diff --git a/.bra.toml b/.bra.toml index 0d02f24e4..a25a22410 100644 --- a/.bra.toml +++ b/.bra.toml @@ -1,6 +1,6 @@ [run] init_cmds = [ - #["grep", "-rn", "FIXME", "."], + ["make", "build-dev", "TAGS=sqlite"], ["./gogs", "web"] ] watch_all = true @@ -11,9 +11,9 @@ watch_dirs = [ "$WORKDIR/routers" ] watch_exts = [".go"] +ignore_files = [".+_test.go"] build_delay = 1500 cmds = [ - ["go", "install", "-v", "-race"], # sqlite redis memcache cert pam tidb - ["go", "build", "-race"], + ["make", "build-dev", "TAGS=sqlite"], # cert pam tidb ["./gogs", "web"] ] \ No newline at end of file diff --git a/.dockerignore b/.dockerignore index 8822b3436..092eef43c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,20 +1,21 @@ .git -.git/ -.git/* +.git/** conf -conf/ -conf/* +conf/** packager -packager/ -packager/* +packager/** scripts -scripts/ -scripts/* +scripts/** +.github/ +.github/** +config.codekit +LICENSE +Makefile +.dockerignore *.yml *.md .bra.toml .editorconfig .gitignore .gopmfile -config.codekit -LICENSE +Dockerfile* diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 87% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md index c15d68104..c02412d78 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -46,11 +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.md) and [FAQs](http://gogs.io/docs/intro/faqs.html) pages. - -## Things To Notice - -Please take a moment to check that an issue on [GitHub](https://github.com/gogits/gogs/issues) or card on [Trello](https://trello.com/b/uxAoeLUl/gogs-go-git-service) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests. +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. ## Code of conduct diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..655544e6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +We DO NOT take questions or config/deploy problems on GitHub, please use our forum: https://discuss.gogs.io + +Please take a moment to search that an issue doesn't already exist. + +For bug reports, please give the relevant info: + +- Gogs version (or commit ref): +- Git version: +- Operating system: +- Database: + - [ ] PostgreSQL + - [ ] MySQL + - [ ] SQLite +- Can you reproduce the bug at http://try.gogs.io: + - [ ] Yes (provide example URL) + - [ ] No + - [ ] Not relevant +- Log gist: + +## Description + +... diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..860eee772 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +Please, make sure you are targeting the `develop` branch! + +More instructions about contributing with Gogs code can be found here: +https://github.com/gogits/gogs/wiki/Contributing-Code diff --git a/.gitignore b/.gitignore index 774a100be..a13d3460f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,32 +8,13 @@ data/ .idea/ *.iml public/img/avatar/ -files/ -*.o -*.a -*.so -_obj -_test -*.[568vq] -[568vq].out -*.cgo1.go -*.cgo2.c -_cgo_defun.c -_cgo_gotypes.go -_cgo_export.* -_testmain.go *.exe *.exe~ /gogs profile/ -__pycache__ *.pem output* -.brackets.json -docker/fig.yml -docker/docker/Dockerfile -docker/docker/init_gogs.sh gogs.sublime-project gogs.sublime-workspace -.tags* -release +/release +vendor diff --git a/.gopmfile b/.gopmfile index 4ab7c687e..917b4553d 100644 --- a/.gopmfile +++ b/.gopmfile @@ -2,50 +2,55 @@ path = github.com/gogits/gogs [deps] -github.com/bradfitz/gomemcache = commit:72a68649ba -github.com/codegangsta/cli = commit:b5232bb -github.com/go-macaron/binding = commit:2502aaf +github.com/bradfitz/gomemcache = commit:fb1f79c +github.com/codegangsta/cli = commit:aca5b04 +github.com/go-macaron/binding = commit:a68f342 github.com/go-macaron/cache = commit:5617353 github.com/go-macaron/captcha = commit:8aa5919 -github.com/go-macaron/csrf = commit:715bca0 -github.com/go-macaron/gzip = commit:4938e9b +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/inject = commit:c5ab7bf github.com/go-macaron/session = commit:66031fc -github.com/go-macaron/toolbox = commit:ab30a81 -github.com/go-sql-driver/mysql = commit:d512f20 -github.com/go-xorm/core = commit:acb6f00 -github.com/go-xorm/xorm = commit:a8fba4d -github.com/gogits/chardet = commit:2404f77725 -github.com/gogits/git-module = -github.com/gogits/go-gogs-client = commit:78460e9 +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/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/kardianos/minwinsvc = commit:cad6b2b -github.com/klauspost/compress = commit:f7ff951 -github.com/klauspost/cpuid = commit:ef30b90 -github.com/klauspost/crc32 = commit:41b6596 -github.com/lib/pq = commit:11fc39a -github.com/mattn/go-sqlite3 = commit:5651a9d +github.com/klauspost/compress = commit:006acde +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/mcuadros/go-version = commit:d52711f github.com/microcosm-cc/bluemonday = commit:4ac6f27 github.com/msteinert/pam = commit:02ccfbf -github.com/nfnt/resize = commit:dc93e1b98c -github.com/russross/blackfriday = commit:d18b67a -github.com/sergi/go-diff = +github.com/nfnt/resize = commit:4d93a29 +github.com/russross/blackfriday = commit:b43df97 +github.com/satori/go.uuid = commit:e673fdd +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/paginater = commit:7748a72 -golang.org/x/net = commit:28273ec -golang.org/x/text = commit:cf49866 -golang.org/x/crypto = commit:f18420e +golang.org/x/crypto = commit:c197bcf +golang.org/x/net = commit:35b06af +golang.org/x/sys = commit:9d4e42a +golang.org/x/text = commit:1b466db +gopkg.in/alexcesaro/quotedprintable.v3 = commit:2caba25 gopkg.in/asn1-ber.v1 = commit:4e86f43 -gopkg.in/gomail.v2 = commit:fbb71dd -gopkg.in/ini.v1 = commit:77178f2 -gopkg.in/ldap.v2 = commit:e9a325d -gopkg.in/macaron.v1 = commit:1c6dd87 -gopkg.in/redis.v2 = commit:e617904962 +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/redis.v2 = commit:e617904 [res] include = public|scripts|templates diff --git a/.travis.yml b/.travis.yml index 3ddbd39f0..84d0c1df7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: go go: - 1.4 - 1.5 + - 1.6 before_install: - sudo apt-get update -qq @@ -12,7 +13,9 @@ before_install: install: - go get -t -v ./... -script: go build -v -tags "pam" +script: + - go build -v -tags "pam" + - go test -v -cover -race ./... notifications: email: diff --git a/Dockerfile b/Dockerfile index 2bd6a9716..8853eab51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,10 @@ -FROM alpine:3.2 +FROM alpine:3.3 MAINTAINER jp@roemer.im # Install system utils & Gogs runtime dependencies -ADD https://github.com/tianon/gosu/releases/download/1.6/gosu-amd64 /usr/sbin/gosu -RUN echo "@edge http://dl-4.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories \ - && echo "@community http://dl-4.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories \ - && apk -U --no-progress upgrade \ - && apk -U --no-progress add ca-certificates bash git linux-pam s6@edge curl openssh socat \ - && chmod +x /usr/sbin/gosu +ADD https://github.com/tianon/gosu/releases/download/1.7/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 ENV GOGS_CUSTOM /data/gogs diff --git a/Dockerfile.rpi b/Dockerfile.rpi index ef3994dd6..6e2c4264b 100644 --- a/Dockerfile.rpi +++ b/Dockerfile.rpi @@ -1,13 +1,13 @@ -FROM sander85/rpi-alpine:latest +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.6/gosu-armhf /usr/sbin/gosu -RUN echo "@edge http://dl-4.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories \ - && echo "@community http://dl-4.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories \ - && apk -U --no-progress upgrade \ - && apk -U --no-progress add ca-certificates bash git linux-pam s6@edge curl openssh socat \ - && chmod +x /usr/sbin/gosu +ADD https://github.com/tianon/gosu/releases/download/1.7/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 ENV GOGS_CUSTOM /data/gogs diff --git a/Makefile b/Makefile index 768ec0b32..1af8726c4 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ LESS_FILES := $(wildcard public/less/gogs.less public/less/_*.less) GENERATED := modules/bindata/bindata.go public/css/gogs.css TAGS = "" +BUILD_FLAGS = "-v" RELEASE_ROOT = "release" RELEASE_GOGS = "release/gogs" @@ -16,12 +17,16 @@ NOW = $(shell date -u '+%Y%m%d%I%M%S') .IGNORE: public/css/gogs.css build: $(GENERATED) - go install -v -ldflags '$(LDFLAGS)' -tags '$(TAGS)' + 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) -race -tags '$(TAGS)' + cp '$(GOPATH)/bin/gogs' . + pack: rm -rf $(RELEASE_GOGS) mkdir -p $(RELEASE_GOGS) @@ -48,4 +53,10 @@ clean-mac: clean find . -name ".DS_Store" -print0 | xargs -0 rm test: - go test ./... + go test -cover -race ./... + +fixme: + grep -rnw "FIXME" routers models modules + +todo: + grep -rnw "TODO" routers models modules diff --git a/README.md b/README.md index 3e7b59624..ec077e7ab 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Docker Repository on Quay](https://quay.io/repository/gogs/gogs/status "Docker Repository on Quay")](https://quay.io/repository/gogs/gogs) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gogs/localized.svg)](https://crowdin.com/project/gogs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gogs/localized.svg)](https://crowdin.com/project/gogs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ===================== ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true) -##### Current version: 0.8.23 +##### Current version: 0.9.15 | Web | UI | Preview | |:-------------:|:-------:|:-------:| @@ -11,15 +11,14 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra |![Profile](https://gogs.io/img/screenshots/4.png)|![Admin Dashboard](https://gogs.io/img/screenshots/5.png)|![Diff](https://gogs.io/img/screenshots/6.png)| |![Issues](https://gogs.io/img/screenshots/7.png)|![Releases](https://gogs.io/img/screenshots/8.png)|![Organization](https://gogs.io/img/screenshots/9.png)| -### NOTICES +### Important Notes -- :bangbang: You **MUST** read [CONTRIBUTING.md](CONTRIBUTING.md) for bug report and contributing code. :bangbang: -- Please [start discussion](http://forum.gogs.io/category/2/general-discussion) or [ask a question](http://forum.gogs.io/category/4/getting-help) on [the forum](http://forum.gogs.io/). GitHub issue tracker only keeps **bugs** and **feature requests**, all other topics will be closed without reason. -- Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site. -- The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch. -- If you think there are vulnerabilities in the project, please talk privately to **u@gogs.io**. Thanks! -- If you're interested in using APIs, we have experimental support with [documentation](https://github.com/gogits/go-gogs-client/wiki). -- 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. +1. **YOU MUST READ [Contributing Code](https://github.com/gogits/gogs/wiki/Contributing-Code) BEFORE STARTING TO WORK ON A PULL REQUEST**. +2. Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site. +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. [简体中文](README_ZH.md) @@ -32,7 +31,7 @@ The goal of this project is to make the easiest, fastest, and most painless way - Please see the [Documentation](http://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). +- 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)! ## Features @@ -50,7 +49,7 @@ The goal of this project is to make the easiest, fastest, and most painless way - Mail service - Administration panel - Supports MySQL, PostgreSQL, SQLite3 and [TiDB](https://github.com/pingcap/tidb) (experimental) -- Multi-language support ([14 languages](https://crowdin.com/project/gogs)) +- Multi-language support ([15 languages](https://crowdin.com/project/gogs)) ## System Requirements @@ -96,6 +95,7 @@ There are 5 ways to install Gogs: - [Portal](https://portaldemo.xyz/cloud/) - [Sandstorm](https://github.com/cem/gogs-sandstorm) - [sloppy.io](https://github.com/sloppyio/quickstarters/tree/master/gogs) +- [YunoHost](https://github.com/mbugeia/gogs_ynh) ## Software and Service Support @@ -105,6 +105,7 @@ There are 5 ways to install Gogs: - [Puppet](https://forge.puppetlabs.com/Siteminds/gogs) (IT) - [Kanboard](http://kanboard.net/plugin/gogs-webhook) (Project Management) - [BearyChat](https://bearychat.com/) (Team Communication) +- [HiWork](http://www.hiwork.cc/) (Team Communication) ### Product Support @@ -114,11 +115,11 @@ There are 5 ways to install Gogs: ## Acknowledgments - Router and middleware mechanism of [Macaron](https://github.com/go-macaron/macaron). -- Modules design is inspired by [WeTalk](https://github.com/beego/wetalk). - 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 [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. ## Contributors diff --git a/README_ZH.md b/README_ZH.md index 9ab488914..e2fec31ee 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -12,7 +12,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 - 有关基本用法和变更日志,请通过 [使用手册](http://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) 页面获取帮助。 +- 使用过程中遇到问题?尝试从 [故障排查](http://gogs.io/docs/intro/troubleshooting.html) 页面或 [用户论坛](https://discuss.gogs.io/) 获取帮助。 - 希望帮助多国语言界面的翻译吗?请立即访问 [详情页面](http://gogs.io/docs/features/i18n.html)! ## 功能特性 @@ -30,7 +30,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 - 支持邮件服务 - 支持后台管理面板 - 支持 MySQL、PostgreSQL、SQLite3 和 [TiDB](https://github.com/pingcap/tidb)(实验性支持) 数据库 -- 支持多语言本地化([14 种语言]([more](https://crowdin.com/project/gogs))) +- 支持多语言本地化([15 种语言]([more](https://crowdin.com/project/gogs))) ## 系统要求 @@ -67,6 +67,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 - [Portal](https://portaldemo.xyz/cloud/) - [Sandstorm](https://github.com/cem/gogs-sandstorm) - [sloppy.io](https://github.com/sloppyio/quickstarters/tree/master/gogs) +- [YunoHost](https://github.com/mbugeia/gogs_ynh) ## 软件及服务支持 @@ -76,6 +77,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 - [Puppet](https://forge.puppetlabs.com/Siteminds/gogs)(IT) - [Kanboard](http://kanboard.net/plugin/gogs-webhook)(项目管理) - [BearyChat](https://bearychat.com/)(团队交流) +- [HiWork](http://www.hiwork.cc/)(团队交流) ### 产品支持 @@ -85,11 +87,11 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 ## 特别鸣谢 - 基于 [Macaron](https://github.com/go-macaron/macaron) 的路由与中间件机制。 -- 基于 [WeTalk](https://github.com/beego/wetalk) 修改的模块设计。 - 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。 - 感谢 [lavachen](http://www.lavachen.cn/) 和 [Rocker](http://weibo.com/rocker1989) 设计的 Logo。 - 感谢 [Crowdin](https://crowdin.com/project/gogs) 提供免费的开源项目本地化支持。 - 感谢 [DigitalOcean](https://www.digitalocean.com) 提供主站和体验站点的服务器赞助。 +- 感谢 [KeyCDN](https://www.keycdn.com/) 提供 CDN 服务赞助。 ## 贡献成员 diff --git a/cmd/serve.go b/cmd/serve.go index d8e77dcd5..83d8f8763 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -15,13 +15,13 @@ import ( "github.com/Unknwon/com" "github.com/codegangsta/cli" + gouuid "github.com/satori/go.uuid" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/httplib" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/setting" - "github.com/gogits/gogs/modules/uuid" ) const ( @@ -42,11 +42,6 @@ func setup(logPath string) { setting.NewContext() log.NewGitLogger(filepath.Join(setting.LogRootPath, logPath)) - if setting.DisableSSH { - println("Gogs: SSH has been disabled") - os.Exit(1) - } - models.LoadConfigs() if setting.UseSQLite3 || setting.UseTiDB { @@ -104,8 +99,15 @@ func handleUpdateTask(uuid string, user, repoUser *models.User, reponame string, return } - if err = models.Update(task.RefName, task.OldCommitID, task.NewCommitID, - user.Name, repoUser.Name, reponame, user.Id); err != nil { + if err = models.PushUpdate(models.PushUpdateOptions{ + RefName: task.RefName, + OldCommitID: task.OldCommitID, + NewCommitID: task.NewCommitID, + PusherID: user.Id, + PusherName: user.Name, + RepoUserName: repoUser.Name, + RepoName: reponame, + }); err != nil { log.GitLogger.Error(2, "Update: %v", err) } @@ -131,8 +133,14 @@ func runServ(c *cli.Context) { if c.IsSet("config") { setting.CustomConf = c.String("config") } + setup("serv.log") + if setting.SSH.Disabled { + println("Gogs: SSH has been disabled") + return + } + if len(c.Args()) < 1 { fail("Not enough arguments", "Not enough arguments") } @@ -243,7 +251,7 @@ func runServ(c *cli.Context) { } } - uuid := uuid.NewV4().String() + uuid := gouuid.NewV4().String() os.Setenv("uuid", uuid) // Special handle for Windows. diff --git a/cmd/update.go b/cmd/update.go index 4cd62a7f5..aca2a7cbe 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -16,7 +16,7 @@ import ( var CmdUpdate = cli.Command{ Name: "update", - Usage: "This command should only be called by SSH shell", + Usage: "This command should only be called by Git hook", Description: `Update get pushed info and insert into database`, Action: runUpdate, Flags: []cli.Flag{ @@ -28,18 +28,19 @@ func runUpdate(c *cli.Context) { if c.IsSet("config") { setting.CustomConf = c.String("config") } - cmd := os.Getenv("SSH_ORIGINAL_COMMAND") - if cmd == "" { - return - } setup("update.log") + if len(os.Getenv("SSH_ORIGINAL_COMMAND")) == 0 { + log.GitLogger.Trace("SSH_ORIGINAL_COMMAND is empty") + return + } + args := c.Args() if len(args) != 3 { - log.GitLogger.Fatal(2, "received less 3 parameters") - } else if args[0] == "" { - log.GitLogger.Fatal(2, "refName is empty, shouldn't use") + log.GitLogger.Fatal(2, "Arguments received are not equal to three") + } else if len(args[0]) == 0 { + log.GitLogger.Fatal(2, "First argument 'refName' is empty, shouldn't use") } task := models.UpdateTask{ diff --git a/cmd/web.go b/cmd/web.go index a88dc92e9..1378cc3ec 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -7,7 +7,6 @@ package cmd import ( "crypto/tls" "fmt" - gotmpl "html/template" "io/ioutil" "net/http" "net/http/fcgi" @@ -34,10 +33,9 @@ import ( "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/auth" - "github.com/gogits/gogs/modules/avatar" "github.com/gogits/gogs/modules/bindata" + "github.com/gogits/gogs/modules/context" "github.com/gogits/gogs/modules/log" - "github.com/gogits/gogs/modules/middleware" "github.com/gogits/gogs/modules/setting" "github.com/gogits/gogs/modules/template" "github.com/gogits/gogs/routers" @@ -80,17 +78,17 @@ func checkVersion() { // Check dependency version. checkers := []VerChecker{ - {"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.4.4.1029"}, - {"github.com/go-macaron/binding", binding.Version, "0.1.0"}, + {"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-macaron/cache", cache.Version, "0.1.2"}, - {"github.com/go-macaron/csrf", csrf.Version, "0.0.3"}, + {"github.com/go-macaron/csrf", csrf.Version, "0.1.0"}, {"github.com/go-macaron/i18n", i18n.Version, "0.2.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, "0.8.0"}, - {"github.com/gogits/git-module", git.Version, "0.2.3"}, - {"github.com/gogits/go-gogs-client", gogs.Version, "0.7.2"}, + {"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"}, } for _, c := range checkers { if !version.Compare(c.Version(), c.Expected, ">=") { @@ -126,9 +124,10 @@ func newMacaron() *macaron.Macaron { }, )) m.Use(macaron.Renderer(macaron.RenderOptions{ - Directory: path.Join(setting.StaticRootPath, "templates"), - Funcs: []gotmpl.FuncMap{template.Funcs}, - IndentJSON: macaron.Env != macaron.PROD, + Directory: path.Join(setting.StaticRootPath, "templates"), + AppendDirectories: []string{path.Join(setting.CustomPath, "templates")}, + Funcs: template.NewFuncMap(), + IndentJSON: macaron.Env != macaron.PROD, })) localeNames, err := bindata.AssetDir("conf/locale") @@ -159,6 +158,7 @@ func newMacaron() *macaron.Macaron { m.Use(session.Sessioner(setting.SessionConfig)) m.Use(csrf.Csrfer(csrf.Options{ Secret: setting.SecretKey, + Cookie: setting.CSRFCookieName, SetCookie: true, Header: "X-Csrf-Token", CookiePath: setting.AppSubUrl, @@ -171,7 +171,7 @@ func newMacaron() *macaron.Macaron { }, }, })) - m.Use(middleware.Contexter()) + m.Use(context.Contexter()) return m } @@ -184,26 +184,28 @@ func runWeb(ctx *cli.Context) { m := newMacaron() - reqSignIn := middleware.Toggle(&middleware.ToggleOptions{SignInRequire: true}) - ignSignIn := middleware.Toggle(&middleware.ToggleOptions{SignInRequire: setting.Service.RequireSignInView}) - ignSignInAndCsrf := middleware.Toggle(&middleware.ToggleOptions{DisableCsrf: true}) - reqSignOut := middleware.Toggle(&middleware.ToggleOptions{SignOutRequire: true}) + reqSignIn := context.Toggle(&context.ToggleOptions{SignInRequired: true}) + ignSignIn := context.Toggle(&context.ToggleOptions{SignInRequired: setting.Service.RequireSignInView}) + ignSignInAndCsrf := context.Toggle(&context.ToggleOptions{DisableCSRF: true}) + reqSignOut := context.Toggle(&context.ToggleOptions{SignOutRequired: true}) bindIgnErr := binding.BindIgnErr + // FIXME: not all routes need go through same middlewares. + // Especially some AJAX requests, we can reduce middleware number to improve performance. // Routers. m.Get("/", ignSignIn, routers.Home) - m.Get("/explore", ignSignIn, routers.Explore) + m.Group("/explore", func() { + m.Get("", func(ctx *context.Context) { + ctx.Redirect(setting.AppSubUrl + "/explore/repos") + }) + m.Get("/repos", routers.ExploreRepos) + m.Get("/users", routers.ExploreUsers) + }, ignSignIn) m.Combo("/install", routers.InstallInit).Get(routers.Install). Post(bindIgnErr(auth.InstallForm{}), routers.InstallPost) m.Get("/^:type(issues|pulls)$", reqSignIn, user.Issues) - // ***** START: API ***** - m.Group("/api", func() { - apiv1.RegisterRoutes(m) - }, ignSignIn) - // ***** END: API ***** - // ***** START: User ***** m.Group("/user", func() { m.Get("/login", user.SignIn) @@ -218,6 +220,7 @@ func runWeb(ctx *cli.Context) { m.Get("", user.Settings) m.Post("", bindIgnErr(auth.UpdateProfileForm{}), user.SettingsPost) m.Post("/avatar", binding.MultipartForm(auth.UploadAvatarForm{}), user.SettingsAvatar) + m.Post("/avatar/delete", user.SettingsDeleteAvatar) m.Combo("/email").Get(user.SettingsEmails). Post(bindIgnErr(auth.AddEmailForm{}), user.SettingsEmailPost) m.Post("/email/delete", user.DeleteEmail) @@ -230,7 +233,7 @@ func runWeb(ctx *cli.Context) { Post(bindIgnErr(auth.NewAccessTokenForm{}), user.SettingsApplicationsPost) m.Post("/applications/delete", user.SettingsDeleteApplication) m.Route("/delete", "GET,POST", user.SettingsDelete) - }, reqSignIn, func(ctx *middleware.Context) { + }, reqSignIn, func(ctx *context.Context) { ctx.Data["PageIsUserSettings"] = true }) @@ -245,17 +248,13 @@ func runWeb(ctx *cli.Context) { }) // ***** END: User ***** - // Gravatar service. - avt := avatar.CacheServer("public/img/avatar/", "public/img/avatar_default.jpg") - os.MkdirAll("public/img/avatar/", os.ModePerm) - m.Get("/avatar/:hash", avt.ServeHTTP) - - adminReq := middleware.Toggle(&middleware.ToggleOptions{SignInRequire: true, AdminRequire: true}) + adminReq := context.Toggle(&context.ToggleOptions{SignInRequired: true, AdminRequired: true}) // ***** START: Admin ***** m.Group("/admin", func() { m.Get("", adminReq, admin.Dashboard) m.Get("/config", admin.Config) + m.Post("/config/test_mail", admin.SendTestMail) m.Get("/monitor", admin.Monitor) m.Group("/users", func() { @@ -298,7 +297,7 @@ func runWeb(ctx *cli.Context) { m.Get("/stars", user.Stars) }) - m.Get("/attachments/:uuid", func(ctx *middleware.Context) { + m.Get("/attachments/:uuid", func(ctx *context.Context) { attach, err := models.GetAttachmentByUUID(ctx.Params(":uuid")) if err != nil { if models.IsErrAttachmentNotExist(err) { @@ -335,8 +334,8 @@ func runWeb(ctx *cli.Context) { m.Get("/template/*", dev.TemplatePreview) } - reqRepoAdmin := middleware.RequireRepoAdmin() - reqRepoPusher := middleware.RequireRepoPusher() + reqRepoAdmin := context.RequireRepoAdmin() + reqRepoWriter := context.RequireRepoWriter() // ***** START: Organization ***** m.Group("/org", func() { @@ -350,11 +349,14 @@ func runWeb(ctx *cli.Context) { m.Get("/members/action/:action", org.MembersAction) m.Get("/teams", org.Teams) + }, context.OrgAssignment(true)) + + m.Group("/:org", func() { m.Get("/teams/:team", org.TeamMembers) m.Get("/teams/:team/repositories", org.TeamRepositories) m.Route("/teams/:team/action/:action", "GET,POST", org.TeamsAction) m.Route("/teams/:team/action/repo/:action", "GET,POST", org.TeamsRepoAction) - }, middleware.OrgAssignment(true)) + }, context.OrgAssignment(true, false, true)) m.Group("/:org", func() { m.Get("/teams/new", org.NewTeam) @@ -367,6 +369,7 @@ func runWeb(ctx *cli.Context) { m.Combo("").Get(org.Settings). Post(bindIgnErr(auth.UpdateOrgSettingForm{}), org.SettingsPost) m.Post("/avatar", binding.MultipartForm(auth.UploadAvatarForm{}), org.SettingsAvatar) + m.Post("/avatar/delete", org.SettingsDeleteAvatar) m.Group("/hooks", func() { m.Get("", org.Webhooks) @@ -383,7 +386,7 @@ func runWeb(ctx *cli.Context) { }) m.Route("/invitations/new", "GET,POST", org.Invitation) - }, middleware.OrgAssignment(true, true)) + }, context.OrgAssignment(true, true)) }, reqSignIn) // ***** END: Organization ***** @@ -401,7 +404,11 @@ func runWeb(ctx *cli.Context) { m.Group("/settings", func() { m.Combo("").Get(repo.Settings). Post(bindIgnErr(auth.RepoSettingForm{}), repo.SettingsPost) - m.Route("/collaboration", "GET,POST", repo.Collaboration) + m.Group("/collaboration", func() { + m.Combo("").Get(repo.Collaboration).Post(repo.CollaborationPost) + m.Post("/access_mode", repo.ChangeCollaborationAccessMode) + m.Post("/delete", repo.DeleteCollaboration) + }) m.Group("/hooks", func() { m.Get("", repo.Webhooks) @@ -418,7 +425,7 @@ func runWeb(ctx *cli.Context) { m.Get("", repo.GitHooks) m.Combo("/:name").Get(repo.GitHooksEdit). Post(repo.GitHooksEditPost) - }, middleware.GitHookService()) + }, context.GitHookService()) }) m.Group("/keys", func() { @@ -427,15 +434,15 @@ func runWeb(ctx *cli.Context) { m.Post("/delete", repo.DeleteDeployKey) }) - }, func(ctx *middleware.Context) { + }, func(ctx *context.Context) { ctx.Data["PageIsSettings"] = true }) - }, reqSignIn, middleware.RepoAssignment(), reqRepoAdmin, middleware.RepoRef()) + }, reqSignIn, context.RepoAssignment(), reqRepoAdmin, context.RepoRef()) - m.Get("/:username/:reponame/action/:action", reqSignIn, middleware.RepoAssignment(), repo.Action) + m.Get("/:username/:reponame/action/:action", reqSignIn, context.RepoAssignment(), repo.Action) m.Group("/:username/:reponame", func() { m.Group("/issues", func() { - m.Combo("/new", repo.MustEnableIssues).Get(middleware.RepoRef(), repo.NewIssue). + 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) @@ -443,7 +450,7 @@ func runWeb(ctx *cli.Context) { m.Post("/label", repo.UpdateIssueLabel) m.Post("/milestone", repo.UpdateIssueMilestone) m.Post("/assignee", repo.UpdateIssueAssignee) - }, reqRepoAdmin) + }, reqRepoWriter) m.Group("/:index", func() { m.Post("/title", repo.UpdateIssueTitle) @@ -455,7 +462,7 @@ func runWeb(ctx *cli.Context) { m.Post("/new", bindIgnErr(auth.CreateLabelForm{}), repo.NewLabel) m.Post("/edit", bindIgnErr(auth.CreateLabelForm{}), repo.UpdateLabel) m.Post("/delete", repo.DeleteLabel) - }, reqRepoAdmin, middleware.RepoRef()) + }, reqRepoWriter, context.RepoRef()) m.Group("/milestones", func() { m.Combo("/new").Get(repo.NewMilestone). Post(bindIgnErr(auth.CreateMilestoneForm{}), repo.NewMilestonePost) @@ -463,7 +470,7 @@ func runWeb(ctx *cli.Context) { m.Post("/:id/edit", bindIgnErr(auth.CreateMilestoneForm{}), repo.EditMilestonePost) m.Get("/:id/:action", repo.ChangeMilestonStatus) m.Post("/delete", repo.DeleteMilestone) - }, reqRepoAdmin, middleware.RepoRef()) + }, reqRepoWriter, context.RepoRef()) m.Group("/releases", func() { m.Get("/new", repo.NewRelease) @@ -471,11 +478,11 @@ func runWeb(ctx *cli.Context) { m.Get("/edit/:tagname", repo.EditRelease) m.Post("/edit/:tagname", bindIgnErr(auth.EditReleaseForm{}), repo.EditReleasePost) m.Post("/delete", repo.DeleteRelease) - }, reqRepoAdmin, middleware.RepoRef()) + }, reqRepoWriter, context.RepoRef()) - m.Combo("/compare/*", repo.MustEnablePulls).Get(repo.CompareAndPullRequest). + m.Combo("/compare/*", repo.MustAllowPulls).Get(repo.CompareAndPullRequest). Post(bindIgnErr(auth.CreateIssueForm{}), repo.CompareAndPullRequestPost) - }, reqSignIn, middleware.RepoAssignment(), repo.MustBeNotBare) + }, reqSignIn, context.RepoAssignment(), repo.MustBeNotBare) m.Group("/:username/:reponame", func() { m.Group("", func() { @@ -484,7 +491,7 @@ func runWeb(ctx *cli.Context) { m.Get("/^:type(issues|pulls)$/:index", repo.ViewIssue) m.Get("/labels/", repo.RetrieveLabels, repo.Labels) m.Get("/milestones", repo.Milestones) - }, middleware.RepoRef()) + }, context.RepoRef()) // m.Get("/branches", repo.Branches) @@ -497,37 +504,39 @@ func runWeb(ctx *cli.Context) { Post(bindIgnErr(auth.NewWikiForm{}), repo.NewWikiPost) m.Combo("/:page/_edit").Get(repo.EditWiki). Post(bindIgnErr(auth.NewWikiForm{}), repo.EditWikiPost) - }, reqSignIn, reqRepoPusher) - }, repo.MustEnableWiki, middleware.RepoRef()) + m.Post("/:page/delete", repo.DeleteWikiPagePost) + }, reqSignIn, reqRepoWriter) + }, repo.MustEnableWiki, context.RepoRef()) m.Get("/archive/*", repo.Download) m.Group("/pulls/:index", func() { - m.Get("/commits", middleware.RepoRef(), repo.ViewPullCommits) - m.Get("/files", middleware.RepoRef(), repo.ViewPullFiles) - m.Post("/merge", reqRepoAdmin, repo.MergePullRequest) - }, repo.MustEnablePulls) + m.Get("/commits", context.RepoRef(), repo.ViewPullCommits) + m.Get("/files", context.RepoRef(), repo.ViewPullFiles) + m.Post("/merge", reqRepoWriter, repo.MergePullRequest) + }, repo.MustAllowPulls) m.Group("", func() { m.Get("/src/*", repo.Home) m.Get("/raw/*", repo.SingleDownload) m.Get("/commits/*", repo.RefCommits) - m.Get("/commit/*", repo.Diff) + m.Get("/commit/:sha([a-z0-9]{40})$", repo.Diff) m.Get("/forks", repo.Forks) - }, middleware.RepoRef()) + }, context.RepoRef()) + m.Get("/commit/:sha([a-z0-9]{40})\\.:ext(patch|diff)", repo.RawDiff) - m.Get("/compare/:before([a-z0-9]{40})...:after([a-z0-9]{40})", repo.CompareDiff) - }, ignSignIn, middleware.RepoAssignment(), repo.MustBeNotBare) + m.Get("/compare/:before([a-z0-9]{40})\\.\\.\\.:after([a-z0-9]{40})", repo.CompareDiff) + }, ignSignIn, context.RepoAssignment(), repo.MustBeNotBare) m.Group("/:username/:reponame", func() { m.Get("/stars", repo.Stars) m.Get("/watchers", repo.Watchers) - }, ignSignIn, middleware.RepoAssignment(), middleware.RepoRef()) + }, ignSignIn, context.RepoAssignment(), context.RepoRef()) m.Group("/:username", func() { m.Group("/:reponame", func() { m.Get("", repo.Home) m.Get("\\.git$", repo.Home) - }, ignSignIn, middleware.RepoAssignment(true), middleware.RepoRef()) + }, ignSignIn, context.RepoAssignment(true), context.RepoRef()) m.Group("/:reponame", func() { m.Any("/*", ignSignInAndCsrf, repo.HTTP) @@ -536,8 +545,12 @@ func runWeb(ctx *cli.Context) { }) // ***** END: Repository ***** + m.Group("/api", func() { + apiv1.RegisterRoutes(m) + }, ignSignIn) + // robots.txt - m.Get("/robots.txt", func(ctx *middleware.Context) { + m.Get("/robots.txt", func(ctx *context.Context) { if setting.HasRobotsTxt { ctx.ServeFileContent(path.Join(setting.CustomPath, "robots.txt")) } else { diff --git a/conf/README.md b/conf/README.md index 058b46f4d..ee197505a 100644 --- a/conf/README.md +++ b/conf/README.md @@ -1,7 +1,3 @@ Execute following command in ROOT directory when anything is changed: -$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/... - -Add -debug flag to make life easier in development(somehow isn't working): - -$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/... \ No newline at end of file +$ make bindata \ No newline at end of file diff --git a/conf/app.ini b/conf/app.ini index 69829fcab..419e25ea7 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -27,6 +27,10 @@ EXPLORE_PAGING_NUM = 20 ISSUE_PAGING_NUM = 10 ; Number of maximum commits showed in one activity feed FEED_MAX_COMMIT_NUM = 5 +; Value of `theme-color` meta tag, used by Android >= 5.0 +; 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` [ui.admin] ; Number of users that are showed in one page @@ -41,6 +45,9 @@ ORG_PAGING_NUM = 50 [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 = [server] PROTOCOL = http @@ -56,9 +63,21 @@ LOCAL_ROOT_URL = http://localhost:%(HTTP_PORT)s/ DISABLE_SSH = false ; Whether use builtin SSH server or not. START_SSH_SERVER = false +; Domain name to be exposed in clone URL +SSH_DOMAIN = %(DOMAIN)s +; Port number to be exposed in clone URL SSH_PORT = 22 -; Root path of SSH directory +; 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 = +; Directory to create temporary files when test publick key using ssh-keygen, +; default is system temporary directory. +SSH_KEY_TEST_PATH = +; Path to ssh-keygen, default is 'ssh-keygen' and let shell find out which one to call. +SSH_KEYGEN_PATH = ssh-keygen +; Indicate whether to check minimum key size with corresponding type +MINIMUM_KEY_SIZE_CHECK = false ; Disable CDN even in "prod" mode OFFLINE_MODE = false DISABLE_ROUTER_LOG = false @@ -74,11 +93,20 @@ KEY_FILE = custom/https/key.pem ; Upper level of template and static file path ; default is the path where Gogs is executed STATIC_ROOT_PATH = +; Default path for App data +APP_DATA_PATH = data ; Application level GZIP support ENABLE_GZIP = false ; Landing page for non-logged users, can be "home" or "explore" LANDING_PAGE = home +; Define allowed algorithms and their minimum key length (use -1 to disable a type) +[ssh.minimum_key_sizes] +ED25519 = 256 +ECDSA = 256 +RSA = 2048 +DSA = 1024 + [database] ; Either "mysql", "postgres" or "sqlite3", it's your choice DB_TYPE = mysql @@ -88,7 +116,7 @@ USER = root PASSWD = ; For "postgres" only, either "disable", "require" or "verify-full" SSL_MODE = disable -; For "sqlite3" and "tidb" +; For "sqlite3" and "tidb", use absolute path when you start as service PATH = data/gogs.db [admin] @@ -113,8 +141,6 @@ REGISTER_EMAIL_CONFIRM = false DISABLE_REGISTRATION = false ; User must sign in to view anything. REQUIRE_SIGNIN_VIEW = false -; Cache avatar as picture -ENABLE_CACHE_AVATAR = false ; Mail notification ENABLE_NOTIFY_MAIL = false ; More detail: https://github.com/gogits/gogs/issues/165 @@ -191,8 +217,6 @@ GC_INTERVAL_TIME = 86400 SESSION_LIFE_TIME = 86400 [picture] -; The place to picture data, either "server" or "qiniu", default is "server" -SERVICE = server AVATAR_UPLOAD_PATH = data/avatars ; Chinese users can choose "duoshuo" ; or a custom avatar source, like: http://cn.gravatar.com/avatar/ @@ -307,9 +331,16 @@ MAX_GIT_DIFF_LINES = 10000 ; see more on http://git-scm.com/docs/git-gc/1.7.5 GC_ARGS = +; Operation timeout in seconds +[git.timeout] +MIGRATE = 600 +MIRROR = 300 +CLONE = 300 +PULL = 300 + [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 -NAMES = English,简体中文,繁體中文,Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano +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 ; Used for datetimepicker [i18n.datelang] @@ -327,6 +358,7 @@ pt-BR = pt-BR pl-PL = pl bg-BG = bg it-IT = it +fi-FI = fi ; Extension mapping to highlight class ; e.g. .toml=ini diff --git a/conf/locale/TRANSLATORS b/conf/locale/TRANSLATORS index 616a1dc32..16b1cb5b9 100644 --- a/conf/locale/TRANSLATORS +++ b/conf/locale/TRANSLATORS @@ -12,32 +12,46 @@ Andrey Nering Andrey Solomatin Antoine GIRARD Arthur Aslanyan +Aurelien Darragon Barış Arda Yılmaz +Camille Baronnet Christoph Kisfeld Cysioland Daniel Speichert David Yzaguirre Dmitriy Nogay +Enrico Testori hypertesto AT gmail DOT com Ezequiel Gonzalez Rial Gregor Santner Hamid Feizabadi Huimin Wang ilko Ilya Makarov +Robert Nuske +Robin Hübner +Jamie Mansfield +Jean THOMAS Juraj Bubniak Lafriks Lauri Ojansivu Luc Stepniewski +Luca Bozzo +Luca Kröger Marc Schiller +Marvin Menzerath +Michael Härtl Miguel de la Cruz Mikhail Burdin Morten Sørensen +Muhammad Fawwaz Orabi Nakao Takamasa Natan Albuquerque Odilon Junior +SeongJae Park Thomas Fanninger Tilmann Bach Toni Villena Jiménez +Vladimir Jigulin mogaika AT yandex DOT ru Vladimir Vissoultchev YJSoft Łukasz Jan Niemier diff --git a/conf/locale/locale_bg-BG.ini b/conf/locale/locale_bg-BG.ini index 8da3200f6..f590556f8 100755 --- a/conf/locale/locale_bg-BG.ini +++ b/conf/locale/locale_bg-BG.ini @@ -38,19 +38,12 @@ settings=Настройки your_profile=Вашият профил your_settings=Вашите настройки -news_feed=Поток новини +activities=Активности pull_requests=Заявки за сливане issues=Задачи cancel=Отказ -[search] -search=Търсене... -repository=Хранилище -user=Потребител -issue=Задача -code=Код - [install] install=Инсталация title=Стъпки за инсталиране при първоначално стартиране @@ -65,7 +58,7 @@ db_name=Име на база данни db_helper=Моля, използвайте INNODB engine с utf8_general_ci кодиране на знаци за MySQL. ssl_mode=Режим SSL path=Път -sqlite_helper=Файл на SQLite3 или TiDB база данни. +sqlite_helper=Файл на SQLite3 или TiDB база данни.
Моля използвайте абсолютен път до файл когато стартирате Gogs като услуга. err_empty_db_path=Пътят до SQLite3 или TiDB база данни не може да е празен. err_invalid_tidb_name=TiDB не позволява "." и "-" в името на базата данни. no_admin_and_disable_registration=Невъзможно изключване на регистрациите без предварително да е създаден поне един административен профил. @@ -86,6 +79,8 @@ http_port=HTTP порт http_port_helper=Порт, на който приложението ще слуша. app_url=URL адрес на приложението app_url_helper=Този настройка променя HTTP/HTTPS адреса за клониране, а понякога и адреса на ел. поща. +log_root_path=Път към журналите +log_root_path_helper=Директория в която се записват журналите. optional_title=Опционални настройки email_title=Настройки на пощенска услуга @@ -122,6 +117,7 @@ run_user_not_match=Потребителският контекст на прил save_config_failed=Неуспешно запазване на конфигурация: %v invalid_admin_setting=Настройките на профил на администратора са невалидни: %v install_success=Добре дошли! Радваме се, че избрахте Gogs, и Ви пожелаваме приятна работа и сърдечни поздрави! +invalid_log_root_path=Основният път към журналите е невалиден: %v [home] uname_holder=Име или ел. поща @@ -137,6 +133,8 @@ issues.in_your_repos=Във Вашите хранилища [explore] repos=Хранилища +users=Потребители +search=Търсене [auth] create_new_account=Създай нов профил @@ -203,7 +201,6 @@ repo_name_been_taken=Името на хранилището вече се пол org_name_been_taken=Името на организацията вече се ползва. team_name_been_taken=Името на екипа вече се ползва. email_been_used=Този адрес на ел. поща вече се ползва. -illegal_team_name=Името на екипа съдържа недопустими знаци. username_password_incorrect=Потребителското име или паролата не са верни. enterred_invalid_repo_name=Моля уверете се, че въведеното име на хранилище е вярно. enterred_invalid_owner_name=Моля уверете се, че въведеното име на притежател е вярно. @@ -219,8 +216,6 @@ still_own_repo=Вашият профил притежава поне едно х still_has_org=Вашият профил все още участва в поне една организация. Първо трябва да напуснете или изтриете Вашите участия в организациите. org_still_own_repo=Тази организация все още притежава хранилище. Първо трябва да го изтриете или да го прехвърлите на друга организация. -still_own_user=Това удостоверяване се използва от поне един потребител. Моля премахнете потребителите към него и опитайте отново. - target_branch_not_exist=Целевият клон не съществува. [user] @@ -262,11 +257,10 @@ continue=Продължи cancel=Отказ enable_custom_avatar=Разреши потребителски аватар -enable_custom_avatar_helper=Без зареждане от Gravatar choose_new_avatar=Избор на нов аватар update_avatar=Запази настройките на аватара +delete_current_avatar=Изтрий аватар uploaded_avatar_not_a_image=Каченият файл не е изображение. -no_custom_avatar_available=Невъзможно използване на външен аватар, защото не е активирано. update_avatar_success=Настройките на аватара са запазени успешно. change_password=Промяна на собствената парола @@ -477,7 +471,7 @@ issues.closed_at=`затвори %[2]s` issues.reopened_at=`повторно отвори %[2]s` issues.commit_ref_at=`посочи тази задача от ревизия %[2]s` issues.poster=Участник -issues.admin=Администратор +issues.collaborator=Сътрудник issues.owner=Притежател issues.sign_up_for_free=Регистрирай се безплатно issues.sign_in_require_desc=за да се включите в този разговор. Вече имате профил? Влезте, за да коментирате @@ -494,6 +488,7 @@ issues.label_modify=Промяна на етикет issues.label_deletion=Изтрий етикет issues.label_deletion_desc=При изтриване на този етикет ще се премахне информацията за него във всички свързани задачи. Желаете ли да продължите? issues.label_deletion_success=Етикетът е изтрит успешно! +issues.num_participants=%d участника pulls.new=Нова заявка за сливане pulls.compare_changes=Сравни промените @@ -557,6 +552,8 @@ 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 @@ -581,14 +578,23 @@ settings.tracker_url_format=Формат на URL адрес на външна 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.new_owner_has_same_repo=Новият притежател вече има хранилище със същото име. Изберете друго име. -settings.delete=Изтрий това хранилище -settings.delete_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=- Ако това хранилище е публично, всички негови разклонения ще останат независими след изтриването му. @@ -602,8 +608,12 @@ 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=Добави уеб-кука settings.hooks_desc=Уеб-куките много приличат на обикновен HTTP POST тригер. Когато нещо се случи в Gogs, ние ще изпратим уведомление до сървъра, който посочите. Научете повече в Ръководство за уеб-куки. @@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Презапис на ".ssh/authorized_keys" фай dashboard.resync_all_sshkeys_success=Всички публични ключове са презаписани успешно. dashboard.resync_all_update_hooks=Презапис на всички куки, закачени на актуализация на хранилищата (необходимо, когато се ползва собствен път за конфигурацията) dashboard.resync_all_update_hooks_success=Всички куки, закачени на актуализация на хранилищата, са презаписани успешно. +dashboard.reinit_missing_repos=Реинициализира всички записи за хранилища +dashboard.reinit_missing_repos_success=Всички записи за хранилища със загубени Git файлове са реинициализирани успешно. dashboard.server_uptime=Операционно време dashboard.current_goroutine=Текущи Goroutines @@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Оставете празно за да и auths.attribute_name=Атрибут за име auths.attribute_surname=Атрибут за фамилия auths.attribute_mail=Атрибут за ел. поща +auths.attributes_in_bind=Извличане на атрибути от контекста на име (DN) за свръзка auths.filter=Филтър за потребител auths.admin_filter=Филтър за администратор auths.ms_ad_sa=Ms Ad SA @@ -932,6 +945,7 @@ auths.update=Запази настройки за удостоверяване auths.delete=Изтриване на това удостоверяване auths.delete_auth_title=Изтрий удостоверяването auths.delete_auth_desc=Това удостоверяване ще бъде изтрито. Желаете ли да продължите? +auths.still_in_used=Това удостоверяване все още се използва от някои потребители. Моля изтрийте ги или ги конвертирайте до друг тип на влизане първо. auths.deletion_success=Удостоверяването е изтрито успешно! config.server_config=Сървърни настройки @@ -948,6 +962,19 @@ 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=Сървър @@ -962,7 +989,6 @@ config.register_email_confirm=Изисквай потвърждение на а config.disable_register=Изключи нови регистрации config.show_registration_button=Покажи бутон за регистрация config.require_sign_in_view=Изисквай вписване за преглед -config.enable_cache_avatar=Включи кеширане на аватари config.mail_notify=Уведомяване по ел. поща config.disable_key_size_check=Изключи проверка минимален размер на ключ config.enable_captcha=Включи Captcha @@ -978,6 +1004,9 @@ 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=Конфигурация на кеша @@ -1029,7 +1058,11 @@ 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 diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini index 41b60848a..76b632491 100755 --- a/conf/locale/locale_de-DE.ini +++ b/conf/locale/locale_de-DE.ini @@ -1,6 +1,6 @@ -app_desc=Ein einfacher, selbst gehosteter Git-Service, geschrieben in Go +app_desc=Ein einfacher, selbst gehosteter Git-Service -home=Home +home=Startseite dashboard=Übersicht explore=Erkunden help=Hilfe @@ -15,46 +15,39 @@ template=Vorlage language=Sprache create_new=Erstellen... user_profile_and_more=Benutzerprofil und mehr -signed_in_as=Eingeloggt als +signed_in_as=Angemeldet als username=Benutzername email=E-Mail password=Passwort -re_type=Passwort bestätigen +re_type=Erneut eingeben captcha=Captcha repository=Repository organization=Organisation -mirror=Spiegel +mirror=Mirror new_repo=Neues Repository new_migrate=Neue Migration -new_mirror=Neuer Spiegel -new_fork=Neues abgespaltetes Repository +new_mirror=Neuer Mirror +new_fork=Neues Fork-Repository new_org=Neue Organisation manage_org=Organisationen verwalten -admin_panel=Admin-Panel +admin_panel=Administration account_settings=Kontoeinstellungen settings=Einstellungen -your_profile=Dein Profil -your_settings=Deine Einstellungen +your_profile=Ihr Profil +your_settings=Ihre Einstellungen -news_feed=Neuigkeiten +activities=Aktivitäten pull_requests=Pull-Requests -issues=Tickets +issues=Issues cancel=Abbrechen -[search] -search=Suchen... -repository=Repository -user=Benutzer -issue=Problem -code=Code - [install] install=Installation -title=Installation für erstmaligen Start -docker_helper=Wenn Gogs innerhalb Docker läuft, lies dir bitte die Guidelines genau durch, bevor du irgendwas auf dieser Seite änderst! +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! requite_db_desc=Gogs benötigt MySQL, PostgreSQL, SQLite3 oder TiDB. db_title=Datenbankeinstellungen db_type=Datenbanktyp @@ -62,108 +55,113 @@ host=Host user=Benutzer password=Passwort db_name=Datenbankname -db_helper=Bitte verwenden sie die InnoDB-Engine mit utf8_general_ci Zeichensatz für MySQL. +db_helper=Bitte verwenden Sie in MySQL die InnoDB-Engine mit dem Zeichensatz utf8_general_ci. ssl_mode=SSL-Modus path=Pfad -sqlite_helper=Der Dateipfad zur SQLite3 oder TiDB Datenbank. +sqlite_helper=Der Dateipfad zur SQLite3- oder TiDB-Datenbank.
Bitte verwenden Sie einen absoluten Pfad, wenn Gogs als Service gestartet wird. err_empty_db_path=SQLite3 oder TiDB Datenbankpfad darf nicht leer sein. -err_invalid_tidb_name=Der TiDB Datenbankname darf kein "." und kein "-" enthalten. -no_admin_and_disable_registration=Du kannst die Registrierung nicht deaktivieren, ohne ein Administratorkonto zu erstellen. +err_invalid_tidb_name=Der TiDB Datenbankname darf nicht "." und "-" enthalten. +no_admin_and_disable_registration=Sie können die Registrierung nicht deaktivieren, ohne ein Administratorkonto zu erstellen. err_empty_admin_password=Das Administrator-Passwort darf nicht leer sein. general_title=Allgemeine Einstellungen -app_name=Anwendungsname -app_name_helper=Hier den Organisationsnamen einfügen. -repo_path=Repository Root-Verzeichnispfad -repo_path_helper=Alle Git-Repositorys werden in diesem Verzeichnis gespeichert. +app_name=Name der Anwendung +app_name_helper=Hier den Namen der Organisation einfügen! +repo_path=Repository-Verzeichnis +repo_path_helper=Alle Git-Repositories werden in diesem Verzeichnis gespeichert. run_user=Ausführender Benutzer -run_user_helper=Der Benutzer muss die Zugriffsberechtigung für das Repository Root-Verzeichnis haben und der ausführende Benutzer von Gogs sein. +run_user_helper=Der Benutzer muss die Zugriffsberechtigung für das Repository-Verzeichnis haben und der ausführende Benutzer von Gogs sein. domain=Domain -domain_helper=Dies hat Auswirkung auf die SSH clone URLs. +domain_helper=Dies hat Auswirkung auf die SSH Klon-URLs. ssh_port=SSH Port -ssh_port_helper=Die Portnummer deines SSH-Servers, lass dieses Feld leer, wenn du SSH deaktivieren möchtest. +ssh_port_helper=Der Port Ihres SSH-Servers. Leer lassen um SSH zu deaktivieren. http_port=HTTP Port http_port_helper=Auf dieser Port Nummer wird Gogs erreichbar sein. app_url=Anwendungs-URL -app_url_helper=Dies hat Auswirkung auf die HTTP/HTTPS clone URLs und für die E-Mails. +app_url_helper=Dies hat Auswirkung auf die HTTP/HTTPS Klon-URLs und den Inhalt der E-Mails. +log_root_path=Logdateipfad +log_root_path_helper=Verzeichnis in das Logdateien geschrieben werden. optional_title=Optionale Einstellungen email_title=E-Mail-Service Einstellungen smtp_host=SMTP Host smtp_from=Von -smtp_from_helper=Absender-Adresse nach RFC 5322. Entweder nur eine E-Mail Adresse oder im folgenden Format: "Name" . -mailer_user=Sender E-mail -mailer_password=Sender Passwort +smtp_from_helper=Absender-Adresse nach RFC 5322. Entweder nur eine E-Mail Adresse oder im Format: "Name" . +mailer_user=Absender E-Mail +mailer_password=Absender Passwort register_confirm=Registrierungsbestätigung aktivieren -mail_notify=E-Mail-Benachrichtigungen aktivieren +mail_notify=E-Mail-Benachrichtigung aktivieren server_service_title=Server- und sonstige Diensteinstellungen offline_mode=Offline-Modus aktivieren -offline_mode_popup=Deaktiviere das CDN auch im Produktionsmodus, alle Dateien werden von diesem Server ausgeliefert. +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 Avatare werden standardmäßig vom Nutzer hochgeladen oder sind Standardavatare. -disable_registration=Benutzerregistrierung deaktivieren -disable_registration_popup=Deaktiviere die Benutzerregistrierung, nur Administratoren können Benutzerkonten anlegen. +disable_gravatar_popup=Gravatar und benutzerdefinierte Quellen deaktivieren. Alle Profilbilder werden vom Nutzer hochgeladen oder sind das Standard-Profilbild. +disable_registration=Registrierung deaktivieren +disable_registration_popup=Registrierung neuer Benutzer deaktivieren. Nur Administratoren können Benutzerkonten anlegen. enable_captcha=Captcha aktivieren -enable_captcha_popup=Benötigt Captcha-Überprüfung für Registrierung durch Benutzer. -require_sign_in_view=Erfordere Anmeldung, um Inhalte anzusehen -require_sign_in_view_popup=Lediglich angemeldete Benutzer können Inhalte betrachten, Gäste sehen nur die Anmelden/Registrieren Seite. -admin_setting_desc=Sie müssen jetzt noch keinen Administrator-Account anlegen. Der erste Benutzer ("ID=1") erhält automatisch Administrationsrechte. -admin_title=Konto-Einstellungen für den Administrator +enable_captcha_popup=Captcha-Eingabe bei der Registrierung erforderlich. +require_sign_in_view=Seiten nur für angemeldete Benutzer zugänglich. +require_sign_in_view_popup=Nur angemeldete Benutzer können auf alle Seiten zugreifen. Gäste sehen nur die Seiten Anmelden/Registrieren. +admin_setting_desc=Sie müssen jetzt noch kein Administrator-Konto anlegen. Der erste Benutzer ("ID=1") erhält automatisch Administrator-Rechte. +admin_title=Administrator Einstellungen admin_name=Benutzername admin_password=Passwort confirm_password=Passwort bestätigen admin_email=Administrator E-Mail install_gogs=Gogs installieren test_git_failed=Fehler beim Test des 'git' Kommandos: %v -sqlite3_not_available=Ihre Gogs-Version unterstützt kein SQLite3, bitte lade dir die offizielle binäre Version von %s herunter, NICHT die gobuild-Version. -invalid_db_setting=Datenbank-Einstellungen sind nicht korrekt: %v -invalid_repo_path=Repository Root-Verzeichnis ist ungültig: %v +sqlite3_not_available=Ihre Gogs-Version unterstützt SQLite3 nicht. Bitte laden Sie die offizielle binäre Version von %s herunter, NICHT die gobuild-Version. +invalid_db_setting=Datenbankeinstellungen sind nicht korrekt: %v +invalid_repo_path=Repository Verzeichnis ist ungültig: %v run_user_not_match=Der ausführende Benutzer ist nicht der aktuelle Benutzer: %s -> %s save_config_failed=Fehler beim Speichern der Konfiguration: %v invalid_admin_setting=Admin-Konto Einstellungen sind ungültig: %v -install_success=Herzlich Willkommen! Wir sind froh, dass du dich für Gogs entschieden hast. Wir wünschen viel Vergnügen damit. +install_success=Herzlich Willkommen! Wir sind froh, dass Sie sich für Gogs entschieden haben. Wir wünschen viel Vergnügen damit. +invalid_log_root_path=Pfad zum Log-Verzeichnis ist ungültig: %v [home] uname_holder=Benutzername oder E-Mail password_holder=Passwort -switch_dashboard_context=Dashboard Kontext wechseln +switch_dashboard_context=Kontext der Übersichtsseite wechseln my_repos=Meine Repositories collaborative_repos=Gemeinschaftliche Repositories my_orgs=Meine Organisationen -my_mirrors=Meine Spiegel +my_mirrors=Meine Mirrors view_home=%s betrachten -issues.in_your_repos=In deinen Repositories +issues.in_your_repos=In Ihren Repositories [explore] repos=Repositories +users=Benutzer +search=Suche [auth] create_new_account=Neues Konto erstellen -register_hepler_msg=Du hast bereits ein Konto? Jetzt anmelden! -social_register_hepler_msg=Du hast bereits ein soziales Konto? Jetzt verknüpfen! -disable_register_prompt=Es tut uns leid, die Registrierung wurde deaktiviert. Bitte wende dich an den Administrator. +register_hepler_msg=Haben Sie bereits ein Konto? Jetzt anmelden! +social_register_hepler_msg=Haben Sie bereits ein Konto? Jetzt verknüpfen! +disable_register_prompt=Es tut uns leid, die Registrierung wurde deaktiviert. Bitte wenden Sie sich an den Administrator. disable_register_mail=Es tut uns leid, die Bestätigung der Registrierungs-E-Mail wurde deaktiviert. remember_me=Angemeldet bleiben forgot_password=Passwort vergessen forget_password=Passwort vergessen? -sign_up_now=Du willst ein Konto? Jetzt registrieren! -confirmation_mail_sent_prompt=Eine neue Bestätigungs-E-Mail wurde an %s gesendet. Kontrolliere dein Postfach innerhalb der nächsten %d Stunden, um die Registrierung abzuschließen. -active_your_account=Aktiviere dein Konto -resent_limit_prompt=Es tut uns leid, du sendest zu häufig Aktivierungs-E-Mails. Bitte warte 3 Minuten. -has_unconfirmed_mail=Hallo %s, du hast eine unbestätigte E-Mail-Adresse (%s). Wenn du keine Bestätigungs-E-Mail erhalten hast oder eine neue benötigst, klicke bitte auf den folgenden Button. -resend_mail=Hier klicken, um deine Aktivierungs-E-Mail erneut zu versenden +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 +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 email_not_associate=Diese E-Mail-Adresse ist mit keinem Konto verknüpft. send_reset_mail=Hier klicken, um die E-Mail zum Passwort-zurücksetzen erneut zu versenden 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 +password_too_short=Das Passwort muss mindenstens 6 Zeichen lang sein. [mail] -activate_account=Bitte aktiviere dein Konto -activate_email=Verifiziere deine E-Mail-Adresse -reset_password=Setze dein Passwort zurück +activate_account=Bitte aktivieren Sie Ihr Konto +activate_email=Bestätigen Sie Ihre E-Mail-Adresse +reset_password=Passwort zurücksetzen register_success=Registrierung erfolgreich, Willkommen register_notify=Willkommen an Bord @@ -177,23 +175,23 @@ UserName=Benutzername RepoName=Repository-Name Email=E-Mail-Adresse Password=Passwort -Retype=Passwort bestätigen +Retype=Passwort erneut eingeben SSHTitle=SSH-Schlüsselname -HttpsUrl=HTTPS-URL -PayloadUrl=Payload-URL +HttpsUrl=HTTPS URL +PayloadUrl=Payload URL TeamName=Teamname -AuthName=Authentifizierungsname -AdminEmail=Admin E-mail +AuthName=Name der Autorisierung +AdminEmail=Administrator E-Mail require_error=` darf nicht leer sein.` -alpha_dash_error=` muss ausschließlich alphanumerische Zeichen und "-_" enthalten.` -alpha_dash_dot_error=` muss ausschließlich alphanumerische Zeichen und ".-_" enthalten.` +alpha_dash_error=` kann ausschließlich alphanumerische Zeichen und "-_" enthalten.` +alpha_dash_dot_error=` kann ausschließlich alphanumerische Zeichen und ".-_" enthalten.` size_error=` muss die Größe %s haben.` min_size_error=` muss mindestens %s Zeichen enthalten.` max_size_error=` darf höchstens %s Zeichen enthalten.` email_error=` ist keine gültige E-Mail-Adresse.` url_error=` ist keine gültige URL.` -include_error=`muss den Substring ‚%s‘ enthalten.` +include_error=` muss den Text '%s' enthalten.` unknown_error=Unbekannter Fehler: captcha_incorrect=Captcha stimmt nicht überein. password_not_match=Die Passwörter stimmen nicht überein. @@ -203,40 +201,37 @@ repo_name_been_taken=Repository-Name ist bereits vergeben. org_name_been_taken=Organisationsname ist bereits vergeben. team_name_been_taken=Teamname ist bereits vergeben. email_been_used=E-Mail-Adresse wird bereits verwendet. -illegal_team_name=Teamname enthält ungültige Zeichen. username_password_incorrect=Benutzername oder Passwort ist nicht korrekt. -enterred_invalid_repo_name=Bitte stelle sicher, dass der eingegebene Repository-Name richtig ist. -enterred_invalid_owner_name=Bitte stelle sicher, dass der eingegebene Besitzername richtig ist. -enterred_invalid_password=Bitte stelle sicher, dass das eingegebene Passwort richtig ist. +enterred_invalid_repo_name=Bitte achten Sie darauf, dass der von Ihnen eingegebene Repository-Name korrekt ist. +enterred_invalid_owner_name=Bitte achten Sie darauf, dass der eingegebene Name des Besitzers korrekt ist. +enterred_invalid_password=Bitte achten Sie darauf, dass das eingegebene Passwort richtig ist. user_not_exist=Angegebener Benutzer existiert nicht. -last_org_owner=Der zu entfernende Benutzer ist der letzte Besitzer einer Organisation. Diese müssen zuerst gelöscht oder übertragen werden. +last_org_owner=Entfernen des letzten Mitglieds aus einem Eigentümer-Team ist nicht zulässig, da es immer mindestens einen Eigentümer je Organisation geben muss. -invalid_ssh_key=Leider sind wir nicht in der Lage, deinen SSH-Schlüssel zu überprüfen: %s -unable_verify_ssh_key=Gogs kann deinen SSH-Schlüssel nicht verifizieren, nimmt aber an, dass er gültig ist. Bitte stelle dies selbst sicher. +invalid_ssh_key=Leider sind wir nicht in der Lage, Ihren SSH-Schlüssel zu überprüfen: %s +unable_verify_ssh_key=Gogs kann Ihren SSH-Schlüssel nicht überprüfen, nimmt aber an, dass er gültig ist. Bitte stellen Sie dies selbst sicher. auth_failed=Authentifizierung fehlgeschlagen: %v -still_own_repo=Dein Konto besitzt noch Repositories. Diese müssen zuerst gelöscht oder übertragen werden. -still_has_org=Du bist noch Mitglied einer Organisation, bitte lösche zunächst diese Mitgliedschaft. +still_own_repo=Ihr Konto besitzt noch Repositories. Diese müssen zuerst gelöscht oder übertragen werden. +still_has_org=Sie sind noch Mitglied einer Organisation, bitte löschen Sie zunächst diese Mitgliedschaft. org_still_own_repo=Diese Organisation besitzt noch Repositories. Diese müssen zuerst gelöscht oder übertragen werden. -still_own_user=Diese Authentifizierung wird noch von einigen Benutzern genutzt. Entferne diese zuvor und lösche erneut. - target_branch_not_exist=Ziel-Branch existiert nicht [user] -change_avatar=Ändere dein Profilbild auf gravatar.com -change_custom_avatar=Ändere deinen Avatar in den Einstellungen -join_on=Registriert +change_avatar=Ändern Sie Ihr Profilbild auf gravatar.com +change_custom_avatar=Ändern Sie Ihr Profilbild in den Einstellungen +join_on=Beigetreten am repositories=Repositories activity=Öffentliche Aktivität -followers=Followers -starred=Markiert -following=Folgt +followers=Folgende +starred=Favorisierte Repositories +following=Folge ich follow=Folgen unfollow=Nicht mehr folgen form.name_reserved=Der Benutzername '%s' ist reserviert. -form.name_pattern_not_allowed=Benutzernamens-Muster "%s" ist nicht zulässig. +form.name_pattern_not_allowed=Benutzernamen der Form '%s' sind nicht erlaubt. [settings] profile=Profil @@ -249,61 +244,60 @@ delete=Konto löschen uid=Uid public_profile=Öffentliches Profil -profile_desc=Deine E-Mail-Adresse ist öffentlich einsehbar und wird für accountspezifische Benachrichtigungen verwendet, sowie für alle web-basierten Funktionen, die über die Seite gemacht werden. -password_username_disabled=Nicht-lokalen Benutzern ist es nicht erlaubt, ihren Usernamen zu ändern. +profile_desc=Ihre E-Mail-Adresse ist öffentlich einsehbar und dient dazu, Ihnen Benachrichtigungen bezüglich Ihres Kontos und Aktivitäten auf der Webseite zu schicken. +password_username_disabled=Nicht-lokalen Benutzern ist es nicht erlaubt, ihren Benutzernamen zu ändern. full_name=Vollständiger Name website=Webseite location=Standort update_profile=Profil aktualisieren update_profile_success=Ihr Profil wurde erfolgreich aktualisiert. change_username=Benutzername geändert -change_username_prompt=Diese Änderung wird sich auf die Linkbezüge zu deinem Account auswirken. +change_username_prompt=Diese Änderung wirkt sich auf die Links zu Ihrem Benutzerkonto aus. continue=Weiter cancel=Abbrechen -enable_custom_avatar=Aktiviere benutzerdefinierten Avatar -enable_custom_avatar_helper=Aktiviere dies, um deinen Avatar nicht von Gravatar zu laden -choose_new_avatar=Neuen Avatar auswählen -update_avatar=Avatar-Einstellung aktualisieren +enable_custom_avatar=Benutzerdefiniertes Profilbild aktivieren +choose_new_avatar=Neues Profilbild auswählen +update_avatar=Profilbildeinstellungen aktualisieren +delete_current_avatar=Aktuelles Profilbild löschen uploaded_avatar_not_a_image=Die hochgeladene Datei ist kein Bild. -no_custom_avatar_available=Kein benutzerdefinierter Avatar verfügbar, Aktivierung ist nicht möglich. -update_avatar_success=Deine Avatar-Einstellung wurde aktualisiert. +update_avatar_success=Ihre Profilbild-Einstellung wurden erfolgreich aktualisiert. change_password=Passwort ändern old_password=Aktuelles Passwort new_password=Neues Passwort retype_new_password=Neues Passwort erneut eingeben password_incorrect=Aktuelles Passwort ist nicht korrekt. -change_password_success=Passwort geändert. Du kannst dich jetzt mit deinem neuen Passwort anmelden. +change_password_success=Ihr Passwort wurde geändert. Sie können sich jetzt mit ihrem neuen Passwort anmelden. password_change_disabled=Nicht-lokalen Benutzern ist es nicht erlaubt, ihr Passwort zu ändern. emails=E-Mail-Adressen manage_emails=E-Mail-Adressen verwalten -email_desc=Deine primäre E-Mail-Adresse wird für Benachrichtigungen und andere Funktionen verwendet. +email_desc=Ihre primäre E-Mail-Adresse wird für Benachrichtigungen und andere Funktionen verwendet. primary=Primär primary_email=Als primäre Adresse verwenden delete_email=Löschen email_deletion=E-Mail löschen -email_deletion_desc=Das Löschen dieser E-Mail Adresse wird alle Informationen entfernen, die mit dieser E-Mail Adresse verknüpft sind. Willst du fortfahren? +email_deletion_desc=Das Löschen dieser E-Mail Adresse wird alle Informationen entfernen, die mit dieser E-Mail Adresse verknüpft sind. Wollen Sie fortfahren? email_deletion_success=E-Mail-Adresse wurde erfolgreich gelöscht! add_new_email=Neue E-Mail-Adresse hinzufügen add_email=E-Mail-Adresse hinzufügen add_email_confirmation_sent=Eine neue Bestätigungsmail wurde an '%s' gesendet, bitte überprüfen Sie Ihren Posteingang innerhalb von %d Stunden um die Bestätigung abzuschließen. -add_email_success=Deine neue E-Mail-Adresse wurde erfolgreich hinzugefügt. +add_email_success=Ihre neue E-Mail-Adresse wurde erfolgreich hinzugefügt. manage_ssh_keys=SSH-Schlüssel verwalten -add_key=SSH-Schlüssel hinzufügen -ssh_desc=Dies ist eine Liste aller SSH-Schlüssel, die mit deinem Konto verknüpft sind. Bitte entferne alle Schlüssel, die dir nicht bekannt sind. -ssh_helper=Du brauchst Hilfe? Hier ist eine Anleitung zum Erzeugen von SSH-Schlüsseln oder Problemlösen einfacher SSH-Probleme. +add_key=Schlüssel hinzufügen +ssh_desc=Dies ist eine Liste aller SSH-Schlüssel, die Ihrem Konto zugeordnet sind. Bitte entfernen Sie alle Schlüssel, die Ihnen nicht bekannt sind. +ssh_helper=Brauchen Sie Hilfe? Hier ist eine Anleitung zum Erzeugen von SSH-Schlüsseln oder Lösen einfacher SSH-Probleme. add_new_key=SSH-Schlüssel hinzufügen ssh_key_been_used=Inhalt des öffentlichen Schlüssels wurde verwendet. -ssh_key_name_used=Ein öffentlicher Schlüssel mit dem selben Namen existiert bereits. +ssh_key_name_used=Ein öffentlicher Schlüssel mit diesem Namen existiert bereits. key_name=Schlüsselname key_content=Inhalt add_key_success=Neuer SSH-Schlüssel '%s' wurde erfolgreich hinzugefügt! -delete_key=SSH-Schlüssel löschen -ssh_key_deletion=SSH-Schlüssel entfernen -ssh_key_deletion_desc=Das Löschen dieses SSH-Schlüssels wird alle zugehörigen Zugriffsberechtigungen auf deinen Account entfernen. Möchtest du fortfahren? +delete_key=Löschen +ssh_key_deletion=SSH-Schlüssel löschen +ssh_key_deletion_desc=Das Löschen dieses SSH-Schlüssels wird alle zugehörigen Zugriffsberechtigungen auf Ihr Konto entfernen. Möchten Sie fortfahren? ssh_key_deletion_success=SSH-Schlüssel wurde erfolgreich gelöscht! add_on=Hinzugefügt am last_used=Zuletzt verwendet am @@ -312,90 +306,90 @@ key_state_desc=Dieser Schlüssel wurde in den letzten 7 Tagen verwendet token_state_desc=Dieses Token wurde in den letzten 7 Tagen benutzt manage_social=Verknüpfte soziale Konten verwalten -social_desc=Dies ist eine Liste verknüpfter sozialer Konten. Bitte entferne alle Verknüpfungen, die dir nicht bekannt sind. +social_desc=Dies ist eine Liste verknüpfter sozialer Konten. Bitte entfernen Sie alle Verknüpfungen, die Ihnen nicht bekannt sind. unbind=Verknüpfung entfernen unbind_success=Die Verknüpfung zum sozialen Konto wurde entfernt. -manage_access_token=Verwaltung persönlicher Zugangs-Tokens +manage_access_token=Verwaltung persönlicher Zugangs-Token generate_new_token=Neuen Token erzeugen -tokens_desc=Von dir generierte Token können benutzt werden, um auf die Gogs APIs zuzugreifen. -new_token_desc=Momentan erlaubt jeder Token vollen Zugriff auf dein Konto. +tokens_desc=Die von Ihnen erzeugten Token können zum Zugriff auf die Gogs-API verwendet werden. +new_token_desc=Jeder Token erlaubt vollen Zugriff auf ihr Konto. token_name=Token-Name generate_token=Token generieren -generate_token_succees=Neuer Zugangs-Token wurde erstellt! Stelle sicher, dass du den Token kopiert hast, da du ihn später nicht mehr ansehen kannst! +generate_token_succees=Ihr Zugangs-Token wurde erfolgreich generiert! Stellen Sie sicher, dass Sie den Token kopiert haben, da Sie ihn später nicht mehr ansehen können! delete_token=Löschen -access_token_deletion=Entfernung von persönlichen Token -access_token_deletion_desc=Das Löschen dieses persönlichen Tokens wird alle zugehörigen Zugriffe der Anwendung entfernen. Möchtest du fortfahren? -delete_token_success=Persönlicher Zugriffs-Token wurde erfolgreich entfernt! Vergiss nicht deine Anwendung zu aktualisieren. +access_token_deletion=Persönlichen Token entfernen +access_token_deletion_desc=Das Löschen dieses persönlichen Zugangs-Tokens wird alle zugehörigen Zugriffe der Anwendung entfernen. Möchten Sie fortfahren? +delete_token_success=Persönlicher Zugriffs-Token wurde erfolgreich entfernt! Vergessen Sie nicht Ihre Anwendung zu aktualisieren. delete_account=Konto löschen -delete_prompt=Diese Aktion wird dein Konto dauerhaft löschen und kann NICHT rückgängig gemacht werden! -confirm_delete_account=Löschen -delete_account_title=Account löschen -delete_account_desc=Du bist dabei dieses Konto dauerhaft zu löschen, möchtest du wirklich fortfahren? +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? [repo] owner=Besitzer repo_name=Repository-Name -repo_name_helper=Gute Repository-Namen sind kurz, einprägsam und einzigartig. +repo_name_helper=Ein guter Repository-Name besteht gewöhnlich aus kurzen, leicht zu merkenden und eindeutigen Schlüsselworten. visibility=Sichtbarkeit -visiblity_helper=Diese Repository ist Privat +visiblity_helper=Dieses Repository ist privat visiblity_helper_forced=Der Administrator hat festgelegt, dass alle neuen Repositories privat sein müssen visiblity_fork_helper=(Eine Änderung dieses Wertes wirkt sich auf alle Forks aus) -clone_helper=Du brauchst Hilfe beim Klonen? Hier gibt es Hilfe! -fork_repo=Repository abspalten -fork_from=Forken von +clone_helper=Sie brauchen Hilfe beim Klonen? Öffnen Sie die Hilfe! +fork_repo=Repository forken +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 license=Lizenz -license_helper=Wähle eine Lizenz aus +license_helper=Wählen Sie eine Lizenz aus readme=Readme 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_interval=Spiegel-Intervall (in Stunden) -mirror_address=Spiegeladresse -mirror_address_desc=Bitte notwendige Benutzerangaben in die Adresse aufnehmen. +mirror_interval=Mirror-Intervall (in Stunden) +mirror_address=Mirror-Adresse +mirror_address_desc=Bitte die nötigen Zugangsdaten in die Adresse mit aufnehmen. watchers=Beobachter -stargazers=Sterngucker +stargazers=In Favoriten von forks=Forks -form.reach_limit_of_creation=Der Besitzer hat die maximale Anzahl vo %d erstellbaren Repositorys erreicht. -form.name_reserved=Repository-Name '%s' ist bereits vergeben. -form.name_pattern_not_allowed=Repository-Namesmuster '%s' ist nicht zulässig. +form.reach_limit_of_creation=Der Besitzer hat die maximale Anzahl von %d erstellbaren Repositories erreicht. +form.name_reserved=Repository-Name '%s' ist reserviert. +form.name_pattern_not_allowed=Repository-Namen der Form '%s' sind nicht erlaubt. -need_auth=Autorisierung benötigt +need_auth=Authorisierung benötigt migrate_type=Migrationstyp -migrate_type_helper=Diese Repository wird ein Spiegel sein +migrate_type_helper=Dieses Repository wird ein Mirror sein migrate_repo=Repository migrieren migrate.clone_address=Adresse kopieren migrate.clone_address_desc=Dies kann eine HTTP/HTTPS/GIT URL oder ein lokaler Serverpfad sein. -migrate.permission_denied=Ihnen fehlen die Rechte zum Importieren lokaler Repositorys. -migrate.invalid_local_path=Lokaler Pfad ist ungültig, er existiert nicht oder ist kein Ordner. +migrate.permission_denied=Ihnen fehlen die Rechte zum Importieren lokaler Repositories. +migrate.invalid_local_path=Der lokale Pfad ist ungültig, existiert nicht oder ist kein Ordner. migrate.failed=Fehler bei Migration: %v -mirror_from=spiegeln von -forked_from=Geforkt von -fork_from_self=Sie können keine Repository forken, welche ihnen gehört! +mirror_from=Mirror von +forked_from=geforkt von +fork_from_self=Sie können kein Repository forken, das Ihnen gehört! copy_link=Kopieren copy_link_success=Kopiert! -copy_link_error=Drücke ⌘-C oder Strg-C zum Kopieren -copied=Kopiert OK -unwatch=Nicht mehr beobachten +copy_link_error=Drücken Sie ⌘-C oder Strg-C zum Kopieren +copied=Erfolgreich kopiert +unwatch=Beobachten beenden watch=Beobachten -unstar=Markierung aufheben -star=Markieren +unstar=Favorit entfernen +star=Favorit hinzufügen fork=Fork no_desc=Keine Beschreibung quick_guide=Kurzanleitung -clone_this_repo=Diese Repository klonen -create_new_repo_command=Erstelle eine neue Repository mittels Kommandozeile -push_exist_repo=Übertrage eine existierende Repository von der Kommandozeile -repo_is_empty=Das Repository ist leer, bitte komm später wieder! +clone_this_repo=Dieses Repository klonen +create_new_repo_command=Erstellen Sie ein neues Repository mittels der Kommandozeile +push_exist_repo=Bestehendes Repository von der Kommandozeile pushen +repo_is_empty=Dieses Repository ist leer. Bitte kommen Sie später wieder! code=Code branch=Branch @@ -404,27 +398,27 @@ filter_branch_and_tag=Nach Branch oder Tag filtern branches=Branches tags=Tags issues=Issues -pulls=Pull-Request +pulls=Pull-Requests labels=Label milestones=Meilensteine commits=Commits -releases=Veröffentlichungen -file_raw=Roh +releases=Releases +file_raw=Originalformat file_history=Verlauf -file_view_raw=Ansicht Roh +file_view_raw=Ansicht im Originalformat file_permalink=Permalink commits.commits=Commits -commits.search=Durchsuche Commits +commits.search=Commits durchsuchen commits.find=Finden -commits.author=Author +commits.author=Autor commits.message=Nachricht commits.date=Datum commits.older=Älter commits.newer=Neuer -issues.new=Neuer Issue -issues.new.labels=Labels +issues.new=Neues Issue +issues.new.labels=Label issues.new.no_label=Kein Label issues.new.clear_labels=Labels entfernen issues.new.milestone=Meilenstein @@ -432,9 +426,9 @@ issues.new.no_milestone=Kein Meilenstein issues.new.clear_milestone=Meilenstein entfernen issues.new.open_milestone=Offene Meilensteine issues.new.closed_milestone=Geschlossene Meilensteine -issues.new.assignee=Zuständiger -issues.new.clear_assignee=Zuständigen entfernen -issues.new.no_assignee=Kein Zuständiger +issues.new.assignee=Zuständig +issues.new.clear_assignee=Zuständigkeit entfernen +issues.new.no_assignee=Niemand zuständig issues.create=Issue erstellen issues.new_label=Neues Label issues.new_label_placeholder=Label-Name... @@ -444,82 +438,83 @@ issues.close_tab=%d geschlossen issues.filter_label=Label issues.filter_label_no_select=Kein Label gewählt issues.filter_milestone=Meilenstein -issues.filter_milestone_no_select=Kein ausgewählter Meilenstein -issues.filter_assignee=Zuständiger -issues.filter_assginee_no_select=Kein ausgewählter Zuständiger +issues.filter_milestone_no_select=Kein Meilenstein ausgewählt +issues.filter_assignee=Zuständig +issues.filter_assginee_no_select=Keine Zuständigkeit ausgewählt issues.filter_type=Typ -issues.filter_type.all_issues=Alle Probleme -issues.filter_type.assigned_to_you=Dir zugewiesen -issues.filter_type.created_by_you=Erstellt von dir -issues.filter_type.mentioning_you=Erwähnen dich +issues.filter_type.all_issues=Alle Issues +issues.filter_type.assigned_to_you=Ihnen zugewiesen +issues.filter_type.created_by_you=Von Ihnen erstellt +issues.filter_type.mentioning_you=Erwähnt Sie issues.filter_sort=Sortieren issues.filter_sort.latest=Neueste issues.filter_sort.oldest=Älteste -issues.filter_sort.recentupdate=Zuletzt aktualisiert +issues.filter_sort.recentupdate=Kürzlich aktualisiert issues.filter_sort.leastupdate=Am längsten nicht aktualisiert issues.filter_sort.mostcomment=Am meisten kommentiert issues.filter_sort.leastcomment=Am wenigsten kommentiert issues.opened_by=%[1]s geöffnet von %[3]s -issues.opened_by_fake=eröffnet %[1]s von %[2]s -issues.previous=Vorherige Seite -issues.next=Nächste Seite +issues.opened_by_fake=geöffnet %[1]s von %[2]s +issues.previous=Vorherige +issues.next=Nächste issues.open_title=Offen issues.closed_title=Geschlossen issues.num_comments=%d Kommentare -issues.commented_at=`kommentiert in %[2]s` +issues.commented_at=`hat %[2]s kommentiert` issues.no_content=Hier gibt es bis jetzt noch keinen Inhalt. issues.close_issue=Schließen issues.close_comment_issue=Kommentieren und schließen -issues.reopen_issue=Wiedereröffnen -issues.reopen_comment_issue=Kommentieren und wiedereröffnen +issues.reopen_issue=Wieder öffnen +issues.reopen_comment_issue=Kommentieren und wieder öffnen issues.create_comment=Kommentieren -issues.closed_at=`geschlossen in %[2]s` -issues.reopened_at=`wiedereröffnet in %[2]s` -issues.commit_ref_at=`referenziert dieses Issue aus einem Commit %[2]s` +issues.closed_at=`hat %[2]s geschlossen` +issues.reopened_at=`hat %[2]s wieder geöffnet` +issues.commit_ref_at=`hat dieses Issue %[2]s aus einem Commit referenziert` issues.poster=Ersteller -issues.admin=Admin +issues.collaborator=Mitarbeiter issues.owner=Besitzer issues.sign_up_for_free=Kostenlos anmelden -issues.sign_in_require_desc=um dieser Konverstion beizutreten. Hast du bereits einen Account? Anmelden zum kommentieren +issues.sign_in_require_desc=um dieser Diskussion beizutreten. Haben Sie bereits ein Konto? Anmelden um zu kommentieren issues.edit=Bearbeiten issues.cancel=Abbrechen issues.save=Speichern -issues.label_title=Label Name -issues.label_color=Label Farbe -issues.label_count=%d Labels +issues.label_title=Labelname +issues.label_color=Labelfarbe +issues.label_count=%d Label issues.label_open_issues=%d offene Issues issues.label_edit=Bearbeiten issues.label_delete=Löschen -issues.label_modify=Label Änderung -issues.label_deletion=Label Löschung -issues.label_deletion_desc=Das Löschen eines Labels entfernt es von allen verknüpften Issues. Möchtest du fortfahren? +issues.label_modify=Label ändern +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 pulls.new=Neuer Pull-Request pulls.compare_changes=Änderungen vergleichen -pulls.compare_changes_desc=Vergleiche zwei Branches und erstelle einen Pull Request für die Änderungen. +pulls.compare_changes_desc=Zwei Branches vergleichen und einen Pull-Request für die Änderungen erstellen. pulls.compare_base=Base pulls.compare_compare=vergleichen -pulls.filter_branch=Filter Branch +pulls.filter_branch=Branch filtern pulls.no_results=Keine Ergebnisse verfügbar. -pulls.nothing_to_compare=Es ist nichts zu vergleichen, da Base- und Head-Branch gleich sind. -pulls.has_pull_request=`Es existiert bereits eine Pull-Anforderung zwischen diesen beiden Zielen: %[2]s#%[3]d` -pulls.create=Pull Request erstellen +pulls.nothing_to_compare=Es gibt nichts zu vergleichen, da Base- und Head-Branch gleich sind. +pulls.has_pull_request=`Es existiert bereits ein Pull-Request zwischen diesen beiden Zielen: %[2]s#%[3]d` +pulls.create=Pull-Request erstellen pulls.title_desc=möchte %[1]d Commits von %[2]s nach %[3]s zusammenführen -pulls.merged_title_desc=%[1]d Commits von %[2]s nach %[3]s %[4]s zusammengeführt -pulls.tab_conversation=Konversation +pulls.merged_title_desc=hat %[1]d Commits von %[2]s nach %[3]s %[4]s zusammengeführt +pulls.tab_conversation=Diskussion pulls.tab_commits=Commits -pulls.tab_files=Dateien geändert -pulls.reopen_to_merge=Bitte diese Pull-Anforderung wiedereröffnen, um die Merge-Operation auszuführen. +pulls.tab_files=Geänderte Dateien +pulls.reopen_to_merge=Bitte diesen Pull-Request wiedererö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 dieser Pull-Anforderung sind defekt aufgrund des Löschens von Fork-Informationen. -pulls.is_checking=Die Konfliktprüfung ist in Arbeit. Bitte aktualisiere die Seite in wenigen Momenten. -pulls.can_auto_merge_desc=Diese Pull-Anforderung kann automatisch zusammengeführt werden. -pulls.cannot_auto_merge_desc=Diese Pull-Anforderung 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. +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.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. pulls.merge_pull_request=Pull-Request zusammenführen -pulls.open_unmerged_pull_exists=`Du kannst die Pull-Anforderung nicht wiedereröffnen, da bereits eine offene Pull-Anforderung (#%d) aus dem selben Repository mit den gleichen Merge-Informationen existiert und auf das Merging wartet.` +pulls.open_unmerged_pull_exists=`Sie können diesen Pull-Request nicht wieder öffnen, da bereits ein offener Pull-Request (#%d) aus dem selben Repository mit den gleichen Merge-Informationen existiert und auf das Zusammenführen wartet.` milestones.new=Neuer Meilenstein milestones.open_tab=%d offen @@ -528,35 +523,37 @@ milestones.closed=Geschlossen %s milestones.no_due_date=Kein Fälligkeitsdatum milestones.open=Offen milestones.close=Geschlossen -milestones.new_subheader=Erstelle Meilenstein zum Organisieren der Issues. +milestones.new_subheader=Erstellen Sie Meilensteine, um ihre Issues zu organisieren. milestones.create=Meilenstein erstellen milestones.title=Titel milestones.desc=Beschreibung milestones.due_date=Fälligkeitsdatum (optional) -milestones.clear=Bereinigen +milestones.clear=Feld leeren milestones.invalid_due_date_format=Format des Fälligkeitsdatums ist ungültig. Es muss das Format 'JJJJ-mm-dd' haben. milestones.create_success=Meilenstein '%s' wurde erfolgreich erstellt! milestones.edit=Meilenstein bearbeiten -milestones.edit_subheader=Benutze eine bessere Beschreibung für die Meilensteine, um die Menschen nicht zu verwirren. +milestones.edit_subheader=Verwenden Sie eine aussagekräftige Beschreibung für Meilensteine, um Missverständnisse zu vermeiden. milestones.cancel=Abbrechen milestones.modify=Meilenstein ändern milestones.edit_success=Änderungen des Meilensteins '%s' wurden erfolgreich gespeichert! milestones.deletion=Meilenstein löschen -milestones.deletion_desc=Das Löschen dieses Meilensteins wird alle zugehörigen Informationen in allen Issues entfernen. Wirklich fortfahren? +milestones.deletion_desc=Der Meilenstein wird von allen verknüpften Issues entfernt. Möchten Sie fortfahren? milestones.deletion_success=Meilenstein erfolgreich gelöscht! wiki=Wiki wiki.welcome=Willkommen im Wiki! -wiki.welcome_desc=Das Wiki ist der Ort, wo du zusammen dein Projekt dokumentieren und es besser machen kannst. -wiki.create_first_page=Erstelle die erste Seite +wiki.welcome_desc=Das Wiki ist der Ort, an dem Sie ihr Projekt gemeinsam dokumentieren und verbessern können. +wiki.create_first_page=Erstellen Sie die erste Seite wiki.page=Seite wiki.filter_page=Seite filtern wiki.new_page=Neue Seite erstellen -wiki.default_commit_message=Schreibe eine Notiz zu dieser Aktualisierung (optional). +wiki.default_commit_message=Beschreiben Sie diese Änderung (optional). wiki.save_page=Seite speichern wiki.last_commit_info=%s hat diese Seite bearbeitet %s wiki.edit_page_button=Bearbeiten wiki.new_page_button=Neue Seite +wiki.delete_page_button=Seite löschen +wiki.delete_page_notice_1=Die Seite "%s" wird gelöscht. Bitte seien Sie vorsichtig. wiki.page_already_exists=Eine Wiki-Seite mit dem gleichen Namen existiert bereits. wiki.pages=Seiten wiki.last_updated=Zuletzt aktualisiert %s @@ -571,97 +568,110 @@ 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 um Leuten das Schreiben von Dokumenten zu ermöglichen -settings.use_external_wiki=Benutze externes Wiki +settings.wiki_desc=Wiki aktivieren, damit Benutzer Seiten anlegen können +settings.use_external_wiki=Externes Wiki verwenden settings.external_wiki_url=Externe Wiki URL -settings.external_wiki_url_desc=Besucher werden auf die URL umgeleitet, wenn sie auf den Tab klicken. -settings.issues_desc=Benutze eingebauten leichtgewichtigen Issue-Tracker -settings.use_external_issue_tracker=Benutze externen Issue-Tracker -settings.tracker_url_format=URL-Format für externen Issu-Tracker -settings.tracker_url_format_desc=Du kannst einen Platzhalter {user} {repo} {index} für den Benutzernamen, den Repositorynamen und den Issue-Index benutzen. -settings.pulls_desc=Aktiviere Pull-Anforderungen zum Akzeptieren von öffentlichen Beiträgen +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.use_external_issue_tracker=Externes Issue-System verwenden +settings.tracker_url_format=URL-Format des externen Issue-Systems +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 +settings.new_owner_has_same_repo=Der neue Eigentümer hat bereits ein Repository mit dem gleichen Namen. Bitte wählen Sie einen anderen Namen. +settings.convert=In ein normales Repository umwandeln +settings.convert_desc=Dieser Mirror kann in ein normales Repository umgewandelt werden. Dies kann nicht rückgängig gemacht werden. +settings.convert_notices_1=- Dieser Vorgang wandelt das Mirror-Repository in ein normales Repository um. Dies kann nicht rückgängig gemacht werden. +settings.convert_confirm=Umwandlung bestätigen +settings.convert_succeed=Das Repository wurde erfolgreich in ein normales Repository umgewandelt. settings.transfer=Besitz übertragen -settings.transfer_desc=Übertrage diese Repository auf einen anderen Benutzer oder eine Organisation in der du Admin-Rechte hast. -settings.new_owner_has_same_repo=Der neue Eigentümer hat bereits ein Repository mit dem gleichen Namen. -settings.delete=Repository löschen -settings.delete_desc=Wenn diese Repository gelöscht ist, gibt es keinen Weg zurück. Bitte sei behutsam. -settings.transfer_notices_1=- Du wirst den Zugang verlieren, wenn der neue Besitzer ein individueller Benutzer ist. -settings.transfer_notices_2=- Du wirst den Zugang behalten, wenn der neue Besitzer eine Organisation ist und du einer der Besitzer bist. -settings.transfer_form_title=Bitte gib die folgenden Informationen ein, um die Operation zu bestätigen: +settings.transfer_desc=Dieses Repository auf einen anderen Benutzer bzw. eine Organisation in der Sie Admin-Rechte haben übertragen. +settings.transfer_notices_1=- Sie werden keinen Zugriff mehr haben, wenn der neue Besitzer ein individueller Benutzer ist. +settings.transfer_notices_2=- Sie werden weiterhin Zugriff haben, wenn der neue Besitzer eine Organisation ist und Sie einer der Besitzer sind. +settings.transfer_form_title=Bitte geben Sie die folgenden Informationen ein, um die Operation zu bestätigen: +settings.wiki_delete=Wiki-Daten löschen +settings.wiki_delete_desc=Das Löschen von Wiki Daten kann nicht rückgängig gemacht werden. Bitte seien Sie vorsichtig. +settings.wiki_delete_notices_1=- Dies löscht und deaktiviert das Wiki für %s +settings.wiki_deletion_success=Repository Wiki Daten erfolgreich gelöscht. +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 dieser Git-Repository verbunden ist, dauerhaft löschen, inklusive der Daten, Issues, Kommentare und Zugriffsrechte von Benutzern. -settings.delete_notices_fork_1=- Wenn dies eine öffentliche Repository ist, werden nach der Löschung alle Forks unabhängig. -settings.delete_notices_fork_2=- Wenn dies eine private Repository ist, dann werden gleichzeitig alle Forks entfernt. -settings.delete_notices_fork_3=Wenn alle Forks erhalten bleiben sollen, dann muss zuerst die Sichtbarkeit der Repository auf öffentlich gesetzt 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.deletion_success=Repository wurde erfolgreich gelöscht! settings.update_settings_success=Repository-Optionen aktualisiert. settings.transfer_owner=Neuer Besitzer -settings.make_transfer=übertragen -settings.transfer_succeed=Die Repository wurde erfolgreich übertragen. +settings.make_transfer=Transfer starten +settings.transfer_succeed=Das Repository wurde erfolgreich übertragen. settings.confirm_delete=Löschen settings.add_collaborator=Mitarbeiter hinzufügen -settings.add_collaborator_success=Mitarbeiter hinzugefügt -settings.remove_collaborator_success=Mitarbeiter entfernt +settings.add_collaborator_success=Neuer Mitarbeiter wurde hinzugefügt. +settings.delete_collaborator=Löschen +settings.collaborator_deletion=Mitarbeiter löschen +settings.collaborator_deletion_desc=Nach dem Löschen wird dieser Benutzer keinen Zugriff mehr als Mitarbeiter auf dieses Repository haben. Möchten Sie fortfahren? +settings.remove_collaborator_success=Mitarbeiter wurde entfernt. settings.search_user_placeholder=Benutzer suchen... +settings.org_not_allowed_to_be_collaborator=Eine Organisation kann nicht als Mitarbeiter hinzugefügt werden. settings.user_is_org_member=Benutzer ist ein Organisationsmitglied und kann nicht als Mitarbeiter hinzugefügt werden. settings.add_webhook=Webhook hinzufügen -settings.hooks_desc=Webhooks erlauben es dir, externe Dienste zu informieren, wenn etwas bestimmtes in deiner Repository passiert. Gogs sendet dann einen POST-Request an alle angegebenen URLs. Erfahre mehr in unserer Webhooks Guide. +settings.hooks_desc=Webhooks erlauben es Ihnen, externe Dienste zu informieren, wenn etwas Bestimmtes in Ihrem Repository passiert. Gogs sendet dann einen POST-Request an alle angegebenen URLs. Erfahren Sie mehr in unserem Webhooks Guide. settings.webhook_deletion=Webhook entfernen settings.webhook_deletion_desc=Das Löschen dieses Webhooks wird alle zugehörigen Informationen und den Übertragungsverlauf entfernen. Wirklich fortfahren? settings.webhook_deletion_success=Webhook wurde erfolgreich entfernt! -settings.webhook.test_delivery=Auslieferungstest -settings.webhook.test_delivery_desc=Sende eine imitierte Push-Ereignis-Auslieferung um die Webhook-Einstellungen zu testen +settings.webhook.test_delivery=Senden testen +settings.webhook.test_delivery_desc=Sendet ein simuliertes Push-Ereignis, um die Webhook-Einstellungen zu testen settings.webhook.test_delivery_success=Test-Webhook wurde zur Auslieferungswarteschlange hinzugefügt. Es kann einige Sekunden dauern, bevor es in der Auslieferungshistorie erscheint. settings.webhook.request=Anfrage -settings.webhook.response=Rückmeldung +settings.webhook.response=Antwort settings.webhook.headers=Kopfzeilen settings.webhook.payload=Nutzdaten settings.webhook.body=Inhalt -settings.githooks_desc=Git-Hooks werden von Git selbst bereitgestellt. Du kannst die Dateien der unterstützten Hooks in der Liste unten bearbeiten, um eigene Operationen einzubinden. -settings.githook_edit_desc=Wenn ein Hook inaktiv ist, wird der Standardinhalt benutzt. Lasse den Inhalt leer, um den Hook zu deaktivieren. +settings.githooks_desc=Git-Hooks werden von Git selbst bereitgestellt. Sie können die Dateien der unterstützten Hooks in der Liste unten bearbeiten, um eigene Operationen einzubinden. +settings.githook_edit_desc=Wenn ein Hook inaktiv ist, wird der Standardinhalt benutzt. Lassen Sie den Inhalt leer, um den Hook zu deaktivieren. settings.githook_name=Hook-Name settings.githook_content=Hook-Inhalt -settings.update_githook=Aktualisiere Hook -settings.add_webhook_desc=Gogs sendet einen POST-Request an die unten stehende URL mit Details aller abonnierten Ereignisse. Du kannst auch angeben, welches Datenformat du erhalten willst (JSON, x-www-form-urlencoded, etc). Mehr Informationen findest du im Webhooks Guide. -settings.payload_url=Payload-URL +settings.update_githook=Hook aktualisieren +settings.add_webhook_desc=Gogs sendet einen POST-Request an die unten stehende URL mit Details aller abonnierten Ereignisse. Sie können auch angeben, welches Datenformat Sie empfangen wollen (JSON, x-www-form-urlencoded, etc). Mehr Informationen finden Sie im Webhooks Guide. +settings.payload_url=Payload URL settings.content_type=Inhaltstyp settings.secret=Secret settings.slack_username=Benutzername settings.slack_icon_url=Icon URL settings.slack_color=Farbe -settings.event_desc=Welche Ereignisse sollen diesen Webhook auslösen? +settings.event_desc=Wann soll dieser Webhook ausgelöst werden? settings.event_push_only=Nur das push-Ereignis. 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_push=Push -settings.event_push_desc=Git push auf eine Repository +settings.event_push_desc=Git push auf ein Repository settings.active=Aktiv -settings.active_helper=Ereignisdetails werden ausgeliefert, wenn dieser Webhook ausgelöst wird. +settings.active_helper=Details über das auslösende Ereignis des Webhooks werden ebenfalls mit gesendet settings.add_hook_success=Webhook hinzugefügt settings.update_webhook=Webhook aktualisieren settings.update_hook_success=Webhook wurde aktualisiert. settings.delete_webhook=Webhook löschen -settings.recent_deliveries=letzte Zustellungen +settings.recent_deliveries=Letzte Zustellungen settings.hook_type=Hook Typ -settings.add_slack_hook_desc=Füge Slack-Integration zu deiner Repository hinzu. +settings.add_slack_hook_desc=Fügen Sie Slack-Integration zu Ihrem Repository hinzu. settings.slack_token=Token settings.slack_domain=Domain settings.slack_channel=Kanal -settings.deploy_keys=Deploy-Keys -settings.add_deploy_key=Deploy-Key hinzufügen -settings.deploy_key_desc=Auslieferungs-Schlüssel hat nur lesenden Zugriff. Er ist nicht identisch mit dem persönlichen SSH-Schlüssel des Accounts. -settings.no_deploy_keys=Du hast noch keine Deploy-Schlüssel hinzugefügt. +settings.deploy_keys=Deploy-Schlüssel +settings.add_deploy_key=Deploy-Schlüssel hinzufügen +settings.deploy_key_desc=Deploy-Schlüssel haben nur lesenden Zugriff. Sie sind nicht identisch mit dem SSH-Schlüssel des persönlichen Kontos. +settings.no_deploy_keys=Sie haben noch keine Deploy-Schlüssel hinzugefügt. settings.title=Titel settings.deploy_key_content=Inhalt settings.key_been_used=Deploy-Schlüssel wurde verwendet. settings.key_name_used=Ein Deploy-Schlüssel mit diesem Namen existiert bereits. settings.add_key_success=Der Deploy-Schlüssel '%s' wurde erfolgreich hinzugefügt! -settings.deploy_key_deletion=Deploy-Key löschen -settings.deploy_key_deletion_desc=Nach der Löschung dieses Deploy-Keys werden zugehörige Zugriffe auf diese Repository nicht mehr möglich sein. Möchtest du wirklich fortfahren? -settings.deploy_key_deletion_success=Deploy-Key wurde erfolgreich gelöscht! +settings.deploy_key_deletion=Deploy-Schlüssel löschen +settings.deploy_key_deletion_desc=Nach dem Löschen dieses Deploy-Schlüssels werden entsprechende Zugriffe auf dieses Repository nicht mehr möglich sein. Möchten Sie wirklich fortfahren? +settings.deploy_key_deletion_success=Deploy-Schlüssel wurde erfolgreich gelöscht! diff.browse_source=Quellcode durchsuchen diff.parent=Ursprung @@ -670,7 +680,7 @@ diff.data_not_available=Keine Diff-Daten verfügbar. diff.show_diff_stats=Diff-Statistik anzeigen diff.show_split_view=Geteilte Ansicht diff.show_unified_view=Gesamtansicht -diff.stats_desc= %d geänderte Dateien mit %d neuen Zeilen und %d gelöschten Zeilen +diff.stats_desc= %d geänderte Dateien mit %d neuen und %d gelöschten Zeilen diff.bin=BIN diff.view_file=Datei anzeigen @@ -678,30 +688,30 @@ release.releases=Releases release.new_release=Neues Release release.draft=Entwurf release.prerelease=Pre-Release -release.stable=Endversion +release.stable=Stabil release.edit=bearbeiten release.ahead=%d Commits zu %s seit diesem Release release.source_code=Quelltext -release.new_subheader=Versionen des Projekts veröffentlichen. -release.edit_subheader=Detaillierte Änderungsprotokolle können Benutzern helfen zu verstehen, was verbessert wurde. +release.new_subheader=Neue Version des Projekts veröffentlichen. +release.edit_subheader=Eine detaillierte Liste aller Änderungen verrät Benutzern, was verbessert wurde. release.tag_name=Tag-Name release.target=Ziel -release.tag_helper=Wähle ein neues Tag oder erstelle ein Tag beim Veröffentlichen. +release.tag_helper=Wählen Sie einen Tag oder erstellen Sie einen neuen Tag beim Veröffentlichen. release.title=Titel release.content=Inhalt release.write=Schreiben release.preview=Vorschau release.loading=Laden… -release.prerelease_desc=Dies ist eine Pre-Release-Version +release.prerelease_desc=Dies ist ein Pre-Release release.prerelease_helper=Wir möchten darauf hinweisen, dass dieses Release nicht für den produktiven Einsatz gedacht ist. release.cancel=Abbrechen release.publish=Release veröffentlichen release.save_draft=Entwurf speichern release.edit_release=Release bearbeiten -release.delete_release=Diese Version löschen -release.deletion=Version löschen -release.deletion_desc=Beim Löschen dieser Version wird das entsprechende Git-Tag gelöscht. Möchten Sie fortfahren? -release.deletion_success=Version wurde erfolgreich gelöscht! +release.delete_release=Dieses Release löschen +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.downloads=Downloads @@ -720,12 +730,12 @@ create_new_team=Neues Team erstellen org_desc=Beschreibung team_name=Teamname team_desc=Beschreibung -team_name_helper=Verwende diesen Namen, um dich auf dieses Team zu beziehen. -team_desc_helper=Was hat es mit diesem Team auf sich? +team_name_helper=Unter diesem Namen können Sie in Diskussionen auf das Team verweisen +team_desc_helper=Worum geht es bei diesem Team? team_permission_desc=Welche Berechtigungsstufe soll das Team haben? form.name_reserved=Organisationsname '%s' ist bereits vergeben. -form.name_pattern_not_allowed=Organisations-Namensmuster '%s' ist nicht zulässig. +form.name_pattern_not_allowed=Organisationsnamen der Form '%s' sind nicht erlaubt. settings=Einstellungen settings.options=Optionen @@ -735,16 +745,16 @@ settings.location=Standort settings.update_settings=Einstellungen speichern settings.update_setting_success=Organisationseinstellungen aktualisiert settings.change_orgname_prompt=Diese Änderung wird sich auf die Linkbezüge zur Organisation auswirken. -settings.update_avatar_success=Avatareinstellung für die Organisation wurde erfolgreich aktualisiert. +settings.update_avatar_success=Profilbild-Einstellung für die Organisation wurde erfolgreich aktualisiert. settings.delete=Organisation löschen settings.delete_account=Diese Organisation löschen settings.delete_prompt=Die Organisation wird dauerhaft gelöscht. Dies kann NICHT rückgängig gemacht werden! settings.confirm_delete_account=Löschen settings.delete_org_title=Organisation löschen -settings.delete_org_desc=Diese Organisation wird dauerhaft gelöscht, möchtest du fortfahren? -settings.hooks_desc=Füge Webhooks hinzu, die für alle Repositories dieser Organisation ausgelöst werden. +settings.delete_org_desc=Diese Organisation wird dauerhaft gelöscht. Möchten Sie fortfahren? +settings.hooks_desc=Webhooks hinzufügen, die für alle Repositories dieser Organisation ausgelöst werden. -members.membership_visibility=Mitgliedschaft-Sichtbarkeit: +members.membership_visibility=Sichtbarkeit der Mitgliedschaft: members.public=Öffentlich members.public_helper=Privat machen members.private=Privat @@ -760,64 +770,66 @@ members.invite_now=Jetzt einladen teams.join=Beitreten teams.leave=Verlassen teams.read_access=Lesezugriff -teams.read_access_helper=Dieses Team wird Repositorys einsehen und klonen können. +teams.read_access_helper=Dieses Team wird Repositories einsehen und klonen können. teams.write_access=Schreibzugriff -teams.write_access_helper=Dieses Team wird die Repositories einsehen und Push Operationen ausführen können. +teams.write_access_helper=Dieses Team wird seine Repositories einsehen und darauf pushen können. teams.admin_access=Adminzugriff -teams.admin_access_helper=Dieses Team wird pull- und push-Rechte für die Repositorys haben und Mitarbeiter einladen können. +teams.admin_access_helper=Dieses Team wird Pull- und Push-Rechte für seine Repositories haben und Mitarbeiter hinzufügen können. teams.no_desc=Dieses Team hat keine Beschreibung teams.settings=Einstellungen -teams.owners_permission_desc=Besitzer haben vollen Zugriff auf alle Repositorys und Admin Rechte für diese Organisation. +teams.owners_permission_desc=Besitzer haben vollen Zugriff auf alle Repositories und Admin-Rechte für diese Organisation. teams.members=Teammitglieder teams.update_settings=Einstellungen aktualisieren teams.delete_team=Dieses Team löschen teams.add_team_member=Teammitglied hinzufügen teams.delete_team_title=Team löschen -teams.delete_team_desc=Dieses Team wird gelöscht, möchtest du fortfahren? Mitglieder dieses Teams verlieren möglicherweise ihren Zugang zu einigen Repositories. +teams.delete_team_desc=Mitglieder dieses Teams verlieren möglicherweise ihren Zugang zu einigen Repositories, wenn dieses Team gelöscht wird. Möchten Sie fortfahren? teams.delete_team_success=Team gelöscht -teams.read_permission_desc=Dieses Team erlaubt Lesezugriff: Mitglieder können Team-Repositories einsehen und klonen. -teams.write_permission_desc=Dieses Team erlaubt Schreibzugriff: Mitglieder können Team-Repositories einsehen und Push Operationen ausführen. -teams.admin_permission_desc=Diese Team erlaubt Adminzugriff: Mitglieder dieses Teams können pullen, pushen und dem Team Mitarbeiter hinzufügen. -teams.repositories=Team-Repositorys +teams.read_permission_desc=Dieses Team hat Lesezugriff: Mitglieder können Team-Repositories einsehen und klonen. +teams.write_permission_desc=Dieses Team hat Schreibzugriff: Mitglieder können Team-Repositories einsehen und darauf pushen. +teams.admin_permission_desc=Dieses Team hat Adminzugriff: Mitglieder dieses Teams können pullen, pushen und Mitarbeiter zu Team-Repositories hinzufügen. +teams.repositories=Team-Repositories teams.search_repo_placeholder=Repository durchsuchen... teams.add_team_repository=Team-Repository hinzufügen teams.remove_repo=Entfernen -teams.add_nonexistent_repo=Die Repository, welche du hinzufügen möchtest, existiert nicht. Bitte erstelle diese zuerst. +teams.add_nonexistent_repo=Das Repository, das Sie hinzufügen möchten, existiert nicht. Bitte erstellen Sie es zuerst. [admin] -dashboard=Dashboard +dashboard=Übersicht users=Benutzer organizations=Organisationen -repositories=Repositorys +repositories=Repositories authentication=Authentifizierung config=Konfiguration -notices=System-Mitteilungen +notices=Systemmitteilungen monitor=Monitoring first_page=Erste last_page=Letzte -total=Total: %d +total=Gesamt: %d dashboard.statistic=Statistik dashboard.operations=Operationen -dashboard.system_status=System-Monitor-Status -dashboard.statistic_info=GoGS Datenbank hat %d Benutzer, %d Organisationen, %d öffentliche Schlüssel, %d Repositorys, %d Beobachtungen, %d Markierungen, %d Aktionen, %d Zugriffe, %d Issues, %d Kommentare, %d soziale Konten, %d Folgende, %d Spiegel, %d Releases, %d Login-Quellen, %d Webhooks, %d Milestones, %d Labels, %d Hook-Tasks, %d Teams, %d Aktualisierungs-Tasks, %d Anhänge. +dashboard.system_status=Systemmonitor-Status +dashboard.statistic_info=Gogs Datenbank hat %d Benutzer, %d Organisationen, %d öffentliche Schlüssel, %d Repositories, %d Beobachtet, %d Favoriten, %d Aktionen, %d Zugriffe, %d Issues, %d Kommentare, %d Konten sozialer Medien, %d Folgende, %d Mirror, %d Releases, %d Login-Quellen, %d Webhooks, %d Meilensteine, %d Label, %d Hook-Tasks, %d Teams, %d Aktualisierungs-Tasks, %d Anhänge. dashboard.operation_name=Name der Operation -dashboard.operation_switch=Switch +dashboard.operation_switch=Wechseln dashboard.operation_run=Ausführen -dashboard.clean_unbind_oauth=ungebundene OAuths bereinigen -dashboard.clean_unbind_oauth_success=Alle ungebundenen OAuth-Tokens wurden gelöscht. -dashboard.delete_inactivate_accounts=inaktive Konten löschen -dashboard.delete_inactivate_accounts_success=Alle inaktiven Konten wurden erfolgreich gelöscht. +dashboard.clean_unbind_oauth=Nicht verbundene OAuths bereinigen +dashboard.clean_unbind_oauth_success=Alle nicht verbundenen OAuth-Tokens wurden gelöscht. +dashboard.delete_inactivate_accounts=Deaktivierte Konten löschen +dashboard.delete_inactivate_accounts_success=Alle deaktivierten Konten wurden erfolgreich gelöscht. dashboard.delete_repo_archives=Alle Repository-Archive löschen dashboard.delete_repo_archives_success=Alle Repository-Archive wurden gelöscht. -dashboard.delete_missing_repos=Löschen Sie alle Repository-Datensätze, mit verlorenen Git-Dateien +dashboard.delete_missing_repos=Alle Repository-Datensätze mit verlorenen gegangenen Git-Dateien löschen dashboard.delete_missing_repos_success=Alle Repository-Datensätze, mit verlorenen Git-Dateien wurden erfolgreich gelöscht. -dashboard.git_gc_repos=Führe Garbage Collection auf Repositories aus +dashboard.git_gc_repos=Garbage Collection auf Repositories ausführen dashboard.git_gc_repos_success=Garbage Collection wurde auf allen Repositories erfolgreich ausgeführt. -dashboard.resync_all_sshkeys=Überschreibe '.ssh/authorized_keys' Datei (Warnung: Keys, die nicht zu Gogs gehören gehen verloren) +dashboard.resync_all_sshkeys=Datei '.ssh/authorized_keys' neu anlegen (Achtung: Schlüssel, die nicht zu Gogs gehören gehen verloren) dashboard.resync_all_sshkeys_success=Alle öffentlichen Keys wurden erfolgreich neu geschrieben. -dashboard.resync_all_update_hooks=Überschreibe alle Hooks der Repositories (benötigt, wenn sich der Pfad in der Konfiguration ändert) -dashboard.resync_all_update_hooks_success=Die Hooks aller Repositories sind erfolgreich neu geschrieben worden. +dashboard.resync_all_update_hooks=Alle Aktualisierungs-Hooks von Repositories neu anlegen (wird benötigt, wenn der angepasste Konfigurationspfad geändert wurde) +dashboard.resync_all_update_hooks_success=Die Hooks aller Repositories wurden erfolgreich neu angelegt. +dashboard.reinit_missing_repos=Alle Repository-Datensätze mit verloren gegangenen Git-Dateien neu initialisieren +dashboard.reinit_missing_repos_success=Alle Repository-Datensätze, die Git-Dateien verloren haben wurden erfolgreich neu initialisiert. dashboard.server_uptime=Server-Uptime dashboard.current_goroutine=Aktuelle Goroutines @@ -828,25 +840,25 @@ 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=Aktuelle Heap-Auslastung -dashboard.heap_memory_obtained=erhaltener Heap-Memory -dashboard.heap_memory_idle=unbenutzter Heap-Memory -dashboard.heap_memory_in_use=benutzter Heap-Memory -dashboard.heap_memory_released=freigegebener Heap-Memory +dashboard.heap_memory_obtained=Erhaltener Heap-Memory +dashboard.heap_memory_idle=Unbenutzter Heap-Memory +dashboard.heap_memory_in_use=Benutzter Heap-Memory +dashboard.heap_memory_released=Freigegebener Heap-Memory dashboard.heap_objects=Heap-Objekte dashboard.bootstrap_stack_usage=Bootstrap-Stack-Auslastung -dashboard.stack_memory_obtained=erhaltener Stack-Memory +dashboard.stack_memory_obtained=Erhaltener Stack-Memory dashboard.mspan_structures_usage=MSpan-Structures-Auslastung -dashboard.mspan_structures_obtained=erhaltene MSpan-Structures +dashboard.mspan_structures_obtained=MSpan Strukturen erhalten dashboard.mcache_structures_usage=MCache-Structures-Auslastung -dashboard.mcache_structures_obtained=erhaltene MCache-Structures +dashboard.mcache_structures_obtained=Erhaltene MCache-Structures dashboard.profiling_bucket_hash_table_obtained=Profiling Bucket Hash Table Obtained -dashboard.gc_metadata_obtained=erhaltene GC-Metadata -dashboard.other_system_allocation_obtained=andere erhaltene System-Allokatoren -dashboard.next_gc_recycle=nächster GC-Zyklus -dashboard.last_gc_time=seit letztem GC-Zyklus -dashboard.total_gc_time=gesamte GC-Zeit -dashboard.total_gc_pause=gesamte GC-Pause -dashboard.last_gc_pause=letzte GC-Pause +dashboard.gc_metadata_obtained=Erhaltene GC-Metadata +dashboard.other_system_allocation_obtained=Andere erhaltene System-Allokationen +dashboard.next_gc_recycle=Nächster GC-Zyklus +dashboard.last_gc_time=Seit letztem GC-Zyklus +dashboard.total_gc_time=Gesamte GC-Pause +dashboard.total_gc_pause=Gesamte GC-Pause +dashboard.last_gc_pause=Letzte GC-Pause dashboard.gc_times=GC-Takt users.user_manage_panel=Benutzer @@ -854,48 +866,48 @@ users.new_account=Neues Konto erstellen users.name=Name users.activated=Aktiviert users.admin=Admin -users.repos=Repositorys -users.created=Erzeugt -users.send_register_notify=Sende Registrierungsbenachrichtigung an Benutzer -users.new_success=Der neue Account '%s' wurde erfolgreich erstellt. +users.repos=Repositories +users.created=Erstellt am +users.send_register_notify=Bei der Registrierung eine Benachrichtigung an den Benutzer senden +users.new_success=Das neue Konto '%s' wurde erfolgreich erstellt. users.edit=Bearbeiten users.auth_source=Authentifizierungsquelle users.local=Lokal -users.auth_login_name=Authentifizierung-Loginnname +users.auth_login_name=Anmeldename zur Authentifizierung users.password_helper=Leer lassen um es unverändert zu lassen. users.update_profile_success=Kontoprofil wurde erfolgreich aktualisiert. users.edit_account=Konto bearbeiten -users.max_repo_creation=Limit zum Erstellen von Repositorys -users.max_repo_creation_desc=(auf -1 setzen, um das globale Standardlimit zu verwenden) +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.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 Repositorys zu importieren -users.update_profile=Kontoprofil aktualisieren +users.allow_git_hook=Dieses Konto ist berechtigt Git-Hooks zu erstellen +users.allow_import_local=Dieses Konto ist berechtigt, lokale Repositories zu importieren +users.update_profile=Konto aktualisieren users.delete_account=Dieses Konto löschen -users.still_own_repo=Dieses Konto besitzt noch Repositories. Diese müssen zuerst gelöscht oder übertragen werden. -users.still_has_org=Dieses Konto ist noch Mitglied einer Organisation, bitte entferne diese Mitgliedschaft zuerst. +users.still_own_repo=Dieses Konto besitzt noch Repositories. Sie müssen diese zuerst löschen oder übertragen. +users.still_has_org=Dieses Konto ist noch Mitglied einer Organisation. Sie müssen die Organisation erst löschen oder verlassen. users.deletion_success=Das Konto wurde erfolgreich gelöscht! -orgs.org_manage_panel=Organisationenverwaltung +orgs.org_manage_panel=Organisationen orgs.name=Name orgs.teams=Teams orgs.members=Mitglieder -repos.repo_manage_panel=Repositorys +repos.repo_manage_panel=Repositories repos.owner=Besitzer repos.name=Name repos.private=Privat repos.watches=Beobachtungen -repos.stars=Markierungen +repos.stars=Favoriten repos.issues=Issues -auths.auth_manage_panel=Verwaltungspanel für die Authentifizierung +auths.auth_manage_panel=Authentifizierung auths.new=Neue Quelle hinzufügen auths.name=Name auths.type=Typ -auths.enabled=aktiviert -auths.updated=aktualisiert +auths.enabled=Aktiviert +auths.updated=Aktualisiert auths.auth_type=Authentifizierungstyp auths.auth_name=Authentifizierungsname auths.domain=Domain @@ -903,19 +915,20 @@ auths.host=Host auths.port=Port auths.bind_dn=DN binden auths.bind_password=Passwort binden -auths.bind_password_helper=Warnung: Das Passwort wird im Klartext gespeichert. Benutze keinen Account mit hohen Zugriffsrechten. -auths.user_base=Benutzer-Such-Basis +auths.bind_password_helper=Achtung: Das Passwort wird im Klartext gespeichert. Benutzen Sie kein Konto mit hoher Berechtigungsstufe. +auths.user_base=Basis für Benutzersuche auths.user_dn=Benutzer DN -auths.attribute_username=Attribute des Benutzernamens -auths.attribute_username_placeholder=Leer lassen, um den Wert aus dem Login-Formular als Benutzername zu verwenden. -auths.attribute_name=Vorname Attribut -auths.attribute_surname=Nachname Attribut -auths.attribute_mail=E-Mail Attribut -auths.filter=Benutzernamen Filter +auths.attribute_username=Attribut Benutzername +auths.attribute_username_placeholder=Leer lassen, um den Wert aus dem Anmeldeformular als Benutzernamen zu verwenden. +auths.attribute_name=Attribut Vorname +auths.attribute_surname=Attribut Nachname +auths.attribute_mail=Attribut E-Mail +auths.attributes_in_bind=Hole Attribute im Bind-Kontext +auths.filter=Benutzerfilter auths.admin_filter=Admin Filter auths.ms_ad_sa=Ms Ad SA -auths.smtp_auth=SMTP Authentifizierungstyp -auths.smtphost=SMTP-Host +auths.smtp_auth=SMTP-Authentifizierung +auths.smtphost=SMTP Host auths.smtpport=SMTP-Port auths.allowed_domains=Erlaubte Domains auths.allowed_domains_helper=Leer lassen für keine Einschränkungen. Mehrere Domains können durch Komma "," getrennt werden. @@ -930,24 +943,38 @@ auths.new_success=Neue Authentifizierung '%s' wurde erfolgreich hinzugefügt. auths.update_success=Die Authentifizierungseinstellungen wurden erfolgreich aktualisiert. auths.update=Authentifizierungseinstellungen aktualisieren auths.delete=Diese Authentifizierung löschen -auths.delete_auth_title=Löschen der Authentifizierung -auths.delete_auth_desc=Diese Authentifizierung wird gelöscht, möchtest du fortfahren? +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! -config.server_config=Server-Konfiguration +config.server_config=Serverkonfiguration config.app_name=Anwendungsname config.app_ver=Anwendungsversion config.app_url=Anwendungs-URL config.domain=Domain config.offline_mode=Offline-Modus config.disable_router_log=Router-Log deaktivieren -config.run_user=Laufzeit-Benutzer +config.run_user=Ausführender Benutzer config.run_mode=Laufzeit-Modus config.repo_root_path=Repository-Verzeichnis config.static_file_root_path=Verzeichnis für statische Dateien config.log_file_root_path=Log-Verzeichnis config.script_type=Skript-Typ config.reverse_auth_user=Nutzer bei Reverse-Authentifizierung + +config.ssh_config=SSH Konfiguration +config.ssh_enabled=Aktiviert +config.ssh_start_builtin_server=Eingebauten Server starten +config.ssh_domain=Domain +config.ssh_port=Port +config.ssh_listen_port=Listen Port +config.ssh_root_path=Verzeichnis +config.ssh_key_test_path=Schlüssel-Test-Pfad +config.ssh_keygen_path=Keygen ('ssh-keygen') Pfad +config.ssh_minimum_key_size_check=Prüfung der Mindestschlüssellänge +config.ssh_minimum_key_sizes=Minimale Schlüssellängen + config.db_config=Datenbankkonfiguration config.db_type=Typ config.db_host=Host @@ -957,66 +984,68 @@ 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-Einstellungen +config.service_config=Service-Konfiguration config.register_email_confirm=E-Mail-Bestätigung bei Registrierung config.disable_register=Registrierung deaktivieren -config.show_registration_button=Zeige die Schaltfläche Registrieren -config.require_sign_in_view=Ansehen erfordert Registrierung -config.enable_cache_avatar=Avatar-Cache aktivieren +config.show_registration_button=Schaltfläche Registrieren anzeigen +config.require_sign_in_view=Ansehen erfordert Anmeldung config.mail_notify=E-Mail-Benachrichtigung 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-Einstellungen +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-Einstellungen +config.mailer_config=Mailer-Konfiguration config.mailer_enabled=Aktiviert config.mailer_disable_helo=HELO Deaktivieren config.mailer_name=Name config.mailer_host=Host config.mailer_user=Benutzer -config.oauth_config=OAuth-Einstellungen +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-Einstellungen +config.cache_config=Cache-Konfiguration config.cache_adapter=Cache-Adapter config.cache_interval=Cache-Intervall config.cache_conn=Cache-Anbindung -config.session_config=Session-Einstellungen +config.session_config=Session-Konfiguration config.session_provider=Session-Provider config.provider_config=Provider-Einstellungen config.cookie_name=Cookie-Name -config.enable_set_cookie=Cookies einschalten -config.gc_interval_time=GC-Intervallzeit +config.enable_set_cookie=Cookies verwenden +config.gc_interval_time=GC-Intervall config.session_life_time=Session-Lebensdauer -config.https_only=nur HTTPS +config.https_only=Nur HTTPS config.cookie_life_time=Cookie-Lebensdauer -config.picture_config=Bildeinstellungen +config.picture_config=Konfiguration der Profilbilder config.picture_service=Bildservice config.disable_gravatar=Gravatar deaktivieren -config.log_config=Log-Einstellungen +config.log_config=Konfiguration des Loggings config.log_mode=Log-Modus monitor.cron=Cron-Tasks monitor.name=Name monitor.schedule=Zeitplan -monitor.next=nächste Ausführung -monitor.previous=letzte Ausführung -monitor.execute_times=Anzahl Ausführungen +monitor.next=Nächste Ausführung +monitor.previous=Letzte Ausführung +monitor.execute_times=Ausführungen monitor.process=Laufende Prozesse monitor.desc=Beschreibung monitor.start=Startzeit monitor.execute_time=Ausführungszeit -notices.system_notice_list=System-Mitteilungen +notices.system_notice_list=Systemmitteilungen notices.view_detail_header=Mitteilungsdetails ansehen notices.actions=Aktionen notices.select_all=Alles auswählen notices.deselect_all=Alles abwählen notices.inverse_selection=Auswahl umkehren -notices.delete_selected=Augewählte löschen +notices.delete_selected=Ausgewählte löschen notices.delete_all=Alle Mitteilungen löschen notices.type=Typ notices.type_1=Repository @@ -1025,21 +1054,25 @@ notices.op=Op. notices.delete_success=Systemmitteilungen wurden erfolgreich gelöscht. [action] -create_repo=hat Repository %s erstellt -rename_repo=das Repository wurde umbenannt von %[1]s zu %[3]s -commit_repo=hat nach %[3]s in %[4]s gepusht -create_issue=`hat Issue %s#%[2]s eröffnet` -create_pull_request=`Pull-Anforderung erstellt %s#%[2]s` +create_repo=hat das Repository %s erstellt +rename_repo=hat das Repository von %[1]s zu %[3]s umbenannt +commit_repo=hat auf %[3]s in %[4]s gepusht +create_issue=`hat Issue %s#%[2]s geöffnet` +close_issue=`hat Issue %s#%[2]s geschlossen` +reopen_issue=`hat Issue %s#%[2]s wieder geöffnet` +create_pull_request=`hat Pull-Request %s#%[2]s erstellt` +close_pull_request=`hat Pull-Request %s#%[2]s geschlossen` +reopen_pull_request=`hat den Pull-Request %s#%[2]s wieder geöffnet` comment_issue=`hat Issue %s#%[2]s kommentiert` -merge_pull_request=`Pull-Request %s#%[2]s zuammengeführt` +merge_pull_request=`hat Pull-Request %s#%[2]s zuammengeführt` transfer_repo=hat Repository %s transferiert an %s -push_tag=hat nach %[2]s in %[3]s gepusht +push_tag=hat Tag %[2]s auf %[3]s gepusht compare_commits=Zeige Vergleich für diese %d Commits [tool] ago=vor -from_now=ab sofort -now=Jetzt +from_now=in +now=jetzt 1s=%s 1 Sekunde 1m=%s 1 Minute 1h=%s 1 Stunde @@ -1058,7 +1091,7 @@ raw_seconds=Sekunden raw_minutes=Minuten [dropzone] -default_message=Für den Upload klicken oder die Datei hier ablegen. +default_message=Zum Hochladen hier klicken oder Datei hier ablegen. invalid_input_type=Dateien dieses Dateityps können nicht hochgeladen werden. file_too_big=Dateigröße ({{filesize}} MB) überschreitet die Maximalgröße ({{maxFilesize}} MB). remove_file=Datei entfernen diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index bb0896749..621ba4f70 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -38,19 +38,12 @@ settings = Settings your_profile = Your Profile your_settings = Your Settings -news_feed = News Feed +activities = Activities pull_requests = Pull Requests issues = Issues cancel = Cancel -[search] -search = Search... -repository = Repository -user = User -issue = Issue -code = Code - [install] install = Installation title = Install Steps For First-time Run @@ -65,7 +58,7 @@ db_name = Database Name db_helper = Please use INNODB engine with utf8_general_ci charset for MySQL. ssl_mode = SSL Mode path = Path -sqlite_helper = The file path of SQLite3 or TiDB database. +sqlite_helper = The file path of SQLite3 or TiDB database.
Please use absolute path when you start as service. err_empty_db_path = SQLite3 or TiDB database path cannot be empty. err_invalid_tidb_name = TiDB database name does not allow characters "." and "-". no_admin_and_disable_registration = You cannot disable registration without creating an admin account. @@ -86,6 +79,8 @@ http_port = HTTP Port http_port_helper = Port number which application will listen on. app_url = Application URL app_url_helper = This affects HTTP/HTTPS clone URL and somewhere in email. +log_root_path = Log Path +log_root_path_helper = Directory to write log files to. optional_title = Optional Settings email_title = Email Service Settings @@ -122,6 +117,7 @@ run_user_not_match = Run user isn't the current user: %s -> %s save_config_failed = Fail to save configuration: %v invalid_admin_setting = Admin account setting is invalid: %v install_success = Welcome! We're glad that you chose Gogs, have fun and take care. +invalid_log_root_path = Log root path is invalid: %v [home] uname_holder = Username or email @@ -137,6 +133,8 @@ issues.in_your_repos = In your repositories [explore] repos = Repositories +users = Users +search = Search [auth] create_new_account = Create New Account @@ -159,6 +157,7 @@ reset_password = Reset Your Password invalid_code = Sorry, your confirmation code has expired or not valid. reset_password_helper = Click here to reset your password password_too_short = Password length cannot be less then 6. +non_local_account = Non-local accounts cannot change passwords through Gogs. [mail] activate_account = Please activate your account @@ -203,7 +202,6 @@ repo_name_been_taken = Repository name has already been taken. org_name_been_taken = Organization name has already been taken. team_name_been_taken = Team name has already been taken. email_been_used = Email address has already been used. -illegal_team_name = Team name contains illegal characters. username_password_incorrect = Username or password is not correct. enterred_invalid_repo_name = Please make sure that the repository name you entered is correct. enterred_invalid_owner_name = Please make sure that the owner name you entered is correct. @@ -219,8 +217,6 @@ still_own_repo = Your account still has ownership over at least one repository, still_has_org = Your account still has membership in at least one organization, you have to leave or delete your memberships first. org_still_own_repo = This organization still has ownership of repositories, you must delete or transfer them first. -still_own_user = This authentication is still in use by at least one user, please remove them from the authentication and try again. - target_branch_not_exist = Target branch does not exist. [user] @@ -262,11 +258,10 @@ continue = Continue cancel = Cancel enable_custom_avatar = Enable Custom Avatar -enable_custom_avatar_helper = Disable fetch from Gravatar choose_new_avatar = Choose new avatar update_avatar = Update Avatar Setting +delete_current_avatar = Delete Current Avatar uploaded_avatar_not_a_image = Uploaded file is not a image. -no_custom_avatar_available = No custom avatar available, cannot enable it. update_avatar_success = Your avatar setting has been updated successfully. change_password = Change Password @@ -377,7 +372,7 @@ migrate.permission_denied = You are not allowed to import local repositories. migrate.invalid_local_path = Invalid local path, it does not exist or not a directory. migrate.failed = Migration failed: %v -mirror_from = mirror from +mirror_from = mirror of forked_from = forked from fork_from_self = You cannot fork a repository you already own! copy_link = Copy @@ -477,7 +472,7 @@ 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 = Poster -issues.admin = Admin +issues.collaborator = Collaborator issues.owner = Owner issues.sign_up_for_free = Sign up for free issues.sign_in_require_desc = to join this conversation. Already have an account? Sign in to comment @@ -494,6 +489,7 @@ issues.label_modify = Label Modification 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 pulls.new = New Pull Request pulls.compare_changes = Compare Changes @@ -557,6 +553,8 @@ wiki.save_page = Save Page wiki.last_commit_info = %s edited this page %s wiki.edit_page_button = Edit wiki.new_page_button = New Page +wiki.delete_page_button = Delete Page +wiki.delete_page_notice_1 = This will delete the page "%s". Please be certain. wiki.page_already_exists = Wiki page with same name already exists. wiki.pages = Pages wiki.last_updated = Last updated %s @@ -581,17 +579,26 @@ settings.tracker_url_format = External Issue Tracker URL Format 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 +settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name. +settings.convert = Convert To Regular Repository +settings.convert_desc = You can convert this mirror to a regular repository. This cannot be reversed. +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. settings.transfer = Transfer Ownership settings.transfer_desc = Transfer this repository to another user or to an organization in which you have admin rights. -settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name. -settings.delete = Delete This Repository -settings.delete_desc = Once you delete a repository, there is no going back. Please be certain. 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.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 be became independent after deletion. +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.deletion_success = Repository has been deleted successfully! @@ -602,8 +609,12 @@ settings.transfer_succeed = Repository ownership has been transferred successful settings.confirm_delete = Confirm Deletion settings.add_collaborator = Add New Collaborator settings.add_collaborator_success = New collaborator has been added. +settings.delete_collaborator = Delete +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 = Collaborator has been removed. settings.search_user_placeholder = Search user... +settings.org_not_allowed_to_be_collaborator = Organization is not allowed to be added as a collaborator. settings.user_is_org_member = User is organization member who cannot be added as a collaborator. settings.add_webhook = Add Webhook settings.hooks_desc = Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gogs, we will handle the notification to the target host you specify. Learn more in this Webhooks Guide. @@ -652,8 +663,8 @@ settings.slack_domain = Domain settings.slack_channel = Channel settings.deploy_keys = Deploy Keys settings.add_deploy_key = Add Deploy Key -settings.deploy_key_desc = Deploy key only has read-only access. It is not same as personal account SSH keys. -settings.no_deploy_keys = You haven't added any deploy key. +settings.deploy_key_desc = Deploy keys have read-only access. They are not the same as personal account SSH keys. +settings.no_deploy_keys = You haven't added any deploy keys. settings.title = Title settings.deploy_key_content = Content settings.key_been_used = Deploy key content has been used. @@ -818,6 +829,8 @@ dashboard.resync_all_sshkeys = Rewrite '.ssh/authorized_keys' file (caution: non 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 = Server Uptime dashboard.current_goroutine = Current Goroutines @@ -911,6 +924,7 @@ auths.attribute_username_placeholder = Leave empty to use sign-in form field val 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 @@ -932,6 +946,7 @@ 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 @@ -948,6 +963,19 @@ 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 = 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.db_config = Database Configuration config.db_type = Type config.db_host = Host @@ -962,7 +990,6 @@ config.register_email_confirm = Require Email Confirmation config.disable_register = Disable Registration config.show_registration_button = Show Register Button config.require_sign_in_view = Require Sign In View -config.enable_cache_avatar = Enable Cache Avatar config.mail_notify = Mail Notification config.disable_key_size_check = Disable Minimum Key Size Check config.enable_captcha = Enable Captcha @@ -978,6 +1005,9 @@ config.mailer_disable_helo = Disable HELO config.mailer_name = Name config.mailer_host = Host 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 @@ -1029,7 +1059,11 @@ create_repo = created repository %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 diff --git a/conf/locale/locale_es-ES.ini b/conf/locale/locale_es-ES.ini index d7dd86041..3dc05ea6d 100755 --- a/conf/locale/locale_es-ES.ini +++ b/conf/locale/locale_es-ES.ini @@ -6,9 +6,9 @@ explore=Explorar help=Ayuda sign_in=Iniciar sesión sign_out=Cerrar sesión -sign_up=Suscripción +sign_up=Registro register=Registro -website=Página Web +website=Página web version=Versión page=Página template=Plantilla @@ -27,9 +27,9 @@ repository=Repositorio organization=Organización mirror=Mirror new_repo=Nuevo repositorio -new_migrate=Nueva Migración +new_migrate=Nueva migración new_mirror=Nueva réplica -new_fork=Nuevo Fork del Repositorio +new_fork=Nuevo fork del repositorio new_org=Nueva organización manage_org=Administrar organizaciones admin_panel=Panel de administración @@ -38,19 +38,12 @@ settings=Configuraciones your_profile=Tu perfil your_settings=Tu configuración -news_feed=Feed de noticias +activities=Actividad pull_requests=Pull Requests issues=Incidencias cancel=Cancelar -[search] -search=Buscar... -repository=Repositorio -user=Usuario -issue=Incidencia -code=Código - [install] install=Instalación title=Pasos de la instalación por primera vez @@ -65,7 +58,7 @@ db_name=Nombre de la base de datos db_helper=Por favor utilice el motor INNODB con la configuración de caracteres utf8_general_ci para MySQL. ssl_mode=Modo SSL path=Ruta -sqlite_helper=Ruta del archivo con la base de datos SQLite3 o TiDB. +sqlite_helper=Ruta al archivo de base de datos SQLite3 o TiDB.
Por favor, usa una ruta absoluta cuando inicies como servicio. err_empty_db_path=La ruta a la base de datos SQLite3 o TiDB no puede estar vacía. err_invalid_tidb_name=El nombre de la base de datos TiDB no puede contener los caracteres "." ni "-". no_admin_and_disable_registration=No puede deshabilitar el registro sin crear una cuenta de administrador. @@ -86,9 +79,11 @@ http_port=Puerto HTTP http_port_helper=Puerto en el que escuchará la aplicación. app_url=URL de la aplicación app_url_helper=Esto afecta a las URLs para clonar por HTTP/HTTPS y a algunos correos electrónicos. +log_root_path=Ruta del registro +log_root_path_helper=Directorio donde almacenar los registros. -optional_title=Configuración Opcional -email_title=Configuración del Servicio de Correo +optional_title=Configuración opcional +email_title=Configuración del servicio de correo smtp_host=SMTP Host smtp_from=Desde smtp_from_helper=Remitente del email, RFC 5322. Puede ser solamente una dirección de correo electrónico, o estar en el formato "Nombre" . @@ -96,10 +91,10 @@ mailer_user=Remitente del Correo Electrónico mailer_password=Contraseña del Remitente register_confirm=Habilitar la Confirmación en el Registro mail_notify=Habilitar las Notificaciones de Correo -server_service_title=Configuración de Servidor y Otros Servicios +server_service_title=Configuración del servidor y otros servicios 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=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. disable_registration=Desactivar Auto-Registro disable_registration_popup=Desactivar auto-registro del usuario, solo el administrador podrá crear cuentas nuevas. @@ -108,7 +103,7 @@ enable_captcha_popup=Requiere validar la captcha para el auto-registro de usuari require_sign_in_view=Activar el Inicio de Sesión obligatorio para Ver Páginas require_sign_in_view_popup=Solo los usuarios logados pueden ver páginas, los visitantes anónimos solo podrán ver las páginas de login/registro. admin_setting_desc=No es necesario crear una cuenta de administrador ahora mismo, el usuario que tenga ID=1 obtendrá privilegios de administrador automáticamente. -admin_title=Configuración de la Cuenta de Administrador +admin_title=Configuración de la cuenta de administrador admin_name=Nombre de usuario admin_password=Contraseña confirm_password=Confirmar Contraseña @@ -122,24 +117,27 @@ run_user_not_match=El usuario que está ejecutando la aplicación no es el usuar save_config_failed=Error al guardar la configuración: %v invalid_admin_setting=La configuración de la cuenta de administración es inválida: %v install_success=Bienvenido! Estamos encantados de que hayas escogido Gogs, diviértete y cuídate. +invalid_log_root_path=La ruta para los registros es inválida: %v [home] 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 -collaborative_repos=Repositorios Colaborativos -my_orgs=Mis Organizaciones -my_mirrors=Mis Mirrors +my_repos=Mis repositorios +collaborative_repos=Repositorios colaborativos +my_orgs=Mis organizaciones +my_mirrors=Mis réplicas view_home=Ver %s issues.in_your_repos=En tus repositorios [explore] repos=Repositorios +users=Usuarios +search=Buscar [auth] -create_new_account=Crear una Nueva Cuenta +create_new_account=Crear una nueva cuenta register_hepler_msg=¿Ya tienes una cuenta? ¡Inicia sesión! social_register_hepler_msg=¿Ya tienes una cuenta? ¡Enlázala! disable_register_prompt=Lo sentimos, el registro está deshabilitado. Por favor, contacta con el administrador del sitio. @@ -203,7 +201,6 @@ repo_name_been_taken=Ya existe un repositorio con este nombre. org_name_been_taken=Ya existe una organización con este nombre. team_name_been_taken=Ya existe un equipo con este nombre. email_been_used=Esta dirección de correo electrónico ya está en uso. -illegal_team_name=El nombre del equipo contiene caracteres inválidos. username_password_incorrect=Nombre de usuario o contraseña incorrectos. enterred_invalid_repo_name=Por favor, asegúrate de que has introducido correctamente el nombre del repositorio. enterred_invalid_owner_name=Por favor, asegúrate de que has introducido correctamente el nombre del propietario. @@ -219,14 +216,12 @@ still_own_repo=Tu cuenta es la propietaria de uno o más repositorios, tienes qu still_has_org=Tu cuenta es miembro de una o más organizaciones, tienes que abandonarlas o eliminarlas primero. org_still_own_repo=Esta organización es dueña de uno o más repositorios, tienes que eliminarlos o transferirlos primero. -still_own_user=Esta autenticación está en uso por algunos usuarios, debes moverlos y antes de eliminarla. - 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 -join_on=Registrado en +join_on=Registrado el repositories=Repositorios activity=Actividad pública followers=Seguidores @@ -248,25 +243,24 @@ orgs=Organizaciones delete=Eliminar cuenta uid=UUID -public_profile=Perfil Público +public_profile=Perfil público profile_desc=Tu correo electrónico es público y será usado para todas las notificaciones relacionadas con cualquier cuenta y cualquier operación hecha a través de la web. password_username_disabled=Los usuarios que no son locales no tienen permitido cambiar su nombre de usuario. -full_name=Nombre Completo -website=Página Web +full_name=Nombre completo +website=Página web location=Localización -update_profile=Actualizar Perfil +update_profile=Actualizar perfil update_profile_success=Tu perfil se ha actualizado correctamente. change_username=Nombre de usuario modificado change_username_prompt=Este cambio afectará a los enlaces que hacen referencia a su cuenta. continue=Continuar cancel=Cancelar -enable_custom_avatar=Activar Avatar Personalizado -enable_custom_avatar_helper=Activa esto para desactivar los avatares de Gravatar +enable_custom_avatar=Activar avatar personalizado choose_new_avatar=Selecciona nuevo avatar -update_avatar=Actualizar Configuración del Avatar +update_avatar=Actualizar configuración del avatar +delete_current_avatar=Eliminar avatar uploaded_avatar_not_a_image=El archivo enviado no es una imagen. -no_custom_avatar_available=No hay ningún avatar personalizado disponible, no se puede habilitar. update_avatar_success=La configuración de tu avatar se ha actualizado correctamente. change_password=Cambiar contraseña @@ -336,10 +330,10 @@ delete_account_desc=Esta cuenta se va a eliminar permanentemente, ¿quieres cont [repo] owner=Propietario -repo_name=Nombre del Repositorio +repo_name=Nombre del repositorio repo_name_helper=Los grandes nombres de repositorios son cortos, memorables y únicos. visibility=Visibilidad -visiblity_helper=Este repositorio es Privado +visiblity_helper=Este repositorio es privado visiblity_helper_forced=El administrador web ha obligado a todos los repositorios nuevos a ser privados visiblity_fork_helper=(Este cambio afectará a todos los forks) clone_helper=¿Necesitas ayuda con el clone? ¡Consulta la Ayuda! @@ -347,16 +341,16 @@ 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=Idioma +repo_lang=Lenguaje repo_lang_helper=Seleccione archivo .gitignore license=Licencia license_helper=Selecciona un fichero de licencia readme=Readme readme_helper=Seleccione una plantilla de archivo readme auto_init=Inicializar los archivos seleccionados y plantillas de este repositorio -create_repo=Crear Repositorio +create_repo=Crear repositorio default_branch=Rama por defecto -mirror_interval=Intervalo de mirror(en horas) +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. watchers=Seguidores @@ -367,11 +361,11 @@ form.reach_limit_of_creation=El propietario ha alcanzado el límite máximo de % form.name_reserved=El nombre del repositorio '%s' está reservado. form.name_pattern_not_allowed=El patrón del nombre del repositorio '%s' no está permitido. -need_auth=Requiere Autorización -migrate_type=Tipo de Migración -migrate_type_helper=Este repositorio será un mirror +need_auth=Requiere autorización +migrate_type=Tipo de migración +migrate_type_helper=Este repositorio será una réplica migrate_repo=Migrar Repositorio -migrate.clone_address=Clonar Dirección +migrate.clone_address=Clonar dirección migrate.clone_address_desc=Puede ser una URL HTTP/HTTPS/GIT o una ruta local del servidor. migrate.permission_denied=No te está permitido importar repositorios locales. migrate.invalid_local_path=Rutal local inválida, no existe o no es un directorio. @@ -379,7 +373,7 @@ migrate.failed=Migración fallida: %v mirror_from=espejo de forked_from=forked de -fork_from_self=Eres el propietario del repositorio, ¡no puedes hacer fork! +fork_from_self=¡No puedes crear un fork de un repositorio que ya es tuyo! copy_link=Copiar copy_link_success=¡Copiado! copy_link_error=Presione ⌘ + C o Ctrl-C para copiar @@ -423,7 +417,7 @@ commits.date=Fecha commits.older=Anterior commits.newer=Posterior -issues.new=Nueva Incidencia +issues.new=Nueva incidencia issues.new.labels=Etiquetas issues.new.no_label=Sin etiquetas issues.new.clear_labels=Limpiar etiquetas @@ -467,17 +461,17 @@ issues.open_title=Abierta issues.closed_title=Cerrada issues.num_comments=%d comentarios issues.commented_at=`comentada %[2]s` -issues.no_content=Aun no existe contenido. +issues.no_content=Aún no existe contenido. issues.close_issue=Cerrar issues.close_comment_issue=Comentar y cerrar issues.reopen_issue=Reabrir issues.reopen_comment_issue=Comentar y reabrir issues.create_comment=Comentar -issues.closed_at=`cerrada %[2]s` -issues.reopened_at=`reabierta %[2]s` +issues.closed_at=`cerró %[2]s` +issues.reopened_at=`reabrió %[2]s` issues.commit_ref_at=`mencionada esta incidencia en un commit %[2]s` issues.poster=Autor -issues.admin=Administrador +issues.collaborator=Colaborador issues.owner=Propietario issues.sign_up_for_free=Registro gratuito issues.sign_in_require_desc=para unirse a esta conversación. ¿Ya dispone de una cuenta? Inicie sesión para comentar @@ -494,9 +488,10 @@ issues.label_modify=Edición de Etiqueta 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 pulls.new=Nuevo Pull Request -pulls.compare_changes=Comparar Cambios +pulls.compare_changes=Comparar cambios pulls.compare_changes_desc=Comparar dos ramas y generar un pull request con las diferencias. pulls.compare_base=base pulls.compare_compare=comparar con @@ -510,7 +505,7 @@ pulls.merged_title_desc=fusionados %[1]d commits de %[2]s en 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.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.data_broken=Los datos de este pull request ya no están disponibles porque se ha eliminado la información del fork. @@ -557,6 +552,8 @@ wiki.save_page=Guardar página wiki.last_commit_info=%s editó esta página %s wiki.edit_page_button=Editar wiki.new_page_button=Nueva página +wiki.delete_page_button=Eliminar página +wiki.delete_page_notice_1=Esto eliminará la página "%s". Por favor, asegúrate de que es lo que quieres. wiki.page_already_exists=Ya existe una página con el mismo nombre. wiki.pages=Páginas wiki.last_updated=Última actualización %s @@ -567,7 +564,7 @@ settings.collaboration=Colaboración settings.hooks=Webhooks settings.githooks=Git Hooks settings.basic_settings=Configuración Básica -settings.site=Sitio Oficial +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 @@ -581,14 +578,23 @@ settings.tracker_url_format=Formato URL del tracker de incidencias externo 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 -settings.transfer=Transferir la Propiedad -settings.transfer_desc=Transferir este repositorio a otro usuario u organización donde tengas permisos de administración. settings.new_owner_has_same_repo=El nuevo propietario tiene un repositorio con el mismo nombre. -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.convert=Convertir en un repositorio normal +settings.convert_desc=Puedes convertir este repositorio en un repositorio normal. Este cambio no se puede deshacer. +settings.convert_notices_1=- Esta operación convertirá este repositorio espejo en un repositorio normal y no podrá deshacerse. +settings.convert_confirm=Confirmar conversión +settings.convert_succeed=El repositorio ha sido convertido en normal satisfactoriamente. +settings.transfer=Transferir la propiedad +settings.transfer_desc=Transferir este repositorio a otro usuario u organización donde tengas permisos de administración. settings.transfer_notices_1=- Perderá el permiso de acceso si el nuevo propietario es otro usuario. settings.transfer_notices_2=- Conservará el privilegio de acceso si el nuevo propietario es una organización y usted es uno de los propietarios de dicha organización. settings.transfer_form_title=Por favor introduzca esta información para confirmar la operación: +settings.wiki_delete=Eliminar datos de la wiki +settings.wiki_delete_desc=Una vez borrados los datos de la wiki no habrá vuelta atrás. Por favor, asegúrate de que es lo que quieres. +settings.wiki_delete_notices_1=- Esto eliminará y deshabilitará la wiki para %s +settings.wiki_deletion_success=Los datos de la wiki del repositorio han sido borrados correctamente. +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. @@ -600,10 +606,14 @@ settings.transfer_owner=Nuevo Propietario settings.make_transfer=Transferir settings.transfer_succeed=La propiedad del repositorio ha sido transferida exitosamente. settings.confirm_delete=Confirmar eliminación -settings.add_collaborator=Añadir Nuevo Colaborador -settings.add_collaborator_success=Se ha añadido el nuevo colaborador. -settings.remove_collaborator_success=Se ha eliminado el colaborador. +settings.add_collaborator=Añadir nuevo colaborador +settings.add_collaborator_success=El nuevo colaborador ha sido añadido. +settings.delete_collaborator=Eliminar +settings.collaborator_deletion=Eliminar colaborador +settings.collaborator_deletion_desc=Este usuario no podrá colaborar en este repositorio tras eliminarlo. ¿Desea continuar? +settings.remove_collaborator_success=El colaborador ha sido eliminado. settings.search_user_placeholder=Buscar usuario... +settings.org_not_allowed_to_be_collaborator=Las organizaciones no tiene permitido ser añadidas como colaboradores. settings.user_is_org_member=El usuario es miembro de la organización, no puede ser añadido como colaborador. settings.add_webhook=Añadir Webhook settings.hooks_desc=Los Webhooks permiten a servicios externos recibir notificaciones cuando sucedan ciertos eventos en Gogs. Cuando sucedan los eventos especificados, enviaremos una petición POST a cada una de las URLs indicadas. Para obtener más información, consulta nuestra Guía de Webhooks. @@ -625,7 +635,7 @@ settings.githook_content=Contenido del Hook settings.update_githook=Actualizar Hook settings.add_webhook_desc=Enviaremos una petición POST a la siguiente URL con los detalles de cualquier evento suscrito. También puedes especificar qué formato de datos te gustaría recibir (JSON, x-www-form-urlencoded, etc). Puedes encontrar más información en la Guía de Webhooks. settings.payload_url=URL de Payload -settings.content_type=Tipo de Contenido +settings.content_type=Tipo de contenido settings.secret=Secreto settings.slack_username=Nombre de usuario settings.slack_icon_url=URL de icono @@ -667,12 +677,12 @@ diff.browse_source=Explorar el Código diff.parent=padre diff.commit=commit diff.data_not_available=Los datos del Diff no están disponibles. -diff.show_diff_stats=Mostrar Estadísticas de Diff +diff.show_diff_stats=Mostrar estadísticas de diff diff.show_split_view=Dividir vista 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.view_file=Ver fichero release.releases=Releases release.new_release=Nueva Release @@ -690,7 +700,7 @@ release.tag_helper=Escoge una etiqueta o crea una nueva al publicar. release.title=Título release.content=Contenido release.write=Escribir -release.preview=Vista Previa +release.preview=Vista previa release.loading=Cargando... release.prerelease_desc=Esta es una pre-release release.prerelease_helper=Esta release está marcada como no apta para producción. @@ -706,8 +716,8 @@ release.tag_name_already_exist=Ya existe una Release con esta etiqueta. release.downloads=Descargas [org] -org_name_holder=Nombre de la Organización -org_full_name_holder=Nombre de la organización +org_name_holder=Nombre de la organización +org_full_name_holder=Nombre completo de la organización org_name_helper=Los grandes nombres de organizaciones son cortos y memorables. create_org=Crear Organización repo_updated=Actualizado @@ -716,9 +726,9 @@ invite_someone=Invitar a alguien teams=Equipos lower_members=miembros lower_repositories=repositorios -create_new_team=Crear un Nuevo Equipo +create_new_team=Crear un nuevo equipo org_desc=Descripción -team_name=Nombre del Equipo +team_name=Nombre del equipo team_desc=Descripción team_name_helper=Utiliza este nombre para mencionar a este equipo en las conversaciones. team_desc_helper=¿En qué consiste este equipo? @@ -729,8 +739,8 @@ form.name_pattern_not_allowed=El patrón de nombre de la organización '%s' no e settings=Configuración settings.options=Opciones -settings.full_name=Nombre Completo -settings.website=Página Web +settings.full_name=Nombre completo +settings.website=Página web settings.location=Localización settings.update_settings=Actualizar configuración settings.update_setting_success=La configuración de la organización se ha actualizado correctamente. @@ -763,24 +773,24 @@ teams.read_access=Acceso de Lectura teams.read_access_helper=Este equipo podrá ver y clonar sus repositorios. teams.write_access=Acceso de Escritura teams.write_access_helper=Este equipo podrá leer sus repositorios, así como hacer push en ellos. -teams.admin_access=Acceso de Administrador +teams.admin_access=Acceso de administrador teams.admin_access_helper=Este equipo podrá hacer push/pull en sus repositorios, así como añadir colaboradores a ellos. teams.no_desc=Este equipo no tiene descripción teams.settings=Configuración teams.owners_permission_desc=Los propietarios tienen acceso completo a todos los repositorios y tienen derechos de administración en la organización. -teams.members=Miembros del Equipo +teams.members=Miembros del equipo teams.update_settings=Actualizar configuración -teams.delete_team=Borrar este Equipo -teams.add_team_member=Añadir Miembro al Equipo -teams.delete_team_title=Eliminar Equipo +teams.delete_team=Eliminar este equipo +teams.add_team_member=Añadir miembro al equipo +teams.delete_team_title=Eliminar equipo teams.delete_team_desc=Este equipo va a ser eliminado, ¿seguro que quieres continuar? Los miembros de este equipo pueden perder acceso a algunos repositorios. -teams.delete_team_success=El Equipo se ha eliminado correctamente. +teams.delete_team_success=El equipo ha sido eliminado correctamente. teams.read_permission_desc=Este equipo tiene permisos de Lectura: sus miembros pueden ver y clonar los repositorios del equipo. teams.write_permission_desc=Este equipo tiene permisos de Escritura: sus miembros pueden leer y hacer push a los repositorios del equipo. teams.admin_permission_desc=Este equipo tiene permisos de Administración: sus miembros pueden leer, hacer push y añadir colaboradores a los repositorios del equipo. -teams.repositories=Repositorios del Equipo +teams.repositories=Repositorios del equipo teams.search_repo_placeholder=Buscar repositorio... -teams.add_team_repository=Añadir Repositorio al Equipo +teams.add_team_repository=Añadir repositorio al equipo teams.remove_repo=Eliminar teams.add_nonexistent_repo=El repositorio que estás intentando añadir no existe, por favor, créalo primero. @@ -791,7 +801,7 @@ organizations=Organizaciones repositories=Repositorios authentication=Autenticaciones config=Configuración -notices=Avisos del Sistema +notices=Notificaciones del sistema monitor=Monitorización first_page=Primera last_page=Última @@ -801,7 +811,7 @@ dashboard.statistic=Estadísticas dashboard.operations=Operaciones dashboard.system_status=Estado del Monitor del Sistema dashboard.statistic_info=La base de datos de Gogs contiene %d usuarios, %d organizaciones, %d claves públicas, %d repositorios, %d vigilados, %d destacados, %d acciones, %d accesos, %d incidencias, %d comentarios, %d cuentas de redes sociales, %d seguidores, %d mirrors, %d releases, %d fuentes de login, %d webhooks, %d milestones, %d etiquetas, %d hooks, %d equipos, %d tareas actualizadas, %d adjuntos. -dashboard.operation_name=Nombre de la Operación +dashboard.operation_name=Nombre de la operación dashboard.operation_switch=Interruptor dashboard.operation_run=Ejecutar dashboard.clean_unbind_oauth=Limpiar solicitudes de OAuth sin confirmar @@ -818,13 +828,15 @@ dashboard.resync_all_sshkeys=Reescribir el fichero '.ssh/authorized_keys'(atenci dashboard.resync_all_sshkeys_success=Todas las claves públicas se han reescrito correctamente. dashboard.resync_all_update_hooks=Reescribir todos los hooks de actualización de los repositorios (necesario cuando se modifica la ruta de configuración personalizada) dashboard.resync_all_update_hooks_success=Todos los hooks de actualización de los repositorios se han reescrito correctamente. +dashboard.reinit_missing_repos=Reinicializar todos los registros del repositorio que tienen archivos Git eliminados +dashboard.reinit_missing_repos_success=Todos los registros del repositorio con archivos Git eliminados han sido reinicializados con éxito. dashboard.server_uptime=Tiempo de actividad del servidor dashboard.current_goroutine=Gorutinas actuales dashboard.current_memory_usage=Uso de memoria actual dashboard.total_memory_allocated=Total de Memoria Reservada dashboard.memory_obtained=Memoria Obtenida -dashboard.pointer_lookup_times=Tiempos de Búsqueda de Punteros +dashboard.pointer_lookup_times=Tiempos de búsqueda de punteros dashboard.memory_allocate_times=Tiempos de Reserva de Memoria dashboard.memory_free_times=Tiempos de Liberado de Memoria dashboard.current_heap_usage=Uso de Heap actual @@ -861,7 +873,7 @@ users.new_success=La cuenta '%s' ha sido creada con éxito. users.edit=Editar users.auth_source=Fuente de Autenticación users.local=Local -users.auth_login_name=Nombre de Inicio de Sesión de Autenticación +users.auth_login_name=Nombre de Inicio de sesión de autenticación users.password_helper=Deje el campo vacío si no desea cambiar la contraseña. users.update_profile_success=El perfil de la cuenta se ha actualizado correctamente. users.edit_account=Editar Cuenta @@ -890,36 +902,37 @@ repos.watches=Vigilantes repos.stars=Estrellas repos.issues=Incidencias -auths.auth_manage_panel=Panel de Administración de Autenticación -auths.new=Añadir Nuevo Origen +auths.auth_manage_panel=Panel de administración de autenticación +auths.new=Añadir nuevo origen auths.name=Nombre auths.type=Tipo auths.enabled=Activo auths.updated=Actualizado -auths.auth_type=Tipo de Autenticación -auths.auth_name=Nombre de Autenticación +auths.auth_type=Tipo de autenticación +auths.auth_name=Nombre de autenticación auths.domain=Dominio auths.host=Host auths.port=Puerto auths.bind_dn=Bind DN auths.bind_password=Contraseña Bind auths.bind_password_helper=Advertencia: La contraseña se almacena como texto plano. No utilice una cuenta con privilegios elevados. -auths.user_base=Base de Búsqueda de Usuarios +auths.user_base=Base de búsqueda de usuarios auths.user_dn=DN de Usuario auths.attribute_username=Atributo de nombre de usuario auths.attribute_username_placeholder=Dejar vacío para usar el campo de inicio de sesión como nombre de usuario. auths.attribute_name=Atributo nombre auths.attribute_surname=Atributo apellido auths.attribute_mail=Atributo correo electrónico -auths.filter=Filtro de Usuario -auths.admin_filter=Filtro de Aministrador +auths.attributes_in_bind=Buscar atributos en el contexto del Bind DN +auths.filter=Filtro de usuario +auths.admin_filter=Filtro de aministrador auths.ms_ad_sa=Ms Ad SA -auths.smtp_auth=Tipo de Autenticación SMTP +auths.smtp_auth=Tipo de autenticación SMTP auths.smtphost=SMTP Host auths.smtpport=Puerto SMTP auths.allowed_domains=Dominios Permitidos auths.allowed_domains_helper=Deje el campo vacío si no desea restringir ningún dominio. Para restringir más de uno, separe los dominios con una coma ','. -auths.enable_tls=Habilitar Cifrado TLS +auths.enable_tls=Habilitar cifrado TLS auths.skip_tls_verify=Omitir la verificación TLS auths.pam_service_name=Nombre del Servicio PAM auths.enable_auto_register=Hablilitar Auto-Registro @@ -932,9 +945,10 @@ auths.update=Actualizar la configuración de autenticación auths.delete=Eliminar Autenticación auths.delete_auth_title=Borrado de autenticación auths.delete_auth_desc=Esta autenticación será eliminada. ¿Deseas continuar? +auths.still_in_used=Este método de autentificación aún es utilizado por algunos usuarios, por favor elimine o convierta estos usuarios a otro tipo de autentificación. auths.deletion_success=¡La autenticación ha sido eliminada con éxito! -config.server_config=Configuración del Servidor +config.server_config=Configuración del servidor config.app_name=Nombre de la Aplicación config.app_ver=Versión de la Aplicación config.app_url=URL de la Aplicación @@ -948,21 +962,33 @@ config.static_file_root_path=Ruta de los Ficheros Estáticos config.log_file_root_path=Ruta de los Ficheros de Log config.script_type=Tipo de Script config.reverse_auth_user=Autenticación Inversa de Usuario + +config.ssh_config=Configuración SSH +config.ssh_enabled=Habilitado +config.ssh_start_builtin_server=Iniciar servidor integrado +config.ssh_domain=Dominio +config.ssh_port=Puerto +config.ssh_listen_port=Puerto de escucha +config.ssh_root_path=Ruta raíz +config.ssh_key_test_path=Ruta de la clave de prueba +config.ssh_keygen_path=Ruta del generador de claves ('ssh-keygen') +config.ssh_minimum_key_size_check=Tamaño mínimo de la clave de verificación +config.ssh_minimum_key_sizes=Tamaños de clave mínimos + config.db_config=Configuración de la Base de Datos config.db_type=Tipo config.db_host=Host config.db_name=Nombre config.db_user=Usuario config.db_ssl_mode=Modo SSL -config.db_ssl_mode_helper=(solo para "postgres") +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.service_config=Configuración del servicio config.register_email_confirm=Solicitar Confirmación por Correo Electrónico config.disable_register=Deshabilitar el Registro config.show_registration_button=Mostrar Botón de Registro config.require_sign_in_view=Solicitar la Vista de Inicio de Sesión -config.enable_cache_avatar=Activar la Caché de Avatar config.mail_notify=Notificación por Correo Electrónico config.disable_key_size_check=Deshabilitar la comprobación de Tamaño Mínimo de Clave config.enable_captcha=Activar Captcha @@ -972,12 +998,15 @@ 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 Mailer +config.mailer_config=Configuración del servidor de correo config.mailer_enabled=Activado config.mailer_disable_helo=Desactivar HELO config.mailer_name=Nombre config.mailer_host=Host 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é @@ -1029,7 +1058,11 @@ create_repo=creó el repositorio %s rename_repo=repositorio renombrado de %[1]s a %[3]s commit_repo=hizo push a %[3]s en %[4]s create_issue=`incidencia abierta %s#%[2]s` +close_issue=`cerró la incidencia %s#%[2]s` +reopen_issue=`reabrió la incidencia %s#%[2]s` create_pull_request=`creado pull request %s#%[2]s` +close_pull_request=`cerró el pull request %s#%[2]s` +reopen_pull_request=`reabrió el pull request %s#%[2]s` comment_issue=`comentó en la incidencia %s#%[2]s` merge_pull_request=`fusionado pull request %s#%[2]s` transfer_repo=transfirió el repositorio %s a %s diff --git a/conf/locale/locale_fi-FI.ini b/conf/locale/locale_fi-FI.ini new file mode 100755 index 000000000..647013143 --- /dev/null +++ b/conf/locale/locale_fi-FI.ini @@ -0,0 +1,1098 @@ +app_desc=Kivuton itse-hostattu Git palvelu + +home=Etusivu +dashboard=Kojelauta +explore=Tutki +help=Apua +sign_in=Kirjaudu sisään +sign_out=Kirjaudu ulos +sign_up=Rekisteröidy +register=Rekisteröidy +website=Nettisivut +version=Versio +page=Sivu +template=Malli +language=Kieli +create_new=Luo... +user_profile_and_more=Käyttäjäprofiili ja lisää +signed_in_as=Kirjautuneena käyttäjänä + +username=Käyttäjätunnus +email=Sähköposti +password=Salasana +re_type=Kirjoita uudelleen +captcha=Captcha + +repository=Repo +organization=Organisaatio +mirror=Peili +new_repo=Uusi repo +new_migrate=Uusi migraatio +new_mirror=Uusi peilaus +new_fork=Uusi haara reposta +new_org=Uusi organisaatio +manage_org=Ylläpidä organisaatioita +admin_panel=Ylläpito paneeli +account_settings=Tilin asetukset +settings=Asetukset +your_profile=Profiilisi +your_settings=Asetuksesi + +activities=Toimet +pull_requests=Pull requestit +issues=Ongelmat + +cancel=Peruuta + +[install] +install=Asennus +title=Asennusvaiheet ottaessa ensi kertaa käyttöön +docker_helper=Jos käytät Gogsia Dockerin sisällä, ole hyvä ja lue ohjeet huolellisesti ennen kuin muutat mitään tältä sivulta! +requite_db_desc=Gogs tarvitsee MySQL, PostgreSQL, SQLite3 tai TiDB. +db_title=Tietokanta asetukset +db_type=Tietokanta tyyppi +host=Isäntä +user=Käyttäjä +password=Salasana +db_name=Tietokannan nimi +db_helper=Ole hyvä ja käytä INNODB moottoria ja utf8_general_ci merkistöä MySQLssä. +ssl_mode=SSL tila +path=Polku +sqlite_helper=SQLite3 tai TiDB tietokanta polku.
Käytä absoluuttista polkua kun käynnistät palvelun. +err_empty_db_path=SQLite3 tai TiDB tietokanta polku ei voi olla tyhjä. +err_invalid_tidb_name=TiDB tietokannan nimessä ei voi olla merkkejä "." ja "-". +no_admin_and_disable_registration=Et voi poistaa käytöstä rekisteröintiä luomatta ylläpito tiliä. +err_empty_admin_password=Ylläpito salasana ei voi olla tyhjä. + +general_title=Sovellus yleiset asetukset +app_name=Sovellus nimi +app_name_helper=Laita organisaatiosi nimi tähän isolla ja kovaäänisesti! +repo_path=Repon juuren polku +repo_path_helper=Kaikki Git etä repot tullaan tallentamaan tähän hakemistoon. +run_user=Suorita käyttäjänä +run_user_helper=Käyttäjällä täytyy olla pääsy repo juuri polkuun ja suorittaa Gogs. +domain=Verkkotunnus +domain_helper=Tämä vaikuttaa SSH klooni URLeihin. +ssh_port=SSH portti +ssh_port_helper=Portti numero jota SSH palvelimesi käyttää, jätä tyhjäksi poistaaksesi käytöstä SSH toiminnon. +http_port=HTTP portti +http_port_helper=Portti numero jota sovellus tulee kuuntelemaan. +app_url=Sovellus URL +app_url_helper=Tämä vaikuttaa HTTP/HTTPS klooni URLeihin ja joihinkin sähköposteihin. +log_root_path=Lokin polku +log_root_path_helper=Lokien tallennushakemisto. + +optional_title=Valinnaiset asetukset +email_title=Sähköposti palvelu asetukset +smtp_host=SMTP isäntä +smtp_from=Lähettäjä +smtp_from_helper=Sähköposti lähettäjän osoite, RFC 5322. Se voi olla pelkkä sähköposti osoite, tai "Nimi" muodossa. +mailer_user=Lähettäjän sähköposti +mailer_password=Lähettäjän salasana +register_confirm=Ota käyttöön rekisteröinti varmistus +mail_notify=Ota käyttöön sähköposti ilmoitukset +server_service_title=Palvelin ja muut palvelu asetukset +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. +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 +enable_captcha_popup=Pakollinen captcha käyttäjän itse rekisteröityessä. +require_sign_in_view=Ota käyttöön vaadi sisäänkirjautuminen nähdäksesi sivut +require_sign_in_view_popup=Vain sisään kirjautuneet käyttäjät voivat nähdä sivut, vierailijat tulevat näkemään vain kirjautumis/rekisteröinti sivut. +admin_setting_desc=Sinun ei tarvitse luoda ylläpito tiliä nyt, ensimmäinen käyttäjä ID=1 saa ylläpito oikeudet automaattisesti. +admin_title=Ylläpito tili asetukset +admin_name=Käyttäjätunnus +admin_password=Salasana +confirm_password=Varmista salasana +admin_email=Ylläpito sähköposti +install_gogs=Asenna Gogs +test_git_failed=Epäonnistui testata 'git' komentoa: %v +sqlite3_not_available=Julkaisu versiosi ei tue SQLite3, ole hyvä ja lataa virallinen binääri versio osoitteesta %s, EI gobuild versiota. +invalid_db_setting=Tietokanta asetus ei ole oikea: %v +invalid_repo_path=Repo juuri polku on virheellinen: %v +run_user_not_match=Suoritus käyttäjä ei ole nykyinen käyttäjä: %s -> %s +save_config_failed=Asetuksien tallennus epäonnistui: %v +invalid_admin_setting=Ylläpito tili asetus virheellinen: %v +install_success=Tervetuloa! Olemme iloisia että valitsit Gogs, pidä hauskaa ja pidä huolta itsestäsi. +invalid_log_root_path=Loki juurihakemisto ei kelpaa: %v + +[home] +uname_holder=Käyttäjätunnus tai sähköposti +password_holder=Salasana +switch_dashboard_context=Vaihda kojelaudan kontekstia +my_repos=Reponi +collaborative_repos=Yhteistyö repot +my_orgs=Organisaationi +my_mirrors=Peilini +view_home=Näytä %s + +issues.in_your_repos=Repoissasi + +[explore] +repos=Repot +users=Users +search=Search + +[auth] +create_new_account=Luo uusi tili +register_hepler_msg=On jo tili? Kirjaudu sisään nyt! +social_register_hepler_msg=On jo tili? Liitä nyt! +disable_register_prompt=Sori, rekisteröinti on poistettu käytöstä. Ole hyvä ja ota yhteyttä sivuston ylläpitoon. +disable_register_mail=Sori, rekisteröinti sähköpostivarmistukset on poistettu käytöstä. +remember_me=Muista minut +forgot_password=Unohtuiko salasana +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 +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 +email_not_associate=Tätä sähköposti osoitetta ei ole liitetty mihinkään tiliin. +send_reset_mail=Klikkaa tästä (uudelleen)lähettääksesi salasanan nollaus sähköpostin +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ä. + +[mail] +activate_account=Ole hyvä ja aktivoi tilisi +activate_email=Vahvista sähköpostiosoitteesi +reset_password=Tyhjennä salasana +register_success=Rekisteröinti onnistunut, tervetuloa +register_notify=Tervetuloa mukaan + +[modal] +yes=Kyllä +no=Ei +modify=Muokkaa + +[form] +UserName=Käyttäjätunnus +RepoName=Repon nimi +Email=Sähköposti osoite +Password=Salasana +Retype=Kirjoita salasana uudelleen +SSHTitle=SSH avain nimi +HttpsUrl=HTTPS URL +PayloadUrl=Payload URL +TeamName=Tiimin nimi +AuthName=Luvan nimi +AdminEmail=Ylläpito sähköposti + +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ä.` +size_error=` täytyy olla kokoa %s.` +min_size_error=` täytyy sisältää vähintään %s merkkiä.` +max_size_error=` täytyy sisältää enintään %s merkkiä.` +email_error=` ei ole kelvollinen sähköpostiosoite.` +url_error=` ei ole kelvollinen URL.` +include_error=` täytyy sisältää tekstiosa '%s'.` +unknown_error=Tuntematon virhe: +captcha_incorrect=Captcha ei ollut oikein. +password_not_match=Salasana ja salasanan varmistus eivät ole samoja. + +username_been_taken=Käyttäjätunnus on jo käytössä. +repo_name_been_taken=Repon nimi on jo käytössä. +org_name_been_taken=Organisaation nimi on jo käytössä. +team_name_been_taken=Tiimin nimi on jo käytössä. +email_been_used=Sähköpostiosoite on jo käytössä. +username_password_incorrect=Käyttäjätunnus tai salasana ei ole oikein. +enterred_invalid_repo_name=Ole hyvä ja varmista että kirjoittamasi repon nimi on oikein. +enterred_invalid_owner_name=Ole hyvä ja varmista että kirjoittamasi omistajan nimi on oikein. +enterred_invalid_password=Ole hyvä ja varmista että kirjoittamasi salasana on oikein. +user_not_exist=Käyttäjää ei ole olemassa. +last_org_owner=Viimeisen käyttäjän poistaminen omistaja tiimistä ei ole sallittu, koska organisaatiossa tulee olla ainakin yksi omistaja. + +invalid_ssh_key=Sori, emme pystyneet varmistamaan SSH avainta: %s +unable_verify_ssh_key=Gogs ei voi varmistaa SSH avaintasi, mutta oletamme että se on toimiva, ole hyvä ja tarkista se. +auth_failed=Todennus epäonnistui: %v + +still_own_repo=Tililläsi on yhä omistajuus ainakin yhteen repoon, sinun täytyy poistaa tai siirtää ne ensin. +still_has_org=Tililläsi on yhä jäsenyys ainakin yhteen organisaatioon, sinun täytyy jäädä pois tai poistaa jäsenyyksiä ensin. +org_still_own_repo=Tällä organisaatiolla on yhä omistajuus repoon, sinun täytyy poistaa tai siirtää ne ensin. + +target_branch_not_exist=Kohde branchia ei ole olemassa. + +[user] +change_avatar=Vaihda avatarisi osoitteeessa gravatar.com +change_custom_avatar=Vaihda avatar asetuksissa +join_on=Liitytty +repositories=Repot +activity=Julkinen toiminta +followers=Seuraajat +starred=Äänestetty +following=Seurataan +follow=Seuraa +unfollow=Lopeta seuraaminen + +form.name_reserved=Käyttäjätunnus '%s' on varattu. +form.name_pattern_not_allowed=Käyttäjätunnus mallia '%s' ei ole sallittu. + +[settings] +profile=Profiili +password=Salasana +ssh_keys=SSH avaimet +social=Sosiaaliset tilit +applications=Sovellukset +orgs=Organisaatiot +delete=Poista tili +uid=Käyttäjä ID + +public_profile=Julkinen profiili +profile_desc=Sähköposti osoitteesi on julkinen ja käytetään tiliin liittyviin ilmoituksiin, ja nettipohjaisiin toimintoihin joita on tehty sivujen kautta. +password_username_disabled=Ei-paikallinen tyyppisten käyttäjien ei sallita vaihtavan käyttäjänimeä. +full_name=Kokonimi +website=Nettisivut +location=Sijainti +update_profile=Päivitä profiili +update_profile_success=Profiilisi on päivitetty onnistuneesti. +change_username=Käyttäjätunnus vaihdettu +change_username_prompt=Tämä muutos vaikuttaa tapaan kuinka linkit liittyvät tiliisi. +continue=Jatka +cancel=Peruuta + +enable_custom_avatar=Ota käyttöön mukautettu profiilikuva +choose_new_avatar=Valitse uusi profiilikuva +update_avatar=Päivitä profiilikuva asetus +delete_current_avatar=Poista nykyinen profiilikuva +uploaded_avatar_not_a_image=Palvelimelle lähetetty tiedosto ei ole kuva. +update_avatar_success=Profiilikuvasi asetus on päivitetty onnistuneesti. + +change_password=Vaihda salasana +old_password=Nykyinen salasana +new_password=Uusi salasana +retype_new_password=Kirjoita uudelleen uusi salasana +password_incorrect=Nykyinen salasana ei ole oikea. +change_password_success=Salasanasi on onnistuneesti vaihdettu. Voit nyt kirjautua sisään käyttäen tätä uutta salasanaa. +password_change_disabled=Ei-paikallinen tyyppisten käyttäjien ei sallita vaihtavan salasanaa. + +emails=Sähköposti osoitteet +manage_emails=Hallitse sähköposti osoitteita +email_desc=Ensisijaista sähköpostiosoitettasi käytetään ilmoituksiin ja muihin toimintoihin. +primary=Ensisijainen +primary_email=Aseta ensisijaiseksi +delete_email=Poista +email_deletion=Sähköpostin poistaminen +email_deletion_desc=Tämän sähköposti osoitteen poistaminen poistaa siihen liittyvät tiedot tililtäsi. Haluatko jatkaa? +email_deletion_success=Sähköposti on poistettu onnistuneesti! +add_new_email=Lisää uusi sähköpostiosoite +add_email=Lisää sähköposti +add_email_confirmation_sent=Uusi varmistus sähköposti on lähetetty osoitteeseen '%s', ole hyvä ja tarkista saapuneet seuraavan %d tunnin sisällä saadaksesi rekisteröintiprosessin valmiiksi. +add_email_success=Uusi sähköpostiosoitteesi on lisätty onnistuneesti. + +manage_ssh_keys=Hallitse SSH avaimia +add_key=Lisää avain +ssh_desc=Tämä on luettelo tiliisi liitetyistä SSH avaimista. Koska nämä avaimet sallivat kenen tahansa niitä käyttävän pääsevän repoihisi, on erittäin tärkeää että tunnistat ne. +ssh_helper=Etkö tiedä miten?Tarkista Githubin opas luo oma SSH avain tai ratkaise yleisiä ongelmia joita voit kohdata SSHta käyttäessä. +add_new_key=Lisää SSH avain +ssh_key_been_used=Julkisen avaimen sisältö on käytetty. +ssh_key_name_used=Samanniminen julkinen avain on jo olemassa. +key_name=Avaimen nimi +key_content=Sisältö +add_key_success=Uusi SSH avain '%s' on lisätty onnistuneesti! +delete_key=Poista +ssh_key_deletion=SSH avaimen poistaminen +ssh_key_deletion_desc=Tämän SSH avaimen poistaminen poistaa kaikki siihen liittyvät vierailut tililtäsi. Haluatko jatkaa? +ssh_key_deletion_success=SSH avain on poistettu onnistuneesti! +add_on=Lisätty +last_used=Käytetty viimeksi +no_activity=Ei viimeaikaista toimintaa +key_state_desc=Tätä avainta on käytetty 7 päivän sisällä +token_state_desc=Tätä pääsymerkkiä on käytetty 7 päivän sisällä + +manage_social=Hallitse liitettyjä sosiaalisia tilejä +social_desc=Tämä on luettelo liitetyistä sosiaalisista tileistä. Poista kaikki liitokset joita et tunnista. +unbind=Poista liitos +unbind_success=Sosiaalisen tilin liitos on poistettu. + +manage_access_token=Hallitse henkilökohtaisia pääsymerkkejä +generate_new_token=Luo uusi pääsymerkki +tokens_desc=Luomiasi pääsymerkkejä voidaan käyttää Gogs APIn kanssa. +new_token_desc=Joka pääsymerkillä on täysi pääsy tiliisi. +token_name=Pääsymerkin nimi +generate_token=Luo pääsymerkki +generate_token_succees=Pääsymerkkisi luotiin onnistuneesti! Varmista että kopioit sen juuri nyt, koska et voi nähdä sitä uudelleen myöhemmin! +delete_token=Poista +access_token_deletion=Henkilökohtaisen pääsymerkin poisto +access_token_deletion_desc=Tämän henkilökohtaisen pääsymerkin poistaminen poistaa kaikki siihen liittyvät pääsyt sovellukseen. Haluatko jatkaa? +delete_token_success=Henkilökohtainen pääsymerkki on poistettu onnistuneesti! Älä unohda päivittää sovellustasi myös. + +delete_account=Poista tilisi +delete_prompt=Toiminto poistaa tilisi pysyvästi ja tätä EI VOI peruuttaa myöhemmin! +confirm_delete_account=Varmista poisto +delete_account_title=Tilin poisto +delete_account_desc=Tämä tili poistetaan lopullisesti, haluatko jatkaa? + +[repo] +owner=Omistaja +repo_name=Repon nimi +repo_name_helper=Hyvä repon nimi yleensä koostuu lyhyistä, mieleenpainuvista ja ainutlaatuisista avainsanoista. +visibility=Näkyvyys +visiblity_helper=Tämä repo on yksityinen +visiblity_helper_forced=Sivuston ylläpito on pakottanut kaikkien uusien repojen olevan yksityisiä +visiblity_fork_helper=(Arvon vaihtaminen vaikuttaa kaikkiin forkkeihin) +clone_helper=Tarvitsetko apua kloonauksessa? Vieraile osoitteessa Apua! +fork_repo=Forkkaa repo +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 +license=Lisenssi +license_helper=Valitse lisenssitiedosto +readme=Lueminut-tiedosto +readme_helper=Valitse Lueminut-malli +auto_init=Alusta tämä repo valituilla tiedostoilla ja mallilla +create_repo=Luo repo +default_branch=Oletus branch +mirror_interval=Peili aikaväli (tuntia) +mirror_address=Peili osoite +mirror_address_desc=Ole hyvä ja liitä osoitteeseen tarvittavat käyttäjätunnukset. +watchers=Tarkkailijat +stargazers=Tähtiharrastajat +forks=Haarat + +form.reach_limit_of_creation=Omistaja on saavuttanut maksimi luontirajan %d repoa. +form.name_reserved=Repon nimi '%s' on varattu. +form.name_pattern_not_allowed=Repon nimi mallia '%s' ei ole sallittu. + +need_auth=Tarvitaan lupa +migrate_type=Siirtotyyppi +migrate_type_helper=Tämä repo tulee olemaan peili +migrate_repo=Siirrä repo +migrate.clone_address=Kloonaa osoite +migrate.clone_address_desc=Tämä voi olla HTTP/HTTPS/GIT URL tai paikallisen palvelimen polku. +migrate.permission_denied=Sinun ei sallita tuovan paikallisia repoja. +migrate.invalid_local_path=Virheellinen paikallinen polku, ei ole olemassa tai ei ole hakemisto. +migrate.failed=Siirto epäonnistui: %v + +mirror_from=peilaus alkaen +forked_from=forkattu lähteestä +fork_from_self=Et voi forkata repoa jonka jo omistat! +copy_link=Kopioi +copy_link_success=Kopioitu! +copy_link_error=Paina ⌘-C tai Ctrl-C kopioidaksesi +copied=Kopioitu OK +unwatch=Lopeta tarkkailu +watch=Tarkkaile +unstar=Peru ääni +star=Äänestä +fork=Fork + +no_desc=Ei kuvausta +quick_guide=Pikaopas +clone_this_repo=Kloonaa tämä repo +create_new_repo_command=Luo uusi repo komentoriviltä +push_exist_repo=Työnnä olemassaoleva repo komentoriviltä +repo_is_empty=Tämä repo on tyhjä, ole hyvä ja tule takaisin myöhemmin! + +code=Koodi +branch=Branch +tree=Puu +filter_branch_and_tag=Suodata haara tai tagi +branches=Branchit +tags=Tagit +issues=Ongelmat +pulls=Pull-pyynnöt +labels=Tunnisteet +milestones=Merkkipaalut +commits=Commitit +releases=Julkaisut +file_raw=Raaka +file_history=Historia +file_view_raw=Näytä raaka +file_permalink=Pysyvä linkki + +commits.commits=Commitit +commits.search=Etsi commiteista +commits.find=Etsi +commits.author=Tekijä +commits.message=Viesti +commits.date=Päivämäärä +commits.older=Vanhemmat +commits.newer=Uudemmat + +issues.new=Uusi ongelma +issues.new.labels=Tunnisteet +issues.new.no_label=Ei tunnistetta +issues.new.clear_labels=Tyhjennä tunnisteet +issues.new.milestone=Merkkipaalu +issues.new.no_milestone=Ei merkkipaalua +issues.new.clear_milestone=Tyhjennä merkkipaalu +issues.new.open_milestone=Avoimet merkkipaalut +issues.new.closed_milestone=Suljetut merkkipaalut +issues.new.assignee=Osoitettu +issues.new.clear_assignee=Tyhjennä osoitettu +issues.new.no_assignee=Ei osoitettua +issues.create=Ilmoita ongelma +issues.new_label=Uusi tunniste +issues.new_label_placeholder=Tunnisteen nimi... +issues.create_label=Luo tunniste +issues.open_tab=%d avoinna +issues.close_tab=%d suljettu +issues.filter_label=Tunniste +issues.filter_label_no_select=Ei valittua tunnistetta +issues.filter_milestone=Merkkipaalu +issues.filter_milestone_no_select=Ei valittua merkkipaalua +issues.filter_assignee=Osoitettu +issues.filter_assginee_no_select=Ei valittua osoitettua +issues.filter_type=Tyyppi +issues.filter_type.all_issues=Kaikki ongelmat +issues.filter_type.assigned_to_you=Osoitettu sinulle +issues.filter_type.created_by_you=Ilmoittamasi +issues.filter_type.mentioning_you=Jotka mainitsee sinut +issues.filter_sort=Lajittele +issues.filter_sort.latest=Uusin +issues.filter_sort.oldest=Vanhin +issues.filter_sort.recentupdate=Äskettäin päivitetty +issues.filter_sort.leastupdate=Kauiten aikaa sitten päivitetty +issues.filter_sort.mostcomment=Eniten kommentoidut +issues.filter_sort.leastcomment=Vähiten kommentoidut +issues.opened_by=%[1]s avasi %[3]s +issues.opened_by_fake=%[1]s avasi %[2]s +issues.previous=Edellinen +issues.next=Seuraava +issues.open_title=Avoinna +issues.closed_title=Suljettu +issues.num_comments=%d kommenttia +issues.commented_at=`kommentoi %[2]s` +issues.no_content=Sisältöä ei vielä ole. +issues.close_issue=Sulje +issues.close_comment_issue=Kommentoi ja sulje +issues.reopen_issue=Avaa uudelleen +issues.reopen_comment_issue=Kommentoi ja avaa uudelleen +issues.create_comment=Kommentoi +issues.closed_at=`suljettu %[2]s` +issues.reopened_at=`avattu uudelleen %[2]s` +issues.commit_ref_at=`viittasi tähän ongelmaan commitissa %[2]s` +issues.poster=Tekijä +issues.collaborator=Yhteistyökumppani +issues.owner=Omistaja +issues.sign_up_for_free=Rekisteröidy ilmaiseksi +issues.sign_in_require_desc=liittyäksesi tähän keskusteluu. Onko sinulla jo tili? Kirjaudu sisään kommentoidaksesi +issues.edit=Muokkaa +issues.cancel=Peruuta +issues.save=Tallenna +issues.label_title=Tunnisteen nimi +issues.label_color=Tunnisteen väri +issues.label_count=%d tunnistetta +issues.label_open_issues=%d avointa ongelmaa +issues.label_edit=Muokkaa +issues.label_delete=Poista +issues.label_modify=Tunnisteen muokkaus +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 + +pulls.new=Uusi pull pyyntö +pulls.compare_changes=Vertaa muutoksia +pulls.compare_changes_desc=Vertaa kahta branchia ja tee pull-pyyntö muutoksista. +pulls.compare_base=base +pulls.compare_compare=vertaa +pulls.filter_branch=Suodata branch +pulls.no_results=Tuloksia ei löytynyt. +pulls.nothing_to_compare=Ei ole mitään verrattavaa koska base ja head branchit ovat tasoissa. +pulls.has_pull_request=`On olemassa jo pull pyyntö näiden kohteiden välillä: %[2]s#%[3]d` +pulls.create=Luo Pull-pyyntö +pulls.title_desc=haluaa yhdistää %[1]d committia lähteestä %[2]s kohteeseen %[3]s +pulls.merged_title_desc=yhdistetty %[1]d committia lähteestä %[2]s kohteeseen %[3]s %[4]s +pulls.tab_conversation=Keskustelu +pulls.tab_commits=Commitit +pulls.tab_files=Muuttuneet tiedostot +pulls.reopen_to_merge=Ole hyvä ja avaa uudelleen tämä pull-pyyntö suorittaaksesi yhdistämisen. +pulls.merged=Yhdistetty +pulls.has_merged=Tämä pull-pyyntö on yhdistetty onnistuneesti! +pulls.data_broken=Tämän pull-pyynnön tiedot ovat rikkoutuneet koska fork tiedot on poistettu. +pulls.is_checking=Konfliktin tarkistus on yhä meneillään, ole hyvä ja päivitä sivu hetken kuluttua. +pulls.can_auto_merge_desc=Tämä pull-pyyntö voidaan yhdistää automaattisesti. +pulls.cannot_auto_merge_desc=Tätä pull-pyyntöä ei voi yhdistää automaattisesti koska on konflikteja. +pulls.cannot_auto_merge_helper=Ole hyvä ja yhdistä manuaalisesti konfliktien ratkaisemiseksi. +pulls.merge_pull_request=Yhdistä Pull-pyyntö +pulls.open_unmerged_pull_exists=`Et voi suorittaa uudelleenavaus toimintoa koska on jo olemassa pull-pyyntö (#%d) samasta reposta samoilla yhdistämistiedoilla ja odottaa yhdistämistä.` + +milestones.new=Uusi merkkipaalu +milestones.open_tab=%d avoinna +milestones.close_tab=%d suljettu +milestones.closed=Suljettu %s +milestones.no_due_date=Ei määräpäivää +milestones.open=Avaa uudelleen +milestones.close=Sulje +milestones.new_subheader=Luo merkkipaalut järjestääksesi ongelmasi. +milestones.create=Luo merkkipaalu +milestones.title=Otsikko +milestones.desc=Kuvaus +milestones.due_date=Määräpäivä (valinnainen) +milestones.clear=Tyhjennä +milestones.invalid_due_date_format=Määräpäivän muoto on virheellinen, täytyy olla 'vvvv-kk-pp'. +milestones.create_success=Merkkipaalu '%s' on luotu onnistuneesti! +milestones.edit=Muokkaa merkkipaalua +milestones.edit_subheader=Käytä parempaa kuvausta merkkipaaluille jotta ihmiset eivät hämmenny. +milestones.cancel=Peruuta +milestones.modify=Muokkaa merkkipaalua +milestones.edit_success=Muutokset merkkipaaluun '%s' on tallennettu onnistuneesti! +milestones.deletion=Merkkipaalun poistaminen +milestones.deletion_desc=Tämän merkkipaalun poistaminen poistaa sen tiedot kaikissa siihen liittyvissä ongelmissa. Haluatko jatkaa? +milestones.deletion_success=Merkkipaalu on poistettu onnistuneesti! + +wiki=Wiki +wiki.welcome=Tervetuloa Wikiin! +wiki.welcome_desc=Wiki on paikka, johon voitte dokumentoida projektia yhdessä ja tehdä siitä paremman. +wiki.create_first_page=Luo ensimmäinen sivu +wiki.page=Sivu +wiki.filter_page=Suodatin sivu +wiki.new_page=Luo uusi sivu +wiki.default_commit_message=Kirjoita huomautus tähän päivitykseen (valinnainen). +wiki.save_page=Tallenna sivu +wiki.last_commit_info=%s muokkasi tätä sivua %s +wiki.edit_page_button=Muokkaa +wiki.new_page_button=Uusi sivu +wiki.delete_page_button=Poista sivu +wiki.delete_page_notice_1=Tämä poistaa sivun "%s". Varmista että haluat todella tehdä tämän. +wiki.page_already_exists=Wiki-sivu, jolla on sama nimi on jo olemassa. +wiki.pages=Sivut +wiki.last_updated=Viimeksi päivitetty: %s + +settings=Asetukset +settings.options=Valinnaiset +settings.collaboration=Yhteistyö +settings.hooks=Webkoukut +settings.githooks=Git koukut +settings.basic_settings=Perusasetukset +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.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.use_external_issue_tracker=Käytä ulkoista vikaseurantaa +settings.tracker_url_format=Ulkoisen vikaseurannan URL muoto +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 +settings.new_owner_has_same_repo=Uudella omistajalla on jo samanniminen repo. Ole hyvä ja valitse toinen nimi. +settings.convert=Muunna tavalliseksi repoksi +settings.convert_desc=Voit muuntaa tämän peilin tavalliseksi repoksi. Tätä ei voi peruuttaa. +settings.convert_notices_1=- Tämä toiminto muuntaa tämän repon peilin tavalliseksi repoksi ja sitä ei voi peruuttaa. +settings.convert_confirm=Vahvista muunnos +settings.convert_succeed=Repo on muunnetettu tavallisen tyyppiseksi onnistuneesti. +settings.transfer=Siirrä omistajuus +settings.transfer_desc=Tämän repon siirtäminen toiselle käyttäjälle tai organisaatiolle johon sinulla on ylläpito oikeudet. +settings.transfer_notices_1=- Voit menettää pääsyn jos uusi omistaja on yksittäinen käyttäjä. +settings.transfer_notices_2=- Voit pitää oikeutesi jos uusi omistaja on organisaatio ja olet yksi omistajista. +settings.transfer_form_title=Kirjoita seuraavat tiedot varmistaaksesi toimintosi: +settings.wiki_delete=Poista wiki tiedot +settings.wiki_delete_desc=Kun poistat wiki tiedot, niin ei ole paluuta. Varmista että haluat todella tehdä tämän. +settings.wiki_delete_notices_1=- Tämä poistaa ja ottaa pois käytöstä %s wikin +settings.wiki_deletion_success=Repo wiki tiedot on poistettu onnistuneesti. +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.deletion_success=Repo on poistettu onnistuneesti! +settings.update_settings_success=Repom asetukset on päivitetty onnistuneesti. +settings.transfer_owner=Uusi omistaja +settings.make_transfer=Tee siirto +settings.transfer_succeed=Arkiston omistusoikeus on siirretty onnistuneesti. +settings.confirm_delete=Vahvista poisto +settings.add_collaborator=Lisää uusi yhteistyökumppani +settings.add_collaborator_success=Uusi yhteistyökumppani on lisätty. +settings.delete_collaborator=Poista +settings.collaborator_deletion=Yhteistyökumppanin poistaminen +settings.collaborator_deletion_desc=Tällä käyttäjällä ei tule enää olemaan yhteistyö pääsyä tähän repoon poistamisen jälkeen. Haluatko jatkaa? +settings.remove_collaborator_success=Yhteistyökumppani on poistettu. +settings.search_user_placeholder=Etsi käyttäjä... +settings.org_not_allowed_to_be_collaborator=Yhteistyökumppaniksi ei voi lisätä organisaatiota. +settings.user_is_org_member=Käyttäjä on organisaation jäsen, jota ei voi lisätä yhteistyökumppaniksi. +settings.add_webhook=Lisää webkoukku +settings.hooks_desc=Webkoukut muistuttavat paljon perus HTTP POST tapahtuma laukaisimia. Aina kun jotain tapahtuu Gogsissa, käsittelemme ilmoituksen määrittäämääsi kohteeseen. Lisätietoja webkoukku oppaassa. +settings.webhook_deletion=Poista webkoukku +settings.webhook_deletion_desc=Tämän webkoukun poistaminen poistaa sen tiedot ja kaiken toimitushistorian. Haluatko jatkaa? +settings.webhook_deletion_success=Webkoukku on poistettu onnistuneesti! +settings.webhook.test_delivery=Testitoimitus +settings.webhook.test_delivery_desc=Lähetä väärennetty push toimitusjakelu testataksesi webkoukku asetuksia +settings.webhook.test_delivery_success=Testi webkoukku on lisätty toimitusjonoon. Muutama sekunti voi mennä ennenkuin se näkyy toimitushistoriassa. +settings.webhook.request=Pyyntö +settings.webhook.response=Vastaus +settings.webhook.headers=Otsikot +settings.webhook.payload=Payload +settings.webhook.body=Body +settings.githooks_desc=Git koukkujen voimanlähteenä on Git itse, voit muokata tuettujen koukkujen tiedostoja allaolevassa luettelossa suorittaaksesi mukautettuja toimintoja. +settings.githook_edit_desc=Jos koukku ei ole käytössä, esitellään esimerkkisisältö. Sisällön jättäminen tyhjäksi arvoksi poistaa tämän koukun käytöstä. +settings.githook_name=Koukun nimi +settings.githook_content=Koukun sisältö +settings.update_githook=Päivitys koukku +settings.add_webhook_desc=Gogs lähettää POST requestin määrittämääsi URLiin, mukaanlukien tapahtuneen eventin. Voit myös määrittää millaisen tiedostomuodon haluat saada koukun lauettua (JSON, x-www-form-urlencoded, XML, jne). Lisätietoa löytyy meidän koukut oppaasta. +settings.payload_url=Payload URL +settings.content_type=Sisältötyyppi +settings.secret=Salaus +settings.slack_username=Käyttäjätunnus +settings.slack_icon_url=Kuvakkeen URL +settings.slack_color=Väri +settings.event_desc=Milloin pitäisi tämän webkoukun laueta? +settings.event_push_only=Vain push tilanteessa. +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_push=Push +settings.event_push_desc=Git push repoon +settings.active=Aktiivinen +settings.active_helper=Yksityiskohdat koskien tapahtumaa joka laukaisi koukun toimitetaan myös. +settings.add_hook_success=Uusi webkoukku on lisätty. +settings.update_webhook=Päivitä webkoukku +settings.update_hook_success=Webkoukku on päivitetty. +settings.delete_webhook=Poista webkoukku +settings.recent_deliveries=Viimeisimmät toimitukset +settings.hook_type=Koukkutyyppi +settings.add_slack_hook_desc=Lisää Slack integraatio repoosi. +settings.slack_token=Pääsymerkki +settings.slack_domain=Verkkotunnus +settings.slack_channel=Kanava +settings.deploy_keys=Deploy avaimet +settings.add_deploy_key=Lisää deploy avain +settings.deploy_key_desc=Deploy avaimilla on vain luku-oikeudet. Ne eivät ole sama asia kuin henkilökohtaiset SSH avaimet. +settings.no_deploy_keys=Et ole lisännyt yhtään deploy avainta. +settings.title=Otsikko +settings.deploy_key_content=Sisältö +settings.key_been_used=Deploy avain sisältö on käytetty. +settings.key_name_used=Deploy avain samalla nimellä on jo olemassa. +settings.add_key_success=Uusi deploy avain '%s' on lisätty onnistuneesti! +settings.deploy_key_deletion=Poista deploy avain +settings.deploy_key_deletion_desc=Deploy avaimen poistaminen poistaa myös kaikki liitetyt käyttötiedot tästä reposta. Haluatko jatkaa? +settings.deploy_key_deletion_success=Deploy avain on poistettu onnistuneesti! + +diff.browse_source=Selaa lähdekoodia +diff.parent=vanhempi +diff.commit=commit +diff.data_not_available=Diff tiedot eivät ole saatavilla. +diff.show_diff_stats=Näytä diff tilastot +diff.show_split_view=Jaettu näkymä +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 + +release.releases=Julkaisut +release.new_release=Uusi julkaisu +release.draft=Työversio +release.prerelease=Esiversio +release.stable=Vakaa +release.edit=muokkaa +release.ahead=%d committia kohteeseen %s version jälkeen +release.source_code=Lähdekoodi +release.new_subheader=Julkaise versioita iteroidaksesi tuotetta. +release.edit_subheader=Yksityskohtainen muutosloki auttaa käyttäjiä ymmärtämään mitä on parannettu. +release.tag_name=Taginimi +release.target=Kohde +release.tag_helper=Valitse olemassaoleva tagi, tai luo uusi tagi julkaistaessa. +release.title=Otsikko +release.content=Sisältö +release.write=Kirjoita +release.preview=Esikatselu +release.loading=Ladataan... +release.prerelease_desc=Tämä on esiversio +release.prerelease_helper=Huomautamme että tämä versio ei ole tuotantovalmis. +release.cancel=Peruuta +release.publish=Julkaise versio +release.save_draft=Tallenna luonnos +release.edit_release=Muokkaa versiota +release.delete_release=Poista tämä versio +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.downloads=Lataukset + +[org] +org_name_holder=Organisaatio +org_full_name_holder=Organisaation täydellinen nimi +org_name_helper=Parhaat organisaationimet ovat lyhyitä ja mieleenpainuvia. +create_org=Luo organisaatio +repo_updated=Päivitetty +people=Ihmiset +invite_someone=Kutsu joku +teams=Tiimit +lower_members=jäsenet +lower_repositories=repot +create_new_team=Luo uusi tiimi +org_desc=Kuvaus +team_name=Tiimin nimi +team_desc=Kuvaus +team_name_helper=Käytät tätä nimeä mainitessasi tämän tiimin keskusteluissa. +team_desc_helper=Mistä on kyse tässä tiimissä? +team_permission_desc=Mikä käyttöoikeustaso tuliti tällä tiimillä olla? + +form.name_reserved=Organisaation nimi '%s' on varattu. +form.name_pattern_not_allowed=Organisaation nimi mallia '%s' ei ole sallittu. + +settings=Asetukset +settings.options=Valinnaiset +settings.full_name=Kokonimi +settings.website=Nettisivu +settings.location=Sijainti +settings.update_settings=Päivitä asetukset +settings.update_setting_success=Organisaatioasetukset on päivitetty onnistuneesti. +settings.change_orgname_prompt=Tämä muutos vaikuttaa siihen miten linkit liittyvät organisaatioon. +settings.update_avatar_success=Organisaation profiilikuva asetus on päivitetty onnistuneesti. +settings.delete=Poista organisaatio +settings.delete_account=Poista tämä organisaatio +settings.delete_prompt=Organisaatio poistetaan pysyvästi, ja tätä EI VOI peruuttaa myöhemmin! +settings.confirm_delete_account=Vahvista poisto +settings.delete_org_title=Organisaation poistaminen +settings.delete_org_desc=Tämä organisaatio poistetaan lopullisesti, haluatko jatkaa? +settings.hooks_desc=Lisää webkoukkuja jotka laukeavat kaikissa repoissa tässä organisaatiossa. + +members.membership_visibility=Jäsenyyden näkyvyys: +members.public=Julkinen +members.public_helper=muuta yksityiseksi +members.private=Yksityinen +members.private_helper=muuta julkiseksi +members.member_role=Jäsenen rooli: +members.owner=Omistaja +members.member=Jäsen +members.remove=Poista +members.leave=Poistu +members.invite_desc=Lisää uusi jäsen %s: +members.invite_now=Kutsu nyt + +teams.join=Liity +teams.leave=Poistu +teams.read_access=Lukuoikeus +teams.read_access_helper=Tämä tiimi tulee voimaan katsella ja kloonata reponsa. +teams.write_access=Kirjoitusoikeus +teams.write_access_helper=Tämä tiimi tulee voimaan katsella repojaan, sekä työntää niihin. +teams.admin_access=Ylläpito pääsy +teams.admin_access_helper=Tämä tiimi tulee voimaan tehdä push/pull repoihinsa, kuten myös lisäämään niihin muita työtovereita. +teams.no_desc=Tällä tiimillä ei ole kuvausta +teams.settings=Asetukset +teams.owners_permission_desc=Omistajilla on täysi pääsy kaikkiin repoihin ja omaavat ylläpito oikeudet organisaatioon. +teams.members=Ryhmän jäsenet +teams.update_settings=Päivitä asetukset +teams.delete_team=Poista tämä ryhmä +teams.add_team_member=Lisää tiimin jäsen +teams.delete_team_title=Ryhmän poistaminen +teams.delete_team_desc=Kun tämä tiimi poistetaan, tiimin jäsenet voivat menettää pääsyn joihinkin repoihin. Haluatko jatkaa? +teams.delete_team_success=Valittu tiimi on poistettu onnistuneesti. +teams.read_permission_desc=Tämä tiimi myöntää lukuoikeuden: jäsenet voivat katsella ja kloonata tiimin repot. +teams.write_permission_desc=Tämä tiimi myöntää kirjoitusoikeuden: jäsenet voivat lukea ja pushata tiimin repoihin. +teams.admin_permission_desc=Tämä tiimi myöntää ylläpito-oikeuden: jäsenet voivat lukea, pushata, ja lisätä yhteistyökumppaneita tiimin repoihin. +teams.repositories=Tiimin repot +teams.search_repo_placeholder=Etsi repo... +teams.add_team_repository=Lisää tiimirepo +teams.remove_repo=Poista +teams.add_nonexistent_repo=Repo jota yrität lisätä ei ole vielä olemassa, ole hyvä ja luo se ensin. + +[admin] +dashboard=Kojelauta +users=Käyttäjät +organizations=Organisaatiot +repositories=Repot +authentication=Todennukset +config=Asetukset +notices=Järjestelmän ilmoitukset +monitor=Valvonta +first_page=Ensimmäinen +last_page=Viimeisin +total=Yhteensä: %d + +dashboard.statistic=Statistiikka +dashboard.operations=Toiminnot +dashboard.system_status=Järjestelmänvalvonnan tila +dashboard.statistic_info=Gogs tietokannassa on %d käyttäjää, %d organisaatiota, %d julkista avainta, %d repoa, %d tarkkailijaa, %d tähteä, %d toimea, %d sisäänkirjautunutta, %d ongelmaa, %d kommenttia, %d sosiaalista tiliä, %d seuraajaa, %d peiliä, %d julkaisua, %d kirjautumis lähdettä, %d webkoukkua, %d merkkipaalua, %d tunnistetta, %d koukku tehtävää, %d tiimiä, %d päivitys tehtävää, %d liitetiedostoa. +dashboard.operation_name=Toiminnon nimi +dashboard.operation_switch=Vaihda +dashboard.operation_run=Suorita +dashboard.clean_unbind_oauth=Puhdista ei-liitetyt OAuthit +dashboard.clean_unbind_oauth_success=Kaikki ei-liitetyt OAuthit on poistettu onnistuneesti. +dashboard.delete_inactivate_accounts=Poista kaikki passiiviset tunnukset +dashboard.delete_inactivate_accounts_success=Kaikki ei-aktiiviset tilit on poistettu onnistuneesti. +dashboard.delete_repo_archives=Poista kaikki repo arkistot +dashboard.delete_repo_archives_success=Kaikki repo arkistot on poistettu onnistuneesti. +dashboard.delete_missing_repos=Poista kaikki repo tietueet jotka menettivät Git tiedostoja +dashboard.delete_missing_repos_success=Kaikki repo tietueet jotka menettivät Git tiedostoja on poistettu onnistuneesti. +dashboard.git_gc_repos=Suorita roskienkeruu repoille +dashboard.git_gc_repos_success=Kaikki repot ovat tehneet roskienkeruun onnistuneesti. +dashboard.resync_all_sshkeys=Uudelleenkirjoita '.ssh/authorized_keys' tiedosto (varoitus: ei-Gogs avaimet menetetään) +dashboard.resync_all_sshkeys_success=Kaikki julkiset avaimet on uudelleenkirjoitettu onnistuneesti. +dashboard.resync_all_update_hooks=Uudelleenkirjoita kaikki päivityskoukut repoista (tarvitaan mukautetun asetuspolun muuttuessa) +dashboard.resync_all_update_hooks_success=Kaikki repojen päivityskoukut on uudelleenkirjoitettu onnistuneesti. +dashboard.reinit_missing_repos=Resetoi kaikki repo tietueet jotka menettivät Git tiedostoja +dashboard.reinit_missing_repos_success=Kaikki repo tietueet jotka menettivät Git tiedostoja on resetoitu onnistuneesti. + +dashboard.server_uptime=Palvelimen Uptime +dashboard.current_goroutine=Nykyiset Goroutinet +dashboard.current_memory_usage=Nykyinen muistinkäyttö +dashboard.total_memory_allocated=Yhteensä muistia varattu +dashboard.memory_obtained=Muistia saatu +dashboard.pointer_lookup_times=Pointteri lookup ajat +dashboard.memory_allocate_times=Muistin varausajat +dashboard.memory_free_times=Muistin vapautusajat +dashboard.current_heap_usage=Nykyinen heap käyttö +dashboard.heap_memory_obtained=Heap muistia saatu +dashboard.heap_memory_idle=Heap muistia tyhjäkäynnillä +dashboard.heap_memory_in_use=Heap muistia käytössä +dashboard.heap_memory_released=Heap muisti vapautettu +dashboard.heap_objects=Heap objekteja +dashboard.bootstrap_stack_usage=Bootstrap pinon käyttö +dashboard.stack_memory_obtained=Pino muistia saatu +dashboard.mspan_structures_usage=MSpan rakenteiden käyttö +dashboard.mspan_structures_obtained=MSpan rakenteita saatu +dashboard.mcache_structures_usage=MCache rakenteiden käyttö +dashboard.mcache_structures_obtained=MCache rakenteita saatu +dashboard.profiling_bucket_hash_table_obtained=Profilointi Bucket Hash Table saatu +dashboard.gc_metadata_obtained=GC metatietoja saatu +dashboard.other_system_allocation_obtained=Muita järjestestelmän varauksia saatu +dashboard.next_gc_recycle=Seuraava GC kierrätys +dashboard.last_gc_time=Edellisen GC ajan jälkeen +dashboard.total_gc_time=Yhteensä GC tauko +dashboard.total_gc_pause=Yhteensä GC tauko +dashboard.last_gc_pause=Viime GC tauko +dashboard.gc_times=GC aikoja + +users.user_manage_panel=Käyttäjän hallita paneeli +users.new_account=Luo uusi tili +users.name=Nimi +users.activated=Aktivoitu +users.admin=Ylläpito +users.repos=Repot +users.created=Luotu +users.send_register_notify=Lähetä rekisteröinti-ilmoitus käyttäjälle +users.new_success=Uusi tili '%s' on luotu onnistuneesti. +users.edit=Muokkaa +users.auth_source=Todennuslähde +users.local=Paikallinen +users.auth_login_name=Vahvistuksen käyttäjänimi +users.password_helper=Jätä se tyhjäksi säilyttääksesi ennallaan. +users.update_profile_success=Tilisi profiili on päivitetty onnistuneesti. +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.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 +users.update_profile=Päivitä omat tiedot +users.delete_account=Poista tämä tili +users.still_own_repo=Tällä tilillä on yhä omistajuus ainakin yhteen repoon, sinun täytyy poistaa tai siirtää ne ensin. +users.still_has_org=Tällä tilillä on yhä jäsenyys ainakin yhteen organisaatioon, sinun täytyy jäädä pois tai poistaa organisaatiot ensin. +users.deletion_success=Tili on poistettu onnistuneesti! + +orgs.org_manage_panel=Organisaatio hallintapaneeli +orgs.name=Nimi +orgs.teams=Tiimit +orgs.members=Jäsenet + +repos.repo_manage_panel=Repo hallintapaneeli +repos.owner=Omistaja +repos.name=Nimi +repos.private=Yksityinen +repos.watches=Tarkkailijat +repos.stars=Äänet +repos.issues=Ongelmat + +auths.auth_manage_panel=Todennus hallintapaneeli +auths.new=Lisää uusi lähde +auths.name=Nimi +auths.type=Tyyppi +auths.enabled=Käytössä +auths.updated=Päivitetty +auths.auth_type=Todennustyyppi +auths.auth_name=Todennusnimi +auths.domain=Verkkotunnus +auths.host=Isäntä +auths.port=Portti +auths.bind_dn=Liitä DN +auths.bind_password=Liitä salasana +auths.bind_password_helper=Varoitus: Tämä salasana tallennetaan tavallisena tekstinä. Älä käytä korkeasti etuoikeutetulla tilillä. +auths.user_base=Käyttäjä hakuperuste +auths.user_dn=Käyttäjä DN +auths.attribute_username=Käyttäjänimen määrite +auths.attribute_username_placeholder=Jätä tyhjäksi käyttääksesi kirjautumislomakkeen käyttäjänimeä. +auths.attribute_name=Etunimen määrite +auths.attribute_surname=Sukunimen määrite +auths.attribute_mail=Sähköposti määrite +auths.attributes_in_bind=Nouda määritteet liitä DN sisällöstä +auths.filter=Käyttäjäsuodatin +auths.admin_filter=Ylläpitosuodatin +auths.ms_ad_sa=MS Ad SA +auths.smtp_auth=SMTP todennustyyppi +auths.smtphost=SMTP isäntä +auths.smtpport=SMTP portti +auths.allowed_domains=Sallitut verkkotunnukset +auths.allowed_domains_helper=Jätä tyhjäksi jos et rajoita yhtään verkkotunnusta. Useat verkkotunnukset erotetaan pilkulla ','. +auths.enable_tls=Ota käyttöön TLS-salaus +auths.skip_tls_verify=Ohita TLS tarkistaminen +auths.pam_service_name=PAM palvelun nimi +auths.enable_auto_register=Ota käyttöön automaattinen rekisteröinti +auths.tips=Vinkit +auths.edit=Muokkaa todennusasetusta +auths.activated=Tämä todennus on aktivoitu +auths.new_success=Uusi todennus '%s' on luotu onnistuneesti. +auths.update_success=Todennusasetus on päivitetty onnistuneesti. +auths.update=Päivitä todennusasetus +auths.delete=Poista tämä todennus +auths.delete_auth_title=Todennuksen poistaminen +auths.delete_auth_desc=Tämä todennus poistetaan, haluatko jatkaa? +auths.still_in_used=Tämä todennus on yhä joidenkin käyttäjien käytössä, ole hyvä ja poista tai muunna nämä käyttäjät toiselle kirjaututumistyypille ensin. +auths.deletion_success=Todennus on poistettu onnistuneesti! + +config.server_config=Palvelin asetukset +config.app_name=Sovellus nimi +config.app_ver=Sovellus versio +config.app_url=Sovellus URL +config.domain=Verkkotunnus +config.offline_mode=Offline-tila +config.disable_router_log=Poista käytöstä reitittimen loki +config.run_user=Suorita käyttäjänä +config.run_mode=Suoritustila +config.repo_root_path=Repon juuren polku +config.static_file_root_path=Staattisen tiedoston juuren polku +config.log_file_root_path=Lokitiedoston juuren polku +config.script_type=Komentosarjan tyyppi +config.reverse_auth_user=Käänteinen todennus käyttäjä + +config.ssh_config=SSH asetukset +config.ssh_enabled=Käytössä +config.ssh_start_builtin_server=Käynnistä sisäänrakennettu palvelin +config.ssh_domain=Verkkotunnus +config.ssh_port=Portti +config.ssh_listen_port=Kuuntele porttia +config.ssh_root_path=Juuren polku +config.ssh_key_test_path=Polku jossa avaimet testataan +config.ssh_keygen_path=Keygen ('ssh-keygen') polku +config.ssh_minimum_key_size_check=Avaimen vähimmäiskoko tarkistus +config.ssh_minimum_key_sizes=Avaimen vähimmäiskoot + +config.db_config=Tietokannan asetukset +config.db_type=Tyyppi +config.db_host=Isäntä +config.db_name=Nimi +config.db_user=Käyttäjä +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 +config.show_registration_button=Näytä rekisteröidy painike +config.require_sign_in_view=Vaadi sisäänkirjautuminen nähdäksesi +config.mail_notify=Sähköposti ilmoitukset +config.disable_key_size_check=Poista käytöstä avaimen vähimmäiskoko tarkistus +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 +config.mailer_name=Nimi +config.mailer_host=Isäntä +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 +config.cookie_name=Evästenimi +config.enable_set_cookie=Ota käyttöön aseta eväste +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.log_config=Loki asetukset +config.log_mode=Loki tila + +monitor.cron=Cron tehtävät +monitor.name=Nimi +monitor.schedule=Aikataulu +monitor.next=Seuraava aika +monitor.previous=Edellinen aika +monitor.execute_times=Suoritusajat +monitor.process=Käynnissä olevat prosessit +monitor.desc=Kuvaus +monitor.start=Alkamisaika +monitor.execute_time=Suoritusaika + +notices.system_notice_list=Järjestelmän ilmoitukset +notices.view_detail_header=Näytä ilmoituksen tiedot +notices.actions=Toiminnot +notices.select_all=Valitse kaikki +notices.deselect_all=Poista kaikki valinnat +notices.inverse_selection=Käänteinen valinta +notices.delete_selected=Poista valitut +notices.delete_all=Poista kaikki ilmoitukset +notices.type=Tyyppi +notices.type_1=Repo +notices.desc=Kuvaus +notices.op=Toiminta +notices.delete_success=Järjestelmän ilmoitukset on poistettu onnistuneesti. + +[action] +create_repo=luotu repo %s +rename_repo=uudelleennimetty repo %[1]s nimelle %[3]s +commit_repo=pushattu kohteeseen %[3]s paikassa %[4]s +create_issue=`avasi ongelman %s#%[2]s` +close_issue=`sulki ongelman %s#%[2]s` +reopen_issue=`avasi uudelleen ongelman %s#%[2]s` +create_pull_request=`luotu pull-pyyntö %s#%[2]s` +close_pull_request=`sulki pull-pyynnön %s#%[2]s` +reopen_pull_request=`avasi uudelleen pull-pyynnön %s#%[2]s` +comment_issue=`kommentoi ongelmaa %s#%[2]s` +merge_pull_request=`yhdistetty pull-pyyntö %s#%[2]s` +transfer_repo=siirretty repo %s kohteeseen %s +push_tag=pushattu tagi %[2]s kohteeseen %[3]s +compare_commits=Näytä vertailu näille %d commiteille + +[tool] +ago=sitten +from_now=alkaen nyt +now=nyt +1s=1 sekunti %s +1m=1 minuutti %s +1h=1 tunti %s +1d=1 päivä %s +1w=1 viikko %s +1mon=1 kuukausi %s +1y=1 vuosi %s +seconds=%d sekuntia %s +minutes=%d minuuttia %s +hours=%d tuntia %s +days=%d päivää %s +weeks=%d viikkoa %s +months=%d kuukautta %s +years=%d vuotta %s +raw_seconds=sekuntia +raw_minutes=minuuttia + +[dropzone] +default_message=Pudota tiedostot tähän tai klikkaa lataamista varten. +invalid_input_type=Tämäntyyppisiä tiedostoja ei voi ladata. +file_too_big=Tiedostokoko ({{filesize}} MB) koko ylittää enimmäiskoon ({{maxFilesize}} MB). +remove_file=Poista tiedosto + diff --git a/conf/locale/locale_fr-FR.ini b/conf/locale/locale_fr-FR.ini index 82e331987..70ffea682 100755 --- a/conf/locale/locale_fr-FR.ini +++ b/conf/locale/locale_fr-FR.ini @@ -26,31 +26,24 @@ captcha=Captcha repository=Dépôt organization=Organisation mirror=Miroir -new_repo=Nouveau Dépôt +new_repo=Nouveau dépôt new_migrate=Nouvelle migration new_mirror=Nouveau miroir -new_fork=Nouveau Fork -new_org=Nouvelle Organisation -manage_org=Gérer les Organisations +new_fork=Nouveau fork +new_org=Nouvelle organisation +manage_org=Gérer les organisations admin_panel=Administration -account_settings=Paramètres du Compte +account_settings=Paramètres du compte settings=Paramètres your_profile=Votre profil your_settings=Vos paramètres -news_feed=Flux d'actualités +activities=Activités pull_requests=Pull Requests -issues=Problèmes +issues=Tickets cancel=Annuler -[search] -search=Rechercher... -repository=Dépôt -user=Utilisateur -issue=Problème -code=Code - [install] install=Installation title=Instructions pour la première exécution @@ -65,18 +58,18 @@ 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 -sqlite_helper=Le chemin du fichier de la base de données SQLite3 ou TiDB. +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 "-". no_admin_and_disable_registration=Vous ne pouvez pas désactiver l'enregistrement sans créer un compte administrateur. err_empty_admin_password=Le mot de passe du compte administrateur ne peut être vide. -general_title=Paramètres Généraux de Gogs +general_title=Paramètres généraux de Gogs app_name=Nom de l'application app_name_helper=Inscrivez fièrement le nom de votre organisation ici ! -repo_path=Emplacement Racine du Dépôt +repo_path=Emplacement racine des dépôts repo_path_helper=Tous les dépôts Git distants seront sauvegardés ici. -run_user=Entrer un Utilisateur +run_user=Utilisateur système run_user_helper=L'utilisateur doit avoir accès à la racine des dépôts et exécuter Gogs. domain=Domaine domain_helper=Cela affecte les doublons d'URL SSH. @@ -84,8 +77,10 @@ ssh_port=Port SSH ssh_port_helper=Numéro de port utilisé par votre serveur SSH, le laisser vide pour désactiver la fonctionnalité. http_port=Port HTTP http_port_helper=Numéro de port que l'application écoutera. -app_url=URL de l'Application +app_url=URL de l'application app_url_helper=Cela affecte les doublons d'URL HTTP/HTTPS et le contenu d'e-mail. +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 @@ -122,13 +117,14 @@ run_user_not_match=L'utilisateur entré n'est pas l'utilisateur actuel : %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 [home] uname_holder=Nom d'Utilisateur ou E-mail -password_holder=Mot de Passe +password_holder=Mot de passe switch_dashboard_context=Basculer le Contexte du Tableau de Bord my_repos=Mes dépôts -collaborative_repos=Référentiels collaboratifs +collaborative_repos=Dépôts collaboratifs my_orgs=Mes Organisations my_mirrors=Mes Miroirs view_home=Voir %s @@ -136,27 +132,29 @@ view_home=Voir %s issues.in_your_repos=Dans vos dépôts [explore] -repos=Référentiels +repos=Dépôts +users=Utilisateurs +search=Rechercher [auth] -create_new_account=Créer un Nouveau Compte +create_new_account=Créer un nouveau compte register_hepler_msg=Déjà enregistré ? Connectez-vous ! -social_register_hepler_msg=Possesseur d'un compte ? Associez-le ! +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. remember_me=Se souvenir de moi forgot_password=Mot de Passe oublié forget_password=Mot de Passe oublié ? -sign_up_now=Pas de compte ? Créer maintenant. +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 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 courriel (%s) n'a pas été confirmée. Si vous n'avez reçu aucun courriel de confirmation ou souhaitez renouveler l'envoi, appuyez sur le bouton ci-dessous. +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 email_not_associate=Cette adresse e-mail n'est associée à aucun compte. send_reset_mail=Cliquez ici pour (r)envoyer le mail de réinitialisation du mot de passe -reset_password=Réinitialiser le Mot de Passe -invalid_code=Désolé, code de confirmation invalide ou expiré. +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. @@ -173,11 +171,11 @@ no=Non modify=Modifier [form] -UserName=Nom d'Utilisateur +UserName=Nom d'utilisateur RepoName=Nom du dépôt Email=Adresse E-mail -Password=Mot de Passe -Retype=Confirmez le Mot de Passe +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 @@ -203,7 +201,6 @@ repo_name_been_taken=Nom de dépôt déjà utilisé. org_name_been_taken=Nom d'organisation déjà pris. team_name_been_taken=Nom d'équipe déjà pris. email_been_used=Adresse e-mail déjà utilisée. -illegal_team_name=Le nom de l'équipe contient des caractères interdits. username_password_incorrect=Nom d'utilisateur ou mot de passe incorrect. enterred_invalid_repo_name=Veuillez vérifier que le nom saisi du dépôt soit correct. enterred_invalid_owner_name=Veuillez vérifier que le nom du propriétaire saisi soit correct. @@ -219,17 +216,15 @@ still_own_repo=Votre compte comporte toujours des propriétés du dépôt. Vous 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_user=Cette authentification a déjà servi à d'autres utilisateurs. Veuillez les déplacer puis supprimez à nouveau. - target_branch_not_exist=La branche cible n'existe pas. [user] change_avatar=Changez d'avatar via gravatar.com -change_custom_avatar=Changer votre avatar dans les paramètres -join_on=Adhéré le -repositories=Référentiels -activity=Activités publiques -followers=Abonnés +change_custom_avatar=Changez votre avatar dans les paramètres +join_on=Inscrit le +repositories=Dépôts +activity=Activité publique +followers=abonnés starred=Votés following=Abonnements follow=Suivre @@ -248,10 +243,10 @@ orgs=Organisations delete=Supprimer le Compte uid=ID d'Utilisateur -public_profile=Profil Public +public_profile=Profil public profile_desc=Votre adresse e-mail est publique et sera utilisée pour les notifications relatives au compte, ainsi que pour toute opération Web effectuée via le site. password_username_disabled=Les utilisateurs non-locaux n'ont pas le droit de modifier leur nom d'utilisateur. -full_name=Nom Complet +full_name=Nom complet website=Site Web location=Localisation update_profile=Valider les modifications @@ -262,15 +257,14 @@ continue=Continuer cancel=Annuler enable_custom_avatar=Activer l'Avatar personnalisé -enable_custom_avatar_helper=Cette option désactive l'affichage via Gravatar choose_new_avatar=Sélectionner un nouvel avatar update_avatar=Mettre à jour l'avatar +delete_current_avatar=Supprimer l'avatar actuel uploaded_avatar_not_a_image=Le fichier téléchargé n'est pas une image. -no_custom_avatar_available=Aucun avatar personnalisé disponible, activation impossible. 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 +change_password=Modifier le mot de passe +old_password=Mot de passe actuel new_password=Nouveau Mot de Passe retype_new_password=Retapez le nouveau mot de passe password_incorrect=Mot de passe actuel incorrect. @@ -284,12 +278,12 @@ primary=Principale primary_email=Définir comme principale delete_email=Supprimer email_deletion=Suppression de l'adresse mél -email_deletion_desc=Supprimer cette adresse mél supprimera les informations associées à votre compte. Voulez-vous continuer ? +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 ! -add_new_email=Ajouter une nouvelle adresse courriel -add_email=Ajouter un courriel +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. -add_email_success=Votre courriel a été ajouté avec succès. +add_email_success=Votre nouvelle adresse e-mail a été ajoutée avec succès. manage_ssh_keys=Gérer les clés SSH add_key=Ajouter une Clé @@ -341,10 +335,10 @@ repo_name_helper=Idéalement, le nom d'un dépot devrait être court, mémorable visibility=Visibilité visiblity_helper=Ce dépôt est privé visiblity_helper_forced=L'administrateur du site a forcé tous les nouveaux dépôts à être privés -visiblity_fork_helper=(Les changement de cette valeur affecteront tous les embranchements) +visiblity_fork_helper=(Les changement de cette valeur affecteront tous les forks) clone_helper=Besoin d'aide pour dupliquer ? Visitez l'aide ! fork_repo=Créer un fork du dépôt -fork_from=Scission de +fork_from=Fork de fork_visiblity_helper=La visibilité d'un fork ne peut pas être modifiée. repo_desc=Description repo_lang=Langue @@ -361,14 +355,14 @@ mirror_address=Adresse du miroir mirror_address_desc=Veuillez inclure les informations d'identification nécessaires dans l'adresse. watchers=Observateurs stargazers=Stargazers -forks=Embranchements +forks=Forks form.reach_limit_of_creation=Le propriétaire a atteint le nombre maximal de %d dépôts créés. form.name_reserved=Le nom de dépôt '%s' est réservé. form.name_pattern_not_allowed=Motif '%s' interdit pour les noms de dépôt. need_auth=Nécessite une Autorisation -migrate_type=Type de Migration +migrate_type=Type de migration migrate_type_helper=Ce dépôt sera un miroir migrate_repo=Migrer le dépôt migrate.clone_address=Adresse du clone @@ -388,7 +382,7 @@ unwatch=Ne plus suivre watch=Suivre unstar=Retirer le vote star=Voter -fork=Embranchement +fork=Fork no_desc=Aucune description quick_guide=Introduction rapide @@ -403,7 +397,7 @@ tree=Aborescence filter_branch_and_tag=Filtrer une branche ou un tag branches=Branches tags=Tags -issues=Problèmes +issues=Tickets pulls=Pull Requests labels=Etiquettes milestones=Étapes @@ -423,7 +417,7 @@ commits.date=Date commits.older=Précédemment commits.newer=Récemment -issues.new=Nouveau Problème +issues.new=Nouveau ticket issues.new.labels=Etiquettes issues.new.no_label=Pas d'étiquette issues.new.clear_labels=Effacer les étiquettes @@ -448,9 +442,9 @@ issues.filter_milestone_no_select=Aucun jalon sélectionné issues.filter_assignee=Assigné issues.filter_assginee_no_select=Pas d'assignataire selectionné issues.filter_type=Type -issues.filter_type.all_issues=Tous les problèmes +issues.filter_type.all_issues=Tous les tickets issues.filter_type.assigned_to_you=Qui vous sont assignés -issues.filter_type.created_by_you=Créé(es) par vous +issues.filter_type.created_by_you=Crées par vous issues.filter_type.mentioning_you=Vous mentionnant issues.filter_sort=Trier issues.filter_sort.latest=Plus récent @@ -459,25 +453,25 @@ issues.filter_sort.recentupdate=Mis à jour récemment issues.filter_sort.leastupdate=Moins récemment mis à jour issues.filter_sort.mostcomment=Les plus commentés issues.filter_sort.leastcomment=Les moins commentés -issues.opened_by=Ouvrir %[1]s by %[3]s +issues.opened_by=Créé %[1]s par %[3]s issues.opened_by_fake=ouvert %[1]s par %[2]s issues.previous=Page Précédente 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=`commenté à %[2]s` issues.no_content=Il n'existe pas encore de contenu. issues.close_issue=Fermer issues.close_comment_issue=Commenter et fermer issues.reopen_issue=Réouvrir issues.reopen_comment_issue=Commenter et réouvrir issues.create_comment=Créer un commentaire -issues.closed_at="fermé à %[2]s" -issues.reopened_at='réouvert à %[2]s' +issues.closed_at=`fermé à %[2]s"` +issues.reopened_at=`réouvert à %[2]s` issues.commit_ref_at=`a référencé ce problème à partir d'un commit %[2]s` issues.poster=Publier -issues.admin=Admin +issues.collaborator=Collaborateur issues.owner=Propriétaire issues.sign_up_for_free=Inscrivez-vous gratuitement issues.sign_in_require_desc=pour rejoindre cette conversation. Vous avez déjà un compte ? Connectez-vous commenter @@ -487,13 +481,14 @@ issues.save=Enregistrer issues.label_title=Nom du Label issues.label_color=Couleur du Label issues.label_count=%d labels -issues.label_open_issues=%d problèmes ouverts +issues.label_open_issues=%d tickets ouverts issues.label_edit=Éditer issues.label_delete=Supprimer issues.label_modify=Modification du Label issues.label_deletion=Suppression du Label -issues.label_deletion_desc=Cette opération supprimera également toutes les informations relatives aux problèmes. Voulez-vous continuer ? +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 pulls.new=Nouvelle Pull Request pulls.compare_changes=Comparer les changements @@ -513,7 +508,7 @@ pulls.tab_files=Fichiers modifiés pulls.reopen_to_merge=Veuillez rouvrir cette demande de Pull Request pour effectuer l'opération de fusion. pulls.merged=Fusionné pulls.has_merged=Cette Pull Request a été fusionnée avec succès ! -pulls.data_broken=Les données de cette demande de rattachement ont été compromise en raison de la suppression d'informations sur l'embranchement. +pulls.data_broken=Les données de cette pull request ont été compromises en raison de la suppression d'informations sur le fork. pulls.is_checking=La recherche de conflits est toujours en cours, veuillez rafraichir la page dans quelques instants. pulls.can_auto_merge_desc=Cette pull request peut être fusionnée automatiquement. pulls.cannot_auto_merge_desc=Cette pull request ne peut être fusionnée automatiquement à cause de conflits. @@ -528,7 +523,7 @@ milestones.closed=%s fermé milestones.no_due_date=Aucune date d'échéance milestones.open=Ouvrir milestones.close=Fermer -milestones.new_subheader=Créez des jalons pour organiser vos problèmes. +milestones.new_subheader=Créez des jalons pour organiser vos tickets. milestones.create=Créer un Jalon milestones.title=Titre milestones.desc=Description @@ -542,7 +537,7 @@ milestones.cancel=Annuler milestones.modify=Modifier le Jalon milestones.edit_success=Le Jalon '%s' a été modifié avec succès ! milestones.deletion=Supprimer le Jalon -milestones.deletion_desc=Supprimer ce Jalon effacera ses informations dans tous les problèmes relatifs. Voulez-vous continuer ? +milestones.deletion_desc=Supprimer ce jalon effacera ses informations dans tous les tickets relatifs. Voulez-vous continuer ? milestones.deletion_success=Le Jalon a été supprimé avec succès ! wiki=Wiki @@ -557,6 +552,8 @@ wiki.save_page=Enregistrer la page wiki.last_commit_info=%s a édité cette page %s wiki.edit_page_button=Modifier wiki.new_page_button=Nouvelle Page +wiki.delete_page_button=Supprimer la page +wiki.delete_page_notice_1=Cela supprimera la page "%s". Soyez-en sûr. wiki.page_already_exists=Une page de wiki avec le même nom existe déjà. wiki.pages=Pages wiki.last_updated=Dernière mise à jour: %s @@ -570,7 +567,7 @@ settings.basic_settings=Paramètres de base 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.advanced_settings=Paramètres avancés settings.wiki_desc=Activer le wiki pour permettre l'écriture de documents settings.use_external_wiki=Utiliser un wiki externe settings.external_wiki_url=URL Wiki externe @@ -581,19 +578,28 @@ settings.tracker_url_format=Format d'URL du bug tracker 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 -settings.transfer=Transférer les propriétés -settings.transfer_desc=Transférer ce dépôt à un autre utilisateur ou une organisation dont vous possédez des droits d'administrateur. settings.new_owner_has_same_repo=Le nouveau propriétaire a déjà un dépôt nommé ainsi. -settings.delete=Supprimer ce dépôt -settings.delete_desc=Attention, action irréversible. Soyez sûr de vous. +settings.convert=Convertir en dépôt ordinaire +settings.convert_desc=Vous pouvez convertir ce miroir en dépôt ordinaire. Cela ne peut pas être inversée. +settings.convert_notices_1=- Cette opération va convertir ce dépôt miroir en un dépôt standard et ne peut être annulée. +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_2=-Vous préserverez l'accès si le nouveau propriétaire est une organisation et si vous y appartenez. +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 +settings.wiki_delete_desc=Une fois que vous effacez les données du wiki, on ne peut revenir en arrière. Soyez-en sûr. +settings.wiki_delete_notices_1=- Cela va supprimer et désactiver le wiki pour %s +settings.wiki_deletion_success=Le dépôt de données wiki ont été effacés avec succès. +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, problèmes, commentaires et accès des collaborateurs. +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 embranchements seront supprimés en même temps. -settings.delete_notices_fork_3=-Si vous souhaitez conserver tous les embranchements après suppression, veuillez tout d'abord modifier la visibilité de ce dépôt en public. +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.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 @@ -602,15 +608,19 @@ settings.transfer_succeed=Le contrôle du dépôt a été transféré avec succ settings.confirm_delete=Confirmer la suppression settings.add_collaborator=Ajouter un collaborateur settings.add_collaborator_success=Nouveau collaborateur ajouté. +settings.delete_collaborator=Supprimer +settings.collaborator_deletion=Suppression d'un collaborateur +settings.collaborator_deletion_desc=Cet utilisateur n'aura plus accès pour collaborer à ce dépôt après sa suppression. Voulez-vous continuer? settings.remove_collaborator_success=Collaborateur supprimé. settings.search_user_placeholder=Rechercher un utilisateur... +settings.org_not_allowed_to_be_collaborator=Une organisation n'est pas autorisée à être ajoutée en tant que collaborateur. settings.user_is_org_member=Cet utilisateur ne peut pas être ajouté en tant que collaborateur car il fait partie d'une organisation. settings.add_webhook=Ajouter un Webhook settings.hooks_desc=Les Webhooks sont des déclencheurs de POST HTTP . Lorsque qu'un événement se produit dans Gogs, une notification sera envoyée vers l'hôte cible préalablement spécifié. Apprenez-en davantage dans le Guide des Webhooks. settings.webhook_deletion=Supprimer le Webhook settings.webhook_deletion_desc=Supprimer ce webhook va supprimer ses informations et l'historique de livraison. Voulez-vous continuer ? settings.webhook_deletion_success=Le webhook a été supprimé avec succès ! -settings.webhook.test_delivery=Tester la publication +settings.webhook.test_delivery=Tester la version settings.webhook.test_delivery_desc=Envoyer un faux push pour tester la configuration des webhooks settings.webhook.test_delivery_success=Le webhook de test a été ajouté à la file d'attente de livraison. L'affichage dans l'historique de livraison peut prendre quelques secondes. settings.webhook.request=Requête @@ -681,7 +691,7 @@ release.prerelease=Pré-publication release.stable=Stable release.edit=Éditer release.ahead=%d commits jusqu'à %s depuis cette publication -release.source_code=Code Source +release.source_code=Code source release.new_subheader=Publier une version pour itérer sur le produit. release.edit_subheader=Un changelog détaillé peut aider les utilisateurs à comprendre ce qui a été amélioré. release.tag_name=Nom du tag @@ -697,12 +707,12 @@ release.prerelease_helper=Nous soulignerons que cette version est considérée c release.cancel=Annuler release.publish=Publier release.save_draft=Sauvegarder le Brouillon -release.edit_release=Éditer la publication +release.edit_release=Modifier la 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 publication avec ce nom de tag existe déjà. +release.tag_name_already_exist=Une version avec ce nom de tag existe déjà. release.downloads=Téléchargements [org] @@ -715,7 +725,7 @@ people=Contacts invite_someone=Inviter quelqu'un teams=Équipes lower_members=Membres -lower_repositories=Référentiels +lower_repositories=dépôts create_new_team=Créer une Nouvelle Équipe org_desc=Description team_name=Nom d'Équipe @@ -742,7 +752,7 @@ settings.delete_prompt=Cela supprimera cette organisation définitivement. Cette settings.confirm_delete_account=Confirmez la suppression settings.delete_org_title=Suppression d'organisation settings.delete_org_desc=Cette organisation sera définitivement supprimée. Continuer ? -settings.hooks_desc=Ajoute des Webhooks qui seront activés pour tous les Référentiels de cette organisation. +settings.hooks_desc=Ajoute des vebhooks qui seront activés pour tous les dépôts de cette organisation. members.membership_visibility=Visibilité des membres: members.public=Public @@ -760,14 +770,14 @@ members.invite_now=Envoyer une invitation teams.join=Rejoindre teams.leave=Quitter teams.read_access=Accès en Lecture -teams.read_access_helper=Cette équipe aura la possibilité de voir et dupliquer ses Référentiels. +teams.read_access_helper=Cette équipe aura la possibilité de voir et cloner ses dépôts. teams.write_access=Accès en Écriture -teams.write_access_helper=Cette équipe possèdera aussi bien des droits de lecture que d'écriture sur ses Référentiels. +teams.write_access_helper=Cette équipe possèdera aussi bien des droits de lecture que d'écriture sur ses dépôts. teams.admin_access=Accès Administrateur teams.admin_access_helper=Cette équipe possèdera des droits de lecture, d'écriture, ainsi que le pouvoir d'ajouter des collaborateurs. teams.no_desc=Aucune description teams.settings=Paramètres -teams.owners_permission_desc=Les propriétaires possèdent les droits d'administrateur et disposent d'un accès complet à tous les Référentiels de l'organisation. +teams.owners_permission_desc=Les propriétaires possèdent les droits d'administrateur et disposent d'un accès complet à tous les dépôts de l'organisation. teams.members=Membres de L'Équipe teams.update_settings=Valider teams.delete_team=Supprimer cette Équipe @@ -775,10 +785,10 @@ teams.add_team_member=Ajouter un Membre teams.delete_team_title=Suppression de l'équipe teams.delete_team_desc=Cette équipe sera supprimée. Les membres pourraient perdre leurs accès à certains dépôts. teams.delete_team_success=Équipe supprimée avec succès. -teams.read_permission_desc=Cette équipe permet l'accès en lecture : les membres peuvent voir et dupliquer ses Référentiels. -teams.write_permission_desc=Cette équipe permet l'accès en écriture : les membres peuvent participer à ses Référentiels. -teams.admin_permission_desc=Cette équipe permet l'accès en administrateur : les membres peuvent voir, participer et ajouter des collaborateurs à ses Référentiels. -teams.repositories=Référentiels de l'Équipe +teams.read_permission_desc=Cette équipe permet l'accès en lecture : les membres peuvent voir et dupliquer ses dépôts. +teams.write_permission_desc=Cette équipe permet l'accès en écriture : les membres peuvent participer à ses dépôts. +teams.admin_permission_desc=Cette équipe permet l'accès en administrateur : les membres peuvent voir, participer et ajouter des collaborateurs à ses dépôts. +teams.repositories=Dépôts de l'Équipe teams.search_repo_placeholder=Rechercher dans le dépôt... teams.add_team_repository=Ajouter un Dépôt à l'Équipe teams.remove_repo=Supprimer @@ -788,19 +798,19 @@ teams.add_nonexistent_repo=Dépôt inexistant, veuillez d'abord le créer. dashboard=Tableau de bord users=Utilisateurs organizations=Organisations -repositories=Référentiels +repositories=Dépôts authentication=Authentifications config=Configuration notices=Notes Systèmes -monitor=Supervision +monitor=Surveillance first_page=Première last_page=Dernière total=Total : %d dashboard.statistic=Statistiques dashboard.operations=Opérations -dashboard.system_status=État du Moniteur Système -dashboard.statistic_info=La base de données Gogs contient %d utilisateurs, %d organisations, %d clés publiques, %d Référentiels, %d suivis, %d votes, %d actions, %d accès, %d problèmes, %d commentaires, %d comptes de réseaux sociaux, %d abonnements, %d miroirs, %d publications, %d connexions d'origine, %d webhooks, %d milestones, %d labels, %d tâches hook, %d équipes, %d tâches de mise à jour, %d fichiers. +dashboard.system_status=État du système +dashboard.statistic_info=La base de données Gogs contient %d utilisateurs, %d organisations, %d clés publiques, %d dépôts, %d surveillances de dépôts, %d votes, %d actions, %d accès, %d tickets, %d commentaires, %d comptes de réseaux sociaux, %d abonnements, %d miroirs, %d versions, %d connexions d'origine, %d webhooks, %d versions, %d labels, %d tâches hook, %d équipes, %d tâches de mise à jour, %d fichiers. dashboard.operation_name=Nom de l'Opération dashboard.operation_switch=Basculer dashboard.operation_run=Exécuter @@ -808,16 +818,18 @@ dashboard.clean_unbind_oauth=Nettoyer les associations OAuthes dashboard.clean_unbind_oauth_success=Tous unbind OAuthes ont été supprimés avec succès. dashboard.delete_inactivate_accounts=Supprimer tous les comptes inactifs dashboard.delete_inactivate_accounts_success=Tous les comptes inactifs ont été supprimés avec succès. -dashboard.delete_repo_archives=Supprimer toutes les archives de référentiels -dashboard.delete_repo_archives_success=Toutes les archives des référentiels ont été supprimées avec succès. +dashboard.delete_repo_archives=Supprimer toutes les archives des dépôts +dashboard.delete_repo_archives_success=Toutes les archives des dépôts ont été supprimées avec succès. dashboard.delete_missing_repos=Supprimer tous les dépôts ayant perdu leurs fichiers Git dashboard.delete_missing_repos_success=Tous les dépôts ayant perdu leurs fichiers Git ont été supprimés avec succès. -dashboard.git_gc_repos=Collecter les déchets des référentiels +dashboard.git_gc_repos=Collecter les déchets des dépôts dashboard.git_gc_repos_success=Tous les dépôts ont effectué la collecte avec succès. dashboard.resync_all_sshkeys=Ré-écrire le fichier '.ssh/authorized_keys' (attention : les clés hors-Gogs vont être perdues) dashboard.resync_all_sshkeys_success=Toutes les clés publiques ont été ré-écrites avec succès. dashboard.resync_all_update_hooks=Ré-écrire tous les hooks de mises à jour des dépôts (requis quand le chemin de la configuration personnalisé est modifié) -dashboard.resync_all_update_hooks_success=Les mises à jour de hook des référentiels ont toutes été réécrites avec succès. +dashboard.resync_all_update_hooks_success=Tous les hooks de mises à jour des dépôts ont été ré-écris avec succès. +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.current_goroutine=Goroutines actuelles @@ -874,7 +886,7 @@ users.allow_import_local=Ce compte dispose des permissions nécessaire à l'impo users.update_profile=Mettre à jour le profil users.delete_account=Supprimer ce Compte users.still_own_repo=Ce compte possède toujours des dépôts. Vous devez d'abord les supprimer ou les transférer. -users.still_has_org=Ce compte a toujours membres de l'organisation, vous avez à gauche ou supprimez tout d'abord. +users.still_has_org=Ce compte est toujours membre d'une ou plusieurs organisations. Vous devez d'abord les supprimer ou en retirer ce compte. users.deletion_success=Le compte a été supprimé avec succès ! orgs.org_manage_panel=Gestion des Organisations @@ -888,7 +900,7 @@ repos.name=Nom repos.private=Privé repos.watches=Suivi par repos.stars=Votes -repos.issues=Problèmes +repos.issues=Tickets auths.auth_manage_panel=Panel d'administration des authentifications auths.new=Ajouter une nouvelle source d'authentification @@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Laisser vide pour utiliser la valeur du for auths.attribute_name=Attribut du prénom auths.attribute_surname=Attribut du nom de famille auths.attribute_mail=Attribut de l'e-mail +auths.attributes_in_bind=Aller chercher les attributs dans le contexte de liaison DN auths.filter=Filtre utilisateur auths.admin_filter=Filtre administrateur auths.ms_ad_sa=Ms Ad SA @@ -932,22 +945,36 @@ auths.update=Mettre à jour les paramètres d'authentifications auths.delete=Supprimer cette authentification auths.delete_auth_title=Suppression de l'authentification auths.delete_auth_desc=Cette authentification va être supprimée. voulez-vous continuer ? +auths.still_in_used=Cette authentification est encore utilisée par d'autres utilisateurs, supprimez-les ou convertir ces utilisateurs vers un autre type de session, avant. auths.deletion_success=L'authentification a été supprimée avec succès ! config.server_config=Configuration du Serveur -config.app_name=Nom de l'Application -config.app_ver=Version de l'Application -config.app_url=URL de l'Application +config.app_name=Nom de l'application +config.app_ver=Version de l'application +config.app_url=URL de l'application config.domain=Domaine config.offline_mode=Mode hors-ligne config.disable_router_log=Désactiver la Journalisation du Routeur -config.run_user=Entrer un Utilisateur +config.run_user=Utilisateur système config.run_mode=Mode d'Éxécution config.repo_root_path=Emplacement des Dépôts -config.static_file_root_path=Emplacement Racine du Fichier Statique +config.static_file_root_path=Chemin statique des fichiers racines config.log_file_root_path=Emplacement Racine du Fichier Journal config.script_type=Type de Script config.reverse_auth_user=Annuler l'Authentification de l'Utilisateur + +config.ssh_config=Configuration SSH +config.ssh_enabled=Activé +config.ssh_start_builtin_server=Démarrer le serveur intégré +config.ssh_domain=Domaine +config.ssh_port=Port +config.ssh_listen_port=Port d'écoute +config.ssh_root_path=Emplacement racine +config.ssh_key_test_path=Chemin de test des clés +config.ssh_keygen_path=Chemin vers le générateur de clefs ("ssh-keygen") +config.ssh_minimum_key_size_check=Vérification de la longueur de clé minimale +config.ssh_minimum_key_sizes=Tailles de clé minimales + config.db_config=Configuration de la Base de Données config.db_type=Type config.db_host=Hôte @@ -958,12 +985,11 @@ 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 courriel -config.disable_register=Désactiver l'Enregistrement +config.register_email_confirm=Nécessite une confirmation par e-mail +config.disable_register=Désactiver les inscriptions config.show_registration_button=Afficher le bouton d'enregistrement -config.require_sign_in_view=Connexion Obligatoire pour Visualiser -config.enable_cache_avatar=Activer le Cache d'Avatar -config.mail_notify=Mailer les Notifications +config.require_sign_in_view=Connexion obligatoire pour visualiser +config.mail_notify=Notifier par mail config.disable_key_size_check=Désactiver la vérification de la taille de clé minimale config.enable_captcha=Activez le Captcha config.active_code_lives=Limites de Code Actif @@ -972,32 +998,35 @@ 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 Maileur +config.mailer_config=Configuration du service de mail config.mailer_enabled=Activé config.mailer_disable_helo=Désactiver HELO config.mailer_name=Nom config.mailer_host=Hôte 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=Configurer le Fournisseur -config.cookie_name=Nom du Cookie -config.enable_set_cookie=Activer les Cookies +config.session_config=Configuration de session +config.session_provider=Fournisseur de session +config.provider_config=Configuration du fournisseur +config.cookie_name=Nom du cookie +config.enable_set_cookie=Activer les cookies config.gc_interval_time=Intervals GC -config.session_life_time=Durée de Session +config.session_life_time=Durée des sessions config.https_only=HTTPS uniquement -config.cookie_life_time=Expiration du Cookie +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.log_config=Configuration du Journal -config.log_mode=Mode du Journal +config.log_mode=Mode du journal monitor.cron=Tâches Cron monitor.name=Nom @@ -1005,7 +1034,7 @@ monitor.schedule=Planification monitor.next=Suivant monitor.previous=Précédent monitor.execute_times=Nombre d'Éxécutions -monitor.process=Processus en cours d'Éxécution +monitor.process=Processus en cours d'éxécution monitor.desc=Description monitor.start=Heure de Démarrage monitor.execute_time=Heure d'Éxécution @@ -1029,7 +1058,11 @@ create_repo=a créé le dépôt %s rename_repo=rebaptisé le dépôt de %[1]s à %[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` +reopen_issue=`tickets ré-ouverts %s#%[2]s` create_pull_request=`pull request créée le %s#%[2]s` +close_pull_request=`pull request fermé %s#%[2]s` +reopen_pull_request=`pull request ré-ouverte %s#%[2]s` comment_issue=`a commenté le problème %s#%[2]s` merge_pull_request=`pull request fusionné le %s#%[2]s` transfer_repo=a transféré le dépôt %s à %s diff --git a/conf/locale/locale_it-IT.ini b/conf/locale/locale_it-IT.ini index e656f2005..fbc54fceb 100755 --- a/conf/locale/locale_it-IT.ini +++ b/conf/locale/locale_it-IT.ini @@ -38,19 +38,12 @@ settings=Impostazioni your_profile=Il tuo profilo your_settings=Impostazioni -news_feed=Notizie +activities=Attivitá pull_requests=Pull Request issues=Problemi cancel=Annulla -[search] -search=Ricerca... -repository=Repository -user=Utente -issue=Problema -code=Codice - [install] install=Installazione title=Passi d'installazione per il primo avvio @@ -65,7 +58,7 @@ db_name=Nome del database db_helper=Utilizza il motore INNODB con codifica utf8_general_ci per MySQL. ssl_mode=Modalità SSL path=Percorso -sqlite_helper=Il percorso file del database SQLite3 o TiDB. +sqlite_helper=Il path assoluto per il database SQLite3 o TiDB.
Per favore usa il path assoluto quando lo avvii come servizio. err_empty_db_path=Il percorso file del database SQLite3 o TiDB non può essere vuoto. err_invalid_tidb_name=Il nome del database TiDB non ammette caratteri "." e "-". no_admin_and_disable_registration=Non puoi disabilitare la registrazione senza aver creato un amministratore. @@ -79,13 +72,15 @@ repo_path_helper=Tutti i repository Git remoti saranno salvati in questa directo run_user=Esegui con l'utente run_user_helper=L'utente deve avere accesso al percorso root del repository e avviare Gogs. domain=Dominio -domain_helper=Questo modifica lo SSH clone URLs. +domain_helper=Questo influisce sugli URL per il clonaggio via SSH. ssh_port=Porta SSH ssh_port_helper=Numero di porta utilizzato dal server SSH, lasciare vuoto per disabilitare l'integrazione SSH. http_port=Porta HTTP http_port_helper=Porta di ascolto dell'applicazione. app_url=URL Applicazione app_url_helper=Questo influisce sugli URL per il clonaggio via HTTP/HTTPS e da qualche parte nella posta elettronica. +log_root_path=Percorso dei log +log_root_path_helper=Directory in cui scrivere i file di log. optional_title=Impostazioni Facoltative email_title=Impostazioni E-mail @@ -122,6 +117,7 @@ run_user_not_match=Run user non è l'utente corrente: %s -> %s save_config_failed=Fallito il salvataggio della configurazione: %v invalid_admin_setting=Impostazioni account Admin non valide: %v install_success=Benvenuto! Siamo felici che tu abbia scelto Gogs, buon divertimento. +invalid_log_root_path=Log root path is invalid: %v [home] uname_holder=Nome Utente o E-mail @@ -137,6 +133,8 @@ issues.in_your_repos=Nei tuoi repository [explore] repos=Repository +users=Utenti +search=Cerca [auth] create_new_account=Crea un nuovo Account @@ -203,7 +201,6 @@ repo_name_been_taken=Il nome del Repository è già utilizzato. org_name_been_taken=Il nome dell'Organizzazione è già utlizzato. team_name_been_taken=Il nome del Team è già utilizzato. email_been_used=L'indirizzo E-mail è già utilizzato. -illegal_team_name=Il nome del Team contiene caratteri non validi. username_password_incorrect=Nome utente o password incorretti. enterred_invalid_repo_name=Si prega di assicurarsi che il nome del repository inserito sia corretto. enterred_invalid_owner_name=Si prega di assicurarsi che il nome del proprietario inserito sia corretto. @@ -219,8 +216,6 @@ still_own_repo=Il tuo account possiede ancora almeno un repository, dovete prima still_has_org=Il tuo account è ancora associato ad almeno un'organizzazione, disassociarsi prima. org_still_own_repo=Questa organizzazione ha ancora la proprietà del repository, dovete cancellarla o trasferirli prima. -still_own_user=Questa autenticazione è ancora in uso da almeno un utente, per favore rimuovili dall'autenticazione e riprova. - target_branch_not_exist=Il ramo (branch) di destinazione non esiste. [user] @@ -262,11 +257,10 @@ continue=Continua cancel=Annulla enable_custom_avatar=Abilita avatar personalizzato -enable_custom_avatar_helper=Seleziona per disabilitare il fetch da Gravatar choose_new_avatar=Scegli un nuovo avatar update_avatar=Aggiorna le impostazioni avatar +delete_current_avatar=Elimina Avatar attuale uploaded_avatar_not_a_image=Il file caricato non è un'immagine. -no_custom_avatar_available=Nessun avatar personalizzato disponibile, impossibile abilitarlo. update_avatar_success=Le tue impostazioni avatar sono state aggiornate con successo. change_password=Cambia Password @@ -467,7 +461,7 @@ issues.open_title=Aperto issues.closed_title=Chiuso issues.num_comments=%d commenti issues.commented_at=`commented %[2]s` -issues.no_content=There is no content yet. +issues.no_content=Non ci sono ancora contenuti. issues.close_issue=Chiudi issues.close_comment_issue=Commenta e chiudi issues.reopen_issue=Riapri @@ -477,12 +471,12 @@ 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=Autore -issues.admin=Amministratore +issues.collaborator=Collaboratori issues.owner=Proprietario issues.sign_up_for_free=Registrati gratuitamente -issues.sign_in_require_desc=to join this conversation. Already have an account? Sign in to comment +issues.sign_in_require_desc=per partecipare a questa conversazione. Possiedi già un account?Fai il login per commentare issues.edit=Modifica -issues.cancel=Cancel +issues.cancel=Annulla issues.save=Salva issues.label_title=Nome etichetta issues.label_color=Colore etichetta @@ -494,46 +488,47 @@ issues.label_modify=Modifica Etichetta 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 pulls.new=Nuova Pull Request pulls.compare_changes=Confronta le modifiche pulls.compare_changes_desc=Confronta due branch e fai una pull request per le modifiche. pulls.compare_base=base pulls.compare_compare=confronta -pulls.filter_branch=Filter branch +pulls.filter_branch=Filtra branch pulls.no_results=Nessun risultato trovato. -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.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.tab_conversation=Conversazione -pulls.tab_commits=Commits +pulls.tab_commits=Commit pulls.tab_files=File modificati pulls.reopen_to_merge=Riapri questa pull request per effettuare il merge. -pulls.merged=Merged -pulls.has_merged=This pull request has been merged successfully! -pulls.data_broken=Data of this pull request has been broken due to deletion of fork information. -pulls.is_checking=The conflict checking is still in progress, please refresh page in few moments. -pulls.can_auto_merge_desc=This pull request can be merged automatically. -pulls.cannot_auto_merge_desc=This pull request can't be merged automatically because there are conflicts. +pulls.merged=Unito +pulls.has_merged=Questa pull reqeust è stata mergiata 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. +pulls.cannot_auto_merge_desc=Questa pull request non può essere mergiata automaticamente perchè ci sono dei conflitti. pulls.cannot_auto_merge_helper=Effettua il merge manualmente per risolvere i conflitti. pulls.merge_pull_request=Unisci Pull Request 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.` milestones.new=Nuova Milestone -milestones.open_tab=%d Open -milestones.close_tab=%d Closed -milestones.closed=Closed %s -milestones.no_due_date=No due date -milestones.open=Open -milestones.close=Close -milestones.new_subheader=Create milestones to organize your issues. +milestones.open_tab=%d Aperti +milestones.close_tab=%d Chiusi +milestones.closed=Chiuso %s +milestones.no_due_date=Nessuna data di scadenza +milestones.open=Apri +milestones.close=Chiudi +milestones.new_subheader=Crea delle milestones per organizzare le tue issues. milestones.create=Crea Milestone milestones.title=Titolo milestones.desc=Descrizione milestones.due_date=Data di scadenza (opzionale) -milestones.clear=Clear +milestones.clear=Pulisci milestones.invalid_due_date_format=Il formato della data di scadenza non è valido, deve essere 'yyyy-mm-dd'. milestones.create_success=La Milestone '%s' è stata creata con successo! milestones.edit=Modifica Milestone @@ -557,6 +552,8 @@ wiki.save_page=Salva pagina wiki.last_commit_info=%s ha modificato questa pagina %s wiki.edit_page_button=Modifica wiki.new_page_button=Nuova pagina +wiki.delete_page_button=Cancella Pagina +wiki.delete_page_notice_1=Questo cancellerà lapagina "%s". Si prega di esserne certi. wiki.page_already_exists=Esiste già una pagina Wiki con questo stesso nome. wiki.pages=Pagine wiki.last_updated=Ultimo aggiornamento: %s @@ -575,25 +572,34 @@ settings.wiki_desc=Abilitare il wiki per consentire alle persone di scrivere doc 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=Enable builtin lightweight issue tracker +settings.issues_desc=Abilita l'issue tracker builtin leggero settings.use_external_issue_tracker=Utilizza gestore di problemi esterno settings.tracker_url_format=External Issue Tracker URL Format 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.pulls_desc=Abilita le pull requests per accettare contributi pubblici settings.danger_zone=Zona Pericolosa +settings.new_owner_has_same_repo=Il nuovo proprietario ha già un repository con lo stesso nome. Per favore scegli un altro nome. +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.transfer=Trasferisci proprietà settings.transfer_desc=Trasferisci questa repository a un altro utente o a un'organizzazione nella quale hai diritti d'amministratore. -settings.new_owner_has_same_repo=Il nuovo proprietario ha già un repository con lo stesso nome. Per favore scegli un altro nome. -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.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=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_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=- If you want to keep all forks after deletion, please change visibility of this repository to public first. +settings.delete_notices_fork_3=- Se vuoi mantenere i forks dopo la cancellazione, per piacere cambia la visibilità di questo repository in pubblica. 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 @@ -602,19 +608,23 @@ settings.transfer_succeed=Proprietà del repository trasferita con successo. settings.confirm_delete=Conferma eliminazione settings.add_collaborator=Aggiungi nuovo collaboratore settings.add_collaborator_success=Il nuovo collaboratore è stato aggiunto. +settings.delete_collaborator=Elimina +settings.collaborator_deletion=Eliminazione collaboratore +settings.collaborator_deletion_desc=Questo utente non potrà più collaborare a questo repository dopo l'eliminazione. Si desidera continuare? settings.remove_collaborator_success=Il collaboratore è stato rimosso. settings.search_user_placeholder=Cerca utente... +settings.org_not_allowed_to_be_collaborator=Un'organizzazione non può essere aggiunta come collaboratore. settings.user_is_org_member=L'utente è un membro dell'organizzazione che non può essere aggiunto come collaboratore. 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.test_delivery=Test Delivery +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. -settings.webhook.request=Request -settings.webhook.response=Response +settings.webhook.request=Richiesta +settings.webhook.response=Risposta settings.webhook.headers=Headers settings.webhook.payload=Payload settings.webhook.body=Body @@ -627,17 +637,17 @@ settings.add_webhook_desc=Gogs manderà una richiesta POST all'URL settings.payload_url=Payload URL settings.content_type=Content Type settings.secret=Secret -settings.slack_username=Username +settings.slack_username=Nome utente settings.slack_icon_url=URL icona -settings.slack_color=Color +settings.slack_color=Colore settings.event_desc=Quali eventi dovrebbero innescare questo webhook? settings.event_push_only=Solo l'evento push. -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_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_push=Push -settings.event_push_desc=Git push to a repository +settings.event_push_desc=Git push in un repository settings.active=Attivo settings.active_helper=Anche i dettagli riguardanti l'evento che ha innescato l'hook saranno inviati. settings.add_hook_success=Il nuovo webhook è stato aggiunto. @@ -651,25 +661,25 @@ settings.slack_token=Token settings.slack_domain=Dominio settings.slack_channel=Canale settings.deploy_keys=Dispiega Chiavi -settings.add_deploy_key=Add Deploy Key -settings.deploy_key_desc=Deploy key only has read-only access. It is not same as personal account SSH keys. -settings.no_deploy_keys=You haven't added any deploy key. -settings.title=Title -settings.deploy_key_content=Content -settings.key_been_used=Deploy key content has been used. -settings.key_name_used=Deploy key with the same name already exists. -settings.add_key_success=New deploy key '%s' has been added successfully! -settings.deploy_key_deletion=Delete Deploy Key -settings.deploy_key_deletion_desc=Deleting this deploy key will remove all related accesses for this repository. Do you want to continue? -settings.deploy_key_deletion_success=Deploy key has been deleted successfully! +settings.add_deploy_key=Aggiungi Deploy Key +settings.deploy_key_desc=Le deploy keys hanno accesso in sola lettura. Non equivalgono alle chiavi SSH personali. +settings.no_deploy_keys=Non hai aggiunto alcuna deploy key. +settings.title=Titolo +settings.deploy_key_content=Contenuto +settings.key_been_used=La deploy key è già in uso. +settings.key_name_used=Esiste già una deploy key con questo nome. +settings.add_key_success=La nuova deploy key '%s' è stata aggiunta con successo! +settings.deploy_key_deletion=Elimina Deploy Key +settings.deploy_key_deletion_desc=Cancellando questa deploy key verrà rismosso ogni accesso relativo a questa repository. Vuoi continuare? +settings.deploy_key_deletion_success=Deploy key eliminata con successo! diff.browse_source=Sfoglia il codice sorgente diff.parent=parent diff.commit=commit diff.data_not_available=Diff Data non disponibile. diff.show_diff_stats=Mostra Diff Stats -diff.show_split_view=Split View -diff.show_unified_view=Unified View +diff.show_split_view=Visualizzazione separata +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 @@ -687,27 +697,27 @@ release.edit_subheader=Detailed change log can help users understand what has be release.tag_name=Nome tag release.target=Obbiettivo release.tag_helper=Scegli un tag esistente o crea un nuovo tag una volta pubblicato. -release.title=Title -release.content=Content +release.title=Titolo +release.content=Contenuto release.write=Scrivi release.preview=Anteprima release.loading=Caricamento... release.prerelease_desc=Questo è un pre-rilascio release.prerelease_helper=Precisiamo che questo rilascio non è pronta per la produzione. -release.cancel=Cancel +release.cancel=Annulla release.publish=Pubblica Rilascio release.save_draft=Salva Bozza release.edit_release=Modifica Rilascio -release.delete_release=Delete This Release -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.delete_release=Cancela questa Release +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.downloads=Download [org] org_name_holder=Nome dell'Organizzazione -org_full_name_holder=Organization Full Name +org_full_name_holder=Nome completo dell'organizzazione org_name_helper=Le migliori organizzazioni hanno nomi brevi e memorabili. create_org=Crea Organizzazione repo_updated=Aggiornato @@ -734,7 +744,7 @@ settings.website=Sito Web settings.location=Residenza settings.update_settings=Aggiorna Impostazioni settings.update_setting_success=Impostazioni dell'organizzazione aggiornate con successo. -settings.change_orgname_prompt=This change will affect how links relate to the organization. +settings.change_orgname_prompt=Questa operazione modificherà il modo in cui i links sono in relazione con l'organizzazione. settings.update_avatar_success=Organization avatar setting has been updated successfully. settings.delete=Elimina organizzazione settings.delete_account=Elimina questa organizzazione @@ -749,7 +759,7 @@ members.public=Pubblico members.public_helper=rendi privato members.private=Privato members.private_helper=rendi pubblico -members.member_role=Member Role: +members.member_role=Ruolo del membro: members.owner=Proprietario members.member=Membro members.remove=Rimuovere @@ -779,7 +789,7 @@ teams.read_permission_desc=Questo Team concede accesso di LetturaScrittura: i membri possono leggere e pushare i repository del Team. teams.admin_permission_desc=Questo Team concede accesso di Amministratore: i membri possono leggere i, pushare a, e aggiungere collaboratori ai repository del Team. teams.repositories=Repository di Squadra -teams.search_repo_placeholder=Search repository... +teams.search_repo_placeholder=Cerca repository... teams.add_team_repository=Aggiungere Repository di Squadra teams.remove_repo=Rimuovi teams.add_nonexistent_repo=Il repository che stai tentando di aggiungere non esiste, crealo prima. @@ -793,8 +803,8 @@ authentication=Autenticazioni config=Configurazione notices=Avvisi di sistema monitor=Monitoraggio -first_page=First -last_page=Last +first_page=Prima +last_page=Ultima total=Totale: %d dashboard.statistic=Statistiche @@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Riscrivi il file '.ssh/authorized_keys' (attenzione dashboard.resync_all_sshkeys_success=Tutte le chiavi pubbliche riscritte con successo. dashboard.resync_all_update_hooks=Riscrivere tutti gli update hook dei repository (necessario quando il percorso di configurazione personalizzata viene modificato) dashboard.resync_all_update_hooks_success=Tutti gli update hook dei repository riscritti con successo. +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=Tempo in Attività del Server dashboard.current_goroutine=Goroutine Correnti @@ -865,8 +877,8 @@ users.auth_login_name=Authentication Login Name users.password_helper=Leave it empty to remain unchanged. users.update_profile_success=Profilo dell'account aggiornato con successo. users.edit_account=Modifica 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=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.is_admin=Questo account ha permessi di amministratore users.allow_git_hook=Questo account ha il permesso di creare hooks di Git @@ -891,47 +903,49 @@ repos.stars=Voti repos.issues=Problemi auths.auth_manage_panel=Authentication Manage Panel -auths.new=Add New Source +auths.new=Aggiungi Nuova Origine auths.name=Nome auths.type=Tipo auths.enabled=Attivo auths.updated=Aggiornato -auths.auth_type=Authentication Type -auths.auth_name=Authentication Name +auths.auth_type=Tipo di autenticazione +auths.auth_name=Nome di autenticazione auths.domain=Dominio auths.host=Host auths.port=Porta -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.bind_dn=Binda DN +auths.bind_password=Binda Password +auths.bind_password_helper=Attenzione: Questa password è salvata in chiaro. Non usare su un acount con alti privilegi. auths.user_base=User Search Base -auths.user_dn=User DN -auths.attribute_username=Username attribute +auths.user_dn=DN dell'utente +auths.attribute_username=Attributo username auths.attribute_username_placeholder=Leave empty to use sign-in form field value for user name. auths.attribute_name=Attributo Nome auths.attribute_surname=Attributo Cognome auths.attribute_mail=Attributo Email -auths.filter=User Filter -auths.admin_filter=Admin Filter +auths.attributes_in_bind=Fetch attributes in Bind DN context +auths.filter=Fitro utente +auths.admin_filter=Filtro Amministratore auths.ms_ad_sa=Ms Ad SA -auths.smtp_auth=SMTP Authentication Type +auths.smtp_auth=Tipo di autenticazione SMTP auths.smtphost=Host SMTP auths.smtpport=Porta SMTP -auths.allowed_domains=Allowed Domains +auths.allowed_domains=Domini consentiti auths.allowed_domains_helper=Leave it empty to not restrict any domains. Multiple domains should be separated by comma ','. auths.enable_tls=Abilitare Crittografia TLS auths.skip_tls_verify=Salta verifica TLS auths.pam_service_name=Nome del Servizio PAM auths.enable_auto_register=Abilitare Registrazione Automatica auths.tips=Consigli -auths.edit=Edit Authentication Setting +auths.edit=Modifica impostazioni di autenticazione auths.activated=Questa Autenticazione è stata attivata 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.update=Aggiornare le impostazioni di autenticazione +auths.delete=Elimina questa autenticazione 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=Configurazione Server @@ -948,6 +962,19 @@ config.static_file_root_path=Percorso Root del File Statico config.log_file_root_path=Percorso Root del File di Log config.script_type=Tipo di Script config.reverse_auth_user=Autenticazione Utente Inversa + +config.ssh_config=Configurazione SSH +config.ssh_enabled=Attivo +config.ssh_start_builtin_server=Avvia server builtin +config.ssh_domain=Dominio +config.ssh_port=Porta +config.ssh_listen_port=Porta in ascolto +config.ssh_root_path=Percorso Root +config.ssh_key_test_path=Percorso chiave di test +config.ssh_keygen_path=Percorso Keygen ('ssh-keygen') +config.ssh_minimum_key_size_check=Verifica delle dimensioni minime della chiave +config.ssh_minimum_key_sizes=Dimensioni minime della chiave + config.db_config=Configurazione Database config.db_type=Tipo config.db_host=Host @@ -956,20 +983,19 @@ config.db_user=Utente config.db_ssl_mode=Modalità SSL config.db_ssl_mode_helper=(solo per "postgres") config.db_path=Percorso -config.db_path_helper=(for "sqlite3" and "tidb") +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 config.show_registration_button=Mostra Pulsane Registrazione config.require_sign_in_view=Richiesto Accesso per Vedere -config.enable_cache_avatar=Abilitare Cache dell'Avatar config.mail_notify=Email di Notifica -config.disable_key_size_check=Disable Minimum Key Size Check +config.disable_key_size_check=Disabilita controllo sulle dimensioni minime della chiave 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=Queue Length +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 @@ -978,6 +1004,9 @@ config.mailer_disable_helo=Disattiva HELO config.mailer_name=Nome config.mailer_host=Host 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 @@ -1011,25 +1040,29 @@ monitor.start=Orario Avvio monitor.execute_time=Tempo di Esecuzione notices.system_notice_list=Avvisi di Sistema -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.view_detail_header=Visualizza dettagli dell'avviso +notices.actions=Azioni +notices.select_all=Seleziona tutto +notices.deselect_all=Deseleziona tutto +notices.inverse_selection=Inverti selezione +notices.delete_selected=Elimina selezionati +notices.delete_all=Elimina tutti gli avvisi notices.type=Tipo notices.type_1=Repository notices.desc=Descrizione notices.op=Op. -notices.delete_success=System notices have been deleted successfully. +notices.delete_success=Gli avvisi di sistema sono stati successivamente eliminati. [action] create_repo=ha creato il repository %s rename_repo=repository rinominato da %[1]s a [3]s commit_repo=ha pushato nel %[3]s in %[4]s create_issue=`ha aperto il problema %s#%[2]s` +close_issue=`closed issue %s#%[2]s` +reopen_issue=`reopened issue %s#%[2]s` create_pull_request=`creata 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=`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 @@ -1061,5 +1094,5 @@ raw_minutes=minuti 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 +remove_file=Rimuovi file diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index f80234066..691eac8c7 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -38,23 +38,16 @@ settings=設定 your_profile=あなたのプロファイル your_settings=あなたの設定 -news_feed=ニュースのフィード +activities=アクティビティ pull_requests=プルリクエスト issues=課題 cancel=キャンセル -[search] -search=検索... -repository=リポジトリ -user=ユーザ -issue=課題 -code=コード - [install] install=インストール -title=初回実行のインストール手順 -docker_helper=DockerでGogsを稼動する場合、このページに変更を加えるまえに、 Guidelinesをよく読んでください! +title=インストールをする前に必要な準備をしましょう +docker_helper=DockerでGogsを稼動する場合は、このページに変更を加える前に、 ガイドラインをよく読んでください! requite_db_desc=Gogs は、MySQL、PostgreSQL、SQLite3 または TiDB が必要です。 db_title=データベース設定 db_type=データベースの種類 @@ -62,10 +55,10 @@ host=ホスト user=ユーザ password=パスワード db_name=データベース名 -db_helper=Mysql INNODB エンジン utf8_general_ci の文字セットを使用してください。 +db_helper=MySQLではエンジンがINNODB、文字セットがutf8_general_ciである必要があります。 ssl_mode=SSL モード path=パス -sqlite_helper=SQLite3 または TiDB のデータベースのファイル パス。 +sqlite_helper=SQLite3かTiDBのデータベースのファイルパス。
サービスとして開始する際には絶対パスを利用してください。 err_empty_db_path=SQLite3 または TiDB データベースのパスを空にすることはできません。 err_invalid_tidb_name=TiDB データベース名は文字"."と"-"を許可しない。 no_admin_and_disable_registration=管理者アカウントを作成せずに登録を無効にすることはできません。 @@ -86,6 +79,8 @@ http_port=HTTP ポート http_port_helper=アプリケーションが待ち受けするポート番号。 app_url=アプリケーションの URL app_url_helper=この設定は、HTTP / HTTPSのクローンURLおよび、一部のメールボックスへのリンクに影響を与えます。 +log_root_path=ログのパス +log_root_path_helper=ログファイルを書き込むディレクトリ。 optional_title=オプション設定 email_title=E-mailサービス設定 @@ -97,10 +92,10 @@ mailer_password=送信者のパスワード register_confirm=登録の確認を有効にする mail_notify=メール通知を有効にする server_service_title=サーバーとその他のサービスの設定 -offline_mode=オフラインモード有効化 -offline_mode_popup=プロダクション モードでCDN を無効にし、すべてのリソースファイルをローカルで提供します 。 +offline_mode=オフラインモードを有効にする +offline_mode_popup=プロダクションモードでは、CDNを使用せずにローカルからリソースファイルを使用します。 disable_gravatar=Gravatarのサービスを無効にします -disable_gravatar_popup=Disable Gravatar and custom sources, all avatars are uploaded by users or default. +disable_gravatar_popup=Gravatarとカスタムソースを無効にして、全てのアバターをユーザーによってアップロードされたものかデフォルトなものにします。 disable_registration=自己登録を無効にする disable_registration_popup=自己登録を無効にし、管理者のみがアカウント作成できる enable_captcha=Captchaを有効にする @@ -122,6 +117,7 @@ run_user_not_match=実行ユーザーは、現在のユーザーではない: %s save_config_failed=構成の保存に失敗した: %v invalid_admin_setting=管理者アカウントの設定が無効です: %v install_success=ようこそ!我々はあなたが Gogs を選んでくれて嬉しいです!楽しみましょう! +invalid_log_root_path=ログのルートパスがむこうです: %v [home] uname_holder=ユーザー名またはEメール @@ -137,6 +133,8 @@ issues.in_your_repos=あなたのリポジトリ [explore] repos=リポジトリ +users=Users +search=Search [auth] create_new_account=新規アカウントを作成 @@ -165,7 +163,7 @@ activate_account=あなたのアカウントを有効にしてください。 activate_email=電子メール アドレスを確認します。 reset_password=パスワードをリセットします. register_success=ようこそ、登録成功 -register_notify=Welcome on board +register_notify=ボードへようこそ [modal] yes=はい @@ -203,7 +201,6 @@ repo_name_been_taken=リポジトリ名は既に使用されています。 org_name_been_taken=組織名は既に使用されています。 team_name_been_taken=チーム名は既に使用されています。 email_been_used=電子メール アドレスは既に使用されています。 -illegal_team_name=チーム名に無効な文字が含まれています。 username_password_incorrect=ユーザー名またはパスワードが正しくありません。 enterred_invalid_repo_name=入力したリポジトリの名前が正しいかどうかを確認してください。 enterred_invalid_owner_name=入力された所有者名が正しいかどうかを確認してください。 @@ -219,8 +216,6 @@ still_own_repo=アカウント所有のリポジトリがあり、リポジト still_has_org=アカウントはまだ組織のメンバーであり、組織から退出するか削除する必要があります。 org_still_own_repo=この組織はまだリポジトリの所有しています、リポジトリを削除または転送する必要があります。 -still_own_user=この認証はまだ一部のユーザーによって使用されています。一部のユーザを移動させてから、もう一度削除してください。 - target_branch_not_exist=ターゲットブランチが存在しない [user] @@ -262,11 +257,10 @@ continue=続行 cancel=キャンセル enable_custom_avatar=カスタムのアバターを有効にする -enable_custom_avatar_helper=Gravatarからのフェッチを無効にするのを、有効にします choose_new_avatar=新しいアバターを選択 update_avatar=アバターの設定を更新 +delete_current_avatar=現在のアバターを削除 uploaded_avatar_not_a_image=アップロードされたファイルは画像ではない。 -no_custom_avatar_available=利用可能なカスタム アバターがないため、有効にできません。 update_avatar_success=あなたのアバターの設定が更新されました。 change_password=パスワードを変更 @@ -377,7 +371,7 @@ migrate.permission_denied=ローカル リポジトリをインポートする migrate.invalid_local_path=ローカルパスが無効です。存在しないかディレクトリではありません。 migrate.failed=移行に失敗しました: %v -mirror_from=mirror from +mirror_from=mirror of forked_from=フォーク元 fork_from_self=すでにあなたの所有しているリポジトリはフォークできません copy_link=コピー @@ -477,7 +471,7 @@ 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.admin=アドミン +issues.collaborator=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 @@ -494,6 +488,7 @@ issues.label_modify=ラベルの変更 issues.label_deletion=ラベルの削除 issues.label_deletion_desc=ラベルを削除すると、関連するすべての問題の情報が削除されます。続行しますか。 issues.label_deletion_success=ラベルは正常に削除されました。 +issues.num_participants=%d Participants pulls.new=新しいプルリクエスト pulls.compare_changes=変更を比較 @@ -557,6 +552,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.page_already_exists=既に同じ名前のWiki ページが存在します。 wiki.pages=ページ wiki.last_updated=最終更新 %s @@ -581,18 +578,27 @@ settings.tracker_url_format=外部課題トラッキングツール URLのフォ 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=危険地帯 +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_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. settings.transfer=オーナー移転 settings.transfer_desc=リポジトリをあなたが管理者権限を持っている別のユーザーまた組織に移譲します。 -settings.new_owner_has_same_repo=新しいオーナーは、既に同じ名前のリポジトリを持っています。 -settings.delete=このリポジトリを削除 -settings.delete_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_notices_1=- This will delete and disable the wiki for %s +settings.wiki_deletion_success=Repository wiki data have been erased successfully. +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 be became 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_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.deletion_success=Repository has been deleted successfully! settings.update_settings_success=リポジトリ オプションが更新されました。 @@ -602,8 +608,12 @@ settings.transfer_succeed=リポジトリの所有権は正常に転送されま settings.confirm_delete=削除の確認 settings.add_collaborator=新しい共同編集者を追加 settings.add_collaborator_success=新しい共同編集者が追加されました。 +settings.delete_collaborator=Delete +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=共同編集者が削除されました。 settings.search_user_placeholder=Search users +settings.org_not_allowed_to_be_collaborator=組織を共同編集者として追加することはできません。 settings.user_is_org_member=ユーザーは組織の一員なので、共同編集者として追加することはできません。 settings.add_webhook=Webhook を追加 settings.hooks_desc=Webhooksは、Gogsで特定のイベントの発生時に指定された外部サービスに通知を許可します。イベントが発生すると、それぞれ指定されたUrlに、POSTリクエストが送られます。詳細はこちらのの Webhooks ガイドをご覧ください。 @@ -668,7 +678,7 @@ diff.parent=親 diff.commit=コミット diff.data_not_available=差分データは利用できません。 diff.show_diff_stats=差分情報を表示 -diff.show_split_view=Split View +diff.show_split_view=分割表示 diff.show_unified_view=Unified View diff.stats_desc=共有%d 個のファイルを変更した%d 個の追加%d 個の削除を含む diff.bin=BIN @@ -700,7 +710,7 @@ release.save_draft=下書きを保存 release.edit_release=リリースを編集 release.delete_release=このリリースを削除 release.deletion=リリースの削除 -release.deletion_desc=Deleting this release will delete the corresponding Git tag. Do you want to continue? +release.deletion_desc=このリリースを削除すると、対応するGitのタグも削除されます。よろしいですか? release.deletion_success=リリースが正常に削除されました。 release.tag_name_already_exist=このタグ名には既にリリースが存在します。 release.downloads=Downloads @@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys='.ssh/ authorized_keys' ファイルを再生成し dashboard.resync_all_sshkeys_success=すべての公開鍵が正常に書き換えられました。 dashboard.resync_all_update_hooks=リポジトリの update フックをすべて再更新する(カスタムの設定パスが変更されたときに必要) dashboard.resync_all_update_hooks_success=リポジトリの update フックがすべて正常に再更新されました。 +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=サーバーの稼働時間 dashboard.current_goroutine=現在のGoroutine @@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Leave empty to use sign-in form field value auths.attribute_name=名前属性 auths.attribute_surname=名字属性 auths.attribute_mail=Eメール属性 +auths.attributes_in_bind=Fetch attributes in Bind DN context auths.filter=User フィルター auths.admin_filter=Admin フィルター auths.ms_ad_sa=Ms Ad SA @@ -932,6 +945,7 @@ auths.update=認証設定を更新 auths.delete=この認証を削除 auths.delete_auth_title=認証削除 auths.delete_auth_desc=認証を削除します、継続しますか? +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=認証が正常に削除されました。 config.server_config=サーバーの構成 @@ -948,6 +962,19 @@ config.static_file_root_path=静的ファイルのルートパス 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_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.db_config=データベースの構成 config.db_type=タイプ config.db_host=ホスト @@ -962,7 +989,6 @@ config.register_email_confirm=電子メールの確認を必要 config.disable_register=登録を無効にする config.show_registration_button=登録ボタンを表示します。 config.require_sign_in_view=サインインを要求 -config.enable_cache_avatar=アバターのキャッシュを有効にします。 config.mail_notify=メール通知 config.disable_key_size_check=最小キー サイズ チェックを無効にします config.enable_captcha=Captchaを有効にする @@ -978,6 +1004,9 @@ 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.oauth_config=OAuth 構成 config.oauth_enabled=Enabled config.cache_config=キャッシュの構成 @@ -1029,7 +1058,11 @@ 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` +reopen_issue=`reopened issue %s#%[2]s` create_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=`問題 %s#%[2]s のコメント` merge_pull_request=`プルリクエスト %s[2]sをマージしました` transfer_repo=リポジトリ %s%s へ転送しました diff --git a/conf/locale/locale_lv-LV.ini b/conf/locale/locale_lv-LV.ini index 3eeed70a1..393097839 100755 --- a/conf/locale/locale_lv-LV.ini +++ b/conf/locale/locale_lv-LV.ini @@ -38,19 +38,12 @@ settings=Iestatījumi your_profile=Tavs profils your_settings=Tavi iestatījumi -news_feed=Jaunumu plūsma +activities=Aktivitāte pull_requests=Izmaiņu pieprasījumi issues=Problēmas cancel=Atcelt -[search] -search=Meklēt... -repository=Repozitorijs -user=Lietotājs -issue=Kļūda -code=Kods - [install] install=Instalācija title=Instalācijas soļi pirmo reizi palaižot @@ -65,7 +58,7 @@ db_name=Datu bāzes nosaukums db_helper=Nepieciešams izmantot MySQL INNODB dzini ar rakstzīmju kopu utf8_general_ci. ssl_mode=SSL režīms path=Ceļš -sqlite_helper=SQLite3 vai TiDB datu bāzes faila atrašanās vieta. +sqlite_helper=SQLite3 vai TiDB datu bāzēs faila ceļš.
Izmantojiet absolūto ceļu, startējot kā servisu. err_empty_db_path=Nepieciešams norādīt SQLite3 vai TiDB datu bāzes atrašanās vietu. err_invalid_tidb_name=TiDB datu bāzes nosaukums nevar saturēt simbolus "." un "-". no_admin_and_disable_registration=Reģistrāciju nevar atslēgt, kamēr nav izveidots administratora konts. @@ -86,6 +79,8 @@ http_port=HTTP ports http_port_helper=Porta numurs pēc kura lietojumprogrammai būs iespējams pieslēgties. app_url=Lietotnes URL app_url_helper=Tas ietekmē HTTP/HTTPS klonēšanas URL un e-pasta saturā izsūtītās saites. +log_root_path=Žurnalizēšanas direktorija +log_root_path_helper=Direktorija, kurā tiks glabāti žurnāla faili. optional_title=Neobligātie iestatījumi email_title=E-pasta pakalpojuma iestatījumi @@ -122,6 +117,7 @@ run_user_not_match=Izpildes lietotājs nav pašreizējais lietotājs: %s -> %s save_config_failed=Neizdevās saglabāt konfigurāciju: %v invalid_admin_setting=Nekorekts admin konta iestatījums: %v install_success=Laipni lūdzam! Mēs priecājamies, ka Jūs izvēlaties Gogs, patīkamu lietošanu! +invalid_log_root_path=Norādītā žurnalizēšanas direktorija ir kļūdaina: %v [home] uname_holder=Lietotājvārds vai e-pasts @@ -137,6 +133,8 @@ issues.in_your_repos=Jūsu repozitorijos [explore] repos=Repozitoriji +users=Lietotāji +search=Meklēt [auth] create_new_account=Izveidot jaunu kontu @@ -203,7 +201,6 @@ repo_name_been_taken=Repozitorija vārds ir jau aizņemts. org_name_been_taken=Organizācijas nosaukums ir jau aizņemts. team_name_been_taken=Komandas nosaukums ir jau aizņemts. email_been_used=E-pasta adrese jau tiek izmantota. -illegal_team_name=Grupas nosaukums satur neatļautas rakstzīmes. username_password_incorrect=Lietotājvārds vai parole nav pareiza. enterred_invalid_repo_name=Lūdzu, pārliecinieties, vai ievadītā repozitorija nosaukums ir pareizs. enterred_invalid_owner_name=Lūdzu, pārliecinieties, vai ievadītā īpašnieka vārds ir pareizs. @@ -219,8 +216,6 @@ still_own_repo=Jūsu esat vismaz viena repozitorija īpašnieks, tos sākumā ir still_has_org=Jūsu esat vismaz vienas organizācijas biedrs, sākumā nepieciešams pamest vai izdzēst šo organizāciju. org_still_own_repo=Šī organizācija ir vismaz viena repozitorija īpašnieks, tos sākumā ir nepieciešams izdzēst vai nomainīt to īpašnieku. -still_own_user=Šo autentifikāciju joprojām izmanto vismaz viens lietotājs, nepieciešams šiem lietotājiem nomainīt autentifikācijas veidu vai tos izdzēst. - target_branch_not_exist=Mērķa atzars neeksistē [user] @@ -262,11 +257,10 @@ continue=Turpināt cancel=Atcelt enable_custom_avatar=Iespējot maināmu profila attēlu -enable_custom_avatar_helper=Iespējojiet šo, lai atslēgtu profilu attēlu ņemšanu no gravatar.com choose_new_avatar=Izvēlēties jaunu profila attēlu update_avatar=Saglabāt profila bildi +delete_current_avatar=Dzēst pašreizējo profila bildi uploaded_avatar_not_a_image=Augšupielādētais fails nav attēls. -no_custom_avatar_available=Nav iespējams mainīt profila bildi. update_avatar_success=Jūsu profila bilde tika veiksmīgi saglabāta. change_password=Mainīt paroli @@ -477,7 +471,7 @@ issues.closed_at=`aizvērts %[2]s` issues.reopened_at=`atvērts atkārtoti %[2]s` issues.commit_ref_at=`pieminēja šo problēmu revīzijā %[2]s` issues.poster=Autors -issues.admin=Administrators +issues.collaborator=Līdzstrādnieks issues.owner=Īpašnieks issues.sign_up_for_free=Pievienojieties issues.sign_in_require_desc=, lai piedalītos diskusijā. Jau ir konts? Pierakstieties, lai komentētu @@ -494,6 +488,7 @@ issues.label_modify=Etiķetes labošana 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 pulls.new=Jauns izmaiņu pieprasījums pulls.compare_changes=Salīdzināt izmaiņas @@ -557,6 +552,8 @@ wiki.save_page=Saglabāt lapu wiki.last_commit_info=%s laboja lapu %s wiki.edit_page_button=Labot wiki.new_page_button=Jauna lapa +wiki.delete_page_button=Dzēst lapu +wiki.delete_page_notice_1=Tiks izdzēsta lapa "%s". Pārliecinieties, ka patiešām to vēlaties. wiki.page_already_exists=Vikivietnes lapa ar šādu nosaukumu jau eksistē. wiki.pages=Lapas wiki.last_updated=Pēdējo reizi labota %s @@ -581,14 +578,23 @@ settings.tracker_url_format=Ārējā problēmu sekotāja adreses formāts 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 +settings.new_owner_has_same_repo=Jaunajam īpašniekam jau ir repozitorijs ar šādu nosaukumu. +settings.convert=Konvertēt uz parastu repozitoriju +settings.convert_desc=Šo spoguli ir iespējams konvertēt par parastu repozitoriju. Šī ir neatgriezeniska darbība. +settings.convert_notices_1=- Šī darbība konvertēs šo repozitoriju par parastu repozitoriju un to nebūs iespējams atcelt. +settings.convert_confirm=Apstiprināt konvertēšanu +settings.convert_succeed=Repozitorijs tika veiksmīgi konvertēts uz parastu repozitoriju. settings.transfer=Mainīt īpašnieku settings.transfer_desc=Mainīt šī repozitorija īpašnieku uz citu lietotāju vai organizāciju, kurai Jums ir administratora tiesībs. -settings.new_owner_has_same_repo=Jaunajam īpašniekam jau ir repozitorijs ar šādu nosaukumu. -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.transfer_notices_1=- Jūs pazaudēsiet piekļuvi, ja jaunais īpašnieks ir lietotājs. settings.transfer_notices_2=- Jūs saglabāsiet piekļuvi, ja jaunais īpašnieks ir organizācija un Jūs esat viens no tās īpašniekiem. settings.transfer_form_title=Lūdzu, ievadiet sekojošu informāciju, lai apstiprinātu šo darbību: +settings.wiki_delete=Dzēst Vikivietnes datus +settings.wiki_delete_desc=Vikivietnes datu dzēšana ir neatgriezeniska. Pārliecinieties vai patiešām to vēlaties. +settings.wiki_delete_notices_1=- Šī darbība dzēsīs un atspējos %s Vikivietni +settings.wiki_deletion_success=Repozitorija Vikivietnes dati tika veiksmīgi izdzēsti. +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. @@ -602,8 +608,12 @@ settings.transfer_succeed=Repozitorija īpašnieks ir veiksmīgi nomainīts. settings.confirm_delete=Apstiprināt dzēšanu settings.add_collaborator=Pievienot jaunu līdzstrādnieku settings.add_collaborator_success=Jauns līdzstrādnieks ir pievienots. +settings.delete_collaborator=Dzēst +settings.collaborator_deletion=Līdzstrādnieka dzēšana +settings.collaborator_deletion_desc=Šim lietotājam pēc dzēšanas vairs nebūs sadarbības pieejas šai krātuvei. Vai vēlaties turpināt? settings.remove_collaborator_success=Līdzstrādnieks tika noņemts. settings.search_user_placeholder=Meklēt lietotāju... +settings.org_not_allowed_to_be_collaborator=Organizāciju nav atļauts pievienot kā līdzstrādnieku. settings.user_is_org_member=Lietotājs ir organizācijas biedrs, kas nevar tikt pievienots kā līdzstrādnieks. settings.add_webhook=Pievienot tīmekļa āķi settings.hooks_desc=Tīmekļa āķi ļauj paziņot ārējiem servisiem par noteiktiem notikomiem, kas notiek Git servisā. Kad iestāsies kāds notikums, katram ārējā servisa URL tiks nosūtīts POST pieprasījums. Lai uzzinātu sīkāk skatieties Tīmekļa āķu rokasgrāmatā. @@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Pārrakstīt '.ssh/authorized_keys' failu (brīdin dashboard.resync_all_sshkeys_success=Visas publiskās atslēgas tika veiksmīgi pārrakstītas. dashboard.resync_all_update_hooks=Pārrakstīt visu repozitoriju izmaiņu āķus (nepieciešams, ja tiek mainīta konfigurācijas faila atrašanās vieta) dashboard.resync_all_update_hooks_success=Visu repozitoriju izmaiņu āķi tika veiksmīgi pārrakstīti. +dashboard.reinit_missing_repos=Atkārtoti inicializēt visus repozitorija ierakstus, kam trūkst Git failu +dashboard.reinit_missing_repos_success=Visi repozitorija ieraksti, kam trūkst Git faili, tika atkārtoti inicializēti. dashboard.server_uptime=Servera darbības laiks dashboard.current_goroutine=Izmantotās Gorutīnas @@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Atstājiet tukšu, lai izmantotu lietotājv auths.attribute_name=Vārda atribūts auths.attribute_surname=Uzvārda atribūts auths.attribute_mail=E-pasta atribūts +auths.attributes_in_bind=Nolasīt atribūtus no saistīšanas DN konteksta auths.filter=Lietotāju filts auths.admin_filter=Administratoru filtrs auths.ms_ad_sa=MS Ad SA @@ -932,6 +945,7 @@ auths.update=Mainīt autentifikācijas iestatījumus auths.delete=Dzēst šo autentifikāciju auths.delete_auth_title=Autentifikācijas dzēšana auths.delete_auth_desc=Šī autentifikācija tiks dzēsta, vai vēlaties turpināt? +auths.still_in_used=Daži lietotāji joprojām izmanto šo autentifikācijas veidu. Nepieciešams veikt šo lietotāju konvertāciju vai dzēšanu. auths.deletion_success=Autentifikācija tika veiksmīgi izdzēsta! config.server_config=Servera konfigurācija @@ -948,6 +962,19 @@ config.static_file_root_path=Statisko failu atrašanās vieta config.log_file_root_path=Žurnalizēšanas failu glabāšanas vieta config.script_type=Skripta veids config.reverse_auth_user=Reversā lietotāja autentifikācija + +config.ssh_config=SSH konfigurācija +config.ssh_enabled=Iespējots +config.ssh_start_builtin_server=Startēt iebūvēto serveri +config.ssh_domain=Domēns +config.ssh_port=Ports +config.ssh_listen_port=Klausīšanās ports +config.ssh_root_path=Saknes ceļš +config.ssh_key_test_path=Atslēgu pārbaudes ceļš +config.ssh_keygen_path=Keygen ('ssh-keygen') ceļš +config.ssh_minimum_key_size_check=Minimālā atslēgas lieluma pārbaude +config.ssh_minimum_key_sizes=Minimālais atslēgas lielums + config.db_config=Datu bāzes konfigurācija config.db_type=Veids config.db_host=Resursdators @@ -962,7 +989,6 @@ config.register_email_confirm=Pieprasīt e-pasta apstiprināšanu config.disable_register=Atspējot jaunu lietotāju reģistrāciju config.show_registration_button=Rādīt reģistrēšanās pogu config.require_sign_in_view=Nepieciešama autorizācija -config.enable_cache_avatar=Glabāt profila attēlus kešatmiņā config.mail_notify=Pasta paziņojumi config.disable_key_size_check=Atspējot atslēgas minimālā garuma pārbaudi config.enable_captcha=Iespējot drošības kodu @@ -978,6 +1004,9 @@ config.mailer_disable_helo=Atspējot HELO config.mailer_name=Nosaukums config.mailer_host=Resursdators 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 @@ -1029,7 +1058,11 @@ create_repo=izveidoja repozitoriju %s rename_repo=pārsauca repozitoriju no %[1]s uz %[3]s commit_repo=veica izmaiņu nosūtīšanu atzaram %[3]s repozitorijā %[4]s create_issue=`reģistrēja problēmu %s#%[2]s` +close_issue=`slēdza problēmu %s#%[2]s` +reopen_issue=`atkārtoti atvēra problēmu %s#%[2]s` create_pull_request=`izveidoja izmaiņu pieprasījumu %s#%[2]s` +close_pull_request=`aizvēra izmaiņu pieprasījumu %s#%[2]s` +reopen_pull_request=`atkārtoti atvēra izmaiņu pieprasījumu %s#%[2]s` comment_issue=`pievienoja komentāru problēmai %s#%[2]s` merge_pull_request=`sapludināja izmaiņu pieprasījumu %s#%[2]s` transfer_repo=mainīja repozitorija %s īpašnieku uz %s diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini index 6964fadb4..1f560eb6c 100755 --- a/conf/locale/locale_nl-NL.ini +++ b/conf/locale/locale_nl-NL.ini @@ -5,9 +5,9 @@ dashboard=Dashboard explore=Verkennen help=Help sign_in=Inloggen -sign_out=Afmelden +sign_out=Uitloggen sign_up=Aanmelden -register=Registreer +register=Registreren website=Website version=Versie page=Pagina @@ -19,17 +19,17 @@ signed_in_as=Aangemeld als username=Gebruikersnaam email=E-mail -password=Wachttwoord +password=Wachtwoord re_type=Verificatie captcha=CAPTCHA -repository=Repositorie +repository=Repository organization=Organisatie mirror=Spiegel -new_repo=Nieuwe repositorie +new_repo=Nieuwe repository new_migrate=Nieuwe migratie new_mirror=Nieuwe Kopie -new_fork=Nieuwe vork Repository +new_fork=Nieuwe Fork new_org=Nieuwe organisatie manage_org=Beheer organisaties admin_panel=Adminpaneel @@ -38,25 +38,18 @@ settings=Instellingen your_profile=Uw profiel your_settings=Uw instellingen -news_feed=Nieuwsfeed -pull_requests=Pull-aanvragen +activities=Activiteiten +pull_requests=Pull requests issues=Kwesties -cancel=Annuleer - -[search] -search=Zoeken... -repository=Opslagplaats -user=Gebruiker -issue=Probleem -code=Code +cancel=Annuleren [install] install=Installatie title=Installatiestappen voor de eerste keer opstarten docker_helper=Als u gebruik maakt Gogs binnen Docker, lees dan de richtlijnen voordat u iets veranderen op deze pagina! requite_db_desc=Gogs vereist MySQL, PostgreSQL, SQite3 of TiDB. -db_title=Database instellingen +db_title=Database-instellingen db_type=Database-type host=Host user=Gebruikersnaam @@ -65,7 +58,7 @@ db_name=Database naam db_helper=Gebruik InnoDB engine met utf8_general_ci karakterset voor MySQL. ssl_mode=SSL-modus path=Pad -sqlite_helper=Het bestandspad van de SQLite3 of TiDB databank. +sqlite_helper=Het pad van de SQLite3- of TiDB-database.
Als u Gogs start als een service, geef dan een absoluut pad op. err_empty_db_path=SQLite3 of TiDB databankpad mag niet leeg. err_invalid_tidb_name=TiDB databank naam niet tekens kunnen "." en "-". no_admin_and_disable_registration=Je kunt niet de registratie uit te schakelen zonder een beheerders account. @@ -86,6 +79,8 @@ http_port=HTTP-poort http_port_helper=Poortnummer waar het programma naar luistert. app_url=Applicatie URL app_url_helper=Dit heeft invloed op de HTTP/HTTPS kloon urls en de urls die in de email worden gebruikt +log_root_path=Log-pad +log_root_path_helper=Directory waar logbestanden opgeslagen worden. optional_title=Optionele instellingen email_title=E-mail service instellingen @@ -117,11 +112,12 @@ install_gogs=Installeer Gogs test_git_failed=Git test niet gelukt: 'git' commando %v sqlite3_not_available=Uw versie biedt geen ondersteuning voor SQLite3, download de officiële binaire versie van %s, niet de gobuild versie. invalid_db_setting=Uw database instellingen zijn niet correct: %v -invalid_repo_path=Repositorie basis pad is niet correct: %v +invalid_repo_path=Repositorie basis map is niet correct: %v run_user_not_match=De uitvoerende gebruiker is niet de huidig gebruiker: %s -> %s save_config_failed=Kan de configuratie niet opslaan: %v invalid_admin_setting=Uw admin-instellingen zijn niet geldig: %v install_success=Welkom! Wij zijn veheugd dat u voor Gogs heeft gekozen, veel plezier en tot ziens +invalid_log_root_path=Ongeldig log-pad: %v [home] uname_holder=Gebruikersnaam of e-mail @@ -137,6 +133,8 @@ issues.in_your_repos=In uw repositories [explore] repos=Repositories +users=Gebruikers +search=Zoeken [auth] create_new_account=Maak nieuw account aan @@ -174,7 +172,7 @@ modify=Aanpassen [form] UserName=Gebruikersnaam -RepoName=Repositorie naam +RepoName=Naam van repository Email=e-mailadres Password=Wachtwoord Retype=Verifieer wachtwoord @@ -199,11 +197,10 @@ captcha_incorrect=Captcha komt niet overeen. password_not_match=Wachtwoord en verificatie wachtwoord komen niet overeen. username_been_taken=Gebruikersnaam is al in gebruik. -repo_name_been_taken=Repositorie naam is al in gebruik. +repo_name_been_taken=Deze naam is al in gebruik. org_name_been_taken=Organisatie naam is al in gebruik. team_name_been_taken=Team naam is al in gebruik. email_been_used=e-mailadres is al in gebruik. -illegal_team_name=Team naam bevat illegale karakters. username_password_incorrect=Gebruikersnaam of wachtwoord is niet correct. enterred_invalid_repo_name=U heeft een onjuiste repositorie naam ingevoerd. enterred_invalid_owner_name=U heeft een onjuiste eigenaar ingevoerd. @@ -219,8 +216,6 @@ still_own_repo=Uw account heeft nog een eigendom op een repositorie. U moet deze still_has_org=Uw account nog steeds lidmaatschap van organisatie, u hebt naar links of hen eerst verwijderen. org_still_own_repo=De organisatie heeft nog eigendomen op repositories. U moet deze eerst verwijderen of overdragen. -still_own_user=Deze authenticatie methode wordt nog gebruikt door sommige gebruikers. U moet hen eerst verplaatsen of verwijderen. - target_branch_not_exist=Doel branch bestaat niet [user] @@ -262,11 +257,10 @@ continue=Doorgaan cancel=Annuleren enable_custom_avatar=Aangepaste avatar inschakelen -enable_custom_avatar_helper=Avatar niet ophalen van Gravatar choose_new_avatar=Kies een nieuwe avatar update_avatar=Avatar instelling bijwerken +delete_current_avatar=Verwijder huidige avatar uploaded_avatar_not_a_image=Geüpload bestand is geen afbeelding. -no_custom_avatar_available=Geen aangepaste avatar beschikbaar, kan niet worden ingeschakeld. update_avatar_success=Instellingen voor avatar succesvol bijgewerkt. change_password=Verander wachtwoord @@ -336,16 +330,16 @@ delete_account_desc=Dit account zal permanent worden verwijderd. Wilt u doorgaan [repo] owner=Eigenaar -repo_name=Repositorie naam -repo_name_helper=Een goede repositorie naam is kort, memorabel en uniek. +repo_name=Naam van repository +repo_name_helper=Een goede repository-naam is kort, makkelijk te onthouden en uniek. visibility=Zichtbaarheid visiblity_helper=Deze repositorie is privaat visiblity_helper_forced=Sitebeheerder heeft alle nieuwe repositories gedwongen privé te zijn visiblity_fork_helper=(Verandering van deze waarde zal van invloed zijn op alle forks) clone_helper=De behoeftehulp van klonen? Bezoek helpen! -fork_repo=Vork Repository +fork_repo=Repository forken fork_from=Afsplitsing van -fork_visiblity_helper=Gevorkte repository wijzigen zijn bereik potentiële kopers niet +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 @@ -354,12 +348,12 @@ license_helper=Selecteer een licentie bestand readme=Leesmij-bestand readme_helper=Selecteer een sjabloon voor het Leesmij-bestand auto_init=Initialiseer deze repositorie met de geselecteerde bestanden en sjabloon -create_repo=Nieuwe Repositorie +create_repo=Nieuwe repository default_branch=Standaard branch mirror_interval=Mirror interval(uur) mirror_address=Kopie-adres mirror_address_desc=Gelieve noodzakelijke gebruikersgegevens in de adresbalk. -watchers=Watchers +watchers=Volgers stargazers=Stargazers forks=Forks @@ -432,7 +426,7 @@ issues.new.no_milestone=Geen mijlpaal issues.new.clear_milestone=Verwijder mijlpaal issues.new.open_milestone=Open mijlpalen issues.new.closed_milestone=Gesloten mijlpalen -issues.new.assignee=Verantwoordelijke +issues.new.assignee=Toegewezen aan issues.new.clear_assignee=Verwijder verantwoordelijke issues.new.no_assignee=Geen verantwoordelijke issues.create=Maak probleem @@ -477,7 +471,7 @@ 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.poster=Poster -issues.admin=Admin +issues.collaborator=Collaborator 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 @@ -494,6 +488,7 @@ issues.label_modify=Wijzig label 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 pulls.new=Nieuwe Pull aanvraag pulls.compare_changes=Vergelijk veranderingen @@ -510,13 +505,13 @@ pulls.merged_title_desc=%[1] commits samengevoegd van %[2]s naar "%s"
. Please be certain. +wiki.page_already_exists=Er bestaat al een wiki-pagina met deze naam. +wiki.pages=Pagina’s +wiki.last_updated=Laatst bijgewerkt: %s settings=Instellingen settings.options=Opties settings.collaboration=Samenwerking settings.hooks=Webhooks -settings.githooks=Git haken +settings.githooks=Git-hooks settings.basic_settings=Basis instellingen 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.advanced_settings=Advanced Settings +settings.advanced_settings=Geavanceerde opties settings.wiki_desc=Enable wiki to allow people write documents -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.use_external_issue_tracker=Use external issue tracker -settings.tracker_url_format=External Issue Tracker URL Format +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.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.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_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.new_owner_has_same_repo=De nieuwe eigenaar heeft al een repositorie met deze naam -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.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.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 be became independent after deletion. +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.deletion_success=Repository has been deleted successfully! +settings.deletion_success=Repository is succesvol verwijderd! settings.update_settings_success=Repositorie instellingen zijn succesvol bijgewerkt. settings.transfer_owner=Nieuwe eigenaar settings.make_transfer=Maak overdracht @@ -602,15 +608,19 @@ settings.transfer_succeed=Eigendom repositorie succesvol overgedragen 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.remove_collaborator_success=medewerker is verwijderd. -settings.search_user_placeholder=Search user... +settings.search_user_placeholder=Zoek gebruiker... +settings.org_not_allowed_to_be_collaborator=Organization is not allowed to be added as a collaborator. 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_success=Webhook has been deleted successfully! -settings.webhook.test_delivery=Test Delivery +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.request=Verzoek @@ -652,7 +662,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 key only has read-only access. It is not same as personal account SSH keys. +settings.deploy_key_desc=Deploy keys have read-only access. They are not the same as personal account SSH keys. settings.no_deploy_keys=U hebt nog geen deploy sleutels toegevoegd. settings.title=Titel settings.deploy_key_content=Inhoud @@ -683,31 +693,31 @@ 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.edit_subheader=Detailed change log can help users understand what has been improved. +release.edit_subheader=Een gedetailleerd changelog helpt gebruikers te begrijpen wat er is verbeterd in deze release. release.tag_name=Tagnaam release.target=Doel release.tag_helper=Kies een bestaande tag, of creëer een nieuwe tag bij publiceren. -release.title=Title -release.content=Content +release.title=Titel +release.content=Inhoud release.write=Schrijf release.preview=Voorbeeld release.loading=Laden... release.prerelease_desc=Dit is een beta-versie release.prerelease_helper=Wij wijzen u erop dat deze release is niet geschikt voor productie doeleinden. -release.cancel=Cancel +release.cancel=Annuleren release.publish=Release publiceren release.save_draft=Concept opslaan release.edit_release=Release bewerken -release.delete_release=Delete This Release -release.deletion=Release Deletion +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_success=Release has been deleted successfully! +release.deletion_success=Release is verwijderd! release.tag_name_already_exist=Versie met deze naam bestaat al. release.downloads=Downloads [org] org_name_holder=Organisatienaam -org_full_name_holder=Organization Full Name +org_full_name_holder=Volledige naam organisatie org_name_helper=Een goede organisatienaam is kort en memorabel. create_org=Nieuwe organisatie aanmaken repo_updated=Geupdate @@ -749,7 +759,7 @@ members.public=Openbaar members.public_helper=maak prive members.private=Prive members.private_helper=maak openbaar -members.member_role=Member Role: +members.member_role=Rol van lid: members.owner=Eigenaar members.member=Lid members.remove=Verwijderen @@ -779,10 +789,10 @@ teams.read_permission_desc=Dit team heeft Lees rechten : leden teams.write_permission_desc=Dit team heeft Schrijf rechten : leden kunnen repositories lezen en push aanvragen verwerken. teams.admin_permission_desc=Dit team heeft Beheerders rechten : leden kunnen repositories lezen en push aanvragen verwerken en medewerkers toevoegen. teams.repositories=Teamrepositories -teams.search_repo_placeholder=Search repository... +teams.search_repo_placeholder=Repository zoeken... teams.add_team_repository=Nieuwe teamrepositorie aanmaken teams.remove_repo=Verwijder -teams.add_nonexistent_repo=De opslagplaats die u probeert toe te voegen niet bestaat, kunt u het eerst aanmaken. +teams.add_nonexistent_repo=De opslagplaats die u probeert toe te voegen bestaat niet: maak deze eerst aan. [admin] dashboard=Dashboard @@ -793,9 +803,9 @@ authentication=Autenticaties config=Configuratie notices=Systeem aankondigingen monitor=Bijhouden -first_page=First -last_page=Last -total=Total: %d +first_page=Eerste +last_page=Laatste +total=Totaal: %d dashboard.statistic=Statistieken dashboard.operations=Bewerkingen @@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Herschrijf '.ssh/authorized_keys' (Let op: alle sle 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.server_uptime=Uptime server dashboard.current_goroutine=Huidige Goroutines @@ -856,12 +868,12 @@ users.activated=Geactiveerd users.admin=Admin users.repos=Repos users.created=Aangemaakt -users.send_register_notify=Send Registration Notification To User -users.new_success=New account '%s' has been created successfully. +users.send_register_notify=Stuur notificatie voor registratie naar gebruiker +users.new_success=Nieuw account '%s' is aangemaakt. users.edit=Bewerken -users.auth_source=Authentication Source +users.auth_source=Authenticatiebron users.local=Lokaal -users.auth_login_name=Authentication Login Name +users.auth_login_name=Authenticatie-loginnaam users.password_helper=Leave it empty to remain unchanged. users.update_profile_success=Profiel is succesvol bijgewerkt. users.edit_account=Bewerk account @@ -870,12 +882,12 @@ users.max_repo_creation_desc=(Set -1 to use global default limit) users.is_activated=Dit account is geactiveerd 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=This account has permissions to import local repositories +users.allow_import_local=Dit account mag lokale repositories importeren users.update_profile=Account profiel bijwerken users.delete_account=Dit account verwijderen users.still_own_repo=Dit account is nog steeds eigendom van een repositorie. U moet deze repositorie eerst verwijderen of overdragen. users.still_has_org=Deze account nog steeds lidmaatschap van organisatie, u hebt naar links of hen eerst verwijderen. -users.deletion_success=Account has been deleted successfully! +users.deletion_success=Het account is verwijderd! orgs.org_manage_panel=Organisaties beheren orgs.name=Naam @@ -891,13 +903,13 @@ repos.stars=Sterren repos.issues=Kwesties auths.auth_manage_panel=Authentication Manage Panel -auths.new=Add New Source +auths.new=Nieuwe bron toevoegen auths.name=Naam auths.type=Type auths.enabled=Ingeschakeld auths.updated=Bijgewerkt -auths.auth_type=Authentication Type -auths.auth_name=Authentication Name +auths.auth_type=Authenticatietype +auths.auth_name=Authenticatienaam auths.domain=Domein auths.host=Host auths.port=Poort @@ -911,16 +923,17 @@ auths.attribute_username_placeholder=Leave empty to use sign-in form field value auths.attribute_name=Voornaam attribuut auths.attribute_surname=Achternaam attribuut auths.attribute_mail=E-mail attribuut -auths.filter=User Filter -auths.admin_filter=Admin Filter +auths.attributes_in_bind=Fetch attributes in Bind DN context +auths.filter=Gebruikersfilter +auths.admin_filter=Beheerdersfilter auths.ms_ad_sa=MS Ad SA -auths.smtp_auth=SMTP Authentication Type +auths.smtp_auth=SMTP-authenticatietype auths.smtphost=SMTP host auths.smtpport=SMTP poort -auths.allowed_domains=Allowed Domains +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.enable_tls=Activeer TLS-encryptie -auths.skip_tls_verify=Skip TLS Verify +auths.skip_tls_verify=TLS-verificatie overslaan auths.pam_service_name=PAM servicenaam auths.enable_auto_register=Activeer automatische registratie auths.tips=Tips @@ -928,10 +941,11 @@ auths.edit=Edit Authentication Setting 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.update=Update Authentication Setting -auths.delete=Delete This Authentication +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.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=Serverconfiguratie @@ -948,6 +962,19 @@ config.static_file_root_path=Statische bestanden basis pad config.log_file_root_path=Log bestand basis pad config.script_type=Script type config.reverse_auth_user=Omgekeerde verificatie gebruiker + +config.ssh_config=SSH-configuratie +config.ssh_enabled=Ingeschakeld +config.ssh_start_builtin_server=Ingebouwde server starten +config.ssh_domain=Domein +config.ssh_port=Poort +config.ssh_listen_port=Luister op poort +config.ssh_root_path=Root-pad +config.ssh_key_test_path=Pad voor key-tests +config.ssh_keygen_path=Pad van keygen ('ssh-keygen') +config.ssh_minimum_key_size_check=Controleer minimale key-lengte +config.ssh_minimum_key_sizes=Minimale key-lengtes + config.db_config=Databaseconfiguratie config.db_type=Type config.db_host=Host @@ -956,16 +983,15 @@ config.db_user=Gebruiker config.db_ssl_mode=SSL modus config.db_ssl_mode_helper=(alleen voor "postgres") config.db_path=Pad -config.db_path_helper=(for "sqlite3" and "tidb") +config.db_path_helper=(voor "sqlite3" en "tidb") config.service_config=Serviceconfiguratie config.register_email_confirm=E-mailbevestiging registreren config.disable_register=Registratie uitgeschakeld config.show_registration_button=Registeren knop weergeven config.require_sign_in_view=Inloggen vereist om te kunnen inzien -config.enable_cache_avatar=Avatar Cache inschakelen config.mail_notify=E-mailnotificaties -config.disable_key_size_check=Disable Minimum Key Size Check -config.enable_captcha=Enable Captcha +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 @@ -978,6 +1004,9 @@ config.mailer_disable_helo=Schakel HELO uit config.mailer_name=Naam config.mailer_host=Host 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 @@ -1012,11 +1041,11 @@ monitor.execute_time=Uitvoertijd notices.system_notice_list=Systeem aankondigingen 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.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.type=Type notices.type_1=Opslagplaats @@ -1029,12 +1058,16 @@ create_repo=repositorie aangemaakt in %s rename_repo=renamed repository from %[1]s to %[3]s commit_repo=push update naar %[3]s in %[4]s create_issue=`opende issue in %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=`reactie op issue %s#%[2]s` merge_pull_request=`merged pull request %s#%[2]s` transfer_repo=repositorie verplaatst naar %s naar %s push_tag=geduwd label %[2]s naar %[3]s -compare_commits=View comparison for these %d commits +compare_commits=Toon vergelijking voor deze %d commits [tool] ago=geleden diff --git a/conf/locale/locale_pl-PL.ini b/conf/locale/locale_pl-PL.ini index 75e409e23..d29f08cb7 100755 --- a/conf/locale/locale_pl-PL.ini +++ b/conf/locale/locale_pl-PL.ini @@ -38,19 +38,12 @@ settings=Ustawienia your_profile=Twój profil your_settings=Twoje ustawienia -news_feed=Kanał aktualności +activities=Aktywności pull_requests=Oczekujące zmiany issues=Problemy cancel=Anuluj -[search] -search=Wyszukiwanie... -repository=Repozytorium -user=Użytkownik -issue=Problem -code=Kod - [install] install=Instalacja title=Kroki instalacyjne dla pierwszego uruchomienia @@ -65,7 +58,7 @@ db_name=Nazwa bazy danych db_helper=Proszę użyć silnika INNODB z kodowaniem utf8_general_ci dla MySQL. ssl_mode=Tryb SSL path=Ścieżka -sqlite_helper=Ścieżka do pliku bazy danych SQLite3 lub TiDB. +sqlite_helper=Ścieżka do pliku bazy danych SQLite3 lub TiDB.
Proszę użyć ścieżki bezwzględnej podczas uruchamiania usługi. err_empty_db_path=Ścieżka do bazy danych SQLite3 lub TiDB nie może być pusta. err_invalid_tidb_name=Nazwa bazy danych TiDB nie może zawierać znaków "." i "-". no_admin_and_disable_registration=Rejestracji nie można wyłączyć bez tworzenia konta admina. @@ -86,6 +79,8 @@ http_port=Port HTTP http_port_helper=Numer portu na którym aplikacja jest dostępna. app_url=Adres URL aplikacji app_url_helper=To wpłynie na adresy klonowania HTTP/HTTPS i w wiadomościach e-mail. +log_root_path=Ścieżka dla logów +log_root_path_helper=Katalog do zapisu logów. optional_title=Ustawienia opcjonalne email_title=Ustawienia serwera e-mail @@ -122,6 +117,7 @@ run_user_not_match=Użytkownik aplikacji nie jest aktualnym użytkownikiem: %s - save_config_failed=Nie udało się zapisać konfiguracji: %v invalid_admin_setting=Nieprawidłowe ustawienia konta admina: %v install_success=Cześć! Cieszymy się, że wybierałeś Gogs, baw się dobrze. +invalid_log_root_path=Ścieżka dla logów jest niepoprawna: %v [home] uname_holder=Nazwa użytkownika lub e-mail @@ -137,6 +133,8 @@ issues.in_your_repos=W Twoich repozytoriach [explore] repos=Repozytoria +users=Użytkownicy +search=Wyszukiwanie [auth] create_new_account=Załóż nowe konto @@ -203,7 +201,6 @@ repo_name_been_taken=Nazwa repozytorium jest już zajęta. org_name_been_taken=Nazwa organizacji jest już zajęta. team_name_been_taken=Nazwa zespołu jest już zajęta. email_been_used=Adres e-mail jest już zarejestrowany. -illegal_team_name=Nazwa zespołu zawiera niedozwolone znaki. username_password_incorrect=Nazwa użytkownika lub hasło nie jest prawidłowe. enterred_invalid_repo_name=Upewnij się, że wprowadzona nazwa repozytorium jest poprawna. enterred_invalid_owner_name=Upewnij się, że nazwa właściciela repozytorium jest poprawna. @@ -219,8 +216,6 @@ still_own_repo=Twoje konto dalej posiada przynajmniej jedno repozytorium, które still_has_org=Twoje konto dalej posiada członkostwo w przynajmniej jednej organizacji, którą musisz najpierw opuścić. org_still_own_repo=Ta organizacja dalej jest właścicielem repozytorium, które musisz usunąć bądź przekazać. -still_own_user=To uwierzytelnienie dalej jest używane przez kilku użytkowników, których musisz z niego usunąć i spróbować ponownie. - target_branch_not_exist=Gałąź docelowa nie istnieje. [user] @@ -232,8 +227,8 @@ activity=Publiczna aktywność followers=Obserwujący starred=Polubionych following=Obserwowani -follow=Follow -unfollow=Unfollow +follow=Obserwuj +unfollow=Przestań obserwować form.name_reserved=Nazwa użytkownika "%s" jest zarezerwowana. form.name_pattern_not_allowed=Wzorzec nazwy użytkownika "%s" jest niedozwolony. @@ -262,11 +257,10 @@ continue=Kontynuuj cancel=Anuluj enable_custom_avatar=Włącz niestandardowe awatary -enable_custom_avatar_helper=Wyłącz pobieranie z Gravatar choose_new_avatar=Wybierz nowy avatar update_avatar=Zaktualizuj ustawienia awatara +delete_current_avatar=Usuń obecny Avatar uploaded_avatar_not_a_image=Załadowany plik nie jest obrazem. -no_custom_avatar_available=Własny avatar niedostępny, nie można go włączyć. update_avatar_success=Ustawienia awatarów zostały pomyślnie zaktualizowane. change_password=Zmień hasło @@ -477,7 +471,7 @@ issues.closed_at=`zamyka %[2]s` issues.reopened_at=`otwiera ponownie %[2]s` issues.commit_ref_at=`wspomina ten problem w commicie %[2]s` issues.poster=Autor -issues.admin=Admin +issues.collaborator=Współpracownik issues.owner=Właściciel issues.sign_up_for_free=Zarejestruj się za darmo issues.sign_in_require_desc=do przyłączenia się do tej rozmowy. Masz już konto? Zaloguj się by komentować @@ -494,6 +488,7 @@ issues.label_modify=Modyfikacja etykiety 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 pulls.new=Nowy pull request pulls.compare_changes=Porównaj zmiany @@ -557,6 +552,8 @@ wiki.save_page=Zapisz stronę wiki.last_commit_info=%s edytuje tę stronę %s wiki.edit_page_button=Edytuj wiki.new_page_button=Nowa strona +wiki.delete_page_button=Usuń stronę +wiki.delete_page_notice_1=Strona zostanie usunięta "%s". Bądź ostrożny. wiki.page_already_exists=Strona Wiki o tej samej nazwie już istnieje. wiki.pages=Strony wiki.last_updated=Ostatnia aktualizacja %s @@ -581,14 +578,23 @@ settings.tracker_url_format=Format dla adresu URL zewnętrznego systemu 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 +settings.new_owner_has_same_repo=Nowy właściciel już posiada repozytorium o tej samej nazwie. +settings.convert=Konwersja na repozytorium regularne +settings.convert_desc=Możesz przekonwertować ten mirror na repozytorium regularne. Ta czynność nie może być odwrócona. +settings.convert_notices_1=- Ta operacja przekonwertuje mirror tego repozytorium na repozytorium regularne. Ta czynność nie może być odwrócona. +settings.convert_confirm=Potwierdź konwersję +settings.convert_succeed=Typ repozytorium został zamieniony na regularne. settings.transfer=Przeniesienie własności settings.transfer_desc=Przenieś to repozytorium do innego użytkownika lub organizacji gdzie masz uprawnienia administratora. -settings.new_owner_has_same_repo=Nowy właściciel już posiada repozytorium o tej samej nazwie. -settings.delete=Usuń to repozytorium -settings.delete_desc=Po usunięciu repozytorium nie ma odwrotu. Upewnij się, że tego chcesz. settings.transfer_notices_1=- Stracisz dostęp jeśli nowy właściciel jest indywidualnym użytkownikiem. settings.transfer_notices_2=- Zachowasz dostęp jeśli nowym właścicielem jest organizacja, której jesteś współwłaścicielem. settings.transfer_form_title=Proszę wpisz co następuje w celu potwierdzenia operacji: +settings.wiki_delete=Kasowanie danych Wiki +settings.wiki_delete_desc=Usunięcie danych z wiki jest nieodwracalne. Bądź ostrożny. +settings.wiki_delete_notices_1=- To usunie i wyłączy wiki dla %s +settings.wiki_deletion_success=Dane wiki zostały usunięte. +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. @@ -602,8 +608,12 @@ settings.transfer_succeed=Własność repozytorium została przeniesiona pomyśl settings.confirm_delete=Potwierdź usunięcie settings.add_collaborator=Dodaj nowego współpracownika settings.add_collaborator_success=Został dodany nowy współpracownik. +settings.delete_collaborator=Usuń +settings.collaborator_deletion=Usunięcie współpracownika +settings.collaborator_deletion_desc=Ten użytkownik nie będzie miał dostępu współpracownika do repozytorium. Czy chcesz kontynuować? settings.remove_collaborator_success=Współpracownik został usunięty. settings.search_user_placeholder=Szukaj użytkownika... +settings.org_not_allowed_to_be_collaborator=Organizacji nie można dodać jako współpracownika. settings.user_is_org_member=Użytkownik jest członkiem organizacji, który nie może być dodany jako współpracownik. settings.add_webhook=Dodaj webhooka settings.hooks_desc=Webooki działają tak jak proste wywołania HTTP POST. Jeśli cokolwiek zdarzy się w Gogs, wyślemy powiadomienie do wybranego hosta. Więcej informacji można znaleźć w przewodniku webhooków. @@ -668,8 +678,8 @@ diff.parent=rodzic diff.commit=commit diff.data_not_available=Informacje nt. zmiany nie są dostępne. diff.show_diff_stats=Pokaż statystyki zmian -diff.show_split_view=Split View -diff.show_unified_view=Unified View +diff.show_split_view=Widok podzielony +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 @@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Przeładuj klucze publiczne w pliku '.ssh/authorize dashboard.resync_all_sshkeys_success=Przeładowanie kluczy publicznych zakończyło się sukcesem. dashboard.resync_all_update_hooks=Przepisz pliki update hook repozytoriów (wymagane przy zmianie ścieżki do pliku konfiguracji) dashboard.resync_all_update_hooks_success=Wszystkie pliki update hook repozytoriów zostały pomyślnie przepisane. +dashboard.reinit_missing_repos=Ponownie inicjalizuj wszystkie repozytoria, które straciły pliki Git +dashboard.reinit_missing_repos_success=Wszystkie repozytoria, które straciły pliki Git, zostały ponownie zainicjować pomyślnie. dashboard.server_uptime=Uptime serwera dashboard.current_goroutine=Bieżące Goroutines @@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Zostaw puste aby użyć wartości podanej p auths.attribute_name=Atrybut imienia auths.attribute_surname=Atrybut nazwiska auths.attribute_mail=Atrybut e-mail +auths.attributes_in_bind=Pobierz atrybuty w kontekście Bind DN auths.filter=Filtr użytkownika auths.admin_filter=Filtr administratora auths.ms_ad_sa=Ms Ad SA @@ -932,6 +945,7 @@ auths.update=Aktualizuj ustawienia uwierzytelniania auths.delete=Usuń to uwierzytelnienie auths.delete_auth_title=Usunięcie uwierzytelnienia auths.delete_auth_desc=To uwierzytelnienie zostanie usunięte, czy chcesz kontynuować? +auths.still_in_used=Ten rodzaj autentykacji jest wciąż wykorzystywany przez niektórych użytkowników. Usuń lub przekonwertuj użytkowników, aby wykorzystywali inny typ logowania. auths.deletion_success=Uwierzytelnienie zostało usunięte pomyślnie! config.server_config=Konfiguracja serwera @@ -948,6 +962,19 @@ config.static_file_root_path=Ścieżka plików statycznych config.log_file_root_path=Ścieżka plików dziennika config.script_type=Typ skryptu config.reverse_auth_user=Użytkownik dostarczony przez odwrotne proxy + +config.ssh_config=Konfiguracja SSH +config.ssh_enabled=Aktywne +config.ssh_start_builtin_server=Uruchom serwer wbudowany +config.ssh_domain=Domena +config.ssh_port=Port +config.ssh_listen_port=Port nasłuchu +config.ssh_root_path=Ścieżka katalogu głównego +config.ssh_key_test_path=Ścieżka klucza testowego +config.ssh_keygen_path=Ścieżka generatora ('ssh-keygen') +config.ssh_minimum_key_size_check=Sprawdzanie minimalnej długości klucza +config.ssh_minimum_key_sizes=Minimalne rozmiary kluczy + config.db_config=Konfiguracja bazy danych config.db_type=Typ config.db_host=Host @@ -962,7 +989,6 @@ config.register_email_confirm=Wymagaj potwierdzenia e-mail config.disable_register=Wyłącz rejestrację config.show_registration_button=Pokazuj przycisk rejestracji config.require_sign_in_view=Wymagaj bycia zalogowanym -config.enable_cache_avatar=Włącz cache awatarów config.mail_notify=Powiadomienia e-mail config.disable_key_size_check=Wyłącz sprawdzanie minimalnego rozmiaru klucza config.enable_captcha=Włącz Captcha @@ -978,6 +1004,9 @@ config.mailer_disable_helo=Wyłącz HELO config.mailer_name=Nazwa config.mailer_host=Host 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 @@ -1029,7 +1058,11 @@ create_repo=tworzy repozytorium %s rename_repo=zmienia nazwę repozytorium %[1]s na %[3]s commit_repo=wypycha do %[3]s w %[4]s create_issue=`zgłasza problem %s#%[2]s` +close_issue=`zamknięcie problemu %s#%[2]s` +reopen_issue=`ponowne otwarcie problemu %s#%[2]s` create_pull_request=`tworzy pull request %s#%[2]s` +close_pull_request=`zamknięcie pull request %s#%[2]s` +reopen_pull_request=`ponowne otwarcie pull request %s#%[2]s` comment_issue=`komentuje problem %s#%[2]s` merge_pull_request=`scala pull request %s#%[2]s` transfer_repo=przenosi repozytorium %s do %s diff --git a/conf/locale/locale_pt-BR.ini b/conf/locale/locale_pt-BR.ini index 0c4fc3c0c..f4fbbe5f3 100755 --- a/conf/locale/locale_pt-BR.ini +++ b/conf/locale/locale_pt-BR.ini @@ -20,7 +20,7 @@ signed_in_as=Você é username=Usuário email=E-mail password=Senha -re_type=Redigite +re_type=Digite novamente captcha=Captcha repository=Repositório @@ -38,22 +38,15 @@ settings=Configurações your_profile=Seu perfil your_settings=Suas configurações -news_feed=Feed de Notícias +activities=Atividades pull_requests=Pull Requests issues=Problemas cancel=Cancelar -[search] -search=Pesquisar... -repository=Repositório -user=Usuário -issue=Problema -code=Código - [install] install=Instalação -title=Etapas de instalação para Primeira Execuçã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 @@ -61,22 +54,22 @@ db_type=Tipo do Banco de Dados host=Host user=Usuário password=Senha -db_name=Nome do Banco de Dados +db_name=Nome do banco de dados db_helper=Por favor, use o mecanismo INNODB com o conjunto de caracteres utf8_general_ci para MySQL. ssl_mode=Modo SSL path=Caminho -sqlite_helper=O caminho do arquivo do banco de dados SQLite3 ou TiDB. +sqlite_helper=O caminho do arquivo de banco de dados SQLite3 ou TiDB.
Por favor use o caminho absoluto quando você iniciar como serviço. err_empty_db_path=O Caminho do banco de dados SQLite3 ou TiDB não pode ser vazio. err_invalid_tidb_name=Nome do banco de dados TiDB não permite os caracteres "." e "-". no_admin_and_disable_registration=Você não pode desabilitar o registro sem criar uma conta de administrador. 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 +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 Raiz do Repositório +repo_path=Caminho da raíz do repositório repo_path_helper=Todos os repositórios remotos do Git serão salvos neste diretório. -run_user=Executar Usuá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. @@ -84,35 +77,37 @@ 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=URL do aplicativo app_url_helper=Isto afeta a URL de clonagem via HTTP/HTTPs e também o email. +log_root_path=Caminho do log +log_root_path_helper=Pasta dos arquivos de log. -optional_title=Configurações Opcionais -email_title=Configurações do Serviço de E-mail +optional_title=Configurações opcionais +email_title=Configurações do serviço de e-mail smtp_host=Host SMTP -smtp_from=De +smtp_from=De smtp_from_helper=O endereço de email deve atender a especificação RFC 5322. O formato deve ser um email ou "Nome" . -mailer_user=E-mail do Remetente -mailer_password=Senha do Remetente -register_confirm=Habilitar Confirmação de Registro -mail_notify=Habilitar Notificação de Correio -server_service_title=Configurações de Servidor e Outros Serviços -offline_mode=Ativar Modo Offline +mailer_user=E-mail do remetente +mailer_password=Senha do remetente +register_confirm=Habilitar confirmação de registro +mail_notify=Habilitar notificação de e-mail +server_service_title=Configurações de servidor e outros serviços +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=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. 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 +enable_captcha=Habilitar captcha enable_captcha_popup=Obrigar validação por captcha para auto-registro de usuários. -require_sign_in_view=Requerer login para a visualização de páginas +require_sign_in_view=Obrigar login para a visualização de páginas require_sign_in_view_popup=Somente usuários autenticados podem ver todas as páginas, visitantes somente podem entrar ou se cadastrar. admin_setting_desc=Você não precisa criar uma conta de administrador agora, no entanto o primeiro usuário (ID=1) automaticamente terá acesso de administrador. -admin_title=Configurações da Conta de Administrador -admin_name=Nome de Usuário +admin_title=Configurações da conta de administrador +admin_name=Nome de usuário admin_password=Senha -confirm_password=Confirmar Senha -admin_email=E-mail do Administrador +confirm_password=Confirmar senha +admin_email=E-mail do administrador install_gogs=Instalar Gogs test_git_failed=Falha ao testar o comando 'git': %v sqlite3_not_available=Sua versão não suporta SQLite3, por favor faça o download da versão binária oficial em %s, NÃO da versão gobuild. @@ -122,6 +117,7 @@ run_user_not_match=O usuário da execução não é o usuário atual: %s -> %s save_config_failed=Falha ao salvar a configuração: %v invalid_admin_setting=Configuração da conta de administrador está inválida: %v install_success=Bem-vindo! Estamos contentes que você escolheu o Gogs, divirta-se e tenha cuidado. +invalid_log_root_path=Pasta raíz do log é inválida: %v [home] uname_holder=Nome de Usuário ou E-mail @@ -137,6 +133,8 @@ issues.in_your_repos=Em seus repositórios [explore] repos=Repositórios +users=Usuários +search=Pesquisar [auth] create_new_account=Criar Nova Conta @@ -188,7 +186,7 @@ AdminEmail=E-mail do Administrador require_error=` não pode estar vazio.` alpha_dash_error=` devem ser caracteres alfanuméricos ou hífen (-) ou sublinhado (_).` alpha_dash_dot_error=` devem ser caracteres alfanuméricos ou hífen (-) ou sublinhado (_).` -size_error='deve ser o tamanho %s.' +size_error=`deve ser do tamanho %s.` min_size_error=` deve conter pelo menos %s caracteres.` max_size_error=` deve conter no máximo %s caracteres.` email_error=` não é um endereço de e-mail válido.` @@ -203,7 +201,6 @@ repo_name_been_taken=Nome do repositório já foi tomado. org_name_been_taken=Nome da organização já foi tomado. team_name_been_taken=Nome da equipe já foi tomado. email_been_used=Endereço de e-mail já foi usado. -illegal_team_name=O nome da equipe contém caracteres não permitidos. 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. @@ -219,8 +216,6 @@ still_own_repo=Sua conta ainda tem propriedade do repositório, você tem que ex still_has_org=Sua conta ainda faz parte da organização, você deve sair ou excluí-la primeiro. org_still_own_repo=Esta organização ainda tem a propriedade do repositório, você deve excluir ou transferí-la primeiro. -still_own_user=Esta autenticação ainda é usada por alguns usuários, você deve movê-los e depois apagar novamente. - target_branch_not_exist=O branch de destino não existe. [user] @@ -262,11 +257,10 @@ continue=Continuar cancel=Cancelar enable_custom_avatar=Habilitar Avatar Customizado -enable_custom_avatar_helper=Habilite para desativar a busca no Gravatar choose_new_avatar=Escolha um novo avatar 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. -no_custom_avatar_available=Nenhum avatar personalizado disponível, não pode habilitá-lo. update_avatar_success=Sua configuração de avatar foi atualizada com sucesso. change_password=Mudança de senha @@ -477,7 +471,7 @@ 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.admin=Administrador +issues.collaborator=Colaboradores 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 @@ -494,6 +488,7 @@ issues.label_modify=Alteração de etiqueta 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 pulls.new=Novo Pull Request pulls.compare_changes=Comparar mudanças @@ -515,11 +510,11 @@ 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.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 foi mesclado automaticamente. +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.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.` milestones.new=Novo marco milestones.open_tab=%d abertos @@ -557,6 +552,8 @@ 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_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 wiki.last_updated=Última atualização %s @@ -568,7 +565,7 @@ settings.hooks=Webhooks settings.githooks=Hooks do Git settings.basic_settings=Configurações Básicas settings.site=Site Oficial -settings.update_settings=Configurações de Atualização +settings.update_settings=Atualizar configurações settings.change_reponame_prompt=Este mudanças vai 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 @@ -581,14 +578,23 @@ settings.tracker_url_format=Formato de URL do issue tracker externo 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.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. +settings.convert_notices_1=- Esta operação vai converter este repositório espelho em um repositório tradicional. Esta ação não pode ser desfeita. +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.new_owner_has_same_repo=O novo dono já tem um repositório com o mesmo nome. Por favor, escolha outro nome. -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.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_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_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. @@ -602,8 +608,12 @@ 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.add_collaborator_success=O novo colaborador foi adicionado. +settings.delete_collaborator=Deletar +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.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. settings.user_is_org_member=O usuário é um membro da organização que não pode ser adicionado como um colaborador. settings.add_webhook=Adicionar Webhook settings.hooks_desc=Hooks da web ou Webhooks permitem serviços externos serem notificados quando certos eventos acontecem no Gogs. Quando acontecem os eventos especificados, enviaremos uma solicitação POST para cada uma das URLs que você fornecer. Saiba mais no nosso Guia de Webhooks. @@ -748,7 +758,7 @@ members.membership_visibility=Visibilidade da associação: members.public=Público members.public_helper=tornar privado members.private=Privado -members.private_helper=torar público +members.private_helper=tornar público members.member_role=Categoria de membro: members.owner=Dono members.member=Membro @@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Reescrever o arquivo '.ssh/authorized_keys' (atenç dashboard.resync_all_sshkeys_success=Todas as chaves públicas foram reescritas com sucesso. dashboard.resync_all_update_hooks=Reescrever todos os hooks de atualização dos repositórios (necessário quando o caminho de configuração customizado é alterado) dashboard.resync_all_update_hooks_success=Os hooks de atualização de todos os repositórios foram reescritos com sucesso. +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.current_goroutine=Goroutines Atuais @@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Deixe vazio para usar o valor do campo de f auths.attribute_name=Atributo primeiro nome auths.attribute_surname=Atributo sobrenome auths.attribute_mail=Atributo e-mail +auths.attributes_in_bind=Buscar os atributos no contexto de Bind DN auths.filter=Filtro de usuário auths.admin_filter=Filtro de administrador auths.ms_ad_sa=Ms Ad SA @@ -932,6 +945,7 @@ 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 @@ -948,6 +962,19 @@ 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 +config.ssh_start_builtin_server=Iniciar servidor embutido +config.ssh_domain=Domínio +config.ssh_port=Porta +config.ssh_listen_port=Porta de escuta +config.ssh_root_path=Caminho da raiz +config.ssh_key_test_path=Caminho da chave de teste +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_type=Tipo config.db_host=Host @@ -962,7 +989,6 @@ 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.enable_cache_avatar=Habilitar Cache de Avatar config.mail_notify=Notificação de Correio config.disable_key_size_check=Desativar verificação de tamanho mínimo da chave config.enable_captcha=Habilitar o Captcha @@ -978,6 +1004,9 @@ config.mailer_disable_helo=Desabilitar HELO config.mailer_name=Nome config.mailer_host=Host 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 @@ -1028,9 +1057,13 @@ notices.delete_success=Avisos do sistema foram excluídos com sucesso. create_repo=repositório criado %s rename_repo=renomeou o o repositório %[1]s para %[3]s commit_repo=pushed para %[3]s em %[4]s -create_issue='questão aberta %s#%[2]s' +create_issue=`questão aberta %s#%[2]s` +close_issue=`questão fechada %s#%[2]s` +reopen_issue=`questão reaberta %s#%[2]s` create_pull_request=`criou o pull request %s#%[2]s` -comment_issue='comentou sobre a questão %s#%[2]s' +close_pull_request=`fechou o pull request %s#%[2]s` +reopen_pull_request=`reabriu o pull request %s#%[2]s` +comment_issue=`comentou sobre a questão %s#%[2]s` merge_pull_request=`mesclou o pull request %s#%[2]s` transfer_repo=repositório transferido de %s para %s push_tag=Foi feito push na tag %[2]s para %[3]s diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini index 073565258..c4ce5fbdb 100755 --- a/conf/locale/locale_ru-RU.ini +++ b/conf/locale/locale_ru-RU.ini @@ -1,7 +1,7 @@ -app_desc=Удобная служба для собственного Git-репозитория, написанная на языке Go +app_desc=Удобная служба для собственного Git-репозитория home=Главная -dashboard=Панель мониторинга +dashboard=Панель управления explore=Обзор help=Помощь sign_in=Войти @@ -14,14 +14,14 @@ page=Страница template=Шаблон language=Язык create_new=Создать... -user_profile_and_more=Профиль и остальное +user_profile_and_more=Профиль пользователя и прочее signed_in_as=Вы вошли как username=Имя пользователя email=Эл. почта password=Пароль -re_type=Повтор -captcha=Captcha +re_type=Введите повторно +captcha=Капча repository=Репозиторий organization=Организация @@ -29,28 +29,21 @@ mirror=Зеркало new_repo=Новый репозиторий new_migrate=Новая Миграция new_mirror=Новое зеркало -new_fork=Новый проект из репозитория +new_fork=Новое ответвление репозитория new_org=Новая организация -manage_org=Управление организацией +manage_org=Управление организациями admin_panel=Панель администратора account_settings=Настройки аккаунта settings=Настройки your_profile=Ваш профиль your_settings=Ваши настройки -news_feed=Лента новостей +activities=Активность pull_requests=Запросы на слияние issues=Задачи cancel=Отмена -[search] -search=Поиск... -repository=Репозиторий -user=Пользователь -issue=Задача -code=Код - [install] install=Установка title=Установочные шаги для первого запуска @@ -65,7 +58,7 @@ db_name=Имя базы данных db_helper=Для MySQL используйте тип таблиц InnoDB с кодировкой utf8_general_ci. ssl_mode=Режим SSL path=Путь -sqlite_helper=Путь к файлу базы данных SQLite3 или TiDB. +sqlite_helper=Путь к файлу базы данных SQLite3 или TiDB.
Укажите абсолютный путь при запуске в качестве службы. err_empty_db_path=Путь к базе данных SQLite3 или TiDB не может быть пустым. err_invalid_tidb_name=Имя базы данных TiDB не может содержать символы "." и "-". no_admin_and_disable_registration=Вы не можете отключить регистрацию до создания учетной записи администратора. @@ -86,6 +79,8 @@ 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=Настройки службы электронной почты @@ -122,6 +117,7 @@ run_user_not_match=Текущий пользователь не является save_config_failed=Не удалось сохранить конфигурацию: %v invalid_admin_setting=Указан недопустимый параметр учетной записи администратора: %v install_success=Добро пожаловать! Мы рады, что вы выбрали Gogs. Веселитесь и берегите себя. +invalid_log_root_path=Недопустимый путь для логов: %v [home] uname_holder=Имя пользователь или E-mail @@ -129,7 +125,7 @@ password_holder=Пароль switch_dashboard_context=Переключить контекст панели управления my_repos=Мои репозитории collaborative_repos=Совместные репозитории -my_orgs=Моя Организация +my_orgs=Мои организации my_mirrors=Мои зеркала view_home=Показать %s @@ -137,6 +133,8 @@ issues.in_your_repos=В ваших репозиториях [explore] repos=Репозитории +users=Пользователи +search=Поиск [auth] create_new_account=Создать новый аккаунт @@ -150,7 +148,7 @@ forget_password=Забыли пароль? sign_up_now=Нужен аккаунт? Зарегистрируйтесь. confirmation_mail_sent_prompt=Новое письмо для подтверждения было направлено на %s, пожалуйста, проверьте ваш почтовый ящик в течение %d часов для завершения регистрации. active_your_account=Активируйте свой аккаунт -resent_limit_prompt=Вы слишком часто отправляете письмо с активацией. Подождите 3 минуты, пожалуйста. +resent_limit_prompt=Извините, вы уже запросили активацию по электронной почте недавно. Пожалуйста, подождите 3 минуты, а затем повторите попытку. has_unconfirmed_mail=Здравствуйте, %s! У вас есть неподтвержденный адрес электронной почты (%s). Если вам не приходило письмо с подтверждением или нужно выслать новое письмо, нажмите на кнопку ниже. resend_mail=Нажмите здесь, чтобы переотправить активационное письмо email_not_associate=Этот адрес электронной почты не связан ни с одной учетной записью. @@ -192,24 +190,23 @@ size_error=` должен быть размер %s.` min_size_error=«должен содержать по крайней мере %s символов.» max_size_error=` должен содержать максимум %s символов.` email_error=«не является адресом электронной почты.» -url_error=«не является допустимым URL-адресом.» -include_error=` должен содержать '%s'` +url_error=` не является допустимым URL-адресом.` +include_error=` должен содержать '%s'.` unknown_error=Неизвестная ошибка: -captcha_incorrect=CAPTCHA не совпадает. -password_not_match=Пароль и подтверждение пароля не совпадают. +captcha_incorrect=Капча не пройдена. +password_not_match=Пароли не совпадают. -username_been_taken=Имя пользователя уже принято. -repo_name_been_taken=Имя репозитория уже принято. -org_name_been_taken=Название организации было уже принято. -team_name_been_taken=Название команды было уже принято. +username_been_taken=Имя пользователя занято. +repo_name_been_taken=Имя репозитория занято. +org_name_been_taken=Название организации занято. +team_name_been_taken=Название команды занято. email_been_used=Адрес электронной почты уже используется. -illegal_team_name=Имя группы содержит недопустимые знаки. username_password_incorrect=Имя пользователя или пароль не правильный. -enterred_invalid_repo_name=Пожалуйста, убедитесь, что введенно правильное имя хранилища. +enterred_invalid_repo_name=Пожалуйста, убедитесь, что введено правильное имя репозитория. enterred_invalid_owner_name=Убедитесь, что введенное имя владельца верное. enterred_invalid_password=Убедитесь, что введенный пароль верен. user_not_exist=Данный пользователь не существует. -last_org_owner=Удаляемый пользователь является последним в команде владельцев. Должен быть хотя бы один владелец. +last_org_owner=Удаление последнего пользователя из команды владельцев невозможно, поскольку всегда должен быть хотя бы один владелец в любой организации. invalid_ssh_key=К сожалению, мы не смогли проверить ваш SSH-ключ: %s unable_verify_ssh_key=Gogs не может проверить ваш SSH-ключ, но мы допускаем, что он действителен. Пожалуйста, удостоверьтесь самостоятельно, что ключ действителен. @@ -219,8 +216,6 @@ still_own_repo=На вашем аккаунте все еще остается still_has_org=Вы находитесь в организации, сперва Вам необходимо покинуть ее или удалить. org_still_own_repo=Данная организация все еще является владельцем репозиториев, необходимо удалить или переместить их в начале. -still_own_user=Эта проверка подлинности по-прежнему используется некоторыми пользователями, вы должны переместить их и затем снова удалить. - target_branch_not_exist=Целевая ветка не существует [user] @@ -262,11 +257,10 @@ continue=Далее cancel=Отмена enable_custom_avatar=Включить собственный аватар -enable_custom_avatar_helper=Включите эту опцию, чтоб отключить загрузку с Gravatar choose_new_avatar=Выбрать новый аватар update_avatar=Обновить настройку аватара +delete_current_avatar=Удалить текущий аватар uploaded_avatar_not_a_image=Загружаемый файл не является изображением. -no_custom_avatar_available=Собственный аватар недоступен, включить его невозможно. update_avatar_success=Настройка вашего аватара обновлена успешно. change_password=Сменить пароль @@ -324,7 +318,7 @@ token_name=Имя маркера generate_token=Генерировать маркер generate_token_succees=Успешно создан новый токен доступа! Пожалуйста сделайте копию вашего нового токена персонального доступа. Вы не сможете увидеть его снова! delete_token=Удалить -access_token_deletion=Удаление персонального токена доступа +access_token_deletion=Удаление личного токена доступа access_token_deletion_desc=Удаление этого персонального токена доступа приведет к удалению всех связанных прав доступа к приложению. Вы хотите продолжить? delete_token_success=Персональный токен доступа успешно удален! Не забудьте изменить настройки вашего приложения. @@ -341,7 +335,7 @@ repo_name_helper=Лучшие названия репозиториев коро visibility=Видимость visiblity_helper=Личный репозиторий visiblity_helper_forced=Все новые репозитории являются Личными по желанию администратора сайта -visiblity_fork_helper=(Изменение этого значения затронет все форки) +visiblity_fork_helper=(Изменение этого значения затронет все ответвления) clone_helper=Нужна помощь в клонировании? Посетите страницу помощи! fork_repo=Ответвить репозиторий fork_from=Ответвление от @@ -361,7 +355,7 @@ mirror_address=Адрес зеркала mirror_address_desc=Укажите необходимые учетные данные в адрес. watchers=Наблюдатели stargazers=Звездочеты -forks=Форки +forks=Ответвления form.reach_limit_of_creation=У владельца достигнут максимальный предел в %d создаваемых репозиториев. form.name_reserved=Имя репозитория '%s' зарезервировано. @@ -378,8 +372,8 @@ migrate.invalid_local_path=Недопустимый локальный путь. migrate.failed=Миграция не удалась: %v mirror_from=зеркало из -forked_from=форк от -fork_from_self=Вы не можете форкнуть репозитарий, так как Вы уже его владелец! +forked_from=ответвлено от +fork_from_self=Вы не можете ответвить репозиторий, так как Вы уже его владелец! copy_link=Скопировать copy_link_success=Скопировано! copy_link_error=Нажмите ⌘-C или Ctrl-C для копирования @@ -440,7 +434,7 @@ issues.new_label=Новая метка issues.new_label_placeholder=Имя метки... issues.create_label=Добавить метку issues.open_tab=%d открыто(ы) -issues.close_tab=%d Закрыть +issues.close_tab=%d закрыто(ы) issues.filter_label=Метка issues.filter_label_no_select=Нет выбранной метки issues.filter_milestone=Этап @@ -477,7 +471,7 @@ issues.closed_at=`закрыл %[2]s` issues.reopened_at=`открыл снова %[2]s` issues.commit_ref_at=`упомянул эту задачу в коммите %[2]s` issues.poster=Автор -issues.admin=Администратор +issues.collaborator=Соавтор issues.owner=Владелец issues.sign_up_for_free=Зарегистрируйтесь бесплатно issues.sign_in_require_desc=чтобы присоединиться к обсуждению. Уже есть аккаунт? Войдите чтобы прокомментировать @@ -494,6 +488,7 @@ issues.label_modify=Изменение метки issues.label_deletion=Удаление метки issues.label_deletion_desc=Удаление ярлыка затронет все связанные задачи. Продолжить? issues.label_deletion_success=Метка была удалена успешно! +issues.num_participants=%d участников pulls.new=Новый запрос на слияние pulls.compare_changes=Сравнить изменения @@ -503,7 +498,7 @@ pulls.compare_compare=сравнить pulls.filter_branch=Фильтр по ветке pulls.no_results=Результатов не найдено. pulls.nothing_to_compare=Нечего сравнивать, родительская и текущая ветка одинаковые. -pulls.has_pull_request=`Уже существует пулл-реквест между двумя целями %[2]s#%[3]d` +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 @@ -513,7 +508,7 @@ pulls.tab_files=Измененные файлы pulls.reopen_to_merge=Пожалуйста снова откройте этот запрос для слияния. pulls.merged=Слито pulls.has_merged=Слияние этого запроса успешно завершено! -pulls.data_broken=Содержимое этого пулл-реквеста было нарушено, вследствии удаления или клонирования информации. +pulls.data_broken=Содержимое этого запроса было нарушено вследствие удаления информации ответвления. pulls.is_checking=Продолжается проверка конфликтов, пожалуйста обновите страницу несколько позже. pulls.can_auto_merge_desc=Этот запрос на слияние может быть объединён автоматически. pulls.cannot_auto_merge_desc=Этот запрос на слияние не может быть объединён автоматически. @@ -547,7 +542,7 @@ milestones.deletion_success=Контрольная точка успешно у wiki=Вики wiki.welcome=Добро пожаловать в Вики! -wiki.welcome_desc=Вики это место, где вы хотели бы документировать проект вместе и сделать его лучше. +wiki.welcome_desc=Вики это место, где вы можете документировать проект вместе и сделать его лучше. wiki.create_first_page=Создать первую страницу wiki.page=Страница wiki.filter_page=Фильтр страницы @@ -557,6 +552,8 @@ 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 @@ -573,7 +570,7 @@ settings.change_reponame_prompt=Это изменение повлияет на settings.advanced_settings=Расширенные настройки settings.wiki_desc=Включить Вики, чтобы позволить людям писать документы settings.use_external_wiki=Использовать внешнюю Wiki -settings.external_wiki_url=URL-адрес внешней вики +settings.external_wiki_url=URL-адрес внешней Вики settings.external_wiki_url_desc=Посетители будут перенаправлены на URL-адрес, когда они кликнут по вкладке. settings.issues_desc=Включить встроенную, легковесную систему отслеживания ошибок settings.use_external_issue_tracker=Использовать внешнюю систему отслеживания ошибок @@ -581,19 +578,28 @@ settings.tracker_url_format=Внешний формат ссылки систе 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.new_owner_has_same_repo=У нового владельца уже есть хранилище с таким названием. -settings.delete=Удалить этот репозиторий -settings.delete_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.delete_notices_fork_2=- Если данный репозиторий является приватным, все его форки будут удалены вместе с ним. -settings.delete_notices_fork_3=- Если вы хотите сохранить все форки после удаления репозитория, то сначала сделайте его публичным. +settings.delete_notices_fork_2=- Если данный репозиторий является приватным, все его ответвления будут удалены вместе с ним. +settings.delete_notices_fork_3=- Если вы хотите сохранить все ответвления после удаления репозитория, то сначала сделайте его публичным. settings.deletion_success=Репозиторий был успешно удалён! settings.update_settings_success=Настройка репозитория обновлена успешно. settings.transfer_owner=Новый владелец @@ -602,8 +608,12 @@ 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. При возникновении указанных событий мы отправим запрос POST на каждый заданный вами URL. Узнать больше можно в нашем Руководстве по Webhooks. @@ -677,7 +687,7 @@ diff.view_file=Просмотреть файл release.releases=Релизы release.new_release=Новый релиз release.draft=Черновик -release.prerelease=Предрелиз +release.prerelease=Пре-релиз release.stable=Стабильный release.edit=Редактировать release.ahead=%d коммитов %s начиная с этого релиза @@ -700,9 +710,9 @@ release.save_draft=Сохранить черновик release.edit_release=Редактировать релиз release.delete_release=Удалить этот релиз release.deletion=Удаление релиза -release.deletion_desc=Удаление данного релиза так же удалит все относящиеся к нему Git теги. Продолжить? +release.deletion_desc=Удаление этого релиза удалит соответствующую Git метку. Вы хотите продолжить? release.deletion_success=Релиз был успешно удален! -release.tag_name_already_exist=Релиз с этим именем тега уже существует. +release.tag_name_already_exist=Релиз с этим именем метки уже существует. release.downloads=Загрузки [org] @@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Переписать файл «.ssh/authorized_key dashboard.resync_all_sshkeys_success=Были успешно переписаны все открытые ключи. dashboard.resync_all_update_hooks=Перезаписать все апдейт-хуки этого репозитория (необходимо, когда изменен путь до папки конфигураций) dashboard.resync_all_update_hooks_success=Апдейт-хуки всех репозиториев успешно перезаписаны. +dashboard.reinit_missing_repos=Реинициализировать все репозитории с утерянными Git файлами +dashboard.reinit_missing_repos_success=Все репозитории с утерянными Git файлами успешно реинициализированы. dashboard.server_uptime=Время непрерывной работы сервера dashboard.current_goroutine=Текущий Goroutines @@ -911,6 +923,7 @@ 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 @@ -932,6 +945,7 @@ auths.update=Обновить параметры аутентификации auths.delete=Удалить этот канал аутентификации auths.delete_auth_title=Удаление канала аутентификации auths.delete_auth_desc=Этот канал аутентификации будет удален. Вы уверены что хотите продолжить? +auths.still_in_used=Эта проверка подлинности до сих пор используется некоторыми пользователями, удалите или преобразуйте этих пользователей в другой тип входа в систему. auths.deletion_success=Канал аутентификации успешно удален! config.server_config=Конфигурация сервера @@ -948,6 +962,19 @@ config.static_file_root_path=Статичный путь до файла config.log_file_root_path=Путь до папки с логами config.script_type=Тип сценария config.reverse_auth_user=Заголовок с именем пользователя для авторизации на reverse proxy + +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=Хост @@ -962,7 +989,6 @@ config.register_email_confirm=Требуется подтверждение по config.disable_register=Отключить регистрацию config.show_registration_button=Показать кнопку регистрации config.require_sign_in_view=Для просмотра необходима авторизация -config.enable_cache_avatar=Кешировать аватар config.mail_notify=Почтовые уведомления config.disable_key_size_check=Отключить проверку на минимальный размер ключа config.enable_captcha=Включить капчу @@ -978,6 +1004,9 @@ 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=Настройки кеша @@ -1025,15 +1054,19 @@ notices.op=Op. notices.delete_success=Системное уведомление успешно удалено. [action] -create_repo=создал репозиторий %s -rename_repo=репозиторий переименован из %[1]sна %[3]s -commit_repo=запушил %[3]s в %[4]s +create_repo=создал(а) репозиторий %s +rename_repo=переименовал(а) репозиторий из %[1]s на %[3]s +commit_repo=запушил(а) %[3]s в %[4]s create_issue=`открыл(а) задачу %s#%[2]s` -create_pull_request=`созданный пулл-реквест %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 +push_tag=запушил(а) метку %[2]s в %[3]s compare_commits=Просмотр сравнение для этих %d коммитов [tool] diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index cb05fc7e8..672fcdb98 100755 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -38,19 +38,12 @@ settings=帐户设置 your_profile=个人信息 your_settings=用户设置 -news_feed=最新活动 +activities=最近活动 pull_requests=合并请求 issues=工单管理 cancel=取消 -[search] -search=搜索... -repository=仓库 -user=用户 -issue=工单 -code=代码 - [install] install=安装页面 title=首次运行安装程序 @@ -65,7 +58,7 @@ db_name=数据库名称 db_helper=如果您使用 MySQL,请使用 INNODB 引擎以及 utf8_general_ci 字符集。 ssl_mode=SSL 模式 path=数据库文件路径 -sqlite_helper=SQLite3 或 TiDB 的数据库路径。 +sqlite_helper=SQLite3 或 TiDB 数据库文件路径。
作为服务启动时,请使用绝对路径。 err_empty_db_path=SQLite3 或 TiDB 的数据库路径不能为空。 err_invalid_tidb_name=TiDB 数据库名称不允许包含字符 "." 或 "-" 。 no_admin_and_disable_registration=您不能够在未创建管理员用户的情况下禁止注册。 @@ -86,6 +79,8 @@ http_port=HTTP 端口号 http_port_helper=应用监听的端口号 app_url=应用 URL app_url_helper=该设置影响 HTTP/HTTPS 克隆地址和一些邮箱中的链接。 +log_root_path=日志路径 +log_root_path_helper=存放日志文件的目录 optional_title=可选设置 email_title=邮件服务设置 @@ -122,6 +117,7 @@ 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=用户名或邮箱 @@ -136,7 +132,9 @@ view_home=访问 %s issues.in_your_repos=属于该用户仓库的 [explore] -repos=探索仓库 +repos=仓库 +users=用户 +search=搜索 [auth] create_new_account=创建帐户 @@ -203,7 +201,6 @@ repo_name_been_taken=仓库名称已经被占用。 org_name_been_taken=组织名称已经被占用。 team_name_been_taken=团队名称已经被占用。 email_been_used=邮箱地址已经被使用。 -illegal_team_name=团队名称包含非法字符。 username_password_incorrect=用户名或密码不正确。 enterred_invalid_repo_name=请检查您输入的仓库名称是正确。 enterred_invalid_owner_name=请检查您输入的新所有者用户名是否正确。 @@ -219,8 +216,6 @@ still_own_repo=您的帐户仍然是某些仓库的拥有者,您必须先转 still_has_org=您的帐户仍旧是某些组织的成员,您必须先离开或删除组织。 org_still_own_repo=该组织仍然是某些仓库的拥有者,您必须先转移或删除它们才能执行删除组织操作! -still_own_user=该授权认证依旧被部分用户使用,请先删除该部分用户后再试! - target_branch_not_exist=目标分支不存在。 [user] @@ -262,11 +257,10 @@ continue=继续操作 cancel=取消操作 enable_custom_avatar=启动自定义头像 -enable_custom_avatar_helper=激活该选项来禁止从 Gravatar 获取头像 choose_new_avatar=选择新的头像 update_avatar=更新头像设置 +delete_current_avatar=删除当前头像 uploaded_avatar_not_a_image=上传的文件不是一张图片! -no_custom_avatar_available=未上传过自定义头像,无法激活该选项。 update_avatar_success=您的头像设置更新成功! change_password=修改密码 @@ -477,7 +471,7 @@ issues.closed_at=`于 %[2]s 关闭` issues.reopened_at=`于 %[2]s 重新开启` issues.commit_ref_at=`在代码提交 %[2]s 中引用了该工单` issues.poster=发布者 -issues.admin=管理员 +issues.collaborator=协作者 issues.owner=所有者 issues.sign_up_for_free=免费注册 issues.sign_in_require_desc=并加入到对话中来。如果您已经注册,可以直接 登录并评论 @@ -494,6 +488,7 @@ issues.label_modify=修改标签 issues.label_deletion=删除标签操作 issues.label_deletion_desc=删除该标签将会移除所有工单中相关的信息。是否继续? issues.label_deletion_success=标签删除成功! +issues.num_participants=%d 名参与者 pulls.new=创建合并请求 pulls.compare_changes=对比文件变化 @@ -557,6 +552,8 @@ 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 @@ -581,14 +578,23 @@ settings.tracker_url_format=外部工单管理系统的 URL 格式 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.new_owner_has_same_repo=新的仓库拥有者已经存在同名仓库! -settings.delete=删除本仓库 -settings.delete_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=- 如果该仓库为公开的,则在删除仓库后所有的派生仓库都将转换成独立的仓库。 @@ -602,8 +608,12 @@ 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 文档 获取更多信息。 @@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=重新生成 '.ssh/authorized_keys' 文件(警告 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 数量 @@ -911,6 +923,7 @@ 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 @@ -932,6 +945,7 @@ auths.update=更新认证设置 auths.delete=删除该认证 auths.delete_auth_title=删除认证操作 auths.delete_auth_desc=该认证将被删除。是否继续? +auths.still_in_used=此认证仍旧与一些用户有关联,请先删除或者将这些用户转换为其它登录类型。 auths.deletion_success=授权源删除成功! config.server_config=服务器配置 @@ -948,6 +962,19 @@ 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=主机地址 @@ -962,7 +989,6 @@ config.register_email_confirm=注册邮件确认 config.disable_register=关闭注册功能 config.show_registration_button=显示注册按钮 config.require_sign_in_view=强制登录浏览 -config.enable_cache_avatar=开启缓存头像 config.mail_notify=邮件通知提醒 config.disable_key_size_check=禁用密钥最小长度检查 config.enable_captcha=启用验证码服务 @@ -978,6 +1004,9 @@ 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 配置 @@ -1029,7 +1058,11 @@ 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 diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini index 255ac015a..817e57d36 100755 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.ini @@ -3,69 +3,62 @@ app_desc=基於 Go 語言的自助 Git 服務 home=首頁 dashboard=控制面版 explore=探索 -help=幫助 -sign_in=登錄 -sign_out=退出 +help=說明 +sign_in=登入 +sign_out=登出 sign_up=註冊 register=註冊 -website=官方網站 -version=當前版本 +website=網站 +version=版本 page=頁面 -template=模版 -language=語言選項 +template=樣板 +language=語言 create_new=創建... user_profile_and_more=用戶信息及更多 signed_in_as=已登錄用戶 -username=用戶名 -email=郵箱 +username=用戶名稱 +email=電子郵件 password=密碼 re_type=確認密碼 captcha=驗證碼 -repository=倉庫 +repository=儲存庫 organization=組織 mirror=鏡像 -new_repo=創建新的倉庫 +new_repo=新增儲存庫 new_migrate=遷移外部倉庫 new_mirror=新鏡像 -new_fork=新的派生倉庫 -new_org=創建新的組織 -manage_org=管理我的組織 -admin_panel=管理面版 -account_settings=帳戶設置 -settings=帳戶設置 -your_profile=個人信息 -your_settings=用戶設置 - -news_feed=最新活動 +new_fork=新增程式庫分支 +new_org=新增組織 +manage_org=管理組織 +admin_panel=管理面板 +account_settings=帳號設定 +settings=設定 +your_profile=個人資料 +your_settings=用戶設定 + +activities=Activities pull_requests=合併請求 -issues=問題管理 +issues=問題 cancel=取消 -[search] -search=搜尋... -repository=倉庫 -user=用戶 -issue=工單 -code=程式碼 - [install] install=安裝頁面 -title=首次執行安裝程序 +title=首次安裝步驟 docker_helper=如果您正在使用 Docker 容器運行 Gogs,請務必先仔細閱讀 官方文檔 後再對本頁面進行填寫。 requite_db_desc=Gogs 要求安裝 MySQL、PostgreSQL、SQLite3 或 TiDB。 db_title=數據庫設置 -db_type=數據庫類型 -host=數據庫主機 -user=數據庫用戶 -password=數據庫用戶密碼 -db_name=數據庫名稱 +db_type=資料庫類型 +host=主機 +user=帳號 +password=密碼 +db_name=資料庫名稱 db_helper=如果您使用 MySQL,請使用 INNODB 引擎以及 utf8_general_ci 字符集。 ssl_mode=SSL 模式 path=數據庫文件路徑 -sqlite_helper=SQLite3 或 TiDB 的數據庫路徑。 +sqlite_helper=The file path of SQLite3 or TiDB database.
Please use absolute path when you start as service. err_empty_db_path=SQLite3 或 TiDB 的數據庫路徑不能為空。 err_invalid_tidb_name=TiDB 數據庫名稱不允許包含字符 "." 或 "-" 。 no_admin_and_disable_registration=您不能夠在未創建管理員用戶的情況下禁止註冊。 @@ -74,25 +67,27 @@ err_empty_admin_password=管理員密碼不能為空。 general_title=應用基本設置 app_name=應用名稱 app_name_helper=為您的組織取個響亮而又偉大的名稱 -repo_path=倉庫根目錄 -repo_path_helper=所有 Git 遠程倉庫都將被存放於該目錄。 -run_user=執行系統用戶 -run_user_helper=該用戶必須具有對倉庫根目錄和執行 Gogs 的操作權限。 +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=應用 URL +app_url=應用程式網址 app_url_helper=該設置影響 HTTP/HTTPS 複製地址和一些郵箱中的連結。 +log_root_path=Log Path +log_root_path_helper=Directory to write log files to. optional_title=可選設置 email_title=電子郵件服務設定 smtp_host=SMTP 主機 -smtp_from=郵件來自 +smtp_from=寄件者 smtp_from_helper=郵件來自地址,遵循 RFC 5322 標准。可以是一個單純的郵箱地址或使用 "name" 的格式。 -mailer_user=發送郵箱 +mailer_user=寄件者 E-mail mailer_password=發送郵箱密碼 register_confirm=啟用註冊郵箱確認 mail_notify=啟用郵件通知提醒 @@ -122,6 +117,7 @@ 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 [home] uname_holder=用戶名或郵箱 @@ -137,6 +133,8 @@ issues.in_your_repos=屬於該用戶倉庫的 [explore] repos=探索倉庫 +users=Users +search=Search [auth] create_new_account=創建帳戶 @@ -174,7 +172,7 @@ modify=確認修改 [form] UserName=用戶名 -RepoName=倉庫名稱 +RepoName=儲存庫名稱 Email=郵箱地址 Password=密碼 Retype=確認密碼 @@ -203,7 +201,6 @@ repo_name_been_taken=倉庫名稱已經被佔用。 org_name_been_taken=組織名稱已經被佔用。 team_name_been_taken=團隊名稱已經被佔用。 email_been_used=郵箱地址已經被使用。 -illegal_team_name=團隊名稱包含不合法字符。 username_password_incorrect=用戶名或密碼不正確。 enterred_invalid_repo_name=請檢查您輸入的倉庫名稱是正確。 enterred_invalid_owner_name=請檢查您輸入的新所有者用戶名是否正確。 @@ -219,8 +216,6 @@ still_own_repo=您的帳戶仍然是某些倉庫的擁有者,您必須先轉 still_has_org=您的帳戶仍舊是某些組織的成員,您必須先離開或刪除組織。 org_still_own_repo=該組織仍然是某些倉庫的擁有者,您必須先轉移或刪除它們才能執行刪除組織操作! -still_own_user=該授權認證依舊被部分用戶使用,請先刪除該部分用戶後再試! - target_branch_not_exist=目標分支不存在 [user] @@ -262,11 +257,10 @@ continue=繼續操作 cancel=取消操作 enable_custom_avatar=啟動自定義頭像 -enable_custom_avatar_helper=激活該選項來禁止從 Gravatar 獲取頭像 choose_new_avatar=選擇新的頭像 update_avatar=更新頭像設置 +delete_current_avatar=Delete Current Avatar uploaded_avatar_not_a_image=上傳的文件不是一張圖片! -no_custom_avatar_available=沒有任何自定義頭像,無法激活該選項。 update_avatar_success=您的頭像設置更新成功! change_password=修改密碼 @@ -363,7 +357,7 @@ watchers=關注者 stargazers=稱讚者 forks=派生倉庫 -form.reach_limit_of_creation=The owner has reached maximum creation limit of %d repositories. +form.reach_limit_of_creation=擁有者已達到儲存庫最大的新增上限 %d。 form.name_reserved=倉庫名稱 '%s' 是被保留的。 form.name_pattern_not_allowed=倉庫名稱不允許 '%s' 的格式。 @@ -384,7 +378,7 @@ copy_link=複製連結 copy_link_success=複製成功! copy_link_error=請按下 ⌘-C 或 Ctrl-C 複製 copied=複製成功 -unwatch=取消關註 +unwatch=取消關注 watch=關註 unstar=取消讚好 star=讚好 @@ -477,7 +471,7 @@ issues.closed_at=`於 %[2]s 關閉` issues.reopened_at=`於 %[2]s 重新開啟` issues.commit_ref_at=`在代碼提交 %[2]s 中引用了該問題` issues.poster=發佈者 -issues.admin=管理員 +issues.collaborator=Collaborator issues.owner=所有者 issues.sign_up_for_free=免費註冊 issues.sign_in_require_desc=及加入到對話當中。如果您已經註冊,可以直接 登錄及評論 @@ -494,6 +488,7 @@ issues.label_modify=修改標籤 issues.label_deletion=刪除標籤 issues.label_deletion_desc=刪除該標籤將會移除所有問題中相關的訊息。是否繼續? issues.label_deletion_success=標籤刪除成功! +issues.num_participants=%d Participants pulls.new=創建合併請求 pulls.compare_changes=對比文件變化 @@ -516,8 +511,8 @@ pulls.has_merged=該合併請求已經成功合併! pulls.data_broken=該合併請求的數據由於派生倉庫的相關信息被刪除而被破壞。 pulls.is_checking=該合併請求正在進行衝突檢查,請稍後再刷新頁面。 pulls.can_auto_merge_desc=這個拉請求可以自動合併。 -pulls.cannot_auto_merge_desc=This pull request can't be merged automatically because there are conflicts. -pulls.cannot_auto_merge_helper=Please merge manually in order to resolve the conflicts. +pulls.cannot_auto_merge_desc=由於存在衝突,不能自動合併這推送請求。 +pulls.cannot_auto_merge_helper=請手動合併來解決衝突。 pulls.merge_pull_request=合併請求 pulls.open_unmerged_pull_exists=`由於已經存在來自相同倉庫和合併信息的未合併請求(#%d),您無法執行重新開啟操作。` @@ -557,6 +552,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.page_already_exists=相同名稱的 Wiki 頁面已經存在。 wiki.pages=所有頁面 wiki.last_updated=最後更新於 %s @@ -574,21 +571,30 @@ settings.advanced_settings=高級設置 settings.wiki_desc=啟用 Wiki 以允許用戶協作文檔 settings.use_external_wiki=使用外部 wiki settings.external_wiki_url=外部 Wiki 連結 -settings.external_wiki_url_desc=Visitors will be redirected to URL when they click on the tab. +settings.external_wiki_url_desc=當分頁上按一下,訪客將會重新導到 URL。 settings.issues_desc=啟用內置的輕量級問題管理系統 settings.use_external_issue_tracker=使用外部的問題管理系統 settings.tracker_url_format=外部問題管理系統的 URL 格式 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_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. settings.transfer=轉移倉庫所有權 settings.transfer_desc=您可以將倉庫轉移至您擁有管理員權限的帳戶或組織。 -settings.new_owner_has_same_repo=新的倉庫擁有者已經存在同名倉庫! -settings.delete=刪除本倉庫 -settings.delete_desc=刪除倉庫操作不可逆轉,請三思而後行。 settings.transfer_notices_1=- 如果您將倉庫轉移給個人用戶,您將會丟失操作權限。 settings.transfer_notices_2=- 如果您將倉庫轉移給您是所有者的組織,您的操作權限將被保留。 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_notices_1=- This will delete and disable the wiki for %s +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=- 如果該倉庫為公開的,則在刪除倉庫後所有的派生倉庫都將轉換成獨立的倉庫。 @@ -602,8 +608,12 @@ settings.transfer_succeed=倉庫所有權轉移成功! settings.confirm_delete=確認刪除倉庫 settings.add_collaborator=增加新的協作者 settings.add_collaborator_success=成功添加新的協作者! +settings.delete_collaborator=Delete +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=被操作的協作者已經被收回權限! settings.search_user_placeholder=搜索用戶... +settings.org_not_allowed_to_be_collaborator=Organization is not allowed to be added as a collaborator. settings.user_is_org_member=被操作的用戶是組織成員,因此無法添加為協作者! settings.add_webhook=添加 Web 鉤子 settings.hooks_desc=Web 鉤子允許您設定在 Gogs 上發生指定事件時對指定 URL 發送 POST 通知。查看 Webhooks 文檔 獲取更多信息。 @@ -669,7 +679,7 @@ diff.commit=當前提交 diff.data_not_available=暫無可用數據 diff.show_diff_stats=顯示文件統計 diff.show_split_view=分割檢視 -diff.show_unified_view=Unified View +diff.show_unified_view=統一視圖 diff.stats_desc=共有 %d 個文件被更改,包括 %d 次插入%d 次删除 diff.bin=二進制 diff.view_file=查看文件 @@ -696,7 +706,7 @@ release.prerelease_desc=這是一個預發佈版本 release.prerelease_helper=我們會告知用戶不建議將本發佈投入生產環境使用。 release.cancel=取消 release.publish=發佈版本 -release.save_draft=保在草稿 +release.save_draft=儲存草稿 release.edit_release=編輯發佈信息 release.delete_release=刪除此次發布 release.deletion=刪除版本發布操作 @@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=重新生成 '.ssh/authorized_keys' 文件(警告 dashboard.resync_all_sshkeys_success=所有公鑰重新生成成功! dashboard.resync_all_update_hooks=重新生成所有倉庫的 Update 鈎子(用於被修改的自定義配置文件) dashboard.resync_all_update_hooks_success=已成功重新生成所有倉庫的 Update 鈎子! +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=服務執行時間 dashboard.current_goroutine=當前 Goroutines 數量 @@ -865,8 +877,8 @@ users.auth_login_name=認證登錄名稱 users.password_helper=留空使其保持不變。 users.update_profile_success=該用戶信息更新成功! users.edit_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=最大儲存庫新增限制 +users.max_repo_creation_desc=(設定 -1 使用全域預設限制) users.is_activated=該用戶已被激活 users.is_admin=該用戶具有管理員權限 users.allow_git_hook=該帳戶具有創建 Git 鉤子的權限 @@ -911,6 +923,7 @@ auths.attribute_username_placeholder=留空表示使用用戶登錄時所使用 auths.attribute_name=名子屬性 auths.attribute_surname=姓氏屬性 auths.attribute_mail=電子郵箱屬性 +auths.attributes_in_bind=Fetch attributes in Bind DN context auths.filter=使用者篩選器 auths.admin_filter=管理者篩選器 auths.ms_ad_sa=Ms Ad SA @@ -932,6 +945,7 @@ auths.update=更新認證設置 auths.delete=刪除該認證 auths.delete_auth_title=刪除認證操作 auths.delete_auth_desc=該認證將被刪除。是否繼續? +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=認證源刪除成功! config.server_config=服務器配置 @@ -948,6 +962,19 @@ config.static_file_root_path=靜態文件根目錄 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_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.db_config=數據庫配置 config.db_type=數據庫類型 config.db_host=主機地址 @@ -962,7 +989,6 @@ config.register_email_confirm=註冊電子郵件確認 config.disable_register=關閉註冊功能 config.show_registration_button=顯示註冊按鈕 config.require_sign_in_view=強制登錄瀏覽 -config.enable_cache_avatar=開啟緩存頭像 config.mail_notify=郵件通知提醒 config.disable_key_size_check=禁用密鑰最小長度檢查 config.enable_captcha=啟用驗證碼服務 @@ -978,6 +1004,9 @@ 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.oauth_config=社交帳號配置 config.oauth_enabled=啟用服務 config.cache_config=Cache 配置 @@ -1025,16 +1054,20 @@ notices.op=操作 notices.delete_success=系統提示刪除成功! [action] -create_repo=創建了倉庫 %s +create_repo=創建了儲存庫 %s rename_repo=重新命名倉庫 %[1]s%[3]s commit_repo=推送了 %[3]s 分支的代碼到 %[4]s create_issue=`創建了問題 %s#%[2]s` +close_issue=`closed issue %s#%[2]s` +reopen_issue=`reopened issue %s#%[2]s` create_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=`評論了問題 %s#%[2]s` merge_pull_request=`合併了合併請求 %s#%[2]s` -transfer_repo=將倉庫 %s 轉移至 %s +transfer_repo=將儲存庫 %s 轉移至 %s push_tag=推送了標籤 %[2]s%[3]s -compare_commits=View comparison for these %d commits +compare_commits=查看 %d 次提交的內容比對 [tool] ago=之前 diff --git a/docker/README.md b/docker/README.md index d1250cdba..07bf780c3 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,10 +1,10 @@ # Docker for Gogs -Visit [Docker Hub](https://hub.docker.com/r/gogs/gogs/) or [Quay](https://quay.io/repository/gogs/gogs) see all available tags. +Visit [Docker Hub](https://hub.docker.com/r/gogs/gogs/) see all available tags. ## Usage -To keep your data out of Docker container, we do a volume(`/var/gogs` -> `/data`) here, and you can change it based on your situation. +To keep your data out of Docker container, we do a volume (`/var/gogs` -> `/data`) here, and you can change it based on your situation. ``` # Pull image from Docker Hub. @@ -20,6 +20,8 @@ $ docker run --name=gogs -p 10022:22 -p 10080:3000 -v /var/gogs:/data gogs/gogs $ docker start gogs ``` +Note: It is important to map the Gogs ssh service from the container to the host and set the appropriate SSH Port and URI settings when setting up Gogs for the first time. To access and clone Gogs Git repositories with the above configuration you would use: `git clone ssh://git@hostname:10022/username/myrepo.git` for example. + Files will be store in local path `/var/gogs` in my case. Directory `/var/gogs` keeps Git repositories and Gogs data: @@ -44,19 +46,34 @@ 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 + +``` +# Create docker volume. +$ docker volume create --name gogs-data + +# Use `docker run` for the first time. +$ docker run --name=gogs -p 10022:22 -p 10080:3000 -v gogs-data:/data gogs/gogs +``` ## Settings +### Application + Most of settings are obvious and easy to understand, but there are some settings can be confusing by running Gogs inside Docker: - **Repository Root Path**: keep it as default value `/home/git/gogs-repositories` because `start.sh` already made a symbolic link for you. - **Run User**: keep it as default value `git` because `start.sh` already setup a user with name `git`. -- **Domain**: fill in with Docker container IP(e.g. `192.168.99.100`). But if you want to access your Gogs instance from a different physical machine, please fill in with the hostname or IP address of the Docker host machine. +- **Domain**: fill in with Docker container IP (e.g. `192.168.99.100`). But if you want to access your Gogs instance from a different physical machine, please fill in with the hostname or IP address of the Docker host machine. - **SSH Port**: Use the exposed port from Docker container. For example, your SSH server listens on `22` inside Docker, but you expose it by `10022:22`, then use `10022` for this value. **Builtin SSH server is not recommended inside Docker Container** - **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/`). +- **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 -Full documentation of settings can be found [here](http://gogs.io/docs/advanced/configuration_cheat_sheet.html). +Please set environment variable `RUN_CROND` to be `true` or `1` in order to start `crond` inside the container. ## Upgrade @@ -71,4 +88,4 @@ Steps to upgrade Gogs with Docker: ## Known Issues -- `.dockerignore` seems to be ignored during Docker Hub Automated build +- The docker container can not currently be build on Raspberry 1 (armv6l) as our base image `alpine` does not have a `go` package available for this platform. diff --git a/docker/build.sh b/docker/build.sh index 83ef8f2b2..0bf5c0131 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -7,7 +7,7 @@ export GOPATH=/tmp/go export PATH=${PATH}:${GOPATH}/bin # Install build deps -apk -U --no-progress add --virtual build-deps linux-pam-dev go@community gcc musl-dev +apk --no-cache --no-progress add --virtual build-deps linux-pam-dev go gcc musl-dev # Init go environment to build Gogs mkdir -p ${GOPATH}/src/github.com/gogits/ diff --git a/docker/s6/crond/down b/docker/s6/crond/down new file mode 100644 index 000000000..e69de29bb diff --git a/docker/s6/crond/run b/docker/s6/crond/run new file mode 100755 index 000000000..9aa9fb9f2 --- /dev/null +++ b/docker/s6/crond/run @@ -0,0 +1,9 @@ +#!/bin/sh +# Crontabs are located by default in /var/spool/cron/crontabs/ +# The default configuration is also calling all the scripts in /etc/periodic/${period} + +if test -f ./setup; then + source ./setup +fi + +exec gosu root /usr/sbin/crond -fS diff --git a/docker/start.sh b/docker/start.sh index 042bdd05d..a54c2a9bf 100755 --- a/docker/start.sh +++ b/docker/start.sh @@ -48,6 +48,15 @@ else create_socat_links fi +CROND=$(echo "$RUN_CROND" | tr '[:upper:]' '[:lower:]') +if [ "$CROND" = "true" -o "$CROND" = "1" ]; then + echo "init:crond | Cron Daemon (crond) will be run as requested by s6" 1>&2 + rm -f /app/gogs/docker/s6/crond/down +else + # Tell s6 not to run the crond service + touch /app/gogs/docker/s6/crond/down +fi + # Exec CMD or S6 by default if nothing present if [ $# -gt 0 ];then exec "$@" diff --git a/glide.lock b/glide.lock new file mode 100644 index 000000000..e85ca69bb --- /dev/null +++ b/glide.lock @@ -0,0 +1,144 @@ +hash: f2fa73b9a379e1fa12f2b48fb0b9942a545b4518a2d71cbd956ee81093347773 +updated: 2016-03-19T14:44:26.835671547-04:00 +imports: +- name: github.com/bradfitz/gomemcache + version: fb1f79c6b65acda83063cbc69f6bba1522558bfc + subpackages: + - memcache +- name: github.com/codegangsta/cli + version: aca5b047ed14d17224157c3434ea93bf6cdaadee +- name: github.com/go-macaron/binding + version: a68f34212fe257219981e43adfe4c96ab48f42cd +- name: github.com/go-macaron/cache + version: 56173531277692bc2925924d51fda1cd0a6b8178 + subpackages: + - memcache + - redis +- name: github.com/go-macaron/captcha + version: 8aa5919789ab301e865595eb4b1114d6b9847deb +- name: github.com/go-macaron/csrf + version: 6a9a7df172cc1fcd81e4585f44b09200b6087cc0 +- name: github.com/go-macaron/gzip + version: cad1c6580a07c56f5f6bc52d66002a05985c5854 +- name: github.com/go-macaron/i18n + version: d2d3329f13b52314f3292c4cecb601fad13f02c8 +- name: github.com/go-macaron/inject + version: c5ab7bf3a307593cd44cb272d1a5beea473dd072 +- name: github.com/go-macaron/session + version: 66031fcb37a0fff002a1f028eb0b3a815c78306b + subpackages: + - redis +- name: github.com/go-macaron/toolbox + version: 82b511550b0aefc36b3a28062ad3a52e812bee38 +- name: github.com/go-sql-driver/mysql + version: 66312f7fe2678aa0f5ec770f96702f4c4ec5aa8e +- name: github.com/go-xorm/core + version: 502158401cde814951eae62f064d9e5ff39e13ce +- name: github.com/go-xorm/xorm + version: 769f6b3ae663248e8f1b1d8fecbe1eb26ac77ac7 +- name: github.com/gogits/chardet + version: 2404f777256163ea3eadb273dada5dcb037993c0 +- name: github.com/gogits/cron + version: 3abc0f88f2062336bcc41b43a4febbd847a390ce +- name: github.com/gogits/git-module + version: 76e8cce6c7ef3ba1cf75752261c721ebf14cd129 +- name: github.com/gogits/go-gogs-client + version: 788ec59749df076b98e208909b44fdef02779deb +- name: github.com/issue9/identicon + version: f8c0d2ce04db79c663b1da33d3a9f62be753ee88 +- name: github.com/kardianos/minwinsvc + version: cad6b2b879b0970e4245a20ebf1a81a756e2bb70 +- name: github.com/klauspost/compress + version: 006acde2c5d283d2f8b8aa03d8f0cd2891c680cf + subpackages: + - gzip + - flate +- name: github.com/klauspost/cpuid + version: 09cded8978dc9e80714c4d85b0322337b0a1e5e0 +- name: github.com/klauspost/crc32 + version: 19b0b332c9e4516a6370a0456e6182c3b5036720 +- name: github.com/lib/pq + version: 165a3529e799da61ab10faed1fabff3662d6193f + subpackages: + - oid +- name: github.com/mattn/go-sqlite3 + version: 76e335f60bbcee20755df9864f0153af1a80ad2d +- name: github.com/mcuadros/go-version + version: d52711f8d6bea8dc01efafdb68ad95a4e2606630 +- name: github.com/microcosm-cc/bluemonday + version: 4ac6f27528d0a3f2a59e0b0a6f6b3ff0bb89fe20 +- name: github.com/msteinert/pam + version: 02ccfbfaf0cc627aa3aec8ef7ed5cfeec5b43f63 +- name: github.com/nfnt/resize + version: 4d93a29130b1b6aba503e2aa8b50f516213ea80e +- name: github.com/russross/blackfriday + version: b43df972fb5fdf3af8d2e90f38a69d374fe26dd0 +- name: github.com/satori/go.uuid + version: e673fdd4dea8a7334adbbe7f57b7e4b00bdc5502 +- name: github.com/sergi/go-diff + version: ec7fdbb58eb3e300c8595ad5ac74a5aa50019cc7 + subpackages: + - diffmatchpatch +- name: github.com/shurcooL/sanitized_anchor_name + version: 10ef21a441db47d8b13ebcc5fd2310f636973c77 +- name: github.com/Unknwon/cae + version: 7f5e046bc8a6c3cde743c233b96ee4fd84ee6ecd + subpackages: + - zip +- name: github.com/Unknwon/com + version: 28b053d5a2923b87ce8c5a08f3af779894a72758 +- name: github.com/Unknwon/i18n + version: 3b48b6662051bed72d36efa3c1e897bdf96b2e37 +- name: github.com/Unknwon/paginater + version: 7748a72e01415173a27d79866b984328e7b0c12b +- name: golang.org/x/crypto + version: c197bcf24cde29d3f73c7b4ac6fd41f4384e8af6 + subpackages: + - ssh + - curve25519 +- name: golang.org/x/net + version: 35b06af0720201bc2f326773a80767387544f8c4 + subpackages: + - html + - html/charset + - html/atom +- name: golang.org/x/sys + version: 9d4e42a20653790449273b3c85e67d6d8bae6e2e + subpackages: + - windows/svc + - windows +- name: golang.org/x/text + version: 1b466db55e0ba5d56ef5315c728216b42f796491 + subpackages: + - transform + - encoding + - encoding/charmap + - encoding/htmlindex + - encoding/internal/identifier + - encoding/internal + - encoding/japanese + - encoding/korean + - 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/gomail.v2 + version: 060a5f4e98dbf37408cf0c745681e4001d877827 +- name: gopkg.in/ini.v1 + version: 776aa739ce9373377cd16f526cdf06cb4c89b40f +- name: gopkg.in/ldap.v2 + version: 07a7330929b9ee80495c88a4439657d89c7dbd87 +- name: gopkg.in/macaron.v1 + version: 94a5ef7105036242f79e5e07a8eb8651d06c8533 +- name: gopkg.in/redis.v2 + version: e6179049628164864e6e84e973cfb56335748dea +devImports: [] diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 000000000..807f14707 --- /dev/null +++ b/glide.yaml @@ -0,0 +1,56 @@ +package: github.com/gogits/gogs +import: +- package: github.com/Unknwon/cae + subpackages: + - zip +- package: github.com/Unknwon/com +- package: github.com/Unknwon/i18n +- package: github.com/Unknwon/paginater +- package: github.com/codegangsta/cli +- package: github.com/go-macaron/binding +- package: github.com/go-macaron/cache + subpackages: + - memcache + - redis +- package: github.com/go-macaron/captcha +- package: github.com/go-macaron/csrf +- package: github.com/go-macaron/gzip +- package: github.com/go-macaron/i18n +- package: github.com/go-macaron/session + subpackages: + - redis +- package: github.com/go-macaron/toolbox +- package: github.com/go-sql-driver/mysql +- package: github.com/go-xorm/core +- package: github.com/go-xorm/xorm +- package: github.com/gogits/chardet +- package: github.com/gogits/cron +- package: github.com/gogits/git-module +- package: github.com/gogits/go-gogs-client +- package: github.com/issue9/identicon +- package: github.com/kardianos/minwinsvc +- package: github.com/lib/pq +- package: github.com/mattn/go-sqlite3 +- package: github.com/mcuadros/go-version +- package: github.com/microcosm-cc/bluemonday +- package: github.com/msteinert/pam +- package: github.com/nfnt/resize +- package: github.com/russross/blackfriday +- package: github.com/satori/go.uuid +- package: github.com/sergi/go-diff + subpackages: + - diffmatchpatch +- package: golang.org/x/crypto + subpackages: + - ssh +- package: golang.org/x/net + subpackages: + - html + - html/charset +- package: golang.org/x/text + subpackages: + - transform +- package: gopkg.in/gomail.v2 +- package: gopkg.in/ini.v1 +- package: gopkg.in/ldap.v2 +- package: gopkg.in/macaron.v1 diff --git a/gogs.go b/gogs.go index f281217fc..f6bd4f70c 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.23.0126" +const APP_VER = "0.9.15.0323" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/models/access.go b/models/access.go index 5eef32819..b4c1349b6 100644 --- a/models/access.go +++ b/models/access.go @@ -13,13 +13,40 @@ import ( type AccessMode int const ( - ACCESS_MODE_NONE AccessMode = iota - ACCESS_MODE_READ - ACCESS_MODE_WRITE - ACCESS_MODE_ADMIN - ACCESS_MODE_OWNER + ACCESS_MODE_NONE AccessMode = iota // 0 + ACCESS_MODE_READ // 1 + ACCESS_MODE_WRITE // 2 + ACCESS_MODE_ADMIN // 3 + ACCESS_MODE_OWNER // 4 ) +func (mode AccessMode) String() string { + switch mode { + case ACCESS_MODE_READ: + return "read" + case ACCESS_MODE_WRITE: + return "write" + case ACCESS_MODE_ADMIN: + return "admin" + case ACCESS_MODE_OWNER: + return "owner" + default: + return "none" + } +} + +// ParseAccessMode returns corresponding access mode to given permission string. +func ParseAccessMode(permission string) AccessMode { + switch permission { + case "write": + return ACCESS_MODE_WRITE + case "admin": + return ACCESS_MODE_ADMIN + default: + return ACCESS_MODE_READ + } +} + // Access represents the highest access level of a user to the repository. The only access type // that is not in this table is the real owner of a repository. In case of an organization // repository, the members of the owners team are in this table. @@ -110,7 +137,7 @@ func (u *User) GetAccessibleRepositories() ([]*Repository, error) { repoIDs = append(repoIDs, access.RepoID) } repos := make([]*Repository, 0, len(repoIDs)) - return repos, x.Where("owner_id != ?", u.Id).In("id", repoIDs).Desc("updated").Find(&repos) + return repos, x.Where("owner_id != ?", u.Id).In("id", repoIDs).Desc("updated_unix").Find(&repos) } func maxAccessMode(modes ...AccessMode) AccessMode { @@ -151,15 +178,14 @@ func (repo *Repository) refreshAccesses(e Engine, accessMap map[int64]AccessMode return nil } -// FIXME: should be able to have read-only access. -// Give all collaborators write access. +// refreshCollaboratorAccesses retrieves repository collaborations with their access modes. func (repo *Repository) refreshCollaboratorAccesses(e Engine, accessMap map[int64]AccessMode) error { - collaborators, err := repo.getCollaborators(e) + collaborations, err := repo.getCollaborations(e) if err != nil { - return fmt.Errorf("getCollaborators: %v", err) + return fmt.Errorf("getCollaborations: %v", err) } - for _, c := range collaborators { - accessMap[c.Id] = ACCESS_MODE_WRITE + for _, c := range collaborations { + accessMap[c.UserID] = c.Mode } return nil } diff --git a/models/action.go b/models/action.go index 33d5246ee..91d43bae9 100644 --- a/models/action.go +++ b/models/action.go @@ -28,17 +28,21 @@ import ( type ActionType int const ( - CREATE_REPO ActionType = iota + 1 // 1 - RENAME_REPO // 2 - STAR_REPO // 3 - FOLLOW_REPO // 4 - COMMIT_REPO // 5 - CREATE_ISSUE // 6 - CREATE_PULL_REQUEST // 7 - TRANSFER_REPO // 8 - PUSH_TAG // 9 - COMMENT_ISSUE // 10 - MERGE_PULL_REQUEST // 11 + ACTION_CREATE_REPO ActionType = iota + 1 // 1 + ACTION_RENAME_REPO // 2 + ACTION_STAR_REPO // 3 + ACTION_WATCH_REPO // 4 + ACTION_COMMIT_REPO // 5 + ACTION_CREATE_ISSUE // 6 + ACTION_CREATE_PULL_REQUEST // 7 + ACTION_TRANSFER_REPO // 8 + ACTION_PUSH_TAG // 9 + ACTION_COMMENT_ISSUE // 10 + ACTION_MERGE_PULL_REQUEST // 11 + ACTION_CLOSE_ISSUE // 12 + ACTION_REOPEN_ISSUE // 13 + ACTION_CLOSE_PULL_REQUEST // 14 + ACTION_REOPEN_PULL_REQUEST // 15 ) var ( @@ -80,13 +84,18 @@ type Action struct { RefName string IsPrivate bool `xorm:"NOT NULL DEFAULT false"` Content string `xorm:"TEXT"` - Created time.Time `xorm:"created"` + Created time.Time `xorm:"-"` + CreatedUnix int64 +} + +func (a *Action) BeforeInsert() { + a.CreatedUnix = time.Now().UTC().Unix() } func (a *Action) AfterSet(colName string, _ xorm.Cell) { switch colName { - case "created": - a.Created = regulateTimeZone(a.Created) + case "created_unix": + a.Created = time.Unix(a.CreatedUnix, 0).Local() } } @@ -178,7 +187,7 @@ func newRepoAction(e Engine, u *User, repo *Repository) (err error) { ActUserID: u.Id, ActUserName: u.Name, ActEmail: u.Email, - OpType: CREATE_REPO, + OpType: ACTION_CREATE_REPO, RepoID: repo.ID, RepoUserName: repo.Owner.Name, RepoName: repo.Name, @@ -201,7 +210,7 @@ func renameRepoAction(e Engine, actUser *User, oldRepoName string, repo *Reposit ActUserID: actUser.Id, ActUserName: actUser.Name, ActEmail: actUser.Email, - OpType: RENAME_REPO, + OpType: ACTION_RENAME_REPO, RepoID: repo.ID, RepoUserName: repo.Owner.Name, RepoName: repo.Name, @@ -366,7 +375,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string continue } - if err = issue.ChangeStatus(u, true); err != nil { + if err = issue.ChangeStatus(u, repo, true); err != nil { return err } } @@ -406,7 +415,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string continue } - if err = issue.ChangeStatus(u, false); err != nil { + if err = issue.ChangeStatus(u, repo, false); err != nil { return err } } @@ -443,10 +452,10 @@ func CommitRepoAction( } isNewBranch := false - opType := COMMIT_REPO + opType := ACTION_COMMIT_REPO // Check it's tag push or branch. if strings.HasPrefix(refFullName, "refs/tags/") { - opType = PUSH_TAG + opType = ACTION_PUSH_TAG commit = &PushCommits{} } else { // if not the first commit, set the compareUrl @@ -498,11 +507,11 @@ func CommitRepoAction( payloadSender := &api.PayloadUser{ UserName: pusher.Name, ID: pusher.Id, - AvatarUrl: setting.AppUrl + pusher.RelAvatarLink(), + AvatarUrl: pusher.AvatarLink(), } switch opType { - case COMMIT_REPO: // Push + case ACTION_COMMIT_REPO: // Push p := &api.PushPayload{ Ref: refFullName, Before: oldCommitID, @@ -530,7 +539,7 @@ func CommitRepoAction( }) } - case PUSH_TAG: // Create + case ACTION_PUSH_TAG: // Create return PrepareWebhooks(repo, HOOK_EVENT_CREATE, &api.CreatePayload{ Ref: refName, RefType: "tag", @@ -547,7 +556,7 @@ func transferRepoAction(e Engine, actUser, oldOwner, newOwner *User, repo *Repos ActUserID: actUser.Id, ActUserName: actUser.Name, ActEmail: actUser.Email, - OpType: TRANSFER_REPO, + OpType: ACTION_TRANSFER_REPO, RepoID: repo.ID, RepoUserName: newOwner.Name, RepoName: repo.Name, @@ -578,7 +587,7 @@ func mergePullRequestAction(e Engine, actUser *User, repo *Repository, pull *Iss ActUserID: actUser.Id, ActUserName: actUser.Name, ActEmail: actUser.Email, - OpType: MERGE_PULL_REQUEST, + OpType: ACTION_MERGE_PULL_REQUEST, Content: fmt.Sprintf("%d|%s", pull.Index, pull.Name), RepoID: repo.ID, RepoUserName: repo.Owner.Name, @@ -593,12 +602,29 @@ func MergePullRequestAction(actUser *User, repo *Repository, pull *Issue) error } // GetFeeds returns action list of given user in given context. -func GetFeeds(uid, offset int64, isProfile bool) ([]*Action, error) { +// 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) { actions := make([]*Action, 0, 20) - sess := x.Limit(20, int(offset)).Desc("id").Where("user_id=?", uid) + sess := x.Limit(20, int(offset)).Desc("id").Where("user_id=?", ctxUserID) if isProfile { - sess.And("is_private=?", false).And("act_user_id=?", uid) + 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 + } + + var repoIDs []int64 + for _, repo := range ctxUser.Repos { + repoIDs = append(repoIDs, repo.ID) + } + + if len(repoIDs) > 0 { + sess.In("repo_id", repoIDs) + } } + err := sess.Find(&actions) return actions, err } diff --git a/models/admin.go b/models/admin.go index 1d6bf6296..d9e8e529e 100644 --- a/models/admin.go +++ b/models/admin.go @@ -5,12 +5,18 @@ package models import ( + "fmt" + "os" + "os/exec" "strings" "time" "github.com/Unknwon/com" + "github.com/go-xorm/xorm" "github.com/gogits/gogs/modules/base" + "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/setting" ) type NoticeType int @@ -24,7 +30,19 @@ type Notice struct { ID int64 `xorm:"pk autoincr"` Type NoticeType Description string `xorm:"TEXT"` - Created time.Time `xorm:"CREATED"` + Created time.Time `xorm:"-"` + CreatedUnix int64 +} + +func (n *Notice) BeforeInsert() { + n.CreatedUnix = time.Now().UTC().Unix() +} + +func (n *Notice) AfterSet(colName string, _ xorm.Cell) { + switch colName { + case "created_unix": + n.Created = time.Unix(n.CreatedUnix, 0).Local() + } } // TrStr returns a translation format string. @@ -47,6 +65,25 @@ func CreateRepositoryNotice(desc string) error { return CreateNotice(NOTICE_REPOSITORY, desc) } +// RemoveAllWithNotice removes all directories in given path and +// creates a system notice when error occurs. +func RemoveAllWithNotice(title, path string) { + var err error + if setting.IsWindows { + err = exec.Command("cmd", "/C", "rmdir", "/S", "/Q", path).Run() + } else { + err = os.RemoveAll(path) + } + + if err != nil { + desc := fmt.Sprintf("%s [%s]: %v", title, path, err) + log.Warn(desc) + if err = CreateRepositoryNotice(desc); err != nil { + log.Error(4, "CreateRepositoryNotice: %v", err) + } + } +} + // CountNotices returns number of notices. func CountNotices() int64 { count, _ := x.Count(new(Notice)) diff --git a/models/cron/cron.go b/models/cron/cron.go deleted file mode 100644 index 8e494e553..000000000 --- a/models/cron/cron.go +++ /dev/null @@ -1,59 +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 cron - -import ( - "time" - - "github.com/gogits/gogs/models" - "github.com/gogits/gogs/modules/cron" - "github.com/gogits/gogs/modules/log" - "github.com/gogits/gogs/modules/setting" -) - -var c = cron.New() - -func NewContext() { - var ( - entry *cron.Entry - err error - ) - if setting.Cron.UpdateMirror.Enabled { - entry, err = c.AddFunc("Update mirrors", setting.Cron.UpdateMirror.Schedule, models.MirrorUpdate) - if err != nil { - log.Fatal(4, "Cron[Update mirrors]: %v", err) - } - if setting.Cron.UpdateMirror.RunAtStart { - entry.Prev = time.Now() - go models.MirrorUpdate() - } - } - if setting.Cron.RepoHealthCheck.Enabled { - entry, err = c.AddFunc("Repository health check", setting.Cron.RepoHealthCheck.Schedule, models.GitFsck) - if err != nil { - log.Fatal(4, "Cron[Repository health check]: %v", err) - } - if setting.Cron.RepoHealthCheck.RunAtStart { - entry.Prev = time.Now() - go models.GitFsck() - } - } - if setting.Cron.CheckRepoStats.Enabled { - entry, err = c.AddFunc("Check repository statistics", setting.Cron.CheckRepoStats.Schedule, models.CheckRepoStats) - if err != nil { - log.Fatal(4, "Cron[Check repository statistics]: %v", err) - } - if setting.Cron.CheckRepoStats.RunAtStart { - entry.Prev = time.Now() - go models.CheckRepoStats() - } - } - c.Start() -} - -// ListTasks returns all running cron tasks. -func ListTasks() []*cron.Entry { - return c.Entries() -} diff --git a/models/error.go b/models/error.go index 83a24e7f4..cd7fa35de 100644 --- a/models/error.go +++ b/models/error.go @@ -392,6 +392,26 @@ func (err ErrReleaseNotExist) Error() string { return fmt.Sprintf("Release tag does not exist [id: %d, tag_name: %s]", err.ID, err.TagName) } +// __________ .__ +// \______ \____________ ____ ____ | |__ +// | | _/\_ __ \__ \ / \_/ ___\| | \ +// | | \ | | \// __ \| | \ \___| Y \ +// |______ / |__| (____ /___| /\___ >___| / +// \/ \/ \/ \/ \/ + +type ErrBranchNotExist struct { + Name string +} + +func IsErrBranchNotExist(err error) bool { + _, ok := err.(ErrBranchNotExist) + return ok +} + +func (err ErrBranchNotExist) Error() string { + return fmt.Sprintf("Branch does not exist [name: %s]", err.Name) +} + // __ __ ___. .__ __ // / \ / \ ____\_ |__ | |__ ____ ____ | | __ // \ \/\/ // __ \| __ \| | \ / _ \ / _ \| |/ / @@ -559,5 +579,26 @@ func IsErrAuthenticationNotExist(err error) bool { } func (err ErrAuthenticationNotExist) Error() string { - return fmt.Sprintf("Authentication does not exist [id: %d]", err.ID) + return fmt.Sprintf("authentication does not exist [id: %d]", err.ID) +} + +// ___________ +// \__ ___/___ _____ _____ +// | |_/ __ \\__ \ / \ +// | |\ ___/ / __ \| Y Y \ +// |____| \___ >____ /__|_| / +// \/ \/ \/ + +type ErrTeamAlreadyExist struct { + OrgID int64 + Name string +} + +func IsErrTeamAlreadyExist(err error) bool { + _, ok := err.(ErrTeamAlreadyExist) + return ok +} + +func (err ErrTeamAlreadyExist) Error() string { + return fmt.Sprintf("team already exists [org_id: %d, name: %s]", err.OrgID, err.Name) } diff --git a/models/git_diff.go b/models/git_diff.go index 1913ec46e..ab70139fb 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/template/highlight" ) type DiffLineType uint8 @@ -51,7 +52,6 @@ type DiffLine struct { RightIdx int Type DiffLineType Content string - ParsedContent template.HTML } func (d *DiffLine) GetType() int { @@ -112,42 +112,42 @@ func (diffSection *DiffSection) GetLine(lineType DiffLineType, idx int) *DiffLin return nil } -// computes diff of each diff line and set the HTML on diffLine.ParsedContent -func (diffSection *DiffSection) ComputeLinesDiff() { - for _, diffLine := range diffSection.Lines { - var compareDiffLine *DiffLine - var diff1, diff2 string +// computes inline diff for the given line +func (diffSection *DiffSection) GetComputedInlineDiffFor(diffLine *DiffLine) template.HTML { + var compareDiffLine *DiffLine + var diff1, diff2 string - diffLine.ParsedContent = template.HTML(html.EscapeString(diffLine.Content[1:])) + getDefaultReturn := func() template.HTML { + 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 { - continue - } + // just compute diff for adds and removes + if diffLine.Type != DIFF_LINE_ADD && diffLine.Type != DIFF_LINE_DEL { + return getDefaultReturn() + } - // try to find equivalent diff line. ignore, otherwise - if diffLine.Type == DIFF_LINE_ADD { - compareDiffLine = diffSection.GetLine(DIFF_LINE_DEL, diffLine.RightIdx) - if compareDiffLine == nil { - continue - } - diff1 = compareDiffLine.Content - diff2 = diffLine.Content - } else { - compareDiffLine = diffSection.GetLine(DIFF_LINE_ADD, diffLine.LeftIdx) - if compareDiffLine == nil { - continue - } - diff1 = diffLine.Content - diff2 = compareDiffLine.Content + // try to find equivalent diff line. ignore, otherwise + if diffLine.Type == DIFF_LINE_ADD { + compareDiffLine = diffSection.GetLine(DIFF_LINE_DEL, diffLine.RightIdx) + if compareDiffLine == nil { + return getDefaultReturn() + } + diff1 = compareDiffLine.Content + diff2 = diffLine.Content + } else { + compareDiffLine = diffSection.GetLine(DIFF_LINE_ADD, diffLine.LeftIdx) + if compareDiffLine == nil { + return getDefaultReturn() } + diff1 = diffLine.Content + diff2 = compareDiffLine.Content + } - dmp := diffmatchpatch.New() - diffRecord := dmp.DiffMain(diff1[1:], diff2[1:], true) - diffRecord = dmp.DiffCleanupSemantic(diffRecord) + dmp := diffmatchpatch.New() + diffRecord := dmp.DiffMain(diff1[1:], diff2[1:], true) + diffRecord = dmp.DiffCleanupSemantic(diffRecord) - diffLine.ParsedContent = diffToHTML(diffRecord, diffLine.Type) - } + return diffToHTML(diffRecord, diffLine.Type) } type DiffFile struct { @@ -167,6 +167,10 @@ func (diffFile *DiffFile) GetType() int { return int(diffFile.Type) } +func (diffFile *DiffFile) GetHighlightClass() string { + return highlight.FileNameToHighlightClass(diffFile.Name) +} + type Diff struct { TotalAddition, TotalDeletion int Files []*DiffFile diff --git a/models/git_diff_test.go b/models/git_diff_test.go index 4084814ec..3a1312ca5 100644 --- a/models/git_diff_test.go +++ b/models/git_diff_test.go @@ -1,70 +1,70 @@ package models import ( - dmp "github.com/sergi/go-diff/diffmatchpatch" - "html/template" - "testing" + dmp "github.com/sergi/go-diff/diffmatchpatch" + "html/template" + "testing" ) func assertEqual(t *testing.T, s1 string, s2 template.HTML) { - if s1 != string(s2) { - t.Errorf("%s should be equal %s", s2, s1) - } + if s1 != string(s2) { + t.Errorf("%s should be equal %s", s2, s1) + } } func assertLineEqual(t *testing.T, d1 *DiffLine, d2 *DiffLine) { - if d1 != d2 { - t.Errorf("%v should be equal %v", d1, d2) - } + if d1 != d2 { + t.Errorf("%v should be equal %v", d1, d2) + } } func TestDiffToHTML(t *testing.T) { - 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{ + 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{ - dmp.Diff{dmp.DiffEqual, "foo "}, - dmp.Diff{dmp.DiffDelete, "bar"}, - dmp.Diff{dmp.DiffInsert, " baz"}, - dmp.Diff{dmp.DiffEqual, " biz"}, - }, DIFF_LINE_DEL)) + 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}, - }} + 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, 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]) + 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 6188da5c6..edc46689d 100644 --- a/models/issue.go +++ b/models/issue.go @@ -17,11 +17,11 @@ import ( "github.com/Unknwon/com" "github.com/go-xorm/xorm" + gouuid "github.com/satori/go.uuid" "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/setting" - gouuid "github.com/gogits/gogs/modules/uuid" ) var ( @@ -52,14 +52,28 @@ type Issue struct { RenderedContent string `xorm:"-"` Priority int NumComments int - Deadline time.Time - Created time.Time `xorm:"CREATED"` - Updated time.Time `xorm:"UPDATED"` + + Deadline time.Time `xorm:"-"` + DeadlineUnix int64 + Created time.Time `xorm:"-"` + CreatedUnix int64 + Updated time.Time `xorm:"-"` + UpdatedUnix int64 Attachments []*Attachment `xorm:"-"` Comments []*Comment `xorm:"-"` } +func (i *Issue) BeforeInsert() { + i.CreatedUnix = time.Now().UTC().Unix() + i.UpdatedUnix = i.CreatedUnix +} + +func (i *Issue) BeforeUpdate() { + i.UpdatedUnix = time.Now().UTC().Unix() + i.DeadlineUnix = i.Deadline.UTC().Unix() +} + func (i *Issue) AfterSet(colName string, _ xorm.Cell) { var err error switch colName { @@ -74,6 +88,23 @@ func (i *Issue) AfterSet(colName string, _ xorm.Cell) { log.Error(3, "GetCommentsByIssueID[%d]: %v", i.ID, err) } + i.Labels, err = GetLabelsByIssueID(i.ID) + if err != nil { + log.Error(3, "GetLabelsByIssueID[%d]: %v", i.ID, err) + } + + case "poster_id": + i.Poster, err = GetUserByID(i.PosterID) + if err != nil { + if IsErrUserNotExist(err) { + i.PosterID = -1 + i.Poster = NewFakeUser() + } else { + log.Error(3, "GetUserByID[%d]: %v", i.ID, err) + } + return + } + case "milestone_id": if i.MilestoneID == 0 { return @@ -83,6 +114,7 @@ func (i *Issue) AfterSet(colName string, _ xorm.Cell) { if err != nil { log.Error(3, "GetMilestoneById[%d]: %v", i.ID, err) } + case "assignee_id": if i.AssigneeID == 0 { return @@ -92,8 +124,13 @@ func (i *Issue) AfterSet(colName string, _ xorm.Cell) { if err != nil { log.Error(3, "GetUserByID[%d]: %v", i.ID, err) } - case "created": - i.Created = regulateTimeZone(i.Created) + + 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() } } @@ -102,21 +139,19 @@ func (i *Issue) HashTag() string { return "issue-" + com.ToStr(i.ID) } +// State returns string representation of issue status. +func (i *Issue) State() string { + if i.IsClosed { + return "closed" + } + return "open" +} + // IsPoster returns true if given user by ID is the poster. func (i *Issue) IsPoster(uid int64) bool { return i.PosterID == uid } -func (i *Issue) GetPoster() (err error) { - i.Poster, err = GetUserByID(i.PosterID) - if IsErrUserNotExist(err) { - i.PosterID = -1 - i.Poster = NewFakeUser() - return nil - } - return err -} - func (i *Issue) hasLabel(e Engine, labelID int64) bool { return hasIssueLabel(e, i.ID, labelID) } @@ -157,11 +192,6 @@ func (i *Issue) getLabels(e Engine) (err error) { return nil } -// GetLabels retrieves all labels of issue and assign to corresponding field. -func (i *Issue) GetLabels() error { - return i.getLabels(x) -} - func (i *Issue) removeLabel(e *xorm.Session, label *Label) error { return deleteIssueLabel(e, i, label) } @@ -218,7 +248,8 @@ func (i *Issue) ReadBy(uid int64) error { return UpdateIssueUserByRead(uid, i.ID) } -func (i *Issue) changeStatus(e *xorm.Session, doer *User, isClosed bool) (err error) { +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 { return nil } @@ -230,7 +261,7 @@ func (i *Issue) changeStatus(e *xorm.Session, doer *User, isClosed bool) (err er return err } - // Update labels. + // Update issue count of labels if err = i.getLabels(e); err != nil { return err } @@ -245,28 +276,28 @@ func (i *Issue) changeStatus(e *xorm.Session, doer *User, isClosed bool) (err er } } - // Update milestone. + // Update issue count of milestone if err = changeMilestoneIssueStats(e, i); err != nil { return err } - // New action comment. - if _, err = createStatusComment(e, doer, i.Repo, i); err != nil { + // New action comment + if _, err = createStatusComment(e, doer, repo, i); err != nil { return err } return nil } -// ChangeStatus changes issue status to open/closed. -func (i *Issue) ChangeStatus(doer *User, isClosed bool) (err error) { +// ChangeStatus changes issue status to open or closed. +func (i *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, isClosed); err != nil { + if err = i.changeStatus(sess, doer, repo, isClosed); err != nil { return err } @@ -284,6 +315,19 @@ func (i *Issue) GetPullRequest() (err error) { // 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() + + 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 + } + } + if _, err = e.Insert(issue); err != nil { return err } @@ -297,20 +341,23 @@ func newIssue(e *xorm.Session, repo *Repository, issue *Issue, labelIDs []int64, return err } - var label *Label - for _, id := range labelIDs { - if id == 0 { - continue + if len(labelIDs) > 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) } - label, err = getLabelByID(e, id) - if err != nil { - return err - } - if err = issue.addLabel(e, label); err != nil { - return fmt.Errorf("addLabel: %v", err) - } + for _, label := range labels { + if label.RepoID != repo.ID { + continue + } + if err = issue.addLabel(e, label); err != nil { + return fmt.Errorf("addLabel: %v", err) + } + } } if issue.MilestoneID > 0 { @@ -359,23 +406,27 @@ func NewIssue(repo *Repository, issue *Issue, labelIDs []int64, uuids []string) return fmt.Errorf("newIssue: %v", err) } + if err = sess.Commit(); err != nil { + return fmt.Errorf("Commit: %v", err) + } + // Notify watchers. act := &Action{ ActUserID: issue.Poster.Id, ActUserName: issue.Poster.Name, ActEmail: issue.Poster.Email, - OpType: CREATE_ISSUE, + OpType: ACTION_CREATE_ISSUE, Content: fmt.Sprintf("%d|%s", issue.Index, issue.Name), RepoID: repo.ID, RepoUserName: repo.Owner.Name, RepoName: repo.Name, IsPrivate: repo.IsPrivate, } - if err = notifyWatchers(sess, act); err != nil { - return err + if err = NotifyWatchers(act); err != nil { + log.Error(4, "notifyWatchers: %v", err) } - return sess.Commit() + return nil } // GetIssueByRef returns an Issue specified by a GFM reference. @@ -449,6 +500,10 @@ type IssuesOptions struct { // Issues returns a list of issues by given conditions. func Issues(opts *IssuesOptions) ([]*Issue, error) { + if opts.Page <= 0 { + opts.Page = 1 + } + sess := x.Limit(setting.IssuePagingNum, (opts.Page-1)*setting.IssuePagingNum) if opts.RepoID > 0 { @@ -477,11 +532,11 @@ func Issues(opts *IssuesOptions) ([]*Issue, error) { switch opts.SortType { case "oldest": - sess.Asc("created") + sess.Asc("created_unix") case "recentupdate": - sess.Desc("updated") + sess.Desc("updated_unix") case "leastupdate": - sess.Asc("updated") + sess.Asc("updated_unix") case "mostcomment": sess.Desc("num_comments") case "leastcomment": @@ -489,7 +544,7 @@ func Issues(opts *IssuesOptions) ([]*Issue, error) { case "priority": sess.Desc("priority") default: - sess.Desc("created") + sess.Desc("created_unix") } labelIDs := base.StringsToInt64s(strings.Split(opts.Labels, ",")) @@ -860,7 +915,7 @@ func UpdateIssue(issue *Issue) error { return updateIssue(x, issue) } -// updateIssueCols updates specific fields of given 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 @@ -934,213 +989,6 @@ func UpdateIssueUsersByMentions(uids []int64, iid int64) error { return nil } -// .____ ___. .__ -// | | _____ \_ |__ ____ | | -// | | \__ \ | __ \_/ __ \| | -// | |___ / __ \| \_\ \ ___/| |__ -// |_______ (____ /___ /\___ >____/ -// \/ \/ \/ \/ - -// Label represents a label of repository for issues. -type Label struct { - ID int64 `xorm:"pk autoincr"` - RepoID int64 `xorm:"INDEX"` - Name string - Color string `xorm:"VARCHAR(7)"` - NumIssues int - NumClosedIssues int - NumOpenIssues int `xorm:"-"` - IsChecked bool `xorm:"-"` -} - -// CalOpenIssues calculates the open issues of label. -func (m *Label) CalOpenIssues() { - m.NumOpenIssues = m.NumIssues - m.NumClosedIssues -} - -// NewLabel creates new label of repository. -func NewLabel(l *Label) error { - _, err := x.Insert(l) - return err -} - -func getLabelByID(e Engine, id int64) (*Label, error) { - if id <= 0 { - return nil, ErrLabelNotExist{id} - } - - l := &Label{ID: id} - has, err := x.Get(l) - if err != nil { - return nil, err - } else if !has { - return nil, ErrLabelNotExist{l.ID} - } - return l, nil -} - -// GetLabelByID returns a label by given ID. -func GetLabelByID(id int64) (*Label, error) { - return getLabelByID(x, id) -} - -// 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) -} - -func getLabelsByIssueID(e Engine, issueID int64) ([]*Label, error) { - issueLabels, err := getIssueLabels(e, issueID) - if err != nil { - return nil, fmt.Errorf("getIssueLabels: %v", err) - } - - 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) - } - return labels, nil -} - -// GetLabelsByIssueID returns all labels that belong to given issue by ID. -func GetLabelsByIssueID(issueID int64) ([]*Label, error) { - return getLabelsByIssueID(x, issueID) -} - -func updateLabel(e Engine, l *Label) error { - _, err := e.Id(l.ID).AllCols().Update(l) - return err -} - -// UpdateLabel updates label information. -func UpdateLabel(l *Label) error { - return updateLabel(x, l) -} - -// DeleteLabel delete a label of given repository. -func DeleteLabel(repoID, labelID int64) error { - l, err := GetLabelByID(labelID) - if err != nil { - if IsErrLabelNotExist(err) { - return nil - } - return err - } - - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return err - } - - if _, err = x.Where("label_id=?", labelID).Delete(new(IssueLabel)); err != nil { - return err - } else if _, err = sess.Delete(l); err != nil { - return err - } - return sess.Commit() -} - -// .___ .____ ___. .__ -// | | ______ ________ __ ____ | | _____ \_ |__ ____ | | -// | |/ ___// ___/ | \_/ __ \| | \__ \ | __ \_/ __ \| | -// | |\___ \ \___ \| | /\ ___/| |___ / __ \| \_\ \ ___/| |__ -// |___/____ >____ >____/ \___ >_______ (____ /___ /\___ >____/ -// \/ \/ \/ \/ \/ \/ \/ - -// IssueLabel represetns an issue-lable relation. -type IssueLabel struct { - ID int64 `xorm:"pk autoincr"` - IssueID int64 `xorm:"UNIQUE(s)"` - LabelID int64 `xorm:"UNIQUE(s)"` -} - -func hasIssueLabel(e Engine, issueID, labelID int64) bool { - has, _ := e.Where("issue_id=? AND label_id=?", issueID, labelID).Get(new(IssueLabel)) - return has -} - -// HasIssueLabel returns true if issue has been labeled. -func HasIssueLabel(issueID, labelID int64) bool { - return hasIssueLabel(x, issueID, labelID) -} - -func newIssueLabel(e *xorm.Session, issue *Issue, label *Label) (err error) { - if _, err = e.Insert(&IssueLabel{ - IssueID: issue.ID, - LabelID: label.ID, - }); err != nil { - return err - } - - label.NumIssues++ - if issue.IsClosed { - label.NumClosedIssues++ - } - return updateLabel(e, label) -} - -// NewIssueLabel creates a new issue-label relation. -func NewIssueLabel(issue *Issue, label *Label) (err error) { - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return err - } - - if err = newIssueLabel(sess, issue, label); 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) -} - -// GetIssueLabels returns all issue-label relations of given issue by ID. -func GetIssueLabels(issueID int64) ([]*IssueLabel, error) { - return getIssueLabels(x, issueID) -} - -func deleteIssueLabel(e *xorm.Session, issue *Issue, label *Label) (err error) { - if _, err = e.Delete(&IssueLabel{ - IssueID: issue.ID, - LabelID: label.ID, - }); err != nil { - return err - } - - label.NumIssues-- - if issue.IsClosed { - label.NumClosedIssues-- - } - return updateLabel(e, label) -} - -// DeleteIssueLabel deletes issue-label relation. -func DeleteIssueLabel(issue *Issue, label *Label) (err error) { - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return err - } - - if err = deleteIssueLabel(sess, issue, label); err != nil { - return err - } - - return sess.Commit() -} - // _____ .__.__ __ // / \ |__| | ____ _______/ |_ ____ ____ ____ // / \ / \| | | _/ __ \ / ___/\ __\/ _ \ / \_/ __ \ @@ -1158,12 +1006,19 @@ type Milestone struct { IsClosed bool NumIssues int NumClosedIssues int - NumOpenIssues int `xorm:"-"` - Completeness int // Percentage(1-100). - Deadline time.Time - DeadlineString string `xorm:"-"` - IsOverDue bool `xorm:"-"` - ClosedDate time.Time + NumOpenIssues int `xorm:"-"` + Completeness int // Percentage(1-100). + IsOverDue bool `xorm:"-"` + + DeadlineString string `xorm:"-"` + Deadline time.Time `xorm:"-"` + DeadlineUnix int64 + ClosedDate time.Time `xorm:"-"` + ClosedDateUnix int64 +} + +func (m *Milestone) BeforeInsert() { + m.DeadlineUnix = m.Deadline.UTC().Unix() } func (m *Milestone) BeforeUpdate() { @@ -1172,24 +1027,38 @@ func (m *Milestone) BeforeUpdate() { } else { m.Completeness = 0 } + + m.DeadlineUnix = m.Deadline.UTC().Unix() + m.ClosedDateUnix = m.ClosedDate.UTC().Unix() } func (m *Milestone) AfterSet(colName string, _ xorm.Cell) { - if colName == "deadline" { + switch colName { + case "num_closed_issues": + m.NumOpenIssues = m.NumIssues - m.NumClosedIssues + + case "deadline_unix": + m.Deadline = time.Unix(m.DeadlineUnix, 0).Local() if m.Deadline.Year() == 9999 { return } m.DeadlineString = m.Deadline.Format("2006-01-02") - if time.Now().After(m.Deadline) { + if time.Now().Local().After(m.Deadline) { m.IsOverDue = true } + + case "closed_date_unix": + m.ClosedDate = time.Unix(m.ClosedDateUnix, 0).Local() } } -// CalOpenIssues calculates the open issues of milestone. -func (m *Milestone) CalOpenIssues() { - m.NumOpenIssues = m.NumIssues - m.NumClosedIssues +// State returns string representation of milestone status. +func (m *Milestone) State() string { + if m.IsClosed { + return "closed" + } + return "open" } // NewMilestone creates new milestone of repository. @@ -1450,262 +1319,6 @@ func DeleteMilestoneByID(id int64) error { return sess.Commit() } -// _________ __ -// \_ ___ \ ____ _____ _____ ____ _____/ |_ -// / \ \/ / _ \ / \ / \_/ __ \ / \ __\ -// \ \___( <_> ) Y Y \ Y Y \ ___/| | \ | -// \______ /\____/|__|_| /__|_| /\___ >___| /__| -// \/ \/ \/ \/ \/ - -// CommentType defines whether a comment is just a simple comment, an action (like close) or a reference. -type CommentType int - -const ( - // Plain comment, can be associated with a commit (CommitId > 0) and a line (Line > 0) - COMMENT_TYPE_COMMENT CommentType = iota - COMMENT_TYPE_REOPEN - COMMENT_TYPE_CLOSE - - // References. - COMMENT_TYPE_ISSUE_REF - // Reference from a commit (not part of a pull request) - COMMENT_TYPE_COMMIT_REF - // Reference from a comment - COMMENT_TYPE_COMMENT_REF - // Reference from a pull request - COMMENT_TYPE_PULL_REF -) - -type CommentTag int - -const ( - COMMENT_TAG_NONE CommentTag = iota - COMMENT_TAG_POSTER - COMMENT_TAG_ADMIN - COMMENT_TAG_OWNER -) - -// Comment represents a comment in commit and issue page. -type Comment struct { - ID int64 `xorm:"pk autoincr"` - Type CommentType - PosterID int64 - Poster *User `xorm:"-"` - IssueID int64 `xorm:"INDEX"` - CommitID int64 - Line int64 - Content string `xorm:"TEXT"` - RenderedContent string `xorm:"-"` - Created time.Time `xorm:"CREATED"` - - // Reference issue in commit message - CommitSHA string `xorm:"VARCHAR(40)"` - - Attachments []*Attachment `xorm:"-"` - - // For view issue page. - ShowTag CommentTag `xorm:"-"` -} - -func (c *Comment) AfterSet(colName string, _ xorm.Cell) { - var err error - switch colName { - case "id": - c.Attachments, err = GetAttachmentsByCommentID(c.ID) - if err != nil { - log.Error(3, "GetAttachmentsByCommentID[%d]: %v", c.ID, err) - } - - case "poster_id": - c.Poster, err = GetUserByID(c.PosterID) - if err != nil { - if IsErrUserNotExist(err) { - c.PosterID = -1 - c.Poster = NewFakeUser() - } else { - log.Error(3, "GetUserByID[%d]: %v", c.ID, err) - } - } - case "created": - c.Created = regulateTimeZone(c.Created) - } -} - -func (c *Comment) AfterDelete() { - _, err := DeleteAttachmentsByComment(c.ID, true) - - if err != nil { - log.Info("Could not delete files for comment %d on issue #%d: %s", c.ID, c.IssueID, err) - } -} - -// HashTag returns unique hash tag for comment. -func (c *Comment) HashTag() string { - return "issuecomment-" + com.ToStr(c.ID) -} - -// EventTag returns unique event hash tag for comment. -func (c *Comment) EventTag() string { - return "event-" + com.ToStr(c.ID) -} - -func createComment(e *xorm.Session, u *User, repo *Repository, issue *Issue, commitID, line int64, cmtType CommentType, content, commitSHA string, uuids []string) (_ *Comment, err error) { - comment := &Comment{ - PosterID: u.Id, - Type: cmtType, - IssueID: issue.ID, - CommitID: commitID, - Line: line, - Content: content, - CommitSHA: commitSHA, - } - if _, err = e.Insert(comment); err != nil { - return nil, err - } - - // Check comment type. - switch cmtType { - case COMMENT_TYPE_COMMENT: - if _, err = e.Exec("UPDATE `issue` SET num_comments=num_comments+1 WHERE id=?", issue.ID); err != nil { - return nil, err - } - - // Check attachments. - attachments := make([]*Attachment, 0, len(uuids)) - for _, uuid := range uuids { - attach, err := getAttachmentByUUID(e, uuid) - if err != nil { - if IsErrAttachmentNotExist(err) { - continue - } - return nil, fmt.Errorf("getAttachmentByUUID[%s]: %v", uuid, err) - } - attachments = append(attachments, attach) - } - - for i := range attachments { - attachments[i].IssueID = issue.ID - 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) - } - } - - // Notify watchers. - act := &Action{ - ActUserID: u.Id, - ActUserName: u.Name, - ActEmail: u.Email, - OpType: COMMENT_ISSUE, - Content: fmt.Sprintf("%d|%s", issue.Index, strings.Split(content, "\n")[0]), - RepoID: repo.ID, - RepoUserName: repo.Owner.Name, - RepoName: repo.Name, - IsPrivate: repo.IsPrivate, - } - if err = notifyWatchers(e, act); err != nil { - return nil, err - } - - case COMMENT_TYPE_REOPEN: - if issue.IsPull { - _, err = e.Exec("UPDATE `repository` SET num_closed_pulls=num_closed_pulls-1 WHERE id=?", repo.ID) - } else { - _, err = e.Exec("UPDATE `repository` SET num_closed_issues=num_closed_issues-1 WHERE id=?", repo.ID) - } - if err != nil { - return nil, err - } - case COMMENT_TYPE_CLOSE: - if issue.IsPull { - _, err = e.Exec("UPDATE `repository` SET num_closed_pulls=num_closed_pulls+1 WHERE id=?", repo.ID) - } else { - _, err = e.Exec("UPDATE `repository` SET num_closed_issues=num_closed_issues+1 WHERE id=?", repo.ID) - } - if err != nil { - return nil, err - } - } - - return comment, nil -} - -func createStatusComment(e *xorm.Session, doer *User, repo *Repository, issue *Issue) (*Comment, error) { - cmtType := COMMENT_TYPE_CLOSE - if !issue.IsClosed { - cmtType = COMMENT_TYPE_REOPEN - } - return createComment(e, doer, repo, issue, 0, 0, cmtType, "", "", nil) -} - -// CreateComment creates comment of issue or commit. -func CreateComment(doer *User, repo *Repository, issue *Issue, commitID, line int64, cmtType CommentType, content, commitSHA string, attachments []string) (comment *Comment, err error) { - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return nil, err - } - - comment, err = createComment(sess, doer, repo, issue, commitID, line, cmtType, content, commitSHA, attachments) - if err != nil { - return nil, err - } - - return comment, sess.Commit() -} - -// CreateIssueComment creates a plain issue comment. -func CreateIssueComment(doer *User, repo *Repository, issue *Issue, content string, attachments []string) (*Comment, error) { - return CreateComment(doer, repo, issue, 0, 0, COMMENT_TYPE_COMMENT, content, "", attachments) -} - -// CreateRefComment creates a commit reference comment to issue. -func CreateRefComment(doer *User, repo *Repository, issue *Issue, content, commitSHA string) error { - if len(commitSHA) == 0 { - return fmt.Errorf("cannot create reference with empty commit SHA") - } - - // Check if same reference from same commit has already existed. - has, err := x.Get(&Comment{ - Type: COMMENT_TYPE_COMMIT_REF, - IssueID: issue.ID, - CommitSHA: commitSHA, - }) - if err != nil { - return fmt.Errorf("check reference comment: %v", err) - } else if has { - return nil - } - - _, err = CreateComment(doer, repo, issue, 0, 0, COMMENT_TYPE_COMMIT_REF, content, commitSHA, nil) - return err -} - -// GetCommentByID returns the comment by given ID. -func GetCommentByID(id int64) (*Comment, error) { - c := new(Comment) - has, err := x.Id(id).Get(c) - if err != nil { - return nil, err - } else if !has { - return nil, ErrCommentNotExist{id} - } - return c, nil -} - -// GetCommentsByIssueID returns all comments of issue by given ID. -func GetCommentsByIssueID(issueID int64) ([]*Comment, error) { - comments := make([]*Comment, 0, 10) - return comments, x.Where("issue_id=?", issueID).Asc("created").Find(&comments) -} - -// UpdateComment updates information of comment. -func UpdateComment(c *Comment) error { - _, err := x.Id(c.ID).AllCols().Update(c) - return err -} - // Attachment represent a attachment of issue/comment/release. type Attachment struct { ID int64 `xorm:"pk autoincr"` @@ -1714,7 +1327,20 @@ type Attachment struct { CommentID int64 ReleaseID int64 `xorm:"INDEX"` Name string - Created time.Time `xorm:"CREATED"` + + Created time.Time `xorm:"-"` + CreatedUnix int64 +} + +func (a *Attachment) BeforeInsert() { + a.CreatedUnix = time.Now().UTC().Unix() +} + +func (a *Attachment) AfterSet(colName string, _ xorm.Cell) { + switch colName { + case "created_unix": + a.Created = time.Unix(a.CreatedUnix, 0).Local() + } } // AttachmentLocalPath returns where attachment is stored in local file system based on given UUID. diff --git a/models/issue_comment.go b/models/issue_comment.go new file mode 100644 index 000000000..7c96a7d34 --- /dev/null +++ b/models/issue_comment.go @@ -0,0 +1,320 @@ +// 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" + + "github.com/gogits/gogs/modules/log" +) + +// CommentType defines whether a comment is just a simple comment, an action (like close) or a reference. +type CommentType int + +const ( + // Plain comment, can be associated with a commit (CommitID > 0) and a line (LineNum > 0) + COMMENT_TYPE_COMMENT CommentType = iota + COMMENT_TYPE_REOPEN + COMMENT_TYPE_CLOSE + + // References. + COMMENT_TYPE_ISSUE_REF + // Reference from a commit (not part of a pull request) + COMMENT_TYPE_COMMIT_REF + // Reference from a comment + COMMENT_TYPE_COMMENT_REF + // Reference from a pull request + COMMENT_TYPE_PULL_REF +) + +type CommentTag int + +const ( + COMMENT_TAG_NONE CommentTag = iota + COMMENT_TAG_POSTER + COMMENT_TAG_WRITER + COMMENT_TAG_OWNER +) + +// Comment represents a comment in commit and issue page. +type Comment struct { + ID int64 `xorm:"pk autoincr"` + Type CommentType + PosterID int64 + Poster *User `xorm:"-"` + IssueID int64 `xorm:"INDEX"` + CommitID int64 + Line int64 + Content string `xorm:"TEXT"` + RenderedContent string `xorm:"-"` + + Created time.Time `xorm:"-"` + CreatedUnix int64 + + // Reference issue in commit message + CommitSHA string `xorm:"VARCHAR(40)"` + + Attachments []*Attachment `xorm:"-"` + + // For view issue page. + ShowTag CommentTag `xorm:"-"` +} + +func (c *Comment) BeforeInsert() { + c.CreatedUnix = time.Now().UTC().Unix() +} + +func (c *Comment) AfterSet(colName string, _ xorm.Cell) { + var err error + switch colName { + case "id": + c.Attachments, err = GetAttachmentsByCommentID(c.ID) + if err != nil { + log.Error(3, "GetAttachmentsByCommentID[%d]: %v", c.ID, err) + } + + case "poster_id": + c.Poster, err = GetUserByID(c.PosterID) + if err != nil { + if IsErrUserNotExist(err) { + c.PosterID = -1 + c.Poster = NewFakeUser() + } else { + log.Error(3, "GetUserByID[%d]: %v", c.ID, err) + } + } + case "created_unix": + c.Created = time.Unix(c.CreatedUnix, 0).Local() + } +} + +func (c *Comment) AfterDelete() { + _, err := DeleteAttachmentsByComment(c.ID, true) + + if err != nil { + log.Info("Could not delete files for comment %d on issue #%d: %s", c.ID, c.IssueID, err) + } +} + +// HashTag returns unique hash tag for comment. +func (c *Comment) HashTag() string { + return "issuecomment-" + com.ToStr(c.ID) +} + +// EventTag returns unique event hash tag for comment. +func (c *Comment) EventTag() string { + return "event-" + com.ToStr(c.ID) +} + +func createComment(e *xorm.Session, opts *CreateCommentOptions) (_ *Comment, err error) { + comment := &Comment{ + Type: opts.Type, + PosterID: opts.Doer.Id, + IssueID: opts.Issue.ID, + CommitID: opts.CommitID, + CommitSHA: opts.CommitSHA, + Line: opts.LineNum, + Content: opts.Content, + } + if _, err = e.Insert(comment); err != nil { + return nil, 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, + 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, + RepoName: opts.Repo.Name, + IsPrivate: opts.Repo.IsPrivate, + } + + // Check comment type. + switch opts.Type { + case COMMENT_TYPE_COMMENT: + act.OpType = ACTION_COMMENT_ISSUE + + if _, err = e.Exec("UPDATE `issue` SET num_comments=num_comments+1 WHERE id=?", opts.Issue.ID); err != nil { + return nil, err + } + + // Check attachments + attachments := make([]*Attachment, 0, len(opts.Attachments)) + for _, uuid := range opts.Attachments { + attach, err := getAttachmentByUUID(e, uuid) + if err != nil { + if IsErrAttachmentNotExist(err) { + continue + } + return nil, fmt.Errorf("getAttachmentByUUID[%s]: %v", uuid, err) + } + attachments = append(attachments, attach) + } + + for i := range attachments { + attachments[i].IssueID = opts.Issue.ID + 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) + } + } + + case COMMENT_TYPE_REOPEN: + act.OpType = ACTION_REOPEN_ISSUE + if opts.Issue.IsPull { + act.OpType = ACTION_REOPEN_PULL_REQUEST + } + + if opts.Issue.IsPull { + _, err = e.Exec("UPDATE `repository` SET num_closed_pulls=num_closed_pulls-1 WHERE id=?", opts.Repo.ID) + } else { + _, err = e.Exec("UPDATE `repository` SET num_closed_issues=num_closed_issues-1 WHERE id=?", opts.Repo.ID) + } + if err != nil { + return nil, err + } + + case COMMENT_TYPE_CLOSE: + act.OpType = ACTION_CLOSE_ISSUE + if opts.Issue.IsPull { + act.OpType = ACTION_CLOSE_PULL_REQUEST + } + + if opts.Issue.IsPull { + _, err = e.Exec("UPDATE `repository` SET num_closed_pulls=num_closed_pulls+1 WHERE id=?", opts.Repo.ID) + } else { + _, err = e.Exec("UPDATE `repository` SET num_closed_issues=num_closed_issues+1 WHERE id=?", opts.Repo.ID) + } + if err != nil { + return nil, err + } + } + + // 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) + } + } + + return comment, nil +} + +func createStatusComment(e *xorm.Session, doer *User, repo *Repository, issue *Issue) (*Comment, error) { + cmtType := COMMENT_TYPE_CLOSE + if !issue.IsClosed { + cmtType = COMMENT_TYPE_REOPEN + } + return createComment(e, &CreateCommentOptions{ + Type: cmtType, + Doer: doer, + Repo: repo, + Issue: issue, + }) +} + +type CreateCommentOptions struct { + Type CommentType + Doer *User + Repo *Repository + Issue *Issue + + CommitID int64 + CommitSHA string + LineNum int64 + Content string + Attachments []string // UUIDs of attachments +} + +// CreateComment creates comment of issue or commit. +func CreateComment(opts *CreateCommentOptions) (comment *Comment, err error) { + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return nil, err + } + + comment, err = createComment(sess, opts) + if err != nil { + return nil, err + } + + return comment, sess.Commit() +} + +// CreateIssueComment creates a plain issue comment. +func CreateIssueComment(doer *User, repo *Repository, issue *Issue, content string, attachments []string) (*Comment, error) { + return CreateComment(&CreateCommentOptions{ + Type: COMMENT_TYPE_COMMENT, + Doer: doer, + Repo: repo, + Issue: issue, + Content: content, + Attachments: attachments, + }) +} + +// CreateRefComment creates a commit reference comment to issue. +func CreateRefComment(doer *User, repo *Repository, issue *Issue, content, commitSHA string) error { + if len(commitSHA) == 0 { + return fmt.Errorf("cannot create reference with empty commit SHA") + } + + // Check if same reference from same commit has already existed. + has, err := x.Get(&Comment{ + Type: COMMENT_TYPE_COMMIT_REF, + IssueID: issue.ID, + CommitSHA: commitSHA, + }) + if err != nil { + return fmt.Errorf("check reference comment: %v", err) + } else if has { + return nil + } + + _, err = CreateComment(&CreateCommentOptions{ + Type: COMMENT_TYPE_COMMIT_REF, + Doer: doer, + Repo: repo, + Issue: issue, + CommitSHA: commitSHA, + Content: content, + }) + return err +} + +// GetCommentByID returns the comment by given ID. +func GetCommentByID(id int64) (*Comment, error) { + c := new(Comment) + has, err := x.Id(id).Get(c) + if err != nil { + return nil, err + } else if !has { + return nil, ErrCommentNotExist{id} + } + return c, nil +} + +// GetCommentsByIssueID returns all comments of issue by given ID. +func GetCommentsByIssueID(issueID int64) ([]*Comment, error) { + comments := make([]*Comment, 0, 10) + return comments, x.Where("issue_id=?", issueID).Asc("created_unix").Find(&comments) +} + +// UpdateComment updates information of comment. +func UpdateComment(c *Comment) error { + _, err := x.Id(c.ID).AllCols().Update(c) + return err +} diff --git a/models/issue_label.go b/models/issue_label.go new file mode 100644 index 000000000..4f814821f --- /dev/null +++ b/models/issue_label.go @@ -0,0 +1,234 @@ +// 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" + "strconv" + "strings" + + "github.com/go-xorm/xorm" +) + +// Label represents a label of repository for issues. +type Label struct { + ID int64 `xorm:"pk autoincr"` + RepoID int64 `xorm:"INDEX"` + Name string + Color string `xorm:"VARCHAR(7)"` + NumIssues int + NumClosedIssues int + NumOpenIssues int `xorm:"-"` + IsChecked bool `xorm:"-"` +} + +// CalOpenIssues calculates the open issues of label. +func (m *Label) CalOpenIssues() { + m.NumOpenIssues = m.NumIssues - m.NumClosedIssues +} + +// ForegroundColor calculates the text color for labels based +// on their background color. +func (l *Label) ForegroundColor() template.CSS { + if strings.HasPrefix(l.Color, "#") { + if color, err := strconv.ParseUint(l.Color[1:], 16, 64); err == nil { + r := float32(0xFF & (color >> 16)) + g := float32(0xFF & (color >> 8)) + b := float32(0xFF & color) + luminance := (0.2126*r + 0.7152*g + 0.0722*b) / 255 + + if luminance < 0.5 { + return template.CSS("#fff") + } + } + } + + // default to black + return template.CSS("#000") +} + +// NewLabel creates new label of repository. +func NewLabel(l *Label) error { + _, err := x.Insert(l) + return err +} + +func getLabelByID(e Engine, id int64) (*Label, error) { + if id <= 0 { + return nil, ErrLabelNotExist{id} + } + + l := &Label{ID: id} + has, err := x.Get(l) + if err != nil { + return nil, err + } else if !has { + return nil, ErrLabelNotExist{l.ID} + } + return l, nil +} + +// GetLabelByID returns a label by given ID. +func GetLabelByID(id int64) (*Label, error) { + return getLabelByID(x, id) +} + +// 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) +} + +func getLabelsByIssueID(e Engine, issueID int64) ([]*Label, error) { + issueLabels, err := getIssueLabels(e, issueID) + if err != nil { + return nil, fmt.Errorf("getIssueLabels: %v", err) + } + + 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) + } + return labels, nil +} + +// GetLabelsByIssueID returns all labels that belong to given issue by ID. +func GetLabelsByIssueID(issueID int64) ([]*Label, error) { + return getLabelsByIssueID(x, issueID) +} + +func updateLabel(e Engine, l *Label) error { + _, err := e.Id(l.ID).AllCols().Update(l) + return err +} + +// UpdateLabel updates label information. +func UpdateLabel(l *Label) error { + return updateLabel(x, l) +} + +// DeleteLabel delete a label of given repository. +func DeleteLabel(repoID, labelID int64) error { + l, err := GetLabelByID(labelID) + if err != nil { + if IsErrLabelNotExist(err) { + return nil + } + return err + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if _, err = x.Where("label_id=?", labelID).Delete(new(IssueLabel)); err != nil { + return err + } else if _, err = sess.Delete(l); err != nil { + return err + } + return sess.Commit() +} + +// .___ .____ ___. .__ +// | | ______ ________ __ ____ | | _____ \_ |__ ____ | | +// | |/ ___// ___/ | \_/ __ \| | \__ \ | __ \_/ __ \| | +// | |\___ \ \___ \| | /\ ___/| |___ / __ \| \_\ \ ___/| |__ +// |___/____ >____ >____/ \___ >_______ (____ /___ /\___ >____/ +// \/ \/ \/ \/ \/ \/ \/ + +// IssueLabel represetns an issue-lable relation. +type IssueLabel struct { + ID int64 `xorm:"pk autoincr"` + IssueID int64 `xorm:"UNIQUE(s)"` + LabelID int64 `xorm:"UNIQUE(s)"` +} + +func hasIssueLabel(e Engine, issueID, labelID int64) bool { + has, _ := e.Where("issue_id=? AND label_id=?", issueID, labelID).Get(new(IssueLabel)) + return has +} + +// HasIssueLabel returns true if issue has been labeled. +func HasIssueLabel(issueID, labelID int64) bool { + return hasIssueLabel(x, issueID, labelID) +} + +func newIssueLabel(e *xorm.Session, issue *Issue, label *Label) (err error) { + if _, err = e.Insert(&IssueLabel{ + IssueID: issue.ID, + LabelID: label.ID, + }); err != nil { + return err + } + + label.NumIssues++ + if issue.IsClosed { + label.NumClosedIssues++ + } + return updateLabel(e, label) +} + +// NewIssueLabel creates a new issue-label relation. +func NewIssueLabel(issue *Issue, label *Label) (err error) { + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if err = newIssueLabel(sess, issue, label); 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) +} + +// GetIssueLabels returns all issue-label relations of given issue by ID. +func GetIssueLabels(issueID int64) ([]*IssueLabel, error) { + return getIssueLabels(x, issueID) +} + +func deleteIssueLabel(e *xorm.Session, issue *Issue, label *Label) (err error) { + if _, err = e.Delete(&IssueLabel{ + IssueID: issue.ID, + LabelID: label.ID, + }); err != nil { + return err + } + + label.NumIssues-- + if issue.IsClosed { + label.NumClosedIssues-- + } + return updateLabel(e, label) +} + +// DeleteIssueLabel deletes issue-label relation. +func DeleteIssueLabel(issue *Issue, label *Label) (err error) { + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if err = deleteIssueLabel(sess, issue, label); err != nil { + return err + } + + return sess.Commit() +} diff --git a/models/login.go b/models/login.go index df8905096..6ed4fefbd 100644 --- a/models/login.go +++ b/models/login.go @@ -28,11 +28,11 @@ type LoginType int // Note: new type must be added at the end of list to maintain compatibility. const ( LOGIN_NOTYPE LoginType = iota - LOGIN_PLAIN - LOGIN_LDAP - LOGIN_SMTP - LOGIN_PAM - LOGIN_DLDAP + LOGIN_PLAIN // 1 + LOGIN_LDAP // 2 + LOGIN_SMTP // 3 + LOGIN_PAM // 4 + LOGIN_DLDAP // 5 ) var ( @@ -42,7 +42,7 @@ var ( var LoginNames = map[LoginType]string{ LOGIN_LDAP: "LDAP (via BindDN)", - LOGIN_DLDAP: "LDAP (simple auth)", + LOGIN_DLDAP: "LDAP (simple auth)", // Via direct bind LOGIN_SMTP: "SMTP", LOGIN_PAM: "PAM", } @@ -101,8 +101,20 @@ type LoginSource struct { Name string `xorm:"UNIQUE"` IsActived bool `xorm:"NOT NULL DEFAULT false"` Cfg core.Conversion `xorm:"TEXT"` - Created time.Time `xorm:"CREATED"` - Updated time.Time `xorm:"UPDATED"` + + Created time.Time `xorm:"-"` + CreatedUnix int64 + Updated time.Time `xorm:"-"` + UpdatedUnix int64 +} + +func (s *LoginSource) BeforeInsert() { + s.CreatedUnix = time.Now().UTC().Unix() + s.UpdatedUnix = s.CreatedUnix +} + +func (s *LoginSource) BeforeUpdate() { + s.UpdatedUnix = time.Now().UTC().Unix() } // Cell2Int64 converts a xorm.Cell type to int64, @@ -132,6 +144,15 @@ func (source *LoginSource) BeforeSet(colName string, val xorm.Cell) { } } +func (s *LoginSource) AfterSet(colName string, _ xorm.Cell) { + switch colName { + case "created_unix": + s.Created = time.Unix(s.CreatedUnix, 0).Local() + case "updated_unix": + s.Updated = time.Unix(s.UpdatedUnix, 0).Local() + } +} + func (source *LoginSource) TypeName() string { return LoginNames[source.Type] } diff --git a/models/migrations/migrations.go b/models/migrations/migrations.go index 78729bded..833149099 100644 --- a/models/migrations/migrations.go +++ b/models/migrations/migrations.go @@ -13,15 +13,16 @@ import ( "path" "path/filepath" "strings" + "time" "github.com/Unknwon/com" "github.com/go-xorm/xorm" + gouuid "github.com/satori/go.uuid" "gopkg.in/ini.v1" "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/setting" - gouuid "github.com/gogits/gogs/modules/uuid" ) const _MIN_DB_VER = 4 @@ -65,6 +66,7 @@ var migrations = []Migration{ 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 } // Migrate database to current version @@ -453,3 +455,221 @@ func generateOrgRandsAndSalt(x *xorm.Engine) (err error) { return sess.Commit() } + +type TAction struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 +} + +func (t *TAction) TableName() string { return "action" } + +type TNotice struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 +} + +func (t *TNotice) TableName() string { return "notice" } + +type TComment struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 +} + +func (t *TComment) TableName() string { return "comment" } + +type TIssue struct { + ID int64 `xorm:"pk autoincr"` + DeadlineUnix int64 + CreatedUnix int64 + UpdatedUnix int64 +} + +func (t *TIssue) TableName() string { return "issue" } + +type TMilestone struct { + ID int64 `xorm:"pk autoincr"` + DeadlineUnix int64 + ClosedDateUnix int64 +} + +func (t *TMilestone) TableName() string { return "milestone" } + +type TAttachment struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 +} + +func (t *TAttachment) TableName() string { return "attachment" } + +type TLoginSource struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 + UpdatedUnix int64 +} + +func (t *TLoginSource) TableName() string { return "login_source" } + +type TPull struct { + ID int64 `xorm:"pk autoincr"` + MergedUnix int64 +} + +func (t *TPull) TableName() string { return "pull_request" } + +type TRelease struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 +} + +func (t *TRelease) TableName() string { return "release" } + +type TRepo struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 + UpdatedUnix int64 +} + +func (t *TRepo) TableName() string { return "repository" } + +type TMirror struct { + ID int64 `xorm:"pk autoincr"` + UpdatedUnix int64 + NextUpdateUnix int64 +} + +func (t *TMirror) TableName() string { return "mirror" } + +type TPublicKey struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 + UpdatedUnix int64 +} + +func (t *TPublicKey) TableName() string { return "public_key" } + +type TDeployKey struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 + UpdatedUnix int64 +} + +func (t *TDeployKey) TableName() string { return "deploy_key" } + +type TAccessToken struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 + UpdatedUnix int64 +} + +func (t *TAccessToken) TableName() string { return "access_token" } + +type TUser struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 + UpdatedUnix int64 +} + +func (t *TUser) TableName() string { return "user" } + +type TWebhook struct { + ID int64 `xorm:"pk autoincr"` + CreatedUnix int64 + UpdatedUnix int64 +} + +func (t *TWebhook) TableName() string { return "webhook" } + +func convertDateToUnix(x *xorm.Engine) (err error) { + type Bean struct { + ID int64 `xorm:"pk autoincr"` + Created time.Time + Updated time.Time + Merged time.Time + Deadline time.Time + ClosedDate time.Time + NextUpdate time.Time + } + + var tables = []struct { + name string + cols []string + bean interface{} + }{ + {"action", []string{"created"}, new(TAction)}, + {"notice", []string{"created"}, new(TNotice)}, + {"comment", []string{"created"}, new(TComment)}, + {"issue", []string{"deadline", "created", "updated"}, new(TIssue)}, + {"milestone", []string{"deadline", "closed_date"}, new(TMilestone)}, + {"attachment", []string{"created"}, new(TAttachment)}, + {"login_source", []string{"created", "updated"}, new(TLoginSource)}, + {"pull_request", []string{"merged"}, new(TPull)}, + {"release", []string{"created"}, new(TRelease)}, + {"repository", []string{"created", "updated"}, new(TRepo)}, + {"mirror", []string{"updated", "next_update"}, new(TMirror)}, + {"public_key", []string{"created", "updated"}, new(TPublicKey)}, + {"deploy_key", []string{"created", "updated"}, new(TDeployKey)}, + {"access_token", []string{"created", "updated"}, new(TAccessToken)}, + {"user", []string{"created", "updated"}, new(TUser)}, + {"webhook", []string{"created", "updated"}, new(TWebhook)}, + } + + for _, table := range tables { + log.Info("Converting table: %s", table.name) + if err = x.Sync2(table.bean); err != nil { + return fmt.Errorf("Sync [table: %s]: %v", table.name, err) + } + + offset := 0 + for { + beans := make([]*Bean, 0, 100) + if err = x.Sql(fmt.Sprintf("SELECT * FROM `%s` ORDER BY id ASC LIMIT 100 OFFSET %d", + table.name, offset)).Find(&beans); err != nil { + return fmt.Errorf("select beans [table: %s, offset: %d]: %v", table.name, offset, err) + } + log.Trace("Table [%s]: offset: %d, beans: %d", table.name, offset, len(beans)) + if len(beans) == 0 { + break + } + offset += 100 + + baseSQL := "UPDATE `" + table.name + "` SET " + for _, bean := range beans { + valSQLs := make([]string, 0, len(table.cols)) + for _, col := range table.cols { + fieldSQL := "" + fieldSQL += col + "_unix = " + + switch col { + case "deadline": + if bean.Deadline.IsZero() { + continue + } + fieldSQL += com.ToStr(bean.Deadline.UTC().Unix()) + case "created": + fieldSQL += com.ToStr(bean.Created.UTC().Unix()) + case "updated": + fieldSQL += com.ToStr(bean.Updated.UTC().Unix()) + case "closed_date": + fieldSQL += com.ToStr(bean.ClosedDate.UTC().Unix()) + case "merged": + fieldSQL += com.ToStr(bean.Merged.UTC().Unix()) + case "next_update": + fieldSQL += com.ToStr(bean.NextUpdate.UTC().Unix()) + } + + valSQLs = append(valSQLs, fieldSQL) + } + + if len(valSQLs) == 0 { + continue + } + + if _, err = x.Exec(baseSQL + strings.Join(valSQLs, ",") + " WHERE id = " + com.ToStr(bean.ID)); err != nil { + return fmt.Errorf("update bean [table: %s, id: %d]: %v", table.name, bean.ID, err) + } + } + } + } + + return nil +} diff --git a/models/models.go b/models/models.go index 2249fee41..b705bdad4 100644 --- a/models/models.go +++ b/models/models.go @@ -11,16 +11,13 @@ import ( "os" "path" "strings" - "time" - "github.com/Unknwon/com" _ "github.com/go-sql-driver/mysql" "github.com/go-xorm/core" "github.com/go-xorm/xorm" _ "github.com/lib/pq" "github.com/gogits/gogs/models/migrations" - "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/setting" ) @@ -44,27 +41,6 @@ func sessionRelease(sess *xorm.Session) { sess.Close() } -// Note: get back time.Time from database Go sees it at UTC where they are really Local. -// So this function makes correct timezone offset. -func regulateTimeZone(t time.Time) time.Time { - if !setting.UseMySQL { - return t - } - - zone := t.Local().Format("-0700") - if len(zone) != 5 { - log.Error(4, "Unprocessable timezone: %s - %s", t.Local(), zone) - return t - } - hour := com.StrTo(zone[2:3]).MustInt() - minutes := com.StrTo(zone[3:5]).MustInt() - - if zone[0] == '-' { - return t.Add(time.Duration(hour) * time.Hour).Add(time.Duration(minutes) * time.Minute) - } - return t.Add(-1 * time.Duration(hour) * time.Hour).Add(-1 * time.Duration(minutes) * time.Minute) -} - var ( x *xorm.Engine tables []interface{} @@ -191,12 +167,7 @@ func SetEngine() (err error) { return fmt.Errorf("Fail to create xorm.log: %v", err) } x.SetLogger(xorm.NewSimpleLogger(f)) - - x.ShowSQL = true - x.ShowInfo = true - x.ShowDebug = true - x.ShowErr = true - x.ShowWarn = true + x.ShowSQL(true) return nil } diff --git a/models/org.go b/models/org.go index fa26b59e6..62a57ae04 100644 --- a/models/org.go +++ b/models/org.go @@ -10,14 +10,13 @@ import ( "os" "strings" + "github.com/Unknwon/com" "github.com/go-xorm/xorm" ) var ( - ErrOrgNotExist = errors.New("Organization does not exist") - ErrTeamAlreadyExist = errors.New("Team already exist") - ErrTeamNotExist = errors.New("Team does not exist") - ErrTeamNameIllegal = errors.New("Team name contains illegal characters") + ErrOrgNotExist = errors.New("Organization does not exist") + ErrTeamNotExist = errors.New("Team does not exist") ) // IsOwnedBy returns true if given user is in the owner team. @@ -170,7 +169,7 @@ func GetOrgByName(name string) (*User, error) { } u := &User{ LowerName: strings.ToLower(name), - Type: ORGANIZATION, + Type: USER_TYPE_ORGANIZATION, } has, err := x.Get(u) if err != nil { @@ -255,6 +254,27 @@ func IsPublicMembership(orgId, uid int64) bool { return has } +func getOrgsByUserID(sess *xorm.Session, userID int64, showAll bool) ([]*User, error) { + orgs := make([]*User, 0, 10) + if !showAll { + sess.And("`org_user`.is_public=?", true) + } + return orgs, sess.And("`org_user`.uid=?", userID). + Join("INNER", "`org_user`", "`org_user`.org_id=`user`.id").Find(&orgs) +} + +// GetOrgsByUserID returns a list of organizations that the given user ID +// has joined. +func GetOrgsByUserID(userID int64, showAll bool) ([]*User, error) { + return getOrgsByUserID(x.NewSession(), userID, showAll) +} + +// GetOrgsByUserIDDesc returns a list of organizations that the given user ID +// has joined, ordered descending by the given condition. +func GetOrgsByUserIDDesc(userID int64, desc string, showAll bool) ([]*User, error) { + return getOrgsByUserID(x.NewSession().Desc(desc), userID, showAll) +} + func getOwnedOrgsByUserID(sess *xorm.Session, userID int64) ([]*User, error) { orgs := make([]*User, 0, 10) return orgs, sess.Where("`org_user`.uid=?", userID).And("`org_user`.is_owner=?", true). @@ -268,7 +288,7 @@ func GetOwnedOrgsByUserID(userID int64) ([]*User, error) { } // GetOwnedOrganizationsByUserIDDesc returns a list of organizations are owned by -// given user ID and descring order by given condition. +// given user ID, ordered descending by the given condition. func GetOwnedOrgsByUserIDDesc(userID int64, desc string) ([]*User, error) { sess := x.NewSession() return getOwnedOrgsByUserID(sess.Desc(desc), userID) @@ -598,9 +618,9 @@ func (t *Team) RemoveRepository(repoID int64) error { // NewTeam creates a record of new team. // It's caller's responsibility to assign organization ID. -func NewTeam(t *Team) (err error) { - if err = IsUsableName(t.Name); err != nil { - return err +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)) @@ -615,7 +635,7 @@ func NewTeam(t *Team) (err error) { if err != nil { return err } else if has { - return ErrTeamAlreadyExist + return ErrTeamAlreadyExist{t.OrgID, t.LowerName} } sess := x.NewSession() @@ -674,8 +694,8 @@ func GetTeamById(teamId int64) (*Team, error) { // UpdateTeam updates information of team. func UpdateTeam(t *Team, authChanged bool) (err error) { - if err = IsUsableName(t.Name); err != nil { - return err + if len(t.Name) == 0 { + return errors.New("empty team name") } if len(t.Description) > 255 { @@ -689,6 +709,13 @@ func UpdateTeam(t *Team, authChanged bool) (err error) { } 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) } @@ -1023,3 +1050,54 @@ func removeOrgRepo(e Engine, orgID, repoID int64) error { func RemoveOrgRepo(orgID, repoID int64) error { return removeOrgRepo(x, orgID, repoID) } + +// GetUserRepositories gets all repositories of an 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) + } + if len(teamIDs) == 0 { + // user has no team but "IN ()" is invalid SQL + teamIDs = append(teamIDs, "-1") // there is no repo with id=-1 + } + + repos := make([]*Repository, 0, 5) + 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 +} diff --git a/models/pull.go b/models/pull.go index 8497285e1..86ddb5d94 100644 --- a/models/pull.go +++ b/models/pull.go @@ -58,20 +58,25 @@ type PullRequest struct { HasMerged bool MergedCommitID string `xorm:"VARCHAR(40)"` - Merged time.Time MergerID int64 - Merger *User `xorm:"-"` + Merger *User `xorm:"-"` + Merged time.Time `xorm:"-"` + MergedUnix int64 +} + +func (pr *PullRequest) BeforeUpdate() { + pr.MergedUnix = pr.Merged.UTC().Unix() } // Note: don't try to get Pull because will end up recursive querying. func (pr *PullRequest) AfterSet(colName string, _ xorm.Cell) { switch colName { - case "merged": + case "merged_unix": if !pr.HasMerged { return } - pr.Merged = regulateTimeZone(pr.Merged) + pr.Merged = time.Unix(pr.MergedUnix, 0).Local() } } @@ -138,7 +143,7 @@ func (pr *PullRequest) Merge(doer *User, baseGitRepo *git.Repository) (err error return err } - if err = pr.Issue.changeStatus(sess, doer, true); err != nil { + if err = pr.Issue.changeStatus(sess, doer, pr.Issue.Repo, true); err != nil { return fmt.Errorf("Issue.changeStatus: %v", err) } @@ -256,6 +261,7 @@ var patchConflicts = []string{ "patch does not apply", "already exists in working directory", "unrecognized input", + "error:", } // testPatch checks if patch can be merged to base repository without conflit. @@ -279,7 +285,7 @@ func (pr *PullRequest) testPatch() (err error) { return nil } - log.Trace("PullRequest[%d].testPatch(patchPath): %s", pr.ID, patchPath) + log.Trace("PullRequest[%d].testPatch (patchPath): %s", pr.ID, patchPath) if err := pr.BaseRepo.UpdateLocalCopy(); err != nil { return fmt.Errorf("UpdateLocalCopy: %v", err) @@ -287,7 +293,7 @@ func (pr *PullRequest) testPatch() (err error) { // Checkout base branch. _, stderr, err := process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(), - fmt.Sprintf("PullRequest.Merge(git checkout): %v", pr.BaseRepo.ID), + fmt.Sprintf("PullRequest.Merge (git checkout): %v", pr.BaseRepo.ID), "git", "checkout", pr.BaseBranch) if err != nil { return fmt.Errorf("git checkout: %s", stderr) @@ -295,12 +301,12 @@ func (pr *PullRequest) testPatch() (err error) { pr.Status = PULL_REQUEST_STATUS_CHECKING _, stderr, err = process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(), - fmt.Sprintf("testPatch(git apply --check): %d", pr.BaseRepo.ID), + fmt.Sprintf("testPatch (git apply --check): %d", pr.BaseRepo.ID), "git", "apply", "--check", patchPath) if err != nil { for i := range patchConflicts { if strings.Contains(stderr, patchConflicts[i]) { - log.Trace("PullRequest[%d].testPatch(apply): has conflit", pr.ID) + log.Trace("PullRequest[%d].testPatch (apply): has conflit", pr.ID) fmt.Println(stderr) pr.Status = PULL_REQUEST_STATUS_CONFLICT return nil @@ -329,7 +335,7 @@ func NewPullRequest(repo *Repository, pull *Issue, labelIDs []int64, uuids []str ActUserID: pull.Poster.Id, ActUserName: pull.Poster.Name, ActEmail: pull.Poster.Email, - OpType: CREATE_PULL_REQUEST, + OpType: ACTION_CREATE_PULL_REQUEST, Content: fmt.Sprintf("%d|%s", pull.Index, pull.Name), RepoID: repo.ID, RepoUserName: repo.Owner.Name, @@ -481,6 +487,37 @@ func (pr *PullRequest) UpdatePatch() (err error) { return nil } +// PushToBaseRepo pushes commits from branches of head repository to +// corresponding branches of base repository. +// FIXME: Only push branches that are actually updates? +func (pr *PullRequest) PushToBaseRepo() (err error) { + log.Trace("PushToBaseRepo[%d]: pushing commits to base repo 'refs/pull/%d/head'", pr.BaseRepoID, pr.Index) + + headRepoPath := pr.HeadRepo.RepoPath() + headGitRepo, err := git.OpenRepository(headRepoPath) + if err != nil { + return fmt.Errorf("OpenRepository: %v", err) + } + + tmpRemoteName := fmt.Sprintf("tmp-pull-%d", pr.ID) + if err = headGitRepo.AddRemote(tmpRemoteName, pr.BaseRepo.RepoPath(), false); err != nil { + return fmt.Errorf("headGitRepo.AddRemote: %v", err) + } + // Make sure to remove the remote even if the push fails + defer headGitRepo.RemoveRemote(tmpRemoteName) + + headFile := fmt.Sprintf("refs/pull/%d/head", pr.Index) + + // Remove head in case there is a conflict. + os.Remove(path.Join(pr.BaseRepo.RepoPath(), headFile)) + + if err = git.Push(headRepoPath, tmpRemoteName, fmt.Sprintf("%s:%s", pr.HeadBranch, headFile)); err != nil { + return fmt.Errorf("Push: %v", err) + } + + return nil +} + // AddToTaskQueue adds itself to pull request test task queue. func (pr *PullRequest) AddToTaskQueue() { go PullRequestQueue.AddFunc(pr.ID, func() { @@ -497,6 +534,9 @@ func addHeadRepoTasks(prs []*PullRequest) { if err := pr.UpdatePatch(); err != nil { log.Error(4, "UpdatePatch: %v", err) continue + } else if err := pr.PushToBaseRepo(); err != nil { + log.Error(4, "PushToBaseRepo: %v", err) + continue } pr.AddToTaskQueue() @@ -525,6 +565,14 @@ func AddTestPullRequestTask(repoID int64, branch string) { } } +func ChangeUsernameInPullRequests(oldUserName, newUserName string) error { + pr := PullRequest{ + HeadUserName: strings.ToLower(newUserName), + } + _, err := x.Cols("head_user_name").Where("head_user_name = ?", strings.ToLower(oldUserName)).Update(pr) + return err +} + // checkAndUpdateStatus checks if pull request is possible to levaing checking status, // and set to be either conflict or mergeable. func (pr *PullRequest) checkAndUpdateStatus() { diff --git a/models/release.go b/models/release.go index 9fc5d3967..69ce6c139 100644 --- a/models/release.go +++ b/models/release.go @@ -33,13 +33,19 @@ type Release struct { Note string `xorm:"TEXT"` IsDraft bool `xorm:"NOT NULL DEFAULT false"` IsPrerelease bool - Created time.Time `xorm:"CREATED"` + + Created time.Time `xorm:"-"` + CreatedUnix int64 +} + +func (r *Release) BeforeInsert() { + r.CreatedUnix = time.Now().UTC().Unix() } func (r *Release) AfterSet(colName string, _ xorm.Cell) { switch colName { - case "created": - r.Created = regulateTimeZone(r.Created) + case "created_unix": + r.Created = time.Unix(r.CreatedUnix, 0).Local() } } @@ -125,7 +131,7 @@ func GetReleaseByID(id int64) (*Release, error) { // GetReleasesByRepoID returns a list of releases of repository. func GetReleasesByRepoID(repoID int64) (rels []*Release, err error) { - err = x.Desc("created").Find(&rels, Release{RepoID: repoID}) + err = x.Desc("created_unix").Find(&rels, Release{RepoID: repoID}) return rels, err } diff --git a/models/repo.go b/models/repo.go index e53d80657..91dd9acf3 100644 --- a/models/repo.go +++ b/models/repo.go @@ -27,12 +27,12 @@ import ( "github.com/mcuadros/go-version" "gopkg.in/ini.v1" - "github.com/gogits/git-module" + git "github.com/gogits/git-module" api "github.com/gogits/go-gogs-client" - "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/bindata" "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/markdown" "github.com/gogits/gogs/modules/process" "github.com/gogits/gogs/modules/setting" ) @@ -129,8 +129,7 @@ func NewRepoContext() { log.Fatal(4, "Fail to execute 'git config --global core.quotepath false': %s", stderr) } - // Clean up temporary data. - os.RemoveAll(filepath.Join(setting.AppDataPath, "tmp")) + RemoveAllWithNotice("Clean up repository temporary data", filepath.Join(setting.AppDataPath, "tmp")) } // Repository represents a git repository. @@ -178,20 +177,38 @@ type Repository struct { ForkID int64 BaseRepo *Repository `xorm:"-"` - Created time.Time `xorm:"CREATED"` - Updated time.Time `xorm:"UPDATED"` + Created time.Time `xorm:"-"` + CreatedUnix int64 + Updated time.Time `xorm:"-"` + UpdatedUnix int64 +} + +func (repo *Repository) BeforeInsert() { + repo.CreatedUnix = time.Now().UTC().Unix() + repo.UpdatedUnix = repo.CreatedUnix +} + +func (repo *Repository) BeforeUpdate() { + repo.UpdatedUnix = time.Now().UTC().Unix() } func (repo *Repository) AfterSet(colName string, _ xorm.Cell) { switch colName { + case "default_branch": + // FIXME: use models migration to solve all at once. + if len(repo.DefaultBranch) == 0 { + repo.DefaultBranch = "master" + } case "num_closed_issues": repo.NumOpenIssues = repo.NumIssues - repo.NumClosedIssues case "num_closed_pulls": repo.NumOpenPulls = repo.NumPulls - repo.NumClosedPulls case "num_closed_milestones": repo.NumOpenMilestones = repo.NumMilestones - repo.NumClosedMilestones - case "updated": - repo.Updated = regulateTimeZone(repo.Updated) + case "created_unix": + repo.Created = time.Unix(repo.CreatedUnix, 0).Local() + case "updated_unix": + repo.Updated = time.Unix(repo.UpdatedUnix, 0) } } @@ -241,6 +258,14 @@ func (repo *Repository) ComposeMetas() map[string]string { return repo.ExternalMetas } +// DeleteWiki removes the actual and local copy of repository wiki. +func (repo *Repository) DeleteWiki() { + wikiPaths := []string{repo.WikiPath(), repo.LocalWikiPath()} + for _, wikiPath := range wikiPaths { + RemoveAllWithNotice("Delete repository wiki", wikiPath) + } +} + // GetAssignees returns all users that have write access of repository. func (repo *Repository) GetAssignees() (_ []*User, err error) { if err = repo.GetOwner(); err != nil { @@ -313,6 +338,10 @@ func (repo *Repository) RepoLink() string { return setting.AppSubUrl + "/" + repo.MustOwner().Name + "/" + repo.Name } +func (repo *Repository) RepoRelLink() string { + return "/" + repo.MustOwner().Name + "/" + repo.Name +} + func (repo *Repository) ComposeCompareURL(oldCommitID, newCommitID string) string { return fmt.Sprintf("%s/%s/compare/%s...%s", repo.MustOwner().Name, repo.Name, oldCommitID, newCommitID) } @@ -332,7 +361,17 @@ func (repo *Repository) IsOwnedBy(userID int64) bool { // CanBeForked returns true if repository meets the requirements of being forked. func (repo *Repository) CanBeForked() bool { - return !repo.IsBare && !repo.IsMirror + return !repo.IsBare +} + +// CanEnablePulls returns true if repository meets the requirements of accepting pulls. +func (repo *Repository) CanEnablePulls() bool { + return !repo.IsMirror +} + +// AllowPulls returns true if repository meets the requirements of accepting pulls and has them enabled. +func (repo *Repository) AllowsPulls() bool { + return repo.CanEnablePulls() && repo.EnablePulls } func (repo *Repository) NextIssueIndex() int64 { @@ -348,7 +387,7 @@ func (repo *Repository) DescriptionHtml() template.HTML { sanitize := func(s string) string { return fmt.Sprintf(`%[1]s`, s) } - return template.HTML(DescPattern.ReplaceAllStringFunc(base.Sanitizer.Sanitize(repo.Description), sanitize)) + return template.HTML(DescPattern.ReplaceAllStringFunc(markdown.Sanitizer.Sanitize(repo.Description), sanitize)) } func (repo *Repository) LocalCopyPath() string { @@ -357,11 +396,16 @@ func (repo *Repository) LocalCopyPath() string { func updateLocalCopy(repoPath, localPath string) error { if !com.IsExist(localPath) { - if err := git.Clone(repoPath, localPath, git.CloneRepoOptions{}); err != nil { + if err := git.Clone(repoPath, localPath, git.CloneRepoOptions{ + Timeout: time.Duration(setting.Git.Timeout.Clone) * time.Second, + }); err != nil { return fmt.Errorf("Clone: %v", err) } } else { - if err := git.Pull(localPath, true); err != nil { + if err := git.Pull(localPath, git.PullRemoteOptions{ + All: true, + Timeout: time.Duration(setting.Git.Timeout.Pull) * time.Second, + }); err != nil { return fmt.Errorf("Pull: %v", err) } } @@ -414,7 +458,8 @@ func (repo *Repository) ComposePayload() *api.PayloadRepo { Email: repo.MustOwner().Email, UserName: repo.MustOwner().Name, }, - Private: repo.IsPrivate, + Private: repo.IsPrivate, + DefaultBranch: repo.DefaultBranch, } } @@ -446,10 +491,10 @@ func (repo *Repository) cloneLink(isWiki bool) *CloneLink { repo.Owner = repo.MustOwner() cl := new(CloneLink) - if setting.SSHPort != 22 { - cl.SSH = fmt.Sprintf("ssh://%s@%s:%d/%s/%s.git", setting.RunUser, setting.SSHDomain, setting.SSHPort, repo.Owner.Name, repoName) + if setting.SSH.Port != 22 { + cl.SSH = fmt.Sprintf("ssh://%s@%s:%d/%s/%s.git", setting.RunUser, setting.SSH.Domain, setting.SSH.Port, repo.Owner.Name, repoName) } else { - cl.SSH = fmt.Sprintf("%s@%s:%s/%s.git", setting.RunUser, setting.SSHDomain, repo.Owner.Name, repoName) + 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) return cl @@ -490,16 +535,28 @@ func IsUsableName(name string) error { // 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:"UPDATED"` - NextUpdate time.Time + 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 { @@ -508,6 +565,10 @@ func (m *Mirror) AfterSet(colName string, _ xorm.Cell) { 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() } } @@ -591,6 +652,11 @@ 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)) @@ -636,11 +702,36 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) { if err = git.Clone(opts.RemoteAddr, repoPath, git.CloneRepoOptions{ Mirror: true, Quiet: true, - Timeout: 10 * time.Minute, + Timeout: time.Duration(setting.Git.Timeout.Migrate) * time.Second, }); err != nil { return repo, fmt.Errorf("Clone: %v", err) } + // Check if repository is empty. + _, stderr, err := com.ExecCmdDir(repoPath, "git", "log", "-1") + if err != nil { + if strings.Contains(stderr, "fatal: bad default revision 'HEAD'") { + repo.IsBare = true + } else { + return repo, fmt.Errorf("check bare: %v - %s", err, stderr) + } + } + + if !repo.IsBare { + // Try to get HEAD branch and set it as default branch. + gitRepo, err := git.OpenRepository(repoPath) + if err != nil { + return repo, fmt.Errorf("OpenRepository: %v", err) + } + headBranch, err := gitRepo.GetHEADBranch() + if err != nil { + return repo, fmt.Errorf("GetHEADBranch: %v", err) + } + if headBranch != nil { + repo.DefaultBranch = headBranch.Name + } + } + if opts.IsMirror { if _, err = x.InsertOne(&Mirror{ RepoID: repo.ID, @@ -654,7 +745,12 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) { return repo, UpdateRepository(repo, false) } - if err = createUpdateHook(repoPath); err != nil { + return CleanUpMigrateInfo(repo, repoPath) +} + +// 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) } @@ -670,31 +766,6 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) { return repo, fmt.Errorf("save config file: %v", err) } - // Check if repository is empty. - _, stderr, err := com.ExecCmdDir(repoPath, "git", "log", "-1") - if err != nil { - if strings.Contains(stderr, "fatal: bad default revision 'HEAD'") { - repo.IsBare = true - } else { - return repo, fmt.Errorf("check bare: %v - %s", err, stderr) - } - } - - // Try to get HEAD branch and set it as default branch. - gitRepo, err := git.OpenRepository(repoPath) - if err != nil { - log.Error(4, "OpenRepository: %v", err) - return repo, nil - } - headBranch, err := gitRepo.GetHEADBranch() - if err != nil { - log.Error(4, "GetHEADBranch: %v", err) - return repo, nil - } - if headBranch != nil { - repo.DefaultBranch = headBranch.Name - } - return repo, UpdateRepository(repo, false) } @@ -957,10 +1028,13 @@ func countRepositories(showPrivate bool) int64 { sess := x.NewSession() if !showPrivate { - sess.Where("is_private=", false) + sess.Where("is_private=?", false) } - count, _ := sess.Count(new(Repository)) + count, err := sess.Count(new(Repository)) + if err != nil { + log.Error(4, "countRepositories: %v", err) + } return count } @@ -974,11 +1048,16 @@ func CountPublicRepositories() int64 { return countRepositories(false) } +func Repositories(page, pageSize int) (_ []*Repository, err error) { + repos := make([]*Repository, 0, pageSize) + return repos, x.Limit(pageSize, (page-1)*pageSize).Asc("id").Find(&repos) +} + // RepositoriesWithUsers returns number of repos in given page. func RepositoriesWithUsers(page, pageSize int) (_ []*Repository, err error) { - repos := make([]*Repository, 0, pageSize) - if err = x.Limit(pageSize, (page-1)*pageSize).Asc("id").Find(&repos); err != nil { - return nil, err + repos, err := Repositories(page, pageSize) + if err != nil { + return nil, fmt.Errorf("Repositories: %v", err) } for i := range repos { @@ -1093,13 +1172,16 @@ func TransferOwnership(u *User, newOwnerName string, repo *Repository) error { return fmt.Errorf("transferRepoAction: %v", err) } - // Change repository directory name. + // Rename remote repository to new path and delete local copy. if err = os.Rename(RepoPath(owner.Name, repo.Name), RepoPath(newOwner.Name, repo.Name)); err != nil { return fmt.Errorf("rename repository directory: %v", err) } + RemoveAllWithNotice("Delete repository local copy", repo.LocalCopyPath()) + // Rename remote wiki repository to new path and delete local copy. wikiPath := WikiPath(owner.Name, repo.Name) if com.IsExist(wikiPath) { + RemoveAllWithNotice("Delete repository wiki local copy", repo.LocalWikiPath()) if err = os.Rename(wikiPath, WikiPath(newOwner.Name, repo.Name)); err != nil { return fmt.Errorf("rename repository wiki: %v", err) } @@ -1123,16 +1205,22 @@ func ChangeRepositoryName(u *User, oldRepoName, newRepoName string) (err error) return ErrRepoAlreadyExist{u.Name, newRepoName} } + repo, err := GetRepositoryByName(u.Id, oldRepoName) + if err != nil { + return fmt.Errorf("GetRepositoryByName: %v", err) + } + // Change repository directory name. - if err = os.Rename(RepoPath(u.Name, oldRepoName), RepoPath(u.Name, newRepoName)); err != nil { + if err = os.Rename(repo.RepoPath(), RepoPath(u.Name, newRepoName)); err != nil { return fmt.Errorf("rename repository directory: %v", err) } - wikiPath := WikiPath(u.Name, oldRepoName) + wikiPath := repo.WikiPath() if com.IsExist(wikiPath) { if err = os.Rename(wikiPath, WikiPath(u.Name, newRepoName)); err != nil { return fmt.Errorf("rename repository wiki: %v", err) } + RemoveAllWithNotice("Delete repository wiki local copy", repo.LocalWikiPath()) } return nil @@ -1295,30 +1383,13 @@ func DeleteRepository(uid, repoID int64) error { // Remove repository files. repoPath := repo.repoPath(sess) - if err = os.RemoveAll(repoPath); err != nil { - desc := fmt.Sprintf("delete repository files [%s]: %v", repoPath, err) - log.Warn(desc) - if err = CreateRepositoryNotice(desc); err != nil { - log.Error(4, "CreateRepositoryNotice: %v", err) - } - } + RemoveAllWithNotice("Delete repository files", repoPath) - wikiPaths := []string{repo.WikiPath(), repo.LocalWikiPath()} - for _, wikiPath := range wikiPaths { - if err = os.RemoveAll(wikiPath); err != nil { - desc := fmt.Sprintf("delete repository wiki [%s]: %v", wikiPath, err) - log.Warn(desc) - if err = CreateRepositoryNotice(desc); err != nil { - log.Error(4, "CreateRepositoryNotice: %v", err) - } - } - } + repo.DeleteWiki() // Remove attachment files. for i := range attachmentPaths { - if err = os.Remove(attachmentPaths[i]); err != nil { - log.Warn("delete attachment: %v", err) - } + RemoveAllWithNotice("Delete attachment", attachmentPaths[i]) } if err = sess.Commit(); err != nil { @@ -1333,7 +1404,7 @@ func DeleteRepository(uid, repoID int64) error { } for i := range forkRepos { if err = DeleteRepository(forkRepos[i].OwnerID, forkRepos[i].ID); err != nil { - log.Error(4, "updateRepository[%d]: %v", forkRepos[i].ID, err) + log.Error(4, "DeleteRepository [%d]: %v", forkRepos[i].ID, err) } } } else { @@ -1397,7 +1468,8 @@ func GetRepositoryByID(id int64) (*Repository, error) { // 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") + sess := x.Desc("updated_unix") + if !private { sess.Where("is_private=?", false) } @@ -1406,9 +1478,9 @@ func GetRepositories(uid int64, private bool) ([]*Repository, error) { } // GetRecentUpdatedRepositories returns the list of repositories that are recently updated. -func GetRecentUpdatedRepositories(page int) (repos []*Repository, err error) { - return repos, x.Limit(setting.ExplorePagingNum, (page-1)*setting.ExplorePagingNum). - Where("is_private=?", false).Limit(setting.ExplorePagingNum).Desc("updated").Find(&repos) +func GetRecentUpdatedRepositories(page, pageSize int) (repos []*Repository, err error) { + return repos, x.Limit(pageSize, (page-1)*pageSize). + Where("is_private=?", false).Limit(pageSize).Desc("updated_unix").Find(&repos) } func getRepositoryCount(e Engine, u *User) (int64, error) { @@ -1420,32 +1492,52 @@ func GetRepositoryCount(u *User) (int64, error) { return getRepositoryCount(x, u) } -type SearchOption struct { - Keyword string - Uid int64 - Limit int - Private bool +type SearchRepoOptions struct { + Keyword string + OwnerID int64 + OrderBy string + Private bool // Include private repositories in results + Page int + PageSize int // Can be smaller than or equal to setting.ExplorePagingNum } -// SearchRepositoryByName returns given number of repositories whose name contains keyword. -func SearchRepositoryByName(opt SearchOption) (repos []*Repository, err error) { - if len(opt.Keyword) == 0 { - return repos, nil +// SearchRepositoryByName takes keyword and part of repository name to search, +// it returns results in given range and number of total results. +func SearchRepositoryByName(opts *SearchRepoOptions) (repos []*Repository, _ int64, _ error) { + if len(opts.Keyword) == 0 { + return repos, 0, nil + } + 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 } - opt.Keyword = strings.ToLower(opt.Keyword) - repos = make([]*Repository, 0, opt.Limit) + repos = make([]*Repository, 0, opts.PageSize) - // Append conditions. - sess := x.Limit(opt.Limit) - if opt.Uid > 0 { - sess.Where("owner_id=?", opt.Uid) + // Append conditions + sess := x.Where("LOWER(lower_name) LIKE ?", "%"+opts.Keyword+"%") + if opts.OwnerID > 0 { + sess.And("owner_id = ?", opts.OwnerID) } - if !opt.Private { + if !opts.Private { sess.And("is_private=?", false) } - sess.And("lower_name like ?", "%"+opt.Keyword+"%").Find(&repos) - return repos, err + + var countSess xorm.Session + countSess = *sess + count, err := countSess.Count(new(Repository)) + if err != nil { + return nil, 0, fmt.Errorf("Count: %v", err) + } + + if len(opts.OrderBy) > 0 { + sess.OrderBy(opts.OrderBy) + } + return repos, count, sess.Limit(opts.PageSize, (opts.Page-1)*opts.PageSize).Find(&repos) } // DeleteRepositoryArchives deletes all repositories' archives. @@ -1457,9 +1549,8 @@ func DeleteRepositoryArchives() error { }) } -// DeleteMissingRepositories deletes all repository records that lost Git files. -func DeleteMissingRepositories() error { - repos := make([]*Repository, 0, 5) +func gatherMissingRepoRecords() ([]*Repository, error) { + repos := make([]*Repository, 0, 10) if err := x.Where("id > 0").Iterate(new(Repository), func(idx int, bean interface{}) error { repo := bean.(*Repository) @@ -1468,10 +1559,18 @@ func DeleteMissingRepositories() error { } return nil }); err != nil { - if err2 := CreateRepositoryNotice(fmt.Sprintf("DeleteMissingRepositories: %v", err)); err2 != nil { - log.Error(4, "CreateRepositoryNotice: %v", err2) + if err2 := CreateRepositoryNotice(fmt.Sprintf("gatherMissingRepoRecords: %v", err)); err2 != nil { + return nil, fmt.Errorf("CreateRepositoryNotice: %v", err) } - return nil + } + return repos, nil +} + +// DeleteMissingRepositories deletes all repository records that lost Git files. +func DeleteMissingRepositories() error { + repos, err := gatherMissingRepoRecords() + if err != nil { + return fmt.Errorf("gatherMissingRepoRecords: %v", err) } if len(repos) == 0 { @@ -1482,7 +1581,29 @@ func DeleteMissingRepositories() error { log.Trace("Deleting %d/%d...", repo.OwnerID, repo.ID) if err := DeleteRepository(repo.OwnerID, repo.ID); err != nil { if err2 := CreateRepositoryNotice(fmt.Sprintf("DeleteRepository [%d]: %v", repo.ID, err)); err2 != nil { - log.Error(4, "CreateRepositoryNotice: %v", err2) + return fmt.Errorf("CreateRepositoryNotice: %v", err) + } + } + } + return nil +} + +// ReinitMissingRepositories reinitializes all repository records that lost Git files. +func ReinitMissingRepositories() error { + repos, err := gatherMissingRepoRecords() + if err != nil { + return fmt.Errorf("gatherMissingRepoRecords: %v", err) + } + + if len(repos) == 0 { + return nil + } + + for _, repo := range repos { + log.Trace("Initializing %d/%d...", repo.OwnerID, repo.ID) + if err := git.InitRepository(repo.RepoPath(), true); err != nil { + if err2 := CreateRepositoryNotice(fmt.Sprintf("InitRepository [%d]: %v", repo.ID, err)); err2 != nil { + return fmt.Errorf("CreateRepositoryNotice: %v", err) } } } @@ -1562,7 +1683,8 @@ func MirrorUpdate() { } repoPath := m.Repo.RepoPath() - if _, stderr, err := process.ExecDir(10*time.Minute, + 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) @@ -1602,7 +1724,7 @@ func GitFsck() { repo := bean.(*Repository) repoPath := repo.RepoPath() if err := git.Fsck(repoPath, setting.Cron.RepoHealthCheck.Timeout, setting.Cron.RepoHealthCheck.Args...); err != nil { - desc := fmt.Sprintf("Fail to health check repository(%s)", repoPath) + desc := fmt.Sprintf("Fail to health check repository (%s): %v", repoPath, err) log.Warn(desc) if err = CreateRepositoryNotice(desc); err != nil { log.Error(4, "CreateRepositoryNotice: %v", err) @@ -1728,105 +1850,6 @@ func CheckRepoStats() { // ***** END: Repository.NumForks ***** } -// _________ .__ .__ ___. __ .__ -// \_ ___ \ ____ | | | | _____ \_ |__ ________________ _/ |_|__| ____ ____ -// / \ \/ / _ \| | | | \__ \ | __ \ / _ \_ __ \__ \\ __\ |/ _ \ / \ -// \ \___( <_> ) |_| |__/ __ \| \_\ ( <_> ) | \// __ \| | | ( <_> ) | \ -// \______ /\____/|____/____(____ /___ /\____/|__| (____ /__| |__|\____/|___| / -// \/ \/ \/ \/ \/ - -// A Collaboration is a relation between an individual and a repository -type Collaboration struct { - ID int64 `xorm:"pk autoincr"` - RepoID int64 `xorm:"UNIQUE(s) INDEX NOT NULL"` - UserID int64 `xorm:"UNIQUE(s) INDEX NOT NULL"` - Created time.Time `xorm:"CREATED"` -} - -// Add collaborator and accompanying access -func (repo *Repository) AddCollaborator(u *User) error { - collaboration := &Collaboration{ - RepoID: repo.ID, - UserID: u.Id, - } - - has, err := x.Get(collaboration) - if err != nil { - return err - } else if has { - return nil - } - - if err = repo.GetOwner(); err != nil { - return fmt.Errorf("GetOwner: %v", err) - } - - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return err - } - - if _, err = sess.InsertOne(collaboration); err != nil { - return err - } - - if repo.Owner.IsOrganization() { - err = repo.recalculateTeamAccesses(sess, 0) - } else { - err = repo.recalculateAccesses(sess) - } - if err != nil { - return fmt.Errorf("recalculateAccesses 'team=%v': %v", repo.Owner.IsOrganization(), err) - } - - return sess.Commit() -} - -func (repo *Repository) getCollaborators(e Engine) ([]*User, error) { - collaborations := make([]*Collaboration, 0) - if err := e.Find(&collaborations, &Collaboration{RepoID: repo.ID}); err != nil { - return nil, err - } - - users := make([]*User, len(collaborations)) - for i, c := range collaborations { - user, err := getUserByID(e, c.UserID) - if err != nil { - return nil, err - } - users[i] = user - } - return users, nil -} - -// GetCollaborators returns the collaborators for a repository -func (repo *Repository) GetCollaborators() ([]*User, error) { - return repo.getCollaborators(x) -} - -// Delete collaborator and accompanying access -func (repo *Repository) DeleteCollaborator(u *User) (err error) { - collaboration := &Collaboration{ - RepoID: repo.ID, - UserID: u.Id, - } - - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return err - } - - if has, err := sess.Delete(collaboration); err != nil || has == 0 { - return err - } else if err = repo.recalculateAccesses(sess); err != nil { - return err - } - - return sess.Commit() -} - // __ __ __ .__ // / \ / \_____ _/ |_ ____ | |__ // \ \/\/ /\__ \\ __\/ ___\| | \ diff --git a/models/repo_branch.go b/models/repo_branch.go new file mode 100644 index 000000000..9cf2e9c43 --- /dev/null +++ b/models/repo_branch.go @@ -0,0 +1,57 @@ +// 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 ( + "github.com/gogits/git-module" +) + +type Branch struct { + Path string + Name string +} + +func GetBranchesByPath(path string) ([]*Branch, error) { + gitRepo, err := git.OpenRepository(path) + if err != nil { + return nil, err + } + + brs, err := gitRepo.GetBranches() + if err != nil { + return nil, err + } + + branches := make([]*Branch, len(brs)) + for i := range brs { + branches[i] = &Branch{ + Path: path, + Name: brs[i], + } + } + return branches, nil +} + +func (repo *Repository) GetBranch(br string) (*Branch, error) { + if !git.IsBranchExist(repo.RepoPath(), br) { + return nil, &ErrBranchNotExist{br} + } + return &Branch{ + Path: repo.RepoPath(), + Name: br, + }, nil +} + +func (repo *Repository) GetBranches() ([]*Branch, error) { + return GetBranchesByPath(repo.RepoPath()) +} + +func (br *Branch) GetCommit() (*git.Commit, error) { + gitRepo, err := git.OpenRepository(br.Path) + if err != nil { + return nil, err + } + return gitRepo.GetBranchCommit(br.Name) +} diff --git a/models/repo_collaboration.go b/models/repo_collaboration.go new file mode 100644 index 000000000..b1c5f925a --- /dev/null +++ b/models/repo_collaboration.go @@ -0,0 +1,159 @@ +// 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" +) + +// Collaboration represent the relation between an individual and a repository. +type Collaboration struct { + ID int64 `xorm:"pk autoincr"` + RepoID int64 `xorm:"UNIQUE(s) INDEX NOT NULL"` + UserID int64 `xorm:"UNIQUE(s) INDEX NOT NULL"` + Mode AccessMode `xorm:"DEFAULT 2 NOT NULL"` +} + +func (c *Collaboration) ModeName() string { + switch c.Mode { + case ACCESS_MODE_READ: + return "Read" + case ACCESS_MODE_WRITE: + return "Write" + case ACCESS_MODE_ADMIN: + return "Admin" + } + return "Undefined" +} + +// AddCollaborator adds new collaboration relation between an individual and a repository. +func (repo *Repository) AddCollaborator(u *User) error { + collaboration := &Collaboration{ + RepoID: repo.ID, + UserID: u.Id, + } + + has, err := x.Get(collaboration) + if err != nil { + return err + } else if has { + return nil + } + collaboration.Mode = ACCESS_MODE_WRITE + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if _, err = sess.InsertOne(collaboration); err != nil { + return err + } + + if repo.Owner.IsOrganization() { + err = repo.recalculateTeamAccesses(sess, 0) + } else { + err = repo.recalculateAccesses(sess) + } + if err != nil { + return fmt.Errorf("recalculateAccesses 'team=%v': %v", repo.Owner.IsOrganization(), err) + } + + return sess.Commit() +} + +func (repo *Repository) getCollaborations(e Engine) ([]*Collaboration, error) { + collaborations := make([]*Collaboration, 0) + return collaborations, e.Find(&collaborations, &Collaboration{RepoID: repo.ID}) +} + +// Collaborator represents a user with collaboration details. +type Collaborator struct { + *User + Collaboration *Collaboration +} + +func (repo *Repository) getCollaborators(e Engine) ([]*Collaborator, error) { + collaborations, err := repo.getCollaborations(e) + if err != nil { + return nil, fmt.Errorf("getCollaborations: %v", err) + } + + collaborators := make([]*Collaborator, len(collaborations)) + for i, c := range collaborations { + user, err := getUserByID(e, c.UserID) + if err != nil { + return nil, err + } + collaborators[i] = &Collaborator{ + User: user, + Collaboration: c, + } + } + return collaborators, nil +} + +// GetCollaborators returns the collaborators for a repository +func (repo *Repository) GetCollaborators() ([]*Collaborator, error) { + return repo.getCollaborators(x) +} + +// ChangeCollaborationAccessMode sets new access mode for the collaboration. +func (repo *Repository) ChangeCollaborationAccessMode(uid int64, mode AccessMode) error { + // Discard invalid input + if mode <= ACCESS_MODE_NONE || mode > ACCESS_MODE_OWNER { + return nil + } + + collaboration := &Collaboration{ + RepoID: repo.ID, + UserID: uid, + } + has, err := x.Get(collaboration) + if err != nil { + return fmt.Errorf("get collaboration: %v", err) + } else if !has { + return nil + } + + collaboration.Mode = mode + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if _, err = sess.Id(collaboration.ID).AllCols().Update(collaboration); err != nil { + return fmt.Errorf("update collaboration: %v", err) + } else if _, err = sess.Exec("UPDATE access SET mode = ? WHERE user_id = ? AND repo_id = ?", mode, uid, repo.ID); err != nil { + return fmt.Errorf("update access table: %v", err) + } + + return sess.Commit() +} + +// DeleteCollaboration removes collaboration relation between the user and repository. +func (repo *Repository) DeleteCollaboration(uid int64) (err error) { + collaboration := &Collaboration{ + RepoID: repo.ID, + UserID: uid, + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if has, err := sess.Delete(collaboration); err != nil || has == 0 { + return err + } else if err = repo.recalculateAccesses(sess); err != nil { + return err + } + + return sess.Commit() +} diff --git a/models/ssh_key.go b/models/ssh_key.go index a7b1680f6..b30217155 100644 --- a/models/ssh_key.go +++ b/models/ssh_key.go @@ -12,6 +12,7 @@ import ( "fmt" "io" "io/ioutil" + "math/big" "os" "path" "path/filepath" @@ -44,22 +45,36 @@ const ( // PublicKey represents a SSH or deploy key. type PublicKey struct { - ID int64 `xorm:"pk autoincr"` - OwnerID int64 `xorm:"INDEX NOT NULL"` - Name string `xorm:"NOT NULL"` - Fingerprint string `xorm:"NOT NULL"` - Content string `xorm:"TEXT NOT NULL"` - Mode AccessMode `xorm:"NOT NULL DEFAULT 2"` - Type KeyType `xorm:"NOT NULL DEFAULT 1"` - Created time.Time `xorm:"CREATED"` - Updated time.Time // Note: Updated must below Created for AfterSet. - HasRecentActivity bool `xorm:"-"` - HasUsed bool `xorm:"-"` + ID int64 `xorm:"pk autoincr"` + OwnerID int64 `xorm:"INDEX NOT NULL"` + Name string `xorm:"NOT NULL"` + Fingerprint string `xorm:"NOT NULL"` + Content string `xorm:"TEXT NOT NULL"` + Mode AccessMode `xorm:"NOT NULL DEFAULT 2"` + Type KeyType `xorm:"NOT NULL DEFAULT 1"` + + Created time.Time `xorm:"-"` + CreatedUnix int64 + Updated time.Time `xorm:"-"` // Note: Updated must below Created for AfterSet. + UpdatedUnix int64 + HasRecentActivity bool `xorm:"-"` + HasUsed bool `xorm:"-"` +} + +func (k *PublicKey) BeforeInsert() { + k.CreatedUnix = time.Now().UTC().Unix() +} + +func (k *PublicKey) BeforeUpdate() { + k.UpdatedUnix = time.Now().UTC().Unix() } func (k *PublicKey) AfterSet(colName string, _ xorm.Cell) { switch colName { - case "created": + case "created_unix": + k.Created = time.Unix(k.CreatedUnix, 0).Local() + case "updated_unix": + k.Updated = time.Unix(k.UpdatedUnix, 0).Local() k.HasUsed = k.Updated.After(k.Created) k.HasRecentActivity = k.Updated.Add(7 * 24 * time.Hour).After(time.Now()) } @@ -78,19 +93,18 @@ func (key *PublicKey) GetAuthorizedString() string { func extractTypeFromBase64Key(key string) (string, error) { b, err := base64.StdEncoding.DecodeString(key) if err != nil || len(b) < 4 { - return "", errors.New("Invalid key format") + return "", fmt.Errorf("Invalid key format: %v", err) } keyLength := int(binary.BigEndian.Uint32(b)) - if len(b) < 4+keyLength { - return "", errors.New("Invalid key format") + return "", fmt.Errorf("Invalid key format: not enough length") } 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) @@ -153,8 +167,115 @@ func parseKeyString(content string) (string, error) { return keyType + " " + keyContent + " " + keyComment, nil } +// writeTmpKeyFile writes key content to a temporary file +// and returns the name of that file, along with any possible errors. +func writeTmpKeyFile(content string) (string, error) { + tmpFile, err := ioutil.TempFile(setting.SSH.KeyTestPath, "gogs_keytest") + if err != nil { + return "", fmt.Errorf("TempFile: %v", err) + } + defer tmpFile.Close() + + if _, err = tmpFile.WriteString(content); err != nil { + return "", fmt.Errorf("tmpFile.WriteString: %v", err) + } + return tmpFile.Name(), nil +} + +// SSHKeyGenParsePublicKey extracts key type and length using ssh-keygen. +func SSHKeyGenParsePublicKey(key string) (string, int, error) { + // The ssh-keygen in Windows does not print key type, so no need go further. + if setting.IsWindows { + return "", 0, nil + } + + tmpName, err := writeTmpKeyFile(key) + if err != nil { + return "", 0, fmt.Errorf("writeTmpKeyFile: %v", err) + } + defer os.Remove(tmpName) + + 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) + } + if strings.Contains(stdout, "is not a public key file") { + return "", 0, ErrKeyUnableVerify{stdout} + } + + fields := strings.Split(stdout, " ") + if len(fields) < 4 { + return "", 0, fmt.Errorf("Invalid public key line: %s", stdout) + } + + keyType := strings.Trim(fields[len(fields)-1], "()\r\n") + return strings.ToLower(keyType), com.StrTo(fields[0]).MustInt(), nil +} + +// SSHNativeParsePublicKey extracts the key type and length using the golang SSH library. +// NOTE: ed25519 is not supported. +func SSHNativeParsePublicKey(keyLine string) (string, int, error) { + fields := strings.Fields(keyLine) + if len(fields) < 2 { + return "", 0, fmt.Errorf("not enough fields in public key line: %s", string(keyLine)) + } + + raw, err := base64.StdEncoding.DecodeString(fields[1]) + if err != nil { + return "", 0, err + } + + pkey, err := ssh.ParsePublicKey(raw) + if err != nil { + if strings.Contains(err.Error(), "ssh: unknown key algorithm") { + return "", 0, ErrKeyUnableVerify{err.Error()} + } + return "", 0, fmt.Errorf("ssh.ParsePublicKey: %v", err) + } + + // The ssh library can parse the key, so next we find out what key exactly we have. + switch pkey.Type() { + case ssh.KeyAlgoDSA: + rawPub := struct { + Name string + P, Q, G, Y *big.Int + }{} + if err := ssh.Unmarshal(pkey.Marshal(), &rawPub); err != nil { + return "", 0, err + } + // as per https://bugzilla.mindrot.org/show_bug.cgi?id=1647 we should never + // see dsa keys != 1024 bit, but as it seems to work, we will not check here + return "dsa", rawPub.P.BitLen(), nil // use P as per crypto/dsa/dsa.go (is L) + case ssh.KeyAlgoRSA: + rawPub := struct { + Name string + E *big.Int + N *big.Int + }{} + if err := ssh.Unmarshal(pkey.Marshal(), &rawPub); err != nil { + return "", 0, err + } + return "rsa", rawPub.N.BitLen(), nil // use N as per crypto/rsa/rsa.go (is bits) + case ssh.KeyAlgoECDSA256: + return "ecdsa", 256, nil + case ssh.KeyAlgoECDSA384: + return "ecdsa", 384, nil + case ssh.KeyAlgoECDSA521: + return "ecdsa", 521, nil + 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()) +} + // CheckPublicKeyString checks if the given public key string is recognized by SSH. +// +// The function 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") + } + content, err = parseKeyString(content) if err != nil { return "", err @@ -165,22 +286,32 @@ func CheckPublicKeyString(content string) (_ string, err error) { return "", errors.New("only a single line with a single key please") } - fields := strings.Fields(content) - if len(fields) < 2 { - return "", errors.New("too less fields") - } + // remove any unnecessary whitespace now + content = strings.TrimSpace(content) - key, err := base64.StdEncoding.DecodeString(fields[1]) - if err != nil { - return "", fmt.Errorf("StdEncoding.DecodeString: %v", err) + var ( + keyType string + length int + ) + if setting.SSH.StartBuiltinServer { + keyType, length, err = SSHNativeParsePublicKey(content) + } else { + keyType, length, err = SSHKeyGenParsePublicKey(content) } - pkey, err := ssh.ParsePublicKey([]byte(key)) if err != nil { return "", fmt.Errorf("ParsePublicKey: %v", err) } - log.Trace("Key type: %s", pkey.Type()) + log.Trace("Key info [native: %v]: %s-%d", setting.SSH.StartBuiltinServer, keyType, length) - return content, nil + if !setting.SSH.MinimumKeySizeCheck { + return content, nil + } + 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 type is not allowed: %s", keyType) } // saveAuthorizedKeyFile writes SSH key content to authorized_keys file. @@ -188,7 +319,7 @@ func saveAuthorizedKeyFile(keys ...*PublicKey) error { sshOpLocker.Lock() defer sshOpLocker.Unlock() - fpath := filepath.Join(setting.SSHRootPath, "authorized_keys") + fpath := filepath.Join(setting.SSH.RootPath, "authorized_keys") f, err := os.OpenFile(fpath, os.O_CREATE|os.O_WRONLY|os.O_APPEND, 0600) if err != nil { return err @@ -244,7 +375,7 @@ func addKey(e Engine, key *PublicKey) (err error) { } stdout, stderr, err := process.Exec("AddPublicKey", "ssh-keygen", "-lf", tmpPath) if err != nil { - return errors.New("ssh-keygen -lf: " + stderr) + return fmt.Errorf("'ssh-keygen -lf %s' failed with error '%s': %s", tmpPath, err, stderr) } else if len(stdout) < 2 { return errors.New("not enough output for calculating fingerprint: " + stdout) } @@ -256,7 +387,7 @@ func addKey(e Engine, key *PublicKey) (err error) { } // Don't need to rewrite this file if builtin SSH server is enabled. - if setting.StartSSHServer { + if setting.SSH.StartBuiltinServer { return nil } return saveAuthorizedKeyFile(key) @@ -264,6 +395,7 @@ func addKey(e Engine, key *PublicKey) (err error) { // AddPublicKey adds new public key to database and authorized_keys file. func AddPublicKey(ownerID int64, name, content string) (*PublicKey, error) { + log.Trace(content) if err := checkKeyContent(content); err != nil { return nil, err } @@ -374,6 +506,11 @@ func rewriteAuthorizedKeys(key *PublicKey, p, tmpP string) error { break } } + + if !isFound { + log.Warn("SSH key %d not found in authorized_keys file for deletion", key.ID) + } + return nil } @@ -400,12 +537,12 @@ func deletePublicKey(e *xorm.Session, keyID int64) error { } // Don't need to rewrite this file if builtin SSH server is enabled. - if setting.StartSSHServer { + if setting.SSH.StartBuiltinServer { return nil } - fpath := filepath.Join(setting.SSHRootPath, "authorized_keys") - tmpPath := filepath.Join(setting.SSHRootPath, "authorized_keys.tmp") + 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 { @@ -447,7 +584,8 @@ func RewriteAllPublicKeys() error { sshOpLocker.Lock() defer sshOpLocker.Unlock() - tmpPath := filepath.Join(setting.SSHRootPath, "authorized_keys.tmp") + fpath := filepath.Join(setting.SSH.RootPath, "authorized_keys") + tmpPath := fpath + ".tmp" f, err := os.OpenFile(tmpPath, os.O_RDWR|os.O_CREATE|os.O_TRUNC, 0600) if err != nil { return err @@ -463,7 +601,6 @@ func RewriteAllPublicKeys() error { return err } - fpath := filepath.Join(setting.SSHRootPath, "authorized_keys") if com.IsExist(fpath) { if err = os.Remove(fpath); err != nil { return err @@ -485,21 +622,35 @@ func RewriteAllPublicKeys() error { // DeployKey represents deploy key information and its relation with repository. type DeployKey struct { - ID int64 `xorm:"pk autoincr"` - KeyID int64 `xorm:"UNIQUE(s) INDEX"` - RepoID int64 `xorm:"UNIQUE(s) INDEX"` - Name string - Fingerprint string - Content string `xorm:"-"` - Created time.Time `xorm:"CREATED"` - Updated time.Time // Note: Updated must below Created for AfterSet. - HasRecentActivity bool `xorm:"-"` - HasUsed bool `xorm:"-"` + ID int64 `xorm:"pk autoincr"` + KeyID int64 `xorm:"UNIQUE(s) INDEX"` + RepoID int64 `xorm:"UNIQUE(s) INDEX"` + Name string + Fingerprint string + Content string `xorm:"-"` + + Created time.Time `xorm:"-"` + CreatedUnix int64 + Updated time.Time `xorm:"-"` // Note: Updated must below Created for AfterSet. + UpdatedUnix int64 + HasRecentActivity bool `xorm:"-"` + HasUsed bool `xorm:"-"` +} + +func (k *DeployKey) BeforeInsert() { + k.CreatedUnix = time.Now().UTC().Unix() +} + +func (k *DeployKey) BeforeUpdate() { + k.UpdatedUnix = time.Now().UTC().Unix() } func (k *DeployKey) AfterSet(colName string, _ xorm.Cell) { switch colName { - case "created": + case "created_unix": + k.Created = time.Unix(k.CreatedUnix, 0).Local() + case "updated_unix": + k.Updated = time.Unix(k.UpdatedUnix, 0).Local() k.HasUsed = k.Updated.After(k.Created) k.HasRecentActivity = k.Updated.Add(7 * 24 * time.Hour).After(time.Now()) } diff --git a/models/ssh_key_test.go b/models/ssh_key_test.go new file mode 100644 index 000000000..61f2e18be --- /dev/null +++ b/models/ssh_key_test.go @@ -0,0 +1,45 @@ +package models + +import ( + "fmt" + "testing" + + . "github.com/smartystreets/goconvey/convey" + + "github.com/gogits/gogs/modules/setting" +) + +func init() { + setting.NewContext() +} + +func Test_SSHParsePublicKey(t *testing.T) { + testKeys := map[string]struct { + typeName string + length int + content string + }{ + "dsa-1024": {"dsa", 1024, "ssh-dss AAAAB3NzaC1kc3MAAACBAOChCC7lf6Uo9n7BmZ6M8St19PZf4Tn59NriyboW2x/DZuYAz3ibZ2OkQ3S0SqDIa0HXSEJ1zaExQdmbO+Ux/wsytWZmCczWOVsaszBZSl90q8UnWlSH6P+/YA+RWJm5SFtuV9PtGIhyZgoNuz5kBQ7K139wuQsecdKktISwTakzAAAAFQCzKsO2JhNKlL+wwwLGOcLffoAmkwAAAIBpK7/3xvduajLBD/9vASqBQIHrgK2J+wiQnIb/Wzy0UsVmvfn8A+udRbBo+csM8xrSnlnlJnjkJS3qiM5g+eTwsLIV1IdKPEwmwB+VcP53Cw6lSyWyJcvhFb0N6s08NZysLzvj0N+ZC/FnhKTLzIyMtkHf/IrPCwlM+pV/M/96YgAAAIEAqQcGn9CKgzgPaguIZooTAOQdvBLMI5y0bQjOW6734XOpqQGf/Kra90wpoasLKZjSYKNPjE+FRUOrStLrxcNs4BeVKhy2PYTRnybfYVk1/dmKgH6P1YSRONsGKvTsH6c5IyCRG0ncCgYeF8tXppyd642982daopE7zQ/NPAnJfag= nocomment"}, + "rsa-1024": {"rsa", 1024, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDAu7tvIvX6ZHrRXuZNfkR3XLHSsuCK9Zn3X58lxBcQzuo5xZgB6vRwwm/QtJuF+zZPtY5hsQILBLmF+BZ5WpKZp1jBeSjH2G7lxet9kbcH+kIVj0tPFEoyKI9wvWqIwC4prx/WVk2wLTJjzBAhyNxfEq7C9CeiX9pQEbEqJfkKCQ== nocomment\n"}, + "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"}, + } + + Convey("Parse public keys in both native and ssh-keygen", t, func() { + for name, key := range testKeys { + fmt.Println("\nTesting key:", name) + + keyTypeN, lengthN, errN := SSHNativeParsePublicKey(key.content) + So(errN, ShouldBeNil) + So(keyTypeN, ShouldEqual, key.typeName) + So(lengthN, ShouldEqual, key.length) + + keyTypeK, lengthK, errK := SSHKeyGenParsePublicKey(key.content) + So(errK, ShouldBeNil) + So(keyTypeK, ShouldEqual, key.typeName) + So(lengthK, ShouldEqual, key.length) + } + }) +} diff --git a/models/token.go b/models/token.go index 136753c32..38d83e217 100644 --- a/models/token.go +++ b/models/token.go @@ -7,25 +7,49 @@ package models import ( "time" + "github.com/go-xorm/xorm" + gouuid "github.com/satori/go.uuid" + "github.com/gogits/gogs/modules/base" - "github.com/gogits/gogs/modules/uuid" ) // AccessToken represents a personal access token. type AccessToken struct { - ID int64 `xorm:"pk autoincr"` - UID int64 `xorm:"INDEX"` - Name string - Sha1 string `xorm:"UNIQUE VARCHAR(40)"` - Created time.Time `xorm:"CREATED"` - Updated time.Time + ID int64 `xorm:"pk autoincr"` + UID int64 `xorm:"INDEX"` + Name string + Sha1 string `xorm:"UNIQUE VARCHAR(40)"` + + Created time.Time `xorm:"-"` + CreatedUnix int64 + Updated time.Time `xorm:"-"` // Note: Updated must below Created for AfterSet. + UpdatedUnix int64 HasRecentActivity bool `xorm:"-"` HasUsed bool `xorm:"-"` } +func (t *AccessToken) BeforeInsert() { + t.CreatedUnix = time.Now().UTC().Unix() +} + +func (t *AccessToken) BeforeUpdate() { + t.UpdatedUnix = time.Now().UTC().Unix() +} + +func (t *AccessToken) AfterSet(colName string, _ xorm.Cell) { + switch colName { + case "created_unix": + t.Created = time.Unix(t.CreatedUnix, 0).Local() + case "updated_unix": + t.Updated = time.Unix(t.UpdatedUnix, 0).Local() + t.HasUsed = t.Updated.After(t.Created) + t.HasRecentActivity = t.Updated.Add(7 * 24 * time.Hour).After(time.Now()) + } +} + // NewAccessToken creates new access token. func NewAccessToken(t *AccessToken) error { - t.Sha1 = base.EncodeSha1(uuid.NewV4().String()) + t.Sha1 = base.EncodeSha1(gouuid.NewV4().String()) _, err := x.Insert(t) return err } @@ -45,16 +69,7 @@ func GetAccessTokenBySHA(sha string) (*AccessToken, error) { // ListAccessTokens returns a list of access tokens belongs to given user. func ListAccessTokens(uid int64) ([]*AccessToken, error) { tokens := make([]*AccessToken, 0, 5) - err := x.Where("uid=?", uid).Desc("id").Find(&tokens) - if err != nil { - return nil, err - } - - for _, t := range tokens { - t.HasUsed = t.Updated.After(t.Created) - t.HasRecentActivity = t.Updated.Add(7 * 24 * time.Hour).After(time.Now()) - } - return tokens, nil + return tokens, x.Where("uid=?", uid).Desc("id").Find(&tokens) } // UpdateAccessToken updates information of access token. diff --git a/models/update.go b/models/update.go index 5c6ea7f65..66775ea9f 100644 --- a/models/update.go +++ b/models/update.go @@ -10,7 +10,7 @@ import ( "os/exec" "strings" - "github.com/gogits/git-module" + git "github.com/gogits/git-module" "github.com/gogits/gogs/modules/log" ) @@ -65,94 +65,104 @@ func ListToPushCommits(l *list.List) *PushCommits { return &PushCommits{l.Len(), commits, "", nil} } -func Update(refName, oldCommitID, newCommitID, userName, repoUserName, repoName string, userID int64) error { - isNew := strings.HasPrefix(oldCommitID, "0000000") - if isNew && - strings.HasPrefix(newCommitID, "0000000") { - return fmt.Errorf("old rev and new rev both 000000") +type PushUpdateOptions struct { + RefName string + OldCommitID string + NewCommitID string + PusherID int64 + PusherName string + RepoUserName string + RepoName 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") + if isNewRef && isDelRef { + return fmt.Errorf("Old and new revisions both start with 000000") } - f := RepoPath(repoUserName, repoName) + repoPath := RepoPath(opts.RepoUserName, opts.RepoName) gitUpdate := exec.Command("git", "update-server-info") - gitUpdate.Dir = f - gitUpdate.Run() + gitUpdate.Dir = repoPath + if err = gitUpdate.Run(); err != nil { + return fmt.Errorf("Fail to call 'git update-server-info': %v", err) + } - isDel := strings.HasPrefix(newCommitID, "0000000") - if isDel { - log.GitLogger.Info("del rev", refName, "from", userName+"/"+repoName+".git", "by", userID) + if isDelRef { + log.GitLogger.Info("Reference '%s' has been deleted from '%s/%s' by %d", + opts.RefName, opts.RepoUserName, opts.RepoName, opts.PusherName) return nil } - gitRepo, err := git.OpenRepository(f) + gitRepo, err := git.OpenRepository(repoPath) if err != nil { - return fmt.Errorf("runUpdate.Open repoId: %v", err) + return fmt.Errorf("OpenRepository: %v", err) } - user, err := GetUserByName(repoUserName) + repoUser, err := GetUserByName(opts.RepoUserName) if err != nil { - return fmt.Errorf("runUpdate.GetUserByName: %v", err) + return fmt.Errorf("GetUserByName: %v", err) } - repo, err := GetRepositoryByName(user.Id, repoName) + repo, err := GetRepositoryByName(repoUser.Id, opts.RepoName) if err != nil { - return fmt.Errorf("runUpdate.GetRepositoryByName userId: %v", err) + return fmt.Errorf("GetRepositoryByName: %v", err) } // Push tags. - if strings.HasPrefix(refName, "refs/tags/") { - tagName := git.RefEndName(refName) - tag, err := gitRepo.GetTag(tagName) + if strings.HasPrefix(opts.RefName, "refs/tags/") { + tag, err := gitRepo.GetTag(git.RefEndName(opts.RefName)) if err != nil { - log.GitLogger.Fatal(4, "runUpdate.GetTag: %v", err) + 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 { - log.GitLogger.Fatal(4, "runUpdate.GetTag Commit: %v", err) + return fmt.Errorf("tag.Commit: %v", err) } actEmail = cmt.Committer.Email } commit := &PushCommits{} - - if err = CommitRepoAction(userID, user.Id, userName, actEmail, - repo.ID, repoUserName, repoName, refName, commit, oldCommitID, newCommitID); err != nil { - log.GitLogger.Fatal(4, "CommitRepoAction: %s/%s:%v", repoUserName, repoName, err) + 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 { + return fmt.Errorf("CommitRepoAction (tag): %v", err) } return err } - newCommit, err := gitRepo.GetCommit(newCommitID) + newCommit, err := gitRepo.GetCommit(opts.NewCommitID) if err != nil { - return fmt.Errorf("runUpdate GetCommit of newCommitId: %v", err) + return fmt.Errorf("gitRepo.GetCommit: %v", err) } // Push new branch. var l *list.List - if isNew { + if isNewRef { l, err = newCommit.CommitsBeforeLimit(10) if err != nil { - return fmt.Errorf("CommitsBefore: %v", err) + return fmt.Errorf("newCommit.CommitsBeforeLimit: %v", err) } } else { - l, err = newCommit.CommitsBeforeUntil(oldCommitID) + l, err = newCommit.CommitsBeforeUntil(opts.OldCommitID) if err != nil { - return fmt.Errorf("CommitsBeforeUntil: %v", err) + return fmt.Errorf("newCommit.CommitsBeforeUntil: %v", err) } } - if err != nil { - return fmt.Errorf("runUpdate.Commit repoId: %v", err) - } - - if err = CommitRepoAction(userID, user.Id, userName, user.Email, - repo.ID, repoUserName, repoName, refName, ListToPushCommits(l), oldCommitID, newCommitID); err != nil { - return fmt.Errorf("runUpdate.models.CommitRepoAction: %s/%s:%v", repoUserName, repoName, err) + 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 { + return fmt.Errorf("CommitRepoAction (branch): %v", err) } return nil } diff --git a/models/user.go b/models/user.go index 5c43a23a2..e6717aecd 100644 --- a/models/user.go +++ b/models/user.go @@ -16,7 +16,6 @@ import ( _ "image/jpeg" "image/png" "os" - "path" "path/filepath" "strings" "time" @@ -30,14 +29,15 @@ import ( "github.com/gogits/gogs/modules/avatar" "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/markdown" "github.com/gogits/gogs/modules/setting" ) type UserType int const ( - INDIVIDUAL UserType = iota // Historic reason to make it starts at 0. - ORGANIZATION + USER_TYPE_INDIVIDUAL UserType = iota // Historic reason to make it starts at 0. + USER_TYPE_ORGANIZATION ) var ( @@ -68,10 +68,13 @@ type User struct { Repos []*Repository `xorm:"-"` Location string Website string - Rands string `xorm:"VARCHAR(10)"` - Salt string `xorm:"VARCHAR(10)"` - Created time.Time `xorm:"CREATED"` - Updated time.Time `xorm:"UPDATED"` + Rands string `xorm:"VARCHAR(10)"` + Salt string `xorm:"VARCHAR(10)"` + + Created time.Time `xorm:"-"` + CreatedUnix int64 + Updated time.Time `xorm:"-"` + UpdatedUnix int64 // Remember visibility choice for convenience, true for private LastRepoVisibility bool @@ -103,18 +106,26 @@ type User struct { Members []*User `xorm:"-"` } +func (u *User) BeforeInsert() { + u.CreatedUnix = time.Now().UTC().Unix() + u.UpdatedUnix = u.CreatedUnix +} + func (u *User) BeforeUpdate() { if u.MaxRepoCreation < -1 { u.MaxRepoCreation = -1 } + u.UpdatedUnix = time.Now().UTC().Unix() } func (u *User) AfterSet(colName string, _ xorm.Cell) { switch colName { case "full_name": - u.FullName = base.Sanitizer.Sanitize(u.FullName) - case "created": - u.Created = regulateTimeZone(u.Created) + u.FullName = markdown.Sanitizer.Sanitize(u.FullName) + case "created_unix": + u.Created = time.Unix(u.CreatedUnix, 0).Local() + case "updated_unix": + u.Updated = time.Unix(u.UpdatedUnix, 0).Local() } } @@ -211,7 +222,7 @@ func (u *User) GenerateRandomAvatar() error { if err != nil { return fmt.Errorf("RandomImage: %v", err) } - if err = os.MkdirAll(path.Dir(u.CustomAvatarPath()), os.ModePerm); err != nil { + if err = os.MkdirAll(filepath.Dir(u.CustomAvatarPath()), os.ModePerm); err != nil { return fmt.Errorf("MkdirAll: %v", err) } fw, err := os.Create(u.CustomAvatarPath()) @@ -248,8 +259,6 @@ func (u *User) RelAvatarLink() string { } return "/avatars/" + com.ToStr(u.Id) - case setting.Service.EnableCacheAvatar: - return "/avatar/" + u.Avatar } return setting.GravatarSource + u.Avatar } @@ -348,28 +357,39 @@ func (u *User) UploadAvatar(data []byte) error { return sess.Commit() } +// DeleteAvatar deletes the user's custom avatar. +func (u *User) DeleteAvatar() error { + log.Trace("DeleteAvatar[%d]: %s", u.Id, u.CustomAvatarPath()) + os.Remove(u.CustomAvatarPath()) + + u.UseCustomAvatar = false + if err := UpdateUser(u); err != nil { + return fmt.Errorf("UpdateUser: %v", err) + } + return nil +} + // IsAdminOfRepo returns true if user has admin or higher access of repository. func (u *User) IsAdminOfRepo(repo *Repository) bool { - if err := repo.GetOwner(); err != nil { - log.Error(3, "GetOwner: %v", err) - return false + has, err := HasAccess(u, repo, ACCESS_MODE_ADMIN) + if err != nil { + log.Error(3, "HasAccess: %v", err) } + return has +} - if repo.Owner.IsOrganization() { - has, err := HasAccess(u, repo, ACCESS_MODE_ADMIN) - if err != nil { - log.Error(3, "HasAccess: %v", err) - return false - } - return has +// IsWriterOfRepo returns true if user has write access to given repository. +func (u *User) IsWriterOfRepo(repo *Repository) bool { + has, err := HasAccess(u, repo, ACCESS_MODE_WRITE) + if err != nil { + log.Error(3, "HasAccess: %v", err) } - - return repo.IsOwnedBy(u.Id) + return has } // IsOrganization returns true if user is actually a organization. func (u *User) IsOrganization() bool { - return u.Type == ORGANIZATION + return u.Type == USER_TYPE_ORGANIZATION } // IsUserOrgOwner returns true if user is in the owner team of given organization. @@ -494,7 +514,7 @@ func CreateUser(u *User) (err error) { u.LowerName = strings.ToLower(u.Name) u.AvatarEmail = u.Email - u.Avatar = avatar.HashEmail(u.AvatarEmail) + u.Avatar = base.HashEmail(u.AvatarEmail) u.Rands = GetUserSalt() u.Salt = GetUserSalt() u.EncodePasswd() @@ -599,11 +619,24 @@ func ChangeUserName(u *User, newUserName string) (err error) { return ErrUserAlreadyExist{newUserName} } - return os.Rename(UserPath(u.LowerName), UserPath(newUserName)) + if err = ChangeUsernameInPullRequests(u.Name, newUserName); err != nil { + return fmt.Errorf("ChangeUsernameInPullRequests: %v", err) + } + + // 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 { + repo := bean.(*Repository) + RemoveAllWithNotice("Delete repository wiki local copy", repo.LocalWikiPath()) + return nil + }); err != nil { + return fmt.Errorf("Delete repository wiki local copy: %v", err) + } + + return os.Rename(UserPath(u.Name), UserPath(newUserName)) } func updateUser(e Engine, u *User) error { - // Organization does not need e-mail. + // 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)) @@ -616,22 +649,15 @@ func updateUser(e Engine, u *User) error { if len(u.AvatarEmail) == 0 { u.AvatarEmail = u.Email } - u.Avatar = avatar.HashEmail(u.AvatarEmail) + u.Avatar = base.HashEmail(u.AvatarEmail) } u.LowerName = strings.ToLower(u.Name) + u.Location = base.TruncateString(u.Location, 255) + u.Website = base.TruncateString(u.Website, 255) + u.Description = base.TruncateString(u.Description, 255) - if len(u.Location) > 255 { - u.Location = u.Location[:255] - } - if len(u.Website) > 255 { - u.Website = u.Website[:255] - } - if len(u.Description) > 255 { - u.Description = u.Description[:255] - } - - u.FullName = base.Sanitizer.Sanitize(u.FullName) + u.FullName = markdown.Sanitizer.Sanitize(u.FullName) _, err := e.Id(u.Id).AllCols().Update(u) return err } @@ -1088,16 +1114,47 @@ func GetUserByEmail(email string) (*User, error) { return nil, ErrUserNotExist{0, email} } -// SearchUserByName returns given number of users whose name contains keyword. -func SearchUserByName(opt SearchOption) (us []*User, err error) { - if len(opt.Keyword) == 0 { - return us, nil +type SearchUserOptions struct { + Keyword string + Type UserType + OrderBy string + Page int + PageSize int // Can be smaller than or equal to setting.ExplorePagingNum +} + +// SearchUserByName takes keyword and part of user name to search, +// it returns results in given range and number of total results. +func SearchUserByName(opts *SearchUserOptions) (users []*User, _ int64, _ error) { + if len(opts.Keyword) == 0 { + return users, 0, nil + } + opts.Keyword = strings.ToLower(opts.Keyword) + + if opts.PageSize <= 0 || opts.PageSize > setting.ExplorePagingNum { + opts.PageSize = setting.ExplorePagingNum } - opt.Keyword = strings.ToLower(opt.Keyword) + if opts.Page <= 0 { + opts.Page = 1 + } + + searchQuery := "%" + opts.Keyword + "%" + users = make([]*User, 0, opts.PageSize) + // Append conditions + sess := x.Where("LOWER(lower_name) LIKE ?", searchQuery). + Or("LOWER(full_name) LIKE ?", searchQuery). + And("type = ?", opts.Type) - us = make([]*User, 0, opt.Limit) - err = x.Limit(opt.Limit).Where("type=0").And("lower_name like ?", "%"+opt.Keyword+"%").Find(&us) - return us, err + var countSess xorm.Session + countSess = *sess + count, err := countSess.Count(new(User)) + if err != nil { + return nil, 0, fmt.Errorf("Count: %v", err) + } + + if len(opts.OrderBy) > 0 { + sess.OrderBy(opts.OrderBy) + } + return users, count, sess.Limit(opts.PageSize, (opts.Page-1)*opts.PageSize).Find(&users) } // ___________ .__ .__ diff --git a/models/webhook.go b/models/webhook.go index f58cfbf56..6d8b8c168 100644 --- a/models/webhook.go +++ b/models/webhook.go @@ -15,13 +15,13 @@ import ( "github.com/Unknwon/com" "github.com/go-xorm/xorm" + gouuid "github.com/satori/go.uuid" api "github.com/gogits/go-gogs-client" "github.com/gogits/gogs/modules/httplib" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/setting" - "github.com/gogits/gogs/modules/uuid" ) type HookContentType int @@ -94,8 +94,20 @@ type Webhook struct { HookTaskType HookTaskType Meta string `xorm:"TEXT"` // store hook-specific attributes LastStatus HookStatus // Last delivery status - Created time.Time `xorm:"CREATED"` - Updated time.Time `xorm:"UPDATED"` + + Created time.Time `xorm:"-"` + CreatedUnix int64 + Updated time.Time `xorm:"-"` + UpdatedUnix int64 +} + +func (w *Webhook) BeforeInsert() { + w.CreatedUnix = time.Now().UTC().Unix() + w.UpdatedUnix = w.CreatedUnix +} + +func (w *Webhook) BeforeUpdate() { + w.UpdatedUnix = time.Now().UTC().Unix() } func (w *Webhook) AfterSet(colName string, _ xorm.Cell) { @@ -106,8 +118,10 @@ func (w *Webhook) AfterSet(colName string, _ xorm.Cell) { if err = json.Unmarshal([]byte(w.Events), w.HookEvent); err != nil { log.Error(3, "Unmarshal[%d]: %v", w.ID, err) } - case "created": - w.Created = regulateTimeZone(w.Created) + case "created_unix": + w.Created = time.Unix(w.CreatedUnix, 0).Local() + case "updated_unix": + w.Updated = time.Unix(w.UpdatedUnix, 0).Local() } } @@ -285,7 +299,7 @@ type HookTask struct { HookID int64 UUID string Type HookTaskType - URL string + URL string `xorm:"TEXT"` api.Payloader `xorm:"-"` PayloadContent string `xorm:"TEXT"` ContentType HookContentType @@ -361,7 +375,7 @@ func CreateHookTask(t *HookTask) error { if err != nil { return err } - t.UUID = uuid.NewV4().String() + t.UUID = gouuid.NewV4().String() t.PayloadContent = string(data) _, err = x.Insert(t) return err @@ -398,6 +412,7 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err return nil } + var payloader api.Payloader for _, w := range ws { switch event { case HOOK_EVENT_CREATE: @@ -410,14 +425,16 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err } } + // Use separate objects so modifcations won't be made on payload on non-Gogs type hooks. switch w.HookTaskType { case SLACK: - p, err = GetSlackPayload(p, event, w.Meta) + payloader, err = GetSlackPayload(p, event, w.Meta) if err != nil { return fmt.Errorf("GetSlackPayload: %v", err) } default: p.SetSecret(w.Secret) + payloader = p } if err = CreateHookTask(&HookTask{ @@ -425,7 +442,7 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err HookID: w.ID, Type: w.HookTaskType, URL: w.URL, - Payloader: p, + Payloader: payloader, ContentType: w.ContentType, EventType: HOOK_EVENT_PUSH, IsSSL: w.IsSSL, diff --git a/models/wiki.go b/models/wiki.go index e3eb1f680..fee5a4081 100644 --- a/models/wiki.go +++ b/models/wiki.go @@ -7,12 +7,12 @@ package models import ( "fmt" "io/ioutil" + "net/url" "os" "path" "path/filepath" "strings" "sync" - "net/url" "github.com/Unknwon/com" @@ -116,6 +116,23 @@ func (repo *Repository) UpdateLocalWiki() error { return updateLocalCopy(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 +} + // updateWikiPage adds new page to repository wiki. func (repo *Repository) updateWikiPage(doer *User, oldTitle, title, content, message string, isNew bool) (err error) { wikiWorkingPool.CheckIn(com.ToStr(repo.ID)) @@ -126,18 +143,9 @@ func (repo *Repository) updateWikiPage(doer *User, oldTitle, title, content, mes } localPath := repo.LocalWikiPath() - - // Discard local commits make sure even to remote when local copy exists. - if com.IsExist(localPath) { - // No need to check if nothing in the repository. - if git.IsBranchExist(localPath, "master") { - if err = git.ResetHEAD(localPath, true, "origin/master"); err != nil { - return fmt.Errorf("Reset: %v", err) - } - } - } - - if err = repo.UpdateLocalWiki(); err != nil { + if err = discardLocalWikiChanges(localPath); err != nil { + return fmt.Errorf("discardLocalWikiChanges: %v", err) + } else if err = repo.UpdateLocalWiki(); err != nil { return fmt.Errorf("UpdateLocalWiki: %v", err) } @@ -178,3 +186,31 @@ func (repo *Repository) AddWikiPage(doer *User, title, content, message string) func (repo *Repository) EditWikiPage(doer *User, oldTitle, title, content, message string) error { return repo.updateWikiPage(doer, oldTitle, title, content, message, false) } + +func (repo *Repository) DeleteWikiPage(doer *User, title string) (err error) { + wikiWorkingPool.CheckIn(com.ToStr(repo.ID)) + defer wikiWorkingPool.CheckOut(com.ToStr(repo.ID)) + + localPath := repo.LocalWikiPath() + if err = discardLocalWikiChanges(localPath); err != nil { + return fmt.Errorf("discardLocalWikiChanges: %v", err) + } else if err = repo.UpdateLocalWiki(); err != nil { + return fmt.Errorf("UpdateLocalWiki: %v", err) + } + + title = ToWikiPageName(strings.Replace(title, "/", " ", -1)) + filename := path.Join(localPath, title+".md") + os.Remove(filename) + + message := "Delete page '" + title + "'" + + 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 { + return fmt.Errorf("CommitChanges: %v", err) + } else if err = git.Push(localPath, "origin", "master"); err != nil { + return fmt.Errorf("Push: %v", err) + } + + return nil +} diff --git a/modules/auth/auth.go b/modules/auth/auth.go index 7c4cfafcf..0c1f2fbdc 100644 --- a/modules/auth/auth.go +++ b/modules/auth/auth.go @@ -12,13 +12,13 @@ import ( "github.com/Unknwon/com" "github.com/go-macaron/binding" "github.com/go-macaron/session" + gouuid "github.com/satori/go.uuid" "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/setting" - "github.com/gogits/gogs/modules/uuid" ) func IsAPIPath(url string) bool { @@ -102,7 +102,7 @@ func SignedInUser(ctx *macaron.Context, sess session.Store) (*models.User, bool) if setting.Service.EnableReverseProxyAutoRegister { u := &models.User{ Name: webAuthUser, - Email: uuid.NewV4().String() + "@localhost", + Email: gouuid.NewV4().String() + "@localhost", Passwd: webAuthUser, IsActive: true, } diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go index 68a968830..15dbb3605 100644 --- a/modules/auth/auth_form.go +++ b/modules/auth/auth_form.go @@ -23,6 +23,7 @@ type AuthenticationForm struct { AttributeName string AttributeSurname string AttributeMail string + AttributesInBind bool Filter string AdminFilter string IsActive bool diff --git a/modules/auth/ldap/ldap.go b/modules/auth/ldap/ldap.go index 313c23550..8a8cb89b6 100644 --- a/modules/auth/ldap/ldap.go +++ b/modules/auth/ldap/ldap.go @@ -31,6 +31,7 @@ type Source struct { AttributeName string // First name attribute AttributeSurname string // Surname attribute AttributeMail string // E-mail attribute + AttributesInBind bool // fetch attributes in bind context (not user) Filter string // Query filter to validate entry AdminFilter string // Query filter to check if user is admin Enabled bool // if this source is disabled @@ -58,18 +59,10 @@ func (ls *Source) sanitizedUserDN(username string) (string, bool) { return fmt.Sprintf(ls.UserDN, username), true } -func (ls *Source) FindUserDN(name string) (string, bool) { - l, err := ldapDial(ls) - if err != nil { - log.Error(4, "LDAP Connect error, %s:%v", ls.Host, err) - ls.Enabled = false - return "", false - } - defer l.Close() - +func (ls *Source) findUserDN(l *ldap.Conn, name string) (string, bool) { log.Trace("Search for LDAP user: %s", name) if ls.BindDN != "" && ls.BindPassword != "" { - err = l.Bind(ls.BindDN, ls.BindPassword) + err := l.Bind(ls.BindDN, ls.BindPassword) if err != nil { log.Debug("Failed to bind as BindDN[%s]: %v", ls.BindDN, err) return "", false @@ -85,7 +78,7 @@ func (ls *Source) FindUserDN(name string) (string, bool) { return "", false } - log.Trace("Searching using filter %s", userFilter) + log.Trace("Searching for DN using filter %s and base %s", userFilter, ls.UserBase) search := ldap.NewSearchRequest( ls.UserBase, ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false, userFilter, []string{}, nil) @@ -111,6 +104,14 @@ func (ls *Source) FindUserDN(name string) (string, bool) { // 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) + if err != nil { + log.Error(4, "LDAP Connect error, %s:%v", ls.Host, err) + ls.Enabled = false + return "", "", "", "", false, false + } + defer l.Close() + var userDN string if directBind { log.Trace("LDAP will bind directly via UserDN template: %s", ls.UserDN) @@ -124,36 +125,29 @@ func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, str log.Trace("LDAP will use BindDN.") var found bool - userDN, found = ls.FindUserDN(name) + userDN, found = ls.findUserDN(l, name) if !found { return "", "", "", "", false, false } } - l, err := ldapDial(ls) - if err != nil { - log.Error(4, "LDAP Connect error (%s): %v", ls.Host, err) - ls.Enabled = false - return "", "", "", "", false, false - } - defer l.Close() - - 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 "", "", "", "", false, false + if directBind || !ls.AttributesInBind { + // binds user (checking password) before looking-up attributes in user context + err = bindUser(l, userDN, passwd) + if err != nil { + return "", "", "", "", false, false + } } - log.Trace("Bound successfully with userDN: %s", userDN) userFilter, ok := ls.sanitizedUserQuery(name) if !ok { return "", "", "", "", false, false } + log.Trace("Fetching attributes '%v', '%v', '%v', '%v' with filter %s and base %s", ls.AttributeUsername, ls.AttributeName, ls.AttributeSurname, ls.AttributeMail, userFilter, userDN) search := ldap.NewSearchRequest( userDN, ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false, userFilter, - []string{ls.AttributeName, ls.AttributeSurname, ls.AttributeMail}, + []string{ls.AttributeUsername, ls.AttributeName, ls.AttributeSurname, ls.AttributeMail}, nil) sr, err := l.Search(search) @@ -177,6 +171,7 @@ func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, str admin_attr := false if len(ls.AdminFilter) > 0 { + log.Trace("Checking admin with filter %s and base %s", ls.AdminFilter, userDN) search = ldap.NewSearchRequest( userDN, ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false, ls.AdminFilter, []string{ls.AttributeName}, @@ -192,9 +187,28 @@ func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, str } } + if !directBind && ls.AttributesInBind { + // binds user (checking password) after looking-up attributes in BindDN context + err = bindUser(l, userDN, passwd) + if err != nil { + return "", "", "", "", false, false + } + } + 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) diff --git a/modules/auth/org.go b/modules/auth/org.go index 8af4ad55d..53ef6245d 100644 --- a/modules/auth/org.go +++ b/modules/auth/org.go @@ -45,9 +45,9 @@ func (f *UpdateOrgSettingForm) Validate(ctx *macaron.Context, errs binding.Error // \/ \/ \/ type CreateTeamForm struct { - TeamName string `form:"team_name" binding:"Required;AlphaDashDot;MaxSize(30)"` - Description string `form:"desc" binding:"MaxSize(255)"` - Permission string `form:"permission"` + TeamName string `binding:"Required;AlphaDashDot;MaxSize(30)"` + Description string `binding:"MaxSize(255)"` + Permission string } func (f *CreateTeamForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 804c8ebae..333f468a1 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -57,7 +57,7 @@ func (f *MigrateRepoForm) Validate(ctx *macaron.Context, errs binding.Errors) bi // It also checks if given user has permission when remote address // is actually a local path. func (f MigrateRepoForm) ParseRemoteAddr(user *models.User) (string, error) { - remoteAddr := f.CloneAddr + remoteAddr := strings.TrimSpace(f.CloneAddr) // Remote address can be HTTP/HTTPS/Git URL or local path. if strings.HasPrefix(remoteAddr, "http://") || @@ -239,7 +239,7 @@ func (f *NewReleaseForm) Validate(ctx *macaron.Context, errs binding.Errors) bin type EditReleaseForm struct { Title string `form:"title" binding:"Required"` - Content string `form:"content" binding:"Required"` + Content string `form:"content"` Draft string `form:"draft"` Prerelease bool `form:"prerelease"` } diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index d4c2dff9c..57451d9eb 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -27,6 +27,7 @@ type InstallForm struct { SSHPort int HTTPPort string `binding:"Required"` AppUrl string `binding:"Required"` + LogRootPath string `binding:"Required"` SMTPHost string SMTPFrom string diff --git a/modules/avatar/avatar.go b/modules/avatar/avatar.go index b25b1bfe4..e9d0c1282 100644 --- a/modules/avatar/avatar.go +++ b/modules/avatar/avatar.go @@ -2,74 +2,23 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -// for www.gravatar.com image cache - -/* -It is recommend to use this way - - cacheDir := "./cache" - defaultImg := "./default.jpg" - http.Handle("/avatar/", avatar.CacheServer(cacheDir, defaultImg)) -*/ package avatar import ( - "crypto/md5" - "encoding/hex" - "errors" "fmt" "image" "image/color/palette" - "image/jpeg" - "image/png" - "io" "math/rand" - "net/http" - "net/url" - "os" - "path/filepath" - "strings" - "sync" "time" "github.com/issue9/identicon" - "github.com/nfnt/resize" - - "github.com/gogits/gogs/modules/log" - "github.com/gogits/gogs/modules/setting" ) -//FIXME: remove cache module - -var gravatarSource string - -func UpdateGravatarSource() { - gravatarSource = setting.GravatarSource - if strings.HasPrefix(gravatarSource, "//") { - gravatarSource = "http:" + gravatarSource - } else if !strings.HasPrefix(gravatarSource, "http://") && - !strings.HasPrefix(gravatarSource, "https://") { - gravatarSource = "http://" + gravatarSource - } - log.Debug("avatar.UpdateGravatarSource(update gavatar source): %s", gravatarSource) -} - -// hash email to md5 string -// keep this func in order to make this package independent -func HashEmail(email string) string { - // https://en.gravatar.com/site/implement/hash/ - email = strings.TrimSpace(email) - email = strings.ToLower(email) - - h := md5.New() - h.Write([]byte(email)) - return hex.EncodeToString(h.Sum(nil)) -} - const _RANDOM_AVATAR_SIZE = 200 -// RandomImage generates and returns a random avatar image. -func RandomImage(data []byte) (image.Image, error) { +// RandomImage generates and returns a random avatar image unique to input data +// in custom size (height and width). +func RandomImageSize(size int, data []byte) (image.Image, error) { randExtent := len(palette.WebSafe) - 32 rand.Seed(time.Now().UnixNano()) colorIndex := rand.Intn(randExtent) @@ -78,262 +27,17 @@ func RandomImage(data []byte) (image.Image, error) { backColorIndex = randExtent - 1 } - // Size, background, forecolor - imgMaker, err := identicon.New(_RANDOM_AVATAR_SIZE, + // Define size, background, and forecolor + imgMaker, err := identicon.New(size, palette.WebSafe[backColorIndex], palette.WebSafe[colorIndex:colorIndex+32]...) if err != nil { - return nil, err + return nil, fmt.Errorf("identicon.New: %v", err) } return imgMaker.Make(data), nil } -// Avatar represents the avatar object. -type Avatar struct { - Hash string - AlterImage string // image path - cacheDir string // image save dir - reqParams string - imagePath string - expireDuration time.Duration -} - -func New(hash string, cacheDir string) *Avatar { - return &Avatar{ - Hash: hash, - cacheDir: cacheDir, - expireDuration: time.Minute * 10, - reqParams: url.Values{ - "d": {"retro"}, - "size": {"290"}, - "r": {"pg"}}.Encode(), - imagePath: filepath.Join(cacheDir, hash+".image"), //maybe png or jpeg - } -} - -func (this *Avatar) HasCache() bool { - fileInfo, err := os.Stat(this.imagePath) - return err == nil && fileInfo.Mode().IsRegular() -} - -func (this *Avatar) Modtime() (modtime time.Time, err error) { - fileInfo, err := os.Stat(this.imagePath) - if err != nil { - return - } - return fileInfo.ModTime(), nil -} - -func (this *Avatar) Expired() bool { - modtime, err := this.Modtime() - return err != nil || time.Since(modtime) > this.expireDuration -} - -// default image format: jpeg -func (this *Avatar) Encode(wr io.Writer, size int) (err error) { - var img image.Image - decodeImageFile := func(file string) (img image.Image, err error) { - fd, err := os.Open(file) - if err != nil { - return - } - defer fd.Close() - - if img, err = jpeg.Decode(fd); err != nil { - fd.Seek(0, os.SEEK_SET) - img, err = png.Decode(fd) - } - return - } - imgPath := this.imagePath - if !this.HasCache() { - if this.AlterImage == "" { - return errors.New("request image failed, and no alt image offered") - } - imgPath = this.AlterImage - } - - if img, err = decodeImageFile(imgPath); err != nil { - return - } - m := resize.Resize(uint(size), 0, img, resize.Lanczos3) - return jpeg.Encode(wr, m, nil) -} - -// get image from gravatar.com -func (this *Avatar) Update() { - UpdateGravatarSource() - thunder.Fetch(gravatarSource+this.Hash+"?"+this.reqParams, - this.imagePath) -} - -func (this *Avatar) UpdateTimeout(timeout time.Duration) (err error) { - UpdateGravatarSource() - select { - case <-time.After(timeout): - err = fmt.Errorf("get gravatar image %s timeout", this.Hash) - case err = <-thunder.GoFetch(gravatarSource+this.Hash+"?"+this.reqParams, - this.imagePath): - } - return err -} - -type service struct { - cacheDir string - altImage string -} - -func (this *service) mustInt(r *http.Request, defaultValue int, keys ...string) (v int) { - for _, k := range keys { - if _, err := fmt.Sscanf(r.FormValue(k), "%d", &v); err == nil { - defaultValue = v - } - } - return defaultValue -} - -func (this *service) ServeHTTP(w http.ResponseWriter, r *http.Request) { - urlPath := r.URL.Path - hash := urlPath[strings.LastIndex(urlPath, "/")+1:] - size := this.mustInt(r, 290, "s", "size") // default size = 290*290 - - avatar := New(hash, this.cacheDir) - avatar.AlterImage = this.altImage - if avatar.Expired() { - if err := avatar.UpdateTimeout(time.Millisecond * 1000); err != nil { - log.Trace("avatar update error: %v", err) - return - } - } - if modtime, err := avatar.Modtime(); err == nil { - etag := fmt.Sprintf("size(%d)", size) - if t, err := time.Parse(http.TimeFormat, r.Header.Get("If-Modified-Since")); err == nil && modtime.Before(t.Add(1*time.Second)) && etag == r.Header.Get("If-None-Match") { - h := w.Header() - delete(h, "Content-Type") - delete(h, "Content-Length") - w.WriteHeader(http.StatusNotModified) - return - } - w.Header().Set("Last-Modified", modtime.UTC().Format(http.TimeFormat)) - w.Header().Set("ETag", etag) - } - w.Header().Set("Content-Type", "image/jpeg") - - if err := avatar.Encode(w, size); err != nil { - log.Warn("avatar encode error: %v", err) - w.WriteHeader(500) - } -} - -// http.Handle("/avatar/", avatar.CacheServer("./cache")) -func CacheServer(cacheDir string, defaultImgPath string) http.Handler { - return &service{ - cacheDir: cacheDir, - altImage: defaultImgPath, - } -} - -// thunder downloader -var thunder = &Thunder{QueueSize: 10} - -type Thunder struct { - QueueSize int // download queue size - q chan *thunderTask - once sync.Once -} - -func (t *Thunder) init() { - if t.QueueSize < 1 { - t.QueueSize = 1 - } - t.q = make(chan *thunderTask, t.QueueSize) - for i := 0; i < t.QueueSize; i++ { - go func() { - for { - task := <-t.q - task.Fetch() - } - }() - } -} - -func (t *Thunder) Fetch(url string, saveFile string) error { - t.once.Do(t.init) - task := &thunderTask{ - Url: url, - SaveFile: saveFile, - } - task.Add(1) - t.q <- task - task.Wait() - return task.err -} - -func (t *Thunder) GoFetch(url, saveFile string) chan error { - c := make(chan error) - go func() { - c <- t.Fetch(url, saveFile) - }() - return c -} - -// thunder download -type thunderTask struct { - Url string - SaveFile string - sync.WaitGroup - err error -} - -func (this *thunderTask) Fetch() { - this.err = this.fetch() - this.Done() -} - -var client = &http.Client{} - -func (this *thunderTask) fetch() error { - log.Debug("avatar.fetch(fetch new avatar): %s", this.Url) - req, _ := http.NewRequest("GET", this.Url, nil) - req.Header.Set("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/jpeg,image/png,*/*;q=0.8") - req.Header.Set("Accept-Encoding", "deflate,sdch") - req.Header.Set("Accept-Language", "zh-CN,zh;q=0.8") - req.Header.Set("Cache-Control", "no-cache") - req.Header.Set("User-Agent", "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36") - resp, err := client.Do(req) - if err != nil { - return err - } - defer resp.Body.Close() - if resp.StatusCode != 200 { - return fmt.Errorf("status code: %d", resp.StatusCode) - } - - /* - log.Println("headers:", resp.Header) - switch resp.Header.Get("Content-Type") { - case "image/jpeg": - this.SaveFile += ".jpeg" - case "image/png": - this.SaveFile += ".png" - } - */ - /* - imgType := resp.Header.Get("Content-Type") - if imgType != "image/jpeg" && imgType != "image/png" { - return errors.New("not png or jpeg") - } - */ - - tmpFile := this.SaveFile + ".part" // mv to destination when finished - fd, err := os.Create(tmpFile) - if err != nil { - return err - } - _, err = io.Copy(fd, resp.Body) - fd.Close() - if err != nil { - os.Remove(tmpFile) - return err - } - return os.Rename(tmpFile, this.SaveFile) +// 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) } diff --git a/modules/avatar/avatar_test.go b/modules/avatar/avatar_test.go index 0cbf70fe6..fea1c2c73 100644 --- a/modules/avatar/avatar_test.go +++ b/modules/avatar/avatar_test.go @@ -1,61 +1,23 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// 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 avatar_test + +package avatar import ( - "errors" - "os" - "strconv" "testing" - "time" - "github.com/gogits/gogs/modules/avatar" - "github.com/gogits/gogs/modules/log" + . "github.com/smartystreets/goconvey/convey" ) -const TMPDIR = "test-avatar" - -func TestFetch(t *testing.T) { - os.Mkdir(TMPDIR, 0755) - defer os.RemoveAll(TMPDIR) - - hash := avatar.HashEmail("ssx205@gmail.com") - a := avatar.New(hash, TMPDIR) - a.UpdateTimeout(time.Millisecond * 200) -} - -func TestFetchMany(t *testing.T) { - os.Mkdir(TMPDIR, 0755) - defer os.RemoveAll(TMPDIR) - - t.Log("start") - var n = 5 - ch := make(chan bool, n) - for i := 0; i < n; i++ { - go func(i int) { - hash := avatar.HashEmail(strconv.Itoa(i) + "ssx205@gmail.com") - a := avatar.New(hash, TMPDIR) - a.Update() - t.Log("finish", hash) - ch <- true - }(i) - } - for i := 0; i < n; i++ { - <-ch - } - t.Log("end") -} - -// cat -// wget http://www.artsjournal.com/artfulmanager/wp/wp-content/uploads/2013/12/200x200xmirror_cat.jpg.pagespeed.ic.GOZSv6v1_H.jpg -O default.jpg -/* -func TestHttp(t *testing.T) { - http.Handle("/", avatar.CacheServer("./", "default.jpg")) - http.ListenAndServe(":8001", nil) -} -*/ +func Test_RandomImage(t *testing.T) { + Convey("Generate a random avatar from email", t, func() { + _, err := RandomImage([]byte("gogs@local")) + So(err, ShouldBeNil) -func TestLogTrace(t *testing.T) { - log.Trace("%v", errors.New("console log test")) + Convey("Try to generate an image with size zero", func() { + _, err := RandomImageSize(0, []byte("gogs@local")) + So(err, ShouldNotBeNil) + }) + }) } diff --git a/modules/base/base.go b/modules/base/base.go index c9875fb50..8ba211aa7 100644 --- a/modules/base/base.go +++ b/modules/base/base.go @@ -4,29 +4,8 @@ package base -import ( - "os" - "os/exec" - "path/filepath" -) - const DOC_URL = "https://github.com/gogits/go-gogs-client/wiki" type ( TplName string ) - -var GoGetMetas = make(map[string]bool) - -// ExecPath returns the executable path. -func ExecPath() (string, error) { - file, err := exec.LookPath(os.Args[0]) - if err != nil { - return "", err - } - p, err := filepath.Abs(file) - if err != nil { - return "", err - } - return p, nil -} diff --git a/modules/base/tool.go b/modules/base/tool.go index f98ae28b9..a426ca99b 100644 --- a/modules/base/tool.go +++ b/modules/base/tool.go @@ -15,33 +15,21 @@ import ( "hash" "html/template" "math" - "regexp" + "net/http" "strings" "time" + "unicode" "unicode/utf8" "github.com/Unknwon/com" "github.com/Unknwon/i18n" - "github.com/microcosm-cc/bluemonday" "github.com/gogits/chardet" - "github.com/gogits/gogs/modules/avatar" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/setting" ) -func BuildSanitizer() (p *bluemonday.Policy) { - p = bluemonday.UGCPolicy() - p.AllowAttrs("class").Matching(regexp.MustCompile(`[\p{L}\p{N}\s\-_',:\[\]!\./\\\(\)&]*`)).OnElements("code") - - p.AllowAttrs("type").Matching(regexp.MustCompile(`^checkbox$`)).OnElements("input") - p.AllowAttrs("checked", "disabled").OnElements("input") - return p -} - -var Sanitizer = BuildSanitizer() - // EncodeMD5 encodes string to md5 hex value. func EncodeMD5(str string) string { m := md5.New() @@ -109,6 +97,7 @@ func GetRandomString(n int, alphabets ...byte) string { } // http://code.google.com/p/go/source/browse/pbkdf2/pbkdf2.go?repo=crypto +// FIXME: use https://godoc.org/golang.org/x/crypto/pbkdf2? func PBKDF2(password, salt []byte, iter, keyLen int, h func() hash.Hash) []byte { prf := hmac.New(h, password) hashLen := prf.Size() @@ -206,17 +195,22 @@ func CreateTimeLimitCode(data string, minutes int, startInf interface{}) string return code } -// AvatarLink returns avatar link by given e-mail. +// HashEmail hashes email address to MD5 string. +// https://en.gravatar.com/site/implement/hash/ +func HashEmail(email string) string { + email = strings.ToLower(strings.TrimSpace(email)) + h := md5.New() + h.Write([]byte(email)) + 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" } - gravatarHash := avatar.HashEmail(email) - if setting.Service.EnableCacheAvatar { - return setting.AppSubUrl + "/avatar/" + gravatarHash - } - return setting.GravatarSource + gravatarHash + return setting.GravatarSource + HashEmail(email) } // Seconds-based time units @@ -471,6 +465,15 @@ func EllipsisString(str string, length int) string { return str[:length-3] + "..." } +// TruncateString returns a truncated string with given limit, +// it returns input string if length is not reached limit. +func TruncateString(str string, limit int) string { + if len(str) < limit { + return str + } + return str[:limit] +} + // StringsToInt64s converts a slice of string to a slice of int64. func StringsToInt64s(strs []string) []int64 { ints := make([]int64, len(strs)) @@ -497,3 +500,25 @@ func Int64sToMap(ints []int64) map[int64]bool { } return m } + +// IsLetter reports whether the rune is a letter (category L). +// https://github.com/golang/go/blob/master/src/go/scanner/scanner.go#L257 +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 + } + return contentType, false +} + +func IsImageFile(data []byte) (string, bool) { + contentType := http.DetectContentType(data) + if strings.Index(contentType, "image/") != -1 { + return contentType, true + } + return contentType, false +} diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index 736325c97..29cf21d3f 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -204,6 +204,7 @@ // conf/locale/locale_de-DE.ini // conf/locale/locale_en-US.ini // conf/locale/locale_es-ES.ini +// conf/locale/locale_fi-FI.ini // conf/locale/locale_fr-FR.ini // conf/locale/locale_it-IT.ini // conf/locale/locale_ja-JP.ini @@ -282,7 +283,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7a\x4b\x8f\xe3\xc6\x76\xff\x9e\x9f\xa2\xdc\xfe\xfb\xef\x99\x40\x52\xbf\x3c\x0f\xb7\xdd\x89\xd5\x12\xd5\xcd\x3b\x7a\x99\x94\x66\x3c\x1e\x34\x38\x6c\xb2\x24\xd1\x4d\x91\x1a\x16\xd9\x3d\x6d\x64\x71\x8d\x2c\x02\x64\x9b\x20\xd9\x04\x41\xb2\x08\x02\xdc\x3c\x90\x8b\x6c\xee\x4d\x90\x95\x91\xfd\xf8\x3b\x5c\xf8\x26\xdf\x22\xbf\x73\xaa\x28\x51\x3d\xed\x46\x2e\x90\xf8\xd1\xa2\x8a\x55\xa7\xaa\x4e\x9d\xf3\x3b\xbf\x73\x4a\x1f\x8a\xa1\xfd\xdc\x76\x05\xff\x19\x8c\xba\x4e\xef\xa5\x98\x9c\x39\x9e\xe8\x39\x7d\xdb\xfa\x50\x8c\xfb\x76\xdb\xb3\xc5\xa0\xfd\xcc\x16\x9d\xb3\xf6\xf0\xd4\xf6\xc4\x68\x28\x3a\x23\xd7\xb5\xbd\xf1\x68\xd8\x75\x86\xa7\xa2\x33\xf5\x26\xa3\x01\x1a\x87\x3d\xe7\x54\x8f\xb4\x3e\x13\xed\xd5\x4a\xa4\xc1\x52\x8a\x62\x11\x14\x42\x2d\xb2\x6b\x25\xb2\x54\xc8\x2b\x99\xdf\x88\x55\x30\xc7\x8b\xb8\x48\xa4\xd5\x1e\x8f\xfd\x61\x7b\x60\x8b\x63\x71\x9a\xcd\xd5\x11\xfe\x8a\xd3\xb8\x10\x9e\xcc\xaf\xe2\x50\x42\x52\x67\x11\xa4\xe8\x8e\xb6\x78\x26\x6e\xb2\x52\xe4\x65\x2a\x92\x2c\x0c\x92\xe4\xc6\x72\xa7\x43\x7f\xea\x61\xf5\xc7\x62\x1e\x17\xe8\x6d\xc7\xc5\x42\xe6\x62\x27\x92\x57\x3b\x0d\xb1\xb3\xca\xb3\x68\x47\x64\x68\x28\xa4\x2a\xd0\x12\xc9\x59\x50\x26\x90\xa5\x74\x1f\x96\x80\xad\xd3\x02\xf0\xdd\xb2\x5e\xe5\x72\x95\xa9\xb8\xc8\xf2\x9b\x73\xcb\x1d\x8d\x26\xe2\xd8\xf2\x3a\xae\x33\x9e\xf8\x93\x97\x63\xea\x76\x11\xa8\x05\x66\xea\x1a\x49\xed\xa1\xe7\x88\x70\x11\xe4\x4a\x16\x16\x7d\xf1\xa1\x2a\xd7\xb3\x31\x50\xa0\x5b\x2f\xcb\x43\x69\xf6\x9d\xca\x6b\xb1\x11\x2f\x8a\x4c\x5c\x48\xb1\xca\xe3\xab\xa0\x90\x56\x6f\xe4\x76\x6c\x7f\xec\x3a\xcf\xdb\x13\x9a\x66\x16\x24\x8a\xf6\x7f\x9a\x64\x17\x41\x22\x96\xc1\xdb\x78\x59\x2e\x45\x98\xcb\xa0\x88\xa1\xca\x24\x5e\x42\x27\xd9\xac\x2e\x71\x85\xad\x97\x4a\xe6\x0d\xd1\xdc\x17\x4b\x19\xa4\x4a\xa4\x99\xee\x69\x0d\xda\x5f\xf9\x1d\xd7\x6e\x4f\x9c\xd1\xd0\xef\x3b\x03\x87\x16\xd8\xdc\xc7\x0c\xe3\xa0\x08\x17\x82\x14\x24\xde\x94\xb2\x94\x22\x91\xe9\xbc\x58\x34\x30\xe7\x25\x2b\x3e\x50\x22\x09\x72\x1c\x02\x1e\x30\x97\x8a\x2f\x70\x72\xe3\x69\xbf\xef\xbb\xf6\x97\x53\xdb\x9b\xf8\xf8\x3b\xb5\xfd\xbe\x3d\x3c\x9d\x9c\x41\xec\xfe\x1e\xfe\x81\x2e\xcb\xf8\x1c\xf2\x87\xe5\xf2\x02\x0b\xab\x2f\x35\x96\x4a\x5b\x46\x90\x4b\xb6\x0e\x19\x89\x38\x85\x85\x40\x55\x6f\x57\x49\x86\x56\x32\x12\xcb\xfe\x6a\xdc\x1f\xb9\x50\x4b\xfb\x14\xb6\xe6\x0f\xa7\x03\x48\x3f\xd8\xdb\x12\x1a\x2b\x55\xfe\xb4\x38\x16\xe3\x78\xde\xf4\x96\x90\xfd\x6d\x21\x6b\xf5\x66\x4b\x28\x4b\xdd\x12\x12\x84\x45\x7c\x15\x17\x37\x62\x26\x65\x64\xf5\x6c\xbb\xeb\xb3\x3a\x47\x03\xa8\xd1\x08\x7c\xc4\xfb\x6d\x05\xd1\x32\x4e\xb7\x77\x4d\x27\x72\xff\xfa\xc8\x84\xb7\x97\xf7\x68\xef\x7d\xc5\xdd\x2b\xc2\xb5\xc7\xa3\x7b\x45\xa4\x59\x01\x87\xba\x5f\xc8\x70\x34\x71\x3a\xb7\xb5\xfd\x68\x4b\x4c\x96\xcf\x83\x34\xfe\x56\xdb\xe0\x7d\xb2\x46\xee\xe9\x7b\xeb\xb1\x5e\x2d\x83\xfc\x32\xca\xae\x59\x43\x76\x1a\xc0\x90\x04\x5c\x27\x82\x8d\x62\xdc\x05\x6c\xfb\x12\x06\x50\xc8\x54\x41\xbc\x65\x0f\xdb\x27\x7d\xdb\x87\x3b\x75\x61\xb1\x43\xdb\x3f\x81\xfd\x3e\x5b\xfb\x86\xf5\x0a\x8a\x85\x63\x9d\x5b\x63\x77\x34\x19\x75\x46\x7d\xbc\x5a\x14\xc5\xca\xea\x8e\x06\x6d\x67\x88\x6f\x8c\x13\x8b\x4c\x15\xec\xca\xfe\xd4\xa5\x2e\x1f\x3d\xa8\xfa\x3f\x54\x47\xbb\xbb\x1f\x3d\xd0\xdd\xf1\xe5\xa3\x07\x67\x93\xc9\xd8\x1f\x8f\xdc\xc9\x43\xb5\x6b\xf1\x97\x76\xb7\x0b\x78\xb1\xd6\x2f\x20\xe0\x90\xac\xfb\x33\xd1\x27\xe1\xe2\x41\x77\xf0\xf5\x43\x41\x92\x67\xc0\x19\x02\x31\x71\x9d\xe5\x97\x74\xe4\x0f\x54\x09\xc7\x82\xd3\x78\xde\x99\x28\x57\x11\xdc\xfc\x21\x6c\x09\xa7\xa0\xe2\x74\x2e\xae\xe5\x85\x50\x1a\xe7\x5a\x10\xe7\xa4\x62\x89\x95\x8a\x30\x50\x38\x26\x42\xba\x28\xa3\x53\x03\x6c\x40\xb5\x00\x8b\x50\x23\x21\x00\x6e\x0d\x63\x57\x41\x52\xf2\xe0\x76\x52\xe0\x7c\x08\x10\xd2\xe4\xc6\x20\x65\xce\xf3\x6a\x1d\x41\x50\x24\x09\xf5\x48\x20\x49\x50\x04\xce\x58\x1a\xed\x8b\x5f\xb6\xac\xfe\xa8\xd3\x86\x4b\x6f\x14\x45\xba\x84\x82\xd6\x4a\xbc\xad\x1f\x80\x60\xac\xf8\x0c\x69\xa2\x19\x80\xa9\x84\x2d\x5c\x2f\x64\xca\xd3\x04\x57\x41\x9c\xd0\x6b\xab\xeb\x78\x7c\x92\xd4\x6d\x83\x6c\x2f\x16\x92\xc1\x1a\xfe\x21\x2e\xca\x38\x29\x60\x3e\xb5\x15\x67\xb4\xe8\xa2\x65\x79\x93\xb6\x3b\xa1\xa1\x3e\xbc\xe4\x39\x63\xbd\x96\x40\x4d\xe6\x44\x0e\x0e\x20\xcf\xcd\x30\xe9\x2a\x28\x16\x64\xa7\x24\x28\x8a\x73\x19\x12\x30\x72\x57\xde\xd8\xb8\xcd\x00\x55\x5b\x7a\xa7\x3b\x24\x78\x4e\xc9\x78\x4d\xbc\x58\x42\x1d\xd6\xa8\xd7\x63\x9b\x33\xc1\x41\x4f\x59\x6d\xc4\x1d\x4d\x27\x70\xd9\xfe\xe8\xb4\x8e\xd4\x32\x95\x39\xce\x58\xa8\x42\xae\xd4\x11\x5a\xfe\x9f\x68\xed\xce\xc9\x22\x42\x99\x17\xa2\x19\x06\xc7\x45\x0e\x7c\x6d\x46\x65\xce\x0e\x74\xfc\xf4\xc9\xe3\xbd\xc5\xde\x72\x4f\x89\x26\x29\xf8\x78\x79\x43\x1f\x2d\xf9\x36\x58\xae\x12\xd9\x02\x1a\x59\x9f\x41\xce\x28\x17\xb3\x3c\x5b\x8a\x40\xb4\x56\xb3\xb7\x62\x16\x27\x8c\x93\x59\x5e\xc0\x32\xf8\x0d\x1d\xe9\x8b\x38\x8d\x28\xce\xd2\x64\xf1\x2c\x0e\xf5\x52\x08\x4b\x1f\x44\x19\xa4\xd0\x99\xc0\x46\xe7\xb2\x20\x6b\xd2\xe3\x79\xa0\x09\x41\xe2\x52\xde\x3c\xd4\xcb\xce\x56\x70\x41\x95\x88\xd5\x65\xa8\xf6\x0f\x44\x13\xba\x21\xa9\x3c\x7b\x33\x2b\x0b\xf3\x4d\x2e\x45\x33\xcd\x30\x4c\xfd\xcf\x46\xa1\x67\x35\x88\x5e\x28\x7a\x88\xa4\xb2\x3a\x36\x4e\x98\xa8\x03\xb4\x19\x96\x58\xf3\x72\x97\x6c\x4f\xed\x56\xd3\x58\xcf\xec\x97\x77\x76\x30\x12\x31\xfd\x74\x45\xd1\x2f\xc1\x51\x26\x74\xfe\x85\x84\x06\x69\x53\x41\x1a\x41\x0b\x50\x77\xa8\xf5\x46\x06\x82\xee\x35\x22\xc0\x2a\x20\xb3\x81\xe5\x42\x59\xec\xc2\x68\x96\x6f\x65\x58\x42\xc1\x64\x80\x80\xc5\xba\xfd\x68\x82\x93\x90\x8a\x39\x14\xf3\xa4\xa7\x5f\x3b\x63\xa1\xca\x15\xa9\xb5\x82\x2e\x6e\xdb\x58\x48\x1f\x8b\x21\xcf\x67\x02\x34\x63\x03\x4f\x9b\x49\x36\x9f\xe3\x18\x39\x4a\x34\xe0\xfd\x29\xb1\x82\x9d\x45\xb6\x94\x9a\xb9\x98\x80\xb8\x63\xf5\xdb\xcc\xb8\x08\x55\x49\x0f\xd4\x03\x18\x08\x54\x09\x40\x49\xe4\x79\x8d\xfd\x2c\x6f\xd4\x9b\x84\xf9\x0f\xac\x69\x9e\x4b\xa5\x25\xa1\x31\x2e\xe4\x21\x5e\xc4\xc5\xc7\x4a\x43\x44\xb8\xc8\x88\x67\x75\x4f\x2a\x7a\xc3\x63\xad\xb3\x91\x47\x7e\xb5\x7f\xf0\xa4\xb5\x87\x7f\xf7\x8f\x0e\x0f\xf7\x1e\x5b\x86\xa9\x91\x49\x5b\x86\x76\xe5\x70\x3a\x6b\xdc\xf6\xbc\x17\x5d\xd6\x4b\x8f\x26\xaa\x4d\x0b\x38\x6a\x08\x59\xb1\x32\xed\x73\xb4\xb2\x5c\xbe\x29\xe1\x9e\x7a\x61\x70\xf7\x78\x76\xd3\x9c\x95\x49\xb2\x03\x5f\xed\xaf\x19\x99\xee\x5f\x89\xad\xd6\xcf\x67\xba\x53\xc4\xd1\xc5\x8e\x65\x1c\x9a\xb4\xc0\xae\xd6\x8a\x2e\xa0\x14\x13\x85\x29\x42\x84\x65\x8e\xc8\x7d\x6e\x39\x43\x9c\x23\x28\x0b\x50\xee\x59\xed\x48\x3e\xf8\x40\x33\x5b\x4d\x7c\x27\x23\xf1\xcc\xb6\xc7\xe2\xe5\x68\xea\x0a\xde\x61\xb7\x3d\x69\x0b\xaf\xdd\xb3\x3f\xf8\xc0\xf2\x6c\x10\xa8\x89\x0f\x5b\x84\x80\x0f\x3e\xfc\xa2\xd7\xb5\x5f\xb8\xf8\xef\xff\xff\xde\x03\xb2\x88\xb2\xc8\xe8\x30\x61\xf5\xb9\x5c\x4a\x0e\x98\x51\x00\xd7\x00\x4a\x38\x43\x50\xa5\x81\x3d\x38\x01\x68\x74\xdb\x2f\x3d\x8c\x7f\x62\x75\x46\xa3\x67\x8e\xcd\xfc\xb5\xa6\x58\x3f\xb8\x96\x8a\x8e\xd6\xbc\x5e\x8f\xab\xf7\x89\x53\xf0\xc0\x28\xd6\xba\x71\x89\x5d\x2a\x72\xe3\xec\xed\x8d\x08\x4a\xe8\x3a\x2d\x2a\xdb\x5c\xc8\x20\x22\xf8\x27\xb8\x37\x5c\x84\xbf\x80\x30\x00\x4b\x3d\x62\x9c\xa3\xaf\x5e\xfa\xed\xe9\xe4\xcc\x1e\xc2\xcc\x35\x3f\x34\x87\xfb\x55\xf3\x85\x7d\x42\xaf\x9a\xd4\x60\x02\x2e\xcc\xe5\xdc\x6a\x77\x26\xce\x73\x1b\x0c\xa8\x0b\xda\x47\x4f\x03\x67\x08\x48\xa4\x8d\xed\x3f\xdd\x83\x70\x10\x60\x5f\x9b\xc5\x4f\x76\x82\xcf\xf2\x6a\xaa\xf0\x96\xa5\xb3\x38\x5f\x0a\xd9\x5c\x22\x6e\xb0\x7b\xe4\x72\x1e\xab\x42\x63\x25\x64\x9e\x3a\x1e\xa1\xae\x8d\x68\xdd\xf7\x39\xe1\x70\x07\xb5\xa3\xec\x66\x52\xc7\x37\xa4\x06\xd9\xb5\x19\x8c\x09\xc8\x5a\xd8\x20\x34\x79\x26\x3a\x17\x66\x65\xaa\x63\xe5\x06\xd2\x59\xbc\xcb\xfb\xaf\x09\xe5\x25\x2e\x01\x39\x42\xc5\x73\x0e\x12\x58\xea\x55\x0c\x26\x1f\xa4\x37\xc5\x02\xde\xdc\xb2\x88\x05\x3b\x60\xa9\x9e\x73\x3a\xc4\x49\x3f\x77\xec\x17\x35\x09\x9d\x20\x04\xc0\x20\x18\x16\x41\xce\x0c\x3a\x0e\x29\x4e\x56\x10\xd1\x69\x77\xce\x6c\xbf\x0d\xd6\xdf\x76\x6b\xa3\x06\xa4\x03\xe2\x6c\x33\x73\x92\x55\x7f\xe2\x68\xbd\x97\x3e\xe9\xa0\xde\x9d\x60\x3e\x92\x05\x46\x1d\x71\xdc\x26\x66\x83\x94\x68\x51\x5e\x50\x14\x21\xd7\x00\xad\x65\x0f\xd9\xd5\x84\x79\x77\xff\xf1\xa3\x4a\xe6\x7d\xb6\xb0\x9e\xe4\xa7\xfa\x8e\x7e\x4a\x75\x86\xdf\x85\xc1\x0a\xf9\x45\x40\x5c\x25\x8e\xb4\x51\xbe\x77\xb6\x6b\x5d\x8c\x27\x70\x47\xc8\xa0\x38\x09\x7b\x03\x45\x5a\x64\xd9\x25\x61\xdb\x19\x3e\x45\x11\xa8\xcb\xad\x24\xc5\xba\x23\xf3\xe0\xe4\x2c\x89\x89\x43\x14\xf1\x52\x52\xe0\xc1\xb1\x01\x09\xb2\x34\x52\x56\xd7\x26\x53\x74\xfd\x89\x33\xb0\x11\xc5\x99\xb9\x13\x7f\x22\x93\x89\x53\xc6\x0b\x59\x0b\xa1\xb4\x3a\xef\x99\x33\xf6\x27\x7d\xcf\xc7\x38\xca\x91\x37\x5b\xdc\xf0\xe2\x45\xac\x38\x05\x8b\x53\x6c\x6e\xa9\xb7\x89\x59\x25\x0e\x5f\xf3\xe1\xdb\xd9\x07\x71\x61\xc4\x23\xb0\x57\xbd\xf9\x6e\x4d\xec\x49\x39\x9b\x71\x30\xa3\x2d\x92\x74\xa2\x7e\xa9\x4c\x1a\x88\xa0\x72\x65\x52\xb2\x98\x83\x97\x49\x8a\xa3\x2c\xfd\x18\xf1\x35\xc5\x26\xae\x89\x94\xf3\x4b\x70\x27\x7b\xd8\xf5\x4f\xa6\xbd\x1e\x91\x15\x7b\xa8\x15\x44\xeb\x26\x38\x00\xba\x22\x44\xde\x68\xde\xce\x3e\xa7\x73\x72\x6f\x7a\xf2\x33\xbb\x33\x61\xa6\x5c\xe5\xe7\x0f\x55\x65\x93\x9a\x9d\x11\xdd\x59\xb2\xb1\xa9\x65\xb1\x6a\xcd\xe9\x99\x0c\xed\xe8\xd1\xd3\x27\x78\xf7\xe5\x97\xe6\xc5\x9b\x37\xdc\xaa\x93\x88\xac\x90\x0d\x5a\x30\x07\x5c\x22\x1f\x12\x07\x22\xae\x61\xa5\x62\xe7\x93\xc7\x8f\x10\x16\xbc\xc1\x64\xec\xa1\x25\x49\x28\x08\x02\xac\xa2\x16\x3c\x90\x42\x26\xb3\x40\x9c\x01\x55\x11\x78\x2c\x26\xa2\xfd\x83\xe1\x21\x65\x83\x20\x6c\x83\x08\x80\xdb\xeb\x88\xc7\x9f\xec\x7d\xda\x12\x8e\x9e\xc8\xb0\x49\x13\x98\xd5\x46\x10\x54\xc4\x13\x05\xc9\x35\x50\x7a\x3d\x5f\x15\xfa\x6a\x14\xf1\xcc\xee\x8f\x88\xdc\x68\x63\xd5\x04\x97\x78\x1a\x83\x2a\xa5\x3f\x51\x4c\xe7\x05\xd4\x6d\xad\xe1\x84\xc7\xb0\x94\x0e\xf3\x95\xcd\x00\x32\xfe\x6d\x89\x5b\x65\x09\xa6\x73\xea\x06\xc8\xb5\xc4\x5a\xd0\xcf\xa7\x05\x19\xf0\x67\x94\x63\x8c\xd3\x21\x93\x77\x58\xe7\x7b\x59\x7d\xd3\x2d\x31\xa2\x6c\x80\xf8\x35\x90\x4a\xf1\xcc\x4a\x26\xb3\x26\x41\x19\xf4\x55\x1b\xa8\xb4\x91\xaf\x0d\x5c\x23\x9f\x08\x93\x18\xbb\xaa\x77\xa4\xb8\xef\x13\x5f\x73\x7a\x04\x10\x1b\x6a\x7c\x07\x87\xd3\x06\x7e\x1f\x89\x33\x3d\x36\x2c\x8e\x4d\x4c\x73\xdd\x28\x02\x83\x00\x23\xa2\x13\x7d\x74\x78\x70\xd0\x12\x13\xda\x84\x21\x48\xdf\x10\x24\xe3\x51\xb2\xe1\xae\x3b\x63\x87\xb4\xff\xd7\x3b\x64\xe1\x3b\xe2\x73\x7e\xfd\x45\x8d\x4f\xff\xfe\x6b\xa1\x1d\x54\x58\x3d\x77\x34\x60\xce\x32\xe0\x55\x6c\x62\x23\x47\x8c\x55\xa0\x14\x12\xb9\xc8\x10\x9d\x0d\xc7\xb1\x5e\x85\x84\xe8\x5b\x7c\x4b\x2e\xe1\xfb\x9a\xd6\xc0\xab\x76\x78\x1d\xd4\xca\x3d\x6f\x95\x9d\x4c\x67\xab\xdd\x05\xda\x71\x98\xd5\x2d\x15\xcb\x31\xef\x0d\x75\x3a\xed\xc0\x3b\x11\xc5\x80\x9e\x35\x14\xdb\x92\xf8\x78\x0f\xe4\x06\x92\x9e\xb7\x29\x22\x3c\xde\xab\x04\xe9\xb5\x68\xb2\x54\x5b\x0b\x04\xa4\x48\x8b\x98\x1c\x50\xbe\x69\x74\x87\x51\x3c\xe0\x08\x01\xb9\xa0\x0c\xf6\xb8\x08\x57\x0d\x7a\x79\x7c\xf4\xf8\xf0\xc9\xa7\x8d\x4a\x21\xc7\xcb\x20\x0c\x72\x58\x6d\x74\x71\xbc\xd7\x58\x65\x59\xe2\xab\xf8\x5b\x79\x0c\x64\x69\xc4\x51\x22\x7d\x03\xba\xc7\x3a\xc6\x57\x33\x1f\x89\xd7\x1b\x36\xb9\xbf\x7f\xb0\xbf\xff\xda\xb8\x1a\xf3\x0a\x45\x19\xff\xdd\x3a\x25\xda\xbe\xd1\xad\x56\xad\x21\xb8\x77\xe9\x15\x81\xe9\xb9\xd3\xdd\x56\xec\x38\xcf\xae\x62\xe2\x41\x4c\x32\xe6\x70\x3d\xda\xbf\xd2\xcb\x43\x97\x23\xf6\xa9\x45\x70\x45\x67\x7f\x53\xf5\xba\x91\x54\x52\xa4\xe9\x81\x66\x7a\x85\x9b\x1c\x02\xac\xb6\x35\x6f\x89\xd7\xcc\x3c\xcd\x5b\xf5\xfa\xff\x4c\x8b\xb4\xe1\x23\x90\xbf\x26\x3e\x9b\x51\x4e\xd1\x6d\x97\x1b\x45\xa4\xd2\x6a\xc1\x88\xa7\xc0\xca\x6a\x65\x44\xcd\x8f\xaa\xf9\xbe\xa8\xd6\xe8\x17\x84\x69\xaf\xd7\x6a\xf2\x4d\xe5\xd6\x70\xe8\x6a\x27\x98\xd3\x33\x5b\x0e\x11\x79\x63\xa9\x59\xa3\x21\xa5\x06\x8e\x62\x3f\x89\x2f\xa5\xaf\xc9\x05\x95\x30\x74\x30\x22\xc0\xa9\xf4\x05\x9b\x65\x3a\x62\xcc\xb9\x0e\x74\x1a\x36\xb4\x40\x50\xeb\xa9\x6b\xbf\x4f\x1e\x14\x92\x55\x3d\xff\xd6\x58\xa6\x07\x86\x34\x10\xd3\xd4\x52\x2a\xde\xb0\x59\x3a\xbc\x87\xf4\xb8\x76\xa1\x2d\x21\x4f\x11\x27\xf6\xac\xd3\x8e\x5f\x79\x0f\x73\x02\x08\xd1\x2f\x36\x52\x92\x78\x26\x59\xce\x1d\xc3\x3d\xdb\xf3\x74\x45\xb5\x67\x6f\x8f\xb7\x5e\x19\xa6\x47\x56\x3d\xa1\x90\x97\x04\xa1\x24\xfa\x68\xda\x59\xe1\x9b\xe4\x48\x63\xb6\xb6\xef\x37\x71\x1a\x97\xb7\xec\xdb\xbc\xb7\xa8\x0a\xe2\x74\x68\x1e\x13\x8a\x35\x77\xf4\xa7\xe3\xfe\xa8\xdd\xf5\xeb\x09\x91\x26\x9d\x8a\xab\xe8\x71\x2a\x95\x34\xb5\x48\xc2\x50\x24\x7e\x19\x1a\x76\xa2\x32\x53\x8b\x32\xdb\x41\x27\xcc\x1c\x18\x64\xae\xf8\xaa\x42\x8e\x18\x62\xdf\x74\xce\x47\x55\x41\x28\x4c\x5b\xf3\x5c\x77\x60\x72\xa9\x1f\x77\xad\x53\xd7\x2c\xc5\x43\xfa\xc4\x2b\xac\xba\xad\xc3\x62\xd5\xa5\x56\xc4\x0b\x8a\x02\xf8\x80\x10\x5e\x9c\xd7\x8a\x42\x9b\x56\xc5\x21\x56\xb2\x3d\x80\x0e\x98\xba\xbb\x22\x45\xbe\xa6\xe3\x7e\x6d\x0c\x61\x73\xfa\x63\x4a\xe6\x29\xd8\xd5\x84\xdc\x1a\xa8\xd5\xb3\x79\xfd\x7a\x2b\x91\xac\xbd\xa0\xea\x4b\x2a\x49\x35\x4b\xa2\xd8\x9c\x5a\x50\xbe\x72\xb3\x92\xca\x38\x5a\xbc\x04\xbf\xdb\xfd\x66\x25\xe7\x7f\xa8\x1f\x57\xe9\xdc\x42\xaa\x39\x7a\x61\x77\x39\xab\xa6\x84\xe7\xce\x4e\x14\x7a\xde\x0a\xf2\x7b\x0a\xdc\xcc\x15\x09\x5f\xb6\xd7\x7a\x78\x30\x38\xe1\xea\xbd\xe7\x7c\x4d\x9b\xfc\xc4\x0c\x4b\xd7\xdc\x93\xc6\x28\x5d\xfc\x5f\x25\x59\x70\x4b\x49\xe0\x9a\x34\x9a\x02\xaf\x67\xea\xd4\x64\xcb\xa4\x6c\x6f\x25\x43\xc4\x75\xa9\x6b\x20\x26\x2e\x92\xe2\x28\x13\xbf\x11\x80\x9f\x15\x55\x40\x48\x29\xf2\x96\x06\x11\x95\x01\xe2\x87\x95\x10\x44\x27\xc3\xb0\xd0\x9d\xab\x92\xfa\xd8\xe8\x42\xa4\xd3\x10\xd3\x34\x7e\xdb\x0d\x88\xfe\xb9\xe5\xc5\x8d\x79\xea\x75\x9e\x1e\x1c\x54\x9f\x5f\xeb\x87\x47\x7b\x8d\x4a\xf4\xfa\x41\xbf\x3a\x3c\x3c\xfc\x74\xfd\x30\x0c\xd2\xac\x21\x9e\xc5\x48\x2c\x24\xe8\x93\x57\x20\xbe\x9b\x8f\x01\x38\x5d\xbc\x7e\x0e\xf3\x8c\x03\x20\x7f\xa5\x51\x26\x38\xf2\x61\xd6\xb9\x7a\x70\x41\x79\x42\x4d\x0d\x4a\xca\xca\xde\xe7\x59\x12\x20\xcf\xcb\xf2\xf9\xee\xea\x72\xbe\x4b\xda\xdb\xfd\x10\x4f\x4d\xc0\xae\x2a\x02\xb2\x92\xde\xc8\x1d\xb4\x75\x2c\x4b\xb2\xb9\xbe\x39\xda\x14\x8b\xaa\x98\x46\xfd\x33\x1d\xcc\xaa\xa0\x46\xd1\x98\x3e\x89\x2d\x6b\xdf\xaf\x0a\x3a\xb7\xdc\xbf\x1a\x5b\x31\x33\xb0\xde\x80\x0e\x42\xc9\x55\xc0\x55\xc7\x25\x7a\xc6\x60\x39\x5c\xbe\xac\x6c\xb3\x1a\xd6\x60\x23\xd9\xb1\x4c\x61\xc5\xb4\xfe\x6f\xa6\x1a\xb7\xb3\x0c\x46\xd0\x6a\xe3\x93\x1c\xd0\x47\xdb\xec\xca\x8b\x72\x4e\x0f\x0e\x74\x4f\x9f\x2f\x82\x9c\xf7\x6f\xe7\x79\x96\xd3\x43\x27\x8f\xa9\x78\x71\x3b\xba\x6b\x09\x56\x1f\xd9\x27\xb1\x1c\xfe\x6a\x55\x4c\xa7\xd2\x0d\x6f\x5d\xa7\xf5\x74\x0c\x2d\xd3\x7e\x5e\x0d\x5b\x0f\x60\x65\xdc\xee\x4d\x8d\x9b\xae\x9f\x69\xba\xa9\x71\x47\x51\x59\x25\x83\x59\xc0\xba\xd1\x55\xe4\x59\x81\xe7\x07\xea\x9a\x2c\x90\x5d\x30\x23\x60\xa0\x44\xc5\x50\x8b\x87\xef\xc7\xab\xfe\xe8\xd4\x77\x47\x13\x4d\x9a\x0d\x54\x91\x23\xf3\xdd\xc7\xc6\x9b\x29\xdd\xc1\x29\xd2\x6a\xb6\x64\xb0\x4e\xf7\xb4\x33\x53\x65\xda\xab\xf4\xcc\x9a\x5e\x03\x89\x5a\xc4\xb3\xe2\x3e\x39\x07\x4f\xcd\xd5\xe0\xbe\xf8\xfc\x73\x7c\x6b\x88\x83\x47\x8f\x6b\x10\xe3\x7b\x67\x4e\x8f\x8b\xea\x4f\x39\x06\xce\x09\x07\x79\xd7\x11\x78\xf2\xcd\xfb\xfb\xea\xb6\x9d\xfe\xcb\xf7\x76\x66\xbf\x5d\xc5\x39\x63\x07\x92\x2b\x2c\x87\x04\xd0\x5a\x1e\x44\x32\x91\x54\x84\x99\x51\x6d\x66\x89\x65\x53\x8f\x6d\x75\x3d\xe1\xc5\xac\x0b\x65\xb5\x63\x4e\xef\x3a\xe3\xb4\x7e\x6a\xae\x34\x04\x57\xb3\x5b\x42\x33\x7d\xfb\x6a\xf4\xb1\x44\x50\x07\xfe\xde\x41\x45\x5c\x1b\x54\x68\x88\xcc\xd7\x47\x3c\x1f\x78\xf5\xd2\xfe\x44\x5f\xd7\xe6\x6b\xd9\x9c\x03\xd6\x98\x34\x84\x24\x98\xee\x3e\xa9\x75\x72\x63\xdc\x02\xdc\x90\x4c\xbe\x04\x3a\x6a\xdf\x2f\xa3\xd5\x2d\xbb\xa7\x2e\xf5\xfb\x2d\x7c\xe7\x62\x48\x8d\xb8\x9b\x1b\xaa\x75\x95\x94\x91\xe4\x96\x96\xa8\xb1\xae\xa5\xfb\x0a\x00\xdb\x0b\xe8\xc6\xc1\x3c\xc5\x74\x71\x58\xa9\xce\xa4\xa8\x15\x1d\x59\x57\x0b\xee\xef\x79\xab\x7e\x60\xa8\xff\xef\x9a\x7c\xf1\xf9\x4a\x62\xbf\x9b\x5a\x79\xb6\x89\xcf\x06\xf5\x5e\xed\xec\xd7\x73\xbe\x9d\xc6\xce\xc1\xd6\xf7\x73\x3a\x15\x9b\xca\x40\x5e\x4d\x71\x6b\xe0\xbd\xad\xbc\x4d\x89\x7d\xa3\xc0\xed\x52\xbb\xd8\xaa\x7a\x5b\x5d\xd7\xe1\x8b\x2a\xc2\x57\x8c\x8b\xa8\x68\xf1\x16\x61\x45\x2f\xef\x88\x8b\xe6\x47\xf4\xe7\x8b\xf5\xdd\x1a\x97\xe6\xfe\xc0\xfc\x8e\xe0\xb8\x2c\x66\x4f\x2d\xb2\x1b\x9d\x6f\xe6\x59\xfd\xc2\x34\x2f\xd3\x94\x90\x86\x9a\xb9\x22\xc6\xb1\x3f\xce\xa2\x98\x7f\x14\xd1\xaa\x15\x94\x8c\x2f\xba\x65\x5a\xef\xcd\xc6\xcb\xd7\x1c\x88\x5e\x39\xb8\x11\xff\x0a\xa2\x3d\xf1\xb9\x36\xb2\xa1\x66\x74\xa9\x12\x71\x68\x89\x09\x9d\x95\x5e\x49\x4b\xdf\x64\xfa\xa6\xf1\xdc\xf2\x3a\x67\x76\x77\xca\x04\xec\x0b\xed\x6a\xfb\x0b\x8b\x4f\x6a\xfd\xc3\x84\x85\x0c\x12\x84\x17\x44\xeb\xf0\xd2\x48\xa1\x2b\x6d\x5f\xb7\xfb\xdc\x7e\x97\xa0\x83\x4f\x16\xd6\xa6\x50\xf7\x78\x8f\xe8\x58\x3b\x9f\x97\x9a\x17\x92\x6f\x73\x1c\x84\xc5\x7c\x8c\x14\x44\xcc\x54\x78\xf9\x71\x15\xf9\x9a\xcd\x32\xcd\x89\x53\xb1\xd2\x9a\xcd\x22\x98\x2b\x8a\x9e\x14\xd8\x39\xfc\x67\xe9\x3a\xc0\xc7\x45\x53\x85\x4b\x26\xb3\x51\x16\x2a\x6e\x20\x61\xbb\xfb\xad\x27\xad\x47\x56\xdb\x3d\x25\x24\xb2\x98\x48\x63\xa9\xf5\xdf\x5c\xf0\xdd\x12\x19\x7d\xa5\x1e\xde\x8c\xcf\xdb\xa3\x77\x50\xd0\x2d\xed\xf2\xa1\xdc\xbd\x57\xeb\x15\x66\x3e\x67\xf4\x3b\x75\x26\x7e\xd7\xe9\xf5\xb6\xb1\xfe\xfe\xfd\xcf\xc3\xda\xee\x83\x39\x19\xa3\x82\xaf\x60\xf3\x14\xbe\x7e\x97\xcd\xcf\x43\xb3\x75\xa4\x47\xeb\xdd\xbf\x8a\xf7\x9f\x12\xd6\xb6\x87\xdc\x20\xd3\xe6\xd4\x6b\x7c\xbb\x68\x76\x86\xf4\xf7\xec\x59\x23\x92\xcd\xae\xdd\x98\xe5\xcd\x9e\xdb\x48\x93\xe6\xb0\xdf\x48\xae\x9a\xfd\xe7\x8d\xbc\x6c\xba\xd3\xc6\x37\x41\xf3\x67\xe3\x86\x54\x4d\xdb\x6b\xac\x8a\xe6\x89\xdb\x58\x25\xcd\x71\xbf\x71\x31\x6f\x9e\x9c\x36\x30\xa9\x33\xe1\x1b\x26\x92\x6d\x03\xab\x63\xb5\x68\xfc\xf6\x9f\x7e\xfe\x9b\x7f\xff\xd3\xdf\xfc\xea\x1f\x7f\xfc\xf3\x3f\x6e\xfc\xf6\xd7\xdf\xfd\xd7\xdf\xff\x99\xf9\xd2\x95\x65\xa1\xc2\x45\xa3\x97\x07\xe9\xf7\x7f\x17\xc4\xaa\x31\x94\xc8\xf0\xc1\xd4\x22\xd5\xe8\x07\xc5\x55\x2c\xff\xe3\x6f\xca\xc6\xbb\xbf\xfe\xe1\x8f\x7e\xf8\xee\x87\xef\xde\xfd\xeb\xbb\x5f\xbd\xfb\x75\xe3\xc7\xbf\xf8\xdb\x1f\xff\xf2\x1f\xfe\xf3\x17\x7f\xd5\xb0\xd5\x2a\xf8\xfe\x97\x59\xd2\x18\x83\xb4\x96\xf3\xf2\xfb\x5f\x28\xba\x70\x3f\xc9\x03\x15\x53\x63\xa2\x2e\xe3\xc6\xbb\x5f\xfe\xf0\x27\xef\xfe\xed\xdd\xbf\xbc\xfb\xe7\x1f\x7e\xae\x65\x34\x9c\x22\x48\x62\x22\x92\x9a\x88\x45\x7c\x0a\xe4\x10\x44\x0b\x91\xd9\x5d\x02\xdc\x58\x51\x04\x1b\x92\x88\xe3\xb9\xc5\x9a\x62\x8d\x59\xac\x2e\x3c\x7e\xbb\xb0\x58\x67\xfc\xd8\x9c\xbc\xb0\x58\x77\xfc\x2b\x24\x8b\x15\x48\x6e\x98\x5b\xac\x45\x3c\xa6\x89\xc5\xaa\xa4\xdf\x34\x5c\x59\xac\x4f\xba\x7c\x2b\x2d\x56\x2a\x1e\xbf\x09\x2c\xd6\x2c\xcd\xa2\x2c\x56\x2f\x1e\xf9\xd3\x62\x35\xd3\xb7\xc4\x62\x5d\xd3\x8f\x98\xe6\x16\x2b\x9c\x32\x93\xc2\xe2\x70\x6d\x7e\x75\x81\x40\xb0\x5a\x11\xbc\x20\xde\x2d\xe2\xf9\x22\xc1\xff\xc8\xc1\x93\x80\x4b\x44\x6c\x5c\x2d\x50\xa1\xe4\x18\x29\xaa\xf5\x6a\xdd\xa3\x65\x86\xd1\xa5\x5b\x46\xd0\x08\x77\x3e\x1b\xbd\xf0\x7b\x20\xc2\xa0\x85\x27\xae\xbe\xbc\xac\x05\x41\x6f\x01\x06\x49\x40\xae\xcb\x04\xb7\xa9\x38\xdf\x9b\x93\x65\xcf\x33\xbe\x75\x61\x66\x9e\x81\x33\x6c\xc9\x25\x08\xd7\xb7\x0e\xec\x55\xff\x1d\x00\x00\xff\xff\x8f\x31\xb3\x6f\xd2\x26\x00\x00") +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") func confAppIniBytes() ([]byte, error) { return bindataRead( @@ -297,7 +298,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 9938, mode: os.FileMode(420), modTime: time.Unix(1453679601, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 11173, mode: os.FileMode(420), modTime: time.Unix(1457808826, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4282,7 +4283,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\xc7\xb9\x28\xfc\xbd\x7f\x45\x5b\x81\x10\x0b\x18\xd1\x70\x7c\xde\x05\x86\xc7\x7e\x13\xe7\x1c\x27\xef\xf5\x76\x23\x07\xb8\x80\x20\xd0\x3d\x64\xcf\x4c\x1f\x91\x6c\x86\xdd\x1c\x59\x0e\x02\x48\xa3\x78\xc5\xc5\x51\xe2\xe3\xdc\x18\x3e\x91\xe5\xe5\x2c\xf7\x7c\xa3\x46\x43\x0d\x35\x0b\xf5\x17\xc8\xbf\x70\x7f\xc9\xad\x67\xa9\xaa\xa7\xaa\xab\x9b\x1c\x45\xf9\x72\x11\xc4\x92\xd8\xb5\xd7\x53\xcf\xbe\x24\xc3\x61\xbb\x9b\x16\x9d\xcd\xc5\x1f\x17\xd3\xc5\xd1\xe2\xc9\xf2\xd6\x62\xbe\x78\xb0\x38\x51\xff\x3a\x55\xff\x3f\x8b\x97\xb7\xe1\x87\xe5\xed\xe5\xfe\xe2\x00\x7f\x78\x23\x2b\xd5\x8f\xcb\xcf\x55\xcb\x03\xf8\x6f\x14\xed\xe6\xfd\x74\x73\x71\x6f\x31\x59\x7e\xb2\x98\xa8\xae\xf3\xa8\x9b\x14\xbb\x5b\x79\x32\xea\x6e\x2e\xbe\x57\x3f\x3d\xc0\x1f\xd3\x0f\x86\xbd\x7c\xa4\x5a\x7e\xad\x5a\xee\x53\xcb\xc5\xc3\x68\x37\xed\x0d\x37\x17\xf7\xd5\xdf\x4f\x17\xf3\xe5\x67\x51\x91\xed\x0c\xda\xd9\x60\x73\xf1\xc5\xf2\x23\xf5\xe3\x21\xfd\x90\x8f\xcb\xcd\xc5\x57\x8b\x23\xf9\xdb\x58\xf5\xfb\x56\xad\xe9\xe1\x62\x06\xeb\x53\x0b\x9a\xa9\xff\x4f\x16\x8f\xd5\xe8\x53\x58\xf8\x34\x1a\xa5\x3b\x59\x51\xa6\x23\xbf\xe1\x64\xf9\xb1\xfa\xfb\xdd\xe8\x46\xba\x55\x64\xa5\x5a\xd3\x0f\xea\xb3\xda\x25\xf5\x8e\xf6\xd2\x51\x91\xe5\xb0\x86\xc5\x74\x79\x4b\xfd\x0c\x6d\x87\xc9\x8e\x6a\xf8\x1d\xf5\x5f\x9c\xa9\xdf\x3e\x5e\x4c\xa2\x32\xed\x0f\x7b\x09\x0c\xf1\x3f\xf5\x4e\x17\x67\x51\x2f\x19\xec\x8c\xb1\xfd\x9f\xd4\xa9\xce\x16\xc7\x51\x67\x94\xaa\x56\xed\x41\x7a\x03\xc6\xf8\x5c\xfd\x7a\xa8\xda\x1f\xe0\x48\xd3\x56\xab\x15\x8d\x8b\x74\xd4\x1e\x8e\xf2\xed\xac\x97\xb6\x93\x41\xb7\xdd\xc7\xc3\x52\x07\x83\x33\xaa\xe5\xa9\x19\xd5\xc6\x16\x27\x6a\x3d\xc7\x8b\x59\x4c\x97\xb5\xfc\xbd\x1a\xfe\x24\xe6\x7f\xb7\xf0\x64\xd2\xae\x3a\xc0\x76\x52\xc0\xfa\x9f\xc0\x9e\x61\x96\x58\x75\x82\x73\x9f\x47\x38\xd5\x20\xe9\x87\x47\x8f\xd2\x7e\x92\xf5\x60\xe1\x27\x2d\x35\x26\xdc\x89\xda\xe6\x30\x29\x8a\x1b\x39\x5c\xe8\x7d\x35\x0a\x00\xc9\x89\xfa\x75\x94\xb6\xcb\x9b\xc3\x14\xee\xea\x73\x04\x8f\x43\x75\x5e\x70\xf8\xd0\x4f\x81\x87\x9a\x4d\xb5\x3d\x53\x73\x76\x92\x61\xd9\xd9\x4d\x36\x5f\xa7\x3f\x23\xd5\x75\x98\xab\xa3\xcf\x47\x37\x37\x17\xff\xa6\x4f\x54\x0d\x3a\x53\xd3\x4d\xa3\x7c\xb4\x93\x0c\xb2\x0f\x93\x12\x6f\xe1\x1b\xf5\xfd\x21\xb7\x38\x32\x77\xd7\xcf\x46\xa3\x5c\xdd\xec\x37\xea\xdb\x09\xce\x4d\xc0\xa7\x8e\xb8\x0d\xa3\x03\x48\xaa\x45\x2c\xe6\xf1\xf2\xa3\xca\x04\xd0\xa8\x9f\xed\x8c\xf0\xe6\xa8\xdd\x24\x56\x10\x38\x5b\x3c\x14\xe0\x41\xad\x68\x1a\x3d\x18\x00\x6d\x65\xbe\xed\x7c\x74\x5d\xcc\x07\xb3\x1d\xa9\xf3\x46\x60\x80\x57\x53\xbf\x08\xb5\x53\xb1\x80\x79\x78\xa7\xc9\x40\xc1\x12\x35\xfd\x01\xaf\x1d\x20\xe7\x04\x07\x9e\xc1\x69\x9f\xd5\xf4\x5d\xcc\xa2\xa4\xdb\x57\xb0\x30\x4c\x06\xa9\xba\xd3\x3f\xa8\x45\xc3\x1e\xcf\xc4\x43\xd8\x57\xff\xa6\x97\xad\x2e\x0d\xa1\x51\xc1\x40\xd2\xe9\xe4\xe3\x41\xd9\x2e\xd2\xb2\xcc\x06\x3b\x05\x3d\x6f\xea\x32\x5f\x3c\x26\xf8\xc3\x59\x05\x10\x2a\x80\x68\x68\x1f\xdd\xcc\xc7\x06\xc0\x01\x32\x27\xcb\x4f\x61\x77\xcb\x7d\x67\x10\x6a\x66\xc7\xd1\xed\xf6\x79\x9f\xde\xa0\x70\x86\x45\x7b\x3b\x4d\xbb\x0c\xcc\xea\xcb\x31\x34\x84\x03\xc5\x8d\x46\xc3\x71\xaf\xa7\x00\xe2\x37\xe3\xb4\x28\xd5\x80\x7f\x56\x63\xdc\x55\x1f\x71\x0b\xea\x9c\x00\x51\x9c\xe0\x19\xe0\xe6\xa3\xac\x28\x54\x4b\x6c\x07\x57\xac\x70\x9a\x9a\xa5\x93\x0c\x3a\x70\x80\xdf\xa8\x09\x8e\xe1\x72\xa3\xe8\x6a\x91\x26\xa3\xce\xee\xb5\x88\xfe\x54\x98\x0e\xb0\x21\x60\x1d\xfd\xa2\x9b\x41\x1c\x1e\x61\xf8\x01\xe2\x0a\xe4\x02\x26\x51\x27\xef\x22\xe2\x04\xdc\x17\x5d\xcd\x06\x45\x99\xf4\x7a\xd7\x22\xfe\x0b\x60\xc6\x33\x44\xd1\x00\x91\x1a\x6a\xca\xac\xec\x31\xc2\xfa\x5c\x5d\xad\xd9\x2f\x1c\x8b\x69\x3c\xe3\x75\x4d\xe9\x12\x10\x8b\x20\x6a\x47\xc8\xd5\x18\x1d\xe1\x17\xbb\xa8\x1d\xee\xdb\x4e\x51\x37\xef\x5c\x57\x68\x0b\x70\x38\xec\xe6\x0f\x6a\x96\x79\xfc\x46\xbe\x53\xc4\x88\x81\xfd\x1e\xf1\xe2\x20\xfe\x39\x76\x01\x6c\xa4\x66\xc0\x1d\x3f\x86\xa1\x96\xb7\x36\xe0\xfd\x29\xbc\xb2\xbc\xab\x01\xe2\x13\xc2\x26\x78\xf7\xaf\x24\x71\x99\x8c\x76\xd2\x72\xf3\x42\x7b\x4b\xa1\xd7\xeb\x17\xe2\xdd\x51\xba\xbd\x79\xe1\x62\x71\xe1\x55\x5c\xaa\x86\x92\xe5\x1d\xba\x22\x46\xd2\x77\x5f\x79\x21\x79\x55\x4d\x8c\x87\x7f\x8a\x00\x3f\xa5\x2d\x6d\xd0\x3c\xf0\x92\xd5\xbe\x0f\x35\x34\xc3\xdb\x62\x78\x23\x72\x78\x4a\x0f\x0d\x91\x5a\x00\x06\x0d\x68\xc6\x78\xa6\x0a\xdd\xc7\xfa\x71\x69\x2a\xf1\x5c\x04\xf0\xa7\x08\x4d\xbb\xbb\x45\xf4\x96\xce\x08\x1e\xea\x0c\xd1\x39\xbc\xfe\xb7\x6e\x5e\xf9\xaf\x6f\x6e\xc4\xef\xe6\x45\xb9\x33\x4a\xf1\xef\xea\x3f\xaa\xd7\x4b\x31\xc1\x4d\xfc\x5e\xf6\xf3\x9f\xb5\x22\x35\x06\xdf\x6d\xdd\xa3\x7c\x40\xfb\x87\xf5\xe0\xc6\xd4\xaf\xf0\x12\xa0\x23\xa2\xeb\xef\xd5\x78\x4f\xdc\xb6\xb2\xdd\xae\x5a\x01\x52\x29\x43\xe3\xeb\x81\x35\x4c\x18\xd4\x4c\x44\x60\xbe\x82\xd3\xab\x9f\x49\xb5\xd3\xb0\xf3\x17\xba\xfb\x0d\x3a\x95\x27\x38\xd0\x11\xbe\x4a\xa2\xe7\xbf\x7c\xfb\xed\x77\x7e\xfe\xb3\x38\x1d\xec\x64\x83\x54\x9d\x70\x3c\x2e\xb7\xff\xdf\xf6\x4e\x3a\x48\x47\x49\xaf\xdd\xc9\x08\xa2\x0e\x25\x44\xe3\xac\x47\x78\x63\x1f\x6b\xe8\xc7\x43\x56\x64\xb2\xe8\x29\x02\x0b\x8f\x0a\x18\x83\x47\x00\x1a\xf1\x95\x2b\x6f\xaa\xed\x94\xea\x29\xdf\x57\x9b\xde\x8f\x8a\xdf\xf4\xe0\xca\xf4\x02\xff\x15\x96\x02\xa4\x16\x86\x0d\x5c\x4c\x68\x83\xad\x28\x1d\x8d\xda\x8a\x45\x28\x6f\xc2\xd5\x8b\xd1\x09\xf1\x1d\x2a\x88\x5a\x73\xa8\x98\xf6\x04\x4f\xe4\x11\xfc\x05\xe1\x75\xaa\x41\xf6\x08\x60\x94\x66\xcb\x06\x7b\x49\x2f\xeb\x2a\x18\xd1\xb7\x40\x43\x9e\x69\xba\x7c\x84\xaf\xfb\x04\xb1\xe0\x24\xbe\xd0\xba\x00\xdc\xc3\x85\xcb\x17\xe0\x75\xe2\x1b\x81\x17\x37\x6f\x04\xa5\x56\x34\xc8\xdb\x44\x5a\x80\x55\xe9\x66\x45\xb2\xa5\xd8\x16\x62\xb7\x46\x4c\xb6\xef\xa9\x35\x1d\x20\xab\x43\x8b\x06\x2c\x82\x97\xab\x08\xe3\xf2\x9f\xd4\xeb\x3e\x90\x17\x85\x70\xe5\x71\x68\xfa\x71\x3d\x00\xe6\xd4\xbe\xd6\x03\x84\xb4\x99\x7d\xc9\xe6\x34\x80\x31\x65\xd6\xea\x50\xd3\xb4\x39\xcd\x81\xcf\x1c\x7e\x99\xac\x20\x82\x96\x16\xc9\xdb\xd3\x74\x34\x00\xed\x74\x36\x78\x5a\xe1\xb1\x15\x65\x5e\x75\x7b\xaa\x77\x2b\x8a\x34\x34\xf3\xf3\xfe\x46\xb1\xa4\x9f\xf1\xa3\xae\x25\xbe\x33\xe4\x32\x1e\x69\x66\x00\x39\x3c\x60\xeb\xab\xef\x6f\x55\x6b\x03\xe9\xf0\xce\x89\x40\x1c\xc0\x54\x1e\x48\xa0\x24\x30\x07\xf8\xad\xe5\x58\x54\x1b\xc0\xc2\xf1\xe5\x58\x7d\x23\x50\x3b\x85\xee\x6a\x25\xc7\x70\x87\xcb\xcf\x54\xf7\xcf\x16\xf3\xe7\x90\x46\xf2\xb3\xf8\x46\x21\x42\xa2\xdb\x7c\x0f\x9f\xc3\x0b\x39\x56\x17\x7a\x5a\x65\x9e\xf0\xd0\x6d\x6f\xb3\xf4\x2f\x90\x59\xff\x84\xce\x08\xd8\x01\xe2\xd2\xa6\x40\x4b\xf0\x15\x55\x47\xa2\x5d\xa1\x58\xf3\x19\x02\x9b\x9a\x11\xe8\xee\x3e\x89\x39\xba\x3d\xd3\x80\x03\x8b\xe5\x19\xd9\x4c\xd5\x1a\x89\xd1\x55\x3b\x57\x54\x7f\xac\x24\x93\x3a\x74\xa9\x59\x77\x4b\xfc\x8e\xe1\xa4\x4d\x27\xb3\x8f\xef\xf1\x9d\x12\xcd\xf1\x07\x81\xd3\xbd\xa5\x8e\xf4\x01\xf1\x8c\x87\x44\xd3\x4f\xe9\xef\x78\x73\x40\xf0\x09\xb9\xc0\xbf\xf9\x54\x91\x18\xae\x75\xae\x5a\x9a\x20\x01\x85\x66\xf0\x89\x39\x52\x79\x45\x8b\x72\x25\x2d\xa8\xb7\xfe\x25\xd3\x49\x45\xcb\xf9\x37\xb1\x15\x3e\x2e\x1f\x8a\x27\x31\x72\xb1\x6a\x55\x1a\x44\x7f\xfd\xab\x37\xf1\x0d\x21\x8c\xdc\x26\xec\x3d\x89\x0d\x23\x6d\x51\xfb\xf2\x13\x3c\x92\x23\x85\xb3\x7f\x01\xc8\x7c\xb7\x3d\xcc\x47\xe5\xa6\xfa\x17\x9d\xd8\x2d\x40\xdf\xfc\xab\x59\xc8\x3d\x5a\x23\x3d\xc6\x89\x69\xc8\x08\x5d\x75\x95\x62\xad\x7a\x8f\x31\x80\x24\x3f\x83\xa9\x65\x08\xe8\xb9\xce\x63\x83\x9f\x5d\xa4\xc6\x28\xcb\xb9\x89\x27\x72\xb5\xbb\x65\x39\xa4\xe5\xfe\xe2\xbd\xf7\xde\xb5\xeb\x35\xbf\x3b\xef\x50\x7d\xd9\xe0\xf5\x02\xd0\x3c\xa6\x77\x58\xf3\x94\x09\x82\x81\xa1\x5d\xde\x51\xfc\x90\x42\x29\xf0\xb6\xc7\xa3\xde\xa6\x7b\xb2\x6b\x20\x04\xd5\xa9\x0a\x8c\x81\x1b\x14\x2c\x92\x82\x2e\xd8\xd1\x0b\xf0\x9f\x2b\x6b\xdd\xa3\xda\xd9\x84\x51\xb4\x02\x82\x63\x14\xad\x08\xfa\x9c\xce\xb8\xd8\xa9\x94\x47\x15\xae\xcc\x87\x40\x65\x24\xb2\x7c\x82\x24\x03\xf9\x56\x24\x0b\x21\xc4\x49\xd2\xed\x2a\xfe\x89\x66\x81\x2d\xdd\xc6\x5d\xaa\xd3\xc4\x33\x85\xe5\x45\x45\x5f\xdd\x13\xb2\x48\x57\xde\x52\xf7\xe7\xe8\x42\xf0\xdb\xf6\x28\xef\x93\x46\xe3\x50\xb3\x9b\xf6\x83\xe0\x95\xbd\xcb\x90\xed\x9d\x75\xd0\x5f\xe2\x5f\xfd\xc3\xeb\xf1\xff\xf5\xd2\x4f\x7e\xa2\x4e\xe1\x2f\x0e\x19\x21\x84\x35\x8d\x51\x73\x33\x53\x0b\x16\x58\xd4\xbf\x72\xe7\x14\x35\xcb\x81\x54\x5a\x21\xb6\xdf\x23\x16\x43\x1e\x39\xbe\x40\xa4\xe3\x42\xfc\x0a\x9e\xd8\xff\x97\x7e\x90\xf4\x87\xbd\xb4\xd5\xc9\xfb\xaf\xb6\x22\xf8\x49\x61\x2b\xc2\x73\x7f\x72\xc7\x3c\xd2\x2f\x02\x1f\x0b\xfc\x86\xa2\x02\x77\x09\x52\xd0\xda\x4e\x5a\x7f\xd3\xee\xe4\x83\xed\x6c\xd4\x07\x79\xd0\x3c\x34\x46\x8e\xfc\x5e\x1f\x11\xc5\x37\x4f\x61\x05\x53\x81\xeb\x69\x0f\xf2\x32\xdb\xbe\xe9\x8e\xaa\xae\x99\x54\x19\x00\xd6\x2c\x64\x23\xe2\xc4\x87\x47\xbb\x44\xea\xa3\x36\xbf\x97\x82\xac\x3a\xda\xcb\x3a\xe9\x0a\x98\x72\x71\x0b\xc2\xb8\xba\x19\x04\xa9\x99\x84\xaf\x59\x94\x6f\x6f\xf7\x14\x8b\xcb\xec\xa9\xb3\x5f\xe0\x4b\x4e\x90\x0d\x3d\xa3\xad\x3d\x22\xc4\xef\xf4\x51\x38\x64\x08\xaa\xb1\xaf\x24\x52\x8a\x5f\xff\xf9\xdb\x84\x94\x6e\x11\x15\xe3\x87\x7b\x08\x74\xda\xbc\x9b\xa9\x33\xee\x06\x00\x86\x25\xa7\x04\x47\x6a\xa9\xb7\x90\xa4\xcc\x00\x5e\x90\x23\x26\x68\xab\x50\x4f\x8d\x02\x01\x7f\xaa\xd7\x8d\xef\x11\xda\x1e\x6b\x91\x52\x51\x0f\xe6\x1b\x77\x46\xc9\x5e\xa2\xc4\x3b\x7f\xd1\xaa\xe3\x2d\x64\xe8\xf0\x11\xde\x8e\xdf\xe0\x76\x95\x8e\xa1\x3d\x03\xe9\xd2\x1d\x62\x0d\xe5\x67\x0a\x2d\x9e\x11\x53\x73\x84\x54\xfb\x13\x96\xd1\x66\x1b\x44\xd8\x71\xa6\x4f\x60\x27\x72\xef\x44\x09\x89\x02\xc2\xce\x2b\x04\x98\x10\x15\x3f\xa7\x63\x14\x9c\x99\x61\x98\xa3\x82\xa3\x4a\xc5\x35\xa1\xe0\x3e\x3c\x08\xb3\xe8\x2c\xfa\x40\x57\x77\x66\x03\x85\xf8\xae\x81\x14\x3d\xb0\xe8\xd4\x1e\xa8\xcb\x88\xbb\x87\x8a\xea\xc0\x53\x84\x84\x80\x4a\x14\x21\x3b\x34\x4c\x18\xac\x42\x3b\x23\xa4\x89\x8c\x44\xf3\x5c\x1b\xe6\x7b\x23\xe7\xec\x30\xcd\x82\xc3\x3f\xf0\xf5\x4f\x20\x6e\x0d\x70\xe1\x5a\xdd\xe8\x3c\x1f\xad\x7b\x74\xdb\xc8\x7d\x59\x59\x1c\x65\x13\x50\x0b\x49\x81\x52\x41\x20\x77\xd2\xda\x92\xe6\xfd\x09\x2c\x5e\xb9\xfc\x16\xa9\x04\x46\x69\x9b\x15\xde\xed\xbd\x0c\x74\xc3\xce\x7b\x3f\x42\xfc\xfd\xb9\x6a\xff\xc8\x15\x77\x0e\x58\xaf\x6b\x24\xa8\x23\x7d\x16\x53\xad\x9d\x34\x68\x47\x6a\x22\x66\xc1\x59\xf5\x11\x7c\xa7\x2f\xe3\xc0\xaa\x8d\x6b\xee\x18\x7e\x3e\x25\x7a\x4d\x4f\x1d\x8f\x6c\x86\x58\x98\x59\x67\x67\x5e\xe8\x05\xd4\x1e\x69\x13\x69\x62\xce\x8c\x96\x05\x99\xd4\x29\x72\x96\x66\x70\x77\x30\x5e\x58\x68\x54\x56\xe2\xd5\x5c\x00\x3e\x7b\xb4\x19\xb4\x58\x15\xca\xaa\x45\x36\x7b\xdc\x43\xd1\x04\x78\x0c\x85\x08\x1f\xd1\x3e\xe6\xcc\xfa\xbb\x3a\xfa\x55\x12\x5e\x50\x2b\x7f\x40\xa7\x44\xec\x91\x7a\x10\x1b\xb8\x5a\x10\x7d\x98\x8f\x0b\xbc\x9e\xbb\x38\xbd\x50\xc4\xc5\xbf\xfc\x39\x8e\xe4\x88\xe2\x13\x52\xaf\xb3\x46\x6b\x86\x78\x8c\x31\x03\x30\x7f\x9f\xe8\xf7\xb1\x72\xbd\x82\x51\xd5\x47\xb4\x8a\x3b\x92\x3b\x6c\x3e\x14\x85\x4b\x68\xc8\x5a\x73\x03\x2e\x63\xce\x42\x66\xd4\x20\x65\x47\xcc\x02\x38\x5f\x83\xe4\xdf\x3c\x3b\x47\x42\xe7\xb1\x83\xd6\x0d\xd6\xa3\xb6\x77\x72\x50\x39\x7f\x55\xd1\x8f\x3e\x46\x69\x27\x2a\xd3\xa2\x6c\xef\x64\x65\x7b\x1b\x78\x99\x2e\x6a\x38\x90\x74\x3f\x51\x7f\x7e\x8a\x17\x80\xfa\x4a\x32\x96\x21\xd4\x58\x56\xe4\x82\xea\x78\x81\x98\xf8\x53\xfc\xa6\x60\xeb\xe5\xf8\xe2\x1e\xab\x99\x5e\x02\x5e\xa4\xad\xa8\x55\xd6\x03\xec\xa4\x15\xdf\x7c\xdb\x07\xd6\x0e\x25\x14\x39\x87\x80\x1c\x70\xef\x46\x21\x65\x95\xa8\x1b\x9a\xc6\x31\x46\xa0\xb7\x82\xf7\x86\xf4\x9e\x88\xb0\x51\xec\x80\x4a\x88\xa0\xc8\x9f\x0e\x9e\xc3\xc5\x82\x58\x75\x98\x7a\x27\xdf\x1a\x67\xbd\xae\xd3\x0a\x46\x69\x45\x5a\xf3\xd4\xdd\xd2\xaf\x2c\x00\x44\x56\x5d\x5a\xa3\x5b\x8a\x35\xd3\x3f\x85\xc3\x32\x02\xb6\xfa\x82\xc7\xa5\x27\x09\x6a\x0e\xce\xac\x45\x61\x0d\x29\x77\x4a\xb3\x58\x54\xaf\x00\x08\xe7\x30\xe2\x38\xdc\x49\x3f\x29\x41\xbd\x5f\x2b\xcd\xd3\x84\x9e\x44\xdf\x2c\x61\xf1\x1d\x5a\xb5\x31\xf4\xba\x03\xba\x1e\x66\x34\xfd\x99\xd4\xaa\x8a\xf8\xf2\xab\xea\xbf\x51\x91\xec\xa5\xc4\x0e\xef\x34\xc0\x21\x92\x8e\x27\x78\xbe\x2e\xfe\xa2\x75\xfe\x1e\x0d\x5d\x77\x2c\xa6\x74\x8e\xd6\x41\x94\xcd\x57\x78\x2e\x5c\x20\x6e\xd6\x9e\xb9\xbd\x57\x7a\x83\xc5\xb8\xd3\x49\x8b\x82\x54\x0a\x0f\xe0\x18\x08\x47\x7d\x0a\xed\x9f\x8b\x17\xdf\xe2\x0c\x07\x48\x11\xc8\xca\xbb\xc1\x0c\x1b\x88\x0f\x0f\x70\xbe\x8f\x70\x85\xf0\x66\x37\x90\x04\x7c\xc1\x54\x0c\x6f\xe1\x84\x71\xfa\xa9\x31\x7a\x20\xfc\xb2\xb8\x00\x36\xdc\xb9\x56\x82\x30\xd3\x7e\x88\xfa\x23\x4d\x0a\x81\x2c\x68\x33\xc1\x73\x51\x74\x15\xcc\xdf\xd7\xa2\x31\x69\xd0\xf2\x5e\x37\x1d\x19\xb5\x1b\xf3\x76\xd3\xa0\x29\xd5\x34\x96\x48\xae\xb8\x91\x29\x68\x6b\x1b\x03\x3a\xdc\x74\x99\x7e\x50\x82\xd6\xf8\x16\x9e\x9b\x60\x0f\x82\x30\x87\x88\x0b\xed\xd0\x28\xcb\xf7\x6f\xe2\x4b\x29\x48\xc1\xce\x16\x92\xca\x7b\x50\xc8\xb5\xa7\xf0\x4e\x0e\xac\xde\x5e\xaa\x7b\x7c\x87\x56\xdd\x53\xc6\x68\x61\xed\x19\x4c\x90\x8f\x76\x9c\xf1\x6b\x4c\x91\xaa\x25\x19\x53\xbd\xc6\x8e\x3d\x75\x12\x21\x47\x42\x3e\x05\xf7\xab\x0c\x8d\x7a\x01\x6c\xa2\x6b\x29\x18\x45\x63\x21\xaf\x16\x6d\xd0\xb1\x63\x30\x0c\x2c\x37\xba\xca\x7e\x08\xd7\x22\xee\xe7\x9b\xe6\xa0\x4d\x32\x2e\x77\xaf\x09\x9b\x7d\x9b\x0d\xa2\xd2\x76\xff\x98\xcd\x8c\xae\xf9\xd2\x48\xac\xbb\xe9\x10\xe4\xdd\x7e\xb1\x43\x6e\x04\x0c\xa2\x6c\x81\x72\x3a\xbd\x16\xb3\xa1\xfe\x53\x46\xd3\x28\x08\xa0\x29\xf1\x21\x18\x8f\x8a\xbc\x93\x25\xbd\xf6\x53\x0e\xfd\x9d\xa1\x90\xc1\xc1\x5d\x5e\x9f\x7c\x10\xfa\xc3\x12\xed\x8f\xc4\x06\x3d\x22\x15\x2a\x13\xd7\x2a\x67\x24\xac\x05\x6c\x77\xad\x91\xbb\x63\xfd\x4a\x35\x0c\xa3\x65\x1c\xf4\x6c\x20\x36\x2e\x6f\xf1\x60\xbc\x44\x46\xde\x8d\x08\x85\x79\x5c\x36\x12\x4d\x7c\x01\x08\x0e\x09\xc9\x7d\xcd\x5e\x9e\x56\x81\x50\xb3\x11\x75\xf9\xfd\xb4\xbf\x05\xb3\xb2\xfd\xf6\x09\x52\xfb\x33\xe2\x96\xa7\xd1\xb6\x7a\x29\x8a\xa2\x58\x0e\x06\xda\x3c\x60\x64\x32\xad\xb0\x2d\xd8\x3e\x5d\xbf\xfd\x6b\xda\x2f\x46\xd1\xad\x1b\xc0\xdb\x32\x4b\xeb\x9c\xea\xdc\x33\xb8\xbf\x16\xaf\x70\xa2\x31\xb0\xd2\xd2\x2c\x18\xc9\x83\xa8\x40\x29\xd2\x41\x69\x20\xc6\xb8\x48\x90\xf4\x70\x6a\x94\xa4\x35\xc7\x6c\x8e\xf1\x09\x5f\x2a\x79\x4a\xa0\xe2\xfa\x95\xad\x57\x2f\x16\xaf\xbc\xb0\xf5\x2a\xab\xbb\xac\x59\x98\xf8\x0e\xe1\x68\x22\x55\x75\x5a\xea\x04\xec\xa8\xe8\xdb\x3e\x51\xd4\x03\xc2\xec\xa7\x9e\xb9\xf6\x36\xe3\x9d\x03\x64\xc9\xe9\xcb\xc5\x2e\x50\x93\x09\xc0\xd4\x86\x54\xf1\x1e\x21\xc7\x0d\x16\xfe\x4f\x1d\xeb\xb0\x02\x08\xa1\xa5\x0c\x8b\x21\x8a\xaf\xee\x20\x5e\x45\x74\x65\x50\xc9\x1f\x90\xaf\x99\xa1\xb9\xd9\xb5\x59\xba\x08\x05\xcf\xb8\x97\xf5\xb3\x72\xd5\xdb\x04\x42\xa7\x9f\xe8\x01\x5e\xdb\x29\xeb\x40\x99\x95\x9a\xbb\xe7\x3d\x63\x4a\x59\xb9\xb0\x89\x59\x9a\xde\x82\xb8\x05\x60\x2b\x3f\x21\x55\x09\x83\xc9\x4b\xe4\x3a\x73\x46\x27\xbe\x61\x4e\x96\x48\x14\x3f\xa7\x39\xce\xb2\x6f\x3a\x21\x4c\x10\xc2\x50\x4f\x67\x37\x29\xda\xe3\x01\x03\x58\xda\x35\xef\xf6\xd0\x40\x3b\xf5\x42\x4e\x54\xe0\x3a\x60\x26\x24\x78\x1d\xae\xa3\xf7\x7c\xde\x40\xd7\x25\xf5\x2b\x79\x2d\xb0\x84\x6f\xa0\x8a\xc5\x28\x26\xe1\x6b\x43\x34\xb7\x97\x2b\xb4\x92\xa5\x55\xf2\x38\xb7\xa0\xf1\xa6\x7c\x39\xc2\x1b\x62\xf9\x19\x9e\xc1\xb1\x41\x8f\x0a\x05\xdc\x41\xe1\x4f\xab\x17\x2e\xa3\xb6\x52\x2d\xb8\x45\xe0\xa2\x8f\xef\x3f\xbd\x8e\x64\x96\x93\x70\xbd\xe6\x6a\x9a\x77\xcd\x4a\x75\x14\x60\x0a\x24\x56\x65\x2a\xac\x06\x2b\x74\xd0\xcc\x0a\x83\x36\x03\x07\x46\xc7\x8d\x98\x5a\xcf\xc8\xe8\xe1\x59\x65\x71\x87\xb0\xd1\x72\xed\x7d\xca\x1b\xc5\x26\xcf\x4b\xf0\xbb\x54\xdd\x2a\xdc\xda\x49\xf5\x61\x7a\x32\x25\x2d\xc2\xe2\xe7\x7b\x6b\xf5\xd2\x7c\x36\x79\xf5\xd4\xbf\x65\xf6\x90\x62\xcf\x86\xf5\x70\x29\xb3\x83\x9f\xa3\x4f\x20\xb3\x9f\x01\x31\xa7\xe5\x2d\xdd\x98\x25\xd6\x38\x4a\x71\x34\xfa\xb5\xb8\xb6\x70\xc0\xbf\x96\xcd\x2d\xf3\xbc\x5d\xec\x82\xbd\x0b\x79\xf7\x23\xb2\xc1\x91\x7c\x16\x3a\x9e\xa0\xa9\xdc\xd8\x38\x10\xda\x41\x80\x3e\x51\xbf\x1c\x13\x39\xfb\xbf\xd9\xcb\x03\x30\x52\x4b\x71\x6f\x00\x14\xd7\x08\xe7\x02\xff\x66\x10\xae\xc1\x60\x13\x0f\xf3\x32\x42\x12\x27\x2e\x31\xb0\x19\x88\x75\x07\xf7\x05\x15\x5a\x05\xde\x4f\x09\x21\x86\x7d\x31\xd2\xd0\x0f\x42\xbc\x6b\x54\x77\x1d\x06\xc4\x26\x3b\x9e\x36\x78\x84\x84\x2b\x38\xb9\xbc\x9b\xa8\xa3\xbb\x99\xa2\xfc\x35\x89\x06\xe8\x45\x39\x8d\xd4\xef\xd8\x8d\xb6\xce\x0e\x51\xaa\xbd\x62\x50\xfa\xd7\xa2\x5f\x2b\x51\xf9\xed\xf5\x14\x3c\xbf\x52\x3c\xf7\xdb\xbe\x67\x42\xd5\x35\x12\x45\x97\xbf\xa7\xe3\xf6\x0d\x65\xee\xf9\xbe\x1b\xd4\x15\xfd\x2a\x25\x47\x27\x30\xc2\x09\x37\xd4\xea\x41\x5f\xb9\xf2\x8b\xf7\x48\xdb\x25\xd6\x83\x66\x64\x66\xed\xa2\x5f\x94\xe5\xb0\xf8\xf5\xa8\xb7\x49\x66\x4d\xd7\x90\xaa\xa6\xbf\xd9\xcb\x93\xee\xaf\xeb\x4c\xac\x55\x93\xd6\x7b\x69\xd2\xaf\x9c\x00\xea\x3a\x66\xb0\xba\xe8\xa7\x4a\xf4\xa8\x9e\xd0\x1d\x63\x4d\x31\xfc\x8f\x65\x55\xa3\x9f\x82\xc0\xfe\xf7\x01\xcd\xd6\x1a\xfa\x39\xa3\x11\x4e\xd1\xcf\xf5\xfd\x15\xcf\x6f\x69\xbd\x8d\xde\x8f\x92\xde\x70\x37\x41\x61\xd5\xf4\xae\x9a\x46\xd2\xd8\x91\xf6\x71\xb4\x3b\xa4\x66\x47\xc9\x7d\x86\xdc\xc2\x5c\xa3\xab\x25\x39\x18\x4c\x9f\xbf\xdc\xbe\xe4\x4e\xd1\x55\xf4\xe5\xaf\x9e\x66\xc3\x99\x40\x4c\x3a\x47\x53\xcf\x44\x4d\x59\x64\x1f\xa6\x0d\x13\x91\x21\x80\xcf\x81\xfc\x09\x2e\x16\xaa\x1b\xea\x4c\x9a\xbb\x22\x9a\xb7\x3a\x3b\xe3\x9c\x74\xb1\x90\x18\x4c\x0d\x95\x7c\x70\xde\xa1\xa0\xf3\xe3\xcb\x28\x6c\x80\x40\x3d\xaf\x8c\x49\x34\xda\xbd\xe4\x69\xec\x52\x85\x15\xc8\x4c\x8d\x02\x6e\x01\x2b\xc6\x70\xdf\x81\xea\x93\x0d\x3a\xbd\x71\xf7\x1c\x9b\x11\x2a\x8d\x1f\x5f\x2c\x7e\x0c\xd3\x0e\xae\x2b\x91\x66\xc0\x43\xa0\x67\xd9\x0c\x55\x5b\x5a\x35\xa1\x06\x7a\x88\x13\x7e\x0a\xdb\x7d\x59\xfb\x9b\xb7\xd5\xdc\xf9\x68\x94\x76\x4a\xed\x79\x6e\x57\x5d\xe1\x1a\x81\x78\x18\xaa\xe5\x68\xfe\x3c\xfa\xb4\xc2\xf2\xbc\xbc\x67\x98\xc9\xcf\xd1\x94\x42\x7e\xbc\xfb\x2d\xeb\x79\xdf\xde\x4a\xd3\x41\xbb\x4c\xae\xa7\x83\x06\xa4\x49\x7c\xf3\x8c\xd0\xc0\x01\x0b\xfa\x15\x23\x21\x39\x1a\xb7\x2b\xc3\x7e\xe5\xb9\x6d\x05\x91\x6c\xe3\xb8\x4a\xfa\x5c\x39\x6c\xd8\x01\xcc\x6a\xad\x6b\x86\x2e\x15\x16\x5c\x3d\xb6\xc1\x8a\x8d\x63\x11\x64\xe3\x38\xea\x7c\xbb\xeb\x73\x9e\x0d\x63\x66\xbd\x5e\xba\x03\xce\x25\x7a\x9d\x4d\x8b\xab\xbe\x45\x72\x1f\x78\x02\x4a\x59\x64\x34\x4e\xc9\x9a\xc7\x9e\xa8\x2d\x0b\x07\x06\xde\x2c\xa0\xae\x09\x0f\x46\x30\x09\x30\x4f\x24\x90\x12\x9d\x20\x2f\xd4\x81\x22\xfe\x23\x8c\x0b\x11\xda\x73\xda\x97\xe6\x8a\xc8\xef\xc1\x48\xd6\x52\xb3\x7a\x60\xc3\x3b\x00\xbf\x38\xeb\x08\xc3\x16\xe1\x05\x05\x08\xb7\x48\x33\x52\x59\x80\x7a\xcd\xc0\x8e\x3c\xab\x15\xb0\x22\x77\x1f\x7d\x17\x8c\x13\xcd\x8a\x35\x58\xae\xec\xdc\x2b\xe0\xc3\x7e\x22\x7d\x58\xc4\x6c\x13\x8e\xe7\x01\x2c\x92\x7e\x90\x81\x3b\xf5\x97\x8b\x89\xc6\x13\x6c\xa2\x08\x78\xf6\x19\xbc\x81\xef\x13\xed\x48\xb8\x24\x35\x5e\x2f\x29\x4a\xd0\xb4\xd2\xc9\x69\xdd\x28\x48\x99\x1f\x79\x2a\x7e\xb2\xa7\x92\x6a\xe3\xac\xd6\xa4\xc0\x9a\x20\x86\xe2\xe0\x01\x1a\xa7\x63\xd7\x71\x98\xae\x00\x08\xa9\x3a\x92\xc7\x26\xae\x28\xe6\x88\x8b\x09\xb9\xb4\xd4\xfa\x28\x56\x3d\x72\x83\x77\x77\x10\x5b\x37\xde\x5a\x3c\xa3\x50\xaa\xbe\x4c\x70\xf7\xbb\x9e\xde\xac\x93\xa7\x36\xe2\x85\x31\x0e\xe2\xc5\x12\x52\xa5\xc3\x46\xbe\x8a\x7c\x54\x0c\xcb\x23\x75\x4d\xe0\x1d\x2e\xa4\x03\xc9\x1f\x82\x65\x06\x94\xff\xa0\x74\xdc\x4b\x47\x8a\x4b\x36\x2b\x21\x1f\xff\x00\x37\xf5\xc4\x15\x20\xc2\x03\xe3\x82\xe7\xd6\xe9\x99\xd0\xd3\x04\xcf\xe0\xd4\x82\xa5\x4f\x7e\xad\xa2\x66\x23\xa8\x2f\x7b\x08\x2f\x01\xd4\xdb\x4d\x46\xcc\x0a\xb7\x49\xbe\xe2\xb0\x17\xb4\xd5\x44\x45\xa9\x10\x24\x40\x22\x47\x5a\xd5\x45\xf3\x78\x77\xcb\x2e\x1b\x12\x00\xc2\xa1\x51\x6a\x17\xf7\x8d\xf9\x3b\x00\x4a\x0f\x8d\x0b\x0f\xde\x0e\xef\x4d\xb8\xd2\x50\x0b\x3c\x3b\x78\x1f\x38\xd6\x89\x63\xb9\x62\xef\xab\xe0\xdb\x68\xf1\x06\x41\x29\x85\x51\x57\xf5\xfb\x3b\xd0\x5a\x55\xf4\xbc\xbc\x43\xba\xc3\xe5\x3e\x3b\x91\x54\x36\x5b\x0b\xc8\x2b\x36\x0c\xcf\x0a\xc9\x89\x55\x02\x19\x4d\x93\x77\x0a\x8e\x01\xc4\x2e\x88\x15\xa1\x61\xdb\x0c\x34\x26\x7a\xef\xdf\xac\xf1\xde\x0d\x3b\x7a\xbb\xfb\x0f\xdc\xf6\xd3\xdc\xed\x7c\xe5\xdd\xce\xd7\xba\xdb\x26\xb4\x61\xf7\x49\x4e\x8c\xdf\x2f\x28\x04\xaf\x09\xf6\xa5\xb6\xcc\x32\x0b\xd6\xc5\xcb\x47\x6b\x01\xc0\xf2\x94\xd9\x1a\x81\x9f\x49\x75\x76\x8d\xa3\x18\x9b\x43\xce\x50\xf2\x9f\x23\x17\xda\xac\x52\x8d\x28\x60\xaa\xbd\x35\x4a\x06\x9d\x5d\x49\x8b\xfe\x1d\xc7\x9d\xa2\xfe\x83\xad\xd7\xe8\x99\xdb\x44\x7f\xa2\xab\x70\x50\xd7\x22\xc5\x43\x0f\x76\xd2\xb6\x76\xd8\xfb\x8e\xb5\x01\xd3\x8a\x0a\x45\x38\xae\xd1\xb5\x68\x67\x3d\xf0\x21\xd5\xc3\x74\xc6\x45\x99\xf7\xcf\x3b\xda\x41\x4d\x18\x56\xf4\x8f\xb9\x12\xc2\xc0\xe5\x2d\x64\xd2\x38\xb3\x11\x79\x59\x1a\x34\xfc\xa1\xa6\x27\x2b\x51\xd1\x71\x07\x8d\xa8\xc6\x25\x02\x90\xeb\x63\x64\x3d\xc0\x5f\x7f\x3b\xef\xf5\xf2\x1b\x29\x58\x32\xef\x0b\x6a\x3b\xe7\x45\xe2\xad\x29\x10\x4b\x80\xdd\x50\x13\x21\x97\x30\x65\x87\xaa\x39\xf7\x46\xdb\xfa\x77\xd6\x04\x81\xda\x01\xfa\x54\xfd\x7d\x3c\xd0\x5f\xee\x11\x1c\xda\xcf\x8f\x23\xb0\x13\xf5\x5b\xc8\x4f\x82\xba\x69\xb4\x67\xa2\x21\x57\x71\x91\x20\x5e\x21\x0d\xb1\xee\x02\x6c\xca\xb2\x43\x0e\x93\x52\xf1\x4d\x03\x52\xef\xe2\xb6\xcf\x37\xba\xe6\x20\x7c\x8e\x18\x20\xf4\xaa\x0e\xf4\xbc\x16\x99\xc8\xd0\xfb\x42\xf5\x16\xf6\x04\x62\x02\x5b\x6c\x4a\x7a\x49\xcf\x95\x6d\xa5\x70\x80\x73\xe1\xe6\x32\xf3\x1c\x05\xc1\xc5\xbd\x97\x75\xd0\x90\x55\xd0\x94\x8e\x9b\xc6\xf2\x6e\x44\x46\xed\x40\xe8\x31\x84\xad\xa5\xbd\xb4\x4c\x29\x20\x9d\xb0\x94\xab\xa2\x8e\xc6\x59\x77\xf3\xd7\xbf\xfc\x79\x14\x0d\xc7\x5b\x6a\x9e\xb6\xd8\x9c\x85\x2b\x3f\xdc\x48\x1f\x01\xbb\xa6\x39\x34\x67\x85\x24\x83\xa8\xd7\x1b\x79\xe6\x78\xe4\x56\xf1\x16\xb4\x41\xa5\xae\xe3\xe4\xeb\x68\xe1\xf1\x07\xf7\xe8\x26\xe4\x4d\x51\xe7\x24\x3d\xf3\x86\xbb\x03\x10\xa2\x3d\x7d\xb4\xd6\x93\x31\xd7\x74\x69\x0c\xaa\x1b\x9a\xc2\x59\xd3\xe6\xcc\x06\x79\x48\x03\xaf\x11\x98\x8c\x08\xc5\x26\x5f\xe2\x64\x1c\x0f\xe3\x7a\xd7\x45\xc3\x94\x49\xff\x45\x27\x94\x01\x7e\xb5\x81\x4f\x64\x51\x44\xc7\x40\xd4\x87\xab\xf7\x01\x51\xc5\xec\xd5\x86\x1e\x9a\x67\x56\xc9\x59\x93\x55\xa0\x97\x77\xd8\x21\xf7\x5f\x68\x91\x1c\xa8\x3b\x1e\x76\x41\xbb\x6c\x60\xe4\xcf\xe6\x2d\x7a\x60\x3b\xf1\x9a\x5a\xed\x70\x3d\x7f\xe2\xbf\xed\xd8\xe5\xf5\x5a\x1a\x11\x37\xe6\x04\x08\x88\x9f\x53\xe7\xbc\x08\x6b\xf8\x63\x19\x73\xa5\x8d\x66\xa2\x2e\xc8\x6a\x4f\x18\x3e\x8f\xd0\x3e\x09\xe8\xfa\x8c\x44\x28\xe1\x76\x6d\xfd\xbf\x11\x34\x29\x24\xf8\x33\xb2\xee\x22\x35\xac\x82\x26\x5a\xa9\x15\x4e\x19\x6b\x54\x62\x3d\x68\x43\x61\xdc\xda\x19\xd8\xa5\x43\x68\xa8\x60\x7d\x52\x83\x93\xb3\xeb\x18\x1e\x1c\xcb\x18\x56\x30\xc1\x06\xed\x96\x3c\xec\x0f\xb5\xd0\x06\x60\x65\x3c\xdb\x3b\xbb\x79\x5e\xb0\xcf\x89\xf0\x89\x7f\xb0\x98\x9b\xb8\x25\xf6\x3a\x91\x33\x33\x5c\xe8\x1e\x0e\x04\x35\x04\x2c\xcb\x31\x10\xba\x40\x97\xad\x04\x64\x5e\x3a\x62\xfc\x76\xd6\xc7\x44\x16\x5f\x5b\xa7\x76\x72\x51\x65\xef\x7f\x8b\xe0\x01\xbf\xcc\xd9\x3d\xc1\xb8\xbb\x61\xa4\xa8\x7b\x22\xc2\xc9\xb1\x36\x44\xd4\xc1\x53\x66\xb9\xda\x83\x9f\x55\x95\x66\xed\xbe\x5b\xad\x5e\x91\x6f\xe7\x41\x80\x77\xce\xca\x3e\xa1\x26\x2f\x37\xe7\x98\x62\x13\xd1\x24\x28\xe6\xac\xf2\xae\xf4\x63\x10\x24\xcc\x01\xfe\x05\xbb\x20\x38\xd9\x55\x02\x7a\x85\x28\xef\x49\x4d\xc5\xf7\x0b\xed\x2b\xe8\x35\x03\x88\x11\x66\x26\x66\x67\x9d\x26\x23\xb4\x8a\xb4\xdd\x96\x15\x13\xc9\x99\x61\x63\xbc\xee\x21\x5d\xd5\x17\x2b\xb5\x22\x67\x9e\x32\x68\xd2\xf2\x4f\xc6\x47\x63\x35\xba\x15\x1f\xdd\x4c\xfc\x23\x8f\xad\x33\x94\x2b\x6f\x63\x94\x21\x7b\x9a\x4e\x43\x01\xe6\x84\x5f\xf6\xed\x8b\xa9\x1e\x9e\xa0\x3c\xbc\xfc\xbf\x1d\xdd\x09\xd9\x53\x5d\xea\x43\x3a\xcf\x42\x18\xc7\x8c\x77\xb6\x6b\x1e\xe3\xd4\x21\xba\x79\x7d\xf6\x90\xc9\x8a\x81\x48\xc9\x1a\xe0\x4c\xe6\x6e\xd8\x6e\x33\xa3\xa2\xe3\x13\x43\x52\x54\x38\x04\xcc\xd8\xbf\xea\xd8\x0d\x1b\x45\xe5\x33\x15\xea\xca\x46\x0a\x79\x41\xfa\x0d\x27\xb6\x58\xff\xac\xed\xb9\x9c\x68\xc3\x51\x65\x39\xbb\x62\x7e\x4f\xb7\x17\x5c\x9f\x39\x16\xf5\x5d\x87\xda\x58\x8e\x30\x7c\x82\xd4\x94\x8f\xf2\x3e\xa9\x80\xac\xb8\xeb\xc6\xc4\x1b\x90\xac\x3d\x46\x4f\x8a\xf4\x19\x38\x6d\xb1\x40\x9f\x5f\x1d\xdd\xf7\xb1\x75\xec\xae\xb1\x79\xab\xb9\xfe\xc7\x82\x5c\x65\x59\x14\x3b\x71\x72\x64\xcc\xdd\xb0\x94\xd7\xfc\xcd\x99\x17\xed\x58\x23\x69\x2d\x0f\xf0\xc1\x4e\xc5\xa6\x09\xc8\x9d\xc7\xfc\x5c\x94\x74\xbb\x88\xa9\xf8\xd0\xd1\x60\xbd\xd0\xa1\x64\x53\x9f\x14\x36\x99\x88\x61\x24\x7f\x94\xaa\x5b\xae\x69\xd5\x76\xbc\xdc\xc0\xf9\xea\xd9\x7a\xb6\xa1\x49\xeb\xff\x08\xa7\x36\x73\x62\x2e\x02\x5f\xef\x5a\x8c\x4c\xf8\x40\xb3\xfc\x55\x12\xca\xd8\xcb\xc8\x7b\xf5\xf8\x2b\x20\x09\xc2\xf2\x50\x21\xec\x5c\xba\x36\xeb\xc3\x98\xf4\x04\xb5\xe6\x87\x1e\x0f\x5e\x30\xb9\x96\x84\xc7\xdd\x08\xcb\x48\x8e\xaa\x02\xee\xec\x0e\xb8\x66\xab\xed\x7e\xef\x2a\xc9\x11\x16\x8e\xc4\x4a\x68\x54\x47\xc1\x4e\x1a\x27\xe3\x1f\x43\x9e\x7c\xc7\x28\x25\x89\x18\x70\xad\x03\x75\xb1\xa8\xef\xec\x14\xc8\x09\x50\x17\x0e\xf1\x05\xce\x60\x2d\xc8\x5a\xb7\xfc\x68\x61\x52\x6c\x90\x3f\xa8\x36\x92\x70\x54\x17\x91\xdc\x87\xe4\xf6\x3b\xe1\x05\x91\xe9\x99\xd5\x21\x14\xa2\xcf\x9c\xf0\x2b\x45\x39\xca\x07\x3b\xaf\xa2\x26\x83\xdb\x31\xdc\x03\x01\x3d\x7e\xed\x95\x17\xb8\x45\xec\xb8\xda\xb0\x49\xe6\x0e\xc5\x76\x54\x9d\x8f\xdf\xc8\xca\x5f\x8c\xb7\x08\xbc\x5f\x49\x44\x76\xa0\xba\x58\xae\x0a\xf3\x35\x0b\x5c\x37\x65\x0f\x32\xc6\x36\xeb\xac\xae\x95\x54\xce\x54\x36\x65\x87\x9b\x49\x6f\x06\xc3\xf0\xf5\xcd\x68\xc9\x1e\x8b\x82\x4b\x24\x87\xb7\x33\xba\xfb\x27\x86\x34\x84\xb9\x61\x4c\x26\xa0\xb1\xa4\x0b\xe8\x12\x47\x3a\xce\x2c\xfc\x92\xa4\xb1\xf4\x3b\x69\xbb\x5c\x78\xee\xcf\x8e\x56\xe1\x4c\x3b\xa3\xe1\x58\x71\x50\xa5\x00\xcf\x56\x4f\x82\x22\x20\x4d\xf2\x85\xb1\xb4\x56\x55\x8b\x01\xd5\x85\x9e\x02\xfc\x2c\xf6\xf5\xf3\x44\xc1\xb3\x15\xe9\x91\x5d\xff\x19\x7d\x67\x13\xfc\x8e\x41\x13\xda\x5b\xdf\xdb\x9c\xc6\x0b\x92\xf3\x9f\x1b\x4d\xa8\x3c\x2d\xab\x1d\x6b\x42\x53\xcf\x69\xee\x00\xaf\x40\xf2\x06\xfa\x1c\xc2\xdc\x41\xf0\x5e\xce\xcb\x1d\x90\x58\xed\x2c\xba\x96\x37\xe0\x48\x4a\x07\x75\x2d\x45\x56\x0b\xcb\x84\x39\x18\xe3\x88\x50\xc3\x33\xe1\x12\x2a\xdb\xd4\x77\xe0\xbc\xbb\x1a\x1e\x21\xc8\x21\xe4\x03\x89\xdf\xa7\xa4\xc2\x9e\x90\xb1\x94\x40\xef\xbe\x63\x0d\x0d\x89\x97\xd4\x05\x12\x1a\x19\xf5\xaf\x0e\x0b\xb5\x8e\xd3\xec\x78\xe7\xe9\x81\x11\x8e\x4a\x10\x27\x2d\x2d\x91\xc8\x3d\xfc\x48\x62\x93\x10\xa4\x62\xab\x85\x53\xfc\x7f\x62\xfa\x47\x54\xe6\xd7\xd5\x33\x0d\x8d\xff\xd3\x77\x7f\xf9\x8c\xe6\x30\x34\x96\xf5\xa6\xb5\x14\xb6\x42\xf5\x5c\x8d\x2a\xd9\x52\x5d\xa5\x2b\xc1\xc4\x29\xeb\x3b\x66\x3a\x8e\x65\x0d\xb2\xfb\xd7\x4f\xd6\x8a\x1d\x0b\xb9\x31\x29\x08\xf5\x92\x8b\x8f\x91\x79\xae\xa5\x5f\xe3\xc1\x56\x36\xe8\x92\x20\x71\x80\xf0\x36\x67\x15\x8e\xd5\xd0\x43\x0b\x8b\x55\x3c\x05\xb4\xf7\x74\x62\x52\xfc\xd8\xc1\xd8\x2b\x57\x5f\x47\x82\xa3\xb4\x11\x02\x9a\xc4\x36\x30\xb8\x1f\x92\x86\x03\x73\x39\x68\x01\x54\x02\x88\xe6\x30\xfc\xb7\xcd\xe9\xa6\x38\xc2\x89\xa7\xfa\x67\xb6\xbf\xdc\xaa\xf8\xa8\x12\x53\x27\x07\x26\x00\x2d\xf8\x42\xab\x3d\x43\xcb\xa8\x12\x41\x21\x0a\x07\x25\x43\xf8\x58\x45\x4b\xc0\xc8\xe0\xe8\x48\xfa\x31\x17\x91\xd9\x85\x16\x53\x35\xdf\xe4\x3e\x17\xd2\x3a\x6a\x67\x04\x44\x50\x88\x37\xaa\xb9\x93\x6a\xb0\x1e\xbf\xcb\x0a\x11\x72\x8e\xc6\x9c\xed\xaa\x73\x6d\xe8\x45\xc0\x94\x7a\xde\xbf\xc4\x98\x3d\xf4\xc7\xf3\x70\x82\x7f\x62\xea\x3d\xfc\x50\xe7\xdb\xa2\xa3\x1e\x90\xe9\x3b\x66\xab\xe2\x2d\xf2\x2a\x08\xb8\x79\x9c\xe9\x98\x79\x44\xf4\xcc\xc7\x2c\xf7\x0d\x2f\xf3\x50\xfb\x82\x1c\x2e\x66\x15\xb3\xa4\x21\x97\x7c\x2e\x92\x60\x4a\xa0\xaf\x93\xa9\x43\x00\x3f\x5d\xb9\xfb\xf0\xd0\xe7\xa3\xb2\x4f\x39\x75\x33\x41\x6e\x36\xbe\x48\xca\xdc\x14\x4f\x7c\x6e\x42\x2c\xef\xc0\xa2\xac\xaf\xc2\xc8\x04\x19\xa3\x15\x9b\x5c\x41\xab\x63\xcd\xec\x9b\xf0\x35\x05\x43\x8f\x05\xcc\xd0\xc9\xf8\xc1\xc9\x32\xc6\x20\xbc\x73\xcd\x51\x82\xb4\xc8\x9b\x32\xee\xfe\x5f\xd5\x5c\x68\x85\xed\xf7\x1d\xfe\x79\x20\x6b\xbd\xd0\x2e\x10\x52\xbf\x84\x81\x39\xce\xb6\x3d\x8b\xb5\x83\xed\x8f\x48\xfe\x5c\x68\xf7\x28\xf2\x90\xba\x1b\x0b\x61\xe8\x4f\xa0\x13\xf8\x46\x5d\xe4\x9f\x84\x00\xe4\x25\x78\x52\x6b\x96\x0a\x50\x76\x30\xd1\xd4\x9d\xf7\xa4\x16\xf2\x9c\xc9\x96\xe0\x1f\xca\x7d\xc7\xeb\x35\x04\xf6\x70\xac\xde\x59\xea\x8c\x10\x35\x27\x1a\x3a\x3c\xdd\xd3\xe3\x8b\xe4\xa1\x78\xe6\xc9\x39\x5f\xff\x27\x0b\x91\xa3\xd5\x81\xaa\x73\x83\x79\x74\x15\x2c\xfe\xd7\x22\xe1\x32\xe7\xf9\x99\x45\xc2\x11\x72\x75\x44\x82\x75\xb4\xd5\x56\x1d\x1d\x47\xb1\x96\x3f\xe4\x8c\x1d\xb7\x84\xcb\x19\x80\x2e\x6b\xe2\x8e\x19\xd8\x89\x33\x21\xf3\x02\x46\x8f\x62\xab\x99\x26\x8e\x20\x01\x93\x9c\x68\x94\xcd\x92\xc0\xa2\x46\xf4\x0e\x88\x9c\xad\x68\x2f\x2b\xb2\xad\xac\x87\x1c\xed\x17\x84\x8f\x31\x59\x0d\x70\xae\xf8\x0d\x3e\x39\x59\xde\xc2\x1e\x3b\xb0\xf8\x57\x8a\x61\x32\x88\x3b\x8a\xb1\x2e\x36\x2f\x8c\xb3\x78\x94\x76\x63\x08\x4c\x57\x32\xef\x7f\xb0\x87\x91\xba\x2e\x05\xb9\xaa\xd9\xab\x95\xd1\x21\x41\x76\x07\xb8\xf1\xfa\x0c\xd4\xda\x26\xe2\x27\x98\x93\x39\x70\x18\x15\x3a\x26\x42\x13\x72\x1c\x48\xec\x28\x5e\x0f\x20\xdb\xb5\xf6\x30\xab\xee\x01\xb2\x7b\xeb\x63\x7a\x3e\x68\xc6\x91\x89\x7f\x71\xe9\x2c\x20\x48\xe4\x3f\xe7\xdc\x35\x47\x46\xc3\xee\x65\xd7\xf2\x73\x86\x2b\x2c\x72\x29\xea\xf4\xf2\x81\x05\xb7\xa6\x90\xde\x05\x67\xd0\x37\x9a\x83\x4a\xba\xbd\xd7\x62\x96\x86\xd6\x4d\xab\x7c\x5f\x8f\x09\xea\x8b\xe7\x22\x3c\x07\x72\x0b\xfb\xd6\x59\x6d\xe0\xf4\xe9\xc1\x60\x0f\xca\x87\xf7\x6d\x75\x7f\xbc\x76\x6a\x55\x05\xc8\x7b\x55\x4b\x8e\x67\x2a\x21\x0d\x95\x03\xd8\xcb\x7d\xa1\xb6\x5c\x27\x0b\x3b\xbb\xcf\x13\x9e\xfa\x66\x21\x12\x1f\x61\xfe\x39\xf5\x09\x92\xf9\x6b\xeb\xdd\x43\xd6\xb9\x22\xc7\x88\x8a\xbc\xc5\xb1\x6d\x65\x96\x4e\x26\x5b\xcb\x6c\xb5\x76\xb2\x32\xdb\x19\xe4\xa3\xd4\xcb\x9a\x16\xf5\xb2\x8e\x62\xa1\x53\xf0\x09\x80\xbc\x2c\xb0\xca\x23\xfd\x63\xed\x70\xb8\x76\x6e\xbc\x10\xa9\xdb\x78\x68\xb5\xa0\xa4\xab\x30\xda\xaf\xf0\x0f\xfe\x57\xed\x60\x60\x71\xd3\x85\x0b\xe8\xe4\xa8\x03\x78\x89\xe6\xed\x6c\x90\x95\xc4\x19\xd8\xb4\x31\x33\xe1\xcb\x21\xb9\xa4\x1a\xec\x01\xea\x51\x93\x9b\xc3\x88\x6a\x5e\xf6\x38\x80\x21\xb1\x10\x9d\x7b\x81\xa0\x4d\x26\x5d\x08\xe4\xd1\xef\xa6\xdb\xc9\xb8\xa7\x1d\xdd\xc0\x54\xcd\x9b\x69\x4a\x96\xc6\xf5\x03\xd4\x06\xcb\x74\xb4\x97\x70\x12\xf5\x7d\x3c\x18\xf4\xa8\x35\xf1\x0d\xfc\x6c\x85\x1f\xe0\xf3\xac\x4d\xc7\xa5\x5f\xd2\x23\x25\xdd\xee\x08\xf9\x28\x3f\x62\xcd\xaf\x18\xe0\xb6\x67\xd0\x33\xf6\x00\x9b\xe2\xa3\xde\x27\x30\xf6\x5c\xff\x63\x47\xdd\x4e\xf6\xbc\x63\xf2\x5b\x99\xe8\x08\x64\x0c\x04\xb8\x01\x21\x2d\xe8\xb7\x76\x8f\x0e\x7b\xf9\x4f\x5a\x8a\x05\x22\x83\x3e\x6b\x3b\xc9\x87\xd8\xc2\xba\xad\xe9\xaf\xf0\x50\x8b\xe0\x53\x5e\xde\x65\x2f\x34\x75\x6d\x9d\x5d\x8e\x56\xcf\xb7\xdb\x78\x8d\xc8\xc5\x07\x88\x2f\x19\x10\xa7\x36\x53\xe0\x0c\x9d\x40\xf4\xd9\x1b\x4a\x60\x98\xb4\x13\x7c\xe7\x33\x32\x3b\xee\x83\x59\x83\x88\x6f\x08\x2c\x26\xad\xa0\x5b\xdc\x7a\x51\x31\x4f\xed\x17\xb7\x92\x87\x60\x6c\x4d\x58\x6b\xe2\xb9\xc8\x55\x9c\xec\x5b\x50\xe0\x00\x1c\x32\xc6\x90\xe7\xc8\x4b\x51\xb7\x06\x5c\x44\x5c\xe3\xc2\xcd\xfb\xae\xcb\x5c\xc8\xb7\x60\x9b\xad\xc3\x10\xb8\xac\x9b\x43\x57\x81\xa0\xc6\x5b\xbd\x71\xaa\xe8\x87\x07\xf8\x9a\xb2\xea\xd9\xe8\x71\xff\xc5\x59\x4d\xf0\x81\x73\x87\x16\x11\xc3\xd0\x3b\x0b\xe7\x97\x0d\x77\xf4\x15\x50\x7e\x52\x6e\x9b\xc4\xf6\x85\x37\x7e\xf9\x9e\x63\xc6\x62\xed\x93\x35\xf6\xcb\x54\xd5\x24\x5c\x38\x29\x84\xcd\x02\xd4\x81\xf6\xb3\xa2\x20\xa1\x73\x90\x69\xaf\x01\x93\x22\x13\xc4\x28\x93\x63\xc8\x53\xc7\x02\xcc\x3b\xb9\x8a\x3d\x67\x83\x10\xe8\xeb\x79\x75\x74\x04\xf8\x9e\xf5\x38\x5d\x16\x3a\xdd\x2c\x9c\xb0\x3f\xda\xc1\xe5\x7a\xff\x5f\xb3\x75\xeb\xcd\x19\xc8\x7d\xad\x67\xd5\xa1\x05\xff\xbc\x34\x21\x79\x86\x2b\xf1\x6a\xac\x50\x3c\x01\x63\x44\xe2\x14\x3c\xa8\xb1\x3c\x82\x7a\x08\xd8\x22\x48\xd9\x2d\x27\x81\x69\x76\x8b\xb4\xb7\xed\xb2\x10\x56\xda\xf4\xfa\xd7\xe4\x0a\x9a\xca\xec\x15\x64\x7d\x35\x02\x1e\x0a\x58\xc3\x9b\x0a\xcf\x0d\xae\x53\x5d\x0e\xad\x32\x79\x6c\x3f\x58\xc1\x5a\x36\x40\xd5\xb5\x6d\x63\x22\x1a\x29\x1f\x87\xf5\xef\xff\x5f\xff\xfd\xab\xcb\xaf\xeb\x63\x7f\xbd\x1c\xf5\xe0\x5f\xd6\x74\x2b\xd4\x34\xd0\x1c\x46\x44\xa8\xf2\x34\x45\xc7\xce\xcc\xa0\xa5\xbc\x41\x41\x8d\xf7\x18\x4d\xb9\x34\x60\x71\x1a\x99\xef\xfe\xa7\x33\xd5\xb9\x40\xf7\x32\x74\x41\xfe\x48\x52\x07\xd5\x8f\x3e\x39\x34\x43\x75\xa1\xc2\x38\x35\x04\x63\x90\xfb\x59\x18\xe7\x1e\xff\xf5\x9b\x71\xd6\xb9\xde\xde\x19\x67\x90\x28\xe1\x8f\xa4\x1b\x41\x75\x31\x3f\x11\xce\xdf\x0a\xf5\x95\xf0\x85\x97\xbb\x59\xc1\x68\xe5\x6b\x07\x19\x84\xd0\x0a\x72\xa8\x22\xc7\x13\xb2\x71\x9d\xbc\xdf\x4f\x06\xdd\x50\xa2\xa7\x20\xfb\x68\xbd\x54\x17\x32\xb5\x1f\x11\x2c\xfc\x72\x18\x0d\xc7\x10\x20\x0d\xae\xf7\xbc\x36\xd2\x4c\x33\x3f\x13\x78\x6d\x28\x15\x86\x00\xf2\xc9\xca\xb9\x70\x13\xea\x10\xb0\x6a\xc1\x2a\xa1\x4e\xe6\x33\x5f\xed\x92\x70\x19\x9c\x2e\xc9\x2f\x06\x89\xcc\xe2\xf8\xb9\xc8\xa9\x4c\xe3\xf1\x5f\x51\x39\x4a\x51\xac\xbe\x27\xfc\x08\x0e\x98\x7b\xbc\x1b\x6d\x67\x3d\xc8\x48\xc0\xd1\x09\x50\x46\xa2\x4c\x76\xa0\xcc\x86\x5a\x22\xa2\xc3\x5b\xcc\xc0\x9d\x22\x4c\x1d\x63\xa4\xf5\xc2\xa4\xd8\xa5\x29\xa8\x77\x5a\xd8\xfb\x26\xb6\x5a\x0d\x85\x59\xc6\x4c\x4f\xc5\xbd\x84\x2a\xfb\x40\x71\xa0\x35\x8a\x02\xf5\x92\xad\x14\xda\xfd\x09\x99\x94\x63\x3c\x94\x99\xc2\x5a\xbd\xb4\x28\x15\xdc\xf1\x17\x60\x15\x66\x11\x40\x50\x56\x16\x14\x83\xc0\xdb\xc5\x14\x0c\xbd\x34\x29\xd2\x42\x14\x15\x03\x8e\x0a\xdc\x78\x47\xc9\x0d\xd0\x24\x58\x84\xea\x30\xf3\xd8\x44\xc1\x35\x15\x12\xfa\x8a\x35\x07\xb7\xf4\x19\xa6\x94\xc2\x15\xc7\x00\x21\xff\x91\x8b\x9b\xab\x43\x01\x29\x4a\x08\x71\xdd\xd7\x91\x2e\x28\xcc\xb2\x4c\x6a\x32\x2e\x47\x7a\x2b\xad\x9a\x2d\xe9\xcf\xc1\x0a\x48\xec\xa0\x12\x6a\xbf\x8d\xa6\x94\x7b\x24\x48\xe1\xd5\xe8\x2f\xc0\xe7\x00\x3a\xfc\x83\x76\x49\x34\x5f\xfa\x0a\x91\x72\x01\xb6\xcf\x51\xe7\xf2\x99\x96\x21\x4d\x93\x2e\xa6\x9d\xf9\x92\xdc\x19\xcc\xaf\x26\xc9\xde\xfc\xb2\xae\x61\x20\x26\x54\xef\x5e\x7f\xd5\x9a\x04\x93\x5f\x0e\x6b\xb5\x19\x47\xca\xa3\x85\x2d\xc7\x64\x1b\xb4\xc2\x90\x21\x1a\x0c\x40\x34\xdc\x02\xaf\x63\x83\xe5\xa6\xb6\xad\x6c\xd9\x51\x00\x32\x6a\xeb\x01\xbf\xc2\x2c\x4b\x33\xe2\x8b\x9d\x3e\xee\xf8\x06\x08\x0d\x0c\x7a\xb3\x8b\x06\xce\x0a\xbc\x96\x34\xbb\x68\x1c\x58\x80\xd7\x25\x1f\xa6\x03\xd9\xe3\x9b\x25\x95\x06\xb9\xc5\xde\x14\xba\x8f\xbb\x60\x85\xa9\x0b\x48\xf0\x64\xfb\xfd\x19\xaf\x6c\x75\x4f\xc5\x5f\x42\x75\x3b\x5a\x1b\x9b\x6e\xce\x16\x4e\xd9\x2c\xb9\x17\xa7\xb9\xdc\xca\xac\xb9\x37\x58\x82\x4d\x57\x73\x64\x0d\x9d\x88\x86\x78\x24\x23\x0c\x2f\x06\x16\xd0\x98\x56\x03\x09\xd4\xa8\x3d\xec\x25\x9d\xd4\xcb\x28\x79\xe6\xc1\x8f\xe2\xf5\x5a\x2d\x77\x1d\x7a\x0a\x67\x35\x81\x89\xf0\xf6\xca\x64\x6b\x13\xc4\xa8\xb9\x7b\x01\x66\x44\xb8\x2b\xd3\xe8\xc8\xbf\x27\xdd\x8c\x51\x39\x4f\xfc\xa7\xea\x5c\xb2\x81\x12\x98\x80\x3b\x43\xf7\xe1\x7b\xc2\x55\x8e\xd5\x03\xc1\xb5\x72\xff\x7a\x58\xf7\x1b\xc8\x49\xfe\x05\xa4\x1e\xe2\x48\x02\x33\x55\x07\x59\x0b\xcc\x6c\x5b\xa8\x47\xe5\xcc\xe7\x80\x8c\x99\xab\x01\x7e\x78\x2c\x21\xa3\x05\xbe\xb4\x20\x39\xaa\x26\x61\x4e\x99\x9b\x23\x41\xcf\x42\xfd\x0a\xae\x09\x59\xe6\x90\x80\x8e\x7c\xb6\x8f\xa4\x29\x85\xc1\x0a\x58\xdb\xdb\xa1\x11\x08\xae\xba\xed\xad\x9b\x34\xc0\x77\x6e\x91\x25\xed\x9c\x5c\x3f\x40\x3f\x1d\x80\x12\x00\xd2\x6e\xd3\x00\xac\xad\x44\x2b\x86\xb6\xf1\x6a\x27\xa3\xb9\x37\x42\x81\xa9\xa3\xee\xb3\x16\x07\xd8\xa6\x07\xf6\x49\x89\x36\x2d\x28\xc3\x59\x94\x44\x58\x1e\x5b\x74\x1e\x68\x09\x6f\xca\xb6\x14\x64\x21\xd0\x76\x94\x76\xd4\xea\x29\x68\x20\xe0\x4d\xe2\x7b\xa5\x07\xc7\x00\xca\x6f\x86\x00\x2c\x49\x3c\xf5\x99\xa7\xd2\xac\x1f\xa0\x9f\x17\x25\x90\x2c\x76\x46\xf5\x52\xbd\x30\x37\x48\x39\xc6\x8d\xf1\xbd\x76\x21\xd5\x81\x40\xce\x3a\x5e\x39\x10\x20\x0c\x84\x82\x4d\x17\x5d\xc4\x17\xaf\xbe\x78\xad\x20\x18\xb0\xde\x70\x57\x7f\x72\xad\xb8\xf0\xea\xc5\xab\x2f\x5d\x2b\x40\x7b\x5c\x19\xa4\xbd\x9d\x5c\x4f\x1b\x46\xc2\x01\x74\xaf\xe1\x28\xdd\xcb\xf2\x71\x61\x59\xe7\x19\x39\xe4\x58\xac\x09\x39\x72\xbf\x73\x7c\x5f\x27\x2e\xa6\xe3\x32\x31\x0d\x88\xae\xab\x1b\x55\x08\x92\x99\x66\xdc\x6f\xf3\xf1\x15\x88\x12\xe5\x81\x51\x10\x8d\x1e\x90\x5a\x81\xee\xa6\xdc\x7c\xbf\x7a\xb0\x70\x52\x59\x17\xce\x49\xed\x58\x2b\xdd\x7f\x44\xff\x7a\x15\xf7\x0e\xa7\xf6\xbe\x99\x38\xb7\x4e\x6d\x5f\x38\x21\xd7\x67\xc6\x55\xa9\xea\xeb\xd6\x72\xf1\xb8\x2d\x2c\x69\x76\xe7\x61\x7a\x5e\x35\xb7\xfc\x2f\x15\x68\x78\x1c\x33\xc2\xa9\x0e\x30\x4a\xf1\x98\x79\x0e\x7b\xcc\xec\x36\x29\x8b\xc1\xba\x3d\xd6\x9a\x33\x97\xe3\x09\x77\x02\x8f\xf4\x19\xd0\xfe\xba\x3a\x8c\x77\xd5\x78\x2d\xce\x4e\xce\x79\x25\xb4\x7c\x3d\x92\xb7\x47\x49\x51\xcf\x3b\x30\xf1\xa6\x4a\x54\xdc\x36\x43\x73\xec\x9b\x0c\x52\x11\xfc\x05\xc7\x86\x38\xe2\xd5\x39\xe7\x1c\xe6\x54\x26\xf9\x07\x93\x2f\x80\xc4\x6a\xfe\x8c\x19\xc1\xeb\xac\x77\xc0\xa6\xeb\x97\x56\x6f\x68\xe5\x16\x3a\x43\xed\x36\xaa\x7b\xd2\xb4\xa6\x84\x33\x5b\xb6\xb0\xf0\x9f\x3a\x00\x8a\x84\x11\xb0\xa3\xcb\x57\xe8\xe4\x65\xa4\x47\xf0\xd2\x5a\x8a\x64\xd9\x6c\x2b\xb2\xde\x1c\x2c\xf8\x3e\x24\x30\x5a\xde\x92\xd1\x43\x75\xa9\x94\x5d\x57\xdf\x2f\x10\xd9\x60\xc2\xc5\x0d\x5f\x33\xe3\x80\x1e\xb4\x90\x28\x30\xed\x66\x25\x6d\x1b\xc8\xc0\x31\x47\x81\xea\xcb\xaf\x84\x28\xea\x1d\x27\x7b\x26\x36\x74\x66\xc9\x2c\xb1\x54\x65\x25\x87\x9d\xcb\x24\xba\xad\x3b\x79\x0f\x84\xac\x7f\xc7\x98\xac\xfd\x6a\x7b\xbf\x35\x38\x0e\x00\xb2\x0b\xca\x20\xd4\xc8\xbe\xfd\x22\xc4\x4f\x06\x99\x14\xea\xd9\x78\x1a\xd4\x24\x10\x6e\xed\x36\xf0\xd2\x13\x4a\xd3\x6c\xfd\xbe\xea\x82\x76\x56\xb5\x3f\xa7\xd7\x90\x18\xaf\x29\x6e\x67\x11\x08\xd1\x21\x5b\x26\xa5\x23\x5d\x70\xd6\x07\x2a\xd5\xb5\xc2\x6d\x48\x1c\xf6\xb9\x7d\x26\xc2\x7b\xb6\x01\x3d\x76\x3b\xa4\xf5\x5e\xe1\xa4\x4b\x1a\x96\xaa\x2c\xcd\xea\x96\x49\x50\xdd\x42\x7d\x14\x1e\x1c\x26\xea\x6d\x53\xbc\x1d\xe6\xa3\xbf\xc5\x7c\xd3\xcc\xe5\x9b\x28\xf9\x43\xb0\x17\xdf\x96\xe9\xca\x55\x4f\x99\x49\xd8\x97\x66\x83\x49\x4c\x16\x7c\xa7\xbe\xd0\x8a\xa5\x9a\xea\x33\x13\x64\xa9\x67\x36\x18\x47\x73\xb8\x8f\xc0\x1f\x03\x71\x4a\xcb\x5b\xe1\x56\x52\xa4\x9b\x74\x05\x0b\xa7\x74\x92\x53\x5a\xc3\xdf\x16\xfd\xb9\xa9\xd6\x69\x0e\x83\x9b\x38\x0a\xb5\x90\x22\x4d\x2b\xcd\xf8\x4a\x72\x30\x8b\x8d\x7b\xa0\xd7\x31\xfe\xce\xa8\x5e\x84\x14\xa5\x64\x94\xc0\x20\x3a\x6e\x5d\xee\x02\xff\x5e\xe6\x66\x09\xa2\x78\x0e\xaa\x14\xe7\xfa\x80\xdc\xb3\x86\x63\xf2\x02\x74\x03\x9b\xf6\x13\x91\x50\xbd\x2e\x75\x08\x1f\x21\x98\x91\x21\x93\x73\xe8\xa0\x01\xcc\xac\x0c\x92\xf4\xc8\x1a\xdf\x8a\x62\xba\x98\x7c\x8d\x4b\xb4\x17\xb5\x34\xf1\x39\x87\x68\x97\x46\x33\xfb\x09\xd4\xa8\x10\xac\xad\x22\xa2\x2f\xe0\xe4\x2f\x00\x7f\xdb\x65\x82\xfa\x23\xfc\x07\x91\x55\xbe\xb4\x1a\xc5\xc0\x1a\xc0\x8f\x18\xdd\x92\x35\xec\x81\x2e\x68\x0f\x16\x9c\x60\x46\xd8\xa3\x11\x78\x61\x59\x5d\x4f\xe5\xc6\x4c\x39\x28\x69\x35\xd1\xc7\xbf\x6b\x3c\xa2\xbf\xbc\x64\xbe\xf0\xf4\xfd\x74\xb4\xa3\xf9\x61\x5e\x85\x98\x5a\x0d\xfc\x6c\x66\x53\xc3\xfc\x9d\xe2\xf2\x79\xcb\xc9\x16\x30\xb9\x7b\xe9\xa8\x60\x9b\xf1\xb7\x2e\x8d\x76\xda\x05\x35\x92\xb6\x01\xa8\x3a\x0b\x37\x61\x2d\xc7\x69\xbb\xfe\x17\xd4\x83\x59\x51\x05\xdc\xb8\x71\x61\x8d\x6f\xe0\xeb\x74\x82\x64\xc1\x91\xad\x46\x15\x9e\x9f\xb3\x89\xbe\xab\xb9\xda\x96\x73\x1f\x58\x12\xd8\x5c\xc2\x54\xbc\x7d\x78\x04\xba\xcd\xf7\x6b\x2f\x68\xea\xcc\xba\x08\x45\x55\x3f\xc7\x13\x28\xd9\x35\x51\xa8\x85\x9c\x76\xbf\x5c\x70\xad\x9e\xa5\x76\xef\x3d\xc7\x31\x2c\xc3\x45\x60\xc8\x9e\x7d\x0b\x29\xd7\xcc\x0f\x0e\x0d\x51\x47\x93\xa8\x9b\x2a\x87\x4e\x83\x2e\x54\xf6\x04\xb3\x42\x91\x84\xb4\x73\x3d\xb3\xce\x3c\x64\xe0\xd0\x01\x96\xda\x86\x4c\x2e\xa8\x88\xcb\xb5\x83\xae\x95\xb6\x88\x89\xa4\x82\x62\xc2\x60\x02\xa7\xc8\xa6\x07\x02\x0a\xaf\x00\xfc\x72\x7f\x31\x11\x59\xf1\x8d\xc4\x6d\x48\x42\x32\x68\xa3\xbb\x0d\xde\xa1\xf0\x08\x11\x75\xef\xd6\x05\x19\x3f\x74\x78\xc5\x7d\x88\x25\xa0\x27\x83\xbf\x8a\xaa\x17\xd6\xfa\x4b\xf1\xd1\x7e\xc8\xd4\xb5\x5f\x39\x73\xb2\x12\x1b\x84\xec\xa0\x98\xe5\x7e\xd3\x8a\xd7\xad\x25\x8f\xab\xc4\x2b\x42\x57\x49\xe6\xd5\x4d\x28\x59\xd8\xb4\x26\xdf\x2f\x39\x04\x71\x7e\x90\xe5\xbe\xb6\x15\x3b\x9b\x90\x4b\xa5\xe5\x39\x54\xca\x79\xca\xab\xaf\x89\x07\x42\x34\x35\x1e\x30\x7a\xc6\x01\xd1\xb0\x58\x28\xaa\x17\x4c\xa6\x51\x83\xbf\x26\x98\xd7\xac\x7a\x45\x8b\x83\xc6\x48\xbd\x55\x6f\xfb\xf9\x1f\x5d\xec\x5e\x62\x84\xc0\x8e\xd9\x74\xf3\x21\xaf\x30\x30\x26\xea\x66\x4d\x71\xea\x47\x64\x19\x0e\xc3\xd7\xf1\x82\x4a\x91\xcf\x63\x5d\x93\xc2\x77\x9a\x96\x80\x8a\x18\xee\xfd\x48\x58\xee\x04\x67\x6a\xf5\xc1\xe2\x73\xa3\x96\x5c\xb4\x5b\xa5\x29\xf7\x9b\x76\x2b\x5a\x26\x48\x24\x29\xd7\x95\xb7\xbb\x63\xf5\x08\x91\x81\x30\x9c\x16\x3a\x09\x93\x51\xef\x36\xe2\xb0\x63\x7f\xb1\x8e\xee\xa5\x32\xad\xaf\xfd\x71\x0f\x42\xb1\xf9\x5b\xbb\x69\x82\x06\x07\xc1\xb3\x10\x80\x1b\x93\x8c\x14\x76\xdd\xf4\x7a\xc2\x5f\x5f\x88\x20\xf4\x10\xe4\x4a\x42\x6c\x51\xe0\xec\xad\x36\x0e\x3d\x42\xc8\x83\x7e\x2a\x5b\x84\xbd\x36\x65\x03\x73\x84\x5f\x57\x4e\x0e\x6a\x40\x78\x45\xa3\xd5\xe7\x4b\xee\x99\xa5\x9c\x81\xc7\xda\x8f\xe4\x77\x53\xf1\x8e\xa7\x01\xb5\x46\x3f\x29\x43\x3e\x36\x4e\x75\x65\xc6\x34\xa4\xeb\xd0\x58\x86\x97\xb5\x11\xce\x39\xfe\x63\x75\x06\xf8\x3f\x50\xd8\x9e\x42\xc5\x8f\xc3\x1f\x07\x4e\xd5\x95\xd4\xd4\x81\x1a\x5f\x36\x21\xd9\xf0\x8a\x3c\x42\x2f\xc6\xf2\x85\x72\xa1\x8b\x0b\xdc\x13\xb4\x96\xa0\x23\x92\xc2\x68\x16\x69\xae\x9d\x9b\x1c\x0f\x0f\x53\x22\xd5\xc0\x56\x45\x9b\x62\xd3\x2e\xce\xb9\x48\xd4\x31\x93\x0d\x91\xdb\x92\x9d\x53\xab\x80\x56\x51\xa6\x88\x8f\xab\x94\x06\xe1\x4d\xf2\xe1\xde\xf7\xa5\xcf\x58\xe0\x0f\x3a\xf2\x75\xd2\x04\x3d\xe7\x02\x73\xad\x42\xc2\x5b\xcb\xb9\x54\x11\x66\x55\xcf\x40\xfb\x30\x5f\x1d\xb2\xf4\xd7\xe8\x1e\x42\x5b\xf4\xe1\x79\x3d\xad\xc3\x8d\xec\x7a\x06\x71\x93\x28\x90\xe3\xbf\x5a\x37\xd2\x5e\x07\xab\xca\x85\x6a\x5f\xe0\xf5\x71\xf3\xe7\x9c\xf6\x7c\xc6\xfc\x0d\x67\x56\xb0\x42\x6e\x13\x1b\x94\x87\xec\x50\xbb\x76\x1e\x21\x86\x61\xcb\x50\x35\x30\x0e\xc2\xc8\x8f\x25\xc7\xb1\x74\xc2\x9b\xe6\xec\xb2\x41\xb9\x3e\x9c\x57\xf0\x90\xfd\x55\x8d\xe3\x93\x55\x32\x50\xed\x1f\x7c\x1a\x2d\x5a\x38\x23\x82\xed\x6c\x54\x40\xe5\x91\x1d\x1f\xd3\xea\xc2\xb2\x9a\x2b\x75\x59\x55\x1a\x43\x77\x0b\x7c\x62\x35\x03\xb5\x90\x4a\x86\xf0\x48\x94\x6d\xaa\xb2\x08\x9d\x63\x29\xdc\x49\x7b\x74\xb3\x2a\xdc\x38\x7f\xdc\x63\x2c\xa1\x0b\xe5\xf9\x0e\x63\x3e\xef\x7b\xca\x7a\x86\xdf\xe3\xed\x69\x8e\xa2\x8a\xf7\xd5\x6a\x2e\xf1\xe9\x61\x7d\x4d\x5a\xb0\x51\xb6\x1a\xdf\xce\xc0\x52\x31\xd4\x9c\xd7\x99\x0d\xb6\xf3\xcd\x8b\x05\x33\x8c\x12\x73\xba\x21\x22\x72\x14\x20\xfb\x38\x10\x22\x18\x98\xb8\xbd\x35\x2e\x4b\x9d\xc4\x54\x2a\x45\x9d\xf3\x34\xad\xee\x35\x9e\x24\x36\x4d\x7a\xe0\xd2\x7f\x53\xb3\x8a\xfe\xbd\x7a\xbc\x58\x5d\xdd\x81\x50\x56\x58\x33\x47\x65\xd4\x99\x38\x1e\x32\x7d\x56\x82\xf1\x27\x75\x17\x44\xfa\x8c\x22\x8a\x74\x7a\xd0\x40\x7a\x36\xf3\x4d\x71\x3d\x9c\xc6\xf3\x1b\xbe\x55\xf1\x4d\xd4\xb5\x84\xb3\xfa\x0e\xb0\x07\x72\xfd\xc4\xdb\x7f\xa2\xf7\xb3\x98\xdb\x3e\xbb\x79\x7e\xbd\xe0\xe4\x8d\x97\xf1\xc1\x3a\xd3\xed\x64\x25\xb5\x78\x23\x2b\xe3\xea\xe7\xad\xa4\xc8\x3a\x6d\xbb\x70\xa7\x38\x6d\x20\x1b\x9f\xed\x49\x39\x23\xbf\x71\x2a\xf4\x12\xbf\x42\x4c\x98\x6d\xc9\x29\xec\xec\x24\xab\x13\xfe\x89\x23\xa1\xf4\x65\xe0\x28\xe8\x25\x69\x94\x29\x27\x57\x25\x69\x34\x79\x19\x99\x62\xdb\xa0\x6e\x13\x93\xc4\x0b\xb9\x4b\xd1\xdd\xf3\xa6\x18\x11\xf8\xd4\xb2\x4b\x4c\xba\x7b\x40\xb9\xbb\x62\x87\xa8\x0a\x42\x69\xeb\x96\x70\x5a\xa8\x3b\x4a\x00\x3d\x93\xac\x4c\x1b\x81\x38\xbd\xf3\xcc\x7a\xf9\x39\x11\xcc\x8d\xc9\x97\xab\xa5\xe7\x79\x57\x2e\x42\x17\x57\xa4\xa4\x81\xf4\x03\x08\x10\x48\x7a\x6d\xa2\x46\x5f\xf9\xb2\xa8\x4d\x68\xc8\x59\xd7\x67\xee\x2e\x9c\xfe\xed\x71\x5d\x8d\xa1\x73\x0e\xa2\x99\x86\x45\xa5\xea\x3a\x31\x6b\xc2\xb5\xdf\xe4\xa1\xa1\xe4\x7e\x9c\x80\x93\x4e\x9f\x4b\x2b\x6b\x3b\x87\xbf\x32\xe6\x14\x8c\x33\xa1\xe5\x26\x58\x4d\x03\x3c\xe8\x89\x59\xaf\xb8\x7c\x32\x40\x04\x6f\x4f\xfd\xe7\x21\xab\x88\x58\x57\x75\x9b\xb9\xf2\xa9\x51\xf4\x6a\x9b\x9d\x8e\x89\xf5\xf4\x22\x8e\x21\x2a\x7c\x5b\xb8\x80\x76\x39\x4a\x3a\xd7\x75\xbc\x54\xed\xb5\x3d\xbb\x25\xf0\x7c\x78\x43\x5a\x8a\xf8\x57\x5f\x64\x58\x71\xff\x7f\xcb\xd5\xb8\x4a\x29\xc1\xd5\x54\xd2\x35\x10\xc7\xcf\x15\x7c\x16\x1c\x94\x7a\x2a\x5d\x71\x59\x13\xfc\x5b\x48\x14\xfb\xbb\xf8\xb7\x80\x8a\xd4\x1f\xd9\xa0\x9b\x7e\xf0\x3b\xa3\x33\xb6\xf9\xd5\xdc\x27\xb9\x94\x05\xc5\x36\x56\xc6\xdd\x9a\xc0\x7d\x5c\x50\x65\xcf\xfc\xac\x49\xb2\x9f\x92\x91\x59\x00\x23\x6a\x5d\xc2\xb0\x78\xd4\xec\x33\x1c\xc4\x30\x56\x7d\x46\xf1\xec\x53\x7d\xb9\xf6\x0e\x39\x63\x17\xec\x83\x2a\x51\x3b\xaf\xb9\x0b\xb8\x7b\xd4\xfe\x90\xfc\x2d\x31\xd4\xe7\xb6\xde\x12\x32\x33\xce\x15\x0e\x8a\x6d\x53\x2a\x44\xa6\xca\xf7\x13\xf5\x93\xd8\x5c\xe9\x29\xc4\x0b\xd1\x1d\x44\xd5\x86\x68\x3f\x5a\x4d\x53\x75\x05\xeb\xc4\x4d\x39\x7c\x83\x29\xfa\x37\x90\x23\xb7\xda\x1d\xdf\x28\x2f\xb3\x22\xd4\x96\x37\x13\x17\x09\x6c\x13\xd5\x9c\x01\x55\x79\x41\x41\x61\xc3\xdc\xcd\xfe\x54\x53\x89\xc4\xb5\x26\xad\xd4\x65\x49\xfe\x49\x89\x40\x95\xe0\x4d\x9d\xb1\xd2\xb4\x11\xd7\x1b\x48\x2c\xde\x70\xd8\x7e\x47\x6d\xec\x5c\x98\xea\xab\x13\xbd\x16\xb7\x9c\x42\x98\x02\x6f\x88\xdc\x1e\x88\xba\x9d\x24\x9c\xf4\x68\x9c\xfa\x22\x0f\x8c\xf0\x83\x82\xa5\x4e\xdb\x70\xe6\xe0\x73\x03\x4d\x50\x7b\x50\x89\x72\xed\x17\x37\x2f\x9b\x4a\xb5\x9a\xb9\x80\x9e\x1a\x42\x9c\xcc\x12\x1b\x3a\x94\x91\x99\xa8\xa6\x8b\x9a\xd6\xe7\xe8\xa8\xa9\xf2\x51\xbb\xc6\x9f\x84\xd6\xc8\x1c\x56\x65\x8d\x56\x62\x3b\xcf\x52\x6b\x0a\x6a\xcc\xcc\x28\x07\x0b\x2e\xe6\x4b\xea\xb7\x05\x97\x95\x98\xd7\x0c\xaa\xe9\xf7\xbd\xd0\xbe\x00\x87\x6b\x2f\x11\x1b\x69\xea\xeb\x69\x04\x6b\xbe\x4a\x1f\x7b\x68\xb0\xb3\x4d\x26\x61\x45\x32\x91\x25\x03\x06\x7a\xb9\x02\xa8\x0e\x2c\xd4\x26\xd8\xf8\x1b\x65\xc7\xa8\x3c\x38\xf7\xda\xcf\x93\xef\xc3\xea\x42\xe6\xc6\x0e\x56\xf7\x5a\x37\x2a\x1e\x49\x24\x79\xc6\x28\x48\x1c\x6a\x9b\xda\x86\x43\x92\x37\xaa\x3e\x86\x98\x3d\xc4\x83\xbf\x85\x09\x3e\x94\xe2\xcd\xc7\xce\x43\xf4\xf6\x8a\xb1\x72\x78\xfe\x54\x00\xb9\x11\xa9\x4f\xfd\x54\x80\x80\x2c\xbc\x3c\x0c\x53\xb6\xd4\xd6\x25\x33\xe0\xf3\xe3\x88\xc7\xc5\x99\x66\x6b\xa6\x0b\xce\x8e\x82\x28\xe4\x94\xb4\x4a\x8c\xc1\x82\xd9\x49\x40\x03\x73\x67\xc5\xc6\x7e\xb2\xf6\xc6\x84\x16\xf1\xe9\x37\x55\xe1\x97\x45\x92\x1f\xb6\x6d\x22\x4e\xc5\x2f\x53\x93\xbc\x2b\xb0\xb9\x15\xfb\x7a\xc9\xee\x0b\xdd\xb7\x85\x72\xed\xd0\xd5\x37\x6a\xb5\xe4\xca\x24\x13\x6b\x1d\xf7\x86\xd5\x1b\x79\xaa\xa8\x26\x8a\x52\x81\x1a\x7f\x77\x8e\x86\xcf\x2f\xc8\xc2\x43\xb8\xba\x3e\x14\x72\x5c\x6d\x5f\x9d\x5c\xbc\x56\x72\xf7\x9a\x85\xaf\xa3\xbd\x0d\x21\x5a\xf6\x80\x64\x83\x52\x00\x4d\xdb\x3e\xfd\xe4\x3a\x8a\x19\x75\x5c\x5a\x60\x74\x4a\x08\xd6\xf5\x3c\x2c\x89\x7f\x5b\xae\x2c\xf5\xa8\x15\xbf\x62\x12\xce\x8a\x51\xb7\x2d\x37\x8b\xd0\xda\xd9\x83\x84\x20\x0f\x55\xae\xb5\x0a\x06\x9c\x0e\x9d\x64\xbc\x94\x52\xce\x47\x5b\x8b\xe3\xfa\x01\xec\x95\x7a\x59\x1f\xa7\xf5\xa3\x89\xfd\x8c\xd2\x7e\xbe\x97\xd6\x8c\xf8\x9d\xdf\xd1\xa8\x9a\x2b\x4f\x5a\x0c\x49\xc1\x6f\x58\xf3\xa2\x3e\x62\x27\xc4\x7d\xb4\x5a\x8e\xfc\x39\x82\xa8\x4d\xa8\xc0\xd5\x4f\xfb\x5b\x1c\x93\x56\x11\x7d\xee\x52\xee\x00\xd6\xc8\x55\xab\x8d\x35\x14\xe3\x94\xd9\xe7\x03\x85\x7d\xdd\x14\xa7\x86\x73\x6c\x3c\x4d\xb8\x9c\x1b\xe9\x16\x68\xc3\xdc\x8b\xa5\xb2\x2f\x5a\x77\x36\xf1\x54\x6b\x46\xa3\x2e\xf5\x6b\xf4\x20\x45\x4c\x83\x4e\xf8\x35\xa3\x84\x50\x26\x95\xc6\x83\x05\xe5\xc8\xd5\x19\xe7\x21\x50\x3f\x7e\xf7\x9d\x2b\xef\xc5\x0c\x88\x0f\x81\x66\x2b\x36\xf5\xeb\x05\xe7\x16\xe4\xec\x8e\x14\x54\x7b\x9b\xf9\x1c\x9d\x1d\xf9\x00\x93\x07\x9a\xea\x80\x86\xc4\xdb\x7a\xf8\xa0\xe5\x08\xa4\x9f\xe7\x43\xf3\x22\xfe\xdd\x14\xcd\xc2\x73\x1b\x6d\x53\x31\x22\xa2\x3b\x4e\x6a\x0f\x2b\x5e\x1c\xac\xc8\xc6\xf3\x2d\xe4\xc7\x24\x5f\x28\xc3\xcd\x68\x9f\x3b\xe7\xc0\x31\xdb\xb0\xb8\x27\xbe\xa3\x1a\x8f\xd7\xda\xcb\xf2\xbb\x9d\x2f\x65\xbd\x37\xec\x5f\x67\x7d\x22\xc6\x78\xf9\xb1\x92\x4e\x4c\x51\x84\x8f\x10\x9b\x9f\xa1\xe6\x61\x8e\x1e\xe4\x77\x4d\xa6\x4a\x9d\xa3\x75\xdf\x24\x7c\xc5\xdb\x64\x71\xe6\xfc\x79\x6b\x6b\x8f\xc4\xd6\x67\x77\x76\x4b\xab\x9f\xfa\x6e\x4c\xb5\x84\x8b\xc7\x6d\x41\x00\x13\x0c\x9e\xed\xa5\x23\x8c\xde\x9e\x1a\x1d\x4a\x68\x23\x2b\x06\x30\xe2\xe0\x0c\x28\xf8\xe2\xc4\x9a\x22\x9a\x87\x65\x98\xe2\x66\xe6\x50\xeb\x49\xe8\x9d\xca\xe6\x57\xad\xcc\x9c\x9b\xdc\x22\x5f\xac\x07\x38\x15\xec\xa4\x71\x1d\x6a\x3f\x3e\xf5\xfc\xb7\x42\x97\xed\x38\x52\xb1\x66\x5a\xf3\x61\xec\x3d\x46\xf1\x4f\x94\x30\x14\x13\xac\x1d\x6a\x2d\xc9\x94\xfe\x2a\x34\x37\x18\x2e\x7d\xc0\x36\xc3\x99\x8c\xc7\x66\x83\x9a\x4d\x68\x63\x8a\x59\x55\x5f\x63\xcb\x38\x02\xd9\xe0\xf3\xc0\xb1\x8d\xd2\x62\x98\x63\x82\x28\x30\x62\x5b\x57\xc8\x4a\x43\x32\xbe\x17\xae\xbb\x84\xab\x14\xe7\x96\x43\xaa\x59\x1f\xce\x8e\x5d\x69\xbd\x95\x77\x01\x12\xf1\xe5\xcd\xab\x56\x10\x82\x31\x69\x0a\x59\xda\xc4\x64\x22\xe6\xd1\xe6\xb4\xc7\x72\x47\x59\xd9\xd2\xf2\x75\x7d\x8a\xaf\x45\x28\x53\x14\x0f\xcf\x79\x9d\xdc\xf5\x13\x48\xf2\x3a\x38\x49\xb0\xc9\x2c\xcc\x74\x98\xec\xa5\x27\xc8\xd1\x5a\x49\xb6\x12\x9d\xe9\xa9\xe4\x2a\xa5\x45\xfc\x83\xc0\x38\x06\x7e\x70\xcc\x9e\xfb\xb8\x00\x80\xce\x56\x24\x3a\xc3\xba\xf4\x6e\x0a\x44\x86\x37\x07\x74\x0c\x29\xa4\x58\xf9\x33\x26\x39\x95\x50\x2f\x23\x15\x58\xc8\xd3\x57\x51\x97\xe1\x5d\x64\x7f\xc0\xb2\xf8\x73\x61\x39\x75\xd0\xb6\xeb\x4c\x65\xd2\x53\xc1\x1e\x02\x27\x11\xc8\xce\x1e\x42\x0c\xba\x79\x53\xb2\xf6\xa6\xfe\xcc\xec\xf3\x30\x9e\x0d\x2c\xd8\x43\xf0\x2b\x0c\xb6\x50\xa1\x37\x40\xf2\x59\x3f\x0d\x5c\x85\x54\x47\x5b\xd7\x37\x36\x7e\xdc\x21\xaf\x92\x85\x76\x66\xf1\xd5\xf3\xd2\x1f\x80\xd2\x07\xd5\xa8\x53\xf0\x8e\x88\xcd\x9b\x19\x5d\x9c\xcd\x3e\xc3\x07\x61\xe4\x7d\x4c\x84\xaa\x6e\xfc\x3b\xd2\x37\x86\x52\xdc\xd0\xd2\xcc\x6f\x07\x5c\x5c\x01\xfd\xb0\x5d\x57\xa4\x90\x14\x29\x0a\x48\x98\x5f\x17\xc2\xe3\x97\x73\xf9\x1c\xb1\x29\xe6\xb1\x66\x42\x2d\x1f\xe0\x40\xff\xf3\xff\xff\x95\x77\xde\xde\x88\x3f\xb8\x7c\xe3\xc6\x8d\xcb\xa0\x8a\xba\x3c\x1e\xf5\xd2\x01\x9c\x6c\x77\x23\xfe\x6f\x6f\xbd\x79\x89\x54\x1a\xc8\xb7\x7d\x89\xd6\x79\x27\x50\x9a\x9e\x41\xc5\xd6\x5f\xf5\xb0\x00\xb9\x94\x73\x4a\x98\x7d\x9f\x21\x95\xa0\x83\xfc\x1b\x31\x58\x8c\x51\xeb\x4d\x74\x0d\x94\x9b\xc1\xdf\xcd\xd0\xa5\xb5\x39\xa1\x77\x2b\x45\x8f\xce\x28\x65\xcb\x2d\xf0\x3b\x02\xd4\x0b\x25\x89\x5c\x5f\xa7\xa8\x1f\xeb\xa0\xfd\x9e\x99\x5a\x56\xd3\x76\x8e\x7d\x6b\x03\x75\x73\x23\xcb\x84\x11\x72\x2f\x35\xb9\x60\x99\x7f\x44\x70\x24\x69\x41\x00\x3f\x3c\x08\x4b\x6a\x2b\xf0\x55\xcb\x5e\xbe\xe6\xcf\x85\x39\x77\xf2\x41\xef\x26\xf0\x3f\x00\x14\x1a\x8f\x7a\x6f\xcd\x68\xed\xe0\xdc\xe9\xd9\x1b\xb2\x6f\x92\xbb\x33\x12\x68\xf9\x93\x14\xe9\xa0\xdb\x4e\x81\xa1\xc1\xe0\x18\xbd\x37\xa3\xb6\x14\xba\x17\xab\xb5\x74\xb7\x5b\x19\x93\x0a\x00\x92\x07\xe1\xb1\x86\x1d\xb2\x1f\x4c\x74\xa6\x58\x3e\x3a\x6d\x15\xc1\xb2\xc0\x3a\x33\x68\x75\xc0\x8a\xb7\xe5\x81\x0f\x83\xb2\xa1\x09\x98\x0a\xd6\x4c\x11\x01\x3a\xc4\x34\x0b\xbb\x5e\xe8\x0a\x64\xae\xa3\x9a\x69\xf1\xa6\x2c\x17\x51\x39\x7c\x83\x6d\xc3\x09\x9c\x2c\x76\x87\xea\x0d\x29\x52\x5f\x4b\x62\xfd\xcf\xc6\x45\x5c\xe7\x13\x60\xcf\x7d\x9d\x1a\x84\x43\x8b\x39\xcb\xd1\x1a\x68\xb9\x8a\x02\x4f\x3c\xda\xbf\x61\xec\x42\x55\x5d\xa1\x5f\x22\x6a\xe6\x49\xd7\x48\xaa\xbc\x42\x25\xeb\x73\xc9\xb5\x6a\x1d\x26\x9d\x46\x76\x97\xa4\xb3\x91\x99\xe7\x8e\xee\xb2\x6a\x44\x1f\x57\x77\xd6\xb0\x1a\x56\x73\x9a\xd5\x34\x08\xa7\xee\x6a\x28\x35\x83\x16\x2a\xb0\xa6\xb3\xeb\x60\x34\xab\x62\x5e\xf0\xa3\x72\xd4\x11\x55\xc4\x5b\xcf\x3c\x10\x92\xb3\xfc\x43\x4d\x55\xb2\x19\x25\x12\x95\x69\xee\xb4\x89\xd0\x09\x21\xbe\x02\xc3\x51\x81\x21\x0e\xeb\xfc\x42\xd0\xaa\x50\xaa\x5a\x0f\xdd\x52\x0e\x7d\xa7\x82\x80\xd7\xa2\x9b\xf7\x93\x8c\x6b\xa4\x9c\x92\x58\x5c\xc1\xd9\xbb\xc9\x60\x00\x5e\xb2\x5f\x93\x52\x5e\xaa\x28\xbb\xe9\xb0\x97\xdf\xe4\xe2\x5b\x5f\x07\xca\x49\x1c\x20\x57\x7b\x28\xab\xa4\xbb\x47\x66\x47\x08\x17\xe2\x5a\x67\x1c\x3b\x46\x6d\x99\x95\xba\x41\x4c\x08\xa0\xb5\x19\x23\x07\x61\x2a\xb8\x69\x5d\x0c\x8b\x8a\x26\x29\x24\xc7\x47\xb9\x26\x5d\xad\x15\xab\x96\x89\x32\x7a\x3e\x8a\xdb\x14\xfe\xe4\xab\x4c\x8f\x98\x04\x4f\x9c\x72\x38\xbb\xc3\xc2\xcb\x87\x4a\xfa\x2a\xcb\xd2\xad\x3e\x09\xa9\xac\x0e\xfb\xd5\x87\xce\xbb\xb1\x92\x92\xe9\x70\xae\x92\x52\xa2\xcc\x4f\xfd\xad\x4d\xab\xa1\x3b\x2e\xd2\xf0\x0a\x4c\x7d\xbd\x12\x10\xa8\x96\xd4\x84\x19\xbc\xc9\x9a\xfe\x8d\x0e\x2c\xd7\x56\x8d\x5a\x03\x0e\xd7\xac\x25\x15\x86\xf9\xa0\x5f\xf8\xd3\x3e\xa0\xb5\x94\x79\xc2\x98\xb0\xbf\xfe\x63\x7b\xd6\xb5\xa7\x56\x78\x0d\x3e\xbd\x1e\x2f\x74\x20\x22\x5b\x27\xee\x93\xb4\xff\xab\x40\xb4\xde\x05\xbd\x9b\x6d\x6f\xb7\xb6\x46\xf9\x8d\x02\xaa\x2b\x8d\x47\x9d\x54\x33\x43\x0f\xb5\xb9\x0d\xcf\xd7\x8d\x47\xc5\x5e\x10\x5e\xad\x1e\xdd\xd2\x09\x93\xa6\x4f\xe4\x69\xbc\xb9\x74\x73\x29\xe2\x27\x0c\xd1\xc4\x88\x38\x51\x60\x59\xd4\x6a\x21\x01\x2e\x14\xb1\xde\xa2\x01\x8a\xdd\xfc\x46\x1b\xfe\x86\x35\xa7\x88\x9a\xb2\x18\xc9\xa9\xed\x39\x49\xe9\x92\x72\x00\x4c\xea\xa2\xdf\xc5\x70\xc5\xb0\x97\x95\x98\xa2\x50\x87\xf3\xa2\xe3\x1f\xe1\x30\x58\x3e\x1f\x86\xe8\x32\x1e\x64\xdb\x59\xda\xe5\x4e\x5e\xc4\x6b\xa8\x13\x2c\x96\xe1\xb9\x92\x4d\x89\x0c\x79\x9a\x23\x87\x42\x98\xfa\xbc\x27\x86\x25\x37\xbe\x46\xd6\x83\xd5\x76\xf1\xb8\xaa\x59\x7c\xb1\x2b\x78\x79\xe6\x55\x63\x7f\x22\x47\xf1\x1b\xee\xc3\x00\xa2\xa8\xf3\xcf\x7e\xf9\x36\xfd\x03\x33\x39\x52\x11\xf8\x7f\x67\x97\x8e\xbb\x36\x7b\xa3\x4e\x21\xd9\x0a\xa7\x92\xd4\x5f\x29\x95\x29\xfe\x5d\xa4\x5c\x90\x19\x05\x74\xcb\xee\x28\xd9\x56\xa8\xfd\x3f\xb4\x62\x09\x00\xca\x7c\x1c\x8e\x52\x33\x8a\xe6\xe1\x0f\xc8\xff\xc0\x08\xe5\xb6\xb5\xba\x03\x84\xb7\xef\x10\xc7\x3e\xc0\x37\x2a\xbf\x63\x40\xd1\xb2\xe2\x16\x8f\x68\x4a\xb7\x49\x40\x85\xb9\x69\xaf\xca\x3b\x32\x11\x66\x4e\xee\xe1\xd6\x6e\x6d\xd5\x56\xa1\x6d\xd2\xe3\x6b\x53\xa6\x52\x40\xa1\x18\xbe\xab\xed\x5c\x73\x4c\x9a\x6a\x8f\x4e\xc4\x31\xdd\xd7\xb6\x6b\xe4\x08\x45\xf8\xa8\x98\xc5\x96\x72\x40\x4d\xf2\xc4\x46\x36\xd0\x39\x59\x16\xb0\xe5\x1c\x86\x33\x8f\x23\x8b\x30\x49\x79\xc4\xae\x54\x36\x13\x7d\x40\x33\xfa\x99\x36\x22\x51\x21\xad\xb3\x26\x83\xa3\xe3\xca\x4c\x4f\x96\xc5\x4a\x29\x53\xce\xb4\x62\x95\x63\x64\x16\xc6\x45\x60\xe2\x99\xfd\x49\x5c\xd1\x7b\x2a\x93\x9d\x80\xe2\x4f\x7a\x7d\x4e\x44\x5b\x54\xc1\x10\x8c\x3b\x23\xd4\xd6\x28\x08\x26\xc9\x0d\xa6\x86\x15\x5e\xda\x8f\xb5\x89\x02\x6d\xf1\x4e\xdb\xa0\x3f\xc6\x93\xca\x7d\x9f\x51\x7d\x08\x5e\x60\x98\x6d\xd2\x9f\x1b\x59\x25\xdd\xe8\xc6\x08\x9d\xfc\x65\x64\x1d\x68\xf3\xc5\xa3\x23\xac\xe7\x10\x0a\xf3\x19\x94\x4c\xa8\x67\xf8\x33\xee\x65\xca\xb5\x40\x60\x95\xad\x56\xe0\xe5\x56\x4b\xed\x19\xf1\xda\x7f\xca\x35\x28\x42\x8c\x65\xcb\x72\x58\x43\x29\xf0\xc5\x0f\x18\x9f\x3f\x02\x8e\x4a\x57\x14\x0b\x3d\x48\x9b\x3c\xfc\x21\x31\xd4\x82\xec\x6b\x72\x7d\x87\x82\x5d\x90\x81\x66\xd3\x92\x04\xe5\x89\xdd\x65\x35\xb6\xcf\xac\x79\xbc\xd5\xcb\x48\xf5\x50\x79\xbf\x35\x18\x02\x62\x7e\x18\x1b\xfa\x41\x3f\x9f\x08\xec\x38\x71\x9f\xb0\xc1\x8f\xc1\x40\xc9\x20\xc6\x25\x51\xd7\x74\xac\x2b\x51\xd5\x88\xcf\x6a\xf8\x41\xd1\x14\x25\x57\xbf\xf9\x39\x2b\x8e\xcb\x8b\x6b\xb4\xdd\x56\x1d\xa8\xa1\x0b\xea\x72\xc4\x93\x3b\x37\xaf\x56\x59\xbe\x28\x32\xed\x6c\x74\xed\x8a\xe2\x3e\xaa\x72\xc3\xa2\x9c\x71\xe3\x6a\xe5\xd9\x2a\x46\x5b\x25\x3b\x98\x1d\xe4\x37\x06\xf0\x72\x39\xa9\xef\x3e\x3d\x6c\xd4\x18\x60\x1a\xf4\xab\xf9\x68\xe7\x5a\x04\xae\x1f\x54\x5a\x2a\xe0\x3f\x52\xeb\xd7\x81\xdd\xb6\x21\x0d\x80\xd3\xf7\x3e\xeb\xcf\xdd\xb2\x54\x2b\x86\x09\x17\xb6\x5a\xee\xaf\x35\x4a\xc0\x35\x83\x35\x64\xb6\xae\xd5\x3c\xd6\x46\x03\x59\xd9\x8a\xcc\xae\x2d\x9d\x89\x5d\xad\xc4\x0b\x15\x0c\xce\x47\x89\xce\xcf\x19\x58\x16\x0d\xd3\x7c\x08\x38\xfc\x07\x3f\x74\x38\xca\x06\x7b\x19\xb8\x8e\xe5\xfd\x14\x7d\xeb\x35\xeb\xab\xd3\xf1\x1b\x4b\xb1\xc2\x5d\x51\x99\x26\x7d\x2c\x6e\x7f\x0c\x5a\x23\xd5\x1b\xaa\x7f\x8c\xd8\x73\xa7\xd8\xac\x46\x26\x73\x03\x58\x73\x91\x95\x39\xea\xaa\xaa\x65\x1b\x64\x32\x7a\x98\x22\x14\x32\x19\xa3\x5a\x18\x52\xc4\xc2\x95\x85\xe3\xdf\xa1\x6f\x80\x18\x73\x47\x35\x0f\x36\x58\xd1\xd7\x40\xc2\x7f\x06\x84\xf1\xa5\x0e\xeb\x76\x1e\x88\xd6\xaf\xfb\xd9\x5d\x17\xa1\xb4\x68\xb4\x18\x53\xc6\x5e\xa4\xf9\x01\xb6\xc2\xac\xd0\x2c\xe3\x6b\x66\x50\x90\x8c\x51\x56\xa6\xa5\xad\xf5\xe4\x8f\xfb\x1a\x8d\xe0\x94\xdd\x80\xed\x7e\x6d\x55\xe7\x67\x88\xfb\xb4\x56\xc2\xa9\xd8\x58\x8d\xbf\x67\xd7\xff\xea\x34\xeb\x14\x99\x69\x70\xcb\x7a\x16\x85\x66\x9a\xbc\xbe\xea\x8b\xcd\x2c\x65\x0e\x13\x5d\x6c\xe6\xaf\x8e\xb7\x34\xa8\xa8\x8a\x83\x1c\xd7\x02\x8a\x75\x44\xcd\x71\x35\xbc\x11\x8a\x95\x10\x81\xfb\x17\x7a\x85\xfc\x7a\x9f\x4d\xfc\xa3\xdb\x79\x2d\x1f\xd1\x86\x13\x3e\xa7\x9f\x28\x07\x5f\xaa\xb7\xeb\xc5\x5e\xca\xfa\x88\xab\x62\x2f\x85\x83\xb2\x08\xc4\x8c\x75\x7c\x1e\x15\xa0\x6f\x0a\xae\x81\x95\x57\xcd\x01\xc9\x5e\xa2\x38\xf3\xf5\x0e\x44\x97\x46\x9e\x90\x59\xea\xd9\x1e\x52\x28\x0a\xa6\x81\x76\xf9\x86\x84\x95\x05\x40\x0d\x8f\x13\xa6\x2c\xfe\x78\xfa\x92\xbe\xa9\xdf\x5f\xc5\x49\xc2\xc9\x5d\x15\x8c\x89\xf8\xdb\x95\xfe\xac\xf1\xde\x3d\x77\x0d\x50\xff\x1c\x80\xe0\x54\x0a\x81\x9e\xeb\x66\x2c\xc9\xfa\xbe\xf1\x0a\xce\x5f\x1a\x54\xc1\xf3\x53\x2b\x03\xa5\x53\x6a\xbd\x17\xab\x5b\x2e\x3c\x6c\xc9\x73\xb4\xd5\x3a\x1d\x5e\xc0\x18\x1c\x28\xd9\x24\x2e\xfe\x60\x15\x84\x42\x99\x70\x62\x35\x5a\xfc\xe7\x6e\x36\x6c\x37\x54\xfb\x7c\xd9\xb4\x47\xd9\xa8\x23\x44\x23\xca\xcb\xe2\x7d\x37\x44\xd7\x49\x39\x61\x23\x25\x14\x08\xda\x1e\xa3\x6c\x0f\xed\xcb\xa2\x84\xa6\xff\xb1\x66\x3c\x27\x38\x40\x8e\x49\x7f\xb6\x47\x79\x0f\x85\x2b\x0c\x57\xb2\x7b\x68\x48\x32\xec\x0e\x50\x4d\x67\xac\xbf\x93\x1f\xf8\xa6\x57\x22\xde\xae\x5b\x31\xee\x7b\x3a\xdd\x04\xa2\x29\xf9\x91\x59\xc5\x2a\xc0\x30\x87\xe6\xb2\x7f\x50\xd2\xfe\x20\xbe\x58\xbc\xec\xf7\x1f\xe4\x37\x24\x9b\x39\x8b\x88\xad\x6c\xfd\x63\x9e\x99\x72\x79\x20\x59\xd9\x1c\x61\x40\x05\xb8\x51\x70\x81\xf4\x09\x64\x1a\xae\x1f\x8f\xcb\xb3\xea\x74\xdf\xde\x55\xed\xe0\xd4\x7e\x73\xf8\x34\x02\x78\xd7\x55\x0f\xf0\xcd\x23\xad\xfe\x5c\x38\xd5\xd7\x50\xdb\xcf\xaf\x25\x10\x1c\x32\x69\xf1\xdc\xa8\x0f\xa9\x5f\x2d\xd3\x0c\xc8\x77\x5c\x6d\x7f\xae\xc5\x1a\x9f\xeb\x15\x0b\x43\x81\x36\xb0\x57\xc7\x2d\xc1\x46\xbf\x2b\x44\xf7\x91\xde\x0b\x26\xc9\x36\x7b\xa9\xcd\x95\x4d\xe9\x4e\xdd\xf2\xe4\xd5\x01\xce\x77\x13\x87\xd6\x0e\xcd\x3a\xcd\x0d\x47\xe5\x3f\x33\x31\x89\xc1\x20\x31\x76\x95\x5c\xe7\xc2\x4c\xcd\xae\xca\xba\xac\xad\xd2\xaf\xe2\x45\x3d\x9b\x78\x4b\x6a\x81\x0f\xbb\xa8\x32\xed\x81\x97\xae\x99\x91\x99\xf6\x62\x6b\x2a\xe4\x7f\x7e\x14\x3c\xb3\x23\x9b\xce\x6b\x47\x1d\x4b\x67\x9f\x15\x9c\x91\x3e\x55\x2d\x39\x56\x05\xd3\x58\x88\x7c\x2c\xb9\x3d\x1d\xff\x4b\x3d\x75\xe1\x77\x94\x2e\xeb\xf9\x23\xf7\x6a\x0d\x78\x76\xb1\xa3\x89\x50\x71\x89\x65\x15\xe9\x55\xd6\x2d\x66\x0f\x72\x12\x4d\xed\x19\xea\xd4\xad\x3e\x16\xe1\x29\x15\x79\x32\x44\x98\x35\x93\xb0\x51\x93\x33\x0c\x03\xdc\xfc\x27\x65\x82\x92\x4d\x02\x13\x17\xa8\x8c\x42\x20\x58\x80\xf1\xbc\xcc\x48\x75\xbf\xc2\x43\xde\x7f\x68\xb0\xc1\xc5\x8c\x02\xe9\xeb\x0c\x90\x2d\x89\xdc\x2b\x2f\xaa\x3a\xa6\xc6\x6f\xc6\x7b\x98\x3c\xf1\x3c\x7c\xac\x1f\x83\xa4\x22\x06\xd8\x5f\xae\x3f\xde\x05\x87\xe2\x38\xd6\x87\x87\xac\x36\xd6\x17\xe5\x91\x10\xd8\x52\xe5\x60\x1b\x44\x7e\x97\xa4\x3c\xf3\x2d\x0b\x9c\xf6\x34\x5b\xa6\x03\x33\x0e\xf0\x0e\x34\x18\xba\x42\x65\xe0\x83\xce\x6e\xeb\xec\x9c\xe8\xc7\x53\xee\xdc\xec\xb3\x16\xaf\x11\xe1\x72\x24\x14\x73\x56\x4f\x7b\x10\x1b\xcd\xc7\x60\x8e\xc9\x21\x70\xcd\xa4\xec\xaf\x38\x40\x47\x3f\x57\x09\x47\x9d\x04\xf5\x68\x26\x02\x10\x15\x92\x75\x11\x80\x01\xe7\x85\x56\xcb\xc7\xab\x66\x7a\xcf\x57\xaa\x36\xcb\x86\xbf\x12\x0e\x6f\x94\x45\x26\x2d\x6f\x6b\x27\x1b\xe4\x03\x54\x79\x83\xf3\x1c\xb5\x0d\x46\xde\x6e\x78\x05\x50\xa7\x9a\xb2\xef\x1b\x15\xa0\x77\x39\x56\x45\x50\xa3\x13\x77\x6a\x4c\x9a\x68\xe2\x87\xda\xd5\x52\x98\xed\x9e\x8b\xa2\xab\x08\xcf\xd7\xa2\x6e\x52\xec\x6e\xe5\xc9\x88\x53\x5b\x63\x85\xf0\x08\x5c\x9b\x8b\xa0\x5f\xb3\xda\xaa\x92\x33\x93\x41\xf6\x61\xa2\xf5\x54\x55\xf2\x8b\xa6\xe9\xc6\xcb\x86\xf2\xe7\xbb\x50\xb7\x4a\xeb\xa2\x7e\x30\x0f\x86\x33\x47\x1b\x67\x10\x50\x1a\xa0\xac\xbd\x43\x85\x67\xce\x50\xeb\x4c\xb9\x30\xb4\x52\x81\x83\xb8\x31\x1a\xcb\x24\xe8\x31\x1e\x8a\x07\x7c\x4e\xd0\xb2\x9f\x0f\xb2\x92\x6b\xc2\x9a\x12\xac\xba\xd6\xa1\x4c\xea\x77\x5f\xe7\xf1\x8b\x30\xc9\x1a\xff\xe8\x2a\xc2\xa3\x32\x2f\xa1\xb6\xf9\x37\x58\x31\x71\xfe\x72\x7c\xb1\x1b\xd9\x03\x45\xd7\x09\x05\x08\x59\x87\x2d\xf7\x4b\xc7\xbd\x43\x34\xcc\x15\x56\x49\xac\xda\x4f\xc6\xc2\xc8\xe1\x6e\x2a\xa0\xea\xa3\xf7\xc8\xb8\x08\x6e\x40\xbb\xb6\xbb\x87\x40\xfe\x91\x54\x06\x59\x51\xb1\xd0\x02\x29\xb7\x1e\x06\x6c\x20\xac\x1d\xe9\x07\x2d\xb9\x5c\x64\x3f\x5f\xd9\x42\xdf\x81\xad\x57\x6b\xac\xe0\x1b\xb2\x45\x80\x33\xf3\x5a\xb8\x01\xec\x33\xcf\xef\x4f\x36\xad\xa2\x1c\x67\xa0\xb3\x45\xa5\xa2\xee\x02\x13\xdd\xc8\x11\x16\x4e\xf9\x5c\xff\xbb\xe3\x69\x5c\xfd\x66\x13\x42\xb8\x5b\x70\xd2\x49\x88\xdf\x2b\x89\x25\x9c\xb5\x80\x36\x51\xa7\xa1\x3b\xa3\xe4\x01\xb2\x50\x4f\xf0\xac\x04\xf0\x69\x57\xe5\xc0\x99\x3b\xf5\x9d\xdd\x43\x3a\xb0\x0e\x2d\xfe\xe1\xc1\xf2\xe9\x06\xd8\x30\x5c\xf7\x1c\xdd\x4b\xf1\x95\x38\x62\x50\x93\x75\xb6\xf2\xab\xa9\x72\x53\x77\x8e\x8e\xa7\xb0\xd7\x5f\x5b\x85\xea\xfb\x72\xf8\x0c\x1a\x8c\x39\x49\x8d\x93\xfa\xc8\x01\xbf\x5b\x6c\xc1\xd2\x99\xd7\x5c\x87\xb1\x56\xe8\x91\x06\x8c\x3f\x01\x0d\x64\xb0\x67\x71\x23\xc3\xfa\xcf\x44\x3d\x44\xbe\x92\x60\xeb\xd1\x78\xe0\x55\x49\x14\xcd\x20\x79\x32\x24\x2b\xdf\xca\x06\xdd\x76\x4e\x25\xec\xef\x73\x34\x34\xbb\xdb\x9f\x11\xac\x3b\x19\x64\xdf\xf9\x29\x20\xde\xa2\x71\x20\x61\x0c\xf6\xd2\x75\xd4\x0d\xc7\x3a\x68\xd7\x2d\xcb\x67\x99\xed\x94\xcc\x89\x67\x03\x0c\x1b\x48\xac\xf6\xb4\xf0\xad\xee\x7e\xba\x10\x19\xe1\x37\x73\x0a\x48\x39\x87\x53\x3f\x41\xfd\xde\x1a\xc7\x7e\xba\x0d\x22\xd3\x02\xec\x4b\xb6\x97\x36\x6e\x0d\x12\xc6\x7f\x84\x53\xcf\x6a\x38\x9a\xc9\x8a\xd1\x6b\xf6\xb5\xc6\xc0\xc2\x86\x70\xce\xed\x21\x23\x3c\xd8\x21\xce\xaa\x69\x7b\x46\xcf\x64\x1c\x24\x03\xc8\x9c\x54\x52\x56\x09\x8c\xcf\x96\x2b\x8b\x52\x50\x6b\xc5\x9b\xb3\x71\x41\x35\x27\xf2\x2c\xd6\x52\xf5\xc9\x08\x2c\xef\x9c\x67\xba\x93\x95\xed\x9d\x8e\x3e\x4b\xef\x25\xbb\x83\x48\xaa\x7c\x50\x73\xa3\x35\x23\x87\x0f\x25\xa0\xa8\xa3\xc5\x3f\x11\xcb\x90\xb5\x48\x6b\xd7\x53\xbf\xbf\x51\x5a\xdc\x1c\x74\xc0\xc4\xda\x2e\x8a\x5d\xf2\xc6\x27\x34\x68\x6e\x84\x20\xf4\x42\x4b\x7d\x7f\x81\x6a\x55\x67\x1f\xa6\xe8\x18\x5e\x5c\x30\x87\x1b\x3f\x4f\x0f\x94\xab\x48\x28\xae\xe7\x65\x7c\xbe\x97\x89\x7b\x71\xe3\x06\x2a\xfa\x0a\x9b\x0c\x0d\xb7\x73\xa9\x71\x81\x35\x10\xd4\xcc\xb3\xe8\x93\x73\xb7\xc6\xe8\x72\xad\xe3\x11\x61\x40\x75\x67\xe4\x3e\x2f\x6b\x42\x39\x42\x03\xbc\xa5\x66\x5a\x97\x16\xa4\x84\x8d\x08\xe1\x79\x44\x89\xe0\xa5\x42\xfe\x9c\x68\xed\x60\x99\x45\xe7\xfd\x30\x11\xfb\xda\x2e\x83\x6c\x0d\xd8\x9c\xe9\x69\x60\x78\x86\x70\xf4\x3e\x0e\x73\xef\x30\x5f\xcd\x45\xc8\xa3\xa8\xb9\x8d\xbf\xc1\xe6\x37\xce\x75\x87\x92\x9f\x06\x0f\x85\x91\x5a\x75\x99\xf5\x53\x9f\x95\x27\xa7\x3b\xe9\x18\x29\x89\xf0\x78\x04\x4e\xe9\xed\x9d\x7c\x94\x8f\xcb\x6c\x80\x31\x53\x98\x2d\x01\xed\xcd\x6f\xe8\x9f\x8b\x40\x9f\xbe\x92\x4b\x47\x37\xdb\x63\x4a\xe2\x6d\xbb\xcd\x43\x76\x33\x7c\xd4\x14\xc6\xbb\x2f\xc6\x42\x41\x46\x8f\x04\x6e\x10\x1d\xf2\xfc\x61\xc9\xc6\x46\xe2\x9d\x68\x0b\x69\x68\x14\xee\x9f\x6f\x95\x89\x5a\x2b\x39\x0e\x71\xa4\x73\x43\xaf\x61\x9e\x0d\xb0\x7e\xb5\xba\xe5\xf1\xb0\x0d\x67\xa7\x2e\xf9\x8f\xa4\x61\x8d\x0d\x0c\x6a\x6f\x4c\x7b\x79\x26\x40\xdc\x88\xa6\x95\xa5\xe8\xad\x54\x46\x35\xfb\xd1\x9e\x62\xf1\xca\x6d\x41\x41\xcd\xea\xea\x58\xb3\xff\xc0\xac\xf0\xc0\x5d\x65\x70\x44\x7d\x75\xbb\x69\x32\x5c\xff\xe2\x30\x70\xb2\x15\x1e\x11\x47\x5a\x7d\xfe\xeb\x0e\x91\x75\x7b\x6c\xc0\xa3\x14\x06\xe7\xe9\x8a\x81\x4a\xd5\xcc\xbe\xe7\x1a\x84\xbd\xfb\xba\x94\xe1\x5b\x1f\xf0\xe1\xda\xdb\xc8\xb7\xfe\x31\xed\x94\x85\x0e\x70\xe0\xba\x47\x07\xcd\x3d\xb7\xf2\xbc\x2c\xca\x91\xea\xae\x04\x63\x0c\xf0\xc6\x8b\xa9\x6c\x84\xb3\x46\x82\x1a\x1e\xf0\x9a\xe9\xe6\x4a\xd6\x6a\x80\xca\x7d\xfc\xb9\xf6\x15\x91\x91\x88\x86\x75\xa8\x77\xbf\x18\x2a\xf6\x5c\x8d\x3f\xee\x94\x63\x85\x1a\x6b\x57\xa5\x36\xf8\xd6\x15\xd5\x56\x57\xf3\xc1\x3d\x37\x0d\x54\x07\x26\xab\xc6\xe9\x24\x9d\xdd\x74\xdd\x15\xbd\x0e\x8d\xd7\x1f\xaa\x61\x4d\x8d\x23\x0d\x47\xf9\x76\xd6\x03\xde\x6f\x6b\xdc\xb9\x9e\x96\x90\x87\x76\xb7\x8d\x61\x13\x0d\x63\xbe\xab\x7b\xc5\x3f\xc3\x5e\xf1\x2f\x54\xaf\xf8\x3d\xe8\x25\xf9\xa7\x8e\xba\xc8\x32\xc1\x00\xa0\xfa\xb1\xde\x78\x3d\x66\xbf\xb4\x89\xe5\x87\xa4\x58\xa7\xe4\xa4\x51\x9b\x75\x38\x8c\x96\x40\xc8\x6b\x78\xac\x3a\x95\x6d\x45\xa5\x53\x83\x55\xa0\x4c\x37\x71\x7a\x9d\x9b\x1d\x8c\x17\x59\xc8\x8a\xdd\x58\x19\x72\x8a\xb4\xe8\x58\xa7\x2b\x5a\x18\xbb\xd4\x1b\xaf\x8b\x91\x50\xe5\xa5\x46\x22\x3a\xf6\xc5\xd2\x78\xf2\x53\x7a\x54\xa1\x88\x00\x22\xef\x74\x25\x4a\x62\xfa\x1a\x02\x22\xc2\x01\x8e\xfc\xe9\x4c\x9f\x61\x82\xa8\xc3\x74\x82\x1c\x44\x77\x8c\xad\x3a\xbc\x46\xee\x53\xf1\x51\x6d\xea\xcb\xcb\x13\x88\x5c\x7d\x26\xad\x27\x65\x8b\xeb\x27\x03\x28\xed\xa0\x9e\x01\x78\xc1\xff\x60\xcc\x93\x27\xae\xaa\x2d\x98\x41\xfb\x2e\x0f\x04\x8e\xa6\xc6\x2b\x28\xe4\x6b\x2a\x24\x4c\xdd\xc5\x6a\x16\xf8\x17\x2d\xc0\x76\x65\xe8\x3d\x5f\x9d\x6e\xb2\xaa\x7c\x34\x35\x63\xc9\xa2\xaa\x8a\xa5\xcf\xe4\x1d\xdb\x0d\x65\x32\xa0\x06\x98\x8e\x61\x94\xee\x80\x6a\x9b\x52\xf9\xea\xfa\x3e\x13\x16\x6d\x16\xc1\x34\x6e\xf5\xe7\x64\x7c\x5a\x03\xba\x2f\xe7\x14\xc3\x61\xa1\xe2\xf8\xd6\x0b\x00\x6d\xf1\x90\xe1\xa2\xc8\x7c\x98\xa8\xff\xe0\x80\xc2\x7b\x5a\x2f\xb6\x5a\x2b\xc6\xdd\xe1\x59\xf7\x8c\x67\x25\xb9\x52\xc9\x91\x7b\xf9\x4e\xa6\x15\x48\xab\xb2\x86\xe8\xf0\x48\xe2\xc0\x79\x94\x61\x52\x14\x37\xf2\x51\xd7\x78\x30\x7c\x63\xf3\x19\x2d\x45\xcc\xe7\x91\xe1\x7e\x39\x41\x9f\x88\x30\xd0\x7a\xc9\xbb\xfa\x40\x98\xcd\x26\x24\x9a\x7a\x75\x98\xe8\x84\x4d\xb6\x46\xc7\xcf\xb0\xe1\x80\x2d\xe8\x07\xe3\x37\xaa\xb0\xdf\x4f\x3e\x20\x95\x06\x42\x22\x1a\x05\xfe\x82\xbd\x6e\xb7\x62\x72\x96\x87\x8c\x05\x55\xbd\x48\x4d\x6f\x32\xcf\x3d\xcf\x24\x57\x87\x2b\x5d\x7e\x31\x58\x28\x54\xca\x30\xa8\x3f\x25\x20\x3a\xd1\x8c\xdc\x09\xde\x88\xba\xa4\x4b\x3c\x5d\x56\xb4\xc5\xcb\x74\x1d\x4c\x19\x24\x61\xec\x49\xcd\x93\x85\xee\xf4\x6a\xc3\x5d\x39\xac\x3e\x6c\x2c\x74\x34\x54\xf8\x4a\x35\x84\x81\xfb\x32\xa4\x6c\x6a\x53\xaa\x87\xa6\xb1\x97\xbe\x83\xf2\xcc\xf8\xf2\xb8\x35\x9a\x9d\x3a\x2c\x72\x9e\xac\x3f\xcc\x47\x65\x9b\x21\xbe\x71\x1f\x7e\x18\x32\xfc\x8c\xf5\x48\x4d\xfe\xbb\x13\xf1\x60\x42\xfa\x88\x20\xa0\x7a\x9e\x19\x52\x61\xa7\x3b\xd4\x3b\xad\x3e\x16\x86\xca\x2a\x30\x16\x65\xa6\xc4\xcf\xfc\xc6\x80\x4d\x78\xe1\xed\xb9\x79\xfe\x0f\x18\xd1\x11\x4d\x35\x99\xa9\x42\x81\xd5\xf7\x8d\x79\x2e\xe8\x0d\xbf\x4e\x3a\x79\x93\x23\xc6\x96\xb0\xf2\xd3\xcf\x4a\x97\xe2\xa6\x92\x01\x2d\x67\xd3\x90\xc1\x1f\xc3\x44\x82\x7b\x0e\xa4\x45\xf5\xb6\x5c\xe7\x91\xb3\x6a\xdb\xe4\xbd\x48\xde\x76\x53\xed\x7f\x74\xe2\x3a\xd0\x9a\x8a\x77\xd3\x5a\x07\x4e\x88\x6f\x10\x77\xef\xc4\x36\x85\xf0\x59\x63\x94\xb9\x3a\x87\xa2\x85\x69\x63\xd7\xe4\x07\x1a\x63\x80\x5c\xfa\x8e\x3f\x54\x62\x5d\xf0\xd7\x7a\x87\xa5\x88\x0c\xab\x48\xcc\xd7\x5d\x54\x4d\x6a\x1f\x1a\xa8\xc1\xdd\x93\x1a\xc8\x25\xd3\x2f\x01\x9f\x54\x3d\xda\x8d\xa4\x54\x4c\xba\x67\x9c\x14\x22\x31\x37\x53\xd2\x11\xec\xee\xdf\xaa\xf6\x38\x6e\x40\x55\x6a\xb4\xbc\x44\xd5\x53\xd0\x64\xcc\x64\x74\xdd\x9d\xd7\x13\x6c\x98\x8b\x06\xc4\x12\xa5\x01\x47\xd3\xc5\xd9\x39\xa8\x3f\x0f\x25\xce\x8a\x7e\x11\xe9\x6f\xf8\x97\x74\x00\xe2\x45\xd7\xcd\xa4\x34\xe7\x8f\xe7\x8d\xb8\x12\x47\x52\xcd\x70\xb6\x7a\xbd\xd8\xb1\x62\xcd\x5a\xa3\x63\x28\xf1\x0d\x7d\xd9\xcd\x0b\xe2\x76\x97\x9c\xb5\x97\x7f\x07\x5a\x41\xdb\x52\x48\x9f\x7f\x43\x8b\x53\x77\xa0\x27\x7f\xfe\xe7\x6f\x5f\x32\xb5\x5e\x44\x71\x23\xd9\x5a\xb3\x3f\x30\xd4\x04\x79\x82\x13\x4d\x55\x56\x77\x32\x3c\xd3\x17\x15\x05\xb2\x2d\xcf\x25\x86\xb5\x69\xd2\x88\xc6\xe8\xd4\x35\x18\x74\x07\xf6\x00\x1b\x67\xef\x38\x5f\xd4\x94\x45\x0e\x60\x5e\x37\xa1\xb1\x71\xf1\xac\xa7\xfb\xbe\x0b\x66\x4b\x03\x0e\x08\x2d\x5b\x18\xf5\xfa\x47\x5c\x2b\x40\xf0\x3b\xbf\xd6\xb9\x66\xb1\x40\xef\x6d\xf6\x4b\x16\x3d\xfc\xc3\xaf\xe3\xd5\x35\xbc\x94\xe5\x28\xdb\x1a\x97\xa9\xc8\x7d\xf7\x07\x46\xcd\x0f\x14\xf2\xdc\x17\xf4\x7d\x5a\xdb\xc7\x75\xe3\x69\xe0\x5f\xe7\x95\x1c\xa2\x92\x4d\xab\x2d\x5e\xb4\x94\x31\x95\x98\x7f\xce\x64\x64\x34\x19\x47\x48\xa1\x6b\x82\xd0\xfd\xa5\x9e\x77\x6b\xc5\xb8\xfe\x34\xd0\x70\x71\xca\xc8\xf7\x6e\xa5\xab\x7a\x48\xbd\xf0\x54\x40\x99\x69\x9b\x9f\x19\x78\xa6\xf2\x90\x6e\x65\x48\x6a\xdd\x70\x6b\xe8\xb8\x56\xdf\xb3\xd6\x25\x8d\xfb\xf7\x81\x59\x6d\x17\xc9\xe6\x5b\x45\xfc\xd3\x6e\x7c\xe5\xa7\xfc\x7b\xd1\x2f\x87\x6d\x34\x3c\x5f\x79\xeb\xbd\x77\xd7\x41\x1b\xd0\x03\x11\x04\x75\xb8\x5d\xc1\x12\xd0\x00\x31\x05\x36\xd0\x3c\xa2\xde\x07\x45\xe7\x71\xd6\x2d\x53\xb5\x4e\xb0\xb0\x31\x4b\x9f\x94\xa0\x7a\x16\xee\xb7\x8e\xe4\x34\xaf\x2b\x92\xfb\x50\x93\x52\xac\x87\x2d\x0a\xd5\x99\x49\x97\x94\x8a\xfc\xcf\x84\xb4\xcf\xc8\xeb\xd5\xa6\xbb\x74\xda\xd6\xa2\x0a\xc2\x39\xe4\xca\x77\xb7\x5a\xd8\xcd\x32\x6e\x92\xa6\xb4\xcb\x5e\x21\xeb\x68\xcd\xe2\xf7\xde\xbc\x12\x07\x90\x95\xb9\x8e\xeb\xd9\x10\x3a\xb5\x21\xbf\x9b\x2d\xd6\x6b\x42\x1e\xb4\xb4\x68\x2a\xf9\x13\x82\x80\x51\xe1\x3c\xe0\x6a\x04\x45\xd2\xd7\x34\x04\xf7\xda\x74\xb4\x97\x75\xd2\x2a\x6d\x79\xf7\xa7\x6f\x11\x97\x75\x42\x9a\x2d\x77\x03\x58\x6c\x5e\xab\x18\xdc\xad\xc0\x69\x23\x64\x9d\xb2\x1f\xd5\x27\x44\xab\xc2\xaa\x03\x26\xbe\xd9\x90\x0a\x0f\xf0\x15\x6b\x80\x68\xa8\xbf\x5c\xf1\xee\x36\x09\x4a\x57\xd2\x52\x57\x1c\x3c\x58\xd1\xcb\x13\x0f\x2d\x0b\x10\xd0\x77\x70\x95\xf7\xa6\xd1\xc2\xfa\x8f\x40\xf1\x09\xc9\x67\xac\x0c\x46\x5c\xb5\xf5\x35\x43\x0f\xe5\x9c\xab\xbc\xe9\xd7\x3e\xef\x6a\x18\x63\xd5\xcd\x7e\xd5\x25\x38\x43\xb5\x89\x8d\xaa\x3a\xce\x37\x8d\x80\x9c\x74\x75\x14\x37\x33\x48\xf3\x11\xd6\x47\x37\xce\xcf\xed\xe8\x2e\x56\xe2\xe5\xcf\x6f\xdc\x41\x25\x99\x7e\xb5\x0a\x0c\xbb\x60\x6a\x13\xa7\x76\xc8\x14\x8c\xde\xe2\x2c\x78\xa1\xba\x63\x32\x1c\x06\x1c\xa7\x74\x1d\x0a\xc4\x92\xc4\x8d\xe1\x91\x8a\x4e\x7b\x84\x0a\xfc\x9c\x40\x6b\xf4\xac\xcd\xb0\xbb\xa2\x6f\x88\xbb\xe5\x4f\xf9\xf6\x76\x2f\x1b\x28\xaa\x8d\xe9\x8e\xa0\x9a\x2c\x5c\xce\x63\xd0\x84\x51\xc6\x18\xc5\x1f\x98\x61\xb2\x02\xb1\x1a\x98\x6e\xd1\xbc\xb9\x43\x36\x12\x81\xd4\xaa\x69\x88\x30\x03\xc6\xf2\x53\x90\xd6\x11\x35\x1c\x99\xb8\x97\x89\x1e\x77\x34\x46\x0b\xdb\xa8\x5e\x83\x38\xd3\xb6\x76\x34\x27\xc1\x7d\xc8\xbe\xb4\xf6\x6f\xf5\x72\x9d\x24\xca\xe4\x67\xa6\xfd\x61\x75\x27\x10\x36\x47\x79\x0e\x5e\xb0\xe0\x66\x66\x8b\xee\x4a\x13\x7f\x9d\x67\xb8\x81\x1c\x70\x36\xed\x60\x02\x2e\x39\xd8\x7d\xa7\xb7\x4d\x83\x46\xbe\x15\x9e\xc7\x0f\x0f\xa5\x8e\xb2\x79\x1c\x79\xb0\x66\xfe\xce\x28\x1b\x06\x33\x41\x0b\x12\x69\x0f\x19\x12\x0f\x17\xfc\x9c\x9b\x4f\x7b\xee\xa5\x68\x58\x50\x6e\x8f\x09\x49\xc6\xcd\x08\x48\x83\xca\x96\x79\x51\x15\x54\xcc\xf7\x13\x76\xcb\x15\x03\x48\x51\xd3\xfe\x5a\x95\xc7\xec\x37\x29\xae\xda\x5f\x6b\x37\x2b\xda\x14\x45\x8f\xc0\xe8\xca\x95\x37\x43\x90\x6f\x5b\x68\x6e\xeb\xf9\xa5\x93\x18\x54\x09\xf9\xe5\xce\x28\x2d\x2e\x89\x2e\xe2\x1e\xbd\x5f\xcd\x20\xd8\xf7\x42\xf1\x9b\x5e\x56\xa6\x2f\x5d\x80\x00\x86\x0b\x65\xd6\xdd\xba\x70\x49\xa2\xa7\x0c\xd3\x91\x85\x4f\x53\xc7\x28\x08\x16\xc4\xbd\x75\x36\x6f\xa4\xc0\x96\xb7\x39\xc4\x9b\x9e\xed\x0c\x2f\x9b\xf3\x1c\xc9\xda\x7c\x8f\x7c\x07\x6c\x8b\x6f\xcc\xed\xb9\xbc\xbc\x8f\x20\x0c\xc7\xe3\xa1\x07\x13\x8a\x11\x74\x0e\x36\x7b\x86\xb4\x7e\x34\x06\x3b\x8e\xea\xe2\xe5\x32\xc3\x20\x89\x16\x0b\xcc\x2e\x7d\x54\xcf\x39\x99\x83\xf8\xcd\x38\x1b\x29\x0e\x21\xdb\x19\x80\x45\x9f\xf2\x66\x55\x8e\xc1\x13\xa4\x44\xba\x29\x9b\x5e\x8b\x47\x64\x16\x8f\x2c\xbe\x94\x0c\xc1\xe3\xf0\x8e\x91\xda\x78\x66\xc9\x85\xcc\x85\x60\xb6\x8c\xb7\xa3\x4d\x50\x3f\x58\xbb\x93\xe4\xaf\x30\x09\x59\xe3\xb9\x63\xc6\xd1\xec\x43\xb5\xa8\xdd\xb4\x73\xbd\x72\xfa\x15\xe6\x97\x85\x24\x54\x1c\x70\xf1\x70\x62\xca\x4f\x29\x61\x11\x39\x2d\x73\xaa\x60\x7f\xdb\xc3\xb2\xb3\x9b\xb8\x3b\x7e\x9d\x7e\x34\x24\x8b\x72\x68\x43\x26\xbd\x76\x8f\x3c\x46\xbf\x5e\xcc\xd9\xd9\x7b\x6a\x84\x35\xcf\xa2\x20\xd1\x74\x91\x96\x56\xd9\xd1\x3c\x0e\x50\x7b\xed\xd9\xe7\xe6\x20\x17\x1a\x10\x3d\xb2\x2e\xeb\xb0\x22\x0c\xc3\xa8\x8f\x9c\xd2\xee\x3c\xc6\x6f\xc6\xe9\x58\xad\x27\x1d\xec\xc0\x2b\xff\x52\xf3\x2d\x34\xa7\x71\xa2\xe6\x92\x33\xe6\xa6\x28\xf9\x34\x1a\x6b\x15\x15\x75\x4c\xd1\x47\xa4\x6f\xe5\xfc\x64\x06\xf9\x56\x8b\x01\xe8\x67\xf2\xd4\xd2\x8e\x84\x3a\xc1\xfb\x34\x9e\x02\x33\x0e\x27\x12\xe5\x72\xff\x80\x06\x70\x6a\x39\x0c\x6e\xa4\x61\x54\x61\xbe\xdc\x87\xcc\x5f\xfc\xfd\x9b\xef\x78\xcd\x03\xa8\x9c\xbf\xd4\x12\x00\xfe\xbe\x12\xdd\x93\x4b\x38\x6f\x1a\xfd\xbd\x6b\x3d\xf9\xdc\x2e\x41\x4d\xa7\xb9\x5a\x42\x04\xeb\x9d\x25\x61\x06\xaf\x6b\xd2\x55\xcf\x87\x72\x17\xa9\xaf\x31\x9b\xf9\x80\x88\x4f\xed\x26\xa9\x29\xfa\x97\xed\x25\x3d\xd3\x96\x73\x88\xa3\x31\x42\xb0\x08\x66\x4d\x03\xd3\x92\xbd\x2d\x9d\x4a\xeb\x96\xd8\x50\x20\xe0\x7a\xcf\xe2\x36\x11\x04\x81\xb7\xb9\xfb\x70\x94\xef\x65\x5d\x0e\xf9\x35\x31\x83\xa0\x79\x3e\xae\xeb\xaa\xbb\xac\x79\x7e\x87\xfe\xb8\x66\xc3\xea\x55\x67\x01\x31\x1d\xa1\x80\xf0\xfc\x8c\x5e\x98\xdc\x37\xe3\x34\xc0\x36\x34\x80\x87\xc8\xab\xce\x6b\x75\xc3\x9a\x0d\xed\x74\xcc\x25\x91\xe3\x08\xb8\xd3\xb0\xff\x65\xed\x75\xe9\x03\xec\x65\xdb\x29\xbb\x9b\xdc\xc7\x56\xe0\x6c\x79\xa8\xef\x6e\x41\x9e\x9f\x68\x8d\x5b\x9a\x8a\x5b\xf6\x4c\x61\x64\x3d\xe2\x6e\x59\x0e\x0b\x2a\x6c\x01\x95\xef\xae\x98\x74\xe6\xde\x81\x3d\xcd\x8c\xd5\xcd\xcb\x99\x87\x19\x7a\x40\xad\x79\xa1\x33\xd4\xf0\x22\x97\xa9\x45\x18\xfb\xfa\xf4\x50\xcc\x0b\x81\x15\x49\x33\x3b\x33\xa3\x2a\x27\x3a\x26\x6e\x40\x23\x9c\x9d\x91\x26\xce\x2e\xd2\x79\x83\x7f\x97\x3c\xf8\x7a\x8b\x0d\xf0\xe2\xd0\x39\x2c\x86\xc8\xc6\x3a\x58\xaf\xd5\x19\x29\x6e\xe6\x75\xf5\x1f\xb7\x9e\xbe\xfe\x2c\x91\x9f\xfe\xad\x50\x2f\xb9\x3b\x06\x51\xfe\x9f\x71\x41\xa8\xa5\xb2\x3d\xd2\x0f\x4a\xcf\x3d\x8a\xe5\x18\xd3\x04\x93\x85\xe6\xe3\xc2\xe6\xe7\x9d\x91\x9a\xd1\x6f\x98\x7e\x90\x76\xc6\x01\x0f\xd3\x8a\x40\x65\xa3\x0f\xe1\xfd\x92\x60\x2e\xa2\x7b\xac\x69\x4a\x5b\x5c\x3f\x26\x10\x35\xbd\xc2\x39\xe5\xcc\x8e\xd5\xe5\x94\xda\x67\xc5\x30\x28\x68\x3f\x0c\xae\xb5\x4a\x4c\x43\x22\xa0\x0e\xad\xd4\xd1\x87\xf4\x4f\xf5\x00\x90\xaa\x2c\x56\x44\x5b\xea\xce\x98\x7a\xb9\x9b\x96\xc0\xb6\xd9\xfc\xbf\x95\x6c\xdd\x8b\x43\x76\xa0\x7b\x4c\x8a\x8e\x33\xed\x8e\x30\x47\x87\x30\xbd\x26\x3d\x2a\x30\x4c\x18\x33\xf9\xe5\xc2\x09\xdc\xb3\x6b\x4e\x7b\x69\x07\xd3\xba\xc9\xa4\xb7\x33\xc7\x7d\xde\x34\x56\xa7\x2b\x9a\xff\x51\x63\x9e\x23\x7e\x66\x67\xa2\x69\x36\x20\xe1\x90\x3a\xa0\xab\x0a\xb8\xac\x19\x25\x08\x15\x95\x21\xa1\xdd\x0e\x8f\xea\x21\xea\x42\x39\xe6\x44\xb8\x8c\x33\x0f\xe2\x05\xaf\x9f\xde\x43\x38\xc2\xc6\x3f\x24\x71\x06\x52\x2c\x94\xbf\xb5\x5f\x0c\x04\x26\xcb\xc3\x08\x80\x9a\xfe\x9a\x0f\x37\xdf\x01\xdb\x93\xbf\x37\x53\xeb\xd5\x85\x8b\xa5\x29\x94\xe6\x2c\x71\xad\x00\x99\xe8\x2a\xdd\xf2\x35\x9d\xbe\x11\xfd\x31\x84\x8f\xca\x61\xd0\x43\xc2\x2d\x05\x12\x5f\x2c\xa0\x10\x48\x34\x4a\x39\x95\x20\xb8\x74\x10\x75\x99\xb1\x2f\xd4\x9d\x45\x38\x0b\x3e\xa7\x99\xc2\x0a\x45\x17\xaf\xbe\x78\xad\x30\x25\xcb\x00\x38\xed\x2c\x57\x7f\x72\x4d\x4d\x74\xf1\xea\x4b\xd7\x68\x2a\xca\x24\xef\x4c\xa5\x57\xcb\x3a\x0a\xd1\x57\x0d\xfb\x42\x31\xea\xbc\xe0\x8f\xc2\x55\x4b\x45\x33\xf8\xf8\x77\x7a\x0a\x3a\x10\xb4\x95\x6f\xbe\xcf\xf1\x48\x73\x02\x70\x8b\x26\xe5\x22\x8b\x17\xc8\xb0\xfe\x02\x1c\xca\xc5\xe2\x47\x34\x1f\x0c\xf6\xbe\x1e\x6d\x08\x29\x06\x75\xf1\xc4\xf7\xbd\x73\x46\x05\x84\x29\xd3\xc6\x94\xe4\x44\xa8\x5e\xe5\x54\x30\x92\x3b\x13\x4f\xa4\x4e\x06\x7c\xdf\xf5\xba\x65\x9c\x2c\x65\x37\x7a\x8a\xd5\xf7\xd3\xd1\x8e\xbf\x78\x76\x15\xd6\xf9\x9d\x9e\xc9\xe2\x4d\xad\x68\x71\xb1\xd2\xe3\x26\x08\x8a\x04\x3c\x16\x72\xfc\xfb\xc7\x59\xf0\x4a\xb1\x5a\x53\x99\xec\x54\x40\x46\x26\xc6\x95\xeb\x44\xa8\x41\xa8\xf8\x89\x06\x99\x10\x74\x5d\x78\x55\x02\x26\x14\x40\x68\x13\x80\xa2\x7d\x84\x7c\x27\xce\xac\x12\xe3\x14\x89\xf2\xe1\xf2\x8e\x75\xb5\x81\xdc\xfe\x4e\x9e\x78\xf5\x32\xcb\x3c\xef\x5d\x8b\x92\x1d\x01\xe1\xb3\x68\x7b\x94\xf7\x31\xfb\x96\xf6\x5f\x88\xf8\x1f\x53\xb4\xf7\xbc\x58\x6c\x5e\x2c\xe2\x17\xdd\x62\xa0\xea\xe7\x3e\xfd\x4c\x32\x36\x6a\x2a\xd4\x8f\xbb\xdc\x96\x88\xd8\x8b\x5d\x6e\x83\xea\x96\xe8\xc5\x1b\x62\x24\xb4\x60\x2a\x82\x09\x23\x29\x74\xac\xc7\x9a\x22\x9b\xf7\x71\xf4\xe2\x4d\xfe\xe9\x21\xb9\x51\xa0\x20\x52\xa4\x8a\x1b\xe9\xaa\xf5\xc0\xd9\xc5\x70\x4e\x5d\xaf\x46\x69\xd4\xcf\x06\x8a\x5c\xba\x4d\xc4\x12\x67\xd1\x6e\x3e\x1e\x79\x23\xe0\x62\xd1\x85\xff\xa6\xd7\x11\xd3\x68\x44\x37\xd2\xf4\x7a\x60\x52\xbd\x03\x24\xf7\xe5\x6e\x65\x4e\xde\x8a\x1a\xf8\x66\x9a\x78\x73\x8a\x6d\xcd\xa2\x51\x72\xa3\xad\xb7\xe6\x6d\x07\x3e\xe9\x2d\x39\xdb\x88\xae\x76\x47\xf9\xf0\xc3\x7c\x90\x5e\x8b\xba\xe9\x76\x32\xee\x41\x58\x51\xc1\x81\x29\x20\xc8\xc7\x9e\x6f\x56\x25\xd6\x31\x46\xf7\x1b\x1d\x7d\x65\x9d\xb7\x88\x95\xb9\x4d\x46\x85\xcf\x10\xd6\x8e\xcd\x28\x96\xef\x40\x72\xc9\x14\x5f\x47\xfa\x2d\x38\x6a\x0c\x06\x35\xa6\x7a\x45\x7b\x93\x5e\xd6\x55\xe2\xc2\x70\xac\xb5\xb9\x50\xcd\xed\x00\x31\x15\x65\x19\x3a\xd3\xe5\x84\x3e\xf1\x8c\x42\xd5\x5a\xa7\x0b\x2e\x50\x47\xae\x6e\x28\xa6\x2a\xc2\x86\xca\x65\x05\xde\xed\x2d\x60\x6f\xbf\xf5\x95\x3c\xb6\xca\x45\xfc\xfc\x6f\x7f\x0b\x8d\x41\x8d\xf4\xbb\xdf\xc5\x6f\xfd\x8c\x9c\x28\x90\xa9\x04\x7e\x91\xbd\x02\x4f\x51\x6f\x73\xdb\xe8\x8e\x98\xfe\x49\xed\x91\x1a\xa8\x9f\x7c\xf0\x0f\xce\x58\x90\xe5\x1a\x73\x8e\x90\xb7\xa3\x97\x73\x44\xd4\xae\xf8\xdf\x01\x00\x00\xff\xff\x12\x3a\xd4\x95\x6a\x22\x01\x00") +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") func confLocaleLocale_bgBgIniBytes() ([]byte, error) { return bindataRead( @@ -4297,12 +4298,12 @@ func confLocaleLocale_bgBgIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_bg-BG.ini", size: 74346, mode: os.FileMode(493), modTime: time.Unix(1453724970, 0)} + info := bindataFileInfo{name: "conf/locale/locale_bg-BG.ini", size: 77885, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\xcb\x8e\xdc\x46\xb6\xe0\x3e\xbf\x82\x52\x43\xb0\x0d\x54\xa6\xe0\xf6\x9d\x07\x0c\x53\x9e\x92\x4a\xaf\x56\x95\xa4\xeb\x92\x6d\xc0\x86\x90\x62\x26\x23\x33\xd9\xc9\x24\xd3\x0c\xb2\x4a\x55\x8d\x06\xee\xe2\x2e\x67\x3d\xb8\x18\x0c\x70\x37\xc2\x7c\x82\x57\xde\xd5\x9f\xf4\x97\xcc\x79\xc6\x83\x64\x96\x64\x37\xc6\x0b\xab\x32\x18\xcf\x13\x27\x4e\x9c\x77\x64\xfb\xfd\x3c\x37\x76\x99\x3e\x2e\xaa\xc4\x14\xd5\x2a\x5b\x6e\x4c\x73\x94\x58\x53\x2e\x6c\x9b\xac\xcd\xa6\xb6\xad\x69\x4d\x93\x3c\x2d\xda\xe9\xb9\x69\x2e\x8a\xa5\x39\x82\x72\xbb\xdc\x34\x85\x59\x98\x2a\x81\x86\x4f\xeb\xc9\x64\x53\xef\x4c\xfa\x0c\xfe\x37\xc9\x33\xbb\x59\xd4\x59\x93\xa7\x37\xff\x67\x61\x1a\x5b\x2c\x37\xed\xc4\xbc\xdf\x97\x75\x63\xd2\xc7\xcd\xb6\xab\x72\x53\x4d\x36\xa6\xdc\xa7\xcf\x8a\x72\x65\x26\xb6\x58\x57\xf3\xa2\x4a\x8f\xab\x9d\x29\xf1\x1b\x15\xd4\x5d\x9b\x1e\x2f\xc2\x92\x6e\x9f\x7e\x67\xd6\x85\x6d\x61\xe4\x06\x0a\x1b\xfa\x61\x9a\xb8\xf4\xd2\x2c\x6c\xd1\x9a\xf4\x47\xf8\xd7\xc0\x1f\x93\x0b\x9c\x43\x5d\xa5\x3f\xf0\xbf\x93\x7d\xb6\x36\xe9\x39\x7d\x6a\xcd\x6e\x5f\x66\x50\xf9\x87\xba\x29\xa1\x78\x52\x66\xd5\xba\xa3\xef\xfb\x06\x41\x31\x59\x36\x06\xbe\xcf\x2b\x73\x09\x53\x87\xc1\xca\xd2\x54\xb3\xd9\x6c\xd2\x59\xd3\xcc\xf7\x4d\xbd\x2a\x4a\x33\xcf\xaa\x7c\xbe\xc3\xd5\x3d\x34\x55\xd7\x5e\x9b\x86\x3f\x24\xb0\xd2\x64\x67\x36\x0d\x4d\xdf\xe4\xb0\xc6\x79\x66\x11\xd4\x6b\x53\xd6\xeb\x75\x9b\x64\xa5\x9d\x50\x57\x55\xb6\xf3\xad\xf1\xc7\xc4\xec\xb2\xa2\x4c\x1f\x4f\xcf\xe0\x1f\x98\xb2\xb5\x97\x35\x40\xf4\x35\xff\xd1\xc2\xda\xe7\xed\xd5\xde\xb8\x82\x64\x61\x6c\x7b\xf3\xa1\x2d\xd6\x00\x82\x65\xb6\x6f\x97\x9b\x2c\x7d\xc4\xff\x4e\xa0\xf6\xbe\x06\xa0\xd4\xcd\x15\xc0\x4a\xff\x9c\xd4\xcd\x3a\xab\x8a\xeb\xac\x45\xe8\xbc\xa2\x1f\x96\x7e\x4c\x76\x45\xd3\xd4\x0d\x00\xa1\x30\x30\xd5\x09\xac\x7e\x8e\x5d\xa4\x2f\x4d\x67\x6c\x12\x74\x81\x5f\x76\xc5\xba\x41\x18\xe2\xc7\xe4\x8c\x7e\x60\x1f\xfc\x89\xfa\xc1\x2f\x4d\x12\xf6\xb6\xaa\x9b\xad\xf4\x96\x2d\x00\x9b\xf6\x59\x89\x68\x36\xe8\x1b\xa6\xc8\xfd\xc6\xd3\xcb\x2a\xd8\x23\xfa\x18\x96\x03\x32\xc2\x5e\x5f\x62\x57\xd5\x24\xcb\x77\x00\xee\x7d\x56\x99\x32\x3d\xc6\xbf\xa7\xaf\xf1\xef\x49\xb6\x5c\xd6\x5d\xd5\xce\xad\x69\x5b\xd8\x08\x9b\xbe\xa8\xab\xb6\x06\xd4\xa7\xcd\xed\x2a\x84\x9f\xfb\xf6\x38\x2a\xbe\xaa\x3b\xb7\xe7\xe9\x09\x34\x49\x5e\xd3\x0f\xfe\xe0\x1a\xe1\x17\x93\xc4\x4d\x71\x31\x76\xbe\x32\x26\xc7\xe5\x14\xeb\x2d\xa2\x1f\xa0\x62\x57\x96\x00\xd9\x5f\x00\x0e\xad\x4d\x5f\xc3\xaf\xe9\x77\xf2\x6b\x52\x58\x0b\x7f\xa4\x6f\x8a\xe5\xd6\xc0\x4f\xd8\xd4\x6a\x89\x6b\x59\x2c\x1a\x03\x98\x09\x7d\xfe\x6c\x4d\xd6\x2c\x37\x6f\x27\xfc\x6f\x7a\xde\x61\x39\x62\xe7\xf8\x7e\x23\xa2\x39\x24\xe3\xfe\x53\x58\xc1\xa2\x34\xbb\xc9\xb2\xce\x4d\xfa\x08\xfe\x07\xdd\xe2\xcc\xb3\xb2\x7c\x3b\x91\x3f\xd2\xe7\xfc\x2f\x03\xbf\x2d\x5a\x58\x7e\x58\x94\xac\x6e\x7e\x6b\x12\x38\x5d\xed\x2e\x2b\x11\x01\x93\xf3\x36\x03\x1c\xcd\x6b\x98\x7a\x33\xc7\x93\x0e\x03\xff\x68\x2a\xa4\x14\x6b\x0b\x14\xa3\x32\xcd\x26\x2b\x17\xc9\x09\xd5\x48\xca\x9b\x0f\xdd\xaa\x3d\x4a\xca\x02\x30\x20\x2f\x9a\x64\x51\xb4\xad\x81\xbf\x4c\xf2\x4d\x96\x40\x5f\x6b\xd3\xa6\x77\xe7\x0b\x38\x9d\xdb\xbb\xc9\xa6\x31\xab\xf4\xee\x3d\x7b\xf7\xc1\xd3\xae\xc8\x4d\x09\xd0\xb6\xdf\xdc\xcf\x1e\x00\x55\xaa\xb2\x2e\xc9\x3b\x80\xc5\x11\x9c\x87\x8b\xba\x81\x1f\x49\x01\xad\xab\xfc\x32\x03\x4c\xeb\x56\xd8\xa7\x45\x5c\x44\xf8\x27\x37\x1f\x80\x14\xc1\xb4\xef\x4c\x70\x0f\xa0\x64\x9e\x2f\x98\x1c\xd2\x3c\x81\xba\xdd\xfc\x0a\x27\xaa\x4d\xce\xae\xce\xff\xf5\xf4\x28\x79\x0d\xc4\x70\xdd\x18\xfa\x1b\xfe\x07\x0d\xbe\x4a\x00\x64\x4d\xf2\xa6\x38\x79\x38\x9b\x40\x63\x06\xce\x09\x1c\x87\x6a\x01\x93\x8d\xd1\x0a\xbf\xe3\x99\x75\x9f\xe1\xd7\x04\x09\x2c\xd0\x4d\xdb\xf6\xb6\x67\x78\xe4\xa1\x39\x91\x09\xd7\x9c\xe8\x04\x94\x0a\x80\x1f\x12\xd0\xf0\x04\x18\xa4\xb0\x89\x2d\x18\x84\xcf\xab\xaa\x3e\x79\x38\x7d\x5c\xad\x11\x2f\x77\x45\x9b\x74\xed\xea\xbf\xcf\x61\x46\xa6\xc9\xca\xf9\xb2\x48\x7e\x32\x05\x62\x0e\x9c\xa2\x6b\xde\x4b\x5a\xef\x6c\x62\x6d\x09\x74\x0d\x10\xe3\xfc\xfc\x74\x7a\x56\xe7\x9d\x85\x69\xb5\x9b\xf4\xf5\x2a\xcb\x27\xf6\x97\x12\x21\x26\x83\x9f\x00\x14\x70\x62\xc5\x1e\xbe\x25\xd7\x5d\x33\x04\x50\xe2\x26\x3e\x9b\x98\xa6\x99\x03\xed\x6d\xaf\x10\xe2\xd4\xe7\x2d\xd5\xa9\xcb\x3c\x6b\x56\x49\x85\x77\x49\x52\x1a\xa8\x02\xb4\xbd\xe2\x7e\x8a\xea\x02\xd0\x2e\x07\xd8\x3b\x08\x0d\xba\xc0\x62\xee\x02\xf7\x24\xb9\x3b\xbb\x4b\xc4\x99\x7f\x4c\xef\x26\xa6\x6a\x37\x44\x37\x66\x93\xaa\x9e\x33\xed\x40\xaa\x9e\x03\x69\x81\xf3\x31\xe7\xab\x86\x29\x5b\x7a\xd2\x25\xdb\xac\x82\x9d\x25\xf0\xfa\xcb\x07\x76\x59\x66\x98\x9b\x6c\xdb\x16\x17\x74\x21\x1d\x25\xf5\x06\xe0\x8e\x23\x11\x1d\xe2\x7e\x80\xfe\x21\xdd\x01\x48\xd1\xc1\xe1\x7b\x25\x00\x8b\x92\x2f\x41\x82\x13\x40\xdf\xa8\xf5\xd4\x11\xfe\x71\xc0\x4c\x74\x7b\x19\x23\x8f\xcb\x72\x6d\x76\x23\x84\x09\x19\x00\x82\xd9\x71\x85\x68\x03\x85\x96\xd0\x4a\xcb\x75\x7f\x9f\xc1\x5a\x12\xc4\xaa\x90\xe0\x52\x55\xe6\x1b\x6e\x7e\x5b\xe3\x02\x90\xf0\xf0\x7e\x7a\xba\x93\x7c\x57\xd7\xed\x14\x6e\xdf\x6b\x44\x33\x68\x8b\xfb\xe9\x6b\xea\x08\x30\x45\x43\x5c\x86\x6f\x69\x93\x4b\xd3\xe4\xcc\x63\xd0\xc1\xdd\x25\x41\x37\xc8\x85\xec\x09\x73\x9b\x16\x46\xee\x80\x41\xc0\x13\x74\xdc\x59\x98\x0d\x10\x09\x3c\xdb\x89\x3b\x4f\xfa\x3d\x44\x58\xfd\x98\xec\x3a\x6b\x69\x33\x7f\xea\xd6\x4d\xb1\x5a\x59\xe0\x5b\x80\xc8\xc2\xd9\xc7\x3d\xa5\x23\x01\x5c\x4d\x72\xcb\x9a\x92\x4d\x86\xcc\x10\x22\x15\x0e\x9b\x05\x93\xf0\xc3\x5c\xd4\x42\x01\x79\x8f\xf2\x1a\xee\x78\x40\x27\xfa\x47\x7e\xb9\xe9\x21\x29\xdc\x64\x6d\x02\xcb\xb9\x2c\x90\x69\x5a\x2b\xfd\x4a\xce\xcf\x9f\x25\xcb\x12\xee\xbb\xe4\xfb\xef\x4e\x2d\x1e\xd3\xcd\x7c\x0f\xa8\x90\xe2\x87\xd7\x48\x2a\xb4\x24\xe8\x8d\x3e\x54\xdd\x6e\x47\xfb\x88\x34\x13\xfb\x21\x96\x0e\x10\x10\x68\x6f\xc6\x20\xb0\xf0\xe1\x09\x30\x5d\x84\x4c\x47\xb0\x01\x40\xb5\x81\x8a\x62\xd7\x21\x56\x27\xbb\x9b\x5f\x01\x40\x70\x53\xcd\x26\x9b\xb6\xdd\xf3\x04\x9e\xbd\x79\xf3\x9a\x67\xe0\xca\xdc\xf6\x7a\xe2\x8b\x15\x92\x97\x3c\x15\x58\x5b\xce\x30\x01\xdc\x47\x58\x2e\x32\x45\x61\x44\xc1\xae\x29\x03\xcc\x9c\xc2\x7a\xb5\xf8\x53\x00\x85\xd3\xb9\x8f\xff\x3b\x0f\xe0\x45\x7b\xc4\x5b\x0a\x55\x98\xc1\x02\x20\x4e\xea\x3d\xa2\xb4\x3b\x31\xaf\xe4\x67\xff\xc0\x10\x5f\x26\x75\xb8\xb1\xb2\xc5\xbd\x8a\x76\x07\x10\x20\xea\x7e\x7e\x06\x50\x21\x12\x4f\x65\xab\xa6\xde\x01\xc3\x59\xf9\x5f\x0e\x46\xc0\xb1\x22\xd6\x4e\x8f\xf3\xc6\x58\x6b\x92\x0a\x78\xd0\xe4\xbb\x27\x8f\x92\xff\xf2\xd5\x9f\xff\x3c\x4b\x1e\x57\xed\xa5\x41\xf4\xaa\x80\xbe\xf2\x61\xa6\x19\x24\x5a\x9f\x88\x67\xb1\x4b\x56\x75\xb9\xe6\x4b\xe0\x49\xdd\xec\xb2\xf6\xeb\xe4\xee\x4b\x38\xaa\x77\x93\x6f\x68\xfa\xff\xc3\xbc\xcf\x80\xf1\x35\xb3\x65\xbd\x7b\x30\x9b\x60\x11\x1c\x0c\x3a\x3d\xe7\x7c\x6c\x1e\x4f\xb1\x50\xbf\x38\x32\x24\x5f\x03\x2e\x94\x39\xf0\xf9\xb2\xae\x56\x45\xb3\x4b\x23\x62\x68\x1d\x4f\x4a\x9b\xe2\x70\x87\xba\x9d\x57\x75\x5b\xac\xae\x14\x86\x70\x46\x32\x14\x29\xf4\xd0\xc1\xd4\x83\x06\x96\xb0\x74\x6e\x19\xd0\x02\x7d\x46\xdd\x29\xed\xa7\x05\x62\x84\xbc\x6f\x02\xe8\x80\x9b\x10\xed\x44\xbd\x5a\x21\x93\xc0\x57\xd9\x2b\xfe\xc1\xd7\x59\x38\x46\x58\x0b\x30\x77\x0f\xd2\xc6\x89\x47\x78\x3a\xff\x8f\x4e\x5e\x02\x6e\xc1\x96\x00\x88\x81\x71\xca\xbb\x2d\x51\xc1\x1d\x76\x75\x04\xcc\x3c\x20\x0b\xdd\x81\x30\x79\x21\x5c\x78\xe2\x85\x72\xf1\x74\x91\x32\x00\x13\x5c\x98\x15\x51\x2d\xbd\x5f\x80\x69\xbe\xc8\x80\xd1\x49\x9f\xca\x1f\x53\x5e\x48\x74\xe6\x06\xb5\x65\x9a\xda\x86\x20\xb1\x10\x62\x93\x9b\x15\xdc\x16\x30\x88\x49\xfe\xb5\xa3\xeb\xa5\x77\x2b\xd1\x74\x8f\xa9\xa1\xd1\xe9\x02\x4f\x57\xc1\x7d\x92\xef\x6e\x3e\xdc\xfc\x67\xb1\x86\xe9\xef\xe0\xa0\x12\xed\xda\xd4\xcb\x0d\x4c\x3c\xc3\x6a\x84\x66\xb6\x80\xd1\xce\xa5\x01\x4f\xc0\xf8\x05\x45\x17\xa6\x12\xc0\x26\xba\x2a\x47\x97\x16\xb6\x1b\xdb\x85\xc2\x93\xd3\xa8\xb7\x23\x3a\x13\xd1\x15\x09\x13\xdd\xde\xfc\x5a\xa1\x58\xa0\x4d\xf0\xce\x45\xcc\xaa\x4a\x43\xd7\x15\x20\x1d\x0e\xda\x93\x97\x42\xac\x88\x6b\xc8\x8c\x1e\x3a\xc6\x50\x5a\x4c\x49\xd2\xdd\x37\x37\xbf\xad\xdc\x85\x11\xf3\x05\xc4\x95\xba\x79\xcc\x98\xe1\x04\x21\x4e\x64\xdf\x39\x0c\x87\x12\x26\xc8\x45\x39\xae\x93\x45\x61\x5a\x57\xb7\x03\x0e\x8e\x98\x13\x98\xf7\x35\x1c\xd2\x0d\x89\xbe\xc3\xe6\x32\xb9\x53\x93\x17\xeb\x12\x0e\x12\x54\xc7\x3b\x1f\xe4\xe7\x36\xb8\x83\x14\x24\xda\xe7\xc2\xb4\x28\xe9\xb6\x88\x12\x4f\x6f\x3e\xc0\xb1\x49\x68\x08\x82\x27\x82\x5b\xa5\xf2\xfb\xa1\x94\xcd\x0c\xf4\x4c\xa4\x2c\x11\x7d\x98\x75\x3e\x87\x36\xbb\x9b\xdf\x80\x1c\x55\xc9\x5f\x4d\x7b\xdd\x26\x15\xa0\x0e\xb1\x5a\xa6\xc7\x02\x4d\x8f\x59\x18\x73\x1b\x92\xe0\xad\x4c\xfc\x90\x9f\xf0\xe7\x77\x9f\x9f\xa4\x5f\xde\xfd\x02\xca\x37\x37\x1f\x4a\xa8\xdc\xb5\x70\x55\xb6\x85\x85\x5e\x83\xee\xf0\x24\xd2\xa5\xed\xa6\xc5\x64\x82\xe4\xbb\x69\x44\x9b\x85\xfc\xf7\xa7\x23\xcd\x86\xb2\x78\x8f\x19\x73\xe4\x4f\xa8\xde\xf0\x4b\x24\x8d\x73\x6b\x96\xe7\xa3\xf1\x84\x7a\xab\x98\x35\x5f\xc3\x35\x98\x8a\x84\x44\x25\x8c\x82\x78\xc9\xce\xd7\x45\x3b\x5f\x21\x35\xce\xd3\x27\x66\x03\x44\x19\x86\x00\x2a\xf4\xc6\x10\x8d\xb0\xc9\x67\x50\xe1\xb3\xe4\x45\xbd\x03\xd9\x38\xaf\xed\xd7\xc9\xbd\x0b\xe1\xd0\xbf\x42\x4a\x3b\x87\x03\x5a\x94\x88\xca\xe9\x73\xe0\x4a\xe8\xc6\x9d\x8a\x42\x04\xc8\x46\x8b\x30\xbf\xf9\x0d\x37\x8b\x58\x62\x61\xc6\x8f\x44\x10\xc3\x53\x4f\x72\x19\xe2\x03\xd0\xc9\xe2\xba\x40\x8a\x02\x5f\xab\x9b\x0f\xd0\x9b\x76\x84\xd4\xee\x1e\xdc\xc6\x88\xf2\x2d\x72\x0f\x2f\x9f\x3f\x7a\xf6\x86\x5a\xad\xeb\x45\x57\x94\xb9\x8e\x39\x9b\x28\xd7\x0e\x3c\xbb\xa0\x8f\x17\x6c\x7a\xbb\x45\x94\x86\x39\xdc\x6d\x0d\xc7\x7e\xdb\xd2\xf2\xb4\x87\x4f\xe2\x39\x13\x00\x3a\x2c\x74\x7d\xf3\x5b\x09\xbb\x42\xed\x1d\x47\x88\xf0\x01\x84\x02\x09\xfa\xe4\x20\xeb\x86\xcd\x95\xb7\x6f\x90\x40\x10\x4d\x75\xdf\xbf\xc6\x75\x4f\x1f\xc0\xff\x27\x36\xbb\x30\x7c\x1f\xae\xc7\x76\xec\x5c\x58\xd6\x8a\x3a\x7a\x41\xf5\x3a\x46\xdf\x68\x55\xd1\xc9\x12\x0d\x06\xa1\x72\x32\x02\x9c\x78\x61\x8a\x4f\xb6\x5b\x2e\x81\x2d\x48\x9f\x01\x18\x88\x20\xfc\x58\x94\xe5\x16\x50\xc4\x54\x77\xe0\x6f\x21\xe1\xc0\x80\x80\xb8\x9c\x13\xfb\x07\xd2\x33\xd6\xa3\xe3\xc1\x4c\x59\xd5\xc2\x31\x2b\x0c\x9e\x95\x4d\x06\xcc\x1e\xb5\xbb\xbc\xf9\xad\xb2\x28\x31\x26\x40\x77\x4a\xdc\xfe\x75\x45\x02\x00\x74\x03\xf2\x25\x30\x53\x3f\xa3\x3a\xf0\xed\xa4\x63\x11\xa2\x06\xfa\xd1\x44\x47\x8a\xaf\x90\x9e\x76\x4b\x2b\xba\xf3\x05\x0c\x1d\xec\xca\xdc\x29\x14\x11\xac\xad\x79\xdf\xa2\x38\xc4\x25\x08\x40\x2c\x81\x0b\x6c\xb9\xb1\xa6\x04\xde\xe2\x8a\x10\xc2\xa6\x67\xc4\x20\x39\x94\x80\x4b\x18\xce\x6b\x09\x67\xa0\x46\x68\x5f\x18\xa9\xf6\x94\xc4\x22\x58\x4d\xb6\x6a\x11\x48\xbd\x26\xd0\x5d\xdd\xac\xb5\xb7\x58\xdb\x84\x1f\x59\xc3\xa5\xdf\x55\xc5\x45\xe4\x98\x34\xa2\xf7\x6c\x40\x61\x27\xa2\xd4\x99\xc1\xce\x92\xce\x88\xa7\xf0\xbc\x62\x8e\xbc\x8a\x87\x9e\xfc\x2c\x4a\xd3\xb7\xac\xcf\x49\x7b\x5f\x81\x0e\x6e\xde\x06\x0a\xca\xb9\xa8\xb6\x44\xaf\xc6\xc8\xe2\x84\x4b\xcf\xab\x6d\xcc\x1e\x99\xba\x9d\x5d\xa3\x24\x8b\xbb\x9a\xa0\xb8\x53\xb4\x96\x84\x54\x6a\xf7\x6d\xf2\x17\x22\xdd\x99\x10\xff\x3b\x13\x5b\x2f\x8b\xac\x9c\x7f\x6a\x2f\xb6\xbe\x86\xea\x3a\x0d\xed\x0e\x18\xa0\x2d\x60\xca\x7e\x85\x3d\xc6\x57\x3e\xab\x53\x41\xf6\x4d\x1f\xdb\xa4\xed\xf0\xb0\x5a\x90\x41\x8a\xfc\x68\x44\xca\xbe\xec\x1a\xa4\x48\x8e\x31\x00\xbc\x64\xed\x07\xa9\x3e\x18\x89\xb3\x6a\x48\xe1\xfb\xfc\x09\x2e\x80\xd4\xac\x63\x43\x3e\x0c\xb9\x57\x44\xd7\x98\xb9\x9d\x0a\xef\x3d\x9c\x0b\x80\x7a\x67\x76\x0b\xec\x1c\xe5\x6a\xbd\x84\x13\x18\xb7\x00\xf6\x6c\x02\x97\xfc\x1a\x48\xce\xf0\xd6\x00\xf0\xac\x91\x8f\xe7\x2a\xe6\xd6\x2a\xdf\xaa\x4e\x1c\xc8\xd7\x25\x6e\xc1\x25\x1c\x6e\xd8\x84\xc1\x16\x36\xc1\xb5\x7d\x47\xaf\x2c\xe6\xaf\x88\x0f\x87\xbe\x5a\x07\x7a\x44\xe2\x0a\xf5\xad\xe1\xe2\x7b\x4b\x05\xc0\x7e\xb3\x78\x70\xcf\x7e\x73\x7f\x81\x3a\x37\x12\x59\x60\x03\x70\xd0\xa6\xe6\x4b\x8b\xf0\x99\xd4\x65\x68\x50\x08\x14\x7e\x24\xbc\xdc\x7c\x80\xb3\x8a\x7c\xd8\x3d\x64\x20\xc9\x1c\x40\x6c\xce\x70\x9f\xb3\x05\x30\x3c\xcb\x0d\xf4\x79\xf3\x9f\xc8\xaf\x65\x4b\x3a\xb9\x74\x76\x14\xdb\x8f\x3d\x73\xe8\xd6\x0e\x3b\x40\xcb\x2a\x0b\x20\x47\x87\xf1\xaa\x4b\x68\xf2\x00\xb5\x6b\x40\x61\x54\x42\x02\xcf\xab\xfd\x05\x0b\xb7\x0e\xbd\x32\xe4\xa7\xbf\x4a\xce\x0a\x20\x65\x38\x21\xc0\xfb\x79\x57\x09\x50\x4d\xce\xd8\xf4\x0c\x88\x6f\x0d\x57\x01\x8d\x40\x27\x83\x88\x43\x57\x39\xae\xa0\x55\xc9\xcd\x49\x7a\x9f\x3b\x90\x7e\x01\x34\x56\x84\x6e\xe2\x99\xc6\xb7\x82\xe0\xd9\x0a\x55\x66\x6a\x6a\xdc\xe6\xa9\xe2\xd2\xb6\x47\xc9\xb6\x44\x05\xb2\x5c\xe4\x24\x18\x23\xff\xe3\xe4\xc3\x87\x5d\xdb\xd6\xa4\xb8\x41\x50\xc8\xfc\x51\xd7\xc3\xed\x64\x63\xa8\xeb\x11\xc0\xc0\x34\x60\x40\x02\x1f\x6a\x11\xa8\x4b\x91\x90\x89\xe9\xb0\x44\x35\x5a\x43\x52\xfa\x60\xcd\x78\xa7\xa2\x3a\x92\x96\xb9\x13\x82\xe5\x48\x04\x9c\x23\x9a\x12\xce\xac\x3d\x34\x31\x27\xc1\xc3\x14\x76\x4e\x2e\x9d\x5e\x77\xc0\x8a\x2f\xb7\xd0\xf0\x1a\xf5\x53\x23\x93\xe4\x5e\x87\xe7\x2b\x6a\xe9\x2e\x63\xd2\x8e\x0f\xf1\x87\x54\x48\xc1\xe6\x60\x35\x5a\x15\xda\x34\x4a\x00\xb6\xca\x4a\xee\x7e\x9e\xf5\x06\x8e\xd4\x6b\xd1\xca\x40\xdc\xec\x4f\x0a\x99\x7f\x9a\x96\x6b\xdd\xd6\xf5\xdc\x6e\x50\xf3\x72\x12\xd6\x27\x75\x16\x90\xbd\x9c\x64\x61\x98\xef\x7f\x55\x15\x6f\x82\x06\x2e\xd2\xaf\xc0\x05\x82\x30\x7d\xcb\x67\x0a\xaf\x10\x3d\x50\x8c\xea\xd9\xd8\xb1\x72\x75\x99\x9b\x85\x8b\xbf\x20\x66\x50\x6a\xf5\x77\xb8\x0f\xe5\x73\x9c\xbe\xd0\x86\xde\xda\xfc\xf5\xa4\x5c\x4b\x4c\x09\x4c\x83\x38\x4b\x1a\xa2\xa3\x80\x8f\xf1\xcd\x44\x9d\xe0\x3f\x21\x9d\x7a\x08\xa3\xe2\x42\xeb\x3c\x83\x95\x5e\x19\x9b\xfe\x25\x9b\x54\x68\xc7\x02\x00\x40\x29\xb6\xb8\xf9\x77\xd4\x69\x20\x3c\x80\xe8\xee\xde\x4e\xbe\x07\x96\xf0\xe5\x40\x04\xc0\xbb\x97\x4a\x3d\x8f\x39\xc5\xdf\x93\xc7\x81\x9d\xce\xad\xfb\xf5\x40\x54\xf8\xce\x1c\x36\xd7\x9d\x9f\x3f\x7b\xc3\x1a\x0d\x54\xc8\x01\xb9\x23\xe9\xa9\xa4\x71\x9f\xb5\xed\xde\x7e\xdf\x94\xa4\x5a\x3b\x27\x05\xd8\xeb\xec\xaa\xac\xb3\x1c\x0b\xe5\x4f\x2a\x7e\x63\xb2\x1d\xcd\x10\xff\xa0\xb6\xc7\xc0\x20\x50\x09\xfe\x01\xe4\x50\xf6\xca\xe9\x78\xe9\x6a\x7c\xec\xe5\x12\xd5\xfa\x38\xe9\xd2\x90\xf5\xee\xdd\xb8\x8a\xf9\xdd\x24\x2b\xf7\x20\x12\x23\x77\xe6\x6a\x12\xe6\x01\x07\xad\x44\x9b\xe5\x50\xac\x57\x75\x3b\xc0\x16\xe4\x1a\x1d\x2e\xa2\xba\xe2\xee\x74\x1e\x6a\xdf\xa3\x4e\x73\x20\x21\x7f\xbc\xe3\x59\xbf\x67\x5b\x5c\x9b\xb8\x3f\x24\x1f\x4f\x9b\x9b\x5f\xe1\x72\x21\xb9\x05\x55\xb8\x50\x91\x18\xef\x41\x65\x3a\x4f\x7c\x9c\xa0\xae\x0e\x15\x0e\xb0\xcb\xde\xc7\xed\x08\x6e\x1b\x54\x94\xde\xda\x8e\x09\xa6\x36\x42\xfa\xc1\x84\x5f\x68\x46\xff\x54\x41\x0b\xd4\x7f\xde\x52\x1f\xd0\x01\x2a\x15\xd5\xb2\xec\x72\x37\x1b\x5e\x31\x8a\xee\xdd\x02\xcf\x15\x1c\xaa\x7f\xfc\xdb\xff\xbe\x67\xff\xf1\x6f\xff\x11\xcd\xa6\xab\xb6\xc0\x51\x54\xd2\xec\x7b\xb8\xb4\xd0\xd8\x81\x2e\x00\x2c\xc6\x7c\xad\xe6\xe5\x39\x0c\x80\xe2\xd8\xb2\x75\x8a\x13\xdb\x16\xbb\x9d\x0a\x4a\x37\xbf\x11\x43\x08\x97\x8b\xa3\x57\x81\xa4\x85\x1a\x69\x2c\xbe\xf9\xb5\xc1\xbe\xa9\x25\x6a\x1d\x7a\x4d\x9d\x75\x7c\xbe\x30\x06\x44\xfa\x0c\x08\x64\x2c\x49\x14\x01\xe7\x49\xdc\xd1\xc2\x19\x22\xfa\xed\x7a\x67\xf7\x40\x53\x60\xbd\x06\x2d\x07\x56\x8f\x03\x6d\x5b\x38\x7b\x83\xc6\x7a\x20\x0f\xb4\xe1\xed\xa7\xfa\xb0\xd8\xbc\x47\x4b\x58\x43\x1e\xb4\xba\x64\x7e\x6b\x02\x84\xce\xac\x51\x5d\xad\x43\xfa\x71\x70\x3b\x49\x55\xe2\xee\x1d\x77\x36\x66\x1e\xa0\x6e\x57\xfc\x3e\x0e\x45\x34\x47\xb0\xbc\x00\x2c\x32\x38\x6a\xcf\x5a\xd4\xc2\xe5\xf3\x48\x12\x67\xf5\x09\xdd\x21\x2c\x7a\x24\xb6\x60\xa7\x12\x96\x31\x99\x53\x59\x1b\x5a\x7d\x20\x6d\xc9\x9e\x88\x0a\x18\xc7\x1b\x19\x01\x10\x13\x69\xfd\xef\x1b\x02\xee\xe8\xc2\xad\xea\xf6\xfe\xdd\x55\x75\x4b\xef\x99\x8d\x7a\x77\x10\x8a\x7a\x76\x8a\x05\xf3\x1e\x7e\x93\x14\xc0\xf5\x03\xab\x13\x7d\x42\x89\x81\x01\x3b\x9b\x94\xc0\xcb\xa1\xb8\xc9\xcb\x24\x6d\x04\xda\x07\xab\x76\x85\x2c\xcc\x40\x1f\x81\xeb\x2c\x91\xc7\xf7\x4b\x24\x26\xb0\x89\xe4\xd4\x59\xc2\xcc\x97\xea\xe4\xae\x3b\x94\x09\x81\x71\x2f\x6f\x7e\xb5\xb8\x9f\xb4\xcf\x74\xe2\x40\x48\x5a\x3b\xdd\x35\x9c\x3d\x85\x0a\x9a\x93\xb6\xe6\x2a\x3d\x05\xb6\x47\x35\xbf\x80\x96\x82\x0f\x05\xab\x32\x4e\xa1\xed\x91\x0a\xb2\xf1\x4d\x86\xab\xa0\x01\x48\x43\x6a\x50\xd1\x61\x51\x37\x80\x82\xd8\x05\xf2\x10\x57\x6e\x08\xd2\x3a\x20\xc1\x39\xd0\x13\x0f\x79\xe1\x19\x0f\x60\x97\x2a\x22\x3a\x40\xbc\x1b\xb8\xf3\x65\x97\xe0\x6f\x41\x7d\xda\x8f\x24\xda\x4f\xd4\xc8\xab\x8b\x13\xef\x2d\x88\x16\x70\x47\xaa\xbe\x66\x70\x5f\x26\x2b\x20\x7d\xe4\xf4\x84\x5e\x42\xac\xa8\x99\xc0\xde\x95\x25\x6e\x15\xfb\xc6\x9c\x38\x36\x09\x2f\xf7\xc2\x29\x3e\x43\xa9\xfd\x8f\xef\x05\x0f\x86\xe2\x06\x7a\xbd\x80\xb8\xb7\xa0\x03\x89\x03\x9c\x15\xed\x1a\xee\xc4\x7c\x64\xef\x9d\x02\x8f\xba\x37\x30\x9e\x08\x5f\x6c\x94\x70\x4d\x59\xfd\xc1\xa4\xaf\xbf\x2c\xaa\x18\x76\xfa\xff\x63\x79\x01\x30\xc9\x0c\xc5\xfd\x0c\xf7\x81\x88\x21\x8d\x8b\xba\x46\x58\x30\xb9\x9b\x38\xb2\x85\x2e\x20\xf0\x57\x4b\xa6\x32\x3a\x34\xb2\xd0\xeb\x0e\xbd\x41\x90\x2f\x50\x50\xb0\x50\x00\x23\xb3\x7b\xc9\x7c\xd1\x64\xd5\x72\x13\x1c\xd9\x9f\x0a\x53\x4e\x1f\x52\x69\xff\xa4\x02\xaf\x88\xb3\x7c\x3b\x01\xb0\xc1\xc1\x9e\x8b\xed\x86\x39\x49\x65\x70\xc9\x35\x68\x51\x94\x39\x49\x5d\x6a\xb2\x41\x93\x9b\x36\x5b\x76\xb6\xad\x77\x63\xad\x51\x6f\xc1\x26\x9d\x82\xb5\x18\xb1\x69\xf1\xaf\x35\x70\x28\x75\x15\xb0\xc8\xad\x77\xf9\x81\xf5\xc6\x9a\x22\x62\xda\x8b\x16\x38\xdd\xff\xb5\x82\xc3\x27\x5a\x2e\x96\xe6\x90\x07\x9d\x00\x67\x5d\xd6\xb0\x13\x36\x7d\xa2\x7f\xc1\x7e\x64\x48\x18\xd3\xb3\xac\xd9\x52\xff\x5c\x09\x75\x91\x50\x69\xad\xbf\xe9\x07\xcc\xa8\xab\xe4\xf7\x4b\x3a\x9f\xe8\xf4\x26\x42\xe6\x04\x75\x19\xbb\x19\xdd\x38\x28\x0e\x34\x17\xd0\x6b\x68\x7c\x27\xaa\xfc\xd9\x3d\xfb\x19\xd1\x34\xae\xc2\x6a\x14\xdf\x70\x9f\x01\x16\x37\x15\x0b\x95\x34\xc5\x3c\xba\xab\x2a\x3b\x3d\xeb\x50\x0c\x48\xd0\x2f\x28\xb8\xab\xae\xbb\xf2\xe6\x83\xb5\x28\x78\xa1\xbb\x14\x7b\x68\xbd\x9d\xa8\x13\x97\xf8\x6f\x0d\x35\xfb\x42\x8e\x6c\x8f\x25\x17\x2d\x58\x7a\xce\xda\x2d\xd6\x3e\x92\x13\x05\x00\x95\x99\x03\x6f\xae\x46\x9b\x22\xaa\x0e\x7b\x4a\xc3\xdc\x00\xcd\x16\xb3\x84\x62\x23\x00\xb0\xc8\xd3\xef\x0b\x10\x56\xf6\xdd\x02\xfa\x72\x6e\x66\xe1\x9e\x59\xf5\x37\x53\xbf\x43\xb2\xb7\x9c\x8c\x08\x5e\x04\x81\x9b\x5f\x5d\x53\x3c\x29\xd6\x90\x6d\xbd\x63\xda\x2d\x26\x70\x91\xf9\xec\xde\x5c\xc3\x29\xa3\x83\x31\x62\x89\x75\x5c\xc7\x51\x62\x01\x07\x8c\xb4\x45\x52\x7a\x69\x16\xd3\x45\x66\xc9\xd0\x58\x25\x4f\x80\x79\xe4\x65\xb2\x0a\x8d\x8e\x3a\xfb\x2c\x90\xc3\xd5\x1a\x78\x1d\xdc\x16\x3d\xf6\x8e\x05\x71\x4c\x89\xe8\xe7\x72\x46\xa4\x69\x59\x6f\xb3\x32\x3a\xe1\xb8\x32\x80\x04\x6f\xaf\x69\x40\xca\x5e\xc0\xb4\x0a\xd4\xd7\x27\xdf\x4b\x2f\x15\x5d\x38\xe4\xdc\x05\x83\xac\xd0\xc9\x8e\x58\x86\x1f\x6a\x54\x91\xe1\x07\x20\x1b\x4d\x42\xf2\xdb\xc0\x5d\xb4\xac\x79\x27\x53\xb2\x6d\x22\x32\x74\xfb\x1c\x65\xde\x18\x69\xc8\x06\x00\xb7\xa3\x65\x23\x4d\x5c\xc7\x09\xb1\xcf\xe1\x1c\x48\x7d\x56\x9e\x05\x72\x6c\xd8\x03\x60\xbb\x10\x85\x51\x6f\x50\x00\x1c\x2f\xa7\xed\x57\x53\xe5\x16\x13\x4c\xa6\x21\x8e\x50\x5a\x1a\x45\x9c\x21\x4e\x8b\x6a\xbb\x30\xd7\xa8\xa7\x47\xf0\xe4\xac\x74\x71\x16\x38\xf6\x9e\xc0\x4d\x41\x25\x7b\x51\x75\x08\x12\x80\x47\x33\xe2\x78\xa8\x46\xd1\x88\x7e\x79\x3d\xdc\xd0\x04\xad\xe4\x6c\xb4\xa5\xf3\x7e\x08\xad\xbc\xd6\x2b\x9e\x1c\x2d\x94\xbb\x1f\x9d\x68\xd4\xe2\x0d\x0b\x21\x93\x34\x80\xa5\xae\xad\xa8\xc1\x79\x3e\xa8\x05\x77\x4d\x71\x79\x37\x1f\x36\xa5\xdf\x29\x9d\x35\x5b\xdb\x03\xfa\x3a\xd8\x58\x94\xb0\x81\x45\x94\xc9\x12\x09\x9a\x17\x3b\x74\x12\x46\x21\x26\xb0\x8b\x8b\xf5\xdf\x49\x64\xc0\x74\x94\x39\x39\x94\xc5\xeb\xf5\xb6\xb8\x17\x58\x6b\x08\xae\x46\xa7\x0d\x07\x0f\x3d\xab\xe0\xdc\x1e\x85\xea\xb7\x80\xc0\xed\x6e\x7e\x25\x63\xef\x2c\x5e\x97\x43\x40\xa6\x0e\x23\xab\x14\x5d\x6e\x84\x82\x8a\x5c\x43\xb5\x98\x1c\xa6\x49\x5d\x06\x3c\xf2\xb1\x58\xc1\xbc\xe6\x89\x7c\x76\xdd\x77\xb6\x43\x04\xce\x22\xa8\x02\x99\xdf\x52\x45\x35\x75\xc4\x5e\x2f\x42\x45\x97\x17\x51\x86\x83\x8e\x89\x26\xbd\x85\x38\x70\xb8\x36\xee\x40\x01\xcf\x12\xb8\xf3\xc1\x79\x61\x9b\x35\xea\x25\xe5\x88\x54\x84\x48\xae\xa5\x9a\x44\x02\xea\x25\xa3\xfd\x71\xda\x15\xaa\xc3\x3c\xe1\x62\xc9\xd0\xf6\x04\x42\xe7\xfe\x3c\xfe\x35\x70\x81\x66\xc1\x32\xb8\x24\xf6\x4d\xb1\x23\x83\xed\x98\x88\x49\x34\x7d\x84\xf8\xe3\x85\x91\x31\x6b\xe2\xc9\x7b\x28\x88\x62\xaf\x59\x73\x05\x74\x91\x7a\xd7\xdf\x6a\xf1\x2e\xad\x1f\x57\x07\x74\x4e\xaa\x72\x1b\x4a\xdd\x53\xbd\x0d\x75\xe6\xf0\x0d\x29\xb1\xa8\x78\xcb\xf1\xcf\xb2\x42\x10\xcb\xb4\xbd\x3a\x9a\xf5\xbc\xa3\x68\x99\x74\x6b\x3d\xaf\x56\xb5\x18\x41\x58\x17\xc3\x02\x16\x5f\x5a\xb4\xf5\xa3\x1d\x78\xdd\x34\xc9\x40\x33\x52\x44\x22\xde\x74\xc0\xec\x34\xed\x2a\xc3\x5b\xe8\xdb\xfe\xf4\x14\xf7\xfa\x40\x1f\xdc\x07\x8e\x4f\xbe\x33\xc9\xf2\x9c\x0e\x0a\xc3\x85\x3c\xe0\x7b\xcd\x37\x45\x75\xdd\xb1\xdb\x25\xd5\x36\x23\x7a\xc8\xf1\x4a\xf3\xc8\x06\x84\x76\x92\x43\x76\x9f\x5d\x64\xf4\x21\x1e\x4d\xed\x3d\x2a\x59\x84\x62\x5d\x82\xae\x1f\xcf\xe9\x26\x46\xd3\x0f\x9e\x62\xd4\x36\x7b\xeb\x0f\xf9\x07\x38\x9b\x8f\x2a\xf0\x23\x3b\xdb\xc0\xe2\xe3\x66\x1d\x53\xb4\x6a\x04\x24\x43\x88\xd2\xfa\xd7\x06\x21\x80\xe4\x4d\x0e\xce\x01\xe6\x2e\x0a\x1e\xc8\x49\x1a\xed\x55\x08\xc1\x89\x9d\x30\xe2\xa1\x30\x59\xa8\x91\xe7\x14\xb5\xd1\x84\x64\x4d\x4f\x74\x0d\x90\x6b\xdc\xde\x21\x38\xc5\x92\xaa\xe2\x24\xe3\x6b\xbf\x97\xdc\x09\xdf\xa2\x9d\xe3\xb6\x34\x29\xb9\x4d\xbf\x01\xc1\xa0\xae\xd6\x0f\x50\x54\x6c\xd0\x69\x0d\x66\x48\xe1\x36\xdf\x7e\x73\x5f\x3e\x25\x64\x75\x70\x53\x3f\xae\x4a\xb8\xf0\x71\x13\xd0\x96\xf2\x4d\x16\x38\xda\x3f\x6e\xae\x4d\xb7\x16\x7f\xb6\x9e\x96\x9a\x5c\xef\x49\xb0\x8b\x9a\x48\x60\x01\x62\xb4\x09\x42\x8b\xa8\xb5\x7c\x33\xd8\x74\xe6\x70\xfd\x13\x00\x0e\x55\x02\x45\x19\xbb\x30\x91\xfb\x4b\xc0\xeb\x22\x1e\xba\x1e\xac\x20\x45\x40\xae\xb4\x1f\xe2\x9e\x58\xe1\x06\x97\x70\xd8\x41\x13\x74\x20\x1b\xb6\x23\x75\x01\x74\xfd\x92\x3d\x9e\x9d\x3c\x28\x8a\xb9\xd9\x44\xbb\x4c\x7b\x0a\x7c\x2c\x27\xb7\x05\x38\x66\x3c\x61\xc5\x2e\x87\xd1\x12\x1e\x13\x2f\x9d\x4e\xdb\xed\x18\x7d\x47\xa9\xe7\x08\xe4\x1c\xad\xd4\xe5\x3a\x62\xda\xab\xe8\x88\xdf\xa0\xe6\x21\xba\x6a\x7b\x53\xb5\x01\x61\xc5\xb9\x6d\x6e\x7e\x6d\x48\x2c\x1f\x73\xa6\x46\xbb\x0c\x19\x21\x99\xb1\x13\xee\xd3\x4d\x62\x96\x9c\xa9\x5f\x71\x9f\xaa\x0e\xa6\xa7\xe0\xeb\x2d\xe8\xa3\x74\x15\x60\xf0\x2c\x80\x62\x92\xed\x58\xf1\x46\xb8\xf0\x53\x57\xaa\xa7\x02\x23\x0c\x7e\xc6\x90\x00\x15\xa2\x5f\x38\xf2\x53\x05\x32\x34\x80\x8f\x76\xb4\x45\x16\xcc\x91\x85\x18\x93\x78\x62\x22\xd0\xb3\xde\xae\x4a\xfe\x5b\xf2\x26\x8b\x44\xac\x49\x5b\x03\x17\x3e\xe8\xc9\x26\x6f\xb0\xfc\xf6\x4e\x98\x93\x6c\x3d\xa1\x63\x69\xf5\x07\x47\x62\x8c\xfa\x65\x88\xe4\x1a\x90\x3c\xf1\xef\x38\x48\xd2\x3c\x9d\x42\x0d\x20\xf7\xd2\x48\x37\xe3\x44\xcb\x0d\x4b\xdb\x7e\x3b\xe1\xea\xaa\x05\xfc\x9b\x86\x4d\x02\xcc\xe4\xaf\xfe\x06\x28\xe2\xce\x89\x5e\xc9\x94\x54\x05\x27\x58\xc0\x5d\x04\xb4\x3f\xa3\x2e\xe6\x04\x64\x1c\x0e\x57\x8f\x5d\x00\xc9\xb4\x37\xbf\x56\x72\xfe\x01\x73\x33\xb4\x72\x13\xcc\xad\xc4\x52\x88\x97\x0d\x37\x65\xe9\x82\xf7\xc4\x08\x75\xe4\xad\xb3\x0c\xc3\x1f\xc8\xf3\xb7\x49\xa8\x2d\xfb\xe1\x72\x6d\x75\xc0\x94\xcd\x12\x59\x98\xc4\x1d\x15\xd5\x48\x09\x7a\xfc\xfa\xb9\x85\x95\x01\x9e\x02\x16\xaf\x28\x32\x45\x47\xe7\x11\xce\x6a\x20\x45\x20\xa3\x2a\x27\x09\x9c\x2b\xc5\xce\xd0\x28\x17\x35\xb9\xfc\xca\x11\x74\x67\x8e\xa1\x33\x13\x24\x63\xab\x01\xfe\xc9\xb6\x4c\xb7\x4e\x5e\x23\xf7\xa4\x0b\x80\xf5\xc5\xdf\x79\x3f\x8c\xd2\xaf\x08\x66\xee\x14\x92\xbc\xd1\xde\x81\x3b\x7f\x44\x93\xde\x11\x16\x0b\x58\xea\x3d\x11\x54\xf4\x67\xc0\xef\x14\xba\xb5\xa9\x12\xbb\xc7\xe3\xa5\x58\x43\x8a\xa5\xac\x62\x0f\x55\xe6\xda\x1d\x15\xe4\x49\x3b\x1e\x32\xdc\xe9\x80\x95\x64\x8c\xc0\x2d\xc7\xbb\x2c\xdc\x76\x99\xc9\x78\xc3\xc3\xc4\x70\xa4\x8b\x8f\x51\x44\x43\x0a\x73\xa7\x28\xfa\x24\xf2\x17\x2e\xd2\x8b\x33\x7d\xac\x25\x7a\xdb\xdb\x02\x4f\x08\xf5\x38\xdc\x21\x97\xbd\xc2\x5a\xe7\xd2\xc8\xf7\xbf\xce\x07\x84\x90\x48\x08\x86\xe3\x23\xc3\xab\x8f\x40\x4f\x7b\x25\x5f\x23\x5d\xc4\x31\x89\x0a\x0c\x09\x8f\x7a\xb0\xb3\x1d\x72\x83\xc0\xee\x68\x6b\x8e\xc4\x42\x95\xbf\xf2\x2c\xe4\x36\xea\xd9\x14\x72\x10\x58\x83\x58\xb4\x2e\xd6\x3d\x15\x92\x73\x68\x9a\xf7\x26\x78\xda\x9b\x9a\x86\x7d\x4a\x38\x94\xdc\x3b\xfd\x05\x68\x2d\xde\x6c\x51\xb2\xe7\xd9\x02\x84\x7a\xd9\xed\xfe\x22\x50\x01\x21\x9d\x1c\xf9\x98\x18\xdc\x3c\x54\xa7\x90\xee\x2d\xdc\xc5\xc9\xcf\xa8\xa7\x7d\x3b\x61\x03\x8f\x5a\x6d\xbc\xb5\x72\xe0\x5e\xe0\xed\x98\xc2\xd7\x3d\xed\xda\x81\xd1\x4c\xbc\x40\xb7\x5d\x73\x7d\x84\x34\x1b\xf8\xf1\x0f\x6b\x9b\xed\x08\xb2\x0a\x54\x28\xbf\x2e\xd6\x59\x03\xf7\xb0\x03\xed\x6c\x72\x01\x5b\xbc\x28\x4a\xbc\xd9\xce\x11\x17\x16\x59\x83\xb1\xa9\x5c\x8e\xc5\x61\x9c\x4d\x38\x30\xdd\x0f\xdf\xd8\x3d\xd0\x9f\x25\xc6\x0e\xa5\x77\xbb\x22\x69\x4c\x9e\xa0\x3b\x26\xb2\x7f\xe8\x28\x02\x03\x41\x85\x07\x83\xde\x30\xfe\x77\x29\x7a\xe0\xd8\x25\x1a\x23\x79\x56\x00\x41\xb8\xb3\xcd\xba\x15\x42\x41\x07\x89\xaf\xdc\x50\xb3\x7d\xcb\xf0\xfb\x70\x78\xf2\x57\x50\xa3\x44\x30\x17\x0c\x42\xd6\xe5\x7d\x4e\x22\x90\xd7\x9f\xc9\x76\xff\x88\x84\x9b\x8e\xf3\xb6\xf5\xea\x34\x9a\xcf\x13\x68\x4d\x2e\x09\x5f\x4c\x28\xb8\xc8\x01\xaa\xcf\x70\xb3\xdf\xef\x0b\xac\x53\x7d\xcb\x3c\xf7\xba\x58\x90\x26\xe0\xd6\xe8\x56\x6a\x8c\x2c\xf2\x9d\x09\xcd\x94\xcc\x31\xc1\x06\x64\x0b\x0e\x9b\xae\xf8\x33\x85\x15\xe1\xa4\x98\x4d\xe7\xc2\xb1\x6d\x4c\xc2\x8d\x26\x2a\x08\x9c\x10\x54\x6e\xfb\xe0\xf5\x7a\x15\xb8\xfc\x59\x2b\x01\xad\xc4\xb6\x4e\x47\xe4\x21\xe5\x01\x30\xc5\x02\x40\xc6\xc5\xe8\x5f\xe4\x82\xe7\x5d\x89\x8e\x3e\x5b\x17\x80\x7e\x55\xdd\xf8\x40\x99\x40\x33\x07\xa7\x05\x68\xa7\x49\x4f\x8b\x6b\x53\x5d\xeb\x4f\x17\x3f\x4c\xb5\x94\x25\xc1\x1a\xd8\x16\xc6\xc8\x72\x3a\x37\xf8\x8f\xfc\xd2\x26\x5c\x98\x48\x70\x7f\x38\x14\xc6\x10\xcc\x01\xed\xda\x10\xa0\xc8\xea\x53\x78\x0e\xd5\x42\x70\xe8\x24\xf1\x1c\x49\x2f\x18\x8c\x08\x8b\xf0\x0a\x42\x71\xc0\xed\xef\x8e\x77\xbc\xcd\xcd\x2a\xeb\x4a\xb5\x30\xa5\x1a\x32\x23\xb6\x25\x89\xb5\x87\xc9\xc0\x2d\x77\x81\xb6\x05\xf6\x21\x9e\x3e\x97\x82\x32\xf9\x1c\x3d\xf2\x59\x66\xfe\x42\xab\x03\x23\xdb\x10\xf3\xcb\xb5\x33\x71\x3c\x8a\xbf\xca\x26\x11\x6f\x56\xd5\x2d\x92\x77\x74\x05\x50\x85\x14\x6c\x4c\xb6\x70\xd1\x95\x4e\xcb\x01\x18\x5e\x99\xcd\x0e\xc9\xfe\x25\xfa\x6a\xa0\x61\xe8\xa1\xa9\x17\xe4\xc3\xdc\x90\x65\x68\x9d\x5d\x63\xe9\x39\x1a\x65\xd6\x1d\xc6\x70\x13\xba\x59\xc2\x3f\x2b\x26\x1f\x80\xcb\x72\x23\x2e\x98\xf5\x6a\x4e\x70\xa2\xf0\x59\x76\x9b\x63\x7b\x35\x9e\x77\x92\x8b\xb3\xf7\xc5\x0e\x19\xd3\xe3\xea\x3a\xdb\x80\x2c\x5e\xa3\xa6\x40\x80\x08\x58\x17\xe2\xe6\x95\x0b\x16\x8c\x8c\x44\xce\xba\xd4\x77\x29\x70\xc6\xa5\xa1\xef\xc5\xed\x26\xa6\x5e\x47\x76\xc7\x36\x26\xd7\xdf\xd0\xc6\x54\x19\xd4\x14\x77\xed\x06\x6d\xc8\x70\x8a\xac\x28\x6c\x5d\x28\xf9\x44\xb2\x25\x70\x24\xb8\xcb\x96\x60\x31\x14\x3c\xfc\x74\x90\xec\xd2\x7d\x8a\xf4\x2c\x22\x7e\xe4\x03\xbf\x28\x3b\x73\xf7\x81\x60\x44\x48\xfb\x5c\xcf\x7d\x24\xc5\x72\x09\xc9\xe3\x1a\x33\x26\x65\x8a\x5d\x8a\x12\xcc\x9c\x1d\xaa\x16\x08\x0d\x74\x8d\xd3\x11\xf5\xb1\x97\xf7\x9f\x3e\x7f\x83\x2e\x49\xce\x4b\x35\x61\xcd\x68\x23\x21\x71\x14\xde\xcd\x21\x9f\xda\x3d\xac\x7c\x07\xec\x09\xf3\x5d\x55\x81\xb2\xfe\x06\x79\x66\x34\xc3\x33\xe7\x05\x20\x41\x74\x24\xd6\xff\xf9\x0e\x03\x4d\x39\x2e\x49\xbb\x0e\x90\xc5\x77\xab\xfe\x0c\x68\xe2\x29\x39\x64\xe4\x54\xea\x63\x48\x7b\x1c\x23\x72\x94\x0c\x5d\x34\x24\xc0\x52\xf5\xfb\xaf\x9a\xbc\x42\xdf\x01\xed\x7f\x10\xee\xe1\xd3\x61\xb0\xcb\x80\x1c\x4f\x22\xd5\x96\xf7\xc9\x13\x6b\xc0\x1c\xfa\xf0\x94\xa9\xb1\x27\xe2\x14\x22\x0a\x12\xe4\x8a\x62\xab\x54\x7e\xd8\xc6\xf1\x0d\x57\x09\xf5\x51\x61\xc8\x6e\x89\x76\xbc\x82\x20\xc6\xcc\x67\x8b\x7c\xd2\xfe\x0a\x0e\x63\xb5\x05\xde\x4d\x36\xd3\x15\x39\x7e\x92\x3f\x85\xb5\xc5\x0d\xec\x84\x78\x30\x93\xfc\xe3\x7f\xfe\xc7\xf4\x11\x43\xe1\xbc\x6d\xd6\xf0\x37\x6e\x40\xd8\x23\x6e\x96\x74\x93\xbc\x7a\x01\xa2\x1b\xd1\x90\xd0\x2e\xbc\x50\x5a\x52\x31\x7d\xf1\xc4\x05\x25\x3d\x24\x2f\x6a\x75\x96\x58\xde\x0d\xd9\x02\xc2\x0f\x72\xe7\x11\xb9\x99\xa0\x78\x4e\x18\xf8\x42\xdd\xa5\xfd\x9d\xf4\x4b\x57\x2c\xb7\xf3\x35\xe6\x89\x48\x5f\x00\x7b\x94\xa9\x8e\x4b\xee\xec\x76\x53\xd8\xd0\xcf\x21\x00\xe7\x96\x2e\xec\x30\xbe\x82\xae\xb3\x25\x87\x58\xb9\x6c\x30\x81\xdb\x75\x7c\x95\xb4\xa8\x19\xd1\x80\xac\x6b\x03\x98\x31\xd9\x77\xe8\x2a\x89\x28\xc5\x63\x52\xd4\x20\x79\x42\x70\x2f\x8a\x6d\xe4\xea\x13\xf4\x46\x51\xa4\x24\x6d\x87\xbd\xd1\x74\x60\xfa\x94\x30\x80\x44\x93\x1e\x77\xc6\x11\xdc\xac\xa7\x45\x9f\x58\x27\x4b\x5d\x62\x40\x4f\x73\x67\x12\x64\xfd\x90\xcb\x49\xee\xa4\xb6\x31\x06\xa8\x7b\xd3\x81\x14\x00\xa4\xbd\x28\xd1\xc3\x56\x3c\x24\x30\x2d\x42\x9b\xad\xd3\x97\xe8\xd9\x2f\xfe\x11\x9c\xb4\x21\x5b\x27\x5c\xb5\x92\xee\x40\x36\x7c\x28\x7f\x4c\xa0\x89\x4d\xa1\x8a\x4b\x6c\xf2\x9c\xfe\xa1\x14\x28\x71\xea\x93\x49\x09\xb7\x12\x94\x9d\xe2\x3f\x70\x64\x4a\x28\x83\xad\xa0\x18\x9b\x52\xa2\x7b\xcd\x04\xf7\x01\x68\x39\xcc\x9e\xfe\x05\x68\x94\x26\x03\x96\x0d\x85\xfa\x40\x99\xc7\x76\x78\xb2\xc9\x36\xd9\x65\xfa\x5d\xbd\xe1\x1f\xb0\xef\x94\x1e\xe5\x07\x12\x9e\x57\x5c\x48\x61\x3b\x58\xed\xb8\xa2\xac\x45\x89\xab\x8e\x04\x29\xa3\xd3\xf3\x5a\xff\x9a\xe8\x14\x66\xfd\xa9\x68\xb9\xa4\x65\x39\xc1\xd0\x4f\x8b\xb9\x59\x92\x7e\x8d\x15\x2a\x3d\x9e\x90\xa3\xb6\x2b\xc3\xdb\xa3\x6e\xc8\x07\xa9\x6e\x5c\x29\xdc\x3e\x16\x4d\x8e\x2f\xd5\x3c\xe3\xbe\xe4\xe4\x5f\x9f\xb5\xdd\xce\x15\x71\x18\xd5\xcd\xbf\x97\x64\xbe\x95\x42\xc0\x60\x23\xa9\x78\x5c\x1c\x12\xa6\x35\x62\xe9\x9d\x76\x23\x28\x9e\x85\x9b\x60\xc3\x0f\x15\xb2\x74\x50\xc8\xc6\x4b\xde\xa4\xe0\xf3\x12\xb6\xa1\x99\x47\xad\x03\x4d\x4e\x50\xd1\x6d\x6c\xb8\xaf\xbd\x81\x7c\x1d\x1a\xec\x40\x45\x1e\x72\xb4\xbf\xf1\xa1\xeb\x3d\xc8\xd0\xbe\xfe\x2b\xc4\x16\x93\x44\xe8\x15\x75\x5f\x5b\x0c\xed\x70\xf5\x9f\x92\x23\x58\x8d\xd2\xc4\xe1\x56\x99\xa5\xa4\x4f\x26\xfd\xa9\xf3\x2e\x07\xc3\x59\x8f\x55\x3b\x30\x6b\xd4\x42\x6a\x6d\x02\xc7\x58\xcf\x4c\xae\xf8\x70\x05\x3c\xa8\xef\x46\x36\x8f\x0d\xaf\xfd\xdd\xe3\x8f\xf3\x7d\x99\x2d\x8d\x04\xe3\x51\x15\x62\x7f\x30\xb1\x50\x34\x8a\x74\x45\x35\x86\x63\x11\x90\xdb\x6c\x91\x02\x1f\x57\x23\x84\x5d\x63\x84\xa7\x7e\x59\x7b\x58\xea\x77\x21\x37\x41\xe7\x63\x5f\x80\x51\xc3\x3b\x11\x4d\xc2\x1e\x11\x13\xe5\xdd\x7b\x2d\x6e\xc5\xb5\x7e\x9d\x7e\xcf\xa1\x48\xd0\x8c\xe1\xa0\x74\x70\xeb\x8e\xfb\x3a\x98\x85\xe7\x23\x63\xdc\xd2\x01\xb1\x8d\x6f\x80\x59\x1c\x16\xcf\x30\xe6\x53\x88\x2b\x25\x53\x51\x33\xcb\x68\x5d\x2b\x39\xc9\x40\x0e\xba\xaa\x3b\xb8\xfe\x1a\x52\x55\x5d\xe2\x35\xd8\x5f\x19\xb5\xe0\x3d\xcf\xe7\x8b\x2b\x6a\x20\xf7\x5f\x2b\x29\x0e\xc6\xe6\x39\x43\xfd\x24\xf0\x3e\x18\x1a\xce\x4d\x70\x85\x15\x31\x70\x70\xc9\xc4\x0d\x2c\x25\x30\x51\x3e\x6e\xe4\xe3\x0c\x13\xb5\x59\x89\x6e\x6c\xfb\x8b\xa2\x1a\x88\xb1\x50\x83\x08\xdf\x81\x2a\x8d\x01\xa1\xb2\x65\x5f\x09\xa7\xec\x0f\xbd\x20\x46\x47\x86\x9b\x45\xdb\x1c\xef\x30\x5d\x55\xb5\xa6\x00\x36\x66\x0a\x3f\xd6\x7c\x57\xdb\x76\x49\x31\x29\x2d\x36\xdf\x99\x82\x1a\x73\x98\x4a\x7b\xeb\xa0\x41\x33\x90\xde\x8a\xf5\xa1\x86\x78\xd8\x68\x6f\xd2\x7b\x3f\x7f\xf9\x16\x53\xe3\xe0\x1d\x58\x19\xde\x1e\x6f\x98\xfb\xf9\xcf\x6f\xed\xdd\x07\xf7\x7e\xfe\xea\x2d\xa5\xcc\x1a\x34\x9f\xaf\xb2\xad\x49\xf9\x06\xc5\xd6\xdc\x1b\xd9\x6d\xb1\xa9\xd6\xdf\x37\xe6\xa2\xa8\x3b\x8b\x79\xf3\x40\x3e\x44\xa1\x92\x13\xea\x39\x52\xf2\x1e\x36\x4a\xe2\xfc\xe2\x4f\x4c\x16\x38\xc5\xca\x80\x2a\xe4\xf2\xe5\xe9\x90\x2a\x54\xdd\x6e\x2e\xd0\xb0\x48\x38\x5e\xf0\xdf\x20\x19\xba\x1e\xb8\x04\x05\xb0\x36\x7d\x17\x00\x09\x05\x5c\x00\x41\x91\x23\x00\x60\x3d\xaa\x64\xf9\x13\xff\x7a\x40\x4b\x43\x70\xbc\x73\x83\xd5\xce\x66\x17\xe9\x6b\x16\x85\x1d\xc9\x69\xc0\x66\xbd\x59\x4c\xdf\x38\xbd\xda\xb9\x33\x65\xc7\x5f\x65\xae\x52\xeb\x85\x9b\xab\xe8\x1a\xec\xa0\x59\x63\x08\x70\x5c\xff\x47\xe2\xdf\x74\x97\xfa\x75\x3e\xd2\xf7\xe5\x78\x63\x21\xe9\x8a\x70\x61\xb3\xde\x16\x21\x74\x03\xb2\xfd\xfb\xa1\xcb\xf3\x94\x9e\xe2\xe9\xfc\x81\xbd\x62\xfe\x06\x18\xea\x15\xf5\xd7\x60\x66\x15\x53\x5d\xd3\xc6\x8b\x16\x8f\x6f\x43\xa0\xb1\x09\x5b\xde\x99\x0d\xfb\x9d\xe3\xec\x6b\xca\x35\xa9\x7c\xbf\x23\x78\x14\xa8\xcf\x01\x54\x0e\xc7\x63\xed\xae\x94\x6a\xbc\xee\x8a\x24\x40\xbc\xc4\xb1\xc7\x0a\xa0\xe8\x7c\x8a\xa2\xaa\x45\x35\xd7\x40\x2c\x12\x6f\xd8\x5d\xc2\xb2\xd5\x0d\x23\x19\xc5\x19\xbb\xb8\xee\x80\x5f\x27\x33\xdc\xb3\x8c\x75\xcf\x41\x24\xb6\xb7\xb2\x7e\x1b\x1b\xe8\x35\xaf\x07\x49\x70\xdb\x60\xbb\x43\xc2\x60\xf2\x02\xa3\x42\xb2\x66\xc1\x09\x0b\x15\xe6\x7d\x97\x40\x9d\x77\x76\x81\xa9\x33\x25\xc3\x81\x96\xf2\x7d\xcd\x27\x9b\xaf\x69\x52\x6d\x47\x5f\x97\x75\x59\x0b\xb3\x91\x3c\xc1\xe1\xfa\x9f\x51\xa9\x0f\xc7\x3e\xe6\x47\xf9\xa3\x3f\x19\xd6\x31\x1b\x26\x11\xf9\x22\xaa\x79\x60\x39\xfc\x51\x1c\x73\x9d\xe5\x20\xfa\x28\xc1\x82\x3c\x41\xa7\x26\x1e\xe9\x00\x35\x5c\x5c\x8b\x3b\x3a\x58\x6b\xc4\xa2\xc4\x69\xb9\x62\xa6\x99\xe8\x0e\x12\xe0\x8c\x0c\x7a\x81\x19\xb6\x92\x25\xde\x62\x34\x1a\x1f\x58\xa5\x7d\x9e\xe6\xad\xf6\x72\x16\xcf\x02\x39\x21\x12\xd4\xf8\x23\x1c\xc0\x3d\x90\x61\xf1\x82\xb3\xa9\x83\x0e\x4f\x77\x5d\x72\xe4\xd1\x78\x6d\x31\x96\xba\x6a\xc9\xf5\xa5\x29\x12\x95\x1a\x89\x60\x99\x50\xd2\xae\x68\x06\x89\xcc\xc0\xe7\xf1\x0a\x06\x9d\xf5\x46\x5a\x80\x58\x98\x3e\x84\xff\xf5\x67\xc0\xff\xa6\xc3\x39\x46\x02\x2f\xc8\x67\xc4\x94\x89\x68\x2c\x00\xa9\x51\xdd\xd8\x95\x70\x17\xb1\xd6\xe1\x31\x6a\x14\xab\x42\xbc\xc4\xc4\x69\x73\xe6\x6a\xb7\x1b\x64\x82\xda\xda\x0d\xfa\x38\x50\xaf\x5b\x09\x4d\xd6\x59\x90\xf9\x13\x27\xcc\xb9\xad\x9e\x99\x4c\x95\xc5\x09\x57\x11\xa3\x39\x77\x8e\x31\x21\x61\x1e\xd1\xf4\x1d\xf4\x3d\x70\x50\x61\x05\x03\xed\xde\x71\xc5\x59\x86\xc8\xd2\x77\x59\x04\xc6\x4c\xa2\x26\x48\x12\x30\xf6\x01\xc3\x5c\x02\xc6\x01\xa8\xe2\x7d\x1a\xf0\x3e\x72\x0f\xb9\x50\xc8\x3f\xd1\x0f\xa6\x93\x02\x5d\x16\x40\xa2\x5d\xf2\xb2\x01\xd7\x21\x52\xc0\x3b\x2f\x26\x33\x62\x34\x72\x95\x8f\x99\x69\x41\xe5\x84\xd2\x61\xfa\x9b\xd3\xa1\x69\xf9\x57\xbe\xfc\xba\xb3\x19\xd2\x2f\xc9\xdb\x22\xa3\xec\x50\xcb\x2b\x1c\x05\x0f\xf6\x4f\x0d\x72\xef\xe7\x7f\x79\x6b\xdd\x50\xe4\x3c\xb2\x69\xf4\x0c\x80\x34\x83\x1c\x03\x52\x65\x56\x72\xbf\x08\x7e\x44\x75\x62\x55\x81\xff\x82\x6a\x06\x9b\xaa\xc1\xc1\xfb\x7b\x73\x0d\xb9\xda\x01\x81\x68\x55\xa2\xd3\xe7\xd8\x96\xc1\xa6\xf6\x6e\x78\x17\x29\x7f\x86\x4d\xa7\xaf\xf6\x86\x55\x92\x78\x21\x92\x77\xd5\xa6\xf1\x87\x86\x81\x86\x22\xcc\xd8\x32\x11\xd7\xa4\x86\xf8\xb7\x84\xf4\x60\x84\x94\xf4\xc1\x75\x47\x3a\x02\x56\x3a\x83\xf3\x45\x16\x7b\x34\x49\x51\xea\x1f\x97\x1f\xb0\xbf\x20\xb2\x6e\xe6\x70\xb1\x6f\xd1\x40\xb3\x5a\x37\x9c\x66\xd1\x53\x4e\xde\x4c\xd4\x06\x4e\x23\xd7\x4e\x5d\x55\x61\x81\xde\x98\xe5\x96\xb2\x0c\x15\xe4\xfd\xb2\x2a\x8b\x6d\xeb\x32\x76\xe1\x59\xc4\x04\x9d\x74\x31\xa8\x3b\x4b\x68\x03\x0f\x82\x18\x8a\x8a\x79\x71\x98\x30\xbb\x60\x04\x24\x27\xab\xe6\x64\x5a\x22\x20\x05\xee\x3b\xc3\x35\x91\xa6\x3c\x4c\x65\xd5\x07\x95\x0f\x92\xd0\xae\xc9\x34\xf1\x3b\x7a\x17\xe9\xe4\xe3\x63\x10\xc1\x61\xe3\x36\x81\xc5\x10\xc3\x7b\x78\xe4\x28\xe1\xec\x2e\xab\xd0\x21\xbb\x7f\x08\x15\xe9\x7c\x9f\x62\x2a\xef\xe1\x5a\x4c\xbb\x22\x74\x1a\x3f\xd6\x74\x10\xba\x4a\x4e\x37\xb5\x26\x6a\x67\xd3\x77\x71\x62\xd6\x01\x50\x18\x1e\x83\xd3\x01\x6b\x8f\x88\xa4\xf0\x0f\x83\xe6\x9f\xff\xe9\x5e\xfe\x05\x71\x91\x81\x3f\x60\xcf\x7c\x88\xc4\x53\xc9\xb8\x9c\xb7\x9e\xaf\xb1\x23\xcc\xe4\x57\x8d\x6e\x39\xc0\x01\x60\x4d\x0c\xc8\xa6\xfc\x22\xed\xec\xdd\x24\x50\x7b\x06\x97\x6f\xa8\x7b\x08\x2a\x0c\x35\x2d\xc1\xc7\x83\xda\x96\x7e\x9d\x3c\x94\xba\x30\x40\x33\x9c\x42\x3d\xcf\x3b\xc0\x38\xa4\xec\xa4\xaf\x78\x72\xf3\xa1\x2c\x39\x8d\xb5\xcd\x49\xf7\xd8\x9b\x8f\x08\x77\xfd\x41\x22\xc9\x2e\x5e\x23\xb0\x25\x8b\x0d\x5c\x75\x01\x8f\x1d\x2e\x98\xd8\x54\x09\xa5\x62\x61\x26\x57\xb5\x25\x59\x78\xfc\x38\x7c\x01\x45\x4a\x40\x77\xff\x04\xf5\x98\x1f\x7d\x03\x27\x3a\x54\x32\xcf\x86\x76\xed\xf0\xa3\x02\x61\xb0\xfe\xe4\x73\xcd\x1f\xfa\x45\xbc\x68\x60\x36\xa1\xbb\x46\x42\x15\xc3\x6f\x2e\x03\x9a\x74\x3a\x67\x3c\x49\x39\x65\x27\xd1\xb7\xc1\x30\xbd\x3c\x66\xb3\x04\xee\x7a\x0e\xec\x07\x2c\x92\x86\x9f\xfd\x05\xfe\x9b\xee\x76\xd3\x3c\xff\x4c\x72\x1a\x0c\xe1\xe3\x98\xc0\x10\x4e\x07\x7c\x4e\x9d\x17\x57\xd8\x0d\xb1\xd2\x61\xe3\x85\x67\xab\x7b\xd5\x82\x9d\x15\xd3\x33\x1f\xb4\x05\xda\x16\x9b\xd8\x62\xe3\x39\xba\x50\xb1\x1a\x5c\x61\x92\x78\x4c\x4d\xaf\xe4\xc1\x58\x34\x4d\x7f\x91\x7d\x01\x25\xf8\x26\xac\x7c\x38\x77\x0d\x6f\x19\x4e\x9c\x81\x14\xb2\xb4\xb8\x2f\x41\x5b\x1b\x40\xad\xea\xb1\xd1\x2e\x3d\xf1\x9d\x18\xc3\x44\x4c\x08\x67\xe0\x3c\x91\x46\x2a\x1e\xf6\x3d\x8b\xe6\x71\xc0\xe7\x2c\xa6\x3f\x85\x0a\x12\x7c\x72\x42\xd7\xb3\x1f\xc7\x1c\x96\xc6\xa6\x33\x86\x3a\x87\xe4\x87\xcb\x62\x5b\xa4\x3f\xc2\xff\xe8\xaf\x19\xda\x26\x31\x2d\x5a\x90\xa6\xa5\xd8\x25\xf8\xfd\x4e\x54\xc1\x2f\x19\xbf\xb9\x68\xf7\x57\x4d\x7b\x94\x5c\xd6\x28\xe6\xe8\xe5\xe0\xa2\x6d\xff\x8a\xdc\x41\x5e\x6f\xbb\x58\xdd\x81\x5a\x1b\xc2\xb3\x04\xfd\xc6\x9c\xd7\xe0\x8c\x87\x93\xc3\xb0\x2a\x00\xc5\xe7\xf4\x30\x84\xa3\x3d\x88\x6e\x9c\x8a\x92\xf5\x57\x54\x3f\x78\x3b\x82\x7e\x8b\xa4\xe0\x8b\x9d\x05\x8c\x3e\x73\xac\xd3\x5a\xde\x46\xe0\x0a\x9e\x18\x51\x15\xf5\x0e\x11\x35\x86\xda\x79\xce\xf9\x44\xc8\x49\x79\x59\xb7\xc5\x35\x45\xed\x31\x87\x74\xec\x39\x13\xba\x99\x1c\xed\x91\x65\x51\x0e\xc2\x60\x52\xd6\x89\xe4\xf4\x99\xdc\x9d\x65\xc0\x02\xd0\x23\xbd\x67\xd5\x11\xc3\xea\x34\xdd\x71\x6e\xf1\x2e\xa0\x66\x74\x24\xb0\xd7\xf9\x82\xb2\x46\x85\x92\x74\xb4\x5c\xfd\xee\x57\xed\xa1\x37\xcf\x4a\x74\xd2\xb9\xd2\x4b\x9b\xfc\xae\x70\x93\xa7\x3c\xae\xfa\xdb\xbb\x5b\xf4\xa0\xc7\xbd\xeb\xd2\xf2\x2a\xc3\xc5\xb1\xb2\x36\x1f\xd5\xf0\xe2\x7a\x0e\x3d\xf1\xa0\xc5\x33\x86\xa8\x95\x34\xd0\xe1\x97\x20\x89\x20\x2c\x51\x19\x65\x06\x84\xaf\xb5\xa9\xeb\xad\xc5\xa0\x52\xfa\xc3\x97\xaf\x8b\x96\x3f\x61\xa6\xf3\x67\xf1\x37\x8c\xa3\x5d\xfa\x77\x24\x9e\x22\x9b\x6b\xc6\xa7\x47\x21\xab\xaf\x7c\x26\x4e\x17\xbd\xea\x6a\x48\x38\xe0\xf8\x3a\x03\x84\xf0\xeb\xe2\x20\x36\xb4\x2a\x7f\x24\xb0\x54\x5d\xe1\xf2\xac\x21\x6f\x38\x4c\x7e\x8c\x51\xc1\x54\x88\x61\xa6\xfc\xd4\x42\xe4\x4b\xb6\x30\x30\x53\xca\x3f\xe2\x06\xcc\xf2\x0b\xa4\xd2\x79\x30\xc7\xe6\x92\x42\x4e\xdb\x41\x2e\x6d\x6d\x83\x3b\xcc\xb4\x81\xe8\x42\x90\x8f\x1c\x2e\x88\x53\xd3\x91\x14\x01\x54\x43\x8f\x0f\x47\xac\x9c\x08\x55\xe0\xc0\x60\xd3\x68\xd0\x64\xd8\x73\x07\x5c\x92\x79\x8f\x47\x37\x2b\xe7\x44\xb5\xdc\x5d\x45\xa5\x86\x49\x91\x6f\x10\x55\xa6\x44\xe5\x8f\xb9\x22\x93\x2c\x4c\xc9\x74\xb8\xae\x73\x9f\xeb\xc8\x73\x57\xd2\x2f\xab\xff\x37\x3a\xcb\x74\x3b\x74\x81\xc4\xf3\x27\x49\xd8\xf1\x39\x07\xcd\xdf\xf6\x26\x5b\x68\xb6\xb0\x00\xa0\xac\xed\xd1\xae\xdd\x45\xbb\x36\x8b\x8c\x00\x43\x27\xaa\x45\x1b\x0f\x45\x63\xe8\x25\x30\x7d\xd3\x64\xe4\xc2\x35\x0e\x0b\xea\x75\xde\x72\x9d\x3e\x50\x0e\x76\x21\xf5\x69\xad\xc2\xd7\xc0\xaa\xa6\xc2\xa2\xf0\x83\x21\x61\x17\x9f\xd2\x83\x73\xcb\x15\x26\x5f\xf4\x41\x65\xd6\x5e\x53\xf6\xa2\x46\xc4\xf6\xbf\x61\x70\xf4\xdf\x93\xbf\x21\x2a\xc3\x3f\x68\x5e\x7f\xff\x77\x15\xe3\x5d\xea\xdf\x28\x7f\xc0\x11\x15\x79\x66\x9e\xa3\xc8\x59\xcc\xd4\x35\x3e\xc7\x7e\x34\x5a\x37\x84\x3b\xc9\x25\x3c\x39\x1f\xc3\xdc\x17\x1f\x44\xd1\x7a\xbc\xbd\x36\x7b\xb9\x9e\x10\x35\xe3\xc0\xa5\x87\xb0\xe1\xe8\xbb\x1b\x22\x66\x8e\xc7\xb2\x99\x5f\xb3\xe5\x99\xef\x65\xfc\x11\x41\xaa\xb2\x2b\xa7\x71\x0e\x13\x6c\x0c\x2b\xf1\x3c\x03\xcf\x93\xbc\xef\xf8\x82\x48\xc6\xa0\xe5\xb0\x4f\x0f\xaa\x20\xcf\x60\x94\x10\x44\x32\xc0\xc0\xad\xcc\x79\x6a\xc5\x37\x8b\x12\xc6\xfa\x19\xd0\x7b\x3e\x94\xbf\x07\xd5\x08\x96\x5d\xf6\x28\x71\x4a\x23\xe1\x7c\x88\x93\xed\xcd\x6f\x3b\xf1\x0b\x0c\xf3\x89\x0e\xe4\xac\xfe\x0d\x11\x0c\x24\x8a\xdc\xa0\x89\x8f\x86\x8a\xeb\x08\x29\xa1\x74\x8b\x7d\x30\xf8\xac\x25\x05\x46\x24\xa8\x09\x48\x6c\x3e\x3f\x9a\xb5\xa6\xae\x73\xc9\x65\x4c\x01\x53\xde\x74\x2d\x2c\x6d\x36\x02\x78\xcc\x50\x07\x7c\xd3\xfc\xcb\x74\x9a\x50\xbe\xce\xc6\xb2\xc0\xc8\x91\x13\xc8\xc9\x96\x92\xd1\x86\x5f\x5d\x50\xb8\x84\xc9\x7d\x00\xd6\x39\x60\x58\x4e\x31\xd0\x4d\x94\x0f\xe8\xb6\x31\xff\x7c\x60\x4c\x98\x2f\xb9\x10\xdf\x36\x64\x7f\xb3\x2d\xcb\xae\xb0\xdb\x9c\x70\x26\x0f\xfd\x39\x17\x07\x26\x82\x27\x58\x4c\x00\x0c\x2d\x80\x27\xd1\x3a\x9f\x8a\xb2\x27\x28\x17\x5e\x71\xe5\x55\x56\xd7\x5d\x98\x39\xef\xeb\xc1\x7e\x46\x30\xe6\xcc\x35\xae\xed\x1f\x0c\x31\x18\x20\x56\x0c\xd4\x68\x7a\x8e\x05\xc7\x1b\x31\xb3\x61\x28\x71\xfc\xb2\x09\x6e\xf6\x82\xa3\x60\x0b\x8e\x77\xe9\x47\x45\x1c\xc1\x4e\x6f\xcb\xce\x16\x17\x1c\x2d\x42\x1a\xb2\x23\x61\xdb\x8f\x02\xf3\x27\x6d\x86\x86\x7e\x70\x02\x74\xa2\x2c\x8e\xbe\x1d\x5e\x00\x79\x17\x22\xa8\xdc\x09\xe0\xfd\x0e\x89\x52\xcf\xa9\xec\x48\xef\x2a\x52\x93\x52\xde\x27\x35\x73\x84\x6e\xf1\x98\xdc\x69\xc3\xe0\xfc\xc8\xf0\x7f\x1e\x0e\xcf\xce\xfb\xc3\x91\x73\xdc\x40\x19\x9e\x0f\xff\xb5\x41\x7f\xf2\x70\x60\x1f\xf1\x75\xeb\xa8\x5f\xf1\xa1\x0f\x1b\x6a\x42\x55\xc9\xd2\x9b\x58\x8a\xa0\x92\x51\x49\xc6\x96\x74\x46\x79\xdf\x85\x3e\x8f\xfc\x4d\x89\x7e\x86\xb9\x57\x30\x64\xda\x07\x7a\xf5\x27\x16\x0a\x54\xa1\x9b\xef\x6d\x56\x99\x43\x4c\xde\x48\x47\x53\x65\x60\x7b\xa9\x1e\x86\x27\x94\x8d\x96\xac\x68\x72\xa6\x4b\x57\x6d\x97\x6d\x89\x09\xe0\x8b\xe6\xf6\x1b\x86\xe3\xc2\x48\x45\x9c\xdc\xba\xa4\xa0\x9b\x59\xc8\x60\x87\x11\x3d\xde\x1e\x17\x30\x8e\x98\x91\x55\xb9\xf0\xba\x49\xcf\x8a\x56\x04\x91\x26\x0e\x19\x3e\xd4\xc2\x8b\xb0\xfd\x96\x12\x14\xea\x9b\x36\x66\x57\x53\x42\xf7\x8f\xb4\x56\xc4\x0b\x78\x74\x72\xff\xe3\x14\xf3\xa1\x47\x95\xa3\xd9\xd6\xbd\xd7\x16\x72\x5e\x0d\xfa\x74\x62\x22\x2e\xce\x21\x9d\x46\x29\xdf\xd8\xeb\x38\xc8\x45\xb8\xd3\xe4\x5f\x2e\x88\x4a\xb4\xbe\xa5\x4d\x0e\x2d\x6e\x88\x89\x08\x9f\x4b\x96\x55\x54\x66\x19\x07\x24\xc9\x2e\x7a\x6b\xb2\x6c\x23\xe1\x87\x48\xb2\xe9\xf1\xb6\x23\x65\xec\xf4\x2d\x16\x24\xda\x05\xd1\xf6\xf0\x76\x33\x2d\x12\x48\x24\xe6\x98\xbd\x0d\xa3\x4d\x24\xe5\x5b\x74\x96\x30\xc5\x06\xe7\xf7\x96\x77\x93\x28\x24\x37\x57\x2f\x73\xe0\xfe\x5e\x9d\xbf\x71\x0a\xe3\x4c\x4e\x74\xe6\xb2\xed\x55\xfc\x44\x52\xf2\xb8\x21\xc6\x89\x1d\x90\x0b\xe4\xec\x50\xf3\xd4\xdc\x1e\x80\xe3\x56\x48\xef\xcc\x71\xb0\xba\x97\x44\xf8\xa3\x37\xfa\x2a\xdc\x82\x80\xea\x43\x75\x0f\x2b\x74\xdc\x90\x9f\xa4\xcc\x51\xfe\xd4\x71\x73\x98\xb4\xe1\x82\x3d\x5a\x3f\xaa\xd9\x39\x3c\x3b\x45\x6f\x5d\xd1\x2d\x81\x84\x83\x5e\x66\xf4\x5a\x05\xbe\xca\x07\xf3\xb8\xc2\xc7\xb8\xf8\xad\x9b\x8e\x3c\xa6\x6c\xfb\x91\x06\xf2\x84\x08\x39\x40\xd3\x5d\x80\xd1\x23\x1c\x3d\xfb\xba\xb3\x9b\xe9\x63\x18\x7f\x0d\xc8\x3f\x0d\x3b\x56\x36\x41\xe6\xdb\x7b\x3d\x02\xb0\x8f\xbc\xc1\x86\xfb\xd1\x1b\x5a\x97\x8d\x6f\x6a\x4c\xe3\xb5\xe3\x7b\x76\xd1\x52\x48\x51\x4f\xe9\x00\x61\x8c\x38\xcd\x04\xaa\x64\x35\x0c\x82\x1d\xa3\xf8\xc5\x53\xbe\xe3\x2b\x7d\x99\x50\x31\xbe\xd7\x31\xfb\x25\xb3\xea\x09\x10\xa3\x88\x6e\x32\x9d\xb7\x5a\x4b\x40\xbc\x40\xe2\x39\x56\xc1\x82\x14\x6f\x81\x07\x46\xbe\x46\x9e\x92\x19\x56\x63\xa5\x2c\xb9\xfd\xaf\xc8\xa7\x7c\x04\x46\x7b\x4e\x31\x9c\xe2\x33\x40\x78\xd9\x8c\x54\x59\xd4\xf9\x95\xe6\x36\x18\x28\x3a\xe4\x3d\x45\xd5\x76\x84\x0f\x23\x41\xa1\x66\x61\x64\x56\x7f\x6d\x58\xd1\x1c\xe7\xe4\xf1\xb1\x62\x9c\x4a\xdb\x3f\x56\x02\x45\xdc\xa9\xa6\xa0\xa4\x48\xf5\x8e\x04\x7d\xaf\x8e\x26\x36\xd2\xe0\xf1\x09\x58\x35\xe6\x30\xaf\xbb\x05\x39\x5f\xcf\x06\xf3\x26\x57\x91\x40\x3c\x40\xc2\x8b\x63\xc1\x50\xa4\x74\x10\x5e\x88\x83\x5b\x1b\xf7\x0e\x52\xc1\x29\x29\x16\x9a\x86\xf0\x34\x43\x8f\x80\xdc\x39\x89\x89\x4f\x3e\xa5\xb6\x92\x0e\x29\x17\x97\x57\x64\x8c\x4c\x85\x02\x43\xb1\x2e\x87\x84\x0e\xbe\x3b\x57\x35\xac\xd2\xdf\x07\x61\x11\xa4\x6e\x7a\x1c\xda\x34\xb1\xc1\xe8\x25\x10\x3c\x82\x29\x24\x97\xa9\x2d\xcb\xd7\x48\x73\x45\x9c\x0e\x49\x2f\xee\x14\xc3\x1e\x76\x61\x43\x47\x18\x15\x19\xc8\x03\x9f\x98\x16\x73\x15\x49\x5e\x14\xb8\x47\x2b\xcd\x0b\xa6\x07\xda\x9a\x70\xd3\xe9\x91\xad\x8c\x93\x40\x69\x40\x8b\x65\x16\x78\x25\xd6\x91\xce\x73\x6c\xf2\xf2\xc1\xe7\x7f\x39\x7f\xf5\xf2\x48\xe6\xf8\x7e\x7a\x79\x79\x39\xc5\xca\xd3\xae\x01\xc4\xc6\xc2\x5c\x26\x7d\x84\xcf\xa0\x3d\x30\xed\xf2\x9b\xfb\xf0\xef\x17\xb3\xe4\x0c\x6f\x85\x98\xb4\xae\x38\xdb\x33\x45\xa1\xef\xfe\x89\x6b\x42\x8e\x0f\xe9\x87\xc2\x6c\xdd\x21\xb7\x83\x9b\xc7\x8e\xbd\xbc\x79\x14\x0c\x16\xb0\x11\xcb\x06\x06\x3e\xa7\x7f\x82\x62\xe0\x28\xb6\xe3\xd9\xe2\xfa\x95\x0a\x18\x83\x26\xf0\x1c\xfe\x88\x15\x53\x5c\x81\x9d\xaf\xd8\xed\xca\xeb\xac\x2e\x4c\xe5\x4e\x00\x45\x14\xf9\xbd\x12\xe6\x58\xbd\x46\x94\x58\x66\x40\xc9\xc8\xc2\xfb\x6d\xbf\x1b\x8a\x7c\xa9\xab\xf2\x0a\xe8\x08\xbf\xa5\xc8\xdb\x84\xe5\x8a\x4a\xda\xfd\xac\xdf\x98\x9e\x01\x30\x48\xa3\xc9\x8d\x06\x96\xb1\x91\x10\x5b\xe3\xe4\x39\x12\xba\x82\xb8\xe6\x5e\x17\x9c\x1e\x2e\xc5\xe3\x08\x08\x49\x61\xbc\x1a\x0b\xca\x92\x5a\xe1\xfb\x1c\x36\x66\x8b\xa2\x7b\xff\x79\xfc\xbb\xe8\xdd\xc8\x4f\xe7\x3e\xc6\xc2\xa8\xd9\x6c\x0c\x16\x29\xde\x66\xa3\x40\x52\x72\x99\xe0\x2f\xa7\x8b\x09\xdf\x45\xf6\x07\x96\x5e\xc3\x60\x9d\x53\xbf\x54\x6d\xf4\x0a\xd4\x5c\x4e\xa0\xd3\x34\xfa\x57\xe8\x54\xf6\x67\x39\x35\xd8\x4b\x96\x38\x5a\xa2\x72\x3d\x66\x91\x88\x44\x9f\x4f\x18\x67\xa0\x85\x00\xf5\xd9\xcb\x38\xcb\x5e\xbf\xf6\x68\xff\x63\x29\xeb\xfa\x52\x5e\x7f\x98\xa1\xe6\x87\x3d\xc0\xf5\xda\xc7\x6c\xa9\x92\x43\x19\xbd\xee\x87\x1a\x67\x9a\x09\x1d\x4e\xa2\xd6\x6f\xc2\xa3\x89\x90\xe0\x13\xe4\x89\xe6\x13\x4a\xb0\x18\x79\x5a\x9e\x63\x15\xa4\x0b\x14\xd3\xbb\xf6\xaa\x8c\x21\xbf\x4b\x20\x9c\xf5\xcf\x67\x90\x8e\xa3\xff\x29\x7e\x43\xb4\x7f\xae\x37\x40\x4e\x31\x52\x27\xab\xb2\x32\x04\xd5\xbe\xac\xaf\x38\x05\xd6\x09\xfd\x3d\x7d\x01\x7f\xc7\xeb\xf2\x95\x82\x3a\xe3\x42\x81\xaf\x2a\x4a\xd0\x90\xa1\x89\xd2\x39\x01\xe1\xc6\x67\xe5\x4a\x4e\x22\xe6\xf2\x61\x20\x7f\x1e\x04\xd4\xa2\x0b\x1a\xfb\xab\xa8\xaa\x2f\xce\xb1\xd1\x4b\xf8\x83\x06\x59\x71\x71\x0d\x69\x07\x45\x05\x06\x0b\x95\xa7\x58\xbc\xe3\x76\x22\xeb\xea\xe7\x9b\x72\xf9\xc2\xbc\x64\x1b\xb8\x0a\x8c\xad\xba\x97\xdf\xc9\x55\x89\xd3\x55\x0d\x87\x1b\xe6\xa6\x0a\x5b\xc6\x09\xaa\x86\xad\x9d\x72\x69\x77\xd8\x46\x16\x6d\x69\x98\x73\x8a\xde\x6b\x1e\x74\xf9\x49\x49\xa7\xc6\xf7\x5d\xa4\xa0\x00\x57\xc6\x94\xae\x83\x06\x8c\x31\x2f\x87\xca\x24\x11\x88\x02\xfc\x54\xda\x15\x08\x44\x3e\xa1\x8a\x7b\xdb\x3b\x3c\x4d\x41\xce\x18\x35\xf9\x70\xa0\x71\xec\x31\x3b\x9a\xa9\xe3\xd6\x49\x7b\x28\xba\xd5\xde\xee\x46\x9b\x23\x96\x2f\x9a\xfa\xd2\x62\x56\xa6\xae\x59\x9a\x94\x5e\xe5\xa4\x17\x63\x72\x17\x20\x58\x71\x45\xf4\x10\x05\x74\xfa\xbe\xb1\x7b\xf2\x32\xa6\x42\xb6\xd7\x8a\xe7\x20\x17\x91\x17\x5d\xfc\xba\x1f\x7b\xa3\x9e\xc0\xd7\x29\xfb\xd4\x85\xde\xa8\xd4\xc8\x6e\xea\xcb\x39\xfe\x45\x39\xa6\x30\x9b\x12\xd4\x05\xfe\xb5\x45\xe4\xd9\xe2\x1b\x93\xc4\x2b\x07\x95\xed\xbe\x04\x5e\x98\x5e\xa8\x7c\x0a\x34\x16\x0d\xdc\x89\x44\x48\x06\xb5\xba\xaa\x58\x15\x26\xd7\x7a\x36\xdb\x01\x4f\x1c\x56\xc2\xd1\x78\xbb\xf5\xd2\x4e\xc8\x25\x49\x3c\x1d\x1d\x9b\xef\xb5\xb2\xe4\xa4\x2f\x3f\xa0\x2a\x67\x00\xf9\x89\x04\x15\x5f\x29\xcc\x71\x42\xfd\x09\xd4\x87\x55\x65\x17\x80\x5c\x3e\x7c\xfe\x92\x7f\x50\xc4\x27\xbf\xe7\x4f\xa9\x5b\xdd\xea\x35\x9e\x74\xe6\xe2\x4a\xbf\x93\x3f\xdc\x17\x0e\x09\xa6\xbf\x25\x9c\x4e\xaa\xb8\x1a\x79\x93\xad\x5a\x4c\x39\x04\xc8\xb1\x72\xa5\xfb\xc6\x68\xb3\xd7\x8d\x99\xf6\x1b\x01\x9c\x70\x23\x1f\x57\xf9\x05\xbf\x95\xe8\xbe\x90\xcb\x4d\xe0\x66\xa3\xe5\x19\xca\x71\xa9\x87\x81\x87\x8d\xba\xba\xc2\x5d\x73\x8f\x5e\x9d\x76\x14\x63\x30\x2a\x21\x25\x3f\x74\x44\x98\x89\x19\x05\xa2\xa5\x7a\x27\x1e\x79\xc3\x51\x7c\x61\xc4\xf5\x82\xb2\x2a\x44\xd6\xac\x59\x34\xf1\xa0\x3d\x4b\x03\x25\x8b\xf5\xce\xb2\x0c\xb8\x5e\xc3\x45\x87\x8c\xe5\xe0\xdd\xd6\x2a\x01\x76\x66\xc5\xc2\x3c\x45\x3e\x98\x8d\x32\x6e\xa8\x48\x27\xff\x0e\x71\x3f\xf5\xa3\xb6\xd9\x5a\x32\x5c\x65\x6b\x4d\xa6\xa3\x5f\x88\x97\x47\x2f\xe7\xa8\xf6\x20\xd3\x08\xa1\x9c\xa5\xc8\x66\x36\x7d\x05\xae\xe8\x54\x4a\xa9\x5d\x7e\x38\xb8\xf0\xf0\xe2\xd0\xb2\xde\x65\xa1\xc5\x97\x0d\x9a\xf4\x9d\xdd\x3a\xc4\x16\x3a\x51\x3f\xd4\xa8\x10\xc8\x3a\xf7\x01\x45\x09\xe4\x86\x4f\x31\xf5\xf0\x3f\xfe\xed\xff\x8e\xe0\xd7\x58\x36\xb7\x00\xe5\xf4\x31\xce\xb1\x96\x0a\x8a\xa2\xd1\xac\x46\x95\xda\xfb\xe1\x36\xb8\x34\x85\x35\xfa\xd4\x82\x50\x6a\xe9\x54\x88\xae\x33\xb3\xee\xe5\x9d\xe4\x0b\xc3\x59\xec\xb3\xf6\x1a\xce\x68\x9e\x89\x61\xcd\xc3\x6a\xe0\xb2\xe5\x66\x85\x19\xd1\xed\x46\x0f\xe0\x00\xcf\x3c\x0e\xa3\xd7\x4b\x74\xe6\x02\x3f\x87\x08\x17\xf5\xfc\x69\x97\x23\x87\x4a\xf8\x49\xad\xc9\xc6\x24\x7d\xe8\xd4\x5d\x6d\x51\x6d\xbc\xff\x3e\x5a\x43\xcd\xf3\x80\x37\xfd\x74\xb5\xda\x96\xb5\x0a\x19\xbf\xbe\xb9\x67\x68\xe4\xfc\x36\x3e\xe2\x9c\xa3\x70\xee\x1a\xe3\xcc\xab\xe1\xed\x35\x18\x55\x6f\x2c\x37\xc6\x6d\xd7\x55\xff\x04\xc5\x3e\x3b\xc4\x8e\x28\xe4\x02\x26\x84\x64\x9e\x21\x0b\xe2\xa6\x52\x5f\x56\x88\xb3\x70\xe3\xe8\x5f\x93\xc9\xcf\x75\xb3\x7e\xeb\x5f\xdc\x11\x0d\x39\x65\x6d\xc9\x7b\x6f\x59\x50\x2d\x97\xcb\x5d\xab\x8e\xa4\x74\x1f\x6f\x39\xc8\xa1\xc5\x3c\x13\xea\xa1\xe2\x04\xfd\x3e\x97\x16\xfb\x8f\xf9\x74\x5a\x33\x4d\x06\x81\x4f\x70\x44\x36\xd1\xf0\x95\xcd\x7d\xed\xbc\x8f\x8e\xc3\xc0\xd0\xbd\xa9\xf7\x98\x3d\x1e\xea\x92\x43\x51\x51\x5d\x14\x68\xbb\xa9\x77\x06\x4d\xfb\xfe\x55\x98\xa2\xe2\x94\xe6\xf8\xb0\x8f\xa5\x47\x7d\xec\x84\x5e\x65\x10\x8b\x00\xd9\x1d\x48\xe9\x6f\x1a\xf9\x70\xf8\xf1\x87\x20\x7d\x05\xf6\x27\x17\x15\x76\x1a\x4c\x1a\xe1\x33\xf4\x7b\x1d\x3e\x2c\xc4\x45\xb7\xd4\x54\x00\xff\x20\x2c\xad\x2a\x08\x5e\xb2\x8f\x05\xe9\x69\x7d\x4a\x7a\xab\x33\x21\xab\xae\xfa\x07\xb9\x31\x1c\x0d\xca\xd8\x3b\xcd\xd8\x08\xdb\xb0\x21\x76\x84\x2c\xc6\xb7\xdc\x2a\x4a\x1b\xe3\xf5\x16\x0f\x83\xfc\xa3\xd6\xb6\xdd\x8a\xf5\x17\x74\xc4\xa8\x1b\x72\x92\xfd\x76\xf4\xa5\x8a\xe1\xc3\x4f\x7f\x38\x9b\x50\xd4\x15\xe7\x6d\xfb\x84\x8c\x42\x7f\xdc\x51\xed\xf6\x77\x0f\x42\x2d\x6e\xfc\x00\x82\xfb\x32\x7c\x09\xe1\x8f\x7b\x97\xc5\x0d\x1c\x39\x8a\x60\x12\xf9\xba\xc5\x51\xd5\x7d\x2f\x35\xc0\xd8\x7f\xe6\xf5\x83\x98\x3e\x84\x8f\x1f\xf4\x27\xdc\x4b\xa7\x2f\xef\xe5\x07\x79\xf4\x9d\xbf\x72\xd4\xe3\xc7\x1e\x7b\xe8\xfb\xaa\x44\x8d\x0f\x7a\xab\x68\x72\xc3\x91\x37\x79\x0e\xb6\xf1\x10\xea\xcd\x90\x2f\x19\x75\x3b\x08\x2e\x15\x9f\xc8\xe9\x8f\xe4\x63\x3c\x60\xc6\x1d\x26\x66\xec\x4f\x14\x89\x90\xc4\x85\x7f\xd2\xc2\x1c\xd1\x1a\x81\xc6\xa1\xc5\xf5\x52\x34\x8e\xca\x7b\x81\xd5\x82\x75\x39\x4e\xbf\x4b\x62\x30\xe7\xb1\xa5\x5d\x0f\x75\x8f\x1e\x3a\x91\xdb\xa3\xdc\xec\x7d\x6c\x73\x9a\x35\x7d\xfe\x48\x28\xfb\x4c\xfe\xdd\x14\xfb\x79\x90\x99\x31\x7e\xa6\x69\x1a\x3a\x1f\x7c\xed\x9a\xf2\xc3\x31\xe1\x83\x31\xbd\x4f\x4a\x4f\x39\x35\xa3\xb8\x43\xfb\x3a\xec\x74\x21\x5f\xfb\xc5\xda\x36\xe8\xbd\xdf\x81\x3c\x79\xdc\xd4\xa5\xf1\x13\xc6\x07\x81\x8d\x9f\x63\x2f\x30\x3a\x6e\xea\x5a\xb9\x72\xb6\xbd\x6b\xce\xd6\x60\x2c\xe0\x28\xa0\x9c\x72\xf7\x70\x24\x89\x94\xcb\x9d\xca\x3a\x05\xba\xe9\xdc\xe3\x58\x2c\x02\x05\xfa\xab\xaf\xfb\xad\xf0\x1d\x65\x7e\x32\xd9\x5d\xc1\x7c\x07\xcf\xf0\xbd\xa5\x94\x7c\xf3\x30\xcc\x5a\x0a\xfb\x73\xe0\x52\xe4\x93\x24\xc9\x70\x7a\x0a\x7b\x7f\xcd\x0a\x8a\xe1\xd7\x28\xc1\x9b\xdc\x43\x84\xb6\x51\x9a\xbb\x42\x52\xdd\x92\x75\x9f\x12\x52\xa9\x6c\x34\x93\x2e\x49\x6e\xd0\x11\x45\x7c\x88\x07\x0d\x6b\x1c\x1c\x35\x2f\xe2\x87\xcf\xe3\xa1\x51\x5b\x1d\xd9\xce\xfc\x23\xf9\xfd\xf9\xf0\xbb\xf5\x32\x1f\x72\x07\x8c\x67\x13\x7e\x3f\x38\x1b\xf4\xa8\xe4\xe0\x57\xd4\x82\xab\x3f\xa1\x23\xb5\x21\x88\xe8\xee\xa6\xaa\x91\x37\x86\xec\x60\x7f\x76\x9a\x2a\x2c\x1c\x11\x79\x8b\xed\x30\x75\x18\x37\x38\x70\xfd\xf2\x47\x42\x67\x3b\x60\x3b\x82\xe4\x86\xec\x81\x3c\x48\xc5\x1c\x52\x8e\x70\x35\xe3\x5a\x0d\x7e\x9c\x95\x81\xe0\x6b\x28\x34\x7a\xb4\x4f\x57\xaa\xbc\x22\x2e\x71\xe7\xf9\x45\xfe\x78\xfb\xf5\x1d\xab\xe6\xb9\x85\xa6\x1f\x46\x1e\x32\x04\x9e\x23\xcf\xba\xbb\x39\x3f\x48\x29\x47\x3a\x1c\x3d\x52\x1e\x0f\x7a\x15\xda\x3f\xd6\x69\x58\x6b\xb0\x7b\x84\x2f\x9f\x40\xe0\x13\xcf\x34\x87\xbc\xa7\xf5\x6e\x97\x4e\x47\x88\xcc\x6b\x81\x8f\x68\x11\x7e\x8b\xa7\xe4\x75\xe7\x9e\x9b\x8b\x9e\xbc\x1b\x99\xa3\x77\x24\x80\xf9\xb9\xa9\x85\x24\xa0\x8f\x31\xe1\x82\x34\x9b\xb7\xee\x7e\x40\x45\xdc\xe6\x7f\x1d\xae\x46\x95\x25\xd8\x7a\x7a\xf8\x0c\x33\xf9\x88\xc9\xc6\xef\x99\x47\x4c\x5b\xfe\xa9\xa9\xdc\x42\x4e\x62\x32\x32\x3a\xbf\xf1\xe9\x85\xa4\x66\x7c\x72\xd1\xae\xeb\x4c\x91\xd2\xa0\x68\x82\x74\xc6\x79\xd4\x88\x74\x71\xc0\xad\x6c\xe6\x76\x32\x10\xba\xe2\x15\x5f\x59\x47\x3e\xc8\x07\x8c\xa4\xc2\xd0\x07\x2c\x50\x52\x07\xda\x5f\x74\x05\xeb\x9d\x23\x37\xc8\x55\x7f\x88\x91\xe3\x24\xbe\x6a\xe4\x55\xed\x2f\x4d\xdf\x63\x05\xc0\x7e\x4f\xc9\x87\x5a\x97\xf4\x30\x20\x3f\x2e\x75\x24\x3e\x5b\xef\x3b\xf7\x47\xea\x68\xf0\x64\xa9\x26\xfe\x0f\x82\xa6\xe8\xb5\x45\x2c\xc0\x27\xf7\x68\x1b\xdf\x4e\xf0\x39\xe7\x45\x9d\x35\x39\x3a\x3d\xf1\x5f\xf4\x42\xaa\x75\x62\x2f\xca\xa0\x40\xc3\xae\xe5\x11\xbd\xde\x9b\x79\xe3\xf2\x2d\x40\x39\x93\x17\x22\x45\x50\x19\x3c\x18\xc9\xe9\xc1\xd7\x18\x8e\x0f\xff\x74\x8c\x70\x13\x71\x05\x4d\xcf\xaf\x60\xda\xbb\xe9\x19\xae\xa1\x10\xca\xbe\xab\xab\x82\x7c\x0a\xf9\x5f\x20\x8f\x93\x7e\x74\x18\x3f\x17\x41\xbf\x4f\xc9\x74\x38\x69\xeb\x36\x2b\xd3\x37\xf8\xff\xaf\x93\x7b\xf9\xc4\x2f\x98\xd4\xde\x08\xb3\x65\xea\x74\xec\xc1\xd7\x5a\x0f\x01\x0a\x70\xee\x3c\x84\xcd\x69\x8a\xa4\xaa\xef\xfc\x84\x79\x6e\xa4\xb5\xef\xec\xd8\x60\x1c\xd6\xf5\xb4\x7e\x7a\xce\x5e\x13\x8b\xac\xda\xd2\x45\xf7\xcd\x82\x14\xc4\x8b\x07\x4e\xb7\x7a\x14\x94\xc5\x60\x0f\xbf\x44\x2e\xc1\xe1\x73\x34\xbe\x4a\xb0\x2f\x47\xd1\x38\x9c\xdd\x53\x5e\x81\xf0\x1f\x7c\x92\xcf\xb8\xfc\x78\x3b\x1c\x5e\xed\x3c\x61\x99\xba\x42\xfb\x12\xef\x14\x1d\x96\xc6\x4f\x5e\x84\x5f\x9e\x88\xef\x79\x58\x26\xe9\x73\xe3\x85\xb1\xe6\x3f\x2c\x3b\xad\xd7\x45\x35\x25\x4d\x79\xdc\xa7\x4a\x0b\xd1\x4a\x5d\x10\x65\xd4\x05\xe5\x79\x09\x4b\xc8\x81\xe7\x4d\x66\xe3\xd6\x44\xb0\x7a\x00\x0a\xa2\xff\xec\xb0\xc5\x71\x45\xbe\xd7\x66\x36\x86\x69\xac\x12\xf0\x8a\x32\x2d\x1f\xad\x0b\x72\x31\x66\x68\x3d\xa7\x7f\x46\x6b\xc0\x14\xd0\xe0\xab\x31\xfa\xbe\x0a\x86\x3e\x63\xa0\x3e\x3d\xdd\x51\x53\x4e\x64\xdc\x6a\xf6\x7a\x07\x9e\x05\xcf\xaa\x65\x25\x0a\x87\x46\xdf\xd6\xd4\x0b\xe0\x48\x65\x82\x7e\x2a\xee\x68\xaa\xef\x2e\x70\x18\xae\x97\x66\x83\x5e\xe5\x8a\x2e\x2a\xf2\x90\xc8\xbc\x4c\x6a\x53\x71\xea\x72\xcf\xa2\xf8\x77\x01\x3e\xa1\x75\x3c\x37\xed\xaa\xd2\xbe\x46\x23\x83\x0f\x4f\x8f\xae\x0a\xbc\x34\xa0\x0f\xe9\x32\xf0\xe6\x3e\xe6\x0f\xb7\x4c\x30\x6a\x1f\x4f\x6d\xa4\x9f\x4f\x80\x17\x5d\xc0\xd5\x9a\x6f\x22\x27\xbe\x93\xc6\xb9\xc7\xbe\xb2\xc5\xd1\xde\x7c\x00\xb2\x72\x44\xba\x3a\xe4\xad\xea\x86\xb6\x09\xb5\xd7\x62\xe0\xfb\xc8\x18\x07\x27\xfd\x89\xdd\x7f\x32\xc4\xd7\x45\x3b\x5f\x2f\x65\x61\x4f\x08\x81\x93\xa7\x70\xe3\x63\x54\xd4\x23\x64\xda\x97\x22\xaf\xf7\x62\x19\xb3\x88\xe6\x86\xbd\xb8\xa9\x8f\x74\x23\xde\x2b\xf2\x7c\x40\x2f\xd5\x7e\xa4\x29\x42\xfd\x00\xe7\xe7\x08\x67\xdb\x18\x7b\x55\x2d\x51\x9b\x88\x0f\x98\x91\x4f\x03\xf9\xfd\x5a\x8d\x14\xfe\x6c\x06\xe5\xf7\x39\x7d\x6c\x71\x6d\xc8\xde\x6f\x3f\x93\x37\x29\x3f\xff\x31\xa3\x57\x4f\xbe\x4e\xd0\x94\xce\x4a\x0c\x17\x43\x4f\x8e\x7e\x6c\x54\x27\x64\xd8\xb0\xdd\x98\x60\xfb\xc5\xad\x53\x88\xf7\x2a\x0e\x66\x63\x9b\xfd\x70\x2f\x2a\xd3\x71\x22\x0a\x58\x39\xa9\x4d\x47\x07\x08\x1c\x81\xfa\x0b\x25\xb4\x63\xc7\xcf\x28\xf4\x02\x01\xf9\xb9\xcb\xb4\xee\xc2\x26\xc5\xb5\x80\x33\x7c\x6b\x22\xe5\x80\x1d\x90\xe8\xff\xf6\xc0\x4a\xc3\x89\x44\x4f\x10\xf1\x0c\xd8\xa5\x31\x9a\x03\x19\x10\x6e\x59\x71\x82\x8f\x46\xf2\xab\x2a\xfe\xe6\xa6\x54\xe8\x30\x58\x5b\xe0\x1b\x62\xf4\x6b\xfa\x3d\xfd\x0a\x09\x63\x87\x99\x0e\x00\xdf\xea\xa6\xee\x40\x74\x33\xee\x39\x4c\xd8\x43\x29\xb2\x23\xf5\x41\x1a\x83\x03\x34\xef\x28\xb4\xdc\x35\x71\x89\xda\x80\x0f\x20\x37\x03\xd7\x8e\xf8\x19\x6d\x85\xfa\xeb\xa5\x44\x53\xaf\xc5\xfe\xdf\x24\x6c\xe1\x57\x4d\x6f\xd0\x56\x5a\xd5\x8b\x36\x83\xd9\x60\xa2\x6c\x76\xd3\x44\x2f\xd9\x61\xed\x7d\x4d\x0f\x1f\xcc\x4b\x00\x66\xb7\x9f\xe3\x7a\x6d\xfa\x9a\x0b\xe1\x92\xc5\xc2\xe4\x0d\x16\x0e\x47\xd0\x79\x49\xa3\x33\x2a\x4d\x8e\xa5\xf4\x50\x2b\xcc\xbc\x17\xb7\x78\x02\x25\x83\xda\x0a\xb9\x8d\xc9\xf6\x7d\xb8\x3d\x83\x32\x72\x40\xc7\xac\xa0\x11\xdc\xa8\x76\x1f\x00\xc6\x03\x80\x5a\xf2\xb0\x07\x5a\x15\x39\x08\xc1\x70\xf3\xb1\x03\xf1\xa7\x35\x21\xff\xa2\xf4\xf7\x34\x11\x9b\x5c\x9e\xae\xd0\x3d\x50\x62\x25\x6e\x6d\x58\x2f\xfe\x0a\x74\xcc\xa6\x54\xe5\xd5\x02\x2d\xfe\x21\x62\x2e\xea\xba\xc5\x27\x5c\xf6\xc8\xa9\x92\x5f\x2a\x42\xec\xa1\x96\x22\xa7\xba\xdc\x8e\xc3\x8c\x1b\xdc\x02\x34\x6e\x3b\x98\xd6\x0e\xdf\x37\x80\xe1\x9a\x6e\xd9\x76\x70\x5e\x65\xcc\xb3\x73\x28\x9e\x9e\xbb\xe2\xf1\x41\x07\x8d\x87\x03\x27\xfd\x9e\xc2\xe6\x4b\xd4\x7d\x8e\x0c\xfe\x08\xcb\x3f\x3e\xfa\xa0\xf9\xd8\xf0\xfd\xbe\xc2\x53\x43\x4f\x4a\xe3\x8d\xb9\xc0\xd7\x37\x5a\x8c\xa8\xdd\xcc\xc9\x71\xc4\x77\xf5\x5a\x2b\x25\x0f\xa9\x12\x66\x87\xdc\x60\xe8\x38\xa0\xf0\x2b\xa9\x14\xde\x63\x4b\xd8\x84\x36\x23\x9f\xa2\x91\xe9\x3c\x7d\x04\x5b\xc0\x9f\x43\x3e\x10\xe4\xad\x66\x2e\x42\x8a\x1c\x48\xe4\x0a\x5d\x07\xf2\x72\xac\xef\x47\x44\x18\x3c\xa6\x5b\x0c\xa6\x8a\xd8\x01\xcc\x1b\xcb\x97\xe9\xf2\x0a\x98\xc0\xb4\x92\x14\xb2\x0d\x0e\xff\xd3\x15\xc6\x43\x06\xb5\x49\x0c\x83\xda\x44\x32\xc9\xb9\x85\x3d\x39\x77\xa3\xb5\x99\xa6\x69\xf5\x35\x91\x2f\x5a\xd6\x4f\x98\xb8\x61\xa4\xde\x3e\xc3\x63\x15\x54\x7c\x8d\x05\x23\xe3\x73\x45\xf1\x22\x1d\xa9\x27\x63\x02\x57\xf0\x08\x78\xf5\x6d\x3b\x61\xd9\x97\x83\xbd\xe4\x5d\x3a\x40\x35\x53\x7a\x69\x98\x2b\xd0\x6b\xd6\x62\x37\x61\x75\x36\x3f\x3f\xe5\x2d\xb7\x52\x4f\x39\x7a\xf9\xad\x2c\x6a\xee\xe2\xd1\x5b\xfd\x12\x24\x2b\xe5\x12\xe6\x7e\x42\x99\x9a\xcb\x25\xdd\x73\xca\x4f\x7f\x6a\x7b\x72\xc5\x6e\xcc\x1a\x95\x08\x1c\x5d\xbc\xba\x92\x70\x9d\xef\xa8\xb4\x11\xa1\x64\xd1\x7b\x48\x18\x03\x04\x46\x56\x17\xba\x23\x52\xe0\xb1\xbe\xcc\xf5\x91\x54\x44\x33\xe9\xa3\x9f\xd0\x53\x56\x49\x12\x03\xbb\xd9\x0d\x54\x02\xf6\x17\xa2\xe2\x52\x95\x9e\x02\xe1\x57\x40\xc2\xc6\x25\x8a\x77\x2c\x29\x0d\x3a\x98\x92\xec\x57\x55\x1e\xde\xee\x21\x68\xd1\x67\x9f\x1a\x58\x0e\x9b\x05\x28\xf6\x04\xe3\x61\xdd\x13\x4a\xfc\x66\x18\x7d\xd4\x55\x1c\x78\x3c\x9e\x36\x7b\xff\x69\xaf\xc7\x7b\x70\xf4\xde\x68\x5b\xf4\x81\xb3\xcb\xde\xcb\x4b\x16\xfa\x20\xcf\x29\x06\x59\x51\x76\x02\xe7\xe2\x4e\x7e\x11\x43\xa4\x18\xb4\x65\xb5\xdc\xe7\xc8\xd5\x4e\xbf\x4c\x30\xce\x55\xed\xfc\x19\x70\x94\x25\x48\xfe\xc8\x67\x48\x70\x4c\x29\xe3\xf8\xe7\x9f\xbf\x90\x7e\x0b\x3b\xf7\x38\x7b\x12\xbe\xb4\x86\x46\xf1\xac\x87\xc4\x58\x9b\xf0\x38\xaa\x89\xda\x8d\xe8\x2d\x31\x8e\x85\xd6\x5d\x45\x23\x3c\x46\xc1\x10\x23\x37\x1c\xc3\xbd\x51\x0a\x7c\xa3\x0f\x56\xa2\x6c\x21\xf1\x59\xe3\x8e\x0a\x7a\x72\x86\x1f\x92\xb9\xbd\x33\x7e\x90\x26\x32\x59\x60\x3c\xa4\x7f\xb2\x66\x14\x07\xa2\xbd\xef\x3d\x48\x4f\xd5\xc7\x2c\xc2\x3a\x05\x27\x1c\xca\x99\x6d\x0b\x60\x63\xeb\xcb\x2a\x78\xe8\x44\xab\x2e\xc8\x54\x21\x5e\xd1\x91\x5e\x5b\xc2\xe7\xe5\xd5\x34\x8d\x7d\xf6\x49\x11\xc8\x1f\x2e\x08\xe0\x75\xb6\xcc\x70\x50\x4c\xf4\x80\xce\x32\x03\x08\xd1\x78\xce\x36\xc7\x6e\xf0\xa1\xf2\x49\x9f\x2d\x71\x2f\x8a\xb2\x62\x31\x36\x84\x3a\x3d\x63\x00\x92\xc8\x3b\x37\xb3\xf1\x6b\xa0\x07\x9c\x73\x61\x86\x76\x46\x11\xb7\x21\x2d\x8e\x75\x61\x17\xee\xa9\x50\xae\xee\x49\x2e\xfd\x0c\x7d\x75\xa8\x60\xc4\x55\x87\xb5\x98\x44\x70\xe3\x91\xc2\x73\xc6\x75\x46\x9e\x07\x0c\x87\xe4\xdf\x3d\x8b\x2d\x17\xf2\x8b\x5d\xfe\xc1\x2e\x56\x6a\xf2\x37\x7c\x41\xc7\xa6\xa1\xda\x4d\x3e\xc4\x2f\xb2\x90\x52\x55\xe8\x60\x34\x4f\xff\x5c\xaa\xa5\x02\x6f\x90\x1b\xea\x5d\xb9\x0f\x4d\x5d\x98\xb0\xa2\x2c\x7e\x8f\x9c\x6b\xb8\x45\xf1\x6f\xf7\xbe\x01\xff\x84\x5b\x84\x5e\xd4\xf7\x24\x80\xcb\xd5\xc3\x2a\x72\x12\x09\xe6\x4d\xdd\x0c\x49\x7f\xeb\x3a\xa6\x5a\xe3\xf4\x9d\xdc\x7c\xa4\x5a\x1c\x5e\xc1\x65\x9b\xda\x62\xac\x9d\xd5\x01\xf1\x24\x83\xc8\xe2\x26\x40\x5a\xab\x1c\x1a\xbd\x4c\x38\xba\x30\x2c\xd7\xab\x22\x75\x2f\xfe\x1f\xae\xe3\x1d\xa0\x44\x74\x47\x84\x76\xed\xc8\xf0\x45\x0f\x0b\x62\x2c\xea\xfb\x36\xcc\x37\x37\xd3\xbb\x56\xd3\x95\xe8\xb5\x8a\x04\x78\x53\x6f\xbc\x39\x52\x32\x46\xe0\x4b\xeb\x0c\x58\xe4\x49\x38\x63\xb2\xdc\xd6\xd3\xf3\x6e\xb9\x99\x3e\xcc\x6c\x61\xc3\x3a\x79\xe5\x5d\xd6\x4e\x5e\x2a\x54\x5b\x60\x00\x16\x5d\x6b\x7c\x60\xda\xb1\x16\x91\xb3\x70\x94\x74\xc7\x1e\x6c\x15\xbf\x40\xe2\x6f\x53\x17\x39\x89\xef\x32\xba\x54\x9c\xac\x8b\xc5\xd4\x42\x1d\xc0\x82\x42\xdf\xc3\x71\xa2\x1b\x67\x36\x18\x53\x3c\xa4\xb8\xaa\xce\x76\x50\xcb\x76\x8d\xa0\xea\x72\x73\x7b\xcd\xe0\x1d\xfe\x7e\x25\xce\x0d\x17\xc5\xea\x55\x09\xa7\x97\xd6\x6e\xc8\xec\x25\xf5\xd8\xee\x1b\x7d\xdf\xe1\xd5\x37\xb7\x59\x7a\x66\xe1\xb2\x4b\xce\x8f\xa5\xdc\xee\xda\x3d\xbf\x3b\x77\x7e\xf6\xe6\xf5\xf0\x3c\x06\x98\x8f\x55\x09\x85\xb1\xe6\x34\xc0\x63\xfc\x40\xb8\x4c\x1f\x02\x84\x16\x07\x36\x89\x35\xc2\x34\x5d\x64\x7a\x33\x09\x1f\x0b\x3b\x5e\x6d\x8c\x19\x22\x82\xc1\xb6\x76\x34\x39\x03\x83\x08\x3c\xd1\x96\xb3\x76\x53\x14\x26\xca\x0a\xd2\xab\x33\xd1\x91\x81\x8c\xdf\xbe\x4a\xee\x1e\xdd\x05\x3c\x6f\xe1\x1e\xac\xbc\xf7\x4c\x48\x2a\xe6\x6d\x09\x74\xf8\xf4\x9c\x7c\x9b\x9d\x99\x82\x18\x50\x17\x62\xab\xeb\xdd\x16\x7b\xac\x3e\xc7\x30\x30\x60\x63\xb1\xd5\x6b\x4d\x08\x4c\x37\x9b\xdd\xa3\xfd\xc7\x35\xd8\xa3\x6d\xd7\x34\x17\xc5\x52\xb0\xe6\xf5\xf1\x99\x24\x39\x08\x48\x86\xcc\x83\xd2\xe5\x2a\xa7\x4c\xaf\x01\x4a\x12\xde\x1e\xa7\x3c\x9c\x57\x5b\xec\x61\x09\xc5\x7e\xaf\x80\x25\x26\x77\xb8\xa5\xb1\xbb\x5c\xc0\xe7\xc9\x76\xc4\x0c\xd5\x10\x27\x7a\xbc\x95\xa3\xd8\xd1\xbb\xf4\x23\xcd\x3e\x21\x48\x68\x16\x91\xe9\x48\x6b\xf6\xb1\x75\x8c\x28\x0c\x63\x4e\x37\xec\xf9\xa3\x50\x89\x59\x27\xa1\xe9\xec\x72\x77\x08\x2a\x8e\x7b\x0a\x6b\xcf\xf9\x56\xe1\x27\x0c\x9c\xdb\x36\x05\xef\x8f\xdf\x7c\x61\xb3\xc0\x74\x3d\x1c\xee\x53\xfd\x17\xc2\x7e\x43\x26\x67\xa4\xc7\x5b\xd2\x35\x88\x3d\x54\xd5\x8d\x62\x1d\x15\x75\x63\x6c\x24\x95\x9a\xd9\x7e\x2f\xf7\xa4\x3e\x0f\xcd\xf7\x63\xf0\xf9\x02\x11\xdc\x7d\xd5\xa8\x95\xa0\x02\xc6\x1e\xfb\x0a\x14\xff\x2c\x5f\xe3\xfb\x55\x0a\xeb\xd5\xaa\x04\x12\x81\x6f\x2e\x50\x92\x43\xfc\x31\x3d\xab\xf3\xce\xba\x66\xc0\x97\xe1\x21\x43\x95\x27\x29\x0f\xd7\xe9\x77\xf4\x27\xca\x66\x51\x38\xbd\xb6\x00\xc8\xd0\xed\x92\x9e\x82\xac\x82\x69\x83\xa6\x4e\x1a\x0d\x6a\xd0\x88\xae\x46\x34\x24\xb1\x6d\x4d\x5d\xb7\xfc\x6e\x64\x60\x96\xf8\x01\xdf\x7f\x07\x30\x03\xb3\xe8\xc0\x8b\x76\xd8\xe5\x9c\x9f\x9d\x73\x6d\x82\x8a\x4c\x09\xd9\x5c\x8b\x24\x41\x2d\x23\xd2\x1e\x16\xd4\x6f\x0c\x0b\x1b\x1d\x69\xd9\x14\x7b\x89\x1e\x3f\xdf\xe2\xdf\x53\xe4\x9e\xdc\xa4\x71\x37\x04\x0d\x69\xf9\x2f\xf9\xc6\xc6\xb7\x29\xbf\xe3\x8f\xd3\x43\x46\xf3\x59\xbe\x50\x04\x71\x36\xe4\xed\x18\x8a\x40\x3d\xc7\xb6\xf9\x22\xcf\x26\xf9\x32\xcf\xed\xf9\x32\x9a\x56\x7f\x33\xa0\xdc\xda\x92\xf7\xe3\xfc\xfc\xb4\xb7\xfb\xfe\xa3\x7b\xbe\x19\xc3\x4a\x09\xa6\x77\xf1\x9d\x16\xc0\x7b\x7b\xf7\x8b\xa0\x7e\x1f\xfe\xbd\x4f\xae\x1b\xee\xc2\xfe\x52\x02\x21\xfd\xea\x2e\xb9\x83\xdc\x6d\x8b\x7c\xe1\x3b\xd3\x0b\x20\x38\x3a\xf0\x33\xce\x39\xe2\xc1\x2f\x8a\x12\x83\x4c\xc1\x5c\x3c\x62\x85\x39\x00\x04\x94\x44\x66\xfc\x40\x6c\x11\xdf\x0b\x03\x54\xd7\xab\x24\xbe\x3d\xc6\x70\x9d\xc2\xf1\xb8\xbe\x18\x69\x25\x1f\xeb\x4f\xa8\xec\xe5\xfc\x55\x4b\xd4\xc7\xad\x4a\xd4\xaf\x85\x17\x52\x38\x77\x7e\x7a\x46\x9f\xa2\xa1\x20\xa4\x63\x71\xe2\x41\xe2\xd2\x90\x2e\x63\x74\xce\x72\x05\xb2\x96\x93\x3d\xa8\xc5\x73\x7a\x4a\x4a\xcd\x64\x38\x67\x02\x90\xe8\x93\x1c\x7c\x62\x15\x52\x1f\x22\x14\xce\x5a\x5c\x1b\x4e\xed\x9f\xba\xab\x1b\xc9\xf2\x19\xa7\x6f\xf0\x1c\x00\xbd\xd9\x65\x14\x5c\xe1\xc8\x6e\xb2\x7b\x90\x9c\xb2\xf4\x11\xff\x3b\x32\x45\x09\xac\xc7\x10\xb9\x79\xc9\xd6\x59\xa9\x83\x54\x8d\x22\x39\x4f\x51\x91\x6e\xc9\xf1\xd8\xc3\xd1\x9a\xd6\xb3\xf4\x41\x6b\xe5\xe4\x0f\xb5\xd4\x5c\x1c\x82\x69\xa3\xd9\x6d\xb4\xee\x2f\x1d\xdc\xd5\xf3\xd2\x54\x6b\xc0\xf3\x1f\xc3\xe4\x34\x15\xaf\xdc\x01\x8f\xc3\xde\x49\x21\x09\x14\x13\x51\xa2\x65\xbd\x0c\xa1\xbe\x8f\x81\x77\xc8\x34\xe4\x92\x12\xfa\xb3\xd8\x8a\xf5\x2c\xe2\x94\x82\xed\xf4\xf7\xcb\x19\xfd\x1a\x9f\xb9\xd4\x54\x41\xcf\x2b\x2c\xe3\xef\xba\xe9\x70\x50\xeb\xf4\xd9\xe3\xd3\x57\xc9\xc9\x08\xe6\x4b\xe5\x01\x99\x91\xf2\x01\x49\x92\xf2\x51\x12\xc4\x7e\x07\xb2\x02\x76\x32\x18\x5d\x00\xd7\x3b\x38\x7f\x3e\x04\xd2\x0d\xab\xf4\x47\xbb\x91\xc3\x92\x03\xfa\xc1\x64\xb8\xe2\x31\xff\x8a\xab\xb8\x87\xc2\xb9\x8e\x7b\x26\x7c\x30\x60\xa5\xbd\x90\x1f\x45\xb8\xa5\x86\x5d\xea\x1c\x09\xa3\x9f\xe3\xd3\xd2\xba\xfb\xa6\xbe\x28\x50\x1a\xd3\xda\xaf\xa5\x40\x2b\x6a\x05\xed\x55\xbf\x1f\x58\x2d\x60\x72\x21\x5c\xf4\x23\xfa\x7b\x1a\xee\x97\x9c\x49\x3c\x39\x5c\x53\x2a\xb1\x1f\xe1\x92\x6d\x09\x5a\x79\xbd\x74\x30\x61\xdd\xfe\xd3\x47\x1e\x2a\x78\x91\xf7\xd7\x52\x16\x2b\x36\x01\xba\xc5\x8c\x9c\xbe\x4d\xdb\xee\x2d\xa7\x2c\xc1\xbb\x85\x5e\xb2\xee\xcd\xde\xf7\x23\x4b\x18\xe9\x66\x5f\x90\xf1\x46\xa1\xf2\xb0\x28\x7b\x29\x9d\x7b\xf5\xe4\x7a\xa1\x8a\xf2\x77\x9f\xee\xad\x1b\x21\xa9\x4f\xe5\x8f\xd1\x4b\x00\x59\x08\x19\x14\x59\x87\xd1\x5d\xc0\x3a\xcc\xf2\x40\x0d\xbe\x62\xd5\xff\x6d\xb6\x6c\xe0\xc2\x78\x04\xff\x63\xf7\x22\x57\xee\xcf\x96\x96\x20\x03\x93\x77\xc0\x18\x23\x2d\x01\xc1\xbd\xf2\x75\xf1\x19\x40\xb5\xe1\x24\xea\x25\x44\x6f\x2a\x48\x0d\xf7\x90\xa0\x58\x4f\xc6\xea\x98\xf7\x66\xd9\x39\x33\xaf\xbc\x0f\x1f\x54\xf4\x4e\x7b\x88\x84\xf2\xb2\x55\xb7\x22\xa3\x04\x60\xe1\x35\x3f\x8c\x2f\x35\x46\x9e\x77\xd0\x65\x00\x24\x5b\x74\xd2\x6b\x5a\x42\x9a\xb1\xe1\xd3\x60\x58\x4b\xb5\xd4\x97\x50\x1d\xf5\xf8\x27\xa0\x06\x0a\xd8\x23\xee\x85\x5a\x9d\x02\xcf\x39\x29\xcb\x5c\xc2\xa2\x7d\x3d\x97\xad\x25\xe3\xfb\xd6\xb5\xca\x96\xec\x2b\xa8\x2e\x72\x7e\x74\x7a\x4b\x14\x2d\x70\xe4\x89\x61\x83\xfc\x36\xae\x0e\x2c\x7d\x50\x6b\xd1\xaf\x54\x54\xcc\x31\x72\x55\xf6\xa9\xb4\x97\x08\xf1\x6e\xb7\x35\xe4\xe2\xe5\xfb\x23\x11\x87\x6b\x22\xe9\xeb\xdc\x13\xa6\x5e\x88\xea\x55\xd6\xa1\x93\x10\x28\xc3\xda\x8e\x9d\x0c\x0b\xe6\x5f\x06\x5c\x77\xb8\xaa\xde\x86\xea\x97\x7a\x9f\xbe\xda\xcf\x06\xd3\x15\xb9\x89\x37\x67\x17\x4e\xe3\x76\xbf\xa1\xc9\xcf\x0c\xfd\xb7\x1a\x53\x49\xda\x74\xb4\x3a\x04\x3e\xb9\x51\xde\x97\x7b\xf4\x80\xa0\xcf\x03\x04\xc0\x73\x49\x8f\xf3\xf8\xb9\x6e\x96\xd9\xba\x1d\x9a\xcd\x50\xb5\x11\xbe\x4d\xf5\x65\xf8\xd0\xd5\x2d\x6f\x79\xba\x87\x10\x65\x5a\xfc\x90\x55\xfc\x82\x97\x6d\x96\xf7\xfb\x0d\xe5\xc9\xc5\xa0\x1a\x7e\xfc\x17\xf9\xb8\x36\xe8\x1a\xdd\xea\xa2\xf9\x51\xc9\x77\xd8\x3f\xbf\xaa\x18\xac\xf8\x3e\xeb\x91\xef\xf3\xda\xff\xe4\x9e\x50\x4c\xdc\xeb\x8e\xef\xb4\x9b\xf8\xc1\xb2\xc1\x53\x3b\x0a\xb2\xa8\x77\x79\x7d\xac\xd7\xf9\xbb\x49\xfc\xde\xe5\xef\x9c\x5a\xf0\x4c\xe8\xbb\xc9\xc8\x83\x44\xef\xa2\x17\x89\x3e\x3e\x1d\xd8\xa2\xe8\x85\xa5\x77\x13\x97\x16\x75\x14\x5f\x78\x8f\xdd\x06\x6b\x65\x72\xb1\xce\xaa\x31\x7c\xe2\x57\xe4\xf1\x05\xf6\x91\x4d\x96\x1d\x0e\x1f\xb0\x1c\xdf\xde\xaf\xfa\xdb\xeb\x1f\xc5\xa3\x07\xca\x58\x54\x70\xef\xf2\x85\xd1\x26\xf7\xdc\x13\x6a\x70\x26\xda\xba\x2e\xdf\x4e\xb2\x75\x9d\x5e\xd4\xcd\x64\xd5\xd4\x3b\x8a\xa3\xca\x16\x89\xad\x51\x7b\x31\x71\x51\x55\x93\x2f\x2d\xbe\x33\xf1\xa5\x26\x44\x9c\x7c\xb9\xe3\xdf\xc0\xab\x03\x7d\x9d\x7c\xb9\x91\xcf\x2d\x7f\xcd\xf9\xe7\x9b\x6c\x3d\xf9\xf2\x92\xff\xfe\xb1\x06\x2a\x01\xed\x80\x2a\x71\xcb\xba\xca\xa0\xdf\x2b\xfe\xf5\x97\x6c\x83\x09\x6b\xe1\x6e\xcb\x61\x24\x5c\xbe\xbc\x2a\xa7\x19\x18\x27\x3b\x1a\x29\xfe\xc8\xa3\x57\x93\x4d\xdd\x35\xbd\x66\x2d\xb7\xca\xb3\xab\xf8\xc3\x1b\xca\x7b\x7b\x69\xcc\x36\x2e\xa7\xe9\xd1\x65\xd4\x6e\x7a\x83\xe0\x44\xe1\xd3\x95\xc9\x7a\x83\xfc\x85\xb4\x3b\x93\x26\xbb\x9c\xeb\xd4\xdd\x74\xb1\x50\xa7\xac\xd3\x9c\xfc\x9c\x37\xf5\x1e\xf3\xbf\xbf\x9d\xe8\xd3\x21\xfa\x66\xc8\x13\xcd\xb9\xf0\xfd\x1e\xc3\xeb\xf5\x85\x00\x36\xd5\xb9\x3c\x8a\xc9\xa6\xa0\x1c\x7c\xa5\xa1\x58\x06\x7d\x85\xa8\xa8\xf6\x9d\xe8\x11\x5c\xba\x45\x49\xc1\x83\x3f\xe1\x83\xd7\xc8\xb2\xe3\xe0\x06\x96\x0b\xf4\x91\xc2\xac\x54\x15\x4b\x4a\x0b\xc0\x89\xf9\x42\xb4\x06\xc5\x1a\xce\xfe\xcd\x7f\x9a\xe4\xf3\xbf\xfd\x8d\x9e\xb8\x03\x81\xed\xef\x7f\x4f\xce\x1e\x7e\x21\x82\x03\xd1\x6d\x7c\x65\x84\x9e\xf7\xc9\xde\x17\xbb\xac\x0c\xda\xec\xb2\xf7\x4f\xa2\x66\x98\x50\x80\xa2\x1c\x82\xac\x2d\x3e\xe5\xea\xe4\xff\x05\x00\x00\xff\xff\xd4\x66\xa3\xf5\xd1\xc8\x00\x00") +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") func confLocaleLocale_deDeIniBytes() ([]byte, error) { return bindataRead( @@ -4317,12 +4318,12 @@ func confLocaleLocale_deDeIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 51409, mode: os.FileMode(493), modTime: time.Unix(1453724974, 0)} + info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 54337, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\xeb\x92\xdc\x46\xae\xe6\x7f\x3e\x05\xad\x09\x85\xec\x88\x56\x39\x3c\x3e\x7b\x09\x87\x65\xaf\x2e\xd6\xe5\x1c\xb5\xba\x8f\xba\x35\xde\x59\x87\xa2\xcc\x2e\xb2\xab\x79\x54\x45\xd6\x90\x2c\xb5\x7a\x26\xe6\x0d\xf6\x01\xf6\xf9\xf6\x49\x16\xf8\x00\x64\x22\x49\x56\xb7\x34\x73\x62\xf5\x43\xcd\xca\x44\xde\x91\x48\x00\x09\x20\x8b\xdd\x6e\x59\x56\xfd\x2a\x7f\x94\x3f\xce\x77\x45\xdd\x6c\xaa\xbe\xcf\xfb\x6a\x73\xf9\xf0\xaa\xed\x87\xaa\xcc\x5f\xd4\x03\xfd\xee\x3e\xd6\xab\x2a\xcb\xae\xda\x6d\x45\xa0\x2f\xe9\x4f\x56\x16\xfd\xd5\x45\x5b\x74\x25\x25\x3c\xb3\xef\xac\xfa\xb4\xdb\xb4\x1d\x03\xfd\x22\x5f\xd9\x55\xb5\xd9\x71\x19\xfa\x93\xf5\xf5\xba\x59\xd6\x0d\xfd\x3c\xa3\xaf\xfc\x55\x23\x29\xed\x7e\xb0\xa4\x93\xfd\x20\x69\xfb\x9d\x25\xbd\xdb\x65\x5d\xb5\xae\xa9\x37\x1d\x25\xbd\xd5\xcf\xec\xba\xba\xe8\xeb\x81\x5b\xfa\x55\xbe\xb2\x8f\x55\xd7\xd7\x2d\xd7\xfe\x27\xf9\xca\x76\xc5\x9a\x01\x4e\xe9\x4f\x36\x54\xdb\xdd\xa6\x40\x81\x73\xfd\xcc\x36\x45\xb3\xde\x0b\xcc\x6b\xfd\xcc\x56\x5d\x45\x59\xcb\xa6\xba\xa6\xd4\xa7\xf8\xb1\x58\x2c\xb2\x3d\x4d\xc2\x72\xd7\xb5\x97\xf5\xa6\x5a\x16\x4d\xb9\xdc\xca\x30\xdf\x51\x7a\xae\xe9\x39\xa5\xe7\x9c\x8e\x21\x54\x25\x0d\x75\x59\xf4\x3a\x0e\x9a\x4b\x1a\x79\xd1\x67\xa8\xaa\x29\xb6\x56\x9a\x3f\xb3\x6a\x5b\xd4\x1b\x9e\x35\xfe\x4b\xfd\xee\xfb\xeb\x16\x53\x7b\xaa\x9f\x34\x07\xcb\xe1\x66\x57\x61\x0a\x1e\x9e\xd3\x57\xb6\x2a\x76\xc3\xea\xaa\xe0\x6e\xca\x57\x46\x40\xbb\x96\xe6\xa2\xed\x6e\x00\x67\x3f\xb2\xb6\x5b\x17\x4d\xfd\xd7\x62\x90\xf9\x39\x71\x3f\xb3\x6d\xdd\x75\x2d\x4f\xed\x31\x3e\x32\x1a\xf9\x92\xeb\xa1\x94\x37\x34\x09\xae\x16\xce\xd9\xd6\xeb\x4e\x66\x91\x33\x8f\xf1\x8b\x6b\x91\x3c\xad\x49\xb2\x42\x6d\x97\x6d\xf7\x41\x53\x9f\xf3\xe7\xa8\x4a\xea\x9c\xe6\xa6\xfd\x2a\x1a\x5a\x0f\xcd\x3d\xc6\x8f\x04\xa0\xcf\x8a\x72\x4b\x33\xbc\x2b\x9a\x8a\xa7\xee\x31\xff\xa2\xf9\xa2\x5f\x59\xb1\x5a\xb5\xfb\x66\x58\xf6\xd5\x30\xd4\xcd\x9a\xd7\xe0\xb1\x24\xe5\x67\x9a\x94\xb9\xbc\x90\x76\xd3\xee\xc3\x2a\x53\xfa\x9f\xe9\x67\x7e\x2a\x3f\x25\xcf\x15\x42\x66\x28\xc9\x23\xe9\x97\x97\x55\x55\xca\x58\xfa\xfc\x39\x7d\x67\xbb\xfd\x66\x43\xb3\xf9\x97\x7d\xd5\x0f\x5c\xe8\x94\x7e\xd3\xf8\xe5\x77\x56\xf7\x3d\x7d\x50\xf2\x2b\x7c\x64\xb4\xa4\xcd\x0a\x83\x79\x8a\x8f\x2c\xfb\xad\xaf\x8a\x6e\x75\xf5\x3e\x93\xbf\xe8\x2b\x7f\x30\x4a\x1e\x5a\x6c\xc6\x2f\xc5\x2d\x69\xc1\x1a\xc8\x56\x6d\xc9\x3f\x9e\xd2\x1f\xaa\xba\x6e\xfa\xa1\xd8\x6c\xde\x67\xfa\xc1\x60\xf2\x25\x0b\x30\xd4\x03\x66\x41\x13\xf3\xb3\xa1\xda\xf5\xbc\x82\xf9\xf3\xba\xeb\x87\x87\x43\x4d\x38\xfc\x76\xdf\x64\x65\xbb\xfa\x40\xbb\x83\x77\x3a\x5a\x7e\x75\x99\xd3\x64\x3d\xa0\xfd\xd1\xed\x9b\x86\xa6\x27\x7f\xd1\xd2\x94\x51\x33\x35\xb5\xff\x0c\xd0\x47\xf9\x6e\x53\x15\x3d\x81\x54\x45\x99\xff\x58\xe4\x43\xd1\xad\xab\xe1\xd1\xbd\xe5\x05\xed\xca\x0f\xf7\xf2\xab\xae\xba\x7c\x74\xef\x7e\x7f\xef\xa7\x17\x7b\x2a\xb6\xa9\x9b\xaa\xff\xf1\xdb\xe2\xa7\x7c\x55\x50\x0e\x4d\xe3\x4d\x7e\x51\x5d\xf2\x26\xa4\xb6\x72\xc2\xfe\x66\xcd\x1b\xf0\x66\xb8\xe2\x06\x09\x13\xe8\xa3\xcf\x99\x02\x7c\x95\xf1\x02\x10\x85\x58\x96\x17\x46\xed\xd0\x21\x24\x77\xb4\x00\xc7\x37\x67\xff\xfe\xfa\x28\x3f\x25\x92\xb7\xee\x2a\x7c\xd3\x7f\x54\xe2\xfb\x9c\x46\x7b\x5e\x3f\x7b\xb2\xc8\xa8\xac\x4d\xc8\xb3\x62\x28\x2e\xb8\xef\x61\xf5\x39\x53\x36\x67\xc8\xc3\x16\x65\x22\x0a\x82\xd9\x0f\xc9\xb2\xcc\x6d\x70\xaa\x43\xa9\x42\xa8\xe3\x0d\x93\x06\x4a\x0f\x33\x7b\x2a\x73\x46\x55\xe5\xaf\xde\xbc\x39\x79\xf6\x24\xaf\x9a\x35\xcd\x4c\x7e\x5d\x0f\x57\xf9\x7e\xb8\xfc\xef\xcb\x75\xd5\x54\x5d\xb1\x59\xae\x6a\x9e\x94\x8e\x10\x36\xa7\x59\x92\x21\x2e\xb2\xbe\xdf\x10\xe5\x02\x16\x9c\x9d\xbd\xce\x8f\x19\x13\x76\xc5\x70\x85\x8e\x0c\x57\x59\xff\x97\x0d\x4f\x54\x68\xf0\xfc\xaa\xca\xb1\x19\x00\xd4\x5e\x8e\xe7\x25\x2f\xb5\xaf\x8b\xac\xea\xba\x25\x11\xd6\xe1\x86\xa7\x59\xeb\x3c\x04\x2d\xd5\x11\xb6\x37\xed\x40\xcb\x98\xa3\x9c\x54\x51\x37\x1f\x8b\x4d\x5d\xd2\x64\xc7\x09\x49\xcb\x22\xb1\x6c\x69\xdd\xb8\x34\x61\x66\x7b\x8d\xa1\x16\x2b\x3a\x17\xfa\xfc\xde\xe2\x1e\x08\xf1\xbd\x87\xf7\x16\x59\xd3\x2e\x85\x4a\x30\xc9\x2e\xeb\xbe\xb8\x20\xf2\x2d\xc7\x49\x67\xd4\xf0\xcf\x8c\x3f\xd2\x15\x85\xc8\x13\x08\x9e\x5b\x3e\xa2\x70\x32\x30\x72\x15\x44\xc7\x41\x6c\x94\xcc\xf8\xb1\x1b\x4d\x0a\xeb\x2b\x64\x29\x24\x4c\xc6\x9c\xd9\x82\x19\x76\x3d\xde\xed\x36\xf5\x4a\x9a\x7e\x21\x79\x11\xd1\xf8\xc0\xd6\x49\xf1\x70\x40\x14\xcb\x73\xe8\x42\xbd\x66\xb2\x95\x27\xf4\x1f\xe5\xaf\x2a\xda\x39\x57\xfb\xb5\x1c\x5a\x9b\x76\x5f\x7e\x05\x82\x62\x2b\x17\xe9\x49\xfe\xb6\xa5\x0e\x03\x3b\x02\x40\x6c\xe2\x31\x11\x06\xe6\x11\xba\x6a\xdb\x0e\x3c\x71\x5a\xac\xa6\xe5\xb9\xae\x29\x93\x46\xda\x17\x1f\x89\x2c\x0e\xad\x6c\xc9\x92\xb6\xdc\x8a\x2b\x26\x0a\xb6\xa7\x83\x5e\xb6\x05\xd1\x11\xd9\x1a\x96\x96\xe2\x20\xa0\xb6\x7b\xda\x4d\x57\x54\x19\x4f\x3c\x33\x2a\x54\xe5\x5c\x3f\x31\x24\xaa\x07\xbb\x9c\x76\x6e\x4b\x87\x2a\x2f\xf4\x33\x7c\xe8\x6f\x5f\x3f\xf5\xaa\xb8\xbc\xa4\x5e\xf5\xb4\x2b\x5e\xe6\xab\x4d\x4b\x5b\xea\xdd\xdb\xd7\x3d\x6f\x98\xab\xe5\xae\xed\xc0\xa0\x50\xd6\x29\x7d\x86\x34\x37\xd1\x0c\xd1\xec\xb7\x17\xf4\xeb\xfa\xaa\x26\x42\x8d\x69\xe7\x12\xcc\x3c\x51\x2a\x35\xb1\xef\x69\x09\x8f\x72\xda\xc2\x34\x02\x9a\x32\x20\x00\x8f\xc1\xb0\x8e\xc1\x2f\x09\xc7\xf6\x1d\x6d\xa7\xab\x61\xd8\x59\xcb\x2f\xcf\xcf\x4f\xa5\xe9\x90\x7a\x5b\xdb\x85\xc3\x0c\xac\xc1\x86\x59\xa6\x26\x6f\x9b\x05\x90\x64\xdf\x6d\x46\xf8\x43\x63\xb5\x9c\x03\xf3\xc2\x5d\xf8\x96\xff\x3b\x8b\xd3\x83\x79\xee\x89\x19\xbc\x06\x36\xd1\x1c\x83\x8d\x21\x9c\x6e\x77\x5c\xad\x43\xea\x13\x4d\x88\x98\x0c\xd0\x90\x0f\xbe\x87\x32\xc1\x68\xba\x33\x7a\x4b\xc3\x55\x22\x7a\x76\x4c\x93\x00\x4a\x8a\xd4\xcb\xae\xdd\x52\xea\x73\xfa\x13\x13\x62\xe7\x8f\xb9\x3e\xc0\x14\x65\x49\x34\xbe\x3f\xca\xdf\x3e\x7f\x9a\xff\x97\xef\xff\xf8\xc7\x45\xfe\x6a\xe0\x7d\xc8\xa8\xf9\x1f\x8c\x52\x85\x76\x3c\x82\x12\xbd\x1a\x08\xeb\xee\xf1\xbe\xba\x97\xff\x88\xdc\xff\x51\x7d\x2a\x88\x6f\xac\x16\xab\x76\xfb\x13\xd3\xd4\x6d\x41\x3b\x9f\x73\x08\x59\x15\x8b\xcf\xaa\xa6\xa4\x0f\xe1\xe2\x34\xcb\xd1\x02\xcd\x76\x3c\x9d\x30\xb3\xcb\x55\xdb\x5c\xd6\x1d\x8f\xe7\x97\x06\xa8\x60\x6c\x2e\x9d\xd5\xc8\x31\x96\x88\xa6\x8c\xc8\x47\x7d\x79\x13\x41\x31\xd2\x37\x9c\xa8\xab\x99\x09\xca\x2d\x95\x6d\x0f\x73\x7c\x26\x98\xc8\x8b\x76\x42\xa3\xeb\x6c\xba\xfb\x38\xdf\xed\xe5\x25\x1f\xb4\x76\x44\x68\x0b\x27\x92\x2a\xa7\x85\x07\x21\x4c\xdc\x81\x51\x7f\xa6\x18\xfc\xf4\xd9\x9b\xbc\xfa\x48\xa8\xc6\x24\xaf\x6b\xcb\xfd\x0a\xe8\xc5\xb0\x47\x4c\xa9\x89\x3e\xf4\xb4\x31\x56\x72\xa8\x38\x0a\xc1\x5d\x63\x32\xb4\x22\x20\x22\x0c\x46\xa9\x89\xbb\xfc\x48\x64\xbf\x73\x4d\xbc\xb0\x24\xed\xfd\x04\x76\xd2\xa9\x50\x82\x47\xbe\xa2\x05\x27\xa4\x90\x5e\xf4\xd2\x29\xc9\x26\x5c\x27\x24\xde\x93\xd4\x52\x94\xd4\x97\x8b\x1b\x10\x9d\x9e\x71\xa1\xac\x2e\x8b\xfd\x66\x88\xfd\x1a\x9d\x20\xd6\xd2\x19\x0b\x4e\x3e\x6f\xb6\xc0\xa4\x83\x40\x9e\x7e\x5c\x96\xb0\xb0\x21\x26\x47\x4e\x1a\x46\x57\x91\x4c\xec\xd0\x21\xda\x54\x61\x79\x96\x51\x0e\xd0\xf5\x32\x71\x20\xcd\x0f\xcd\xbe\x15\xb6\x27\xc7\x39\xcb\x35\x5a\x05\xcc\x27\xcc\xf7\x65\x91\x29\xaf\xb4\x54\x11\x6e\xf9\xb1\x86\x80\x14\xd0\x55\xaa\x54\xb1\x8e\x89\xda\x9f\x18\x80\x25\xaf\x7e\xb6\x6c\xe8\xcd\x09\x0f\xb2\x0f\x02\x92\xcc\x39\x0f\x17\x2d\x30\xff\x46\xab\xf4\xb1\x06\x8d\x57\x84\xc1\xbc\x10\xd6\xa0\x69\x6a\xaa\xaf\x2a\xd4\x40\xe5\xbf\xa5\x3a\x51\x66\xa1\xd2\x81\x32\xec\xc6\xf7\xf1\x59\x5f\xb6\x60\x1c\x70\x90\x50\x69\x9b\xd6\xd1\xa1\x9e\x77\xf5\xfa\x8a\x08\x6b\x7b\x7d\x24\x93\x72\x7d\xd5\x56\xbc\x7f\x5e\x3d\x7b\xf4\x9d\xf4\x63\xcd\xc7\x4a\x28\xc4\x07\x52\xb1\x27\xe4\xa2\x19\x53\x34\x96\x2e\x84\x83\x1d\x90\x13\x39\x44\x80\xc6\x02\xe1\x84\x8f\x08\x44\x43\x69\x85\xcf\x53\x22\x11\x61\xa4\xb4\x09\x95\xd2\xb0\x10\x25\xe5\xf5\x97\xeb\x16\x42\x8c\xf1\xf6\x7c\x52\x92\x88\xdc\x0f\xcb\x75\x3d\x2c\x2f\x99\x72\x71\xc5\xcf\xb9\x02\x3e\xb8\x29\x27\x7f\x40\x59\x0f\x72\xa2\x7e\x24\x99\x95\x3f\xe4\xf7\x3f\x2a\xb7\xf8\x3d\x93\xa4\x25\x6d\xa2\x7a\x83\x15\x51\xd1\xa8\xab\x84\x59\x35\xb1\x3c\x70\x6c\xfd\x7e\x87\x73\x4d\x99\xc3\x20\x09\x94\xed\x75\xc3\x9b\x0f\xa4\x97\xc8\x4c\xbd\xaa\xe9\xc0\xb8\xa8\x9b\x82\x0e\x77\xab\x05\x24\xfd\x3e\xa1\xc4\x9b\x93\x73\x00\xae\xdb\x8b\x7d\xbd\x29\x0d\x60\x91\x19\x03\x49\xec\xa3\x2e\xbe\x67\xa9\x2d\xa9\x96\xbe\xac\xda\x8e\xb9\x11\x8c\xc6\x0a\x1e\x60\x83\x3a\x66\x2f\x90\x5c\xb3\x2c\x03\x58\x94\x0b\x1c\x0b\x4f\x03\xad\x3e\xc4\x34\xe6\x67\x80\x36\x75\xdf\x3c\x18\xd0\xd3\xd5\x9e\xda\xa2\x95\xe7\x64\x2a\xd8\xe7\x0f\x7f\xa2\xff\x33\xe6\x8e\xe4\x00\x58\x4f\x27\x9e\x33\x73\xc9\xdc\xcb\x56\x4c\xba\x9a\xe0\x78\x58\x69\xc3\x60\x37\x56\xdf\x5f\x43\x81\x7e\x2f\x48\xcb\x1a\x94\x0d\x2d\x6b\xf5\x15\x7d\xb0\xd4\xb6\xde\x60\x11\x8a\x41\x45\xab\x96\xe6\x8d\x11\xe4\x48\xf6\xcc\x25\x0d\x8d\x49\xe9\x50\x7c\xa8\x20\x8d\xd1\x81\xff\x1b\xab\x86\xde\x67\x7b\xe1\x3f\xdb\x4d\x19\x64\x1d\x20\x36\x11\x96\x2a\xd1\x6c\x44\x98\x80\xb3\x3d\xf1\xd9\xab\xab\x65\xd0\x2b\xf1\x9c\x0c\xd5\x27\x1c\xfd\xc8\x8a\x6a\x26\x46\x78\xce\xca\xb6\x37\x58\x2d\x1e\xc3\xf1\x4d\x5c\x2c\x62\x3e\x69\x9b\x90\x1c\x7b\xd1\xf2\xa4\x7d\xac\x02\xd4\x53\x9f\x9a\x16\xa0\xba\x88\x4d\xd6\xaa\x52\x45\x03\x65\x89\x6e\x43\x73\x45\xb7\xd1\x67\x20\x64\xaa\x14\x03\xbd\xa3\xe5\x54\xa1\x7e\x41\xeb\x02\x8d\x81\xb5\x4c\x54\xf1\x46\xb6\x85\x6b\x33\xfb\x4d\x15\x66\xef\x33\x83\x7b\x9b\xe6\x13\x45\x21\xe9\x3f\x2a\xa5\x96\xb6\xb8\xa6\x9c\x82\xe2\x44\x89\x4a\x64\x28\xae\xaa\x1d\xf3\x1e\xdb\x1e\x58\xb1\x61\x21\xfb\x46\x59\xe7\x80\x1f\x3f\x0b\xb9\x26\x84\x21\x22\xf7\x55\xd6\xb7\xbc\xdf\x96\x5f\x58\xc5\x93\x9a\x30\x01\xe5\xd3\xa3\x4e\xb4\x65\xc4\xe1\xf2\xf2\xd1\x26\xbb\x39\x4a\x85\xaa\xab\xa2\x27\x12\x4e\x9c\x82\x16\x2b\x17\x26\xdc\xf2\xb2\x93\x28\x87\x2d\x03\x0d\x1f\x90\x5c\x4a\xb6\xdd\xf8\x0c\xe6\x1e\x0a\x95\xd3\x56\x02\xe7\x04\xbe\xc8\xb3\x4f\x33\x6d\xd2\x84\x6d\x2b\xe6\x9c\x97\x5b\xd1\xac\xc9\xaf\xfc\xb8\xca\xe8\x30\x5c\xd3\x7e\x36\x84\x7d\xc4\x8a\x8f\x35\x04\x0c\xc5\x57\x06\xa8\x06\x4f\x86\x15\xc2\x52\x7e\x36\x4d\x26\x11\x86\x6b\x68\x85\x68\x6b\x4f\xa6\x9f\x0e\x2c\xca\x5e\x18\x59\x17\x0e\x01\x8c\x5e\x4f\xc4\x22\x4e\xe2\xe3\x9c\x55\x92\x1e\x4a\x99\xd6\x30\x2a\x86\x67\x9a\xf1\xe3\xc5\x4f\xf7\xfb\x1f\xbf\xbd\xf8\x29\x50\xd6\xd5\x55\xb5\xfa\x20\xe8\x57\x37\x17\xed\x27\x88\xb4\x50\x91\x90\x34\xcd\x5b\xec\x7e\x99\x93\x88\xdb\x41\xa2\x22\x4a\x40\xc5\x68\xde\x39\x37\x59\x33\xea\x0b\x13\x0c\x3a\xd7\x56\xd8\x54\xc0\xef\x88\x8f\x8f\x39\x95\x31\x12\xe4\x3f\xa2\x24\xc6\xb1\xa9\xb7\xf5\x30\x41\x09\xa6\x2f\x85\xa2\x96\x6a\xc9\x6c\x8e\x50\x57\x1c\x25\x51\x69\xaa\x86\x0e\x55\x43\x93\xeb\x82\x44\xa8\xef\x73\x42\x8d\x3d\x9d\x4e\xdc\x59\x1a\x0f\x91\xe9\x82\x4f\x65\x12\x9f\x8a\x7e\xb9\x6f\x74\xba\xaa\xd2\x90\xe4\x65\x8d\xc3\x83\xdb\x35\x54\x76\x50\xa9\x18\x90\x7f\x1d\x66\xf2\x9b\x85\x2a\xb5\x50\x8a\x09\x3a\xf7\xa7\x66\x9e\xb5\x98\x5b\x13\xa2\x77\x4d\x25\x32\x2f\xc6\xcf\x60\xbc\x7c\x24\x38\xc5\x45\x21\xe9\xeb\x03\xa5\x60\x9e\x2f\xf6\xc3\xd0\xb2\x44\xb2\x61\x5c\x90\x32\xd6\xe7\xa7\x00\x84\x88\x15\xeb\xc3\x62\x8e\x67\x49\x85\x2a\x1c\xc7\x3d\xf6\xb3\xe8\xbb\x59\x90\x4b\x87\xa6\xc7\x5f\x80\x2a\x45\x83\x54\x34\x37\x51\xa9\x81\x3e\x70\x73\xc3\x7c\x4f\xbe\xee\xaa\x6f\x62\x5f\xc2\x3e\x40\x09\xed\x8f\x94\x76\x5b\xe4\x2d\x32\x45\xaf\x6a\x1b\xc9\x0e\x33\xd5\x4e\x46\xd4\xe8\xd2\xa9\x45\x3e\x63\x3b\xd1\x4c\x62\x27\x4b\xcc\x32\x0d\x02\xa5\x17\xa3\xb6\xa2\x24\x38\x9d\xbe\x21\xed\x71\x3c\x94\x86\xb6\x5d\xf6\x57\x22\x73\x5b\xf7\x48\x5e\x6f\xd6\x89\xb2\x0a\x77\x24\xc0\xb7\xff\xca\x27\x1f\x0f\xf4\x7d\xa6\x4b\x51\xb9\xfd\xa0\x88\x6a\x39\xb6\x64\xb2\x2d\x02\xbc\x31\x69\x7f\xaa\x3a\x16\xeb\x00\x94\xac\xd5\xa1\x49\x4c\xc7\x10\xa8\x61\x3c\xd5\xdf\xfa\xbd\xab\xc9\x97\xfb\xcd\x51\x7e\x2d\xc7\x7d\x2c\x13\x44\x4a\x65\x04\x18\x2b\xe5\x3e\x87\x86\xd7\x96\x05\x8d\xef\x06\x7a\xea\x3f\xd3\x99\xd4\xe0\x66\xa0\xcd\x28\x43\x0a\x1d\xe3\x83\x40\x59\x26\x7e\x9f\xf1\xa1\xff\x66\xc4\xcd\xf2\xa1\xa6\x69\x8e\xa3\x42\xd6\x2f\xfe\xe6\x23\x8c\xf9\x74\x86\xf1\x7d\x5b\xc5\x0b\x10\x7c\x85\xc1\x9f\x9d\xbd\x3c\x37\x21\xf7\xec\x65\xfe\xa1\xd2\xba\x5f\x0e\xc3\xae\x7f\x07\x6d\x87\xa8\x2e\x58\xcf\x71\x5a\xdc\x30\x97\x29\xc9\xfa\x03\x19\xe7\x55\xb1\xd5\x4e\xf2\xa7\x54\xf1\x98\xce\x5f\x4d\xe4\x4f\x3a\x96\x9d\x16\x2d\x03\xbf\xf5\x4b\xc2\x66\x0b\xe2\x07\x99\xa7\xd2\x2b\x91\xdf\x27\x9a\xbf\xdf\xb3\x62\xb3\x23\xb1\x8c\x19\x1e\x07\x06\x25\xd7\x85\x4a\x67\x39\x40\x80\xe8\xfb\x2d\x21\xc8\x0a\xd2\x28\x15\xf8\xfa\xe1\xf2\x1b\xa7\xf4\x4c\x2b\x2b\x69\xff\xff\x43\x15\xf2\x37\x33\xc5\xbe\xde\xbe\xfe\xab\x8d\x22\xa9\x8e\xd3\x89\x96\x12\x04\x58\xd0\x08\x15\x80\x70\x90\x33\x3b\x3a\xb0\xce\x8b\x12\x88\xe5\x4d\xaa\xde\x16\x9f\xee\x2a\xb8\x6d\x67\xca\x09\x95\x8b\x85\x8c\x98\xe9\x10\x93\xdd\x43\xe0\xac\xd4\x3a\x08\x4c\x0b\x4f\x20\x75\xb3\xda\xec\xcb\x83\x1d\xe9\xf7\x17\xb4\x91\x98\x95\x7e\x70\xbf\x7f\xc0\x55\x36\x1f\xe8\xd0\x6e\x02\xfc\x3b\xf9\x9d\xe3\xf7\x0f\x76\x33\x47\xb2\xae\xca\x17\x79\xb8\xa3\x23\xde\xa3\xe4\xf3\x03\x72\xc2\x22\x92\x1e\x2f\x3b\x04\xe4\x87\xc2\x42\x65\xbb\xb0\xff\x59\x4b\x01\x31\x8a\x10\x70\x11\x6f\x13\x97\xcc\x03\x2c\x99\x27\x6f\x3c\xe7\xcd\xf4\xd2\x4e\x58\x70\x09\x80\x90\xcb\xa3\xe5\xb4\xdc\x68\x77\x1e\x2c\x4e\x9c\xce\x4c\xe9\x93\xa9\x9a\xf9\x40\xf9\x81\x36\xd8\x4c\x05\x61\xdf\x1d\x2c\x28\x6b\x8f\x42\x34\xf2\x72\x4c\x38\xa6\xe5\x18\x8a\x84\xc2\xcd\xa6\x5a\xb3\x3e\xd2\xda\x4d\x1a\xd3\x75\xa6\x63\x51\xc0\x3c\xba\xc5\x09\x0e\x6b\xe5\x97\xd5\x8b\x38\x61\x89\x52\xe1\x92\x15\x35\x54\x55\x87\x0b\x61\x27\x62\x6a\x37\xf4\x98\xd8\xb2\x34\xd5\xef\xf9\x94\x62\xc9\x4b\x98\xaf\x74\x31\x98\xff\x40\x55\x15\x9a\x38\x5c\x3d\xa1\x22\x53\xf5\xbb\xea\x07\xd8\x17\x56\xed\x35\x12\xd3\x8a\xb5\xf2\x00\x74\xa8\xda\x20\x2e\x57\x9f\x6a\x28\x77\x5f\xd4\x1f\x2b\x15\x98\x83\x9e\x00\x79\x8b\x6c\x43\xa4\x83\x25\x33\x19\x95\x70\xe9\xed\x47\xde\x8c\xdc\x1e\xe7\x4a\x39\x51\xf6\xea\xa0\x78\x9d\x55\xf4\xc6\x05\x51\x55\x1e\x11\xb3\xc3\x25\xa8\x9f\xd8\xdb\xc5\xe6\xba\xb8\xe9\xa1\x46\x32\xfa\xc4\x6a\x6d\x29\xce\xc4\x87\x58\xa1\x35\x7a\xe5\x2f\x4f\x68\xc3\xd9\x4c\xf0\x2d\x00\x9f\x34\x81\x63\xb9\x86\xf0\x0c\xe2\xa2\x8a\xa9\x8f\xee\x4c\xd7\x83\x89\x05\x7f\x16\x93\x59\x82\x91\x6c\x57\x11\x6e\x25\xf5\x9c\x98\x29\x7b\xc4\x6c\x22\x35\xc3\x6c\x1b\x51\x6f\x99\x6b\xe2\x82\x69\x66\xd1\x25\xa7\x49\xd9\x53\xfd\x0f\x85\xed\xaf\x69\x0e\x59\x8a\x8c\xca\x05\x3e\xc8\x68\x55\x4c\xf9\x2f\xe9\x50\x0d\x64\xfd\x40\x5b\x80\x67\xda\x4c\x00\xfe\xec\x98\x96\x1c\xb9\xd8\x62\x98\xa6\xfe\xaa\xde\xe5\x2d\x74\xca\x7e\x0a\x23\xda\x3a\x46\x9b\xaf\x39\x2a\x88\x15\xac\x5b\xef\x8a\xa6\xbf\xac\xa0\x64\xdf\xe6\x97\x7c\x9b\xbc\xd0\xa6\x99\x6f\x97\x2b\xff\x03\x2d\x8b\x84\x86\xa6\xfd\xd9\x82\xb5\x73\x0b\x95\x36\x2d\x77\x2e\xd0\xe4\xa2\x0f\x98\xd5\x58\x53\x6f\x7d\x60\x34\x9b\x4c\x01\xd8\xe7\xe4\x06\x6d\x76\x1e\x2e\x13\xd1\x5e\xda\x07\xa6\xdd\x31\x6e\x37\xe7\x7a\x8b\x20\x17\x2f\xe9\x22\x51\x8a\xb4\x2a\x3a\x52\x56\x4f\x27\x63\xe7\xa2\xee\x4e\x9d\x76\x48\xa5\xad\xf0\xb6\xe0\x9d\x32\xaa\x10\x1a\x9c\x28\x2f\x65\x72\xff\xbe\xbc\xa0\x2e\xae\xae\x92\xbd\x79\x8e\x9c\x5c\x72\x26\xdb\x33\xfb\x8d\x9b\x7e\x9f\xc9\x0d\xfc\x32\xe8\xeb\x9f\xca\x8d\xbc\x30\xbd\xaa\x7f\x1f\x72\x53\xd2\xf3\x25\x8a\x15\x11\x95\xfc\xad\x25\xf9\x0c\x36\x7d\xe9\x7f\xb4\xc4\x6f\x40\xed\xfe\xaf\xf4\xc5\x62\x40\x93\x25\xd7\x8e\x23\x1d\x0a\x38\xed\x7a\xe0\xfd\x75\x4a\xdb\x82\x58\x9e\xc7\x9a\x42\x22\x3c\x68\x03\xd4\x3a\xcf\xed\x9b\xd6\xa3\x60\x92\xc7\x1b\x5b\xbf\x12\x9d\x8d\x14\x12\x7d\xdb\x73\xfb\xd6\xd4\x90\x44\x5b\x3c\xa4\xbc\xd3\xcf\x8c\x55\x06\xdb\x05\xce\x12\xe6\xe9\x71\xe5\xe1\x4e\x10\xe6\x2d\x78\x9d\x2d\x6f\xe1\xe0\x77\xc5\x40\x54\xb4\x11\xd1\x4e\x08\x9a\x2f\xaa\xd9\xa1\x8a\x70\x31\xce\xb5\xb0\x11\x89\xcc\xdd\xfb\x2c\xda\xb6\x98\x59\xcb\x9c\x8a\x59\x29\x52\xaf\xfc\xf4\xbf\xd1\xa7\xaa\x87\x40\xed\xf0\xa1\xf2\x3d\xae\xa4\xed\x1e\x11\x76\x36\xee\x67\xa6\x0a\xb5\x54\x9b\xa6\xfb\xe1\x51\xfe\x4c\x3e\x4c\x53\xb0\xaf\x31\xa6\x9a\xa4\x8e\x1d\x16\xca\x59\xe2\xe8\xca\x85\x4e\xab\x21\x56\xd4\xea\x77\x53\x01\x57\x2a\x01\xa2\xdb\x3d\x13\x58\x06\xbe\xe6\x70\x82\x2e\x2b\xaa\x21\x01\x37\xee\x0e\x8d\x6f\x86\x58\x6a\x27\xb0\xeb\xea\x22\x67\xd5\x31\x21\x1a\x09\x94\x3a\xce\x6d\x41\xb2\xe8\xc7\xba\x08\x5a\x2a\xc7\xca\x05\x86\xc1\xd4\x4c\x90\x97\x9a\x87\xb8\xdd\xca\x21\xb9\xc8\x2d\x87\x71\x72\xb6\xa0\xac\x7c\x11\xdc\xa7\x5a\x6b\xb9\x8b\x69\xc0\xe5\xb1\xbd\x8b\x9d\xe7\xcf\xd9\x84\x08\x17\xfe\x53\x13\x38\x6e\x42\xef\xa4\x5e\xeb\x67\xb6\xdf\xf1\x25\x8f\x9b\xcb\x77\x48\x08\x73\x99\xe6\x3b\xf9\x11\xb3\x6a\xc5\x82\x96\x49\xc0\x4b\x27\x50\xf2\x4d\x87\x6e\xe5\x19\xd3\x36\xdd\xce\xe5\x18\x24\xea\x82\x40\xee\x74\xe0\x58\x28\xb9\x73\xc6\xd4\xd2\x19\x9d\x5f\xd1\x2e\xda\xd4\xcd\x87\x5e\x57\x8a\xe7\xc9\xcb\xd2\xd0\x9d\x11\x7e\xef\xc5\xb6\x49\x3e\xa7\xa6\x54\x76\x1b\x36\xa2\x36\x76\x67\x26\xf7\x82\x8f\x91\x3c\x0b\x1b\x35\x0a\x76\x6f\x77\x59\x31\xbf\x0e\x02\x6b\x77\x8c\x34\xca\xb6\xed\x55\x53\x1b\x09\x1a\xa7\x41\x01\xa4\x50\x3a\xe7\x01\x42\x97\xe4\xb1\xdd\x6c\x62\xbb\x66\x76\x17\x69\x1d\xc0\xe6\x5f\xd6\x5b\xb1\x58\x7c\x67\x37\x95\x58\x9f\x20\xd6\x20\x1b\x86\x2f\x69\xef\xfd\xfd\xcc\x9b\xd6\xee\x41\x8d\x32\x5b\xe6\x91\xb1\x1f\x32\x03\x60\x1e\x92\xce\x8e\xf1\x43\x2b\xb0\xab\x86\x3b\xd0\xc4\x90\xc0\xdf\x5d\xc9\xc2\x07\xda\xd3\x6e\x12\x26\xf3\xa9\x5e\x9a\x84\x7c\x9e\x59\x97\xff\x06\xb7\x8c\x41\x09\xc2\xbb\x6b\x39\x02\x51\xbd\x41\x02\x39\xcb\xcb\x5b\x5b\x07\xf9\xf8\x51\xef\x27\x7b\xc5\xca\x5d\xd3\x2c\xf8\x81\x2b\x76\x97\x0b\xb3\x35\x62\x95\xaf\x5c\x59\xc2\x28\x44\x0c\x63\x1a\xdc\x77\x4a\x15\x8e\x9c\x68\xa3\xff\x2c\x31\x89\x35\x8b\x0c\xd5\x07\xd1\xe9\xb1\x90\x4c\xbe\x02\x11\x93\xcb\x90\xaf\x56\x97\x09\x65\xad\xcc\x74\xc3\xd3\xde\x5d\x47\x68\x47\xcc\x44\x4a\x83\x27\x54\x37\xa1\xb0\x20\xb0\x2d\x0c\x11\x22\x61\xa5\x71\x6b\x55\x7c\x42\xe1\xcb\x52\x82\xa6\x8c\xb6\x07\xf3\xf2\x9a\xac\xc7\x49\xc8\x95\x43\x25\xf4\x91\x7e\x08\x3d\x94\xb1\x3e\xd3\x84\x51\xbe\x0d\x46\xb2\x6d\x41\x66\x46\xa3\x9c\x95\x1d\x19\x75\x23\x76\x20\xe1\x66\x32\xa1\x4b\xf9\x33\x10\x2a\x42\x07\x51\xcc\x1b\x99\xfa\x79\xdc\x7a\xc4\xa3\x5f\x52\x95\xbe\x8c\x2d\xdd\x45\x5f\x65\xd4\x23\xe0\x78\xbc\xdf\x2d\x81\x3c\xa9\xda\x90\xa1\x3c\x84\x28\xa6\x42\xea\x32\xb9\x70\xc0\xdd\xc1\x97\x5c\x32\x30\xa7\xf1\x9f\x70\xbf\x90\x34\x15\xef\x17\x42\x27\x47\x3b\x6c\x32\xca\xe9\x56\xa3\x0c\x30\x3d\x8a\xcb\x8e\x95\x51\x6c\x0e\x1c\x0d\xb7\x22\x72\x17\x4f\x0f\x25\x81\xef\x51\x4c\xc0\xa1\xc4\x6c\x38\x8c\xa7\x60\xf9\x28\x42\x58\x3f\x51\x9a\xa7\x6b\xfe\x18\x52\x26\x4d\x8a\xc0\x82\x07\x24\x36\x42\x78\x74\x95\x5a\xb7\x3c\x0f\x62\x3d\x10\x0c\xd9\x26\x97\x83\x47\x2a\xda\x5d\xd5\xeb\x2b\x1a\x57\xbd\xe5\x4b\x73\x60\x92\xdd\xcc\x46\xc9\x9b\x7f\x11\x89\x6a\xd7\x0d\x6b\xe5\xb8\x05\xb1\x5c\x0b\x47\xd6\x8f\xfd\xd0\xb5\xcd\xfa\xa7\x67\x2d\x8b\xc4\xac\xac\xe2\x63\xf5\xe7\x1f\xbf\xd5\x74\x22\xc3\xbc\x84\x6c\xe6\xf8\xa2\x1e\x5e\xee\x2f\x1e\xf4\xf9\x9a\xed\x6e\x71\xa1\x54\x38\x6b\x5c\x35\x97\x10\xb3\xc2\xeb\x26\x4c\x0b\x6c\x73\x69\x8f\xf7\xed\x86\x36\x48\x5a\xa4\xdd\x6e\x65\x79\x89\x80\x6d\x05\x12\xfd\x87\x85\x45\xd5\x60\xe6\xaa\x4e\xe7\x87\x2a\x5c\x04\x14\x8f\xeb\xa3\xcb\x66\xbc\x69\xa2\x02\x52\xee\x90\x81\x71\x69\xdc\x0c\xee\x20\x82\xfe\xc7\x4a\x81\xf3\x98\x96\xc2\x3a\xb2\x42\x6d\xaa\x7c\x82\x98\xc3\x55\x58\x71\x2a\x49\xfd\x10\x0e\x8c\xd3\xac\x45\xe1\x3d\x2a\xd6\xed\x0b\x62\x39\xe4\xe5\xb3\xc7\x34\xd3\xe0\xd1\x43\xf7\x80\xae\xa3\xfd\xad\x14\x4d\xc6\xae\xf4\xcc\x06\xe0\x28\x9a\xce\x48\xa4\x69\x63\x98\x84\xaa\x55\x42\xd3\xac\x17\x9e\x9a\x89\x61\x96\x50\x34\x41\x48\x92\xa2\x98\x5e\x7f\x26\x35\x9b\xb4\x1b\x07\x6e\xcd\x7d\x06\x45\xc3\x98\x1e\x63\x3a\x68\x2c\xd0\xfa\xe8\x42\xbd\x56\x1d\x0f\x32\xd8\xa2\x37\x4a\x74\x6f\x5a\xbd\x19\xcc\x2d\x11\x6b\x42\x22\xdc\x50\x25\x5b\x99\x3b\x01\x1b\x4c\x31\x33\x82\xda\xe8\xbf\xe5\x65\x41\x74\x60\x68\x3f\x10\x2a\x4d\x8b\x20\xfd\x50\xa1\x40\x5f\x4c\x2c\x52\xea\xf2\x38\x12\x87\xb1\xa0\xa4\x17\xec\x07\x09\x8c\xa3\x2b\x5a\x6b\x30\xf5\x12\x9d\x17\xec\xdb\xd9\x20\xa6\x14\x3a\xa2\x64\x40\xed\x99\xc2\xfe\x27\x8e\xad\x61\x20\x88\x9e\xfc\xa1\xbf\xfd\xb2\x24\xf5\xbb\xcd\x42\xd4\x7b\xdf\x38\xf2\x29\xe8\xb0\x94\xa9\x08\x83\x3c\x25\x86\x03\xd6\x9c\x8f\xa5\xc2\x73\xce\xee\xd5\x92\x59\xed\x14\xac\xc8\x0b\x4d\xc4\x1e\x00\xa0\x4c\x78\x1f\x26\x02\xbf\xa2\xba\xc6\x6a\x51\x13\x14\x35\xd4\xc4\x1a\x10\xd6\x19\xc1\xbc\x12\x93\x94\xfc\xf1\xe9\x2b\x3a\x30\x42\x83\x56\xe9\x2f\x05\x71\xe6\xd2\x85\x6b\xd1\xd5\xc0\x70\x65\xb3\x19\x53\xdc\x20\x43\x48\x71\x53\x0d\xa3\x24\xb6\x78\x18\xd4\x64\x40\x32\x98\x34\x5f\xe6\xb8\xea\x9d\xfe\x4a\x5a\x43\x4f\xc6\x67\x55\x18\xea\x57\x34\xb3\x41\x8b\xca\x5b\x6b\x77\xc3\xd4\xdf\x99\xa0\x15\x32\x43\xd7\xa0\xdf\x23\xdb\x37\x82\x84\x16\x27\xe7\x2d\xdc\x05\xfa\x61\x1d\x56\x0a\xe2\x97\xd2\x93\x91\xd9\xc5\x8c\x44\x65\xb6\xd8\x1c\x65\xd9\x59\x3d\xe9\x98\xef\xa2\x33\x8c\xf8\x51\x65\x70\x0b\x95\xf1\xa3\x72\xa8\x7c\x3a\xdb\x6c\xc0\x68\x69\x7a\x44\x6f\x72\x39\x06\xc5\x82\x83\x5b\x11\x69\x45\x31\xc2\xd9\x45\x53\x2d\xd7\xd5\x86\x2d\x9a\xb5\xf5\x78\xbb\xab\x43\x4f\x6c\x1d\x14\xc8\x49\xb6\x55\xe4\x6d\x65\x2a\xbc\x02\xd2\x2a\x23\x08\xda\x6e\x30\x6f\x10\xb5\x83\x9d\xd6\x4f\x1f\xbf\x79\x73\x72\x1e\x0f\x69\xde\x07\x4d\x49\xac\xc4\x57\xc1\x0a\x70\xd2\x2f\xb3\x05\x0c\x0b\x98\x42\x44\x6b\x44\x2d\x71\x08\xce\x93\x29\xab\x9d\x3e\xd7\x2d\x68\x4f\xcb\x7d\x31\x5a\x9e\xf4\xbf\x3c\xb4\x7e\xd9\x6f\xcc\xdd\xbc\xcf\x4c\x8d\x7f\xc2\x7f\x33\x7f\x13\xe2\x2e\x9f\xb0\xf5\xe2\x1d\x55\x74\x37\xa0\x0e\xb4\xe5\xe4\x66\x04\x44\x7a\x5f\x40\xd4\xa2\xb9\x6f\x71\x56\x5c\xe6\xb8\xcb\x3f\x62\x45\x6f\xdb\x61\xc3\xf0\xe4\xee\x9b\xfa\x2f\x7b\xb0\x67\x2c\x0e\x11\xf1\x60\xe3\xd2\x8b\x7a\x23\x07\xca\x9f\xc2\x0f\x49\xe7\xaf\x91\x49\xbc\x6b\x9c\x7e\xfd\xd8\xef\xd8\x36\x97\xce\x86\xfe\xd1\xbd\x7d\x9d\xb3\xbe\x90\x6d\xd3\xee\xfd\x44\xf2\x0b\xdf\xf0\xd3\xf2\x11\xc4\x4f\x93\xea\xd8\x2d\x6e\x25\x6a\xc6\x60\xe5\x04\xbc\xd5\x74\xde\x2d\xcc\xef\x26\xba\x4d\x99\xf8\x7f\xa0\x4d\xf6\xc1\x8b\xe3\xf8\x5a\xa5\x6e\x9a\x23\xec\xdd\x8f\xc5\x66\x9f\x2a\x5f\xb8\x75\x2e\xd3\x7f\x93\xc1\xde\x3f\x96\x85\x19\x13\xbc\x3a\x39\x83\xb0\xe1\x67\x4c\xda\x70\xbb\x13\x17\xfb\x7f\x32\xe3\xf7\x55\x86\x9e\xa8\x6a\x7d\xec\x0e\x88\x3c\xb3\xec\xe7\x3c\x98\xf7\x23\x75\x66\x35\x9c\xe3\x4e\xb1\x19\x44\xad\x9e\xbb\xd5\x64\xd2\x82\x41\x78\x15\xee\x8d\xde\x7d\x06\x0a\xd6\xaf\xba\x1a\xde\x09\x92\xce\x3e\xa1\xb9\xf3\x07\x0d\x89\xb1\xdd\x33\xc2\x7b\x9a\xa2\xc5\xba\x1e\x48\x84\x67\x17\x34\x58\xb3\x67\x44\x36\xe8\x24\x83\x37\xa9\x7c\x59\xca\xa4\x28\x1f\xfa\x02\x0b\x15\x1c\x73\x9a\xba\x03\xf8\x43\x7f\xcf\x94\x52\x40\xf3\x65\xe5\x7b\x9d\x76\x59\x37\x35\x6f\xfc\x57\xf4\x87\x0e\x75\x11\x00\x52\x34\x15\xf6\x16\x95\xa8\xbe\x48\xa4\xef\x50\x8f\xda\x17\xea\xaa\xa8\x61\xa1\x5b\x17\x35\x80\xd7\xdb\x01\x4c\x1b\x12\xf2\x27\x48\x50\x1f\x52\xea\x09\xad\xc2\x47\x61\x87\xc4\x17\xf4\x95\xa5\x7c\xcd\xf2\xdf\x37\x06\x68\xd2\x5b\x80\x53\x1d\xc4\x28\xdf\x16\x49\x6f\x1a\xf5\x96\x9e\x76\x05\x93\x72\x56\x12\xe0\xc2\x84\x3a\x5f\xf2\xc5\x46\xb1\xe9\x73\x15\x3a\xed\xf2\x3f\xbb\xe6\x2b\x75\x51\xf0\xff\xaa\x9f\xd0\xef\xaf\x8b\xbf\x4a\xea\x59\xf8\x01\x34\xeb\x15\xf1\x7a\x55\xd6\xd3\x4c\xac\xae\xd4\x78\xad\xbd\x5c\x8a\x0b\x18\x8e\xcd\xf3\x70\x81\xca\x7b\x16\x70\x34\xb7\xdb\xe2\x53\xbd\xdd\x6f\xf3\x00\x88\xa2\x8c\x89\xf7\xd3\x6b\x84\xc5\xfc\x65\xc0\xf8\xfe\xfd\xcb\xef\x04\xc6\x35\xdc\x7e\x35\xc0\x56\x6a\x4b\xbe\x19\xb2\x8d\x9d\x18\xb9\x64\xea\xed\x6b\xce\x8d\xc1\xdd\x57\xbc\x1b\x7d\xee\x61\x1a\x69\x5a\xa0\x22\x25\x5b\x30\xed\xbd\x20\xb2\x73\xef\x27\x59\x74\xa3\x59\x56\xab\x22\xe3\xb1\x3a\x1c\x3b\x6c\x54\x88\x85\x10\xa6\x88\x4b\x4f\xe1\x98\x14\x51\x69\x06\x2a\x39\xd6\x94\xb5\x2c\x9c\x73\xd3\xb7\x2f\x5e\x9d\xc3\xb5\x89\x70\x52\x54\x6c\xea\xbf\xc5\x86\xdf\x8b\x50\x27\x9f\x78\x75\xdf\x0b\x27\xd4\xd4\x98\x78\xa6\x46\x33\x4a\x38\x91\xdb\xb5\xb2\x14\x03\xac\x36\xbb\x51\x06\x8c\x59\x9e\xbf\x92\x44\x2d\xc8\x89\x50\x08\xa4\xd7\x6f\x66\x02\x57\x78\xaf\x3a\xab\x36\xdc\xf7\xc6\x65\xf3\x57\xbd\xba\xd5\x94\xda\xaa\xef\xf6\xa5\xd1\x5b\x42\x0b\xcd\x51\x02\x1a\x72\xc4\xd1\x8a\x5d\x44\x52\x12\x0c\x2f\xef\xc2\xaf\xbc\xb7\xee\xa4\xad\xc2\x4c\xcb\xee\x66\xc9\xaa\x7c\xf0\x29\xbb\x9b\x98\xe0\x18\x3a\xca\xa0\x09\x75\xc0\xc1\xca\xe6\x14\xeb\xfc\x7f\xff\xf7\xff\x79\xf8\x94\x07\xfe\x74\xe8\x36\xf4\xa5\xfc\x32\xc3\xcb\x42\x48\x05\xf9\xc9\xbf\x91\xdc\x73\xad\x26\x35\xef\xe4\x2b\xb3\xdf\x20\x06\x94\xdf\xab\xfe\x1d\x1f\x99\xfe\x62\x9a\x90\xa9\xd3\x3a\x13\x83\x8c\x85\x4e\x45\x1c\x12\x38\xfd\x91\xf1\x97\x7d\xbd\xfa\xb0\x14\x4d\xc9\xa3\xfc\xdf\xf9\x57\x0e\x7f\x65\x3d\x35\x99\x12\x07\xb2\x0a\xf4\x1c\xd1\x66\x6f\xda\x8d\xa3\x46\xfd\x2b\x22\x19\x2e\x52\x2e\xe0\xc6\x4c\x46\x0d\x90\xbd\xb1\xb2\xdd\x9e\x8d\xc8\x18\x25\xac\xb5\x53\x4a\x81\x67\x1b\x27\x32\xcf\xe6\x6a\x08\x77\xc2\x49\x1d\x68\x9e\xba\x2b\x7e\x89\xb3\xcc\x0e\xb2\xa2\xda\x8f\x4d\x05\x2f\x0a\x1a\xb2\x0a\x1e\x89\x83\x79\x38\x2b\xf4\x8c\x18\xba\x0a\xa2\x15\xfd\xc9\xe8\x08\x62\xbb\x43\xbd\x6c\x66\xdf\xdc\xa1\xc0\x7d\x2a\xd2\xed\xaa\x99\x6f\xcc\x8b\xb5\x56\x04\x99\xea\x89\x7e\x66\x94\xce\xbf\xcf\xe9\xcf\xc4\x8b\x9e\x7d\xee\xa7\xbe\xf6\x9b\xe2\xa2\x42\xf2\x6b\x7c\x10\xfa\xd3\x29\x38\xd0\x8a\xc8\x29\x64\x3f\x32\x9e\x92\x7a\x10\x44\xc4\x57\xa6\x8e\x2c\x72\xb1\x2c\x9f\x19\xae\xca\xba\x82\xaf\x77\xdf\x16\xd7\xf2\x93\xa6\x4b\x9d\xf1\x5f\xca\x97\x24\xc3\x49\x40\x40\xe1\x23\x10\xe0\xc1\x36\xeb\x6e\x38\xb5\xef\xcc\x3a\xb0\x98\x76\xc4\x72\x46\xb1\x00\xf2\xd5\x28\xff\x52\x84\xff\xe7\x2c\xfa\x5b\x5a\x01\xba\x9e\x9b\x15\x63\x48\xdf\xf2\x49\x8a\xfb\xa4\x63\xf9\x0a\x39\xa5\x18\x0f\x3f\x03\x7f\xa0\x69\xe6\xb4\x71\xc2\x7f\x43\x2a\xe1\xa7\x72\x86\xf4\x37\x38\x40\x48\x04\x0d\x96\xfa\x25\xf8\x40\x4c\x5e\x8c\xd7\xc2\x65\x35\xcc\x6c\x5d\xe0\xe2\x8e\xb6\x1a\xf2\x7d\xf6\x8a\xe6\xbf\x5b\x86\xf2\x4f\xf9\x67\xbe\x99\xd4\x12\x16\xd7\xaf\xed\xa8\x19\x0f\x43\x4d\xcd\x82\x49\x73\x1e\x52\x5a\xdc\xce\x01\x93\xa4\xd7\x24\xb0\x27\x94\xe0\x51\x2b\xa9\x98\x65\x94\x51\xcd\x10\x5b\xe6\xe1\xe9\xc8\x64\x17\x39\x08\x6e\xfa\x39\xed\xa7\x03\x92\x6e\x16\x33\xa0\xac\x3f\x8b\x70\x34\xf0\x31\x90\x2a\x78\x03\xfd\x19\xaf\x5e\x5c\x1f\x5a\xda\xf1\x02\x49\xe6\x92\xb8\xca\x55\x15\x5c\x7c\x00\x04\x6e\x84\xc3\x56\x24\xcd\x84\xca\xb4\xb1\xa4\x3e\x4c\xe8\x50\x5c\x50\x36\x71\x4f\x3c\x9b\xa1\x30\xcf\x55\xcc\x92\xa9\xb3\x4c\x25\x2e\x56\x73\x52\xa5\xcf\x23\xc6\x69\x29\x4c\xb1\x4c\x44\x60\x90\x37\x33\x25\x6e\xc5\xa8\x31\xcc\xc1\x9a\x27\x78\xa3\x25\x6f\x59\xde\x08\xc1\x81\x1e\x0e\x57\x7d\xa0\x9c\x72\x6e\xe0\xd7\xa6\x39\x0b\xf6\x03\x0b\xf4\x93\x7d\xf9\xe5\xc7\x2c\x68\xaf\x51\x6d\x48\xe4\xe0\x93\x3d\x74\xb5\x54\x65\xda\x5c\x21\x59\xe5\x72\x79\x71\xa3\x65\x64\x9d\xe1\x5e\x7b\xa0\xc8\x96\x79\x79\x08\x96\x5a\xe4\x38\x24\xcc\x14\xe9\xd5\x37\x9f\x9d\xe3\xa7\x39\x0b\x3e\x98\x60\xc4\xc4\xb4\xa9\x9f\x05\x61\x2c\x05\xc8\x09\x3e\xe6\x40\x44\xc5\xac\x4a\x22\x3e\x05\xc4\x17\xc5\x2e\xb9\x67\x1b\x66\xcb\xac\x50\xe2\x35\xec\xb4\xba\xcf\x28\xc7\x06\xcf\x4c\x57\xe5\x46\xe1\xb8\x85\x15\x32\x7e\xde\xd2\x4e\x2c\x20\x0d\x4d\x4a\xf0\x4e\xc2\x2a\x10\x88\x7c\xe7\xf7\x7f\xfb\xee\x7d\xcf\xcb\x10\xaf\x6a\x7e\xfb\xe3\x7b\x92\xd4\xef\xff\xf6\xfd\x7b\xdc\xd1\x4c\x0a\x2f\x2f\x59\x49\x39\xad\x01\x05\x0d\x7a\xd7\x55\x1f\xeb\x76\xdf\x0b\xbf\x86\xcf\x48\x1f\x3e\xc9\x52\x7c\x1a\xd2\x2d\x1e\x82\x04\x8c\x76\x78\x19\xb2\xd2\x1d\xde\xec\xb7\x4b\x1d\x63\x2f\x14\xc0\x7e\x85\xe2\x36\x03\xcb\x82\x9b\xfc\x3d\xfc\xe6\xe1\xd6\x25\x0f\x96\x3a\x6f\x0a\x8a\x3f\xc8\xaf\x9f\x30\x10\x1e\xfa\xef\xa1\xa5\xd6\xdd\xef\x9c\x4b\x98\x03\xe6\xbf\xc3\x3d\xd3\x4d\x35\x2c\x52\xaa\x64\x21\x77\xd0\xe5\x34\x4b\x7b\x11\x41\x74\xdd\x60\xe7\xed\xc1\xbb\x0a\x13\x63\x70\x6f\xf1\x73\x94\x79\x5b\x65\x5d\x52\x40\x49\x6d\xc4\x12\x05\x1d\xcd\xb5\xce\x94\x1c\x43\x5f\x36\x4d\xd2\x5e\xa8\xc3\x7e\x7e\x61\x2d\xc2\x4f\x10\x03\x7b\x19\xea\xb9\xa4\x19\x6f\x56\xb8\x0b\xc0\x75\x09\x0f\x55\x0d\x7d\x05\xfa\x0b\x9b\xd8\xb5\x1a\x47\xec\x14\x1f\x96\x2c\xca\x37\x75\xe1\x08\xb8\x99\x28\x2a\x35\xd1\x5c\xfa\x2e\x21\x3a\x81\x62\x9b\x1b\xdf\x25\xe4\xa7\x48\x81\xcd\xdd\xdd\x5c\x41\x54\x82\x20\x62\xc9\x26\x8c\x32\x22\x42\x23\x76\x5c\x56\xdd\xf7\x41\x2f\xcb\xe4\x3a\xd5\xbc\x36\xe5\x2e\x9d\x17\xd2\xef\xd6\xaa\x84\x36\xe8\x17\xfa\x13\xe6\x75\x64\x0a\x65\xfd\xe3\x56\xa8\xfb\xf4\xc7\x92\xe4\x5c\xb4\x4d\x17\xcf\xed\x34\x7f\xd5\x6e\xda\x78\xae\xe3\xd7\x18\x40\x74\xd1\xf7\xcb\x11\x6f\x26\xd9\x11\xb7\x75\xf7\x72\xc2\xe8\xe4\x11\xc8\x99\xc1\x48\xc6\xc8\x86\x30\xcd\x0c\x9e\x49\xd2\x41\xf8\x27\x59\x6c\x8c\x69\x2d\x6a\x2e\x07\xd0\xa0\x0c\x9f\x05\x9b\xb7\x12\x11\x3e\xc3\xdf\x73\x30\xd7\xee\x2d\x43\xf8\x9e\xdf\x5d\x7d\x68\xdd\x87\x6f\x3a\xe6\x1b\x8f\x12\xb2\xf4\xf5\x8e\x2b\x55\x11\x83\x1c\x17\xee\xc5\x21\xcd\x64\x5d\x79\x41\x98\x29\x86\x42\x2a\x6a\x70\x8a\x5a\x65\xf5\xf3\x70\x36\x0f\x06\x3c\x5c\xb7\x79\x10\xd2\x10\x03\x8f\xcf\x89\x22\xe7\xc2\xe6\xd6\x89\xdd\xa1\xe5\x17\xa3\x6a\xe1\x98\xff\x08\x46\x96\xe3\x06\xb5\x85\x47\xb9\x7e\x69\x7e\x22\x3f\x8e\xe5\x46\x1b\x79\xcb\x8a\xb5\xfd\x06\x47\x04\xee\x89\xe5\xc7\xa5\xdc\x70\x1a\x10\xe2\x85\x31\x4f\x13\xdb\x72\x74\x5e\xa2\x89\xa9\xd5\x0a\xe7\x5e\x54\xab\x02\xf6\xd7\x70\xed\x6b\x58\x13\x5e\x94\x6e\xf4\x04\xc2\x01\x50\xac\x7e\x36\x67\xf7\x31\xe0\x98\xaa\x85\xea\x4d\x37\x32\x9a\xa9\x8b\x6a\xb8\x86\xc7\x0b\xcc\x48\x78\x72\x45\xad\xde\xff\xe0\xcf\x6a\x22\x70\xdf\xa2\x8d\x6f\xf9\xc0\x2e\x95\xd8\xfd\x01\x3f\x84\xe4\xe9\x54\x8e\xd8\xf9\x19\x34\xc0\x7e\xb7\x45\x65\x74\xc4\x3d\xc3\xb6\xa2\x46\x71\xc8\x97\x26\x61\x0a\xe9\xfd\x91\xa5\x7c\xa3\xad\xf8\x26\x0c\x67\x33\x11\x4d\xff\x3e\xa4\x6b\xfd\xa8\x49\xcf\x72\x6b\x46\xd2\xfe\xb9\xea\xa9\xf4\xbf\xbc\x37\x1c\x25\x61\x60\xe9\xa9\x29\xf0\x33\xfe\x4c\xa0\xc6\x82\x75\xcc\x13\xdd\x38\x10\xaa\x32\xa3\xd4\x52\xf3\xf5\xdc\x25\x54\x91\xa9\x09\x7a\x69\xc9\xd0\x5b\x50\xbf\x92\xd4\x6b\x12\xf2\x99\x10\xe8\x6c\x86\xcb\xc0\x45\x32\x35\x60\x72\xbb\xd8\x12\x63\x4d\xc8\x39\x9f\x54\x1b\x76\xbe\xc2\xa4\x1b\x5f\xaa\xe0\x68\x69\xb4\x3f\xec\x0a\x98\x7e\x85\xcb\x9e\xf9\xba\x14\xb6\xdc\x47\x5f\x0d\x9e\x45\x2a\x04\x4d\x98\xa3\x67\xd6\xf7\xba\x5f\xc2\xf0\x4b\x4c\xe1\xcf\xd5\x9a\x6b\x53\xaf\x86\x3c\xa4\x7b\xb7\x85\x5d\xd7\xae\x25\xbc\x52\x70\x53\xa0\xe3\xb2\xbf\x42\xc0\x16\x06\xb8\x24\x2a\xb5\x6d\xc1\xc7\x05\x12\x51\x34\x4b\x5c\x72\x60\xa8\x89\xf6\x36\x19\x86\xaa\x72\x75\x42\x46\x61\x58\x42\x55\xd0\x94\x7f\x5e\x6d\x72\xcb\x3e\x57\x5f\x20\x01\xe2\x4c\xc4\x3b\xde\xc6\xdd\x1f\x6e\x6b\x1c\xc2\x4f\xf0\x61\x5b\x34\x72\x6b\x59\xb3\x9b\x11\x4b\xcb\xe2\xa2\x0c\x1b\xaa\xe1\x6a\xa6\x66\xa9\x6d\x44\x52\x80\x3c\x73\x3b\x1b\x08\xbb\x6f\x74\x03\xa2\x14\xf4\x81\x8c\xe2\xbf\xab\xee\xf6\xc1\x10\x90\x54\x11\x39\x5e\x59\xa7\x43\xf5\x24\xab\x91\x43\x3b\x99\xb6\xaf\xff\x70\xbf\xfc\x46\x36\x31\x6c\xa9\x26\x37\x50\x9c\x28\x03\xf7\xc7\x23\x53\xd1\xba\x87\x43\x3f\xa3\x0c\x1f\x14\x0c\x44\xdf\x8b\xdf\x33\xa7\xa7\x73\x67\x59\x94\xc0\x5d\xf6\x8c\xba\xc0\xe5\xce\xab\x0c\xc6\x00\x65\x54\xc4\xdc\xef\x93\xb6\xdb\x25\x6d\x8d\xa5\xca\x73\x74\x9c\xf0\x46\xe1\x5f\xe3\x1e\x98\x1c\x33\xae\x39\x48\x04\xe9\x80\xe8\x58\xbf\xe0\x23\x44\x5c\xd5\x85\x44\x3b\xd5\x24\xa1\x83\x7a\x1e\xa9\xcd\x80\xf2\x06\x49\xf5\x23\x0a\x3f\x3b\x39\xc6\xd3\xc1\x4f\xda\x67\xcc\xdc\x83\xfa\xdc\x38\xe6\x67\x34\x60\x56\x06\xe6\x5f\x5b\x74\xb7\x6f\xd2\x41\x56\x62\xec\xce\x7f\x7d\x46\x88\xc7\xa3\x55\x2d\x65\xe5\xb5\x46\x54\xae\x29\x31\x4e\xcd\x51\x70\x33\x7e\x70\x43\xff\x1e\x6e\xb7\x0f\xcb\xf2\xc1\xcc\xa8\x1d\x57\x14\x86\x3d\xb2\xb0\x53\x15\xc4\x88\x4a\xba\x9a\x1c\x93\x39\x3f\x77\x0c\x90\xac\xd3\x3b\x3e\xfb\xf9\x9c\x66\xa6\xa3\x8c\x33\x27\xb8\x1b\x57\xaf\x67\xfa\xdf\x12\xb5\x8b\x76\x3b\xbc\xa1\xc5\x24\xd1\x8f\x65\xc4\xa0\xbb\xac\x91\x97\xfd\xad\x1d\x0c\x37\x28\xca\xce\x11\xed\xde\x1e\x98\x14\x09\xc9\x78\x70\x4a\x1c\x63\x1c\xa7\x35\x30\xc7\x33\x80\xf3\xac\x71\x6c\xfd\x3f\x93\x3d\x9e\x6b\x7e\x0e\x0d\xee\x62\x90\xaf\xeb\x0f\x35\x15\xf8\x95\xfe\xe0\x7b\xa1\x71\x11\xf2\x18\x07\x81\xda\xe5\xec\xaf\x92\x7c\x1b\x2b\xe7\x30\xce\x32\x9d\x86\xc2\x33\x97\x38\x88\x62\xa7\xb5\xdf\xf0\xb5\xca\x07\x39\x4d\xdb\xd5\x1e\xa2\xf7\x8d\xba\xd4\xfc\x07\xfc\x5b\x5a\x62\xea\xae\x34\x22\x1f\x58\xe6\x7a\x50\xa4\x5a\x48\x83\x8a\xe3\x70\x14\x5c\x6a\x30\x6b\xdd\xe4\x03\x02\xb3\x52\x3a\x4e\x4f\x01\xf7\xe1\xae\x91\xa0\x6c\xb2\xa6\x2b\x93\x1c\xe1\xc5\x4f\xc2\xd7\xfa\x46\x63\xb6\x49\xbe\xdd\xfa\xab\x5c\x1e\xaf\x0a\x7e\xed\x6a\xb9\x98\xe2\x90\x9f\xc5\x05\x5b\x0d\x63\xbd\x55\xdf\x15\x09\x84\x8e\x03\x21\xae\xb4\x25\x16\x37\x5d\x1b\xb0\xf3\xd4\x06\x18\x29\x98\x3a\xf7\x39\x23\xb4\x09\xfd\x28\x47\xc4\x18\xe0\xc0\x74\x4e\x59\x6a\xc4\x14\x15\x0e\x93\xf1\xc4\xbc\x74\x3c\xc8\xd3\x13\x2c\x9e\x83\x58\x46\x34\x32\xb2\x02\x4e\x2c\x80\xfb\x45\xac\xa3\xd7\x49\xee\xdd\x10\xcc\xdf\xc5\xac\x55\xf5\x27\x07\x84\x9a\x0b\x34\x6d\x69\x0b\x99\x2a\x38\xc9\xc9\x57\xcc\x72\x11\xac\x94\x9d\x75\xbf\x23\xd8\x55\xdb\x7e\x90\x20\x5e\x17\xf8\x8c\x39\x6b\x0e\x5c\x2b\x99\x1c\xa2\xf5\x65\x9a\x4b\x12\x4c\xbd\xf2\x01\xad\x9f\x70\xc2\x4c\x17\xd5\xc7\xec\xc4\x22\xb2\xb1\xb9\x52\xcc\x55\xef\x20\x57\x8f\x3a\x33\x4d\x2b\x52\x4f\x16\x66\x0b\x3e\xcf\x03\x6c\xce\xf3\x2b\x75\x8c\x5f\xc4\xda\x8b\xf2\x23\x53\xcf\x32\x09\xfa\xad\x69\x33\x9d\xe1\xa5\x0b\xd6\xa2\xe2\xec\x04\x82\xc0\x36\xa6\x30\xda\x37\xca\x0d\x5c\xb7\x1d\xec\x2a\x20\x2a\x4e\x48\xc4\xb6\x15\xc5\x66\xa9\xb4\x84\x0f\x06\x4b\x43\x75\x11\x3c\x01\xd5\x10\xac\xbf\x18\x28\x70\x90\x63\x90\x1c\x06\xb7\xbe\xfe\x29\x09\x85\x78\xc1\x93\x21\x77\xff\xa2\x87\x67\xdb\x85\xeb\x2b\x91\x1e\x6f\xd2\x18\x43\xc4\xfb\xb8\xe9\x12\x32\x3b\x9a\x01\x0e\xa5\x37\xb0\x21\x29\x1b\x9e\x5e\x57\x30\x3f\x15\xa5\xdb\xd0\x15\x1c\xb6\xfb\xc0\xf0\x01\xb3\x54\x98\xf1\x3c\x1c\xa8\x40\x13\x30\xb6\xc0\x12\x84\x19\xc1\xad\x53\x7e\xae\x35\xf2\xa8\x9e\x03\xe6\xb6\xf2\x3e\xc8\x23\x0b\x04\xcc\xb9\xfa\x9b\x28\x91\x20\xff\xc6\x46\x43\x7f\xcf\xff\xc6\x48\x44\x7f\xea\xa6\xac\x3e\xfd\xdd\x24\xca\x10\x02\x93\x11\xf4\x68\x62\x67\x28\xac\x2a\xf7\x0c\xc5\xdc\x74\x82\xdf\x1e\xcd\xa6\x67\x8e\x7b\x33\x5e\x26\x84\x57\xc7\x54\x3e\xd1\xba\x9a\x68\x55\xba\xed\x4b\xde\x06\xdd\xf2\xaf\x72\xd7\xf4\x0c\xbf\xf2\xff\xc5\x27\xbe\x1f\xba\xf8\x91\xf3\x75\xba\x7e\x9e\x98\x27\xfa\x14\x2c\x08\x3a\xd1\xfd\x3c\xbd\xd9\xe7\xae\x35\xe2\x8a\x85\xc1\xb7\x9d\x24\xa5\x5e\xef\x84\x17\x21\xb6\xb1\xaa\x28\xa1\x36\x85\x95\x72\xef\xe6\x02\x41\xfd\x11\x82\x82\x05\xd9\x5e\x4c\x9c\xd4\x95\x5e\xdc\x20\x45\xb5\x5a\x04\x75\x67\x9f\x1a\x8e\xa4\x84\x38\x46\x86\x13\x3f\x4a\xeb\xaa\xb8\xc6\xc6\x79\x1b\xb9\x15\x83\xa8\x38\xab\xa1\x11\xa0\x4d\xca\x09\xd1\x07\x31\xa3\x97\x62\x45\x12\xbf\x60\x70\x2a\x7f\x31\x7d\x65\x7b\x87\xd0\x23\x66\xe8\xaa\x6e\x80\x07\xfd\x74\xda\xd9\xdd\x8d\x18\x8e\xe5\x77\xd4\xcc\x43\x60\xa5\x44\x63\xc6\x20\x84\x5f\xa9\x2f\xdd\x7c\xc0\x1b\x80\xad\xfb\x3f\xd6\x25\x89\x85\x58\x8b\xdb\xea\xfd\x63\x5a\x2f\xe1\x13\x8c\x95\x0e\xd6\x3d\x5a\x4f\x20\x73\x08\xd5\x8f\x00\x0a\x97\x31\x2e\x48\x3f\xd7\x32\xef\xb3\xa0\x1e\xd6\x39\x40\x7c\x8f\x3c\x7a\xc5\x7b\xd6\x4e\xf8\x36\xd8\x23\x8b\xc3\x90\x49\x96\x3f\x4c\x96\x23\x9d\x2c\x89\xb9\x10\xe4\xd0\x3b\x0d\xa2\x27\x78\x30\x9a\xa4\x51\x7d\x98\x2f\x67\xb6\x6c\x8b\xcf\xa3\xe7\x20\xaf\xfa\x8a\x80\x69\x4c\x3c\x46\x88\x11\x22\x1e\x35\x60\x73\xac\x62\x28\x8e\x94\x65\x3d\x0a\xb7\x50\xe2\x3b\xee\x2c\xdc\xe3\x51\xde\x26\x13\x3b\xea\x2b\xcc\xab\x64\x02\x5e\x4d\x9a\x8e\x2e\xed\x47\xd1\x3a\x37\x9c\x02\x2c\xa9\x6f\x85\x2c\xed\x38\xca\x34\x5f\x04\x5d\x8a\x78\x22\x2c\xf2\x1d\xad\xfe\xf1\xb6\x56\xc5\xa8\x78\xae\x59\x33\xaf\xd7\x88\x32\xd8\xb3\xfc\x2e\xc4\x1d\xad\x7d\x6f\xad\x79\x0e\xff\x43\x55\xed\x5c\x13\x69\xf7\x9d\xaf\x21\xd8\x84\xd4\xcc\x77\x86\xa0\x29\x91\xb5\xe0\x22\x49\x6f\x52\x89\xc1\x59\x4c\xde\x21\x32\x1c\x62\x7a\xe6\x2b\x33\xd6\xee\x0e\x9f\xe8\xe9\x2e\xb3\x8b\x27\x3c\x89\x82\xcb\xa7\x00\xc3\x62\xc2\xd2\x91\x7f\xb8\x8d\x18\x5d\x9f\xa9\x4a\xdc\x51\x46\x76\xa1\x31\x68\x49\xe8\x9a\x15\xe8\x0e\x77\x2f\xf5\x38\xc8\x67\x3c\x0d\x1c\x2b\xc6\xd1\xfc\x22\xca\xe7\xe2\xc2\xc7\xe3\x79\xea\x92\x0f\x17\x18\xb9\xce\x25\x75\xa5\xae\x73\xae\x83\x82\x8b\x87\xea\x79\x3a\x5b\x87\xe2\xaf\xab\x45\x8c\xab\x24\xa0\x6f\x6a\xc6\xa2\xd6\x56\xa0\xca\x8b\x45\xc2\x09\x75\x6c\x37\xc7\xc1\x63\x34\x7e\xa8\xbe\x0b\x34\x8e\x1b\xa3\xb9\xd7\x57\xad\x8b\x06\x27\x1e\x80\x38\x02\x7d\xd7\x17\xe9\xec\x5c\x0b\x77\xaf\x33\xa9\xbc\xfe\x48\x08\x08\x82\xa9\x4a\x02\xd0\x4d\x6e\xf7\xd4\x67\x08\xa2\x60\xf8\xf5\x2d\x81\x93\xb3\x73\xdc\x53\xd0\xc6\xa3\xe3\x7b\xcd\xe4\x3e\xff\x95\xd8\x46\x44\xb8\xe6\x90\xfe\x4a\x00\x57\x2b\xf6\xda\xad\x1b\x8d\xff\x7b\x5d\x99\x3b\x55\x53\x6e\x84\x5c\x7a\x9f\x6e\xe3\xcf\xe5\xbe\x22\x47\xe0\x7e\xde\xe1\xfd\xae\x5a\xd5\x97\x37\x0b\x36\x4f\xe8\x1a\x3c\x91\x14\x5e\x68\xb9\xd5\x6b\x20\x8c\x04\x36\x95\x7c\xad\xe1\xa6\x45\xa7\xc4\xdf\xe2\xe9\xd1\x3f\x99\x9e\x31\xe8\x9c\xff\x92\xcd\xf0\x6d\xaa\x0a\xd0\x75\xf1\xe2\xa9\xf9\x98\xc8\xd5\xe6\xef\x36\xe7\xc8\x83\x7d\xf0\xf1\x97\xa5\xe9\xcf\x25\x3f\x5a\xd5\x02\x01\xbb\x43\x5f\x38\xa2\x59\x0f\x87\x1e\xfc\xbe\x03\xdc\xa6\xe0\x4c\xa2\x93\xc2\xb4\x83\xad\x48\x15\x2d\x42\xad\x16\xfd\x1b\xe7\xb7\xcd\x51\x3f\x15\xa7\x66\xdb\x88\x43\x44\xd7\xae\xc7\xe3\x14\xdc\x97\xfb\x06\x69\x8e\x98\xe5\x7d\x85\x17\x1a\xb6\xc5\x8d\x84\x98\xe6\x6b\x81\xbe\xa2\x19\x2d\x7b\x7b\xf2\x87\x1f\x25\x23\xe1\x90\x35\x0e\x66\xf2\x3f\x59\x92\x69\xdf\xa2\xc2\xdc\xb4\xe4\x33\x20\xfd\xae\x15\x1f\x8e\xb7\xfa\x39\x05\x12\x3d\x20\x8f\xea\xa5\x7c\x4d\x41\x76\x1a\x57\x32\x44\x98\x9c\x82\x5c\xb4\x25\xaf\xd9\x13\xfa\x33\x15\xd9\xc3\x3b\x45\x26\xb7\x63\x2f\xef\x38\x40\x91\x18\x4f\x71\x06\x61\x67\xb5\xb9\x94\x48\x53\x2c\xef\x40\x91\x29\x37\x58\xec\xfc\x24\x61\xd6\xd9\x59\x07\x15\xe8\x3c\xc1\xdb\x14\x71\x66\xfd\xf5\x94\x86\x03\xf1\x81\x18\xc6\x7d\xc2\x65\xbc\xf5\xeb\x95\x70\x8a\x58\x4d\xa8\x6d\x25\x24\xf0\x11\x73\x00\x2c\x35\x9b\x79\x8c\xf1\x09\x3b\x09\x03\xcc\x21\x30\x88\x06\x20\x7a\x9b\x81\x88\xa4\x21\x46\xc7\xce\x0f\xc9\x1e\x45\xc1\xde\xc4\x84\x4d\x7b\xa4\x7e\x63\x3c\x41\xe2\x31\x36\x81\x88\xc6\x3b\x00\x32\x0f\xed\xf1\x41\xae\xe0\x51\x79\xf1\x32\x21\x1f\x8e\x00\x27\x0f\x48\xa1\xa3\x1a\xde\x57\x84\x4b\x26\xac\x26\x4b\xba\x5b\x40\x9e\x2b\x96\x61\x1d\x31\x64\x6e\x8a\x78\x58\x91\x75\xba\x6a\x5d\x74\xa5\xc5\xb4\x53\xc2\xcc\xde\xaf\x20\xc0\x3e\x70\x48\xb1\xe9\x5b\xab\x82\x0e\x12\x02\xf9\xc0\xd6\xbe\xb4\xde\xcc\x8a\x9a\x26\x9d\x79\xfa\xa8\x7e\x64\x5a\xbc\xdf\x31\x79\x16\x5a\x6f\xed\x60\xc8\x5f\xff\xeb\xd9\xc9\x9b\xa3\xfc\xd3\xc3\xeb\xeb\xeb\x87\x5c\xfc\x21\x09\xd4\xec\x93\x5f\x72\xcc\xbc\xff\x79\xfc\xfa\x28\xaf\x86\xd5\x37\x8b\xfc\x58\xa8\x76\x24\x86\x7a\xe7\x86\xfb\x74\x5c\x60\x11\x81\xf8\xc7\xa9\xb9\xee\x18\xd5\x8c\xf8\xb8\xac\x9e\x03\xe1\xd5\x33\x9b\x46\x5d\x4c\xb1\x6d\x74\xe7\xf7\xaa\xab\x60\x12\x88\x0f\x97\x41\x87\xf9\x87\xb9\x08\x45\x63\x90\x9a\xda\xd1\x6e\xbc\x5a\xe9\xe3\x38\x23\x10\xb3\x80\x79\x0a\xdb\x97\xa8\xb4\xe1\x85\x0b\xa7\x30\x6b\x61\x88\x4a\xb1\x22\x38\x39\x60\x2e\x2a\x5b\x88\xaa\xfc\x79\x5c\x18\x86\xfc\x78\xe0\xe2\x51\xfe\xaf\x7c\x07\xc2\x0b\x25\xb8\xc5\x59\x86\x5b\x00\x5e\x8c\x0b\x23\x62\xb3\x93\x5f\x68\x00\x12\x87\xda\xe4\xa7\x98\x17\x64\xa8\x49\x25\x2a\x65\xb3\x2d\x21\x11\xe1\x20\x75\x03\xd7\xa4\xba\x69\x91\xf4\x06\x6a\x3e\xdb\xe6\x45\x6c\xf8\x8f\xd4\xba\xdf\xae\x67\xe6\xe6\x21\x17\x2f\x86\xd9\x29\x72\xf4\x11\xa0\x4c\x45\xbc\x5b\x45\xdc\xbb\x20\x4c\xb9\x86\x27\xaf\xc6\x19\x2e\xaa\x53\x35\x20\xec\xcd\xdc\x5e\x14\xbd\x47\x58\xb5\xb8\x7b\x8c\xbe\xe9\xe9\x23\x8c\x9c\xb8\x0c\x27\xd4\x03\xa4\x23\x65\x6a\xe7\x0f\xc3\xc5\x84\x36\x45\xce\x4f\x69\xd3\x84\xbb\x51\xc0\x51\x1b\x13\xa6\x42\xc5\x8f\xa9\x68\x16\x5b\x38\xc4\x3f\x89\xe5\xaa\x9d\xeb\x16\x64\x0f\x71\x17\x9e\x85\xb4\x94\x1b\xb5\x5d\x0a\xba\x9b\x6e\x51\x9e\x10\xd9\x47\x9e\xa2\x32\x5f\x9b\xda\xb9\x31\x08\x82\x85\xb0\x5f\xa1\xb9\x30\x4d\x42\xa5\xf8\x93\x5e\x6a\x35\xc7\x77\x71\xd0\x1f\x65\x8e\x5f\x03\x1b\xef\x6c\x62\x6d\xe5\x3d\xc9\xa7\xf2\xe5\x67\x6b\xb7\x69\x6f\x2c\x9a\xcc\x33\xfc\xd2\xd8\x78\x7e\x64\x11\x4c\x07\x15\x21\xe7\xea\x8a\xac\x28\xa0\xb8\x18\xb6\xbf\x7a\x15\x96\x0f\xe5\x15\x20\xac\x2a\xf8\x22\xf5\xe1\x83\xa8\x5d\xa4\x6e\xf7\xf2\xb0\x8c\x06\x64\xf1\x0a\xb9\x76\x99\x76\xfe\xcf\x2e\x92\xbd\xca\x1f\x0d\x2b\x41\xac\x0b\x5e\x2a\x4d\x2e\x8e\xe7\x06\x30\x0d\x80\x12\xa0\xc6\x81\x5a\xdc\x20\x0f\x05\x6a\xf1\x45\x7d\xb4\x16\x57\x14\x47\x66\x50\x37\xcc\xde\xd5\x24\x2b\x32\x8d\xc5\x12\x47\xfa\x19\xe1\x58\xe6\x17\x6d\x2c\x73\xdc\xb9\xca\xb7\x5d\x94\x96\x7e\x70\x9f\x11\x98\x65\xa4\xef\xf8\x1c\xf1\x63\xae\x2f\x71\x52\xdc\xec\xde\x75\x6d\x5a\xd6\x97\x97\x8b\x8b\x8e\xb8\x6f\x8e\x7e\x82\xc7\xbc\x98\xa8\xf3\xef\xfc\x0c\xbf\x05\x84\xcd\xe5\x80\x15\xf2\x21\x89\x6a\xb4\xfb\x48\x4d\xbe\x24\x11\xb6\x4a\xe3\x37\x84\x9e\x51\x8e\xd8\x2d\xbd\x21\x6c\x7f\x6c\x39\x0b\x29\xc2\xdc\xff\x92\xbf\x10\xb7\x05\x57\x6b\x7c\x59\x84\x42\x67\x9c\xe2\xc0\xfa\xdd\x86\x18\x57\x7d\xb0\xea\x8c\x7f\xc0\x11\xcb\x41\xec\x1b\x12\x61\xab\xd2\x60\xde\xc9\x4f\x0f\xc5\x55\xda\xd2\xd9\x61\x0a\xbb\x73\xb1\x10\x13\xae\x3b\xea\x25\x81\xa1\x06\x47\x60\x84\x56\x35\xd8\xea\x08\xe2\xe3\x3c\x10\x84\xad\x49\x84\xd0\x89\x06\xad\x7a\xf2\xea\x8d\xfc\x84\x33\x99\xc6\x71\x84\x37\x19\x1b\xaa\x65\xe6\xa2\xb6\x98\x73\x55\xb3\x3c\xf1\x30\x14\x25\x9a\x3d\xed\x8b\x5f\x01\xa2\xec\x8a\x4b\xd8\x65\xf0\xdf\x90\x4a\xac\x7b\x2c\x76\xda\x55\x0f\xc7\xc5\x68\x72\x64\xc9\xce\xf0\x11\xd2\xd5\xae\x82\xff\x84\xb4\x02\xe6\x92\x8f\xdc\xc8\xe3\x8c\x98\x5d\x1e\xe1\xef\xfd\x3e\xef\x6b\x56\xcc\x2b\xa2\x8f\x1a\x04\x96\xc5\xf7\x22\x80\x83\xf0\x39\xf4\x63\xf5\x06\x1b\x08\xf5\xd4\x5f\xe5\x61\x7e\xd8\x31\x77\x90\x30\x2e\xfa\x4e\xdd\x22\xe9\x77\x52\x5a\x38\x83\xca\x56\x3b\xdf\xb4\x6b\x30\xbf\x08\x82\x20\xd1\xf7\xf6\xfc\xb0\x1f\x4d\x04\xc7\x1a\x65\x46\x29\x6c\xa2\x7a\x4b\xf5\x7f\x94\xa7\x66\xa4\x7a\x62\x7a\x42\x98\x19\xe2\x7f\x1a\x89\x74\x61\x79\x50\x9c\x58\xcc\xdd\xa4\x4c\x7c\xd0\xc2\xae\x41\xa2\x6f\x27\xe5\x83\xa1\x5a\x79\x97\x51\xe6\xae\x38\xec\x96\x8c\xdd\x75\x20\xa1\xe8\x96\x3a\xa5\xe2\x96\x23\x37\xa0\x7a\xeb\xef\xd1\x42\xb7\xcb\xa9\x7c\x85\x1c\x66\xdc\x85\xfb\x7c\x2d\x5f\xf2\x58\xf1\x18\x9b\xa6\x81\x90\x28\xef\xe1\x78\xad\x1d\x7c\x98\x80\x5f\xab\x07\xac\xbe\x6f\x89\x2d\xc8\xc5\xf6\xa0\x18\x12\x4c\xb1\x33\x32\x3e\x41\xf8\x10\xc7\x43\xec\xc6\xd8\xe2\x26\x34\xa7\x88\x12\x51\x66\x82\xed\x6c\xcb\x60\x3b\x05\xc6\x0c\xe9\x76\x01\xf6\xc4\x0d\x03\xab\xa2\xc9\x46\x13\xbe\x2b\x42\xa5\x57\x56\x33\xc0\x72\xd4\x68\x56\xd4\xb8\x8e\x61\xe6\x4f\x17\x6b\xc7\x07\xa0\x11\xe3\xc2\x4e\xf4\x1d\xe1\x3a\x83\x50\xe6\x96\xb3\x64\xd2\x9a\x57\x7b\x4b\x13\x77\x1c\x1e\xe3\x3d\x90\x5a\x63\xb8\x7a\xf4\x88\x67\xeb\x1a\xdd\x23\x93\x23\x3e\xf4\x46\x9f\x8d\xc3\x31\x66\xdf\x59\xf6\x5b\xdb\xad\xdf\xc7\x77\x0a\x82\x16\x37\x79\xa3\x00\x4a\x03\x86\x09\x01\x76\x0f\x00\xc6\xa0\xbb\xb1\x46\x43\xc7\x17\xbc\xe9\xa6\x4f\xec\x8a\xca\x46\x9e\x93\x81\x85\x8f\x45\xa1\x59\x98\xcf\xb7\xc4\x39\x57\xd3\x9b\xe4\xed\x73\xb8\x62\x47\x93\x92\x77\xea\x2f\xa6\x26\x09\xec\x2e\xcc\x1f\x1c\x8a\x9e\x5f\x6b\x66\x7d\xad\xdc\x16\xbf\x42\x02\x91\x44\x24\xe0\x95\x05\x51\xbe\xd1\xdf\x0c\xe1\xad\x55\x43\xcd\xa9\xfa\xa5\xe9\xa3\x10\xda\x49\xc8\x6b\xe7\xa3\x8e\xc0\xfa\x89\xbd\x10\x57\x8e\x59\x99\xb1\x24\x9c\x3c\xb7\x80\x29\x44\xea\x6d\xd0\x49\x88\x17\xde\xeb\x62\x83\xca\xbb\xba\x10\xab\x2c\x75\x12\x54\x14\x41\xb0\xff\x26\x71\xa6\xe9\x17\xb1\x19\x47\x39\xae\xc4\xcc\x30\x16\xc3\xfb\x9f\x6c\xc1\xf4\xb3\xc0\x27\x91\x1d\x54\x8e\x2f\x24\x44\x93\x24\xe7\x1b\x12\x09\x37\x89\x60\x8f\x8a\x98\x9d\xfe\xf9\x40\x88\xef\xe9\xbb\x18\x5f\x1e\xd7\x63\x5a\xc7\xed\x91\x3d\xfe\x51\xab\xa3\xf9\x50\xd3\x5e\x7b\x39\x8a\x39\x1d\xb2\xe6\x82\x4f\xff\x23\x66\x42\x29\xa8\x23\x32\xc9\x14\x84\x9a\x3e\xf7\x7a\x4d\xad\x8f\x08\x53\xff\x39\xe3\xa3\xf4\x39\x88\x71\xaf\x27\x51\x92\x93\x4e\x7f\x59\xb4\xe4\x83\xa6\x0d\x09\xad\x18\x4b\xf3\x93\x10\x65\x18\xe0\xad\x45\xd2\x80\x65\xbe\xc3\x41\x7f\xeb\xee\xca\xf5\xce\x4c\x42\x95\xc9\x1d\xce\xdd\xf1\xca\x0e\x5c\x23\xde\x16\xb8\x6c\xdc\x4b\xa6\x31\xc1\x55\xd4\x77\xf2\xd6\x12\x9e\xcb\x48\xcd\x59\xfe\x99\x60\x66\xf3\x17\x6f\x2c\xed\x5f\x9b\x92\x13\x5c\x89\xcd\x5f\x54\x1d\xb1\xf8\x66\xf3\x25\xf2\x5d\x24\xb4\x71\xe6\xc0\x4f\xca\xe4\x8e\x9e\x1f\x51\xaa\xbd\x88\xaf\x57\x2c\x93\x00\x66\xc7\xf1\x7d\x8c\x18\xcb\xec\x87\x50\x4c\xaf\xc5\x2d\xfa\xe9\x28\x3d\x52\x4a\xd8\xa3\xea\xc5\x7f\x04\x92\xdf\xe0\xf9\x66\x73\xc6\xe5\xd3\x36\xf4\xa9\xc5\xae\xdd\x54\xa1\xa3\xf9\x5b\xfa\x15\xbb\x97\xfa\x5c\xa6\x05\x43\x99\x90\xae\x62\xb2\x3e\x09\x13\x7b\x23\xcf\x7d\xc0\x1b\xda\xa5\xea\x69\xe9\xd6\x4a\xf8\x64\xad\x1d\x62\xc7\x0f\x63\x68\x79\xba\x51\xcf\xd5\x37\xfc\x88\x03\x0e\xd5\x05\x5c\x38\xe5\x09\x0a\x4d\x49\x1b\x95\x34\xe6\x58\x34\x86\x66\x2e\xd1\xbd\x34\xca\xe2\x34\x7f\x14\x40\x09\x67\x4a\x08\x9d\x64\xef\xc9\x30\xc3\xad\xce\xc2\x8d\xdc\x4e\xa6\x11\x85\xa4\x56\x30\xec\xb1\x59\xb1\xd6\x4d\xda\xf5\x10\x9f\xd3\x30\xf7\x73\xd2\xdc\x91\xe9\x3a\xa1\x86\x52\x25\xac\xc4\x1e\x96\x56\xe4\x75\xda\xd0\x8f\xf0\xfe\x71\xec\x87\x87\xf8\x9c\x7e\x70\x2b\xf0\x7a\x13\x01\xee\x96\xfe\x90\xc4\xad\xc1\xc5\x13\xdb\x9b\x71\x17\x63\x60\x9f\x73\x77\x92\xc3\xdc\xab\x1c\x71\x26\x7c\xb5\x30\x3d\x52\x25\x47\x2c\x2a\x66\x98\x07\xb1\xca\x9b\x0d\x3f\x7a\x37\x11\x80\x7b\x21\x97\x0c\xa0\xce\xde\x2e\x82\xcd\x9e\x4b\xd2\xaf\xc8\xec\x81\xfb\x52\xda\xa0\x99\x77\x1f\xc9\x02\x67\x81\x37\x85\xf3\xf3\x87\x0a\x58\x3f\x5b\xc9\x52\x1e\xd7\x0a\x7b\x95\x37\x98\x6b\x75\x5a\x59\x20\xe6\x80\x0a\x44\x7c\x0a\x67\x3b\xd6\xf3\x6d\x4e\xf1\xce\x64\xfb\xc8\xb8\xd9\x60\x0d\x04\x28\xbe\x43\xf6\xe6\x76\x1c\x30\xb5\xf5\x9e\x49\xf5\xad\x9e\x06\xd3\xae\xc4\x73\x5d\x5e\xac\x0a\x08\x73\x50\xe8\x59\xf8\xad\x3e\x45\x90\x88\x76\xeb\x0e\x9e\x97\xb6\xd6\x4c\x2c\x1c\x2a\xa0\xc2\x1f\xc2\x28\xc3\x03\xe9\x91\x1a\xc0\xf0\x82\x2a\x7a\x70\x1b\x51\xf8\x82\x0e\x80\x6c\xdc\xde\x03\x90\x05\x71\xc7\xa7\x6e\x38\x12\x70\x5b\x47\xf4\x65\xf3\xcf\xef\x08\xe8\xc6\x67\x76\xe4\xc8\x7a\xa1\xef\xb7\x94\xe5\xec\xfe\xbf\xad\x7f\x23\x41\x08\xc8\x99\x3c\x28\x64\xc4\x00\x76\x42\xf2\x58\xf8\x9c\x9d\x90\x53\xcf\x2e\x16\xe3\x5d\xe2\x6c\xd5\xdc\x4e\x71\xd6\xaa\xd6\x17\x98\x34\xa9\xf5\xac\x9e\x72\xb1\xaa\x86\xd6\x1d\xe1\xc9\x9b\xc1\x5b\xd8\xa6\x21\xd8\xd8\xb8\x73\xe8\x6e\x94\xd3\xe1\x19\x49\x63\xc8\x45\xcb\x3a\x91\xe9\x60\x43\x20\x2f\x53\xfd\x86\xb5\x7a\x9f\x85\x37\xb9\x79\xff\xdb\x77\x26\x9a\x2f\xb9\x47\xc5\x53\x3f\xf1\x8d\x9f\x7c\xfc\xe6\xcf\xad\x0f\x34\xa5\x0f\x53\x8d\xdf\x27\xeb\x25\xd6\xed\xda\x58\x44\x7b\x08\x3d\x53\x8b\x42\x9e\xf1\x1b\x9a\x83\x2d\x2b\x8a\x39\x21\xdb\xb6\x4d\x2d\x56\x67\xc7\xf2\x55\xf3\x03\x4d\xde\x89\xe6\x39\xff\x90\x18\xe3\x9a\xc2\x5e\x1b\xd9\xd0\x0e\x08\x5e\x79\xce\x7f\x7f\xc8\xef\x97\x59\x1c\x3a\x74\xc0\xac\x6e\x5b\x89\xa6\x53\xbe\x5d\xbe\x7b\x1d\x08\x2e\x80\x9d\x3d\x77\x14\x6b\x40\x37\xa1\xb1\xde\xbb\x6e\x6b\x27\x51\xe9\xbe\x9f\x6b\xd1\x3c\x63\x60\x74\x50\xda\x53\xf6\x4c\x76\xf8\x85\xe2\x92\x5f\x28\x16\x3d\xe4\x91\x4b\x48\x16\xc4\x67\xec\x42\xdc\xfb\x24\x39\x3d\x4a\x63\xba\x84\xd0\x4c\x92\x38\x4e\x5e\x92\x50\xac\x26\xad\xd8\x7d\x85\x4f\x33\x3b\xd9\x98\x62\x16\xb3\x49\xed\x69\xf0\x73\x9f\x25\x56\xc6\x49\x92\x3e\xcc\x9e\x8e\x44\xb4\xbc\x3e\x6d\xd3\xae\xf9\x11\x31\xe8\x8a\xd3\xe1\x29\xbf\x9e\xd6\x69\x1e\x66\x49\x15\x08\x65\xe1\x53\x70\x6b\x3a\x14\x7d\x5a\x1a\xfb\xd3\x27\xa8\x5b\xd4\x04\x90\xe4\xf7\x62\x75\xa5\xfe\xce\x33\x88\x64\x62\x78\x40\x26\x91\xc5\xe7\x20\xe5\xf1\xfc\xdc\x9e\xca\x9f\x85\xe9\xf6\xd0\x21\xee\x1b\x97\xcb\x5e\x9b\xec\x21\x8c\xf8\xf0\xad\x06\x02\x65\x17\xce\x10\x0b\x3e\x3f\xc1\x76\xec\x6f\x2d\xe4\xce\x45\x0e\x22\xa5\xf1\xe7\xb5\xa4\xf0\x30\xb7\x1c\x90\xb1\x66\x3d\x6a\xd5\x9c\xc8\x3d\xa7\xdc\x47\xce\xa3\x80\x37\xb9\x5e\xeb\x5b\xf6\x67\xd5\x31\xea\x65\x84\x08\xd5\x7c\x79\x57\x41\xff\x99\xde\x53\x6f\x46\x9d\x4c\x68\x9e\x81\xdc\x51\xc3\xa8\x8b\xb3\x55\x7c\x79\x27\x71\xd2\x36\x6b\x39\x75\x0e\x74\xf2\x06\x0f\x08\x74\xa5\x0a\xae\x1b\xb6\xdd\x7c\x61\xf6\x64\x77\x54\x79\xa8\xd7\xb7\xd6\xf9\x05\xc3\x58\xd7\xc3\x72\xbd\x8a\xdd\xe7\xc7\x53\xba\x0b\x26\xdc\x7c\xb8\x57\x2b\x89\x54\xd0\xa4\x4a\xcb\xf9\xe2\xb7\x4d\x30\x3a\xc4\xea\x8a\xb9\xea\x0f\xf5\xad\xab\xfa\x9b\x66\xc5\x8a\x3a\x7e\x6b\x46\xef\xd7\xdf\x56\x72\x69\xf2\x60\x41\x69\xdf\x16\x1a\x53\xb7\xc2\x55\x74\xff\x40\x5e\xec\xfa\x7a\x55\xc0\xf5\xe7\x07\x3a\x8a\x9b\x87\x20\xed\x28\x6d\x9c\x2d\xcf\xd6\x37\xb7\x36\x34\x1a\x8b\xa3\xeb\x6e\x6e\x3b\x74\x65\xa8\x3e\x6b\x04\xce\x92\xc4\x0f\x83\x11\x45\x89\x18\x48\xde\xe8\xad\xcb\xfc\x6b\xb6\x0a\xe2\xe7\x70\xd8\xe4\x49\x4d\x09\xf5\xd0\x46\x34\xdb\xa0\x60\x2b\x0f\x0c\xc8\xb7\x7b\xcb\x0a\x3d\x48\x7a\x71\xf7\x18\xfd\x59\x8a\x30\xbe\xd4\x10\x7b\x27\x80\x49\x43\x58\xdf\x77\xf8\xed\x69\x9b\xbc\x01\xb6\x5c\xb7\x5d\x4b\xcb\x23\x91\x19\xf5\x5d\xb0\x17\x96\xd6\xcf\x14\x80\x7a\xff\x66\xb9\x57\x17\x59\x2b\x73\x8c\x64\xe2\x91\xd8\x0b\x35\x96\x02\xa7\x61\x65\x58\x69\xbb\x52\x55\x3f\x58\x0f\x2b\xf5\xd8\x32\x5c\x49\x2d\xd3\x5e\xb0\xd7\x91\x86\x0e\x01\xf0\x89\xa6\x38\x58\x5c\x91\x71\xb8\x43\x9a\xae\xfd\x6e\xc9\x43\x85\xef\xaa\x24\xe7\xaf\x91\x9c\x9f\x73\xf2\xb4\x05\xeb\x55\x28\x36\xea\xd4\xa1\x72\x1c\x02\x6b\x5c\xe6\x39\x47\xca\x1a\xc3\xdb\xcc\x5d\x55\xc5\x6e\x32\x6f\x2f\x29\x71\x32\x6b\x80\x9c\x4e\x00\x60\x0f\xcf\x82\x2f\x55\x97\x90\x38\x7d\x89\x57\x94\x74\x08\x1a\x86\x2b\x63\xf8\x86\x39\xde\x03\x25\x94\xf5\x18\xf7\x4a\xaf\xb5\x26\xbd\x6a\x2f\xd8\x13\xbc\x37\xe8\x13\xf9\xe9\xa0\x2e\xda\x76\xe0\x37\xfc\x77\xcc\x35\xc2\x7c\x51\xa6\xe9\x89\xa5\x33\xd7\xb8\xfa\x30\x99\x29\x81\x9e\x4e\x95\x40\x1f\x9e\xab\x2d\xc7\xe0\xa6\xb6\xba\xfd\x6a\xd8\xd3\x06\x0d\x0d\x1e\x9f\x71\xec\xee\xb3\x90\x31\x69\x71\x52\xd2\x63\xe8\xb8\xf0\x5c\xcb\x2b\x8e\xa0\x3e\xdb\xf4\x53\xce\xb9\xb5\xed\x49\x59\xdf\xf8\xa4\xf8\xdc\x4e\xc1\x33\x97\x7c\xa0\x5d\xec\x57\x1f\xaa\x81\x3d\x17\xaf\x96\xb0\x67\xf0\x75\x9d\x1a\x58\xfe\x04\x60\xf9\x4b\x02\xcb\xcf\xa1\x9e\x9a\xa9\x95\x0e\x9d\x6d\x35\x14\xb0\x6f\x71\xb5\xbc\x78\x4a\x2b\x20\xc9\x73\xa5\xa0\xb6\x5a\xaa\xb0\xa0\xbb\x90\xf9\x37\x57\xc3\x09\x34\x5b\x2a\x3f\x3c\x0e\x20\x73\xb5\x71\xd0\x45\x39\xfd\x56\x37\x2b\x79\xfd\x91\xc3\x30\x52\x1f\xde\x4a\x8a\x83\x85\x40\x44\xb0\x46\x23\x61\x82\x01\x7f\x76\x02\x3f\x4f\x09\xa5\x50\xb0\x08\x2c\x84\x8b\xe0\x4e\x39\x62\xcc\x1c\xe0\xae\x90\xcd\x74\x10\xd2\x9a\x37\x40\x6b\x79\x0c\xa7\x8d\xf6\x32\x95\x42\x56\x44\x1a\x15\x5f\x1c\x7d\xbb\x88\x70\x0e\x57\xfc\x70\xc5\xb1\x97\x8b\x38\x4d\x61\xf1\x46\x67\xbc\x7e\x88\x37\x9a\xe1\x41\x5a\x01\x13\x26\x1c\xac\xb7\xa4\x18\xdb\x88\xb7\xb4\xed\xdb\xf2\x92\x48\x82\x92\x66\x7c\x0b\xa4\x5e\x4d\xb3\xa8\x24\x21\x22\xaa\xa6\xc3\x84\xb7\xab\xd6\x2c\xd5\x8b\xa7\x27\xa2\x7f\xc0\x4b\xe3\x2d\x92\x4d\x14\xf0\x7e\x37\xe7\x2d\x46\xe9\x06\x96\xda\xbb\xd9\x30\xef\x8e\x8c\xb2\xd0\x3a\x7c\xe4\x3d\x1d\x19\xf8\x7c\x33\xf8\x1a\xbd\x21\xae\x86\x5f\x02\x29\x21\xeb\xe5\x16\x70\xe3\x4b\x43\x08\x33\xa9\x66\x54\xc3\x6b\x08\x68\x6e\x96\xc3\x03\x98\x41\x2f\x0c\xcd\x3a\xeb\x27\xc4\x59\x00\x7a\x69\x18\x73\xee\x1b\x7b\x60\xd3\xd0\xe0\xd0\x9b\xb6\xf6\xea\xcd\x67\x3e\x6b\x1b\xe7\xc2\x61\x0a\x4c\x3a\x52\x1c\xd9\x16\x9f\x34\x7a\x7b\x7c\x20\xe2\x58\x9f\x82\x70\x8e\x77\x4f\x2d\xf7\x35\xbf\x0a\x71\xa8\xac\x29\xc4\xbe\x3e\x23\x02\xf3\xf0\x3b\xbc\x4f\x44\xfb\x61\xbd\x69\x2f\x0a\xb6\xdf\x90\x97\x37\xf0\xb0\xc4\x37\x5a\x47\xdd\x2f\x3d\x52\x8e\x1f\xed\x29\x46\x48\xca\xe0\x8a\xa7\x09\x28\x1c\xb1\x39\x43\xd0\xac\xed\xdc\xbd\xb7\x21\x2e\x6e\x98\xd9\x61\x62\xa9\x36\xc3\x93\x1a\x5c\x19\xa8\x53\x65\x63\x31\xdf\x2f\xf1\x29\x7c\x3d\xf2\x3a\xc2\xd2\x30\xe6\xae\xba\x0e\x3e\xa6\x30\xbb\xee\x51\xa3\x6d\xcb\x1e\xde\x3c\x06\xf4\xad\x17\xa6\xe9\x02\xcf\x3f\x0a\xff\xff\xe5\x5d\x7c\xdf\x81\xf8\x3a\xfe\x81\xf6\xff\x53\x5e\xc7\x1f\xdf\x26\xf4\x69\x57\x66\xcc\x7f\x1e\x8f\x1f\x92\x3b\x60\x3b\xca\xef\x81\x2f\xe0\x27\x99\x92\xe8\xe4\x3a\x37\x21\xd5\x28\xe1\x49\x30\x12\x52\xc3\x16\x24\xc5\xab\x0e\xbb\xe5\x10\xa5\x23\xa8\xef\xb8\x3d\xb7\x27\x93\xd6\xa4\xc4\xf4\x85\xaa\xb4\x0b\x92\x32\xbd\x0c\x95\x74\xd5\x97\xe5\xf6\xe2\x8c\x2a\x3f\x17\x50\x9a\x09\x0b\xd6\x59\xda\xf8\xe9\x02\xe8\x42\x95\x58\x8e\xba\x3c\x22\x97\x49\xb7\xa5\x94\x84\x47\x33\x47\x5b\xa5\xc8\x9a\xe5\x7a\x2f\x29\x3e\x2e\xb8\xa4\xc8\x8b\xcf\x4c\x3e\x24\x7c\x45\xa9\xe9\x53\x33\x24\xd7\x49\xad\x66\xd4\x39\x57\x2b\xa0\xe6\x29\xbe\xeb\xcd\xd8\x28\x5f\x52\xe1\x3f\xca\x1e\x04\xfd\xa0\x29\x3b\x89\xf6\x7d\xca\xd1\xbe\x25\x05\x3a\xa8\x12\x36\xb2\xac\x72\x7a\xf6\xc6\xa7\xbb\x47\xa0\x91\x1b\x9e\x7f\x9e\x81\x71\x46\x42\x45\xc7\xc1\xc6\x7f\xd0\xc0\x80\xee\x31\x68\x76\x2c\x94\xa7\x20\x77\x1b\xee\x2f\xbf\x61\x83\xeb\x23\x56\xa6\xef\x11\x14\x8c\x5f\x6b\xc5\xbd\x39\x91\x99\xb5\x98\x6d\xcb\xfb\x82\x3a\x99\xcc\x9f\x68\xbc\x53\xf0\x25\x7a\x59\xf0\x84\x2d\xfe\x1c\x08\x46\x04\x80\x30\xa2\x62\x90\x68\x21\xf3\xaf\xac\x87\xdc\x83\xd0\xe3\xa0\xfc\xd8\xf4\xe1\x24\xe5\xde\x73\xc0\xe2\x87\x35\xa2\x98\x31\xf5\xa9\x36\xa5\x3a\xe4\x25\x51\x51\x16\x93\x16\xcc\x5a\x08\xe1\xa8\xee\xe8\x4d\xbf\xb7\xae\x9f\xed\xef\xea\xb9\x3e\x5e\x2c\x6f\x22\x8f\xc1\x24\xb6\x95\xcd\x92\xc4\xb6\xb2\x1a\x70\xc3\x14\x00\xe4\xde\x39\x81\xd8\xf2\x01\xb8\xec\x0b\xa6\x16\x44\xea\xcb\xfc\xec\xb1\xe6\xf4\xdb\x61\x67\x0f\x22\x9d\x1d\x9f\x9f\xde\x82\xda\x0c\xaa\x28\x0a\x48\x87\xa7\x9c\xa5\xb8\x8a\x2c\x87\xb0\x6a\xa1\xa5\x7e\x28\xaa\xe5\x80\x8d\x97\xe0\x7e\x3f\x0f\x77\x1b\x17\x24\xaf\x7f\xd2\x91\xcd\xa1\x37\xe1\xc8\x21\x65\x16\xf9\x31\x71\x0a\x35\x9b\x0c\x5a\x6b\x6a\xb6\x76\x41\x8b\x5d\xed\x8a\xce\x42\xf1\xe3\x1d\x98\xfc\xc1\xd1\x83\x45\x42\x0c\x96\x83\x3c\x13\x2e\xe1\x6c\xce\x5f\x9f\xd1\xe7\xaa\xbb\x91\x3b\x71\x1d\xe9\x87\x7a\xc7\x60\x4b\xf6\x01\x12\x56\x95\x52\x00\xfb\x27\xa4\xd8\xce\xe5\xcb\xd3\xaa\xfb\x58\xaf\x02\xbe\x9c\x3e\x3e\x86\x1a\x86\x92\x3c\x2d\xd0\xa6\x11\x3b\xd3\x18\xe1\xd8\x09\x5a\x8e\x36\x61\x84\x8d\x9e\xd5\x3b\x1c\x08\xf4\xc7\xea\x71\x61\xfd\xc6\xdc\xaa\x5c\x70\xdb\x4c\x4f\x38\xa7\x14\xda\x31\x50\x91\xd2\x8e\x19\xec\xb4\xc8\x5d\x4e\x25\x8b\x84\xb6\xfa\x83\x34\xad\xe7\x33\x0d\xc5\x7c\x65\x8e\xe9\xb9\x6d\xd0\xb3\xd1\x72\xd2\x12\x09\xe4\x52\xc8\xbd\x3d\x1e\x99\x56\x1d\x1f\x0b\x9d\x94\x48\x9e\x91\x9c\xcc\xeb\x8c\x01\xd6\x2d\x46\x57\xae\xf6\x11\xfb\x91\x56\x7c\x17\x17\x22\xaa\x49\x53\x09\x86\xdb\x45\x55\x09\xa6\x97\x8c\x0a\x5b\xec\x76\xe1\x14\x73\xef\x83\x02\x6d\x1d\xc8\x47\x21\x38\x0e\x82\x36\x41\x3f\xaa\x47\x5c\x4b\x3d\x10\x7b\x98\x2a\xc0\xf8\x24\xd4\xe4\xf6\xf2\x92\xdf\x68\xe2\xd0\xe6\x1a\x8b\x8d\x7f\x72\x50\xc8\xd0\xbe\x3a\x4c\x2f\x59\x47\x09\x9d\x1f\x8f\xe9\x99\x7a\x51\xbf\x45\x22\x0b\x59\x06\xde\xed\xa1\xdc\xe2\xfe\xbe\xdd\x37\x22\x3e\xba\x2c\x6d\x88\xb3\x7c\x23\x60\xa6\xba\xb6\x1d\xec\x99\x32\xc7\x49\xbd\xa5\x64\x3a\x62\x87\xab\x30\xc1\x7c\x7f\xb9\x5a\xca\x5b\x49\xae\x0c\x6e\x4f\x57\x70\x5d\x99\x16\xa2\x7e\x4f\x4b\x50\xbf\x0f\x80\x8b\x8d\x8e\xf1\x21\x67\xf8\x25\x44\x3a\xf4\x98\x6d\x82\x15\x1b\x6d\xc0\x92\x36\xc6\x1b\x3f\x07\xe5\x45\x44\x8c\x67\x76\xe3\x3a\x8b\x1a\x04\xe9\x99\xa9\x98\xea\xd9\x97\x98\xea\x59\xb1\x98\xaa\x1d\x1b\xf5\xa0\xef\x37\xb6\x10\x67\x67\xaf\xd3\xd5\x8e\xb9\xee\x59\x4f\x3e\xa8\xef\xf1\x1b\x07\x1c\x68\xf9\x1e\x1c\x09\xbf\x71\x25\x74\x36\xfd\xfc\x69\xea\xb8\x8e\xfe\x2f\x9b\x7a\xa8\xbe\xbf\x07\x2b\x8a\x7b\x43\x5d\x5e\xdc\xfb\xc6\xef\x9b\x1a\xfe\x37\x6e\xe3\xd4\xab\x03\xd3\x13\x74\x19\xf2\xa0\xbf\x85\x83\x92\x18\x0c\x75\x57\xe9\xf1\xae\xd6\x9f\xe9\xcc\x1a\x46\xc7\x53\x20\xe0\xb3\x3f\x01\xac\x5f\xec\xca\xd5\xb9\x8c\x18\x07\x12\xce\x61\x6f\xad\x9a\x27\x48\x8e\x1d\x94\xe7\x19\xec\xb9\x06\xf5\x6a\xb1\xee\xe1\xb5\x85\x57\x8d\x38\x83\x69\x11\x3d\xa2\x44\xeb\xa8\x36\xbd\xe1\x84\x12\x75\xe3\x63\xa4\x5a\x01\x0c\x3d\x28\x73\x8e\x79\xc0\x5e\x7f\x33\x1e\x30\x1c\x16\xeb\xbf\x56\x12\x5f\xdb\x0d\xfb\x98\x44\x73\xd6\x29\xf0\xb3\xef\x67\x1c\x13\x18\xcf\xf6\x4f\xba\xb5\x23\xb9\xa3\xf0\x3d\x42\x42\xa0\x41\xe2\xf8\xcc\xee\x53\xcb\x8d\x5e\x5b\x8a\x73\x34\x9c\xa8\xf2\xd7\xb8\xa7\x0c\xb3\x43\x67\x50\x64\x92\x93\x42\x6f\x39\x2f\x30\xd5\x33\x85\x2d\x66\x42\xc0\x14\xf3\x49\x9e\xc5\x14\x84\xfe\x58\x6e\xaa\x66\x0d\x2c\xfd\x77\xfe\x49\xdc\x0e\xff\x0c\x13\x24\xce\xc6\x50\xff\xb1\xe7\xcf\x23\x73\x3f\x86\x16\x90\x52\x02\x2e\xdc\xc9\x96\xb8\x95\xf1\x87\xc0\x31\x7e\xcf\x77\x50\x61\xa7\x82\x52\x9a\x6f\xab\x48\x5b\xaa\x75\x6b\xf7\xf2\x97\xd7\x27\x23\xc8\x19\x5a\xa0\x39\x33\xb4\x43\x73\x66\x28\x85\x5c\xc1\x87\x21\xe0\xda\x7d\x7e\x04\x02\x79\x70\x00\x82\xd0\xd1\xdc\x06\x98\x3c\x5b\x91\xa2\x7e\x49\x98\x25\x3e\x69\x82\xf4\xf2\x3b\x05\x72\x8f\xc2\x0a\x94\xbd\x09\x3b\x69\xb5\xf1\x6d\x36\x72\xef\x1a\x89\x8e\x18\x8b\x39\xa2\x23\xee\x18\xb3\xdd\x33\x68\xf6\xbd\xab\xcd\x2a\x4b\xe0\x4f\x35\xc9\x40\x0d\x24\xd6\x6c\x10\x5a\x75\xe8\x26\x21\x6e\x1d\x98\xd7\xa7\xf8\x95\x2c\x9d\x6e\x3f\xde\x2f\x02\x1b\x77\x20\x6b\xf2\xa4\x84\x01\xaf\x57\x61\x62\x4c\x83\xfe\xe2\x69\x7c\x2e\x17\xca\xf6\xd1\x60\x36\xf5\x65\x15\x54\xf3\x3a\x9a\xd7\x94\x96\x00\x5f\x0d\xc3\xae\xb7\x00\x12\x78\xd2\x34\x3f\xa1\x1f\xa3\x41\xf8\xaa\x74\x24\x93\x9a\x76\x35\xae\x4b\xdc\xbc\x48\xc2\xfc\x8c\x1b\xb4\x1e\x0e\x0e\x5c\x4f\x87\x31\x8d\x5b\x77\x81\x70\xda\x0e\x79\xa1\x49\x9e\x15\x08\xad\x33\x0b\x30\xdb\x32\x43\xe9\x21\xc9\x30\x38\x24\xcd\x04\x6c\xb1\xea\x24\x74\x2e\xff\x39\x67\xfb\x9b\x90\xe3\xf7\x9e\xa5\xf5\xfc\x86\xef\x5e\x7c\x59\xf5\x33\xc2\xc7\xc7\xab\x64\x9a\x2c\x63\xe6\xc1\xab\x14\xa0\xfa\x54\xad\xf6\xee\x1e\xf5\x17\xf9\xad\x17\x17\xb1\x9a\xd6\xcc\xc4\xf7\x0d\x1e\x3b\x3b\x95\x14\x07\x33\x17\xab\xdd\xba\x4e\xf3\x36\xa8\x76\x69\x38\xdc\x7e\x68\x1e\xb2\x2c\x43\x99\x19\x9d\x59\xa7\xc9\xcf\xe5\x46\xfc\xf1\x46\x96\x75\x06\x0b\x37\xe4\x12\x6e\xb1\xcb\xe0\x26\x0b\x7f\x64\x81\x54\x97\xd9\x00\xaf\xf6\x61\x7a\xd0\xb0\x32\x39\xb4\x5a\xb1\x81\x05\x5f\x73\xe5\xe1\x9d\x6b\x12\x88\x43\x3e\x0d\xd9\x43\x3c\xd3\x9f\x09\x4c\xdd\x08\x8b\x27\x59\xa2\x7d\x7f\x25\x69\x5a\xa5\x33\x17\x34\xe9\x24\x3c\x9c\x17\x44\xa0\x33\x4d\x19\x43\x5a\xcb\x00\x62\x93\x84\xf1\x6c\x78\xf6\xcf\xa7\x21\x94\xa3\xb3\xe9\x74\x63\x1a\x2f\xa3\x65\xb5\x3b\x26\xe0\xbb\xc5\xa4\xb7\x41\xd6\xd1\x15\x31\xe3\xc7\xbb\x8c\x68\xb2\xdf\x64\xee\xdf\x8f\xde\xf8\xb6\xbb\x1f\x67\xab\x93\x04\xdf\xb8\x2f\x4f\xc0\x75\x55\xe3\xc2\xb7\xca\xaf\x72\xf2\x94\xac\x3d\xcd\xf2\x5d\x7c\x9a\x85\x0d\xdc\x0f\x3e\x2c\x17\x1e\xfa\x42\xad\x6c\xb1\x2b\x51\xc0\x46\xcf\xdb\xf4\xdd\xea\xdb\x71\x59\xd6\x69\xa7\x60\x9c\xf9\x2f\x56\xb1\x8c\xd1\x9e\x44\xfb\x5d\x9f\x21\x93\xdf\x6e\x7c\xdf\x8a\xe2\xf5\x5b\x19\xe9\x1f\xdc\x3b\x61\x5a\xc3\xf8\xcd\x1e\x9b\xae\xe4\xbd\x0b\x5f\xa1\x3e\xc5\x33\xad\x6f\xf4\x4a\x9b\x7b\x89\xae\x6d\xbe\xa4\x63\xb3\x0f\x7f\xfc\xae\x0f\x94\x7c\x71\xb7\x42\x80\x48\x5d\x03\xfb\x3d\xc2\x08\x59\xd7\xf9\x45\x8d\x48\x82\x80\x3c\xf2\x80\xaf\xad\x25\xfd\xf0\xdd\xc0\x4a\xfa\x07\xd9\xa6\xab\x3d\xc2\x0f\x7b\xfe\x49\x5f\xea\x01\x6d\x91\xe4\xba\xd7\x87\x16\xe4\x7d\xa4\xfb\xe1\xf9\x20\xc2\xf5\xa1\x6d\x37\xef\xb3\x62\xcd\x43\xa2\xff\x33\x3c\x55\x2d\x2e\x3c\x40\x54\xfa\xcc\xe4\x27\x7f\x7d\xc7\x35\x7f\xa7\xb1\xe5\x38\x54\xfb\x77\x5b\x24\x6c\xeb\x86\xe9\x33\x27\x5c\x21\x81\xdf\xae\xc7\xcf\x12\x3f\xcb\xe2\x06\xbf\xae\xf1\xeb\xba\xaa\x3e\x48\x61\x10\x1e\x2a\xde\x36\xc4\x7f\x71\xca\x0d\x7e\xdf\xf0\xc3\x18\xf7\xd9\xc1\x51\x62\xd8\xe1\xfd\x11\xfb\x81\x57\x46\xb8\x39\x4d\xb7\x1f\x94\xce\xad\x6a\xaa\x7c\xde\x67\xcb\x90\x1b\x4d\xc2\x17\x87\xc5\xa7\xe6\x35\x49\x3e\xef\xe3\xbc\x18\xae\xac\x42\xf9\xa6\x54\xee\x87\x26\xca\x27\xa5\x75\xc5\xf5\x32\xf6\x4b\xbf\x90\x1a\x7b\xa5\x5f\x34\xbd\x65\xd7\xee\x38\x2e\xf5\xfb\xcc\x9e\x06\x88\x6f\x02\x3c\xa3\x3c\x33\xec\xe3\x98\xc9\x1c\x8d\x00\xd1\xc7\x59\xb9\xbc\x63\xa7\xec\x45\x66\x4f\x81\xd4\xcd\x6e\x1f\x64\xf6\xf8\x0c\x8d\x80\xc5\x08\x76\xe2\xc7\xc1\x6f\x82\xca\x83\xc9\xb4\xba\xcb\x8b\x5a\xdf\x89\x66\x75\x35\x09\x40\x5f\xff\xed\x6f\x80\xa7\xef\xbf\xff\x3d\x3f\x7e\xf2\x4d\x5e\x7d\xe2\x88\xa7\x7d\x78\x8a\xdf\xc0\xe8\xf7\xf3\x04\x92\x5d\xc8\x61\x5e\xaf\x77\x85\x62\x5e\x8f\xe6\xb3\xff\x17\x00\x00\xff\xff\xea\x40\x3f\xb5\x19\xbd\x00\x00") +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") func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -4337,12 +4338,12 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 48409, mode: os.FileMode(420), modTime: time.Unix(1453679601, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 50843, mode: os.FileMode(420), modTime: time.Unix(1458762973, 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\xbd\xcb\x8e\x1c\x47\xb2\x20\xba\x8f\xaf\x08\xb1\x41\x48\xc2\x2d\xa6\xa0\xd6\xb9\xf7\x0e\x04\x25\x7b\x8a\xc5\xa2\xa8\x01\x1f\x75\x58\xa4\x1a\x67\x04\x22\xe5\x99\xe1\x95\x15\x64\x64\x44\x76\x78\x44\x15\x93\x8d\x5e\xcc\x7e\x3e\x60\x30\x3b\x2e\xb5\xe0\xe2\xa0\x77\xbd\x69\x40\xf5\x27\xf3\x25\x63\x4f\x7f\x44\x44\x66\x51\xdd\xad\x85\x58\x19\x6e\xfe\x36\xb7\x97\x9b\x99\x9b\xed\x76\x51\x58\xb7\x9a\xbf\xaa\x73\x67\xdb\xab\x72\x55\x36\x79\x61\xf3\xef\xcb\x2e\x37\x7d\xd7\xe4\xa6\x6a\xde\x98\xa2\xc9\x77\xb9\x2b\xeb\x7c\xd5\x6c\xb6\x55\xb9\x32\x00\x55\x5b\x97\x65\x97\xcd\xc6\xce\x7f\xa8\xb1\x56\x56\x18\x77\xb9\x6c\x4c\x5b\xcc\xcf\x4c\x6d\x2b\x6c\x65\xd5\xd4\x5d\xdb\x54\x99\x7d\xb7\xad\x9a\xd6\xce\x4f\xe9\x5f\xd3\x66\x97\xb6\xda\xce\x8f\x77\x7d\x61\x32\x57\xae\xeb\x45\x59\x73\x2b\xa6\x85\x51\xb8\xf2\xe6\xaf\x35\x7f\x6f\xfa\x6e\x7e\x62\xdb\x76\xf8\xbd\xdf\xce\xcf\x7b\xb7\x6a\xcb\xed\x8a\x3e\xb6\x76\x5d\xba\xce\xb6\xf3\x17\xf4\x47\xdb\x64\xd7\x76\xe9\xca\xce\xce\xcf\x6e\x3e\xac\xcb\xda\xe4\x7f\xb4\xcb\xec\xca\xb6\x0e\x06\x3e\xff\x11\xff\xc5\x6a\x5b\xb3\xf6\x10\x59\x67\x61\x6e\x06\xab\x54\xa6\xee\xca\xaa\x32\x19\xfc\xb1\xee\x11\xe6\x87\xa2\x6c\x36\x26\x5b\xb5\x16\x00\x16\xb5\xbd\x9e\x9f\xc0\x9f\xed\x6c\x36\xcb\x7a\x58\xb6\xc5\xb6\x6d\x2e\xca\xca\x2e\x4c\x5d\x2c\x36\x38\xd3\x33\xdb\xc2\x07\x5c\x83\xde\xf5\xa6\x2d\x71\x01\x37\x37\x1f\x1c\x0d\xdf\x16\x30\xe1\x85\x71\xd0\xac\x85\x9e\x2e\x60\x41\x61\x85\x61\x6d\x9b\x8c\x9a\xab\x0d\xac\xea\xb3\x66\xb3\x6c\x6d\xd4\x42\x66\x37\xa6\xac\xe6\x27\x4d\xdb\xda\x26\xb7\x95\x5d\x75\x2d\x4c\xa2\x5c\x35\x30\x0f\xe7\xae\x1b\x58\xf9\x13\x5c\x70\xe3\xec\xcd\x7f\x1a\x58\x93\x45\xb7\xdb\xe2\xf6\xac\x5b\xeb\xa8\xa5\xba\xb7\x57\x4d\xb6\x32\xdb\x6e\x75\x69\xe6\x27\xfc\x6f\x06\x90\xdb\x06\x16\xab\x69\x77\xb0\x7e\xf2\x27\xf4\xd7\xb4\x6b\x53\x97\xef\x4d\x87\x6b\xf6\x5c\x7e\xf0\x7a\x6f\xca\xb6\x6d\xda\xf9\x53\xfa\x27\x83\xf5\x58\x60\x1b\xf3\x67\xd8\x7e\xde\x46\x6d\x60\xd1\xa6\x5c\xb7\xb8\xae\x58\x6a\xf2\xa7\xf8\x8b\x5b\xe1\x42\x6a\x89\xcb\xda\x9b\x5f\x08\xbd\xa8\xe4\xa2\x69\xdf\x4a\x8b\x8f\xe0\x4f\x18\x7f\x95\xbf\x18\x34\x0d\x43\x94\xaa\x4d\x3a\x3e\x53\xc3\xb6\x51\xf1\x71\xb1\x29\x6b\xc4\x09\xc0\xa1\x00\x44\xe8\x6b\xb0\x68\xb1\x45\x6c\x0d\x38\x6b\x3c\x3c\x37\x65\x56\xab\xa6\xaf\xbb\x85\xb3\x5d\x57\xd6\x6b\x87\x6b\x7c\x51\xae\xfb\x56\x5a\xc1\x3a\x95\xc9\x57\x3d\x6c\x25\x60\xf3\x1e\xa8\x6c\xd7\xf4\x1e\x4d\xe6\x2f\xfb\x7c\x4b\x08\xc2\x9f\x7d\x25\xf8\xbe\x0a\xf5\xb0\x77\x9c\xa5\x5b\x5c\x58\x5b\xcc\x1f\xc1\xff\x68\x13\x9b\x0e\x4f\x8a\xcb\xb6\x7d\x55\xc1\xba\xff\xa9\xb7\xae\x73\xf3\x33\xf8\x05\xeb\xc3\xbf\xb2\xd2\x39\xf8\x03\xf6\x7e\x55\x02\x8e\x11\x38\xec\x7b\xbd\x82\x99\x9e\xd0\x3f\x70\x08\xb3\x9f\x1c\xe0\xf0\xea\xf2\x75\xc6\xff\xce\x1f\xc0\x91\x62\xa4\xde\x83\x11\x88\x9c\xf3\x57\x82\x8e\xd4\x45\xd4\x43\xb6\x6a\x0a\x3b\x3f\xb9\xf9\x6b\x51\xae\x01\x91\x7f\x2a\x6b\xd7\x99\xaa\x7a\x9d\xc9\x1f\x00\x8a\xff\xca\xc4\xba\xb2\x83\x85\x38\x33\xae\xd1\x15\x2c\xa3\xe2\x7c\xdb\xb4\xf9\xb6\x2d\x37\xb6\x35\xf9\x95\x7d\x9f\x15\xcd\xea\x2d\x9c\x33\xa4\x1b\x30\x84\xf3\x32\x87\x59\xde\x7c\xc8\xed\x1b\xbb\xea\x3b\x38\x75\x4d\xfe\x7d\xb3\x76\x70\x54\xe8\xef\x87\x04\x7d\x44\xad\x5c\x98\x2b\xf8\x7f\x65\x4d\xfe\x9d\xc9\x3b\xd3\xae\x6d\x37\xbf\xb3\x58\xc2\xd1\x7e\x7b\x27\xbf\x6c\xed\xc5\xfc\xce\x5d\x77\xe7\x3e\x36\x68\x5c\xbe\x05\xa2\x67\xdc\x77\x5f\x99\xfb\x39\x10\x01\xde\xdd\x95\xd9\x2c\x91\x32\xd5\xa6\x30\xb9\xad\x09\x32\xdf\x32\xd5\xf8\x2c\xc3\x0d\x00\x42\xb3\x28\x96\x4c\x48\x69\x1c\xf4\xd1\xc2\xf1\xed\x81\xf4\x2c\x0d\x9f\xbe\xc2\x74\x30\xd9\xa7\xbb\xf3\x7f\x7f\x72\x94\x9f\x35\xae\x83\x73\x49\x7f\xc3\xff\xa0\x85\x6f\xf2\x26\x7f\x59\x3e\x7c\x30\xcb\xa0\x29\x5e\x9e\x93\x04\x19\xb0\x8d\xa4\x2d\x02\xc4\x23\xfe\xb2\xdc\x36\xe3\xd2\x4b\xe8\x62\xfe\x18\xfe\x97\xee\xdb\x24\xb1\x80\x96\x06\x54\xa7\x32\xe3\xce\x64\xf9\xcf\xfc\xb2\xf6\x40\x27\xcb\x95\x05\x6a\x94\x6f\x1a\xc0\x91\xfc\x87\x67\xcf\x9e\x3f\x7c\x80\x58\x4c\x87\x62\x34\x7e\xc0\x2f\xb3\x02\x42\x0d\x2b\xdb\x77\x17\xff\x65\xb1\xb6\x35\x6c\x71\xb5\x58\x95\xb0\xf4\xb0\xd7\xb4\x3a\xb3\xcc\xb9\x0a\xe8\x28\xa0\xd3\xd3\x06\xb6\xf3\xfc\xfc\x09\x8c\xba\xbb\x9c\xbf\xe8\xf1\x88\xfd\xa9\xc2\xf5\x96\xb1\xe0\x27\x22\x0d\x88\xc1\xe5\x55\xa3\x5d\xa7\x8b\x3e\x5c\x61\x60\x29\x0b\x20\xf7\xdd\x0e\xb7\x8d\x9a\x7e\x02\xd4\x07\x9b\x32\xb7\x55\x86\xf3\x97\x6f\x7b\x0b\xa5\x88\x07\x6d\x7e\x65\x56\x37\x1f\x0d\x37\x59\xd6\x57\xa6\x2a\x0b\xd8\x3d\x5d\xcf\xd3\x0a\xe0\xf7\x2d\xe9\xa0\x3d\xe4\x96\xb8\x1c\x79\x05\x45\xd1\x42\xdd\x99\xdd\xc9\xeb\x32\xbf\x73\xef\xce\x2c\xab\x9b\x05\x53\x2d\xe4\x34\x45\xe9\xcc\x12\xb8\x0e\x73\xbf\x96\x09\xf5\x33\x6d\x0e\xb0\xf1\xd2\x2c\x61\x7f\x70\x94\xb0\x40\x02\xd5\x30\x23\x47\xf6\x45\xd8\xc9\x84\x2b\xa5\x7c\x45\xd3\xc6\x6b\xa4\x74\x52\xf0\xe6\x89\x61\xc6\xce\xa8\x33\xaa\xb9\x6f\x81\x32\xdd\xeb\x49\xdc\xfe\x9e\x0b\x49\xf6\x80\x13\x94\xa1\x60\x32\xc6\xc8\x63\x91\x3e\x88\x30\x0b\x44\xc0\xca\x3a\x37\x7f\xea\x6f\x3e\xe2\x64\xc3\xa2\x77\x7d\xca\x1b\x8e\xf2\x5f\x3f\x98\xaa\x43\x86\xbc\x02\x2a\xd8\x7c\x46\xc4\x6e\xe1\xf1\x8b\x90\x29\x62\x61\xd8\xc6\x0b\x53\xbe\xcf\xbf\x78\xd1\x34\xdd\x97\x01\x5a\xfb\x7d\x09\x28\xea\x68\xcf\xa2\x5a\xf8\x03\x4f\x84\x53\x61\x0a\xb6\x1d\x44\x89\xb6\x30\xed\xcd\x87\x5a\xa8\x08\x8c\xaf\x6c\x81\x8d\x63\x05\xa0\xb9\x3d\xc8\x35\x78\x50\x4f\x99\xa8\xb5\x24\x11\xe4\x7a\x6c\xb5\x58\xbb\x05\xcc\x52\xd1\xa2\xb6\x2b\x10\x8e\x60\xe8\x8c\x3e\xc0\xb1\xac\x6b\x18\x93\x69\x46\x2f\xcc\xcd\xc7\xf7\x43\xfe\x09\xf3\xb7\xda\x11\xae\x38\x90\x1d\x10\x71\x40\x10\x7b\xd8\xe0\x66\x36\xf2\xd3\x77\xe7\x50\x18\xbc\x80\xd1\xf2\x19\x71\xf9\xab\x17\x4f\x1c\x1f\xda\x55\xd5\xd4\xd0\x0a\x52\xdb\xf3\xf3\xc7\x78\x7a\x2f\x17\xf0\xa3\x03\x9e\x64\xdb\x0e\xcf\xef\x63\xff\x4d\xdb\x7b\x76\xf3\x37\x20\xee\xb4\xba\x5b\x86\x82\xbf\x5c\xcf\x42\x68\xc1\x2d\x1d\xe5\xc5\xcd\x2f\x6f\x6c\xd5\xe0\x7a\x21\xc5\x5e\x35\xdc\x21\xa0\x36\x1c\x8e\xf2\xca\x48\x87\x97\x5d\xb7\x4d\x7a\x7c\xfc\xf2\xe5\x59\xf8\xea\x31\x84\x0b\x71\xf1\xab\x1c\x18\x25\xec\xc1\xaa\x07\x09\x08\xb6\x04\xd7\xca\x04\xe4\x9a\x11\x76\xf5\x6d\x35\x87\x59\x0a\xee\x99\x01\xee\x41\xe9\x6f\x5c\x1c\x1c\xd5\x57\xf8\xbf\x73\x58\x7c\x80\xac\xd6\x7d\x8d\x47\x9d\x24\x3a\x97\x88\x74\xb0\x1d\x59\xb3\xc5\x03\xbd\xef\xc0\x3c\xdf\xae\xa8\x94\xc5\xc2\x7d\x0c\xa3\xca\xcf\x23\xa9\x9e\x65\xc7\xcc\x6d\x60\x61\x88\x3b\x9c\x3f\x7d\x79\x96\x13\x8b\xa0\x6f\x17\x6d\xb3\x99\x3f\xb4\xae\xb0\xe1\xb7\x27\xb4\x76\x03\x54\xb0\x46\xa4\x85\x56\xa9\xd3\xa3\xfc\xc5\xa3\x93\xfc\xff\xfd\xe6\xf7\xbf\x9f\xe5\x67\x74\xe2\x61\xf7\x72\xd7\x54\x70\x2a\x11\x10\xc9\x0b\x61\x78\x20\xff\x63\xe1\xf5\x08\xe8\x2a\x13\x0a\xde\x17\x10\xfb\x36\x40\x1c\xf3\x3b\x7c\xf0\xef\xe4\xdf\x51\x5f\xff\xd5\xbe\x33\x20\x9f\xdb\x19\x1c\x8a\xfb\xb3\x0c\x3f\xc1\x59\xa0\xf3\x92\x8e\x4c\xe4\xe3\xd3\x58\x3e\x16\xe8\x29\xce\x27\xc7\x42\x5a\xf0\x8a\xc4\x82\x58\x57\xbb\x99\x3f\xf6\x24\x14\x50\xe0\x84\x3f\xca\xea\xf2\x78\xbd\xc6\x41\xdb\x80\xc2\xd9\xc5\x2e\xa9\xe5\xf2\x67\x0d\x0b\xf9\x41\x60\xd4\x8d\x80\xbd\xb1\x28\xff\xe1\x16\xd9\xbd\x4c\xff\x5c\xcf\xc4\x2e\x7f\x0e\x3d\x39\xbf\xa7\x2e\x6b\x2e\x2e\xaa\xb2\xb6\xcc\x2c\x8f\xe5\x4c\x10\x37\x46\xbe\x09\x84\x1e\x5a\xb3\xef\x08\x67\x63\x50\x38\x16\x5b\xd0\xa1\x1e\x86\x73\x84\x2b\xf7\xf0\x19\x08\x61\xab\xaa\x77\x7a\x46\xa8\x15\x3c\xa1\x6d\x53\xf4\x2b\x21\x9f\x5d\x44\xef\x56\x7d\x8b\x02\x9c\xb3\x7c\x6e\x89\xb6\x55\xcd\xca\x54\x84\x00\x40\x52\x84\x43\x81\xc8\x7f\x65\x60\x39\x06\x3d\x7a\xdc\xfc\x5e\xca\x47\x15\xc6\x03\x55\x50\xa4\xdf\xbd\xa9\x48\xce\xca\x1b\xd8\xce\xfc\xa2\x27\x24\x00\x64\x75\x78\x30\x80\xe0\x17\x66\x96\x07\xf2\xcc\xf5\x68\x03\x96\x96\xd4\x5d\xe4\xb2\x6b\x83\xe5\x78\x3c\x11\x46\x48\xaa\xcb\x69\x09\x80\x1e\x15\x16\x8f\x75\x83\x53\xdc\x34\xa4\x45\xa0\xd8\x59\x49\x63\xb0\x32\x80\xf6\x80\x2f\x40\x32\xa1\x9d\x30\xe1\x84\x25\x47\xa3\x3f\x06\x9d\xfa\x9e\x47\x99\x29\xe8\xf1\x8c\x51\x0f\xbf\xe7\xb9\x37\xe2\xab\x8c\xf2\x08\xcf\x5a\x43\xa3\x49\x18\xf0\xb6\x29\x70\x94\xcc\xe3\x99\xbf\x3b\xd2\xfd\x0c\x90\x15\x5b\x53\x97\xaa\x04\x2a\xce\x20\x76\x8b\x3e\x98\x42\xc8\x78\x5e\xa8\x44\x4b\x12\x0e\x57\x10\x08\xa6\x73\x38\x8a\xc1\x40\x75\x9c\x33\x16\x92\x41\x21\x15\x65\x7f\x71\x55\x82\x0a\x1d\xa1\x2b\x9b\x10\x18\xd7\x49\x35\xcf\x9b\x65\x55\xae\x0d\x73\x2a\x6a\x1f\x94\xf6\x5c\x54\x75\x37\xd9\x9e\x0c\xf4\x1c\x97\x24\xd9\xca\xaa\x91\x3d\x46\x12\x55\x83\x3a\xd1\xaa\xf4\xee\x8e\x08\xf2\xaa\x44\xee\x49\xe2\xbe\xa9\x91\x64\x6c\x10\xa7\xb1\x1d\x5e\x49\xae\x83\x27\x59\xeb\x11\x4b\x68\xe0\xcf\xaf\x74\xba\x33\xd1\x26\x45\x97\x63\x5d\xe0\x19\x92\x36\x66\xcf\xc4\xa8\x6f\x95\xba\x72\x73\xd9\xc0\x5c\x37\xa5\xdb\xc0\xee\x86\x9d\x26\x6e\x05\x14\x6a\x6d\xf2\x1f\x1e\xce\xbf\x86\xd5\x81\x1f\xb4\xc9\xa0\x24\x5d\x01\x71\x5b\x97\x2c\x6a\x0c\x5a\x83\x0d\xd9\xdc\x7c\x00\x7d\xd1\xc8\x81\xe4\x41\xee\x23\x34\x88\x04\x7e\x60\xc7\x71\x53\x52\x71\x8f\x65\x62\x20\x20\xc6\x8a\x85\xd0\xd1\xa4\x90\x68\x68\x9b\xc7\x60\xdc\xc2\x5e\x0b\x07\x4b\xf8\xc9\x80\x44\xab\x5c\xac\x41\x76\x51\xd5\x92\x25\x99\x0c\x36\xb2\x5b\xac\xcb\x6e\x71\x81\x74\x1f\x34\x67\x80\x43\x4b\x16\xd2\xb1\x25\x23\x1c\x70\x11\xd2\x14\x3f\x07\xb0\xcf\xbf\xcd\xef\x5e\x89\x5a\xf1\x0d\x52\xf0\x05\x1c\xee\xb2\xc2\x43\x80\x1a\xf9\x95\x58\x8b\x50\xae\x75\x0d\xca\x13\x46\x55\x82\x58\xc3\xc4\x0d\x47\x6a\x82\xad\x2f\x01\x47\x70\xd7\x40\xdb\x07\xc5\x18\x85\x5a\x60\xa9\xf9\x5d\x40\xb7\x67\xcf\x71\x91\x7d\x93\xf0\x75\xdd\x2c\xfb\xb2\x2a\x66\x99\x2a\x0f\xa0\x3a\x08\x12\x89\xa4\x3d\xde\xa4\x54\x8b\xa8\x09\xcb\x88\xb5\x82\x00\x42\x93\xd1\xb6\x82\x68\xab\xfa\x0d\x37\xd0\x7a\x89\x30\x96\x74\xa1\x15\xa8\x78\xf3\x01\x0f\x38\x35\xe3\x65\x4e\x5c\x14\xe0\xca\xab\xcb\x58\xec\x64\x09\x6a\xa0\x86\xa7\x82\x92\x8c\x2d\x42\x64\x20\x6a\x40\xb5\xa1\x75\x97\xdf\xbb\x0f\xff\xcf\x9c\xb9\xb2\xcc\x6d\xd7\xba\x5f\xa7\x68\x12\xc2\xfd\x12\x89\x79\xac\x4a\x26\x93\x4c\x0e\xde\xde\x35\x9b\x3a\x71\xc2\xc7\x87\xd3\x56\xd4\x72\x3d\x4a\xd2\x6e\xfe\xa0\xb4\xf5\x95\xad\x81\x05\x7f\x96\x83\xa8\x67\x90\x3c\xd8\x7a\x05\x14\x83\xe8\x0a\x34\x89\x4b\x71\x69\x76\x40\x18\x00\x0b\x80\x2e\x88\x3d\x02\x04\x58\x38\x9d\x37\xbf\xb4\x1d\xf0\x08\x62\x58\x37\x1f\x61\xcf\xe0\x1c\x66\x3f\xa1\xe9\xf4\x75\xd6\xb3\x06\xd3\x54\x05\xca\xc4\xc3\x83\x95\x37\x53\x12\x93\xd7\xe0\xb5\x5e\x7c\x90\xdc\x75\x09\xdb\xb4\xf0\xc6\xd8\x05\x69\x95\xef\xba\xf9\x89\x58\x31\x08\xf9\xe9\x13\x9f\xaa\x87\x0a\x99\x6d\x76\x84\x2f\x6e\xfe\xb4\x74\xb1\xa6\xe0\xe0\x10\x57\x70\x1c\x1a\x64\x50\x57\x56\x80\x62\x00\x38\xca\xbe\x1c\xc0\xa1\x21\x50\xb9\xb8\x9d\xe7\xa9\xc9\x0d\x8a\xd8\xe2\xc7\xa5\x6c\x40\x74\x19\xd1\x6f\x32\x26\x23\x99\x07\xac\x10\x03\xd6\x0c\x36\x96\x4c\x64\xdc\xe7\x69\x0d\xea\x5c\xaa\x67\xc1\x4a\x8a\x75\xf9\x75\x36\x1e\x18\x94\x02\x0d\xbc\x7c\x1d\x59\x6e\x17\x62\xd0\x63\x0b\x2e\x11\x63\xb6\x20\x32\xe5\x0b\x12\xe0\xa5\xdd\xa2\xd0\xb8\x71\xeb\xf9\xaf\x7f\xff\x0f\x50\xae\x00\x0b\xd0\x6c\xe1\xa9\xf7\x1f\x40\x93\x64\xab\xb5\x1a\xa7\x3f\xcb\x5c\x83\x07\x7e\xf1\xdb\x1a\x39\xad\xab\x9b\x0f\xef\x81\x7e\x7d\x36\x90\x08\xd8\xb2\x0c\x3a\xf8\xfc\x09\x4a\x20\x75\x87\x9c\xe9\x28\x51\xe6\xf9\x00\x46\xba\x3e\x48\x21\xb9\x37\xd0\x1c\xd1\x5e\x1b\xd4\x4b\xd0\x2e\x32\x92\x14\x10\x01\x60\xad\xca\x91\xe4\x82\x63\x46\x5a\x1c\xf5\x3b\xcb\x9f\x44\xca\x0a\x09\xb1\xb1\x34\x8c\x6a\x72\x32\xa8\x3a\x1d\x95\x43\x29\x60\x63\x37\x4b\x6c\xda\xc2\x2e\xc1\x61\xf8\x05\x4e\xf7\xc6\x66\x20\xf2\xaf\x81\xc0\x78\x16\xf1\xd8\xe6\x4d\x05\x12\x2f\x5a\xc5\x37\x65\x6c\x6c\x20\x50\x1b\x81\xfe\xfa\xf7\xc7\x70\xe8\x3c\x74\xd7\xc7\xd0\x7f\xd0\xcb\x02\xa0\x5f\xd7\x00\xfa\x4c\xf4\xe4\x74\xfd\x61\xd4\x37\x1f\x49\xfa\xb2\xcc\x7e\x67\xca\xb4\x58\x1e\x23\xb9\x1e\x17\x41\xf7\xe2\x55\xcd\x86\x74\x3d\x9b\x6c\xba\x89\x96\xc2\x21\x31\x00\x0a\x71\x55\xe2\x98\x4c\xfe\xdd\xf2\xfe\x5d\xf7\xdd\x57\xcb\xfb\x83\x9d\xd9\x6c\xdb\xde\x2e\x0d\x8e\x7a\x09\xc4\xd3\xbe\x21\xf2\x64\x71\xfc\x6c\x69\x44\x91\x03\xa6\x00\x82\x17\x09\x27\x77\x8b\x1c\xc7\xa7\x8a\x25\xde\xc5\x58\x31\xee\xc0\xd0\x48\xe9\x87\xfa\x91\x44\xb2\xa2\xf3\x4a\x07\x48\xb1\x9e\x85\x2e\x5a\x28\xc5\x77\x9a\x5b\x55\x82\x0a\x34\x8d\x6d\xb8\x99\x24\x0f\x01\xaa\x33\x91\x27\x04\x84\xf9\xdd\x7c\x64\x1a\x82\x4b\x44\x94\x95\x1a\xe7\x45\x40\x7c\x2b\x80\xa1\xbb\x12\x27\x73\x81\xba\x02\x99\x89\x93\x35\xb0\x6e\x8b\x16\xde\x6f\x60\x9b\x6b\x90\x55\x00\x47\x2e\x8d\x5b\xf4\xb5\xac\xa7\x2d\x18\x0b\x1f\x03\x79\x21\xf6\x49\xfb\x3b\x96\x0e\xbe\xf0\x2b\xfc\x25\x73\x1c\x3c\x13\xba\x27\x78\x20\xce\x4b\xfc\x0e\x6d\xa3\xce\x52\x2e\x91\x3e\xf7\xf5\xde\xfd\x0b\x16\x15\x47\x94\x9d\x0c\x10\x40\xa2\x36\x8c\xf7\xb4\xf9\x11\xeb\x3f\x82\x86\xdf\x83\x9e\x5f\xae\xde\x8a\xde\xe4\xf7\x2c\x5f\x36\x1d\x99\x13\x68\x95\x75\x36\x1e\x9a\xcd\x55\xb4\x9b\xb4\x9e\x48\x9f\xf7\x4c\x31\x5d\x5d\x51\xfa\x49\x56\x71\x44\x73\x3a\x8b\x56\x88\x4f\xd0\xb7\x65\x81\x80\x4d\x53\xbd\x02\x2d\x16\x35\x30\xce\x70\x24\x66\x19\x8d\x15\x87\xdc\xe9\x88\xd7\x86\x86\x1c\x8f\xf8\x8b\xd6\x7e\x29\x63\x26\x9e\x42\x3d\xa9\x2a\xd0\x62\x17\x40\x4e\x56\x80\x56\xd0\x66\xa3\x4c\x38\xb9\x9f\x72\xf1\x49\x7e\xa1\x35\xd0\x84\x90\x1c\x63\xcf\xe8\xe9\x82\x21\xc1\x4d\x04\xe4\x0b\x87\xf1\x2e\xe2\x11\x7c\xb7\x2d\x91\xd0\xe5\x32\x6b\x56\x5e\x9a\xd9\xa0\x6f\x35\x71\xd0\x34\x4f\x06\xd3\x6c\xf7\x8f\xcb\xd7\xef\x9a\x66\xe1\x2e\xd1\xfe\x04\xd2\x47\xd5\xd4\x20\x54\xf6\xc5\x78\xca\xc1\x32\x8a\xba\x27\x48\xe4\x28\xe5\xe4\xff\x1f\x4a\x03\xb8\xcc\xaf\xf9\xc0\x22\x9f\xd2\xd3\x1a\x1d\x15\x3e\xcc\x34\x04\x3e\xb8\x1e\x98\xa5\x66\x60\x9c\xe5\x45\x89\xe8\xea\x26\x31\x68\xdf\x7a\xbf\x5f\x99\xe1\xbc\x3c\x0b\x50\x01\xc8\x13\x76\xa5\x39\x05\xe0\xff\xd2\x4b\x45\xa1\x82\x98\x3f\x82\xc0\x04\xf3\x03\xb9\xa0\xc0\xfb\xa0\x4d\x53\x18\x98\xe3\xce\xba\xf9\xf9\xcd\xc7\xac\x6e\x40\xde\xc9\xe0\x23\x56\x38\x2d\xd0\x58\x02\x40\x68\xfd\x79\x9d\xbd\x82\xf5\x79\x36\xad\x6a\x20\x77\x4f\x8b\x12\x19\x36\x3b\xa5\xc5\x78\x78\xdb\x29\xc8\xce\xa6\x94\x95\x17\x96\xae\x53\x7e\xec\x6d\x75\x85\xe7\xc2\xe2\x15\xf3\xb2\x6c\x87\xa8\x7b\x7e\xfe\xf8\x25\xa9\x50\x89\x71\xfa\xa4\x02\x51\x96\x74\xd8\xf3\xc7\xd9\xe3\xae\xdb\xba\x57\x2d\x9c\x1d\xb2\xf7\xbd\x7a\xf1\x04\xba\xdc\x55\x8d\x29\x5e\x05\xab\x22\x29\x0c\xd9\x4b\x6b\x36\xc3\x29\xa1\x7e\xbb\x6d\xb2\x63\x10\x5e\x06\x0b\x81\x3a\x5d\xeb\x2f\x3a\x49\x49\x3b\xfd\x0d\x6a\x93\x57\x9d\x2d\xdd\xbb\xfe\x3c\x69\xad\x6f\x66\x3f\x67\xa6\xda\x82\xf2\x8f\x72\xa4\x07\x1d\xdc\x4b\x04\x33\xca\x71\x75\x61\xea\x7e\x03\x18\xb8\x22\xd3\x09\xd6\xfa\xe2\xde\xe2\xcb\xb4\x99\x02\xa8\x95\x36\x85\x75\xa9\x2a\x92\x61\x69\x12\x24\x7e\x6a\x06\xc4\x02\xbc\xc8\x61\x89\x1c\x10\x0d\x40\x80\x9c\xe2\x5e\x92\xdd\xbe\x01\x66\xf9\x06\x68\x3e\xb4\x9f\x13\x19\x47\x26\x2f\x86\xe4\x1a\x94\x0b\x36\xe0\xfe\x0c\xbc\xff\xbd\x1d\xf7\x87\x37\x02\x66\x63\x6e\xfe\xb3\x01\x86\x02\x50\xa4\x3a\x8c\x20\xfd\x55\x0c\x28\x21\x78\x4e\x1d\xea\x2b\x61\xea\x58\xcf\xbc\x3b\x54\x8f\x4c\xf7\xa0\x7a\xbf\x03\x3a\x35\xaa\xcb\xc4\x3b\xda\x00\x91\x08\x27\x69\xb7\x28\x26\x50\x0d\x0d\xce\xe3\x4a\x88\x4a\x01\x86\xec\x77\xc5\xbe\x51\x55\x78\xd4\x97\x2b\x53\x58\xa8\xf8\xf9\x5d\xf7\x39\xb6\x5a\xbf\x05\xe9\xa8\x96\x1a\xac\x7a\xa1\x2e\xdb\xd4\xc0\x1e\x8a\xe6\x5b\x75\x17\x58\x40\xd3\xac\x62\xa2\x0e\xa8\xa6\x1f\x21\xab\xbc\x55\xb3\x40\x11\x83\xc2\x38\xbe\x2d\x4a\xc9\x74\x8d\x54\xa5\xa4\x5b\xe4\x59\x70\x7f\x58\x2c\x81\x1f\x2e\x3a\xf3\xd6\xd6\xf3\xff\x40\x42\x8e\xf4\x05\x37\x5b\x35\x23\x12\x67\xf1\x1b\xdf\xf4\xf0\x95\xf5\xe2\x60\xd5\x58\xd5\x1d\x55\x07\xb9\xf2\x60\xed\x81\x87\xc1\xb8\x81\x0e\x4e\xf1\xe1\xfe\xf9\x4c\x8f\x6b\x32\x3a\x50\x2d\x98\x7e\xf1\xa9\x7c\x7c\x67\x54\xfb\xc6\x55\x81\xc5\x2f\xab\xca\xae\xf1\xba\x40\x47\x92\xdc\x3e\x56\x51\xff\xa4\x85\xc4\x47\x59\xf5\x5f\x94\xc0\xfc\x16\xf8\xcd\x0c\x3b\x3f\xad\xa1\x86\xdd\xf5\x90\x0d\x59\x1a\xa1\xf1\x96\x9c\x5d\x22\x6b\x04\x0d\x2c\xe6\x6b\x0e\xe4\xef\xbf\x91\xf4\xed\x15\x69\x1c\x50\x47\x36\xe7\xb2\x68\xbc\x65\x83\x2f\x15\x6c\x32\xa7\x68\x4f\x27\x3a\x04\xbc\x46\xa6\xf4\x2f\xed\x11\x44\xe4\x6d\x89\x62\xf7\x64\x8f\x9e\xbd\xfe\x13\xfd\xa5\x4a\x8c\x78\x18\xe1\x81\x22\x54\x8a\x2d\x30\x65\x5d\xb0\xef\x10\x1e\x43\xc2\xb3\x59\x06\x3a\x43\x87\xea\x37\x4f\x7e\x68\xaf\x01\xd5\xa4\x44\x62\xd0\xa1\x94\x56\xa2\xd5\xba\x15\x03\xcd\xcd\xdf\x2a\x14\xaa\x40\x12\x07\x1d\x4d\xec\xcc\x82\x31\x7c\x03\xa0\xb3\x06\x45\xf0\x21\x52\x15\xea\xb0\x24\xdb\x7b\x93\xae\x8a\x17\xd8\xf0\xd2\xef\xad\xdd\xa5\x32\x1b\x99\xd1\x36\xc4\x4a\xb6\x66\xc5\xf7\x21\x57\x24\xbc\xac\x44\xfc\x25\x3e\x0a\x4c\x14\xad\x44\x68\x21\x41\xb5\x94\x20\x76\xbe\x45\xf2\xb2\xf0\xac\xeb\x0a\xe6\x32\xae\x7e\x84\x57\x01\x20\x81\xb8\x7e\x43\x16\x5d\xb6\x57\x79\x62\x99\x1f\xdc\x22\xb4\x05\xbb\x9b\x8f\xa0\x44\x01\x0b\x4e\x0d\x53\xcc\x84\x71\x3e\xab\xc8\x1a\x95\x39\xf4\x19\xc3\x55\x67\x5f\xa8\x97\x2a\xa8\x61\x53\x40\x78\xc3\x0a\x11\x11\xec\x6b\x3c\x3b\xe8\x12\x96\x98\x33\x8e\xd4\x42\x80\x63\x00\xc9\xa9\x35\x6d\x45\x2c\x15\xd0\xa1\x76\x17\xb0\x08\xf4\x9b\x5d\x63\x60\xa9\xb9\x53\x54\x9a\xd0\xd7\x29\xe9\x33\x6c\x24\x93\x2f\xee\x2c\x75\x81\x4a\xba\x33\xa8\x84\xe2\x65\x25\xaa\x9d\x8d\xc7\x0f\xb2\x7b\x6b\x7f\x88\x58\x83\x89\x12\xb9\x4a\x89\x23\x6e\x6a\xaf\xe4\xfe\x53\x66\xea\xfb\x3a\x34\xd7\x68\x85\xf9\x9e\x9c\xb4\x98\x64\x27\x12\x8a\x48\x1a\x9a\x5e\xb2\xea\x6d\xc0\x11\xb1\x44\x58\x9d\x06\x30\x0a\x9b\xdf\x05\x47\x9f\x30\x63\xe8\x8c\x5d\x85\x16\x4b\x18\xcb\xea\x32\x3a\x7e\x68\x48\x05\x01\x22\x67\x0f\x8b\xae\xac\xa3\xd3\x07\x02\x2c\x8e\xec\x75\x06\xac\xb1\x5e\xdb\x85\x5c\x7a\xb1\xe9\x0d\x71\x53\x6e\x8d\x60\x7c\x7a\xc1\x85\xf7\x99\x0a\xbe\xea\x5d\xd7\x6c\x0e\xd5\x1a\x19\x42\xb3\x37\xc0\x3b\x17\x4d\xad\x22\x3a\x12\x03\x5b\x07\xff\xad\xd2\x0e\x0c\x62\xa4\x35\x94\xdd\x8e\x0d\x01\x68\x35\xc9\xb7\x37\x7f\x5b\x92\xd7\xdd\x45\x53\x55\xcd\xb5\x6d\x41\x40\xb7\x20\x71\x81\xb8\x68\x5d\x86\x52\x21\x50\x38\xbc\x90\xea\x0c\x12\x1b\x27\x70\x68\x6c\x3d\x67\x45\x17\xe4\x7b\xfe\xc6\x15\x5b\x38\xb4\xf2\xfb\xa1\x7d\x63\xe8\xc4\x38\x2e\x40\x03\xce\x66\x46\xec\x05\xf5\x91\xf6\x0a\x4f\x55\x20\x51\x28\x93\xc8\x1e\x72\x31\x5d\xaa\x85\x3a\x5b\xd3\x01\xc1\xad\x59\xf1\xa5\xc1\x52\x75\xf8\xdc\x0a\xa7\xac\x47\x1c\x8a\xda\xf4\x56\x81\x2d\xde\xd5\x75\x24\xac\xa0\xff\x1b\x3b\xde\xbd\xce\xd4\x33\x8f\xfd\x36\xa7\x7d\xa4\x84\xf6\xb8\x39\x09\xfa\x8e\xdd\x1a\xc8\xde\x07\x4b\x5c\xe0\x07\xfa\x61\xc9\x79\x05\x17\x14\xcd\x47\x6e\x7e\x1c\x7b\xcc\x92\x5d\x74\x60\x13\x05\x4a\x6b\x51\x7d\x57\x7a\x2c\xfa\x1d\x6c\xc0\xfc\xd5\xab\x1f\x1e\x66\xd9\xb6\xc7\xfd\x59\xa4\x63\xcc\xcf\x78\xdb\x1a\x1d\x3b\x5f\x39\xbd\x9c\x36\x1f\x58\xa7\xdb\x4c\xae\xbc\x16\xaf\x8e\x7a\x87\xd8\x42\x4a\x6e\x07\xba\x99\x23\x73\x53\x9d\xde\x55\xb7\xb6\xa2\x3f\x0d\x96\xa3\xe4\x12\xee\x5c\x85\xd2\x24\xd7\xb0\x68\xcd\x11\xed\xdb\xa2\x78\x68\xf0\x2c\x5f\xdd\xfc\xa2\x3e\x7e\xd7\x76\x19\x09\x89\x5e\xd2\x10\xdb\x63\x31\x7f\x12\xdf\xdb\x21\x61\x20\x66\x21\x77\xca\x96\x28\x3e\x51\x8d\x3a\xec\xa3\x77\xcf\x03\x25\x76\xb4\xf9\x80\x3b\xe8\x24\x19\x5f\x5b\x9d\xb0\x0a\x3b\xed\x21\x8c\xfd\xd0\x95\xed\x13\xec\xd0\x6b\x59\xfd\x16\xad\xf6\x7e\x03\x8e\xe9\x0e\x03\x4a\xdb\x5c\xf0\x25\x05\xf0\x7a\xb3\xf7\xf3\x14\x93\xa0\xd1\x8a\x43\x9e\x3f\x53\x12\xb0\xdf\xfd\x37\x27\x55\x99\xd8\xfd\x10\x58\xcd\x76\xa7\x28\x55\xd2\x72\xa8\x37\x0a\x6e\xb3\x21\xbd\xcd\xd6\x15\x31\x5b\x16\x3f\x56\x16\xc5\x61\x20\xb1\x64\x92\xcb\x4d\x30\x2b\x90\xf1\x13\x0e\x45\x4f\xf7\x83\xf8\x07\xe8\xe5\x23\xcf\x51\xbd\x22\x4e\x08\x96\xde\xe7\x1e\x33\xb9\x3a\x8b\xee\xe1\x9b\xc9\x1a\x6a\x77\x11\x9b\xa4\x45\x2f\x9a\xa1\x7f\xcf\xe0\xe2\x3e\x78\x0a\xac\x2e\x9b\xc6\x89\x45\x9f\xfb\x3f\x47\x8c\x27\x64\x15\xfb\xac\x40\xca\xe6\x84\x51\xea\xe6\x4d\x78\xcb\x1c\x6b\x15\xd4\xd4\x41\xae\x93\x81\x12\xbd\x59\x94\x1b\xf4\x05\x3f\x0d\xbe\x86\x6a\xe2\x0d\xda\x18\x81\xd4\xe4\xa7\x97\x4e\x35\x5c\x29\x3e\x43\x43\xe4\x8e\x6c\x6e\x37\x7f\xab\xbd\x23\x41\xbc\x5a\x20\xfd\xbb\x6d\x53\x97\x00\xce\xf2\x92\x15\x41\xc7\x3b\xf4\xcd\xd2\x59\x79\x8c\x9b\xbc\xfd\x0a\x2c\xe4\x56\x34\x54\xd4\x0a\x04\x50\x4e\x57\x6c\xfe\x68\xaa\x62\xda\x97\x86\x1b\x26\xcf\x6c\x5f\xce\x97\x2b\xa9\x79\x09\xad\x2c\x8b\x04\x2a\xdc\x0a\xd7\x23\xf8\x09\x3d\x64\xdc\x69\x50\x3d\xcc\x6c\x38\x89\xc1\xea\xf8\x9a\xbc\x1a\xe1\x5c\x0d\x16\x23\x07\xed\x8d\x96\x1d\x85\xf5\x24\x38\x81\x28\x21\xac\xea\x68\xac\x11\x71\x93\x31\xfc\xab\x48\x5b\xd2\x09\xab\x8c\x4e\xcd\x5c\xea\x55\x34\x65\xe7\x12\x4f\x78\xa9\xf0\x3d\x4a\x2c\xe4\x8f\x56\xdc\x5e\x95\xf5\x52\xe5\x2a\x93\x0a\x29\xc8\x66\x40\x40\xb6\x86\x08\x1c\x39\x03\xbf\x27\x9a\x43\xa7\x78\x82\x9d\xec\xc8\x53\xc7\x29\xa3\xc0\x6f\xb0\x64\x20\xe0\x99\x76\x37\x3f\xd3\xc6\xf4\x8b\x58\x36\x9f\xc2\x71\x53\x6f\x48\xdf\xa1\x70\x4d\x01\x51\xde\xe9\xc7\x0c\x65\x48\xc6\x03\x4f\x3d\x30\x3f\x86\xe5\x89\x1e\x57\xb1\x5e\xf4\x49\x7a\xb8\x0b\x82\x23\xcc\x1c\x39\x29\x7b\xb3\x93\x23\x1b\xd7\x8c\x4c\xed\xd8\xe8\x2c\xff\xf5\xef\x20\x4e\x59\x66\xa9\x4c\x63\xff\x30\x1c\x8e\xe2\xec\xaf\x1f\x4e\xab\xc9\x7e\x01\x75\x5d\x59\x78\x39\x7d\x88\xbe\x9f\x65\xa6\x28\xe8\x90\xf1\x12\x1d\x03\xe6\xc0\x64\x04\x67\x6f\x9d\x16\xd5\x4e\x6b\x1e\x84\x5a\x24\x77\x66\xa8\xed\xdd\x7e\x4f\xe6\x67\xe0\x6f\xca\xc8\x26\xf5\x0f\x5c\x92\x6d\x61\x3c\xef\x00\x67\x3e\xe5\x8e\x6c\x16\x0d\x3a\x62\xd4\xc9\x50\x87\x1b\x8c\x44\x93\x56\x61\x82\x62\xca\x09\xf3\xd2\x61\x38\x63\x91\x9c\x88\x5d\xa2\xde\xaa\x6b\x49\x45\x24\x51\x12\xda\x91\x2a\xc3\x7a\x62\x55\x3a\x76\x53\x58\xf9\xda\x1e\x7f\x9c\x12\x1e\xe1\xd5\xb9\xe0\x77\x2c\x95\x91\xf6\x2b\xf4\x05\xc6\xd9\xd4\xcd\xfb\x15\xfa\x7d\x61\x5f\xc2\x6f\xbf\x43\x5b\x7e\xbd\xbe\x1f\xdf\x88\x1a\x0c\xc6\xfa\xc3\x77\x5f\x49\x11\xf2\x46\xd7\x57\x1d\xe1\xf2\xba\xbf\xf9\x68\xc4\x91\xf9\x71\xbf\xe4\xa5\xfd\xce\x44\xd1\x13\xec\xda\xdd\x46\x63\xa6\x10\x0a\xa4\x70\x55\xbf\xe2\xd5\x48\x2a\xa0\x27\x4e\x85\xb7\x83\xb8\x45\x3d\x90\x01\x0e\xb9\x40\x4d\x40\x9d\x7a\x15\x7d\xe3\x65\xf3\xba\xbd\x0a\xe3\xb1\xd9\x4c\x1c\x1b\xe8\xda\x41\xee\x5e\x08\x5c\xf5\x1b\xd9\x48\x21\x53\xa8\x01\x68\x23\x24\x44\x51\x23\xa9\xc9\x6f\x50\x5f\xae\xd0\xc9\x3b\xcb\x5b\xef\xb4\xfe\xc4\x5d\x00\x95\xf1\x98\x98\x65\xf1\x6d\x89\xe0\x42\x74\xc2\x85\x47\xea\xe4\x58\x65\x11\x84\x33\xc3\x63\x2d\x84\x0f\x97\xc5\x93\x3d\x9d\x88\x27\x7c\x0f\xd0\x74\xc0\xeb\x70\x32\x5a\xb3\x94\xe4\x61\x30\x8d\xa0\x11\x51\xbc\x30\x8c\x5a\x1d\xe0\xf2\xab\xa6\x42\x17\x38\x43\xdb\x53\x89\xc7\x1f\xfa\x99\x17\xf4\x35\x48\x8f\x4a\xd9\x62\xc2\x36\xea\x36\x4c\xfc\x49\xdc\xdd\x90\xa0\xf1\x82\xdf\xfc\xf2\x0e\x74\x57\xa6\x66\x30\xb1\x63\x3d\x86\xa0\xe5\x92\xa9\x8b\xb6\xed\x95\xee\x29\xe9\xfc\x6c\xca\xa2\xc0\x21\x04\xc3\x98\x09\xd5\x7a\x45\xf8\x32\x5e\xf9\xc5\xfb\x60\xf2\xfc\xa5\x1d\xe9\x50\xa4\x0a\x27\x92\xc7\xa6\xe3\x42\x7d\x89\x29\x0e\x70\x70\x31\x97\xb9\xfc\xff\xcf\x0b\x38\x1d\x2e\xeb\x9a\xb7\x80\x89\x51\x0b\x2f\xf1\x83\x28\x59\xfb\x2a\x79\xe2\xc1\x6a\x64\x20\x1d\xa9\x42\x19\x08\x80\x3a\x98\x24\x54\x03\x51\xd5\x93\x0d\x24\x87\xfb\x6a\x4f\x11\x8c\xab\x9b\x8f\xf5\xaa\xaf\x9a\x29\x9a\xd1\xd7\xcb\xb2\x26\xd5\xff\xaa\x44\x20\x94\x8c\xe9\x53\x2c\x51\x41\x67\xd2\x95\x5f\xa9\xc2\x57\x28\x4c\xa0\x90\x14\x97\xe0\x16\xb4\x50\xd1\x54\x71\x61\x68\xad\x48\x10\x39\xe6\xe0\x05\x15\x87\x41\x3d\x66\xda\x22\xce\x3b\x5a\x99\xc9\x0d\xd3\x6c\xaa\xcc\xeb\xef\xa2\xa5\x77\xbc\xf6\x6e\x80\xac\x20\xe3\x9f\xfd\xa0\x61\x26\xb3\xcc\x37\xca\x35\xc9\xf9\x9d\xdd\x40\x62\x4f\x67\x6e\x3c\x17\xa7\xcb\x5a\x43\x2c\x84\xbd\x20\xe7\x0a\x44\x59\x30\xa1\x1e\xdc\xe8\xf1\x28\xfd\x64\xd2\x89\x4c\x15\xf2\x1a\x5b\x3a\x26\x0d\xfb\xef\x86\x91\x90\x3b\x00\x8d\x81\x88\x5a\x9d\x73\xdd\x91\x10\x90\x1f\x27\x96\xcd\x55\xb3\x15\x1f\x03\x5e\x3a\x6a\x2d\x6a\x4c\x97\x1d\xce\xf1\x87\x67\x7a\xfa\x5d\x4e\xa6\x32\xef\xfa\xe0\x49\x10\xcf\xc1\x13\xa1\x78\x7f\x27\x29\xd1\x4b\xed\x4d\x36\x59\x35\xc4\xe9\x9a\x53\xd4\xc9\xee\x1d\xf1\xd0\xf1\xd0\x8b\x5c\x00\x50\x58\x71\xda\x26\xc9\xda\x35\xa1\xfa\x24\xbd\x8a\x67\x97\x8a\x61\x7b\x3b\x9f\x92\xc5\x3c\xe9\xca\x9f\xd1\x2e\x91\x93\x92\x15\x47\x0e\x55\x41\x3b\x94\xf0\x6f\x7e\x61\x29\xc6\x44\x96\xa2\xe8\xd0\x66\x3a\x22\xf5\x0a\xd0\x43\x1c\x9c\x78\x04\x40\xdd\x77\x4c\x6c\x89\x89\x85\xd3\x3e\x72\x83\x24\xf9\x94\x96\xc4\xd4\x74\xef\xb0\x83\x4d\x57\xd1\xe0\xd9\xf3\x20\x0a\x78\xed\x93\xfc\xb9\x56\xb6\xfd\xcc\x7b\xf5\x0e\x06\x16\xb4\x38\x19\x22\x9b\x4f\x52\x28\xf1\x3e\x8e\x21\x88\x4d\x25\x33\x51\xd8\x88\x16\xf3\xc0\x1d\x7a\xa0\xe7\xd1\xed\x45\x98\x00\x61\xfc\x11\xec\x28\x7b\xaa\x27\xc2\x75\xf6\x13\x9a\x44\x5f\x67\x7c\x29\x72\x16\x6e\x2b\xc2\xbd\x61\x7c\x58\xe3\xa0\xd7\x70\xb1\x28\xe2\x13\x9e\xc6\x75\x8b\xb2\xa8\x13\x29\xc0\xb1\xdf\x55\xe4\x10\x89\x9a\x1d\x9c\xc4\x0e\x0d\xce\x1b\xbb\x01\x72\xb2\xac\x48\xff\xd1\x05\x06\xd5\x1f\x2f\xcb\xfd\x2a\xcf\x32\xf4\x42\x27\xed\x7e\x37\xff\x51\xfe\x04\x06\xc5\x9f\xf1\x6b\x14\x6c\x64\x87\x6e\xbb\xdf\xb9\x2d\xd0\x00\x60\x57\x80\xa9\x77\xfa\x12\x8a\x8b\x1c\x5d\x3c\xef\xdc\x07\xa5\x0a\x8d\xa8\xd0\x0f\x40\xdc\x1f\xb5\x86\x51\xd6\x2b\x16\x9e\x52\xcf\xc0\x6b\xbb\x44\xac\x66\x37\x7c\x92\xcd\xbb\xe9\x38\x37\xa1\x4b\x86\x6e\xd7\xf7\x8f\x83\x1c\xd5\x91\x1c\x8f\x47\x82\x81\xde\x3a\xb9\x2f\xf6\xd9\xb0\x42\xef\x08\xee\xbe\xcc\x30\xae\xca\x6f\xc9\x48\x92\x55\x59\x8d\xa0\xd0\xc7\x32\x96\x67\x0f\x06\x02\x53\x56\x02\x94\x46\x3f\xcb\x68\x60\x74\xc7\xf1\x18\xd1\x3e\x84\xa1\xc7\x0e\x27\x04\x44\x81\x53\xea\x50\xaa\x70\x18\x46\x45\xa5\xa3\x2d\xe4\xb8\x00\x6c\x03\xb0\xc2\x6b\xf9\xe8\x18\x1e\x36\x9e\xaf\x4e\xa8\x2d\x46\x41\xe5\x4f\x71\xd6\x03\xf8\x8c\x39\x0a\x34\x3f\x81\xff\xe0\x03\xa5\xd5\x24\x66\xbd\xcd\x6a\xb6\x2e\x3b\x74\x98\x68\x6d\x86\xa1\xbb\xb5\xb3\xf3\x27\xf8\x2f\x46\x70\xcb\x87\x51\x6d\x83\x23\x01\x35\xfe\x52\x22\xf6\x2a\xad\x00\x33\x2e\xc8\x99\x13\xff\x91\x5f\x13\x7d\xa3\x80\xb2\xd5\xac\x0a\x44\x01\x65\x30\x5c\x03\xef\xd8\x9a\x05\x20\x5f\x27\x59\x20\x98\x36\x92\xe9\x8f\x01\x31\xc4\x48\xc7\x52\xd0\xa5\x8d\x6f\x8e\x6f\x6e\x06\x67\x42\xfd\x7d\x69\xf3\x78\x5f\xe2\x23\x5d\xd8\x0b\x03\xc8\x20\x97\x3b\xf3\x17\x78\x9f\xb3\xa5\x9b\x3d\x0a\xf6\x91\xf4\x06\x0b\xbc\x29\x6d\xaf\x0c\x46\xae\xf3\x1f\x34\x79\x2e\xfc\x02\x18\x01\x29\x9a\x5f\x2a\x34\x08\xa8\x2d\x72\x8a\xd4\xf7\xa8\x8a\xb2\x1a\xa4\x80\xbc\xa1\x91\xae\x4b\xbe\x1b\x3b\xb6\x9b\xac\x30\xae\xa8\x16\xf9\x2d\x32\x02\x6b\x2c\x09\x7a\x9a\xd3\x75\x50\x50\xe4\x67\xd9\x35\x3a\x5c\x4c\x5c\xdf\xac\xcd\x7b\xfc\xfa\xc8\xd4\x8e\x10\x12\xfe\xc4\xff\xcb\x65\x0c\xac\xce\xea\x52\xfc\x3f\x9b\x8b\x05\xad\x1c\xdb\x4e\xe2\x5b\x5d\x52\x81\xab\x95\xa9\x49\xca\x86\x33\x50\xdd\x7c\xc4\xa0\x39\xef\xe4\x82\x01\x0e\x45\x4a\x1a\xb0\x29\x72\x29\x98\xbe\xf4\x99\xbe\xc6\xff\xe7\xef\x80\x0e\xb7\x3c\x79\x13\x54\x5b\xb4\xf5\xf6\x18\x02\xac\x71\x4e\xc7\x89\x9f\x95\xe4\xb0\x48\xc3\xed\xa3\x54\x16\x71\xf9\x5e\x42\x2d\xd7\x2e\x75\x4a\x26\x91\x3e\xe6\xcb\xaa\xb7\x77\xee\x33\x82\x28\x85\xd4\x36\x09\x89\xa9\xaf\x14\x8b\xa5\x7c\xc6\x94\x50\xd1\xef\x84\xe3\x4d\x03\x16\x4e\xc3\x09\xf6\x79\x6f\x44\x75\x25\x0a\x31\xaa\x5f\x7d\xff\xc3\x4b\x72\xb0\x92\xc8\x11\x32\x54\xb2\xc7\xb8\xc4\x23\xce\x7c\xd3\x2c\x58\x39\x96\xda\xea\x12\x76\x04\x48\x5c\x67\x87\x2b\x9d\x97\x1b\x8a\x9f\x69\x53\x3c\x11\x13\x68\x68\x4e\xfd\x07\xa8\x20\x84\x66\x57\x32\x06\x1f\xad\x71\x14\xae\x5e\xf3\x60\x85\x4f\xa2\xaa\xb5\x49\xb9\xc1\x0f\x5b\x06\xa7\xae\xf2\x11\x1f\x7a\x34\x89\x8e\xa3\x53\xf2\x1b\xdc\x60\x3a\x2c\x80\x18\xf4\x95\xff\xd6\xaf\x1c\x1a\x0b\x44\xe9\x62\x7e\xda\xb2\x03\x45\x7c\x58\x06\x98\x87\x31\xe7\xea\xac\xe0\xe8\xfa\xa5\x25\x36\x86\x82\xd4\x76\x07\x67\xaf\x7e\x0b\xb2\x13\x8a\xe6\xe1\x43\x24\x79\x52\x51\xd1\x44\xd0\xe2\xad\x75\x06\x5d\x13\x81\xfd\x3f\xff\xf3\x7f\xe5\xff\x4f\x7e\x02\x8b\x70\xd2\xb5\xd5\xbd\x13\xb5\x7e\x69\x93\xb8\x23\xd2\x4a\xaa\x20\x80\x3e\x47\x54\x23\x5c\xd4\x5e\x95\xeb\x12\x15\x3d\xfe\xfc\xa3\xfc\xea\x31\x24\xa6\x0d\xf6\xd4\x42\x6f\x83\x89\xc0\xe8\xe5\x70\x4b\x6b\x43\xd4\x25\x43\xb5\x5b\x24\xf8\x3a\x4f\xd8\x16\x1c\xb0\xd5\xdb\x05\x52\x28\x3b\xff\x9e\x4c\x4b\x2f\x6e\x3e\x6c\x61\x2b\x84\xa7\x77\x97\xa5\x13\xca\xcd\xb8\xbc\x8f\xba\x6b\xde\x99\x05\xe8\x61\x18\xce\x15\x38\x70\x3d\x4c\x44\xc3\xec\x18\x89\x56\x6d\xc5\x09\x8d\x02\xc0\x30\x8b\x0a\x7a\x38\x22\x0e\xc5\xac\xfe\x0c\xbe\x0a\x07\x4e\x44\x2d\xc2\x35\x0e\x35\xde\xd3\x1e\x0d\x08\x26\x40\xa9\x13\xa6\x84\x35\x3c\x11\xec\x65\x99\xf8\x90\xff\xfa\xe1\x8a\xdd\x4e\xc9\x53\x02\x16\xb5\xb0\x9f\x65\x69\x4e\x95\x88\x5d\x65\x5d\x6b\xed\xfc\xe6\x7f\xb4\xcb\xa6\xca\x2e\xca\x0a\x9d\x6f\xc5\x55\x01\x33\x43\x74\x66\x3d\x7f\x04\x5f\x5b\x89\x3c\x27\x8f\x05\xe8\xbc\x43\x07\x61\x90\xb2\x19\x14\x7d\x03\xa0\xc0\x65\x00\xee\xe6\xa7\x52\x38\x99\x3c\x06\x73\xcd\x0c\x73\xcc\x54\x66\x69\xab\xb8\xde\x06\x8e\x98\xeb\x50\x7b\x81\x73\xa6\x7f\x66\xb8\x39\x65\x87\x19\x71\xe8\x5f\x58\xa0\xca\x1a\x47\x7e\x09\xfc\x47\x46\x77\xa6\xad\xb9\x86\xd1\x5c\xf3\x0f\xc0\x00\x4a\x3e\xf3\x18\xfe\xbd\xf9\x2b\xba\x95\xf2\x77\x8a\x13\x42\x48\x0c\x13\xf2\xd0\xa4\x02\xd0\x21\x3a\xd3\xbf\x32\xed\x76\x36\xec\x5e\xbf\x27\x39\x6f\xf2\x61\xe9\x05\xda\x3d\xb8\xcc\x7f\x43\xfe\x00\x87\x8e\x18\x83\xff\xb8\x81\x23\x8a\xb7\x82\x4f\x41\x70\x32\x6f\xac\xff\x8e\x97\x73\xf3\x47\x78\x09\xee\x3f\x71\xb0\xd6\x31\xca\x12\x65\xd4\x02\x60\x31\x65\xaf\x70\xf2\x5d\x43\x9f\x30\xcb\x14\x1b\x06\xa3\x1c\x3b\xa1\x6c\x36\x5a\xfe\xa8\xac\x46\x31\x10\x8a\xe9\xf0\xd9\x29\x88\x15\xac\x7d\xbb\x90\x36\x9e\x00\x5d\x26\x3f\xfe\x29\x48\xbf\xab\x61\x53\x07\x5d\x05\x08\xec\x6e\x12\x8a\xbb\x0b\x80\xda\xe3\x24\x30\x28\xaf\xf5\x62\xa2\x5b\x10\x07\x97\xc0\x9b\x47\x33\x69\x1c\x06\x8a\x4c\xc1\xaf\x30\x77\x58\x91\xc2\x03\xd3\xc5\x1c\x5c\x76\x7e\x8c\xff\x92\x6e\x33\x1e\xa9\x07\xd2\x81\x1a\x01\x1e\x4c\xdd\xc3\xe1\xcc\x87\x30\x4c\xa6\x84\x2a\x95\x53\x9b\x28\xbb\xc4\xdb\xac\x3b\x39\x2a\x5f\x6c\xf1\xee\x3e\x0d\x12\xd4\xad\xc2\x6c\x4d\x49\x77\xd2\x24\x77\x6a\x07\x4d\xd2\xca\x76\x66\x39\x07\x51\x6d\xb8\x96\xb4\x8e\x5a\x38\x5c\x38\x21\x31\xdc\xf6\x70\xa0\x71\x21\x88\x65\x0b\x92\xd5\xbb\xf9\x33\x89\x2a\xd1\x41\xc4\x32\xfc\xb0\xee\x01\x24\x1b\x42\x0c\x7a\xc0\x3b\x74\x5f\x27\x51\x13\x06\x0d\x0c\xf7\xdd\xe4\xc3\x41\x00\xc4\xba\x04\x88\xa8\x87\xb0\xad\xed\x00\xd8\x4b\x82\x13\xdf\x67\x18\x3d\x2a\x54\xf4\xa5\x77\xad\x29\x23\x7a\x3a\x55\xc7\x49\x6e\x38\xd0\x85\x76\x4d\xef\x87\x89\xba\x75\x57\x4e\xd5\xe0\x0d\x2f\x16\xcb\x1d\x55\xc0\x2d\x47\x70\x24\xf8\xd3\x15\x90\xe5\xc3\xda\x60\x7c\x3a\x55\xa0\xc0\x3c\x34\x91\xa7\xb0\x0e\x23\x59\x9e\xb7\xe8\x25\x3e\x9c\x35\x16\xcd\x30\x4b\x9e\xeb\xe6\x4f\xd9\xa5\x8f\xed\xe7\xc3\x29\x11\x20\x62\xac\x02\xa2\xba\xb6\xee\x47\x53\x27\x38\x68\x04\xda\x60\x8f\x86\xe0\xa0\x51\x18\xdf\x3a\xcb\x2a\x53\x43\x01\x0e\x32\x55\x91\x9d\xf6\x6f\xad\x8e\x29\x1d\x90\x0e\xe3\x05\x0d\x8d\x12\x7e\xa0\x99\x69\x8c\xf9\xa1\x37\x0f\x6f\x39\x79\xcb\xb0\x02\x9e\x31\xda\x94\xb9\x9c\xb0\xfc\xee\x4f\x5f\xbf\xe6\x6d\x09\x77\x60\x3f\xfd\xfe\xb5\xbb\x73\xff\xee\x4f\xdf\xbc\xa6\xab\xaf\x51\xe5\xc5\x85\x79\x6b\x27\x5a\xa0\x8a\x0a\xbd\x6d\xed\x55\xd9\xf4\xce\xfb\x30\x79\xe6\xe2\x49\xc8\xbb\xce\x17\x9e\x6b\x54\x5a\x4a\x0d\xc8\x1a\x77\xcc\x1d\x25\xb4\xa0\xd0\x3c\x01\x4c\x0b\x7c\x9b\xfd\x66\x21\x6b\xe0\x88\x54\xf0\x0a\x90\x77\xa1\x56\xe7\x62\xd4\xa9\xba\xf9\xcf\x7e\x89\x70\xfa\x65\x81\x93\x87\xd9\xa8\xcd\xe5\x77\xfc\xeb\x3e\x4d\x0c\x97\xe2\x67\xdf\x51\xe3\x2f\xcf\x8e\xfb\x3a\x12\xf5\xfd\x35\xdf\x2c\xa5\x5d\x9c\x91\x8e\xf3\x45\xa6\x25\x32\x20\x85\x90\x11\xa3\xef\x5a\x02\xdc\x5a\x5a\x12\x86\x7a\x61\xcd\xb2\x2d\x87\x65\x7b\x5b\x6a\x53\x70\x21\xc6\x8a\x2c\x0a\x38\x58\x60\x5a\x1e\x5e\xde\xdf\xb8\x38\x3c\x1c\x69\x02\xfb\x66\x44\xf9\x6d\x8d\xb0\x08\x02\x72\xef\x05\x35\xb3\x41\xe2\xd4\x70\x9a\x3b\x34\xb9\x06\x82\x45\x1e\xb5\x94\xfe\x13\xe0\x7f\x63\x27\x5b\x92\x6c\x44\x6c\x92\x6f\x64\x6b\x9c\xa7\x19\x26\x14\x29\x47\x16\x5a\x29\xd0\x58\xde\x0b\xd2\xd3\xac\x0d\x51\x69\xa8\xe1\xf5\x20\x5f\x27\x90\x65\xbd\xd0\x50\x27\x52\x43\x48\x23\xea\xeb\xb2\x75\x36\xd7\x9b\xce\xa6\xc6\x4c\x0c\x12\x31\x94\x53\x80\x36\x7b\x5e\x59\xf5\x9a\xd6\x20\xe1\xe4\xf2\x9a\x8c\x54\xd6\x3b\x03\xa9\xa7\x01\x6d\x70\x7c\x98\x6d\x51\x76\x1a\xda\xa6\x2b\x3e\xf0\xa4\xd3\x11\x9b\x2b\xd4\x85\x28\xdb\x81\x7e\x63\x76\xda\xc5\x71\x66\x43\x76\xce\x20\xab\xa6\x6a\x30\x09\x00\xfc\x7f\x2f\x04\x5a\xe7\xe1\xac\x8e\x04\x3c\x2e\x0f\x58\x4f\x27\x3a\x62\x54\x23\x29\x81\x2b\x4c\xcc\x8c\x0b\xc4\x97\x95\x2e\x7d\x06\x45\x21\xd4\xcf\x1b\xc7\x86\x82\x44\xd4\xc6\xe0\xea\xe8\x30\xa4\xf7\xdd\x61\x8f\x79\xb4\x8b\x05\xa1\xa3\x4f\x7d\x71\x9c\x5c\x06\xe9\x1d\x33\xfa\xc7\x4d\xb1\xe8\xc4\xf5\x15\x43\x1e\x06\xb7\x44\xd3\x03\x51\xa5\x5d\xc7\xcb\x23\x1a\x5c\x65\xb3\x36\xe5\x05\xfc\x26\x8f\xf5\x2a\x29\xc4\xab\x45\x03\xb8\xcb\x6e\x64\xa4\xbe\x20\x9e\x81\xa6\x42\xb6\x71\x37\x0d\xc6\x0b\xe1\x61\xd1\x54\x8a\xaa\x1f\x1a\x4c\xd5\x45\x03\x8e\x31\x56\xcd\x25\x71\xa8\xe4\x4b\x74\x80\xf8\xea\x0e\x8a\x2e\x59\x49\xe3\x98\x6e\x64\x8e\xff\x1b\x76\xca\xff\xce\x57\xda\x1f\xb4\x25\x20\x89\x4a\xea\x55\x51\x1c\x8b\x4e\xbe\x41\x5b\x60\x5f\x01\x0f\x41\x19\x8b\xff\x66\x6b\xa1\x02\x74\x97\x28\xa8\x74\x8d\xef\xe7\x19\x2e\x24\x5e\x53\x6b\x87\xb3\xfc\x09\x8e\xdc\xcf\x52\x03\xc9\x6a\x6d\x04\x03\x23\xe2\x34\xa9\xf3\x9f\x93\x88\xac\x64\x21\xd0\xa5\xc8\x4a\x1a\x50\xdf\xe4\xb7\x31\xcb\x06\x02\xf7\x15\xb5\xfb\x15\xf2\xed\x42\x88\xdd\xef\xe8\x07\x93\x3c\x59\x9f\x58\xee\x9f\xd8\x5b\x3a\xd3\xbc\x55\x05\xa1\xd5\x45\xef\xf8\x2e\x1c\xfb\x28\x84\xcc\x92\xdd\xf7\x3b\x34\x00\x28\x51\xa5\xbf\x91\x14\xeb\xd7\x6f\xfc\x57\x69\x79\x63\xdb\xb5\xf2\x6d\xee\x40\x9a\xc6\x09\xfd\xc3\x8d\x43\xcd\x7f\x7b\xad\x18\x07\x0a\xc2\x42\x09\x27\x9d\xd2\x93\x98\x8a\x26\x40\xa9\xe2\x1d\x4a\x50\x69\x77\xf3\x63\x35\xed\x07\x07\x4c\x05\x12\x5e\x0b\x5b\x4f\x13\x8a\x12\x8e\x12\x97\x95\xab\xe0\x64\xf7\x88\x08\x93\x87\x57\x41\xe1\x97\x64\x1c\x8f\x6e\x41\xf1\xc2\x53\x97\x62\x96\xac\xd6\xfc\x51\x5f\x4a\x41\x84\x35\x52\xf6\xeb\x87\xd3\x51\x57\xec\x46\x14\x42\xa1\x93\xb3\xcd\x2d\x80\x3c\x6a\x00\xf9\xe9\x7e\x1c\xaf\x0b\x39\x51\x8f\x5e\x54\x24\xad\xed\x8c\x37\x49\xd7\x91\xdf\x2f\x49\x7b\x12\xb1\x75\x69\xa2\x8b\xe5\xa1\x6f\x61\xc1\x39\xf3\xde\xea\xa4\x4a\x07\xc4\xc0\xae\xde\x52\x78\x86\xb7\xc0\xd2\xc2\x50\xa4\x86\x64\x38\xbd\xf9\x9b\x83\xd6\x0b\x1f\x90\x59\x95\x2b\xba\xac\x0c\x09\x8d\xe4\x96\x7a\x45\x77\x18\x92\xf8\x8a\xe5\x00\xda\x33\x64\x77\xe1\xb4\x02\x5f\x5b\xd0\x2d\x0e\xad\x9b\xbf\xb6\xb5\x09\xfa\x47\xc1\xef\x7e\x2f\x26\x72\x54\xf9\x16\xc9\xc2\x7f\x6b\xa3\x49\x50\xfd\xfe\x76\x75\x3d\xd1\xfd\x27\x4c\x78\x7f\x6f\xc3\x5c\xb7\x47\xda\x76\xbe\x31\xc0\x01\x2a\x69\x54\x52\x04\xb0\x7f\x14\x05\x48\x8f\xda\xe6\xf6\x12\x32\xf4\x48\x0f\xfc\x04\x75\x20\xd4\xef\x6b\x39\xca\x54\x8d\x28\x96\x9b\xff\xfc\x0a\x26\x5f\x84\x09\xc3\x61\x90\x9b\xb2\x21\xaa\x43\x09\xfc\xee\xfa\xd6\xe8\xb4\x39\xe3\x68\xb4\x73\xb1\x9f\x9b\xe4\xf6\xe0\x9c\x05\x09\x76\x7e\xf1\xbb\xbb\xc5\x97\x3e\xab\x03\x7b\xbe\x0d\xe3\x68\x2b\x4e\x58\x36\xc0\x4b\xc1\x5d\xe0\x28\x3d\x39\x6b\x32\xde\x49\xc2\x0f\xbc\x02\xa4\x64\x5c\x04\xfb\x73\x16\x99\x0e\x23\xb6\x18\x4c\x01\x51\xf1\xa4\x09\x23\x2a\x9f\x36\x63\x0c\x01\x0a\xd5\x6a\x30\xc4\x30\xee\xbc\x59\x14\x3d\xa0\x1a\xd2\x6f\xe4\x4b\x17\x14\xc6\x22\x77\x5d\xc3\x61\x80\xd6\x84\x12\xff\xb0\x6d\xd5\x40\xd2\x39\x81\x68\xb0\xbc\x04\x05\x1d\xf3\x35\x81\xf4\x9a\x87\x52\x5e\x5e\x8d\xa0\x6b\x87\x82\xc8\x2c\xe9\x80\x59\xcb\x81\xf5\x61\x81\xf1\xe5\xcd\xc7\xae\xaf\x9a\xb8\x60\x7c\x7f\x1c\x17\xea\xa4\x1f\xc5\x13\xce\xbf\x68\x24\xcb\xe8\x97\xe9\x2c\x6d\x74\x17\x10\x97\xf8\x1c\x66\xd2\xdc\x82\xb3\x79\xe2\xfd\x9c\xe6\xf5\xe4\x3b\xd1\x64\x5d\xd3\x28\xf2\xa3\x10\xac\xff\xf9\x0e\xfe\xbb\xb7\xd9\xdc\x2b\x8a\xcf\x27\x96\x21\x75\xce\xf1\xc5\x7c\xcf\xa7\x2e\x39\x7c\x09\x99\xd0\xe8\xa8\xa1\x48\x90\x9d\x5e\x4e\x04\x88\xb6\xee\x95\x93\x9c\xde\x3d\x86\xd0\x17\xd1\x6a\x6a\xca\x4c\x3f\x0a\xda\x55\x8a\x6e\xaf\x2f\xfa\x1a\xbd\x57\x0d\xe7\x45\x89\x53\x23\x0e\x76\x77\xa0\x1d\x44\x45\x22\x3d\x3f\x15\x5e\x79\x78\xb4\xde\xbd\x92\xa2\x6c\x49\x5e\xa4\x4c\x06\xe9\x0a\xa9\xe7\x18\xa9\x1d\xfb\x97\x28\x15\xc7\xdb\xd0\xca\x14\x90\x10\xe9\xc8\x85\xde\x46\xd6\xb9\xc8\x15\x69\x28\x96\xef\x46\xf2\x77\xe4\xb5\x38\xe1\xa4\x35\xd5\xf7\x1e\x74\x38\xe8\x9c\x95\x65\xd7\xe5\xdb\x72\xfe\x47\xf8\x1f\xfd\x35\xbb\xb6\x15\xea\x72\xd0\x48\x92\xc5\x04\x70\x16\x61\x3e\x4b\x80\x78\xb6\x4f\xb8\x48\xe2\xa8\xab\x7e\x4d\x92\x77\x0d\x9b\x8c\x8e\x42\x3d\x5e\x90\x91\xff\x74\xb3\xea\xc5\x5a\xf0\xa6\x27\x0a\x7c\x85\x24\x96\x83\xa7\x77\x94\x64\x74\xc7\x77\x83\x55\x93\x6f\xec\x1b\xbc\x5f\xa5\xce\x04\xd9\x2f\x40\x75\xc5\xfc\x2d\x6b\x95\x2c\x29\xa8\x98\x53\xe4\x0b\x7b\x66\xf8\xe4\x55\x0b\xfa\x22\xd2\x38\x15\xf8\x6b\xa1\x18\x80\x63\x71\x7c\xcb\x1c\x23\x90\x40\xa8\xcb\x84\x98\x0c\xf4\xda\xe3\x94\x32\xa4\xf0\x99\x00\x06\x8a\xac\x64\x29\x52\x74\x70\x73\xe3\x1d\x0e\xb4\x44\xe6\x45\x99\xff\xa8\x57\xd1\x7c\xd3\x1e\xc9\xbb\x57\xba\x43\x54\x99\xdf\x85\xf5\x05\xfc\xbe\xf9\x6b\x92\x81\x1f\x09\x38\xc1\x13\xee\x63\x73\x8b\x65\xdf\x75\xe8\xc0\xc0\xfa\x69\x32\x41\x2d\x7b\x36\x9e\x21\x15\x9b\x0a\xc9\xc5\x4e\x39\x6e\xea\x0e\xae\x3d\x4e\xfa\x81\xfb\x36\xbc\x35\xce\x45\xf3\x60\x13\x65\x31\xbf\xf9\xdf\xec\x9a\x3c\x58\x1b\xcc\x78\x37\xf5\x74\x04\x3d\x78\x22\xdf\x67\x9c\x0f\xda\xcd\x39\xf3\x33\xfa\x76\x68\x49\x94\x9f\x8f\x04\x72\xfe\x31\xa8\x7e\xd9\x34\x6f\xdd\xfc\x8f\x76\x49\x7f\x84\xef\xeb\xb2\xe3\x22\x4c\x53\xfe\x38\x2d\x03\xa5\xaf\x5c\x4d\x3e\x7d\x81\xa3\x7e\x70\xf3\xc1\xa1\x5f\x8b\x07\xa7\x78\xca\x73\xcc\x27\x97\x3f\xe7\xd4\x97\xa1\x4c\xe2\xd5\x7c\x5b\x51\x1c\xde\x6a\xcf\x84\x25\x84\x0a\xe5\x8d\xdf\x1a\xe6\x68\x06\xa9\x21\x7c\x9b\xa6\xb8\x42\xea\x5a\x44\x03\x79\x03\x47\xd4\x52\x94\x21\x39\xb7\x44\xd3\xc7\xfd\xe3\x33\x9e\xa4\x81\xa6\xd3\x4e\xe4\x9d\xb3\x83\xa1\xd0\xc7\x4b\x4e\x3e\x37\xfe\xa4\xdb\x68\x2e\x3d\x08\x25\xf6\x1d\x3a\xae\x98\x6a\x41\x24\xe7\x15\x46\x3a\x30\xe1\xe0\xef\x01\x38\x01\xf4\x69\xc8\xe5\xab\x70\x50\xa2\x58\xfb\x6b\x08\x69\x4a\xb3\xdb\x92\xed\x03\x95\x6d\x1f\xfd\x45\x8a\x21\x51\x37\xec\x61\xd5\x53\x7a\xb7\x4b\xb3\x26\xf7\x14\x49\x68\x46\x09\x47\xdb\xd6\x44\xab\xc8\xc6\x8f\xe1\xd2\x60\x46\xcd\xb7\x28\x06\x97\x6b\x71\x14\x8b\xaf\x3c\xa6\x97\x82\x5a\x5a\x48\x4d\x5e\x13\x6d\x86\x61\xf6\xb7\x23\x70\x34\x5b\x91\x33\x1e\x89\x90\xc1\xf9\x95\x2a\xdf\x54\xda\x84\xb6\x7c\xa8\xa9\xc8\x3f\xc6\x71\x50\x0a\xc5\x19\x05\xaf\x33\x56\x93\xff\x8c\x31\xb8\x7f\xc9\xff\x8c\xc8\x06\xff\x94\x40\xf5\xdf\xfd\x45\xd5\x66\x15\x9b\x47\x61\xc9\x47\xfb\x3c\x94\x6c\x7e\xf3\x11\x73\x7a\x68\x18\x49\x18\x74\xb4\xf8\xa4\x26\x0c\xd7\x3e\xb9\x9a\x57\x97\x77\xbb\xed\x34\x74\xb3\x5c\xf6\xe2\x58\xac\xe1\x2c\xd1\x4a\x16\x78\xce\xda\xc5\x7b\xbc\x7f\xfb\xef\x0d\xa3\xd8\x19\xb0\xcb\x75\x9b\xae\x11\x65\x65\x98\xbf\xf4\xe9\x19\x70\x88\x6c\xa9\x45\x4f\xd5\x11\xa4\x38\xe3\x07\xf0\xa1\x23\x07\x60\x1e\x65\x0f\x51\xef\xb6\xc1\x53\x0d\xc2\x45\x29\xef\xb1\x53\xe7\xed\x41\x9a\x63\x71\x7d\xf3\x7d\xd3\xab\x40\x94\xf6\x05\xb5\x78\xc7\x3e\x67\x98\xa5\xa2\x12\xa7\x90\xd8\x4d\x87\xf3\xe0\x4c\xa5\x06\x1a\x52\xf7\xb0\x54\x83\x60\x7d\x9a\x52\xec\x95\x35\x80\xd4\xd7\xb5\x38\x1a\x05\x13\xbf\x04\x31\x24\xed\xf8\x88\x53\x14\xee\x50\x2c\x40\x47\x55\xf4\x67\xfb\xe0\x6e\x4f\x53\x22\xa1\x1b\xe2\xf4\x3c\x9b\xd8\x06\x7a\x31\x08\x8e\xeb\xd7\xf3\x7b\xe8\x73\xbf\xdf\x1d\x1e\xe4\x24\xc2\xd7\xd1\x42\x41\x37\xf1\x46\x1d\xea\xe4\xf7\xd0\x09\x3a\xdb\xa2\xe3\x9e\xf6\xe3\x73\x54\x7f\x5a\x57\xe3\x6c\x4b\xbb\xbc\x27\xd5\x97\x0a\x59\x87\xa0\xcc\x20\x21\x29\x0d\xe5\xe3\x28\x51\xa9\x48\x6a\x4e\x8d\x14\x0f\xb8\xd8\xd5\x83\x61\x49\xd2\xf1\x60\x36\x3c\xb9\xfb\x88\x84\x53\xb1\xf0\xab\x73\x7b\xa2\x6e\x7f\x3b\xda\xf1\x78\xb9\x39\x39\x4a\xd0\xcd\x83\x7f\x7d\x7e\xf6\xea\xf4\xe1\x69\xf0\xb2\x6f\xed\x15\xe8\xb2\x78\x3d\x31\xc2\xb6\x64\x6d\x87\x2d\x46\x32\x35\x3a\xa7\x9a\x9a\xe4\xc1\xe0\xd5\x8f\x8e\xd3\x3e\xe9\xaf\xc6\xc6\x0d\x0f\xa2\x3a\x9f\x92\x81\xa8\x8a\x0d\x56\x20\x1d\x1c\x0d\x45\xf3\x23\xe1\x79\xfe\xde\x0f\xa5\xf7\x66\x70\x42\x57\x9a\x8f\x74\xc4\x1f\xf7\xcf\x8f\x3c\xeb\x70\xd9\xf8\x81\xa7\x91\x9b\xbb\xa6\xb0\x38\x1a\xba\x83\xa3\x2e\xc3\x46\xc9\xae\xd4\x07\x56\x12\x17\x43\x24\xcc\xa0\xb1\x17\x92\x49\x95\x82\x90\xad\xdc\x17\x14\xcd\x2d\x23\xfa\xfd\x81\x11\xb1\x57\xfb\xd4\x80\x78\x1c\x7a\xd8\x31\x91\xeb\x06\x04\x68\xf8\x68\xd5\xd0\x75\xb0\xd3\x6f\xb8\x53\x36\x10\x6f\x4c\xf4\x34\x10\x77\x30\x98\x42\x6c\xb9\xc3\x95\xe0\xeb\xc0\xf1\x90\xeb\x90\x07\xc4\xe7\xbd\x51\xb3\xe9\x70\x44\x23\x9d\x0a\x36\x2f\x34\x35\x56\xab\xd0\x20\xec\x2e\x0c\xb9\x5e\x6a\xb4\xe2\x3e\xf9\x2f\x8a\x20\xc3\x70\x70\x1f\x89\x5e\x0d\x3c\x66\x49\x45\x3d\x90\xb0\x60\x7c\xbc\xf9\x02\x51\x2e\x56\xa2\x6b\x44\x0f\xb9\x31\x6f\x49\xe2\x18\x72\xb3\x89\xb6\x38\x04\x8b\x9e\x3c\xda\x2a\x9f\x1b\x0d\x52\x17\xc2\xa7\x2d\x2a\x48\x6b\x80\x03\x34\x1a\x64\x1a\x37\x13\xc5\xcb\xd8\x38\x5e\x26\x12\x56\x31\xe9\xa9\xca\xf6\xe8\x7b\x26\x71\xb0\x3c\xbb\x93\x70\xaa\xf6\xd7\xf1\x0b\x7d\x9e\x86\x31\x7b\xe2\x1b\x9d\xcd\x68\xa4\xf8\x7c\x11\x25\x66\xdf\xdb\x52\xd8\x77\xa2\x2e\x53\x8d\xb0\x8f\x1d\xa7\x90\x8f\x7d\x98\xc4\xe9\x4e\xb9\xc9\x6c\x96\x08\x87\x2d\xba\x4f\x62\xa2\x29\xce\x16\x1d\xe7\x07\x4a\xd3\x5a\x55\x66\xf8\xb4\x53\x62\x0b\x8e\x22\xb6\x37\xfb\xa6\x89\xab\x75\xcd\x2a\x91\x5f\x5c\x51\x91\x06\x9a\x53\x10\xa8\x55\x85\x12\xbf\x66\x38\x52\xc6\xbf\x9d\xe9\x65\x4b\xcd\x34\xdc\x0e\x53\x20\x88\x8c\x0d\x6b\x09\xc8\x04\x52\x36\x1e\x54\xac\x76\x25\x56\xd9\x9a\x03\x13\xf3\x93\x14\xae\x8a\x61\xdc\x16\xda\x96\x2b\x93\x23\x0e\x9f\x6f\x29\x3b\x31\x69\xa9\xb6\x93\x1b\xd6\xb3\xe7\xe7\x2f\x73\x7c\xa6\xa3\x30\x9c\x5f\xd2\x86\xb7\x89\x24\x75\x1c\x5a\x57\xce\xc8\xfc\xb8\x64\x02\x43\xde\xa7\x31\xf3\xa3\x14\xe2\x1c\x3a\x53\x93\xbd\xe2\x96\xf8\x99\xef\x35\x58\x5c\x97\x09\x6f\xc6\xa2\x15\x97\xd5\x9e\xc8\xd1\x30\x5a\xf7\x21\xe8\xf0\x9a\x97\xa8\x9b\x00\x0d\xd2\x30\x8c\xcd\x4b\xc4\x07\xe1\x33\xbb\x96\x96\x14\xe3\x38\x11\xab\xbc\xb7\xef\x40\x08\x65\x9c\x7b\xec\x49\xc3\x16\x66\xf4\x1a\x05\x34\x53\x02\x77\xda\xcd\x5f\xa2\x55\x5d\x12\x18\xd8\xb5\xb9\x05\x5c\xcc\x69\x9c\x65\xb9\x27\x9f\x75\x7c\x9c\x87\xf0\xc0\xfb\x28\x4b\x53\xfe\x0a\x6c\x49\x11\x9e\xa0\xd6\x89\x62\x5b\xf8\x45\xba\xad\x37\x9d\xe3\x19\x37\xa2\xda\xad\x2e\x31\x92\x62\xa2\x74\x7a\xb2\x44\x75\xc4\xa3\x15\x0d\x64\x86\x32\x8a\x1e\xc4\xae\x41\xf2\xa6\x59\xd8\x30\x0b\x58\x4d\xf5\x94\xf7\x18\xbc\xd9\x45\x8f\x6b\x36\x9f\xfa\xdd\x89\xda\x73\x63\xec\x99\xe9\x45\xca\x99\x22\xfb\x14\x08\xde\xa5\x39\xf4\x13\x71\x5b\x04\x9e\x58\x6c\xb6\xea\xe2\xc3\x02\x2b\xb3\xb4\x94\xa8\x68\x04\xb3\xe5\xb4\xbd\x73\x49\xdf\x3b\x06\x58\x36\xc5\x6e\x7e\xd2\xdb\x76\x2b\xd9\xd0\xc5\x15\x78\x64\x61\x09\x24\xc4\x9b\x5a\x28\x50\x10\xcf\xe6\x45\xcf\xbe\x37\x1a\xfb\x25\xf1\x04\x0d\x82\x1e\x69\xe4\x80\x65\x43\x35\x09\x01\x1c\x8d\xe5\x54\xc2\xba\x94\xd6\x28\xbe\xa2\x68\x34\x3c\x28\x64\x22\xe7\x00\x71\x56\x0c\x29\x1c\xa9\x8d\xb3\xb0\xa4\xaf\x26\xc5\x2b\x2e\x83\x27\x97\x8f\x28\x24\x97\x3a\x0c\xc1\x34\x14\x50\x8f\x0f\x12\xc5\xcf\x24\xa5\x22\xe7\x1b\x7c\x5f\xb7\x41\x4f\x8a\x37\xd1\x33\x14\x54\xcc\xee\xf0\x79\xfc\x62\x21\x6a\x0e\x78\xbc\x69\x85\xc7\xa3\x19\x06\x6c\x3e\x4e\xb0\x5b\xa1\x46\xb9\x17\x26\x60\x45\x2e\x91\x2a\xb1\x59\x2a\x85\x8b\x38\x45\x7c\x2a\x27\xc8\x2e\x5b\x06\x90\xf8\xaa\x21\xc0\xa4\x5b\x41\xa6\x96\x86\x69\x7a\x61\xf1\xa9\x11\x49\xc2\xe3\x83\xf2\xe5\x84\x3b\x7a\xe3\xb8\x83\x45\x7b\xa9\x71\xc2\x8a\x09\x9e\x05\xe0\x31\xbd\xf9\x25\xbe\x5e\x61\xd9\xbd\xb3\x91\xed\x59\x79\xd1\x17\xff\xed\xfc\xf9\xb3\x23\x19\xe1\xbb\x7b\xd7\xd7\xd7\xf7\xb0\xe2\xbd\xbe\xad\x40\xb4\x87\x8f\x85\x0c\xf9\x08\x9f\x5d\xbb\x6f\xbb\xd5\x77\x5f\xc1\xbf\x5f\xca\xfb\x6e\xf4\xec\x09\x25\x22\x9a\x60\x14\x82\x71\xff\x14\x73\x90\xb3\x16\xbf\xbc\x37\x3a\x76\xb2\xa9\x69\x28\x56\xc8\xae\x11\x09\x1f\xab\x16\x46\x71\x4e\xff\xc4\xdf\x41\x10\x79\x7b\x20\xd1\xda\x10\x12\x44\xe5\x3a\x1e\x10\xfe\x1e\x01\x45\x3e\x58\x91\x51\x0e\x77\x91\x91\xe5\xd7\xbf\xff\x3b\xee\x92\x72\xf0\x64\x73\x90\xcc\xa2\x98\x5f\x73\x62\x66\xa7\x8f\x43\x0a\xb6\xfd\x61\xd8\x20\x45\xac\x34\x75\xb5\xe3\xb7\xae\x30\x4f\x2b\xa3\x0b\x6f\x2b\x16\xcb\x2e\xce\x86\x55\x29\xb1\x3f\x2a\x9a\x3b\x72\xae\x99\x4b\xd4\x6c\xe3\xf5\x52\xe4\x92\x51\x4c\xf2\xa0\x3a\xe7\x5c\x9b\x3f\xc4\x57\x19\x37\xc8\x6f\x41\xa7\x6f\xd5\x00\x21\x6f\x26\x34\xe3\x5a\x91\x3b\xcc\x74\x19\xaf\xd1\x8b\x34\x48\x85\x6f\xee\xcc\xd4\xec\xe7\xc8\xfa\x26\x97\x85\x9f\xe0\x2d\xd1\xd5\x00\x98\xa3\x19\x98\x58\xa2\xd3\x4c\xd9\xf4\x39\xf3\xdc\xe8\xb3\x0f\xe0\x0b\x27\x3c\x3a\xa6\x7e\xb9\x45\x92\xf3\x64\x0a\x89\x1f\x3a\x70\x98\xc4\x60\x84\x74\x83\x88\xc6\x1e\x39\xdc\x47\x2b\x29\x3b\x19\x91\x26\x2f\x9f\x06\xd2\x34\x12\x95\x04\x74\xaa\xa3\x48\x77\x82\xb1\xff\x71\xd4\x8b\x28\x9f\xda\x8b\xdc\xf2\x8d\x7a\x60\x1f\x6d\x95\x15\x30\xaf\xe8\x29\x3d\x00\x82\xd9\x46\xd4\x05\x3c\x91\x98\xd3\x03\x3a\x26\xa6\x7c\x70\x02\x3d\x25\xf1\x9b\xd3\x13\xfb\x18\x3d\xa4\x92\x89\xeb\xe5\x39\x56\xe2\x5c\x41\x98\xcd\x60\xda\xc6\xcf\x2d\x73\x76\x0a\xce\xac\x31\x28\x1a\xbc\x74\x3a\x3c\xcb\x20\xe7\xd4\x7c\x0d\x1b\x5f\x60\x14\x16\xd8\xd7\x2e\xc9\x00\x0a\xc3\x05\x09\x12\xb8\x29\x88\x35\x36\x9d\x5d\x80\x4e\x73\x3e\xed\xab\x13\xe0\xfd\xa5\xe2\x4a\xe1\x31\x1d\x62\xdb\x62\x42\x55\xb1\x58\xba\x9b\xbf\xe2\x83\x66\xc1\xc4\x02\x0a\x71\xdf\x82\xe0\xc5\x81\xe5\xe8\x67\xcf\x0f\x9c\x52\x28\x71\xc8\x23\x25\x0a\x80\x3e\x09\x18\x92\xac\xc4\x06\xd4\x66\x11\xcf\xf4\x19\x3f\x9b\xe2\xd1\xd5\x3f\x15\x12\x0d\x4e\x26\x13\x2b\xe3\x89\x13\xc2\xd4\x24\xc7\x69\x91\x3c\x54\x9a\xd6\x89\xb1\x98\xd3\xe8\x54\xb7\xf5\x7b\x7b\x32\xa7\xa4\xe6\x2d\xb6\xde\x71\xa2\xa6\x27\x46\x73\xfe\x0d\x1a\xc3\xc5\x1e\xbb\x1d\x98\x69\xcd\x20\xd9\xeb\xa1\x16\xf4\xe9\x58\x72\x30\x6f\xdd\xd4\x6c\x9d\xf5\xd9\x50\xea\x69\xfb\xef\x84\xc5\x88\xde\xf1\x21\xc3\x2a\x35\x39\x9d\xbb\xee\xe0\x00\xa3\x40\xd6\x89\x41\x4d\x67\x7b\xca\x8a\xf2\xe2\x62\x06\x7a\xfe\xb5\xc3\xec\x48\x7d\xbb\xb2\xf3\x53\x7a\xe7\x4b\xde\x2a\x95\x90\x48\x02\x43\x8a\x0b\xa8\xb4\x35\x45\x6b\xf9\x0b\x5f\x1b\xcf\xf9\x1f\xfe\x44\x2e\x79\xe9\xe3\x7e\xb1\x67\x5e\x95\x3f\x04\xa8\x69\x57\xbc\x19\xb7\xe0\x2e\x9b\xeb\x05\xfe\x45\x59\x9e\xdc\xfc\x29\x0b\xba\x64\x91\x2d\xf0\x09\x29\xbc\x54\xa1\x9d\x03\x98\xa8\x0a\x4e\xb5\xe3\x27\x2f\x1f\x62\xd6\x29\x20\x05\x57\x28\x8c\x47\x20\x7d\x0d\xb2\x9c\x2d\x18\xe8\x55\x2d\x82\x5d\x0c\x85\x3d\x8a\xf8\xcd\x36\x31\xe5\xd8\x51\xfa\xca\xbb\x85\x57\x0b\x82\x5d\x99\x48\xa8\xfc\x40\x97\x29\x74\xbf\x6e\x28\xe1\x9a\x42\xec\xe2\x72\x31\x27\x86\x62\xd9\x09\x20\x97\x0f\x7e\x78\xc6\x3f\x28\x0a\x93\x32\xe1\x62\x18\xe6\x23\xee\x32\xd3\xc0\xce\xd9\x38\xc0\x53\x4b\x38\x60\x97\xfe\x96\x1b\x78\x01\xf1\x10\x45\x6b\x2e\x3a\x75\xfc\x6e\xfd\xe7\x6d\x6b\xb5\xde\x59\x6b\xef\x0d\x6b\xf1\x4b\x36\x94\x27\x06\xfe\xf5\x9f\xc9\xb9\x87\x75\x26\xff\xcd\xa0\xca\x37\x0f\x13\x8e\x17\x8a\x1d\x63\x2d\x5e\xc7\x4b\x7c\x2f\x1d\xa5\x76\xd8\x1b\xa1\xe3\x22\x0e\xcd\xcd\x1f\xd1\xdb\xb3\xc9\x44\x83\xd3\xd0\x19\xe5\x6f\xa6\xa8\x77\x5e\x10\xd5\xef\xc8\xeb\x63\x96\x8c\x37\xf6\x35\xaa\xf3\xf8\x31\x55\x75\xe4\x61\x51\x84\x5c\x1c\x31\x55\x49\xb8\xfb\xf6\xd9\x45\xd9\x39\x15\xce\x44\x61\xbd\x74\x26\xb9\x4e\xd1\xad\xc4\x14\x51\x9f\x9d\x59\x4f\xa4\xaf\xf3\x61\x04\x01\x8c\x44\x7a\x8c\xf3\x2e\xeb\x26\xa9\xed\xb3\x1d\xac\x9a\x35\x53\x5a\x2f\xc1\x31\x19\x64\xe7\x10\xda\x6e\x7c\x83\x53\x16\x23\x1a\x42\xc2\x2c\xf4\xeb\x98\x41\x68\xc9\x75\x5b\x76\xea\x79\x52\x26\x38\x42\xc7\xe7\x47\x52\x74\xcf\xf0\x57\x18\x3f\xaa\x10\x28\xf0\x9e\x60\x36\x0c\x90\xda\xd0\xe6\x38\x46\xae\x71\x5a\x35\x28\xbb\x37\xdc\xff\x08\x3e\x64\x7a\xf0\x68\x22\x0a\xf1\x06\x93\x96\x12\x51\x23\xce\x02\x3a\x77\x17\x2c\x34\xfa\x98\x72\x18\xc3\xd0\xf3\xcb\xf7\x85\xab\x45\x02\xaf\xa0\xd0\x08\xf5\xd1\x89\x86\x4f\x8d\x7a\xd1\x2c\x87\xa7\x87\xf0\x4a\xcf\x8f\x38\xbb\x8d\x0e\x1e\x4b\x81\x0a\xf5\x20\xb2\xb0\x4d\x82\x26\x3c\x6b\x1f\xc4\x94\x37\xd8\x0b\x5d\xa6\x60\xac\x8b\xc3\x35\xc8\xbc\x8f\x94\x97\xaf\x6a\x26\x8d\x74\xa3\x6e\x06\x97\x14\xdc\xc1\xad\xf9\x51\x87\x47\x20\x75\xfe\x19\x48\x0f\x3a\x6c\x79\xbd\x25\x8c\x38\xec\x61\xd1\x5c\xd7\x88\x67\x8e\xbc\x2c\x11\xd1\xf0\xfd\xc9\xa6\x5d\xbf\x0e\xaf\xcb\x8c\x5e\xfa\x84\xb9\x3f\x8f\x6d\xd8\x04\xea\x93\x96\x4f\xc2\x37\x23\xf8\x4f\xc8\x4e\x95\xbe\xfb\x10\xe5\xa7\x02\xf2\x1f\x12\x54\xcd\x34\xb5\x02\xbe\x26\xc1\xbe\x60\xe9\xe8\x28\xbb\x81\x3a\x33\x85\x80\xcb\x26\xdb\xda\x66\xcb\xb9\xe9\x51\xa4\x74\xf8\x04\x48\x89\xd7\x3d\xcd\xc6\xa2\x57\xc1\x0f\xf8\x13\x0d\x81\x64\x0a\x2c\x31\x5f\x9f\x35\x1b\xd0\x21\xe8\x85\x11\x97\xd1\xbb\x03\x62\xf0\x77\x73\xb1\xf1\xeb\xe7\xe4\x35\x83\xe4\xf1\xcf\x28\x11\x04\xb6\x17\x12\x40\xf0\x05\x09\xb7\x4e\x4b\x34\xf6\x7e\x0d\xcf\xe4\x44\x76\x24\xa9\x41\x65\x07\xaa\xe8\x62\x4b\xde\xc9\xf8\x3d\x1f\x3e\xe4\x1a\x4a\xd7\xaa\x48\x25\x4f\xa9\x48\xbe\xda\x10\x79\xc6\x29\x90\x7d\x7f\x21\xa1\xd5\x69\xcd\x86\x1d\xb4\xbe\x13\x16\x46\xcd\xfc\x81\x2b\x24\x59\x57\x82\x91\xa1\x06\x05\x8d\xec\xa7\xd1\x7d\x2c\x2c\x2b\x9a\x1a\xd8\xc6\x9f\xb4\x74\x5b\x72\x9e\x11\xc6\xfd\x4b\x1f\x69\x98\x6e\x7c\x32\x47\xcf\x3f\xe1\x1f\xb7\xff\x11\x80\xd8\x98\x3b\x7a\x0d\xc0\x17\xee\x79\x16\xe0\x9f\xf1\x6d\x4b\xab\x1c\xce\xdf\x3e\x5a\xa4\x5b\xd3\xb8\x0f\x5d\xe8\xa0\xfa\xbf\xe8\xa1\x80\xe1\x58\xc6\xe6\x8a\x4f\xc9\x48\x2f\xe9\xe8\xa7\xe6\xa6\x64\xdb\x44\xd1\xdc\x41\x33\x38\xe0\x89\x93\x92\xc5\xa1\x79\x63\x90\x3b\x51\xb4\xa4\xc3\x75\xc2\x6a\xed\xf3\xb8\x18\x37\x32\xe9\x84\x71\x34\xc8\xad\x38\xf4\xfd\xd0\xc4\x8a\x2e\xbe\x30\xbf\x35\xc7\xe2\xf4\x9d\xb1\x80\x23\xcd\x9b\x4e\xb4\x38\xe2\x20\x53\x55\x83\x20\x34\xc2\xbc\x7f\x24\xfd\xe2\xd4\x55\xaa\x9a\x45\xae\xf5\x3a\x95\xc5\x54\x56\x4e\xf9\x41\x71\x9f\xbd\x35\x36\x4f\x8e\x73\x10\xc6\x0b\x39\xb1\x25\x98\x81\x96\x19\xcb\x4c\xfe\xbd\x2c\xb7\x8b\xe9\x74\x8b\x94\xd6\xcb\x12\xd7\x04\x7a\xf9\xad\xaf\xc8\x52\xeb\xdc\xbf\xb9\x92\x7e\x57\xaa\xed\x5d\x50\xc8\xcf\x82\x5d\x43\x02\x68\x4b\xcf\x75\xce\xcf\xa6\xbf\x4f\xb7\x31\xec\x4f\x1e\x50\x6e\x1b\xd8\xd8\x17\x0d\xa7\xe3\x12\x6e\x19\x06\x3b\x0e\xa1\x4e\xab\xcf\x9f\x72\x0d\xff\x99\x2f\xfb\xa3\x88\x0e\xf9\x0e\x72\x0d\x1a\x49\xf5\x5d\x28\xff\x5d\x98\x7b\xb2\x8d\xc0\x74\xf5\x6a\x5e\x5e\xdf\x00\x35\xea\xdb\x61\x15\x7c\x88\x59\x64\x81\x8c\x45\x80\x19\xbe\x60\x84\x3a\x2f\x60\xbf\x7c\x19\x76\xcb\x5f\x51\x36\x93\x1c\xc2\xf3\x63\x6f\xfa\x7a\xc2\xa6\xaf\x31\x4c\x92\x85\x4d\xb8\xaf\x66\xb3\xb6\x14\xfa\xcf\xc9\xa5\xdc\xe0\x41\xf1\x99\x34\x45\x5a\xc6\xb8\x3f\x52\x3b\xa2\x1e\x63\xb0\x03\x5d\x56\xd6\x8e\xbb\x3a\xa2\x27\xc6\x58\x45\xe0\xa4\x60\x64\xb5\xa6\x9b\xd0\x2a\x8c\x84\xdf\xb7\x1f\x8d\x24\x8d\x9e\x1f\x83\x1e\x18\x4d\xe8\x8c\xe2\x59\xb1\xc7\x43\x63\x33\xfe\x01\x80\xd8\xcb\xd9\xa4\xa3\xd4\x74\x5f\x71\x77\xfa\xa6\x45\x12\x28\x23\xf0\xfb\xd8\x39\x97\x12\x0a\xbb\x91\x84\xf3\x64\xe8\xf5\x27\x4f\x66\x8c\xf3\x31\x7f\x2a\xc5\xd8\x69\x13\x5a\x01\xc4\x6d\xbb\xba\x9c\x74\x33\x0d\xb5\xf8\xaa\x6b\x40\x65\x78\xe4\x2a\xc3\xca\x19\x73\x43\xb1\xf2\xb7\x48\x0b\x0c\xaf\xf9\x88\x51\xc0\x8d\xf5\xb2\xa4\x51\xb4\x55\x92\x50\x28\x47\x5c\x8f\xa5\x0c\x03\x35\xef\x04\x3e\x6a\x34\xe5\x13\xed\x7e\xb8\xd1\xfe\x12\x2b\x40\x57\x1b\xaf\x63\x21\xfd\xc7\x4b\xfe\x36\x71\x4a\x8d\x58\x01\x3d\x22\xbf\x09\x6b\x93\x48\xc7\x74\xb9\x59\x8b\x91\x32\xd8\x24\xd5\x7b\x60\xea\x98\xc6\xe3\xf3\xc1\xf7\x3a\xd7\x51\xf0\xec\x40\x4c\x8a\x88\xc6\x10\xd3\xe2\x69\x32\x0e\xc7\xde\x8d\x8a\x2c\x42\x7d\x3c\x62\x7c\x4b\xe7\xc8\x4f\x4f\xe6\x93\xd0\x9b\x51\x02\xdd\xf0\xd0\x62\x4a\x7a\xfe\xb1\x11\x79\xfa\x74\xcb\x98\x88\x20\xed\x62\xb2\x63\x3e\x65\x68\x4c\x60\xfe\xb1\xa1\x1d\xef\x39\x4d\xfb\x07\x78\x14\x8f\x6f\xb7\x97\x0e\x7d\xc2\xb8\xf7\x3e\x88\x37\x3e\x9e\xe2\xb4\x46\x9a\xee\x84\xd3\x5a\x7c\xe5\x34\x9b\x0d\x4f\x9f\x2f\x0d\xd7\x3e\x2f\x62\x7f\xf7\x41\x5f\xe2\x65\x27\x1e\xea\xc2\x7d\x43\x93\x35\xa8\x31\x92\x71\xd0\x7b\xb1\xc7\xb6\x79\xf6\x00\xef\xf8\x26\x9e\x5e\xf5\xac\x8b\x40\xae\x7d\xc2\x9c\x24\xcf\xe0\xaa\xbd\xf9\x05\x33\xd9\x86\x67\x15\x7f\xa2\x4d\x7d\x9d\xe1\x23\xcd\xcb\xc6\xb4\xc5\xfc\xa1\xfe\x45\x6f\x8f\xba\xf9\x2b\xb1\x2c\x66\x4a\xf1\x44\xd1\x4a\xdf\xb1\x3b\xf0\xe8\x60\xdf\x5d\xf2\x2b\x8d\xa4\x45\x1d\x87\x37\x1b\x25\x43\x20\x52\xbd\x21\x23\x10\x6f\xd8\xf9\xf1\x95\x20\x52\x95\x9f\xe3\x6c\x36\x26\xdb\x34\x35\x36\x3d\x7f\xca\xff\x7a\x49\x36\x0a\x91\x3b\xe3\xc8\x38\x7e\x23\x82\xbe\x48\xe8\x55\xd6\x35\x9d\xa9\xe6\x2f\xf1\xff\xdf\xe6\x77\x8b\x2c\xcc\x9b\xac\xec\xf8\xa8\x29\x8b\xbe\xde\xa6\x1f\x41\x90\x1a\xa0\x6a\xa6\xf7\x9e\x89\x9b\xd8\xe1\x10\xe9\x86\xa0\x77\xdc\x0c\x7b\x9d\xc8\x58\x93\x79\x4c\xf4\xcc\xa1\x6e\x4f\x30\xe4\xc6\xd9\xe0\xcd\x51\xf0\x7b\x05\xb9\x7f\xbc\xf7\xbb\x25\x19\xaf\x97\xf7\xa3\x97\x2d\xc3\xb7\xe1\x2b\x9f\xa1\x44\x6e\x03\x7d\x10\x48\x5c\x96\xf2\xff\xf0\x9d\x53\x82\x16\xe9\x47\x9f\x01\x34\xf9\x6a\x56\xe3\x2e\x99\x8e\x27\x9f\x12\x67\xf2\x68\x70\xc1\xa5\x3c\xf9\x2c\xf7\x95\x14\xd8\x5e\x90\xf5\x8a\x33\x23\xc7\x40\xce\xe7\x3c\x8e\xbf\x72\x5e\xd7\xc1\x2c\xd9\x08\x1f\x7f\xbb\xe8\xad\x3a\xa4\x55\x0d\xe8\xff\x71\x99\xea\x27\x69\xb3\x1a\x7d\x1a\x7f\xf5\xd9\x75\xe2\x8f\xa3\xba\x4c\x98\x92\x4f\xf8\xba\x1d\x5e\xb2\x06\x95\x37\x5d\xc0\x82\x03\x46\x67\x53\x88\x38\x61\xbd\x7f\xee\x75\xd5\xc9\x0a\xee\xba\xc4\xd4\xae\x94\xd4\xba\xed\xb7\x98\x96\x69\x0a\xac\xed\xeb\xf9\x29\xeb\x61\x31\x00\x06\x7f\x63\x7e\x02\x7a\x06\xa4\xa1\x9c\xc9\x9a\x23\xd1\xa7\x11\xe0\x95\x7c\x8e\xaf\xd7\x83\x32\x5f\x87\xd0\x89\x83\xed\x24\x2e\xe1\xb7\xb7\xa5\xce\xe1\x7b\xb9\x7b\xe8\x4b\x84\x04\xd4\x82\x3b\x56\xb6\x44\x9b\x76\x41\xea\x09\x49\x80\x14\xdd\x14\xdc\x7d\x52\x4b\xe1\x2d\xa9\xfd\x0d\xfd\xf6\x21\x13\x17\xe2\x24\xe8\x36\x1d\xac\x48\xb5\x3e\x41\xfa\xe0\x05\x82\x5b\x9a\x8a\x47\x7b\x4b\x4b\xbf\x7d\xd0\x24\x1b\xd4\x6b\x66\x86\x2a\xb2\xc6\x82\x38\x5f\x6a\x79\xdf\xc5\xa4\x37\x7e\x3a\xae\x61\x73\x00\x27\x47\x11\xbf\x1a\x49\xcb\x95\x8c\xf5\x7b\xbc\xde\x3d\xd8\xff\xc4\x4c\x93\x01\xfc\x73\x9d\xff\x86\xc5\x59\x97\xdd\x62\xbd\x92\x45\xd1\x83\x45\xf9\xe1\x2d\x08\x34\x51\xca\x78\xa0\xfc\x98\xb8\x43\xde\x0c\xda\xb3\xa9\x71\x6b\x93\x53\x8c\x66\x45\x03\x54\x8b\x4a\x3e\x7a\xdc\x5c\xfa\x67\xe6\x24\xbd\x27\xb4\x06\x68\xea\xae\x5e\xa1\x2d\x17\x5f\x39\x23\xb7\x90\x17\xd6\xca\xfd\x1b\xb6\xa0\x4f\x03\x7c\x3e\x83\xf2\xaf\x38\x4f\x6e\xf9\xde\x92\xf7\x84\xfb\xfc\x0b\x38\x26\xb5\x3c\x94\x9d\xb8\x20\x44\xde\x29\xf2\xf8\x10\x26\x2d\x01\xee\xf6\x7e\x85\x41\x1f\xc4\xf1\xbe\x3c\x38\x8e\xa9\x43\x37\x60\x70\xba\x43\x2d\x8f\xb8\x3b\xb0\x43\x51\xfb\x91\x3f\x55\x32\xd9\x80\xc5\x6c\xb3\x2a\xec\x30\x94\x7b\x0a\xa7\xbf\xd0\xb4\xfd\xde\x69\x8c\xfc\x64\xf9\xe2\x9e\x50\xa0\xef\x7c\x26\x9e\xc8\x52\x9a\x38\xe5\xee\x59\x89\x78\xa4\x13\x88\xf0\x5b\x86\x79\xdb\x4a\xc5\xf2\x0a\x5e\x14\xb4\xd0\x39\x88\x54\xe8\xe4\x65\x37\x5b\xf1\x23\xd1\x87\xb5\xe2\x44\xf1\x31\xd9\xef\x5b\x74\xd6\x58\xac\x9b\xb6\xe9\x41\x27\xb4\xf3\xef\x9b\x16\xff\xf0\xfc\x2f\x11\xa7\x14\x9c\xae\xa8\x76\x8b\x9e\x92\x0e\xbc\x62\x03\x08\x7d\x2b\xfd\xab\xa3\xa1\x12\x49\x78\x5a\x05\x6f\x20\x56\x74\x5d\x45\x22\x9f\x18\xf8\xa8\xe2\x0b\xb9\xbd\x88\x05\x31\xa9\xd5\x2c\x3b\x03\x83\x2b\xe6\x0a\xfb\x7c\x49\xb7\xd0\x31\xe8\xb6\xa1\x07\x22\x16\x15\x2c\x71\xbf\x5d\xe0\x4a\x38\x59\x0a\x5a\xf1\x07\x71\x8e\xa5\xb3\x1e\x61\x93\x23\x3c\x18\xe0\xb8\x01\x19\x5f\x34\xe4\x71\x6d\xcc\x84\x38\xae\xf9\xa4\x5c\x5a\x4d\x9d\x37\xae\xaa\x8b\x7a\x69\xcd\x36\x5d\xd2\xc7\xf0\x65\xbc\x9e\x04\xb7\x6f\x61\xb4\xd6\xc4\x02\xc5\xf5\xca\xa2\xb2\xa3\x3a\x3f\x08\x63\xdc\x57\x87\x5c\xc0\x46\xb5\x80\x30\xc2\x70\xf7\xd4\x11\xe9\x6e\x3c\x3e\x59\x92\x51\x5f\xcd\x12\x28\x23\x08\x02\xcf\xe1\x5f\x09\xc0\x41\x1f\x71\x28\x8a\x20\x97\x4d\xd3\xa1\xe2\xba\x45\xc1\x9e\xbc\x87\xa3\x45\xc3\x20\xe8\x92\x23\x20\x1e\x28\x5c\x2a\xda\x43\x8d\x03\xcb\x47\x95\x27\x96\x6f\x83\xcf\x40\x40\x87\x6d\x8f\x46\x06\xe0\xd9\x49\xaf\xa7\x5a\x00\x07\xe7\xe9\x39\x40\x1e\xaa\xe9\xbb\x1d\xd5\xf2\x1d\x27\x98\x09\xaa\xd9\xa5\xdd\xdb\xb5\x8d\x1b\x39\x41\xd0\x83\x75\xa7\x3b\xa7\x7a\x93\xbd\xf3\x2b\xda\xc8\xc0\x97\xfd\xea\xad\xed\x30\x92\xfb\x72\x41\xae\x3d\xa1\xad\x33\x05\xca\x1f\x10\x50\xfe\x18\x80\xf2\x97\x08\xa4\x8d\xc6\x28\x02\xac\x72\x83\xc9\xda\xd0\x09\x2c\xda\x03\xfa\x22\xca\xe5\x8b\x84\x0d\x3e\x60\x36\xe8\xdb\x4a\x94\x40\xd0\x66\xdb\x85\x68\x7a\x72\x7c\x51\x62\xf6\x0d\x3f\x27\xe1\x02\x1a\xec\xdb\x81\xea\x9a\x6b\xd2\xf1\xb8\x3d\xcc\xd2\xcb\xcc\x7c\xb5\x03\xb1\x78\xee\x13\xf5\x92\x6b\xed\xaa\x52\x15\x72\x72\x84\x51\x3b\xa4\xeb\x42\x3b\x29\x4d\x26\x3f\xa6\x2a\x67\xf5\xb7\xc9\xbf\x3f\x19\x51\x4a\xad\x72\x66\x60\x9b\x73\x26\x93\x68\x31\x98\x06\xdd\x1a\x3c\x94\x07\x61\x75\x20\x0c\xaa\x39\x4f\xb8\xca\x08\x58\x7a\x17\x99\x48\xfc\x13\x00\x82\x6d\x0f\x1c\x10\x28\x2f\x08\x02\xbe\xda\x0a\xba\xae\xf9\x7e\x9b\xde\x10\x14\x66\xe6\x4d\x14\x5c\x8b\x9e\x05\xd7\x1b\x33\x72\x0a\x60\x7f\x33\x79\x65\x4c\x80\x82\xe6\x24\x5f\x54\xaa\x2f\xe4\x4d\x72\xc0\x21\x29\x98\x48\x58\xcb\x25\x2c\xcf\x25\xe6\x0e\x2e\x90\xec\xdc\x9c\x96\x5b\xdb\x21\x07\x7c\x96\x3f\x25\x66\x1e\x53\xa2\x72\x7c\x57\x08\x14\xf4\x59\xdc\xc4\xfb\xcb\xf8\x08\xc8\x68\x7a\xf1\x05\x2b\xbf\x8d\x76\xd8\x01\x75\x26\x75\xe3\xdc\xad\x32\x39\x52\xbe\xd8\xc9\x92\x1d\xd9\xe8\x7e\x21\x58\x69\xe8\x0d\x7c\x02\xa5\x07\x58\xf8\x1a\x3c\xae\x4c\x4a\xf3\x50\x13\xa5\x34\xb9\x44\x30\xce\x25\x53\xee\xbe\x56\xfd\xa3\xd9\x72\x65\xf1\x10\xa4\x55\x8a\x10\x32\x9b\xad\x8f\x0e\x72\x65\x4e\xa1\xff\xe4\x0c\x14\x9e\xcc\x4a\x1e\xc6\x16\x94\x99\x7e\x8d\xff\xb4\xd2\xd7\xf8\x99\x68\x87\x17\xe5\x0e\x5f\xa6\x87\x65\x0b\xb7\xc8\xec\x44\x95\x60\xd3\xc6\xbc\x93\xd7\x48\xf4\x05\xa5\x27\xe3\x27\x92\xda\x31\x9e\x8c\xea\xb1\x4d\xf5\x0b\x6f\x0e\x03\x49\xf8\xde\xd7\xac\x9a\x50\x22\x92\xe8\xf1\xa5\x75\xd5\x2c\xe5\x00\xca\xdb\x55\x5f\x4a\xab\xa5\x5b\x04\x64\x3e\x8d\x1e\xd0\x8b\xe2\xb5\x90\x1b\x06\x68\xc2\xf0\x18\x72\x6c\xc9\x35\x13\xf8\x4f\x1e\x1e\x18\x3e\x45\x22\xe8\xa1\x06\x38\x8b\x02\x1d\x46\x2f\x95\xa2\xfe\x16\xb7\xc3\x0f\x04\xf1\xc3\x3f\x49\x5b\x91\x0e\x96\x36\x78\xf0\x49\xa1\x49\x84\x88\x2f\x5c\xce\x62\x84\x48\xb6\xf3\xa0\xdf\x40\x02\xe9\x30\x23\x0c\x86\x9d\x8b\x8d\x36\x59\xec\xe8\xba\x8a\x98\x3d\xa6\xaf\x68\x38\x78\x2a\x35\xb7\xd1\x62\xb1\x22\xc4\xe1\xad\x28\x9e\x47\x41\xe5\x2d\x67\xbc\x10\xa3\x6d\xdc\x33\x26\x3a\x41\x7f\xad\x41\xc7\x51\xa0\x34\x25\xd4\xe0\x4e\x87\x96\xc1\xa8\x5b\xa3\x17\xae\xa8\x46\x79\xbf\xb9\x96\xdf\xd7\x4e\xfa\x1d\x39\xde\x9d\xfb\x87\x25\xa7\x1e\xf1\x4d\xbc\xee\xd0\x86\xec\x66\x14\xde\x7d\x2b\x51\x1f\x79\xc6\xa5\x34\x9b\x3e\xa4\x7e\x64\xf4\x69\x78\x05\x97\xb1\x69\x9a\x48\xf5\x27\xf4\x9a\xd0\x72\xae\x39\xfd\x6c\x64\x3a\x1a\xfe\x32\xbc\xe5\xe7\xaf\xfc\x32\x9b\x93\xe7\x94\x28\x56\x86\x0b\x30\x06\x8c\xcc\xc4\x20\xb7\xc2\x42\xcb\xd7\x89\x07\x78\xc8\x86\x2e\xd4\x76\x7a\x0a\x83\xeb\x95\x09\x62\xcb\x4d\x60\x7e\xcd\x34\x8f\xc0\xf3\xb6\x5c\x5b\x5f\x1c\x4d\x89\xbf\x84\x97\x2e\xf8\xb7\xad\x51\xca\x2a\x34\x78\x8a\x3f\x4e\xf9\x04\x46\x43\x4e\x62\x81\x26\x87\x45\x60\x03\x0e\x32\x09\x38\x08\xde\xe1\x8f\x97\x8d\xeb\xe6\x8f\xe1\x7f\xf2\x1b\x69\x02\x66\x6f\x6a\x3b\x85\x20\x3b\x63\x51\xcf\x1f\xc0\xbf\xf9\xc3\x67\xf1\x57\x65\x3f\xe4\x6b\x2c\xbc\x24\x47\xb8\x29\x20\xe5\x51\xc7\xc5\x15\x19\x2b\x60\x77\xbe\xcd\x9f\x24\x7c\x08\x59\x8a\xa9\x36\xe8\x3c\x25\x0e\xc0\xf8\xc6\x5b\x43\xd9\xa3\x1a\x0a\xd2\xa1\x37\xc8\x57\x71\x8a\x79\x62\xd4\x21\x51\x0e\xa6\xf6\xb0\x57\x9c\x0f\x5b\x16\x18\xe5\x20\xca\xc4\xfd\x40\x6e\x06\x12\xfd\xd2\xcb\x3f\x11\x34\xcc\xf6\xe1\xb3\xa8\x50\x57\xba\xa3\x74\x50\x9d\x0d\x41\x90\xc7\xfc\xa5\x49\x9d\xf3\xfa\x5b\xaa\x25\xd7\x63\x1c\xd6\x2b\xbc\x3a\x61\x56\xcc\xc5\x29\xb4\x4b\x05\x02\x4d\x9d\x2f\xde\xd1\x83\x0e\x67\xa3\x1e\xd3\x41\xd6\x31\x76\x06\x20\x10\x87\x53\x38\xb3\xb5\xf8\xc4\xdb\x78\x02\xf8\xf6\x7f\x00\x9b\x78\xf3\x5f\x6a\x70\xde\x44\x4e\x99\xd8\x4c\x2c\x24\x5d\x86\x8e\x80\x8e\x63\x26\xc9\x90\x1b\xe4\xaf\x0b\x67\xe6\x4f\x1d\x9c\xd3\xfc\xfc\x58\xbe\xbb\x4d\xb7\xe5\x77\x07\xa7\xcf\x46\x7e\xfe\xf4\xe5\x59\x04\x4b\x68\x8e\xdf\xf2\x08\xd7\xb1\x20\xc2\xf7\xb8\x8e\xb8\x5f\x4a\xc0\x9b\xd3\x43\xe3\x90\xef\xb1\x63\xa5\x9b\x86\xfc\x64\x49\x0c\x13\x9a\xb6\xa0\x86\xe1\x7d\x63\xc9\xaf\xf1\x14\xdc\x89\x24\x96\x88\x00\x88\x01\x31\x0f\xc4\x48\x71\x0c\xdb\xe1\x18\x68\x1d\xd5\x4a\x82\xe1\xf1\x31\xb5\xfc\xf3\xa3\xcf\x67\x09\xc5\x59\x74\x95\x8b\x32\x9e\x9d\x94\x17\x64\xe2\x78\xf9\xe4\x5c\x17\xe2\x6d\xb9\x45\xa0\x05\x06\x28\x82\x5c\xfd\x1c\xa7\xc8\xef\xaa\xe2\x07\xbf\xa8\xa1\xc6\x16\xbd\x06\x28\x75\x87\x1d\xb9\x02\x9f\x4b\x4a\x8f\xfc\xec\xf8\x69\x3a\x0e\xca\x12\xad\x42\x3c\x8e\xa8\x92\x21\xe1\x1b\x17\xf7\xf4\x59\x0a\xa5\x9e\xe5\x96\x7c\x5c\x9c\x7d\xe3\x17\x3b\xce\x3a\x8b\x72\xc7\xc8\x3f\x72\x9a\x42\xa6\xf2\x9c\x49\x31\x25\xf2\x9b\x64\xc9\xce\x53\xfb\x34\x7e\x6d\x50\x2d\xd1\x19\x24\xca\x6f\xf0\xf0\x7e\x44\xdf\x6f\xf1\xea\xdc\x3b\xa2\x49\x4f\xce\xb8\xe1\x58\x26\xab\x6e\x6f\x5b\x59\xc1\xc0\x05\x74\x9a\x5f\x88\x20\x47\x6c\x88\x3c\x5d\xa2\x77\x25\x0e\x34\xcb\x35\x82\x23\xe4\x60\x76\x83\x77\x24\xa6\xe3\xe2\xa2\xf6\xd2\x38\x85\xf1\x46\x4c\x09\x4e\x51\x3c\x1c\xaf\x88\xda\x5d\x27\x6f\xcc\x03\xd6\x16\xf4\xbc\x1c\x55\x30\xdb\xed\xc4\x0d\xe1\x71\x78\x29\x3d\x06\x84\xa6\x31\xa4\xcb\x45\xae\xa2\x7b\x20\xa3\x78\xf8\x69\xa0\x01\x97\x96\xaf\xcd\xc5\x45\x55\xd6\x16\xdf\x02\xb1\x98\xcb\x18\x88\x55\x59\x23\xfe\xdb\x77\x49\xe5\xd2\xd1\x41\x43\x13\x31\x19\x58\xd7\xe8\x87\xef\x73\x43\xe4\x4f\x9a\x35\x1b\x44\xa8\x5c\x6b\xb5\x3d\xd9\x0b\x5b\xbd\x5c\xd1\xe8\x1b\x25\xda\x11\x58\xe8\xbf\xb0\x7c\x35\x92\x0c\x9e\x04\xc5\xb6\x69\xba\xf0\xf6\x68\x3e\x7c\x16\x5c\x37\x04\x2f\xee\x57\x0b\x7e\xc2\x70\x58\x83\xa8\xdb\x23\xcd\xd4\x71\x8a\x9a\x57\x87\xaf\x7e\x6b\x65\x98\xd8\x27\xd5\x44\x8b\x6e\xb3\xf6\x5d\xa2\x2b\xdd\x20\xff\xc1\x39\x7d\x0b\xe3\xc7\xe8\x02\xc1\x60\x5a\x92\x01\x5b\xf9\x81\xc3\x0f\x62\x96\xa6\x4b\xbf\xdc\x8b\x5c\xb8\xd3\x2a\x7b\x3c\x44\xb3\x59\x54\x27\xc8\x88\xe1\x5b\x90\xc9\xc2\xb7\x58\xba\x0c\x5f\x69\x88\xe3\x81\x38\x57\xc5\x98\x72\xfe\x64\xa2\xcc\x3f\x1c\xee\x30\x17\x02\xc9\x1d\x77\xf0\xc5\xa1\x35\xf0\x9d\x3b\x5f\x46\x15\xfc\xea\x0e\xbe\xf9\x06\xb8\xae\xfb\x13\xa0\x98\xfd\xe6\x4e\xbe\xcb\xef\x00\x7f\x5c\x86\x36\x94\x4f\xdc\x72\xf6\x56\x11\xa6\xa9\x9d\xc7\xa2\xc0\xb1\x90\x9b\x6b\xcc\xda\x80\x57\xdb\xf4\xea\x24\xdf\x65\xcb\x6d\x4f\x83\x5f\x48\x16\x39\x8d\x65\x91\xe1\xa1\x50\xc6\x93\x1c\x09\xc2\x4e\x61\x3c\x3a\x60\x8c\x2c\x15\x1b\x12\x1b\x16\x24\xf9\xb1\x06\xae\x3e\x68\x3a\xaf\xf2\xa4\x55\xf5\xe5\x24\x7d\x49\x89\x02\xeb\xc2\xb8\x01\x11\x38\xca\x6e\xca\xca\xa3\x6d\x08\xb3\x64\x73\x30\x3b\xfc\x8b\x55\x8d\x99\x1e\x7c\xbf\xf9\x85\x98\x1d\x95\x69\x35\x5a\x2a\x31\x8c\x3d\x4b\x2c\x62\x9f\xb8\x3e\x14\xb1\x5d\xbe\xb7\xfc\x0c\x46\xba\x4a\x95\x84\x46\xea\xcb\x03\xd8\xfd\x4b\xb3\x01\xbe\xd7\xe4\x4f\x6f\x3e\xd6\x62\xa5\xa1\x38\xe5\xd1\x3c\xb6\xa0\xc3\x19\x3f\x85\x13\xfe\xed\x89\x22\x67\x8e\xc0\xa0\xd0\x45\x45\x97\xf5\x41\x52\xf9\xb1\x2c\x98\x7e\x68\xd4\xb2\x5f\x65\x67\xbb\xa0\x58\x44\x75\x5f\x58\x0e\x65\x45\xe7\xb7\x58\x29\x81\xb1\xed\x6b\x4c\x73\xd3\xec\x3d\xbd\x3e\xf3\xb3\x54\x00\xd5\xa1\x87\xfe\x6c\xbd\x46\xf1\x53\x16\x01\x27\x2f\xd9\x9c\x38\xbd\x83\x5f\x5d\xce\xfb\x40\xa6\x5a\xa0\xba\x70\xd6\xe9\x5f\x06\xe4\x54\x56\x8a\x76\x7b\xa5\xb0\x1f\x47\x52\x58\xb4\xe7\x07\xb9\xda\x53\x02\x18\x80\x27\x7a\x28\xea\x9b\x69\xb1\xe2\x03\x9c\xef\x06\xb1\xc0\xc8\xc6\x3d\x3e\x7d\xf2\x7c\x00\x3a\x41\x95\xa4\x64\x44\xc3\xe4\xfb\x14\xc5\x62\x27\x96\xe9\x49\x90\xff\x4a\x0a\xb8\x6f\xf8\x7c\x60\x0e\x11\x61\x3e\x3a\x29\x3c\x70\xbb\x2d\x3d\xb3\x86\xff\xa2\xe6\x71\x00\x76\xfa\x5d\xfb\x3d\xc0\xf0\x83\xde\xf8\x61\x0e\x3d\x09\x08\xda\x1c\xf9\x82\x1e\x1a\xf3\x80\x38\x68\x15\x38\x8a\x20\xae\xb0\x6d\xe5\xca\xda\x30\xee\x01\xbc\xc2\x1d\xc0\x11\xdf\x82\x1f\x3f\x60\x7b\x39\x94\xeb\x59\xde\xc6\x82\xc1\xf9\xc6\xa3\xc8\x35\xfc\x11\x97\x78\xf2\x15\x08\x64\x94\xf0\x85\x0e\x47\x5c\x75\xbd\xf2\x6b\xc9\x37\x28\xc9\x82\x76\x7a\x03\x53\xe1\x75\xc6\x60\xe2\x55\x79\x61\x07\x17\x35\x7a\xb4\x27\xa6\x7f\xd9\x75\x5b\x27\x39\x7f\x28\xf7\x07\xbd\xd0\x3e\x98\xe8\x2d\x4d\xa6\x43\xdf\x96\x74\x3b\xb7\x7f\xcf\x7e\xd8\x18\x34\x0a\x0d\xc0\x85\x09\xce\xbd\x72\x44\x90\x37\x1f\x22\x50\x3d\x77\xeb\x56\x88\x7e\x74\xf6\xbe\x97\x6f\xb1\x00\xb4\x7f\x47\x23\x99\x07\x01\x63\xa1\x8d\x0b\xd5\x11\x74\xb6\x6a\x81\xad\xbd\x64\x2f\x3a\xdc\x25\xf8\xe9\xcb\xe2\xc3\xad\xdf\x1c\x60\x76\xd1\xa3\x29\x18\x06\x5e\x98\x00\x8b\xef\x65\x86\x77\x32\xf5\xb3\x7f\x67\xd3\xbf\xaf\xa9\x25\xf6\x1d\x8a\x9a\x76\x7c\x83\x15\xd5\x6d\x34\xa7\x1e\xb9\x41\xd2\x05\x73\x90\x38\x15\x6c\xe2\x75\x16\x1d\x2b\xac\x17\xd2\xa0\x36\x62\xb7\x93\xfd\x47\xdb\x1e\x75\xa0\x7e\xb4\xea\x99\xca\x3f\x17\x98\x0e\x2e\xe2\xaf\x3e\xfb\xaa\xba\xa6\x6a\x2d\xca\xf5\x80\x29\x07\x80\x2b\x4b\x5e\x82\x1f\x29\xa1\x7a\x48\x5b\x56\x99\xf4\xea\xca\xd7\xc5\x5d\x47\x4f\xd9\x63\x71\x0a\x0d\x43\x21\x5b\x0b\x5e\x9d\xce\xcf\xf5\xbd\x5e\xf6\xad\xf1\x20\x68\x5d\xf0\x40\x0f\x6d\x78\xd7\x77\x00\x57\xd6\x2c\xea\x32\x34\xde\xba\x9c\x5b\xef\x4c\xc5\x85\x26\x6a\x94\x14\x3b\x86\xa5\xa8\x54\x51\x1c\x93\x67\x83\x07\xd0\x38\x80\x09\x2f\xc1\x34\xad\xa7\xaf\x14\x04\xe1\xf8\xcb\xe2\xeb\xf8\x86\x30\x9e\xe4\x60\xd3\xb5\xa4\xd9\xce\x9f\x6f\x67\xa3\x81\x47\x0e\x92\xf5\x78\xef\x9c\xdc\x31\xfb\x3c\x8d\x5e\x97\x74\x13\xb9\x79\xc9\xf3\x9b\x96\xec\xb5\xc6\x51\xd3\xfd\x05\xfc\x8d\x4f\x6c\xa4\x9e\xe6\x49\x12\xa6\xbb\xfc\x64\x6d\x6b\x6b\x9f\x5e\x3d\x86\x85\xef\x78\xda\x44\xc3\xd6\xe7\xe4\xbe\x0e\xcf\xc9\x99\x03\xef\xe0\xfa\x27\x49\xa1\xd1\xcb\xf2\x7d\xa3\xb1\x09\x83\x67\xf8\x5c\xbb\xfa\x6a\x58\x97\x1e\xaf\x4b\xc0\xb0\xf0\xdf\xb4\x61\x9e\x22\xbf\xdb\xfa\x73\xf4\xb4\x69\xf4\x74\xaa\x4e\xf1\x2b\x36\xc0\x7f\xc5\x93\xfd\x5d\xf4\xa6\xa9\xb4\x92\xbe\x29\x28\x4f\x0c\x25\x0f\x67\xc5\xad\xc9\x9b\x81\xe3\xc6\x92\xb7\x64\xe5\x9d\x5c\x5c\xfb\x3a\xcd\xfd\xff\x69\x43\x9b\x78\x66\xec\xe7\xf0\x1c\xda\x6f\x1e\x9c\xcf\x81\x4c\x5b\xc1\xbf\xca\xb6\x9c\x40\x0d\xde\xe0\xc9\xdd\x0d\xc8\x42\xd9\xd9\x3a\xb3\x8e\x36\x95\x1e\x68\x30\xeb\x64\x34\xb4\xaf\xf1\x33\xb2\xa3\xad\x1f\x20\x8b\x3e\x44\x49\x4f\x0d\xfe\x48\x4f\xff\xd1\xdb\x90\x9e\x8f\x59\x7a\xf5\xec\xae\x7f\xf8\x10\xb0\xbe\x6b\x9a\xea\x75\x66\xd6\x80\x61\x66\x65\xb3\x8b\xb6\xd9\x50\x60\x22\xfb\x4a\x98\x4b\x20\xb5\x19\xfe\xe6\xbf\xbe\x76\xf8\xf2\xcc\xd7\x9a\xbb\x34\xfb\x7a\xc3\xbf\xe1\x64\xf5\x1d\xfc\xbc\xe4\x9f\x0c\x5b\xf0\x8f\xe2\xe6\x23\xfc\xb8\xd6\x8a\x78\x61\x03\xf5\x80\x38\x71\x4d\xa0\x17\x5f\xef\xf8\x6f\x94\xba\x33\x67\x81\xcd\x15\xd0\x0f\xce\x5a\xde\x69\xd4\x54\xa9\x19\xf5\x63\xd3\x42\xee\xdb\x65\x97\x4d\xdf\xa6\x25\x38\x0c\xf4\x09\xd9\xa5\x9f\x71\x40\x2e\xbb\xb6\xf6\xed\xb0\x17\x1c\x1b\x71\xab\xee\x72\xd0\x87\xc5\xd4\x3d\x3b\x8b\x17\x54\x77\x69\x05\x71\xac\x2e\x6b\xcd\xf5\x42\x07\xec\x07\x89\x1f\x75\xa0\x3a\xb8\xec\xa7\xa2\x6d\xb6\xf8\xa8\xc4\xeb\x4c\x9f\x0f\xd2\x77\x83\xce\xfb\x9b\x5f\xaa\xce\x92\x3b\xed\x9f\xfa\x9b\x8f\x39\x61\xa8\x93\xec\x09\x94\x3c\xa3\xf5\x8e\xb6\xb3\x4c\xdf\x15\x2b\xeb\x6d\x2f\x96\x8f\x67\xa3\x1c\x01\xc3\x6a\xb2\xfb\x28\x88\x61\x20\x10\x19\x5a\x60\xeb\x17\x4b\x90\x36\x4e\x11\xf5\x54\xe5\xa9\xb4\x4a\xfe\xc5\x9f\xff\x4c\x8f\x53\x82\xfa\xf8\x97\xbf\xe4\x4f\x1f\x7c\x99\xdb\x77\x98\x1a\x3d\xb7\x01\x5e\x6f\xf3\x01\x76\x63\xde\x3d\x4a\xc0\x31\x19\x08\x45\xf4\xd0\x3d\xb3\xe7\x1a\xd2\x7c\x96\xfd\xdf\x00\x00\x00\xff\xff\x0a\x57\x4a\xa9\x6f\xcd\x00\x00") +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") func confLocaleLocale_esEsIniBytes() ([]byte, error) { return bindataRead( @@ -4357,12 +4358,32 @@ func confLocaleLocale_esEsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 52591, mode: os.FileMode(493), modTime: time.Unix(1453724970, 0)} + info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 55239, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\xbd\xdb\x8e\x1c\x47\x92\x26\x7c\x9f\x4f\x11\x62\x83\x28\x12\xa8\x4a\x41\xad\xf9\x0f\x10\x94\xec\xbf\x58\xa4\x24\x36\x8a\x54\x35\x8b\x62\xff\x58\x81\x48\x45\x65\x78\x66\x05\x19\x19\x91\x0a\x8f\x28\xb2\xd8\x68\x60\x6f\x1b\xd8\x07\xd8\xcb\xc6\x5c\xec\x8a\x33\xc0\x5c\xcd\xcd\x62\xee\xba\xde\x64\x9e\x64\xed\x33\x33\x3f\x45\x44\x16\xa9\xc6\xcc\x0e\xa6\xc5\x4a\x0f\x3f\xbb\xb9\xb9\x9d\x2d\xdf\xed\x96\x85\xb1\xab\xc5\x0f\x75\x66\x4d\x7b\x55\xae\x4c\xf6\x6d\xd9\x65\x79\xdf\x35\x47\x97\x37\x1f\x2e\x4c\xbb\xb9\xf9\x90\xd9\xbc\xb6\xd9\xae\x2d\xad\xc9\x0a\x93\x75\x37\xff\xd4\x99\xd9\xec\xb2\xd9\x9a\xc5\xf1\x6a\xd5\x9b\xb2\x9a\x15\xb9\xbd\xbc\x68\xf2\xb6\x58\xbc\xc8\x2f\x2a\x93\xf7\xa8\x78\xd1\xb4\xc5\xcc\xbc\xdb\x55\x4d\x6b\x16\x8f\xe5\xdf\x76\x76\x69\xaa\xdd\xe2\xb8\x2c\xcc\xcc\x96\x9b\x7a\x59\xd6\x8b\x93\xa6\xae\xcd\xbb\xb2\xa9\xa5\xa4\xe9\xbb\xc5\xa3\x9b\x0f\xab\xb4\xb4\xdf\x2d\x9e\xd4\x76\xd5\x96\xbb\x0e\x65\xad\xd9\x94\xb6\x33\xed\xe2\xfc\xa0\xe4\xe2\xd6\xcc\xde\x9a\x0b\x5b\x76\x66\x71\x4e\xff\xc9\xe8\xc7\xec\xca\xb4\x96\x2a\x2f\x5e\xca\xbf\xb3\x5d\xbe\x31\x8b\x33\xfa\xcf\xac\x33\xdb\x5d\x95\x53\xdd\xa7\x4d\x71\xf3\x4b\x65\x66\x55\x5e\x6f\x7a\x7c\x3e\xc5\x1f\x66\xb6\x6a\x0d\x7d\x5e\xd6\xe6\xed\xe2\xa4\xbd\xf9\x60\xda\xf9\x7c\x3e\xeb\x69\x8f\x96\xbb\xb6\x59\x97\x95\x59\xe6\x75\xb1\xdc\x62\x65\x67\x5c\x90\xf5\x5d\x59\x95\x96\x1a\xf5\x6d\x66\xba\x6c\x57\xf5\x96\x67\x6e\x0a\x5a\xe3\x32\xb7\xb2\xcc\x55\x47\xfb\x69\xea\xac\xcb\xeb\x2e\xfb\x99\x06\xe2\x4e\xeb\x9c\xf6\xf2\x59\xb3\xcd\x8a\x83\xa8\x9b\x99\xd9\xe6\x65\xb5\x78\x7c\x84\x7f\x68\xf2\xd6\xbe\xa5\x1d\xa5\x29\x77\xd8\x5d\xfc\x36\xb4\x0f\xcb\xee\x7a\x67\xd0\xf9\xba\x6c\xb7\xe6\xfd\x6c\x95\xef\xba\xd5\x65\xbe\x38\x91\x7f\x67\x54\x65\xd7\xd0\xbe\x34\xed\x35\xb6\x75\x77\xf3\xaf\xdd\xac\x69\x37\x79\x5d\xbe\xcf\xb1\x95\x8b\xef\xf9\x87\xe5\x1f\xb3\x6d\xd9\xb6\x4d\xbb\x78\x5a\xb6\x4d\xd9\xce\x68\xf9\x4b\x34\xa7\xb9\xf5\x57\x38\x55\xd7\x01\x3e\x6c\xcb\x4d\x8b\x2d\xe4\x6f\x55\x65\x32\x29\x40\x2f\xf2\x99\x7b\x72\x2d\xb7\xa1\xc7\x75\xd3\xbe\xf1\xe5\xdf\xd0\x0f\x2e\xa5\x39\x85\xae\xd2\x39\xe5\x35\x9d\x0c\x57\xf8\xf6\xe6\x03\xc1\x50\x56\x19\x9b\x54\xb1\xb3\xbc\xd8\xd2\x2e\xef\xf2\xda\x54\x8b\x63\xfc\x4d\xd0\xa1\x93\xc9\x57\xab\xa6\xaf\xbb\xa5\x35\x5d\x57\xd6\x1b\x4b\x10\xd0\xe6\xdb\x9b\x5f\xba\x96\x7a\x29\xfa\xec\xa4\xd9\xee\x08\xa0\xa7\x3e\xcf\xae\x9b\xde\x9f\xf8\xe2\x65\x43\x65\x99\xfc\x92\x2f\xbe\xcd\xcb\x86\x2e\x48\xd4\x0e\x2b\xb2\xcb\xb5\x31\xc5\xe2\x9b\xaa\x7f\x47\xe7\x9a\xaf\xba\x3e\xaf\x4a\x3a\x7e\x3b\xdb\xf5\x55\x45\xfb\x4a\xc7\x6f\x3b\x1a\x8f\x7e\x65\xcf\xf5\xd7\xac\xb4\x96\xfe\x00\x50\x5d\x54\x37\xbf\x6c\xd1\xd7\x2a\xaf\x57\x58\x56\x5d\xf7\x15\x5d\xa0\xd9\x8f\xd6\xe4\xed\xea\xf2\xd5\x4c\xfe\x5d\x3c\x37\xab\x4b\xd3\xe2\x7f\x00\xd2\x89\xe3\x06\x88\x2d\x7e\x88\x00\x8b\x07\x09\x63\xcc\x56\x4d\x01\x10\xa2\x3b\x39\xfb\x91\xae\x53\x97\x57\xd5\xab\x99\xfe\x81\x6b\x87\x7f\x65\x33\xbb\xb2\xa3\x9d\x40\x51\xdb\xaf\x78\xeb\xb3\x1d\xed\x44\x56\xe5\xb4\x31\x66\x5b\xde\xfc\x42\x5b\x64\xde\xd1\xf5\xed\xb9\x7e\xd1\xac\xde\xd0\xa5\xc1\xa5\xc7\x65\x2d\xb3\xab\xa6\xb7\xae\x82\x79\x9f\x7d\xdb\x6c\x6c\xb6\x69\x6f\xfe\x91\x30\xcf\xcd\x5f\xb3\x47\x5c\xfd\x30\xdb\xd2\x7a\x4a\x40\x79\x45\x17\x1b\x9d\x7f\x9d\xd3\x95\x69\x37\xa6\x5b\xdc\x59\x5e\xd0\x65\x7d\x73\x27\xbb\x6c\xcd\x7a\x71\xe7\xae\xbd\xf3\x80\x8e\x64\x75\xf3\xa1\xe8\x5b\xf3\xf5\xe7\xf9\x83\x2c\xef\x3a\x53\x77\xe5\x95\xd9\xd2\x3f\x59\x7e\x85\xab\x46\x5d\x6d\x9b\xa2\x5c\x97\x04\x3d\x3f\xf7\x4d\x89\xbb\x97\xd1\x98\xb6\x21\x74\x67\x69\x01\x2b\x3a\x4a\x5c\xaa\x8d\xc9\x3e\x9b\xe1\x6c\x08\x89\x2c\x8b\x0b\x41\x8f\x3c\x4b\x2e\x34\x6d\x97\x3d\xbd\x3e\xff\xc3\xe9\x61\x76\xd6\xd8\x6e\xd3\x1a\xfe\x9b\xfe\x43\xf5\xbf\xcc\x9a\x3e\x7b\x51\x3e\x7a\x38\x9f\x51\x4b\xd9\xaa\x04\xd8\x78\x29\x17\xb9\xe0\xd1\x82\xf0\x01\x61\x16\xcb\x75\x71\x87\x5f\xd0\x7f\x18\x6f\x0e\x2b\x5c\xd2\x48\x8b\xef\xe8\x24\xcd\xf8\x28\xa7\xd1\x02\x75\x19\x70\xca\x44\x8f\xf4\x5d\x8f\xe4\xa5\xe9\x4b\xba\x71\xef\x15\x7f\xf1\xe5\xa2\xad\x62\x34\xf6\xe4\xd9\xb3\xef\x1f\x3d\xa4\x1d\x34\x2b\x94\xbe\x36\x8c\xd6\x57\xb4\x22\x42\x63\xbf\x60\x45\x7d\xb7\xfe\x7f\x97\x1b\x53\x9b\x36\xaf\x96\x74\x62\x0c\x0b\xbc\x3f\xf3\x99\xb5\x15\x21\xc8\x82\x71\xac\xc9\xce\xcf\x4f\x69\xae\xdd\xe5\xe2\xe4\x92\xc0\x84\x90\xfa\xcf\x15\x76\x58\x67\x71\x4a\xdd\x72\x39\x2e\xe4\xba\x5c\x5d\xe2\x9c\xa6\xb7\x6b\xbc\xd7\xa6\x6d\x97\x84\xcf\xbb\x6b\x9c\x17\x8f\x11\x75\xf7\x49\x7d\x64\x35\x6d\x9c\xe9\xbb\x8c\x9e\x36\x82\xb7\x2b\x7a\x9d\xa4\xdb\xb2\xbe\xa2\x4b\x5b\xd0\x59\xba\x1d\xa5\xae\x6b\xd9\xd4\xa9\x7e\x93\xce\xe8\x05\x23\x40\x2c\x05\x5d\xc5\xbb\x76\x67\x7e\x07\x23\xdf\x39\xba\x33\x9f\xd5\xcd\x52\x70\x17\xde\x93\x82\x4e\x95\x9e\xcf\xa5\xbc\x6e\x82\xbf\x08\xb7\xd0\x8d\x41\x9f\x40\x8e\xef\x71\xc0\x59\x41\x58\x84\x7a\x23\x10\xa7\xce\x0f\x4c\xad\xf5\x05\xe0\xf9\xb5\x5e\xf1\xa3\x95\xf5\x35\xcd\x02\xe8\x2d\xcb\x03\x52\xa4\xa3\x8d\x37\xcd\xa1\x4e\x85\xa3\x53\x3e\x7e\x0f\x4a\x38\x90\xc9\x2e\x26\xf7\x6c\xe6\x60\x61\x0c\xfc\x84\xba\x69\x8f\xda\x1c\xd8\xd0\xf0\xbd\x9f\x81\xfc\x88\xc1\xb4\x3a\xa0\x92\xaa\x5c\x29\xde\xd6\xaf\x0e\x46\xe4\xf9\xc7\x16\xac\x19\xcd\xf0\x62\x2b\x7f\x1c\x57\x8c\x9d\x9b\xe8\x55\xc8\x4a\x82\xc8\xcf\x18\x21\x0a\x58\x3c\xc6\xa3\xbf\x92\x86\xcf\xf3\x55\x59\xf3\xea\x1c\x96\xf4\xf5\xdc\x80\x2f\xb0\xf1\x38\xbb\x42\x6a\x58\xa6\x8d\xe8\x8c\xf0\x78\x5b\x10\x4c\x0d\x6f\x37\x1d\xcb\x86\x48\x1f\x3a\x13\x8c\x48\x18\xb8\x27\x72\x05\xf7\xf4\x71\xdd\xb5\x72\x08\xf1\x8d\x75\x9f\x3d\xec\xc7\x6f\x3e\x81\x12\xe8\xaf\x2b\x7a\x2b\x33\x7a\xb8\x6e\x7e\xb1\x40\x8b\x04\x6a\xad\xce\x37\x9e\x0e\x91\x19\x0e\x93\xb6\xbc\xa3\x84\x77\x1a\x22\x16\xea\xc5\x23\xfe\xc7\xe8\x4f\x37\xd2\x89\xa1\x8e\xf2\xf5\x9a\xa8\x10\x23\x0b\x6b\xfa\x8b\x0a\x38\xbc\x38\xf8\xe1\xf9\x29\xdd\xd1\xef\x70\x6d\x2f\x97\xbb\xa6\xed\x16\x67\xf4\x1f\x14\xf9\x12\xd7\xcd\xb3\x7e\x4b\x07\xd9\x30\x88\xa0\x8e\x4c\x9f\xe8\x1a\x7a\x01\xf5\x18\x40\x4c\x62\x35\xd4\xfc\x10\x67\x54\xe5\xf4\xe4\xd0\x24\x01\x25\x82\x24\x12\x10\xce\xb3\x75\x53\xf3\x73\x52\xcb\x1b\x39\x9f\x5d\x76\xdd\x2e\x9a\xc7\x77\x2f\x5e\x9c\x85\xb2\x7d\x33\x01\x52\x4f\x80\x28\x03\x1d\x89\xed\xc9\xe7\x0c\x4f\x7d\x5b\x2d\xb0\x52\x06\xb6\xe3\x01\xb0\xd1\xc7\x4f\xdd\x29\x4c\xe7\x73\xfc\xe7\x1c\x87\x40\x0b\x94\xbb\x4e\xf8\xf1\xc0\x30\xb9\x46\x57\xa1\x61\x4a\x75\xf2\x2e\xac\xf3\x55\x5f\x75\x34\xf2\xda\x0a\x91\x37\xf5\x58\xf4\xd9\xb9\x92\xe4\x34\xdb\xa7\xc6\x5a\x7a\x9b\xda\x92\x08\x95\x2d\xed\x42\x78\x12\xb2\xf3\xa7\xb4\x35\x5c\xb8\x6e\x9b\x2d\x5e\xf5\x2b\x53\xcb\x9b\x17\x8a\xdd\xc2\x8e\x0b\xea\x5b\x90\x16\x21\x8e\x77\x3b\x7a\x36\x4b\xc0\xdd\x61\xf6\xfc\x9b\x93\xec\xff\xfa\xf2\xb7\xbf\x9d\x67\xe7\x00\xc1\xbe\xc6\x85\x97\xca\xb4\x85\x2d\x8d\x5c\x65\xb6\xa4\x1b\x64\x0e\xe5\xd5\x24\xe2\x8d\x28\xb9\x6d\xde\x65\x77\xe8\xfe\xde\xc9\xbe\xe6\x95\xfc\x7f\xe6\x5d\x8e\x4a\x73\x42\x1a\x0f\xe6\x33\x14\x11\xa8\xcb\x75\xe0\x9d\x19\x0d\xed\xea\x4c\xbe\x64\xe3\xda\x8e\xf2\x5f\xae\x84\xe4\x25\x1e\xc4\x43\x91\x16\xc9\xd1\x73\xcb\x32\xe2\x19\x78\xa3\xeb\x86\x76\xfd\x3a\x6e\xc4\x25\x0e\x5e\x00\xc2\x72\x82\x33\x86\x61\xd0\x78\x7c\x08\xd3\x27\xe4\xe0\xdc\x74\x7c\x33\x89\x6f\xc2\x07\x6d\x62\x67\xcd\x7a\x5d\xd1\x35\x94\x67\xd0\x0f\xc9\xa4\x88\xc9\x2e\x9b\xd6\x66\x81\xcb\x89\xeb\x12\x90\xef\x88\xe1\x79\x14\xdf\x11\x93\x9d\x3c\x7a\x46\x94\xd1\xcd\x3f\x6d\x0d\x38\x08\x22\x7a\x0a\x21\xc1\xe6\xd9\x0b\xc0\xb8\xe0\x2a\x9c\x18\x1d\xd7\xca\x78\x04\x05\x84\xd5\x96\x17\x3d\x3f\x50\xd4\xb0\x6a\x56\x39\xc1\xa7\x7b\x6b\x88\x66\xbf\xca\x89\xb6\x1a\x8e\xe6\xf9\x41\xfd\x3e\x6a\x30\x31\x49\x57\x57\x2e\x05\xcd\x40\x67\x42\x90\x67\xe5\x6e\x5b\xcc\xe2\x30\xeb\x1c\x6a\x95\xfa\xa8\x49\x33\xa5\x8b\x5f\xd1\x85\xbd\xcc\xc1\x75\x32\x41\xcd\x75\x22\xf4\x68\xf1\x6e\xa2\x9c\xd0\xc7\x9a\x76\x3b\x2c\x23\x79\x32\x07\x4b\x01\x98\xf6\x84\x82\x08\x31\x15\x09\x44\x4c\x35\x9e\xde\xfb\x7d\x5d\xd0\x5d\x30\x7d\xa5\x6b\x49\xde\x47\xac\x9a\x5e\x06\x5a\x96\xbe\xc5\x00\x10\x79\x49\x09\x4f\xd3\x0d\xc5\xc0\x8e\x59\x13\xd8\x78\xcf\xa7\xac\x7c\x5b\x5a\xc3\xcd\x8a\xee\x58\x2d\xb4\x07\x13\x26\x02\xb4\xda\x44\x29\xf1\x03\xe6\xde\x07\x44\x01\x5f\x86\x68\x23\xe7\x42\xe3\x12\xfb\xa8\x5c\xf8\xf2\xaa\x24\x5e\x57\xfb\x6f\xf9\xfa\x7b\xd8\x94\x8e\x09\x1d\x96\x60\x32\x78\x21\x20\x94\xed\x64\x1f\x3a\xd3\x73\xda\x16\x05\x49\x3d\x7d\xa3\xd0\x0e\x16\xd8\x84\xdd\xe1\xa7\xae\x72\x5d\xce\xb3\x53\xfa\xf3\xaa\xb4\xa5\xec\x61\x5e\x37\xf5\x35\x71\x41\x4a\x00\xb5\x0c\xd1\xdc\x84\x71\xbd\x6b\xc6\x74\xa9\x9b\xee\xe7\xe9\xda\xe7\xca\x1c\x2a\xb3\x26\x14\xbd\x10\x55\x07\xb9\xa3\xa8\x2e\x0c\xe1\x34\xc6\x19\x1f\xa3\x9c\xb2\xf4\xbd\xce\xaf\x81\x6a\xab\x83\x27\x8f\xb2\x45\xf6\x05\x61\x80\x36\x67\xf1\x09\x90\x10\x4d\x51\x58\x90\xf0\x90\x1f\xe4\x09\x73\xea\xe6\x36\x89\x5c\x26\xc7\xd7\x06\x7b\x24\x06\x03\x5a\x2e\xe1\x09\x14\x39\x86\xaf\x5e\x66\xa0\x24\x7f\xa8\x2a\xdd\xc4\xe2\x07\x25\xcf\xd2\xa9\x28\x87\xb8\xdc\x10\xe9\xe1\xd8\x44\xa5\x44\x66\x04\xe5\xdd\x72\x53\x76\xcb\x35\xb0\x3b\x93\x95\x28\x52\xc2\x99\x96\x26\x80\x7c\x87\xaa\xdc\xc9\x72\xbc\xd3\x97\x0d\xa1\xa8\xec\xab\xec\xee\x95\x32\x07\x5f\x02\x59\x2f\x09\x43\x94\x15\xae\x82\xf2\xdf\x2a\xd4\xc9\x76\xf4\x20\x97\x74\x54\x0c\x19\xad\xa9\x0b\x3e\x47\xc2\x6f\x8c\x3f\x8c\x23\xf1\xe7\x99\xe7\x70\x22\xf4\x22\x98\xdf\x75\x75\x51\xd6\x7c\xb3\x1b\x40\x78\xc9\x02\x08\x3a\x2b\xe1\x08\xdd\x1b\x78\x97\x2e\xad\xe3\x06\x88\x17\x50\x60\x1a\xb2\x77\x23\x86\xa0\xac\x57\x4d\xdb\x12\xcc\x5b\x59\x99\xeb\x22\x10\xa5\xc2\x0f\xf1\x5c\x62\x3a\xaf\x77\x64\x5e\xa6\x4d\x8c\x74\xe0\xa9\x47\xec\x0d\x01\x19\xf1\xff\x29\x40\x12\xc0\x11\x04\x13\x6c\x63\xb7\xb1\x25\x55\x0a\xaf\xab\xae\xa7\x97\x9c\xfa\xb2\xd9\xd1\x03\xfa\xef\xcc\xd2\x25\x90\xc7\x74\xe3\x0f\x2b\x0f\x64\xad\xf1\x47\x86\x1a\xbd\xc0\xed\xe8\xc4\xdc\xba\x92\xab\xf6\x49\x00\xed\xd7\xe7\x77\x48\x80\xca\xf6\x2b\x7a\x3a\xec\xe2\x61\x69\x6a\x42\x14\x74\xdb\x3f\xcb\x9e\xe1\xd6\x5a\x82\x1d\xaa\x7c\x49\x6d\x0d\x31\x13\xc0\x03\x2c\x54\xc8\xaf\xe9\x8c\x69\x4e\x84\x3b\x18\x04\x0f\xb3\x7c\x4b\x3b\xf5\xfe\x48\x44\x0e\x1d\x43\x09\x55\x71\x17\x1d\xc5\x44\xa6\xfd\x08\x41\xe6\xab\x59\x2f\xac\x46\x53\x15\xa0\x2b\xf9\x62\x45\x44\x3b\x9e\x9d\x81\x1c\xce\xd5\xd5\x3b\x76\xc6\x17\xc7\xbe\x2d\xe9\x44\x96\x5e\x1c\xba\x64\xba\xf0\x5d\xb7\x78\x98\xdb\x15\xa4\x37\x8c\xe1\xa5\x8c\x0f\x39\x12\x97\x3e\x84\xb8\x74\x7b\xcd\xa0\x61\x17\x4f\x23\x42\x9f\xae\x6e\x45\x57\xa0\xc1\xde\x5f\x19\xad\xf0\x9c\x5e\x40\x48\xc3\xea\x8e\x20\x16\xa8\xd5\x57\x21\xa2\x92\xba\x21\x4e\x48\x7a\x49\x05\x65\xf4\x45\x24\x73\xf2\x51\x04\x7d\x76\xc6\x98\x9b\x45\xba\x2f\x81\x5c\x09\x2c\x54\x12\x35\xa7\xe3\x64\x59\x97\x8c\xfa\x08\xcc\xe5\x55\x13\xcd\x6d\xf6\xa3\x8a\x78\x5f\xcd\xa6\x26\x46\xdf\x09\x1d\x5e\xbe\x8a\x24\xaa\x4b\x95\xc8\xa9\x64\x15\xa8\xd6\x49\x03\x55\x16\xe7\x69\xbc\x4b\xb3\x03\x69\xb8\xb5\x1b\x3c\xc8\xaf\xe9\x56\x7a\xdc\x4e\x90\xf7\xbb\x4c\x65\xaa\xee\x90\x3f\x9b\xd9\x66\x55\xe6\xd5\x72\xaa\x83\xb3\x86\x4e\x88\xfe\x1f\xcc\xc7\x41\x40\xef\xbf\xcb\x8e\x2d\x5a\x51\x1f\x15\x64\x3f\x29\x4d\x20\x02\x5f\xaa\xc8\x04\x41\x43\xf8\xe3\x90\x5f\x9d\xf4\x89\x21\xb2\x84\xd0\xfc\xcd\x07\x08\x77\x3d\x63\x43\xff\x46\xc8\x07\x80\x40\xc5\xcc\xb0\x0f\x2e\x00\xe8\x48\x42\x55\x43\x5a\x06\xd3\x06\x02\x8e\x06\xce\xb3\x93\x98\xc2\x05\x21\xf4\x54\x90\xb3\xcd\x1e\x0f\x66\x94\x8f\xe7\x63\xf0\xea\x6f\xcd\xf6\x02\x5d\x1b\x7a\xa2\x41\xa0\x5d\xb1\x88\x82\xe5\x63\xe5\x8c\xc8\x9c\x0d\xe1\x95\xe1\x03\xc2\xc0\x9d\x35\x82\x71\xb9\x92\xf9\x48\xa5\xbf\xfd\xf5\x77\x4e\x6e\x4f\x98\xea\x2d\x61\x02\x7d\xa3\x75\xcf\xf5\xe8\xc1\x9d\x76\xcc\xad\xcc\x67\x31\xf1\xce\x2b\x27\x34\x52\x77\x6e\xfb\x7f\xa8\x89\x50\x57\x51\xb2\xbe\x47\x09\xb5\x4f\xa0\x21\xeb\x25\x6c\xd1\x5c\xd3\xbf\x54\xf0\xf5\xc5\x83\xbb\xf6\xeb\xcf\x2f\x1e\x44\xe7\x40\xdb\xd0\x8a\x18\x50\x38\xd5\x8b\xe6\xe6\x5f\x3a\xc6\x71\x34\xa3\x95\xd9\x09\xeb\x00\x28\x27\x10\xa1\xbd\x23\x9a\x0f\x1f\xef\x16\x82\x70\x54\xdc\x89\x75\xd0\x91\x74\xbe\x9b\x11\xc9\xc1\x04\x9d\xdc\x1c\x07\xee\x8e\x01\x90\x16\x1e\xd4\x79\x95\x55\xb9\x2d\xbb\x31\xa8\xe1\xa6\x41\x98\xc9\x17\xdf\x8a\x18\xb9\xbc\x92\x15\x0b\xc9\xdc\x36\xbb\x6c\x4d\x53\x27\x34\x58\x83\xb2\x0c\x2b\xc5\x0e\x13\xd3\x78\x0d\x8a\x0d\xeb\xf9\x32\x23\xa8\xeb\x99\xfa\xbc\xcc\xed\xb2\xaf\x75\xff\x4c\x21\x70\xf6\xb0\xa9\x5f\x63\x6d\x77\xed\xa1\x4e\x71\xc4\xff\xdd\xf3\x3b\x7a\x1f\xc4\x13\x3f\x2f\xb2\xeb\xda\x17\x60\x2c\x73\x52\x5e\x25\xaf\x5a\x73\xf3\x3f\x7b\xa2\x89\x56\x7c\xe7\xb4\xa7\xe1\xf1\x11\x7e\x25\x58\xbc\xcc\xcb\x8e\x5b\xf0\x51\x57\x2a\xdd\x22\x72\x8f\x70\xf9\x6e\xd7\x03\xc1\x43\x56\x5b\xe1\xd8\x88\xc6\xa2\xfe\xca\xa3\x82\x19\x1e\x3b\x97\x9d\xd4\xb5\x9c\x54\x20\xbe\xde\xb3\x04\x88\x0f\xac\x65\xb0\x10\x64\x33\x05\x3f\xca\x86\x33\xc1\xc1\xe8\x00\x9a\x8d\x93\x84\x02\x10\xb6\x50\x1f\x56\xa9\x04\xf2\x83\xe0\xcc\xad\x0d\x07\x3a\x9f\xf1\x2c\x30\x99\x6e\xcf\x5c\xee\xb5\xf7\xdd\x6c\x40\x78\xe9\x6c\xe8\xb8\x08\x29\x74\x65\x5e\x39\xf1\x15\xe1\x85\x6d\xaa\xeb\xb1\xf1\xb5\x7b\x1e\x35\x90\xae\x92\xa7\xc8\xbd\xc8\x2c\xdb\x0f\x10\x85\x9f\xa3\xdd\xf7\x24\x06\x1d\x03\x61\xf3\xb2\x85\x04\x26\x1d\xce\x4b\x46\x46\x3b\x9b\x4e\x43\x20\x27\x99\xb7\xef\xa2\x6b\x9a\xa5\xbd\x84\x4c\x67\x24\x64\x84\x40\xc1\xcb\x4b\xff\xef\x44\x5a\x0a\x5c\xb9\xed\xb7\x78\xaa\xb1\x57\xaf\x66\x7a\x07\x8c\xbf\x58\x1e\xe4\xf3\xe4\x86\xc9\x81\x84\xea\x42\xcf\xee\xc5\x04\xe9\x39\x7f\x64\xb7\x27\x96\xe9\xb1\xb6\xa3\x5c\xce\x7b\xa1\xfb\x45\x84\x91\x20\x88\xc3\xcc\x93\x35\xa1\x9d\x8a\x26\x02\xc1\x43\xa0\xc5\x3a\x54\x5a\x78\x53\xe4\xb4\xf2\x6b\x63\x17\xdf\xf7\xe5\xac\x86\x46\xae\x9e\xb1\x46\xe3\x1a\xf2\x75\x5e\x07\xd5\x03\x9b\xfa\x6a\xf6\x03\xcd\xf0\x59\x60\x10\x62\xe1\xe3\x73\x7a\xa2\xc3\x27\x4f\x64\xce\x1e\xf3\xde\x38\xe9\x90\x92\x3a\x67\x53\x18\x9e\xba\x48\x35\x8e\x23\xc8\x3b\x3f\xff\xee\x05\xf3\x33\xcf\xbc\xa0\x7c\x45\xb0\xc7\xb2\xc4\xef\xba\x6e\x67\x7f\x50\x29\x1c\x0b\xd0\x68\x94\xeb\xaa\xc9\x8b\x1f\xbc\x68\xce\x66\x8f\x1c\xf9\x8c\xa9\x13\x9f\xf9\xc2\xe4\xdb\x68\x41\xc0\x76\xe5\xce\xcc\x8e\x89\xb0\x88\x8a\xc1\x76\xb5\x4e\x69\xc8\x4a\xc0\xc7\x1f\xe3\x60\x3c\x07\x6b\x58\x59\xf9\x53\xf6\x6c\x24\xd4\xce\x7e\x9a\xe5\xd5\x8e\x38\x70\x10\x75\xbe\x1e\x01\x2c\x73\xaf\x52\xaf\x18\x08\xf8\xb9\xc1\x61\x56\xf7\x5b\xd3\xe2\xba\xb0\xd8\x82\xc0\x9b\xee\xa0\xc9\xee\x1d\x2d\xef\x67\x8e\xe4\x4d\x3a\x2f\x08\xfb\xfc\x9d\x03\x1c\x4e\x77\xdf\xf4\xc2\xad\x13\xc9\xdb\x61\x30\x5b\xbe\x37\xf1\x10\xae\x7f\x91\x31\x77\x39\x6e\x06\x3f\x77\x76\xfe\xd3\x8c\x29\xf9\xb8\xc1\x5d\x3b\x75\x31\xa9\xdb\x6d\xfe\xee\xf6\x9a\xf9\x3b\xad\x29\x68\xd6\x55\x1b\xa0\x56\x8f\x86\x7e\x9a\x41\x16\xeb\x6a\x01\x2a\xa2\x4f\xc4\x52\x55\x7d\xe1\xc7\x4a\x51\x07\xad\x02\xaf\xc1\x11\x71\x79\x37\xff\x42\x7c\xd4\xc1\x5d\x7b\x40\x4b\xe9\xeb\x37\x44\x85\xd4\xda\xe6\x31\x71\x64\xcc\x78\x40\x64\x40\xf7\xec\x2b\xa7\x34\x5f\x7a\x76\x0d\x18\xca\x89\x55\x58\x14\x42\xa5\x76\xd7\x08\x97\x39\x0f\x28\x2d\xe2\xc2\x06\x28\x0d\x22\xb0\xb1\x44\x32\xa9\x92\x74\x8c\xc3\xe6\xbe\xbd\x45\xc0\xf2\xc2\x98\x7a\xd9\xe5\x6f\x4c\x3d\x66\xf5\x71\x73\x41\x0f\xc3\x2c\x43\x94\xbe\xcb\xc9\x36\xc6\xf3\x91\xda\xc0\x49\xeb\xe7\xb0\x02\x98\x6e\x73\x90\x68\x51\x92\x81\x3a\xba\x89\x7b\x1a\xe9\xad\x4c\xeb\xcb\x79\x73\x5d\x5a\x56\xe1\x31\x8c\x9e\xf8\x60\x4e\xf4\x7a\x02\x02\x37\x10\x9a\xbb\x81\x62\x8d\x9b\x1f\x03\xe7\x5d\x8a\x5c\x2b\x85\x34\x90\x93\x6d\x51\x76\x76\x1e\xb6\xd1\x1f\x56\x38\xdd\xf1\x76\x36\xe9\x63\x1b\x18\x77\xc8\xea\xa8\xcf\x96\xed\x38\x22\xe6\x9d\xe7\x36\xf1\x98\x88\x5c\x8a\xa7\x6c\x73\xf0\xa2\x11\x2b\x6f\x05\x56\xf7\xf5\x4b\x10\x8a\x67\xe0\xe3\x1d\x53\x97\x44\x2a\xd2\x0e\x13\xf1\xc5\x92\x0b\x19\xe9\x23\xdd\xfb\xb7\x6c\x7f\xe7\xc9\x16\x4c\x75\xea\x45\x0f\xe6\x1d\x61\x51\x50\x48\x89\xe1\x0b\x11\x47\x28\x37\x02\xc9\x55\x6e\x3b\xf0\xa1\xb2\xb0\x81\x9c\x02\xbc\xdc\x3b\xba\xc9\x20\x9e\x2d\xeb\x50\x88\x9b\xae\x31\x17\x70\x28\xad\x49\x0f\x3c\x59\xee\x3c\x7b\x52\x09\xf6\xba\x56\x55\x19\x91\x5f\x2c\x7b\x1f\xd4\x9b\x79\x2a\x08\x3a\xac\x37\xe6\x3a\x22\x84\xca\x2d\x31\xab\xb6\xbc\x10\x84\x27\xd8\xc5\x53\x0e\xfa\x5c\xb1\x98\x04\xa2\x01\x70\x65\x44\x58\xd0\x6b\xeb\x7b\x62\x9b\x00\x26\x82\xfb\x68\x1f\x9d\x60\xb6\x64\xd6\xcb\x0c\xfa\x73\xe2\x7b\xda\xd6\x1a\x14\x32\x31\x70\x1d\x2b\x95\x70\x9e\x04\x71\x58\xe9\xcf\xfd\x01\x4b\xa0\x2a\x31\x4e\x98\x67\xd0\x45\x1d\x51\x87\x44\x95\xfb\x73\x63\x89\x46\x0d\x2a\x94\xf6\xaf\x25\x76\x83\x5e\x42\x27\xbc\xb9\xf9\xcb\xea\xd2\xac\xe4\x3d\xbc\x04\x17\xee\x95\x1b\xbc\x9a\x99\xa5\x43\xa8\x70\x24\x62\xda\xf3\x32\xa2\x95\xf8\x1f\xa2\xcf\x0c\x04\xf4\x60\x06\xac\x3c\x1f\x6e\x53\x21\x95\x0f\xe0\x4c\xbc\x06\xe6\x51\x18\x50\xf9\x34\x1c\x68\x15\x11\xfb\xf7\x3b\xaa\x4f\x4f\x13\x6e\x15\x0a\xe8\xb9\xad\x2d\x0b\x05\x68\xae\x32\x3e\x58\x10\x58\xf4\x0c\x86\xd7\x6b\xed\x87\x07\xbb\x47\x8f\x97\x55\x7d\xd4\x25\xcd\x40\xb9\x3d\x14\xc4\x78\xea\x50\x76\x45\x66\x03\xf3\x8d\x4e\xc6\x0f\x93\x71\x64\x9e\x76\x22\x08\x70\xb0\x1b\x42\xf2\x27\xf8\xef\xff\xc4\x9e\x44\x87\xc2\xaa\x32\xe5\x3c\x86\x07\x98\x3b\x84\xc9\xca\x19\xec\x02\x9f\x72\x3b\x50\x92\x44\x4c\xa0\x53\x5f\x43\xef\xdd\x12\xa8\x96\x61\x26\xef\xd1\x5e\x79\x6a\x9a\x81\x98\xd7\x2c\x2f\x68\x5a\xab\xcb\xe8\x8a\x9f\xe6\x99\x94\xd1\xf1\xf0\x6d\x49\xef\xf8\xec\x47\x4c\xf8\xd5\x8c\x1e\xca\x7a\x63\x96\xaa\x4b\x3a\xe1\x5f\xbc\x03\xa2\x10\xba\x2a\xf3\xcc\x29\x8e\xa0\x1a\x74\xf5\x57\xbd\xed\x9a\x6d\xda\xcc\x9f\x94\x34\x65\xe6\x55\x24\xfd\xc1\xc0\xea\x35\x01\xc5\xb2\xa9\xe9\x3d\xa1\xd3\x84\x2c\xa8\x32\xc1\xf2\xa9\x34\x23\x29\x14\x33\x01\x65\xa7\x8a\x3f\x36\xc3\x12\x09\x32\x88\xa7\xd9\xba\xa9\xaa\xe6\xad\x69\xed\xe2\xf8\x82\x49\x4f\x4b\x07\x92\x03\x79\x02\x3e\xf1\x53\x6a\x40\xa6\xc9\x35\x44\xc6\xa2\xa5\x44\xe8\x97\x57\xad\x21\x3c\xa1\xbf\x41\x44\x56\x90\x54\x4a\x39\x04\x26\xdb\x39\x3f\x45\x60\x2a\xda\x2b\x11\x87\x03\x91\x83\x3c\x61\xf4\x47\x4b\xc0\x17\x3c\xcb\xa1\xf6\x0e\x96\x4c\x6d\x2d\x5c\x29\xcf\x90\x49\xf1\x72\x2d\xed\xdc\x5b\xa7\x7a\x1f\x28\x49\x9a\xad\x4d\xdf\xb5\x39\x9b\x8b\x89\x95\xda\xab\x99\xb3\x64\x13\x93\xc5\x91\xed\x90\xca\x30\x05\xc1\x59\x62\xf5\xb0\x4b\x6c\x01\xc0\x52\x35\xec\xa9\x35\x30\xe0\x38\xc7\xef\xfe\xdd\x2c\xd2\xb4\xd3\xd6\x45\x3f\x66\x2c\x7d\x4c\x25\x8f\x05\x31\xf4\xb0\xce\xf4\x17\xa1\xf2\x42\x90\xbe\x2c\x16\x4f\x1e\x0d\x58\x95\x19\x9f\xcf\x6a\x99\x4e\x3a\x3b\xe3\x52\xb7\x14\xa7\xcd\x19\x33\x70\xbc\xad\xee\x88\x41\x8d\xd1\xfe\xe6\x81\xd2\x88\x37\x2d\xdc\x30\xe8\x4f\x2b\x15\xb6\xe4\x4e\x60\x7d\x98\xe5\x84\x81\xc4\x64\x8c\x5b\x75\x50\xb7\x66\xcd\x0e\xe6\x2c\x7c\x2f\xff\x68\x2e\x32\xc3\xd6\x02\xd0\xb2\x32\xb0\x03\x7d\xb3\x50\xcf\x53\x1f\x9e\x1e\x51\x31\x1f\x80\x60\xa0\xdc\xac\x9b\xfa\x08\xea\x59\xda\xe2\xfa\xa0\xa9\x55\x7e\x4f\x0f\x54\x8b\xc7\x2e\xb6\x61\xab\xf8\xb5\x1d\x52\x31\x04\x3c\x30\x2d\xf4\xca\x21\x6c\x2f\x6d\x7a\x6a\x19\x4b\x93\x9d\x61\x10\xd6\x94\x9e\x42\x19\xec\x78\xa6\x7e\x57\x80\x4f\xf6\xf6\x8e\xfa\x26\x62\x93\x64\x60\x77\xba\x69\x45\xcf\xf0\xea\x09\x6d\x4b\xd6\x75\xb1\x30\x89\x6d\xc7\xac\x30\xc2\x73\x77\xe9\x23\x93\xd7\x7a\x40\x86\xc9\x38\x37\x1f\x86\x55\x9d\x68\x4c\x10\x63\x3c\x1b\x67\xa6\x41\x87\x4b\x8f\xef\x96\x00\x8e\x6d\x10\x8b\xa6\x16\x1d\x74\x45\x0f\x0a\x74\xe1\x59\x4b\xd0\x0a\x3c\x0e\xa6\xea\xaf\x89\x88\x80\x65\x8f\x74\x45\x7a\xe6\x6a\xf9\x8f\x76\x64\x75\xe9\xf4\xb1\x09\xc2\xf2\x3a\xfd\x83\x63\x41\x56\x89\xa6\x7b\xb2\x4d\x30\x31\xe1\x97\x66\xe7\x68\x6c\xd5\x36\x83\x47\x65\x45\x2b\x2c\x11\x01\x48\x5e\xff\xbe\xba\x6c\x1a\xab\x02\x74\x19\xfd\xfc\xe6\x43\x65\xc4\x6c\x46\x24\x5b\x22\x36\x53\xc4\xe9\x4e\x49\x2b\x3f\xa5\xf1\x84\xd3\x7b\xad\x6a\x62\x57\x0b\xdc\x37\x91\x89\x3a\x3d\x46\x36\xcb\x72\xcb\xc6\xd0\xc6\x1b\xe3\x25\xba\xf9\x48\xbb\x84\x67\x98\x2b\xb3\x29\x5b\xba\xd2\xa0\xba\x3b\x66\x09\x59\x3e\xb1\x47\x30\x4f\x20\xf6\x07\x2f\xcb\x61\x16\x49\x37\x03\x79\x36\x4f\x17\xe2\xa1\xed\x65\xfc\x48\x38\x69\xf7\x7e\xd8\x73\x10\x15\x21\x3d\x7f\x97\x52\xf9\x45\x53\x15\x7b\x84\xdb\xa2\x3c\x63\x73\x65\x5f\xc1\xa9\x2e\x92\x2e\x5a\x96\x91\x2c\x93\x8a\xcf\x4d\x97\xef\x44\x5c\xe2\x25\xd9\x93\x62\xb2\xc0\xa6\x24\x96\x30\xaa\xb9\x8b\x18\x93\xc1\x8a\xfc\xce\x24\xcd\xdc\x8d\x4a\xb7\x43\xc8\x14\x35\x29\x64\x6e\x0d\xb8\x9d\x75\xeb\xbd\xd7\xd3\x9b\xd6\xdb\x7e\x4e\xcd\x38\xc2\x6d\x3a\x93\xff\x30\xcc\x96\x0e\x23\x5c\xa4\x75\xcc\xa3\x75\xf2\x29\x35\x0c\xd7\xaf\x91\x6d\x78\xee\x2a\xaa\x2c\x4f\xb8\xd0\xfd\x4f\x85\x12\xdf\xb9\x98\xbd\x7c\xc2\x2b\x01\x7b\x1f\x47\x79\x85\x77\x00\x82\x01\x7a\xda\xf2\xf6\x9a\x50\xa1\xeb\xd1\x15\xa9\xf8\x91\x18\x90\x75\x09\x49\x05\x54\xe0\x26\x1a\x59\xdf\x47\xad\xe6\x5f\x49\x3f\x77\xfa\x08\x84\xcd\x1f\x68\xee\xde\xc2\xc9\x2d\x65\x4b\x17\x74\x50\x59\x56\x1c\x1e\xdc\x54\xa3\x8d\x06\x81\x2c\xcd\x79\x95\x65\x2d\x26\x5d\xbc\x48\x2f\xe3\xb6\x23\x84\x09\xf0\xa9\x9c\xd6\xcd\x21\xcf\x36\xfb\xdd\x70\x02\x0e\x22\x4f\x93\x69\xfa\xdb\xaa\xa3\x63\xa3\x63\xe8\xcc\x3e\x9b\xe5\x45\xc1\xb7\x47\x76\xe3\xf8\x35\x1b\xf1\x31\xb2\xa9\x9d\x8f\xc0\x50\x3b\xc1\x6d\x86\xf5\x27\xbe\x2e\x13\x45\x13\x80\x7e\xf1\x43\xdc\x6f\x2a\xb2\x39\x18\x80\x4a\x3e\x56\x33\x81\x18\x8b\x99\xb3\xff\x10\x0d\x13\x4d\x7f\x5b\xd6\x82\x9d\x60\xdf\x4e\x73\xe8\xed\x50\x70\x3f\x8f\x56\x95\xa2\x45\xaf\x68\x71\xf3\xcd\xb1\x25\x43\x2c\x30\x73\x57\xc8\xd3\x7c\xd1\x25\x5a\x79\xf2\x0f\x83\x80\xe5\x8d\x8f\x01\xc4\x21\x93\x8a\x0c\x63\x27\x66\x55\x32\xc1\x85\x4f\x15\x73\x07\x45\xdc\xc5\xad\xb0\x74\xee\x19\x92\x15\x0e\xc0\x06\x95\x3e\x75\x46\x98\x0e\x6f\x05\xcc\x47\xdf\x0b\xc7\x81\x41\xf5\x0d\xfd\xda\x76\x6d\x53\x6f\x1e\x3c\x54\xeb\x9d\x83\x9c\x08\x96\xdf\x7d\xfd\xb9\x16\x43\x5b\x6a\xfb\x0a\x2a\xa5\x9a\x47\xdc\xf4\xde\xfe\xf4\xeb\x3c\x72\x20\xc8\x36\x62\x9c\xec\xac\xb4\xdc\xb4\xd9\x9d\x80\xf8\x35\x20\xc7\xa6\x2f\x5a\xb1\x38\x4a\x9b\xee\xbc\xa7\x06\x6f\x3a\x9b\x06\xb3\xbd\x3b\xb7\x9e\x7b\x48\x9e\xda\x40\x6f\x5e\x4b\x1f\x23\x21\xd9\x69\x64\x4f\x1a\xc4\xe7\x9e\x96\x75\x47\x1a\x49\xcd\x5c\x1f\x4c\x2a\x71\x1f\x3f\xd4\xc3\x56\x8a\xc9\x45\x02\x01\xd2\x51\xd9\x38\x61\x29\xe7\x33\xd7\x3e\x12\xdb\xf3\x21\xa3\x5c\xa6\xd3\x31\x79\x44\xd3\x72\x10\x11\xee\x77\x1e\xdd\x1f\x27\x3c\x61\x26\x65\x00\x7f\xa3\x8b\xae\x58\x0f\xbb\x13\x70\x9e\x5b\xce\x5e\xac\x17\x69\x14\x86\x75\xa7\x91\x9e\x9f\x54\x84\xf0\x82\x11\xa2\xb7\xcf\xfa\x34\x24\x37\x1a\xd2\x6d\xc3\xc9\x60\x94\x3d\x88\x0d\x7c\xab\x5e\x47\x76\x3d\xb3\x9d\x9c\xd9\x23\x08\xc0\x98\x7a\x75\x6f\x27\xd6\x4b\x55\xe0\x24\xe0\x19\x58\x90\x52\x26\xcb\x1d\x1f\x2b\x58\x85\x8e\x85\x0f\x8a\xd8\xd6\xce\xb8\x3b\xe9\x17\x3e\x82\x98\xac\x60\x48\xe5\xd5\xff\x3f\x4e\xf0\x66\x99\x6c\xb2\xb3\xae\x79\x43\x90\x98\xf4\x94\xbd\x36\x9d\x5a\xfd\xc4\xfd\xdc\xda\x8d\xc7\x2d\xc2\x3c\x46\x98\xa5\x75\x7c\xa4\x15\x3e\xd2\x63\x07\xeb\xec\x37\x52\xa4\x42\xc7\x1d\xe1\x14\x31\xa1\x54\x7c\xba\xa7\x9f\x14\xa9\xc4\x56\x42\x93\x28\xa5\xaf\x2f\xca\x9a\xf6\xbf\x14\x4b\x90\x56\x0b\xc2\xb9\x8a\x78\x2a\x0c\x29\x23\x56\x20\x5e\x65\xc4\x80\x4a\x73\x6e\xb2\xe4\x4d\x8c\x17\xcd\x3b\x28\x2a\x7c\x06\x05\x67\x15\x59\x59\x75\x9a\x50\xe3\x18\xdf\xb0\x76\x6d\x3d\xf1\xc5\x5d\xc8\xf1\x58\xd9\xa2\xdf\x73\xa7\x87\x91\x11\x14\xe8\x39\xc5\x66\x90\x72\xfe\xdc\x97\xde\xd2\x52\x54\x3d\xee\xec\xf4\x9d\xc1\x6c\x3e\x80\xcb\x63\xeb\xc4\xe3\xb3\x27\xea\x48\xe0\xa7\xa2\x67\x71\x99\x63\x0c\x1e\x8f\xad\xdb\x98\x4c\xaa\xdd\xd5\x59\x09\xa3\x39\x66\xac\xa4\x8b\x3a\xd2\x38\xca\x22\xfc\x92\x27\x96\x3b\x55\x43\x8e\xc2\x58\x4f\x6e\x0b\x40\xfa\xdd\x74\x90\xe9\x97\x3e\xb8\x77\x30\xf2\xa1\xc7\x55\x2f\x33\x3f\xa3\xbb\xf0\x44\xd7\xd3\x9d\xfa\x23\x8a\xed\x54\x32\xe7\x8f\x43\x94\xa2\x1a\x8f\x9a\x3a\x23\xf4\xdf\xab\xcc\x1a\x00\xc6\x42\x69\x8f\xdc\x64\x8d\x01\xbd\xc5\x20\xb2\x07\xc7\x0d\xe7\x32\xdd\x66\x8c\xeb\x86\x4b\xb8\x05\xdd\x0d\x1d\x6e\xf6\xe3\xbb\x78\x19\x01\xe5\x0f\xc7\x1a\x11\x75\xc3\x23\x78\x76\xc0\xc6\x41\xce\x87\x89\x9e\xa2\x94\x25\x85\xb1\x4b\x2c\x51\xa2\x3b\xa5\x23\x3b\x45\xff\xf9\x40\x96\xab\x1a\x7e\xad\xa5\x22\x82\x44\xa2\xcc\xe4\x7c\x21\x34\xb7\x77\x09\x0c\x33\x24\x90\x5d\x29\x1f\xee\x85\x39\xc0\x38\x8e\xb0\x28\x5b\x02\x25\x36\x13\x25\xb6\x26\xd0\x15\x9f\x79\x63\xda\xc1\x04\x9d\x52\x5c\x14\x91\xe1\x40\x07\x0b\x51\x7b\xdf\xc1\xab\x96\xae\xc6\x55\x75\x18\x38\x5e\x50\x58\xc0\x60\x69\xfb\xcf\x70\xf6\x23\xc4\xa3\xaf\x66\xa2\x8a\x39\x8b\xd5\x24\x41\x7b\xe8\xee\x68\xe2\x12\x95\xf8\x60\xd1\x78\xc4\xab\x88\x09\x83\x53\x46\x1d\x08\x1d\xbb\x63\x9e\xed\xaa\xcd\xbd\x56\x19\xf4\x50\x07\x9d\xc7\x87\x6d\xd3\x82\x31\xc4\x7e\xbb\xad\xed\x6b\x90\x25\x7e\x4f\xe7\x33\x18\x7d\x5f\x10\x6e\xa2\x37\xee\xa5\xfb\x93\xc8\x0f\x2e\x46\x69\x10\x9c\x78\x7d\x9a\x1c\xd5\x2e\x07\xad\x43\xb8\x7f\x71\x87\xb0\x5d\x6b\x8a\x0c\xe6\x95\x4c\x9a\xc1\xea\x8d\x86\xa0\x1a\x0f\x46\x1d\xc1\x0f\x79\x05\x6a\x6b\x8f\x3d\x5e\x06\xaf\xa4\x96\xb0\x63\xb8\x39\x8a\x27\xde\x05\x17\x2c\x98\x9d\xf1\x5a\xf7\x4f\x43\x66\x61\xc7\xd3\x80\x1f\xb4\x5b\xd4\x3d\x70\xcc\xc2\x45\x3b\x7b\x7d\x01\xcc\xab\x9c\x19\x62\x27\xe4\x6a\x44\x39\x22\xd3\x81\x9e\x8c\x25\xf3\x2c\x8d\xbe\x3f\x5b\x55\x4d\xed\x8f\x2a\xa1\x89\xd5\xe7\xaa\xdf\x31\x2d\x48\xf0\x90\xbd\x64\x13\xfb\xf7\xb7\x3b\xd6\x56\xdc\x98\xa9\xe0\xcf\x66\x3c\x5d\x51\x92\x78\xbb\x4d\x94\xc5\x66\x24\x5c\x87\xdd\x90\xce\x57\xa5\x03\x6c\x29\x1d\x9d\x23\xd1\x8c\x57\xe1\x9c\x05\x8c\xb8\x3f\xe7\x58\xc8\xd6\x65\xff\x24\x76\x36\x22\xc3\x30\xaa\xe9\xe6\x3b\xf1\xc8\xc4\xe1\x00\xa8\x14\x3e\xfc\xce\x7f\xdf\x17\x78\xd7\xe3\x48\x56\x26\x6a\x11\x95\x6c\xd9\x6c\xbe\xa1\xfb\xb3\xa9\x1b\xba\x09\x84\x7b\xe8\x6d\x35\x8b\x53\xfc\xbb\xf2\xbf\xa7\x3a\x91\xf5\x47\xae\xaa\xda\xa4\x35\x04\x4e\x66\xf1\x8d\x7e\x79\xce\x3f\xb5\x74\x7a\x32\x30\x49\x93\x30\x04\x4c\x61\x48\x03\x18\xb3\x2c\x71\xb3\x17\x4f\x22\xb3\xa3\x55\x80\x7d\x4f\xcf\x6b\x53\x75\xb9\xf1\xab\xb2\x61\x0c\x10\x56\x6a\x7e\x3b\x38\x3f\x77\x6e\x85\x59\xe7\xc4\x28\xa9\xf6\x67\xf1\x50\x15\x3e\x91\xa7\x8d\x46\x06\x58\xb2\xd2\x81\x80\x92\xa6\x25\x7f\x54\x6c\xc7\x2c\xee\xfd\xd9\x3d\x66\x61\xef\xbb\xca\x44\xec\x02\xbf\x05\xaf\x33\x1f\x07\x20\xad\xa0\xa2\x19\xc7\x41\xb3\x85\x87\x32\x5b\x89\x44\xa2\x38\x28\x8b\x44\x21\x56\x83\xf6\xb5\x16\x58\xcc\xaa\xa2\xc8\x31\xec\xf3\xd9\x5b\xd8\x65\x40\xa9\xf3\xfd\x05\x74\x2b\x22\x89\x62\xc5\xce\x26\x7f\x8f\xf2\x73\xff\x27\x83\xa8\x5d\x3c\x4e\x2e\x94\x2a\x6e\x68\xe3\x56\x97\x6a\xa0\xd9\xac\x97\xbc\x91\x2c\x3a\x1f\x68\x9b\x09\x5f\x40\x5f\x53\x7a\xaf\x54\x28\xb1\xd9\xf2\x25\xaf\x94\xc1\xf7\x68\x03\x4e\x26\x20\x53\x6f\x51\x0d\x45\x96\x1b\xff\x29\x5a\x22\xdf\xfd\x1c\xd1\x0a\x20\xff\xed\xbb\xcb\xc5\x33\xd9\x50\xa0\x3f\x70\x19\xc7\xb1\x49\x95\x06\x7c\x48\x9d\xd5\x9f\xfa\xa0\x0f\xf1\xe7\x09\x5c\x6d\x95\x62\x4c\x10\x25\x30\x64\x76\x51\xf5\x86\xb0\xb5\x40\x86\x43\x93\xae\x37\x06\x58\x0c\x22\xb4\xa1\x03\x58\xfd\x3c\x17\x94\x37\x01\x67\xfc\x61\xba\x9a\x7b\x52\x11\xb3\x20\xd8\x7a\x61\xb9\xa9\x6b\xe7\xe7\xdf\x3e\x79\x01\xee\x1f\x52\x24\xf5\x26\x77\x64\x95\xfa\xd0\xb9\xee\x77\x10\xd6\x30\xba\xa3\xbe\x89\x07\x2a\x9c\x7f\x11\x42\xa5\x58\x46\x64\x6a\x9c\x26\x12\xa3\x52\x34\xca\x6d\xea\xce\x2b\xf2\xd1\xd0\xab\xb3\x5d\xe0\xc1\x12\x67\x11\x2e\x81\x4c\x55\xed\x16\x0e\xf9\x6f\xe6\xe7\xc1\x8e\xd1\x9c\x69\xe8\x0f\xfc\xb7\xc8\xe8\x89\x64\xa7\xe9\x41\xd3\xec\x3a\x57\x63\x81\xc7\x62\x2b\x10\x05\xef\x60\x27\x0c\x77\x3f\x19\x95\xeb\xdd\x56\x44\x4e\x90\xc2\xa5\x76\x45\x1c\x12\x1b\x39\x40\xab\x1c\x30\xff\xd2\x9a\x6a\x3d\xe5\xb4\xce\x8d\x63\xac\x13\xb8\x16\x88\xfa\xc1\x85\xbc\x67\x61\x44\xce\xf4\xd5\xee\x9a\xee\x5c\xfd\x86\x48\x2a\x10\xea\xa1\x20\x62\xca\x76\x74\xf5\xa2\xaa\x6a\xdd\x75\x1c\x59\x0a\xff\xfb\x7f\xfb\xef\x47\x27\xd8\x8f\x93\xae\xad\xe8\x2f\x35\xde\x76\x3d\xe2\xa4\xa4\x1b\xe2\xf8\x18\x5d\x0c\x75\xb7\x52\xe8\x15\xbc\x40\x1e\x10\xe4\x97\x0a\x8e\x44\x86\x1a\xc6\x28\xa0\x3a\xa9\x4f\x0e\x6d\x92\x60\x91\x19\x98\x77\x06\x38\x65\xdc\x8b\xe8\xd9\x22\xee\x6c\xf5\x66\xc9\x52\x29\xe0\x53\xef\xd1\x09\x5d\x15\x22\xe4\x08\xd8\x76\x97\xa5\x55\xc4\x8d\xdf\xf1\x2b\x10\x7b\x55\xf0\x93\xa7\x8e\x55\x11\x8a\x77\xbc\x8d\xa7\x99\x08\x7c\x10\x96\x46\x29\x4e\x76\xc3\x9a\xed\x7a\xd8\x36\x02\x7e\x64\xa0\xf3\xa6\x57\xe2\x3c\x3a\x2e\x0f\x5f\xec\x98\x39\xea\x83\xc7\xa7\x99\x72\x54\x81\x21\x95\x76\xc5\x50\xea\x65\xa4\xc4\x21\xb1\xb9\x1e\x6f\x35\x6d\x5f\x41\x47\x1e\x45\x21\x49\x9f\xa1\x19\xcd\xc3\x40\xef\x4e\x97\x57\xde\xd8\x75\x59\xc1\x60\x56\x6d\x15\x10\x39\xa1\xcb\x37\xf4\xe4\x56\xea\x6f\x6f\xbc\xc9\x82\x5c\x5f\xfa\xaa\x7d\x12\x07\xa9\xbd\xda\x19\x95\xda\xc5\x0b\xfa\xcf\x44\xd0\x15\x84\x68\x19\x86\x66\xa9\xf2\x0b\xe2\xd6\x17\x8f\xd9\xb1\x8f\x70\xae\xa5\x5b\x42\xf8\x94\x78\x20\x6a\x7b\xf3\x17\x68\x77\xe0\xaa\xb3\xa5\x87\x82\x45\x06\xf8\x97\x76\xa5\x32\xb9\x45\xe7\xac\xb7\x56\x05\x2a\xab\x4d\xdb\xfc\xed\xe2\x79\xfe\x56\x7e\xd0\x19\x73\xcc\x96\xef\xf8\x5f\x8c\x20\xe5\xec\x98\x83\x9a\x2f\xc5\x4f\x32\xf3\x2d\x80\x74\x72\xbe\x22\xa7\x25\xfc\x81\xf1\xb3\x66\x88\xd3\x39\xcc\x87\x73\x71\xe5\xa3\xb8\x31\x4e\xb0\x92\xd4\x5a\x43\x24\xf2\xa2\x05\xf8\xb4\xbe\x10\x8f\x04\xee\x58\xcf\x2a\x7a\x57\xba\x15\xef\xf4\x85\x7a\xa9\xfb\x72\xa8\xed\x16\x8f\xe8\x3f\xbe\x44\x7c\xa6\xce\x20\xb3\xc2\x85\xdf\xf2\x15\x71\x1f\x09\x8a\xe9\xe3\x73\x3c\x41\xf2\xc1\xf9\x20\x21\x0c\x93\x63\xfc\x43\xd4\x9a\xf0\x71\x3e\x3e\x9a\xe8\x63\x0d\x4a\x90\xbe\x8b\x13\x0a\x10\xa3\xd6\x8a\x2b\xad\xe8\x98\xda\xa5\xeb\x67\xbd\x66\x7b\x19\xbc\x96\xa1\x7a\xd2\xa9\x3f\x7a\x3d\xf9\xc1\x80\xe1\xb3\x1f\x74\x50\x49\x06\x0c\xf5\xfc\x98\x13\x75\x9b\x1d\x31\xde\xa1\xea\xf7\xfd\x55\x5b\x4e\xd7\x24\x8c\x61\xe1\xd0\x31\x98\x1d\x61\x5f\xc3\xde\x19\xc9\x1a\xe8\x09\xc6\x2d\xa6\xbb\xc5\xdc\x05\xbf\x4d\xe3\x29\xfa\x5a\xb1\xe5\x06\x6b\x87\xa8\x38\x67\xd2\x67\xb8\xdd\xbe\x89\x2c\x3e\xae\xea\x6a\x0a\xe2\x8a\xf0\x94\xaa\xe7\x59\xed\x37\x71\xc4\x7a\x84\x3e\x42\xd4\xe4\x29\x4a\xa5\x25\x5b\x3b\xc5\xae\x7c\x62\x49\xe8\x1a\x20\x4a\x52\x32\x0b\xed\xdb\xcf\x65\xaa\x77\x3e\x82\x2e\xbf\x58\x10\x19\xf7\x3d\xae\x44\xe7\xfb\xc0\x96\xbb\x4f\xdf\xf0\x36\xbb\x4f\x8a\xa7\xa4\x7b\x3a\x89\x41\x9f\xf1\x67\x22\xdf\xf0\x72\x42\xeb\x2b\xca\xf2\x30\x85\x94\x94\x1f\xb6\xde\x07\x88\xc3\xcf\xa3\x01\x5e\xe7\x15\xbc\x88\xe2\xbe\x07\x6d\x03\x7c\xf0\x1f\x53\xdf\x37\x25\x7d\x8f\xba\x1e\x1f\x78\x26\x5f\x26\x07\xf0\x94\xe4\x44\xf9\x1c\x4e\xa0\x8a\x98\x7d\x24\x96\xa0\x6c\x99\x6c\x61\x35\xe0\x1a\xb1\x4e\xd7\x4d\xbf\xf8\x43\xaf\x9e\x48\xec\x2a\x95\xeb\x22\x26\x9b\x0a\x20\x14\xcb\x8b\x6b\x6e\x79\xc2\xf4\xf9\x3d\x63\xef\x6b\x50\x93\x7e\xb2\x15\x90\x14\x2d\x0c\x5e\xe5\x68\xc5\x44\x8f\x96\x41\x56\x38\x68\x62\xe1\xf9\xf2\xa2\x05\xed\x31\xfe\x30\x47\x38\x3a\x4b\x1b\x88\x17\x51\x45\xfa\x53\xd5\x00\xd5\xae\x1a\xbd\x63\x84\xf9\x3f\xaf\x87\xdb\xc7\x15\x5b\x83\x2e\xc4\x74\x82\x08\xe8\x60\x16\xd1\x06\xfc\x3a\x35\x0d\x7a\xad\x7c\x2b\xb6\xbc\x0c\xf5\x63\xeb\x8a\xa9\xb6\xdb\xc6\x76\xac\xd6\xae\x3b\xb6\x00\xe0\xd7\x5d\x0b\xc6\xfb\x1e\x86\x8b\xdb\x88\xb5\xe7\xb8\x11\xee\x1f\x9f\x8f\xc3\x7e\x77\x7f\xfc\xe2\x95\xcd\x2e\xae\x23\x75\xdc\x8f\xbf\x7d\x65\xef\x3c\xb8\xfb\xe3\x97\xaf\x2c\x64\x16\xa3\xa6\xcb\x75\xfe\xc6\x2c\xf8\x41\xeb\xb4\x3d\x4e\x97\xdb\xb9\xca\x3b\x22\x4d\x4a\x3a\x47\x8e\x13\x98\xf9\x87\xaa\x8e\xf1\xcc\xbb\x4e\xbe\x82\x2c\xcc\xeb\x21\x8e\x60\xd1\xde\x04\x8a\x28\xf4\x53\x8a\x22\xea\x7e\xbb\xd4\xd5\x5a\x20\x10\xfd\x3b\xc1\xaa\x5a\x06\x1e\xad\x5b\x1c\xf8\xbd\x61\x17\xc7\x3c\x2b\x0b\x2c\x9d\x16\xe3\x24\x37\xbf\x91\x5f\x0f\x64\x61\x07\xf1\x56\xc0\x44\x47\x55\x79\x4f\xaa\xc4\x92\x93\xe8\xc2\x55\xd3\x3a\xd7\x30\x28\xf9\xe6\x29\x82\x93\x98\x71\x98\x7c\x80\x5f\xf9\xa2\x13\xd2\x1a\x27\x3a\x59\x0e\x02\xb2\x4e\xaa\xb7\x86\x77\x48\xea\xd1\x33\xdf\xf0\x49\x0e\xbe\xde\xd2\x5b\x3b\x6c\xa2\xe8\xdb\xc1\xcf\x49\x1c\xba\xc1\xed\xe2\xe0\x0c\x68\x07\xef\xc8\x5b\x38\xda\xbe\xa9\xdd\xbb\x13\xef\x9e\xcc\x50\x8f\x41\x26\x03\x48\xfa\xf5\xc7\x20\x04\x0f\x91\xda\x6b\x74\xf5\x53\x8e\x95\x89\xb5\x2a\xc4\x8d\xab\xe8\x05\x64\xdb\x9c\xbc\xed\xca\xe0\xb4\x4c\x2d\x3f\x61\x3c\x0c\xf7\x93\x07\xea\x86\x63\x65\x32\x09\x1a\x8e\x83\xc5\x9e\x12\x2d\xd1\x43\xf0\x84\x74\x58\x3f\x39\x6f\xde\x35\xb3\x85\xc6\x84\x78\x5c\x22\x6c\x06\xfb\x88\xa0\x79\x31\x62\x71\x71\x41\x9c\x97\x15\xf3\x41\xea\x8f\x09\x0b\x5e\x68\xd4\x55\x3f\xdb\xd4\x10\xb3\x07\x45\x84\xaa\xb2\x9c\x83\x48\xe4\xae\x9d\xa8\xdf\x07\x0e\xe0\xee\xa6\xb4\xf1\x6e\x9b\xa2\xec\x82\x93\x9c\x3b\x82\xd4\xbc\xcf\x4d\x98\x06\x5d\x04\x4f\x6a\x5f\x2e\x4f\x74\x17\xbc\xda\xfa\xec\x14\x45\xe9\xf7\x55\x53\x11\x6d\x7c\x02\x09\xbc\x88\x91\x27\xeb\x40\x4f\x40\x17\x5d\x48\xcd\xf4\x63\xb8\x1e\x8c\x0b\x22\xd3\x02\x01\xb5\x41\x75\x5e\xd8\xcd\x5f\x10\x18\x69\x30\xd3\xa1\xad\x6d\xfa\x35\xf1\x1b\x5c\x79\x67\xd3\x89\xd9\xee\x53\x4e\xdd\x52\x35\x56\x3e\x47\x5a\x95\x48\x11\x75\xf3\x61\xa3\x3a\x04\xb1\xa4\xb5\x63\x41\x5f\x6c\x85\xfb\x2e\xda\x87\xfd\xfa\x8d\xe9\xb9\x04\xfb\x84\x0b\x53\xed\xd5\x4c\xcd\x84\xdd\x0b\x6c\x06\x08\xcc\x98\xf7\xd3\xef\x00\xc1\x9c\xc0\x58\xe4\xf4\xa2\x16\xce\xbd\xb9\x8c\x17\xde\xdb\xe9\xea\xba\x31\xae\x4d\x01\xb5\xb4\x63\x4a\x19\x57\x32\xb5\x24\x22\x02\x09\x8e\xa2\x26\x43\x7d\xd8\x45\x9e\x94\x17\xe4\x45\x43\xce\x07\x63\x22\x10\x09\x82\x4e\x98\xe1\x5c\xe4\x5f\x3f\x0d\xfd\x9c\x30\xd4\xca\x48\x73\x3c\x13\xe5\xc0\x75\x7f\x1a\x48\x29\xfb\x8a\x5e\x2a\x21\x21\x21\x8f\xe4\x40\x66\xf0\x43\xef\x59\x2e\xe9\x6a\x76\x97\xa0\x8a\xba\xc6\x8f\xc8\xef\xcd\x75\x46\xb8\x0e\xdc\xaa\xaa\xbb\x72\x51\x0b\xd1\xbf\x2b\xe3\x23\xfa\xa4\x3b\x63\x25\xb4\x02\x40\xc6\xaf\x12\xce\x23\x71\x10\xd5\xc5\x4f\xd4\xfb\x75\x70\x8f\x18\x6c\xa2\x88\x6b\x10\x18\x05\xe8\x46\x07\x60\x67\x06\xc4\x1c\x89\xe8\x07\xc2\x9f\x9f\xf3\x08\x9f\x83\x88\x28\x40\x4b\x10\x2a\xfd\x0d\xff\x10\x84\xaa\xbb\xe9\x98\x17\xa3\xfc\xc2\x04\xb0\x30\xb2\x90\x33\xbf\x82\x94\x71\xdd\x5b\xd5\x1b\x60\x9c\xc2\xb1\xdb\x31\x82\x37\xd9\xd7\x90\x81\x3c\x50\x04\xce\x7f\x4b\x60\x18\x57\xfe\xa5\x2f\xd7\x51\xe8\x42\x6d\x1c\x65\x21\x83\x51\x7f\x3a\x14\xc1\xf9\x7f\xc8\x50\xd4\xcb\x3f\xbc\x72\x40\x4d\x7c\xce\x32\x46\xd6\x50\x79\xfa\x1f\x49\x9d\x54\xf6\x10\xbe\x40\x78\x61\x9d\x7e\xc4\x7a\xdd\x8e\xab\xa2\x64\x00\x41\x0e\xaf\x2d\x68\x05\x5a\x79\xfb\xf5\xc1\x88\x8e\x37\xde\x7c\xb9\x1c\x6a\x8b\xcf\xdc\x74\x84\x83\xa8\xae\x6c\xcd\x3c\xd9\xbd\xc5\x37\x6e\xbf\x22\xf0\xd2\x4f\x82\xc7\x92\x11\x9c\x9e\xdb\xef\xf2\xc8\xc6\x47\x7a\x21\x12\x3a\xa7\x1b\xc5\xba\xff\x53\x0e\x21\xa8\x4e\xcd\x5e\xb7\x17\xdf\xf3\xbc\xeb\x72\x15\x19\x46\xc1\x44\x70\x47\xda\x66\x8b\xc8\xdb\x06\x2c\x72\x69\xbd\x01\x94\x8d\x31\xf2\x41\x82\x3d\x39\x46\xc2\x41\xa2\x1d\x74\x2b\x2e\xed\x12\x12\xdf\x37\x25\xab\xca\x60\x0a\x23\x22\x20\x67\x59\x58\x01\x4e\xb0\x4a\xef\xec\x64\xc4\x86\xd2\xc6\xd2\xbb\x7c\x4d\x53\xa1\xf3\x93\xb8\xbf\x20\x85\x59\xf7\x42\xfb\x53\xb1\xb7\x33\xc7\xf0\x89\xb1\x52\x5e\x2f\x59\xa1\xc5\xbb\x1a\xbf\x10\xf8\x9e\xb5\xee\xec\x82\x34\x3e\xde\xdc\x34\x9a\x56\xd4\x27\x6b\x3c\x3e\xde\x6d\x1a\xa8\x74\x7f\xcf\x1c\xf4\x29\xef\x6d\xb2\x19\xfb\x87\x53\x15\xc7\x37\xfe\x5e\xd3\x61\xf6\x78\x3a\x24\xe6\xd7\x5a\xa2\x0c\xa5\xa6\x83\xc3\x5e\xa5\xa7\x04\x95\x85\xfe\x68\x6f\x27\xf0\x0a\xdf\x8e\xbe\xd6\x8b\xcf\x4d\x99\x8a\xb7\x8b\x9f\x06\x42\xf7\x70\x0b\x80\xa2\x3c\xbd\x0a\xcd\xda\x8a\xd8\x9e\x72\x84\x32\xd1\xd9\x91\xdb\x35\xa9\x6c\xb2\x7b\xbf\xb9\x5b\xdc\x57\x29\x7f\xb0\x1f\x1c\x68\x21\xad\x14\x0f\xd5\x75\x6e\xb7\x39\x52\xa9\x65\xd9\xb3\x04\x67\x36\xd1\x5d\xfc\x69\x16\xc9\x51\x13\x51\xdf\xef\x21\xa1\x88\x3f\x4e\x08\x61\xa2\xaf\x53\x82\x98\xe1\xe7\x62\x71\xd7\xc9\xc2\x92\x51\x9b\x65\xd1\x13\x04\x01\xab\x3b\x39\x7d\x8e\x59\x1e\xc0\xe7\xe1\xe6\x03\x88\xc5\xe1\x44\x94\x11\x1d\x0d\xe1\x78\xa4\x74\x51\x44\x8a\x5c\x5c\x9a\x1c\x22\x29\x66\x53\xde\xb3\xcc\x95\x65\x30\x6a\x89\xa5\x4e\x87\x46\x0c\x61\x22\x9a\x27\x19\x61\x28\x36\x1b\xed\x91\x10\xa9\x2f\x4a\x82\xf5\xb8\x78\xa4\x32\x8f\xbf\xb9\xa5\x3f\x1a\xae\x39\xbb\x17\x42\x95\xde\x4f\x57\x6a\xf2\xd6\xc9\x2c\xe3\x0f\x3e\x46\x9a\xf6\xb9\x14\x78\x60\x57\x12\x89\x16\x2a\xe8\x6b\xb4\xbd\x0c\x20\xce\xcd\xff\x10\xd0\x19\xc5\x27\x10\x63\x79\x4b\xfc\x45\x76\x70\x4c\xff\x77\xb4\xdd\x1e\xbd\x7e\x7d\x30\xb1\x35\xb1\x7d\x12\xef\x4d\x6a\x86\xca\xd1\xfd\x86\xf8\x3a\xea\x24\x26\xa9\x01\xed\xa3\xed\x45\x85\xe8\x2c\xc5\x61\x8d\x95\xf8\x89\x6a\x07\x0a\x4e\x90\x73\x9e\x56\x8b\x4f\xba\x16\x8e\x9b\xf8\x9f\xbe\x54\xc4\xb0\x81\x93\x12\x5d\x0f\xc3\xa1\x09\xd2\x75\xa5\x9c\x4a\xf4\x65\x10\xff\xe3\xb6\xf9\xde\xb6\x27\x93\x1e\x22\xe9\xb6\xa4\x7c\x80\xf3\xde\x1b\x0d\x76\x8b\x5d\x9a\x8c\x6b\x04\x60\xe8\xf5\x1a\xe1\x0a\x3c\x20\xdd\x58\xce\xa7\xac\xc0\xfa\x16\xd2\x7f\x6a\x02\xa3\x15\x7f\xcc\x3a\x6d\x36\x7b\x5b\xbe\x29\x17\x7f\xa4\xff\xf0\x5f\xf3\xb7\xa6\x5a\x21\x1e\x5a\x08\xc7\xa2\xa1\x87\x50\x85\xea\xc7\x95\x64\xbd\xa7\xfa\x8d\x4d\x56\x0f\x4c\x2d\xbe\x2d\xcd\xcd\xff\x72\x4a\x4e\xc6\xca\x45\xb3\xea\x55\xa4\x71\xe5\x12\x0a\xbc\x06\x7e\xac\x2d\xbd\xd8\x6a\xc8\x71\x90\xc3\x4f\xa2\x6c\xd8\x39\x98\x47\x52\xe8\x5e\x97\xad\x45\x54\x9a\x8d\xc7\x01\x49\xe4\x7d\x7c\x90\xfa\x21\xd7\x05\xff\x54\x02\x9f\x4b\x9d\x9e\x4c\xdf\x6e\xa9\x20\xae\x4a\x1b\x13\x4b\xc1\xbd\x49\x77\xa8\xe6\x0c\x45\x54\x82\xe1\x14\x3f\x37\x7f\xe1\x14\x1c\xda\x4a\xf8\xf9\x15\x3c\xf7\x6a\x67\x60\xc7\x34\x8c\x13\x41\xde\x13\xb7\xb7\xda\x54\xf7\x75\x79\x1c\x84\x90\xc7\x8f\xb8\xef\x74\x86\x6c\x27\xad\xe3\x02\x74\x80\xc9\x71\xaa\xe2\x6b\x1f\xc5\xef\xbf\x6b\xa5\x01\x83\x3e\x4a\x96\x17\x7d\x47\xf0\x11\x64\x00\xc9\x8a\xdd\xd7\xc0\xf9\x25\x9b\xb8\xcc\x2b\x98\xe4\x5c\xbb\x57\xf6\x87\x5a\x87\x21\x3c\x86\x4a\x1f\x37\xac\xf7\x5d\x89\x50\xd1\x46\xcb\x11\x41\x6b\x6c\xf9\x1d\xef\x93\xfa\xeb\x4f\x25\xa6\x70\x85\x73\xd9\x49\xbb\xf8\x5e\xfe\x0d\x1f\xa2\x80\x80\x4c\xa5\x47\xbf\x42\xa5\xcb\xa6\x79\x63\x17\x7f\x34\x17\xfc\x47\x28\xdf\x94\x9d\x7c\x42\xc4\xf3\xef\xd2\x6f\xc4\x5a\x96\xab\x3d\xd9\x34\x24\x02\x66\xa8\x1b\xbc\x4e\x5d\x6c\xcd\xf0\x4d\xbd\xfa\x42\x0e\x0d\x71\x37\x8d\x56\x20\x4e\x65\xd0\x2b\xa7\x2e\xa0\xb1\xa1\x5c\xf0\xfe\x54\xd9\x4f\xec\xf4\x09\x42\x9a\xf0\x07\xb8\x0b\x7f\x4c\xde\xea\xc5\x8f\x93\x17\x57\x40\xb1\xc5\xf4\x9a\x8e\xf1\x91\x4d\xd3\x5d\x7d\x1c\x9f\xaa\xf4\x43\x80\x60\x06\x05\xc6\xee\x50\xc4\x8a\xee\x1c\x4a\x27\xba\x17\x9d\x5a\x06\xbb\x9b\x1f\x75\x45\xc4\xe6\x12\xa1\x20\x5b\xc4\x09\x67\x04\xf4\x83\x4b\xc3\x40\x6f\x3b\xf7\x29\x9f\xa3\x3d\x4d\xea\xfb\x88\xe6\x7f\xfc\xb4\xba\x0e\x53\xc5\x31\x76\x35\x4e\x74\x4b\xf7\xa5\x2d\x39\xf2\x32\x33\x82\x72\xa3\xd0\x77\xd5\xb4\xf6\xe7\xfe\xa0\x44\x98\x49\x31\x20\xe4\xc0\xf7\xcc\x65\x34\xf5\x86\x50\x6e\xb4\x9b\x22\x88\x19\xed\xcf\x45\xbf\x39\xea\xda\x1c\xe9\x3d\xb2\x8a\xd8\x79\x83\xf8\x3b\x74\x71\x37\x2d\xfc\x88\x26\xf7\x83\x7b\x5a\x6a\xa3\x64\x63\xe2\xce\x46\x6b\xd6\x0f\xbc\x5a\x25\x3e\xbe\x51\xca\x83\x63\xb7\x17\x3d\xda\x67\x5a\xed\xb6\x76\x51\xa8\x60\x45\xde\x21\x49\xc6\x81\xb1\x3b\x7a\xca\x82\x49\x96\x32\xce\x7f\x82\xc7\xf2\x9f\xb3\x3f\x01\x6a\xe9\x1f\x7a\xe3\xcd\xbb\x3f\x3b\x46\x5a\xa9\x81\xb1\xe3\xf6\x61\x14\xd9\xc5\x9b\x4d\x88\x1d\x59\x08\x71\x4f\xb3\x8e\xf6\x99\xb9\x81\xe1\x36\xdb\x84\xf3\x09\x26\xfe\x66\xd7\x39\x31\x15\x1d\x1d\xa2\x81\x6b\xee\x16\x1f\x02\xc1\xf7\x5b\x70\x08\x86\xe5\x7b\x68\x14\xff\x4b\x23\x36\x1e\x52\x96\x6c\x55\x6d\xd7\x48\x91\x10\x82\x58\xb8\x77\xdb\x47\xc5\x18\x57\x97\xd9\xc6\x6d\x22\x7b\x46\x91\xf2\x4a\x14\x97\x41\x60\x9e\x61\xa8\x0f\x71\xee\x1e\x5a\x0e\x01\xff\xe0\xc5\x65\x05\xe4\x20\xdb\x85\x9f\x0a\x67\x1a\xe2\x30\x3b\x60\xf2\xad\x18\xde\xed\x1a\x31\xba\x13\xae\x63\x68\xd4\x17\x44\xd0\x6e\xaa\x74\x50\x4c\x40\x20\x2a\x40\xd4\xf7\x28\xc0\x41\x64\xa7\x33\xa8\xa4\xe7\x26\x89\x6a\x10\xbb\x24\x17\xbb\x9f\xc4\xde\x1c\x91\xf8\xd9\x90\xe9\xe6\xdf\xda\xcc\x07\xac\x1d\xef\x2a\x5c\x53\x89\xd8\x59\x7e\xb1\x38\x12\x58\x35\x6d\x01\xd7\x84\xca\x3b\x01\x94\xb1\x17\x49\xba\x3e\x71\xda\x4b\x76\x9c\x60\xb6\xbc\x2a\x89\x80\xaf\x6e\x1b\xed\xb7\x6e\x34\xbd\x01\xe6\x57\x0e\x39\x38\x52\x04\x68\x50\x6d\xed\x35\xbc\x00\x72\x78\xea\x9b\xf7\x53\x33\xc0\xe5\x54\x59\x7c\x10\x0e\x19\x75\xe8\xa8\x4c\x26\xc1\x75\xad\x28\xe7\x3c\x23\xbe\xf2\xa6\xf9\x9a\x29\x24\xc8\x85\xbe\x1a\x1d\x4f\xb4\xa5\xd9\x48\x94\xed\x2c\xd8\x63\x3b\xe5\xe0\x1b\x20\x0c\x4b\x0e\x6a\x5d\x5c\xf3\xf6\x74\x4d\xfb\x77\x9b\x90\x7c\xe8\xb3\x10\x5e\xae\x43\xda\x20\x96\x0b\x95\x9a\x9d\xc4\xc9\x95\xbe\x45\x8c\xa0\x40\x39\x1f\x26\xba\x44\x6c\xb0\x77\xfc\x88\xc3\x05\x73\xc0\x98\xbd\xb3\x64\xb3\x3e\xec\xc2\x79\x19\x5f\x56\x1f\x5b\x63\x15\xc5\xf2\x67\x1b\x5a\xda\x5d\x36\x5f\x17\xfb\x2e\x36\x11\x24\x5e\xb9\xe0\x93\x20\x50\x01\x68\x24\xb2\xab\x8f\x0c\x4d\xbb\x34\x31\x32\x5b\xd4\x1f\xee\x33\x84\xf7\x99\x59\x1c\xa9\x2f\x1e\x3a\x4c\x9e\x21\xf1\xdb\xc7\x96\xfb\x25\x8f\xa9\x86\x03\x2e\x26\x29\xc2\xeb\x31\x94\xef\x1d\xd5\x2d\x2f\xac\x2d\x12\x99\x41\xd1\xe1\xe3\x01\x05\x5f\xf7\x81\x09\xbc\x49\x56\xaa\x31\xce\x57\xc3\xe9\x0e\xf8\x1b\x2f\x8a\xb9\x95\xc3\xf9\x6c\x2f\xe1\xe5\xfb\x52\x12\x92\x49\xd0\x7d\x51\x14\xc6\xb7\x51\x54\x86\xcf\xa6\x6e\x7a\xa8\xbd\xcd\xdf\xf0\x4b\x3e\x7a\x35\x26\x3a\x14\x4f\x2f\xef\x05\xdb\xde\xfc\x6b\x95\xc4\x43\x77\xeb\xf4\x01\x94\x46\x5e\xcd\x11\x0d\x1c\x7b\xe9\xec\xf7\xce\x89\x48\x41\x04\x4c\x75\x57\x03\x86\x6e\xb1\x27\x79\x74\x65\xf6\x37\xf1\xdb\xe9\xb6\x24\x69\xe7\xfc\x60\xa3\x49\x12\xf3\xd6\x70\x04\xf6\x89\x3e\x4e\x92\xb6\xfe\x64\xa3\xd6\x62\xcb\x27\x21\xe1\x63\xbb\xa7\xc8\xb8\x2f\x45\xef\xb0\x7e\x8a\xe9\xad\x16\x36\x9b\x88\x84\x25\x81\xa1\xc7\x21\xdd\x46\xde\x18\xce\x95\x3c\x4a\x63\x38\x58\xa4\x8a\x17\xd7\x70\x05\x62\x8d\x83\x61\xed\x75\x8a\xf2\xe7\xe9\x1e\xbe\x15\x26\x24\xde\x71\xe5\x4b\x06\xec\x4a\x20\x61\x1d\xdf\x22\x84\xbe\xda\x52\xaf\x2a\x83\x3b\x29\x71\xba\xb2\xb3\xef\xcf\x5f\xb0\x49\x77\x36\xcf\x4e\x99\x8c\xe5\x08\x6b\x6c\x5f\x45\x38\xa4\x56\x87\x30\x23\xe9\x54\x10\x8a\x02\x72\x08\x09\x1f\xaf\xcc\x6c\xd0\x91\xb2\x09\xbb\x3a\xfe\x1b\x8d\xd8\x7f\x70\xc9\x49\x78\x24\x34\x16\xde\xc2\x9c\x23\x9e\x48\xb7\x84\xd9\x57\x2c\x5a\x99\x67\xc7\x3b\x09\x3f\x7f\x04\xe5\x17\xe7\xa4\xf3\x62\x73\x6a\x78\xab\x17\xce\xb7\xec\xb5\x5e\x44\x0b\x16\xcf\xf2\xc0\x90\x48\xf1\x72\x5a\x4a\x33\xda\xc5\x61\xf5\x09\x69\x8d\x56\xc9\xae\xf2\x28\x70\xd9\x48\x66\xc3\x92\x8a\x4b\x6f\xb0\x2a\x5e\x30\x57\xa2\xa5\xb8\xc5\x7b\x7a\xef\x3c\x22\xa4\xe6\x26\xf0\x51\xb1\xcd\xb0\xb7\x39\x27\x9e\xa0\x2e\x41\x11\x5f\x2f\x5e\x18\xdb\xa9\x20\x21\xd8\xdf\x7e\xa4\x91\xec\xc7\xe3\x10\x30\x7a\xcd\x4a\xe8\xde\x5e\xba\xd0\x0c\xae\xcf\x34\x27\x02\x4e\xe8\xed\x88\x95\x9e\x1e\x62\x62\xa9\x85\x66\xc8\x18\x46\x6c\x90\xd8\xac\xd0\x9a\xe1\x01\x09\xe2\xf3\x68\xab\x4f\xa3\x98\x41\xea\x05\xb3\xe7\x58\xf4\x2e\x23\x5f\x46\x6b\x82\xc2\xc6\xc2\x25\xba\x30\x76\x0c\x54\x73\xa7\x97\x80\x16\x82\x33\xbf\x4e\xd4\x40\x04\x1f\xcb\x26\x3d\xfc\xc7\xb8\x8a\x48\x4b\x2d\x32\xa2\xb1\x4b\xc4\xdf\xfe\x3a\xae\xb3\x93\x38\xc0\x0b\x8d\x07\x3c\xae\x70\xd1\x14\xd7\x84\x11\xdb\xdd\x84\xa0\x22\x20\x05\x96\x56\x70\xa6\x36\xb1\xfa\xab\x4a\xb5\x24\x63\x5b\x2f\x94\x57\x7d\x29\xd4\x80\x24\x9b\x91\x06\xac\x8d\xee\x44\x27\xcc\x0d\xe5\x91\xce\xb9\x40\xf6\xd4\x79\xa1\x87\xa0\xe3\x43\x6d\x63\x91\x86\x83\x19\xe6\x3d\x9a\x8f\xe6\xcd\x26\x1c\x7a\xff\x4a\x80\x1a\x26\xa3\x92\x70\xb0\x04\x6b\x60\x21\x62\x71\x91\xae\x36\xb6\xcd\x52\xea\x04\xf8\x08\x2f\x6e\x83\x78\xae\x19\x42\x3e\xe8\x67\xce\xb7\x46\xb0\xc3\x01\x8c\x61\x85\x03\x7a\xc3\xf7\xaf\x7d\x4f\x4c\x27\x76\x02\xfd\x2e\x41\x1a\xae\xc6\x20\x12\xc4\xb8\xa2\x52\x17\x5a\xdf\x85\x9d\xa2\xd9\xf3\xd0\xce\x7a\x70\x0a\xf5\xbb\x54\xc4\x86\xf9\x57\xc0\x89\xf2\xd4\x40\xe2\x8e\x85\xe6\x35\xf3\xd3\xcf\x92\x32\x45\xc2\xe0\xeb\x03\xb6\x65\x9b\x53\x44\x4e\x38\x88\x91\xbc\x62\xf8\x41\xe8\xa3\x60\x8b\x22\xa9\x43\x7c\xb6\xa7\xbc\x73\xd4\x1f\xa2\x68\x68\x8e\xd3\x38\x82\x4b\x4c\x7a\xdf\xfb\xfd\xf9\xf7\xcf\x0e\xb3\x77\x47\x6f\xdf\xbe\x3d\x42\xeb\xa3\xbe\xc5\x3b\x44\x53\x2e\x0e\xb3\xff\xff\xe9\x29\xe1\xca\xd5\xfd\x79\x76\xc6\x02\x22\x98\x45\x8a\xca\x96\x5e\x19\x51\x1f\xfc\xaa\x37\xe0\xbb\x89\x37\x40\x6f\x4f\x94\xe1\x6e\x1c\x46\x3b\xa6\x8b\x70\x88\xa9\x27\x97\xc2\x4e\x4c\x5a\xac\x5a\xa3\x3e\xcd\x85\x04\x52\x8c\x3e\x12\xad\xf1\x66\x79\x4b\xf2\xe2\x41\xcd\x92\xba\x4f\xd3\xef\x95\xab\x9b\x7f\x8d\xe5\x36\x52\x2f\xb1\xa1\x8a\x04\x59\x88\x60\x20\x00\xf2\x07\x44\xc1\xc2\xc1\xfe\xa2\x07\xbb\xf2\x6f\x1c\xab\x8c\x8e\x24\xae\xb0\xd2\x01\xc9\x8b\x23\xbd\xb0\xb3\x4b\x53\x57\xd7\x04\x6b\x5e\xf7\xcb\x81\x5d\x18\xc4\xf0\xd9\x41\xdb\x3d\x02\x01\xf5\xec\xb2\xf7\xe7\xc3\x8e\x38\xd2\xbf\x01\x3e\x67\x6b\x97\xc5\xef\x0f\xf2\x32\xca\x24\xe5\xf8\x44\xd0\xfe\x91\x9f\xf3\xa0\x13\x09\xeb\xb6\x38\x13\xa9\x21\x3d\x98\xdb\x86\xe3\x01\x39\x70\x5c\x69\x2c\xbb\xd7\xa1\xf3\x71\x1f\xb1\x56\x70\xfa\xa3\xec\x9d\xfa\xbe\x1c\x72\xe2\xd3\x7c\xa3\x7e\x88\x53\x1b\xb4\x38\xa3\xff\x4c\xee\x9c\x64\xc4\x05\x65\x87\x17\x91\x2f\x60\xe4\x49\x1a\x2e\x36\x0b\xa5\x58\x36\xb5\x1e\x96\x86\xb4\xaf\x4c\xb2\x21\xee\x78\x48\x57\x07\xc5\xc7\x15\x84\x0a\x2a\x77\x64\xa6\x88\x91\x87\x73\xe6\x97\xa3\x4d\xc8\x60\xa0\x11\xc6\x21\x43\xea\xdb\x41\xc6\x98\xee\x56\x44\xe5\xe8\xce\x61\x7c\xbc\x09\xc2\x49\x5b\x24\xe3\xb8\xfe\x23\xd3\xe8\x31\x7b\xe9\xc6\xb8\x9d\x2e\x13\x8b\x6d\x47\x23\x20\x88\xe9\xa9\x7b\xb6\xbd\x49\x78\x7c\x8b\x79\x1e\xc9\x15\x4e\x31\x31\xf6\x44\x2e\x55\xc0\xae\x4f\x44\xe6\x6a\x86\x01\x90\xce\x51\x8f\x1d\xbd\x7d\x08\x8f\xb1\xa0\x5c\x3a\x93\x68\x16\x1c\x09\x64\xf8\x69\x90\x7d\x74\x78\xb5\x2f\x73\xa8\x7c\x16\x27\x39\xbd\x88\xf1\x1e\xed\xaa\xe6\x3a\x0e\x39\xaa\xbe\xa9\x55\x53\x8a\x35\x69\xb2\xa2\x50\x7d\x1c\x4e\x89\x1a\x3e\x9a\x6c\x18\x1a\xa9\xef\x38\xd7\xba\xd6\xb6\x1c\x23\xa7\x0f\xb8\x00\x2e\x72\x78\xd1\xd9\x79\xa1\xaf\x24\xde\x34\x22\x7e\x1c\xe4\x9b\xb2\xd3\xe8\x15\x2e\x4c\x94\xa5\x4b\x10\x32\xdb\xf8\x90\x21\xb1\xcc\xb1\x59\xc6\x6b\x8c\x53\xcf\xf9\xa8\x5c\x62\x73\xb0\xd2\x45\xc4\xab\x8f\x79\xee\x48\xb5\x3f\xb5\xb4\x61\x94\x26\x5f\xe7\x53\xc2\x4b\x0d\x86\x1d\xc5\xfa\x99\xa7\xdd\xc5\x91\xa6\xa6\x27\xfe\x71\xc5\x58\x72\xae\xb7\x86\x93\x1a\x76\xfd\x49\xa1\xa5\xa6\x4f\x7f\xcc\x22\xe5\xbf\x06\x78\x3e\x1a\x64\x6a\x38\x55\xaf\xf2\x1e\xc6\x5f\x71\x8a\x6d\x75\x4a\x35\xc1\x08\x1c\x2f\xed\x27\xf0\x4f\x53\xf3\x8a\x76\xf0\xd6\x53\xdd\x1f\xa0\x6a\x46\x64\xef\x7a\x7e\xd1\x36\x6f\x2d\x62\x37\x21\x81\x27\xf4\x61\xb0\x01\x13\x7b\xaf\x73\x2e\x93\x6a\xb0\xec\xac\xe1\x0d\x81\x7f\xa4\x48\x34\xb4\x0b\xf9\x47\x8a\xd8\x12\x2e\xcd\xe5\xe7\x49\x93\x47\x54\x81\x25\xce\x2e\x0a\x28\x92\x18\xa3\x91\xbd\x6c\xde\x2e\xf1\x17\x47\xa2\xb2\xf0\x51\x93\xf4\x93\x4c\xa1\xa3\x88\xdb\x46\x95\xed\xae\x22\x62\x9a\xf3\x58\xbe\xec\xd9\x6b\x8a\xa6\x07\x87\xa9\x50\xa5\x67\x42\xb8\x08\x95\xb8\x20\xd4\x41\xb7\x72\xb6\xee\xf1\x86\xdb\xfe\x7a\x64\xab\x18\xc4\xbd\xbc\x7b\xae\x32\xd5\x65\x60\x8c\xbe\x47\x11\x4f\xe8\x6b\x24\x74\x0a\x75\x74\xc7\x09\x71\x3e\x7c\xf2\x4c\x7e\xb0\xd7\xa7\x04\xe1\x55\xb7\x4f\x9d\xc3\xcc\x39\x94\xce\xbd\x63\xe9\x4b\xc9\x62\xe8\x5d\x4d\xe7\xe2\x0c\xcc\x7f\x07\xa5\xb6\xe6\x3a\xf4\x95\x8a\x36\x5f\x77\x44\x0f\x34\x10\x50\x46\xe5\x34\x3d\xd7\x16\xce\x2f\x47\x31\xdb\xec\xea\xd0\x36\xe1\x0c\xcf\xf9\x1f\x5f\x9a\x58\xa3\xbb\xc2\x1c\x9c\xdf\x22\xec\x40\xd8\x18\x67\x94\xfa\xba\x87\x6e\x91\x5e\x9d\xbb\xd6\x59\x99\xa9\x2e\x7f\x6a\x64\x86\xbd\xa5\xf7\x14\x76\xc0\x18\x2f\x3d\x18\xe7\xa8\xbf\x03\xe3\x78\x9f\x36\x12\x97\x0d\x34\x3d\xde\x40\xb5\xe8\x70\x9c\x41\xb2\x94\xd8\xc8\xa7\x56\x8d\x73\xd5\x6c\x1c\xbd\xc2\xb1\xf5\xc0\x4b\xe7\x3e\x46\x72\x12\xf0\x14\xb6\x84\x10\xd2\x1b\x75\x72\xe0\x48\x5c\x1e\x63\xa9\x75\x87\xa4\x59\x92\x31\xbb\x7c\x93\xb0\x5f\xf0\x59\x0e\xdf\x98\x2f\x38\xc1\xfd\x20\xd6\x39\x6e\xe2\x02\x2d\x30\xb5\x68\xc5\x12\x09\x6d\x93\x68\x00\x6c\xf5\xc4\xa2\xa7\xc8\x21\x1c\xd6\xc0\xb2\x41\xd1\x24\xa2\x17\xc6\x95\x0d\x5f\x15\x57\xfe\xb6\x85\x72\x5f\x2d\x3f\x62\xf8\xe1\xcb\x05\xe0\xb9\x2a\x6d\x2f\x81\x4b\xfc\x67\xf0\x28\x20\x95\x4f\x38\x0b\x27\x50\xd2\xbf\xff\xd7\xff\x31\x01\x7c\x4a\xad\x54\xee\xcd\x15\xf1\xa1\x3f\xc4\x16\xfb\xb7\x95\xb4\x9d\x53\xad\x5d\x7e\x70\x95\xe1\xb3\xb3\x7a\xdb\x88\x89\xaa\x0b\xac\xa3\x7d\x81\xd9\x86\x70\xbf\x2c\x58\x94\xec\x6c\xcd\x6a\x19\x06\x4c\xa8\x63\xfe\xa2\x8c\xcb\x61\x73\x52\xe3\x2c\x3f\x15\x6c\x2c\x13\xd1\xe2\x71\xe3\xe1\x17\x66\x2e\x72\xf5\xce\x7d\x82\x4d\x86\xc1\xf1\x4d\x64\x20\x74\x77\xd1\x9b\xa4\xe5\x93\xf7\x42\xe9\x4c\x57\x3b\x3c\x4c\xa2\x62\x7a\x39\xbc\xfc\xfb\xe3\x2a\xee\xab\x3a\xfd\xe2\xb9\x4d\x4c\xc2\xc8\x32\xf8\x7d\xeb\xb2\x86\x70\x72\x9b\xfc\xb6\xd0\x54\xa3\xa1\xa2\x47\xcc\x0d\xe0\xd3\xfb\xed\x7f\xb8\x86\x17\x29\x35\xdc\x11\xbb\x9d\xb0\x75\xd2\x7a\xe5\x63\xad\xf8\x2b\x13\xc8\x13\x3f\xaf\xe6\x6d\x0d\xb8\xb5\x8b\x17\x51\x06\x59\x0d\x11\xf3\x63\xd3\x6e\x5e\x85\x54\x3a\x49\x02\xd1\x58\xda\xcd\x55\x7c\x74\xf6\xb8\x9e\x8b\x9d\xc7\x4c\xf1\xa8\xc9\xde\xe8\x5b\x7c\x93\xc7\xc9\x7a\xc6\x01\xb8\xc4\xb7\x64\x55\xaa\x98\x43\xa2\x71\x49\xa0\xe6\xb9\x8b\x1f\x81\x4c\x1c\x91\xe1\x57\x32\x0b\x8e\xeb\xe0\x0c\x95\x22\x47\xd2\xd9\xce\x34\x34\x71\xc6\x0b\xc4\xd6\x59\xe4\x5a\x29\xa1\x57\x6a\xb6\x06\xc6\x03\x4f\xf8\x67\xab\x42\x46\xba\xbf\x9c\x3c\x08\x91\x12\x38\xa5\x8b\x9d\x71\xca\x05\x55\x3b\x20\x1b\x29\x02\xe6\xb8\xd2\xdb\x72\x39\x44\x31\x2f\xd0\x63\x3c\xf1\xe0\x1e\x2e\x83\xf0\x16\x8e\x4c\x5f\x43\x6e\x21\xcd\x5c\xa4\x95\xb9\x7c\x7f\xed\x28\xa8\x0d\x67\xf7\x89\x23\x45\x0b\x92\x70\xbe\xbf\xea\xc6\xaf\xf9\x90\x5c\xfe\x8a\xd8\x6d\xc2\xa5\x52\xc2\x68\xae\xdf\x33\x8d\xc1\x1d\xa5\xaf\x77\x99\xce\xb8\x6e\x12\x65\xc6\x09\x42\xea\x52\xa2\x7b\x38\xc5\xbb\xdc\x4b\x3f\xb6\x80\xc3\x91\x58\xf1\xa9\xad\x04\x87\x83\xbb\x25\xf0\x50\x0a\x51\xff\x39\x29\x2a\x52\x45\xd0\xdf\x6b\xe3\x16\x67\x3b\xa8\x7d\xb6\x83\x58\x70\x9c\xa6\x3d\xf0\x5f\xa6\xf3\x1f\x7c\xba\x69\x5a\x5a\x21\x24\x40\x88\x6d\xe1\xd2\x6d\xf4\xa4\xe3\x5e\x5d\xa5\x58\xbb\x51\xa3\x4f\xce\x77\xe0\x2c\xde\x8a\xfd\x69\x0e\xaa\x83\x3d\x2a\xb7\xe9\x98\xfa\xa7\x69\x9a\x15\x8d\x11\xa9\x79\x58\x86\xf8\x29\xf2\x53\xd9\x1f\x76\x7f\xbf\x75\xcc\x00\xd9\x0d\x65\x26\xe3\x98\x8f\x1a\xa9\xf1\xb6\x46\x7e\xd7\xaa\x3c\x7e\x93\xc6\x2d\xc7\x81\x13\x47\xc6\x18\x71\x1c\xc8\x27\xcf\x9f\xdf\xfc\xe5\xe5\xe3\xe7\xe7\x4f\x1e\x9e\x3e\x8e\xe3\x40\xee\x51\x35\x8f\x02\x42\xbe\xdf\xab\x72\xd6\x06\x40\x54\x13\x51\x21\x6f\xdf\x23\x8f\xdd\x26\xd2\x16\xdd\x1e\xf9\xd2\xcc\xb3\x93\x29\x9e\x32\x52\xa6\x88\x74\x25\xd1\x3b\x32\x11\xab\x72\x3a\x97\xe3\x58\xc3\x69\x07\x59\xa7\x20\xbb\x14\x67\x87\x2d\xf3\xce\x4f\x03\x0c\xa0\xcf\xc0\x5c\xff\xbd\x2c\x77\xcb\xe9\x80\x90\x3c\x21\x49\x11\x66\xbf\xf2\xcd\xe4\x65\xd7\x20\x3b\x83\x52\x87\x5f\x9f\x0b\x2d\x2e\xd6\x23\xa1\x4e\xcb\xd9\x41\x11\xb1\x7f\xa2\x78\xd8\x36\xed\x5f\x73\x29\xb7\x4d\x05\xe5\x97\xda\x29\x68\xfa\xb2\x30\xb7\x29\xa7\xea\xb4\x07\x7d\xfc\x7c\xa9\x98\x04\x2c\x1e\x4b\x7e\x34\x5f\x4c\xe4\x08\x95\xfe\x41\x72\x5b\xf9\x52\x7d\x76\xa3\x33\x4b\xe2\x3e\xe9\x74\x84\xc1\xfa\x6a\xd8\x0a\xb9\x99\x83\xa6\x13\x69\xef\xa8\x58\x80\x4d\x9e\xeb\x39\xfc\xb4\x69\xf9\xea\xae\xad\x85\xe9\x4c\xa4\x0c\xc4\x96\x46\x3f\x5e\x1c\xcb\x63\x44\x0c\xc7\xa9\x08\xd2\xc6\x75\xd2\x3c\x28\xee\xc1\xca\x7b\xc9\xe3\x22\xc9\x3f\x82\x5d\x0c\x07\xd4\x05\x91\xe4\x43\x58\xda\x11\x90\xcd\x75\x10\x66\x4c\xc6\x33\x61\x4e\x25\x9a\x4b\x5c\x6d\x7a\x32\xfc\x60\xfe\x52\xe0\x22\xe5\x3d\xcd\x27\xbb\x10\xd7\xd5\x60\x68\x68\xbc\xa0\x90\x15\xad\x91\xbd\x2f\x58\xcb\xfd\x53\x94\x34\xf9\xe9\x14\x8f\xd3\xd4\xa4\xe3\x8a\x1f\x9d\xe4\xe4\xcc\x0e\xe3\x69\xc5\xa9\x8c\x2a\x71\x14\xe3\xd0\x6e\x07\xb9\x02\xce\x94\x6d\x98\xcc\xe4\x96\x30\x66\x52\x61\xf2\x0d\x97\x4f\x7c\x03\xec\x88\x80\x39\x8d\x2d\x46\xc5\x4a\xcd\xad\xa6\x0e\xb8\xb7\xda\x6f\xd8\x99\x88\x59\x58\x84\xc4\x39\x4c\x38\x52\xc2\x38\x32\xf5\xaf\xc1\x51\xc3\x77\x53\xd6\x31\xa0\x55\x51\xf1\x34\xa1\x1e\xf7\x93\x0e\xf2\xd5\x45\x52\x06\xd9\x3a\x7c\xd8\xd2\x7e\x20\x12\x65\xaa\x4f\x31\x44\x74\xb3\x15\x59\x8c\x7a\x9c\x8e\x2a\x9c\x12\x91\x69\x83\xe8\xed\x70\xe0\x94\xc6\x17\x56\x15\xb9\xa2\x5b\x46\xf5\x44\x4f\xb2\x36\x95\x8d\x4c\x39\x5b\x4b\x1c\x40\x7f\x65\xda\x0e\x20\xe6\xa3\x1a\xce\x27\x86\x75\xd4\x86\xae\x78\x1f\x4f\x37\x8f\x91\xc6\x10\x76\x06\x97\x80\xb5\x67\xc1\xfc\xd4\xd4\x11\xf8\xf0\x35\x08\xa7\xfb\x95\xf8\x2b\xba\x25\x69\x70\xf4\x5f\x8f\x60\xfe\xee\x19\xf9\xdb\xf8\xb1\x39\xb1\xe9\x14\x92\x42\x72\x74\xf6\x8f\x61\x93\xbf\x7b\x3e\xfb\xee\xd4\xfe\x8d\x3a\x8c\xa7\x06\xc3\xd2\xbd\xd8\xe3\xf6\x89\xdf\xc2\xe5\x29\xe8\x26\x77\x42\x6d\xdd\x98\x21\xdd\x63\xeb\xe6\x0c\xaa\x9c\xf2\x6a\x3e\x1f\xde\x27\x3f\x66\xac\x3f\x72\x11\xaf\x85\x64\x4e\x47\x55\xfb\x3c\x89\x8b\xe8\x03\x6a\x84\x5e\x6b\x62\x76\x59\x70\x50\x6b\xf0\x44\xd7\x57\x59\x3b\x19\x5c\x64\x08\x1a\x72\x42\x8a\x54\x8e\x33\xf4\xf1\x09\xbc\x9a\x21\x09\xf4\x45\x93\xb7\xc5\xe2\x05\xb8\xf3\x9c\xf5\x33\x9c\x01\x1c\x7a\x76\xbb\x88\xb2\xe3\x71\x86\x3d\xc2\x4f\xef\x35\xf9\x5e\x9a\x6a\xef\xd6\x4c\x88\x9a\x54\x52\x19\xa0\xe3\x41\x8e\x49\x2b\xa1\xcd\x37\x42\xb9\x3a\xdb\xa6\x99\x1a\xc8\x12\x9f\x85\x78\x1d\xe7\xd7\xb6\x93\x28\x5c\xdb\xa6\xc6\x38\xd8\x18\xa4\xa4\x64\xd2\x36\xf2\x51\x3b\x73\x9e\x69\x92\xe5\x82\xcb\xbc\xaf\xd3\xac\x6b\xba\xbc\x5a\xbc\xc0\x7f\x91\x9b\xb4\x98\x85\x1d\x60\x51\x3c\x6d\x1e\xd1\x74\xe7\xfa\x17\xbb\x29\x84\x0a\xcd\xce\xb4\x6e\xf1\xc1\xe4\x26\xee\x81\x26\x69\xb6\xac\x3d\xe8\x25\x3e\x23\x6e\x77\xf6\x14\x33\x86\x91\xa2\x5b\xc4\xd4\xa0\xe2\x60\x86\xd4\x97\xb9\x55\xdf\x1d\x67\x64\x8d\xb4\xaf\x3e\x4f\xe9\xd7\x17\x2c\xd3\xbe\x78\x90\x08\x7f\x0f\xa3\xf2\xf8\x19\x49\x3e\x88\xf6\xd0\x3b\x60\xc4\x9f\xd2\x13\x8b\xbf\xc0\xa8\xbd\x4c\x4a\x10\x81\x34\x29\x10\x4f\x82\x41\x11\xae\x7c\x5c\x12\x5b\x89\x47\x53\x8a\xec\xc5\x07\xe5\xfb\x52\x6e\x24\xc3\x84\xcc\x98\x71\xb1\x84\x8f\x4d\x87\x8f\x62\x61\xa6\x03\xd5\xb8\x33\x12\xea\x99\xa0\x17\xd1\xe5\xe2\xef\xce\xba\x2e\xed\xde\x79\x7f\xc6\xa5\x12\x5d\x27\x2e\xe9\x6e\xfe\x91\xe3\x89\xa0\x83\xb8\x5c\x11\xe4\x64\xdd\x22\xf5\xc7\x8b\xab\x38\x9d\xd0\x7c\x0a\x24\xd3\x3c\x3a\x07\x01\x3e\x27\x2b\xdb\xb7\x25\x82\xcc\x3e\xcc\xed\x8a\x85\xc8\x53\x75\xda\xbe\x26\x76\x00\xc1\x60\xba\xa4\x06\xfc\xb0\x11\x0e\x80\xd3\x95\x34\x12\xc2\x99\xf0\x3e\xd3\xf3\x1a\xa5\x11\x07\x25\xe6\x68\xdf\xf3\x65\xb7\xb7\x36\xf7\x8f\x33\xc7\xdc\x93\x2f\xae\x61\xc4\xf0\x47\xb6\xf5\xe9\x93\x1d\xfa\xd6\x17\x5f\x8c\xcd\x98\x97\x52\xa6\xd8\x46\xa4\x8f\xa7\xc5\x1c\x8c\xa9\x6d\x9a\xfd\xa4\x8e\xd2\xc9\x4e\x75\xf3\x77\x4d\x99\x1f\x18\x3c\x35\x88\x40\x94\x4e\xd6\x45\x2b\x72\x5f\xf5\x4e\xc4\x08\xf6\xf6\xee\xe2\x29\x4f\x74\x66\x07\xbd\x4d\xcd\xdf\x7c\x74\x01\x4c\x07\xd4\x1b\x79\xeb\xa6\x76\xdb\xc7\x9c\xce\xaf\x73\x25\xe6\x7a\xa5\xe5\xbc\xb2\xf3\x5b\xa8\x6f\x6f\xed\x79\xbc\xfd\x9f\xd8\xef\xaf\x3b\x95\x4d\xd9\x2d\x37\x2b\x5d\x0c\x2c\xe2\x25\x35\xa1\x8e\x47\x17\xb5\x9b\xda\xb9\x3d\x1d\xdc\x32\xe7\x46\xb4\xf5\x92\xc5\x55\xcc\x7b\x65\xac\xbd\x33\x23\x3c\x79\x5d\xaf\x20\xf8\x44\x06\x35\xb6\xee\x20\xdc\x7d\xc4\x04\x9e\x18\x3d\xba\x04\x01\x07\x73\xaa\xf0\xb9\x44\xcf\x2d\xdf\x1b\x36\x77\xb0\x07\xd9\xbd\xdc\xb9\x80\x29\xb5\x25\xaf\x02\x55\xb2\x47\xfc\xd2\xb0\x37\x8d\x08\xf3\x79\x33\x8d\xbd\x7f\xeb\xf8\x53\xe0\x35\x78\x69\xa2\xcd\x6f\xdd\x64\xbb\x5b\x60\x2a\x1a\x24\x32\x80\x4a\x57\xea\x01\x4b\xc4\x44\x8a\x37\x83\x4c\x30\x89\x73\x7e\x8f\xc3\xc1\x41\x98\x94\xd7\x42\x08\x69\x74\x75\x33\xb6\xa9\x4e\x73\x85\x42\x24\xe7\x04\xa9\x7b\xf6\x21\x9e\x62\x22\xd6\x1c\x4e\x28\x53\xa3\xeb\xc9\x1b\xa7\x37\xdd\xef\xd2\x9e\x4d\x8a\x49\x07\x76\x0e\xa2\xe1\x3b\xba\x69\x8b\x47\x3d\xab\x12\x11\x1f\x3f\xe7\xf0\x3a\xe7\xf8\xdc\x27\x98\x9b\x58\x29\x90\x8c\x9b\xa6\xa5\xc1\xe8\xa1\x5b\x7c\xeb\xfe\xb2\x9a\xeb\xb3\x4a\x71\xb5\x36\x20\x82\x9c\x88\xd7\x65\xcf\x8e\xf7\x3f\x44\x89\xc2\x9e\x42\xb3\xc3\x3e\x8b\xda\x3a\x6a\xcc\xa4\x96\x6b\x0a\x41\xfd\x4a\xd4\x39\xae\x09\x7f\xa7\x96\xf4\xa5\x67\x73\x08\xdf\x52\xdb\x34\x17\xe0\xeb\xe2\x26\x54\x82\xb0\x08\x51\xd5\x5d\xc3\xf2\xfe\x65\x45\x3b\xdb\xef\x96\xd8\x09\x50\x8c\x2e\x9b\xbf\x66\xe3\xd3\xc7\xe8\x8c\x2b\x27\x5b\x32\x98\xde\xa0\x83\x83\xe3\xca\x89\xed\xfd\x52\xc7\x8d\x11\x9a\x70\x34\xf2\x69\x79\xe1\xc5\xba\x13\x4d\xdd\xce\x5e\x9a\x7c\x37\xb1\xaf\x2f\x72\x82\xd9\xef\xe8\x5b\x0c\x72\x5c\x77\xef\xde\x84\x26\x13\xdb\x14\x37\x2d\x0b\xe2\xd8\xa7\x9a\x11\xf1\xff\x1c\xf8\x6a\x5f\x3b\xb6\xe5\x9a\x3e\xfe\x8f\xce\x57\x15\x9b\xd3\xf3\xad\x78\xaf\x52\x18\xe0\xc6\xcd\xc5\x6b\x42\x86\xc8\xa6\xf1\x1a\x18\x77\x72\x94\x8b\xa6\xe9\xc0\x48\xee\x40\x76\xb3\x7d\xf0\x70\x33\xcf\xe0\xc7\xf0\xd0\x55\x4b\x69\x6f\x6a\xb0\x77\x47\xb9\xdd\x78\x2f\xb7\xc8\x16\x41\x83\xb5\x3d\x73\xf9\x76\x62\x44\x5c\xf1\x73\x5f\x21\x7b\x7a\x4e\x2d\x6e\xeb\xc1\x8f\x3d\x6c\xe4\x86\x8f\xcf\x64\xbb\x42\xd4\xae\x5f\x37\x81\x13\x34\xb9\xb5\x8f\xc9\x29\x70\xb3\xa9\x39\x48\x1a\x6e\xbc\xca\x17\xfd\xea\x8d\xe9\xe0\xda\x7c\xb9\x64\xe3\x9c\xd0\x93\xe4\xe6\xd6\xb8\x15\xe7\xca\x5b\x32\x9b\xc9\x86\xa3\xd4\x02\xdf\xa4\xf7\xf8\xe9\x5c\xd1\x91\x74\x39\x5b\x70\xc5\x87\x42\x45\x9e\x23\x3a\x99\x9a\x54\x43\x04\x63\xbb\x54\x1e\x2c\xf7\x37\x37\x74\x12\xdd\x66\xd1\x32\xb1\xe7\xb7\x63\xca\x26\x8e\x1a\x71\x77\xe5\x19\x5f\x5d\xaf\x60\xa5\x02\xcd\xa6\xa8\x35\x68\x0a\xea\xee\x1b\xd5\x67\x8e\x93\xea\x0b\x42\xf6\xf1\xab\x34\x4b\x21\xb5\x19\xa1\x47\x57\xf9\x8c\x83\x80\x51\xa7\x82\x15\xa7\xea\xed\x50\xc5\x57\x9c\x18\x55\x2a\x84\xb8\x1e\x13\x55\x75\x38\x87\xa8\xf8\xd9\xa4\x0a\xc2\xec\x8b\x6b\x9e\xe6\x14\x24\xe0\x33\xd5\xe2\x5b\x7a\xfe\x1c\x3c\x25\xa2\x00\x69\xc0\x89\xc1\x9d\xda\x69\x94\xfe\x41\x93\x8b\x69\x55\x65\x4f\xf4\xa7\xa3\xab\x0b\x89\x24\x00\xdf\x7d\xfd\x10\x22\xc4\x06\xc1\xb4\x7c\x12\x6a\x4c\x45\x1d\xae\xbe\x46\xd1\xd6\xf0\xd9\xae\x94\xcd\xe4\x25\xa8\x8b\xfa\x8f\xaf\xaf\x13\xa5\xc3\xb3\xd8\xc9\xae\x38\x30\x3e\x02\xcc\xd6\x6b\x31\x63\xcf\x82\xb0\xdc\xb1\xab\x25\x1b\xe1\x8e\x22\x3e\x8d\x3c\x44\xa5\x8b\xc4\x62\x4d\x57\xcc\x2c\x90\x58\x3d\x8a\x6d\x99\x95\x4c\xcf\x89\x90\x44\x2b\x73\x1a\x16\x51\x21\x1b\x1b\x77\x50\x35\xc4\xb9\x2e\xa7\x1d\x23\xf6\x77\xe7\xb3\x69\xfb\x04\x59\x6c\xd0\x75\x04\xeb\x3d\x9f\xc3\x4b\x63\x47\x89\xb6\xb8\x75\x2b\xf9\x7b\x13\xf2\x87\x7d\xf0\xa0\x13\x47\x93\x3a\x89\x81\x66\x9b\xbf\xd3\x1c\x23\x2e\x03\xd2\xb3\x28\xc7\x51\x1f\x67\x2c\xf2\x09\x8e\xf6\x35\x15\x09\xe5\xbd\x60\x73\x7f\xf4\x85\x2c\x2f\x04\xd8\x80\xb7\xd5\x16\x8a\xfb\x4d\xd5\x5c\xe4\x55\x92\x8c\xea\xbe\xf6\x5b\xda\x65\x80\xdd\x90\x23\x8f\xbd\xe8\x04\x92\xa3\x8a\x0c\xcb\xa1\x92\xd3\x34\xf0\x25\x19\x18\x51\xe4\x53\x10\xcf\xe6\x0d\xf0\x6b\x62\xe2\x32\xea\x49\x15\x0f\x7c\x2f\xf3\x28\x61\x92\xb3\xec\x95\xbb\xc8\xb2\xd1\xb6\x71\xec\x0a\xb3\x57\x71\xc7\x92\x13\x48\x92\xfd\xec\xe9\x3c\x48\x78\x6d\x9c\xf9\x4a\x6e\x88\xb4\xcf\x26\x32\x0a\x4d\xc2\xc8\x84\xbf\x83\x7c\xd1\xda\xb7\x68\xe1\x53\xb0\x20\x9c\x44\x64\x77\xf3\xb6\xd6\x14\x35\xe3\x0d\xf6\xa1\x24\xe3\xb9\xa9\x1b\x16\x02\x05\xc4\x42\xd1\x28\x63\x25\x0c\x17\x51\xd0\x05\x6f\xf1\x79\x32\x26\x22\x78\xb0\xe1\x92\x1f\x32\x0f\x63\x6d\x83\x8a\x26\xd5\xe5\x1c\x46\x89\x52\x69\xf1\x9b\xbc\xd7\x3c\x31\xd6\x67\x8c\x8d\x9d\xf5\xe7\xf1\x7e\x0c\x9c\x54\xfd\xa8\x1f\x0b\x2d\x46\xe3\xdb\x39\xfb\x58\xef\xc3\xe7\xa9\xfc\x96\xeb\x7b\x24\xcd\xbf\x06\xb6\x53\x5c\x36\x34\x9d\x12\xb9\x2f\xa3\xe6\xfd\x23\x79\x94\x2d\x95\xf7\xe5\x83\x8c\xc6\x97\x9f\x03\x3d\xb9\x14\x4a\x8a\x35\xcb\x09\x92\x4a\xdc\x50\x2d\x47\x4a\x24\x4e\x45\x6e\xdc\x38\xe3\x14\x3b\x2c\x89\x56\x84\x99\xcc\xf6\x0c\xff\x4d\x75\x7d\x6e\xf2\x43\xcc\x69\xb5\x13\x44\x8d\x9c\x4c\x12\x2f\xa8\x7c\x0a\xe7\x6a\x43\xb7\x48\xf9\x19\x12\x52\xc8\x6f\x53\x83\x42\xf2\xef\xa2\x96\x4e\x19\xc3\x45\x8b\x89\x5c\x72\xf6\x0d\xcb\xf5\x52\x21\xe1\x9e\x9a\x03\x97\x1a\x29\xbc\x6c\x6c\xb7\xf8\x0e\x8e\xe7\x5a\x80\xab\xbf\x38\xa3\xff\xe8\x6f\x96\xe7\x15\xf5\xe2\x21\xa4\x77\x8f\x9e\xc5\xa5\xee\x95\x91\x6f\xdb\x46\x32\xae\x50\xa1\x99\xaa\xe5\xde\xa2\x63\x04\xdb\xc4\x73\xc4\x4f\xf2\x57\xd9\x89\x49\x9a\x32\xca\xb5\x5d\xb3\x7a\x23\x71\x01\x38\xfa\xe1\x3c\x7b\xa6\x0f\x9f\x66\x00\xab\x06\x8d\x5c\x44\x7b\xc6\x73\x8d\x6a\xfa\x01\x67\x25\x81\xc8\x86\xf9\xef\xca\x5c\x71\x9e\x3c\xdd\x78\xd0\x44\x1c\xda\x3a\xa2\x7f\x40\xcd\x12\x8f\x9d\x71\xb4\xeb\xa8\x1e\x2d\x3f\xae\xe5\x77\x21\xef\x24\x00\x92\x09\xde\x8b\xc7\x5a\x34\x0e\xcc\xb4\xb7\x4d\xa2\x80\x92\x97\xba\x8d\x9e\xe9\xf8\x1d\xd3\x14\x9e\x45\xcf\x7e\xa5\xbd\x04\x86\x1c\x83\x86\x37\x3c\x1e\x4c\x61\x3e\x9a\x43\x3a\xe7\xa2\x67\x7b\xe8\xda\x03\x71\xa8\x68\xfb\x76\x54\x57\xed\x5d\xd7\xf9\x16\x0a\xa9\x51\x13\x02\xb3\x2a\xaa\x0f\xc8\x34\x47\x28\xd4\x9a\x12\x48\xd0\x85\x08\x9f\xd8\x29\xd6\x45\xa6\xb5\x06\xcf\xa9\x54\xdc\xe2\x49\x5e\xda\x7c\xf1\x14\xa6\x0f\xd9\xf9\xb1\x96\xdb\x6d\xb7\x93\x5c\x84\x7b\xae\x50\x76\xfe\xf4\xc5\x59\x54\x39\x5c\x86\xe1\x17\x7f\x2b\xe2\x0f\x6a\xa5\xa8\xbe\x6a\xd6\xdd\xac\x28\x43\x9f\x9d\xae\xf9\x29\x64\x19\x61\x61\x5a\xb0\x24\x36\x60\xad\x91\xf4\x3d\xcf\x90\xaf\xa5\x94\xa0\x14\x6e\xbc\xa2\x29\xa3\xb4\xdc\xce\x5b\x45\xdc\xd4\xd9\xd8\xbd\x6c\x37\x3d\x0d\xf2\xb7\x7f\x3e\xcc\xfe\xf6\x6f\xf3\x04\x23\x2d\xbb\xca\xc6\xd1\xd5\x4e\x2e\xcb\xf5\x5a\xe9\xe5\x17\xa7\xe7\x6e\x0f\xde\x94\x3b\xd4\x5c\xc2\x9d\x90\x68\xee\x67\x32\x49\xba\x51\xad\x90\x78\xa1\xea\x0e\x6a\x79\x68\xf0\x56\x26\xf1\x42\x38\x97\xb2\xec\xec\xf8\x69\x3a\x01\x0e\x84\xec\x88\xfa\xc5\x89\x53\xdc\x70\xc6\x48\x8d\xa9\xec\x70\x6a\xb9\x83\xd8\xb6\xb6\xa6\xac\xdc\xd6\x26\x29\x19\x24\x72\x58\x62\x3a\xb9\x0f\x6d\x06\x46\x65\x08\x14\x4a\xef\x99\xf0\x20\xa4\xdc\x01\x1e\x83\x11\x24\xfd\xed\x9f\xef\x5a\xda\xdb\xdb\x3d\xc9\xe6\x09\xd6\xdf\x63\x2a\x39\x05\xa7\xf9\x47\x8d\x23\xe3\x8e\xc7\x04\xd9\xc7\x36\xc5\x6d\xe6\x44\xdc\x31\x68\xfe\xf7\x3d\x28\x4a\xd8\xf1\x4b\x35\x6d\x30\xf2\x09\x2d\x23\x0b\x83\xd1\xba\xaf\x72\x07\xd3\x91\x19\xc9\xd5\x1e\xe3\xff\xa8\xeb\x84\xba\xda\xbf\x9d\xb7\xb8\xae\x89\xec\xd8\xc9\x62\xa7\x14\xd9\x0e\xa6\x25\x7b\x1d\xd7\xce\x77\xbb\xc1\x53\x7c\x1c\x92\x90\xc7\x95\xa8\x4f\xe7\x6c\x75\x6b\xbd\xc4\xcb\x7d\xa2\xce\xe0\x49\xd7\xd2\x66\xbd\xae\xe8\x27\x92\x73\x20\xf3\x12\x0b\xa8\x5b\x7b\xc4\xae\x2b\xbe\xa5\x98\xed\x2f\x5b\xa6\x74\xc0\x66\x82\x03\xb7\xb9\x43\x04\x79\xf6\xfb\x06\x28\x3f\x88\x9e\xfa\xec\x79\xe3\x72\xf5\x71\x17\x6d\xcf\x92\xc3\x16\xa1\x38\x24\x59\x62\x2c\x4b\x88\x6b\x85\x89\xc0\x42\x5e\x74\x8f\xd1\x2a\x98\xca\x6c\x9b\xa6\x93\xcc\xa4\x8f\xb7\xfc\x20\x7a\x7b\x64\x4f\x66\xba\x33\x81\xdc\x77\xb5\x94\xc4\x87\x93\xad\x9e\xe7\xab\xb2\x66\x0b\x4a\x97\x3b\x99\x35\xff\x40\x24\xda\x07\xad\xf7\xd7\x75\xa0\xbb\xe1\xe7\xc0\x16\x6b\xa9\xcb\xf4\x39\x97\x85\x45\xc1\x42\x5f\x61\x9c\xb7\x49\x3d\x7b\x70\x92\x43\x80\xe4\xf3\x9d\xd8\xbc\xe2\x62\x0f\xe8\xb1\x7e\xe3\xa1\x5a\x14\x38\x0f\xc8\xa8\x55\xa0\x3e\x43\x59\x44\xea\x85\x42\x4f\xb5\x86\x22\x9e\xec\xf4\x64\xac\xad\xa2\xc3\x3c\x3f\x3f\x9d\xf8\xe6\xf3\x90\xdf\x41\xae\xa0\x0d\xa1\x83\x3b\x91\x47\xf4\xfd\xa8\xc5\x70\xdb\x07\x9f\x7c\x47\xfc\x2c\xfe\xed\x9f\x33\xfb\x73\x45\x5c\xfc\x97\x40\xb3\xa6\x43\xc1\x8b\x27\x8f\x1e\xd2\xaf\xfb\xf1\x6d\x2d\xd9\xa9\x6f\xff\x75\xa5\xef\xe1\x88\x54\x90\x64\x40\x95\x2c\xd5\xee\x7a\x98\xb8\x58\x8b\x55\x89\x94\xb7\xec\x0a\xd3\x22\x82\xc5\xf0\x2a\xb9\x27\x2c\xb9\x48\x07\x8f\x13\x19\x94\x9f\x2a\x7c\x48\xf5\x83\xc8\x31\x34\x76\x70\xe4\x9c\x9a\x5d\xd0\x85\x9b\x90\x63\x85\xf9\x4b\x2e\x24\x97\x1b\x89\xbd\xe5\xc2\xfb\xf9\xfd\x05\xdd\xf8\xbc\x6b\x7c\xf0\xf0\x97\xc1\x89\x4e\x7b\xd0\x17\x58\xa4\xc6\x62\x9c\x9f\xd0\x02\x2c\x27\x2e\x0e\x8e\xf9\x8b\x6b\xc4\x9b\xa5\xb2\xb7\xa7\xc8\xfd\x2b\x2f\x4c\x2c\x7a\xb3\xc3\xbd\x61\x97\xec\xf2\xbd\x91\x94\x11\x43\x54\xa3\x64\xc4\x2a\x06\x6e\xf6\x8c\x94\x68\x22\x15\xbf\x7c\x35\xb2\x5f\x9b\xd1\xcc\x77\xc4\x36\xe6\x3a\xe9\xf7\x32\x69\x2e\xf2\x68\x54\xc2\x44\xc0\xcf\x73\x59\xb1\x16\xfe\x94\x85\x41\x56\xf4\x48\xf4\x1f\x89\x2b\xe1\xf7\xd4\x9a\x2e\xf0\x2c\x51\xb3\xe7\x37\x1f\xca\x28\x7f\x3a\x8d\xf4\x94\x38\x90\x47\x90\xc7\x5a\x95\xaa\x0c\x7a\x76\x7d\xba\xa0\x34\x93\x60\xe9\x62\x37\x68\x5d\xba\x26\x3d\x8d\x68\xea\x0d\xdd\x8d\xd3\x06\x19\xe8\x45\xc7\x38\x0a\xdc\xe4\xb7\x58\x82\x3c\xb0\x00\x98\xe0\x65\xf1\xf8\xdd\xae\x74\x20\x7f\x00\xd9\x68\xe9\x61\xee\x53\x88\xb8\xe8\x90\x6f\x79\xf8\xf8\xdc\xfb\x76\x50\x7b\xc8\xe3\xa6\x5f\x1d\x2c\xd0\xb5\x6e\x12\x08\xf8\xee\xf1\xe9\xf7\x83\xba\x43\xb4\xa4\xc5\x63\x14\xa6\x1f\xf6\xe1\x2c\x31\x44\x99\x5c\x05\x5b\xa2\xa4\xf5\xf6\xcc\x5f\xae\xc7\xbe\xad\x10\x1d\x4c\x52\x35\x2f\x72\x44\xc9\x5d\x1c\xe3\x5f\x15\xd5\x4e\x56\x1c\xa5\xc0\x07\xf0\x4c\xd6\x84\x3d\x13\x41\xae\xa6\x6d\x19\x54\xb1\x42\x72\xed\x7d\x2b\xce\xd5\x53\x64\x50\x7d\xd7\x36\x60\x3b\x88\xb9\xc2\xe3\x06\x56\x44\x40\x6d\x50\xdd\x55\x1b\x76\x2f\x97\x20\x6a\xeb\x67\x4c\xf0\x5c\xa6\xc4\xff\x09\x17\x0d\x2e\x2f\x6e\x9a\xd4\x4d\xe2\x0e\x4b\x5d\x8f\x42\x36\x2b\xbf\x4d\xa2\x53\x71\x7b\x05\x7d\xd1\x70\x49\x55\xb9\x36\xcb\x81\xde\x7c\xb0\x9c\xcb\xae\xdb\x59\x09\xda\xc3\xb9\xd9\xa3\xc7\x69\xb0\x80\xd0\x59\x7c\xa7\x86\x8b\xd9\x95\xac\x56\xdb\xb3\xf9\x07\x4f\xb6\x92\xc6\x38\xa9\xab\x0f\xd5\xc2\xf1\x44\x5a\xad\x2d\x47\xf4\xd9\xa6\x55\xb4\x1c\x5f\x98\x6f\xb5\x30\xa6\x66\xf6\x81\xe7\x80\x70\x41\xd5\x88\x1c\x0b\xdf\x9d\xfd\xe5\x7c\xd5\xd2\x2b\xf4\x42\xcd\xd6\x4e\x5a\xa4\x65\xd0\x2f\xfe\x52\xba\x02\x4b\x75\x0a\xa2\x69\x16\x67\x55\x5e\x07\x1a\xdf\xd7\x47\x7a\x4b\xcd\x6c\xe9\x0b\x43\x56\xcc\x90\x10\xd3\x7f\x34\xef\x0c\xcc\xd2\x86\xea\xfa\x88\x66\xb4\x51\x47\x8d\xd3\x4c\xe0\xdf\x3e\xe4\x17\x1a\x50\x99\xae\xc1\x38\x6f\x89\x5b\x06\x6d\x25\xa1\x15\xa3\xc1\xd5\x69\xa7\xb7\x79\xdb\xe2\xd8\xa6\xe6\xe5\x2a\x26\x63\x38\xab\x56\x67\x2a\x2a\x3f\x97\x88\xf2\x36\x32\x74\x75\x55\x39\x32\x43\x61\xf0\xd0\x2d\x35\x3c\x80\x86\x68\x88\x42\x19\x09\xe6\x8f\x63\x47\xfa\xf6\x6a\x9e\xc9\x77\x07\x1b\xe3\xa7\xc0\x59\x72\xa1\x29\x65\xd3\x9d\xec\x3c\xe4\xe5\xa5\x97\xdf\xd5\xa2\xdd\x48\xea\xf1\x98\x21\xc1\x6e\x54\xb3\xac\x85\x92\xf5\x1f\xe1\x8f\x8b\x12\x09\x7e\xea\x7b\x8f\xba\x66\xee\x4e\xea\x43\xf5\xec\xa5\xd9\x92\x05\x9b\xde\x73\x8d\xae\x1b\x67\x0c\xb6\xc3\xf6\x98\xd8\xa4\xc5\x5c\x9d\x50\x1a\xae\x55\x20\x79\xe3\x92\xe5\x17\x4e\xb3\x18\xaf\x3c\x85\x03\xf7\xa1\xd9\x45\xf6\xbf\xa3\xd5\x78\x11\x40\x34\x78\x66\x9d\x92\x79\xbf\x49\xdd\xec\x47\x39\xa8\x57\xce\xdb\x98\x95\x1b\xb9\xd3\x26\x06\x0b\xf3\x34\x8e\xd2\x5d\x49\x3c\xdb\x9a\xda\x47\x16\x6f\xcd\x05\xbd\x27\x6c\xbe\x14\xb5\x8a\x12\xb0\x7d\x11\x12\xad\x49\x26\xd1\x3d\xd9\x6c\x7d\xd2\x50\x9e\x88\x04\x26\x1b\xb4\x40\xfe\x3a\xdb\xae\x3e\x1f\xb6\x65\x6f\xa4\xb4\x1e\xbe\xfe\x83\xeb\x59\x96\x28\x19\x57\x7f\xca\x35\xf5\x13\x58\xc3\x90\x87\x34\x5a\xe6\xe7\x22\xcb\xff\x5c\x16\xfc\x9b\x28\xdd\xa8\x76\x94\xa6\xe6\x4b\x72\x71\xc9\xfe\x19\x8d\x77\xe7\x7b\xd4\xa4\x7b\xe3\x0e\x93\x64\xb0\x3f\xe5\x21\x31\xb0\x2a\xac\x7e\xcd\xec\x26\x92\x6d\xa5\x93\x0b\x79\xf3\x3e\x71\x7a\x3e\x66\xb1\x1e\x4a\x1c\x92\x38\x06\x11\x39\xe9\xe9\x63\x0e\x50\xc3\xd1\xd5\xba\x7c\x13\x4e\x57\x63\x29\xc4\x53\xe1\xe3\xb5\x77\x1e\xf8\x59\xec\x39\xdb\x08\x6a\x5c\xe2\x47\x97\x8f\x4f\xf2\x4f\x42\xb3\x7d\xd7\xe7\x06\x24\x80\xef\x9a\xa6\x7a\x35\xcb\x37\xb4\x90\x1e\x82\x27\x7e\x00\xd6\x6d\xb3\x65\x27\xc1\x24\x77\x20\x04\x17\x44\xce\xa2\x02\xbe\x45\x3f\xbf\xb0\x8b\x2f\x5c\x34\x51\x64\x2f\xf9\x62\x4b\xbf\x89\x0d\x80\x27\x29\x7e\x5e\xd2\xcf\x4b\x46\xc5\xf8\x55\xd0\x2f\x16\x76\xe1\xc7\x5b\x6e\xc9\x32\x11\x69\x49\x38\xeb\x0b\xe4\x83\xb6\xfc\xf3\x9a\x7e\xe4\x35\xfe\x94\xee\x39\x43\xaa\x8b\x5b\x8a\x62\x19\x85\x8b\xf5\x4f\x94\x5e\xe2\x6d\x41\x19\x8f\xca\x45\x45\x7e\xcd\x25\xa2\x28\x44\xb6\x18\x63\xde\x68\x77\x2a\x9b\xbd\xcb\x2f\x56\x77\x29\xbd\xe9\x14\xae\x4d\x2e\x5d\xc1\xc7\x84\x7e\xb7\xf9\xdb\xa5\x9b\x8b\x9b\x08\x17\xba\x99\xe8\xbf\xb4\xb7\x45\xdb\xec\x90\x51\xe1\xd5\xcc\x25\xd0\x71\x99\x73\x80\xe7\x1a\x89\x00\x19\xd9\xc8\x96\xab\x92\xe3\xb6\xb0\xc5\xe6\x7b\x0d\x3b\x1b\x05\x9f\x68\xe7\x33\x97\x68\xab\xac\x77\xbd\xca\x34\x06\xf9\xdf\xc0\x26\x24\x8d\x98\xdd\xf1\x63\x48\xb4\x71\xce\x63\x3e\x63\xa9\x0a\x01\xc0\xf2\x82\xa8\x91\xd3\x60\xb6\xca\x81\x31\x98\xa5\xbb\xf7\xa7\x3f\x71\xe2\x46\x62\x07\xff\xfc\x67\x62\xa2\xee\x33\x74\x33\x13\x15\xf8\x3e\xb6\x04\xc8\xa5\x36\xfd\xfd\x4d\xd4\xe0\xe1\x7d\x04\xd4\x60\x4f\x1a\x56\x3f\x27\xa1\xf0\x7c\x70\xa3\xff\x1d\x00\x00\xff\xff\x9d\x98\x20\x71\x91\xcc\x00\x00") +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") + +func confLocaleLocale_fiFiIniBytes() ([]byte, error) { + return bindataRead( + _confLocaleLocale_fiFiIni, + "conf/locale/locale_fi-FI.ini", + ) +} + +func confLocaleLocale_fiFiIni() (*asset, error) { + bytes, err := confLocaleLocale_fiFiIniBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/locale/locale_fi-FI.ini", size: 52289, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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") func confLocaleLocale_frFrIniBytes() ([]byte, error) { return bindataRead( @@ -4377,12 +4398,12 @@ func confLocaleLocale_frFrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 52369, mode: os.FileMode(493), modTime: time.Unix(1453724970, 0)} + info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 54856, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\x7d\x4b\x8f\x1c\xc7\x96\xde\xbe\x7e\x45\x8a\x17\x04\x29\xa0\x59\x82\xae\xc6\x0f\x08\x2a\xc9\x2d\x92\x12\xe9\xe1\xa3\x87\xdd\xd4\xb5\x2d\x10\xa5\xe8\xca\xa8\xea\x18\x66\x65\x96\xf2\xd1\xad\xd6\xc5\x05\xbc\xf4\xc2\x2b\xaf\xbc\x9c\xa5\x0d\xcc\xca\x3b\xaf\xf5\x4f\xfc\x4b\x7c\xbe\x73\x4e\xbc\x32\xb3\x9a\x94\x66\xb8\x60\x57\xc6\xfb\x71\xe2\xc4\x79\x87\x39\x1c\xd6\xa5\xed\x36\xab\xb7\x75\xd1\xd9\xf6\xda\xfd\xea\x9a\xe2\x7b\xd7\x17\x66\xe8\x9b\x47\x4d\x77\x70\xbd\xe9\x9b\xe2\xd0\x36\x35\xfd\x31\x55\xf5\x60\xe8\x9a\xc5\xe2\xaa\xd9\xdb\xd5\x33\xfa\x6f\x51\x9a\xee\xea\xb2\x31\x6d\xb9\x3a\x33\x75\x6d\xab\xaa\x29\x4a\x57\x6c\xa8\x78\xdb\xd0\xc7\xc2\xfe\x72\xa8\x9a\xd6\xae\x9e\x76\xf8\x6b\x16\x57\xb6\x3a\xac\x4e\x1d\xb5\xbe\xe8\xdc\xae\x5e\xbb\x7a\x75\xba\xd9\xd8\xd2\xc9\x67\x33\xf4\x54\x74\xa3\x5f\xc3\x61\xf5\xc6\xee\x5c\xd7\xb7\xa6\x77\x8b\x96\x7f\xda\x36\x4d\xbb\xb1\x97\x9d\xeb\xed\xea\xdc\xd1\xf0\xfe\x62\x2f\x17\xd7\xb6\xed\x5c\x53\xaf\x7e\x90\xbf\x76\x71\x30\x3b\x4b\x63\xdb\xb9\xda\x2c\x7a\xbb\x3f\x54\x86\x8a\x5f\xe8\x8f\x45\x65\xea\xdd\x80\x12\x2f\x1c\x7e\x2c\x36\xad\xa5\xe4\x75\x6d\x6f\x56\x8f\xe9\xe7\x72\xb9\x5c\x0c\xb4\x2e\x6b\x5a\x80\xad\xab\xec\xda\xd4\xe5\x7a\x8f\xf9\x9c\x71\x42\x53\x0c\xbd\xad\x7b\x5b\x58\x5a\x1b\x9a\x31\x0f\xdb\x96\x34\xab\xb5\xe9\x78\x62\x5d\xd7\x14\x76\xbb\xb5\x7d\x3f\x60\x21\x37\x58\x33\x6e\xb2\x36\xb4\x84\xaf\xe8\x53\x9b\x58\xd8\xbd\x71\xd5\xea\xe9\x23\xfc\xa1\x51\x77\xdd\x4d\xc3\xab\x2a\x3f\x68\xf6\xeb\xfe\xf6\x60\x57\x8f\x9b\x7a\x6b\xdb\x3d\x0d\xd5\x1c\xfa\xcd\x95\x59\x3d\x96\xbf\x0b\x2a\x71\x68\x68\x31\x9a\xf6\x96\x56\xc8\xff\x5c\x34\xed\xce\xd4\xee\x57\x5a\x2c\x5a\x95\xd7\xf2\xf1\xab\xf9\x95\xd7\x66\xef\xda\xb6\x69\x57\x2f\xf9\xcf\x82\x26\xbd\x46\x1b\xab\x57\x43\x73\xdd\x14\x49\x1b\xc8\xd9\xbb\x5d\x8b\xa5\x43\xa6\x29\x5e\xe2\x4b\x1a\x91\x4c\x6e\x48\x2a\x26\xcd\x6d\x9b\xf6\xbd\xa6\x7e\x47\x3f\xc7\x6d\xd2\xd8\xb4\xbd\x66\x34\x30\x53\xd3\xa6\x70\xfe\xf7\xb6\xeb\x1d\x41\x44\x51\xd9\xbc\x94\x5b\x98\x72\x4f\x0b\x7d\x30\x04\x76\x19\xf4\x99\x3d\xa5\x33\x84\x48\x6b\x66\xb3\x69\x86\xba\x5f\x77\xb4\x0b\xb4\xcd\xdd\xea\xf9\x9e\x86\xd1\x4b\x2b\x45\x49\xd5\x1e\x68\x91\xc5\x6c\x91\xc5\x6d\x33\x04\x10\x58\x3d\xaf\x8a\x7e\xe0\x23\x01\x00\x90\xbc\xf9\x6a\x98\x63\xb7\xde\x5a\x5b\xd2\x46\xf7\x74\xb4\x08\x1a\x87\xaa\xa2\x45\xfe\x79\xa0\x59\x75\xab\x33\xfa\xa2\x35\xe1\xaf\x85\xeb\x3a\xfa\x0b\xc0\xba\xac\xec\x9e\x6a\x6f\x4c\xbd\xa1\x99\x9d\xd6\x35\x15\xa3\xfd\xfd\xb1\xb3\xa6\xdd\x5c\xbd\x5b\xc8\xdf\xd5\x1b\xb7\xb1\xed\x86\x61\x74\x7e\xeb\x01\x66\xab\xb7\x02\x5d\xdc\xba\x6f\x9c\x80\xa7\x29\x01\x4a\x25\x35\x41\x0d\xbb\x9a\xc6\x5c\x55\xef\x16\xfa\x63\xf5\x5c\xfe\xea\xfa\xf5\xae\xaf\x2c\x43\x22\xad\xd6\x03\x97\xe6\x15\x07\xdb\x16\xae\xa2\xd5\x70\x7b\xc2\x0f\xd7\xd7\xae\x59\x94\xcd\xe6\x3d\x1d\x19\x9c\x74\xea\xff\xdc\x16\x54\xde\x11\x94\xbb\x0a\x5b\x57\x97\x84\x60\x9a\x5d\x57\x74\x43\xf1\x84\x4b\x9e\x70\x23\x5b\x73\x4d\xe7\x8a\x76\x79\xb7\xe3\xbd\xfe\xca\x14\xbd\x69\x77\xb6\x5f\xdd\x5b\x5f\xd2\x31\x7d\x7f\xaf\xb8\x6a\xed\x76\x75\xef\x7e\x77\xef\x6b\x3a\xad\xd6\x16\xbb\xc1\x95\xe6\xab\xcf\xcc\xd7\xc0\x37\x85\xe9\x69\xa6\x3a\x28\x1a\x8d\x61\x3c\x64\xf6\x97\xce\x50\xb3\x3f\x0f\xa6\xda\x34\x9d\x41\xaf\xbc\xdc\xa6\x38\x30\x4e\xf8\x64\x81\xdd\x20\x14\xb2\x2e\x2f\x05\x13\xf2\xe0\x6a\x8b\xa3\x4b\xc8\xaf\x78\x79\x7b\xfe\x0f\x2f\x4e\x8a\x33\xda\xd6\x5d\x6b\xf9\x37\xfd\x47\x15\xbe\x28\x9a\xe2\xc2\x3d\xf9\x76\xb9\xa0\x9a\xb2\x44\x19\x5c\x3d\x31\xbd\xb9\x34\x9d\xe5\x6c\x9c\xdc\x0b\x77\x60\xf0\x2c\x7d\xc6\x15\x15\x26\x2c\x4a\x7b\x9f\xee\xd4\xf4\xe8\x53\x03\x11\x5b\x10\xb8\xc6\x16\x28\x47\x97\xf9\xad\x2e\x2f\x36\x63\xdf\xf4\x58\xca\xe7\xaf\x5e\xbd\x7e\xf2\x2d\xaf\x0d\x6d\xb7\xdb\xba\x8d\xa1\x5d\xd8\xfe\xfb\xf5\xce\xd6\xb6\x35\xd5\x9a\x0e\x15\x56\x9e\x67\xb8\x5c\x74\x5d\x45\xa8\x8d\xc0\xe2\x65\x53\x9a\xca\xf5\xbf\xfd\x53\x71\x7e\xfe\x82\x86\xd3\x5f\xad\xce\x08\xd0\x9a\x96\x30\x7f\xf7\x73\x85\xb5\xd2\x4e\xe9\x28\x1c\x34\xa7\xc0\xd9\xc8\x06\x37\x59\x26\xdb\xb6\x6b\xc2\xbb\xfd\x2d\x96\x9a\x9b\xfd\x3d\xf5\x8b\x9a\xe6\x71\x18\x7e\xfb\x3f\x05\x6d\x8c\xa5\xe9\x5d\x0f\x34\x4d\x69\xd5\xd5\xd7\x34\xe2\x92\x76\xc1\x2f\x15\xb5\x5c\x8f\x57\x2b\x36\x43\x08\x82\x0e\xac\x25\xf0\x68\x01\x35\xad\x2b\xee\x2d\xef\x11\x0e\xbf\xf7\xe8\xde\x72\x51\x37\x6b\x41\x2c\xc0\xf5\xa5\xeb\x0c\x9d\x98\x75\x1b\xae\x1c\xc2\xa2\xaf\x78\x24\x0d\xed\x24\x72\x69\xdd\x7b\x80\x58\x65\x0a\x5f\x4a\xa0\xb0\x23\x70\x34\x74\x26\x68\x89\xf9\x5a\xa1\xcb\xa2\x4e\x70\x13\xf6\x28\x5d\x14\x8f\xcd\x74\xf7\x5f\x00\x42\xe5\xb7\xa2\xa8\xac\xa6\x2e\x47\xf3\x20\x5d\x0e\xb3\x5c\x2c\xfc\xe6\xce\x40\x24\xc1\xde\xb7\x58\x07\x6e\xee\xf4\x70\xa8\x08\x22\x14\x43\x12\x19\x10\x41\x6c\x36\x2b\x9c\xe7\x4d\xeb\xae\x1d\x1d\x22\x07\x50\xf3\x8b\x4c\x93\xa7\x0b\x6e\x84\xc6\x0b\x42\xff\x7c\x37\x6e\xae\xe8\x10\x36\x9f\x30\x9a\x5a\x67\x00\x55\xbc\x69\x9a\x9e\x77\x29\xc1\x5b\xa1\x98\xef\xf3\x62\x20\xf4\x5a\xb8\x22\xa2\x39\xa6\x51\x5a\x4b\x90\xee\x8a\x8e\x76\xb1\xae\x1b\xfa\x5b\x5d\x1b\x94\xab\xfd\x11\x2f\x5d\x6b\x37\x28\x4e\x18\x72\x20\x72\x02\xa7\xec\x69\x67\x09\x6f\xf0\xa9\x20\x62\x46\x8e\x9c\xcf\xf4\xfd\xbd\xd0\x0c\x1a\xd8\xb5\xe5\x1d\xa4\xff\xf5\x32\x37\x09\xcc\xb6\x7e\xf0\xc9\xc0\x2c\x63\x41\x00\x04\x10\x09\x21\x87\x86\x2e\xf4\x7a\xf5\xa4\xc1\xee\x35\xfa\xe9\x3b\xfa\x07\x8c\xb3\xa1\x03\xab\xc7\x93\xee\xaf\xf3\xf3\x67\xc5\xa6\xc2\xea\xbd\x7d\xf3\xa2\xc3\xb1\xbc\x5a\x1f\x68\x1d\x57\x67\xf4\x9f\x41\x76\x48\xf2\xad\xbc\x1a\xf6\xb6\x65\xd4\x72\xe0\x32\x1e\xd5\x52\xcb\x74\x92\x99\xae\x23\x18\xa4\x9a\x27\x04\xa4\x74\x95\x1a\x7f\x7a\xf8\xf8\xe7\x40\x4c\xe8\xbd\xb7\xfe\x6e\x47\x9d\xe5\xe2\xaa\xef\x0f\xe9\x10\x9e\x5d\x5c\x9c\xc5\x44\x3f\x08\xc9\xc3\xed\xdb\x6d\x9a\x0a\x5d\x33\xd0\x26\xa0\xb4\x64\x58\x1a\xda\x6a\x45\x33\x9b\x02\x19\x65\x8c\x96\xc5\xd5\xdb\x6a\xa0\xbb\x9f\x8e\xd2\xb0\xab\x1c\x16\xc4\xdf\x37\x58\x21\x43\x37\x45\x53\xd0\x5a\xf3\x88\x3e\xc3\x7f\xe7\xb4\xfc\xa5\x11\x6c\x7f\x45\xf7\x80\x01\xfc\xd5\x0c\x9e\x7c\x0e\x0a\x5b\xd1\xc1\x27\x62\x96\x7a\xa6\xb3\xd2\x1c\x70\x9e\xe7\x0f\xcb\x77\x06\xd3\x20\x78\xba\x56\xd2\x6c\xae\x90\x52\x6b\xdd\x9e\x16\x23\x60\xf3\xe2\xfc\x25\x2d\x10\xa7\x6d\xdb\x66\xbf\x7a\x62\xe2\x87\x9f\xe1\x4b\xaa\x86\x91\xba\x9a\x60\x94\xf6\xaa\x39\x29\xde\x7c\xf7\xb8\xf8\x37\x5f\xfc\xf9\xcf\xcb\xe2\x2c\xc1\x72\x5d\x53\x31\xde\x08\x05\x0b\x1e\x0c\x21\x45\xfa\x8f\xce\xd7\x1e\xbb\x7c\x0f\xc7\xf6\x5e\xf1\x15\x67\xfd\x07\xdb\x11\x42\x71\xcd\x92\x68\xcd\xaf\x97\x0b\x24\x11\x64\x0b\xec\xf3\x70\x19\x62\x5f\xba\x5e\x60\x5f\xf3\x27\xb7\x4e\x5e\xca\xd3\xde\x6b\x3a\x37\x5b\xd7\xee\x57\xa7\x02\x32\x85\x27\x47\xb1\xf3\x6f\x52\xf4\xc7\x0d\xaf\x6b\x3a\xa0\xdb\xdb\x50\x1a\x64\x10\x01\x3a\x6d\x0d\xb6\xed\xa9\x2c\x1e\x83\xe7\x9a\xb9\x8f\x8d\x9d\xc5\x5b\x34\x92\x73\x01\x62\x42\x4e\x44\x67\x3b\xfe\x24\x82\x6a\xd1\x6c\xb7\x15\xd1\x02\x72\x71\xf9\x5e\xe2\x05\xf6\x5a\xb2\xb3\x62\x04\xb5\x07\x62\x2c\x9e\x04\xb0\xc7\x4a\x3e\x7e\xf2\xaa\x20\x72\x8b\x06\x46\xd8\x63\x1f\xea\x13\x91\x57\x02\xf7\x5c\x9b\x13\xc2\x6f\xb8\x32\xe8\x92\x6a\x5d\x47\xa7\xdf\x46\xbc\x83\xb1\x20\xab\xd9\x98\x6a\x8f\xe5\xa2\x53\xaf\xf7\x06\x9d\x24\xc2\x49\xa6\xe5\xee\xb8\x21\xf4\x16\x39\x2d\xcd\x9e\x94\x9f\x0e\xd2\x17\x2d\x00\x13\x44\x17\xd5\x84\xe9\x36\x03\x1d\x93\x3d\x1f\x75\x2b\x03\x74\x05\x0e\x8a\x96\xbc\xb6\xf5\xae\xa1\x01\xd2\x35\x47\xf0\xde\x83\xf2\x40\x2e\xe3\x36\x57\x08\x33\x42\x53\xb4\xa5\xdd\x12\x6e\xc2\x65\x3a\x7b\xdd\x25\x83\xc8\x76\xb8\x78\x69\x6a\x3a\x68\x76\xb6\xd6\x74\x02\x93\xfb\x71\x2f\xd5\x69\x7b\xe3\xa8\x4e\x04\xe0\x79\x12\xe9\x7d\x07\xd4\x46\xd8\x17\x93\xa1\xab\x54\xd0\x31\x08\x76\xba\x40\x6b\xee\xdb\x73\x43\x01\x2e\x95\x2b\xca\xb3\x75\x54\x44\x39\x5f\x39\x2b\x7c\x2a\x53\x0e\xa6\xd0\x02\x82\x5f\x8a\x9a\x98\x12\x3f\xa4\xa5\x50\x88\xc4\x7f\x29\xc3\xba\xbe\x76\xc4\x1e\xfa\x8e\xa4\x2d\xb9\x6d\x0a\xcf\xf1\xa1\x95\x1f\x68\x5d\x99\xa0\x2d\x98\xfb\xb4\xb3\xcd\xe8\x80\xce\xfd\xa4\x75\x6f\xaa\x66\xb7\xc3\x86\xf9\x49\x5f\x87\xb6\x98\x6a\xa5\xcd\x76\x74\x82\x3a\x66\xce\x79\x6d\x7a\x01\x45\x2d\xc7\x6b\x18\x0a\x33\x52\xf6\xac\x68\xbe\x07\x4b\xe5\xa1\x94\x7f\x11\x02\x18\xe4\x0d\x5d\x7c\x42\x1c\x12\x8a\x21\x22\x46\x17\x1d\xf4\x8b\xac\x7b\xc1\xf5\x70\x3e\x88\xd6\xa6\x4b\xb1\x44\xeb\x27\xb4\xa5\x00\xaa\xa1\xa6\xfb\x37\xdc\xae\xc5\xf3\x27\xab\xcf\x8b\x06\x74\x56\x4b\x47\x8a\x79\x2d\x1e\x0b\xad\xfa\x88\xa6\x81\xd0\x81\x10\x1a\x01\xab\x1e\x23\x19\xdd\x0c\x4a\x38\xd5\x61\x9c\x66\x0d\x68\xf9\x09\x6b\x3d\x22\xad\x02\x61\xad\xc8\x2c\xe6\x04\x6c\x16\x8a\x48\xd5\x94\x37\x57\xf2\x09\xe9\x9e\x5f\x5a\xef\x1a\xf0\x7e\xca\x18\xe9\xd5\xbf\xe8\x09\x2a\xd6\x3b\xd7\xaf\xb7\x40\xb1\xe5\xea\x3b\xca\x84\x98\x82\x9a\x40\x16\xa3\x35\x5a\x2d\xe6\x88\xa8\xd8\x97\xc5\xfd\x6b\xa5\xaf\xbf\x00\xde\x5c\xd3\x29\x76\x15\xa0\x57\xee\x43\x53\xa8\x6c\x43\x68\xbf\x6e\x38\xc8\x6d\xaf\x64\x32\x9d\x1c\x87\xc3\xbc\x63\x40\xec\xe4\xcc\x0b\x59\x1a\xea\x5d\x12\xc3\xd3\x12\xe2\x1d\xb6\x84\x84\x1d\x9f\x3d\x53\xdc\xef\x4e\x8a\x57\xaf\x5f\x65\x05\x77\xcd\xe5\xe0\xaa\x72\xb9\xf0\x94\x35\xd1\xd5\x0a\x23\x20\x4c\x79\xdd\x76\x83\x3f\xc8\x19\x91\x8d\xb1\xfd\xf6\xbf\xa8\x48\xdb\x52\x05\xc3\xb3\xf2\xad\xcc\xd0\x7f\x73\x24\x94\x16\x6f\xb8\x6e\xa0\xcd\xb0\x24\x04\x1c\x60\x7c\x09\x0e\x91\xe4\xfb\x0a\x90\xc6\x9d\xd2\x8f\x2f\x0b\x9a\x55\xf1\xe8\x6b\xfa\x7f\xd1\x11\xf9\x26\xb7\xd6\x6e\x66\x23\x84\x66\x14\x4a\x42\xc8\xd8\x7c\x6e\xd9\xf0\xb3\xb3\x92\xc3\xa3\x3f\x16\x0c\x16\x3c\x2e\xae\xe2\xeb\x0b\x94\x74\x03\x43\xfe\xea\x5b\x5b\x13\x6a\x26\x58\xff\xa4\x38\x77\x86\xf8\xe6\xad\x25\x52\x88\xb0\x11\x5d\x3f\xfd\x50\x98\x4b\xe2\x59\x69\x07\x2d\xa8\x28\x40\xd2\x49\x71\x39\xe0\x4c\x12\x29\xd2\xf6\x0e\x47\x83\x50\xf5\xe2\x47\x08\xe1\xde\x2d\x06\x21\xce\x9b\xaa\x04\x25\x08\xa0\x17\x3e\x92\xf0\xfb\x48\x96\xe4\x0b\x05\xd8\xee\x6e\x1c\x2d\xe7\x3a\x88\xf0\xb0\x4c\xbd\xfd\xa5\x5f\x3d\x66\xb6\x99\x38\x58\xcd\xc0\x2d\x8f\x8c\xc5\xfe\x96\xf7\x90\x60\xbd\xd8\x3b\xeb\x52\xa2\x9d\xa8\x25\x02\xd6\xa6\x65\x8a\x49\x4b\xc5\x6c\xb4\x40\xe3\x27\x94\x85\x36\xe8\xfe\xea\x56\x2f\x2c\xda\x28\x5e\xe7\x32\x1d\xca\x15\x61\x52\xe8\x43\xc5\x49\x8c\x2d\x59\xee\xf8\x03\x30\x37\xed\xac\x4a\x4c\x96\xb4\x27\x2c\x84\x91\x3e\x5f\x51\x95\x1e\xcc\x59\x04\x28\x5a\x2b\x15\x43\xbe\x5b\x8c\x07\x46\x79\x84\x75\xae\xde\x25\x92\xbf\xb5\x6e\x26\x4b\x00\x81\xf3\x6a\x16\x60\x29\xca\x89\xa4\xd0\x95\x3d\x80\x72\xda\x77\xbb\xd5\x33\x43\x17\xaf\x23\xec\x16\x31\xe4\x37\x85\xc8\x35\x89\x27\x32\x9f\x2c\xba\x06\xe7\x6d\xfd\xf1\x75\x3b\xa9\xd1\x48\xf5\xfc\x86\x15\x79\x24\x31\x8d\x2b\x01\x9f\xee\xe0\xcc\x46\x6e\xcf\xfc\x86\xa5\xb3\x41\x90\xc7\x57\x93\xbf\x86\x89\x47\x24\xa0\x8b\x88\x02\x5b\x4e\x84\x89\xd0\xfe\x23\x74\x8c\x63\xd9\xcd\xd0\x05\x18\x38\xf0\xe1\xa4\x77\x3d\x3e\x9e\x1e\xcc\x07\x03\x8a\x8f\xc9\xde\x6c\x54\x4c\x13\x81\x71\x25\x66\xce\xee\x2f\xd1\xb4\xc5\xfd\x4c\xf0\x69\xf6\x6e\x41\xd7\xcf\x8e\xce\xfd\x0c\x75\xca\xe7\x00\x64\x8d\xe1\x42\xf6\x03\x85\xbe\xf1\x12\x65\xc2\x23\x37\xab\x6f\x89\x84\xdb\xd5\xcc\x32\xa5\xab\xfe\xbc\x63\xe6\xb6\xe7\x4d\x5b\xfa\xeb\x41\xe8\x19\x26\x67\x89\xa5\xef\xfd\xda\xbf\xad\x0d\x43\x86\x51\x8a\x5c\x16\x53\x26\x1f\xa6\x48\xa8\xc3\xe1\xaf\x29\xbe\xba\xfc\xfa\x7e\xf7\xd5\x67\x97\x5f\x9f\x00\xcd\x2a\xbb\x27\x5c\xf3\x86\xf0\x26\x50\x0f\x33\x70\xcc\xa5\x40\x7a\xce\x17\x78\x4b\x04\x00\x4d\xa2\xb8\x5f\x16\xd8\x11\xdc\xc8\x74\x65\x10\xec\xcc\x8a\x1c\xe8\xc2\xdc\xf0\xf1\xe3\xf3\xe0\xc1\xf8\x34\xd0\x9d\x90\x5b\x46\x30\xe6\xc9\x54\x6e\xef\xfa\xa3\xe0\x44\x57\x0a\x8d\x07\x94\x05\x4f\x04\x37\x95\x7d\xe4\x67\x2b\x7b\x27\x9b\x4b\xe3\xa5\xeb\x88\xaa\xe2\x66\xcf\x21\x8c\xe5\x72\x4c\x96\x7c\x41\x07\x9a\xd0\x1e\x51\x54\x57\xa6\x5b\x0f\xb5\xae\xaf\x2d\x05\x9c\x1e\x3b\xd3\xf0\x6d\x74\x65\x5c\xce\xf2\xc4\x85\x89\xec\x1b\x23\x59\xbf\xe0\x84\x28\x1f\x86\x05\xfe\x94\xfa\x97\x7b\x08\x0d\xd1\x35\x68\xaf\x07\x16\xbe\x98\x64\xf0\x61\xab\x1a\xb0\xc2\x5a\xcc\xb6\x95\xee\x29\xd3\x1f\x27\xc5\x16\xab\xbc\x21\xe4\x4c\xd7\x2d\xf1\xfd\x43\xd5\x19\xa0\x56\x08\x3f\x3a\xa2\x68\x9a\xa5\x2c\xa3\x9f\x00\x15\xdc\x18\xce\x65\x32\xb2\x16\x39\x40\x6c\x90\x8e\xd8\xec\xf2\x29\x83\xc9\x97\xbe\x1c\xfc\xde\x46\x26\x38\x30\x7e\x52\x55\x2f\x3d\x5f\x10\xc4\x57\x41\xec\x6e\x84\xe3\xe5\x82\x87\x84\x91\xf5\xb3\x03\x7b\xd8\xba\x4f\xfd\xe0\x14\x04\xe3\xb0\x5a\xeb\xe2\xc5\x66\x83\x0c\x6a\x21\xcd\x85\x33\xf6\xc6\x17\xf3\x2d\x84\x5b\xc5\xdf\x96\x2c\x62\x9e\x40\x14\x78\x77\x16\x3b\x4f\xce\xcb\xc6\x94\xd8\xa6\x26\xde\x9e\xba\xbc\xb1\x57\xcf\x3d\x8f\xe6\x13\x86\x2c\xf3\x09\x43\x0e\xd5\xfa\xa6\x59\x77\x57\x90\x60\x10\xf1\x52\x0d\xf5\xee\xca\x42\x54\x2a\x17\x7e\x90\xb2\x8d\x05\x8c\xb4\x65\x4d\xf1\x6f\xa3\x90\x10\x77\x2e\x56\xe9\x9d\x9c\x32\xdc\x16\xfe\x88\x9d\x45\x01\xb6\xc9\x4e\x9b\xd7\x2b\x84\x1a\x42\x49\xfe\xe0\x31\x80\x16\x1b\x6f\xf2\x07\x57\x3b\xd9\x16\xc5\xc8\x9e\xb8\xc8\x59\x34\x8f\x2c\x7a\xc6\xcc\x85\x16\x22\x4a\x3d\xd0\x20\xb1\x05\xe5\xd5\x7d\x0e\x41\x68\x41\xf7\x79\xd9\x60\xda\xe0\x88\xdf\x2d\x6e\x6d\xb7\x3a\xff\xed\x9f\x17\x75\x43\x94\xc6\x82\xa5\x56\xb7\x10\x17\xf3\x5c\xa8\x18\xe4\x11\xef\x16\x6f\x69\xf5\x5e\x8d\x49\x70\xdc\xb8\x31\x31\xb9\x7f\x59\x08\x40\xb4\xb3\x5f\x00\x25\x5a\xce\x26\xc4\xfa\x1b\xcb\x52\x74\x5a\x8a\x9a\x3a\x60\x95\x50\x58\x85\xf3\xf3\x67\x17\xcc\x24\x70\xeb\x10\x37\x5e\xb3\xf0\x6a\xf1\xac\xef\x0f\xdd\x5b\x15\x39\xb1\x84\x88\x5a\xbe\xad\x1a\x53\xfa\x44\xfd\x5c\x5c\x58\xb3\x8f\x03\xc4\xd7\xe2\x94\x08\x83\x98\x04\xe6\xa4\x8d\x2a\x2a\xa6\xf4\x64\xf0\x4f\xc7\x6c\x41\x60\xf5\x2c\xab\xc5\x7e\x3a\x22\xbb\xfe\x69\x61\xaa\x03\x31\xa5\x20\xc0\x42\x51\xc8\xa6\xa1\x68\x61\x1e\x2e\x0a\xa8\x4d\xb5\x25\x76\x79\x4f\x3f\x37\x60\xdd\x71\x45\x13\x15\xea\x1e\x3e\x5a\x7f\x9a\xb7\x53\x12\x12\xf9\xe3\x6d\xd1\xe7\x61\x00\xd3\xfb\x13\xdd\x97\xbf\xfa\x09\x3c\x60\x39\xa8\x8e\xfd\x7e\xb7\x7c\xb0\x60\x42\x38\x16\xf8\x49\x24\xa5\x4c\x3f\xd6\x2c\x2d\xad\xf8\xf4\x10\x15\x1e\x8f\xcf\x4f\x8b\xbd\xf9\xe5\xce\x5a\x7b\xa8\x98\xf6\x93\x6a\x82\x1d\xd3\xb5\x24\x7c\x91\xcb\xc4\x04\x7d\x29\xd6\xf8\x69\x01\x59\xe2\xb4\x3c\xb6\x3b\x14\x71\xf5\xa6\x1a\xca\xa3\x43\xa1\x73\x46\xa7\x88\xe8\x7c\x53\x3c\xb8\xdf\x3d\x40\x9b\xf5\x7b\x22\x1d\x6a\xad\xf0\x14\xff\x13\xa7\x4d\x35\x1a\x02\x45\x82\x8d\x2f\xbd\x46\x96\x78\x7b\x66\x44\x36\x3d\xd4\x10\x2a\x88\xd0\xeb\xaa\x25\xc0\x3d\x10\x29\x4c\x57\x75\xc0\x4e\x91\xb1\x21\x92\xb8\x1c\x6c\x8e\x91\x62\x1d\xea\x69\x19\x75\xc7\xeb\x4b\x6b\x89\x35\x36\xef\x6d\x1d\xb4\x1d\xca\x06\xd1\x6c\x85\xa0\x0c\x72\x60\xd1\x10\xae\x8f\xd5\xcb\xe5\xef\xb3\xf5\x89\xc4\xba\xab\x7a\xf5\x20\x57\x2d\x27\x6d\x84\x26\x7a\x3a\x53\x77\x0e\x01\x87\x6e\xb6\x73\x01\x00\xae\x45\xd3\x2f\x57\x2f\x1e\xb8\x11\xbe\x98\xad\xe6\xaa\x8a\x68\x90\x6a\x1d\x3a\x9e\xf6\x86\x0d\x77\xb6\x4e\x55\x41\xe1\xfa\x71\xcb\xb8\xd8\x61\xb3\xe2\xde\x26\xd8\x0d\xa7\xc6\xef\x99\x16\xe8\x41\xe6\x20\x8f\x7e\x97\xeb\x8c\x01\xe6\x91\x64\x14\x12\x41\xfd\x86\x38\x4e\x62\xbe\x99\x07\x4c\xf4\x2a\x39\x5b\x0c\xbc\x47\x57\x64\xe7\x8c\xe7\xaf\x9b\x99\x4e\x08\x48\x81\xcd\x7f\x4f\x2f\x22\xc7\x01\x51\xe9\x9a\x8f\xee\x27\xdc\x4e\xfe\x36\x03\xad\x74\xc5\x47\x27\x5d\x0e\x6e\xcc\xa4\x8d\x19\x35\xaa\x00\xe0\xdb\x5f\xe8\xf2\x89\x0a\x97\xd0\x37\x76\xc1\x76\xb8\x98\x96\x8b\xca\x74\x3d\x78\x46\x99\x59\x2c\x8c\xce\x68\x32\x84\x4c\x59\x2a\xbb\x27\x3a\x0b\x47\x57\x24\x02\x55\x0f\x4c\x02\x9e\xa2\x6d\x54\x5a\x85\x99\x02\x16\x96\xc5\x63\x57\xa4\x28\x0d\xb4\x13\xcc\x37\xb2\x75\xa0\xb3\xe6\x67\x0a\x85\xcb\x7b\x7b\x3b\xa5\x66\x58\x10\xc3\x89\xd4\xfc\xae\x35\x25\xd3\xaa\xd7\x71\x3d\xc0\x11\x85\xdb\xe8\x4b\x70\xad\x83\x08\x24\xb9\xcc\x6d\x68\x59\x94\xce\xfe\x96\x38\xd6\x00\x0b\xd8\x68\x65\x87\x3d\xf7\x29\xf3\x37\x02\xad\x26\x17\x00\x25\x4d\x5c\x37\xa0\xe2\x71\x11\x10\x7f\x40\x57\x9a\x17\x83\x9c\x8a\xb0\x51\x75\x30\xdc\x7b\xeb\x06\x42\x66\x2a\xb5\x59\x74\x74\x96\x2a\x2c\xba\x98\x85\x3c\xcf\x48\x1a\x96\x4d\x3a\x5b\x5a\xc8\xcd\x89\x5d\xf2\x28\x9f\xd6\x32\xc2\xec\x49\x51\xd2\x9e\xf4\x5e\x23\x2f\x16\x0d\x95\x69\x2b\xbd\x77\x3a\x22\xff\x5c\x5b\x0b\xd9\xa6\x6b\xff\xdb\x3f\x2d\xb5\x67\x70\x09\x30\x01\x19\x75\x0c\xe2\x57\xbb\xcc\x69\x60\xed\xff\x41\xae\x85\x3c\x61\x3e\x53\x4a\xb6\xbc\x44\x34\x14\x41\x68\xa3\x09\xaa\x98\x6d\xa4\xc4\x24\xdc\xad\xdd\x65\x83\x1c\x9d\xce\x30\xd3\x38\x47\x93\xce\xb1\x0a\x1d\x27\xcb\xca\x4a\x19\xed\xd5\xe4\xbb\x11\x27\xe9\x20\xec\x12\x69\x69\x58\x61\x39\x00\x99\xe1\x84\xc0\x3f\x21\x3f\xe8\xfc\x88\x95\xcf\x9b\x43\x3e\x8d\xfd\x1a\xfd\x8b\x59\xc5\xfa\xb2\x85\xc2\x23\x39\x84\xb4\xcc\x2d\xc0\xea\xa1\xe4\x7c\xca\xb6\x0a\xb0\xbe\xa9\x13\x08\xf1\x67\x72\xf1\x23\x06\xff\x6e\x41\x57\x5b\xbd\xb3\x6b\xd5\x72\xa8\xe0\xc8\x13\xbf\xa2\x86\xe8\x86\xc2\xab\x35\xa0\x93\xf2\x55\x44\x79\x71\x67\x4d\x68\xee\x08\x27\xa4\x36\x35\xff\xd8\x10\xe5\xd1\xd4\xc0\x6c\x7c\xa9\x8b\x1c\x2f\x1a\xc0\x38\x9b\x49\x77\x98\xee\x76\xfd\xad\x30\xc1\xa2\xd3\x19\x2e\x2f\xa1\x79\x5c\x6c\x61\xa0\x76\x63\x5b\xa2\x69\xed\x6e\x30\x30\x3a\xa3\x4e\x09\xc3\xad\x7e\x68\x7a\x18\x87\x49\x01\xc8\xfa\x50\xc0\xf5\x4e\x53\xe4\x93\x4e\xb2\x7e\x42\x60\xce\x5a\x65\x70\xe8\xee\xb7\xff\xbb\x80\x44\x62\xbf\xe4\x8b\x03\x84\x7c\x7b\xcd\x77\x96\xbf\x4c\x98\xa0\xc0\xe8\xe9\x5e\xa7\x3c\xbe\xaa\x62\x85\x03\x5f\x43\xb5\x30\x83\x3c\x40\xb6\x05\x20\x62\x64\xe8\x7b\x42\xdf\x0c\x77\xe9\x6d\xcf\xad\x05\xa9\x6b\x0d\xae\xde\xb1\x25\xc0\x8f\xde\x2a\xe9\xdd\xc2\xdb\x2e\xa9\xd5\xda\x8c\x8d\x89\x22\xa2\x6e\xf5\x18\xd8\xc6\x89\x9e\x99\x45\x50\x2b\x2f\x6b\x3f\xe7\x4f\xb7\x50\x9d\x2e\xa4\x22\xdd\x2a\x51\xe3\xba\x05\xcb\xf5\x46\x02\xbd\x12\x3c\xbb\x5d\x3d\x85\xa0\x81\x38\x70\xcf\x10\x0d\xae\x5c\xbd\x75\xe5\x62\x41\xdb\x41\x0d\xac\x47\x23\xf4\xbb\xd4\xf8\xa1\x8b\x6a\xe2\xf9\x3c\xbb\x84\xa9\xfb\x0a\x05\x2b\xe6\x40\x09\x74\x46\x35\xdc\xcd\xae\xc6\xb5\xde\x2b\xcb\x05\xfa\x0e\x0b\x67\x32\xb4\x72\x52\x88\x78\x05\xba\x63\x42\xaa\x84\x28\x1a\xfa\x54\xc8\xbf\xb1\x97\xd1\x8a\xcf\x80\xc7\x6b\x61\x15\xd0\x89\x0c\x99\x45\x64\x81\x42\x08\x34\x83\x0a\xcd\xca\xd5\xf7\x51\xb1\x83\x7d\x62\x3d\xa1\xfc\x0c\x4a\x2d\x6f\xa7\xe4\xaa\xa0\x53\x49\xf6\x98\xe0\x03\x76\x63\x51\xaf\xf1\x58\xd8\xba\x26\xb7\x7f\xa4\x8f\x05\x1a\x67\xad\xdd\x19\x1d\x01\xe1\x54\x86\x43\x09\xce\xd3\xaf\xf0\x29\x84\xdd\x34\xc2\xc2\x03\x43\x9e\x1f\x18\xc9\xdc\xce\xcd\x8b\xb4\x68\xbd\xb4\x3e\x5b\x33\x46\x96\x72\xe9\xcf\x75\x30\x6e\x7c\xeb\xe1\x5d\xce\x36\x8d\x76\x54\xc2\x8b\x9d\x14\x03\x06\x2b\x08\xd6\xfb\xdb\xfa\x57\x8b\x6d\x64\x7b\xa6\x92\x2f\xd8\x0d\x6c\x4e\x8a\xca\xd5\xef\x71\xd5\xd1\xfd\xc6\x6c\x20\xd6\x2f\xdf\x4a\x96\xdc\x11\xe4\x0f\x6c\x2d\x89\x1f\x66\x62\x4c\xe7\xf5\x82\x19\x12\xf2\x3a\x3d\x45\x3f\x07\xec\x70\x6d\x94\x9e\x9c\xad\x12\xad\xdc\x2a\x8b\xd5\x36\x53\x93\x0a\xe8\xe9\x2d\x51\xf7\xc0\xe0\x41\xdf\xbb\xb9\x6a\x9a\x4e\xa5\xcd\xd2\xf7\xf9\x46\xd4\xa0\x5e\xdc\xac\x05\x75\x73\xfc\x00\xfd\xde\x8d\xd0\x62\x2c\x0d\x5e\x96\x68\x34\x1d\x1d\x23\x91\x35\x5d\x3b\x3b\xa6\x7d\xd9\xc6\x4a\xb5\xc1\x4d\x64\x8c\x1e\xb8\xfd\x9e\x35\x85\x6c\xfc\x94\xcf\x2f\x2a\xa1\x5e\xd1\x2e\x83\x50\x9a\x5b\x1b\xcc\x98\x58\x14\x47\x93\x86\x6e\x72\xcf\xb4\x01\x3e\x0a\xbf\x0e\x15\x01\x48\x36\x97\x00\x67\x2f\xa0\xf4\x98\x9d\x4e\xc1\x67\x03\x50\x67\x23\xd4\xd9\x11\xd4\x79\xa0\x8a\x3a\x3c\xb9\x49\x02\x66\x6b\xaa\x72\x46\x34\x6c\x70\x94\x2b\xb1\x5e\x0d\xb9\x62\x8b\x9a\x98\xdc\x42\xe2\xb0\xce\x8a\xbc\xb1\x8f\xa2\xfc\x61\x56\xd8\x14\x39\x84\x17\xb1\x2d\xdf\xdf\x58\x3d\xb6\x1c\x0f\x3f\x2e\x4b\x2e\xe8\x89\x22\x65\xc1\x15\x23\x81\xce\xb2\x78\x4d\x57\x03\x1b\xa5\x41\xbd\xca\xe2\x56\x42\x80\x10\xd8\x7a\x91\x66\x68\x2a\xc1\x55\xda\xf9\x1f\xc1\x54\x81\x18\x4a\x1b\x16\x4e\xad\x0b\xe2\x1c\xe7\xe5\x59\x6a\xd0\xab\xd9\xc1\xa6\xd7\xc5\x72\x5c\x4c\x18\xbd\x3b\x51\x3d\x53\x51\xc0\x8f\x63\x2c\xcf\x8b\xeb\xcd\x4b\xc4\x1e\xdb\x46\x1c\x4e\xb4\xaf\xd4\xbc\xa5\x2b\x46\x5a\xf0\x09\x2a\x93\x53\x7d\x9e\xb7\x8a\xd0\x32\x72\x7d\x79\x05\xb0\x5c\x62\x61\x98\x94\x05\x54\xab\xc9\x4a\x69\x3d\xca\x66\x22\x45\x64\x4a\x2f\x78\xc9\x68\x77\xf8\x1a\x07\x06\xdb\x37\x52\x69\x6c\xdd\x63\xb9\x45\xc6\x7f\xc1\xec\x84\xb0\x22\xcc\x7d\xe4\x80\x30\xfc\xc0\x82\x9d\x2d\xbc\x52\xdc\x07\xd9\x3b\xf5\xe6\x08\x04\x4c\xa1\x78\x90\xf6\xeb\x9b\xf1\x88\x02\x9a\x1f\x2f\xb0\xf4\x3d\x46\xef\x9f\x2c\x4c\x59\xf2\x51\x90\xa5\x00\x26\x1a\xea\x5d\x82\xb0\xc6\x2c\x39\x57\x18\x15\x1e\xe7\xac\x33\x15\x0b\x48\x97\xdf\xab\x56\x01\xf5\x93\xd1\xc1\xde\xf5\x20\x8a\x4a\x79\x57\xe9\xfa\x20\xda\xce\xd1\x38\x85\xa8\xfc\x80\x66\x45\xee\x61\xb5\x53\x70\x53\xa3\x09\x3f\xfe\xd1\x65\x39\x5e\x89\x48\x9e\xc4\xbb\x73\xa8\x27\x37\xa7\x3f\x1e\x81\x08\x0b\x07\x64\x13\xa9\x31\x74\x0a\x56\x31\x2c\x26\x53\x6a\x96\x29\x37\x06\x2f\xbd\x46\x19\xa5\xd3\xec\x9d\xda\xa4\xc4\x26\x02\xbf\x34\xa6\x7d\x96\xc5\x59\x43\xc7\xe6\xb7\xff\x2d\x86\x93\xd6\xd7\x51\x72\x92\x6f\x58\xa4\x89\x61\x07\x74\x9a\xbd\x97\xf3\x05\xab\xc8\x4a\xd0\x78\xca\x11\xd1\x48\xf6\x6c\x0a\x08\xdc\xde\xf6\xc6\xf3\xec\xfd\x20\x66\x54\x22\x3b\x33\x62\xe3\xa8\x17\xe9\x57\x1d\xf4\x3b\xbb\xaf\x99\xa6\x36\x8e\x4f\xe3\x37\x5f\x7d\xa6\xa9\xac\x88\x0e\xbb\xcb\xf6\xdf\x18\xce\xf7\xae\x7f\x36\x5c\xb2\x8e\xe6\x2b\x93\x98\x89\xab\xd9\x8a\x0e\x2d\x2e\x04\xdb\x8c\x37\x5c\x1e\xc6\x5c\x15\x8b\x0d\xb2\x9a\x07\xb5\xc2\x2f\xb6\x6c\xac\x4f\xa7\x48\xec\xcc\x61\x54\xd8\x10\x62\xe9\xd8\xce\x94\x61\xcd\x44\x54\xcb\xe6\x92\xfe\x9c\xcc\xec\x55\xb0\xde\xa4\xbc\x44\x9c\xf5\xdb\x7f\x53\xf0\x48\x0c\x37\x59\x4f\x02\x61\xe4\xd0\x07\xcb\x04\x69\xc3\xf3\x2f\xcb\xd0\x12\xd3\x52\xdc\xd2\xe3\xbc\x88\x58\xb9\x36\xc2\xfd\x2b\x45\x29\x0c\x1c\x0b\xcb\x96\x0b\x5f\x3b\x98\x96\x53\x37\x0a\x56\xc8\x92\x11\xf4\x4c\x45\x89\xb2\x40\x81\x30\xbd\xa5\xe4\xb0\x46\x21\x45\x60\x6f\xe4\xa8\x2a\xc8\x9b\x11\x36\x51\xbc\x8a\x45\xf2\x58\xd5\x4f\x67\x1e\xaf\x6e\xa6\x2b\x98\x63\xd7\xc7\x9e\xf1\x1e\x09\x4d\x82\x64\x48\x91\xa9\x18\x12\x57\xb0\x53\xf0\x76\x51\xce\x9b\x95\x66\x67\xe2\x07\xdc\xa6\x29\x06\x9d\xf4\x9b\xac\x42\xd2\x9f\x7d\x10\x6e\x6a\x19\xd1\x64\xf2\x58\x45\x9a\xdf\xa9\xc7\x06\x84\x12\x59\xc6\xc5\x7b\xf8\x56\x24\x57\xfe\x64\x51\x1e\x2c\xd2\x3d\x1f\x2b\x54\x98\x11\x35\x13\xf3\xb3\x44\x6a\xb0\x86\x85\xb7\x05\xb4\x92\x2c\xc7\xb3\xc4\xe7\x82\xba\x50\x8b\x68\x1d\x66\x2d\xb4\x26\x7a\x72\xc5\xbf\x2b\x98\xb4\x72\x8b\xbe\x79\x4f\x20\x99\xb4\xa1\x2a\x48\x4e\xe7\x69\x99\x31\x98\xce\x37\x14\xf0\x99\x30\x90\x01\x9b\xa1\xec\x88\x9b\xf4\x96\x0e\xc4\x5c\xab\x8d\xc4\x04\x97\x41\xeb\x4b\x47\x4d\xed\x04\xbd\x14\xa8\xd3\xfa\x1e\xa7\xb9\x65\xf1\x26\x88\x00\x23\x13\xe7\x8b\xe3\xe4\x8a\xb4\x2e\x20\x1e\x42\xe4\x43\x7d\x49\xc8\x9a\xad\x14\xa5\x19\x4d\x09\x3b\x7b\x9a\xf5\x66\x13\x51\x52\x9f\xe0\x6d\xd9\xab\x35\xaf\x53\x42\xdc\x14\x17\xbc\x70\x89\x5d\xe0\x99\x52\xcd\x56\xcd\xf4\xd5\xe0\xc4\x57\x44\x52\x21\xee\x52\x5c\x55\x76\xa4\x53\x82\x48\x9b\xc3\x4c\xa0\xd8\xd6\x16\x9a\xc2\x2a\x5a\x12\x02\xcd\x8b\x34\xfd\x1e\x09\x6c\x07\xa2\x90\x11\xf5\xe9\xd9\x73\xb5\x4e\x0f\xbd\x4b\x1f\x4f\x8c\x00\x0a\x4c\xd2\xd9\xce\xe8\x44\x98\x67\x81\x00\x73\x8d\x33\x74\x70\x10\x42\x25\xe6\xf0\x19\xe7\x25\x8d\x45\x9c\x22\xf3\x08\xb3\xcd\x66\x3a\x97\x27\x2b\x6f\x3b\xf5\x1a\xeb\xfd\x0a\xfa\xfe\xc2\xac\xb3\x13\x05\x28\x0a\xc2\x6d\xa6\x18\x0e\x9e\x9d\xae\xe7\xdb\xf1\xfc\x0b\x9c\xca\xcc\x97\x02\x1a\x4c\x50\x46\xd6\xe5\xda\x75\x83\x30\x38\xc4\xbd\x24\x5a\xfc\x80\xbc\x64\x32\x1e\x7d\xa5\x40\x70\x04\x87\x5d\x1c\x1d\xc5\x7c\x6d\xd9\x14\x6d\x82\xc1\x3a\x39\x8f\xb3\x93\xf9\x18\x5c\x87\x8a\xa9\x59\xfe\x51\x8a\x31\x9d\x66\x46\xe9\x1c\xef\x3f\x50\x3a\x81\x8a\xfc\xa4\x60\x7b\x52\x6f\x89\xd3\x8a\x39\xaa\x72\x73\xad\x55\xab\xeb\xb1\xa7\x80\xef\xdb\x2b\xd8\xbd\xf8\xc8\x5b\xaf\x68\xb6\x0a\x10\x5e\x3c\x48\x64\x35\x09\xed\x7c\x00\xd5\x58\x63\xcf\xbc\xf9\x85\x47\x07\x74\xdd\x7b\x42\xe3\xf5\xab\xe2\xec\xf5\xc5\x9b\xdf\xfe\x6b\xa4\x32\xf4\x0c\x19\x11\x16\xf4\xe6\x93\x60\x29\x3a\x1a\x56\xb0\x17\x4d\xb7\x79\x34\x76\x35\x5f\xcd\x00\xc1\xe4\xd3\xf0\x25\x53\xa4\x1b\xf0\x5c\x2f\x32\x05\x1d\x53\xa4\xce\xc5\x50\x1d\x68\x91\xad\xb7\x89\xb4\x3d\x11\x53\x96\x74\x0b\x17\x3f\x82\x20\x7b\xb7\x10\xcd\xc9\x59\xa2\xde\x88\x1a\xc1\x89\x4a\x3e\xea\x0a\xbd\x9f\x57\xb1\x77\x84\x7b\x1b\xd6\x8e\xed\x01\x2d\x99\x2f\x0e\xe3\x9d\xcb\xd6\x5e\x3b\x58\xcc\x6c\x44\x06\x0d\xd5\x8b\xe8\xcb\x31\xea\xb0\xdc\x43\x4d\x03\xdd\xb8\xb0\xd6\xcb\x05\x8c\x02\x59\x48\x70\xbb\xfa\xc1\xff\xfc\xed\x9f\x24\x19\xa9\x23\xa7\x90\x36\xd3\x53\x7e\xd5\x1d\x0c\xa1\x44\xba\x3d\xbb\xd5\xbd\x01\xa3\x2a\x0b\x58\x2a\xde\xfb\x1a\x2c\x1c\x64\xab\xd4\x13\x15\xf9\x7a\xd2\x1e\x7c\x53\x37\x2c\x97\x3d\x62\xf5\x06\xc1\x7f\x69\x37\x44\x1f\x2a\xd1\x2a\xc7\x49\x4c\xc3\x93\x51\x94\xf6\x3a\xc1\xbb\xc7\x07\x24\xe3\x71\xd3\xf1\xc0\x49\xd6\x4f\xf2\xe1\x8b\x44\x0e\x56\x3a\x7f\xe2\xaf\x4d\xc5\xb6\x25\x8c\x80\x45\x10\x09\xf2\x35\x0c\x0a\x4d\x7c\xba\x60\xb7\x21\xdf\x12\xee\xff\xcb\x68\xe6\x66\xa0\xa2\x16\x3e\xd9\x88\xf7\x0c\x43\xe2\x37\xc5\x0f\x6c\x46\x7e\xb7\xbb\x25\xfb\x6b\x83\x00\xfe\x64\xc1\x83\x65\x6d\x09\x1c\x7a\x4d\x0a\x36\x9c\xc5\x1e\x2f\x92\x55\x1a\x49\x9a\xec\x64\xf0\x9f\x4b\x85\x09\xd7\x71\xef\xd5\x2c\x2f\x59\x63\xb4\x13\xd5\xd8\x72\x55\x59\x18\xeb\xc9\x81\xe3\x54\xb8\x72\x7b\x37\xee\x90\x30\x95\xcf\xb1\x0c\x6c\xb9\xa3\x03\x43\x2b\xd3\xda\x05\x21\x1d\xba\x62\xe1\x00\xbe\x81\xbf\x9e\xff\x9e\x54\x14\x35\xa1\x78\x29\x42\x08\x29\xa5\x89\xc1\x28\x61\xb0\xc8\x7f\xf4\x6b\xda\x27\x55\xf4\xae\xe7\x9e\xd2\x94\xa2\xd0\xc7\x35\x6b\x1c\x5f\xe2\xc3\x69\x32\x7a\xdd\x04\x4c\x9f\x2c\x01\xee\x3b\x27\xfd\x5b\x15\x8a\xb2\xbf\x73\xe7\x7b\x21\x0a\x4a\x6d\x58\x79\x7b\xd8\x78\x35\xd9\x1d\x42\x13\x86\xe8\x34\x55\xfb\xac\xde\xb0\xa6\xe7\x5b\xd5\xf4\x24\x4e\x20\xea\x14\xbe\x86\x1f\x58\x4b\x70\x47\x03\x93\x1f\x95\xf7\xec\x2e\x1e\x12\xea\xa1\xa5\xfb\xd4\x17\x25\x72\xb6\xcd\x45\x09\x38\x43\x92\x39\x2a\x23\x7b\x97\xaa\xa5\xd5\x0e\xa3\x15\x3f\xad\x44\xb1\x0f\x51\x25\x86\x55\xf3\xb2\x78\x6d\x87\x38\xe6\x12\x02\xa3\x4b\xe2\x06\x46\x13\xd0\xdf\xbc\xee\x54\x91\xd2\x8a\x0e\x67\x67\x7e\x45\xf2\x77\xa6\x66\x08\xec\x18\x20\x55\x2b\x43\xcb\xb2\xb9\x52\xb3\xc7\x66\xbb\xe6\x25\xc3\x45\xfd\x7c\xa4\x05\xa7\xd3\xdf\x9a\x48\xa0\x17\x5c\x23\x9a\xa8\xc0\x04\xb9\xcc\xf6\x87\x1b\x5a\xce\xa9\x7e\xbc\xd5\x41\x52\xfa\x7e\xf7\xaf\xa0\x00\x1a\xd9\x07\xdc\xef\x66\xd5\x40\xb5\x85\x3c\x78\xe8\xaf\x56\x99\xab\xca\xc8\x9c\x49\xdd\xfb\x73\x4f\xe5\x7d\xf4\xf2\x4f\xf3\x8f\x63\x64\x95\xc9\xd5\x39\x1a\x04\xfe\x2b\x2e\xab\xc1\xde\xfb\x5a\xa0\xc1\xe3\x40\xdf\x28\x03\x2c\x87\x14\x48\x21\x56\x73\x97\x82\xd6\x3c\x90\x3d\x19\x98\x4e\x28\x02\xb0\xcd\x97\x13\x40\x4b\x3d\xe9\xd4\x00\x28\xfa\x0a\x7e\xf6\xfd\xf3\x0b\xf1\xa3\x0b\x0e\x9d\x8c\xfb\xc5\xd3\x8c\x65\x9f\x04\x64\xbe\x75\xd0\x12\xae\xeb\x84\x2a\xab\x1d\xfb\xf4\xe7\x8b\x1d\xe4\x1c\x6d\xb6\xd5\x22\x44\x8d\x0d\x79\xa3\x02\x4e\x1f\x79\x43\x48\xa7\x89\x05\xe4\x49\xa2\x74\x2d\x12\x91\x3d\x98\xcb\xb6\x07\x73\x19\x1b\x56\xb5\x7e\x0c\xcd\x30\xa3\xd2\xd7\xd3\xc8\x58\x5a\x7e\x7b\x34\x4d\x40\xc2\xa9\x8a\x6a\x03\xf6\x66\xaf\x45\x42\x32\xdb\x88\xb6\xb9\x88\x50\xd7\xa0\xfd\x55\xba\x10\xa7\x0c\x72\xe9\x70\xbb\x86\xa2\x86\x28\x24\xa2\xc4\xe3\x77\x20\x23\x39\x9d\xa8\xc3\x24\x4b\x0c\xab\xce\x60\x08\x4e\x8d\xff\xbf\xff\xfe\x3f\x1f\x3d\xa6\x29\x3f\xee\xdb\x8a\x7e\x88\x7c\x8e\xa9\x7a\x54\xc1\xfa\xbf\xfe\x7b\x49\x21\x9c\x35\xd4\x8c\x0b\xa6\x9a\x58\x49\xf6\xfa\x5a\xe0\x86\xd5\x45\x03\x36\x12\xd6\x62\x0d\x82\x90\x20\x09\xfa\x5e\x9e\xad\xdc\x5c\x0b\x70\xdc\xe2\x0a\xa5\xdc\x76\x99\x5c\x36\x3f\x0f\x6e\xf3\x7e\x0d\xd9\x93\x5d\x7d\xcf\x12\xa8\xd6\x1c\xe8\x8f\x5e\xbf\xfd\x95\xeb\x14\x03\xe3\x96\x9d\x62\xf2\xd4\xd3\x80\xef\xa9\x4d\xb3\x87\x13\x90\x60\x6c\x61\x57\x52\xf2\x82\xda\x77\xde\x56\x9f\x9d\x85\x16\x87\x01\xf6\x82\xd0\xd9\x4b\x47\x67\xf4\xed\x2f\x4c\x85\x95\x5a\x24\xc3\xd5\xb4\x32\x77\x49\x43\x64\xa7\xf3\x79\xa2\x8a\xad\x13\x73\x73\x92\x5e\xa9\x75\x2c\x2a\x08\x85\xd2\x7d\xb2\xc8\x82\x48\xcc\x5d\x2b\x8b\xbe\xb5\x76\x75\x5a\x5d\xc2\x3b\xf9\xe1\x05\x7d\x7c\xba\xa0\x0b\x0c\xb6\xa6\x6a\x7c\x00\x17\xfb\xde\xec\x56\xdf\x51\x6a\x2b\x74\xae\xe4\xc0\x74\xc2\xec\xb4\x55\xa8\xf4\x0d\x91\x9d\xb1\x5d\xb3\xeb\x56\x17\x94\x3f\x8e\x99\x81\xf0\x1a\x79\x58\x8d\x6e\x51\x99\x4b\x4b\x89\x4f\x7b\x28\x06\x7a\x78\xbc\xd2\x31\xa1\x49\xd7\x54\xf1\x82\x50\xfc\x80\xd9\x2c\xb0\x09\xae\x07\x5c\xe2\x2f\xad\x52\x65\x4d\x87\x8e\x1d\xbb\x4c\x2f\x58\x35\xda\x9a\x9b\xd5\x6b\x5a\x50\xc7\x2c\x1b\x27\xd1\x6e\x73\xd8\x8d\xc7\x44\xcd\x36\x55\xb3\x23\x60\xe7\x74\x76\x57\x41\xf9\x1f\xc4\x07\x24\xab\xc4\x7c\x09\x1f\x8f\x33\xff\x6b\xe1\x47\xb0\xcc\x47\xd2\x85\xf4\x3c\xea\x07\xe3\x00\xef\xaf\x15\xca\x6c\x21\xcd\x78\x8c\xfc\x90\x04\xcc\x4f\xc7\xea\x74\x60\x07\x39\x9f\x0a\xbb\x50\x28\x05\x5f\xf2\x5f\x62\xc6\x42\x0e\x54\x74\x2b\xc4\xae\x08\x29\xea\x35\x84\x9d\xbf\xb6\x1b\xba\x42\x62\x61\x82\x61\x9f\xe5\xc5\x50\xde\x2b\x07\x21\x74\x84\x87\x0f\x41\x47\x62\xce\x72\xb2\x29\x49\x5e\x0d\xd2\x8d\xb2\xc3\xe9\xb3\x5a\x2a\x6b\x61\x43\x1b\xd4\xae\xb5\x1d\xda\x71\x1f\x23\xc6\xce\x35\x19\xb6\x3c\xec\x78\x33\xea\x31\x96\xf0\xbd\x86\x94\x69\xaf\xb1\xf0\x4b\xff\x0b\xce\x01\x2e\x1f\x21\xf1\xa4\x75\x52\xf4\x94\x68\x8b\xe2\xe5\x7c\xa3\x4d\x07\x27\x88\x99\x56\x21\x74\xef\xb2\xc2\xa0\x3f\x76\x35\xce\x15\x5d\x6b\xbb\xda\x08\x33\x37\x19\x62\x28\xe6\xc5\xa2\x60\x7e\x8f\xd4\x80\x7c\xd1\x17\xf7\x5a\xde\x99\xa2\x82\xb7\x04\x4d\xcd\xec\xa9\xdf\x34\xd1\xdd\xcc\x6c\x99\x14\x58\x13\x19\xbc\xb1\xa9\xbf\x1a\x9b\x8f\x86\x0a\x08\x67\x93\x75\xa8\xed\x72\xb7\x4f\xc7\xcd\xf2\x1a\xf7\xe6\x72\x45\xc4\xd8\xe9\x01\xee\x71\xa1\x32\x16\xd5\x67\x3d\xc6\x32\x86\x2c\xc5\x41\xd2\xee\xa4\xc9\x34\x97\x88\x30\xdc\x7d\x6c\xee\x39\x06\xc6\x84\xf2\x1e\xd7\xbd\x03\xdc\xc6\x25\x66\x7a\x88\xbb\x7f\xbc\x87\x3b\xa1\x20\x96\x81\x52\x7f\xda\x45\x91\x56\x4a\x3a\x19\x37\x10\x68\xc1\x99\xf4\x25\x1c\x1a\x15\xfd\xfa\xf0\x1c\x5e\x69\x32\x5b\xbc\xd3\xd0\x58\xc4\xef\xdc\x36\x43\x18\x37\xbc\x0c\xe2\x59\x4d\x6b\xc8\xee\x97\xeb\xcb\x5b\xae\xf0\x98\xe9\x6b\x5c\x87\xf3\xc5\x59\xbe\xd4\xd4\xf0\x62\xe6\xe2\x60\xd9\x21\xeb\xe5\xe5\x37\xf5\x78\x0e\x1d\xbc\x41\x5e\x13\xe6\xaf\xc7\x4b\x8b\x9c\x25\x58\xb5\xae\x4f\x31\xdb\x78\x56\x5c\x0c\x50\xec\x8b\x09\x6e\x9c\x2b\x25\x0d\x88\xf5\x43\x30\xe1\xe8\x9d\x28\x16\x37\x31\x3c\xd3\x68\x08\x74\x01\xcd\x54\x02\x23\xd9\x14\xdb\xd9\x51\xef\x9b\xae\x07\x6a\x86\xce\xe6\xb9\xdc\xd5\xfa\x69\xe6\xc7\xcf\x7d\xc4\x1a\x6c\x5e\x38\xad\x81\x43\xc6\x1b\xb1\x32\x38\x62\x4d\x71\xff\xc7\xcf\xdf\x75\xd8\x8a\xa0\x33\xfb\xec\xfe\x8f\x7f\x7e\xd7\xdd\xfb\xfa\xfe\x8f\x5f\xbc\xeb\x20\x29\x98\xd4\x5d\x6f\xcd\x7b\x3b\x69\x80\xab\xf9\xb2\x07\x88\x90\x9a\xa1\xd3\x70\x6d\xa0\x3e\x20\xb5\xae\x53\x5c\xfe\x4b\xef\x73\x95\x92\x74\xd7\x23\x64\xc0\xd2\x36\xc6\x05\x4d\x86\x0b\x4a\xcd\x62\x5c\x10\xf1\xdf\xb0\x5f\xeb\x8c\x3b\x60\x0a\xfd\x1d\xd1\x88\x7c\x83\x85\xea\x57\x3f\x85\x2f\xcc\xdc\x95\xab\x7b\x3c\x11\x2f\x2a\xf9\x93\x7c\x7d\xcd\x93\xc2\x22\xfc\x14\x7a\x69\x82\x2e\xed\xe2\x0a\xd4\xad\x03\xaf\xa6\x1a\xbe\xbe\xb8\xb5\xfd\x32\xc7\x5b\x12\xae\x0b\x43\x2d\x47\x18\x4d\x87\xe0\x4b\xe8\x66\x49\x90\x9d\xa4\x70\x6b\x79\x35\xa4\xd4\x1b\x67\xe8\xf2\x19\x65\x1d\x6d\xa8\xcd\x4a\x2b\x12\xf6\x40\xa2\xe5\xc6\x4b\xcb\x8b\xc3\x3f\x7f\xe7\xca\xc8\x60\xb4\x05\xff\xf1\x3b\xdb\x10\x6a\x84\x68\xe1\xad\xb6\xb2\x85\x85\xdf\x06\x92\x37\x22\xcf\x0a\x2e\x55\x80\x8f\x29\xd8\xba\x83\xca\xfe\xce\x0e\x60\x42\x60\x03\x0d\xa5\x89\x6c\x53\xbe\x1a\x05\x20\xf0\x90\x38\x15\xb7\x6a\x8e\xf7\x42\xdd\x32\x17\x66\x6d\x12\xcc\x10\x56\xb2\xfd\x40\x44\xc4\x3e\x05\x79\x1f\x2d\xc2\xbb\x14\x31\x5f\x42\x47\x08\x86\xb0\x32\x3f\x04\xb1\x20\x42\x90\xc5\x18\xcb\xe2\xb4\x82\x68\xe9\xb6\xb8\x82\x9e\xcf\x24\xce\xad\x99\x7e\xfb\x9c\x5a\x85\x04\xb9\x0f\xe7\x3d\x3d\xb4\x44\xb2\xf6\xd1\xaf\xcb\xaf\xb2\x58\xd0\x09\x3d\x11\x46\x47\xbd\xac\xce\xe1\x44\xef\x53\xe4\xde\xec\xa3\x37\xd6\x84\x14\x90\x12\x1b\xa2\x96\x5b\x02\x27\x16\x6c\x1e\x2d\x03\x21\x3b\x9d\xca\x09\x51\x27\xf9\x11\xc4\xf9\xec\x06\xa5\xbd\xc9\x28\x01\x29\x3b\x3b\x27\xc9\xca\x4d\x54\xf3\xbc\x91\x93\xdb\x94\x02\x49\x9a\x48\xf4\x3d\x1f\x2a\x37\xd6\xec\x24\x04\x50\xd0\xe1\xb0\x95\x1f\x40\x37\xb3\xfc\xc1\xa6\x8d\xee\xdb\x60\x0d\xe4\x66\x94\xd6\xf3\xdd\x7b\x36\x3c\x0c\x33\x28\x16\xc6\xba\x6a\xe1\xa9\x02\x39\x4f\xa4\x5f\x1a\xb4\x50\x32\x61\x38\x43\x9d\xa9\x39\x59\xc7\x6a\x11\x44\x0c\xe5\x19\xa8\x38\xfb\xca\xce\x17\x56\xe5\x7d\xa8\x01\x07\x28\xe5\x01\xe9\xd0\xb2\x27\x30\x0c\xdb\x2a\x88\xba\xb8\x4f\x6f\xec\x15\xda\x5d\x8e\x1a\x46\x18\x8a\x15\x87\xc7\x1b\x75\x28\x7f\x57\x1b\xdf\x97\xe6\x67\x2c\x29\xb3\xa2\x81\x0d\xf5\x93\x6f\x20\xcc\x1b\xaa\xbe\xf3\x14\x54\xeb\xf0\x09\x39\x49\x0f\xab\x7a\x36\x00\xd6\xa2\x74\x26\x89\x06\xe9\x9b\xd0\x5f\x82\xf1\x39\x4f\x0f\x1d\xf2\x8a\x4b\xbb\x31\x44\xe0\x17\x1c\x3a\x83\xb8\xe1\xe2\x8a\x0e\x6f\xe1\xd9\xde\x82\x75\x27\xd7\xb6\xf6\xad\xc3\x23\x22\x0d\x21\xb9\xfa\x29\x34\x6e\xf4\xdc\x8f\x16\xeb\xd2\xf6\x37\xd6\x02\x53\x58\xea\xa1\xbf\x69\x54\xcc\xdf\x7d\x99\x20\x04\xe0\xbd\xcf\xb8\x87\xcf\x70\x81\x97\x8a\x03\xff\xc4\x1f\x82\x09\x75\x29\x53\x16\x60\x0a\x07\x7c\xea\x65\x43\x6f\x0c\x5d\xa8\x98\xe9\xde\x52\x77\x7c\xe1\x97\x8a\x7c\x3b\xc1\xc5\x5f\x41\x7c\xe0\x91\x2d\xff\x26\xd8\xa6\x0a\x3e\xfd\x8b\x90\xae\xad\x73\x4b\x7a\x8b\x4b\x27\x92\xf2\x2f\x6b\x9c\x6a\xff\x1d\x91\x20\x3a\x01\x73\xb9\x4e\xd1\x29\xe0\x92\x3f\x44\xf4\x93\x16\xca\x99\xf4\x98\x03\x06\xbf\x03\x14\x05\x08\x05\x25\x25\xf9\x7a\xf3\x12\x6c\xf0\xc8\xf5\x5e\x0e\x01\x29\xc7\x40\xee\x2d\xce\x45\xd4\xc6\x55\x96\xd9\x5a\x10\xfb\x8e\x3f\x09\x70\x68\xfa\x05\xee\x85\xac\x3d\xca\x2c\x60\x71\x54\xe8\x9a\xe9\x01\x87\x5d\xf9\xed\x27\xda\x00\x62\xb8\xd0\x31\x60\xad\x36\x24\x00\x45\xb3\x95\x1b\x66\xbe\x25\x29\xc9\x07\x56\x6c\x94\x18\xb5\xa0\x12\x44\x69\x1e\x6b\xf1\xad\xa4\x1d\xb8\x8e\x4e\xbd\xdd\xbc\x87\x4b\x05\x01\x2e\x1b\xf6\x55\x6e\xc3\xd6\x19\x9c\x0a\x40\x66\xf7\x98\x42\x82\x0b\xed\x20\xca\x3d\x29\x0e\x2c\x8c\xa1\x11\xd0\x8d\xd9\x5d\x21\xac\x11\xc7\xe9\xda\xda\x1b\xb5\x53\xe8\x02\x0e\x30\xf5\x9a\x75\x2a\x3c\x4d\x81\x92\xe9\x62\x50\x29\x9a\x82\x5f\x8a\x18\x75\x88\xd6\x22\x69\x88\x05\xf0\x1f\xd3\xd6\x83\xfe\x58\x6b\xe1\x7c\xf7\x7c\x4c\x4d\x1b\xe7\xdc\x1d\xef\x49\xc5\xeb\x4f\x75\xfb\xc3\xe6\x6b\xc4\x2c\xd1\x65\xb3\xe3\x7b\x30\x5e\x73\xda\x2e\xbb\x1d\x26\x20\x92\x63\x8b\xb7\x35\x4b\x49\x66\x4e\x2e\xc3\xe5\x50\xeb\x11\xe3\x4a\x2c\x60\xec\x56\x3f\xfd\xe7\x66\xd0\x49\x52\x97\xd8\xd2\x42\xc0\x58\x6c\x6b\x79\xcb\xf3\x59\xa6\xc8\x88\x4b\xd5\xf9\x8a\x3d\xfc\xd3\xfd\xf2\x53\x39\xa6\x9d\xc9\xd5\x22\x37\xae\xbf\x92\x44\x99\x70\x02\x43\x8c\x1d\xa9\xe9\x1b\xe3\xe0\xd4\x02\x18\xe3\x42\xf4\x7b\xf9\xd3\x22\x11\xea\x25\x57\x55\x94\xb6\x24\xd9\xa9\xc8\xe0\x35\xfd\x4e\xf3\x72\xa1\x01\xd3\xb3\x93\xec\x72\x25\x19\x70\xe6\x4b\x7b\x6d\xd6\x74\x12\xd6\xcc\xae\xbd\x6a\xf8\x54\xe0\xf7\xb8\xe7\xd5\x6c\x97\xd2\xe4\x68\x12\x74\x49\x5f\xe2\x3a\x40\xc0\x03\xc6\xbb\x51\x24\xc5\x98\x55\xfd\xd4\x6c\x81\x68\x1f\x85\xde\xf3\x59\xd3\x09\xb6\x9e\x5d\x0a\xa1\xd2\x2e\x68\xed\xab\x26\x4d\x9f\x28\x58\xd3\x3c\x3f\xc9\x27\x12\xc2\x85\x03\x37\x70\xa4\xd3\x87\xcd\x81\xe5\x08\x15\x6b\x06\x93\x09\x5a\xf8\x77\xe1\xff\x34\x39\x44\x96\xd2\xf6\xd6\xb2\xd3\xec\xa6\xa0\x61\x0d\xc5\x1e\xb1\x1c\xf7\xa3\x4a\x10\xaf\x20\x49\x1d\x39\x1f\xdc\xd2\xbf\x47\xfb\xfd\xa3\xb2\x7c\x30\xb3\x14\xa9\xc1\x5e\x94\xb2\xe4\xf6\x8a\x5c\x72\x4c\x04\x25\x2d\x65\x74\xe4\xfc\xb2\xa2\x48\xb2\x79\x1a\x31\x75\xa4\x47\xd0\xd9\x85\x06\x4e\xa8\xcb\xee\xb7\x7f\x66\xbb\x56\xd1\x74\x8a\xb5\x1a\xce\x35\x1c\xc6\x5b\xd8\x6b\xa6\x33\xca\x1d\x5a\x92\x9c\x31\xc9\x7a\xd7\x18\x83\x0b\x46\xa0\xa6\x0a\xd6\x1a\xec\xf3\xd5\x49\x1c\x31\x24\x62\x96\x3d\xbe\x40\x81\x14\xf6\x92\x47\x0d\x16\x38\x37\x8a\x91\x7d\xfc\x03\x9b\x1a\xc9\x94\xe1\x66\x8c\x7b\x95\xd8\x37\xfd\x01\xe2\xf8\x98\xa1\xd3\xdc\x88\x12\x50\x89\x8b\x91\x38\x61\x1c\x31\xed\x5c\xdc\xb8\xf7\x6e\xf5\x17\xfa\x8f\x7f\x2d\x6f\x6c\x05\x13\xe6\x18\xf3\x0b\x6a\xee\x02\xf9\x9f\x64\x05\x64\x05\x90\x8e\x4e\xa0\x93\x6c\xa0\x98\x81\x53\xa9\xc6\x1a\x6e\x36\x03\x73\xe8\x7c\x87\xc4\x58\x5b\x1a\x59\xc6\x05\x6f\xad\x1d\x1b\x87\x08\x30\x41\x79\xc4\xc1\x77\xaa\xc6\x9b\xf0\x40\x6f\x8e\x7e\xf5\x44\x6c\x5d\xdb\x21\xd0\xc8\x4e\xf1\x04\xbb\x75\xc0\x57\x57\xc2\x63\x4b\xd9\x34\x86\x3e\x27\x28\xc9\xcc\xe9\x5e\x77\x93\x64\x8b\xc7\x8c\x6f\xd2\x7b\x9f\xc4\x7c\x6f\x8b\xa0\x8c\xbb\x57\x46\xf0\x41\x11\x55\x2d\x4e\x79\x1f\xa3\x75\x47\xaf\x33\x16\x3e\xa4\xa8\x46\xa7\xc3\x61\xde\xb8\x4f\xe6\x46\xb3\xee\xd8\xb6\x56\xfb\x02\xb8\xac\xee\x77\x50\xef\x07\xf2\xac\xc9\x43\x82\x03\xb1\x73\x3d\x3e\x23\x68\x73\x7d\x49\x40\x45\x10\x1d\xd8\xc7\x6c\x96\x3e\xf7\xd5\x64\x9e\x9c\xab\x77\xa1\xbf\x4f\x9f\x46\xfb\x6b\x61\x6d\xa4\x4f\xde\x79\x80\x92\xce\x37\x31\xd9\x5e\xc6\xc6\x54\x34\x66\x93\x79\x89\x84\x30\x9a\x0d\xa7\xeb\xc4\x0e\xe7\x47\x62\xda\xfb\xd4\xa5\x04\xc1\xed\xe8\x62\x1a\x65\x24\x50\xc6\x94\xb0\x7e\xc9\x8d\x10\x4a\x5d\x35\xcd\xfb\x6e\xf5\x17\x7b\xc9\x3f\x62\xfa\x8e\xae\x72\xce\x42\xa4\xe6\x67\x79\x1e\x71\x3b\x6e\x73\x2c\x1c\xbf\x04\xa9\x8e\x85\xa3\x7f\xe3\x5b\x1f\xb6\x30\x66\xaa\x4b\x59\x68\x2a\x38\xc8\xcd\xcf\x55\xfd\x9d\x40\x71\x7c\xd0\x01\xd1\xb1\xf7\xa1\xb8\x1b\x9a\xd4\xd0\x62\x19\xdb\x33\xe5\x35\x10\x41\x19\x07\xa0\xab\x08\x0f\xb6\x1a\x61\x59\x63\x59\x6c\x99\x9c\xf2\xd3\xd4\x37\x10\xc9\xaa\xdd\x16\x3b\x02\x6f\xa4\x2b\x46\x95\x56\xae\x3e\x3d\x18\x1e\x09\x24\x53\x22\xba\x8b\x40\x0b\x16\x23\xa6\x5a\x33\xf2\x79\xdb\x29\x38\xc1\x95\xa3\xad\x9b\x58\x36\x2b\x17\x22\x31\x7f\x64\x59\x6f\x85\x9c\xc4\x1d\xa5\x31\x49\xdc\xd1\xd6\x7a\xbb\x1d\x96\xe8\x57\xd5\x03\x34\xfc\xf3\xc0\x5e\x11\x1b\x8e\xd6\x54\xb3\xbf\x05\xc2\xaa\xd0\x25\x53\x9a\x64\x11\x85\x72\x51\x89\x08\xfb\x58\x16\x88\x3e\x49\x99\xb4\xf8\xbb\x2b\xe2\x5f\xf1\xbf\x8a\xf1\x08\xd5\xe0\xcd\x80\x23\xf3\xe7\x32\x6b\x2d\x13\x63\xe2\xef\x70\xa4\xc4\xf2\x34\x5c\x0b\x93\x09\x6b\x2d\x9e\xaa\xd2\x22\x4f\xb5\xdd\xe2\x39\xf7\x7d\x21\x25\xd8\x8c\xe4\x3b\x2e\x71\x57\x6d\x99\x90\x52\xcf\x88\x57\x59\x24\x9a\x2f\x65\x44\xff\x0a\x57\xd8\xbf\x15\x7f\x05\x70\xd1\x1f\x5a\x44\xfb\xcb\xdf\x3c\x63\x0a\x0a\x57\xc2\x5c\x12\xa8\x9e\xa4\x64\x32\x7b\xd5\x0a\x3d\x2c\x57\x20\x55\x4b\x16\x94\x49\xfa\x6c\x3d\x53\xfa\x9b\x69\x47\x58\xee\x1e\xfa\x42\x9c\xaf\xc5\x67\xca\x11\x1a\x03\x22\x88\xed\x94\x38\x2c\xed\xfa\x57\x28\xb2\xfe\x0b\x6c\x19\xce\x10\x32\x88\x68\xc5\xce\x64\x13\xaf\x11\xe2\x00\xaa\xae\x6e\xeb\x03\x33\x85\x30\x09\xd3\x82\xca\x48\x25\xa5\x15\xfb\x26\x13\x34\x31\x24\x47\x88\xb0\x62\xa6\xa1\x1d\x34\xb4\xf7\xcf\xec\x59\x09\x9b\x78\xc0\x20\xae\xff\xf2\xc1\x38\xce\x7e\x18\x06\xbf\x3b\xc2\x11\x52\xc0\x2f\x77\x62\xa8\x25\xd1\x2d\xc4\xf6\x62\x6c\x05\xe6\x63\x33\x8e\x6c\xf1\x72\xb7\x9a\x65\x91\x84\x00\xeb\x82\x2b\xaf\x4c\x41\x90\x78\x5c\xd6\xdc\x23\x7e\x6a\x20\x32\x2a\xe9\x1f\xe8\x31\xc5\x35\x22\x92\x07\x07\x80\x40\x83\x34\x62\x50\x18\x1d\xaf\x6a\x6f\xa9\xe3\xcd\x36\x70\x3a\x2d\x0d\x25\x8f\xcc\xc7\xd1\xed\xe2\xb3\x19\xcb\x99\xbd\x82\x47\x25\x51\x36\xeb\xcf\x57\x8f\x0a\x80\xf2\x0d\x78\x73\xf0\x2a\x6a\xfb\x5d\xb8\x2d\x6d\xc2\x4d\xc1\x2b\xca\x9c\x1f\xf7\x75\xed\x4a\xda\x13\x86\xde\xbb\x5a\xfd\x73\xda\x2a\xe3\xbf\xf6\xfa\x78\xcb\x75\x91\xbe\x65\x23\xf0\xbf\x05\xf3\xf3\x00\x8e\x9e\x04\x0d\x2c\xae\xb0\x52\xa3\x9b\xeb\x17\x07\x53\x45\xd3\xc9\x76\x25\xfe\xbc\x23\x72\x12\xa6\x44\xec\x0c\xab\xf8\x99\x6d\xbd\x59\x5a\x1b\xed\xcd\xbf\x9c\x6c\x57\xb2\x66\x3e\xa2\x48\xb4\x4e\xcf\xcc\xce\xdf\xfe\xf6\x3f\x8e\x1b\x9d\x4f\x20\x26\x5d\xb6\x69\xc3\x89\xd9\x7b\xb0\x08\x4f\x69\xc3\x7e\xc6\xa9\x2c\x03\x1a\x36\xc4\xec\x40\x3a\x97\xaa\x9c\xa4\x9b\x9b\x93\x5d\x29\xd1\x6e\xbc\x6e\xac\xb0\xd1\x97\xc0\xba\x84\x1a\x6d\x10\x24\xef\xd8\xa8\xd9\x9a\x8c\xd6\xe4\x7c\xce\xba\x35\x09\xe0\x70\x92\x59\x35\x73\xd4\x5b\x58\xa0\x6a\x14\xca\xd2\x1d\x40\xd0\x62\x14\x65\x73\x60\xef\xe6\x6e\x88\xf4\xf8\x18\x90\xe7\xc6\xf0\xe7\x3b\xc6\x20\x36\xe3\x7e\x08\x3c\x80\x78\xc9\x11\x7d\x85\x39\x43\x95\x6d\x81\x80\xcb\x42\xdc\x37\xef\xec\xed\x0b\x82\xf1\xe7\x0c\xa6\x05\x64\xa2\x40\xbe\xef\xad\x3d\xe0\x92\xe4\xf6\x09\xb0\xb7\x10\x38\x7b\xc6\x23\x48\xbb\x84\x56\x89\x76\xd1\xb7\x41\x1c\x97\x8c\xb9\x6f\x3c\x0e\x67\x42\x7e\x3c\x96\xcc\xd1\xb7\x1a\x4d\x76\xe4\xa8\x31\x62\x64\x8e\x91\x58\x29\xd3\xd8\x28\xb1\x33\xf6\x05\xf8\x80\xcb\xfe\xf4\x60\x8a\xbe\x2c\x98\x0b\x45\xad\x59\x28\xba\x37\xef\xf9\x62\x9f\xdc\x35\x33\xad\x89\x0b\x51\x19\xf4\x6f\x93\x60\x3d\x21\x2c\xcf\xd8\x8b\x3e\x25\x7e\x53\x87\x8f\xe8\xe8\x91\x72\xa8\x29\x1d\x88\x78\x97\xf1\x18\x44\xc7\x4f\xb9\x53\xd2\xbc\x3b\xaa\xa5\x7b\x35\x53\x71\xea\x47\x9c\x0c\x18\x8f\xa1\x70\xa4\xeb\xf9\xe6\x8e\x34\x24\x30\x9d\xb6\x23\x66\x66\x12\x72\x3b\x35\xd5\x79\x2c\x56\x67\x12\x8f\x64\xb9\xcc\x08\xb0\x16\x06\x85\x08\xa8\x24\x21\x7c\x63\x84\x2e\xf1\xdf\xd3\x20\x5c\x6c\xe7\x33\xba\xc0\xbd\x5b\x5e\x1a\x1c\x31\x71\x92\xde\xdb\x7c\xe0\xcb\x7c\xed\x6e\x84\xeb\x88\xab\xad\x6c\xc8\x88\x3b\xf1\x94\xab\x67\x52\x04\x48\xc5\x35\xb9\xa3\xed\x84\x17\x21\xc6\x09\xb6\xa4\xf2\x2a\x17\x56\xed\xb8\x1d\x11\x40\x6c\x32\x5c\x9c\xbd\x3e\xbf\x58\x16\xaf\xe1\x0d\x17\xaf\xe1\xf8\xac\x54\x8c\xb8\x05\x21\x84\x44\xed\xee\x25\xa4\x1c\x6d\x0c\x07\x61\xf0\x01\x68\x40\x1e\xe3\xb1\x90\x49\x7c\xa5\xee\x60\x37\xca\x91\x2e\x8b\xb7\xe0\xb0\xd9\xe5\x66\x2c\xe1\x50\x72\xe9\x4e\x8f\x0d\x31\x4c\x35\x61\x45\x58\x9f\x9d\xac\x9e\xae\xdc\x54\x6f\x39\x59\xc1\x71\x49\xef\x7d\x81\x63\x21\xe8\x48\x4b\xc8\x2d\x2e\x60\x58\x40\x11\x33\x16\xde\x02\xe3\x51\x2b\xe0\x64\x6e\x0b\xb5\x9b\x5c\x16\x4f\x9a\x0c\x37\xfa\xc8\x2d\xdf\xdc\x31\x02\x0f\xd6\x3a\xd6\xa8\x91\x90\xc3\x3a\x56\x6e\x8c\x1b\x5a\x72\x60\x7e\x3f\x92\xd5\x05\x64\xd2\x4f\xf4\xeb\x03\x85\xd5\x7d\xc1\x62\x36\x05\x0c\x5a\x0a\xd8\xe2\x0a\xbc\xc4\xb9\x01\x74\xd0\x28\xcb\x65\xfd\xea\xf8\x86\x3f\xd4\x83\x9f\x1c\x0f\xeb\x66\x3c\x43\x82\x7a\x98\x35\x34\xb1\x33\x82\x86\x81\xc8\xcf\xe7\x7d\xb1\x37\xd4\x35\xc6\x04\xbd\x48\x67\x69\x25\x4b\xd4\xda\x32\x8d\xd3\x17\xdd\x55\x73\xd3\x15\xc3\x81\x85\x64\x57\x76\xba\x15\xd3\x91\x79\xbd\x81\xd7\x15\xcc\x14\x40\xd8\x97\x0e\x56\x0c\xf2\x63\x5a\x44\x84\xa0\xdd\xea\x99\xfc\x9d\x16\x38\x48\x00\xd6\x95\x0f\xc4\x3a\x29\x70\xd9\x94\xb7\xab\x6f\xe9\xbf\xa9\x70\x41\x5f\x6c\xa3\x03\xcc\x12\x06\x25\x5a\xe4\x7c\x43\xb8\xb2\x1d\x6a\x91\x13\x79\xb7\x22\xce\xed\x25\x04\x2e\x53\xc8\x9e\xe7\x67\x1d\x8a\xbe\x41\x06\xe2\x5d\x11\x85\x3e\xb2\x80\x78\x28\x6c\xa5\x28\x9e\xc8\x21\xfe\x73\x08\x1b\xe1\x18\x71\xc9\x11\xcd\x42\xe3\xa4\x28\x4b\x47\xcd\xa6\x08\x1e\x92\x0a\xe0\x02\xda\x61\x08\xfd\x6a\x76\xea\x86\xe5\xb5\x78\xa2\x4a\x88\x6e\x7d\x38\x2c\x12\x6e\xfe\x7d\x9f\xe2\x05\x3f\xe6\x04\x16\x3b\x23\xec\xe4\x69\x27\x1f\x5c\x9d\x28\xa7\xe0\x46\xc6\xcb\x39\x1d\x4f\x74\x02\xcc\x8f\xbe\xcf\x9f\x84\x01\x18\x95\x53\x0a\x41\x8b\x47\x19\xcc\xb3\xac\x54\x82\xb0\x93\x87\xf6\x60\x94\x6e\x5b\x95\x85\xb5\xc1\x41\x45\xd8\x63\xe0\x5c\xcf\x0d\x7b\xa1\x42\x44\x92\x06\xc4\xa9\x92\x62\xd5\x84\x74\x1f\xb0\x5d\x82\xc7\xcd\xb5\x88\x5e\xf1\xb2\x12\x02\xe4\xb0\xc7\x69\x68\x47\xdd\xc5\x61\x2e\x28\x5e\x2f\x41\xfd\x80\x6d\xbf\x86\xf4\x18\xd1\x1e\x62\xc8\x0b\xf6\x52\xaa\x69\x06\x7a\xa5\xf1\xfe\x3d\xfc\x8f\xe7\xaf\x5f\x9d\x14\xbf\x3c\xba\xb9\xb9\x79\x84\x16\x1e\x0d\x2d\x03\x0b\x9d\xd7\x93\xe2\x3f\xbd\x7c\x71\x52\xd8\xcd\xe6\x53\x1d\x02\x1b\x0d\x78\x73\xfa\x6c\xdc\xc2\xd1\xd6\x0d\x38\xd7\xdf\x87\xe2\x47\x18\x5e\x8f\x15\x4b\x79\xf4\x68\x41\x70\x91\x51\x38\xd8\xd5\xf0\xaa\x28\x5b\xa2\x5d\xd0\x47\x4a\x0b\x6c\x5a\xea\xfc\x9c\xff\x24\xc9\x44\x16\xbc\x9f\xc6\xf9\x1a\x17\x80\x9b\x7d\x10\x32\xe1\xc3\x8c\x4b\x24\x36\x40\x89\xe0\x09\x9b\xe6\x5d\x61\xe1\xf9\xc5\x09\x20\xf7\xaf\x5b\x7b\xc9\xbe\x04\xb2\xfc\x89\x9f\x9c\xc2\xd5\x37\xe3\x56\xd8\x53\xa2\xa9\xab\x5b\x79\x61\x27\x40\x84\x80\x17\x72\x15\xbc\x96\xe3\x9a\x1c\x42\x1d\x11\xe1\x6f\xd9\x66\x83\xa8\x07\xf8\x51\x05\xf6\x2d\xe6\x24\x9e\xac\xa3\x26\x24\xc6\x17\xd1\xc9\x84\x9a\x41\xe9\xe0\xab\xb8\xb9\x32\x7d\x21\x8d\x4d\x2b\x44\x7d\x5d\x2a\x38\x4c\x33\x65\x5d\xc4\x0f\xe2\x84\xf8\x61\x78\x49\x14\x6a\x29\x3b\x37\x79\xf6\x0d\x99\x5d\x15\x39\x82\xae\x97\x1b\x0c\xa7\x64\x56\x04\x21\x0f\x0a\x48\xf8\xc4\x66\x9c\xec\x35\xd5\xa7\xf2\x72\x16\x1d\x87\xbe\xe7\x27\xa6\x82\xd9\x2d\xde\x32\xf2\x8b\x2e\x72\x0b\xbf\x79\x7d\xe3\x51\x9f\x7f\x47\x4b\x82\xfa\xb8\x11\x8d\xc7\xf8\x62\x42\x17\xfb\x8b\xf1\x2e\x8a\x58\xd1\x52\x4a\x24\x32\x5a\x9a\x90\x38\x5a\x70\xdc\xd3\x6c\x1f\x12\xf9\x6e\xca\xf3\xf9\x5e\xa2\x49\xd7\xa4\x1b\xb1\xf5\xf5\x37\xbd\x04\xaa\x64\xcb\x62\x4f\x7d\x50\x52\x4e\xb9\xe6\xde\x78\x53\x74\x2a\xa7\x28\x62\xd4\x40\x07\x67\xb6\x7e\xc5\x39\x8a\x71\xfc\x9a\xec\x71\x3f\x0d\xdd\x30\x2b\xd8\x96\x96\x25\xc0\x81\x84\x69\x18\x65\x8d\x9e\x35\x1c\x1f\xec\x2b\x7e\x8e\x17\x2a\xc0\x4c\x5c\x5f\xda\x43\xd5\xdc\x4a\x8c\xa3\x27\xae\xa3\x6b\x73\xa7\x01\x67\x5c\x3e\xb3\x58\x70\x75\x5a\x96\xb4\x40\xf8\x2c\xfe\xde\xde\xce\xb5\xe5\x49\x52\x2e\x43\xdf\x05\x4e\x3c\xd3\x4c\xd0\xbc\x3c\xe2\x2f\x11\x58\x30\x9d\x24\x96\x58\x62\x66\x40\x65\xfc\x75\x1d\x3c\xee\x11\xc3\x05\x23\x4c\x85\x86\xcd\x3a\x1d\x3a\x64\x56\xb0\xaf\x84\x51\x84\x50\x64\xa6\x86\x23\xb8\x1f\x40\xca\xe2\x7a\x15\xfb\xfc\x32\x8c\xee\xd6\x04\xc9\xe6\x21\x82\x92\xc9\x79\xa3\xe1\x40\x13\xa2\xc0\x32\xaf\x18\x23\x02\x25\x15\xd9\xb8\x02\x94\x1f\xcf\x5c\x64\xc8\x6a\xa7\x21\xba\xa9\xd1\xc9\x4b\xe3\xfc\xbc\x22\x92\x32\xce\x4f\x94\xc2\x23\xa2\xf4\x08\xd1\x9d\x6d\x93\x32\x1b\xca\x3d\x7c\x70\x57\x27\x1c\x07\x5b\xcf\x81\xe7\x28\xd3\x69\x45\xb6\xc3\xf0\x4f\x18\xef\x97\xba\xe3\xb6\x63\x39\xfa\x48\x6e\xf2\x31\x6c\xc7\xdc\x48\xfc\x72\x24\xab\xfa\x01\xe6\x63\x41\xe4\xe5\x76\x49\xec\xef\x4d\x87\x78\x38\x43\xbb\xb1\xab\xf3\x2d\x5c\x10\x4d\xf2\x16\x86\xbe\xe8\x67\xa5\x34\x2c\x03\x09\x24\xe4\x8f\x24\x89\xf6\x72\x25\x7f\x24\x89\xad\xb5\xf2\x77\xc2\x9e\x50\x3a\xbf\x3b\xcc\x3c\x75\x12\x93\x71\x29\x55\xc0\x02\xac\xf1\x8b\x83\xfc\x74\xab\x97\x42\x66\x70\xb5\x73\xa4\x24\xc5\xba\x03\x11\xcd\xf2\xd4\xdd\x39\x7e\x16\x3f\xd0\xcf\x24\x7f\xa8\x89\x7a\xb2\xa5\x94\x78\x2b\x1f\x69\x19\x34\x27\x3b\xe7\xef\xcc\xfb\x25\xd0\xbf\x86\x2f\x6c\x94\xdc\x8e\xf2\x4f\x08\x62\x92\xa2\x8a\xd0\x93\x02\x36\xcd\x4e\xe4\x30\x31\x98\x84\x2e\x36\xe1\xa5\x6f\x9f\xbf\x92\x0f\xf6\xc3\xe3\xb8\xa7\xec\x88\x07\xbb\xbc\x85\xf7\xee\x5b\x4e\xbc\xfc\x7c\x86\xf8\x66\xf2\x6f\xff\x1a\xba\x94\x68\x42\x91\xb2\x35\xdb\x9e\xd8\x92\x5f\x39\x0a\x80\xa4\x11\xc5\xee\x6b\x9d\xb5\xf6\xd1\xa4\x0e\x2d\x0a\xb6\x89\x96\x1a\x9b\x12\x92\xd9\xa4\xc4\x33\x22\x21\xd5\x80\x73\x4a\x16\x2f\x5d\x29\xb1\x74\xe4\xc7\xdb\xe4\xbd\x53\x91\x65\x4e\xfa\x63\x78\x5b\x27\x7e\x9a\xc5\xb9\x87\xb4\x74\xaa\xd1\x56\xe5\x0c\xc2\x44\xa2\x07\xfc\xca\xe0\x6c\xb8\x9e\xe3\xf3\xc8\x63\x98\x9b\x7e\x99\x8d\x3b\xa9\xfb\xc4\xf6\xec\x81\xec\x25\x97\x55\xb3\x63\xd5\x17\x88\x04\x56\x05\x10\xf7\x09\x62\x1f\x2f\x0a\x95\x42\x08\x85\xc3\xe3\xf6\x88\x4e\x0d\x3c\xe6\x1b\x27\x42\x22\x61\x4c\xe0\x0c\x1a\x73\x98\x24\x7e\x7d\x79\xe9\xac\x90\x25\x69\x9d\xf0\x4c\xb1\xd7\xc1\x80\x42\x8a\x4e\xb1\xf2\x80\x64\x8c\x5a\x88\xdc\x21\xa8\x56\x7c\xe0\x34\x09\x35\xa1\x8d\x26\x18\xdc\xa7\x8d\xb1\xb6\x4f\xbf\x69\x59\x59\xcd\x06\x3f\x29\x54\xc8\x8b\x91\x54\x96\x6d\x2b\x42\x0e\x88\x72\x10\x97\x8f\x39\x24\xab\x3c\xec\xb6\x5c\xce\x80\x53\x16\x19\x46\x84\x6a\x94\xf9\x68\xb2\xe1\x49\x0d\xff\x2c\x6f\x8b\x10\x26\x21\x5c\xfc\x08\x52\xbc\x2d\xd5\x41\x6c\xaf\x35\x3c\x08\x6f\xb4\x4a\xd2\xc3\x8c\x33\xeb\xff\xd0\x9f\x80\x0b\xc0\x46\x02\xce\x4d\x41\x1e\x76\x19\x72\x56\xc4\x30\x23\x3f\x31\x0c\x42\xfe\xcc\x04\x8b\xa5\xe9\x61\x13\x22\xcb\x17\xd4\xfb\x83\x8d\x31\xdf\x48\x5a\x5e\x14\x97\x8c\x66\x14\x4f\x34\x61\x52\x62\xee\x5e\xd1\x32\x72\xa9\x94\x5e\xc8\xa5\x2f\x0b\xf2\x2b\x1c\x28\x0a\xb2\x99\x00\xe7\x8e\x5b\x64\xd2\x57\x7c\x9e\x47\x3a\xf8\xc0\xb5\x31\x3e\x05\xb9\x15\x09\xe1\xdb\xb8\x85\x89\xd1\x48\x04\x75\x8d\xef\x17\x86\xd1\xdc\xd4\x00\x36\xba\xb9\xf4\xd7\x62\xf1\x23\x61\x82\x77\xf1\x5d\x8f\x89\x47\x66\xfe\xa0\x07\x17\x0c\x51\xa8\x7d\xe9\xd7\xa9\x42\xee\x3b\x28\x99\xf1\x5e\x4e\xd2\xa8\xbe\xa7\x6d\x63\x00\xa1\x4c\x00\xec\x8a\x2b\x26\xfd\x39\xaa\x10\x47\x10\x2a\xac\x04\x0e\xe2\xb8\xc1\x4b\xef\x2b\x8f\x57\x00\xd8\x96\x68\x34\x28\x76\x66\xf7\x16\x30\xc1\x49\xae\x59\x1c\x6c\x73\xa0\x43\xcb\x2f\x21\x3a\x3c\xe3\x80\x47\xeb\x3b\x9a\x1a\x54\xd9\xcf\xf1\x69\x0a\x30\x97\x9b\xa1\x6e\xf8\x5d\x12\xc8\xdb\xcc\x7e\xc1\xf1\xe0\x55\x8a\xdd\xad\x58\x6e\xed\x34\x31\x8b\x30\x3f\xef\xcd\x8f\x86\x64\x98\x1a\xc3\x0d\x4d\x62\x2d\x26\xf6\x94\xf1\x45\x92\xf8\xda\x10\xa7\x1d\x2f\xe9\xd7\xf2\x07\x79\x46\x55\xe2\xde\xea\xbe\x73\x34\x10\x31\x08\xe6\xc7\x06\xa0\xa4\x0a\x30\x81\x67\x4e\x6a\xff\xb4\x65\x30\x66\x77\xcb\xd8\x61\x08\xf3\x04\x29\x53\xc7\xe5\x04\x88\x92\x26\xbe\x91\xe2\x59\x14\x0c\xe5\xd0\x09\xd3\x13\xf7\x82\xf8\x30\x93\xb0\x22\x81\x69\xd7\x47\xd4\x55\x74\xdd\xfd\x3c\x18\xc2\x09\xdf\xcc\x06\xca\xf7\xd1\x52\x46\x9a\x82\x7f\xa5\xa0\xf9\x73\x4a\x88\xa3\x11\xf4\xff\xa8\xe5\xd4\xb1\x68\xed\xa9\x68\x33\x9a\x35\x11\xa3\x18\x73\x42\xfc\xf6\x37\x6c\xa8\x88\x18\x43\x7f\xd4\xd8\x29\x2f\x1e\x39\xdb\xd1\xd3\xda\x93\xe5\xf8\xb0\xde\x4e\xcd\xa8\xa8\x5e\x6a\x45\xc5\xe8\x58\xef\x7e\xc6\x9f\x66\xbb\xb5\x1b\xba\xe4\x9b\x1b\xb6\xa2\xea\x94\x34\x67\xf9\xf8\x95\xcd\xb4\xf9\x53\xb6\x7d\x14\x25\x3c\xc3\x34\x3e\x3c\xb8\x54\x49\x38\x21\xc1\x04\x19\x2e\x3d\x6e\x78\x91\x4f\x7b\xc2\xd1\x8f\x43\xcf\x29\xec\x7e\xa0\x56\x8c\x48\x97\x2f\xea\xb5\x1c\x5b\xd1\xb7\x99\xb1\x8a\x1e\x8f\x0f\xfc\xfc\x2f\xb0\x15\xf8\xe4\x98\xe2\xf2\x03\x91\xea\xc6\xa3\x07\xb2\x9a\x09\x57\xf7\xfa\xee\x39\x07\x14\x37\xff\x80\xca\x07\x23\xd8\xc5\x30\x7d\x33\x11\xec\xe6\x54\x79\x41\xce\xe1\xbc\x90\xa6\x63\xea\x26\xa8\xea\xf5\x59\x51\x31\xdc\xf0\xcb\x18\x03\x22\x7a\xe4\x1d\x17\x54\xa4\xf9\xb3\x5b\x8c\x30\x9f\x72\x21\x2c\xf5\xef\x95\x3b\xac\x93\xa8\x75\x2f\x43\x6a\x11\x02\xd8\xdd\x7e\x19\x2a\x89\x7e\xde\x93\x48\xcd\x28\xdd\xe3\x5e\x98\xe9\x3a\x6f\x7f\x10\xcb\xf0\x37\xb8\x89\xd9\xf4\x51\xe5\x71\x0f\xfa\xa0\x6a\xdb\x54\x56\x07\x59\xbc\xa1\xdf\x71\x68\x33\x6e\xaa\x79\x5d\xae\xd6\xc6\x54\x61\xb3\x57\x21\xd0\x6a\xc8\x20\x32\x03\x52\xc2\xcb\x4b\xa8\x23\x6a\x13\xd2\xf5\xea\xcd\x77\x2d\x10\xdf\xfe\x75\x26\x62\x63\xbe\x1c\x57\xc1\x33\xad\x7a\x53\x13\x35\xb0\x90\x5b\x7a\x09\xaf\xd7\x55\x78\xa6\x55\x13\xc7\x9d\x4b\x2a\xe8\x25\x8d\xcc\xba\xf2\xf1\x57\x69\x95\x5e\x58\xbe\x11\xa6\x85\x46\x51\xad\xf8\xde\x14\x45\x4c\xf6\xb6\x53\x0c\x0a\x8a\x40\x6c\x1c\x49\x8f\x75\x47\x5d\xfe\xe6\xf0\x52\x3b\x60\x8e\x60\x66\x18\xe0\x11\xd2\x81\xa4\xe5\x3e\x6e\x24\x95\x85\x72\x7a\xa6\xeb\x13\x0d\x61\x3f\xb4\xa2\x9e\xc4\x73\x4b\x7e\x38\xf2\x84\xf5\x68\x38\x23\x1f\xe6\x69\xc9\x8f\x1b\x90\xf4\x65\xd9\x91\x50\xd6\x44\x4c\xe9\x78\x68\xde\xbd\x81\x87\x26\xbc\xfd\x4e\xb4\x29\x7d\x3b\x31\x21\x92\x11\xf8\x20\x4c\x69\xaf\xf2\xaa\xab\xbc\x77\x9a\x87\x65\x92\x3a\xf3\x37\xb6\xe4\x89\x5d\xd8\x84\x84\x79\x9e\x5a\x9c\x28\x3d\x3a\x8a\x71\xfb\x51\x28\xc4\x6a\x5d\x5f\x36\xd8\x22\xba\xf0\xcc\x3d\xaf\x6f\xac\x51\x4f\x2f\x5f\x3f\x77\x4f\x82\xf2\xf9\x73\xe1\xbd\x3a\xcd\xfd\x38\x42\x40\xca\xfa\x20\xae\xa0\x4d\x47\x26\x87\x49\x8b\x90\xf7\x31\x81\xa7\xe7\xfe\x34\xee\x10\x9d\xd6\x97\x7a\x4e\xb3\x41\x24\x0d\xcf\xdd\x19\x47\x4a\x7a\xaa\x11\x5a\xcb\x94\x42\xd5\xfb\x31\x5c\x0e\x27\xb4\xca\x7b\x9d\xbc\x1b\xd1\x8d\x12\x82\x5d\x54\x41\xb4\x9b\x1c\x3c\x90\x43\xbb\xca\x6e\xe9\x73\xb8\xd9\x69\x3c\xea\xfa\x31\x1d\x61\x54\xc0\xd3\xb0\xe6\xad\xa3\x96\x29\xf6\x98\x92\xc4\x61\x71\x51\x69\xc3\x4f\xa4\xc5\x83\xef\xc1\x43\xf1\x50\x80\x86\x2f\xe3\x84\x7d\x28\xe7\xa3\xb8\x26\x8b\x3e\x2a\x9b\x92\xe3\x9b\x3f\x38\xa6\x80\x94\xee\x1a\x95\xc7\x3b\x1e\xb9\x7c\x60\x40\x82\x47\xfe\xe0\x80\x72\xcc\xf4\x31\xa3\x72\x27\x61\x58\x06\x54\x55\x82\x6a\x32\x24\x03\xc5\xe9\x1d\xa3\x3e\xf2\x9e\x18\x63\x6e\x01\xc2\x80\x70\xd8\x5c\x8a\x19\xd1\xd4\x5c\xea\x9c\xd3\x53\x10\x5c\x2e\xc7\x67\x2d\x66\xa6\xe7\xed\xae\xde\xd4\xc8\x8b\x0d\x96\xe5\x12\x76\x49\xa3\x84\x1c\x59\x3c\x00\x2d\x93\xb7\x69\x4e\xad\x96\xaf\x98\x16\x43\x08\x99\xba\xe7\x03\xa8\x91\x98\xb5\xe3\x18\x69\xf0\x84\x85\x64\x78\x85\x4b\x9f\xac\xfb\x91\x77\xf1\xdd\x02\x2f\xcc\x5e\x36\x86\x1f\xd2\x81\x82\x47\x78\x3e\xff\x28\x43\xc3\xcf\x3a\x76\x9e\xed\x4e\xe9\xfb\xc9\xb3\x60\x47\x1f\x6c\x1b\x88\x35\x90\x37\xdb\xc1\x05\x65\x6f\x14\x3a\x09\xc3\xbc\x63\x62\xd6\xed\x06\xef\x8b\xa2\xf6\x96\xab\xd3\x6b\x50\x65\xec\x30\x81\x59\xec\x89\x0c\x69\x10\xd2\x94\xc8\x18\xf9\x2b\x91\xce\x12\x97\xa7\xef\xf0\x53\x62\xef\xf3\xf7\x0b\xfa\xb5\xe8\x9b\xde\x54\xab\x0b\xfc\x6f\xbf\x2c\xee\x97\x8b\x38\x6d\x16\x6b\x53\xdb\x44\xcf\x9d\xfb\x5f\x57\x36\xc9\x0f\x3e\xb1\xe0\x0a\xfd\xd3\x33\x69\xfd\x5b\x0c\x8c\xc5\xef\x43\xc7\x6d\x88\x21\xae\x0e\x90\x77\x5c\xc7\x3e\xd3\xa9\x78\x2f\xd1\xae\x42\xf6\xcf\x21\x03\x60\xd2\x02\x33\x8a\x2b\x79\x60\xbe\xc4\xfb\xe7\xfa\x82\xcf\x49\x92\x92\x0b\x5d\xd2\x1c\x7d\x14\x43\x69\xc7\x2b\x9b\xe6\xa5\x24\xc5\xb8\x75\x81\x26\xbb\x1b\xe8\xf0\xa5\xb9\xd7\x4d\xde\xf3\xb4\x47\x35\x1d\x4e\x93\xbc\x53\x46\x36\x30\x35\x36\x1e\x55\x4d\x63\xff\xcf\x8c\xaa\x93\x87\xfa\xd2\x1c\x09\x73\x99\xcd\x4b\x44\x67\x69\xd2\xb6\xa9\xf5\xaa\xf6\x0f\x64\xc7\x3c\x65\x31\xd2\xa4\xde\xc7\x0d\x4c\x13\x43\x90\x92\x34\xd1\xd5\xfc\xde\xd6\x95\x58\x14\x65\x6d\xd0\xb9\xcd\x26\xd7\xfb\x17\x1d\x92\x00\xe9\x1a\x84\x3f\x29\xc5\x6f\xda\x42\x4b\x3e\x03\x74\x89\xcc\x21\x40\xdf\x2c\x74\xae\xbb\x1b\x87\xc0\x98\xf2\x56\xd6\x6c\x89\x76\xa8\x57\x4f\x79\x39\x93\x6c\xf8\xf2\xc2\x4f\x9c\xdf\x48\x68\x38\xa8\x2c\x42\xef\x11\xf2\x78\x8d\xc7\xb2\xad\x44\xa0\x0d\x4f\x32\xdc\x59\x33\x5e\xb4\x4c\x54\x41\x5a\x3f\xdb\x48\xb8\x83\xdd\xe8\x0e\x8e\x8d\xeb\xf5\x4d\x85\x46\x0f\xb3\x77\x81\xe4\xe9\x43\x27\x1e\x88\xd4\xdc\xca\x7d\x54\x3b\x33\x83\x1d\xb7\xf3\xf1\xe3\xe4\xcb\x02\xd7\x83\xbb\xb6\xb3\x23\xe4\xac\x71\x98\xf5\x0f\xb4\x33\x37\xc2\xd0\x4e\x35\x6b\xa2\xfd\x3b\x86\xcc\x97\x77\xbd\x93\x2b\xcb\xcb\xdf\x45\xdb\x1a\xda\x6d\xed\xa6\x69\xcb\xae\xe8\xa1\xd9\xa9\x60\xe0\x0a\x39\x39\xc7\xc3\xf8\x40\x83\xf1\xb9\x8d\x8f\x6e\x51\xe2\x1b\x1d\x95\xa0\xa7\x53\xd8\xb9\x7e\xbd\xdb\xe8\xd0\xbf\x8b\x6f\x97\xc5\x87\xb8\x76\xa6\xbd\x44\x4c\x09\x50\x08\x76\xc3\x22\xa6\x6e\x38\xb2\xf6\x69\x6b\xa3\x35\xcf\x28\x0a\x61\x06\xb6\x06\x72\x85\x8f\xe8\xef\xd8\xfa\xb7\xb6\xbb\xad\x37\x10\x6a\xe2\x75\x28\xb6\x3e\x78\xe3\x84\xff\xe5\x97\x05\x61\xb1\xf8\x60\x49\x59\x9f\x49\xa0\x4f\xf7\xab\x65\xcd\x7d\xf7\xa0\x78\x18\x5d\x7b\xbe\xe4\x68\xda\x82\xea\xf9\x70\x1d\x0e\x08\x1f\x5c\x33\xce\x34\x72\x85\x78\x33\x1c\xd8\x43\xd8\x4f\xef\x1c\x42\x36\x6f\x9b\xb4\x1d\xae\x11\x88\x69\x99\x98\x1c\xcb\x10\x67\x9b\x4d\x0c\x70\xc2\xf4\x40\x91\xc4\x23\x21\x25\x18\x87\x8e\x5f\x1f\x78\x18\x42\x82\x37\xde\xe3\x30\x0b\xe9\x2c\x2e\xf4\x91\x5c\xc8\xed\x33\x11\x78\x1e\xef\x7f\x47\x67\xe0\x23\x53\x4f\xc7\x38\x73\xd6\xee\x18\xa0\x5f\x8a\xf1\x21\x4b\x6f\x78\x8e\x39\x4d\x7d\xf4\x8e\x10\xf8\x05\x87\xf8\x23\xd6\x3a\x3e\x5a\x8b\x23\x7c\xce\x85\x52\x9c\x3a\xb4\xb0\x10\x58\xef\x9a\xb6\x19\x88\xa3\xb1\xab\xef\xfd\x2f\xa2\xc9\x38\xcf\xcd\x14\x67\xfd\xca\xed\x7a\x60\x9f\x6b\xf5\x91\xe4\x75\x7a\xc9\x2f\x36\x18\x5f\x37\xbd\x39\x98\x26\xf2\x35\x21\x61\xdf\xb0\xca\xc5\xd7\x38\x95\x14\x3c\xe9\x02\xaa\x29\xa9\xa8\x55\x9a\x4b\x22\x3c\xeb\xa4\xc6\xeb\x9e\x4d\x49\xd3\xbb\xe7\xd0\x70\xcc\xf9\x75\x45\x6b\x38\x1c\xd6\x58\x8a\x4e\xc3\xdd\x8a\xb9\x72\x71\x36\xd4\xc2\x43\x4f\x3b\xf0\x63\xd2\x6a\x32\x20\x91\x71\x6b\x97\xd3\x3a\x88\xbf\xa6\xe5\xcf\x61\x34\x6b\xc4\xbb\xa9\x9c\xab\xe2\x17\xef\xca\x9a\xc3\x78\xe9\x9e\x51\xda\xdc\xa2\x71\xd9\x63\x0b\xc0\x95\x66\x56\x21\xad\xe4\x4a\x91\xdc\xc5\x0a\xcf\xe5\xb2\x39\x5a\x81\xcd\x85\xc6\x55\x8a\xb7\x5d\x73\xa4\x82\x2a\x08\x47\xc3\x52\xfd\xab\x99\x0e\xac\xb9\xfc\x47\x42\x58\x44\xdc\xee\x10\x66\x40\xf5\x07\xa8\x93\x14\xbc\x6c\x9a\x1e\x2c\xdb\x01\x64\x2e\x1b\x8a\x66\xab\x75\xe6\x2a\x46\x82\xdf\xfa\x62\x39\xa5\x4b\x15\x8e\x2d\xd9\x39\x72\xe7\xd6\x6c\x8f\x70\xf2\x6b\x68\x7b\x36\xc4\xbd\xd2\x5d\x38\xea\xf2\x5c\xf5\x40\xb6\x78\x79\x4e\x25\xef\xaa\x19\x3a\x1d\xd5\xf1\xdd\x66\xa0\xb7\x31\x04\x99\x77\xf4\x0b\x6a\x3e\x36\xf3\xd8\xe4\xbc\xc2\xb4\xfa\x5c\xe7\x5c\x6b\xae\x77\x79\x98\x17\x77\xe8\xe5\xb0\x79\x6f\x7b\xf8\xb3\x5e\xad\xd9\xc2\x24\x36\x74\x81\xb0\x6f\xb2\xde\xcf\x28\x9b\x4f\xd1\xb7\x5c\x7c\x6e\x1d\xe9\x5e\xdb\xdb\xde\xb0\x65\x51\xb2\xfa\x92\xa2\x01\x4b\xbe\x7f\x2c\xa6\xd0\x79\xcd\x06\xa1\x7f\xd6\xca\xdd\xe8\x59\x04\x15\x19\x5a\x39\xe5\xe7\x38\xd3\x63\x19\x59\x9d\xb9\xd9\x21\xd2\xa7\xdc\xb3\x9b\xdb\x8d\xbc\x0b\x2d\x0f\x2f\x10\x42\x70\x9b\x8a\xe9\x63\x1a\x4b\x52\x83\xb9\x38\xaa\xc1\x28\xf4\x09\x9b\x8b\x4b\x48\x84\xac\x94\x20\x32\x5f\xec\xcc\xd0\x8e\x29\xd2\x0a\xf3\x9b\x2b\x7d\x40\x7c\xa3\x0f\x16\xf7\x43\x90\xd2\xdc\x3d\x02\x3c\x0c\x9d\x99\x2b\xad\x83\x40\x48\x08\xbb\x19\x64\x51\xa8\x80\x30\xd1\xe2\x56\xa5\xef\x8b\x11\xfc\xd9\x2a\xb2\xdc\xfc\xc2\x18\x6e\x32\x65\xb4\xa5\x02\xbf\x25\xec\xb5\x3d\x51\x09\xed\x5f\x4c\xd2\x42\x9e\x41\xd0\x6f\x4f\xe8\x96\x62\xe1\xcb\xb1\xf4\x25\x63\x2e\xba\xa5\x64\x09\x21\x05\x9e\x5d\x13\xd4\xfe\x58\x0c\x97\x7d\x22\x1b\x50\xcb\xbb\x99\xea\xf1\xbb\xbd\x15\xcf\x99\x18\xf1\x92\xae\xc3\x57\xea\x15\xc5\x1f\x17\x4d\x01\x63\xf2\x64\x42\x13\xc3\x5f\x4f\x75\xa7\x41\x7b\xc4\xa6\x87\x65\x74\xf2\xaa\xee\x5e\x1e\xcd\x96\x66\xf2\xc0\x8f\x3a\x3b\xe6\x3f\xc4\x1a\xef\x34\x93\x38\x14\xe7\x9c\xaa\xe5\xf8\x3d\x86\xd5\x0b\x7e\x95\x21\xad\x8a\x40\xef\xca\x6d\x8d\xaa\xbf\x40\x8e\x58\x41\x48\xf9\xf0\xd6\x6e\xb0\x85\x30\xec\x1f\x55\x70\x00\xfe\x82\x5d\x50\x61\x4a\x5b\x0c\xb5\xe8\x4e\x4b\x3f\xf0\x23\xef\x72\xfb\x17\xd2\x19\xf5\xfa\xe5\x38\xfa\x28\x77\x5c\x83\x00\x1c\xc1\xcc\x26\x07\x8d\xbd\xf9\x45\xdf\x23\xf0\x4f\xa2\xbc\x34\xbf\xb8\xfd\xb0\x4f\x25\x52\x8f\x35\xaf\x78\x81\xe7\x50\x8e\xd5\x14\x19\xdf\xc3\x73\xc2\x32\x8f\x3e\xc7\x14\x11\xfd\x60\x57\x35\x97\x06\x46\x35\x1c\xfb\x45\xde\x53\xf9\x54\x5b\x70\xdd\x3a\x42\xe2\xe8\x01\x2c\xda\x64\x93\xc3\x26\x4a\x33\x78\x8e\x4a\x5e\xb1\x9e\x71\x1f\x1e\x39\x9b\x03\x5e\xb6\x0e\x80\xab\x0a\x53\x72\x33\x2d\x08\xed\xb8\xf7\x92\x48\x7d\x42\xf4\x2a\x71\x2f\xca\x5a\x92\x27\x3f\xe4\x31\x8f\x71\x6b\x62\x80\x29\x98\xc2\xe6\x96\x11\xfa\xe2\xe4\xf1\xf7\x42\x66\x61\x20\x08\xfa\xa9\x86\x07\x83\x7c\x13\x8f\xe8\xae\x75\x60\x79\x59\x0e\xb4\x07\xd7\x5b\x11\x16\x8e\x06\xcf\xef\xe0\xb1\x58\x16\xef\x59\x43\xe5\xc2\xd1\xa1\xb3\x40\x08\x1c\x7c\xcb\x69\xc0\x20\xef\x82\xdd\x12\x35\xdc\x04\x0f\x5b\xd6\x3d\xa5\xfd\x21\xea\x02\xcc\x79\x46\xdd\x09\x47\xc2\xa4\xb8\xef\xb0\x8c\x7d\x8e\xb4\x24\xfc\xb4\x6c\x42\xf6\xcb\x00\x8c\x57\x00\xb6\x78\xd5\xcf\xf3\xb6\x55\x40\x04\x13\x5b\x2c\xff\xb8\x63\x2a\xe4\x4f\x10\xc8\x27\x0b\x88\x30\xbb\x25\x3b\xb6\xde\x8d\x88\x47\xc2\x4d\xae\x16\x51\x2d\x7f\x26\x56\x46\xfc\x9d\x6b\x78\x16\x22\x10\x65\xdc\x7a\xa4\xb3\x5c\x09\x3f\x7e\xaf\x6d\x56\x99\x2b\x19\x71\x20\xf2\x9d\x2b\x95\x55\x14\xbb\x94\xc7\x94\x3a\x7e\x2b\xc5\x97\xc4\xe3\x28\x1d\x5e\x47\xf1\x85\xc6\xef\x6d\xb0\xb8\x56\x71\x62\x36\xea\x11\x56\x7c\xc9\x79\xc5\x19\xf2\xb4\x0e\xa2\xf4\xc1\xb4\x1f\x96\xe5\x8a\x73\x35\x23\x0c\x57\xbe\x63\x14\x7a\xf9\x96\x67\xf8\x4b\xef\x92\x22\x89\x33\x36\x60\xc9\xd0\xb8\x89\xd1\x90\xd8\xd3\x29\x29\x33\x87\xcc\x19\x8d\x4b\x99\x91\xbf\x83\x24\xc2\x8b\x77\xf5\x8c\xfe\xd3\x6f\x9c\xe6\xd5\x19\x8e\xb4\x26\xb0\xb4\xab\xac\x57\xdf\xd2\xdf\xe2\xc9\xab\x34\x35\xbc\x28\xcf\x79\xe1\xcd\xf9\x99\x12\xfe\xe6\xf8\x8b\x69\x11\xde\xfe\x4b\xb1\x7b\x0c\x0f\xc3\x73\xc8\xcc\x06\xef\xcc\x21\x66\x66\x85\xab\x04\x0f\x2e\xb1\x71\x22\xfc\x1c\x80\x7b\x4d\x71\xe5\x76\x57\x6c\x5e\x40\x68\x64\x27\xd6\xf1\xf2\x60\xa7\xae\x1f\xa8\x0d\x0e\x9c\x8b\x0b\xb8\x50\xed\x05\x07\x62\x4a\x0a\xd0\x4c\x38\x3b\xcc\x84\x10\x33\xc7\x8d\xb1\x53\x6f\xb0\x22\xe4\x1d\x2d\x9b\x29\x4c\xe4\x5e\x0c\x97\x22\x46\x8d\xd0\xd7\x8f\x10\xe7\x13\x41\x27\xb7\xce\x56\x25\x82\xfe\x21\x96\x77\x1a\x19\x67\x39\x69\x5f\xb6\x52\x3f\x9b\x22\x81\xa5\x58\xa6\x1b\xda\x51\xb1\xc7\x78\x2a\x6f\xa6\xa4\xbc\x60\x1e\x8a\x3d\x95\x17\xcc\xb9\x90\x84\x41\x93\x35\x91\xb8\xc1\xbe\x36\x2b\xbd\x34\xfb\x14\x1f\x79\xfe\x1e\x37\xd8\xba\x33\xab\x97\x5d\x71\x5a\x16\xe7\xa7\x9a\xde\xed\xfb\x83\xbc\xd5\x75\xfe\xf2\xe2\xac\x38\x0e\xb2\x28\x18\xa0\xaf\x40\xe1\x24\x23\x82\x61\x9a\xa3\x76\x71\xea\xb9\x23\x2c\x32\x7d\x13\x98\xf0\xf7\x7c\xa9\xe3\x54\x0b\x40\x0b\x9e\x91\x2d\xe2\xb7\xb2\xfb\x8b\xd4\x58\x16\x2f\xf1\x1c\xf0\x01\x14\xb2\xa4\xc0\xf3\x78\xa0\xbd\xbb\x84\xc2\x80\xb0\x3c\x9b\x68\x5d\xde\xb2\x84\xdf\x14\x0f\x4e\x1e\x2c\xb3\x93\xbd\xee\xab\x2e\x09\x91\xf5\x18\xa2\x93\x66\xd7\x9a\x2d\x71\x80\x17\x2f\xce\xfd\x3c\xdf\xbb\x03\x4a\xae\xd9\xed\xfe\x16\xc6\xc5\xbd\x89\x3e\xf8\xb1\xe0\x01\x2a\x5d\xdb\x5e\xbb\x8d\xcd\x9f\xba\x66\x79\x0a\x8c\x07\x8a\xb3\xd3\x97\xf9\x08\x38\x16\xab\xa7\x5d\x93\xb1\xbc\x49\x9f\x81\xc7\xee\x68\xa4\x57\x8f\xa9\xdc\x81\x63\x5f\x77\xb0\x75\xf5\x2d\x82\xfa\x7c\x4a\xff\x8d\x37\xf3\x5c\x94\xf7\x7e\xd9\x73\xea\xc7\x14\x99\xe2\x2b\x09\x3c\xa8\xa4\x90\x89\x58\x34\xf3\xd1\xc9\xd5\x67\x1f\xf4\xd3\x59\x66\xe8\x33\x5e\x8c\x79\x2b\x1f\x69\x67\x97\x36\xb5\x7a\x2b\xf2\xb0\x3b\x27\xad\xf6\x78\xa9\x35\x77\x5e\x3e\x2b\xb7\x16\x54\x2e\xcf\x3b\xe4\xcd\x06\x13\xef\x69\xf9\x18\xb5\x77\xb4\x34\x94\xb2\x6b\x9c\x44\xe3\xbe\xb4\x5e\x88\x4c\x14\xcd\x31\x93\xee\xa4\xed\x8c\x88\xc8\x9b\xfd\x90\x3b\x90\xc8\x22\xbd\xc0\x6f\x56\x9f\xe9\x05\x7d\x5a\x94\x28\xa3\x04\x70\x4f\x93\x67\x72\xd3\x12\xd7\x62\x1a\xdc\x09\x64\x1e\x29\xe4\x9d\x71\xe7\xf2\x47\x17\x9c\xa6\x36\xdb\x6d\x45\xfc\x3b\xc2\xe0\xb3\x7d\xbe\x7a\xd2\xbf\x96\xe4\x50\xd7\x75\x7c\x6e\x20\x7c\x64\x01\xde\x8e\x9f\xd4\x66\x50\xa5\x63\x43\x3c\x11\x1f\xb8\x37\x9c\xed\x2b\xb5\x03\x0b\xab\x5a\x51\x17\xdb\x82\xb9\x60\x7d\xa4\x2a\x14\x18\xf5\x1b\x38\xe5\x58\x08\x04\x53\xdb\x34\xfd\xe8\x25\xbd\x37\x94\x24\x9d\x26\xa6\xda\xba\xf6\x50\x7d\x6c\xd6\xf2\xa2\xd7\x1d\x35\x39\x86\x37\xab\x79\x37\x61\x3d\x68\x6a\x1f\x59\x11\xa6\x66\xcd\x2e\xf4\xb9\x69\xdd\xa1\xcf\xfd\x39\xcf\x39\x2d\x4e\x04\xb6\xd9\x0a\xb5\xbc\x2e\x23\x14\xa0\xcb\xf4\x5c\x6c\xb8\xc3\xd2\x5f\x1e\x01\xa2\x27\xaa\x22\x4e\x0a\x46\x4a\x2a\xa6\x45\x12\x26\xa6\x45\x0a\x2c\xa6\x25\x3b\x95\xa4\x76\x5d\x35\xde\xa2\xf3\xf3\x17\x33\x05\xc2\xfb\xb6\x1d\xfc\xb0\xc1\xfb\xdc\x83\xa5\x12\xe2\x7b\xdf\xfb\x34\x29\x9f\xad\xe8\x28\x3d\xb4\x81\xeb\xff\x5e\xf7\x33\xf5\x67\xbf\xb8\xc7\xa1\x45\xee\xf5\xae\xbc\x8c\x0d\x79\x7c\x7f\xfc\x78\x01\xef\xc7\x95\x57\x21\x05\xf8\xf0\x6a\xad\x06\xb4\xfa\x5a\x66\x09\x65\x59\x30\x9e\x65\x9e\x5b\x28\x80\x31\xe8\xfb\xdb\x02\x80\x2f\x17\x46\x7e\x5d\x84\xb1\xc1\x79\xae\x4d\x44\x20\x31\xb8\x28\x3b\xe3\x9d\x0d\x55\x67\x6a\x3b\x5f\xd9\x3f\x02\xe2\x1f\x05\x61\xbf\x22\xff\xac\x67\x13\x9e\x99\xc7\xfa\xfe\xc0\xef\xbd\xfb\x8a\x7a\xb1\x89\xc4\x51\xcc\xa7\xd3\x3b\xd6\xa8\x84\xbd\x7a\x70\xca\x79\xbe\x1a\x2f\x88\xca\x6e\x78\xda\x80\x5b\x2f\xb2\x19\x2f\x01\xfb\x8b\xba\x5f\xad\xc4\x78\x97\x85\xa8\x10\xf8\xb7\x66\x29\xc2\xdf\xdb\xdb\xe2\x1c\xe1\xaa\x1f\x23\x7b\x32\xb0\x03\xb1\x1f\xc6\x8f\x89\x46\xc4\xdf\x01\x79\x89\xbb\x39\x1c\xd9\xd6\x15\x6b\x4d\x45\x5c\x55\xfc\xe0\x44\x30\x59\xe8\x33\x84\x61\x9d\xe8\xce\x8a\x04\x74\x52\xef\x8d\x75\x62\x23\x07\x16\xda\x93\xd0\x22\x9c\x3b\xd2\x96\x8f\x59\x31\x0f\x4c\xde\xcb\x5b\x0b\x73\x34\x96\x75\x65\xeb\x1d\xc1\xf1\x3f\xe0\xa3\x78\xc1\x1f\x61\xb1\xc4\xd5\x9b\x25\x7f\x84\x0e\x55\xd7\xf3\x42\x1e\x97\x15\x5b\x1a\x7e\x18\x2b\x80\xcb\x5d\x74\x0e\x6d\x1a\x08\x9d\x64\xb3\x8e\xde\x29\x2f\x39\x73\x54\x74\xc4\x4a\xe5\x99\x7e\x5b\xe9\xd4\x35\x11\x9d\x17\xcf\x9e\xbe\x78\x3d\x2a\x39\xc1\x17\x9a\x3e\xc1\x2d\x9a\x3e\x83\x4b\xc4\x22\x60\x7e\xe8\x6c\x15\x90\x17\x9c\x1f\xb8\x40\xf7\x7c\x23\x22\x7c\xcf\x0a\x9a\x92\x80\x8c\xe9\x73\x9a\x9a\xc4\xc5\x9a\x29\x35\xf7\x0e\xf2\x4c\x31\xfa\xe0\xd7\x22\x6a\xdb\x75\xd3\x0e\x3b\x49\x3d\x8a\x90\xba\x2e\x43\x11\x5a\x1a\x2e\x91\xb0\x58\xc4\xab\xa4\x6c\x1e\x34\x2d\xea\x8b\xf8\x96\x33\xe7\x8e\x33\xcd\x0c\x23\x25\x40\x75\x63\x2a\xf8\x31\x27\x8e\x8e\x23\x4e\x8f\x94\x0e\x27\xf2\x2d\x3f\x8f\xeb\x46\xe5\x77\x9b\xb0\x40\x22\x51\x4f\x56\xa9\xf4\x8f\x95\x05\xd9\xf7\x68\x7e\x95\xdb\x5a\x15\xd7\xd3\x5a\x80\x5b\x19\xcd\xee\xaa\xef\x0f\x5d\x12\xbf\x83\x9f\xed\x1d\xcd\x66\xd2\x48\x3e\xc0\x83\x63\xdd\xca\x91\x95\xff\x0e\x4f\xc0\x8e\x4a\xea\xe5\xb1\x0a\xec\xc1\x36\x29\xe4\x0f\x05\xf1\x23\x82\x44\x13\x74\xff\xbd\xa6\xa5\xb4\xc2\x7c\xb7\x09\x61\x80\x42\xa3\x1b\x14\xb9\xde\x72\x6d\xb9\x69\xf1\x36\xb5\x18\x11\x39\x11\x48\x12\x9d\xeb\x73\xe3\xc9\xf3\x29\x1c\x5d\x77\x60\x51\xa1\xad\x4b\x13\x4b\xe2\xe5\xb4\x17\xfc\x70\x23\xf4\x28\x84\xed\xe0\xf0\x1a\xb2\xc3\xd3\x6b\x54\xe4\x1c\x97\xef\xb8\x80\xfd\x05\xd4\x99\x57\x97\xbe\x1a\xf6\x30\xbe\xa5\xe1\x44\xdd\x45\xd2\x56\xe3\x05\xd5\x12\x24\x92\xb8\xdf\x84\x70\xf3\xc5\xa6\x8f\x0c\xf8\x29\xd0\x1a\xe2\x6d\x3e\x16\xed\xc1\xa6\xaf\x99\x1d\x85\xa2\xce\x74\x0c\x76\xe1\x6d\x01\xbd\xa1\x9d\x7c\x12\x90\x10\x26\x8a\xe6\x81\xde\xc4\xce\x17\x66\x27\xf1\x92\xdd\x97\xd7\xea\xcc\x0c\x4f\x76\xbe\xe9\x36\xf0\x20\x45\x4e\x28\x6d\x36\x62\xe0\x77\x2a\x7f\x63\x97\xfc\xc6\x22\xb4\x5f\xfc\xf4\x3b\xb1\xc5\xc4\x62\x87\x5c\x9a\x6e\xcc\x7f\xa2\x1f\x59\x09\x57\x0b\x05\x28\x59\x8e\xf7\x9d\x53\x8a\x73\x9f\x92\xb4\xc6\x2c\x8e\x14\xe5\x30\x0f\xcc\x43\x9d\xeb\xf7\xb8\x9c\xf4\xc9\x45\x60\x62\x23\xf3\x8a\x23\x8f\x84\x61\x9a\xb2\xfe\x3c\x35\xcc\x4c\xe6\x91\x6f\x9b\xcf\x68\x0e\xab\xd7\x87\xe5\x64\x84\xca\x26\x9d\xf3\x7e\x14\x9a\xfb\x41\xeb\x9d\xc5\x8f\xb2\xca\xef\xb2\x37\xed\xaf\x8c\xd7\xf4\x64\x01\x6f\xf3\x70\x27\xf7\xe5\xfd\xc1\xd6\xd6\x21\xb6\x6f\x66\x8c\x01\x5f\xd3\x5a\xe2\x3b\x85\xe7\x80\x3e\x8f\xcf\x01\x99\xf4\x5d\x24\x7e\xd3\x30\x3c\x69\x18\xde\x99\x93\xa1\xb0\x9d\xb1\x06\xf4\x1f\xbd\xa5\xd4\xb5\x9b\xc9\x8b\x88\x38\x06\x79\x31\x64\xfe\x9d\x6f\x5b\xa6\x29\x8f\xf1\xfd\x04\x17\x07\x79\x29\xd1\x55\xde\x3a\x32\x1d\x58\xf7\x99\x48\x62\x3f\x93\x09\xff\x29\x79\xb2\x4e\x1b\xca\x5f\x89\xd2\x47\x2d\xb2\x67\x58\xd2\xd6\xf4\xed\xa7\x69\x63\xd9\x1b\x81\x18\x56\x78\x1d\xf2\x0f\x0c\x6d\xe6\x45\x9a\x9f\xf4\xd5\x9c\xdf\x3d\xb2\x10\xec\xd3\xef\x46\x08\xe9\x39\x01\x0e\xd9\xe3\xd9\x0d\x8e\xe0\xc2\x31\x91\xf0\x14\x75\xb2\xb1\x88\x9b\x6b\x76\xd9\x70\x78\x63\xd3\x37\x02\x73\x78\xf9\x3c\x7f\x03\x33\x79\x79\x8c\x5f\x8b\x62\xa4\x22\x89\xae\x6b\x6a\x8d\x4c\x82\x87\xb9\xee\x87\xf7\xab\x08\xf4\xfb\xa6\xa9\xde\x2d\xcc\xae\x59\x6d\xcd\x82\xdf\x5f\x87\x33\x14\x82\x7d\x95\x20\xef\x17\xf8\x82\x4f\xd4\xe7\xdd\xea\x73\x0d\xf4\xd7\x20\xd2\xff\xe7\x7b\xfa\x26\xe0\x86\x98\x12\x9f\x57\xf4\x09\x4d\x0a\x7e\x97\xf4\x9b\x45\xe3\x92\x75\xc3\x35\x7b\x28\xa8\xe5\xc1\x83\xcf\x09\xc5\xa2\x36\x0f\x86\x3e\x6f\xe9\x83\xcd\xc1\xee\x23\x26\x11\xba\xe0\x27\xf6\xe4\xa7\x93\xb7\x6f\xa0\xb2\xe7\x54\xfe\xc9\x89\x57\xcd\xd0\x72\x12\x88\x95\xfb\xb0\xfb\xbb\xe5\x4f\xee\x9a\x4b\xdc\x58\xfb\x5e\x9b\x92\xee\xb9\x1c\xf5\xde\x5f\x49\x5b\xb6\xe3\x72\xb7\xd6\x48\x4b\x34\x0a\x4e\x68\xcd\xcd\xda\x8f\x44\x87\xc1\x69\x7e\x1c\x32\x08\x5a\xbe\xb2\x6d\x0e\x88\x59\xfe\x6e\xe1\xdf\x99\xf0\x0f\x4c\x3c\xa1\x1c\x6f\x3e\x08\xfb\x32\x5a\x7e\x04\xa7\x7f\xcf\x02\xe7\x03\xdc\xe2\x97\x0b\xff\x2e\x8d\xab\x0f\x83\x32\xec\xf1\x05\x24\x29\xa4\x4d\xf8\x70\xbc\xfc\xfc\xac\x3c\xec\x4d\x3b\xb7\xbe\x74\x3b\x79\xfe\x0b\xbc\x50\xf1\xf0\xaf\x7f\xe5\xd2\xf4\xfb\x6f\x7f\x2b\x5e\x7e\xfb\x69\x61\x7f\x41\x70\x5a\x44\xbe\x13\xed\xaa\x2f\x46\xdf\xdf\x65\x25\xe1\xbe\xcf\xe6\xfe\xac\xfa\x7b\x23\x11\x6e\xb6\x1c\xc0\xe4\xff\x07\x00\x00\xff\xff\x56\xa9\x52\xea\xb7\xc3\x00\x00") +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") func confLocaleLocale_itItIniBytes() ([]byte, error) { return bindataRead( @@ -4397,12 +4418,12 @@ func confLocaleLocale_itItIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 50103, mode: os.FileMode(493), modTime: time.Unix(1453724976, 0)} + info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 52970, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\x7b\x6f\x1c\x55\xb6\x38\xfa\x7f\x7f\x8a\x9a\x1c\x45\x80\x04\x46\x0c\xbf\x2b\x5d\x21\x9a\x73\x19\x60\x60\xae\x80\xe1\x12\x38\xa3\x2b\x14\x35\xed\xee\xb2\xdd\xbf\xb4\xbb\x7a\xba\xaa\x63\x3c\xa3\x91\xdc\x76\x1e\x4e\xec\x8c\x43\x42\xe2\xbc\x88\x49\x48\x62\xc7\x26\x76\x42\x80\xbc\x9c\x44\xba\x1f\xe5\xb4\xbb\x6d\xff\xc5\x57\xb8\xeb\xb5\x9f\x55\x65\x9b\x39\x33\x1a\x91\x76\xed\xf7\xde\x6b\xaf\xd7\x5e\x8f\x72\xb3\x59\xaa\x86\x71\xa5\xf8\x7e\xb4\xb5\x34\xb1\xb5\x7c\xb5\xdb\x59\xec\xad\x2e\x6c\x7d\x7f\xb4\xdb\x99\xef\x76\x16\xba\x93\x4f\xba\x53\x2b\xdd\xa9\x73\xdd\xa9\xcb\xdd\xc9\x47\xdd\xa9\xe9\xf7\x6b\x49\x77\xf2\xe7\xee\xd4\x7a\x77\xea\x2c\x7c\x29\x14\x46\xa2\xd1\xb0\x88\xc5\xf8\xe9\xbb\x42\xb5\x1c\x8f\x0c\x46\xe5\x56\x15\xbe\x4d\x74\xa7\xa6\xba\x93\x0f\xba\x53\x37\xbb\x53\x57\xa8\xfc\x44\x21\xfc\xaa\x59\x8f\x5a\xd0\x62\x72\x09\x3b\x9c\x5c\xeb\x4e\xcd\x77\xa7\xee\x50\xe9\xed\xc2\x48\x58\x6f\x42\xc3\x0b\x34\xe8\x7c\x21\xae\x0d\x37\x4a\xb5\x46\x11\x47\x9c\xbc\xd1\x9d\xba\xcf\xff\xe5\xef\x51\x3b\xb1\x0b\xae\x77\x27\x6f\xc1\xfc\xb8\xac\xdd\x74\x8b\x60\x1e\xd0\x5d\x2b\x1c\xae\xc5\x49\xd8\x2a\x6e\x5e\x7c\xb2\x3d\xfb\x63\x61\x2c\x1c\x8c\x6b\x49\x58\xfc\xcb\x7b\x7f\x50\xb5\xa7\x0b\x87\xc3\x56\x5c\x8b\x60\xcc\xa9\xd3\x38\xa9\xc9\x87\xdd\xa9\x45\x1c\xb3\x59\x1e\xc6\x75\x5e\xe2\x8f\x85\x24\x1c\x6d\xd6\xcb\x09\x7e\x3a\x86\x83\xe0\x2a\x7e\xa0\x55\x4c\x17\xea\xe5\xc6\x70\x1b\xab\xf3\x9e\x16\x2a\xad\x10\x6a\x96\x1a\xe1\x58\x71\xe3\xe9\x95\xfe\xf4\xe9\x81\x81\x81\x42\x3b\x0e\x5b\xa5\x66\x2b\x1a\xaa\xd5\xc3\x52\xb9\x51\x2d\x8d\xd2\xb6\x4c\xdd\xa2\x01\x7e\xa1\xae\x78\x67\xce\x75\x27\xaf\xd1\xe4\x56\xba\x9d\xe5\x6e\xe7\x36\x2d\x31\xac\xc2\xc6\x94\xca\xb1\xbf\x37\xfd\x87\xd3\xdd\xce\xf3\x02\x75\xdf\x28\x8f\x5a\x3d\xf6\x4e\x9f\x2a\x84\xa3\xe5\x5a\xbd\xf8\xde\x2b\xf8\x0f\xac\x28\x8e\xc7\x22\x3a\xa9\xaf\xe9\x70\xd7\xe4\x8c\x5a\x61\x29\x19\x6f\x86\xc5\xde\xb1\x53\xbd\xa3\x37\x7b\x27\x2f\x17\x2a\xe5\x66\x52\x19\x29\xc3\x60\x30\x9f\xef\x69\x62\x1d\xf8\x51\x80\xaa\xcd\x08\xf6\x30\x6a\x8d\x43\x2f\xcb\xdd\xa9\x6f\x69\xc3\xa6\xe1\x77\x21\x6a\x0d\x97\x1b\xb5\xbf\x95\x13\xdc\xcd\xcd\x9f\x8f\x6c\x3e\xfa\xa6\x30\x5a\x6b\xb5\xa2\x16\x54\x5d\x80\xd3\x86\xd1\x0a\xb0\x27\x25\xec\xa3\xd8\x3f\x7f\x97\x40\xee\x88\xdf\x0d\xd6\x18\xad\x0d\xb7\x70\xaf\x75\xa5\xcd\xc5\x27\x5b\xd7\x66\xa5\x8c\xba\xb4\xda\xdb\x7d\x0f\x45\xad\x43\x76\x19\xec\xe5\x6d\xda\x8e\xb5\x6e\x67\x35\x6b\x28\x98\xb5\x35\x8c\xcc\xba\xdc\x80\xd3\xa4\x22\xfe\xd2\x9d\x3c\xb3\xb9\x7a\x6d\xf3\xf4\xb1\x42\xb9\x3a\x0a\xc7\xd0\x2c\x37\xc2\x7a\x91\x3f\x6d\x4d\x1c\xc5\xfd\x9c\x3a\x05\xe7\x55\x28\x57\x2a\x51\xbb\x91\x94\xe2\x30\x49\x6a\x8d\x61\x3c\x2d\x80\xd3\x15\x02\x55\x80\x99\xe9\xad\xa5\x3b\xbd\xd5\x4b\x05\x5d\x2c\x7f\x8f\x47\x6d\x0d\x1b\xc5\x6e\x67\x92\xce\x7d\x81\x66\xec\x83\x04\xd7\x35\xfd\x5b\x95\xa5\x33\x5c\x56\x5c\x1a\x0a\x43\x3c\xe8\x19\xba\x8c\xeb\x78\xdc\xd8\x1b\xf4\xf3\xbd\x1c\x7a\xb3\x5d\xaf\xc3\x51\xfc\xb5\x1d\xc6\x09\xf4\x83\x03\xad\xe0\x06\xc1\x4e\xf1\x55\x05\xc0\xae\xc5\x31\x14\x17\xb7\x96\x7f\xdc\x86\xdd\x07\xa8\x68\x54\x60\xdd\x0a\x28\xee\x33\xb6\x28\x14\xbe\x88\xc3\x72\xab\x32\x72\xb0\xc0\xff\x16\xfb\x37\xae\x6c\xfe\x74\x1d\x81\x7e\x07\x70\x41\x80\x35\xc0\xca\x43\xa9\x91\x2a\x51\x15\x31\xc6\x7d\x99\x6a\xe1\x8b\x5a\x23\x4e\xca\xf5\xfa\xc1\x82\xfc\x28\xaa\x2b\xf0\x88\x7a\x5b\xc7\x69\x24\xb5\x04\x76\xaf\x37\xfd\x6d\xef\xf2\x55\xc4\x69\xd7\x66\x71\xc9\xa9\x7a\xfd\x13\x33\xdb\xdf\x1d\x2b\x54\xa3\xca\x21\xb8\x90\x88\x80\x60\x1e\xef\xd2\x5f\x80\x0c\xdf\x8f\x86\x63\x3c\xed\xa5\xf5\xde\xcc\xb9\x6e\xe7\x62\x77\x72\xa6\xf7\xdd\x4f\xbd\xd3\xd3\xdd\x89\x4e\xb7\x73\x96\x36\x51\x50\x42\xb7\xb3\xd2\xbb\x71\xa2\x7f\xf9\x27\xa8\xdf\x3b\xf9\x5d\xb7\x33\x0d\x95\xbb\x9d\x67\xf8\xa3\xb3\x02\xf5\x83\x37\xcb\x41\x52\x6e\x0d\x87\x49\x71\x5f\x69\x10\x90\xc4\xa1\x7d\xc1\x48\x2b\x1c\x2a\xee\xdb\x1f\xef\x7b\xeb\xfd\x76\xad\x1a\xd6\x6b\x8d\x30\x7e\xf3\xd5\xf2\x5b\xd0\x47\x77\x12\xda\xcd\x6d\x2d\xdf\xe9\x4e\xc2\x38\x8b\xf0\xbb\xdb\x81\x5e\x61\x16\x47\x7e\x5d\xef\x14\xf0\xa8\x00\x79\x95\xaa\x83\x0a\x83\x0f\xc7\x41\xb7\xb3\x06\x03\x7d\x34\x7e\xe0\xff\xf9\x10\xfe\xfd\x24\x8a\x93\xe1\x56\xc8\x7f\xc0\x7f\xa1\xfa\xeb\x01\xcd\x08\xc0\x63\x2d\xf8\xac\xf6\xee\x1f\xe0\xcf\xd9\xde\xf3\xa3\x5b\xb7\x3a\x34\xc4\xc5\xee\xc4\x64\x01\x7a\xe4\xbd\xeb\x4e\x1d\xa7\xa5\x3d\xef\x4e\x5d\x64\xa0\x11\x90\xc2\x1a\x88\x20\xd2\x15\x60\x43\x36\x97\x56\xb7\xaf\x5d\x05\xba\x10\x27\x45\x4d\x36\xfc\xe3\xcd\xc5\x3d\xd0\xb5\xa0\x2d\xbf\x6b\xc4\x5f\x50\x2a\x27\xf4\xd1\x78\xfc\xd7\x7a\xf0\xa7\x8f\x3f\xfe\x33\x2e\x02\x20\x14\x4f\x15\x60\xe9\x7e\xd0\x4e\x86\xfe\xcf\xd2\x70\xd8\x08\x5b\xe5\x7a\xa9\x52\x83\x15\xae\xf6\xcf\x1f\xef\xdd\x99\x27\xf0\x9c\xc2\x83\x9f\x3c\xb3\xf1\xf4\xf9\xe6\x37\x4b\x74\xcb\x6f\xd9\x3b\x8b\xeb\x8f\xe3\x3a\x20\x63\x80\xb8\x03\x07\x3e\x0c\xba\x53\xd7\xd5\x05\x29\x27\x23\x32\xdd\x02\x8c\x8d\x7b\x2f\x73\xc9\xdd\xda\xd5\xcc\x0d\xb2\xaf\x6f\x20\xeb\x87\x61\xc3\x56\xab\x04\x44\x25\x19\xc7\x23\xa5\xc1\xf2\xfa\xcd\xee\x94\xfa\x01\x50\xbd\xfd\x18\xc1\x8d\x40\x95\x20\x74\x09\x81\x02\x0f\xf7\x14\xf5\x73\x19\xc1\x49\x86\xab\x35\x0e\x97\xeb\xb5\x2a\x1c\xb7\xda\xf6\x9c\x01\x60\xef\xa1\x17\xde\xc6\x7d\x03\xfb\xa0\xd3\x7d\xaf\xec\x83\xc1\xb6\x96\xee\xf5\xe6\xd6\x68\x1b\x97\x65\xf7\x1a\x51\x89\x91\x22\xd2\xb4\x6a\x2d\x2e\x0f\x02\x7d\x63\xca\xdb\x12\x5a\xa0\xf1\xa4\x8b\x0c\xe9\x58\x90\x3c\xe2\x24\x3b\x97\x60\x15\x4c\xa7\x71\x51\x47\xae\xf5\x4e\x3e\xda\xf3\xba\x78\x1b\x15\x6e\x16\x48\x73\xd0\xb3\x05\x72\xd0\x0d\xec\xd9\xe6\xc5\xa7\xd4\x7d\xaa\xbf\x82\x02\x25\xbe\x13\x72\xcd\x56\x7b\x47\x97\xb6\xa6\x7f\x90\xfb\x80\x6c\x14\x43\x2d\xf2\x1a\xf3\x84\x36\xef\xd1\xce\x3d\x60\xee\x01\x61\x57\x55\x52\x50\xb3\xf9\xd3\x77\xfd\x8b\x80\x2c\x4e\xd8\xb4\x06\x37\x1a\xd0\xc7\xd1\x9b\xdd\xc9\x59\x0f\x34\xf9\xd2\x37\xa3\x92\x00\xa2\x83\x3e\x09\x02\x56\x98\xff\x10\x18\xd5\x75\xd5\x80\xb8\x77\x9d\x47\xd4\xeb\x6a\x00\x7c\x5c\x40\x7d\x30\x78\x4f\x07\xa9\x0e\xd7\x14\x7e\x3b\x4e\x44\xe2\x07\xe2\xd5\xb8\x68\x65\xe3\xf9\xb7\xbd\x3b\x17\x70\x5e\x38\xcd\x67\x82\x38\x5a\x6d\xe0\xbc\xf0\x9e\x0b\xba\xd5\xb7\x5d\x15\xe8\x99\xd8\x5c\x0e\x0c\xe4\x0e\x1d\x78\x2b\xe9\x76\x1e\x12\xe6\xbe\x4e\xb4\xe8\x09\x5d\x97\x4e\x6f\xee\x64\xb7\x73\x9f\x4f\x03\x36\x4c\xf0\x3b\x02\x47\x7f\xe9\xf6\xf6\xc5\xd3\xf0\xb1\x7f\x62\xa2\x7f\xe5\x84\x20\x6d\xc1\x71\xb3\x48\x20\x27\x4f\x9a\x39\x57\x23\xe0\x85\x90\xdb\x3b\xd1\x9d\xba\x26\xec\x25\x7f\x33\xdb\x76\x96\x56\xb9\x76\xe0\xc0\x07\xb4\x07\xcc\xac\xde\xff\xfc\xd3\x0f\x11\xe5\x3f\xbd\xb7\xbd\xf0\x5c\xc0\x92\x90\xc7\x48\xa9\x19\xb5\x12\x40\x1e\x1f\x04\xb8\x2a\x66\x09\xd5\x67\xd3\x29\xd1\x69\x3c\xfc\x55\xea\x97\x59\x6a\x00\xfd\x93\xba\xd1\xe6\xb9\xe5\xde\xdc\x03\x44\xdd\x07\x3e\xe8\xdf\x5e\xd8\x9a\x7a\x6a\xdd\x04\xbe\x06\x2b\xea\x98\xce\xf2\xcd\x27\x28\x5e\xa5\xd5\x3d\xa3\xd2\x2c\xfc\x36\x92\x24\x4d\x9e\xe3\x07\x9f\x7d\xf6\x89\x35\x49\x5d\xa0\x67\x99\x03\xce\x48\x34\x9e\x81\x88\x70\xad\x37\x07\x03\x7c\x2d\xb3\xf1\xe7\x3d\x49\x20\xdf\x6e\xd5\x77\xe8\x67\x35\x80\x6d\x54\xf5\xec\x1d\x57\xec\x0b\x53\x34\x9a\xe8\xab\x01\xfe\x73\x80\x60\xc1\x3b\x86\x93\x44\x2c\xef\x43\xcd\x8d\x87\x13\xdb\x53\x4b\x04\xb7\xd7\x98\xc0\x93\xec\x31\x45\xb0\xa3\x40\x09\xe1\xed\x3e\xf1\x80\xea\xfc\x00\xf5\x3c\xfc\x27\x51\x6a\x05\x18\x85\xa8\x89\xd8\x4a\x5f\xfc\xee\xe4\x32\xae\x41\x4d\x5d\x6e\x3e\x31\xd4\x52\x83\xd9\x6a\x5b\x3a\x52\xec\xdd\x28\xec\x2b\xd1\xc3\x03\x1f\xd1\x86\x2b\xa2\x48\x05\x43\xad\x68\xb4\xd8\x7b\xb0\xda\x3b\xfe\x78\xe3\xf1\x63\xf3\x4d\xed\xc6\x36\x2c\xea\xf9\x35\xc2\x5b\x6a\x45\xb8\x9d\x27\xe8\x4a\xe2\x55\xf8\xf4\x8f\xef\x04\xff\xc7\xeb\xbf\xff\x3d\xcc\xda\x30\xb8\x53\x57\x85\xd6\xe1\xf5\xca\x6a\x87\x60\xf2\x9c\xb8\x18\x21\x2e\xfb\x3e\x06\xe4\xb4\x2f\x78\x93\x96\xf4\x7f\x85\x5f\x95\x41\xc0\x09\x07\x2a\xd1\xe8\x5b\xb8\x1d\xf8\x11\x2e\x30\x5d\x6f\x33\xa3\xce\xea\xf6\xe5\x27\xbd\x3b\xa7\xf5\x10\xaa\x9e\xc6\xba\x76\xdd\xb4\x9c\xc1\xf2\x58\xa9\x12\x35\x86\x6a\xad\x51\x91\xcb\x90\x87\xb8\xfe\x78\x6b\x19\x31\x21\x5c\x60\x1b\xf1\x53\xf7\xa5\x46\x94\xd4\x86\x90\x83\x94\x41\xb7\x27\x2e\x6d\x2e\xdc\xcc\xa8\x0d\x93\x05\x71\xae\x84\xff\xd4\x2a\xa1\x3e\x48\x75\xd7\x10\xf9\x00\xa8\x7c\x0b\x03\x6e\x3c\x39\x4f\x70\x65\xce\xce\x30\xd0\xd1\xd0\x10\xf2\x65\xcc\x13\x10\x18\x9c\x43\x09\x83\x39\x49\xc5\x1e\xf0\xd0\xbd\xd9\xf3\x4e\x75\xb8\x4d\x4d\x94\x45\x85\x6d\x9f\x20\x28\x14\x08\x32\xac\x05\x50\x9d\x77\xde\xfd\x38\x70\xe9\xdc\x3c\x9d\x8d\xc1\xd8\x74\x7b\x9e\x0a\xbd\xb7\x65\x42\xe0\x14\xf9\x2e\x00\x29\x45\x11\x71\xb1\x3f\x77\x7a\xe3\xd9\x65\xba\xfb\x08\xcc\x01\xa1\x39\x21\xc4\x20\x47\x1d\x2e\x03\x13\x5a\x7c\x5f\x7e\xf8\xab\xf6\xe6\x40\x3d\xa4\x5a\xcb\xb2\xde\xe5\xcf\x81\xea\x2b\x00\x92\x1f\x54\xda\x71\x12\x8d\x06\x31\x88\x25\x95\x30\x7e\x39\x00\xee\x3c\xe0\xe2\x38\x28\xb7\xc2\xa0\x0d\xf2\x7f\xb9\x1a\x56\x83\xc1\xf1\x00\xa1\x29\x0e\xa2\x56\x50\x0d\x87\xca\xed\x7a\x32\x50\xc8\x64\x18\xb6\x8e\x2f\xf7\x1e\xdc\xcb\x63\x06\x32\xdb\xc8\x0c\xf3\x5b\xe2\xf6\x1a\x8e\x80\x2f\x03\x50\x07\x97\x23\x51\xec\x08\x31\x05\x30\x52\xd8\xa0\x81\x94\x34\xfc\x0e\xff\x9b\x01\x78\x6e\x45\x0d\x05\x8a\xea\x41\xbd\x49\x94\x0e\x9c\xe9\xe1\x1c\x16\xba\x93\x1d\x98\x98\xea\x6e\x59\x3a\xc8\x60\xd2\x89\xfd\x07\x41\x5d\x54\x24\xa5\xc3\xb5\x70\xcc\xd7\x05\x88\x0e\xc7\x0c\x4b\xab\x54\xf2\xca\xf6\xf9\x1f\xb7\x6e\x2d\x6a\x26\x2e\xb3\x47\x35\xf3\xbd\xf4\x0b\xbb\xa7\x45\xa1\xc9\x33\xd2\xbb\xe1\xa7\x2e\x12\x7a\x3a\x4b\xa5\xcf\x85\xee\x7b\xdd\x4e\x4e\x52\xcf\x73\x6e\x91\x68\x6f\x2c\x39\x0b\x87\xdb\xba\x35\x83\xd4\xd3\x66\x3f\x98\xdf\x13\x51\x98\x85\xa2\x8d\x27\x27\xf7\xc0\x6d\xda\x0c\xc2\x9a\xc5\x20\x08\x0b\xf8\xa7\x77\x83\x62\xf0\x1a\x5d\x41\x59\x31\xca\x59\x78\x76\x33\xe7\x36\x2f\x1d\x41\x3e\xd5\x02\x24\xcd\x7e\x6c\x9e\xfa\xb1\xf7\x6c\x5e\x5f\x22\x33\x43\x46\x43\xb9\xf3\xd2\x78\x87\x6b\xa7\x95\x38\x1e\x5f\xeb\x63\x55\x41\xa6\xb9\x15\x18\xb7\x4a\x2f\xac\x10\xb2\xe7\xef\x23\x74\x91\xb0\x4b\xc3\xc0\x6a\x15\x15\xbf\x95\x25\x6e\x87\x71\x52\x1a\xae\x25\xa5\x21\xa4\x00\xd5\xe2\x0b\xc0\x61\xbe\x10\x90\xd0\x7e\x95\x56\x76\x02\x35\x65\xdc\x02\x25\xe5\x7b\xfd\x73\xf3\x6f\x04\xfb\x0f\x8b\x2c\xf5\x3a\x62\xf5\x12\x20\x8a\x5a\x1d\xaf\x4e\x51\x31\x9f\xcb\xf4\x7f\x44\x7a\x81\xa7\x91\x43\x79\x48\x4b\x48\x38\xa5\x9f\x35\x07\xa2\xf8\x9e\x23\xf6\x31\x0e\x47\x83\xed\x5a\xbd\x9a\xee\x66\x91\x4e\x9d\xe5\x97\x4e\xef\xe8\x0f\xbd\xf5\x39\x1a\xfa\x34\xad\xf2\x24\x73\xa4\x6e\x9b\xc9\x33\xc1\x7e\x14\x03\x08\x06\x11\xad\xf3\xe1\xdd\x51\xf8\x3c\x8b\xed\x52\xc2\x16\x88\x5a\x02\xa3\xd9\xf2\xb3\xe2\x7b\x66\xfb\x77\xbe\x57\xf7\xc1\x01\x49\xda\x35\xd5\xdb\x9e\x24\x02\x25\x65\x76\x66\x15\x06\x44\x34\x42\xfd\x68\xd6\x1c\xb7\x7f\xb4\x0c\xd8\xc6\xe7\xde\xe5\xae\x02\xba\x9c\x7b\xd6\xbb\xb2\x64\xdf\x03\x2a\x32\xdb\x07\x1d\xc6\xaf\xbc\x05\xff\x29\xc4\xe5\xc3\x21\x53\xf5\x61\x05\x0f\xfd\xc5\x19\xba\x6c\xab\x4a\x76\x10\x18\x60\x64\xe2\xac\xc9\xb9\xc8\xbb\x5f\x94\xac\x65\x29\xa8\x8d\xdb\x15\xa0\x42\xa8\x77\x83\xfa\xc7\x08\xa8\xbe\x05\x41\xaa\x3f\xfd\x75\x17\xa1\x7d\xcd\xd2\x97\xcd\x06\x0a\xba\xb7\x81\x4b\xd4\x3a\x17\x92\xc3\x7a\x3f\x88\x94\xc6\x43\x60\x0f\x37\x9f\xd2\x97\xe7\x74\x2c\xc0\x17\x1e\x87\xfe\x51\x44\x2b\x7c\x81\x1a\xf1\x83\x85\x36\xcb\x7a\x51\xbd\xea\x09\x3c\x24\x4b\x0b\xcf\xf5\x9e\xb9\x67\xea\xba\x9a\x26\xee\xb5\x8e\xc7\x6a\x70\x38\x25\xad\x5f\xc7\xed\x4d\xc2\xaf\x12\x47\xcf\x1e\x68\x45\x3b\xd1\xf5\xfb\xb4\x53\xc7\x50\x41\xc7\x17\x0f\x24\xa5\xe9\xe3\xfd\xcb\xcf\x0b\xa3\xe3\x04\x39\x71\x71\x73\xb1\x93\xa1\x09\xad\x44\x75\xb8\x86\x11\xd2\xd2\xc3\xa1\xd4\xec\x1d\xbd\xd7\x3b\x3d\xeb\xd7\x84\x8e\xa2\xd6\xb0\xea\x47\x29\x4c\xc7\x45\x2d\x6b\xfa\x57\x4a\x59\xa2\x2a\xf2\x66\x70\x96\x95\x91\x08\x30\xa2\x5a\x1c\x80\x73\x27\x85\x26\x0f\xe9\xaa\x3e\xdd\x81\x0b\x5f\xc8\x53\xc2\xc1\x82\x54\x4e\x55\x28\xb7\x93\x91\x83\x96\xf6\xbd\x24\xea\x58\x54\xf0\x6e\xdd\x9a\xcb\x23\x08\x86\x2f\x1d\x09\x9b\xc8\xcc\x8e\xc6\xc3\x2c\x3c\x2f\x12\xe5\xf6\x5b\x81\xf8\xd1\x9f\x85\x55\x5e\x13\xea\xdc\x99\xf9\x75\x7d\x01\x28\x0f\xfd\x3e\x8d\x58\x61\xf2\x2e\x23\xcc\x00\x01\x24\x8e\x2a\xb5\x72\xbd\xf4\x6f\x1e\xe4\xb4\xe2\x47\x4f\xd0\x20\x2e\x4f\xc4\x2f\x0d\xa3\xcd\xa4\xb8\xf9\x0d\x52\xef\xad\xa5\xfb\x3e\x99\x03\xea\x0d\x37\x5c\x38\x91\x59\x8b\x51\x82\xed\xff\xde\x42\xa6\x44\xc6\xd5\x63\x89\x45\x37\x56\x7a\xe7\x00\x4f\x1d\x41\xcd\xe8\xe4\x1c\x29\x70\x52\x08\x30\x35\x27\xa6\x3d\x7b\x99\x91\x96\x60\x94\x68\x20\xf2\xf0\x6e\x33\x85\xa3\x1c\x0d\x47\x07\x71\x2c\x04\x38\x73\x12\x9b\x27\x7f\xe9\x1f\x9d\xc1\x23\x7f\xfe\x2d\xed\x2b\xb1\x6d\x43\x00\xca\x80\x06\xf3\x28\x27\x5e\x9f\xe7\x17\x08\x23\x2c\x50\xdd\x70\x6f\x75\xe1\xa4\xd4\xb3\x14\xa0\xd9\x31\xff\x11\xc0\xe7\xee\xbc\xa3\x4d\xbf\x63\x09\x85\x67\x46\x97\x24\xa2\x38\x6c\x24\xea\x88\xcd\xeb\x05\x0b\x51\x46\xfa\x3b\x13\xbc\x39\xf8\xd6\xfe\xf8\xcd\x57\x07\xdf\x02\xda\x05\x62\x53\x47\x6d\x38\xf1\x73\x13\x93\x9a\x51\xee\xad\xce\x6e\x3c\x3e\x46\x47\x77\x99\x14\x0d\xc4\x98\x92\x16\x7b\x7f\xb5\x7f\x71\x72\xfb\xfc\xd9\x8d\x27\x37\x7b\xc7\x8e\xd2\xc6\xdb\x97\x34\x4b\xe8\x06\x5e\x88\xa7\x92\x49\x17\xcb\x15\x42\x32\x74\xed\xd5\x05\xcd\x80\x7f\x56\xff\x20\x32\xfb\xbe\x3b\x75\x1e\x0e\x96\xd6\x5c\xaf\x8d\xd6\x92\xbd\x01\xb7\xdb\xc3\x45\x47\x0f\x61\xe0\x6b\x6d\xfb\xbb\x27\x9b\x8f\x3a\xbc\x3d\x20\xb9\xba\xac\x04\xc2\xd4\xeb\x41\x6f\x1a\xb6\xe6\x24\x6b\x40\x52\xca\x95\x72\x5c\x6a\x37\xe4\x84\xc2\x2a\xc3\x38\xe9\x67\xce\xd2\x5e\x5d\x43\xb6\x85\x78\x87\x73\xc4\x96\x74\xec\xed\xf3\x78\xaf\xc0\x16\xd8\x83\x17\xf5\xe1\xbd\x84\xfc\x67\xff\xca\xb2\xda\xd5\x45\x75\x2d\x91\x7f\x4e\x9f\x3a\xcd\xfc\x3b\xab\xf2\x29\xb5\x22\xe2\x79\x80\x89\x01\x89\xe3\x9b\x47\x74\xc2\xb7\x7a\xc7\x4e\xa9\x85\x5b\x8f\x1d\x44\xff\x37\x1e\xce\xd0\x11\x5f\x21\x86\xe5\x3e\x1d\x0a\xeb\xee\xe8\xa0\x33\x0f\x97\x8e\x49\xed\xc2\x5e\x0e\x00\x60\xcf\x9d\x81\xa7\xe4\xb2\x87\x14\xed\x0b\x31\x8e\x31\xa1\xd5\x44\x31\x8e\x3b\xed\x24\xaf\x26\x75\x09\xe9\xf0\xcf\x5f\xdf\x9e\xf8\x7e\xe3\xc9\x05\xd4\x6a\x19\xf1\x42\xe9\x82\x69\x2d\xb8\xa4\x44\x56\xe4\xdd\x79\x14\xd1\xd5\x1b\x83\x7d\x19\xd4\xa2\x76\x5f\x11\x77\x9e\x8b\x54\xac\x01\x34\xb7\x44\x8f\x63\xbb\x60\x51\x3a\x7b\x7c\xf0\x50\x6f\x68\xc8\x5e\x5e\x59\x00\x41\x05\xf8\x01\xb5\x4a\x64\x48\x6c\x46\x4a\x9d\x9f\x99\x8f\xd1\xdf\xfa\xb8\xce\x5d\xfa\x6e\xab\xd4\xfd\x25\x51\x54\x8a\x47\x50\x15\xf9\xeb\xfa\x79\x7e\x5e\x00\xb8\xee\x3f\x9e\x48\x6b\x8b\x50\xe4\x12\x76\x2f\xad\xa3\xff\x02\x8f\xe3\x20\xa3\x12\x24\xf6\x1a\x8f\xd8\xb8\x29\x85\x53\x2c\xa9\x3d\x17\x31\x61\x6f\x2c\x24\xed\x08\x52\x0e\x8a\x7b\x96\xb9\x79\xbb\xee\x9a\xb4\x1c\x30\xfc\x47\x16\xf7\xaa\x89\x22\x70\x2a\xbd\x93\x0b\xa6\xb2\x68\xc5\xfe\x12\xd6\x2b\xc0\x5e\x05\x51\x23\x20\x3e\x11\x37\x27\xaa\x96\x61\x77\xc6\x43\xe4\xa8\xe0\x48\x8e\x14\x1a\x51\x91\xae\x3e\xfc\x7f\xba\x00\xc5\xd8\x90\x1f\x2f\xa1\x3a\x50\xb6\xd1\x83\x85\xcf\x41\x28\xf8\x38\x25\x7b\x7e\x0a\xac\x96\x7c\x75\xb8\x2d\x2c\x7b\x8f\x8d\x0b\x32\xd5\x8d\x85\x4f\xf2\xc4\xd5\x4f\x43\x79\x4a\x4c\x91\x4f\x6d\x7d\x70\xe0\xc0\x07\x9f\x91\xcc\x4c\x3a\xf5\x49\x92\xb2\x3a\xab\x30\x64\xef\xc4\xa9\xc2\x07\x49\xd2\x8c\x3f\x6f\xd5\x49\x99\x7d\x80\xd4\xc9\x9f\x94\xc7\x51\xc7\x84\x1f\x51\x6b\x80\xd4\x53\x4b\x66\xac\x70\xfe\x2c\x2c\x8f\xca\x32\x3a\x6c\xb8\x82\x0b\x78\x1b\xf8\x45\xfa\xda\x3f\xf1\x1c\xce\x92\x3e\xa1\x28\xf2\xde\xae\x42\xb2\x56\x9e\x84\x64\x8c\xa0\xde\xe0\x1c\x40\x2d\x94\xeb\xcd\x91\x32\x31\xf0\x52\x8d\x36\x68\x45\x94\x79\x88\x10\x09\x0e\x00\x19\x9f\xbb\x8b\xcf\x95\x80\x2f\xa6\xe6\x68\xf6\xe7\x00\x64\xf1\xc1\x8d\xb1\x16\x82\xef\x84\x88\x8b\x93\xc8\x16\xec\x2b\xed\x23\xa5\xc8\x11\x7c\x35\xc3\xcb\x8c\x78\x3a\xf3\xc5\xc3\x9e\x43\x15\xd0\x26\xcf\xe3\x85\x60\xa7\x99\x4c\xdc\xa0\x99\x18\x21\xe3\xc5\x57\x5e\xca\x9b\xc9\x8b\x25\xa0\x4d\x58\xfb\x04\x77\xf1\xe2\xc0\x4b\xfe\xcc\xe8\x75\x0b\x4e\x75\xe7\x77\x99\xe0\x05\xe0\x98\xfe\xa6\xf6\xf3\x4b\x61\x82\x26\x1f\x6b\xea\xb9\x48\x0d\xb2\xdb\x7f\x59\x20\xf9\xd1\xb4\x7f\x21\xe8\xdd\xfd\x9a\x10\xc1\x1c\x6a\x7c\x27\x27\xb1\x0f\x79\x14\xce\xd9\x29\x98\xc0\x68\xf9\x2b\xb7\x13\xdd\x08\x78\x1f\x26\x86\x79\x4d\x99\x30\xe9\xdd\x45\x6a\x2d\x1a\xbd\x9d\x09\x93\x91\xa5\xa1\x13\x7c\x11\xc9\xea\x02\x21\x38\xc8\xd4\x54\x41\xa3\x5a\xa3\x52\x6f\x57\xcd\x9c\x79\xc2\xbd\xe9\xf9\xe0\x85\xfd\xf1\x0b\xf4\x56\x76\x7a\x05\x49\xfd\x8e\x7b\xdf\x6e\x1c\x02\x46\xb5\x21\xbd\x6c\x3c\x3c\xd5\xbf\xf0\x4f\x7a\xaf\x5a\x62\x31\xee\x0d\x65\x11\x54\x82\xf1\xa2\x56\x2b\xac\x24\x4a\x1b\x8a\x16\x05\x1b\x0f\x27\xb6\x8e\xff\xa4\x30\xda\x65\x25\x4c\x0b\x97\x69\xd0\xbf\xd1\x39\xa4\x90\xfd\x92\xa1\x59\x7e\x91\x74\x8f\xc2\x68\x96\x9e\xc7\xd8\x3e\x95\x06\xc3\xb0\x51\x4a\xca\x87\xc2\x46\x5a\x02\x5f\xeb\xcf\x5f\xc7\x97\x4c\x31\x04\x38\xa7\x1e\x5c\x1d\xe1\xa1\x19\x95\xd2\x1d\xf9\x88\x6f\x4f\x7d\x81\xb4\x90\xea\xca\x3c\xf9\xee\xa5\x87\x04\x70\x56\xc6\x6c\x0c\xfe\xda\x53\x2f\x0c\x99\xd4\x03\x6c\x53\x75\x67\xaa\xb6\x97\x0e\x6b\xf5\x7a\x38\x8c\xaf\x64\x6a\x7a\xde\x9c\x56\x14\x4b\xb1\xac\x2e\xdc\x2c\x42\x20\xb4\x4f\xf7\xa5\x0f\x4e\x43\x88\x01\xaf\x3c\x15\x4a\x1a\x3c\xf2\xf4\x66\xb4\xfc\x06\x90\xca\x16\x19\xcf\x59\xfa\x33\x9a\xb6\x42\x4b\xac\xdb\xf6\x75\x69\x4c\x6d\xac\xde\x89\x71\xee\xdc\x26\xba\x3c\xb3\x8b\x88\x93\x1a\x15\xee\x16\x52\x6c\x7b\x58\xde\xdb\x05\x7e\xb4\x06\x2a\x43\x6b\xfc\xf7\x8c\xa6\x39\x10\x77\x89\x79\xfb\x76\x64\xf7\x21\xb4\xc6\x30\xfc\x0a\x98\x8f\x62\x7f\xf6\x38\x31\x66\xb2\x06\x4f\x75\xd8\xbb\x73\x81\xf4\x86\xf3\xce\x49\xd4\xcb\x71\x82\xaa\x23\xde\x8b\x62\xef\xc4\xc9\xed\x8b\x37\xd4\x4b\xb2\x67\x1e\x20\xf0\x84\xda\xf5\x2b\x13\xbd\x67\xb3\x8a\xb9\xbe\xaf\x5e\xf1\x84\x5d\xed\x4d\xdf\xc4\x3a\x6a\x0b\xb5\x7a\xd0\x7f\x3c\xd1\xbc\x33\x3e\xcb\x1f\x0a\xc7\x8b\xf4\x04\x7f\xc6\x15\x91\x94\xb6\x75\x7f\x8c\xba\x3c\x54\x5c\x1c\x0e\x5b\xc0\x28\xe9\x46\x64\x1b\xe6\xa8\x10\xf1\x29\x3f\x80\xa2\xbc\xbe\x50\x48\xc3\x6d\x98\xe1\xf7\x27\xad\x85\x54\xa8\x7d\x89\xf4\x89\xcb\x86\x89\x44\xda\xb9\x08\x35\xf1\xb1\x61\xfa\x18\xfc\x77\xeb\x31\xb2\x15\x3b\x8a\xd3\xc0\xc4\x28\x9d\x2b\x54\xda\x5a\x5a\x77\x55\xad\xcf\x2c\x85\x6b\x21\x4e\xe0\xfa\xe2\x09\xb0\x11\xa6\xc7\x22\x2b\x03\x0a\x5f\xf7\x66\x48\x06\x92\xfa\xd4\x4d\x91\x93\x94\xfb\xa9\x4f\x03\x75\x37\x8b\x4f\xb6\xee\xfc\x98\x71\x20\x3c\x0f\x94\x9d\xd1\xc8\x32\x25\x9a\xad\x89\x08\xcb\xc6\x97\x19\x87\x2f\x93\x51\x15\x50\x2d\xbf\x3d\x31\xd1\x3b\xfe\x58\xc9\x22\x33\x36\x7c\xe5\x1a\x83\x20\x38\xfa\x5b\x42\xe2\xa4\xea\x58\x26\x92\x5e\xb4\xda\x2a\x4f\x59\x90\xda\x1e\x20\xbf\xee\xf6\x6c\x3d\xb9\xae\x05\xc3\xdc\x79\x59\xe7\xc4\x76\x74\x6c\x20\x21\xa7\x2b\x93\xb2\x2c\x1f\xec\xeb\x43\x4f\x8d\xa4\x18\xdb\x01\x8b\x67\xb4\x05\x10\x5e\x7c\x42\x46\x8f\xe7\x94\x3a\x8f\x5e\x3b\x90\xf3\x03\x28\x3e\x06\x4d\x7a\x8f\x6f\xa9\xd5\x64\x41\x62\x81\x8d\x1d\x4b\x83\xad\x72\xa3\x32\x62\xa1\x0b\x79\x00\x9c\xfc\x51\xf8\xcc\xa9\xf3\xc4\x55\xdc\xc7\x8b\x0e\xb0\x61\xd0\x05\x32\x42\x20\x90\xe0\x9a\x0f\x16\x80\xb7\x68\x0c\x87\x25\x79\xbf\x56\x4f\xd1\x68\xa0\x80\xec\x20\xdf\x10\x11\xf3\x50\x1b\xca\x43\x9c\x11\xa9\x46\x1a\xf3\xe3\xb4\xea\x43\xcb\x93\xbb\x34\xfe\xdf\x11\xb0\x93\x51\xa3\xd8\x9b\x9b\x24\xc3\x4e\x73\x8b\x8c\x41\x6b\x2d\x4c\x6b\xa0\x49\x80\xac\x25\xe3\xc4\xdd\xe0\x22\x95\xaa\x64\xea\x89\xab\x0b\x39\xcb\x3f\x0a\x43\x51\xbd\x1e\x8d\x85\x2d\xec\x8a\x0d\x39\xee\x30\x82\x06\x00\x28\x23\x4a\x2f\x12\xa7\x8d\xb3\x93\xba\xfc\x8a\xa4\xeb\xaa\xcf\xee\xb7\x76\x23\xe3\xeb\xd6\xe2\xf7\x70\x72\x05\xd4\x63\x8e\x0e\x10\xd1\x45\x71\xb5\x75\x98\xcc\x84\x1d\x52\x2b\x9c\x63\x67\x6d\xe3\xf1\xf4\xe6\x4f\x47\xb2\xd9\x00\xd3\x4d\xb3\x9c\x00\xfd\x69\xb0\x5a\x86\xd6\x53\x75\x64\x48\x25\xda\x3f\x67\xfb\x1d\xdd\xbb\xb2\x25\xf4\x7a\x37\x32\xbe\x32\x72\x3e\x58\xd0\xa6\xd1\xc6\x1c\xfa\x7b\xef\x19\x25\xfd\x7e\xc2\x58\x3b\xb6\x84\x48\x51\xc5\x17\x0f\x7c\x7c\xc0\x43\x39\x68\x91\x54\xaf\x55\x48\xc3\x1a\xe7\x9a\x2f\x15\xf8\xe5\x83\xdf\x3c\xaa\x61\x3d\x4c\xc2\x0c\xcd\x25\x5f\x91\x42\xbb\x56\x2d\x7e\x5e\x03\x71\xbc\xd9\x1e\x84\xae\x8d\x79\xb7\x0b\x1b\x41\xd6\x9a\xc4\x4b\x80\x9e\xb4\xb3\xd5\xad\x2e\xd7\xd6\x3b\xfa\xc3\xf6\xf9\x19\xd9\xca\x89\xce\xc6\x93\x27\xfd\x23\x73\x69\x15\x08\x6b\xbb\x50\x9c\x65\x03\x1a\x9f\xd1\x53\xea\x7e\xc6\x55\x13\x9d\xbf\x84\x83\xf6\x43\x65\xff\xec\xa9\x8d\xa7\x57\xac\xc7\x7a\x7a\x42\x79\x32\xc3\xd8\x80\xec\xf1\x2c\x00\xd1\x2c\x9d\x66\xf2\xe4\x3d\xa0\x5a\x74\xec\x57\x14\xa4\xa0\x7e\xf9\xc6\x79\x22\xff\x16\xec\xa8\x3b\x99\xa1\x04\x1a\x42\x03\x76\x61\x40\xcf\x51\x4f\xa7\x98\x6d\xc8\xf6\xf3\xa8\x47\x7c\xbc\xfc\x2c\xe0\x9e\x6b\xbb\x59\x45\xbd\x4f\x06\x98\x89\xd1\x0d\xcc\xa0\x7f\xfe\xae\x57\xcf\xa8\x6b\xb2\x2d\xf6\xbf\x57\x3a\xe6\x59\x6e\x6e\x6d\xb3\x92\x8c\x04\x4d\xa5\x9d\x37\x14\xd3\x3b\xab\x96\xef\x34\xf5\xdb\x29\x85\x38\xd3\x09\xd5\x64\xcd\xd8\xbd\x89\x3e\xdd\x51\x7f\xba\xba\xcf\x99\xfe\xf9\x47\xfd\xfb\xe7\x2c\x0b\x47\x4b\xb1\x85\x4f\x8f\xb5\x46\x3b\x2c\x6e\xfe\x72\x09\xfd\x30\xf2\x1c\x01\x94\x19\x8c\x83\x75\x69\x58\xc6\x62\xdf\xa5\x51\x6e\x9e\x25\x8d\xdd\x85\x52\x43\x1a\x1b\xa6\x19\xb6\xa4\xa4\x6d\x5e\x24\xaa\xd2\xc9\xb2\x1a\x5e\xc5\x85\x1b\xf3\x1a\xcb\xc2\xa9\x32\x12\x45\xb1\x3c\x12\xf2\x34\x8d\xd3\x88\x3b\xc1\xed\xce\xc3\xfe\xc9\xab\xea\xe8\xf5\x9a\xac\x3a\xfa\x5d\x1a\x56\xa3\xe0\x84\x6d\x9e\xd4\xfc\x09\x35\x96\x6a\xa3\xe4\x52\x64\x0c\x5c\xb4\x92\x4a\xf3\xd1\xb6\xeb\xcf\xda\xe6\x37\x4f\x7a\x53\x73\xae\xbd\x02\xd9\x5b\xbb\x9b\x63\x6c\x28\x7a\xd3\xb7\xe1\x36\x03\x52\xa5\xa7\xb2\x65\x7b\xe3\x03\x77\xc6\xb3\xea\x2d\xc0\x33\x40\xca\x32\x88\x76\x56\x9e\x0d\xf3\x99\xbb\xb1\x03\xd8\x2b\xf8\xdd\xe9\x31\x8d\x49\x71\x54\xb7\xc4\x19\xcb\x20\xc1\xc5\xf5\x78\x8c\xba\x96\xe5\xfd\xe3\x9b\x1f\xa2\xe6\xb1\xb4\xa7\xca\xb6\x3e\xd2\xb9\x0a\x19\x92\x6a\xde\xb4\x76\x11\x4d\xbd\x3d\x30\x3b\x9b\xd5\x4b\xef\xa1\xe5\x6f\x92\xda\x50\xfd\x78\x98\xb7\x9c\xcd\x9f\x67\x37\xbf\xb9\x87\x87\xeb\x5b\x76\xd9\xe6\xf5\xb3\x9e\xf9\x96\x59\xac\xcc\x75\xcf\x18\x3c\xfb\x34\xb3\x34\xf9\xa4\x9f\x88\xc5\x96\xd6\xd1\x46\x28\x37\xac\xfc\x1a\xc6\x2d\x8b\xb5\x1c\x19\xf4\x72\x5e\x59\x6e\x5e\x25\x64\x98\x4d\x3e\xe1\x02\x28\x93\xd2\x23\xb6\x79\xa8\x22\x78\xd9\x64\x12\xc8\x34\xdc\x68\xf2\x6c\xf2\x46\x59\x57\x45\xf2\x92\xe0\x57\xe8\xac\x28\xbf\x1a\xe2\x21\xa4\x96\xf0\x0d\x6a\x29\x50\x82\xd4\xca\xd3\xd7\x68\x79\xcb\xab\xa7\xd6\xbe\xeb\x5b\x98\x11\x48\xf8\xe4\x97\xbc\x27\xc9\xb4\xd1\x0d\xd3\x89\xfe\xd4\xd1\xde\x77\xf7\x40\x14\x50\xcd\x9d\xbd\x60\xba\x60\xc9\xb1\x33\x46\xf7\xa4\xa7\xa8\x00\x3c\xb5\x24\x0b\xc0\xfd\xce\x15\xc6\x28\x57\xab\x74\x71\x79\xab\x34\x98\x87\x62\x82\xed\x2c\x70\xeb\xf9\x53\x60\xdb\xa9\x49\xe6\x4b\x8e\xae\xe2\xd9\xea\x49\xf5\x92\xf3\xdc\x8e\xaf\xce\x45\x61\x59\x57\x76\x78\x6a\xb7\x5e\x8f\xf5\xb4\x3b\xfd\x1f\xae\xe1\x0b\xc4\xfe\x6a\xe0\xbd\xa1\xf7\xe6\xe6\xb1\x36\x8a\x0d\x3f\x90\xa2\xdb\xd2\xbe\xa8\xe7\x3b\x21\x11\xec\x00\x61\x9e\xe8\x33\x75\x00\x7a\xee\x6a\x8f\xbd\x1d\xf2\xd4\x7c\xb3\x6a\xfd\x69\xcc\x2c\x97\x2e\x83\x7b\xb6\x9d\x20\xab\xa4\x10\xd1\xdf\x65\xc7\xb1\x91\x86\x43\x72\xa1\xd8\x11\xb2\x56\xb2\x5e\x5f\x49\x0e\x98\x9c\x09\x9c\xa7\x1f\x54\x00\x8b\x71\x29\x33\xa8\xc6\x88\x0b\x85\x62\xb4\x2e\x9b\x77\xde\xb8\xd5\xc4\x2c\x71\x55\x9d\x33\x4e\x52\xf8\x89\x37\xe3\xa4\x15\x35\x86\xdf\xd2\x0e\xc8\x99\x96\x19\x6f\xbe\x2a\xd5\x02\xa5\xbf\x81\xa5\xd0\xa9\xf1\x9b\x5e\xe7\x1b\x9a\x9b\x73\x22\xe8\xfa\x67\x5c\xfd\x02\x77\x13\xbf\x59\xe8\x4f\x9f\x46\xa7\xbf\x20\xab\x1a\xaf\x76\xfa\x07\xb2\x34\x5d\xee\x9d\x9b\xdb\xbe\x36\x8b\x95\xf5\x15\x10\xfd\x55\x90\xb5\xfb\x50\x66\xe9\x7a\x59\x2c\xd8\x3e\xf5\x33\xca\x72\x3b\xa8\x74\x55\x4b\x62\x25\xb9\x25\xea\xda\x2f\x28\x1d\xe8\xaa\xdd\x11\x6b\x88\x2d\xa1\xdd\xed\x4b\xf5\x53\xf4\xdf\xed\xb0\x80\x4c\xd8\xc8\xdc\x43\x59\xaa\xe1\x7f\x8f\x28\x80\x4a\x43\x2f\xe9\xe9\xb0\x1f\x25\x35\x1a\x54\x91\x09\xc2\x64\x0a\xc5\x48\x15\xb7\x49\x50\xa5\x5a\x9f\x46\xaa\xee\xbb\x62\x76\x25\x1b\xa3\xea\x69\xfc\x76\xf4\xb9\xa2\x84\x2e\xae\x6f\xd9\xf7\xdb\xfe\x4d\x00\x77\x7b\x43\xab\x64\x5a\xe4\xcf\x54\x6d\x9b\xbd\xac\xb5\x9d\x71\xea\xef\x68\xcf\xd1\xd6\xde\xd9\xc6\x05\x56\xd3\x12\x0c\xf4\xaf\x4c\x6c\xfe\x3c\xc9\x70\xd3\x9f\xbf\x49\x8e\x7e\x4a\xc1\x01\x65\x5b\xcf\xbf\x46\x12\xf9\x13\xeb\x8c\x50\x87\x49\x47\x1c\x27\xc8\x2c\xda\xd4\x88\xa0\xe6\xd7\xf5\x79\xe8\xc3\x46\x81\xd0\x31\x5a\x8e\x65\xbc\x7b\x44\x87\x00\x80\xff\xe7\xfd\x68\x54\xc6\x42\xff\x0e\xc8\x26\xad\x0f\x30\xb8\x4e\xac\xf7\x5c\xb4\x96\xd5\xd7\x82\xf2\xd6\x78\x40\x32\x51\xca\xa4\x4f\x3c\x3a\xd8\x1e\x7a\xaf\x88\x6c\xf3\xe7\xd3\xdd\xce\x7d\x35\x50\x16\x3a\x6b\x37\x06\x6b\x8d\x6a\xd1\x36\x08\x14\x4d\x0f\x97\x18\xe0\x48\x2f\x12\x2d\xf8\x4d\x33\x17\x37\x28\x71\x43\xed\x62\x99\x7a\x29\xd1\xe1\x14\x7b\x13\x33\x1b\x8f\x1f\x7b\x40\x1c\x88\x6d\x38\xaa\xb9\xee\x9b\x0d\x64\x77\x4a\x31\xc8\xe4\xe6\x16\x97\xea\xb6\x20\xcc\xc8\x00\x10\xf3\x96\xf3\x27\xf5\x82\xe1\xd4\x66\x69\x87\x37\x2c\x50\x6e\x9a\xc1\xdb\x9f\xfc\x29\x50\x06\x95\xfa\x76\xed\xc8\xe4\xea\x79\x69\x17\x02\x52\xc3\x2f\xd1\x69\x9f\x22\x13\xf1\x25\xe5\x92\x63\x4d\x60\x37\xe2\x26\x4a\x09\x67\x1e\xee\xc0\x3c\xa8\xc8\xfd\xa6\x67\x34\x43\xd0\x9b\xc6\x1b\x96\xbd\x4f\x6e\x25\x3e\xe8\x30\x76\x05\xd9\xec\xc3\xb1\xb0\x83\xda\x60\x07\x3b\xa0\x49\xa9\x31\x48\xb4\x96\xb9\x87\xbe\x51\xd5\x00\x5b\xf0\x0d\x61\x21\x06\xe6\x93\x04\x51\x3e\xd7\xb2\xf1\x78\xb6\xf7\x18\x3e\x2e\x91\x6b\x47\xbe\x8f\x2f\xbd\x89\xe4\xbd\x80\x58\x08\x5f\x40\x93\xb1\xb9\x0d\xae\x06\xef\x93\xee\x6d\x9d\x2e\xea\x49\xff\x70\x9c\xfd\x59\xdd\xa9\x1b\x41\x06\x7b\xec\x2b\x8b\x62\x38\x34\x21\xdf\x57\xf2\xdf\x43\x2e\xec\xed\x71\x84\xcc\x3d\xed\xc4\x2e\x74\x04\xf6\x1f\x78\x05\xe0\x6e\x7d\xc3\xd0\xbc\x55\x29\x1d\x89\x73\x29\x8d\xed\xec\xb2\xb2\xb9\xf7\x9e\x16\x64\x11\xf9\xf6\xa2\x72\x60\x52\xcf\xd1\x87\x19\xbd\xe5\x8e\xd6\x61\xc0\x60\xd3\x4d\x5f\x31\x58\x16\xee\xfe\xb3\xdb\xfd\xf9\x45\xcd\x28\x0a\x68\xe2\x2c\x0d\x5b\x88\x30\xa8\x9c\x70\xbc\x79\xaa\xae\xc4\x8a\xd9\x5b\x86\x76\x50\xf4\x29\x85\xbb\x18\x55\xdb\x22\x86\xe9\x17\xb3\xfe\xdd\x87\x1b\x8f\x8e\x3a\xb3\x17\x23\x32\x8b\x4b\x43\x97\xe5\xce\xe6\x2f\x17\x01\x50\x6c\x28\xf9\xcf\x42\xe1\x0b\x7c\xd8\x38\x58\xe0\xb7\x59\xf2\x79\x5c\x27\xc8\x58\x37\x46\x11\x59\x26\x60\xc6\x62\x42\x58\xea\x5e\xe7\x44\xef\xc6\x22\xee\x50\x96\xd9\xc4\xe6\xc2\x1d\x3e\xd0\xfe\xc4\xb7\x68\x3c\x8e\xef\x75\x2b\xfd\xd5\x19\x79\x5a\x44\xd1\x1b\xa7\xaa\xb6\x1b\x18\xe1\xfe\x91\x39\xbd\xd1\x08\x11\x00\x0b\x87\x6b\x71\x6d\xb0\x56\xe7\x77\x16\xf2\x2f\xc3\xf7\x94\x65\x79\x52\xa1\x52\x2c\x74\x9d\x8b\xd3\xde\xee\x6f\xc6\xcd\x72\x23\xa8\x00\xbf\x13\x17\xf7\xb5\x6b\x41\x2b\xac\x06\xe8\x5f\xb1\xef\x2d\x4b\x5c\x27\xe5\xf7\xd4\x34\x4c\x01\x2a\xbf\x65\xde\x2f\xfd\x51\x30\xee\x4c\x85\x9e\x6b\xd2\x96\xf2\xa8\x5e\xe8\xad\x3f\xe8\x4d\xff\xc2\xce\x63\xf6\xad\xce\x8b\x82\x03\xe0\x98\x3f\xbf\x20\x77\x82\x81\x65\xdb\x68\x71\x42\x66\xb6\x18\x1e\x47\x6d\xcc\x8b\xa2\x2d\x9e\xb8\xe1\xe8\x8c\x1d\x17\x54\x3b\x7c\xce\xca\x76\xe7\xb6\xa7\x05\x79\xa9\x50\xa9\x47\x8d\xd0\xb8\x8f\x6b\x37\xed\x19\xba\xeb\x77\xa9\x93\x1d\x85\xab\x54\x88\x14\x4b\x1e\xd2\x4d\x49\x58\xc2\x2b\x3a\x37\xb9\x79\x74\x31\x9b\x0a\xd0\xd2\xf8\x09\x77\xe7\xa8\x3f\x54\x91\x9c\xb0\xed\x8a\xbd\xa3\x53\x5c\x92\x06\x20\xa7\x3b\xad\xaa\xf5\xe1\x09\xd5\xae\xb7\xce\x6b\x3f\x83\x4c\x8d\x17\xdf\x17\xba\xc7\x5b\xcb\x3f\xf4\x2f\xfc\x93\x3f\x60\xfc\x28\x15\x3b\x4a\x7f\x50\xc3\x0f\x0c\xd7\x92\xda\x70\x23\x6a\x85\x9e\x17\xb0\x28\xa6\xeb\xb5\x0a\x70\x4b\x78\x3b\x09\x22\x50\x13\x8f\x8e\x7a\xea\xbb\x59\x85\x53\x1c\x64\x77\xd6\x0a\xcb\x55\xb8\xe9\x9f\xd2\x3f\xf2\x97\xea\x81\x3f\xba\x0d\x71\x77\xfd\x70\x58\xa6\xb7\x72\x3b\x89\x4a\xb5\x46\x2d\x29\xf2\x87\x1c\x45\xb7\x72\xe6\x4f\xf7\x04\xbb\x97\x7e\x4f\x9f\xfe\xb6\x7f\x65\x01\x1d\xaf\xc5\xd1\x47\xce\xdc\xaf\x27\xbe\x3d\xe2\x69\x2c\x8f\xd2\xec\x81\xc7\xe7\xb9\xa2\xb8\x72\xf3\x1a\x2d\xf1\xaa\x60\xce\x49\xd8\x3a\x5c\xae\x9b\xc0\x55\x01\x88\x1c\xdb\x97\xbe\x79\x11\x28\xdd\x4b\xaa\x16\x48\x50\x2d\xa6\xa5\xaa\x92\xab\xbe\x74\x6a\xf1\xa9\x7f\x52\x0f\xcb\x71\x18\x88\xd1\x5e\xd0\x08\x91\x18\x97\x5b\xec\x19\x1d\xc0\x82\xaa\x20\x1e\x83\xbc\x11\x43\x95\x20\x19\x09\x03\x69\x3d\x50\x18\x43\xb3\x39\x7a\x29\x06\xa4\x8f\xd3\x9f\xe2\x90\x5c\xea\xb1\x78\xb8\xfc\x37\x2c\x3d\xa0\x7f\x12\x34\xc7\x0e\xf4\xca\xe3\x2f\x6c\x5b\x65\x44\x3c\x29\xa2\xa1\x12\x6d\x23\x72\x47\x9f\xc1\x78\x44\x00\x82\x91\x72\x1c\x50\x2d\xc0\x39\xa3\xe5\xaf\x6a\xa3\xed\xd1\x40\x55\x0b\xa8\x61\x10\x0d\xa1\x5a\xcb\x7e\x0e\x1f\xc8\x7e\x5a\xf6\xc9\xc0\xbf\xe5\x75\x39\x4d\x5b\xfe\xb5\x37\xe6\x46\x88\x8f\x34\xed\x64\x44\x9b\xce\x08\x8e\x2a\x48\x08\x32\x15\xf7\xe8\x2a\x5d\x9e\xbb\x02\x9a\x16\x8f\x26\xd1\x8f\xec\xea\xbb\x51\x1e\xa0\x07\x0e\x72\x47\xac\x1e\x0c\xd6\xdb\x21\xa1\x3c\x81\x25\x07\xa3\x2f\x1b\x83\x5e\x35\x50\x0e\xd4\x4b\xa0\x34\xa9\x35\xc0\xe8\x59\x03\xaa\x15\x46\xc3\x03\xd5\x8c\xea\xbe\x2a\x8f\xa3\x72\xbc\x4a\x66\xd7\xaf\xbe\xff\xa7\xcf\xc4\x2c\x55\x9b\xe5\x99\x17\x81\xc0\x0e\xb9\x10\xe8\x48\x45\x29\x73\x7e\x3a\x6a\x35\x36\xec\xd8\x68\x2d\x8e\x99\xbf\x6e\xd4\xbc\x47\x86\x54\xb8\x1a\xed\x93\x6c\x7c\x80\x77\x8b\x14\xa4\x46\x52\xc6\x60\xf8\x22\x5c\x57\xbe\xb4\xf6\x7b\x46\x86\xef\x2c\x1a\x9b\xb9\x76\x2a\xa8\xe3\xce\x08\x95\xb3\x98\x69\xa8\xab\xc7\x16\x43\x2d\x3e\xa6\x1d\x0c\xb5\x04\x79\x10\x99\xe2\xdf\x01\xfe\xa6\x4b\x0d\x20\x9b\x4f\xbe\x28\x92\x48\x1c\xd6\x87\x2c\xe7\x42\x5b\x80\xf3\xec\x96\xd0\xf8\x2e\x05\x9f\x0e\xc1\x73\x09\x58\x25\x6a\x8e\x03\xea\x68\x1c\x2a\x6a\x29\xcf\x7c\xb3\xfc\x17\xb4\x04\x98\x52\xcf\x99\xda\x6c\x6c\xfc\xdf\xb3\x17\x82\x77\xac\x90\x57\xef\x24\xad\xfa\x2b\xef\x18\xed\x66\xff\xa4\x92\x23\xed\x01\x09\x3e\xd4\x07\xf1\x8c\x68\x37\x08\x49\x16\x3f\xe7\x7f\x19\x65\x16\xff\x42\xbf\xdb\xe8\x1f\xdc\x82\x22\xfc\x87\x10\x26\xa1\x4a\xda\xb3\xe2\x1f\xe1\x3f\x05\xd4\x6f\x59\x94\x59\x54\x5a\x7f\x6d\xd7\x2a\x87\x4a\xc3\x18\xab\x8d\xae\x0f\xc2\x1c\x9b\x6d\x28\x15\xb0\xb0\x40\xc9\x48\x2d\xb6\x2d\xc8\x32\xbc\xb3\x9d\xdb\xa7\xe8\x93\xe5\xad\x4a\xa4\xbf\x12\x8d\x8e\x96\x1b\xb2\x38\xed\x48\xaf\xa2\x8f\x74\x16\x77\xe0\x18\x55\x78\x03\xfb\xb5\xb2\x8d\xce\x07\x68\x84\xa5\x0c\xfe\x4c\xaf\x70\xa5\x9e\x04\x56\xd7\xf8\xa6\xde\x9f\xbf\x4e\xbe\xda\xa9\xe9\xa3\xef\xca\xbc\xf6\x08\x60\x2e\x05\x16\x4c\x81\xb7\x72\x11\x1d\xb9\x45\xf0\xed\xe9\x90\x15\xe7\x62\x7f\xfa\x09\xdb\xa6\xf5\xbf\xbd\x89\x16\x6a\x0f\x67\x98\x81\xfb\x5d\xc1\x8f\xf9\xa7\xe9\xb5\x45\x9d\x93\x56\x88\xb8\xf8\x88\x3c\xb2\x0d\xd5\xea\xe8\x07\x23\xe6\x66\x18\x7e\x2c\x29\x0f\x17\x5d\xeb\x32\x85\x9d\x80\x32\xa0\x2b\xe8\x19\x65\x98\xb1\x42\xb4\x82\xcd\x23\xee\xca\x60\x64\xd1\x65\x0f\x57\xa6\x00\x8e\xd8\xd2\x8b\x84\x88\xb1\x13\xf3\x62\x26\xd6\xcb\x83\x21\x15\xde\x26\xee\x7c\x05\xae\x72\x3d\x8c\x13\x80\x91\x58\xd1\x91\xa9\x15\x2b\x92\xc2\xfd\x02\x1e\x79\x2d\x91\x5b\xb3\x20\xde\x5e\xad\x90\x58\x05\x31\x32\x93\x90\x08\x05\x32\x3b\x69\x95\xc7\x50\x2f\xa6\x83\x09\xf0\x57\x80\x3f\x8a\xb3\xd8\xbb\x77\xb3\x7f\xe7\x27\xfe\x46\xce\xd7\x7e\x75\xc4\xc4\xa4\x71\xe1\x3a\x88\x77\xcb\x7c\xa3\x59\x27\x20\x8f\x98\xf7\x89\x61\x90\xb9\x0d\x64\xce\x51\x15\x4a\xd8\x47\xbb\x0c\x51\x0d\x45\x81\xd4\x95\x86\x50\x4d\xe9\x7d\x43\xca\x8b\xfe\x06\x4f\xaf\x80\xa4\xa4\xbf\x8e\x22\x4f\x44\xc1\x57\xaf\x11\xc4\x3d\xa1\x79\x3f\xd4\xe5\x55\x0a\x0d\x3a\x7f\x73\xe3\xc9\x05\xfd\x8d\x7d\xe8\x7b\x73\x37\xd0\x82\x50\x7d\x84\x4b\x15\x5a\x86\x1d\xda\xe9\x1c\x03\xb3\xea\xaf\xfc\xc2\x62\x15\x0d\xa4\x4e\xd0\x2a\x6b\x20\x73\x3e\x88\xb6\x2f\xaa\x54\x10\x85\x55\xa7\x02\x27\xd7\x2a\xf9\xbd\x18\x9f\xb8\xc9\xeb\x76\x6d\x0d\x1e\x39\xd0\xe1\x0e\xbe\x4b\xed\xbc\xc9\xec\xd6\x2c\x67\x6e\x51\x33\x6c\xd8\x6d\x45\x2f\x00\x60\x7f\x7f\xe3\xe1\x1d\xba\xf3\xbb\x4c\x19\x90\x63\x8c\x5e\xb1\x56\x1f\x9a\x55\x78\x6c\xc9\x03\xbb\x74\x03\x7c\x12\xc6\xc0\x85\x63\x9f\x39\xda\x7b\x7a\x16\xa1\x25\xb5\xc6\x74\x9d\xbc\x65\xe1\x4b\x46\xba\xb2\xb3\x75\x8c\x96\x8b\x0c\x1c\x06\x5b\x9b\x4e\x04\x0c\x2c\x74\x9c\x86\x16\xae\x53\x6a\xd6\xcb\x95\x50\x47\x79\x90\x6a\xc0\xb4\x62\x80\x54\x67\xb8\x14\x68\xf9\xe3\xd2\x79\x24\xe5\xc1\x22\xb0\xde\xf6\x61\xe8\x6e\x70\xb7\x4d\x05\xb3\xd3\xaa\x82\xa0\x4c\x6f\x9c\xac\x52\x60\xb8\x91\x8d\x40\xfb\x16\x25\xbc\xb1\x0e\x5e\x83\xfd\x6c\x06\x9b\xe3\x76\xb4\x47\xd0\xf6\x6b\x67\x0c\xbd\x13\x9c\xb8\x07\x27\x9d\xe9\xf3\x25\x4d\x99\xb2\x79\x51\xfd\x60\xdc\xb5\x54\xfd\xe1\x1a\xd4\x4f\x8d\xad\xad\xa9\x2c\x40\x99\xd5\x2f\x24\x5e\x2f\x2c\x2c\x20\x8a\xbd\x81\x7e\xfb\xe9\xc2\x01\x8c\x51\x22\xb4\xc4\xd6\xb4\xb8\x48\xc8\x69\x10\x4b\xf4\x67\x10\xa5\xc7\xa3\xb6\x6d\xde\xb2\xd2\x3b\xf1\x23\x1c\x00\xcc\x8a\xb8\xa3\x13\xfe\x5b\x7e\x46\x6f\x0c\x67\xd5\xd2\xe0\xb8\xdf\xd9\xac\xcb\x3d\xec\xd0\xc7\x28\x8a\xa8\x51\x03\x63\x2e\xf9\x13\xda\x58\xff\x96\xc3\xe0\x7a\xed\x62\xf4\xf8\xdd\x78\x08\x2b\x7d\xd4\xbf\xfc\x1c\x7d\x50\xd3\xe5\x03\x18\x5d\x1b\x7d\x4b\xae\x4c\xa0\x09\x5d\x46\x05\xbc\x41\x5c\x01\xcd\x50\x18\xd5\x67\x54\x6b\x81\x50\xdd\x48\xd8\x6a\x4d\x1e\x2a\x5d\x43\xb4\x85\xcc\xd1\x81\xda\xaa\x46\xdd\x0e\xf6\x6d\x37\xcd\x6a\x31\x1a\xc5\x09\x52\x1a\x7c\xd0\xde\x78\x38\x81\x51\x10\x6f\x5c\x22\x9e\xfa\xbe\xf2\x57\xc8\x5e\x27\x8e\xe4\x35\x14\x6f\xc5\xcc\xb6\x78\xe9\xe9\xc8\x8a\xfc\x2b\xd8\xff\xc5\x6b\x07\x63\x0c\xa7\x66\xac\x07\xbe\xf8\xfd\xc1\x78\xdf\x5b\xfb\xbf\x78\xfd\x20\x45\x13\x4e\x35\x2d\x0d\x95\x0f\x85\xa9\xf6\xd4\x4c\xd5\x6d\xb6\xc2\xc3\xb5\xa8\x1d\x17\xf1\xc9\x5f\x87\x3d\xd7\xc8\xec\x2b\xd8\xf8\x1f\xae\xa5\x0a\x18\x23\x99\x80\x89\x59\x08\xa9\xaa\x2b\xa4\x11\x52\xa3\x3d\x5a\x92\xbd\x88\x19\x69\xa5\x37\x40\xca\x51\x52\x4f\xd0\x35\xd4\xd4\xc0\x1d\xa8\x55\x71\xfd\xb0\x22\x15\x5c\xf9\x3f\xf8\xaf\xb7\x68\x75\xb8\x1b\x5f\xea\xc1\x22\x63\x81\xc0\x7e\x1d\xae\x1d\x42\x1a\xa7\xb9\x88\x95\x63\x54\x6f\x9f\x07\xf9\xe9\x82\x05\xe4\x5c\x28\xb3\x94\x4a\xf6\x2c\x41\x20\x4d\xb5\x69\x85\xb4\x73\x5c\xf9\x53\xfa\xc3\x2b\xda\xb1\x3f\x0c\x2f\x70\x7e\xc6\xa3\x1e\x0a\xa6\xec\xba\xff\xdf\x77\xde\x51\xe0\x16\xf2\xcf\xdf\xb8\x79\x3c\x2d\xe9\x41\xfd\xf1\x1b\xfb\x60\xc6\x0c\x44\x91\x21\xe9\x65\x28\x6c\x85\x8d\x0a\x6a\xb6\x81\x7d\x0d\xa8\x16\xc9\xb9\x41\x39\xe0\xba\xbf\x71\x80\x66\x44\xf1\xfe\x49\x0e\x51\x8e\x13\x52\x44\x41\xa6\x8a\x4a\xed\xb1\x60\x01\x69\xc6\xa3\x87\x94\xa8\x20\x2e\x43\x24\x8a\x03\x35\xd9\x3c\x72\xad\x7f\xfe\xa2\x6b\x47\xa9\xa2\xb4\xd8\x6d\x6a\x8d\x92\xf2\x10\x27\x99\x32\x89\x02\x74\x2a\xe1\x65\x02\x0c\x62\xd2\x01\xd2\xa6\x0d\x04\x6f\xd7\x51\xcd\x3a\x1e\x8c\x94\x0f\x87\x41\xb9\x11\xc8\x6b\xcf\x7f\xba\xb6\x41\x07\xa0\x57\xd2\x09\x46\x81\x1c\xb3\x7d\xcf\xc3\x6a\x2d\x29\x6e\x3e\x58\xda\xbe\x7c\x4c\x6f\x75\xb6\x89\xb6\x9a\x24\x0c\x56\xe4\xc0\x5c\xea\x13\x53\x7d\x15\x08\xdc\x70\x29\x6e\x79\x25\xaa\x47\x2d\x9b\xf9\x5d\xdd\x3a\xf1\xa3\x5f\x05\x5f\xbe\xf0\x2e\xfb\xfc\x05\x97\x1b\xc0\xa7\x1b\xdf\xbf\xb2\xbc\xb5\xf8\x7d\xff\xde\xe3\x14\x19\xe4\xea\x19\x6b\xe3\x02\x71\xc0\x90\xb7\x32\xa7\x48\x22\x1c\xd8\xd3\x14\x7b\xe2\x74\x0f\xfc\x2e\x6c\x55\xcc\xe8\xcf\x7f\xf9\x35\xfc\xd9\x2e\x6f\xbb\x29\x12\x8f\x72\x11\x5b\x52\xee\xf9\x0d\xd7\x22\xc3\xde\x6c\xcc\x63\xae\x9e\xfe\x2e\xcf\xb5\xa4\xf4\x24\xe9\xd5\x15\x82\xb2\x45\x59\xae\x08\xf0\xd6\x2c\x03\x20\xb3\x0d\x70\x5c\xd4\x41\xef\xfb\x6b\xdf\x6c\xad\x4f\x65\xd7\xe2\x9d\xfa\x75\xfd\x0c\xd1\x52\x47\xc9\xae\x5b\x4a\xcc\xd3\xac\xa1\xf3\xb4\x19\xf6\x48\x83\x65\x7a\xf5\x10\xff\x14\x7f\x1a\xfc\x6f\xd1\x99\xa3\xa3\x30\x28\xba\xaa\x80\x75\x47\xf4\x97\x2d\x8a\x50\x91\xdd\xae\x27\xe8\xf4\x73\xba\x7f\xf5\x0a\x9a\xe9\x80\xe8\x8c\x4b\x9a\x71\xa3\xae\xd8\xde\xee\xd2\x16\xee\x3a\xb0\x48\x49\xa4\xe7\xf2\xd9\x08\x60\x3b\x40\x72\x81\x94\xc9\x65\xc6\xb2\x60\x30\xac\x94\xdb\x31\xfc\x8b\xcf\x03\x18\x56\x75\x04\x90\x42\xa0\xf4\x12\x14\x48\x35\x3c\x1c\x36\x06\xa4\x77\xf4\x9c\xb4\x13\x38\x14\xbf\xd4\x9d\x97\x05\x9f\x94\x03\xac\x10\x48\x05\x18\x20\x19\x0b\x43\x7a\x54\x80\x11\x92\xb1\x48\xde\xdd\xe2\x37\x6c\x36\x02\xd0\xea\xab\x34\xc2\xab\xc8\x4b\x54\x05\xc5\xfe\x07\xfd\xc1\x88\x56\xb6\x99\xc5\xa3\xdf\x7c\x76\x84\x5e\x18\x36\xc6\xca\x40\xf2\x71\x0b\x46\x43\x98\x07\x31\x25\x55\x41\xfa\x31\xd3\x80\x37\x51\x25\xa4\x90\x3c\xfd\x06\x0c\x08\x0d\xd4\xf7\xd7\xf5\x77\xe9\x9d\x7a\x12\x6e\x83\x07\xe1\x2f\xff\xb3\xce\xa1\xf5\xff\x02\x36\x49\x16\x50\x1e\x2c\xd9\xf8\xbb\xb8\xb1\x7e\x69\xeb\xf6\x3d\xa7\x34\x43\x53\x62\x8a\x51\xe7\x22\xaf\x32\xfa\x01\xcc\x73\xf2\x59\x90\xea\xc2\x08\x00\x04\xd1\x32\xd4\xe3\x11\x7f\x66\x52\xe2\x1c\x31\xcc\xbe\x19\xb6\xf0\xe9\x44\xf6\x14\xea\x71\x74\xdc\x01\x67\x83\x48\x1a\x9b\xe2\xd0\xaa\xee\x88\x08\x56\xaa\x8e\xe8\xf4\xe6\xe5\xf1\x36\x7d\xcc\x16\xae\x49\x75\xa8\xad\x0c\xb9\x5f\xe0\xaa\xcb\x70\xed\xc8\x40\xe7\x5d\xf8\x8d\xaf\x47\xe9\xf9\xe3\xab\x13\x1a\xaf\x06\x5c\x33\xa8\x02\x33\x00\x6b\x52\xe8\x0e\x1b\xa1\xba\x16\xce\x09\xd7\xe8\x2c\xac\x16\x03\xe2\x09\x2b\x87\xd0\x3d\x12\x9f\xb1\xd0\x1c\xa3\x5e\xab\x24\x81\xfa\x8a\x37\x83\x9c\x6a\x91\x88\x36\x5b\xd1\x30\xbe\x70\xbc\x1c\x34\xd5\x96\x02\x75\x8f\x47\x02\xcc\xf9\x83\x15\x86\xc2\xb1\x60\x34\x22\xa6\x54\x8d\x00\xf4\xb4\x44\xef\x99\xb4\x3f\x0c\x5d\x9f\xa5\x96\x00\xb5\x60\x09\x81\x80\x1d\xd6\xc7\x79\x56\x40\xea\x1b\xb7\x3a\xa2\xb7\xac\xbd\xf4\xf5\x42\x92\xd7\x9b\x46\x18\x09\xdd\x7b\xc4\x0f\x6a\xcd\x71\xfe\x48\x2a\x13\xc1\xca\x2f\x14\xb7\xef\x8c\x22\xbc\x17\x9d\x98\x6f\xf4\xd6\xd3\x3f\x31\x43\x86\x9d\x8b\xd6\xd9\xee\xe8\xb3\x6c\x41\x98\x8b\x9a\xf2\x90\x84\xd5\x71\x0a\x4f\x10\xe0\xb7\x1b\x72\xa1\xa9\x3b\xd2\x62\xc7\xc5\x2f\xff\xdf\xa8\x2d\x5b\xa3\x80\x5d\x2e\x84\x86\x76\x6f\x6f\x6c\x9c\x48\xb5\x1a\xee\x3e\xbf\xf8\x1f\xfb\xab\x2f\x31\x52\x88\xcb\xa3\xa1\x79\xd3\x1c\x0f\xc6\x6a\xc9\x08\x7f\xe4\x0b\x65\x41\x1e\x21\x69\xe8\x7a\xac\x5c\x43\x27\x55\x84\x4c\xaa\x04\xbf\x07\xbe\x2c\x58\x4a\x5f\x9f\xd0\x66\x29\x42\xac\xda\xb9\x2a\x1e\xab\x4e\xbe\x9a\xc7\xaf\x54\x2d\xee\xe7\x08\xa7\x2c\x7f\x68\xff\x41\x7b\x7a\x51\x09\x2e\x5a\x49\xa4\x65\x0c\x11\x26\x0a\x15\x6f\x52\x45\xf2\x30\x9d\x4b\x0d\x61\xc9\x43\xee\xa2\x81\x3d\x19\x44\x2a\x66\xb2\x1f\x70\x96\x22\x52\xa1\x23\x13\x70\xee\xa7\xcd\xd3\xc7\x1c\xe0\xb3\x36\x27\xb0\x95\x93\x19\xf4\xc4\x9e\x86\x22\x46\x3b\xb6\xb6\x5b\x28\x79\xf4\xb9\xb8\xb1\x3a\x5a\xfa\x01\xdb\x3e\xc3\xfe\x6c\xed\x52\x7f\xfe\x66\xf0\xa2\x97\x21\xe0\x25\x77\x6b\x42\xf4\x29\xfc\x65\xba\xf7\xcf\x27\xf6\x77\x1d\x14\x58\x3a\x2b\x31\x40\xc9\xce\xb3\x52\xdb\xb1\xbc\x31\x71\xfd\xd5\x7b\xe4\x44\xe7\x85\x71\xf8\xdf\x2b\xa3\xa3\xaf\x54\xab\x2f\x04\x79\xb5\xfd\x90\x0b\xa9\x0d\xb3\xd8\xc7\xac\x8d\x4b\x5b\xdc\xab\x53\xf0\x50\xbc\xd5\x31\xf1\xea\xb9\xe7\x20\x4c\xbc\x57\xdf\x02\x13\xb4\x29\x26\xad\x6d\xff\xc1\x83\x8d\x47\xf7\x54\x24\x02\xc7\x53\x31\xa7\x77\x89\xb0\x7e\x72\xeb\x04\xc6\x3b\x93\x27\x3c\x27\xed\x4f\x16\xe0\x64\xcb\x48\x56\x0d\x2d\x48\xe4\x2c\x49\x11\xee\xec\xfe\x65\x79\x7b\xd9\x65\x6d\x80\x65\x6d\xb7\x9f\x73\x45\x31\x98\x0e\xa8\x6a\x09\x26\x7b\x5b\x94\x38\x93\xd1\xc6\xb1\x27\xcc\x5d\x60\x8e\x7c\x23\xb7\xb8\xb3\xb2\x75\xfb\xc7\xde\xd3\xb3\xff\x8a\x4c\x93\x35\xa5\x9d\x37\x6b\x6f\xe2\xcd\x58\xed\x50\xad\xf8\x17\xf8\x0f\xfd\x1a\x18\xe3\xf8\x78\xf4\x25\xc0\x7c\x20\x6e\x64\x68\xa7\x12\x6f\x09\xd6\x14\x23\x02\xcf\xb9\x43\x3c\xb2\x1e\xa2\xd3\x31\x3f\xf9\x03\xac\x9e\x3f\xde\xbf\xfc\xb0\x37\x7b\x9e\xc5\x99\xad\x1b\xc7\xfb\xe7\xee\x92\x75\xfc\x22\x2a\xf7\x1e\x9c\x41\x23\x6b\x82\x7c\x1d\x61\xb3\x7f\x62\xc2\xdc\x4b\x1a\x5f\x6e\xe4\x50\xad\x15\x63\x00\xc1\x61\x52\x5c\xf6\xa6\xbf\xed\xda\xf9\xc6\xdc\x00\xf6\xba\xad\x97\xa8\x90\xbe\x89\xa4\x23\x45\x9e\x9c\xe3\xd4\x64\x6f\xd8\xe1\xd0\x26\x51\xfe\x80\x5c\x53\x59\x52\x89\x12\x47\xbf\xd2\x69\x83\x54\xf1\x6a\x3e\xae\xec\x31\x56\x58\x8f\x8a\xe2\x2f\xaa\xa3\xae\x93\xed\x2f\x9c\xdd\x5c\x1a\x73\xd2\x00\x14\x44\xdc\x5d\x0d\x07\xec\x45\x2d\x05\xd5\x20\xe7\x14\x19\x1f\x69\x31\x51\x37\x2f\x2b\x9b\xc2\x33\x18\x65\x9a\x1a\xd1\x2d\xc4\x6e\x4b\x83\xed\x24\xc1\x7c\x54\x8c\x87\x9c\xe5\xab\x32\x89\x14\xed\xee\x11\x55\x10\x1e\x42\xf1\x21\xe2\x06\xe5\xfa\x49\x31\x8c\x99\xc4\x05\xb3\x6e\x28\xa4\x8b\xce\x99\xc5\xfe\xa1\xb1\xeb\x0d\xa9\xa0\x95\xf7\x0d\x6b\x9f\x29\x60\xb6\x9f\x33\x50\xfd\x3d\xc0\x79\x6b\x62\x3f\x61\x8d\xa9\x60\x05\xf7\x46\x4c\x81\x72\xc9\x6d\x8a\xd7\xeb\xd8\x32\x99\xfa\x23\x51\x74\x28\x2e\xfe\x25\x1c\xa4\x1f\xe6\xfb\x30\x70\x43\x54\x44\xb9\xa4\x98\xec\x70\x7c\x4f\x5d\x05\xc4\xd7\x5a\xc5\x64\x27\xec\x2d\x3c\xee\x5f\xf9\xc1\x9f\x30\xc5\x66\x90\xb8\xfb\x3a\x3c\x83\x2e\x15\x77\x73\x6f\xb9\xa8\x37\x61\x4d\xbc\x59\x16\xfb\x24\x23\xbb\xb6\xa7\x18\x08\x1d\x3f\x96\xf9\x6f\x8b\x81\xa0\xc7\x2d\x57\x0f\x23\xdd\xa8\x9a\x29\xf6\x67\xae\xf5\xd6\x7f\xf6\x97\x89\x67\x6a\x23\x94\x45\xf2\x17\xbc\x43\x31\xd0\xb5\x26\x77\x55\xae\xb4\xce\xca\x61\xf6\x01\x58\xbc\xf0\x2b\xb4\x7d\x2b\xd7\x4b\x84\xd3\x7a\x37\xce\x6f\x4f\x2d\x05\x63\x04\x64\x99\xb4\x4d\x37\x76\x1a\x52\x4a\x26\x69\x2c\x58\x90\xa3\x62\xe6\x57\xe7\x79\xff\x57\x8d\xf8\x60\x60\x72\x51\x70\x1a\x44\xd6\xb8\x5a\x43\x97\x77\x54\xd8\x46\x64\xff\x35\x36\xc2\x3a\x85\xf1\xa0\x02\xb2\xc7\x21\x8c\x42\x8a\x66\x8b\xc0\x9b\x0e\x98\xee\x59\x7b\x25\x0e\x3d\x3f\x1f\xc1\x6c\x1e\xcf\xd6\xe1\xbf\x9b\x77\xaf\xf5\x2f\x9c\x15\x52\x82\x47\x42\x66\x8d\x93\x2b\x62\xf8\x43\x31\x09\x72\x36\x84\xba\x2c\x25\xad\x32\xe6\x6d\x94\xc5\xa5\x3a\xba\x23\x46\xc8\x00\xe2\xc8\x6d\x1f\xc3\x00\x14\x6a\xdf\x4c\xbf\xd2\x09\x2d\x5b\xb8\xb1\x5d\xfa\x43\x0b\x14\xf2\xac\xa6\x5c\x54\x19\xec\xd7\x4e\x9d\xf3\x36\x88\x14\x83\x76\x9f\x81\xf5\x3e\x2c\xea\x87\xbf\xa3\x39\xe8\x3f\x82\xbf\x23\x6c\xc3\x3f\xb5\x46\x35\xfc\xea\x1f\x4a\x1d\x81\x92\x06\x99\x8b\x22\xd4\xbf\x6c\x8b\x2b\xf8\x41\xe4\x12\x54\xa4\x53\x33\xeb\x18\x48\xb4\xe2\xe1\xdf\xa3\x28\x1b\x8e\x1c\x44\xba\x18\xf4\x77\x69\x82\x64\x45\x21\x6b\x50\xa2\x4c\x5a\x35\xc0\x8c\x88\x5f\x4c\x3f\x55\xbc\x77\xad\xd2\xdf\xf0\x61\xb7\x77\xea\xde\xf6\xc5\xc7\xbd\x2b\x77\x7b\x0f\xd7\x9c\x55\x37\xe2\x21\x4f\xa9\x8e\x36\x6f\x4f\xae\xa7\x2b\x29\xa5\x6a\xca\xe0\xc8\x7a\x9c\xd4\xe6\xf4\x26\xd9\x1b\x06\x71\xff\x5e\x5b\xb1\x71\x24\x38\x37\x12\x16\xda\xfe\xa8\x40\x5e\x2b\x2a\x14\x59\xd6\x6d\xa1\x3c\xb0\x14\xa1\x0f\x15\x20\x31\x1b\xb0\x3a\x39\x6a\xad\x65\x88\x78\x9c\x85\xfe\xd3\x6b\x70\x66\x99\x1e\x58\xc5\x10\xca\xb4\x9f\xd2\x3e\x2d\x5e\xf5\xbc\xfd\xf2\x58\xb5\xde\xd1\x29\x74\xae\x40\x83\xab\xcb\xf6\x1b\xfd\xe6\xf5\xc7\xbd\x55\x7c\xac\xdd\x29\xa8\x5c\xfa\x90\x30\xda\x30\xb0\x66\xa5\xd7\x8a\xaf\xe8\x6d\xb1\x42\xbd\xcd\x8a\x4b\xa0\x73\x00\xab\x56\xea\x54\x73\x96\x59\x2e\x71\x1c\xa9\x75\xd9\x51\x28\xe4\xcf\xe1\xf7\xc5\x57\x02\xbc\x40\x84\x96\x00\x48\xc9\xd6\x38\x60\x5f\xad\xa0\x36\x14\xc0\x79\x8a\x21\x33\xca\xfe\x20\xf3\x5b\x99\x89\xf9\x7e\x0c\x05\xe3\x51\xfb\x85\x16\x46\x4d\x0e\x59\x19\x25\xa6\xcf\xf1\x40\xc6\xb8\x78\x71\xe5\x65\x44\x7c\x89\x8c\xbf\xfe\x45\x2f\x5c\xbe\x0e\x15\xab\x02\x26\x9c\xb1\x82\x88\xe4\xef\xb3\x1c\xad\xb5\xcb\x9e\xef\x92\xf2\x89\xc9\x3c\x56\xe3\x8b\xb4\x53\xa7\xb8\x6d\xa4\x66\x32\x9a\x12\xda\x41\xb2\x00\x6b\x84\x8d\xa4\x3e\xce\xca\x36\xd2\x9c\xa0\xbe\xb9\x35\xce\x8a\x6a\xa5\xae\x33\xb8\xe6\x65\xb1\x61\xc7\x52\x64\x07\x50\xc3\xf7\x32\xe3\x9d\xf8\x65\xf5\x44\x15\xd3\x66\xf3\xb9\x84\x31\xf6\x62\x58\x91\xc8\xd9\x6a\x6f\xa6\x64\xc9\x0a\x7b\x10\xfc\x29\x35\x70\x40\x6a\x32\x44\x4f\x9c\x6a\x8c\xac\xdc\x35\x81\x42\xcd\xcf\x28\x63\xbe\x66\xd8\x40\x63\xfa\xa0\x3c\x04\x24\x43\x2b\x11\x77\x19\xf3\xf7\xf9\x63\xb6\x28\x36\x78\xd6\xa0\xad\x70\x34\x3a\x8c\x0a\xba\x84\xf6\x8d\xf4\x45\x49\x6d\x34\xdc\x65\xac\xd7\x79\xac\x71\x04\xe4\x72\x83\xd4\xb7\x87\xc2\xb0\x69\x0d\xe0\x4e\x5d\x6b\x2b\x99\xf1\x09\x8c\x1f\x54\xc6\xf9\x90\x32\x98\xb1\x38\x09\x15\xfe\x5c\x6c\x61\xeb\x53\xd3\x4a\xab\x60\x79\xc2\xd5\x40\xea\x60\xac\xad\xf1\xdf\xe5\x32\x69\x96\xdc\xe6\x65\xf6\x74\x79\xd2\x9d\x62\x02\xa5\xaf\x1d\xbf\xcb\x66\x22\x61\x53\x7b\xb4\x7c\x88\xf8\x00\xa6\x37\x1c\x5d\x31\xa3\x2f\x76\x8e\x4d\xb9\x0e\x68\x8b\x68\xa0\x2b\xb6\x74\xa9\xa2\x34\xe6\xcf\xd2\x75\xf8\x4b\x39\xfa\x59\xdc\x22\x46\xec\x37\x50\x6f\x19\x1e\x52\x7e\x1d\x16\x46\xd8\x58\x4d\x05\x72\xc8\x6b\x9b\x8e\x8f\xe0\xf7\xb1\x43\x64\x0f\xdd\x2b\x83\x6b\x76\xc7\xe9\xfe\x72\xe5\x6c\xc3\xce\x93\xf5\x27\x27\x95\xb2\x4d\xdd\x0e\xd0\x77\xce\xf9\xe7\x70\x71\x2d\xb4\x1c\xc6\xd0\x9b\x9c\xaa\xa5\xe8\x85\x7f\xd5\x51\x3f\x31\xe2\xe4\xd9\x6b\x44\x1c\x24\x2c\x6a\x6a\x7a\xe2\xdb\xa8\x16\xbd\x9b\x07\x80\xb3\xb3\x63\x2c\xe0\x28\x41\x27\xc8\x38\x00\x12\x77\x84\x87\x17\x71\x88\xc9\x3f\x87\x82\x5d\xdc\x3c\xf1\x88\x65\x13\xe5\x8b\x27\x4c\xfd\xe6\xc5\xc7\xe8\x57\x4d\x5e\xb1\x5e\xac\x5c\x66\x2d\xdd\xc4\x93\x26\xa1\xa5\x95\x5f\x59\x05\xe3\x73\x7a\x9e\xe5\x9e\xdd\xe8\x13\xdf\x52\xcf\x57\xe1\xbf\xde\x58\x9f\xb7\xea\x4c\x94\x3e\xf9\xf3\x81\xcf\x52\xcf\x37\xb3\x94\x0f\xc6\x49\xa9\xb7\x75\xfb\xfe\xe6\x4f\x77\x55\x1a\x87\x6b\x12\x64\x0d\xa4\x85\x1d\xdd\xf4\xd4\xd6\x18\x9b\x78\x95\xd1\x3c\x2b\x34\x8a\x25\x20\x71\x3b\xf3\x0c\x6f\x9d\x84\xcf\xfa\xf8\x75\x6d\xe5\x95\x94\xe5\xc4\xe6\xb0\x9c\x2d\x45\x49\xb5\xb4\x7d\xf4\xd4\xc6\xf3\x6b\x6c\x28\xfd\x1b\x43\x6f\xe4\xce\x47\xdd\x20\xbd\x86\xbd\x44\x35\xf2\xbb\x1b\xa0\xa4\x7a\x98\x16\x1e\x69\x6f\x51\x27\xd0\xe3\x09\xef\x52\x9d\xb7\xe4\x40\x88\x24\x37\x40\x7b\xaf\x00\xad\xff\xe9\xd9\x38\x09\x54\x25\xa4\x0b\xd8\x0a\xc9\x4e\x2b\x90\x7e\x02\xd5\xf1\x6e\x23\xa8\x45\x7e\x86\x3d\xa8\xc6\x9a\x66\xc0\xa5\x62\xc1\x50\x0f\x06\x82\x45\x3b\x1c\x08\xfe\x94\x04\xa3\x65\x18\x1a\xe7\x84\x4f\x6b\x71\x08\xd8\xb3\x8a\xad\x80\xce\x01\xb5\x4e\x82\x78\x24\x1a\x8b\x83\x76\x53\xb9\xbd\xe9\x1e\xc4\xaa\x7d\x20\x3d\x33\xf3\xbc\xe4\x1a\x2d\x64\x54\x8c\x9b\x11\x7b\x48\x52\xf4\x23\x74\x18\x22\x0f\xc9\x54\x4d\x56\x43\x23\x15\xbb\x40\x72\xdc\x44\xba\x4a\x93\x53\x4d\xf8\x79\x26\xd2\x15\x07\xa3\x2a\x1e\xe0\x15\xf6\x11\x4a\x2b\x51\x24\x89\xbf\xa7\x49\x41\x07\x18\xfc\xb6\x75\x7c\x79\xe3\xe9\x59\x3b\x98\xaf\x4a\xf2\x9a\x15\xcc\x57\xb1\x9c\x56\x80\x91\x55\xcf\xbf\x53\x69\x20\x89\x09\xc5\x7b\x6f\x27\x4f\x3c\x67\x07\x43\xb1\xe6\xb2\x6a\x47\x10\xd4\x9c\xaf\x72\x03\xde\x31\xa8\x86\xbf\x5e\x32\xe3\x91\x4b\xcb\x69\x3f\xcd\x30\xb3\x5e\xae\x27\x3b\xe2\xa1\x9d\x8f\x88\x26\x7d\x5f\x9e\x13\x53\x96\x7b\x5b\xd7\x96\x36\x6f\x3c\xf6\x43\x99\x7a\xd5\x4c\xd2\xec\x95\x54\xd6\x1a\xeb\x14\xb2\x92\xe2\x66\xae\xca\x84\x1f\x95\x1d\x93\x60\x47\xa9\x8a\x39\x91\x8f\xc4\x23\xc5\xd3\xa2\x09\x77\x25\x6d\x8b\xf6\xbc\x7c\x25\x98\x45\xc8\x44\xbf\x82\xf9\xf7\x16\x38\xef\x14\xca\xa9\x1e\x45\xa0\x1c\xe6\x5b\xf7\xd7\xb7\x96\xef\x18\xab\x6a\x97\x78\x09\x11\xc0\xec\x61\xa4\x70\x40\xe2\x21\xba\x87\x14\x0d\x11\xfa\xeb\x06\x3f\xf3\x22\xdb\x50\x2a\xc9\x73\x77\x49\xbc\x9b\xd1\x5e\x28\x2a\x02\x9a\xa4\x44\x7e\xf1\xff\x3e\xf0\xe7\x8f\xb5\xbb\xce\xcb\x32\xf4\x57\xaf\x8c\x8d\x8d\xbd\x82\xe2\xd7\x2b\xed\x56\x3d\x6c\xe0\xc7\xaa\xcc\xe5\x65\xcc\x5c\xfd\x96\x0e\xd7\xf7\xe6\xab\xf0\xd7\x4b\x81\xe5\x66\xb8\x13\x7c\x2a\x42\x67\xa9\xa8\xd9\x2f\x33\x45\xe7\x2c\x1b\xbc\xbf\x28\x3a\xe3\x52\xb9\x3c\xa7\x74\x07\x60\x04\x6f\x70\x76\xf4\xec\x1c\x35\x36\x6b\x89\xb0\xa2\xac\xc9\x1d\x80\x09\x8c\x75\xb9\xc5\x80\x55\x5a\x30\xe3\xcd\xc5\x0b\xbd\xb5\x63\xd6\x67\xe0\xc5\x0e\x65\x84\x96\x45\x9b\x3e\xaf\x52\x0d\x86\xd4\x89\xdb\xd1\xd1\x15\xc7\x74\x27\xc5\x15\xc5\xfc\x0f\x55\x74\xb7\x1d\x36\x9c\xa8\x8c\x22\xca\xb7\x7d\x8e\x08\x59\x01\xbc\x61\x18\x90\xd7\x46\x2f\xa2\xba\x20\x3d\xb4\x7d\xd5\x3c\x62\xcb\x9d\x93\x2f\x5b\xd4\xa8\x8f\x17\x19\x38\xf0\x6f\xa5\x13\xf3\x40\xb8\xdb\x79\xee\xb7\xa6\x54\x5e\x46\xa4\x35\xb1\xdf\x14\x83\x60\xc9\xd0\x19\xf1\xea\xdd\xce\x38\x7a\x6c\x51\xd5\x5a\x26\x94\xb6\xaa\x1d\xdf\x8d\x11\x3d\x65\x09\xcd\xea\x80\x9f\xac\xdf\xa1\x7f\xb2\x0b\x95\x9a\xc7\x32\x9c\x9b\xc8\x70\x68\x93\x17\x9a\x8c\xbd\x2a\x3a\x1e\x7b\x59\x9b\x69\x48\x50\x4a\x31\x9e\xdd\x96\x53\xf7\x15\xfd\xdc\x7c\x5e\xb9\xef\xff\x9c\x77\xe0\xb3\xbd\xf5\x73\x64\x48\x47\x79\x30\x38\x84\x0c\x62\xf9\x6c\x6c\xc4\x3c\x50\x9e\x4a\x1e\xd3\xa8\x46\x87\xd2\x02\x92\xe6\x52\xf6\x24\x1a\x09\xe2\xf5\x24\x83\x0c\xb4\x2b\x15\x9d\x31\x2d\xee\x55\x09\xb9\xf3\xd9\xc3\x88\x36\x20\x43\x00\xf1\xd9\x5e\xf6\x65\x50\x0c\x18\xc6\x9c\xd7\x91\xd7\x08\x93\x2e\x93\x8f\xf5\xb2\x73\x15\x69\x52\xe2\xb6\xae\x09\x47\x0a\x69\xe0\x96\xf1\x9d\x36\xb4\xc3\x8b\x46\x88\xa5\x12\x79\xe3\x86\xe0\xa0\xb4\x07\x3c\x27\x35\x73\x81\x27\x23\xba\xa6\x87\x47\xd2\x61\xad\xfc\x1a\xd5\x68\xb4\x8c\xf6\xda\x68\xac\xcd\x6c\x4c\xaa\x0a\xea\x41\x1a\xe4\xc7\xd4\x91\xf7\x7b\x8c\x00\xbe\x62\xef\x73\xb3\x1e\x8d\x73\x1c\x4b\xda\x2e\x7e\xbe\xbd\xa1\xa2\xc1\xdb\x7b\x61\xea\x66\x54\xcd\x10\x0d\x4d\x7d\xde\x3b\xd1\x7f\xa6\x42\xf9\x98\xd0\x81\x24\x94\x2a\x42\xc8\xa9\x34\x52\xe3\x74\xd6\x88\x30\x03\x75\x3c\x8f\x9e\x3d\x77\x27\x29\x87\x9f\xad\x2f\x5d\xca\x55\x93\x92\xff\xb2\xb5\x60\x7c\x70\xe2\xde\xa5\xeb\x5f\xd7\xbf\x46\x72\x37\x39\xe9\x5e\x84\x54\x54\x04\xa3\x3d\x49\x9b\xc9\x64\xad\x3f\x9b\xb7\xb1\x38\x71\x37\x2a\x65\xd6\xb2\x67\x77\x0c\x4f\x69\xf7\x93\x1b\xa3\x32\xb3\xdb\x5d\x82\x55\x3a\x10\x90\x19\x80\x32\xdd\x2b\x59\x6c\xec\x1a\x88\xf2\x77\x39\x90\xa2\xcd\x35\x32\x40\x2c\xad\xee\x4f\x35\x74\x6d\x36\x72\xfb\x70\x25\xe0\x4c\xe7\xec\x3d\xc5\xa5\x44\xad\xd8\x6f\x8a\xf8\xbb\xe3\xdc\x8d\x92\x30\xeb\xa4\xb2\x85\x65\xd8\xc8\x42\xb5\x36\x34\x34\x30\xd8\x02\x09\x11\x83\x39\xb6\x5b\x15\x84\x49\x8e\xb5\xf8\x48\xf3\x5f\x5c\x0b\x6d\xa9\x01\x12\xb7\x6e\x2d\xf3\xdf\x6c\x2b\xe0\xda\xe2\x52\x01\x59\xa4\xba\x19\xe8\x7b\x0f\x56\x31\x29\x88\x76\x93\xee\xac\xa9\x08\x83\x29\x3d\x12\x75\x81\x32\x6b\x09\x7f\x51\xac\xca\x58\xda\x6b\xb5\x3f\xcb\x23\x56\xd5\xb8\x59\x07\x11\x08\x5d\xb2\x8b\x07\xf0\x67\xf0\x5f\xf0\xd3\x2a\x6f\x37\x6a\x43\xb5\xb0\xca\x35\x3e\xe7\x3f\xec\x3a\x38\x88\xe0\x9a\xa3\xf7\xfa\x57\x4e\x28\x0e\x66\x7f\x35\x00\xe4\x93\x16\xf9\x2c\xdb\x24\x13\xc3\x96\x62\x8f\x78\xed\x18\x80\x6d\xfe\x67\x29\x48\x55\xe2\x63\x31\xfd\x48\x5e\xb9\x09\x39\x1d\x40\xd5\x7f\xf8\xd3\xc7\xfc\x07\x79\x9d\x4b\x22\x05\x27\x56\x90\x6c\x89\xf2\x6d\x1f\xc8\xf6\x71\x57\xa5\x1c\x12\x81\x7e\x17\xdd\xa8\x07\x7e\xcd\x6a\xab\x3c\x94\x14\x25\x50\x02\xd2\x3c\xed\x3e\x8f\x5e\x6d\xaa\x0f\x15\x59\x28\xa3\x03\xd8\x5b\x82\x80\xd5\x13\xf8\x82\xaf\xbe\xda\x9e\x27\xea\x5b\x19\x75\x04\xf6\x83\x9d\x74\x05\x32\xf8\xf6\xc5\x53\x9c\xaa\xf0\xa1\xb5\x7b\xd6\xae\x66\x78\xf7\x0f\x30\x38\x97\x24\xf6\x81\xc0\x74\x60\xa2\x20\xd8\x7b\x61\xec\xe4\x3e\x41\xc5\x7e\x3c\x12\xa8\xfd\x43\x9d\x4b\x2d\xa1\x58\x90\x68\xdb\x5c\x6d\x57\x92\x01\x67\x15\x56\x5b\x25\xf9\x2c\x0b\x78\x70\x8e\x6c\x96\xaf\xdd\x3c\x42\x1b\x4f\xcf\xe1\xbd\xfc\xe6\x51\xef\xfc\x11\x23\x2b\x52\xae\x49\x7c\x8b\x5d\xfc\x1e\x61\xe0\xe4\x6d\xb6\x9c\xc8\x55\x04\xa8\x69\x24\xe5\x61\x15\x17\x18\x39\x57\x0e\x1e\xa7\x8a\x48\xe2\xf2\xb2\x04\x39\x2d\x85\xa3\x34\xe1\x29\x14\xfb\xab\x18\x6e\xc9\xfa\x84\x12\xaf\x79\x2f\x70\x58\x64\xf8\xb8\x79\xf1\xb1\x83\xb3\xec\xe9\xa5\x49\x9d\x2a\xca\x23\x6f\xaa\x7c\xac\x85\xf6\x2c\xfd\xcb\x0f\xd9\xa8\xc1\x06\x3d\xba\xca\x0a\xee\x24\xfb\xbd\x2e\x47\x79\x10\x25\x11\xa6\xf8\xdc\x78\xe3\xe1\x9d\xff\x9e\xb8\x95\x01\xbd\x7e\x30\x1e\x0b\xf4\x84\xfc\xb1\x08\x42\x12\x4b\x56\xfb\x74\x4c\x22\x69\x8e\xe1\x6c\xbf\xbd\xaa\xf2\x51\x4c\x10\xee\x17\xe6\x4e\xe1\x3f\xa5\x65\x07\x32\x8a\xcf\xec\x19\xdb\x97\x63\x49\xa9\xe7\xc1\x00\xeb\xdc\x73\x54\xb2\xd0\x79\x98\xcb\x80\xf6\x5f\x7c\x97\x37\x1e\xce\x90\xa9\xd8\x29\x63\x00\xe6\xc0\xb3\xb9\xd3\x6e\x87\xee\x65\x15\x3e\x5b\x57\x4e\xaf\x5d\x13\x5d\xa7\x09\x53\x68\x7b\x8b\x56\x73\xaa\xf1\xb1\xbc\x4b\x7f\xa1\x43\x0f\x3f\xc2\xf1\x33\x1d\x3d\x0f\x5a\xef\xa9\x94\x2e\x02\x55\x91\xfa\xd1\x14\x20\x7b\x20\x78\x37\x72\x9e\x00\x55\xaa\x95\xff\x4c\x8f\xe5\x3c\xb2\xe9\xa9\xed\x41\xcd\xec\xdf\x41\xd7\x96\x4d\x5b\xf0\xc9\xbd\x64\x95\x18\x73\x4e\xde\x50\x19\xe6\x6c\x7a\x96\xd1\x58\x03\x21\x3a\x2e\xbe\xab\x7e\x15\x0a\x5f\x44\xad\xe1\x83\x26\x15\xa6\x3c\x0c\xe9\x34\x98\x54\xa2\xd3\xf8\xb8\xc5\x4a\x72\xb4\xd2\xfa\x98\x7e\xbc\x58\x93\xba\x85\x15\x65\x72\x6e\xeb\xd6\x25\xf2\x45\x3f\x42\xdc\xc9\x11\x23\xcb\x8b\x78\x8d\x89\xe7\xa4\xa1\x96\xa2\x29\xac\x8d\xb6\xc0\x33\x42\xdc\x42\xa1\x19\x46\x4d\x40\x10\x6c\xa1\x8c\xe9\x04\x6b\xf8\xfc\x19\x8d\x86\x68\x04\xb3\xb5\x7c\x97\x53\x28\xf6\x67\x2e\xf7\x9e\x1d\xa5\xcc\x9d\x71\x51\xa7\x31\x2c\x50\x8e\x2f\x79\xed\x8a\x8b\x76\x32\x3b\x29\xda\x31\xab\x98\x15\x21\x08\x3b\xb6\x69\xa1\xca\x93\xa8\x17\x80\x5b\x64\x9b\xaf\x67\x27\xe9\xe4\xcf\x99\xf5\xd4\xde\xb2\x5b\x13\x3e\x9a\x80\x5c\xae\x98\x48\xe1\xb5\x6d\xd3\x33\x3b\xf5\x27\xf1\x3c\x14\x3a\xc9\x82\x0f\x3d\x94\x8f\x81\x74\x8e\x47\xe4\x44\xc5\x34\x56\x05\x5a\x56\x2f\x35\x6b\xa8\x06\xa2\x1e\x9c\xe8\x60\x16\x0b\x6c\x7a\xd1\xca\x18\x31\x11\x42\x94\x2b\x3e\x91\xd8\x4b\x56\x70\x3a\x0d\x88\xff\x86\x98\x74\x56\x6e\xd7\x7f\x2d\x14\xdd\xbf\x6e\xdf\x99\x9f\x08\xcb\x7e\x95\x48\x67\xc4\xd2\xa5\x3b\xa5\xc6\xfa\xed\x76\x99\x6e\x45\x8d\xb5\xf4\x25\xdd\x3d\x3d\x90\x6f\xe2\x09\x50\x6d\x5b\x78\x92\x0d\x8b\x18\x41\x10\x92\x2d\x0f\x0d\x85\x95\x24\x00\x26\x3a\xc0\x40\x46\x84\x82\x91\x17\xc2\xb7\x2e\x34\xec\xb1\xcc\x7f\x06\x52\xf3\xf4\xf2\x1a\x19\xec\x63\x25\x35\x52\x99\x98\x0c\xae\xdd\x7d\xee\x62\x18\xa0\x51\x4c\x8e\x31\x97\xc9\x5c\x6f\xe5\x9d\xcc\xad\x2d\x3b\x60\x45\x34\x76\x5b\xfd\x8b\x21\x8c\xd1\x0e\x3e\xc7\xb2\x21\x37\x94\xb1\x3f\x35\x44\x3d\xcc\x45\x19\x74\x9c\xbd\x08\x8d\xa4\xbc\x5c\x9b\xa9\xd9\xdb\x02\x67\x66\xd8\xe2\xac\x87\x7a\xb7\x53\xe6\x8b\x50\x86\x0b\x52\x1a\xdf\xb4\x58\x6c\xcb\x40\x2b\xbd\xb5\x67\xa2\x32\x70\xb4\x96\x34\xa9\xc9\x19\xa3\x58\xcc\xcc\x26\x53\x10\x6c\x3f\x20\xff\x8e\xd4\x9a\x25\x2b\x70\xf1\x47\xfa\x6b\xf0\x5f\xfa\xeb\x1b\xba\x11\x5b\xee\x14\xbd\x54\x81\x5e\xb1\x89\xec\xea\x47\x03\x36\xd9\xd4\x74\x0b\xb6\x5e\xca\xa8\xeb\x57\xd1\xc4\x55\x52\x0a\x3a\xdd\xf0\xbf\xa5\x56\x54\x0f\x8b\x6e\x4e\xd6\xd5\xde\x53\x60\x44\x7f\x34\x4b\xc8\x08\xaa\xe0\xf6\xe2\xd2\x41\x55\xc6\xc6\x29\xca\xa9\x5f\x7d\x05\x16\x03\x3e\x72\x86\x57\xfd\x51\x88\x30\x1d\x3a\xc9\x5d\x2b\x16\x65\xb4\xe6\xa6\x75\x77\x5e\xc3\x46\x34\x56\x34\x89\xb3\x98\x72\x33\xe9\x1e\xc0\x58\x0d\x92\xfd\x53\xbe\x38\x33\xe0\x4f\xc8\x42\x49\x5a\x84\xa2\xad\xb5\xf3\x14\x28\xe9\xda\xb9\x94\x70\x2d\x6d\x9d\xb4\x7d\xfe\x47\x32\xa1\x58\xf2\xa2\x07\xee\xf2\xfc\xca\x63\x92\x64\xa2\xa6\xc8\xfc\x34\x8b\x19\xd9\x53\xb4\xab\xef\x7d\x8e\xb0\xbd\xb0\xf8\xc9\x09\x7a\xf7\xfa\xda\x7a\xbb\x9d\x53\xce\xfd\xf2\x8c\xe0\x46\x7c\x9f\xcc\x9e\x32\x45\xe9\x50\x53\xb6\x82\x68\xfb\x6a\xa9\x8c\xea\xbf\x61\x5b\x9d\xe7\x8d\x57\xe5\x45\x19\x30\xe5\xdc\x49\xca\xb6\x81\xb9\xbf\xf2\xac\xb3\xf6\xb4\xf1\x2a\x94\x64\x7a\x2a\x2a\xb8\x64\x56\xf0\x2c\x6e\xeb\xf3\x01\xfc\x95\x8d\x53\xd3\x6c\x90\x6b\x98\xfc\x1b\x51\xdc\x43\xc3\x64\x7b\x4a\x3f\x93\x5a\x79\x55\xe3\x4d\x3e\x0d\xe6\xae\x6c\x3d\x10\xd9\x38\x5f\xf3\xb7\xc0\x70\xbb\xb2\xf8\xc0\xb9\xef\x5c\x69\x37\x9e\x82\x6b\xa9\x04\x06\xc8\xfc\xfa\x3b\xaa\x29\xa5\x82\x87\x2a\x27\xa6\xd7\x38\x26\x6b\x74\x83\x12\x52\x03\xe8\x00\x28\x26\x05\xb9\x33\x80\x5d\x35\xf3\x88\x33\x92\xb4\x64\x91\xae\x14\x64\x78\x39\xae\xd7\x88\x3f\x9c\x93\x50\x13\x19\xfa\xdb\x87\xde\x9d\x20\x85\x1f\xb0\xcc\xc7\x38\x60\x59\x7f\x62\x31\xc3\x47\x3b\xbd\x06\xad\xf0\x16\x3b\x01\x7b\x4a\x7b\x90\x2c\x2d\xdc\xb6\x2b\x87\xae\xa1\xd3\x46\x96\x1a\x90\x5c\xc3\xfe\x6b\x6f\x04\xfe\x7e\xa4\x50\x23\x6b\x13\xf9\xce\x3a\xd8\x51\x3b\xd5\xec\x8c\x17\xf7\x3e\x61\x1b\x75\xfe\x5b\x26\x9c\x79\x98\x0e\xaa\xcc\x99\x39\xe3\xbb\xbd\xcf\x5c\x63\x50\x2b\x89\xc2\xea\xee\x33\xb7\xa1\xd2\x47\x9d\x86\x2d\x9a\xe8\x38\x64\xcf\xc3\xf6\x93\x69\xe3\xd4\x55\x85\x42\x73\x56\xe7\x89\xc1\xb9\xb3\xd0\x98\x92\x0c\x4f\x49\x68\x77\x63\x2c\xa6\xdc\x30\x38\xec\xa8\x87\x23\x8c\xb5\xf4\x4e\x83\xf9\xc8\x42\xcc\x67\xc9\x41\x84\xef\xc5\x8b\x9f\xd2\xa7\x97\xac\xfe\x1b\x51\x83\x74\x2b\xf8\x78\x4b\x35\x0d\x8b\x98\x99\x95\x23\x9d\x4d\xc0\xd1\xb4\x08\x85\xa0\xdf\x97\x08\x39\x5c\x60\x87\x03\xcb\x31\x3e\x9d\x8e\xfd\x0b\x82\x96\x83\x85\x6a\x39\x1e\x19\x8c\xca\x94\x66\x75\xc2\x1c\x10\xda\xa6\x91\x92\x99\x2c\x74\x8d\x7d\x48\xc1\x96\x97\x74\xba\xeb\x9d\x13\x9f\xb7\x41\xce\x6a\x24\x92\x40\x5b\x62\xa9\x73\x4e\x94\x61\xad\x37\x25\x2f\xd4\xc9\x55\x1a\xda\xf5\x3c\x14\xb3\xf8\xa2\xed\xa8\xc5\x26\xb1\x85\xd1\xa8\x81\x83\x16\xc9\x50\x68\xc6\x09\xda\x6b\x39\xcb\xfe\x11\x7f\x72\xea\x32\xfa\xfb\x43\xf8\x55\x48\xa2\xa4\x5c\x2f\xf6\x4e\x4f\x6f\x2d\x4d\xbf\x11\xec\xaf\x16\xcc\x46\xd0\x63\x0a\x1c\x4f\x0d\xfd\xd1\xee\x41\xb9\x55\xa4\x9d\x23\x62\x11\xb3\xec\x66\xe3\x70\xa4\xa3\xf4\xde\xd3\x76\xa7\x1b\x58\x13\x5c\x27\xd4\xcc\x05\x1c\x70\xf7\x51\xd6\xd0\xec\xc1\xca\x89\xab\xf4\xa3\x93\x49\xb7\xbd\x16\xbc\x39\x48\x0f\x08\x83\x18\x15\x5e\xce\xe6\x65\xeb\x23\x1f\x8c\xfd\x45\xa7\xe9\x7b\xd9\x69\xeb\x9c\x95\x53\x64\xa5\x12\x70\xbf\x4b\xec\x34\xfb\xe3\xd6\xb5\xd9\xde\xcc\x39\xb7\x9a\x21\x3f\xce\x34\x28\xd2\x95\x5b\xd3\x44\xa4\x73\xbf\x3f\x55\x80\x90\x91\x32\xcd\x5d\x85\xc9\x64\xef\x7e\x97\x78\xf9\xa9\x25\x8b\xd6\xd2\xfd\x4e\x8f\x1d\x64\x4c\xd0\x3b\x3a\x65\x17\x89\x34\xe7\xd6\xce\x08\xd5\xe1\x56\x90\xb0\x5b\xfe\x44\x8d\xcd\x05\xec\xe3\x9a\x5b\x2a\x78\xc6\xdf\x47\xcf\x77\x3a\xab\x6d\xff\xc1\x13\x74\x54\xb5\x9e\xd4\x02\xdb\xcd\x28\xdb\xd5\x2c\x03\xae\x59\x55\xa4\x54\x08\xca\x62\x31\xab\x62\x3c\x56\x4b\x28\xae\xf3\x23\x89\x7b\x3e\xd5\xc9\xac\xd7\x6a\x83\xb4\xb4\xba\x80\xba\x7c\x53\x8c\x11\x30\x30\x86\x0b\x25\xa1\x8b\x28\xc7\x82\x9b\xcd\xee\x84\x97\x6d\x2e\xf8\xf3\xdb\x50\x29\x30\x41\x7b\x69\xc3\x77\xec\xd1\xd2\xda\xec\xd4\xb3\xd6\x2b\x9a\x21\x52\xac\x8d\x6b\xaa\x63\x06\x15\x66\xa9\xd6\x20\xdb\xa6\xb2\x51\x88\xc4\x45\x7c\x36\xf1\x2d\x57\x33\xf2\x4a\x69\x66\x5c\x65\x75\xda\x43\xdf\x56\x9a\x6d\xc3\xc9\x67\x8c\x97\x4e\x03\xb5\x2b\xcb\x96\x1a\x9e\xe8\x27\x52\xd2\xda\xe1\x34\x6a\xef\xa6\xb3\x90\x4d\x51\x9e\x04\x04\x88\xf3\x56\xde\xad\x1d\x7b\xcd\xf3\x0f\xda\xa5\xf7\xbd\x70\xa0\xa9\x81\x89\x33\x6a\x0c\x33\x75\x47\xeb\xb6\x54\xac\xad\x7b\x2a\x5f\x64\x3a\x8b\x8f\x3b\x1d\xb4\x17\x97\x97\xd8\x1d\x56\xea\x0c\xa8\x57\xfa\x36\x79\xd6\x6a\xc7\xaa\x56\x58\x89\x5a\xd5\x38\x48\x46\xca\x49\x50\x8f\xe2\x84\x1e\x80\x28\x18\x18\x47\x7e\xcc\xf5\xba\x1a\xb0\x46\x1c\xae\x25\xa5\xe1\x8a\x2c\x2d\x35\xf9\xc5\x2e\x67\xa6\x15\x1a\xf2\x90\x26\xff\x83\xfd\xa0\x47\x2a\xc2\x05\xff\x0d\x34\xbb\xff\x4c\x10\x4c\x33\x2a\x26\x06\x98\x35\x72\x90\x39\x34\x8d\x7b\x24\xe7\xf4\x5a\x61\x3c\xde\xa8\xa0\x3a\x1d\x73\x0f\x93\x05\xd3\x0b\x03\xf0\xeb\xd5\x80\x83\xc4\xd7\xfe\x16\x92\x89\x0e\x2a\xd3\x3d\x3b\x87\x63\xa7\xac\x2c\x91\xb2\xa8\x5f\xd7\xa7\xb7\xee\xdc\xea\x7d\x7d\xf2\xd7\xf5\x4b\xe4\xac\x43\x76\x26\x3a\x43\xb9\x05\x04\xd8\xe0\xd7\xf5\x13\x3b\x4e\x25\x73\x2f\xac\xa4\xb8\xb6\x5e\x18\x45\x85\xfe\xdc\x65\x7a\x7b\x4a\x85\x64\xce\x1c\xc4\x32\x26\xcc\xba\x21\x01\x97\xdb\x94\xc5\xc2\x29\xc7\x4e\xd9\xf9\xf4\x60\xd9\xb6\xcd\xbe\xd1\xb6\xab\x9c\x26\x5e\xa4\x39\xe2\x43\x4f\xe9\xd7\x93\xdc\x7d\xb0\xa7\xb8\xc3\x65\x4e\x4f\x15\x59\x7d\x99\xaa\xb9\xcb\x66\xce\xe9\xe8\x2d\x16\xa3\x84\x8f\x34\x2d\x18\x1a\x7d\x29\x8b\x76\x4a\x19\xd4\xef\x2e\xad\xf7\xa6\x4e\x71\x56\x6d\x9b\x44\xb4\x5b\x68\x00\x54\x1a\x8e\x5a\x51\x3b\xa9\x35\x42\x93\x9c\xff\x7d\xf5\x29\xa3\xfa\x28\x30\xf0\xad\xf1\x52\x9b\x02\x9a\x58\xe9\xfc\xd9\x3e\x7d\x99\x9f\xbb\xb6\x8f\xcf\x59\x4d\x89\xbb\x54\x0d\xf1\x11\xa8\x42\x8f\x86\x59\x21\xb9\x17\x74\x47\x44\x6e\xa7\x5d\x7e\x53\xba\x88\x06\x93\x32\x4c\xae\x5a\xdc\x3e\x7a\x0a\xcd\x90\x4c\xc8\x73\x69\xeb\x0e\xdf\x8c\x28\x47\x55\xa9\x0e\x27\xd2\x6e\x96\x70\x8b\x62\x0e\x7b\xcb\x41\x69\x9f\xb3\x55\x54\xef\xf2\xd5\xfe\xb9\xbb\xe9\xd1\xd4\x84\x75\x43\x19\x04\xa6\x0f\x73\xcf\x6b\x85\x21\x70\xfd\x16\x18\x42\xee\x9b\x67\xa9\x16\x6a\x67\x47\xc2\x72\x33\xbd\xaf\x67\xe8\x28\xe7\xb3\xf6\x95\x1a\xec\xba\x27\xd2\x41\x90\xb3\x3b\x76\x27\xb5\xaa\x4a\xb1\x48\x09\xbb\x25\x69\xd9\x6f\xe9\x80\xec\x16\x8b\x3c\x59\x95\xf6\x20\xd5\x3e\xa7\xb1\x3c\x8f\xa3\xe8\x95\x6a\x82\x26\xc9\xb4\x7b\xde\x3d\xf0\xbb\x8a\x06\xff\x77\x58\xc1\x88\x92\xa6\x0b\x54\xfb\x9d\xb7\x03\x11\x59\x6d\x06\xa3\x28\x01\x61\x1f\x1a\x82\xa8\x41\x1e\x00\x1c\x52\xe7\xbc\xe2\x2d\x1f\x99\x90\x16\xf8\x9e\xc8\xb8\x02\x6f\x6b\xd6\x79\x70\x1f\xbb\x1d\x88\xd5\x49\xde\x96\x8e\x62\x3e\x2b\x98\x52\xab\x5d\x49\xda\x80\x5a\x64\x5e\x1f\x1d\xc0\x4c\x58\xfd\xc5\x99\xed\x89\xef\xc8\xe5\x69\x35\x6b\x16\xa9\xc6\x79\x33\xf1\xba\xb3\xbb\xa8\x60\x3e\xb3\x8c\x09\xbc\x83\xdf\x77\x9f\x41\xaa\xb9\x9e\x02\x8c\x0f\xb3\x30\x53\xf0\x3a\xb4\x6f\x6d\x2b\x02\x92\x8f\xcc\xc2\x60\xbb\x72\x28\x4c\x30\xde\xc4\x48\x89\x8c\xcf\x4c\x77\xdd\xa9\x39\x4b\x48\x27\x19\x12\xcf\x6e\x05\x8d\x0b\xaf\x9e\xce\x09\xfb\xbf\x90\x05\x88\x40\xca\x47\xc3\xa4\x4c\xb6\x8e\xba\xfb\xf7\xdf\x21\x83\xea\xe7\x96\x27\xce\xf9\xde\xb3\x79\x9b\xb1\xc7\xb8\x89\x25\x91\x75\x05\x53\x20\x9b\xaf\xbb\x60\x0d\xb9\x13\x56\xe5\x37\xcc\x0a\x63\xc9\x33\x97\x51\x19\xaf\x60\x48\x85\x1f\xae\x01\xfa\x40\x0c\xfd\x0e\xa9\x5b\xe8\x79\x1a\x81\x7a\xc5\x6a\x44\xb2\x3d\x34\x22\x5a\x00\xf2\x0a\xb4\x80\xea\x94\xb3\x88\x8d\x14\x5c\x3a\xc0\xd8\x59\xd5\x7f\xff\x1d\xcc\x24\x7a\x71\xb2\xd7\xb9\xd2\xbf\x73\x3d\x0b\x09\xeb\xfa\x4d\x0c\x1c\xb9\x87\x06\x6a\x3e\x5c\x7f\xf3\xf2\x4f\x6c\x94\xef\x36\x74\x8f\x82\x11\xe7\xfb\xef\x30\x07\x26\x18\x93\x95\x2f\xec\x15\x2d\x99\xb6\x01\x80\xc9\xa8\xdd\x18\xe3\xb1\x16\x8f\x5e\x03\xc9\xc0\x9d\xdb\xa0\x41\x88\x7a\x9c\x95\xb0\x55\x29\xd9\x43\xcc\x42\xa4\x01\xca\x7d\x22\xee\xf1\x17\x25\x77\x54\x7d\x97\x0e\x4c\xaf\x28\x55\xd2\x61\xd3\xb9\x20\x93\x09\x95\x32\x49\x33\x51\xcc\x8c\x18\x28\x75\xc8\x21\xa7\x15\x0e\xa3\x96\x8c\x43\x7b\x0c\x8d\x17\x37\x2f\x3e\xd9\x9e\xfd\x51\xbb\x43\x7b\x16\x89\xec\x66\x66\x2d\xdf\x32\xd7\x4e\x2f\x7f\x8f\x01\x0c\x29\x89\x3a\xf5\x68\xdb\x7b\xca\xe2\x49\xc6\x64\x93\x63\x49\x10\xa8\x8c\x34\xa5\x06\xe5\x90\x73\xd2\xc7\xd9\x4d\xeb\xd1\x70\x4d\xe4\x6d\x69\x6e\x6b\x20\x4e\xab\x63\x68\x96\xe3\x78\x0c\xc4\x03\xf3\x82\x45\x2e\xdd\xc8\xe6\x51\x04\x38\x9c\xea\x33\x4a\xa6\x25\xbf\x7d\xbf\x44\x01\x22\x66\xd2\x18\xc9\x58\xe1\x1d\x33\x12\xd1\xb3\xb1\x9f\x23\x17\xe5\xb2\x64\x66\x73\x72\xd3\x2f\x03\x3f\x66\x6f\xdb\x68\xf9\x2b\x49\x66\xa6\x52\x4b\x7e\x24\x49\x24\xad\x50\x13\xef\xa8\x7c\x92\x1f\x62\x3e\xc9\xbc\x96\xac\xe0\x7e\xf1\x40\x98\x04\xaf\xbc\x86\x06\x1d\x18\x30\x69\xb8\x1e\x0d\x96\xd1\xb6\x8e\x02\xd2\x71\x42\xca\x97\xa4\x87\x5a\x5c\xf2\xa0\xda\x4d\x78\xef\x0b\xec\x59\xa0\x89\x7d\x30\xd8\x67\x27\x5b\x46\x9b\x22\xfb\x6d\xd2\x55\xa8\xdf\x50\x10\x80\x96\x41\xe8\xc4\x59\x62\x2f\xce\xfc\xbe\x82\x94\x1b\xb0\x1b\xea\x6f\xa7\xfe\x6b\xa3\xcd\xa8\x95\x70\x2e\x43\xb6\x8c\x91\x43\x22\xbf\x6c\xf3\x52\xc0\x46\xc2\x54\x39\xa0\xca\x4e\xee\xce\x4c\x08\xf2\xb7\x4f\x12\xc6\xa5\x60\x47\xbb\x47\x71\x27\x99\x86\x2d\xb9\x09\xbb\x05\x19\x60\x68\x66\x0c\xf8\xa1\xd2\xd4\x39\xb5\x55\xd2\xc2\xb4\xf8\xa9\x5e\xb8\xf0\xed\xc1\x17\x46\x94\xca\x40\x3c\xe6\xac\x60\x45\xab\x2a\x18\x54\xca\xcf\xcf\x9e\x0d\xc6\x82\x42\x23\xc1\xb4\x92\x85\x93\x87\x58\x76\x8a\xf6\xf3\xc9\xa2\x9e\x92\xaa\x80\x44\x8a\x2d\x07\xb4\x9d\xb2\xed\xa6\x91\x1b\x51\xd9\xda\x4e\xc7\xfc\x33\x05\xd4\x7b\x08\x8a\x09\x0b\x89\x07\x28\xe6\x86\x4d\x64\xf4\x12\x7c\x0a\x43\xd5\x6d\x7a\x41\x1f\x7c\xbb\x46\xfa\x98\x69\xd6\xc8\xcf\x05\x44\x23\x7c\xb2\xe6\x1f\x93\x3f\x34\xb7\xcc\x49\x44\xee\x4e\x8a\xbf\xec\x60\xdb\xc2\x15\x38\x75\x6e\xcc\x99\x20\x01\xd6\xf9\x2b\xe6\x80\xe4\x7c\xb9\xea\x8b\x9b\xe3\x8f\x1e\x35\x04\x8f\x3b\x4b\x60\x4c\xee\x4f\x9b\x6b\xbb\xb1\x9e\x2d\x27\x15\x79\x42\x92\x5a\xd6\x1a\xf8\x8b\x97\x38\x8a\x3f\x86\x14\xa4\xad\x2a\xc1\xda\xaa\xf2\x55\x99\xa7\x7e\xce\xff\xda\xd3\xa4\x5e\x14\x9d\x72\xfb\xa2\x72\x8b\x10\x21\xf1\xe1\x92\x2c\x47\x3b\x2e\x19\x89\x28\xbc\xc2\x65\x09\xac\xc0\x1f\x11\x81\x14\x75\xec\x00\xf9\x48\x1a\xd9\x2a\x76\x72\x5a\xf9\x0a\x9e\x08\xde\xfd\xd8\x2e\x55\x34\xce\xad\x23\x7a\x89\xa9\x35\x79\x8a\xca\x68\xa0\x88\x22\xab\x73\xde\xd0\xf1\x3e\x9d\x86\x78\xbf\x2f\xcd\xf7\xe6\x1e\x50\x1c\x56\x06\xff\x4b\xa8\x8e\xf9\x6e\x7d\xf3\xa7\x53\xbe\xeb\xd2\x09\x76\x6c\x12\x74\x9a\x46\xc9\x56\x64\xc5\x65\x65\x3a\xec\xbe\xad\xc9\x51\x20\xd7\x26\x69\x28\x84\x51\xe1\x97\x46\x93\x95\xc2\xaa\x08\xfb\xf3\x39\x86\xed\xd3\xfb\x52\x4e\x38\xba\x5e\x68\x9c\xb4\x3f\x97\x1f\x81\x2e\xcb\xad\xeb\x3c\x79\x7e\x88\xe6\x49\x01\x65\xe3\x54\x44\x12\xf3\xd0\xbc\x82\xb1\xec\x31\x44\xfa\x50\x2d\xac\x57\x83\xc3\xe5\x3a\xe6\xd7\xb1\xe3\x07\x0e\xa4\xfa\xb7\x80\xb3\x77\xef\x6a\x7f\x62\x31\x55\x23\x6e\xb7\x74\xa5\x3b\xf3\x39\x95\x00\xa8\xea\xc5\xf7\x08\x29\x60\xa8\x44\xa7\x16\x47\xa7\xe5\xdd\xf0\xa2\xd3\xaa\x7e\xe8\x9d\x5b\xea\xbd\x8d\x7f\xe4\x54\x1c\x45\x52\x5d\x8a\xcb\xc5\x8f\xe2\xe0\xed\x6a\x70\xe0\x6d\xf9\x1e\x8f\x26\x4d\x4e\xec\x7c\xe0\xa3\xcf\x3e\x09\x54\x76\x67\x95\xae\xd9\x54\x22\x20\xa7\x3a\x3e\xa4\x63\x29\x41\xbb\x94\xba\x20\x2f\x76\xbf\xe2\xa7\x8a\xa6\x2b\x29\xf3\x5e\x7c\xd7\x4d\x5d\x2a\xaf\x9d\x82\x6e\x3e\x40\x60\x03\xf4\x19\x02\x47\x0c\x24\x1a\xe4\x4d\x4c\x63\x50\x6e\x8c\x07\xd2\x62\x20\xf8\x08\x98\x9e\x5a\xb3\x1e\xaa\x2f\x18\x3d\xa5\x0d\xc7\x3b\x08\x87\x1e\x36\xcb\xe8\x06\x54\xc5\xf4\x5e\x94\x4a\x36\x78\xe1\xe5\x17\x06\x1c\x84\x52\x4a\xea\x71\xf1\xb3\x0f\x0f\x04\xe6\xc6\xa8\x60\x9b\xc6\x70\x50\xb6\xe0\x50\xad\x89\xd5\x4b\xe8\x7c\x0c\xec\x39\xb4\x22\xd0\x5e\x36\xf4\x7f\xf2\xcc\xe6\x95\xce\xe6\xb9\x9b\x0a\x3d\xa0\x4d\x49\xd8\x3a\x5c\xab\x08\x24\x7d\xf2\xf6\x47\x76\xb0\x23\x83\x77\x64\x32\x94\x9d\x40\x89\x01\xc5\xad\xe3\xcb\xbd\x99\x73\x2c\x05\xe4\xce\x0a\x16\x2f\xca\x90\xfb\xe6\x3c\x88\x79\xe7\x63\x16\x95\xa7\x76\x07\x91\x8d\xd7\x5c\xa1\x4e\xf5\xbd\x0b\x33\xa8\x51\x7a\xda\x2d\x94\xbb\x48\x4b\x18\xb9\x2e\xe6\x36\xee\xd6\xdd\x69\xa8\x34\x26\xd1\xbb\xda\x17\xdb\x1d\xf9\xeb\x15\x36\x4c\xf0\xba\x1d\x5b\x52\x11\x05\xc5\x75\xd9\x55\x4a\x4c\x3b\xc8\xee\x49\x88\x43\x5e\x25\x71\x19\x70\xfa\xda\xc5\xd0\xc9\xee\xc5\xe6\x62\xf4\x21\xec\x81\x79\x61\x43\x02\xa5\x10\xd6\x66\x05\x8e\x42\xb8\xbf\x38\x43\xe9\x94\xb9\x6a\xb9\xd9\x54\xde\x66\xd7\x89\x2f\x58\xf6\xec\xda\x11\x0e\xad\xba\x87\x89\xd9\xc8\xae\x4a\xd4\xe6\xb4\x3c\xa9\xb0\xc1\x82\xd5\x52\x45\xcd\xc8\x69\x49\x41\x34\xa4\x7a\x16\xa5\x95\xa2\x68\x68\xa8\x5e\x6b\x84\x98\xb8\x4a\x12\xe9\x9d\x33\x99\x99\x55\x8c\x14\xdd\x4f\x2d\xa6\xab\x83\xfa\x6c\x52\x01\x63\xd2\xe3\x15\x65\x40\x40\xd6\x07\x22\x66\xda\x61\x6c\xe8\x02\x49\x0f\xad\x36\xe9\x34\x5b\xf2\x6a\x6b\x4c\x3f\xac\x72\x9a\x8a\x2a\xf7\x66\x40\x7c\x5d\x2b\x8a\x12\x95\x3d\x3d\xf5\x8c\xc6\xf3\xc1\x3f\x91\x4e\xeb\x13\x44\xdb\x87\x4a\x89\xb3\x18\xeb\xe6\xdb\xdf\x5e\xdc\xbc\x74\xc4\xf3\x15\xcd\xe9\x01\x16\xeb\x37\xe7\xc5\x06\x79\xed\x03\x6f\x0a\x95\x56\xad\xa9\x63\xab\x3c\x52\x4f\xcd\xf3\x22\xc6\x32\x79\xd0\xcb\xc4\x3c\x3f\x02\xfb\xb4\x5f\x2a\xe2\x02\xd2\x76\x25\xd1\x7b\x7b\x57\x1d\xd4\x10\x9a\x61\xd5\xe1\xc1\x29\x54\xf6\x58\x3f\x53\xe0\xb1\x5f\xa6\xc0\x66\x1f\xcd\x57\x99\x5f\x7a\x36\x71\x5c\xe7\xc3\x3c\x70\xe0\xc3\x20\x0d\x4c\xa6\x82\xa2\x45\x2f\x76\x27\x66\x31\x91\x1e\xe6\xc8\xe9\x4e\x90\x43\x4b\xe7\x39\x3e\x0d\x99\x26\xb2\xf1\xf6\xc6\xca\x57\xdd\x09\xb2\x19\xfb\xe2\xbf\xd6\x6b\x49\xf8\xfa\x3e\x0a\x04\xba\x2f\xa9\x55\x07\xf7\xbd\x64\x5f\xe7\x1a\x39\xbf\x3a\xf7\xf9\x6c\xd6\x3e\x69\x3d\x51\x88\x7c\x45\x49\x5c\x14\x8a\xdb\x97\x9f\xf4\xee\x9c\xd6\x4c\x86\x76\x4e\x40\xe4\x44\x52\x55\xea\xca\x28\x42\xa3\x49\x4c\xce\x0d\x21\x8f\x6c\xae\x2d\x46\x0e\x2a\x78\x3c\x37\x9c\xba\x42\xe7\x7a\x5f\x3b\x7a\x3b\xfa\x18\x3d\x6b\x4e\x01\xa8\x52\x02\xb2\x3b\xa8\xc9\x1c\x78\x43\x3a\xb8\xd5\xe9\xdf\xd3\x8d\x84\x2e\xb2\xba\x99\x9d\x53\x8a\xb6\x2f\x0a\x09\xd3\xec\x66\xa9\x4d\xed\x6c\x42\x99\x9e\x06\x6d\x99\x28\xd8\xf4\x5e\x89\x7d\x95\xb7\x3f\x14\x03\xa1\xf6\xb7\x90\xb3\x29\x51\x12\x82\xbb\x73\x12\xf7\x40\x69\x66\x1f\x93\x15\xcb\xe4\xe2\x0e\xb1\xb2\x52\x6b\x69\x82\xe4\x55\x2e\xbe\xc3\xff\x66\x10\x76\x85\x50\x39\x7e\x0c\xba\x43\x97\xea\x6c\x8e\xa0\x1f\xe0\x4d\x1c\xf7\x55\x6e\x2d\xc9\x6a\xd0\x5c\xc4\x0d\x47\xa3\x77\x3f\x0e\x13\x23\x46\xd8\x9d\x7a\xc2\xc3\x0e\x5d\x23\x4e\x7f\xa2\xd3\x9d\x53\xbf\x2a\xdc\x96\xc0\xad\x44\x6f\x11\x6b\x6d\xa9\x43\x81\xef\x4a\xf5\xb0\x31\x8c\xf7\x44\x82\xbe\xe3\xd1\x6d\x9f\x7b\x00\x14\x4e\x6f\x3b\xc7\x75\x21\xd5\x30\x20\xf3\xa2\xc4\xd1\x12\x64\xf0\x1d\x2d\xec\x96\x35\x74\x16\x3f\x66\xc1\xbc\x70\x62\xd6\xb1\x5b\xe4\x52\x0e\xfe\x76\x16\xb9\x94\xaa\x4a\xe0\x74\xa1\x69\xc1\xab\xa5\x60\x05\x2e\x7a\x54\xfc\xe0\xbd\x0f\xff\x4c\x67\x74\x95\x25\x3a\x86\x05\xaf\x45\x06\xc2\x92\x92\x6c\x1c\x27\x85\xd9\x18\x8d\x0d\x7f\x64\x55\x6c\xcf\xe3\x2e\x86\x2b\xf8\xc2\xb3\x14\xf2\xb5\xd2\x28\xc7\xbd\x47\xfe\xb6\xc8\x1d\xac\x02\xd8\x12\x7f\xe0\xd4\x66\xb3\xad\x09\x7a\x42\x23\x81\xc4\x69\x44\xaf\xb3\x87\xcb\x75\xbf\xd5\xf6\xf9\xb3\xdb\x97\xbe\x49\xcd\xa6\xe1\xd7\xeb\xff\xf3\x26\x70\x52\x06\x55\xb2\xb5\xaf\x9e\xf7\x13\x55\x51\xd8\x0c\x77\xde\xaa\x7a\xb3\x15\x1d\xae\x91\x45\xac\xdb\x40\x2b\xf1\x58\x12\x9f\xb0\x66\xaf\x9a\x18\xb0\xf1\x6b\xa6\x77\x09\xa0\xbf\x16\x2a\x76\x6b\x4d\x45\xca\x5f\xb7\x58\x2c\xc1\x03\x78\x1f\xb9\xb6\x53\xd1\x30\xc0\xb9\x88\x61\xb8\xa2\x77\x54\x3d\xe9\x04\xee\x56\xaa\x35\xd7\x6b\x43\xfc\x46\x9d\xb1\x4b\x8a\xa5\x3a\xa7\x6f\x98\x6a\x3d\x92\x24\xcd\x98\x83\x8b\x7d\xf0\xd9\x67\x9f\x1c\x08\x98\xe8\x79\x4b\xb4\xfb\x76\xa6\x9f\xdf\x71\xb3\x46\xaf\x85\x6a\x3b\xd9\x91\xd0\xdd\x3f\x55\x45\xe8\xa1\xd4\xb1\xc9\xa1\x8f\xa5\x87\x5b\x9a\x2e\xdc\xa5\x1b\xad\x48\x43\x2e\x39\x43\xb6\x49\x9f\x28\x47\x7c\xf0\x4e\x11\x6b\x30\xf7\xa9\xd8\x29\xc5\x28\x28\x1b\xdc\x81\x4a\x0b\xe8\xdf\x3b\xf0\x9f\x40\xdb\x27\xea\x32\xfb\x8a\xab\x6f\x31\x00\x77\xb5\x5d\x17\x3e\xeb\x1e\xf1\x87\x37\x99\xfa\x98\x76\x92\x58\xba\x77\xf9\xaa\xfe\x66\x67\xa2\xb6\xbf\x87\x5f\x85\x95\xb6\xb6\x59\x70\x9e\xd1\x4c\xd3\x88\xe3\x18\x53\xa1\x7a\xac\xe7\x58\x33\x68\xa6\xaa\x2b\x3a\x39\xbe\xd4\x7c\x61\x4b\x13\x4c\x73\xd6\x83\x9d\x99\xbf\xd9\xbf\x38\x99\x39\xb4\x74\xce\x6f\x8e\x6f\x14\x94\xf5\xb2\x32\x0e\xe6\x3f\x01\x56\x10\xb3\xa5\x0d\x9a\x55\x6d\x0a\x92\x52\x0d\x13\xa4\xcd\x3a\x4b\xda\x49\x7a\xf6\x3a\x41\xa1\xdd\x4d\xe4\x33\x09\x9b\xa2\x5a\x22\x91\x64\x7f\xe0\xeb\xb6\x81\x95\x99\x07\xa5\xaf\xc7\x87\xdb\x22\x1b\x3e\x72\x8c\x0c\x5d\x0e\x4b\x37\x35\xb4\x75\x0e\x57\xda\x5a\xfc\x1e\x25\x3f\x55\xb5\xd6\x60\x06\x98\x1b\xe0\x43\x4e\x6f\xee\x14\x26\x71\x30\x7d\x91\x70\xc8\xe5\xf8\x1a\x4f\xbd\x6c\x7f\x77\x74\xf3\xf2\xaa\x91\x36\xbd\xda\xce\xb8\x48\x13\xd5\x73\x9f\x57\xdd\xe3\x8c\xed\xcf\xa5\xd7\x52\x2f\x8f\xd6\xf2\xf4\xc9\xaa\x6f\x51\xb3\xf8\xe7\x26\x72\x44\xfe\xbc\xb5\x4a\xdd\x3f\xa7\xbd\x09\xa6\x5f\xf0\x59\x1c\x54\x3e\xfa\xfc\x78\xe1\xc5\x40\x77\xa3\xaa\xed\x8f\x25\x6c\x64\x3a\xdf\x7e\xa1\x15\x36\x74\xee\x09\x95\x87\xf4\x35\x93\x87\x94\x5f\x12\x52\x59\xdf\x55\xd2\xf7\x40\xc5\x6b\x30\x63\xb3\x57\xbe\x1d\x08\xa8\xa0\x53\x70\xe3\x18\x4e\xe2\x57\x4c\xf6\xfa\xbf\x0e\xaa\xe9\x79\x49\x61\xe3\x56\xe5\x55\x3f\xcb\xbc\xe7\x47\xe7\x2c\x45\x36\x84\x93\x97\x7f\xc9\x16\xe1\xf6\x4e\xbc\xca\xca\xf6\x57\x71\x4f\xf6\x63\x82\xd9\xdf\xab\x45\x60\xb2\xc2\x19\xe5\x1c\x82\x7d\x7d\xa9\x3a\x73\x13\xde\x66\xa6\x95\x74\x86\x90\x44\xb6\xbc\xeb\x6a\x00\xbd\xf3\x5f\x16\xdc\x0c\xeb\xbf\x69\x92\xc8\x83\x1b\x93\xf6\x2f\x0b\x19\x69\x2f\xff\x07\x13\x4c\x65\xc6\xe4\x6d\xd0\xc1\xec\xb3\xc1\x8c\x01\xc6\x40\x0b\x06\x70\xb5\x41\x6f\xbf\x9a\xfb\x43\x15\xdd\xde\x3a\x2f\x8a\x07\x99\x94\x87\x33\x60\xc2\x02\x2f\x46\xfc\x77\xfd\x8c\xc1\x0e\x70\x58\x07\x99\x0f\x1d\x26\x4b\x33\xe7\xca\xe5\xb8\x36\x64\xcb\x11\x50\x4e\x4b\x13\x2b\x09\x29\x15\xa7\x8b\xd6\x98\xb0\xf0\x45\x12\x45\xf5\x83\x85\xf2\x30\xba\xe0\x9c\x2a\x60\xee\x4e\xe3\xce\x8b\x97\xa4\x20\x7f\x15\x5e\x8b\x8b\xaf\x05\x9b\x8b\x67\x30\x85\xd6\x6b\xa3\xf0\xbb\x37\x4d\x99\xc1\x5e\x1b\x81\xdf\x8c\xc2\xe9\xcf\x2a\xfe\x39\x7f\x93\x7e\x8f\xc1\xef\xed\x89\x7b\xaa\x08\x68\x00\x7c\xe8\x4e\xfd\xd2\xbf\x32\x4d\x1f\xc6\xb1\x9b\x47\x3f\x49\xb9\x04\xb3\xc6\x54\x9c\x32\xce\x68\xad\x01\xb4\x82\xbe\x90\x69\xd2\x2a\x7e\x1c\x89\xda\x2d\xce\x77\xae\x07\xad\x96\xc7\xf9\x0b\x8f\x3b\x16\x86\x87\xe8\x6f\x33\x36\x0c\x9d\x8c\xc4\x9c\x4b\x5d\x0d\x3f\x1e\x96\xb9\x23\x98\x02\xfe\xdd\x2a\x8f\x95\xd4\x1c\x60\x02\xf4\xb7\x9a\x01\x0c\x0f\x9b\x55\x6d\x45\x4d\x4c\xd6\x73\xb0\xa0\x52\xb8\x39\xb9\xdb\x28\xcc\xb4\xfb\x9e\x4b\x42\xd1\x1d\x31\x10\x33\x21\x47\xd7\xb4\x2b\xba\x78\x1c\x19\xc7\x05\x1d\xcb\xd6\x12\x3f\x55\xae\xcb\x5a\xa3\xd9\x56\x1a\x17\x13\x6a\xe6\x06\xf5\xed\x06\x2d\xc3\x41\xd2\x5d\x3a\xe1\xd7\x7e\x5d\xff\x67\x81\x14\x40\x00\x02\xa5\x41\xe2\x67\x5c\xbd\x8f\x96\x52\x5f\xfc\xfb\xdf\xc9\xbe\x1a\xc4\xd9\x7f\xfc\x23\xf8\xe8\x0f\x2f\x05\xe2\x9c\x3c\xd1\x41\xb9\xf6\xc6\xa2\x53\x75\xb4\xfc\xd5\x1f\xbd\xda\x00\x6f\xbf\x1c\x45\x3b\x5e\xcf\xa7\x42\x3c\xc0\x52\x11\xce\x84\x7c\x15\xfe\xff\x00\x00\x00\xff\xff\xbb\xd0\xa1\xa2\x65\xe1\x00\x00") +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") func confLocaleLocale_jaJpIniBytes() ([]byte, error) { return bindataRead( @@ -4417,12 +4438,12 @@ func confLocaleLocale_jaJpIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 57701, mode: os.FileMode(493), modTime: time.Unix(1453724976, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 60064, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\x4b\x93\x1c\x45\xb6\x20\xbc\xcf\x5f\x11\xa8\x0d\x03\xcc\x4a\x29\xa3\xb9\xdf\xc3\x30\x12\x46\x20\x9a\x16\x92\x8a\xba\x94\xd0\xe2\x62\xb2\xc4\x33\x33\x2a\xcb\x2b\x23\x23\xb2\xc3\x23\x4a\x54\xb5\xb5\xd9\xd5\xa6\x57\xb3\xd3\x66\x96\xad\xe9\xdd\xe8\x07\xf4\x62\x18\x56\x59\x7f\x64\x7e\xc9\x9c\xa7\xbf\x22\xb2\x24\xfa\x5e\x1b\x16\xa8\x32\xfc\x7d\xfc\xf8\xf1\xf3\x76\xb3\xdb\xcd\x57\xa5\x5b\xce\x9e\xd9\x72\x5d\xd9\xa2\xbf\x76\xdd\xfe\xe5\x6a\xff\x72\xeb\x8a\x6f\x6c\x57\xb8\xb2\xbd\xb4\xce\x1d\x15\x1b\xe3\x8a\xd6\x6c\xa0\xf4\x4d\xe7\x8a\x4b\x53\x35\x50\xa9\xf8\xa6\x99\x4c\xce\x9b\x6d\x39\x3b\xdd\xbf\xdc\xf4\x5b\x37\x59\x19\x77\xbe\x68\x4c\xbb\x9a\x3d\xac\xcf\x9a\x9d\xa9\xcb\xca\xba\x49\xf9\xf3\xae\x6a\xda\x72\xf6\xf0\x7a\xb7\x7f\x85\x3d\x4c\xce\xcb\x6a\x37\x3b\x31\xd5\xfe\xcd\xea\x7a\xff\x66\x61\x26\xce\xae\xeb\xb9\xad\x67\x27\xb6\xd4\x61\x6c\xe9\xf8\x73\xd3\x77\xd0\x74\xf0\xb9\xdf\x61\xed\xae\xb4\x1b\xfa\xd6\x96\x6b\xeb\xba\xb2\x9d\x7d\x5f\xee\xff\x0e\x7f\xb5\x30\x14\x7e\x7f\x51\x2e\x9c\xed\xca\xd9\x93\xfd\xcb\x0b\x58\x44\x65\x76\x66\x72\x59\xb6\xce\x36\xf5\xec\x19\xfe\x7b\x61\x26\x3b\xb3\x2e\x67\x8f\xb1\xa4\x2b\xb7\xbb\xca\x40\xf5\x53\xb3\x36\x9d\xb9\x2c\x27\x95\xa9\xd7\x3d\x96\x3f\xc3\x45\x9b\xc9\xb2\x2d\xa1\x7c\x5e\x97\x2f\x60\x52\x97\xa5\x5d\x35\xdd\x74\x3a\x9d\xf4\x00\xaa\xf9\xae\x6d\xce\x6c\x55\xce\x4d\xbd\x9a\x6f\x71\xc5\x8f\x61\x82\x4d\x87\x23\x17\x5c\xd6\x17\x7d\x0d\xe0\xb3\x2d\x00\x8c\x96\x51\xae\x60\xd9\x73\xe3\xa2\x95\x5f\xc0\xb4\x8b\xcd\xfe\xe5\x84\x3a\xad\xcd\x36\xea\xe7\x72\xff\xb2\x5d\x01\x44\xb7\xc6\x56\xb3\xaf\xef\xee\x8c\xeb\x1c\x4c\xdf\xb9\x17\x0d\x00\xfd\xc4\xb4\x4d\x55\x02\x28\xe6\xdd\xd5\xae\x94\x9f\x85\xe9\xa0\xb3\x16\xda\xdb\xc9\xd2\xec\xba\xe5\xb9\x99\x9d\xc0\x87\x85\xe9\x57\x38\x50\x03\xfd\x41\x93\x5d\x03\x60\x6a\xda\x2b\x80\xdf\xae\xb9\xc6\x3f\xed\x85\x9b\x34\xed\xda\xd4\xf6\xda\x74\x08\xae\xef\xf8\xc7\xfe\xe5\x12\x81\xb6\xb5\x6d\xdb\xb4\xb3\xd3\x5d\xb3\xee\x71\x97\x01\x22\x73\xec\x66\xf6\xad\xe9\x6b\xc0\x96\xb8\x1b\x2c\xdb\xda\x75\x8b\x90\xc5\x62\x53\xe0\x2f\xe9\x88\x0b\xa9\x33\x6e\xea\xe2\x2e\xcf\x9a\x76\x23\xdf\x4d\xb7\x42\x94\xe9\x8c\x1d\xe9\x1e\x66\x2a\x5d\x37\xe9\x34\x4d\x0d\xbb\x47\xc5\xb8\x6a\x40\xdd\x15\x74\x91\x56\x72\x13\xb3\xda\xc2\x36\x10\xc2\xce\xee\xe3\xdf\x85\x22\xaf\x59\x2e\x9b\xbe\xee\xe6\xae\xec\x3a\x5b\xaf\xdd\xec\x51\x53\x77\xa6\x80\x3d\xea\x0c\x6e\x56\xbf\xb5\x13\x5f\xf6\x30\xfe\x7a\xd5\xf4\x1e\x25\x66\x4f\xcd\xa5\x13\x1c\x70\x5c\xe2\x1b\x41\x91\x4d\xfb\xc3\x05\xb9\xf9\x59\x59\xae\x68\x49\xfd\xb6\x2f\x76\xd5\xcd\x1b\xb7\x05\x54\xed\xab\x0a\xc0\xfc\xa7\x1e\xea\xc3\x78\xd7\x80\x08\x37\x7f\x85\x62\x5b\xee\x5a\xe3\xa4\x3d\x1c\x59\x28\x9f\x9d\xb4\xcd\xa2\xda\xbf\xda\xc2\xfa\x60\xe7\xeb\x25\xae\xad\x83\xff\x77\x93\xc9\x8f\xae\x34\xed\xf2\xfc\xf9\x84\xff\x9d\x3d\x29\x37\x50\x93\x30\xf9\x10\x2a\x20\x32\x06\x44\x74\x3c\xc8\xec\xd1\xfe\x97\x9b\x37\x78\x2c\x9a\x15\xfc\x20\x5c\xfa\xd1\xd6\xb0\x96\xaa\x7a\x3e\x91\x3f\x80\x18\xe0\xbf\xb2\x21\x9d\xed\x00\x1e\xf1\x27\xd8\xf1\x66\xff\x8b\x85\x45\xb4\xdb\x06\x76\xd6\x5e\xc3\xdf\xa6\x82\x95\xfd\xda\x74\x93\x55\xb3\xdc\xc0\xd9\x42\x92\x51\x22\x86\x00\xd5\x59\xbb\x02\xce\xf6\xa6\xa8\x68\x36\xae\xb8\x2e\xb7\xc5\x03\xaa\x76\x54\xd8\xeb\xca\x38\xf8\x0e\xb4\x0c\xb6\x7e\xff\x66\x6d\x8b\xcf\x4c\xd1\x99\x76\x5d\x76\xb3\x3b\xf3\x05\x9c\xe7\xcd\x9d\xe2\xbc\x2d\xcf\x66\x77\xde\x77\x77\x3e\xbf\x34\x2b\xc0\xa9\x1a\xa7\xf1\xd9\x3d\xf3\xf9\x11\xcd\x02\x8f\x45\x01\xa0\xad\xf7\x2f\xbb\xe2\xe6\xb5\xb9\x00\x62\x07\x94\x63\xff\xf2\xbd\x09\xc2\x1e\xe8\xc9\x7c\xb5\x60\xca\x49\xb3\xa9\x4b\xd8\x80\xa5\x2d\xa1\x2a\xb4\x7d\x72\x75\xfa\xaf\x8f\x8f\x8a\x93\xc6\x75\xeb\xb6\xa4\xbf\xe1\x7f\xd0\xe8\x13\x3c\xfa\xc5\x53\xfb\xe0\xcb\xe9\x04\xda\x33\x24\x1e\x98\xae\x2f\x16\xfb\x97\xd7\x70\x18\x13\x2c\xc0\x1a\x78\x8c\xe3\x0a\x48\x70\x1c\xd0\x5c\xd7\xc1\xe6\xb8\xbe\x75\x2b\x03\xdb\x33\xdc\x9c\x9c\x24\x40\x5f\x44\x48\xe2\xbe\xea\xc6\x99\x9e\xc9\xf6\x42\xc1\x7b\x9c\x2c\xc4\x22\x08\xa1\x4b\x5e\x51\xf1\xf0\xf8\xf8\xbb\x07\x5f\x16\xab\x6b\x5b\xdb\xc2\xb4\x7c\x21\x00\xfd\xde\x5e\xf4\x00\xaf\x1d\xd0\xb6\xee\xec\xff\x9f\xaf\xcb\x1a\x28\x59\x35\x5f\xda\xe9\xc4\xb9\x0a\x08\x21\x60\xc6\xe9\xe9\x63\xd8\xd8\x9b\x5f\xa1\x32\x4e\xae\x3b\x9f\x7d\x55\x02\xe6\xbc\x9e\xb8\x3f\x55\x08\x4d\x19\x3e\x07\x53\xb1\x8a\xe6\x7b\x06\x34\xcf\x00\x11\x68\x0d\xcc\x0e\x76\x06\xa0\x01\x0b\x36\xd3\x49\xd9\xb6\x73\xa0\xdb\xdd\x15\x6e\x0a\x75\x9e\x2e\xa3\x6e\x5a\xbc\xd4\xe0\xd4\xdf\xda\x7f\xde\x73\xcf\x3d\xdb\x1a\x68\x86\x5d\xc1\x6e\x29\x10\x07\x2d\x3d\x24\x01\x11\x2e\x01\x30\x0e\xca\xf0\xfe\x29\x9c\xdd\x2e\x9a\xaa\x77\xc5\x9d\xe9\x1d\xa4\xfc\x77\xee\xde\x99\x4e\xea\x66\xce\xe4\x06\xaf\x89\x95\x75\x66\x01\x57\x06\x5f\x5f\x2d\x13\x5a\x7f\x85\xe1\xf1\xe8\xa5\x53\xd3\x39\x38\xa2\xeb\x0e\x2f\xe3\xed\xfe\x55\x5b\xd4\xe6\x12\x76\x88\xaf\x20\x98\x3d\x76\xc9\x5d\x34\xad\x81\xfd\xa8\x3b\x17\x83\x46\x29\x9c\xe0\xc5\xfd\x61\x75\xb3\x2d\x6c\x5b\x00\xc9\xb0\x6b\x40\x7b\x5b\x00\xd2\x33\xe4\xe0\xf2\x22\x2c\x9a\x4e\x26\xba\xb9\x8c\xba\x84\xfb\xc0\x20\xc0\xc1\x68\xf1\xa4\x95\x29\x02\x23\x77\x11\x5d\x5f\x75\x82\x73\x5a\xe8\x31\x8f\x86\xc2\x83\x9b\x92\x66\xdf\xa4\x87\x83\x58\xda\xee\x3d\x22\x50\xbc\xcd\x11\x7d\xea\x8b\x75\x65\x60\x3b\x70\x03\x8d\x60\x46\xa8\xa9\x83\x3c\xb3\xce\x12\x63\x63\x3a\x38\x27\x15\x9d\x6f\x98\x75\x74\x99\x58\xa0\x2c\x1b\x27\x9d\x01\x10\xe4\xf0\xaf\x6c\x5b\x6e\xa8\xc2\xfe\x25\x90\xc8\x1e\xd8\x0f\x3c\x71\xc0\xd1\xd8\x0a\x6f\xd1\x2a\x1c\x3d\x2d\xd4\x31\x03\x0f\x40\xf0\x85\x0e\x16\x37\x80\x8a\x72\xd9\xcb\x7c\x91\x55\x01\x46\x08\x18\xaf\x78\x32\x06\x30\x69\x83\x60\x0b\xc3\x03\xe2\x02\x1e\x11\xe0\xb5\x27\x22\x95\x0e\xb7\x0f\xe9\xe0\xcd\xeb\xfd\x9b\x30\x1d\x38\x1d\xab\x06\x09\xd9\xec\x41\x03\x48\x53\x3b\xf9\xa9\x93\x7b\x6a\x90\xe8\x74\xe5\x06\x0a\x8b\xd3\xd3\x3f\x16\x9b\xaa\xa9\xf7\xaf\x64\x56\x3f\x7c\xff\x18\xcf\xf0\xf9\x7c\xd7\xb4\xdd\x0c\x8b\xf1\x0f\xe7\x3f\x69\x2f\x27\xf0\xb7\x29\xf0\x9e\x6a\x91\x57\xec\xdb\x5e\x49\x47\xf1\x2d\x5c\x5b\x3d\xf5\x8c\xbc\x64\xd9\x5a\xa8\x00\x98\x8c\x73\xc3\xbd\xee\xfa\xcd\xcd\xeb\xfe\xa8\x80\xa5\x02\x96\xef\x5f\x01\xef\x85\xdc\x8f\x27\x3c\xd0\x70\x3a\x39\xef\xba\x1d\x4f\xe1\x8f\x4f\x9f\x9e\xc8\x1c\xfc\xc7\xb1\x49\x14\xc0\x68\x2e\x71\x22\x86\x41\x01\xe8\x08\x77\x2f\xf0\x1f\x5b\x58\x7c\x01\x50\x23\x52\x0b\x95\x2e\x90\x3e\x00\xad\xe0\xa3\x05\xff\x4e\x09\x31\xfb\xb6\x8a\x90\x16\xc0\xa0\x5f\x47\xe1\x86\xb3\xba\x87\xff\x3b\x1d\x80\x0f\x37\xab\x24\x36\xcd\x08\x55\x78\x09\x8b\x73\xb0\x6d\x40\x8e\x90\xd0\x38\x03\x04\x09\x46\x9d\x34\x3b\x3c\xfa\xfe\x68\x1d\x97\xfe\x20\x66\xa7\x8a\x78\x3f\xa9\xf5\xb5\x74\xbd\x33\x1b\x53\xed\x70\x99\x39\x67\xb2\x05\x28\xd1\x75\x71\xfa\x04\x40\xd7\xc6\x77\x06\x95\x9d\xb5\xcd\x76\x76\xaa\xf3\xb9\x88\xbe\xea\x52\x75\x0c\xb3\x82\xd6\xe5\x51\xf1\xfd\x1f\xbe\x2a\xfe\x9f\x4f\x7e\xff\xfb\x69\xf1\x00\x0e\x3d\x20\x71\x41\x58\x08\x27\xae\x46\x3e\xf3\xe6\xb5\xf5\x2b\xe6\x26\x44\x6d\x81\x8d\xdb\xc2\x62\x60\xf9\x77\x8e\x95\x06\xdc\x29\x3e\xe3\x9a\xee\xbf\x94\x3f\x1b\x60\xbc\xcb\xe9\xb2\xd9\x7e\x3e\x9d\xe0\x0a\xe1\x00\xd1\x11\x0b\x73\x33\x59\xbf\x5a\xcd\xd3\xb4\xb8\xea\x4e\x59\x61\x96\x0a\xe6\xcb\xa6\x3e\x83\x8b\x1d\x39\x34\xdc\x76\x40\xad\xd6\xcb\x09\x4a\xf4\xcd\xce\x75\x76\xd7\x22\x55\xc0\x4f\x3d\x0d\x30\xaf\x81\x71\x3e\xbb\x8a\x1a\x96\x1e\xe8\xd7\xc0\x7b\x21\xd0\x7b\x00\x1b\x61\xf7\x9c\x04\xa6\x65\x29\xdb\x73\x4a\x1f\x0d\x22\xc1\xd2\xc2\x75\xc1\xe2\x54\x9f\x6e\x51\x73\x76\x06\x84\xa8\xe4\x7b\x32\x8c\xb2\x28\xaf\x1d\x1e\xeb\xd2\xe9\xc5\xd9\x27\x55\x01\xf7\x77\x20\x02\xdd\xef\xb4\xc1\x57\x0f\x8e\xe1\x52\x86\xc3\x0f\x98\xbe\xea\x37\x4c\x3c\xa5\xe9\xfe\xe5\x11\xd2\x69\x2b\x08\xd0\xd3\x5d\x2a\xa4\x0e\xb0\x7f\x4d\x32\x1f\x50\xbb\xba\x91\x63\x8a\x74\x43\x6e\x26\x38\x35\x97\x20\x0a\xb5\xd1\x50\xdf\xc8\xa7\x08\xef\xfa\x41\xfd\xc1\x04\x7d\x2b\x01\x07\x00\xfc\xb2\x81\x7f\x68\x6a\xf4\x0b\x4b\xf1\x8f\x7e\x0d\x44\x01\xe6\x55\xe1\xbc\x5e\x75\x11\x79\xb5\x84\x4c\x42\x1e\xf0\x6e\xd8\xc0\xed\x0a\x55\x1a\xa2\xe8\xaf\xaa\x3e\xcc\x3b\xb9\x51\xc3\x2c\x7c\x57\x7d\xc0\x00\xba\x66\x47\x1b\x0e\x16\x71\xb0\xf9\x11\x42\x13\xe6\x96\xdc\xc3\x28\x2a\x03\x82\x39\x7f\x4f\x03\xa1\x03\x7e\xde\xc5\xdd\xe0\xd5\xdb\xe3\x55\x5d\xd3\xe8\x2a\xa2\x05\x4c\x58\xb5\x0d\x12\xf5\x85\x21\x61\xad\xcf\x2a\xca\x0c\xe3\x5b\x26\x60\x36\x34\x07\x5c\x3b\x0a\xe2\x41\x07\xb8\x07\x1c\x2f\xfe\x91\x75\x3b\x65\xce\x16\x64\x47\x91\xc5\xe7\x70\xa2\x5f\x44\xd3\x88\x79\x5c\x68\xd6\xc3\x36\xe1\x8d\x74\xcd\x72\xf6\x11\xf0\xc7\xb0\x78\x14\x53\x36\xb0\xa9\x24\x67\xbb\xd1\x2e\x65\xc2\x4f\x01\x5a\x71\x17\xe9\x1e\xb7\xbe\x2b\xee\xe9\x08\x86\xbf\xa5\x32\xcc\x6c\x83\x82\x48\xa7\x9b\x20\x55\x85\x85\x00\x84\x1b\x9e\x76\xe2\xe7\xb7\x53\x11\xfd\x44\x1a\x63\x9e\xfe\x18\x38\xab\x3a\xe3\x84\x65\xff\x46\xd8\x2c\xe0\x7b\xaf\x51\x68\x39\x8a\xb8\x00\x64\x8f\x1f\x3e\x98\x7d\x0c\xf4\xfd\xe6\xaf\xe5\x76\xc0\x9e\xc9\x7d\x6f\x1c\x4d\x15\x29\xa3\x75\x1b\xab\x93\x61\xea\xc1\x72\xe8\x66\x28\x6e\x72\xa5\x51\xc5\x40\xc6\xe5\x09\xf7\x2f\xc4\x2f\xe2\xfe\x94\xd2\xe1\x1d\x4c\xa4\x52\x7b\x65\xcd\x42\xc6\x1d\x0a\x95\x56\x79\x6e\xbe\x6e\x50\xd6\x65\x09\x0e\xb8\x5c\xe4\x46\x26\x40\xa8\xba\xf9\xda\x76\x73\x24\x2d\x20\xb8\x8a\x60\x58\xec\x44\xd5\x00\xb0\xfb\x00\x8a\x3f\x80\x05\xc1\xe1\x5d\xf5\x9f\x16\xef\x5f\x0a\xf7\xff\x09\xd2\xd8\x39\x1c\x7f\xe0\xef\x01\xb3\x67\xcc\x33\x5c\xb2\x72\x06\x37\xbe\x5b\x98\x0a\x29\xae\xb0\xef\x00\x68\xe8\xfa\x1a\x90\xac\xbc\x08\x64\x82\xf8\x09\x90\xaf\x97\x16\x38\xbb\xa6\x58\x20\x19\x6f\x1b\xe9\xa6\x47\xd2\xf6\x3e\xa0\xd1\xf1\xd7\xcf\x1e\x9e\x16\xeb\x66\xd1\x03\xe3\xa6\x85\xd3\x89\x32\xf9\xc0\xe2\x0b\x26\x1c\x92\xcb\x1c\xf1\xdd\x00\x33\xd8\x71\x47\x8b\xd0\xb6\xa3\x7c\xe9\x88\xc0\x82\x5c\x60\x5d\x6e\x1a\x64\xe9\x0c\xf5\xe0\x59\x46\x84\xc3\xd6\xc0\xb1\x1e\xe3\x2c\x65\xe0\x9b\xd7\x38\x34\xb2\x2e\x36\x2e\x85\x8e\x5c\x71\xf7\x73\xf8\xff\xc4\x99\xcb\x92\x2f\xbc\xb5\xee\xc6\x31\x34\x59\x01\x83\x45\x1c\x87\x30\xb7\x88\x5a\x50\xa5\x17\x02\x96\xac\x25\x39\x14\xd0\x9a\x67\x2b\x68\x3c\xc4\x49\x05\x04\xa3\x87\xeb\x97\xcb\xd2\xb9\xd9\x63\x63\x77\x20\x29\xd2\x66\x99\xed\x7b\xc5\x13\xa4\x84\x80\x75\xe5\x92\xe8\x14\x51\x0d\x20\x02\xdf\x12\x3b\x76\x1d\xb8\x3f\xc4\x27\xa0\x59\xd8\x37\x88\x3a\x3d\x2f\x92\x6e\xe4\xf7\x26\x93\x1f\x51\xe1\xf8\x7c\xd2\xb3\xec\xd0\x00\x8c\xda\xfc\x14\xd0\x1d\x51\x66\xca\x31\xad\x2b\x47\xc2\xbd\xb0\x00\xe6\xb9\x57\x58\x22\xbc\xba\xf2\xe7\x6e\xf6\x04\xa5\x7e\xa4\x93\xa2\xc0\xdc\xff\xc2\xa7\xbc\x04\x4e\x07\x38\x82\x2b\xda\x66\x07\xd5\x6a\x9b\xc8\x0d\x70\xc8\x2a\x80\x6b\x83\xf7\xc6\x65\x29\xb5\x4e\xcd\xca\xb4\x0b\x3e\xe8\x49\x65\xe8\x07\xc4\x1c\xea\x06\x8a\x32\x65\x14\x14\xb2\x3e\x4c\x86\x21\x7d\xd8\xfe\x17\x3b\x21\xf2\xc9\x0a\xd7\x8d\x11\x65\x28\x6e\xb8\x28\x7c\xa6\xb0\x65\xa4\x5a\xe2\xc1\xf9\x18\x45\xc3\x36\xa8\x9c\x11\x65\xec\x73\xd6\xf3\xc4\xa8\x6a\xa1\x14\xa8\xd1\xf9\xf3\x48\xc7\x39\x17\xf5\x97\xd7\x75\xf2\x05\xc6\x74\x2f\x70\x57\xe7\xe5\x0e\x39\xb1\xad\x23\x1d\x1c\x22\x38\xc9\x9f\x5f\x14\xaa\xd5\xc4\x89\x76\x66\x6d\x56\xef\x4d\x5c\xb3\xb4\xa6\x9a\xbf\xbd\xed\xa9\x21\x06\xc8\x6a\xc3\xf4\x7e\x66\x75\x2b\x88\xb6\x70\x39\xc3\x7e\xd7\x0d\x9e\xff\xa3\xf4\x52\xa6\xa3\x66\xf4\xee\x36\xd3\xe2\x31\xd1\x8d\x23\x38\x03\xd7\x44\xfb\x70\x5a\x40\xa9\xf1\x58\x22\xa3\x9f\x10\xe9\x01\x2b\x81\x93\x24\xe2\x78\x78\x3c\x17\x58\xd4\x94\x97\xcc\x67\x02\xa0\xdb\x96\xdb\x05\x76\x59\x92\x52\x4e\xd4\xd5\x05\xd0\x46\x3b\x01\x66\x79\x0d\x94\x20\x90\x6b\x60\x78\x2c\xb2\x6d\x42\xaa\xb1\xbc\x1c\x96\x5b\x29\xff\x42\x15\xe4\x40\x4f\x5e\x64\xba\x10\x81\x6d\x50\x92\x5f\xf8\xad\x99\xea\x3d\xc1\x9c\x0f\x31\xbf\xae\xac\x3b\x85\xb3\x28\x61\xb3\x85\xe9\x92\x1d\x91\xb5\x46\x44\x1b\xb8\x73\xaf\x8b\xcf\x16\x9f\xbf\xef\x3e\xbb\xb7\xf8\x5c\x09\xf6\x91\xbf\x0d\x70\x50\x20\x53\xbd\x87\x17\x5f\xa4\x5d\x0f\x27\x78\x03\x94\x7a\x55\xc0\x69\x83\x5b\x02\xb9\x8a\x0d\x72\xaf\xc8\x5d\xec\xcc\xa2\xb4\xeb\xae\x1f\x00\x1d\x26\x08\x04\x07\x36\xcc\x2c\xe9\xf0\xd1\x21\x50\xcc\xbd\xbf\x81\x6f\xc4\x36\xf0\x88\x8a\xba\xb4\xb4\xca\x6e\x6d\x37\x8a\x48\x44\x95\x78\x35\x17\x48\x2c\x8d\x74\x93\xec\x73\x4f\x0b\x82\x29\xc3\x75\x03\x9c\xb6\x0d\x18\xb6\x36\x96\x94\x19\x9f\x14\x80\x52\xd0\x0b\xca\x78\xe7\xc6\xcd\xfb\x5a\x80\x5c\xae\x18\x9b\x4e\xe1\x5c\x6d\x2c\xdd\x4d\xdf\xe2\xed\x42\x97\x43\x04\xe4\x2e\x17\x7b\x8a\x0f\x3d\x5c\x3f\x9a\x16\xdf\xe2\x05\x59\x82\x68\x49\x9c\xc6\xfe\xd5\xd6\x1e\xde\xa2\x9e\x08\x63\x18\x25\xd5\x91\xc9\xce\xf1\x01\x0f\x3b\x06\x05\x50\x8f\xd6\x82\x64\x88\x4d\x41\x70\xa7\x35\x40\x3a\x51\xe1\x00\x8b\x9f\x32\x34\x65\x41\xc7\xa1\x01\x29\x6c\x78\xef\x90\xba\xe3\xbd\x15\x06\xea\x0f\x80\x54\x04\x5c\x62\x09\x1c\x11\x8b\xae\x9c\xdd\xfc\x0d\x04\x9b\x0c\x0e\x78\x1d\x12\x85\x40\x93\x00\x1e\x63\x26\x78\xb4\xbf\xd3\x09\x4d\x08\xeb\x75\x02\xe7\x91\x49\x45\x73\x61\x79\x11\xcf\x1f\xc8\x74\xa8\x40\x82\xbb\xaa\xeb\xc9\x24\x26\xfd\xea\xf4\xb8\xcf\x70\xf6\x3a\x04\x58\x23\xc8\x25\x07\x54\xaf\x51\xd2\x8a\x0f\xd0\xaa\x1f\xd9\x21\x60\xc1\x59\x3f\x04\x28\xbe\xba\xc6\xe3\x01\x97\xd5\xfe\xcd\x1a\x25\x7a\xa0\x3c\x5b\x98\xd5\xcd\x6b\xda\x3f\x92\xf1\x3a\xa3\x7b\xc8\x8c\xc8\x34\x9b\x56\xd0\xaa\x8d\x6d\x86\x91\x39\xfb\xf9\xfa\x66\x5d\xd3\xcc\xdd\x39\xaa\x5a\x4e\x04\x20\x6b\x10\xc9\x48\xb1\xb9\x8a\xa5\xfd\xad\x81\x6d\x43\xe1\x11\xc0\xfe\xff\x4e\xe1\xe2\x40\x18\x3f\xe7\xf3\x87\x57\x87\x1e\x3e\x3d\x0e\xba\xd5\xcc\xa5\x45\xe7\xd0\xb7\x10\xc6\x33\x66\x4c\x13\x02\x41\x9b\x6e\x87\xd0\x57\x2e\x24\xdd\x00\x4f\xb1\x95\x17\xf9\x3e\xbd\x17\x50\xa8\xdf\xf4\x40\x31\xf1\xf4\xb9\x2d\x2a\x2f\x43\x1b\x91\xf8\x03\xfb\xb2\xee\x08\x0f\x36\x15\xf2\x2d\xb8\x58\xd8\x2c\x58\xed\x55\x09\x97\xec\xfe\xe5\xa4\x6e\x66\xc7\xfb\x57\x13\xf8\x8a\xcd\x84\x81\x80\x6a\xa8\xf3\x78\x3e\xf9\x01\x18\xbb\xe3\x31\x5e\x1d\xaf\x5e\x2a\x48\xd8\xc5\xa0\x21\xfd\x3a\x32\xf2\x79\x9d\xc7\x49\xc6\xda\x7f\x5f\x1e\x30\xf5\x9d\x9e\xfe\xf1\x29\x2b\x21\x4e\xff\xa8\xba\x63\x13\x2b\x60\xff\xd8\x75\x3b\xf7\x43\x5b\xcd\x58\x73\x85\x4a\xae\x13\x73\x55\x35\x66\x85\x1f\x9f\xed\x5f\xb5\x1d\x22\x1f\x7e\x7f\x5a\x9a\x2d\xcd\xf4\x11\xf1\xee\x49\x37\xf7\x81\x63\xa0\xb2\xfb\xa9\xcc\x15\xd5\xc0\x5b\xf5\xeb\x20\x57\xe4\x6a\x1c\x2f\x25\x96\x64\x03\xfc\x29\xc7\x35\xd2\x11\xba\xe9\x4f\x13\x53\xed\x40\xde\x45\x96\xcd\x57\xd5\x8a\x5e\xe3\xce\xf2\x5f\x85\x18\x81\x76\x31\x53\x9d\x01\xaf\xfb\x0a\x06\x5b\xf4\x2d\xe9\x1a\x96\x76\x47\x4a\x06\x3c\x4a\xab\x66\xdb\xa3\xfd\x02\xd0\xfc\xc3\xbb\xf3\x8f\xd2\x21\x80\xd9\xf9\x8f\x0f\x73\x94\x8f\x41\xe3\xee\xfa\x7a\x03\x34\xea\x27\xb8\xa7\xaf\xc3\xb2\x55\x9f\x0b\x7c\xbc\xb7\x1b\xc0\xe9\x33\x5b\xa8\x48\xdc\x78\x52\xd9\x88\xd6\xcd\xc1\x51\x8c\x9a\xf0\x79\xdd\xbf\xc4\x36\xe6\xe7\xd1\x36\x75\x29\xc7\x17\x8d\xcc\xe3\x4d\x99\x04\xfb\xfd\x00\x42\xcb\xd4\x28\xbf\x8b\xa0\x2a\x2a\x45\xe3\x8a\x2a\x29\xa0\xee\xf8\x27\x20\x84\xcb\xaa\x5f\x85\x29\xb0\x02\x9c\xc0\x58\x30\x4b\x5d\x7c\xf0\xbe\xfb\x00\xfb\xa9\x37\xc0\xad\xd4\x52\xf3\xb8\xbc\x46\xe2\x08\xf8\xb7\x61\x39\xf2\x53\xb5\x5d\xcf\xa1\xcb\xa6\x6d\xcb\x65\x97\x5b\xb1\x61\x61\xce\x6c\x5a\x24\x05\x64\x2e\x41\x7d\x10\x2c\xb0\x2d\x51\xfa\x68\xa6\x81\xc8\x05\x29\x4b\x8e\x4d\x5f\x47\x27\xc7\x6b\x48\xa0\x2d\xdf\x0a\xb4\x2e\xd4\x6f\xa2\x2d\x04\x75\xb5\x6a\x97\x9f\x2f\xca\x12\xa4\x75\xb3\x29\xeb\x81\x0c\x82\x2b\x05\x76\xd6\xd8\x6b\x54\x00\x74\x8e\x0d\xab\xf3\xbc\x59\x72\xf6\x0f\x36\x05\x7e\x6f\xd0\xf2\xbb\x71\x33\xc9\x58\xf3\x0e\xce\xef\xa0\xfd\xf0\x2c\x8f\xb4\x64\x44\xa0\x56\xb0\xe8\x55\x46\x8d\xa8\x36\x59\x62\x55\x61\x0f\x9c\xad\xad\xaa\x72\x8d\x7a\x6c\x1d\x74\xf6\x4d\xdb\xef\x92\x71\x78\xff\x51\xb0\x07\xe9\xaa\xef\xd4\xb7\x84\x8f\xc9\x34\x80\xd7\xef\x58\xd8\xf3\x31\x51\x2f\xda\x25\xbe\x0e\xd1\x26\x08\x12\x1b\xb4\x58\xcd\x13\xe9\x9c\x75\x26\x11\x2f\x5a\x21\x0b\x24\x92\xc0\x11\xeb\x16\xc3\xee\xb7\xa3\x74\x19\xa1\xe4\x6f\xdd\xc1\x30\x80\xc2\x78\x83\xfc\xa6\x71\xf6\x6f\x50\xaa\x87\xd2\x4d\x8c\x02\x87\xc7\xf0\xb7\x1f\x8f\x70\x60\x00\xe6\x34\x86\xc8\xec\xbb\x36\xe2\xb5\x82\xc7\xa1\xfc\x19\xae\x3e\xe4\xb2\x5e\xae\x52\x95\x43\x09\x87\x14\x59\xac\x57\xd3\x49\x05\x3b\x8f\x52\x2b\xaf\x91\x94\x64\x91\x11\xa5\x6e\x08\x67\xf8\x9c\xbc\x59\x37\xa2\xe7\x81\xbd\x0d\xcb\xeb\xa7\x20\x10\xa2\x75\x5d\x6c\x8d\x39\x0b\xaa\x66\x5a\xe2\x4e\x92\x76\x13\xcf\x52\xa1\xed\x69\x53\x5e\xa5\x5c\x55\x9d\xce\x45\xa5\x0c\xec\x2b\x18\xa0\xe4\x12\x44\x45\x87\x43\xfd\x01\x4a\x76\x68\x91\x3a\xbb\xf2\x9d\x1e\x1f\xee\xe7\x62\xd0\xcf\x11\xf0\x6a\x9d\xd7\xa1\xf3\x89\x21\x85\x06\x02\x1b\x56\x27\x24\x33\x15\x7e\xe2\x7d\x22\xee\xa9\x6b\x50\xd3\x81\x76\x27\xb8\x48\x55\x5d\x03\x77\x29\xec\xba\x3d\x43\xd9\x87\xf9\x15\xaf\xbf\x21\x4d\xcb\x04\xb8\xa4\xaa\xc2\x8d\x10\x97\x1b\xe6\x50\x51\x0c\x90\x1b\x01\xb7\xc1\xa4\x18\x1c\xe0\x09\xd3\x44\xed\xb9\x23\xaf\x2d\x9e\x6c\xae\xee\x5c\x5d\x23\x03\x4c\x88\x54\x93\xc5\x10\x61\xd0\x65\x9b\xc2\xb3\x40\xb1\x86\xbc\x6f\xc6\x27\x91\xab\x37\x50\x54\x5a\xa1\x9d\xd0\x0f\x9f\x8e\xbd\x83\xb3\x23\x23\xfb\x69\xdc\xbc\x6e\x92\x5e\x7a\x26\x89\x19\x14\x48\x48\x48\x06\xc3\x95\xfd\xdf\x04\x48\xb4\x2f\x64\xbc\xba\xf9\x5b\x83\x0a\xde\x78\x2f\xfb\xe2\xa2\x01\x79\xf3\x02\x4d\xbd\x6a\x24\x8d\xa6\x18\x9f\xbe\xa3\x6c\x12\x37\xaf\x6d\xb9\x8d\x54\xdf\xf0\x23\x4c\x25\x1b\xc6\xb0\xaf\x08\x8b\x7c\xb8\x36\x5d\x01\x4c\x92\x9d\x61\xe6\x8b\xd6\xd4\xcb\xf3\xe8\xf8\x3f\x01\x9e\x6f\xff\x0f\xd4\x58\x5e\x9b\x36\x3e\xfb\xc0\xcb\xe2\x72\x9e\x4f\xe0\xfe\xad\xd7\xe5\x5c\x0c\x42\xaa\x2a\x63\xc6\x9b\x7c\x9b\x8c\xda\x61\x58\xa7\xb2\x7f\x55\xa8\x39\x08\x4d\x7b\xda\x7e\xd9\xbb\xae\xd9\xbe\x53\x37\x91\x92\xb1\x71\x93\x8b\x06\xf8\xa0\x86\xdc\x04\x11\x58\x08\x45\x17\x1c\x96\xa0\x6e\xaa\xcf\x22\xe1\xc2\x76\x57\xb3\x93\x7e\x51\x59\x87\xec\x0e\x0b\x22\x00\xbe\xae\x9c\x9c\x35\x55\xd5\xbc\x28\x5b\x37\x3b\x2d\x37\x0c\x52\xd8\x40\x83\xb4\x16\xc8\x0b\xde\x46\x64\x6b\x80\x43\x7a\x0d\x50\x5c\x5f\xe3\x2c\xad\xb4\x42\xb5\x28\xb6\x92\x9f\xdc\x03\x50\x15\xf9\x79\x0c\xb7\x23\x7e\x40\x55\xcd\x76\x4a\x97\x19\x5e\x98\xed\x25\x74\x1d\x39\x05\x0a\xb5\x47\x16\x88\xee\x52\x54\x12\x85\xcb\x37\xb4\x05\x0a\x01\x77\x40\xcd\x42\x31\x4d\xfa\x60\x37\x48\x0a\xe5\x5e\x45\x56\xe5\x47\x75\x33\x7b\x3e\x51\x57\xb4\x13\xf1\x42\xcb\xad\x04\x42\x04\x5d\x2a\x31\x88\xbe\x6e\x76\xda\x90\x62\xdd\x96\x24\xb8\x91\x73\x47\x65\x97\xa4\x2a\x72\xc1\x56\x3e\x21\xad\x66\xca\x9a\x4c\x56\x65\x55\x82\x0c\xff\x80\x4f\x10\xcb\x7d\xbd\x4d\x56\xf0\xf0\xc1\x64\xb2\xc3\x4d\x5a\x7a\x8f\x39\xd9\x33\xd4\x72\xab\xdf\x9c\xfa\x57\x92\x91\x26\x96\xca\x3d\x43\x82\x97\x9b\xb4\x43\xae\x8e\x88\xb3\xe7\x4d\x32\xa1\x1f\x8e\x22\xe9\x42\x62\x3b\x2e\xab\x37\x54\xab\x60\x33\xad\x02\x0b\x0d\xac\xd1\xc5\xf3\x8b\xc2\x63\x87\x7f\x2c\x0d\xf0\x33\x48\xa4\xb6\xde\xcb\xb4\x8f\x18\x4e\xcf\xd0\x88\x42\x11\xf5\xf1\x77\xab\x66\xc3\xf0\x8c\x6c\x59\xec\xe9\xb3\x8d\x0e\x44\x44\x0f\x68\x97\xd1\x52\x78\x86\x3e\x80\xc4\x62\x9c\xd8\xaa\x76\xb2\xfd\xa3\x9e\xae\x55\xb3\x54\x03\x68\x66\x85\x98\xf4\xbb\x15\xca\xdd\x0a\x6e\x3d\x85\xe2\xa7\x9a\x15\x7b\x39\x9a\xa1\xa1\xa7\x14\xaa\x58\xa2\xb1\x5e\x8a\x0e\xe6\x05\x3b\xd5\xe3\x3e\x74\x63\xf5\x28\x2b\x4b\x75\x79\x55\x55\xc9\x11\x49\xb7\xec\xe5\x68\xbc\xc7\x85\xba\x4d\xf0\x6e\xa9\x93\x92\xd7\xd4\x88\x06\x08\x35\xfa\xb6\xee\xcb\xd9\xd3\xbe\xdd\x91\x2a\x2d\xf7\x82\x54\x4b\x6a\x42\x8e\x82\xc5\x93\x1d\x00\xb7\x03\xa2\x34\xda\x4e\x35\x2e\xda\xfc\x82\x75\x2e\x8d\x6a\x5c\xd8\xc3\xa4\xf7\x7e\xc0\x4a\xe0\xf0\xb0\x93\x6d\x03\x2d\x54\x19\xb1\x6c\x1a\x27\x5a\x78\x99\x1a\x19\x49\x44\x53\xcc\x8a\xf8\x7c\x6a\xb2\x6d\xd2\xe0\xd4\xdb\x7a\xb4\xde\xc2\x56\x2b\x0b\xb5\x50\xce\x07\x96\x52\xe6\x4e\x74\x65\x6e\xb7\xe8\xe7\x7c\x3f\xb3\xbe\xe3\x01\x44\xb6\xc4\x09\x69\xc1\x71\x1c\x79\xb1\xa5\xeb\x0f\xf6\xbb\x8c\x8b\xda\x26\x98\x25\x53\x98\xa6\x33\x3d\x80\x5f\x58\xb5\x24\x61\x7b\x14\xc5\x80\x83\x55\xc4\xf1\xc4\xcc\xe3\x31\x2b\x82\x9a\x6a\x15\x9b\x43\xbd\xf1\xcc\xf3\xc3\xe4\x3c\xec\x6b\xb0\x07\xb1\x77\x1e\x41\xdd\xca\x3c\xa9\xf0\x50\xcd\xe7\xdc\xbf\xc8\x8d\xa8\x70\x19\x11\x56\xb4\xb2\xf1\x8a\x3a\x13\x1b\xf0\xfc\x1c\xa6\xf9\x2a\x3c\x38\x44\x40\xcd\x21\xe0\xaf\x7d\x33\x2d\x9e\xa2\xee\x9e\xd8\x53\x34\x85\x03\xf3\xb5\x63\x9b\x0b\xd2\x2f\x3a\x23\x42\xff\x2e\x1a\x65\xac\x79\xea\x11\x7d\x92\xd1\x7f\x33\x75\x32\x4e\xf5\xa6\xb0\x11\x24\x2a\xba\x4c\x42\x74\xea\x7f\x2d\xa5\xb1\x0b\x76\x99\xd5\x64\x59\x93\x68\xfb\x49\x6b\xb7\xa4\x58\xcf\xe9\x7b\x4a\xd0\x49\x3f\x8f\xae\x09\x4d\xc2\xf8\xb0\x7f\x09\xd2\xe5\x95\x11\x52\x0d\x8b\x85\x2e\x4d\x7b\x15\xba\xd6\x2f\xa2\x79\x7c\xe8\xf5\x88\xc8\x26\xec\xb8\x56\x23\x77\x97\xd4\xe1\x1b\xcc\x4f\x14\x4a\x90\xb4\xea\x8a\x91\xbf\x22\x6d\x6e\x56\x81\x97\xf4\x80\x4a\x1b\xe6\x65\x53\xa5\xe6\x11\x2f\x8b\xf9\x33\xc3\x0a\x5e\x60\x09\x49\xa7\x0d\xdc\xa1\xde\x46\xc8\x97\xd6\xec\x47\x25\x3a\xcc\x88\xde\x01\x22\x3c\x13\x35\x3b\x1b\x51\x3b\x25\x7a\x5f\xe4\xd3\x51\xdc\xfa\x7a\x70\x75\x46\x18\xa6\xec\xa2\x79\x6f\x62\x56\x2b\x3a\x03\x0c\x03\x65\xbd\xd4\x12\x98\xe9\x67\xb1\x72\x5e\x51\x35\xe7\xbe\x6c\x9e\x18\x9a\xd0\x10\x33\x34\x2e\x91\x2f\x9b\x9a\x96\x08\xff\x53\xe3\x12\x32\x3b\xb1\x3d\x29\x51\x17\xbf\xb3\x25\x69\xa8\x88\x0f\xb6\x24\x3f\xdb\x94\x36\xe1\xb2\x47\x11\x33\x39\xa1\x3b\x5d\x3d\xd2\x28\x39\x03\x9e\xc1\x8a\x4f\x41\xca\x6c\xe1\xa0\x28\x88\x06\xe0\xa9\xb4\x49\xec\x19\x61\xd2\xcd\xdf\x2c\x29\x08\x9c\x21\xad\x89\x4b\x99\x14\x90\xac\xd1\x9f\x51\xed\x22\x24\x67\x44\x63\xe0\x59\x28\x08\x8f\x11\x64\x88\x65\xec\xb1\x09\x2b\x27\x8b\x17\x2a\x65\x80\x21\xda\xbf\xc1\xd3\xc0\xce\x9f\x72\xb1\x7d\xe6\xba\xb6\xa9\xd7\x9f\x3f\x33\x17\x06\xa3\x76\xd6\x48\xcb\x7c\x04\xcf\x17\x9f\xdd\x93\xf2\xe2\xfe\x0e\xb8\xaf\xce\x8b\xb8\x88\xae\xe4\x2f\x84\xe7\xea\x33\x13\xb9\xde\xef\xff\x8e\xde\xc4\xa8\x4e\x4d\x80\x80\x6e\xf8\xc4\x69\x61\x83\xba\x01\x94\x6e\x81\x6d\x4c\x5a\x92\xb5\x0d\x35\x98\x30\xfd\xae\xa1\x31\x1c\x75\xb2\xf3\x21\x0f\xd8\xcb\xd4\xe3\x6e\x0a\xd3\x58\x8a\x57\xb6\x37\x52\x72\x11\xd3\xb1\x0b\x22\x83\x4c\x4c\x39\xf4\x48\xd7\xa5\x6d\x89\x65\xa1\xb6\x27\xc3\x66\x06\x59\x43\xb8\x4b\xfb\xc8\x95\x19\xbb\x0a\x9a\x15\xed\x02\xfd\xcc\x06\x7a\x7a\x2c\x24\xe7\x04\x38\x25\xa7\xa8\x38\xf3\x58\x12\x10\x93\x6e\xad\x18\x88\x2c\x0b\x1c\x46\xca\xf7\x94\xb0\x21\x60\x84\xac\xe9\x62\x3c\x61\x4b\x2d\x07\x81\xbc\xe5\x15\x47\x08\x5c\xaa\x27\x49\xc8\xdb\x38\x65\x63\x0f\xae\xfe\xb2\x4c\x50\xf9\x16\xa2\x36\x98\x84\x02\x23\x01\x43\x0e\x81\x8c\xac\x45\xa2\x24\x70\xc4\xa4\xe0\xe2\x5d\xdc\xbf\x42\x8f\x22\x0d\x46\xf1\x3b\x4e\xbe\xfb\x2a\x54\xb2\x97\x98\x23\x15\x47\x24\x56\xf2\x8e\xe1\xf1\x29\xf5\xbc\x02\x3a\xa5\x33\x0a\x37\xd8\x4e\x47\xfa\xff\x0a\x20\x62\xb5\x92\xa9\x49\xd7\x6c\x00\x1d\x93\x5e\x2c\xea\xcd\x2a\x10\xb7\xd2\x3e\xdc\xc1\x3e\x3c\xdd\x61\x09\x2e\xa6\x3a\x11\x89\x40\xbd\x07\xcb\x76\x8d\x13\x67\x44\xf5\xd1\x90\x81\x4b\xdb\xb1\x96\x97\x99\x3f\xd4\x91\x93\x33\xa9\x4b\x45\x42\xe6\xc6\x6d\x1b\x77\x6e\xb3\xed\x8c\x29\x4f\x2f\xbe\xe2\xe3\x94\xa7\xaf\x17\xb6\x46\x39\x5c\xbb\x92\x2f\x61\x9f\x79\x74\x64\x4f\xc9\xa9\x81\xa1\x62\x7c\x7d\x17\x08\xaf\xa1\x16\x73\x82\x69\x0a\x06\x10\xfe\x1b\x52\x57\xba\x80\x81\x02\x66\x00\x03\x47\x3b\x88\x27\x0c\xb7\xde\xff\x77\xa5\x59\x7c\xfd\x71\x55\xde\x2e\xc7\x00\x7b\x8a\x9f\xac\xae\x8d\xf4\x61\xfd\xb5\xd2\xba\x8b\xfe\xe6\xb5\x40\x0a\x99\x29\x98\x73\xe7\x77\xd2\xca\xe5\xa4\xce\x8c\x3d\xfb\xf9\xdf\x3f\x79\x38\x9d\xf8\x19\x08\x83\x04\x5c\x24\xee\x32\x6d\x44\xb9\xe5\x69\xe0\x1f\x04\xfe\x0a\x79\xd8\xf1\x03\x25\x88\xc5\x71\x2c\xd8\x28\xb6\x38\xfa\xf5\xe6\x6b\x95\x55\xa6\xe5\xbc\x13\xa5\x93\xbb\x3b\x87\x9f\x1b\x1c\xbe\x00\x85\xce\xbd\x57\x9c\x0c\xb4\xd6\x50\x9b\xa0\x05\x94\xa1\x6e\x36\x0d\xca\x0f\x18\x2e\x00\x88\x8d\x81\x04\x28\xaa\x4b\xe4\x24\xe0\x4a\xe2\xc3\x8f\xc7\x1a\xb9\xa6\xce\x93\x35\x5e\x80\x10\xb6\x78\xfb\x03\x75\x3b\xd1\xbd\x8f\xa9\x8f\xcc\x3d\x66\xe6\x46\x5b\x67\x24\x2f\xe0\xd1\x10\x8d\x84\xfc\xc1\x52\xd7\x5d\xbc\x2d\x66\x57\x09\xcb\x0a\x77\x32\x63\x04\x2c\x53\x70\xe1\x16\xc2\x17\xaf\x30\xc8\x09\x61\x31\x63\x3b\x31\x42\x01\x61\x07\x8e\x4b\xc3\x8e\x43\x78\x59\x47\xaa\x44\xe0\xae\xc8\x5d\x3d\x9e\xa1\xcb\x67\x88\xa1\x25\x3a\x17\xb5\xf6\x8b\x86\x27\x32\xef\x4b\x85\x58\x9a\x57\x8f\x38\xc2\x53\xe2\xce\x75\x4e\x70\xf4\x63\x09\xfe\x88\x18\x00\x76\x77\x60\x9d\xac\xb2\x20\xc7\x5f\xdf\x7f\xfa\xcd\xf7\x0f\xbf\xfe\xb7\xaf\x8f\x1f\x9e\x3e\xba\xef\x59\x8f\xf7\xbc\xa7\x6b\x36\xb1\xfb\x91\x3f\x8d\xdf\xda\x3e\x9b\xbe\xb8\xdd\x72\x7c\x67\xd8\xff\xac\x52\x20\xc6\x9e\xea\x30\xed\x5a\xb7\xb6\xbc\x2e\x6b\xf4\xe3\x95\xbb\x4e\x0c\x31\xa3\xbb\x38\xf9\x11\xd5\x96\xcf\x27\x6c\x4b\xd9\xff\x0f\xaf\x89\x0e\x66\xc2\x43\x7e\x01\xc1\x8e\xa8\x11\x46\x66\x41\xbe\x88\xd7\x8d\x84\x42\x69\x5d\xd2\xcd\x00\x54\x51\xc2\xc0\xe0\x2a\x21\x49\x97\x1c\xec\x6d\x22\xb7\x33\x10\x99\x14\xb8\x7d\x6d\x49\xf4\xf3\x50\x9d\x4e\x90\xc8\x80\x28\x8e\x97\xde\xf7\x64\x4d\xa5\x98\x6d\xfa\x8a\x1f\x75\x1e\x04\x95\x38\x30\x97\xf7\x6c\x67\x40\x1e\x83\xbb\xd5\xcd\xee\xf4\x38\xcf\x55\x81\x8e\x96\x77\x3e\x87\xfd\x00\x1e\xbd\x03\x4e\x0d\xab\x7c\x3e\xe8\x0f\x43\x7f\x97\xa8\xe8\x44\x07\xf0\xdc\xaf\x9e\x9c\xcd\xba\xd2\x2e\x2d\x13\x0e\xa1\x83\xb1\x93\x65\x99\xc4\x5b\xbd\x75\x1e\x50\x7f\x38\x13\x8c\x3e\xd6\xe5\x7d\x88\xe8\x4b\x9e\x41\x6d\xc7\x2e\x9d\x03\xb5\x94\x8a\x6e\x7d\x08\x56\x6e\x12\x90\xf4\xee\xa3\xc9\x12\x8e\x64\x39\x16\x70\x99\x30\xd4\x84\xfc\xa4\x60\x8c\x83\x8a\xbe\x00\xee\x7a\x4b\xb1\xba\xa4\x5f\xba\x35\xb2\x35\x8a\xaf\x27\x96\x1a\x95\x92\xef\x4d\x68\x45\x64\x2e\xb9\x2f\x33\x4c\xe6\xc7\xe5\x14\x15\xe4\xcb\xeb\x86\xbf\x0e\x36\x5c\x6b\x98\x34\x6a\x6d\x9b\xdb\xe3\x22\x83\x89\x37\xc8\xa3\x48\xc0\xa8\x4c\x27\xea\xfe\x8e\x85\x19\xfe\x84\x41\xf7\x1a\x70\xef\x3f\x78\x0d\x1b\x69\xc1\x44\xbe\x98\xae\x6d\x67\xd7\x75\xd3\x96\xa4\xa4\x82\x4b\xbb\xb2\x4b\xb8\x8a\x51\xd9\x08\xff\x2e\x4b\xfd\x3d\xda\xba\xe2\x3a\xac\xe0\xc2\xe9\x00\x96\x61\x26\x00\x67\xd1\xf1\x56\x7e\x8f\xb6\xe4\x60\x54\xad\x89\x2a\x29\x4c\x17\x60\xd1\x8a\xd7\xcc\x01\x51\xbb\xd9\xc3\xda\x22\x13\xc5\x9e\x87\xc8\x13\xc7\x60\x46\x06\xd8\xaa\x36\xcf\x10\xae\x52\x48\x0e\xfc\x0b\x47\xd1\xf7\x26\x8e\xb8\xb4\x5d\xde\x03\x37\xd9\xae\x55\x79\x66\xfa\x4a\x8d\x39\xb3\x63\x09\x88\x21\xe9\x99\xed\x38\x12\xa8\x0f\x93\xea\x4a\x64\x7c\x38\x62\x7f\xff\x4b\x23\x02\x2f\x7f\x87\x13\xef\x8a\x0f\x49\x54\x06\x62\xff\x91\x36\x02\x26\xb9\x25\x66\x8b\xdb\x84\xd0\xab\xa4\x98\xb7\x50\xac\xd1\x74\xf9\x98\x9e\xf0\x93\x6a\xef\x5f\x25\x76\xac\x26\xd7\x68\xdf\x53\x7d\xd4\x0b\xf4\xc9\x40\x73\xcc\x31\x09\x7d\x91\x45\x66\x6d\xae\xf1\xfb\xbf\xa1\x19\xe6\xe6\xd7\x9b\xbf\xa2\x29\x14\x4e\x00\xa1\xa5\xf3\x68\x98\x45\x72\x8a\xf1\x05\x40\xb8\x3c\x17\x47\xcf\xe6\x6c\x4e\x20\xc5\xfb\x3f\xa2\xb9\x28\x46\xc2\x1f\x80\x96\x70\xa4\x41\x2a\x03\x71\xb2\xa2\x98\x7a\x5a\x08\x4e\xf9\xc3\xf7\x57\x1f\xf9\x20\x90\x6c\x2b\xd1\x46\x81\xfa\xe6\x11\x53\xcf\x38\x05\x67\xe1\x0c\x68\x53\x0b\x17\x06\x80\xfe\xd5\xdb\x8d\x3d\xb7\x75\x94\x59\x7c\xea\x12\xf5\xba\x7d\x16\x05\x6d\xd2\x98\x98\x89\x64\x63\xe0\x08\xf3\x27\x3e\x19\x83\x46\x98\xc7\xc5\x87\xc9\x3b\x31\x61\x09\x61\x45\x8a\x5a\x2c\xaa\xbe\xbc\xf3\xb9\x66\x71\x50\xa2\xaa\x5d\x12\x32\xd3\x88\xaf\x32\x5c\x96\x1a\x53\x26\x90\x8a\x7a\x8f\xe2\x90\x4a\x8f\x7e\x23\x35\x95\xfb\x66\xce\x9a\x88\x7e\x88\xcc\xbc\xf7\xcd\xc3\xa7\x14\x90\x89\x37\xf2\x92\x62\xcf\x91\xcf\x61\x35\x27\x10\x25\x1f\xf6\xa6\x5d\xef\xd0\xe9\xd2\x39\xe6\xf5\x10\x39\x66\xdf\x6a\xf0\x87\x04\xef\x00\xaa\x6f\x31\x00\x15\xd7\xc1\xfd\x24\xde\xf6\x7d\xe8\x4b\x7d\x17\xd0\x1a\x53\x69\x84\x3a\x3a\x4a\x21\x03\xc1\x4d\x51\x8c\xe1\x69\x1d\x91\x73\x67\x30\xbe\xb2\xc9\x19\x5d\xb0\x7c\x10\xb0\x0b\x5d\x8b\xc3\x40\xd8\xc1\x81\xab\x80\x1c\x55\x22\xe9\xba\x27\x4a\xd2\x01\x53\xe8\xbb\x5e\x56\xbe\x80\x23\x40\x5d\x59\x9d\xe5\xda\x7c\x33\x76\x6b\xb0\x0a\x69\xcb\xec\x7b\x64\x56\x47\x86\x6c\x77\x05\x87\xaf\xde\x00\x5f\x85\xd9\x5f\xc2\x07\xcf\xbb\x1e\x33\xaf\xdf\xc5\xb5\xd5\x0d\x2c\xb8\xaf\xfe\xef\xff\xfa\xdf\xee\x7e\x45\xb0\xf8\xaa\x6b\xab\xbb\x5f\xa9\x31\x8f\xdb\xf6\xd8\x14\x37\x89\x46\x61\x8f\xfb\x31\x1f\xcf\xbe\x26\x22\x03\xe0\x67\x0a\xc3\x34\x87\xbc\x1d\xc9\x7c\x8b\xc4\x06\x46\x65\x57\x96\xd8\xea\x4b\x05\x41\x83\x94\x1a\x84\xdb\x8d\xa7\x41\x6e\x82\x3a\x02\x1f\x45\x66\xf8\x5a\x33\x93\x3f\xf5\x76\xb9\x99\xaf\x7b\xbb\x2a\x81\xf2\x38\x13\x14\x63\x46\x18\x82\xee\xdc\x3a\x3e\x1c\x8c\xf1\xc3\x4b\x23\x8e\xcb\xa0\x5b\x71\xd9\x6c\xd1\xc7\x26\x0f\xce\x48\xa8\x13\xbb\xe1\x00\xeb\xbb\x42\x95\x77\x8f\xbe\x93\x68\xec\xe7\x91\x8e\xbd\xd7\xb7\xda\xd8\x10\x03\xa2\x36\xe8\x96\x2d\x78\x78\x81\x17\x46\x76\xd1\xf3\xe5\x0c\xf3\xa6\x1c\x03\xe3\x0c\x20\xbb\x6f\x1e\xa1\xaa\x95\xd5\x82\x68\x33\x31\x15\xb1\xc5\x20\xcb\xbd\x37\x89\x72\x87\xc8\x2d\x76\x9f\x2f\xae\xae\x2d\xf1\x3b\xf0\xc4\x67\xb6\x42\xc7\x5c\xf1\x58\xc0\xbc\x09\x9d\x59\xcf\xfe\x00\x5f\x89\x8a\xd0\x45\x27\x3e\x9d\x50\xd0\x6b\x47\xa5\xe3\xae\xec\x04\xbe\x62\xa2\x95\xf5\x58\x6e\x14\x4c\xa9\x72\x30\x95\x4a\x65\x16\x25\x5a\x35\x3a\xbb\xff\x47\x89\xca\x9d\x2d\x9c\x37\xd7\xc1\x86\x61\xdf\x44\xfa\x51\xcb\x89\x0e\x9d\x18\x02\xb4\x85\x5b\x06\x9d\x10\x2e\xf7\x6f\xae\xc9\xf6\xdd\x82\xf4\x60\x5c\x49\xc1\x50\xa8\x9c\xb1\x13\x32\xa7\xb6\x06\x7d\x04\x50\xfb\xdc\x72\xec\xad\xe3\xef\x80\x03\x94\x79\xe5\x19\xb9\x9f\xb7\x25\x7f\xa5\xb8\x1f\x6c\xf2\xbd\x38\x48\xd5\x71\xd3\x9e\x2b\x21\xc1\x32\x74\xd2\x4e\x38\xc0\xfe\x92\x65\x5b\x32\x95\x4e\x74\x6e\xd3\x91\x39\x6a\x51\x9a\x0b\x06\x36\x72\x50\xe3\x0c\x55\x32\x52\xee\x3f\xe2\x5d\x03\x67\x95\xfc\x7f\x43\xd5\x2d\x1c\x6d\x34\x27\xfe\x9b\xd8\xd6\x43\x09\x9a\xfd\x28\xba\x2e\xfa\xc6\xb1\x59\xcf\x30\x32\x6c\xe3\xe1\x38\x05\x44\x2f\x39\x29\x10\x7d\xd6\x30\x27\xcc\xbd\x24\x86\x3a\xdd\xc5\xa8\x68\x3a\xd8\xb2\xa8\xac\x46\x56\x12\x8a\xe9\x70\x96\x54\xe3\xe6\x75\x1f\xd7\x58\xc2\x7e\xb5\x73\xe9\x43\x29\x41\x39\xd6\x97\xc7\x84\x1c\x11\xf2\x11\x43\x45\x22\x09\x69\xe5\x91\xc1\xa3\xfa\xc0\x03\xbd\x61\x8f\xd6\xac\x55\x32\x46\xb3\x2b\xeb\x79\x3c\x1d\x92\x51\x6c\x79\x7b\x2b\x20\x3b\x0e\xa3\x50\x42\x3b\xe2\x48\xc7\x1a\xda\xb8\x1d\x5c\xf4\x98\xb8\x0a\xc7\x41\xfb\x2c\x5a\x02\xac\x1b\xae\xc2\x57\x53\x20\x1a\xad\xde\x64\xf0\x09\x35\x09\x3c\x52\x0b\xc8\x95\x54\x63\xb2\xe7\xb3\x7d\xf9\x5d\x8f\x41\x27\xdb\xca\x68\xa1\xdb\x35\x28\x9f\xef\x2a\xb3\x2c\x25\x12\xd0\x23\x48\x60\xa8\x30\xff\x51\x32\xa8\x74\xeb\x09\xac\xf4\xec\xe1\x41\x90\xef\xcc\x62\xf6\xfe\x0a\x66\xce\xd0\xf3\x3d\x20\x7c\x7d\xa1\xc2\x56\x4b\x85\xa4\x71\xff\x5f\x67\x13\x8e\x0b\x81\x0f\xc4\x8b\x18\xed\xc9\x0c\x1f\x71\x4c\x1a\x2e\x53\x5a\xbd\x1d\x2f\xf3\x8a\x87\x86\x70\x39\x1e\xe4\x3d\xdc\x8a\x0a\xa1\xce\xda\x42\x9d\xdb\x06\x39\xd8\x98\xd8\xd3\x67\xc4\x92\x0e\x0b\xa6\x18\x6c\x2a\xf4\xfc\x19\x5a\xb2\x22\xf3\xcf\x68\x75\x27\x19\xd7\x40\x44\xbb\x6a\x7a\x44\xa8\x9b\xd7\xfb\x7f\xd8\x96\x32\x71\x20\x7b\x37\xd6\x8a\x11\x61\x35\x5f\x5c\x51\x23\x71\xab\x15\x84\x40\xff\xb3\x91\x36\x5b\x74\xc5\x6b\x6a\x0c\x28\xc7\x36\x5f\x3b\x36\xcb\x6f\x2d\xde\xeb\x79\x0b\x87\xe1\x36\x8f\xd8\xfb\x7c\xa4\x68\x8a\xf9\xe8\x5c\xe7\xc9\x60\xbe\xdd\x54\x07\x31\x1a\xea\x00\x01\x35\x07\x6a\xb4\x25\x88\xba\x1d\x3b\x5d\x90\x7b\x5a\xed\xc3\x80\x86\x8b\xe0\x71\x4b\xb4\xa4\x72\x03\x00\xaf\x43\xff\xf7\xcd\xdb\x1a\x6d\x1b\xd7\x21\xf9\x46\x6b\x15\x34\x52\x85\x2d\x70\x14\xf0\x05\xb3\xff\xdd\x32\x56\xd4\x4e\x03\x14\x46\x9a\xe1\x91\xa3\xed\x98\x05\x93\xe0\x8f\xbf\x7f\xee\xee\x7c\xfe\xfe\x8f\x9f\x3c\x67\xeb\x21\x1f\x45\x53\xbc\xff\xe3\xc7\xcf\x87\x0d\xe7\x67\x66\x53\xce\xa8\xd1\x78\xcd\x1d\x5c\x7d\xb6\xe9\x31\x9f\x1b\x86\x2b\x03\xff\x42\xde\x1a\x81\x9c\xfc\x0c\x38\x0c\xf3\x43\x16\x2e\xa5\x04\x1c\xb8\xcf\x84\xc0\x24\x84\x60\xa5\x39\x41\xc8\x0f\x28\x5c\x58\xfd\x76\x2e\xeb\x76\x48\x27\x64\xc5\x2f\xdb\x40\x46\xb8\x14\x85\xba\x6e\xf6\x93\x42\x04\x18\x7d\x58\xbe\x5d\xe1\xe2\x61\xe6\xaa\xf7\xf9\x1d\xff\xfa\x9c\x16\x87\xa0\xf8\xc9\x0f\xd4\x78\x2b\x22\x30\x17\x95\x44\xcf\x01\x8f\x61\xa6\x29\xc1\xe2\xbc\x6e\x7a\x17\xa4\x65\x32\x17\xa9\xf3\x48\x77\x87\x02\x28\xb2\x06\x6d\x49\x10\x91\xde\x18\x22\x71\x7c\x52\x5a\xed\xb6\x8e\x0f\xb6\x15\x12\xad\x68\xe3\x5b\x65\x70\x47\xb0\xe9\xec\xdc\x6f\x84\x1a\x4f\x4f\x3b\xe9\xa4\x8f\x28\x58\xe4\xb7\x75\xc7\x8c\x0d\xf0\xde\x67\xd4\xa1\x92\x04\xd8\x4c\xe4\xf5\xfd\xbd\xe6\x59\x2f\xb6\x98\xff\x86\x01\x76\x0d\xe5\xc0\x14\x5e\x4c\x3e\x92\xea\x34\xcd\xe9\x10\x0e\xc5\x40\xff\x2c\x05\x1a\x42\x7c\x46\xb2\x63\x59\x06\x9f\x5b\xd6\x80\x25\xf5\x6c\x3d\xd7\x20\x2e\x12\x7d\xbc\x21\xcb\xeb\x40\x57\xd6\xa1\x2c\x86\xe9\xb3\x8a\x34\xcc\x3b\x31\xec\x87\x78\xf1\x90\x54\xc4\x13\x81\x1e\x97\xaa\xe3\x82\x54\xd8\xa1\xe6\x3b\xd0\xcc\xd4\xb9\x4f\xa7\x67\x2e\xcb\xe0\x06\xa7\x5f\xf9\x62\x95\x1c\x4a\x43\x36\x20\xad\xb6\x6c\xaa\x26\xe6\x16\x36\x2d\x46\x30\xe5\x75\xd0\xcc\x00\xe7\x77\xc0\x29\x72\x79\x38\x0b\x2e\x62\x15\x46\x6f\x2c\x6e\x30\x5c\x1e\x7f\x4f\x7c\x69\xd3\x22\x89\x3f\x0c\x13\xc5\x74\x04\x6c\xc3\x18\x76\x41\x8e\x4b\xbe\x66\xb0\x76\x8c\xd6\x1c\xf3\x60\x12\x46\x88\x2c\x0b\x62\x04\x61\x3e\x8f\x1c\x93\x2e\xad\x43\xc7\x93\xd4\x0d\x45\xd7\x4a\x3e\x28\x07\xed\x5b\xe3\x33\xf0\x4e\x4b\x32\xe7\xdb\x2c\xfb\x2c\xd1\x79\x31\xc1\xa9\x70\x9b\xca\x76\x22\xf8\xe1\x99\x44\xdf\x3c\x71\x82\xc3\x9c\x0d\xa4\x36\x67\x5b\x91\x17\x8b\xc7\x2b\x33\x60\x92\x16\x2b\x7b\x49\xda\x7f\x96\x48\x81\x7e\xf9\xd4\x31\xa3\xb3\x40\x37\xe1\xa4\xe7\x05\x48\x8b\xb3\x9d\xd9\x9a\xce\xe4\x63\xf2\xbf\x33\x17\x86\xdb\x22\xc7\xc4\xb5\x12\x11\x79\x20\x1a\x2b\x48\x1a\xd4\x4d\xf6\x15\xdc\x35\xc7\x25\xf9\xce\x96\x62\x35\x6f\xd1\xcf\x6a\xea\xab\x75\xe7\xc8\xbb\x74\x8d\x1f\xf4\x98\x42\xfb\x8a\x68\xec\x8e\x2c\xb3\x92\x20\x85\x94\xd6\x61\x5a\x24\x41\xa0\xe0\xcd\x01\x18\x14\x39\x67\xb5\x77\x8c\x17\x89\xd3\x98\xce\x7e\xfa\x36\xf2\x86\x39\xb0\x59\x05\x2a\x60\x76\x12\x02\x01\x30\xc6\x7f\x78\x88\x72\xfb\x69\x44\x43\x90\x30\xde\xa3\x71\xee\x21\x3b\xb0\x12\x22\xf9\x3b\xfa\xc1\xa4\x52\xa0\xca\x42\xc5\xc3\xdb\x77\x47\x2a\x13\xa5\xe0\xcd\x26\x9c\x45\x8d\xf1\xae\xea\x57\xbc\xe5\x38\xe8\x2a\x12\x97\xf1\x00\x7c\x86\x4a\x0d\x25\xd0\xf4\x37\x65\x44\x90\xaf\x9f\xf8\xaf\x32\xc0\xb6\x6c\xd7\xca\x22\xf0\x38\x61\x80\x0b\xf3\x1f\x1a\x01\x1a\xff\xcb\x73\x45\x00\x90\x46\x90\x0d\xc0\xbc\x37\xac\x05\x3f\x05\xec\xa8\x4d\x52\x3a\xd0\x0f\x84\x42\x54\x34\x88\xaa\xa4\x66\x85\x3b\x59\x2d\xa4\x86\xdc\xe5\x80\x35\xb4\x9c\x10\xfc\x1d\xae\x4b\x20\x7c\x65\x2b\x9e\xd1\x07\x40\x2e\xf9\x02\x50\xd2\xeb\x23\x30\x93\xc5\x76\x9a\x80\x0b\x26\xef\x37\xc1\x45\xc8\x25\xa5\x18\x7c\x73\x00\x99\x86\x1e\xc5\xa1\xa3\xf7\xa4\x27\xe0\x7b\x0d\x1c\x27\x72\x24\x20\x4d\x7a\x89\x39\x6b\xc6\x7b\x64\x4f\x78\x3a\x10\xea\xe6\x94\xbb\x6a\xaa\xde\x34\x8b\x2b\xd4\x15\x59\x07\x34\xa5\x5c\x6e\x28\xdd\x4e\x43\xde\x36\x98\x9e\xa7\x22\x28\xa8\x97\x63\x79\x54\x6c\x6d\xbb\xa1\xac\x04\x9a\x60\xa2\xf7\x7c\x3c\x59\x5c\x24\xf2\x80\x51\xdc\xd4\x73\xb2\x47\x11\x40\xd4\x72\x7d\x08\xee\x9c\x75\x2b\xca\x46\x45\x50\x81\x2d\x24\xb0\x44\x7d\x92\x5d\x62\xd0\xad\x3d\x44\x66\xc5\x6d\x98\x3c\x5d\x0e\x76\xef\xa2\xd5\xae\xf6\xaf\xf6\xbf\x1c\x1e\x4f\x8d\xde\x6c\x6d\xd2\x9d\xc3\xb5\x6f\x01\x43\xd0\x72\xad\x2e\xf7\xad\x75\xd4\x79\x1f\x3a\x77\x09\x06\xa5\x64\x68\x54\x03\x68\x32\x14\xd4\xa3\x42\x98\xde\xd7\x72\x6e\xa9\x1f\xd2\xab\x3a\xa0\x66\xec\xcd\xc4\xce\xd8\x6c\xc1\xf5\x27\xc0\xa8\xc4\x21\xf6\x0c\x71\x86\xe8\x09\x75\x2e\xde\x81\x0c\x7e\xf8\x3b\xb4\x44\x01\x3e\x51\x9e\xcf\x24\x9c\x0d\x81\x4c\x6e\x86\xc8\xcb\xe5\x47\x87\x0c\x7d\x1e\x23\x29\x0d\x39\x62\x50\xbe\x3c\x0c\x4a\x8f\x54\x9c\xd1\x1d\x3a\xd0\x04\x44\xb5\x46\xb5\x20\x51\xf9\x01\x4d\x48\x5e\x63\xe5\xa5\x0e\xca\x6a\x14\x4f\xa3\x99\xaf\x7a\x40\x35\xa4\xd8\x5f\x96\xd7\x9a\x11\xc3\xe4\x93\x50\x41\x63\xd0\x75\x90\x67\xd2\xc5\x01\x5f\xb1\x38\x2f\xcd\x8a\xcd\xbb\x78\x13\xb0\xdd\x32\xd7\x9b\x31\x4a\x69\x6c\xe1\x2b\x8e\xe3\x10\xc6\x6d\x9a\x8c\x96\x5d\x2b\x03\x6d\x5f\x54\x97\xf9\xcf\x67\xb6\x75\x62\xfb\x8e\xca\x52\xa3\x78\x5c\xa0\x70\x78\xea\xb3\x82\x7c\x58\xfb\x64\xa1\x64\xb9\x8d\x96\x5e\x92\x39\x43\x94\x88\x71\x91\x4f\x78\x26\xdd\x21\x9f\x0f\x3c\x87\xf6\x4a\x04\x0d\xb1\x5f\xf2\x76\xba\x38\x69\x19\xfa\x64\x89\x57\x45\x48\xeb\xf9\xc1\x1a\xfe\xbb\xbb\xdd\xde\x5d\xad\x3e\x18\x81\x88\x67\xe0\x72\x9d\xd4\xb8\xa7\xaa\xcf\x6b\xfc\x5e\xdc\x55\x60\x8a\x6f\x85\x2b\x56\x4b\x36\x96\x1d\x96\x28\x85\x0d\xe6\x85\x55\x6b\x16\x71\xc8\x18\xf2\xa9\x66\x9a\x7e\xa0\xf7\x2c\xb7\xbc\xf3\x4b\xdb\xb1\x9b\x1d\x19\x3d\xf9\x62\x6a\xe1\x38\x63\xfa\x9b\x0c\x01\x12\x29\x24\x2a\x48\xd3\x83\xbc\xcb\x02\x18\x60\x0f\xbd\x65\x26\x6b\x82\x40\x1f\x83\x5d\x08\x8f\x49\xa1\xe7\xf9\xfe\x6c\x0b\x62\x67\xa7\x91\xea\x23\xcc\x7f\x3e\xf7\x8c\xff\x27\x2f\x98\x5b\xa2\x16\x82\x9c\xab\x81\x77\x00\xdb\x5b\x24\x82\xb1\x49\x1d\x44\xa7\x43\x72\x01\xc0\x62\xf2\xc2\x6e\x2c\x9c\xb7\x8d\xe5\x84\x5f\xf4\x7b\xfa\xa2\xac\x96\x0d\x79\x7d\xc4\xe9\x5e\x2e\xb5\xd6\xfe\xd5\x7b\x49\x3d\x7d\x2f\x43\x3b\x11\x0e\x17\xa3\x0b\x37\x3d\x3b\xe2\x4b\x1c\xce\xaa\x01\x59\x52\xf4\x18\x1a\xdb\x7a\x01\xc7\xa7\xd7\x18\x04\xf6\x59\x24\xef\x46\x41\xc4\x29\x0f\x25\x47\xe6\x0c\x5d\xf3\xe6\xf4\x38\x85\xa7\x27\x9c\x23\x1f\x6f\x79\xae\x1a\x9e\xae\xa0\x9f\x22\x05\xd0\x57\xb5\xe3\x84\xca\x1c\xc9\x14\x77\xc7\x06\xc3\x50\x43\xdd\x49\x44\x51\xa1\x46\x9c\x1f\xae\x55\x2a\xc7\xeb\x48\xd2\x99\xec\xd8\xb1\xfd\xcd\x56\xef\x2a\x94\xf1\x22\x5a\x64\x3f\x92\xe5\x50\x3e\x42\x1a\x37\xc4\xa3\x85\x21\xc9\xeb\x5a\xc6\x43\x4c\x99\xbd\xcf\x92\x2b\xe0\x0a\x56\xc2\x9b\x80\xea\xd1\xa1\xc0\x5e\xe6\x8b\xbe\x03\x6c\x10\xe9\x38\x59\x98\x16\xb1\x19\xa0\xf2\x60\xa1\x32\x53\xa1\x3f\xcf\x95\xde\xd3\x61\x0b\x39\x56\xf2\x1d\xfc\xf4\x7d\x5f\x8e\x9d\xd2\xa2\x05\xb0\x9e\x74\xe0\x39\x8e\x0b\x81\x13\x81\x39\xfa\xc6\x1f\x89\xd0\xaf\x53\xce\xff\xec\x66\xdf\xed\x38\x68\xd6\x17\x44\x79\x05\x89\x5f\x57\xff\xc9\x50\xe3\xbc\x69\x36\x6e\xf6\x14\x77\x05\x5d\x6f\x8a\xfd\xcb\xfd\x3f\xa2\x9e\xd7\xb6\xe3\x1a\x98\xf8\x3c\x2b\x03\x69\xd3\x2e\xc3\x53\x14\x27\x28\x77\x8e\x3e\x6d\x31\xa5\xd0\xd2\xef\x24\xbd\x26\x1c\xea\x6d\x14\x65\xea\x2b\x49\x4c\x9f\xef\xcf\x27\x53\x0c\x5d\xf6\xf1\xd2\x38\xee\x0c\xb9\x98\xdf\x1a\xf4\x49\xf1\x2f\xa2\x5c\x70\xbc\x75\x4d\xe6\x7d\xe1\x87\x31\xab\x4b\x24\xca\xab\x78\x9d\x98\x5d\xb3\x1f\x7f\xc5\x63\x8a\xbb\xca\xc7\x3c\xc4\x82\x7a\x7a\xe0\xb9\x4b\x72\xb8\xe9\xe1\x66\xa8\x80\x68\x6d\xc8\xf9\x50\x9e\xa8\xf1\x27\x3f\x5e\x6b\x0f\x1c\x50\xf9\x33\x3a\xf6\x98\x6a\x4e\x84\xe8\xa1\x26\x39\xc7\x70\x34\x44\x99\x30\x46\x68\x96\x34\xa1\xbc\xe4\xfb\x7f\x6f\x49\x1b\xed\x8a\x18\x83\xc5\x31\xe6\x70\x3b\x75\xb3\x63\xef\x41\x0e\xe8\x13\xb2\x7d\x69\xdb\x6b\xf2\xd5\x07\xf9\x51\x23\xd2\x36\x66\x05\xf3\xb9\xf9\x2b\x7e\x04\x81\x63\x43\x86\x12\x8a\x1e\x26\xef\xe0\x0a\x89\x71\x18\x8d\x75\x36\x39\xcc\x2c\x7a\x69\x5f\x12\xb7\x44\x2e\xa7\x7d\x44\xf9\x9d\x44\xdc\xf7\x07\x20\x44\x3d\xce\xbb\xd6\xe0\xab\x1e\x43\x50\xdd\xda\x91\xb4\xa2\x55\x0b\x5b\xa3\x40\x1b\x69\xe8\x03\x10\x3d\xaf\x73\x5b\x4f\x21\xf6\x5c\xa8\xbc\x4f\x55\xcf\x92\xf7\x9f\x31\x82\xf9\x2f\x7f\x46\x4c\xfc\xcb\x9f\x6d\xbd\x2a\x7f\xfe\x8b\xca\xe1\xa9\xdb\x9b\xd9\x1e\x8d\x27\x98\x31\xe4\x02\x18\xd8\xcb\xc2\xae\x7c\x62\x07\xcc\xc6\xbb\x8d\xe0\x4e\xb2\xc8\x00\xec\xa3\xe2\x9d\x23\xb4\xe5\x74\xc4\xc8\xbe\x72\x9c\x52\x8f\x4e\xf4\xeb\x1e\xad\x6f\xd9\xd9\x5c\xe1\xd1\x6c\xe7\xd7\x68\x47\xfc\x92\x82\x32\x30\x31\x06\xfc\x34\x09\x78\x6a\x77\x56\x86\x14\x0e\x51\x32\x8c\x61\x2d\x9e\xa7\x56\x1d\xca\x2f\x51\x63\xef\x82\x1e\xe5\xc9\xbe\x8c\x18\x70\xc9\xb8\x8d\x4e\x47\x21\xa1\xe1\x78\x8a\xe5\x18\x4d\xe9\x9d\x20\x4a\xd0\x83\x6a\x02\xc7\xae\x7a\xf2\x62\x91\x41\xbf\xd5\x28\x13\xcf\x56\xc3\xbd\x12\x7f\x96\x91\x3b\x22\xea\x3f\x4d\x74\x30\x70\xdf\xc9\xea\x65\x8c\x55\xea\x4f\x85\x7c\x13\xb2\xe0\x1c\xf3\xe0\xf2\x88\x07\x72\xc4\x5a\x03\x27\xaa\x19\x75\x3c\x0b\xe7\x92\x34\x33\xc4\x19\x71\x8e\xa4\x8e\xac\x9d\x98\xb5\x20\xf0\x58\x4d\xc1\x3c\xc8\x74\x64\xb7\xd0\x7d\x0a\x58\xac\xf9\xc7\xb3\xbb\xcc\xd5\xec\xcc\x35\xe6\xc2\xe1\xf8\x1d\x8d\x31\xb0\xf4\x76\x03\xb2\x11\xe8\xc1\x16\xb9\x7e\x21\xe8\x42\x2a\x93\xdb\x06\xf8\xbd\x0e\xa0\x8c\xeb\xbb\x0f\x90\x26\x7b\x81\x63\x43\xfd\x48\x0a\x1a\x4c\xa6\x02\xdc\x26\x19\x77\x43\x3b\x64\x35\x47\x26\x83\xa7\x5b\x0c\x02\xaa\xb6\xa2\xd4\x49\x14\x58\x0a\x94\x02\xbd\x9f\xfa\x44\x84\xd6\x8c\xe7\x21\xb2\xa0\xa7\x2d\x57\x91\xfe\xd3\xc1\x7e\xc7\x10\x4d\x43\x21\xde\x21\xb6\x61\x80\x66\x09\xfc\xd2\xee\xf2\x70\x84\x28\xbe\x82\x9d\xd3\x87\x87\x8f\x70\x0d\x5d\x0f\x2d\xfb\xb3\xe2\xeb\x6e\xc0\x2e\xc8\xe7\x21\xc7\x4e\xc1\x5b\x6a\xab\x64\x45\x37\xf0\x8e\x64\xdf\xce\x43\x50\x34\xd5\xf9\xe1\x15\x90\xc7\x21\xe1\x99\x19\xb8\x8f\x09\xa1\x72\xf2\x80\x81\x19\xf7\xf5\xe5\x34\x71\x1c\x88\xb1\x31\xf4\x18\xcd\x5b\x86\xfb\xfd\x81\xe1\x24\x28\x21\x09\x5a\xb4\xde\xb1\xff\xe0\x04\xde\x32\xda\x27\x3c\x5a\x38\x7a\x21\x0b\x77\xf0\xbd\x4c\xe2\x04\x58\x54\x0d\xc7\x3a\xce\x97\x44\xee\xf4\x88\x99\xc9\x16\x06\xbf\x7a\x24\x9f\x4a\xe0\xf3\x89\xc5\xc2\x53\xfc\xbe\xd7\x40\x70\xf2\x62\xd3\x21\xee\x6e\xac\x1b\x53\x34\xcc\xbf\x1e\xca\x0a\x62\x46\x49\x01\x5b\x21\xbf\x1d\x1e\xf2\x50\x77\x6b\x36\xc4\x0f\x24\x17\xce\x48\x57\x1c\x94\x96\x79\x4c\x67\x64\x63\x2c\x93\x42\x3c\xaf\x34\x8a\xe8\x50\xf4\x50\xc4\x5f\x62\xa6\x57\xe5\xd2\x9b\x76\x10\x23\x4f\x86\x11\xf6\xd7\xcb\xee\xc6\xbc\x69\x12\xd2\xeb\xf2\x86\x1a\x5d\xc9\x9d\xc7\x33\x6e\xcb\x6d\x43\x49\xdf\x47\xba\x7a\x9c\x77\x22\xd1\xf4\x9a\x66\x28\xb0\xf8\xe4\xff\xc7\x99\xe8\x63\x47\x29\x2f\x48\xfa\xcb\x18\xfd\xa4\x62\xbe\xad\x45\x1f\x50\xcc\xc8\xc5\x49\xad\xa3\x97\xc8\x06\x54\x3a\xe4\xff\x62\xfb\x93\xd7\x0d\x87\x75\x51\xe8\x4b\xbe\xf4\x69\x0a\xb4\x17\xe5\x02\x85\x9a\x08\xd4\xdd\x21\xf9\x87\x84\x1f\x71\x0e\x4f\xeb\x14\xe4\xdf\xaf\x09\x80\x94\xbb\x44\x56\x9e\x5f\x6a\xc1\xbf\x50\xca\xa5\x48\x23\xd2\x06\xb1\x53\x71\xb3\x25\xc5\x10\x27\x9f\x21\x5d\x7d\x78\x2c\x13\x0d\xdc\x8f\x80\x79\x46\xd1\x82\xae\x32\x5a\xce\xca\x89\x3b\xf2\x96\x16\xde\xa1\xb3\x34\x8f\x26\xbe\xe7\x18\x14\x8d\xee\xe9\xc2\x92\xfb\x4c\x07\x27\xdf\x9d\x3e\x4d\x55\xc0\xd3\xe2\x31\x3e\x02\x75\x7d\x2d\x77\x0e\x7c\xde\x50\x28\x7c\x08\xba\xbf\x35\x2c\x28\x85\x41\x5f\xb4\x0d\xac\x03\xbd\xc7\x81\xbb\xdd\xbf\xe4\xb0\xf9\x20\x0a\x31\x98\x83\xcd\x58\x78\x9b\x83\xc0\xce\x1b\x64\x4c\x4e\xd6\xee\x5d\x22\xc3\x13\xed\x11\xd9\x53\xe5\x65\x84\x4b\xf1\x91\xbd\x2d\x48\xfc\xe0\xb4\xf4\x70\x64\x18\x71\xab\xfe\x28\xef\x6d\x4a\x6f\x5e\x40\x97\xf6\xb2\x6c\xaf\x66\x4f\x4b\xc7\x01\x9e\xf8\x9c\x4e\xf9\x96\xda\xa2\x46\x22\xeb\xc0\xa5\xad\x90\xd1\x43\xe7\xec\xbb\x82\x25\xbe\x1f\x2b\x6e\xee\xd8\x98\x24\x29\xf6\x3f\x4b\xe1\x68\x0e\x09\xd8\xe3\x43\xfb\xb5\xd3\x84\xa1\xce\x5d\x59\x7b\x42\x5d\xfc\x4a\xe0\x62\x42\x4f\x70\x8b\x70\xc6\xdc\x91\x78\xf1\xac\xcc\xcd\xaf\x68\x05\x05\x62\x06\x32\x8e\xf3\x6f\xd2\x75\x9c\x12\x86\xdc\x94\x09\xf7\xb9\x93\x9b\x5f\x7b\xdd\x2e\xd4\xa3\x0c\xe6\xa7\x26\x98\x93\xc4\x3e\x3f\x52\xcd\xed\x1a\x8c\xed\x62\x77\xc3\x11\x18\xb3\xca\xd7\xcd\xbe\x31\xd5\x65\x89\xf9\xc8\x06\x35\x76\x9c\xe3\x78\xf6\x80\xb2\x33\x02\x7e\x6d\x30\xe7\xd2\xb0\xde\xa2\x59\x5d\x69\xbe\x85\x81\x2a\x45\x9e\x7e\x14\x7d\x4a\xcf\x89\x4b\xd8\x1d\x9b\xb2\x39\x22\x3d\x98\xc6\xba\xc0\x4a\x94\xd6\xf8\x90\x09\xe9\xfc\x48\xed\xcc\x11\x6b\x9a\xc8\x03\xc5\x2b\xca\xa7\x9e\x58\x40\x39\x11\xd3\x9a\x4c\x47\xfe\x31\x89\xe9\x60\x4a\xe4\x30\x22\xc2\xa9\xc7\x65\x8a\x0c\xda\x00\x5a\x5c\x2a\x3f\xa3\x11\xfc\xb4\x31\xb8\x63\x4c\x6c\x43\x58\x2f\x4c\xfb\x3e\x3f\xcf\xd6\x74\x82\x5b\xe4\x25\xd6\xfb\xa7\xda\x3a\xe3\xb4\x2f\x91\x38\xc7\xa6\x43\x01\xac\xfb\x7f\xc7\xf6\xc1\xad\x66\x50\x4b\x3d\xd2\xb8\xa2\xcb\xa0\x2d\xfc\x86\x54\x16\xc5\x7f\x46\x6f\xa2\xbb\x80\x57\xff\xc3\x75\x48\x24\xda\x8c\x92\x54\x16\xd4\x91\xb0\xaa\x64\x9e\x9a\xd8\x98\xe0\xf3\x29\x44\xb3\x2e\xea\xa6\xa3\xad\x0c\x69\x4a\x89\x29\xa4\x77\x20\x45\x73\xc0\x21\xcb\xab\x20\xba\x45\xec\x1e\xfb\x40\x7f\xf8\xed\xe9\x77\xc7\x47\x32\x85\x9f\xef\xbe\x78\xf1\xe2\x2e\xb6\xbd\xdb\xb7\x55\x59\xe3\xc7\x95\xce\xe9\xb3\x72\xfb\x79\xdf\x75\xd3\xcf\xee\xc1\x1f\x1f\x4d\x8b\x07\x65\x27\xc1\x84\x84\x3a\x89\x31\x0f\x93\x92\x04\xc1\x50\xaf\x86\xff\xc4\x6b\x40\x0e\x0d\xe9\x9f\x92\xcc\xe0\x31\xcb\x84\x3b\xc9\x0e\xbb\x74\x6c\x50\x02\xdf\xb9\x98\xbb\x58\xb6\x30\x95\xe3\x06\x13\x61\xec\x12\x74\x70\xc0\x6c\x6c\x46\xd2\xc4\x49\x62\xbb\xac\x9e\x85\xb1\x68\x26\x0f\x37\x8d\x3c\xb3\x97\x57\x61\x97\xad\x47\xec\xa8\x15\x74\x62\x97\xa5\x06\x70\x3f\x12\x19\x9e\xb6\x19\xfd\xed\xae\xfb\xaa\x63\x43\x56\x47\xc7\xce\x5e\x23\xd2\xa2\x3d\x41\xe0\x84\x79\x7a\xe9\x54\x7d\x91\x77\x48\x41\x35\x4d\x5d\x5d\xd1\x9b\x56\x91\x87\x80\xe2\x9c\xc8\xe5\x32\x5a\x2a\x80\x72\x17\xf4\x58\x41\x89\xc4\x99\x1c\x6f\xc8\x43\xb3\x09\x58\xa3\xb2\x21\x0a\x6f\x63\x02\x21\x77\xc2\xf9\xe2\x42\xe6\x4a\x14\xd0\x08\x05\x43\x4f\xc3\x36\xa9\xb9\x72\xbc\x58\x54\x87\xe8\x6d\x63\x34\xc6\xc6\xa8\x89\x4e\x52\xc2\x0c\x41\x12\xec\xe9\x09\x1c\x46\xa1\xe7\xc9\xe9\x38\xec\x50\x9e\x19\xd7\xa4\xf0\x83\x1f\xf8\xc6\x07\x12\xb9\xfc\xbb\x7f\xad\x31\xa1\x00\x36\x3d\xde\xac\xeb\x84\x52\x21\xe0\x94\x67\xd5\xc9\x66\x67\x5c\x27\x91\x99\x94\x45\xef\xde\xc6\x40\x8c\xf2\xeb\x42\xda\x94\x8b\x7d\xe2\xc3\xa3\x0f\xb0\x55\x52\x3f\x19\x3f\x67\x5d\xba\xc3\x96\xc0\x11\xd9\x5b\x87\x7e\x1b\x43\xc7\x7e\xe3\xca\x3c\x60\x8a\x55\x31\x71\x88\x98\xcf\x2c\x42\xca\x6d\x33\x15\x60\xa2\xce\xf1\xa4\x09\x14\xf9\x8c\x06\x92\x7d\xf2\x50\x79\xf8\xc4\x17\xf4\x14\xab\x91\x3b\x37\x86\x28\xaf\xf5\x35\xdc\xc1\xb3\x46\xf8\x22\x6b\x76\xfe\x39\xfd\x07\xe5\x37\x19\x90\x8f\xec\x3d\xd4\x9c\x72\x9c\x9b\x1a\x1f\x01\x7f\x84\xa9\x32\xab\x58\x1f\x5a\xee\xaa\xe6\x8a\xf3\x77\xc1\x71\x21\x12\x15\x67\x49\x8d\x17\x18\xea\x46\xf2\x89\xe5\x46\x1a\xc8\xea\xd3\x4f\x0d\x07\x10\x85\xee\x58\x7d\x43\x1e\x75\xfa\xfa\x80\xf3\xb4\xc5\xeb\x5b\xa6\xc5\x53\xd4\x10\x60\x94\x2a\xf3\x22\x9c\x46\x4b\xd2\x2a\x46\x29\x4f\xf8\x0d\xaf\x38\x59\x52\xac\x28\x6d\xe6\xf1\x7a\xd1\xf9\x2f\xe4\x8e\x42\xa1\x8d\x92\x29\x8f\xae\x28\xee\x66\xe0\xe0\x30\xb6\xd8\x2c\xb7\x95\xaf\x32\xc8\xc9\x85\x39\x3e\xc7\x87\xcc\xcc\x74\x49\x17\x21\x35\xd7\x38\x40\xdf\xc1\xec\x97\xec\x6d\x9c\x77\xeb\x40\x8f\x6a\x95\x3f\x94\x7a\x6b\x7c\xcb\x53\x01\xeb\x37\x61\xcb\x41\x43\xfd\x78\x2f\x63\xe6\xfa\x5b\x12\x72\x01\x39\xcc\xc2\x3e\xdf\x45\xe2\x1a\x9b\xe0\x5b\xe0\x76\x9b\x4b\xef\xca\x9e\x9d\x4d\x17\x6d\xf3\xc2\x61\x3e\xab\xbe\x5d\x96\x94\xc8\x49\xde\x88\xb4\xd7\xe5\x85\x3e\x8f\x49\x35\xd1\x67\x15\x70\xea\x92\x02\x0a\x1d\x7f\x63\x1b\xf3\xcc\x7b\x51\xf2\x57\x72\xf3\x4b\xdf\x1f\x8c\xfc\x79\xbd\x9b\x56\xc7\x31\xd8\xea\x06\x38\xe5\xc6\xee\xbc\x79\x31\xc7\xbf\x28\x53\x97\xf3\xf1\x99\x6e\xd0\x03\x96\xe3\x63\x66\x9b\x3e\x6a\xe9\x76\x15\x30\xed\xf4\xce\xe6\x03\x4e\xa4\x01\xf7\x07\xca\xf1\x2e\xaa\xd4\xd7\xf6\xcc\x96\x2b\xae\x76\x7f\x27\x58\x94\x55\xc4\xd1\x79\xff\x95\x57\x78\x7f\xa5\x99\x3a\x25\x7f\x6b\x48\xe8\x82\x9b\x1d\x55\xdb\x91\x31\x54\x72\x2e\x72\x16\x14\xa9\x17\x65\x85\x81\x7a\xaa\xf9\x02\x16\xd1\x57\x91\x7d\x01\x7a\xfa\xe5\xc3\x63\xfe\x41\xc1\xaa\x9c\xc1\xd9\x28\xa7\xcc\xe9\x35\x34\x18\x76\x3a\x0c\x8a\xd5\x12\x0e\x6d\xa6\xbf\x55\x05\xc6\x55\x7c\x24\xed\x74\xd5\x9a\xb3\x6e\xf6\xa4\xac\x6a\x9f\x31\x84\x0b\x76\x6d\xa9\x4d\xc9\x26\x62\xaf\xb1\x2d\x3d\x9a\x4f\x2f\x49\xfa\x8a\x00\x2d\xda\x66\xf8\x07\x76\xdc\x7f\x26\xef\x22\x12\xd4\xfc\x27\x83\xf2\x64\x04\xd2\x00\x9a\xc8\x17\x97\xdc\x90\xf9\x25\x95\x4d\xb3\xbb\x79\x2d\x4f\x70\xf3\xbc\xa3\x51\x09\x6b\xf9\x49\xa8\x87\x1e\x5f\x5d\xb2\xf4\xe0\xb4\x44\x79\x04\x97\x92\xe6\x45\xfa\x52\x37\x34\x95\x0c\xe9\x9d\x5f\x74\x35\xed\x4a\x4d\xdf\x30\x4d\x56\x13\xf5\x17\xc4\x07\xe0\x6f\x7e\xed\x5b\xba\xdd\xf8\xed\x54\x49\x13\x13\x2b\xf8\x48\x05\x86\x4e\x51\xae\x93\xbc\x4f\x78\x34\xfb\x6b\x82\x4e\x34\x08\x30\x82\x9a\x4a\x6c\x9d\xa6\x28\xd2\x72\x12\x3f\x38\xb1\xbc\x75\x49\x3b\x7d\xb6\x5b\x17\xda\x74\x47\x92\x12\x45\xb4\x58\xa5\x23\x9b\x0b\x3f\x04\x10\x7c\xf3\x34\xef\xda\xba\x8f\xe6\x91\x5f\x34\x5a\x90\x5d\x2e\xfa\xf9\x45\x8b\xde\x0c\xdf\x8b\xbd\x3e\xc6\x20\x3a\x65\x27\x1c\xf4\xe5\xf8\x91\x45\xd1\x46\x68\x25\x14\x84\x22\x2f\x5d\xce\x93\x5c\xa2\x46\x74\x88\x88\x51\x02\x40\xd2\xad\x00\x56\x2a\x5e\x0c\xb0\x32\x6a\x95\xb2\xad\x72\x88\x38\xcf\x11\xf1\xa6\x7a\x26\x88\x24\x51\xaa\x18\x17\x1e\xc9\x44\x63\xdf\xd8\x0b\xd0\x61\x7e\xa9\x8b\x9a\x1f\x9f\x0c\x06\xe7\x7e\x43\x02\xda\x05\x14\x46\x47\x1e\x3e\x7f\xc1\x93\x67\xab\x27\xb1\x4f\x71\x4f\xcf\x22\x8b\xed\x83\xbe\x84\x0d\xd5\x5a\x91\xcd\x74\xbc\xaa\x25\x8f\x1f\x81\x5d\x70\x58\xcb\xeb\x8c\x5c\x82\xda\x5f\xac\x6c\x94\x54\x4d\x14\x79\xea\x10\x6e\xa4\xb2\x41\xac\x72\xb7\x5c\x6e\x83\xc1\xa2\x97\x4e\x79\x43\x0e\x1a\x51\xf2\x13\x93\x7a\x23\x85\x0e\x02\x37\xd2\xc5\x47\x2a\x67\x49\xfc\x4c\x9a\x17\x35\x22\x24\x4c\x21\xbc\x85\x5b\xe2\x3b\x9f\x4d\xbb\x7e\x1e\xde\x0d\x12\x4d\xfe\xa1\x37\x83\xa8\xa2\x4f\x2b\x7f\xa0\x36\xe5\x15\xb4\x79\xab\x41\x22\xb2\xc4\x46\x3f\x4c\x45\x46\x69\xf9\x51\xb1\x79\x74\x30\x1b\xd9\x54\x13\x5d\xe0\xab\x22\xde\x55\x2d\xe9\x97\x13\x4f\xa8\xd3\x15\xbf\xc1\xa7\x71\x00\x65\xb3\xc3\xcb\x87\x78\x5d\x0c\xab\xaa\x2f\x2d\x5a\xad\x9a\x6d\x89\xbe\x0c\x3f\x5c\x1b\xbb\x64\xfd\x08\xea\x6a\x7a\x7a\x1c\xc9\xf9\xd7\x90\x26\xf4\x22\x84\xd8\x31\xdc\x8c\x4c\x73\x0b\xb2\x1b\x4b\x49\xf2\xda\x44\xfa\x00\x6c\xc8\xce\x81\x7d\x0e\x9f\x4c\xa5\x77\x8f\x09\x68\xa9\x77\x6f\x78\x29\x69\xe4\x7d\x35\x2a\x3c\x50\x3f\x64\xe6\x69\x22\x4c\xf1\x4f\x8e\xb3\x42\xcf\xc7\xe2\x71\xf4\xb1\x9f\x08\xaa\x1d\x31\xa2\x58\xdf\x87\xc2\x31\xb4\x43\x3f\x0f\x93\x8c\x99\xe4\xc4\x11\x2d\x0a\x7a\x14\x88\x89\x17\xff\x84\x53\x69\xf5\xe9\x1f\x2b\xbe\xb2\xe2\x2c\xfc\xc5\xe8\x6b\x18\x07\x9f\xb1\xfa\xed\x49\x92\x6e\xef\x2a\x4b\x93\xf4\xcf\xba\xe3\x8d\x3f\xbe\x70\x04\x97\x63\xae\xad\x1a\x7b\x8f\xc1\x17\xde\xf2\x30\xc3\x3f\xeb\x4d\x97\x56\xf7\xb4\x29\x83\x4a\xec\xf2\x76\x58\x61\x10\xdb\xb3\xc5\x4b\x0f\xf0\xf6\x3f\xc5\x49\x2f\x7b\xc7\x27\x9f\x7e\xf6\x1e\x40\x36\x7b\x2e\x35\xff\xc4\x2a\x52\xdf\x9c\x94\x98\xe4\xba\x91\x2c\x9f\xe5\x60\xd6\x83\x06\x6f\xc9\x6f\xe9\xbd\x2f\x06\x3d\xfd\x33\x39\x2e\x0f\x98\xa9\xdf\x96\xec\x32\x9f\x33\xd2\x21\xe6\x9b\x32\x18\x47\x89\x9e\x47\x9a\x04\x8e\x26\x75\xbe\x91\x77\xb0\xb2\x94\x9e\xe8\x16\x7d\x30\x07\xe6\x98\x85\xf6\x90\x3d\xb7\xf7\x8f\x7d\x04\x3d\x5d\xa4\x16\x1d\xe6\x7e\x0c\xac\x3a\xac\x05\xad\xac\xf1\x74\x91\x1b\x9a\x08\x8d\x9f\xca\xbf\xe7\x76\x37\x8f\x12\x5d\x3e\xf0\x94\x3f\xf2\xac\x30\x9f\xfa\x56\xfc\x5a\x8d\xe6\xfb\x76\xd9\x77\x25\xa4\xea\xe4\xad\x7e\x25\x7d\xa8\xd7\xd2\xbb\xa7\xc8\x6b\x92\xc3\x49\x5e\x30\xec\x41\x1c\x3a\xb2\x79\xcf\xf1\xfd\x85\x64\xb6\x15\x50\xdf\x30\xcf\x61\x80\x77\xda\x7e\xf6\x25\x9a\xe3\xad\xff\xca\x9e\x04\x9a\xb4\xc5\x7f\x06\x76\xe3\x92\x12\x8a\xa0\x96\xdc\x7f\x95\xbb\x35\xdb\x39\xbe\xef\xc2\xd5\x49\x46\x2c\x10\x8f\x3e\xcd\xdb\xe1\xf3\xd4\xd1\x7d\x4c\xaf\x50\x4f\xf8\x42\x9e\xe2\x53\x4f\xa1\x4f\x0c\x38\xe7\xef\xe9\x44\xf8\x1b\x72\x52\x92\xe4\x19\x93\x37\x0e\xb5\x62\xc3\x7a\xd9\x4d\xa7\x97\xa6\x0b\xef\xaa\x03\x9f\xb2\xf1\x89\xb8\xf0\xf0\x66\x6e\x0c\x89\xb7\xce\x54\x46\x20\xc1\x42\xa7\x22\xf2\xc5\x81\xc9\xc4\x55\x7f\xcb\x6c\x22\x92\x51\x8f\xa4\xef\x7a\xdb\x5c\xc9\xfc\xc0\x33\xe0\x47\xfe\x65\xb2\xf7\x53\xef\xc9\x7c\xb6\x71\xdd\xc0\x76\xc0\x1c\x36\xe9\x94\x39\xde\x0d\x95\xfa\x14\x85\x1b\x5e\x01\x24\xb7\xb0\x74\x1e\x31\xf1\x23\x57\x0b\x8f\x41\xe8\xfb\x39\xf0\x7e\x09\x50\xd6\x0c\x6b\x8f\x94\xcf\xa8\xe3\x54\x6b\x5c\x67\xfc\x7e\xe7\x32\x3a\x13\x6e\xc0\xce\x84\x43\x72\x20\x93\xf6\x3b\x12\x1c\x74\x52\x18\x78\xbd\x68\xdb\x71\x2f\x55\x7c\xaf\xc0\xdb\x75\x78\x92\xca\x82\x7a\x5e\x6c\xc1\x07\x95\x4b\x73\xde\x20\xc8\x63\x29\x77\xc0\xb5\x35\x67\x34\xb2\xa5\xfe\x19\x2e\x66\x47\x75\x7b\x57\xfc\x60\xa7\x10\x85\x70\x98\x37\xc9\xf0\xfd\xb0\x43\x9f\x36\x59\xea\x85\xeb\x63\x58\x35\xde\xb5\xc4\xf7\xe3\xf0\x2d\x51\x64\xeb\x27\x9d\x05\x3b\xa2\x46\x4e\xa2\xe4\x90\x80\x7b\x22\xbe\xae\xe3\xf9\x80\xa7\x23\x53\x52\x46\x23\x9a\xd5\xb8\x12\x72\x1a\x13\x91\x1c\x75\x6e\xfe\x16\xb3\xbd\xd1\x35\x1e\x29\xe9\x03\x82\xf8\x4d\xff\x34\xa2\x92\xbc\xb2\x71\x02\xe4\x37\xe1\x16\xa2\xf3\xce\x53\x6a\x63\xb2\xf4\x4e\x93\xa2\x45\x50\xa8\xf1\x18\xc5\xb9\x8d\xb8\xbc\xf3\xa4\xd2\x63\xf1\x1b\x66\x75\x14\xc2\x2e\xd0\x6d\x3e\x23\x21\xd1\x25\xe4\x46\xa1\x18\xcd\x38\x91\xec\x1e\x8d\xd5\xf5\xa4\x85\xfc\xe4\x48\x04\x1d\xf3\x93\x4b\x6d\x53\xd3\x69\x7e\xc6\xfc\x40\x57\x63\xe7\x2c\x31\x74\xea\xcc\xc8\xbb\x4f\x52\x36\xf2\xc5\x1c\xfa\xac\x41\xac\x45\x25\x02\x9a\xe9\xa8\x4a\xec\xd6\xa9\x99\x39\xc9\x81\x01\x18\xf4\xfd\xdf\x6d\x6d\x22\x67\xbb\x28\xd1\x68\xe4\x61\x1a\xeb\xdb\xba\x06\x9f\x11\xa4\xfd\x79\x3e\xc1\x97\xb1\x17\x8d\xc1\x87\xb0\xea\xb3\x66\x67\xea\x12\x78\x12\x7a\x46\xd6\x05\xb3\xbd\x9d\x08\xed\x93\xd7\x01\xb3\xe7\x00\x6f\x79\xaf\xb1\xef\xce\x31\xd6\x41\x45\xa3\xfc\x49\x4b\x4e\xef\xbe\xc6\x14\xed\xf0\x4f\x2f\x4a\xcf\x89\x78\xda\xce\x4e\x69\x19\x5b\x13\x3f\xe9\x07\x8c\x4d\x53\x63\xff\x14\xc3\xd6\x73\x3a\xec\x49\x14\x59\x87\xaa\xe2\xfd\x4b\x7e\xfb\x83\x3f\xa8\x79\x73\x82\xf1\xda\x15\x65\x14\x7d\xf9\x69\xf1\x3e\x70\x26\x7e\xf5\x53\x55\xe7\x2f\x51\x8b\xcc\x8a\x7d\x13\x15\x37\xbb\xb2\x95\xc5\x3f\x50\x9f\x9d\xb8\xf5\x15\xec\xd6\x96\x6c\x06\x7d\x3c\xed\x3e\x4c\x91\x2d\x06\xbd\x73\x63\x83\x72\x9c\x1c\x3d\x0e\x41\xee\x27\x94\x84\x43\x5e\x55\xfe\x6c\x41\x7a\xea\x45\x14\x6f\x82\xbc\x73\xf8\x9c\xde\x4b\x71\x89\x7f\xf2\x26\xd8\x64\x92\xf2\x84\xf8\xc4\x05\x94\x4b\x55\xdd\x94\xc3\xe7\x90\xaa\xce\x45\x09\x53\xcb\xa4\x8e\x77\x69\x4a\x26\xe2\xbd\xc7\x93\xaf\x3e\x24\x26\xfe\x1a\x39\xa1\xc7\x9f\xf3\x27\x4d\x92\xb2\x72\x33\x32\x5b\x97\xa4\xc5\x8e\x4b\xd4\x90\x10\x7f\xab\x9a\xb5\xad\x0b\xd6\xe9\x27\x05\x43\xb1\x25\x1a\x02\x73\x98\x00\xf2\x6f\xd3\xcf\x3e\x67\x50\xfc\x91\xbd\x72\x7a\x4c\xe5\xdb\x67\xf5\x95\x54\x24\xf3\x41\x2d\x2b\xfa\xe1\x8f\x35\x40\xbd\x20\x39\xba\xc0\x95\x31\x82\xa4\xac\xce\xf0\x88\x1a\x29\x9f\xc6\x2a\xbb\x17\x96\x9e\x4e\x07\x90\xf3\x9b\x86\xa3\xb5\xda\x1e\xb8\x77\x83\x69\x8d\xe3\x72\x0c\x48\xc7\xb4\x09\xf4\x90\x4b\xc3\x49\xaa\x7d\x8a\xcb\xba\x0c\xe6\x47\x57\x7c\x07\xa7\xff\x1c\xee\xfc\xfd\x2f\x94\x4d\xe9\xb6\x3e\xfc\x1d\xce\x49\x00\x6f\xeb\xe7\xf0\xf5\x9e\x80\x46\x18\x04\x20\x95\xe8\x47\x62\x82\x70\xed\x94\x7d\xe2\x38\x8a\xba\x64\xf7\xba\xf0\x72\xce\xbb\xf4\x11\xcf\xd7\xfa\x3e\xe8\x19\x9d\xae\x1e\xaa\x33\x74\x8a\x76\x64\x86\x74\x07\xe1\x6d\x64\xe1\xb0\xc4\x73\xcb\xb3\xcd\x9f\xc3\x08\x63\xd3\x4b\x3a\x88\x27\x36\xda\xc3\x6f\x9b\x1c\xdd\xfc\xf5\x9a\xef\xbb\x14\x70\x49\xe0\x82\xe4\xfc\x52\x11\x9f\x99\x3b\xf8\x8e\x1a\x79\x49\xea\x7f\x7b\xdf\x29\x40\xc7\xfa\xb6\x07\xbb\x3e\xa0\xb2\x4f\xd6\xb3\xb6\xdd\x7c\xbd\x94\x75\xb0\xcf\x6e\x02\x1c\x22\xc2\xce\x70\x8e\x0f\x54\xdf\x83\xf8\xfb\x21\x34\x2a\xd6\xcb\x8f\x0e\x74\xe3\xa7\xfc\x20\x6d\x8b\xde\x4e\xe3\x6f\x59\xc4\xce\x04\xfc\x7c\x9d\x89\xe7\xd8\x96\xee\xaa\x5e\xa2\x2e\x14\xdf\x99\xf3\xcf\xcc\x79\xe6\xe8\x83\x29\x7c\xbe\xc7\xb9\x7a\xed\x75\x49\x8e\x0c\xee\x03\x06\x42\xf1\xe1\x02\x4e\xa0\x9a\x80\x81\xd5\xaa\xcb\xbb\x08\xa1\xf0\xf8\x17\x6b\x77\x24\x00\x0c\x0e\xcb\x47\xb7\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\xfd\x30\x79\x4c\x9b\xa2\xca\xc8\x80\xa7\x2f\x69\x52\x92\x98\xc0\x55\xe8\x13\x0f\x26\xd7\xcf\x1e\x58\x7a\x3c\xb5\x5b\xce\x51\x32\xab\xe1\x71\x8a\xa1\x60\xa7\x09\xc7\x41\x09\xea\x61\x98\xce\x02\xb1\x3e\xe5\x74\xf5\xe1\xfa\xa4\x37\xbf\x12\x32\xd9\xb7\xe8\x02\x31\x5f\x37\x6d\xd3\x83\x8c\x58\xfa\x20\x5a\x5c\xc9\x37\x4d\xdb\xc3\x18\xb5\x19\x6b\x02\x32\x20\xf0\xa6\xf3\x9e\x42\xff\xf5\xcd\x54\x6f\x4f\xa0\xa7\xed\x38\xfb\x4a\x68\x4a\xac\x92\x36\x44\x7d\xfc\x92\x0c\x33\x94\x8d\xfd\x82\xbd\x49\x7c\xaa\xd5\x91\xe6\xd2\xb0\x59\x74\xb0\x19\xe8\xaa\x53\x62\x6c\xe3\x68\xd5\x5d\x43\x0f\x56\xcc\x2b\x00\x74\xbf\x9b\x23\x34\xbc\xdf\x05\xc5\x89\x72\x80\xb3\x28\x5d\x70\xe6\xc9\xed\x91\x4d\x51\xda\xdf\xe7\x61\x5c\x98\xe7\x5b\xda\x63\x46\xc4\xbc\xad\xe9\xf0\x14\x5d\x36\x87\x9a\x2a\x78\xcf\x4b\xb3\xcb\x80\xcb\x40\xda\x20\xf3\x57\x7a\xcb\x8d\x3c\x3f\xe4\xdb\x53\xbb\x83\x90\xd2\xc6\x43\x88\xc5\xed\xec\x0a\xdf\xe7\x2d\xa3\xbd\x7c\xc7\x76\xe4\x86\x15\xa1\xd0\x3b\xb6\x13\x3b\x25\x9a\xe8\x18\x38\xef\xd0\xb4\x59\x5c\x94\x4b\xb8\x69\x1f\xa5\xd5\x5c\x81\x05\x98\x8b\x3a\xd4\x5f\x34\x4d\x87\x32\xe3\x0e\x79\x69\x72\x21\xe6\xec\x16\xf2\xba\x9e\xe5\x27\xfd\xc3\xf3\x11\xc0\x76\xa3\x82\x14\xd8\xa1\x94\xbb\xe1\xd6\x07\x61\xcb\xcd\x46\xd0\x16\x5f\xb6\x80\xa1\xdb\x7e\x89\x81\x28\x2e\x1b\x1f\x0f\xda\x93\x53\x7c\x1d\x03\xab\x6c\xba\x9b\x37\x6d\x72\xde\x06\xcd\x07\x23\xbf\xa5\xfd\xd2\x2c\xcf\xcb\xb7\x8c\xff\x15\xd6\x79\xe7\x0e\xc6\x66\x70\x5b\x0f\xfc\x50\x33\x5e\xc4\x8b\x7e\xb9\x29\x3b\x0c\xac\x3e\x9f\x93\x7f\xcd\x08\x1c\xb9\xb6\xdf\x0d\xc0\x03\x47\xbe\x7b\xe8\xfe\x01\x6d\xfa\x2a\x06\x2e\xdc\x94\x5b\x20\xb7\xe4\x9f\x95\x75\x05\xac\xd2\x37\x5f\x15\x52\x1a\xe3\x43\x03\xf2\x63\x3b\x17\xf1\x4a\xce\x38\x72\xa3\x23\xcb\x5a\x5a\x14\x4b\x9c\x97\xbd\x1c\xf4\x55\x25\xe7\x15\xd3\xfc\xf2\x7d\xbd\xbc\x5a\xe2\xb1\xc1\x07\x65\xf1\x76\xc7\xc1\x4d\xb7\x69\x2d\xe6\x90\x09\xf5\x49\x84\x84\xfa\x44\xa0\x1f\x23\x39\x16\x7f\xa0\x5d\x70\x98\xfd\xe6\xab\x01\xd1\xd4\x16\x4c\x2b\x11\x67\xa1\x7b\x1f\xe4\x94\x93\x75\xdf\x66\x67\xf0\x40\xbe\x5b\x23\x9d\x19\xb7\x39\x29\xc3\x6c\x0e\xb7\x91\x69\xb9\x19\x54\x12\x52\xc6\x72\x3e\xc7\xfb\xc9\xcb\x8a\xa4\x01\x08\x92\x3f\xa7\xaa\xe3\xd7\x15\x17\x24\x87\x47\x0a\x02\xf2\x70\x52\x23\xd5\xc0\x38\x8e\xaf\xc5\x49\x35\x94\x46\x9e\xb1\x31\x95\xbf\x28\x07\xbd\x42\x47\x6f\x7b\xc9\x6e\x4c\x5a\x36\x96\xdc\x96\x8b\x98\x5f\x4b\x34\x0c\x5c\x20\x29\xbd\xfd\x24\xb4\x01\xb9\xe1\xb7\xe5\x1a\x95\x29\x1c\x9f\x7e\x76\x15\xbd\x91\xe1\x05\x6a\x7a\x06\x63\xff\x77\x4b\xba\x69\x71\x8e\xf0\x1a\x87\x3e\x5a\x6d\xea\x2a\xce\x0f\xc6\xdd\x9e\xef\x6a\x2a\xad\xa3\xfc\xaf\xb2\x4e\x12\x74\xd8\xf3\xd1\x2b\x46\x96\xe1\x61\x9c\xcb\xb0\x0c\x7a\x66\x06\x50\x5d\xb2\x6f\xec\x5f\xc6\x5d\x90\xe0\x2a\xaf\xcd\xe6\xfa\x15\xbc\xfe\x30\xd2\xd1\xf3\x3b\xf1\x26\xf8\xd7\xc2\xfd\xe3\x5f\x8e\x5d\xc5\x3a\x1f\x1a\x44\xaf\xcf\x04\x25\xae\x70\x56\xba\x24\xe1\x90\x98\x08\x94\x91\xe2\x15\x1d\x91\xf9\xeb\x58\x66\xc6\xe0\xc2\x1e\x20\xe3\xd1\x88\x9d\x8b\x62\xec\xd9\x9a\x9f\xe5\x71\x14\x7d\xe8\xe9\x89\x3e\xe9\x94\xea\xd6\x8a\x10\xbe\x80\xde\x53\x98\xf4\xf2\x50\x17\xac\xbb\xfc\xf0\x87\x6b\xcc\x21\x58\xdc\xfd\x98\x3c\x2a\xf4\x0e\xed\x8b\x75\xd5\x2c\xe8\xf5\x1f\xea\xa5\xe7\xc8\xed\x3a\x7a\x89\xeb\x23\xe9\xd8\xba\x79\x40\xe5\x47\x84\x0d\x98\xb7\x62\x80\xd3\x58\x8f\xd0\xfa\xe6\x6f\x76\xab\xaf\x3a\x0f\x33\x5c\x8c\x05\xd9\xeb\x56\xa3\x4b\x04\x46\x4e\x11\x43\x9a\xf7\xe3\x6b\x07\x3d\xe0\x3d\x8e\x50\x0b\x21\x6d\x49\x47\xfc\xd0\x11\xbf\x5f\x74\xb8\xb3\xc1\x73\x48\x99\xbe\x7a\x14\x0f\xbc\x57\xc3\x26\xc2\x03\xdd\xcc\xc3\xf6\xf8\x78\xcb\x41\x5a\x03\x06\xbc\x79\x51\xb3\xfa\x33\x7a\x9c\x91\x72\x73\x61\x32\xf9\x82\x3d\xd6\x0f\xe4\x1b\xc1\xe8\xb8\xc6\x45\xea\xcf\x36\x79\xb1\xcc\x79\x29\x97\xdf\x62\x0a\xaf\xd9\x35\x71\xd2\x92\x69\x32\x1d\xcc\x30\x82\xfe\x4b\x87\x67\x33\xb0\xd2\x69\x60\x74\x08\xf4\x4f\x26\xb1\x83\x33\x2b\x53\xf0\xf3\x19\x71\xa8\x88\x20\x17\xbb\xa8\x3d\x0a\x6f\xe4\x1e\xc8\x8e\x06\xfd\xb8\x29\x05\x71\xc7\xb4\xfd\xbb\xc4\x9d\x6b\x9c\xbc\x53\x4b\x22\x29\xc7\xb1\x6f\x98\x9b\x66\xbe\x55\xf4\x4d\xed\x5a\x0f\x22\xd7\x2a\xd6\x09\x13\xc1\x4e\x47\xff\x3e\x3e\xb0\xe3\x83\x73\xd3\xf1\x77\x34\xd3\xcb\x84\xbf\x0c\x0c\xef\xfc\x99\x1f\x9f\x73\xfc\x14\x94\xfa\x16\x62\x01\x2a\xed\x5c\x88\xaa\x42\xba\x18\x2b\x33\xa5\xd6\xf0\x59\x21\xd2\x66\x0b\xd1\x4d\xd6\x34\x42\x76\x47\x17\xc6\xed\x31\x03\x67\x6e\x5a\x47\x62\xdf\x6b\x79\x0a\x76\xfe\x18\x3d\x9b\xc1\x1f\x00\xdd\x16\x15\xf1\x3f\x12\xb3\x69\xa4\x60\xc4\x85\xce\xc4\x33\xa7\x9e\x86\x33\xa6\xd0\xbe\xa8\xda\x81\xfb\xa4\xce\xe6\x95\xc5\xde\xf0\xc7\xf3\xc6\x75\xb0\xd1\xae\x6f\xdd\x8a\xaf\x6f\xfe\x8e\xc4\x64\x76\x02\xff\xd3\x0f\xa4\xf1\x5b\x61\x0e\x34\x1b\xd9\xd5\x1f\x1c\xc7\xc5\x7a\x4b\x65\x95\xe8\x89\xc1\x72\xac\xa2\x5e\x67\x5f\xa6\x1a\x10\x7e\x03\x9e\x5a\xb1\xf2\x23\x64\xb0\x80\x63\x79\xf3\xda\x9e\xb5\x84\x0c\x74\x8b\x60\xcc\xbf\x17\xaa\xe8\x46\x24\xf2\x54\x50\x42\xdd\x35\x5e\x93\x5b\x72\x00\x41\xde\x17\xd8\x06\x4c\x86\x3e\x55\xf8\x23\x33\x45\x39\xbf\x3d\x13\x45\x6f\x83\x99\x0e\x61\xb7\x14\xb3\x75\x54\x17\xd6\x1f\xd5\xf4\x8b\x37\x5d\xd7\xda\x05\x6c\xc0\xa1\x30\x4a\xd2\x64\x58\xf4\xc3\x73\x07\x9b\x24\xd6\xac\x91\xfb\x3d\xbd\xf6\xb2\x67\x1c\x71\xb5\xe8\xd1\xe9\x1f\x1a\x04\xbe\x94\xbd\x39\xf3\xe1\xc2\x99\xbc\x6d\x52\x80\x0f\x54\xf1\x87\xeb\xb7\xce\x1f\x90\xaa\x9a\x7d\x7d\x17\xb6\xb4\x1b\x56\xe3\x94\x88\x31\x8f\x8a\x5f\x7c\x27\x64\xa6\x94\x3a\x09\x17\xc9\xf5\x3c\x36\x6e\xf1\x4e\x9e\x3b\x33\x7b\x72\x5a\xdc\x5f\x15\xa7\xf7\xe5\xbb\xdb\x76\x3b\x7e\x6e\xf1\xf4\xc9\xd3\x13\x5c\xfc\xe1\xa3\x82\x75\x09\xdb\xa9\x6a\x3b\x44\x79\xac\x40\x68\x4f\x15\x76\x11\xee\x8b\x8f\xa3\x44\xaf\x21\x3d\x22\x4f\x46\x90\x84\x56\x74\x98\xec\x78\xbd\x77\x67\xd6\x6c\x09\xa4\xab\xbc\xf9\xb5\xe9\xa4\xc7\x9e\xd9\xbf\xde\x4d\x0b\x3e\xaf\x46\x3f\x64\xf7\x92\x7f\x11\x10\x11\x00\x86\x05\xd4\xf8\xe0\xe8\x83\x69\x42\x79\xe6\x5d\xe5\xa2\x14\x65\x4f\x1f\x9f\x16\x72\x86\xd8\x39\x4d\x96\xbf\xb1\x3b\xac\x39\xc7\x48\x43\x60\xbd\x1f\x5e\x93\x01\x81\xaa\xd3\x27\x81\xaa\xd6\xdf\xa1\xfd\x1e\x93\x67\x2c\x05\xa9\x4e\xee\x3f\xf1\xd9\x34\x72\xda\x23\x13\xa1\x4c\xd2\xca\xe3\x47\x53\x8a\x52\x53\x37\x29\x77\xaf\xa3\xe1\x46\xce\x4e\x0c\x40\x47\x81\x1d\xe7\xa3\x1d\xec\x7b\xea\x87\x21\xbb\x13\x04\x99\xac\x7e\xca\x08\x9a\x40\xfc\x13\x19\xc2\x0c\xc6\x19\x17\x27\x42\xb4\xd9\x34\xa1\xf3\x21\x6d\xea\x6d\xd3\xbd\xdd\xa3\x32\xee\x2f\x64\xb3\x7d\xa7\xe5\x0f\xf3\xa3\x65\xed\xfa\xa4\xe2\x9c\x6f\x20\x7e\x53\x67\x30\x40\xf4\x42\xfb\xa0\x4d\x70\x52\x1c\xc0\xeb\xdd\xbc\x4e\xe2\x3e\x93\x74\xb3\x23\xdd\x1d\x8c\x59\x63\x6b\xb5\x6a\x6e\xc5\x76\xad\x9a\xdb\x54\xdb\xac\x75\xcd\x6e\x37\x8f\x88\x77\x9d\xbc\x4a\x12\xd5\xb9\xf4\x14\xad\x8e\x02\x9c\xa2\x0a\x18\x1f\x1f\x2a\x60\x88\xbc\x14\x66\x57\xb0\x7c\x6d\xce\xce\x2a\x5b\x97\xf8\x86\x08\x65\xd8\x26\x0b\x5a\xe9\xa3\x47\x7c\xbd\x15\x9c\x2c\x3c\x45\xa8\x53\x26\x25\xec\x1a\x49\x8b\x1c\xa1\xad\x69\x6f\x5e\xa3\x5e\xf9\x15\x5f\x4e\x14\x67\xc4\x51\x47\x7c\xca\xa5\x93\xb6\x27\x6d\x22\xa6\x75\x54\xe5\x83\xcf\x17\x14\xd7\xd9\x72\xa8\x94\xd4\xc9\xa7\x42\xcc\x62\xdb\x34\x1d\x3f\xa8\x9a\x70\x8a\x8c\xad\x72\xf7\xb3\x57\xb5\x6e\x06\xda\xd0\x97\x73\x7e\x84\xd1\x37\x66\x23\x3e\x1c\x7c\x36\x87\x0c\x74\xfe\xda\x1a\xd6\x9b\x37\xbd\xf9\x5f\xc9\x22\xc5\x6e\x70\xeb\x14\x96\xad\xdd\x69\xa6\x84\x0d\xfe\xad\x51\xd2\x7e\x65\xb8\xa1\x82\xca\x04\xa8\xef\xe9\x0b\x66\x45\x0a\x57\x7f\x8e\xd9\x7e\x8b\x16\x8a\x6a\x0f\xbc\x6f\x80\x3b\x80\x6e\x50\x37\x62\x15\xc3\xc7\x21\x4b\x16\xca\x32\x86\x33\x14\xd0\x4c\x1f\x0f\x76\x12\x4a\x9c\xab\x78\x33\x4f\x4f\x1f\x0f\x51\x2a\x94\xfb\x97\xd6\x39\xc0\xf9\x04\x66\xb1\x6e\xcb\xd3\x7f\x7d\x1c\xb9\x39\xd8\x8f\xa2\x86\xb4\x03\x5f\xd1\xb3\xb9\xd9\x57\xdf\x95\x3c\xe0\x55\xdc\x71\x7f\xaa\x6c\x57\x7e\x72\xa7\x00\x59\xa4\xb8\xd3\xd9\xd5\xe2\xce\x47\xf1\x11\xb5\x14\x9c\x47\x80\x3b\x31\x1b\x53\xed\x1a\x4a\xff\x3f\x0e\x38\xaf\x24\x2a\x91\xf7\x98\x8b\x27\x76\xc8\x5f\xd3\x15\xa5\xb2\x23\xc1\x1b\x3b\x39\x04\xfe\x24\xe9\x55\x14\xce\x91\x24\x0d\x0b\x0c\x4b\x76\x1d\xe9\xa4\x31\x3a\x94\x9b\x8b\xd1\x5d\xb2\x1f\x6b\x14\xaa\x6f\xf6\x4a\x91\x19\x5d\x1c\xc2\x12\xf8\xc1\x26\x7d\xc0\x89\x22\xdf\x6e\x7b\x32\x5a\xda\xc9\x3d\xca\xaa\x63\xf6\xc7\x9f\x7d\x23\xbe\x87\x2c\xbd\x1b\x49\x33\x83\x2e\x57\xd8\x13\xe9\xcd\xf7\x2f\xb5\x03\x82\x98\x28\xd7\x4e\x08\x46\xb1\xbb\x4e\x06\x1e\x0a\xb7\xb6\xd7\x25\xbf\x8e\x11\x01\x29\x58\x12\x91\x67\xdb\x72\x52\xe2\xb5\x69\x29\x77\x92\xbc\x97\x61\x07\x73\xde\x81\x90\x67\xa2\x5b\x7f\x85\xb2\x1e\x8b\x5d\x14\x3c\xac\x14\x94\xd3\x47\x60\xac\xe6\xbc\x22\xd3\x3a\x67\x98\xa0\xb8\x79\x0c\x43\xaf\xd6\x7d\x4c\x89\x5c\xd9\x05\x81\x22\x6a\x75\x42\x02\x04\xb2\x48\x7a\x1d\xaa\xea\x7b\xd8\x8b\x66\xb1\x11\x1c\x7c\xba\x7f\xb3\xa9\x34\x39\xcb\x38\x12\xfe\xa9\x2f\x7b\x18\xa9\xac\xd7\x48\xff\xf8\xb5\x5e\x82\x40\x38\x5b\x9c\xb5\x81\x34\xb9\x40\xb1\x11\x3f\x25\xa5\x53\xdd\x00\x55\xbd\x2e\x3d\x2e\xdd\xc2\x79\x0d\xa0\x89\x1b\x18\x5d\x68\xac\x1d\x25\x9a\x34\x3e\x4f\xa9\x3f\x90\x41\x5d\x56\x41\xf7\x1c\x8e\x6e\x13\xed\xf4\x1f\xbf\x7e\xfc\x5d\x56\x73\x9c\x06\x49\xe1\x41\xe2\x25\xe5\x07\xe8\x14\xbb\x92\xc8\xa2\xd8\x6b\x64\x7c\x39\x5c\x71\x44\xa2\x96\x72\x3e\x19\xea\xaa\xe6\x0f\x80\x39\x44\x84\xe5\x24\xad\x00\x39\xd1\x05\x3c\x6e\x20\x1f\xad\x4b\xeb\xfa\xa7\xfc\x93\xca\xe1\x21\xff\xc1\x4c\xea\xb4\x26\x9c\x71\xce\x04\x80\x67\xc5\xb4\x00\x4c\x90\x99\x02\x2d\x64\x7f\x4d\xcf\xaf\x38\x7b\x91\xce\x3d\x4c\x5d\xeb\xc2\xb9\xbf\xb4\x28\x34\x6a\xed\xba\xa1\x93\x45\xcc\x54\x0c\x64\xad\x38\xa4\xb4\x7d\xc1\x4f\xf0\x93\x7b\xc6\x01\x40\xc1\xf1\xb0\xc2\xe9\x9f\xc2\xf1\x80\xdd\x1d\x65\x90\xe4\xb4\xe3\xa1\xe4\x26\xb3\xfd\xff\x84\x3d\x0b\xa9\x9a\x9d\x6f\xac\x4d\xd6\x4b\x0f\x54\xb6\xc6\x7c\xf3\x15\x59\x44\xcc\x08\x54\x75\xd1\x95\x3d\x63\x1b\xb0\x5f\x75\x7a\xa0\xcf\xbb\x6e\xe7\xe2\xc4\x40\xf4\x10\x7d\xb6\x98\xa8\x13\x9e\x14\xfa\x06\x24\xbc\x43\xda\xe9\xce\x92\xa5\x4e\xe1\x77\x9f\x09\xed\x01\x80\x69\x65\xb9\xde\x66\x8f\x49\x2d\x6b\x85\x3c\x0f\x68\xed\xba\x15\x72\x1e\xce\xde\x37\xf2\x29\x66\x80\x64\xe8\x21\xe3\x33\x3e\x09\x6c\x42\x97\xff\xb0\x01\x73\x3d\xea\xa1\x39\x5d\xb6\x70\x79\x7d\x05\xff\x53\x2f\x36\xef\xbc\x99\x6b\xb9\xf4\xb3\x03\xfc\x5e\xf5\x20\x1e\xc0\x3c\xcf\xd0\x7e\xe5\xeb\xeb\x13\x9d\x64\xb0\x73\xb9\x99\x4b\xab\xf9\x87\x3e\xa3\x9c\x36\x07\xaa\x96\x3f\x97\xcb\xde\x3b\x0c\x10\x57\x8a\x59\xed\x28\x59\x6e\xdc\x61\x23\x5e\x3d\xed\x82\x72\x06\x53\x0e\x3c\xfa\x18\x16\x93\xbd\xed\xa2\x6b\x01\x30\x83\xe0\x4f\xba\x5f\x73\xcb\xe0\x11\xd7\x4c\x75\xd4\xfd\x55\xbd\x4a\xf9\x27\x20\x16\xea\x19\x46\x3d\x62\xb5\x01\x65\x6a\x58\x01\x67\x0a\xf7\xb1\xa4\x09\x38\x65\xf7\xf3\xa8\xba\x29\xb0\xc6\xfe\x17\xe3\x7c\x3b\xbc\x1d\x53\xd7\x56\x3f\x05\x7a\xdf\x17\x2d\xaf\x40\x17\x45\x61\x4a\xae\x39\xbe\x06\xcc\x3b\xd4\xe1\x08\x74\xce\xfb\x68\xa5\x3e\x33\x49\x5a\xdd\xd6\xcc\x0a\x73\x23\x72\x0a\xde\x85\xcc\xc6\xa8\xaa\x8f\x9a\x99\x68\x14\x92\x05\xb9\x15\x10\x69\x4d\xaa\xa2\x73\x6a\xf2\x9a\x38\x9b\xc4\x41\x2d\xb2\xe7\x85\xe5\x45\xbc\x72\xfc\x69\xfe\x71\xe2\x72\x1d\xaf\x35\xda\x67\xfd\xda\xec\x66\xdf\xed\xa6\x83\xa9\x8a\x80\x39\xba\x63\xb7\x7a\x2d\x4e\x7e\xe4\xfd\x78\xae\x01\xc8\x64\x04\x51\x0f\x6e\x93\xda\xbc\x92\x04\x4b\xef\xd3\xdb\xa1\x93\xb6\xac\x7d\x26\x74\xbc\xeb\xe1\x90\x2d\xb3\x66\xd1\x73\x73\x1f\xa7\xcf\xcd\x1d\x7a\x82\x77\xe2\x9f\x3a\x85\x5e\x61\x2a\x4b\x33\x9e\xdb\xab\xe7\xf4\x19\x66\x9b\xbf\xe1\xe7\xda\xe5\xbd\xc1\xbb\xbe\x89\x67\x7d\xd6\x02\xeb\xfd\x8b\x0e\xce\x90\xe0\xd7\x64\x7f\x0a\x7c\xf0\x85\x89\x52\x59\x47\xb0\xb8\xc7\xea\xfb\x7b\x0c\x95\xdf\x45\xef\xaa\x4a\x4f\xe9\x7b\x85\x01\xb8\x07\x9e\x52\x8b\xbb\x96\xc7\x08\x87\x3d\x27\x4f\xde\xfe\xa4\x2a\x1b\xba\xfd\xd4\xa5\x39\xf8\x3c\xdb\x77\x9b\xee\xc8\xb3\x66\x3f\x25\x2f\x09\xfe\x07\x26\xec\x53\x2c\xd3\x9e\xb2\x0d\xec\x22\xb3\xa9\x09\x96\x78\x14\xc9\x72\xfa\x8f\xa1\x1f\x25\x80\xeb\xcc\x7a\x16\x41\x00\xb3\x7b\x24\x73\x22\x6c\x88\x5f\xbc\x4d\x13\x12\x8d\xa0\x42\x84\x87\xfa\x7a\x26\xbd\x6b\x98\x3c\xd6\xc9\xc1\x72\xef\xc7\x4f\x2b\xc2\x79\xea\x9a\xa6\x7a\x3e\x31\xeb\x66\x66\xba\x1d\x30\x28\xfb\x5f\x26\x67\x6d\xb3\xa5\x70\x45\x7d\x79\x0d\xbd\x99\x6e\x7e\x45\x8a\xf3\x62\xc6\x71\x8b\x1f\xbb\xd9\xc7\x92\x10\xd5\xe2\x83\x2f\x1f\x6f\xe1\x37\xc8\x26\xe8\xaf\x42\xbf\xcf\xb1\xbc\xeb\x31\xf4\x1e\x7f\xae\xe0\x27\xe7\xa5\xc0\x5f\x2f\xe0\x57\x5d\xd2\xd3\x77\xfc\x01\x48\x3f\xb6\xdf\xbf\x02\x2e\x85\xdb\x5f\xc1\x6f\x18\x88\x8a\x5d\x09\xb7\xeb\x8a\xde\x92\xd5\x1c\xac\xfc\x64\x5a\x0d\xd7\x04\x7d\xe6\x91\xf9\xf3\x79\x03\xbc\x30\xd5\xc5\xe1\x0d\x7d\x5b\x99\x2b\xfa\xb4\x62\x53\x24\xbe\xb2\x83\x91\x20\xf8\x49\xe6\xc1\x5f\x61\x1e\xdd\x39\xf7\x88\x73\x81\x1b\x0d\xbf\x5e\x95\x86\x7b\x84\x09\xd1\x87\xd6\xbc\x98\xeb\xa4\x74\x46\xf4\x51\xa7\xa4\xf3\x01\xf8\x02\x6b\xb8\xc3\x77\x25\x9e\x4f\xf4\xb9\x21\x7d\x67\xe8\x61\x79\x59\x56\x4b\xd4\x52\x8b\x73\xee\xcd\xeb\xd2\xaa\xd5\x35\x3c\x43\x02\x15\x24\xfb\x7e\xbf\xbe\x79\xad\x69\x2f\x30\xb9\xc1\x74\xa2\x0f\x9b\xd9\x7a\xd7\x8b\x92\x85\x72\x87\xf5\x4e\xfb\xc4\x60\xc1\xf8\x1d\x85\xac\x8f\xe9\x84\x34\x3c\x80\x04\xf3\x05\xb0\x39\x7f\x20\x2f\x50\x38\x36\x94\x2c\xf5\xc3\x3f\xff\x99\xde\xc0\x04\x89\xf4\x2f\x7f\x29\x9e\x7c\xf9\x11\x49\x47\xcc\xb9\x16\x5b\x75\x34\x68\x34\xd1\x40\x23\x0d\x7b\x6c\xb8\x35\x3f\xff\x21\x69\x8b\x69\x3c\x28\xb0\x87\xec\xe0\x12\xd8\xa3\xb9\x92\xfe\x4f\x00\x00\x00\xff\xff\x3f\xcf\xae\x62\x9b\xcd\x00\x00") +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") func confLocaleLocale_lvLvIniBytes() ([]byte, error) { return bindataRead( @@ -4437,12 +4458,12 @@ func confLocaleLocale_lvLvIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_lv-LV.ini", size: 52635, mode: os.FileMode(493), modTime: time.Unix(1453724982, 0)} + info := bindataFileInfo{name: "conf/locale/locale_lv-LV.ini", size: 55211, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\xbd\x5b\x8e\x1b\x49\xb2\x26\xfc\xce\x55\x84\xd4\xd0\x2f\x09\xc8\xa4\x4e\x75\x9d\x1f\x73\x50\x28\xaa\x46\x52\xaa\x24\x9d\xd2\x25\x8f\x52\x52\x61\xba\x20\xb0\x82\x0c\x27\x19\xc9\x60\x04\x3b\x2e\xa4\x32\x1b\xbd\x83\x59\xc0\x6c\x61\x70\x1e\x66\x03\xf3\xd6\x3b\x99\x95\x8c\x7d\x66\xe6\xb7\x88\xc8\x94\xba\xfb\x61\x0a\x28\x25\xc3\xdd\xfc\x6e\x6e\x6e\x37\x37\x4f\xf7\xfb\x79\x66\x9a\xe5\xec\xb9\x29\x13\x63\xca\x43\xd5\x65\xf9\xda\x24\xd7\xa6\x58\xad\xcd\xa6\x6a\x5a\x93\xbc\xc8\xdb\xa4\x31\xf5\x21\x5f\x9a\x64\x4d\xb0\x9b\xda\x1c\x08\x3a\x2f\x93\x17\xd5\x64\xb2\xa9\x76\x66\xf6\x92\xfe\x99\x64\x69\xb3\x59\x54\x69\x9d\xcd\xce\xec\xaf\x89\xf9\xb2\x2f\xaa\xda\xcc\x3e\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\x3d\x59\xed\x4c\x91\xd9\x94\x6e\x3f\x7b\x92\x96\x9a\x52\x9b\x75\x4e\x9d\xaa\x67\xef\xf9\x47\x6d\x4c\x3d\x39\x9a\x45\x93\xb7\x66\xf6\xab\xfc\x9d\x1c\x4c\xdd\xe4\x55\x89\x46\x9b\xdc\x4c\xf6\xe9\xda\xcc\xce\xd3\x75\x5e\xa6\x93\xd6\xec\xf6\x45\x4a\xb0\x17\x97\xe9\xa2\xa8\xaa\x72\x52\xa4\xe5\xba\x03\xc4\x87\x34\x2d\x26\xcb\xda\x50\xee\xbc\x34\xc7\xd9\xb3\xda\xfc\xed\x3f\x6b\x53\x4e\xa7\xd3\x49\x47\xe3\x9f\xef\xeb\x6a\x95\x17\x66\x9e\x96\xd9\x7c\x87\x41\xbd\x30\x8b\xba\xcb\xb7\xd4\x0a\x67\x99\x22\xa1\x69\xd9\xa1\x47\xe8\xb7\xc9\x68\x70\xf3\xb4\x41\xe7\xd7\x06\xdd\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\x63\x45\x53\xf9\x6b\xba\xdc\xb4\xed\xb1\xa2\xdf\x34\xf6\x79\x7b\xb5\xe7\xc9\xcc\x57\xf9\x32\x6d\x69\x70\xcb\x74\xdf\x2e\x37\xe9\xec\xd9\x93\xf3\x0f\xcf\x5e\x3e\x99\x10\xd0\xbe\xa2\x59\xa8\xea\x2b\x9a\x22\xfd\x49\x70\x55\xbd\x4e\xcb\xfc\x9a\xca\xd0\xc4\xbc\xe3\x8f\x86\x2b\xd8\xe5\x75\x5d\xd5\xb3\x8b\x7d\x6e\xd6\xa6\x98\xd0\xc8\xe7\xa8\x62\xf6\x36\x37\xdd\xd1\x24\x75\x50\x07\xf2\x76\xf9\xba\xc6\xfc\x69\xb6\x7c\xba\x3c\xae\x4a\xb3\x7e\xa9\xf6\x9a\xbe\xaa\xea\xad\x4d\x3d\xd0\xef\xc4\x75\xec\x8a\xf3\xa9\x6f\x36\xbb\x0a\x7b\x96\x96\xb4\x2e\x9c\xfb\xd4\x6c\x68\x5a\xc3\xdc\x66\x92\x66\x3b\x9a\xdf\x7d\x5a\x9a\x62\xf6\x04\xbf\xf1\x93\x46\x90\x2e\x97\x55\x57\xb6\xf3\xc6\xb4\x6d\x5e\xae\x69\xfe\x25\x21\x2f\x09\x6f\x8a\x82\x92\x80\x58\x36\xf3\x55\x98\x7a\x55\x75\x6e\x99\x67\x1f\x8f\x89\x2e\xab\xa4\xbb\x22\x94\x11\xd5\x85\x31\x34\xf3\x95\x31\x99\x8c\xa2\xc1\xcf\xc9\xbe\x2b\x0a\x9a\xc9\x3f\x77\xa6\x69\x9b\xd9\x39\x7d\x9d\xa6\x69\x79\xa8\x53\x14\xc9\x9b\x86\xd2\x67\xbf\x1c\x29\x13\x63\xa1\x65\x2c\x97\x18\x47\x59\x76\x05\x10\x68\xf2\x5b\x63\xd2\x7a\xb9\xf9\x3c\x91\xbf\xb3\x3f\x55\x66\x2b\xb8\x18\x2c\xf0\xbb\x7d\x53\xa4\x6b\x42\xe8\xb4\x6d\x18\xaf\x3c\x4e\x49\x13\xb3\xf3\xba\x5a\x50\x85\xbb\xc9\xb2\xca\xcc\xec\x19\xfd\x43\x55\xa3\xf7\x69\x51\x7c\x9e\xe8\x0f\x9e\x04\xfa\xcb\xb3\xde\xe6\x2d\x0d\x3e\x48\xa1\x1f\xfb\x3d\x21\xf6\x81\x70\x30\xc9\x0c\x51\x89\x1a\x54\x61\xcb\x0b\xb2\xa7\xdc\xba\xa5\x11\x65\xd5\x92\x5a\x9d\x63\x77\x53\x37\x9e\x14\x4d\xd2\x11\xb1\xe0\xce\x24\xbb\x34\xdd\xb6\x44\x2c\xd6\x4d\xb2\xc8\x41\x04\x92\x33\x86\x3e\x49\xa8\x6b\x4d\x92\xa5\x25\xea\xfd\x31\x4d\xa8\xae\xb5\x69\x67\x77\xe7\x0b\xda\x95\xdb\xbb\x09\x51\x9a\xd5\xec\xee\xbd\xe6\xee\xe3\x3a\xa7\x6d\x50\xe4\x97\x54\xf8\xc7\x47\xe9\x63\xee\x4c\x96\xb6\xd4\x48\x6e\xda\x26\xa1\x1d\x4f\xbb\xd2\xd0\x6e\xa5\x2e\x51\x65\xd7\x26\xd9\xf3\x86\xbf\x33\xc1\x12\x10\x51\x98\x67\x0b\x21\x74\xdc\x0d\x82\x37\x44\x3d\x92\x37\x57\x17\xff\xf1\xfa\x24\x39\x27\x3a\xb7\xae\x0d\xff\xbe\xf8\x0f\x82\xfe\x3e\xa9\x56\xc9\x87\xfc\xec\xe9\x74\x42\xe5\x64\x4a\xce\xd2\x36\x5d\xa4\x8d\x89\x17\x1f\xd9\xd8\x93\x36\xf7\x14\x5f\x13\x10\x4e\x22\x8a\x4d\xdb\x5b\x15\xd9\xe9\xf1\xe6\x96\xbd\x4d\xf5\x30\x51\x70\xad\x30\x24\xa5\xea\x8c\x6a\x15\xc9\xab\xb2\xac\xce\x9e\x12\xa1\xa1\xd1\xd1\xf6\x33\x34\x05\xed\xea\xdf\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\xb2\x45\x58\x70\x71\xf1\xfa\x94\x7e\x74\x0d\x75\xa4\xdd\x10\x65\xcc\x26\xcd\x9f\x0b\xcc\x91\xb6\xf5\x92\x4a\x2e\xb0\xee\x65\xd6\xec\xd3\x2c\x39\xc8\x02\x51\x2d\xe1\xd4\xd0\xba\xa1\xab\xe5\x76\x3a\x31\x75\x3d\x27\xc2\xda\x5e\x61\x96\xb9\xd2\x9b\x60\x51\xdd\x2e\x5d\x27\x25\x2d\x1b\x56\x7f\x2d\x85\xf3\xf2\x90\x16\x79\x46\x33\x6d\xe7\x21\x2a\xc5\x93\x21\x65\x5a\x6c\x83\x26\xd9\x76\x8c\x47\x77\xa7\x77\x41\x73\xef\x9e\xde\x9d\x4e\xca\x6a\x2e\x24\x01\xf4\x39\x23\x2a\x41\x88\x3f\x97\xe3\xa2\x16\xb2\xf7\xef\x06\xe5\x5a\xa9\x28\x03\x6d\xb3\x99\x26\x21\x1c\xa1\xba\x13\x3a\xdd\xd2\xad\x29\xa8\xce\xeb\x0a\x08\x85\x33\x91\xe6\x02\xd4\x87\xbe\x9a\x44\x89\x4b\x38\x64\x4b\x87\x74\x4d\x9f\x5a\xe0\xe4\xe8\x56\x97\xd6\xa4\xf4\x43\x4e\xae\x09\x8f\xa7\x93\x89\x5d\x33\x41\xaf\x0f\x95\x41\x1d\x84\x55\x74\x4c\xe0\xbc\x28\x7b\x98\x86\xa3\x9a\xa7\xe6\xc9\x7e\x5f\x08\xf5\x67\x1c\xb1\xe9\x76\xf5\xce\x99\x1c\x24\x9b\x9c\xba\x70\x19\x51\x54\x9e\x45\x3a\xb6\xd7\x75\x45\x43\x2d\x88\x9e\xd1\x90\xee\x30\x41\x91\x55\x0b\x0e\x0c\xda\xaa\x69\x93\xd3\xe6\xcc\x6b\xb3\x14\xf2\xef\xe0\xfc\x2e\x2f\x30\x89\xbb\x4a\x99\x84\x3a\x2c\x8e\xc9\x10\x2e\x81\xb7\xa3\xaf\x87\x76\x28\x71\x11\x05\xd3\xc1\xba\xa3\xe3\x1d\x3b\xe4\x63\xde\x1e\x2a\xec\xdf\xcc\x58\xb2\x61\x77\x8b\x85\xb1\xad\x9e\xa1\x3a\x07\x93\xec\x2a\x60\x45\x65\x68\x94\xeb\x64\x63\x16\x0b\x6a\xb4\xad\x78\x7d\xd7\x71\x9f\xc2\x3e\xe0\xa0\x46\x41\xa6\x06\x8a\x4c\x9e\x94\xd1\x11\x5c\xce\xce\x88\xa7\xc9\xed\x97\x6b\x9c\xaa\xa4\xf5\x5d\xb5\x34\xb0\x43\x51\x99\x4c\xe8\x4d\x72\x71\xf1\x32\xd9\x82\x9f\x48\x3e\xbe\x7f\xdd\xd0\x5e\xdb\xcc\xf7\x55\xdd\xd2\x5e\x7b\x79\xba\x27\x14\x68\x5d\x92\xad\xe9\x6d\xb7\xdb\x51\xf7\x75\x6f\x31\x0c\x75\x90\x10\xf1\x88\xca\x4e\xc1\x70\x51\xb6\x8e\xb3\x25\x52\x49\xab\x4a\x00\x8a\x42\xd5\xce\xb6\xba\xea\xca\xe5\x18\x02\x4f\x27\xc4\x37\xec\xa5\x17\x2f\x3f\x7c\x38\xd7\x6e\xb8\x44\x87\x2e\x48\x2e\xa5\x33\xc7\x34\xad\x69\x78\x2d\x0e\x3e\x3a\xd7\x77\xbb\x14\x3b\xaf\x4e\x8a\x8e\x79\x2e\x42\x7b\x20\x5b\x57\x17\x01\x0e\x62\xc0\x36\xf9\x6b\xb3\x84\x7e\x3c\xc2\x3f\x17\x3a\x59\x54\xa6\xc1\x5a\x50\x1e\xff\xc4\x04\x30\xc6\x24\xcc\x0d\x59\x24\xb2\xb3\x30\x99\x54\x7b\xec\x64\xb7\x69\xde\xf1\x27\x0d\x37\xde\x2a\x5c\x58\x41\x84\xa1\x72\x0c\x6c\xcc\x05\xec\x68\x32\x98\x56\x5f\xbc\xf9\x70\x9e\xe0\x97\xa4\xad\xea\x6a\x47\x5c\xe8\x35\xf0\xb1\xf6\x49\x76\x7c\xcf\xb9\xca\x54\xf3\x4f\x92\xf7\x3f\x3f\x4b\xfe\xff\xef\xff\xf8\xc7\x69\x82\x91\x63\xb3\xaf\xcd\x11\xe3\x03\xf5\x90\x91\xa4\x59\x4d\x9b\x02\x3b\x1f\x34\x11\x73\x7c\xf7\x2d\x61\xf7\xdd\x1f\x39\xfb\xbf\x9a\x2f\x29\x31\xa6\x66\xba\xac\x76\x8f\x13\xe2\x97\xe8\xc8\xa4\xd9\x46\x16\x21\x3e\xef\x10\xdb\x9b\xc4\xc8\x80\x1e\xf5\xf7\x89\x02\x8f\x1d\x2e\x96\x69\x9e\x2f\xab\x72\x95\xd7\x34\x34\x42\x99\x03\x0e\xf0\x90\x04\x72\x4f\x1a\xae\x67\x5e\x56\x6d\xbe\xba\xf2\x70\xd2\x28\xa7\xca\xb2\x13\x8e\x33\x86\xce\x75\x62\x75\xb6\x2f\x04\x6d\x69\xd8\x72\x1e\x27\x17\x92\xdd\x9c\x46\x13\x5f\xad\x56\xf4\xcb\xc8\x79\xf4\x6e\xb5\x4a\x0a\x3e\xcd\x70\x28\x61\x85\x2c\x0e\x47\x70\x84\xb5\x7b\x12\x05\x2e\x24\x33\x79\x76\xf6\x96\x71\x9e\xd0\x85\xb0\x35\xeb\xb0\x09\xb8\x82\x13\xa2\x9f\x84\x10\x7a\x80\x51\x4f\x14\x89\x8a\x6a\x4b\x1c\x7e\x92\x82\x1b\x5f\x50\x7d\xb4\x43\xec\x29\x41\xb8\x7e\xa0\xa3\x86\x4e\x59\xfd\x61\xbb\x8d\x16\x7c\x6f\xfa\xe0\xbd\x1e\xb9\xc2\x7e\xf4\x8b\xba\x62\xd2\x42\xd5\x68\xb7\x04\xc4\x91\xc7\x0c\x07\xb4\x5f\x48\xfa\xf9\xb7\xff\x4d\x12\x13\x9d\x92\x84\x25\x8c\x2d\x3c\x0a\xda\x84\x99\xef\x6e\x74\xa8\xd9\xd6\x21\xb1\xf5\x0e\xb4\xd1\x02\xbd\x4e\x8f\x14\x93\x9e\x62\x10\x38\xd9\x1c\x79\xd4\xa3\xaf\xa1\xf3\x1b\x9c\xe8\x84\x8e\x13\xd4\x6d\x05\x90\x57\x7e\xd9\x92\x67\x92\xd6\x03\xd1\x96\x3f\x31\xef\x95\x68\x62\xc2\x07\x3f\x37\xcd\xcc\x0a\xfa\x73\x1a\x76\xe8\x90\x96\x7e\x82\xa6\xc2\xce\x91\x20\xa4\xc2\xe3\xfc\x90\x93\xa8\x66\x07\xa3\x6c\x9d\xc1\x22\x43\xe0\xc2\x61\x4a\x94\x52\x58\xc1\xfb\x0d\xe8\xe3\x75\xce\x87\xd2\x68\x3d\xda\xc1\x27\x32\x7a\x60\x2a\x09\xa6\xd1\x81\x64\xe7\xc2\xd5\xb8\x30\xdb\xfc\x92\xa6\xe3\x84\x7e\x5d\x83\x45\xf7\x30\x3a\x89\x54\x9e\x6a\xc9\xcb\x47\xe1\xa0\x5c\x79\x74\x67\xaa\xa2\x8c\x0a\x18\xc2\xa6\x7e\x24\x6a\x04\x02\xca\x5c\x03\xb1\x79\x46\xe4\x73\x59\x13\x57\x8f\xae\x09\x06\xc6\xab\x72\x92\x64\xd1\xd9\x48\x65\x5f\x9d\xcd\xbe\x4b\xb6\x75\x7e\xb9\x6e\x93\xb4\x6b\xe9\x34\x6b\x73\x5a\xa9\xb8\x22\x3a\x17\x37\xad\xef\x89\x97\x01\xec\x8e\x0d\x78\x20\x6d\x53\x41\xc7\x24\xd9\x1e\x47\x14\x10\x22\xa5\x3f\x3e\x4f\x44\x59\x13\x71\x4b\x5a\x5e\xe4\x61\xcf\x4e\xa9\x64\xac\x32\xcb\x7c\x5d\xa9\xf4\xc6\xf3\x5c\xf3\x49\x4e\xe2\x7d\xd3\xce\xe9\xd8\x9f\xaf\x40\x0c\xb3\xd9\x0b\x3e\x14\x1b\x9d\x46\x5a\xcf\x6e\xdb\xfe\x90\xdc\x27\x88\xfb\x09\x91\x5a\x92\x30\xb3\x2a\xb9\x77\x50\xfe\xf7\x7b\x90\xbd\x39\xed\xd0\xbc\x00\xde\x42\xd0\x63\x55\x02\xed\xe3\xdc\x64\x28\x0f\xf9\x02\x3b\x9b\x26\xa6\x2b\x81\x5d\x8c\xb3\xca\xec\xd2\xe4\x57\xc7\x92\x37\x2f\xad\x02\x91\xae\x7c\x99\xff\xed\x3f\x41\x8a\x68\xad\x09\xd7\x6c\x65\xc0\xe8\x7b\x44\xa6\x2c\x1b\xba\xae\x16\x5d\x5e\x64\x9a\x3d\x9d\x58\x66\x98\x58\x61\x45\x09\xf4\x24\x1b\x13\x3f\x84\x44\x70\x45\xcb\xaa\x06\x77\xf3\x03\x86\x63\x6b\x18\xe5\xec\x94\xb1\x03\x27\x4e\x7f\x06\x65\x1d\xbb\x85\xb9\x20\x64\x21\xd9\xf3\x8c\xc9\xc2\x90\x3f\x73\xe5\x29\x71\xd3\xe5\x59\xbe\xf6\x79\x54\x57\x93\x9c\x3e\xa6\x7f\x27\x4d\x7a\x30\x72\xf2\xac\xed\xba\xfc\x22\x5c\x8f\x24\x76\x82\xcb\x5c\x53\x05\x89\x36\x2d\xa3\x51\x44\xbb\x03\x53\xc1\x09\xa7\x37\xcc\xc3\x1a\xfb\x7e\xad\x15\x08\xaa\x34\xdd\x92\x4e\xa0\x66\xf6\xab\x29\xb6\xd5\xee\x4e\xf2\x6b\x7e\x29\x05\x0e\x84\x5c\xdd\x3a\x4b\x44\x92\xe4\xb5\x64\x86\x50\x78\x97\xb5\xd9\x56\xd7\xd8\x53\x74\x02\x16\x09\x9d\xce\xd7\xb9\x1c\x6d\x60\x2f\xb1\x71\x49\x6e\xff\x0d\xea\xaf\xcf\x93\x4e\x18\xf0\xaa\xc8\x06\xd2\x1e\x08\xb9\x89\x95\x3a\x16\x30\xd8\x18\xcd\x31\xa7\x99\x9e\x3b\x15\x1a\xe6\xab\x35\x5f\xda\xd9\xaf\x24\xc7\x83\xb2\x11\x94\x10\x0d\xcd\x98\xec\xae\x78\x79\x9b\xd9\x1b\x8c\x24\x64\xbd\x69\x97\x91\xe4\xbe\xa8\x30\xad\x07\xa3\x50\x2f\x4c\x66\xa0\x41\x8b\x21\xa9\x12\x92\x0f\xb4\x8e\x48\xbb\x42\x39\xa2\xce\xd1\x4c\xfd\x98\x30\x9d\x64\x9d\xdf\x53\x26\x7d\x58\x60\x55\x67\x4c\x69\x95\x58\x53\x22\x2d\xbe\x2a\xc1\xcb\x46\xcd\x4d\x7e\x53\x7d\xe0\x67\xd1\x62\x44\x02\x07\xe5\x12\x7d\xda\x7c\x0e\x74\x70\x73\xa5\x35\xb3\x37\x69\xba\xc5\xf2\x52\x85\x96\xe4\x11\x96\x78\xbe\x66\x63\xf6\xe0\x7d\x76\xcd\x9a\x84\x57\xac\x5d\x47\xe4\x57\xe8\xa5\x80\xff\x94\xbc\x81\x02\xae\x4b\xca\x0e\x25\xef\x4c\x9a\x6a\x99\xa7\xc5\xfc\xef\xa9\xe1\x97\x6a\xbf\xa7\xa5\x28\xbb\x3b\xbd\x83\x55\x74\x83\x24\x0c\xce\x2e\x68\x23\x5d\x9d\x44\x5c\x15\xed\x11\xda\x3c\xac\x37\xc5\x19\x95\x4d\x93\xb7\xc6\xec\x80\xfa\x6d\xba\x04\xc2\x33\x95\xce\x8c\xa7\xb0\x2a\x13\x90\x94\x03\x6d\x66\xff\xd8\x47\x27\x41\x18\xb5\xa9\x85\x39\x40\x87\xb4\x66\x62\x94\x96\x51\xd3\x7b\xcf\x2d\x0e\x7a\x41\x73\xb7\x33\xbb\x05\x6a\x23\x0e\xac\x6c\x37\x55\x47\x92\x79\x7e\x39\x21\xe6\x73\x4d\x3b\x7f\x84\x7a\x83\x40\xad\x0d\x24\x24\xc0\x98\xdb\x61\x7e\xb2\xba\x5b\xa2\x23\x47\xd6\x2e\xdb\x85\x2b\x2b\xda\x9f\xbd\xf5\x98\xda\x93\x41\x58\x14\x66\x41\x1b\x53\xb6\x76\x5e\x9f\xf3\x09\xe4\x46\xda\x18\x3b\x28\x1a\x51\xdb\x75\xd4\x2e\xcb\x29\x3f\x2e\x1e\xdf\x6b\x7e\x7c\xb4\x78\x7c\x92\x3c\x55\xe8\x84\xeb\x3f\xd4\x69\xba\xb6\xca\xa7\x7b\xd4\x2e\x6b\x8a\x76\x82\xa0\x7e\xc2\x5a\x30\x21\x45\x5b\x55\x72\x2a\x33\xf3\x2b\x28\x6d\x11\xd1\x31\xc4\x1e\x13\x69\x26\xb9\xab\x45\xbe\xcb\xdb\x1e\x22\x74\x4a\x4a\x20\x98\x95\xc0\x9d\x34\x21\x1a\x84\xae\x32\x66\xd9\x8e\xad\x0d\x71\x78\xaa\x61\x13\x94\xa3\x56\xb8\x47\x18\xe7\x34\xe1\xf9\x4d\x32\x10\x6f\xa2\x7c\x5d\x6b\xb5\x71\xd4\x09\xea\xef\x9a\xa9\xb2\xad\x8c\xe4\xbe\xb4\x99\x93\x50\x28\x13\x6a\xb2\xb9\x9e\xa3\xe0\x8b\x70\xec\xd8\x3e\xc9\x61\x66\x67\x35\x53\x4c\x11\x39\xe5\x81\x9b\xc9\x87\xd3\x44\x94\x79\x65\xb5\x96\x03\x30\xc4\x38\xa9\x89\x50\xf9\x00\xae\x9a\x48\x25\x11\xbb\x8e\x6b\x2e\x45\x9f\xeb\x86\x78\xcc\x0b\x1a\x41\x05\x98\x6d\x91\x6f\x59\xe9\x27\x42\xa1\x1e\xa8\x29\x58\xe6\x64\x5b\x56\xfb\xa9\xcc\xa8\x76\xfc\x17\x40\xb3\x32\x43\xd6\x2b\x9e\x1b\xee\x16\xda\x63\x75\x64\xcb\x67\x2c\xcb\x49\x56\x08\xe4\x13\xbd\xe1\xdd\xde\x1a\x16\x4c\xc3\x71\xda\x03\x0c\xa4\x1e\x9b\x3b\x43\x87\xc3\x5d\x3f\x9d\x70\x4f\xd0\xa1\x76\xbc\x3f\x81\x96\x87\xa1\xa4\x5b\x0f\xa8\x5f\x24\xc3\x15\xcd\x43\xed\x14\xa1\x69\xcd\xe6\x8b\x26\xdc\x38\xef\xb9\x44\x54\x8b\x3b\xf6\x58\x63\x6b\xf1\xe8\x18\xa1\x3f\xb2\xd0\x77\xaa\xb7\xa8\xa0\x9b\xa5\x69\x57\x46\x91\x75\x06\x38\x01\xa7\xbd\xb6\xac\xec\x7a\x4b\xff\xab\xbd\x90\x58\x12\xa9\x80\xb0\x38\x5d\xb1\x0f\x5c\x0d\xb4\x31\xe6\xcd\x06\x0a\x85\x33\xa8\x8f\xca\x75\x2b\xcc\x4c\x5c\x0b\xeb\x55\xc0\x5b\x62\xfc\xc4\xcf\x37\x5e\x23\x69\x35\x5f\xbf\x61\x8e\x3e\x4f\x74\x29\xcd\xad\xbb\xcb\x01\x09\x3f\xe8\x19\xc6\x4b\x13\x2e\x65\x7f\x66\x2f\xa8\xf7\x00\x19\x1d\x9e\x3f\x38\x2c\x6b\xf0\x3e\xa0\x02\x92\x46\x1b\xeb\x24\x39\x32\xc7\xe0\xc1\x55\x2c\x16\x46\x82\x71\x65\xc1\x6b\x46\x23\xaa\xb2\x94\x86\x74\x65\x9a\xd9\xbf\xa7\x93\xb2\x9a\x11\x95\x9f\x50\x22\x4b\xd1\x69\x89\x7e\xc1\x54\xf0\x1b\x64\xfb\xcf\x93\x8f\xc4\x60\xbd\x1d\xe1\x9c\x71\x1e\x72\x7a\xc8\xaf\x71\x0e\xab\x1c\x66\xe1\x80\xcf\x47\xf8\xeb\xf7\x26\x30\x10\xf5\xb8\xea\x8b\x8b\x97\x1f\x44\x46\xbf\x78\x99\x34\x85\xe9\x5a\x26\x48\x54\xf7\xcb\xb6\xdd\x37\x1f\xeb\x82\xf5\x44\x17\xa7\x50\xe8\x9c\xa7\x57\x60\x64\x91\xf8\x96\x18\xaf\x8a\xda\xc4\x7e\x47\xd6\x07\x93\xee\xb8\x8f\xf8\x21\x15\x3c\xa1\x73\x9b\x93\xe8\x07\x75\xd9\x29\x1b\x27\x6c\x97\x79\x1e\x18\xb6\xfc\x29\x37\x71\x22\x98\x61\xab\xd1\x98\x8a\x34\x2d\xf6\x24\x36\x82\x29\x52\x20\xc6\x2d\x6c\x4f\xde\x22\x44\x5e\x8a\x55\x5a\x76\x3b\x1a\xae\xd9\x62\x13\x00\xf4\xc1\xe9\xfc\xa1\x43\xb9\x61\x45\x19\x11\x84\xaf\x57\x76\xe2\xab\xa2\x6a\x1f\x4c\x1f\x26\x7b\x9c\x5d\xbd\x6a\x9b\xfc\xda\x84\x95\xb1\x62\x55\x32\x99\xc0\x11\x6f\xc4\xac\x6b\x0f\xcc\x6d\x8e\x7b\xe1\xde\xa0\x0d\x9e\xb6\x2c\x84\xed\xd2\x2f\x51\x19\x22\x9f\x94\x74\x6b\x11\x21\x76\x02\x6f\x89\x5a\x30\x34\xe5\x02\x18\x71\xa6\x13\x68\xea\x6e\x04\xa5\x25\x86\x08\xb2\x2c\xba\xcc\x76\xe0\x77\xd9\xd3\x4d\xb7\xa0\x2d\x02\x34\xb8\x7f\xaf\xb9\xef\x1b\xff\x9d\xd8\x5f\xa2\xdb\xc7\x52\xc1\xdf\xd1\xa1\xb2\xe5\x33\x69\x55\x75\xed\x0f\xd6\x44\x49\x52\xb6\xca\x19\x33\xd5\x0f\x24\xb4\x89\x54\x34\xab\x20\xba\x47\xc4\xc6\x8b\x1f\x01\x77\x81\x6e\x7a\xe3\x67\xa4\x61\x27\x96\xb4\xec\xd5\xe5\x4c\xad\xf3\x05\x7d\xcf\x5b\x48\xc8\x7d\xee\x9c\x66\x80\x66\x35\x77\x3a\x06\xb1\xaf\xcd\xfb\xa5\xfa\xfb\x71\xa4\x1c\xf1\x44\x83\x62\x81\xa1\xf5\xa6\x62\x2d\xed\xa2\x41\x39\xb7\xb5\x46\x0a\xc8\x52\x33\x30\x8d\x2f\x9b\xf5\xce\xb3\x1e\x74\x4e\x34\x7c\x0d\x7d\xa9\x6d\x26\xa8\x9b\x57\x30\x51\x08\xe3\xf1\x6a\xea\x27\xce\x2d\x87\x5f\xbc\xa1\x78\x13\x2c\x43\x4f\xa2\x84\x96\x88\x6a\xac\xd9\x16\x1e\xc8\xa4\xdc\x91\x8f\x11\x23\x72\xc9\x3a\xe6\x48\x5f\xaf\xf6\x8a\xb5\x81\xe8\x99\x8d\xd4\x45\x38\x07\xa2\x7c\x63\x65\x26\x5f\x1b\x66\x0c\x6f\xab\xc4\x1d\x19\xa3\x55\x84\x63\xf3\x95\x38\x01\xd9\x7c\x21\x28\x9a\x92\x35\xbb\x44\x78\xc9\x98\xb5\x8f\xa9\x20\xf7\x74\x52\xa4\x4d\x0b\x41\x4b\x3a\x8c\xd3\xd3\x43\xb2\xce\x1f\x2a\x4c\x5a\xd1\xba\x55\x6e\xe1\x98\x5f\x8a\x35\x33\x6f\x58\x57\x6c\x4a\x38\x65\x50\x6f\x93\x07\x76\x4c\x0f\x45\x4c\x60\x05\x47\xba\x9b\x26\x1f\x13\xa5\x67\xb5\xa8\x3b\xc0\x7d\xf5\x0a\xd0\x79\xe5\x0e\x75\xc7\x66\xc0\x2e\xb1\x35\x57\x96\xd3\x38\x9a\x40\x96\xce\x59\xfd\x48\xc3\x10\x56\x81\xed\x12\x7a\x70\x48\x3f\x69\x27\xb2\x8f\x04\xa4\x7d\x08\xc1\x10\x53\x38\xf9\xca\xd5\x2b\x16\x96\xd4\x69\x29\xca\xb6\xae\x0a\xb1\xd4\xae\x7a\x95\x9e\xc0\x52\x4c\x67\x16\x89\xe7\x6b\xe6\xc3\x6a\xe6\x2e\x68\x88\x10\xd0\x99\xdb\x07\x67\x73\x92\x5c\xd3\x5c\x22\x97\x2d\xd2\x90\xdd\xa1\x35\x24\x2a\x4f\xc7\x90\xd5\x30\x04\x3e\x12\x44\x6f\x1b\x51\xfc\xdc\x3b\x4c\x26\xc4\x43\x15\x05\x16\x42\xdc\x1c\x3e\x7a\x89\x52\x56\xdf\x32\x94\x3c\x6d\x19\x0d\x9c\xb8\x54\x7c\x07\x88\xe9\x26\x9b\x85\x34\x99\xf1\x70\xd1\x68\x60\xa0\x41\x19\xdb\xfa\xa7\xda\x22\xb8\x72\xb8\x32\x04\x0d\xa2\x29\x5a\x10\x93\x35\x58\x29\xa8\xfc\x21\x9e\xed\x79\x61\x03\x61\x5c\x58\xf6\x45\xab\xb6\x98\xbc\xdc\x36\x62\x43\x28\x87\x6d\x0b\x19\xea\x8d\xf1\x2c\xb2\x02\x86\xe3\xd4\x31\x8a\xd9\x3c\x14\xd5\xff\xce\x21\x06\xb3\xca\xc6\x0a\xb6\xd1\x61\x39\x68\xb7\xd9\x45\x30\x24\x63\xd2\x99\x80\xad\xd6\xaa\x34\x21\x56\x1d\x51\x82\x37\xd5\x6e\x07\x24\xf7\xca\x56\xd7\x87\x68\xa4\xe2\xed\x20\x5d\x88\x06\x3e\x11\xef\x81\xf9\xa2\x4e\xcb\xe5\x26\xd8\x9d\x67\x15\xe1\xab\xa4\x46\xfb\x92\xb8\x31\x74\xf6\xf3\x84\x26\x9d\xb6\xf6\x5c\x6d\x00\x9f\xd4\x97\x80\x99\x50\x51\xe8\xd3\xe4\x58\xe5\x3e\x2c\x34\xb6\xc0\xb2\x6b\xda\x6a\x67\xcb\xfd\x9a\x5f\x5e\x43\xde\x74\xa5\xc4\x90\x15\xd9\x3d\x2e\x2b\x62\x07\xaa\x32\x70\x09\xaa\xf6\x93\x70\xde\x67\x91\xbe\x84\x79\xdf\xbc\x85\xa3\x87\x29\x17\x69\x6d\x12\x4d\x31\x79\x4b\x42\x78\x51\x54\x47\x9a\x96\xd9\x27\xc8\x80\x75\x33\x81\x01\x93\x28\x1b\x78\xdf\xba\x66\x31\x1d\x10\x50\x9a\x01\xc2\x96\xe0\x0f\xda\xac\xfa\xf5\xd6\xc9\x0d\x22\x4a\x4e\x20\xdd\xef\xa6\x4c\xfd\xc1\x53\xd7\x07\xaa\xf1\xac\x6f\x95\x15\x16\x80\xb7\xa4\x02\x31\x5d\xf4\x45\xf7\xe0\x0d\xea\x52\xe4\x2f\xee\x68\xc6\x7e\x05\xbd\x6a\x08\xac\x86\xa1\xcc\x56\x27\x36\xfe\xca\xac\x79\x9d\x58\x56\xb0\x7e\x37\x9f\x27\xd6\x33\xe7\x5c\xdd\x72\xc6\x34\xcc\x4a\x76\x9a\x59\x40\x57\x1a\xd5\xf6\x10\x8d\xc3\x1f\x3a\x58\x4c\x4b\x13\xb7\x3d\xb5\x26\x0d\xd8\x2f\xc5\x9c\x59\x95\x4d\x60\x89\x87\x05\x0a\xea\xb1\x77\xa1\x66\x2c\x33\x85\x69\x99\xc7\x16\xdc\x73\x92\x4a\x97\x67\x33\xfa\x7f\x32\xd9\x77\x0b\xaa\xcd\x39\x12\xc9\xe2\x11\x42\x58\x77\x22\xeb\x48\x26\x8a\xfe\x63\x5f\x22\xad\x2c\x3c\xf4\x9a\x74\x9c\xbb\x7d\xa2\x36\x23\x26\x7b\x62\x4c\x52\x42\x82\x45\x80\x57\x1b\x18\x6b\x42\x71\x76\x96\xa1\x13\x49\x54\xa3\x2c\xb2\x63\xb8\x39\x7c\x46\x90\x82\x23\xe7\x90\xa7\xc0\x4e\x75\x9d\xf3\x86\xd6\x8c\x67\xdd\x1d\xfb\x8e\x11\x50\x25\x54\x36\x7b\xfe\x05\xeb\x1a\x18\xf1\x43\xf3\x88\x3f\x3a\xfc\x1a\xe2\xf0\xd8\x74\x65\x7f\xe5\xbd\xcb\x0e\xa1\x0d\x7c\xa5\xf8\x18\x27\xdc\xa4\x46\x40\x07\x58\x7e\xe8\x7b\xf6\x15\x95\x2c\xd2\xec\x75\x25\xee\x6f\xdd\x3e\x83\x6c\x18\x61\x06\x6b\xdc\x2f\x8f\xec\x71\xd8\x03\x70\xf2\x9e\x77\xee\xc2\x8c\x3b\x89\x0f\x05\xd7\x3c\x59\x74\x6a\xeb\x2e\x77\xfe\x7a\x1f\xf5\x87\xeb\x7a\xd6\x07\xb1\xda\x1f\x26\x7f\x16\x0a\x0c\x33\x96\x91\x67\x7b\xad\xf4\x5b\x1d\x15\x16\xa6\xad\xcd\x76\xcb\x76\xaa\x7d\x20\xf5\x52\xc6\xdf\xfe\x97\x98\xce\x8d\x28\xc7\x68\x0b\x74\x86\x48\x19\x08\x79\x5a\xc6\xfe\x62\xd8\xeb\xce\xd6\x16\xd1\x24\xa6\x33\xb4\x98\xad\xf1\x44\xc9\xdb\x33\xc7\x8a\x38\xdf\x0e\x01\x57\xa5\xfc\x26\x2d\x58\x42\x28\x1d\x1d\xa4\xa1\x57\x55\xa3\x5a\x5a\x69\xec\x17\xb8\x7d\x84\xba\x1f\x01\xd4\x15\xb0\x3d\x72\xdd\x50\xaa\x18\xad\x15\x64\x4e\x62\xcd\xb4\x2b\x4c\x3b\xe6\x24\xf7\xac\x21\x28\x5b\xc3\xa8\x1a\x76\x85\xf8\x40\x53\xb3\x5a\x18\xb1\xf5\xb1\x0f\x50\x3c\x1a\x6f\xcc\x79\xa1\x1a\xb7\xde\x7c\x2c\xa0\x12\xcd\xb7\xd8\x6f\x27\x9e\x4d\x71\xce\x2b\xa1\xc6\x34\x1a\x88\xc3\xa4\xc8\x4a\x26\x5b\x53\x6a\x1e\x47\x2a\x8b\x32\xa1\x05\x4c\x8e\x9b\x40\x54\xaf\x8a\x80\x2d\x7d\xc9\x96\x95\x90\x13\x65\xa7\x49\x97\xcf\x3e\x87\x61\x6e\xcd\x4a\x80\x79\x04\xf4\xd2\xd4\x1b\x88\x8f\x02\x1c\xd0\xcb\x11\x06\x5f\x1a\xbc\x95\xab\xef\x0d\xc2\x5b\x58\xa2\x32\x7e\x06\x68\xf8\x7c\x3a\x66\x38\xd3\xc5\x07\xab\x13\xe7\xb5\xa3\xc5\x96\x88\xd1\x16\x87\xe0\x80\x0e\x69\x83\xff\x3c\x15\x0a\x9a\x01\xd9\xe3\x5e\x31\xf7\x20\xde\x0f\xaa\xa6\x60\x5a\x0c\x85\x8d\xfa\xa0\x8e\x66\xb2\x2e\xa3\x76\x9a\x46\x4b\xcd\xf7\x35\x61\x2c\xcc\x7d\x21\x59\x07\x01\xe8\x39\xb3\x08\xb2\xa8\x99\x5a\xe8\xb4\x7a\x0d\x44\xa6\xd9\x83\x49\x5a\x31\xb8\x73\xc5\xf5\x15\x11\x39\x6e\xc0\x7e\xab\x62\xec\x95\xe5\xed\xe1\x65\x6c\x3b\xa1\x87\x95\xd7\x9d\xc9\x91\xe5\x7a\x4c\x99\xa0\xa6\xaa\x9b\xf9\xe4\xd9\xa9\x1e\x84\x0c\xae\xaf\x3d\x75\xec\x57\x7b\xe2\x07\x17\x9c\x44\x79\xc9\x9e\x2c\xd6\x8a\x1f\x90\xb7\x58\xca\x99\x26\xbf\xe6\xac\xac\x3b\xb0\x66\x08\x04\xee\xa7\x7e\x07\x2c\x86\x3d\x77\xf6\x0c\x8f\x5d\xae\xaa\xec\xce\x24\xcd\x32\xc6\x7c\x19\xb1\xa0\x7b\xd8\x67\xc2\x88\x03\x90\xa2\x64\xc8\xd0\xe7\xfa\xc6\xfc\x79\x64\x9b\x80\xae\x9f\xed\x11\x8a\xb7\xa1\x3a\x5c\xd5\x2c\xb4\xd5\x33\xd5\xf9\x3a\xd3\x04\x18\x9c\x13\x08\x30\xbc\xa2\xac\x85\x5c\x54\x5f\x94\x47\x64\xe5\x05\xfd\xb5\x96\x89\xd6\xc4\x82\xd2\x8e\x85\xc0\x50\x03\x4c\x07\xcd\xd2\x34\x7d\x83\x85\xeb\xb1\x9d\x2d\x70\x5c\xe1\xe8\x8f\x69\x23\x7b\x02\x63\x24\x92\x66\xf1\xdb\x71\x4d\xea\x68\x1d\xa8\x08\x1b\xae\x96\x25\x44\x2b\xfa\xb9\x29\x42\x31\x87\x19\xb9\x10\xff\x22\xbf\x04\xa3\x9e\x8a\x03\x44\x54\x13\x33\x1e\x5e\xd5\xce\xdb\x34\x8d\x10\x63\x9a\x04\x6c\x15\x8a\x47\x45\x3b\xd9\xd4\x1b\x3e\x2d\xa0\x9a\x6f\x9c\x2b\xe2\x8f\xb4\x5b\xaa\x72\xfd\xf8\x8c\xed\x68\xf0\x9c\x30\x9b\xae\x60\x51\xea\xa7\x1f\x1f\x69\x66\xf2\x6c\x63\x96\xdb\xa4\xea\x60\xb2\x80\x13\x61\x4e\x92\x17\xef\x42\x4c\xef\x8f\x69\xe0\x6f\x9c\xb0\x73\x26\xcf\x3e\x86\x12\x8e\x82\xfd\x8f\x49\xf8\x88\xe1\x9d\xcf\x26\x81\x32\xc4\x9e\x3d\xaf\x77\x76\x5d\x80\x93\x3c\x89\x81\xf2\x35\x9e\x48\xca\x0d\xb4\x3a\xe7\xe0\x21\xcd\xd6\xcd\x80\x20\x95\xa5\x1d\x53\x57\x82\xd9\x0e\x2e\x01\x9c\xdc\xf7\x4b\xed\x54\x84\x2b\x56\x99\xb1\x4a\x1f\x91\x80\xd2\x62\x3a\xb1\x15\xb8\xa5\x65\xa6\x0b\xa9\x6c\x65\x26\x44\x7f\x55\xc2\x30\x68\x51\xc0\xe1\x95\x7a\xeb\x87\x83\x61\x0e\x9e\x3b\xb9\x63\x5d\xe1\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\x62\xa9\xb3\x9c\x86\xd5\x80\xf6\x32\x32\x01\x32\xa5\x71\x39\x77\x51\x18\xf2\x03\xaa\xd4\x27\x49\x30\x02\x67\xca\x71\xfd\x34\xec\x81\x9d\x8c\xb0\xad\x5b\xe9\x12\x0d\xef\x83\x9b\x10\x48\x7e\xac\x17\xe2\xc5\x7b\x0d\xa1\xb6\xf5\x67\x03\x65\xc2\x9f\xd9\xca\x7f\x2f\x44\x03\xb1\x84\xf2\x2a\x90\x01\x69\x5e\x78\x55\x5a\xf0\x25\xb2\x11\xd9\x6c\x3c\x86\x32\x4a\x6a\x58\x7a\xa6\x4a\xfe\x4b\x92\xb1\x07\x6e\x5b\xd1\x5e\x1a\xd4\xc0\xa9\x18\xcc\xb0\x44\xe0\x8c\x69\x89\x87\x08\x57\x4a\x3a\xdc\xfe\xa6\x7e\xa8\xb8\xe5\xc4\x2c\x35\xba\xdf\x4c\x32\x32\x66\xdd\xb1\x83\xc5\xd5\xa4\x5f\x43\x22\x75\xe7\x62\x6c\xf4\xb4\x02\xda\xb7\xb6\x83\x9b\x46\x00\x30\x4a\x33\xba\x72\x91\x97\x34\xdf\x55\x23\x90\x60\x3b\x39\xc9\x2f\x27\xda\x04\xca\x28\x56\x40\x22\x2b\x5b\x1d\x94\x27\x99\x29\x43\xcf\x79\xa6\x66\xe7\x44\xec\x49\x8c\x2d\xe0\x0b\x66\xb1\xab\xe1\xac\xc6\x71\x09\xe2\xee\xad\x8e\x0d\x52\x4c\xb7\xd1\x07\x9e\x6d\x47\x71\x64\x4d\x1a\x99\xa6\x0f\x52\x89\x0c\x85\xb5\x40\x6b\x23\x90\x58\x5c\x3a\x19\x42\x5c\xa6\x19\x63\x75\xdb\x93\xf3\x57\x8d\x9e\xb1\xec\xf9\x05\x22\xe4\x5a\x95\x7a\xff\x54\x81\x4d\x60\xe2\x57\x76\x27\xaa\x3b\x2c\xb6\x76\xe9\xb1\x67\x54\x46\x39\x38\x91\x6c\x7c\xdb\x4c\x15\x87\x84\x90\x5c\xed\x16\x55\x01\x07\x33\x95\xe0\xdc\xa8\x65\xc4\xfd\xa1\xc6\xd9\xb2\x06\xc6\xd1\x97\x68\x26\xb1\x10\x01\x69\x09\xa6\xe1\x4e\xf2\xa7\xbe\x42\xd0\xb1\x95\xfb\x1b\x57\x06\x2c\x28\xad\xaa\x28\x30\xc1\x97\x62\xcc\x8c\x2c\xd7\x39\xec\x1a\xe0\x53\xc1\x07\x8b\x5b\x22\xdc\x06\x71\x4a\x1c\xa9\x41\x47\xcb\x64\x4c\x21\xdb\x14\x62\x85\x27\x6a\x63\xe8\xa1\x13\x7d\xf8\x5a\x61\x59\xae\x4f\x63\x44\x6e\x6c\x6c\xc1\xfa\x8d\xd3\xbc\xdb\x89\x5c\x38\x30\xb7\x23\x6e\xc6\xee\xde\x9a\x04\x04\x0f\x9b\x93\xc4\x33\x35\xef\xd0\x7a\xb4\x81\x56\x25\xa9\xaa\x2d\x36\x3a\xb3\xe0\xbc\x33\x69\x5f\x69\xd3\xd6\x16\xec\x37\x77\x60\x0c\x56\x98\x50\xcc\xde\x80\x69\x2e\xac\x90\x1d\x50\xf3\xcc\xac\x88\x8b\x26\xe6\x33\xd2\x13\x42\x99\xca\x02\x08\x34\xe7\x96\x6b\x48\xde\xbe\x7a\xfe\x21\xf1\x7c\x02\xc9\x16\xdd\x3a\xc9\xea\x34\xa5\x65\xbf\xe3\xbc\x16\x7b\x3d\x74\x2e\x26\xae\x7a\xea\x45\x6f\x18\xea\x4a\xf9\x64\x78\xc2\xf4\x01\x1d\x51\xb4\xfd\xc7\x70\x68\x85\x89\xdc\x10\xe1\x72\xba\x1f\x37\xc3\x23\x8b\x37\xf9\x0d\xda\xc3\xcf\x13\xb1\x32\x3c\x57\xbd\xbf\x37\x68\x0d\xad\xca\xde\xd6\x65\x3d\xdb\xb1\x3b\xa1\x75\x18\x31\xc4\x80\xfa\x82\xd5\xdf\x99\x5d\x55\xa7\x0b\xb9\xee\x68\xa7\xb0\xa3\x75\xde\xba\x19\x9c\x4e\x0e\x79\x93\x2f\xf2\x02\x87\xd7\x9f\xa0\x8e\x82\x80\xbd\x31\x79\x26\x19\x48\x8f\xee\x73\x84\xad\x51\x43\x3f\x36\x7b\x42\xf2\x25\x9d\x8f\xcd\xec\x6e\x97\x53\x36\xc4\xb5\x2f\xed\xdd\xc7\x24\xd8\x1c\xe8\x40\xa2\x96\x08\xe2\xf1\xa0\x36\xdc\x35\x5c\x42\x05\x4a\x87\xa3\x77\xa8\x12\x8d\x37\xef\x87\x72\x70\xad\x11\xa4\x24\x3b\x56\x8c\x97\xb7\xb7\xfb\xb7\xff\xa9\xcd\x8a\x23\xf1\x65\x19\x34\x8f\x3b\x8e\x76\x44\x0f\x3e\x05\xaa\x1f\xb7\x5b\x71\xb9\x82\xe6\x15\xcb\x8a\x34\x7b\x33\x42\xae\x04\xec\xa5\x77\xa8\xa5\x79\x38\x59\x16\x55\x69\xfc\xfc\x0c\x58\x5a\xdc\x9e\x20\xac\xf8\x29\x79\xca\x4e\xc7\xb7\x5f\x9d\x4b\xb8\x1e\xbe\x36\x77\x67\xc2\xdd\x64\xa3\xc0\xa7\xde\x45\x4c\xce\xd1\x7b\x0f\xcd\x9e\xc6\xd4\x68\xef\x25\x67\xb0\x6c\x2f\x0c\xae\x72\x86\x16\xbb\x2b\x27\x4e\xcb\xa0\x16\xf0\xc6\xde\x26\xfb\x0a\x9c\xa4\x78\xc2\x12\xbd\x85\x80\xce\xda\x77\xc6\x3d\xc6\xfa\x77\x3b\x5c\x2a\xce\x2f\xa1\xb0\x94\x64\x5c\xca\x95\x0b\xb9\xee\xd3\xb6\x7b\x41\xdb\x66\x09\x01\x33\x99\xae\x69\x77\xaf\xcb\xaa\x0e\x9c\xfd\x27\x45\x4e\x4c\x52\x63\x66\xaf\xf1\x17\x1a\x42\x4d\x18\x16\x17\xce\x43\xa0\x6c\x05\xd4\x1c\x09\xdf\x54\x9a\x0e\xa1\x5d\x7e\x79\x1a\x27\x8f\xd7\xd1\xe8\x4d\x62\x2f\x49\xf4\x4b\xc3\xed\x7a\x0e\x5a\x44\xec\x34\x75\x39\xa5\xf3\x11\x85\xb3\x3e\xe2\xab\x23\xe0\xda\x34\xb6\x81\x2c\xbc\xc7\x10\xb4\x65\x7d\x24\xc3\x9b\xba\xe1\x6d\x5f\xa2\x7d\x69\x57\x58\x5b\xc8\xec\xc2\xde\x21\x50\x33\x88\x5e\xfa\xa5\x3e\xb5\xb0\xb1\x15\xb3\x37\xfc\x9d\xd8\xef\x07\x24\xb7\x3e\xb4\x40\xc4\xb9\x42\xdf\x31\xe3\xfb\xbc\xa7\xe2\x7b\x12\x67\xe9\xc5\x4a\x95\x6d\xcb\xaa\xca\xae\xa1\x32\xe3\xe3\xc2\xab\x65\xd6\x62\x24\x6d\x94\x11\xe5\x8a\x16\x69\xb1\x9d\x4e\x8e\x30\xf3\xc3\x90\xf1\xab\xfe\x60\x4b\xc6\x3a\xbd\x46\xda\x85\xfb\xc9\x88\xd8\xcc\x7e\xc6\xbf\x6a\xa5\xa0\x59\x58\x6e\xd4\xf3\xae\x5a\xcd\x79\x56\x70\xe0\x9e\x05\xb6\x5f\xd9\xfc\xe2\x40\x41\x28\x28\x30\xb0\x8d\xee\x70\x32\xb1\x33\x76\x16\xd3\x03\x41\xdc\x76\x3a\x66\x09\x09\x66\xf9\x1f\xb6\x83\xf4\xc9\xf0\xd7\x8d\x20\xa5\x81\x56\xb4\x6b\x37\xa1\x87\x8d\xbd\xee\x30\xd1\x3b\xd9\x72\x11\xf5\x8d\xde\xc8\x4e\xf8\x22\x6a\x98\x75\x23\xc1\xbd\x56\x4f\xd7\x88\xfa\x81\xec\x25\x8b\xa2\x33\x77\x1f\xcb\x6a\x5b\xda\xc7\x84\xcf\xd6\xcb\x08\x88\x26\xe5\x32\x91\xc7\x40\x05\x98\x0a\x29\xb3\x38\xf4\x0c\x5f\x89\xc5\xa1\x11\x08\x7f\x0c\x6e\xd5\x11\xcf\xdf\x19\x7b\xf4\xe2\xd5\x07\xb8\xa7\xb8\x5b\x54\xc6\xdf\xea\xd9\xa7\x34\xeb\xb6\x46\x9c\x9a\x79\xd3\x08\xf3\x44\x93\x09\xd3\xfe\xc2\xd8\x8b\x9f\xb1\x4e\x90\x37\x21\x2a\x29\x7a\x87\x02\x51\xb6\x7c\x87\x8b\x72\x62\xa2\xb0\x75\x5b\xb3\x39\x2c\x11\x85\xf8\xd6\xbf\x2b\xc5\x2e\x1d\xf4\xe5\x44\x6e\xd1\x59\x6d\x75\x6a\xbd\x5c\xe4\xe6\x97\xd5\x5c\xef\xd2\xbd\xaf\x58\xed\xd6\x6e\xf9\xc0\x59\x85\x76\x6b\xdd\x72\x4c\xa1\x1b\xb9\xac\xef\xa8\x33\x21\x07\xa7\xaf\x8d\x7c\x79\xb2\xcd\xb7\xd6\x88\x9c\xac\x66\xaa\x77\x5d\x47\xb6\xec\x2b\x3e\x71\x9c\xa8\x94\x5a\xff\xac\x16\x4c\xcf\xfe\x6a\x0e\x63\x85\x6c\x7c\x92\xd5\x5d\x8a\x63\x0c\x5f\x40\xd6\xcb\x99\x05\x0f\x72\xc5\x0b\xe8\xac\xee\xb6\x38\xd7\xfe\xcf\x7f\xff\x1f\xa7\xcf\x30\xf2\x67\x6d\x5d\xe0\xd7\x0e\x53\xeb\x18\x6f\x94\xc3\x0a\xf9\xaa\x48\x1e\x63\x82\x30\x7b\x6b\xd6\xcc\x28\xc9\xd7\x27\xb1\x4e\x76\xf0\xe9\x87\x8f\x11\x64\xd2\x9a\x09\x05\xdb\x3b\x79\xb8\x7c\xa8\x4d\x20\x39\x2b\x45\x62\xe5\x59\x70\xb8\xfc\xb9\xcb\x97\xdb\xf9\xba\xcb\xe1\x5a\x59\x9a\x82\xaf\x7c\xb2\x1e\x48\xcf\xdc\x76\x93\x37\x82\xd4\xbf\x30\x4d\xef\xd3\xe8\xd0\x39\x9d\x8f\x26\xbd\x45\x22\x1e\xea\x81\xf1\x23\xdc\x5f\xec\xdb\x4b\x52\xe3\x4a\xef\x3c\x34\x55\x61\x26\xfb\x0e\x5e\x6d\x30\x50\x4b\x7b\xe7\xf4\xad\xb7\x8d\xad\x33\x6c\x58\xc7\xa0\x3c\xb7\x4e\x9d\xe5\x4b\xc8\x83\x3d\xcd\x86\x44\xf6\xa4\xcb\x9b\x13\xeb\x5d\xc2\xc8\x07\xed\x6c\x6d\x7d\x21\xef\x4c\x82\xc0\x00\x7a\x58\x3c\x59\xb5\x29\x9b\xa4\x26\x88\xae\x31\x7b\x5a\x55\xbb\xc9\x8a\x58\x4d\x62\xae\xd4\xb4\x8e\x0b\xd6\x6d\xba\x9e\xfd\xcc\xa9\xd6\xb4\x4e\x4b\x4c\x89\x5a\x0b\xc9\x70\xae\x1e\x48\xb4\xe9\xba\x99\xbd\x06\xcf\xd8\x0c\x62\x1f\x20\x50\xc2\x20\x40\x42\xc1\xb0\xb6\xc8\x8e\xb6\x06\x09\x1c\xa5\xe1\xcb\x08\xc5\x1e\xd6\xa8\x09\x66\x9e\xb8\x14\xea\x3b\xff\xa5\x09\x29\x4c\xda\x98\x46\x54\x67\x7a\x49\x91\x8d\x7e\x75\x7a\x9c\xbd\xa7\x45\x91\x2f\x5a\x61\x0e\x9e\xf0\x82\x2d\x3f\x30\xb0\xe5\x0a\xc7\x77\x1b\x00\xfc\xab\x81\x16\x9a\xce\xb2\xda\x95\x62\x4e\x9c\xb7\xc3\xb9\xfd\x35\xb1\x5d\x98\xf6\xbb\x62\xd3\xa3\xd8\x0d\x2e\x75\x05\x05\x04\xf8\x36\x97\x02\xca\x4e\x5b\x86\x68\xbb\xe9\x6a\x97\xba\xa3\x2d\x06\xd3\xd7\x53\x31\xe8\xba\xf4\x8c\x3d\x99\xd3\xb6\xdb\xb9\x24\xb9\x4f\xf2\xae\xcb\x8c\x2f\x5e\xc2\xe4\xa4\xcc\x41\xed\xee\x68\x20\xb2\x89\x68\xc5\xf7\x36\x34\x84\xcf\x99\xc6\xd3\x1e\x64\x94\x60\xc2\x28\x51\xf6\x14\xff\x0c\xb3\x97\x34\xf5\xf5\x5c\x4b\x7b\xc9\xad\x18\xd4\xe3\x56\x52\x17\x32\x2d\x7a\xad\x78\x00\x6e\x69\x37\x02\x25\x8d\x79\x40\xdf\xde\x18\x34\xac\xe9\x01\x30\x8c\xf1\x0a\x57\xb8\x40\x1c\x5a\x6d\xd5\xc0\x5b\x3e\xe8\x40\x53\x80\x77\x1d\x07\x87\x2c\xbb\xa6\x73\x59\x0c\x78\x62\x52\x12\x9e\x67\xd8\xd7\x10\x56\xbb\x7a\xb8\xad\x14\x54\x7f\xb6\x08\x4f\xc3\x8d\xd0\x42\x8e\x84\xfa\x8c\x2c\xa8\x2e\x9a\x2c\xf8\xeb\xde\xaa\x49\xe6\x7c\x5f\xa4\x4b\xa3\x37\x92\x3e\x98\x6d\xd3\xca\xb2\x21\xd4\x48\xd4\x88\xd6\xc5\x4d\x45\x08\xc0\x33\xdc\xa6\x8b\x19\xf1\x51\x98\x5e\x57\x0c\x13\x6a\x33\xd6\x3a\x99\x36\x53\x29\x8a\xd4\x19\xf5\x2c\xcc\x21\xb6\x69\x2e\xcc\x70\x80\x78\x11\x83\xdc\x2b\x75\x33\x7e\xf5\x01\xfa\x55\xc7\x5c\x77\x1f\x93\xb4\xb4\x5b\x15\x36\xac\x1f\x89\xe8\x96\x66\x08\x82\xd0\x1c\x5f\xa9\xff\xc6\x05\xd5\x5a\x98\x95\xfb\x00\x0e\x6e\x98\x3e\xc5\x9d\x36\xa5\xa2\x1c\x82\x61\x6b\x49\xe9\x18\x6c\xa3\xb1\x88\x48\x04\xb9\xaa\x3a\x74\x3c\xb9\xac\x3a\xe1\x82\x78\x00\x63\xa5\x64\xc5\xb3\xf9\xe2\xca\x16\x5a\x1b\x89\xe2\xc2\xbe\x5a\x54\xc1\x58\xa9\x1d\x64\xa9\x0a\xf7\x22\xb9\x14\x21\xbb\x04\x6d\x1a\x81\x6f\x38\x38\x02\xb8\x2b\x1b\xaa\x26\xca\x9a\xe2\x94\x6a\x5a\x8d\xa7\xd3\xf6\x67\x81\x41\x80\xb1\x04\x42\x44\xef\x06\x00\xd1\x97\x8b\xd5\x9e\x78\x6e\x7c\x04\xa6\xf8\xd1\x56\xe9\x00\xb1\x05\xde\xc0\x45\x41\x75\xee\x5f\x29\xb6\xab\x9a\x16\x54\x17\x06\x93\x37\x06\xd7\x4d\xe9\x0c\xa7\xdd\xb8\x1d\x4c\xae\x6f\xc5\xc1\x73\x33\x03\x78\xec\x29\x9e\xff\xd9\xbd\xdf\xbe\xfb\xdc\x58\x55\x3e\x92\x33\x59\x03\x67\x7e\x7a\x74\xef\xb7\x3f\x7e\x26\x39\xff\xde\x6f\xdf\x7f\x66\xe3\xd4\xa0\x8e\xf9\x8a\xc4\xb1\x1b\x2b\xe2\xe2\xb6\xcc\xbe\x36\x87\xbc\xea\xe0\x53\x56\x93\x00\xe5\xa9\xc5\x97\x56\x39\xb0\xcc\xc4\xfb\x5e\xe3\x30\xf4\xb6\x7d\xa6\x19\x2f\x7a\xdb\xbe\xec\x76\x73\x1d\x7a\x03\xb2\x50\xed\x77\xe2\x99\x14\x94\x97\x6c\x08\x3c\xed\xec\xf7\x35\x71\x3d\x9a\x92\x8a\x27\x1e\x0d\x3c\xcf\x66\x77\x79\x38\x56\xcf\xf1\x07\xf9\x7a\xcc\x63\xc1\x1c\xfc\xee\x1a\xac\x9c\x2d\xeb\xb9\x5c\x58\xb5\xf7\x98\x72\x36\x6d\x4d\x63\x6a\x25\x51\x93\x2e\x0a\xdc\x9e\x8f\x32\xb4\x0f\x21\x40\xc2\xbb\xda\x84\xfd\xb3\x65\x6a\x9e\x60\x05\x7e\x69\xea\x2a\x98\x1f\xcd\x8b\x2b\x54\x98\x5b\xaa\x54\x22\x6c\xf1\xe6\xbd\x21\xd6\xc0\xef\x1d\x9d\x74\x9e\x31\x7b\x6c\x11\xa7\xfd\xf7\xcd\x95\xf4\x4c\xab\xd9\x48\x8f\xb2\xbf\xbf\x1a\x61\x40\x88\xab\x5d\xa1\xa2\xfb\x50\x59\x22\xcc\x13\x0b\xe3\xd0\xba\xda\x73\x0a\x3c\x2d\x4f\x23\xf5\x55\xca\xdc\xda\x90\x20\xea\xfd\x10\xc3\xf7\x15\x87\x82\x3b\xe7\x3f\x36\x91\xbd\x27\x24\x22\x98\xc3\xd4\x58\x21\xaa\xa9\xf6\x82\xe2\x8a\xc5\x2a\x1c\xb5\x90\xbc\x1a\x1b\x3c\xc0\xaf\x98\x8d\x11\x60\x2f\xac\xb0\x70\xc1\xb2\xa3\x38\x42\x97\x30\xf3\xba\x48\x37\x84\x6e\xb0\xfd\x83\xff\x9c\x26\x37\xdd\x25\x8d\x8c\xc7\x7a\x15\x52\x25\x52\x56\xa9\xa5\x2c\xfa\x84\x63\x35\x34\x75\xc4\x0a\xaa\xab\x94\x9d\xea\xbe\x1b\x98\xed\x31\x31\xaf\x12\x1d\x2c\x75\x69\x72\xa0\xca\xb6\xe4\x03\x97\x35\xc0\x51\xe6\xb2\x2a\x88\x0d\xe5\xcc\x6d\x01\x56\xb4\x97\x0b\xad\x37\x6d\xda\x98\xad\x93\x4c\x8f\xef\x8d\x1c\xf7\x8c\x3c\xc6\x9b\xc1\x63\xf0\xd1\xd1\x48\x56\xdf\xbf\x32\xce\xd5\x2b\x55\xea\x6c\x1b\xf1\x21\x41\x71\x8d\xfe\x17\xb2\xa1\xe3\x50\xb7\x98\x91\x73\x65\x84\xbc\x2d\x25\xf0\x67\x11\x1d\x56\xe4\xed\xe2\x46\xfa\x15\x13\xcb\x78\x3f\xac\x48\xcd\x93\x3f\xb0\xa3\x87\x96\x64\x11\x98\x3c\x23\x6f\x12\xc8\x4e\xee\xa6\xa5\x66\xd3\x86\xda\xa7\x84\xab\xe2\x38\xc5\x4c\xf9\x9a\x39\x8d\xd0\x2f\x91\xa6\x7e\x14\xda\xd9\x9c\xb4\x48\x4b\x1b\x18\xe5\x9c\x40\xc7\xf1\x93\xac\xc4\x8b\x2a\xf8\xde\x25\x54\xd1\xac\x04\x15\x3d\x30\x43\x4e\x7b\x2d\x20\x84\xc1\x0c\xff\xf4\x5b\x96\xbf\xb3\x83\x6d\x54\xf3\x23\xc9\x33\x96\x38\xed\x44\x54\xd0\xce\x75\x45\xdb\x58\x33\x39\x3e\xd2\x96\x49\xe9\x01\xb7\x4b\x5d\x27\xca\x8a\xe4\x7b\xe2\x4e\xda\xca\xb5\xf7\xdc\x45\x31\xb0\x16\x53\x69\x9e\xe9\x27\x4c\x89\x1c\x73\x81\x8d\x7f\xa9\x55\x9f\x22\x66\x9d\xf5\xa9\x90\x8b\x60\x52\x3d\x5c\xfc\xc3\xb0\x7f\xb3\xfb\x89\x54\xaf\xbb\x7f\xef\x65\xdc\x74\x9d\xb4\x1d\x3b\x91\x31\xcd\xe0\x09\x16\x15\x7e\xf3\x43\x40\x1c\x40\xf9\x1e\x71\xe5\x8f\x70\xbc\x67\x96\x0a\x26\x7f\xb8\x97\xe0\x1b\x04\xe2\xbe\x9d\x49\x11\x05\xce\xc3\xd5\x00\x29\x83\xf3\x98\x82\xf0\xe6\x97\xc5\x3d\xe6\x45\x82\xea\x33\x25\xbd\x0d\x23\xfd\x8f\xd0\x06\x58\x92\xce\xbf\x93\x26\xdd\x21\x2c\x28\xac\xad\x8c\x91\x16\xe4\x7b\x07\xa2\x95\xef\x30\x75\x7a\xee\x4b\x1b\xa8\xdf\x55\xcf\xf5\x58\xdf\x87\x1b\xda\x92\x4b\xdc\x83\x06\xa8\xa3\xff\xfa\xb9\xb1\x63\x48\x17\x73\x4f\x62\xa1\xeb\xcd\x9b\x25\x4d\x65\x6e\x22\x80\x58\x20\xf7\x39\x10\xe6\x1b\xbe\x0d\x2d\x4a\x75\xe7\x99\xa8\x30\x7a\x3a\x13\x86\xf0\x78\x66\xe7\xac\x54\x48\x24\x39\x81\x7a\x48\xf0\x5d\x97\x98\xf8\x68\x18\xe9\x40\x17\x12\x2e\x00\xef\x6d\x09\xb4\x33\x8d\xe6\x65\x76\x11\x8c\x3f\xc0\x17\xcd\x85\xc6\x93\xd1\xc3\xd6\x9b\xc7\x33\x76\x47\x8b\x20\x0a\x08\x6d\x06\xb6\x3b\x23\x54\x20\x6b\x5d\x06\x9d\xa2\x8a\x93\x05\xeb\x92\x18\x32\xc9\x3a\xd8\x6d\x13\x4b\x6c\x50\x08\xea\x32\x4f\xd0\x7c\x6f\xf3\x86\x88\x80\x59\x62\x9b\xd3\xec\x89\x0f\x1a\x2f\x17\x8c\xa0\x45\xbe\x6c\xc5\xe8\x0b\x2e\x6a\x61\xae\x71\x19\xe7\xc0\x21\x9f\x9a\x30\xea\x22\xc8\xa3\x29\xe1\x64\x9c\x54\x84\x37\x8b\x22\xdf\x6e\x03\x52\x90\x96\x73\x36\x89\xf0\xd8\xbd\xc6\x37\x1a\x3f\xd4\xbf\x61\xb8\x9a\x08\x7d\xc4\x18\x1a\xd4\xc7\xda\xf5\x5e\x95\x1f\x06\xd3\x42\x80\xf7\xc1\x6b\xcb\x4a\x65\xae\xfe\x25\x51\xf7\x2b\x4a\x5f\xa6\x1d\x2d\x75\xbb\x61\x1f\xcc\xda\xb8\x21\x37\x37\xb7\xe4\x62\xee\x31\x96\x08\x06\xec\x88\xad\xe1\x1a\x73\x5c\xe3\xc1\x01\x44\x73\x4f\x54\xa9\x2a\x0e\x5c\xfb\xb0\x5e\xa9\x2b\x22\x1d\x17\xc1\xb6\xc3\xf4\x87\x44\x56\x4b\x31\xa2\x76\xa5\xee\x3b\x2e\xcd\xfa\xc4\x66\xf6\xfb\x7f\x23\x09\x4f\x46\x6b\x91\x53\x11\xd8\x61\x67\x6f\xb8\x4c\xa4\x60\xe5\xba\x4a\xf8\x62\xbe\x25\xeb\x76\xea\x1e\xfc\xe1\x5e\xf6\x30\x81\x36\x99\x57\x22\x36\xfa\xb5\xb2\x3c\x3a\xfc\x00\xa9\x12\xf5\xd3\x3e\xa6\x39\xae\x70\x00\xe9\x18\x08\xbe\xda\xbf\x4f\x02\xb5\x5e\x78\x9a\x39\xd1\x3b\xc8\x0e\x55\x0c\xca\x5a\x84\xd9\xe3\x9a\x86\x3e\x40\x36\xbb\xe7\xe4\x9f\x21\x08\x94\xc6\x1d\xa1\x0e\x68\xa8\xd5\xb9\x1c\xd2\x22\x63\x3d\x5b\xaf\x2b\x22\xef\xf4\xeb\x57\xb1\x21\x1e\x15\x1d\xec\x0b\x1c\x1d\x84\x24\xac\x39\x71\xba\x24\x6f\x2e\xd4\xbb\x59\x8e\xf3\x70\xba\xb9\x9d\x18\x1e\x7c\x2b\xaa\xec\xd1\x09\x92\x90\x4f\x21\x80\x46\x92\xcc\x5b\x13\xcd\x1e\x6f\x87\xa7\x26\xd0\x83\x87\x99\x76\xd0\x9f\xfc\x78\x93\x07\x12\x67\x8f\xf8\xdb\x87\xf1\x30\x4d\x5a\xc3\x38\xba\x1e\x34\xed\x82\x16\x69\x75\x73\x41\x02\x58\xeb\x70\xb1\x2d\x9c\x4d\xf1\xa8\xb2\x77\xf9\xd8\xf3\x88\x2d\x3a\x77\x2f\xe9\xbf\xd3\xdd\xee\x34\xcb\xee\x8e\x8c\xdb\xb1\x48\x6e\xfc\xd6\x5e\x16\x30\x4a\xa9\xd3\x54\xdc\x09\x6b\x08\xd8\xcd\x51\xfc\x42\x7e\xb0\x52\x36\xd8\xaa\x71\xde\x10\x8b\x60\xf6\xd4\x71\xdb\x2e\xe4\x09\x98\x76\x76\xb3\xa9\xd9\xe0\xdf\x4a\x24\x33\xf6\xe9\x8d\x87\xd1\x8b\xf1\x1b\x64\x29\x57\xeb\x46\x66\x0d\xe9\x23\x7d\x54\x47\x7b\xcf\x61\x31\xce\xec\x6e\x99\x13\xef\x24\x7f\x27\xc6\x0a\x65\x94\x5d\xab\xa1\x77\xca\x08\xe0\xff\x03\x5e\x79\xac\x17\x03\x34\xb8\xd1\x07\x69\x32\x39\xe6\xdb\x9c\xe6\x6a\x9b\xf3\xaf\xe9\xd1\x14\x4b\x84\x2e\xfa\x55\xfe\x82\x2e\x23\xf3\x4e\x94\x2b\xc3\x44\x3a\x6a\x06\xbd\x66\x0d\x69\x72\x64\x42\x79\x45\x94\xf5\x58\x75\x24\xb0\xd1\xa1\x26\xa7\x6a\xb5\xec\x20\x92\x23\x8b\xef\x78\x5d\x9a\x25\xf8\x02\xe2\xe5\x36\x70\x63\x2e\x33\xde\xa8\x49\x8e\xa3\x07\xc6\xe0\xa9\x34\xa7\x58\xbd\xca\xeb\x06\x71\x2b\xd6\xaa\xc5\xf5\x11\x96\xe5\x2c\x15\xe0\x30\x86\x39\x27\x28\x5f\xcc\xe9\xca\x15\x87\xf0\x72\xf9\xc3\xd6\x69\x7d\xe1\x02\x00\xeb\x21\xa0\xc2\xba\xb5\x35\x5c\x30\x96\x8b\x69\x15\xc1\x2e\xb0\x7e\xb8\xe8\x29\xa7\x7b\x2a\x81\x2c\x80\xe5\x01\x85\xd0\xf1\x70\x98\xaf\xa0\x9f\x36\x96\x97\xe4\xb2\xab\xab\x36\x06\xdc\x00\x2d\x06\x46\xc3\xc1\x86\x0f\x6a\x2a\x88\x4b\xc4\x0c\xcc\xa8\x8e\x94\xf9\xa2\x6b\x69\xf9\xbd\xa4\x18\x0d\xce\xe6\xbe\x35\xc7\x84\xda\x34\x7e\xaa\xe6\x7a\x98\xd9\x03\x91\x57\x93\x9b\xf0\xa7\x15\x5f\xe5\xb2\x87\x9e\xc0\x4d\x7d\x0d\x0d\x46\x61\x9a\xa0\xf3\xa2\x17\x84\xab\x2e\x9d\x87\xfa\xc1\xd1\xaf\xc6\x63\x89\xdb\xd4\xa9\x4c\x54\xc3\xb1\x4a\x39\x6c\xa6\xa6\x07\x51\xba\xe0\xf7\x8c\xf3\x5e\x6f\xe9\x79\x98\x4d\x55\x6d\x11\xb7\x6c\xc1\x3f\x7c\xfa\x9a\x46\xc1\x59\x08\x70\xb7\x61\x5a\xec\xf2\x10\xde\x6d\xe9\xa3\x95\x3f\xe5\x68\x6f\xa3\xc1\xcf\xa7\x7c\xb7\xee\x9d\x0f\x54\xc7\x77\xec\x5c\xae\xde\x77\x1a\x1d\x9e\x5e\x29\x0c\x2b\xd3\x2b\x3a\xe0\x0c\xc2\xbb\x70\xcc\x86\x49\x1e\x82\x00\x21\x6c\xea\x0a\x1b\x64\x53\x1d\xf5\x2e\x9c\xd0\x05\x6c\x25\x6c\x36\xcf\x59\x4c\x7d\xdd\x69\x76\x00\xf1\xcc\x82\xa0\xee\x9a\x92\x5c\x68\x8a\x07\xc6\x92\xe9\xa3\x06\x7c\xc1\x2d\x41\x02\xaa\x67\xff\x0b\xe2\x88\xaa\x3d\x12\x6b\xdc\x7b\xb4\x9b\x37\x28\x4e\x4c\x11\xa1\x0d\x9c\x36\xd2\x62\xce\x04\xe4\x23\x24\x40\x4d\xe1\xca\x3c\x70\x04\xc8\x91\x71\x9f\x5b\x40\xc6\x39\x04\x4c\xb9\x19\x58\xe5\xec\x9c\xc7\xdb\xc8\xf4\x2c\x30\x05\x12\xa9\x18\x7b\xa3\x62\x8f\x87\xe3\x86\x85\x0f\x73\x95\x2c\x89\x71\xdc\xd2\xf1\xc9\x73\x45\x1c\x4f\x30\x49\xa2\x58\x88\x46\x8e\xc0\x82\x94\x49\x13\xbd\xde\x90\x8c\x89\x7f\x13\x06\x4b\xda\x3a\x45\x08\xf6\x1b\x86\xcd\x30\x73\x85\x89\xc7\x7f\x43\x71\x4d\xe0\x51\xe9\xd1\xef\x66\xe2\x15\x17\xf9\x20\x10\x3c\x1e\xe6\x0a\xda\xdb\x4a\xcb\x30\x94\x8f\x4d\xc0\xa8\x06\x76\x2a\x95\x11\xff\x82\x7b\x97\x7f\x4d\xfe\x02\x94\xa1\x3f\x39\x09\x74\x5f\xfe\x6a\x65\x46\xf0\x9a\xc8\xe7\x7d\x7e\x12\x32\xac\xb2\xf1\x99\x33\x45\xbf\xb8\x58\x30\x8d\xcc\x5c\x47\xb3\x18\x72\xc2\x0d\x23\x12\x9d\x34\xfb\x56\x6e\x5b\x2c\xe5\xaa\x4e\x4e\xb4\x08\xdb\xdc\xd7\x93\x01\xe5\xeb\xf9\xb5\x98\x12\x0f\x29\x0e\x4b\x7c\x44\xa3\x2e\x9b\x95\xd5\x4c\x72\xac\x01\x77\xa7\x7e\x08\xa5\x82\x12\xeb\x0e\x9c\x5b\x82\x10\x67\x17\xb4\x4a\xee\x8f\xf9\xe0\x12\xea\x24\x13\xde\xfe\xe7\x18\xcf\x5d\x18\xd3\x5c\x83\x7f\x8a\xa3\x54\x30\x11\xfc\x34\x03\x47\xd8\x80\xa0\xda\x88\x1b\x94\x84\x13\xd0\x03\xa5\xe7\x63\xa5\x6a\x8e\xa1\x4b\xdb\xb5\xba\x9b\xfa\xb9\xe9\xdf\xa1\x1e\xf8\x59\xf4\x40\x65\xf0\x12\x89\x8c\xda\xe0\x50\x38\xfd\xb6\xfc\xc9\xcf\x17\x0b\x6a\x51\xf3\xe3\xce\x2d\xfb\xf3\x4e\x13\xeb\xa1\x76\x8d\x38\xad\xd6\x87\xd3\x5f\x4d\x03\x79\x9e\x8e\xcc\x3b\xce\x41\xe2\x2c\xe6\xdf\xcd\x4e\x13\x20\x24\x6f\x53\x30\xfc\x89\x38\x6c\x27\xf9\x2a\xa1\xb9\x4a\x78\xae\x58\x92\x02\x4e\xe5\x87\x3c\xeb\xe0\x91\xdc\xe0\xc4\xbf\xb9\xd6\x3f\x86\xb5\xc2\xb9\x03\xe2\xf4\x8d\x35\xdb\xb5\xbc\x0e\xe4\xab\x15\x38\x8f\xfb\x35\x22\xa9\x19\xd1\x07\x18\x29\x31\x3a\x1a\x6c\x2f\xd5\x02\xab\xd4\xca\x11\x51\x12\x17\x2c\x20\x12\xe0\x08\xd9\xd5\xfb\x59\xd8\x1b\x27\x3f\xfe\x30\x58\xa1\x70\x9a\x98\xe8\x7b\x59\xd3\x3a\x09\x3f\x7b\xf2\xf6\xed\xbb\x0f\xde\xcf\x9a\x68\x5d\x47\x78\x5f\x9a\xe9\x8d\xb5\xfd\x71\x58\x1b\xcf\x94\xf3\x8c\x26\x39\x5b\x8a\xf0\xb8\x69\x79\xeb\x2b\x56\xf2\x39\xcd\x88\xdf\xf9\x27\x89\xc4\x35\x42\xee\x0b\x89\x2a\x92\x9e\x08\x15\x68\x4e\xac\xc9\xa5\xe1\x49\x95\xf9\x37\x1c\x68\xc3\x1f\xd4\x55\x34\xa5\xbd\x9e\xb2\xbf\x15\x06\xff\x6a\xd0\x70\xc2\x9a\x08\x10\x0b\x8e\xad\x2c\x6e\xbe\x8e\xdc\x43\x12\xdf\x09\x1d\x62\x9d\x39\x82\x5b\xae\x5a\xde\x14\xc2\xf2\x7e\xa5\xcd\x3f\xde\xdc\x66\xcd\xa1\xd3\xc6\x1a\x45\xd8\xfe\x03\x74\x20\x2d\xcf\x1b\x73\x44\x6d\xbe\xbb\x65\x25\xb8\xad\xef\xa5\x2d\xe6\x82\xd3\x92\xd5\x5f\x5b\x63\xf6\x41\x03\x71\xd7\x4f\x10\x37\x15\x48\xa6\x1c\x80\x77\x0b\x1f\x59\x1f\x56\xa6\x09\x4d\x65\xae\xb8\xdf\x97\x90\xfb\xf7\x9e\xcb\x5e\xdb\x25\x1d\xce\x54\x12\x68\x10\x55\xe0\xea\xce\x8d\xfc\xcc\xb0\xaa\x7c\x2c\xb8\xee\xf8\x35\xee\xe1\xbe\x12\x1b\xd3\xdb\x98\x30\x7a\x38\x88\x00\x73\x47\xf0\x99\x2b\x57\x62\x0f\xd7\x9e\x61\x75\x72\x13\x26\xf3\x47\x43\x48\xe9\x7c\x9f\x2a\x56\x58\xf7\x8f\x8c\xf8\xc2\xc2\x0d\x17\x15\x02\xe6\x0a\xc1\x06\x3d\x8e\x3b\x45\x0c\x09\xbe\xcc\xe4\xd5\xe1\x4d\xc5\x9b\x4a\xb9\xe9\x0c\x8a\xe5\xf1\x6d\x53\x57\x56\x90\xef\x5b\x8a\x07\xf7\x1d\x02\xb6\x95\xdd\xaa\x24\x4a\x71\xe8\xbd\x72\xc1\xe9\x42\x71\xa7\xd3\x88\xb5\xa9\xe1\x2a\x87\xd0\x38\x12\xf4\xd4\x07\xb1\x62\x3f\xb9\xdc\xbd\x71\x12\x9e\x94\xf0\x89\xc4\x25\x29\xf6\x43\xf2\xbd\xea\x07\x09\x18\x1d\x21\x66\xe7\x28\x6c\xbb\x65\xdf\xc7\x26\x91\x99\x78\x15\x38\x95\xc9\xe7\xfb\x4b\x99\x65\xb8\xb8\x17\xc0\x49\x36\x0d\xe2\x09\xad\xbc\x71\x91\x3d\x5a\xe3\x43\x6f\x62\x3b\x96\x86\x23\x4f\x41\x28\x96\x30\xcd\xa6\xc3\x83\x16\x39\xdb\x19\x10\xc3\x06\x77\xc3\x24\x7e\xce\x21\x67\xbb\x48\xf2\xab\x96\xca\xe4\x59\x0e\x17\xc6\x2a\x2c\x19\x96\x38\x49\x24\x90\x25\xe2\x44\x61\x5e\xce\xdf\x5d\x7c\xf0\x26\x0d\xe6\x05\x4c\xb1\xb5\xb3\x49\xac\xde\x7d\x7b\x77\x0d\xd5\x83\xbf\x48\xde\xa0\xbd\xf0\x6a\x38\x55\xcc\x0f\xf9\x94\x72\x2b\xf7\xf6\xcb\x0c\x6e\x9a\xe0\xb4\x09\xf3\x47\x30\xe9\x3a\xe1\xde\x04\x68\x67\x3e\xba\x48\x7a\x13\xb4\xbd\xfe\xa8\x67\x09\xd4\x96\x5a\x9c\x69\xa6\xe0\x6c\x02\x53\x46\x5f\xc3\x09\xe2\x07\x37\x1e\x9c\x3d\x89\xba\x17\x4e\x93\xb3\x2a\x22\x93\x36\x86\xc7\x4f\xb7\xf4\xc0\x07\xaa\x96\x86\xbf\x95\xb2\x69\x45\x53\x0e\x7f\x6e\x7b\x32\xfb\x00\xc5\xed\x99\x7e\x7d\x05\x58\x06\x7f\x01\x7b\x7f\x9a\xc0\x5d\x24\xd9\xb3\x3f\x2a\xee\x55\xfa\xb1\x41\x44\x43\xa5\xcc\x0a\xd8\xd9\x69\x86\x02\xd8\x68\x0b\x76\x70\xdc\xad\x63\x7f\x84\xb4\x61\x44\xdc\x71\x8d\x11\xbb\xdd\x99\x69\xf2\x0a\xbe\xfb\x57\x1c\x03\x21\x59\x11\x2f\xd4\x18\x9a\xc9\x0c\xa5\x56\xb8\xf9\x81\xb7\xe9\x48\x94\x24\xbe\x70\xcf\x71\x4b\xe9\x2c\x1b\x2c\xc5\xb0\x67\x56\xcb\xfe\x49\x15\xea\x23\x00\xcd\x1e\xbc\xd8\xec\x49\x69\x03\x0b\xf5\x41\x44\x57\x88\x3b\xf6\xfc\x77\x08\xb0\x97\x18\x9a\xb3\xd7\x1c\x3b\x73\x98\xbf\xa8\xb2\x2b\x7b\xc1\x7a\x20\xd9\xab\x07\xb3\x15\xef\x2d\xb1\x61\xfd\x66\x26\x0f\xf0\xb1\xf7\x0e\x20\x60\x8a\x74\xf7\xda\xfc\x7d\x11\x0e\x23\xe6\xa2\xd5\x23\x46\x3b\xd7\xa4\xf7\x80\xf9\xce\x2d\xe2\xc0\xca\x3b\x47\x12\xce\xd4\x05\x47\x61\x66\x98\x6b\xf0\xf7\xf6\x9c\xcc\x3f\x1d\x74\x97\xed\xf9\x9e\x47\xdf\xa8\xd2\xa9\x95\x8a\x56\xec\x84\x0c\xd5\xe0\xae\x02\x2d\xab\xd5\xf7\xc6\x07\x8d\xd8\x4b\x0c\x65\xbe\x3c\x81\x9b\x83\x05\x31\x07\x0a\x23\xe1\x40\x39\x7e\x0e\xdf\xf6\xa3\x9a\xc3\x47\x39\x46\xfa\xc2\x57\xdd\x5e\x72\x17\x22\xa1\xc3\xe6\x5b\x7f\x20\x06\xc9\x7b\xf3\xaf\x4c\x82\xc2\x0a\x8c\x8f\x50\x33\x46\xdf\x2d\xf9\xb6\x94\x91\x6f\x52\xb0\x0c\x0a\xe2\xa8\xe2\x68\x8f\x46\xf6\xc3\x1e\x43\x26\x16\x51\xa9\x45\xa0\x91\x20\xc4\x13\xcd\x8d\xbd\x80\x1d\x93\x65\x17\x49\x05\xdb\x08\xc4\xf5\xc0\x54\xb9\xe0\x3b\x37\x72\xd3\x26\xb7\x37\x23\x89\x0a\xe1\x10\x89\x0f\x8c\x07\xff\x7e\xf1\xee\xed\x89\x76\xf5\xcb\xe9\x77\xa7\xff\xf6\x2f\xff\x72\x7a\x3c\x1e\x4f\x89\x64\x14\xa7\x07\xa2\x70\xa7\x24\x8e\x9b\x12\xf9\x99\x0e\x83\xc0\xcd\xee\xb1\x29\xaf\x7f\x7c\x44\x7f\xa7\x0f\x87\xd4\x5c\x1e\xbf\x11\xb3\x7b\xf0\x06\xd4\x3f\x4e\xd4\x75\x17\xb1\x6e\xa5\x1f\x8a\x36\x64\x78\xb0\xa4\xe2\x36\xf9\x4c\x3e\xe4\x02\x4c\xc0\x34\x2c\x6b\x03\x5f\xcc\x8d\xc9\x03\xa4\x68\x88\x7f\xd8\xce\x6f\x7a\x93\xb1\x07\x96\x53\x3b\xdc\x91\x57\x4b\x7d\xea\xa9\x0f\x21\x1e\x34\xbf\xb0\xf3\x8c\xd7\xfb\x80\x8a\x0a\x9a\x3c\xcd\x2f\xdd\x22\x45\x87\xec\x51\x55\xdf\xa9\xca\xcb\x96\x40\xd2\x94\xd5\xf9\x7a\x0d\xa1\x96\x23\xe7\xfd\xd4\xaf\x96\xef\x11\x54\x65\x71\x65\xdf\x2d\xc1\xbd\x5a\x3c\xa7\xc7\x0b\x86\x5c\xab\x11\x61\xf8\x69\xbf\x3c\xc7\xb7\xf6\x62\xd3\xec\xd5\x56\x4c\x32\x56\x66\x03\x16\x36\x5e\x64\x93\x4b\xe1\x83\x5a\x24\x1a\x14\x87\x31\x20\x44\x4e\xb6\x39\x3c\x4b\xe9\xec\x6b\x93\x7c\x2b\x11\xdf\x51\x72\x58\x4c\x2c\x5a\xfc\xd4\xa6\x19\xcc\x98\x6a\xc8\x65\xe2\xd8\xf3\xe2\x44\x6f\x19\x04\x76\x9e\xb1\xf9\xe0\xcb\x14\xa3\x13\xe5\xa8\x2a\x1f\x6f\xa5\x8d\xc4\xee\x65\x90\x60\x8b\x73\x30\x6a\x8e\x49\x6d\x56\xfd\x64\x6b\xf8\xa5\x6d\x7f\xdd\x71\xd4\x1d\xb7\x75\x53\x35\x77\x44\xcb\x9b\xae\x88\x90\x1d\xd8\x60\x72\x74\x2c\x57\xb0\xcc\x12\x15\x71\x6d\x52\x8d\x80\xdd\xe7\x25\x99\xd0\xf4\xa2\x6f\x1c\x3d\x5f\x39\x64\x40\x95\x8e\x59\x1e\x54\x6d\x5f\xfa\x39\x00\x8b\xaa\xb7\xdc\x47\xde\x8c\x8b\x3c\x2a\x17\xf6\xd9\xdb\x51\x26\x4b\xfc\x67\x2d\x13\x80\x00\x87\xef\x35\x8a\x05\xde\xcb\xa9\xd7\x3d\x85\x34\xf7\xc3\xf9\x3e\x27\x71\x5f\x31\x0f\xb2\xcb\x3c\xd9\x8d\x83\xb0\xd8\xab\x5d\xa5\x78\x2b\xd5\xb0\x43\xac\x39\x1a\x0b\x6e\x36\xda\x7b\x71\x96\x0d\xb7\xb1\x67\x46\x35\xce\xd2\x90\x5c\xf0\xbf\xc0\x6f\xb9\x58\xdf\x07\xd0\xb7\xe2\x04\x22\x93\x17\xe3\xfa\x24\x61\x83\x05\x2f\x14\x86\xe8\x23\x6c\x8f\xc1\x64\xee\x8b\xea\x4a\x82\xef\x04\xaf\xd9\xf8\xc8\x85\xe1\xe8\x3d\x30\x02\x89\xe8\x28\x24\xd1\x96\x18\xab\xd9\x72\xb6\x0c\x47\xdf\x09\xc8\x05\xb3\x5e\x30\x7e\x9c\xf2\x97\x28\x3c\x98\xdd\x62\xf7\x8e\x56\x54\x02\x04\xc3\x51\x06\xca\x20\x20\x06\xbf\x75\x47\xfd\x0d\x55\x85\xd5\x3c\x1c\xc8\x47\x8d\x57\x6a\x5d\x6d\xe3\x2e\xde\x20\x14\x86\xc6\xeb\xb1\x41\xf4\x42\xd2\x38\x90\x38\x6e\xce\x59\xd4\x94\x63\x34\x7a\xc1\x73\xc2\xb2\x3e\x82\x4e\xaf\xec\x4e\x02\x63\xdf\x14\x3c\x27\x5a\x99\x91\xe0\x38\xf1\xa0\x83\xf8\x38\x5e\x7a\x0f\xc3\xe3\x8c\xaf\xdb\xc0\x97\xf1\x9b\x56\xfb\x9b\x42\xe4\xf4\xfa\xe7\x2c\xb7\x91\xa1\x76\x24\x6a\x84\x7d\x08\x36\x56\xd8\x8e\x05\xcc\xb9\xad\x6f\x76\xb2\x7a\x73\x7e\xab\xe3\x63\x96\xaf\x56\xd3\x45\x4d\xdc\x3e\x82\xce\x74\xf5\xd2\xcc\x9e\x16\xa9\x74\x0a\x2f\xad\x09\x00\xdc\xfa\x08\x4d\x16\x24\xad\x95\x05\x8e\x4e\xb8\xac\x73\x8e\x98\x1f\x67\xf2\x47\x92\xd8\x9f\x2a\x7e\xf5\xe9\x8c\xd2\x1d\x0b\x25\x5c\x6c\x10\x24\x70\x2a\xe5\x20\x73\xcc\xf1\x8b\x43\xe7\x20\x66\x28\xf1\x03\x5c\xf2\x02\xdf\x01\x10\xdf\xa5\xd7\x67\xca\xf0\x33\xf9\x44\x3f\x83\xfc\xae\x44\xa8\xfe\x4c\x20\x3e\xca\x47\x08\x83\xea\x94\xd6\xe9\x19\xcc\x3e\x2e\xea\xb5\x16\xdc\x0f\xf7\x67\xf4\x2e\x38\xbe\x95\xda\x79\x4f\x81\x7b\x99\x07\x0c\xe2\x37\xdc\xcb\x22\xed\x50\x50\x9d\x4e\x3b\x51\xb9\xa7\xaf\xde\xca\x07\x5f\x94\xe3\x80\x9b\xea\x48\xc7\x61\x51\x78\xc6\x26\xf6\x1e\xde\xd4\xdd\xc7\x7b\xaf\x3f\x5c\x8e\x5c\x9e\xe4\xdf\xfe\x99\x69\xfe\x74\x20\x59\x9d\xae\x5a\x70\x72\x30\xb4\xb8\xd4\x3d\x82\xc6\x48\xb9\x4f\x84\x66\x45\xb5\x47\x58\x1a\x79\x37\xcb\x01\x51\x87\xb0\x8c\xb4\x0e\x0b\x04\x5b\xb5\xc9\xec\x02\xe2\xac\x96\x36\x35\x85\x14\x17\xcc\xac\x9f\x1b\x6f\xeb\xd6\x93\xe2\x5e\x93\x80\xa3\x56\x47\xb7\x7e\xa3\x8c\x8e\xf2\x66\xc7\x53\xaa\x00\x3f\xa2\xf1\x7a\xe7\x12\xbe\x9e\x48\xcc\x87\x9d\x1f\x08\xbd\x44\xf4\x70\x09\xd8\xbe\x64\x38\x8d\x7a\x1d\x94\x3d\x63\x26\x83\x10\x44\xd5\xa9\x05\x51\x58\xd8\xc7\xc0\x8d\xb0\xde\xab\x81\x42\x9d\xe5\x0a\x2c\xca\x26\x0d\x7c\x01\xf3\x1d\xd5\x7e\x30\x99\xaf\x9c\x18\x29\x0d\x09\x9f\xae\x35\x1c\x88\xcd\x60\x56\x1d\x81\x93\x23\x60\xfb\x84\x88\x0d\xf4\xe9\xaf\xaa\x52\x2e\xf3\x66\x4b\xe1\xe4\xc2\x9b\xb0\x2d\xbf\xbc\x73\xa9\x9a\x5d\xb9\x4d\xed\x2a\xb5\x34\xbf\xf0\xb3\x65\xe9\xbc\xb2\xf1\x2e\x9d\x0d\xb6\xd6\x41\x21\x44\x09\xde\x39\xc0\x07\x8e\x03\xea\x72\x20\x35\x80\xa1\x25\xf1\xdb\x3e\x9c\xdd\xc7\xa2\x41\x24\xaa\x05\xcd\xef\x69\x6f\x69\x03\x70\xcb\xf4\x81\x89\xa7\xfd\x47\x05\xba\x04\xd7\x24\x3c\xdb\xae\x90\xc1\xc3\x32\x4c\x39\x34\xd8\xa3\x7b\xa8\x12\x2f\xe1\x14\x46\x74\x70\x7e\xe0\xe2\x1f\xf4\x8c\xff\xf8\xe6\x05\x5d\xec\x2e\x0a\xa6\xd1\x23\x1f\x3c\x2f\xa2\x1d\xe3\x7c\x2f\x22\x3c\xb2\x7b\xc7\x56\x35\xd8\x0d\xca\xd9\x59\x38\xd5\x85\xb1\xf9\xe5\x7d\x7f\x83\xda\xa3\xc9\x56\x76\xa6\x09\x03\x88\x40\xaf\x06\xb9\x4d\x75\xfe\x52\x88\x35\x6b\x81\xf9\x86\x03\x8c\x42\xf3\xe2\x6c\x34\x84\x3d\xb7\xa8\xd2\x06\x6d\x79\x9d\xbe\x34\xf0\x15\x0d\x5a\x7f\x27\xc4\x7e\x23\x38\x76\x9b\xbe\x11\x33\xe2\x01\x5c\xfb\xfa\xf0\x1f\x9d\x67\xf6\xd7\x64\xf2\x1b\x1d\x84\x9f\xfd\xb3\x10\xaa\xa4\x7e\x17\xbf\xc7\xcc\xf9\x2e\xfe\x71\x0c\xa4\x46\xbe\x9f\x61\x7e\xc6\xf3\x2a\x41\x5d\xfd\x68\x3d\x83\x57\x9e\x25\x58\x0f\xfb\xe9\xdb\x70\x3d\x53\x7b\x79\x7d\xfc\xbd\x7d\xef\x2c\xce\x57\xcb\xad\xbb\xcb\x0b\x23\xbf\x26\xe2\x37\x31\x7b\x83\x68\x2a\x25\x9e\x0f\xc0\x8b\xe1\x0d\xb1\xbc\x30\x70\xbf\x32\xb8\x05\x0f\xcd\x0c\x0b\x7b\xb8\xf2\x6d\xd2\x5d\xc3\x8f\x4d\x34\x13\x8e\x53\xae\xaa\xf7\x66\x56\x18\x0e\xd4\xc2\x69\x37\xc7\x3e\x0f\x2e\xda\xa3\x2a\xbd\xc3\x8a\x9f\xbe\xa3\x98\x8f\x61\x04\x99\xf8\xa9\x0b\x9e\x64\x4e\xba\x05\xd2\x4e\xe8\xc7\x20\x28\xbd\x5b\x70\xdc\xf4\xd1\x67\x16\xf4\x8a\x80\x5e\x6b\xcc\xcb\xf0\xb2\x4f\x33\xf5\xcd\x38\x4a\x01\x01\x73\x6d\x5f\x6e\xe6\x1a\xf0\x06\xd6\x4f\x02\x19\xc5\xa9\x60\x1d\x12\x14\x03\x30\xda\x11\x8d\x5f\x23\x6a\x2c\x21\xbd\x2b\x08\xa9\x9c\xad\xf4\x10\xc0\x7f\x1a\x0d\xd3\xde\xc3\xad\x7f\x28\x38\x49\xff\xc9\x92\xaf\x07\x27\xf9\x07\xfd\x9f\x6e\x0c\xfa\x1d\x2a\x4a\xa3\xe8\xdf\x2e\x63\x10\x06\xfc\x1b\x7d\x96\x86\x7a\xbc\x18\xde\x91\x8f\x70\x12\xfe\x6e\x93\xa0\x3a\x42\x11\x72\xfe\x33\x7e\x50\xa1\x9d\x7f\x28\xd7\xf7\x82\x50\x47\xf4\xc2\xc6\x9f\x96\x22\x9e\x04\x5a\x9f\xb5\x90\x04\x0e\xc4\xfa\x40\xd4\x08\x68\xc3\x40\xf8\x1f\x46\x69\xe3\xfd\x72\x5b\x91\x30\x68\x1b\xab\x85\x6d\x54\x74\xdc\x34\x75\xb3\xed\x23\x9e\x45\x9e\xa1\x1f\x87\x41\xdb\x10\xb3\xed\xc6\x90\x6d\x37\x98\x42\xbf\x12\xbb\xad\xdf\x65\xd0\x17\x61\x51\xc2\xf8\x7b\x3c\xc8\x26\x1f\x1d\xa4\xa3\x48\x67\xbd\xe9\xf8\x5a\x38\xb7\x13\xa7\x01\x1c\xca\x4f\x81\x41\xe0\x39\x2b\x79\x7b\xf6\x44\xb6\xb0\xc9\xa5\xe0\x40\x69\x17\x85\x03\xf1\x13\x65\xaf\x29\x86\x7d\x0b\x94\x8c\xd0\xdf\xda\xeb\x15\x13\xa5\xd8\x53\xfd\xbb\xc9\xf7\xf3\x20\xae\xdb\x1b\x97\x9a\x7c\x72\xa9\x3f\xb8\x42\xc2\xa8\xb8\xd7\x0f\x7a\xe9\x96\x42\xee\x24\x72\x41\x7e\x30\x1e\x40\xbc\x16\x10\xe7\x7a\x98\x1a\x95\xab\xfa\x75\xeb\x93\x96\xb8\xb4\xa2\xdd\x4b\xde\xd3\x6f\xdf\xa9\xde\x4d\xd0\xb8\xdc\xec\x75\x9e\xb9\x24\xb1\xf7\x45\xc1\x1d\x6d\x16\x9d\xf9\x92\x03\xcd\xbc\x4b\xd5\x13\x51\x8c\x20\x19\xec\x68\x70\xdd\x91\x5c\x6c\xea\x7b\xcd\x0f\x7d\x58\x3c\x8d\xf9\xb6\x0b\x4f\x4d\x39\x36\xa7\x78\x27\x04\xbd\xd1\xa5\xd0\x54\xd7\x6e\xcb\x0d\x4b\x22\xf8\x15\x0d\x46\xca\x61\xcb\x54\x62\x1f\xe6\x86\x8f\xf3\xf3\x81\xc2\x6e\xa1\xfe\x81\x9f\xeb\xfe\x3b\xb2\x09\x6b\xe9\xe4\x7d\xeb\x44\xcc\xcd\x12\x77\x6e\xaa\x95\x33\x47\x6e\xdb\xb6\x9e\xc3\x71\xfb\x21\xc8\x3f\xdd\x01\xd6\xd9\xba\x18\x31\x36\x88\xb8\x9a\xa4\xa4\x3d\x79\x2b\x58\xbb\xe4\xdf\x8e\x8e\x3b\x15\x02\x7d\xad\x53\xdc\xe6\xff\x27\x2e\x80\xe3\x4d\x27\x62\x9b\x2f\xfb\x4e\x13\xac\xe6\x92\xdb\x00\x66\xed\x7b\x68\x83\x13\xb9\x06\xed\x63\xc3\xfd\x58\x45\x02\x3e\x7e\xb8\x4a\x9e\x38\x79\x0d\xd8\x08\xc1\xee\xda\xf1\x0a\x37\x44\x70\xfd\x06\x5a\xe1\xab\xb0\xc0\x3e\xa6\xa2\x7a\x0d\x7a\x60\x75\x13\x0f\x09\x8b\x1d\xb3\xe5\xfc\xf8\xe9\x31\x61\xff\x24\xe3\x1b\x8f\x6b\x01\xb6\xb1\x49\xc1\x0d\xf6\xce\x1d\xa4\xb9\xc5\xcd\xe4\xb1\x33\xdd\xd3\x36\x94\x2c\x37\x9d\x67\x9e\x79\x1c\x54\xaa\xa4\x9e\x3b\x19\x2a\xb3\x87\x80\xf1\x02\x06\xb1\xfd\xc3\xf0\x9c\xfc\x46\x66\x16\xdc\x90\x10\x60\xb1\x16\x84\x0b\x31\x58\x00\x2e\x81\x9b\x41\xad\x76\xa5\x60\x73\xca\x88\x8a\x6d\xd8\xb5\x30\x34\xd7\x35\x63\xaa\xe0\xf4\x58\x54\xea\x69\x48\x24\xfa\x58\xd4\xc3\x4f\x8b\x00\x20\x31\x7e\xcd\xad\xeb\xe8\x0f\x3a\x54\x7d\xfa\x3e\x1a\x4c\xc1\xa6\x20\x53\x8e\x12\x8f\x6f\x6c\x55\x89\xcb\x3f\xd8\x70\x8f\x6e\xdc\x40\x34\xbe\xb1\x2b\x8e\xa8\xfc\xa3\xd3\x70\x53\x6f\x92\xc8\xcd\x28\x78\x89\xc0\x2f\x53\x20\x2b\x01\x4b\x23\x79\xc9\x92\x0b\x76\x8d\x92\x87\xdf\x87\xae\x51\x81\xa9\x63\x3a\xed\x6f\x18\x9f\x19\x6e\x9a\x5e\x20\xb3\x70\xef\xa8\x1b\x97\x84\x13\x75\xd7\xf5\x7d\xad\x25\xad\x37\xe4\x68\x58\x80\xdc\x43\x64\x50\x4c\xac\xc5\xa6\x3d\x78\xfb\x2e\xa4\x97\x4e\xf3\x0a\x4a\x7c\x22\xec\x5f\x27\x8f\xe1\xf1\x53\x60\xb6\x2f\x78\x22\x8a\x17\xf0\xf3\xc4\xbd\x9e\x3e\x3b\xb3\xbf\xf8\xa5\xbe\x26\x30\xeb\x4e\x42\xbe\x9a\x19\xe7\xda\x3f\xed\x14\xcd\x70\xf4\x36\x79\xf8\x96\x19\xde\xef\xea\x5a\xf7\xb2\x59\x23\xf1\x81\xf9\xba\xac\x7b\xcd\x7e\xa2\x5e\x93\xb3\x8b\x2b\xbc\xf0\xc6\x32\xeb\x16\x6a\x0d\xb5\x78\xed\xaa\x12\x55\xc3\x1e\x0c\x03\x05\x1e\xeb\xf2\xf7\x80\x7e\xc6\x4f\x09\x0e\xcf\xdf\xb8\x71\x32\x21\x4a\x91\x16\xb3\x0f\xf8\xf7\x87\xe4\x5e\x36\xf1\xa3\x65\x1d\x31\x4d\x33\x31\x5b\x17\xfa\x8b\xe3\x8d\x79\x00\xe7\x3b\xdb\xa8\x21\x50\x3a\x11\xd4\x80\x5e\xee\x58\x97\xdd\x71\xc8\x4d\xfa\x93\x68\xd7\xb5\xab\x63\xed\xc9\x4d\x1e\x76\x2b\x83\x22\x9d\xaf\xca\xeb\x6e\x59\xb0\x32\x75\xf1\x38\x08\x00\x7a\x12\xa4\x86\x6f\xcd\x47\xe9\xf6\xa1\x33\x6b\x2b\x0a\x33\xc3\xe5\x09\xd3\x0f\xf2\xfe\x59\x98\xd4\xc8\x13\x68\x61\x92\xf8\xb4\x84\x29\xfb\xb4\xa6\x41\xe4\x7b\xc4\xc7\x8e\x40\xad\x4b\x70\xd8\xf4\xb0\x78\x2f\x38\x7d\x5c\xc5\x48\x9f\xf4\x09\xfd\xa8\x07\x3e\x54\x5d\x98\x5c\x54\x84\x26\x6c\xd2\x28\xe3\x5a\x95\xf5\xef\x55\xeb\x2e\x22\x06\x35\x70\x88\x8e\x30\x45\x44\x06\xec\x98\x30\x95\x37\x6b\x98\xe0\x25\x5a\x33\x84\xa6\xcc\x42\x1e\xfc\x1b\xc1\x2d\x91\xe5\x1d\x7e\x89\x2c\x3f\x06\xd7\x1c\x73\x04\x74\x64\x4d\x8c\xbe\x44\x35\x06\x56\x77\xe5\xec\x63\xde\xe2\xc5\xcd\x08\x02\x97\x50\x71\xef\x99\x83\xf6\x57\x1c\x14\xf5\x19\x92\x12\x4a\xa2\x75\xc8\x92\x77\x78\x8e\xb8\xb9\xb5\x84\x3b\x26\x39\x7e\x16\x17\x40\xdc\xd7\x5c\xf4\x8e\x96\x6d\x0a\x0e\x4a\x5f\x99\x1e\xb6\x79\xd9\x7f\xbd\x3a\x0c\x7c\xa7\x57\x20\x19\x67\x0e\xc1\x03\x08\xdf\x52\x4d\xdc\x37\x05\xf0\xb1\xa4\x6b\xec\x6d\x61\x90\xbe\xa5\x9f\x7c\x12\x80\xf6\x53\x1d\xcd\x20\x8c\xfc\x90\xf5\x60\x50\x36\xe4\xdc\x5e\x55\xdc\xcb\xf1\x2a\xbe\xa9\x83\x7c\xe6\x96\x6b\x39\x7d\xac\xca\x39\x65\x87\x4b\xe7\xe1\x4d\xe7\x2b\xf1\x57\xb8\x8c\x49\x4c\x79\x51\x11\xf5\x87\x6a\x98\x43\x39\x7c\xa5\xc2\xb0\x9b\xdf\x58\x63\xb2\x41\xe4\xc7\x1b\x95\xc6\xe1\x10\xd6\x79\x3b\x5f\x2f\xb5\xeb\x2f\xd2\x7a\x81\x1b\x86\xf0\x6a\x36\xac\xdf\xe8\x46\xb0\x37\x2c\xe2\x99\xb5\x41\xd1\xc0\x04\x4a\xb5\xb8\x77\x67\x7d\x3d\xb5\x69\xae\xca\x25\xb4\x76\x78\xbc\x87\xad\xee\x2f\x89\xde\xa8\x10\x76\x7f\x4a\x89\x8f\x24\xac\x64\x7e\x6d\xd8\x3e\xdd\xdc\x4f\x1e\xbc\xe6\xd7\xdc\x7e\x18\x79\x5b\xa7\xb4\xc1\x90\x99\x9a\xb3\x28\xa6\xac\x2a\xf8\x4f\x3c\xc7\xc1\x6f\xb2\xde\x79\x78\x6b\x1f\x62\xac\xe8\xbf\x46\xa3\xf5\x6e\xa4\x9f\xc0\x90\x1b\x46\x14\x78\xa5\x44\xc3\xea\xa3\xeb\xa9\x78\x8d\x3d\x10\x07\x23\xf8\x6a\x4b\x80\x54\x77\x0c\x5b\xeb\x68\x23\x1a\x43\x23\xca\x50\xb5\x9d\xde\x30\x94\xb0\xf1\x1b\xb1\x5c\x5b\x1e\x8e\x27\x3c\x26\x39\x30\x06\xd5\x87\x7b\x15\xb3\x8f\xfc\x27\x91\xc4\x90\x38\x75\x38\xa8\x08\x29\xaa\xba\xea\x48\x0a\x32\xee\xc1\xb7\x17\x36\xa5\x19\x01\x67\xad\xfe\xd5\xbc\xe3\x5b\xbb\xb6\xc4\x9a\x78\xd3\x2e\x78\xa3\x25\x28\xc7\xec\x83\x2d\x05\x5d\xef\x92\xb5\xfb\xe0\x27\xd2\x22\x88\x06\xe8\xea\x08\xca\x6a\xa9\x6a\xd1\xa6\xd4\x9b\x8c\x7d\xe8\xba\xe8\x29\x18\x0f\xbb\xaf\x38\x88\xf8\xbc\xa0\xf9\xe9\xf6\x73\x8c\xb9\x41\xfc\x40\xb6\x97\xd5\xc9\x6b\x4e\xc6\x9d\x91\x7a\xd8\x80\xed\x96\x96\x72\xcd\x50\xef\xd4\xdc\x36\x5e\x0e\xc1\xbb\xfa\x65\xd6\x12\xcb\xab\x57\xc0\xce\xde\xc6\xa4\xfb\xde\xdc\xbd\xa4\xa4\x91\x79\x63\xc8\xfe\x04\x00\xf6\xd4\x4d\x36\xbf\xb2\x62\xe2\x29\x0b\x8b\xe5\x59\x61\xb8\x48\xf2\x86\x13\xec\xc1\xb0\xba\x09\x9e\x5d\x59\x66\x2f\xab\x6a\xef\x57\xf4\xd5\xd8\xa2\x86\xa5\xd4\x14\x35\xe8\x1c\xbf\xff\xb2\xee\x51\x74\x2e\x58\x2d\x70\x53\xbd\x91\x02\xf2\x11\x01\x2d\xaa\xaa\xc5\x23\x74\x7b\xf0\x85\xec\x24\xc9\xd1\x68\x6d\x2a\x3c\x1d\x96\xdb\x91\x5e\x09\x74\x7f\xce\x08\x7a\xcf\xb1\x3b\x6f\x99\xb5\x1d\x22\x8c\x53\x6b\x75\xb7\x84\x2f\x6d\xa3\x4d\xbe\xb9\x40\x5c\x72\x97\x3c\x36\x13\x83\x92\xae\xdd\x41\xe1\xd1\x86\x97\xe9\x72\x63\x46\x5a\x7e\x86\xf4\xaf\x34\x3d\x28\xeb\xdb\x1e\x14\x1f\x6b\x5c\xde\x26\xc5\x91\xb5\xe8\x96\x5b\xd3\xe2\xba\xe5\x66\xce\x5e\x0c\xbe\x2a\x7d\xd9\x94\xd9\x00\xe2\xc9\x11\xcc\x99\xa0\x5a\x0e\xba\x30\x56\x29\x9d\x31\x74\x86\xa4\xec\xdf\xe2\x37\xee\x33\x42\x41\x24\x66\xe9\x68\xa1\x0a\x11\x0b\xe6\x2a\x0c\xe8\x6e\x04\x2b\xe6\x2a\x78\x22\x17\x4c\x1b\x15\x6a\x74\x63\xe6\xe2\x20\x34\xa8\x0e\x51\x23\xe5\xb0\x5b\x5e\x2d\x0b\xe3\x02\x48\x26\xd4\x0f\x4d\x0b\xa0\x59\xde\x21\x68\xa6\x96\x17\xec\x69\x71\xe0\x20\x94\x00\x57\x29\x19\x4a\xa2\x96\x58\x89\x01\x61\xb3\xe5\x94\x9e\x7d\x5b\x89\x3d\x02\xe0\x7c\x53\x11\xdb\x37\x29\xf1\x5a\x1d\xb2\x6f\x2d\xa2\x3d\x6a\x66\x11\x14\x54\xbc\x2c\x92\xca\xa5\x24\x7d\x4b\x8a\x30\x94\x43\x2b\xbb\x17\x2c\xed\x9b\x51\x02\xca\x6f\xac\xaa\xe1\x42\xcc\xa0\xd6\x15\xcf\x09\xe4\x0a\x08\x0e\xfc\x2d\xf8\x6e\xf9\xb6\xbc\x25\x48\xb6\xf3\x2c\xb5\x79\x41\x98\x44\x49\x11\x36\x86\xc5\x5e\x4d\xd1\x30\xb0\x41\xfc\x57\xcd\x60\xa7\x61\x5a\x6e\x08\xf7\x72\x95\x75\x75\x25\xb7\x47\xde\x73\xa2\xde\xd4\x7c\x8b\x0c\x95\x99\x93\x0f\x55\x82\x17\x74\x83\x31\x39\x87\x39\xe3\x47\xc4\x66\x46\x67\xb2\xd2\x0e\xf4\x18\x30\xa9\x21\x0e\x21\xa8\x83\x62\xde\x5e\x5c\xc3\x9e\x44\x22\x7b\x72\xc1\xa9\x0a\xc7\xd1\xfb\x67\xaf\x39\x5e\x7f\x58\x94\x05\x2f\x11\x64\x7a\xc5\x5f\xb3\x48\xc6\x56\x78\x81\x77\x4f\x93\xaa\x02\xf9\x35\x94\xf3\xb8\x8e\xc2\x01\xd9\x25\xe4\x13\x7c\x43\x49\x2c\x11\xab\x5f\x66\x3b\x7e\xc3\x93\xc4\xe7\x5f\x7b\x8f\xd8\x0f\x3b\x30\x63\xb1\x5b\xaf\x7b\x81\x9a\x21\x76\xe9\x17\x8d\x4d\x6f\x9f\xc3\x78\x83\xc7\x2f\xba\x5d\xf0\xdc\x4b\xf2\x4c\xf3\x92\xd7\x78\x3c\xe3\xa6\x92\xa2\x09\x7b\x70\x41\xbc\xe1\xe9\x77\x18\x13\x2e\xe2\xaf\x8b\x6a\xc1\x96\x3b\x8e\x20\xc2\x0f\x69\xb4\x0f\xb5\x86\xbc\x99\x7b\xa4\x0b\x5f\x33\x62\xc6\xab\x8f\x83\x80\x66\x34\x0c\x21\x45\x81\xe0\xef\xa7\xab\x72\xcd\x2e\x13\xcc\xd4\xb8\x9e\xc1\x0c\x9a\xb5\x26\xda\x47\x93\xd5\xd9\x86\x55\xd1\x3b\xdc\xac\x74\x31\x72\x6c\xb0\x25\xde\x2e\xc2\xe8\xba\xd0\x19\x61\xcd\xf2\xe6\x83\x3c\xef\x20\x36\x5b\xd7\x2f\xf1\x85\x55\x1d\xa1\xb8\x6d\x31\x70\xc2\xc0\x91\x0c\x34\xba\xd2\xee\x15\x28\xfb\xf2\x74\xf0\xf2\x31\x83\xf7\x6c\x94\xe1\xa4\x84\xfa\x68\xdd\x82\xbd\x37\xfe\xe3\xb9\x86\xeb\x2d\x68\x34\x11\x51\xfb\xc8\x3f\x0f\xba\x77\x67\x3e\x7e\xe6\x3f\x54\xf5\x7d\xf5\xc9\xff\xb0\x17\x88\x0f\x00\xa7\x92\x68\x35\x82\x2e\x14\x79\x86\x20\x50\x90\xf7\xe5\xfd\xa2\x40\xfd\x73\x62\xdf\xb5\x63\x67\x7c\xb1\x84\xf3\x3b\x19\xe5\xb0\x0f\xd3\x70\xa2\x42\x77\x9f\x27\xc1\x1a\xdd\xe2\xee\xc3\xaf\xb9\x4f\xf9\x1a\x68\x48\x78\xc3\xe7\xdd\x1d\xe9\x65\x50\x4f\x50\xf9\x33\xf4\x69\xe1\x04\x6b\xd8\x78\xcd\x36\x0d\xd1\x1f\x32\x1d\x8d\x1b\x08\x54\x89\x82\xd7\x48\x36\x85\xc2\x8f\x3c\xd7\x15\xb6\x2c\xdf\xb1\x51\x54\xd2\xe4\xdd\x1c\xff\xfe\xbf\xa4\xe2\x4d\x8b\x86\xdf\xc4\xa8\xd5\x97\xc7\x86\x06\xf1\x6f\x2e\xb0\x3e\x53\x69\x5e\xd4\xd3\x1e\xd5\x7b\xc3\x79\xc9\x39\xf2\xb4\x0c\x22\xb5\xc1\xbc\x09\xa2\xad\x34\x55\x33\x5c\x8f\xe5\xdb\x87\x30\x97\x6f\x79\x6d\x3c\x9b\xbd\x0a\x1e\xd5\xd6\x2c\xeb\x6b\xf4\xd4\x87\xd9\x0e\x3a\xc8\x15\xf5\x3a\x16\xd4\xcb\x30\x63\x24\x9b\x89\xb5\xc0\xa8\x9b\xfe\x99\x38\xe8\x4b\xda\x86\xa4\x7e\x62\xb2\x1b\xdb\x16\xb6\xf2\xec\x9c\xe8\x84\x4d\x60\x75\x51\x56\x52\xaf\xf8\x32\xd3\xd9\xdb\x30\xdd\xbd\xac\x8d\x5c\x9a\x20\xf9\x1a\x83\xf0\xbe\x40\x35\xf4\x36\x3f\x88\x3f\x9d\xcd\x65\x72\x4f\x98\x61\xf0\xec\x35\xae\xda\xe2\x12\x23\xf1\x4d\xec\xf4\x06\x37\x7c\x50\xdc\x34\xd9\xe4\xeb\x8d\xf7\x0c\xca\xfc\xdb\x8b\x3a\x81\x60\x26\x38\xb4\x2a\x8e\xd8\x44\xb5\xfd\x4f\xe1\xb0\x17\x00\xd0\x58\x38\xdb\x8d\x24\x6d\x25\x70\xc9\xd8\x23\xf7\x2e\xef\x46\xd8\xc8\xc0\x20\xc7\x9f\x3b\xfb\xd0\x6b\x84\x4d\x3e\xa5\xe1\x70\xfc\x41\x10\x3c\xdc\xb2\x2e\x3a\x13\x87\x66\x99\x0e\xea\x57\x9f\xa0\xaa\x66\x1f\x26\x4d\xef\xda\x01\x5c\xd3\x49\x97\x9f\xe0\x7c\xf8\x1a\x70\xf0\xd0\xf3\x00\x4a\x62\x69\xc9\xdc\x48\x2c\x2d\x5b\x9c\x0d\x43\x9a\xcd\xac\x52\x9c\xbf\xc3\xf9\x35\x6f\x52\x12\x32\x92\x27\x59\x72\xf1\x44\xd3\x9b\x5d\xbb\x97\xe7\x9a\x2e\xde\x7c\x38\x4f\x6e\xc6\x5d\x00\x32\x1e\x32\xdc\xc6\x23\x23\x32\x18\x21\x39\x63\x1f\x60\xa5\xfa\x69\xe9\xcd\x13\xd6\x4c\xe0\x9b\xd0\x85\xbf\xc7\xa1\x6e\x66\x52\x80\x62\x24\xb3\xd0\x84\x2c\xe9\x00\x29\xaf\x12\x2d\x31\x4d\xde\xd0\xe1\x9e\x23\x52\x92\xa6\xe0\x9e\x2d\xe2\x9e\x2d\xa0\xc4\xd8\xa7\x35\x33\x66\x8b\x2b\x8e\x9b\x91\x26\xf7\x4f\xee\x4f\xa3\x8d\x3e\x6f\x8b\x86\x2f\x4f\xe1\xc0\x4f\x3e\xbc\xbe\x38\x35\xe5\xb2\xbe\x82\x13\x98\x1d\xe3\x36\xdf\x03\x6a\x0e\xed\x26\xf8\x47\xfa\x06\x20\x2e\x80\xd2\xb7\xdd\x96\x30\x6a\x9a\xfa\x90\x2f\x15\x33\xce\x9f\xbc\x49\x34\xa1\xf4\xd4\x46\x1b\xe5\xd0\x9c\x96\x31\xf5\xcd\x07\x91\x44\x71\xcc\x59\x16\xd5\xf6\x84\xc6\x49\x64\x9d\xfe\xb1\x95\x81\xb5\x7c\x0e\x9b\x6d\x9f\x89\x14\x43\xb5\x9d\x64\xcf\xe9\xf0\xc1\xe7\x9f\xe6\x22\xd1\x6b\x53\x65\xa6\xcf\xf5\x38\x0a\x1a\xb3\xbe\x71\x1b\x31\x07\x2c\xf7\xa2\x63\xfe\x37\x24\x9a\xfe\x08\x8c\x6b\xf9\x46\xef\xaf\xb0\xaa\xd9\x47\xfe\x73\xfb\x98\xd5\x4b\x2c\x74\x0d\x8e\xe1\x23\xb8\xb9\x10\x70\x79\x03\x33\xae\xd6\xf9\x0b\x0f\xe1\x7d\xf8\xd6\xde\xd4\x60\x3a\x2b\x76\x22\xae\x80\x86\x7a\xc8\x9f\x10\x86\xde\xe0\x1f\x1c\xd4\x1d\xb1\x0b\x71\xb5\x5f\xe3\x1a\x44\xa3\x68\xf5\x79\x6a\xed\xbb\xe0\xaf\x50\xd9\x68\xe1\xd2\xfd\x5e\xcf\xa3\xfd\x5e\xad\x3b\x8c\xa8\x41\xf6\x01\xc8\xe9\x72\xd5\xe1\x3c\xc8\xc7\x1d\x53\x9f\x7f\x8a\x8b\xa6\x9a\x1b\x9f\x64\x9a\x58\xad\x56\xc4\x38\x19\x04\x47\xe7\x78\x6e\xf8\x38\xa5\x8f\xae\x71\xc5\x08\x2f\xb1\x3f\xa0\x51\x64\xed\xdc\x7a\xf6\x9e\x7f\x9e\xe2\x0a\x41\x78\xa1\xda\x96\xa8\x3b\x56\x43\xd5\xde\x06\x93\x05\x91\xa5\x42\x28\x6e\x55\xa1\x92\xa8\x55\xe6\x84\xea\xaa\x6a\xe5\xa1\xb4\x30\xd0\xca\x82\xc3\xd2\xed\xd3\xcc\xcd\x2e\x8c\x8a\xcb\xb9\x3c\xd8\xe4\x8a\x88\x41\x13\xbb\xd6\xdf\x6b\x1f\x14\xa5\x21\xf4\xcb\xbd\xe6\xf8\xc4\x72\x0d\x62\xd8\xd4\xb2\xce\xf7\x7a\x59\xf8\x82\x7f\xcb\x5d\x61\xd7\x6b\x2c\x88\xe2\x22\x4f\xc1\xbb\xdd\xda\x6c\xdd\xc3\x2d\x2a\xd2\x8e\xcc\x46\xb6\xb0\xd8\x71\xa6\xe6\xd0\x31\xfc\x20\x28\xcf\x1b\xf9\x34\xcf\x8f\xf8\x34\xcf\x53\xf9\x34\xee\xd1\x8b\x91\xa6\x9b\xa6\x90\xb5\xb8\xb8\x78\x1d\xaf\x43\x90\xe9\xde\x28\x4d\xe5\xb6\x30\x0b\x46\x77\xf1\x90\xc2\x9a\x8e\x81\xbb\x0f\x83\x22\x3c\x91\xe7\x7e\xda\x34\xc9\xd5\x80\x63\xfc\x6e\xf3\xe7\x22\x6f\xcd\xf7\x77\x39\x10\xc6\xdd\x36\xcf\x16\xbe\x0e\x4b\xb6\x83\x1d\x43\x9f\x63\x53\xe2\x54\x09\x10\x99\x8b\xb9\x3a\x6d\xea\x79\xbd\x50\x5f\x4d\x6c\x7c\xa5\xdd\xa6\xf6\x88\xea\x50\xdb\x52\x7d\xaf\x82\x30\x62\x3c\x71\xdc\xa6\xed\x17\xee\x5d\xd5\x81\xa2\xc2\x06\x92\x7c\xaf\x55\x40\xd3\x5c\x56\xfb\xe0\x56\x93\xeb\xa7\xbc\x00\x61\x5f\x84\xe0\xab\x27\xaf\x4a\x42\x40\x55\x69\xe2\x3d\x46\xfb\xc4\x9d\x38\x81\xe4\x25\xde\x8e\xb6\x15\xe8\x31\x25\x2a\x43\x71\xd4\x9d\x3d\x11\x7f\x5d\xd1\x15\xd2\x41\xdb\xdf\x89\x3c\x25\xaa\x63\x91\x19\x29\x9d\x5e\xc5\x0c\x76\x38\xdf\x44\xcc\xaf\x8d\x84\xf1\x46\x74\x74\x8e\x61\xf7\x26\x2f\x59\x05\xf0\x8b\xb9\x4a\x2e\x28\x3b\x79\x86\xec\x41\xb7\xf6\x24\x51\xa4\x36\xee\xdd\x33\xf9\x74\x84\x49\x6e\x3e\xe3\x6a\xd3\xbc\x60\x73\xe2\x13\xb5\x6f\xe2\xf9\x38\xbe\xdf\x1c\x4c\x14\x1d\x40\x9e\x05\x0e\xca\xbc\x47\x0e\x91\x6a\x62\xda\x38\xb0\xc6\x48\x61\x1b\x58\x41\xf1\xc6\x5e\x30\x1e\x43\x1c\x0e\x12\x32\xa7\xc9\x5a\x63\xd3\xe3\x8f\x44\x2b\xe7\xfa\xeb\xfc\xd2\xcd\x8e\x5c\x40\x66\x95\x1c\xd1\xbd\xd9\x53\x7b\xfb\x58\xcc\x5b\xf0\x51\xbf\xf4\xf8\xd1\x63\x4c\xc0\x93\x2c\x4d\x2d\x73\x9e\xb6\x12\xf0\x0f\x71\xd1\x21\x0f\xcb\x3d\x9b\x60\xa9\xfc\x11\xf1\x86\xbf\xb4\xdb\x61\xaf\x15\x6c\x54\x22\x8a\x41\xec\xaa\xd2\x9e\xab\xe0\x62\x09\x98\xe4\xe5\xf3\xd7\xef\x80\xd9\x3d\xd8\x01\xb1\xd0\xf4\x01\x61\xd1\xf4\x71\x42\x22\xf6\x71\x1d\x01\x5b\xc6\x4f\xc7\x26\x5e\xc0\x6e\x1b\x81\xe0\xb8\xf5\x8d\xc1\xc7\x68\x45\xba\x15\x32\xc2\x35\xea\x8e\xc0\xe9\x57\x0c\xe2\x1e\xab\x15\x18\xfb\x39\x68\xae\xf4\x8d\x95\x6c\x4c\xf5\xe4\x48\xbc\xbb\x1c\x39\xc2\xa3\x01\x63\x5d\xb2\x80\xb8\x2f\x97\x8b\xf7\x14\x40\xed\xa7\x05\xb3\xdf\xb6\xc2\x73\xfd\x56\x44\x75\x1d\x23\xdc\xcd\x95\x77\x7d\xc6\xbf\x93\x90\x1d\xd0\xad\x87\xed\x22\x90\x33\x68\xdb\x14\x70\x84\x1a\xac\x97\x6e\x26\x44\xe5\xfd\xe2\x99\x7b\xb7\x97\x23\xb8\xf5\x47\x51\xe4\x2b\xa3\x4a\x75\x1e\x46\x92\x75\x9d\x1b\xc3\xa6\x6d\xf7\x4d\x14\x3e\x82\x9f\x5a\xed\xf5\xdd\x57\xa1\xfd\x42\x15\x88\xcc\xb2\x0a\xb7\xcd\x3e\x67\x23\x87\x9d\x8e\x9f\x2b\x1b\x3c\xb0\x37\xbd\x16\x4e\x8f\x07\x01\xd4\x8f\x3e\x35\x5b\xd7\x4a\x24\x5f\xe8\x8f\x51\x5e\x05\x0c\x80\xb6\x4a\x07\xff\x58\x9b\x80\xe0\xb3\x91\xf2\x95\x33\xb2\x3e\x58\xd3\x65\x4d\xa4\xff\x19\xfd\x73\xda\x4a\x54\x73\x4d\xf7\xfb\xc9\xa6\x80\x11\xc9\x3a\x8e\x9c\x98\x96\x10\xe6\x3d\x6c\xf4\x40\x96\x4d\xed\xbf\xa6\x65\xd3\xcd\x17\xb3\xec\x9c\x9d\xf3\x09\xb1\xad\xb4\x76\x5b\x3e\x77\xbc\xb5\x3f\xa8\xa5\x92\xab\xd2\x72\xb9\x41\xc2\x67\x73\x78\x42\xdf\xd7\xe1\xdd\x26\xd7\x67\x3c\x71\xca\xaf\x28\xb7\xbc\x58\x63\x7d\xb0\xdc\x1b\x03\x58\xd7\x35\xeb\x14\x26\x9f\x84\x03\x10\x53\xc7\xbd\xd9\x6c\x09\xbe\x17\x2c\x81\x30\xe6\x7a\x63\x15\x37\x99\xd9\x0e\xb0\xc4\x15\x41\xe4\x38\x68\x9c\x27\x70\x49\x7b\x22\x7f\x7d\xbb\xfc\x4e\x1e\xec\x4f\xfa\xd2\x76\x42\xa8\xe9\x72\x33\x13\xe4\x9f\xe9\x47\x04\x91\x97\xc2\xbf\x49\x16\xf4\xdf\xaf\x24\x25\xb9\xb0\x29\x41\x6d\x2c\x76\xe8\xd3\x7c\x99\x95\x6b\xf4\x85\xef\xac\x0f\x27\x6d\x32\x08\x1c\x4a\x64\x5c\xbe\xe7\x9e\xad\x0b\x53\xe6\xdf\xc9\x53\x4c\xea\xf5\x18\x8e\xa4\x17\x96\xdf\xe6\x54\x7b\x2a\x31\x1d\x74\x52\xa5\x17\x5e\x84\x5d\xa2\xb9\x5f\x75\x57\x99\xfc\x26\x13\xfd\x39\x7a\x34\xbc\xe7\xd6\x69\x9f\xf7\x93\x50\x3d\x3e\xa4\xc6\x3d\x79\x51\x8e\x30\xd3\x85\x7f\x95\xdf\x59\xf4\x88\x30\xde\x85\xb0\xef\xb6\x7c\xe7\xdf\x6d\xa1\x7d\x1d\xbc\x65\xd3\x7b\xa5\xce\x3d\x13\x46\x75\xb2\x4f\xac\x48\xa1\xfa\x08\x4c\xfc\x04\x4e\x53\x2f\x07\xcf\xdc\xc5\x7d\xb5\x8f\x91\xfd\xab\xad\x5d\xc6\x2a\xaf\xab\xfd\xae\x8f\x51\xd9\x80\xbf\xe1\x18\x1f\x89\x6e\xf4\x91\x8c\xf6\x0f\xc1\x73\x66\x5a\x45\xf4\x2c\xc7\xef\xd6\x22\x15\xbd\x8e\x11\x56\xa7\xaf\xf5\x0c\x6b\x8b\xde\x7b\xfb\x5d\x1d\x0a\x11\x96\x4f\x7a\xf5\x4d\x5d\x1a\x79\x28\xe4\x77\x7d\xcc\xe4\xef\xee\x90\x0b\x35\x39\xc0\x07\xda\x2c\x1a\x74\x2a\x7a\x91\xa7\xf7\x4c\xcf\x08\x9a\x70\x88\x1d\xbc\x0c\x4c\x1d\xea\x8e\xfa\x50\x58\xd4\x19\x5e\x48\xf7\x98\x1b\x2f\xe3\xc8\x7a\x73\x7e\x80\x27\xf6\x85\x28\x7e\xd3\x87\x29\x8a\x24\xe6\x4d\xc5\xea\x45\x5c\x98\xa3\xed\x7d\xcf\x3d\x66\x44\x48\xdf\x56\x55\xf1\x79\x92\xae\x2b\xea\x8c\x5c\x39\xe0\xb7\xb0\x71\xe5\x46\xde\x52\x2e\xbb\x09\x3e\xe8\xcf\x77\xcd\xec\x3b\x8d\x2b\xc7\x31\xe8\xbf\xdb\xd1\xf7\x2e\x2f\xbb\xae\xe5\xcf\x0d\x7d\xe2\xc0\xc3\xef\x8c\x7e\x67\xe9\x9a\x7f\x1f\xe9\x37\x89\x08\x5b\x29\x43\x74\xe6\x3b\x3c\x8a\x55\x72\x54\xf8\xef\xae\xe8\xeb\x12\x43\xbb\x87\x3b\x8f\x1c\xb3\x0e\xaf\x93\x68\x33\x08\x27\x30\x41\x13\xad\xbc\x97\x26\x3f\x39\x75\x53\x75\x35\xa7\x69\x93\x59\x7a\xc5\x9f\x19\xbb\x8b\x23\x44\x3e\x35\xc9\x29\x47\xb8\x02\x72\x45\xc4\x90\x6e\xa4\x9e\x34\xb5\xb5\x5f\x99\x54\xea\xb9\xe4\xbb\x20\x94\x52\xa7\xc7\xb9\xed\x8a\xed\x07\x27\xda\x8e\x68\x2f\x68\xf6\xb2\xba\xda\x23\x58\xf5\xe7\x89\x7d\x28\xc0\xbe\x10\x70\x86\xfb\xee\x5e\x18\x47\x04\x39\xd8\x6b\xb6\x45\xbe\x55\xc1\xa7\xdb\xe3\x02\x34\xac\x35\xf6\x51\x90\xbc\xdc\x77\x2a\x6f\x87\xcf\x90\xc7\xa1\xea\xf8\x8a\x04\xa2\xfe\xf8\xf2\x2c\xd4\xd3\x42\xce\x17\x74\xb2\x6b\xa8\x89\x66\x0d\x29\x9f\x9a\x79\xf0\x97\xbf\xb0\xbf\x1e\x09\x33\x7f\xfd\x6b\xf2\xe6\xe9\x43\x61\xc7\x99\x9a\x66\x1c\x42\xd3\xbd\xf9\x1f\x14\xa1\xb4\x9f\xa3\x52\xb8\xc4\xcd\x6e\xec\x6c\xa2\xf3\x2e\x9c\xda\xb9\xc9\xe4\xff\x06\x00\x00\xff\xff\x3d\xf2\x7e\x57\x23\xbf\x00\x00") +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") func confLocaleLocale_nlNlIniBytes() ([]byte, error) { return bindataRead( @@ -4457,12 +4478,12 @@ func confLocaleLocale_nlNlIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 48931, mode: os.FileMode(493), modTime: time.Unix(1453724976, 0)} + info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 51408, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\x7d\xdb\xb2\x1c\xc5\xd5\xe6\x7d\x3f\x45\x49\x0e\x85\x21\x62\xd3\x04\xe6\x9f\x43\x30\x34\x1e\x21\x61\xc0\xa0\xc3\xb0\xa5\xd1\x04\x84\xa2\xc9\xae\xca\xdd\xbb\x76\x57\x57\xb5\xeb\xa0\xa6\xda\xe1\x8b\x21\x20\x7c\x33\x0f\x30\xfc\xbe\xf1\x3b\x70\x35\xfe\xb9\x32\xda\x2f\x32\x4f\x32\xeb\x5b\x6b\x65\x56\x66\x75\xf5\x96\xf0\xef\x18\x2e\xd8\xea\xca\x73\xe6\xca\x95\xeb\xbc\xcc\x6e\xb7\xcc\x6c\x93\x2e\x3e\xb4\x87\x55\x55\xd8\xa6\x34\x49\xd7\x5c\x7f\xdb\xad\x4d\xf2\x71\xde\x26\xf4\x73\x7f\xfd\xad\x69\xca\x7e\x9b\x34\xb6\xde\xdb\xfa\x60\x67\xb3\xcb\x6a\x6b\x17\xe7\x6d\x5d\x51\xf1\xfa\xfa\xdb\x9f\x7f\xdc\x97\x66\x96\x99\xe6\x72\x55\x99\x3a\x5b\x3c\xee\x8a\x5d\xde\xce\xec\x37\xbb\xa2\xaa\xed\xe2\x51\xb6\xa9\xfb\xbd\xb9\x9a\x5d\xda\x62\xb7\x78\x5c\x6d\xab\x74\xd6\xe4\xeb\x72\x99\x97\x8b\x2f\x4d\x51\xad\xbb\xab\xa4\xc9\x5f\xfe\x20\x1f\xab\xae\x5d\x3c\xeb\xf9\xab\x7c\xe8\x76\x54\xab\xb6\x57\xb6\x69\x6b\x57\xb3\xb6\xeb\xbc\x69\x6d\x7d\x5c\xb2\xb7\xab\x26\x6f\xdd\xec\x66\x2f\x6c\xdd\xe4\x55\xb9\x78\x46\x7f\xaf\xcc\x6c\x67\xd6\xbe\xa8\xb5\xdb\x5d\x61\x50\xf5\x60\x56\x45\x55\xce\x0a\x53\xae\x3b\x54\xf8\xfd\xcb\x1f\x0e\xfd\x66\x96\xd6\x96\x8a\x97\xa5\xdd\x2f\x9e\xb6\xfb\x9f\x7f\xac\x0f\xf3\xf9\x7c\xd6\xd1\x36\x2c\x77\x75\x75\x91\x17\x76\x69\xca\x6c\xb9\xc5\x1a\x1f\xf3\x87\xa4\xbb\xfe\xa9\x6f\x37\xd5\xbe\xcc\x37\x26\xc9\x93\x3d\xcd\x28\xb5\xb2\x0e\x9b\xd1\x7a\x97\xa6\x91\x25\x57\x7b\x53\xf6\xc9\x95\xd9\x54\x33\xee\xb1\x34\xb4\xa3\x0f\xcd\x61\x6f\xa2\x3e\x66\x76\x6b\xf2\x62\xf1\xd1\x5b\xf8\x43\xb3\x6f\x9a\x7d\x45\x1b\xfc\x89\xa1\x23\xaa\x68\x17\x96\x6d\xbf\xb3\x8b\x67\xbb\xbc\x39\x24\xbb\xaa\x44\x23\x3b\x4b\xcd\xae\x4d\x2f\xcd\xe2\x9e\xfc\x9d\x51\xbd\x5d\x45\x9b\x52\xd5\xfd\xe2\x0b\xfa\xe7\xa1\xa7\x7f\xe6\xdd\x76\x56\xd5\x6b\x53\xe6\x07\xd3\x62\x87\x1e\xe9\x8f\x94\xb6\x69\x9b\xd7\x75\x55\x2f\x3e\xab\x76\xb9\x49\x8a\x8e\xb6\xf7\x60\x68\xc7\x68\x27\x96\xe8\x6b\xf1\xb0\xda\xdb\xa4\x0e\xbb\x42\xd1\x36\x5f\xd7\xd8\x4f\x2a\x35\x09\xff\x40\x5f\x52\xc2\xfd\x71\xc1\x66\xa2\xd3\x8b\xaa\xde\x2c\x7e\x47\xff\xa3\x53\x3c\xea\x96\x66\x29\x2d\xab\x70\x86\xd4\x74\x6d\xb9\x8c\x40\xe0\xf0\xf2\xfb\xec\x60\xae\xc2\x1a\xdb\x7c\x66\xb2\x2d\xed\xf8\xce\x94\xb6\x58\x3c\xc6\xff\x13\xfe\x62\x66\x26\x4d\xab\xae\x6c\x97\x8d\x6d\xdb\xbc\x5c\x37\x8b\xa7\x4d\x6b\xf6\xb9\x2d\x73\x4c\xaf\x6c\xcd\x6c\xa2\x64\xd6\x57\x9d\x3f\xf8\xc5\x13\x82\x87\xab\x44\x7e\x49\x89\x6f\xf2\x64\x5f\x5d\x59\xba\x44\xbe\x21\x56\xd1\x2c\x2f\xac\xcd\x16\x9f\xd1\xb4\xaf\xbf\x4d\xcc\xa6\xed\x4c\x51\x56\xd7\x7f\x49\xf3\xd9\xae\x2b\x0a\xda\xd6\x3f\x74\x04\xc6\xcd\xe2\x51\x7a\xb0\xb4\x0d\x2f\xbf\x4f\x6d\x72\xd8\xe6\x04\x25\xb3\xbc\x69\xa8\x0c\x20\xb6\x2a\xec\xb6\x9f\xd1\x01\x97\x29\xad\xe9\x6e\xd9\x15\x74\x49\x66\x5f\x35\xd6\xd4\xe9\xe5\xf3\x99\xfc\xa5\xdb\xd3\x1c\xba\x4d\x4e\x10\x96\x5b\x40\xec\xa9\xe3\x07\xdc\x2d\x9e\x0e\xd0\x26\x03\xb9\x71\x66\x69\x95\x59\x02\x81\x8c\x06\xc8\x4b\x5a\x4d\x51\x3c\x9f\xe9\x3f\x16\x9f\xf2\x5f\x3e\x89\x36\x6f\x69\x3f\x3e\xab\xab\x4d\x9e\xe4\xfa\xb9\xbf\x2a\x6d\x92\x15\x26\xd9\xe5\x84\x33\x9a\x83\x5d\x57\x49\x57\x77\x29\xe1\x0d\xd9\x92\xac\x4a\x37\x74\x8d\x80\x10\x68\x0e\xbf\xb7\xd7\x7f\x29\x72\x06\xfc\xbd\x21\x48\xfe\xb8\x5a\x37\xc9\xde\xee\xcb\x97\xdf\x13\x90\x24\xf7\xb9\xb2\x39\xc3\x76\x37\x87\x97\x3f\xd0\xdf\x83\x4d\x69\x19\x74\xe2\xef\x9b\xa4\x35\xf5\xda\xb6\x8b\xdb\xcb\x15\x5d\xe0\xcd\xed\xe4\xb2\xb6\x17\x8b\xdb\x77\x9a\xdb\x1f\xec\xfb\xb6\x4f\x0f\xa5\x7d\xff\x6d\xf3\xc1\x59\x42\xd0\x96\x6f\xb1\xa7\x34\x03\x1a\x24\xa5\xdd\x07\x7a\x6b\x2d\x61\x0e\x60\x84\xdc\xde\x9a\xe1\x18\x08\x7b\x2c\xb3\x95\x60\x45\x99\x49\xbf\x35\x84\x0e\x1f\xf4\xe7\xff\xed\xf3\xb3\xe4\x71\xd5\xb4\xeb\xda\xf2\xbf\xe9\x7f\x54\xfb\x5d\x82\xe6\x55\xf2\x24\xbf\xff\xe1\x7c\x46\x0d\x65\x43\x02\x90\x5a\x99\x43\x9f\x64\x74\x92\xe9\x25\x97\xe3\xca\x3e\xe9\x77\xd1\xf7\x4b\xea\x75\xf1\x09\xfd\xef\xf8\x54\xc6\xb7\x9e\xba\x08\xb0\xc5\xa8\x73\xdd\xd1\xc7\xba\x53\xd8\xd2\x97\x7f\x26\xcc\x58\x30\x46\xfa\xf4\xe1\xc3\x47\xf7\x3f\x4c\x0e\x04\xe5\x59\xc5\xf0\xb1\x4d\xba\xf6\xe2\x3f\x2f\xd7\xb6\xa4\x1d\x2e\x96\x69\xce\xc7\xc6\x4b\x9d\xcf\x9a\xa6\x20\xec\x46\x50\xf0\xa4\xee\x57\xc9\xf9\xf9\xe7\x34\x97\xf6\x72\x71\xfd\xaf\x69\x6e\xaf\x7f\x22\xec\xd4\xfc\xa1\xc0\x6e\xe9\xa0\xfe\x7b\x92\x55\xc9\xae\xc8\x37\x5d\x38\xbb\x89\xcd\xb2\x75\xbd\x24\x24\xdc\xf6\xd8\xef\xb8\x6b\x74\x71\x53\xe3\x84\xe6\x9e\x6c\xab\xeb\x9f\x6c\xb2\xc2\x0a\x77\xb8\x6f\xd2\x63\x5e\xbe\x30\x45\x9e\xd1\x39\x9c\xdc\xa9\x71\x17\x07\x1c\x55\x6d\xa8\x9f\x43\x69\x36\xf4\x9c\x25\xb7\xe7\xb7\x09\x7f\xdf\x7e\xeb\xf6\x7c\x56\x56\x4b\xc1\x24\x40\xf6\x59\xde\xd0\x63\x61\x97\xf2\x00\xd5\x82\x3a\xbf\x90\x27\x88\xae\x43\xee\x3b\xc5\xc3\xd9\x5f\x7f\x4b\xf7\xf8\x80\xf9\xad\xec\x21\x69\xe9\x14\x0f\x03\x92\x51\x6c\x14\x6e\x83\xc3\x58\xd1\x81\x6b\xbd\xa9\x15\xdb\xf9\x6c\xe6\x8e\xee\x08\xec\xaa\xf5\xcf\x3f\x16\x74\x0f\x01\xc3\x33\xbc\xf3\xc1\x5e\x18\x1c\x0f\xe6\xeb\x0b\xdc\x21\x3e\xa5\xfb\x71\xfd\x17\xea\xbf\xed\x70\xbf\xa8\xaf\x62\xf3\xf2\x7b\xda\x0b\x7a\xe7\xe9\xc6\xd0\x95\xa4\x4b\x73\xd8\x13\x6c\x35\xc0\x73\x21\xce\xcd\x6f\x31\xaa\x91\x93\xfc\xcc\xb4\x78\xe7\x02\x74\x4e\xdb\x3a\x94\xbb\xe1\x9e\x25\x2d\x51\x16\x1b\xa9\xdc\x25\x07\xba\x01\x06\x63\x1c\x0c\xbd\x69\x84\xb3\x13\xc2\x1e\x7d\xd3\x6e\xf2\xf0\xbd\x61\xd2\x84\xf0\x5a\x47\xc4\xc1\xe8\xb6\x84\x68\xa6\xda\xf7\xbe\x8e\x5f\x5e\x50\x75\xdb\x35\x39\xbd\x53\x96\x16\x9b\xd1\xb8\x2f\x7f\xd8\x01\xea\xfc\x5c\xa2\x99\xd3\x06\x70\xcf\x06\x28\x19\x13\xa0\x4d\xa5\xdb\x5e\xd1\xbb\x5c\x2e\xee\x13\x39\x04\x02\x88\x7f\xb9\x91\x9e\x54\xc9\x7e\x77\xfd\x6d\x8f\x63\xa3\xd3\x7b\xfa\xc5\xe7\x96\xbb\x2f\xf0\x4c\x73\x1f\xbb\x0a\x88\xec\x40\x17\xeb\x13\xdc\xb5\xcb\xe5\xae\xaa\x5b\xa2\x8f\xea\x16\x9f\xfc\x17\xd7\xe1\xc3\x6e\x6b\xeb\x04\x5f\xba\x33\x5c\xe1\x96\x28\x12\x20\xd6\x0d\x41\x15\x6d\x91\xa1\x6f\x42\xa1\xa1\xf5\x7f\xa1\x8a\xbc\x99\x7b\x01\x94\xb3\xc4\xac\xfa\x08\x22\x2f\xba\x72\x93\x5e\xd1\x39\xf2\xf0\x97\x6d\xbb\x0b\xc6\xff\xe4\xc9\x93\xc7\xc3\xb7\x89\x19\x60\x49\x3c\x03\x3a\x3d\x07\x4c\x26\xc1\x35\x70\x7b\x09\xc8\x06\x70\x75\x35\xbd\x54\x59\x6d\x1b\x6c\xc1\x08\xf0\xa8\xec\xc4\x76\x19\xb4\xe8\xc3\xdd\xc2\x94\xde\xc6\xff\xce\x41\x58\x11\x60\x1a\xda\x6f\x7e\x41\x0d\x5d\x68\xcb\x14\x12\x5d\x87\x6a\x87\x2b\x39\x79\x1f\x76\xe9\x15\x4a\x4a\x2b\x54\xd5\x71\x0d\xd9\x3e\xa3\x9d\xcd\x9a\x2d\xad\x9f\x11\xf3\xb9\xee\xeb\x03\xda\x15\xfe\x7a\x51\x57\x5b\xa2\x6b\x87\x1f\x6e\x19\xb2\x52\xda\xf4\xaa\xe8\x92\xdb\x8f\xb2\xdb\x74\x54\xeb\x2a\xc3\xaa\x0e\xc9\x17\xbf\xbb\x97\xfc\x87\x77\x7f\xf3\x9b\x79\xf2\x60\xb8\xc7\x2d\xe1\xca\x8a\x9f\x36\xda\x55\x5e\x76\xc2\xd3\x3b\x4b\x56\x44\xd5\x5c\xff\xed\xef\x7f\x35\xda\x27\x51\x49\x5b\x43\xf8\x31\xb9\xcd\x97\xf8\x76\xf2\x3e\x57\xfc\xaf\xf6\x1b\x43\x94\xac\x9d\xa7\xd5\xf6\x83\xf9\x0c\x9f\x08\xde\xf9\x62\x08\xdd\x48\xfb\x99\x99\x7d\xda\xbb\xa2\x31\x7e\x71\xc5\x8e\xa8\x5e\xa6\x55\x79\x91\xd7\xdb\xc5\x33\x81\x16\x9a\x5f\x0b\xfc\x98\x09\xf2\xaa\x07\x6c\xc7\x3d\x2e\xcb\xaa\xcd\x2f\xfa\xa0\xb6\x9c\x8d\xec\xa9\xdb\x4b\x5b\x13\x29\xbe\xc4\x9f\x3c\xb5\xa7\xb7\x1e\x34\x04\x63\x68\x61\x42\x66\xd5\xc5\x45\x91\x97\x56\x9e\x21\x37\x42\x8b\xe7\x48\x4b\xa2\x1a\x04\xad\x3b\x62\x17\x9e\x29\x98\x27\xf7\xee\x3f\x3c\xa3\xe5\xed\x6d\x4b\xdb\x87\x56\xb4\x79\xb4\xd3\x59\xb7\x01\x89\xd2\x6f\xcf\x02\xf4\x02\xc0\xcc\x09\xef\x34\xd5\x0a\xf7\x7d\xf5\xf2\x87\x8c\xf0\xd0\xae\xa2\xbd\x01\x1e\x2a\xaa\x0d\x81\x0e\x11\x54\x33\xf7\x04\x10\x7d\xfb\x82\x70\x45\x3d\x0c\x27\x73\xa6\x2b\xf5\xb1\x16\x1d\xd5\x1d\x4f\xd0\x55\x4c\xf8\xe1\x00\xee\xcb\x88\x81\x02\x75\x7d\xfd\x37\x9a\x27\x71\x5e\x74\x71\xf7\xa8\xd1\x03\x5d\x11\x9d\xab\xc8\x9f\x10\x47\x43\x9d\x60\x66\x82\x44\x02\xae\x81\xa6\x3f\xcc\x32\x7a\xa8\xfc\xb8\x8d\xa1\xed\x3a\x10\x6e\x07\xae\x1d\x0e\x94\xf8\xa7\xa9\x76\xe3\x59\x9f\x6c\x1d\xf1\x2e\x67\x84\xda\x8b\x8d\x3e\x5f\xd2\x57\x55\xf3\xbe\x1e\xf0\x92\xfd\xfc\x23\xbd\x28\xf2\x26\x62\x45\xfc\x24\xd2\x5b\x58\xf2\xe8\x8e\x85\x71\x27\xee\x58\x99\xb8\xd8\xcf\x0b\xf4\x19\xbd\x55\x78\xf6\xf9\x11\xd6\x72\x6c\x4d\x1f\xcc\xd6\x5e\x85\xc0\x1b\x4d\x76\x2e\xa4\x1f\x71\x54\xca\x99\x2e\x5f\xe4\xc4\xf7\xb9\xf1\x89\x04\xa4\xf9\x12\x74\x28\xeb\x96\x0b\x8d\x43\x3b\xbf\x2e\xe8\x96\xf2\x07\x26\x22\x27\xbb\xd1\x79\x3e\xe1\xed\x18\xfa\x08\x26\x90\xf6\x0e\xe0\xb6\xd5\x9a\x48\xe1\xa1\x67\x50\x6f\xe8\xb8\x3f\x4b\xd6\x8c\xed\x08\x91\x54\x2b\x93\x02\x14\x64\x7f\xb9\x98\xf6\xde\x4f\x6d\xae\x9c\x8f\x72\x24\x42\xc9\x3e\xc4\x9e\xd3\x83\xd7\x1c\x46\x7b\x1e\x9f\x0f\xe8\xe1\xda\x1c\xce\xc2\xcd\x21\xcc\xf5\xe9\xfd\x64\x91\xbc\x93\xd0\x5d\x61\xd2\x4c\x1e\xcb\x51\x43\xd3\xb5\xf4\x00\x32\xc5\x8d\x6b\x22\x73\x38\xba\xe8\x53\x63\x6a\xdd\x80\x3e\x79\x1a\xf2\xc0\x93\x54\xd1\x4c\x91\xd4\xf0\xfd\xb1\x62\xa9\xeb\xbf\x25\x97\x52\x45\x1a\x86\x2c\xf4\x78\x60\xe5\x67\x96\x6b\x7a\xce\x89\x91\x94\x9f\xc4\x84\x32\xcd\xd4\x12\xa4\x2c\xd7\x79\xbb\xbc\x00\xde\xcc\x78\x0b\xbb\xcc\x00\x65\x42\xd4\xc0\x87\x84\x3a\xb4\xeb\xb8\x92\x55\x61\x53\x5e\xe2\x6d\x6a\x73\xfb\xbd\xe4\xce\x0b\xa5\x8f\xdf\x05\x86\x5c\xd2\x45\xcf\x0b\x40\xaf\x32\x88\xfb\x1e\x60\x63\x99\xac\xab\x56\x8c\x39\x3a\xfa\xac\x84\x6e\xc0\xec\x54\x2b\xa6\x4c\x89\xd3\xa4\x27\x16\x04\x9d\x6b\x79\x48\xee\x34\x84\x1e\x92\x87\x9f\x7e\x44\xdc\x52\xdd\xe0\x02\x1e\x08\x4a\x56\x5d\x5e\x64\xf3\x99\xa3\x83\x89\x0a\x56\x48\x38\xc1\x94\xf0\x14\x1a\x46\x76\xbb\xda\xec\x4b\xcb\x73\x77\xcd\x07\x92\x6e\x20\xce\x63\xd2\x08\xcd\xf9\xe5\xd7\xf6\x86\xdb\x7b\xca\x0b\x8b\x27\xb8\x20\xc6\x34\x24\xbe\x3c\x21\x30\x34\x57\xae\x98\x28\x8a\x00\xf8\x88\x45\xa1\xee\x9a\xe4\xad\x0f\xe8\xff\xb3\xc6\xbc\xb0\xf2\x3c\xad\x4f\x9d\x8a\x50\x8e\x02\xdd\x54\xad\xe3\xbb\x1e\xad\x28\xba\x1d\x68\x8f\x59\xe7\x84\x6c\x81\x77\xbb\x49\x50\x35\xda\x81\x40\x4b\xd3\xa5\xa9\x6d\x9a\xc5\xbd\x03\x93\xca\xb7\x92\x7b\x84\xbb\x0f\xfd\xb6\xe7\x19\x9c\x25\x78\xdb\xf7\x78\x6c\x6a\x9a\x16\x55\x61\x70\xa2\xf7\x9c\x88\x31\x9e\x62\x46\x47\x7a\x00\xed\xfe\x15\x04\x69\xcf\x67\x9d\x10\xe0\x55\x91\x81\xc8\x3a\x12\x02\x31\xd3\x63\x63\x11\x90\xab\xad\x97\xa1\xd9\xe7\xb4\xc1\x4b\x2f\x82\xc3\x1e\xb5\xf6\x1b\xa2\xe6\x68\x20\xc5\x61\x58\x8e\xdd\xe0\x98\x58\x3c\xd7\xcd\xb6\x3d\x1f\x6e\xb3\x78\x00\x78\x0c\xc8\x6b\xba\x5b\x05\x81\x6a\x05\xec\xff\xc2\x6a\xa5\x67\xcd\x4e\xf8\x89\xb0\x22\x75\x41\xf4\xbf\xf6\x30\x70\x02\x16\x05\x22\xf4\xd1\x32\x48\x7d\xac\x97\xfa\xd8\x19\xa3\x45\x16\x23\x7e\xc9\xd8\x0c\x87\xab\x82\x8e\x39\x1d\x0e\x4b\x54\x74\xdc\x84\xee\x4b\x4e\x50\x1a\x8c\x4b\xbc\xee\xec\x2b\x15\x2f\x3e\x17\xf9\x46\x20\xda\x30\x54\x48\xc8\xe8\xf2\x79\x20\xc1\x5b\xaa\xcc\x87\x2e\x39\xe4\x95\xd7\x3f\x25\x25\x4e\x1b\x7b\x52\x0d\x84\xcf\xa5\xdd\x81\x40\xda\x36\xeb\xc5\x03\x08\x22\xae\xe8\x18\xa4\xce\x6f\x93\x50\x52\x29\x48\xf2\xd6\xac\xa9\x88\xfa\x2c\x96\xaf\xd5\xfe\x31\x91\x45\x2f\xbf\xa7\xdf\xb4\x1b\xda\x3c\x7e\x6b\x45\xac\x48\x7c\x20\x1f\x1a\xc1\x64\x73\x30\x04\x52\xc3\x8b\x65\x84\x3d\xa2\x57\xdf\x13\xf2\x44\xcf\xce\x13\x30\xfb\x39\xd5\xac\x04\x62\x37\x2d\x61\x81\x08\xcf\x59\x91\xdd\xe6\x4d\x37\xa6\x0b\x30\x59\x60\xc7\x70\xc4\xb3\xd3\xf4\x9e\x9b\x40\x1f\x4c\xc0\x11\x20\x31\x66\xc5\x7b\xba\xb5\xdb\x15\x06\xa0\x33\x36\x3b\x62\x9c\x5e\xfe\x00\x8e\x72\x0b\x11\x25\x91\xb2\x6b\x42\x0b\x1e\x77\x53\x85\x8a\x0a\x70\x5d\xb6\x82\xbd\x0d\xd7\xb1\xd3\x75\xe8\x4a\x49\xa5\xdf\x3a\x11\x31\x61\x99\x3d\x5e\x00\x9a\xca\x8a\xd0\x68\x23\xe0\x6e\x70\x6c\xb1\x80\x58\xf6\x7e\xee\x9e\x0f\xa1\x6f\x98\x8c\x6d\x6c\xd9\xba\x13\x60\x79\xa3\x67\x31\x08\x99\xc8\xf5\x4b\x62\x5a\x98\xe6\x1a\x9c\x08\xe6\x53\x32\x5d\xf0\xfe\xea\x83\x3b\xcd\xfb\x6f\xaf\x3e\x18\xb0\x78\x03\x1c\x43\x54\x08\x9e\x73\x42\xff\x84\x6c\x9b\x0d\x3d\xc2\xe5\x86\xca\xaa\x6c\x95\x57\x35\xbf\xe8\xfb\x24\x25\x20\x59\x83\xbd\xba\x5a\x15\xf9\xf5\x4f\x84\x56\x08\xf4\xd7\x20\x60\xca\xe4\x4e\xc6\x5c\x5c\x56\x6d\xaa\xeb\xef\x84\x8b\xa3\xfe\x09\x15\x85\x67\x44\x2f\x6f\xca\xd7\x96\xef\x90\x03\xfb\xbb\x9b\xb6\xdf\x63\x0b\xf6\x72\x1b\x05\xec\x79\xc9\x45\xbe\xcd\x87\x85\x83\x0a\xb5\x2d\x01\xc1\x61\xd5\xb7\x09\x4d\xea\x07\x7a\xe0\xb0\x3a\x50\x9b\xb4\xad\xba\x11\x06\xfd\xb1\xa0\xaf\x17\x00\x3c\xf0\x42\x20\xbc\x04\xee\x7d\x97\xf8\xea\xb2\x6b\x7b\x62\x2c\x4d\xb3\xec\x4a\xdd\x6d\x9b\x09\xb8\x3d\xcb\x09\x12\xce\xf8\xf9\xda\xa2\x53\xda\x4a\xbf\xaf\x44\xea\x38\x36\x48\x86\x7a\xc3\x6f\xe7\x9b\xf3\x44\x45\x85\xfc\x68\xd2\x61\x13\xe5\x27\xe0\x10\xb0\x83\x27\xcf\x0a\x68\x74\x17\x82\x88\x9c\x19\x4d\x97\x80\xe7\xe5\xf7\x67\xc4\x6d\xe6\x9b\x32\xbf\x02\xff\xb9\xab\x4a\xd9\x7d\xa6\x21\xd3\xbc\xd9\xcc\x65\xbf\x74\x05\x9f\x69\x55\x96\x92\x38\xe6\x5a\x7b\x3b\xde\x22\x65\x38\x99\x0c\x68\x18\x69\xb4\x44\x06\xd8\x32\x5e\xa8\x7f\x08\x9b\x4d\x75\x65\x6a\xde\x89\x03\x3d\x26\x26\xc3\x9b\xc8\xe8\x7b\x3b\x9f\xf1\x1c\x30\x95\xf6\xe4\x4c\xde\x70\xaa\x80\x37\x8f\x26\x75\x60\x19\x6d\x4d\x0c\x10\x44\xe4\x09\xf7\xa3\x04\xad\x5e\x3b\xe9\xda\xdf\xba\x2f\x7c\x0d\xeb\x6a\xb8\x77\x94\x05\xc4\x03\xc0\x88\x48\x7c\x53\x65\xc3\xbe\x1b\xc8\xb1\xb1\x33\x6b\xb4\xe4\x03\xe0\x05\x96\xe1\x9b\xdb\xcf\x47\x63\x3a\x5e\x7a\x62\x65\x07\x37\x61\x5a\x91\x12\x79\xbe\x55\x5b\x55\xcb\xe6\x12\x22\x8c\xfb\x20\xa6\xe4\xde\xca\x94\xc7\xb2\x33\xe0\xa0\x2b\x42\x76\x09\x0e\x39\xf9\x8f\x4e\xea\x87\x17\x19\xbb\xf4\x5c\xae\x10\x9e\x0e\x77\x7f\x1c\x8e\xe5\x43\x95\xf1\xc3\xab\xe4\xeb\x0b\xb1\x19\x90\xa2\x0d\xef\x4a\x78\xce\xe3\x1d\xfe\x12\x12\xb7\xef\xb4\xbb\x4b\xa7\xd9\x51\xec\xec\x48\x8d\x2f\x05\xcf\x00\xd4\x0f\x0e\xa3\xb1\x0e\x89\x58\x58\xba\x4c\xdb\x80\x7b\x77\xec\x38\x7f\x16\x58\xde\xd0\x1e\x80\x05\xc2\xfa\x88\xa1\xa5\x05\xf6\xb6\x59\x3c\x31\x9b\x59\x59\xe1\x04\x67\xf4\x15\x6d\x64\x2a\x54\x0b\xa2\x86\xe7\xb3\xa7\xf4\x6a\x3c\x3c\xa1\x98\xc2\x73\x1b\x94\x45\x5a\x9b\x8f\x78\x13\xee\x86\x6b\x7e\x3c\xa2\xde\xbf\xb0\x13\x9a\x2b\xb7\xfa\xf3\xf3\x4f\x9e\x30\xdf\x20\x7d\x6f\x8a\x2e\xa5\xb3\x82\x4c\xec\x93\xb6\xdd\x35\x4f\xeb\x62\x21\x82\xa0\xa7\x5f\x7c\x4e\x3d\xf7\x45\x65\x32\x7c\x84\x80\x29\x03\xb2\xda\x57\xc0\xc5\x44\x08\x3c\xb1\x66\x1b\xcc\x92\x98\xe6\x1d\x15\x75\xb3\xbb\x44\x1e\x04\xdf\xc1\xba\xd4\x3d\xcb\x30\x67\x77\xf1\x8e\x7d\x74\x03\xcf\xe0\x59\x3c\xcb\x4a\xad\xaf\xa7\x05\xb3\x5f\xcf\x4c\xb1\x23\x16\x15\x24\x99\xaf\xc9\x12\x47\x7e\x85\x1a\x3e\x12\x96\x38\x27\xc1\x55\x20\x5c\xef\x24\xd0\xa6\xb8\x30\x25\x04\x6e\x60\xa8\xa8\x80\x50\x65\x4f\xb8\x4f\xf8\x7b\xa2\xb5\x0c\xf6\x2d\xdb\xd4\x40\x88\x74\x68\xf1\x80\x19\x61\x9a\x7f\xfa\xa0\x67\xd1\x80\x32\x85\x4d\x5d\xed\xec\x86\x06\x6f\xf2\x83\x8d\x87\xe4\xcd\x60\xf9\xb1\xa0\xe5\x3b\x0d\x55\x63\xca\xfb\xa8\xea\x20\x7f\x4f\x21\x8e\xba\x22\xea\xe2\x27\x62\xd6\x89\xec\x77\x37\x93\x5a\x9a\x6f\xfe\xc1\x96\x82\x7c\xc3\xd3\x0a\xb9\x15\x08\x30\x01\xa9\xf4\x40\xa8\x10\xf1\xeb\x19\xe4\x92\xaf\x51\x9f\xe0\x8d\x2a\xe7\x65\x5a\x74\x99\x9f\xd7\x68\x5a\x42\x72\xff\xfa\x4e\xf3\x6b\xf4\x5b\x6e\x00\xe9\x5a\x95\x2e\x1e\x4d\x92\x90\xfc\x0a\xb4\x54\xf6\x9e\x53\xdc\x2e\xa9\xc7\xaa\xae\x6d\xda\x42\xfd\xe6\x85\x19\xcc\xf2\xad\xe9\x1e\x1b\x3e\xcd\xf9\x80\xf9\x06\x0e\x4b\x25\x7a\x79\xfc\xf4\x05\x4d\x99\xf2\xe0\xd6\x5e\xed\xbc\x5c\x59\x4b\x8c\xba\xd9\xd8\x72\x8a\xf9\xe0\xb5\x33\x21\x8b\xd6\x3f\xb4\x46\x14\x8a\xcb\xe9\xa6\x21\x1e\x98\x6a\x4a\x34\xdd\x89\x96\x81\x1e\x61\xaa\x61\x4b\x37\xf9\x44\x4b\x77\xab\xa7\x9a\xc9\xd9\x73\x13\x5a\x6f\x16\x21\xa5\xa8\x7e\x88\x53\x89\x77\x2e\x0a\xbb\x86\x10\xd9\x8d\x3a\x1e\x4a\x0f\x18\x3b\x9b\x55\x87\x7d\x55\x80\x10\x06\xc8\xe5\xf3\x61\x63\xfd\x01\x0d\x07\x7a\x82\xbb\xbb\x54\x49\xac\x87\xb5\x81\x23\x85\x4c\x8c\xd0\x7a\xcd\xf6\x03\x01\x4b\xce\xb3\x7a\xba\xb3\x7b\x3c\x91\x01\xdf\xb9\xc3\x1a\x40\x46\x19\x56\xd4\x4c\x1d\x89\xe3\xd3\x27\xba\xa6\x39\xe1\x09\x99\xee\x5b\xfa\x83\x3d\x08\x2e\x74\x4a\x57\xfb\x17\xf6\x3e\xc8\x6a\x9c\x7e\xf2\x86\xf9\x57\x6e\x57\xc2\x5e\xad\x1a\x60\x00\xe4\xed\x37\x84\x94\xe9\xad\x85\x14\x23\x92\x57\x61\x1b\xa9\x08\x8f\x3c\xd5\x2f\x4c\xd3\x82\x4b\x95\xb5\x2d\x9e\x36\xdd\x7e\xdc\x80\x47\xc0\x0b\xdb\x42\x45\x9c\x1e\x68\xd4\x12\x92\x87\xc4\x6e\xf2\x5d\x1f\xad\x38\x9f\x27\x0f\x3c\x76\x83\xac\x3a\x2a\xa5\x6b\xe5\xd6\x0a\xf5\xcd\xc6\xf6\x01\x81\xe4\x4e\x97\x10\x28\x44\x05\xad\x08\x71\xf6\x84\x6c\x2f\xf2\x8d\xd0\x14\x2c\x1a\x82\x4e\xc7\x3f\x79\x10\x7e\x40\x40\x00\x9e\xed\x85\xad\xe9\x95\xf6\x3d\xb3\x72\x3a\x50\x62\xbe\xa2\x27\xa2\xa0\x0a\xa8\x3a\xe5\x11\x00\x9f\x87\x56\x11\x6a\x1b\xf3\x2b\x44\xbf\x10\xf1\x3f\x08\x50\x59\xae\x47\x4f\xa7\x93\xbd\x3c\xc5\x25\xa0\xd3\x47\x91\x17\x66\x41\xfe\x0f\xd1\xb5\xc8\x63\x58\x70\x32\x6b\x5a\xba\x51\x38\x00\xb1\x1f\x79\x32\x90\x4e\x09\x91\x23\x84\xb0\x61\xa1\x40\xb3\x62\x6a\x9b\xd0\x38\x13\x68\x34\xb7\x8c\xa0\x20\x84\xb0\x33\x55\x7b\x39\x51\x66\xd7\x74\xe5\xcb\xef\x69\xb9\x4c\xdb\xd7\xe0\x3e\x0e\xb4\xfa\xb9\x0e\x08\xe6\x03\x26\x22\xa7\xc7\xd3\xb3\xa6\xb3\xdf\x57\x50\xdb\x8c\x87\x8f\x15\x9c\x3a\x3c\xc4\xb4\x32\x3e\xd5\x65\x13\x87\xa4\xda\x75\x80\x01\x0c\x0d\x50\x1b\xaf\x37\x32\x5e\xd1\x29\xf0\xce\x87\xc0\x43\xf0\xf6\x3a\x6b\xfd\xfb\x5f\x9d\x62\x28\x5c\x70\xb0\xc5\xac\xfa\x79\x52\x25\x5d\x70\x3a\xfc\x0c\x04\xe3\x8a\xad\x85\x67\xde\x37\x79\xb1\xe9\x46\x3a\x04\x1d\x1f\xe4\x81\xce\x80\x19\x35\x98\x72\xb8\x5d\xcf\x01\x27\x3f\xff\xb8\x72\x12\x50\x21\xe3\x68\x32\x62\x93\xb1\x5c\xd5\xa6\x4c\x2f\x83\xcb\xfa\xb1\xc1\x53\x47\x60\x95\x11\xdb\x5a\x80\xc9\x8e\xef\xea\xec\x2b\x4c\xfe\xf9\x8c\xde\xbb\x72\x6d\x97\xaa\x60\xf1\x14\x32\x93\xd2\xa2\x30\x81\xe5\x99\x2a\x4f\xa0\xf8\x72\x2d\x52\x22\xbe\xaa\xed\xa8\xa1\x68\x50\xe8\x78\x07\xe1\x5e\x7a\x39\xbb\xaa\x88\x16\xa9\xa0\xbd\x55\xa5\xe8\xf5\xb7\x83\xa9\x0c\x5d\xda\x48\xa2\xc4\x04\x7e\xde\xf6\x8b\xc7\x1d\xf1\xe5\x44\x1c\x19\x61\x05\x4a\x66\x33\x66\x17\x55\x41\xab\xb1\x75\xb3\x78\xb4\x82\xa8\x85\x0d\x78\x7a\x3a\x13\x03\xfc\x47\x38\x8a\xe0\x33\xaf\xd8\x48\x43\xaa\x42\xf2\x28\x55\x99\xb7\xd2\xaf\x8b\xdf\xf1\x1f\xba\xef\xfa\xfb\xa9\xfe\x63\x06\x69\xc8\x76\xce\xaf\x0a\x68\x8f\xfa\x05\x24\x9f\xc7\x6f\x09\xcc\x5e\xe4\x80\xf1\xa2\x1d\xb4\x7b\x42\xc5\x43\xf3\x9d\x69\x09\x2b\x97\xc2\x8c\xf2\xac\xb3\xc5\xb3\x03\x2c\x13\x52\x46\xf0\xfd\xa9\x1e\x83\xa7\xae\x9f\xb3\xd5\x91\x18\x3c\x3d\x9f\x39\xa3\x28\x31\x82\x3b\x32\x58\x51\x7c\xd5\x10\x43\x47\xb8\xc8\x8a\x72\x9b\x25\x67\x44\xdf\x40\xc4\xca\x6f\xaa\xa5\x4d\x65\x42\x91\x66\x04\xe5\x30\xed\x32\x0b\x67\x9a\xc5\x5d\x15\x15\xdb\x19\xcb\x1a\x1f\x05\x62\xc6\x8c\x6e\x4d\x0b\xfd\x42\x47\xc7\x2c\xac\x58\x97\x13\x5e\xfa\xf4\xfe\x6c\xb6\xe3\x93\x5a\xc6\x93\x4b\x76\x7a\x7e\xbd\x9b\xb5\xa8\x47\x9e\x1c\xb1\x69\x8a\x19\x5d\x75\x82\x75\xa7\xba\xd2\xbb\xd3\xb3\xa9\x8c\x53\x20\xd2\x2d\x19\x14\x9f\x34\x99\x03\xa4\x7d\x07\x91\xaf\xab\xec\x75\x9b\x88\x75\xcd\xc6\x5c\xff\x94\x01\xb1\x10\x93\xcb\xe4\xce\xbe\xa7\x72\x03\x5c\x23\xb7\xb1\x7d\xf9\xc3\xdf\xff\xaa\x6a\x9d\x80\xcc\xf3\x74\x85\xca\xf0\x44\xf6\xad\x8a\xc9\x58\x99\x24\xaf\xc2\x1a\x86\x14\xa2\x87\x75\xfc\xea\xd5\xc4\x19\x13\x74\xc0\x04\x8d\x1f\xfd\x4f\x21\xa6\x83\x36\x92\x6a\xe5\xcd\xa6\x1a\xdb\x53\x16\x95\x9c\xca\xe2\x73\x0c\xab\xc6\x78\xdd\x2e\x03\xef\xeb\x76\xfa\x4b\x11\xe4\xe7\x87\xce\x5b\xc8\xc5\x35\x3c\x57\x1b\x5a\xd1\x39\x51\x1a\x6d\xa3\xf2\x1c\xfc\x58\x49\x4f\x4a\x96\xe9\x25\xf7\x06\x93\x5f\x8a\x9d\x47\x59\x39\x9b\x94\x88\x45\x1d\xd5\x76\x22\x2e\x42\xc6\x6c\x58\x67\x22\x83\x03\x82\xc1\x86\x30\x19\x21\x89\x2b\x22\xe2\x12\x41\x09\x84\xb6\xe9\x05\x62\xb5\xab\x0a\xee\x87\x77\x55\xf4\x95\x90\xb3\xe7\x65\x67\x19\x92\xfb\xb2\xeb\xae\xc6\xd6\x79\x4e\x65\x19\x21\x26\xa7\x57\x1c\x29\x7d\x55\xd5\x3b\xd9\xc6\x5b\xcc\xf4\x5e\xcf\xce\x1a\x06\xd1\x04\x79\x8d\x73\x7a\x59\x55\x8d\x8a\xbc\x9d\x7a\x1a\xf5\x0e\x10\x72\xf5\x8a\x3d\xdd\x79\x38\x34\x19\x1c\x58\xa0\xff\x90\xd9\xe0\x78\xc1\x60\x13\x19\xa7\x13\x61\xcc\xb1\xcc\xb7\x30\x95\x85\x38\xdd\x64\x62\xcd\x8a\x6b\x3a\x90\xb0\x50\x5b\x1d\x20\xb0\x2a\xab\xd1\x42\x06\x4d\xd8\x33\x31\x2d\xf6\x38\x1d\x18\x46\x8c\x47\x94\x5c\x52\x4b\x2a\xda\xef\xbd\xb7\x5c\x99\xc7\xb3\xf7\xc0\xf4\x74\x3c\x73\x30\xb4\x5e\x60\x7d\x0a\xaa\xf0\xe8\x28\xa0\x8c\x25\x32\x2a\x8d\xa8\x8a\x80\x70\xbd\x2b\x3a\x2a\x2f\xaa\xc0\x3e\xfb\x42\x36\x8b\xf5\x12\x1c\x08\x38\x96\x51\xf9\xe3\x6a\x8f\x17\xf5\x20\xba\x87\xb1\xfc\x6a\x60\x12\x3e\x84\x9a\x8d\x2d\x40\x6f\xe4\x0b\x46\xd3\xf6\x1b\xa1\x4c\xa0\x2e\xbd\x52\x14\xc0\x92\x7a\xbf\x09\x6a\x82\x02\x6d\x30\xe4\xe1\x5e\x2b\xcd\xc6\x82\xac\x45\x43\xe5\x2a\x85\xb9\x17\x0d\xb6\x56\x62\xdc\x04\xe8\x48\x87\xff\x87\x91\x11\x50\x26\x75\x6a\xaf\xbf\xa5\x23\x60\x3e\xad\x11\xf6\xac\x77\x42\x23\x35\xf2\xd5\xb2\xc0\xce\x97\xf1\x34\xe4\x97\x5a\x51\xb8\xbc\x00\x91\xef\xaa\x0c\xd0\xc0\x10\x1f\xe2\xf4\x63\x14\x5e\xc5\x68\xdb\xdb\x9f\x50\x35\x80\xf6\xf5\x77\xb4\xe2\x9a\x60\xbd\xee\xc1\x69\x68\xa7\xee\x93\x8a\xfb\x18\xf2\xd8\x98\x3b\x18\x58\xdf\x26\x5f\x85\x5e\x28\x3f\x4f\x2a\x00\x0e\xa5\x8f\x25\x2c\xc4\x69\x42\xc7\xf2\xeb\x51\x65\x59\x5d\xd0\xa2\xc5\xa1\xf0\xe2\x3a\xb7\x3a\xc2\x61\xfb\x2a\xeb\xd8\xfa\xd8\xd7\xd3\xf5\xe4\xa5\x98\x0f\x41\x89\x13\x3d\x4d\xd0\xae\x79\xe9\x72\x72\xef\xd0\x27\xe9\x65\xea\x14\x28\x84\xd1\x18\x28\x7e\x3b\x9e\x8d\x83\x35\x15\x91\x39\xdc\xad\xe3\xb6\xe1\x7d\xbb\x35\x33\x59\xc6\x17\x41\xb6\xe2\x3e\x31\x6c\x57\x82\x8d\x74\xa5\x28\x0f\xcb\xc6\x9f\x97\x91\xb2\x06\x4a\x8b\x7f\xa7\x82\x06\xe2\x98\x7f\x5c\x37\x73\x27\x53\x85\xcc\xd9\x29\x75\xcc\x20\x00\x57\x73\x0c\xb7\x90\xf8\xe1\x0b\xf6\xc0\xef\x60\x26\xec\x6c\x70\x53\x67\xee\x1e\x78\x3a\x2a\xb8\x09\xc2\xde\xd1\x4d\x00\x51\x85\x71\xc0\x18\xca\x2e\x72\x11\x13\x5f\x72\x31\x94\x91\x2e\x72\xd8\x0a\x72\x61\x8f\x56\x0c\xff\x27\xe1\x41\x29\x2b\x26\xdc\x3c\x43\x82\x0b\x5d\x57\x07\xa2\x8e\x89\xff\x21\x50\x11\xeb\x45\x7d\x9f\xde\x67\xc2\x65\xfd\x41\xa4\x8c\x63\x5c\xd2\xff\xf6\xfd\xb7\xb5\x30\x39\x77\xfc\x65\x09\xfd\x0f\xc8\x9e\x3d\xac\xe4\x36\x30\xe8\x1e\x0c\xb8\xd9\xb6\x55\xd5\x13\xc3\x8c\x61\xce\xcd\x0c\x1f\xcd\x81\xa7\xde\x8b\x7a\x22\x6a\x4a\xd8\x57\x44\x9b\x3b\x31\x67\xe7\xc7\xc0\xb5\x9e\x7b\x90\x1c\x6d\x97\x37\xbc\xa4\xef\x81\xd4\x88\x0d\x17\x2a\x55\xe7\x0a\x43\xed\x08\x43\xdc\x42\xbe\xf6\x4c\xbf\x1d\xe8\xe5\xa9\x5b\xbe\xc6\x73\xdf\x0f\x13\x1f\xdc\x0f\x13\xc0\x01\x4d\x59\x89\xf5\x39\x95\x0b\x5d\x06\x34\x8f\x31\x06\x86\xc8\xb5\x8f\x44\xe1\xfc\x95\x35\xfc\x74\x13\x9e\xd4\x6c\x84\xe0\x0e\xdf\x83\xd8\xe3\xe1\xc1\x63\x98\xaa\x04\xdc\xfc\x32\xf9\x12\xdc\x72\x58\x0a\xfb\x20\x38\xca\xcd\x7a\x0a\x4b\x05\x92\xf8\x71\xb5\x69\xfc\x34\x34\xf0\xa8\xb7\xd9\x74\xad\xca\x28\x06\x2c\xb5\x1d\xd3\xd1\x1e\x20\x95\x20\xc0\xf1\x1d\x51\x5f\xa7\xb1\xd5\xd1\xec\xdc\xae\x7c\xe6\x97\xff\x6a\x94\xc5\xbc\x21\x76\x4e\x44\x48\x7c\x82\x8f\x44\x48\x54\xc9\x0b\x57\xb1\x71\xb8\x63\x0d\x3f\xac\xcd\x66\xe0\x0a\xd3\x9c\x8f\x09\xf5\x1d\x8f\x61\x4b\xdd\x7e\x3f\x36\x3a\xe9\x07\xcc\xa2\x22\x28\x5a\xf6\x7f\x4a\xe8\x36\xcc\xda\x6a\x43\x20\x38\xea\x82\x3f\xbe\x76\x17\x1e\x79\x08\xc3\x15\xa0\x8e\x61\x9b\x09\x7d\xf0\x86\x6e\xf3\x23\x56\x8c\xca\x9c\x95\xc3\x04\x16\x89\x4e\x0a\x5d\x1c\xb7\x4f\x2f\x1d\x12\xf1\x95\x73\x13\x88\x16\x8e\x71\x49\x57\xae\xf2\x32\x5b\x8c\x1b\x59\x2d\x18\x8e\x92\xc5\x39\x47\xbc\xe3\x40\xf7\x54\xd9\x0e\x07\x1b\x60\x50\xc3\x2d\x97\xbc\x83\x91\xdf\x50\x43\xb4\x74\xd3\x62\x23\xb8\x0c\x3b\xa1\x80\xd7\xa9\x81\xbd\x9a\x91\x48\xd3\x67\x3d\x7f\xec\x14\x85\xf3\x47\x39\xac\xc6\x6d\x13\xfd\xbb\xf7\x08\x73\xdf\x3b\x4c\xc6\x2a\xbc\x33\x25\x87\x58\x86\xc8\x07\xc8\xa6\xe1\x6e\x44\xfc\xfb\xee\xe3\x4f\xd5\xc6\xdc\x8f\x2a\x3d\xff\x9e\x60\x8c\x1e\x31\xa2\xd9\x72\x20\x64\xb0\x92\xbd\x03\x09\xc3\xd2\x54\x3a\x16\xa2\xa9\xe8\x77\x60\xd4\x3e\xe2\x5a\xa4\xbf\x00\xaf\xc8\xaa\x87\xa5\x8e\x97\x29\x2b\x8c\x8b\xe5\x20\x6c\x83\xb7\xd8\x4d\xc1\x2f\xc1\x81\xe7\xb0\xf2\xe8\x51\xbb\x95\x1c\x4b\x97\x85\x10\xa5\x49\x36\x30\x16\x72\x7b\x35\x4f\x40\x57\x2a\xf2\xa0\x7b\xae\x76\xa3\xeb\x4a\xcd\x20\xfb\x40\xf0\xe4\xb1\x99\x4c\x5f\xf0\x59\x78\xe6\x11\x52\x93\x47\x43\x8f\x1e\x9b\x23\x9b\x30\x1c\xfc\x64\xcb\x69\x3c\xa7\x4d\x83\xce\xdc\xe6\x4f\xd2\x64\xaf\x87\xec\xbc\x89\xdc\x0d\x88\x2e\x5c\xb0\xbf\x19\x8f\x14\x9c\x4f\x1d\xca\x24\xca\xe3\x7d\x3e\x88\x8d\xcd\x55\x02\xe6\xa9\x04\x1b\x12\x71\x4b\x03\xe1\x3e\xcc\x6d\xe6\xe6\xe0\x54\xe5\x72\x71\x43\xed\xb8\x56\x18\xf8\x6f\x95\x7c\x10\xdc\xd5\x7b\x08\xa5\x79\x42\x36\x09\xc5\xb4\x79\xe2\x08\x09\x98\x37\x3e\x78\x74\xfd\x6f\x1f\x0d\xd4\x03\x2f\x84\x75\x7e\x17\xbc\x10\x73\xcb\x9b\x83\x8e\x26\x13\x68\xe2\x87\xfd\x1f\xcd\xd8\x1b\xa9\x0e\xef\x1c\x3b\x01\x8e\x6a\x39\xfc\x27\xf3\xf3\x9c\x84\xee\x25\x0b\x11\xe8\xf9\x6f\x40\x27\x4d\x1e\xd5\xec\x2b\x48\x17\x9f\xcf\x44\x0d\xf1\x2c\x10\xfc\x0e\x0a\xb5\x29\x6d\xfa\xa0\x6d\x53\x0a\xeb\x3e\xb1\xd6\x56\xe5\x38\x91\xfa\x05\x36\x9c\x1b\x3a\x39\xd8\xb3\x9f\x25\xfb\x9d\xc9\x8c\x38\x12\xee\x13\xb1\xbf\x62\x91\xad\xdb\xd7\x0e\x42\x92\x02\xde\x71\xfa\x61\x3e\x7b\x91\x37\xf9\x2a\x2f\xf0\x98\x3d\xcb\xb3\x4a\xb0\x2a\xd1\x16\xfc\x1d\x9f\x03\x6f\x8d\x63\xc5\xcf\xfb\xcd\xce\x94\x49\x4a\x8f\x65\xb3\xb8\xdd\xc1\xb8\x24\x4b\x60\x84\x78\xfb\x83\x1d\xfc\x7f\x5b\x1e\x8a\xaa\x7c\x70\xd4\x1f\x1c\x40\x53\xd6\xce\x85\xa6\xe2\x0d\xdd\x11\xbb\xed\xd4\xff\x8e\x91\x04\xcc\x6c\xbc\xc5\x7e\x19\x7b\xa1\x1a\xc2\xa7\xe0\xf4\x4f\x4f\xe3\xf1\xc9\x69\xc0\x01\xd5\xad\xed\x8d\x2f\x45\x3a\x04\xd2\xcc\x53\x73\x91\xac\x68\x98\x02\xda\xe5\x6f\xce\x52\xa8\xff\xbc\xef\xdd\x31\xe1\x0b\x09\xa0\xf3\x64\xb1\xdb\xdf\x26\x8f\x32\x02\x4a\xc0\xe4\x8d\xee\x8b\xec\x29\x0d\x72\xf5\xd6\x8c\xe7\xc7\xaa\x84\x73\xfc\x93\x05\x17\xf2\x91\x3d\x51\xd4\x75\xf6\x20\x9f\x8e\x4e\x0b\xc5\xa1\xa2\x68\x2c\x12\xdc\xfb\xb3\x26\xa2\x85\xc1\x8d\x61\xfd\xd1\x2e\x6f\xe4\x27\x3c\xa3\x9d\x57\xb4\xff\x30\x08\xa4\x44\xbe\x24\x0e\x14\xf3\x75\xde\xe6\xeb\xb2\xaa\xed\x8c\x88\x5c\x7a\x10\xed\xe2\x73\xfc\x85\x9c\x50\x3f\x4c\x35\x4c\x0a\xa9\x84\xf1\x4d\x46\x17\xe1\x0b\xfe\xa3\xbf\xc6\x2d\x1a\xf1\xd8\x4e\xa4\x14\x2a\xa9\x6a\x49\x80\xd3\xb2\x09\x77\x9e\x5e\xf1\x8b\x15\x43\xa8\x70\xfc\xb8\x0e\x30\xcd\xad\x05\xdf\x62\x64\x71\xee\xd2\x1e\x3b\x67\x32\xca\x7b\xad\x5e\xdf\xf1\x75\xcc\xec\x85\xe9\x0a\xa7\xdb\x80\xef\x17\x63\x50\x93\xac\x55\xb7\xa1\xde\xd3\x34\x21\x7a\xd1\x5e\x10\xcd\x75\x4f\x8c\xe8\xda\x22\xdf\x0b\xaf\xaa\xef\x1b\x9e\xea\x37\x84\x93\xec\xdf\x74\xad\x88\xf0\xac\x81\xc3\x45\x51\x8d\x9a\xf9\x60\x36\x7b\x35\xaa\x25\xe7\xf4\xd8\x5b\x8a\xb3\x6d\x87\x5c\x17\x96\xf6\x5c\xff\x05\x2c\x72\x2a\x76\x9c\x91\x58\x7f\x2f\xa2\x03\xb0\x97\x7b\x58\x0e\x4c\xaa\x2e\xd6\xe6\x80\xef\xa2\xbd\x60\xbf\x5d\xc0\x57\xc3\xf0\x94\xab\x4a\x82\xb6\x2b\xbd\x54\x1b\xc2\xea\x62\xc9\xdb\xc7\xae\x26\x01\x7e\xa3\x77\x11\xc4\x69\x49\xbb\xf3\x6d\xc2\x55\x93\xad\xd9\x34\x34\x4f\xf6\xc9\xc8\x0b\xb9\x62\xb1\x55\xf9\x9d\x6c\x7e\x5a\xe9\x11\x1d\xed\x3f\x45\xe9\x71\xa2\xc7\x91\xd2\xa3\xb4\x10\x83\x76\xed\xa5\x3a\x9d\x44\x96\x43\xea\xff\x3e\x38\xf8\xaa\x0f\x7c\x5c\x72\x0a\x85\xba\x07\x25\x42\x5f\xc0\x5b\xc9\xaa\xe8\xec\xed\x0f\x00\x0a\x84\xdf\x1d\x2c\xbc\xfc\xde\x61\x31\xd7\x39\x83\xec\x63\xf6\x30\x85\x99\x58\x04\xb4\x5a\x67\x2e\x88\xca\xc1\xd8\x39\x90\x52\xa7\xe2\xb4\xe9\x3a\xfe\xd5\x0b\x0c\x9c\x44\xa2\x36\xf8\xe3\xbd\xfd\xf1\xa7\x4f\x98\x1f\x67\xf7\x14\x76\x10\x10\x39\xa0\x77\xeb\x9a\xfb\xce\x69\xe5\xdb\xbc\x69\x84\x90\xc2\xe6\x8a\x63\x8a\xca\x22\xf3\x2d\x9c\x0b\x85\xd0\x90\x2e\xfa\xc8\xf0\x9b\x6d\xf4\x5c\x57\x4e\xd1\x0e\x95\x44\x31\xf6\x50\xf0\x66\x86\xce\x18\x81\xc9\x1b\xc7\x57\xf3\x6c\xbd\x50\x55\x3d\x3e\x73\x08\xab\x5d\xe7\xaa\xe0\x7e\xa0\x51\x0c\x22\xc5\xb6\x09\x14\xdb\x7a\x1f\x19\x0b\x8f\x23\x1b\xe0\xb2\x10\xb8\x70\x59\xe3\xf0\x7f\xef\xb0\x34\x7b\x0d\x36\xb6\xb8\x88\x76\x40\xb1\xbb\xc3\xcd\x22\xf8\x36\x0d\x8b\x19\xc2\x13\x05\xc1\xb3\xeb\xe9\xde\x95\x1b\x0e\xd3\x00\xbd\x83\xfb\xe0\xe9\xc0\x73\x87\x68\x6c\x50\xdd\x19\x1f\x99\x34\xbf\xfe\x0b\x48\xbd\x4d\x61\xf6\x39\x91\x2d\xc9\xff\xfd\x5f\xff\xfb\xad\x7b\x84\x0b\xef\xb5\x75\xf1\xd6\x3d\x11\x6e\x39\x5a\x9c\x88\x80\x14\x26\xfc\xd9\xd0\x69\x45\x0c\x19\xe3\x0e\x06\x3a\x50\x96\xdf\xc1\x91\x45\xae\x1f\xd5\x97\x32\x87\x54\xa8\x32\x50\x8a\x52\x87\x6b\xc2\x4b\x87\x6c\x83\x98\x1f\xf8\xc8\x18\x66\x16\x44\x81\x98\x81\xb1\x96\xb8\x24\x60\xaa\x69\xc4\xa6\x9b\xfd\xa1\xcb\xd3\xcd\x72\xdd\xe5\x99\xa5\x59\x10\x9d\x93\xc2\xc8\x65\xb0\x67\xd5\x67\xb8\xbd\xcc\x1b\xb9\x0c\x9f\x09\x78\x47\x37\x21\x70\x09\xe0\x97\x2c\xad\xb6\xc4\x1c\x66\x1e\xd7\x97\xe3\xd0\x16\xf4\x76\x83\x82\x6c\x58\x22\x0e\x17\x1f\xe2\x29\x76\x1d\x8c\xfa\xa0\xd1\x1e\x6e\x1d\xec\x92\xaf\x1c\x84\x31\xd5\xf5\xaa\x5e\x78\x7c\x9a\x2b\xfb\x7e\x4f\x93\x54\xea\xbb\xeb\x24\x95\x7b\x2c\x1a\x72\x4a\x62\x11\xae\xff\x86\x81\x6e\xcd\x86\x38\x0d\xfa\x22\x39\x1d\xfb\xac\xad\xad\x5d\xdc\x67\xd1\xda\xec\x22\x2f\x60\x1b\xaa\x0a\x79\x78\xb2\xb7\x66\xbd\xf8\x1d\x7d\x05\x7b\xe7\x9e\x2e\xbe\x17\x54\xa0\x5d\x11\x6f\xc7\x9d\xfd\x00\xd3\x51\xfa\x0c\x93\xd1\x75\x7e\x14\x8f\x02\x01\x2c\x26\x03\x57\x14\x66\x65\xa9\xe4\xa3\xb6\x27\x5a\xa9\xed\xe9\xb2\x14\x70\x97\x2a\xa9\xf1\x67\x66\x2b\x36\x09\xf4\x0d\x0a\x5f\x1c\x43\xde\x36\x8b\x7b\xfc\x17\xd6\xac\x85\x35\x0d\x55\x7c\xc6\xce\x4e\x66\xc6\x7a\x43\xba\xca\xf4\x9a\x12\xed\xd5\xcb\x6f\x3a\x69\x0e\x6b\xf1\x09\xff\x75\xb5\xd8\xb7\x04\x55\xd5\xb5\x24\x0d\x5a\x00\xff\x18\xbe\x35\x1f\xda\x03\x1e\x48\xa2\x0e\xcb\x9c\xd5\x7c\xb8\x0d\x9b\x99\x9b\xc9\x7c\x3c\x23\xf7\x5d\x83\x6c\x30\xcc\x1f\xba\x8d\xb9\x4a\xd2\x51\x8d\x0b\x88\x2f\xce\xb9\xcc\x7f\xc3\x9b\x41\xb7\xee\x2e\x9e\x0b\xff\x71\x4b\x97\x14\x4a\xb4\x67\x83\x1c\xdb\x97\x41\xc3\xb5\xb8\x4f\x98\xc9\x7f\x11\x87\x9f\x73\xba\x2f\x74\x59\xfd\x57\x02\x64\xcb\x91\x55\xf0\xd1\x79\xd0\x20\x64\x0d\x73\xe5\x2a\xfc\x0c\xbe\xcf\xc7\x87\x12\x14\x95\x20\xec\xa8\x54\x2e\x9d\x9d\xa8\x91\xd2\xa9\xd4\x4b\xed\xe2\x59\x0f\xa3\x09\x16\xbe\x4f\x54\xf5\x87\x2d\x67\x4d\x97\x9e\x8f\x7a\x3c\xe0\x50\x8d\x07\xdd\x18\xf5\x1b\x16\xb8\x58\x57\xc7\xa3\x0f\x2d\x86\x09\x6c\x4e\x0e\x41\xac\x66\x19\x34\x79\xa4\xd7\x7c\x33\x82\xbf\x68\x94\xaa\x81\xa3\x82\x6f\xf3\xa5\xd9\x6e\x94\xc7\xbb\xa1\x19\xbd\xd7\x88\xf2\x03\x43\x83\x43\xcf\xc1\x0b\x26\x76\xce\x57\x52\xe9\x96\xab\x9a\xdb\xd1\xb6\xf8\x8a\xbc\x2b\x43\x3d\xe3\xea\x09\x1e\xf3\x68\xeb\xf8\xa0\xf5\x28\x59\x51\xa2\xe7\x63\x8e\x8a\x97\xbb\xc2\xa4\x56\x7d\xc9\x14\x24\x0c\x62\xc6\x44\xa3\x68\x57\x6e\x2c\xed\x8d\x90\xb7\xd6\xe2\x3d\x6e\xcd\x0a\xbb\x4b\x0c\x93\x25\xda\xcd\x77\x80\xcd\xe4\xb2\x60\x17\x87\x62\x45\x4b\xd2\xff\x47\xa3\x59\x86\x85\x44\xb9\xe1\xb1\x64\x13\xca\xdc\x2a\x09\x5f\x1d\x01\x9e\x36\x79\x15\xec\x8d\xab\x9d\xe8\xfd\x24\x30\x6a\xfb\x1b\x8e\x7c\xa8\xb1\xce\xa9\xc6\x89\x01\x26\xce\x55\x1b\x3a\x1a\x72\xe2\xf3\x1c\x2e\x88\x8a\x83\x9f\x0d\xee\xeb\x0e\x1b\x4f\x35\x68\x34\x00\x15\xb1\x49\x7d\xd5\x0d\xd3\x65\xb1\xe3\xbd\xdc\xae\x06\xf8\x0b\xdb\xc9\xe9\x67\xcb\x55\xcf\xcd\x9e\xb2\xe3\xf0\xe0\xf1\x75\xba\xe1\xd6\x96\x60\x02\xe0\x7c\x8c\x86\xcf\x1a\x62\x83\xf3\x52\x85\x11\x93\xcd\x1a\xf8\x6d\x9c\x23\xb2\xc4\xd5\x44\xc9\x1c\x71\xba\x1a\x58\xcf\x5e\x95\x82\xe9\x26\xea\x00\x88\xa5\x4e\xa3\x38\x72\xa2\x52\x0d\x1f\xdd\x56\x0c\x08\x06\x61\x7e\x64\x10\x30\x39\x3e\x3d\x46\xae\x15\x0d\x90\x99\x3d\x5b\x08\xbe\xb2\xdd\xb6\x6a\x5a\x60\x6a\x56\x59\x9a\x2b\xb8\x53\x31\x91\x0c\x3f\x19\x7c\xbc\x79\xc0\xa0\xa5\x58\x24\x4e\x34\xc2\xdd\xe3\x23\x5a\x54\xfe\x78\xee\x7c\xf5\xce\xf3\x46\x0f\x69\x50\x8a\x7d\xf5\x9b\xe7\xcd\xed\x0f\xee\x7c\xf5\xee\xf3\x06\x42\x85\xa3\x0e\x96\x17\x66\x63\x4f\xf4\xc2\x8d\x5d\x8b\x5d\x6d\x5f\xe4\x55\x07\xc6\x10\xa5\xd0\x32\x78\xbc\xf2\x0d\x66\xab\x26\x1c\x31\x7a\x60\x19\x9b\x20\x88\x3e\xc2\x0e\x99\x96\x79\x04\x31\xe0\xcd\x6e\xbb\xd4\x3d\x68\x16\x77\x32\x5d\xbe\x21\xe8\xf5\x1d\x48\x29\x98\xb2\x76\xf1\xb5\x94\x43\xd6\x4a\xab\xce\x33\xac\x99\x96\xe0\x44\x2a\xbf\x92\x5f\x1f\xf0\x5a\xb0\x03\x5f\xfb\x71\x2a\xaf\x4d\x63\x5a\x9c\xd9\x87\x03\x4c\xd5\x5a\x28\xd7\xa0\xcb\x8b\xd0\x99\xc4\xc9\x92\xf9\x5e\xc5\x45\x3a\x21\xad\x72\xee\x66\x94\xc0\x25\x20\xaa\x5e\x5b\xde\x16\xa9\xe7\x5e\x25\x1f\xc2\x2d\xae\x14\x77\x3a\xae\x0c\xab\x32\xd1\x60\xba\xed\x19\x61\x6f\x07\x46\x9f\xe9\x64\x46\xbb\x8f\x9d\x83\xdf\x27\x71\x4d\xbf\x6c\xdb\x64\x76\xda\x83\xc8\x59\xcd\x30\xab\x5f\xd6\x97\x90\x33\x44\x4d\x5f\x70\x6f\x7b\xc5\x18\x09\x1d\x8a\x43\x6d\xd0\x71\xa1\x56\xfa\x8b\x3b\xdf\x55\x1c\x2b\x50\x88\x2f\xfd\xc6\x4e\x3d\x22\x70\xf4\x70\x7a\x2c\x98\xd5\x12\xe7\x64\x7a\xc1\xac\x9e\xb5\x47\x61\x07\x61\x2f\x93\x99\x7a\x5b\x45\x2d\xf2\x72\xe9\x7c\x85\x98\x97\x91\x90\x11\x6a\xbf\x25\x61\x4f\xd4\xaa\x0c\xb2\xc6\xba\x3a\x6c\xe1\x0d\x97\x1c\xb9\x0e\x47\x8a\xed\xc8\x0f\x99\x38\x34\x8f\x13\x5e\xfe\x39\xbc\xd6\x36\xcb\xdb\xc5\x47\x59\x1f\x9e\x77\x64\x98\xe6\x26\x6a\x5e\xb0\x7f\x2e\x71\x80\xee\x93\x3c\xb8\x6d\xe0\x81\x35\x7e\x66\xa5\x46\x5a\x15\x1c\x24\x90\xfe\x7f\xb2\x06\x64\xf0\x8e\xd4\x0c\xde\x7d\x29\x1e\x6e\x40\xe3\x49\x07\xf7\x8e\x1d\x55\x9e\x58\x90\x14\x84\x36\xa0\x71\x89\x7a\xb5\x3d\xa8\x32\xd8\xc5\x33\x1f\x3f\x3d\xcf\x29\x5d\xf7\xcd\x35\x27\xd4\x40\x57\xbe\xc9\x58\xe9\x63\x53\x16\x35\x5c\x25\x87\xd3\xaa\x9f\xc1\x4c\x41\xb4\x3d\xf0\xdb\xb3\x7b\xa2\x11\x26\x75\x09\xd3\x73\xf2\x46\x39\x4a\x48\x0d\xc6\x2f\x4e\x4b\x61\x22\x25\xb7\x70\x6e\x01\xb7\x40\x3f\x13\x8d\x44\xa8\x65\x74\xe3\x76\x04\xeb\x6a\xec\x05\x94\xcf\x9a\x21\xc2\x36\xca\xe3\x4d\x56\x53\xb9\xa4\xaf\x0b\x71\xb7\x30\x99\x60\x25\x11\x4b\xcb\xe1\xb0\x60\x44\xb6\x8d\xe5\x5e\xe7\xa3\x5e\x57\xc4\x09\x2e\x56\xe6\x60\xc6\xa3\xc9\xdf\xc5\xce\x0d\xa4\xe5\x11\xb3\xeb\x99\x5c\xf9\xe9\xd6\x5c\x41\xa4\xd8\x15\xf4\xb0\xb0\xde\xab\x34\x85\x3d\xb0\x25\xe9\xbe\x77\x21\x74\x5c\xcd\xf6\x12\x84\x4c\x5b\xf9\xf1\xf4\x91\x28\xf3\x54\xec\xc7\x64\x74\xd6\x6b\xc3\x6f\xd8\xee\x0d\xdd\xdd\x61\xb9\x1c\x6a\x23\x4f\x2e\xad\xc9\x58\x45\x93\x67\x74\x61\x39\x30\xa1\x1b\x03\x7e\x0a\x61\x18\xc8\xc5\xd7\x9f\x3a\x49\x15\xe3\x81\xa3\x6d\x6a\x59\x5b\x48\x7b\x48\x7f\xe8\x4e\xd3\xf8\xef\x85\x2f\x3d\xe1\xc1\xb7\xb9\xe7\xb7\xf1\xdc\x67\x8a\x13\x7f\xc5\x3f\x04\x33\xea\x46\xc6\x4c\xc4\x63\x0c\xf3\x45\x74\xfe\x8c\x05\xe4\x38\x01\x88\x49\x93\x12\xbd\x43\x0c\x17\xc6\xc8\x1c\xe7\xfb\xb6\x18\xd7\xbc\x0f\x49\x84\x43\xbf\xfc\x6f\x76\x86\xd7\xaf\xef\xfa\xaf\xda\xf5\xd6\xd6\x6b\xf7\xf8\xcb\x08\xe8\xdc\xfc\xbb\xba\xa6\xc6\xff\x42\x84\x8a\xce\xdd\xac\xf0\xae\x23\x04\xac\xc8\xa4\xef\xf7\xcd\xa6\xe3\x30\xb0\x41\x79\xcc\xe5\x0f\x25\x10\x17\x10\xbc\x4b\x54\xa8\xad\xa0\x10\xa1\xbc\xa4\x8e\xbe\xcd\x04\x16\xbc\x10\x2f\x85\xaf\x7c\x78\x1d\xff\x14\x46\xc7\x27\xae\xe2\x30\xf8\x46\x50\x17\x51\x84\xc2\x08\x8d\xd6\x6e\xd9\x5a\x2c\xdc\x9d\xc5\x39\x7d\xae\xfc\x98\x80\x13\x2d\x80\x25\x48\xd4\xef\x84\xf9\x74\xc3\x8d\xfb\x5b\xda\x9a\xa8\x57\x43\x97\x82\x75\xe3\xf7\x59\x41\x30\xd1\xbe\x27\x5c\x71\xd8\x54\x99\xd0\xf9\x1a\xa1\x2e\x32\x27\xf4\x76\x84\x90\xd7\xf9\xf9\xe6\x0d\x5d\x7e\x9b\x6e\xe0\xd8\x20\xc6\x5d\x6c\xb4\xc1\x51\x58\x68\x0f\x5b\x9c\xe3\x40\x55\xed\x83\x68\x9e\x55\x06\x35\x85\xd5\x48\x95\x1a\xcc\x88\xde\xd3\x2d\x3f\x6c\x1e\x17\x98\x72\xc9\x7a\x1e\x5e\xbf\x22\x98\x70\xfe\xa1\x80\x3a\x8c\x44\xe4\x76\x21\xe8\x88\xb5\x00\x37\xf5\x35\xf2\xe8\x9d\xec\x8f\x4d\x0d\x81\xe5\xc3\x25\x9e\x1e\x64\x14\x98\xd3\xdd\xa3\x9a\x76\x15\xbd\x8a\xb4\xd5\x19\xb4\xb9\xf0\x35\xe8\xb5\x8f\x20\x22\x46\x13\x80\x8e\xa9\x5b\xcb\x90\xd9\x95\x7a\xc3\xb8\x09\x4b\x2b\x9b\xc5\xd7\x0f\x07\xab\xea\x29\x48\xf5\xe8\x2b\xb2\x43\x4b\xd6\x55\x8b\x07\x82\xee\x9c\x83\xd3\x18\x78\xde\xf8\xd5\x9d\xec\xcd\xe4\x20\xc6\x10\xb0\x67\x1b\x89\xab\x51\x04\xeb\x1a\x2a\xc2\x1f\x0f\x44\xc4\x60\xcf\xbf\x9e\x05\x82\xc1\xe1\x31\x1a\x89\x74\x82\x2a\x53\xe2\x86\xa0\xf8\x94\xc8\x61\x5c\x25\x1b\xca\x2b\x38\xd9\x85\x93\xa8\x96\x59\x47\x80\xc1\xec\x5e\x2e\x41\x81\x20\xbf\x87\x8d\x0a\x02\x5b\x8c\x67\xe3\x68\xf2\xa3\x31\x3c\x93\x10\xaf\x90\x5e\xea\x15\x9e\x03\xb8\x23\x4e\x0b\xa4\x9c\xb6\xfb\xa0\x7e\x63\xea\x61\xa5\xc4\xd1\x3c\x1a\x68\x24\x09\xea\xca\x4d\xcb\xe4\x42\x5d\x15\x65\xb4\x71\x42\xd2\x3d\x21\x12\xea\xfa\xdb\xf0\xfb\xa0\xed\x0d\x3f\xba\x0d\x78\xc2\x6b\x86\xae\xb5\x50\xf7\xdc\x37\x7c\x28\xc5\xdc\xbe\x19\xaf\xd9\xb2\xc3\x81\x8a\xe5\xc2\x22\x1f\x8d\x4a\xbb\x5d\x32\x04\xb4\x90\xf7\xd3\x1f\x22\x9e\xdb\x3e\x1c\x62\x22\x4c\xc4\x59\xe0\x56\x7e\xbb\xa6\xff\xde\xda\x6e\xdf\xca\xb2\xdb\x13\x9b\x31\xd8\x88\x45\x40\x24\x7a\x3d\x6f\x05\xa3\x9c\x6e\x6c\xf8\x17\xf4\x15\x50\x9c\x37\x40\x23\x6a\x85\xe7\x49\x78\xec\x2a\x29\xec\x4e\xa2\x1e\xb3\xe6\xe2\x2c\x69\x61\x19\xb8\x12\x53\x78\xe7\xe1\xca\xba\x5a\xf5\xfd\x3e\x0a\xdf\x17\x2e\x29\x22\xdb\x83\x82\x98\xbc\x7d\x9d\x49\x6a\x2c\x09\xb1\x6f\x38\x92\x6e\xb1\x45\xe8\x40\x33\x46\x1e\x13\x2c\x2e\x32\xb7\x62\xa8\x19\xdb\x52\x1d\xcb\xcb\x26\xaa\x9f\x30\x14\x3d\x9a\xcc\x14\x0d\x0d\xab\xaf\x7f\x16\x09\x3d\x35\xb5\x13\x60\x73\xb3\xa9\xe8\x6c\x4f\x24\xc2\xe2\x19\xfd\x8f\xff\x35\xdf\xdb\x22\x45\x60\x2b\x0d\xc0\xb1\x4f\x50\x74\x2b\x2a\x93\x3d\xc0\x77\xd8\x29\x6c\x11\x8c\x24\xa5\x2b\xbf\x66\x05\xb0\xce\xb6\xcb\xaa\x4d\xe7\x59\x3b\x75\x7e\xa4\x25\x5e\x59\xba\xde\x7b\x09\xc6\xc5\xae\x3f\x30\xf0\xdf\xe6\x0e\x61\xc0\x06\x46\xc0\x8f\xb0\x04\x8f\xa9\x57\xe2\x22\xaf\x1b\x44\x1d\xe1\x00\xf8\x8a\x2a\x24\x3a\x37\x0c\xde\xe5\xd9\x95\x06\x61\x90\x7c\xfe\xa0\xf4\x34\x7f\x77\xd4\x74\xd4\x42\xbc\x5c\xd6\x36\xd4\xa2\x8d\x7b\x75\x76\x13\xca\xe9\x3b\xdd\xc7\x23\x8e\x00\xd2\x8a\x73\x88\xc1\xd3\x1f\x61\x17\x5d\x03\xc7\x7d\xdb\x89\xc3\x11\x37\x88\xba\x66\xf3\x5c\xed\x17\x4f\xcb\xe2\x4e\x93\x58\xbe\xb7\x16\xbe\x74\x9e\xa8\x20\x24\xcf\xf5\xf9\x36\xa0\xb7\xe5\xaa\x6b\x09\x04\x1c\x5b\x19\xad\xc5\x95\xb1\x00\xbd\x09\x76\x83\x0b\x4d\x01\xdb\x93\xde\x3d\xab\x9a\x0b\x81\x4f\xf4\xd5\x46\xdd\xbe\x1b\x6d\xd8\x07\xcb\x10\x21\xa3\x37\x34\x36\x5e\xc6\xc8\xec\x2b\xa2\xa4\x4d\xc5\xa6\x77\xdf\xe6\x12\xfe\x96\xd8\xe9\x1d\xdc\x23\xfd\xe7\x20\xa0\x1b\x6c\x33\x00\x3d\xd7\xdf\x12\x6e\x4d\x83\xa6\x97\x55\xb5\x69\x16\xcf\xec\x0a\xff\xc8\x87\xef\xeb\xbc\x95\xa2\x4f\xf0\x1d\xa1\x97\x87\x32\xe2\xcc\xf2\x74\x32\x8e\xbe\x77\x84\x09\x66\xc1\x8e\x84\x8f\x34\x8e\xa1\x49\x14\xc4\x7c\xb1\xba\x75\xf9\xde\xee\x4e\x79\xa5\x05\x6b\x12\xff\x23\x90\x19\xa1\x7b\x9f\x62\xb7\x09\xab\x8e\xd0\x84\x0b\x2a\x40\xc8\xcd\xc4\xa3\x79\x3e\xf4\x6a\xb2\x17\xc0\xb7\xd9\xe4\xa2\x0e\x06\xc1\x60\x1b\x61\x03\x7c\x13\x1c\x9e\xde\x68\x2f\xda\xb1\x02\x0b\x3b\xb6\x1d\x11\xa7\xa2\x6d\xa2\x81\x09\xdd\xc5\xee\x83\xa5\x13\xc5\x62\xbf\x81\x89\x8a\x29\x96\x8c\x4f\xe4\x1d\x39\x20\x08\xfe\x0f\x6d\x2d\x7e\x06\x8c\x63\x7c\x9b\xa8\xfe\x28\xcc\xf2\x2f\x6a\xa7\xd6\x5e\x6c\x93\xe6\x42\x36\xf9\x40\xdc\xec\x63\x9e\xab\x17\x06\x5b\xa5\x8a\xcb\x11\x46\xd9\x55\x1a\x32\x0b\x88\xbc\x73\xa1\x05\x10\x02\xc3\x0f\x26\x82\x8a\x68\x77\x92\xfd\xaa\x53\x8f\xc1\xc2\x6e\x68\x93\xc4\xce\x2f\x39\xac\x39\xc2\x98\x84\xc6\xf6\xa8\xfc\xc4\x1e\x71\xbf\x4b\x44\x3c\xdb\xf8\x47\x37\x5e\xb4\xb3\x1e\x7c\x55\xb7\xda\x07\x6f\xc4\x88\x26\x29\x4c\xb8\xda\xc9\xee\x6f\xea\x47\x56\x7d\xde\x6f\x91\x58\x05\x91\x85\x21\x16\x07\xff\x23\x7c\xeb\x1f\xe1\x98\xfa\xa7\xe4\x8f\x80\x51\xfa\x93\x97\x99\xfd\xe6\x4f\x8e\x8f\x9d\x30\x10\x2f\xcc\x84\xef\xee\xd9\x14\xa0\xe7\x09\xc7\xf0\xe9\xdc\x7a\xbb\xe0\x40\x98\x41\x88\xcf\x43\xa3\x8f\xc2\x82\x2c\xa0\xe9\x85\x23\x31\x9b\xd4\xee\x5c\x84\x53\xef\xb7\xb2\xe7\x83\x1e\x3a\xcd\x70\x13\xeb\x25\x78\x46\x60\x34\xc2\xf4\xb8\x57\x2b\x7b\xa0\x17\x86\x16\x7c\xfd\x5d\x43\x94\x7a\xb4\x55\x65\x73\xc1\xdc\x10\xdf\x95\x46\x28\x5f\xb1\x74\x11\x2b\xc4\xa3\xba\xce\xd4\xcd\x99\x37\x8d\xed\xfb\x08\x32\xe9\x92\x71\x74\x82\x71\x70\x95\x30\xb2\x8c\x3c\xb1\x1c\x74\xae\x63\xcb\x20\x75\x18\x1d\x05\x2f\xf4\xc3\x73\x02\x12\x8e\x89\x02\xde\xbb\x11\x53\x34\xc9\x80\x12\x47\xfe\x50\x41\x8d\x86\x95\x88\xa6\x76\xfc\x20\x04\x03\x44\x1e\xec\xa3\x45\x8d\x6b\x39\xb1\xda\xc0\x8f\x77\xf1\x48\xa5\x08\xa6\xaa\x6c\x5f\x57\x6d\x37\x9f\x34\xb2\x5f\x3b\x7a\x68\x3e\xb1\xc9\x88\x1d\x46\x65\xcb\x77\x16\x6f\x01\x3d\x9b\x14\x6f\xad\x33\x65\xbf\xd2\xd8\x7b\xc7\x4b\x07\xb1\x4e\xf0\xdb\x13\xa9\x3e\x19\xc1\xf5\xa6\xa1\x7e\x43\x43\x7d\x69\xd2\xcb\x8a\x53\x7f\x4c\x8c\xb5\x1d\x07\xc9\x10\xf7\xe2\x21\x9e\x86\x73\xb3\xb8\x72\xd1\x55\x84\x3c\xba\xfe\x36\x6e\x37\x35\x09\x5c\x54\x95\x74\x3b\xce\x7c\xbf\x93\xec\x20\xf0\x4c\x63\xb3\x79\xc4\xea\x85\x90\xad\x1b\xc5\xc5\x74\xee\xfb\xef\x1d\x1d\x53\xb8\x8b\xa1\xb5\xfb\x2f\xb1\x68\x3f\x02\x91\x68\xc3\x4e\xdb\xd0\x2b\x71\x5c\x39\x66\x3c\x8e\x28\xb2\xe7\x74\x0b\xf0\x55\xc3\x3b\x7e\xe6\x19\xca\xb3\x41\x79\x24\xfa\x24\xf5\x1c\xe1\x00\x07\x9e\x58\x18\xd8\x93\x53\x73\x63\xcb\x36\x2c\x5b\xe3\x34\x8e\x6f\x69\x14\x53\xc1\x9e\x8d\x2d\xa9\x13\x7d\x74\x58\xb7\x41\xab\x39\xd0\xc2\xae\x7f\x2a\x8f\xef\x4b\x3c\xe0\x6f\x5e\x35\xa0\xda\x7d\x9f\xe9\x28\xfe\x71\x1b\x8c\xf7\xf7\xec\x04\x1d\x79\xa4\x1d\x6d\xdf\x2b\x66\xf1\xee\x30\x0b\x25\xe1\x0f\x02\xd6\xe0\xf3\x46\xeb\xdc\x85\x77\x78\x10\x85\xf9\x70\x32\x70\x75\x3c\xc6\x07\x03\x06\x3e\x9a\x4b\xc8\xbd\x7c\x11\x09\x5e\x9c\x37\x54\xc0\xce\xf9\x65\xdf\x3a\x49\x7c\x0d\xbe\x24\x20\x24\x47\xb2\x9c\xd7\xf0\xa9\x3f\xbe\x6a\xa2\x5d\x3b\xc2\x9b\x43\xcd\xad\xd9\xf0\x8b\x1e\x3d\x0d\xd7\x7f\x99\xe8\x4a\x1c\x8f\x32\x0d\x1f\x20\x36\xd5\x53\x33\xe4\x70\x42\xf2\xc0\x54\xa5\x89\x7c\x6a\x03\xca\x38\xf4\x1b\x39\xe1\x2f\x12\x50\x87\x08\x7b\xe9\x68\xe9\xaa\x1e\x9c\x99\xd9\x54\x73\x74\x55\xcc\xe9\x86\xe3\xc0\x8e\xce\xef\x57\x90\xeb\xa8\x9f\x60\xba\xb5\xdd\x56\x1c\x02\x7b\xa2\xab\x67\xa3\x66\xc7\x7c\x6b\xd0\x91\x98\xb1\x49\x84\xee\xd0\x08\x48\xec\xd6\xe2\xf8\x20\xf3\x79\x44\x85\xd5\x30\x5a\x44\x94\x23\x09\xf0\x1b\x85\xf5\xe6\xfb\x16\x04\xd0\x3a\x0e\x9e\xd4\x8f\xa5\xab\xba\x72\x76\x9f\xbf\x61\xe5\xd8\xc1\xbd\x30\x27\xba\xeb\xfa\x6b\xcc\xc2\x28\x71\x63\x57\xcc\xae\xa8\x1f\x3f\xbc\xba\x21\x84\xb9\x62\x6b\x2a\xe8\x83\x83\x30\x91\x6c\xcb\x9c\x3c\x7e\x74\xfe\xc4\x07\x98\x4d\xab\x4d\x55\x10\x24\xd0\x26\x66\x86\xb3\x08\x00\x25\xed\x35\x92\xf7\x1e\x70\x04\x25\x65\x98\xeb\xc2\x4a\xec\x49\xa8\x99\x38\x5e\x02\x36\x7f\x4e\xb4\x37\xa7\x80\x0b\xe5\xe6\x2a\x7e\x65\x9d\xd3\xf5\xdf\x58\x0a\x74\xa3\x1f\xc8\xe0\x1d\xdd\xb9\x35\x13\x12\x16\x3f\xe6\x81\x09\x91\x82\x48\x95\x49\x18\xe4\x78\x8f\xc6\x15\xa7\xe5\x31\x7b\xde\x3e\x33\xed\xbe\x16\x49\x5d\x82\x85\xe5\xfc\x78\x42\xd2\xbf\x4f\xc4\x34\x33\xbf\xc9\x77\xed\xf4\x94\x3c\x44\x4b\xc1\x94\x6e\xc3\xc3\xf4\xad\xa3\x7e\xe6\x1c\xb8\x9f\x3a\xcb\x5f\xd8\xba\x5f\x3c\xa1\x5f\xc4\x42\x66\x9c\x0d\x07\x16\xc7\x37\x56\x57\xe8\xe9\xc5\x9c\xf7\x82\x46\x25\xd4\x0d\xaf\x52\x80\x81\x15\x6d\x4e\x73\xc9\xb4\x71\x1c\xff\xdf\xb3\xa8\xf6\xf4\xa6\x8f\x86\xf2\xd1\x00\xb8\x93\xde\xb5\x1b\xc7\x02\x40\xd6\x20\xe2\x20\xae\x36\xb9\x2e\xa2\x9f\x27\xde\x22\x9f\x19\x36\xa8\x0b\xf2\x02\xc7\x65\x37\x5d\x99\xb9\x5c\x67\x9c\x5a\xe6\x8a\x66\x65\x1c\xf8\xba\x53\xf1\x1d\x1d\x4f\xd1\xe9\x16\xae\xff\x4d\x12\x5b\xd8\xa9\x2a\x04\x16\xf0\xec\x79\x94\x01\x14\xe0\xc9\x74\x5c\x49\xe4\xa1\xcd\xe2\xa1\x91\x0c\x91\x21\x0b\xea\xea\xec\x24\x76\xeb\xe2\x4b\xe7\x36\xff\xf2\xcf\xc7\x95\x56\x55\xd6\x7b\x2f\xf7\x23\xa9\x84\x9c\x97\x17\x4d\xb0\x82\x55\x19\x9a\x9c\x03\x9c\xad\x02\x3b\xdf\x4a\xcd\x99\x90\x3e\x2a\x11\xd5\x5e\x50\x17\xd0\xac\x97\x8b\x95\x3b\x12\x01\x9a\xee\x6e\xc1\xce\x94\x01\x4b\x06\xe1\x12\x3f\x74\x67\x83\x3a\xaf\x67\x28\x18\x05\xf4\x51\x22\x2d\x7c\x70\x74\xe2\x6c\xcf\xa0\x2e\xbd\x82\x72\xf8\xe8\x9d\xdc\x5b\xdc\xc8\x11\x86\xdb\xec\xe0\xd3\x22\x56\x5f\xaa\xd1\x67\x28\x24\xa4\xb4\xd1\xd8\x3b\x62\xa6\xf4\xf2\xcf\xb4\x26\x4d\xfa\x94\x3b\x48\x1d\x39\xb1\xb9\xfc\x4f\x6c\x57\xc3\xbb\x7b\x3c\xb1\xc0\x0f\x71\x04\xc5\xae\xc6\x28\xf4\xc0\xb8\x9a\x92\x12\x5a\x3b\x8a\x2e\x84\x0f\x93\x28\x3d\xb8\x76\xc0\xab\x08\x7f\x23\x49\x2e\x84\x57\x06\x6e\x76\xac\xf1\x8e\x23\x4c\xbb\xf0\xdc\xe2\x8c\x42\x54\x2b\xab\x16\xd7\x78\x3d\xe0\xbd\x2d\xd7\xf5\xfa\xbb\x21\xce\x8d\xf7\x68\xfd\xfb\x5f\x59\x9d\x93\x23\x92\xde\x85\xd3\x3e\x48\xf0\x0b\xb3\xeb\x5b\x71\xcb\xfa\xfd\xf9\xa3\x87\x67\xc9\x37\x6f\xed\xf7\xfb\xb7\x50\xe9\x2d\x62\xeb\x6d\x89\x09\xd0\xed\xfa\x1f\x0f\x3e\x3f\x4b\xf2\x76\x37\x7f\xf3\xff\x1f\x7e\xd7\xab\xc2\x72\x9e\xe3\x38\xc7\x21\x39\x83\xa3\x19\x7c\x90\x82\x88\x14\xe1\xe3\x9f\xd6\x16\x69\xad\x36\xf4\x27\xf8\x4c\x74\xc0\x66\x88\xae\x15\x26\x21\x1c\xd5\xc9\x69\x9c\x91\xc8\x29\xc7\x1d\x18\xd7\x0b\x4c\x84\x02\x01\xd4\x0b\xeb\xdc\x69\x7f\x6f\x40\x13\x3b\xdc\x6a\x88\x79\xc5\x43\x2d\x0b\x93\x0b\x05\x40\xd5\x4d\xf9\xed\xb8\x0b\x76\xc3\xa8\xca\xa2\x77\xa9\x75\x7c\x3f\x02\x35\x28\x57\xa8\x99\x8f\xdb\x72\x18\x75\x0b\x34\xcc\xe6\x1d\x83\xd7\x26\xe1\x49\xc7\xa7\x79\xaa\x7d\x5d\x05\x4e\xb2\xa3\x8e\x24\xe0\x16\xb5\x3f\xec\x7f\xfe\xb1\x48\xb6\xb9\xd0\x00\x2f\xff\x7c\x96\xa4\xac\x02\xda\x0d\x3d\x1f\x37\x8e\x74\x77\xd3\xa5\xfa\x40\xab\xb6\xaa\x3a\x76\xd6\x98\xd8\x15\xba\x49\xbb\xf4\xf2\x88\x7c\x0d\xb6\x4d\xef\xdb\x50\x2b\x79\x03\xdf\xdf\x04\x60\x45\xb4\x74\x24\xef\x95\xd4\x02\x92\x4d\x20\x3c\x6d\x4d\x39\xe0\x1d\x94\x61\x81\x9b\x4a\x46\x14\x7f\x2d\xfb\xe1\x7c\xa0\xea\xe8\xc3\xa3\x1d\xf0\x9a\x03\xea\x7e\x44\xfa\x31\x92\x70\x0f\xe6\xc3\xd3\xaf\xe5\xfc\x08\x0f\x39\xa2\x31\xc4\x43\xfa\xed\xa8\x6e\x34\xca\x98\xfa\x18\x47\xa3\x1b\x73\x83\x6e\xa0\x88\xf2\x0a\x49\xf7\x54\xe0\x9e\x5f\x7f\x04\x98\x54\x19\xbf\x9d\xbc\xc9\x3c\x15\x7f\x8d\x47\x28\x16\x3b\x22\x37\x6c\x40\x9e\x4c\x14\xff\xfd\xaf\x70\x3b\x5d\xab\x51\xc9\x61\x14\x14\xe7\x1c\x4d\x88\x2c\xe7\x08\x3a\x41\x58\x88\x13\x5c\xae\x8c\x20\xc1\x14\x38\xa2\xc5\xb8\x28\xce\x7f\x38\xbe\xfb\x97\xa6\x44\xea\x5d\xc9\x79\x1b\xee\xd6\xae\xa8\xfa\x28\x22\xe4\x3e\xab\x81\xa5\xcb\x3c\x52\x17\x60\x91\x43\xe5\x28\x4c\x8f\x6f\x60\xa6\xfa\x95\xfd\x18\xf7\x6d\x58\x1a\x6f\x0a\x46\x31\x43\x9c\x07\xcd\xa2\x95\x55\x9c\xbe\xa2\x87\xd8\xec\x89\x44\x5c\xd3\xd0\xb7\x90\x05\x6d\x7c\xe4\x4a\x89\xe0\xc8\x61\x2b\x87\x68\x0f\xa1\xc0\xb0\x5a\x86\x0b\x7c\xa8\xe1\x77\x24\x74\x3f\xe7\x72\x08\xe2\xe2\x0c\x73\x0b\x39\xe6\x50\x4b\x3f\xb5\xba\x71\xe4\x1f\x5f\xe7\x95\x41\x8b\xf6\x87\x61\x33\x4e\x05\x2d\x0a\x3b\x1b\x47\x2e\xda\x87\xcd\x5f\xa5\xe5\x8a\xce\x31\x8c\x4c\xf4\x70\x88\x43\x14\x74\x18\x2a\x9f\x43\x42\x5f\xae\xf5\xad\x13\xe7\xec\x98\x1d\x67\x45\xf1\x7a\xd0\xf1\x1a\x21\x8b\x82\x99\xdd\xcc\x03\x05\xc1\x3e\x3a\x31\xe5\x1d\x5f\xa8\xd7\xe0\x80\xa6\x66\x17\x87\x2c\x0a\xe6\x73\x33\x37\x34\xcb\xf2\x8b\x8b\xf9\xaa\xae\xf6\x0d\xa2\xfe\x74\x75\xca\xfe\x29\x9a\x4e\xee\x0a\x89\x05\x7f\xfe\x11\x5e\xac\x52\x11\x06\x8d\x04\x4b\x35\xdc\xd0\x53\xf9\x24\x9a\xd4\x85\xfc\x91\x4f\x6c\x3a\x16\x67\x31\xfb\xd4\x11\x3c\x36\x29\x89\x9a\x16\x73\x50\x9f\x4a\xcc\xc5\x71\xe4\x7c\x89\xd4\x41\x73\x59\xed\x97\xf8\x17\x47\x33\x82\x1d\x29\x42\xd7\x40\xde\xd7\xc2\x39\x8f\x6d\xec\xa8\x83\xa0\x72\xb3\x2b\x88\x40\xe6\x2c\x7c\xe7\xf8\x67\xf2\xdf\xe9\x9f\x41\x39\x2d\xf8\x82\x58\x0f\xa9\xf1\x54\x7e\x84\x75\x30\x8c\x9c\xb0\x7b\xce\xef\x64\x3e\x14\x62\xe0\xfc\x1f\xc8\x60\x93\xa0\x26\x5f\xda\xef\x86\xc2\x3c\x2c\xd4\xed\x86\xc5\xb5\x7e\xd4\x5d\x27\x64\xf8\xe1\xa7\x0f\xe5\x07\xbb\x21\x72\x40\x54\x90\xb5\x74\x41\xda\x82\xc7\x9c\x39\xe7\xc6\xf9\x91\x93\xa3\x2b\x10\xef\x54\xfe\xb7\x04\x95\xd4\x94\x6f\xbe\x42\x56\x9b\x0b\xa2\xdf\x0e\x1b\x3a\x33\xf7\x8d\xf8\x04\xd7\x46\xb2\xdd\x27\x7b\x4d\xc4\xea\xab\xd0\xa6\xe0\xe8\xce\xe9\x4f\x0e\xdb\x20\xf7\x9d\x2d\x5d\x44\x63\xee\xbf\x19\x30\x70\xc1\xde\x0d\x5b\x21\x80\x21\x6c\xfe\x9d\x86\xd0\xa6\x8a\x0c\x46\x8b\x10\xd8\x5b\x3a\xf7\x54\x0f\x78\x9c\x96\x37\x58\xe8\x60\x3b\xf3\x44\x2e\xb1\x76\x34\x58\xc4\x5d\xa9\xed\x53\xd6\x6d\x90\xf6\x37\x98\x74\xd0\xf8\xdc\x13\x1a\x6c\xa9\x76\xa0\x83\x66\x19\x18\xc0\x4a\x79\x65\xba\x30\x3f\xff\x98\x86\xb2\xad\x6a\x9b\x1c\x68\x88\x8e\xb3\x00\x9f\x01\xd3\x7b\x79\x69\xc7\x46\x14\x15\x20\xd8\x8d\x48\xc4\x56\x14\x34\xc9\xac\xbb\xa0\x8c\xc9\xfb\x7b\x1c\xcd\x65\xa8\x3e\x0a\x5c\x31\xb8\x07\xf7\x68\x3e\xe4\x78\xed\x06\xc3\x09\x48\x95\xe8\x25\x32\x8d\x88\x7b\x35\xca\x8e\xef\x34\x7c\x1d\xdc\xc7\xf1\x8b\xe0\xbe\xef\xeb\x9c\x1d\x96\xd8\xba\x3f\x80\x13\xbe\x33\x8f\xab\x8c\x71\x82\x2f\x00\x7f\x01\x52\xf8\xfa\x7f\x1a\xcd\x0e\x2e\xd9\xe3\xc7\xe0\x15\x47\x02\xdb\x9f\x80\xb5\xa0\xbe\x6e\xc2\x3d\x42\x81\x44\x11\x1e\x9c\x17\x33\xad\x7a\x6f\xd6\x5e\x33\x65\x5c\x57\xa2\xdf\x21\xf6\x89\xf3\x9b\x89\x60\xd0\x6e\x1a\xea\xa2\x67\x1d\x45\x51\x9a\x61\x5a\xb1\x75\x94\x1f\x1c\x3b\x47\x64\x30\x47\xeb\xde\x30\xc1\xc7\xf9\x11\x07\xe0\x84\x41\x89\xdc\x22\x67\x51\x12\x5d\x26\x06\x2e\x77\x9d\xd4\x06\xec\xe8\x12\x0a\xd9\xe7\x6a\x79\x15\xde\x64\xbd\xc8\x50\x6a\x7c\x55\x5e\x21\x8b\xd3\xfb\x30\xf9\x0e\x55\x2a\x82\xe1\x90\x6f\x04\x52\xb8\x96\x2c\xde\x38\xf9\xe8\x1c\x0d\xea\xe9\x5d\x97\x57\xf2\x66\x95\xc1\xf8\x36\xc4\xb6\x30\x0e\xf7\x08\x7d\xa0\x94\x01\x6e\x0a\x93\x07\x44\x9e\x7a\xfa\xc0\xcf\x83\x6e\x22\x40\xcf\x19\x5b\xb3\x49\x3d\xa4\xa8\x9c\xc8\xaf\xaa\xd7\xcf\x87\xac\x21\x51\x8e\xc4\x40\xb6\xcc\x35\x7c\x14\x6b\x57\xed\xb1\xbd\xfe\xd6\xa7\xc1\x18\xd7\x0e\x23\x2a\x5d\xff\x2b\xd0\x73\xe9\x82\x2a\x85\x0a\xe3\x30\xa6\x52\x82\xb8\xd0\xa6\xdd\xb3\xa4\xf7\xe0\x73\xda\x31\xf9\xa6\xbc\x1a\xb2\x0d\x38\x62\x64\xe8\x86\x01\x6f\x57\x79\xe3\x9e\x2f\x43\x4e\xa2\x9a\xed\x6c\xb5\xa3\x4b\xfd\x79\xc7\x39\x9a\xf2\xf2\x05\x92\xea\x37\x44\x54\x8b\xf7\x31\x61\x3e\xa2\x1d\x37\x15\x52\x5a\x71\x1e\x94\x66\xf1\xa5\xe4\x21\xe9\x67\x1c\x75\x5e\x05\xf1\xcd\xc2\x65\x33\xa0\xd5\x68\x49\x14\xd0\x3e\x4a\xf1\x38\xc4\x41\x40\x97\xa1\xe5\x56\xcf\x69\x4e\x80\x49\x79\xa3\x06\xeb\xd0\x53\xd9\x50\xa4\x60\xa2\x9e\xdb\xdf\x0f\x7d\xf8\x36\x09\xc3\x83\xc4\xbf\x3e\x14\xb9\x97\x64\xf4\x12\x12\x87\x61\xde\x27\x5a\xd9\x27\x99\x5a\xed\xa7\x97\xf3\x61\x20\x8f\x53\x88\xc9\x84\x0c\x74\x8b\x6b\xa1\xf9\xfd\x4a\x3f\xff\xdf\x4a\x83\x28\xe8\x88\x4a\x1d\xc0\x0c\xe4\x84\xfe\x9d\x15\x80\xc6\x1a\x84\x3d\x80\xe6\x84\x8f\x3b\x3a\x1d\x8b\x26\x84\x96\x7f\x4a\x28\x9a\xe9\x0e\x47\x91\x68\xfe\x11\x2b\xb0\x1b\xc2\xbc\x87\x52\xd7\x30\xde\xbb\xff\x3e\x19\xf8\xfd\x1f\x35\xdd\x8a\xab\x4f\x45\xf0\x0e\xf7\xe0\x17\xe9\x1b\xd5\x2a\x8c\xda\xdf\x1c\xf3\xfd\x8c\x55\x41\x2e\xcc\xbb\x26\x5f\xe6\x68\xef\xb9\x8b\x81\x0d\x96\x70\x98\xc6\xb1\x60\x61\x14\x7f\xfc\xae\x64\x99\x98\x98\xf9\x4d\x21\xed\xa7\x0d\x41\x22\xd4\x31\x96\x33\xc4\x81\xf6\x60\x3a\x79\x63\x75\xdd\x82\x47\x41\x02\x12\x2f\x6d\x09\x6d\x07\x80\xca\x90\x4e\x98\x5e\xb0\x1b\x0c\x15\x58\xfe\xed\xac\x14\x42\x05\xf2\x2f\x0a\xc0\x37\x9e\x23\xf0\xcc\x51\x14\xbe\x10\x63\x4f\x35\x10\x32\x24\x4e\xad\x72\xc3\xca\xd2\x57\x72\x61\x81\x42\x21\xd2\x30\xe6\x67\x49\x57\x77\x04\x59\x00\x21\xb1\xc4\x1a\x8b\x08\xc7\x61\x8a\x86\x0d\xdb\x33\xaa\x8b\x00\x69\xa6\xf8\x7a\xae\x7f\x2f\xf3\xdd\xf2\x44\xe8\xbd\x30\x41\x8d\x79\xcf\x37\x14\x43\x00\x9f\x8c\xc4\x8e\x0a\x1c\x76\x6c\xc4\xf2\xa1\x3f\xc0\x70\xdc\xd5\xa8\x39\x53\xe1\xc2\x05\xc3\x1b\x17\xb8\xb6\x9d\x33\x36\xc8\xaf\x46\xf3\x5d\xd6\x15\x1d\xd4\x17\x55\x11\x4c\x68\xc2\x77\x36\x6e\x44\x98\x1a\x0b\xb1\x1b\xff\x5d\x54\xd9\xea\xb7\xe9\x3e\x12\x49\xf0\x02\x46\xc1\x9d\xf8\x0f\xe8\x57\x7d\x12\x83\x93\x51\x8d\xbb\xee\x0e\x07\xf5\xbe\xd3\xbc\x37\x6e\x80\xa4\xb0\xee\xfd\xe4\xf0\xa2\x33\x79\x3f\xe7\xc8\xfd\xe2\x13\xbf\xe8\xb7\x78\x68\xf9\x06\xc2\x46\xa3\xc6\xb2\x54\x53\xc3\xa9\xaa\xa4\xe8\xb8\x92\x0f\xee\x15\xbc\x1d\xe3\x94\xf7\x7b\xc7\x0d\x1a\x0e\xc7\xa8\x81\xa1\x7c\x42\xc9\xe0\x91\x9e\xeb\x00\x4c\xc6\x4f\x4c\x83\xcd\xf2\xbb\x89\x4a\xaf\x33\x0d\x59\x83\x08\xd9\x73\x97\xe0\x95\xd5\xf1\x2e\xc6\xe7\x28\xee\x96\x0c\x23\xc9\xb3\x75\x2e\x4f\xc7\x26\x74\x66\xa2\xd6\xeb\xed\x89\x1b\x3e\x77\x79\x2d\xa6\x36\xe4\x4c\x92\x0e\x82\x37\xdf\xeb\x5c\x99\xee\x9d\xb4\x51\x92\x99\xb8\x38\x52\xd1\xe8\xce\x4e\x2e\xd8\xbe\xa9\xf7\x54\x4a\x18\xb4\x9b\x23\x22\x22\x84\x75\xab\x8a\x0b\x04\xde\x65\x85\xad\x3f\xa2\xd7\xc7\x13\xb9\xf6\xe1\x5a\x60\x6b\xc7\x86\x89\x21\x56\x89\x30\x8a\xcc\xd4\x91\x81\xf7\x06\x32\x30\xa6\xd1\x5e\xf7\xa1\x96\xba\x2e\xb6\x2c\x93\x87\xf2\xd6\x04\x9b\xe8\x4f\x3a\x93\x2c\x79\x7a\xcd\xe5\x7a\xfa\x7b\x39\x1a\x3e\xe8\x72\xc0\xf7\xc2\x13\xdd\x50\xf3\xf8\x00\x3d\x9a\xf7\x82\x2f\xc1\xef\x37\xba\x7c\x24\xbf\x0f\x50\x06\x6f\x8e\xa8\x74\x3b\x36\x74\x04\x3f\x1a\x1c\x9c\x0b\xd5\x31\x7d\x0b\xc2\xd9\x79\x4b\x9e\x68\x72\x27\xdc\x45\xe6\x21\xce\x18\x83\x54\xb4\x44\xda\x46\x3b\x05\x49\x8a\x7b\x3c\x28\xbc\x37\xb1\xa2\x93\x28\x26\x8c\x96\xea\x36\x3c\xc6\x32\xff\xd0\x9c\x04\x11\xfd\x92\x29\x45\xf8\x26\x0e\xfc\x38\x9e\x97\xe0\x92\xd7\x9f\x97\xbf\x40\x7c\x19\x5f\x7b\x52\x67\x11\x12\xf2\x28\x66\x02\xb5\xbc\x7a\xca\xa7\xd2\x88\x8d\x81\x5c\x8d\xb0\x98\x37\x0c\x8d\xb0\x82\xe0\x62\x91\x24\x79\x3e\x1f\xdf\x3a\x3f\x92\xd3\x8f\xc4\x76\x70\xf1\x70\x6a\x3c\x26\xb1\x4d\xf9\xd9\x1d\x7a\x2b\xe9\x6d\x06\xff\x0e\x15\x15\x57\xf8\x62\x2a\x15\x1d\x67\x7b\x93\xc8\xb6\x19\x47\x1b\x3d\x8b\x12\xb8\x21\xe8\x30\xdb\x2f\x42\x46\x21\x0c\x25\x32\x85\xf1\x09\x3e\x9f\x21\x33\xed\xaa\x32\x48\x84\xd3\x15\xbb\xbc\xe5\x4c\x8e\x4d\xa0\x66\x4e\xfb\x99\xc3\x6a\xca\xbf\x04\xa9\xbe\x4e\xa7\x66\xeb\xda\x4b\xc4\x1b\x52\xfe\xe4\x69\x9c\xf5\xce\x48\x64\xe8\x35\xc2\xc5\xd3\x9f\x8e\x6d\x66\x67\x6a\xb8\x89\x8c\x3c\xde\x7e\xcb\xa8\x4d\x3f\x74\x50\xdb\xaa\xc4\x50\x8b\x07\xf2\x57\xa4\x61\xb3\xc0\x85\xea\xb1\xb8\x4e\x19\x49\x0d\xc0\x9f\x9c\xc7\xce\xac\xad\x5a\x53\x2c\x1e\xb1\x2c\xd2\x6e\xdf\x83\xef\xe9\xb0\x76\x16\x4c\xd3\x7e\x11\xf5\x76\xee\x85\xdf\x41\x31\x5b\x8c\x38\xee\x4d\x8c\x47\xc2\xc6\x3c\x43\x96\xa1\x77\x70\x1e\x62\xd1\x26\x4f\xd1\x78\x8f\x84\x89\xa1\xc4\x2b\xea\x43\xc3\x51\x4a\x58\xf8\xcd\xb9\x23\x5d\x12\x53\x24\x58\xcf\x90\x60\xfd\x28\x03\xe0\x50\x12\x19\xf2\x0d\x9f\x35\x2b\x87\x37\x4c\x45\xca\xe0\xa1\x34\xba\x25\x51\x6f\x41\xa8\xd9\xb8\xc9\x6e\x48\x95\x17\x7e\x36\x9b\xd1\xc0\xac\x95\x1c\xf5\x3a\xb8\x77\x44\x53\x64\xed\x24\x92\xc5\xc7\x5f\xa7\xb3\x15\x1c\xcf\x72\xbc\x64\x09\xf9\x39\x1a\x04\x32\xba\xeb\xef\xc2\x2f\x88\x28\x5a\x26\x22\x04\x6f\xa2\xaa\xde\xc4\x23\x9a\x8f\x38\x40\xaa\xcb\x61\x3c\x0f\x89\xb7\x17\x7e\x39\x18\x0c\x97\x4c\xf4\xa3\x57\x7e\xfc\x55\xea\x07\xbe\x64\x79\x5c\x2c\x94\xb0\x23\x9d\x26\xc0\x31\x94\xfb\x38\xcb\xf7\xc9\x7a\xcd\x3e\x77\x31\x41\x95\xbc\x9e\xaa\x55\x77\x74\x53\xc1\x53\x55\xdb\xa0\x1c\xfe\xc3\x70\x5c\xe7\x3c\x0f\x15\xc7\xd9\x15\xc2\x83\x23\xb9\x3a\x85\x1b\x5b\x19\xf6\xc9\x23\x24\xf1\xbe\xb1\x71\x60\x19\xeb\x63\x86\x9f\xea\x68\x52\xca\xe0\xa5\x9e\xe1\x96\xe8\xdb\x4f\xc4\xee\x28\x49\x7c\xe3\x34\xff\xe1\x68\x62\xc8\xe5\x43\xca\xbf\x46\x2f\xd3\xb3\x8e\xfa\x09\x83\x35\x38\x0b\xf6\x90\xc6\x38\x1a\x86\x5f\x18\xbc\x35\xf9\x0b\x7b\x3c\x4d\x2e\x88\xa2\x2a\xc3\x43\xea\xe6\x4e\xa6\xf2\xcc\xb8\xc9\x54\xaf\xea\x7b\x62\x86\xfc\xb8\x97\x6b\x79\xd0\x8e\x66\x58\xdb\x4d\x55\x67\xfd\x18\xa1\xe8\xab\x24\x04\x1c\x9f\x1d\x4b\x90\x61\xb2\x72\xf3\x00\x13\x7b\xfc\x8b\x87\x38\x7b\x7d\x90\x59\xe7\xed\x72\x9d\x46\x6b\xbb\xfe\xcb\x16\x3e\xcd\xc9\xe1\xe4\xae\x87\x8d\x26\xe7\x1b\x90\x15\x46\x53\x50\x61\x32\x88\xa7\x81\xbe\xc5\x4c\x70\x12\x2a\x90\x64\xad\x4c\x21\x7e\x44\x52\x29\x36\x54\x90\xfb\x6a\xb2\xee\xca\x19\x3b\x78\x37\x0d\xa4\x0f\x80\x16\x25\xf9\xf5\x9c\x6a\xbf\x2d\xa1\x4c\xf3\x83\x65\xad\x7e\xf3\xeb\xe4\x0d\xa8\x71\xcc\x7b\xbe\x5d\x45\xcf\x8c\xbc\x2f\x47\x7e\x16\x6f\xde\x38\x89\x01\xa6\x74\x32\x95\xfa\x95\x1f\x3d\x32\xe1\x8a\x2b\x4d\x6e\xdf\x6d\x52\x64\x65\x3f\xb1\xce\xc0\xc0\x47\xfa\x67\xa5\x8f\x1c\xa6\x94\x89\x01\x66\x4c\xd8\xbd\x31\x04\x53\x87\x11\x38\xcb\x10\x69\x42\x2e\xd0\xb5\x28\x2b\x78\x6f\x36\x03\x79\x91\x9f\x58\x65\x38\x85\x89\x03\x7d\xd5\x5c\xa6\xa0\x6d\x27\x0b\x91\x34\x86\xc1\xc3\x0f\xf9\x74\x4d\x03\xb6\x39\x27\xf2\xc6\x1f\x17\x8b\x3b\xc4\x98\x5d\x0d\xe5\xff\x72\x4d\x14\x4e\x47\xfc\xa0\x0d\x32\x0f\x7e\xec\xbe\x35\x13\x0d\x88\xd7\x23\x8a\x73\xd9\xb1\x07\xf7\xd0\x06\xd4\x03\xdb\x46\xb0\x62\x24\x0d\xdf\x07\xa6\x89\x5c\x3b\x88\xbd\x53\x56\x84\xdc\xa3\x05\x81\x20\x6f\x25\xf3\x33\x67\x99\x66\x57\x0d\x4d\x57\x11\xf4\xa0\x6d\xab\x55\x6b\x68\x56\x44\x43\xba\x8c\x16\x1d\x6d\xe0\x06\xf1\xb6\x87\xba\xbb\x8a\x83\xef\x2f\x0b\xda\xc5\x6e\xb7\xc4\xf2\xc1\x15\x9b\x26\xa9\x36\x50\x91\x16\xac\x68\xd8\x53\x33\x44\x51\xde\xc4\xf7\x6e\x34\xc9\xb0\xb5\x41\x50\x72\x08\x76\x27\x56\xa8\xcd\x10\x1e\x2e\x6c\x02\x8b\x23\x4e\x8e\x6d\xa6\x1a\xb9\x0d\xbd\xb4\x66\x77\x72\x3b\x9b\xb6\x6a\x42\xb2\x8e\x2b\x9f\xdc\x0e\x84\xba\x23\x96\x73\x62\x57\xc2\x76\x79\x06\x97\xb7\x51\x9b\x95\x3d\xd0\x8d\x2a\x4f\x37\x62\xcb\x22\x26\xd8\xc3\x63\xbe\x71\x82\xaa\xe5\x3b\x9e\x20\x54\x19\x30\xc5\x38\x1a\xac\x5a\x5d\xd9\x94\x1e\xd3\x4f\x0b\x91\x80\x42\x1c\x24\xf1\x83\x10\x50\x9e\x1a\x73\x06\x17\xdf\x66\x55\x55\x2d\xe4\x23\x3b\x50\xc5\x6c\xbe\xca\x81\x08\xc2\xbd\x4b\x7c\x9d\x98\x38\xa6\xda\x37\x6c\x23\x1a\x4e\xec\xe2\x16\x51\xf7\x97\x08\xfd\x97\xb6\x1d\xdd\xee\xa3\x01\xeb\x8e\xa8\xac\x3a\x79\x70\xbe\x83\x3d\xcb\xe9\x76\x7e\xcc\xa7\x32\xc8\xd0\xb6\x3f\x6e\x9c\x9a\xf4\xd2\xbe\xce\xa8\xf7\x50\xf1\xc6\x96\x37\x8e\x3b\x6e\x2e\xb9\x79\xf1\x6e\xae\xba\x74\x63\x5b\xb8\xc1\x5e\x2e\xd9\x8c\xe4\xa8\x23\x58\x44\x00\x43\x1b\xa4\xf5\x3c\x30\x71\x6f\x34\xb9\xaf\x64\xbb\x08\x1f\xb7\x94\xb6\xbe\x35\x6c\x57\xe4\xfb\x71\x27\xae\xbb\xce\x31\xce\x5c\x68\x0f\x36\xdb\xbf\x17\xd2\x92\xc4\xf5\xd5\x4b\x65\x88\xf4\xb2\x82\xb2\x1c\x7a\x2b\x69\x69\x9d\x5b\xa3\x5e\x5d\x1b\x30\x79\x43\x5f\x88\x5b\x2a\x6f\x2d\xb1\x23\x1c\xf5\x50\xad\x97\x06\xcb\x4c\x1b\x8f\xce\x6c\x1f\xb5\x60\x04\x2b\x98\x25\x73\xb9\xd7\x44\x67\xef\x9d\x8b\xa2\x76\x82\x07\x5d\xc3\xf3\x0e\x59\x44\xd9\xa5\x9a\x0d\x3e\xf6\x48\x1d\x40\x2f\x8e\xf8\xaa\x1f\x2d\xd9\x37\xde\x19\xdc\xc3\x5f\xd8\xda\x4d\x59\x1a\x0f\xb6\xa7\xbe\x95\x9d\x6a\xa5\x53\x1d\xae\xa3\xae\x8c\x48\x18\xaa\x27\x2c\xbc\x38\x85\x69\x8e\x35\x02\x5c\x5b\xd0\x3d\xa2\xff\x43\x09\x2a\x29\xd6\x38\x81\xa3\xe4\xc0\x8e\x52\x34\x4b\x73\x4e\x56\xac\xfa\x22\x24\x14\x26\xc6\xf9\x27\x09\xc4\xaf\x29\xbd\xa5\x96\x67\x40\xf4\x83\xa3\x9c\x33\xb1\x47\x66\x85\x9a\x2b\x0a\xa2\x7b\xca\x17\xa1\xbd\x42\xb9\x81\x7c\xd7\x18\xc7\xde\xbe\xda\xf5\xc0\xf6\xe1\xb5\x5d\x43\x24\x22\xce\xca\x17\xfd\xe2\x99\x48\x88\xae\x46\x7e\x5f\x10\x07\x71\x34\x50\x7e\x1b\xb2\xea\xd4\x1a\x03\x03\x48\x97\xe6\x2a\xb4\x7a\x8c\x0d\x2e\x5c\x1c\xde\xb9\x76\x10\xc6\xbf\xd4\x45\x32\x8b\x23\x16\x7e\xd7\xff\x47\x8d\xab\xa2\xac\xff\x7c\xe9\xa4\x32\x67\xc9\x10\xe5\x6d\x69\xc3\x0e\x98\x4f\x0d\xb9\x3b\x49\x04\xcc\x19\x63\xc6\xa2\x14\x69\xe6\x33\x00\xfb\x84\x47\xe2\x74\xe2\xb2\x15\x98\x95\xc6\x8f\xd8\xe7\xe2\x11\xe3\x13\x10\xbb\xb5\x9c\x48\x07\xae\x29\xda\x23\x16\xe7\x26\xdd\xe9\xb0\x31\x1e\x7c\x5c\xb8\xa6\x00\x6e\xb6\xe6\x1b\x4d\xf5\xe0\x72\xd3\x3c\x70\xc9\x67\x10\x07\x24\x3d\xac\xc6\x9c\xcf\x89\x76\x22\x78\x7c\x43\xb2\xfd\xbe\xf5\x8e\x2c\xb4\x93\xb8\x75\xeb\xa2\x5a\x61\x67\xe9\xea\x73\x82\x9b\xee\x4d\xed\x25\x6f\x96\x03\x9c\xfa\xec\x61\xac\xd1\x57\x96\x2e\xa8\xc8\x50\xeb\x2b\x6d\xcd\x0d\x31\x0a\xdc\x11\xc2\x82\x00\xae\x36\x4c\x56\x0e\x6d\x5d\x20\x82\xb0\x03\x18\xa7\x02\xa8\xf8\x87\x73\x74\xfa\xd8\xc9\xe1\xb4\x2b\x49\xc1\x22\x49\x55\x4e\x4e\x05\xc1\x16\xb8\x5e\x77\x2a\x4d\xcb\xe4\x41\x4f\x64\x86\x57\xbe\x58\x6a\x4f\xeb\xb7\xab\xe8\x34\x9b\x36\x27\x52\x9a\xae\x96\x48\x29\xc3\x94\x71\xbc\xa9\x99\x29\xe0\xf2\x14\x47\x0c\x88\x9d\xe0\x11\x46\x0c\x11\x76\x85\x59\x63\xef\x39\xb8\x52\x70\xa4\x13\x83\xb0\x5c\xf3\x68\x2c\x04\x7e\x80\x59\x4f\x38\x94\x8c\xe2\x36\x39\xd0\xd1\x56\xb1\x66\x66\x18\x0c\x5a\x7a\xa8\x16\x39\x7d\x87\xb7\xfa\xd3\xf1\xe7\xe1\x06\x44\xb6\xbf\x3c\xda\x2b\x0c\xb2\x20\x34\x6d\xe6\xec\x90\xfb\x0a\x14\x1c\xd8\x09\x7c\x2f\xad\x02\xa4\xca\xbf\x47\xe6\x45\xfc\x6d\x42\xad\x34\x13\x71\x2c\x63\xd5\x57\x8e\x7a\x94\xcd\x6e\x52\x5d\x2c\x05\xc1\x7c\xe4\xc3\x91\xba\x5a\x3e\x4b\xd2\xaa\x38\x67\x55\x7a\xa9\x85\x1c\xff\x3d\x4c\x5b\x25\x9f\xc7\x79\x4b\x58\x72\xac\x58\xf0\x55\x6b\x18\x61\x55\xbb\xd5\xc6\x08\x57\x38\x68\xa4\x07\x1b\x57\x57\x3c\x2c\x47\x3e\xf8\xb8\xfe\xf2\x53\x12\xfd\x67\x2e\x14\x4b\x55\xba\x86\x27\x2c\xc5\x82\x19\x7b\xd7\x90\x23\x84\x1f\x54\x0a\xd0\xfa\x89\x6a\xb1\x0b\x87\x7c\x83\xeb\xf2\xe2\x13\xfa\x9f\xfe\xc6\x4d\x47\x34\x5f\xf7\x9b\x25\x6c\x59\x49\xac\x4a\x99\x25\xf7\x1f\x86\x5f\x7d\xae\x7b\x4d\x42\x8f\x2a\x53\xe5\xee\xed\x78\x04\xea\xc3\xb2\x61\xbb\x7d\x0f\x8e\x17\x9a\xf1\x5e\xe3\x36\x1c\x2c\x22\x28\xf4\xec\xc8\xb9\xc7\x7d\x23\xa2\x1d\x09\xcc\xe1\xfa\xc8\x79\x37\xed\xa6\x81\xc7\xc6\x43\x8e\xea\x84\x60\x11\xbd\x9a\x98\x31\xa5\xd2\x54\x9b\x0a\x88\xeb\xd0\xef\x09\xfd\x5c\xb1\xad\xd0\x90\x05\x55\x77\x1a\xb4\x0b\x47\x18\x66\xf9\x38\x35\x3a\x74\x9b\x7c\x1f\x6c\x11\xd7\xa0\xe5\xde\x7f\x18\x3f\xec\xba\xcf\x6d\x5b\xe7\xab\xae\xb5\x83\xe3\xdc\xdd\xb6\xee\xe9\xcb\x44\xb8\x9e\x93\x6d\x22\xf5\xcf\x97\xc1\x73\x1a\x3e\x32\x83\x23\xa7\x73\xdd\x70\x96\xc2\xfe\xcd\x9e\x1f\x8d\x10\xcd\x28\x17\x4d\xc7\x51\xa5\xa6\x3b\x9e\x79\xde\x4c\xcc\x97\xb3\xb4\xbb\x5a\x2e\x4f\x3b\xd7\x91\x20\x71\x12\x1f\x6e\x72\xcd\xac\xc6\x8b\x6a\x8d\x5e\x34\xa9\xb7\xc5\x3b\xb8\x6c\xcc\xe2\x41\x93\xdc\xcd\x92\xf3\xbb\xfa\xbd\xd9\xb6\x3b\x49\xbd\x36\x06\x7a\x7e\x92\xce\x1f\x3c\x79\x1c\xd4\x64\x10\x3e\x67\x89\xc7\xb8\xc8\x43\x73\x58\xa0\x96\x78\xea\xd1\x04\x2b\x0b\x31\xb5\x83\x5a\x91\x6e\x46\x3f\x5d\x6d\x9a\x02\xf2\x91\x1e\xab\x35\xac\x58\xd3\x83\xa8\x39\xa9\x1b\xb8\x8b\xc2\x5a\x80\x7f\x88\xbd\x61\x59\x89\x49\x55\x95\xa9\xf0\x43\xa8\xf0\x34\x2f\xa1\x11\x48\x7e\x7d\xf6\xeb\x79\x84\x2b\x96\x2d\x32\xef\x68\xe4\xa6\xe6\xd0\x5f\xa8\x72\x2a\x79\xf2\xf9\xb9\x5b\xe4\x26\xdf\xa1\xda\x12\x6e\x66\x44\xb5\x3e\x26\x3a\x95\x1d\xd2\x6a\x0d\x83\x8e\x48\x4f\x75\xd5\x22\x6f\xfd\xb7\x5d\xd0\x70\x07\x6d\xb6\xad\x5f\xe4\xa9\x8d\x30\x87\x78\x48\x27\x8f\xef\x3e\x88\xa7\xc2\xe1\x6d\x1d\x8d\xec\x27\x15\x44\xcb\xa5\x47\x6f\xa0\x8c\x5f\xfe\xe0\x70\x60\xbe\x83\xdc\x8b\xde\x5a\x71\x0b\xd7\x3e\x83\x68\x9b\x83\x29\xc2\x49\xec\x16\xd2\x54\x23\x60\x08\x2c\x98\x8d\x63\x0c\xec\x80\xaf\x6f\xce\x90\x6e\x8f\x50\x3d\xd3\xe8\xf3\x08\x2f\x4f\x59\x2c\x1e\x41\xa4\x97\xd7\xc5\xb6\x8a\x91\x48\x36\xec\x74\xda\x16\xe3\x24\xde\x1e\xc5\x8d\x1a\xef\x41\x54\x6d\x29\x2f\xc6\xd8\xc0\xee\x88\xbe\x3f\x6e\xe3\x4c\xfd\xa7\xb7\x38\x22\x44\x6e\xb0\xb0\x0b\xfa\x0d\xa9\x9b\xa7\x27\xcf\x6d\x4a\xad\xc1\xa9\xce\x20\x64\x75\xe2\xcd\x09\xc5\xae\x17\x72\x6a\x4d\xb3\xdb\x85\x90\xec\xb3\x16\x87\xe5\x2f\x00\xbb\x62\xb4\x3e\x59\x1e\xbb\x39\x1f\x55\x89\x1f\x50\xfd\x58\x5d\x5c\x14\x79\x69\x91\x81\x80\x1e\x69\xc2\x96\x89\x7e\xf1\xad\xf2\x86\xaf\x10\x84\xac\x2c\xa8\x5c\xc3\x4b\x48\x2e\x90\xf7\x5d\x91\x42\xdf\x69\xdd\xb1\xfc\x2d\x0e\xb8\xd2\x89\x12\x8d\x19\xac\x7d\x1f\x56\x1d\xc6\x76\xc6\x8b\x81\x3a\x5c\x28\xb7\xba\xaa\xda\x71\xe6\xc4\x98\x8c\x77\x3b\x0e\x4d\x72\xba\x94\x24\x6c\x13\x8d\x5c\x22\x55\xf6\xe7\x12\x11\xbd\x6b\x4a\x4b\x7b\x75\x3b\xb7\x64\x3f\xbd\x26\xad\xf3\x5d\xe0\xc6\xde\x6c\xea\x7e\xd7\x76\xc3\xec\x11\xd5\x5d\x61\xf4\x68\x4f\x32\xf5\x3f\xe6\xd8\xbe\x2c\xd2\x90\x88\x68\x8c\x5b\xab\x6f\xfc\x2e\x65\xab\x49\x18\xe2\x78\xfd\x22\x78\x0a\x6a\x7a\xca\x6d\xf8\x34\xd0\x49\xc3\xb7\x80\xe2\x1b\x3e\x8e\x67\x18\x14\x35\x4d\x11\x9c\xd4\xf9\xf9\xe7\x13\x65\x3e\x33\xb1\xba\xaa\x16\x26\xb9\x0d\x5a\x68\x4d\x40\x79\xfb\xcd\xa0\x41\xbc\xbb\xa3\x02\xdf\x0b\xb7\x6f\xfe\x50\xe4\xad\x7d\xf7\x76\x92\x27\xb7\xdb\x3c\x5b\x0d\xfd\xb8\x17\x60\x6a\x6b\xf4\x29\x18\x8e\x41\xe5\x23\x16\x84\xc0\x52\x4d\x80\x35\x37\xea\xd5\x28\x5e\x9a\x52\x0b\xe3\x0b\xe0\x9f\x0f\x07\xfe\xd1\x8b\xe1\xe6\x04\x8f\x3f\xa9\xaa\x0a\x64\x8d\xce\x0a\x3f\x42\xe1\x26\x0f\x7d\x4a\x14\x4b\x28\x89\x19\x66\x29\x39\x58\x5c\x4e\x16\xf6\x7e\x72\x73\x5c\x51\x33\x28\xd0\x94\x82\xea\xb7\xae\x95\xbe\x71\x22\x3e\x15\x53\x6f\xff\xc4\xf1\xc7\xc4\xb0\xc1\x77\x70\x4b\x78\x13\x54\x54\x14\x5b\x96\x4c\xaf\x9d\x9d\x62\xf3\x83\x95\xc8\xf9\xc3\x0e\x34\x41\xfc\x7c\x50\x48\x5b\x95\x2c\x20\x43\x4c\x6e\xea\x4e\x7d\x54\x8f\x66\xba\x23\x9e\xc8\xf8\x49\xde\x93\xdf\x1e\x95\x89\x8b\x3e\xdc\xf1\x96\x05\xab\x81\x9f\x99\xeb\x9f\x4a\x97\x91\x38\xc3\x35\xe4\xe7\xd2\xa4\xfd\x55\x08\xfb\x70\x77\x68\x07\xc2\x3d\xe8\x80\xe5\x9e\x2c\x81\x86\x74\x2f\x43\x30\x42\xaa\xaa\xc2\x23\x26\xe4\xfd\xe8\x2e\xcc\xc7\x14\x50\xf9\x70\x39\x5a\xf7\x0f\x9d\xed\x68\x08\x5b\xae\x09\x9a\xef\x03\xe0\xdc\x24\x39\x08\x8e\xdf\x45\x71\xa4\x67\xf1\x24\x21\xca\xc5\xe7\x9c\x58\x18\xe4\x70\x37\x44\x1a\xf0\x00\xf4\xcb\x69\xa2\xe0\x50\x4f\x3c\x36\xbb\x2a\x3d\xb4\xfd\xa8\xa2\x63\xe9\xee\xaa\x74\x27\x2e\x75\x47\x4f\x77\xb1\x1a\x0e\xfc\x93\x8f\x3e\x7f\x34\xaa\x78\x8c\x47\xb4\xe0\x08\xe9\xe8\xf7\x53\x38\x46\x2c\x21\xa6\xa6\x2f\x06\x14\x51\xb5\x13\x93\x97\x4b\x30\xd5\x07\x97\xc4\xd5\x4c\x46\x80\x87\x74\x4b\xf2\x77\xaa\x8a\x4f\x8d\xfd\x29\xfe\xc1\xfe\x40\x5e\x99\x44\x2c\x8d\x24\x45\xb0\x57\x47\xc3\xe3\xbe\x07\x21\x76\x0f\xbe\x15\x6c\x6f\x5d\xbb\x97\xdf\x0f\x98\x4c\x0c\x06\xa7\x09\x85\x66\xc0\x10\xae\x22\x41\xc0\x8b\x3c\x73\x11\x2c\xf6\xe9\xa8\x9a\x2b\x9e\xec\x50\x22\x2a\xa5\x1e\x1c\x52\x38\x0e\x44\x74\x34\x5d\x13\xc2\x74\xe9\x61\x33\xbe\xb9\xb8\x5f\x52\x7d\xc0\x30\x47\x75\xd7\xa9\xdf\x36\x51\x1e\x0c\x7b\x17\x68\xfc\xcd\x78\x49\x45\x7e\x61\x03\x2d\x85\xde\xd6\x68\x59\x97\x6d\xbb\x6b\xc2\x38\x2a\x9c\xd5\x79\xb4\x8e\xe9\x7e\x8e\xa7\xb9\xcb\x59\xcd\xe4\xb6\x28\x74\xe9\x59\xd5\x4c\xf1\x8f\x6b\xea\x7b\xc3\xdc\x5a\xde\x1c\x55\x73\x37\x86\x78\x29\x45\xc2\xee\xd6\x7c\xac\x5f\x4c\x48\x6a\x4c\x1e\xcd\x98\xba\x40\xc5\xe1\xd1\x1d\x8a\x9d\xdd\xdf\x3c\xad\xe9\x6d\xf9\xd2\x88\xdf\x25\x7e\xf8\x92\xe0\x5e\xba\x4f\x0d\x41\x67\xd6\x11\x69\xfd\x09\x32\x80\x95\xe0\xfa\xb6\x43\xfd\x28\x25\x1e\xa3\x27\x5f\x76\x9c\x48\x2f\x2e\xb7\xdf\xd8\xb4\x8b\x35\xd0\x92\x39\x06\xe7\x3c\x74\x52\x39\xe1\x39\xfd\xed\xfd\xf7\x20\xa9\x83\x9b\x27\xed\x55\x2b\xdd\xd0\x4b\x02\xe4\x85\xab\x63\x26\x87\x1b\x8f\xe6\x2c\x26\x9d\x05\xa2\xfc\x5c\x22\x32\xd6\xa4\x11\x65\xe7\x1b\xb0\x1b\x7c\x66\x5b\xbc\x8d\xea\xaa\xed\x9c\xff\x83\xd0\x30\xa1\x42\xc5\x9b\x67\xf2\x9b\x05\x4b\xc8\x7b\xd0\x4a\x4b\x0c\x23\x3f\x0f\xce\xa6\x09\xc5\x9f\x77\xae\x76\xa1\x4f\x7d\x1d\xda\x82\xa1\xd6\xa3\x8c\x3d\x8a\x8f\x6b\xe5\xa5\xd0\x92\x52\x17\xfa\x81\x47\x19\x5c\x94\x59\x82\xb4\xfa\xf9\xc7\x3a\xe8\x8f\x19\x23\xa9\x08\x9d\x91\x58\x29\x49\xc8\xbf\x71\x2d\x8c\x39\x36\x63\x9a\x5e\xa5\xa7\x2c\xc3\x0f\xcb\x77\x22\x0b\xdc\x70\x4d\x7a\xac\xee\x4b\xb5\xa3\xdf\xf3\xa3\x49\x7a\x26\x77\xd2\xc2\xf5\x55\xb6\x4b\xb3\xaf\x64\xef\x9f\x3b\x47\x51\x96\xb6\x4b\xc2\x98\xd8\xc6\x38\x0a\x30\x73\x47\x52\x4b\xd6\xb6\xf4\x91\x92\x0f\x3a\x34\x44\x4a\xf4\xc8\xc6\x6d\x35\x81\xd3\x3b\x43\x02\xa7\xd2\xdc\x90\xb2\xd2\x67\x09\xa4\x7e\xf7\xfd\x8e\x88\x14\xd6\x45\x8c\x32\x5f\x35\x75\xfa\xf6\xb8\xa9\xc4\xe0\x0a\x6a\xa1\xec\x5f\x5c\xb7\xb2\x44\x49\xaf\xf8\xb5\x0b\x18\xee\xf3\x0e\x06\x2b\x7c\x5b\x64\xc8\x6f\xcb\x5a\x7f\x15\xa4\x1a\xd4\x3e\xe2\x2c\x5e\xba\x5f\x51\xaa\x9c\xb0\x37\xcd\xd1\x75\xdc\x59\x94\xf0\x31\xc8\x6b\xf9\x8b\xa6\x34\x91\x30\xe8\x6b\x49\xb1\xf5\x8b\x27\xe4\x43\xaf\xf2\xd6\x73\x54\xd5\xaa\xc9\x27\x0f\x33\x4a\xd0\x35\x01\x1b\x1c\x7d\x0a\xc9\xc7\xe1\x14\x7e\x15\x05\x28\x92\x93\x0b\x53\x38\x4e\x1e\x5b\x00\x0d\x2e\x0d\x1c\xe7\xf0\xd2\x74\xdf\x43\x3e\x36\x2b\x79\xd2\xee\x64\x43\xc8\x0a\x02\xec\xb6\xaa\x8a\xe7\x33\xb3\x26\x70\x06\x9e\xe2\x3c\xfc\x70\x14\xe3\x38\x16\xf0\x11\xc3\x0f\xf9\xd7\x3b\xcd\xe2\x1d\x8d\xa9\x28\xe9\x23\xde\xd9\xd2\x07\x64\x00\x6a\xf5\xf7\x25\xfd\x5e\x23\x76\x8a\xe6\x97\x78\x27\xa3\x0f\x78\x50\xe8\xde\xe3\xe7\x9e\x7e\xb6\x7d\xf0\x81\x90\x2d\x77\x61\x1b\x22\x5a\x52\xfe\xd4\xd3\x87\xba\xda\xe0\xdf\x8d\xa5\x17\x2a\xe3\x64\xa7\x32\xac\x24\x26\xa2\xf1\x2c\x7f\xe4\x7f\xe2\xdb\x65\xd5\xd5\xfc\x45\x06\xc7\xa7\xcc\xf4\xfc\x05\xcf\x08\x32\x5d\x58\xbb\xe1\xdf\x6d\xbf\xae\xf4\x1b\x0d\xde\x5e\x6a\x47\x98\xc0\x0f\x69\x8f\xcf\xbd\x35\xd2\x59\x61\xb8\x73\xe2\x3e\x96\x6e\x26\x32\x0d\xfe\xe4\xe6\xc1\x7f\x69\x23\xb3\xba\xda\x41\x43\xfd\x7c\xe6\x72\x7b\xb8\xa4\x1e\x4f\xc5\x89\x4e\x4d\xda\xda\xae\x25\x46\x0b\x2a\x36\xc9\x16\x70\x75\xe6\xc3\x67\x36\xec\x6f\x31\x9f\xb9\xec\x40\x79\xb9\xeb\x94\xeb\x7f\x38\x24\xaa\x1a\x6a\x7a\x81\x01\x3b\x89\x53\xbd\x6e\x2e\x79\xdd\xe9\x50\x97\x2b\x7a\xf7\xbf\x10\x16\x49\x8d\xf2\xde\xf8\xe3\x1f\x39\x8d\x1b\xf1\x58\x7f\xfa\x53\xf2\xe0\xc3\x37\x45\xc9\x47\x54\x01\x5d\x6f\xe5\xa6\x92\xad\xd3\x06\xf7\xa8\xbf\x35\xdf\xfc\x2e\x6a\x82\x40\x05\xec\x36\xc1\x1a\x4c\xcd\xdb\xcd\x61\x5c\xfe\x5f\x00\x00\x00\xff\xff\xdd\xa2\xab\xb8\x3c\xc5\x00\x00") +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") func confLocaleLocale_plPlIniBytes() ([]byte, error) { return bindataRead( @@ -4477,12 +4498,12 @@ func confLocaleLocale_plPlIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 50492, mode: os.FileMode(493), modTime: time.Unix(1453724976, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 53037, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\xbd\xcd\x8e\x1c\x47\xb6\x18\xbc\xfe\xea\x29\x52\x1c\x10\x24\x81\xee\x12\x34\xba\x9f\x6d\x08\x2a\xc9\xcd\x66\x4b\xd4\x80\x64\xf7\xb0\x29\x5e\xc0\x02\x51\x8a\xaa\x8c\xaa\x4e\x31\x2b\xa3\x94\x91\xd9\x64\x73\x30\x8b\x0b\x6f\xfd\x00\x86\x57\x23\xcc\xe2\x42\x03\x68\x35\xf0\x46\x4b\xd7\x9b\xf8\x49\x7c\xfe\xe2\x37\x33\x9b\xd4\xdc\x8b\x3b\x18\x88\x5d\x19\x27\xfe\x4f\x9c\x38\xff\xa1\xf6\xfb\x65\xa9\xed\x7a\xf1\xed\xae\xb0\xba\xbd\xae\x0e\xff\x6a\x8a\x52\x17\x5f\x57\x5d\xa1\xfa\xce\x1c\x5f\x19\xbb\xd7\xa5\x2a\x4d\xa1\x0b\xb5\xab\xb6\x87\x9f\xae\x75\x5d\x40\x8d\xb6\xea\xe0\xdb\xae\xf8\xda\xcc\x66\x57\x66\xa7\x17\x17\x87\x9f\xb6\x55\xa3\x8a\x6f\x9a\x6a\x5d\xa9\x7a\x56\x2a\x7b\xb5\x32\xaa\x2d\x07\x25\xfa\xed\xbe\x36\xad\x5e\x9c\xd1\xbf\xaa\x9d\x5d\xe9\x7a\xbf\x38\xf9\xa1\x2f\xd5\xcc\x56\xdb\x66\x59\x35\x8b\xb3\xa6\xc3\x12\xfa\x69\xfa\x6e\x71\xa9\x2a\xf9\xd5\xef\x17\xa7\x0a\x1a\xa7\xf2\x56\x6f\x2b\xdb\xe9\x76\xf1\x9c\xfe\xc0\x4f\x6f\xf4\xca\x56\x9d\x5e\x5c\xc2\x7f\x66\xd7\xba\xb5\x95\x69\x16\x2f\xe1\xdf\xc3\x5f\xcd\x6c\xaf\xb6\x7e\xa4\xb3\x4e\xef\xf6\xb5\x02\xd0\xa7\xa6\xd4\xb5\x99\xd5\xaa\xd9\xf6\x08\xf0\x4d\x59\x99\x9d\x9a\xad\x5b\x0d\xa5\xcb\x46\xbf\x59\x9c\xb6\x95\x6a\xe7\xf3\xf9\xac\x87\x55\x5a\xee\x5b\xb3\xa9\x6a\xbd\x54\x4d\xb9\xdc\xe1\x4c\x2e\x74\x0b\x1f\x0a\x58\xa5\xde\xf6\x87\x9f\xda\x0a\x97\x6b\x6d\x9a\x4d\xb5\xed\x5b\x75\xf8\xd7\xc3\xff\xd6\x96\x46\xaf\x4b\x98\xdc\x52\xd9\xc5\x4b\xb3\x3e\xfc\xad\x38\xfc\x3c\xa3\x16\x1b\x05\x0b\xf8\xad\x54\x9d\xe9\x9d\xaa\xea\xc5\xd9\x31\xfe\x03\x23\xb6\xf6\x8d\x81\x55\xbc\xd4\xcd\x95\x82\x09\x2f\xbb\x9b\xbd\x86\xf9\x96\xd5\x16\x67\xb8\x56\xfb\x6e\x7d\xa5\x60\x4d\xe8\xdf\x19\x40\xec\x0d\x2c\x80\x69\x6f\x00\x88\xfe\x3c\xfc\x1d\x5b\x35\xed\x56\x35\xd5\x3b\xd5\xe1\x7a\x9c\xcb\x0f\x18\x1a\xac\xca\xae\x6a\x5b\xd3\x2e\xce\x60\xab\xeb\x2b\x33\x83\x09\x2f\xb1\x95\xc5\x33\x73\x6d\x8a\xa4\x11\x2c\x02\x2c\x68\x71\xd5\xa0\x54\x15\x4f\xf1\x07\xb7\xc2\x65\xd4\x12\x55\xd4\x51\x73\x1b\xd3\xbe\xe6\xaf\x5f\xc1\x5f\x88\x61\x83\x66\x61\x7c\xdc\x64\x36\x36\xd5\xc0\x96\x50\xe9\xd7\xba\xd5\x0d\x60\x50\x1b\x83\xe0\xca\xaa\x72\x07\xab\xba\x57\x8d\xae\x17\x17\xaa\x82\x7f\x70\x2b\x4e\xf0\x2b\x21\x45\x69\xda\x99\x5a\xaf\x4d\xdf\x74\x4b\xab\xbb\xae\x6a\xb6\x76\x71\x9a\x6e\x4f\x51\xaa\x02\x3e\x75\x80\x82\x13\x10\xb3\x1b\xd3\xfb\xbd\x87\xed\xe8\x8b\x3d\x6d\x3b\x7f\xf7\xb5\x2e\x7b\x65\x07\x7b\x8f\x33\xb4\xcb\x8d\xd6\xe5\xe2\x2b\xf8\x0f\x2e\xc0\x33\xd3\x1d\x7e\x81\xd9\xd8\xd9\xbe\xaf\x6b\x58\xf0\x1f\x7b\x6d\x3b\xbb\xb8\x80\x5f\xb0\x3a\xfc\x6b\x56\x59\x0b\x7f\x2c\x2e\x5a\xb3\xaa\x01\x2f\xa0\xa5\xb5\x6a\xd6\x30\xcf\x53\xfa\x07\xf0\x7d\xf6\x9d\xd5\xaa\x5d\x5f\xbd\x9a\xf1\xbf\x80\x8c\xf6\xc7\xbe\xb2\x8c\xaf\x53\xd8\x80\x58\x17\x30\x8e\x7a\xf1\x9d\xcc\xd6\x70\x1e\x16\xa7\x87\xbf\x03\x8a\xc1\xe9\xfe\xae\x6a\x6c\xa7\xea\xfa\xd5\x4c\xfe\x58\x7c\x43\xff\xca\x06\x75\x55\x07\xcb\x71\xd6\x29\xc0\x54\x9c\x57\x15\x15\x16\x7b\xd5\xaa\xe2\xa2\xad\x76\xba\x82\x3f\xce\xde\xea\x75\xcf\xb5\x4a\xb3\x7e\x0d\x27\x09\x4f\x3e\x0c\xe4\x52\x17\xd7\x74\x20\x60\xce\x87\x9f\x8a\xd6\x94\x70\xb4\x4c\x61\x80\xba\x6c\xb1\x51\x20\x06\x06\xb7\xf4\x11\xd5\x3a\x2a\xf6\xa6\x2d\x36\xea\x1a\xfe\x5b\xeb\x4a\x15\xc6\x16\x9f\xab\xa2\x53\xed\x56\x77\x8b\x3b\xcb\x15\x1c\xe4\xd7\x77\x8a\xab\x56\x6f\x16\x77\xee\xda\x3b\x5f\x7c\xdd\xc3\x32\x7f\xfe\xb1\xfa\xa2\x58\xf7\x15\x12\x33\x0b\xe7\xad\xe9\x80\xa2\xc1\x7f\x68\xd0\x3b\xa0\x3d\x6d\xf1\x63\xaf\x6a\x58\xf7\x16\xb6\x0f\xd6\xaf\x68\x60\x34\xaa\xd8\x33\xb5\xf8\x68\x86\x3b\x04\x27\x6e\x59\xae\x98\x64\xd2\xd8\x68\xdb\xda\xe2\xe9\xcd\xe5\x1f\x9f\x1c\x15\x17\xc6\x76\xdb\x56\xd3\xdf\xf0\x1f\x80\xfe\xb4\x30\x7d\xf1\xa2\x7a\xf4\x70\x3e\x83\x7a\xbc\x56\x03\xcc\xd3\xc5\x43\xd8\x4d\x22\xbc\x8f\x70\x74\x04\x8a\xa7\xfc\x45\xb5\xa7\x79\x67\xc5\x40\x94\xbb\xc5\x63\xf8\x4f\xb6\x8d\x19\xad\x80\x56\x88\xb0\x3c\x03\xf2\x3c\xd2\x0a\x14\xcb\xf2\x5f\xb8\xe5\x3c\x02\xfa\xa5\x61\xd9\x77\x1a\xb0\xac\xb2\x3b\x53\x7c\xf3\xec\xd9\xf9\xa3\x87\xb0\x20\x3b\xf8\x0c\x58\xfd\x03\x9c\x21\x6a\x63\x0d\x3b\xbb\x06\xca\x0b\xe3\xef\xbb\xcd\x7f\x59\x6e\x75\xa3\x5b\x55\x2f\xd7\x15\x6f\x3a\xad\xc8\x7c\x66\x6d\x0d\x24\xb2\x24\x1a\x6b\x8a\xcb\xcb\x27\x30\xc8\xee\x0a\xb0\x17\xce\x26\xd0\x06\xfb\x63\x8d\x4b\x2a\xe3\x38\x87\x56\xe9\x3b\x8e\x56\xb5\xb0\xdc\xd7\xf4\xe7\xca\x0d\x9c\xf6\x6e\xb8\xb2\xba\x6d\x97\x40\xcb\xbb\x1b\xdc\x1b\x6a\xff\xbc\x38\x0d\x2d\xdd\x5e\xbd\x68\x08\x51\x61\x8c\x78\x03\x16\xd7\xea\x5d\x65\xb8\xc9\xaa\xb9\x56\x75\x55\xc2\xae\xe5\x2b\x99\xb5\x18\x35\xa3\xdb\x1d\x34\x8e\x18\x19\x2d\xd0\x9d\xf9\x1d\xb8\x0f\xee\x1c\xdf\x99\xcf\x1a\xb3\x64\x6a\x85\x77\x47\x09\x58\x06\x27\x6e\xd9\xca\xe5\x45\xa4\x99\x6f\x86\x30\x28\xc0\x35\xb5\xaa\x60\x99\x00\x41\x4d\x21\xa0\x06\xc6\xba\x2b\xd6\x78\x2b\x15\xfd\x4e\xe1\xce\x00\xaa\x02\xb4\x8a\x89\x5e\xbc\x32\x8e\x46\x0a\x86\x9c\x40\x03\x80\x23\x83\x2a\x23\xab\xa1\xe6\xb3\x99\xdb\xdd\x71\x04\x06\xc2\xac\x2a\x8b\x0b\x83\x67\x62\x86\x4c\x45\xb2\x5c\x27\xfb\xba\x5a\xc3\xec\xae\x8d\x2f\x73\x5b\x7e\x6a\x6a\x03\x27\x08\x66\xd6\x10\xb0\x2a\x6c\x0f\x07\x3a\xbe\x02\x0a\x05\x88\xf0\x11\x51\xb2\x65\x8c\x3c\x08\xfc\x5c\x55\xef\xb0\x87\x84\xb6\x79\x48\xd7\xc9\x0b\x83\xbb\x64\xf0\xb4\x06\x30\xfc\xb5\x33\x9d\xe1\x71\x03\xbf\x03\xf3\xc5\xde\xac\xaa\xaf\xe1\x23\x1e\x7e\x18\x4f\xd5\x6a\x06\x07\x52\xda\x03\xf3\x81\xe7\x8d\xc8\x18\x6e\x87\x3f\x78\xae\x28\x20\xb2\xe7\x03\x4a\x7d\xad\x0b\x40\x83\x42\xad\xb5\xb5\x30\x19\xe3\x91\xbc\x95\xc1\xc7\xa3\x02\x3c\xd1\xae\x79\x59\xce\x12\x78\x11\xe0\x88\x1e\x99\xdd\xe1\x97\xa6\x32\xf2\xdb\x75\xf5\x8d\x85\xf3\xa8\x36\x1a\xb6\xff\xdb\xe7\x4f\x2c\x1f\xbe\x75\x6d\xf0\xd6\xdc\x15\xd7\x40\x1d\x2f\x2f\x1f\xe3\x39\xbc\x5a\x02\xd5\xec\xf0\xac\x77\xf4\xcd\x7f\x72\x2d\x3d\x3b\xfc\xba\xd3\x2d\x2d\xeb\x9e\x80\x70\x5f\x2c\x5c\x73\xc4\x18\x22\x6e\x40\x2d\xa1\xd0\xbd\x45\x02\x7d\x04\xb3\xab\xde\x6a\x3e\x33\xdc\x33\x62\x2b\x6c\xb4\xe0\xea\xba\x6f\xad\xe1\x01\x5c\x75\xdd\x3e\x1e\xc1\xe3\x17\x2f\x2e\xc2\xc7\xc9\x31\xc0\x1c\x70\x18\xaa\x50\x84\x43\x8c\x10\x55\x0b\x43\x70\xcb\x34\x27\x9c\xea\xdb\x7a\x01\xf3\x1f\xc1\x36\x28\x19\x59\x2b\x5a\x2d\xa2\x63\xf1\x52\xe1\xa0\x3e\xc6\xff\x58\xd8\x87\x4e\xed\x56\x87\x9f\x91\xee\x11\x43\x06\xa7\xc0\xec\xf1\x84\x4e\x1e\x83\xf3\xfd\x1a\x8b\x2b\xcb\x1c\xdc\x14\xb5\x87\x05\x89\x38\x6d\x61\xf3\xec\x0e\x56\xc2\xd3\xf5\xe2\xf2\x29\xac\x0e\x7d\xdb\xb4\x66\xb7\x78\xa4\xff\xbf\xf0\x2b\x20\x99\x6e\x4a\xa0\x2f\xd2\x10\xf5\xc9\xe8\x06\xdc\x19\x96\xc0\x24\x91\x07\x5b\x57\x1b\xbf\x72\xcf\xbf\x3a\x2d\xfe\xff\x4f\x7f\xff\xfb\x79\x71\x5e\x00\x4f\xb6\x53\x9d\x60\x28\x1e\xf6\x7e\x27\x8d\x00\x65\x2c\xee\xe0\xe1\xbd\x53\x7c\x4e\x5f\xfe\xab\x7e\xab\x80\x57\xd6\x73\xb8\x07\xbe\x98\xcf\xf0\x13\x20\x3b\x1f\x86\x63\xee\x17\xcf\xe0\x4e\x77\x78\xad\xba\xf2\xf4\x3a\x4a\x41\x1c\xe3\xbe\x24\x4e\xa9\xdd\x2d\x1e\x7b\x22\x77\xca\x5f\x64\xc4\xc4\x2a\x32\xcd\xa3\x76\x97\x8d\xe9\xaa\xcd\x4d\x04\xff\x0c\x3f\xf8\x19\x02\xfc\xa9\x69\x5b\x0d\x07\x05\xf1\x56\x23\x67\x06\xab\xbd\xd6\xd3\x97\xef\xa5\xc3\x6f\x5d\x9c\xf7\xd0\x8f\xf5\x1b\x64\x67\x66\xb3\xa9\x81\xa1\xe4\x3b\xec\x84\x31\x9b\xae\xb2\x73\x2e\x48\x00\x00\x95\xf7\x20\x9e\x3c\xe2\x33\x80\x44\xed\xf4\xd1\x33\xb8\x4c\xf1\x22\x05\x0c\xdb\x61\x3d\xe8\x0f\x58\xc8\x92\xd9\xa0\xa3\xa2\x0b\xa4\x89\x0e\x8b\x75\x64\x08\xee\x86\xbd\x69\x2a\x9c\xe4\x3b\xba\x64\x6a\xb3\x56\x35\xb1\x2d\xc0\x4a\xc8\xc5\x01\xbc\xf7\xb5\x82\x35\x70\x5d\xc2\xe0\x3c\x6e\x7d\x2d\x65\x03\xe0\x68\x94\xe1\x5e\x71\xd0\xb0\x06\x1b\x43\x5c\x11\xa0\x98\x45\x64\xc7\xee\x95\x8d\x46\xca\x80\x00\x81\x12\x15\xe0\x20\x1c\x1c\x2c\x41\x9e\xcc\x51\x3d\x8b\x28\xb4\x57\x25\xce\x24\x8c\x36\xb9\xe6\xc2\x88\x49\xce\x74\xf7\xda\x28\x70\xba\xae\x34\xde\xa4\x12\x2e\xaa\xeb\xfa\x88\xe9\x10\xd1\x2e\xc3\x5c\x9e\xc9\xae\x38\xa0\xb6\xc0\xdd\xf1\xe5\x49\x17\xa7\x85\x8b\xb2\xa1\x5e\x9d\x34\x15\x61\xa3\xc8\x55\x29\x80\x8c\xe8\x7c\xd5\x56\x5b\x85\xd7\x24\xf0\x09\x8e\xe5\x85\x1e\x04\x8a\x87\x32\x39\x54\x3b\x67\x9e\x12\x64\x3a\x11\x7b\x97\xd7\x15\x08\x9b\xc4\xfc\xb7\x70\x20\x6b\x03\x9c\xa7\x34\x02\xf4\x09\x6e\xc6\xda\x5f\x8a\x88\x47\xcc\x99\xda\xd1\x56\x64\x84\x97\xb2\x06\x61\x67\x60\x38\xf0\x05\xce\x0b\x6f\x5a\x89\xa4\x0f\xfa\x82\xed\x05\xfe\x1d\xfe\xef\x5a\x3d\xc2\x1e\x61\x09\x08\x19\xdc\x52\x32\xbc\x26\xe1\x1c\xf7\xd8\x22\x23\x28\xc2\xf8\x5c\xe4\x30\x91\x84\x98\x49\x8e\xb9\x19\x40\xf1\xca\x2f\xfc\x34\xd7\x52\xa8\xad\x69\xd5\x11\x30\x04\xd8\x91\x42\x7e\x13\x2b\x93\x0c\x11\x09\xd8\xf7\xbf\x79\xb4\xf8\xe4\x01\xad\x2e\x90\x31\x98\x0f\x8f\x10\x68\x0a\x5c\x0e\x72\xd9\x0e\x19\x22\x1e\xe2\x04\x29\x10\x09\x10\xab\x65\xc2\x23\xd5\x8a\x78\x1a\x1d\xee\xfe\x8c\xb1\x62\xd6\x5b\xa8\x5a\xf8\xec\x88\x1a\x1e\x50\x04\xe0\x5a\xb1\xa4\x3f\x14\x59\x45\xdc\x5a\x6e\x81\x0b\x70\x32\x57\xcb\x3c\x01\xec\x49\xb7\x04\xf9\x7f\xb9\x41\x52\x0b\x42\xa5\xaa\x01\xdd\x80\xb7\xc0\x02\x3a\x20\x40\xa9\x49\x86\xba\x07\x50\xf7\x3e\x2b\xee\x5e\x0b\xaf\xfd\x29\x12\xd0\x25\x9c\xe1\xaa\x46\x84\x46\x71\x15\xf7\x9f\xce\x32\x6d\x93\xed\xf9\xe6\x15\x36\x39\x16\xb6\x36\xb0\x52\xc0\x9c\xc1\x48\xdf\x34\xb5\x51\x25\xae\x98\xab\xbb\xaa\x1a\x5c\x0f\x28\xde\x90\x96\x07\x09\xde\x5d\x40\xa2\x67\x87\xff\x7e\x1e\xc3\x6d\xcd\xaa\xaf\xea\x72\x3e\x73\xdc\x35\xf0\xd6\x82\x31\xc9\x86\xfc\x75\x8c\x75\xa7\x01\x32\x07\xb2\x46\x22\xdf\x29\x9a\x99\x6b\x2a\xb0\x88\x27\xe3\xcc\xd5\xe1\x67\x10\x4f\xaf\x0f\x3f\xe1\x69\xa5\x9a\x9e\x71\xc3\x45\x01\x34\x5a\x5f\x25\xbc\x9b\x62\x2e\x83\x87\x43\x9d\x43\x0b\x11\x0e\xaa\x0e\x8e\x24\x34\x64\x8b\xe3\x2f\xe0\xbf\x33\xab\xae\x35\xdf\x68\xdb\xc1\xce\x20\x5f\x89\xd4\x2e\xd1\x0d\xfc\xd5\x24\x13\x48\x0e\xd0\x60\x39\x26\x0f\x0c\xaf\x48\x3a\x33\x87\x3c\xb6\x5f\xe3\x59\x58\x3c\xd4\xbb\xe3\xeb\x0a\x30\xe2\xa3\xe2\x0c\x4a\x76\x86\x94\x14\x74\x19\x5b\xa2\x96\x4e\x00\x5f\x9b\xfa\x0a\x98\x3e\x66\x3e\x81\xc3\xab\xae\x2b\x40\x87\x63\x38\xe9\x78\xb8\xf0\x22\x17\x21\x1a\x18\xa2\xef\x50\xf3\xf7\x6a\xd6\x33\x47\x6f\xea\x12\x59\xb8\xec\x80\x20\x99\xc8\x74\x59\x0e\x94\x8f\x82\x7d\x53\xc1\xba\x2f\xbd\xbe\x70\x49\xe3\x7a\xdb\x2d\x5e\xb4\x70\xe5\x11\x3f\x80\x3f\x09\x1f\x9c\x76\x47\xd3\xd7\xd6\xd4\xc0\x6c\xdc\xd0\xbe\xdb\xc5\x53\xdd\xdb\x44\x10\xb0\x70\x0c\x6b\xc0\x72\xd3\xd2\x75\x2c\x60\x09\x04\x34\xe3\x01\x00\x1e\xda\x02\xd1\x03\x9a\x02\xfe\x1c\x48\x61\xa6\x66\x82\x52\xd6\x6f\x49\x5f\xa2\x2f\xb3\x33\xa2\xb7\xa4\x04\x7d\x09\x94\x14\xf0\x40\xd4\x36\x73\xd8\x4c\x52\x0e\x71\xcf\x67\xa8\x63\xed\x33\x29\x04\x16\x51\xf4\xa1\xaf\x66\x23\x03\x84\x62\xa0\x70\x57\xaf\x22\x65\xe4\x52\x54\x59\xac\x94\x2c\x48\x67\xc6\x9a\x2b\xcf\x54\x5d\xe9\x3d\x32\x60\x3b\xbb\x5d\xfc\x01\x30\xa3\x83\xb3\xe8\xe9\xed\x97\x05\xea\x56\x35\x53\xd9\x8f\x66\xd6\xe0\x69\x5d\x7e\x60\xd5\x3f\x40\xbf\x1a\x71\x41\x6a\xa7\xb7\x35\xab\x46\x41\xdc\xc4\xab\x7a\xdd\x03\x97\x8a\x54\xfc\x9a\xb8\x1b\xbe\xfe\x2c\xe1\x2a\x5d\x5f\x8e\xfb\x80\x73\x3d\x2f\xbc\x06\x82\xee\x16\x64\x66\xb9\xc7\xce\x88\xea\x21\x45\x78\xc0\x04\xd4\xf1\xe6\xac\x05\x8e\x1b\x09\x6a\xe8\x5d\x4e\x5b\xcc\x4d\xfa\x9b\x18\xe9\x9a\x66\xd2\xbb\x31\x55\x3c\x22\x85\x17\xf3\x4e\xef\x56\xd8\xa0\x5e\x3c\x81\xbf\xf0\xbe\x83\xca\x4f\xab\xdd\x0c\xf8\xe6\x2d\x50\x0b\x4f\xda\xcf\x2c\x1c\x9f\x75\x05\x7d\x31\x3e\x63\xb9\x1e\x94\xc3\x91\x52\x2c\x73\x7f\xe9\xf4\xd8\x40\x74\xde\x2c\x2e\xe4\x56\x44\xbe\x20\xac\xb3\x68\xb8\xc3\x52\xcf\xdd\x95\xc2\x0c\x11\x71\xc2\xd0\x5a\xe7\x16\xfc\xdb\x1d\xad\xb4\x9b\x50\xa9\xb3\x89\xe3\x0c\x85\x55\x63\x86\xe2\xf3\xd5\x17\x77\xed\xe7\x1f\xaf\xbe\x88\x08\xfc\x11\x52\x69\xe0\xa5\x89\x79\x82\x7b\x61\xad\xaa\xb7\x34\x32\xba\xf0\x81\xfe\x34\xc8\x1f\xb4\x87\xbf\xbf\xad\x76\xf0\xd7\xdd\xb2\xb8\x82\xa1\x39\x99\xd3\xa0\x84\x80\x97\x0f\xca\x8c\x6e\x95\xe1\xc6\x5d\xd3\xe1\xa3\x73\xe0\x30\x57\x18\x69\xbc\x7b\x1c\xe6\xd2\x64\xea\x6a\x57\x75\x43\x1c\x8a\x75\x83\x34\x09\xbc\xd8\x50\x5a\xf1\x93\x25\xbe\x90\x67\x8a\xf8\xb2\xeb\x61\x1b\x8b\x0d\xf2\x45\x87\xbf\xa1\xca\x38\xc2\x30\x40\x8a\x6d\x0f\x64\x46\x17\x9f\x16\x80\x53\xc0\x3e\x00\x1f\x06\xa7\x7d\xd9\x37\xb2\x64\xba\x64\x34\x3a\xaf\xe8\x06\xe3\xde\x91\x69\xec\x2b\xea\x35\x91\xba\x78\x08\x0d\xf7\xcc\x2b\x0e\x83\xbb\xef\x97\xf7\xc1\xbc\xf0\xda\x4d\x82\x82\xfd\xd6\x2b\x58\xa1\x64\xfc\xe9\x66\x21\xf3\x2c\x68\xd1\x6a\x9a\x30\x09\x67\xb8\xc1\x47\x20\xb0\xd2\xfe\x00\x77\xb4\x32\x74\x94\xd4\x0a\xb6\x09\xf5\x13\xb8\x86\x32\xf4\x53\x06\x42\xcd\x09\xef\x8e\x6f\x07\x37\x67\x6c\xdd\x44\x66\x25\xe6\xc0\x12\x51\xe8\x34\xa0\x6e\xa7\xa7\xe7\x0b\x77\xa1\x80\xc2\x8c\x0f\x7f\x29\x1a\xc0\x6e\x8f\xc3\xf3\x19\x8d\x06\x07\xd5\x4d\x8c\xe9\x7e\xab\x1f\x8c\x8e\xaa\xd5\xa5\xde\xc0\x71\xf7\xf7\x9e\x15\xdb\x87\x8d\xcf\xd5\x73\x81\x62\x3c\xe2\xb3\xe7\x2e\x52\xd2\x60\x07\x04\xc2\xe6\xd7\xac\xcf\x1e\xae\x36\x90\x5f\x60\x2c\x7b\x5c\x75\x37\x2d\xbe\x48\x65\x4d\x43\x97\x5e\x69\x35\x5c\x5d\x37\x14\x3c\x36\x3c\x5a\x5f\xa9\x33\x66\x69\xaf\x50\xf3\x71\x4e\x87\x04\x39\x59\x52\xa2\x0a\x64\xa6\x72\x83\x42\xd3\xd2\x8d\xfc\x9f\xf0\x86\xc5\x35\x79\xc5\x87\x08\xe9\xbf\x3b\x41\x31\x3a\x93\xac\x49\xe7\x95\xce\x92\x87\x65\xee\xf2\x65\x38\xd2\xb8\xc8\xc3\xcd\x1c\xae\xab\xe5\x63\xdc\x87\x85\x17\xea\xea\x98\x09\x67\x6d\x2b\xf9\xb8\xc1\x67\x64\xb7\xe7\xc5\x43\xd2\xa3\xc0\xe9\x0c\x55\x44\x5c\xf7\xec\x07\x50\x41\xb8\x6f\x4b\xb4\x2b\x80\x3c\xac\x60\x6e\x37\xda\x2e\x2e\x81\xae\x36\x66\xf1\x8c\x2c\x3e\xa6\xc4\x1a\x27\x35\x54\x27\xfb\x06\x2a\x2a\x5e\xcd\xbe\x85\xc5\x79\x16\x73\xe0\x8e\x0b\x9b\xe1\x85\xf9\x2c\xd6\x37\xc6\x17\xec\xec\x8c\x79\xec\x91\x79\x5f\xa4\x3c\xfb\x73\x9d\x58\xd6\x1c\xb9\x9e\x5d\x5e\x3e\x7e\x41\xf2\xc2\x33\xd1\x50\x82\x64\x07\x0b\x8e\x2a\xb4\xc7\x5d\xb7\xb7\xdf\x8a\xea\x09\xf5\x46\x97\xd0\xe8\x0d\xb2\xc6\xee\x23\x6b\xca\xb7\x6a\xf6\x42\xab\x5d\x34\x48\xe0\x2c\x01\x7b\xf6\x7a\x76\x02\xb7\x7b\x32\x2d\x14\x68\x5a\x6f\xfe\x22\x89\xe0\xec\x56\x31\xc1\x8b\x7f\x9a\x6c\x6f\xdf\x47\xf8\xc4\xc2\x00\xab\xb4\xbf\x9f\xa9\x7a\x0f\x92\x2b\xf2\x59\x1e\x14\x75\x3f\x64\xf9\x8d\xd5\xd5\xaa\xde\xa8\xa6\xdf\x1d\x7e\x6e\xab\x35\x8b\xf2\x57\x87\x5f\x36\xba\x29\xee\x1f\x3f\x20\xa1\xaf\x5f\xd5\xc8\x20\x21\x9d\x5b\x3e\x48\x1b\x2e\x81\x7e\xfc\xfb\x36\x6e\xab\x77\x6e\x6a\xf7\xbc\xaa\xca\xa0\x76\x4e\xa1\x12\xf5\xae\x9d\xdf\x9b\x11\xd7\x1c\xe0\xb8\x6b\xe6\x6f\x41\xdc\xd7\xb5\xa1\x53\x65\x91\x51\x0f\x43\x81\xb6\x77\xea\xed\x74\x3d\xa0\xb0\xbb\xc3\x4f\x70\xd5\x99\x41\x3d\xa6\x95\xc9\x7a\x03\xd5\x98\xb8\x1b\x1c\x31\xf9\x7e\x86\xaa\x48\xa9\x14\xea\xb0\x26\x52\x58\x77\x00\xaa\x9a\x75\xdd\x97\xe3\x43\xba\x77\xd7\xde\xc3\x76\x9a\xd7\xc0\x3a\x34\x02\x72\xd6\x92\x5a\x01\x18\xf7\xe6\x0a\x2e\x8d\xd2\x7c\xe6\x8c\xc2\x4b\x68\x0b\xc5\xa4\x35\x91\x1e\xd1\x49\xc8\x55\x05\x9f\x51\xc1\x54\xea\x7e\x1e\x48\x55\x90\x82\x58\x65\x97\x93\xca\x94\x64\x91\x3c\x07\xd7\x3f\x2a\xb8\x50\x87\xe2\x4d\xd9\xcb\x15\xdc\x36\xcb\x4e\xbd\xd6\xcd\xe0\xb4\x16\x3f\xc0\x25\x8e\xdc\x08\x8a\xed\x4c\x62\x41\x68\x1b\xaf\x95\x49\x6f\x79\x4d\xe0\xb3\x26\x2a\xe6\x16\x84\xbc\x66\x07\x87\x71\xb2\x2a\x1f\xcc\x41\x1d\xde\x73\x82\x87\x79\x96\x63\x14\xc5\xd7\xe9\x2d\x55\xa9\xea\x5a\x6f\x51\x5d\xec\xba\x83\x6d\x68\xd2\x5e\x70\x63\x51\xc9\x1c\x9d\x90\xc8\x90\x54\x21\x73\x1c\x96\xd5\xef\x53\xd8\xd7\x58\xca\xe2\xad\x91\x32\x62\x6b\x50\xba\x83\xbf\xcb\x65\x22\x21\xd3\x48\x02\xc7\xbd\xd6\x6d\xc7\x37\x04\x72\x9b\x78\x51\x54\x0d\x92\x5c\xbc\x12\x65\xb8\xd9\x46\x88\xec\x2d\xca\xc8\x41\x27\x80\x9a\x48\xf8\x93\x5e\x12\xd6\x52\x47\x0d\x03\xb3\x07\x37\xa2\xee\xc4\x6b\x22\x92\xed\xcd\x48\xd3\xfe\x92\x9a\x6a\xd8\x21\x68\x90\x68\x89\x9a\xc3\x5c\x12\xb5\x81\x38\x72\x20\xbe\xeb\xb7\x40\x49\x63\xa9\x9f\x67\x8f\x04\x88\xd5\x0d\x58\x0e\xd3\xac\x81\x21\x47\xe9\x90\xa7\x17\x57\x50\x44\x92\xd0\x9a\x84\x6a\x64\x56\x11\x1c\x7e\xad\x3b\xa4\x1c\x28\x45\xc0\xf1\x6c\xfc\x86\xb3\xfe\x37\x4c\x19\x84\x9f\x47\x78\xc2\xf1\x4e\x21\x2e\xcf\xf4\x24\x9c\xc4\x30\x70\xb4\xdc\x02\xa0\xd1\xe6\xb5\xbe\x89\x05\x2c\x61\x3d\xad\xde\xf6\x15\x8a\xf5\xbc\x1e\x6b\xd2\x35\x10\x57\xe0\xae\x2b\x54\x54\xa0\xac\x8e\x02\x13\x01\xdd\xf8\xe6\xc8\x96\x1d\xee\x8d\xd0\x44\xd2\xc0\x51\xb1\x23\x1d\xa1\xed\x77\xd4\x13\x2e\xb2\xe7\x96\xd4\x84\x20\xe1\xea\xef\x91\x45\xf0\x1a\x6c\x14\x6a\x9d\x8a\xe4\x24\xe8\x24\x45\x58\x51\x20\x56\xf7\xa4\xc6\x98\xd9\x0e\x4e\x11\xae\x39\xbb\xa4\x5c\x3a\x36\xa7\x50\xc0\x4d\x28\x92\x4f\x65\xad\x4a\x55\x0e\x50\xd5\x71\xef\x9d\xd8\x91\xf4\x5b\x20\xae\x15\xa9\x2e\xe1\xf6\x6c\xec\x46\xb7\x87\x5f\x8e\x6b\xe5\xf5\x8b\x73\xe9\x10\x05\x02\xf4\x39\xc9\xfb\xdb\xa8\x77\xc8\xf2\x75\x43\x22\xe3\xba\xe2\x3b\x4a\x71\x27\xd4\x5f\xde\x03\x22\x51\x36\x2d\x54\xc9\xe4\x56\x4f\x3f\x3f\xf5\x21\x33\xa4\x6e\x3f\x60\x7a\xd1\x82\xb2\xfd\x06\x7b\xce\xd6\x9f\xbb\xc6\xdb\xc9\x2a\xb6\xc4\xc1\xb5\xbd\xed\x1b\x1b\xd4\xc8\x49\xb7\x80\xf8\x87\xbf\x1d\xd7\x28\xdd\xc3\x87\xbd\xa9\x00\x49\xf6\x0a\x15\xe3\x20\xb2\x38\x32\x31\x63\xff\x8c\x25\x88\xd2\xcd\xfa\x2a\x39\x7a\xfc\xa9\x60\x63\x77\x57\x35\xd9\xc9\x9b\x7d\x87\x23\x7d\x35\x03\x3c\x6a\xb6\x7a\x29\x26\x0f\xe2\x0f\x91\x92\x20\x5b\xeb\x8c\x17\xbb\xc2\x59\x39\xd0\x54\xe5\x6a\xac\x7b\x0b\x54\x3c\xab\x18\x55\x6b\x46\x3c\x76\x7e\x30\xc0\x53\x98\x06\xf5\xae\xeb\x16\x26\xd9\x93\x06\x6c\x17\x1c\x6a\x2a\x9d\xab\x6a\x88\xf1\xae\xba\x1b\x12\x6f\x2b\xda\xac\x8b\xc3\xaf\x2b\xb4\x46\xce\x36\xa6\xae\xcd\x1b\xdd\x02\xab\x8b\xe7\x14\xf8\x36\xf4\x08\x83\xce\x5b\xd2\x11\xc2\x99\x81\x36\x05\x0a\x75\x7f\x04\x85\x8c\x34\x7f\xe2\xdf\x2d\x9c\x5e\xf9\xfd\x48\x83\x68\x4e\x2a\x09\xcb\x25\xa8\x76\xd8\xcd\xe9\x9a\x40\x7e\xbe\xbd\x86\x76\xdd\x6d\x13\xdd\xbe\xc8\x41\x64\x02\x87\x5c\x56\xa1\xfe\x5e\x75\xb0\x42\x0d\xcb\x82\x34\xec\x92\x38\x73\xc4\x08\x7f\x2f\x61\x35\xe4\xc3\xc4\xca\xc3\x0d\x93\x30\x64\x06\xbd\xce\xc9\x49\x89\xfd\xa3\x5e\xcd\x9c\x07\x15\x3b\xcd\xe5\x4e\x2b\x42\x91\xec\xe2\x14\xa9\x86\x65\x4b\x35\xe9\xa8\x16\xa4\x2a\x80\x2f\xf8\xab\x22\x37\x03\x36\xf4\x02\xed\x5b\x04\xa3\xaf\x9d\x91\x0a\x2f\xd3\xdd\x95\xba\xd6\x1d\x8a\x84\xac\xa2\x60\xad\x03\xec\xc3\xe2\xdb\xaa\x9c\xcd\xf6\xc8\x74\xae\x97\xe9\xc8\xdc\xe6\x19\x37\x62\xb6\x68\x5c\xe6\x52\x94\xf0\xe5\xb8\x38\xd4\x0c\xda\xf0\x2d\x59\x21\x68\x65\x9d\x3d\x4a\x5c\x8b\x9a\xc4\x5a\xd9\xea\x5a\x91\xd1\x18\xcf\xdb\x5f\x98\xd2\x1c\x15\x3a\x80\x1b\x58\x70\x81\x85\x3b\xe4\x8d\x5e\x15\x1b\x8d\xba\x0d\x05\xe7\xfb\xfa\xf0\xb3\x0d\xaa\x30\xcf\x1c\x78\x76\x41\x94\x63\xa5\x67\x12\x08\xba\x43\x9f\x22\xc4\x80\x63\xb2\x28\x46\xac\x5c\xe0\x39\xbc\x4b\x14\xf1\xef\xfd\xc8\x86\x6e\xd0\x67\x2d\x18\x44\x4e\x59\xf9\x63\x52\xef\x4b\xec\x80\x8c\x7d\x4f\xb0\x27\x2f\xd3\xf4\xfb\x12\xc5\x53\xb7\xda\x27\x1d\xdb\xb5\x10\x9b\x04\x27\x52\x08\x2f\x76\x9e\xd3\x60\xd8\xeb\x8e\xf8\x2c\x25\x55\x33\x39\xd4\x9d\x7b\xef\x5a\x39\xd0\x49\xb3\x70\x09\xc7\x2b\x83\x74\xba\xa7\x33\xb4\x10\x2a\x02\x12\x92\x88\x5e\x03\xb8\xa7\x68\x89\xad\x9a\xd7\xd6\x99\xe5\xbc\xdc\x4d\x1a\x3a\x40\xf1\x9e\x0c\x4b\xf8\x07\x08\xaf\x03\x67\x3d\x67\x46\x4c\x28\x52\xb0\x36\x9e\x30\x41\x3a\xa5\x62\x9a\xd8\x68\x0d\xa7\x88\x90\x8a\x3a\xf7\xbd\x00\x19\xbb\xb7\x6b\x85\x22\x8c\x37\x03\xaf\xaf\x8c\xb1\xa2\x40\xe6\x6e\xcf\x48\xd7\xaf\x9c\x6a\x49\xa8\xa1\x5b\x7c\x47\x2d\xfd\xee\xac\x33\x73\x84\x96\xd1\x42\x05\x94\x78\x81\x4b\x93\xc1\x11\xdd\x58\x56\x3b\x74\xa5\x3d\xf7\x7e\x5c\x4e\xfb\x18\x4b\x3e\x04\xb3\x23\xaf\xa8\x74\x7e\xc1\x3e\xf5\x8c\x94\x4a\x8e\x52\xc7\x46\x69\x67\x23\x3f\xfc\x72\xad\xeb\xa3\x88\xa8\x5d\xf1\xaa\x1c\x7e\x02\x0c\x9f\xa7\xd3\xf1\xa8\x24\xf7\x7a\x36\x21\xe9\x25\x41\x2d\x95\xa2\x96\xc3\x18\x4f\xb6\x9e\xc2\x39\x69\xd0\x2e\x46\xe4\x14\x49\x98\xa9\xcb\xdc\xf7\x81\x56\x91\xdc\x5c\x7d\x01\xe9\xed\x9d\x53\x2f\x6a\x1e\x96\x49\xf1\x23\x56\x42\xf8\x0b\xb4\x50\xf4\x77\xae\x5c\x0a\x92\x80\xf3\xe8\xa2\x81\x8f\x58\xca\xe6\xf9\xc8\xfd\x5a\xb8\x9a\x0c\xce\x58\x9f\x4d\xbb\x78\x29\x4a\xd0\x52\xf4\xd1\xce\x06\x8c\x40\x5e\x28\x84\xf1\x45\x74\x48\xba\xfb\x77\xa2\x42\x4e\x19\x05\x3b\x40\x92\x98\x0d\x02\x98\x8d\xfc\x68\xc4\x5d\x58\x40\x82\xc7\xb0\x4e\x80\x45\x01\xc4\x22\xdd\x38\x55\x17\x89\x0e\x18\x27\x68\x60\x0f\x23\x1c\x90\xf4\x88\x92\xa3\xf5\x58\x13\xe7\x0e\xf7\x93\x23\xd9\xf0\x11\x56\x03\x18\x2f\xd5\xde\x2c\x2e\x5c\x3b\xee\x8b\x68\xe7\x1e\x89\xde\x10\xd6\xd1\x84\xce\xe4\xba\xf2\x30\x74\x69\xf9\xe1\xc2\x2f\x24\xaa\x67\xc8\xec\x59\x31\x94\xea\x64\x42\x0c\xc1\x33\x3b\x31\xc5\x99\xb0\x85\x7a\x4a\x9d\xcb\x73\xf3\x12\x8c\x48\x40\x32\xb1\xe8\x8e\xb2\x6e\xbf\x3d\xd1\x13\xc4\x80\x9e\xf4\x0f\xfc\x8d\x08\xdf\x97\xf9\x50\x02\x09\x3f\x0b\x26\x17\xe1\x8e\x53\xea\xfd\xd1\x4c\x95\x25\x9d\x05\x9e\xfd\x49\x59\x51\xef\xad\x18\x38\x46\x14\x79\x58\x21\x07\xce\x8b\x96\x89\xfd\x04\xad\x0d\xbf\xdd\x66\x42\xea\x97\x62\x5c\xf4\x44\x53\x86\x33\x97\x9c\x89\xb9\xc4\x39\x2e\x8f\x5a\x4d\x8e\x9c\xd9\xa4\x11\x9e\x1d\xb9\x7c\xef\xb6\x90\x8c\x64\x1e\x4d\xc3\x13\x30\xba\x96\xf3\x05\x89\x16\x57\xc9\x52\xe4\x77\xa3\x3b\x22\x9e\xd1\x0a\x87\x24\x62\xb9\xb0\x43\x14\x0c\xc3\x82\x92\x14\x47\xec\x19\xa1\x15\xc9\x0d\x42\xc6\xeb\xca\xb2\x59\x7a\xed\x1b\xf0\x96\x81\x31\x9c\x39\x45\x64\x87\xd1\x60\x19\xd7\x10\xbf\x59\x16\xd2\x3c\xf3\xd3\x8b\xf3\x1f\xca\x1d\x50\x46\xd6\xe7\x5d\x70\xa4\xb4\x23\xe6\xd4\x23\xb2\x4a\xd4\xa2\x9c\x80\x0b\x86\x9c\x19\xf0\xcf\xa0\x11\x00\x72\x89\xaa\x32\xa4\xd9\x80\xda\x96\x9d\x23\xe5\x46\xfd\x1c\x8d\x56\xcd\xf6\x8b\xc8\x2c\xa7\x30\x30\xe5\xcb\xcf\x3f\x96\x12\xf1\x4f\xc3\xf3\x8f\xc3\x00\xe6\x5b\xfc\x7c\x3e\x57\x91\xcb\xf9\x56\xb7\x6e\xcd\x68\x3d\xc8\xfb\x1c\x75\x34\xa6\xee\x65\x41\x13\xf8\xbd\x73\xf0\xc7\xd5\x42\x49\x0b\x17\x4d\xea\xcd\xfd\x89\x48\x77\xe4\xd4\xeb\xa1\x65\x2f\x23\xed\xd4\xb7\x3b\x2f\x77\x8b\x08\x42\x2d\xc2\xca\x69\x71\x48\x23\x95\xe2\xe1\xd7\x92\xb5\x63\x62\x5c\xdb\xc1\x4a\x9b\xb9\x6f\x8f\x58\x22\xdf\x1e\xd1\xb7\xbc\x55\xaa\x4c\x82\x5a\xde\x01\x32\x8d\xf3\x99\x6b\xc6\xab\xd7\x68\xd4\xf4\x59\xfc\x0f\x88\x5d\xa2\x91\x38\xac\x8b\x6e\x26\xba\xf3\xb2\x2e\x49\xd4\x48\x50\x5c\xa5\x04\x44\xa8\x27\xeb\x49\x98\x76\xba\x19\x8d\x51\x4f\xd7\x41\x99\x2e\xe6\x6d\x64\x34\xad\x92\xd3\xcf\xe0\x2a\x47\x03\x12\x5e\xf1\x03\x88\xe6\xa0\xeb\xb0\x10\x49\x7f\x31\xf1\x54\x43\xe2\x09\xd3\x3b\x09\xa7\x1f\x84\x56\xd2\x5d\xd1\x3e\x1e\xfe\x17\xea\xa5\xd0\x1d\xe7\x9d\xdc\x65\x7a\x47\x4e\xe9\x4e\x76\x7d\x26\x46\x3c\xe5\x65\x58\x34\x58\xa2\xcb\x26\x6d\x4c\x87\xbc\x14\x47\x8c\x91\x6e\x40\xc5\xea\xf5\xff\x0c\x1c\x99\xb2\xb3\xce\xbc\x06\x34\x8c\x40\xc9\x8c\x48\x5f\x9d\x52\x81\xfc\x21\x87\x35\x3d\x6d\x62\x81\x2f\xa2\x4c\x89\xe8\x57\x9c\x78\xe2\xe2\xfc\x17\x6e\xa1\x49\x5c\xd5\x72\xd5\x39\xfa\xa0\x22\x4e\x79\x22\x53\x57\x5b\xa1\xf7\x81\x42\x38\x43\xad\x90\x09\x60\x22\x9b\x15\x48\xe3\xa8\x75\xbb\x86\x2b\xba\x47\x56\x9e\x3f\xc5\x3b\x44\x6a\x22\x1e\x8f\xf3\x28\x10\x68\xf4\x28\x70\x73\x53\x04\xbf\xa4\xe5\x88\x66\xf8\x02\x7f\x13\x73\x72\xc2\xf4\xed\x82\xf5\x65\xe2\x7a\x2f\xae\x1f\xbe\x96\xbb\x0e\xa9\x1a\xaf\xb8\xe5\x45\x90\x86\xb6\x24\xdf\xb0\x5b\x26\x4f\x0a\xa7\xc7\xfe\x7b\x5e\xea\x77\x52\x0c\xf6\x48\x62\xc3\xc9\xc5\x37\xce\x8d\x7f\x3e\xf3\x1d\x72\xc3\x17\xe4\x9d\x01\xeb\xd6\x74\xe2\xb8\x2a\x7b\x9a\xb8\xdc\x89\x1b\x00\x19\x84\x23\xd9\x88\xdb\x49\xa2\x02\x78\xe8\x7e\x7a\xf1\xd4\xc6\x8a\x78\xa5\xb5\xe5\x30\x32\xee\x19\xa9\x33\x77\xcb\xd3\x4d\x8e\x42\x71\x9a\x28\xb6\x09\x15\xf6\xce\xd8\xdc\x8c\x35\x22\x2a\x4a\xf1\xb8\x28\xb2\x48\x0c\x9c\x24\xeb\xb9\x02\x57\xee\x69\x0d\x8f\x5e\x28\xc4\x2c\xde\xe3\x09\x86\xed\xc5\x78\xdf\xe3\x55\xc7\x39\xb9\xa9\xe1\xbf\x8f\x1a\xa1\x11\xd6\xab\x4b\xa6\x89\x51\x3c\xb3\x88\x7f\x9b\x18\x38\x61\xbc\xef\x33\xd9\x07\xd2\x1d\xa1\xf6\x0c\x1d\x61\x44\x52\x52\x5e\xac\xa4\x3b\x3c\x8c\xc7\x3a\xbf\x7b\x38\x31\x32\x02\x67\xf3\x76\xca\x9b\xe0\x36\x22\x00\x22\xb4\x9f\xc4\xda\x92\x92\x81\x61\x21\x3c\x16\x12\x97\xa1\x1a\xdc\x37\xda\x3c\x54\xb4\xb8\xfb\x9e\xdc\x14\x2f\xce\x1f\x9d\x3d\x3f\xfc\x4b\xb8\xea\xf1\xa0\xc0\xc2\x90\xca\xe5\x23\xef\xd4\x99\x0d\x2b\xb8\x76\xe2\x00\x25\xbc\x2d\x01\x11\x7f\x53\x5f\x1c\x62\x0d\x33\xb8\x40\xc5\x84\x98\xd0\x4e\xf2\x54\xca\x91\xf1\xfb\x83\xdd\xc6\x1b\x37\xfb\x0e\x59\xa2\x57\x33\x36\x54\x3c\x32\x8d\x09\x46\x36\x7f\xfa\x86\x11\x33\x71\x58\x0e\x42\x59\x76\xc5\x88\xbd\xe5\x56\xa6\xb1\x4e\x4a\x83\x5e\x1b\xe4\xb7\x76\xb0\xe7\x6d\xf5\x0e\x03\x83\x2b\x94\x82\x0e\xbf\x36\x68\xd9\x9d\xcf\xd0\x7d\x98\x04\xf1\x9b\xc5\x4b\xf9\x13\xef\x13\xfe\x8e\x9f\x5d\x67\x74\x3d\xb0\xfd\x34\x31\x33\x7d\x6e\xf7\xaa\x29\xd6\x70\x79\xd9\xc5\x9d\x1e\xb1\xab\x2c\xd0\x13\xf0\xce\x17\x28\x29\x5d\xc3\x79\x87\x9d\x02\x90\x2f\x06\x4d\x62\xbc\xe9\x9a\x14\xa0\xe4\x37\xe6\xdc\xc6\xe0\x2b\xf0\xc9\x7d\x38\x11\xce\x39\x2d\x9e\x23\xdf\xd5\x1a\x85\xce\xe9\x01\x5c\x70\xff\x76\x38\x00\x8c\x74\x75\x13\xbb\x7f\x92\xe8\x90\x4a\x62\x8e\xae\x55\x0d\x43\xa1\x10\x16\x56\x2a\x85\xe1\x60\x5d\xfb\x60\x86\x21\x29\x7e\x27\x72\x46\x54\xb8\x69\x17\xb6\xf2\x65\x81\x6b\x4b\xea\x81\x5b\x43\x20\x29\xba\x1a\x99\xc9\x8f\x66\x34\x42\xb2\x3a\x50\x2c\x6e\x86\x0a\x54\x4a\x41\x27\x12\xa9\xcb\x5f\x06\x9b\xe6\x15\xc2\xc0\x05\x93\x06\x46\xa6\xda\xb2\xab\xba\xdf\x6e\x76\x6c\x4b\x37\x16\x5b\x0c\xb6\x5f\x42\xfa\x47\x14\x52\xce\x87\x87\xbe\x62\x30\xf6\xe2\x49\xc5\x11\xd9\xbb\xf0\x2d\x84\x8c\xd6\x1a\x39\x1c\xed\x14\x4c\xb6\x98\x6f\xab\xae\xda\x36\xa6\xd5\x33\xa0\x26\x70\x09\x6a\x68\x00\xfe\x05\x92\xe3\x3e\x0c\x6b\xa3\x6e\xc9\x45\x1a\xea\xa2\x76\xf0\xad\x06\xcc\x41\xd7\xbf\x4a\x1d\xef\xb4\xfc\x1c\xad\xbd\xa3\xe0\x71\xaa\x2c\xc0\xe8\xc1\xb1\x04\xa9\xbe\x5b\x48\xc4\x3b\xd1\x39\x22\xd9\x99\x19\x75\x47\x64\xd9\x8d\xdf\x4a\xb3\x74\x31\x6b\x69\xd8\x39\x7e\xd2\x86\xb1\xc7\x67\xb2\x5f\xa5\xde\xa8\xbe\x76\x66\x95\xc5\x43\x36\xa5\x88\x56\x5e\x22\xbb\x61\x30\xb0\x35\x80\x78\x30\x20\xfe\x83\x85\x45\xf6\x5f\x2d\xee\xa3\x3c\xfa\xc0\xc1\x02\x03\xd9\x22\xa5\x8f\xec\xdb\x21\x96\x3b\x85\x09\x7c\x81\xc8\xc3\xe4\xbb\xa0\x50\x60\x5b\xa3\x4b\x54\xc3\xdc\x5a\x1c\x16\xdf\x68\xbc\x14\x44\x0f\xd4\x44\xd2\xeb\x7c\xf6\x06\x1d\x0f\xd0\x42\x72\xbe\x42\xfb\x85\x0a\x36\x92\xad\x7a\x87\xdf\x83\x02\x89\x4c\x79\xe8\x1f\x09\x8c\x98\x22\x8f\xcc\xd7\x96\xf0\xd5\x8a\x1d\x04\xd6\x6c\x7d\x25\xee\x84\x66\xb3\xa4\x35\xa4\xb8\xf7\xcc\xde\xac\xd0\x26\x51\xa1\xa1\x9b\x60\xb5\xf7\xf8\x40\x6e\x01\x16\x3b\xf2\x1a\x8d\x69\x04\x7c\xb8\x5b\xce\x6f\x37\xb9\x24\x5b\xfd\x1f\x6a\x76\x89\x7b\x9e\x63\xe8\x39\xaa\x66\xfb\xee\x2a\xa6\x25\x27\x89\x97\x91\x84\xf4\xc7\x41\xc7\x3a\x0e\xed\x8f\xcb\x13\xaa\x9d\x4c\x52\x34\x64\x19\xdd\x44\x82\x59\xac\xea\x5e\x03\xd9\x16\x34\x72\x54\xd3\x35\x4b\xb8\x4d\xdd\x65\xc8\x2d\x00\x73\xa6\x88\x23\x98\xa9\x8b\x53\x2c\x1a\x07\x64\xf4\xa4\xa0\xbf\xb0\xea\x3b\x1f\xf9\xe7\x83\xfd\x2e\x3f\xfe\xfa\x9b\x17\x28\x9c\xf7\xbb\x10\x80\x1c\xc7\x7e\x72\xec\xd5\xdc\xf7\x42\xbb\x61\x2d\x33\x66\x4d\x05\xfb\x94\x07\xed\x8a\xde\xa1\xcd\xf0\x06\xdb\x01\x19\xc4\x37\xe4\xac\xfa\xd4\x7e\x1a\xdc\xca\x6a\x51\xe7\xd3\x6f\x8e\x62\x93\x68\xec\xaa\x08\x63\x8e\x83\x54\x5d\xcb\x62\x5a\x0f\x7b\x98\x18\xd5\xe5\x18\x13\x99\x97\x3d\x71\x94\x1e\x70\x85\x3e\x0b\x8d\xf6\x17\x00\x45\x1e\x02\x85\xda\x0c\xe6\xca\xf1\x3c\x1b\xc9\xeb\x90\xd3\x7a\x3c\xaa\xa8\x23\x80\xa1\x02\xa7\x87\x4c\xd4\xfe\x66\x89\x16\x14\xe0\x9b\x90\x1b\x0f\x1f\x3c\x8f\x49\x05\xa5\x89\x60\xc5\xd3\xe9\x02\x77\x95\xe8\xee\xff\xfd\x1f\xff\xf3\xf8\x14\x97\xe1\xb4\x6b\x6b\xf8\x4b\x54\x69\xae\x41\xdc\x12\x69\x25\x66\x45\x41\x66\x23\x22\x13\x59\x4f\x85\xd6\xb4\x4c\x7d\x16\xfe\x67\x8f\xe1\x13\x98\x56\x04\x18\x5a\x2d\xf4\x0d\x2d\xb4\xf4\x35\xb2\xd7\xb6\xaf\x89\xee\xcc\x50\x86\x26\x74\x73\xf2\x73\x7c\xa1\x01\x7d\x5f\xbf\x5e\xa2\xd9\x57\x2f\x30\x17\x41\xf1\xfc\xf0\xd3\xbe\x42\xeb\x13\xa1\x6b\x77\x55\x59\xa1\xef\x35\xeb\x2e\xf3\xa3\x15\x7b\xff\xd3\x4d\x08\x93\xc2\xf0\x1e\xb9\x10\x9c\x01\x27\x59\xf8\x06\x65\x60\x09\xf1\x96\x60\xa0\xd9\xbe\x47\xdf\x3f\xc4\x21\xee\xef\x02\x7e\x0f\x76\x8c\x71\x0c\x55\x66\x63\x4d\x50\xf7\x30\x5e\x8a\x2a\x1f\x21\x02\xac\x48\x22\x97\xc3\x38\x74\xe8\xda\xd4\x48\x5d\xf1\x3a\xe8\xd0\xf9\xfa\xa3\x59\x9a\x65\x22\xb9\xbe\x66\x40\xd9\xf5\xe2\xf0\x2f\xed\x35\xde\xe5\x9b\x0a\x19\x0b\xe7\x37\x80\x71\xf3\x9d\xda\x2e\xbe\x82\xaf\x48\x2f\xc4\x77\x00\xb9\x3a\xb5\x95\x66\x40\x48\x7c\x28\x7f\xcc\xe0\xab\x5d\xbc\x80\xff\x0c\x53\x69\x60\xde\x8d\x3c\xdf\x46\xad\x56\x1a\x6d\x0b\x1d\x8a\x8d\x1d\x00\xed\xe0\x1c\x01\x05\x69\xa0\xe6\x53\xd5\xae\x29\xa8\x64\x07\xb4\x18\xd1\x94\xfe\x85\x15\xa9\xb5\xb2\x50\x4e\x49\x66\xd0\xd8\x4c\x46\xcb\x56\x61\xda\x98\x9e\x7f\xc0\x0e\x53\x0e\x8e\xc7\xf0\x2f\xae\xd3\xda\xf0\x77\x8a\x1c\x41\x48\x0c\x1c\x59\x3b\x68\xe2\xf3\xe9\x8c\x00\x03\xf4\x3a\x62\xfb\x67\xae\xf3\x79\x3e\x08\xf7\x3d\xcf\x01\x52\xac\x33\x80\x0d\xea\x31\x1e\xa2\x75\xb0\xf5\xdf\xf0\x72\x80\xe3\x45\x77\x82\xff\xb8\x43\x9d\xc0\x56\x2f\x9e\x02\xdf\x44\x2c\x98\x2b\x40\x73\xda\xe2\x91\xea\x94\xff\xc2\xd1\x3c\x4f\x49\x33\x03\x52\x08\x6c\xa7\x2b\x01\x84\x75\x25\x28\xb6\xfb\xc0\x18\xcc\xa9\x43\x72\xbc\xd3\x7b\x46\x05\xf3\xc1\x1e\x44\x65\x0d\x72\x81\x50\x0c\x3c\xd8\xae\xd0\x02\x11\x03\xac\x61\x33\xda\xa5\x34\xf1\x04\xe8\x30\xcc\x33\x2a\xf6\xdb\xc9\xbb\x99\x35\x1d\x4a\xb1\xf9\x5d\x0e\xc1\x6d\x07\xa0\x61\xf3\x20\x80\x36\xcb\xac\x0f\xe0\xf0\x56\xba\xed\x8c\x4d\x9b\x32\x16\xe3\x0c\x72\xd0\x8d\x5e\x5f\x51\x76\x8e\x08\x16\xae\x51\x4c\x1d\x84\xae\xc9\x68\xef\xb4\x94\x83\x69\x38\x2e\x0f\x36\x1c\x16\x2a\xf8\x5c\x29\xb1\x14\xaa\x6b\xab\x15\x69\x0f\x1d\x18\x53\x98\xc5\x25\x45\xa9\x45\x75\x65\xb9\xc9\x5a\x39\xb2\xde\x5c\xbc\xdc\xd7\x6a\xad\x93\x00\xb0\x00\x8d\x69\x68\x92\x4e\xdc\x0e\x26\x5d\xd1\xca\x75\x6a\xb5\xb8\x5b\xca\x7a\xf9\x4a\xb8\x54\xae\x28\x5f\x1f\x21\x0e\xdc\xe2\x59\x36\xbe\xb8\x10\xd8\xaa\x25\x31\xd8\x9d\x27\xd1\x6e\x80\x11\xe3\x9d\x57\x9d\x40\x97\xbc\x74\xd0\x38\xe3\x4e\xcc\xd1\x67\x55\xfd\x76\x9c\xb8\x9d\x18\x81\xd8\x56\x00\x11\xb5\x8d\x48\xc9\x3b\x27\x17\x4b\x5a\xc3\x73\x6f\x23\xdf\xe7\x18\x0b\x28\x14\xd0\xa7\xc3\xf0\x46\x87\xd1\x0a\x56\x12\x56\x81\x30\x73\x63\xfa\x68\xa0\x16\x45\x3c\x64\x02\xc6\xaa\xf1\x16\x97\xcb\xd5\x0d\xd5\xc2\x0b\xaa\x34\x41\x0b\x39\x56\x05\x95\x19\xb0\x48\x18\x33\x8c\x55\x9e\xa2\xdc\x00\x6b\x86\xc1\x02\x63\x75\x2c\x85\x52\xc0\x1d\xd2\xa8\xb1\x55\xc0\xe2\x39\xa6\xf5\xb2\x1d\x13\x1e\x12\xf2\xc7\x80\x10\x5d\x1d\x90\x22\xba\x35\x0a\xc6\xfa\x6f\x76\x23\x60\x60\xd1\x88\x8b\x5d\xde\xfb\xa0\x8c\xd6\xc6\xbb\xc1\x57\x26\x5d\xf7\x6f\xa9\xbd\x33\xb6\x43\x5a\x8a\x66\x12\xea\x7a\x4d\x81\xd8\xb7\x76\xe6\xe1\xa9\xb7\x61\x05\x3c\x69\xb4\x41\x8b\xbb\xdf\x7d\xf2\xca\xb2\x25\x85\x4e\x1c\x6d\x53\x30\x4b\x7d\xf7\xfb\x57\xf6\xce\x17\x77\xbf\xfb\xf4\x15\x25\x4f\x1a\xd4\x5f\x6e\xd4\x6b\xbd\x90\xaa\xdc\x16\x36\x40\xf5\x1c\xf0\xbe\xd5\xd7\x95\xe9\xad\x4f\x02\x87\xb6\x38\xe0\x13\x22\x12\xf3\xb6\x83\x3b\x99\xad\xa3\x2e\xf8\x3c\x25\x0a\xa4\x3c\x1b\xa1\x09\xa5\x14\x09\x4d\xf0\x2d\xf6\xbb\xa5\xac\x81\x45\x92\xc1\x2b\xc0\x92\xa3\xaf\xcf\xe5\x28\x18\x75\x8b\xef\xfd\x1a\xe1\xe4\xab\x12\xa7\x0e\x93\x71\xea\x93\xdf\xf1\xaf\x2f\x68\x5e\xb8\x10\xdf\xfb\x9e\x8c\xb7\x61\xc9\xb1\x0f\x46\x35\x14\x7b\x7a\x14\x1a\x12\x2a\xc6\x89\xb6\xbe\xc2\x01\xb7\x69\x89\x8c\x48\x20\x4e\x79\x44\x94\x8e\x21\x01\x6e\x35\xad\x09\x43\x3d\xd7\x6a\xd5\x56\x79\xd9\x64\x4b\x6d\x0a\x2e\xc4\xd8\xa1\x8b\x03\xcc\x96\x18\xd7\x47\x16\x18\x6d\x36\xbf\x6d\x81\x78\x44\xd2\x0a\x76\x4f\xa8\xf2\x9b\x9b\x61\x6e\x02\x58\xd6\x0d\x6f\x97\xf3\xe7\xd6\x9e\x82\x91\xe5\x72\x27\xcc\xce\x6f\x6c\x1d\x98\x57\xcc\x20\xc8\xdc\x8f\x7c\x23\xb5\xe1\x22\x0b\xc7\x17\x9c\x24\xad\xea\x45\xac\x46\x70\x45\x2e\xae\x73\x43\xb2\x15\x10\xf7\x38\x8c\x13\xe5\x32\x0c\x4b\x24\xbc\x4b\x6a\x54\xcd\xd2\x85\xf0\x90\x08\x41\xc2\x0c\x3a\x19\x57\xe8\x0c\xd2\x4a\x1e\x32\x40\x2d\x8c\xa1\x57\xf3\x62\x24\x2e\x37\xb1\x25\x7f\x45\x61\xfa\x51\xf2\x08\xc1\xef\x36\x3e\xc5\xba\xac\xba\xc5\x59\x59\xc5\x3b\x9e\x39\xab\xb9\x31\xaa\xeb\x9c\x2f\xe0\x1b\xb5\x4b\xa2\xa2\x72\xe6\x80\x61\xd6\xa6\x36\x98\xe5\xa9\xbd\x0d\x04\xb5\xe8\x70\x50\x75\xce\xf0\x71\x79\x40\x78\x3a\xce\xc1\x52\x9e\xb1\x55\x0c\x3d\x32\x2f\x2e\x10\x0f\x50\x67\xa2\x49\xca\x92\x90\x33\xaf\xf3\x19\x1f\xee\x98\x39\xe7\x7d\xb0\xa2\xd8\x17\xe3\x4d\xc2\x7b\x60\xf0\x60\x57\xb5\x8a\x15\xfd\x41\x17\x1c\xa6\x49\xca\xae\x9a\xdc\xb3\x2a\x94\x45\x91\xb5\xc0\xcb\x71\x5e\xfc\xb1\xa7\x78\x41\x67\xcd\x17\xf5\xff\xf8\x08\x82\x9d\xd2\x77\x7d\x8b\x15\x99\x65\xa3\xc0\xa6\xc7\x42\x92\x94\xa1\xa1\x4f\x01\xca\xb2\x9b\x17\x49\x22\x88\x6c\x2d\xb9\x6c\xa1\x0e\xd5\x8e\x03\xf2\x5a\x78\x68\xb2\x47\xc1\xc5\xe6\x24\xb7\xc2\x29\x14\xb0\x72\x21\x59\x11\x59\xe9\x6d\x43\xd3\xf3\xac\xed\x15\x08\x60\x0b\xfc\x4f\xde\x27\xff\xbb\x58\x4b\x77\x52\x9c\x88\x94\x99\x28\xe9\xa6\x6e\x50\xa9\xd7\xd7\x70\x87\x3c\x43\xdb\x8b\xc6\xe8\x60\xa2\x04\x73\x0f\x01\x82\x3b\xf0\x2c\x9d\xf1\xdd\x10\x6f\x7d\x05\x3b\x49\x3e\x09\x3e\x2c\x9a\x26\x0a\x57\x23\x27\x3a\x13\x89\x15\x47\x8b\x4e\x63\xc5\x95\x56\xa5\x0b\x8b\xaf\xb6\x3d\x29\x88\xb8\x07\x0c\x42\x88\x93\x43\x2e\xbe\xff\x83\xf7\xb6\xd8\x25\x0b\x64\x5d\xdc\xbc\xb5\x5a\x16\x94\xd2\x98\x7d\x16\x5f\xe7\x40\xff\x3e\xa6\x86\x3f\xc6\x3b\xbd\x14\x5a\xf8\x3b\xfa\xc1\x14\x51\x16\x8f\x45\x01\xd6\x2d\x8c\xec\x3c\x9d\x7b\xde\xc6\x1f\x05\x03\xd7\x98\x99\x04\x7b\x28\x9d\xc0\x89\xc8\xfc\x39\x8a\xf8\x8e\xe2\xd2\xdf\x44\xfb\xe5\xeb\xa7\xfe\xab\xb4\xbb\xd3\xed\xd6\x5d\xea\xdc\x3c\xb5\x0c\xb4\xfe\x1f\x6e\x19\x6a\xfe\xd3\x2b\x87\x88\x20\x42\x2c\x1d\x15\xa5\x13\x7c\x2a\x3f\x98\x8d\x8c\x81\x52\xe1\x3a\x94\xa0\x78\x0e\x67\xc8\x69\xec\xc5\x57\xd2\x38\x10\xb9\x81\x01\x23\x68\x2e\x51\x90\x15\xdd\xbd\x8a\xdd\x63\x12\xcc\x26\x24\xf1\x29\xdf\x54\x6a\xc2\x94\xa5\x9d\x27\x0b\x04\x8c\x1d\xfc\x83\x2d\x32\xe3\x18\x21\x8b\x00\x90\x56\x26\xe9\x05\x8f\x3a\xb7\x95\x3b\xdb\x71\x65\x60\x4f\x15\x1c\x07\x32\x62\x53\x76\x48\x8a\xc4\x18\x34\xd2\x2a\xf2\xc8\x5a\xb5\x02\xc2\xf1\x4e\x7f\x21\x0b\xa5\x1f\x73\xf0\x1e\x64\x4b\x37\x2a\xc9\xdc\x0c\x2a\x0b\x64\x40\xaf\x5f\x63\x88\xc3\x89\x0f\x33\xf2\xa0\x68\x61\xad\x31\xb1\x30\x47\xa0\x78\xa7\x24\x20\x86\x5b\xd4\xfd\x25\x2a\x25\xe0\xa3\x31\x7c\x62\x4b\x31\x46\xc2\x38\x22\x30\x65\x3e\xc1\xb4\x26\x9e\x48\xa8\x66\x49\x36\x19\x5a\x9e\xc8\x25\x65\x7a\x89\xb2\xac\x42\x51\x4b\xa4\x9d\x7f\x6f\x63\x79\x48\xf7\x78\xb3\x05\x85\xca\x5c\x91\x8f\x2e\x4f\xdc\x4e\xf7\x34\xcc\xd5\x49\xcd\xa2\x52\x0d\xe8\x7e\x2d\x0d\x72\x34\xba\x35\x35\xde\x14\x9c\xe3\x25\x6d\x98\x1b\x4b\xa8\x0a\xe3\xd3\xc8\x41\x27\x64\xee\x1b\x39\x97\x54\x87\x88\x8f\x5d\xdc\xcb\x9d\x23\xa6\x51\x58\xb8\x4e\x47\xff\x22\x7f\x31\xbc\x07\x61\xa4\xc0\xe5\x74\x51\x52\x2b\x1c\x06\xdd\xec\xaa\xb8\xff\xbb\xbb\xe5\x03\xc4\x0b\xbe\xe3\x06\xc6\x33\x1f\x7b\x9a\x79\xac\xd2\xc1\xc1\x39\x69\x87\x42\x16\x87\x84\x02\xa5\xf8\x1c\x41\xe1\xfc\xde\x2c\x52\xee\x85\xab\x8e\xb5\x3e\x51\xc9\x50\x33\x11\x6b\x05\x27\xd4\x13\x39\x40\xc9\x4c\x7f\x89\xb1\xc4\x49\xb7\x66\x59\xf6\x80\x46\xa4\x7b\x21\x4c\x57\xef\x06\xbd\x7b\x46\x3f\x6f\xd5\x49\x12\xe9\x3c\xe0\xae\x5f\xe1\xa5\x82\x99\x0a\x80\x47\xe5\x19\x89\x61\x7b\xeb\x1d\x8e\xc8\xef\xc2\x73\x19\xf3\xa4\xed\x58\x17\x34\x5c\x10\xe6\xfb\x5e\x1c\x7e\xe9\xfa\x3a\x29\x18\x58\x72\xe3\x32\x37\xcb\x0b\x9c\x61\x71\xdf\x70\xb2\xc4\xfa\x41\x3a\x29\xad\x5a\xa7\xbf\x8a\xbe\xfb\x5c\x51\xd2\xc8\x92\x73\x17\xa2\xea\x9d\x52\x18\x7a\x33\x09\xe6\x35\x64\x03\x3b\xe5\x8c\x22\x0f\x30\x09\x19\x57\xf5\xd6\xb0\x9b\xf5\x3d\x05\xff\x3b\xde\xed\x8e\xcb\xf2\xde\xc8\xbc\x23\x5f\x17\xd6\xe2\x78\x7f\x43\x1f\x30\x90\x13\xd1\xa8\x0d\xc7\x7f\x06\x12\x9e\x2f\x1f\x42\x44\x5b\x44\xeb\xa5\xaf\x55\xb1\xf2\xa1\x7e\x86\x5c\xd7\x04\x15\x8f\xd0\x95\xb6\x22\x64\x67\x57\x1b\x09\xd4\xa4\xf8\x4c\x97\x76\xa4\xb7\xf9\x16\x66\xbc\x7c\x54\x24\xcc\xae\xec\xae\x77\x50\xa0\x0c\x47\x83\x51\x4e\xac\x84\xbb\xf8\x26\x97\x61\x9c\x4b\x1e\xac\xc5\x38\x83\x4c\x57\x0f\xf7\xd8\xb2\x01\x06\x9d\x25\xb2\x8b\x05\x6a\x22\xb5\x1f\x61\x98\x15\x59\x88\x51\x5b\xe2\x58\x66\x9f\xa6\xc4\x79\x3b\xfd\x38\xca\x39\x8f\x0d\xcc\x2d\x01\xe9\xff\xa6\x3c\xd6\x67\x6f\xaa\xd7\xd5\xe2\x9f\xe1\x3f\xf4\xd7\xfc\x8d\xae\x51\xe6\x8a\xb3\x5e\x98\x02\x4b\x3e\x4a\xca\x79\xd6\x58\x8d\x83\x86\xeb\x1e\x63\x26\x31\x28\x5f\x3c\x7b\xb6\x88\x09\x98\x54\x8d\xe2\x3e\xd7\xbd\x88\xf2\x1c\xf3\x08\x13\xfe\x41\xb3\x38\xed\x13\x33\xa3\x00\xd1\x36\x14\xf9\x02\xd3\xab\xaf\x30\xe5\x1d\xf5\x28\xa8\xbd\xa9\x5a\x8b\xa9\x3e\xb6\x8e\xbd\xf3\xa1\xa1\x41\xf7\x42\xf0\x49\xa2\x7c\xfa\x22\x3c\x33\x15\x38\x8e\x39\xa9\xc2\xe1\x2b\xbe\x65\xf2\xdc\x4d\x00\x9c\xab\x82\x88\xf3\xce\xc0\x70\xc6\x01\x96\xad\x08\xf0\x4e\x57\x03\x57\xc3\xaa\xe5\x14\x16\x5e\x4b\xc6\x5b\x1f\x68\x87\x4c\x8e\xd2\xae\x51\xd7\x82\xd4\x49\xb7\xe4\xfc\x2a\x7d\x22\x0a\x2d\xee\x02\x62\x94\x4e\x87\x10\x58\x07\x20\xcc\x04\x4f\x98\x8f\xad\x2d\x57\x7d\xd7\x21\x0a\xb3\x34\x99\x4c\xd2\x95\x3d\x1b\xcc\x92\x4a\x55\x8d\x1e\x23\x37\xee\xba\xcc\x2e\x3d\xd7\x23\xec\x2a\x56\x91\x14\x57\xb1\xd7\xb4\x6f\xc9\x2b\xce\x6c\x34\x19\x56\x27\x06\x67\xde\x74\x79\x30\xff\xd8\x64\x0e\x7b\x57\x30\xe7\x5c\xb6\x70\xb4\xf7\x79\x49\x94\x34\x8d\x78\x64\xfe\xc1\x04\xdd\x03\x5d\x19\xf3\xda\x2e\xfe\x59\xaf\xe8\x8f\xf0\x7d\x5b\x75\x5c\xf4\x18\xff\x2b\xa9\x95\x43\x31\x08\x3d\xd5\x7a\x3a\x07\xff\xc3\xc3\x4f\x50\xae\xa2\xf6\x7c\x30\x61\x71\xce\x79\x05\x43\x91\x04\x76\x4d\x27\xf4\xd7\xc5\x49\xbc\x30\xd1\x0c\x39\x32\x09\xf9\x89\x34\xe8\xaf\xd3\x41\xc4\x84\x7b\xa4\x72\x1e\x5a\x69\xd0\xdf\xc0\x3c\x3b\x0f\x4d\xab\xf2\x1a\x49\x6e\x39\x3d\x2c\x75\x4d\xed\x97\xf1\x2c\x71\x6b\x99\x18\x3c\x8e\x72\xb2\x12\x6e\xb0\x32\x88\xdd\x3f\x5a\x17\x0e\xe1\x2e\x02\xb9\x3a\x76\x9e\x38\x98\xa8\xd1\x1e\xd8\x12\xfd\x16\x5d\x4a\x54\xbd\x24\x02\xf5\x2d\x1a\x04\xa9\x55\xf9\x1e\x80\x13\x40\x9f\x4d\x59\xbe\xa2\xee\x06\xbf\xdf\x02\xce\xa3\x3f\xb7\x49\xd2\x50\xce\x64\xdb\x6a\x74\x50\xf0\x8e\x4d\x12\x37\x89\xcd\xa3\x2f\x31\x92\x52\xf4\xfd\x44\x7f\x3b\x54\x0f\xaf\x54\xb4\x9a\xac\xca\xc8\x57\xc6\xf1\x30\x92\x46\x49\x17\x77\x3c\xed\xbf\x03\x6d\x50\xe6\xe7\xf1\x55\xa0\xf6\x96\x40\xba\xf0\x19\x01\x5e\x0e\xfa\x54\xc8\x27\x99\x70\x54\x5d\x0a\x68\x8a\x19\xd3\x81\xf1\xa4\x9c\x71\xfa\x37\xb7\x11\xe7\x46\x25\xee\x59\xbc\x7a\x80\x4f\x55\xe8\xd7\xc2\xee\x44\xa4\x90\x26\x31\xf6\x4f\x18\x9f\xfa\xe7\xe2\x4f\x88\x74\xf0\x0f\xdc\x28\xfa\xed\x9f\x9d\x88\x9b\x78\xff\x98\x28\x11\xee\xe1\x97\xa6\xac\xd6\xe4\x12\x44\x85\x28\x27\x11\x7b\x2f\xd2\xd6\x04\x0a\x13\xef\x9f\xaf\x79\xaa\x6c\x70\x5e\xe3\x54\x44\x7a\x11\xb1\x49\x21\x82\xbb\x38\x8d\x08\x15\x4b\x3c\x6f\xed\xf2\x1d\x1a\xd2\xfe\x9b\x61\xca\x77\x01\xc2\xdf\x36\x5d\x25\x4a\x58\xb0\x78\x21\x7f\x00\xba\x5f\x84\xbc\x07\x43\x40\x71\x77\x0f\xd0\x43\x0f\x3b\x5e\x1a\x4a\xa8\xd1\x47\x89\x52\xe8\x33\x12\xe2\x34\xe3\x42\x74\xf1\xa2\x7e\x05\xb1\xb6\xea\xd8\xdb\x2b\xcb\x22\xeb\xc7\x42\x0f\x97\x50\xba\x13\x14\xbf\x2d\xbb\x82\xed\x0d\xb9\x81\xd1\xdb\x05\x0d\x87\xd7\xb0\xba\x76\xc4\xfd\x2f\xa6\xfa\x71\x64\x99\x96\xd8\x5c\x1e\x3c\x5f\x0a\x61\x39\xd3\x60\x76\xa2\x5b\x89\xdf\x54\x06\xe9\x9e\xf8\xe1\xb0\x8f\x28\x35\x0a\x35\x90\x0f\x4c\x5c\x8d\x70\xc8\xe8\xb5\x91\xe6\xce\x93\x0c\xa0\x20\x05\xe9\x77\xf1\x49\xf5\x9b\x82\x51\x91\xc0\x15\x2d\x3f\x59\x1c\x0b\xaf\x85\x74\x14\x08\x58\x19\x72\xe0\x4b\x02\x18\xb7\x40\x1b\x43\x77\x7f\x94\x80\x05\x93\x8e\x96\x64\x3d\x99\xee\xe0\xf7\x49\x07\x9e\x8b\xc3\x11\x22\xbf\x35\xda\x93\xc4\x86\xa4\xdb\xee\x56\x43\x9c\xa9\x8c\x95\xa4\x2d\x76\xac\x77\x3c\xbf\xa2\xf8\xfe\x86\xd8\x51\x4e\x39\x83\xc9\x1a\xba\x4c\xf5\xe1\xc2\xfb\xc4\x39\x5c\x5e\x36\xf0\xb2\xf1\x67\x83\x5d\x8a\x96\x8e\xf3\x81\x04\x39\xfa\xc3\xdd\xd4\x07\x68\x92\x2c\x58\xde\x2e\xbb\x21\x73\xae\x8e\xcc\xbb\x1c\x73\x6c\xf5\xe4\x00\x96\x1f\x2b\xf1\xf3\x24\xbe\x16\x8f\x07\x2b\x83\xe8\xa6\x3f\x0a\x6c\xf8\x51\x62\x78\x2b\x74\x14\x7e\x80\x6a\x09\xe6\x2a\xc8\xc7\x73\x7a\xc8\xe4\x79\x86\x98\x74\xa9\x47\x4e\x37\xfa\x45\x4a\x8a\x86\xa3\xcc\x89\x1a\x37\x1e\x39\x61\x96\x90\x90\x5e\xee\xd1\xd3\x94\xae\x25\xb5\x3f\xfc\x1d\x4d\xd8\x5e\x69\xf5\x9e\xfe\x7f\x7f\x5b\xff\xec\x07\x3e\xd2\xbd\x5c\x7d\x1c\x0f\x61\x0b\xe0\xb1\xcb\x4a\xf9\x9c\x49\xb7\x76\xf8\x29\x77\x78\x1d\xc7\x65\xec\xc8\x6e\x9a\x75\x13\x6b\xc3\x90\x6f\x19\xb8\x5e\x9b\x11\x72\xe8\xc3\xe8\xa2\x94\x37\xc9\x68\x62\xa9\xe7\x79\xea\x18\x36\x2a\xfc\x4c\x31\x64\xc1\xe4\x80\x31\xd1\xe1\xf5\x83\xdc\x15\x1c\x43\x3a\x7d\xb0\xbd\x4d\x83\x55\x87\x07\x90\xcd\x6f\xa4\xa9\xa1\xc8\x06\x0f\xb1\x53\xaf\xe9\x6a\xe7\x4b\xe4\x2b\x74\x19\x2e\xdc\xe5\xc0\x49\x40\x47\x5a\xe3\x98\x22\x4c\x41\x84\x7e\xec\xc3\x15\xa3\x04\x60\xee\x86\xc9\x23\x69\x23\x8e\x39\x0e\x0c\x19\x0d\x08\x89\x18\x44\xcc\x4e\xe9\x38\x6c\xf4\xba\xf2\xf1\x9c\x40\x7d\x68\x5e\xa7\xe1\x70\x4c\xd7\x8b\x64\x73\xa2\x6f\xd1\x89\xca\xc2\x7f\xa3\x81\xb2\x34\x3d\xd5\x4e\xde\x84\xc3\xde\xa8\x01\x76\x2f\xe3\x94\xd9\xb1\xcf\x4f\xf0\x37\xf3\x29\x42\xe6\xf3\x84\x09\x6b\xd1\x69\x10\x33\x1f\x71\x5e\xdd\x38\x7f\x16\x13\x5e\xc9\x94\x35\xc8\xdd\x46\xc9\x4e\x13\x75\x6a\x1a\xd9\x6c\x58\x6e\xf4\x43\x9f\xa7\x6b\xf6\x86\x45\x94\x68\x99\x45\x68\xc9\x64\x19\x61\x78\x58\x6a\xe1\x4c\x2b\xc0\x29\x38\x01\x27\x04\x28\xbb\x57\xf2\xac\xe3\xf3\xac\x04\x8b\xb8\x74\x00\x25\x6b\x1f\x88\xb1\x25\x65\x61\x01\xc2\x2d\x72\xe6\x40\x00\xd1\x3b\x60\x4d\xb0\x1c\x62\x57\xfc\x91\x01\x43\x49\x04\x1e\xde\xee\x28\x31\xce\x86\x33\xa5\x6a\xcc\xbb\x35\x54\x9c\x5e\x9c\x5f\xbe\x90\x0b\x07\x2d\x4f\x08\x80\x67\x89\x5e\x84\x09\xf7\x3d\x1c\x36\xf4\xbf\x6f\xe7\xc5\xa5\xaa\x56\x8a\xdd\x31\x31\xdb\x12\x45\x32\xdf\x1a\x3f\x52\x90\xdf\x2a\x6c\x80\x5b\x11\x0e\x4c\x0e\x12\x0c\x7f\x0e\xd6\x51\xc7\x9c\x0c\x56\x3b\x87\x74\xf1\x1f\x0c\x4e\x54\x56\xea\xd0\xc5\x2e\x0a\x20\xba\x3c\x93\xeb\x95\x6d\xa5\x68\x3f\xf3\x3e\x95\x2e\x55\xb1\xde\x2a\xcc\xaa\x36\x88\xae\x9d\x1c\x82\x3b\x03\xae\x63\x89\xb8\x9a\x22\x74\x52\x7f\x4e\x59\xf8\x01\x16\x75\x4c\x37\xf4\x64\x21\xf4\x4c\x56\x5c\x9c\xc6\x7b\xe0\x45\xe5\xe5\xb2\xfb\x2a\x37\x72\x9a\xc4\xb5\x13\x6d\xd0\x63\x17\x5d\xb7\xad\x50\x6f\xc9\xef\x6f\x47\x1e\x99\x23\x75\xc2\xc4\x6a\x67\x5d\x87\x33\x4f\x23\x75\xd5\xf2\xbc\x01\x22\xaa\x6d\xaa\x5a\x25\x4b\x7b\xc1\xef\x52\xed\x0c\x85\xfb\x70\x66\x30\xe4\x81\x1a\xf2\x0d\x73\x6f\xaa\x59\x92\x85\xe0\x36\xc2\xa4\x2f\x53\xdb\x34\x1c\xa9\xb3\x4a\x5c\xc6\x08\x3e\x06\x46\xbe\x90\xe2\x14\x69\xa3\x77\xfb\x3c\x08\x2b\x58\x41\x02\x57\x2b\x0c\x3b\xa4\x54\xed\x03\xa0\x3d\xe7\x6b\x5d\x48\xde\xd6\x21\xc0\xca\x94\x37\x8b\x17\x98\x80\x7e\xa8\xe5\x48\x88\x86\xbc\x22\x45\x92\xc4\x06\xed\x17\x24\xed\xa2\xbd\x01\x93\x3f\xec\x91\xd2\x11\x87\x74\x1d\xc4\x3e\x4d\x9a\xa5\x10\x01\x84\xc9\x6b\xa8\x31\x79\x84\x81\xde\x3c\x70\xb1\xcc\x9c\xe7\x59\x36\x85\xe2\x25\xdb\x38\xd7\x48\xf6\x60\xcb\x7c\x30\x5a\x72\x8d\x70\xd9\x4e\xf0\xdc\xe0\x8e\xbb\x3c\x31\xac\x26\x45\xd1\xf9\xa8\x88\x73\x03\xb0\x65\x67\xb7\xaf\x5d\x78\x87\xda\x73\xae\x6e\x52\xa6\x8a\x1f\x7d\x5c\x01\x68\x18\x19\xb8\x85\xb7\x0c\x39\x89\xc8\xf4\x49\x2b\x3a\x1c\x59\x12\x99\xf8\x38\x41\x60\x07\x32\x48\x16\x30\x04\x15\xfe\x43\x6a\x44\x99\x8b\x52\xb0\xe8\x56\x88\xcf\xe0\x04\x65\x65\x01\x1c\xe9\x6b\x26\x6f\xa3\xec\x2f\x5b\x82\x54\xa2\x04\x82\x51\x5f\x31\xe6\x93\xf2\x99\x54\xcc\x8e\x96\x57\x0d\xbf\x98\x6a\x93\x4c\x3a\xee\x85\xa9\x40\xe9\xf9\x0d\xc2\xe8\x69\x26\xe1\xae\x87\xea\x60\x4e\x23\xde\x16\xf7\xff\x70\x79\xfe\xec\x48\x86\xf9\xf6\xf8\xcd\x9b\x37\xc7\x58\xfb\xb8\x6f\x6b\x74\x59\x28\x75\x29\xe3\x3e\xc2\xb7\x9c\xbe\xd0\xdd\xfa\xf3\x8f\xe1\xdf\x07\xf3\x82\xfc\x09\x53\x89\xc5\xdd\xb0\xde\xd9\x41\x89\xb3\xd6\xf4\xc5\xe0\x6f\xc8\xaf\x31\xbc\x21\xbb\x15\xe4\x70\x85\xd7\xb9\x5c\x36\xe4\x98\x75\xc2\x6d\x4d\x23\x8f\x42\x42\x88\x88\xf1\x58\xb7\x1a\x3d\x60\xf1\x9f\xf8\x3b\x30\x21\xaf\x87\x89\xbe\x7c\x6e\xe8\x0c\x10\xa8\x4f\x13\xbf\x15\x76\xf8\x65\x8d\xe1\x43\x19\x94\x77\x5a\x8a\x14\x5e\xb8\x91\x8c\x2e\x7f\x64\xd3\x82\xec\xec\x70\x67\x94\xf0\x19\x62\xed\x17\x54\xfb\x32\x6f\x8b\x62\x31\x4c\x53\xdf\x2c\x4e\x40\x36\xc1\xbc\x41\x8e\xec\xf3\x5e\x62\xb9\x6c\xdd\x3c\xaf\x4b\xa9\xd5\x51\x67\x7e\x43\x2e\x28\x12\xd8\x45\x6b\xe7\x24\x45\x94\xdd\xbc\x84\x38\x68\x80\x93\x81\x51\x1c\x8c\x3e\x46\xd5\x10\x3f\xfb\x81\x47\x99\xdc\x8d\x5c\x02\x7a\x33\xac\x19\x39\x87\x8c\x97\xf1\x2a\x3d\xf4\x71\x19\x2f\xd4\x96\x5c\x7a\xe2\xed\x0c\x4b\x40\x31\x28\xa3\x6b\xc3\x8f\x6c\x02\x49\xa5\x3b\x50\x4e\x5d\x3b\xaa\xe6\xe0\x37\x06\xe4\x59\x81\xfc\xb3\x0f\x58\x0b\xc7\x3c\x1c\x56\xbf\xe8\xc2\xb2\xd1\x75\x28\x77\x61\x2b\x5b\x59\x9a\x8c\xa7\x24\xd2\xe1\xee\xd0\x67\x14\x43\xcc\x67\x80\x6f\x60\x27\xd4\xf8\x8b\x34\x26\xc6\x42\xa4\x3c\x5b\xea\x89\xd4\x80\x51\x12\xc8\xa4\x33\xc7\xa0\x04\xb7\xe1\xa1\x2c\xe9\x9a\x76\xd6\xb4\x41\xc3\xec\x80\xec\xb8\x01\xcc\x63\x29\xac\x0b\x3e\x9f\x42\xbe\xc9\x36\x65\x8e\xd3\xd3\x39\xa4\xa6\x7c\x6a\x02\x41\x0d\xbc\x76\xe2\x97\x78\x89\x60\x94\x08\x87\xbc\x44\x3a\xed\x63\xd3\x64\x73\xf9\xe1\x88\x51\xa5\x24\x77\xc1\x59\x16\x38\x3b\x44\x56\x94\xbf\x92\x98\x1f\xe9\x2b\xd5\x34\x6c\x10\x8d\x6d\x08\xa5\x86\x9b\xed\x26\x49\x38\x09\x63\x7b\x44\x5f\xd3\x39\x06\x48\xb6\xf9\x48\x3a\xa4\x61\x43\xe2\xdf\xe6\xd2\xb5\x70\x01\xb0\x05\x7f\xe7\x5c\xae\xa2\x97\x92\xf7\xb4\x6a\x5d\x75\x3d\xe6\x9a\x70\x81\x9e\xe8\x00\x56\x17\x21\x31\x12\x66\x7b\x71\x49\x4c\x5c\xaa\x85\x58\xff\x68\x96\xf1\x14\xf8\x6e\x61\xe7\x19\xba\xd9\x05\x07\xe1\x14\xba\x44\x4b\xb8\xd2\x15\xbe\x7b\xdd\x44\x4e\x17\xd6\x6c\xba\x37\x70\x36\x62\x81\x3b\x31\xf2\x8f\xcd\x73\xe4\x46\x1e\x2c\xcb\x54\x52\x22\x0e\x91\x8c\x06\xf1\x5b\x92\x13\xc5\x8d\xa7\x19\x8a\x26\x1a\x1f\xcb\x51\x44\xcf\x84\x44\x16\xb7\x64\xb3\x27\x73\x10\x0d\x9a\x7e\x6f\x2e\xa2\x71\x0c\x19\x33\x8e\xaf\x53\x94\xb9\xb5\xe6\xc0\x5e\x3e\x39\xc0\x60\x40\x97\xa8\x55\x27\x2a\xb8\x34\x5a\x23\xe6\xac\x09\xc7\xd2\x5b\x07\xe4\x83\x37\xc7\x87\x31\xe5\x67\x5a\x56\x9b\xcd\x1c\xe4\xfe\x37\x16\xb3\xfe\xf4\xed\x9a\xdf\x50\x92\xb0\xc0\xe2\x2b\xc4\x03\x06\x42\x07\x4b\xc0\xb6\xbd\xaa\xf8\x37\x5b\x74\x17\xfc\x0f\x7f\x22\x2f\xb6\xf4\x79\x33\xe7\xcc\x56\x3c\x02\x00\x3e\x13\x21\x6b\x24\x7a\x5a\x52\x45\x7b\x65\xde\x2c\xf1\x2f\xca\x5a\x64\x17\x4f\x0d\xbd\x68\x47\x0b\xdb\x1d\x7e\xb1\xe8\xb1\x45\x97\x05\xb6\x12\x55\xb1\xc0\x86\x77\xfc\x68\xdf\xcb\x8a\xf7\x11\x35\xd7\x55\xa9\x22\xa0\xbe\x01\xd6\x4e\x97\x09\x18\x7d\x43\x51\x5d\xe0\xb0\x57\xde\x53\x77\x7f\x63\x9e\x38\x35\xf0\x33\x0c\x3a\x5f\x5c\x46\x07\x8b\xa0\xa5\x98\x5f\x02\x84\x8e\xcb\x35\x63\x5a\x0c\x20\x6b\x0f\x44\xf3\xe1\x37\xcf\xf8\x07\x85\x23\x52\x52\x56\xdc\x04\x71\x73\x9c\xb9\x08\xc7\xf9\x30\xd2\xd1\x95\x70\x60\x2a\xfd\xcd\xe4\xd1\x3d\xb8\xef\x00\xca\x56\x6d\xba\xc5\x73\x65\xd7\x3d\xbe\xfb\xec\x3e\x03\x97\xe1\xaa\x49\x8d\xe2\xa2\x3d\xfc\x0c\x17\xb5\x07\x81\xb5\xc1\x8d\x3c\x43\x1a\x80\x71\x6f\xee\x3b\x39\xda\xb0\x00\xe5\xbf\x29\x14\xf9\x16\x61\xda\xc9\x72\x91\xef\x28\xd1\xbf\xbb\x88\x11\xe4\x7b\x57\xd2\xd1\xb9\xce\x06\xcb\x88\xb8\x8c\x03\x54\xf9\x55\xcc\x64\xbe\xc1\x85\xe7\x82\xf2\xfe\xe2\x4b\x1b\xb2\x2e\x42\x66\x39\x1f\x86\xe1\x07\x3f\x3b\xca\x77\x11\xc6\x1e\xd5\xff\x76\x57\xb0\x49\xba\x36\x5b\xe1\x4d\xc8\x5b\x90\xf2\x7d\x18\x1b\x3f\xde\x88\x82\x33\xe7\x4c\xd8\x09\xaf\xc6\x7e\x8b\xe8\xea\x21\x29\x35\xb8\x8b\x4e\x6d\xd3\xbc\x6b\x18\x1e\x1b\x0a\x89\x9d\x7f\xc4\xd9\xb6\x93\x3a\x3e\xba\xdf\xe5\x86\xa5\x9a\x21\x28\xf8\x08\x59\xba\x35\xba\x95\x61\x11\x91\x46\x2a\xdf\x49\xf6\x63\x7c\x07\xd2\xb7\x97\xdc\x21\xee\xeb\x30\xed\x9b\x2b\x79\xd3\x56\x5d\xf0\x07\x89\x91\xc4\x9d\x1d\x61\x96\x7c\x11\x4a\x17\xf4\x54\x1e\x79\x82\x92\x57\xfc\x7c\x3e\x82\x5d\xc3\xfc\x60\xee\x3d\xc2\x7d\x86\x6e\x51\x1d\x59\x8a\x97\x98\xb6\x0f\xfa\x65\xdf\x1b\x49\x3d\x11\x1a\xc0\x4b\x1b\x2d\x0b\x72\xa0\x59\x25\x29\x0f\x5e\xf2\xad\x4d\x5a\x77\xff\xe6\x6b\x18\x5e\xee\xa3\xe5\x87\x80\x0b\x49\x9c\xb1\xa0\x55\x7e\x98\xc8\xdf\x85\x4f\x94\x38\xbc\x0c\x0e\x16\x61\x98\x3b\x5a\xec\xc0\x32\x3c\x93\xcc\x2f\x3a\xa8\x48\x05\x37\x3c\x12\x89\x5e\xcf\xf3\x0d\x53\x50\x03\x9d\x5e\x58\x2e\xd4\xe9\x49\x6e\xa6\x82\x51\x07\x30\x1d\x44\xf6\xf8\x49\x12\x34\x91\x4c\xa6\xa5\x1a\xf4\x15\x2e\x6a\xd7\x07\x27\x5f\x93\xa4\x49\xc9\x7d\x93\x9f\x8e\xd4\x51\x67\xe1\xdd\xeb\xab\xde\x37\xe6\x39\x06\x97\x5e\x03\xea\x86\x3d\x74\x4f\x61\x5a\xe0\x3c\xe5\xaf\xd9\xec\x3b\xd3\x6e\x5f\x85\xe7\x49\xb2\xb8\xd8\xf3\x58\xbd\x4d\x50\x3e\x99\x76\x02\xea\x33\xa9\xe5\x2a\xf1\xa8\xe5\x2c\x5b\xd3\x16\x9d\x5c\xe1\x4f\x93\x24\x3f\x67\x9d\xd4\xba\x67\x65\x34\x27\x6c\xe2\x74\x4d\x73\x97\x58\x00\x9f\x3a\x60\xb7\xad\x74\x74\x14\xed\xef\xdc\x8d\x4e\xbc\xd0\x31\xdb\x6b\xb3\xa7\x44\xe9\xe4\x87\x82\xaf\x53\xe0\x33\xfe\xc8\xd5\xa2\x89\x1f\xfd\xea\xe1\x0e\x84\x1b\xa4\xde\xf6\x87\x9f\x77\xf4\xde\x0a\x48\x19\xf4\x02\x86\x9d\x51\x22\x7c\xb1\x03\xd8\x85\x18\x5b\xe5\x6b\x92\x5e\x3f\x7d\x28\x31\xca\x81\x80\xed\xc5\xcf\x1f\x72\xcb\xb4\x2e\x03\x1f\xd4\xf0\xf8\x8a\xdb\x00\x81\xa6\x82\x69\xf0\x70\xfc\x11\x0f\xd1\x41\x83\x39\x51\x41\x04\x3a\xd5\x3b\x09\x55\x15\x1c\x97\x27\x3e\xd8\x21\x8f\x22\x0b\xec\x3c\x74\xe3\x1a\x7c\xc4\x74\x1b\xdf\x36\x26\x15\x81\xab\xf7\x25\x83\x26\xc9\x45\x48\xdd\x80\xf6\x0f\xca\xb0\x84\xfa\x60\x61\xe2\x58\x6b\x17\xbd\x2a\xc2\xaf\xcc\x7f\xf9\x9e\x77\x00\x52\xd3\xca\x7f\x68\x56\x9a\xa4\xeb\xf9\xbf\xcd\x45\x6d\x2a\xfb\x7c\xac\xbc\x0d\x69\xe8\xfd\xd7\x89\x7c\xf4\x93\x1e\x65\x41\x38\x9f\x1c\x63\x5a\x25\x4a\x61\x92\x3f\xdd\x9a\x3d\xee\x31\x91\x5d\x3c\x77\x51\x83\x5a\x99\x87\x9a\xf2\x1e\x6a\xb7\x3a\xa8\xa9\x7c\xbd\xf3\x11\x67\xf9\xd0\x4f\xa6\xb3\xa1\x0f\x06\x7f\x5b\xe6\xfd\x29\x1f\x95\x94\xac\xe4\x2a\x8b\x3c\xc3\x1f\xcd\xf3\xf6\x2a\xb7\xe7\xfc\x1b\xae\xc0\xbf\x35\xf9\xdf\x84\xb1\xf7\xd6\x2c\x80\xf9\x98\x91\x3e\x8d\xa4\x02\xbc\x7d\xa2\x9e\xa8\x8d\xbc\x11\xf3\x8f\xe5\x07\x1c\x33\x7c\x0e\xcc\xa3\x6c\x37\x14\x3f\x06\x95\x7a\xef\x79\x1d\x63\x78\xbc\x3e\x22\xd4\x61\x05\x4b\xa2\x6e\xf9\xc1\x17\xc2\x3f\x97\x7f\xaf\xaa\xfd\x72\x22\x55\x20\x2e\x8e\xb8\x6e\x8b\xcb\x8c\xab\xcb\xbc\xe6\xc2\xbf\xd0\x91\x7e\x77\x94\x96\x3d\x40\x9c\x93\x46\x00\x6a\xe9\x7d\xc4\xc5\xc5\xf8\xf7\xa8\x36\xb9\x12\x67\x5d\xc8\xbb\xb0\xf8\xf6\x30\xb0\x6e\x9d\xde\x1a\xd1\xfb\xf2\x45\x16\xc6\x18\xa5\x5f\x4c\xeb\x2e\x9e\x12\xa4\xff\xca\x22\xba\xcb\x35\xe4\x3f\x03\x83\x41\x81\xb7\x55\xf8\x24\xf7\x6c\xb6\x63\x64\xff\x17\xf3\x39\xbd\xba\xfd\x59\x5e\x01\x1f\x9a\x0d\x97\x32\x66\x37\x9d\xf1\x9d\x3c\xc7\x67\x6e\x16\xf8\xaa\xaf\x6a\x8f\xad\x96\x8f\xdc\x33\x1b\x77\xe4\x13\x72\x49\x92\xba\x76\x71\xe2\xb3\x94\x3f\x61\xf5\xd5\x10\x26\x4a\x12\xe6\xef\x28\x9f\x43\x15\x0d\x0c\x9c\xc0\xb0\x1d\x20\x0f\x22\xb3\x9a\x4b\x83\x24\x0f\x0c\x7b\x3d\x23\x5b\x8a\x1a\x01\x1a\x76\xeb\x72\x68\xae\xd5\x5e\xbd\xe3\x24\x7d\xd4\xe9\x58\xe6\xf0\x15\x5d\xdc\x3b\x4c\x95\x85\xce\x23\x41\xed\x0c\xe7\xcb\xba\x31\xf1\x13\xdd\xd9\x98\xf2\x27\x19\x87\xa0\x63\x0b\x92\x8d\x2c\xf4\x4a\x51\x9a\x85\x1e\x7b\x2e\x3a\x1a\xa5\xd3\x38\xb5\xc7\xa4\xca\x26\x4f\xc1\x81\x67\x15\x8f\xc4\x25\xa7\x8a\x7b\xf7\x4e\x7e\x65\xc6\xfd\xa0\xb1\x65\xe2\x6a\xe6\x62\x42\x6c\x3b\x60\x54\x10\xd3\x6d\xac\xe4\xec\x4c\x87\xba\xcc\x8c\x5c\x4c\xd0\x8a\x60\x0d\x73\xe0\x93\xfe\x97\xa1\x92\x18\xa8\x33\x0a\xc3\xa3\x74\xfc\x25\x1f\x36\x9b\x31\x7e\xbf\xe5\xb2\x67\x78\x97\x0e\x17\x59\xcf\xe4\x9e\x4a\x5a\x45\xed\x21\xb1\x71\x72\xd4\xc3\x29\x7d\xea\xfd\x5b\x92\x0a\x51\xb3\x63\x77\xc3\x24\x6c\x08\x3c\x4c\xb0\xc9\xdd\x05\x13\xb4\xbf\xf0\xab\xa1\x07\x27\x93\xef\xc8\xc8\x4d\x53\x39\xdb\x7e\xb2\x65\xf3\x91\xc1\x44\xc1\xe5\xc2\x8f\xe2\x75\x34\x25\x86\xcd\x63\x7a\x91\x63\xd1\x59\x60\x88\xe9\x6d\x04\x1d\x65\x1a\x8e\xef\x1e\x21\x3d\x1e\x17\x3e\x73\x5e\x9b\x92\xe3\xfa\x3d\x54\xc6\xf5\x91\x92\x9a\xe1\x60\xba\x0f\x1a\x8c\x66\x8a\x14\x0d\xe6\x69\x32\x98\x9a\x06\x93\x93\x95\xf7\x8f\x8a\x29\xc8\x6f\x18\x55\x64\x00\x3c\x19\x3d\x32\x23\x23\x3b\x8a\x07\xa6\x03\x59\x19\xa5\x28\x1f\x3a\xf2\xe9\x67\xd2\x06\x58\x2d\x3e\x65\x24\x6a\x8e\xfb\x94\x25\xca\xe9\xf9\x3c\x3f\x6a\xbe\xaf\xf8\x71\x84\xc4\x73\x31\xef\x52\xfc\xe0\xc8\x55\xdb\x5d\xbb\xa1\xd1\x06\x64\x58\x51\x77\x39\x6f\xee\x41\x4a\xc3\xf8\x49\x72\x04\x64\x37\xae\x70\x25\x87\x64\x8d\xc9\xb3\x88\xa8\x38\x3b\x36\xf1\x73\x7c\xdf\xd1\x1e\xbf\x9a\xe1\xeb\xb9\x2b\xa3\xf0\x69\x4b\x55\x35\xda\x3d\x47\xd2\x21\x9f\x41\x8f\x55\x46\xf9\x4f\x67\x8e\xe0\x89\x7c\x94\x3e\x75\x76\xdb\x0b\x75\x7d\x77\xc5\x0f\xfd\x91\x18\x74\x12\x3d\xfb\x87\x35\x59\x04\xc8\x84\x97\x99\xf8\xa6\x82\x2c\x85\x69\x07\x14\x87\x13\xc4\x4f\xdf\xcc\x76\xa6\xc1\xfe\x16\x4f\xf9\x5f\x0e\xcc\x98\x45\xb1\x66\x17\x12\x63\xc6\x0f\x11\xd0\x27\x89\x5d\x9a\xd1\x25\xb1\x78\x81\xff\xfd\xac\xb8\x5b\xce\xc2\x42\x90\x56\x1c\x75\x31\x8c\xf1\x4e\x0f\x1f\x01\x10\xeb\xef\x64\xc4\x10\xc5\x18\xb5\x70\x83\x43\x26\xa5\x7e\x0f\x13\xa0\x7f\xf0\xb6\x96\x81\xe2\x54\x64\x56\x63\xdd\x72\xb4\xd8\x79\xb1\x22\x77\x16\xef\x8b\x21\xf9\xf1\x0b\xf7\x74\x2b\x3e\xf5\x5e\xe2\x53\xef\xf1\xeb\x88\xe1\x63\xaa\x8b\x89\x4b\x9c\x49\xce\xc5\x4b\xc4\x65\xd9\xa5\x1f\x35\x17\x25\xc7\x8d\xbf\x4b\x3a\xdc\xe4\xdb\x48\x9f\xe2\x84\x1d\x7f\xe2\x90\x90\x7c\x6c\x91\xef\x76\xfa\x3d\x7e\x4d\x21\x2e\xb1\xfe\x5d\xc3\x74\x58\x94\x5d\x34\xf9\xe6\xb4\xe4\xf1\x37\x58\xa6\x6a\x2b\x0f\x20\x50\xe6\x9a\xb8\xd0\x7b\x65\x82\x6c\x12\x7f\x0f\xf1\x9a\xf1\x57\xce\xfd\x17\x7f\x81\xab\x5a\x6f\x14\x1b\xe9\x93\xc1\xb1\x42\x6a\x0c\x34\x4a\x51\x2f\xaf\x7b\x46\x6b\x08\xe4\x01\xef\xc1\x11\x44\x4c\x15\x4d\xe7\x5e\x34\x1d\x85\xb5\x6f\x2a\xcc\x39\xfa\xa2\x35\x98\x8c\x71\x0c\xa2\xed\xd1\x46\xc8\x81\xf5\x11\x00\x86\x49\x63\x60\x3e\x3d\x40\x61\x28\xb5\x2f\xc7\x4c\x17\xe7\xf8\x9c\xb8\x7b\x43\x58\xad\xcd\xbe\xa6\x68\xf4\xdb\xaa\xfa\xcb\x9b\xd3\xc2\xb9\x16\xa2\xc7\x2b\xd8\xdd\x5c\xed\x82\x03\x78\xe6\xa5\x1d\x9a\x17\xa6\xa0\x6a\xf2\x07\xeb\xad\x37\x56\x02\x17\x48\x8f\xc8\x3a\x54\xaa\x28\x62\x4b\xd9\x0f\x6a\x25\x1e\xec\x68\x2b\xd9\x48\x73\x7f\xf2\x41\x1f\x74\xeb\xe0\xfd\x53\x5d\xeb\x64\x8c\xf2\x64\x82\xf7\xcc\xcb\xaf\xbc\xf7\x34\x95\xad\xea\xad\x4d\xfd\xd6\xd5\x25\x66\xa0\xd9\xf2\xbd\xe7\x79\xd1\x71\x61\x9c\x5f\xfd\x20\xb6\x4e\xed\xe2\x31\xa0\xce\xfd\x3d\x4d\x0f\xe7\xc0\xaf\xfa\x33\xff\xf8\x1b\xfa\x91\x09\x3a\xaf\xda\xc9\xf9\x01\xe8\x72\xbb\x96\x79\xb1\x07\x3f\x30\x1f\x9a\xdf\x71\xa9\xd1\xd3\xae\xb9\x65\x1b\xe2\xda\x7e\xe8\x67\x2e\x42\x3c\x23\xa8\x2a\x6f\x99\x1d\xde\x47\x95\x72\xa1\x0b\x20\x6e\x37\xcd\x1a\xf5\xa0\xf8\x7c\x16\xb9\x5c\x3c\xd7\xda\xc5\x2f\x1b\x9f\x49\xfe\xde\x1c\x8a\x3f\xe6\xb4\xaa\xd5\x3b\x4d\x0e\x05\xf6\x5e\x71\x1f\x50\xb9\x61\x4d\x86\x23\xfe\xde\xbb\x1d\xcd\x1c\x3b\x7f\xb7\xd8\xc0\x8f\x83\xcc\x6e\x1f\xdc\x3a\x86\x91\x43\x91\xdd\x2c\xb2\x01\xad\x16\x46\x75\x72\x07\xa2\xc6\x23\xf7\xa3\x64\x96\x1e\xcf\xbc\xcb\x53\x1a\x7e\x3c\x44\xef\xfb\x51\xd2\x77\xe7\x67\x65\xe2\x4c\xdb\x99\xea\x71\x1d\x5e\xbf\x94\xd7\xbc\xc8\xf8\x3d\xb1\x08\xf1\x38\x83\x63\xf3\xf4\xf0\xf4\xd4\x49\x49\xd7\x28\xc7\xd2\x98\x41\x40\xad\x7a\x0b\x1d\x03\x03\x83\x59\x3b\x5a\x0c\x92\x68\x8b\x27\xd5\x16\xb5\x49\x11\xad\xed\x5b\x74\x59\x58\x6e\x4d\x0b\xac\x34\x30\x75\x8b\xaf\xdd\x5f\x96\x42\x93\x2b\x3b\x02\x4d\xe6\x99\x9b\x65\x4f\xb1\xf1\xdf\x32\x4f\x0f\x3c\x3b\x0e\xd2\xbd\x23\x19\x2a\x11\xf7\xe4\xaa\xa0\x7a\x7e\x4d\x96\x1a\x62\xa7\xd2\x8a\x58\x54\xc6\x6c\x8e\x54\x32\xab\x0e\xf9\x4d\xcc\x2a\x24\xa0\xe7\xab\xae\x4a\x20\xf7\x86\xde\x0f\x58\xd6\xb0\xa2\xfd\x7e\x89\xb3\xb6\x8b\x67\xff\xe7\x57\x71\xd5\xc4\x24\x59\x88\x76\xc5\x05\x1a\x74\xab\x36\x39\x94\xd9\xd0\xd2\xca\x34\xa8\xe0\xbc\xee\x46\x30\xac\x8e\xc9\xf4\xd2\xaa\x4f\xaa\x95\x6e\x6f\xaf\xeb\x16\xf4\x4a\xab\x7d\xb4\x9c\xb4\x84\x78\x3b\x3f\x86\xef\x11\x38\x81\x4d\x2e\x0a\xfa\xbd\x01\xc0\x70\x71\xe2\x6a\x55\x59\xeb\xa8\x8a\x92\x2a\x20\x13\xd8\xc9\x2a\xe4\x1a\x35\xac\x04\xa2\x19\x0c\x76\xa2\x92\x18\x1f\xcb\x61\x35\x5e\x96\xe1\x00\xcd\xea\x07\xbd\xee\xf0\x69\x05\x4c\x19\x41\x4e\xe5\xd9\xf4\x57\xc6\x74\x28\x2c\xee\x91\x5b\x26\x97\xda\x08\xff\x2e\x2a\xf4\x05\x78\xe8\x40\x52\x66\x19\x80\x6f\x5b\x36\xae\x3b\x58\xb7\x1d\x3e\x01\x00\x7d\xb5\xfd\x1a\xe4\x78\xb8\x30\x93\x0e\xcf\xb0\x00\xe5\x7b\xde\xdc\x4b\x80\xbd\xad\xae\xef\x78\xa4\x9e\x74\x9d\x20\xe5\x5a\xad\xaf\xf4\x87\x76\x7e\x8a\xc0\xb7\xd6\x9e\xea\x9e\x6a\x8e\xf4\xcf\xef\x1a\xe3\x3d\xbb\xea\xd7\xaf\x75\x87\xc1\xc3\x57\x4b\xf2\x73\x09\x6d\xc9\x23\xd4\x54\x9b\x24\xd8\x87\x04\x5b\x3c\x06\xd8\xe2\x05\xc2\xc6\x77\xdf\x1a\xf6\x00\xf5\x2c\x9d\x8a\x77\x01\xbf\x38\x91\xe5\x54\x9a\x8a\x07\x62\x80\xd5\x6b\x97\x22\x25\xc9\x19\x45\xbe\xd3\x37\x71\x4e\x4f\xfe\xb9\x73\xca\xe4\xd3\xc9\x81\x83\x2d\xc5\x54\xae\x7c\x03\xaf\x6f\xd6\x68\x1d\x76\x59\x5d\x9f\xeb\x75\xb5\xae\x31\x89\x38\x8f\x24\xaa\x43\x02\x21\xd4\x21\x52\xfa\x48\x5b\x56\xfa\xbb\xc4\x16\x2f\xf5\xbb\x41\x0d\x26\x79\xae\xca\x85\x82\xad\x2b\x84\xde\x4d\x41\xee\x15\x9e\xb1\xdb\x40\xdd\x30\x18\xd2\x75\xcf\x35\x72\x58\xe9\x9a\x49\x11\x71\xe7\x21\xb6\x11\x00\x59\x58\xe7\x90\x37\x79\xf2\x0d\xb0\x50\xd7\x91\x5c\xff\x75\x9a\xc0\xc0\xf8\x77\xa9\xa5\x2e\xbd\xd1\xec\xec\x4a\xc1\xca\x2d\x8f\x96\x33\x88\x93\x33\xe4\xb7\xe3\x94\x4b\x76\x82\x2e\x5d\x53\x63\x89\x4c\xb9\x84\xb9\xac\x54\x3f\xc0\x25\x92\xc2\x59\x72\x37\xcb\x47\x72\x39\x67\xfe\x4f\x82\xb0\x37\x37\x2e\x7a\x29\x7d\xd3\x9c\x58\x43\xe6\x13\x45\x41\x1b\xa2\xef\xa3\x09\x46\xfe\xd3\xee\xb9\xab\x90\x68\x09\x7b\xce\xb8\x30\xae\x19\xa7\xf7\x94\x19\x92\x0c\xc3\xae\x83\xe4\x2e\x48\x56\xa3\x48\xb3\xf1\x57\xd7\x2b\x3d\xa9\xc1\xb6\xdf\xb8\x2e\x89\x9b\xcb\x24\x7c\x80\x73\xa7\x4e\xb5\xe3\x5f\x38\x76\x06\x7d\xf4\xa2\x8f\x02\x5f\xf8\x75\x60\x5c\x0a\x7a\xbd\xd8\x0d\x7d\xf2\x51\x73\x79\xd0\xbc\x74\xcb\x70\x9b\x7d\x35\xac\x82\xc7\x10\xf1\xee\x89\xb1\x63\xa7\xde\xca\x3b\x11\xee\xe1\x9b\x27\xbf\xe1\x79\x9b\xa9\x46\x58\xfb\x78\xff\x5b\xab\x8b\x3b\xc7\x9f\xdc\x91\x34\x0a\x5d\xe5\x1e\x6f\x97\x27\x74\xc4\x09\xe0\x81\x34\x53\xd9\x65\x40\xce\xe8\x6d\x33\xd6\x9d\x91\xd4\x56\xaa\x08\x96\x10\x36\x82\xa3\x54\x97\x99\xeb\xea\x08\x3a\x93\x6f\x02\xc6\xfe\x2c\xd9\xf9\x7d\xba\x01\x0e\x93\xa4\x63\x75\x15\x27\xa9\x89\xdb\xe1\xf7\x5b\xf8\x5d\x96\xf7\xb6\x75\xeb\x63\x2f\xa3\x9b\x1f\x19\x1b\x2e\xfc\xe6\xc7\x1b\x78\x9b\x5d\x3c\x86\xb3\xb0\xfa\x35\xc6\x44\xb3\xa2\xf2\xd2\x3f\x75\xc7\x3e\xe0\x14\xa1\x1e\x12\x15\xab\x3c\xbe\xf9\x28\x4a\x77\x41\x8e\x6d\x22\xff\xe2\x6b\x1a\x2e\xea\xf9\xb8\x8e\xf5\x95\x71\xb7\x98\xf2\x02\x1d\x87\xf2\x5e\x37\xea\x1d\xa5\x2f\xd6\x03\xd7\x81\x23\x1f\xd4\x8e\x49\xd9\x14\xf7\x24\x72\xef\x71\xad\x06\xfd\x0c\xbd\x8b\xa9\x9b\x71\xdf\x2e\xd4\x8a\xda\x39\x85\x18\x7f\x10\xd9\x1d\xf1\xc4\x8a\xe9\x2a\xfd\x4c\x1d\x97\xe8\x53\x66\x57\x9a\xb1\xbe\x95\xc8\xe9\x07\xd3\xfb\xc1\xe3\x7b\x89\xb5\x98\x3f\x84\x91\xf0\xef\xdc\x6a\xcd\x5f\xf9\xd1\xac\xec\xcd\x2c\x2e\xc2\x88\x24\xeb\xdf\xaa\x71\x5f\x07\xaf\xa0\x90\x52\x58\x48\xe1\xc4\xf8\xb7\xf9\xc2\x65\x64\x91\x5b\xc0\x0c\x8a\x89\x51\x5a\x89\xd3\xac\x14\xfb\xf9\xf0\xef\xf0\x5a\x01\xff\xd6\x0d\x3f\x13\xef\x72\xce\x94\xae\x60\xc4\xfd\x2c\x1a\x72\x12\x9a\x32\x3a\x2e\x02\x4b\xf4\x72\xa3\x60\x79\x00\x09\x7f\xbd\x32\xb6\x5b\x3c\x86\xff\xc8\x6f\x3c\xe9\x98\x83\x13\x4e\x20\x7f\x20\x45\x5a\xd9\x2c\x5e\xca\xbb\xb0\xc5\xa3\x67\x71\x89\x7f\xcf\xdf\x97\xf3\x03\xfe\x23\x20\xee\x3a\x39\x09\x4a\x02\x3a\xef\xfc\xb8\x3e\x0a\xc2\xed\x4e\xbd\xd3\x8d\x44\xe5\x61\x82\x79\x38\x99\xb5\x6a\x8c\x84\x8f\xc0\x99\x09\x39\xc1\x39\xc0\xa1\x27\x41\x16\x51\xa7\xaa\x0f\x3f\x6f\xc9\x7c\x27\xab\x8a\xfc\x09\xa5\x4d\x7e\xa8\xf8\x75\xd4\xbd\xd8\x5b\xe2\x24\x42\x31\x30\x4c\xd2\xf1\x29\xe4\x0a\xef\xe6\xa9\x3a\x4a\xff\xd3\xe9\x10\x86\xc7\x6f\x45\x74\xc1\xf9\x2b\x6b\x6f\x58\x25\xb1\xfc\xf0\x85\x4a\x6f\x08\xc9\x25\xc3\xee\x65\x92\xd9\x91\x74\x07\xbc\xe1\xe8\xa7\xd6\xd7\x32\x26\x8e\x2a\xe6\x87\xd7\x07\x3d\xcf\x07\x5d\xa7\x23\x75\xa4\x87\x2a\x0e\x60\x6d\x9f\x4d\x8c\x92\xd3\x8d\x82\xf2\x3b\xf4\x0e\xce\x3d\x43\x4f\x40\x9c\x42\x8f\xb3\xe7\x99\xb1\x65\x21\x73\xdf\x00\x2a\xbd\xee\x18\x74\x87\x37\xe5\xd2\xaa\xc5\x53\x5b\x9c\x94\xc5\xe5\x89\x7c\xb7\xbb\x6e\xcf\x8f\xbd\x8d\x9f\x89\xe2\xf2\xe9\x8b\x8b\x08\xd6\xe3\x77\x5e\x10\x10\x3d\x2e\x11\x0f\x40\x89\xb6\xb2\xfe\xb4\x58\x4a\x6d\xdb\xca\x43\x16\xa3\xb0\xb7\x72\x4b\x51\x82\x33\x79\x96\xb9\x94\x96\x71\xbb\xaf\xdc\xf8\xe6\xc5\x4b\x71\x84\x2f\x7d\xc7\x78\x97\xf0\x93\xc6\x56\x63\x5b\xfe\xd1\xe3\xc3\x2f\xed\x16\x4e\x5c\x71\xef\xe8\xde\x3c\xa1\x31\xcb\xae\xb6\x51\x6a\x2b\x60\x73\xf7\x9d\xd9\xb6\x6a\x03\x17\xe4\x8b\x27\x97\x6e\x11\x5e\x57\x7b\x84\x5c\x52\x96\xe2\x9b\xc5\x37\xf8\xb2\x24\xfb\xf8\xa7\xcc\x6e\xa8\xb2\x47\x53\x38\xaa\x83\xd6\x3a\xe5\x27\x2f\x25\x69\x44\x71\x71\xf2\x34\x1d\x0a\x25\xf8\x75\x6c\x75\x34\xa8\xe7\x8e\x83\xc6\x67\x09\x80\x6b\xeb\xd0\x05\x49\x08\x67\xb5\x87\x85\xa7\x04\x5b\xd2\x54\xe0\x89\x0b\x35\xe6\xc7\x37\x4a\x15\x53\x9e\x2c\xc3\x12\x66\x41\x99\x35\xf3\xd4\x3d\x65\xd9\xb3\x1a\xef\x09\x84\x9a\x27\xc4\xfc\x16\xb7\xc3\x89\xa1\x8c\xbb\x4b\xc6\x6d\x46\x3c\xd5\x70\x11\xa6\x68\x7e\xf2\x26\x80\xe4\x9a\x9c\x06\x5c\xf2\x8d\x43\x5e\x1a\xc9\xfb\xf1\xef\xad\x13\xec\xf6\xd9\xec\x38\x03\x65\x8b\x7e\xc5\x96\x32\x49\xb5\x91\x0b\xc7\xd0\xf9\x3d\x6a\x39\x71\x7d\x4f\x1b\x9d\xe0\x8f\x78\x51\x9c\xfa\x72\xd4\xd8\x8b\xa7\xcd\x29\x34\x1d\xbc\xda\xef\xd3\x00\xfd\x13\xff\x58\x73\x0c\x72\x8d\xbe\xd2\xe2\x33\x3f\x09\x14\x85\x5e\x0f\x01\xf2\x1b\x58\x3e\x9b\xcd\xa6\x06\x4e\x04\x1f\x69\xd0\x8b\xa7\x98\xf3\xe3\x9c\xbf\xf8\x7a\x70\x69\xe1\x59\x42\xdd\x2a\xa9\x29\xb7\xa8\x49\x88\x12\x29\x3e\x31\x14\x65\xf0\xdc\x00\x3b\x17\x4d\xac\xed\x49\xf9\xd6\x46\xd7\x9a\xf6\x02\xfd\x5f\x4d\x0c\x16\xfa\x1e\x07\x41\xe6\xaf\x35\xa6\x4b\xdf\x70\x7c\xae\xaa\x77\x03\x76\xcf\xed\x02\x5a\x99\xd7\x4b\x7e\x2a\x6e\xbc\x26\x51\x46\x09\xc2\x2a\x28\xfe\x89\xa8\x80\x34\x00\xd3\xfc\xf0\xda\xa8\x31\x35\x5b\xdf\xf7\x1a\x49\x5e\xca\x3a\x5d\xd2\xb7\x30\x21\x34\xd2\x0a\xf2\x0e\xd6\x28\x43\xb7\xe7\x04\xac\xfc\x76\xac\xa6\x71\xeb\xa1\x33\xa5\x53\x5c\x5e\x54\x23\x70\x83\xe1\x5b\xe0\xbd\xc2\xb7\xc0\x45\x86\x6f\xc9\xf8\xa2\xef\xd6\xd6\xd1\xc6\x5d\x5e\x3e\x19\x29\xf3\x4f\x35\x2b\x0e\xc2\xa7\x55\xbb\x83\x09\x45\x30\xe1\xfc\x9d\x07\x51\x95\x78\x89\xb3\xcf\xbe\x15\xae\x6e\x7f\x04\xcc\xd3\x9f\xde\x29\x40\x50\xee\xaa\x72\x15\x9a\x71\xb7\xc3\xed\x87\x0f\x6e\x8a\xb0\x11\xa2\x71\xd1\xc8\x47\x2c\xc5\xf9\x78\x41\x79\xda\x5b\x2d\xbe\x6a\x51\x52\xe4\xe2\x8c\x19\x8e\xfc\x68\xb8\x1b\x26\x3e\x18\xee\x8e\xf1\x83\xc3\x68\x45\x51\xdd\xb0\xc0\x2f\x49\x6e\x5d\x38\xe4\x43\xd3\x49\x2f\x5c\x35\x1a\x25\x3f\x5f\xe3\x9e\xb3\xa1\x70\x2d\x3f\x46\x8c\x2e\x27\x89\x80\x6d\x5b\xb4\x46\x40\x29\x5c\x65\xb9\x09\x59\xab\xca\x3e\xe7\xf1\xed\x4c\x3a\x54\x44\x3a\x2a\x71\x95\x68\x35\x44\x0b\xf5\x2c\x57\x3f\x9d\x62\x28\x51\x84\x0a\xb2\x08\x14\xd5\x5b\xbd\xd3\xfc\x04\x01\x2d\x05\xa7\x26\x19\x5c\xe9\x9d\x02\x49\x08\x0e\x12\x11\xa2\x5d\x14\xd8\x9c\x0f\x79\x0f\xd2\x97\x4a\x92\xb6\x9e\xf2\x37\x4f\xf4\x38\x05\x01\x86\x12\x2e\x6b\xb2\x31\x73\x92\x02\x18\x23\x59\x31\xae\xbd\xdb\x0d\xda\xb4\x74\x17\xa4\x81\xa8\xca\x73\x5d\xea\x0d\xb0\x80\x2d\xa0\x87\x3c\xc7\x39\xac\xee\x52\x9a\x4c\xa0\x16\xc7\xed\x8b\x13\x85\xab\x03\x1b\xd4\x43\x27\xba\xd9\x22\xc3\x28\x93\x2e\x39\xe3\x8f\x5f\x3d\x4e\x13\x40\x3a\x4f\x20\xb0\xd9\x13\xd2\x9c\x38\xc0\x63\x50\xc6\x33\x5d\x90\xc4\xf3\x52\x96\xb7\x25\x56\x29\xda\xc0\xe9\x5b\x68\xb0\x87\x02\x3e\x22\x24\xa6\x00\x6e\xaf\xe1\x40\x9a\x04\xd9\x1f\x9f\x3d\x39\xcf\x60\x07\xb4\x44\xbe\x0f\xe8\x8e\x7c\x1f\xa5\x33\xec\x43\x31\x79\x9e\xc9\x9d\x22\x85\x9d\x9e\x03\x1f\x81\xe9\x25\x21\x43\x44\x02\x0b\x97\xfc\x9e\x1e\xaf\xc2\x7f\x29\x71\xdb\x38\xdc\xf8\x03\xe0\x23\x80\xf0\x83\xde\x45\xd1\x6f\xc7\x3a\xb5\xfc\xfe\xee\xd4\x10\x41\x54\xd0\x14\x9b\x94\xc3\xef\x5b\x4c\x24\xc7\xcf\x66\x5d\xeb\x92\x5f\x83\xca\x60\x1d\xcc\xf4\x5a\xba\xca\x7e\xc4\x80\xd0\x95\x4e\x79\x93\x53\xfa\x96\x9d\x53\x3c\x57\x0c\x1c\x1d\x55\x31\xf6\xa4\x15\xb6\x6b\xbf\x54\x6c\x5f\x78\xa1\x45\xd2\x8c\x16\x8e\xd4\xfc\xd9\x0c\xeb\x6a\xa3\xb3\x1a\x2f\xab\x52\x8d\xcc\xf3\xaa\xeb\xf6\x36\x49\xfc\x42\x6f\x50\x67\x93\x9a\x6c\x2f\x9f\xe2\xbe\x22\x23\xd4\xf4\x96\x7c\xb3\x93\xd7\x5b\x13\x70\xb9\x88\x16\x5e\x32\xc1\x29\x22\x64\x63\x73\xb2\x09\x92\x11\x13\xe5\x40\x30\xbf\x96\x4f\x31\x2f\x32\x89\xb6\x11\xe3\x81\x70\x11\x2b\x45\x9c\xd9\xcc\xb9\x0f\xce\xd7\x2d\xdc\x35\x2f\xc4\x01\xeb\x14\x7e\xf8\x92\x70\x52\xdd\x17\x0b\x58\x59\xf6\x18\x82\x01\x70\x28\xbc\xed\x54\x80\x4e\x9e\x14\x7c\xa9\xdf\xf9\x12\xff\x1a\x61\x64\x60\xf2\x85\xfc\x82\x49\x66\x67\x8e\xec\x3b\x51\x2b\x86\xb8\xee\x0b\xfe\x17\x83\x2a\x77\x31\x53\xe8\xe0\x86\xcf\x61\xb8\xc1\xc3\xd2\x21\x85\x69\x15\x63\xd6\xe1\x97\x75\x65\x46\xc7\x11\x76\x3f\x6a\xdf\x79\x64\x3a\xf7\x46\xfe\xb9\xc4\x2c\x61\xb1\x93\xe6\xb3\xd4\x49\xd3\x55\xa2\x18\x7f\x0c\x32\x87\x0b\x54\xe2\xcf\x5f\x92\xd4\x41\x29\x71\x70\x53\x54\x73\xf8\x15\xe3\x1a\x7d\x15\xbc\xc4\xd0\xc9\xf2\x24\x6b\x8a\x9f\x25\x45\xc3\x21\xe0\x91\xbc\x74\xda\x52\xd6\x58\x0f\x82\x22\x8c\x07\x7a\x84\x8f\xb5\xb4\xeb\x1c\xa6\x6a\x98\xd9\x64\x48\xb4\x56\x5c\x7a\x17\x78\x2e\x53\x51\x7b\x24\x54\x31\x28\x2a\x05\x39\x77\xad\xf5\x31\x57\x19\x20\x76\x3b\xf4\xea\xba\xae\x60\xd7\x3c\x68\xe0\x3d\xe3\x2f\xcb\x4f\x12\xe3\x58\x3c\xa3\x74\x57\x5d\x81\xd9\x2f\xce\xf7\xf3\xc1\x48\x9d\x88\x46\x7d\xe2\xf2\x5a\xd9\xa2\xdb\xbd\xbe\x66\xdf\xf1\xaa\xbf\x72\x71\xaf\xa4\xe0\x4f\x13\x48\xf3\xdb\xaa\x49\x8e\x9d\xe2\x2e\xbf\xd5\xd9\xea\xc6\x27\xa3\x66\x45\x95\xe9\x0b\x93\x25\x50\xf2\x0f\x66\x7d\x12\x1e\xcc\x62\xbf\xf6\xc9\x37\x40\xfd\x53\x8c\xd0\x2e\x3a\x8c\xeb\x72\x50\x03\x9f\x19\xb3\xed\xfa\xe3\xbc\xae\xa4\x12\x8b\xc0\xb0\xf0\x9f\x5c\xc3\x3c\x4b\x7e\xb4\xf2\x9e\x4f\x53\x2e\x2f\x01\x45\x73\xfc\x98\x35\xd8\x1f\xe3\x6c\xef\xe2\xeb\x65\xf2\x9e\xe3\x3d\xd7\x44\xfa\x62\x1a\x2c\x12\xcd\x3c\x79\x9e\x29\x6e\x4e\x5e\x44\xcb\x5a\xfb\x7e\x96\x3e\xa3\x79\x8f\x1d\x62\x31\x15\x00\x3d\x4b\x11\x65\x52\xff\xa0\xb1\x8d\x3c\xbb\xf4\xbd\x7b\xdd\xec\x1f\x18\x9c\x4f\x60\x3b\xc4\x8a\x38\x5d\x6d\xe9\x5f\x4a\x9b\xda\x5f\x6a\x99\x36\x80\x72\x6e\xd1\xcb\xea\xa6\x2a\x30\xe8\xd1\x70\x44\x40\xc3\x51\xfa\xf1\xa8\x68\x77\xe3\xb7\x34\xc7\x70\x20\xc3\x1a\xf7\x1c\x1f\x3d\xac\x46\xaf\x9d\xf3\xc3\x78\xa2\x06\x89\x5e\xaf\xbb\xeb\x5f\x7a\x83\x43\xd0\x19\x53\xbf\x9a\xa9\xad\x59\xa8\xae\x3d\xfc\x64\x67\x9b\xd6\xec\x28\x9e\x4d\x9e\xc8\x24\x8e\x47\x51\x48\x1b\x7d\xa5\xbf\x3e\xb1\x8b\x4f\x5c\x46\x4a\x7c\x0f\xe3\x93\x1d\xfc\x06\xc1\x0d\x35\xb2\xf8\xf3\x0a\x7e\x62\xc2\x0c\xfa\x51\xc2\x8f\xb2\xe2\xbf\xdf\x50\x3d\x34\x83\x70\x35\xa0\x45\x50\xf1\xf0\x37\x4b\x3f\x6f\xe0\x87\x6a\xa8\x09\xab\xe1\x4a\x2b\xe9\x41\x4a\x9f\xf9\x92\x5e\x76\x82\x3e\xf8\x9d\x4a\xee\x8e\xbe\x5e\x99\xbe\xa5\x6f\xd8\x27\x7d\x29\xd5\x0d\x7d\x80\x7e\xe9\xf7\x1b\xad\x5f\x4b\x63\xd8\x39\xb7\x65\x9a\xee\x8a\x9b\xd2\xb4\x2e\x76\x76\xa3\x15\x37\xa4\x1a\x6e\xb9\x55\x6f\x96\x6e\x28\x6e\x1c\xf4\xd1\x0d\x44\x46\x01\x2b\x59\xb6\x66\x8f\x09\xf8\x5f\xcd\xdc\x3b\x2c\xee\x01\x96\x93\x16\x46\x85\x81\x44\x98\xfa\x10\xdf\x24\xf6\x69\x67\xe0\x5f\xce\xf7\x51\x57\xe4\xdf\x89\xbb\xec\xde\xb4\xa6\x47\x66\xec\x7c\xe6\xde\x66\xaa\x9a\x7d\x2f\x3a\x85\xc1\xdb\x60\xec\x26\x10\xa5\xb9\xc4\xee\x3a\xa0\xb8\x73\x7e\xf0\x1e\x76\x79\xb9\x02\xe6\xe1\xdc\x4b\x5e\x65\x70\xa6\xbc\xff\xa7\x3f\xd1\xb3\x7b\x20\xb9\xfd\xf9\xcf\xc5\xd3\x87\x0f\x90\x66\x62\xcc\x8b\xb7\x38\x3b\xab\x36\x40\xee\xd4\xdb\xaf\x12\x60\x4c\xd5\x40\xc1\x1e\x64\x77\x75\xc1\x1e\xb3\xff\x17\x00\x00\xff\xff\xb7\xd8\x9f\xad\xf9\xc6\x00\x00") +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") func confLocaleLocale_ptBrIniBytes() ([]byte, error) { return bindataRead( @@ -4497,12 +4518,12 @@ func confLocaleLocale_ptBrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 50937, mode: os.FileMode(493), modTime: time.Unix(1453724978, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 53481, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\xfb\x8e\x5b\xc7\x99\x20\xfe\x3f\x9f\xe2\x48\x81\x60\x1b\x68\xd1\x70\x3c\xbf\xdf\x2e\x0c\xb7\xbd\x8e\x9d\xb1\xb3\xc8\xc5\x13\x39\x98\x3f\x0c\x81\x66\x93\xa7\xbb\xcf\x88\x4d\x32\x3c\xa4\x64\x39\x08\xa0\x4b\x7c\xc9\xca\x91\x6c\x8d\xb3\x31\x1c\x5b\x8a\xec\xc9\x64\x80\x20\x58\xaa\xd5\x94\xd8\x37\x36\xe0\x27\x38\x7c\x85\x79\x92\xad\xef\x56\xf5\x55\x9d\x3a\x24\x25\x67\x16\x83\x89\xdc\x3c\x75\xaf\xaf\xbe\xfb\xa5\xd9\xef\x37\xda\x69\xde\x5a\x2f\xbe\x29\xf6\x8a\x59\x71\xbf\x38\x2e\xc6\xf3\x5b\xc9\xfc\x6a\x71\x38\xbf\x5e\x3c\x34\x3f\x8c\x13\xf3\xe5\x90\x7e\x33\x0d\xe6\x57\xe7\xd7\x8a\xdd\x62\x62\x1a\x1e\x9b\xbf\x1f\x14\xb3\xe4\xf5\x6c\x78\x76\x7e\xc5\xfc\x74\x62\x7e\x78\x54\x4c\x4d\x83\x99\xf9\x7b\x3a\xbf\xb5\x96\xc0\x78\xe6\xf7\xa9\xe9\x3c\xc6\x2e\x30\x3a\xfc\x93\xcc\x6f\x15\x8f\xe6\x37\x8a\x83\x62\x92\xbc\xde\xab\xd5\xb6\x7b\x3b\xe9\x7a\xf1\xaf\xc5\xa1\x69\xb7\x4b\xed\x6a\xed\x66\xbe\xbd\xd1\x6b\x0e\xda\xeb\xc5\x5d\xec\x3e\x31\x0b\xf9\x38\x29\x8e\xcc\x3c\xc7\x6e\x1e\xf3\xdf\x0f\x8a\x71\x2d\x7d\xb7\xdf\xe9\x0d\xcc\x20\x77\xcc\xaa\x1f\xc1\xa7\xda\x76\xda\xe9\x43\xdf\x19\x74\x99\xff\x76\xfe\x71\x2d\xcf\xb6\xba\x8d\xac\xbb\x5e\xdc\x36\x3f\xee\x9b\x11\xa6\xf4\x53\x6f\x34\x34\xbf\xcd\x6f\xcc\xdf\x37\xbf\xef\xd1\x6f\x23\xd3\xf7\x4f\x66\xce\x07\xb0\xfc\xf9\x35\x33\xd5\x78\xfe\x01\x6c\xab\x36\x48\xb7\xb2\x7c\x98\x0e\xaa\xbe\x5f\x4a\x37\xf2\x6c\x98\xc2\x2c\x93\xe2\xfe\x59\xdc\xbc\x99\xac\x76\x31\x1d\xe4\x59\x0f\x67\x9f\xcc\xaf\x98\x9f\xa1\x71\xbf\xb9\x65\x5a\xde\xa3\x01\x70\x5f\x1f\x98\xdd\x0c\xd3\x9d\x7e\xa7\x09\x63\xfc\x87\xf9\xf5\xbe\x39\x17\xb3\xe7\x5a\xa7\xd9\xdd\x1a\x61\xfb\xff\x43\xa7\x57\x6b\x0d\x52\xd3\xaa\xd1\x4d\x2f\x99\x31\xf0\xfc\xf7\xcc\x32\xae\xcd\x3f\xae\xd7\xeb\xb5\x51\x9e\x0e\x1a\xfd\x41\x6f\x33\xeb\xa4\x8d\x66\xb7\xdd\xd8\xc1\x03\xba\x6b\x66\x9a\xcd\x7f\x63\x4e\x0e\x8f\x73\x9a\x98\xbf\xe0\x5a\xc7\xf0\x37\x5e\xeb\x04\x4f\x20\x6d\x9b\xa3\x6a\x34\x73\x3c\x99\xc4\x5c\xcb\x6c\xfe\x91\x59\x88\x69\x7f\x60\xda\x1e\xd4\x70\xfc\x6e\x13\x2e\xee\xf3\xe2\x08\x2e\x16\x20\x00\xc6\x30\xc7\x6f\x9a\x9b\x75\xe0\x95\xdd\xaa\xa5\x3b\xcd\xac\xb3\x5e\xfc\xad\x38\xac\x63\xa3\xf9\x87\x30\x9d\xd9\x7a\x9e\x5f\xea\xf1\xfd\xc2\xa2\xa0\xb3\x39\xdd\xc6\xf0\x72\x3f\xa5\x8b\xdb\xa5\x5b\xae\xb5\x9a\xfd\x61\x6b\xbb\xb9\xfe\x2a\xfd\x5b\x33\xad\xfa\x3d\x73\xc8\xbd\xc1\x65\xba\x85\x00\xf8\x8a\xfd\x5a\x6f\xb0\xd5\xec\x66\xef\x35\x87\x78\xe4\x77\xcc\xaf\x0f\xe8\x80\x4d\x3b\xb9\xa9\x9d\x6c\x30\xe8\x99\x7b\xfc\x03\x5c\x08\x6e\xcb\x1c\x74\xcd\x9c\x66\x03\xc6\x5f\x2f\xbe\xc2\x25\xdc\x28\xf6\x93\x18\x84\x9b\x49\xa0\xe9\x4e\xb6\x35\xc0\xab\xfa\x8a\xb7\x6d\x4e\xe2\x4b\xf3\xf5\x81\x02\x09\x6a\x47\x93\x51\x33\x73\xca\x89\x19\x2c\x9c\x77\xb3\x37\xb8\xa0\xe7\x2d\x4e\xf0\x60\x26\xc5\xc1\xfc\x5a\x02\x6b\x8f\xae\x84\x67\x30\x5b\xf6\x56\x31\x8b\x6f\xba\xd9\x35\x30\x44\x8d\xbf\xc1\xf1\xe1\xcd\x1d\xe2\xa3\x9e\xc2\xaa\x22\xdd\xcc\xc7\xfd\x5a\xb3\xbd\x63\x00\xa2\xdf\xec\xa6\x9d\xe0\x49\x8e\x0d\xd8\x1d\xe1\x53\x74\x6f\x81\x96\x36\xae\x35\x5b\xad\xde\xa8\x3b\x6c\xe4\xe9\x70\x98\x75\xb7\x72\x58\xe1\x98\x5b\x99\x47\x68\x76\x3f\x85\x01\x0e\xe0\x18\x0c\xd2\x39\x46\xd0\x58\xd0\xb8\x76\xb9\x37\xb2\x60\x0d\x6f\x69\x3c\xff\x88\x8f\x49\x80\x9a\x9a\xb8\x31\xb0\x0d\x4c\x73\x5c\x1a\x0c\xce\x2d\x6f\x6c\xa6\xa9\x81\xc2\x3f\xc2\x11\xc0\xf4\x09\xbe\x82\x5d\x7e\x17\xb0\xf5\xfe\xa8\xd3\x31\x30\xf1\xcb\x51\x9a\x0f\x73\x80\x97\x31\xcf\x78\x15\x9e\x06\x22\xb4\xab\xf0\x36\x0c\x5a\xc3\x43\xac\x65\x79\x6e\xda\x52\x4b\x78\x92\x1f\xc2\x5c\xad\x66\xb7\x05\x67\x77\xc7\x8c\x7a\x84\xe7\x3d\xae\xd5\xde\xce\xd3\xe6\xa0\xb5\x7d\xbe\x46\xff\x12\xdc\x03\xc6\x3c\x80\x37\xbc\x1c\xce\xe1\x15\x52\xa7\xf2\xd3\xfb\x98\xd6\xa1\x97\x31\xae\xb5\x7a\x6d\xf3\xcb\x17\x88\xe9\x6a\x6f\x67\xdd\x7c\xd8\xec\x74\xce\xd7\xf8\x3f\x0c\x4c\x30\x36\xa0\x33\x38\x00\x6c\x94\x0d\xe1\xa8\xfd\x0f\xe6\x15\x9b\xd3\xba\x61\x00\xc6\x9c\xed\x18\xd0\xa0\x90\x0a\xb3\x48\x00\xeb\x5d\x26\x10\x00\x43\xe6\xb4\xae\xc3\x96\xcc\x60\xed\x5e\xeb\x82\xc1\x4b\x80\x9c\x61\xe1\xbf\xa7\x83\x4b\x00\xde\x83\xa6\x66\x94\x6b\x48\x1f\xb6\x72\x40\x3f\xc7\xe6\x77\xb8\xba\x69\xf2\x1a\x0e\xb1\x46\x08\xe7\x21\x22\xae\xeb\x06\xc3\x5e\xa5\xbb\xa3\x8b\x01\x14\x33\xc5\xfe\x2f\x36\x93\x61\x73\xb0\x95\x0e\xd7\x4f\x37\x36\x0c\x0a\xbd\x70\x3a\xd9\x1e\xa4\x9b\xeb\xa7\xcf\xe4\xa7\x5f\x9a\xff\x0e\xda\x11\x75\xdb\x85\x09\xe7\x37\x5e\x7c\xb6\xf9\x12\xce\x67\x8e\xf7\xc8\x1d\x25\x6c\x5b\xb6\x36\x29\xf6\x12\xfc\xfd\x88\x91\x61\x82\xf3\xcd\xce\xc2\x56\x0c\xba\x9e\xe1\x53\xe5\x3b\x9e\x02\x3e\x66\x20\x81\xd9\x66\x80\x4e\xae\x7a\x08\x7f\x72\xaa\x06\xc0\x65\x88\x46\xa3\xbd\x41\x24\x19\x77\x8d\x8d\x0c\x0d\x31\xdb\x33\x4b\x4b\x7e\x72\xf9\xdc\x3f\xfd\x78\x2d\x79\xb3\x97\x0f\xb7\x06\x29\xfe\xb7\xf9\x1f\xd3\xeb\x79\x98\x0f\x4e\xf1\xad\xec\xb5\x1f\xd4\x6b\x66\x0c\xbe\xb2\xc8\x53\x33\x34\x1d\x88\x07\x5c\x16\xd2\x64\xa0\x7a\xd8\x03\x91\xee\xd7\x66\xa0\x93\x8a\x46\xdb\x66\xde\xf5\xe2\xcf\xf4\x2c\x96\xc0\x5d\x1c\xb7\x9b\x69\x3c\x82\x51\xb5\x16\x01\x8e\xcf\x10\x9e\x70\xdb\x09\xbe\x09\x4b\x61\xf0\xc2\xe1\x76\xe1\xfa\xcc\x8a\x11\x30\xef\xe3\x13\xfc\x20\xf9\x51\xb7\xdb\x7b\xed\x07\xe6\x90\xe1\x76\x0c\x98\x9b\x1f\xaf\x30\x30\xc3\xe1\x8f\x86\x9b\xff\xbd\xb1\x95\x76\xd3\x41\xb3\xd3\x68\x65\xf5\x5a\x9e\x77\x0c\x6d\x84\x57\x01\x4f\xec\x21\xdc\x7b\x72\xee\xdc\x8f\xcd\x26\x86\xf0\x1e\x11\xee\x0c\xf3\xf0\xcb\x0e\x5c\x90\xac\x8d\x7f\x4e\xe0\xf2\x7f\x03\x14\x1e\xa0\x30\xbe\xa5\xf8\x2d\xa5\x83\x41\xc3\x90\xf9\xe1\x65\xb8\x73\x6f\x2a\x18\x93\x06\x02\x74\xbc\x64\x20\x80\xac\x09\x71\x45\x0f\x11\x4a\x0c\xb8\xdc\xa0\x51\xf0\x25\x01\x48\x17\x47\x34\x5d\xd6\xbd\xd8\xec\x64\x6d\x03\x1d\xab\xdc\x44\x7c\x78\x7c\x2a\x7b\xf8\x0c\x1e\x12\xaf\x01\x3f\xc1\x53\xd9\xc5\xcb\xb9\x91\x9c\xae\x9f\x06\xb6\xe2\xf4\xd9\xd3\xf5\x5a\xb7\xd7\x20\xb2\x01\xfc\x47\x3b\xcb\x9b\x1b\x86\x17\x21\x06\x6a\xc0\xa4\xf9\x36\xa1\x50\x3d\x09\x51\xa1\x6b\xe6\xbe\x0e\xe7\x37\x01\x77\xd2\x34\x57\x22\xec\xd6\x4d\x58\xf2\x8c\x56\xf5\x88\x57\x3f\x05\x7e\xf5\xba\xe9\x07\x43\x1d\xe3\x9d\x13\x66\x41\x18\x9a\x2e\xa4\x57\xfa\x5e\x84\xe0\x45\x40\x79\xe1\x18\xab\x5e\x49\x4d\x80\x90\x5f\xab\x61\x5d\xe7\xbf\x25\x1a\x7c\x82\x53\x8d\x01\x85\xc0\xd8\xe6\x88\x00\x21\xd4\x80\x63\xf7\x59\x2e\xa4\x02\x87\x34\x13\x6d\xdd\x36\xb2\xa0\xfa\x0d\x22\xa9\x87\x8c\x0f\xf1\x98\x26\x66\x15\x84\x94\xcc\x9f\xbb\x4c\xec\x27\x09\xbe\xe1\x8f\x80\xe4\x11\xa3\x06\x53\xdf\x02\x06\xd6\x5c\xc3\x6f\xe9\xe7\x18\x77\x30\x3d\x85\x84\xaa\x04\xc5\xd8\xf8\x18\x6e\x23\xce\xb4\xd8\x4e\x76\xa9\xb7\xcd\x64\x13\xb8\x4d\x84\x02\x64\x82\x26\x71\xe6\x6b\x0a\x92\x47\x82\xb8\x71\x0f\x26\x44\x10\x98\xbf\xcf\x58\x15\x28\x39\x30\xad\x0e\xe5\x32\x1a\x40\x4e\x4a\x86\x30\xf4\x75\x64\x38\xfd\x85\x98\x4c\x5a\xb8\xd3\xac\x64\x74\x11\x14\xcd\x65\xe0\x55\xa8\x4b\xdf\x23\x94\x69\x56\x7a\x82\x4f\x1b\x80\xe0\x1a\x32\xd2\xee\x8c\x6e\x56\x9c\x51\xc2\xed\x14\x65\x34\x68\x06\x80\xc1\xe0\xf9\x9e\x61\xac\xbb\x80\x26\x67\x44\x6b\xf8\x17\x77\x9a\xcc\x93\x20\x0c\x02\x01\xfa\xc5\xcf\x7f\x7c\x16\x20\x17\xe6\x82\x6b\xb5\x24\xfb\x80\x44\x0c\x8b\x29\xe5\x19\xc1\x82\x0c\x2e\x7c\x03\x90\xe4\x76\xa3\xdf\x1b\x0c\xd7\xcd\x5f\x04\x1c\x57\x0c\x15\x90\x5f\xed\x94\x5f\xd1\x5a\xe6\x57\x6c\x9b\x62\xbc\x46\xdb\xc4\x3d\x11\x57\x1b\xe2\x72\x58\x20\x8c\x8b\x17\x7f\x05\x29\xf1\x15\x23\x2b\xdc\x61\x8e\x63\x77\xfe\x31\x81\xae\x7a\x3e\x6b\x4c\x73\xe1\x98\x63\xd8\x02\x17\xbd\x3d\x1c\xf6\x69\xd5\x70\xbf\xb0\x9a\xe4\x8d\xb7\xde\x7a\xd3\xfd\xfe\x98\xeb\x2e\x3d\x37\x58\x14\x82\xa0\xe0\x46\x43\x04\x80\x1f\x42\x19\x0c\x5f\xe2\x68\xd0\x59\x37\xc7\x5e\xfd\x54\x4d\x03\xbb\x8a\xbf\xe1\x64\xd7\x4a\xef\x3f\x41\x0e\x3d\xbc\xca\xd5\x6e\x0f\x36\xfc\x2c\xfc\xcf\xb9\x84\x79\xe0\xc4\x07\x01\x78\x24\xc8\xff\x1f\x30\xa7\x70\x2c\x48\x53\x64\xb5\x89\xc1\x55\xbd\x3e\xa0\x6b\x87\xac\xfe\x84\xac\xc5\x47\xfc\xa8\x8e\x99\x17\x8c\xb0\xd8\x28\xfd\x55\x33\x24\x4e\xd9\x60\xee\x71\xc9\x42\xe6\x37\x6a\xf9\x8e\xb9\x39\xe2\x44\xbe\x01\xfa\x58\x1c\x26\xe7\x7e\x62\x6e\x14\x7f\xdf\x1c\xf4\x76\x00\x35\x3e\x72\x7f\x3a\x7a\x2d\x72\x67\x42\x27\xac\x8e\x60\x2d\xf9\xf9\x3f\xbe\x9a\xfc\x7f\xcf\x7f\xff\xfb\x06\xe6\xf0\x0a\xa2\xc8\x1b\x37\xa2\x3a\x0a\x15\x36\xe4\x1f\x1e\x2b\xf2\x8a\xc9\x69\xc2\xcc\xa7\x93\x17\xb1\xf9\xff\x48\xdf\x6d\x1a\x51\x3e\xad\xb7\x7a\x3b\x2f\xd5\x6b\xf0\x93\x41\x25\x84\x71\xfe\x56\xda\xeb\x98\xef\x4c\x2d\xd4\x0a\x68\x53\x2b\x4e\xf3\x20\x15\x74\x29\xde\x47\x74\x16\x8d\x56\xaf\xbb\x99\x0d\x76\x00\x37\xf8\xef\x05\xdf\xe3\x1e\xa9\x77\x90\xb6\xef\x59\x08\x8f\x11\x5e\x73\xb1\x78\xaf\xdd\xde\x30\xdb\x44\xe1\x04\x18\x08\x38\x97\x8f\xd4\x80\xfc\x44\x19\x8d\x5f\x47\xd5\xd1\x1e\xbe\xb4\x43\xfb\x06\xcc\x59\x5c\x4c\x41\x5c\x1b\x5c\xcc\x5a\xa9\x00\xca\x3d\x87\x08\x10\x6c\xcd\x99\x9b\xfe\x0f\xe8\xc5\x95\x80\x4c\x41\x51\xad\xb7\xb9\xd9\xc9\xba\x29\x73\x74\x6e\x9b\x4a\xbe\xfd\x0d\x2a\x9a\xf6\x0d\x92\xc6\xad\x3d\x24\x4e\xdf\xeb\x69\xb0\x43\x1f\x54\x40\x77\x4a\x88\xe5\xd5\xd7\x7e\x4a\x6c\xd2\x43\x24\x98\x22\xa2\x4f\x91\x90\xc2\x11\xfa\x3a\xb2\x23\x3d\xc7\x64\x0d\x04\x1d\x24\x71\xc2\x33\xde\x48\x08\x9a\x0c\xde\xb8\x42\x62\x88\x47\xd4\xae\x20\x85\xde\xc3\xeb\x44\xac\x62\x5a\x1a\x20\x81\xf7\x7e\xe0\x54\x36\x86\x16\x30\x6f\xb5\x35\x68\x5e\x6c\x1a\x79\x27\xb6\x72\xf5\xd4\x0c\x09\xe1\x86\xa5\x9e\xd5\x3b\x97\x2e\x78\x21\x71\x1a\xf8\x31\x8a\x6e\x78\xcc\x08\x2e\x24\x26\x9a\x1f\xcc\x8f\x76\xef\xb2\x19\x00\x5b\x40\xde\x66\xa8\xb3\x66\x5d\x47\x38\xe2\x87\x8c\xbd\x6e\x12\xcd\x7b\x80\xf7\xfe\x10\x39\x90\x6b\xb4\xf7\x0a\xea\x0b\xdc\x98\x3b\x07\x9f\xc7\x8c\x9e\xc5\x18\xf5\x82\xb4\xc8\x5b\x4e\xcc\x33\xe7\x7e\xb3\x82\xd7\x8c\x8e\x2e\xe7\x25\x4a\x81\x09\x49\x9e\xf2\xa4\xa2\x2b\x7d\xb2\xe9\xd7\x12\x7c\x4d\xd0\xec\x00\x70\x54\x25\x0b\x5a\xe2\xd7\x3d\x08\x0a\xd4\x2d\xf3\x1b\x86\xe7\xed\xe2\xb6\x44\xcd\x56\x46\x0e\x07\xb8\xb9\x0f\xe7\xd7\x83\xa6\xe1\xe6\x51\xd1\xe2\x26\xb2\xdd\x98\xfc\x55\xa0\x92\xca\x93\xaa\x93\x5c\x3c\x48\x1b\xac\xba\x6d\x5c\xcc\x40\xd7\x59\xc6\x36\x22\x2a\x4b\x7f\xda\xe6\xae\xe5\xf5\x1e\x69\x79\xe1\x50\x58\x67\x73\xfe\x78\x0b\xb8\x96\x40\x2a\x8f\x4e\x2d\xfb\xfd\xda\xbf\x07\x3d\x8f\x26\xc2\x4c\x14\xa3\xbb\x83\x6d\xc3\x35\x3d\xc0\x87\xae\x96\x33\x26\x35\x87\xdd\x87\xbf\xac\xf9\x0d\x52\x7c\x30\x8f\x3c\xb5\x83\xd1\x56\x78\x38\xc4\xb5\x53\x62\x4b\xf0\x74\xd4\x7a\x61\xc0\xab\x66\x61\x87\xc8\x4a\x0a\x43\x10\x3d\xaa\x5d\xc2\xc0\x86\xad\xbe\x5e\x5a\x46\x9d\x15\x82\xac\x67\x63\x4b\x82\x93\xe6\x84\x17\x06\x46\xdc\x01\x21\x2d\xc7\x0a\x67\x08\xed\x4e\x38\x5b\x2a\x58\x9d\x80\x40\x02\xfb\x44\x56\xb1\xd8\x07\x74\x31\xbf\xba\x56\x89\x8e\x40\x09\xf0\xa3\xd7\x92\xf5\xe4\x39\x69\x72\x9d\x80\xda\xe7\xca\x81\x98\x0b\xd1\x84\x77\xb9\x58\x46\xb4\xc7\xc5\xfa\xa1\x29\xee\x06\x11\x9f\x1c\x4a\x35\xbb\x63\xe6\x9f\x7f\xfa\xf8\x72\x29\x8f\xbb\x92\xbe\x7d\x81\xdc\x5a\x63\xfa\xef\x7d\xd5\x74\x7f\xcf\xe1\x2e\xd7\x89\x06\x74\x6a\xfc\x25\x6c\xcb\xa2\x6d\xb0\x9a\xb1\xb1\xd5\x03\xcd\xac\xaf\x52\x64\x2a\x03\x82\xee\x30\xcd\x87\x8d\xad\x6c\xd8\xd8\x04\x66\xa7\x0d\x27\x89\x0c\xc4\x1e\xe9\xca\x09\x52\x4e\xf8\xa5\x4d\x50\x54\x82\xbe\x4f\x99\x2e\x4f\x91\xd6\xe7\x08\x87\x35\x54\xf4\x85\xe4\xcc\x45\x56\xde\x3c\x0f\xec\x4a\xc3\x10\xb1\xac\x03\x48\x4c\x34\xc3\xc0\x03\x3b\x93\x0c\x83\x2f\xb2\x43\x56\xd1\x81\xaf\x91\xc4\x14\x52\xc1\x54\x68\x1f\x49\x73\x89\x44\x6c\x5f\xf4\x18\xbf\x41\x1d\xdf\x54\xa8\x35\x81\xfc\x7d\x3c\x9f\x31\xca\x7e\xd7\xe9\xa9\xc9\x0a\x6e\x12\x87\x7a\x26\x37\x73\x88\x2e\x41\x7f\xdd\xea\x6d\x8c\xb2\x4e\xbb\x5e\x13\x75\x4e\x7b\x43\x1e\xe1\xca\x1a\x3f\xd9\xa4\x30\x8a\xbc\x34\x83\xad\xf0\xb8\x64\x64\x25\xd5\x7f\xc5\xac\x1b\x8b\x60\xc0\xce\x88\x4c\xe4\x94\x56\xcb\xa4\x59\x1c\xdc\x4a\xd4\x70\x19\x3b\xcd\x21\x28\xbd\xbf\x46\x90\xba\x8e\xea\x8f\xfd\xea\xd7\x8c\xab\x36\x08\x60\x17\xc9\xe8\x64\x21\x47\x40\xea\x59\x46\xf6\x9e\x62\xd9\xac\x22\x4f\xce\xbe\x64\xfe\xb7\x96\x37\x2f\xa6\xc4\x13\x6f\x2d\x02\x35\x4f\xb7\x60\x49\xa2\x81\x7e\x34\x39\x00\xca\xb5\x44\xda\x3b\x3f\x0f\x43\x8a\x22\x06\xd6\x72\x8c\x5b\xa9\x38\xd0\x40\xf6\x7b\x52\x55\x16\xaf\x84\xde\x5b\x3e\x6a\xb5\xd2\x3c\x27\x65\xc1\x7d\x00\x0f\x05\xc0\x8e\x68\x9e\x4a\x8a\x2f\x89\x25\x05\x31\xe7\x86\x08\xd9\xac\x9e\x07\x3e\xfe\x3e\x7e\x03\x82\x83\x4a\x88\x04\xad\x99\x57\x89\x06\xc1\xc1\xd3\xd3\x44\xb0\x9b\x58\x6a\x7f\x8d\x95\x3a\xa6\xb7\xa1\xe9\xb5\xb7\xc1\xde\x7b\xbe\x36\x22\x2d\x55\xaf\xd3\x06\x71\x68\x21\x52\xfb\x58\x84\xad\x1f\x9e\x05\x2c\x64\xf5\xcb\xb6\xb7\xc6\x71\xf9\xa5\xcc\x00\x55\xc3\x1a\x90\xe1\x82\x87\xe9\xbb\xa8\x04\xa0\x35\x95\xb8\x9b\x19\x5a\x7e\x00\x06\xaf\xb2\xf8\x4d\xd6\x2d\xc4\xd8\xa1\x91\x0c\x64\xb0\xcb\xf8\x36\xcc\x79\x7e\x09\xbc\x7f\x85\x8a\xca\x60\xdb\x8e\xc1\x34\x3d\x60\x14\x2f\xa6\xd2\xe3\x1e\xee\xec\x08\x8f\xea\x9a\xd8\x50\xe2\xfd\xcd\x34\xbd\xc1\x16\xcd\x02\x87\x53\x61\xc6\xbc\xcc\xc6\x45\xbb\x1c\xcf\xb2\x38\xae\x21\xe7\x42\x36\xf6\xbb\x2c\x38\x3c\x62\x52\x6c\xde\x00\x1b\xab\xea\x06\x52\xd1\x70\xc6\xcb\xbc\x2d\xda\xc0\xa9\x41\x17\xf1\xe7\x3c\x7f\xdf\xdc\x25\x5b\xde\xcf\xd7\xb8\x5f\xcc\x4c\x35\x35\xed\x9a\xa3\xe1\xf6\x79\x65\xb1\x6e\xb0\x65\x30\xb0\x5c\xb3\xf1\x8d\x9e\x82\xc7\xa8\x3a\x21\x76\x3b\xed\x83\x04\xbc\x93\xe3\x9b\x42\x39\x0c\x0f\xb3\xc4\xdb\xbe\x9c\x14\x9f\x68\xce\x46\xcc\x06\x00\xa4\xa7\x6a\x79\xaf\x95\x35\x3b\x8d\x55\x86\x55\x6f\x70\x6c\xf1\x09\x71\x2c\x66\x8e\x7b\x66\x8e\x5b\x4e\xc1\x3a\x41\x68\x27\xa4\xf1\x01\xf1\x69\x46\x30\xba\x79\x2a\x10\x1f\xc8\x3a\xbf\xd3\x1f\xa2\xca\x02\xb1\x30\xf9\x35\x18\x29\x11\xed\xed\x68\x42\x82\x27\x7a\xcc\xac\x4a\x5c\x07\x4e\x26\xfc\x6b\x9e\xa0\x3b\x36\x0f\xf3\x6e\x99\x3e\xad\xc1\xa2\xd4\x5a\x19\xb9\x2d\x42\x23\x33\x91\x56\xe0\xe0\xc6\xa1\x80\x05\xc7\x85\x5c\xc1\x17\xc4\xe3\x11\x3a\x99\x88\x04\xf7\xb8\x3a\x05\xd2\x58\x39\xbd\x53\x79\x63\x33\x10\x09\x76\xd2\x9d\x0d\x98\x99\x2d\x9b\x27\x48\xee\x2d\x62\x46\x55\xa8\x79\x16\x9b\xe6\xe9\x18\x0a\xe3\x38\x1d\x68\x7b\x1f\x19\xdf\xa9\xcf\xdf\x40\xcb\x74\x95\x96\x2f\x8b\x6f\x88\xa1\x5d\x46\x0c\xf9\x0a\x45\x53\x54\xf6\x86\x60\xf7\x07\xec\xa4\xb7\x38\x45\x49\xd6\x82\x5f\x5d\x58\x31\x12\x22\x51\x99\x92\xa7\xdd\xa1\x85\x09\xe5\x27\xc0\x90\x86\x7c\xaf\x33\xb2\x46\x8f\x16\x8d\x39\xb8\xf2\x19\xbb\xdf\x78\xb8\x8b\x7e\x4c\x5e\xdc\x78\xe9\x4c\xfe\xe2\xb3\x1b\x2f\xc5\xd9\x98\x35\x8f\xb7\x12\xe5\xeb\x2e\x9b\xda\x3d\xb5\xce\xbe\x21\xc7\x48\xb5\x0f\x50\x91\x08\x9b\x73\xaa\x96\x33\xed\x84\x18\x74\x52\x6b\x28\x5a\x4c\x03\x7f\x64\xd7\x1c\x07\x07\xc3\x4d\xb7\x10\x73\x22\x5e\xb2\xf8\xe2\x13\xd4\xe1\x4f\x91\x63\xbc\xe2\x2c\x81\x57\xf1\xb8\x22\x58\x03\x8f\xb5\x93\xed\x64\xee\x70\x6f\x93\x50\x02\x34\xeb\x23\x62\x17\x79\xa5\x44\xed\xb4\x12\x8d\x39\x8d\xf0\x1e\xe8\xd5\xc8\x42\xac\x97\x04\xbf\xbb\x3d\x3c\xd4\x3d\xc6\x08\xcf\x27\xf4\xb8\x90\x53\xba\x11\x3f\xf3\x7a\x6d\xbb\x99\x37\x46\x5d\x86\x8a\xb4\xcd\x0f\xeb\x0f\xa8\x6e\x04\x81\x03\xf5\x4a\xb2\xdd\x35\x83\xb9\x0d\xb1\xfe\x86\xae\xe5\xaa\x42\x80\xc7\x8c\x7f\xcb\xc0\x71\x2c\x48\x55\x14\x98\x4b\xd5\xad\xc9\xd3\x16\x52\x9e\x31\x3b\x73\xc6\x7a\x60\x4f\x14\x0f\x39\x25\xcf\x29\xd2\x6f\x97\xcf\xa9\x12\x0d\xc0\x20\x44\xd7\xe1\x70\x08\xd3\x21\x9b\x81\x13\x69\x7a\x50\x7a\x08\xec\x5d\xf6\x10\x4e\x96\x6e\x07\x05\xd9\x03\x6c\x7e\x22\xa2\xed\x14\xde\x67\x9d\x60\x40\x4e\xf4\x2b\xbf\x9b\x35\x87\xf9\x16\x05\xb1\xf4\x07\xfa\x54\x26\x31\xde\xb5\xcb\xc9\xf9\x0b\x64\xc5\x37\x4a\x1c\x39\x92\x1a\x70\x12\xb2\x1a\xfe\xc7\xb9\x05\x62\x7b\x09\x73\x5b\xee\x71\x8a\x47\x0b\xa7\x4e\xed\x2b\xd9\x44\xa0\x3d\xf5\x1a\x1e\x00\x9c\xc3\x30\x7a\x0c\xa6\xd9\x4d\x20\xc1\x65\xb3\x4a\xb0\xf9\x08\x2e\x32\x2b\xbb\xcf\xda\x8b\xb1\x46\x97\xb7\x6a\x34\x9f\xc3\xab\xf7\xa4\xa1\xdf\x4c\xd8\x65\x72\x4d\x29\x11\x43\xc1\x3c\x68\xcc\x5f\x88\xf9\xa6\xec\xb1\x73\xe0\xc0\x2a\x2a\x30\x94\xf9\xee\xa3\x7a\xb0\x58\x65\x19\x5a\x01\x5c\xd4\x11\x58\xfd\xe2\xae\x5c\xa3\x23\x34\x76\xf0\x61\xaf\xd7\xc8\xb7\xd1\x30\xf5\x19\x3a\x8d\x1c\x07\x47\x67\x6d\xc8\x13\x7c\xd0\x93\xe4\xff\xf7\xcc\xec\xf0\x24\x80\x91\x86\xab\x3c\x4f\x58\x12\xd8\x2a\x8b\x22\x23\xb4\x5f\xc3\xed\x2a\x78\xd3\x0e\xca\x72\x7f\x44\x4f\x40\xba\x5c\x0b\xc7\x34\x10\x58\x89\x97\xdb\x71\x42\xc8\xb8\x8d\x2c\x4e\xa0\x0d\xf0\xa8\x8e\x76\x11\x64\xd6\xc3\x0a\x35\x51\x47\xcc\x04\x59\x5d\xe0\xec\x1d\x4f\xb4\x44\xfa\x71\x43\x8b\x5d\x63\x71\x07\x46\x3a\xf7\xd9\x1a\x6a\xee\xa3\xd7\x6e\x9a\x0b\xb9\x9c\xa2\xa4\x35\xae\x75\xd1\x8b\xd0\xc0\x5d\xcd\x7c\xc1\x01\x3f\xf7\x1d\x83\x4c\x1f\xc3\x7d\xec\x9c\xaf\xfd\xc2\x48\xc4\x3f\x6d\x0a\x8b\x1e\xb3\x44\xff\xdc\xf0\xd7\x3f\x55\xfa\x9f\x38\x4f\x5e\xfb\x21\x5d\xd7\x27\x1e\x7e\xa9\xeb\xb3\x7f\x33\xaa\x19\xfa\x79\x4a\x2e\x40\xb7\xd9\x4a\x33\x15\x9a\xa7\x8c\x4b\x13\xf0\x02\x60\xa3\x44\xed\xdc\xb9\x37\xde\x22\x35\x17\xad\x07\x0d\xc3\xc2\xab\x8d\x6b\x6f\x0c\x87\xfd\xfc\x17\x6c\xfd\x44\xfb\xa3\x99\xf8\x72\xa7\xd7\x6c\xcb\x8f\x7c\xb4\x63\x3c\xbf\x6b\x20\x8e\xa1\x87\xd8\x5b\x69\x73\x87\xf6\xf9\x55\xe8\x9e\xa0\x15\x3b\x37\x6a\xaf\x18\x89\x42\x1f\x48\x4c\x8b\x69\x44\x8f\x57\x40\x08\xff\xe1\xdf\x43\x79\x65\x55\xc2\x29\xba\x72\xbe\xb3\xa2\xa3\xc7\x3b\xb5\x66\xa7\xbf\xdd\x44\x81\x94\xbb\x7e\xfb\xd7\x6a\x5f\x81\x10\x33\xf9\xfe\x35\xa4\xa6\x41\xf3\x37\xea\x00\x0e\x99\x11\xb3\x94\x14\x66\x79\xfa\x6c\xe3\x19\x40\x55\xc7\xa8\x8b\xb2\xc4\xb6\xfe\xed\xa1\x5e\x4a\xdb\x90\xa6\xff\x77\xcb\xf1\xd0\x17\x2a\x59\x11\xb3\x5b\x80\x01\x88\x26\x7b\x91\xa1\xdd\xb0\xd2\x3c\x7b\x4f\x9d\x74\x74\x7d\x6c\x1e\x23\xc3\xfd\x99\xdc\x9c\x34\xea\x5b\x5c\xc7\x60\x63\x11\xe7\x25\x92\x38\x0e\x70\xa4\x7d\xc4\xb5\xfb\x09\x0d\x08\x0c\x6c\x5e\xc6\xba\x66\x65\x3b\xcd\x77\x1b\xd5\xab\x8b\x4d\x72\x84\xc8\x17\x87\x02\x4b\x57\x74\xe0\x77\x98\x63\xb0\x2b\x8f\xd3\x2e\x67\xb8\x46\xae\x75\x19\xa6\x85\xf5\x82\x8b\xc1\x92\x51\x63\x17\x1d\x78\x8b\xcc\x08\x80\xb2\x6e\xab\x33\x6a\xaf\xbe\xf7\xa7\xce\xe4\x4f\xbd\x53\x1b\x75\x2f\x18\x91\xa9\xcb\xbd\x50\x9b\x48\x16\x53\xd6\x82\x14\xec\xb1\xfc\x11\x3a\x50\x82\x92\x4e\x9c\xbe\x1b\x66\xc2\xde\x60\x90\xb6\x86\xeb\xaf\xbe\xf2\xe6\x5b\xaf\xbe\xf1\x8a\xe5\x87\x00\x3f\x9e\xe0\x8b\x45\xdd\x6c\xdd\xd1\x57\xa5\x5a\xf4\xac\xe3\xd3\x45\x32\x69\x99\xfe\xfa\x73\x80\x09\xb2\xee\xfc\xde\x1b\x1b\x69\xda\x6d\x0c\x9b\x17\xd2\xee\x32\x95\x7c\x42\x82\xa2\x38\x81\x1c\xa3\xc1\x6f\x46\xee\xbd\x8d\x8a\xb1\xe2\xe8\xbd\x6a\x24\x23\xc1\x96\x07\x2a\xe1\xcf\xa8\xf3\x96\x13\x18\x2b\xc6\x1e\x1a\x84\xbc\xc2\xe0\x1e\x72\x5e\x3a\x28\xc1\x3a\x0e\x68\x0e\xb4\x1d\x12\xac\xc5\x0c\xb1\x8c\x19\xf1\x23\x02\x70\xae\xd7\xb2\x4e\x27\xdd\x02\x67\x15\x59\xba\xbd\x21\x32\x28\x9f\x98\xe5\xdc\xf0\xa1\x75\x4a\x9e\x35\x31\xa5\xec\x84\x71\x29\x59\x78\xec\xfd\x5b\x68\x73\x10\xba\x0c\x0e\x84\x2d\xf5\xa8\x6a\x85\x2a\x7e\x1f\xec\xb2\x86\x17\x19\x60\x24\x86\x52\xc8\x77\x2d\x9b\x50\x56\xef\x5c\x07\xbd\xab\x50\x6f\xcd\xa6\xb2\x31\x4f\x44\x41\x64\x68\xfc\x29\x49\x82\x99\x12\xf0\x59\x65\x37\xca\xc8\xbf\x45\xc7\xc8\x70\x31\xe6\x3d\x03\xa7\x84\xab\xf9\x66\xe5\x79\xdd\x24\xa8\x95\x18\xe3\x17\xf0\x1c\xf8\xc0\x1a\x62\xa8\x59\x64\x46\xc7\x2f\xae\x3a\x9f\x56\xa9\xf3\x71\xef\xb2\x64\x77\xcc\x21\x32\x80\x2b\xd2\x77\xb3\x1c\x79\xf1\xb1\xee\xb4\xc8\x08\x71\x15\xad\x15\x13\x2b\x95\x23\xfe\xe9\x34\xf3\x21\x68\x6c\xe9\x68\x28\xae\x6a\x4c\x88\xd6\x69\xf7\x2b\x0c\x95\x31\xab\x06\x12\xd4\x09\x8a\x78\xe0\x94\x0c\x4a\x14\xf5\xca\x88\x3d\xf6\x8f\x70\x62\x08\x09\xb1\xb9\x65\x62\xf9\x3e\xb2\x59\xa4\x20\x4a\x58\x5e\x3f\xf6\x86\x30\x93\x7f\x60\x30\x9c\x1c\x37\x78\xf7\x5d\x48\x2f\xc7\xb5\x7b\x86\x7a\x1f\x29\xd9\x14\x6d\xcf\x0c\xdc\x25\xbb\x1c\x73\xf1\x86\x43\x3c\x2b\x04\x1f\x8c\x30\x60\x01\x00\x5d\xe2\xc5\x74\x60\x78\x63\x3b\x1d\x79\xfc\x87\xac\xd5\x4a\xa3\xa2\x56\x60\xc6\x2b\xb3\x0f\x99\xa2\x09\x9c\xcf\x20\x6c\xfe\x38\xc1\x2d\xef\xb3\xbb\xce\xd4\x1a\x8d\x8e\x2b\x55\xa7\xd7\xc5\x66\xec\x6b\xc6\xc4\x42\x54\xe1\xd0\x01\xaa\x0a\x99\x96\x57\x59\x3d\x75\x0d\xb4\xe4\xd6\x12\x75\xc7\x91\xc3\x04\xe4\x32\x6c\x78\x8c\x16\xe7\xdf\x10\xb3\x4c\x18\x1c\x2d\x3d\xb5\x7c\x68\xb0\x1e\x40\x9e\x8d\x5e\x1a\x3b\x87\xde\xa3\x30\xc8\x66\x62\xbd\x71\x88\xa9\xb7\x51\x60\x16\xfe\x28\xb2\x41\x98\x61\x66\x5c\x2c\xd8\x44\x2d\x16\xfb\xa8\x60\x3e\x66\x0b\xe8\x21\x2f\x00\x55\x45\x56\xbd\x63\x4d\x6b\x7c\x89\x16\x23\x72\x64\x85\xb0\x4c\x20\xd1\x19\x3a\x41\xbb\x02\xdd\x18\x46\x2c\xb1\x7f\xc1\x58\x14\x4e\xce\xe4\xb4\x5b\x41\xde\x70\x49\x12\x92\x32\x06\x7b\x95\xe8\xae\x50\xfe\x10\xc5\xd5\x91\x88\x78\x07\x56\x53\xf7\x31\xa9\xf2\xc5\xcd\xcf\x5b\x37\x51\xdc\xf0\xc8\x19\x7f\x14\xd5\xe1\x57\xc1\xa9\x97\x5f\x7d\xf9\x41\x1f\xc5\xcf\xda\xbc\xf4\xb5\xf8\x36\x96\x9c\xb0\x58\x9e\xe4\x2b\x58\x83\x77\x13\x75\x6b\xe0\xee\xe9\x76\xc6\xce\x8a\x73\x17\x5c\xc3\x8f\xf0\x80\x54\x16\x30\x2f\x69\x30\xd8\x4c\xc1\x4c\xd6\x59\xf2\x86\xc2\x5b\x07\xec\x77\xbd\x92\x5c\xd3\x2e\xb4\xab\xed\xd1\x02\x9f\x20\x91\x1c\xe4\x85\x8b\x8f\xc9\xc2\xfd\xa1\x49\x8c\x86\x38\x22\x10\xc5\x31\x4b\x97\x5a\xa3\x50\xa1\xc6\xc6\xa0\xd9\x6d\x6d\x6b\xd2\xf0\xef\xfc\x46\x39\xb6\x0e\x83\x85\xe8\x08\xaa\xc8\x81\x11\xed\xe1\xec\xce\xd7\x0c\x13\xdb\xdd\x4a\x1b\xe2\x98\xe7\x69\x00\x94\x8a\x43\x79\xc5\x91\x5e\x41\x3c\xf2\xc0\x79\x54\x06\x69\x8d\xf2\x61\x6f\xe7\xf1\xc6\xda\x2d\x7b\x4c\x9a\xf7\x53\xfb\x97\x9e\x91\x95\xc0\x3b\xee\x2e\x62\xd4\xab\xa8\xbb\xd9\xe3\xd7\x7e\x08\x17\xe3\xc2\xcf\xb2\xb4\xd2\xb2\x87\x7a\xa2\x6c\x78\x59\xeb\xe5\xad\xc1\xaa\xb6\xd9\xeb\x74\x7a\x97\x52\x30\x4d\x92\x5e\x9c\xf4\x87\x24\xeb\x4f\x0d\x98\x35\x81\xc0\xd3\x46\xee\x33\xcf\x41\x31\xa8\xd4\x13\xed\xe6\xaa\x27\x34\xe0\x4f\xc1\xef\xe2\x1c\x69\x88\x8a\x7c\x07\xb7\xbf\xf0\x2b\x18\x7b\x76\xea\xc8\xbf\x81\x0e\x6a\x70\x91\x66\x5f\xc8\xb5\x81\x08\x43\x00\x04\xf0\xf5\x88\x71\x89\x76\xf4\x32\x88\xca\x8d\xdb\x6f\x0e\x0d\xdf\xd2\x25\xd5\x2f\x6e\x7f\xf9\x14\xdf\xfe\xf5\x4c\xfe\xed\xa1\x72\x9d\xf2\xc2\xe0\x88\xa9\x85\x58\x41\x8a\x69\x3c\x5f\xb3\x01\x90\x5e\x38\x6f\x45\xdc\x15\x13\xd6\x7c\xdd\x53\xd1\x4c\xd9\x00\x0a\x6e\x38\xe2\x8e\xc5\xbc\xae\x72\x30\xd8\xf5\xed\x98\x60\xf3\x6d\xf6\xfb\x9d\xac\x85\x76\xab\x9c\xa1\x27\xf0\x6b\x27\xa3\x75\xc4\x5a\x6d\x26\x6d\xa7\x9d\x74\x98\x5a\xde\x48\x29\xd5\x95\xf2\x71\x94\xb5\xd7\x7f\xf1\xa3\xd7\x6a\xb5\xfe\x68\xc3\xcc\xe5\xe2\x3d\xd1\x93\x13\x70\x04\xea\x56\xf6\xc3\xc8\x4f\x09\x77\x26\x67\x34\x27\x52\x14\x2e\xb0\x65\x05\xe9\xa2\xcc\x8a\x21\x5f\x7d\x88\x9e\x5e\xc7\xac\xdd\xd0\x8e\xff\x3e\x66\x13\xa8\xb0\x16\x2f\x73\xde\xc8\x85\xbd\x1f\xf5\x81\x66\xaa\x69\x95\xfb\xec\xa1\xc3\x06\x26\x45\xb2\x67\xc0\xc1\x00\xd2\xba\x86\x1f\x1e\x12\xa8\x04\x33\xf8\xac\x05\x8f\x3d\xf3\x0c\x6e\x3c\xfe\x87\x8c\x2f\x1f\x59\xfb\xae\x12\xa0\xad\x90\xc3\xf6\x5e\xf2\x8b\xf1\xfd\x8e\x97\x38\x37\x5a\x06\x8e\x3d\x1c\xc3\x90\x48\xd2\x17\xcf\x3f\x65\x71\xc0\xbc\x20\x88\xb2\x25\x71\xe2\xdf\xcc\x7b\xb9\x53\x19\x49\xdf\xe9\xb5\xd8\xb1\xf7\x4b\x46\xb9\x33\x5a\x46\xa1\x02\x33\x6a\xa3\x7e\x1b\xd4\xd7\x0e\x74\x30\xc1\xc1\x4c\x99\x32\x3c\xd0\xf1\x9b\x3b\xdd\x72\x2c\xc2\x98\xa5\xdb\x04\xdf\xe8\x09\xba\xa1\x1e\x13\x5b\x29\x53\x30\x3b\xc7\x58\x7b\xd5\x50\x79\x7d\x48\x68\xae\x0d\x07\xb0\x06\x4c\x0e\x53\xf0\x9b\x4f\x43\x96\x59\x96\x62\x00\xfb\x63\x7c\xd7\x9c\xc7\x81\x20\xbe\xdc\xd9\x7a\x86\xce\x80\xf3\x9b\x91\x31\x89\x6c\x1a\x85\x8a\x82\x95\xc7\xf4\x80\xbc\x5f\xbd\xd8\x6d\xb4\x6b\x1b\x24\x05\x61\xc7\x9f\xb1\xbc\x30\x89\x87\x3e\x8b\x2b\xb1\x4f\xd2\x42\xdf\xe3\x72\xe6\x09\x31\x63\x5a\x12\x17\x1d\x49\x45\x41\xa9\x01\x61\x93\xbf\x03\xaf\xcf\x04\x71\xac\xf8\x55\xb3\x25\x27\x16\x48\xa4\xdc\xd0\x1f\xa1\x59\xd1\x3c\x4c\xeb\x3c\xdf\xda\xee\xf5\x72\x76\x67\x91\xf5\x8b\x93\x54\xc4\x9b\xc5\xad\x98\xa1\xcd\x3a\xeb\x87\xb0\x19\x10\x6c\x58\xaf\xea\x6e\x4e\x6f\xd4\x07\x55\xba\x91\x8d\x79\xb7\x48\x6c\x1a\xd9\x0e\xe6\x87\xf8\x43\xa1\x3c\xe7\xad\xec\x29\x31\x07\x55\x56\xb1\x29\x82\x23\x51\xe1\x87\x4a\x6b\x0c\x51\x9c\xfe\xd1\x2a\x17\xca\x7b\x4b\x6f\xc7\x6a\x55\xc4\xdd\x16\xda\x79\xba\xdf\xa9\xe2\xf8\xa9\x75\xe0\xfd\x52\xf7\xcf\xcb\x3d\xce\xd0\xdd\x71\x5c\x02\x4e\x75\x66\xa5\xf7\x89\x0c\xa0\x7e\xc1\x86\xc6\xf2\x83\xd3\x36\x4b\x2f\x8e\x5b\x1b\xa2\x7a\x1d\xad\x92\x28\xf9\x30\xba\x86\x00\x1f\xae\xa1\x4e\xef\xe0\x99\xb5\xc0\x00\xd3\xf0\xdb\xde\xad\xd6\x56\x8a\x5d\xfc\x01\x49\x2e\xce\x9c\x1a\xd3\x4b\x55\x2f\x6e\x91\xfe\x29\x38\x0c\x77\xee\x5a\xa9\x8a\xc2\x3f\x63\x91\xf0\x3c\x13\x9c\xf8\x84\x84\x65\x66\xda\xbd\x30\x5f\x34\x3d\xce\xaf\xb1\x35\x5b\x1e\xcb\x91\x5a\x21\x81\xa0\x5d\x02\x2f\xe9\xbf\x9a\x2c\x05\x87\x64\x00\x03\x15\x96\xb9\x62\x2a\x30\xa0\x7f\x99\x9d\x93\xb3\x6d\x48\xe7\x68\xc2\x0d\x15\x8a\x86\x92\xcf\xf2\x51\x49\x79\xca\x1e\xf7\x44\x9f\x66\x56\xaa\xe1\xd6\x8f\xe5\x60\xb0\x2a\x2b\x13\xe7\x5f\xfc\x08\x2d\x60\x42\x66\x2c\x8d\x11\xd3\x67\x20\xa9\x3f\x30\xa8\x09\xb2\x58\xdc\xf1\xd7\x29\x1f\xc4\xca\x1c\xf3\x08\x17\x4d\x44\xb0\x45\xe6\x24\x6d\x4f\xcd\x4f\xda\x13\x32\x2d\x90\x51\x90\xaf\xb1\x43\x7f\x8c\x03\xa7\xe1\x54\xd6\x24\x3d\x26\xc7\x1a\x33\xe2\x79\x8c\xe1\xd7\x44\x3b\xce\x8a\x4b\xb8\x86\x03\x27\x9b\x8a\x3b\x9d\xcf\x24\x16\x94\x48\xc2\x7a\x69\x96\x55\x3c\xc4\x2f\x4e\xd1\x4b\x59\x22\x14\xc9\xaf\x2a\x21\x07\x28\x09\xcf\x9a\xb1\x6e\xd0\xda\x7c\x71\x9d\x22\x5c\xe3\x81\xbe\x1c\x1e\x81\x45\x05\x8f\xa7\xb7\xf7\xf8\x25\xbd\x43\x88\x9c\x68\x23\xf2\xe3\xfb\x44\xcb\xbb\xf6\x3c\xf1\x28\xe9\xca\x73\xe2\xb0\x15\x43\x96\x3b\x93\x2f\xbe\x74\xbe\xee\x3a\x37\x3c\x6f\x3d\xf0\x28\x0b\x3c\xf4\x16\x18\x95\x66\xcb\x03\x6c\x95\xd3\x9e\xe7\x7b\x46\x5c\x20\x0a\xa0\x8f\xe1\xaa\xa7\x51\xd8\xca\xce\x7a\xa2\x6b\x86\x23\x80\x46\xe6\x19\x7b\xfe\x7b\xbe\x67\x90\x76\xe2\xf3\xd8\xe9\x0f\x90\x23\xaf\x76\xfa\x02\x46\xdf\x9d\xaa\x22\xe4\x4f\x72\xb9\x25\x06\x7c\xcf\xde\x30\x03\x95\x20\x60\x2b\x02\x47\x51\xb0\xef\xba\x00\x48\x18\xd7\x88\xba\xef\x12\x1c\x72\x3b\x94\xaa\x09\x11\x10\x33\x8e\x2b\x21\x3d\xca\x41\xa2\x9c\x56\xf7\x25\xb4\x3d\x26\xe1\x29\xb9\x74\xa1\xff\x56\xa2\x6c\x09\x1c\x59\xc2\x32\x1f\xb1\x02\x81\x39\x95\x7e\x66\xdd\xab\x65\xb3\x28\x8a\x9f\xf9\xe2\x17\xf3\xe1\xa0\xd7\xdd\x7a\x89\xbd\x58\x8f\x45\x9b\xc7\xc9\xd2\x5e\x7e\xf1\x59\x6e\x90\x18\xee\x54\xcc\x5f\xe6\xb3\xa7\xf4\x26\x46\x95\xb1\xcf\x09\x6b\xa8\x31\x0c\x56\xa9\xb5\x8f\xe8\x11\xbc\xd8\xd4\x89\x77\xfc\x84\x1d\x37\x3d\x2d\x3e\x9c\x07\xa5\xe1\xb1\xaa\x4b\x1d\xa9\xc7\x6c\x3c\x85\xff\x89\xef\x97\x3f\x3a\xfb\x72\x92\x44\x4c\x0f\xe4\x3e\xad\xa5\x4a\xd6\x36\xf3\xc3\x94\x0e\x0d\x45\x2f\x5f\x03\x8a\xa8\x55\xb4\x11\xf3\xd3\xa5\x74\x34\x54\x25\xec\xdb\xf1\xea\x76\x40\x94\xf4\x68\xc0\xbb\x95\xcd\xd1\xc5\x9c\x34\x01\x78\xfa\x0f\xd9\xb0\xc6\xac\xd8\x91\x18\x49\xe3\x96\x2a\x99\xc6\x4a\xa4\xce\x71\x07\x3e\x61\xc4\x84\xf8\xe6\xbb\x20\x28\x60\x9b\x26\xf2\x34\xdc\xe3\xfd\x34\x2a\x0c\x07\x6f\xd1\x43\xe0\xb2\x07\x38\x4f\x52\x7d\x9d\x12\x72\x8e\xe7\xee\x13\x73\x39\x97\x05\xe4\xdc\x2e\x1f\x86\x2c\x75\x08\x08\xb6\x60\xff\x39\xf9\x62\xea\x4b\xf5\x34\xc2\x36\x58\x3b\x80\x18\xf2\xef\x2f\xd8\x28\xa7\x24\x1b\xd2\x49\x1f\x92\x82\x78\xe9\xc3\x76\x84\x78\x39\xf5\x2d\xed\x48\x0e\xdf\x5b\x7c\x5c\x2d\xa1\xc9\xec\x29\xbc\xbd\x5e\x57\x83\x36\x53\x19\xb2\x5e\x32\xd8\x05\xb6\xc7\x7d\x76\xb5\x89\x83\x35\x29\x8b\x21\xd7\x8f\xd5\x05\xff\x9e\x8c\x4a\xce\x43\x58\xdc\xf2\xb9\x31\xc2\xcf\x10\x44\x3a\x85\x42\x91\xef\x91\xad\x54\x4e\x44\x8a\x8c\x92\x79\x74\x92\xfc\xb7\x04\xff\x13\x12\xb6\x0d\x7b\x17\xcc\x9b\x8c\x4d\x80\x24\xec\x80\x00\xf2\x3b\x4d\x61\x29\x8b\x28\x51\x63\xac\x3d\xb3\x75\x1e\xf0\x1c\x71\x18\xa8\x55\xb9\x1e\xb1\x79\x82\xd1\xfd\x2d\xfa\x21\xa2\x78\xe5\x80\x95\x6a\xa2\x13\x99\x0e\x95\x8e\x6e\x32\xc0\x87\x0e\x00\xd1\xd9\xa9\x3c\xd1\x77\xa2\x36\x7a\x0d\xe4\x2f\xd1\xdd\xc8\xba\x6d\xd2\xfd\xf0\xd2\xf0\x55\xd3\xef\x0e\x8b\xdc\x43\xee\xc1\xc6\x49\x92\x47\x58\x75\xdc\x0d\x71\x4a\x6e\xaf\x63\x47\xec\x9b\x38\x62\x03\x81\xa0\xe2\x62\xbe\x16\x28\x60\x99\x8b\x42\xc3\xf0\x1c\x8f\x0b\x97\x0a\x13\x79\xf9\xcf\x94\xea\x62\xcc\x49\x9b\x38\x86\x89\xa7\xa8\x8c\x60\xc2\xef\x04\x8d\x39\xdf\xdb\x3d\x45\xf8\xf4\xc9\x01\x54\x58\xd8\x14\x39\x59\x64\xd4\x32\xa0\xce\x6d\x2e\x08\x46\x38\x5a\xc1\x02\x8e\xf0\x94\x38\xef\x95\x37\x7f\x54\xaf\xd9\x95\xf2\x12\x38\x08\x4c\x99\xa5\x41\xe1\xb3\x47\x1c\xa2\x7a\x1f\x5a\x2a\xe4\x70\x44\xc9\x6a\x20\xc4\x28\xcc\x6d\xb4\x1a\xda\xe3\xf7\xe9\x11\xa0\x23\x94\xb6\x0f\x48\x6c\x74\xa7\xcc\x27\xfc\xaf\x44\xd6\x90\xfa\x5f\x29\x94\x03\xae\xea\x16\x74\x22\xc8\x4a\x29\xcc\x58\xa3\x43\xc5\x7a\xe8\xbb\xd2\x3b\xf7\x0e\xf3\x54\xd4\x21\x00\xc6\x21\xa7\x09\x1b\xeb\x7b\x80\x72\x2f\x47\xce\x2b\x2d\x94\xd6\xd4\xb8\x59\x08\xc3\x54\x42\x9d\xb7\x04\x26\x14\x85\x72\xb6\x10\x15\x4a\x10\xea\xcf\x73\x3a\x1b\xa7\x25\xac\xf6\x39\x68\xd2\xaa\x9f\xca\x22\xfa\x5a\xbd\x50\x7f\x43\xde\xaa\xe3\xa3\xaf\x20\x3d\x3f\xd1\x6c\xab\x09\xd1\x44\xd2\x91\xe7\x2b\x21\x4a\x41\x14\x91\xc7\x14\x49\xdf\x74\x73\x75\xea\xad\x6f\x40\x2b\xd1\x4a\xbb\x5c\x0c\x88\x0b\x09\x7b\x82\x81\xcb\xb8\x1f\xca\x1f\xc3\x61\x5b\xb1\x4c\x94\x61\x88\xb8\x07\xad\x91\x44\x55\x06\xb5\xf2\x16\x6c\x84\x41\xc0\x4b\x55\x04\x11\x70\x2f\x6d\xb5\x60\x9e\x49\x1b\xa9\x50\x44\xd8\x25\xbf\x3e\x3b\xaa\x95\x63\x41\xf3\xb1\x28\x61\x04\x1c\x1e\x5e\xaa\x59\xfe\x1e\xdc\xd6\x34\x71\xb2\x4d\xf1\x7b\x08\xcf\xfc\xd2\x88\x30\xff\xbb\xf8\xbd\xc1\xfa\xbf\x57\x62\xcd\xc4\x46\xd6\x8b\xc3\xc7\x29\x9b\x1f\x21\xdc\x6e\x3c\xfa\xc1\x87\x2e\xc3\x1a\xfb\xdd\x24\x0d\x44\x44\xf9\xe4\xe7\xbb\x0d\xba\x39\x02\x3f\x5e\x4c\x01\x55\xea\x31\xbd\x92\x31\x5f\x32\xa2\xb6\xab\xa8\x40\x5d\x19\x54\x6b\x6f\x83\xd1\xff\x7c\x8d\x3d\xd8\x6e\xfb\xce\x61\x35\xe5\x80\xb8\x30\x0a\xc1\x79\xb6\x8a\x19\xe6\x8f\x98\xfa\xe2\x23\xd1\x5d\x2b\xe7\xd1\x8a\x51\x40\x92\x94\x94\x02\x64\x96\x01\xbf\x0f\xda\xff\x8c\xdd\x92\xd8\xb8\xa1\xef\x1c\x0e\x95\x9c\xa3\xe4\x49\xd9\x2b\xaf\xd7\x2e\x66\x79\xb6\x91\x75\x90\x45\xbd\x8d\x58\x73\x2a\x5e\x5b\x06\x19\xe2\x57\xf8\xe8\x64\xe4\x7e\xb3\x9b\xb4\x0c\x63\x9c\xaf\x9f\x1e\x65\xc9\x20\x6d\x27\x10\x49\x7e\xfa\xa5\xe2\x8f\x4e\x24\x33\xe3\x9b\x66\x2f\x55\x25\x89\x0e\x47\x85\x24\xcf\x2d\x60\xb2\x29\xd9\xa1\xa5\x40\x95\x89\x0e\xc5\x52\x63\x53\x20\xad\xb4\x2c\x73\x40\xb2\x30\xf2\x71\x7f\xc8\xc4\x8a\xf1\xe0\xa2\x04\x27\x2e\xe0\x57\xad\x1e\x72\x53\xcb\xc1\x3c\xad\x3c\x4f\x62\x08\xdc\x0b\x3d\x60\xb0\xb5\x5a\x9c\x89\x92\xac\x48\x33\x69\xae\xf6\x99\x5a\xab\xd3\xeb\x3a\x70\x89\x6b\x25\xd8\x05\x32\x92\xee\xae\x98\xbe\x9c\xb0\xd8\x62\xf3\xe2\x84\x39\x6b\xae\x2f\x4e\x06\xec\x26\x82\xa3\x6b\xbe\x74\xaa\x86\x5b\x26\xd7\xae\x3b\xfc\xf8\xaf\x39\xed\x61\xfc\xba\xb1\x0f\x65\xa2\xd3\x7d\xbc\x04\xdb\xd7\xa8\x55\x09\xde\x22\x3d\x30\x87\x18\x58\x1d\x63\xef\xec\x26\x31\xe3\xe4\x4f\x75\x4b\x4e\x6a\x42\x5e\xd6\x14\xb6\xce\xba\x41\xf3\x13\x3a\x4c\x7a\x20\x5f\x4c\xe9\x9d\x12\xbe\xb9\xe3\x3c\x6c\x10\x97\xe1\x27\xc8\x39\xef\xf2\xcd\xdb\x9f\x54\xc2\xce\x1b\x9c\xe9\x81\x4f\xdc\xe5\x35\xab\x6f\x65\xc3\x6c\xab\xdb\x1b\xa4\xb5\x4e\xd6\x32\x0c\x70\xba\x8e\xe0\xf9\x01\xee\xeb\x11\xa2\x09\xfe\xb0\x74\xb8\x04\x69\x82\xed\x89\x0b\x6f\xb6\x0d\x16\xfa\x39\xfe\xc3\x7f\x55\x0f\x03\x29\xaa\x39\x8d\xbe\x35\x65\xf0\xd0\x06\xc2\xa8\x37\xf8\x5e\xf6\x1a\x59\x37\x43\x37\x6e\xca\xcc\x3c\x25\x6a\x54\x3c\x0a\xd8\x4e\xab\x3b\x88\x03\x81\x4e\x95\xa1\x84\x3e\x3b\x23\x89\x1c\x53\x6f\x5d\x70\x75\x92\x1e\x81\x40\xce\x97\x2a\x2a\xc0\xad\x9d\x6e\x36\x47\x1d\xf1\x58\xa3\xe2\x02\xd7\xac\x6f\x5e\x52\xce\xab\xc6\x59\xef\xcd\x46\x87\xe9\xe0\x22\x48\xae\x9f\x93\x43\x28\x39\x48\xc2\x59\xeb\xec\x11\x61\x4e\xc9\xa7\x49\xb7\xf6\x8c\x0c\xd3\x6c\xb7\x07\x81\x1d\x20\xc8\x3e\xe1\x37\xb4\xdc\x9f\x97\x93\xb6\xe4\xc6\xc8\x19\x03\x7d\xc7\x24\x5f\x68\x52\x9a\xe2\x7a\xed\x12\x04\x7b\xa0\x9b\xd9\x57\x74\xa4\x14\xce\x2a\x66\x3f\x74\x34\xdb\x6a\xbe\x87\x2d\xfe\x80\x0f\xe2\x11\xf2\x56\x38\xfe\xfc\x06\xbe\xc7\x1c\xfc\x4e\x18\x1d\xb1\x9f\x98\xb9\x8e\xd6\x36\xc7\x8e\xf7\x36\x1b\x78\x3d\xc4\x20\x47\xbd\xd7\xc5\x3f\x78\x6a\xb0\xe0\x31\x89\x6e\x2a\xf2\xc7\x63\xf2\xd8\x3b\x12\xbb\xc3\x66\x40\xd7\xee\xa5\x6a\x23\xca\x56\x91\x7b\x03\x68\x63\x7d\x81\x2b\x5b\x9c\x2a\x27\xe4\xc9\xf6\x5d\x5d\xd9\xfe\x43\x3f\x26\xd1\x38\xc6\x73\xa0\x58\xe7\xb9\x85\x7e\x6d\xdd\x14\xfc\x18\x46\x90\x66\xe8\xeb\xb9\xca\x78\x2e\x01\x4f\xe5\xdc\x64\x50\xbb\x61\x8b\x44\x3d\x9d\xb7\x1c\xe8\x99\xad\xbb\x00\xf9\x53\x54\xa3\x52\x92\xd5\xaa\xa7\xeb\x98\x2a\x8f\xce\x02\x81\x4d\x36\x3a\xa3\xd4\x10\x0a\xaf\x70\x43\x71\xc4\x74\xd6\x4e\x47\xcf\x57\x92\xcd\xa0\x0b\x4d\x15\x9f\xc4\x5d\xea\x44\xfc\xec\x63\xba\x67\x65\x49\x4f\xd8\xb5\x00\x1f\xef\xe7\x69\x86\x62\x61\x89\x2e\x17\xec\xb3\xaf\xff\xe8\xad\x48\x2e\xd3\x92\x25\x5d\x27\x78\xe2\x3a\x07\x36\x31\x27\x38\x0a\xcb\x3a\xcc\xc9\xee\x64\x79\x4e\xe2\x5d\x37\x03\x30\x71\xb9\x09\x8e\x9d\x07\xff\x98\xbd\x51\x09\x70\x4e\x28\x70\xb6\x34\xed\x42\xa8\x97\x29\x25\x4a\x01\xbc\xc1\x3a\xcb\xb2\x54\x55\xef\x0b\x53\x18\x79\xde\x26\x1c\x1e\x50\xe5\xd7\x6b\x1d\xc2\x4b\x0e\x34\x9c\x38\x0c\x18\x54\x4c\x35\xef\xd6\x2a\x1e\xfd\x41\x61\x10\x9e\x44\x78\x77\x90\xcb\x3e\x26\x67\x7e\x46\x9a\xc4\x47\x78\xe0\x86\x12\x1d\xe2\x2b\xf3\x68\xf0\xbb\x30\x51\x8a\xb3\xc0\xd4\xb7\x79\xda\xd9\xac\xca\xaf\x6e\x19\x2f\x71\x75\x0f\xce\x7b\x3c\x17\x7f\x7e\x34\x31\x58\x1b\xfc\x6d\x15\x7d\xc5\xf2\x62\x10\x3f\x02\x32\x54\xff\xb2\xc1\x99\xdd\x0b\x15\x70\xec\x1a\x68\xe5\x5f\xd0\x10\x2e\x42\x0d\xe5\x02\x07\x75\x34\xfe\x7f\x7e\xfc\xf9\xd9\x57\xe5\x3e\x5e\x1d\x0e\x3a\xf0\x97\x4d\x8a\x1c\x8e\x07\xef\xcd\x0c\x48\xc0\x19\xaa\x84\x22\xd3\xd7\x46\xdd\x4b\x12\x43\x38\xa1\x77\x82\x27\x23\xb9\x54\x0b\x0e\x40\x32\x3b\xe2\x76\xf7\xbc\x1f\x47\x90\x7b\x6b\x80\xb1\x4a\x73\xeb\x0f\x36\x45\x25\x7a\xe0\xed\x6c\xce\xb1\x46\x6d\x6f\x97\x3f\x4e\x6a\x54\x15\xa6\xc4\x81\xd6\x40\xe5\x4e\x4f\xfe\x2b\x02\xcc\x99\x66\xe1\xcc\x6e\x7f\x39\xca\x5a\x17\x1a\x5b\xa3\x0c\x4b\x7e\x30\x8b\x0f\x3b\x05\x59\xc3\x5c\xe3\x01\x2b\xa6\x24\x69\xed\x8c\x99\xf0\xe1\x76\x96\x33\x16\xfb\x22\x64\xb6\x17\x31\x23\x2a\xbb\x13\xb2\x8a\xad\xde\xce\x4e\xb3\xdb\x5e\xa0\x20\xad\x42\xc2\x78\x4c\x3a\xd6\x49\xfc\x1d\x58\x8a\x00\x12\xdd\x1f\x41\x3c\x35\xb8\xe7\x2b\x1e\xdd\x4f\x57\x11\xbe\x5f\x32\x6d\x7f\xc7\x79\x71\x6b\xe6\x80\xb0\x4a\xc0\x72\x7a\xc2\xb8\xa8\xd2\x7e\x4f\xbe\x6e\xbb\x78\x3b\xbf\x15\x65\x22\xc9\xf7\x34\xda\x43\x28\x10\xe2\xd5\x6d\x29\x31\x7b\xb5\xe1\x20\x45\x87\x4b\x22\x39\x70\x93\x9b\x59\x07\x12\x19\x70\x24\x03\xd4\x5f\x18\x36\xb7\x80\xc3\x41\x0f\xaf\xf9\x35\x4e\x75\xee\x42\x19\x5c\xa4\x0b\x30\x4d\x0f\xe6\xd7\x79\x9a\x34\x77\x13\x4d\x6b\x66\x90\x9c\xfc\x6e\xe9\x6f\xa9\x74\x73\x07\xbd\x00\xaf\x6b\x43\x3f\x96\xcd\x59\xa9\x5c\x4e\xa7\xb9\x91\x76\xbc\x61\x77\x0c\xbe\xcc\x87\x06\x16\x73\x56\x84\x80\x71\xad\x06\xf0\x94\x41\x05\x9e\x2f\xf0\x86\x10\x0d\x60\x32\x89\x4e\xda\xcc\x25\x44\x01\xf9\x75\x60\xe9\xc0\x8d\x77\xd0\xbc\x64\x78\x22\x33\x31\x71\x96\xa8\x19\xa0\x2f\x06\xc4\xa9\xae\xce\xe7\x1c\xb3\x45\x04\x19\xbf\x61\xc2\x34\xec\x7a\xd7\xb3\x3c\x4f\x24\xa4\x24\x32\x1e\x50\xc0\x26\x61\xbd\xbb\x2e\x0e\xac\x90\x70\x20\xeb\x5a\x0b\xb7\x25\x1b\xa9\x57\x6c\x48\x3e\x97\x6a\x02\x09\x6c\x12\x02\x34\x8f\xc8\x36\xdd\x44\x1b\xcb\x57\x0c\x3f\x53\xfb\x3b\xb0\x55\x80\x38\x3f\x71\xc5\xb4\xf8\xcb\x8e\x41\xbc\x54\x7d\xcc\x0c\x34\xc3\xda\x13\xa2\xc6\x92\x26\x6d\xcc\x59\xf3\x19\xb9\x50\xda\x5f\x39\xe5\x1e\x24\xe1\x35\x52\x25\x28\x0e\xed\x27\xf3\xf2\x25\x9b\x3e\xf0\xd8\x13\x9b\x5c\x0e\x4b\x94\xa9\xda\x54\x8f\x0a\x57\x91\xc8\x35\xa9\x97\x01\x41\x7d\xec\x82\xec\xb9\x91\x76\x2c\xba\x43\x93\x04\x3c\x4a\xdd\xaa\x65\x60\x61\xd0\x90\x81\x0c\x4a\xa0\xcc\x04\x73\x1b\x10\x74\x14\x1b\xdb\xc2\x9b\x05\xb7\x60\x66\xd5\x80\x66\x47\x11\x70\x8c\x6a\xee\xd2\xec\xaa\xf1\x9d\x60\x7a\xe9\xa6\x3b\xf5\xfa\x69\xd7\xef\xe3\x82\x1c\xe2\x3d\x0c\x9a\xce\x21\x45\x94\xeb\xf3\x87\x62\x1c\x3a\xf9\x8b\x4e\x86\xde\x8e\xea\x6d\xf8\x59\x28\xf0\x96\x2a\x9a\x12\x7a\xf0\x96\xf7\xe4\x3a\x79\xf4\x6c\x16\x1b\x81\x49\x9a\x7f\x82\x6e\x00\xa1\x56\xcb\xbb\x12\x41\x89\x38\xe1\x58\xf8\x31\x68\xca\x4d\xe3\xe0\xc3\x02\xda\x91\x45\x91\x61\xb3\x46\xbf\xd3\x6c\xa5\x41\xfa\x49\x0b\x1c\x50\x7d\xcb\x5b\x84\x8c\x5d\x5a\x0a\x77\x71\x0b\xc1\xeb\x1c\x36\x37\xd6\x8d\x4c\x47\x9a\x4b\xba\xcb\x62\xf6\xf4\xfc\xc6\x33\x76\x54\xb8\x42\xdb\xec\x0f\x28\x26\xf2\x95\x4b\x13\x46\xe1\x3c\xf1\x97\xe1\x4e\xf4\x67\x23\xa1\x01\xbf\x87\xbe\xbe\x5f\x89\x86\xed\x86\xc7\x47\xec\x47\x40\x9f\x87\xa8\x86\xfe\xb0\x81\x9e\x87\x9b\x4a\x8a\x5a\x37\x5d\xd0\x59\x5f\xfc\xd8\x53\x0d\xce\xca\x2d\xb7\x32\xd3\x52\xcf\x52\x09\xa2\x4b\xe7\x55\xa2\x61\xe4\x4b\x1d\xd2\xa2\x0a\xf5\x62\x55\xac\xc3\x4a\xe1\x09\x51\x8f\x9c\x0b\x23\x0e\x7b\x90\x92\x2e\xb2\x1f\xb6\xe5\xc6\x3a\x13\x14\xb5\x1b\x1b\x97\xa9\x6f\xb5\x1d\x38\xd6\x7b\x27\xed\x82\xe2\x01\x12\x6d\x63\x6f\xe6\xc3\x51\xe1\x07\x54\x86\x52\xcb\x05\x3d\x73\x4c\x30\x75\x8f\x84\xac\x80\x07\x2f\xb7\xac\x43\xc5\xc9\x7c\xe8\xb0\xf7\x3e\x69\xeb\x63\x4d\xe1\xd1\x40\xd3\x7b\x2c\x2a\x2c\x6c\x3c\x48\x5b\x66\xf5\xe4\xc1\x2f\x22\x1a\xd5\xf9\x2c\x87\xcc\xd0\x51\x44\x57\x67\x48\xbc\x1d\xe4\xb3\x27\x18\x60\xa7\x97\x0f\x81\x4e\xa1\x5f\xd3\xa7\xa8\x14\xfb\xd8\x59\xbd\x84\xae\x52\x80\xf5\x58\xc4\xcd\xca\x95\xd8\x91\xbe\x24\xe5\x2a\x8c\xb4\x74\x14\xc0\x0c\x08\x02\xeb\x67\xde\x7e\xee\x7c\xee\x63\x87\xb1\xf2\x61\x7b\xfb\xfb\xe7\xf3\xd3\x2f\x9d\x79\xfb\xf9\xf3\x39\x68\xa2\x4b\xfd\x1b\x9b\xcd\x0b\x69\x7c\x10\xec\x2b\x1d\xfa\x83\xf4\x62\xd6\x1b\x71\x98\xde\x04\x6d\xfc\x7b\xc8\x12\x33\x4f\xe2\xd7\x1d\xb5\x28\xf2\xdd\xa1\x15\x66\x98\x69\x5e\xd4\x9e\x10\x1e\x17\xb1\xd2\xf8\xce\xc3\x75\x6d\x69\xa2\x70\x9d\x22\x12\xa3\x9d\x06\x9f\xa9\x59\x6d\xc5\x39\x1a\xd9\xb8\x6d\xc7\xa4\xc6\xa0\x39\x1a\x42\x1a\x9a\x13\xe6\xcf\x75\x47\x27\xce\x1d\xc2\xe1\x66\x6d\x38\x5a\x73\x66\xa2\xf5\xff\x1e\xfd\xf5\x12\x9e\x19\x1c\xf4\x3b\x76\x39\x3d\xe7\x03\x27\xee\x12\xac\xc7\xf0\xb3\x86\x70\xe2\x83\x59\xdd\xc7\xeb\xaa\xf0\x62\x09\xad\x53\x0b\x5e\xbf\xb4\xbc\xbb\x68\xf9\xcc\x76\x12\x82\x2a\x8d\x37\x48\xf1\x02\x78\xa0\x80\x79\xb0\x7e\x00\x41\xeb\x27\x9a\x7e\xb6\x64\x6c\xa6\x94\xf6\x6d\x7c\x51\x3d\x5e\x00\x1a\x70\x87\x6e\x77\x8f\x7d\x5d\xb4\x29\x19\xc7\x2e\x13\x7c\xe1\x5c\xb0\xf7\xe3\x0d\x49\x2c\xad\x91\x2c\x37\x71\x50\x1f\xd9\xc2\xc0\x1c\x46\xa6\x38\x11\x95\xa0\x43\x34\x14\x8f\x37\x67\xbf\x47\x85\x85\x1d\xb3\xce\x1f\x30\x91\x38\xea\xd8\xe3\x36\x3b\xfb\x12\xe3\x56\x5b\xfe\x2a\xc9\x6b\x37\x51\xb3\x94\x12\x7c\xce\x17\xa6\xa9\xa5\x3c\xde\xa0\x2b\xc1\x7c\x9c\x9a\x66\x4b\x5d\x0c\x49\x8a\x86\x9a\x08\x2f\x85\xe6\xbc\x14\x57\xee\xbc\x96\x0e\x28\xfd\x9b\x2f\x32\x92\x9f\xf3\xc2\x84\xce\x9e\x9f\x2f\x15\x72\x76\xe6\xf8\x60\xf2\x85\x00\xad\xf1\x6a\xda\xce\x86\xe5\xd4\x7c\x02\x08\x91\xd8\x45\x39\x82\xe6\x45\x92\x9f\xfc\xe4\xf0\xf2\x99\x38\xb3\xa1\x4e\x92\x57\x66\xc1\xa8\x51\xab\xd7\x01\x29\xed\xdf\x89\xd5\x59\xd0\x0c\xbc\x11\x80\x61\x2c\xc9\x3e\xd4\xc0\x61\x82\x3c\x64\x3f\x9d\xf3\x1f\x82\xab\xdf\x8f\x4e\xe0\x4f\x4c\x9b\x0f\xaa\x5e\x2b\x35\x8e\x86\x70\xfb\x4d\xca\xe9\x0e\x55\x80\x6a\x74\x6b\x0b\x9c\x8f\x96\xf4\xa8\x72\x28\xba\x65\x76\x70\x88\x55\xc6\xc7\xd5\x06\xe8\xb2\x6b\xaf\xe6\x02\x21\x17\x4c\xcc\x4b\x22\xbe\x0e\xab\xcd\xfc\xd2\x19\xe1\x28\xae\x63\x1c\x3a\x68\xf8\x9e\x3c\xa7\x6a\xa4\x2b\x51\x62\x32\x71\xb8\x8f\x9c\xea\x24\xaa\x38\xa1\x5e\x06\x55\xf5\x9b\xe6\x05\x52\x6c\x1c\x68\x53\x59\x09\x66\x7d\x7e\x82\x50\x5f\xd1\xcd\x84\x3d\xc5\x45\x31\xec\xbe\x07\x60\xe9\x34\x45\x64\xbb\xf4\x6b\xba\x2c\x5b\xaa\xd5\xcb\x86\x51\xc7\x10\x1c\xe6\xad\x65\xa3\x99\xa7\xeb\x7c\xe8\x36\xf0\x98\x6c\x46\x5e\xe6\x8d\x70\x0b\xf4\xef\xba\xc1\x1b\xde\xea\xb9\x99\xa7\x0e\x5b\xa8\x06\x93\xab\xe8\x81\x55\x6d\xd4\x19\xb2\x5a\x09\x12\x96\x60\x0f\xc2\xb9\x64\xc7\x60\x57\x96\x7d\xc6\x60\xb3\xba\xed\x3c\xdc\x06\x5e\x7d\xd8\xb3\xeb\x42\xb1\xec\x43\xeb\x9e\xe7\x16\x29\x6f\x6c\x2d\xa9\xde\x34\x2b\xe5\x0e\x2c\xeb\x56\xa8\x04\x24\x9c\x92\xa7\xa0\x00\x0d\x74\x25\x91\x75\x40\xde\x1c\x5d\xbc\xda\x10\xc7\x6f\x2a\xa3\x02\x28\x38\xe1\xb0\x38\xa4\x82\xfe\x07\xe2\xe0\x4b\x69\x68\xc1\x41\xf4\x3a\x82\x02\xd8\x94\x81\x1b\xfc\xa0\xb0\x09\x59\x34\xeb\x6a\x68\xdb\xb3\x38\xfb\xb3\xc0\xbf\xb6\x99\xce\x7d\x0f\xff\x20\x6a\xc7\x17\xc7\xb2\xfd\xbd\xc7\x82\x23\xee\x8c\x48\x95\x49\xce\xfb\x62\xc7\xe5\x50\xd4\x39\x38\x68\xf1\x53\x4d\x60\x3d\x6d\x8f\x2a\x3f\x0d\x87\xf4\x0c\xa9\x7a\x5f\x04\xad\xaa\x10\x62\xfc\x6f\xa0\xe1\xf2\xeb\xf3\xf6\x57\x9e\x75\x27\x1d\x6c\x09\x1f\xcb\x93\x5f\x65\x6f\xb5\xd9\xdf\x69\x26\x33\xcc\x3f\x18\xfe\x9d\x77\xd9\xdc\x00\x36\xf4\x62\x3a\xc8\xa5\x92\x59\x48\x33\xdd\x89\x60\xdb\xa8\x3a\xd1\x35\x00\x4d\x65\x1e\x62\x65\x56\x15\x59\xcf\x0d\x6e\xcf\x8c\xa2\x01\x61\xdc\x76\x3c\xa9\xb0\x62\xaf\x84\xd6\x14\x33\xc9\x2c\x2c\x4e\x12\xfe\x9d\xda\xa4\xd1\xf6\x56\xc1\x08\xac\x0f\x98\x64\x0f\x3c\x55\x05\xc7\xfe\x37\x41\x2b\xbe\xd7\x91\x9d\xa6\xec\x2c\x59\x84\x79\xe7\x0d\xd6\xa5\xc1\x8d\x48\xd9\x34\x88\xc1\xb9\x72\x07\x01\x2f\xbe\x6b\x6a\xf4\x89\x38\x4c\x4f\x19\xf6\x81\x89\x92\x69\xb8\xee\x1d\x09\x53\xe2\xf2\x38\x0d\x3d\x53\x5d\x6e\xc0\xca\x6a\x9e\xb1\x48\x4e\xde\x42\x96\x1b\x14\x9e\xb6\x2e\x50\xba\x1c\x8f\x62\xa9\x8c\x5e\xa5\xec\x4d\x52\xc3\x06\x54\xe6\x07\x84\xd5\x2a\x0a\x1b\x29\x31\xbb\xc2\xb5\x0a\xe9\x2a\xd9\xd1\x6c\x65\x34\x6b\xbf\xb0\x38\xbe\xd9\x6d\xa0\x9b\x0d\x5e\x66\x18\xfb\xb1\x94\x84\xc4\x32\xed\x02\xbf\xf7\xbf\x84\xc3\x9c\x7f\x4a\xc5\x18\x2a\xcb\x73\xd9\x65\xa0\x47\xc3\x93\xaf\xa4\x32\xf1\xef\xdf\x67\x39\xaa\x6a\x69\xb4\x86\xc7\x4c\x07\x5f\x4a\xf0\xa6\x5a\xde\x2e\x02\xe0\x87\xe2\x2f\x2b\xc1\xdb\xc4\xeb\x23\x04\x97\xa0\x2b\x02\x0b\xde\xab\xf4\xe9\x88\xbc\x50\xce\x75\x1c\x79\x12\xdc\x17\x71\xc8\xa8\xcb\x98\x13\xc7\x40\x93\x5d\x6e\x48\x51\x85\x69\xba\x8c\x52\xe8\x70\x6d\xe1\x3b\x0b\x63\xe0\x17\x57\x1d\xe5\xb6\xfc\x1a\x9f\xfe\xde\x99\x36\xe3\x67\xf7\xc2\x1f\x56\x78\x62\x22\xd2\xa2\x76\xfb\x36\xdc\x2e\x7c\x91\x54\x23\xdb\x9f\x67\x4a\xb2\x33\x22\x14\x4a\x23\xcb\x36\x48\x1f\x05\x26\xef\xd4\x94\xd9\xab\x64\x31\xe1\x22\x45\x73\xce\x48\x20\x66\x25\x4e\x99\x8c\x7e\x56\xb6\x6f\x95\x06\x1a\x12\x12\xb8\x56\xbe\x06\x5a\xab\x16\xca\xcd\xda\x9e\x2e\x03\x72\x37\xea\xa5\xf6\x1a\xed\x91\x79\x43\x44\xce\x49\xf0\xb2\xae\x0d\xb6\xe4\x55\xb8\xc0\x40\x55\x51\x9a\x32\xd4\x9e\xf8\x67\x63\x98\xed\x8d\xed\xb4\x89\xba\x7b\xa7\x4a\xdd\x15\xfb\xa9\xb2\x7c\x58\xce\xb3\x22\xfb\xad\xab\x72\xe4\x38\xff\xba\xb7\x9a\x38\xa3\x52\xba\x10\x2a\xdd\x69\x73\x58\xeb\x21\x94\xe6\xeb\x41\xc1\x09\x9f\x51\x78\x53\x6d\xe2\x5e\x98\xba\x81\x3d\x63\xb6\xc8\x25\x85\xcb\x70\x6f\xfd\xf3\x0a\xce\x6b\x53\x78\xc1\x13\xcf\xf8\xc7\x9b\x52\x85\x58\xcf\x34\xa5\x5b\xd8\xd2\x72\x3c\x25\xa8\x0c\x76\x9a\x64\x5b\x20\x97\xec\xb9\xd4\x52\x67\xbf\xf4\xbd\xca\x25\xb1\x0c\x15\x24\x17\xf1\xcb\x26\x9f\x4d\x9e\x32\x07\x83\xff\x77\x16\x18\x97\xb3\x66\xbc\xbd\xa7\x22\xb7\xe0\x64\xac\x2f\x96\xbc\x07\x72\x3c\x0b\x23\x26\x74\xd8\xf1\xf8\x94\x1e\x3f\xaa\x03\x78\xbc\x5b\x86\x21\x34\x5c\x7e\x3e\xf7\xf3\x1d\xda\x50\x3a\xf2\x84\xc7\xf8\x83\x99\x7f\xdf\xb1\x77\x3e\xe3\x98\x10\xdc\x17\x65\x4d\xe7\xd4\x4f\xf7\x91\x2f\x1f\x2b\xa2\x84\xf3\x1d\xb3\xb7\x21\xfb\xd6\x5f\x25\x81\x43\xea\x39\x61\x70\x99\x97\xad\x83\x9c\x25\x27\xe4\xb0\xe4\x0e\x3c\xa2\xf7\x50\x9f\x2b\x0a\x1a\x3c\xd1\x89\xf1\x95\x7e\x1e\x4a\xa9\xcb\x4f\xa3\xf2\x96\xad\x46\x06\xa3\xe9\x4e\xf9\x0f\x6d\x41\x18\xf1\xe2\xe9\x62\xc3\x2c\x8f\x67\x72\xa6\xe2\x27\x4e\xf4\x11\x63\xfe\x18\x10\x16\x05\x34\x29\x33\x3b\x86\x75\xae\x18\x04\x12\xdb\xe5\xea\x0f\x6f\x41\x94\x12\xbc\xb9\xda\xa5\xec\x42\x46\xe1\x17\x70\xa2\xf0\x57\xfd\x52\xda\x69\x61\x7d\xba\x65\xf5\x36\x76\x13\xe9\x78\xca\xeb\x69\x93\xe1\xe0\x37\x3e\x7c\xd2\x1c\x21\xe4\x9b\x57\x03\xd1\x41\x13\x8e\x33\xa2\x23\xe0\x8c\x40\xf7\x25\x95\xe8\x01\x7a\x4b\x47\x95\xdf\x74\x4c\x88\xf1\xe0\xd8\x65\xdc\x09\x6b\x42\x38\x10\x50\x47\xe0\xb9\x67\x5e\xa7\x95\x32\x02\xdb\xcc\x06\x39\x54\x3e\xd9\x2a\x53\x14\xce\x52\x4b\xef\x25\xe0\xaf\x69\x0c\xee\x16\x98\x61\xf0\x13\x2b\x38\xa8\x85\x56\x6f\x04\x23\xdd\xa0\xe6\x94\x66\x2a\xb2\x08\xf2\xcd\xaa\x5e\x82\x38\x9c\xb3\x7e\xdc\x7a\x91\x7c\x55\x48\x7c\xa7\x12\xe4\xad\x6d\x3c\xa1\x90\x46\x01\xe8\xa3\xb2\xdd\x0e\x00\xba\x8a\x78\xf1\x09\x62\xb5\x4e\xbb\xe8\xa0\x20\x67\x7c\xb5\x18\xd3\xce\x4b\xcd\xba\x9b\xbd\x75\xa8\xbc\x70\x25\xa6\xe6\x74\x2a\xfd\x92\x68\x63\xb8\x1d\x1c\x0c\xb1\x15\xcc\xdf\xd8\x18\x0d\x87\x80\x40\xaa\x15\xa6\xde\x21\xdb\xf6\x8e\x9f\x2b\xd9\xd2\xec\xfd\x36\x9a\x1d\x08\x48\xb8\x2c\x7c\xb2\x00\xf5\xd9\xb0\x4b\x98\x01\x62\xe5\xe4\x0f\x76\xaa\x3c\x80\x25\x01\x0e\xca\x04\x80\xb6\xd6\x52\x32\x00\xa6\x5a\xe1\xe5\x4d\xb0\x94\xa4\x24\x28\x8d\x14\xa2\xb5\xdf\x0c\xf3\xc7\xa9\x43\xef\xf0\x65\xab\x6f\xaa\x62\x66\x8f\xa4\x71\x18\x03\x51\xc8\xb1\x88\x4e\x73\x72\x55\xb4\x7d\xb6\x7b\xbd\x0b\xb9\x35\x9a\x94\xc4\xac\x59\xc5\x82\xdd\x00\x5b\xd9\x90\xc6\x78\x3d\x1b\x42\xea\xfb\xeb\xfe\x7a\x37\x9a\x79\xd6\x6a\xb8\xad\xa9\x14\x56\x92\x6b\xcc\xab\xd8\x6a\x4e\xd1\xf6\xa5\xfc\x95\x77\x4a\x45\x80\x6f\x10\xff\x4f\xf9\x2c\x6d\x6b\xce\x72\xa7\xa6\x5a\x92\x17\xd0\x3b\x3a\xca\x8c\x06\xde\x89\x2b\xa6\x8a\x94\xfc\x90\x53\x72\x62\x66\xc7\x6c\x49\xfb\xa8\xaa\xf3\x79\x69\x21\x0f\x84\xb4\x55\x87\x25\xd5\xdd\xaa\x9a\xed\x8b\xc0\x47\xb4\xd5\xa6\xfe\x84\x7b\xf8\x08\x1f\x8c\xd3\x3f\x2d\xda\x1a\x00\xa5\xc5\xf0\x41\xd6\x40\x7e\x1d\x61\xf5\x36\xf4\xa9\x44\xaa\xc6\xed\x90\xc9\xc1\xe2\xfb\x3e\x9a\x0a\x10\xbf\xbe\xbc\x91\x11\x8f\xd2\x77\x21\x00\xa2\xd9\x69\x10\xd5\xfa\x3c\x1e\x89\x9f\xa0\x2a\x17\x29\x9e\x59\xdb\xcd\xe4\x9f\x4d\x63\x37\x8e\x37\x46\x63\x44\xe5\x8f\x54\x69\x15\xd5\x9b\x04\xc8\x5d\xa6\x8d\xd5\x23\xb8\x48\xfe\x79\x58\x08\x9e\xc3\x7f\xa9\xaa\xbc\x8d\x41\x08\x2a\x41\x8a\x23\xa6\xbf\x90\x35\xe2\x80\x38\x8e\x16\x19\x49\xd2\x47\x4d\xc5\x53\xdc\x2a\xcb\x0f\xd8\xc4\x78\x00\xf4\xcd\xae\x93\xec\x22\x55\x57\xb5\x6b\xef\x97\xae\xfd\x3a\x56\x11\x38\x44\x82\x79\xc0\x3a\x8d\xab\xc2\x2f\x5e\x2d\xa4\x9a\x1b\xe6\x0e\x07\x3c\x40\x48\x48\xaa\x71\x33\x87\x28\x35\x63\x40\x9a\x8a\xdf\x1c\x2e\xaa\x31\x1c\x34\x5b\x17\x4a\x5c\x79\xf5\x15\x7e\xb7\x05\xf0\x6c\x78\x55\x22\x3b\xdd\xb6\x97\x3c\x0d\xe5\x1f\xe5\x1d\x3a\xf5\x67\xbe\xb1\xda\xcc\xf5\x45\x53\xeb\xda\xfc\x5e\xf6\xc5\x8a\xbc\x12\x7e\xbc\x1c\xe9\xa8\x7f\x05\x29\x68\x7f\x9d\xfc\x0a\xd0\x8b\xf9\x27\xeb\xb6\xd3\x77\x7f\x6d\x35\xd9\xd6\xb6\x23\xc1\x40\xe5\x61\xc9\x58\xb0\x56\xa5\x5a\xa1\xd4\x8c\x33\xd6\xdf\x8f\x7d\x2b\x9c\xdb\x1c\x2a\x95\xaa\xe0\x2b\xcc\xad\x34\xf1\x34\x40\x15\xbe\xc7\x76\xe8\x36\xa0\xcf\x41\xe3\x3d\x72\xc1\x44\xa4\x7e\xb5\xb0\x51\xd7\xc8\x90\x78\x87\xdc\xcd\x37\x49\x45\x17\x14\x2e\x90\x77\x36\x8e\xa4\xae\xb5\x71\x97\xa5\x81\xec\x83\xf6\x47\xab\x72\x2a\x17\xf9\x8d\xb0\x70\xc5\x69\xdf\xb4\x3a\xe5\x0a\xd5\x07\xb1\xc4\xe8\xb8\x50\xf8\x55\x44\xdd\x26\x8a\x05\x81\xc2\xea\x62\x80\xd5\xa1\x82\x30\xa0\xab\xcf\x29\x28\x0d\x9c\xf2\xbf\x09\x32\x95\x96\xc3\xe6\x6c\x3c\x09\x4f\x5e\x2a\x3e\x33\x09\x39\x1d\x2f\x7c\xbc\xc0\x04\xa1\xee\x1a\xa3\xf9\xc5\x97\x04\x6c\x86\xdd\xf9\x36\xbe\x80\x29\x49\xe5\x67\x75\xda\xb1\x3c\x05\xf1\x4b\xfa\xcf\x2b\x9f\x49\x52\xb4\xa9\xac\x79\x0c\x15\x2c\x8f\x29\xe1\x1f\x87\x99\x71\xb6\x9d\x8a\xca\x22\xba\xae\xcd\x18\x0b\x7e\xe1\x5f\x73\x97\xbb\xd1\xd5\xd6\xa8\x47\xc0\x0a\x0a\x19\x1a\xb9\xad\xf1\xdc\xfa\xd9\x24\x82\x01\x4e\x48\x10\x32\x33\xde\xb2\xe4\x50\x12\x4e\xac\xe1\x95\x14\x87\xf2\x34\xd9\x26\x1d\xc4\xfb\x44\xe2\xa0\x60\x48\xbe\x60\x49\x97\x1e\x4f\xc7\xea\xdf\x5c\x69\xcd\xdf\x97\x35\xcf\x83\xfa\xfb\x1c\x4c\xb8\x68\xa1\x47\x15\xa5\x34\x24\xbd\x28\x7b\x20\x47\x4a\x74\xac\xc5\x7b\x16\xb6\x40\x05\x09\xe4\xbb\x41\xa6\xf8\x82\xcb\x3a\x97\xb7\x03\x48\x58\xbc\x40\xfc\xea\x8a\x88\x20\x28\x0e\x4d\x05\xa8\x90\xce\xbe\x24\xf0\x3b\x45\x7e\x75\x6e\x45\xd2\x27\xb9\xcc\xab\xd3\x17\x4a\x90\xed\x01\xc4\xdf\x44\x67\xa7\x3a\x61\x82\x01\x9d\x3f\xc3\x66\xcf\x50\xb9\x33\x9c\xbd\xc3\x6a\x87\x90\xcb\x28\x3d\x44\xff\x32\x2b\xe6\x2b\xc2\x1c\x1e\xa5\x2c\x6c\x94\x26\xfe\x91\xa7\x55\x89\x12\x92\x52\x51\x41\xcf\xc5\xd6\x30\xf8\xe5\x04\x80\x7e\x3a\x37\x45\x77\xd6\xe2\x0e\x9d\xa4\xcf\x57\x18\x32\xc8\x16\x63\x0d\x9c\x9e\xec\x42\x1c\x4e\xf5\xf9\x60\xdc\x1e\x5e\x8a\x2d\xb3\xec\x56\x5e\x19\xb0\xb4\x42\xad\x82\x35\xe5\xeb\x12\xb3\x2d\x1e\x2f\xca\x3d\x51\x48\x59\xa0\x63\x86\x52\xae\xd6\x42\xc6\xd4\x29\x05\x36\x53\x7c\xfb\x9a\x4a\x98\x66\xd3\x10\x05\x46\xce\x25\xdb\xff\xfe\xdf\x63\xfb\x57\xc4\xa5\x22\xd8\xbe\x2c\xc9\xa6\x9c\xd0\x9c\xb2\x5e\x28\x20\x49\xad\xe2\xb1\xc0\xb1\x64\xf5\xcf\x7b\xab\xdf\x0d\x55\x6d\x21\x12\x63\x8e\xd8\xcb\x82\xa1\x8f\xb0\x64\x20\xae\x02\xf8\xf9\x35\x49\xf8\xe4\xea\x2e\x95\x93\x53\x4d\x9c\xfd\xda\x03\x8f\x70\x53\x9e\xae\x2f\x56\xf2\x65\x7f\x49\x9a\x41\x30\x7a\x9e\xaa\x94\x69\x17\xe5\x6e\xaf\x62\x0d\x97\xa7\x6d\x2f\x23\x5d\xf6\x84\xfc\xaa\x92\x6e\xb9\x3e\x3b\xcd\x0b\x28\x1e\x30\x43\x07\xc9\x23\x38\xc7\x99\x65\x2c\x15\x57\x06\x11\x27\xe5\xe9\x28\xd7\x58\x5b\xbb\x5e\xb2\x1a\x38\x1e\xc7\x7c\xa4\x0b\x24\xfa\x7e\x0a\x6a\xb2\x60\x73\x7e\x72\xa2\x68\x52\x22\x4c\xfa\xe1\x6b\xa2\xb5\x2c\x0e\x35\xb6\x45\xc1\x02\xfe\x86\xf1\x24\xcb\x82\x60\x81\x3a\xb9\xe8\xfb\x71\xf5\x40\x61\x2a\xd0\x62\x41\xee\x4f\x7f\x54\xb5\xbb\x41\xba\xd3\xbb\x98\x56\x8c\x7b\x4f\x77\x72\x00\x58\xa8\xfc\xd1\x4e\xe7\x82\x51\x73\x58\x33\xc3\x8f\xf1\x51\x61\x74\x15\xe2\x09\x44\xfd\x68\x21\x72\x00\x71\x9e\x50\xe9\x6b\x27\xdd\xd9\x90\x21\x56\x2a\xdf\x67\x9e\x17\xe7\xd5\x44\x65\x67\x8c\xff\x5e\x4b\x6c\x2b\x40\x39\x01\x7f\x11\xe6\xa9\xf7\x6a\xf2\xde\xf7\x25\x79\x74\x3b\x1e\x2b\xed\xd8\xa4\x74\x79\x75\xff\xf6\x2e\xa5\x1b\xa0\xf2\x2a\x43\xc0\x3f\xd3\x87\x40\xbb\x46\xfc\x30\x7f\xcb\x3d\xfd\x0a\xe5\x25\xd2\x2a\x8c\x29\xd5\xd8\x3a\x44\xb6\xf4\x7e\x31\x76\xfc\xdf\x75\xa4\xc9\x0c\xa4\xa5\x44\xf2\x16\x7d\x4b\x4c\x2c\x51\x4d\x02\x49\x51\x11\x23\xc3\x64\x33\x67\x88\xfe\x88\xcc\x1f\x33\x3a\x24\xc2\x51\x80\x26\x20\x05\x22\x9b\x1f\x17\x0e\xaa\xcd\xd4\x15\xc3\x1d\x95\xea\xe1\x0b\xb3\x20\x0e\x06\x6f\xfe\xec\xdc\x5b\xac\x42\xd3\x09\x15\x85\xa1\xb0\xa4\x4c\xc2\x7c\x40\xf7\x82\xbc\x3f\x45\x10\x5d\x23\x67\x6b\x1b\x96\x92\xe8\x84\x04\xbb\x92\x68\x19\x30\xc7\xe2\x24\x46\x7f\x8a\xc4\x75\x73\x1a\x72\xb9\x3f\x4a\x74\xec\xb4\x6b\xf4\x73\xc4\x03\x57\xa8\x54\x81\xe5\x77\x50\x31\x5a\xdd\x6d\x85\xbc\x7e\x7a\xa0\xc7\x4b\xd8\x57\x2e\x92\x54\x48\xfe\x7b\x04\xb8\x78\xa2\xfb\x32\x33\x38\x55\xc1\xbe\xe0\x6d\xfe\xe7\xa5\xb6\xb0\xea\xfd\xaa\x12\x41\x6e\x5b\x8b\x93\xef\x86\x83\xd5\x21\xe2\x0a\x46\xcc\x2e\xa6\x10\x8b\x7c\x57\x79\x68\x4d\x3d\x81\x0c\x61\xee\x40\xd3\x9e\xe8\x10\x92\xcb\x69\x1e\x46\xc2\x43\xb0\xbc\x65\x4d\xaf\x15\x52\x22\x2f\x70\x02\x8a\xe6\x06\x54\x77\x06\x11\xc7\x4b\x16\x60\x4f\xe5\x6b\xf1\x1e\x0d\x6f\x5d\x5c\xa2\xcb\x54\x02\x6b\x38\x4a\x5d\xaa\xbd\xd2\xee\xd1\x1f\xbb\x9c\xdd\x04\x01\x42\xe4\xd7\xb2\x17\x1a\x82\xcf\x01\xa6\x85\xdb\x5b\x4b\x6c\x55\x42\xd4\x7c\x7c\x48\xa4\x18\xf3\x7d\xcc\x58\x7d\x4c\x35\xc5\xa7\xc2\x50\xee\x7a\x40\x43\x7c\xa9\xbf\xa6\xf2\x89\x58\x2f\x29\x15\xfa\x1e\x6b\x95\xf7\x7b\x98\x16\xcb\xc6\x38\x96\x1b\x91\x2f\x41\x1e\xfa\x8e\xf8\xea\x71\x6e\xdb\xa7\xfa\xfa\x71\x27\x46\xdf\x3b\xb2\xdc\x79\xa3\xd7\xbe\x4c\x75\x62\x6c\x19\x02\xf2\x31\x1e\x97\x0d\x25\x04\x65\x46\x98\x92\x5b\x9d\xba\x7c\x46\xee\x6c\x74\xca\x3a\xb4\xac\x70\x81\x13\x49\x08\x8f\x17\x73\xbf\x98\xac\xc5\x0a\xc3\x58\x73\x85\xa4\x32\x73\x89\xc5\x48\xfc\x55\x1b\xf4\xb2\x25\x59\x40\x65\x81\x51\x12\x24\x73\x04\xd7\x94\xec\x62\xca\x56\xb0\xeb\xf8\x3d\x01\x22\x4d\xcb\x26\x25\x99\xba\x5e\x3a\x10\x0c\x9f\xe0\xa7\x27\x02\x00\xa3\x03\xa2\xe3\x63\x5b\x1a\x71\x82\xb5\x8f\x54\x66\xdd\x13\x8b\xa7\xd5\x43\xb0\x29\xb3\xd1\x7e\x5b\xba\xcd\x07\x58\x5a\xe7\x2e\x27\xb9\xe1\xdb\xf5\x8a\xfd\x63\x5a\x67\x36\xd3\x48\xca\xde\x49\x14\xe1\x16\xba\xe4\x95\xf5\x40\xe0\xc7\x1a\xd9\x2a\x25\x7f\x0c\xab\x7f\xbf\x61\x3e\x3d\xd5\x2c\xb7\x56\x41\x74\x94\x42\xe5\x7d\x66\x9b\x6c\xde\x50\x55\x2f\x3e\xe4\x57\x59\x74\xe0\xb1\xca\xd6\xb0\x37\x3c\x46\x45\xb1\x35\x7c\x15\x5f\x2e\xa5\xd9\xa4\xdb\x06\xca\x6d\x55\xd9\x24\x5e\xf8\xfc\x00\xf1\x13\x04\x3a\x86\x6a\x27\x94\x30\xa9\xda\xf7\xcf\x72\x0e\x9c\x4d\xfb\x4b\x4b\xc9\xe7\xae\x76\x9f\x9b\x44\x00\xdc\xda\x03\xd6\x24\x92\xcc\x32\x84\x9c\x20\x15\x21\xd6\xf7\x5e\x70\x9c\x95\x25\x18\x4e\xaa\x7f\xfa\x7f\x9e\xfb\xd9\x4f\xd7\x78\x9b\xef\x9e\xbd\x74\xe9\xd2\x59\xd0\x46\x9d\x1d\x0d\x3a\x69\x17\x7e\x6c\xf3\xbe\x4d\x9b\x74\xe7\x25\x8c\x33\xa8\x17\x7b\xf5\x17\x9f\x35\x7f\x3d\xc3\x95\xa4\x95\x30\x64\x95\x7a\xd5\x2a\x2a\xc5\xb5\x1c\xb3\xf4\x89\xd9\xcc\xbf\x2b\xd7\x12\x30\x2d\x8c\xeb\xc4\x9a\x96\x58\xd4\x7d\x1f\xd5\x2e\x54\x60\x74\xec\xc9\x4e\x00\x88\x5e\xbe\xb0\xf8\xcb\xd2\x82\x44\x6b\x60\xd6\x7b\x0e\xff\x51\x3f\x1b\x99\xe2\xc2\xca\x35\xfd\xc2\x7e\x99\x59\x89\x5b\x35\xa9\x85\x8e\x7d\x7c\x4e\x0d\xfd\x90\x30\x65\x0b\xbc\x98\xda\x1c\xb1\x5f\x09\xb7\x79\x50\x4c\x85\xe9\xb7\xa0\xe7\x94\xde\xfc\x2c\x5c\xc1\x5c\x40\x32\x1c\x83\x72\x1f\xe1\xef\x86\xd8\x7e\x5e\x0e\x27\xc2\x2c\x3b\xbd\x6e\x47\xb8\x13\x42\x39\x09\xc3\x14\x7c\x95\xa7\xe3\xb1\xcc\xda\x2a\x48\x03\xe5\x69\xb7\xdd\x48\x81\x47\xc0\xd8\x18\x88\x92\xa2\x00\x1a\x51\x5f\x3b\xb5\x23\xb2\x7c\x2a\x6d\x6b\x30\x12\x55\xdd\x23\x61\x4c\xa4\x10\xce\x76\x7c\x54\xf8\x49\x01\xe8\x69\x5d\xd3\x45\xb8\x63\xea\x72\x1e\x37\xe6\xe8\x19\x6f\x64\x4d\x50\x36\x0a\x47\x72\xe7\xcc\x7f\x57\x3c\xf0\xfc\x0c\xb5\x45\xd9\x1d\xe9\xfa\x9b\xe6\x7f\xa2\x67\x8d\x23\xbf\x89\xec\xda\xee\x52\x73\x05\x56\x5c\x48\x75\xed\x5d\x73\xb5\xe1\x67\xcf\x9d\x7c\x0f\xf1\xc9\x7d\x67\x8b\x0a\x71\x96\x94\x57\x66\xfc\xbe\xcb\x52\x47\x19\x5c\x84\xc1\x67\x5a\xb1\xe6\x15\x26\xd5\x46\xe8\x32\x67\x40\x82\x6b\x20\x93\x22\xe6\x7e\x0c\x4d\x82\x70\x2e\x25\x82\x61\x85\xdb\x3b\x11\x37\x95\x92\x80\xcb\x9d\xbc\xd9\xff\x59\x1e\x4c\xa9\xa2\x67\xa8\x01\xb4\x73\x95\xea\xd9\x3e\xa9\x37\x0a\xa5\x4b\x10\x86\x1a\x2b\x2f\xeb\x9c\x09\xac\x54\x1a\x6b\x93\xb1\x2f\xad\xfb\x39\x11\x4f\x7c\xc2\x5b\xc6\x8c\x70\xf4\x84\x71\x14\xe9\x2c\x29\x86\xa6\x94\x24\x54\x65\xaf\x03\x13\xb9\x1f\x8e\x7b\x0e\x46\xa1\xc2\x3d\xbb\x52\x8a\x3a\x0e\xc0\xf5\x10\xd9\x51\x72\xfa\xb7\xb0\x5c\x42\xf0\xa9\xdd\xdb\x69\x66\x5c\xb0\xe4\xc8\x07\x6f\x46\x94\xdb\xcd\x6e\x17\x3c\x55\xbf\x40\x98\x34\x97\xa0\x6f\xa9\xdf\xe9\x5d\xe6\xd2\x4f\x5f\x88\xb9\x98\xab\x99\xb0\xad\x4d\x81\xb3\x46\xd7\x70\x2e\xae\x7b\x75\x21\xa8\x95\x06\x73\x03\x59\xd3\x62\xb8\x96\xf9\xa7\x61\x77\xdf\xb2\x70\xcc\x25\xdb\x9c\x29\x92\xa5\x39\xac\x20\x56\x88\xaf\x35\xcb\x47\xe8\x7d\x7f\xcd\xc6\x33\x10\xeb\x3d\xb3\xac\x2f\x98\x30\xbc\x92\x4b\xd3\x48\x25\x57\x67\xdc\xed\x35\xbc\x83\x74\x81\x1b\xea\x79\x42\x6d\x17\xf6\x17\x59\x7a\xca\x5a\x63\x5b\xe5\x1a\x1f\x3b\xbb\x85\x75\x89\x6c\x87\xa0\x28\x53\x54\x1a\x72\x05\x83\xaa\x57\x69\x2d\xd3\x15\x85\xeb\xeb\xfe\x94\xaa\x6c\xd3\x17\x4b\x41\x23\x34\x69\x3f\x0a\xc4\xbb\xd9\x32\x27\x3e\x0f\x4e\xbd\x72\x4c\x4a\xe7\xbd\x1c\x44\xa3\x0e\xd4\x21\xd6\x3d\x55\x01\xc8\x15\xfa\xa2\x27\x7e\x18\x0b\x15\x49\xab\x5d\xd9\x7f\x65\x11\x88\xa8\x7d\xe2\x31\xca\x40\x2c\xdc\xb4\xf2\xaf\x5e\x0e\x3b\x8b\x74\x4c\xb5\x76\xb6\xb9\x59\xdf\x18\xf4\x2e\xe5\x50\x9d\x68\x34\x68\xd9\x32\xf1\x36\x93\x9d\x9f\xc3\x6e\xe6\x52\xe0\xec\x41\x35\x02\xe8\x0f\x31\xcb\x5d\x4c\x09\xe0\x85\x24\xd3\x47\x72\xa8\x35\x2f\x0b\xff\xa5\xdf\x30\x8a\x12\xc3\xd8\x5c\x71\xe0\xcf\x94\x28\xf2\x9a\x69\xe4\x90\x86\xc6\x6a\x75\x1a\x20\xdf\xee\x5d\x6a\xc0\x7f\x61\xdd\xa6\xdc\xe6\x5d\x71\x12\x12\xa7\xdf\x64\x7d\xcc\x14\xfd\x8a\x61\x58\xd5\x3f\xef\x77\x8c\x24\x0e\xf9\xfb\x28\x41\xdd\x23\xb6\xe2\x7f\xaa\xd5\xaf\xd3\x62\x4f\x75\x19\x75\xb3\xcd\x2c\x6d\x73\xa7\xdf\x73\xe4\x5e\xa9\x29\xac\x89\x20\x53\xd8\x54\xc8\xd9\x1c\xb8\x55\xb2\xee\x58\x12\x7d\x9b\x77\xe8\x6c\xe6\x40\x2d\xf9\xbf\xa1\x63\xf0\xc4\x8a\x99\xb2\xae\x4f\x75\x4b\x0f\x7a\x5d\x2b\xbe\x66\x43\x19\x7f\xf0\xa3\x9f\xd2\x1f\x98\xb6\x90\x8a\x9d\x07\xf7\x5d\x4c\x3c\x25\x4a\x4d\x52\x26\xd6\xe3\xa9\x13\xe5\x2b\x25\xf2\xc4\xff\xd6\x68\x05\xdf\x01\xb6\xb5\x2d\xdb\x83\xe6\xa6\x01\x88\xbf\x20\x9a\x65\x19\x1d\x13\xc6\xd3\xe7\xfe\x20\xb5\xe3\x48\x26\xa2\xf2\x20\xe6\x8c\xa9\xa6\x34\x22\xc6\xfb\x85\x0a\x17\xb2\x6d\x96\x25\xaa\x90\x76\x4d\x50\x9c\xad\xbb\x63\x54\xa7\x1b\xa4\x50\x4c\xce\xe4\x09\x2b\x4f\x30\x8a\x9e\x71\x73\xe0\x68\x40\x59\xe0\xc7\x6e\xad\xf8\xb0\x1a\x94\x95\x53\x25\x98\x14\xbc\x0b\x69\x3a\xf5\x31\xaa\xb0\x20\x5b\xd3\x0f\xb5\x92\xfb\xce\x85\x88\x8f\xdf\xb9\xd3\x91\x6b\x8e\xf3\xd7\x62\xac\x02\xfc\x36\x51\x68\x7d\x2a\xde\x14\x9a\xd1\xa7\x25\x3d\xc4\xf0\x4f\x64\x8f\x22\x49\x18\x4a\x75\xe3\x01\x70\x3e\xb4\xe5\x9e\xca\x62\xad\xa8\x95\x58\x67\xe6\xc4\x2b\x67\xd6\x54\x81\x4e\x28\x6d\xc9\x62\x87\xcd\x2d\xbf\x84\x08\xf2\x95\xea\x6c\x59\x4f\x60\x44\x5f\xc2\x39\xba\x63\x65\x8a\xff\xca\x4c\xaf\x38\xfa\x9a\x15\xd0\x9c\x64\xc6\x86\x71\x2b\x50\xa8\x15\x56\xf1\x24\xd2\x60\x21\x1f\x22\x8d\x2e\x0d\xd0\xf9\x1b\x75\xc0\x88\xb3\x3e\xd6\xef\x81\xd0\x0d\x3f\x06\x3c\xd9\x2b\x9e\x86\xc5\x26\x89\x57\xcf\xd8\xf6\x07\xd5\x07\xca\xd0\xae\xd2\xfb\x23\xd4\xd7\xd5\xeb\x91\x37\xe7\xe7\x05\x3f\x59\x38\x65\xe4\x59\xaa\x81\x74\x9d\x0a\xeb\xe1\x25\xea\x62\x0a\xf6\x40\x63\x0c\x03\x83\xef\x75\x87\xa3\x32\x09\x78\xc0\xea\xf6\x5d\x54\x41\x46\x6b\x65\x32\xa5\x76\xb4\x14\x9e\x3b\x01\xd3\xc4\xed\xb2\x1c\xa5\x36\xf5\xf0\x40\x7f\xb4\xd1\xc9\x8c\xb8\x8d\xc1\x06\xf6\xdd\x15\x41\x2a\xe3\x00\x0f\x41\x9c\x09\x63\xb4\x48\xa0\xc9\x87\x15\x48\x0e\x1f\xa1\x45\x73\x95\x28\x2a\x8a\x3e\x49\x98\xb4\x9d\x17\x39\x2f\x46\x7a\x46\x83\xd9\xa2\x68\x6b\x19\x8f\xe5\x42\x74\x42\xcc\x67\x33\x81\x3f\xd4\xbe\x29\x53\x97\x4a\xc7\x06\x0e\x5c\xe5\x2a\xc3\x13\x9b\xe9\x09\x63\x52\x0c\xb1\x46\x2b\x00\xbd\xf6\xca\xd4\x3a\xa5\x95\x7a\xce\x28\x0c\x43\x2b\xd4\xb9\x0c\xb1\x8d\x1f\x56\xa3\x47\x13\x6c\x5f\x0e\xa2\x61\xc4\xb4\x98\x11\xb7\x0b\xee\x5d\xea\xc2\xbb\xcc\xc3\x57\x39\xad\xd5\xde\xee\x0d\xb6\xce\xd7\xc0\x91\x80\x6a\x22\xb1\x43\x42\xa8\x45\x8f\xfb\x09\x60\xbf\x4d\x88\x9c\xf7\x3a\xdf\x65\xb5\xec\xac\x08\x0b\x2a\x2d\x1e\x69\xf5\xaa\x4c\xd1\x41\xf6\x83\x9a\x4c\x89\xab\x5e\x19\x54\x65\xaa\x4b\x3e\x70\x33\x6b\x29\xcc\xec\x4e\x79\xe8\xf9\x4d\x4a\xad\x6d\x03\x8f\x42\xf5\xcd\xac\xd6\x4f\x7b\x7d\xc0\xcc\x7f\xc4\x88\xd5\x69\x2d\xeb\x5e\xcc\xc0\xb9\xa8\xb7\x93\xa2\xdb\x36\x5a\xfa\xcd\xb8\x98\x4b\xbf\x50\x01\xa9\x06\x9a\xcf\xe2\x5c\x5c\x1b\xad\x36\x4c\x9b\x3b\x36\x51\x0a\xa6\xfa\x36\x7c\x0f\x14\xb8\x18\xb0\xaf\x07\xd6\x0d\xe4\x3a\xc2\xec\x34\x30\xe5\x06\xb0\xca\x3c\x1b\xf6\x48\x39\x13\xf3\x91\x9a\xea\x54\xe8\x30\x55\x69\xff\xc4\x4d\xa1\x1a\x5d\xaf\xe1\x3a\x5e\x51\x3c\x14\x1c\xc6\xa9\x30\xbf\x14\x07\xde\x3e\xb0\xe5\x92\x41\x34\x25\x55\x06\xa9\x85\x61\x01\x1c\x55\x39\x25\x85\xb7\x64\x95\xf0\x6e\xfe\x58\x69\x9e\x85\x13\xb2\x0b\x23\x0b\x6f\x29\x85\x0d\x14\x84\x94\x15\xdb\x65\xfd\x45\x51\x10\xae\xc7\xaa\xf3\xb2\x8f\x5f\xa6\x3e\x5e\xe1\x09\xeb\xb3\x8d\x73\x07\xd5\x8f\x48\x9e\x9a\xab\xb2\xd1\x5c\xc0\xd2\x6a\xc4\xad\x8f\x0d\x04\x36\xc5\x77\xf0\x72\x2d\x5a\x75\x05\xee\x43\x30\xc7\x6c\xe9\x33\xe4\x3a\x2c\xc5\xa2\x32\x2c\x8f\x5d\x88\x65\xe1\x4c\x0b\xcb\xaf\x7c\xe7\xa0\x3d\x8b\x9b\x02\xa4\x84\x70\xe2\x59\x9a\x29\x1c\xee\x5e\x11\xc4\xbd\x41\x09\x0f\x22\x62\x5f\x4a\xc0\x2e\x5b\x9d\x6c\x11\xc2\x88\x5d\xf0\xc9\xc2\xe4\xfc\xce\xd5\xee\x88\xd3\x28\x8e\xe2\x78\x61\x62\x25\x03\xa5\x49\xa0\xd5\xf5\xf4\xdb\x1c\x9c\x67\x1e\xf7\x8a\xb1\x79\xab\xe7\xab\x03\x63\x64\xec\xf2\xd9\x67\xc6\x69\x89\xcb\x8a\x72\x23\xaa\x1b\x5e\xdb\x9d\xc1\x27\xcc\xe1\x8f\x41\x43\x10\x07\xa8\x25\x9b\x5e\x1a\x88\x51\x81\xf8\x43\xb5\x7a\x45\x9d\x49\x38\x30\x08\x57\x59\x6d\x90\xe0\x94\x83\xa2\x93\x98\xda\x92\xed\x47\x52\x7f\xe1\x9a\xcf\x48\x4c\x39\xcf\x3b\xc5\x7f\x45\xa6\x2c\x79\xae\xd7\x93\x2a\x77\xcd\x85\xb5\x24\x17\xba\x6d\x72\x7f\x20\x0c\x55\x05\x25\xa3\x90\x1a\x1d\x41\xd7\x96\x8c\xc7\x3f\x2c\x29\x2b\xe9\xef\xd6\x77\xa0\x42\x47\xfd\xb3\x73\x49\x6d\x37\x5b\xa6\x07\x53\xce\x24\x4e\xbd\x2e\xa6\xbc\xc7\xb5\xa0\xac\x29\x8b\x39\x49\x4f\xca\xcb\x02\xed\x59\xce\xca\x39\x57\x95\x93\x7d\xab\x63\x58\x7a\x08\x59\x1e\xa5\x3c\x40\x77\x0d\x45\x1d\xfe\x15\xd9\xbc\x13\xfc\x7d\x1f\x4a\x50\x13\xf3\x50\xe7\x7f\xb7\xb3\x7e\x63\x61\xd1\xc9\x84\x9d\x22\x1d\x97\x31\x0e\x48\xce\x0b\x76\x4c\x94\x65\x5a\x4a\x81\x20\x15\x28\x83\x16\x96\x86\xde\x2b\xbc\xc4\x04\x77\xe7\x81\x6f\xbc\xeb\x37\xc8\x2e\xa2\xe9\x33\x6c\xb2\x1f\x36\xa9\x1e\x3b\xf0\x2b\x0f\x4e\xa2\x31\xe8\x75\x52\x52\x27\x1e\x46\x77\xed\xb6\x59\x91\xc4\xd6\x1f\xaf\xc4\x9d\xd9\xef\xe4\x47\x1c\x66\x27\x95\xaf\x86\x57\xbf\x98\x8a\x6e\x71\x2a\xe5\x8f\xec\x67\x66\x28\x2b\x8c\x60\x9e\x77\x74\xe4\xde\x40\x97\xf4\x42\x38\x56\xb7\x77\x29\xc2\x98\x12\x2e\x07\x84\x84\xa3\xd4\x88\x21\xad\xff\x4b\x2f\xe3\x2c\x7f\x36\x89\x18\x6f\x80\xbe\xf3\xf2\x41\xfb\x41\x75\x3e\xe8\x67\x90\x6c\xb8\xec\xf9\xba\xae\x57\xce\xee\x2c\xd6\x42\xc4\x0c\xa0\xd7\xc1\x2b\x8c\x16\x72\x59\x55\x45\xc0\x09\x69\x5a\x5f\x0f\x1d\x36\x48\xfa\x0a\xa2\x5e\x36\xb9\x65\x12\xcd\x6c\x37\xe7\x7c\x19\x55\xe1\x27\x75\x5e\x2d\x6a\x52\xaa\xf7\x57\xa8\xa2\xb8\x91\x1e\xab\x6f\x90\x4b\xe1\xbb\xda\x2d\x4e\xeb\x46\xfe\x35\xcb\x97\x6c\xb0\xd0\xd8\x33\x84\x9f\x50\xec\xa9\x7b\x29\xa5\x5c\xac\xb2\x4b\x4c\xf2\x1c\xdf\xe5\x82\x18\xcc\x48\xe7\xbf\xe7\x8d\x96\xbd\xe3\xc0\x49\x01\x13\x7c\x22\x37\x3f\x59\x10\x8b\x35\x7f\xbf\x74\x1a\x9e\xbd\x90\xfd\x95\x54\x2a\xa2\x78\xd0\x94\xd6\x21\xc8\x61\xd9\xd2\x57\xbc\xc7\x07\x16\x0f\x8f\x99\xdd\x25\x7e\x3c\x5a\x17\x8b\x86\x58\xc4\xf7\x52\x0b\xc4\x44\x79\x59\xc6\xb8\xed\xc7\x07\x62\x01\x62\x3c\xc9\x9b\xa2\x3e\xad\x28\x90\x5f\x72\x72\x01\x2d\x43\xf4\xec\xb0\xaa\xa0\xb3\x07\xa8\xf1\xed\x00\xab\xc5\xe8\xaa\x61\xa2\x1c\x9d\x1c\xa8\x95\x7a\xff\xe2\xe2\x0a\xec\xa1\x82\x7d\x4b\xc4\x27\x76\xb1\x52\xc7\xf4\x24\xfc\x38\xf5\x94\xc2\xe8\x28\x21\x97\x95\x5e\xc0\x77\xb9\x35\x5c\x5f\xb4\x06\xb0\x82\xa2\x40\x28\xe4\xe1\xb3\xc0\xbe\x32\x25\x7f\x5f\xcb\xca\xac\xb8\x37\xb5\xc2\x90\xfb\xe2\xbd\xad\xb8\x40\x3d\x90\x07\xb9\x95\xaf\xd3\x67\xbe\x56\x36\x33\x26\xea\x06\x1d\x9f\xa2\xb7\xab\xc3\x4a\x16\x05\x00\xdb\x77\xa7\xf9\xaa\x6a\x80\xad\x47\x76\x6a\x45\x0b\x36\x05\x16\x36\x97\xa1\xb7\xe5\x15\x72\x64\xd7\x35\xe5\x2a\xbd\xc8\xf8\x59\x46\x7d\x92\x09\x25\xec\x85\x44\xc4\x3e\xab\xbf\x38\x62\x69\xdf\xce\x0b\x5e\xa4\x8e\x3e\xbe\x27\x20\x78\x71\xc2\x11\x70\x7d\x3e\xe9\xfb\xaf\xdc\xaf\xb2\x4f\xac\xb0\xdf\xc2\x8f\xe3\xe1\x48\xc7\x08\x89\x88\xa8\x7e\x16\x13\x79\xa2\x60\x2b\xee\x74\x8f\x34\x18\x6e\x17\x71\x0c\x08\xd7\x21\x35\xda\x05\x0b\xaa\x93\x78\xa1\xcc\xc5\x4d\xf5\x76\x35\xd1\x5f\xa3\x58\xfe\x8f\xac\x43\x54\x8c\x98\x05\x51\x57\x42\xbb\xaa\xd8\x05\xfd\x6a\x56\x50\x2a\xae\x8c\xb4\x38\x02\x0e\xb5\xa9\x15\x11\x70\xf1\xe5\x80\xfd\x28\xc0\xa7\x76\x5d\x11\x17\xa8\xe8\x85\xee\xaf\xbc\x4c\x8e\xf8\xe3\x3c\x11\x1e\xbb\xee\x16\xd1\xed\x75\x51\x63\x0f\x3e\x71\xd4\xf2\xb6\xe4\x6b\xbb\xaf\x41\x9c\x7c\xde\x91\x7d\xb8\x1a\x46\xd4\x17\xd5\x25\x1f\x2b\xf2\x1d\x07\xe1\xb4\xc2\xe6\x04\xc6\x43\x23\xef\xbd\x8d\x60\x7b\xbe\xd6\x6e\xe6\xdb\x1b\xbd\xe6\x00\xf3\x65\x51\xde\x41\x92\x73\xfc\xbc\x3b\xc8\x7e\x80\xeb\x70\x5e\x11\x4b\x48\x4a\xfa\x66\x37\x7b\xaf\x29\x0a\xb7\xa8\x6c\xbf\x8a\x0e\x1a\x6a\xff\x41\xdd\x28\x51\xae\x7d\x12\xad\xa4\x8c\x6a\x8a\xad\x18\x13\xc4\xd1\xcd\x20\xeb\xd9\x84\x34\xa2\x74\x8a\xc6\xef\xd5\x76\x7a\xdd\x0c\x03\x4b\xbf\x64\xbc\x27\xd3\x1d\x17\x0f\x6a\x3a\xf3\x1d\x85\x03\xa0\xd9\xb5\x86\xd9\xc6\xe4\x67\x9d\x6a\x0c\x3c\x5d\x87\xbd\x21\xd4\x28\xbf\xcd\x4a\x87\x19\x96\x00\x72\xa7\x8d\x7e\x19\x06\x3a\xb2\x96\x14\xa3\x52\xee\x21\xe0\xcb\x62\x1b\xf6\x0c\x66\x69\x3a\x1d\xa6\x36\xac\xeb\xe1\x2e\x1b\x48\xdb\x41\x0f\x94\x51\x6e\x87\x04\x4a\xe4\xa5\xe5\x29\xac\xd3\xcc\x91\xb7\xd1\x71\x6c\x65\x94\x78\x0e\x4a\xbb\xde\x47\xb5\xbd\xae\x64\x6e\x78\x5e\x08\x52\x54\x22\x0c\x7e\x31\x6c\xe2\x06\x3a\x2d\x6c\xbc\x54\x9d\x3b\xc3\xc0\xae\x6a\x15\xb5\xd5\x78\x2d\x82\xd0\x6f\xf0\x75\x72\x71\x1f\x5e\xd3\xe8\x53\x99\x40\x72\xf0\x60\x59\x7b\xbc\x66\x4e\xf8\x1b\x0f\xe1\x06\xa1\x48\xf5\x0b\x1d\x5f\xa8\x5e\x3e\x27\x34\x9d\xab\xba\xb7\x41\x2f\xad\xbc\xdb\x0f\x47\xb4\xfe\x44\xb3\x60\x95\x36\x9d\x83\xf7\x6b\x45\x7d\x29\xef\x0c\x40\x14\xf1\x52\xb6\x81\x7c\xa2\x2a\xd2\x4b\x7e\x4d\x3a\x81\xf0\x3a\xa2\xa7\xb3\xe2\x55\xaa\x7a\xcf\xa5\x5b\x21\x6b\x6c\xb8\x4b\x89\x50\xfb\x50\x0b\x4d\xbb\xec\x93\x32\xf6\x9a\x86\xf1\x7c\xde\x0c\x92\xa8\x34\x1c\xdf\x56\x9b\x89\x9f\x6d\x12\x1f\x4e\x13\xed\x8a\x8e\x94\x4e\xac\xa4\xcd\x83\xc4\x60\x1e\xe4\x86\x95\x84\xe2\xce\x56\xf5\xd8\x7b\x57\x26\xb3\xa8\x89\xa6\x1a\x19\xb8\x21\xf2\x4b\x99\x2e\x04\xed\x27\x9e\x8a\xf6\x18\x8c\xba\x12\xfe\x87\x16\x17\xd5\x08\xd2\x2f\x43\x4e\xf4\x8d\xac\xdb\x6e\xf4\xa8\xee\x7d\x20\x53\x1c\xab\x60\xad\x40\xdd\xff\xb3\x57\x7e\x31\xdc\x5e\x38\x9a\xb6\x69\x2c\x18\xc6\xb4\x0c\x7c\x7e\x31\xb3\x51\xa5\x49\x1d\x1d\xf5\xec\xb4\xcc\xe4\x67\x5d\x0c\x31\x68\x3a\xfd\x76\x5e\x0e\x1f\x26\xf7\x00\xb8\x34\x17\x07\x17\xc9\x40\xa2\xde\x96\x8d\x57\xc4\x6b\x9f\xae\x34\xaf\x8a\xc7\xfd\xce\x13\x86\xf9\x40\x42\x51\xa4\xb4\x1e\x64\xb5\x80\xe9\xca\x2e\xa6\x79\x44\x41\x2f\xba\x65\xc0\x35\xe6\x59\x4e\x51\xdd\x52\xc1\x11\x43\xc1\xc0\xc5\x13\x94\xb6\x6a\x47\x25\x86\x2b\x3a\x66\xa5\xe1\x6a\xe9\x25\x23\x43\xde\xdd\x22\x56\x70\xd1\xe6\x3c\x74\x98\x54\xe8\x85\xd0\x09\xab\x9a\x51\x83\xc8\x78\xfb\xa6\x29\x50\xfe\x75\xf0\x31\x5d\xb8\xa8\xf0\x40\x9e\x70\x5e\xf4\x4f\xf1\xe7\x5e\xf9\xac\xb6\xb2\x61\x63\xab\x25\x67\x54\x4e\x22\x62\x86\xb9\x8f\x0b\xc1\x6c\xb8\x47\x38\x2e\xb2\x0c\xd5\x84\x13\x34\x68\x15\x33\xe8\xcc\x18\x3c\x2c\x8c\x54\x1a\x36\x6e\xd4\x50\xe3\x97\x0c\x7a\x4a\x9a\x63\xc5\x83\x5a\xc2\x20\xcd\x2f\x77\x5b\x60\x81\x6e\xe4\xf9\x36\x05\x03\x08\x4e\xd4\x59\x35\xe5\x10\x93\x6f\xff\x5a\x37\x0d\x9f\xa5\x2a\xd4\xd9\x7b\x29\xba\xaa\xe7\xdf\x1e\x42\xaa\xdf\xb9\xcb\x49\x8e\x2a\xc7\x17\x08\xef\x11\x3f\xa4\xe2\x12\x74\x96\x1e\xd1\x55\xc0\xe9\x3f\xb3\x70\x61\x41\x24\x51\xc4\x74\x79\xe2\x2f\x9c\x53\x69\x38\x5f\x26\x5b\x0d\x41\x3b\x9f\x4f\x2b\x8e\x43\x45\x11\xa9\x33\x51\x5c\x9d\x87\x0b\xe1\x57\xe2\x68\xae\xb9\x10\xea\xa5\xb9\xad\xcc\xa1\xc1\x9d\x80\x03\x05\x51\x76\xb4\x23\xf9\x49\x3b\x3d\xed\x32\xa7\x9f\x63\xb5\x0e\x26\xaa\x35\xff\x7f\x20\xca\x06\x88\xde\x9c\xa2\xa8\x2b\xd4\x6f\xbf\xe2\x4c\xf5\xee\xb4\xb9\x38\xb2\x8b\x85\x10\x87\x78\xa8\xea\x1e\x3c\x16\x18\x1e\x97\x66\xa6\xc1\xd1\x62\x60\xd6\x31\xcc\x76\xd0\xfe\x71\x05\xd5\xc1\x9c\x8d\x0a\xf5\x1e\xa8\x9d\x42\xb3\x23\x09\x7b\x12\x0a\x8a\xe9\xe3\xc8\xc1\x62\x12\xb0\xe8\xad\xd1\x00\xbc\xdc\x1b\x5b\xbd\x41\x6f\x34\xcc\xba\x29\x05\xc0\x53\x99\x2d\xe0\x4b\x5f\x97\x0f\x79\xa4\xd7\x8e\x11\x5f\x07\x97\x1b\x23\xca\x7f\xed\x3a\x4e\x2a\x7c\x68\x04\x5d\xc2\x2d\x1c\x81\xc2\xc0\x23\x6c\x28\xe8\xc8\x98\xe0\xe2\xd1\x22\x27\x28\x2b\xf9\x78\x1d\xe9\x9d\xba\x1c\x28\x33\x35\x12\x8f\xd1\xdb\x18\x36\xcd\xca\x59\x20\xb5\xfd\xe2\x0b\xd3\xfd\xfb\xbd\xac\x8b\x85\xa5\xcd\x6d\x8f\xfa\x0d\x38\x71\xbf\x8a\x3f\x91\x2e\x15\xbe\x5c\x50\xa4\x6b\x69\x09\xb2\x0d\x19\xe3\xb6\xb7\x66\x64\xfc\xe3\x87\xc1\xfd\xa1\x48\xa5\xf4\x85\xac\xcb\xbb\xc8\x29\xce\x94\xeb\x50\xe5\x08\x72\x49\xdb\x69\xb3\xff\xf8\x57\x74\x40\x01\xd5\x6a\x3c\x1c\x27\x72\xb2\xa2\x0e\x9b\x14\x1c\x38\x43\x6e\x50\x47\x9e\xc1\xba\x72\x95\x7a\xd4\xac\xdd\x49\x99\x65\xab\x88\x37\xfa\x6e\xc3\x63\x38\xd4\x7a\xf1\x05\x6d\x2d\x84\x26\xf5\x62\x8a\x49\xc5\x10\xec\xe9\xd8\x8e\x5f\xc6\x13\xee\xbe\xb7\xf1\x2f\x69\x6b\x98\x3b\xa3\x27\x17\x1f\x7a\xec\xd1\x36\x7a\xbd\x61\x3e\x1c\x98\x21\x8d\xe4\x8d\x01\xda\x78\xe9\x91\x74\xbf\x62\x0d\x20\x61\x5e\xca\x43\x8a\xc7\xa6\x8d\x90\xf4\x44\x79\x33\x60\xf5\xbb\x42\xed\xa0\x4d\x43\x42\x3a\x6e\x76\x14\xe0\x39\x34\x6c\xe7\x7d\xc3\xb0\x9b\x95\x8e\x5a\xc3\x91\xc1\xb1\xab\x2d\x14\xd7\x76\x80\xaa\x88\x2b\xc9\x4f\xce\x99\x21\x16\x0d\x59\x0d\xa1\xcb\xc7\x6a\x35\x5b\xdb\xe9\x77\x5c\xdf\xab\x30\xc6\xc2\x41\x1f\x67\x85\xe1\x68\xfd\x41\x6f\x33\xeb\x00\xf3\xb7\x31\x6a\x5d\x48\x87\x90\x72\x76\xbb\x81\xc1\x23\x6a\xdc\x3f\x03\x85\x39\x3b\xa7\x50\x12\x10\x46\x3e\xd0\xea\x6b\x86\x58\xce\x37\x45\x88\x0d\xa8\x61\x50\x19\xcb\x83\x30\xc3\x7c\xed\xa4\xc3\x26\x46\x3a\x55\xac\x9f\xd4\xe5\x98\x36\xa5\xd0\x89\x18\x84\xfb\x43\xba\x12\xb2\x6a\x5a\x80\x1c\x6e\x43\x36\x39\xd2\x42\x31\xfa\x04\x71\x72\x11\xca\xf1\xed\xa7\x9e\xa6\x0e\x98\xf2\xdd\x55\x91\x2e\x94\xfd\x26\x06\xb3\x75\xb9\x85\x71\x38\x45\x58\x01\x9c\xed\xe0\x57\xe7\x14\xf4\xbe\xea\xae\x50\xc3\x67\x46\x26\xe2\x4d\xb1\x49\x1f\x51\x94\xc8\x55\x95\xf2\xb0\xa0\xfa\x02\xac\x69\xbd\x2f\x7c\x6c\x7c\x4c\xa2\x97\x76\xd0\xcf\x85\x77\x42\xbc\x44\x25\xd0\x98\x45\x78\xfd\xd5\x58\xb7\x7e\x13\xd1\xa1\xee\xc7\xa9\x9e\xc7\x36\xa2\x03\xb6\xe4\xf5\x96\x8d\x70\x67\x4f\x5d\x69\xce\xf3\x16\xd5\x02\xb8\x4e\xfe\xf2\x2b\x1e\x0e\x6f\x81\x9d\x91\x0f\x0b\xaf\xca\x81\x3b\x08\x54\x22\xe9\x11\x48\x8d\x4c\x59\xea\x76\x9a\x5d\xa8\x1c\x61\x5e\x32\xc4\x42\x2c\x53\x40\x2f\x08\xea\x31\x00\x41\xc3\x82\xe3\xb2\xf5\x58\x8b\x96\x08\x41\xf3\xb6\xa7\x3f\x90\xae\x2e\xb6\x87\x7f\x11\x59\xbd\xad\x13\x15\xa8\x77\x26\xcd\x96\x55\xb9\xa6\x66\x2c\x62\xc5\x75\xde\xd4\x84\xbc\xaf\xdb\xba\x34\x18\xf0\x38\xf4\x11\x13\x51\x0c\xd2\x2d\x30\x2a\x50\xb2\x61\xa8\x63\x54\x4e\x99\x55\x71\x4a\x37\xa3\xca\x6f\x14\x1a\x88\xe7\x7d\xa0\xd6\xfd\x81\x5a\x14\x85\x81\xe9\x20\x5d\x0a\x36\xb3\x6a\x08\x07\x80\x6c\x8f\x5b\xa1\x86\x55\x9d\x07\x5f\x16\x17\xc7\x27\x8c\xea\x21\x8e\x09\xfd\xdc\x57\x1a\x82\x16\xe1\x3a\xd9\x3e\xb1\xf7\x6f\x08\x6c\xbd\x2d\x00\x3e\x32\x00\xf6\xc7\x82\x22\x33\x5d\x78\x9e\x1a\xbe\xd3\xdb\xca\x44\xe9\xf6\x47\x7c\x5b\x53\x90\x44\x38\xa6\x6d\x5c\xb6\x41\xd8\xd1\xfb\xcd\x3c\xbf\xd4\x1b\xb4\x55\x98\x11\xdb\x31\xc5\x27\xf0\x84\x52\x1e\x51\x5e\x57\x9d\xc4\xc9\x59\x3c\xf9\xee\xd0\xb7\x33\x12\xe8\x26\xe7\xc5\x12\x0d\x91\x12\x55\x56\xec\xae\xa3\x04\xe2\xa6\x46\x77\x33\xb3\xf5\x98\x59\x45\x14\x6a\x2d\x4b\x4a\x22\x77\x31\xee\x25\x95\xeb\x61\x2f\x98\x82\x47\xd8\x69\xbe\x4b\xea\x1f\x84\x6a\x2e\x03\xfb\x60\x2e\x31\x49\x2a\xe7\xd3\x11\x5e\x3d\xe6\xe4\x2d\x6c\xf5\x1c\x17\xdc\xeb\xe3\x96\xb1\x86\x24\x2f\x85\x56\x95\x52\xaa\x62\x39\x64\xa8\x7d\xba\xf8\xc6\x26\xd7\x76\x9e\x1f\x67\x9f\x53\xd1\x8c\xf1\x20\xaf\x5b\x2e\x29\xf7\x1e\x2a\xb2\xae\xb9\x55\x3f\x40\xbd\xee\xfd\x70\x33\x5e\xb2\x2b\x09\xfa\x96\x94\x90\xe3\x67\x78\xa1\x59\xde\x50\x88\x87\xec\xc8\x8b\x1e\x5b\x85\xb2\x70\xac\x86\x23\x04\xf5\x8d\xf3\xab\x58\x08\x20\x8f\x99\x4d\x5f\x1e\x11\xb8\xf7\x43\xd2\xab\x06\x25\x16\xa9\x4a\x39\xaa\x1d\x9c\x64\x82\x59\x58\x96\x1b\x34\x5a\x45\x34\x05\x88\x37\x5b\xb6\xd3\xef\x0d\x86\x0d\x7e\xde\x8f\x37\x23\xfe\x7a\x82\x94\xae\x54\x36\xeb\x30\x40\x14\x55\x9a\xb9\xe8\xa3\x8c\xf8\x11\x9d\xac\xfa\x3a\x79\xc0\xc5\xde\xe4\x52\xef\xc9\xe9\x81\x31\x1e\x47\x7b\x13\x32\xc5\x18\x66\x9d\x0e\xa4\x14\x66\x0b\x34\xa6\x5d\xa2\xba\x91\x98\x3f\xd0\xcf\x9c\x31\x71\x19\xa7\xb1\x78\x81\x45\x4e\x56\x8c\xc3\x8c\x4d\x89\xc0\x01\x50\x75\xca\x42\x88\x12\x4f\xa5\xa1\x3a\xb4\x49\x53\x41\x00\x95\x3f\x49\xfb\xad\xd3\x75\x71\x86\xb0\xa0\x42\x05\xb2\x58\x75\x6f\x6f\x50\xb4\x01\xc3\xb4\x56\x78\x26\xde\xe6\x96\x24\xbe\xad\xde\x29\xdf\x59\xdc\x27\x0d\x12\x8f\x1d\xba\x92\xc5\x2a\x48\xa7\xa0\x1c\xef\x27\x85\xf8\xef\x32\x65\xe0\xe8\xde\xa0\x30\xc3\x22\xdf\xfd\xba\x86\x11\x2f\xd0\xf0\x9b\xea\xcd\x2f\xab\x6d\x67\xce\x30\xaf\x63\xc2\x60\x8f\x23\xfb\x26\x64\xc2\x30\x06\xd6\xb9\x2c\x22\xe3\x85\x7d\x35\xf3\x84\x3f\x44\x03\xd5\xf0\xcb\x82\x38\x35\x72\x0f\x40\x4e\xe9\x71\x79\xc3\x0a\xec\x7f\xc4\x43\x56\x38\x67\xd3\x47\xbd\x78\xfa\x65\x81\x63\x39\x35\xb8\xd4\x1c\x1a\xe1\x2e\x77\xc2\x86\x91\x4a\xf8\x93\x91\xba\x61\x77\xb7\xcb\xa6\x61\x59\x0c\x95\x1b\x22\xdd\x14\xe7\xec\xaf\xa1\xd7\x03\xb3\x22\x8f\xcb\x16\x13\x03\x74\x1c\x63\x81\x98\x39\xa6\xc1\xb1\x36\x6f\xdc\x3b\x9c\xd8\xe2\xc0\x1e\x2b\xdd\xd4\xf1\xd0\x2f\x2a\x53\x13\xff\x92\x76\x41\x8c\x6d\xeb\xea\x36\xa4\xdf\xa3\xcf\x0b\x62\x23\xd5\xbe\xbd\x04\x50\x8b\xb8\x3a\xd5\xc7\xcb\x65\xb7\xbc\x4f\x39\x2b\x13\xfd\xbe\xdd\x83\xe0\xda\x3f\x13\xce\xe3\xdf\x80\xb6\x90\xb0\x74\xc5\xfe\x86\xe6\xca\x76\xd7\x02\x06\x99\x27\xf1\x20\x5f\xfb\xa9\x6e\x23\x4c\x61\xac\x65\x41\x95\xd7\x90\x5a\xc5\xfa\xb8\x18\x47\xc2\x3e\xa2\xb1\x78\x21\x71\xa5\xbe\xd5\x10\xa5\xc2\xa1\x9c\x78\x79\xc2\x91\x42\xb3\x42\x8a\x02\x51\x42\xc6\x02\x62\x39\x26\xf5\x24\xae\xb4\xdb\x17\x52\x70\x83\x5c\x00\x20\x02\x55\x92\xd3\x4c\x8b\x43\x16\x14\xb4\x51\x12\xeb\x5e\x55\x13\xa3\xba\xc0\x00\x48\x7c\x1b\x18\x27\xfe\x29\x69\x60\xbd\xc2\x20\x36\xd9\x69\x55\x42\x42\x35\x8a\xb9\x80\xd7\x7e\xba\xac\x65\x73\x38\x1c\x64\x1b\xa3\x61\xaa\x72\x1e\x7e\xc2\xde\x8e\xf7\xd1\x2e\x23\xbf\x57\x76\xf0\xbd\xd0\x56\x67\xeb\xab\x22\x51\x8b\xe9\xc2\x9c\x8b\x36\x36\x35\x2a\x8e\xd5\x4b\xcb\x0c\x60\xff\x9a\xde\x9c\xe1\xcb\xc2\xe6\xf9\x88\x4f\xe1\xdf\x08\x73\x23\xbd\x59\xa9\xa7\x79\x33\x06\x11\xfd\x0d\x6f\xff\xc0\xc6\xf7\x1d\x5b\x8d\x21\xee\x7d\x5c\x3d\x12\x15\xf9\xf4\xeb\x7b\x2e\xbb\x3d\x74\xab\x8c\x76\x5c\xc4\x8b\x52\xe7\x1d\xe0\x79\x1b\x79\x73\xfd\x27\x79\xf2\x4a\x3b\x39\xf7\x0a\xff\x9e\xef\x0c\xfb\x0d\xf2\x5c\x58\x8e\x65\x92\x73\x3f\x79\xeb\x4d\xd5\x91\x50\x04\xe4\x3d\x37\xeb\x0c\x3f\x22\xae\x80\xdf\xce\x0a\x4f\x29\xfb\xa0\xa8\x57\x4e\x07\x97\x73\x7a\x9f\xb9\x0b\xe7\x65\x2b\xfe\x9e\x20\x24\x43\x26\xa3\x3d\x57\x92\x2e\x3d\x28\x3c\xa6\x88\x33\x2d\x72\x29\x3f\x5f\x35\x21\xa1\x82\xb9\x9f\x7f\xda\x35\x10\xb5\x36\x31\x33\xc7\x9c\xcf\x55\x3c\x29\x6d\xb2\x22\xd1\x23\x52\xa2\xda\x5b\xb4\x20\x28\x75\xbc\xf6\x54\xdd\xa3\x12\x8d\x61\x27\x0f\x09\x05\x8a\x94\xe0\xa4\xfa\x9b\xb9\x9f\xdb\xfb\xad\x1f\x9f\x93\x63\xbe\x90\xf5\xa1\x6b\x03\xd2\x0b\x6e\xda\xac\xe3\xbc\x7b\x8f\xd5\x66\x9b\x19\x98\xac\x5d\xff\x3e\xf8\x75\xa7\x83\x8b\x59\xcb\x7f\x39\x73\x9b\xf3\xdf\xac\xfe\xcd\x57\x7e\xe2\xaf\xd5\xfc\xd1\xb3\x5a\x97\x48\xf1\xb6\x8a\x70\x3f\x42\x8a\x91\x77\x3c\xbf\x29\x34\x34\xeb\x73\x81\x08\x4c\x94\x6a\xaf\xbd\xa2\xa0\x77\xa9\x58\x27\x31\xa9\xc7\xc2\x55\xaf\x40\x2e\x43\xa1\xb2\xba\x0f\x69\x3c\xe2\x52\xa5\x65\x25\x2a\x32\xb7\xf1\x9a\x16\x3f\xad\x65\x0a\xa2\xba\xc7\x37\x2c\x8c\x76\x5e\xf5\x14\x96\x57\xdb\xf6\x27\x8d\x89\x71\xe5\x3b\x58\x81\xe3\x58\x5c\xd8\x6d\xc5\x13\xf3\x06\x6b\x10\xb7\x54\x11\x54\xfb\x98\x60\xa1\x87\x54\x09\x77\x56\x5f\x5a\x55\xec\x87\x44\x7e\x5c\xe7\xd7\xc8\x2e\x49\x9c\x62\x67\x79\xda\x39\xb5\xbc\x20\xd1\xdc\x4a\xab\x5a\x9c\x6c\x8e\xbc\x87\xc5\x3e\x2f\xbe\xc4\x54\x23\x3c\xf0\x2e\x20\x14\xa1\x2d\xf1\xdc\xb9\xd9\xef\xfb\x24\x98\xd8\x24\x15\xfd\x6f\xdd\x94\xb1\xed\x45\x42\x20\x60\xf1\xbf\x5a\x4c\x57\xe8\x60\xd3\x2d\x2f\x68\x57\x66\x68\xf9\x43\x6f\x73\xb3\x93\x75\x0d\xed\xc6\x54\x5f\x52\x65\x98\x6a\x55\xaa\x9c\x49\x98\xff\xc9\x0e\x96\xe5\x88\xf4\xc0\x7b\x00\x2d\xe9\x5b\xa4\x60\x0e\x31\xb5\xce\xca\x85\x16\x02\x54\x80\x7d\x04\x82\x21\xe2\x8c\x47\x8a\x22\xf3\xd0\x83\x11\x1a\x72\x07\x9e\x77\xe1\x82\x02\x7b\xba\x1f\x6d\xe1\x4f\xb2\xda\xb2\xb3\x8f\x3a\x0f\x94\x1d\x07\xbd\x1e\xb8\x66\x03\x9d\xbf\xeb\x79\x92\x50\x0a\x98\xe3\xca\xaa\x54\x16\x2e\xc0\x09\xba\x85\x49\xe9\xf4\x60\xce\x55\xfb\x43\x97\xea\x4a\x8d\xef\x9c\xb0\x64\x20\x73\x84\xa5\x51\xee\x56\x38\xb7\x80\x51\xe9\x10\x75\x85\x24\x58\xcb\x5a\x5a\x83\xac\x1f\x66\x00\xc7\xea\x7e\xc7\xe4\x02\xac\x37\x6f\x60\x2c\xe7\xc7\xec\x4e\xdb\x4b\x06\xc6\x59\xe0\x5d\xba\xa0\x65\xdc\x68\x5c\xf7\x4d\x7e\x5a\x3c\x61\xd2\x1f\xf4\xde\xbd\x6c\xa1\x68\x63\xe9\x83\x22\x97\x72\x0a\x88\xb0\x2e\xe5\xaa\xbf\x16\x30\xdd\xaf\xbe\x90\xe6\x7e\xd7\x02\xaa\xfb\x95\xf6\x5f\xa1\x14\x54\xed\xf2\xbc\x53\x82\xb0\x73\xe7\x7e\x1c\x69\x21\x2c\xd8\xd3\xf3\x48\x3e\xdb\x6f\xff\x6a\x44\xfb\xe1\xd6\x20\xcd\xbf\x3d\x7c\x46\x75\xf6\xee\x3c\xf8\xdd\x0e\xc8\x63\x9c\x3e\xf7\x4f\x3f\xce\x86\xe9\xf3\xa7\x21\x4e\xe7\xf4\x5b\xd9\x6b\x3f\x38\xfd\x8c\x46\x55\x19\xa6\xee\xa3\xa3\xbd\x67\xb3\xaf\xd8\x72\xaf\x51\xe7\x28\x0d\x1d\x6c\x3b\x4a\x81\x9f\x6f\x70\x9e\x07\x73\xcc\xf8\x16\xee\x6b\x87\x0d\xaa\xee\x50\xaa\xd4\x28\xb9\xed\xe7\xbf\x2b\x89\x02\xec\xe1\x40\xa2\xc0\xa4\x84\x50\x2c\x03\xa5\xd1\x89\x8a\xc6\x29\x73\x49\xb2\x6d\xc8\x75\x49\xdd\xd9\x45\x59\x8a\xd2\x87\x79\x36\x0b\x2a\x8f\x74\x82\x6c\x5f\x85\x45\xcb\x9e\xc4\x2f\x47\xd9\xc0\xf0\x15\xd9\x56\x17\x3c\x4c\x28\xa9\x9d\xd6\xdd\xcd\x5d\x0e\x4a\x0a\xcc\x2d\x7c\xf7\xb5\x71\xf4\x59\xb8\xb3\x66\xee\x91\xfc\x07\x28\x5f\x09\xbc\x86\x09\xd7\x0f\x57\x22\xe1\xd8\x25\x2f\x91\xce\x78\x3d\x62\xe0\xbb\xcb\x67\x4a\x2c\x56\x65\x08\x4b\x70\xe0\x98\x59\x37\x7b\xcf\xac\x60\x3b\x6d\x5d\x88\x1d\x7b\x89\x53\xc6\x07\xed\x54\x9e\xc5\xd8\x4f\xaf\x37\x26\x8e\x14\x04\x30\x9b\xd1\xb6\xb4\xdb\xfe\xb0\xb5\xdd\x8c\x70\xc9\x07\x88\xf3\xa1\x06\x9d\x90\x37\xca\xf0\x0e\x79\x28\x1b\x1d\x72\x3e\x56\xce\x71\x0f\xf1\x48\x8f\xc5\xe1\x6f\x4f\xa9\x0a\x1c\x5b\x5a\xba\xd3\x3c\x1d\x3a\x15\xca\xea\x23\x83\xa9\x9a\xaf\x7c\xac\xf5\x2a\xf6\x4c\xa5\x3a\x47\x55\xc4\xd1\x78\x51\xd2\x8f\x07\xf1\x40\x81\x5b\xe5\x74\x1d\x76\x27\xbf\x1c\xa5\x23\xb3\xf6\xb4\xbb\x05\x98\xe3\x33\x8c\x9d\xe0\x12\xf7\xb6\xc8\x90\x6b\xcd\x09\xd7\xd1\x18\x6f\xc8\xb6\x68\x15\x9d\x27\x40\x11\x14\xfe\xb1\x2f\x6b\x15\x79\xca\x88\x4f\x01\xa4\xb8\x5b\x07\x30\x55\xcc\x53\x84\x37\x67\x7c\x60\x64\x1b\xbf\x4b\xa5\xb6\xd0\x6f\x26\xc0\x6c\xb0\x64\x2f\x06\xc2\x6f\xfc\xf0\xc7\x3f\x0b\xba\x44\x48\x01\x7f\x21\xe2\x71\xcf\x31\x72\xc1\xf7\x95\xc8\x05\x05\x2a\x2c\xa3\x6e\x18\xa4\xe0\x77\x59\xb6\x63\x42\x14\x0b\x8e\xf2\x00\x71\xc7\xd8\x6f\xdf\x6c\x9b\x17\x07\xcb\xfe\x04\xe9\xe8\xc9\xfc\x1a\x3f\x50\x23\x5e\x94\x1a\xa3\x77\xe4\x45\x30\x94\x7d\x4e\xf6\x1e\x3c\x08\xe4\xa3\xa9\x7d\x50\x56\xab\xb4\x34\xc6\xb9\x7b\x65\x76\x30\x98\x2f\x4f\x29\x12\x76\x25\xb6\xfa\x2a\x1a\x7e\xa7\x61\x5f\xc3\x51\x5c\xcc\x38\xef\xac\x2c\x6b\x9f\xe0\x3a\xda\x4f\xda\x2f\x67\x3d\x4e\xc2\xf1\xd4\x41\x99\x67\x9e\x05\xda\x01\xcb\xd2\x25\xf4\x35\xc0\x79\x80\x74\xe8\x43\x19\xed\xf1\x4b\x12\xd3\x32\x20\x59\x6a\x9a\xcb\x20\x5b\x2d\x7b\x2d\xe2\x10\x14\xdc\xcd\x3c\xf0\x08\x5e\xe0\x9b\x13\x9c\x60\x27\xdb\x4c\x1b\x25\xbf\x63\x87\x00\x63\xa7\xb8\x3d\x1c\xf6\x73\x2e\x9b\xf2\xb5\xe2\x71\xde\x78\xeb\xad\x37\xcf\x05\xa7\xb4\x74\xfc\xaa\x93\xeb\x67\xe8\x4c\xb7\x08\x9f\x52\xb0\x18\xd9\x4e\x4a\x22\x8f\xf4\x67\x8e\xc8\x63\x85\xa2\x5d\x8b\xfd\x90\x3c\x6e\x0d\x84\x26\x97\xb1\xca\xeb\xfc\x4d\xb3\xf0\x4b\x81\xca\x13\x88\x74\xcf\x92\xec\xa2\x5b\x86\x2f\x4e\x02\x51\xeb\xad\x41\xaf\xeb\xd9\x87\x12\xf8\xc5\x7e\xd6\x58\x4e\x7e\xcb\xcd\x2b\x6d\x8f\x28\x59\xd1\x78\x7e\xb5\xf0\xf3\x27\xda\x9e\xe9\xbb\x43\xb0\x4d\x89\xff\x97\x1f\x68\x6c\x68\xbc\x6d\x89\xb9\x7e\x7b\xa3\xdc\x65\xbe\xbe\x81\xcd\xa3\x8d\xd3\x77\xd3\xd6\xc8\x39\x4c\xc7\x3c\xc2\xca\x42\x1b\x64\x69\xb2\x93\xf5\x48\xb8\x17\xe1\xf0\xb7\x5a\x37\x4a\x1c\xd9\x07\x04\xae\x86\x98\x48\xaf\x78\xaa\x48\x7b\x20\xe6\x0e\x87\x14\xd2\xcb\x11\x93\x89\x36\x44\x47\xd7\xee\x81\x72\x4c\xca\x94\xe0\x62\x89\xb8\xa5\x3f\xcd\x5b\x20\xe2\xe2\xbc\x18\xc7\x71\x77\xab\x7d\x3b\x00\x66\x3d\x6f\xa7\x43\xe0\xf5\xa2\xf9\xaf\x0b\x29\x74\x53\xc1\xf1\xc9\x40\xc0\x4a\x61\x78\xf0\x67\x85\x8a\x35\x55\x0d\xf2\xb4\x93\xb6\x30\xff\x22\xe7\x9f\x26\x8d\x39\xdb\xc4\xe7\x9f\xda\x86\xe6\x3c\x55\xd3\x6f\xfc\x86\xbe\x37\x26\x15\x6d\x4a\x6c\x56\xb5\x99\x1d\x24\xeb\x92\x0c\x4a\x43\xa1\xdb\x8f\xc1\x69\x44\x72\x45\xef\x11\x8c\xa6\xd6\xca\xda\x28\xea\x0c\xf4\xb2\x14\x94\x77\xc3\x99\x54\x01\x3a\xc2\x9e\xbc\xf4\x48\x24\xdf\x92\x63\xd4\x22\xa7\xfe\xad\xf1\x5c\x45\x3d\x69\x7d\x6c\x11\x30\x94\xaf\xbd\xfe\xfa\xcf\xfa\xf5\xd2\x06\x5d\x1c\x94\x1f\x9d\x1d\x5f\x27\x39\x5c\x55\x9a\xf0\x67\x18\xd1\x8f\xa7\x7d\x5e\x52\xb8\xa2\xcb\x87\xd2\xa9\x1e\x56\xa5\x3d\xf0\x6a\xe1\x24\x67\xb0\xcc\x6a\x6d\x90\x72\xaa\x50\x18\xa4\x22\x5d\x82\x38\x68\x04\xe1\xa9\x54\xc0\x90\xea\x6c\x9d\x79\xfb\xb9\xf3\x39\x17\xda\x42\x1e\xd6\x4d\xf6\xf6\xf7\xcf\x9b\xf9\xce\xbc\xfd\xfc\x79\x9a\x91\x8a\x33\xb0\xa7\xca\x23\x46\x03\x90\xe1\xf7\x50\x77\x32\xc3\x3d\x9b\x0f\x5a\xcf\x86\xdd\xb9\x54\x9b\x6a\x06\x1f\xff\x41\xc6\xa6\x23\x41\xbb\xfb\xfa\x3b\x2e\x4a\xaa\x38\x7c\xba\x18\x3f\xa3\x02\x7b\x0d\x85\x56\xc7\xf1\x2c\x19\xea\x9f\x85\x83\x39\x93\x7f\x0f\xe7\x84\xf1\xde\x91\x01\x21\x9d\x54\x43\xaa\x66\xbe\xe3\x79\x38\x3a\xf5\x90\xb9\xa3\xc3\xb3\x73\x0a\xbf\xdd\x25\x84\xe8\x4d\x02\x83\x44\xe7\x30\x07\x02\xa1\x20\xb2\x6a\xe2\x5b\xfc\x10\x70\x47\x40\x78\x27\xbb\xc5\xcc\x55\x09\x5c\x65\x27\x3b\xe9\x60\x2b\xb2\x91\x43\x3c\x78\x5a\x7e\xf2\x04\x8b\xb7\x15\xc6\xe9\x3e\x05\x54\xb0\xcc\x69\x25\x20\x12\xc8\xe4\xb6\xa6\xe1\xae\x0f\x9b\x0c\x9a\x58\x6d\x6c\xd8\xdc\x0a\xa1\x64\x4e\x35\xcc\xf4\xea\x10\x52\x10\x12\xbe\xbf\x08\x4c\x14\x08\x42\xfd\x90\x06\x81\x62\x5e\x2e\x3f\x32\xbf\x3a\x97\x24\x91\x96\xf7\x65\x93\x2d\x66\xe2\x9e\xbf\x8f\xc5\x35\x82\x4a\x0d\xe6\x6d\x0e\x7b\xbd\xce\xf9\x5a\x73\xcb\x1c\x05\x65\xab\x36\xf0\x56\xdb\x1c\xf4\x76\x30\xcd\x9e\x5f\xb7\x01\x73\x33\xd8\x18\xff\x1a\x35\x28\x5c\xca\xbd\xe7\xf2\xf5\xe7\xbc\xea\xb0\x06\x68\xcf\xe4\xb5\xe7\x76\xcc\xcf\x24\xbe\x93\xed\x15\x7f\xdc\x86\xb6\xd8\x0f\xff\x6c\xaf\x3f\x47\x39\x09\x20\xb3\x30\xfc\x70\x09\x7e\x38\x2e\xd8\x09\xd1\x6c\x04\x47\x32\x48\xfb\x39\x0a\x08\x80\xa4\xe8\x1f\xe0\x8f\x97\xe1\x27\xd0\x24\xee\xc1\x9f\x79\x6a\x78\x9c\x76\xbe\xae\xd7\x91\xe0\x31\xbf\x90\xc0\xb9\xb6\x6b\x3b\x59\xd7\x50\x55\x73\x88\x76\x49\xfe\xf7\xed\xde\x68\x90\xaf\x43\xa1\x10\x5c\x5e\x41\x25\x2d\x6a\xed\x26\x04\x67\x92\x47\xfd\xbe\xdf\xe3\x52\x9a\x42\x90\xa2\x5b\xed\xc7\xc1\x8c\xbd\xee\x70\x1b\x27\xe4\x75\x17\x10\xb6\xe7\x35\xb9\x9c\xa2\x6f\xce\x21\x1a\x2b\xbc\x2f\x83\xe6\xa5\x46\x6c\x53\xf8\xa1\xbc\x17\x73\xa7\xed\x41\xaf\xff\x5e\xaf\x9b\x9e\xaf\xb5\xd3\xcd\xe6\xa8\x03\x91\x75\x79\xae\xd2\x84\x60\x38\x05\xf0\x4b\xe4\xd4\x25\xb1\xa5\x66\x6d\x37\x29\xbd\x81\x78\xba\x1d\x14\x94\xdd\xff\x58\xec\x21\xac\xeb\x50\xd1\x3d\x05\x26\xc2\x35\xb4\xb5\xd9\xc9\xda\x46\x66\xe8\x8f\x44\x23\xec\x8a\x5a\x79\x85\x68\x5d\xdf\x87\x85\x1f\xdc\xea\xf2\x6b\x3d\xa0\xca\x9e\x53\x50\x7a\xd4\x6b\xa8\xa6\x36\x80\xda\xd8\x00\x4e\xf7\x4f\x4a\xe1\xa3\x38\xf9\xa7\x7f\xf5\x2b\x68\x07\xaa\xa5\x5f\xff\x1a\x2a\x84\x7e\xfa\x8c\x5f\xfe\x5b\x6a\x13\x47\x7c\x7a\xcb\x9a\x24\x33\xda\x4e\xf3\xdd\x7f\x0c\x06\x84\xdc\xf4\x98\x61\x87\xbc\x29\x03\xc3\x99\xad\x05\xf3\x7f\x03\x00\x00\xff\xff\x8b\x65\xfd\xd3\x08\x24\x01\x00") +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") func confLocaleLocale_ruRuIniBytes() ([]byte, error) { return bindataRead( @@ -4517,12 +4538,12 @@ func confLocaleLocale_ruRuIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 74760, mode: os.FileMode(493), modTime: time.Unix(1453724976, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 78280, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\x45\xbf\x7c\x96\xc3\xed\xfb\x2d\xf1\x85\xe1\x99\x6e\xf7\xbd\xee\x9e\xb0\xdd\x9e\x96\x3b\xee\x83\x43\x01\x83\x40\x91\xc4\x15\x88\x42\xa3\x00\xc9\x72\x47\x47\x90\x92\x48\x82\xe2\xaa\x95\x92\x48\x89\xa2\x2c\x8a\xb4\xc4\x4d\xb6\x16\x92\xe0\xf2\x5f\xa6\x51\x05\xe0\x49\x7f\x61\xce\x96\x59\x99\x55\x45\xca\xee\xb9\x33\x7e\xb0\x88\xca\x93\xfb\xc9\xb3\xe7\xc9\x7c\xb5\x9a\x2b\xba\x7e\x21\x1b\x2c\xed\xb5\xf7\x66\x9c\x4f\x3d\xa7\xbb\xb5\xd1\x5d\x1b\xee\xdc\xbf\xda\x1d\x7f\x16\x5c\xfb\xc1\xf9\xb4\x54\x77\xc2\xc5\xe9\xe0\xda\x72\x26\x33\xe8\x0d\xb9\xd9\xde\xd3\x3b\xbd\xe5\x57\x99\x62\xde\x1f\xec\xf3\xf2\xb5\x62\x36\x9c\x59\x0d\x9a\xaf\x7b\x0f\x1e\x87\x0f\x8e\x32\xee\xb7\xd5\xb2\x57\x73\xe1\xe3\xe3\xce\xcb\xc7\x99\x41\xb7\x5c\xcd\x06\x3b\x9b\xd0\x52\xc6\x2f\x0d\x54\x72\xa5\x4a\xb6\x73\xaf\x15\x1c\xdc\xe6\x9f\x5e\xa3\x9e\xed\x0d\x0f\x07\xe3\x7b\xfc\xbb\x51\xcd\x86\x3f\xad\x05\x63\x53\x99\x9a\x3b\x50\xf2\xeb\x6e\x4d\xfd\xbe\xe8\xf6\xf9\xa5\xba\x9b\x0d\x36\xef\x86\x77\x76\x3b\x07\xd7\x3b\xcf\xef\x65\x2e\xb8\x35\xbf\xe4\x55\xb2\xc1\xc1\xcd\x60\x62\xba\x33\xd1\x0c\x17\xd7\x33\xd5\xfc\x00\x8c\x72\xf9\x15\x8c\x28\x53\x77\x87\xaa\xe5\x3c\x54\x0b\xd7\x96\x71\x78\xe5\x7c\x65\xa0\x81\xe5\x3c\xcd\xde\xf0\x44\x6f\x79\x37\x53\xa8\xb9\x00\x93\xab\xb8\x17\xb3\x41\x73\x21\x68\xed\x9d\x39\x73\x26\xd3\xf0\xdd\x5a\xae\x5a\xf3\xfa\x4b\x65\x37\x97\xaf\x14\x73\x43\x38\xaf\xce\xad\xb5\xb0\xf9\xa6\x7d\xb4\x1c\x8e\x6c\x05\xb3\xd7\xc2\x85\x97\xc1\x93\xfb\x34\x76\xb7\x08\x93\xcb\xe5\xfd\x6c\xf0\xe6\x47\x9e\x22\xc3\x66\xa8\xa5\x4a\x7e\x48\x55\x0e\xe6\xa6\x33\xee\x50\xbe\x54\xce\xf6\x2e\x6f\x76\x36\x5f\xc0\x80\x7d\xff\xa2\x07\x2b\x19\x6c\x8d\x75\x1e\x8d\xc0\xd4\x73\xf5\x4b\x55\x00\x5f\xde\xec\x6e\x3e\x91\x8f\x85\x7c\xb5\x5e\x18\xcc\x67\x7b\xcf\xa6\xba\x5b\x23\xf8\x05\xe0\xaa\x1e\xac\x89\x57\xbb\x94\x6d\xb7\x6e\x06\x7b\x37\x33\x5e\x6d\x20\x5f\x29\x7d\x97\xaf\xe3\xa2\x74\x5a\x57\x3b\xad\xf1\xcc\x50\xa9\x56\xf3\x6a\xd9\xde\xed\xc5\xe0\xca\x6c\x06\xe6\x98\xc3\x7a\x32\xd1\xf0\xce\x36\x6c\xb5\xd4\xc6\xb2\xa1\xd2\x40\x0d\xd7\xab\x7b\x34\xd2\x59\x6d\x05\x4f\xee\xf4\xae\xac\x59\xc5\xd4\x98\x59\xd9\x68\xb8\xdf\xab\x9d\xb7\xca\xc2\x97\x87\x9d\x5b\x4b\x46\x7d\x18\xa0\x05\xa0\xc6\x98\xaf\xc0\xa6\x50\x69\x67\x73\xb9\x33\x37\x16\x36\xaf\x47\xa5\xf9\xe2\x10\xac\x6c\x35\x5f\x71\xcb\x52\x2c\xc8\x96\x2f\x14\xbc\x46\xa5\x9e\xf3\xdd\x7a\xbd\x54\x19\x80\xa5\xdf\x99\x83\x05\xee\x6e\x1e\x76\x0e\x36\x33\xe9\x5f\x2f\x79\x0d\xbd\xad\xd9\xf6\xce\xb3\xf6\xde\x1e\xef\x26\x97\xe8\x4a\xbc\x57\x52\x09\xc7\xee\xe7\xfa\x5d\x17\xb0\x7d\x71\x18\x86\x1e\xbe\x6c\x05\xd7\xd6\x32\xd5\x46\xb9\x0c\xcb\xf9\xd7\x86\xeb\xd7\xa1\x9f\xb9\x66\xb0\xfb\xba\xbb\xf5\x26\x7c\x71\x39\x53\xf2\x7d\xf8\x0a\xc8\xb0\x12\x4c\xdf\xe6\x51\x67\x60\x13\x2b\x05\x98\x44\x30\x7b\x27\x7c\xdd\xcc\x64\xbe\xf6\xdd\x7c\xad\x30\x78\x2e\xc3\xff\x66\xc3\xb9\x45\x38\x34\x88\x7c\xc9\xad\x45\x24\x92\x41\x71\xdb\xd2\x74\xa6\xe0\x15\x61\x22\xad\xef\x09\x25\xbe\x2e\x55\xfc\x7a\xbe\x5c\x3e\x97\x91\x3f\xe0\xbc\x4c\x74\xbf\x1f\x55\xc7\xa1\x54\x2f\xd3\x09\x0e\xd7\x97\xbb\x47\x73\xdd\xe5\x29\x2e\xee\xac\x4d\x06\x7b\xb3\x99\xa2\x57\x38\x0f\x48\x8f\x87\x16\x3a\x0b\x9e\x5e\x0e\x1f\x2e\x86\x97\xd7\xc2\x8d\xef\x83\xc5\xb5\xf6\xc1\x11\x74\xef\xfc\x9e\x60\x9c\x60\x73\x37\xb8\xb7\xc6\x6d\x00\xd9\x18\xf0\xdf\xee\x03\x5e\xbe\x01\x32\x11\x1c\x8d\x06\xa3\xcd\x76\xeb\x56\xa7\x35\xd6\xbb\x3b\xda\xdd\x6a\x39\x1f\xe5\x9d\x7a\xbe\x36\xe0\xd6\xb3\xa7\x72\x7d\x70\x04\xcf\x9f\x72\x06\x6b\x6e\x7f\xf6\xd4\x69\xff\xd4\xc7\x7c\xa0\xc3\x3b\xe3\xe1\xf2\xf7\x1f\xbd\x9f\xff\xd8\x09\xe6\x66\x82\xb1\xe9\x60\x6b\x17\x0e\x33\x8f\xbb\x7b\xb4\x80\x43\x5d\x7e\x1e\x8c\xdd\xfb\xc7\xf0\xe5\x0c\xae\x38\xd0\x82\x5c\xb1\x8f\xa9\x17\xf6\xef\x74\x9f\x8e\xc0\xba\xf3\x7c\x9c\xcf\x2f\x9d\xfd\xef\x9f\xfd\x63\x78\xe4\x4b\xcf\xaf\x0f\xd4\x5c\xfe\x01\xff\x87\x5a\x1f\x3a\x61\xf3\x8e\xf3\x55\xe9\xf7\xbf\xc3\xa6\xa0\x09\x5e\x94\xf0\xf6\x76\x38\xbd\x09\x2b\x2d\x5b\x8e\x05\x78\x08\xf5\xf7\xce\x8b\x56\xf0\x70\x12\x68\xa0\x5f\x8f\x3e\xb6\x77\x5a\xe1\xe2\x1e\x6f\x4e\x04\xc9\xbb\xa4\x8f\x75\xac\x40\x0e\x34\x74\x40\x44\x41\x97\x02\x5d\xe8\xac\x6e\xe3\xf7\xf8\x06\xc8\xd2\xd3\xa4\x78\x9d\xe5\xcb\x1f\xbf\xf8\xe2\x4f\xbf\xff\x9d\x13\xec\xdf\x0e\x6f\xce\xb4\x5b\x2b\x40\x91\x9c\x46\xbd\xff\xff\xcb\x0d\xb8\x15\xb7\x96\x2f\xe7\x0a\x25\x27\xd8\x98\xef\xac\x3f\xed\x2d\x8c\xe1\x74\x7d\xbf\x0c\x74\x0c\x10\xe6\xec\xd9\xcf\x1c\xa0\x89\xc1\xfe\x2c\x8c\xb3\x3e\x18\x8d\x02\x36\xa2\xdd\x7a\xdd\x7d\xb3\x15\x1c\x5e\xcd\xf8\x7f\x2d\xe3\x3a\xcb\x78\xe2\xeb\xe7\xe0\x09\xd7\xcb\x46\x35\xb0\x0f\xb7\x56\xcb\x01\xd9\xad\x5f\xc2\xfd\xa1\xc6\x7f\x46\xc5\xf6\xce\x74\xf7\xca\x41\x7b\x67\xaf\xf3\xc3\x9e\x6a\xa4\x54\xb9\x90\x2f\x97\x8a\xb0\x41\x6a\xad\xa8\x72\x6c\xc1\xa0\x66\x30\x3a\xd2\xdd\xdc\x09\xa6\x46\x83\xb9\xe7\x3c\x5d\xe7\xd4\x99\x53\xd4\xdd\xa9\xf7\x4e\x39\xd8\x5e\xc5\xcb\x31\x19\x41\x4a\x5e\x2c\xf9\xf9\x3e\xa0\xea\xcc\x63\x6a\x4c\x2e\x71\x9d\x69\x10\xc1\x93\x25\x40\xf7\x70\xf1\x19\x13\x2a\x3e\xbb\xc1\xf5\xbb\xbc\x7b\x38\xf4\x2b\xa3\xc1\xd8\xab\xf6\xce\x64\x07\x50\x6e\xe3\x31\x33\x28\x7b\xe6\x8a\x64\x09\x06\xe8\x36\x78\xef\xe3\x93\xcd\xa8\xed\x62\x54\x0c\xf6\x6e\x41\x5f\xc0\x92\xe1\x00\x08\x36\x22\xa3\xa6\x15\x90\x32\x46\x15\xf5\x55\x23\xcc\xd1\x73\x28\xec\x4c\x5e\x0e\x27\x0f\x7a\xa3\x6f\x3a\x97\x9f\x6b\x22\xca\x35\x7a\xf3\xcf\x3a\x0f\x67\x80\xb8\xb6\x5b\xeb\x6f\xf7\x47\x88\xcc\xf0\x16\x31\x95\x09\x1f\xed\x76\x16\x36\x91\x3b\xeb\x12\xd5\x76\x38\x31\x1c\x2e\x4e\x90\x38\xd0\x3d\x5a\x04\x82\xc1\x35\x7a\xb0\x5e\xdb\x63\xdd\xc7\xb0\xee\x77\xc3\x5b\x87\x20\x44\x74\xb7\x56\xb8\x0d\x3a\xa9\x0d\xe0\xe9\x78\x38\x98\x52\x74\x7e\x6a\x75\x5a\x4b\x72\x3e\x54\x99\xea\x01\x2b\xf2\x01\x39\x02\x7a\xd5\x0a\x46\xdf\x40\x87\x40\x06\x62\x43\x0b\x6e\x4c\x19\x64\x87\x50\xe9\xe6\x74\xfb\x60\x31\x7c\x70\xa5\x77\x6f\x8e\xce\xb4\x07\xdc\x15\x84\x82\xa5\x25\x64\xb5\xfc\xcb\xe8\x84\x97\x34\x38\x78\x11\xdc\x9c\x76\xce\x9e\xfd\x83\x13\x8c\x4e\xf6\xee\x8f\x05\x8b\xdb\xc1\x83\x61\x3e\x24\x83\xb9\xaa\x57\xab\x67\xb1\xb0\xf3\x1c\xf8\xfc\xf7\xc1\xec\x1b\xfd\x59\x1f\x07\x28\x65\xc9\x08\x28\x21\x2e\xf4\xc2\xf5\x60\x6e\x5d\xc3\xc3\x41\xed\xdc\xbe\x07\x3b\xdc\x5d\x5e\xeb\x3c\xd9\x03\x5c\xc1\x13\x4b\xfd\x5d\x5b\x82\xed\xc7\x9e\x06\xeb\xf5\x2a\x77\xf5\x87\xaf\xbe\xfa\xd2\xe8\x4b\x17\xe8\xad\xa5\x7d\x97\x2e\xa0\x2f\x0d\x89\x38\xd0\xa8\x95\x05\xc0\xf9\xcb\x9f\x3f\x53\x9f\x8e\x9b\x32\x76\xf5\x3e\xfe\xef\xac\x35\x73\x58\xd7\xf6\xce\x70\x7b\x6f\x81\xa5\x92\xf6\xce\x06\x32\xf7\x9b\x87\xe1\xcc\x0a\xe1\xa8\x57\xc5\x63\x12\x21\xe9\xec\x16\x48\x4f\x82\x9e\x24\xce\x48\x01\x54\x07\x02\xc2\x0b\xa3\x38\xf1\x10\xcc\x86\x08\xe7\xd9\xcf\x61\x9a\x42\x34\xe9\x6b\x7f\xcd\x1b\x52\x55\x1e\xac\x80\xcc\x19\x7d\x56\xe3\x37\x4b\x79\xa8\xb0\xb4\xbd\x91\x57\xc1\xe1\x33\xe7\xcf\xff\xf6\x89\xf3\x7f\x7f\xf8\x9b\xdf\x38\xe1\xa3\xf1\x60\x1c\x49\x1c\x8c\x0b\x08\x61\x78\x77\x0b\x27\xb3\xf3\x0c\x99\xef\xde\x16\xce\x84\x66\xc5\xf5\x81\x30\x08\x01\x3d\xf5\x05\x1c\x9f\x53\xce\x47\x34\x81\xff\xea\x7e\x9b\x07\x71\xd1\x3d\x53\xf0\x86\x3e\x26\xc4\x7a\xb4\x0f\x04\x12\x67\x8f\xc5\x80\xa9\x84\xca\xc1\xec\xf5\xde\xf0\x88\xc8\x6e\x52\x10\x89\x70\x46\xa1\x16\xe7\x58\x92\xcd\x15\xbc\x4a\x7f\xa9\x36\x04\x72\xc2\x16\x22\x3a\x91\x0d\x86\x64\x49\x8f\x1a\xcb\x55\xbc\x7a\xa9\xff\x92\x00\xf1\xdc\x7b\xc3\xf7\x3b\x4b\x2b\xe1\xec\x5c\x6f\xec\x06\xc8\x0a\x35\x10\x7b\x73\xf8\x4f\xa9\xe0\x2a\xee\xa5\xf0\x10\x76\x31\x18\x7d\x1d\x6c\x5e\xb1\x36\xc0\xeb\xef\x2f\x97\x2a\x2e\x93\x7e\x6e\xb9\xf3\xb4\xd5\xd9\x3b\x12\x16\x60\x96\x03\xda\x55\x41\x0c\x07\x12\x08\xa2\x5f\xe7\xe0\x47\x06\x01\x6a\xd7\xde\x5d\x62\x24\x6e\xb7\x66\x9c\x4f\x7e\xff\x85\xd3\x9d\x79\x83\x92\x0c\x31\x0c\xd8\x12\xa0\x10\xb0\xf2\xa8\x39\xbc\xba\x1a\xee\xcd\x31\x65\x00\x58\xa0\x62\xb0\xec\x7a\x84\x5c\x8b\xce\xa9\x90\x61\x90\x38\x2f\xe4\x41\x40\xc8\xca\x19\xf9\x54\x7e\x2b\xbd\x23\x0e\x27\x23\x8c\x43\x23\x61\x00\x0c\xd9\xbc\xdf\xde\x9d\x80\xfe\x61\x44\xed\xd6\x28\xef\x73\xe7\xd6\x0b\x11\xdc\x77\xae\xb5\xf7\x1f\xe1\xd6\x36\xef\xf4\x5a\x77\x61\xd1\xe1\xef\xe0\xc9\x4b\x90\x60\xcd\x11\x59\x8c\x81\xa9\xbc\xc8\x83\xe3\xcf\x10\x7b\x59\x25\x49\x83\x8e\xc6\x66\xd6\x01\x6a\xc5\x75\xf8\xe8\xc3\xd0\x82\xd9\x67\x40\xdd\x22\xbe\xc0\x58\xfb\x06\xa4\xca\x47\x20\xae\xc2\xc1\x26\x7e\x52\xa1\xf6\x95\xe8\x2f\x28\xa1\x14\x00\x59\x1d\x1b\x48\xfa\x17\x61\x68\x71\x8d\x87\xc0\x9d\x87\xf3\xaf\xbb\x87\x37\x83\xd1\x95\xde\xe3\xab\x91\x1a\x41\xc2\x14\xa8\x1c\xa2\x9e\xe5\x2e\x94\x50\x0d\x62\x1c\x21\x35\xa6\xbb\x79\xd4\x9b\xdf\x04\xda\x0a\x5a\x5e\x2a\xb4\xc2\x18\x9a\x52\xa4\xfd\x00\x95\xe2\xce\x27\x84\xab\x4a\x43\x24\xd2\xe1\x12\xcc\x3d\x0d\x9a\xf7\x00\x47\xa0\x22\x00\x74\x16\x27\x83\xe6\x36\xd7\x85\xdd\x91\xe3\x41\xc0\xb8\x16\xcc\x51\x45\x3c\x17\xa5\xd5\xe6\xcf\xbc\x6e\x20\x81\x03\x7b\x85\xf3\xcf\x5c\x04\x46\x81\x5d\x2d\x3c\x02\x6e\xeb\xfc\xf1\xf7\xd9\x0f\x1c\x3d\x2e\xe4\x5b\xa8\xe3\x12\x46\x1e\xce\xeb\x76\x22\x46\xc2\x7d\xf2\x09\x8b\x75\xa3\xf8\x32\x41\xb0\x72\x67\xcb\x09\xc8\x7a\x4e\x96\x02\x32\x42\x0f\x0c\x00\x53\xe1\xe3\xca\xac\x28\xea\x9a\x42\x75\x44\xb8\xcf\x0d\x78\xa8\xa9\x3c\x9f\x0c\xa6\x7f\x62\xc1\x17\x14\x5e\xbf\x9e\x1b\x28\xd5\x73\xfd\x48\x98\x40\xf6\x9c\x7f\x14\xfe\x74\xbb\xbb\x35\x16\x34\x9f\x3b\xbf\x86\x82\x5f\x3b\xc1\xf5\x83\x76\xeb\xc9\xdb\xfd\xfb\xa7\x2f\x88\x80\xf7\x21\x12\x9d\x1c\x1c\xa3\x52\x19\x71\x09\x45\x21\x3c\xcc\x7c\x74\xe0\x7c\xcc\x5e\x47\xde\x3d\xd1\xc4\x85\xbd\xb5\x15\x4e\x8d\x38\x22\xd1\x89\x30\x0a\xf4\xe0\xb4\x0f\x64\x7d\xb2\x7b\x70\x20\xe2\xfc\xc3\xab\xb8\x35\x13\x4d\x84\x18\x9e\xe2\x1d\x71\x06\xbc\xbe\x46\xa9\x5c\x74\x58\x51\xc7\x15\x56\x22\x1e\x08\x78\xb2\xb5\x71\x41\x1c\xab\x6e\x7c\x0f\x2b\xc3\x03\x56\x15\x8e\x95\x5c\x52\x6b\x69\x51\x03\xe7\x39\x94\x87\x83\x92\x22\x90\xf4\x1e\x3c\x14\x3b\x02\xfd\xc4\x9a\xbe\xf3\xde\xc7\x30\xb5\x8c\x9f\xbf\xe0\x32\xf9\x1e\x50\x0b\xcb\xfc\xb6\x37\x3a\x8d\xbd\x1d\x3d\x00\xf1\x27\x78\xf2\xa2\xfb\x72\xc5\x1e\xa6\x85\xb5\x16\x0e\x69\xe5\x32\x31\x41\xde\x5a\xbf\x51\x28\xb8\xbe\x8f\x7b\x11\xac\x00\xc5\x18\x61\xa9\x2d\x38\x6c\xf6\x9e\xdf\x0d\x46\x5f\xc2\x77\xe0\xbf\xe1\xe4\x0f\xc2\xc9\x44\x07\xeb\xac\x3c\xd0\x0a\x43\x78\x75\x02\x24\x42\xa2\x83\xa8\x1d\x22\x29\xde\x78\x02\x08\xe1\xfc\xee\x2f\x9f\xa2\xf4\x97\xf9\x1a\x0d\x3a\xe7\x32\x0d\x96\x21\xbd\x72\x51\xab\x98\x80\xbd\x48\x21\x6d\xfb\x84\x02\x11\x04\xf5\x2f\x96\x60\x21\x73\xda\x10\x84\x0b\x54\x77\xbf\xad\xc3\xb9\x1c\x0f\xa7\x1f\x9b\x66\x21\x91\xf8\x86\x2e\xd1\xbe\xc1\xa4\x48\xbd\x17\xcd\xb6\xe0\x95\x01\xed\x3c\xa4\x9f\x17\x5c\x01\x08\x66\x2f\xb7\x77\x66\x82\xe9\x59\x10\xec\x22\x48\xa8\xef\xd5\x06\x54\x75\x65\x3b\xb8\x24\x56\x09\xf5\x5d\x0c\x12\x44\x99\xc8\x62\xc5\x74\x07\xf7\x51\xb4\xf2\x33\xb0\x27\xa4\xed\x4b\x67\x2f\x1e\x8a\xdc\xca\x3c\x82\x3a\x83\x86\x60\x81\xc4\x9c\x75\x2e\x23\xe3\x26\xab\x96\x8c\x26\xf3\x75\xbe\x51\x07\xe5\x3d\xb2\x1e\xe5\xc4\x20\x21\x94\x89\x77\x39\xe2\xff\x83\x6e\x15\x65\x85\x21\x7f\x80\x6c\x44\xad\x59\xa6\x71\x6f\xf7\x97\xf8\x08\x33\xed\xc3\x9d\xf1\xbd\x42\x29\x5f\xce\xfd\xfc\x9a\xad\xeb\xc0\xf7\xb0\xa6\xcd\x93\xd8\x82\x05\x1a\x49\x16\xe5\x68\xd0\x3a\x5e\xa1\x58\x6a\xb2\x22\x68\x0e\x85\xf7\xd1\x9f\x7a\xf3\x1b\x70\x20\xe1\x34\x77\x47\x6e\xe1\xa9\x20\x03\x9b\x46\xd8\x24\x73\xc4\xe1\x20\x69\x4a\x36\x6c\x8a\x34\xa9\x9d\xc0\x8a\x0c\xb9\x43\x7d\xd8\x02\x6e\xce\x76\xfb\x60\x56\x6c\x82\xfd\xb0\xbd\x70\x42\x23\x69\xea\x08\x58\xf4\xb6\xe0\x1b\x16\xba\xc7\x14\xc2\x4a\x28\x03\x22\x9c\xf1\x8b\x70\xba\xef\x86\x3f\x2e\xf3\x06\x40\x59\xef\x87\x75\xe0\xfc\x91\xa2\x26\x94\x97\x39\x36\x49\x5d\xbe\x5b\xa9\xab\xb5\x02\xc9\x31\xd8\x1e\x11\x03\x15\x4d\x83\xc5\x30\x5e\x7a\x9c\x09\x09\x79\xdd\xf1\x9f\x9c\x8f\xfa\x3e\x3e\xed\x7f\xf4\x7e\xdf\xc7\x4c\x09\xc3\xef\x87\x43\x10\xd4\x2e\x23\xd5\x0c\x6f\xbd\x86\x3a\x28\x06\xee\xbe\x06\x46\xec\x9c\x2e\x3a\xc1\xf6\x2c\xf0\xe0\x60\x6c\x34\xd8\x9c\x0a\x9b\x73\xdc\xb6\xf0\x66\xd2\x61\x88\xe9\x14\xe8\x1c\x10\x7e\x2a\x7c\x0a\x8f\x86\xc3\x97\x2d\x6e\x57\x63\x15\x0d\xb9\x5c\x1a\x2a\xd5\x53\x37\xf9\xf2\x1a\x5b\xa2\x78\xb0\xdc\x02\xcf\xa3\x7b\x34\x0e\xf8\xde\x7b\x7c\xbd\xb3\x3b\xc2\xe3\xee\x6c\x4c\x04\x87\xa3\xce\x87\x4e\xd0\x1c\xeb\xdd\x58\x62\x0b\x4c\x77\x8b\x70\x71\x30\xef\xe7\x1a\x15\x59\x31\xb7\xc8\xbb\x0e\x94\x51\x11\x26\xa1\xa1\x38\xf5\x57\xc8\xc1\x91\x79\x2c\x4e\xf0\x1a\xa6\x2c\x94\xd3\x3e\x18\x03\xdd\x1a\x56\x91\xa7\xcf\xa2\x39\x8c\x0a\x65\x77\x6d\x71\x5a\x7c\x06\xcb\x87\x8d\x19\xc3\xc6\x49\x01\x4d\x5a\x1c\x06\xe1\xa6\x37\x3e\x0d\xfb\xc3\xcd\x8b\xe5\x69\xfa\x76\x30\xde\x02\x1e\x84\xd6\x61\x58\xfd\xa9\x89\xde\x8d\x4d\x46\x36\x58\x28\x19\x36\x03\x01\x15\x0c\x9e\x5c\x35\x9b\x30\x77\x59\x94\x19\xe2\x88\x3e\x1d\xc4\x3a\x71\x44\x16\x9d\xe2\x9a\x04\xcd\x04\x30\x1b\x4e\x0d\x0c\xb7\xdd\x6a\xb5\x41\x43\x25\x09\x81\xce\x31\xf6\x8c\x03\xa8\x27\xfb\x7f\xbb\xdf\xe4\x21\xbc\xdd\x9f\x90\x3d\xe2\xfd\x25\x84\x86\x22\xe0\x0d\x32\x22\x6e\x41\x23\x3e\x97\xc9\xa9\x50\x9c\x86\xcc\x80\x31\x04\xd0\xf8\xcb\x0c\x00\x8f\xe1\xd1\x78\xb8\xb8\x04\xcb\x08\x7f\x03\xbf\x0a\x6f\x37\xd5\x12\x45\xed\x6b\x95\xd3\x5e\xac\xa8\x4b\x0d\x58\xf7\xbc\x9c\x3f\x88\xea\xab\x0c\xfa\xf6\x51\xb0\xf7\x54\xac\x28\xdb\xd7\xd1\xa3\xf0\xff\xc0\x7e\x4f\x33\xb3\xc1\x15\x38\xc7\xe8\x8d\xf4\x52\xe1\x36\x62\x69\x12\xbd\x35\x18\x0b\x40\x00\xc4\x12\x2b\x03\x99\x5b\x90\xbe\x3a\xe6\x5a\x46\x14\x58\x33\x55\x3e\x73\xcd\x39\xa0\x4f\xb8\x54\xeb\x8f\xbb\x47\x33\xcc\x34\x23\x60\x51\xc4\xac\x42\x98\x85\x57\xcc\xc3\x34\x2e\xb9\xbe\x88\x6b\x7c\x72\x33\x15\x4f\xcc\xba\xf2\x1b\xe0\xb0\xb6\xac\xff\xd1\x66\x78\x6b\x17\x6a\x03\x0d\x1b\x3a\x97\xf9\x0b\x88\x22\x5f\xd8\x0e\x81\x3f\x03\x7f\xa1\x4f\xcc\x5c\xc4\xc0\xf3\xaf\x86\x9b\x40\x66\xfb\x65\xcc\x59\xf0\x67\x37\xe9\x2b\x38\x7b\xf6\x0f\x5f\x91\xd0\x4a\xd6\x86\x2d\x38\xd2\x2b\xd2\xe0\x1f\xea\xf5\xaa\xff\x97\x5a\x39\xcb\xfa\xff\x5f\xfe\xfc\x99\xa3\xdb\xbd\x54\xf6\xf2\x45\x2c\x0b\x67\x40\xb4\x18\x91\xef\x5f\xb9\xf9\x21\x1a\x58\xb0\xf0\xb8\x77\x77\x49\xda\xf9\x2d\x70\x3e\xfa\x0a\x9d\xc2\xae\xa8\xaf\x28\xed\xfc\x6b\xaa\xc4\xaa\x15\x07\x97\x1c\x08\x71\x0b\x58\xbe\x5c\x05\xdd\x05\x45\x09\x01\x60\xe9\x1d\x00\xba\x93\x2f\x40\xc3\x0c\x36\xe6\xc3\xad\xe9\x7f\x80\x66\x7d\xf7\x28\x9c\x9c\x68\xef\x6f\x81\x98\x88\x1f\x41\x51\x58\x7b\x06\x8a\x2c\x9c\xa6\xf7\x72\x70\x92\x62\x8d\x15\xe1\x14\xff\xa2\x06\xe1\x8b\xdd\x20\xf4\xd0\xb9\xbc\x4b\x66\xa1\xd2\x77\x6a\xf8\x8c\xe8\xba\x49\x10\x2d\xc8\x48\x80\xa2\x5e\x1c\x28\x5c\x04\x42\x38\xcb\x40\x0e\x1a\x24\xc8\x3e\xc9\x36\x85\x6f\xd3\xc1\x9f\xac\xa6\x81\x33\x59\xd2\xcb\xa7\x2d\x1c\x40\x6c\xe1\x18\xc7\x0e\x05\x56\x40\x13\xd0\x09\xe0\xb8\xf9\x2c\x82\x17\xca\x8d\xa2\x6b\x2d\x93\x32\xa5\xce\x71\xf7\xed\x9d\x1f\x9d\x5f\x9f\xf6\x7f\x4d\xad\x56\xce\x03\x83\xad\x08\x38\xd0\xbf\xce\xd2\x4a\xef\xd6\xbd\xee\xd6\x16\xc8\xaf\xca\x4b\x05\x9a\x61\xc1\xab\xd5\xdc\x42\x3d\x6b\xa8\xab\xcf\x82\xa9\x5d\x10\x98\xb1\x15\x4d\x42\x22\x81\x5c\x99\x46\x67\x4c\x54\xb6\x2a\x69\x47\x5a\xae\xcf\x75\x41\x2f\xcb\x9f\x77\x2b\xd1\x11\x8a\xb8\xf3\xf4\x23\xf8\xc8\x74\x0d\x94\x84\x78\x05\xf3\x80\xa5\xd4\x01\x21\x23\x51\xc5\x34\xa1\xa6\x54\xa9\xc3\x11\x49\xd4\x31\x8f\x4b\x4a\x1d\xde\x4d\x82\x87\x59\x15\xad\x33\xae\xc1\x99\xe8\xd0\x26\x95\xcb\xee\x00\xda\xde\x54\x57\x76\xfb\xb4\x5d\xa0\xbf\x80\xaa\x17\x21\x8c\x5e\x2d\xbd\xd8\xd1\xae\x98\x52\xbe\xb6\x49\xb3\x1a\xc2\x86\x07\x20\x80\x35\xf2\x68\x1a\xea\x16\xf5\x6b\x4a\x39\x9a\x25\x9a\x6b\x0a\x98\x76\x42\x43\x80\x3a\x48\x5a\x8f\x6d\x09\x7d\x6b\x64\x69\xee\x0e\x8f\x46\x83\x04\x6d\x7e\xee\xe9\x09\xad\x6a\xe2\x9f\xda\xa6\xa0\x52\xac\x11\xad\x0f\xba\xdf\x02\xbd\xcf\xc2\x72\x33\xe5\xd6\xf6\x01\x74\x2c\x80\x56\xb7\xb8\x86\xec\xab\x9c\x07\xbd\x1a\x71\x83\x26\x80\xd0\x9d\xd5\x56\xef\xde\x13\x05\xba\x87\x07\x77\x6e\x06\xcf\xd8\xc1\xb4\x29\x36\xe3\x88\xc8\xac\xc3\x45\x22\x55\x6a\x45\x10\xc4\x2c\x72\x6e\x71\x6b\xc8\x91\xae\xdf\xe5\x71\x10\xd3\x54\x13\x44\xdb\xf3\x79\xf7\x52\x16\xd4\xbf\xf0\xda\x8b\x70\x63\x82\x84\x21\x54\x08\x59\xc1\xd7\xcc\x51\x4f\xda\x89\x68\x3f\x69\xb2\xa8\xe5\xa1\xf4\x7e\xc1\xad\x01\x5f\xd2\x0d\x92\x0d\xfd\x67\xb5\x31\x85\x82\x1b\xeb\xa0\x23\xe3\xa0\xba\xf6\x2e\x7f\x8f\x5b\xad\xc8\x89\x06\xc3\x09\x43\x1b\x64\xf4\x82\xa5\x46\xdd\x78\xf4\x35\x83\x85\xc3\xab\x38\x2b\x54\x9b\xb4\x7d\x62\xa6\x89\xf6\x16\xea\xda\x54\xa0\x33\x7e\x1d\x70\x1e\x57\x9b\xdd\xd5\xa6\x70\xd0\x6e\x4d\x77\xae\xbe\xc6\xce\x97\xe6\xda\x7b\x0b\x5a\x5f\x0b\x27\x57\x18\x71\x58\xfa\x51\x6e\x84\x66\xf7\x60\x1d\x96\x17\x31\xbd\xf9\x08\x16\x39\xd8\xbc\x82\xeb\x46\x56\xa9\x70\x62\x15\x3d\x8b\xfc\x9d\x1a\x8f\x16\x9f\x47\x80\xe2\x2f\xfa\xa5\x63\x03\x08\xe7\x57\xf5\x00\x98\x3c\x90\x51\x11\xb7\x2f\xd6\x7b\xe7\x69\x2b\xd8\x1f\xd6\xbd\x33\xb0\xa2\x34\xb1\x59\xa2\x0e\x4a\xe5\xff\x9b\xa6\xc8\x8d\x1b\xf8\x15\xf5\xcf\x5e\x9a\xad\x15\xde\x10\x66\xeb\xed\xc3\x07\x30\x4f\xc0\xf5\xde\x95\x35\xd0\x0c\x04\xd7\x89\x28\x89\xd0\x3d\xda\xe4\x86\xa1\xa2\x09\x63\x29\x10\x19\xf6\xfd\xe6\xfa\x6a\xf9\x4a\x61\xd0\x38\x72\x9d\x85\x4d\x34\xdb\x37\xc7\xc2\x5b\x5b\xfa\xb0\x11\xa1\xff\x1a\x47\x03\x9a\xf5\x60\xbe\x32\xe0\xe6\xc4\x3a\x0c\xf2\xb5\xa3\x4c\xc0\x68\xa2\x77\xd0\x98\x4b\x82\x95\xec\x0d\x99\x71\x55\xa5\x42\xc3\xaf\x7b\x43\x46\x5d\xf6\xf5\x2b\x9b\xcb\x06\xd7\x94\x3a\xff\xe1\x01\xeb\xc6\x38\x92\x6b\x8f\x00\xf3\x41\x6e\x8d\x1c\xf0\x25\x10\xf4\x84\xbc\x35\xe7\xbb\xcb\x6b\x2c\x99\x96\xea\x70\x16\x47\xd7\x71\x63\x39\x12\xa0\xdf\x2b\x97\xbd\x8b\x6e\xcd\x87\xcf\x3f\x81\x78\x09\x5b\x04\x8b\x9b\x47\x2a\x45\x2a\xfb\xe5\xdd\xee\xab\x87\x02\x85\xa6\x20\x86\x82\x71\xc8\x37\xf9\x00\xa7\x54\xfd\x26\x61\x52\xbe\xa2\xee\x3b\x74\x86\x88\x39\x4a\xbb\xb5\x0b\xd0\xaa\xa6\x8e\xc4\x9a\x1d\xc0\x15\xe4\x18\x47\x0f\xd0\xe9\x74\x9f\x1c\xb1\x51\xa5\x6a\xbe\x0e\x14\xb3\xc2\x4a\x0d\x0d\xd4\xa8\xaf\x1d\xa8\xdc\x90\xe5\xf7\xc0\x10\x05\x0e\x88\x38\x97\x49\x0d\x9a\xd0\x94\x57\xd6\x53\x4c\x43\x4c\x5d\x7c\x11\x03\x0d\x3a\x22\xa6\x8d\x6c\xe7\xc9\x61\x7b\xef\x09\x6b\x4a\x6c\xbd\x40\xb7\x55\xb9\x54\x20\x9d\x5c\x55\x64\x64\x64\x53\x5b\x86\x4c\x3f\xfc\x5d\x4c\x3f\x45\xb7\xec\x62\x48\x90\x71\x7c\x33\x8d\x92\x9a\x9a\xf3\xc7\xdf\x67\x32\xd5\x46\x1f\x34\xaa\x03\x3e\x78\xcf\xd4\xd8\x25\xb8\x87\x8c\xc9\x49\xc5\x02\xbd\x17\xfb\xf7\x49\xbd\xc3\x4a\x68\x46\xde\x7d\x8d\x84\xff\xd6\x1a\x60\x48\x38\xb3\x82\x2a\x2a\x75\x8a\x4b\x46\x4c\x8b\x5d\x34\xc1\x8d\x29\xf6\xd8\x58\x92\x8e\x66\xc7\x62\x47\x01\x9e\x0f\x0c\x9b\x7c\x23\x1c\x5a\xa0\x19\x0f\xf6\x41\xfe\x03\x5e\x53\xbd\x51\xb4\xa7\x18\x71\xc2\xec\x53\xf9\x3a\x44\xf8\x56\x01\x52\xbc\x3d\x12\x20\x55\xf6\x0a\xe2\xdd\x9e\x18\x86\xc3\x85\x13\x9b\xda\xcb\x34\xaa\x45\x54\xad\xd4\xa2\x84\x0b\x2f\x81\x2d\xc9\xa2\xd8\x65\xa6\x19\x12\xf9\xbc\xb1\xf5\x5c\x4b\xe9\x50\x23\xea\xdc\x25\x83\x9d\xd8\x3f\x2c\x2a\x50\x0c\x4a\x59\x2e\x90\xf0\x10\x55\xe2\x45\x67\x4f\x25\xea\xff\xb4\xac\x20\x14\x22\xb1\x63\xfa\xbc\x38\x01\x87\x42\xbb\x26\xd1\x94\x03\xf8\xd9\x80\xfe\x5a\xab\x9d\xd6\x86\x68\x5f\x56\xa0\x8d\x7c\xd3\x9e\x12\x9b\x32\xcc\x6d\xa1\x0b\x40\x2f\x26\x13\x84\x34\x50\xed\x09\x27\x6d\x15\x29\x1e\x45\x8f\x85\x0f\x56\x64\xb7\x5a\x33\x91\x33\x8a\xbd\x5c\x9a\x24\x79\x9e\x2f\x16\x42\xee\x95\x4d\xb7\x2c\x0c\x08\x90\x2c\xbc\x00\xf0\xea\x72\x91\xf8\x1a\x1a\x55\x54\xd0\x40\xea\x91\xe1\xd0\x61\xce\x95\x86\x30\x9c\x2d\xf2\x6b\x91\x37\x4e\x0b\xfc\xc1\xfe\xa3\x60\xe1\xb0\x33\x31\x8e\x3b\x54\xf1\x62\x13\x32\x2c\xfe\x8b\xcf\xb8\x89\xee\xd1\x78\x6c\x2d\x90\xd3\x90\x7c\x10\x9b\x37\xc9\x50\xe6\x98\x63\xb8\x62\x8e\x3d\x8e\x2b\x0a\x0d\xd2\xa9\x87\x57\x36\x24\x3a\x36\xc9\x4b\x09\xae\x60\x14\x56\xc3\xab\xa7\x54\x7c\x54\x83\x73\x16\x00\x9b\x57\x58\x9a\xb1\x80\x53\x04\x62\xb3\x1b\xc3\x22\x3f\x12\x1f\xa9\x9e\xa4\x80\x32\xff\x51\x13\xc3\x99\xcf\x6c\xe3\x41\x23\x7f\x9e\x98\xe1\x8d\xae\xd9\xce\x69\xd1\x05\xe9\xe0\x97\x52\x05\x6e\x8f\x68\x34\xe9\x12\xbe\x6d\x26\x90\x88\x3a\x29\x92\xa8\x39\x13\x80\x15\x10\x83\xf4\xb5\x77\x5a\x68\x58\xb3\x09\xa0\x26\x77\xa6\x0b\x3a\xf2\x31\x6b\xa3\x65\xb5\x06\x78\x88\xc1\x6a\xd4\x88\xfa\xa9\x8c\x37\x9b\x87\x20\x20\x4b\x11\xd3\x6c\x29\x61\xca\xad\xc7\x02\x25\x48\xab\x64\x0c\x54\x26\x67\xd7\x86\x50\xee\x3f\x25\x79\x24\x88\xb6\x48\xd3\x44\x3c\x3a\x0b\x3b\x4c\x30\x98\x6c\xc1\x68\x59\x13\x60\x7a\xf1\x5f\xe2\x4d\xab\xfd\xb5\x06\xa1\x11\x37\x5f\x2c\x12\x8e\xf1\xf0\x59\xb0\x97\x30\x48\x73\x71\x11\xcc\x04\x11\x23\x88\xfe\x9c\xb3\x0c\xd0\x68\xc8\x15\xa3\x73\x70\x38\xaa\xcd\xa2\x9d\x5b\xaf\x40\x03\xd7\xa6\x67\xb6\x11\xa2\x10\x84\x6c\x5a\xe4\xaf\x98\x5d\x39\xd5\xfe\xcc\x8c\xcb\x34\x39\xc3\x21\xef\xac\x4d\xb2\x87\x53\x8d\x48\x1f\xde\xc4\x6c\x64\x96\xd1\xe1\x15\xdc\x3a\x81\xc9\x63\xb3\xa4\xae\x3c\x7e\x88\x22\x95\x70\x7e\xb4\xc7\xe0\xc6\xe1\xc9\xd8\x99\x24\x02\x65\xd0\x75\x60\x50\x64\x46\x4d\xe8\x1d\xda\x2a\x0c\x2b\x00\xa7\x0b\xb6\xb4\x77\x6f\xaa\x73\x6b\x29\xa6\x74\x88\x1b\x54\xc9\xbf\x24\xc1\xfb\x3a\x7c\xe9\x23\xbf\x5e\xf3\x2a\x03\x1f\xb3\xf9\x98\x23\x92\xdf\xee\x2f\x7d\xf4\xbe\x7c\x77\x50\x6d\x59\x5a\xe9\x2c\x4e\x32\x83\xc1\x98\x45\x23\x46\xf1\xe9\xe5\x36\xc6\xf3\x2e\xc1\x2a\x18\x83\xa3\x70\x45\x8c\x32\xb3\x81\x77\x76\xba\xab\x23\x04\x86\xee\xee\xc7\x77\x39\xaa\x71\xab\x15\x4e\x1c\x76\x36\x6e\x85\xcb\x4d\xb5\xf2\x88\x49\xd1\x32\x59\x52\x12\xaf\xad\x61\x20\x60\x21\x44\x8c\x79\xb6\x81\x40\x4d\x15\x2b\x10\x53\xa5\x0a\xe2\xbe\x05\xec\x9f\x9b\x62\x11\x01\x17\x2c\xd1\x4a\xa4\xe2\xaa\xea\x59\xcb\x62\x88\x5f\xc9\xb1\x57\xa9\xab\x02\xf4\x5f\xec\xaa\x3d\x8e\x21\x8e\x31\x09\x91\x4b\x63\xd8\x23\xe7\x9f\xa6\xcd\xa7\x5f\x0d\x5d\x9f\x7f\xfe\x2e\xa1\x59\xeb\xd0\x92\x10\x81\x38\x60\x8c\x0c\x18\x15\x30\xa8\x80\x4f\x6e\x42\x7e\xd0\xe4\x80\xbd\x82\xda\xd9\x6f\x13\x85\x44\x57\x6a\x96\x46\x1f\x29\xa4\x01\x07\x4f\x7b\x89\x2a\x04\x99\x0c\x78\x2b\x76\xae\x85\xeb\xcb\xbc\x21\xb0\xd8\x14\x8c\xa8\xb4\x88\xf0\xc7\x65\x14\x1c\x01\x2d\x8f\xae\x8b\x2e\x41\xab\x5a\x47\xc6\x4a\x13\x84\xa9\xc9\xc2\xc3\x69\xff\x7f\x9d\xe0\xc9\x0f\xb0\x03\x7a\xf3\xe1\x2c\x67\xea\xde\x79\x40\x13\xbb\x4a\xbb\xf5\xa4\x33\x31\x75\x6c\x15\x7d\x88\x45\x1c\x67\x83\x04\x1f\x40\x25\x9a\xa3\x38\x2d\x9e\xc8\x9f\x77\x6e\x4d\xa1\xfe\x1d\x07\x97\xaa\x98\x07\xb7\xbb\xfa\x3d\x29\xa8\xca\x91\xd9\xa8\xf4\x95\x2a\xc5\xac\xf9\x59\xbe\xe9\xbd\x30\xbb\x33\xe1\x92\xa4\x2a\x4f\x15\x72\xb4\x4e\x32\x57\x16\x65\x19\xb3\x78\xad\x24\x0a\x53\x5c\xb9\x02\x4b\x47\x5e\x45\xc9\x13\x14\x15\xf8\x9a\x73\x9a\x9c\xbe\x7b\x74\x0f\x94\x75\x3c\x57\x54\x4d\xd7\x01\x11\x91\x3b\xe2\x90\xc5\xdf\x7e\xf9\x47\x0a\x49\x55\xbd\x70\x5b\x18\xbe\x30\x31\x8d\x96\xa4\x8d\xc7\xe4\xb3\x47\x57\x12\xd7\xc7\x50\xaa\xad\x5d\xd3\x02\xc1\x76\x00\xa4\xe9\xb7\x5f\xa6\x44\x40\x72\xb3\x15\xf6\x27\x10\x1e\xf0\x61\xd6\x33\x34\x67\x17\x9f\xbd\x60\x13\x2e\xb2\xab\x8e\xb5\xb9\x4e\xb2\x26\x86\xcc\x23\xa1\x36\x4c\x80\x9f\x80\xdc\xfe\x9a\xf4\x6d\x8a\xbf\xdb\x04\x6a\x4a\xe3\x5e\xdc\x0e\xef\xec\xea\x58\x9c\x08\x43\x67\x9f\x01\xc3\x0e\xef\x1e\x76\x9e\x80\x88\x30\x0c\xe7\xc4\xa0\x12\x3c\x4c\x3e\x69\x32\x4c\x73\x2b\xe3\x24\x23\xb9\xa7\x42\x39\x52\x2b\xc5\xc8\x47\xb2\x72\x8c\x8a\x68\xca\x21\xb1\x98\x14\x33\xff\x2e\x42\x62\x4e\x44\x23\x6e\x4a\x57\x36\x31\x41\x66\xc4\x4a\xd9\xce\x8c\x5e\x29\xad\xf9\xf0\x70\x78\x14\x24\x00\x4a\x27\x51\xf4\x01\xf1\x40\x96\x68\xf9\x18\x0b\x84\xf2\x13\x1b\xa2\x15\x2e\xfe\xf6\x4e\x7b\x77\x34\xdc\x19\xc5\x8f\xa6\x99\x8b\x04\x26\x16\x1f\xda\x3b\xb7\x1c\xc5\x43\xd1\x60\x30\xbb\x15\x8e\x3c\x86\xbd\xd6\x0c\x94\x64\x65\x09\x68\x8a\x8d\x47\x0c\xfa\xa6\x96\x6e\x43\xa8\x90\x52\x2a\xb3\xe4\xbe\x18\x9c\xa6\x87\x0c\x49\xf2\xa9\x8c\x7e\x78\x95\x2b\x8a\xe7\x73\x79\x13\x08\x01\x70\x7a\x53\x2b\x0c\xe6\xe6\x31\x4e\x20\xf3\x35\x1a\x77\xce\x65\xd8\x92\xab\x2d\x6a\x91\xb7\xc0\xf6\xc1\x45\x4e\x04\x11\x25\xda\xfb\x4b\xc1\x93\xd5\x98\xd5\x1b\x50\xb7\xdb\x5c\x87\x83\xda\x3d\xbc\xd2\x59\xda\xf8\xc7\xf0\x08\x6c\x1a\x6e\xf2\x1b\x90\x21\x5b\xb1\x05\xec\x4c\xae\x23\xaa\xcf\x03\x9b\x98\x8a\x24\x10\xb1\xda\x5c\x28\xf9\xa5\xbe\x52\x99\x2c\x4c\xb3\x5b\x20\x49\xc0\xd4\xf8\x23\x7e\x33\x82\x7a\xb9\x7b\x74\x15\x7d\xe4\x57\xf3\x15\xa7\x00\x0c\xc7\xcf\x9e\x6a\x94\x9c\x9a\x5b\x74\x30\x12\xe7\xd4\xc7\x1d\xa8\x0e\x98\x7b\xff\x2a\x74\x03\x30\x1f\x27\x1a\xc2\x3b\x3b\x05\xb4\x06\xd9\xf1\x1e\x28\x6f\xee\xef\xc1\x41\xe6\x40\x42\xb1\x6e\x80\x42\xda\xda\x93\x59\x6b\xdf\xd7\x3f\xd5\x39\xde\x14\x52\x53\x79\xbb\xdf\x64\x95\x06\x37\x76\x78\x3f\xd5\x02\x60\x5e\x24\x7a\xbb\x3f\x91\x29\x94\xbd\x4a\xb4\x21\x3b\xd3\xe8\x84\x1a\xb9\xc9\x62\x9a\x32\x6f\x4a\xbc\xe1\xc9\xb7\x4f\xd8\xbd\xcd\x82\x1c\x89\x7f\x4a\x34\xa4\x78\x93\xf3\x62\x7c\x36\xaf\x31\xd1\x67\x0a\x5b\xe6\xcf\x18\xb3\x4c\xdf\x12\x7b\x64\x56\x63\x15\x5a\x54\x37\xbd\xad\x84\x5b\xc2\x5b\x09\x6a\x76\xb6\x7b\x24\x28\x87\x57\xd5\xe4\x33\x5f\x56\x8b\x3e\x47\x48\xf0\x86\x0d\x09\xce\x99\x81\x52\xbd\x34\x50\xf1\x6a\xae\xc3\x16\x80\x4c\xb9\x54\x00\x36\xe5\x66\x95\x3d\x77\x07\x7a\x55\x1f\x13\xf5\x4d\x20\xa9\x5f\x73\xf3\x45\xb6\x32\xc1\x88\xf8\x76\x8e\x7c\x4b\xd4\x36\x61\xe4\x9e\x5d\xbe\x51\xf7\x40\xbb\x2e\xd5\x45\x0c\x05\x40\x38\x8f\xda\x3e\x01\x1a\x24\x03\x06\xcd\x07\xc1\xea\x64\x30\x75\x47\xc5\x82\x71\x2c\x95\x71\x43\x4d\x0a\x8a\x6e\x7f\xbe\x51\x56\x46\xe4\x2c\xc7\xee\xb2\xe9\x58\x6e\xb8\x41\x77\x75\xb7\x76\x01\x84\x19\x0e\x00\x03\xb1\x37\xdc\x58\x09\xae\xaf\x85\x8b\x40\x52\x9b\xac\x23\x21\xee\x08\x38\xc8\x6b\x35\x52\xf4\x18\x5a\xd4\x66\xab\x4c\xd1\x1b\xd4\xb3\x4c\xb0\xf6\xce\x46\x30\x76\x2f\x18\x5d\x81\x53\x80\x34\x46\x47\x94\x8e\x6f\x84\xd3\x9b\x5a\xcf\xcc\x5c\x44\xc7\x66\xd2\x26\x3c\x90\xff\x0e\x3f\x02\xd5\xe8\xbe\x7a\x88\x1f\x11\x7d\x7c\x1b\xcb\xd8\x78\x0b\xab\x51\x18\x94\x18\x1f\xaf\x3f\x47\xab\x83\xec\x2e\xba\x2a\xc1\x9a\xc0\xe1\x21\x9c\x14\xb9\x05\x43\xab\x86\x5a\x21\x72\x19\xed\x37\x10\xb7\xf2\x35\x11\x10\x52\xec\xc9\x26\x35\xfb\x27\x4d\xca\x36\x41\x3c\xc1\xaa\x5c\x71\xd1\x8c\xd5\xa8\xc3\x46\x92\x3e\x66\x7a\x81\x32\x72\x05\x91\xaf\x5f\xf1\x3d\x44\xb9\x7b\x65\x96\x24\x08\x21\xd0\x0d\xed\xe4\xb6\x89\x12\x52\x23\xa7\xaf\xdc\x70\x4f\x7d\xcc\xbb\xa8\xe8\x91\x6a\x8f\x7d\x2f\xd4\x93\x8a\x34\xe4\x92\x33\x4c\x67\x14\xaa\x98\xd7\x25\xd2\x41\x22\x0e\xc5\xd6\x08\x75\x19\xc1\xb8\x74\xf1\xfe\xa7\x7f\xfc\x8a\x02\x2f\x30\x76\x21\x16\x1a\xaf\xef\x50\xa9\xc6\x61\x86\x43\x25\xdf\x67\x69\xa5\x52\x42\x87\xd9\xe5\x35\x56\x19\x38\x6a\x39\xd8\xda\x47\xeb\x16\xb5\x13\xed\xb6\x16\x04\x55\x3b\xca\x8f\x88\xf6\xe0\x32\xc7\xcd\x22\x45\x22\xcf\x1d\x57\xe6\xbe\x51\xf0\x54\x9e\x18\xbc\x25\x61\x04\x0e\x70\x78\x2d\x12\x46\xd5\xa8\xb8\xf0\xd4\x55\x51\xc3\x79\x27\xc7\x88\x2f\x77\xd0\x92\xeb\xbb\x1b\x84\xec\xb0\xfb\x69\x14\x94\x6e\x7d\xf8\x6e\xb9\x5f\xc2\x96\xb9\x58\x22\x1e\x89\x4f\x6b\xae\xcb\xe2\x46\xf5\x12\x1c\x8e\xca\xf9\x2c\x0b\x9d\xda\x22\x2c\x9f\x23\x5b\x1d\x15\x1b\xa6\x6a\x0d\xc1\x51\x0c\x28\x6e\x4d\x81\x96\x38\xe9\xfc\x8f\xa9\xbb\xef\x7d\x42\x2a\xfd\x27\xf5\x5a\x19\xfe\xe4\xaa\x58\x03\x17\xdf\x6c\x08\xb4\x91\x8b\x1c\xb8\x60\x7a\x6a\xe4\x93\x72\xe6\xf8\x64\x62\x26\x00\x71\x01\xd1\x17\xed\x0e\xaa\x9d\x97\x35\xc8\xa0\x52\xc8\x3a\xc5\xfd\xcb\x38\x7b\xe6\x04\x7f\x6d\x94\x0a\xe7\x73\x03\x8d\x12\x06\x77\x1d\x3d\xef\x0d\x2f\xc9\x65\x6a\xc6\xba\xfa\x60\xc9\x17\x62\xc9\xa8\x49\x32\x9f\x4d\x4b\xd5\x8d\x5f\xd0\xe2\x87\x40\x1d\xc2\x53\x3a\xc3\x21\xe0\xe4\x16\x24\x1a\xcb\x91\x21\xe6\x5d\xe0\x6a\x03\x43\x71\xd0\x4d\xc7\xed\x9b\x95\x24\x3e\x88\xcd\x07\x1c\x83\xaf\xeb\x51\x4f\x30\x28\xba\x06\x67\x4a\x29\xd3\x1c\xa4\x20\x11\x72\x64\x42\x10\xf5\x6f\x6d\x5a\xdc\x85\xe4\x08\x67\xa6\xcd\x46\x62\xe3\x66\xab\xd0\x7d\xa1\xf8\xf5\x9a\xeb\x66\x19\x21\xc3\x47\xd7\x33\xfd\xa5\x32\x06\x6c\x89\x83\x11\x6f\xf8\xd5\xf3\x03\x59\x8c\x75\x6b\x09\x8f\xc0\xb3\xf6\x68\xbc\xb3\x71\x28\x0d\xe1\xcd\x5c\x2a\x10\xa7\x1e\xc0\x03\x01\x26\x08\xf9\x92\x76\x7f\x17\xaf\xfb\xc6\xae\xf9\x96\xf3\x7d\x6e\x59\x55\x15\xb0\x21\x38\x16\x7e\x1d\xf6\x07\x98\xcb\xf8\x14\xe8\x09\x9d\xc7\xd7\x33\xb8\xfa\xa5\x3a\x40\xce\xce\xa1\xd2\x3a\x33\x16\xcc\xfe\x08\xab\x55\x76\xf3\x3e\x86\x92\x51\x44\x3c\xe8\xc9\xc1\xce\x95\x0c\x39\x5e\x6a\xf9\x8b\xd9\x60\x66\x09\xb8\xa3\x30\x64\xfa\x0a\xfb\x4d\x97\x82\x85\x8d\x72\x2b\x54\x42\xe1\xce\x58\x49\xc4\x98\x44\x55\x24\x25\x79\x3a\x2d\x2c\x31\xcb\x69\x51\x03\x3b\xa3\x07\xb8\xbe\xcc\x6b\xce\x23\xd5\xe5\xd6\x1d\x65\x6b\x16\x0a\xa2\x1f\x15\x76\xb4\x3f\x4e\x1c\xea\x6f\x48\xe4\x31\x02\xe9\x60\x11\x19\x9d\xfa\x3a\x04\xa7\x12\xdd\x16\xc1\x93\x71\x3c\x27\xea\x73\x91\x42\x2d\xa9\xe9\x70\x1e\x8e\xfb\x92\x2e\xe1\xc0\x73\xd4\x89\xe6\x51\xf2\x8e\x0d\x0d\x50\xdc\x55\x2e\x93\xa8\x54\x05\x7b\x47\xd7\xfa\xe5\xc6\x74\xf4\xfd\x8c\xb5\x7d\x66\x41\x05\x25\x2d\x28\x43\xcf\x88\xc8\x48\x09\x98\x02\x6c\x5e\x2d\xa7\x9a\x20\xf5\x09\x40\x41\x38\x48\x82\x6a\x94\x30\x30\xc2\xee\x2d\x82\xd0\x3d\xa6\x82\x72\xa7\x11\x34\x13\x17\xee\x37\xb5\x82\x57\x05\xcd\xd3\x80\xdf\x1f\x0e\xe6\xb6\xe4\x76\x5f\x7a\x07\x9e\x8f\x61\xbe\x51\x0d\xd0\x05\x28\x74\xfb\xb8\x1a\xc0\x64\x31\xff\x01\x8c\x7c\x6a\x1c\xa8\x19\x47\x41\x24\xc7\xac\xc1\xc4\x2b\x77\x0c\x30\x1a\xc7\x74\x83\x8b\xcf\xd2\xc0\x98\xb2\x1d\xb7\xa9\xb2\x71\x92\x66\x20\xbe\x15\x5c\x9a\xab\x96\xf3\x05\x57\xee\x33\xc8\xb9\x27\xb1\x05\x2f\xdf\x5b\xbd\x9c\xd0\x1a\xad\x6c\x3d\xdf\x97\x65\x61\x4b\xaf\xac\x6e\x00\x57\xd2\x04\x50\x0b\xa9\x00\x84\x6e\x09\xa2\x31\x09\xd9\x58\x80\xbd\x4c\x03\x00\x49\x0b\x79\x23\x3a\xab\x80\x3f\x30\x9c\x3d\x1e\x81\x4e\xc1\xb5\xd4\x56\x35\x5c\x5a\xcb\x89\x8d\x96\x4a\xb1\xbd\x46\x4f\x73\x5a\xdb\x00\x36\x50\x02\xb0\xd4\x41\xab\x9a\xb1\x3a\x1c\xc7\xca\x4e\xaf\xb4\x36\xb1\xfc\x0c\x5e\x8d\x11\xd2\x2c\x66\x10\x6b\xfb\x2d\x50\x5f\xd2\x72\x80\x2a\x72\xc9\x6b\xc8\x88\x3b\xad\x7b\x6c\xe3\x48\xab\xc2\x5b\x5e\xcc\xf5\x5d\xa2\x1a\x9d\x5b\x2f\xd0\xba\xa5\x58\x5c\x5a\x8d\x21\xb7\x82\x12\x39\xde\x49\xa3\x3e\x66\xe7\x30\x2b\x48\x5a\x07\x3e\xc6\x49\x87\x33\x37\x30\xd1\x42\xb2\xe4\x0c\x66\x29\xc1\xcc\x02\x94\x5e\x82\xbb\x4c\x03\x43\x8c\x15\xb0\xf9\x1f\x8e\x07\xab\xb9\xa0\xe8\xd5\xd9\x3d\x9b\x15\xe3\x32\x91\xc7\xd4\xae\x81\x07\x19\xb0\xc1\xf6\x09\xb0\x43\x9e\x5f\x47\xb2\x8b\xee\x00\x52\x2a\xee\x77\xb7\xae\x76\x37\x53\x07\x41\xed\x9a\xc0\xdb\xd7\x6d\x60\x3c\x40\xb4\xda\xb8\xd2\x86\x13\xe5\xeb\xdf\x9c\x03\xd5\xfc\xf4\xd7\x1f\x9e\xf3\x49\x33\x6f\xef\xcc\x38\xa7\xbf\xfe\xe0\x9c\x6f\x4f\x58\x57\xcf\xf5\xe7\xcf\xbb\xd4\x06\x55\x75\x30\xf0\x3c\x05\xbe\x5a\x73\x2f\x94\xbc\x86\x4f\xde\xf2\x9d\x61\xcc\x62\xa3\xe9\xc2\xb7\xe8\x81\x9b\xb4\xbf\xf2\xf9\x66\xd3\x54\xea\xd9\x2e\xaa\xd2\xf8\xc1\xae\x34\x86\x72\x32\x71\x1f\x0f\x7f\xf8\x60\xd9\x9e\xb9\x14\xa2\x16\x54\xcf\x7e\x83\xe3\x85\xd9\x97\x8a\x38\x77\x18\xb6\x32\x50\xfc\x8a\x7f\x7d\x4c\xb3\xa2\x95\xe0\x56\xbe\xd1\xfd\x78\xda\x37\x83\xb6\x67\x32\x2b\x62\x88\xe0\xf8\x0d\xb2\x20\x0f\xb7\x77\x9b\xbd\x2b\x07\xa0\x2f\x80\x06\x07\xd3\xa3\x48\x52\x93\x36\x49\x22\x11\x6b\xec\x5c\x22\x03\x14\x08\xee\x16\xbd\x88\x16\x68\xcd\xa5\x25\x62\x18\xb9\x4f\x41\x0b\x15\x03\x38\xa6\xb1\xb4\x1a\x42\x74\x15\xd6\xc4\x56\x8d\x17\xfd\x97\x2d\x19\x0f\xf9\x1b\x7b\x48\xbf\xb8\x15\x73\xac\xdf\x98\xbb\x58\x42\x01\xb9\x9f\x5a\xc3\x24\x29\x86\xe4\xf4\x33\x5b\x46\x63\xc2\xfe\x6d\xf2\xb2\x8f\xa1\xe2\x48\xf4\x4c\x77\x51\xf5\x28\x09\x12\x4b\x86\x28\x42\xc9\x77\xba\x58\x18\x45\xd9\x6b\x94\x65\x9b\xa6\x8a\xa0\x55\x9f\xd5\xd5\xa8\x7e\x52\xca\x90\x05\x8f\x4e\x77\x5f\xee\xca\x3d\x66\x13\xa8\x54\xc9\xa9\x48\x7d\x36\x8f\xc3\x9e\x53\x50\x1c\x1a\x18\xb6\x76\xbb\x5b\x0f\x50\xbe\x79\xb0\x62\xde\xd6\xb1\xaf\xa4\x4d\xb1\xd2\xdb\x01\x12\x32\xb3\x62\x7b\x46\x39\xfa\x81\x84\x67\xdc\x56\x9c\xbe\xea\xdc\x2d\x96\xea\xd9\xce\xfe\x9d\xee\xa1\xe6\x38\x76\xb2\x1c\x35\xc8\xfc\x05\xd0\x09\xe8\xbe\xa5\xfa\xc4\xdc\x51\xee\xc1\x1b\xac\xdc\x2e\x2f\x78\x65\x4f\xb1\xfa\xde\xe3\xc5\xee\xc4\x8f\xf1\x72\x34\x55\x33\xa3\xb6\xd9\x2a\x97\x47\x98\xee\x5b\xfc\x1e\xad\xe5\x16\x0b\x62\xf0\x94\xf9\x70\x81\x15\xb3\x66\x17\xc9\x95\x11\x89\x29\x49\x19\x43\xcc\xdd\xc1\x20\x62\x29\x4f\x05\x8c\xb9\x38\x64\x75\x12\x21\x12\x3c\x01\x94\x09\x4f\x8c\x95\x40\xe3\x79\x7a\x37\xda\x07\x2c\x1a\x94\xed\x19\x65\xbd\xc9\x94\xc3\x4d\x0d\x8a\x0b\xe1\x28\x55\xf3\x80\x74\x1c\x0d\x83\xe1\x35\xbb\xe1\xd6\x2d\x51\x73\x66\xef\x06\x53\x77\xd2\x01\x65\x86\x04\xdd\xde\x41\x0f\x10\xeb\x75\xbd\xf9\x97\x91\xb5\x91\xea\x23\x26\xcf\x5e\xef\xbe\x7a\x23\x8e\x29\x63\x0c\x14\xc1\x62\xb5\xde\x07\x5a\x19\x26\x45\x0b\xc6\xc7\x44\xe5\x8c\xf5\xce\xff\x4a\xc7\x16\x88\xa5\x8c\x5a\x4a\xa8\x5a\x07\x0f\x8d\x6e\x8d\x32\xea\x5a\x20\xdf\x4e\xa0\xed\xae\xd3\xba\x09\x67\x49\x03\x80\x5e\x0f\x02\x45\xdd\x8b\xfa\xe1\xa1\xdc\x98\x32\x3b\xd4\xb7\xba\x50\x0f\x27\x6b\x27\xc7\x6a\xa1\x4d\x8d\x33\x26\x11\x70\x34\x3b\x8c\x65\x36\x53\x56\x01\xc9\x32\x62\x00\xcc\x70\x5c\xc4\x6a\x63\x81\xde\xee\xdf\x37\xb8\x33\x10\xb0\xf7\xa9\xc1\xf7\x91\x45\x17\x85\x98\xfd\x8a\x7e\xe0\x99\xfe\x46\x2d\x96\x25\xa6\x27\xf7\x9c\x8e\xac\xb6\xb1\xe2\x55\xc5\xed\x31\xe2\xdb\xc0\x30\x6d\x25\x14\x43\xeb\x3e\x42\x73\x80\xa2\x9b\xf4\xb7\x23\x6d\xe2\xf5\x42\x29\xfc\x50\x17\x4a\x1f\x43\x6e\x6d\x40\xf1\x69\xb1\xb4\x93\x70\xf0\x2f\x20\x26\xfc\xc2\xee\x4e\xea\xcd\x51\x53\xca\xf7\x21\x47\xc6\xbc\x74\x6c\xa9\x65\x9a\x29\x21\x13\x26\x0c\x2b\xdb\x96\xa6\x1d\x15\xa3\xc2\xee\x67\x23\xec\x95\x54\x63\x9a\xa1\x02\x66\xd0\xc4\xc8\x06\x6f\x70\x26\x73\x91\x81\x48\x73\xcc\x0f\x7f\x34\x62\xb5\x8c\x85\x21\xd1\x85\xca\x0d\x14\x91\x22\x64\x46\x46\x7b\x42\xe5\xe9\x54\xf3\x77\x3c\xdb\x5c\x0b\x44\xc7\x3c\x60\x3c\x79\x6b\x63\xd5\x74\xaa\x27\x10\xcf\x30\x6c\xd6\x30\x72\x53\xce\x1c\x24\x38\x4c\x6d\x30\xd2\x96\x29\xd5\xf0\x14\xc6\x9d\x3d\x7a\x19\x3c\x98\x8d\x06\x5c\xf2\xe1\xcc\xbb\x85\xf3\x18\x3d\x1d\xeb\x83\x13\x94\x09\xce\x8f\xfd\xd8\x79\x36\xc2\x81\x50\x31\x03\x53\xd0\x7c\x03\x2b\x15\xa5\x94\x10\x2c\xcd\x57\x72\xe4\xae\xa0\x69\x47\x06\x5c\x73\xea\xc4\xd1\xc4\x3e\x45\x29\x23\xd2\xd7\x14\x9a\x22\x73\xf8\x3b\x5a\xa3\xd3\xc6\xe3\xd4\xc1\x95\xff\x4c\xe3\x91\x1f\x26\x9c\x98\x84\x7a\xe1\xe4\x04\x30\x4b\xa1\x0a\xb3\x77\x41\x88\xc7\x51\xaf\x7e\x1f\x8c\xfd\xc4\xbd\xc5\x76\xdf\xa6\x05\x29\x07\x94\x70\xad\x51\x91\x33\x44\xd0\x64\x12\xf4\xb3\xdf\xf0\x6e\x9a\xe4\x83\x13\xf4\x70\xbc\x91\x58\xe4\x81\x5c\x51\xa3\xbc\xbf\x64\x6a\x7e\x66\x93\x95\xe6\xaf\x4e\x17\xdf\xee\x4f\xb0\xd3\x56\x8c\xbe\x74\x5f\xc1\xc4\x6a\xbd\x12\xdf\x64\x0c\xdb\x1a\xf1\x13\x89\x56\xd3\xca\xaa\x51\x6c\x6a\xe7\x91\xf8\x6e\x00\x58\xea\x79\x24\xc2\xc7\x21\x8a\x4c\x31\xfc\x64\x31\x5a\x6c\x1b\xb0\xc7\xa4\x37\xb1\xd5\xb6\xf9\x0c\x13\x82\xb1\xed\x2a\x36\x16\xd1\x21\x12\xed\x67\x53\x1a\x76\x2f\x02\x4b\xed\x1b\x74\xf3\x94\x6e\x81\xe8\xa7\x9e\x23\x06\x93\x2c\xbc\x0c\x56\x0e\x30\x44\x94\xef\x73\xb0\xcf\x9e\x98\x38\x1b\xfd\xa3\x1e\x4c\x12\x9c\xba\x4c\x5a\x6e\xea\x3d\xbe\x6b\x7e\x67\x5b\x34\x5b\xa1\xcd\xcf\x7a\xc2\xc6\x54\xd1\xbd\x46\xe9\xa0\xd8\xbd\x66\xcc\xcf\xc5\x50\x66\xb2\x8c\x99\xdf\x75\xd6\x0f\x69\x0c\xe5\xd2\x21\x90\xa0\xcd\x36\xb5\xc3\x48\x5d\x2e\x9c\x62\x97\x33\x3a\x53\x7e\x7d\x09\xfe\x7b\x6f\x68\xe8\xbd\x62\x91\x3c\x4b\xc1\xc1\x63\x95\xa7\x29\x3e\xf5\x28\x9e\x53\x4d\x9e\xfd\x51\x62\xcf\xd1\x32\x8a\x51\xd1\x10\xdd\x52\x57\x0c\xcb\x8d\xed\x91\x20\x5f\xd8\x92\x6b\x8f\x60\xaa\xe1\x3d\x36\x41\xe2\xc2\x21\x09\x26\x73\x3d\x06\xcd\xb7\xd6\xa3\x6d\x9b\x1b\xc3\x78\x25\x6d\x9d\x01\x79\xeb\x60\x51\x82\x39\xcc\x19\x58\x02\xb0\x51\x60\x09\x8a\x27\x8d\x31\x75\xea\x24\xde\x91\x1f\x9a\xb8\x12\x9f\x61\x0c\xea\xb9\xdd\x8c\xad\x44\x4c\xde\x8c\x50\x50\xae\x38\x27\x21\xe3\x91\xb9\xaa\xc6\xff\x92\xcc\x99\xd6\x4f\x62\x6e\x09\xa1\xf3\x62\xe9\x7c\x29\xfb\xef\xf0\x3f\xfa\xeb\xcc\x45\xb7\x5c\xc0\x64\x20\xe6\x75\x6e\x07\x8b\x11\xd8\x84\xe0\x29\x60\x09\x3a\x40\x39\xfa\x39\x18\x7d\x81\x51\x94\x94\x8e\x84\xfd\xdc\x66\x44\x53\xb4\xeb\x54\xc4\xdc\x82\x37\x3e\x18\x7d\xdd\x6e\xdd\x91\x38\x10\xbc\x59\x84\x1b\x2f\x57\x4d\x96\x31\x63\x0d\xb9\x89\xb1\x77\x41\xd7\xfe\x52\xcd\xc7\xcb\xec\x03\xea\xd0\x76\xd6\xd7\x59\x60\x95\x14\x9e\x04\x6c\xa6\xb8\xa5\x0f\x22\x74\xd2\x77\x16\x39\xcd\x52\x8e\x8a\xd7\x4d\x0a\xd1\x34\x00\x94\x77\x5d\x14\x5a\x6d\x9e\x07\xd6\xbc\x47\x49\x63\x40\x3e\xe2\xbb\x28\xf7\xaf\x76\xb7\x5e\x86\x77\x67\xcc\x23\xaf\xe7\x40\x69\x72\xa8\x23\xd6\xd0\xcc\x2e\x28\x1a\x52\xda\x2f\x55\xfa\x3d\x4c\x21\xc1\x84\xd5\xe1\xa6\x61\x6d\xa0\x27\xb3\x0a\x21\x31\x36\x97\xeb\x6b\xd4\x61\xff\x05\xe1\xed\x39\xa9\xb2\xe4\xa4\xa8\x34\x5f\xc6\xa0\x85\x4b\x8a\x6f\xc5\xc2\x61\x09\x01\x1c\xae\x64\xf2\x32\x3d\x23\x6c\x43\x59\x1a\x13\xb3\x61\x93\x19\xa5\x84\x05\x01\x43\x02\xb6\x68\x4a\x99\x28\xf9\xac\x44\x70\xd8\x29\x69\xcf\x70\x32\x3d\x3f\x6b\x25\x79\xd4\xa5\x46\x46\x1c\x4f\x2b\xf9\x84\x7c\x14\x42\xa0\xc0\x06\x3d\xef\xbc\x8e\xbe\xfe\x77\xb7\xcf\xe9\xdd\xf8\x21\xd8\x98\x8b\x00\x06\x4a\x75\x0b\x06\x93\x37\xc6\x61\x40\xd3\x29\x15\x8c\x0c\xba\xa9\x03\x4a\x66\x5e\xd6\x45\x72\x05\x44\x37\x20\xcb\x90\x3a\x6b\xb9\xea\x80\x3e\xc2\x5f\x74\xf9\x47\xbb\x11\xe3\x97\x7f\x74\xcb\xf9\xe2\x05\x24\x96\xc5\x68\x1c\xbd\xe7\x77\x3b\x7b\xab\xf1\x11\xe0\xe6\x09\x8d\xa2\x0c\x67\x8c\x00\x78\x5c\x29\x56\x41\x82\x2a\x8c\x73\x6e\x4c\x14\x84\x05\xf7\x5b\x8c\x79\xc8\x97\x73\x44\x5c\x24\xa0\x97\x72\x24\x53\x43\x11\xb0\x05\xc8\xf9\x19\x23\x30\x27\x3e\xfa\x04\xb4\x0c\xf1\xe0\x26\x7b\x43\x61\xd7\x39\x19\x07\xa6\x67\x59\x7e\x25\x7a\x3f\x46\xb3\x4c\xe9\x4b\x6a\x20\x30\x05\x9b\xf7\x83\x39\x20\x84\xdb\x48\x79\x75\xe2\x46\xdd\x0b\xab\xee\xe6\xec\x81\x01\xc0\xea\xe0\x99\x3e\x68\xf5\xc6\x67\x61\xbd\x4c\x77\x27\xe7\x75\x39\x66\x01\xa8\xb1\x5c\xbd\x96\xc7\x6c\xc0\xd6\x4a\x68\x51\x24\xbd\x15\xa9\x42\xb3\x14\xb6\xcf\xf5\x92\x95\x24\x49\x81\xc3\x72\xc0\x49\x4d\xa4\x46\xe3\x8a\x9a\xf6\x37\xbc\x6b\xf6\x77\xe7\x6f\x88\x75\xf0\x4f\xa9\x52\x74\xbf\xfd\xbb\xd6\x20\x9b\x98\x18\x0d\xc3\x20\x77\xf6\x8c\x7b\x76\x23\x3a\x92\x05\x65\x58\x1e\xd8\xcb\xc7\x68\xa6\x83\xc9\x4d\x3f\xc2\x2b\xde\x7c\xc7\x5e\x8f\x89\x04\x66\x6b\x6d\x0d\x39\x17\x63\x40\x66\x56\x82\xd9\xf9\xce\x93\xc3\x60\x6a\xaf\xfb\x72\xb9\x33\x65\x20\x65\x11\x4f\x45\x2d\xf7\x1d\x39\xdb\xa6\x5f\xf4\xee\xfd\x20\xc7\x61\x6a\xcf\x9a\x74\xc5\xef\x47\x71\x9f\xae\xfa\xca\x79\xe0\xe0\xb8\x07\x57\x92\x70\xb1\x25\xa1\x54\x8c\x74\x26\xa9\x3a\x68\xb1\x28\x70\x73\x4c\x85\x9d\xf8\x2e\x8a\x31\x6e\xde\x89\x2e\x2b\xeb\xf6\x29\x8b\x37\x5d\xe2\x47\x55\xd1\xe7\x10\x22\x8c\x91\x33\xa2\x07\x74\x4c\xa5\x49\x53\x99\xee\x46\xd1\x1b\xd1\xf4\x4d\x8b\x18\x10\x1f\x89\x24\x88\x95\x9b\x92\x85\xf4\xc2\xf1\xab\x14\x8c\xda\x1b\x1e\x83\x89\x49\x3a\xba\x9d\x89\x70\xf8\x01\x28\x91\x40\x94\x41\x93\xb0\x46\xaf\x57\x07\x93\xbb\x80\x00\x91\xfb\x20\xfb\x9e\x13\x19\x32\xed\x45\xea\xb4\xc4\xa4\xae\x12\xc2\x4d\x09\xcc\xfe\xfd\xf6\xce\x63\x4c\x9f\x13\x0b\xbb\x3e\xbe\x9b\xdf\x9c\xdc\x0d\xee\xc5\xdd\xad\x28\xf1\x81\x4a\x6e\xa6\xd3\xf8\x98\x3d\xa9\xfb\x94\x18\x96\x95\xde\x2b\x1e\x0a\x31\x88\x62\x42\x2f\xba\x00\xc7\xc1\xfb\x2c\x63\xa1\x79\x96\x73\xd7\x18\x8d\xff\xff\x89\x15\x37\xd7\x08\x85\x00\x0e\x61\xb7\xa3\x80\xa1\x29\xe3\x0e\x0d\x68\xf0\x0b\x0f\xc3\xd6\x7d\x6b\x58\xb1\xd6\x7e\x63\xb6\x86\x41\x5b\x14\x8d\x10\x85\x61\x0b\x82\x4c\x05\x53\xa3\xe1\xe4\x3a\xbf\x3f\x40\x06\x04\x38\x96\x8e\x52\x72\x46\xc4\x13\x82\xc7\x53\x31\xc6\x94\x38\xf8\xe3\xc6\x40\xd1\x46\xd1\xd6\x9b\xc1\xb4\x7c\x43\x46\xd2\x46\x36\xef\x21\xe2\x1a\x38\x87\x7c\x9e\x83\xc1\xed\xe4\xf6\x92\x06\xf9\x60\x1d\x13\xdf\x35\xe7\x3a\x93\xeb\x9d\xe7\x93\xfa\x3c\xbc\x73\x28\xbf\x49\x1d\x0a\xc7\xcf\xf2\x38\x90\x2f\xce\x61\x06\x4f\x2b\x22\xdd\x1e\xc4\x3b\xbb\xf9\xd0\xc4\xc2\xf0\xca\x4f\xdd\xa7\x23\x8c\x46\x76\x78\xad\xba\xd9\x8f\x99\x39\x25\x52\x55\x44\x34\x63\x79\xcc\x98\x1d\x33\x64\x3b\x39\x08\x53\x5c\x57\x37\xe9\x6d\x59\xfd\x38\x61\x22\x56\x2d\xfd\x2e\x69\x12\xfd\xc5\x09\x02\x40\x3a\xb6\x5b\x03\x0d\xe5\xcf\x13\xdb\x62\x5a\x2a\xd7\xe1\x0c\x8a\x9a\xd2\x1c\xdf\x84\x50\xd1\x8d\x9a\xe4\xaa\x94\x0b\x89\x71\xd8\x51\xf0\x56\xf4\x7b\xbc\x0f\xbc\x33\x14\x09\x7b\x98\x7e\x87\x6e\x0f\xc9\x8d\xd1\xa4\xc4\x17\x87\x8f\x0c\xef\x34\x0c\xf3\x3e\xa2\xae\x6d\x8d\xad\xe6\x0e\x79\x94\xca\x32\xa5\x0d\x33\x03\x8a\xae\xad\xaf\x9a\xe1\x65\x77\x38\xdb\x74\xb4\xac\x26\x39\x2e\x88\xd3\x6b\x5a\x51\x15\x14\x28\xc4\xa4\x13\xa3\x2a\x4c\x39\xa2\x86\x21\x62\x98\xff\x82\xf3\x00\xa6\x24\x5f\x41\xd5\x8b\x8d\x1b\x2a\xa7\x46\xb0\xf0\x88\xd3\x57\xa2\x8d\x48\x32\xaa\xec\xa5\xcf\x12\x97\xe9\xa2\xdb\x87\xb2\xaf\x5c\xc0\x4c\x15\x8f\x49\x36\x16\x75\x4f\x17\xb3\x20\x88\x19\x4c\x36\x0f\x51\xa0\x5a\xe4\xd4\x9a\x98\x6c\x02\xaf\x31\x81\x9a\x3c\x35\x8e\xd7\xa3\xf7\x26\x31\x29\x35\x9c\xc7\xad\x5d\xfe\xc2\xc9\xb4\xe8\x92\xa6\xf3\xe5\x9f\xce\x7e\xe5\xe8\x1c\x00\x1c\x91\x75\x72\x1c\xfa\xbf\xf3\x70\x7d\xc7\x78\x08\x41\xf2\x2b\xd3\x13\x23\x51\x50\x71\x24\xcb\x72\x95\xc4\xbd\xb9\xb4\xa9\xc6\x61\xe3\x57\xe7\x8c\xf9\xb3\x0c\x2e\xf7\x69\x66\x38\x77\x8b\xa9\xa0\x63\xec\x36\x07\x00\x52\xf4\x57\x8a\xbe\x7e\x7c\xaf\x0a\xd5\x8c\xee\x8e\x23\x05\x52\xf7\x0c\x25\xb4\x85\x06\x4a\x17\x5c\x8c\x7b\x7b\x35\xd9\xdd\xba\xcd\xfd\xbf\x03\x56\x6e\x55\xd1\x65\x25\x34\xa7\x52\x1d\x89\x74\x5c\x5b\x0e\x27\x49\xbc\xfc\xb2\xe1\x0f\x3a\xbc\x97\xef\x6a\x4e\x1f\x35\x63\x08\x22\xdf\x28\x07\x29\x26\x64\x6a\xce\x33\x01\xed\x0e\xcf\x05\x47\x57\x38\xb1\x22\xf0\xaf\xce\xea\x0d\x6d\x81\xe6\xba\x98\xbb\x92\xaf\x82\x27\x3a\x56\x26\x59\xb1\x17\xb3\xf3\x20\x05\xca\x07\x3d\x0a\x0d\x88\xa0\x2d\xed\xdd\x3a\x0e\x8c\xcd\x54\x18\x04\xfb\x52\x52\x3c\x24\x40\xaa\x9c\xfb\x4d\x25\x7e\x3b\xa6\xa1\x3e\xaf\x78\x49\xfa\x6a\x1f\xdc\x4c\x6a\x99\xf2\x16\x87\xd6\x31\xc9\x7a\xf2\x42\x1e\x10\x5a\xef\xee\x3d\x47\x37\xc7\xe1\x02\x52\x17\x95\x05\x5b\x84\x92\x9d\x3d\x3e\x63\x48\x5b\x29\xbf\x30\x6a\x78\x82\x1e\x18\x8c\x69\x2d\x92\x74\x47\x1e\x56\x41\x63\x62\x69\xd2\x29\x5a\x98\x31\xa3\x83\x66\x9b\x7c\xb5\x2c\x7c\xf4\xa6\x7d\x38\xa9\xb2\x23\x60\x28\x1b\x4f\x33\xf2\x63\x13\x3b\x14\x74\x5c\x9a\x43\x83\x0b\x35\xc8\xed\xb0\x87\xa6\xf3\xc3\x5e\xe7\xde\x01\x9e\xd0\xc5\x75\xbc\xea\x36\xbb\x95\x3a\x32\xba\x43\x24\xe3\x67\x4f\x74\x02\x44\x45\x6d\xc8\xa0\xa9\xc5\x04\x1b\x14\x60\x51\xa9\x19\x34\xae\xd0\x1a\xa4\x4e\x24\x7e\x4a\xd1\x04\xf3\x06\xf2\xd3\x3d\x1a\x17\x25\x08\x09\x92\xd2\x79\xb4\xaf\xad\xbb\xf9\xb8\x77\x77\x94\xb1\x5f\xbd\x68\x24\xf9\x3a\x41\x8f\x34\xa9\x9a\xca\x29\xa7\xd5\x09\x9d\xba\x18\x84\x12\xed\xe1\xe1\x94\x28\xe1\x9d\x5d\xd0\xd6\xde\xee\x37\xff\xdb\xd9\x3f\x7d\xc1\xb7\xa3\xa9\xdf\x6f\xdf\xbb\x78\xf1\xe2\x7b\x28\x9a\xbe\x07\x8a\x9b\x5b\xc1\x8f\x45\x19\x13\x1b\x91\xe4\x0e\x36\x8c\xe9\x3f\x89\x56\x3a\x86\x7e\xc6\x28\x4e\xaa\xb8\x95\xdf\xd0\x64\xdb\xb8\x25\xe6\xab\x2f\x71\xc5\xd3\x77\x0b\x35\x57\x5d\x83\x8e\x6f\x9a\x0f\xbc\xef\x7c\x94\xfe\x44\x82\xfa\x63\xfb\xcf\x40\x25\xe8\x8b\x8d\x02\x0b\x87\xa0\xcc\xd3\xa3\x0d\x31\x10\x0e\x57\xe0\x40\x05\x09\x81\x8e\xcc\x05\x17\xdc\xe8\x2e\x9c\x64\x91\xa6\xfb\xb8\x53\xe1\xe2\x42\x77\xf5\x29\xec\xa2\x41\xd0\x91\x70\xd3\x16\x63\x7e\xbe\x58\x1b\x14\xe5\xed\x55\xca\x97\x28\x79\x3b\x2d\x8b\xec\x16\x96\x28\x84\xe1\xea\x16\xaa\x73\x75\x4a\x6f\xea\x22\x75\x24\x87\x35\xd1\xab\x6b\xd7\x0c\x0d\x61\x38\x68\x8e\x47\xea\x01\x08\xc9\xa8\xeb\x34\xaf\xc7\xdb\xe1\xfc\x28\x92\xbe\x39\xb8\x7e\x80\xb9\xb9\xc7\x9f\x05\x6f\x5e\xb4\x77\x5a\xc1\xe6\x76\x02\xdc\x74\x6a\xa4\x17\x9a\x09\xe2\xe3\x11\xe0\x29\x6b\x90\x8d\x73\x14\x63\x79\x34\x55\x13\xf9\x2f\x06\xc9\xe9\x7a\xb3\x92\x5d\x8e\x52\xa4\xc4\x0b\x75\x42\xd5\x83\x9b\xa6\xf0\x20\xe2\xc4\xfc\x6b\xc9\xaa\xc6\x96\x1c\xda\x3e\x10\x74\x8c\x1d\xb4\x56\x1e\x0f\x3c\x9d\xf6\x24\x2f\x8d\x5f\xb5\x8f\xd3\x13\x2d\x12\x11\x3d\x49\x95\x13\x04\xf2\xb8\x0e\x8e\x13\xbd\x45\xd9\x50\x1d\x9c\x20\x88\x70\x60\xa2\xe2\xaa\x98\x5c\x4b\xa2\x13\x0d\x9e\x68\x4b\x68\x7c\x20\x05\x97\xf9\x1e\x90\xb5\x18\x7c\x5e\x22\x02\x88\x37\xa8\x39\xa1\x09\xeb\x1a\x9c\x5b\xc1\x8a\x43\x3a\x8b\x55\x38\xac\x6b\x61\x0c\xa6\x63\x2d\x30\xb7\xc7\x37\x8f\xe5\xce\x71\xac\xcc\x7e\x5f\x26\x7e\x70\x07\xf3\x15\x7c\xa8\xac\xf7\xf8\x7a\x6f\xc4\xb2\x62\x54\xcb\xde\x25\x33\x61\x06\x3f\xaf\xa1\x12\x3e\x98\x53\x8a\x60\x55\xfe\x90\x54\xd0\x08\x8c\x67\x6e\x42\xb5\x5b\xa3\xf2\x80\xce\xec\xb3\xee\x56\x4b\xc9\xed\x53\xc1\xe6\x15\x54\x69\x89\x01\xa3\x48\x8b\x8f\xbe\x44\x26\x8e\x58\x86\x08\x4a\x4c\xb0\xde\x7d\xb9\x16\x4c\xc1\x29\x7a\x6e\xdb\x81\xbc\x9c\x39\x25\x14\x98\x29\xe7\x36\xd6\x61\xe9\x9c\x6e\x7a\x98\x63\xb2\x8d\x15\xa6\xdf\x31\x6d\x4a\x76\xd2\x89\x38\xb5\xb5\x93\x63\x98\xbd\xa4\x25\xc7\x30\x6b\xbd\x23\x43\x46\xb2\xa9\x28\x43\x86\xb5\x49\xc9\xdc\x17\x66\xd5\xf4\xe4\x17\xe9\x5b\x67\x3b\xd9\xde\xbd\xd5\xe9\xae\x36\x73\xf3\xb5\xab\x4d\x59\xd3\xe4\x6d\x16\xe5\x6a\x8b\xd9\x49\x8e\x15\xe0\xd3\xba\xd5\x97\xaa\x12\xc3\x35\x9c\x6f\xc5\x52\x7f\xff\x99\xbe\x9a\x77\xd1\xc7\x14\x13\x8d\x5a\x01\xb6\xfa\xd5\x6c\x77\xb5\x29\xbc\x8c\xca\x31\xb2\x09\xaf\x87\x37\x5f\x77\xaf\x5d\xee\x5c\xde\xe5\xaf\xec\x23\x92\x84\x4c\x12\x19\x43\x05\x14\x64\x12\x7b\xa8\x82\xbc\xee\x20\x92\x20\xfa\x12\xcb\x66\x50\x7f\xd0\xbb\x98\xc3\xbf\x28\x29\x06\xec\x0f\xcb\x80\x24\xfd\x75\x5a\x4b\xdd\xcd\x65\x03\xce\xaf\x96\x41\x92\xe4\x67\x4f\xd0\x1c\x3c\xdf\x5d\x1d\x03\xc6\x6c\x40\x34\x2a\xa5\xfe\x92\x5b\x54\x4f\xa3\x90\x61\xd7\x84\xc1\x3e\x64\x3b\x46\x5f\xe0\x2b\x59\x8a\x03\xca\x35\x4c\x79\x53\x0d\x94\x5c\x20\xa0\xb7\x76\x8d\x3b\xf3\xca\xca\xa5\x2a\x9c\xa6\x58\xa4\x70\xf6\x06\x28\x14\x11\xe3\x84\x53\x1a\x83\xe0\xc5\xd7\x10\xb2\xde\x40\x94\xda\x7b\x53\xdd\xa3\x05\xbc\xb2\x46\x9f\xe8\x56\x10\x27\x79\xe3\xe4\x36\x7c\x21\x48\x5d\x3c\x3a\x93\x7e\x01\x49\x95\xf2\xd5\x31\xfa\x5b\x22\x50\x11\xd1\x27\x9a\x1a\xa0\x58\xcb\xf7\x83\x9a\x32\x3d\xd1\x59\x3b\xd2\x1f\xab\x35\x57\x55\xea\x3d\x96\xc7\x43\x74\x21\xac\x15\x6e\x5c\x67\xed\x27\x4c\xe8\xa1\xbe\x9a\xd1\x92\xea\x5b\x1e\x15\x17\x7c\x86\x08\x2f\xbb\x1a\xa3\x6b\xef\x4e\xa2\xed\xe9\xcd\x8f\xe6\x42\x9f\x2e\x46\xab\x15\x0b\xe6\xc2\x8c\x49\xa7\x7d\x47\x42\xf0\xf4\x38\x08\x29\x39\x6b\x7a\xb8\x37\x27\x68\x69\x4e\xdc\x08\xc0\xa0\x7e\x65\x0c\x5b\xbb\xed\xbd\xd5\xe0\xe6\x88\x04\xec\x1c\x6d\x40\x55\xce\x35\x1c\x4d\xc5\xa8\xdb\xdd\x82\x73\x35\x86\x74\x95\x02\x72\xc2\xf9\x95\xe0\x68\xde\xf4\x10\x8b\xb9\x43\x85\x06\xb0\x87\x98\xbb\x08\x46\x40\x52\x18\x0b\x6e\x02\x7d\x5e\xc0\xeb\xf1\x47\x0b\x66\x47\xf5\xfc\x80\x3c\x20\x68\xc6\xbc\x46\xa5\x24\x3d\x9b\x31\x7d\x56\x4d\xf5\xb6\x16\x5f\x6d\xc2\xbc\xa1\xd1\x45\x40\x2b\x28\x10\xc3\x30\x48\x6c\xd2\xb5\x4d\xc2\xad\x3e\x6a\x62\xcd\xba\xa3\xfa\x7c\xb1\x46\x8e\x43\xfa\x18\xdb\x5e\x0a\xc6\xc7\x08\x9e\xdb\x4d\x54\xde\x1e\x5f\x05\xe2\xa0\x0b\x51\x54\xa7\xb7\x60\x28\xb0\x0b\x48\x68\xf7\xe0\x80\x9f\xc5\x8c\xa3\x98\x88\xc1\x47\xf7\xf4\x3d\x55\x8d\x73\xf2\x1c\x6c\x4a\x1d\x75\x3f\x5f\xa9\x4a\xc1\xf5\x6b\x9d\xa5\x95\x28\xeb\x6f\x6b\xaf\xbb\xb9\x89\xa6\xe9\xc5\x75\x3c\x6b\x8c\xf9\xd7\x6e\x63\x52\xdc\x5b\x4b\xb0\x37\x9d\x99\xad\xe0\xf1\x95\x28\x3b\xb3\x5e\x05\x2b\x60\x43\x77\x8c\x29\x28\xfd\x41\x0b\x8d\x22\x3c\x44\x97\x39\x1f\x23\xf6\x99\xc7\x0e\x13\xa1\x93\x3a\x4e\xbc\x84\x72\x0c\x58\x97\xd7\x27\x91\x25\x30\x7d\x5a\x59\x8f\x25\xcf\x7d\xec\x50\xc7\xf8\x8d\x79\xb4\x24\xae\x23\x0e\x19\xe3\x34\x66\x0d\x33\xae\x03\xb9\xcb\x1e\xa5\xef\x22\x95\x9f\xb0\x26\x85\xb9\x24\x5a\xd7\xe9\x7c\xcc\x76\x63\x66\xa1\x38\xd2\xdb\x7e\xfd\xac\x89\xb1\x26\x57\xe7\x41\x88\x91\x9a\x97\xff\xfe\xd5\xe8\xf5\x21\x3d\x14\xef\x62\x05\x51\x0e\x6f\x86\xe0\x1b\x46\xbd\x7b\x57\x89\x4a\x7e\xed\xd5\x06\xce\x45\x19\xc1\xd5\x0b\x39\x46\x36\x70\x2a\xd4\x39\x39\x63\x10\xa3\xf8\x4e\xa3\x51\x3d\x96\x3e\x84\xa1\xf0\x7e\x06\x3d\x97\x81\x57\xac\x37\x87\x3b\x4b\x1b\xe8\xb9\xda\xba\x19\x5e\x9d\xe5\xdc\x21\x64\x6b\x9f\xa6\xd4\xf4\x97\xd5\x9d\xde\xe8\x19\x5d\xc9\x84\x4a\xd7\x6e\x8f\x89\x47\xc8\x54\x5d\xaf\x8a\x34\xd7\xb0\xa7\x62\x62\x69\x7c\xd9\xd3\xf7\x86\x5c\xba\x29\x76\x79\x98\x1e\x72\xc2\x50\x15\x36\x67\x51\x56\x73\x5f\x4d\x85\x92\x8d\x67\x28\xc3\xad\xd8\x6c\xf1\x1e\xec\xb4\x34\xc6\xdf\xed\x94\xb9\x2a\xf9\x80\x79\x0d\x19\x9b\xb4\x62\x50\xa4\x5d\x5c\x22\xb6\xd6\xf1\x10\x39\xea\x2c\x3d\xd7\x39\x7f\x66\x8c\xa4\xcf\x71\x68\x7d\xba\x63\xb9\x99\xb6\x24\xa3\x59\xf8\x60\x85\x2d\xb3\x9c\x6c\x19\x76\xa9\x0d\x7a\x19\x4d\x44\x27\x73\xc7\xe6\xa3\xec\x22\xc3\xc1\x2c\x00\x3f\xe0\x8e\xf8\x9e\x8d\x74\x0d\xa8\x0d\x34\x9a\xee\xd9\x48\x82\x04\xaa\x6e\xdd\xda\x67\x2d\x5d\x32\x65\xc0\x20\xb8\x26\x66\xcd\x7a\x23\x2e\x1c\x76\xbb\x6e\x4c\x74\xf6\x56\x51\x47\x4f\x4d\xf6\x6b\xe0\xdc\x3f\x9b\xef\xd7\x68\xe2\xc4\xe4\x0c\xd1\x13\xc8\x54\xe3\x97\x85\xae\x44\xf9\x69\xad\x43\x60\x1a\x13\x4f\x08\x26\x49\x4f\x57\xfb\x8e\x58\x93\xf4\x61\xda\xb0\x11\x91\x31\x80\x8f\x55\x67\x25\x4e\x05\xd0\xf2\x97\x86\xa9\x08\x02\x1f\x17\xa6\x92\x9e\x2f\x55\x56\x8a\xf2\xa5\xbe\x43\xc5\xce\x9a\x79\xbc\x13\xfa\x77\x5a\x02\xa8\x63\x40\xdf\x9d\x09\x4a\xcf\x46\x5b\xfe\x7f\x41\x26\xa8\x63\x9c\x61\xa9\x29\xa1\x8e\x19\x21\x12\x05\x79\x7a\x8f\xd7\xc7\xcc\x0b\x95\x06\xac\x62\xad\x05\xfc\x9f\x4b\x0e\x95\xe6\x1c\xc2\xe0\x66\x4a\x13\xc4\xea\x1c\xc5\x8d\xc5\xfd\x25\xfc\x2c\x2f\x85\xde\x48\x06\xf7\x1d\xf4\xff\xea\x95\x12\x24\x21\x92\xa8\x57\x8a\x8e\x9b\x90\xd3\x33\xf2\xef\x60\xa9\x9a\x33\x52\x40\x31\x61\xd2\x7e\x58\xa4\x0f\xaa\x02\xa7\xb6\x56\x69\xc8\x99\x12\xdb\x65\x3a\x42\x9c\x12\xb0\xb2\x3b\x39\x02\xa9\xd1\x03\x3b\x59\xfe\x1c\xaf\xcf\x85\x76\x03\xdc\x53\x6c\xc0\xb9\x9a\x87\xe2\x20\x55\xef\xae\xde\xe8\x4e\xfc\x68\x8e\x91\x5d\xb1\xd1\x35\x35\xbb\x6e\x36\xbc\xb7\x09\xb4\x38\xd6\x37\xfb\x28\xb3\xe6\x8b\x08\xba\x0c\xf8\x35\x16\x51\x4a\x7d\xf5\xfe\x9b\x14\x09\x47\x63\x4b\x08\xb1\x33\x79\x6b\x81\xc3\x7a\x88\xa9\x81\x22\x60\x8e\x4e\xaa\xe0\x83\x61\x9c\xbc\x8e\xeb\x65\x98\xf7\x9d\xc1\xac\xf0\x92\x12\x5e\x18\x15\x7f\x37\x07\x61\x15\xa0\x48\x22\xb9\x06\x01\x11\x5b\x28\x07\x12\x6d\x4f\x16\xeb\x85\x35\xb8\x09\x0a\x9c\xe4\xb0\x96\x0c\x0e\x98\x65\x17\x93\x7a\x20\x2d\x7c\xf1\x30\x25\xb9\x0b\xb7\x4a\x32\xb6\xea\x95\xd3\x12\x59\xbd\x9a\xe5\x3f\xa3\xdb\x7f\x0c\x8f\x48\x2e\x11\xe5\xe7\x7b\x47\xff\xf2\xac\xb6\x90\x32\x4e\xdb\x6e\xf6\x6f\x96\xff\x92\xfe\xf1\x25\x1e\x36\xd4\xc3\x40\xf8\x61\x54\x0a\xa6\x35\xc5\x18\xbc\x94\x48\x8d\xa4\x8c\x4b\xe5\x53\x89\x78\xae\x99\x58\x85\x61\xa2\xb0\x47\x82\x10\x1e\xc2\x65\x84\xba\x7e\x82\x97\x47\x29\xd2\x78\xf4\x5b\xbb\x27\x9f\x71\x87\xf9\xbc\x69\x71\xa1\x24\x3b\xb7\xa0\xa6\x62\x91\x6f\x4c\x55\x36\x16\x8e\x65\x11\x0b\x1e\x99\x16\xc0\x78\x5a\x7c\x42\xb8\x28\x9d\x43\xa6\xcc\x4e\xe5\x25\x64\x89\xcc\xc8\x17\x68\xe2\x33\x9a\xb9\x48\xa0\x51\xc7\x95\xb7\x21\xd9\xad\xd1\x9a\xba\x12\xcd\xab\x63\xd2\xec\x24\xa8\xa1\x57\xa4\x27\x23\x24\x3e\xaa\x37\xd0\x64\x44\x27\x93\x71\x73\x88\x48\x3b\xaf\x1c\x20\x8d\x7e\xf2\x22\x98\x69\xa1\xbf\x3e\xf6\xa6\x46\x3c\x79\x66\x62\x9c\xda\xcc\x47\xd6\x7b\x6b\x6a\x9a\x51\x1b\x47\x3c\x29\xfe\x29\x0c\xe4\xac\x9d\x30\x02\xfb\x48\xe9\xbd\x67\xa2\x61\x98\x32\xb4\xd9\xd6\x9e\x90\xbe\x8d\x14\x23\x15\xe8\x6e\x66\x7b\xaf\x8e\xc5\x31\x89\xc0\x7f\xde\xc0\x4c\x8b\x14\xd3\x1c\x2b\x8f\x61\x3a\x8d\x78\x47\xf7\x28\x68\x53\x8e\xb8\xd8\x51\xf8\x79\xcb\x41\x03\x4c\x12\x0f\xb4\xb3\xcc\x5e\xd3\xf4\x83\x1e\x46\x21\xb7\x80\x0a\x1c\x89\x06\x69\xe9\x2f\xdc\x83\xa8\x30\x8a\x58\x50\xa0\x0b\xbf\x3c\x9b\x08\x74\x61\x50\x34\x52\xc4\xce\x8e\x6e\xf6\x92\x75\x7e\xac\xa6\x25\x2c\x87\x02\x29\x99\xef\x59\xc5\x94\x2b\x1a\xd4\x34\xd4\x75\xd1\x7b\xa2\x5e\xc4\x09\xb6\x1f\x60\x28\x02\xb7\x6a\x90\xc2\x28\xe7\x92\x98\xae\xf5\x5b\x2d\x51\x46\x3d\x7e\x93\x8f\x36\xe6\x5c\x46\xbf\xe1\x9a\x35\x5f\x6d\xa5\x27\x92\x7c\x79\xc8\x41\x72\x1b\x81\xa0\x95\xaf\x94\xbe\x53\xaf\x74\xb0\x80\xc8\x45\x29\x4f\xa6\x48\x09\x26\x01\xc2\x3c\x19\x4a\xb8\x37\x9e\x98\x11\x08\x7e\x5b\xd7\x7a\x54\x57\x4a\x24\x80\x2d\x2b\xaf\x4c\xce\xce\xe1\x5b\xfa\x92\x67\xc9\xab\x94\x28\x68\x4a\xbd\x8d\x0f\x83\x97\x91\x1b\xd7\x28\x7a\x4f\xef\x60\x4e\x07\x8a\xd8\xa7\x0f\xe1\xe2\x73\xfc\x50\xf7\xea\xf9\x72\x36\x1c\x6e\x75\x37\x97\x31\x6d\x59\x31\x13\x2d\x03\x99\x74\x61\xb1\x51\xbc\xe2\xc6\xc9\x68\xac\x4c\xcc\x1a\xcc\xab\xba\x35\xeb\xc1\x12\xfd\x7a\x93\xd9\xd6\x25\xd8\xb5\x21\xb2\x44\x37\xd4\x3c\x60\xb0\xdd\xd5\xb1\xce\xb5\xd7\xe1\xf0\x48\x5a\xb7\x7c\x45\x82\x83\x22\xd4\x7b\xc8\x3c\x06\xbc\x8a\xdb\x47\xf6\x4e\x7a\x4b\x53\x3f\x56\x3c\x65\x7c\xdd\x79\xa6\xc3\x47\xad\xaf\x9c\xb8\x3a\xfe\x55\x87\xfd\xa5\x7c\xe5\x44\x66\xf1\xb2\xee\xab\x87\xd6\xa7\x70\x7d\x19\x68\x11\x48\x88\xf6\xd7\x07\xcb\x7c\x60\xd9\xab\x67\x95\xe1\xbb\x14\x14\xca\x99\x68\x87\xc2\x3a\x13\xd3\xb1\x13\x4b\xdb\x65\x2c\xdf\xa5\x0e\x94\x73\xcf\x25\x6a\x18\x86\xa6\x44\x19\xbf\x3f\x4e\xcf\xc7\x5b\x05\x86\xc8\x9f\xe8\x45\xdd\x41\x8a\x17\xb0\xf9\x29\x01\x4e\x8d\xb4\x5b\x70\x6a\x97\x13\x3b\x44\x47\x38\xd1\x8e\xdc\xa9\x48\xab\xc1\xb6\x2a\x7a\x9f\x37\x89\x96\x62\x20\x16\xce\x48\xe6\x93\x34\x28\x7e\xc9\x99\x2e\x28\x8e\xfe\x94\x0a\x51\x6b\xa0\x4e\x8e\x17\x33\x8d\x62\xbc\xde\x87\xf7\x43\x29\x29\xb7\x47\xe9\x1c\x81\x6f\xa3\xfc\xb7\xf8\x8c\x33\x71\x9b\xfb\x76\x62\xc5\x88\xc5\x72\x78\xa5\xdd\x80\x44\x63\xb0\x4c\x10\x65\x92\xd7\xed\x09\xaf\x2e\x55\xe2\x8f\x8b\x2a\x2f\x95\x6e\x95\x1d\xf4\x2a\x09\xf1\xcf\x68\x20\x39\x30\xdd\x04\xcc\xe9\x9d\x43\x22\x66\x81\x6c\xa3\x74\xc1\xb5\x07\x23\xe7\x6b\xe3\x2e\x5e\x32\x39\xb9\x5e\x6c\x0c\x66\xcd\x77\x0e\x80\x18\x6e\x65\x40\xbd\x74\x6d\x25\xc5\xc7\x10\x76\xb6\xd5\xb2\x63\x4c\x31\x0e\xf1\xc2\x9f\xdc\x56\x7c\x50\xef\x68\x2d\x2e\x2e\x45\x8d\xe3\x63\xf5\x03\x05\x35\xc0\xad\x5d\xa9\xc5\x36\xdb\x87\x57\x82\xc5\x43\x8c\x3b\xbd\xf5\xfa\x98\x2a\xe9\x8b\x63\xd4\x4b\xeb\xb3\xe6\xfa\x97\x2a\x85\x1c\xbd\xb3\xee\x0f\x92\x03\x9b\x2f\x1c\xcb\x13\x0f\xbf\x3e\x03\x9f\xdf\xe7\xdc\x75\xa5\xef\x5c\x72\xf6\xa2\xcd\x8d\x66\xf6\x76\xbf\xd9\xdd\x78\x1a\x5c\xbf\xf6\x16\xef\x01\xd0\xc3\xf6\x44\xa8\xf5\x7b\x14\xed\xdd\x25\x79\x38\x4a\x8c\x0e\x13\x27\x76\x1d\x9b\x01\x13\x69\x73\x38\xef\x98\x81\x11\xb3\x61\x4f\xc3\x5c\x11\xba\x4b\x43\x80\x9a\x88\x35\xf9\x6e\xa3\x7e\xee\x87\xd9\xae\xf6\x55\x72\xc8\xf7\xb1\x83\x37\x7b\x4d\xdd\x83\x44\x8f\xe9\x53\x32\xb9\x1f\xda\x3a\x6b\xd0\x72\xbd\xa4\x03\xa8\xf8\x99\xfe\x70\xfe\x75\x6f\xfe\xa5\x49\x41\x1a\x35\xf4\x1d\xe7\x06\xbc\x9a\xd7\x00\x55\xc7\x15\x7f\x31\xec\x84\x7c\x20\xc6\xd9\x1b\x9f\x4d\xa9\x04\xda\x0c\x48\x63\xb9\x06\xdf\x71\x64\xb5\x67\x6c\x14\x0e\x94\xe4\x2a\xb6\x2a\x91\x98\xa0\xaa\xa0\x2d\xb5\xc0\x36\x76\xbe\xab\x81\x7b\x3c\x86\x0b\xc7\xf1\x84\x1b\x77\x8d\x9a\x52\xc7\xeb\xab\xe7\x61\x3c\xc5\x2c\x03\xf0\x13\xa0\x76\x1f\x55\x8f\x72\x17\xe7\xca\xb0\x98\x8d\x6a\x0e\xa7\x4f\xca\x46\xef\x46\x93\xd3\x29\xa2\x4f\xf8\xf6\x76\xb2\x6d\x35\x1e\xa9\x22\x3d\xd0\x88\x8e\xab\x82\xe9\x7f\x2c\xf0\xde\xf8\xb5\xf0\x56\xb2\x07\xb5\x58\x83\x6e\xbe\x6a\x2d\x95\xf3\x07\xf8\xe2\x1c\xbf\x60\x54\x21\x3e\x77\xa3\x4e\xda\x02\x98\x75\x4a\x45\x50\x1f\x0d\xf8\xce\x0f\x7b\xbd\xf9\x1f\x4f\x80\xa7\x18\x10\x71\x15\x8a\xf3\x07\x50\xcf\x68\xe1\x98\x8a\xe2\xfd\x29\x66\xe9\xf6\x1c\x2e\xc2\x3b\xea\x79\x7d\xff\xe1\x16\x80\xa7\x30\xc8\xd6\x6e\xf7\xc5\x72\x02\xc7\xfa\x3c\xaf\x0e\xea\x0a\x40\x83\x2c\x47\xf1\x80\xb4\x72\x14\x92\xea\x9c\xc5\x4f\x4e\xda\xa2\x31\x70\x7c\xd5\x4c\xf4\x92\xca\x49\x2c\xc3\x54\xc6\xd0\x59\xad\x51\xa8\x37\xe0\x7c\x4a\x8f\x9f\x9f\xc5\x04\xc8\x94\x56\xe6\xea\xf1\x7b\x95\xa8\x9c\xde\x75\xb2\x31\xb3\x8d\x42\xbe\x30\xe8\xa6\x8c\xe0\x13\xfc\xfe\xee\x21\x24\xaa\x1f\x33\x86\x64\x73\xe6\x09\xa2\xe7\xea\x90\x39\xf5\x35\x0a\xe7\xdd\x3a\x5e\x4e\x1b\xcc\x51\xac\x41\x7a\x7b\xc1\xc4\x9d\xf0\xe1\x5c\x70\xb3\x19\xec\x4c\x75\x97\xd7\x12\x0d\x02\x7b\x19\x72\xeb\x79\x8a\x39\x49\x1f\xd0\xa7\x9f\x38\xc1\xe8\x15\x91\xce\xe3\xd5\x3d\x50\x78\x6a\x39\x91\xfc\xe5\x94\xa2\x1c\x15\x11\x03\xd2\x45\xcd\x06\x59\x31\x48\xb4\x84\xa9\xe9\x98\xd9\x15\x2e\x15\xe8\xf5\xc5\x49\x38\xab\xd4\x3b\x1f\x27\x62\x72\xf6\x9a\x92\xae\x03\x75\x88\x8e\x76\xdf\x3c\xe8\x3c\x6d\xf1\x13\x34\x58\x2d\x41\x4b\x99\xc2\x29\x70\x84\x20\x41\x8f\xe1\x40\x3f\x4a\xa3\x87\x00\x5d\xcd\xe3\xb1\x43\xf0\xfb\x97\x83\x91\xc5\x63\xc0\xd5\x50\x18\xda\x18\x85\x51\xc9\x5e\x76\xa6\x4d\xd1\x30\x98\x30\xb1\x2e\xca\x77\x47\xe4\x51\x17\xc0\x49\xb7\x6c\x69\xa7\xa6\xda\x4a\x31\x1c\x91\x43\xc4\xf0\x39\xca\x3b\x91\x0c\x64\xbf\xc2\xce\x1f\x95\x10\x48\xd9\x71\x24\xa4\x53\x4a\x62\x59\xd7\xf8\x2b\x8b\x2e\x12\x68\x05\x63\xe5\xaf\x92\x4b\x52\xf5\xcd\x33\xe5\x22\x8a\x9b\x8d\xbf\x33\x1f\xcc\x5d\x97\x81\x50\x10\x36\xa7\x53\x63\x4f\x25\xbf\x01\x66\xcc\xcb\x8e\x3b\x93\xe7\x2e\x53\xf3\x5a\x70\x1d\x33\xbe\x46\x66\x42\x42\x37\x47\x66\xb1\x26\x0e\x3a\x8f\x94\x51\x92\xf0\x2c\xa7\x05\x37\xc1\xcb\xde\x40\x49\x54\x0a\x51\xde\x39\x9f\x1b\x2b\x16\x0c\xa8\x9f\xb5\x53\x31\xaf\xdb\x63\xc1\xf0\x3e\xfa\x28\x7f\xd8\x83\xe3\x8f\x26\xdc\xa3\x07\xe1\xd4\x08\x79\x8e\xee\xaa\x77\x98\xb5\xe1\x32\xfe\xec\xa4\x4e\x74\x9f\xfe\xe6\x64\x34\xbb\xc8\xb3\x44\xb3\x34\x2b\x09\x14\x3e\xb7\xce\x79\xb0\x55\x16\x7d\x4e\x8a\x6f\xa6\xcd\xd7\x7b\x88\x48\x7c\x4c\x35\xb6\x5d\xa1\x10\x28\x31\xf0\x7b\xce\x7b\x1f\x38\x40\x43\xf0\x01\x1b\xbe\x07\x3d\xba\x16\xbc\x18\x96\x27\x0a\x86\xf7\x51\x84\xe2\xb6\x4a\x7e\x2e\xc2\x2d\x33\x87\x3f\x7a\xaa\x4c\x3c\x43\x40\x42\xb5\x08\x88\xbd\xc5\xb6\x6d\x58\x6d\x0e\x7a\x78\xf1\xb6\x00\x49\x63\xf1\x3a\xf2\x20\x40\x74\x2f\x43\xdb\xe7\xac\xea\xa5\xa1\xaa\x57\xab\x73\x82\xf8\x44\x13\xc7\x27\x99\x4f\xdd\x3e\xe5\x98\x4d\x6e\x42\xaa\xa3\x52\xf7\xa6\x8e\x47\xe2\x51\xe4\xff\xa3\xef\x3e\x9b\x83\x50\xaf\x3f\x9b\x63\xf8\xf9\x4f\x3f\x33\xc2\x1f\xfb\x00\xb4\xb1\x24\x56\x1c\x0c\xaf\x7c\x3c\x9f\x09\x3e\x7f\x7b\x86\xee\xcc\x59\xe4\xcf\xb0\xc0\x09\xf9\x23\x40\xd3\x05\xaf\x23\x55\xfc\x33\x1c\xd4\x21\xe6\xd3\xdb\xf2\x51\xf9\x13\xe4\xf5\x71\xa4\xb6\x44\xd2\x88\xb0\xd9\xdd\x99\x66\xbd\xce\xed\x29\xcc\x87\xc1\xa0\xf1\xc4\x93\xfc\x35\xfd\x35\x9d\xb8\xef\x51\xe5\x8d\xf7\xcf\xf0\x83\x19\xea\xbd\x0c\x1c\x09\x7f\xc7\xa4\xf9\xbe\x64\xcd\x8f\xbe\x5a\x29\xda\x69\xd8\x48\xa6\x84\x58\x59\xc3\x36\x6d\x8d\xb2\x4a\x0c\x4a\x39\xa4\x8c\x5b\x93\x48\x04\xa5\x24\x22\x73\x32\x74\xfe\xce\xaf\x52\x70\x7b\x1c\x8d\xce\xdf\xf9\xc5\x58\x49\xa8\x86\xf1\xa8\xf2\x3d\x2d\x28\x47\x98\x81\x31\xda\xe3\x5a\xa5\xc2\xe3\x86\x62\xc7\xa1\xf3\xb7\x41\xcf\xc7\x4c\xb6\xad\x70\x71\x4f\xbd\x45\x49\xdf\xf1\x70\xcb\xf7\xce\xf3\xad\x60\xf6\x7b\xf9\x4e\x26\x98\x22\xf0\x34\x32\xb7\x38\xbf\xff\xc2\xfc\xae\x5f\x52\xe5\x52\x79\x3d\x35\x05\x40\xfb\xf5\x94\x5e\xcc\x6f\xd6\x61\x1e\x32\xbe\x2e\x8f\x8f\x60\xcc\x80\x6a\xa9\x93\x35\x71\xb0\x1b\x7a\xd6\x95\x79\xb3\xbd\xb3\xc1\xcf\xe5\x03\x6b\xc0\x8b\xc9\x9c\x56\x89\x8e\x76\xef\x79\x3c\x37\x81\x7a\x46\x5e\x24\x02\x4a\xd7\x28\x91\x94\x64\x8d\xe7\x7c\x89\x26\x08\xcc\xf1\x2f\xf0\x6f\x34\xc3\x7c\xbd\x5e\x2b\xf5\x35\xea\xa9\x4f\x16\xbf\x78\x88\xcf\xf3\x1c\x07\x68\x99\xff\x99\xb7\x99\xf4\x5f\x44\x12\xb6\x24\xce\xbf\xc6\xd8\x6b\xa5\x96\x44\xa2\x46\xbc\x6d\x0e\x74\xa2\x40\xaf\x63\x7a\xf7\x1b\x3c\xca\x60\xf5\x66\xb8\x3d\x7b\x0c\x10\x3d\x3a\x2a\xaf\x77\x9a\x10\x9c\x20\x48\x66\xc8\x19\x82\xba\xab\x57\x83\xe6\x3d\xd5\x02\x79\x68\x14\x94\x62\x33\x29\x80\x43\xc8\x9a\x72\x7e\x3e\xfb\xb9\xef\xfc\xb6\xe8\x9c\xfd\xad\x7c\xf7\x87\xea\x55\x7e\xd2\xe5\xec\xe7\x5f\x7d\xe9\xa4\xe0\x32\x42\x10\x7a\x12\x40\x0a\x8e\x22\x00\xe1\xa9\x01\x60\x21\xab\x84\x32\xc9\x05\x0c\x5f\x30\xbf\x73\xef\x00\xd7\x6d\xfa\x76\x3a\x54\x9a\x24\x22\xbb\x05\x32\xc8\xd6\x2e\x37\x42\x71\x5c\x74\x61\xe1\xde\x5c\xd0\x44\x7b\x2a\x5e\x24\xdb\x79\xc6\xa5\xed\xdd\x49\x38\xb0\xfc\x56\x8d\x7a\xd0\x68\x3e\x98\x05\x99\xeb\xff\x42\x91\x6b\xac\x77\x9f\xb2\x6c\x9a\x94\x20\x57\xa7\xa7\x22\x28\xc9\xcc\x57\x9f\x9d\x75\xf8\x1d\x54\x35\xd3\xf3\xa5\x2a\x02\xe4\xf0\x0e\x0c\xca\x7e\x47\x07\x9d\xdb\x2b\x04\x27\x8f\xe0\xc8\xa9\x45\xe7\xa3\x5b\xbb\x50\x2a\x08\x82\x7c\xf9\xdb\xcf\x1d\xeb\x66\x99\xd5\x25\xe5\x06\x54\x72\x65\x56\x6e\x32\x93\xb3\x45\xf6\x9d\xd2\x0b\x4a\xd6\x5f\x21\x67\xa5\x2a\x0c\x93\x22\x91\xd9\xb7\xa2\x5a\x8c\x24\x46\xde\x4a\xf1\x1e\xcb\x12\x9b\x52\x8c\xe9\xce\x51\xc9\x48\x0d\x02\x98\x94\x57\xb9\x02\x90\x5a\x07\x6f\xe3\x24\x2e\x49\x98\x74\x33\x12\x04\x8d\x41\xc4\xa5\x40\xb3\x82\x88\x1e\x29\x63\xb6\x02\xa8\x60\xd8\x0c\x62\x15\xe6\x98\x16\xb3\x03\x9b\xe1\x58\x34\x96\x57\x04\x13\xa0\xca\x8d\x29\x93\xa7\x90\x23\xae\x98\x12\xf8\x6a\x54\xb7\x72\xe6\xaa\xd5\x48\x70\x7c\x76\x8a\x29\xb3\x98\xb8\xc8\xf4\x63\x41\x6c\xae\x53\x40\xf9\x6a\x55\x48\x08\x47\x22\x31\x76\x18\x85\x17\x5c\xed\x28\xe3\x08\x64\xa3\x8c\xae\x22\x52\x19\x5d\x45\x94\x12\xc5\x5e\xb8\x41\x66\x32\x52\xe4\xf5\xf7\x83\xb2\xed\x62\xc6\x62\x0a\x84\xe9\xec\x1d\x85\x6b\xcb\x78\x57\x52\xd5\xe5\xd7\xac\x73\x68\x8c\x23\xc3\xd6\x80\xa4\x39\xec\xbe\xc1\x4b\xc1\x1c\x06\xaf\x80\x6b\x0d\x32\xe1\x60\x58\x08\x1a\xfb\x44\x16\x34\x0a\xa9\x1b\xb1\x04\x5a\xdd\x90\x80\x52\xf3\xbc\x3a\x3f\x69\x24\xe2\xfb\xa3\x5d\x7e\x1a\x46\x2f\x20\x7a\xd5\x0a\x39\x7e\x56\x45\x03\xf7\x1e\xdc\x0b\x41\xcd\x22\x73\x67\xa2\x0a\x0c\x38\x0e\xcf\x63\x3e\x06\xde\x2f\xd4\x4a\x55\xb9\x3b\xda\xbd\x7a\x1f\xd6\x57\x48\x9f\x1e\x28\xa6\x84\x15\xac\xa1\xb9\x06\xb3\xd3\xa0\xf1\xe1\xbd\x83\xb9\x31\x41\x45\xb5\x76\x7d\x7a\xaf\x15\x6f\xb4\xf7\x1a\x00\x8c\x4b\xaa\x28\x8f\x59\x7d\x41\x71\x52\x0a\x88\xca\xd8\x25\xa4\xaa\xda\x88\x02\xc5\xb2\x11\x0f\xc3\x99\x15\x7b\x23\xa0\xcc\xf7\xcb\xbc\x17\x67\xcf\x7e\xe6\xc4\x36\x3c\x2a\x35\xdf\xf5\x6b\x8d\x02\x3d\x75\x4e\x61\x16\xf3\x81\x9a\x0b\x87\x5d\x5d\xca\x9a\x30\x2a\xf2\xf2\xaa\x11\xf1\x43\x54\xb1\x62\xa3\x4d\xb6\x5a\x3b\xa7\xfc\xbf\x96\x4b\x75\xf7\xc3\x53\x14\x8b\x70\xaa\x5e\x2a\xf6\x9d\x32\x9a\x55\x54\xd3\x3a\x35\xf6\x32\x6a\x05\xdc\x7a\x92\x3b\x2b\x8a\x37\xa9\xdc\x1c\xa6\x98\x40\xea\x88\xc2\x22\x4a\x73\x05\xbe\x52\xa7\xbb\xc7\x6b\x43\x0c\x27\x1e\x34\x95\xa6\x8e\x6f\x22\x51\x95\x70\x6a\xa2\x77\xc3\x18\x0e\xa7\x5d\x57\x69\xd8\xf9\xb2\x11\x3d\xc2\x28\xa2\x04\x5d\xa0\x52\xe0\x42\xf2\xd9\x7a\xc6\x01\xa5\x92\x61\xb4\xb3\x8f\xce\x21\x0e\x27\x55\xd0\x34\x43\x31\x34\xf0\xd4\xcc\x07\xdd\xe3\x13\xa4\xab\x6d\xa5\xef\x5c\x4e\xb8\x0b\x07\x7c\x04\x29\x80\x5c\x09\x1c\x0e\xb6\x67\x7b\xb7\x8f\x82\xbd\xa7\x9c\x64\x37\x31\xa0\x2a\xc8\xf0\x79\x61\x7d\xcc\xcd\xf0\x2e\x0e\x6d\x80\x26\x3a\x7c\x2f\x16\x6f\xdf\xe4\xca\xe4\x1a\x63\xf5\x97\x31\x8e\xa3\x66\xd1\xdb\x76\xbb\xc9\x8f\x00\xc9\x02\xf9\x6e\x3d\x12\x39\x8d\xca\xbd\x71\xdc\x57\x16\x38\x8f\xa9\xac\xee\xc8\x0b\x3e\x44\xce\x5c\x1b\x27\xfe\xda\x70\x1b\xd0\xaa\x5b\x19\x40\x0a\x41\xe9\x1c\x78\xae\x7a\x89\xf8\xe2\x2a\x59\xa9\x80\xb6\xc9\xc5\xe1\xee\xeb\x51\x10\xf4\xf4\xe6\xbf\x93\xbb\x1b\xbb\x12\x51\x76\xd9\x17\x6b\x3c\x02\xa1\x95\x0b\x5a\x54\x7b\x2d\x05\x44\xed\x1d\x1c\x14\x4f\x76\xcc\xf9\xc3\xbf\x7e\xf6\x27\x47\x98\x97\x0d\xcd\xac\x82\x6f\xfb\x0f\x8f\xda\x44\x40\x40\x88\x86\xf0\x98\xd2\x28\x89\x40\x09\x2d\x53\x0d\xb1\xa7\x57\x71\x09\xa2\x76\x32\x3b\xd3\x15\x6c\xcf\x91\xc1\x4e\x9a\x22\x23\xb9\x34\xc4\x76\x60\xbb\x09\x39\x05\x45\xc0\x3d\x18\x8e\x40\x0c\x5f\x06\x20\x60\x94\x36\x90\x7e\x25\x92\xa1\xf8\x7d\xc8\x44\x47\x15\x29\x66\x42\x08\x32\x79\x67\xfd\x69\x7b\xe7\xc7\x88\xba\x70\x18\x93\x0c\xe9\x2c\xff\x8c\x0d\x4a\x01\x55\x6b\xde\x85\x12\x6a\x0a\x0a\x8c\xf3\x60\xf0\x7b\x58\x04\xa9\x20\x34\xb5\x52\x00\xb1\x59\x02\x02\x97\x44\x10\xfc\x84\xfe\x76\xec\x9d\x93\x23\x88\xc7\x84\x61\x65\x35\x59\x0e\x72\xb8\x8e\x02\x1e\x28\xe8\xb5\xd0\x96\x5f\x7b\x35\xd4\x04\xca\xa5\x7e\x76\x19\xe9\x19\xe0\xab\x7c\xd7\x0f\x6c\xe8\xc1\x7a\xbd\xea\x73\x32\x01\x21\xfb\xf4\xdc\x61\x6c\xf0\x51\x5b\x32\x83\xb4\xa6\xaa\x25\x72\x05\xa8\xe5\x08\x16\x0e\x3b\x13\xe3\xf6\x5a\x28\x10\xa1\xf3\x02\x63\xa3\x8d\x3a\x12\x03\x35\xa1\x8f\x72\x2c\x3e\x95\xdf\x8e\x4d\x23\x91\xe7\xab\x0d\x20\x5e\x6f\xf7\x88\xc5\xc4\xfc\x44\x10\x60\xf6\xa7\x82\x90\xce\x14\x6a\x40\xdd\x3f\x81\xff\x39\x1c\xa7\xa1\x0b\xc4\x06\xd2\x8a\x64\x76\x55\xe2\x03\x86\x15\x1b\x65\x5d\xba\x39\x11\xce\xdc\x88\xea\xc9\x9b\x34\x68\x00\x37\x0c\xf2\xba\xdc\x7c\xcd\xe6\x38\x18\xf7\x5b\xb7\xd0\xd0\xee\x41\xcb\xa0\x1e\x35\xe3\xb1\x80\x4d\xe2\x15\x28\xe1\xdd\xa3\x85\xce\xda\xa4\x2e\x97\xfb\x75\xf8\x4d\x65\x83\x56\xc3\x87\x25\xac\x13\xcf\x59\x9d\x3c\xa1\x5f\x32\xa2\x9b\x83\x53\x21\x5d\x2a\x30\x8a\x7f\x02\x66\x00\xbd\x49\x89\xf2\x52\xd0\x74\x95\xb5\xe8\xd6\x91\x93\xc9\xe5\x4a\xb9\xd3\x4a\xd0\xdd\xad\xa7\xe1\x95\x51\x0d\x8d\x1c\x06\xc3\xb2\x84\xfa\xe9\x2e\xe9\x2d\x2a\xf4\xc8\x64\xf9\xc9\xb4\x60\x74\xad\x77\x65\x4d\x97\xc3\x6c\x23\x08\x79\xa7\x8c\x93\xbf\x12\xb4\x86\x2b\x55\x58\x9e\x63\x68\xba\x4d\x47\xf2\x5c\x0c\x4c\x74\x05\x86\x22\x5f\xc0\x23\xfd\x48\x5c\x6f\x79\x37\x0e\x47\x9d\x9a\x01\x2b\xac\x91\x29\x28\x16\xfa\x78\x6d\x58\xe2\x33\x4b\x72\x1f\x88\xfc\x6b\x4e\x46\xa7\xf0\x56\xdf\xbc\x6a\x7c\x49\xd4\x18\x95\xf5\xd1\xd8\x81\x84\x46\xf2\x35\x2f\xeb\xb9\xb4\x77\x7a\xf7\x24\xa9\xa1\x9d\x6a\xe1\x34\x3d\x72\x93\xa9\xb9\x15\x9d\x29\x12\x33\x95\x5e\x3f\xd0\xb9\x20\xf5\x6b\x0a\x1f\x44\xaf\x29\xd0\xbb\xd2\xc7\x3d\x07\x95\xd1\xcf\xee\x60\x14\x24\x47\x79\xee\x8d\x39\xb1\x07\x2a\xfc\x5a\xe1\xfd\xc4\x43\x52\xfa\x71\x0b\x49\x92\xdf\xdc\x8e\x55\x43\xe0\x7f\x51\xdd\xf0\x1c\xf9\xd1\xa2\x6f\xf4\x2c\xd9\xdc\x68\xce\xf2\x7d\x36\x44\xbe\xcf\xf3\xfd\x95\x7e\xda\xe7\x1b\xd5\x44\xec\xcd\x0d\xdd\x92\x91\x22\xd4\x6a\x4f\x1e\xd7\x48\x36\x67\xbd\xa3\xf4\x0d\xc7\xca\xfd\xc2\x21\xa5\x64\xfe\xff\x46\xb2\xf4\xff\x13\x23\xd2\x49\xf2\x18\x13\xb6\xc7\xec\x3d\xd5\x1b\xaa\xb3\x8e\xa6\x62\x07\xe5\x59\xc1\x27\x3b\xf5\x6e\x72\xe4\x9c\x35\x04\xda\x50\xfb\x65\xa7\xd4\xed\x33\xb0\x44\x3d\xd5\x42\x4f\x6d\xf0\x63\x28\xce\xe9\xc4\x6b\x1f\x80\xd6\x75\xcf\x2b\x9f\xcb\xe4\x07\xbc\x2c\xde\x2e\x9f\x98\xce\xd0\x4b\xb4\x78\x2f\x84\x6f\x9b\x67\xe8\x8a\xc8\xcc\x76\xb0\xb8\x96\xf9\xc0\xcf\x7e\xe0\x74\x56\x6f\x9c\xf6\x33\x1f\x0c\xc1\x9f\x68\xfe\xb9\xb1\x84\xbf\x06\xf1\x17\x3d\x33\x8d\xbf\x8a\xf8\xeb\xc9\x0f\xf8\xe7\x45\xfc\xf3\xfa\x1a\xd5\x00\x52\xf1\x81\x13\x2e\x36\xf1\xc7\x25\xfc\xbe\xfb\x12\xfe\xf4\x5d\xe0\x32\x45\x7a\x59\x88\x9b\x1e\x2a\x55\x80\x80\xd2\x07\xdd\xc1\xa0\xd7\xa8\xf1\x17\xd5\x49\x31\x7f\x89\x3f\x50\x3f\x17\x5d\xf7\x3c\xff\xa4\xbe\xa0\xab\xfa\x20\x3f\x3f\x46\xdd\x5d\x72\xf3\x52\x9d\xba\xac\xe5\x2f\xe6\x54\xb7\xd0\x27\xfd\x56\xbd\x72\x97\xb0\x30\xc5\x9a\x57\xc5\xbc\xb4\xe7\xf4\x03\xdc\x2a\x37\x78\x38\x79\x27\x5c\xf8\x49\x9e\x28\x69\x6e\xcb\x05\xa9\xe6\x1d\x4e\x54\x8c\x2f\xac\xed\x3f\xca\xa8\x44\xff\xa5\x4a\xb5\xa1\x32\x2b\x5d\x5e\x43\x03\x2f\x65\x1f\x01\x10\xf4\xfd\xf0\x93\x7f\xea\xb5\x1e\x7e\xad\x14\x76\x24\xd7\x87\x9c\x98\x33\x76\x1d\xdc\xec\xac\x6e\x81\xf2\xf7\xb7\xbf\xd1\xd3\x28\xa0\x9b\xfc\xfd\xef\xce\xe7\xbf\x03\x85\x0f\x44\xef\xee\xd1\x38\xa2\x8c\xe1\xcd\x33\xe0\x87\xf2\xdf\xfe\x5b\xac\x4a\x46\xc2\xad\xc9\x55\x25\xd7\x8c\x24\x2f\xc2\xff\x0c\x00\x00\xff\xff\x13\x46\xf9\x52\x11\xb5\x00\x00") +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") func confLocaleLocale_zhCnIniBytes() ([]byte, error) { return bindataRead( @@ -4537,12 +4558,12 @@ func confLocaleLocale_zhCnIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_zh-CN.ini", size: 46353, mode: os.FileMode(493), modTime: time.Unix(1453724978, 0)} + info := bindataFileInfo{name: "conf/locale/locale_zh-CN.ini", size: 48509, mode: os.FileMode(493), modTime: time.Unix(1458762973, 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\x5b\x73\x1b\x47\x96\x20\xfc\x8e\x5f\x51\x9f\x3a\x1c\x9e\x89\xf8\x4c\x87\xdb\xb3\x97\xd8\x30\x3c\xdb\xed\x9e\xe9\xee\x0d\xbb\xdb\xdb\xb2\x67\x1e\x1c\x0a\x18\x04\x8a\x24\x46\x20\x0a\x8d\x02\x24\xd3\x1d\x1d\x01\x4a\xa2\x08\x8a\xa4\x48\x5d\x48\x89\x14\x25\x8a\x94\x44\x51\x94\x48\x51\x77\x8a\xd7\xff\xb2\x8d\x2a\x00\x4f\xfe\x0b\x7b\x6e\x99\x95\x59\x28\x50\x72\xc7\xee\xfa\xc1\x22\x2a\x4f\xde\x4f\x9e\x7b\x9e\xcc\x96\xcb\x99\xbc\xeb\xe7\xd2\xc1\xf2\x6e\x38\xbf\xef\xfc\xd6\x73\xda\x1b\x77\xda\xeb\xf5\xd6\xe2\x85\xf6\xf8\x46\x70\xe9\x91\xf3\xdb\x42\xd5\x09\x97\xa6\x83\xc9\x85\x54\x6a\xc8\x1b\x76\xd3\x9d\xb5\xf9\xce\xdd\xd1\x54\x3e\xeb\x0f\xf5\x7b\xd9\x4a\x3e\x1d\x5e\x7e\x18\x34\x5e\x77\x6e\xaf\xb6\x26\x1a\x29\xf7\x87\x72\xd1\xab\xb8\xf0\x71\xb5\xf5\x72\x35\x35\xe4\x16\xcb\xe9\xe0\xed\x63\x68\x29\xe5\x17\x06\x4b\x99\x42\x29\xdd\x5a\xd8\xeb\x4c\x5d\xe0\x9f\x5e\xad\x9a\xee\xd4\xeb\xc1\xf8\x2e\xff\xae\x95\xd3\xed\xf5\xbd\xe0\xe2\xa5\x54\xc5\x1d\x2c\xf8\x55\xb7\xa2\x7e\x9f\x75\xfb\xfd\x42\xd5\x4d\x07\x5b\x37\xc3\xf9\xb7\xad\xd7\xcf\x5b\x8f\x17\x52\x67\xdc\x8a\x5f\xf0\xa0\xc9\xb9\xd7\xc1\xc4\x34\xf4\x1f\x2e\x3d\x49\x95\xb3\x83\x30\xca\xbb\xa3\x30\xa2\x54\xd5\x1d\x2e\x17\xb3\x50\x2d\x5c\x5f\xc1\xe1\x15\xb3\xa5\xc1\x1a\x96\xf3\x34\x3b\xa3\x3b\x9d\xbb\x63\xa9\x5c\xc5\x05\x98\x4c\xc9\x3d\x9b\x0e\x26\x5e\x05\x7b\xbb\x7d\x7d\x7d\xa9\x9a\xef\x56\x32\xe5\x8a\x37\x50\x28\xba\x99\x6c\x29\x9f\x19\xc6\x79\xb5\xae\xaf\x87\x8d\xd7\xcd\xa3\x95\x70\xf4\x69\x30\x73\x29\xbc\xf5\x32\xb8\xbf\x48\x63\x77\xf3\x30\xb9\x4c\xd6\x4f\x07\x6f\x9e\xf3\x14\x19\x36\x45\x2d\x95\xb2\xc3\xaa\x72\x30\x3b\x9d\x72\x87\xb3\x85\x62\xba\x73\xfe\x55\x6b\xeb\x19\x0c\xd8\xf7\xcf\x7a\xb0\x92\xc1\xd3\x8b\xad\xd5\x7d\x98\x7a\xa6\x3a\x52\x06\xf0\xd5\xdd\xf6\xc6\xb4\x7c\xcc\x65\xcb\xd5\xdc\x50\x36\xdd\x79\x74\xa3\xbd\x39\x81\x5f\x00\xae\xec\xc1\x9a\x78\x95\x91\x74\x50\x9f\x08\x76\x1f\xa7\xbc\xca\x60\xb6\x54\xf8\x31\x5b\xa5\x45\x79\x75\xa1\xf5\xf6\x7a\x6a\xb8\x50\xa9\x78\x95\x74\x67\x66\x25\x38\x3f\x93\x82\x39\x66\xb0\x9e\x4c\x34\x9c\xdf\x86\xad\x96\xda\x58\x36\x5c\x18\xac\xe0\x7a\x75\x46\xdf\xb4\x1e\xee\x05\xf7\xe7\x3b\xe7\xd7\xad\x62\x6a\x0c\xaa\x19\xed\x0d\x78\x95\xd3\x69\x6e\x29\x7c\x79\xd8\xba\xbe\x6c\x54\x80\x11\x59\x5d\xa9\x41\x65\x4b\xb0\x0b\x54\xda\xda\x5a\x69\xcd\x5e\x0c\x1b\x57\xa2\xd2\x6c\x7e\x18\x96\xb2\x9c\x2d\xb9\x45\x29\x16\xec\xca\xe6\x72\x5e\xad\x54\xcd\xf8\x6e\xb5\x5a\x28\x0d\xc2\x5a\xef\xbc\x80\x15\x6d\xaf\x6f\xb6\x0e\xb6\x52\xc9\x5f\x47\xbc\x9a\xde\x47\x58\xa7\xc9\xe6\xee\x2e\x6f\x1f\x97\xe8\x4a\xbc\x39\x52\x09\xc7\xee\x67\x06\x5c\x17\xd0\x7b\xa9\x0e\x43\x0f\x5f\xee\x05\x93\x73\xa9\x72\xad\x58\x84\xf5\xfb\x73\xcd\xf5\xab\xd0\xcf\x6c\xa3\x79\xf0\xaa\xfd\x78\x32\x7c\x76\x2e\x55\xf0\x7d\xf8\x9a\x0e\xe6\x66\x3a\x2b\x53\x3c\xea\x14\xec\x5a\x29\x07\x93\x08\x66\xe6\xc3\xd7\x8d\x54\xea\x3b\xdf\xcd\x56\x72\x43\xa7\x52\xfc\x6f\x3a\x9c\x5d\x0a\xb6\x27\x11\xdb\xba\xf7\x12\xb1\x46\x06\xc5\x6d\x03\x62\x3d\x08\xe6\xb7\x52\x39\x2f\x0f\xb8\xb1\x3e\x19\xec\xcf\x10\x1a\x7c\x57\x28\xf9\xd5\x6c\xb1\x78\x2a\x25\x7f\xc0\x19\x99\x68\xdf\xbb\xad\x8e\x40\xa1\x5a\xa4\x53\x1b\x3e\x59\x09\x96\xdf\xb4\x57\xa6\xb8\x18\x5b\xd8\x9d\x49\xe5\xbd\xdc\x69\x40\x74\x3c\xa8\xd0\x5f\xb0\x76\x2e\xbc\xb3\x14\x9e\x5b\x0f\x37\xef\x05\x4b\xeb\xcd\x83\x23\x18\x81\xf3\x1b\x82\x71\x82\xad\xb7\xc1\xc2\x7a\x67\x74\x12\xda\x00\x52\x31\xe8\xff\xb4\x3f\x05\x93\x07\xd2\x10\x1c\x8d\x05\x63\x8d\xe6\xde\xf5\xd6\xcb\xed\xce\xfc\xb3\xf6\x56\xdd\xf9\x2c\xeb\x54\xb3\x95\x41\xb7\x9a\x3e\x91\xe9\x87\x63\x77\xfa\x84\x33\x54\x71\x07\xd2\x27\x3e\xf0\x4f\x7c\xce\x87\x38\x9c\x1f\x0f\x37\xae\x7f\xf6\x71\xf6\x73\x27\x38\x9c\x0a\x2e\x4e\x07\xdb\xd3\x70\x80\x79\xdc\x9d\xfa\x73\x1c\xea\xca\xe3\xe0\xe9\xe3\xbf\xd5\xcf\xa5\x70\xd1\xe1\xfc\x67\xf2\xfd\x4c\xb1\xb0\x7f\xa7\xbd\x36\x0a\x4b\xcf\xf3\x71\xbe\x1a\x39\xf9\x3f\xbf\xfc\x5b\x7d\xf4\x6b\xcf\xaf\x0e\x56\x5c\xfe\x01\xff\x87\x5a\x9f\x3a\x61\x63\xde\xf9\xa6\xf0\x9b\x5f\x63\x53\xd0\x04\x2f\x4a\x38\xb7\x13\x5e\x5b\x84\xc5\x96\x5d\xc7\x02\x3c\x78\xfa\x7b\x67\xe5\x4e\x70\x67\x12\xe8\x9e\x5f\x8d\x3e\x36\x77\xf6\xc2\x47\xcb\xbc\x3f\xfa\xa3\x6c\x94\x3e\xca\xb1\x02\x39\xc4\xd0\x01\x11\x02\x5d\x0a\xb4\xa0\xb5\xfe\x0c\xbf\xc7\x37\x40\x96\x9e\x26\xc5\xeb\x2c\x5f\x7e\xff\x87\x3f\xfc\xf1\x37\xbf\x76\x82\xfd\xb9\xf0\xda\xe5\xe6\xde\x03\xa0\x42\x4e\xad\x3a\xf0\x5f\x33\x83\x6e\xc9\xad\x64\x8b\x99\x5c\xc1\x09\x36\x6f\xb4\x9e\xac\x75\x6e\x5d\xc4\xe9\xfa\x7e\x11\x68\x17\xe0\xcc\xc9\x93\x5f\x3a\x40\x07\x01\x6f\x60\x9c\xd5\xa1\x68\x14\xb0\x11\xcd\xbd\xd7\xed\x37\x4f\x83\xc3\x2b\x29\xff\xcf\x45\x5c\x67\x19\x4f\x7c\xfd\x1c\x3c\xe4\x7a\xd9\xa8\x06\xf6\xe1\x56\x2a\x19\x20\xb5\xd5\x11\xdc\x1f\x6a\xfc\x3d\x2a\x36\x77\xa6\xdb\xe7\x0f\x5a\xe7\x76\x5b\x8f\x76\x55\x23\x85\xd2\x99\x6c\xb1\x90\x87\x0d\x52\x6b\x45\x95\x63\x0b\x06\x35\x83\xb1\xd1\xf6\xfa\xb3\x60\x6a\x2c\x98\x7d\xcc\xd3\x75\x4e\xf4\x9d\xa0\xee\x4e\x7c\x74\xc2\xc1\xf6\x4a\x5e\x86\x29\x09\x52\xef\x7c\xc1\xcf\xf6\x03\x25\x67\xbe\x52\x61\x12\x89\xeb\x4c\x83\x08\xee\xdf\x05\x74\x0f\x97\x36\x98\x56\xf1\xf1\x0d\xae\xad\xf0\xee\xe1\xd0\xcf\x8f\x85\x2f\x46\x9b\x3b\x93\x2d\x40\xb9\xcd\x55\x66\x4a\xf6\xcc\x15\xd5\x12\x0c\xd0\x6d\xf0\xde\xc7\x27\x9b\x52\xdb\x25\xa8\x38\x3e\x01\x7d\x21\x1b\x5e\x7a\x22\xd8\x88\xcc\x99\xb1\x85\xcb\x18\x55\xd4\x57\xb5\x41\xd0\x22\xcc\x42\xd3\x4e\xa0\x34\x40\xe3\x3a\xcb\x47\xcd\xdd\xad\x76\x7d\x2a\x98\x69\x04\xa3\x13\xc1\xfd\x87\x48\xe5\xb9\x01\xa4\x34\xbc\x45\x4c\x68\xc2\xbb\x6f\x5b\xb7\xb6\x90\x23\xeb\x12\xd5\x76\x38\x51\x0f\x97\x26\x48\x04\xe8\x8c\xde\x45\x82\x41\x35\x3a\xb0\x5e\xdb\xe3\xed\x55\x58\xf7\x9b\xe1\xf5\x43\x10\x1c\xda\x8f\x9e\x73\x1b\x74\x52\x6b\xc0\xc7\xf1\x70\x30\xb5\x69\xbd\xd8\x6b\xbd\x7a\x26\xe7\x43\x95\xa9\x1e\xb0\x22\x1f\x90\xa3\xb1\xce\xdd\x46\x30\xf6\x06\x3a\x04\x32\x10\x1b\x5a\x70\x75\x8a\x1b\x23\xb2\x43\xa8\x74\x6d\xba\x79\xb0\x14\x3e\xb9\xd4\x59\x98\xa5\x33\xed\x01\x47\x2d\x41\x97\xcb\xc8\x5e\xf9\x97\xd1\x09\x2f\x69\x70\xf0\x0c\x56\xc6\x39\x79\xf2\x77\x4e\xfb\xfe\x78\xfb\xde\x41\xb0\xb4\x1d\xdc\xae\xf3\x21\x19\xca\x94\xbd\x4a\x35\x8d\x85\xc1\xf2\x5d\xfd\x41\xaf\x05\x2d\x32\xd5\x65\x71\xc8\xa4\x90\xe1\xe6\x7d\xa8\xd3\x5e\x58\xc6\x93\x3a\xf9\x00\xc8\x12\xa0\x09\x7c\xa7\xc6\x2e\x2d\xc3\xc6\xe3\xf9\x3d\xba\x1d\x4e\x8d\x86\x4f\x2e\x34\x0f\xa6\x01\x09\x5a\x0b\x07\xd8\xf1\x50\xb5\x5a\xe6\x9e\x7f\xf7\xcd\x37\x5f\x3b\xad\xc7\x20\x56\xdc\x83\x96\xa2\x02\x3d\x02\x42\x83\xd6\xad\x7b\xed\xd1\x03\xdc\x6f\x0d\x89\x28\x51\xab\x14\x05\xc0\xf9\xf6\x4f\x5f\xaa\x4f\xbd\x56\x00\xbb\xfa\x18\xff\x77\xd2\x5a\x08\x58\xe6\xe6\x4e\xbd\xb9\x7b\x8b\x05\x93\xe6\xce\x26\xf4\xd3\xa9\xdf\x6b\xbd\xa2\x35\x4e\x79\x65\x3c\x35\x1a\x67\x83\x99\xa7\x20\x40\x09\xb6\x92\x44\x23\x05\x9d\x5b\x7b\xc1\xe6\x2c\x34\x02\x54\x85\x17\x0b\x80\x82\x2d\x90\x93\x86\x61\x4e\x44\x4d\x4f\x7e\x05\x93\x15\x4a\x4a\x5f\x07\x2a\xde\x70\x9a\xab\x34\x0f\x2f\x82\xf0\x19\x7d\x56\xb3\x30\x4b\x79\xc0\xb0\xdc\x9d\xd1\x57\xc1\xe1\x86\xf3\xa7\x7f\xfd\xc2\xf9\x4f\x9f\xfe\xf2\x97\x40\xe0\x16\x82\x71\xa4\x7b\x30\x3a\xa0\x8e\xe1\xcd\xa7\x30\x25\x38\x12\xc0\x39\x5b\x2f\xaf\xe3\x7c\x68\x6e\x5c\x1f\xa8\x85\x50\xd5\x13\x78\xa6\x4e\x38\x9f\xd1\x34\xfe\xbb\xfb\x43\x16\xe4\x46\xb7\x2f\xe7\x0d\x7f\x4e\xd8\x76\x77\x1f\xa8\x26\xae\x01\x16\x03\xfa\x32\x73\x5e\xd8\xef\xd4\x47\x45\x88\x93\x82\xe8\xf8\x1b\x85\x5a\xae\x63\x91\x36\x93\xf3\x4a\x03\x85\xca\x30\xc8\x0a\xcb\xd0\x37\xd3\x12\x86\x64\x91\x8f\x1a\xcb\x94\xbc\x6a\x61\x60\x44\x80\x78\xee\x9d\xfa\x62\x6b\xf9\x41\x38\x33\xdb\xb9\x78\x15\x64\x88\x0a\xc8\xbf\x19\xfc\xa7\x90\x73\x65\xe9\x9b\xfb\xbb\xb8\xe2\x0b\xeb\x78\x64\xc6\x5e\x37\xf7\xe6\xf5\x06\xe0\x2e\x79\x03\x03\xc5\x42\xc9\x65\x7e\x10\xcc\x5d\xc3\x96\x6f\xad\xb6\xde\x2c\x0a\x5f\x30\xcb\x01\xf9\xca\x20\x8f\x03\x92\x83\x0c\xd8\x3a\x78\xce\x20\x40\x02\x9b\x6f\x97\x19\xbd\x83\xc3\x3b\xce\x17\xbf\xf9\x83\xd3\x9a\x7e\x8e\x12\x0e\x71\x11\xd8\x12\x26\x1b\xa8\x42\xbc\x18\x0f\x77\x67\x81\x56\x00\x20\xd0\x35\x58\x73\x3d\x3c\xae\x42\x27\x57\x08\x33\xc8\x9d\x67\xb2\x20\x32\xa4\xb9\x6d\xe7\xb7\xf2\x5b\x69\x1f\x71\x38\x19\x5e\x1c\x1a\xe6\x8d\xe8\xb1\xb5\xd8\x3a\x7c\x04\x9d\xc3\x70\x82\xf3\x63\xbc\xc9\xad\xeb\x42\x86\x9a\x3b\x97\x82\x73\x20\x22\xce\x77\xf6\x6e\xc2\x72\x23\x52\xdc\xdd\x04\x69\xd6\x1c\x8e\xc5\x27\x98\xe8\x8b\x84\x38\xbe\x01\x78\x2b\x5a\x49\x12\x74\x34\xb0\xc4\x3a\x4c\x0f\x70\x5c\x33\x1b\xb8\x4c\x9a\x4d\x30\xbe\xbe\xd9\x0b\x2e\xdd\x05\x01\x16\x0e\x36\xb1\x97\x12\xb5\xaf\xa4\x7f\x41\x06\xa5\x03\xc8\xd2\xd8\x40\xd2\xbf\xc8\x46\x4b\xeb\x4a\xb0\xc5\xce\xc3\x85\x73\xed\xfd\x9d\x60\xec\x41\xa4\x46\x90\x60\x05\x2a\x87\xa8\x67\x99\x33\x05\x54\x83\x08\x35\x58\x8d\x69\xaf\x6f\xa0\x50\xbb\x30\x1b\x20\x01\x4f\x80\x56\x88\x42\xf3\x89\xb4\x9f\x45\x51\x80\xc2\x09\xe1\xb0\xd2\x10\x89\x77\x38\xff\xd9\xb5\x60\x62\x1c\xb1\x63\x66\x03\x59\xe3\xd2\x64\xd0\xd8\xe6\xba\xb0\x35\x72\x2a\x08\x18\x17\x82\xb9\xab\x48\xeb\xa2\xb4\xda\xbc\x9a\x17\xad\xb9\xb3\x06\xac\x16\x8e\x3d\x73\x14\x18\x05\x76\x75\xeb\x2e\xf0\x49\xe7\xf7\xbf\x49\x7f\xe2\xe8\x71\x21\x0f\x03\x4c\x99\x9c\x43\x5c\x3c\xbc\xa1\xdb\x89\x98\x0a\xf7\xc9\x07\x2b\xd6\x8d\xe2\xd1\x04\xc1\xca\x9d\x2d\x33\x20\x1b\x3a\x5e\x22\x48\x09\x19\x30\x00\x4c\x85\x8f\x2b\xb3\xa2\xa8\x6b\x0a\xb1\x11\x41\x3f\x33\xe8\xa1\xe2\x02\x22\xf8\xf4\x0b\x16\x82\x41\xe1\xf5\xab\x99\xc1\x42\x35\x33\x80\xf4\x08\x9a\xbc\xb0\x12\xbe\x98\x6b\x6f\xde\x0c\x1a\x0f\x9c\x0f\xa1\xe0\x43\x27\xb8\x72\xd0\xdc\xbb\xff\xd3\xfe\xe2\x07\x67\x44\xd8\xfb\x14\x69\x4d\x06\x0e\x50\xa1\x88\x88\x84\xbc\x0e\xce\xb0\x1c\x1a\x58\xae\x85\x7d\xe4\xe3\xa4\x5d\xe3\xda\x5e\x7f\x0a\x7c\xcc\x11\x01\x4f\x74\x00\xa0\x04\x1f\xf8\x40\xd0\x27\xdb\xfb\x13\x22\xdd\x3f\x9c\xc4\xdd\x99\x68\x20\x44\x7d\x8a\x37\xc5\x19\xf4\xfa\x6b\x85\x62\xde\xe1\xd6\x70\x91\x95\xc4\x07\xf2\x9e\xec\x6e\x5c\x2e\xc7\xaa\x9b\xf7\x60\x71\x78\xcc\xaa\x42\x4f\x41\x26\xb1\x96\x96\x3c\x70\xaa\xc3\x59\x38\x28\x09\xf2\x49\xe7\xf6\x1d\x31\x25\xd0\x4f\xac\xe9\x3b\x1f\x7d\x0e\x53\x4b\xf9\xd9\x33\x2e\x13\xee\x41\xb5\xb6\xcc\x6f\x3b\x63\xd3\xd8\xdb\xd1\x6d\x90\x86\x82\xfb\xcf\xc2\xb9\x1b\xf6\x30\x2d\xc4\xb5\xd0\x48\xab\x9b\x5d\x13\xe4\xdd\xf5\x6b\xb9\x9c\xeb\xfb\xb8\x1d\xc1\x03\xa0\x18\xa3\xa0\x24\x07\xf5\x2b\xc1\x61\xa3\xf3\xf8\x66\xbb\xd1\x80\xef\xc0\x7f\xc3\x6b\xe3\xc2\xc3\x44\x25\x6b\x3d\xb8\xad\xf5\x87\xf0\xc2\x44\x70\xf4\x18\x3e\x36\xf7\xa0\xfd\x7d\xa4\xc3\x9b\xf7\x01\x27\x9c\x5f\x7f\xfb\x5b\x68\x10\x94\x47\xb4\xe9\x9c\x4a\xd5\x58\xa4\xf4\x8a\x79\xad\x74\x02\x02\x23\x85\xb4\x4d\x14\x0a\x44\x70\xd4\x3f\x5b\x80\x85\xcc\x68\x5b\x10\x2e\x50\xd5\xfd\xa1\x9a\x0e\x1a\xe3\xe1\xcc\x2d\xd3\x32\x24\x02\xe0\xf0\x08\xed\x1b\x4c\x8a\x14\x7e\xd1\x75\x73\x5e\x11\x30\xcf\x43\xfa\x79\xc6\x15\x80\x60\xe6\x7c\xbb\x31\x1e\x4c\x5f\x07\x39\x2f\x82\x84\xfa\x5e\x65\x50\x55\x57\xd6\x84\x11\x31\x4c\xa8\xef\x62\x9c\x20\xe2\x44\x46\x2b\x26\x3d\xb8\x8f\xa2\xa7\xf7\xc1\x9e\x90\xfe\x2f\x9d\x3d\x7b\x22\x62\x2c\xcf\x9d\x3a\x83\x86\x60\x81\xc4\xa2\x75\x2a\x25\xe3\x26\xc3\x96\x8c\x26\xf5\x5d\xb6\x56\x05\x75\x3e\x32\x20\x65\xc4\x44\x21\xc4\x89\x77\x39\xe2\xfc\x43\x6e\x19\xa5\x84\x61\x7f\x90\xcc\x44\xaf\xaf\x31\x99\xfb\x69\x7f\x99\x4f\x31\x93\x3f\xdc\x19\xdf\xcb\x15\xb2\xc5\xcc\xfb\xd7\x7c\x3d\x0a\x4c\x0f\x6b\xda\x3c\x89\x8d\x58\xa0\xa0\xa4\x41\xac\x46\x25\xe4\xd5\x1b\x3c\x90\x06\x2b\x82\xe6\x40\x96\xef\xdc\x58\xea\xcc\x4f\xc0\x81\x84\xd3\xdc\x1e\x7d\x8a\xa7\x82\x6c\x6c\x1a\x61\xbb\x99\x23\x0e\x07\xa9\x53\x77\xc3\xa6\x30\x93\xd8\x09\xac\xc8\xb0\x3b\xdc\x8f\x2d\xe0\xe6\xdc\x6c\x1e\xcc\x88\x59\x70\x00\xb6\x17\x4e\x68\x64\x13\x3b\xba\x09\xe5\x82\x6f\x58\xe8\xf6\x28\x84\x95\x50\x36\x44\x38\xe3\x67\xd3\x9d\x73\x17\xc2\xe7\x57\x79\x03\xa0\xac\xb3\x06\xb4\xeb\x52\xa4\xb7\x09\xf1\x65\x8e\x4d\xf2\x96\xef\x96\xaa\x6a\xad\x50\x66\xdc\x1e\x15\x93\x15\x4d\x83\x05\x30\x59\xfa\xd5\xc7\x2c\xde\xb5\xc7\x5f\x38\x9f\xf5\x7f\xfe\x81\xff\xd9\xc7\xfd\x9f\x33\x25\x0c\x37\x56\x43\x10\xd1\x48\x5b\x08\xaf\x83\x00\xf6\x9a\x24\xe9\x35\x60\xc4\xce\x07\x79\x27\xd8\x9e\x01\x1e\x1c\x8c\x3d\x0c\xb6\xa6\xc2\xc6\x2c\xb7\x2d\xbc\x99\x54\x1a\xe2\x3b\x39\x3a\x07\x84\x9f\x0a\x9f\xc2\xa3\x7a\xf8\x72\x8f\xdb\xd5\x58\x45\x43\x2e\x16\x86\x0b\xd5\xa4\x4d\x06\x60\xb6\x4d\xf1\x60\xb9\x05\x11\x24\x47\x2f\x03\xbe\x77\xee\xee\xb5\xde\x8e\xf2\xb8\x5b\x9b\x13\xc1\xe1\x98\xf3\xa9\x13\x34\x2e\x76\x66\x6f\xb2\x41\xa6\xfd\x68\x0d\x31\x6a\x28\xeb\x67\x6a\x25\x59\x31\x37\xcf\xbb\x0e\x94\x51\x11\x26\xec\x09\x58\x3f\x2f\x9a\x5e\x99\x7f\x88\x96\xe6\x1f\x9d\xe6\xc1\x45\xd0\xae\x71\xe1\x68\xc6\x2c\x87\xc3\x40\x50\x50\xd7\x36\xa7\xa5\x0d\x58\x31\x10\x02\xcc\x91\x62\xeb\x40\x86\x96\xea\x20\xcf\x74\xc6\xa7\x71\x4b\xa8\x03\xe1\x3b\xf3\x5b\xe1\xb5\x4b\xc0\x76\xd0\x26\x0c\x0b\x3e\x35\xd1\x69\xcc\x31\x7e\xc1\xda\xc8\x48\x19\x08\x08\x5f\x7b\x61\xce\x6c\xc2\xdc\x58\xd1\x5f\x88\x0f\xfa\x74\xf6\xaa\xc4\x07\x59\x5a\x8a\xab\x0d\x34\x13\x40\x66\x38\x28\x30\xdc\xe6\xde\x5e\xf3\x60\x8e\xe5\x02\x3a\xba\xd8\x33\x0e\xa0\xda\xdd\xff\x4f\xfb\x0d\x1e\xc2\x4f\xfb\x13\xb2\x2d\xbc\xa5\x84\xc3\x50\x04\xec\x40\x46\xc4\x2d\x68\x5c\xe7\x32\x39\x08\x8a\xb9\x90\x2d\x30\xb6\xe7\x1a\x65\x85\xe6\xbf\x79\x8e\xbb\xbd\xb4\x0c\xcb\x08\x7f\x13\x8b\x6a\xa8\x25\x8a\xda\xd7\x06\x28\x7b\xb1\xa2\x2e\x35\x60\xd5\xf3\x32\xfe\x10\x6a\xac\x32\xe8\xb9\x37\xc1\xee\x9a\xd8\x51\xb6\xaf\xa0\x1f\xe1\x3f\xc3\x7e\x4f\x33\x7f\xc1\x15\x38\xc5\x18\x8d\x24\x52\xa1\x33\x22\x66\x37\x46\x6b\x30\x16\x7b\x00\x88\xe5\x54\x06\x32\xb7\xe0\xd8\xd5\xd1\xe4\x49\x71\x50\x39\x60\x8d\x59\x20\x46\xb8\x48\x9b\x2b\xed\xa3\xcb\xcc\x21\x23\x60\xd1\xb7\xac\x42\x18\xbf\x97\xcf\xc2\x04\x46\x5c\x5f\xc4\x33\x3e\xa6\xa9\x92\x27\x56\x5d\xf9\x0d\x70\x58\x5b\x56\xfe\x68\x2b\xbc\xfe\x16\x6a\x03\xc1\x1a\x3e\x95\xfa\x16\xe4\x8e\x3f\xd8\x0e\x80\x3f\x01\x33\xa1\x4f\xcc\x49\xc4\x36\xf3\x2f\x86\x5b\x40\xe6\xf9\x75\xcc\x39\xf0\x27\xb7\xdb\x37\x70\xf2\xe4\xef\xbe\x21\x21\x95\xec\x0d\x4f\x2f\x76\xae\x6c\x4b\x83\xbf\xab\x56\xcb\xfe\xb7\x95\x62\x9a\x95\xfd\x6f\xff\xf4\xa5\xa3\xdb\x1d\x29\x7a\xd9\x3c\x96\x85\x97\xd7\x01\x0f\xe5\xfb\x37\x6e\x76\x98\x07\xb6\x74\xb3\xb3\x78\x49\xda\xf9\x15\xb0\x39\xfa\x8a\xd4\x0a\x28\x85\x7c\x45\xd1\xe6\x5f\x12\x25\x54\xad\x28\xb8\xe4\x30\x88\x5b\xbf\xb2\xc5\x32\x28\x2a\x28\x37\x08\x80\x48\xeb\xe7\x76\xdb\x93\xcf\x40\x91\x0c\x36\x6f\x84\x4f\xa7\xff\x06\x0a\xf4\xcd\xa3\x70\x72\xa2\xb9\xff\x14\x64\x42\xfc\xd8\x98\x0f\x1f\x3d\x06\x7d\x15\xce\xd1\x47\x19\x38\x43\xb1\xc6\xf2\x70\x7e\x7f\x56\x83\xf0\xc5\x6e\x90\xb4\xc2\x3b\x64\x12\x2a\xfc\xa8\x86\xcf\x28\xae\x9b\x04\x39\x82\x6c\x01\x28\xd7\xc5\x81\xc2\x25\x20\x82\x33\x0c\xe4\xa0\xdd\x81\x6c\x93\x6c\x3a\xf8\x21\x19\xfc\xfe\xc3\x24\x70\x26\x48\x7a\xf9\xb4\x21\x03\x08\x2d\x1c\xe0\xd8\x71\xc0\x0a\x68\xef\x39\x06\x1c\x37\x9f\xe5\xed\x5c\xb1\x96\x77\xad\x65\x52\x66\xd4\x59\xee\xbe\xb9\xf3\xdc\xf9\xf0\x03\xff\x43\x6a\xb5\x74\x1a\xb8\x69\x49\xc0\x81\xf2\xb5\x96\x1f\x74\xa6\x9e\xb6\x37\x50\x83\x50\x5e\x29\xd0\x04\x73\x5e\xa5\xe2\xe6\xaa\x69\x43\x37\xdd\x08\xa6\xde\x82\x74\x8c\xad\x68\xe2\x61\x48\xdf\x84\xbb\x20\xe2\x99\xa8\x6c\x55\xd2\x8e\xb3\x4c\xbf\xeb\x82\x1e\x96\x3d\xed\x96\xa2\x23\xa4\x59\x71\xf3\xe0\x3a\x7c\x64\x8a\x06\x1a\x41\xbc\x82\x79\xc0\x12\xea\x80\x44\xd1\x55\x45\x4c\xa9\xbd\xaa\x54\xe1\x88\x74\x77\x63\x1c\x97\x84\x3a\xbc\x9b\x04\x0f\xb3\xca\x5b\x67\xdc\x00\x3f\x12\xf0\x42\xb1\xe8\x0e\xa2\xa1\x4d\x75\x65\xb7\x4f\xdb\x85\x46\xf0\xd9\x06\x68\x77\x11\xce\xe8\x05\xd3\xeb\x1d\x6d\x8c\x29\xd5\x6b\x93\x34\xab\x1d\x6c\x68\x00\x1a\x58\x21\x27\xa6\xa1\x5e\x51\xd7\xa6\x54\xa3\xf9\xa1\xb9\xac\x80\x6c\xc7\x34\x04\xd8\x83\xd4\xb5\x67\x4b\xe8\x5d\x23\x8b\x51\xbb\x3e\x16\x0d\x12\x14\xf8\xd9\xb5\x63\x5a\xd5\x94\x3f\x79\x74\x8c\x4d\xb1\x46\xb4\xfe\xe7\xfe\x00\x24\x3f\x0d\x2b\xce\xc4\x5b\x9b\x04\x70\x49\x41\x8b\x5b\x5a\x47\xde\x55\xcc\x82\x2a\x8d\xe8\x41\x13\x40\xe8\xd6\xc3\xbd\xce\xc2\x7d\xf1\x09\x9c\xdb\xc5\xb3\x7b\x48\x16\xd3\x83\x69\x53\x4c\xc6\x11\x91\x19\x87\x8b\x44\x8a\xd4\x8a\xdf\xc5\x69\xf6\x6d\x71\x6b\xc8\x94\xae\xad\xf0\x38\x88\x63\xaa\x09\xa2\x01\xfa\xb4\x3b\x92\x06\x75\x2f\xbc\xf4\x2c\xdc\x9c\x20\x49\x08\x15\x40\xd6\xe9\x35\x67\xd4\x93\x76\x22\xf2\x4f\x9a\x2b\x6a\x75\x28\xad\x9f\x71\x2b\xc0\x9a\x74\x83\x6c\x42\x7f\x9f\x36\xa6\x50\x6a\x63\x9d\x73\x74\x1c\x54\xd5\xce\xb9\x7b\xb8\xd5\x8a\xa2\x68\x30\x9c\x30\xb4\x31\xbe\x81\xb3\x5a\xdd\x45\x5d\x78\xec\x35\x83\x85\xf5\x87\x38\x2b\x54\x93\xb4\xda\x7c\xb9\x81\x26\x16\xea\xda\x54\x98\x53\x7e\x15\xd0\x1e\x57\x9b\x3d\xd4\xa6\x64\xd0\xdc\x9b\x6e\x5d\x78\x8d\x9d\x2f\xcf\x36\x77\x6f\x69\xfd\x2c\xbc\x36\xca\x88\xc3\xa2\x8f\xf2\x22\x34\xda\x07\x13\xb0\xbc\x88\xe9\x8d\x0d\x58\xe4\x60\xeb\x3c\x4c\x42\x0c\x51\xec\x03\xe5\xef\xd4\x78\xb4\xf8\x3c\x02\x14\x77\xd1\x33\x1d\x1b\x40\xbb\x71\x49\x0f\x80\x29\x04\x0e\x80\xb6\x2f\xd6\x7b\xe7\xd6\x6a\x67\x7e\x52\xf7\xce\xc0\x8a\xd8\xc4\x66\x89\x3a\x27\x95\xff\x5f\x9a\x22\x37\x6e\xe0\x57\xd4\x3f\x19\xb1\xa1\x7f\xde\x10\xe6\xec\xcd\xc3\xdb\x30\x4f\x94\x6e\xcf\xaf\x83\x26\x20\xc7\x82\xe8\x92\x48\xdc\x63\x0d\x6e\x18\x2a\x9a\x30\x96\xc2\x90\x62\xd7\x6f\xa6\xbf\x92\x2d\xe5\x86\x8c\x23\xd7\xba\xb5\x85\x06\xfa\xc6\xc5\xf0\xfa\x53\x7d\xd8\x40\x4e\xc2\xa1\x80\x1a\x3d\x94\x2d\x0d\xba\x19\xb1\x03\x83\x64\xed\x28\x63\x2f\x5a\xe2\x1d\xd0\xdf\x58\xb0\x12\x71\x90\x6c\xb6\xaa\x52\xae\xe6\x57\xbd\x61\xa3\x2e\xbb\xfa\x95\x81\x65\x93\x6b\x4a\x9d\xff\xf0\x80\x75\x7b\x40\xb4\x2f\xdd\x05\xb4\x07\x89\x35\xf2\xbf\x17\xd0\x87\xcf\xb4\xad\x71\xa3\xbd\xb2\xce\x32\x69\xa1\x0a\x07\x71\xec\x09\xee\x2a\x07\x02\x0c\x78\xc5\xa2\x77\xd6\xad\xf8\x69\x54\x03\xd6\xf7\x60\x7f\x60\x65\xb3\x48\xa2\x50\x3f\x6f\x6f\x2d\x82\x66\x24\x50\x68\xf7\x61\x28\x18\x87\x7c\xc3\x0f\xe1\x8b\x75\x38\xa2\xf2\x9b\x85\x49\xf9\x8a\x8a\xee\x70\x1f\x51\x72\x94\x73\x2b\x67\xd0\x92\xa7\x48\x23\xb1\x66\x07\x10\x05\x39\xc6\xd1\xed\xd6\xdc\x02\x2c\x06\x62\x57\x54\xa9\x9c\xad\x02\xb9\x2c\xb1\x3a\x43\x03\x35\xea\x6b\xe7\x29\x37\x64\xb9\x37\x30\x42\x81\xe3\x21\x4e\xa5\x12\x63\x26\x34\xd9\xe5\xf5\x54\x76\x20\x26\x2d\xbe\x88\x81\x06\x11\x11\x3b\x46\xba\x75\xff\xb0\xb9\x7b\x9f\x75\x24\x36\x55\xa0\x8f\xaa\x58\xc8\x91\x02\xae\x2a\x32\x26\xb2\x5d\x2d\x45\x76\x1e\xfe\x2e\x76\x9e\xbc\x5b\x74\x31\x04\xc8\x38\xbb\xa9\x5a\x41\x4d\xcd\xf9\xfd\x6f\x52\xa9\x72\xad\x1f\x1a\x8d\xe2\x3d\x68\xcf\xd4\xd8\x25\x98\x87\x8c\xc7\xdd\x2a\x45\xb0\x3d\x1e\x2e\x9d\x47\xb7\x26\x55\x42\xf2\xb7\xb3\x86\x54\x1f\x5a\x9f\xdf\x0f\x2f\x3f\x40\xe5\x94\x3a\xc5\x25\x23\x8e\xc5\x9e\x98\xe0\xea\x14\x3b\x66\x2c\x49\x47\xf3\x62\x31\x9a\xe4\xd3\x7a\xe1\x3b\xb7\xc5\x1d\xc2\xf1\x05\x7c\xbc\x00\x83\xc2\x5b\x2f\x61\x4d\x9b\x7b\xf3\x48\xe4\x17\x2f\xe8\xef\xb0\x69\xb4\xbf\x18\x7c\xc2\x7c\x54\x79\x38\x44\x10\xd7\xc1\x51\xb4\x55\x12\x1c\x55\xf4\x72\xe2\xe5\x9e\xa8\xc3\x29\xc3\x49\x4e\xd7\x53\xb5\x72\x1e\x15\x2c\xb5\x40\xd8\xe5\xfc\xb6\x2c\x90\x5d\x66\xda\x1f\x89\xe1\x47\x68\xc0\xb5\x94\x3e\x35\xaa\xce\x60\x77\xa0\x13\xfb\x89\x45\x1d\x8a\x41\x29\x93\x05\x52\x20\x22\x4f\xbc\x01\xec\xa2\x44\x2b\x00\x0b\x05\x8d\x71\xa4\x7a\x4c\xa8\x97\x26\xe0\x80\x90\x7d\xaf\x01\xfb\x81\x36\x1c\xc0\xd5\x1a\xf4\xf7\x76\xbf\xb5\x3b\x25\x9a\x98\x15\x73\x23\xdf\xb4\x8b\xc4\xa6\x12\x73\xcb\x70\x96\xf5\x62\x0a\x71\x48\x02\xd5\x3e\x58\xd2\x59\x91\xf4\x51\xe4\x58\xf3\xf0\x22\xbb\x79\xd0\xfe\xad\x5d\x50\xec\xdb\xd2\xe4\xc9\xf3\x7c\x31\x0d\x72\xaf\x6c\xb3\x65\xa9\x40\x80\x64\xe1\x05\x80\x57\x97\x8b\xc4\xcf\x50\x2b\xa3\xb2\x06\xe2\x8f\x0c\x87\x0e\x76\xa6\x30\x8c\xa1\x6c\xec\xcd\x22\x41\x0a\x1d\x70\x91\xf0\xbf\xff\x2a\x58\x9a\x6f\x4d\x8c\xe3\x0e\x95\xbc\xd8\x84\x0c\x6b\xff\xf3\xab\x68\xbc\x21\x23\x46\x6c\x2d\xd0\x9a\x4c\x82\x42\x6c\xde\x24\x4c\x99\x63\x8e\xe1\x8a\x39\xf6\x38\xae\x28\x34\x48\xa6\x24\x5e\xd1\x10\xed\xd8\x16\x2f\x25\xb8\x82\x51\x78\x0d\xc7\xad\x29\x75\x1f\x55\xe2\x8c\x05\xc0\x46\x16\x16\x6b\x2c\xe0\x24\xc9\xd8\xe8\xc6\x30\xc5\x8f\xc6\x47\xaa\x27\x29\xa0\xcc\x8b\xd4\xc4\x70\xe6\x33\x87\x78\xd0\xc8\x91\x27\xf6\x77\xa3\x6b\x36\x70\x5a\x34\x42\x3a\x78\x7f\x0a\x81\x32\x00\x11\x09\x10\xb0\xb8\x55\xa2\xda\xa4\x5d\xf8\x96\xdf\x5d\xd4\x79\x09\xb4\x13\x00\x09\xa6\xeb\x06\x63\xf5\xc4\x20\x8c\xe8\xae\x5c\x1b\xed\x9c\xdb\x32\xc8\xe3\x45\x26\x86\xcd\xdd\xcb\xa6\x1f\x9a\x1d\xcd\x20\x7e\x44\xf6\xcb\x72\x05\x30\xb3\x32\x92\xe6\x46\xd4\x4f\x65\xd4\xd9\x3a\x6c\xee\xec\x4a\x11\x53\x74\x29\x61\xba\xae\xc7\x02\x25\x48\xbd\xf8\xab\x98\x15\xec\x32\x71\x03\x46\xe2\x48\x9c\x98\x8b\x88\xcd\xfe\xe8\x5b\x3b\x4c\x3c\x98\x84\xc1\x38\x59\x3d\x60\xda\xf1\xcf\xf1\xa6\x35\x42\xd3\xfe\x9a\x83\x20\x79\x36\x9f\x27\x7c\xe3\x81\xb3\xb4\x2f\x27\xba\x7b\x71\x11\xd8\x04\x34\x41\xa2\xc2\x8c\x65\x91\x46\xcb\xae\x58\xa1\x83\xc3\xb1\xc8\x68\x6a\xb6\x8e\x9e\x56\xb4\x20\xa2\xa0\x84\xac\x5c\x04\xb4\xa5\x75\xd3\xce\x9c\x68\x8f\x66\xde\x66\x9a\xa0\x3b\xa3\x97\x5b\xeb\x93\xec\xf4\x54\x03\xd2\x4b\xc0\x13\x33\x70\x41\x26\x4c\x4b\x43\x08\x28\x68\x76\x8c\x1c\x80\xcd\x92\x3a\xb3\x7a\x07\xa5\x2e\x11\x0e\xd0\x64\x83\x7b\x88\x07\x66\x67\x12\x65\x1a\x93\xdc\x4f\xd4\xd9\xc6\xda\xa5\x97\x68\x93\x31\x2c\x00\x1c\x3a\xe4\x0b\x0b\x53\xad\xeb\xcb\x31\xa5\x44\x3c\xa3\x4a\x3e\x26\x09\xdf\xd7\xd1\x4d\x9f\xf9\xd5\x8a\x57\x1a\xfc\x9c\x6d\xcb\x1c\xa4\x1c\xdc\xb8\xfc\xcf\x9f\x7d\x2c\x05\x0e\xea\x35\xcb\x0f\x5a\x4b\x93\xcc\x78\x30\xa6\x31\x8a\x61\x74\x60\x10\x40\x31\xa1\x57\x58\x07\x63\x78\x14\xcf\x48\xb6\xe8\xf1\x60\x1a\x0d\x56\xb1\x6a\x08\x49\x6a\xc5\x4e\x7b\x6d\x92\xa3\x45\x55\x95\xd6\xfc\x95\xce\xad\x7b\xe1\xe5\xab\xed\x87\xf7\xd4\x56\x20\x96\x45\xeb\x66\x49\x56\xbc\xd8\x86\x51\x01\x04\x97\x60\xec\x99\x18\x00\x6d\xa3\x82\x86\x26\xce\x4b\xd0\xe2\xdf\xbd\xb5\x13\xcc\x4e\xb1\x1c\x81\xc3\xea\x6a\x22\x52\x88\x55\xf5\xb4\x65\x62\xc4\xaf\xe4\xf6\x2b\x55\x55\x01\x7a\x37\xde\xaa\x1d\x8f\xa1\x91\x31\x03\x11\x64\x0d\x5c\x22\xf7\x15\x93\x04\x9a\x33\x13\x04\x35\xf4\x18\x49\xe0\x96\x40\x56\x33\xd6\xa2\x07\x65\x30\x40\x31\xde\x80\x3e\x77\x8b\x17\x9a\x42\xb0\xb7\x50\xc7\x01\xd8\x74\xa2\xab\x2b\x35\x3f\xa3\x0f\xee\x40\x4f\x09\x57\x02\x87\x4d\x5b\x88\xda\x06\x99\x16\x78\x13\x76\x2e\x85\x4f\x56\x78\x2b\x50\x15\xc2\x98\x45\xa5\x70\x30\x63\x0e\x01\x3d\x8f\xae\x88\xda\x41\xeb\x59\x45\xbe\x4b\x13\x84\xa9\xc9\x92\x2f\xad\x3b\xff\xc5\x09\xee\x3f\x82\xb5\xd7\x7b\x0e\x67\x3a\x55\xf5\x4e\x03\x76\x18\x55\xc2\xcd\xfb\xf4\x0d\xc3\x7a\x46\x2f\x07\x97\x41\x27\x39\xcf\xf5\xc2\x5b\x87\x26\xc6\x60\x6d\x7d\xae\x45\x88\x67\xf6\xc1\x67\x52\x09\xf4\x28\x84\x8b\xb3\xf2\xfd\x8e\xb2\xa9\x0a\x1c\x7f\x96\xb9\x8a\x79\x96\xe1\x60\xa0\x4e\xab\x7d\x9d\xb5\x52\x7f\xa1\x94\x4f\x9b\x9f\xe5\x9b\xde\x16\xb3\x3b\x13\xce\x90\x48\x64\x96\x59\xaa\x90\xa1\xe5\x51\x06\x6d\x12\x7a\x99\xb3\x35\xf7\xee\xb7\x26\xa6\x24\x6e\x53\xbc\xbd\x02\x4b\x34\x80\xf1\x5b\xa0\xa8\xc0\xd7\x1c\x15\xe6\xdf\xba\xbe\xca\xb3\xe2\xe5\x27\xc1\x18\xb9\xe9\xe1\x45\x3c\x61\x33\xf3\x64\x96\xf9\xd5\xd7\xbf\xf7\x53\xba\x61\xae\x0e\x3a\x33\x46\x24\x9c\xdb\x05\x39\x93\x3c\xf9\x28\xa8\x71\x37\x14\x89\x39\x6d\xda\x29\xd8\x5a\x80\x94\x7d\xee\x65\x42\x98\x24\x37\x4b\x87\x98\x5b\x90\x43\xac\x27\x65\x4e\x28\x3e\x61\xc1\x25\x5c\x57\x57\x1d\x67\x73\x69\x64\x19\x0c\x81\x48\x2c\xe6\xbc\x75\x1c\x68\xd8\xd8\x96\x78\xbc\xad\x89\x60\x8c\xc6\xbd\xb4\x1d\xce\xbf\xd5\x41\x3a\x80\xd2\x32\x32\x0c\x27\x3a\xdf\x59\x01\x4c\x03\x69\xa1\x0e\xa7\xc4\xa0\x0e\x3c\xcc\xa0\x71\x17\xb6\x53\x86\x69\xee\x5e\x9c\x54\x88\x5e\x44\xc1\x8c\xa0\x38\x10\x4c\x72\x05\x93\x70\xc0\x51\x31\xe0\x45\x3b\x61\x92\xd2\x18\x67\x62\x21\x31\x99\x1c\x8c\x6f\xc4\x4a\xe2\x96\x9f\x7f\x81\x71\xa0\x44\x35\x90\xad\x58\x43\x8f\xcb\xcb\x46\x37\x6f\x9e\x9b\x22\x87\x38\xe4\xd7\x6f\x06\x87\x37\x44\x92\x66\x56\x6e\x74\x4c\x1c\x58\x5a\xd7\xe1\x07\x6c\xfc\x61\xc9\x96\x0f\xa9\x40\x28\x47\x31\x4f\x91\xf1\x63\xe9\x7c\xb8\xbd\xd3\x7c\x3b\x16\xee\x8c\xe1\x47\xd3\xee\x45\xc2\x12\xcb\x0b\xcd\x9d\xeb\x8e\x62\x9a\x28\xa9\xce\x3c\x0d\x47\x41\xf3\x79\xa4\x19\x26\xc9\xcc\x12\xd4\x14\x1b\x8f\x18\xf9\x4d\xcd\xdd\x86\x50\x31\xa5\x54\x66\x0e\x2e\x0e\xa7\x09\x1f\x43\xd2\x39\x92\xd1\xd7\x1f\x72\x45\xf1\x83\xae\xee\xc2\x31\xd7\x7b\x20\x3a\xe6\x8d\xcb\x18\x28\x90\xfa\x0e\x0d\x3e\xa7\x52\x6c\xda\xd5\x26\xb6\xc8\x83\x60\xfb\xe5\x22\xc7\x82\xf2\x92\xea\xa0\x6a\x03\x0c\xb0\xb4\xdd\x78\x02\x67\xb2\xbd\x7f\xbe\xb5\xbc\xf9\xb7\xfa\x28\xa0\x26\x92\x8f\x37\xcf\x82\xc6\x5e\x6c\x01\x5b\xd3\xeb\x00\x0f\xda\x55\x73\x77\x2a\x92\x38\xc4\x92\x73\xa6\xe0\x17\xfa\x0b\x45\xb2\x3a\xcd\x3c\x45\x39\x61\x77\x8d\x3f\xe2\x37\x23\xaa\x57\xac\x84\xe7\x76\xa1\xdd\x72\xb6\xe4\xe4\x80\xb3\xf8\xe9\x13\xb5\x82\x53\x71\xf3\x0e\x86\xe2\x9c\xf8\xbc\xf5\x70\x94\xc3\x31\xa1\x1b\x80\xf9\xbc\xab\x21\xbc\xc0\x93\x43\x0b\x91\x1d\xf0\x81\xce\xe2\xfd\x37\x41\xe3\x35\x47\x12\x8a\xc5\x63\x7e\x1b\xc3\x5a\x78\xd6\xda\x1f\xf6\x77\x75\x8e\xd7\x86\xd4\x54\x7e\xda\x6f\xb0\x3a\x45\x73\xda\x4f\xb4\x04\x98\x77\x8b\x7e\xda\x9f\x48\xe5\x8a\x5e\x49\x6f\x08\xe0\x23\x3a\xa6\x46\xaf\xb1\x54\xa6\xec\x9d\xcb\x12\xf8\xd3\x7d\x1b\xc5\x14\xe4\x76\xb6\x40\xf4\x6b\x6f\x3c\x09\x6f\x5e\x26\x51\x0c\xf1\x98\x46\xc7\x76\x68\xf3\x4e\x13\x7d\xa6\x58\x65\xfe\x8c\x81\xca\xf4\xad\x6b\x77\xcc\x6a\xac\x44\x8b\xa2\x4b\x1b\x0a\xb8\xaa\x3d\x56\x4c\x72\x38\x86\x6d\x66\xa6\x7d\xb4\xcd\x9f\xf1\xae\x9a\x7c\xe6\xdb\x6a\xd1\x67\x8d\x01\x8f\x27\xd9\x9a\xe0\xf4\x0d\x16\xaa\x85\xc1\x92\x57\x71\x1d\x36\x03\xa4\x8a\x85\x1c\x70\x20\x57\xcc\xed\x78\x57\x62\xe6\xa9\xfa\xd8\x55\xdf\x04\x92\xfa\x15\x37\x9b\x87\x73\xf0\x27\xfa\x47\x7e\x75\xd5\xe3\xcf\xe1\xfa\x4a\x78\xfb\x08\x8d\xfc\x1e\xa8\xd5\x85\x6a\x5a\x49\x10\x3b\x68\x4c\x50\x86\x09\x50\x14\x19\x30\x68\xdc\x0e\x1e\x4e\x06\x53\xf3\x2a\xfa\x8b\xa3\xa7\x8c\x6b\x69\x52\x90\x77\x07\xb2\xb5\xa2\x32\x23\xa7\x39\x5a\x97\x8d\xc7\x72\xad\x0d\xba\xab\xba\x95\x33\x20\x9b\x70\xc8\x17\x88\xb2\xe1\xe6\x83\xe0\xca\x7a\xb8\x04\x2c\xa8\xc1\x5a\x10\x22\x8b\x80\x83\x24\x56\x41\xb2\x2b\xd0\xa2\x23\x5b\x65\x42\x60\x48\x91\x6a\x1e\x4c\x03\x40\x73\x67\x33\x98\x1a\x0b\x27\x9f\x00\xc2\x23\x39\x31\x2c\x73\xe1\xc5\x2b\xe1\xb5\x45\xdc\xc9\xb3\xe8\xd4\x14\x7b\x70\xf8\x62\x5d\xd9\x83\x07\xb3\x3f\xe2\x47\xa0\x0e\x6d\xa0\x45\xf0\x11\x91\xc5\xb7\x71\x8a\x0d\xb7\xb0\x08\xb9\x21\x09\xe6\xf1\x06\x32\xb4\x28\xc8\xc1\xbe\x19\x72\x1d\x22\x53\xce\x50\xd6\x77\x08\x0a\x4e\xd7\x70\xf6\x87\xc2\x70\x6d\xd8\x51\x60\x0e\x55\x74\xbc\x01\x0c\x32\x32\x8d\xd9\x7d\x49\xb6\x64\x93\x6a\xfd\x9d\xe6\x64\x9b\xf0\x1d\x63\x51\x2e\xb9\x68\xb6\xaa\x55\x61\xff\x48\xd1\x32\xdd\x3f\x29\xb9\x6e\xc8\xd7\xae\xf8\xce\xa1\xdc\xb9\x32\x4b\xba\x08\x1e\xd2\x07\xe5\xe0\xb6\x89\x0f\x52\x1d\xa7\xbf\x58\x73\x4f\x7c\xce\x7b\xac\xe8\x8e\x6a\x8f\xb0\x4c\x6e\x37\x4a\x48\x21\x97\xf4\x31\x3d\x51\x18\x62\xde\x8b\x48\x06\x89\x38\x11\x5b\x1c\xd4\x7d\x03\xe3\x76\xc5\xc7\xbf\xfd\xfd\x37\x14\x74\x81\x71\x0b\x64\xcf\xe1\x88\xed\x60\x61\x3d\xba\x3b\xa5\x1a\x87\x19\x0e\x17\x7c\x9f\x85\x90\x52\x01\x3d\x65\x78\x3d\x69\x8d\xd5\x80\x60\xfb\x32\x9a\xb2\xa8\x91\xc8\x37\xa4\x05\x3b\xd5\x88\xf2\x1e\xa2\xf1\xb7\xc8\xd1\xb1\x48\x7c\xc8\x5f\xc7\x95\xb9\x63\x14\xaa\x1f\x3d\xd7\xf7\xb0\x58\xc9\xc3\xeb\x10\x46\xe8\x00\x47\xd3\x22\x31\x54\xad\x8b\x07\x4f\x5d\x0e\x35\x7c\x77\x72\x86\xf8\x16\xc7\xdc\x12\x2c\x7c\x78\xfb\x81\x22\x8e\x80\x00\x49\x24\x93\xee\x76\xf8\x6e\x71\x40\xa2\x94\xe5\x50\x90\xd6\xc9\x2c\x59\x33\x58\x96\x2c\xca\x23\x70\x3e\x4a\xa7\x65\x6f\x58\xd8\x8a\x3e\x47\xd1\x3e\x54\x6c\x58\xa7\x35\x04\x07\x31\xa0\x5a\x3f\x35\x01\x4a\x8a\xf3\xbf\xa6\x6e\x7e\xf4\x05\xdd\x19\xfb\xa2\x5a\x29\xc2\x9f\x5c\x15\x6b\xe0\xfa\x9b\x0d\x81\x5a\x71\x96\xe3\x16\x94\xa3\xa6\xbd\xbe\xc7\xa7\x5e\x9c\x3b\x00\xe1\x93\x55\x99\x00\xc4\x03\x44\x5f\xb4\x37\x08\xef\xc9\xd2\x24\x53\xa8\xe8\xb1\x72\xb0\x48\xdc\x81\xe9\xfe\x9f\x6b\x85\xdc\xe9\xcc\x60\xad\x80\x51\x5d\x47\x8f\x3b\xf5\x65\xb9\x3b\xcd\x88\x57\x1d\x2a\xf8\xe2\x35\xa4\x91\x89\x78\x67\x51\x51\x75\xc1\x17\x74\xf2\x61\xd0\x6b\xe0\xa0\x1e\xde\xe1\x88\x6f\x74\x09\x12\x75\x95\xc0\x10\xf3\xea\x6f\xb9\x86\x91\x38\xe8\xa2\x13\x32\x6c\x54\x92\xf0\x20\x36\x06\x70\xc8\xbd\xae\x47\x3d\xc1\xa0\xe8\x06\x5c\xba\x53\x5f\xe0\xef\x88\x51\x1c\xa3\xc0\xa1\x71\x64\x10\x10\x3d\x6e\x7d\x5a\x5c\x85\xc4\x99\xd9\x22\x8c\x51\x6c\x1c\xad\x96\x12\x5a\x2f\x54\xbe\x5a\x71\xdd\x34\xe3\x61\xb8\xfe\x36\x35\x50\x28\x62\xa4\x96\xb8\x15\xf1\x5a\x5f\x35\x3b\x98\xc6\xf0\xb6\xa3\x43\xae\x81\x07\x6d\x7d\xa1\xf5\xec\xbe\x34\x84\xde\x3c\x2a\x10\x6f\x1e\xc0\x03\xf5\x25\x08\xf9\x92\x74\x6f\x17\xaf\xf9\xc6\xae\xf7\x16\xb3\xfd\x6e\x51\x55\x05\x74\x2f\xba\x7e\x15\xf6\x04\xe8\xfd\xf8\x14\x88\xe1\xad\xd5\x2b\x29\x5c\xf1\x42\x15\x60\x66\x66\x41\xe3\x0c\x37\xdf\x04\x33\xcf\x61\x85\x8a\x6e\xd6\xc7\xe8\x31\x8a\x78\x07\x25\xb7\x79\xd0\x48\x91\x7f\xa5\x92\x3d\x9b\x0e\x2e\x2f\x03\x2f\x14\x96\x4b\x5f\x61\x8f\xe9\x1a\x30\x7f\x93\x56\xa8\x84\xc2\x99\xb1\x12\x1b\xa5\xba\xab\x22\x05\xc9\xd2\x09\x61\x81\x58\x4e\x88\x1a\x58\x9f\x1e\xe0\x93\x15\x5e\x6d\x1e\xa9\x2e\x8f\x6e\x25\xb7\x5e\xae\x5a\xb3\x50\x10\x03\xa8\x6d\xa3\x3d\x71\xe2\x50\x7f\x43\xda\x8e\x41\x47\x07\x4b\xc8\xdf\xd4\xd7\x61\x38\x89\xe8\x9d\x08\xce\x2d\xe0\xd9\x50\x9f\xf3\x14\x57\xc9\x4d\xdf\x00\x72\xb6\xac\x4b\x38\xb0\x1c\x74\x9c\x76\xe3\x12\x12\x2b\x7b\x68\x80\xd6\xae\xf2\x8c\x44\xa5\x2a\x98\x3b\xba\xb9\xcf\xdb\x68\x7c\xef\xb3\x37\xce\x28\x28\xa1\x2c\x05\x65\x18\xd4\x24\x52\x50\x17\x4c\x0e\x36\xaf\x92\x51\x4d\x90\x76\x44\xf1\x94\x3b\x78\xc8\xbb\xa0\x35\x56\x18\x48\x61\x77\x18\x41\xe8\x4e\x13\x41\xb9\x5f\x03\xda\xee\x3a\xb1\x8e\x57\x06\xbd\xd2\x18\xc2\xfc\x64\x30\xb7\x2c\x77\xf8\x92\xfb\xf0\x7c\x0c\xe6\xd5\x35\xb0\x79\x0a\xd0\xee\x55\x03\x38\x2c\x26\x3a\x80\xe1\x4c\x8d\x03\x1d\xe3\xd8\x87\xee\x61\x6b\x30\x71\xc1\xf5\x00\x46\x53\x97\x6e\x70\x69\x23\x09\x8c\x69\x5a\xaf\xad\x95\xed\x93\xf4\x02\xf1\xdd\xe0\xd2\x4c\xb9\x98\xcd\xb9\x72\x6b\x41\xce\x3d\xc9\x2c\x78\xe9\xde\xea\xe5\x98\xd6\x68\x65\xab\xd9\xfe\x34\x1a\xd6\xeb\x93\xb4\xb2\xd7\xd0\x97\xaf\x1a\xc0\x95\x34\x00\xf4\x42\x2a\x00\xa1\x5b\x82\x6e\xd4\x76\xeb\xe9\x23\xd8\xcb\x24\x00\x10\xb3\x90\x2b\x92\x67\xea\xc2\x0a\xc3\xd9\xe3\x11\xe8\x04\x74\x4b\x6c\x55\xc3\x25\xb5\xdc\xb5\xd1\x52\x29\xb6\xd7\x68\x3e\x49\x6a\x1b\xc0\x06\x0b\x00\x96\x38\x68\x55\x33\x56\x87\x85\x3d\x12\xf3\x12\xdb\xc4\xf2\x3e\xbc\x00\x23\xa4\x99\xd5\x3f\x7b\xfb\x2d\x50\x5f\xf2\x6f\x80\xfa\x31\xe2\xd5\x64\xc4\xad\x57\x6b\x6c\xc8\x48\xaa\xc2\x5b\x9e\xcf\xf4\x8f\x50\x8d\xd6\xf5\x67\x68\xad\x52\xcc\x2d\xa9\xc6\xb0\x5b\x42\x39\x1b\x2f\x9f\x51\x1f\x33\xb3\x98\xfe\x23\xa9\x03\x1f\x43\xa3\xc3\xcb\x57\x31\xbb\x42\x77\x49\x1f\xa6\x23\xc1\x74\x02\x94\x56\x82\xbb\x4c\x02\x43\x8c\x15\xb0\x1b\x8f\x7a\x83\x55\x5c\x50\xe8\xaa\xec\x8b\x4d\x8b\xa9\x98\x88\x64\x62\xd7\xc0\x89\x0c\x58\x0c\xd6\xee\x09\x3b\xec\xf9\x55\x24\xbe\x68\xd6\xa7\x20\xd5\xc5\xf6\xa3\xb9\xf6\xe3\xf9\x9e\xed\x9a\xc0\xdb\x57\x6c\x60\x3c\x40\xb4\xda\xb8\xd2\x86\x3f\xe4\xbb\x5f\x9e\x02\x05\xfc\x83\xef\x3e\x3d\xe5\x93\xe2\xdd\x6e\x8c\x3b\x1f\x7c\xf7\xc9\x29\xdf\x9e\xb0\xae\x9e\x19\xc8\x9e\x76\xa9\x0d\xaa\xea\x60\xac\x79\x02\x7c\xb9\xe2\x9e\x29\x78\x35\x1f\xad\xeb\x20\xec\x60\xba\x1a\x4d\x17\x7e\x40\xb7\xda\xa4\xfd\x95\xcf\x37\x5f\x5d\x56\x54\xd3\x3a\xdb\x79\x65\x9d\x8a\x1f\xec\x52\x6d\x38\x23\x13\xf7\xf1\xf0\x87\xab\xb7\xed\x99\x4b\x21\xaa\x40\xd5\xf4\xf7\x38\x5e\x98\x7d\x21\x8f\x73\x87\x61\xab\x9c\x18\xbf\xe0\x5f\x9f\xd3\xac\x78\x25\xa8\x95\xef\x75\x3f\x5e\xe4\x63\xd9\x5e\x44\x6a\xa9\x3c\xf6\xe2\x6c\xb1\x28\x11\xa7\x0b\xb1\x47\xca\x25\x32\x1c\x0b\x02\xf0\xd8\x1e\x73\xc5\xa5\x05\x11\x18\x72\xa4\xf3\xb2\xc4\x00\x62\x8d\x19\x80\x5d\x4d\x0a\x89\x55\x38\x12\x2b\xe4\x25\xfe\x79\x0b\xc4\x63\xff\xde\x1e\xd2\xcf\x6f\xc5\x18\xf4\xf7\xe6\x9e\x15\x50\x10\x1e\xa0\xd6\xd0\x0e\x60\x48\x4b\xef\xd9\x32\x1a\x0d\xf6\xe7\xc8\x5d\x7e\x11\x75\x44\xa2\x5e\xba\x0b\xd0\xcf\xab\x7c\x83\x1c\xa4\x41\x14\x9b\xe4\x3b\x5d\x16\x8c\x82\xe9\x35\x82\xb2\x99\x52\x45\xc9\xaa\xcf\xea\xba\xd3\x00\x69\x5e\xc8\x70\xc7\xa6\xdb\xcf\xd5\xdd\x64\x13\xa8\x50\xca\xa8\x80\x7c\xb6\x36\xcd\x5c\xe2\xd8\x37\x0c\x94\xdb\x9e\x6e\x3f\x7a\x06\xba\x04\x0c\xd9\xbc\x8e\x63\x5f\x33\x9b\x62\xfd\xb6\x05\x04\xe3\xf2\x03\xdb\xa5\xc9\x81\x0d\x7a\xcf\x71\xfa\xaa\x73\x37\x5f\x00\x86\xf0\x66\xbd\xbd\xff\x54\xaf\xae\x95\x12\x47\x0d\x32\x7b\x06\x34\x00\xba\x43\xa9\x3e\x31\x2f\x94\xec\x18\x06\xe3\xb6\xcb\x73\x5e\xd1\x53\x8c\xbd\xb3\x32\xd3\x9e\x78\x1e\x2f\x47\xeb\x33\xb3\x65\x9b\x89\x72\x79\x84\xe9\xbe\xc5\xdd\x51\xc5\xb1\x18\x0e\x83\x27\xcc\x87\x0b\xac\xd0\x34\xbb\x48\x6e\x86\x48\xb8\x48\xc2\x18\x62\xce\x8a\xe3\x40\x62\x7e\x4d\x59\x97\xae\x58\x07\x1e\x3a\xca\x7e\x91\x4b\xf3\x52\x77\xd0\x03\x5a\xc2\x93\xbb\xd1\xee\x09\xd1\x94\x22\x7f\xe6\xff\x97\x62\xed\xc8\x94\xb9\x4d\x3d\x89\x0b\xe1\x08\x95\xb3\x80\x6c\x1c\xe0\xe2\xe3\x15\xa5\xf0\xe9\x75\xc9\x33\xb3\x75\x29\x98\x9a\x4f\x06\x94\xf9\x11\x74\x30\xf6\x08\x65\x29\xd2\xde\x3a\xf3\xd7\xb4\x1d\x91\xeb\x03\xba\xe1\xbd\xe4\x57\x6f\xc4\x9d\x64\x8c\x81\x42\x50\xac\xd6\xfb\x41\x03\xa3\x1c\x67\xbb\xf3\xa2\x58\xc6\x7a\xe7\x7f\x7b\x0f\xd3\x52\x3c\x2d\x85\x53\xad\x86\x87\xd6\xb5\x5a\x11\xb5\x2b\xa0\xce\x13\x87\x78\x97\xfd\xd5\x2c\x9c\x24\x0d\x00\xda\x3b\x08\x0f\x55\x2f\xea\x8d\x07\x74\x75\x4a\xe6\xcb\x51\xb1\xea\xd2\x16\x6a\xdb\x64\xcd\xe4\x20\xac\xce\x52\x5d\x52\x22\x11\x70\x34\x47\x8c\x56\x36\xd3\x52\x01\xc1\x32\xfc\xf6\x66\xc0\x2d\xe5\x80\x89\x96\xe9\xa7\xfd\x45\x83\x13\x03\xf9\xfa\x98\x1a\xfc\x18\xd9\x71\x5e\x48\xd9\x2f\xe8\x07\x9e\xe8\xef\xd5\x92\x59\x22\x79\xf7\xce\xd3\x81\xd5\x36\x54\xcc\x40\xb0\xcd\x3c\x1d\x98\xa3\xad\x76\x62\xcc\xdc\x67\xa8\xfa\x2b\xaa\x49\x7f\x3b\xd2\x26\xde\xac\x94\xc2\x4f\x75\xa1\xf4\x31\xec\x56\x06\x15\x4f\x16\x2b\x0a\x09\x02\xff\x04\x22\xc1\xcf\xec\xee\x3d\x7a\x03\xb9\x1e\x99\x2f\xe6\x9a\x63\x8b\x2c\x13\x4c\x61\xbc\x26\x0c\x6b\xd7\x96\x6a\x1d\x15\xa3\x86\xee\xa7\x23\xdc\x92\x6c\x62\x9a\x9b\x02\x62\xd0\xbc\xc8\xb8\x6e\xf2\x52\x63\x8d\xd1\x59\x4c\x41\x3b\xfc\xd1\x88\xb8\x32\xd6\x05\xa5\x14\x2e\x37\x30\x44\x8a\x90\x13\x19\xed\x89\xad\x8d\xfd\x8d\xf4\x1d\xed\x31\x5c\x0b\xa4\xc4\x2c\x20\x3c\x39\x5a\x63\xd5\x74\x2a\x27\x94\x9b\xe7\xf7\x2d\x4f\xc7\xe2\x05\xa6\x39\xec\x38\xc4\x68\x5a\x26\x56\xf5\x29\xf4\x77\xdf\x7d\x19\xdc\xbb\x13\x0d\xb8\xe0\xc3\xc1\x77\x73\xa7\x31\x42\x3a\xd6\x07\xa7\xd7\x61\x94\x6f\xaf\xdc\x6e\x6d\x8c\x72\x24\x53\xcc\x8a\x14\x34\xde\x50\xac\xa4\x4a\x13\x21\x48\x9a\x2d\x65\xc8\x1b\x41\xd3\x66\x14\x21\xe3\xd4\x64\x38\x39\x21\x53\x27\x76\xc6\x09\x20\xb8\x5f\xab\x3a\x99\xba\x63\x2d\x7c\x33\x54\xf0\x1d\x84\x70\xe4\xa8\x39\x00\xf8\x61\xd5\xe9\x77\x1d\x5e\x5e\x07\x6b\x60\x00\x57\x0e\xb4\x97\x11\xf8\x9e\xcb\xd6\x7c\xd7\xa9\x0e\xb9\x15\xd7\x81\x13\xef\xa0\x73\xb4\x58\xc8\x55\xfd\xbe\x9e\x3d\x89\xa9\xfb\x6b\xb2\x1a\x71\xbb\xce\x70\xb6\x54\xa3\x16\x0b\x25\xc7\xab\x80\x26\xeb\x54\x3d\x18\x83\xef\x15\xcf\x50\xeb\xdd\xed\x72\x5b\x16\x59\x48\x38\xab\x84\x77\xb5\x92\x1c\x27\x82\x26\x1b\xa0\x9f\xfe\x9e\x77\xd6\xa4\x24\x9c\x77\x47\xc2\x85\xd8\x0a\x0f\x94\x8b\x1a\xe5\xbd\x26\x0b\xf3\x86\x4d\x61\x1a\xbf\xf8\x20\xff\xd3\xfe\x84\x38\x64\xc9\xca\xcb\x97\x13\x4c\x0c\xd7\x68\xfc\x7d\xca\x30\xac\x11\x83\x91\xd0\x33\xad\xa3\x1a\xc5\xa6\x52\x1e\x49\xed\x06\x80\xad\x95\x6b\xc9\x3d\x0e\x91\x67\xe2\xe1\x77\x17\xa3\x89\xb6\x06\x7b\x4f\xea\x12\x9b\x69\x1b\x1b\xe1\xe6\xaa\x18\xae\x62\x63\x11\xd5\xa1\xab\xfd\x74\x42\xc3\xee\x59\xe0\xb0\xfd\x43\x6e\x96\x72\x29\x10\x29\xd5\x73\x84\x75\xc6\xac\x92\x0f\xd0\xf7\x20\x37\x43\x0e\xee\x46\xe2\x88\xd9\xbc\x49\x8a\x13\xd7\x48\x4b\x4f\xb1\x9a\x4c\x33\xd9\xe6\x6c\x7e\xd6\xb3\x35\xe6\x89\x6e\x34\x4a\xf4\xc4\x6e\x34\x63\x72\x2e\xc6\x2a\x93\x61\xca\xfc\xae\xf3\x79\x48\x63\x28\x9d\xc2\x99\xb0\xda\xd4\x1e\x22\x75\x93\x70\x8a\x7d\xc9\xe8\x3d\xf9\x70\x04\xfe\xfb\x68\x78\xf8\xa3\x7c\x9e\x5c\x49\xc1\xc1\xaa\xca\xbd\x14\x9f\xba\x16\x53\xf4\xe4\xd9\x01\x25\x36\x1c\xed\x00\x30\x2a\x1a\x02\x5c\xe2\x8a\x61\xb9\xb1\x37\x12\xc5\x0b\xfb\x71\xe9\x2e\x4c\x35\x5c\x60\xe3\x23\x2e\x1c\xd2\x62\x32\xce\x37\x77\x77\xf1\xe6\x8d\xde\xb3\xd9\x8b\x18\x66\xa4\x2d\x32\xe8\x2d\x5c\x92\x6b\x7d\xe6\x0c\x2c\x31\xd8\x28\xb0\xc4\xc5\xe3\xc6\x98\x38\x75\x8a\x6f\x25\x37\x33\xb1\x27\x3e\xc0\x18\x98\x33\xd7\x88\xad\x44\x3c\xc0\x36\xa9\xa7\x5e\x81\xb6\x0a\xf6\x9d\x92\x67\x62\xac\x2d\x8a\x9d\x49\x9d\x74\x4d\x29\x1e\x47\x97\x3a\x5b\x38\x5d\x48\xff\x3b\xfc\x8f\xfe\xea\x3b\xeb\x16\x73\x98\xdd\xc3\xbc\xb2\xed\x60\x31\x02\x9b\x10\x3c\x7e\x2c\x41\x47\x27\x5f\xe8\xc0\x30\x47\xa0\x64\x94\x5f\x84\x33\x51\x9a\xc1\x48\xd1\x66\x53\x11\x73\x0b\x89\x11\xa5\xb4\x5a\x12\xd7\x31\xf6\x00\xf5\xbb\x87\xf7\x54\xdc\xfb\x18\x08\x5c\xe4\x0e\xc6\xde\x05\x4b\x07\x0a\x15\x1f\xaf\xaa\x0f\xaa\xb3\xda\x7a\xf2\x84\xa5\x56\x49\xd1\x49\xc0\x66\xda\x5a\xfa\x20\x32\x27\x7f\x27\x89\xd3\x2c\xe5\x68\x77\xdd\xa4\xba\x4e\x10\x01\x28\xe7\xb9\x68\xb3\xca\x1e\x8f\xee\x69\x60\xd9\x9b\xf7\x51\x3c\x22\x4c\x41\xed\x60\x63\x23\xbc\x79\xd9\x3c\xe9\x7a\x0e\x94\xf7\x86\x3a\x62\xf5\xcc\xec\x82\xc2\x18\xa5\xfd\x42\x69\xc0\xa3\x9c\x10\x44\x4c\x1d\x6e\x1a\xd6\x06\x83\xa8\x8c\x2a\x84\xbb\xd8\x5c\xa6\xbf\x56\x85\xfd\x17\x3c\xb7\xe7\xa4\xca\xba\x27\x45\xa5\xd9\x22\x86\x1d\x8c\x28\x5e\x15\x8b\x60\x25\x04\x70\xb8\x92\xc9\xbf\xf4\x8c\xb0\x0d\x65\x54\xec\x9a\x0d\x5b\xc7\x28\xeb\x2b\x08\x18\x12\x71\x45\x53\x4a\x19\xf9\x65\x39\x28\xc3\xce\x3a\xdb\xc7\xd9\xf1\xfc\xb4\x95\xc4\x51\x97\x1a\x29\x6e\x3c\xad\xe1\x13\xf2\x51\xa8\x80\x02\x1b\xf2\xbc\xd3\x3a\x7c\xfa\xdf\xdd\x7e\xa7\x33\x71\x3f\xd8\x9c\x8d\x00\x06\x0b\x55\x0b\x86\x92\x33\xc6\x60\x40\xdd\x29\xe4\x8c\x24\xb9\x89\x03\xea\xce\xa6\xac\x8b\xe4\x6a\x87\x6e\x80\x97\x21\x79\xd6\x72\x85\x01\x1d\x81\x3f\xeb\x52\x8f\xf6\xe5\xc7\x2f\xf5\xe8\x96\xb3\xf9\x33\x48\x23\xf3\xd1\x38\x3a\x8f\x6f\xb6\x5e\x2e\xc6\x47\x80\x9b\x27\x04\x8a\xb2\xa3\x31\x02\xe0\x71\xa5\x98\x04\xb9\x8b\x64\x9c\x73\x63\xa2\x20\x20\xb8\x3f\x60\x6c\x43\xb6\x98\x21\xe2\x22\x91\xb8\x94\xf7\xd8\xc1\x2f\x11\xb0\x05\x48\x09\x17\x05\x8c\x11\x8e\x7d\x6d\xbd\xa1\x79\x88\xff\x56\xa0\xc0\x0c\x1f\xda\x06\x39\x12\x24\xc7\x0a\x9c\x08\xbc\x85\x82\x11\x53\x1e\xc5\x0a\x9c\x1d\x72\x4b\x28\xd5\x8d\x38\x39\x90\xe9\x4e\x3b\x1e\xfd\x72\x40\x90\xe9\x8b\x9a\x67\xb5\xdd\x9c\x36\x10\x7c\x58\x16\x3c\xcc\xfb\x73\x9d\xf1\x19\x58\x28\xd3\xa5\xc9\x59\xae\x7a\xcc\x9c\x1a\xcb\x54\x2b\x59\x4c\xf3\x6b\x2d\x81\x96\x3b\x92\x5b\x91\x2a\x34\x3d\x61\xf3\x92\x32\xba\xab\x92\x64\x20\x70\x98\xef\x1f\xd7\x84\x0e\x9a\x35\x2f\xd2\x88\x7a\xf6\x17\xbc\x3c\xf6\x57\xe7\x2f\x88\x6e\xf0\x4f\xa1\x94\x77\x7f\xf8\xab\xd6\x1c\x1b\x17\x83\xc6\x03\xe4\xb6\xe7\x76\xf5\x0d\xb4\xbf\xd5\x47\x75\xa8\x0a\x0a\xac\x3c\xb0\x97\xab\x68\x9c\x83\xc9\x4d\xdf\xc5\xcb\xdb\x7c\x7b\x5e\x8f\x89\xa4\x63\x6b\x6d\x4d\x1d\x6c\xef\x01\xa0\x69\x30\x73\xa3\x75\xff\x30\x98\xae\xb7\x9f\xaf\xb6\xa6\xf7\xa2\xba\x79\x3c\x0e\x95\xcc\x8f\xe4\x50\x9b\x7e\xd6\x59\xdc\x90\x73\x30\x5d\xb7\x26\x5d\xf2\x07\x30\xa2\x85\x2e\xf1\xca\x41\xe0\x28\xb7\x27\x97\xba\xe1\x62\x4b\x82\x31\xec\x7c\x18\xa9\x3a\x68\xaf\x18\x6f\xca\x11\x13\x76\x16\xbb\x28\x2e\xb8\x31\x1f\x5d\x43\xd6\xed\x53\x86\x6e\xba\x9e\x8f\x3a\xa2\xcf\x31\x42\x18\xf2\x66\xc4\x06\xe8\xe0\x48\x93\x98\x32\xc1\x8d\x62\x33\xa2\xe9\x9b\x76\x30\x0c\x38\xe1\x38\x81\x58\xb9\x29\x4f\xa8\x5e\x28\x8e\x98\xa2\x4a\x3b\xf5\x8b\x30\x31\x49\x7a\xbc\x33\x11\xd6\x6f\x63\x26\xdb\x43\x50\x03\xa7\xac\xd1\xeb\xd5\xc1\xcc\x2d\x20\x39\x64\x3e\x49\x7f\xe4\x44\xe6\x4b\x7b\x91\x5a\xaf\xd6\x24\x0a\x58\x52\xbb\x4d\x31\x0c\x10\xa7\xe6\xce\x32\xc6\xb2\xc4\x42\xa5\x7b\x77\xf3\xcb\xe3\xbb\xc1\xbd\xb8\xf9\x34\x4a\x69\xa0\xd2\x94\xe9\xec\x3c\x66\x4f\xea\x82\x24\xc6\x5d\x25\xf7\x8a\x87\x42\xcc\xa0\x18\x09\x4c\x37\xda\x38\xc6\x9e\x85\x2b\x34\xca\x72\x62\x1a\xa3\xf1\xff\xd6\xb5\xe2\xe6\x1a\x21\xf7\x27\xb0\x58\x38\x2f\x34\x65\x5c\x7e\x01\xd5\xfd\xd6\x9d\x70\xef\xd0\x1a\x56\xac\xb5\x5f\x9a\xad\xe1\x6a\x52\xdc\x81\x16\x14\x15\x82\x4c\x71\xfc\x1c\x3f\x26\x40\x96\x03\x38\x96\x0e\x9f\x45\xfc\x8b\x0d\xc7\x78\x3c\x15\x47\x4c\x88\x5d\xef\x35\x06\x8a\x25\x8a\xb6\xde\x8c\x8a\xe5\x9b\xbc\x92\x03\x72\x62\x1c\x11\xd7\xc0\x39\x64\xf0\x2a\x55\xa9\x69\xc3\x90\xfc\xc6\x07\x13\x98\xc2\xae\x31\xdb\x9a\x5e\x6f\x3d\x9e\xd4\xe7\xe1\x9d\x43\xf9\x65\xe2\x50\x38\x10\x96\xc7\x81\x0c\x71\x76\x0a\xef\x67\x19\x37\x51\x62\x83\x78\x67\x37\x9f\x9a\x58\xc8\xc1\xe6\x8c\x46\x76\x9c\xac\xba\xb3\x8f\x69\x36\x25\xf0\x54\xc4\x3e\x63\x79\xd8\x96\x22\xf6\x45\x23\xf6\xba\x7b\x10\xa6\x9c\xae\xae\xc9\xdb\x42\x7a\x2f\x29\x22\x56\x2d\xf9\x72\x68\x37\xfa\x8b\xeb\x03\x80\x74\x90\xb6\x06\x1a\xce\x9e\x26\xb6\xc5\xb4\x54\x72\xa9\x19\x14\x35\xa1\x39\xbe\xbd\xa0\xc2\x17\x35\xc9\x55\xc9\x14\xba\xc6\x61\x87\xb3\xdb\x61\xec\xb1\x3e\xf0\x96\x4f\x24\xe5\x61\x6e\x1d\xb9\xef\x43\xb4\xb4\x5b\xd4\x8b\xc3\xc7\xae\x1c\x9a\x97\x0a\x75\x6d\x6b\x6c\x15\x77\xd8\xa3\xa4\x94\x09\x6d\x98\xb9\x4d\x74\x6d\x7d\x27\x0c\x6f\xb2\xc3\xd9\xa6\xa3\x65\x35\xc9\x11\x40\x9c\x28\xd3\x8a\x9c\xa0\x90\x20\x26\x9d\x18\x39\x61\xca\x11\x15\x0c\x00\xc3\xcc\x16\x9c\xd1\x2f\x21\xad\x0a\xea\x5c\x9c\x86\x42\x65\xcb\x08\x6e\xdd\xe5\x44\x94\x18\xf6\x47\x13\x45\x74\x4c\x9c\x25\x2e\xd3\x59\xb7\x1f\x85\x5e\xb9\x3f\x99\x28\x17\x93\x50\x2c\x7a\x9e\x2e\x66\x09\x10\x73\x93\x50\xfe\x69\xbc\x25\x45\xd7\x6c\x9a\x3b\xe8\x3c\x40\xb5\x78\x6a\x1c\xbe\x37\x77\x27\x31\xd4\x0a\xce\xe3\xf6\x34\x7f\x21\x51\x85\x6f\x57\x3a\x5f\xff\xf1\xe4\x37\x8e\xbe\xe0\xcf\xb1\x57\xc7\x3f\x6f\xf0\xef\x3c\x5c\x54\x86\xf4\x0b\x07\x92\x23\x99\xde\x0b\xd1\x5a\xb1\x21\xc4\x72\x95\xae\x3b\x6e\x49\x53\x8d\xc3\xc6\x2f\xbb\x19\xf3\xb7\xef\xac\x70\x56\x16\xf3\x16\x2c\xc6\x64\x53\x78\x1f\xc7\x79\x25\x28\xea\xbd\x7b\x55\xa8\x66\x74\xd7\x8b\x14\x48\xdd\x3e\xca\x4e\x0b\x0d\x14\xce\xb8\x18\xe1\xb6\xf3\xa4\xfd\x68\x8d\xfb\x7f\x07\xac\xdc\x84\xe2\x6b\x49\x3b\x52\x47\xe2\x18\xd7\x57\xc2\x6b\x4f\x50\xbc\xfc\xba\xe6\x0f\x39\xbc\x97\xef\x6a\x4e\x1f\x35\x63\x08\x22\xdf\x28\xb7\x28\x66\x5b\x6a\xdc\x60\x02\xda\xae\xcf\x06\x47\xe7\x39\x45\x22\xf0\xaf\xd6\xc3\xab\xda\xf4\xcc\x75\xdb\xeb\x37\xe5\x6e\x77\x57\xc7\xca\xfe\x2a\x66\x67\xf6\x1a\x24\x40\xf9\xa0\x40\xa1\xb5\x70\xf9\x28\x1c\x9f\xe8\x05\xc6\x66\x29\x5f\x99\xf4\xba\xca\xcb\x9c\xd5\x4d\xa5\x74\xeb\xd1\x4a\xbf\x97\x1f\xe9\xd1\x91\x52\x2f\xe5\x91\x0d\xad\x5c\x92\xd9\xe4\x99\xbc\x06\xf4\xa4\x8d\x37\x15\x66\x9b\x87\xb7\x90\xba\xa8\x7c\xd6\x2c\x94\xe0\x75\x10\x3a\x63\x48\x5b\x29\x53\x30\xaa\x76\x82\x1e\x18\x70\x69\x2d\x92\x74\x47\x7e\x55\x41\x63\x62\x69\xd2\xe9\xd2\x06\xa7\x68\xd0\x6c\x93\xaf\x83\x85\xeb\xf7\x9a\x87\x93\x2a\xdd\xc1\x26\x5d\x5b\xc5\x69\x44\xde\x6b\x62\x87\x82\x8e\xcb\xb3\x68\x69\xa1\x06\xa5\x1d\x72\xcd\x70\x0a\x7e\x3c\xa1\x20\xa5\x4e\xbf\x00\xee\x98\x38\x32\xba\x0c\x24\xe3\x67\xff\x73\x17\x88\x8a\xcc\x90\x41\x53\x8b\x5d\x6c\x50\x80\x55\x72\x07\x02\x8d\x6b\xb2\x06\xa9\x13\x89\x9f\x92\x2f\xe1\xbc\xeb\x8b\x9d\xd1\xcb\xa2\x04\x21\x41\x52\x3a\x8f\xf6\xb1\xb5\xd7\xcf\x75\xe6\x9f\x31\xf6\x8b\x3d\x5e\x25\xe2\x0c\x66\xaf\x18\x54\x4d\x27\x8c\xd3\xea\x84\x4e\x42\x0c\x42\x89\x76\xed\x70\xbe\x93\x70\xfe\x2d\x68\x6b\x3f\xed\x37\xfe\xc7\xc9\x3f\xfe\x81\x02\xa5\x79\x08\x3f\x7c\x74\xf6\xec\xd9\x8f\x50\x34\xfd\x08\x14\x37\xb7\x84\x1f\xf3\x32\x26\xb6\x1e\xc9\xe5\x69\x18\xd3\xfb\xd2\x4a\xba\x2f\x8d\xb4\xd2\x60\x2f\x82\xcf\xfc\xbc\x81\x99\xa6\xd0\x64\xd0\xb8\xf8\xe6\xc3\x2d\x71\x15\xd3\x77\x73\x15\x57\x5d\x4e\x8e\x6f\x8f\x0f\x5c\xee\x74\x94\xb9\x44\xe2\xf3\x63\x3b\xcd\x40\x05\xe8\x8b\xf5\xfe\x25\x0c\xfe\xa4\x87\x16\x62\x20\x1c\x8e\xc0\x81\x08\x12\xd0\x1c\x59\x04\xce\xb8\xfa\xfa\x1a\x5e\xe9\x23\xf9\x07\x2f\xc8\x4e\x85\x4b\xb7\xda\x0f\x77\x60\xbf\x0c\xd2\x8d\x24\x9a\x36\x13\xd3\xec\xc5\xda\xa0\x68\x6d\xaf\x54\x1c\xa1\x9c\xeb\xb4\x2c\xb2\x2f\x58\xa2\x50\x83\xab\x5b\x48\xcd\xd5\x29\x3f\xa9\x8b\x74\x90\x5c\xd2\x69\xd5\x82\x48\xfe\x2c\x14\x45\x8a\x40\x9c\xa2\x72\x23\x9c\xd7\x24\xdd\xde\xba\x06\x48\x2a\xe1\xb3\x9c\x7b\x99\x6e\x79\x74\x81\x9b\xbe\x8a\xe4\x42\x33\xa9\x7b\x3c\x98\x3b\x61\x01\xd2\x71\xc6\x61\xac\x8d\x26\x5e\x22\xe6\xc5\x20\x39\xbf\x6e\x5a\xd2\xc3\x51\x6a\x93\x78\xa1\x7e\x5e\x65\xee\xb5\x29\x23\x88\xd4\xb0\x70\x4e\xd2\xa2\x71\xca\x20\xda\x3b\x90\x67\x8c\xed\xb3\x96\x1d\xcf\x35\x1d\xea\x6e\x96\x19\xbf\xfd\x1e\x27\x1b\x5a\xf2\x21\xb2\x91\x28\x0e\x08\x64\xaf\x0e\x7a\x49\xd8\xa2\x53\xa8\x0e\x8e\x91\x37\x38\xc6\x50\x31\x4f\x4c\x90\x25\x81\x86\x06\xeb\xb3\x05\x31\x09\xf1\xa4\x76\xe4\x3e\x8f\xb5\x18\x7c\x58\x22\x3a\xa7\x1f\xb1\x11\x95\x82\x73\x1d\x58\x41\x46\x27\xb1\x0a\xc7\x6c\xdd\xba\x08\xd3\xb1\x16\x98\xdb\xe3\x4b\xc1\x72\x1d\x38\x56\x66\xbf\x0f\x13\x3f\xb5\x43\xd9\x12\xbe\x35\xd6\xb9\xbb\xd7\x19\xbd\x66\x2e\x51\xb9\xe8\x8d\x98\x19\x2d\xf8\x25\x0c\x95\x80\xc1\x9c\x52\x04\xab\xb2\x7c\x24\x82\x46\x60\xe2\x95\x36\xa0\x82\xf3\x63\xfc\x00\x4e\x67\x71\xaf\xbd\x55\x57\xe2\xf9\x14\xa6\x76\x03\xcd\x95\xf8\x2c\x26\xfb\x01\x35\xd9\xb0\x64\x70\xd2\x06\x74\x3e\x32\x7d\xc3\x8c\x01\x4f\xda\x2f\x36\x82\xe9\x7a\xd0\x78\x60\x9b\x7b\xbc\x8c\x39\x25\xcc\x1f\x4f\x49\xb2\xb1\x0e\x27\x2c\xa4\x90\x42\x73\x4c\xb6\x4d\xc2\x74\x27\x26\x4d\xc9\xce\x03\x11\x27\xb5\x76\xb2\x0a\x6b\xe6\x76\xb2\x0a\x0b\x4f\xdf\x23\x69\x45\x77\x53\x51\xd2\x0a\x6b\x93\xba\xd3\x51\x98\x55\x93\xf3\x51\x24\x6f\x5d\x2c\x39\xcd\x3b\xb7\xba\x47\xc2\x9a\xa8\x5e\xe4\x47\x53\x46\xb3\x58\xda\x9a\x98\x39\xa4\xa7\x9c\x9e\xd4\xad\x56\xbd\xbb\x86\x6b\x38\xd7\xf2\x85\x81\x81\xbe\xfe\x8a\x77\xd6\xc7\x84\x0f\xb5\x4a\x0e\xd4\xdd\xfa\x4c\x7b\xed\x40\x18\x19\x95\x63\xe0\x12\x5e\xe7\x06\xbc\x7b\x5a\xef\xec\xdd\xe1\xaf\xec\x03\x92\x44\x4a\x12\xf9\x42\x05\x14\x44\x12\x7b\x5c\x82\x3c\xe9\x20\x79\x20\xfa\x12\xbf\x66\x50\x7f\xc8\x3b\x9b\xc1\xbf\x28\x5b\x85\x9f\x16\x51\x8f\x84\xbc\xd6\xab\x67\xed\xf5\x86\x01\xe7\x97\x8b\x20\x30\xf2\x53\x25\x8d\x8b\xc1\xc4\xf3\x70\x63\xb5\xbd\x36\x6f\x40\xd4\x4a\x85\x81\x82\x9b\x67\x98\x6f\xf9\x87\xf3\x6f\xf0\x43\x60\xb0\x0f\xd9\x8e\xb1\x67\xf8\xca\x95\x62\x7f\x8e\x04\x0b\x72\xa0\x0e\xe8\xb2\x94\x6f\xc9\xb8\xe3\xae\x8c\x59\xaa\xc2\x07\x14\x6a\x14\xce\x5c\x05\xbd\x21\xe2\x9a\x70\x4a\x63\x10\x9c\xad\x40\x43\xc8\x7a\x03\x51\x6a\xee\x4e\x75\xea\xcf\xf1\x75\x15\xfa\x44\xd7\x7c\x38\x39\x1b\x27\x9f\xe1\x1b\x3e\xea\x26\x51\x5f\xf2\x8d\x22\x55\xca\xf7\xbf\xe8\x6f\x09\x2f\x45\x44\xe7\x97\x31\x15\x4c\xbe\x92\x1d\x00\x85\x64\x7a\xa2\xb5\x7e\xa4\x3f\x96\x2b\xae\xaa\xd7\xb9\x3b\xcb\x55\x63\xf5\x60\xd1\x70\x07\x5b\x8f\x1e\x61\x9e\x0d\xf5\xd5\x8c\x89\x54\xdf\xb2\xa8\xa8\xe0\xd3\x41\x98\xde\xd2\x18\x66\xf3\xed\x24\xda\x9a\xde\x3c\x37\x57\xfc\x83\x7c\xb4\x6c\xf1\xa0\xad\xc6\x36\x25\x46\xe6\x50\x3b\x3d\x0e\xc2\x4e\x4e\x7e\x1e\xee\xce\x0a\x7e\x9a\x2b\x10\x79\xf0\xa1\xdf\x60\xe7\x3c\x8f\x01\xd4\xfb\xd6\xf5\xd5\xe0\xda\xa8\x84\x15\x1d\x6d\x42\x55\xbe\x86\x1d\x4d\xc5\xa8\xdb\x7e\xf4\xa2\xf5\x12\xa9\x44\x7b\x0b\x5f\xfa\x0c\x6f\x3c\x68\x6f\x4c\x99\xae\x60\x31\x6f\x28\xd7\x3f\xbb\x82\xb9\x8b\x60\x14\x44\x86\x8b\xc1\xb5\x8d\xe6\xee\x2d\x74\xe4\xd7\x9f\x9b\x1d\x55\xb3\x83\xf2\xb6\x9b\x19\xd9\x1a\x95\x92\xb4\x6c\xc6\xee\x59\x35\xd5\x7b\x58\x22\x75\xcd\x9b\xd7\xfa\x30\xf8\x8b\x23\xff\x80\x64\xb0\xf0\xa4\xab\x9a\xe4\x5b\x7d\xd4\x24\x9b\x15\x41\xf5\xf9\x6c\x85\xdc\x83\xf4\x31\xb6\xb7\x14\x5d\x8f\xb1\x39\x73\x0d\xd4\xd4\xee\xce\x02\x89\xd0\x85\x28\xad\x93\x4c\x49\xe1\x5b\x40\x48\xdb\xfb\x13\xfc\xbe\x65\x1c\xcb\x74\x54\x96\xbe\x6f\xda\x0b\xed\x8c\x3a\xea\x6e\xbd\xd2\x8b\x82\x2b\x97\x5a\x70\x48\x74\xf2\xde\xbd\xdd\xf6\xe6\x36\x49\x65\x82\x70\xe1\xa5\x39\x4c\x6c\x7b\x7d\x19\xd3\xaf\x5c\xdd\x0e\x56\xcf\x47\x49\x96\xf5\x12\x58\xa1\x18\xba\x57\xcc\x24\x09\x62\x66\xf2\x49\x40\xaf\x38\x1f\x23\x74\x8b\x03\x9e\xdb\x87\x89\x10\x49\x1f\x43\x5a\x3f\x39\x00\x9c\x69\x51\x9f\x44\x16\xc2\x14\xa4\xce\x3b\x02\xc7\x80\x11\xd7\x86\x8c\x58\x8e\x3e\x54\x00\x23\x79\x32\xe2\x90\x31\x66\x63\xd6\x30\xe3\x36\x80\xc1\x60\x32\x91\xc5\x0b\xac\xdc\x13\xca\x24\xf0\x97\xae\xd6\x75\x7e\x1d\xb3\xdd\x98\x01\x28\x8e\xee\xb6\xeb\x3e\x6d\x85\x97\x19\x8c\x5d\x6e\x48\xd1\xcb\x43\x7a\xed\xcd\x1d\xcb\x7b\x67\x4b\x88\x69\x78\xc3\x03\x5f\x1c\xea\x2c\x5c\x20\x12\xf9\x9d\x57\x19\x3c\x15\xa5\xf4\x56\xef\xd9\x18\xe9\xbc\xa9\x50\x27\xd2\x8c\x41\x8c\xe1\x23\x8b\x46\xf5\x58\xae\x0f\x86\xea\x9c\x3f\x90\xb7\x2e\xea\x93\xad\xed\x95\xd6\xf2\x26\x7a\xa7\x9e\x5e\x0b\x2f\xcc\x70\xa2\x0f\x0a\xb3\x9d\xa6\xdc\xf2\xe7\xd4\xad\xdc\xe8\x19\x5c\x49\x65\x4a\x17\x67\x7b\x04\x1b\xa4\xca\xae\x57\x46\x3a\x6b\xd8\x4c\x31\x2d\x34\x3e\xcb\xe9\x7b\xc3\x2e\xdd\xf8\x3a\x57\x47\xef\x18\xc5\xa1\xb0\xc9\x8a\xd2\x92\xfb\x6a\x2a\x94\x2d\x3c\x45\x29\x6a\xc5\x2e\x8b\xf7\x59\xa7\xa5\x31\xfe\x1e\xcb\x79\x3b\xd9\x7d\x91\x18\x9b\xb4\x5f\x0a\xe6\x76\x71\x89\x58\x70\xe7\x21\x72\x24\x59\x72\xb2\x72\xfe\xcc\xb8\x48\x9f\xe3\xd0\xc6\x0b\x8b\xa6\xc7\x97\xe2\x41\x29\xbb\xc0\xe1\x45\xc9\x37\x78\xfd\x2d\xf4\x07\xbb\xd4\x79\x2c\xab\xa2\xb3\xb1\x63\xf3\x51\x2a\x90\x7a\x30\xf3\xa0\xfd\xe8\x19\x77\xc4\x71\x9f\xd2\x35\x20\x35\xd0\xe5\xbd\x7a\x67\x77\x5f\xb2\x1c\x50\x75\xeb\xea\x3d\xeb\xe7\x4c\x5c\xe9\x76\x3f\xd5\x9c\xa8\xb3\x6c\xae\x6f\xdd\xb7\x36\x27\x5a\x2f\x17\x51\x3b\x4f\xcc\xd6\x6b\xe0\xdc\xdf\x9b\xb0\xd7\x68\xe2\xd8\x0c\x0b\xd1\x13\xc6\x54\xe3\xe7\xc5\xa5\x44\x49\x65\xad\x43\x60\xda\x0c\x8f\x89\x14\x49\xce\x31\xfb\x8e\x40\x92\xe4\x61\xda\xb0\x11\x79\x31\x80\x7b\xea\xb2\x12\x84\x02\x68\xf9\x73\x63\x50\x04\x81\x7b\xc5\xa0\x24\x27\x39\x15\x42\x40\x49\x4e\xdf\xa1\x5f\xa7\xcd\x2c\xdc\x5d\xca\x77\x52\xb6\xa6\x1e\xa0\xef\x4e\xdb\xa4\x67\xa3\xad\xfb\x3f\x23\x6d\x53\x0f\x87\x57\x62\xfe\xa6\x1e\x23\x44\xa2\x20\x6f\xe5\x31\x26\x99\x49\x9c\x92\x80\x55\xfe\x0c\x01\xff\xfb\x32\x39\x25\x39\x80\x30\x95\x05\x3d\x60\x23\xae\x25\x0c\x0a\x8b\xf9\x44\xe4\x4d\xdd\xc6\x76\x94\x7f\x7d\x07\x3d\xa1\x31\x2b\x18\x93\x44\xbd\x52\x9c\xeb\x92\xc9\x69\x9f\xfc\x3b\x54\x28\x67\x8c\x7c\x4d\x4c\x98\xb4\xaf\x15\xe9\x83\xaa\xc0\xb9\xa9\x55\x1e\x71\xa6\xc4\x76\x99\x4e\x74\x02\xe8\xae\x5c\xc6\x11\x48\x85\xde\xc6\x49\xf3\xe7\x78\x7d\x2e\xb4\x1b\xe0\x9e\x62\x03\xce\x54\x3c\x94\x02\xa9\x7a\xfb\xe1\xd5\xf6\xc4\x73\x73\x8c\xec\x6e\x8d\x2e\xa0\xd9\x75\xd3\xe1\xc2\x16\xd0\xe2\x58\xdf\xec\x87\x4c\x9b\xef\x19\xe8\x32\xe0\xd7\x67\xf0\x41\x58\x4c\x88\xaf\x5e\x6b\x93\x22\xe1\x68\x2c\x06\x12\x3b\x93\x97\x12\x38\x74\x87\x98\x1a\x08\xff\xe6\xe8\xa4\x0a\x3e\xef\xc5\x49\xe5\xb8\x5e\x8a\x79\x5f\x1f\xa6\x75\x97\x9c\xee\xc2\xa8\xf8\xbb\x39\x08\xab\x00\x85\x11\x49\xfb\x97\x6e\x6f\xd5\x51\x02\x24\xda\xde\x5d\xac\x65\x6e\x83\x9b\x20\x26\x91\x53\x5a\xf2\x31\x5c\x9d\x92\x84\x21\x40\x0b\x9f\x3d\x49\x48\xd2\xc2\xad\x92\x68\xad\x7a\x0d\x9e\x3e\xc6\xb4\x2e\x66\xaf\x66\xf9\x7b\x74\xfb\xb7\xfa\xa8\xe4\xaa\xd1\xbe\xbc\xe3\xfb\x97\x37\xb1\x85\x94\x71\xde\x75\xb3\x7f\xb3\xfc\xe7\xf4\x8f\x4f\xe9\xb0\x89\x1e\x06\xc2\xcf\x98\x52\xa4\xac\x29\xc6\xe0\x75\x43\x6a\x24\x61\x5c\x2a\x23\x4a\xc4\x73\xcd\xd4\x28\x0c\x13\xc5\x34\x12\x84\xf0\x10\x2e\x23\xd4\xf5\xbb\x78\x79\x94\xcf\x4c\x46\x3f\x7d\xfc\x19\x77\x98\xcf\x9b\xe6\x16\xa2\xa3\xd7\x51\x7b\x14\x16\xf9\xc6\x54\x5f\x63\x21\x57\x16\xb1\xe0\x91\x69\x01\x8c\xa7\xc5\x27\x84\x8b\x7a\x84\x5a\x76\xcf\x4e\x65\x0f\x24\x89\xcc\x4c\xee\x67\xe2\x33\xda\xb8\x48\xa0\x51\xc7\x95\xb7\xa1\xbb\x5b\xa3\x35\x75\xb5\x99\x57\xc7\xa4\xd9\xdd\xa0\x66\x72\xc4\xc4\xcc\x81\xc4\x47\xf5\x06\x9a\x8c\xe8\x78\x32\x6e\x0e\x11\x69\x27\xca\xd8\xe7\x83\xfb\xcf\x82\xcb\x7b\xe8\x93\x8f\xbf\x88\x11\x4b\x6a\xd9\x35\x4e\x6d\xe3\x23\xd3\xbd\x35\x35\xcd\xa8\x8d\x23\xde\x25\xfe\x69\x0c\xe4\x6c\x9a\x30\x02\xfb\x48\xe9\xbd\x67\xa2\x61\x9a\x2f\x94\xcd\xd6\x9e\x10\x48\xb5\x6c\x73\x88\x91\x0a\x74\x29\xcf\x6c\xa0\xb1\x57\xc7\xdb\x98\x44\xe0\xff\xdc\xc0\x4c\x73\x14\xd3\x1c\x2b\xe9\x60\x32\x8d\x78\x47\xf7\x28\x68\x53\x7e\xb7\xd8\x51\x78\xaf\xe5\xe0\x01\x76\x13\x0f\xb4\xad\xcc\x5c\xd2\xf4\x83\x9e\x35\x21\x9f\x80\x0a\x0e\x89\x06\x69\xeb\x2f\xbc\xc9\xac\xc2\x28\x62\x41\xc1\x2c\xfc\x4e\x6c\x57\x30\x0b\x83\xa2\x6d\x22\x76\x76\x74\xb3\x23\xd6\xf9\xb1\x9a\x96\xd0\x1b\x0a\x96\x64\xbe\x67\x15\x53\xe2\x66\x50\xd3\x50\xcb\x45\xd7\x89\x7a\xcf\x26\xb8\x79\x03\xc3\x0d\xb8\x55\x83\x14\x46\x59\x93\xc4\x6e\xad\xa2\xb6\x8c\x6c\x78\xfc\x9c\x1e\x6d\xcc\xa9\x94\x7e\x71\x35\x6d\xbe\xb1\x4a\x0f\x1c\xf9\xf2\xfa\x82\xa4\x32\x02\x41\x2b\x5b\x2a\xfc\xa8\x9e\xd9\x60\x01\x91\x8b\x12\xde\x3c\x91\x12\x4c\xe9\x83\xf9\x2e\x94\x70\x6f\x3c\x10\x23\x10\xfc\x12\xae\xf5\x04\xae\x94\x48\x90\x5a\x9a\xc3\x7e\xc3\x99\xd9\xd6\x7d\x79\xa3\x39\x35\xec\x95\xb0\xbb\xe8\x25\x7b\x18\xbc\x8c\xdc\xb8\x23\xd1\x59\x9b\xc7\xdc\x0c\x14\x8e\x4f\x1f\xc2\xa5\xc7\xf8\xa1\xea\x55\x31\x07\xf1\xce\x41\x7b\xbd\x81\x59\xc7\xf2\xa9\x68\x19\xc8\x9e\x0b\x8b\x0d\xe2\x95\x34\x4e\x16\x63\x65\x5f\xd6\x60\x5e\xd9\xad\x58\x2f\x8e\xe8\xb7\x97\xcc\xb6\x46\x60\xd7\x86\xc9\x0c\x5d\x53\xf3\xc0\x67\xf7\xd7\xe6\x5b\x93\xf5\x70\x6c\x32\xa9\x5b\xbe\xff\xc0\x81\x0f\xea\xf5\x62\x1e\x03\x5e\xb3\xed\x27\x1b\x67\xff\xe7\xf8\x2c\xa2\x8e\x3f\x8d\xbe\xa2\x25\x41\x85\x88\x5a\x5f\x39\x9d\x74\xd7\x57\x15\xda\x97\xf0\x95\x53\x91\xc5\xcb\xda\x2f\x2f\x59\x9f\xc2\x27\x2b\xf8\x54\xd3\xb9\x5d\xfb\xeb\xea\x6d\x3e\xb0\xec\xd2\xeb\xea\x80\xc2\x35\xbb\xda\xa1\xd0\xcd\xae\xe9\xd8\x39\x9e\xed\x32\x7e\x6a\x39\x71\xa0\x9c\xb3\xaf\xab\x86\x61\x41\xee\x2a\xe3\x07\xc3\xe9\xa5\x77\xab\xc0\x10\xf9\xbb\x7a\x51\x17\x8c\xe2\x05\x6c\x78\xea\x02\xa7\x46\x9a\x7b\x7b\xc1\xe4\x42\xd7\xa2\xd0\x11\xee\x6a\x87\x5f\x55\x49\xac\xc1\xb6\x2a\x7a\x4d\xb7\x1b\x2d\xc5\x28\xcc\x9c\x91\xcd\x27\x49\x50\xfc\xee\x32\xde\x38\x84\x65\x4c\x84\xa8\xd4\x4a\xf2\xbe\xb5\x51\x8c\x57\xf6\xf0\xc2\x27\xe5\xc7\xf6\x28\x27\x23\xf0\x6d\x94\xff\x96\x36\x38\x29\xb6\xb9\x6f\xc7\x56\x8c\x58\x2c\x87\x50\xda\x0d\x48\x1c\x06\xcb\x04\x51\x66\x77\xdd\x9e\xf0\xea\x42\x29\xfe\x2e\xa8\x72\x51\xe9\x56\xd9\x3b\xaf\x32\x06\xbf\x47\x03\xdd\x03\xd3\x4d\xc0\x9c\xde\x39\x24\x62\x16\xc8\x36\x0a\x67\x5c\x7b\x30\xc2\x86\x36\x6f\xe2\x0d\x92\xe3\xeb\xc5\xc6\x60\xd6\x7c\xe7\x00\x88\xe1\x96\x06\xd5\xbb\xd4\xc6\x00\x38\x4c\x9d\xad\xb4\xec\x15\x53\x8c\x43\x5c\xf0\xc7\xb7\x95\xf8\xa2\xc5\xfb\xb5\x6c\x0f\x14\x5f\x97\x1f\xcc\xa9\x01\x6e\xcb\x2d\x00\x09\x1e\xbe\x73\x3e\x58\x3a\xc4\xd8\xd2\xeb\xaf\x7b\x54\x49\x5c\x1c\xec\xd0\xa8\x1a\x25\xc1\xa6\xdb\xee\x76\xff\x15\xd7\x1f\x29\xe5\x32\xf4\x42\xba\x3f\x44\x9e\x6c\x79\xd5\x97\x9f\x62\xf8\xb0\x0f\x3e\x7f\xcc\x59\xe9\x0a\x3f\xba\xe4\xf5\x45\xfb\x1b\xcd\xec\xa7\xfd\x46\x7b\x73\x2d\xb8\x02\x47\x76\x51\x9e\xa4\xe7\xf7\xf0\xd4\xcb\x11\xcd\xb7\xcb\xf2\x0a\x94\x18\x20\x26\x8e\xed\x3a\x3e\x1b\x22\xd8\xe6\x70\x92\xb6\xda\x68\xc6\x08\xde\xb0\xa7\x11\x5b\x1d\xe7\x5b\x02\x74\x3a\x8d\xcb\x44\xd0\x1a\x7c\x89\x51\x3f\xae\x84\x4e\x2a\xfd\x76\x0f\xb1\x63\x35\xdf\x1e\xe3\x37\x3b\x8e\xfc\xc3\x6a\xdd\x7f\xc6\x48\x46\x2d\x36\x8c\xd6\xcf\x0a\x34\x5e\x2d\x44\xc1\x54\x44\x86\xc2\x85\x73\x9d\xf9\x6b\x26\x4d\xa9\x55\xd0\x95\x9c\x19\xf4\x2a\x5e\x0d\x94\x1f\x57\xdc\xc7\xb0\x1f\xf2\x81\x58\x69\x67\x7c\x26\xa1\x12\xe8\x37\x20\x9f\x65\x6a\x74\xa5\x51\x14\xa1\xb1\x87\x70\xc4\x24\xf3\xb0\x55\x89\x04\x07\x55\x05\xad\xab\x39\xb6\xba\xb3\x19\x10\x77\xfa\x22\x2e\x19\x47\x11\x6e\xde\x34\x6a\x4a\x1d\xaf\xbf\x9a\x85\xf1\xe4\xd3\xaa\x8f\xeb\x5d\x7d\x94\x3d\xca\x44\x9c\x29\xc2\x7a\xd6\xca\x19\x9c\x3e\xa9\x1f\x9d\xf1\xdb\x9c\x2e\x11\x5d\xc4\x73\x3b\xdd\x6d\xab\xf1\x48\x15\xee\x81\x47\xd4\xab\x0a\xa6\xfa\xb1\xc0\x3b\xe3\x93\xe1\xf5\xee\x1e\xd4\x62\x0d\xb9\xd9\xb2\xb5\x54\xce\xef\xe0\x8b\xd3\x7b\xc1\xa8\x42\x7c\xee\x56\x9d\xee\x05\x30\xeb\x14\xf2\xa0\x50\x1a\xf0\xad\x47\xbb\x9d\xf9\xab\xc7\xc0\x53\x48\x88\xf8\x0c\xc5\x11\x04\x88\x66\xb4\xd0\xa3\xa2\xf8\x83\xf2\x18\x73\xce\x8b\xf0\x8e\x7a\x5e\xff\x7f\xb8\x39\xe0\x32\x0c\xb2\x3d\xdd\x7e\xb6\xd2\x85\x63\xfd\x9e\x57\x05\x05\x06\xa0\x41\xba\xa3\xd8\x40\xba\x66\x4b\x81\xa8\xce\x49\xfc\xe4\x24\x2d\x1a\x03\xc7\x57\xcd\x44\x2f\xa9\xdc\x8d\x65\x98\xa1\x18\x3a\xab\xd4\x72\xd5\x1a\x1c\x51\xe9\xf1\xab\x93\x98\xd7\x18\x93\xc8\x3c\x9c\xec\xbd\x57\x5d\x95\x93\xbb\xee\x6e\xcc\x6c\x23\x87\x49\xa5\x13\x46\xf0\x05\x7e\x7f\xf7\x10\xba\xaa\xf7\x18\x43\x77\x73\xe6\x09\xa2\x57\xe7\x90\x5d\xf5\xd7\x72\xa7\xdd\x2a\x5e\x49\x1b\xca\x50\xc4\x41\x72\x7b\xc1\xc4\x7c\x78\x07\x14\xca\x46\xb0\x33\xd5\x5e\x59\xef\x6a\x10\x18\xce\xb0\x5b\xcd\x52\x08\x4a\x72\x03\xc4\x71\x80\xdd\x74\x6e\x5d\x0c\xc6\xce\x8b\xdc\x1e\x6f\xc6\xc3\xf4\x1d\x19\xd1\x09\xe4\xb4\xa2\x84\x65\x10\x05\xd4\x52\xcd\x86\x59\x65\xe8\x6a\x09\x93\xcf\x31\x1b\xcc\x8d\x80\x44\x85\xbe\x4b\x0c\x0b\xb1\x46\x41\xa7\x9f\x78\xa0\xbd\xc6\xa4\x0d\x41\x5d\xa2\xab\xed\x37\xb7\x3b\xb7\x56\xf9\xe9\x18\xb3\x7a\x17\x8d\x65\xca\xa7\xaa\x59\x3d\x19\x44\x19\x54\xaa\x24\x82\x09\xd5\xca\x98\xbf\xc4\xaa\x17\x2e\x3e\x0e\x46\x97\x7a\xd4\x53\x83\xe4\x6a\x09\xe3\x33\x2a\xdb\x1b\x25\xd4\xac\x7b\x80\x4c\xd3\x58\xb1\xe5\xcb\x26\xf2\x58\x0b\xa0\xb3\x5b\xb4\x54\x5d\x53\x07\xa6\x20\x10\xed\x5d\x31\x1d\x98\xf2\x6a\x24\x03\xd9\x6f\xb2\xf3\x47\x25\x51\x52\x1e\x1d\x09\x0e\x95\x92\x58\x72\x36\xfe\x2a\x72\x10\x87\x6c\xc1\x58\xf9\xab\x24\x98\x54\x7d\xf3\x94\xb9\x88\xc2\x6f\xe3\xaf\xce\x07\xb3\x57\x64\x2e\x1c\xb5\x4d\x59\xd7\xd8\xed\x29\x0f\x85\x45\xf3\x32\x23\xd8\xf8\xe5\xcb\xc4\xac\x17\x5c\xc1\x8c\xce\x91\x69\x90\xf8\xce\x01\x5e\xac\xd3\x83\xf6\x24\x65\x94\x36\x3c\xcd\x89\xc2\x4d\xf0\xa2\x37\x58\x10\xe5\x44\xcc\x00\x9c\xf3\x8d\x55\x14\x06\xd4\xaf\xda\xe9\xd0\xd9\x05\x20\xfc\x40\x30\xd0\x0c\x7c\x74\x3b\x9c\x1a\xc5\x57\xe0\xb7\x2e\xa9\x97\x98\xb5\xf1\x33\xfe\xde\x24\xba\x64\x38\xa2\x23\xf1\xb1\xc9\x68\x5e\x91\x77\x8a\x23\x2c\x8c\x4a\x02\x85\x6f\xae\x73\x36\x6c\x95\x4e\xff\x2b\x49\x9c\xff\x27\x6d\xe5\x71\xbe\x50\x39\xf4\xbf\xc4\x1c\xfa\xbd\x6a\xb2\x09\xec\x1f\x4e\xba\x55\xe7\xa3\x4f\xf0\xae\x36\xa6\xf6\x19\x2c\x7a\xfd\xd9\xa2\x23\xb9\x16\x38\x09\xff\x3f\x4a\x0b\x05\x3f\x13\xe1\x92\x9e\x13\x3e\x0e\xbb\xfa\xd8\xc2\x2b\x04\x24\xd4\x8a\x80\xd8\xd5\x6c\x1b\x96\xd5\x7e\xa0\x7b\x18\xaf\x13\x90\xec\x66\xbc\x84\x42\x75\x18\x09\x8c\xac\x00\xda\xb8\x67\x55\x2f\x0c\x97\xbd\x4a\x95\xb3\xc4\xc7\xbb\x3d\x26\xd3\x7c\xe2\xbe\x29\xaf\x6e\xf7\xea\x27\x7a\x39\x75\x6f\xea\x38\x74\xbd\x87\xfc\xff\xf4\xc9\x67\x73\x10\xea\xe1\x67\x73\x0c\xef\xff\xea\x33\x63\x7a\xcf\xb7\x9f\x8d\x25\xb1\xc2\x67\x78\xe5\xe3\x99\x4e\xf0\xf1\xdb\x3e\xba\x54\x67\x91\x3b\xc3\x7c\x27\xe4\x8e\x00\x4d\xff\xbd\x0e\x73\xf1\xfb\x38\x22\x44\x6c\xaf\x40\x9a\xe8\xa3\x72\x46\xc8\xc3\xe3\x48\x5d\x89\x84\x11\x21\xb3\xbb\x33\x6d\x82\xad\xb9\x29\xcc\x94\xc1\xa0\xf1\x7c\x94\xfc\x35\xf9\xdd\x9c\xb8\xe3\x52\xa5\x8d\xf7\xfb\xf8\xc9\x0c\xf5\x82\x32\x8e\x84\xbf\x63\xce\x7c\x5f\x92\xe6\x47\x5f\xad\x3c\xed\x34\x6c\xa4\x4c\x42\x9f\xac\x61\x9b\x86\x4a\x18\xb3\x3c\x4d\x32\x24\x19\xa5\xd4\xb5\xca\x88\xf4\x49\x61\x44\xdc\x64\xf4\xfc\x9d\x42\xd9\xf9\xbb\x84\xb2\xf3\x77\x7e\x26\x96\xb3\xad\x51\x92\x00\xf9\x9e\x18\xd4\xc3\xf4\xdf\x18\x70\xaf\x56\xa9\xb0\xd7\x50\xec\x20\x76\xfe\x36\xe4\xf9\x98\xd1\x76\x2f\x7c\xb4\xac\x9e\x9b\xa4\xef\x78\xbe\xe5\x7b\xeb\xf1\xd3\x60\xe6\x9e\x7c\x27\x13\x4e\x1e\xd8\x18\x99\x6b\x7e\xf3\x07\xf3\x73\xf4\xf0\x2a\x15\xca\x8b\xa9\x09\x00\xda\xcd\xac\x54\x69\x7e\x88\x0e\x13\x17\xf2\x8d\x7a\x7c\x08\xe3\x32\x68\xa0\x3a\x7f\x13\x27\x8f\x41\xc7\xbc\xb2\x8e\x72\xb6\x51\xba\xe2\x3f\x8d\x77\x97\x39\xd3\x12\x1d\xee\xce\xe3\x9b\xb1\xf4\x05\xea\x0d\x79\x91\x01\x28\x9f\xa3\x04\x5f\xb2\x31\x9f\x52\x29\x9a\x20\x30\xc5\x6f\xe1\x5f\x47\xcf\x30\x5b\xad\x56\x0a\xfd\xb5\x6a\xe2\x33\xc5\xcf\x9e\x84\xf5\x87\x3d\x01\x2d\xef\x01\xb3\x35\x10\x38\xf1\x5d\x32\xd6\x55\x84\x71\x93\x21\x72\x01\x1f\x4a\xd2\x3a\x4c\x24\x5c\xc4\xdb\xe6\xc3\x82\x71\x62\xb3\x3d\x7a\xf7\x6b\x3c\xca\xe0\xe1\xb5\x70\x7b\xa6\x07\x10\x3d\x2b\xaa\x5f\x05\xc5\x07\x3a\x4d\x38\x4e\x21\x94\xd6\xcf\xd5\x70\xba\xed\x60\x41\xe1\x2a\xbb\x79\x04\x8a\x0f\x4c\x02\xd4\x30\xf2\xa7\x8c\x9f\x4d\x7f\xe5\x3b\xbf\xca\x3b\x27\x7f\x25\xdf\xfd\xe1\x6a\x99\x5f\x76\x39\xf9\xd5\x37\x5f\x3b\xfc\xa4\x8b\x85\xcd\x08\x41\x08\x4a\x00\x09\x58\x8a\x00\x84\xa9\x06\x80\x85\xae\x12\x0c\x25\xf7\x37\x7c\xc1\xfd\xd6\xc2\x01\x2e\xdd\xfc\x56\x32\x94\x2d\x81\xc8\x56\xed\x4c\xa3\xad\x8a\xaa\x53\x0c\x18\xdd\x74\x58\x98\x0d\x1a\x68\x8b\x0d\xee\x2f\xa2\x31\x97\x4a\x9b\x6f\x27\xe1\xb0\xf2\x35\x26\x51\x77\xea\x37\xda\x0b\xcb\xce\x87\xff\xff\x87\x18\x89\xdc\x59\x24\x7a\x6e\x52\x81\x4c\x15\x9f\x8b\xe0\xec\x33\xdf\x7c\x79\xd2\xe1\x17\x4e\xd5\x1c\x4f\x17\xca\x08\x90\xc1\xcb\x33\x28\xea\x1d\x1d\xb4\xe6\x1e\x10\x9c\xbc\x82\x23\x27\x16\x1d\x97\x6e\xe5\x4c\x21\x27\xd8\xf1\xf5\xaf\xbe\x72\xac\xfb\x68\x56\x97\x94\x33\x50\x89\x91\x69\xb9\xe9\x4c\x8e\x1a\x46\x3a\x4e\x6d\x28\xb9\x80\x85\x94\x15\xca\x30\x4c\x8a\x5c\x66\xbf\x8c\x6a\x31\x92\x11\x99\xea\x88\xe7\x59\x16\xd7\x14\x62\x4c\x57\x90\x84\x6f\x9a\xc4\x2f\x2e\x9e\x62\x6a\x29\x21\xb3\x0e\x5e\xe3\xe9\xba\x5d\x61\xd2\xcc\x48\x00\x34\x06\x11\x97\xfe\xcc\x0a\x22\x79\x24\x8c\xd9\x0a\xbe\xc2\x87\x6e\x08\xc4\x2a\xcc\x30\x1d\x66\xe7\x37\xc3\xf1\x50\xd9\x1d\xd4\x0d\xaa\x5c\xa0\x32\x79\x0a\x57\xd2\x8f\xf4\xc5\xc3\x65\x8d\xea\x26\xb7\xd7\xab\xd1\xc5\xf0\xd9\xa1\xa6\x0c\x68\xca\xbd\xa6\x5e\x0b\x62\x93\x9e\x02\xca\x96\xcb\xe2\x28\xe0\x28\x26\xc6\x0e\xa3\xf0\x8c\xab\x9d\x6c\x1c\xb7\x6c\x94\xd1\x55\x4a\x2a\xa3\x0b\x8c\x52\x22\xac\x45\x1a\x64\x06\x23\x45\xde\xc0\x00\xa8\xe5\x2e\xe6\x31\xa6\x20\x9a\xd6\x9b\xc5\x70\x7d\x05\x6f\x58\xaa\xba\xfc\x7c\x75\x06\xcd\x76\x64\x02\x1b\x94\x9c\x87\xed\x37\x78\x69\x38\xbc\xf1\x20\x38\xba\xa1\x80\x2b\x35\x32\xf6\x54\xc4\x3b\x21\xa2\xa0\x51\x48\xdd\x88\xf6\x67\x75\x43\xf2\x49\xc5\xf3\xaa\xfc\xac\x91\x68\x5c\x77\xdf\xf2\xf3\x30\x7a\x01\xd1\x23\x97\xcb\xf0\x03\x2b\x1a\xb8\x73\x7b\x29\x1c\x93\x9b\x14\x5d\x55\x60\xc0\x71\x78\x1e\x73\x0f\x78\x3f\x57\x29\x94\xe5\xc6\x69\x7b\xec\x05\xac\xaf\x10\x3d\x3d\x50\xcc\x15\x2b\x58\xc3\x73\x9d\x99\x06\x05\x0f\xef\x29\x00\x81\x65\x54\x54\x6b\xd7\xaf\xf7\x5a\x31\x46\x7b\xaf\x01\xc0\xb8\xda\x8a\xc5\x56\x5f\x50\xdc\x2d\x01\x44\x65\x8c\x25\xaa\xaa\x8d\x28\x50\x4c\x83\x8b\xfc\x95\xd6\x5e\x40\xb1\xef\x17\x79\x3b\x4e\x9e\xfc\xd2\x89\xed\x79\x54\x6a\xbc\xe1\x17\x9c\x1f\x03\x92\xea\x9c\xc0\xf4\xe6\x83\x15\x17\xce\xbb\xba\xd0\x65\x4e\x98\x57\x58\xf5\xca\x6f\x50\xc5\x8a\x8d\x36\xd9\xd0\xed\x9c\xf0\xff\x5c\x2c\x54\xdd\x4f\x4f\x50\x28\xc3\x89\x6a\x21\xdf\x7f\xc2\x68\x56\x11\x4e\xeb\xe0\xd8\x2b\xa9\x55\x6e\xeb\xb9\xed\xb4\xa8\xda\xc6\xc3\xda\x1c\xeb\xd8\x85\xdd\x8a\xd4\x0a\x6e\x53\x35\xbe\x94\xa7\x07\x81\x17\x8f\x18\x4e\xdc\x70\x92\xc8\x8e\xef\x32\x71\x95\x70\x6a\xa2\xd3\x98\x8b\x06\xc5\x59\xd9\x55\x96\x76\xbe\xd2\x44\xcf\x2e\xb2\x40\xc1\x57\xb0\x14\xb8\xd0\x7e\x36\xb8\x71\x54\xaa\xe4\x1d\x6d\xbd\x79\x44\xd9\xf9\x30\x26\x55\x41\xd3\x3c\xc5\xc0\xc0\x53\x33\x1f\x6e\x8f\x4f\x90\x2e\xc7\x15\x7e\x74\x39\x25\x6f\xba\xb5\x36\x8a\xa4\x40\x2e\xa7\xd5\x83\xed\x99\xce\xdc\x9b\x60\x77\x8d\xd3\xf0\x76\x0d\xa8\x0c\xb2\x7c\x56\x78\x20\xb3\x35\xbc\xc4\x43\xdb\xa0\xa9\x0f\xdf\xac\xc5\x6b\x3b\x99\x22\xf9\xd7\x58\x0d\x16\x87\x30\x25\x50\x43\x97\xdd\x5c\x83\xdf\x05\x92\x05\xf2\xdd\x6a\x24\x78\x1a\x95\x3b\xe3\xb8\xbb\x2c\x76\xf6\xa8\xac\x2e\xd3\x0b\x56\x44\x1e\x61\x1b\x33\xfe\x5c\x73\x6b\xd0\xaa\x5b\x1a\x44\x52\x41\x79\x1f\x78\xae\x7a\x89\xf8\xea\x2b\x99\xa9\x80\xc8\xc9\xd5\xe3\xf6\xeb\x31\x10\xf7\xf4\xe6\xbf\x93\xcd\x1b\xbb\x12\x91\x78\xd9\x17\x6b\x3c\x02\xa1\x35\x0c\x5a\x54\x7b\x2d\x05\x44\xed\x1d\x1c\x17\x4f\x76\xcc\xf9\xdd\xbf\x7c\xf9\x47\x47\xb8\x98\x0d\xcd\x42\x2f\x1b\x98\xea\x63\x36\x35\x10\x10\x22\x26\x3c\xa6\x24\x92\x22\x50\x44\x37\xa2\x86\xd8\x5d\xac\xd8\x05\x91\x3d\x99\x9d\xe9\x4f\xb6\xe7\xc8\x60\xc7\x4d\x91\x91\x5c\x1a\x62\xd3\xb1\xdd\x84\x9c\x82\x3c\xe0\x1e\x0c\x47\x20\x46\xd1\xfd\x85\xb2\xab\x05\xa4\x9f\x89\x64\x28\x7e\x20\xb2\xab\xa3\x92\x6a\x84\x9e\xe3\x0d\x36\x6f\xb4\x9e\xac\x35\x77\x9e\x47\x34\x86\x63\xa1\x64\x48\x27\xf9\x67\x6c\x50\x0a\xa8\x5c\xf1\xce\x14\x50\x5f\x50\x60\x9c\x30\x83\x9f\xc8\x22\x48\x05\xa1\x69\x96\x02\x88\xcd\x12\x10\xb8\x20\x12\xe1\x17\xf4\xb7\x63\xef\x9c\x1c\x41\x3c\x26\x0c\x2b\xab\xc9\x02\x91\xc3\x75\x14\xf0\x60\x4e\xaf\x45\x82\x51\xd8\x5a\x16\x35\x93\x62\x61\x80\xdd\x4d\x7a\x2a\x98\x5e\xea\xca\x81\x0d\x3d\x54\xad\x96\x7d\x49\x4a\xc0\x5c\x80\x5e\x40\x8c\xcd\x22\x6a\x4b\xa6\x92\xd4\x54\xb9\x40\x6e\x04\xb5\x2e\xc1\xd2\x7c\x6b\x62\xdc\x5e\x14\x05\x22\x64\x5f\x60\x6c\xfc\x51\x67\x63\xb0\x22\x84\x52\xce\xc7\x6f\xe5\xb7\x63\x13\x4b\x94\x02\xd4\x4e\xd0\x45\x3f\xbb\x47\x2c\x26\x5e\xc8\x85\xc2\x0d\x55\x48\x53\x5f\xae\x02\x64\xfe\x0b\xf8\x9f\xc3\x51\x1f\xba\x40\xde\xda\xde\x8b\xa4\x78\x55\xe2\xe3\x43\x9e\xb5\xa2\x2e\xdd\x9a\x08\x2f\x5f\x8d\xea\xc9\x4b\x35\x68\x42\x37\x1d\xa8\xaa\xdc\x7c\xe3\xa6\x17\x8c\xfb\x83\x9b\xab\x45\xae\x45\xd3\xa2\x1e\x35\xe3\xb1\xe7\x97\x0a\x41\x27\xef\xd4\x9f\xb7\xd6\x27\x75\xb9\x5c\xd2\xc3\x6f\x2a\x5f\xb4\x1a\x3e\x2c\x61\x95\x98\xcf\xc3\xc9\x63\xfa\x25\xfb\x88\x39\x38\x15\x20\xa6\xc2\xac\xf8\x27\x60\x06\x10\x9e\x84\x98\x31\x05\x4d\xb7\x62\xf3\x6e\x15\x59\x9a\x5c\xcf\x94\xeb\xb1\x04\xdd\x7e\xf4\x22\x3c\x3f\xa6\xa1\x91\xd5\x60\x90\x97\x90\x41\xdd\x25\xbd\x50\x85\x5e\x9c\x34\x3f\xa4\x86\x97\x89\xce\xaf\xeb\x72\x98\x6d\x04\x21\xaf\x97\x71\x9e\x58\x82\xd6\x70\x85\x12\x4b\x78\x0c\x4d\xb7\xf2\x48\xc2\x8b\x81\x89\xf6\xc0\x50\x48\xe5\xf8\xfa\x35\x3f\xe1\x76\x77\x2c\x0e\x47\x9d\x9a\xe1\x2f\xac\xa3\x29\x28\x16\x03\xe9\x9b\xc8\x80\x66\x49\xe6\x13\x91\x88\xcd\xc9\xe8\x24\xdf\xea\x9b\x57\x8e\x2f\x89\x1a\xa3\x32\x47\x1a\x3b\xd0\xa5\xa3\x7c\xc7\xcb\x7a\x2a\xe1\xc5\x5e\xbc\xeb\x4a\xdd\xdb\x59\x1b\x3e\xa0\xc7\x70\x52\x15\xb7\xa4\x73\x4b\x72\x68\x01\x1e\x7a\x95\x40\x52\x3f\xbd\xf0\x49\xf4\x0a\x04\xbd\x2a\xdd\xeb\x9d\xa8\x94\x7e\xa1\x07\xc3\x2a\x39\x6c\x74\xf7\xa2\x13\x7b\xcd\xc2\xaf\xe4\x3e\xee\x7a\x61\x4a\xbf\x84\x21\xef\x6c\x34\xb6\x63\xd5\x10\xf8\x9f\x54\x37\x3c\x4d\x7e\xdf\xe8\xfb\x68\xa2\x64\x82\x34\x27\xfa\x31\x1b\x27\x3f\xe6\x29\xff\x42\xbf\x02\xf4\xbd\x6a\x22\xf6\x40\x87\x6e\xc9\xc8\x2b\x6a\xb5\x27\x2f\x71\x74\x37\x67\x3d\xb9\xf4\x3d\x07\xdf\xfd\xcc\x21\x25\xbc\x0d\xf0\xbd\xe4\xf1\xff\x3b\x46\xa4\x33\xeb\x31\x32\xa8\x6c\x98\x6a\x4f\xf5\x86\xea\x54\xa5\x89\x08\x42\x59\x5b\xf0\x2d\x4f\xbd\x9b\x1c\x8a\x67\x0d\x81\x36\xd4\x7a\x64\x29\x79\xfb\x0c\x2c\x51\xaf\xbb\xd0\xc3\x1c\x78\xfb\xdf\xe1\x8f\x05\x1f\x28\xf5\x80\x57\xc1\xcc\xba\xbe\x8b\x57\xfe\x05\x08\x90\xbc\xea\x79\xc5\x53\xa9\xec\xa0\x97\xc6\xdb\xea\x13\xd3\x29\x7a\xa7\x16\xef\x9c\xf0\xed\xf5\x14\x5d\x3f\x99\x39\x0c\x96\xd6\x53\x9f\xf8\xe9\x4f\x9c\xd6\xc3\xab\x1f\xf8\xa9\x4f\x86\xe1\x4f\x34\x0f\xcd\xde\xc4\x5f\x43\xf8\x8b\x9e\x9f\xc6\x5f\x79\xfc\x75\xff\x11\xfe\x79\x16\xff\xbc\xb2\x4e\x35\x80\x70\x7c\xe2\x84\x4b\x0d\xfc\x31\x82\xdf\xdf\xbe\x84\x3f\x7d\x17\x78\x4e\x9e\xde\x23\xe2\xa6\x87\x0b\x25\x20\xa7\xfc\x40\x91\xea\x60\xc8\xab\x55\xf8\x8b\xea\x24\x9f\x1d\xe1\x0f\xd4\xcf\x59\xd7\x3d\xcd\x3f\xa9\x2f\xe8\xaa\x3a\xc4\x4f\x94\x51\x77\x23\x6e\x56\xaa\x53\x97\x95\xec\xd9\x8c\xea\x16\xfa\xa4\xdf\xaa\x57\xee\x12\x16\x26\x5f\xf1\xca\x98\xd7\xf6\x94\x7e\x98\x5b\x25\x15\x0f\x27\xe7\xc3\x5b\x2f\xe4\x99\xef\xc6\xb6\x5c\xbe\x6a\xcc\x07\xf3\x5b\xe1\xb5\x4b\x98\xb3\xe4\xdc\x8b\x94\x7a\x18\xa0\x50\x2a\xd7\x54\xbe\x26\x7c\xe0\x78\x5a\xd2\x9a\x9c\x7b\x81\x29\x31\xf8\x59\x40\xf5\xd6\x0f\xbf\x6b\x0a\x3b\x92\xe9\x47\xbe\xcc\x1d\xdc\x7f\x08\x73\x06\xcd\xf0\x2f\x7f\xa1\x37\x55\x40\x65\xf9\xeb\x5f\x9d\xaf\x7e\x0d\xda\x20\x48\xe4\x9d\xd1\xcb\x88\x3d\xf8\x62\xdd\x43\x36\x8a\x19\xf0\xc3\xd9\x1f\xfe\x35\x56\x25\x25\xa1\xdc\xe4\xc9\x92\x2b\x4c\x92\x70\xe1\x7f\x07\x00\x00\xff\xff\x74\xa4\x64\x80\x1e\xb5\x00\x00") +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") func confLocaleLocale_zhHkIniBytes() ([]byte, error) { return bindataRead( @@ -4557,7 +4578,7 @@ func confLocaleLocale_zhHkIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_zh-HK.ini", size: 46366, mode: os.FileMode(493), modTime: time.Unix(1453724978, 0)} + info := bindataFileInfo{name: "conf/locale/locale_zh-HK.ini", size: 48546, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4838,6 +4859,7 @@ var _bindata = map[string]func() (*asset, error){ "conf/locale/locale_de-DE.ini": confLocaleLocale_deDeIni, "conf/locale/locale_en-US.ini": confLocaleLocale_enUsIni, "conf/locale/locale_es-ES.ini": confLocaleLocale_esEsIni, + "conf/locale/locale_fi-FI.ini": confLocaleLocale_fiFiIni, "conf/locale/locale_fr-FR.ini": confLocaleLocale_frFrIni, "conf/locale/locale_it-IT.ini": confLocaleLocale_itItIni, "conf/locale/locale_ja-JP.ini": confLocaleLocale_jaJpIni, @@ -5305,6 +5327,8 @@ var _bintree = &bintree{nil, map[string]*bintree{ }}, "locale_es-ES.ini": &bintree{confLocaleLocale_esEsIni, map[string]*bintree{ }}, + "locale_fi-FI.ini": &bintree{confLocaleLocale_fiFiIni, map[string]*bintree{ + }}, "locale_fr-FR.ini": &bintree{confLocaleLocale_frFrIni, map[string]*bintree{ }}, "locale_it-IT.ini": &bintree{confLocaleLocale_itItIni, map[string]*bintree{ diff --git a/modules/context/api.go b/modules/context/api.go new file mode 100644 index 000000000..8d036be9c --- /dev/null +++ b/modules/context/api.go @@ -0,0 +1,71 @@ +// 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 ( + "fmt" + "strings" + + "github.com/Unknwon/paginater" + "gopkg.in/macaron.v1" + + "github.com/gogits/gogs/modules/base" + "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/setting" +) + +type APIContext struct { + *Context +} + +// Error responses error message to client with given message. +// If status is 500, also it prints error to log. +func (ctx *APIContext) Error(status int, title string, obj interface{}) { + var message string + if err, ok := obj.(error); ok { + message = err.Error() + } else { + message = obj.(string) + } + + if status == 500 { + log.Error(4, "%s: %s", title, message) + } + + ctx.JSON(status, map[string]string{ + "message": message, + "url": base.DOC_URL, + }) +} + +func (ctx *APIContext) SetLinkHeader(total, pageSize int) { + page := paginater.New(total, pageSize, ctx.QueryInt("page"), 0) + links := make([]string, 0, 4) + if page.HasNext() { + links = append(links, fmt.Sprintf("<%s%s?page=%d>; rel=\"next\"", setting.AppUrl, ctx.Req.URL.Path[1:], page.Next())) + } + if !page.IsLast() { + links = append(links, fmt.Sprintf("<%s%s?page=%d>; rel=\"last\"", setting.AppUrl, ctx.Req.URL.Path[1:], page.TotalPages())) + } + if !page.IsFirst() { + links = append(links, fmt.Sprintf("<%s%s?page=1>; rel=\"first\"", setting.AppUrl, ctx.Req.URL.Path[1:])) + } + if page.HasPrevious() { + links = append(links, fmt.Sprintf("<%s%s?page=%d>; rel=\"prev\"", setting.AppUrl, ctx.Req.URL.Path[1:], page.Previous())) + } + + if len(links) > 0 { + ctx.Header().Set("Link", strings.Join(links, ",")) + } +} + +func APIContexter() macaron.Handler { + return func(c *Context) { + ctx := &APIContext{ + Context: c, + } + c.Map(ctx) + } +} diff --git a/modules/context/auth.go b/modules/context/auth.go new file mode 100644 index 000000000..422869db2 --- /dev/null +++ b/modules/context/auth.go @@ -0,0 +1,87 @@ +// 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 context + +import ( + "net/url" + + "github.com/go-macaron/csrf" + "gopkg.in/macaron.v1" + + "github.com/gogits/gogs/modules/auth" + "github.com/gogits/gogs/modules/setting" +) + +type ToggleOptions struct { + SignInRequired bool + SignOutRequired bool + AdminRequired bool + DisableCSRF bool +} + +func Toggle(options *ToggleOptions) macaron.Handler { + return func(ctx *Context) { + // Cannot view any page before installation. + if !setting.InstallLock { + ctx.Redirect(setting.AppSubUrl + "/install") + 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)) + return + } + + // Redirect to dashboard if user tries to visit any non-login page. + if options.SignOutRequired && ctx.IsSigned && ctx.Req.RequestURI != "/" { + ctx.Redirect(setting.AppSubUrl + "/") + return + } + + if !options.SignOutRequired && !options.DisableCSRF && ctx.Req.Method == "POST" && !auth.IsAPIPath(ctx.Req.URL.Path) { + csrf.Validate(ctx.Context, ctx.csrf) + if ctx.Written() { + return + } + } + + if options.SignInRequired { + if !ctx.IsSigned { + // Restrict API calls with error message. + if auth.IsAPIPath(ctx.Req.URL.Path) { + ctx.JSON(403, map[string]string{ + "message": "Only signed in user is allowed to call APIs.", + }) + return + } + + ctx.SetCookie("redirect_to", url.QueryEscape(setting.AppSubUrl+ctx.Req.RequestURI), 0, setting.AppSubUrl) + ctx.Redirect(setting.AppSubUrl + "/user/login") + return + } else if !ctx.User.IsActive && setting.Service.RegisterEmailConfirm { + ctx.Data["Title"] = ctx.Tr("auth.active_your_account") + ctx.HTML(200, "user/auth/activate") + return + } + } + + // Redirect to log in page if auto-signin info is provided and has not signed in. + if !options.SignOutRequired && !ctx.IsSigned && !auth.IsAPIPath(ctx.Req.URL.Path) && + len(ctx.GetCookie(setting.CookieUserName)) > 0 { + ctx.SetCookie("redirect_to", url.QueryEscape(setting.AppSubUrl+ctx.Req.RequestURI), 0, setting.AppSubUrl) + ctx.Redirect(setting.AppSubUrl + "/user/login") + return + } + + if options.AdminRequired { + if !ctx.User.IsAdmin { + ctx.Error(403) + return + } + ctx.Data["PageIsAdmin"] = true + } + } +} diff --git a/modules/middleware/context.go b/modules/context/context.go similarity index 73% rename from modules/middleware/context.go rename to modules/context/context.go index d58967b89..348de3257 100644 --- a/modules/middleware/context.go +++ b/modules/context/context.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -package middleware +package context import ( "fmt" @@ -18,8 +18,6 @@ import ( "github.com/go-macaron/session" "gopkg.in/macaron.v1" - "github.com/gogits/git-module" - "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/auth" "github.com/gogits/gogs/modules/base" @@ -27,27 +25,6 @@ import ( "github.com/gogits/gogs/modules/setting" ) -type RepoContext struct { - AccessMode models.AccessMode - IsWatching bool - IsViewBranch bool - IsViewTag bool - IsViewCommit bool - Repository *models.Repository - Owner *models.User - Commit *git.Commit - Tag *git.Tag - GitRepo *git.Repository - BranchName string - TagName string - TreeName string - CommitID string - RepoLink string - CloneLink models.CloneLink - CommitsCount int64 - Mirror *models.Mirror -} - // Context represents context of a request. type Context struct { *macaron.Context @@ -60,37 +37,8 @@ type Context struct { IsSigned bool IsBasicAuth bool - Repo *RepoContext - - Org struct { - IsOwner bool - IsMember bool - IsAdminTeam bool // In owner team or team that has admin permission level. - Organization *models.User - OrgLink string - - Team *models.Team - } -} - -// IsOwner returns true if current user is the owner of repository. -func (r *RepoContext) IsOwner() bool { - return r.AccessMode >= models.ACCESS_MODE_OWNER -} - -// IsAdmin returns true if current user has admin or higher access of repository. -func (r *RepoContext) IsAdmin() bool { - return r.AccessMode >= models.ACCESS_MODE_ADMIN -} - -// IsPusher returns true if current user has write or higher access of repository. -func (r *RepoContext) IsPusher() bool { - return r.AccessMode >= models.ACCESS_MODE_WRITE -} - -// Return if the current user has read access for this repository -func (r *RepoContext) HasAccess() bool { - return r.AccessMode >= models.ACCESS_MODE_READ + Repo *Repository + Org *Organization } // HasError returns true if error occurs in form validation. @@ -164,25 +112,6 @@ func (ctx *Context) HandleText(status int, title string) { ctx.PlainText(status, []byte(title)) } -// APIError logs error with title if status is 500. -func (ctx *Context) APIError(status int, title string, obj interface{}) { - var message string - if err, ok := obj.(error); ok { - message = err.Error() - } else { - message = obj.(string) - } - - if status == 500 { - log.Error(4, "%s: %s", title, message) - } - - ctx.JSON(status, map[string]string{ - "message": message, - "url": base.DOC_URL, - }) -} - func (ctx *Context) ServeContent(name string, r io.ReadSeeker, params ...interface{}) { modtime := time.Now() for _, p := range params { @@ -210,7 +139,10 @@ func Contexter() macaron.Handler { csrf: x, Flash: f, Session: sess, - Repo: &RepoContext{}, + Repo: &Repository{ + PullRequest: &PullRequest{}, + }, + Org: &Organization{}, } // Compute current URL for real-time change language. ctx.Data["Link"] = setting.AppSubUrl + strings.TrimSuffix(ctx.Req.URL.Path, "/") diff --git a/modules/middleware/org.go b/modules/context/org.go similarity index 55% rename from modules/middleware/org.go rename to modules/context/org.go index 37ba4deb1..4cacdf4a1 100644 --- a/modules/middleware/org.go +++ b/modules/context/org.go @@ -2,20 +2,34 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -package middleware +package context import ( + "strings" + "gopkg.in/macaron.v1" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/setting" ) +type Organization struct { + IsOwner bool + IsMember bool + IsTeamMember bool // Is member of team. + IsTeamAdmin bool // In owner team or team that has admin permission level. + Organization *models.User + OrgLink string + + Team *models.Team +} + func HandleOrgAssignment(ctx *Context, args ...bool) { var ( - requireMember bool - requireOwner bool - requireAdminTeam bool + requireMember bool + requireOwner bool + requireTeamMember bool + requireTeamAdmin bool ) if len(args) >= 1 { requireMember = args[0] @@ -24,7 +38,10 @@ func HandleOrgAssignment(ctx *Context, args ...bool) { requireOwner = args[1] } if len(args) >= 3 { - requireAdminTeam = args[2] + requireTeamMember = args[2] + } + if len(args) >= 4 { + requireTeamAdmin = args[3] } orgName := ctx.Params(":org") @@ -52,12 +69,14 @@ func HandleOrgAssignment(ctx *Context, args ...bool) { if ctx.IsSigned && ctx.User.IsAdmin { ctx.Org.IsOwner = true ctx.Org.IsMember = true - ctx.Org.IsAdminTeam = true + ctx.Org.IsTeamMember = true + ctx.Org.IsTeamAdmin = true } else if ctx.IsSigned { ctx.Org.IsOwner = org.IsOwnedBy(ctx.User.Id) if ctx.Org.IsOwner { ctx.Org.IsMember = true - ctx.Org.IsAdminTeam = true + ctx.Org.IsTeamMember = true + ctx.Org.IsTeamAdmin = true } else { if org.IsOrgMember(ctx.User.Id) { ctx.Org.IsMember = true @@ -79,24 +98,50 @@ func HandleOrgAssignment(ctx *Context, args ...bool) { ctx.Data["OrgLink"] = ctx.Org.OrgLink // Team. + if ctx.Org.IsMember { + if ctx.Org.IsOwner { + if err := org.GetTeams(); err != nil { + ctx.Handle(500, "GetTeams", err) + return + } + } else { + if err := org.GetUserTeams(ctx.User.Id); err != nil { + ctx.Handle(500, "GetUserTeams", err) + return + } + } + } + teamName := ctx.Params(":team") if len(teamName) > 0 { - ctx.Org.Team, err = org.GetTeam(teamName) - if err != nil { - if err == models.ErrTeamNotExist { - ctx.Handle(404, "GetTeam", err) - } else { - ctx.Handle(500, "GetTeam", err) + teamExists := false + for _, team := range org.Teams { + if team.LowerName == strings.ToLower(teamName) { + teamExists = true + ctx.Org.Team = team + ctx.Org.IsTeamMember = true + ctx.Data["Team"] = ctx.Org.Team + break } + } + + if !teamExists { + ctx.Handle(404, "OrgAssignment", err) + return + } + + ctx.Data["IsTeamMember"] = ctx.Org.IsTeamMember + if requireTeamMember && !ctx.Org.IsTeamMember { + ctx.Handle(404, "OrgAssignment", err) + return + } + + ctx.Org.IsTeamAdmin = ctx.Org.Team.IsOwnerTeam() || ctx.Org.Team.Authorize >= models.ACCESS_MODE_ADMIN + ctx.Data["IsTeamAdmin"] = ctx.Org.IsTeamAdmin + if requireTeamAdmin && !ctx.Org.IsTeamAdmin { + ctx.Handle(404, "OrgAssignment", err) return } - ctx.Data["Team"] = ctx.Org.Team - ctx.Org.IsAdminTeam = ctx.Org.Team.IsOwnerTeam() || ctx.Org.Team.Authorize >= models.ACCESS_MODE_ADMIN - } - ctx.Data["IsAdminTeam"] = ctx.Org.IsAdminTeam - if requireAdminTeam && !ctx.Org.IsAdminTeam { - ctx.Handle(404, "OrgAssignment", err) - return } } diff --git a/modules/middleware/repo.go b/modules/context/repo.go similarity index 77% rename from modules/middleware/repo.go rename to modules/context/repo.go index 9ceb9903d..a330da5c3 100644 --- a/modules/middleware/repo.go +++ b/modules/context/repo.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -package middleware +package context import ( "fmt" @@ -18,6 +18,56 @@ import ( "github.com/gogits/gogs/modules/setting" ) +type PullRequest struct { + BaseRepo *models.Repository + Allowed bool + SameRepo bool + HeadInfo string // [:] +} + +type Repository struct { + AccessMode models.AccessMode + IsWatching bool + IsViewBranch bool + IsViewTag bool + IsViewCommit bool + Repository *models.Repository + Owner *models.User + Commit *git.Commit + Tag *git.Tag + GitRepo *git.Repository + BranchName string + TagName string + TreeName string + CommitID string + RepoLink string + CloneLink models.CloneLink + CommitsCount int64 + Mirror *models.Mirror + + PullRequest *PullRequest +} + +// IsOwner returns true if current user is the owner of repository. +func (r *Repository) IsOwner() bool { + return r.AccessMode >= models.ACCESS_MODE_OWNER +} + +// IsAdmin returns true if current user has admin or higher access of repository. +func (r *Repository) IsAdmin() bool { + return r.AccessMode >= models.ACCESS_MODE_ADMIN +} + +// IsWriter returns true if current user has write or higher access of repository. +func (r *Repository) IsWriter() bool { + return r.AccessMode >= models.ACCESS_MODE_WRITE +} + +// HasAccess returns true if the current user has at least read access for this repository +func (r *Repository) HasAccess() bool { + return r.AccessMode >= models.ACCESS_MODE_READ +} + func RetrieveBaseRepo(ctx *Context, repo *models.Repository) { // Non-fork repository will not return error in this method. if err := repo.GetBaseRepo(); err != nil { @@ -32,25 +82,6 @@ func RetrieveBaseRepo(ctx *Context, repo *models.Repository) { ctx.Handle(500, "BaseRepo.GetOwner", err) return } - - bsaeRepo := repo.BaseRepo - baseGitRepo, err := git.OpenRepository(models.RepoPath(bsaeRepo.Owner.Name, bsaeRepo.Name)) - if err != nil { - ctx.Handle(500, "OpenRepository", err) - return - } - if len(bsaeRepo.DefaultBranch) > 0 && baseGitRepo.IsBranchExist(bsaeRepo.DefaultBranch) { - ctx.Data["BaseDefaultBranch"] = bsaeRepo.DefaultBranch - } else { - baseBranches, err := baseGitRepo.GetBranches() - if err != nil { - ctx.Handle(500, "GetBranches", err) - return - } - if len(baseBranches) > 0 { - ctx.Data["BaseDefaultBranch"] = baseBranches[0] - } - } } func RepoAssignment(args ...bool) macaron.Handler { @@ -154,22 +185,14 @@ func RepoAssignment(args ...bool) macaron.Handler { ctx.Data["Tags"] = tags ctx.Repo.Repository.NumTags = len(tags) - if repo.IsFork { - RetrieveBaseRepo(ctx, repo) - if ctx.Written() { - return - } - } - ctx.Data["Title"] = owner.Name + "/" + repo.Name ctx.Data["Repository"] = repo ctx.Data["Owner"] = ctx.Repo.Repository.Owner ctx.Data["IsRepositoryOwner"] = ctx.Repo.IsOwner() ctx.Data["IsRepositoryAdmin"] = ctx.Repo.IsAdmin() - ctx.Data["IsRepositoryPusher"] = ctx.Repo.IsPusher() - ctx.Data["CanPullRequest"] = ctx.Repo.IsAdmin() && repo.BaseRepo != nil && repo.BaseRepo.EnablePulls + ctx.Data["IsRepositoryWriter"] = ctx.Repo.IsWriter() - ctx.Data["DisableSSH"] = setting.DisableSSH + ctx.Data["DisableSSH"] = setting.SSH.Disabled ctx.Data["CloneLink"] = repo.CloneLink() ctx.Data["WikiCloneLink"] = repo.WikiCloneLink() @@ -210,13 +233,43 @@ func RepoAssignment(args ...bool) macaron.Handler { ctx.Repo.BranchName = brs[0] } } - ctx.Data["BranchName"] = ctx.Repo.BranchName ctx.Data["CommitID"] = ctx.Repo.CommitID + if repo.IsFork { + RetrieveBaseRepo(ctx, repo) + if ctx.Written() { + return + } + } + + // People who have push access and propose a new pull request. + if ctx.Repo.IsWriter() { + // Pull request is allowed if this is a fork repository + // and base repository accepts pull requests. + if repo.BaseRepo != nil { + if repo.BaseRepo.AllowsPulls() { + ctx.Data["BaseRepo"] = repo.BaseRepo + ctx.Repo.PullRequest.BaseRepo = repo.BaseRepo + ctx.Repo.PullRequest.Allowed = true + ctx.Repo.PullRequest.HeadInfo = ctx.Repo.Owner.Name + ":" + ctx.Repo.BranchName + } + } else { + // Or, this is repository accepts pull requests between branches. + if repo.AllowsPulls() { + ctx.Data["BaseRepo"] = repo + ctx.Repo.PullRequest.BaseRepo = repo + ctx.Repo.PullRequest.Allowed = true + ctx.Repo.PullRequest.SameRepo = true + ctx.Repo.PullRequest.HeadInfo = ctx.Repo.BranchName + } + } + } + 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) - prefix := path.Join(setting.AppUrl, owner.Name, repo.Name, "src", ctx.Repo.BranchName) + 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}" } @@ -337,16 +390,16 @@ func RepoRef() macaron.Handler { func RequireRepoAdmin() macaron.Handler { return func(ctx *Context) { - if !ctx.Repo.IsAdmin() { + if !ctx.IsSigned || (!ctx.Repo.IsAdmin() && !ctx.User.IsAdmin) { ctx.Handle(404, ctx.Req.RequestURI, nil) return } } } -func RequireRepoPusher() macaron.Handler { +func RequireRepoWriter() macaron.Handler { return func(ctx *Context) { - if !ctx.Repo.IsPusher() { + if !ctx.IsSigned || (!ctx.Repo.IsWriter() && !ctx.User.IsAdmin) { ctx.Handle(404, ctx.Req.RequestURI, nil) return } diff --git a/modules/cron/constantdelay.go b/modules/cron/constantdelay.go deleted file mode 100644 index cd6e7b1be..000000000 --- a/modules/cron/constantdelay.go +++ /dev/null @@ -1,27 +0,0 @@ -package cron - -import "time" - -// ConstantDelaySchedule represents a simple recurring duty cycle, e.g. "Every 5 minutes". -// It does not support jobs more frequent than once a second. -type ConstantDelaySchedule struct { - Delay time.Duration -} - -// Every returns a crontab Schedule that activates once every duration. -// Delays of less than a second are not supported (will round up to 1 second). -// Any fields less than a Second are truncated. -func Every(duration time.Duration) ConstantDelaySchedule { - if duration < time.Second { - duration = time.Second - } - return ConstantDelaySchedule{ - Delay: duration - time.Duration(duration.Nanoseconds())%time.Second, - } -} - -// Next returns the next time this should be run. -// This rounds so that the next activation time will be on the second. -func (schedule ConstantDelaySchedule) Next(t time.Time) time.Time { - return t.Add(schedule.Delay - time.Duration(t.Nanosecond())*time.Nanosecond) -} diff --git a/modules/cron/constantdelay_test.go b/modules/cron/constantdelay_test.go deleted file mode 100644 index f43a58ad2..000000000 --- a/modules/cron/constantdelay_test.go +++ /dev/null @@ -1,54 +0,0 @@ -package cron - -import ( - "testing" - "time" -) - -func TestConstantDelayNext(t *testing.T) { - tests := []struct { - time string - delay time.Duration - expected string - }{ - // Simple cases - {"Mon Jul 9 14:45 2012", 15*time.Minute + 50*time.Nanosecond, "Mon Jul 9 15:00 2012"}, - {"Mon Jul 9 14:59 2012", 15 * time.Minute, "Mon Jul 9 15:14 2012"}, - {"Mon Jul 9 14:59:59 2012", 15 * time.Minute, "Mon Jul 9 15:14:59 2012"}, - - // Wrap around hours - {"Mon Jul 9 15:45 2012", 35 * time.Minute, "Mon Jul 9 16:20 2012"}, - - // Wrap around days - {"Mon Jul 9 23:46 2012", 14 * time.Minute, "Tue Jul 10 00:00 2012"}, - {"Mon Jul 9 23:45 2012", 35 * time.Minute, "Tue Jul 10 00:20 2012"}, - {"Mon Jul 9 23:35:51 2012", 44*time.Minute + 24*time.Second, "Tue Jul 10 00:20:15 2012"}, - {"Mon Jul 9 23:35:51 2012", 25*time.Hour + 44*time.Minute + 24*time.Second, "Thu Jul 11 01:20:15 2012"}, - - // Wrap around months - {"Mon Jul 9 23:35 2012", 91*24*time.Hour + 25*time.Minute, "Thu Oct 9 00:00 2012"}, - - // Wrap around minute, hour, day, month, and year - {"Mon Dec 31 23:59:45 2012", 15 * time.Second, "Tue Jan 1 00:00:00 2013"}, - - // Round to nearest second on the delay - {"Mon Jul 9 14:45 2012", 15*time.Minute + 50*time.Nanosecond, "Mon Jul 9 15:00 2012"}, - - // Round up to 1 second if the duration is less. - {"Mon Jul 9 14:45:00 2012", 15 * time.Millisecond, "Mon Jul 9 14:45:01 2012"}, - - // Round to nearest second when calculating the next time. - {"Mon Jul 9 14:45:00.005 2012", 15 * time.Minute, "Mon Jul 9 15:00 2012"}, - - // Round to nearest second for both. - {"Mon Jul 9 14:45:00.005 2012", 15*time.Minute + 50*time.Nanosecond, "Mon Jul 9 15:00 2012"}, - } - - for _, c := range tests { - actual := Every(c.delay).Next(getTime(c.time)) - expected := getTime(c.expected) - if actual != expected { - t.Errorf("%s, \"%s\": (expected) %v != %v (actual)", c.time, c.delay, expected, actual) - } - } -} diff --git a/modules/cron/cron.go b/modules/cron/cron.go index 3491afac9..7695b974b 100644 --- a/modules/cron/cron.go +++ b/modules/cron/cron.go @@ -1,4 +1,3 @@ -// Copyright 2012 Rob Figueiredo. All rights reserved. // 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. @@ -6,207 +5,59 @@ package cron import ( - "sort" "time" -) - -// Cron keeps track of any number of entries, invoking the associated func as -// specified by the schedule. It may be started, stopped, and the entries may -// be inspected while running. -type Cron struct { - entries []*Entry - stop chan struct{} - add chan *Entry - snapshot chan []*Entry - running bool -} - -// Job is an interface for submitted cron jobs. -type Job interface { - Run() -} - -// The Schedule describes a job's duty cycle. -type Schedule interface { - // Return the next activation time, later than the given time. - // Next is invoked initially, and then each time the job is run. - Next(time.Time) time.Time -} - -// Entry consists of a schedule and the func to execute on that schedule. -type Entry struct { - Description string - Spec string - - // The schedule on which this job should be run. - Schedule Schedule - - // The next time the job will run. This is the zero time if Cron has not been - // started or this entry's schedule is unsatisfiable - Next time.Time - - // The last time this job was run. This is the zero time if the job has never - // been run. - Prev time.Time - - // The Job to run. - Job Job - - ExecTimes int // Execute times count. -} - -// byTime is a wrapper for sorting the entry array by time -// (with zero time at the end). -type byTime []*Entry - -func (s byTime) Len() int { return len(s) } -func (s byTime) Swap(i, j int) { s[i], s[j] = s[j], s[i] } -func (s byTime) Less(i, j int) bool { - // Two zero times should return false. - // Otherwise, zero is "greater" than any other time. - // (To sort it at the end of the list.) - if s[i].Next.IsZero() { - return false - } - if s[j].Next.IsZero() { - return true - } - return s[i].Next.Before(s[j].Next) -} - -// New returns a new Cron job runner. -func New() *Cron { - return &Cron{ - entries: nil, - add: make(chan *Entry), - stop: make(chan struct{}), - snapshot: make(chan []*Entry), - running: false, - } -} - -// A wrapper that turns a func() into a cron.Job -type FuncJob func() - -func (f FuncJob) Run() { f() } - -// AddFunc adds a func to the Cron to be run on the given schedule. -func (c *Cron) AddFunc(desc, spec string, cmd func()) (*Entry, error) { - return c.AddJob(desc, spec, FuncJob(cmd)) -} -// AddFunc adds a Job to the Cron to be run on the given schedule. -func (c *Cron) AddJob(desc, spec string, cmd Job) (*Entry, error) { - schedule, err := Parse(spec) - if err != nil { - return nil, err - } - return c.Schedule(desc, spec, schedule, cmd), nil -} + "github.com/gogits/cron" -// Schedule adds a Job to the Cron to be run on the given schedule. -func (c *Cron) Schedule(desc, spec string, schedule Schedule, cmd Job) *Entry { - entry := &Entry{ - Description: desc, - Spec: spec, - Schedule: schedule, - Job: cmd, - } - if c.running { - c.add <- entry - } else { - c.entries = append(c.entries, entry) - } - return entry -} + "github.com/gogits/gogs/models" + "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/setting" +) -// Entries returns a snapshot of the cron entries. -func (c *Cron) Entries() []*Entry { - if c.running { - c.snapshot <- nil - x := <-c.snapshot - return x +var c = cron.New() + +func NewContext() { + var ( + entry *cron.Entry + err error + ) + if setting.Cron.UpdateMirror.Enabled { + entry, err = c.AddFunc("Update mirrors", setting.Cron.UpdateMirror.Schedule, models.MirrorUpdate) + if err != nil { + log.Fatal(4, "Cron[Update mirrors]: %v", err) + } + if setting.Cron.UpdateMirror.RunAtStart { + entry.Prev = time.Now() + entry.ExecTimes++ + go models.MirrorUpdate() + } } - return c.entrySnapshot() -} - -// Start the cron scheduler in its own go-routine. -func (c *Cron) Start() { - c.running = true - go c.run() -} - -// Run the scheduler.. this is private just due to the need to synchronize -// access to the 'running' state variable. -func (c *Cron) run() { - // Figure out the next activation times for each entry. - now := time.Now().Local() - for _, entry := range c.entries { - entry.Next = entry.Schedule.Next(now) + if setting.Cron.RepoHealthCheck.Enabled { + entry, err = c.AddFunc("Repository health check", setting.Cron.RepoHealthCheck.Schedule, models.GitFsck) + if err != nil { + log.Fatal(4, "Cron[Repository health check]: %v", err) + } + if setting.Cron.RepoHealthCheck.RunAtStart { + entry.Prev = time.Now() + entry.ExecTimes++ + go models.GitFsck() + } } - - for { - // Determine the next entry to run. - sort.Sort(byTime(c.entries)) - - var effective time.Time - if len(c.entries) == 0 || c.entries[0].Next.IsZero() { - // If there are no entries yet, just sleep - it still handles new entries - // and stop requests. - effective = now.AddDate(10, 0, 0) - } else { - effective = c.entries[0].Next + if setting.Cron.CheckRepoStats.Enabled { + entry, err = c.AddFunc("Check repository statistics", setting.Cron.CheckRepoStats.Schedule, models.CheckRepoStats) + if err != nil { + log.Fatal(4, "Cron[Check repository statistics]: %v", err) } - - select { - case now = <-time.After(effective.Sub(now)): - // Run every entry whose next time was this effective time. - for _, e := range c.entries { - if e.Next != effective { - break - } - go e.Job.Run() - e.ExecTimes++ - e.Prev = e.Next - e.Next = e.Schedule.Next(effective) - } - continue - - case newEntry := <-c.add: - c.entries = append(c.entries, newEntry) - newEntry.Next = newEntry.Schedule.Next(now) - - case <-c.snapshot: - c.snapshot <- c.entrySnapshot() - - case <-c.stop: - return + if setting.Cron.CheckRepoStats.RunAtStart { + entry.Prev = time.Now() + entry.ExecTimes++ + go models.CheckRepoStats() } - - // 'now' should be updated after newEntry and snapshot cases. - now = time.Now().Local() } + c.Start() } -// Stop the cron scheduler. -func (c *Cron) Stop() { - c.stop <- struct{}{} - c.running = false -} - -// entrySnapshot returns a copy of the current cron entry list. -func (c *Cron) entrySnapshot() []*Entry { - entries := make([]*Entry, 0, len(c.entries)) - for _, e := range c.entries { - entries = append(entries, &Entry{ - Description: e.Description, - Spec: e.Spec, - Schedule: e.Schedule, - Next: e.Next, - Prev: e.Prev, - Job: e.Job, - ExecTimes: e.ExecTimes, - }) - } - return entries +// ListTasks returns all running cron tasks. +func ListTasks() []*cron.Entry { + return c.Entries() } diff --git a/modules/cron/cron_test.go b/modules/cron/cron_test.go deleted file mode 100644 index 417247a05..000000000 --- a/modules/cron/cron_test.go +++ /dev/null @@ -1,255 +0,0 @@ -package cron - -import ( - "fmt" - "sync" - "testing" - "time" -) - -// Many tests schedule a job for every second, and then wait at most a second -// for it to run. This amount is just slightly larger than 1 second to -// compensate for a few milliseconds of runtime. -const ONE_SECOND = 1*time.Second + 10*time.Millisecond - -// Start and stop cron with no entries. -func TestNoEntries(t *testing.T) { - cron := New() - cron.Start() - - select { - case <-time.After(ONE_SECOND): - t.FailNow() - case <-stop(cron): - } -} - -// Start, stop, then add an entry. Verify entry doesn't run. -func TestStopCausesJobsToNotRun(t *testing.T) { - wg := &sync.WaitGroup{} - wg.Add(1) - - cron := New() - cron.Start() - cron.Stop() - cron.AddFunc("", "* * * * * ?", func() { wg.Done() }) - - select { - case <-time.After(ONE_SECOND): - // No job ran! - case <-wait(wg): - t.FailNow() - } -} - -// Add a job, start cron, expect it runs. -func TestAddBeforeRunning(t *testing.T) { - wg := &sync.WaitGroup{} - wg.Add(1) - - cron := New() - cron.AddFunc("", "* * * * * ?", func() { wg.Done() }) - cron.Start() - defer cron.Stop() - - // Give cron 2 seconds to run our job (which is always activated). - select { - case <-time.After(ONE_SECOND): - t.FailNow() - case <-wait(wg): - } -} - -// Start cron, add a job, expect it runs. -func TestAddWhileRunning(t *testing.T) { - wg := &sync.WaitGroup{} - wg.Add(1) - - cron := New() - cron.Start() - defer cron.Stop() - cron.AddFunc("", "* * * * * ?", func() { wg.Done() }) - - select { - case <-time.After(ONE_SECOND): - t.FailNow() - case <-wait(wg): - } -} - -// Test timing with Entries. -func TestSnapshotEntries(t *testing.T) { - wg := &sync.WaitGroup{} - wg.Add(1) - - cron := New() - cron.AddFunc("", "@every 2s", func() { wg.Done() }) - cron.Start() - defer cron.Stop() - - // Cron should fire in 2 seconds. After 1 second, call Entries. - select { - case <-time.After(ONE_SECOND): - cron.Entries() - } - - // Even though Entries was called, the cron should fire at the 2 second mark. - select { - case <-time.After(ONE_SECOND): - t.FailNow() - case <-wait(wg): - } - -} - -// Test that the entries are correctly sorted. -// Add a bunch of long-in-the-future entries, and an immediate entry, and ensure -// that the immediate entry runs immediately. -// Also: Test that multiple jobs run in the same instant. -func TestMultipleEntries(t *testing.T) { - wg := &sync.WaitGroup{} - wg.Add(2) - - cron := New() - cron.AddFunc("", "0 0 0 1 1 ?", func() {}) - cron.AddFunc("", "* * * * * ?", func() { wg.Done() }) - cron.AddFunc("", "0 0 0 31 12 ?", func() {}) - cron.AddFunc("", "* * * * * ?", func() { wg.Done() }) - - cron.Start() - defer cron.Stop() - - select { - case <-time.After(ONE_SECOND): - t.FailNow() - case <-wait(wg): - } -} - -// Test running the same job twice. -func TestRunningJobTwice(t *testing.T) { - wg := &sync.WaitGroup{} - wg.Add(2) - - cron := New() - cron.AddFunc("", "0 0 0 1 1 ?", func() {}) - cron.AddFunc("", "0 0 0 31 12 ?", func() {}) - cron.AddFunc("", "* * * * * ?", func() { wg.Done() }) - - cron.Start() - defer cron.Stop() - - select { - case <-time.After(2 * ONE_SECOND): - t.FailNow() - case <-wait(wg): - } -} - -func TestRunningMultipleSchedules(t *testing.T) { - wg := &sync.WaitGroup{} - wg.Add(2) - - cron := New() - cron.AddFunc("", "0 0 0 1 1 ?", func() {}) - cron.AddFunc("", "0 0 0 31 12 ?", func() {}) - cron.AddFunc("", "* * * * * ?", func() { wg.Done() }) - cron.Schedule("", "", Every(time.Minute), FuncJob(func() {})) - cron.Schedule("", "", Every(time.Second), FuncJob(func() { wg.Done() })) - cron.Schedule("", "", Every(time.Hour), FuncJob(func() {})) - - cron.Start() - defer cron.Stop() - - select { - case <-time.After(2 * ONE_SECOND): - t.FailNow() - case <-wait(wg): - } -} - -// Test that the cron is run in the local time zone (as opposed to UTC). -func TestLocalTimezone(t *testing.T) { - wg := &sync.WaitGroup{} - wg.Add(1) - - now := time.Now().Local() - spec := fmt.Sprintf("%d %d %d %d %d ?", - now.Second()+1, now.Minute(), now.Hour(), now.Day(), now.Month()) - - cron := New() - cron.AddFunc("", spec, func() { wg.Done() }) - cron.Start() - defer cron.Stop() - - select { - case <-time.After(ONE_SECOND): - t.FailNow() - case <-wait(wg): - } -} - -type testJob struct { - wg *sync.WaitGroup - name string -} - -func (t testJob) Run() { - t.wg.Done() -} - -// Simple test using Runnables. -func TestJob(t *testing.T) { - wg := &sync.WaitGroup{} - wg.Add(1) - - cron := New() - cron.AddJob("", "0 0 0 30 Feb ?", testJob{wg, "job0"}) - cron.AddJob("", "0 0 0 1 1 ?", testJob{wg, "job1"}) - cron.AddJob("", "* * * * * ?", testJob{wg, "job2"}) - cron.AddJob("", "1 0 0 1 1 ?", testJob{wg, "job3"}) - cron.Schedule("", "", Every(5*time.Second+5*time.Nanosecond), testJob{wg, "job4"}) - cron.Schedule("", "", Every(5*time.Minute), testJob{wg, "job5"}) - - cron.Start() - defer cron.Stop() - - select { - case <-time.After(ONE_SECOND): - t.FailNow() - case <-wait(wg): - } - - // Ensure the entries are in the right order. - expecteds := []string{"job2", "job4", "job5", "job1", "job3", "job0"} - - var actuals []string - for _, entry := range cron.Entries() { - actuals = append(actuals, entry.Job.(testJob).name) - } - - for i, expected := range expecteds { - if actuals[i] != expected { - t.Errorf("Jobs not in the right order. (expected) %s != %s (actual)", expecteds, actuals) - t.FailNow() - } - } -} - -func wait(wg *sync.WaitGroup) chan bool { - ch := make(chan bool) - go func() { - wg.Wait() - ch <- true - }() - return ch -} - -func stop(cron *Cron) chan bool { - ch := make(chan bool) - go func() { - cron.Stop() - ch <- true - }() - return ch -} diff --git a/modules/cron/doc.go b/modules/cron/doc.go deleted file mode 100644 index 258fe1eff..000000000 --- a/modules/cron/doc.go +++ /dev/null @@ -1,129 +0,0 @@ -/* -Package cron implements a cron spec parser and job runner. - -Usage - -Callers may register Funcs to be invoked on a given schedule. Cron will run -them in their own goroutines. - - c := cron.New() - c.AddFunc("Every hour on the half hour","0 30 * * * *", func() { fmt.Println("Every hour on the half hour") }) - c.AddFunc("Every hour","@hourly", func() { fmt.Println("Every hour") }) - c.AddFunc("Every hour and a half","@every 1h30m", func() { fmt.Println("Every hour thirty") }) - c.Start() - .. - // Funcs are invoked in their own goroutine, asynchronously. - ... - // Funcs may also be added to a running Cron - c.AddFunc("@daily", func() { fmt.Println("Every day") }) - .. - // Inspect the cron job entries' next and previous run times. - inspect(c.Entries()) - .. - c.Stop() // Stop the scheduler (does not stop any jobs already running). - -CRON Expression Format - -A cron expression represents a set of times, using 6 space-separated fields. - - Field name | Mandatory? | Allowed values | Allowed special characters - ---------- | ---------- | -------------- | -------------------------- - Seconds | Yes | 0-59 | * / , - - Minutes | Yes | 0-59 | * / , - - Hours | Yes | 0-23 | * / , - - Day of month | Yes | 1-31 | * / , - ? - Month | Yes | 1-12 or JAN-DEC | * / , - - Day of week | Yes | 0-6 or SUN-SAT | * / , - ? - -Note: Month and Day-of-week field values are case insensitive. "SUN", "Sun", -and "sun" are equally accepted. - -Special Characters - -Asterisk ( * ) - -The asterisk indicates that the cron expression will match for all values of the -field; e.g., using an asterisk in the 5th field (month) would indicate every -month. - -Slash ( / ) - -Slashes are used to describe increments of ranges. For example 3-59/15 in the -1st field (minutes) would indicate the 3rd minute of the hour and every 15 -minutes thereafter. The form "*\/..." is equivalent to the form "first-last/...", -that is, an increment over the largest possible range of the field. The form -"N/..." is accepted as meaning "N-MAX/...", that is, starting at N, use the -increment until the end of that specific range. It does not wrap around. - -Comma ( , ) - -Commas are used to separate items of a list. For example, using "MON,WED,FRI" in -the 5th field (day of week) would mean Mondays, Wednesdays and Fridays. - -Hyphen ( - ) - -Hyphens are used to define ranges. For example, 9-17 would indicate every -hour between 9am and 5pm inclusive. - -Question mark ( ? ) - -Question mark may be used instead of '*' for leaving either day-of-month or -day-of-week blank. - -Predefined schedules - -You may use one of several pre-defined schedules in place of a cron expression. - - Entry | Description | Equivalent To - ----- | ----------- | ------------- - @yearly (or @annually) | Run once a year, midnight, Jan. 1st | 0 0 0 1 1 * - @monthly | Run once a month, midnight, first of month | 0 0 0 1 * * - @weekly | Run once a week, midnight on Sunday | 0 0 0 * * 0 - @daily (or @midnight) | Run once a day, midnight | 0 0 0 * * * - @hourly | Run once an hour, beginning of hour | 0 0 * * * * - -Intervals - -You may also schedule a job to execute at fixed intervals. This is supported by -formatting the cron spec like this: - - @every - -where "duration" is a string accepted by time.ParseDuration -(http://golang.org/pkg/time/#ParseDuration). - -For example, "@every 1h30m10s" would indicate a schedule that activates every -1 hour, 30 minutes, 10 seconds. - -Note: The interval does not take the job runtime into account. For example, -if a job takes 3 minutes to run, and it is scheduled to run every 5 minutes, -it will have only 2 minutes of idle time between each run. - -Time zones - -All interpretation and scheduling is done in the machine's local time zone (as -provided by the Go time package (http://www.golang.org/pkg/time). - -Be aware that jobs scheduled during daylight-savings leap-ahead transitions will -not be run! - -Thread safety - -Since the Cron service runs concurrently with the calling code, some amount of -care must be taken to ensure proper synchronization. - -All cron methods are designed to be correctly synchronized as long as the caller -ensures that invocations have a clear happens-before ordering between them. - -Implementation - -Cron entries are stored in an array, sorted by their next activation time. Cron -sleeps until the next job is due to be run. - -Upon waking: - - it runs each entry that is active on that second - - it calculates the next run times for the jobs that were run - - it re-sorts the array of entries by next activation time. - - it goes to sleep until the soonest job. -*/ -package cron diff --git a/modules/cron/parser.go b/modules/cron/parser.go deleted file mode 100644 index 4224fa930..000000000 --- a/modules/cron/parser.go +++ /dev/null @@ -1,231 +0,0 @@ -package cron - -import ( - "fmt" - "log" - "math" - "strconv" - "strings" - "time" -) - -// Parse returns a new crontab schedule representing the given spec. -// It returns a descriptive error if the spec is not valid. -// -// It accepts -// - Full crontab specs, e.g. "* * * * * ?" -// - Descriptors, e.g. "@midnight", "@every 1h30m" -func Parse(spec string) (_ Schedule, err error) { - // Convert panics into errors - defer func() { - if recovered := recover(); recovered != nil { - err = fmt.Errorf("%v", recovered) - } - }() - - if spec[0] == '@' { - return parseDescriptor(spec), nil - } - - // Split on whitespace. We require 5 or 6 fields. - // (second) (minute) (hour) (day of month) (month) (day of week, optional) - fields := strings.Fields(spec) - if len(fields) != 5 && len(fields) != 6 { - log.Panicf("Expected 5 or 6 fields, found %d: %s", len(fields), spec) - } - - // If a sixth field is not provided (DayOfWeek), then it is equivalent to star. - if len(fields) == 5 { - fields = append(fields, "*") - } - - schedule := &SpecSchedule{ - Second: getField(fields[0], seconds), - Minute: getField(fields[1], minutes), - Hour: getField(fields[2], hours), - Dom: getField(fields[3], dom), - Month: getField(fields[4], months), - Dow: getField(fields[5], dow), - } - - return schedule, nil -} - -// getField returns an Int with the bits set representing all of the times that -// the field represents. A "field" is a comma-separated list of "ranges". -func getField(field string, r bounds) uint64 { - // list = range {"," range} - var bits uint64 - ranges := strings.FieldsFunc(field, func(r rune) bool { return r == ',' }) - for _, expr := range ranges { - bits |= getRange(expr, r) - } - return bits -} - -// getRange returns the bits indicated by the given expression: -// number | number "-" number [ "/" number ] -func getRange(expr string, r bounds) uint64 { - - var ( - start, end, step uint - rangeAndStep = strings.Split(expr, "/") - lowAndHigh = strings.Split(rangeAndStep[0], "-") - singleDigit = len(lowAndHigh) == 1 - ) - - var extra_star uint64 - if lowAndHigh[0] == "*" || lowAndHigh[0] == "?" { - start = r.min - end = r.max - extra_star = starBit - } else { - start = parseIntOrName(lowAndHigh[0], r.names) - switch len(lowAndHigh) { - case 1: - end = start - case 2: - end = parseIntOrName(lowAndHigh[1], r.names) - default: - log.Panicf("Too many hyphens: %s", expr) - } - } - - switch len(rangeAndStep) { - case 1: - step = 1 - case 2: - step = mustParseInt(rangeAndStep[1]) - - // Special handling: "N/step" means "N-max/step". - if singleDigit { - end = r.max - } - default: - log.Panicf("Too many slashes: %s", expr) - } - - if start < r.min { - log.Panicf("Beginning of range (%d) below minimum (%d): %s", start, r.min, expr) - } - if end > r.max { - log.Panicf("End of range (%d) above maximum (%d): %s", end, r.max, expr) - } - if start > end { - log.Panicf("Beginning of range (%d) beyond end of range (%d): %s", start, end, expr) - } - - return getBits(start, end, step) | extra_star -} - -// parseIntOrName returns the (possibly-named) integer contained in expr. -func parseIntOrName(expr string, names map[string]uint) uint { - if names != nil { - if namedInt, ok := names[strings.ToLower(expr)]; ok { - return namedInt - } - } - return mustParseInt(expr) -} - -// mustParseInt parses the given expression as an int or panics. -func mustParseInt(expr string) uint { - num, err := strconv.Atoi(expr) - if err != nil { - log.Panicf("Failed to parse int from %s: %s", expr, err) - } - if num < 0 { - log.Panicf("Negative number (%d) not allowed: %s", num, expr) - } - - return uint(num) -} - -// getBits sets all bits in the range [min, max], modulo the given step size. -func getBits(min, max, step uint) uint64 { - var bits uint64 - - // If step is 1, use shifts. - if step == 1 { - return ^(math.MaxUint64 << (max + 1)) & (math.MaxUint64 << min) - } - - // Else, use a simple loop. - for i := min; i <= max; i += step { - bits |= 1 << i - } - return bits -} - -// all returns all bits within the given bounds. (plus the star bit) -func all(r bounds) uint64 { - return getBits(r.min, r.max, 1) | starBit -} - -// parseDescriptor returns a pre-defined schedule for the expression, or panics -// if none matches. -func parseDescriptor(spec string) Schedule { - switch spec { - case "@yearly", "@annually": - return &SpecSchedule{ - Second: 1 << seconds.min, - Minute: 1 << minutes.min, - Hour: 1 << hours.min, - Dom: 1 << dom.min, - Month: 1 << months.min, - Dow: all(dow), - } - - case "@monthly": - return &SpecSchedule{ - Second: 1 << seconds.min, - Minute: 1 << minutes.min, - Hour: 1 << hours.min, - Dom: 1 << dom.min, - Month: all(months), - Dow: all(dow), - } - - case "@weekly": - return &SpecSchedule{ - Second: 1 << seconds.min, - Minute: 1 << minutes.min, - Hour: 1 << hours.min, - Dom: all(dom), - Month: all(months), - Dow: 1 << dow.min, - } - - case "@daily", "@midnight": - return &SpecSchedule{ - Second: 1 << seconds.min, - Minute: 1 << minutes.min, - Hour: 1 << hours.min, - Dom: all(dom), - Month: all(months), - Dow: all(dow), - } - - case "@hourly": - return &SpecSchedule{ - Second: 1 << seconds.min, - Minute: 1 << minutes.min, - Hour: all(hours), - Dom: all(dom), - Month: all(months), - Dow: all(dow), - } - } - - const every = "@every " - if strings.HasPrefix(spec, every) { - duration, err := time.ParseDuration(spec[len(every):]) - if err != nil { - log.Panicf("Failed to parse duration %s: %s", spec, err) - } - return Every(duration) - } - - log.Panicf("Unrecognized descriptor: %s", spec) - return nil -} diff --git a/modules/cron/parser_test.go b/modules/cron/parser_test.go deleted file mode 100644 index f03299e5e..000000000 --- a/modules/cron/parser_test.go +++ /dev/null @@ -1,117 +0,0 @@ -package cron - -import ( - "reflect" - "testing" - "time" -) - -func TestRange(t *testing.T) { - ranges := []struct { - expr string - min, max uint - expected uint64 - }{ - {"5", 0, 7, 1 << 5}, - {"0", 0, 7, 1 << 0}, - {"7", 0, 7, 1 << 7}, - - {"5-5", 0, 7, 1 << 5}, - {"5-6", 0, 7, 1<<5 | 1<<6}, - {"5-7", 0, 7, 1<<5 | 1<<6 | 1<<7}, - - {"5-6/2", 0, 7, 1 << 5}, - {"5-7/2", 0, 7, 1<<5 | 1<<7}, - {"5-7/1", 0, 7, 1<<5 | 1<<6 | 1<<7}, - - {"*", 1, 3, 1<<1 | 1<<2 | 1<<3 | starBit}, - {"*/2", 1, 3, 1<<1 | 1<<3 | starBit}, - } - - for _, c := range ranges { - actual := getRange(c.expr, bounds{c.min, c.max, nil}) - if actual != c.expected { - t.Errorf("%s => (expected) %d != %d (actual)", c.expr, c.expected, actual) - } - } -} - -func TestField(t *testing.T) { - fields := []struct { - expr string - min, max uint - expected uint64 - }{ - {"5", 1, 7, 1 << 5}, - {"5,6", 1, 7, 1<<5 | 1<<6}, - {"5,6,7", 1, 7, 1<<5 | 1<<6 | 1<<7}, - {"1,5-7/2,3", 1, 7, 1<<1 | 1<<5 | 1<<7 | 1<<3}, - } - - for _, c := range fields { - actual := getField(c.expr, bounds{c.min, c.max, nil}) - if actual != c.expected { - t.Errorf("%s => (expected) %d != %d (actual)", c.expr, c.expected, actual) - } - } -} - -func TestBits(t *testing.T) { - allBits := []struct { - r bounds - expected uint64 - }{ - {minutes, 0xfffffffffffffff}, // 0-59: 60 ones - {hours, 0xffffff}, // 0-23: 24 ones - {dom, 0xfffffffe}, // 1-31: 31 ones, 1 zero - {months, 0x1ffe}, // 1-12: 12 ones, 1 zero - {dow, 0x7f}, // 0-6: 7 ones - } - - for _, c := range allBits { - actual := all(c.r) // all() adds the starBit, so compensate for that.. - if c.expected|starBit != actual { - t.Errorf("%d-%d/%d => (expected) %b != %b (actual)", - c.r.min, c.r.max, 1, c.expected|starBit, actual) - } - } - - bits := []struct { - min, max, step uint - expected uint64 - }{ - - {0, 0, 1, 0x1}, - {1, 1, 1, 0x2}, - {1, 5, 2, 0x2a}, // 101010 - {1, 4, 2, 0xa}, // 1010 - } - - for _, c := range bits { - actual := getBits(c.min, c.max, c.step) - if c.expected != actual { - t.Errorf("%d-%d/%d => (expected) %b != %b (actual)", - c.min, c.max, c.step, c.expected, actual) - } - } -} - -func TestSpecSchedule(t *testing.T) { - entries := []struct { - expr string - expected Schedule - }{ - {"* 5 * * * *", &SpecSchedule{all(seconds), 1 << 5, all(hours), all(dom), all(months), all(dow)}}, - {"@every 5m", ConstantDelaySchedule{time.Duration(5) * time.Minute}}, - } - - for _, c := range entries { - actual, err := Parse(c.expr) - if err != nil { - t.Error(err) - } - if !reflect.DeepEqual(actual, c.expected) { - t.Errorf("%s => (expected) %v != %v (actual)", c.expr, c.expected, actual) - } - } -} diff --git a/modules/cron/spec.go b/modules/cron/spec.go deleted file mode 100644 index cb3743325..000000000 --- a/modules/cron/spec.go +++ /dev/null @@ -1,161 +0,0 @@ -package cron - -import ( - "time" -) - -// SpecSchedule specifies a duty cycle (to the second granularity), based on a -// traditional crontab specification. It is computed initially and stored as bit sets. -type SpecSchedule struct { - Second, Minute, Hour, Dom, Month, Dow uint64 -} - -// bounds provides a range of acceptable values (plus a map of name to value). -type bounds struct { - min, max uint - names map[string]uint -} - -// The bounds for each field. -var ( - seconds = bounds{0, 59, nil} - minutes = bounds{0, 59, nil} - hours = bounds{0, 23, nil} - dom = bounds{1, 31, nil} - months = bounds{1, 12, map[string]uint{ - "jan": 1, - "feb": 2, - "mar": 3, - "apr": 4, - "may": 5, - "jun": 6, - "jul": 7, - "aug": 8, - "sep": 9, - "oct": 10, - "nov": 11, - "dec": 12, - }} - dow = bounds{0, 6, map[string]uint{ - "sun": 0, - "mon": 1, - "tue": 2, - "wed": 3, - "thu": 4, - "fri": 5, - "sat": 6, - }} -) - -const ( - // Set the top bit if a star was included in the expression. - starBit = 1 << 63 -) - -// Next returns the next time this schedule is activated, greater than the given -// time. If no time can be found to satisfy the schedule, return the zero time. -func (s *SpecSchedule) Next(t time.Time) time.Time { - // General approach: - // For Month, Day, Hour, Minute, Second: - // Check if the time value matches. If yes, continue to the next field. - // If the field doesn't match the schedule, then increment the field until it matches. - // While incrementing the field, a wrap-around brings it back to the beginning - // of the field list (since it is necessary to re-verify previous field - // values) - - // Start at the earliest possible time (the upcoming second). - t = t.Add(1*time.Second - time.Duration(t.Nanosecond())*time.Nanosecond) - - // This flag indicates whether a field has been incremented. - added := false - - // If no time is found within five years, return zero. - yearLimit := t.Year() + 5 - -WRAP: - if t.Year() > yearLimit { - return time.Time{} - } - - // Find the first applicable month. - // If it's this month, then do nothing. - for 1< 0 - dowMatch bool = 1< 0 - ) - - if s.Dom&starBit > 0 || s.Dow&starBit > 0 { - return domMatch && dowMatch - } - return domMatch || dowMatch -} diff --git a/modules/cron/spec_test.go b/modules/cron/spec_test.go deleted file mode 100644 index 855d79831..000000000 --- a/modules/cron/spec_test.go +++ /dev/null @@ -1,173 +0,0 @@ -package cron - -import ( - "testing" - "time" -) - -func TestActivation(t *testing.T) { - tests := []struct { - time, spec string - expected bool - }{ - // Every fifteen minutes. - {"Mon Jul 9 15:00 2012", "0 0/15 * * *", true}, - {"Mon Jul 9 15:45 2012", "0 0/15 * * *", true}, - {"Mon Jul 9 15:40 2012", "0 0/15 * * *", false}, - - // Every fifteen minutes, starting at 5 minutes. - {"Mon Jul 9 15:05 2012", "0 5/15 * * *", true}, - {"Mon Jul 9 15:20 2012", "0 5/15 * * *", true}, - {"Mon Jul 9 15:50 2012", "0 5/15 * * *", true}, - - // Named months - {"Sun Jul 15 15:00 2012", "0 0/15 * * Jul", true}, - {"Sun Jul 15 15:00 2012", "0 0/15 * * Jun", false}, - - // Everything set. - {"Sun Jul 15 08:30 2012", "0 30 08 ? Jul Sun", true}, - {"Sun Jul 15 08:30 2012", "0 30 08 15 Jul ?", true}, - {"Mon Jul 16 08:30 2012", "0 30 08 ? Jul Sun", false}, - {"Mon Jul 16 08:30 2012", "0 30 08 15 Jul ?", false}, - - // Predefined schedules - {"Mon Jul 9 15:00 2012", "@hourly", true}, - {"Mon Jul 9 15:04 2012", "@hourly", false}, - {"Mon Jul 9 15:00 2012", "@daily", false}, - {"Mon Jul 9 00:00 2012", "@daily", true}, - {"Mon Jul 9 00:00 2012", "@weekly", false}, - {"Sun Jul 8 00:00 2012", "@weekly", true}, - {"Sun Jul 8 01:00 2012", "@weekly", false}, - {"Sun Jul 8 00:00 2012", "@monthly", false}, - {"Sun Jul 1 00:00 2012", "@monthly", true}, - - // Test interaction of DOW and DOM. - // If both are specified, then only one needs to match. - {"Sun Jul 15 00:00 2012", "0 * * 1,15 * Sun", true}, - {"Fri Jun 15 00:00 2012", "0 * * 1,15 * Sun", true}, - {"Wed Aug 1 00:00 2012", "0 * * 1,15 * Sun", true}, - - // However, if one has a star, then both need to match. - {"Sun Jul 15 00:00 2012", "0 * * * * Mon", false}, - {"Sun Jul 15 00:00 2012", "0 * * */10 * Sun", false}, - {"Mon Jul 9 00:00 2012", "0 * * 1,15 * *", false}, - {"Sun Jul 15 00:00 2012", "0 * * 1,15 * *", true}, - {"Sun Jul 15 00:00 2012", "0 * * */2 * Sun", true}, - } - - for _, test := range tests { - sched, err := Parse(test.spec) - if err != nil { - t.Error(err) - continue - } - actual := sched.Next(getTime(test.time).Add(-1 * time.Second)) - expected := getTime(test.time) - if test.expected && expected != actual || !test.expected && expected == actual { - t.Errorf("Fail evaluating %s on %s: (expected) %s != %s (actual)", - test.spec, test.time, expected, actual) - } - } -} - -func TestNext(t *testing.T) { - runs := []struct { - time, spec string - expected string - }{ - // Simple cases - {"Mon Jul 9 14:45 2012", "0 0/15 * * *", "Mon Jul 9 15:00 2012"}, - {"Mon Jul 9 14:59 2012", "0 0/15 * * *", "Mon Jul 9 15:00 2012"}, - {"Mon Jul 9 14:59:59 2012", "0 0/15 * * *", "Mon Jul 9 15:00 2012"}, - - // Wrap around hours - {"Mon Jul 9 15:45 2012", "0 20-35/15 * * *", "Mon Jul 9 16:20 2012"}, - - // Wrap around days - {"Mon Jul 9 23:46 2012", "0 */15 * * *", "Tue Jul 10 00:00 2012"}, - {"Mon Jul 9 23:45 2012", "0 20-35/15 * * *", "Tue Jul 10 00:20 2012"}, - {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 * * *", "Tue Jul 10 00:20:15 2012"}, - {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 1/2 * *", "Tue Jul 10 01:20:15 2012"}, - {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 10-12 * *", "Tue Jul 10 10:20:15 2012"}, - - {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 1/2 */2 * *", "Thu Jul 11 01:20:15 2012"}, - {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 * 9-20 * *", "Wed Jul 10 00:20:15 2012"}, - {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 * 9-20 Jul *", "Wed Jul 10 00:20:15 2012"}, - - // Wrap around months - {"Mon Jul 9 23:35 2012", "0 0 0 9 Apr-Oct ?", "Thu Aug 9 00:00 2012"}, - {"Mon Jul 9 23:35 2012", "0 0 0 */5 Apr,Aug,Oct Mon", "Mon Aug 6 00:00 2012"}, - {"Mon Jul 9 23:35 2012", "0 0 0 */5 Oct Mon", "Mon Oct 1 00:00 2012"}, - - // Wrap around years - {"Mon Jul 9 23:35 2012", "0 0 0 * Feb Mon", "Mon Feb 4 00:00 2013"}, - {"Mon Jul 9 23:35 2012", "0 0 0 * Feb Mon/2", "Fri Feb 1 00:00 2013"}, - - // Wrap around minute, hour, day, month, and year - {"Mon Dec 31 23:59:45 2012", "0 * * * * *", "Tue Jan 1 00:00:00 2013"}, - - // Leap year - {"Mon Jul 9 23:35 2012", "0 0 0 29 Feb ?", "Mon Feb 29 00:00 2016"}, - - // Daylight savings time EST -> EDT - {"2012-03-11T00:00:00-0500", "0 30 2 11 Mar ?", "2013-03-11T02:30:00-0400"}, - - // Daylight savings time EDT -> EST - {"2012-11-04T00:00:00-0400", "0 30 2 04 Nov ?", "2012-11-04T02:30:00-0500"}, - {"2012-11-04T01:45:00-0400", "0 30 1 04 Nov ?", "2012-11-04T01:30:00-0500"}, - - // Unsatisfiable - {"Mon Jul 9 23:35 2012", "0 0 0 30 Feb ?", ""}, - {"Mon Jul 9 23:35 2012", "0 0 0 31 Apr ?", ""}, - } - - for _, c := range runs { - sched, err := Parse(c.spec) - if err != nil { - t.Error(err) - continue - } - actual := sched.Next(getTime(c.time)) - expected := getTime(c.expected) - if !actual.Equal(expected) { - t.Errorf("%s, \"%s\": (expected) %v != %v (actual)", c.time, c.spec, expected, actual) - } - } -} - -func TestErrors(t *testing.T) { - invalidSpecs := []string{ - "xyz", - "60 0 * * *", - "0 60 * * *", - "0 0 * * XYZ", - } - for _, spec := range invalidSpecs { - _, err := Parse(spec) - if err == nil { - t.Error("expected an error parsing: ", spec) - } - } -} - -func getTime(value string) time.Time { - if value == "" { - return time.Time{} - } - t, err := time.Parse("Mon Jan 2 15:04 2006", value) - if err != nil { - t, err = time.Parse("Mon Jan 2 15:04:05 2006", value) - if err != nil { - t, err = time.Parse("2006-01-02T15:04:05-0700", value) - if err != nil { - panic(err) - } - // Daylight savings time tests require location - if ny, err := time.LoadLocation("America/New_York"); err == nil { - t = t.In(ny) - } - } - } - - return t -} diff --git a/modules/httplib/httplib_test.go b/modules/httplib/httplib_test.go deleted file mode 100644 index e3f6b5d40..000000000 --- a/modules/httplib/httplib_test.go +++ /dev/null @@ -1,206 +0,0 @@ -// Copyright 2013 The Beego Authors. All rights reserved. -// 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 httplib - -import ( - "io/ioutil" - "os" - "strings" - "testing" -) - -func TestResponse(t *testing.T) { - req := Get("http://httpbin.org/get") - resp, err := req.Response() - if err != nil { - t.Fatal(err) - } - t.Log(resp) -} - -func TestGet(t *testing.T) { - req := Get("http://httpbin.org/get") - b, err := req.Bytes() - if err != nil { - t.Fatal(err) - } - t.Log(b) - - s, err := req.String() - if err != nil { - t.Fatal(err) - } - t.Log(s) - - if string(b) != s { - t.Fatal("request data not match") - } -} - -func TestSimplePost(t *testing.T) { - v := "smallfish" - req := Post("http://httpbin.org/post") - req.Param("username", v) - - str, err := req.String() - if err != nil { - t.Fatal(err) - } - t.Log(str) - - n := strings.Index(str, v) - if n == -1 { - t.Fatal(v + " not found in post") - } -} - -// func TestPostFile(t *testing.T) { -// v := "smallfish" -// req := Post("http://httpbin.org/post") -// req.Param("username", v) -// req.PostFile("uploadfile", "httplib_test.go") - -// str, err := req.String() -// if err != nil { -// t.Fatal(err) -// } -// t.Log(str) - -// n := strings.Index(str, v) -// if n == -1 { -// t.Fatal(v + " not found in post") -// } -// } - -func TestSimplePut(t *testing.T) { - str, err := Put("http://httpbin.org/put").String() - if err != nil { - t.Fatal(err) - } - t.Log(str) -} - -func TestSimpleDelete(t *testing.T) { - str, err := Delete("http://httpbin.org/delete").String() - if err != nil { - t.Fatal(err) - } - t.Log(str) -} - -func TestWithCookie(t *testing.T) { - v := "smallfish" - str, err := Get("http://httpbin.org/cookies/set?k1=" + v).SetEnableCookie(true).String() - if err != nil { - t.Fatal(err) - } - t.Log(str) - - str, err = Get("http://httpbin.org/cookies").SetEnableCookie(true).String() - if err != nil { - t.Fatal(err) - } - t.Log(str) - - n := strings.Index(str, v) - if n == -1 { - t.Fatal(v + " not found in cookie") - } -} - -func TestWithBasicAuth(t *testing.T) { - str, err := Get("http://httpbin.org/basic-auth/user/passwd").SetBasicAuth("user", "passwd").String() - if err != nil { - t.Fatal(err) - } - t.Log(str) - n := strings.Index(str, "authenticated") - if n == -1 { - t.Fatal("authenticated not found in response") - } -} - -func TestWithUserAgent(t *testing.T) { - v := "beego" - str, err := Get("http://httpbin.org/headers").SetUserAgent(v).String() - if err != nil { - t.Fatal(err) - } - t.Log(str) - - n := strings.Index(str, v) - if n == -1 { - t.Fatal(v + " not found in user-agent") - } -} - -func TestWithSetting(t *testing.T) { - v := "beego" - var setting BeegoHttpSettings - setting.EnableCookie = true - setting.UserAgent = v - setting.Transport = nil - SetDefaultSetting(setting) - - str, err := Get("http://httpbin.org/get").String() - if err != nil { - t.Fatal(err) - } - t.Log(str) - - n := strings.Index(str, v) - if n == -1 { - t.Fatal(v + " not found in user-agent") - } -} - -func TestToJson(t *testing.T) { - req := Get("http://httpbin.org/ip") - resp, err := req.Response() - if err != nil { - t.Fatal(err) - } - t.Log(resp) - - // httpbin will return http remote addr - type Ip struct { - Origin string `json:"origin"` - } - var ip Ip - err = req.ToJson(&ip) - if err != nil { - t.Fatal(err) - } - t.Log(ip.Origin) - - if n := strings.Count(ip.Origin, "."); n != 3 { - t.Fatal("response is not valid ip") - } -} - -func TestToFile(t *testing.T) { - f := "beego_testfile" - req := Get("http://httpbin.org/ip") - err := req.ToFile(f) - if err != nil { - t.Fatal(err) - } - defer os.Remove(f) - b, err := ioutil.ReadFile(f) - if n := strings.Index(string(b), "origin"); n == -1 { - t.Fatal(err) - } -} - -func TestHeader(t *testing.T) { - req := Get("http://httpbin.org/headers") - req.Header("User-Agent", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36") - str, err := req.String() - if err != nil { - t.Fatal(err) - } - t.Log(str) -} diff --git a/modules/log/database.go b/modules/log/database.go deleted file mode 100644 index 5857cb6d6..000000000 --- a/modules/log/database.go +++ /dev/null @@ -1,68 +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 log - -import ( - "encoding/json" - - "github.com/go-xorm/xorm" -) - -type Log struct { - Id int64 - Level int - Msg string `xorm:"TEXT"` -} - -// DatabaseWriter implements LoggerInterface and is used to log into database. -type DatabaseWriter struct { - Driver string `json:"driver"` - Conn string `json:"conn"` - Level int `json:"level"` - x *xorm.Engine -} - -func NewDatabase() LoggerInterface { - return &DatabaseWriter{Level: TRACE} -} - -// init database writer with json config. -// config like: -// { -// "driver": "mysql" -// "conn":"root:root@tcp(127.0.0.1:3306)/gogs?charset=utf8", -// "level": 0 -// } -// connection string is based on xorm. -func (d *DatabaseWriter) Init(jsonconfig string) (err error) { - if err = json.Unmarshal([]byte(jsonconfig), d); err != nil { - return err - } - d.x, err = xorm.NewEngine(d.Driver, d.Conn) - if err != nil { - return err - } - return d.x.Sync(new(Log)) -} - -// write message in database writer. -func (d *DatabaseWriter) WriteMsg(msg string, skip, level int) error { - if level < d.Level { - return nil - } - - _, err := d.x.Insert(&Log{Level: level, Msg: msg}) - return err -} - -func (_ *DatabaseWriter) Flush() { -} - -func (_ *DatabaseWriter) Destroy() { -} - -func init() { - Register("database", NewDatabase) -} diff --git a/modules/log/log.go b/modules/log/log.go index a17c912f3..5e4bf6c12 100644 --- a/modules/log/log.go +++ b/modules/log/log.go @@ -37,6 +37,7 @@ func NewLogger(bufLen int64, mode, config string) { } } +// FIXME: use same log level as other loggers. func NewGitLogger(logPath string) { os.MkdirAll(path.Dir(logPath), os.ModePerm) GitLogger = newLogger(0) diff --git a/modules/mailer/mail.go b/modules/mailer/mail.go index 456f85033..440ffdc01 100644 --- a/modules/mailer/mail.go +++ b/modules/mailer/mail.go @@ -7,12 +7,15 @@ 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" ) @@ -125,7 +128,7 @@ func SendIssueNotifyMail(u, owner *models.User, repo *models.Repository, issue * subject := fmt.Sprintf("[%s] %s (#%d)", repo.Name, issue.Name, issue.Index) content := fmt.Sprintf("%s
-
View it on Gogs.", - base.RenderSpecialLink([]byte(issue.Content), owner.Name+"/"+repo.Name, repo.ComposeMetas()), + 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) @@ -148,7 +151,7 @@ func SendIssueMentionMail(r macaron.Render, u, owner *models.User, data["IssueLink"] = fmt.Sprintf("%s/%s/issues/%d", owner.Name, repo.Name, issue.Index) data["Subject"] = subject data["ActUserName"] = u.DisplayName() - data["Content"] = string(base.RenderSpecialLink([]byte(issue.Content), owner.Name+"/"+repo.Name, repo.ComposeMetas())) + 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 { @@ -181,3 +184,7 @@ func SendCollaboratorMail(r macaron.Render, u, doer *models.User, repo *models.R 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 eafe04680..e1c453a22 100644 --- a/modules/mailer/mailer.go +++ b/modules/mailer/mailer.go @@ -197,7 +197,10 @@ func processMailQueue() { var mailQueue chan *Message func NewContext() { - if setting.MailService == nil { + // Need to check if mailQueue is nil because in during reinstall (user had installed + // before but swithed install lock off), this function will be called again + // while mail queue is already processing tasks, and produces a race condition. + if setting.MailService == nil || mailQueue != nil { return } diff --git a/modules/base/markdown.go b/modules/markdown/markdown.go similarity index 53% rename from modules/base/markdown.go rename to modules/markdown/markdown.go index 0ef379b8e..862f7d253 100644 --- a/modules/base/markdown.go +++ b/modules/markdown/markdown.go @@ -2,45 +2,51 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -package base +package markdown import ( "bytes" "fmt" "io" - "net/http" "path" "path/filepath" "regexp" "strings" "github.com/Unknwon/com" + "github.com/microcosm-cc/bluemonday" "github.com/russross/blackfriday" "golang.org/x/net/html" + "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/setting" ) -func isletter(c byte) bool { - return (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z') -} +var Sanitizer = bluemonday.UGCPolicy() + +// BuildSanitizer initializes sanitizer with allowed attributes based on settings. +// This function should only be called once during entire application lifecycle. +func BuildSanitizer() { + // Normal markdown-stuff + Sanitizer.AllowAttrs("class").Matching(regexp.MustCompile(`[\p{L}\p{N}\s\-_',:\[\]!\./\\\(\)&]*`)).OnElements("code") + + // Checkboxes + Sanitizer.AllowAttrs("type").Matching(regexp.MustCompile(`^checkbox$`)).OnElements("input") + Sanitizer.AllowAttrs("checked", "disabled").OnElements("input") -func isalnum(c byte) bool { - return (c >= '0' && c <= '9') || isletter(c) + // Custom URL-Schemes + Sanitizer.AllowURLSchemes(setting.Markdown.CustomURLSchemes...) } -var validLinks = [][]byte{[]byte("http://"), []byte("https://"), []byte("ftp://"), []byte("mailto://")} +var validLinksPattern = regexp.MustCompile(`^[a-z][\w-]+://`) +// isLink reports whether link fits valid format. func isLink(link []byte) bool { - for _, prefix := range validLinks { - if len(link) > len(prefix) && bytes.Equal(bytes.ToLower(link[:len(prefix)]), prefix) && isalnum(link[len(prefix)]) { - return true - } - } - - return false + return validLinksPattern.Match(link) } +// 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) { @@ -50,57 +56,46 @@ func IsMarkdownFile(name string) bool { return false } -func IsTextFile(data []byte) (string, bool) { - contentType := http.DetectContentType(data) - if strings.Index(contentType, "text/") != -1 { - return contentType, true - } - return contentType, false -} - -func IsImageFile(data []byte) (string, bool) { - contentType := http.DetectContentType(data) - if strings.Index(contentType, "image/") != -1 { - return contentType, true - } - return contentType, false -} - -// IsReadmeFile returns true if given file name suppose to be a README file. +// IsReadmeFile reports whether name looks like a README file +// based on its extension. func IsReadmeFile(name string) bool { name = strings.ToLower(name) if len(name) < 6 { return false } else if len(name) == 6 { - if name == "readme" { - return true - } - return false - } - if name[:7] == "readme." { - return true + return name == "readme" } - return false + return name[:7] == "readme." } var ( - MentionPattern = regexp.MustCompile(`(\s|^)@[0-9a-zA-Z_\.]+`) - commitPattern = regexp.MustCompile(`(\s|^)https?.*commit/[0-9a-zA-Z]+(#+[0-9a-zA-Z-]*)?`) - issueFullPattern = regexp.MustCompile(`(\s|^)https?.*issues/[0-9]+(#+[0-9a-zA-Z-]*)?`) - issueIndexPattern = regexp.MustCompile(`( |^|\()#[0-9]+\b`) - sha1CurrentPattern = regexp.MustCompile(`\b[0-9a-f]{40}\b`) + // MentionPattern matches string that mentions someone, e.g. @Unknwon + MentionPattern = regexp.MustCompile(`(\s|^)@[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 + CommitPattern = regexp.MustCompile(`(\s|^)https?.*commit/[0-9a-zA-Z]+(#+[0-9a-zA-Z-]*)?`) + + // 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`) + + // Sha1CurrentPattern matches string that represents a commit SHA, e.g. d8a994ef243349f321568f9e36d5c3f444b99cae + Sha1CurrentPattern = regexp.MustCompile(`\b[0-9a-f]{40}\b`) ) -type CustomRender struct { +// Renderer is a extended version of underlying render object. +type Renderer struct { blackfriday.Renderer urlPrefix string } -func (r *CustomRender) Link(out *bytes.Buffer, link []byte, title []byte, content []byte) { +// Link defines how formal links should be processed to produce corresponding HTML elements. +func (r *Renderer) Link(out *bytes.Buffer, link []byte, title []byte, content []byte) { if len(link) > 0 && !isLink(link) { - if link[0] == '#' { - // link = append([]byte(options.urlPrefix), link...) - } else { + if link[0] != '#' { link = []byte(path.Join(r.urlPrefix, string(link))) } } @@ -108,14 +103,17 @@ func (r *CustomRender) Link(out *bytes.Buffer, link []byte, title []byte, conten r.Renderer.Link(out, link, title, content) } -func (r *CustomRender) AutoLink(out *bytes.Buffer, link []byte, kind int) { - if kind != 1 { +// AutoLink defines how auto-detected links should be processed to produce corresponding HTML elements. +// Reference for kind: https://github.com/russross/blackfriday/blob/master/markdown.go#L69-L76 +func (r *Renderer) AutoLink(out *bytes.Buffer, link []byte, kind int) { + if kind != blackfriday.LINK_TYPE_NORMAL { r.Renderer.AutoLink(out, link, kind) return } - // This method could only possibly serve one link at a time, no need to find all. - m := commitPattern.Find(link) + // 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/") @@ -123,11 +121,11 @@ func (r *CustomRender) AutoLink(out *bytes.Buffer, link []byte, kind int) { if j == -1 { j = len(m) } - out.WriteString(fmt.Sprintf(` %s`, m, ShortSha(string(m[i+7:j])))) + out.WriteString(fmt.Sprintf(` %s`, m, base.ShortSha(string(m[i+7:j])))) return } - m = issueFullPattern.Find(link) + m = IssueFullPattern.Find(link) if m != nil { m = bytes.TrimSpace(m) i := strings.Index(string(m), "issues/") @@ -135,14 +133,16 @@ func (r *CustomRender) AutoLink(out *bytes.Buffer, link []byte, kind int) { if j == -1 { j = len(m) } - out.WriteString(fmt.Sprintf(` #%s`, m, ShortSha(string(m[i+7:j])))) + out.WriteString(fmt.Sprintf(` #%s`, m, base.ShortSha(string(m[i+7:j])))) return } r.Renderer.AutoLink(out, link, kind) } -func (options *CustomRender) ListItem(out *bytes.Buffer, text []byte, flags int) { +// ListItem defines how list items should be processed to produce corresponding HTML elements. +func (options *Renderer) ListItem(out *bytes.Buffer, text []byte, flags int) { + // Detect procedures to draw checkboxes. switch { case bytes.HasPrefix(text, []byte("[ ] ")): text = append([]byte(``), text[3:]...) @@ -152,16 +152,24 @@ func (options *CustomRender) ListItem(out *bytes.Buffer, text []byte, flags int) options.Renderer.ListItem(out, text, flags) } +// Note: this section is for purpose of increase performance and +// reduce memory allocation at runtime since they are constant literals. var ( svgSuffix = []byte(".svg") svgSuffixWithMark = []byte(".svg?") + spaceBytes = []byte(" ") + spaceEncodedBytes = []byte("%20") + space = " " + spaceEncoded = "%20" ) -func (r *CustomRender) Image(out *bytes.Buffer, link []byte, title []byte, alt []byte) { +// Image defines how images should be processed to produce corresponding HTML elements. +func (r *Renderer) Image(out *bytes.Buffer, link []byte, title []byte, alt []byte) { prefix := strings.Replace(r.urlPrefix, "/src/", "/raw/", 1) if len(link) > 0 { if isLink(link) { // External link with .svg suffix usually means CI status. + // TODO: define a keyword to allow non-svg images render as external link. if bytes.HasSuffix(link, svgSuffix) || bytes.Contains(link, svgSuffixWithMark) { r.Renderer.Image(out, link, title, alt) return @@ -170,7 +178,8 @@ func (r *CustomRender) Image(out *bytes.Buffer, link []byte, title []byte, alt [ if link[0] != '/' { prefix += "/" } - link = []byte(prefix + string(link)) + link = bytes.Replace([]byte((prefix + string(link))), spaceBytes, spaceEncodedBytes, -1) + fmt.Println(333, string(link)) } } @@ -181,42 +190,55 @@ func (r *CustomRender) Image(out *bytes.Buffer, link []byte, title []byte, alt [ out.WriteString("") } +// cutoutVerbosePrefix cutouts URL prefix including sub-path to +// return a clean unified string of request URL path. func cutoutVerbosePrefix(prefix string) string { count := 0 for i := 0; i < len(prefix); i++ { if prefix[i] == '/' { count++ } - if count >= 3 { + if count >= 3+setting.AppSubUrlDepth { return prefix[:i] } } return prefix } +// 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) + ms := IssueIndexPattern.FindAll(rawBytes, -1) for _, m := range ms { var space string - m2 := m - if m2[0] != '#' { - space = string(m2[0]) - m2 = m2[1:] + if m[0] != '#' { + space = string(m[0]) + m = m[1:] } if metas == nil { rawBytes = bytes.Replace(rawBytes, m, []byte(fmt.Sprintf(`%s%s`, - space, urlPrefix, m2[1:], m2)), 1) + space, urlPrefix, m[1:], m)), 1) } else { // Support for external issue tracker - metas["index"] = string(m2[1:]) + metas["index"] = string(m[1:]) rawBytes = bytes.Replace(rawBytes, m, []byte(fmt.Sprintf(`%s%s`, - space, com.Expand(metas["format"], metas), m2)), 1) + space, com.Expand(metas["format"], metas), m)), 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 +} + +// 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 { @@ -230,20 +252,12 @@ func RenderSpecialLink(rawBytes []byte, urlPrefix string, metas map[string]strin return rawBytes } -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, ShortSha(string(m)))), -1) - } - return rawBytes -} - -func RenderRawMarkdown(body []byte, urlPrefix string) []byte { +// RenderRaw renders Markdown to HTML without handling special links. +func RenderRaw(body []byte, urlPrefix string) []byte { htmlFlags := 0 htmlFlags |= blackfriday.HTML_SKIP_STYLE htmlFlags |= blackfriday.HTML_OMIT_CONTENTS - renderer := &CustomRender{ + renderer := &Renderer{ Renderer: blackfriday.HtmlRenderer(htmlFlags, "", ""), urlPrefix: urlPrefix, } @@ -273,9 +287,9 @@ var ( var noEndTags = []string{"img", "input", "br", "hr"} -// PostProcessMarkdown treats different types of HTML differently, +// PostProcess treats different types of HTML differently, // and only renders special links for plain text blocks. -func PostProcessMarkdown(rawHtml []byte, urlPrefix string, metas map[string]string) []byte { +func PostProcess(rawHtml []byte, urlPrefix string, metas map[string]string) []byte { startTags := make([]string, 0, 5) var buf bytes.Buffer tokenizer := html.NewTokenizer(bytes.NewReader(rawHtml)) @@ -304,10 +318,10 @@ OUTER_LOOP: } // If this is the close tag to the outer-most, we are done - if token.Type == html.EndTagToken && strings.EqualFold(tagName, token.Data) { + if token.Type == html.EndTagToken { stackNum-- - if stackNum == 0 { + if stackNum <= 0 && strings.EqualFold(tagName, token.Data) { break } } @@ -343,13 +357,16 @@ OUTER_LOOP: return rawHtml } -func RenderMarkdown(rawBytes []byte, urlPrefix string, metas map[string]string) []byte { - result := RenderRawMarkdown(rawBytes, urlPrefix) - result = PostProcessMarkdown(result, urlPrefix, metas) +// Render renders Markdown to HTML with special links. +func Render(rawBytes []byte, urlPrefix string, metas map[string]string) []byte { + urlPrefix = strings.Replace(urlPrefix, space, spaceEncoded, -1) + result := RenderRaw(rawBytes, urlPrefix) + result = PostProcess(result, urlPrefix, metas) result = Sanitizer.SanitizeBytes(result) return result } -func RenderMarkdownString(raw, urlPrefix string, metas map[string]string) string { - return string(RenderMarkdown([]byte(raw), urlPrefix, metas)) +// RenderString renders Markdown to HTML with special links and returns string type. +func RenderString(raw, urlPrefix string, metas map[string]string) string { + return string(Render([]byte(raw), urlPrefix, metas)) } diff --git a/modules/middleware/auth.go b/modules/middleware/auth.go deleted file mode 100644 index 5c470d9a7..000000000 --- a/modules/middleware/auth.go +++ /dev/null @@ -1,133 +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 middleware - -import ( - "fmt" - "net/url" - - "github.com/go-macaron/csrf" - "gopkg.in/macaron.v1" - - "github.com/gogits/gogs/models" - "github.com/gogits/gogs/modules/auth" - "github.com/gogits/gogs/modules/base" - "github.com/gogits/gogs/modules/log" - "github.com/gogits/gogs/modules/setting" -) - -type ToggleOptions struct { - SignInRequire bool - SignOutRequire bool - AdminRequire bool - DisableCsrf bool -} - -// AutoSignIn reads cookie and try to auto-login. -func AutoSignIn(ctx *Context) (bool, error) { - if !models.HasEngine { - return false, nil - } - - uname := ctx.GetCookie(setting.CookieUserName) - if len(uname) == 0 { - return false, nil - } - - isSucceed := false - defer func() { - if !isSucceed { - log.Trace("auto-login cookie cleared: %s", uname) - ctx.SetCookie(setting.CookieUserName, "", -1, setting.AppSubUrl) - ctx.SetCookie(setting.CookieRememberName, "", -1, setting.AppSubUrl) - } - }() - - u, err := models.GetUserByName(uname) - if err != nil { - if !models.IsErrUserNotExist(err) { - return false, fmt.Errorf("GetUserByName: %v", err) - } - return false, nil - } - - if val, _ := ctx.GetSuperSecureCookie( - base.EncodeMD5(u.Rands+u.Passwd), setting.CookieRememberName); val != u.Name { - return false, nil - } - - isSucceed = true - ctx.Session.Set("uid", u.Id) - ctx.Session.Set("uname", u.Name) - return true, nil -} - -func Toggle(options *ToggleOptions) macaron.Handler { - return func(ctx *Context) { - // Cannot view any page before installation. - if !setting.InstallLock { - ctx.Redirect(setting.AppSubUrl + "/install") - 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)) - return - } - - // Redirect to dashboard if user tries to visit any non-login page. - if options.SignOutRequire && ctx.IsSigned && ctx.Req.RequestURI != "/" { - ctx.Redirect(setting.AppSubUrl + "/") - return - } - - if !options.SignOutRequire && !options.DisableCsrf && ctx.Req.Method == "POST" && !auth.IsAPIPath(ctx.Req.URL.Path) { - csrf.Validate(ctx.Context, ctx.csrf) - if ctx.Written() { - return - } - } - - if options.SignInRequire { - if !ctx.IsSigned { - // Restrict API calls with error message. - if auth.IsAPIPath(ctx.Req.URL.Path) { - ctx.APIError(403, "", "Only signed in user is allowed to call APIs.") - return - } - - ctx.SetCookie("redirect_to", url.QueryEscape(setting.AppSubUrl+ctx.Req.RequestURI), 0, setting.AppSubUrl) - ctx.Redirect(setting.AppSubUrl + "/user/login") - return - } else if !ctx.User.IsActive && setting.Service.RegisterEmailConfirm { - ctx.Data["Title"] = ctx.Tr("auth.active_your_account") - ctx.HTML(200, "user/auth/activate") - return - } - } - - // Try auto-signin when not signed in. - if !options.SignOutRequire && !ctx.IsSigned && !auth.IsAPIPath(ctx.Req.URL.Path) { - succeed, err := AutoSignIn(ctx) - if err != nil { - ctx.Handle(500, "AutoSignIn", err) - return - } else if succeed { - log.Trace("Auto-login succeed: %s", ctx.Session.Get("uname")) - ctx.Redirect(setting.AppSubUrl + ctx.Req.RequestURI) - return - } - } - - if options.AdminRequire { - if !ctx.User.IsAdmin { - ctx.Error(403) - return - } - ctx.Data["PageIsAdmin"] = true - } - } -} diff --git a/modules/setting/setting.go b/modules/setting/setting.go index fcb234add..92eb04de9 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -48,23 +48,19 @@ var ( BuildGitHash string // App settings - AppVer string - AppName string - AppUrl string - AppSubUrl string - AppPath string - AppDataPath = "data" + AppVer string + AppName string + AppUrl string + AppSubUrl string + AppSubUrlDepth int // Number of slashes + AppPath string + AppDataPath string // Server settings Protocol Scheme Domain string HttpAddr, HttpPort string LocalURL string - DisableSSH bool - StartSSHServer bool - SSHDomain string - SSHPort int - SSHRootPath string OfflineMode bool DisableRouterLog bool CertFile, KeyFile string @@ -72,6 +68,19 @@ var ( EnableGzip bool LandingPageUrl LandingPage + SSH struct { + Disabled bool `ini:"DISABLE_SSH"` + StartBuiltinServer bool `ini:"START_SSH_SERVER"` + Domain string `ini:"SSH_DOMAIN"` + Port int `ini:"SSH_PORT"` + ListenPort int `ini:"SSH_LISTEN_PORT"` + RootPath string `ini:"SSH_ROOT_PATH"` + KeyTestPath string `ini:"SSH_KEY_TEST_PATH"` + KeygenPath string `ini:"SSH_KEYGEN_PATH"` + MinimumKeySizeCheck bool `ini:"-"` + MinimumKeySizes map[string]int `ini:"-"` + } + // Security settings InstallLock bool SecretKey string @@ -113,14 +122,15 @@ var ( AdminRepoPagingNum int AdminNoticePagingNum int AdminOrgPagingNum int + ThemeColorMetaTag string // Markdown sttings Markdown struct { EnableHardLineBreak bool + CustomURLSchemes []string `ini:"CUSTOM_URL_SCHEMES"` } // Picture settings - PictureService string AvatarUploadPath string GravatarSource string DisableGravatar bool @@ -146,12 +156,19 @@ var ( CacheConn string // Session settings - SessionConfig session.Options + 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 @@ -299,7 +316,9 @@ func NewContext() { if err != nil { log.Fatal(4, "Invalid ROOT_URL '%s': %s", AppUrl, err) } + // Suburl should start with '/' and end without '/', such as '/{subpath}'. AppSubUrl = strings.TrimSuffix(url.Path, "/") + AppSubUrlDepth = strings.Count(AppSubUrl, "/") Protocol = HTTP if sec.Key("PROTOCOL").String() == "https" { @@ -313,19 +332,10 @@ func NewContext() { 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 + "/") - DisableSSH = sec.Key("DISABLE_SSH").MustBool() - if !DisableSSH { - StartSSHServer = sec.Key("START_SSH_SERVER").MustBool() - } - SSHDomain = sec.Key("SSH_DOMAIN").MustString(Domain) - SSHPort = sec.Key("SSH_PORT").MustInt(22) - SSHRootPath = sec.Key("SSH_ROOT_PATH").MustString(path.Join(homeDir, ".ssh")) - if err := os.MkdirAll(SSHRootPath, 0700); err != nil { - log.Fatal(4, "Fail to create '%s': %v", SSHRootPath, err) - } OfflineMode = sec.Key("OFFLINE_MODE").MustBool() DisableRouterLog = sec.Key("DISABLE_ROUTER_LOG").MustBool() StaticRootPath = sec.Key("STATIC_ROOT_PATH").MustString(workDir) + AppDataPath = sec.Key("APP_DATA_PATH").MustString("data") EnableGzip = sec.Key("ENABLE_GZIP").MustBool() switch sec.Key("LANDING_PAGE").MustString("home") { @@ -335,6 +345,33 @@ func NewContext() { LandingPageUrl = LANDING_PAGE_HOME } + SSH.RootPath = path.Join(homeDir, ".ssh") + SSH.KeyTestPath = os.TempDir() + if err = Cfg.Section("server").MapTo(&SSH); err != nil { + log.Fatal(4, "Fail to map SSH settings: %v", err) + } + // When disable SSH, start builtin server value is ignored. + if SSH.Disabled { + SSH.StartBuiltinServer = false + } + + if !SSH.Disabled && !SSH.StartBuiltinServer { + if err := os.MkdirAll(SSH.RootPath, 0700); err != nil { + log.Fatal(4, "Fail to create '%s': %v", SSH.RootPath, err) + } else if err = os.MkdirAll(SSH.KeyTestPath, 0644); err != nil { + log.Fatal(4, "Fail to create '%s': %v", SSH.KeyTestPath, err) + } + } + + SSH.MinimumKeySizeCheck = sec.Key("MINIMUM_KEY_SIZE_CHECK").MustBool() + SSH.MinimumKeySizes = map[string]int{} + minimumKeySizes := Cfg.Section("ssh.minimum_key_sizes").Keys() + for _, key := range minimumKeySizes { + if key.MustInt() != -1 { + SSH.MinimumKeySizes[strings.ToLower(key.Name())] = key.MustInt() + } + } + sec = Cfg.Section("security") InstallLock = sec.Key("INSTALL_LOCK").MustBool() SecretKey = sec.Key("SECRET_KEY").String() @@ -403,9 +440,9 @@ func NewContext() { 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") sec = Cfg.Section("picture") - PictureService = sec.Key("SERVICE").In("server", []string{"server"}) AvatarUploadPath = sec.Key("AVATAR_UPLOAD_PATH").MustString(path.Join(AppDataPath, "avatars")) forcePathSeparator(AvatarUploadPath) if !filepath.IsAbs(AvatarUploadPath) { @@ -415,7 +452,7 @@ func NewContext() { case "duoshuo": GravatarSource = "http://gravatar.duoshuo.com/avatar/" case "gravatar": - GravatarSource = "//1.gravatar.com/avatar/" + GravatarSource = "https://secure.gravatar.com/avatar/" default: GravatarSource = source } @@ -449,7 +486,6 @@ var Service struct { DisableRegistration bool ShowRegistrationButton bool RequireSignInView bool - EnableCacheAvatar bool EnableNotifyMail bool EnableReverseProxyAuth bool EnableReverseProxyAutoRegister bool @@ -463,7 +499,6 @@ func newService() { Service.DisableRegistration = sec.Key("DISABLE_REGISTRATION").MustBool() Service.ShowRegistrationButton = sec.Key("SHOW_REGISTRATION_BUTTON").MustBool(!Service.DisableRegistration) Service.RequireSignInView = sec.Key("REQUIRE_SIGNIN_VIEW").MustBool() - Service.EnableCacheAvatar = sec.Key("ENABLE_CACHE_AVATAR").MustBool() Service.EnableReverseProxyAuth = sec.Key("ENABLE_REVERSE_PROXY_AUTHENTICATION").MustBool() Service.EnableReverseProxyAutoRegister = sec.Key("ENABLE_REVERSE_PROXY_AUTO_REGISTRATION").MustBool() Service.EnableCaptcha = sec.Key("ENABLE_CAPTCHA").MustBool() diff --git a/modules/ssh/ssh.go b/modules/ssh/ssh.go index 4a78d8455..ceecc9bbf 100644 --- a/modules/ssh/ssh.go +++ b/modules/ssh/ssh.go @@ -51,7 +51,7 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) { case "env": args := strings.Split(strings.Replace(payload, "\x00", "", -1), "\v") if len(args) != 2 { - log.Warn("Invalid env arguments: '%#v'", args) + log.Warn("SSH: Invalid env arguments: '%#v'", args) continue } args[0] = strings.TrimLeft(args[0], "\x04") @@ -62,32 +62,32 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) { } case "exec": cmdName := strings.TrimLeft(payload, "'()") - os.Setenv("SSH_ORIGINAL_COMMAND", cmdName) - log.Trace("Payload: %v", cmdName) + log.Trace("SSH: Payload: %v", cmdName) args := []string{"serv", "key-" + keyID, "--config=" + setting.CustomConf} - log.Trace("Arguments: %v", args) + log.Trace("SSH: Arguments: %v", args) cmd := exec.Command(setting.AppPath, args...) + cmd.Env = append(os.Environ(), "SSH_ORIGINAL_COMMAND="+cmdName) stdout, err := cmd.StdoutPipe() if err != nil { - log.Error(3, "StdoutPipe: %v", err) + log.Error(3, "SSH: StdoutPipe: %v", err) return } stderr, err := cmd.StderrPipe() if err != nil { - log.Error(3, "StderrPipe: %v", err) + log.Error(3, "SSH: StderrPipe: %v", err) return } input, err := cmd.StdinPipe() if err != nil { - log.Error(3, "StdinPipe: %v", err) + log.Error(3, "SSH: StdinPipe: %v", err) return } // FIXME: check timeout if err = cmd.Start(); err != nil { - log.Error(3, "Start: %v", err) + log.Error(3, "SSH: Start: %v", err) return } @@ -97,7 +97,7 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) { io.Copy(ch.Stderr(), stderr) if err = cmd.Wait(); err != nil { - log.Error(3, "Wait: %v", err) + log.Error(3, "SSH: Wait: %v", err) return } @@ -119,20 +119,31 @@ func listen(config *ssh.ServerConfig, port int) { // Once a ServerConfig has been configured, connections can be accepted. conn, err := listener.Accept() if err != nil { - log.Error(3, "Error accepting incoming connection: %v", err) + log.Error(3, "SSH: Error accepting incoming connection: %v", err) continue } + // Before use, a handshake must be performed on the incoming net.Conn. - sConn, chans, reqs, err := ssh.NewServerConn(conn, config) - if err != nil { - log.Error(3, "Error on handshaking: %v", err) - continue - } + // It must be handled in a separate goroutine, + // otherwise one user could easily block entire loop. + // For example, user could be asked to trust server key fingerprint and hangs. + go func() { + log.Trace("SSH: Handshaking for %s", conn.RemoteAddr()) + sConn, chans, reqs, err := ssh.NewServerConn(conn, config) + if err != nil { + if err == io.EOF { + log.Warn("SSH: Handshaking was terminated: %v", err) + } else { + log.Error(3, "SSH: Error on handshaking: %v", err) + } + return + } - log.Trace("Connection from %s (%s)", sConn.RemoteAddr(), sConn.ClientVersion()) - // The incoming Request channel must be serviced. - go ssh.DiscardRequests(reqs) - go handleServerConn(sConn.Permissions.Extensions["key-id"], chans) + log.Trace("SSH: Connection from %s (%s)", sConn.RemoteAddr(), sConn.ClientVersion()) + // The incoming Request channel must be serviced. + go ssh.DiscardRequests(reqs) + go handleServerConn(sConn.Permissions.Extensions["key-id"], chans) + }() } } @@ -156,16 +167,16 @@ func Listen(port int) { if err != nil { panic(fmt.Sprintf("Fail to generate private key: %v - %s", err, stderr)) } - log.Trace("New private key is generateed: %s", keyPath) + log.Trace("SSH: New private key is generateed: %s", keyPath) } privateBytes, err := ioutil.ReadFile(keyPath) if err != nil { - panic("Fail to load private key") + panic("SSH: Fail to load private key") } private, err := ssh.ParsePrivateKey(privateBytes) if err != nil { - panic("Fail to parse private key") + panic("SSH: Fail to parse private key") } config.AddHostKey(private) diff --git a/modules/template/highlight.go b/modules/template/highlight/highlight.go similarity index 99% rename from modules/template/highlight.go rename to modules/template/highlight/highlight.go index bd9813eef..bbf08e043 100644 --- a/modules/template/highlight.go +++ b/modules/template/highlight/highlight.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -package template +package highlight import ( "path" diff --git a/modules/template/template.go b/modules/template/template.go index 6099fcc98..79b3f8356 100644 --- a/modules/template/template.go +++ b/modules/template/template.go @@ -18,86 +18,92 @@ import ( "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/base" + "github.com/gogits/gogs/modules/markdown" "github.com/gogits/gogs/modules/setting" ) -var Funcs template.FuncMap = map[string]interface{}{ - "GoVer": func() string { - return strings.Title(runtime.Version()) - }, - "UseHTTPS": func() bool { - return strings.HasPrefix(setting.AppUrl, "https") - }, - "AppName": func() string { - return setting.AppName - }, - "AppSubUrl": func() string { - return setting.AppSubUrl - }, - "AppUrl": func() string { - return setting.AppUrl - }, - "AppVer": func() string { - return setting.AppVer - }, - "AppDomain": func() string { - return setting.Domain - }, - "DisableGravatar": func() bool { - return setting.DisableGravatar - }, - "LoadTimes": func(startTime time.Time) string { - return fmt.Sprint(time.Since(startTime).Nanoseconds()/1e6) + "ms" - }, - "AvatarLink": base.AvatarLink, - "Safe": Safe, - "Str2html": Str2html, - "TimeSince": base.TimeSince, - "RawTimeSince": base.RawTimeSince, - "FileSize": base.FileSize, - "Subtract": base.Subtract, - "Add": func(a, b int) int { - return a + b - }, - "ActionIcon": ActionIcon, - "DateFmtLong": func(t time.Time) string { - return t.Format(time.RFC1123Z) - }, - "DateFmtShort": func(t time.Time) string { - return t.Format("Jan 02, 2006") - }, - "List": List, - "Mail2Domain": func(mail string) string { - if !strings.Contains(mail, "@") { - return "try.gogs.io" - } +func NewFuncMap() []template.FuncMap { + return []template.FuncMap{map[string]interface{}{ + "GoVer": func() string { + return strings.Title(runtime.Version()) + }, + "UseHTTPS": func() bool { + return strings.HasPrefix(setting.AppUrl, "https") + }, + "AppName": func() string { + return setting.AppName + }, + "AppSubUrl": func() string { + return setting.AppSubUrl + }, + "AppUrl": func() string { + return setting.AppUrl + }, + "AppVer": func() string { + return setting.AppVer + }, + "AppDomain": func() string { + return setting.Domain + }, + "DisableGravatar": func() bool { + return setting.DisableGravatar + }, + "LoadTimes": func(startTime time.Time) string { + return fmt.Sprint(time.Since(startTime).Nanoseconds()/1e6) + "ms" + }, + "AvatarLink": base.AvatarLink, + "Safe": Safe, + "Str2html": Str2html, + "TimeSince": base.TimeSince, + "RawTimeSince": base.RawTimeSince, + "FileSize": base.FileSize, + "Subtract": base.Subtract, + "Add": func(a, b int) int { + return a + b + }, + "ActionIcon": ActionIcon, + "DateFmtLong": func(t time.Time) string { + return t.Format(time.RFC1123Z) + }, + "DateFmtShort": func(t time.Time) string { + 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 "" - } - end := start + length - if length == -1 { - end = len(str) - } - if len(str) < end { - return str - } - return str[start:end] - }, - "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) - }, - "RenderCommitMessage": RenderCommitMessage, + return strings.SplitN(mail, "@", 2)[1] + }, + "SubStr": func(str string, start, length int) string { + if len(str) == 0 { + return "" + } + end := start + length + if length == -1 { + end = len(str) + } + if len(str) < end { + return str + } + return str[start:end] + }, + "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) + }, + "RenderCommitMessage": RenderCommitMessage, + "ThemeColorMetaTag": func() string { + return setting.ThemeColorMetaTag + }, + }} } func Safe(raw string) template.HTML { @@ -105,7 +111,7 @@ func Safe(raw string) template.HTML { } func Str2html(raw string) template.HTML { - return template.HTML(base.Sanitizer.Sanitize(raw)) + return template.HTML(markdown.Sanitizer.Sanitize(raw)) } func Range(l int) []int { @@ -185,7 +191,7 @@ func ReplaceLeft(s, old, new string) string { // RenderCommitMessage renders commit message with XSS-safe and special links. func RenderCommitMessage(full bool, msg, urlPrefix string, metas map[string]string) template.HTML { cleanMsg := template.HTMLEscapeString(msg) - fullMessage := string(base.RenderIssueIndexPattern([]byte(cleanMsg), urlPrefix, metas)) + fullMessage := string(markdown.RenderIssueIndexPattern([]byte(cleanMsg), urlPrefix, metas)) msgLines := strings.Split(strings.TrimSpace(fullMessage), "\n") numLines := len(msgLines) if numLines == 0 { @@ -225,7 +231,7 @@ type Actioner interface { // and returns a icon class name. func ActionIcon(opType int) string { switch opType { - case 1, 8: // Create, transfer repository + case 1, 8: // Create and transfer repository return "repo" case 5, 9: // Commit repository return "git-commit" @@ -237,6 +243,10 @@ func ActionIcon(opType int) string { return "comment" case 11: // Merge pull request return "git-merge" + case 12, 14: // Close issue or pull request + return "issue-closed" + case 13, 15: // Reopen issue or pull request + return "issue-reopened" default: return "invalid type" } diff --git a/modules/uuid/README.md b/modules/uuid/README.md deleted file mode 100644 index 242b27579..000000000 --- a/modules/uuid/README.md +++ /dev/null @@ -1,66 +0,0 @@ -# UUID package for Go language - -[![Build Status](https://travis-ci.org/satori/go.uuid.png?branch=master)](https://travis-ci.org/satori/go.uuid) -[![GoDoc](http://godoc.org/github.com/satori/go.uuid?status.png)](http://godoc.org/github.com/satori/go.uuid) - -This package provides pure Go implementation of Universally Unique Identifier (UUID). Supported both creation and parsing of UUIDs. - -With 100% test coverage and benchmarks out of box. - -Supported versions: -* Version 1, based on timestamp and MAC address (RFC 4122) -* Version 2, based on timestamp, MAC address and POSIX UID/GID (DCE 1.1) -* Version 3, based on MD5 hashing (RFC 4122) -* Version 4, based on random numbers (RFC 4122) -* Version 5, based on SHA-1 hashing (RFC 4122) - -## Installation - -Use the `go` command: - - $ go get github.com/satori/go.uuid - -## Requirements - -UUID package requires any stable version of Go Programming Language. - -It is tested against following versions of Go: 1.0, 1.1, 1.2 - -## Example - -```go -package main - -import ( - "fmt" - "github.com/satori/go.uuid" -) - -func main() { - // Creating UUID Version 4 - u1 := uuid.NewV4() - fmt.Printf("UUIDv4: %s\n", u1) - - // Parsing UUID from string input - u2, err := uuid.FromString("6ba7b810-9dad-11d1-80b4-00c04fd430c8") - if err != nil { - fmt.Printf("Something gone wrong: %s", err) - } - fmt.Printf("Successfully parsed: %s", u2) -} -``` - -## Documentation - -[Documentation](http://godoc.org/github.com/satori/go.uuid) is hosted at GoDoc project. - -## Links -* [RFC 4122](http://tools.ietf.org/html/rfc4122) -* [DCE 1.1: Authentication and Security Services](http://pubs.opengroup.org/onlinepubs/9696989899/chap5.htm#tagcjh_08_02_01_01) - -## Copyright - -Copyright (C) 2013 by Maxim Bublis . - -UUID package released under MIT License. -See [LICENSE](https://github.com/satori/go.uuid/blob/master/LICENSE) for details. diff --git a/modules/uuid/benchmarks_test.go b/modules/uuid/benchmarks_test.go deleted file mode 100644 index fd261d1bf..000000000 --- a/modules/uuid/benchmarks_test.go +++ /dev/null @@ -1,84 +0,0 @@ -// Copyright (C) 2013 by Maxim Bublis -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -package uuid - -import ( - "testing" -) - -func BenchmarkFromBytes(b *testing.B) { - bytes := []byte{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - for i := 0; i < b.N; i++ { - FromBytes(bytes) - } -} - -func BenchmarkFromString(b *testing.B) { - s := "6ba7b810-9dad-11d1-80b4-00c04fd430c8" - for i := 0; i < b.N; i++ { - FromString(s) - } -} - -func BenchmarkFromStringUrn(b *testing.B) { - s := "urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8" - for i := 0; i < b.N; i++ { - FromString(s) - } -} - -func BenchmarkFromStringWithBrackets(b *testing.B) { - s := "{6ba7b810-9dad-11d1-80b4-00c04fd430c8}" - for i := 0; i < b.N; i++ { - FromString(s) - } -} - -func BenchmarkNewV1(b *testing.B) { - for i := 0; i < b.N; i++ { - NewV1() - } -} - -func BenchmarkNewV2(b *testing.B) { - for i := 0; i < b.N; i++ { - NewV2(DomainPerson) - } -} - -func BenchmarkNewV3(b *testing.B) { - for i := 0; i < b.N; i++ { - NewV3(NamespaceDNS, "www.example.com") - } -} - -func BenchmarkNewV4(b *testing.B) { - for i := 0; i < b.N; i++ { - NewV4() - } -} - -func BenchmarkNewV5(b *testing.B) { - for i := 0; i < b.N; i++ { - NewV5(NamespaceDNS, "www.example.com") - } -} diff --git a/modules/uuid/uuid.go b/modules/uuid/uuid.go deleted file mode 100644 index 5c5566f0d..000000000 --- a/modules/uuid/uuid.go +++ /dev/null @@ -1,353 +0,0 @@ -// Copyright (C) 2013 by Maxim Bublis -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -// Package uuid provides implementation of Universally Unique Identifier (UUID). -// Supported versions are 1, 3, 4 and 5 (as specified in RFC 4122) and -// version 2 (as specified in DCE 1.1). -package uuid - -import ( - "bytes" - "crypto/md5" - "crypto/rand" - "crypto/sha1" - "encoding/binary" - "encoding/hex" - "fmt" - "hash" - "net" - "os" - "strings" - "sync" - "time" -) - -// UUID layout variants. -const ( - VariantNCS = iota - VariantRFC4122 - VariantMicrosoft - VariantFuture -) - -// UUID DCE domains. -const ( - DomainPerson = iota - DomainGroup - DomainOrg -) - -// Difference in 100-nanosecond intervals between -// UUID epoch (October 15, 1582) and Unix epoch (January 1, 1970). -const epochStart = 122192928000000000 - -// UUID v1/v2 storage. -var ( - storageMutex sync.Mutex - clockSequence uint16 - lastTime uint64 - hardwareAddr [6]byte - posixUID = uint32(os.Getuid()) - posixGID = uint32(os.Getgid()) -) - -// Epoch calculation function -var epochFunc func() uint64 - -// Initialize storage -func init() { - buf := make([]byte, 2) - rand.Read(buf) - clockSequence = binary.BigEndian.Uint16(buf) - - // Initialize hardwareAddr randomly in case - // of real network interfaces absence - rand.Read(hardwareAddr[:]) - - // Set multicast bit as recommended in RFC 4122 - hardwareAddr[0] |= 0x01 - - interfaces, err := net.Interfaces() - if err == nil { - for _, iface := range interfaces { - if len(iface.HardwareAddr) >= 6 { - copy(hardwareAddr[:], iface.HardwareAddr) - break - } - } - } - epochFunc = unixTimeFunc -} - -// Returns difference in 100-nanosecond intervals between -// UUID epoch (October 15, 1582) and current time. -// This is default epoch calculation function. -func unixTimeFunc() uint64 { - return epochStart + uint64(time.Now().UnixNano()/100) -} - -// UUID representation compliant with specification -// described in RFC 4122. -type UUID [16]byte - -// Predefined namespace UUIDs. -var ( - NamespaceDNS, _ = FromString("6ba7b810-9dad-11d1-80b4-00c04fd430c8") - NamespaceURL, _ = FromString("6ba7b811-9dad-11d1-80b4-00c04fd430c8") - NamespaceOID, _ = FromString("6ba7b812-9dad-11d1-80b4-00c04fd430c8") - NamespaceX500, _ = FromString("6ba7b814-9dad-11d1-80b4-00c04fd430c8") -) - -// And returns result of binary AND of two UUIDs. -func And(u1 UUID, u2 UUID) UUID { - u := UUID{} - for i := 0; i < 16; i++ { - u[i] = u1[i] & u2[i] - } - return u -} - -// Or returns result of binary OR of two UUIDs. -func Or(u1 UUID, u2 UUID) UUID { - u := UUID{} - for i := 0; i < 16; i++ { - u[i] = u1[i] | u2[i] - } - return u -} - -// Equal returns true if u1 and u2 equals, otherwise returns false. -func Equal(u1 UUID, u2 UUID) bool { - return bytes.Equal(u1[:], u2[:]) -} - -// Version returns algorithm version used to generate UUID. -func (u UUID) Version() uint { - return uint(u[6] >> 4) -} - -// Variant returns UUID layout variant. -func (u UUID) Variant() uint { - switch { - case (u[8] & 0x80) == 0x00: - return VariantNCS - case (u[8]&0xc0)|0x80 == 0x80: - return VariantRFC4122 - case (u[8]&0xe0)|0xc0 == 0xc0: - return VariantMicrosoft - } - return VariantFuture -} - -// Bytes returns bytes slice representation of UUID. -func (u UUID) Bytes() []byte { - return u[:] -} - -// Returns canonical string representation of UUID: -// xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. -func (u UUID) String() string { - return fmt.Sprintf("%x-%x-%x-%x-%x", - u[:4], u[4:6], u[6:8], u[8:10], u[10:]) -} - -// SetVersion sets version bits. -func (u *UUID) SetVersion(v byte) { - u[6] = (u[6] & 0x0f) | (v << 4) -} - -// SetVariant sets variant bits as described in RFC 4122. -func (u *UUID) SetVariant() { - u[8] = (u[8] & 0xbf) | 0x80 -} - -// MarshalText implements the encoding.TextMarshaler interface. -// The encoding is the same as returned by String. -func (u UUID) MarshalText() (text []byte, err error) { - text = []byte(u.String()) - return -} - -// UnmarshalText implements the encoding.TextUnmarshaler interface. -// UUID is expected in a form accepted by FromString. -func (u *UUID) UnmarshalText(text []byte) error { - s := string(text) - u2, err := FromString(s) - if err != nil { - return err - } - *u = u2 - return nil -} - -// MarshalBinary implements the encoding.BinaryMarshaler interface. -func (u UUID) MarshalBinary() (data []byte, err error) { - data = u.Bytes() - return -} - -// UnmarshalBinary implements the encoding.BinaryUnmarshaler interface. -func (u *UUID) UnmarshalBinary(data []byte) error { - u2, err := FromBytes(data) - if err != nil { - return err - } - *u = u2 - return nil -} - -// FromBytes returns UUID converted from raw byte slice input. -// It will return error if the slice isn't 16 bytes long. -func FromBytes(input []byte) (u UUID, err error) { - if len(input) != 16 { - err = fmt.Errorf("uuid: UUID must be exactly 16 bytes long, got %d bytes", len(input)) - return - } - - copy(u[:], input) - - return -} - -// FromString returns UUID parsed from string input. -// Following formats are supported: -// "6ba7b810-9dad-11d1-80b4-00c04fd430c8", -// "{6ba7b810-9dad-11d1-80b4-00c04fd430c8}", -// "urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8" -func FromString(input string) (u UUID, err error) { - s := strings.Replace(input, "-", "", -1) - - if len(s) == 41 && s[:9] == "urn:uuid:" { - s = s[9:] - } else if len(s) == 34 && s[0] == '{' && s[33] == '}' { - s = s[1:33] - } - - if len(s) != 32 { - err = fmt.Errorf("uuid: invalid UUID string: %s", input) - return - } - - b := []byte(s) - _, err = hex.Decode(u[:], b) - - return -} - -// Returns UUID v1/v2 storage state. -// Returns epoch timestamp and clock sequence. -func getStorage() (uint64, uint16) { - storageMutex.Lock() - defer storageMutex.Unlock() - - timeNow := epochFunc() - // Clock changed backwards since last UUID generation. - // Should increase clock sequence. - if timeNow <= lastTime { - clockSequence++ - } - lastTime = timeNow - - return timeNow, clockSequence -} - -// NewV1 returns UUID based on current timestamp and MAC address. -func NewV1() UUID { - u := UUID{} - - timeNow, clockSeq := getStorage() - - binary.BigEndian.PutUint32(u[0:], uint32(timeNow)) - binary.BigEndian.PutUint16(u[4:], uint16(timeNow>>32)) - binary.BigEndian.PutUint16(u[6:], uint16(timeNow>>48)) - binary.BigEndian.PutUint16(u[8:], clockSeq) - - copy(u[10:], hardwareAddr[:]) - - u.SetVersion(1) - u.SetVariant() - - return u -} - -// NewV2 returns DCE Security UUID based on POSIX UID/GID. -func NewV2(domain byte) UUID { - u := UUID{} - - switch domain { - case DomainPerson: - binary.BigEndian.PutUint32(u[0:], posixUID) - case DomainGroup: - binary.BigEndian.PutUint32(u[0:], posixGID) - } - - timeNow, clockSeq := getStorage() - - binary.BigEndian.PutUint16(u[4:], uint16(timeNow>>32)) - binary.BigEndian.PutUint16(u[6:], uint16(timeNow>>48)) - binary.BigEndian.PutUint16(u[8:], clockSeq) - u[9] = domain - - copy(u[10:], hardwareAddr[:]) - - u.SetVersion(2) - u.SetVariant() - - return u -} - -// NewV3 returns UUID based on MD5 hash of namespace UUID and name. -func NewV3(ns UUID, name string) UUID { - u := newFromHash(md5.New(), ns, name) - u.SetVersion(3) - u.SetVariant() - - return u -} - -// NewV4 returns random generated UUID. -func NewV4() UUID { - u := UUID{} - rand.Read(u[:]) - u.SetVersion(4) - u.SetVariant() - - return u -} - -// NewV5 returns UUID based on SHA-1 hash of namespace UUID and name. -func NewV5(ns UUID, name string) UUID { - u := newFromHash(sha1.New(), ns, name) - u.SetVersion(5) - u.SetVariant() - - return u -} - -// Returns UUID based on hashing of namespace UUID and name. -func newFromHash(h hash.Hash, ns UUID, name string) UUID { - u := UUID{} - h.Write(ns[:]) - h.Write([]byte(name)) - copy(u[:], h.Sum(nil)) - - return u -} diff --git a/modules/uuid/uuid_test.go b/modules/uuid/uuid_test.go deleted file mode 100644 index 0bc85b287..000000000 --- a/modules/uuid/uuid_test.go +++ /dev/null @@ -1,399 +0,0 @@ -// Copyright (C) 2013 by Maxim Bublis -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -package uuid - -import ( - "bytes" - "testing" -) - -func TestBytes(t *testing.T) { - u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - - bytes1 := []byte{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - - if !bytes.Equal(u.Bytes(), bytes1) { - t.Errorf("Incorrect bytes representation for UUID: %s", u) - } -} - -func TestString(t *testing.T) { - if NamespaceDNS.String() != "6ba7b810-9dad-11d1-80b4-00c04fd430c8" { - t.Errorf("Incorrect string representation for UUID: %s", NamespaceDNS.String()) - } -} - -func TestEqual(t *testing.T) { - if !Equal(NamespaceDNS, NamespaceDNS) { - t.Errorf("Incorrect comparison of %s and %s", NamespaceDNS, NamespaceDNS) - } - - if Equal(NamespaceDNS, NamespaceURL) { - t.Errorf("Incorrect comparison of %s and %s", NamespaceDNS, NamespaceURL) - } -} - -func TestOr(t *testing.T) { - u1 := UUID{0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff} - u2 := UUID{0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00} - - u := UUID{0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff} - - if !Equal(u, Or(u1, u2)) { - t.Errorf("Incorrect bitwise OR result %s", Or(u1, u2)) - } -} - -func TestAnd(t *testing.T) { - u1 := UUID{0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff} - u2 := UUID{0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00} - - u := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} - - if !Equal(u, And(u1, u2)) { - t.Errorf("Incorrect bitwise AND result %s", And(u1, u2)) - } -} - -func TestVersion(t *testing.T) { - u := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} - - if u.Version() != 1 { - t.Errorf("Incorrect version for UUID: %d", u.Version()) - } -} - -func TestSetVersion(t *testing.T) { - u := UUID{} - u.SetVersion(4) - - if u.Version() != 4 { - t.Errorf("Incorrect version for UUID after u.setVersion(4): %d", u.Version()) - } -} - -func TestVariant(t *testing.T) { - u1 := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} - - if u1.Variant() != VariantNCS { - t.Errorf("Incorrect variant for UUID variant %d: %d", VariantNCS, u1.Variant()) - } - - u2 := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} - - if u2.Variant() != VariantRFC4122 { - t.Errorf("Incorrect variant for UUID variant %d: %d", VariantRFC4122, u2.Variant()) - } - - u3 := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} - - if u3.Variant() != VariantMicrosoft { - t.Errorf("Incorrect variant for UUID variant %d: %d", VariantMicrosoft, u3.Variant()) - } - - u4 := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} - - if u4.Variant() != VariantFuture { - t.Errorf("Incorrect variant for UUID variant %d: %d", VariantFuture, u4.Variant()) - } -} - -func TestSetVariant(t *testing.T) { - u := new(UUID) - u.SetVariant() - - if u.Variant() != VariantRFC4122 { - t.Errorf("Incorrect variant for UUID after u.setVariant(): %d", u.Variant()) - } -} - -func TestFromBytes(t *testing.T) { - u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - b1 := []byte{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - - u1, err := FromBytes(b1) - if err != nil { - t.Errorf("Error parsing UUID from bytes: %s", err) - } - - if !Equal(u, u1) { - t.Errorf("UUIDs should be equal: %s and %s", u, u1) - } - - b2 := []byte{} - - _, err = FromBytes(b2) - if err == nil { - t.Errorf("Should return error parsing from empty byte slice, got %s", err) - } -} - -func TestMarshalBinary(t *testing.T) { - u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - b1 := []byte{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - - b2, err := u.MarshalBinary() - if err != nil { - t.Errorf("Error marshaling UUID: %s", err) - } - - if !bytes.Equal(b1, b2) { - t.Errorf("Marshaled UUID should be %s, got %s", b1, b2) - } -} - -func TestUnmarshalBinary(t *testing.T) { - u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - b1 := []byte{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - - u1 := UUID{} - err := u1.UnmarshalBinary(b1) - if err != nil { - t.Errorf("Error unmarshaling UUID: %s", err) - } - - if !Equal(u, u1) { - t.Errorf("UUIDs should be equal: %s and %s", u, u1) - } - - b2 := []byte{} - u2 := UUID{} - - err = u2.UnmarshalBinary(b2) - if err == nil { - t.Errorf("Should return error unmarshalling from empty byte slice, got %s", err) - } -} - -func TestFromString(t *testing.T) { - u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - - s1 := "6ba7b810-9dad-11d1-80b4-00c04fd430c8" - s2 := "{6ba7b810-9dad-11d1-80b4-00c04fd430c8}" - s3 := "urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8" - - _, err := FromString("") - if err == nil { - t.Errorf("Should return error trying to parse empty string, got %s", err) - } - - u1, err := FromString(s1) - if err != nil { - t.Errorf("Error parsing UUID from string: %s", err) - } - - if !Equal(u, u1) { - t.Errorf("UUIDs should be equal: %s and %s", u, u1) - } - - u2, err := FromString(s2) - if err != nil { - t.Errorf("Error parsing UUID from string: %s", err) - } - - if !Equal(u, u2) { - t.Errorf("UUIDs should be equal: %s and %s", u, u2) - } - - u3, err := FromString(s3) - if err != nil { - t.Errorf("Error parsing UUID from string: %s", err) - } - - if !Equal(u, u3) { - t.Errorf("UUIDs should be equal: %s and %s", u, u3) - } -} - -func TestMarshalText(t *testing.T) { - u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - b1 := []byte("6ba7b810-9dad-11d1-80b4-00c04fd430c8") - - b2, err := u.MarshalText() - if err != nil { - t.Errorf("Error marshaling UUID: %s", err) - } - - if !bytes.Equal(b1, b2) { - t.Errorf("Marshaled UUID should be %s, got %s", b1, b2) - } -} - -func TestUnmarshalText(t *testing.T) { - u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8} - b1 := []byte("6ba7b810-9dad-11d1-80b4-00c04fd430c8") - - u1 := UUID{} - err := u1.UnmarshalText(b1) - if err != nil { - t.Errorf("Error unmarshaling UUID: %s", err) - } - - if !Equal(u, u1) { - t.Errorf("UUIDs should be equal: %s and %s", u, u1) - } - - b2 := []byte("") - u2 := UUID{} - - err = u2.UnmarshalText(b2) - if err == nil { - t.Errorf("Should return error trying to unmarshal from empty string") - } -} - -func TestNewV1(t *testing.T) { - u := NewV1() - - if u.Version() != 1 { - t.Errorf("UUIDv1 generated with incorrect version: %d", u.Version()) - } - - if u.Variant() != VariantRFC4122 { - t.Errorf("UUIDv1 generated with incorrect variant: %d", u.Variant()) - } - - u1 := NewV1() - u2 := NewV1() - - if Equal(u1, u2) { - t.Errorf("UUIDv1 generated two equal UUIDs: %s and %s", u1, u2) - } - - oldFunc := epochFunc - epochFunc = func() uint64 { return 0 } - - u3 := NewV1() - u4 := NewV1() - - if Equal(u3, u4) { - t.Errorf("UUIDv1 generated two equal UUIDs: %s and %s", u3, u4) - } - - epochFunc = oldFunc -} - -func TestNewV2(t *testing.T) { - u1 := NewV2(DomainPerson) - - if u1.Version() != 2 { - t.Errorf("UUIDv2 generated with incorrect version: %d", u1.Version()) - } - - if u1.Variant() != VariantRFC4122 { - t.Errorf("UUIDv2 generated with incorrect variant: %d", u1.Variant()) - } - - u2 := NewV2(DomainGroup) - - if u2.Version() != 2 { - t.Errorf("UUIDv2 generated with incorrect version: %d", u2.Version()) - } - - if u2.Variant() != VariantRFC4122 { - t.Errorf("UUIDv2 generated with incorrect variant: %d", u2.Variant()) - } -} - -func TestNewV3(t *testing.T) { - u := NewV3(NamespaceDNS, "www.example.com") - - if u.Version() != 3 { - t.Errorf("UUIDv3 generated with incorrect version: %d", u.Version()) - } - - if u.Variant() != VariantRFC4122 { - t.Errorf("UUIDv3 generated with incorrect variant: %d", u.Variant()) - } - - if u.String() != "5df41881-3aed-3515-88a7-2f4a814cf09e" { - t.Errorf("UUIDv3 generated incorrectly: %s", u.String()) - } - - u = NewV3(NamespaceDNS, "python.org") - - if u.String() != "6fa459ea-ee8a-3ca4-894e-db77e160355e" { - t.Errorf("UUIDv3 generated incorrectly: %s", u.String()) - } - - u1 := NewV3(NamespaceDNS, "golang.org") - u2 := NewV3(NamespaceDNS, "golang.org") - if !Equal(u1, u2) { - t.Errorf("UUIDv3 generated different UUIDs for same namespace and name: %s and %s", u1, u2) - } - - u3 := NewV3(NamespaceDNS, "example.com") - if Equal(u1, u3) { - t.Errorf("UUIDv3 generated same UUIDs for different names in same namespace: %s and %s", u1, u2) - } - - u4 := NewV3(NamespaceURL, "golang.org") - if Equal(u1, u4) { - t.Errorf("UUIDv3 generated same UUIDs for sane names in different namespaces: %s and %s", u1, u4) - } -} - -func TestNewV4(t *testing.T) { - u := NewV4() - - if u.Version() != 4 { - t.Errorf("UUIDv4 generated with incorrect version: %d", u.Version()) - } - - if u.Variant() != VariantRFC4122 { - t.Errorf("UUIDv4 generated with incorrect variant: %d", u.Variant()) - } -} - -func TestNewV5(t *testing.T) { - u := NewV5(NamespaceDNS, "www.example.com") - - if u.Version() != 5 { - t.Errorf("UUIDv5 generated with incorrect version: %d", u.Version()) - } - - if u.Variant() != VariantRFC4122 { - t.Errorf("UUIDv5 generated with incorrect variant: %d", u.Variant()) - } - - u = NewV5(NamespaceDNS, "python.org") - - if u.String() != "886313e1-3b8a-5372-9b90-0c9aee199e5d" { - t.Errorf("UUIDv5 generated incorrectly: %s", u.String()) - } - - u1 := NewV5(NamespaceDNS, "golang.org") - u2 := NewV5(NamespaceDNS, "golang.org") - if !Equal(u1, u2) { - t.Errorf("UUIDv5 generated different UUIDs for same namespace and name: %s and %s", u1, u2) - } - - u3 := NewV5(NamespaceDNS, "example.com") - if Equal(u1, u3) { - t.Errorf("UUIDv5 generated same UUIDs for different names in same namespace: %s and %s", u1, u2) - } - - u4 := NewV5(NamespaceURL, "golang.org") - if Equal(u1, u4) { - t.Errorf("UUIDv3 generated same UUIDs for sane names in different namespaces: %s and %s", u1, u4) - } -} diff --git a/public/css/font-awesome-4.4.0.min.css b/public/assets/font-awesome-4.5.0/css/font-awesome.min.css similarity index 95% rename from public/css/font-awesome-4.4.0.min.css rename to public/assets/font-awesome-4.5.0/css/font-awesome.min.css index ee4e9782b..d0603cb4b 100644 --- a/public/css/font-awesome-4.4.0.min.css +++ b/public/assets/font-awesome-4.5.0/css/font-awesome.min.css @@ -1,4 +1,4 @@ /*! - * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome + * 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.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.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"} + */@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 new file mode 100644 index 000000000..3ed7f8b48 Binary files /dev/null and b/public/assets/font-awesome-4.5.0/fonts/FontAwesome.otf 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 new file mode 100644 index 000000000..9b6afaedc Binary files /dev/null and b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.eot differ diff --git a/public/fonts/fontawesome-webfont.svg b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.svg similarity index 95% rename from public/fonts/fontawesome-webfont.svg rename to public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.svg index 6fd19abcb..d05688e9e 100644 --- a/public/fonts/fontawesome-webfont.svg +++ b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.svg @@ -1,6 +1,6 @@ - + @@ -219,8 +219,8 @@ - - + + @@ -362,7 +362,7 @@ - + @@ -410,7 +410,7 @@ - + @@ -454,7 +454,7 @@ - + @@ -555,7 +555,7 @@ - + @@ -600,11 +600,11 @@ - - + + - + @@ -621,20 +621,35 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/fonts/fontawesome-webfont.ttf b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf similarity index 85% rename from public/fonts/fontawesome-webfont.ttf rename to public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf index d7994e130..26dea7951 100644 Binary files a/public/fonts/fontawesome-webfont.ttf and b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf 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 new file mode 100644 index 000000000..dc35ce3c2 Binary files /dev/null and b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.woff 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 new file mode 100644 index 000000000..500e51725 Binary files /dev/null and b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2 differ diff --git a/public/less/_octicons.less b/public/assets/octicons-3.5.0/octicons.css old mode 100755 new mode 100644 similarity index 94% rename from public/less/_octicons.less rename to public/assets/octicons-3.5.0/octicons.css index dfd437e6b..c49658ebe --- a/public/less/_octicons.less +++ b/public/assets/octicons-3.5.0/octicons.css @@ -1,19 +1,19 @@ -// v3.3.0 -@octicons-font-path: "../fonts"; -@octicons-version: "30e752e9a0821a0a098947055eeece0b0f46bc34"; - @font-face { font-family: 'octicons'; - src: ~"url('@{octicons-font-path}/octicons.eot?#iefix&v=@{octicons-version}') format('embedded-opentype')", - ~"url('@{octicons-font-path}/octicons.woff?v=@{octicons-version}') format('woff')", - ~"url('@{octicons-font-path}/octicons.ttf?v=@{octicons-version}') format('truetype')", - ~"url('@{octicons-font-path}/octicons.svg?v=@{octicons-version}#octicons') format('svg')"; + 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 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; @@ -61,7 +61,6 @@ .octicon-cloud-download:before { content: '\f00b'} /*  */ .octicon-cloud-upload:before { content: '\f00c'} /*  */ .octicon-code:before { content: '\f05f'} /*  */ -.octicon-color-mode:before { content: '\f065'} /*  */ .octicon-comment-add:before, .octicon-comment:before { content: '\f02b'} /*  */ .octicon-comment-discussion:before { content: '\f04f'} /*  */ @@ -192,6 +191,7 @@ .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, @@ -217,6 +217,8 @@ .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, diff --git a/public/fonts/octicons.eot b/public/assets/octicons-3.5.0/octicons.eot similarity index 62% rename from public/fonts/octicons.eot rename to public/assets/octicons-3.5.0/octicons.eot index 2df623f2e..c1d2f2927 100644 Binary files a/public/fonts/octicons.eot and b/public/assets/octicons-3.5.0/octicons.eot differ diff --git a/public/fonts/octicons.svg b/public/assets/octicons-3.5.0/octicons.svg similarity index 85% rename from public/fonts/octicons.svg rename to public/assets/octicons-3.5.0/octicons.svg index 259a28e99..090870663 100644 --- a/public/fonts/octicons.svg +++ b/public/assets/octicons-3.5.0/octicons.svg @@ -2,7 +2,7 @@ -(c) 2012-2015 GitHub +(c) 2012-2016 GitHub When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos) @@ -48,9 +48,8 @@ Applies to all other files - - + @@ -78,7 +77,7 @@ Applies to all other files - + @@ -89,12 +88,12 @@ Applies to all other files - + - + @@ -113,8 +112,8 @@ Applies to all other files - - + + @@ -136,7 +135,7 @@ Applies to all other files - + @@ -144,7 +143,7 @@ Applies to all other files - + @@ -157,6 +156,7 @@ Applies to all other files + @@ -167,16 +167,18 @@ Applies to all other files - - + + - - - - + + + + + + diff --git a/public/fonts/octicons.ttf b/public/assets/octicons-3.5.0/octicons.ttf similarity index 62% rename from public/fonts/octicons.ttf rename to public/assets/octicons-3.5.0/octicons.ttf index 15a42d178..3dab5b669 100644 Binary files a/public/fonts/octicons.ttf and b/public/assets/octicons-3.5.0/octicons.ttf differ diff --git a/public/assets/octicons-3.5.0/octicons.woff b/public/assets/octicons-3.5.0/octicons.woff new file mode 100644 index 000000000..0cd624c86 Binary files /dev/null and b/public/assets/octicons-3.5.0/octicons.woff differ diff --git a/public/config.codekit b/public/config.codekit index a99925f5f..796f3141f 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -1,25 +1,7 @@ { "CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit", -"creatorBuild": "19102", +"creatorBuild": "19115", "files": { - "\/css\/dropzone-4.2.0.css": { - "fileType": 16, - "ignore": 1, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/css\/dropzone-4.2.0.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/css\/font-awesome-4.4.0.min.css": { - "fileType": 16, - "ignore": 1, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/css\/font-awesome-4.4.0.min.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, "\/css\/github.min.css": { "fileType": 16, "ignore": 1, @@ -38,65 +20,11 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/css\/gogs.min.css": { - "fileType": 16, - "ignore": 1, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/css\/gogs.min.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/css\/highlight-9.0.0\/default.css": { + "\/css\/semantic-2.1.8.min.css": { "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/css\/highlight-9.0.0\/default.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/css\/highlight-9.0.0\/github.css": { - "fileType": 16, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/css\/highlight-9.0.0\/github.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/css\/jquery.datetimepicker-2.4.5.css": { - "fileType": 16, - "ignore": 1, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/css\/jquery.datetimepicker-2.4.5.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/css\/jquery.minicolors-2.1.12.css": { - "fileType": 16, - "ignore": 1, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/css\/jquery.minicolors-2.1.12.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/css\/semantic-2.1.6.min.css": { - "fileType": 16, - "ignore": 1, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/css\/semantic-2.1.6.min.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/css\/simplemde-1.8.1.min.css": { - "fileType": 16, - "ignore": 1, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/css\/simplemde-1.8.1.min.css", + "inputAbbreviatedPath": "\/css\/semantic-2.1.8.min.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 @@ -222,12 +150,12 @@ "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/js\/semantic-2.1.6.min.js": { + "\/js\/semantic-2.1.8.min.js": { "fileType": 64, - "ignore": 1, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/js\/semantic-2.1.6.min.js", - "outputAbbreviatedPath": "\/js\/min\/semantic-2.1.6.min-min.js", + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/js\/semantic-2.1.8.min.js", + "outputAbbreviatedPath": "\/js\/min\/semantic-2.1.8.min-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, @@ -413,26 +341,6 @@ "strictMath": 0, "strictUnits": 0 }, - "\/less\/_octicons.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/less\/_octicons.less", - "outputAbbreviatedPath": "\/css\/_octicons.css", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 - }, "\/less\/_organization.less": { "allowInsecureImports": 0, "createSourceMap": 0, @@ -512,6 +420,126 @@ "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": [ @@ -1123,7 +1151,7 @@ "sassUseLibsass": 0, "shouldRunAutoprefixer": 0, "shouldRunBless": 0, - "skippedItemsString": "_cache, logs, _logs, cache, \/img\/emoji, .git, log, node_modules, \/js\/libs, .svn, .hg", + "skippedItemsString": "node_modules, _logs, .hg, _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 old mode 100755 new mode 100644 index 02032e83a..973f831cf --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1,714 +1,3 @@ -@font-face { - font-family: 'octicons'; - src: url('../fonts/octicons.eot?#iefix&v=30e752e9a0821a0a098947055eeece0b0f46bc34') format('embedded-opentype'), url('../fonts/octicons.woff?v=30e752e9a0821a0a098947055eeece0b0f46bc34') format('woff'), url('../fonts/octicons.ttf?v=30e752e9a0821a0a098947055eeece0b0f46bc34') format('truetype'), url('../fonts/octicons.svg?v=30e752e9a0821a0a098947055eeece0b0f46bc34#octicons') format('svg'); - font-weight: normal; - font-style: normal; -} -.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-color-mode:before { - content: '\f065'; -} -/*  */ -.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-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-versions:before { - content: '\f064'; -} -/*  */ -.octicon-watch:before { - content: '\f0e0'; -} -/*  */ -.octicon-remove-close:before, -.octicon-x:before { - content: '\f081'; -} -/*  */ -.octicon-zap:before { - content: '\26A1'; -} -/* ⚡ */ .emoji { width: 1.5em; height: 1.5em; @@ -716,17 +5,19 @@ background-size: contain; } body { - font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑'; - background-color: #FAFAFA; + font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; + background-color: #fff; overflow-y: scroll; } img { border-radius: 3px; } -pre { +pre, +code { font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; } -pre.raw { +pre.raw, +code.raw { padding: 7px 12px; margin: 10px 0; background-color: #f8f8f8; @@ -736,7 +27,8 @@ pre.raw { line-height: 1.5; overflow: auto; } -pre.wrap { +pre.wrap, +code.wrap { white-space: pre-wrap; /* CSS 3 */ word-break: break-word; @@ -809,6 +101,12 @@ pre.wrap { .ui.right { float: right; } +.ui.container.fluid.padded { + padding: 0 10px 0 10px; +} +.ui.form .ui.button { + font-weight: normal; +} .ui .text.red { color: #d95c5c !important; } @@ -939,6 +237,10 @@ pre.wrap { .ui.status.buttons .octicon { margin-right: 4px; } +.ui.inline.delete-button { + padding: 8px 15px; + font-weight: normal; +} .overflow.menu .items { max-height: 300px; overflow-y: auto; @@ -1095,30 +397,35 @@ footer .container .links > *:first-child { width: 95%; } } -.markdown { +/* Overrides some styles of the Highlight.js plugin */ +.hljs { + background: inherit !important; + padding: 0 !important; +} +.markdown:not(code) { overflow: hidden; font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; font-size: 16px; line-height: 1.6 !important; word-wrap: break-word; } -.markdown.file-view { +.markdown:not(code).file-view { padding: 2em 2em 2em !important; } -.markdown > *:first-child { +.markdown:not(code) > *:first-child { margin-top: 0 !important; } -.markdown > *:last-child { +.markdown:not(code) > *:last-child { margin-bottom: 0 !important; } -.markdown a:not([href]) { +.markdown:not(code) a:not([href]) { color: inherit; text-decoration: none; } -.markdown .absent { +.markdown:not(code) .absent { color: #c00; } -.markdown .anchor { +.markdown:not(code) .anchor { position: absolute; top: 0; left: 0; @@ -1127,217 +434,217 @@ footer .container .links > *:first-child { padding-left: 30px; margin-left: -30px; } -.markdown .anchor:focus { +.markdown:not(code) .anchor:focus { outline: none; } -.markdown h1, -.markdown h2, -.markdown h3, -.markdown h4, -.markdown h5, -.markdown h6 { +.markdown:not(code) h1, +.markdown:not(code) h2, +.markdown:not(code) h3, +.markdown:not(code) h4, +.markdown:not(code) h5, +.markdown:not(code) h6 { position: relative; margin-top: 1em; margin-bottom: 16px; font-weight: bold; line-height: 1.4; } -.markdown h1:first-of-type, -.markdown h2:first-of-type, -.markdown h3:first-of-type, -.markdown h4:first-of-type, -.markdown h5:first-of-type, -.markdown h6:first-of-type { +.markdown:not(code) h1:first-of-type, +.markdown:not(code) h2:first-of-type, +.markdown:not(code) h3:first-of-type, +.markdown:not(code) h4:first-of-type, +.markdown:not(code) h5:first-of-type, +.markdown:not(code) h6:first-of-type { margin-top: 0 !important; } -.markdown h1 .octicon-link, -.markdown h2 .octicon-link, -.markdown h3 .octicon-link, -.markdown h4 .octicon-link, -.markdown h5 .octicon-link, -.markdown h6 .octicon-link { +.markdown:not(code) h1 .octicon-link, +.markdown:not(code) h2 .octicon-link, +.markdown:not(code) h3 .octicon-link, +.markdown:not(code) h4 .octicon-link, +.markdown:not(code) h5 .octicon-link, +.markdown:not(code) h6 .octicon-link { display: none; color: #000; vertical-align: middle; } -.markdown h1:hover .anchor, -.markdown h2:hover .anchor, -.markdown h3:hover .anchor, -.markdown h4:hover .anchor, -.markdown h5:hover .anchor, -.markdown h6:hover .anchor { +.markdown:not(code) h1:hover .anchor, +.markdown:not(code) h2:hover .anchor, +.markdown:not(code) h3:hover .anchor, +.markdown:not(code) h4:hover .anchor, +.markdown:not(code) h5:hover .anchor, +.markdown:not(code) h6:hover .anchor { padding-left: 8px; margin-left: -30px; text-decoration: none; } -.markdown h1:hover .anchor .octicon-link, -.markdown h2:hover .anchor .octicon-link, -.markdown h3:hover .anchor .octicon-link, -.markdown h4:hover .anchor .octicon-link, -.markdown h5:hover .anchor .octicon-link, -.markdown h6:hover .anchor .octicon-link { +.markdown:not(code) h1:hover .anchor .octicon-link, +.markdown:not(code) h2:hover .anchor .octicon-link, +.markdown:not(code) h3:hover .anchor .octicon-link, +.markdown:not(code) h4:hover .anchor .octicon-link, +.markdown:not(code) h5:hover .anchor .octicon-link, +.markdown:not(code) h6:hover .anchor .octicon-link { display: inline-block; } -.markdown h1 tt, -.markdown h1 code, -.markdown h2 tt, -.markdown h2 code, -.markdown h3 tt, -.markdown h3 code, -.markdown h4 tt, -.markdown h4 code, -.markdown h5 tt, -.markdown h5 code, -.markdown h6 tt, -.markdown h6 code { +.markdown:not(code) h1 tt, +.markdown:not(code) h1 code, +.markdown:not(code) h2 tt, +.markdown:not(code) h2 code, +.markdown:not(code) h3 tt, +.markdown:not(code) h3 code, +.markdown:not(code) h4 tt, +.markdown:not(code) h4 code, +.markdown:not(code) h5 tt, +.markdown:not(code) h5 code, +.markdown:not(code) h6 tt, +.markdown:not(code) h6 code { font-size: inherit; } -.markdown h1 { +.markdown:not(code) h1 { padding-bottom: 0.3em; font-size: 2.25em; line-height: 1.2; border-bottom: 1px solid #eee; } -.markdown h1 .anchor { +.markdown:not(code) h1 .anchor { line-height: 1; } -.markdown h2 { +.markdown:not(code) h2 { padding-bottom: 0.3em; font-size: 1.75em; line-height: 1.225; border-bottom: 1px solid #eee; } -.markdown h2 .anchor { +.markdown:not(code) h2 .anchor { line-height: 1; } -.markdown h3 { +.markdown:not(code) h3 { font-size: 1.5em; line-height: 1.43; } -.markdown h3 .anchor { +.markdown:not(code) h3 .anchor { line-height: 1.2; } -.markdown h4 { +.markdown:not(code) h4 { font-size: 1.25em; } -.markdown h4 .anchor { +.markdown:not(code) h4 .anchor { line-height: 1.2; } -.markdown h5 { +.markdown:not(code) h5 { font-size: 1em; } -.markdown h5 .anchor { +.markdown:not(code) h5 .anchor { line-height: 1.1; } -.markdown h6 { +.markdown:not(code) h6 { font-size: 1em; color: #777; } -.markdown h6 .anchor { +.markdown:not(code) h6 .anchor { line-height: 1.1; } -.markdown p, -.markdown blockquote, -.markdown ul, -.markdown ol, -.markdown dl, -.markdown table, -.markdown pre { +.markdown:not(code) p, +.markdown:not(code) blockquote, +.markdown:not(code) ul, +.markdown:not(code) ol, +.markdown:not(code) dl, +.markdown:not(code) table, +.markdown:not(code) pre { margin-top: 0; margin-bottom: 16px; } -.markdown blockquote { +.markdown:not(code) blockquote { margin-left: 0; } -.markdown hr { +.markdown:not(code) hr { height: 4px; padding: 0; margin: 16px 0; background-color: #e7e7e7; border: 0 none; } -.markdown ul, -.markdown ol { +.markdown:not(code) ul, +.markdown:not(code) ol { padding-left: 2em; } -.markdown ul.no-list, -.markdown ol.no-list { +.markdown:not(code) ul.no-list, +.markdown:not(code) ol.no-list { padding: 0; list-style-type: none; } -.markdown ul ul, -.markdown ul ol, -.markdown ol ol, -.markdown ol ul { +.markdown:not(code) ul ul, +.markdown:not(code) ul ol, +.markdown:not(code) ol ol, +.markdown:not(code) ol ul { margin-top: 0; margin-bottom: 0; } -.markdown ol ol, -.markdown ul ol { +.markdown:not(code) ol ol, +.markdown:not(code) ul ol { list-style-type: lower-roman; } -.markdown li > p { +.markdown:not(code) li > p { margin-top: 16px; } -.markdown dl { +.markdown:not(code) dl { padding: 0; } -.markdown dl dt { +.markdown:not(code) dl dt { padding: 0; margin-top: 16px; font-size: 1em; font-style: italic; font-weight: bold; } -.markdown dl dd { +.markdown:not(code) dl dd { padding: 0 16px; margin-bottom: 16px; } -.markdown blockquote { +.markdown:not(code) blockquote { padding: 0 15px; color: #777; border-left: 4px solid #ddd; } -.markdown blockquote > :first-child { +.markdown:not(code) blockquote > :first-child { margin-top: 0; } -.markdown blockquote > :last-child { +.markdown:not(code) blockquote > :last-child { margin-bottom: 0; } -.markdown table { +.markdown:not(code) table { display: block; width: 100%; overflow: auto; word-break: normal; word-break: keep-all; } -.markdown table th { +.markdown:not(code) table th { font-weight: bold; } -.markdown table th, -.markdown table td { +.markdown:not(code) table th, +.markdown:not(code) table td { padding: 6px 13px !important; border: 1px solid #ddd !important; } -.markdown table tr { +.markdown:not(code) table tr { background-color: #fff; border-top: 1px solid #ccc; } -.markdown table tr:nth-child(2n) { +.markdown:not(code) table tr:nth-child(2n) { background-color: #f8f8f8; } -.markdown img { +.markdown:not(code) img { max-width: 100%; box-sizing: border-box; } -.markdown .emoji { +.markdown:not(code) .emoji { max-width: none; } -.markdown span.frame { +.markdown:not(code) span.frame { display: block; overflow: hidden; } -.markdown span.frame > span { +.markdown:not(code) span.frame > span { display: block; float: left; width: auto; @@ -1346,69 +653,69 @@ footer .container .links > *:first-child { overflow: hidden; border: 1px solid #ddd; } -.markdown span.frame span img { +.markdown:not(code) span.frame span img { display: block; float: left; } -.markdown span.frame span span { +.markdown:not(code) span.frame span span { display: block; padding: 5px 0 0; clear: both; color: #333; } -.markdown span.align-center { +.markdown:not(code) span.align-center { display: block; overflow: hidden; clear: both; } -.markdown span.align-center > span { +.markdown:not(code) span.align-center > span { display: block; margin: 13px auto 0; overflow: hidden; text-align: center; } -.markdown span.align-center span img { +.markdown:not(code) span.align-center span img { margin: 0 auto; text-align: center; } -.markdown span.align-right { +.markdown:not(code) span.align-right { display: block; overflow: hidden; clear: both; } -.markdown span.align-right > span { +.markdown:not(code) span.align-right > span { display: block; margin: 13px 0 0; overflow: hidden; text-align: right; } -.markdown span.align-right span img { +.markdown:not(code) span.align-right span img { margin: 0; text-align: right; } -.markdown span.float-left { +.markdown:not(code) span.float-left { display: block; float: left; margin-right: 13px; overflow: hidden; } -.markdown span.float-left span { +.markdown:not(code) span.float-left span { margin: 13px 0 0; } -.markdown span.float-right { +.markdown:not(code) span.float-right { display: block; float: right; margin-left: 13px; overflow: hidden; } -.markdown span.float-right > span { +.markdown:not(code) span.float-right > span { display: block; margin: 13px auto 0; overflow: hidden; text-align: right; } -.markdown code, -.markdown tt { +.markdown:not(code) code, +.markdown:not(code) tt { padding: 0; padding-top: 0.2em; padding-bottom: 0.2em; @@ -1417,21 +724,21 @@ footer .container .links > *:first-child { background-color: rgba(0, 0, 0, 0.04); border-radius: 3px; } -.markdown code:before, -.markdown code:after, -.markdown tt:before, -.markdown tt:after { +.markdown:not(code) code:before, +.markdown:not(code) code:after, +.markdown:not(code) tt:before, +.markdown:not(code) tt:after { letter-spacing: -0.2em; content: "\00a0"; } -.markdown code br, -.markdown tt br { +.markdown:not(code) code br, +.markdown:not(code) tt br { display: none; } -.markdown del code { +.markdown:not(code) del code { text-decoration: inherit; } -.markdown pre > code { +.markdown:not(code) pre > code { padding: 0; margin: 0; font-size: 100%; @@ -1440,11 +747,11 @@ footer .container .links > *:first-child { background: transparent; border: 0; } -.markdown .highlight { +.markdown:not(code) .highlight { margin-bottom: 16px; } -.markdown .highlight pre, -.markdown pre { +.markdown:not(code) .highlight pre, +.markdown:not(code) pre { padding: 16px; overflow: auto; font-size: 85%; @@ -1452,15 +759,15 @@ footer .container .links > *:first-child { background-color: #f7f7f7; border-radius: 3px; } -.markdown .highlight pre { +.markdown:not(code) .highlight pre { margin-bottom: 0; word-break: normal; } -.markdown pre { +.markdown:not(code) pre { word-wrap: normal; } -.markdown pre code, -.markdown pre tt { +.markdown:not(code) pre code, +.markdown:not(code) pre tt { display: inline; max-width: initial; padding: 0; @@ -1471,13 +778,13 @@ footer .container .links > *:first-child { background-color: transparent; border: 0; } -.markdown pre code:before, -.markdown pre code:after, -.markdown pre tt:before, -.markdown pre tt:after { +.markdown:not(code) pre code:before, +.markdown:not(code) pre code:after, +.markdown:not(code) pre tt:before, +.markdown:not(code) pre tt:after { content: normal; } -.markdown kbd { +.markdown:not(code) kbd { display: inline-block; padding: 3px 5px; font-size: 11px; @@ -1490,11 +797,11 @@ footer .container .links > *:first-child { border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb; } -.markdown input[type="checkbox"] { +.markdown:not(code) input[type="checkbox"] { vertical-align: middle !important; } -.markdown .csv-data td, -.markdown .csv-data th { +.markdown:not(code) .csv-data td, +.markdown:not(code) .csv-data th { padding: 5px; overflow: hidden; font-size: 12px; @@ -1502,16 +809,16 @@ footer .container .links > *:first-child { text-align: left; white-space: nowrap; } -.markdown .csv-data .blob-num { +.markdown:not(code) .csv-data .blob-num { padding: 10px 8px 9px; text-align: right; background: #fff; border: 0; } -.markdown .csv-data tr { +.markdown:not(code) .csv-data tr { border-top: 0; } -.markdown .csv-data th { +.markdown:not(code) .csv-data th { font-weight: bold; background: #f8f8f8; border-top: 0; @@ -1824,7 +1131,16 @@ footer .container .links > *:first-child { .repository .metas .ui.list a .text:hover { color: #000; } +.repository .header-wrapper { + background-color: #FAFAFA; + margin-top: -15px; + padding-top: 15px; +} +.repository .header-wrapper .ui.tabs.divider { + border-bottom: none; +} .repository .filter.menu .label.color { + border-radius: 3px; margin-left: 15px; padding: 0 8px; } @@ -1989,6 +1305,30 @@ footer .container .links > *:first-child { .repository.new.issue .comment.form .content { margin-left: 4em; } +.repository.new.issue .comment.form .content:before, +.repository.new.issue .comment.form .content:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; +} +.repository.new.issue .comment.form .content:before { + border-right-color: #D4D4D5; + border-width: 9px; + margin-top: -9px; +} +.repository.new.issue .comment.form .content:after { + border-right-color: #f7f7f7; + border-width: 8px; + margin-top: -8px; +} +.repository.new.issue .comment.form .content:after { + border-right-color: #fff; +} .repository.new.issue .comment.form .content .markdown { font-size: 14px; } @@ -2004,7 +1344,7 @@ footer .container .links > *:first-child { } .repository.view.issue .title h1 { font-weight: 300; - font-size: 3rem; + font-size: 2.3rem; margin-bottom: 5px; } .repository.view.issue .title h1 .ui.input { @@ -2085,12 +1425,34 @@ footer .container .links > *:first-child { .repository.view.issue .comment-list .comment .content .header { font-weight: normal; padding: auto 15px; + position: relative; color: #767676; background-color: #f7f7f7; border-bottom: 1px solid #eee; border-top-left-radius: 3px; border-top-right-radius: 3px; } +.repository.view.issue .comment-list .comment .content .header:before, +.repository.view.issue .comment-list .comment .content .header:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; +} +.repository.view.issue .comment-list .comment .content .header:before { + border-right-color: #D4D4D5; + border-width: 9px; + margin-top: -9px; +} +.repository.view.issue .comment-list .comment .content .header:after { + border-right-color: #f7f7f7; + border-width: 8px; + margin-top: -8px; +} .repository.view.issue .comment-list .comment .content .header .text { max-width: 78%; padding-top: 10px; @@ -2106,8 +1468,33 @@ footer .container .links > *:first-child { .repository.view.issue .comment-list .comment .content > .bottom.segment { background: #f3f4f5; } +.repository.view.issue .comment-list .comment .content > .bottom.segment .ui.images::after { + clear: both; + content: ' '; + display: block; +} +.repository.view.issue .comment-list .comment .content > .bottom.segment a { + display: block; + float: left; + margin: 5px; + padding: 5px; + height: 150px; + border: solid 1px #eee; + border-radius: 3px; + max-width: 150px; + background-color: #fff; +} +.repository.view.issue .comment-list .comment .content > .bottom.segment a:before { + content: ' '; + display: inline-block; + height: 100%; + vertical-align: middle; +} .repository.view.issue .comment-list .comment .content > .bottom.segment .ui.image { - max-height: 150px; + max-height: 100%; + width: auto; + margin: 0; + vertical-align: middle; } .repository.view.issue .comment-list .comment .ui.form .field:first-child { clear: none; @@ -2119,6 +1506,7 @@ footer .container .links > *:first-child { } .repository.view.issue .comment-list .comment .ui.form textarea { height: 200px; + font-family: "Consolas", monospace; } .repository.view.issue .comment-list .comment .edit.buttons { margin-top: 10px; @@ -2158,6 +1546,10 @@ footer .container .links > *:first-child { .repository.view.issue .ui.segment.metas { margin-top: -3px; } +.repository.view.issue .ui.participants img { + margin-top: 5px; + margin-right: 5px; +} .repository .comment.form .ui.comments { margin-top: -12px; max-width: 100%; @@ -2165,6 +1557,30 @@ footer .container .links > *:first-child { .repository .comment.form .content .field:first-child { clear: none; } +.repository .comment.form .content .form:before, +.repository .comment.form .content .form:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; +} +.repository .comment.form .content .form:before { + border-right-color: #D4D4D5; + border-width: 9px; + margin-top: -9px; +} +.repository .comment.form .content .form:after { + border-right-color: #f7f7f7; + border-width: 8px; + margin-top: -8px; +} +.repository .comment.form .content .form:after { + border-right-color: #fff; +} .repository .comment.form .content .tab.segment { border: none; padding: 0; @@ -2172,6 +1588,7 @@ footer .container .links > *:first-child { } .repository .comment.form .content textarea { height: 200px; + font-family: "Consolas", monospace; } .repository .label.list { list-style: none; @@ -2194,6 +1611,9 @@ footer .container .links > *:first-child { .repository .label.list .item a.open-issues { margin-right: 30px; } +.repository .label.list .item .ui.label { + font-size: 1em; +} .repository .milestone.list { list-style: none; padding-top: 15px; @@ -2254,6 +1674,30 @@ footer .container .links > *:first-child { .repository.compare.pull .choose.branch .octicon { padding-right: 10px; } +.repository.compare.pull .comment.form .content:before, +.repository.compare.pull .comment.form .content:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; +} +.repository.compare.pull .comment.form .content:before { + border-right-color: #D4D4D5; + border-width: 9px; + margin-top: -9px; +} +.repository.compare.pull .comment.form .content:after { + border-right-color: #f7f7f7; + border-width: 8px; + margin-top: -8px; +} +.repository.compare.pull .comment.form .content:after { + border-right-color: #fff; +} .repository .filter.dropdown .menu { margin-top: 1px!important; } @@ -2524,6 +1968,9 @@ footer .container .links > *:first-child { .repository.wiki.start .ui.segment .mega-octicon { font-size: 48px; } +.repository.wiki.new .CodeMirror .CodeMirror-code { + font-family: "Consolas", monospace; +} .repository.wiki.new .CodeMirror .CodeMirror-code .cm-comment { background: inherit; } @@ -2550,10 +1997,11 @@ footer .container .links > *:first-child { .repository.settings.collaboration .collaborator.list { padding: 0; } -.repository.settings.collaboration .collaborator.list .item { - padding: 10px 20px; +.repository.settings.collaboration .collaborator.list > .item { + margin: 0; + line-height: 2em; } -.repository.settings.collaboration .collaborator.list .item:not(:last-child) { +.repository.settings.collaboration .collaborator.list > .item:not(:last-child) { border-bottom: 1px solid #DDD; } .repository.settings.collaboration #repo-collab-form #search-user-box .results { @@ -2770,6 +2218,27 @@ footer .container .links > *:first-child { width: 15px; height: 15px; } +#avatar-arrow:before, +#avatar-arrow:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; +} +#avatar-arrow:before { + border-right-color: #D4D4D5; + border-width: 9px; + margin-top: -9px; +} +#avatar-arrow:after { + border-right-color: #f7f7f7; + border-width: 8px; + margin-top: -8px; +} #transfer-repo-modal .ui.message, #delete-repo-modal .ui.message { width: 100%!important; @@ -2913,6 +2382,9 @@ 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; } @@ -3124,10 +2596,17 @@ footer .container .links > *:first-child { text-overflow: ellipsis; white-space: nowrap; } +.admin.config #test-mail-btn { + margin-left: 5px; +} .explore { padding-top: 15px; padding-bottom: 80px; } +.explore .navbar .octicon { + width: 16px; + text-align: center; +} .ui.repository.list .item { padding-bottom: 25px; } @@ -3154,3 +2633,26 @@ footer .container .links > *:first-child { font-size: 12px; color: #808080; } +.ui.user.list .item { + padding-bottom: 25px; +} +.ui.user.list .item:not(:first-child) { + border-top: 1px solid #eee; + padding-top: 25px; +} +.ui.user.list .item .ui.avatar.image { + width: 40px; + height: 40px; +} +.ui.user.list .item .description { + margin-top: 5px; +} +.ui.user.list .item .description .octicon:not(:first-child) { + margin-left: 5px; +} +.ui.user.list .item .description a { + color: #333; +} +.ui.user.list .item .description a:hover { + text-decoration: underline; +} diff --git a/public/css/gogs.min.css b/public/css/gogs.min.css deleted file mode 100644 index b3ebce785..000000000 --- a/public/css/gogs.min.css +++ /dev/null @@ -1 +0,0 @@ -@font-face{font-family:octicons;src:url(../fonts/octicons.eot?#iefix&v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('embedded-opentype'),url(../fonts/octicons.woff?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('woff'),url(../fonts/octicons.ttf?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('truetype'),url(../fonts/octicons.svg?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d#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;-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-beaker:before,.octicon-microscope:before{content:'\f0dd'}.octicon-bell:before{content:'\f0de'}.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-color-mode:before{content:'\f065'}.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-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-git-fork-private:before,.octicon-lock:before,.octicon-mirror-private:before{content:'\f06a'}.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-file-add:before,.octicon-file-directory-create:before,.octicon-gist-new:before,.octicon-plus:before,.octicon-repo-create: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-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.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-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-add:before,.octicon-tag-remove:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.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-versions:before{content:'\f064'}.octicon-watch:before{content:'\f0e0'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}.emoji{width:1.5em;height:1.5em;display:inline-block;background-size:contain}body{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';background-color:#FAFAFA}img{border-radius:3px}pre{font:12px Consolas,"Liberation Mono",Menlo,Courier,monospace}pre.raw{padding:7px 12px;margin:10px 0;background-color:#f8f8f8;border:1px solid #ddd;border-radius:3px;font-size:13px;line-height:1.5;overflow:auto}.full.height{padding:0;margin:0 0 -80px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%}.following.bar.light{background-color:#fff;border-bottom:1px solid #DDD;box-shadow:0 2px 3px rgba(0,0,0,.04)}.following.bar .column .menu{margin-top:0}.following.bar .top.menu a.item.brand{padding-left:0}.following.bar .brand .ui.mini.image{width:30px}.following.bar .top.menu .dropdown.item.active,.following.bar .top.menu .dropdown.item:hover,.following.bar .top.menu a.item:hover{background-color:transparent}.following.bar .top.menu a.item:hover{color:rgba(0,0,0,.45)}.following.bar .top.menu .menu{z-index:900}.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 .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}.following.bar .text .octicon{width:16px;text-align:center}.following.bar .right.menu .menu{left:auto;right:0}.following.bar .right.menu .dropdown .menu{margin-top:0}.ui.left{float:left}.ui.right{float:right}.ui .text.red{color:#d95c5c!important}.ui .text.red a{color:#d95c5c!important}.ui .text.red a:hover{color:#E67777!important}.ui .text.blue{color:#428bca!important}.ui .text.blue a{color:#15c!important}.ui .text.blue a:hover{color:#428bca!important}.ui .text.grey{color:#767676!important}.ui .text.grey a{color:#444!important}.ui .text.grey a:hover{color:#000!important}.ui .text.green{color:#6cc644!important}.ui .text.purple{color:#6e5494!important}.ui .text.left{text-align:left!important}.ui .text.right{text-align:right!important}.ui .text.small{font-size:.75em}.ui .text.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ui .text.thin{font-weight:400}.ui .text.middle{vertical-align:middle}.ui .message{text-align:center}.ui .header>i+.content{padding-left:.75rem;vertical-align:middle}.ui .warning.header{background-color:#F9EDBE!important;border-color:#F0C36D}.ui .warning.segment{border-color:#F0C36D}.ui .info.header{background-color:#d9edf7!important;border-color:#85c5e5}.ui .info.segment{border-color:#85c5e5}.ui .normal.header{font-weight:400}.ui .avatar.image{border-radius:3px}.ui .form .fake{display:none!important}.ui.status.buttons .octicon{margin-right:4px}.overflow.menu .items{max-height:300px;overflow-y:auto}.overflow.menu .items .item{position:relative;cursor:pointer;display:block;border:none;height:auto;border-top:none;line-height:1em;color:rgba(0,0,0,.8);padding:.71428571em 1.14285714em!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.overflow.menu .items .item.active{font-weight:700}.overflow.menu .items .item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8);z-index:13}.scrolling.menu .item.selected{font-weight:700!important}footer{margin-top:54px!important;height:40px;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .container{padding-top:10px}footer .container .fa{width:16px;text-align:center;color:#428bca}footer .container .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .container .links>:first-child{border-left:none}.hide{display:none}.center{text-align:center}.img-1{width:2px!important;height:2px!important}.img-2{width:4px!important;height:4px!important}.img-3{width:6px!important;height:6px!important}.img-4{width:8px!important;height:8px!important}.img-5{width:10px!important;height:10px!important}.img-6{width:12px!important;height:12px!important}.img-7{width:14px!important;height:14px!important}.img-8{width:16px!important;height:16px!important}.img-9{width:18px!important;height:18px!important}.img-10{width:20px!important;height:20px!important}.img-11{width:22px!important;height:22px!important}.img-12{width:24px!important;height:24px!important}.img-13{width:26px!important;height:26px!important}.img-14{width:28px!important;height:28px!important}.img-15{width:30px!important;height:30px!important}.img-16{width:32px!important;height:32px!important}.mega-octicon.icon,.octicon.icon{font-family:octicons;opacity:1!important}.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}@media only screen and (max-width:991px) and (min-width:768px){.ui.container{width:95%}}.markdown{overflow:hidden;font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown>:first-child{margin-top:0!important}.markdown>:last-child{margin-bottom:0!important}.markdown a:not([href]){color:inherit;text-decoration:none}.markdown .absent{color:#c00}.markdown .anchor{position:absolute;top:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown .anchor:focus{outline:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:700;line-height:1.4}.markdown h1 .octicon-link,.markdown h2 .octicon-link,.markdown h3 .octicon-link,.markdown h4 .octicon-link,.markdown h5 .octicon-link,.markdown h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown h1:hover .anchor,.markdown h2:hover .anchor,.markdown h3:hover .anchor,.markdown h4:hover .anchor,.markdown h5:hover .anchor,.markdown h6:hover .anchor{padding-left:8px;margin-left:-30px;text-decoration:none}.markdown h1:hover .anchor .octicon-link,.markdown h2:hover .anchor .octicon-link,.markdown h3:hover .anchor .octicon-link,.markdown h4:hover .anchor .octicon-link,.markdown h5:hover .anchor .octicon-link,.markdown h6:hover .anchor .octicon-link{display:inline-block}.markdown h1 code,.markdown h1 tt,.markdown h2 code,.markdown h2 tt,.markdown h3 code,.markdown h3 tt,.markdown h4 code,.markdown h4 tt,.markdown h5 code,.markdown h5 tt,.markdown h6 code,.markdown h6 tt{font-size:inherit}.markdown h1{padding-bottom:.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown h1 .anchor{line-height:1}.markdown h2{padding-bottom:.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown h2 .anchor{line-height:1}.markdown h3{font-size:1.5em;line-height:1.43}.markdown h3 .anchor{line-height:1.2}.markdown h4{font-size:1.25em}.markdown h4 .anchor{line-height:1.2}.markdown h5{font-size:1em}.markdown h5 .anchor{line-height:1.1}.markdown h6{font-size:1em;color:#777}.markdown h6 .anchor{line-height:1.1}.markdown blockquote,.markdown dl,.markdown ol,.markdown p,.markdown pre,.markdown table,.markdown ul{margin-top:0;margin-bottom:16px}.markdown hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown ol,.markdown ul{padding-left:2em}.markdown ol.no-list,.markdown ul.no-list{padding:0;list-style-type:none}.markdown ol ol,.markdown ol ul,.markdown ul ol,.markdown ul ul{margin-top:0;margin-bottom:0}.markdown ol ol,.markdown ul ol{list-style-type:lower-roman}.markdown li>p{margin-top:16px}.markdown dl{padding:0}.markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown dl dd{padding:0 16px;margin-bottom:16px}.markdown blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown blockquote>:first-child{margin-top:0}.markdown blockquote>:last-child{margin-bottom:0}.markdown table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown table th{font-weight:700}.markdown table td,.markdown table th{padding:6px 13px!important;border:1px solid #ddd}.markdown table tr{background-color:#fff;border-top:1px solid #ccc}.markdown table tr:nth-child(2n){background-color:#f8f8f8}.markdown img{max-width:100%;box-sizing:border-box}.markdown .emoji{max-width:none}.markdown span.frame{display:block;overflow:hidden}.markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown span.frame span img{display:block;float:left}.markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown span.align-center{display:block;overflow:hidden;clear:both}.markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown span.align-center span img{margin:0 auto;text-align:center}.markdown span.align-right{display:block;overflow:hidden;clear:both}.markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown span.align-right span img{margin:0;text-align:right}.markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown span.float-left span{margin:13px 0 0}.markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown code,.markdown tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown code:after,.markdown code:before,.markdown tt:after,.markdown tt:before{letter-spacing:-.2em;content:"\00a0"}.markdown code br,.markdown tt br{display:none}.markdown del code{text-decoration:inherit}.markdown pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:0 0;border:0}.markdown .highlight{margin-bottom:16px}.markdown .highlight pre,.markdown pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown .highlight pre{margin-bottom:0;word-break:normal}.markdown pre{word-wrap:normal}.markdown pre code,.markdown pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown pre code:after,.markdown pre code:before,.markdown pre tt:after,.markdown pre tt:before{content:normal}.markdown kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown .csv-data td,.markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown .csv-data tr{border-top:0}.markdown .csv-data th{font-weight:700;background:#f8f8f8;border-top:0}.pln{color:#333}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998;font-style:italic}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.clo,.opn,.pun{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}.home{padding-bottom:80px}.home .logo{max-width:220px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif,'Microsoft YaHei'}.home .hero h1{font-size:5.5em}.home .hero h2{font-size:3em}.home .hero .octicon{color:#d9453d;font-size:40px;width:50px}.home .hero.header{font-size:20px}.home p.large{font-size:16px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.signup{padding-top:15px;padding-bottom:80px}.install{padding-top:45px;padding-bottom:80px}.install form label{text-align:right;width:320px!important}.install form input{width:35%!important}.install form .field{text-align:left}.install form .field .help{margin-left:335px!important}.install form .field.optional .title{margin-left:38%}.install .ui .checkbox{margin-left:40%!important}.install .ui .checkbox label{width:auto!important}.form .help{color:#999;padding-top:.6em;padding-bottom:.6em;display:inline-block}.ui.attached.header{background:#f0f0f0}.ui.attached.header .right{margin-top:-5px}.ui.attached.header .right .button{padding:8px 10px;font-weight:400}#create-page-form form{margin:auto;width:800px!important}#create-page-form form .ui.message{text-align:center}#create-page-form form .header{padding-left:280px!important}#create-page-form form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}#create-page-form form .help{margin-left:265px!important}#create-page-form form .optional .title{margin-left:250px!important}#create-page-form form input,#create-page-form form textarea{width:50%!important}.user.activate form,.user.forgot.password form,.user.reset.password form,.user.signin form,.user.signup form{margin:auto;width:800px!important}.user.activate form .ui.message,.user.forgot.password form .ui.message,.user.reset.password form .ui.message,.user.signin form .ui.message,.user.signup form .ui.message{text-align:center}.user.activate form .header,.user.forgot.password form .header,.user.reset.password form .header,.user.signin form .header,.user.signup form .header{padding-left:280px!important}.user.activate form .inline.field>label,.user.forgot.password form .inline.field>label,.user.reset.password form .inline.field>label,.user.signin form .inline.field>label,.user.signup form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.user.activate form .help,.user.forgot.password form .help,.user.reset.password form .help,.user.signin form .help,.user.signup form .help{margin-left:265px!important}.user.activate form .optional .title,.user.forgot.password form .optional .title,.user.reset.password form .optional .title,.user.signin form .optional .title,.user.signup form .optional .title{margin-left:250px!important}.user.activate form input,.user.activate form textarea,.user.forgot.password form input,.user.forgot.password form textarea,.user.reset.password form input,.user.reset.password form textarea,.user.signin form input,.user.signin form textarea,.user.signup form input,.user.signup form textarea{width:50%!important}.user.activate form,.user.forgot.password form,.user.reset.password form,.user.signin form,.user.signup form{width:700px!important}.user.activate form .header,.user.forgot.password form .header,.user.reset.password form .header,.user.signin form .header,.user.signup form .header{padding-left:230px!important}.user.activate form .inline.field>label,.user.forgot.password form .inline.field>label,.user.reset.password form .inline.field>label,.user.signin form .inline.field>label,.user.signup form .inline.field>label{width:200px!important}.repository.new.fork form,.repository.new.migrate form,.repository.new.repo form{margin:auto;width:800px!important}.repository.new.fork form .ui.message,.repository.new.migrate form .ui.message,.repository.new.repo form .ui.message{text-align:center}.repository.new.fork form .header,.repository.new.migrate form .header,.repository.new.repo form .header{padding-left:280px!important}.repository.new.fork form .inline.field>label,.repository.new.migrate form .inline.field>label,.repository.new.repo form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.repository.new.fork form .help,.repository.new.migrate form .help,.repository.new.repo form .help{margin-left:265px!important}.repository.new.fork form .optional .title,.repository.new.migrate form .optional .title,.repository.new.repo form .optional .title{margin-left:250px!important}.repository.new.fork form input,.repository.new.fork form textarea,.repository.new.migrate form input,.repository.new.migrate form textarea,.repository.new.repo form input,.repository.new.repo form textarea{width:50%!important}.repository.new.fork form .dropdown .dropdown.icon,.repository.new.migrate form .dropdown .dropdown.icon,.repository.new.repo form .dropdown .dropdown.icon{margin-top:-7px!important}.repository.new.fork form .dropdown .text,.repository.new.migrate form .dropdown .text,.repository.new.repo form .dropdown .text{margin-right:0!important}.repository.new.fork form .dropdown .text i,.repository.new.migrate form .dropdown .text i,.repository.new.repo form .dropdown .text i{margin-right:0!important}.repository.new.repo .ui.form .selection.dropdown:not(.owner){width:50%!important}.repository.new.repo .ui.form #auto-init{margin-left:265px!important}.new.webhook form .help{margin-left:25px}.new.webhook .events.fields .column{padding-left:40px}.repository{padding-top:15px;padding-bottom:80px}.repository .head .column{padding-top:5px!important;padding-bottom:5px!important}.repository .head .ui.compact.menu{margin-left:1rem}.repository .head .ui.header{margin-top:0}.repository .head .mega-octicon{width:30px;font-size:30px}.repository .head .ui.huge.breadcrumb{font-weight:300;font-size:1.7rem}.repository .head .fork-flag{margin-left:38px;display:block;font-size:12px;line-height:10px;white-space:nowrap}.repository .metas .menu{max-height:300px;overflow-x:auto}.repository .metas .ui.list .hide{display:none!important}.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}.repository .metas .ui.list a{padding-top:5px;padding-right:10px}.repository .metas .ui.list a .text{color:#444}.repository .metas .ui.list a .text:hover{color:#000}.repository .filter.menu .label.color{margin-left:15px;padding:0 8px}.repository .filter.menu .octicon{float:left;margin-left:-5px;margin-right:-7px}.repository .filter.menu .menu{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}.repository .filter.menu .dropdown.item{margin:1px;padding-right:0}.repository.options #interval{width:100px!important;min-width:100px}.repository.options .danger .item{padding:20px 15px}.repository.options .danger .ui.divider{margin:0}.repository.new.issue .comment.form .comment .avatar{width:3em}.repository.new.issue .comment.form .content{margin-left:4em}.repository.new.issue .comment.form .content .markdown{font-size:14px}.repository.new.issue .comment.form .metas{min-width:220px}.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}.repository.view.issue .title{padding-bottom:0!important}.repository.view.issue .title h1{font-weight:300;font-size:3rem;margin-bottom:5px}.repository.view.issue .title h1 .ui.input{font-size:.5em;vertical-align:top;width:50%;min-width:600px}.repository.view.issue .title h1 .ui.input input{font-size:1.5em;padding:6px 10px}.repository.view.issue .title .index{font-weight:300;color:#aaa;letter-spacing:-1px}.repository.view.issue .title .label{margin-right:10px}.repository.view.issue .title .edit-zone{margin-top:10px}.repository.view.issue .pull-desc code{color:#0166E6}.repository.view.issue .pull.tabular.menu{margin-bottom:10px}.repository.view.issue .pull.tabular.menu .octicon{margin-right:5px}.repository.view.issue .pull.tab.segment{border:none;padding:0;padding-top:10px;box-shadow:none;background-color:inherit}.repository.view.issue .pull .merge.box .avatar{margin-left:10px;margin-top:10px}.repository.view.issue .comment-list:before{display:block;content:"";position:absolute;margin-top:12px;margin-bottom:14px;top:0;bottom:0;left:96px;width:2px;background-color:#f3f3f3;z-index:-1}.repository.view.issue .comment-list .comment .avatar{width:3em}.repository.view.issue .comment-list .comment .tag{color:#767676;margin-top:3px;padding:2px 5px;font-size:12px;border:1px solid rgba(0,0,0,.1);border-radius:3px}.repository.view.issue .comment-list .comment .actions .item{float:left}.repository.view.issue .comment-list .comment .actions a.item{margin-top:6px;margin-left:10px}.repository.view.issue .comment-list .comment .content{margin-left:4em}.repository.view.issue .comment-list .comment .content .header{font-weight:400;padding:auto 15px;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.repository.view.issue .comment-list .comment .content .header .text{max-width:78%;padding-top:10px;padding-bottom:10px}.repository.view.issue .comment-list .comment .content .markdown{font-size:14px}.repository.view.issue .comment-list .comment .content .no-content{color:#767676;font-style:italic}.repository.view.issue .comment-list .comment .content>.bottom.segment{background:#f3f4f5}.repository.view.issue .comment-list .comment .content>.bottom.segment .ui.image{max-height:150px}.repository.view.issue .comment-list .comment .ui.form .field:first-child{clear:none}.repository.view.issue .comment-list .comment .ui.form .tab.segment{border:none;padding:0;padding-top:10px}.repository.view.issue .comment-list .comment .ui.form textarea{height:200px}.repository.view.issue .comment-list .comment .edit.buttons{margin-top:10px}.repository.view.issue .comment-list .event{position:relative;margin:15px 0 15px 79px;padding-left:25px}.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;font-size:20px;color:#bd2c00}.repository.view.issue .comment-list .event .octicon.octicon-primitive-dot{font-size:30px;color:#6cc644}.repository.view.issue .comment-list .event .octicon.octicon-bookmark{margin-top:3px;font-size:25px}.repository.view.issue .comment-list .event .detail{font-size:.9rem;margin-top:5px;margin-left:35px}.repository.view.issue .comment-list .event .detail .octicon.octicon-git-commit{margin-top:2px}.repository.view.issue .ui.segment.metas{margin-top:-3px}.repository .comment.form .ui.comments{margin-top:-12px;max-width:100%}.repository .comment.form .content .field:first-child{clear:none}.repository .comment.form .content .tab.segment{border:none;padding:0;padding-top:10px}.repository .comment.form .content textarea{height:200px}.repository .label.list{list-style:none;padding-top:15px}.repository .label.list .item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .label.list .item a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .label.list .item a:hover{color:#000}.repository .label.list .item a.open-issues{margin-right:30px}.repository .milestone.list{list-style:none;padding-top:15px}.repository .milestone.list>.item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .milestone.list>.item>a{padding-top:5px;padding-right:10px;color:#000}.repository .milestone.list>.item>a:hover{color:#4078c0}.repository .milestone.list>.item .ui.progress{width:40%;padding:0;border:0;margin:0}.repository .milestone.list>.item .ui.progress .bar{height:20px}.repository .milestone.list>.item .meta{color:#999;padding-top:5px}.repository .milestone.list>.item .meta .issue-stats .octicon{padding-left:5px}.repository .milestone.list>.item .meta .overdue{color:red}.repository .milestone.list>.item .operate{margin-top:-15px}.repository .milestone.list>.item .operate>a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .milestone.list>.item .operate>a:hover{color:#000}.repository .milestone.list>.item .content{padding-top:10px}.repository.new.milestone textarea{height:200px}.repository.new.milestone #deadline{width:150px}.repository.compare.pull .choose.branch .octicon{padding-right:10px}.repository .filter.dropdown .menu{margin-top:1px!important}.repository.commits .header .ui.right .search input{font-weight:400;padding:5px 10px}.repository.commits .header .ui.right .button{float:right;margin-left:5px;margin-top:1px}.repository .commits.table{font-size:13px}.repository .commits.table td:first-child,.repository .commits.table th:first-child{padding-left:15px}.repository .commits.table td{line-height:15px}.repository .commits.table .author{min-width:180px}.repository .commits.table .message span{max-width:500px}.repository .commits.table .date{width:120px}.repository .sha.label{font-family:Consolas,Menlo,Monaco,"Lucida Console",monospace;font-size:14px;padding:6px 10px 4px 10px;font-weight:400}.repository .diff-detail-box{margin:15px 0;line-height:30px}.repository .diff-detail-box ol{clear:both;padding-left:0;margin-top:5px;margin-bottom:28px}.repository .diff-detail-box ol li{list-style:none;padding-bottom:4px;margin-bottom:4px;border-bottom:1px dashed #DDD;padding-left:6px}.repository .diff-detail-box span.status{display:inline-block;width:12px;height:12px;margin-right:8px;vertical-align:middle}.repository .diff-detail-box span.status.modify{background-color:#f0db88}.repository .diff-detail-box span.status.add{background-color:#b4e2b4}.repository .diff-detail-box span.status.del{background-color:#e9aeae}.repository .diff-detail-box span.status.rename{background-color:#dad8ff}.repository .diff-box .count{margin-right:12px}.repository .diff-box .count .bar{background-color:#e75316;height:12px;width:40px;display:inline-block;margin:2px 4px 0 4px;vertical-align:text-top}.repository .diff-box .count .bar .add{background-color:#77c64a;height:12px}.repository .diff-box .file{color:#888}.repository .diff-file-box .header{border-bottom:1px solid #d4d4d5!important}.repository .diff-file-box .file-body.file-code .lines-num{text-align:right;color:#999;background:#fafafa;width:1%}.repository .diff-file-box .file-body.file-code .lines-num-old{border-right:1px solid #DDD}.repository .diff-file-box .code-diff{font-size:13px}.repository .diff-file-box .code-diff td{padding:0;border-top:none}.repository .diff-file-box .code-diff pre{margin:0}.repository .diff-file-box .code-diff .lines-num{border-right:1px solid #d4d4d5;padding:0 5px}.repository .diff-file-box .code-diff tbody tr.tag-code pre,.repository .diff-file-box .code-diff tbody tr.tag-code td{background-color:#E0E0E0!important;border-color:#ADADAD!important}.repository .diff-file-box .code-diff tbody tr.del-code pre,.repository .diff-file-box .code-diff tbody tr.del-code td{background-color:#ffe2dd!important;border-color:#e9aeae!important}.repository .diff-file-box .code-diff tbody tr.add-code pre,.repository .diff-file-box .code-diff tbody tr.add-code td{background-color:#d1ffd6!important;border-color:#b4e2b4!important}.repository .diff-file-box .code-diff tbody tr:hover td{background-color:#FFF8D2!important;border-color:#F0DB88!important}.repository .diff-file-box .code-diff tbody tr:hover pre{background-color:transparent!important}.repository .code-view{overflow:auto;overflow-x:auto;overflow-y:hidden}.issue.list{list-style:none;padding-top:15px}.issue.list>.item{padding-top:15px;padding-bottom:10px;border-bottom:1px dashed #AAA}.issue.list>.item .title{color:#444;font-size:15px;font-weight:700;margin:0 6px}.issue.list>.item .title:hover{color:#000}.issue.list>.item .comment{padding-right:10px;color:#666}.issue.list>.item .desc{padding-top:5px;color:#999}.issue.list>.item .desc a.milestone{padding-left:5px;color:#999!important}.issue.list>.item .desc a.milestone:hover{color:#000!important}.issue.list>.item .desc .assignee{margin-top:-5px;margin-right:5px}.page.buttons{padding-top:15px}.ui.comments .dropzone{width:100%;margin-bottom:10px;border:2px dashed #0087F7;box-shadow:none!important}.ui.comments .dropzone .dz-error-message{top:140px}.settings .content{margin-top:2px}.settings .content .header,.settings .content .segment{box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.settings .key.list .item:not(:first-child){border-top:1px solid #eaeaea}.settings .key.list .ssh-key-state-indicator{float:left;color:gray;padding-left:10px;padding-top:10px}.settings .key.list .ssh-key-state-indicator.active{color:#6cc644}.settings .key.list .meta{padding-top:5px}.settings .key.list .print{color:#767676}.settings .key.list .activity{color:#666}.settings .hook.list>.item:not(:first-child){border-top:1px solid #eaeaea}.settings .hook.list .item{padding:10px 20px}.settings .hook.list .item .fa,.settings .hook.list .item .octicon{width:20px;text-align:center}.settings .hook.history.list .item{padding-left:13px}.settings .hook.history.list .item .meta .ui.right{margin-top:5px}.settings .hook.history.list .item .meta .ui.right .time{font-size:12px}.settings .hook.history.list .item .info{margin-top:10px}.settings .hook.history.list .item .info .tabular.menu .item{font-weight:500}.settings .hook.history.list .item .info .tab.segment{border:none;padding:0;padding-top:10px;box-shadow:none}.settings .hook.history.list .item .info .tab.segment>*{color:#666}.settings .hook.history.list .item .info .tab.segment pre{word-wrap:break-word}.settings .hook.history.list .item .info .tab.segment pre .hljs{padding:0;background-color:inherit}.ui.vertical.menu .header.item{font-size:1.1em;background:#f0f0f0}.edit-label.modal .form .column,.new-label.segment .form .column{padding-right:0}.edit-label.modal .form .buttons,.new-label.segment .form .buttons{margin-left:auto;padding-top:15px}.edit-label.modal .form .color.picker.column,.new-label.segment .form .color.picker.column{width:auto}.edit-label.modal .form .color.picker.column .color-picker,.new-label.segment .form .color.picker.column .color-picker{height:35px;width:auto;padding-left:30px}.edit-label.modal .form .minicolors-swatch.minicolors-sprite,.new-label.segment .form .minicolors-swatch.minicolors-sprite{top:10px;left:10px;width:15px;height:15px}.edit-label.modal .form .precolors,.new-label.segment .form .precolors{padding-left:0;padding-right:0;margin:3px 10px auto 10px;width:120px}.edit-label.modal .form .precolors .color,.new-label.segment .form .precolors .color{float:left;width:15px;height:15px}#delete-repo-modal .ui.message,#transfer-repo-modal .ui.message{width:100%!important}.organization{padding-top:15px;padding-bottom:80px}.organization .head .ui.header .text{vertical-align:middle;font-size:1.6rem;margin-left:15px}.organization .head .ui.header .ui.right{margin-top:5px}.organization.new.org form{margin:auto;width:800px!important}.organization.new.org form .ui.message{text-align:center}.organization.new.org form .header{padding-left:280px!important}.organization.new.org form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.organization.new.org form .help{margin-left:265px!important}.organization.new.org form .optional .title{margin-left:250px!important}.organization.new.org form input,.organization.new.org form textarea{width:50%!important}.organization.options input{width:50%!important;min-width:300px}.user{padding-top:15px;padding-bottom:80px}.user.settings .list .item.ui.grid{margin-top:15px}.user.settings .email.list .item:not(:first-child){border-top:1px solid #eaeaea;height:50px}.user.settings .email.list .item:not(:first-child) .button{margin-top:-10px}.dashboard{padding-top:15px;padding-bottom:80px}.dashboard.issues .context.user.menu{z-index:101;min-width:200px}.dashboard.issues .context.user.menu .ui.header{font-size:1rem;text-transform:none}.dashboard.issues .filter.menu .item{text-align:left}.dashboard.issues .filter.menu .item .text{height:16px;vertical-align:middle}.dashboard.issues .filter.menu .item .floating.label{top:7px;left:90%;width:15%}.dashboard.issues .filter.menu .item.active{background-color:#4183c4;color:#FFF}.dashboard.issues .filter.menu .item .text{width:85%}.dashboard.issues .ui.right .head.menu{margin-top:-5px}.dashboard.issues .ui.right .head.menu .item.active{color:#d9453d}.dashboard.issues .head.menu .octicon{margin-right:5px}.admin{padding-top:15px;padding-bottom:80px}.admin .table.segment{padding:0;font-size:13px}.admin .table.segment th{padding-top:5px;padding-bottom:5px}.admin .table.segment td:first-child,.admin .table.segment th:first-child{padding-left:15px}.admin .ui.header,.admin .ui.segment{box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.admin.user .email{max-width:200px}.explore{padding-top:15px;padding-bottom:80px}.explore.repositories .ui.repository.list .item{border-top:1px solid #eee;padding-top:25px;padding-bottom:25px}.explore.repositories .ui.repository.list .item .ui.header{font-size:1.5rem;padding-bottom:10px}.explore.repositories .ui.repository.list .item .ui.header .metas{color:#888;font-size:13px;font-weight:400}.explore.repositories .ui.repository.list .item .ui.header .metas span:not(:last-child){margin-right:5px}.explore.repositories .ui.repository.list .item .time{font-size:12px;color:grey} \ No newline at end of file diff --git a/public/css/highlight-9.0.0/default.css b/public/css/highlight-9.0.0/default.css deleted file mode 100644 index b0ac8b8aa..000000000 --- a/public/css/highlight-9.0.0/default.css +++ /dev/null @@ -1,155 +0,0 @@ -/* - -Original style from softwaremaniacs.org (c) Ivan Sagalaev - -*/ - -.hljs { - display: block; - overflow-x: auto; - padding: 0.5em; - background: #f0f0f0; - -webkit-text-size-adjust: none; -} - -.hljs, -.hljs-subst, -.hljs-tag .hljs-title, -.nginx .hljs-title { - color: black; -} - -.hljs-string, -.hljs-title, -.hljs-constant, -.hljs-parent, -.hljs-tag .hljs-value, -.hljs-rule .hljs-value, -.hljs-preprocessor, -.hljs-pragma, -.hljs-name, -.haml .hljs-symbol, -.ruby .hljs-symbol, -.ruby .hljs-symbol .hljs-string, -.hljs-template_tag, -.django .hljs-variable, -.smalltalk .hljs-class, -.hljs-addition, -.hljs-flow, -.hljs-stream, -.bash .hljs-variable, -.pf .hljs-variable, -.apache .hljs-tag, -.apache .hljs-cbracket, -.tex .hljs-command, -.tex .hljs-special, -.erlang_repl .hljs-function_or_atom, -.asciidoc .hljs-header, -.markdown .hljs-header, -.coffeescript .hljs-attribute, -.tp .hljs-variable { - color: #800; -} - -.smartquote, -.hljs-comment, -.hljs-annotation, -.diff .hljs-header, -.hljs-chunk, -.asciidoc .hljs-blockquote, -.markdown .hljs-blockquote { - color: #888; -} - -.hljs-number, -.hljs-date, -.hljs-regexp, -.hljs-literal, -.hljs-hexcolor, -.smalltalk .hljs-symbol, -.smalltalk .hljs-char, -.go .hljs-constant, -.hljs-change, -.lasso .hljs-variable, -.makefile .hljs-variable, -.asciidoc .hljs-bullet, -.markdown .hljs-bullet, -.asciidoc .hljs-link_url, -.markdown .hljs-link_url { - color: #080; -} - -.hljs-label, -.ruby .hljs-string, -.hljs-decorator, -.hljs-filter .hljs-argument, -.hljs-localvars, -.hljs-array, -.hljs-attr_selector, -.hljs-important, -.hljs-pseudo, -.hljs-pi, -.haml .hljs-bullet, -.hljs-doctype, -.hljs-deletion, -.hljs-envvar, -.hljs-shebang, -.apache .hljs-sqbracket, -.nginx .hljs-built_in, -.tex .hljs-formula, -.erlang_repl .hljs-reserved, -.hljs-prompt, -.asciidoc .hljs-link_label, -.markdown .hljs-link_label, -.vhdl .hljs-attribute, -.clojure .hljs-attribute, -.asciidoc .hljs-attribute, -.lasso .hljs-attribute, -.coffeescript .hljs-property, -.hljs-phony { - color: #88f; -} - -.hljs-keyword, -.hljs-id, -.hljs-title, -.hljs-built_in, -.css .hljs-tag, -.hljs-doctag, -.smalltalk .hljs-class, -.hljs-winutils, -.bash .hljs-variable, -.pf .hljs-variable, -.apache .hljs-tag, -.hljs-type, -.hljs-typename, -.tex .hljs-command, -.asciidoc .hljs-strong, -.markdown .hljs-strong, -.hljs-request, -.hljs-status, -.tp .hljs-data, -.tp .hljs-io { - font-weight: bold; -} - -.asciidoc .hljs-emphasis, -.markdown .hljs-emphasis, -.tp .hljs-units { - font-style: italic; -} - -.nginx .hljs-built_in { - font-weight: normal; -} - -.coffeescript .javascript, -.javascript .xml, -.lasso .markup, -.tex .hljs-formula, -.xml .javascript, -.xml .vbscript, -.xml .css, -.xml .hljs-cdata { - opacity: 0.5; -} diff --git a/public/css/jquery.minicolors-2.1.12.css b/public/css/jquery.minicolors-2.1.12.css deleted file mode 100644 index 47dffa5ec..000000000 --- a/public/css/jquery.minicolors-2.1.12.css +++ /dev/null @@ -1,278 +0,0 @@ -.minicolors { - position: relative; -} - -.minicolors-sprite { - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2YAAACWCAYAAAC1r5t6AAEuWklEQVR42uz9a8xt25YVhrU+1ner7qseLiEjhERwfkDFeWAEl6dCQcAUCBDCwUSJwg+jRPIzgGVZMcZ2DCKyIycxiSOi2JbMr8hBgFNVGKNAHgKCTBnbUYCYEsHYIoiKKuYW9zzu2XvP0fNjjUfrbfQx5/r23ufWPnX2PvrOWmvOueYc87HmHG201luzv/GzvstvVmG4/3N39H8GAwzAnASHw8zgDpjRdAcOFPz0v/J1mvrm/374h3+48Oevfe1rOh/PnF/xdv+5TvgLf+EvLAv9vJ/38/ATsdzP/bk/l9tZ6c/l/XEyr8/3B9ZT3X07r/1hM/04+U62XW1X2ka/X9Rn63l0e33fHmnLbtvhONOxqiffw9m+9HW4+9h+X87dR5vbv4M+11prHW/mP3/16lU9jqO+fPnSP/nkk/rxxx/XDz74oP7Yj/2Y/8iP/Ej9F/7l/8lLfAXAVwB8mV75L5v26LwvAh8X4EMAHwH40O9//P5Dm58/wn3ZD/pnu7//AMA3APw4gB9ty8GSX++Y9iXAfyqA7wbsOwH/jtYg/vvquiP+ZcC+StO+dJ+GrwDHF+4N+tCBj+3+NxrdduJjzJ3t0z+k6R+01w8B/B0AXwfwX2R3H6AA+J7291UAX4Xjq7DldH0Fjq/A8GV425v7+/s00PRxSnDDJ9TQj0ejDB/D23RrO+Ft+n3+R+F17tQ32s58HUCFHzWen7d9p7Zv0cre6rZ+QnbwJ6AZ9MVnrGMu2t+tX7bvKOnPNnz+0sl96er+9kWEX8ZH9P7Di/f9l6D3q/9ve3/+7zsB/FQA39Xef0f71ev9Sm/U8U4Qpr26xR3Iduijzfv++QO6Z32j3av+Nj3N6N+3Afi72x58B7X4q9JCPkVfkcOfff42AMCLTcO1wWdn7IPkfvW3743/o2/xB/cE4MmAL2D+PXl7tfv78NrmP9F3nxy4GQ5zvALwCoYDwCsAB7y9WpvnOML87LUv4+174/NT+/xLDthX27LffwD/JV0n/+n65zbw1w7Yn2yfv3HA/lzb5qtX67bHfvB613Va2O/dsXA8wfAExxOAG9A+zwP7BThusPYKfAEWTxIcX2jffUuXwk/HJ4DX/S3PLZ9mhMh6z8YNZvZWnwx//s//+bf9pHkHnlzfun+1VrRr8VFAspvn1Ol/k/U8GwwlgITbA26btNN3856zzBusiwYunHsOBsDatPQzvS9t/8PASfbq7n1Zb5/HX1/mOI7Spo1lGhDDcRx49eoVXr165S9fvsSLFy/w4sUL//jjj/HBBx/gx3/8x/G3/tbf8h/5kR95rLeU/HkG7elMO51Zr3rhbQ6uzRejASNr/7PWHitJG4v27qwt2E6LtVcvbXppG7f1z6gxTt+1Ns/ae8fcsOkdSXbGbV3Ozu9i/aKZLbOweAm7baMza2NJH9+6z3VaJ+9zRLVlLD2/c35hrONbDofXdujaOeFu9iP99dNlfF3Q274/H2P4g0N2vj56rnbkdcCNt2vmbQKr1wJZ/bo9+/JunofB3kfPtS/fr3Qtzp/uuJD1D8uPJv6Q9Admj/UoXL6S/Yz7342ac3u4m9c7j7dkB3jndjvzGsPPdvEH2oki72u+B9miu9XuDr8/66J+ZGcgF8kNsNs8O3Z8nrqSX76PVuL77jjafmMjb34RYF+6vy/hmVPGrzBekbW93h/5Tsv572xn5EMAf76dgz8K4McA/F/akORHn4eD/XQfV5VfS+/ZKC0We5qzwzGuewPwN98q8Pna175mb8iQfa6BGTOgz1yWAUJpAxHt8rC3ts0z4IJ9l9Toe/UChNtVm2jesm1337alzSsEVvV54SfgqzSGq7ehgypdDjTNGtgO66O/oy/XAJe5u7XXDsxqm4fjOFBrtfbeXr16Za9evSovX770Fy9e+CeffGLf/OY38eGHH9o3vvEN+/rXv24/+qM/ih/7sR8zz35JHVBhgiG+XVwCNY8Ard7HelB9351Huw110BZm2WwPdn1Wz3p5Gb52mZ5darxTm1uNKyponVjfdfapk+s21+2vdxuzDn7aJ0sOgtOrJ03vc9bT760rzHN17CTrLIn0wufjxNu+ejsvxnvRgLC5w3UPze64tnfPra+HwG77yfK6nbv5xmOTNpFCmN1b5APOTqjHx7kddeNz5+OaXLbL63I0lYrPdVGb5jctXHtm/Vje97t42HRsedj8fVvG5JVbU8vMTYz9Nx6c9fBrsAC6+8CHj9/tvP9mR65dTeZ0PzEB0u1Y+Bxc6Oc4rL8kIxY7sGXJz1e/43t87gkgQ7Jq7bDqwMrTQ7/mpw2oKEmDffcYze9VdoJfrnYo25myh5ZFxsjKCVQ6G5/yizvfeWOxOStlDtZZaeDsJ3038osAfjaA7wfwXwHs1wL2RYN9l4VBuzscm09GC5KhOI9BmY/391cf593hXynwX9GA269og3xftzsp/e8C+MsA/k8A/l+NEv3JCMy+C7B6/sMcd2JbAVlY9u0Ds0/hF/B5ZMweAUV6p/LnAK8N8HkEZIHATxhT6+vsQFAAFOi7fTmTZXwDNHcADFfATJfj7XFb5HvhcwNObmaF2KxKoCoFZg2QIQNpDYDd7pPqYMRqrf3vrmM8Dj+Ow2ut3hiy2l7tOA57+fIl2l/55JNP8PHHH/sHH3yAv/N3/g5+/Md/HF//+tf9gw8+CEM5jgmsLMMw9NkSMLaAMwJmFe2VcElt/TCvE7ghYdX4SnbIIL7vrhJPAFRNgJogSdR7Q8YOtmnmQOWdcfoqIcoOzsJ7BmXc+b1mRjJQtVLMVR6a1s7rBBQV3qZ7W+ZoU/qjtT+OK33LCbx56JjPLncEgsbAFkYsr7ULAksXv19vlad1YC1gbZDZnowYeNjyipEds9PvK4BFwMtzG3RnAN8exzbGaTUaW54jCR0c3XcnwuJ5Mce23MHs/cfhPNDQLruJeH2AngD4x2/Hm5CmL9v2k7oK7tbOu9GPOIP30pfwDjh9gfV92GACQKdDwmebAKj7OMbekLShtvtCO07KkFny2RJEgAQ1IQcndgF7rv60OSck04aWKgnytM10CPjwPclkZ0OeJ0RdETrwtoeWJVnMNntjD+DB65254jIZiLH6oRBr9uonW3fxSwD+mwB+PYBfDdjPLiioA3yZ3NXX1yqMGT8huYNnBNBW9iy+lvuT5rsNjgL/h+rc4n8C4E8A+CEAfxZ3bf1PEmBm38nDZ3l3vJjchHyzrH0WgNR7YLYCsvPBpmsQtrtX+gMMmm9A2hlQ8k27+Dm2kwyeMmEbIHYGzFy27y49DmLTOnM11snAirY/ANYdazqfS+/va63eARsDtVpr6V9qrBg6GOt/r1696sAMx3F4B2QvXryoL168wMuXL8vLly/x0Ucf+QcffIBvfOMb+MY3voEPPvjAP/roI0LPiKUhZ4jAG4hSfFMnGGNpY/UJyjrBUQnP9PkO6m9b7P+5EmGgJ0NKUFnojId7njPwYtAm83ln7ADqrTW2s2QdpNUVhDnp91xqbnB2711/UFcAbf3z8YD0AMYqFTs6jXdmpagd3jHn4QKpnDrWHrvZdc67E1Se7KqFNclNIDkez1ANnM7ziy9Zun09Ab5dIBvwum6pL8v7+Q65zs9Y2mQFvrK+ft7ITTv8ep927dqdFd+dKT8HD0qOnNE02yfcvnUZaDhTTKqU8RyYMZR5RL6oSNOxlfj5BRjDBshmgIx3Kvl3S1b1iKr0SmH6WBcF+ZZNQJkpWHt79UQ/wf++DcAvBPDfAezXGexn3ve0DPjTQdmUJzJL1sGYEdiyFJA5saGRQWP2LANnE6D5+OwowPdW1O8F8NsN/tcA/2MA/g8A/n0ALz/jwOyr8ZdoOx1u6GoDKmH47ACpt7q+d8noI1vuww8/3B6HM5DzpuxaIovc3R3LlRxRwNCWMRO2LZM92hVoOwNmm/cdBBmAgxiwsH7+LBLIgODa50qAC8SIjScJAbPBijUTDzQvjw7SrNZaGJQdxxGAGdeUvXz5Ep988ol/85vfrC9evLAXL17Yhx9+iP738ccf+4sXL6b6zqNsyXFJ06wyRtU6tPoyL+0VAtCYFevLYYK1paNqcewpkDPZVRoka77pyPKONGYMjR1j1sylWK4StbesypNiOpbe9fvu479aXawiShl9/FeI50JjyjLwVsNaLIV3SN531ikyXwtzlgIr2yADEh/aZIOss2BlldY1jiVI5Dy5DuL0uyzQCfXPzTk86AMn6zXWYSt5bwIhWPjY98PhKE3COOZ7Gyjtpd4ygGBc3hVFjunl7jyeOrZTSUcqkkUdw7V+zgpxXjlJYR7PAYg9DW02D4TwfT8jRF94D4vnK4COMzbsTerJNmVyV+Vn9uDfifqPAMXTBZQ52xHbt/xsv0sCZIFznablwOwm+M1OYKTCqOd16Naa2P2ZS+qCTWuPP/PA7O8B8NsB/BrAfrahNCBUiB3jv1mPXNoxqu39TsroWKWMJFcMIE2kjAGU9fkdwFmDg6UByPv0+l8uwD9RUf+JxqT9uwB+P4D//LMJzPAVqSPzeLfTIT7LLnRQjRnetitjWN9bcGX83NeYPQrImAzCXmF/xogtrNIDbVTQ5AlQc3lMVGH/kGyTvzeAUqvdGCDVzALLmEkK5b2Cq/A9BlZmZg04mZkNRqtJNcc8RMnjaB/Vinlr45je5+n74zisyxYbc1ZqrUO+2P7w8uVL60DsxYsX+Pjjj+2jjz6yFy9e+De/+U3rfw28WaV+TyWABsIkdlJDBsItOm1IGQmbBFxjMv2I8kVWBzKZtQU0JqArW9aUDpSdcmq4yhm5SK5mO+OJlJGli1V2Jlzpyy1XuqULZzUfnj64r7tEsT9YPcXLtQGzLmOcnFo8FixzNGLY4pq3IzoJsDxnWMJdwn0eqjqPoYvMjhR+6/PMV04quxX5jqEiBOJB/+crozMesQpqGkvuKzNoXdrosTbNWK64YdVCK8KF4qMd8zqjWj73nKwdk+vmfM4foidSx1G6N/alBnDpY7/8nDtz5VY9NrAkjM4ZUCs4N9zxcyLPHhyVzMimGx41APlCQlGdcU72jJ262AE8uDN8rG/rfZXLz3a+LHYC0kyua7sci39AFFmsbZiZM2phueU789n49/0Afitgv6GgfOcd7qBBISMDpxyYObFl+uoC0KqwY7HGLK0tWySMfZDQhDkrYyDIx+f7q6EA31tQv/eA/zbAfxDAHwTwpz5jjNlXhClrd0JQPRlffLb7CfjnkjF71/+plPFRYw4BOsH840FW7AyQGfZ1XX5iQmJYDT14B5l9S7fBJiMNIAV2q9WpqUlHPQFmvM7Ong3mi4EZyxW77LGfo2Zrv8gc24oK1Yvxd5xYsd6OWwNh3pm04ziGlPHVq1fHcRzWppXEhbEzZvjkk0/w4YcferPMxze/+U28ePHiDvIyXwthyHrJFTyZX3OWbPSlapQy9lqyGvt6iTUmqQGlP+w7m/yAYoQuGexZAsIyCnAsWyc4qzVT/LWdqrNgrsscO02o6DLrFW86B+fWG56aqXRGjBWlnO1QxzipD7FjZt5qtKOeyhiHrcPS9uJ+RkZgsVRHNAnO+pcuRiX500vZO0tHoyLTZcsajKwEPT0DlvxobJYN2vned7BmDAJ1t7PNJJd6IOhS1aDnYwHPHx7cn8WkdvARNWZs+IT8tvtGVo51pp87Q1TAtrjJkjP9CDTKJI2dNTsdV1+0gmfVbRmUOWHQrurLzgCtHtfbHpjdTr5q+0O9Zc4svVAcl1V/1kAZvw6mrESAZp85YParAfunDPb33yWJpd3NI0PGssVu7JHXmOV1ZqusMZc07pwZy6g5W6WMNcgYfXyuAULOPSjw7y6ov/WA/1bA/z0A/3MAf/IzAsy+eg5hgtEH2WWF9++B2WcAmPmGcUqPUQMOx4PATQZ7PXssVuTySce5MYera6LIFzOQZiplTEBVYLS6cUhntjrjVErBcRxWSkGt1XochDgldpnhIWxZqClz91H7lQCxwZi5+43BYJMm9m24uxeWLrLBR8sh6+sqDMxIwuivXr3qWWV2HId1UMbArAOxjz76qH7yySel1aH5y5cv76ALOYnDSj3bIQBmshSwHRNgdSKpNsliNzHobFlkHbA6dVcZb1p+IBmVIA31jdVkeOg3tiwAuP56TIBVM8MPp7bUiCC1/ox/duZSXOfSDVkL3Z1g2XycRQljtOxAUiVWlxoxPqC+HNy5M0ZCSm7j8ET0XSVXNOy4g7FuImHDyy+4J7aLYTCptMXq3VTIA8DzzGLP+jZ7WbsPfsgaOBikU5M2GuZrl9MxhLBFxCkAyWvb3uzAhFPeZJOsujWqMHAFWEZbdumqGqhVzeWyNcTNmjcYc3qWYmTmxYzRstEP2eQ69JaLOtq/gYByg7HmvBkB5J2XNcT1DF/hgnMDw3KCY4CHLQDtBCRcGYIohjwHZjeBNVcwcAfWtiMaj6Cex0Fad/Z/EfcgA2daxmcXOPn53T4x/xh0XQdmBMR6P3jEp3S7/PMKwHcHkOGfMdgvt8YnRSBWgAC+CgGtEhiyCNQQXlfDD9vWmJ2BMn2dIC2TMjKLVgNoK+0+bYNJq7/GUH8N4H8SwL/0rjNoTyhfiUXmqsNV0bjRxHCXiYr198Ds3fiXyeweAFu5M/nKZJ2ZezDQqifrGnc3XQ/Vbu3YNCfWiwFXb9eI1esmG02q2GWL1hmoBNChyQSHu+HGwr4AcF6PAjN67yR1LA2chfqzxnwNEKuSxQa2uvNisMTnurLOmjUpY7fE7+6LvbbMXr58aQ2sBSkjv+8SxlevXpVXr17VWqu5jmyLJ8ZigpdJFp1wTDK9lgbI+tdJFUiGcdHcEBO8YWOjv1BKi6RLUKQx2rz483p3uWUnk278EXSYmAjTFbCJEUgCTKKUMed2qgA1p2ynWVvGn7sI0ZHHzfWHY8U0+dibgOTHiC37l65+vF+d9c1rQDFY6tkI4HQAE1wXfQPCBAFVI9Nin0ctdPp5XR6h1oDAnngWbnLaVA5ZEyZvsm2rX4wtoxPRjdKVIwxmHr5KQxfHEqbFJwCrmGb2oQSCt+3MlsZj5zwQYSuTOL9r0XQkXkBTeskDNWdZZVks35XFIvaEiV10Oq6cGdk34+mUE39KYE2m2TyzxbjwNXxEf3n1WdnKhPMzrBYmWenfI+SlP+voNzBWmtFHlzCmUkZizsbrO/vv+wH7Jw32q0uDLROQFbK5LwvP1M0/dkxZEVOQgsyhESJltADE1Dqfa80mOJtM2Wz5lDJGpsxEfGkE0ipsQNL6qwz1VwH444D/L95VBu0J+BKNCGykELscSEtHmN92jlm4+t9Cjtlb5Z7fJaOPbLmf+TN/pjJLZzb4Z46H6SPppD7syjkxq9EyYcUCaOsyQ0zZYXH3w/uoq7gyErCDvA+DcSwzFEbOxMSjgylm77iubLgyErgKIK4DOAZlCs6ojoyBWVEb/OM4nNi0wiCySRdxHEcl6aJ1R8b2B2LB6nEcpYdKdyOQzpB9/PHH9eXLl3j16tWdhduwYZ5YABr3tTYh0+6IurnuMu9kmV8jCGMHele2zpJ2GXJNV5V5UIt6sr73BEX2HejzOzDrr0PKSH7/AcNYRJwBy1g0AFksMFfgNmOe14QyJ0ARxYZs62HD/EP/Vs/GrMaMoQRb64MsH5C+M2/jr078ls2TVjsbZTZc9I1gRjeKGEBg+s038DLjBmKG2MqUWlvWMZWmDCDv22Mj927VzkxSq91qpiQ1jGFOBqu2Hwrve8g5s3lNkkm9mHKQnb+RlSmxYib1ib5oCi068Te2zQbgkZjTxvC6cbs8wHBjhtOBap6w2BZjU+/2R3c21Jpb58iiq0AAbNbaNY/n/bDX1nYssVRbm/wzaSMuGDWVgCA1YN9ucleWlUtXdtVZZ6LJgtylMev0nYz7ZMjoEXmoADPDuYwx++pVAtu55Db5Vq8nKwBuvYZMZIxql9+ljP5OGoD8PQD+OUP5h6azYkmki4WcFudnFQUym1YDCMtkjcyinWWYxfoydWZUUKaujBZqy7TGrI7PnVlj0FaGSNN/LVB/LYB/HcDvA/CfvVvAzL4cLY2MmbKTgGmeHwvj3zNm79C/Z9SY2QVoKyfM184eP3M/VDt7BUoLOMJqBKL5YUAcXDYNZRagZhvXxPCeAVObXsXWfqyzyQ+HlFGAVmmvNZM50nwnaSRb6aNLFLPg6A7AiDHrLoxgS/wG1soGmOHly5f11atX5cWLF+zS6I1dQ5dB1lpn+VPiuOYEyAJ7tguVrjlz5uQsP9wZyXlxIZ8Q5YzBQ0OxDT/B2T6/GharSQjqWyzzJQ/AfAVmXCTHhXLV84K54PuPyUA4We4bdbyRktkLy7KKEI1U+pHR8QWcNXOGUImWGX9AODggqznLbEpKjUyajxNXhW3y4UpYOXC6ChO2s4Zn4wwjRotzwtXt0GMJIrs0pmwYnw+vi7zQ6buTlPUwxtmBH2pinNGBYaVlnbdP13KN28zMTgJoFmtTF4bOwL8vNg5ZTTgiq8iB4EaB0nX8Jrw5PTr9mJ3zzFyPs5M81RcDlPCEup3QMQXnQckP+rPbA6+6yZ3LfBcrrsDshuuiuUfYss2Y9XNK1XYOl1kGAFGABXf7kiyJDc/YC1yelqSBnYy4dXAmdWWFbfPJLt/ajrx7wOzbAPxjcPsX4eU7ipUFhOUAbfJLuRujETNmQ4RdBuSBhE1HN8Yql8SjUkaWMM5pHurMatpaBmF1QM/SFB4diHaQ5sD/sMJ+C4B/DsAfwDsSTvcE+9LU0Ya7tK3Twkgt1nyzeyfhbfO7bxtIvdP886cFzNRt8EFQlppsMChqTFUAZMRseRIS3X+HnkgXFeA5rYvrv1xZPq4N659l/xRIPReYQQ08ZFkk75kBUzDGn5k9c9zt8J2zypK6MhcgBgJjB08nYFa7C2ObXhoL1oFYB2gcND0A3CeffOKNpQsSxZATRrePusEuUEMQWaZjmlom2ZEK4/L+ZV5rlolzzz4PNk2rrZDoMzEpPjYBqYREfbcDSNgvJCwZyOWiJiDMaIpvhQG2GH9kDo0xoW3ubW3LHGIAklvlS/XUyc3cloEjX4AbwgBiAEc2qVSTGIeBixwbyhSD0VrOCX3ZLV7vwyY+tac34uEGl7ZeZm2bBkc1C5aKRmxbtJPPcWYoHAPXe8XwZ5MA7DBW0am+ujKwca9myLVReQMlfYSRGv5e8J/sTpA0KOxtBIaH9kzdIulqGldYZ9MoygDtmBp8BWRallUexC+WjCnILD/BdI9EpLG7fJf6IQVmTw+CMrtAVifdrKsStTNdYcZKCjC7bdiw8sCxe8TSZHuD70zZjRgzBmGFasqMQFp/9e7O+E78+37A/hV4+a+hltHmYoXkiUWkiwXRfbEkph+lAaQi7FiUMuZh0wzAbMkte46UkUFYXk8Wa8tKqKCrKAQ9p6zRxzEosO+qsP9VBf4HDvyTeAfqz+6ujCYCa0NODi99AK1He8+YvWv/2L79pBbsTL64mzaAV2LOsQVdZGoBRne97ktAZLnPqsuyVFeGVkjmtdZhnS+gzgVgMZC0zPpezT1onwJIo/U71ZQpEHPNMZNA6LGNnlXWjUDo1YUt6+Ct2+GzRX7peWW9xoxcGAfQauDMGjizxpbVly9f+nEcw0q/G4RwXVs9wzRdzefRcMNX7/VocqhlWUdTNyaOjFyGxaVaofsmtWeLoayyZoH6YyYIyKGhFsb1nAA2AhEp49h3tpuU+YttvglrBmx89kJLI6CyRb6IsAdqAsJeLNMc/35GJozb15lVccjTLXuKlmcWO6SWji4g70xSUj/liTff8iYLgd45B7rQrcziZFQstWW3LbqX0ihU3C47Dj5iibj1bZAIAIuFbQE41yjNhOyNY/VtcrbV54EBx8xfU9OckBOoO71Kdd186Y6EIzzMo31ky3HYd2DMdvpBnACKM4CSHPNHQVm5IJkS9Z+MLz/KlNkDO+Pn4CzrOT2KA7mpT3M9Gd93BSfLCTbc/xw8MmVjw8SYWUlqy9jwQ+vLDLCnd6GL978G7B9Bvd1GLZwXwK0Bs0KQJpMyFnFeLKlD47siZazUshLyzGpodf88TUBMuMHaLoPJqxnsv3EA/54D/xqA3/kTC8zKF9vJfADKcCKcLmB9xPit55iF+9JbyDH7zAVPvA3GbAe0TqYHwMZAqPeIhIXLTDyWmjPK7GIzDmd3xA4+GigzMvHoZh0DJPRssLkrk/nq3xVwOMDYBUu2LLcBXtm8fgy6MQgaumRgdrufnmF1z2YhLEvsDNpikd8BGwEvdmLswAwM1F69elVJmjjAWpMzllevXvmLFy/A+Wcd3L18+RLNVMSqb/pUwl7VBtKChBEx5ssoAmzUnB335wvXjw3cws6MZKW/GB2qY1xmJKh3K5YyUj3SliXj4DUjIMbzQo2ZIh8CaBo6rQqF9ReadqoyS3dLzOo5bJq5ryopZd34wwf3U2Xqmn/AAkkPIM2R2E+Ee9EEPDwGeH/GdAOIYQTBxnyDLqOiQTMJhG41SUO+aIv4jscmK9HBo8zLWqSBTUYMWEq1ePPj/jlPjlEdGFXJUYmAu4fAbWcKmOSXo+ZrOC5q6HbMS7eRy9bbOPfB6fp3R3J0JGG6H4t2BAzRGbG6C90nUd+LcUprCw/+pvar8QA7HWsNvr+sgboCGbhAWsmtxE9IJj9hgFTSd8Nd7rf++7YTaHPDuT7zTI94sq87kGa4rtvT+chVpWc5ZnYhedoDNQZlLF9EZMsYoAUARiBtcTP5Cfv3vQD+APz2y1Fbm0ppZjzTUbIYV2N1j0JLGDRDJnFcJY3RnfFKyvhcq/xcyuijbnq1y+8mIBbm9c+VZIsTgvW9tPZkmn8Ge6qw31Fh/3UA/zCAv/oTxJh9+d6okg2eWOwUFAFnOlBY3j4we9fX9y4ZfWTL/Y2/8TfOANjClnUExC6DZuaUk4UWjjymGT3Za60dfJUOMGi9gRnrjFGXIXYQQ2HMxd0rM2icE9amj2WScGfOKuuSQGXJdhLFDJgVrRPjZboRCS3rwpCVLkUU+WLpx5zAZK8z8437Iup95q0Bs9qAVKVlbsdx1JcvX9YuaWzThl3+ixcvagNyt2YUguM4/MWLF/XVq1d9WWusWT2OY+IXJZxcJI3c31KWzKeaqSbDne7RkbHSYPvO1Z7nszGbmsTl1vhyi2CHxjM3xmDNrrQg7UxIxLaYns37wRJG7tS6Wkyqa2PNJA2LE+PkOSzUBKkIEQTK+vSjPTQRYkRzjWrcEsisYuWj+Hv9tmOtZixk0bnLbtvAR73Wqn9vmFVU4oTMUCtgVuG1GVY0IDhMQvoYo0jU7peB3dmYyjJDD8fXQl0jsTa97dVmG6svlYCDGO0mH0OMQsoEYofYo6bXV1kDj1573pmpZ+XAP/fl+j161ox1y/vaK/gofqAD3TubVxdHxHm8WCxLMtyRNeghdWf8lMwD7o3lyTblmG05tONe23L9uN7Pb7/GSk+lvG+3nFBXu97+A3b5Vy77VzlmGUh74lHP8a2nE9YsA1sXdN+O/vMHG7sDdBnSfALwKko1d5wf8EZCzNh3HWV5dgdoIbeMN9J/dAlr1hkpuw4z+BT//SNNuvjlu3Sx/Q2AZujT7VaoziqCtDzHbNrnr5JGBWq4kDLas6zyVynjCsYcM0szt8d3AmIsZzR6X3AD2lKdNQNqe23s2a+ssP+oAr/DgH/zJwCYfZGoWhkRA/Y2stmv4n2N2Tv378ouP5EcZt8L5hsETDzbRgMW9WRZVyZNJIQd0LBrImidXMtViRnkGjMQc5a1YamDk5oyBVUQu3sGW5WW5ZoyF3aNrfd7cHWXKQZpYwdwAG6UTWYaKk1yxm6Jz3b5Y33EkFkHaR1wdSasSReN5oEZsw7E3b2oC6JtFGF+4pw+pI51lTN6yy1zAAcp/tjIsJuBOGGpkEklNWjmiQJgqw64CGBT4KWSRsukjIj0XhVNZgBnyM1AlDFY3UlCfpmJRJEZsg7cMvmiGt9zwLQPKxAn+OYLY7bajOwERzZrl5wgZGd/XAoJh5xNA4nb91suliohezBzNKyQCzeJV6hONhXi7KFyRZcE58VlXkw/+BpyKSPwtj8WDebX2sRRv8ubcYLrvv4mQ/gZr9aJqPLIBNLyMZrAw4CGJ0Ky/MBOt30nl8qllFN+e3z+xlXtzBN7aMu9avepIYB207F6H0jO6Jgr58WNN/surtkvNnEmaxT1H63hCtIoZbXjlB6QL/pJj+wR8w+K/uporBt/aDT2I06MWcbZvtPYGLKb5yHjxVZWrE8b4KyDMa07+5Z3Jb8M4J8Gyr8QAJkX5ABtlTRmtWaZ+UdupW8JQIugrI5BBAuALJcyxvqyWFMGAmMuEsc7lNJgaXZltMGUkVBx7CkGW5axZnSlfRWwf8OBnwbgXwHwzW8dMCtfphGBROLjUkUNMv7wtHr+XQdSnysp4xkwe4RBI7Cj5h/qwmjJOpZA6c4OKXBDdF4MdvmcedYZM/pu4TBmWq4KGFMmbLxm7NnZcgn4sgyY9XUmDotGNWlcb9bnFbLB7wCtyxkr1Z3daq1HB2QNjA3jkMaQlWaRrzlm1mvQ+rxeS8YgrbFyDATv+7Az8UC8E/smj9lJxhhAGc0/nNR/Hj0znGSNmmPGpFOlEiHzhC3LQJqptMrFfvwBKOMuwEyQpNvKpOmfajMD2sgaHvPLJgzY2+TXjeFHTf+mkb4t38yOwwRpnJyGNMJ6gic1tHDyaDfnzjmfn/6pIXhbD5f75Ld8SBynPbxhSggnM3Nn1hwWrOeHa2IHv2IB740GMq0d67wY6+w6w0cB2VH6OBksbv/gPAcrSNPIgKO7Vlrw8W/HkG7PPXDbg+GIzXDpdm5skTn29dN5GcYm87fnYcK8pscaeBDFVvdMo2tYBZZ9eXeL1H3HuuULDYh5Y83K/ebTQVpn0a6YoRNv9rIZyy649sjIXgnHiGX+mfFH5m14LvRbIM1VLRmw97YvF+iq7VQo73Lx36Bb8G6TO55gMYVipmwYfZjIF7M/zi1Lssy+9TlmXwTsj8LLr47SxXJ3iDSL4GwANIM9FZRQa1aSmjI1/yipnJEljVHKON0aHUiDph+pL+OaMk8Cpvf2+C6AzIIByJQ6TlGkhf9Ags44vcJ+b4X9IgC/CcDLbyFjRjVmhXQ/Zmvxdag3MxkmfPtSxq997WthfW8hx+xzZf7RpGdZhlkmY4QabXR5oSxjTc64A2n9dt6ljF1OaE12yOCLm7Y14aCFAoMl4BEJI2ZSG4ekLiyVMipAI9mhkxSRs8ucgFnpbezghuWNmPVl0M/t/eLCSKYfA7Q1KWOlejIA6BLEo4G1W6856w6MXb7YAFp98eJFbXJGa5b41iSQN2Lh7NWrV/dtWuIWx07yZ46MVaz1sfbtGYdAyKbK7IBNK/1ALvE2LGkXq6NOh25c7nHA3l5yYw7i5LXuyopJgdw6VJK3bxkwA7FkylnEsDZP+D89BSuIm+HTIDN9CzHViszzkbApbbQVWnZZHSwYecArpnGhRRt+sgB1cic0i46KdLuA0/lyH4btE8V38WXXUvbtu6XXg1OxFwcy97GmUP9EEssO7ypdpIaOLV3KDrmmykOGGQb/yZlqE7TctectaYyy3txYLjuvuTokgQyCuy19dFVkdmuYhzhdFR5ZSiPwN65YlXY619LRdONQbYs3AnUCdQJ2pSMCAmIDlB3tz5/nzW7724ZdkFA7FiiDWR2GvVyA2RkiOgNjV0YgmxsDTr6SoaRNcJs93XHyE/beK6GFCTewkJm+MpNwAE9+Z8tu4sI4ECCDT2bOINllQDQCsW8lY/bzAfxLqOVX3kFX4xfrbbaPwZjWmtUCK5NTipLFQnJFE6MQO6k3u3JljCL3sn3v29csYPrMHn81+eAcs/v0G26BJVNoNl9BnwHAfl2F/SCA3wXgP/wWMGZfwtBf48E7S/rePy0p43vG7C0wZkkQ9ILLuK4M0YnQmf3pQERYLgZR1pgulQUOEJSAxNF7VGv7zXY6+Dk2mWaLhT2iXb5fGH7wMbEzeSJviwOihSEbbetW9iTDHOtimSNJFwvlmHmttTQXxl5X1k0/vIM0ssuv3YmRHRtbJlmXKZbGktUudezs2atXr0CZaXMf6NdEg9PBIt+wL89i58aMaOlSxurRmRHKktmq/KtJ+VXFGi2V15nRmthcYyttFCmfH+27tHOLlBHR/MOji1yOkizea5c4k9Uy3ynamR+WEGgFWkY5wNnU6cTowoJhMdrP/yJzFnt8HNxMnE8AoAysKh2Gu9xvhow5AQgj7d5gWlqn3pklC515yeZsaKcy4Jvc/pDfuVUChK3GiZnAjrPNwN6RA2Txb8bqGJFWGWNIeqM6t+hYGJm2vmxtoMx7PVhleWKd7PICtWvr0GDESBtdtxyrZ+SaOEw5FiaJrV+IGWX7VGLrxhkM7qm0z+zmyeMQfYHydGfMCu6d1cKSxt757gDtAVnjA2rAK/bsjDnT90/SbYuavBv2scxnlF+5Bp56LM5w3SYlm3FDj//6wtM+WDud5hFLmc/LJPi4qOJLLfEL7sDFkDNlwMaV8YbFmfFbA8x+Gdx+CPX2HfNgdobsdiJlbNd0Y9XMCszWWrNZZcX2GnnA9L7GLANjlmaYecKcqayRWbO6tcXfMWdGe1bps7VfSfzPBZZFeSNGLV5b5vsP4Bc58GsB/LlPnzHrF5ixTXH2np6GkCHvmWP2uTL/eJeMPrLlvvu7v3snW1ymkXEHAxvOIBufWaLI4C8x4dBtmsodhTFTtswTyaPvgBczcB1IdPOPRJaodWSeMGqWgMoBsBJp4+79aCcZqRixZgPEkfNkB3BOWWXdJMQbGKudzaIcM3ZjRA+FJmljPY6jW+ZbA3ZduggGZn2e1JjlakB1RLsgk+rqsB4+e42GhZWkjUMdWFdn+dG/rgi1ZyUUHCG3zXeTnqSLtDFrtDJk5NDY883Gvqkzo0gcF3zDiJR73TWxaV/dCaJa0wO/xUzYrALzU4A2YVpt3z6EY6sngGyBx9RhH7+p0PZl91xkbL4GHXcq10OVVI0YnK3UQ/ZV+6wlUUQNh6gPn8lwg6zTejUtD3Snh75Y7IcEBE9j1aJTaN+GR8rYZB/FIWcp0wIoSNvuIFO/thi7MKMcWfDAhvkaHLBMMWGDez5djYMMcQUurLfnVLD5nTHrPfthANJvCk3WeLsB9qqBs3oOQB4Y+S0nmMZOoBRLGffAjAumdhpCPCAC3BTc2sX7CwyokWDlFkuinr7QWu8TOwVJIwg7YUNmekx6ckXCUFDWLfE9AWStoc7SRQmkhrozfuo5Zr8csB9ELV+NVvhllS1mAM0JpJWS1JqVxPRjdWUszfKpL7UCNQZjbJe/ZphZkCxG1mxXY1aDVUk0/1CmbEoYI1NWRh2zBclivbCbqWOAagC176rAHwfw6wD82U+fMeMR24I4+pQFSiPhkvGeMXvX/vWOzkV9WWaMEcAUMVbOwIa+E1wYQbVftD4eyxwsmTBrLFfMpIuBQRNghqQ2jA1ElD0zAYE7S3wos9bBFM7NP7JwabCNf/tcWwYbyxbZZn+AJQZjZPzR7fAHG0fgzGqtpTFkfhxH6c6LzWVxLNvAm3cgRyCw0DEIxvHsqhi6mZkujjptnjnPi/v8YvCB+Vn7YZ7Vusm40WWgdF9Sd8IvEqqdNJx9Q1Xrzfq+nUgaPcmM5HokF92O57c0D5lSCKALQ7Sn0i8Ek5D4WTPQ6pjawZotoMsFDLnILTngmqqj3FNj9azf3dc0pW4TlbuttWqGjTNncijXTl7Sqh6IjOw7FlwWzx5FtjuVfiEvyxEuVqONuKO+43RG3VxdHv3Pfshy3R72cedh29HSktiwuIbleGUndqklLdLL73+dPTukU/4Ko6rrmUO59uD7Mw+NTMp479CybYadwL7dVgoe4/fk+NoFq8ZRYPTXD2dhVeDTHQPvuD4wI4bIkvHt0abadX+KAnvXFuz92LFBouIKKxMElAW27FOXMn4fqv0Aavnqfbu3SDvaBqCF2rOVRSslZpuZSBhLYJHKhimbtvkqAiwhfPrK+AOSV4YkVBqBHavEktVQXzYN/CfEZKHmDQg2/9r2/TQA8g7fVWF/zD9FcPYEfPt9OMNt78ZYENmzba7Op5JjFtb3FnLMPlc1Zg8AM5U1MkCafdoVZLmwYEGGmAAuXb9mnGVBzxwY3T8fOyljAtI4HJpr1VIjj0eBWa+Vo3WXTY1ZJSCm0kUnJirMo8wyY4kizSttvU6ArNveFwqdPjoQ4xyzzqQ1IMbyRbScM6P5fhwH75e7Ow4e7BZMsozE7ySM5Mo45IvMqNlU/h2IIdMV2IvnEkdGNj5c9EXhaq7J6LF4/Af4QpJFa6nYs8WTMdPGpQ0m0BZSopNstaBciDszK51MYn8ZaNXAlu2dGGOMNJ+BOtwZIWtZDUBUtuj0HZbNHdXJMKLnlBntbqznAurM88Ls3HNm2TwKkqHVD+cw+2BGywjQ9XqsVmvWt1M5FU4Apq3Yesonc+bIuqSSc9eoHS6awJF+ZkZ1bdZvoON6scG+GV0JEJUMBL6T9NV8MQlh634+/gr6zFimGQOjQ4xbYx/J+3/uU+ubGNUD8vfmOEOSWm19/wt10p2kjE46OY9siVlee3YiY7QL0AVcG39kf19oIKYGA32Fb1dej1mCmt4UbQVkLp8Tk5RCqkFrbvSlROKJiZzb7dyJsQggMyRu9n5uEh7AVzHamDowItJ8ULasrNM+zRwzw/fB7Yfg5aur0UfGlN2aRvk2QdgAbrEGzUJNGQO03AxkDZi2jStjXluWWeYX0k+UDTizhTFzMftnMOZDtjgN/jGSytjS47y2DOnAhqfvOzjzTwWc3Rmz8esRuaI9OBQ0RrjeM2afUcZs9zkz9RiW92bWgY1LAHVg4RgkMeumjJ18N4A9coZktozr3LCztQ9Mj9SJyfJ2YnNvCvTUBl9YMGbNwmuTQIKki/dhjenKCMkuqxIqPcCUu3fZYZc8VmLAynEc9dWrVyNgun3m2rUOvlQqWZi9U2DmdO+qiBnMTCCFX1zPYSa1X83t/wZjlqn9mHCC1Jvdr/moFAzgUO9nVQEaXaYMyHYuJQw8erB0R559R2uNNWUHRNroecHcsBasdBAqjeL6jjZYbDUiG8agzANzdSA27/6dSpzY3F8jWSM2eWZRgBa3agtvdDf/6IYUk5qtA9SMvRmAy+J6SDbX66dqcjzudVEe3RUrj0+yVLAGRYkLNcsW/TZGHCzEaBt9p0o1wNicTUuUmdhTm9kJxA9/XjKdMRwBCAHDt+NcWzusW8hP18lZVxbdO9XZY8DPagScbZZIJlQLj+E5yTODPNEVTLr8cI1OB11PNSmzEObYKlCt1ZjdfGrnRpbZMfs7XeLG1TFWALzC4hJk66DOmZ3Gzkk+s4TXZdlp/iVuMDzBZygXcguRnc7whPLCBuXsdgiTGXtqXchbmQwZM2bWdqS/Pt1W1/ri58aPWmu2NCdjzgozZEYAnFEeyxoTdix1Y/zUGLPvQ7UfhHX5YgdbxJL5jUw+qOasTw/AzRZmrRuBIMAcBmjqyFgaoCpDH1E2wGxKGVdAxmzZapevDozqxohmkd/ZsGidP+GmB4BmsGb3sa8tA8kc75WmkS1DsAQxHv78rgr8sfopMGfTlbE7z6gkIou2Zx2BsYTk81dj9q7/E7C0AKYMiCUgzZltGv0eMgvh4OhkXQtrJo6Kah7iiRQx+x5b5ENqwaCgLTP7SGrAsnkM2kabEkniaHuvP2MWLKkrgxiNjJwxZtY0t6wzbWTyMRiv/plkjE5sGJrFfm3vQcuGzDNuW68zC3JMlROKQVyQGgkoqr4Y0wWWzVwUfjV29xi7VEjotOdjRruxpPWziR5LF8gBSEj6DVZ0VcCWx1oxtuobAMwTidlO47bKLG2BQ5llicteeHKqfBjkO5BkloFsKKpY4HMnmlk7xcQWmD6HUzDxVGk4MYo2zB5ATFZ77YYYZiELrSujLfBbGHpcc45aMDIT8XHRutk9nNrLffniwfLTauv/4B7uDHIorIFC64YlfMndGbgByti63vxuHkKRAB3kWO3xCJ2JsnlsGzBlS3t4Z+2auYhHB0/v7h3gEGm55oh98xZNMErSjMjcfu+1eU0PQNbG2azJQbtT5Ki+a+fTKKnF1dwmuDJS9EGHt60mFV6pUw5hy56iSyOk7mjYpb+axiAP1pjthIV+AdqUk2Hb/C8M7my1QZgdTFwIKHc1ZnY+bi0lVzeLoNFsVl2VhNhhzFjKdLAfOKlM8NWJLRCZmam5Lv0l00I+ofogLFqQMUrhHBuuvH27/O8D7Afh9h0DTJ0xZTs2LQCxWwRobjC/oVgEYlUAmQn/dAdKE6D5hnfqdWUrILPBgmXW+Vmo9GTO6sgem0yYD9MPriOblvl17BtCDMB9zkEXszUwBgKaO+7b19fvKrAfqnfm7P/+1oBZtW9HsSLi3QehTRyqRLXPH2P2Lhl9ZMv9xb/4F5/Flp1IHKHMEz+DEnZMpYxBP6HOi7Q+zSDLctF6O2/ufog8EfJ5YbuQ1Jdlhh/0uTCoam0cAKmtTy3xKwGZ0izzS2cxOw3V68jMrPTarnt/pzrLFRPjjw6qnOrUQMzXqCnrZh/dOr/P786MfX5rp27Tj+OoLJ909+GKxwaGjD3S2jJizIbDneSYOWWbDcYMksuMxB7fVyPDMd0TwmzXB2GdZSrFyyzzSYsZ6TAs5h8HMWGVZIzKnlVjxw0JoVZdprJjlgKtaMfhW4gJSirrHb06HpRz3ywIHaNDoxGbOC3164ZdI6Fkr1FlVlZC8qoC7aTAcLlvsbWJi+qt9m1RxhembJK3443BG3w+OQpao489eOXbErA83SFF7wj9Lr0NodVGgxkEkInZ0nFVU8uOvqytAyNZiDSLNb0hWNPvyu8dcn64jWNWB7BOuW3j/ORR1RlrOZhNNzmOhBQGLUPMWTcA6cjSpGDKlH16dR64/ECXKTM6xIkwkeWMji8AeKJKnCjuqoHlMOlkZo1dcxCvhrNDVrTUkxVVgpJBoBHSvN2ip+TNiMwELiwZkm6qyziaZ18gq/wMjC0gTICZgrO3C8x+8d19MWHKUFq5ETNkDNBue4CWGoUYzKKUsQSL/Chn3LsznoVNv76Uka3y7+/LaGWlbDJ+P1taydqk4iZ1ZTUMBEYHxv7+JnVmwFJjRq9AhX23A3/cgV8F4IffCjD7Jt0E9AbLkvZ4Q1x/09Qhep9j9o5JGZ9RX3YmaYSAr3ZvM3ZrXCzkZT4o18zVHbFPVFfGJO8MmfmHgLZl/SKD1PeB7ZL1q5yRpYoj6y1hz1TWyFJGD4HNbXn6rIwZqL7sIDMQZxv8O8aa71mSSDLHLm08GHCR6Ycfx1F7fRsde/YqXNgP86STJvVlSiSlMkYnYGb3oOmDlH8MwpyVgIhlWV4T7KXSRksYs9SNwR8DZ2Ck2Vq92OX7qoRElpK9YfTC8HHdjnxbMi223FKj+1lbBhxN3tghWEkCpjOw5Sn4WnFxlJJ4yFEMJI2JAfCGefBNnzJlcpEg+EdH83zdXjQcyeV1cX3+rGFCG2HL9fERR78Yjcx+IJvj4JYAxt3xT2u+ztq4cVQ8Qzr+jHHXchPP9U7T1OnYd+tmIJVs9GtEGYZmDLI/xlcc1VkG85xexC7fGjCb9WU+Rvk5OHiah9fW0azUeT5nzk7MPzBrx77QJIu3IkYfJGPcGhu2HerALHXb94mhiyX4KjmN2591QMEkfS0ZAEMOxhnoaJ3Zx2+jF25fws1+P6x8FeUm4EvqxnrewCJlPGHQmEVrGWd3+/wi9vkTlJXEobFIzVkGyN5UyqhW+XZqk1+pZVW4Ph9g0xMp4978I0oXLcnJ2AC076zAv+p4+hWO24s3B2bed0QeAA/eIPv1XKc72/sas3dTyujPYMgsW47AE8sZU2ljN7/oQEzBizBtRt/3JMfM1bCDvy82+OOWnDBfDPjAWWYEpNQeH4lF/gCC9LnUWg/6TnH3g5YDZ5V1ZrCDrc6S9eWIFesujFzz1d9Xmu/EiB1ijV/6+poT4wB5nQ3roG1XB9eDqxsTWJiVclX+CW7xiqD/P4sEcyagQHVlBLaCmM4jsRQ6jdKZt6xPu0NuS6B0oFjmipbluNfuK2XX2TAFWy6o1m3Ffqe3r9X1ECEtzJM+7ypnrCHrTO30Z8B0lVQ0u2QX4+vOINNrjUJNI3d4Jykfh+ch+lN4iD7wluM191F9rSoFVEc3i/t5KeM0TUOKYY5hCEycibR38SUcxh09o2s+3J1s8I22yetnrN1NP8zFEbJLEX1Wjblkg/E2gtGIMGtT1NiNNOaIbZdOYgzAYRqf9H3vcSu+AWgNwBml143Q654DR+fP6PcVTDd72zrQNx/rjTo5ljKyXk6zC5UxKfL+1eVQtJ3KG2Pnr1DX8EaSLRZi3VmqJ+ry3kTGuNb7eJNt9arQIwiOH/D/bw3uUsr+N+rCmC2j32xhnEM5yLir6UaUmJqcBJt834Cykg9alMzUaaknwww8C5iU6L1xAVtiAnKLiO/Ne5PfCccfhpevTXt7AlevI2XswdNFTEHMwnfu9vm5O2O00FcgVjaujDspo22t8lXKqO/vy9dtuDSHSM/6MmstRBtKnHx0HiC9M/uAyBtBdyB+wo4n4S85UP4dwH4LgA/eCJh97I4bae+1o5T9bsczkX4I3Qn6U2Ck3jYwq+8ZMz97rwYd7MpoFJ68ADuRObJLo4v5hy7rmlMmtWnKYHkiQXRpn+3YtBMHxstpCsxEuljIIKOyW2PPIwNZ4gNgsHV0wEXLsxGHqxNjB3CUPeYiRez1ZR2MdaYs1J61dXWpY5AxAuiAz/m81AwX1IRMYqDU8MzoSKqJX2L+4XteKvNH3Jra190zdBkk3i3pG+kPo8/c13AwZgexZgc2FpOWMy0MNqqfSs4zv5Mzri8Cs2jr4UGwGKWM7MQYhY+etkA5O2trCUd/uVdlR30tZuRDZh4ZKV/cIOdJbyMpMe/M48YrS+cMwYgCvsppx5qy8+hxH2yK8LAYjLRtMvEU6jiXZWO7Q53hGOOqW3KKoJGcralPjEHcs0HBxHe0mfItzwZvJLKBLf85W27HeHpoGzORXEd4o+Ill55+naDM1AhEa87Ype9F6E6cO8rPTqAPY3HuzkK6uRgyLJb8PbWpTlAmethx/tJ8f1C6UwdqB1a7IG24GfDkzRWyM2UdkIHYMRNikerKBjgr06PidiM1KcgsUVkyj0ANgqX0d2UZc6CgbDgv8jLCILKkNQPp/e/VG3TO7vVuvwe1/KoUdAXw1aWMtwekjBRAvQA3C+u92+eb5JvZImX0E/v8KGFUBu3RgGmtL8NJiLQTCGMDEA+DGJbUlk1JIys19tJFS5iyCMwWgPZrK+yfd5R/+o2A2SdCB4cHnNxE2S3fRP1h9qkxZu860PvJBswWkCbMVVZXNuzjsa8NCyIfMsdwAXDdZt5ovWemHmypr/b6ocZM6ssCkNuBtc74neSTOdeSiUNjYMX6MZrRZMMEhGu4+ufOXFVxZhwyR5Y3aj0Y1ZiBcstATBtLJhcXRq6Do2M0ATHfK3ZoaFPExFJGU0zDwKxI7rIl0V9IjAxp/mQXNoST7YbxLQlc29VGaRZAYj1ZaYSVacBqMQeAqYB6gizrKghkdi+PFp71YhvCkpiyKGms9ODE4NUmuqynNWSRWVPuzqjNtdZA/JCKWaRypknG4ZyxfUU396gbJq6S//zMU9vD3cFAeQR8JrI/9xVTQ1g/Y4rPGkx1ogGBod/t2w3GIcngwrT3V5MdclMgMw4gxogZeyYGa36bph6urAuGy6OHaAcPB9xMQJe4UPbrwU96AZZtg82HjBhU3rkQNuwxaLgQY1Yo48w4LP6YerzRmf8EGl4+u/eF0p1KMFSwYOJdiCGbLBkGILMGygzePjmJHyNrNmWOlRiA2wBrXaI8Qdqho9VtR25Aq2i7uy7e2iV505wyBWSIrvOBaCSsUPA8h8qrurNF3JAuaHmN2RIiXc4Z07cBzAr+YVj5xy+ZMduYeyxM2SZouu5qzrgaK0oaLbXQz+zzo0tjbddxBGQmUsZoANIDpvuV7ImUMYopK0Vf1xAwnRl+cB2ZXkUVbPbBYC2CMGHGzoAZHPidjvJXAPs334AxW40/PQ5SpSMTi3bdxwPgrQKfH/7hHw7rews5Zm9VyvguGX1kyz0IzE5rzbiejGtAtPaL82241iwBZmDZowAvT2SY2AReg4BbAHH6PZmWyRXBoK0Dw+6CyLI+YcwYlNVdsPTOPp9cFbucceSa9XPH2WVSF9ZryI7u5kiyxA7ImIUbksgeLq1mH622rLsx+ob+mIyZP04qjcFsrTsDgTSWNR4zx4x8FoITY7WVLBgyxooQ+3WpABReZfqO72R5NWovDdP/n3fMXTSZBMCEaVhQZXYGFlOM1egiAjQkIsasKsxG6CfXoMWH00GiRn4sOdhS/Ty7zJa2jLXUKZI0I7aF1IbWr8Aul+NM2EbF1m4H3002nDPG5sqMHB8NbSC5d/6DVNIo84wz0ppaqLFE04aepHycLGfzOqtO5vgeawKHDf6QPUocgE9Wa/x/ANDmXFnvYGkQfc3l0KmbUo2gEYMlbx0jM5KHdit+J8/GmTHgVc4tOzZXTGt9vpf3Npn0qAPmpmNobVRiSB1t5tAJPg965lHU5FPOCDIAMXk/nBoR0Ucz1L6vt2/oBdhk28d4/S0wY2id312NSxF3uwkBmDVj641pAALqwmLIyWxMr8Rk1NYyh+PVAGho7xtLBuALzJQ5SRfbMe7vGYyF2jJIBBgZgXRXxoK1XuwUoFnCoqnENwNigR1zLIYfCyMqYMw2QQfHa9MNPwcof2AwYrVxorsas/CqeWVqk3+7MP/gjLMbSjHc5BryNOMsC5qOgdMzYHoFZFPKmBuA2Ka2rG7qywrJGQs5M97GkNNjtWUQWWb2+aS2LKgN2+/vCcC/UWF/DrC//NrArDB1raMOu06NjNK5fTrmH++ljG/2T9gjKHOlgIdlgvKewZQlcsbSC8oyKSNiNhmE8eIaNbsAYqe5ZGw8koRUd/CExmb1mrDxnow/TC3iVcrIDo3kzsgZZIFVo7yy4fRIrJkRUwVh0IbrYmfD2vub1JkNi/xuf+/u3QykunvpwKvXl7m7dTaNgGJvF+9XqPOrGeNkp2TJUPyZ1pPVSTaxd0Ylw0IgD5NmcqNi7w7nZ3y8n1B97ok4sFIHkqaF5GzekbrKFY8MqHmkBSHzzXN6RmgFIyGaXShNJ1GpXopTxniQWNE2zJjTY9jTqrWzmjOVMrqcu1ij5Doi6Ht4auJcGAFtYnZ0RN7RR51YDZRIGwJq7owWJHguF2Go6QuFUSI3ZK1WjTI+iZUMvVBX6R9tx1stWm2gn9PlJvm10t0ql2SsVRdp4SzwG1CeXSv5xqDuDC1PzioWJnUd83EYZ7f5IoIMDJoHcrCQTBGrrLFrrPkHtnxOXPpGd/PlkBRiVIkxxOJ6FjUdiEKpDsRuoZqMgVmBGoAgGHyUYPah8rHb+D1be3//e9X+Cu5ui18w2ja9Z6zDqk/NaWYPDRN3k86YcTSA2bULo1E/ld/jpKsaLfE9MmbBjTwJ6g21Z1i5vZevLWH8g/fRJgZmze3KbAmGXqzvF83ojm2TerNRdxbZtLsRCDNlhZiwWGv2OkHTZfte2TJsAdmEi9EinxkzZsvq8rsD8gDpXf3Y5Lszxszp11yESbsDUfu3HPYLXgcS3YGZieEH6XkXiYbUlvH0T4Mx+wys7zMlZXxdtgyzvmsAHQV0O9OOjDGTZYO9fQM7rZ/mXQLYwVRNZIqFlu1tpVXP2q8OyEhqyOtY7PEZzG2kjKA/ljJ2R0Pr78kuP2PIhpwQsw6NGTOo1LCZdZSktmxIGfu2GdC15fk7at+fbTdwNpVGJz0vKVqwjteuY52gjKWMLs6MrPALJVhOTJrPsquxKVuNDU0Lwx1rwLRTz8IvdJlOtSmDYaNaFa/TPr8Wki0i9/1XKeMZlmF9WUDHHKXsK1hdxZdJbhkEnM05Rxt7zzwdJwtTAyCMDF5G/UkNGpl/TCljzfG0YSlaCtlgNRI3Z8ypoTuJ+WqsCHaFNJxlPoXtuzxLjZi3NgZlFmupgjuyYUowSY5oBMaWyzrkCbIziq/7u8gNsUbkZcdET59J2OByNJhFW7d3L4Mwwqsuwwx0zTSjxBD3B/5Q6fduqNa6UKydMzb/YNmiNUdGqTczz63Uu5NF8FPsY/aQ6V3aqIAsCh5NOntaY7ZjyyCgDNJxZvfGSiYNPkDaNPgwb1vxaGdvmKYdHAemNWYQR0aTvOYuZexZaAGzubhTEpum3epsbLAst0aPoMuyWChqvOtO9HNMIIdbfLxWD/R/Ays/JzBdnSXrdWF2S+SKdsKiscTxJjlmVG9WS9y3tu1yK8JTTV9QJ+EgAhN7DcoqON8sgjG1y58yRrXNn1duXRiz/t7IkgRBKtxh2/GQC2POju0kjHyf4ifb7f75awfsXwXsdzwbmH0ThiJBqiNjUhQzKuvXrsunBMze15i9fWC2BWM7uSLb3ieMWpAzkhNjBzdVzD8W+WJiZ8/zWDK5kzsOF0QGbZ3lEzYtZKVlmWe0XSeWjOvJXGrMVMrYmTAGdiFwGkBnuPp2CtWYBTdHDpLmeW3acRxHB3f8vrNpB7FpnT2zkEs2HTG7PFTBbH9/399CSj3VQCNSWCaSxS5THPglsc3vVvdjErNndsdAGgUW8EvC6FsW/bWANSMc4OsOBE1mgqycHU7ad2uNQWzDMt+k5iwLntbhYAsyvvygr7dQlyoeZiXqA6+UNDa6czVklEURpKeJaRB5IzNZDdZVj3JD6njP+JZWvF0jm3n/ChdFhcKkCWycQpwHeBK/RpOY7krHXh7Hg7FaUBmBmwG2ars0DFlmgxlImucLeLoDqulAqFflLGwnQBRq5xqzZdawlNb0ESLsPyxyHOmApx8/azLFXFQzeduwXwRGB5uHiJ6Nr5IR1G0jkmDWCBo936oAd7qGhg2gsmYeA7QgI06abzbon2OROCqsMuokqieckfyLeTVmyWZg7qwzY6bMQn3ZaqF/35NCvzY2F59HrAxhcutQ9uDoMgFYYLQoDoyZsSy7jDEAI8xyW2vLuPxvMHEZ0eUrybUEUCOh1xYgJp+BGD7dz3nJwg3ajrx6dm/21wPlH93WkmXmHyxL9JMasyu3xtNQamsujWdSxpLa5tfBKmmNmV3Y5fvCmlXhfSNzZiEC2wJ7ZkllWTT6yNmzrMZsBWH7GjOMp2JJnm4O/PYK++OA/YnnMWbVUfiqpzqPHQAzz9U0n4b5x9e+9rWwvreQY/Z5tcs/Y8NYqheADaZDo1HHHAS6mE1jkFNpfQsoZGljUg+mEkjf1Ix1pmwBXyQ3VAmkujIyg+aZAyO9hu+KMYhtsstYijncEPv7LiHEdGg0CqQecsW+/pZd1s07rNvhdzDXZYsdFLbvdsljCKbuckUAXdbY96OI/BIiMbUFN5zY/3GpVlZfpvVnHcvUMsEYG3xwuRYzdp453WPDlPhCl+RfBk4yzfQ9OZpUBmvsNEcADWIKAnExYYAWdg6XkkBsxGkqNlRw1pdaQVmHWB5kjPy+LhHWNZhzZy4xaiBRvSYaVJU2enoifcnD8vQcuo44eiKek3DjYFm/kdudWAYmysuzfaDvaCBz0rZchBiPxSIT9KTGb2nkqhGNx9hPJcL5s8bDJRyNTDw7IouT5f5awHKcZqeliOMiYg1cv0F190Yj63xrAixDdD8bpiBcpW8JU5aHPJcgYHSCcZp5NlkzD66MloIxEIPBHc8oLcvsFJxG/CcYy3LXmHgKSkFbSSj21RiMGbs6elQaopzIGHcybjtRdy8qNjX6gHzenMOOOp2A2/MYsy+i2P/2EpSlEsasxux2XmO2rUHLAJrBSmnB01mt2d6VcQI1UI2ZLYBsrTGL4dImsek1aYEtjow2hiluD9aV5QzZKinefeKho/4buwlQk9/b/85hPwt3p6AHgVkboeBngO14KicpI6Z6oP9gPo81Zu+S0Ue23J/+03/6UWCmYGwBS8jrzxT4ZIAqnSeSxi5dTCWQ7HLY69KI9SosWSRZ48HL0ntn2WGXNDZwxK/eJYcsVWwgrbAlfs8mwwypHutv6wjL+r34q0sbvW2vEgs2WCqpKxs5Zl2qSBJEZwasuzCSI6PLeoZlfjf70PUIGB946Nj1hjbyO08yzTwzN6xTBVilvmyR4NlqcOh+bhS55eSDZm2HND2FMSFA2ZMMgFpjQjZrMQfyNAmXtqnTVAbNH9mhxew83Zto/MhQatac1QDU4r5xXZnL59hxzuhJXw5/CJhOTxBwki4MSd5als9IrXWo/USieLrt69mnmhB/QAqYyTkRZZM+cszEuRFXhy05zhwQ99CuMtN4cRaW3bPckfHRg2u7cOxe1OSJXs6TmjNiykPOWX/fXYWMWL6QZEz7uXb+ovsiQp1MfI+w3JQyzqozl5qnKGcsAsoiA1ADa25L3lTHr8OBEYkLoyVM2c5Hg8ifW4ns241Ph+nRlAg66nOqIQgyIcHiwuirfLEIBAzSR/GPHEHPz3RlNPungPLTJ0DiVO4LV8bLP7tm0nzj2NgBms9ss7XWTAHaZGPPrPPP7fJjuPQqZawjx2wNlTayx3eUxjXXbU2Zui4qQ8YGJjvGLDJjCNMjGLX4+WdU2G932P/sYWD2oc+Ae76/MCum7ozO7H539J0Pgfc1Zu++lDGArUS+GEARYt1YkAGyXHGMgJqxkYe5+9iGmQW7fJYuJkYhyoxp+9gUxGV5ZyCWMGepM+NFbtm23kwAHIT1UtYMtdYOGrsTIog1q219IGki2+uPdZBU0dhAhECYcYbZq1evDqo700y1LmEMwKzLQTtYBZlhXXaZfNaVqbP8cJffSBmrzbIsxipVLPGdw4XpgeykdktNjbJGm9IDF24mC6oU8w9rNWbVYkHcAGIK1DCTtD2OeK1MnyUaUk+xcsZX5ZlwTnvkYS9njRlzaLz/kG/sECTXqU3rENsAs7Okg8ey6X4C/lnMHPtWbvfTsLd6/UN6fiCes94UOz66tsGYIUoXs5ozdmm0SuYgVBQ3Ppt0KyyMsBuxCWs2EgJYU67mRkzZbO7qDKjW+Wpo4MGx0Sh6l7OmfHSaB1NHwdEDRDHG6dMyZ/kSMQ3HgZVWBnXLgFck1sLv/5RBczLJPGPOMqZsC8zESlJbaM+qMfteFPsXT6WLS7A0uTQy2NqGT99Ocs2k5sw5fHqakJjF4GmuLXO5ltQ23xcLfVxIGdmZ0UOWWTfyiAYfXFN233JnzJ7akylGS9/ryu7CYzvNKcu8FtXoozNjJqwYxqCJLT0Fig74fQ77IwD+6kPA7JMx8vOAKkZrhP0zCaQ+V8DsESnjzpa+AakF+PB3yCI/GHnUWs3MmJGqUsu1fK/XWmXtfMACf2H3eFt93bp9/f7ZtN0fgb4A7joo1mU6K0YgDQLMBpAkMFYI0IGmOdnrO8kZ3d0P2u8h3ezgj7PcuqzRfVsxZnxd1Fvs7avCzpUVo0EeYwbNV8Bm7BrPBiCJrJGXy8qzTLGN0keL0Z0iN13e94DNiBL0Siwa7VDdNJytvQOaOrNhdDx24z6NlQvrj5ViSGzzVwhniSujukLueEwPDJ9K7HzU4niSRefpIZmSj3DU0kPoUofGIQOWXCjxa6ZLS5RBJaN8HsZfmiKDCbrkGAkRHM6B0GEHNiMQdyv/eCmLQ70IckzOkw+XR54WoYYeYY/1P9KBdjrP8AnQZwTC/IJjGgiB690t7n/aQQ+0Dw8hszkEs2I0vt/NQULtIjMvehwyawHQ1cBAzRczEK5UY5ByA0Z31xcgaKGWbAVnwGrYMA9DJjmz5P3CmiECtYB5Co0fiZlhB3nFyXYfdHq0rix7GLEnS2ZKl9WaQZk0QpvASvmFATDJOPPyqCtjgdnvxVMpC8VYGihqcsJYW0bujB1g+W1KGM9qyYzcF5klKwLIRmi1Ua3ZjUBWWYCY5pqdSRlLEjTN9WVXUsbSdBhlkTRWiZmY74/kd8AMtsuv0lPmLMK0GAxjgQXEqK3TZyZ4sOPJYb/HYf/9R4bOnj7yXBEwi3OTPLNdv+XTyTELW3kLOWbvGbMEmO3mJ4HOZ+DIlHFLllfHRk+YMFeTEg6e5to02fayTWHEQjA1m4WQg6JLPIARqHLNMaPjawLQvJtwkJlGJRBkxKwNySDb4Lf13xpg4qBqELjqNWfDiXFjrc8ujRX3ujKWNA62TM6NkyRzPM+r571/l3oyJ8zCpoXBhVH9M7opCNWYLVbvtgmWpuk8kprWzKbsgscnvwuwCEFrNTozeuLWWBMnE2bNAl2VJWhX2pErDMaxyty9942cMdp2VGiGWbTRP4Z4pblNtqVq8HaLVWx+4QOp0K/We0bUHQA0cBMwK+V9OSKqYFcIisOeN8PZe/PWezewEYWPbTOa8Jbd1cGQwUZ5oKlcNMj9nXwyJy9hhM0VD3TAN/LQGCo5tdsZ+HjLA/ORN2YM6zpS8XoPqJ4yh5Etxs/8iGYjMBsGHAFNzu2uHGePWWitaseW7aY5Fa3XkRn/duV36E2uOTNZJowP2InRZ+8EF84xAwVLYyYoG/3QTAZeGMiNwRSuklv5sNX9Lb6PEkcPNWWFKspKYp4PsUpYJY0lgLNYA2NDfAzKn1okhJRdZhuQBjUBKXGaEn2F68wyuWIDdmwGol3OwiIH26ghQq0gQbwFRWZsmQAxCCX4uCvjb8bNfnNqgV+TAOnUIj/Rje5qzcpJrlndWOtr8LSVwZSt4dN5rtnrShmruDDaYj8yKyEL2ZFM5mzCNLbInz7BNpgu/n8NSWTxXUW0xC9JkDR/LsuzdWXPDPjvOuzfBvB/vAZmYfMXA7GnRRtjhOZdZ7g+V+YfjwCzjXxRp9kGREFYrp4J5grGkjo129WwEbPVpZOZo2IhX/xeo8X1XAflpDHI4GXqxoUxzG/TeZ84fLpSzVkw/6DtGlnhd3fEe73WcYAll72OrIMhYs3AjBq9Z2ki15g517RxXRmxec6W+X0Zmeczos5Ht3fnheEJRdOxxsKWqSKQpYxYc5m1giutmaJO5lLyZids2SnHhFT4N3vY1HBGnpbkmLFtfsgvq1JTRu8rMkrl5Ca3VuucWeQrWKsEqRi03UUhdYx3GlWjVapKw4Xpx/5+xTlmBMP4+rIYCxD4Gnfqj/vKBrHjTBWxyMbwYswzJ9HXZGItYdWc6FufFoLhaARHRxfzLQpzjqt3YeNm22LzNWesL1wjHOr3szoBUwx3xhp9MMCnb56qWQIZsWcWp8/XGkD5BNzZb7a2WjqIt6dF05TuIHm7zQKmTtN0IFYIqA0pI8Q2n8FZ7/JUqVvCIl7cAbCVIbNFxmckX4x2+RHtrJb5FgCayzx+tYUNIGBGBGMh9iuAMTX4wGqPb2XRaM6870S+uEAhjxlnBTEjOlwXRW+L1Dil9VyljSWXMnZmyVRg+RAw+wLMftelhDGrOwugjI0/bteOjj27zAm4ZSDNiD3DrdWaRYfGFaBxRSSCpNG2UkYTMIZQX7aGSM/astWV8dzwQ4dEtMYTdN0XrBb4vgxk2KLwEMFQAG5n4MyB3+2wH8LFlfP0kY4k2wWMsc3A2ByX/VyZf7xLRh/ZcjspowIsrGYezFhlhh2egDdPMsY6AAs+01lYdRYeLbLDDBwuUkLMrDUOvWZJpYsDpEvtmYujoisr1kFZPzbiwtilipXkiK52+Y01q8y6UZ1YB2YH56KxsyJb5tN6BlAjeSO3O4BKtd/vwFVkjWkM8/ZekZAivV+65J8JSDMinjrRFOCQxb6zAg3D6jRvyA3z9gVKu4U9VtiF96LfZPTZAVeaSebiyOjJ/ZWDsB4BlWvHdz1FLg8PtenwDbxaPR1d8s4M0fTDwrwod9TjXr3eWZlN2HCoeW5Tj0UyWe4Pc3EYrkue1n1lhmnD3lUiJtli7sTMMDvlbDXiSx2UkX6P78PWnsyjbGljmLECoxkdUJnicpbTrec++mL0Xm2NZQluDXSr/f7swrOkhpTn59clbTyWQGSmLHysHOxYONg0MEHqIc/MNU/NOhhkS3RqYCGKn6k6Q2TLOhCD0pxVXhFkUxBft8ilMXvGXomWApUyukMlBWAIAA0PvG5H9gMQ6kaWGWOGJFjaLSnnKudSxhvl6WrQNM6MPdohKSrNXTSPiRbSLNEUI2fNQsEcVcddm3/8JtzKzwluKaUbcdgqYbQdSCPGrFyYfFjCwu2MQbJaszavmOaaxaDpaf5RAsh5rpTRwJll0/SjpBLGKWW8EVumYRSHCGB9Mf+414vVhQXLLfHFzGP5HH47IaOQ6+oMBfj5B+zXX7FmTx/Js/8SVV0zaO9rzD4DjNkzmbMAxDbr6wDsEACm29AaM2XPPAmfVpOQbrRxKCAjeeKuboyBl8oXNZtMl2PpIkiOmMkcPas3Y2DG4JXNSQhYoTk3cnB0ZbfGmQtde61YOY6DpYyB+eqySmLGKkMAcX7Umt0pZTy7B5CVopN0sdYN5UXLuZh/HNjnap3wWOkNMx1gMpz4/gNL8ZtaTJoETjubgHTGzCizDFHCuEgZfbWchK/azQsCynJYKQDLyHFxfl7jow1Hex+NO2pzaVwdGnnnfAMUPTk7flTUZCdm2LSsxVhu2ImnYygX95nQCiosoLgKJAaFRvlnLvUHPsHf1BlS9rIJWGhHa2R0LQKUthqVoq7Ih/NFXd27sOaog8Fj4sRovV3O0h4aP27yR664cELMsT1AtIP3ZT/nybcBtCLAbWlEradfnc+Bx4EitxUgO+vimCUTxkxdG4N0ka3zGagpUihBFhWZR0u6kBB3RoT6M7XLB3k0ukA3Bmseas8UrPlGTGyBMQvyRWXJkmlBzigmhhAjkHIT7xWbAHCpOWPmDLJ9KFCnAQhLWLOl1kyRY8KWITEG8bZjr057zDcU/DPRwrIAh9paZiDsxDa/s2yhxuy2D55mhm1nDOIlAjQrsFsZHFhJgqbrImlcg6YfkTJON8YO1NYwh0IJfEWSAbvJh9ZYWsKT7QKkM0OPvh83mRefpRkrptEU8dVgvxvAKWv29KE6LvrJILJvas7iSNi7nmP2eQdmGi5tauyxeT+MIkjaiKROrAA4EiOOyAG0XC4yCMky1DrT5lIr5pvaN1d5IrFkHTSaSCUZgFUk9WbEijGAc2LNWEJpBJYKyScruybSOirJGsFW9iInrMRwucgaRyYZuykmy6gdvsv1obVkru0dy5wN0tD9wkX9Eww/Epv8IWV0scLHao+vAdNp9ZJtchdtp7JjuiQBZ3obrixdpB3zYzoz1rIJlMbqzMh2+TztmQpsxiF7X8kqMiaVLzpVjzEwqzJ1BWfXfznQqDzwY4Hcubc11HXdL4gJBKyd7y6ME06OWLEV2cwY0kqMiC1ZXTZoXTu99G0rN+kALrJEkEKvvQshW/5z6HLtLJhnwQTRxt4totY7gTiPQzw8BlKzj+0OFlS+xkHV1hjGPrhgwTIkUShytnVVWJmA7KTu3dpPLeTClwSYBfBlIl+U94Epc2mkQykZI0Cw82mMVUtGAjkje/AoXsTIMWO2LMIY3+SbeWoUon6qHn0mbZNVlsgZszItNTPsMWDhdCDJgHaZT5b4wauFwaMj1F+GHyRnQA2tpbJjSMAYMU6DEiSw9Oo0OuMfAG5/3wKwLq3xiRlzk3BpNQSREOoqro2+C6G+YVhk1o2lfomSRpNaszVoOpMy2saV0ZdXW+SMHlwZSwNlGibdGbP5moVG5/b4q3QxZ5P3DJkt2WxZmqfM+/kH8BsA/DunjBnXOmePTJO7/NSgpYPm7xmzd+jfznHxhCVb3AuZaSIXRmyMPUJtFX3ubJYLa2Zq9HECwExYsgLgaO6RpbkQ9nM8wFNHfx2QUV1akCv2Y9DZJwFnIcCapIu6XmXJxva4dqwzexwbwI6L4trY59fjOHi6H8fRwSdnkjGAMwFpvaaN69eczq8lzCifowWThVB6Kb8KRgdZp9hz3MPqP3ZgRMaOec51hT4vTspgkO3MjkETPVbPApAaoOU12EqCgtcQU7R1/Z7U/z5DLG7yRSenPwQuhCVr0QSEO8ZOZ8AT38Y4LTJjhrxmiT8f9RBzDz4l91q9wAo1MGeNv7PazSlsyXXxagOoxw5+HXLACq6dqouchV0GK0krOXd4eaCGIX2uCWsza3Kxgo0t+FiZhFVXeG1HrLGzlbNFLabajfqtSnSeAdVNrFJmQ6Y7b6sBa3eAXgc2A+TbZ96mY2TxdMMOX8R/7RxaPwcOq0ZmKzzSKF/21bGzU/ox462sPfvgNEFdMDX/GPPrOtxhWCS7KlkEYj7S2gVh6aIRW4ABqScwM3C6GVsjcN1YJl9UhgxJ0LyP8Ot5DRUhmZQ5U2xjSSZzAGe3e4oIg64bJlvGbowsSCsl3nYXyaOthMEaIo5YmGY6QKNAjZ0bpR4LpwHTTzD7Z6McsghjtpEq2nMMQZLPmaFIrzMbxiBduqgMWlyP3aIzo4dMs52Ucb4vOLfK1/qyil7NhiZXZFfGQpVuIJhmwkJnIdJYZI2+NfTQejFLUk13rFiUbvKgRo0yx3/WgR/AprTq6YONw2J4eHo+HLspMXkPzN5RxszjibTMAj8BbsyS7Wq9tDasf88ae5bVpnWAETLOxA0QxGDptkCMmAsoGuxdNwBpr1o3xmYfAZidyRqljoylizzfhLkyBmwsQ8Q0BDGuU3N3a0BrMIwEqPo6CzFvI1ONzD8qZayNeySbkZBUkg98d2o0UQwWpOhMAs46oSQKQM/0iOSTEQKmbVksBiLb6jJfHzUwfBDObJGnk9Xk0Goe4tLY3AtrWWm/zgZUbJwZBai55S7oJ4xZbouvYkMXVWmXM87RvoN4MUOuR70vfYAzzirJGY1q0WyxG4n3q2gAn/ir2zSsmNbp3kBXXUfI22XfnQ67wYXTc2zWL02Gx7FheMjFsdd8+ahxSrz868r0DNOSDtDcqA+ZOfwRSCF2zZnV4+9m23GRIXqTh9o0H7HFmKOBqQFeazsdNs1ZQurA/UfvlpiJeSWrMY+doOB82Z0p23FZlDlUN9a530aRWYgvIGuYbpfPrBlbDi7sGBKHRiMJ48pJckWcA9JBjPJGWyBWlDOyRf6c5lDzj2mFcG4GkksblUnwhfsL9vgbcIYTSSM2n0tZ88oKyxn5mJhY6G+kzqlvTwbSgjtj4sSIjUNjb6mRXf6+xuy/jVv5OShGMkGpEcucFtP6sSuZ4yMyyDJt+ZF8j6cLSLNSxCa/pDVmuZyR6846eHECND4+FzL56IHNlWrLus7gNtQQtuFb43WNAK4yABaBWHkNYKZlE7v6szIfBz/fYb8RwB/NpYykpFmlCMkIxGbQliRLnytg9i4ZfWTL/cAP/MAOmJ0xX48wbEgcGlXGyGxLkDNq/ZhkmF3VmC3bJ8CYgUgGUcxwIVtOp0sWWSZPrLSsZfO4Hk3DoOn7XBMGmmcNePV6NG+ADSyHlHaBmDVuX6X6scJSSVmH1hQG2WO1hFByGaWm8HkTNixAvUwVWGNZVobnHol+VknjY6As2wqo8WKLz2FslWrL+rxau7t83KnDVzljcNwgkDYO0mOZk5vTsxyf1dVy1pyxfX4d/FE8E+zKyF36HHz5YOg2DlKoRx3Mydj9VnRkwlgOS3lyrxywzi0AmTuYqHCPlvUdjI3lJ4l07xKYR2liAwqDOeuSvm5TT3aLA08OW3pGgvdpRpHtVcLFpjU92dLjzjyh1iiPNAKb/XNgo1hBgXnczOHVSRYZAY3jfj7uTatd69mcMTHBbhs4sEmBtXo8YZAaSK6tY2EEBjpD6ExcWW3r7uAzrivsbwWq1Sga9XY9DeMFAlxq/bfMU8asg7IyGU5yibTBNuW1K7F2bHVrZAmhGoBwjtn92zeq0JksBndK7VTWiBOJo9SQuYAzySoLEsYiBodqm3+bff/gB2JTvmgUbF0YeGUAjQwWgXiqopSxSIdWs8kS0MZyRw2W7sDssN0N+B+DGXDQAegH56A9V4DU5x08/3ZSj5a4NAZWTJap6soo3+1mIOQUac0IpDZxLSeIFao12wVN50YY84rkYOkp4XX6rZQhY7xBHRfXAGlbfm8AlqoyBm0r5509xUASzV1dWSZpjHV24fv/6BaYfWPHiCWft+5m8TfwtnPMwvre55i9OWN2Arh2bosZyAo1ZiJD7OxTTRi0M/DVbepZZqhtV+Dksn4Gaks2GYO4DQAL0zdATf+ZyBLZdt4EmKmhSGkgq5tydEasOzreGKgRq2Vcd0bW+J5Y6oMYsVHDhhkBUMlQhaMFAjCL52MnnU1qypCUZ9VcxjiIKF8t8tXsQ7EdcOKL8Szq7CTMOXVidJHF1bjDVRKxq2zHMwklomU++CDaCU9mMn4PYclMY4dDRy1+RlIfoICrBrmiujUaIGtcH4G83GDMWH3kkWOBUX2TA9ERr+1h66h7K9TyxnZ2KDDd2C1kad0ltFRfxrLIBq7MQNVahRiz6dyIAZQa5OjAzModnHg3GbGkI1nbZXYHZrYkS9eYTTbwyrRC0EG4DraEdJzXVL0DvvvlPJ0n79LEe3uLSOAG2Ktt//j01Fk/ZyGzjH5KxkffB+MYro4GeEs7xkO2Wcj8tAEz72AXbM/f2LvbjTLMjMKlPQnm4rozzTS7YakzQ53StuX3aQvwYqHX3oXRQkrZLUgcNQltmjGYsGKcy8SANVaWqnA3ySnrv8UijosCnFji6DsfjTK9WKDgTE5DsMlXQEbjGJYNvPHpsIxB2+gvQ4NLhMycmu1bKePfi2I/P7BhVYBVsVgvZsn8yt+z83q0wIxFYHX65yeSSao167lmPoSEa61ZrDnjK31nhOH06kmOWa+mrAQEV2BWNwxZfP5pjRmWoPWYW5azYgWQMIzAgm3nq7yx/f0Sh/0sAD+yArMkLmRPi60SRjYC+TSA2Xsp45v92zFMOybMyfosAW11I380lR9KphkyS3w18MBa04YNA+a97oElgyJ7DLJAkiYyOBrgFdNFcsuYZW6LwqYtgdM7INjrvJhp6yCKgSrVhhViyBicOTOVnXmj0GiuYetSSmNDFDrnzKqxjNXuHVK79Wd8FaWYxXioRdIIBWcAMlWcujIqAKsk06oi0N7FFz8Pm+UByMEK33x9HbaTSepaPSRMOgmY3tGADN4MsSZq034SeCHWlcXOeR1OjFjkiytbZkOa6MHkY2UXuxhyhYJqSuIimOvZZU4RLInFhntyTlfBJgjU9evNTW3bfZW9NrBXR6bX/N2aDEp475mRpDYduRgSx0O241EsKTVlXY6Y6AKTQyJaV2bgkly3pQMbLO2pXe0YHlLj5k5R1uk5QWj/UuupICwTILdL/dDjJR3izvohmLVQVluw8vO1p58ZgjArtkzzpaPkCzu2djuiyBGUBbW6MTK7NnPMImTzEJ0bu4MebEdKEIVFB8cTHONi7oGNdBHIXeYn1RfMDztjdkOIN4um/7a63CsgU5XiSsZzLaBJ8ZqiNd2xfbLcYKJW8w+D2e+Cly8FkKN1ZVvWjOZ3kLUDVUP2eIvyx6xubJFIimNjZ8qWcOqZi1bKrDVDY85KiIPGEjZdEjapDkDGjoxsle8LY3avN0MwGdFqssmcAVpdpjb+KmHMP59LFjn8JZMu1gW0LUYoX3bgf+zAb8sZMwFY7vnYserslUL+jACp9zVmkdXyK2ljwphh4+TIDFgAYgLGAoOmUkfJDsvqymxjhe8iewxW91z/pcwa15slOWeXwCz5rMCscO1WX39juqyZl7iAvULbrGIE0gFWcHYkWWKXRlbeNtaMt76NSjVv3cmyf0/dbpeK1cWvgh7swzleneU3OKZjnGp76WLGkoXua+Iub1ckmWd3POQyRkDCpcU+n20muysjA7LMDMTVDKRTD7buNHyzQx4kVLNTXKnSCwLGWMao0yYUqzJl5TCnvJGPfBWVfhWwxqOYtdYc0NjJgKGyb77LJ0J0nFBAZDlL6tL5vuYsnzNyNjuQnSUbQda+lhE8vBEGYsFNRHBbsv95qYKTKYotjHj4wSszZ2qgSCxgYyJPx4L94UO4zunXQtnZ5SOvJdNOvTUZozF7hiQ8ywSgeRBYYQFhWEbXC9l83BYmbWoCTTgn17CwAbqiAUiULpLJi9wOLXt/AsZMLPEH0sKa0bxIGVfB4DIta5MhjwY5FUEsTJlFNiyzxWcrfaedXBmz74HZr7+zZFxXJp8vpzMos5wpqwLedp/9xMFxt85kfrTNL8SQldZBKEudWU2Yo2iXP4cPjSzxGZB1i/w7bMvOvsY97PP6FIBlNWVlYc6WLLIFdFnyuy4y0LH5+40O+y4APx6A2d8xw9G05eHZZ1gfDCagzCPaec+YfWaA2aMgzFm+qJJCljJyQDOSEOjGIC1SyY1sUmWMS82YSuwShkyXtwTI7QDWyA5rIAYMlogd3M0D2eeD2CoGbD0GwIhtG9b0zW2RA6W1/qzIvMrbkH1ydobsyzXWrksXSyZfpPkB/3imxoOofIRYWgKlue+dSBt3NWVVHsA1GWv357p+nLo0JiNVnGtWGygrvcaMdroDtkqmH+4rGANijRl3LIO7YNYLjRIqE+HSCjRMQMcKbrLaswmzeAx0lSjWRRzpxMclg3zEMtyvzW6sUZoJhDyHXAgg7v13844zqa0lnXcQAui1Vog1Ynz8LBWQ2gISVikiBlgY+2ATTM96sPv1U82wNteHXT2HYme0pHpwqouhz6hrYfCCjQY5ViIRykaVpZkwZO5hfVGYSvvCYx1APAeKwHx2src4ldPFC6UQF0lKLj6nF6kxWygY1V5bdHTEGibNAkJmxWIQrS1gJP7dq8qiwHECMgsGHwrCSuDqdm50KsRkW/r+3pFY5xfBNWh9e5AzfVvG206OrDITKGlklLkBZyW5ZZ+O2/B905NTE9iyIlQcIVAngw7fBEwbfjWKfee99owAXmDICIAdGzbsIDnlYhJiF2za7TwHbWHKdt/tLNoEaVbKgGIeDEEsrf1SSWCXw8daM7XJ75VsPjLLtLastBBpC3LdXUoZUlmj+gfvsshWUGkLyMwGjk2Ysppc0xX4uwD8SsD+SABm32w6eutOVUQXu20GHmw+X5JBic9Vjtm7ZPSRLXdll/+IzDGROypLZtSBV5ZskS4y+9UkckMKuGHkMsC1yBP5+xLg3GWODFj9pG4NynzpPJY9nvyZArNMpkhyxXDsyOAD4ugIZddkfQyylLkLEQUCGpd5O6fO6tha3RtyEJbWmVUsGWZGjJnnisfwunI2ebjy86SMG0sRlwYzDXhUogIPov9KRJoHIiNWbU8BuiEGTBOb5nn3hKOdI3xygU6W5Jft/7wJ/LzthInQEQOCVWSeVszZGcG/GW3NgfR3vVoE2paKF12Ow8we0xDpHWj3yPBSx9/D6IGFa4KbxGEEznyJO9YktC5RtCEbZLBTRQuY1YDrOl3DwDyRj1IwWnYM9Og6M7PLsbMU1JMdZFTjsjSS68G8Magm4xFA7rKX1WEijzSLB6BIorF4s3cQViyyYTxfpZBoodQh2tY2jFiR7qsvAdP9mtnlexWqOCtLlpkF2/y1NVhMQWyx17eFMOqHhF3jUxkj9a46QOv4JYRONxqwVMLEapZZJFTa4mdAfFxsDaJe9Y1Z2BrbRq58ZgRqTebnbJ+fuDKa/YP3C3vDiPXP3J5qFzVmGwlj3Tkz2gMgbVdP1g1CLFrqN6bQ/G4E0gcDSnBktETKaIu0j50ZpyujfjuKb28SJl0DC6yREDt2zODAkuG3N/awk1rrWFdWNwz41d89xMN+iwMRmOEpFe3owJuOFy3ZEfQse8+YfQYZsx3oQjTr8GSZxSxkV8PGwEg7/yKDzBi5DJiZ1Kp5Vh8mQJAt8ndGIWdsmiswo+Oc1rFJHRq7MkJAn++AILNkHB9A4dNFWLEuaWQwxxED1cwKh02TjLHXrS1s2QC5yNEOBzqzlJEJJMYyDEhckABLGc+cGP1k9NTf6NeTeRsy7QCynESsN1sK5iCFeSBTEF+ljGyVm6UMp6I6z5U7gS2LgCziQAoglnDpmXM2a8w4XDpCPJdtzjNRNYtL2c9a05HvrRTuUaVfJtUTJ/6H5HJXjXs2TWvLPl3t35ttaSP1e9P172SXKpk8bdEDORAne5XLWDFRQrf5KxZDo03ki+w2ob953rYpZ182YsD1rrJmL2Wh07P26jY6tSxqZPZsXYNLN9CFFY8eqh6NQTwyY5BDg0zaWOiMlMSJvkwV4EgusHmYDRI3J4YeJqct66QujvgL8JKanUIsQ7iAVdpYprQRWynjT4XZrwgFdoewZAdRiN3Y47C8xgwllzl2p8d6BshkWmrDnzBltbFqvgGFWLPNVoAWpYwawBxrzTjLrAbWzIYT47y2q4hZbeOAupMyZmYfoUZD5JeZTDFjywqQyjajK6PtWLW/34GfAuDHBjCr34Y0GyfLAQryI0tVBe+B2WcAmCXgC8Jq7ZY3qedCwoxldWbptgRwLSBKAVzGAAr4shNWzSW/bGGROmjaMGcLS8bLZUyVODhWAWaF3RE7GGJ7/QYgK9W9sXSykCxxAVhtmRvVjvVcs26QMtZJAdxIHCfTqI6adDaCqzsHSnOeWc3VfiasGqv97ITL2hl+eNoZehSMcXKtUH+6o+6rFtMR680qOZW42E0edMP1GqzfJyircacs4wbWGG2TEFkWFk4vxUIyRZUtzi5cHaCtBmlihHTKhiH4PNqQsHgiorRl8GaYyBh3JS24Se467J6d7SUj3EfocUo/2Qo8BshwCzJCd2BbKRVs8LPpUULauwcZPDuV7VkGuJLap6VY/EEIdIa+sM871Rak0s8rhLfgusa8LfYwdUgjw6pKIQs/EEhDYpcPYc0IqRgSJh0poHTpMFp4jyUAd0oanTLNPIA0H8LGQs6LKmnUHLN+9Dk1bJU0Qm4xbAASFIFZZplNQLbklxE2cnJ0Z8YryDZZbUogTTtwzK4FdjUzAeEiOd7JYht+kpmz20oj9p2LjNl/C8W+G4XA007KWKW2rSbOKUWA3ABZnI12lWNGgAuUVzYMQ3bW+jaljlJvZm4oVkbUMwM0HnAom6DpQs+BaJPfhxWmjPHW1lJFyggZ3EAC0OwCmO2s7zNHRgWYdctoIw2YPpEywoDvAez7APzhyZh9yeD+ekNm/tkEUp9bYLZhxbJ5iykIyQ0ViOHE8KM7OXYHRWXESg+Y1uws7O3ylSFLLfwV8G3qz7IMNBMgBrXP3wE3ZroIwIVw6waerNs70/pLrfXgjDMyAHEGfg3hOeWRVXFdVIMSE9arM2l1I4EMDBmxaf14jgin0SllkEXYhYFXFTfGAcIOCpc+yTF7lD2ruQgxgS4XDNniKqC+/uJgYj7TsXv49HAywbozIHqR7fS3riYWQYMBaXrxTKAKojSEzzYgWl5Tth7rA2yXXxMBpEoTV+g8hZTcEnqA1rqqN1Tal543f+zplKAJT9ZjidzPPW+FL5I73zws/eGHaD9D9dHnbssX27k2xh/mZGOjy6RthjSiW+PZr2dRnHrebl/+z/cNP+1wGAFFT8/8em5iOBZiQJZ5DOzCBqDxceTfmiEFZ4ZY56LiQf0WW4GzbX4Ebh2UIRVCuljm89ZXPt3kPFiKZaAZZkJEmZBKC64RTAI6FWZrDRmvd5EpYoODs7LSnUW+FmQakIdKU3fRLOEvpcbM7DdPVgwiVUSUKB4kieTPnZWrxJoVkTseHBqXWe030Na/V55hEFIKsWW3rbW+3WLaWC5pzFmiPozAUsYaotKN5Iy7AOl4lWZ1k3lYdAy8Bh4z9tjVmJ2za+eGNTJA8w86A7P67b6U8rKxx+798huY897nmL1D/wSI2QUrpmHQDGz8pC6NjT8qfVkliFpfxpK8fu34xm1R1+HCzhlizdmSY5Y5OirzlgE4kRZe1ZUFRkvNOHidCbBj044eKj3aTN8pidyS930AOMonY6DJ+8rAD2fMJP/cKxE7aVSwi9urn2SZIcoYXezydwYgmfv+FXPml0NNvDc1CW4U6/wB0AiY4Zjve8FcQDzivpgiTUt2xuNB98AtRVABF2/GmReVyxl9G+Yd6/n23v4ZGFvZs0qQkbd8b89R63O0eO/ynRePU1Gf8hbfgtTy8XnfqhP1+Ha8M2aF6spgxJiZgDAa9NB5/fe20DQRrGWui9zRtwC8pj1+QW56cWvmH5Mt6wChg65bukVHWbqAbHhgw73RF+HUEiZteTazJaSTCRAbmKZNv5XciN4Cp3fd0V2BLZJBNQk/66MHHYQg0VwyK8ao0qX+bAKzn4Jiv2IJbgvyRQJVYJOPJGA6yCFFPmn6XZVBWmTH6oOZZgzU7DaNQVT+2ADa3T5/Xr3RPl+ljPNKU+MPC/JFbxLG2tiylYmzZchjD8yujD3WbLU0CDplwnaSRZN9tg3LJtN+pcO+G8DXAeDJv7TSvi56fFV4LL0cC4FunyvG7F0y+siW+0t/6S8F9mcEceKy5izUfHVw0pkzft2s34C7HfyGnTOp9xqD6QxC2naMWDcGGOOKFHneTgI5ls3y2zqbtWHpgolIBrIShs2J+TJmEPuxEvaNgVK37r91lktAYogCqLWO5ToT2TPJyGCkh34bHY/7WDudN8ox0/NF18YmqkkUgC6SRq+CgSrhmQfs8s/Ysh3wUqexc3BGI+ZuORxki/xQLFenZrPSjlWRMyKxv1/8/Y1qzXgvyEJ/AzmnwYetmU4CxEBwinPNZsVYrCbbhReo+yLCexXq7aWIdWTBJd7t/liXfCOSe7yjHzp1j1WgLTyISvJ0P05SGdhePq4mt6s/tblHbiWf1bEp53p60Bcfe9lBz9iktYXpYg/DL3/8G1aiRq44OU94dKHg8C6OpTDfxDDYCX/IkMy2NSvK0RQBZQyfolzxjnh8gSfTLt/INh+be6Und0ZOBhhMl0+lhAmFZZl8kerKmE1Tu/zV6B/LcUl4rAck6hogDXIzQeJgEvnJmHWWOJnMcaRfDODvmvViENMPTFvT8ZkNQBATvYNpSJFAarLU9wuDkAC27HGAFsBaGwCQjDMTKWPBNAWZAlvb1GM5CXC9pUZOUWRZ5JEAC3/99NVDrVtXjzAYKu25t5MtZvb3O4BlzxhIsP01/VMA/EIAfwIAnvAl5Jrcs9pc7eEY34zfSxnfpX/N2c+YBtvJFTPwBAl9pmUyBi2wVyAL+1bHpAHVCqqYMXNtZ6+7YiDTAaKajBCoc5ZWMmPE39U/lhrS94pa5J/9YRppOGWY3epEhsOkA1OaGGSJuFvnB7fE4zgqgHIcB9p3bwTASqslA/ZmJrcGEG8EAFmyeDMzP+4rKmYzrKfWWs3sVlWd5augLrBm2ocjKaPVlU0bJoa+xnhd1ZllQO2xLrbUdxnVjLF8ycmvndEnW1U6yRxdA6Yx682GIyPXl2GVpA23u/ZYsLrR9LDZeRXeikOmOwirMqLY8vUCOEPwXIzWkuz/6ALAomgye2xo13bKpXWk8BHmUy3tayrMi9+38DgHWN4XhZfps+8Marrnsj4jgJ51iYWI0d03AdnmtoY4swPjZjTCE/lraKrhvIzRdSzD5dx6liqdYqnQtaABuG1brjmyVdITZIold1rUwqZFyggyhWCufv0tWgh4BnUtXUb/PQVptoCUnhgVu4sOjbRWM5BdC/i0WgBuJcE0vUbsRj1KZtU4tmFEgAnj5iUaDwbwxSptX0vDIMaZZitDlo+nyJ0mHJKzbnVCG7rs3GTMvg83E6lhpufM0KutTNmRsW4WWTNdxoRlM3F/fKge7bZ5b2lwdSnWas2upIxG2WWrlFEt8vuAAteWMQDbmeKfGXu4gMQ8Z+yaKXuA/UqNfK5kjwC+LwIzbJ7xV8Nwed3re2D2Lglq8jqtS8bsikFjsEOZXFvHRg131rbR91N5ogC4lKHCDIjmeSp9HEyaMl3cJrWQJ3ZsW2O2+yPTj0U2SXVeY19528R2jWw1Ng4hMMv75GStr+BQXRdTZsxpkIVBdH96HFj9AxiEjXl1pbqsin9GQokFu3w/D5l+xBBkd9tal9jU6HiyNaUIO5NWpZVexPSDdaAmQC3bCYsshIYuJyPdvsQiY2HLNHRac+Ky2r48tGC+t1QsGVkzTwSnw1J/J2V8u+q29//e/MnyGgf7gt77NP+V25QuFqy9f/OIEtzjMoM6ot+Tab0Zw7E1uwwpVIoGH2yhn5l/LJrAYJtfkunq0ohlmm/umKHeS7CKI063JB26EzqMSQoFTI+Sv0Zk3rCqTcepkVJA1TEGVrjIQIBhQ+1ZwpKJfNHZ3aSZYfQdwK27MhaY/cIlVJoZsqpsGCLo2tnrH4krY919LhJQrYyZyhJ3dWq3mXVQk+VqlFUWK1QRNiOiy5AymljL+yJltMAFT2mk1k9WAnusCGEjD/2cie7P7O/P/55viZ9Bf+Tvf2G7C9XImF0PSe4lGJ8S8HnXc8x+sgIzlSuqbDFhzjo7FrRIx3F4Y8ugDB2zUwR4ujmGib19Z8hcGDGVPLowZ31VHfCM9iizxu6ECTBzZQ2fCc4WqaXUoHXrewaByKz6Gbw2Ns8FULEb42ltW3KNBMmiMKxA5JKiqknzyqqQ6QmyMo+GH6AosJRkwmPSRlwwaNfSF0ijgZOwsTsYKxQ2DZI71ioIh3esCjizaJcf6s1onM+v9sFh2Fd7oQEzLFBqfR+P9xkcrgLGcr6uAOTiGLu1kTF7jZ67YD52T3fl1Nro9yP29HmgsmNraWxvHy1emCJu23rqgojompgfCT+R1ehWPAlYRqqpHOMZllv5D+73stQtrqTf00NbC1E0xYGb5SHSw4ExQQe8v6bBbr7tCtnCpEGCpT3IHKNIsQxL8YIV/dwlZLfgxKh2+bbJddK2+RJUn8sVLSGEINM9A2ukBBx535jZaGlOGaajvVlU+6Ws2tJPtc17Zr4Q2SqH1JvRDhQBa3dg9jNg9gtXluyB99ixbBuL/cz84xAR6LYujdwimQljxqwbhXDwdXdm5DBqYs7KrYSgaU7tO5cy6l+0tbFEyggBZP16vglTdqMndkmA2t7YAwMAZrVkFedOi2/494sd+GkA/j9P+CLWKHW7eOil5k29MPI9Y/Yu/eshxdLB9iYZYet0dNCDKVvLWKkzoOfKrrH8sG1vyFWo/oxdAzXYOTgvJoxY2sZs3gU7FmSOGfjS7zDYudomyzSP4yiIjodOWWO1g62eV9bnAbiR9PFGGWZDHtm22XPNBpqgurpKMtHKGWi11qPf0/i9u/f33amx1KtxnIx4qgnhVFdjEK/RF4MZM85W3skXe4f8Eoh58hBHpk5SazlxYuSA6cCUdTcTWxvddwoWHVTSFGTStvmBXBC4c9RjpmxlxTIRInsurnKOGCitxXIunpgsqOytO2S/2JlxArONjPA1gJrvcRsFFPsl0F2U/J6uMbnwXj9Nb4E/frGQ5bg9VPdtpY1nR0L3fu8X6bZpaLJhljznzfKRGHH+O/Ygp/Ylc4xiMFibVyD2f1SH5lU69ezUmP3u7HSwJxc5IrBqE25x7HMRxowN9UtYY2yZBV5uzXeyU2BuSjoJizYOS+LIESSMiT7TyiZE2yCm/htXRl/7rTuAH1GbDFmU5LwV5TTE898IBN0dGL+Kgi/cgQ9dT+zGuLxP5hWZt9SoXTBnow4Nm7q0Mpmwbrev+WbdjdHLNscsBk/f11XMyD6/14hBcs0wBuamlLFKqDSCzQeWgYMcmO1cF3PZor0WsFKWC5fL2kProfffbsBXAeAJX35bA3qfzxqzd8noI1vuijHLQIiAJWa71CJ/AKZHt7Vx+uvMWNm5P77Oe8kxg+5Px6cikSxkkMGZYMEU47mM2Q7kEcDr7eQ6O9MaNXZ87ICPpYts1d8ZMAbnnMPW89Tkt6HrXcQhY/zYVyfGVBVTAxJY4sFqXRk0LbnKHOW5U1cViPkkns46umEDtkGWFUmINDXe6upewlCyFkKX1nauzT7sRJNpYqHfd7ImWWYuu8PWG5PNAHFYEWL51omRpxcJkt47NHZ+LYI0bZUe79ocLF8n9/g5wcwPsU9qxIFn5kpfJV0/52uPsoV2tZ5rO41HLUEszWdbP+9tRp6zs8L47WLhdissPdU4kTPyZ74qQ/JxBsJd2DQ7qSXbmwnMm++ET/cMp5WzAVkmLNrBB6SMluabgZaJcktlwhicoawgLXhkqIV+icQTSxS13myx0NeOrNSYGXbWCJYwosJWecZobar9TCSjrxwAfiNuZKt/JLb7Z+zZcUFBak1a9j2uU7NyXZeGjXPjIl3UWrPOnFmw0++h01hqzaJ0sNLVWwnC9VS0mwxLxKw/E955X1PWt1voiXNmg39eR2bLtMelj4+ZhHRevwK/AcBfecKX7DF9xOMSkveM2Tv07wws9Y47AwECSmffUQDHGWBVQFzmnAhiXxiYbHPWLqR3zu+1rozAWWDyFLglgAgZW7dj7BKwtdSaXbB9pkCQGEyVPuo+L+8b02ZZrpvW3zFbSLJOPsfhaVcVkCXduBAiLQjLNz1/F1fGIwEJSr5VAmiesWeP/1jWjteQSpFjiXbS3MUuX3imkWNmQv9Rzz/VYrIZCTNrLo4Iq1jPJH/Kg7RRrSJAzozneWZ1GH/sks+iINJpTNMDJxMr4Poj96h1BDh7BoUaYptyRAuj5R5cBPt6WvfTIsqKYbTe1mHxcjD1u1j5BQZ5Cwzx+a05vcLdCFtz0LXPsQBTVBi3zV2VeZMlEOFYg7bjQiv6DGfNh4nMXVLoAYj5CNq+d7HupFLflxhy7eMjDxK08/cAuvVgaiODPHRu72MZdR6ZfhJHjZlJz97FYcNj7djiROGTdTNPTU2Y7QqywHQUfc1u4vk3+psisQnKPHVitAH0/NQghM+1Ul7RcGPMLSveYGXfkmVWckyzuDJ6lC8G4MWnDSe2+SmBqVpM+THYLlRavSELuZe0zz4yy75nrSWD1JjZxXSpO7usUSsP1Jxt6tYCu9YDr5/r2miRVStntWarXb6RhNHa3M791sCQ8WCQpQHQAEIt21UA9DpM8XqM2aOACxfT5f7wPXfG7Et0sz2TKmaDECoHqm8f+LzPMXuzf2rtzmBsx2zR62LEQbVm/bNTDZrvvkcGEkMuyQYUx3F097+HGDFm7s6yzRLL+y3jdcaEMeh6E9asn5Os1oscEnuTC7k3DgOQbuLR1YvN4KMQKC4zxsxT84/O8GugdCCm6Dsyb0oZ+WGYeGH4piSrZzCruSGDuZ3Rx6GrlNuXb/rz18SBRX//LCk7UH41qUNDLLID0X/BAETBoNjjc85ZKiXLKudU8xW9EFdzTBuclnJvGVs2GTPQmVgT5bLYX5dkmSiupFNSD/EpVNTvgTBk57+qBI5PEBKCiwObS51w57o7xjce5DPthtayO+/fr4E99tRy3ynmwC1K7+6OhpHz6ZnuXm0GudO2xz3I4pk3j9JE2wE32vYAsQNkirDRK6q1ei8Cv269y1UHCIZPWG4c9TDKKZ0h6n2UZ/m9MpSt8/xYFlM9DXHc56BEANNLYZKtEkYkskatkOlujkHj5xlEbnBrhztZcBjtwAs0dWwCvZJUqCHY59vCK8TWxZozI6bsrJu3SBgRa7syg0NjPWJC+ATsdvZ5h6uwloytC/m0KdUiuHSFyRa47ozZNCvA4U+A/cbo3ph02UMq96ZLf1a0d+h0rDVoyGrSsrwzqkszrmfbgDOVOwY2bZqEGIEzb0+KKW3kGjMngDY9HQGkBvkqX8wYsilZXGva/LVYstcz/HguEEuGDn6TA//8vcbsTBrtz5j+KQCz94zZpwLMUkbq0ddHgQwDPGbM+qwux2PGjCSEof6M2Z5HpJivM+/RfXuk7mxjtGEU/NzBZG1/RjVmHYjVzu61Y1U7C9YPGdWiuWSgjftPqx3sdWYL8NJ/BP7SeQOYcXg0EivyjeFHL93ojvLGbNlx//P27Ah1ZpZbb9yPEbnKI8lg9lOWPxlxNWLCVAMnjoyBGkxkjV3KeCAvlOOdWxouoK3faNlCP4AyG8ktToDAqfNVA/to23qy+eojPjqP/FbYHEOnp2GIyaOVub0+OOErmzLYrXkMrAZCJrA9fXR5b3rRoIEDFvLqIsit49ruQIhgAp8Ozhw3Hx1fC0jRA5/J7KwteXPjxjfO6x3X2+wj1vgsnkDIQrtgLcPHeynLZBEhYw+DZVM5ZNs5dwvsRAc8RnWRLh34CdRa2+vs57rL+7FtMr9pE00BvDnc70DLAuPXrp52cYzvMUUzcswQa8Yyp0Z9v9zpHFe1ZcAaKJ119m7gwOnpUFdI2liXxC+GcAWZyb4nXUQPXSEPzCqXbwXbe+xxRIYp1JERXKJUz3PLAijzfB7yjq3cOi3uUCZnHA0mwKXHcph+CEX4yl6hoOBVO0CvmNrrrorozNp8z8t0NqyKu0m1k5o0ZcEwmTFIjVrfvyp2/WMdZb4qIOOctFqilLFQTZrdpY1m1ozvC4VNrw6IhTLLejw6xLPU5d7odF8uyITzj8sNVyb79Rgxe0MglixbDHj1hC9aHJLQDsqVqN7pB1Dfm398loDZIwANFzVmmHb5Z8AsZcyIvWFzjFBvtpEaBsAmoE0t9VWSqCzbWwNmmUX+Zp6J46MRi2bEnjFDFqzvef18nplF7Hb8IpVkYJgyZAkQ07/iIAUUGRNmffVg7gEsFvkZGdXNDbW2rG6ggdac+YNYbF3AogYyuDNSL3wANrWTpGK5Pm9IGdvDsssZQ32Zb6SM1EkNAM3lvl2RO+V5AG0uTEMloeOZnPGA42lIGdcIaiS1ZFjqyaInXISLbV+Og0bwyRlvMFTtUeMiu6oeuCFrF14lnaM1dmkhGZ1laRbA3JCtVQ9zKpi1a+0bHYca2mhWB6ipZN/d2SRvmjHvAMQojc5rzCaroi/zicxGdl2SkT5JwfsyXQJaLWp9wxGUy6ntWQNF2SDtNNewcW9q763C6pTNziM9daC1rdRsgrI+iFMDa2KolbTSlD/YgelgIPsl1F0ZjXRzA6AlgVq2Ccg2YBfRHDltTTHjWg9LgRmCvNEobBeL+YeRGMzEpdFCDVmBujTO5Wb9jWVW+fzzIEJIy7IGAVXWsqhOqKgysJRo+n/W6S2Gy070jlELctNMIREarNOoqziSsrsMsLX88K/By08FGih7aq+BLSOGa1t/lnTZLalPw4O2mLVElo0/FwJkwaVRJZHq6lhCXdnMNZs1Z2ZlgDNcSBm1ljI6ifanmpHjIgL7luX9xey0PRv2Jq6KjwCtR7+XTPvpFfa1u5SxvA1L394ze+vA5/a2scrbXNm7ZPSRLfdn/syfeTYrlr3fySElMHpxRryax+CNHSEzKaSAqQDAtOaKlmOZY7C/17osRGMQexSg6TK70GoJeR7HUYHa7hgy4NsxdT1kWsCwfsfOWE49V9lQcM3GZs7AkOdALCvL6rinIjH8sBV0qRpwKbnakf3LsqtsLjgmqkX2oP6QaDgFeTI7lh2gRY9J4BCJdMpkx5ejYtDcslxeGIOlVx7MA7NWyCbElnDpullrFj6dXzte6wBg401nVmp2rc0qKEjZjw3AI9+xPLTazMjWX8PGQeGyxH21nmsEkj5+IE4j9BzAHDuHdQBxg6/HZOwXCRbDKZ8sKWR0WT+xiJBBBMxnXWiH1OKuaIGkzY5ha2g1OoYVCPVqvohubbGDIYDqlpvFGB+vyY4NIL6ctxvVk9n6Hpxa3Mbeg7yR6848iUpIe/4jKNfkjGhENHdHJ1gpkmMWHTQsMGURDsbAaE5SQ+ALLMjELIsIixnbCXtmEglmhHO8j/sT+uLg6UBKmsTKESNuJT507KQ00fxsKN42kkUBQ6rBHNkBhD69AIf9NLh9eXyvZLaUkknGktkOlJgvUcMQrZVbvncB2IoJKJNw68VGv7FlXRJZL2rParTVL2aDDzuTMpYG1250vdZl+M7eWhaZzsczgRgeAmX2LNYs2cZXDP7TZo7Zjhl7tHL+U6oxe59j9q1jzDYsmQKxh6SOyro1VqjuAABL78SdUGvIljaqzPGZro0aqgw1+biqN1OnSZ+uHZaRUH3fqKaM68A6Y8ZmKZ35Gp8flR92lo1kjGhsJPr5YPasyyo3TNmsb/MV/1QPvgOnqc9qlW9UjoV6d4WvRRgyj9lmQx2oKkCP9Wa+Y/yXz5YM4Yglvpp8GDFIgznjIrqa5JiRnLEHS3djkODI6JvjZxdjTbaMgLvIFTVEerXw4KZ6CJjuLJk3js3Sb63paUjirLn6bdRPeWOPrA7QY9RJHyYdbJoRTCcItBmbYHgCYgniGTM61JElzZ2ZT4MPvzNOs6arS+smsJx1VtbqwawxWS5AD7EcxiebdJf/eWTmBm6cAJGNT4JM1KY0cqybatzutWOT0xzL1egxM5tq7Zx34nhCp8GmWQSaDAqdj5EMJBgfM+s1Yyy4m4DR2v4PsGee5gp775B2dwmopZ/UnZUbGYEgYclsw57Z8hs06qrFKrBVzrgK6Ew8GA3suGhpwPSePVvjrnMwpv0+Y3MPUOxXSQgdUQOamgq2XOZghknv2S5/KU27rVln4FO3TQ2xDSjLXBdjnHewKBlU4Q3Aq8Y44cN5AHuuGdnmh/c8rU14MuAV7kybyftD5JBqBHIgAr+6Wf5Qxo5AKMske4aZMns1C6E+/zNjKaNJTZeHBL4qTqFrePS1sccjQGsVSz4uMTyTKb6mZHHPUAMfxhyzM8liNrypnZr7E+BtM1zvOgP3kwGYpQHQiCYej64jlTISI5ZJHEH1ZvagrX9m8JFJGU/ZLUQ7/T6/ZC6RO+MPBp30t6zjgm0bNWeUOcY1ZIWkiCMEO2HUTIBYkCRKrRnb4/cNl8DjJMAPQOmYgsmbkTfkOMsgDstwnRm/dtJpAQ6emLT7dvWr6MivtI2+T8zW+rIA1iotQ8HSEGDGNWbdejLbCT1uJj0OP8tP0pqx6KRXESVl2Wb3wd61cWezYM63qXIMhxzTWiODSG28sWfBDf1aTdga3ud6Xgv9XH2EKgW367GcKzZVUMnDsg/717lehS8PtxONRmTmK/hvrs01jc2LosLnHyRcN9uGZPax5c/bNGFgXbjTk9UGG0CpL7PS5I0CwhTIQTMWPFA0WsMSOStLZI55rdlaKcbMWRFwFp0Ye3fJN+wZs2OWsqs5ecSDAUtGM0TWmFnkW3Rl5JKpktWQEYE5MLLN02VZf5WWSUGZZfdSy9moIGWUWjNQPdor/2X3HuVVF3wz3/Rg29rmR0V0mWRSmbdjZ7kv0kcT8xCzjUHIjYKpp8yx3LqUsSxSxvslUClM2hYGF8iMPRYrHlrv49JECMC7YrOuWK7XPPPbaQ77ZU/4dtJe+7LE+tmwr/T/dKSM72vM3uDfVbZYAsRwxYypVX43rLiSMnY2am4y9LJ6Ntejzowm0zIr+ey7dgKQ/ATEXX0vMHhn39nlmLEdfgerBPy2ksakvmwBrXw+mqtmBpAtO/aJ1NGq4hYFOX4GflZJYzfQG68+GbIlj1nUf4ynsJO4qDPjjj0bujFLBqTYatJj/dmQPiZOjSnz5atGU/Od4g95vd8Oy26/7sMHO2/fOjHqaauLSLFS19+X+jLdUV8kjJ5W6Ixt1uMt3wBxotK/0rpeff98fWuC1wl0EDv55+3Tm5YiULuuVnVKr2y+6NJbPkNQnpu6ZBltEfBcNNwEmGmIFpt7FELXsChpJCA23SJd2mWLVT6ILZtLlcxVnt5bqMO5swtcM6aixzKkkwjWCmt3UtmyjEemdIbgwIhEtrg4LlJ5kpNJoFO/vlirM/MclI4sZzLVhNjoBwkkFR8FKxMT+g+ONBlbZYyab+Y2A5q7McaBXzBBD+YrT2NQlM1/5Du79wcxXv39gdws5CjRLITNQw6cW+7vzEG6CcihxiDTCESljBwmzRyW0/Wo5h6PAq7nmnm8DZYLb/87v2Da5ZdNh8AumDJ9ir8HZp8VxswShuxKomgJ47UDUpxXNqSMBLwUjHGNWZAobkCWJ/vzWk6Mj057pOaMWS0GmUkd2K7urJISMYDVLn1s2+CMM2W0WOoYctKwkTxq37wrIbGY4Ue7fFPckvX2gSDhG4o/UCnWQcNY3TMjIZWqusqTIYjWoWW46pQtCz2TukIXLWwzBWGZwfzRdiRFOlHCWMkJEhsLSsuO71lP1wQi7WMI9FR1GDaDqD0ETE/jj7rhK+ODYQfegvCy1jjmZ4/s457qMkSjiunxYWLqIh03V8fCx9qi9VCuRheJyQILh9XifnAsbLiByBxaUru3Vj/ZdIz0s2Wphq7LHU3jBjTDKybS+fbYIHrqYCnZCyfel9+csGgGWcb3XKbZ6u8+SBGiZjjLbAoKom4uiG98X6+EWMUVTfFXedW0w2eAZmLb3ZPPbosQUtkzE/85D/AwZkJlHUmz/FK3E0CWucRnGWedwGRgdUs6z2CGrL13IcOUI/BQa2w504wHEeaSmC3o87BPtl3tjGa0ZH6YlpiCpEHVu/lnTBuurTRPw6sTsMY1aCx5rLdmnx/ljP0ZchtXN3AM4BaZsszYIwI0e22zjh1QegS0PceA5jUB2ydRymgno8nZGvT++znMMXuXjD6y5S7s8k8Zsnteji0Oh2fr4mUJgC3AqwMN+i7XlCkIPK0j41cOsb6SQl5Y8LOD4RW442DoS9DW67ja9MrgqFnjd9BcEWvKjOWEoMgBAnvb+rOEzUsBGteipT1poFR9KCau8uk3mUiqcRlVASr4UqIJGQll67wHxvRXdFaxBq1lhXKe1JmZ1JstUkaiAZ0GxAKztrGXrNkTYZU4GGZdWdwzWzisXY3ZMbueA6CtcdOVxjQj3DMy5fcErWuemQHwo1IP3jbsjJ1McuFRyE49uwBCuPMDLBFjZo8D8HP+nuoJgwT2CAN2tb95Yzn0mvdxCQ9Y2qv7GaOxL1p2QYMJz+UXg726nd0l8chhHAHTIGdGkAGIUDBB6ijIMozy+MKV5WM/Je3cZeljha7gG5EqLGW0ZpvgYou/5pqVhSmb9X6G1Y9RWLKN/4TiGTvLaNYyriJ1ZRDZok5XXI3IjPFv0T2pNzOIvaQAFbc46GJlPUMcKs10INd5HVhrvyCDAWqbrwjzQHyfTTudn6zTLC6r01J7fkTDkiyo+igrINvUmkUpo4dBAn0yFBruex1G7BFQdAWUXld38FxwtvvOzDErF9Kjs1agdzbe2+V/hhgz9GDoDeO1Xa5L4UQqt8gHSW6XMWbAlOilwE1rwHbgiBFjUi+WAjIGflntGLOEG+nhmdNi6tBI+6WujMwMVgKNNwFU3RyEAZ66U2qbnJbN2MzMIr9uuBkKphYAhtVVPsMxo4Ml3hkaCxaYMKxW+YxvXAaHGNClHepdr9JF0uKeM2VKe41OQMWaBVBn/e0OdFUPtueB9qsXDN8yxthB16wyySJ5ccph3e3xbwmYq0PZ70lIdE24ol21X8xOsvbwnnJbMsdA7MVP0GEUzty6suaUkNZxx+yQcTj1vCgNLmBEXR8DgGbTP4sxBtNUYw/Mhvej0xlLEtBNKNLATNvaSY3o3ebvsUluncBNCG1Wpq9LKlsHbZwpDvLmLdExNAXDRllo1OBKz5FhcR9OC2fH9Sw2MnjpQIOla92MhSFoD5zudvlDyljoPaJqCFitAY16/wGg4YQ9XUf2CyACQ6P6Mdvmet3aXx1ruCVm+jGmN8s5y1g0NijJBFOaazwAlgA0N/HOKOvnUapFh/1ma10d9PAbkK1qwcuWgX1lk0q8txSLoC1FmQTKuFju2PW0LXm/6YbbSXdewV2KiIFtbdprf8cu0HdJwq2p7qzc7qHTdg+dLsKYYYlBf07g8zkoe4T5et3vvE1m7OzfE75drvJHAFlaHODA8b7G7F37d8EuXTFpkKyw1LJ9A+z6dd3dBLP6sykci66M2hZ/wG0xyy47zTjbZKPhxO3Rs9oxiIFIZoAix49rubiejNdvuh+ScdYfPbeMFdNrgNQA7NgItdSXZbd3gYoLwJDFaWldWSUHelHDeQuZDmHILnb5ntvpJ+qmGEd2KslWm21EOs89UleDHWN+SeSMPWA6IE2LRXRMCy4FcTsVwwq7LIjmqAObMGRbdSUQwFUdvosOwzH2ywJzdmA1MXacFxuuy7gfs8MNkNUnIftx2BhA1REaDTKHGK6PWeoBgQpt4gofqe11fsc9oA/6vgsrNwOzoxkL/98ChBtx4VpfFaO71prIcTz65WuBOYOvdYdsEtNDtTsKC6DJ18uz9qDuBJbDF0JzfXbI+eH9XJK23EOtSgDbPQg78KXtqDKDwLllejMo0st3TzrGO6t8D+YfDhYNMhyKMkNbrEEwQnePRbC4Jn8pzFsHAmyxH8mqGUMOM+82vy85YxbwDBLjQ3VrbAHTRoedr5FiUXF61tHtwE1Ur+eEgsmgXVE3RssRp4K2Q0DYo7SJMl04qT9bgB414SE27XVr4JLpWY1aQXtYSwZalzTeJjAr4Zn0Znlhb8t047mM2Nti287Wd2fMblitsrC99+zDp4/PBJD6XDNmD4ZKb+vSZD1+IWV0BWFk/gFQiPSJK+NDjBmBHtd1KMjKGC+dtvlcEklgB5b1GcHUwR5/V2PWjxeBNOs1Z2ZmHaAJixdcGTfsmW+ojMWJccuYYVNPVjcEygakmd9BGAphm27+Ucn4g3GMz7KtxcBQalgqVs06tHIukwTOar3InqmscQlhS3zxMyljbY3oOxkYNYjnv/6ZdB4hUMqDQ5+PGOlzs0y17agNht1GnZlWC9SEJTvbCoI9vpyVdr9iS30OKp77bWTIMG5LNlmzzuoPJsoioDHq4Pd8tLvSKZo2DHUAhT8zM6dHHdWX0OneNqsWrPXhtQVLj6Ub40YAg2zvwUxcywrrh8QcQUs83f09Joh5iw+Ao5LNPgNhM2bWfLCFTsyeCZfu8JAZ148ZdLuOEaaNMU3Zsgh0ozgXNN0Cl2jtd6FtGZEJXNTEjNgiXYSEa9G0YP8njhSLjca0APFNoHQma7y131yh41cGm3Y3/zCSLk4ObjWY9+B4N2HjWglYlqETzSLjCDfNItuRSyjRNt+lPKvYavyhsBPJaTDLsZX5CuZyDbMnTBFyVoiljZwb4CJlfFYvPHNmfHQdiTXmzunxoXU8WAN3JJrWs6Drgy6AWlBKGXb32l04D1t/ffD1XID0rVrfY4zZF5Nfgj/AkEk/5tMy//ja174W7O3fQo7ZWw2Y/qwAs2eAr9N5z8hCC1LGBi4qom0+A6ZQY0YL2Bm79Qj42r1/5PMzpi+gDZscsy5d3NWYSW6bE+OY5pjdywA9GHecASwFZwKkdZkUmB0X9/+AxaTXz47zXqV1DZzV2gbhPKr9nIwRucjbyZWRQeO2jamXPgMdJ5t0dWDcHZaaw5yqVvh1Ik2w4YeCQ1PcE5FlqA0ascAySu9b7ir3T4ywa743kkhmWWU1VK/ZBo1XYkAskU7VeoyTaFZJ8ucDhNTQCYksTwddtYOClu8zTmvPBGNHfl87Ll02hw4UW/7XOJ4W+3hD9t2vQaftOyb6Q1zP7AVPsOLB/vt+EfpQO09nVcDJLd9Cl3tmsqFlfvkarr2YelImWmt/HXlkiGCL2t6lpD1vrrYfppk1wrOOiKXpzFOpHrTnrfk49mjHHIj710Gek5ebixFKNTF9gQFfKEnPn0Kmi6+5ZsygBStAtYKNLFRCFKV5SkgBmonw0Al6+SJd5PwnpPJFSzm6aNS/OqaGfnlmnY+VWFpIprICtm7cFw499lluZyDWZLTdLpVeOxv6nRlIRvlZtJZ8daEtyVr1cC5F0q335/YAE5jgj7bFnjct1KUhuDkaboM1c+yzwb6VYOltsVxvckb2wOzpAG47Z6EH/gW7/Ap8znLM3iWjj2y5H/iBHwggR5gonLBUCxOG1fzDkhqvnZQxZcx2rowMuHR7CUhT+/ytY6POy763MRrZ2uCfzEuliBAESvNG9ADJFTsjNxhGZsloXgfhaVvIij/cH3o7xSnydB/uf9gWjSvo6R1icE5ZGrgciSc29AAI33iUq3giXfTsHnXpVqB2+ELtjY3tXBg3zoxjZxBRIyA2ky6Wkp7XwS3BtgqBfLEkYHnfmS9L5MEqRULbCAeNhh1OgA0EzHxDmRoJED0B8fP4encSdB9RCTbYnQY+mtQx4GcjoNIukl7qZ+4ExmY0wmBvWpe1Uui0O/F3rG6zSc9yIPQd7NQBWuaJmFI7dxdA1fbDZ8DzHaRUcimsA9x4uz47g+Vdc9jsTs1tyiw7ZBjHa7poODFitNcw83Zo2ScScKtUb2bwSoME41i0fWkOmx2cOrT+j8BkZwGtjlH0AXbd7tul/Q6/hVHTV8modI7aGIdfpUwZuYr0lGP1i1d3xkVCpFe5Xd5yitSXqa1+DJnujNkKTyzhmnzrXXdmrG1rx1N+ptpNVPxi5CrPiMlk8F+DpJc/mwYh9syOsC8NVJaJGyvLBIhXkJp/FAJqVUwx9LU8OK0mVvUlWf+j382Wf+76TtveKM9a5jS2469lCae2K5Olb/G/d6ktKzDDxzMsTy9o98fljHVQZu+ljO8YY/a6DNlzGbQE6FUCOW+VMVPr/rfFmL2u1FFcDhd7+o0rYmDMfPakuCaOAdww/8CUfw5ZY1+EpiOTLrKZCLaeiYsFP88r9UobtykzGiuX/lUmqmQpYwqFalKqdfX3nBFCBkhLw+saOK3h04oyMzf9ETbtpNlE7jrPnL+/zuhpjlX3F4ALJ+YoQ9RYG1SYtWZOO+UbCGhhHhuJeB/FGZ14mA13zPsFb2AHx9plgg64RwkZrI5SMC7DMk+UoJKzNUvaLMgqp/DGSV5oZPzSWThbahUj50QttXoHY8wQ0VcruHqJpYZsZ99pujo61zUEb3f5ZRX3VCNjkMmyuVcBjRHgj32xFCOhHX7K8u0mHLvEBxsWH1n3o9LR83VrIHzeQKCYtxjIldHuA9HdTWNgHEUBLh16zwvlUjgw9zSXZcXw6ZKwZyX9y+dEjjzCutV50Siuer8Xph8SBqz3pDIlW7eBG9llBVOmTqeiH/YbNiHTZ8yZXH/p2ViyKjVwWi0ksXJyHMAWjv3t3oUeF9PTOs1P5p1O4+/envnd567j0bbzX5HXGx2Xp/vx8tsAZqyzWB739rxnFt7s0Xeao/la4P9T+O4T8E0ZFcBa36B3y+zKNwfu4aDvgdlPXmD2UI0Z8lyyysxWa1uhZT1hchS8nbYzM/ggQJOxYM/NO7NdjVnCLKXrSOzs0xozki+qXf4Au2YWmDWdflFjtgVt2ptOJJG3LS646vGT0+BQeGUMGuEUd5DlxJzGLJrip37DdzEfSO3NkWlzMBsx5IMEzsJ7djAhm8luOclg64CALz93bOScM096ea7j9EvXnzq0NuDTVZ3ZQcG2UcpY298EWWXwa1XG5Xc1Z/HZ0f9fARzHsaFgz6YaVKE++lzqL7ouGqaRWLBDPwElCpZOVnayye3GPXnWhu15DAGD5ys3Eyo5C6SKDQtmpA+MNU+OKtnGgtIezKELL2temi7Hfe+6vQAAlKdWZyYJxMO3vYcIkx3+UmOGlXVLuluGGB6tnQ9NH0NgxnJp37Sl2C/lKQcFYdFc8ArLHj0cFheGzHz5ylbKyLimiLTRKcesM2e8WgZsC2BNiIKdo154EJkGRvPK2WAnEU0aBUzzNLfHQRb/+W7eBij5bQO0rrYl8z1Zh+/ax+9L/K6+X/6svZZhCjK8r3w+Ah8Zy72ykPIHQdtzgZQ/8P7TBIERmPkzWgtmysJd/nOVY/au/3uwpsxPgqT9ikGjzLNTV0YFigy62nXjJ1JDz4BTstxYsdS47bLLtvJFBnkM8M5cGYXF24Gz7C9zZcyy0UoHXaM/1RgzdWXUc0bdpaqgTXtdZlZ930OzajgvXJLPnqGASvOEJRou80mG2SCZeNO6PPegEc39FuafJ3Z6pVIHzT3Seur5zz0Z3kGnULZqubEHLNdiIkvetYs7/YRfDI0gDBiyUUt4kC0C0x6fa88OOnkdrh3oMjgnCAeCW7vHp0MtuqvXWc5HdXNZftaEnnVWPzUG7a6Ka3K9unbkfZEzJkCBpmu29H1b3FYsIG7IGk1KCLXGi5DFYPDOSqHp2h3yvgwexR3tN4twr14AK+GeylWAo5YMKRMIMTBUkGmUoN0BlwkIZJNEF1wFBctBPTmvVx6MiOeS/N0L6+Skk16yURxoxgJyKVG0/4hjKUa1lfsam5WQMqkY00o0rSGLIzd+UdXmoe0W8Mnirs6HMylr2xmBhLGurmyT2Ioi+Lf7AocMs36+ixCbWFMMPLvHa8yBWxLSfII6h2U+7cgO3FyyWwKCAhjKlsvWVyJ4WoBUoe8Kw8XT+rp5G/5E63qS1zIZMZfP9RazzFDg1e6zOzCj8un+rH5AbJOO+z4Cop4D5PyZIOtNQODZ+iYw0zj1vJcfh9VMh23fSxk/o4yZJRLCR15P67NwLmVk0PPGjBnnmEHs6xOglGZ/Jdu1Z7Bp24yzPu0kAy2TNt6ZqU2OWT9mHtH1wvAhCZcGuWGCDEME2JWT+2SpWS8ku/OoPX6l2wfHfmEFbAcxZSpHZJzTR+KqRX8Mp07momzZOjOyi4iLXb7WlxFwsx3SFMRYIZ8NadKz1wjaWIep4S5+etiXB5l+5hjoDrk8nBIfgkWVIk6rkOjneM2Y5ZRlPXK2ifvoe9him07za/7jOiUx588InGpn6GTP9XnK9JyzS0P66Ltag3PW8dEj5MrWJetwXJCGlkhJ6yMM4XVjc87Slry+SdF0lixLOSYmrPTEY09s4ujXYednKcKf6JK4ly7aECgW4cRAAdO9Y+20lplVpgYgOSgrgAx70HlnctKScq0da8Y5Zrj32Uv7zFFgRbPJfJYxFSIzx6ZKJC4DICPhVigDLDzgRqjSyaACyqYlyLI/EsvtbiNsmjCnQKqs76+YqkUmuJl2tb4F7JXzaR1sgQBWkGsSCKsto2yAsj69nVCnwOl2XLsJ8XhOs2LfEsssy59PV0DrTZm0T5Npe+767jVmg65FktshY5WOGMO+FD98voDZu2T0kS13BswYGO0YMZybf5wt5wzIBDjdO/ezcYZoBJKafQiYymzxGbzgBLCE5U6kjbsMNbXwf0jKSEDprM7MeHo/hhQD0MOiTYDXIlmkE5bWuGHjysjMInKZY6m4BmJBScK+GpUyzGoC0jqewVqOlbFnoNH1gGEs4q6lE7ncRWWCMS2n1vggkNasJK1GpuzOLbbCaCbTuDCuRvfFnfd/Nljvj4/G7SSL+XvH0WSMkR8DMNwXGa5VYGsAYids2fr4HIMXwRriEeiwQxQ9lFiX5jAwpOWFttvEdaPCPuRfnGyhPbrC013Pgqx1WaqJe/ZOncz32PfNWzKjC86tzHdHLgZH50vRT1VdyHswVqEgaROTj160ZALCxjLc+z+7kVjitGiBvyohdNqE+4qWHt2RsQxxsdaXZRLGErLNeAvREmZjU7IxLjQGWBlrJpEEdqM4FPLNYLv8UV9WWtlfx8aFmEMiOBkwKkBz5QzUDp9HUjSAzZFQf7QjOKYrIzNmqUzwKX9/BqBOl8/Wl0zzZP52WiJNVIlivc3A6CFN7NNKBGLd8MNnpEB/zA0A1gQkXc54mJQo5KKafayL5V2QM3btkUHL1wF1b5O5e4In5h/hwb/S9fvR8feM2WeIMTOsEsZlejIvrd1KwF0PQ+bx/SrgqwhbxnVVg7ViQIR9+HXatjPwlQCnR80+svDnnUX+rg4tgC/k9vmFTUEIuN0EyCndta2Fw2omwqYjWb1ZpswpwQsjI9Y9lmtUDXrm20tdLfUH40UdLbbGD6o+ka84kVwcSGx531hG7akTVs/G6WQnOyoMO3G0B5wmYZvUk3mshOblYRFpPkr2PPBQyaHSZIZibZk18w9v5ueryb4TWzbT0yqZJGtgs6f3q3la6tr1ZkdEKxRhEM+rdcdC3M0snC4YL3RBke285geHJx8rVQVrOuF4bWhleEm5eMMe3tkvsz2e3BfAFe3qEQ1AGHhRe+uaOS2yTRfS2AVe+OmVFL7rM5OMSd1wzpvbpJ11cch1NPHsHM6gMxGvSqd6SiQDE2StvqyUyIQZ1ZwZRL4ICaHuv8OCswwhl2OmXodRXOgBuu2s4csiRSxQx0UP/BKIb+PYa8t6dMiOuF7ORvf2XYTVwDFlxT2MH0s7hKVIx0wMNCGnhTkBnsaXkZVn3CQX7aayamU+iCxxO/HbU5QRirTw1CgjYcWYrfKTaYHlus33gVHTaSQ7RCZFLOtyfpPP7Xh4dFxM/9xSdcsAZ0ZlCSYDsfZ43dlVjdrrgKs3rWl7nTE2ev80GTPGK1ltwzLClRacvXXg8z7H7A1P+Ik8UYFI79DLdD/5jglA20kZFbAZuwf26WwGssles41kUuvHmF1bbPwz1m1Tb5bWnyUsnOux2NjjW1b3JTgp2Oar+QfLIbskVAO4M1ko78+oL4kd4jj+vrYztLnubkzaqZXSq1oF0/BnzWXm0bTOkJETI05IJqdts3TKru66mjoMUAKxhrGRM+PQatJrX/aoot/wqNkYO2eJ+YcnCFQMDB686e8KqVdMrMJEzjSrix0+uzFa8i3toHsQJcYu4D22gevx/aSc7lgIoYDkuTPNo+bHPCo8y/MSuJycUmTfQEk0l+e8sgZv3S4IqSOKU5YzaK9FgIVtW6LeNeHveo5byL2wTW0myTx9bTXD8bufznSA3Dy0Fr408ou6c74nZgcbRuFZIXDao45uMfbwyKSVx0RL0XlxH5hcEvhURMLYuJoGB22wZGqJ74OLK0G+6GRHEvk8LL/DhcOU813UO2NTa+bsm8E70P4GU+YiXRSMXOh0dCmjWcTTer1b1l1dRuOMKDzeiRJ3pAMyIx2mU3I2bj96WhPmSQ2Xy/ts2tV3eL7f1vfIDDqeTgw7brFGrIhM0QqxZm25UiI4A6eJF9SWQxokiz4dlavfwZk35uwQUJaxZcu0ndgEjxmL4IQ9O3uP11jX2TS5k/zoE/DJHAG6rDPjB1G23HvG7DPEmJ0yZQJ82F59t47MMKRg1pWFmrIEDNQMAAkIYgC0s8j3MyC1W2fGLGk4dwLIkLFTF9O0Jq8Qa9YZM7j7DdP+vksab2zJ39nFzJWR2r/cK8goxCRoemHIkmlAlzLuevxs4kG2+Py59nqzW2L+USmDmUfZ6Ob+SLHwkm32cFWuShWxhkpz2LSxdT5rMv2u4xlPEU+eNJYwaSd9Pn/eON3OK4SFiNmDr/ejqkRKTwDGzowI4dK65bXmDNsdvNeY9dwyCnpuFujsbOEz3XmaEBoiM+Ctiz/IpRrqmZzlaRJifG+Q0UBDAzeDbBO7ierkEGgRQthk0NAZprEPbR39klqMMYxyz+uwx69wCtzmzLT7znqV0OnO3zQkN+6+Pq34OV5vGovM4zUrHiY1zQM91qIDVu+/+3HvYeEVXdboZPTCfeh7jMA4ku2AWMuBm+2Z7evxBuA2NjOYkGRcqFCKM8sUCTB9AwmgXgZGPOyDC0RPVIEJiHOROEZ+7O6Q2t/N6OkM4mWWIdHAH1BZYzbIZr7ilADCgDT52QiUeRWr/QbMOundwRlj3/FZsbIlgFBxegrMPLJheiYc5wYgISGbpz39IaD8tusarl1dF9ejleR9Mi1l0kpk1XYsGMrKgJ2xZ/xX6cT2jDLWtw6wW2YteI1GH+P57Sto29WdnTFoV4zaMs8e6C/g9WSOb0vKaMAfeoJ/NAXDpnoki3JGKoZORPtdyvi5Cpj+yQDMlClLmDCVEwagsWPSMJSMCCxQBxQMqJQtU8YLibOitMkUBOk+Pypf3ACwHZhLt02MluabLbb1ZnarEy1ZYlRStOZMLfexkSjKspkpSFAlEVh2YS+jlDHJJjMdiSejDy67YkyzG+7y2p4FvnGSt7WeDB5vvjqOlKqyDHmgsz7UnWRgph79hDZ3tpO7sDUkFB94J30jpvfUeix30s8ioaNtpbozYhEpogkLuZ5shksjZEzV7WPNwEzY3FJv81Hr6FwPrNs78S7MycgwQwxejnijMUU+8rDuGVytwz6Ckzlo+p6H5T6dFYcMzynAuoMr/mlY314dIGyELvMR6I6G5s3nRVwPQ24Z1Tr2fQ7mNA1y+WSnBqQyznibpiEDSCFguQgG23Fi98U6os8IhLR8tOX3FE4C9cioHXOfbSE37uy+U86cofoKFJ0BNYvy+Jj2zuTwaPdofV9KrDWDogGh3G29ibBrIgsp2TMxZ84sVHspKDO6brnGzII+MEdIemcwAWSr7FLUfYjqbliuAFTvjCUirL8n74wBvoq4L4pUkbPRrKUvQCWNZ3JFCKKjsPexE24rcPPN+5BndrvlUsYLO/qrWrAzS3pcWdaX/fTMvKNSvZgyZ4EpK3E6a1M7RdrWO8y4bGPUxbVmkHozYc/UHKSeMGX1GUDtTYDe6zJmV5LK9np7gn1M3LPcNVQ8fz7Y+blkzN4lo49suT/4B//gFphlQE0B1xW7dlJjdrktWTbknu0AGtvnZ6zeRoLoJ+DMNtt6OPNMgdoO3CbzrQMyBq+y3kLHw5LjG6FFziraDoDuZIzyaNNul9XkjlKrsGa3eHcyNf5QcFaJqrnNgOmEUJuSCJe4L4vW+QPT8DjT9h5G7FVvYBVnRudcMwma5h1ibSZLFrch05DaM1uL8dIYsPgYcOKuGHTNB1YNDntOqWSZfLHCSEaFAdEgfJuCNkg0tdH2YmtBfBvgfrRg6PuxqASMjRR1jg7KJuDxlpdlbX4vsvKedtzA3B1MjZvdvc/VtLEuAWjMAM4wagyYClQ4DdF3oDDqrroBiRNkGOyPNZVsBylGdWTeM6MHYHCqnXMjkGOzSs1aL7qOR/ccrehMHPpxG3jnfq3VBmI7YKrB7N0HCzeZLg+q32lvbwTEJkAbLOCIGbAgP2UCj8/1PMb9eiFGboQhWmPi+JzarEkbAdOqk8OsmDWLWjlOOO634dMRHgQIZHLrtAB8bAmdLiJEvMFGnmD3W/TUy1HfszQxzzXjyjfPtK+ZVBEiaUQEYraJ/wIZfnT2rCSGmJrZNvCygtlbJoLeM5Kpf4LJsRpg64g2lCxhtKSVfnsBLzXafiZ1Yb6rBdswWYvl/YbtSr97O6kZ29SLBWdF2zBlJTKHpsYfZdxbh3Jf2TAuqyZwFurMbAVgV8xZAGT2GFDDA6zY1fTn1qVdsWa4m1G/aOYfRr80SKG5R27YLFrf8Mitvc8x+ywxZlmOWQsn3tWdaabY+NyytOLK7kxPzaSN3ZKdnBk1x8w2dvmPADQ7scbPAqi3rNoGkCl4DcdICbGTz96kjKDjVLqksTNlZItfOpCSPLgswDowYeLCGD7TOfcmS7oaHCrVHpDbybdc5I2uaEveqw3+aWa1C5GkZrG2kTKm9nWIK3EJZLPMqURsJTk12y0HZGr0EaSMnt/1DQ9lmWEjHARyE/tYRwaJkEaQMnZhYw2yxhqg3aw/4273KiBx6ZQfR407qnljsDuIMjSpG3IreyI9Zoe/nYcB1KKczMMXJmWnMWerQT1JEuucVofO0GCdVeogxe/sUwxHs6E8Ccb/SZhy1CVgOWbmMgvrWIt1yWIlvsQcVj1Ea6/fIiap+owKqJPR6+ubjFxdc+OyLLkBqAgIuy+7uh4XTrNjANzObA+X1oBopmrCdEtKjzwJ0NobgTDbVahmrhA0KicM2XRjBAoKyrjOs4DpmGtmxJhl6WhsUmK73A07AWe2yhNDfZmtpAqIaLFKYdK7vfGIn/nUZEDMtSY0y6lk+s03DoyKKoeEkYDJKKK7/Wmg/A347WfMGq4nLI6HanPvJzVguF3Xgp3WiRVixfRzWef3ZYxcGHeGHnwSwQ6V7fqrhlqo9MDW8UdmzbzO8UquN+ufFZApSFsGbK/6CXbh8vhMFu057/EY0/bXDfjTzfzDNmEkYjXlnhTXUoKrv/sMFz6/NWapvE/nKSiRz2dh075xZFzaQiCuCrhzlv8p4CLgk9rln0gbnw3CHpE8Xljqb9m7xNbezYwBGqierNq9Uv7W57VDeCZXdJJPmk7vAExy0JaaspN5peoAJN0i1JExgLFBj57f/fyIBFIaRJkkeSjxNQAZd2w17oq/aOL2sCTg9s62ujLqDgiVOCg9rK6MQ38pVN9yFydnPx7VV91mkkmUw7YVaqynZQoPK0kQ1ccxCiFdxJNI88wsEVzGBI2kw2u2LRbMM8F2pO/Ft3dg6JHt4g2S1N5SBNu35B9fbjWHrGc7swRyP3f/r+PeJnorlqAAF7qGHBdVNweVMJL0MWOaUkanJJxWr+XEprbMQr5ZpSmG0uS5bAgS3Ro91JnFoIKySBlz09pUFUg5y7voL8vtJUccWOGMb58qU0i5Hyw6QUIAWpCICo+wWuUj+n8AYhuZ7Mxio992ABXA00s4bov74sJeab7ZA/VfZ+/PWDCUa8ZsGHp0oNaYsVLOHRehr72u7L5Pvfwg+Fkp60XzOzA7NNvsqu5sA8oUwL2pqyOwr0v7lJi2GxwvJzDb/fPMXNVjq8G9rffA7F1nzHASKK2gSBkrxDyxpf6rgQZw1pYANDuOIzBqND2V010ALBf2jOvZHpL07UKoeXlpixP4TEGgBktvDESM6sY6kGXGzDqjpvPErTFY5GMNoF7OKdeS8Xs6bk6MWgfudYh/HEt5lPnGjV7c5dn0wyh4ehiCeMxjXsw/kGAc5ERXas+9Y5zUppxkZOtOkB4DYvxhhC5xm4L6xSYfAtjoPlulMI6LeNRqf7tjsX6nLvCJfRXvwKsAwyK/eypWmm8y/skVaGwKEiSAEvfbAVlNnjw9XcNQowmgR1EYzINoYzImhFUDWOgmFTVHXr5jvsTIY8GFK0vlCyicvwbr7SZQYqEuTOAKM3/Gx4EYRF+NzqPdxwOZ1YlxRdzZWJHkpJbh0vM4yFEXZiy4bO6wcHLsbJhfTgaNTS1ANYOehYwrs1WUeiGwVdjq8iZUDYOyVTagNYJZ1hqnioE4vg7Epnwxqxq7BcB1w42WBpBEWMekshiCkEHpFIRJzFfq/bbJaB6A7JhqQKuRqCx0ny625pOZrQTn9kqW0OllRwvowZAxZoI+xw53kHNQbdqtwvB/ht9+61oL9ki92NNrMGK36JAYasvKWjO21IvdVoAWXm+TIawJMAMxhiSJdLdZG14jKFMD4iF3bI/NwwWU2cw6W+rONgAsc3Pc1qX5SXzoW2TUHmHawjKGP+VAfQI+XB/+dmXpm8hr5oT3wOwd+rer6dq4MS61Ytl3ugvXBry5hDwHx0FWHlDGmS73qF3+IrXU942dW/LPkNeTndWaXQKwMzOR5P0i5zSz0mrOhuyz1rtokCiyhTXkfVJQ+YzrhOvcAMmFk2FH633examasEpQ+HX8Utu9vk2viekHDgmlRDQtrCJh3GUzG3Kjw/MDIR9G4Yy4MdYuWeRatNa62ovl7P4ahgoxw6b5qQKuQ0tusq5OJmfjaTGFyoNlu0kCGQYg0xozD8JFBGBmwzxfQRqgxvu2JKR5CiVNBpKeTSB9mmzTybr1BuaB3avp8vV1N5mAmfr2duXND/jFJFvAi7/eyVPW+/KpnxU2EWMG28sag+mHgjJfuL8IZAuQcFbW7OttALIyXBknqeeLxUclqaKNgOmV7fHAmsX8Mkt5O1vYMzXiCKHSHH1LLGTwyihCPBE1ONIKiKxk48wTqLQ+jORzOiCn2uCClUHLrCXv4KtpRBrqKLzDN4fjr186H57VkZ2xXHiQATutIdN6MVut7sefUYq3WGwyFVpLZBC93MFWwRIqvbBbvrozutjnZ8xZypbZWq4dKgVeE1xlQhU8CK4eBmFI1/uf2l3U+tG8QJ/TlcukQPb2gZnWhL2FHLO32r53yegjW+4MmNVaR55Mf891U6CAZ1DtltR5Oa+H16tGFcdx0I3emJEKepHEmTAFhDsAxyBKGC3fMX/UlgxoPvoezd4+AKRNGzlgujBQ4xq9TlY1aePROq5l3OOIedP3zEIog0dt4b6d9jaqLDOGZae5gCicsxFwj14AgYyvEZRxJNgyKubpCFPKoEHaZNktzh/p6HnSU9FsMQFtqcWkMF2L2N3XfCwn1MkUoEabuCeaBo4M9sBT5ZINNby3YetRw7JOfFe0ZvETiWLPLtsd8j5PgdnzH0jZCCKaq6KdLXE+CPnM9eQJXA+Pktyt5S+/mfExeAvH7y0smy6yhKu93mr0CEgvPB0/VmDWTT8GXeNagoXo3Ifo0LoJjbPAi50BDBP4dIdZR5juZAqCZghy/+TBmXFFSNF4XyvakEIdHYJbCCffMFGSX2aszyzSv2/4IDP/sJQh3GfApQyfYMbQt9Vcs97gYidbKkA5JGy6s0ed9cL/Fbj9bvjNFhYLVzVj5QF2rCQ1ZJozJm6Lo1aMc8mK1JQRK7YDanVXU8YA0YbwozNltQiLZXFskvPMOkA7xAjkEGB3JEAvlTRe5KDpd05z0t4A1F1Z8yfzDgD/NwdwN//IHgzMnGUjtJZ05fw9Y/au/WMwxPVJnaThMOJpEBhYMFeTEDIKAa0HBOSGfLEzPw1U9dt1t8cfy7R2VGXIQG6N3L62DyZgBxuwhM1yp1b5ff/O3iMJeE4cIblmi8O1O2PGbFeXKXYjFg7pvrFMtNehtX83Cuy+IRqpBNt7NvtoC9x276ndN7oT3NLMYye1DyvtetTXrSG6Shb6ZQVnfWBSMcsYOZM8ZsYxbpG9A8msXKaHf+omx7dMQ3RbREINQnSYnKCd2lLZJmCFCuo0rZtZM5WNpTIGrgpjg3qE92zdwW6MHW7dEsZs9+iyBuW4Fm2KDJ2Yhe7kGGV4CzDbkirZcfBzHomt2bst/hlT5Jvtu4uzJUJJdjDTTGRuWzlk8gz2tcucgrO8Hm/tbVsIJ7i0WT5hqzY1YRtzmnC0wkG6qvlTjnVdxOHpKkL9WtDEqcGHr2YfQTnkkTqyZNoWoGWX8ZREruAsGoaoa6GTlUif6onZhwnMscSz0E/YXwh26QHP4WdlAuDUM0Nt9Mknoh/GYH4i+HgHzrABZ1uDJ1i0xl8SsjdrH/RfZ8mOdXn7AgD8p/dbWcFdmvhA3VdgtG4ny902nxXcGQG2jCm7MPWoBLisrGdAWbx+HNo2/UauyEYDq7aRFvr6p6zZIazZAtQgBiEZg2bnBmKpcYjta9Sem532yHfp+zcD/jruV9GH+8FGLZLcSQfsMwWkPvdSxgup4iQ6TqSEAuoCEDGzADSImarKrHWA189NUie1DK5LOPJDzBpy18blPda8sQUUCpBaHBvp+HnmkijultaNOFrH1Aj0cs0epG1BvohZC3ZqWrK5Rp41oA/yJbTNmM4AO4XIHtLMWQNfA7+wJ3t3ZaSbapA0IrJiISLME8d5T/p/dsJWcNioC0CrPtGlmn2Egrlj+kOPHcG6I6q7GHEDZDLCyJJdI5mS3HRLI8OlNhy9rowzy6Klx6wts2GJH70aszqzGCod44adWuML8Hh9xuzz8e/d8gb5VrfmDbbHjJmRCUihmrL0T2zzh/lO7sYYmep4q5kGHi5SRlvASFZfdt9iWXg0DwBsl2u23h1KAtBODT8ylgzkwggsqMrYEKTSdN9Y5ZN5JjZMmZ3cxotlfj+cPG+b4E1xLuEQ6ZK4lwRJIn4UsP8Yfvv7Amg6Y8qCO2NZma4AuLhmbAfWblITdovGHp2GKicMGeSzE2BbzD66i4vN8cYSa8QelTKydX5Vq/0zI5AHbPVT02c7AWVYUzjPXB35+8DjcsbN+n/Ygf9fA2YfrCDMN1qTXecmMmrvgdlnAJgpoEIMEl7AFlbb/EXm2NdBnauxTK21sqU+AT0GDlXXL7JD38xXqd4AYgJq7Io9e2QaSzUT6/zQwTwzMUmYQVeQRHb6zuyabpP/1PBFgGrW+V3A+CUw82SMnTFMJm/k2rNMASj1aJVKvBbgpTlllVzO9Y448qBwYTUvrJn7BnUmNvpwKaij+V3KCKxIEgniVHvJ4PIoidkWg6Z3DwEAi1SRGZdeMVYW/ovBmwXIBqlWm3Ozre8/BZ6r1nP52mtpEHOnytnP9qSueuccc7ZNFTA+50aN11QSJvs28svszbbzVhq7/9ZiaS4T4vI72aZOd6S65JLQNAv4ctHRcfqxJwDFl/NgGxCx2n9MBrPIfm1gAAGzWXl23/cbog4TG3A2a84KCg3a5G6ufDOxbCCeQNZCPJU5+BZAWonAzCjrmyPmtjiZmDXttqaurByiOZyCWNfOlKCtDoxDvpg4mwyHRXwEt798B2aPGHiUE3v7kgdBd8BWNq6K3dijUiB0ZuhRNwyZZpQtJh+0z8LIDWOuVj+eZpLtpIwUNj1yzTwHZUdb10Fs2nECzLKY0AyMqUEIcC1zvJQ92mvJIP8S7m6MeIJ9OG+GS6C0Cz/MTla0jIEDUd/nmL1D/5hxEvCQTVtqrBh0NUCSfo8ZN3YbtJFwisKyPAZmmM76Z2CKQZ5TO+wMUHUgk9TQvY6JxwCHmZRxU0cWHBOVQfMVCd3a/oHkiRnoC2CamUaqSwtSSgXQSOSO3KOR6USu3Y2lw4CkxzoEF9yyRBdpKEnvJzTmrGOZKkpAfgio+g88CmfxlfGLuuDHQSiPyG50Fjk8usyCOHZiHGMLWcC0R0CmriUVD1YU26bYI0OcLFuM9+/VBMQCeOvcVwk5ZiZSxvXRw/HWGPYhbAYSu4LTjzCaf5zaz7tkai3LZdKOdVqwInEXoEuU7BmDQ9dLZmzymDn/DmzveSILtuDJ89m3AsCH0wL65bYoRmkl5x4ctkhVU/Ekn0/3FLQzH4UNT7UeIJb+ao4ZorxNZY6e0ESho68j05aMZkdpownktADRMut8Bm6cOja5pm4uEpeyAM5sYfAyO43V+CM1LlTHQzUD4ZzmrO7MJ8YpctghKtNCtvkaXQHBy0ooOMvqR7gaJBkbskPCjjFgG5/J2cSadPH+7weA8t8bQOZZdva3Z0gfhTULtWLW2LasXszW9535qpZb4BshagZvdP1VFwmj56AsPOZcasb72KXP9x2cuQC0nalIahKCE3OQkwy05amWDArjARYMz2DN5jV0//cE/4A6H9mz3TbF8Nq6cRP6XDFm75LRR7bcWcD0FYsm9VEAyRczkwwCBZml/qgJI9DDdvvBgl6B4Q5wSRsVCJmaYBAasWz/MxmgsmRyHHYMmSWSy7T/wkCu57tNo0Ybph7dxbKHQG9kkgvg4kBpPV4KxpJ7hiXTymGEVyDujHK34UxmrivzWzIExQyZrcYf4b1v8Ixm2fDIao031qVfpX77WVaZyzyTojnzu5RxdLgrPRFq8qRi0JXdvZMdujCFmNHLs+PKFvl1CBMnG5a7M7LCtJKUMSJrtQrRyjYFjnW00+L5q/UzE+P1xv8esrD353zhU2vPZyleLX/ql2j9V1xMQGwTPu0rEOc0Y0d6jkygF4sGS+OrDqhc0ci6A8N3sVJCmadxzOtnF+dF23obYgA7PcNFUPoCyLJCur5smSoFa0WqoWSLcsuMTkcp8ZQAed63ZSSflpJBqLTUuSRZeJAOzJrVKREcN+3BmAHA/wNePoLfvpzb2Yt9fbCzL7nBhxp6uLBfQarYv28RrGXZZcyKHe2EWEJrMjgsbI9/34aX5nXCDBfZ3vuFlHGwZZgyxiFprK1+jNi3Y2elj6QO7YQ5qxdujVvGLRlPZuBWpQ9S7QLwxb8PAPw/JzDDB1grOi/ECNnw5fxJvJcyvkP/BHAFtktZIVBdl7oq7uqVlJURIMid/6W+igOnxWBEa6g8Ya4gEktj8Kd1Y5Bas0R+aFlotW5HwN8pyGXHx4St6yD0ANWrsalJaz/nmJkwk2koOAO11s560s7hvqg1hrvrCNECQwhznFbIcm2YiV97IKdqtN5lpV/l0fwq5Vk2F/ISsYzZqkZcB6MSOY+RvpIHsWpt8hEQk6bujFW0l62B6R3bozlIAIojyEkQMBKRlG/5hhV5O71OgFZHLcy07yhhLbtUNCxrzQMLXMRo93/Ha9SYbSHqG+sJ6fPWZRDYBXu/7k64KrHs9XfMRdHllkRwPbC/ezHo83dypxydh/KMEbbXO81m0Y990DWdTcNqCrLYA9KWWP64ESqCasgcuetgjSTTAGgVGjBtAszWCi0Xsw+T+rMMlDi1d7HL3xR0LaYemsdcCIj1aJSOYXwuB5psFvcGto18XjPOLkcbQBbwPtmvsJPMoLHfP+2MtQyzkGM3gNl/Arf/CH77pXu26/Y8a/v+OYCvQqOW4pxotjf4wKwJm1b3G/OPpaZMXBkbUBsgq07CznVQ1VYwk0kZncw/+P221uwsgNrOa81U0qgg7jLXzF7PFORMDOOG/wDAX53AzH68m18/LntwofbHlst7YPaO/dN6oiswwWDrBJgp2FoARwKOkMj2ilje1xPWKV0nojzPHjQ42QKpDXumeWhbYJbJJXeGHA2U3ogh7L+uQnLGvl4+Vp44UPpu3/t3Ie6QYGliwjyqEQu9lnDDEbYsSAVdlEXMiglF4930qsrNkPwz+q0nlGn5avZxp2hjz825LbsOIXfzTKjAwV6RdPFQLabspPnUY/IwH7CpIDbaIbnpcmK3m+h4xi+edsuIL1tv4dMf0YPYsCxNm5JGyxNjgtnHypIxk1epKsiCM+Mdm1ZsxgZOU68864i7qypwXduSM33iVLhtly8Szdehp8LvhgfG4u02aee5K6PLiEpdBiJm/Y219+7rgfPlsPlDx3VCFAld8JPGuh5b5Bpko306vWCK9Ow9FjhxPRk0UDphXewsTNCFoTojmBgWMZSyBRdyjllWxWbbaZOry2WN999reeCKZWYq7JjIHE3RpiDSKzt8xsKKkyGnMeuOLvfvfs9O6T+s6DKkaEsdWmjNE5/2PwIvv3SpD9uxZkZW+OqaWMTWnk09TOvNEgZtZ32vACyrJ0tryuKfu42asmDSlWWPJbE3y6tH6/zOoAVnRg2bThwbj4xFSxiwnZzxSgKZ1qUlgO3Z1vuGP8y/tSf41+89mCLWzNtRKk/u1AHzfK5yzH4SADOVtZ0yMBvW7XJea4uCtirtVHmhJ9u1HZDi74h8L3t9jn1+odBn/qzHNZUvJu6RYRoDWgJsAXC1+TVzzsykjBBpJzY1YwnAXpbziNLvUka5M1RP+mPdebHdwEMSGiJb1rEMl2UddQ2SXgAZonwxzGc2rW6ex9zpdtJnjtBoSM1Zdpslu3yvVNNA1F3lRoKqlumAVaz1ZEoZ9qec5bAk2ib4ZrTOEwjlweyj0qh9N8C3wac5OTM6SRvncVnBSrfSBwG4CNIcwHHUpdN9CXTO0NDACbavudoVSj2AslJj/gfR2c7g2C+adbWSLFUgg0ixY65GMsBZ+HNmuL8cPrEvt5Ox3pX39ctw7ecNxxZx1PATpwlPLPNB+rrEvCfpK2Xwaa0h676Kpc1zYsqixPgeXcFixwhjPFStlQTu9XatAdPqJem4Bl+yM0EFGJrm8trNP2xzSpAnGZi875dssQ27zIVyrhTgzu9RmLNQe1YQrYNLBGbAD8DtXwbK00NM2PYz1X2VE1aNmTJ2UMyMPVJmzFaApvVomVeot9qysj53U1Zr9+eROfMaGTSWNPozmbOFAbsAZqeyROSujM8299gzbS8B/FAEZvjb13fLx++o7xmzzxgwOwE4wOrImNWV4UQaGTLPpN4rVPYI0+YPbD9towRFY8O0DUMQnoc8/0xZOB/uGsm8pB2nDo8JEC2ItvhV5kFYLCQsmDHbJSAVm+OpNWVZbdl0hzzpJzGpFD7T/AWUFWHXapQcKJbjuC+XzDTuMyExU9vmVcHWyl4Tu0gTgGaSW9ZrEQbLVQV0bbSZTAUuO8Y5A74Rb1ngyUwMP9jGe9pzWBAiqgNjxMyV4NMK9Rio7WrMMiOH2CpLHEMTNz5xJRzzHXC7ilxe17daNazbSeV3J06BW0mkrEydBx+SB75JMPN5aWJUyuJaTBiMFB07p+YYzL0xADTsDCf3UdsexHjANvunlAi62Je9YJ1nnigAOUoDa/B0GAwxMqHZQwCWK/ow++gsdQbUOFg6lzPaeOVw6VXOaCGA/uK3kPQJLcM2RW5Vm+Roy5wYXZSmTmaaiZkin4PtgBsDwrRje8KajTyXDlpkFDHWmAHAX4Pbv49afmlgvZj5Mq4/S9wW1b0xY8p2WWTW3DkXYGbCjBVqu7BjMKwB0iSf9DKzRJkxq6vs0M9YqUTKWMU6P4ROo20LFD59xpg1Vu1I3mc1Z1cGIaeWV7apPTthzzyCwT8L4D8XYIZzm3x/9ijV5wqYvUtGH9lyGQg7A2bPAG2prBHR6n2ACAJiaviBrA5M2a8M8GxYtS17psxaYvt/KXU8ywg7CZxeJJAZKJPj0MFraTlvdRMdoJJG2+WSnZ3fZ/6zrYzM423DqKzKE4ZM71Z+zIFOLiQOeKWu2IY70FArf6nRt0yVloUJZ3DVtWhOXE7GK0kcvYqHbo20HxiBeo4o/YiyNt+HSnoidXMCZx0SxLqxtfYMyHTz2WOqLkb9vqwFoRtoFIbrVBlXa012y9ewZm/7YZOz6sQxk7ujH+0W2lGD4q51osnNzTtItsiqenD7a9ugdXUZYGSlGBp3JsnHYEWF3e3tfUKQMdjvK86psLvF/wlDZq35DGtGxVNtbYbJiMl9g7HdJufWFsFMkAjzcSagF3LrPLrmWTuuw5kz1FQWAvdxDIc9Rp1sKvvxBW9zFDEJvWJC8aXaPYh7owKyiBQ01nlHxUZI6Zi1YXFt83Y5HRmdQqY9kTMya7YbOpitjm3HZtgnHagvsxIm2L8dCXNG9/6RXMBOjDeqqjEx/LB4yJd5vrmP4wyUCSCzrKAOs+jNLaECAzCrcPvD8PJLn11jFurEkryxQjlkrvPKrBsbrJg4LgY7fCNWTti2DshKmcoPjzb5ztJFck/Uv0wWONJiELPMsrDpUGuGx+rNwmN2l3N24tyY1aE9WqP2GkxZ//tDbRxUgNlOVu8PSgneB0x/1hmzEKyM1azjSrqowGoBbrJeILo07taVsl1qwKHLZ4CJQqzZ6n73qmDw4XnCLPVlOYsMyfdNXBQ7y+jdJKXLKMk+P8gLxdBk+/rovOROEKSM/WbKd66eueqJ6i/MOxIpDNUi9OJxdZZncMaOTmw8smSdQSLCPFFgsxyJGTEGYZYxRQS8RrV7pQd412UWeoKxjkPe645ADENgkolWF3bAAxiKNWa5hHE6M7LhQKXPs1PoiV1+DQLItcYsL6Feubr7fykwU00c79VZjdFYMgoOd/g7fb5t1Xyrn/0jSkitFAs/rqQmTAV+deE4NtuSCU4gZSnV8tPdkrFaj8d6x5Ql6zs7tOt+T31vlDXOY1CXS4QjD2RrQcroK2OmrJmVxKFRkIEMUaU1UAtIw+C0mBlTxd9NOntlTCvj2xYcGJk521dtrdLGlfZyYcMWy/suC+9mhSAipt9CdYdkmk2+ZjBjhXxY2KfFFIiR7wq735sTMQoebMh0l8m+G4Ovfg34vMdbR6E3uv896c/0B+Hlfwq/fTFmjWkG2S0JgS4rwzZeJYfsNJOs7e8hBh8QeaInrBgiOzbb1dgyzSyrJDMsK2DahjyDABmiVb4LQKt1X2uWujRe5ZxZrCTYZaClbX4gC83tsbq0Nv1DGP6YXkRPZ1R1/vTayCP80wE+73PM3j4wUykbAxmzKCeiz4v8rc/j72zMMExABZg1m94aww0yMx+x7lhoZpIP6yqBPAVRmHlprEzcvQLimsjLKHjsJiG7OrYzR8y2f8r2GYMxAczsMKnCwNpq4ap+py/D32nLjvVkElIGZovgzESChKj2q6z+APaWRzb3oHpuXOhSCsvZZUxccclspkpa72M6aiq2+YvuK9FjWo0jquNJwxTgRhPBQGwMLZIBRG/H0kYXCCXsUoBJFhwY47xZCTZrzFzKSHbl0CCA5inwsmD+4EKz22TMviX/NCkie/ZtBF3PqXW6WPYzZUNPFN6zyvEerRX81NrdgNkAZWTkoA4URXLKdpLGE8FfFBUj8Fpq9sHsH8Mm0DwPdxjOMbuNtdim7owloJqelmfTqUHGRtIoVvYQTAPFQ1Rb5lRjVgDcOGwaa6Rcodo2ttEfA3nyhDJkrp+alr2pLRuUnxbPlTjCmEsZAeD/Dbf/EF5+SWDDygVT5hvjDmXDQh6ZgC79rjJxEDdGzS3L7PIxbfIHYOoEGht+lFXO6Dug40mdmTJmkm3Wwdlprdmu3mxTd7bILDMm7KxO7oxV2zBnybz/AMB/tgCz78G98ixT9QAXgIzUOAXAFwD8F+8Zs3frWXohTdwAhUwqtwAJlSkmboVaI8XrLQlT1jtmTuBpTEvMNXZsHDKwubHkv/yT9Wk79Hg+ZFByEhHA7CAvG0Ki2/6zO2Mhdq7b7DtWx8XBvvF3nvn7WH1cPRmF7zImzzk45+ccEVVG0V8HchPDtFxLwJmST7uR/EW2OFKxxb882EoywiSBFadn99A0L2IbaclOMHOW0TRC+23FSZnxR9zBeDoUtNXBoGXH/Kz0OZMzulS1YQGNcUoYFAKCRG2AP6rzmRiqyQHRZY4+v0bAwIkvWGKMlzQYLpIha087cYhMQIiRVBK9bb5RVFFtjg9qq4iFvC+RxkjtMiJE8M28rb9g8JmZ+7/W6DVFgk/wFocJ+MA6qeBODFnGgMg8zxVZCZvTbesk4lqljIs9vs9O+QLObMqRO5OS1LJFAW1kyWKemJPIsV+P3gAWyxcj3JrTMufFLGA6WoxYwhLxNBdhZdHr2sh8u65ElOUp2fN7hC3KbZNQILh54fOKADACbvAkNiWAMUfqj8lATW30mUXzLiVkqPyEhMr/vfDyx1MGbNSZCWDrtWaaQbZ8vuWui9hY3iNzXzxxXsRaU9YllJUGQIMjo9jku+1rtwKA4TxSrTEjZ8YuZzw6u1YSxsySPLOEMTt2LNoDn3d2+XUDwHZDmGK9/3uzW9/TT8NGBvLI8JbIHsp7YPZZYcy2NvnMoCUs2ZV0Uc05dt/FZpoaWwzQR+BPl9P3gcFCrG/rx6QzWwvrl7CAanJS+PVMytgNT9gsBDObjBksZsoCIwmRRkJCpJNeeSppjIc3dV5U7vvstfhO2aV3npLMp/qyBet4lEewkaG6MgbDQnFqXPwWalJXFnrXicsDm3lUX+WMI0EVUlfW9XWUYxbE7XV1XGRWrAoarYnEEZ6ye9xJj6DHZFw8ExtaSCljAhPEmDkOYr/WkGlvRiEubBoCo5Zb+dc67a25Gi6CNYwCqmm4ZvDa68RmL41rtbrz4P0U+wB0DBhGGgGy7HWm+ud267hupM5q4Dhr4KXtucc957xi8wYkWt3Vfd4RqYFRjza3M77XrwCbmWFJQhWdoxWGjm+QxlDhPvH8ML/XePV9xZ2CH9JLo6Q6I1ElXyUsV2Xo4u33Y5h1aP2HHAWqFZrKhV4r6KJxy4Kki2aXqVtjod+bE9rg397cR4WuMerZBL/YNtus0rL3rdxIwti9HE2gYAmQL88xW45WaLeTZJC/ZiY4BohOjZtsszEQR9lmWmNWIIkFJqfJpA0yqGBZ7l5wBSlINRThi2UaPnUFhUldGbNKlorO/gQq/hJK+a+mjovbDDI7MfYok9EKNWTquChOi9k8tyhz5HaZrc6PpUQb+yKPr5O6r8xCviagjGM8lTGrNbJmAwzSKwMz39SchbozO5EuZs6M7Dz5AKN2lX3WlvmPDfhTKTD7bqwOuSzpt8zhzPJBW/tsAKm3ur53yegjW+45wOwN5qskUuvSMunkmZV95sRYBESUDmguQrSXejS2u7/6I3C1gKxEOsnyzLMMs0CFtFq7Zd/V1GNzvIaU0cwKMY5BY0fTPQoGA0izM0BGy5WqKj/yEXABaMa5YsQKuIK0GmUxXCMW3ObpZs7gDcjt9JXVy80/6NCo9786MQZ6j3bMTSQwZNihGo5+vbBeU9MoKzbFT5IBkI6XWTCd4M6whVqzCaUKuTJiFfNQjllf65HWk92XrdTFm915E34hdvj7/Uo63QysVEbG9BRhqXGO+47wGs1GmNd9uQl6OksXgU6NDnY7P3rj6KRWq+ORoeQ6sWiuJQI4A7zOOqa+/2Y1P+3GBWphxyOiHWCPxx8iRPNw9UzeqbbjfScxKZNCTcKs7SdnVCx9h3ZcrTOcNVj2W7iauktKN3yp6r9C4LTm/ZIgZSTw1YubFFhwg5HlX/k6T+SNfOxWWWMEXJmtRCzL6tdjGXb33qq0LAmYZnAGCZCewNekxbbEtQUm1SKjbHzpauB0WcUEpUzGjRMJuNxvQJ6SYGghX1m3EKYr9gqWqgmrHCi9voMkSzdxLuGte9ndgv9t1NvviS6Kt9WVcYAfcWLcZZJVZchsY32fJIA71ZbdCnBQ6HTfn1dSV1ZaZbETMPH53K0goEZg7EzK6H5imU9qGWXMHgqdTtwZA1NmiTujJtg8Ar4sly/WjWwxBW6G//0OVzx9Z6Jh4A5WpgCynQzoUwA+73PMPh3GDGvd1Q6QmSyU1WsttWedDarUAK7Xiiq9FYxdbGMJPL4P0nrGbgU53+u8qoQyMR/Bc9dLDN/RjwOzfnJerAEv7gFU6QkUknwCs/sBVaeQfNF2rBvWAhx+zAYpI3Ny7qs+zRPgwcYgXvL5FWuMV3Bi7Ou3eTNXiaPSgJA++tqLc5EueuKWKGNf2Q6EnSHDjiqgawfKFtCYSXOwo//Qve2iZDHueOQ+fHmIWNq8mV0WvzUfSx7YMSxCSBUy8mh/rccCyuIJTKyCE6AUgJln6ABIA6HZzjA9rll4smwiV+/tV7lRqFjoTO9zvSzdkyQcmdG254VfIfLJz5LMdu3YDN72Tn6V3e0yweTUhnXYxfTdsR7AzEjO6PHuGOSN3Kn3FfgiYawNNOxQhRuLlV2bxKxQg1ZWEUH7xdUmWMzNPMoCznZbK4Exc5LrMrsZTm+JjokggkdliwtjZtNXYtSY1Xv//4ZZN1YA3GzNK+tKUy75W0SZnFASrgsnosyTLLNNw0121IUtGw+wrU3DvwYv/zhq+btHiPTiwEiArW7yxtJMMsuli4eAr2CNX9ZpplJGW2WMXu6PryKAzEj4UaMzY30NKaO6M3pinR8kjXYO0C6BGTah1Lg2B8nq0TLjj9QgZM7/mwD+wBaYfcfKbUdg5uvNlkdTmFkLHq3vpYzvxL8ze3StGcvA0Y4VS+Yv03U4sdebKWOm8kXefsJQFWHEuE4qKzjQdZUGHJd1v8krSRwDo8fSRwFHxrVgxAgG6WWXRDY2rJK7ZOmSzCyHLLBbUgPYz0dSG3gGDvm3c6uWdNiUZNoRTjU5Q4RxhjN8kRu3RVdFflCk0kpPamctkmOLFNM2VNvo1ZY9gzbowRqtldn7fzzVkFcOnwG17H2iWTDElDnOVFJ+K2PG+BQdYZ4T73Yl3lgbahsTELbvd2+VabGkimpIiMux1vGt1HPrliXtUp74o8blmb8z44wPyeYiy/1+9NxEjhkvE68+mKAh3wsBYSQzDJPFPdZJ/thb7LSvztNqIwbmdIzaL88f2HUSuvOI2CByJ+BpZ01UvkYSGz5mjlleaTJ64yEDoDFcY5e6KqGxaOZD+ukkz6yVCJBKV5H1Y93ZRXrmWTmRKSJxZQTVnpXoPKGgjdhQNoOw5J1+mg+FQr8eH86oUeZ4CwYfsyqtkEQyC47WWlMsDF4EKvFS7bseDAv5NaP9NLOMnR2tEUdYM75dPputr+DfZ3ILXI+2rRSg28o4jwt2k5wddqDPu+26Xn8b1X4/rPy+Yd7B7FdgxBJrewVoWV1ZTQw9bGcwYsKuiY1+kok37PELMVuJhHFryPGolBGr+cfOOj8YgZQLA5ALS/2lJszWsOnwhMsy2R4wB9kAtf8lDN84B2ZZTWSWMplE9vAN8vMoZfwMMmap7PBBOeNpzdmu9ozaYnEz5/LFDiq0Fk2MRYKJRsKOFQYymMHSpdvQN6B2+opZU8bGGeO1sVnKpmXW+eoeqXVjC19CMsSiodhsjILXqDXL2DKRPWb1Z8GVkUuvqkeVzxaM1fz5B3IjrlUCKW19n4Gv4JFh0k4TuWW48OUB7tJDGR1RlTNyAVslFoCL5uSphAdAmVqOBWomuznbUi1kgZlabfMrYs5WrDMz3IRJM2HFdp5Ulvo+zrPEN4JKnFmXJt9/e3TS6tTY18GOTFDX57sT0PLaTulEE+NSNgKFtd6leQROfHRKPQISGKxpbiuZhrA8dpiWMNfV5X9h36eZRgBjzFrUKWUE5XN5oy+GNHKU5lUCJj7kkG6V+Jv7D4iZsXF4mcV0xm9TAgkqiQSdhwoPNKW5ickJf7GDtA6cO8Du95Aajnm/Fnrm2QBrI1vOWlt9SvWcZGxdysh0TOEwtX5ns03usO9zrpJuU5a9zKuNt74IkgoKgbMobXQkxg6LONKIac24ury1c9DExmkqBasPkhoZkj+G7QwNZSyrK0q7H8tNiMyAi22VNUJq0YKydFFAJGnYZvmOsJ1kv7d3Vqm0IAMn5syezrpffwBe/kfw8lODAYiXxA7/BIBlzBlOXsHW90VklyaMmbJlZTH8GEYfNDi6hEknwdKeSf98fRSGWrPsr04zEGXNfMOcHQLGjhMr/WMjazxeQ9KYZZclj/e/aYZ//ezCefqKbeQUj2gYpAiz3YTfNvCx98Ds7QEztbZXe/wELKTsGK+LpItO61LAtLRLtp0xN57Y5C+sVMKenQVjP0uuqLLFk6DtABxPDEkeCXkeElAzKxLEDdlHtoiyxqKVxD4/83h2YdEUNu0+F9+wUqMcxDfSIj9RBXqM5hryCJEx8khuTciltFLuSsIYQqRYAuZCifhaROcnOk1YzChjg4/OpLFLIzIJo0gZHwih8k3eVTwVmfOiy8g997Pi2KeT4YfugAcwuJvvQfAFOI5aW1/KxRGQk8rvjAozWeOCaZ2xyn2y4OeHCYaMuqSd3XIfIC1sko0wKEQ6cIGV1skOn2Pw0olFooBhLtQcAwrOaddJTRWnihn9Dqfm647R6jToIF7Mvd236RI1j9eGwYYK1/gYwBZWfJJnnJV2B7y20Iq0IxWo3YLfjWSBgNVugGJ0KL0B7MaGNlTpYx+xckTOAVmYtWZdP1fIvx2eFDbxSPTmfmYeGKps0TORYcF0DC2NQcMIgLfxW2RgxuJHDpzua/RLSePazfKkvaG/p5b4LcuqZGpJ/tmz23wlv4uVpwnOjIql///tfVvILVt61fjmv4PdURpiDFHwQfFBEPGSFx+8gdgm4kMSFTUqiCI+eCGtpsVoI4jp0w+dGIwk5KEDQZvGoN3BFyEXY3xQsQ9oR4OJIPGWRKOJ3VHsPjG95ufDqjnn+Mb8ZlWt/3LOf87eC/b+16VWrapZVbPmmGN8Y0QxppSQWTJY7FZVWFNsKVgDWVBuAK2zZoVWtQvMPg3Ht6CWDx4ae/Rw6O33W6C0ieFHxqbZqtbM4msIQ1YobDrJL+vSwkKyQpYwboqWhuM03HmXNfL5by9fkBqzysYjlG02gcMNTPkec4bzdvqZ0cdRMPXePhOL+DcB/Ow+MFswZpM8H6uh3TQseO45Zo8ap/KcjD6y5TIQkNjfp/VmC0A2SRxbzlYiZbSdPKxJspeBJZAlfLL+FCgxICG7/n5ururXdiR9rmBztWwzCQGkiI40Si0PjTPZeH95AoHkhiZAql+1jRkUB0u1xDcGxALIAo2ZXMNlAo4KaWjcUl1mTbOcMlKGuNot19w5yV202gzU1ChEiCclvVJbrz5CJRamL1RHIcPkYlLjDdxt3tGgx4wzWcPbn/SZWKgDg0zBBY1KiDCQmnwEsw2sasniz8YcswzGMYaP8kYTuLeIV270cKxZhOpP4wC/sTVuM4D1LpdjFoqsUDxCxWbzEdw1sgkG9wkG899JhKA1l0HcWYPUb0gHGtPmOxi8OTLGAOaG5EgaIdtKE0Q0WaGgxqkhPdNs7s0lYISgJ3eVdD7hKstE5Hg9OneGZ06VdxMoc4QWNWXCbGFWmOnoIM4T2ay1HQz9s3QzF97KxNmxiPlHvBJHnhm6IUj8fAZlHiZC1LSkTAb/nvHzC6IpU/wxWeUlsl0ahx2aGnMJYAoWkWSWLaf1/XjBoKdMkKYiU39xNET8dtTytbCt1ixY5N+DIasWwZVnbFhSY+ayLDNkhaMAxj++bXVARhb5HRzVHSkj5F6uUZ4iZXSpN2Pr/FBzVndqzWyYklTMDNrl6C8WVvtIjENwm0FIBX7SDR85OmlevJvdcqS4lv/qdexyjrrv9k3PieF6sxJMnyVjtscmJcBsj3nCChytWKVbQSMDKgpKBgclU22Wi9wx1HQpawakk5v6tyRsEZ+XLn+rgEPXbDHeZpYZ+kCLtsMxgZg73xjHrH7Mk6mULlEkqeJy2XTEyVLGSATMS7m4yNsOQyY2+QYpy7K1GUjlmwZi6UD/mboYZaQTTJwl5vPONOtITywnbev9QzV8pslEbtXEDVkTSWN4rrrMKuBsNitQsrLScNGnIOnZYWZIGS/IVfUXrIvksqnseXhbaw3Szc7UuEUDDPausA0Pi+RzkhfuMKW9HdT1gvm8yWhCXUBsk/RXcv1cmHfYJkL0eXDYebDE/XhTTC9NLnx34FnjknZlpUD7Zwx2onn+nIPGdqxy7o02IGDk6heKybjF0vcFxpBLJbYYgolI7ru4rbHcRf1coYRj09e+r0MUZhI2d9S5lNEmWNXaupDMtNBEygAwJlLGwZQNM4/xC2w54lI7ZiR1zJ1oMJtQsmEhBKMog0Z9aymxq2yyxsCUyaG4SwAbWMZoc9tmQq9BqcttndFjsJXcNrawy65a5OvN7u5oCPa/rqzZ3TcEQ4/MwCMFZsSSXUSyuAqtdgZwEhptGh6d1JdtEuRLIYBkUc64JyOsdqL+ClJ2jTlo2hWs1SR0mreNwdhRzRmSejObgeRlD2RiYbefSTlxni0DgBe/CBpoKfbXNs+GmeUzzk8kZXxVY/ZAYNbImgbS+HV7nrFRzGxtuV9O8sXGwDjXVyEaWHSA1b6vDNnw35jNP5osj4APNgOMzg6RHJLBTpXdYNfGSlK/ti2tVo3/gpiq1WfhPamBw2bs0ZehWjTUWsu2Oyn4o98pWpum9WVhDn2TMJKUMZMoTp8l7oy7wMwtGQR62h9E9dWKlrFYrtUDK0GO8oRJXNRi4fd8dmH0mty51d5xspbD7NAobAUqI8sF8tRe24UChOXSTh0EMoNi+1JGlQ3mdXieIv94WAbLZhn6hh/MIxxtY9y6BswOoocX40mSs6WZCCv4wr+XuRsOlqcDl2Q1RrDEJ89+T08tP7Ffg7EbZvuryJq0qWzHGXLSMVhk2xLFjPl+oLYkeh9KiM08nNa9Pi6ZLjJSfnq38cfSabJPPTRrfKVptDjJhDWDjPS5+EnATMrm5KI5GhKXXhdXSBhcpuvUkhozriuLg22WMWZujZbOQ+4QSU1MwPnKl/1SreDC6FKmiyhdZFkjFmxaQW6eGc5NqLzRF9ezFsAJtQeXz2jHzQmQ3Z25BL8Nbn8ItfzaUVd2N8sRU2B2F/ecXRn3XBiL1prJsktAd2XQumSwxMnPajFYOtSYIakxs9zjSkFZB2RIDEBq8nwDaBePFv1nXBrTMOqEMasJSMvq0XhashK4uyBKHh34IRzUlg3GLGH4cxp4h6dHKMV4BcyeJ2uWyhIVQCUujUFGKHK5bP2JafSQ5OnYpNZqmqMlZiCZdXzKumm9G29nA3MtWFrWYwRMgVgbduoz3hbaDgZrpmB4xdDpOhvAI0A5gc6E3SsYtWpFjquO+JkcqapcSc8pgWomeMU5q4yNCpEDsz6BKe9puCPLFftOaB2aWCaz9bova2enUbDsgMfioU4F3lGTFUx6zYYKJw2mzYnZweffDiz0VzxUZDx8Ibhb5YEbslBplzqzmSnL680yP6rsJDS5ng9A2bItXNR2fvBFha62BpUuv+CZsWeThzrVVfkhPF2VBsCV3PW8zPCoqRwz2st+R1wg8w0XO3W6rkOC14lztbfapNb0oEo1umi9h3NHFtjS4EI6Xlaiu4RaAhZymiiAFMbtDI7ybtJOSIeUDQPWtWcxa8yCO2P2zwJQ8+W2eDqpYnmA8zwPElGUL+zygamEi5uZ2bI8SiAvGzaZfLD0UNn6EHp2A7NRMBcYN8spQrw4cwl+Gm5/EbV8T1prhkVeGTNmarO/NP/gmjKbWbIWMA2tLRuyxg6ciDELDBm5MrrFurKpxgw7dvmYw6XDPVyCpqfXZAaSMWYteNpxgtU7WXc2lVcgrznLlnfD+wD871PA7Au3C2PVoXPAdJqU4pNQ4rFzzMLWvcoxux2UnZUTnjWn2LHHn0AUkzFZjhlIZsegStwj1ap/AkPy+4W2qTJb6O6BAWQ2j/8yGyi29GCgyfVjBLpSV0oCgauQ7Qzs9Vwyqh3T9mnvFdpu8PJ07nf2sdOL23JcXybbH60d3ctkly9lRj0OSrk5ho6ik3PCMSB5QgNaF09CKpVF4/wyZfs56ygNaLTcYKPNjtdExuhaX4UZ63qJVvls/gFIyHTmdJKOnVIRD9evMEhTa/yxKgsyxirDjoosYLqm6NrTz5QtWiFNmuRJClviYCwewOUMgnzgh4Nlz0d92Ls/6gY62dvLVrrl5x2fYzs/7Mo+2z5utRND8QnGbBpKX64h2Y8AjA1Hu5x+7tIG7PCvOT6KWm3WY0+bz4wZm3vcmdA2JE8MIE3Bs0tdKsc2N6fR+N4KcGj1VwNqTepYwpRHAXqaGZuAFFkbM4ZR2jgmbbDZ7c98eOYxMIVPcy0ZFgHT9NxLJB4zUV3GjGVgtZzj+zBVLFhm7lEjzdfMYno/r1ULvIMvzg7Fvh9u341avjoFZivmzJIcsiyTzJMQaS+JsQfVkpVh9NHAmbvh0mJr2u2qDpbMJVi6HoCeVcDyxJYpU4bcBGRVa3a5LFizxE7/Itt42fsLykBbALajOrPtVv9dMPzTsyfLi3fzyM1kosjWMxRvY8bsUc0/npPRR7bcDcBslV82CWz2lktqnTLjD0h+WWfjEqt7F4MNFuGwZI8Dn0PI9NYOdZNFYmOl+lxCey5/Ie+1/ZNCjS651LapCfgK1vNqlS9Sz+VEu3rgCxhr65qWXwGuE5zMLGU8ICZcWCoTiqYbfjh9ziVcFBp9IRduT2RZzII5GRkocwauYTtiX2zu2MaPaZp2Rm0R6mTLKbYU73pNp7uYz8Vyimd2Gl6N8Q3r5HDmirKfYtv8UQ9Tt+F3DWtQnk5/zXfrzSZ2f3kmukc2Y8VzrXp7v9ddYo3wprJQj8ydr4Df8vf81MY57HBRvwmwZReUr2m9sw1e51N52SSes5Tr97LvWd6UpcxooBAobsANSRFTYIecsq4gNWYm8MXo3fF8ODCODW05Zu3YajRYwcouH5MbY5QzjnjZaKGP8HlWGyeXWipbDPVnFuMbO7aB9P9lBqcrkJbt2S2s5C5faS2psQhzRnJH0yOg5eangVmF48+hlt+NYu+61oCp66ICM3FaNJMQ6DLQSMacgTLLphbWurJRW9bruxmQsfFHFXdGo7KDhV1+FqqydGVcWefX2Qyk8nsYc6CHtWY7TFmWc+YnQZnnrz+7sWWnbz8dmC07Pdt5X2+ap+ca31Jg9lKZf2SGGjoQkjqzFHytwNyKYeJlpQYNCWjjbbHEan5i5Whd5YRLIzNRKi9U4MTuicv3st/KmMHEAbOTbJIjVzDbZEDBqYRpt3avG6OWaepWA2DXuj+5uveuE6t70/kMwHxWBE5qwHbTr7GrSd2bLLJl3fQDwU19lr1oTU1d7HHXYeoA1YUe1EPVXl/mFTLdF6brmDnzOYRNQ1BuQBaG/UxqNc3MTTQH91MD6KobI3CRXLPagdsasHL7zVsWr6l23IZ5xNUWPQIUNirv2WMmth5uZOVukXDhUHHLRFyzHUY/t7txhkf7i81Wv9nvz5JHi+vibDbJY+vu+RZZw74sohFKhwlbpEBzbhzS3hjeDH4eYqaJbW2MkEdWMEQNGDBDZsAog24rDJ4t5n1Y3vPKBGpdB48SXN3BuXlvQzCz0yzOC9E1AXDRMTdyueCp5sypsdFAlMMXmar5vcxlqsCo1zCsiCejjbFu+BHrzdi5UXk6ZcxsMcxjN0TPFHyCjDpxaIJlkEsb2UhEwRiEsGSGrWOlZDZmKv3bG8emmsfFDix5zvb67pbh2E/A7UOo5a+HDDPbs7xPDDwy98Usv8xtdmX0xXMzuNtQ2ZO4QyWM1SRgGosMMzuQMiZ1Zqx+WdWaTdb5HDp9gjVLa8yUQUOsPbssgNnlBHvmhr8Bw3+/5UTpwMwyjbvtvPYl4nlVY/aMHgvGLBxZCS3GDgumrFmc5Zbnkm1mM2GDPdCVyf2AWcbXj+vGioXnLFek3ylJOLUCQl+9155zLRuDnQbCxDp/CYjl3FQAiyRYmy32IdN5YV4y236SYe4xY9P3lTHzPe8HlxlzNfnAYMcUpIHYMi7Lqha9NLLSLM/MR+gzU8SiU8NtEBlki613a4UUTqNlWs4qDdTqGBQ6cotJpfYc56xXDgFZiCheKyGx9GEJ4Cyu/xJusx6sySnwOQVlvqTC+inCLrKUNzaYS4+1io2RowF2HYZD/WRz5/qZcWx4UN/AW4dOfrV7dAJsxpCwZZr1aIXNMbC1ilPQdXttc71YMK8xDxmAbfhcIblhHUey9b0F9qi232/By5WcF1te2GZH32rL2saM32vAczDIFrLdKFvOWhi3hYvf6fj1bQ6yxC1QwY0MRjyAVtCWebUpMaJN7NRt3ddDb1u7Vsoq24KCVTMXmDPkodLm+RgJLlAnWlTbgunh2bPWa1wWnfmYjYumHy5m+3l+WdnhmUyuRpsM32wFyDhYmiK+OH85JVItd1/kwOkAhQqBNf7cJMkgERpMqHGCxUAaMN12Rmm+8Lzewpi1x4dQy1fCypdF10VDeF13jD1WtWWwBMQlDFkAZxtbd1cG4LlDZM4seX7G9ZBvf5gdGbnOLJMyLoOmte7sMoxAel1ZEnj9+fa8JGzZDoPGph8sc1xlncnrfwnDh289SV58ITP4R7MLYungYmRU7fGBz+uvvx4utUfIMXsFzBbAaMU2rQxBEmC1B26mZWXgH8yoxAa/cOBykyU2i3kKYS6UO9YMLzoAq+TFvbFWzRyjP2+SxPY8q4Pj502SqVJGYbkmB8iEBVN5qLKALhlqS4nioj5sNcRfSiV3vl8umB3oVVfGkRtakuV1hJO6RUxjnpddqYt8dcE2bJtNBJerFC4rmq18E9fiGEkGqx5txrxisoWE7GzAKK1mzeOdK+AZdVRIiM0EGNOwelUhJEutwqWZbxrMVHxVA1M2wBoA+YYduEH0w3CpUUK/DeBnM4qgJ5TR2cbqUBuyMcUANrR/tbkDjqIlNwIT7rNLMZ1QPQbZI4sXgbCPUyetNWu/x5HbYoxiNoM5/n64X3sHnPEnagB96OHYurW8nsFU9qDpahGsWKZU8KkAzJ1NPWyeLvC11LhuTGC1eFnwcRuXGHUcTapYhPWaPNrZBl8ljRYZtOSqui5V+mKXqdaMk8RMAtzVwWkY29+FSZdC9WVlGoTbbD05gTEP/B02+aTNNWbKQi2MPbh8qxAoc/JeAbl/lzsBW1jLGiewJqxaGzm4R1fHcHw0v86zilr6Vxh1Jmizv767dUj283D7clzKjwLli3drygp9xq6JF3Fb3KspY3ZtA2BRErm5MGJgwW6mofVlVVwYhTWbGDTcT8rIOWY1sdDfkzRm2WauLJmAyiOXRpU3ZsumwMzwP9zwFUSInwdm72qnmsXzV+tb59nlePY3NIuXrMbs7SRlTIDRLsji2qnk+YpBS001mFFqz3mZ7am6HU7TWvx58jwDlbPp8bHLokofjwBrykqqdFKeF7HEbzVpwc5+27e6WL4Q2Au5aYgZavo9SwDjNPInVlA/D873tmNSMTmu+cKxEUGtNHXimfhNjQ4BcWhUwGI7kHSSN3ocWUDQJW/85MYoU7Zhh0ymDD32+iCUOan9/LAX0zJ+XzBjnHSWsWaFIBeICbNg9OHwPndYCcTVzcmRwVmGJC3pnGsf8MfQcpLLdbZSHNVaGPGWz+WImWjOtvgeyB4CbKPw8frH2tVElXQkpyTwtlWjwopLfeMwY2kywKvfgJPpjZhbOBDcItl+HoMRGtJCxlUtnDq2bLeYt+EeCZZBbmYmYTOsLePdLMb6xIWPNg/W+0YsJIJ0jgFZNRC7hTAd0Fu657axhb6cTXUDOhtAc2tFsJvssZk5dBYs09DJwD01F/aFPC5nyqIdz/zXgrzRl5lnBSNzcIRAm7Bkca2OLK8s5pnxjmjkNAgEBS2lmhwqspQJr6AKJBf6Ujec7JEpU7WpphekgLHIphWsIxQLTXpZAexCAAYzq9ZY6CLC0o40v+A+w7KfhtvXopaP7jos2oaULiRPNKopUzbNE6AW3BrZ7EPCpMUaPwAynwHZBM4wSxn9pJSR/6YSRg2crpE165LGOuzzd3PNzkgbEYw79pkysdOnW/2fheEz9zlBrgHTMiGkEbzGE72JG5NZGEe8VDVmz8noI1uOGbNbWbM9mSLLEzNJokokV3JKXs+2rdd7+jCyCJLAPSBJZM/K0THY8N/jeQbIMoYw/V4C4oJvWCJNRCJVVIdFlUCy9NMo2BrERKomQ9kyO2DWSt0hMPayyjrpROYfXeLYVIF1QBzGMWE2yvOfUbIptHsVcJbtZQdfGiZqg8pjgDb0YVdNRQaVnO4GjSLkpOzg0IgYcM1VyJjGf9N40U9IFld53zUZc8baMlBNWW0CtG4E4onE0ae50qxwbmz5pW5gjo1ayFDDKknruqyO09auX6hU8cW0ameQGqhwG/VhPgBNq3na9HFdZthugi5uis5By5VEgQ2UkdTwKoMUmWY1il2rPS/NTPLrujxv20/basm27WvySppxilxhlzGGfJJR0+UkcZR4r96t2QCnnU3EAEedK5SS4khEt2PsG4jm884FmLVjNySavFGtzo499i9OVXCGIWFcebOr6o9DqEFBW+bRgcjyaQZbvKdQb5jb+3R5l0l62M7rEvLLBvdmwqSpMYjtToqsHjpnIEaUcDY21DsKq/7oDtZUox0nGylMLWfF9DlKJBOsiLjAdmauuAqhEJixy4K/BKKlcGPLXtx36Pgx1PJ7YOVrJvMPtbwvZSDcizKkmZRROMcGKovIGjdWja3xnQKbOyBzqSk7a6ixkvu5gLQTUsYAztSZkUFaHazZUbbZmQDqDKjVhUtju1VvIO7vwPD373tyvHiXbTS5R2fGlbY4vE8ypYaUnwBIPXeg97aRMu4As13pIoOdxIwjY+G0Hkyf99dNBqiSwJ26tWlbd4DbY4GvvedTG2UB3BmjiGG3j5WkEce1dsvnJOtUiWNqxHJG5sjAzEQmyGhg8slQi/xm9mGRra8b1rkQE6ZxX1XwijPTRla/nbWgWV1f7p2GBrtwg3SnCACNaECf4QyMpiKz8JZJr6lIytcBZFhP4qstyR3NjZtAJu8Qa7BptYfTDnbiWv8S5z29f/OyXFueB1XTnfB6GbP8Pk8G1gA4oiuiJ6er2qhfwbmE6jV1KnyWUbIfu0WKOJhukDFG/F1eNhqbxDDkeJyda8dULzwpBQeIV0YpUtrx+3G1vqst0SD3TKbpgeljsWyubOz9N8Ex7YR8DjkbtYwEIueZFqricw2Ytlhn1kAYO1IEKaPNjJrliGzlcLj/zyQSemSbtcSyBnzvSNg4YqkLMWVc28ZW+jOnvpY6zhjOEvOOsCi/XxCjEBT0XoYXi+aZWSJf5OYO/isJmdnJrXR/k51x3ZEy5KxuswYTWnt27+GpA/ZHUO2XAOW9S8v7zBof4sq4a4+fhUg3We/VHt/ZgZHDpAu5I0uwtMoW/cD445SUESRXxMyWBdt8dWSsMdfskjB7u1LGgwDqzEI/C6Xe/v4j3OGPPWTcfjX/cDrX8j5uDZNI5n95Aimj1oQ9Qo7ZSyVlPAvMFkBjj5XaBSc7oE3Xa2TtzoBsCTzacraFCG37yMYbXTJ5K9hi8JcBPn6fHCcrgbEq7VKTkGxlKxkcRjuKtelJBsQyUw89NlMNmbZtAuQmYOZhkDxP1NDEelADGqv97obph2G7b5Ay0EtkxkAkRc2wTPuti+Cby5kr33asuOcaGNBgOM8042VqDFnj9ElFD3WXUMqnrcSlMBtqjRtjJbrVEoDG9WYe3BmvvFTtsqtKa2DTj/j+nunHLP306sOMgnO+QxLaQPLmmEK0bVEz3SvKCBRNflaeidckLKsNk92DfUkzBMFC/OYybDf+vs05ELaotTIBSrFliK1ih9Hplj2OfZTk7bl/jQvNE/Cr++CWAz7NyHKuBVu0Xc5uy7LUYBZes5SR1jfZAUpn0idmpN7UbEaagYU0qrYcrW1BXGghUcwoUWzmaYzkEXcb4Cq0uQzxEDg4C+dedGqcY+hj/h6pemdBAbsjtv4a1L+3uCzPtRm2MWzFSH5RtvcVgPliCKqu9pmiK1xyJAmeQtnKmAnqRhzbTE7J7CnbEfkFDxmeORzvQy0/ALMvDbVkCqTYndHEuSazx1+Cue3AbMt2FqoQwCkxxaX/qzlztnJldOQMWpijRGL+gejQmFrnkxlIMAKpBOBsXW/mEJMQnA+gDsZjs2zzJ73gL9xeVaaMGQa7n9022czGfX9scLEnYbie+/qe9WOv/ipjxxJAldnOezLI35MV7rI0Z9anpiELQOKJc+G9gNle2x1Y49tOjdu9gKL+9i3behKM3/QdkF1+IJiImuFsslADxKxAHRKUFkbdpIwoQL3EeK82Q+WIfhpBJYiIgcwiNzMN7kJILKR+SQNtXZxMVnVlBaFArAfAUAMEr3/DkmBaGRv6SqUzS6JWJiAzr+Wp3LH2waOafjSgVvtQVNe0ts5HuiO1n88r7itQJ7G0qQOmBReMjH1ZE0W+Qx+t0t/Y2dA9GcSHMZkwtuEHbHnO+h4DxYYrjjh5MFUfzoBzbw5zkG+eT9oqu8fmi7befuSk++50asqNusV2CNe5zW4S2KG0ipp/kMGMI/FyZ4YrXoVRSDSqv5xMQIyyAoe8MU64FOHhTKwlR/h0HKhbiLCGwMXIi48tIp084+0ijroWsayJQsF8QR0WAl8be1bYFEQPl0dLfDYCCSDNF9SlJf10f99kh5LCOlPaT2YA7//4d4C9F7V8L1B+6RwaXYaU0VmGyDVliQV+IYfGBsZKXM43Ex0FZNVne/ylNPAAyOwGTCMptfb9WrOUMasSPl2BS92vNeuGIAkouyQ1aJcIvmbG7Pr3J3CH9wL49w89KV68G8CdpRN248Rf1Gv7nCX56IwZXpl/PCVjluaU6bKaTbYaxDfJ3oJ5WwJBlfpRvduKMcOCPcq2TQEns1OZQ6S+Dt85AWYyU5WjfTlch5qhNNljc68k0w8dMikLVhfLRZwVl5sYs7qa6tDxHvXM3Md04FaJeSsbu3WHLnPsUgWLNuFsrtAs9HnW2qlurU/m66yTjsK5snwU4BBwc1kh2UlaEs7Wuq+mBel3Gw6eFhYNa+C1ZsoO+oDFgfSdf2MY4z1n6TpQGrdVI/hlh2tc7VgctQ3GPJndXjWBhfKi/VH8nofDmQaemJuVowybx9jtt51Ai8XmONrKmAhh+2h+d7sMSiv6wde7yoC6MYetZ3V3dl0DH46O08iUAyRTQQKmbbbMt4xFI0DWLP9YX+fUsVhjypygllPcwbA1QQBew0PVAw9mgakekCCzQC+ITosqa7Qlk25JxtkU8abZZPR+kCuW0e9OCiyWs29/+VCwEYhZYv5Bjour/G9VmCJLo7EaU7BBDFnfeKNOhVAkS7B9m1HEux5hRGr/Fm4fAMpHds1ACmWfTTVm2b/IjkVQZyGrLMgYxSr/dL0W9vO8sjqziTE7y5zVnZqz5tBYDwDlmdBpk1r31d/r86/HBT/yGNTPi/L/tlmKW1fmCUirLx9j9pyMPrLlFJjdwIzshUun0sUkryyV3q1Ak7JnGQhbAKXwGUsZ2QlSX++1i4IhcjbU11wbNi2bbLsfgMuMacQCmO6B1hVLeQf5oQVIs53PiussupaSyNR3qx+DWOgHVaAYHIZZN5ci22hS19fvWR/FBn6sPFwOMjMvcqcbOqI5x+TUKIi0Fb3pzjDL4GLTHwiomfVY6BvCACxD6PNrXxiAXOfRc/OP2mWNjSmrwpp5MHpf8XVcn+SjxnAbILU6q6vrHjNCW15YM9bgIGawc1/LFcNmetGMMlie1kKJicUwMdogRqYDUGvSxejb7t3e37rsOQSNG9VVscSyhyOPE9rImMSZgejcCgdMU31cs8c3cWL0YYZhKh00C8HXTuvr5iJ8vLr5CgV8b9vrxM20tib8ghFKzeYm14vTjWz4nQntzQ3SbIbfxIw3Or/ltXWpZKdiKES6JMCMwZha5qvc0ZBEahidhRYAUHuX+fTIw5QNjA1RYZMc3/UugRkxrkxrtWbjswo2BQFiELUtZhtsOY1g4jHgRmwaY57tuQJevwzAxlb5sNx9kYlKTS6w1TgUSYyL9j2mB9AJjGnQNKNTJHloj8YbfAeqfSlQPjjXmgkrxtvJy0zB0ZJX1hBKKaN2y8jVsMT6slrJQl/Yp37LslnOl7oxWi5j3GXN2vt1KGIqYq0ZZ5sF6/xWa6ZGIOUAkCXW+hwufVlZ6he8H3f4u6cmVc8AM/s5AtjzfT6Xna9UD/XxGa7XX389rO8RcsxeZrv8CXDpZwKcJkB7IpPs8DMBBhzYDAJRae3THnuVsFy7gOsGYIZV6LOARRwxeFjY8LfXWtd2BKTv+9mKHT3TLmjmeOqJIaRIUP3RZ1V9NYxUgURaMTDT0quAZVwcGRPHRo4n09q0URgk2stQI8PFc7xzWyLnZPpBmkyX6cF+B/Nko6mAjsX6ShVWxPC2PhT0lKcCVmJCrgTzMFNfwxAvSuB8s8xXMLaSM+a1ZnUKqEa9DIv+jo88SvaazXwHVZxIxj0ZfW97zZ46DbQ4h1R7ZjgxGBknR0TwL/rgGK+b14CaiH7JwILvtVbFFbOtw6fNQEvHCn1Z38XG4hLe2fLTWEbXGZwNENWaBCk0wONjGF9lpsPBbexiskM5cZP6cWvL6lPH4gzUOFg8k+lg2OlzdEGw8e9jaIu2+To+n4qbLNcCTzMduU2+JSCn0PWVsz6Du7ojprqCq8gG+2E5sgS27+ch03PO1zgzZpkSlylOcE6NQDJ7/Rb/dje6yFa6FfwENUJOUw4sXW2oZS52MPse6srqPOwxW7QnG8GURIfwKI/Xrl1reW0dIr1gzFzqzCaTkEJW+TaADVvks/siyxgVONW1oyGDs0zCOBmAHLBl4XWl31dXxqzmrA5wmdWaMfDi2rNqOShbMoMF70fBNz7mifACbwgwO5p68J1O6vLyMWbP/XHEmO0N2kWaOC2/9znLE/X1arCPGKK8ZNv2ZI1ZThq7E6psMgONOyHY6WcMKEfmtYFfZ9uv2WGyLBL2K1jm62th2VTaGF7z50mG2dFVP6SMtiac2vPq0SSk2+JjKEjafadZ5TfL3pow871jrFKepUYhjK84i1gJKPbY5xFHVQcTj3bZVgG/I1TJh6JGdi1oMbU62hdlWJ4TYxZ46rRL04FUXcy9gSBUyy9rxh6Fhi9jcMi32BmsWZqYplLHipVG8eKDXTIGYWQ1DxsMWu2sTbOK3wa97YRgRmmzXG9D4uoJYxPqp64nWMvPavVrwcG427hbfz4INCNQYRE6EqPT3UmJ5fPIT3Xg0fbNg/8egtX+mAwxOvfHRjvNilTfLOk7WTuYP4P177oUjjWWckQ7cL6Od+auN691e5QYs+MIcdyN2WvtYVngNdcSmhPrichgMuNZioxZLbJixRMQRswqFzoB4kxRwqTA5DmB6IaqrNTgalniOABypayzRfzyiX+j5WYvyPFOpvQuZO4BMtpwiwoIK5hjHdlpnhAfY+DWtKXMhGZgzqTpoWDNF2QFa577RjrJUNm9ClTPpWDM1zWrj/f40BYk/dqgGsmlcZVbZsn7zVXSY21ZNXEzbLVl5MRYmWmqc8D0odU89gFa9dkuP3NoVOOPurLOrzGAmtmzYG1fZsOSy04ItQIzZsocgBe83wq+8bHPhCswy/InbKGWwY6i5gkYM7yqMXtqYDa5MIax7Qy+lsurHG/n9VDBuZ95nckY9XUDZNn+B/nirUD1BHN4+HrF+h3svwK0W4AqEubxPq/3gZlHc6AAesiFsan52hRwn+AWK/2+HNWHBRljRiCZ1Jwxk8djR8ylOxEElYgAA1XBTIGyJGUGYwzQun8/EtaLgEGoM+MpTGVcbN6uRNYw+D8PXfSdeCbqjHkMmB6SxsGe+cRjWo8r5hwqGjSr++JUQbQNzauIJ31I5IwnfnjALvbwwVYjMDsjw6uLzfjarp7c4+qQBiYSOqcRKp+XmNidYMvRs79cJi1ADFQ/OlvwM+/bBFc8u32TlbzxpFlktY0YYyeQ4KhTrRZ1YhJl4CE/gHPVENrFJ6VwgPgdXFqA/HOHRPLQfpo04Dqlh0dgZhqgtTXQCuME20VPAqgNw6l0XQsX54I8VHW1Yz0wTenn6WDOMmA2YI4LoxahO1sDmUza5OweRrZ637beEkW6u+wvAzWj7mL77A6zF0u30fcFiYnIzplMxLE8MtqsbhsQEqrLONds66ML5Zj12mHEGUMrTz2U/NAWIv1aypJpblnPKEts8jm7zEuoJ3NPQBgFTDfPqjRUGrOM8aF2+Zpp5okJiGdW+WL8oWxaNwI5Y2BiO7VlamzyBExZB2b2Bh3nIxizwzU1+fYrxuz5A7MMbAjttbK2h7JOCVs0vW5EljBmh+CCvpPKH3deT2zXLVK9M4ziQ9dxVIOXgaOs9uwEWNbv7IKwpK4wm4YpsahuLFX1nqjeGTR7amUQE1VkMU7Srkoh03EOaMYzIIik0wCcCztPPKlxus0sQHAz2Ta8SRU7BcCjFZpl1aRNHpWy9SQDsVB/JiiUUbG4mhjJGpHAn0pWBAM+ckwtOswqGHbdSFkvtciPAdPReD8CqtpDqqmsjuRhQyV2HTw51RilPKHMfkeeahv8Co4JYGmFrd0P7h5+4n7JDE5kVX2xStd0BgVdO9WErnIXBkjiFumJTaIzCEnqeBwKKOP+ZzFtAeSEtrVDG8a0dlQdSF14q+AIWBLnxcHuLUPHgDlEq197JZiA5Fdb7JAtwDTFNxbCpS+ASB6zxDOOoo7IUq3x2VCfG/wuAWurAdNSBUjkUuhOW+2ZY4oA64pSi1YmGSkZSsEQ65oLRFHK3hyuK6njB73mmsi2ViNmf8q040rBx374Bs4K4OW1UWNmeW6ZZ7llVHNWC+WWEegiENaZJJ/t8XtNWSGwoqCGgQ9yq/w0VBoxUDqTNTpLKCHGHyJjDHVmPhuBhJq5kwAtqzF7SlA2GLOyYMAMO/5umOvRnoAxe+45Zs/J6CNbbpGhNRl7nFhG688UjPWQaJU6MoAjqeIpOeEN7M4pBu4hoIrrv7Qe7ETQ9aqND0GgAFBbAOvd14t13lR7ljJmMpaF5N5Ul8B6j470OsbqSjbWuuusm629/1j6yL+RnsXLzBuLw88WEh06uhJRKftJ6+hcvf05JbvKyJjZtHRU7nMw9sRFzTLFsVeVZu99qjdjgFbJTHtAiNphlYI0X4C2OW65Ut5TDTlKnfEOhOX1GAzjjiG3nEFUDF9iUWCl6p+w502SSDDRuK4puYMMGR5CllmoS5x6z8Eg1YNb0rSNG2sYXeDVsTGjhX06rTuLLWCe5yh6dpyPujmF/plkj3PkqraJSzYcbSdHrg01ouVHwDbG0YfT4XX+IrpBBgVnY8xAFoCdonEBZaSBVpdGyOtAtHuAXQ1cgTismgAgI7BdJJb7EsBTW3eZvBrjxmKBMk16hjs6zzyVMk53kFWxmZNRLY8CPU7AsRzSnDK/IQ6MRSzyMSSOQdqoNWkQR8gpBoVQZSGQxRNqgSVVfaZShU/6+NCGJF4bcspWU6Ynp8hbAyi7fsYOx8H8o0QjkIklq2QKYhGA7VnmO07Y5SeArMsWIazYCev8LNOsW+pjWOT7ym0Ss8QxhE1fQdnXWcE3PeWBn6WMe9M+CtZyYPaKMXtGj9Xg+75gDYBvYcphGXqvr6eFLsvrJfBLXuNomYQ1U+BiJxnCMwYlZySLWc3WUX7c3vec7s2+AGl8F5lkh1jEFqyMU85cQzrh3Wcsiwyw2B1+u68Zdb7ATES1PdFw6UnGiDxzKq03w2JB7sDUa8YgBhvKGYDsaAXM8RZyQEwmaQxuJkgs1lX3ZZjThSNTFCtZYn6VBU7F4uB9A0vXEyc+9ySSWgGaBRMSRxQBzjlrLnYl7t1Sr9ustxqoxsrBt8GrNjnk5DCFZujGF915EKOGTKWRINfFzqlVKR9r+9pq0SqxvrxZdbS+88S7CE55XUES2GvLhgMiIc54irbfMgIoxFJdSye9t/GokxvnXjeosPYaBIiNjEGGKUqvhOLAc8dwoOynah0YukGCvm1buHi0KOFOGizO7bVoQdFbe01iJzmKSVGTzbLGPe1cim2a24QHLqrS0VchqM17FDpuVnZriVYRAGaTxz+wNq5QG/2SGuRzuDSkH+fVuom5YYmMljryeok3jgl88Z4UMfuwGaTBI4ZutXDucZnJ+7+wlEJ3klgw3cFBwWWI/GnBmZc3cClfDy9fMmwvt2NeC3BXZrbMOM/MrpllYonf6su4tmwlYZxMM3C7lDF9fiBlVBOQLGTaReJYxQik/b147i6Z1ZpxADXVnv2UGz6Igr/91Ad9ADNbALNVOqktBzqPfbY+NpB6U66m5/K4XC5pDln2ngKIhblH6tOpUkdm0yBGGTcAorPAZfd7J9mre0kWs/1HHjVwBAZ331uAzYmmoWVK0uap+cdq2j7JMmvv3VXGD4jkkrebdDNp8yh7rOQZbSWWbfRfvESHJ0Ac5xkStBl6i/VkXIblkXzYzcciZwmRCnLBxAoSVioeF8as0iir0sZ4QgsyXeiJ+0kqvcTETkXYZaHeywlAVoqZNaoYG+KfGN5rYvbhHZRFR8ZKYG7mP9RW/2rIwW53Bket28C7rSlxWaDZEfJqMaqnqiSk9LF/1iYpDGaV3ADbvtfRJmxJX5Ug22rRjIEP+ns0fXNdbwVZ2DtJHLcj5ARinUxOnEa2jgEI2cq/NU+VCQZOeiATmxogvXUYVpXyDsYkg56u3VXSaR9pkO91GIGwCQnVANUNBLtMbHg3IgGqeTTQ4BQLj+AWTmdWVbpFiKYJjHkS4IqUucuGKAy98veig+Mqo4QBW6Hhiy+D13SnuK8qBwOq2EdoBZ32lXa0A00JiGiE2LtTkrOned6W+Uwi+nHMm7520ERCGfdb4kV+wCUbIGPS3tTHN8Pt+1Dte+HllwWzD2ODD2LIikgeyfDDhSHzRMJYy8wsBTv8BVO2J2XMANlKyjiZf2CuKZus85Ow6crujHXIEkPANANPLAHaj/sd3os7/OibccBf2BuPeJ49DWP2yvzjERizM4wJciv9MyAj8Ko7AGLFBtk93kPG3S5YoOk2cl9gtgBPpwHbPcDYWWYvBXJSYxaO69G+L669AsAuSO5VFEHENfiVS1Uq5yhJELTkfHJZVU3MDPv4vEaIEsKmaWxaXaRaAVRS0FJ16dQKjQaysDRelgdFrQZNGLJqSf2Y4ipP6D/HWi5HLE9aaySD5T7AJTBAg/NCosfr0KXSuKd2axDv++2pUX80+VBz/rko2UMOgzaHVobNvbmLq+WyfqrbrIPYutj2k8lHgsOnSiinEhxaXx+Yu4dg9Mi8Rkg9wVjP9nvsg5ZKqlX9nOsnUknJl+vHx8m4hA0++kyLkM8VydnlIv10WjTKTud4xWhoCpWZ8rZMUk+jHLOEUCriyc4THCbe63Y0ZZyn963wS1YZUuQK4iFVM//g+W+bgFq6k0it34lBW1oMWEwWANnYU9lkYNrMIvXnjIG2ybhGXIZDkAVML2zy2ZURG/u26yU86ekTWo0RpBN1N8kX6xNxBruPH0a1r4CVbwXKb7kCrw2EfX4LkiaGjGWPzJZ18FIEkEmY9JI5w8ycLcKWUynjMsMsAWiBCUMeMK2OjZNLY1ZrhrFvYb/KQp5p+EG/w5+xNwmUXRmzz2E/pwM4V2OGPkPyqGfr66+/Htb3CDlmL52U8YFA5BZwFoYGWa3ZWYB3Arzw9+1G8HILILoZJD0UdJ54X8FXOo13hmF8CIutY97JrMCiuzyY/VI7ZcVBWdyXZ0lYO07zEmTNCiSfR95xA7O5nEAgaphRkdOfXRnlLqUjZA2YTkf9tF51bpThrvUaLt2LSsu42I8HqnCWhvbhn4d6pPFbc7UawzEIA8f1T5Ulj4TKA4AnJN0t1QHOiR6gojEywf4dovzcqn26nT7JFdmATwZvwZQvbUHXyq7AnBqHJfcQagwb+e5kOCi5ZtZhKgh1qplbjfSNArRt5yIlvm3Uq20M2eZmGXK3232lRQV0as+CtweDqeaaKNXE5NdinFwgfQvFIICO1QYazax7OfBlbK0DCPb4WMgYTZwbF2RU7MERg6QTPIDZKsIWM16q6L4LA9ohQYwMmMk8WlkANAVn+a0g4BOfyaQp9oswrSUlWA3fqGdRkCcmitJC5h4K0Do4pD69WEKQAVK4WKM+k+coOzjnnahydCTX5c19/BsAvxXVPgYvXzObfdDrLUgaxQIYq3VmzEL0TBHmLJEy+hkp4x5bhmPLfM4vy+zylzVmPpt/qCHIxfM8s5oD0O/EF+CPv9kH+oV/lk5wexin5E9jl/+sGbjnZPSRLdeK6W8BXCsQdAtg2gM9C9h/E0g6AB6nlt1pl0dpr1vbZa+9VqBuwX4dMYz3bq92d8qSqJjI0awbh+AYI+BGBeJMPHXVHgZr1p9jP7/Mce2IQQMMP9XNyIjDaSThghwn90bIDb3JSSxKFgMQgxh9iPd/bzMx4q40eNTPBHipDLFBq0L7y+wYsyZsr2CdSatAcFlUCWMFQuSzyhlrgDEMFJ10Tr3cjFgrYwkcIrY1jNyyYXPvoT6s0ijS4cOQoMsJY7TCiLKrlAOmnpc+ndoIVvcDoFdQ9lmTO1ZOWh81mcPwhLw03SlXDds6t+Vkq5oDo/POBDbuKt/02mScRtvFoedVcsysS5TbTnqrw3Pljq4Xrm+5be61A6nr+8bp2GMKwVtuXJNwgkDYYO96FJwP1nMEbdPsTGPFoKArcZOYpADUeU3Ad18YiMWQKuPVnK6xFkChCj0Xt0WI82KsUJujq30pnByvJ/sQE7m5NItt8jirs/iAu08T9FkI1BWbmTJImRfngncyKysFy+5c5qKp1EkJX3CZi1ugFbxl4ivHHwXsB1DLNwH2njRQerPJ9xYm3RJbCkn/WIliM3O2kjLWPSkjxGYex+BskjcmNvmh7iyrN6tSi5a5M0q2mZfdmrPPeMGf9xf4zreCyclrzFY9iO9OtLyyy3+GD871uoEh22XEbgVzR58pSEuyvB4KJm4FYDe//xCQm8gQ/RZp5GOxbwvgnC3fXRld/SlMMsPqyOfsmczimohtdq7duJ3xjJO0Ajmu2XOTDwBDas1in0dTsJP7YdbpSYhP12hyOOkBMAMiS1bbAB4j2TP4lNdYX7YolnMy7MBUxcUCx7lIsPbBIQS2gfixOVA62uGD4N2QxwExhyuakWyD01qxIjOZPULWl3H4nfyeSt9YuDckdRZ4DZfRtXMWUo1Oj4lXIqJccuzMrMokiZRRbQ4xVw2chZorgdttGw11uoDNhzQ1sJmNafRu1RjYuDF5Qu23sXp12o8o+QzCUecatAZGB6jLAsD6sfHoGOk1ssd5voeP9jNsThNCKDF5FOgbnwFcn6wRbZ/NnfTOEGlnSOKbwY4J/zrO7SYytiA/tO2b1kFblpBmEp6RgcflVJWU3BmXavE8AEXCtQkTEy8kI23bJFHckS2auO0Gkovn01JW0wigr4BXBlJr0mKsmnjLqmIqgI/A8Y9xKf8AtXxZs8O/Shob9VUGIKuYzT/YcZFCppmAqwtA5isZo+2HS6fGHxDwRX8nlgy0P5hrzNhKv+pzMQJZsWVu+CTu8AdQ8J/fKrBwrTFbTffY3vB4OZR7VWP2jB579u0MKNrMZPbd5DO1wU/BCdvMY9/1cZoW0PytZJvbuh2JpHELlQZyuWOW8aW/nzJ8yfvLz3ZYqtUxyiiYs8DztJzxxDlz9B3TuCetK4PHLOQW+VVpBrUmcDWAKouMGJNJzIC55OB2wxGSrsmYOz+rPMl9kpn85MPA3kyjeaxoPY8bNhXJER2UUX4hC8DToZaTKb1+7pRkFv0cr59ewvh1ODIagS0jcaTEBGMWnc6vLZjnb+tLCqK6JUGoAfPIWnjCaDBISDLt5otThGRO+WZTyHcd8sN0qskp22pxA83yuCoxbv37G2Ayk3YezCBLLivmDDs2PhnvzKxfZPkaU8LWqy3g26T9mL6aGacp+yz8iETQ9T7FUZuE06MDac5ZcrD2cPa8dlZlBl+pzR+k5gwzYAt2g5gy3gZLvRMpMHV9Rt2TTTcCB3AX7HnmvLJCgK3VnkWYl2WfRceMLGTaVhutzJlIFk3xDCjqsVA9me/Y4GNtlc/tw6abqZZU7SU16yLYrKrxB/dnBQu/37fi8R/h+B1wez9Q/jJgd8MqvwzJIjFmVUKlqyU2+QTW0tqrE1b54Z++5zuvEykjs2MMxjTLLLgy+syU6euLEyC9bufna8EH8QLfZMD/eSsP7Fxj5vsM7i70egJgpjVhj5Bj9rIyZisGLICzFUtzw2cTS5YZU9zIsK0AB4Ohyb3xrCX9CTbsST7DwqnxHgzZaZbs5GdHLFqpHuukw02dJSYsVZRoMFAYafucyabMTR6+YM48kQ554qlxeEvds2l0mTWtycxq1an4KMRf7QDkeRUakoGj1xhEHQZ00aYbIXGqTiMW3fKME4wsQJYeB+DgfQsiSshzxsBSq9YBDoVTT4P6OvbYWaw3QqV7jZXUivlC+xSjAaz/JLkHIar7HFZtsu13AZnTqLaBvx6qbYHNavuROniQdivIOXuLeFyX6fUwwGWv4VImvC0VcqDm/LtWL9fNZxw5kygTHg2ANRBKUHibYKlhbkIrO02cScOvbdJN76N6kTCGSzyhaqT+LsocgRyVazCERcCIzOHUwn7bdBU1Nm2uJ/MgU2ywQZ0VLWXMIrayCWuFXDpgylE3S+dAeoLA5K/RmGZy7V0dlqzMD2KSuOq1beWZkDGdjDpDkjUWzifP7vGzAD6Aap+A219DLV/ZWDO1xue8MicJ4+TKSADN+XZjUksm9WWhlFrqy/JwlTw9JrBmiazRBZSlrowC0porI7/fQ6cBeMHH/Q7fgIJPPYeD+gKfTTipI8v8bIJ23Pdf2eU/T2B2K0jAAUg4AlM3AbEzYOwhgOMME/SU7XP03Sdo30dvHwZmviCcQo0B38jrAF2qXBr24cJmlJkwCkN+i6QRSyQrclC2lu+wPiaxdMyy1sNsrCMLcQ3ADIkJyATMMDNDwTJ/tVcMgvLhl0+dtSWDZwuBtzONy0YenryOrAybfIwtnION0WdMK+Vhxcy16tvyzQmQZwLa4N55uxno1AEejKR1ZvBuxx+dA/teWR0xD0yK8ngOm7V+DUVx2/I+AqvNgvV8BKMeJYOhxaxrwyzaE1L93WYQsWmIOzA1dmccv+/G4Cw6WJq5OJp6CINu+2LCtF3BVrSXMbMAdTuxuW1Pbe81o5GeXyZMepcmyj44CMolLHz1IWVMY77Uq10G86HQyXOkMo/4YTu8npNkODhXytXSRI7DAzXWi5VwtQ72LLJl/L4CwxxWYrH73KVNBLXNE3GmogIbcsYMdNnqENBvl6TFNShgfxgpbHt6R0KiivAUNj+Tx78C7Pei2h8G7Our49dUAmGVasvqDmN2+A87z7HzPPvnO893mLO9oOnJrbHO1vnBuRH44VrwmhX8PXGweouB2eeQx9Ia1vVmixwzexog9azX95yMPrLlGJgdgItTnz8WyLgnGLsVcDjyEOr7ALOwTMgUunGZvTq1J26/PVDqN3xeapz4HjddzA6MoetQC3SbX/db32XM2CFxlQ9MGd1bU+d5O1P3oXpMAWjZtDG2u146WBPnE3YzgbgxMhM2jctFJoaMonQagFWZtzepNPOJd8jgW0DiCUPBhh8M2thlMZqARGDHtVEdTFVPbOJHVpXLLIDxOeW+mDsUZ1pmfQjYeWA64sp9GV3nM3HZAYz8hoCwjNGFa0KdR6Dks5gx7rNTeaRjElNrAWY4qTwCoQ3rZOagDjkeMlHhpGl2T+rwnCAKgWJwDl0AZeJkaghOLfNVJ9dec5dgtGFi9KFaONbOwRauFHPfoPVhlnJlJkw3pnFhSxaMoki26EEAaUbQpBBY498qAShOItb+eRjQCVHNk25muZDKbcze9ck6aWKT9ZiaIyJKHaHMGS03Za6tbq9KrZlj984QPjKsZOPPZR4ewEfh+D6veL87/oQbvqgDGq4hy2rLjOLQDmzymTVb1phhBmmcX+YLUMZs2eTKCGHIstoyYc68xuU2oPYzXvEdbvgwCn76uR3IKzBbDRH9tnPRX0Jg9twfZ4KVbwRnp5c5AHG3LHcTYFkAkSP27ibgI7V7h6HWZ0DfWRB1j+UevIw8ShfxSVF23Zt+TW54Kn/UYvLAiAmcUPA1ATx57/hWunJB2vsmB0Ol0ayxoGm54S5MGpKaNEsAZM6MmQ7WJ+Egf0vn12dJU+0cSH4UYoB0tPgImVjTFsQbTbhOVMEXzhGyzA/7bJCkssA9QJhACFy0LLU6ID2LrorLkVwu98tBNdc12hYNMB8rjfdy0zqxYe0R6rnS09fk+MgnPJqW3fPVZZHWbCIFLi5zGxws2OSNzYEzlm1qenwiQ1W6HriW3yxNPRSk2SxphKCO3oFZBgcJiDkxWXHvdUoEUxB8jIS/6/WDWjMGMg5R1m7u20xYNo2eTq3yqdl0noqbjA9nJxlb1hjisQzNbjMzFuSNlpObsBkQmq/GsD7LGVMbSQwpY/G3oyvBTwH4Oq/45mp4X3X8qVrxnu6kz/VkLiCMLfKLyBYXoCzki4pdvuaYHdrlI3FlRO7EmDFoWc4ZM2XV8Rl3fDsc3wLgvz3XA3iVMp4dkr0FNWavcsweOIVS61OBqjNA5ywL9uDlbgErNwKl02D/ndpeCXArFbPPgroeWnJz1xq0EN0lticuAI0H6ynGwb7dxHKSKfhA04DLD9DlJGFUOJMAsxSg2RwYfbSM+w5rolKo7HSIkC3O50eAN4s0XZivyBBZECx6qE/z5LMQd+2eDvQtEk+UtaVAS/PScirKF2gimsmnDjzBZ8R5EJefdYEX8fRnRSKVGMisMKDLvjtyXBl3Xz0dZzxlq77P5DyUCZBshRMLm036agQCg/kdlnA5A6RKnh5yZWtDPksoGWRsGdkSBuasyPUQa8ci64UA38ZVWEJ9ZN34r7ItXYI0MQNc6x3T4VkEfzOfXhDl4VO/rgY6qgZPvJJM5L+GBGTZTvqa5Te3UAub5ZmZ5TSYKbq02MnwRuUn7XN+/ASA98Pxre7409XxJ2vFF3VjD4qkqSUyZE6OjX6D6ccEzjDXlZ11Z+yfqazR1zVnVd0aB5P2M9XxEQDfBuC/PPcD98I+l9yvz7C0iXPjyyhlfBsCs9Og5ARTdQvb9KgA5IjRekSG6AyQfXB7PWL7Pnp7Jb1BaR2rIXgChEGhiVQRMhOrZBDf3Fm95IkkJuCWQqTVDlCDLdi5zLo8gC6/oU9cUH8pWkxsLF06V60/S3+0IgqoVuYC2dxZrDXz4OHmU1ONiozZGl9Bm9bOmByRWI+WMGbTCchrnFKgd5afyZYg3tzqm1TaFbBCcnPr1V9tFGM7Yb0pyMNkFpJEt9/wyC64AzC66Al9cmJsY1afBttTqLsElvuqN/HDiONpMmf+xHZnjPvybJdvi5E9lI5BZNkmeigV8W3vlIm/tl2wzv6JZbtmCu4Cn51udOC551oyrj8b37epFde3xECe2ux4O01LSfdlfHlI51xs51AkOJovF1sMOG2vg870mFiAtukmYUdX9HN9/CcAfwkV3+KG9znwB93xy1ttWQdEwozVM1JGLBwZE3CWZpkldWae/F1JGadcszpiPzdg9l8d+Bgcfwv2fBmyCZjhs1hb/mYd90rWmN/1XwGzt/hxQ1DyY7BCj/adhwCWRwSFuh9ZpMCZersz37Mbjqnf4zs7w7CbQazVg4HnxFh47CayVnMZZ2k4tSMHX6jz+0i6KV/JrjL2QvGrn5i1cuSf++o3FzpNeLLDR5eB7zMIApTmoUZmOoEwlHORMuaCwHmH5/+z13yeRhnYPELfzsBmJ199k/UxO+A9yypkhSNK5LI6sDFkvgY3s0W8J7HSTuYTYQDcjRJ05iKe0G4EqjfzEFuBy8Ut2RRoC0YrFOvNrqhIkkS8B1lv7diMNmrCNlR2zTRRGvrMXmxW9twdVsI9174y7lx3jPR4HKfSObsKbocqcosP8A2YZaN+HACzie5Z8TVt2TJ9zxZuqevZcKPJDxMxcAk8G8LVgiBMnIMaon0+/xZ2hnU1qfMKUY8iR3RurnZcufmHj82QRyI39cCivswzkObREV/SUSloTVHkwZ3RGSFWPNP6sjOPH4fj62D4gFf8fr/KHX+9MmdpwDTOSxkDEFtlmXkEaqeljJAcsxVT5vjXAD4M4BNw/Nzb7UBda8zOGH+cH1K/VMDsORl9ZMtljNkDQNN9gNOpNr9V2veIbNARiD1a5hRLtve9N7E9Hwv8lWyMtsxlRiJFE3lif7/MQdVh1hY5CPMzOAjLbGK643siTdthJ4CEKQNSTea0UVktE0831wVI9B1sGPzwpL6LZ999GsDF1CtMgzqwZb2wXzbJE+NvcOZZtN6X574GflPzs/GDI4muHsBphqjIzTcm4OhzePIEvD04RE4431dnZZwxcNqoPZCcAtrslUfwo1LBfMaC9sHrAkLr7Igj2fOpjSM4S5sghnGHdayY1Hm5iLGZ8ZLBeMqcMVgjuDB9L4PHJVwpM9TiKzSDRPEKLAmA8gDITISMNu3Uylw7q2abbhLbR3erG4klsYGWN496I03W+FgcEpvr3CZIbNJlLzOjRQER5F47seBLuerbdo7/DQAfdcd3OfAb3PFVteL3ueFXV7bGLwNc3SJl9HtKGdX8g6WMWdi0z/9+xIFPAPhuOD4Fw+XteoCujFkyObScRTie53+VY/aMHjvA7KEA7bA9H8KUPTXwuC8wu3UfHgp87wlm790WJ9m4UjFP9nLNzZTfuehGQr2OAbiM555MWiIJsNaxpSd1Lx3Y1Z3Wqpk9/hn3I1/MNWMGZmFn6syyhXoy+V3XpNasU7bUfsKW9hs2gRm2MYimIS7OcSqT1F/Q+rK89o2BoNdKDBK1rshdBxOT3KRcptrlME3iMLfOsOigOuOq0vfpOI5AbI9FLzrNL6xGts+w+Hx8tirygRTZ+CJ0yqjt04TkHi2gFiPrQKwW7Ly1Jek/VXGa1SVNEzuIJhqRuZjbaVfdU0oyQMcMtHSAntEyhwDNpqvRE9iVAzq9PkzWvhbu+QTELPmF+UxbBWx0ILS89g7uPst6XkxW+7aDhVIMpZef5Yd2WuOhlPFoR4B7CE+e6+PnAby+/fur7vjN7viqCvyuavh1wQgkkTD6I0sZ3fcljZn5R3X8kAPf48A/dOCfv1PG7S/wBh6PlX0JGbO3OzBrEjsKavb7gpRErncmE2sJkMxsD0CcOY437cSZdfI2HbTRoxuRPNK57Sd/286vBHmtiYClXUdXxSae4BlPJuwzr4gFoeR+codWNpEndNzp65Te8IMNyyiFve/kACsfiiNlteIve8KszdvlkYvBMnyYwF1s3cjHXIPLr9O21WQ7ndbjFpwUXcbPTUpnCbjllLM+6N+6yauszrvdezX1pLmeXHUbBQ6pY7N+byPXitadGGKKas//6qHSVNFHYKbnezXgSBkVlSSGfYOMjrDLMF0yLIb0UwKk+40DPRcuunFuv0BANIR7O7GznPHnV0dBeDKnEJSem5wT6MHZVzkdcb0aNO1xG8IAvO1LKTu9W5JhmC23nGnyZBAUZa/zVEPeb7SY6Jm1NumRWE7b0s5M4i2sP8dywsHSq7tgVhl0GSLh2wDSuL44wUJxYLLf1OH9DEcfLWeLLrUsfrGFr+FovvcdA8qyxz/b/v0Vd/xGd/z2DaT9qgr8ymo5g3arlDGAL+xLGSfzD+DHquM/VMf3u+GfAPgUgM+/0w7Evl3+rcPbJwBmJwfgpwe9tjfafwc+jgb9jymxuxFgPApgeQrW6DH28RHB1qNOMpyJSzgF+I9gqK+AbUIGLZZ3uw1t+31mcHfx9JETkp/b+b0uzB/p/TQsOvtk3eBRdpXLHu1Q2unS5Bo+vXZEDIN+O5L0rdbC2YEm0dm5QNKXDoieuo0ifOzJRIGPoGvfcXYMkwwiB3RucY+MdMdYOvuhreXJKcJyxljJlnvmL1o6fL6y1Pd0tiStBw2f+dw2Imf0M/2aWsQuL5sd+ZoaVtj5LtMW5icKqmz5wxkutAXTtObEdF2rYdqeUM8ypssSr5pE3pg1vZUbbj52EiMf3blsZ2BrRxYiN5d1v50fPw/gkwA+CceHAbwbjt8EwxdXx1dXwy+uwG/bQNgvDOYgoHo05FJGRx4sLQzZ/93+/mB1fMYNH3fHp93wL96ONWM3A7M3Pk8X4wFj68rmS49T7W1x5r5izJ5Bu73JLNE7HmC/6efVCrL4OdxjOHajPzslk0kXd4HZubXugof9m3e2I2eRYeZ1jpPfy8FlllSVeb0dYb+cQWM/yLpoK1/uif71lYvL6UO4NkHxdA2Om1b55l/56824tU/wG3bM8YB2eYbmCKXc/67ywDuMnT44tvsdT2Acg3BbmsTYyV99grvtCg/77T+eQqcHEVj2hDv+jnp8DsAPbs8/vp04X7J1QV/uhvdsDNfvrIZfEZgxS9gyAWTb6x+rhh/Y1vNpN3z/xrj/z5exwf8/KN3SXB79k9cAAAAASUVORK5CYII=); -} - -.minicolors-no-data-uris .minicolors-sprite { - background-image: url(jquery.minicolors.png); -} - -.minicolors-swatch { - position: absolute; - vertical-align: middle; - background-position: -80px 0; - border: solid 1px #ccc; - cursor: text; - padding: 0; - margin: 0; - display: inline-block; -} - -.minicolors-swatch-color { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.minicolors input[type=hidden] + .minicolors-swatch { - width: 28px; - position: static; - cursor: pointer; -} - -.minicolors input[type=hidden][disabled] + .minicolors-swatch { - cursor: default; -} - -/* Panel */ -.minicolors-panel { - position: absolute; - width: 173px; - height: 152px; - background: white; - border: solid 1px #CCC; - box-shadow: 0 0 20px rgba(0, 0, 0, .2); - z-index: 99999; - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; - box-sizing: content-box; - display: none; -} - -.minicolors-panel.minicolors-visible { - display: block; -} - -/* Panel positioning */ -.minicolors-position-top .minicolors-panel { - top: -154px; -} - -.minicolors-position-right .minicolors-panel { - right: 0; -} - -.minicolors-position-bottom .minicolors-panel { - top: auto; -} - -.minicolors-position-left .minicolors-panel { - left: 0; -} - -.minicolors-with-opacity .minicolors-panel { - width: 194px; -} - -.minicolors .minicolors-grid { - position: absolute; - top: 1px; - left: 1px; - width: 150px; - height: 150px; - background-position: -120px 0; - cursor: crosshair; -} - -.minicolors .minicolors-grid-inner { - position: absolute; - top: 0; - left: 0; - width: 150px; - height: 150px; -} - -.minicolors-slider-saturation .minicolors-grid { - background-position: -420px 0; -} - -.minicolors-slider-saturation .minicolors-grid-inner { - background-position: -270px 0; - background-image: inherit; -} - -.minicolors-slider-brightness .minicolors-grid { - background-position: -570px 0; -} - -.minicolors-slider-brightness .minicolors-grid-inner { - background-color: black; -} - -.minicolors-slider-wheel .minicolors-grid { - background-position: -720px 0; -} - -.minicolors-slider, -.minicolors-opacity-slider { - position: absolute; - top: 1px; - left: 152px; - width: 20px; - height: 150px; - background-color: white; - background-position: 0 0; - cursor: row-resize; -} - -.minicolors-slider-saturation .minicolors-slider { - background-position: -60px 0; -} - -.minicolors-slider-brightness .minicolors-slider { - background-position: -20px 0; -} - -.minicolors-slider-wheel .minicolors-slider { - background-position: -20px 0; -} - -.minicolors-opacity-slider { - left: 173px; - background-position: -40px 0; - display: none; -} - -.minicolors-with-opacity .minicolors-opacity-slider { - display: block; -} - -/* Pickers */ -.minicolors-grid .minicolors-picker { - position: absolute; - top: 70px; - left: 70px; - width: 12px; - height: 12px; - border: solid 1px black; - border-radius: 10px; - margin-top: -6px; - margin-left: -6px; - background: none; -} - -.minicolors-grid .minicolors-picker > div { - position: absolute; - top: 0; - left: 0; - width: 8px; - height: 8px; - border-radius: 8px; - border: solid 2px white; - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; - box-sizing: content-box; -} - -.minicolors-picker { - position: absolute; - top: 0; - left: 0; - width: 18px; - height: 2px; - background: white; - border: solid 1px black; - margin-top: -2px; - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; - box-sizing: content-box; -} - -/* Inline controls */ -.minicolors-inline { - display: inline-block; -} - -.minicolors-inline .minicolors-input { - display: none !important; -} - -.minicolors-inline .minicolors-panel { - position: relative; - top: auto; - left: auto; - box-shadow: none; - z-index: auto; - display: inline-block; -} - -/* Default theme */ -.minicolors-theme-default .minicolors-swatch { - top: 5px; - left: 5px; - width: 18px; - height: 18px; -} -.minicolors-theme-default.minicolors-position-right .minicolors-swatch { - left: auto; - right: 5px; -} -.minicolors-theme-default.minicolors { - width: auto; - display: inline-block; -} -.minicolors-theme-default .minicolors-input { - height: 20px; - width: auto; - display: inline-block; - padding-left: 26px; -} -.minicolors-theme-default.minicolors-position-right .minicolors-input { - padding-right: 26px; - padding-left: inherit; -} - -/* Bootstrap theme */ -.minicolors-theme-bootstrap .minicolors-swatch { - z-index: 2; - top: 3px; - left: 3px; - width: 28px; - height: 28px; - border-radius: 3px; -} -.minicolors-theme-bootstrap .minicolors-swatch-color { - border-radius: inherit; -} -.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch { - left: auto; - right: 3px; -} -.minicolors-theme-bootstrap .minicolors-input { - float: none; - padding-left: 44px; -} -.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input { - padding-right: 44px; - padding-left: 12px; -} -.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch { - top: 4px; - left: 4px; - width: 37px; - height: 37px; - border-radius: 5px; -} -.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch { - width: 24px; - height: 24px; -} -.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} diff --git a/public/css/semantic-2.1.6.min.css b/public/css/semantic-2.1.6.min.css deleted file mode 100755 index 5293f35dd..000000000 --- a/public/css/semantic-2.1.6.min.css +++ /dev/null @@ -1,11 +0,0 @@ - /* - * # Semantic UI - 2.1.6 - * 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{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%}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}.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;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) 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.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.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 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+.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;text-shadow:none!important;color:transparent!important;-webkit-transition:all 0s linear;transition:all 0s linear;z-index:100}.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}.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:.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+.bottom.attached.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:.8s -webkit-filter ease,.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: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.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;-webkit-transform:rotateZ(0);transform:rotateZ(0)}.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: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: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[class*="very thin"].left.sidebar,.ui[class*="very thin"].right.sidebar{width:60px}.ui.thin.left.sidebar,.ui.thin.right.sidebar{width:150px}.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[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.thin.left.sidebar~.fixed,.ui.visible.thin.left.sidebar~.pusher{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,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[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.thin.right.sidebar~.fixed,.ui.visible.thin.right.sidebar~.pusher{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,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: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;-ms-transform:none!important;transform:none!important}.ui.push.sidebar{-webkit-transition:-webkit-transform .5s ease;transition: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: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: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: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: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%;-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 .5s ease;transition: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);-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:.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;-ms-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;-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:.8s;animation-duration:.8s}.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:.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/semantic-2.1.8.min.css b/public/css/semantic-2.1.8.min.css new file mode 100644 index 000000000..835d6f126 --- /dev/null +++ b/public/css/semantic-2.1.8.min.css @@ -0,0 +1,11 @@ + /* + * # 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/themes/basic/assets/fonts/icons.eot b/public/css/themes/basic/assets/fonts/icons.eot old mode 100755 new mode 100644 diff --git a/public/css/themes/basic/assets/fonts/icons.svg b/public/css/themes/basic/assets/fonts/icons.svg old mode 100755 new mode 100644 diff --git a/public/css/themes/basic/assets/fonts/icons.ttf b/public/css/themes/basic/assets/fonts/icons.ttf old mode 100755 new mode 100644 diff --git a/public/css/themes/basic/assets/fonts/icons.woff b/public/css/themes/basic/assets/fonts/icons.woff old mode 100755 new mode 100644 diff --git a/public/css/themes/default/assets/fonts/icons.eot b/public/css/themes/default/assets/fonts/icons.eot old mode 100755 new mode 100644 diff --git a/public/css/themes/default/assets/fonts/icons.otf b/public/css/themes/default/assets/fonts/icons.otf old mode 100755 new mode 100644 diff --git a/public/css/themes/default/assets/fonts/icons.svg b/public/css/themes/default/assets/fonts/icons.svg old mode 100755 new mode 100644 diff --git a/public/css/themes/default/assets/fonts/icons.ttf b/public/css/themes/default/assets/fonts/icons.ttf old mode 100755 new mode 100644 diff --git a/public/css/themes/default/assets/fonts/icons.woff b/public/css/themes/default/assets/fonts/icons.woff old mode 100755 new mode 100644 diff --git a/public/css/themes/default/assets/fonts/icons.woff2 b/public/css/themes/default/assets/fonts/icons.woff2 old mode 100755 new mode 100644 diff --git a/public/css/themes/default/assets/images/flags.png b/public/css/themes/default/assets/images/flags.png old mode 100755 new mode 100644 diff --git a/public/css/themes/github/assets/fonts/octicons-local.ttf b/public/css/themes/github/assets/fonts/octicons-local.ttf old mode 100755 new mode 100644 diff --git a/public/css/themes/github/assets/fonts/octicons.svg b/public/css/themes/github/assets/fonts/octicons.svg old mode 100755 new mode 100644 diff --git a/public/css/themes/github/assets/fonts/octicons.ttf b/public/css/themes/github/assets/fonts/octicons.ttf old mode 100755 new mode 100644 diff --git a/public/css/themes/github/assets/fonts/octicons.woff b/public/css/themes/github/assets/fonts/octicons.woff old mode 100755 new mode 100644 diff --git a/public/fonts/FontAwesome.otf b/public/fonts/FontAwesome.otf deleted file mode 100644 index 681bdd4d4..000000000 Binary files a/public/fonts/FontAwesome.otf and /dev/null differ diff --git a/public/fonts/fontawesome-webfont.eot b/public/fonts/fontawesome-webfont.eot deleted file mode 100644 index a30335d74..000000000 Binary files a/public/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/public/fonts/fontawesome-webfont.woff b/public/fonts/fontawesome-webfont.woff deleted file mode 100644 index 6fd4ede0f..000000000 Binary files a/public/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/public/fonts/fontawesome-webfont.woff2 b/public/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 5560193cc..000000000 Binary files a/public/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/public/fonts/octicons.woff b/public/fonts/octicons.woff deleted file mode 100644 index 51e10f1ce..000000000 Binary files a/public/fonts/octicons.woff and /dev/null differ diff --git a/public/img/404.png b/public/img/404.png index 80c081d30..c4a068df7 100644 Binary files a/public/img/404.png and b/public/img/404.png differ diff --git a/public/img/500.png b/public/img/500.png index 6237f9a94..8813da109 100644 Binary files a/public/img/500.png and b/public/img/500.png differ diff --git a/public/img/emoji/+1.png b/public/img/emoji/+1.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/-1.png b/public/img/emoji/-1.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/100.png b/public/img/emoji/100.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/1234.png b/public/img/emoji/1234.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/8ball.png b/public/img/emoji/8ball.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/a.png b/public/img/emoji/a.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ab.png b/public/img/emoji/ab.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/abc.png b/public/img/emoji/abc.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/abcd.png b/public/img/emoji/abcd.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/accept.png b/public/img/emoji/accept.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/aerial_tramway.png b/public/img/emoji/aerial_tramway.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/airplane.png b/public/img/emoji/airplane.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/alarm_clock.png b/public/img/emoji/alarm_clock.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/alien.png b/public/img/emoji/alien.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ambulance.png b/public/img/emoji/ambulance.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/anchor.png b/public/img/emoji/anchor.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/angel.png b/public/img/emoji/angel.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/anger.png b/public/img/emoji/anger.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/angry.png b/public/img/emoji/angry.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/anguished.png b/public/img/emoji/anguished.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ant.png b/public/img/emoji/ant.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/apple.png b/public/img/emoji/apple.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/aquarius.png b/public/img/emoji/aquarius.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/aries.png b/public/img/emoji/aries.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_backward.png b/public/img/emoji/arrow_backward.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_double_down.png b/public/img/emoji/arrow_double_down.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_double_up.png b/public/img/emoji/arrow_double_up.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_down.png b/public/img/emoji/arrow_down.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_down_small.png b/public/img/emoji/arrow_down_small.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_forward.png b/public/img/emoji/arrow_forward.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_heading_down.png b/public/img/emoji/arrow_heading_down.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_heading_up.png b/public/img/emoji/arrow_heading_up.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_left.png b/public/img/emoji/arrow_left.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_lower_left.png b/public/img/emoji/arrow_lower_left.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_lower_right.png b/public/img/emoji/arrow_lower_right.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_right.png b/public/img/emoji/arrow_right.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_right_hook.png b/public/img/emoji/arrow_right_hook.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_up.png b/public/img/emoji/arrow_up.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_up_down.png b/public/img/emoji/arrow_up_down.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_up_small.png b/public/img/emoji/arrow_up_small.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_upper_left.png b/public/img/emoji/arrow_upper_left.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrow_upper_right.png b/public/img/emoji/arrow_upper_right.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrows_clockwise.png b/public/img/emoji/arrows_clockwise.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/arrows_counterclockwise.png b/public/img/emoji/arrows_counterclockwise.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/art.png b/public/img/emoji/art.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/articulated_lorry.png b/public/img/emoji/articulated_lorry.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/astonished.png b/public/img/emoji/astonished.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/atm.png b/public/img/emoji/atm.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/b.png b/public/img/emoji/b.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/baby.png b/public/img/emoji/baby.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/baby_bottle.png b/public/img/emoji/baby_bottle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/baby_chick.png b/public/img/emoji/baby_chick.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/baby_symbol.png b/public/img/emoji/baby_symbol.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/back.png b/public/img/emoji/back.png old mode 100755 new mode 100644 index 0cde62876..5851ddca4 Binary files a/public/img/emoji/back.png and b/public/img/emoji/back.png differ diff --git a/public/img/emoji/baggage_claim.png b/public/img/emoji/baggage_claim.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/balloon.png b/public/img/emoji/balloon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ballot_box_with_check.png b/public/img/emoji/ballot_box_with_check.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bamboo.png b/public/img/emoji/bamboo.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/banana.png b/public/img/emoji/banana.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bangbang.png b/public/img/emoji/bangbang.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bank.png b/public/img/emoji/bank.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bar_chart.png b/public/img/emoji/bar_chart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/barber.png b/public/img/emoji/barber.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/baseball.png b/public/img/emoji/baseball.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/basketball.png b/public/img/emoji/basketball.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bath.png b/public/img/emoji/bath.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bathtub.png b/public/img/emoji/bathtub.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/battery.png b/public/img/emoji/battery.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bear.png b/public/img/emoji/bear.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bee.png b/public/img/emoji/bee.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/beer.png b/public/img/emoji/beer.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/beers.png b/public/img/emoji/beers.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/beetle.png b/public/img/emoji/beetle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/beginner.png b/public/img/emoji/beginner.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bell.png b/public/img/emoji/bell.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bento.png b/public/img/emoji/bento.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bicyclist.png b/public/img/emoji/bicyclist.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bike.png b/public/img/emoji/bike.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bikini.png b/public/img/emoji/bikini.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bird.png b/public/img/emoji/bird.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/birthday.png b/public/img/emoji/birthday.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/black_circle.png b/public/img/emoji/black_circle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/black_joker.png b/public/img/emoji/black_joker.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/black_medium_small_square.png b/public/img/emoji/black_medium_small_square.png old mode 100755 new mode 100644 index 25bfe9c45..9ac79989b Binary files a/public/img/emoji/black_medium_small_square.png and b/public/img/emoji/black_medium_small_square.png differ diff --git a/public/img/emoji/black_medium_square.png b/public/img/emoji/black_medium_square.png old mode 100755 new mode 100644 index 204cce12c..2f61dc235 Binary files a/public/img/emoji/black_medium_square.png and b/public/img/emoji/black_medium_square.png differ diff --git a/public/img/emoji/black_nib.png b/public/img/emoji/black_nib.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/black_small_square.png b/public/img/emoji/black_small_square.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/black_square.png b/public/img/emoji/black_square.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/black_square_button.png b/public/img/emoji/black_square_button.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/blossom.png b/public/img/emoji/blossom.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/blowfish.png b/public/img/emoji/blowfish.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/blue_book.png b/public/img/emoji/blue_book.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/blue_car.png b/public/img/emoji/blue_car.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/blue_heart.png b/public/img/emoji/blue_heart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/blush.png b/public/img/emoji/blush.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/boar.png b/public/img/emoji/boar.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/boat.png b/public/img/emoji/boat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bomb.png b/public/img/emoji/bomb.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/book.png b/public/img/emoji/book.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bookmark.png b/public/img/emoji/bookmark.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bookmark_tabs.png b/public/img/emoji/bookmark_tabs.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/books.png b/public/img/emoji/books.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/boom.png b/public/img/emoji/boom.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/boot.png b/public/img/emoji/boot.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bouquet.png b/public/img/emoji/bouquet.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bow.png b/public/img/emoji/bow.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bowling.png b/public/img/emoji/bowling.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bowtie.png b/public/img/emoji/bowtie.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/boy.png b/public/img/emoji/boy.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bread.png b/public/img/emoji/bread.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bride_with_veil.png b/public/img/emoji/bride_with_veil.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bridge_at_night.png b/public/img/emoji/bridge_at_night.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/briefcase.png b/public/img/emoji/briefcase.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/broken_heart.png b/public/img/emoji/broken_heart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bug.png b/public/img/emoji/bug.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bulb.png b/public/img/emoji/bulb.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bullettrain_front.png b/public/img/emoji/bullettrain_front.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bullettrain_side.png b/public/img/emoji/bullettrain_side.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bus.png b/public/img/emoji/bus.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/busstop.png b/public/img/emoji/busstop.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/bust_in_silhouette.png b/public/img/emoji/bust_in_silhouette.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/busts_in_silhouette.png b/public/img/emoji/busts_in_silhouette.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cactus.png b/public/img/emoji/cactus.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cake.png b/public/img/emoji/cake.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/calendar.png b/public/img/emoji/calendar.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/calling.png b/public/img/emoji/calling.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/camel.png b/public/img/emoji/camel.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/camera.png b/public/img/emoji/camera.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cancer.png b/public/img/emoji/cancer.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/candy.png b/public/img/emoji/candy.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/capital_abcd.png b/public/img/emoji/capital_abcd.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/capricorn.png b/public/img/emoji/capricorn.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/car.png b/public/img/emoji/car.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/card_index.png b/public/img/emoji/card_index.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/carousel_horse.png b/public/img/emoji/carousel_horse.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cat.png b/public/img/emoji/cat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cat2.png b/public/img/emoji/cat2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cd.png b/public/img/emoji/cd.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/chart.png b/public/img/emoji/chart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/chart_with_downwards_trend.png b/public/img/emoji/chart_with_downwards_trend.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/chart_with_upwards_trend.png b/public/img/emoji/chart_with_upwards_trend.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/checkered_flag.png b/public/img/emoji/checkered_flag.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cherries.png b/public/img/emoji/cherries.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cherry_blossom.png b/public/img/emoji/cherry_blossom.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/chestnut.png b/public/img/emoji/chestnut.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/chicken.png b/public/img/emoji/chicken.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/children_crossing.png b/public/img/emoji/children_crossing.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/chocolate_bar.png b/public/img/emoji/chocolate_bar.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/christmas_tree.png b/public/img/emoji/christmas_tree.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/church.png b/public/img/emoji/church.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cinema.png b/public/img/emoji/cinema.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/circus_tent.png b/public/img/emoji/circus_tent.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/city_sunrise.png b/public/img/emoji/city_sunrise.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/city_sunset.png b/public/img/emoji/city_sunset.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cl.png b/public/img/emoji/cl.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clap.png b/public/img/emoji/clap.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clapper.png b/public/img/emoji/clapper.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clipboard.png b/public/img/emoji/clipboard.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock1.png b/public/img/emoji/clock1.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock10.png b/public/img/emoji/clock10.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock1030.png b/public/img/emoji/clock1030.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock11.png b/public/img/emoji/clock11.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock1130.png b/public/img/emoji/clock1130.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock12.png b/public/img/emoji/clock12.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock1230.png b/public/img/emoji/clock1230.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock130.png b/public/img/emoji/clock130.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock2.png b/public/img/emoji/clock2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock230.png b/public/img/emoji/clock230.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock3.png b/public/img/emoji/clock3.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock330.png b/public/img/emoji/clock330.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock4.png b/public/img/emoji/clock4.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock430.png b/public/img/emoji/clock430.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock5.png b/public/img/emoji/clock5.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock530.png b/public/img/emoji/clock530.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock6.png b/public/img/emoji/clock6.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock630.png b/public/img/emoji/clock630.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock7.png b/public/img/emoji/clock7.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock730.png b/public/img/emoji/clock730.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock8.png b/public/img/emoji/clock8.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock830.png b/public/img/emoji/clock830.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock9.png b/public/img/emoji/clock9.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clock930.png b/public/img/emoji/clock930.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/closed_book.png b/public/img/emoji/closed_book.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/closed_lock_with_key.png b/public/img/emoji/closed_lock_with_key.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/closed_umbrella.png b/public/img/emoji/closed_umbrella.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cloud.png b/public/img/emoji/cloud.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/clubs.png b/public/img/emoji/clubs.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cn.png b/public/img/emoji/cn.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cocktail.png b/public/img/emoji/cocktail.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/coffee.png b/public/img/emoji/coffee.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cold_sweat.png b/public/img/emoji/cold_sweat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/collision.png b/public/img/emoji/collision.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/computer.png b/public/img/emoji/computer.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/confetti_ball.png b/public/img/emoji/confetti_ball.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/confounded.png b/public/img/emoji/confounded.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/confused.png b/public/img/emoji/confused.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/congratulations.png b/public/img/emoji/congratulations.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/construction.png b/public/img/emoji/construction.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/construction_worker.png b/public/img/emoji/construction_worker.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/convenience_store.png b/public/img/emoji/convenience_store.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cookie.png b/public/img/emoji/cookie.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cool.png b/public/img/emoji/cool.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cop.png b/public/img/emoji/cop.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/copyright.png b/public/img/emoji/copyright.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/corn.png b/public/img/emoji/corn.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/couple.png b/public/img/emoji/couple.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/couple_with_heart.png b/public/img/emoji/couple_with_heart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/couplekiss.png b/public/img/emoji/couplekiss.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cow.png b/public/img/emoji/cow.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cow2.png b/public/img/emoji/cow2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/credit_card.png b/public/img/emoji/credit_card.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/crescent_moon.png b/public/img/emoji/crescent_moon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/crocodile.png b/public/img/emoji/crocodile.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/crossed_flags.png b/public/img/emoji/crossed_flags.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/crown.png b/public/img/emoji/crown.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cry.png b/public/img/emoji/cry.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/crying_cat_face.png b/public/img/emoji/crying_cat_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/crystal_ball.png b/public/img/emoji/crystal_ball.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cupid.png b/public/img/emoji/cupid.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/curly_loop.png b/public/img/emoji/curly_loop.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/currency_exchange.png b/public/img/emoji/currency_exchange.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/curry.png b/public/img/emoji/curry.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/custard.png b/public/img/emoji/custard.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/customs.png b/public/img/emoji/customs.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/cyclone.png b/public/img/emoji/cyclone.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dancer.png b/public/img/emoji/dancer.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dancers.png b/public/img/emoji/dancers.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dango.png b/public/img/emoji/dango.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dart.png b/public/img/emoji/dart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dash.png b/public/img/emoji/dash.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/date.png b/public/img/emoji/date.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/de.png b/public/img/emoji/de.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/deciduous_tree.png b/public/img/emoji/deciduous_tree.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/department_store.png b/public/img/emoji/department_store.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/diamond_shape_with_a_dot_inside.png b/public/img/emoji/diamond_shape_with_a_dot_inside.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/diamonds.png b/public/img/emoji/diamonds.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/disappointed.png b/public/img/emoji/disappointed.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/disappointed_relieved.png b/public/img/emoji/disappointed_relieved.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dizzy.png b/public/img/emoji/dizzy.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dizzy_face.png b/public/img/emoji/dizzy_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/do_not_litter.png b/public/img/emoji/do_not_litter.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dog.png b/public/img/emoji/dog.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dog2.png b/public/img/emoji/dog2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dollar.png b/public/img/emoji/dollar.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dolls.png b/public/img/emoji/dolls.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dolphin.png b/public/img/emoji/dolphin.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/donut.png b/public/img/emoji/donut.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/door.png b/public/img/emoji/door.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/doughnut.png b/public/img/emoji/doughnut.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dragon.png b/public/img/emoji/dragon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dragon_face.png b/public/img/emoji/dragon_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dress.png b/public/img/emoji/dress.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dromedary_camel.png b/public/img/emoji/dromedary_camel.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/droplet.png b/public/img/emoji/droplet.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/dvd.png b/public/img/emoji/dvd.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/e-mail.png b/public/img/emoji/e-mail.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ear.png b/public/img/emoji/ear.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ear_of_rice.png b/public/img/emoji/ear_of_rice.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/earth_africa.png b/public/img/emoji/earth_africa.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/earth_americas.png b/public/img/emoji/earth_americas.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/earth_asia.png b/public/img/emoji/earth_asia.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/egg.png b/public/img/emoji/egg.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/eggplant.png b/public/img/emoji/eggplant.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/eight.png b/public/img/emoji/eight.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/eight_pointed_black_star.png b/public/img/emoji/eight_pointed_black_star.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/eight_spoked_asterisk.png b/public/img/emoji/eight_spoked_asterisk.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/electric_plug.png b/public/img/emoji/electric_plug.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/elephant.png b/public/img/emoji/elephant.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/email.png b/public/img/emoji/email.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/end.png b/public/img/emoji/end.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/envelope.png b/public/img/emoji/envelope.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/es.png b/public/img/emoji/es.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/euro.png b/public/img/emoji/euro.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/european_castle.png b/public/img/emoji/european_castle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/european_post_office.png b/public/img/emoji/european_post_office.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/evergreen_tree.png b/public/img/emoji/evergreen_tree.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/exclamation.png b/public/img/emoji/exclamation.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/expressionless.png b/public/img/emoji/expressionless.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/eyeglasses.png b/public/img/emoji/eyeglasses.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/eyes.png b/public/img/emoji/eyes.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/facepunch.png b/public/img/emoji/facepunch.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/factory.png b/public/img/emoji/factory.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fallen_leaf.png b/public/img/emoji/fallen_leaf.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/family.png b/public/img/emoji/family.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fast_forward.png b/public/img/emoji/fast_forward.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fax.png b/public/img/emoji/fax.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fearful.png b/public/img/emoji/fearful.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/feelsgood.png b/public/img/emoji/feelsgood.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/feet.png b/public/img/emoji/feet.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ferris_wheel.png b/public/img/emoji/ferris_wheel.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/file_folder.png b/public/img/emoji/file_folder.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/finnadie.png b/public/img/emoji/finnadie.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fire.png b/public/img/emoji/fire.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fire_engine.png b/public/img/emoji/fire_engine.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fireworks.png b/public/img/emoji/fireworks.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/first_quarter_moon.png b/public/img/emoji/first_quarter_moon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/first_quarter_moon_with_face.png b/public/img/emoji/first_quarter_moon_with_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fish.png b/public/img/emoji/fish.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fish_cake.png b/public/img/emoji/fish_cake.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fishing_pole_and_fish.png b/public/img/emoji/fishing_pole_and_fish.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fist.png b/public/img/emoji/fist.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/five.png b/public/img/emoji/five.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/flags.png b/public/img/emoji/flags.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/flashlight.png b/public/img/emoji/flashlight.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/floppy_disk.png b/public/img/emoji/floppy_disk.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/flower_playing_cards.png b/public/img/emoji/flower_playing_cards.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/flushed.png b/public/img/emoji/flushed.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/foggy.png b/public/img/emoji/foggy.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/football.png b/public/img/emoji/football.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fork_and_knife.png b/public/img/emoji/fork_and_knife.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fountain.png b/public/img/emoji/fountain.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/four.png b/public/img/emoji/four.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/four_leaf_clover.png b/public/img/emoji/four_leaf_clover.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fr.png b/public/img/emoji/fr.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/free.png b/public/img/emoji/free.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fried_shrimp.png b/public/img/emoji/fried_shrimp.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fries.png b/public/img/emoji/fries.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/frog.png b/public/img/emoji/frog.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/frowning.png b/public/img/emoji/frowning.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fu.png b/public/img/emoji/fu.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/fuelpump.png b/public/img/emoji/fuelpump.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/full_moon.png b/public/img/emoji/full_moon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/full_moon_with_face.png b/public/img/emoji/full_moon_with_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/game_die.png b/public/img/emoji/game_die.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/gb.png b/public/img/emoji/gb.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/gem.png b/public/img/emoji/gem.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/gemini.png b/public/img/emoji/gemini.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ghost.png b/public/img/emoji/ghost.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/gift.png b/public/img/emoji/gift.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/gift_heart.png b/public/img/emoji/gift_heart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/girl.png b/public/img/emoji/girl.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/globe_with_meridians.png b/public/img/emoji/globe_with_meridians.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/goat.png b/public/img/emoji/goat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/goberserk.png b/public/img/emoji/goberserk.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/godmode.png b/public/img/emoji/godmode.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/golf.png b/public/img/emoji/golf.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/grapes.png b/public/img/emoji/grapes.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/green_apple.png b/public/img/emoji/green_apple.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/green_book.png b/public/img/emoji/green_book.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/green_heart.png b/public/img/emoji/green_heart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/grey_exclamation.png b/public/img/emoji/grey_exclamation.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/grey_question.png b/public/img/emoji/grey_question.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/grimacing.png b/public/img/emoji/grimacing.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/grin.png b/public/img/emoji/grin.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/grinning.png b/public/img/emoji/grinning.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/guardsman.png b/public/img/emoji/guardsman.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/guitar.png b/public/img/emoji/guitar.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/gun.png b/public/img/emoji/gun.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/haircut.png b/public/img/emoji/haircut.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hamburger.png b/public/img/emoji/hamburger.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hammer.png b/public/img/emoji/hammer.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hamster.png b/public/img/emoji/hamster.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hand.png b/public/img/emoji/hand.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/handbag.png b/public/img/emoji/handbag.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hankey.png b/public/img/emoji/hankey.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hash.png b/public/img/emoji/hash.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hatched_chick.png b/public/img/emoji/hatched_chick.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hatching_chick.png b/public/img/emoji/hatching_chick.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/headphones.png b/public/img/emoji/headphones.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hear_no_evil.png b/public/img/emoji/hear_no_evil.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heart.png b/public/img/emoji/heart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heart_decoration.png b/public/img/emoji/heart_decoration.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heart_eyes.png b/public/img/emoji/heart_eyes.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heart_eyes_cat.png b/public/img/emoji/heart_eyes_cat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heartbeat.png b/public/img/emoji/heartbeat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heartpulse.png b/public/img/emoji/heartpulse.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hearts.png b/public/img/emoji/hearts.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heavy_check_mark.png b/public/img/emoji/heavy_check_mark.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heavy_division_sign.png b/public/img/emoji/heavy_division_sign.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heavy_dollar_sign.png b/public/img/emoji/heavy_dollar_sign.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heavy_exclamation_mark.png b/public/img/emoji/heavy_exclamation_mark.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heavy_minus_sign.png b/public/img/emoji/heavy_minus_sign.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heavy_multiplication_x.png b/public/img/emoji/heavy_multiplication_x.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/heavy_plus_sign.png b/public/img/emoji/heavy_plus_sign.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/helicopter.png b/public/img/emoji/helicopter.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/herb.png b/public/img/emoji/herb.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hibiscus.png b/public/img/emoji/hibiscus.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/high_brightness.png b/public/img/emoji/high_brightness.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/high_heel.png b/public/img/emoji/high_heel.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hocho.png b/public/img/emoji/hocho.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/honey_pot.png b/public/img/emoji/honey_pot.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/honeybee.png b/public/img/emoji/honeybee.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/horse.png b/public/img/emoji/horse.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/horse_racing.png b/public/img/emoji/horse_racing.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hospital.png b/public/img/emoji/hospital.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hotel.png b/public/img/emoji/hotel.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hotsprings.png b/public/img/emoji/hotsprings.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hourglass.png b/public/img/emoji/hourglass.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hourglass_flowing_sand.png b/public/img/emoji/hourglass_flowing_sand.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/house.png b/public/img/emoji/house.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/house_with_garden.png b/public/img/emoji/house_with_garden.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hurtrealbad.png b/public/img/emoji/hurtrealbad.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/hushed.png b/public/img/emoji/hushed.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ice_cream.png b/public/img/emoji/ice_cream.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/icecream.png b/public/img/emoji/icecream.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/id.png b/public/img/emoji/id.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ideograph_advantage.png b/public/img/emoji/ideograph_advantage.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/imp.png b/public/img/emoji/imp.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/inbox_tray.png b/public/img/emoji/inbox_tray.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/incoming_envelope.png b/public/img/emoji/incoming_envelope.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/information_desk_person.png b/public/img/emoji/information_desk_person.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/information_source.png b/public/img/emoji/information_source.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/innocent.png b/public/img/emoji/innocent.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/interrobang.png b/public/img/emoji/interrobang.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/iphone.png b/public/img/emoji/iphone.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/it.png b/public/img/emoji/it.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/izakaya_lantern.png b/public/img/emoji/izakaya_lantern.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/jack_o_lantern.png b/public/img/emoji/jack_o_lantern.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/japan.png b/public/img/emoji/japan.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/japanese_castle.png b/public/img/emoji/japanese_castle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/japanese_goblin.png b/public/img/emoji/japanese_goblin.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/japanese_ogre.png b/public/img/emoji/japanese_ogre.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/jeans.png b/public/img/emoji/jeans.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/joy.png b/public/img/emoji/joy.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/joy_cat.png b/public/img/emoji/joy_cat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/jp.png b/public/img/emoji/jp.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/key.png b/public/img/emoji/key.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/keycap_ten.png b/public/img/emoji/keycap_ten.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/kimono.png b/public/img/emoji/kimono.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/kiss.png b/public/img/emoji/kiss.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/kissing.png b/public/img/emoji/kissing.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/kissing_cat.png b/public/img/emoji/kissing_cat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/kissing_closed_eyes.png b/public/img/emoji/kissing_closed_eyes.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/kissing_face.png b/public/img/emoji/kissing_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/kissing_heart.png b/public/img/emoji/kissing_heart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/kissing_smiling_eyes.png b/public/img/emoji/kissing_smiling_eyes.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/koala.png b/public/img/emoji/koala.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/koko.png b/public/img/emoji/koko.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/kr.png b/public/img/emoji/kr.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/large_blue_circle.png b/public/img/emoji/large_blue_circle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/large_blue_diamond.png b/public/img/emoji/large_blue_diamond.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/large_orange_diamond.png b/public/img/emoji/large_orange_diamond.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/last_quarter_moon.png b/public/img/emoji/last_quarter_moon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/last_quarter_moon_with_face.png b/public/img/emoji/last_quarter_moon_with_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/laughing.png b/public/img/emoji/laughing.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/leaves.png b/public/img/emoji/leaves.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ledger.png b/public/img/emoji/ledger.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/left_luggage.png b/public/img/emoji/left_luggage.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/left_right_arrow.png b/public/img/emoji/left_right_arrow.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/leftwards_arrow_with_hook.png b/public/img/emoji/leftwards_arrow_with_hook.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/lemon.png b/public/img/emoji/lemon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/leo.png b/public/img/emoji/leo.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/leopard.png b/public/img/emoji/leopard.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/libra.png b/public/img/emoji/libra.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/light_rail.png b/public/img/emoji/light_rail.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/link.png b/public/img/emoji/link.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/lips.png b/public/img/emoji/lips.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/lipstick.png b/public/img/emoji/lipstick.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/lock.png b/public/img/emoji/lock.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/lock_with_ink_pen.png b/public/img/emoji/lock_with_ink_pen.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/lollipop.png b/public/img/emoji/lollipop.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/loop.png b/public/img/emoji/loop.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/loudspeaker.png b/public/img/emoji/loudspeaker.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/love_hotel.png b/public/img/emoji/love_hotel.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/love_letter.png b/public/img/emoji/love_letter.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/low_brightness.png b/public/img/emoji/low_brightness.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/m.png b/public/img/emoji/m.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mag.png b/public/img/emoji/mag.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mag_right.png b/public/img/emoji/mag_right.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mahjong.png b/public/img/emoji/mahjong.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mailbox.png b/public/img/emoji/mailbox.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mailbox_closed.png b/public/img/emoji/mailbox_closed.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mailbox_with_mail.png b/public/img/emoji/mailbox_with_mail.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mailbox_with_no_mail.png b/public/img/emoji/mailbox_with_no_mail.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/man.png b/public/img/emoji/man.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/man_with_gua_pi_mao.png b/public/img/emoji/man_with_gua_pi_mao.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/man_with_turban.png b/public/img/emoji/man_with_turban.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mans_shoe.png b/public/img/emoji/mans_shoe.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/maple_leaf.png b/public/img/emoji/maple_leaf.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mask.png b/public/img/emoji/mask.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/massage.png b/public/img/emoji/massage.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/meat_on_bone.png b/public/img/emoji/meat_on_bone.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mega.png b/public/img/emoji/mega.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/melon.png b/public/img/emoji/melon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/memo.png b/public/img/emoji/memo.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mens.png b/public/img/emoji/mens.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/metal.png b/public/img/emoji/metal.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/metro.png b/public/img/emoji/metro.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/microphone.png b/public/img/emoji/microphone.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/microscope.png b/public/img/emoji/microscope.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/milky_way.png b/public/img/emoji/milky_way.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/minibus.png b/public/img/emoji/minibus.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/minidisc.png b/public/img/emoji/minidisc.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mobile_phone_off.png b/public/img/emoji/mobile_phone_off.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/money_with_wings.png b/public/img/emoji/money_with_wings.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/moneybag.png b/public/img/emoji/moneybag.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/monkey.png b/public/img/emoji/monkey.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/monkey_face.png b/public/img/emoji/monkey_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/monorail.png b/public/img/emoji/monorail.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mortar_board.png b/public/img/emoji/mortar_board.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mount_fuji.png b/public/img/emoji/mount_fuji.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mountain_bicyclist.png b/public/img/emoji/mountain_bicyclist.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mountain_cableway.png b/public/img/emoji/mountain_cableway.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mountain_railway.png b/public/img/emoji/mountain_railway.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mouse.png b/public/img/emoji/mouse.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mouse2.png b/public/img/emoji/mouse2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/movie_camera.png b/public/img/emoji/movie_camera.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/moyai.png b/public/img/emoji/moyai.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/muscle.png b/public/img/emoji/muscle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mushroom.png b/public/img/emoji/mushroom.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/musical_keyboard.png b/public/img/emoji/musical_keyboard.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/musical_note.png b/public/img/emoji/musical_note.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/musical_score.png b/public/img/emoji/musical_score.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/mute.png b/public/img/emoji/mute.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/nail_care.png b/public/img/emoji/nail_care.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/name_badge.png b/public/img/emoji/name_badge.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/neckbeard.png b/public/img/emoji/neckbeard.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/necktie.png b/public/img/emoji/necktie.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/negative_squared_cross_mark.png b/public/img/emoji/negative_squared_cross_mark.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/neutral_face.png b/public/img/emoji/neutral_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/new.png b/public/img/emoji/new.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/new_moon.png b/public/img/emoji/new_moon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/new_moon_with_face.png b/public/img/emoji/new_moon_with_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/newspaper.png b/public/img/emoji/newspaper.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ng.png b/public/img/emoji/ng.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/nine.png b/public/img/emoji/nine.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/no_bell.png b/public/img/emoji/no_bell.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/no_bicycles.png b/public/img/emoji/no_bicycles.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/no_entry.png b/public/img/emoji/no_entry.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/no_entry_sign.png b/public/img/emoji/no_entry_sign.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/no_good.png b/public/img/emoji/no_good.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/no_mobile_phones.png b/public/img/emoji/no_mobile_phones.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/no_mouth.png b/public/img/emoji/no_mouth.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/no_pedestrians.png b/public/img/emoji/no_pedestrians.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/no_smoking.png b/public/img/emoji/no_smoking.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/non-potable_water.png b/public/img/emoji/non-potable_water.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/nose.png b/public/img/emoji/nose.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/notebook.png b/public/img/emoji/notebook.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/notebook_with_decorative_cover.png b/public/img/emoji/notebook_with_decorative_cover.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/notes.png b/public/img/emoji/notes.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/nut_and_bolt.png b/public/img/emoji/nut_and_bolt.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/o.png b/public/img/emoji/o.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/o2.png b/public/img/emoji/o2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ocean.png b/public/img/emoji/ocean.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/octocat.png b/public/img/emoji/octocat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/octopus.png b/public/img/emoji/octopus.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/oden.png b/public/img/emoji/oden.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/office.png b/public/img/emoji/office.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ok.png b/public/img/emoji/ok.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ok_hand.png b/public/img/emoji/ok_hand.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ok_woman.png b/public/img/emoji/ok_woman.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/older_man.png b/public/img/emoji/older_man.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/older_woman.png b/public/img/emoji/older_woman.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/on.png b/public/img/emoji/on.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/oncoming_automobile.png b/public/img/emoji/oncoming_automobile.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/oncoming_bus.png b/public/img/emoji/oncoming_bus.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/oncoming_police_car.png b/public/img/emoji/oncoming_police_car.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/oncoming_taxi.png b/public/img/emoji/oncoming_taxi.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/one.png b/public/img/emoji/one.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/open_file_folder.png b/public/img/emoji/open_file_folder.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/open_hands.png b/public/img/emoji/open_hands.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/open_mouth.png b/public/img/emoji/open_mouth.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ophiuchus.png b/public/img/emoji/ophiuchus.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/orange_book.png b/public/img/emoji/orange_book.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/outbox_tray.png b/public/img/emoji/outbox_tray.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ox.png b/public/img/emoji/ox.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/package.png b/public/img/emoji/package.png old mode 100755 new mode 100644 index 26602af9d..168434bc8 Binary files a/public/img/emoji/package.png and b/public/img/emoji/package.png differ diff --git a/public/img/emoji/page_facing_up.png b/public/img/emoji/page_facing_up.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/page_with_curl.png b/public/img/emoji/page_with_curl.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pager.png b/public/img/emoji/pager.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/palm_tree.png b/public/img/emoji/palm_tree.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/panda_face.png b/public/img/emoji/panda_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/paperclip.png b/public/img/emoji/paperclip.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/parking.png b/public/img/emoji/parking.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/part_alternation_mark.png b/public/img/emoji/part_alternation_mark.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/partly_sunny.png b/public/img/emoji/partly_sunny.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/passport_control.png b/public/img/emoji/passport_control.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/paw_prints.png b/public/img/emoji/paw_prints.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/peach.png b/public/img/emoji/peach.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pear.png b/public/img/emoji/pear.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pencil.png b/public/img/emoji/pencil.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pencil2.png b/public/img/emoji/pencil2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/penguin.png b/public/img/emoji/penguin.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pensive.png b/public/img/emoji/pensive.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/performing_arts.png b/public/img/emoji/performing_arts.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/persevere.png b/public/img/emoji/persevere.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/person_frowning.png b/public/img/emoji/person_frowning.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/person_with_blond_hair.png b/public/img/emoji/person_with_blond_hair.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/person_with_pouting_face.png b/public/img/emoji/person_with_pouting_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/phone.png b/public/img/emoji/phone.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pig.png b/public/img/emoji/pig.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pig2.png b/public/img/emoji/pig2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pig_nose.png b/public/img/emoji/pig_nose.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pill.png b/public/img/emoji/pill.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pineapple.png b/public/img/emoji/pineapple.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pisces.png b/public/img/emoji/pisces.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pizza.png b/public/img/emoji/pizza.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/plus1.png b/public/img/emoji/plus1.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/point_down.png b/public/img/emoji/point_down.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/point_left.png b/public/img/emoji/point_left.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/point_right.png b/public/img/emoji/point_right.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/point_up.png b/public/img/emoji/point_up.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/point_up_2.png b/public/img/emoji/point_up_2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/police_car.png b/public/img/emoji/police_car.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/poodle.png b/public/img/emoji/poodle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/poop.png b/public/img/emoji/poop.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/post_office.png b/public/img/emoji/post_office.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/postal_horn.png b/public/img/emoji/postal_horn.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/postbox.png b/public/img/emoji/postbox.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/potable_water.png b/public/img/emoji/potable_water.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pouch.png b/public/img/emoji/pouch.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/poultry_leg.png b/public/img/emoji/poultry_leg.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pound.png b/public/img/emoji/pound.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pouting_cat.png b/public/img/emoji/pouting_cat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pray.png b/public/img/emoji/pray.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/princess.png b/public/img/emoji/princess.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/punch.png b/public/img/emoji/punch.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/purple_heart.png b/public/img/emoji/purple_heart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/purse.png b/public/img/emoji/purse.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/pushpin.png b/public/img/emoji/pushpin.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/put_litter_in_its_place.png b/public/img/emoji/put_litter_in_its_place.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/question.png b/public/img/emoji/question.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rabbit.png b/public/img/emoji/rabbit.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rabbit2.png b/public/img/emoji/rabbit2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/racehorse.png b/public/img/emoji/racehorse.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/radio.png b/public/img/emoji/radio.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/radio_button.png b/public/img/emoji/radio_button.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rage.png b/public/img/emoji/rage.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rage1.png b/public/img/emoji/rage1.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rage2.png b/public/img/emoji/rage2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rage3.png b/public/img/emoji/rage3.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rage4.png b/public/img/emoji/rage4.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/railway_car.png b/public/img/emoji/railway_car.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rainbow.png b/public/img/emoji/rainbow.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/raised_hand.png b/public/img/emoji/raised_hand.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/raised_hands.png b/public/img/emoji/raised_hands.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/raising_hand.png b/public/img/emoji/raising_hand.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ram.png b/public/img/emoji/ram.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ramen.png b/public/img/emoji/ramen.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rat.png b/public/img/emoji/rat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/recycle.png b/public/img/emoji/recycle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/red_car.png b/public/img/emoji/red_car.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/red_circle.png b/public/img/emoji/red_circle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/registered.png b/public/img/emoji/registered.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/relaxed.png b/public/img/emoji/relaxed.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/relieved.png b/public/img/emoji/relieved.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/repeat.png b/public/img/emoji/repeat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/repeat_one.png b/public/img/emoji/repeat_one.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/restroom.png b/public/img/emoji/restroom.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/revolving_hearts.png b/public/img/emoji/revolving_hearts.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rewind.png b/public/img/emoji/rewind.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ribbon.png b/public/img/emoji/ribbon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rice.png b/public/img/emoji/rice.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rice_ball.png b/public/img/emoji/rice_ball.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rice_cracker.png b/public/img/emoji/rice_cracker.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rice_scene.png b/public/img/emoji/rice_scene.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ring.png b/public/img/emoji/ring.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rocket.png b/public/img/emoji/rocket.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/roller_coaster.png b/public/img/emoji/roller_coaster.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rooster.png b/public/img/emoji/rooster.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rose.png b/public/img/emoji/rose.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rotating_light.png b/public/img/emoji/rotating_light.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/round_pushpin.png b/public/img/emoji/round_pushpin.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rowboat.png b/public/img/emoji/rowboat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ru.png b/public/img/emoji/ru.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/rugby_football.png b/public/img/emoji/rugby_football.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/runner.png b/public/img/emoji/runner.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/running.png b/public/img/emoji/running.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/running_shirt_with_sash.png b/public/img/emoji/running_shirt_with_sash.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sa.png b/public/img/emoji/sa.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sagittarius.png b/public/img/emoji/sagittarius.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sailboat.png b/public/img/emoji/sailboat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sake.png b/public/img/emoji/sake.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sandal.png b/public/img/emoji/sandal.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/santa.png b/public/img/emoji/santa.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/satellite.png b/public/img/emoji/satellite.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/satisfied.png b/public/img/emoji/satisfied.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/saxophone.png b/public/img/emoji/saxophone.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/school.png b/public/img/emoji/school.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/school_satchel.png b/public/img/emoji/school_satchel.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/scissors.png b/public/img/emoji/scissors.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/scorpius.png b/public/img/emoji/scorpius.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/scream.png b/public/img/emoji/scream.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/scream_cat.png b/public/img/emoji/scream_cat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/scroll.png b/public/img/emoji/scroll.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/seat.png b/public/img/emoji/seat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/secret.png b/public/img/emoji/secret.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/see_no_evil.png b/public/img/emoji/see_no_evil.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/seedling.png b/public/img/emoji/seedling.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/seven.png b/public/img/emoji/seven.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/shaved_ice.png b/public/img/emoji/shaved_ice.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sheep.png b/public/img/emoji/sheep.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/shell.png b/public/img/emoji/shell.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ship.png b/public/img/emoji/ship.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/shipit.png b/public/img/emoji/shipit.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/shirt.png b/public/img/emoji/shirt.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/shit.png b/public/img/emoji/shit.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/shoe.png b/public/img/emoji/shoe.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/shower.png b/public/img/emoji/shower.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/signal_strength.png b/public/img/emoji/signal_strength.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/six.png b/public/img/emoji/six.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/six_pointed_star.png b/public/img/emoji/six_pointed_star.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ski.png b/public/img/emoji/ski.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/skull.png b/public/img/emoji/skull.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sleeping.png b/public/img/emoji/sleeping.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sleepy.png b/public/img/emoji/sleepy.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/slot_machine.png b/public/img/emoji/slot_machine.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/small_blue_diamond.png b/public/img/emoji/small_blue_diamond.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/small_orange_diamond.png b/public/img/emoji/small_orange_diamond.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/small_red_triangle.png b/public/img/emoji/small_red_triangle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/small_red_triangle_down.png b/public/img/emoji/small_red_triangle_down.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/smile.png b/public/img/emoji/smile.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/smile_cat.png b/public/img/emoji/smile_cat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/smiley.png b/public/img/emoji/smiley.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/smiley_cat.png b/public/img/emoji/smiley_cat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/smiling_imp.png b/public/img/emoji/smiling_imp.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/smirk.png b/public/img/emoji/smirk.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/smirk_cat.png b/public/img/emoji/smirk_cat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/smoking.png b/public/img/emoji/smoking.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/snail.png b/public/img/emoji/snail.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/snake.png b/public/img/emoji/snake.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/snowboarder.png b/public/img/emoji/snowboarder.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/snowflake.png b/public/img/emoji/snowflake.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/snowman.png b/public/img/emoji/snowman.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sob.png b/public/img/emoji/sob.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/soccer.png b/public/img/emoji/soccer.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/soon.png b/public/img/emoji/soon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sos.png b/public/img/emoji/sos.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sound.png b/public/img/emoji/sound.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/space_invader.png b/public/img/emoji/space_invader.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/spades.png b/public/img/emoji/spades.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/spaghetti.png b/public/img/emoji/spaghetti.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sparkle.png b/public/img/emoji/sparkle.png old mode 100755 new mode 100644 index 23a68ceb2..59637de04 Binary files a/public/img/emoji/sparkle.png and b/public/img/emoji/sparkle.png differ diff --git a/public/img/emoji/sparkler.png b/public/img/emoji/sparkler.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sparkles.png b/public/img/emoji/sparkles.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sparkling_heart.png b/public/img/emoji/sparkling_heart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/speak_no_evil.png b/public/img/emoji/speak_no_evil.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/speaker.png b/public/img/emoji/speaker.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/speech_balloon.png b/public/img/emoji/speech_balloon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/speedboat.png b/public/img/emoji/speedboat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/squirrel.png b/public/img/emoji/squirrel.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/star.png b/public/img/emoji/star.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/star2.png b/public/img/emoji/star2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/stars.png b/public/img/emoji/stars.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/station.png b/public/img/emoji/station.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/statue_of_liberty.png b/public/img/emoji/statue_of_liberty.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/steam_locomotive.png b/public/img/emoji/steam_locomotive.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/stew.png b/public/img/emoji/stew.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/straight_ruler.png b/public/img/emoji/straight_ruler.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/strawberry.png b/public/img/emoji/strawberry.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/stuck_out_tongue.png b/public/img/emoji/stuck_out_tongue.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/stuck_out_tongue_closed_eyes.png b/public/img/emoji/stuck_out_tongue_closed_eyes.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/stuck_out_tongue_winking_eye.png b/public/img/emoji/stuck_out_tongue_winking_eye.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sun_with_face.png b/public/img/emoji/sun_with_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sunflower.png b/public/img/emoji/sunflower.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sunglasses.png b/public/img/emoji/sunglasses.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sunny.png b/public/img/emoji/sunny.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sunrise.png b/public/img/emoji/sunrise.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sunrise_over_mountains.png b/public/img/emoji/sunrise_over_mountains.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/surfer.png b/public/img/emoji/surfer.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sushi.png b/public/img/emoji/sushi.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/suspect.png b/public/img/emoji/suspect.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/suspension_railway.png b/public/img/emoji/suspension_railway.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sweat.png b/public/img/emoji/sweat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sweat_drops.png b/public/img/emoji/sweat_drops.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sweat_smile.png b/public/img/emoji/sweat_smile.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/sweet_potato.png b/public/img/emoji/sweet_potato.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/swimmer.png b/public/img/emoji/swimmer.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/symbols.png b/public/img/emoji/symbols.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/syringe.png b/public/img/emoji/syringe.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tada.png b/public/img/emoji/tada.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tanabata_tree.png b/public/img/emoji/tanabata_tree.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tangerine.png b/public/img/emoji/tangerine.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/taurus.png b/public/img/emoji/taurus.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/taxi.png b/public/img/emoji/taxi.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tea.png b/public/img/emoji/tea.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/telephone.png b/public/img/emoji/telephone.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/telephone_receiver.png b/public/img/emoji/telephone_receiver.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/telescope.png b/public/img/emoji/telescope.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tennis.png b/public/img/emoji/tennis.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tent.png b/public/img/emoji/tent.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/thought_balloon.png b/public/img/emoji/thought_balloon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/three.png b/public/img/emoji/three.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/thumbsdown.png b/public/img/emoji/thumbsdown.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/thumbsup.png b/public/img/emoji/thumbsup.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/ticket.png b/public/img/emoji/ticket.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tiger.png b/public/img/emoji/tiger.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tiger2.png b/public/img/emoji/tiger2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tired_face.png b/public/img/emoji/tired_face.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tm.png b/public/img/emoji/tm.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/toilet.png b/public/img/emoji/toilet.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tokyo_tower.png b/public/img/emoji/tokyo_tower.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tomato.png b/public/img/emoji/tomato.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tongue.png b/public/img/emoji/tongue.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/top.png b/public/img/emoji/top.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tophat.png b/public/img/emoji/tophat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tractor.png b/public/img/emoji/tractor.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/traffic_light.png b/public/img/emoji/traffic_light.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/train.png b/public/img/emoji/train.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/train2.png b/public/img/emoji/train2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tram.png b/public/img/emoji/tram.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/triangular_flag_on_post.png b/public/img/emoji/triangular_flag_on_post.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/triangular_ruler.png b/public/img/emoji/triangular_ruler.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/trident.png b/public/img/emoji/trident.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/triumph.png b/public/img/emoji/triumph.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/trolleybus.png b/public/img/emoji/trolleybus.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/trollface.png b/public/img/emoji/trollface.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/trophy.png b/public/img/emoji/trophy.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tropical_drink.png b/public/img/emoji/tropical_drink.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tropical_fish.png b/public/img/emoji/tropical_fish.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/truck.png b/public/img/emoji/truck.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/trumpet.png b/public/img/emoji/trumpet.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tshirt.png b/public/img/emoji/tshirt.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tulip.png b/public/img/emoji/tulip.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/turtle.png b/public/img/emoji/turtle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/tv.png b/public/img/emoji/tv.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/twisted_rightwards_arrows.png b/public/img/emoji/twisted_rightwards_arrows.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/two.png b/public/img/emoji/two.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/two_hearts.png b/public/img/emoji/two_hearts.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/two_men_holding_hands.png b/public/img/emoji/two_men_holding_hands.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/two_women_holding_hands.png b/public/img/emoji/two_women_holding_hands.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u5272.png b/public/img/emoji/u5272.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u5408.png b/public/img/emoji/u5408.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u55b6.png b/public/img/emoji/u55b6.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u6307.png b/public/img/emoji/u6307.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u6708.png b/public/img/emoji/u6708.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u6709.png b/public/img/emoji/u6709.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u6e80.png b/public/img/emoji/u6e80.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u7121.png b/public/img/emoji/u7121.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u7533.png b/public/img/emoji/u7533.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u7981.png b/public/img/emoji/u7981.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/u7a7a.png b/public/img/emoji/u7a7a.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/uk.png b/public/img/emoji/uk.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/umbrella.png b/public/img/emoji/umbrella.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/unamused.png b/public/img/emoji/unamused.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/underage.png b/public/img/emoji/underage.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/unlock.png b/public/img/emoji/unlock.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/up.png b/public/img/emoji/up.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/us.png b/public/img/emoji/us.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/v.png b/public/img/emoji/v.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/vertical_traffic_light.png b/public/img/emoji/vertical_traffic_light.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/vhs.png b/public/img/emoji/vhs.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/vibration_mode.png b/public/img/emoji/vibration_mode.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/video_camera.png b/public/img/emoji/video_camera.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/video_game.png b/public/img/emoji/video_game.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/violin.png b/public/img/emoji/violin.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/virgo.png b/public/img/emoji/virgo.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/volcano.png b/public/img/emoji/volcano.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/vs.png b/public/img/emoji/vs.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/walking.png b/public/img/emoji/walking.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/waning_crescent_moon.png b/public/img/emoji/waning_crescent_moon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/waning_gibbous_moon.png b/public/img/emoji/waning_gibbous_moon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/warning.png b/public/img/emoji/warning.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/watch.png b/public/img/emoji/watch.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/water_buffalo.png b/public/img/emoji/water_buffalo.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/watermelon.png b/public/img/emoji/watermelon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/wave.png b/public/img/emoji/wave.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/wavy_dash.png b/public/img/emoji/wavy_dash.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/waxing_crescent_moon.png b/public/img/emoji/waxing_crescent_moon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/waxing_gibbous_moon.png b/public/img/emoji/waxing_gibbous_moon.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/wc.png b/public/img/emoji/wc.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/weary.png b/public/img/emoji/weary.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/wedding.png b/public/img/emoji/wedding.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/whale.png b/public/img/emoji/whale.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/whale2.png b/public/img/emoji/whale2.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/wheelchair.png b/public/img/emoji/wheelchair.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/white_check_mark.png b/public/img/emoji/white_check_mark.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/white_circle.png b/public/img/emoji/white_circle.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/white_flower.png b/public/img/emoji/white_flower.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/white_large_square.png b/public/img/emoji/white_large_square.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/white_medium_small_square.png b/public/img/emoji/white_medium_small_square.png old mode 100755 new mode 100644 index a115cdc49..1a35981a3 Binary files a/public/img/emoji/white_medium_small_square.png and b/public/img/emoji/white_medium_small_square.png differ diff --git a/public/img/emoji/white_medium_square.png b/public/img/emoji/white_medium_square.png old mode 100755 new mode 100644 index 199808bcf..3bcd1512b Binary files a/public/img/emoji/white_medium_square.png and b/public/img/emoji/white_medium_square.png differ diff --git a/public/img/emoji/white_small_square.png b/public/img/emoji/white_small_square.png old mode 100755 new mode 100644 index 24ba879f4..65d0be20e Binary files a/public/img/emoji/white_small_square.png and b/public/img/emoji/white_small_square.png differ diff --git a/public/img/emoji/white_square_button.png b/public/img/emoji/white_square_button.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/wind_chime.png b/public/img/emoji/wind_chime.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/wine_glass.png b/public/img/emoji/wine_glass.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/wink.png b/public/img/emoji/wink.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/wolf.png b/public/img/emoji/wolf.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/woman.png b/public/img/emoji/woman.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/womans_clothes.png b/public/img/emoji/womans_clothes.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/womans_hat.png b/public/img/emoji/womans_hat.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/womens.png b/public/img/emoji/womens.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/worried.png b/public/img/emoji/worried.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/wrench.png b/public/img/emoji/wrench.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/x.png b/public/img/emoji/x.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/yellow_heart.png b/public/img/emoji/yellow_heart.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/yen.png b/public/img/emoji/yen.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/yum.png b/public/img/emoji/yum.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/zap.png b/public/img/emoji/zap.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/zero.png b/public/img/emoji/zero.png old mode 100755 new mode 100644 diff --git a/public/img/emoji/zzz.png b/public/img/emoji/zzz.png old mode 100755 new mode 100644 diff --git a/public/img/gogs-large-resize.png b/public/img/gogs-large-resize.png index 5e39d5056..dc66c1ab3 100644 Binary files a/public/img/gogs-large-resize.png and b/public/img/gogs-large-resize.png differ diff --git a/public/img/gogs-lg.png b/public/img/gogs-lg.png index fde06eb2b..9fa0a9da3 100644 Binary files a/public/img/gogs-lg.png and b/public/img/gogs-lg.png differ diff --git a/public/js/gogs.js b/public/js/gogs.js index f979df076..33da03455 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -18,6 +18,9 @@ function initCommentPreviewTab($form) { 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) { + hljs.highlightBlock(block); + }); } ); }); @@ -319,8 +322,7 @@ function initRepository() { }; $('#edit-title').click(editTitleToggle); $('#cancel-edit-title').click(editTitleToggle); - $('#save-edit-title').click(editTitleToggle). - click(function () { + $('#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()); @@ -382,6 +384,9 @@ function initRepository() { } else { $render_content.html(data.content); emojify.run($render_content[0]); + $('pre code', $render_content[0]).each(function (i, block) { + hljs.highlightBlock(block); + }); } }); }); @@ -434,12 +439,14 @@ function initRepository() { $('#repo-clone-url').val($(this).data('link')); $(this).addClass('blue'); $('#repo-clone-https').removeClass('blue'); + localStorage.setItem('repo-clone-protocol', 'ssh'); }); $('#repo-clone-https').click(function () { $('.clone-url').text($(this).data('link')); $('#repo-clone-url').val($(this).data('link')); $(this).addClass('blue'); $('#repo-clone-ssh').removeClass('blue'); + localStorage.setItem('repo-clone-protocol', 'https'); }); $('#repo-clone-url').click(function () { $(this).select(); @@ -451,6 +458,20 @@ function initRepository() { } } +function initRepositoryCollaboration(){ + console.log('initRepositoryCollaboration'); + +// Change collaborator access mode + $('.access-mode.menu .item').click(function(){ + var $menu = $(this).parent(); + $.post($menu.data('url'), { + "_csrf": csrf, + "uid": $menu.data('uid'), + "mode": $(this).data('value') + }) + }); +} + function initWiki() { if ($('.repository.wiki').length == 0) { return; @@ -513,10 +534,8 @@ function initOrganization() { } } -function initUser() { - if ($('.user').length == 0) { - return; - } +function initUserSettings() { + console.log('initUserSettings'); // Options if ($('.user.settings.profile').length > 0) { @@ -788,10 +807,7 @@ $(document).ready(function () { // Show exact time $('.time-since').each(function () { - $(this).addClass('poping up'). - attr('data-content', $(this).attr('title')). - attr('data-variation', 'inverted tiny'). - attr('title', ''); + $(this).addClass('poping up').attr('data-content', $(this).attr('title')).attr('data-variation', 'inverted tiny').attr('title', ''); }); // Semantic UI modules. @@ -870,7 +886,10 @@ $(document).ready(function () { img_dir: suburl + '/img/emoji', ignore_emoticons: true }); - emojify.run(); + var hasEmoji = document.getElementsByClassName('has-emoji'); + for (var i = 0; i < hasEmoji.length; i++) { + emojify.run(hasEmoji[i]); + } // Clipboard JS var clipboard = new Clipboard('.clipboard'); @@ -917,6 +936,14 @@ $(document).ready(function () { $('.show-modal.button').click(function () { $($(this).data('modal')).modal('show'); }); + $('.delete-post.button').click(function(){ + var $this = $(this); + $.post($this.data('request-url'),{ + "_csrf": csrf + }).done(function(){ + window.location.href = $this.data('done-url'); + }); + }); // Set anchor. $('.markdown').each(function () { @@ -942,15 +969,26 @@ $(document).ready(function () { searchUsers(); searchRepositories(); - initCommentForm(); initInstall(); initRepository(); initWiki(); initOrganization(); - initUser(); initWebhook(); initAdmin(); + + var routes = { + 'div.user.settings': initUserSettings, + 'div.repository.settings.collaboration': initRepositoryCollaboration + }; + + var selector; + for (selector in routes) { + if ($(selector).length > 0) { + routes[selector](); + break; + } + } }); $(window).load(function () { @@ -1035,4 +1073,19 @@ $(window).load(function () { } }).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; + } + } +}); \ No newline at end of file diff --git a/public/js/libs/clipboard-1.5.5.min.js b/public/js/libs/clipboard-1.5.5.min.js deleted file mode 100755 index 4e2a012a6..000000000 --- a/public/js/libs/clipboard-1.5.5.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * clipboard.js v1.5.5 - * https://zenorocha.github.io/clipboard.js - * - * Licensed MIT © Zeno Rocha - */ -!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Clipboard=t()}}(function(){var t,e,n;return function t(e,n,r){function o(a,c){if(!n[a]){if(!e[a]){var s="function"==typeof require&&require;if(!c&&s)return s(a,!0);if(i)return i(a,!0);var u=new Error("Cannot find module '"+a+"'");throw u.code="MODULE_NOT_FOUND",u}var l=n[a]={exports:{}};e[a][0].call(l.exports,function(t){var n=e[a][1][t];return o(n?n:t)},l,l.exports,t,e,n,r)}return n[a].exports}for(var i="function"==typeof require&&require,a=0;ar;r++)n[r].fn.apply(n[r].ctx,e);return this},off:function(t,e){var n=this.e||(this.e={}),r=n[t],o=[];if(r&&e)for(var i=0,a=r.length;a>i;i++)r[i].fn!==e&&r[i].fn._!==e&&o.push(r[i]);return o.length?n[t]=o:delete n[t],this}},e.exports=r},{}],8:[function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{"default":t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}n.__esModule=!0;var i=function(){function t(t,e){for(var n=0;no;o++)n[o].fn.apply(n[o].ctx,e);return this},off:function(t,e){var n=this.e||(this.e={}),o=n[t],r=[];if(o&&e)for(var i=0,c=o.length;c>i;i++)o[i].fn!==e&&o[i].fn._!==e&&r.push(o[i]);return r.length?n[t]=r:delete n[t],this}},e.exports=o},{}],8:[function(e,n,o){!function(r,i){if("function"==typeof t&&t.amd)t(["module","select"],i);else if("undefined"!=typeof o)i(n,e("select"));else{var c={exports:{}};i(c,r.select),r.clipboardAction=c.exports}}(this,function(t,e){"use strict";function n(t){return t&&t.__esModule?t:{"default":t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var r=n(e),i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t},c=function(){function t(t,e){for(var n=0;n/gm,">")}function t(e){return e.nodeName.toLowerCase()}function r(e,n){var t=e&&e.exec(n);return t&&0==t.index}function a(e){return/^(no-?highlight|plain|text)$/i.test(e)}function i(e){var n,t,r,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",t=/\blang(?:uage)?-([\w-]+)\b/i.exec(i))return E(t[1])?t[1]:"no-highlight";for(i=i.split(/\s+/),n=0,r=i.length;r>n;n++)if(E(i[n])||a(i[n]))return i[n]}function o(e,n){var t,r={};for(t in e)r[t]=e[t];if(n)for(t in n)r[t]=n[t];return r}function u(e){var n=[];return function r(e,a){for(var i=e.firstChild;i;i=i.nextSibling)3==i.nodeType?a+=i.nodeValue.length:1==i.nodeType&&(n.push({event:"start",offset:a,node:i}),a=r(i,a),t(i).match(/br|hr|img|input/)||n.push({event:"stop",offset:a,node:i}));return a}(e,0),n}function c(e,r,a){function i(){return e.length&&r.length?e[0].offset!=r[0].offset?e[0].offset"}function u(e){l+=""}function c(e){("start"==e.event?o:u)(e.node)}for(var s=0,l="",f=[];e.length||r.length;){var g=i();if(l+=n(a.substr(s,g[0].offset-s)),s=g[0].offset,g==e){f.reverse().forEach(u);do c(g.splice(0,1)[0]),g=i();while(g==e&&g.length&&g[0].offset==s);f.reverse().forEach(o)}else"start"==g[0].event?f.push(g[0].node):f.pop(),c(g.splice(0,1)[0])}return l+n(a.substr(s))}function s(e){function n(e){return e&&e.source||e}function t(t,r){return new RegExp(n(t),"m"+(e.cI?"i":"")+(r?"g":""))}function r(a,i){if(!a.compiled){if(a.compiled=!0,a.k=a.k||a.bK,a.k){var u={},c=function(n,t){e.cI&&(t=t.toLowerCase()),t.split(" ").forEach(function(e){var t=e.split("|");u[t[0]]=[n,t[1]?Number(t[1]):1]})};"string"==typeof a.k?c("keyword",a.k):Object.keys(a.k).forEach(function(e){c(e,a.k[e])}),a.k=u}a.lR=t(a.l||/\b\w+\b/,!0),i&&(a.bK&&(a.b="\\b("+a.bK.split(" ").join("|")+")\\b"),a.b||(a.b=/\B|\b/),a.bR=t(a.b),a.e||a.eW||(a.e=/\B|\b/),a.e&&(a.eR=t(a.e)),a.tE=n(a.e)||"",a.eW&&i.tE&&(a.tE+=(a.e?"|":"")+i.tE)),a.i&&(a.iR=t(a.i)),void 0===a.r&&(a.r=1),a.c||(a.c=[]);var s=[];a.c.forEach(function(e){e.v?e.v.forEach(function(n){s.push(o(e,n))}):s.push("self"==e?a:e)}),a.c=s,a.c.forEach(function(e){r(e,a)}),a.starts&&r(a.starts,i);var l=a.c.map(function(e){return e.bK?"\\.?("+e.b+")\\.?":e.b}).concat([a.tE,a.i]).map(n).filter(Boolean);a.t=l.length?t(l.join("|"),!0):{exec:function(){return null}}}}r(e)}function l(e,t,a,i){function o(e,n){for(var t=0;t";return i+=e+'">',i+n+o}function p(){if(!L.k)return n(M);var e="",t=0;L.lR.lastIndex=0;for(var r=L.lR.exec(M);r;){e+=n(M.substr(t,r.index-t));var a=g(L,r);a?(B+=a[1],e+=h(a[0],n(r[0]))):e+=n(r[0]),t=L.lR.lastIndex,r=L.lR.exec(M)}return e+n(M.substr(t))}function d(){var e="string"==typeof L.sL;if(e&&!R[L.sL])return n(M);var t=e?l(L.sL,M,!0,y[L.sL]):f(M,L.sL.length?L.sL:void 0);return L.r>0&&(B+=t.r),e&&(y[L.sL]=t.top),h(t.language,t.value,!1,!0)}function b(){return void 0!==L.sL?d():p()}function v(e,t){var r=e.cN?h(e.cN,"",!0):"";e.rB?(k+=r,M=""):e.eB?(k+=n(t)+r,M=""):(k+=r,M=t),L=Object.create(e,{parent:{value:L}})}function m(e,t){if(M+=e,void 0===t)return k+=b(),0;var r=o(t,L);if(r)return k+=b(),v(r,t),r.rB?0:t.length;var a=u(L,t);if(a){var i=L;i.rE||i.eE||(M+=t),k+=b();do L.cN&&(k+=""),B+=L.r,L=L.parent;while(L!=a.parent);return i.eE&&(k+=n(t)),M="",a.starts&&v(a.starts,""),i.rE?0:t.length}if(c(t,L))throw new Error('Illegal lexeme "'+t+'" for mode "'+(L.cN||"")+'"');return M+=t,t.length||1}var N=E(e);if(!N)throw new Error('Unknown language: "'+e+'"');s(N);var w,L=i||N,y={},k="";for(w=L;w!=N;w=w.parent)w.cN&&(k=h(w.cN,"",!0)+k);var M="",B=0;try{for(var C,j,I=0;;){if(L.t.lastIndex=I,C=L.t.exec(t),!C)break;j=m(t.substr(I,C.index-I),C[0]),I=C.index+j}for(m(t.substr(I)),w=L;w.parent;w=w.parent)w.cN&&(k+="");return{r:B,value:k,language:e,top:L}}catch(O){if(-1!=O.message.indexOf("Illegal"))return{r:0,value:n(t)};throw O}}function f(e,t){t=t||x.languages||Object.keys(R);var r={r:0,value:n(e)},a=r;return t.forEach(function(n){if(E(n)){var t=l(n,e,!1);t.language=n,t.r>a.r&&(a=t),t.r>r.r&&(a=r,r=t)}}),a.language&&(r.second_best=a),r}function g(e){return x.tabReplace&&(e=e.replace(/^((<[^>]+>|\t)+)/gm,function(e,n){return n.replace(/\t/g,x.tabReplace)})),x.useBR&&(e=e.replace(/\n/g,"
")),e}function h(e,n,t){var r=n?w[n]:t,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),-1===e.indexOf(r)&&a.push(r),a.join(" ").trim()}function p(e){var n=i(e);if(!a(n)){var t;x.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e;var r=t.textContent,o=n?l(n,r,!0):f(r),s=u(t);if(s.length){var p=document.createElementNS("http://www.w3.org/1999/xhtml","div");p.innerHTML=o.value,o.value=c(s,u(p),r)}o.value=g(o.value),e.innerHTML=o.value,e.className=h(e.className,n,o.language),e.result={language:o.language,re:o.r},o.second_best&&(e.second_best={language:o.second_best.language,re:o.second_best.r})}}function d(e){x=o(x,e)}function b(){if(!b.called){b.called=!0;var e=document.querySelectorAll("pre code");Array.prototype.forEach.call(e,p)}}function v(){addEventListener("DOMContentLoaded",b,!1),addEventListener("load",b,!1)}function m(n,t){var r=R[n]=t(e);r.aliases&&r.aliases.forEach(function(e){w[e]=n})}function N(){return Object.keys(R)}function E(e){return e=(e||"").toLowerCase(),R[e]||R[w[e]]}var x={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0},R={},w={};return e.highlight=l,e.highlightAuto=f,e.fixMarkup=g,e.highlightBlock=p,e.configure=d,e.initHighlighting=b,e.initHighlightingOnLoad=v,e.registerLanguage=m,e.listLanguages=N,e.getLanguage=E,e.inherit=o,e.IR="[a-zA-Z]\\w*",e.UIR="[a-zA-Z_]\\w*",e.NR="\\b\\d+(\\.\\d+)?",e.CNR="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BNR="\\b(0b[01]+)",e.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BE={b:"\\\\[\\s\\S]",r:0},e.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[e.BE]},e.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[e.BE]},e.PWM={b:/\b(a|an|the|are|I|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|like)\b/},e.C=function(n,t,r){var a=e.inherit({cN:"comment",b:n,e:t,c:[]},r||{});return a.c.push(e.PWM),a.c.push({cN:"doctag",b:"(?:TODO|FIXME|NOTE|BUG|XXX):",r:0}),a},e.CLCM=e.C("//","$"),e.CBCM=e.C("/\\*","\\*/"),e.HCM=e.C("#","$"),e.NM={cN:"number",b:e.NR,r:0},e.CNM={cN:"number",b:e.CNR,r:0},e.BNM={cN:"number",b:e.BNR,r:0},e.CSSNM={cN:"number",b:e.NR+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",r:0},e.RM={cN:"regexp",b:/\//,e:/\/[gimuy]*/,i:/\n/,c:[e.BE,{b:/\[/,e:/\]/,r:0,c:[e.BE]}]},e.TM={cN:"title",b:e.IR,r:0},e.UTM={cN:"title",b:e.UIR,r:0},e});hljs.registerLanguage("php",function(e){var c={b:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},a={cN:"meta",b:/<\?(php)?|\?>/},i={cN:"string",c:[e.BE,a],v:[{b:'b"',e:'"'},{b:"b'",e:"'"},e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},t={v:[e.BNM,e.CNM]};return{aliases:["php3","php4","php5","php6"],cI:!0,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[e.CLCM,e.HCM,e.C("/\\*","\\*/",{c:[{cN:"doctag",b:"@[A-Za-z]+"},a]}),e.C("__halt_compiler.+?;",!1,{eW:!0,k:"__halt_compiler",l:e.UIR}),{cN:"string",b:/<<<['"]?\w+['"]?$/,e:/^\w+;?$/,c:[e.BE,{cN:"subst",v:[{b:/\$\w+/},{b:/\{\$/,e:/\}/}]}]},a,c,{b:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{cN:"function",bK:"function",e:/[;{]/,eE:!0,i:"\\$|\\[|%",c:[e.UTM,{cN:"params",b:"\\(",e:"\\)",c:["self",c,e.CBCM,i,t]}]},{cN:"class",bK:"class interface",e:"{",eE:!0,i:/[:\(\$"]/,c:[{bK:"extends implements"},e.UTM]},{bK:"namespace",e:";",i:/[\.']/,c:[e.UTM]},{bK:"use",e:";",c:[e.UTM]},{b:"=>"},i,t]}});hljs.registerLanguage("avrasm",function(r){return{cI:!0,l:"\\.?"+r.IR,k:{keyword:"adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf",meta:".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set"},c:[r.CBCM,r.C(";","$",{r:0}),r.CNM,r.BNM,{cN:"number",b:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},r.QSM,{cN:"string",b:"'",e:"[^\\\\]'",i:"[^\\\\][^']"},{cN:"symbol",b:"^[A-Za-z0-9_.$]+:"},{cN:"meta",b:"#",e:"$"},{cN:"subst",b:"@[0-9]+"}]}});hljs.registerLanguage("matlab",function(e){var a=[e.CNM,{cN:"string",b:"'",e:"'",c:[e.BE,{b:"''"}]}],s={r:0,c:[{b:/'['\.]*/}]};return{k:{keyword:"break case catch classdef continue else elseif end enumerated events for function global if methods otherwise parfor persistent properties return spmd switch try while",built_in:"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson"},i:'(//|"|#|/\\*|\\s+/\\w+)',c:[{cN:"function",bK:"function",e:"$",c:[e.UTM,{cN:"params",v:[{b:"\\(",e:"\\)"},{b:"\\[",e:"\\]"}]}]},{b:/[a-zA-Z_][a-zA-Z_0-9]*'['\.]*/,rB:!0,r:0,c:[{b:/[a-zA-Z_][a-zA-Z_0-9]*/,r:0},s.c[0]]},{b:"\\[",e:"\\]",c:a,r:0,starts:s},{b:"\\{",e:/}/,c:a,r:0,starts:s},{b:/\)/,r:0,starts:s},e.C("^\\s*\\%\\{\\s*$","^\\s*\\%\\}\\s*$"),e.C("\\%","$")].concat(a)}});hljs.registerLanguage("sqf",function(e){var t=["!","-","+","!=","%","&&","*","/","=","==",">",">=","<","<=","or","plus","^",":",">>","abs","accTime","acos","action","actionKeys","actionKeysImages","actionKeysNames","actionKeysNamesArray","actionName","activateAddons","activatedAddons","activateKey","addAction","addBackpack","addBackpackCargo","addBackpackCargoGlobal","addBackpackGlobal","addCamShake","addCuratorAddons","addCuratorCameraArea","addCuratorEditableObjects","addCuratorEditingArea","addCuratorPoints","addEditorObject","addEventHandler","addGoggles","addGroupIcon","addHandgunItem","addHeadgear","addItem","addItemCargo","addItemCargoGlobal","addItemPool","addItemToBackpack","addItemToUniform","addItemToVest","addLiveStats","addMagazine","addMagazine array","addMagazineAmmoCargo","addMagazineCargo","addMagazineCargoGlobal","addMagazineGlobal","addMagazinePool","addMagazines","addMagazineTurret","addMenu","addMenuItem","addMissionEventHandler","addMPEventHandler","addMusicEventHandler","addPrimaryWeaponItem","addPublicVariableEventHandler","addRating","addResources","addScore","addScoreSide","addSecondaryWeaponItem","addSwitchableUnit","addTeamMember","addToRemainsCollector","addUniform","addVehicle","addVest","addWaypoint","addWeapon","addWeaponCargo","addWeaponCargoGlobal","addWeaponGlobal","addWeaponPool","addWeaponTurret","agent","agents","AGLToASL","aimedAtTarget","aimPos","airDensityRTD","airportSide","AISFinishHeal","alive","allControls","allCurators","allDead","allDeadMen","allDisplays","allGroups","allMapMarkers","allMines","allMissionObjects","allow3DMode","allowCrewInImmobile","allowCuratorLogicIgnoreAreas","allowDamage","allowDammage","allowFileOperations","allowFleeing","allowGetIn","allPlayers","allSites","allTurrets","allUnits","allUnitsUAV","allVariables","ammo","and","animate","animateDoor","animationPhase","animationState","append","armoryPoints","arrayIntersect","asin","ASLToAGL","ASLToATL","assert","assignAsCargo","assignAsCargoIndex","assignAsCommander","assignAsDriver","assignAsGunner","assignAsTurret","assignCurator","assignedCargo","assignedCommander","assignedDriver","assignedGunner","assignedItems","assignedTarget","assignedTeam","assignedVehicle","assignedVehicleRole","assignItem","assignTeam","assignToAirport","atan","atan2","atg","ATLToASL","attachedObject","attachedObjects","attachedTo","attachObject","attachTo","attackEnabled","backpack","backpackCargo","backpackContainer","backpackItems","backpackMagazines","backpackSpaceFor","behaviour","benchmark","binocular","blufor","boundingBox","boundingBoxReal","boundingCenter","breakOut","breakTo","briefingName","buildingExit","buildingPos","buttonAction","buttonSetAction","cadetMode","call","callExtension","camCommand","camCommit","camCommitPrepared","camCommitted","camConstuctionSetParams","camCreate","camDestroy","cameraEffect","cameraEffectEnableHUD","cameraInterest","cameraOn","cameraView","campaignConfigFile","camPreload","camPreloaded","camPrepareBank","camPrepareDir","camPrepareDive","camPrepareFocus","camPrepareFov","camPrepareFovRange","camPreparePos","camPrepareRelPos","camPrepareTarget","camSetBank","camSetDir","camSetDive","camSetFocus","camSetFov","camSetFovRange","camSetPos","camSetRelPos","camSetTarget","camTarget","camUseNVG","canAdd","canAddItemToBackpack","canAddItemToUniform","canAddItemToVest","cancelSimpleTaskDestination","canFire","canMove","canSlingLoad","canStand","canUnloadInCombat","captive","captiveNum","case","catch","cbChecked","cbSetChecked","ceil","cheatsEnabled","checkAIFeature","civilian","className","clearAllItemsFromBackpack","clearBackpackCargo","clearBackpackCargoGlobal","clearGroupIcons","clearItemCargo","clearItemCargoGlobal","clearItemPool","clearMagazineCargo","clearMagazineCargoGlobal","clearMagazinePool","clearOverlay","clearRadio","clearWeaponCargo","clearWeaponCargoGlobal","clearWeaponPool","closeDialog","closeDisplay","closeOverlay","collapseObjectTree","combatMode","commandArtilleryFire","commandChat","commander","commandFire","commandFollow","commandFSM","commandGetOut","commandingMenu","commandMove","commandRadio","commandStop","commandTarget","commandWatch","comment","commitOverlay","compile","compileFinal","completedFSM","composeText","configClasses","configFile","configHierarchy","configName","configProperties","configSourceMod","configSourceModList","connectTerminalToUAV","controlNull","controlsGroupCtrl","copyFromClipboard","copyToClipboard","copyWaypoints","cos","count","countEnemy","countFriendly","countSide","countType","countUnknown","createAgent","createCenter","createDialog","createDiaryLink","createDiaryRecord","createDiarySubject","createDisplay","createGearDialog","createGroup","createGuardedPoint","createLocation","createMarker","createMarkerLocal","createMenu","createMine","createMissionDisplay","createSimpleTask","createSite","createSoundSource","createTask","createTeam","createTrigger","createUnit","createUnit array","createVehicle","createVehicle array","createVehicleCrew","createVehicleLocal","crew","ctrlActivate","ctrlAddEventHandler","ctrlAutoScrollDelay","ctrlAutoScrollRewind","ctrlAutoScrollSpeed","ctrlChecked","ctrlClassName","ctrlCommit","ctrlCommitted","ctrlCreate","ctrlDelete","ctrlEnable","ctrlEnabled","ctrlFade","ctrlHTMLLoaded","ctrlIDC","ctrlIDD","ctrlMapAnimAdd","ctrlMapAnimClear","ctrlMapAnimCommit","ctrlMapAnimDone","ctrlMapCursor","ctrlMapMouseOver","ctrlMapScale","ctrlMapScreenToWorld","ctrlMapWorldToScreen","ctrlModel","ctrlModelDirAndUp","ctrlModelScale","ctrlParent","ctrlPosition","ctrlRemoveAllEventHandlers","ctrlRemoveEventHandler","ctrlScale","ctrlSetActiveColor","ctrlSetAutoScrollDelay","ctrlSetAutoScrollRewind","ctrlSetAutoScrollSpeed","ctrlSetBackgroundColor","ctrlSetChecked","ctrlSetEventHandler","ctrlSetFade","ctrlSetFocus","ctrlSetFont","ctrlSetFontH1","ctrlSetFontH1B","ctrlSetFontH2","ctrlSetFontH2B","ctrlSetFontH3","ctrlSetFontH3B","ctrlSetFontH4","ctrlSetFontH4B","ctrlSetFontH5","ctrlSetFontH5B","ctrlSetFontH6","ctrlSetFontH6B","ctrlSetFontHeight","ctrlSetFontHeightH1","ctrlSetFontHeightH2","ctrlSetFontHeightH3","ctrlSetFontHeightH4","ctrlSetFontHeightH5","ctrlSetFontHeightH6","ctrlSetFontP","ctrlSetFontPB","ctrlSetForegroundColor","ctrlSetModel","ctrlSetModelDirAndUp","ctrlSetModelScale","ctrlSetPosition","ctrlSetScale","ctrlSetStructuredText","ctrlSetText","ctrlSetTextColor","ctrlSetTooltip","ctrlSetTooltipColorBox","ctrlSetTooltipColorShade","ctrlSetTooltipColorText","ctrlShow","ctrlShown","ctrlText","ctrlTextHeight","ctrlType","ctrlVisible","curatorAddons","curatorCamera","curatorCameraArea","curatorCameraAreaCeiling","curatorCoef","curatorEditableObjects","curatorEditingArea","curatorEditingAreaType","curatorMouseOver","curatorPoints","curatorRegisteredObjects","curatorSelected","curatorWaypointCost","currentChannel","currentCommand","currentMagazine","currentMagazineDetail","currentMagazineDetailTurret","currentMagazineTurret","currentMuzzle","currentNamespace","currentTask","currentTasks","currentThrowable","currentVisionMode","currentWaypoint","currentWeapon","currentWeaponMode","currentWeaponTurret","currentZeroing","cursorTarget","customChat","customRadio","cutFadeOut","cutObj","cutRsc","cutText","damage","date","dateToNumber","daytime","deActivateKey","debriefingText","debugFSM","debugLog","default","deg","deleteAt","deleteCenter","deleteCollection","deleteEditorObject","deleteGroup","deleteIdentity","deleteLocation","deleteMarker","deleteMarkerLocal","deleteRange","deleteResources","deleteSite","deleteStatus","deleteTeam","deleteVehicle","deleteVehicleCrew","deleteWaypoint","detach","detectedMines","diag activeMissionFSMs","diag activeSQFScripts","diag activeSQSScripts","diag captureFrame","diag captureSlowFrame","diag fps","diag fpsMin","diag frameNo","diag log","diag logSlowFrame","diag tickTime","dialog","diarySubjectExists","didJIP","didJIPOwner","difficulty","difficultyEnabled","difficultyEnabledRTD","direction","directSay","disableAI","disableCollisionWith","disableConversation","disableDebriefingStats","disableSerialization","disableTIEquipment","disableUAVConnectability","disableUserInput","displayAddEventHandler","displayCtrl","displayNull","displayRemoveAllEventHandlers","displayRemoveEventHandler","displaySetEventHandler","dissolveTeam","distance","distance2D","distanceSqr","distributionRegion","do","doArtilleryFire","doFire","doFollow","doFSM","doGetOut","doMove","doorPhase","doStop","doTarget","doWatch","drawArrow","drawEllipse","drawIcon","drawIcon3D","drawLine","drawLine3D","drawLink","drawLocation","drawRectangle","driver","drop","east","echo","editObject","editorSetEventHandler","effectiveCommander","else","emptyPositions","enableAI","enableAIFeature","enableAttack","enableCamShake","enableCaustics","enableCollisionWith","enableCopilot","enableDebriefingStats","enableDiagLegend","enableEndDialog","enableEngineArtillery","enableEnvironment","enableFatigue","enableGunLights","enableIRLasers","enableMimics","enablePersonTurret","enableRadio","enableReload","enableRopeAttach","enableSatNormalOnDetail","enableSaving","enableSentences","enableSimulation","enableSimulationGlobal","enableTeamSwitch","enableUAVConnectability","enableUAVWaypoints","endLoadingScreen","endMission","engineOn","enginesIsOnRTD","enginesRpmRTD","enginesTorqueRTD","entities","estimatedEndServerTime","estimatedTimeLeft","evalObjectArgument","everyBackpack","everyContainer","exec","execEditorScript","execFSM","execVM","exit","exitWith","exp","expectedDestination","eyeDirection","eyePos","face","faction","fadeMusic","fadeRadio","fadeSound","fadeSpeech","failMission","false","fillWeaponsFromPool","find","findCover","findDisplay","findEditorObject","findEmptyPosition","findEmptyPositionReady","findNearestEnemy","finishMissionInit","finite","fire","fireAtTarget","firstBackpack","flag","flagOwner","fleeing","floor","flyInHeight","fog","fogForecast","fogParams","for","forceAddUniform","forceEnd","forceMap","forceRespawn","forceSpeed","forceWalk","forceWeaponFire","forceWeatherChange","forEach","forEachMember","forEachMemberAgent","forEachMemberTeam","format","formation","formationDirection","formationLeader","formationMembers","formationPosition","formationTask","formatText","formLeader","freeLook","from","fromEditor","fuel","fullCrew","gearSlotAmmoCount","gearSlotData","getAllHitPointsDamage","getAmmoCargo","getArray","getArtilleryAmmo","getArtilleryComputerSettings","getArtilleryETA","getAssignedCuratorLogic","getAssignedCuratorUnit","getBackpackCargo","getBleedingRemaining","getBurningValue","getCargoIndex","getCenterOfMass","getClientState","getConnectedUAV","getDammage","getDescription","getDir","getDirVisual","getDLCs","getEditorCamera","getEditorMode","getEditorObjectScope","getElevationOffset","getFatigue","getFriend","getFSMVariable","getFuelCargo","getGroupIcon","getGroupIconParams","getGroupIcons","getHideFrom","getHit","getHitIndex","getHitPointDamage","getItemCargo","getMagazineCargo","getMarkerColor","getMarkerPos","getMarkerSize","getMarkerType","getMass","getModelInfo","getNumber","getObjectArgument","getObjectChildren","getObjectDLC","getObjectMaterials","getObjectProxy","getObjectTextures","getObjectType","getObjectViewDistance","getOxygenRemaining","getPersonUsedDLCs","getPlayerChannel","getPlayerUID","getPos","getPosASL","getPosASLVisual","getPosASLW","getPosATL","getPosATLVisual","getPosVisual","getPosWorld","getRepairCargo","getResolution","getShadowDistance","getSlingLoad","getSpeed","getSuppression","getTerrainHeightASL","getText","getVariable","getWeaponCargo","getWPPos","glanceAt","globalChat","globalRadio","goggles","goto","group","groupChat","groupFromNetId","groupIconSelectable","groupIconsVisible","groupId","groupOwner","groupRadio","groupSelectedUnits","groupSelectUnit","grpNull","gunner","gusts","halt","handgunItems","handgunMagazine","handgunWeapon","handsHit","hasInterface","hasWeapon","hcAllGroups","hcGroupParams","hcLeader","hcRemoveAllGroups","hcRemoveGroup","hcSelected","hcSelectGroup","hcSetGroup","hcShowBar","hcShownBar","headgear","hideBody","hideObject","hideObjectGlobal","hint","hintC","hintCadet","hintSilent","hmd","hostMission","htmlLoad","HUDMovementLevels","humidity","if","image","importAllGroups","importance","in","incapacitatedState","independent","inflame","inflamed","inGameUISetEventHandler","inheritsFrom","initAmbientLife","inputAction","inRangeOfArtillery","insertEditorObject","intersect","isAbleToBreathe","isAgent","isArray","isAutoHoverOn","isAutonomous","isAutotest","isBleeding","isBurning","isClass","isCollisionLightOn","isCopilotEnabled","isDedicated","isDLCAvailable","isEngineOn","isEqualTo","isFlashlightOn","isFlatEmpty","isForcedWalk","isFormationLeader","isHidden","isInRemainsCollector","isInstructorFigureEnabled","isIRLaserOn","isKeyActive","isKindOf","isLightOn","isLocalized","isManualFire","isMarkedForCollection","isMultiplayer","isNil","isNull","isNumber","isObjectHidden","isObjectRTD","isOnRoad","isPipEnabled","isPlayer","isRealTime","isServer","isShowing3DIcons","isSteamMission","isStreamFriendlyUIEnabled","isText","isTouchingGround","isTurnedOut","isTutHintsEnabled","isUAVConnectable","isUAVConnected","isUniformAllowed","isWalking","isWeaponDeployed","isWeaponRested","itemCargo","items","itemsWithMagazines","join","joinAs","joinAsSilent","joinSilent","joinString","kbAddDatabase","kbAddDatabaseTargets","kbAddTopic","kbHasTopic","kbReact","kbRemoveTopic","kbTell","kbWasSaid","keyImage","keyName","knowsAbout","land","landAt","landResult","language","laserTarget","lbAdd","lbClear","lbColor","lbCurSel","lbData","lbDelete","lbIsSelected","lbPicture","lbSelection","lbSetColor","lbSetCurSel","lbSetData","lbSetPicture","lbSetPictureColor","lbSetPictureColorDisabled","lbSetPictureColorSelected","lbSetSelectColor","lbSetSelectColorRight","lbSetSelected","lbSetTooltip","lbSetValue","lbSize","lbSort","lbSortByValue","lbText","lbValue","leader","leaderboardDeInit","leaderboardGetRows","leaderboardInit","leaveVehicle","libraryCredits","libraryDisclaimers","lifeState","lightAttachObject","lightDetachObject","lightIsOn","lightnings","limitSpeed","linearConversion","lineBreak","lineIntersects","lineIntersectsObjs","lineIntersectsSurfaces","lineIntersectsWith","linkItem","list","listObjects","ln","lnbAddArray","lnbAddColumn","lnbAddRow","lnbClear","lnbColor","lnbCurSelRow","lnbData","lnbDeleteColumn","lnbDeleteRow","lnbGetColumnsPosition","lnbPicture","lnbSetColor","lnbSetColumnsPos","lnbSetCurSelRow","lnbSetData","lnbSetPicture","lnbSetText","lnbSetValue","lnbSize","lnbText","lnbValue","load","loadAbs","loadBackpack","loadFile","loadGame","loadIdentity","loadMagazine","loadOverlay","loadStatus","loadUniform","loadVest","local","localize","locationNull","locationPosition","lock","lockCameraTo","lockCargo","lockDriver","locked","lockedCargo","lockedDriver","lockedTurret","lockTurret","lockWP","log","logEntities","lookAt","lookAtPos","magazineCargo","magazines","magazinesAllTurrets","magazinesAmmo","magazinesAmmoCargo","magazinesAmmoFull","magazinesDetail","magazinesDetailBackpack","magazinesDetailUniform","magazinesDetailVest","magazinesTurret","magazineTurretAmmo","mapAnimAdd","mapAnimClear","mapAnimCommit","mapAnimDone","mapCenterOnCamera","mapGridPosition","markAsFinishedOnSteam","markerAlpha","markerBrush","markerColor","markerDir","markerPos","markerShape","markerSize","markerText","markerType","max","members","min","mineActive","mineDetectedBy","missionConfigFile","missionName","missionNamespace","missionStart","mod","modelToWorld","modelToWorldVisual","moonIntensity","morale","move","moveInAny","moveInCargo","moveInCommander","moveInDriver","moveInGunner","moveInTurret","moveObjectToEnd","moveOut","moveTime","moveTo","moveToCompleted","moveToFailed","musicVolume","name","name location","nameSound","nearEntities","nearestBuilding","nearestLocation","nearestLocations","nearestLocationWithDubbing","nearestObject","nearestObjects","nearObjects","nearObjectsReady","nearRoads","nearSupplies","nearTargets","needReload","netId","netObjNull","newOverlay","nextMenuItemIndex","nextWeatherChange","nil","nMenuItems","not","numberToDate","objectCurators","objectFromNetId","objectParent","objNull","objStatus","onBriefingGroup","onBriefingNotes","onBriefingPlan","onBriefingTeamSwitch","onCommandModeChanged","onDoubleClick","onEachFrame","onGroupIconClick","onGroupIconOverEnter","onGroupIconOverLeave","onHCGroupSelectionChanged","onMapSingleClick","onPlayerConnected","onPlayerDisconnected","onPreloadFinished","onPreloadStarted","onShowNewObject","onTeamSwitch","openCuratorInterface","openMap","openYoutubeVideo","opfor","or","orderGetIn","overcast","overcastForecast","owner","param","params","parseNumber","parseText","parsingNamespace","particlesQuality","pi","pickWeaponPool","pitch","playableSlotsNumber","playableUnits","playAction","playActionNow","player","playerRespawnTime","playerSide","playersNumber","playGesture","playMission","playMove","playMoveNow","playMusic","playScriptedMission","playSound","playSound3D","position","positionCameraToWorld","posScreenToWorld","posWorldToScreen","ppEffectAdjust","ppEffectCommit","ppEffectCommitted","ppEffectCreate","ppEffectDestroy","ppEffectEnable","ppEffectForceInNVG","precision","preloadCamera","preloadObject","preloadSound","preloadTitleObj","preloadTitleRsc","preprocessFile","preprocessFileLineNumbers","primaryWeapon","primaryWeaponItems","primaryWeaponMagazine","priority","private","processDiaryLink","productVersion","profileName","profileNamespace","profileNameSteam","progressLoadingScreen","progressPosition","progressSetPosition","publicVariable","publicVariableClient","publicVariableServer","pushBack","putWeaponPool","queryItemsPool","queryMagazinePool","queryWeaponPool","rad","radioChannelAdd","radioChannelCreate","radioChannelRemove","radioChannelSetCallSign","radioChannelSetLabel","radioVolume","rain","rainbow","random","rank","rankId","rating","rectangular","registeredTasks","registerTask","reload","reloadEnabled","remoteControl","remoteExec","remoteExecCall","removeAction","removeAllActions","removeAllAssignedItems","removeAllContainers","removeAllCuratorAddons","removeAllCuratorCameraAreas","removeAllCuratorEditingAreas","removeAllEventHandlers","removeAllHandgunItems","removeAllItems","removeAllItemsWithMagazines","removeAllMissionEventHandlers","removeAllMPEventHandlers","removeAllMusicEventHandlers","removeAllPrimaryWeaponItems","removeAllWeapons","removeBackpack","removeBackpackGlobal","removeCuratorAddons","removeCuratorCameraArea","removeCuratorEditableObjects","removeCuratorEditingArea","removeDrawIcon","removeDrawLinks","removeEventHandler","removeFromRemainsCollector","removeGoggles","removeGroupIcon","removeHandgunItem","removeHeadgear","removeItem","removeItemFromBackpack","removeItemFromUniform","removeItemFromVest","removeItems","removeMagazine","removeMagazineGlobal","removeMagazines","removeMagazinesTurret","removeMagazineTurret","removeMenuItem","removeMissionEventHandler","removeMPEventHandler","removeMusicEventHandler","removePrimaryWeaponItem","removeSecondaryWeaponItem","removeSimpleTask","removeSwitchableUnit","removeTeamMember","removeUniform","removeVest","removeWeapon","removeWeaponGlobal","removeWeaponTurret","requiredVersion","resetCamShake","resetSubgroupDirection","resistance","resize","resources","respawnVehicle","restartEditorCamera","reveal","revealMine","reverse","reversedMouseY","roadsConnectedTo","roleDescription","ropeAttachedObjects","ropeAttachedTo","ropeAttachEnabled","ropeAttachTo","ropeCreate","ropeCut","ropeEndPosition","ropeLength","ropes","ropeUnwind","ropeUnwound","rotorsForcesRTD","rotorsRpmRTD","round","runInitScript","safeZoneH","safeZoneW","safeZoneWAbs","safeZoneX","safeZoneXAbs","safeZoneY","saveGame","saveIdentity","saveJoysticks","saveOverlay","saveProfileNamespace","saveStatus","saveVar","savingEnabled","say","say2D","say3D","scopeName","score","scoreSide","screenToWorld","scriptDone","scriptName","scriptNull","scudState","secondaryWeapon","secondaryWeaponItems","secondaryWeaponMagazine","select","selectBestPlaces","selectDiarySubject","selectedEditorObjects","selectEditorObject","selectionPosition","selectLeader","selectNoPlayer","selectPlayer","selectWeapon","selectWeaponTurret","sendAUMessage","sendSimpleCommand","sendTask","sendTaskResult","sendUDPMessage","serverCommand","serverCommandAvailable","serverCommandExecutable","serverName","serverTime","set","setAccTime","setAirportSide","setAmmo","setAmmoCargo","setAperture","setApertureNew","setArmoryPoints","setAttributes","setAutonomous","setBehaviour","setBleedingRemaining","setCameraInterest","setCamShakeDefParams","setCamShakeParams","setCamUseTi","setCaptive","setCenterOfMass","setCollisionLight","setCombatMode","setCompassOscillation","setCuratorCameraAreaCeiling","setCuratorCoef","setCuratorEditingAreaType","setCuratorWaypointCost","setCurrentChannel","setCurrentTask","setCurrentWaypoint","setDamage","setDammage","setDate","setDebriefingText","setDefaultCamera","setDestination","setDetailMapBlendPars","setDir","setDirection","setDrawIcon","setDropInterval","setEditorMode","setEditorObjectScope","setEffectCondition","setFace","setFaceAnimation","setFatigue","setFlagOwner","setFlagSide","setFlagTexture","setFog","setFog array","setFormation","setFormationTask","setFormDir","setFriend","setFromEditor","setFSMVariable","setFuel","setFuelCargo","setGroupIcon","setGroupIconParams","setGroupIconsSelectable","setGroupIconsVisible","setGroupId","setGroupIdGlobal","setGroupOwner","setGusts","setHideBehind","setHit","setHitIndex","setHitPointDamage","setHorizonParallaxCoef","setHUDMovementLevels","setIdentity","setImportance","setLeader","setLightAmbient","setLightAttenuation","setLightBrightness","setLightColor","setLightDayLight","setLightFlareMaxDistance","setLightFlareSize","setLightIntensity","setLightnings","setLightUseFlare","setLocalWindParams","setMagazineTurretAmmo","setMarkerAlpha","setMarkerAlphaLocal","setMarkerBrush","setMarkerBrushLocal","setMarkerColor","setMarkerColorLocal","setMarkerDir","setMarkerDirLocal","setMarkerPos","setMarkerPosLocal","setMarkerShape","setMarkerShapeLocal","setMarkerSize","setMarkerSizeLocal","setMarkerText","setMarkerTextLocal","setMarkerType","setMarkerTypeLocal","setMass","setMimic","setMousePosition","setMusicEffect","setMusicEventHandler","setName","setNameSound","setObjectArguments","setObjectMaterial","setObjectProxy","setObjectTexture","setObjectTextureGlobal","setObjectViewDistance","setOvercast","setOwner","setOxygenRemaining","setParticleCircle","setParticleClass","setParticleFire","setParticleParams","setParticleRandom","setPilotLight","setPiPEffect","setPitch","setPlayable","setPlayerRespawnTime","setPos","setPosASL","setPosASL2","setPosASLW","setPosATL","setPosition","setPosWorld","setRadioMsg","setRain","setRainbow","setRandomLip","setRank","setRectangular","setRepairCargo","setShadowDistance","setSide","setSimpleTaskDescription","setSimpleTaskDestination","setSimpleTaskTarget","setSimulWeatherLayers","setSize","setSkill","setSkill array","setSlingLoad","setSoundEffect","setSpeaker","setSpeech","setSpeedMode","setStatValue","setSuppression","setSystemOfUnits","setTargetAge","setTaskResult","setTaskState","setTerrainGrid","setText","setTimeMultiplier","setTitleEffect","setTriggerActivation","setTriggerArea","setTriggerStatements","setTriggerText","setTriggerTimeout","setTriggerType","setType","setUnconscious","setUnitAbility","setUnitPos","setUnitPosWeak","setUnitRank","setUnitRecoilCoefficient","setUnloadInCombat","setUserActionText","setVariable","setVectorDir","setVectorDirAndUp","setVectorUp","setVehicleAmmo","setVehicleAmmoDef","setVehicleArmor","setVehicleId","setVehicleLock","setVehiclePosition","setVehicleTiPars","setVehicleVarName","setVelocity","setVelocityTransformation","setViewDistance","setVisibleIfTreeCollapsed","setWaves","setWaypointBehaviour","setWaypointCombatMode","setWaypointCompletionRadius","setWaypointDescription","setWaypointFormation","setWaypointHousePosition","setWaypointLoiterRadius","setWaypointLoiterType","setWaypointName","setWaypointPosition","setWaypointScript","setWaypointSpeed","setWaypointStatements","setWaypointTimeout","setWaypointType","setWaypointVisible","setWeaponReloadingTime","setWind","setWindDir","setWindForce","setWindStr","setWPPos","show3DIcons","showChat","showCinemaBorder","showCommandingMenu","showCompass","showCuratorCompass","showGPS","showHUD","showLegend","showMap","shownArtilleryComputer","shownChat","shownCompass","shownCuratorCompass","showNewEditorObject","shownGPS","shownHUD","shownMap","shownPad","shownRadio","shownUAVFeed","shownWarrant","shownWatch","showPad","showRadio","showSubtitles","showUAVFeed","showWarrant","showWatch","showWaypoint","side","sideChat","sideEnemy","sideFriendly","sideLogic","sideRadio","sideUnknown","simpleTasks","simulationEnabled","simulCloudDensity","simulCloudOcclusion","simulInClouds","simulWeatherSync","sin","size","sizeOf","skill","skillFinal","skipTime","sleep","sliderPosition","sliderRange","sliderSetPosition","sliderSetRange","sliderSetSpeed","sliderSpeed","slingLoadAssistantShown","soldierMagazines","someAmmo","sort","soundVolume","spawn","speaker","speed","speedMode","splitString","sqrt","squadParams","stance","startLoadingScreen","step","stop","stopped","str","sunOrMoon","supportInfo","suppressFor","surfaceIsWater","surfaceNormal","surfaceType","swimInDepth","switch","switchableUnits","switchAction","switchCamera","switchGesture","switchLight","switchMove","synchronizedObjects","synchronizedTriggers","synchronizedWaypoints","synchronizeObjectsAdd","synchronizeObjectsRemove","synchronizeTrigger","synchronizeWaypoint","synchronizeWaypoint trigger","systemChat","systemOfUnits","tan","targetKnowledge","targetsAggregate","targetsQuery","taskChildren","taskCompleted","taskDescription","taskDestination","taskHint","taskNull","taskParent","taskResult","taskState","teamMember","teamMemberNull","teamName","teams","teamSwitch","teamSwitchEnabled","teamType","terminate","terrainIntersect","terrainIntersectASL","text","text location","textLog","textLogFormat","tg","then","throw","time","timeMultiplier","titleCut","titleFadeOut","titleObj","titleRsc","titleText","to","toArray","toLower","toString","toUpper","triggerActivated","triggerActivation","triggerArea","triggerAttachedVehicle","triggerAttachObject","triggerAttachVehicle","triggerStatements","triggerText","triggerTimeout","triggerTimeoutCurrent","triggerType","true","try","turretLocal","turretOwner","turretUnit","tvAdd","tvClear","tvCollapse","tvCount","tvCurSel","tvData","tvDelete","tvExpand","tvPicture","tvSetCurSel","tvSetData","tvSetPicture","tvSetPictureColor","tvSetTooltip","tvSetValue","tvSort","tvSortByValue","tvText","tvValue","type","typeName","typeOf","UAVControl","uiNamespace","uiSleep","unassignCurator","unassignItem","unassignTeam","unassignVehicle","underwater","uniform","uniformContainer","uniformItems","uniformMagazines","unitAddons","unitBackpack","unitPos","unitReady","unitRecoilCoefficient","units","unitsBelowHeight","unlinkItem","unlockAchievement","unregisterTask","updateDrawIcon","updateMenuItem","updateObjectTree","useAudioTimeForMoves","vectorAdd","vectorCos","vectorCrossProduct","vectorDiff","vectorDir","vectorDirVisual","vectorDistance","vectorDistanceSqr","vectorDotProduct","vectorFromTo","vectorMagnitude","vectorMagnitudeSqr","vectorMultiply","vectorNormalized","vectorUp","vectorUpVisual","vehicle","vehicleChat","vehicleRadio","vehicles","vehicleVarName","velocity","velocityModelSpace","verifySignature","vest","vestContainer","vestItems","vestMagazines","viewDistance","visibleCompass","visibleGPS","visibleMap","visiblePosition","visiblePositionASL","visibleWatch","waitUntil","waves","waypointAttachedObject","waypointAttachedVehicle","waypointAttachObject","waypointAttachVehicle","waypointBehaviour","waypointCombatMode","waypointCompletionRadius","waypointDescription","waypointFormation","waypointHousePosition","waypointLoiterRadius","waypointLoiterType","waypointName","waypointPosition","waypoints","waypointScript","waypointsEnabledUAV","waypointShow","waypointSpeed","waypointStatements","waypointTimeout","waypointTimeoutCurrent","waypointType","waypointVisible","weaponAccessories","weaponCargo","weaponDirection","weaponLowered","weapons","weaponsItems","weaponsItemsCargo","weaponState","weaponsTurret","weightRTD","west","WFSideText","while","wind","windDir","windStr","wingsForcesRTD","with","worldName","worldSize","worldToModel","worldToModelVisual","worldToScreen"],a=["case","catch","default","do","else","exit","exitWith|5","for","forEach","from","if","switch","then","throw","to","try","while","with"],r=["!","-","+","!=","%","&&","*","/","=","==",">",">=","<","<=","^",":",">>"],o=["_forEachIndex|10","_this|10","_x|10"],i=["true","false","nil"],n=t.filter(function(e){return-1==a.indexOf(e)&&-1==i.indexOf(e)&&-1==r.indexOf(e)});n=n.concat(o);var s={cN:"string",r:0,v:[{b:'"',e:'"',c:[{b:'""'}]},{b:"'",e:"'",c:[{b:"''"}]}]},l={cN:"number",b:e.NR,r:0},c={cN:"string",v:[e.QSM,{b:"'\\\\?.",e:"'",i:"."}]},d={cN:"meta",b:"#",e:"$",k:{"meta-keyword":"if else elif endif define undef warning error line pragma ifdef ifndef"},c:[{b:/\\\n/,r:0},{bK:"include",e:"$",k:{"meta-keyword":"include"},c:[c,{cN:"meta-string",b:"<",e:">",i:"\\n"}]},c,l,e.CLCM,e.CBCM]};return{aliases:["sqf"],cI:!0,k:{keyword:a.join(" "),built_in:n.join(" "),literal:i.join(" ")},c:[e.CLCM,e.CBCM,l,s,d]}});hljs.registerLanguage("xl",function(e){var t="ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo StereoDecoder PointCloud NetworkAccess RemoteControl RegExp ChromaKey Snowfall NodeJS Speech Charts",o={keyword:"if then else do while until for loop import with is as where when by data constant integer real text name boolean symbol infix prefix postfix block tree",literal:"true false nil",built_in:"in mod rem and or xor not abs sign floor ceil sqrt sin cos tan asin acos atan exp expm1 log log2 log10 log1p pi at text_length text_range text_find text_replace contains page slide basic_slide title_slide title subtitle fade_in fade_out fade_at clear_color color line_color line_width texture_wrap texture_transform texture scale_?x scale_?y scale_?z? translate_?x translate_?y translate_?z? rotate_?x rotate_?y rotate_?z? rectangle circle ellipse sphere path line_to move_to quad_to curve_to theme background contents locally time mouse_?x mouse_?y mouse_buttons "+t},a={cN:"string",b:'"',e:'"',i:"\\n"},r={cN:"string",b:"'",e:"'",i:"\\n"},i={cN:"string",b:"<<",e:">>"},l={cN:"number",b:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},n={bK:"import",e:"$",k:o,c:[a]},s={cN:"function",b:/[a-z][^\n]*->/,rB:!0,e:/->/,c:[e.inherit(e.TM,{starts:{eW:!0,k:o}})]};return{aliases:["tao"],l:/[a-zA-Z][a-zA-Z0-9_?]*/,k:o,c:[e.CLCM,e.CBCM,a,r,i,s,n,l,e.NM]}});hljs.registerLanguage("less",function(e){var r="[\\w-]+",t="("+r+"|@{"+r+"})",a=[],c=[],s=function(e){return{cN:"string",b:"~?"+e+".*?"+e}},b=function(e,r,t){return{cN:e,b:r,r:t}},i={b:"\\(",e:"\\)",c:c,r:0};c.push(e.CLCM,e.CBCM,s("'"),s('"'),e.CSSNM,{b:"(url|data-uri)\\(",starts:{cN:"string",e:"[\\)\\n]",eE:!0}},b("number","#[0-9A-Fa-f]+\\b"),i,b("variable","@@?"+r,10),b("variable","@{"+r+"}"),b("built_in","~?`[^`]*?`"),{cN:"attribute",b:r+"\\s*:",e:":",rB:!0,eE:!0},{cN:"meta",b:"!important"});var n=c.concat({b:"{",e:"}",c:a}),o={bK:"when",eW:!0,c:[{bK:"and not"}].concat(c)},u={cN:"attribute",b:t,e:":",eE:!0,c:[e.CLCM,e.CBCM],i:/\S/,starts:{e:"[;}]",rE:!0,c:c,i:"[<=$]"}},C={cN:"keyword",b:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{e:"[;{}]",rE:!0,c:c,r:0}},l={cN:"variable",v:[{b:"@"+r+"\\s*:",r:15},{b:"@"+r}],starts:{e:"[;}]",rE:!0,c:n}},p={v:[{b:"[\\.#:&\\[]",e:"[;{}]"},{b:t+"[^;]*{",e:"{"}],rB:!0,rE:!0,i:"[<='$\"]",c:[e.CLCM,e.CBCM,o,b("keyword","all\\b"),b("variable","@{"+r+"}"),b("selector-tag",t+"%?",0),b("selector-id","#"+t),b("selector-class","\\."+t,0),b("selector-tag","&",0),{cN:"selector-attr",b:"\\[",e:"\\]"},{b:"\\(",e:"\\)",c:n},{b:"!important"}]};return a.push(e.CLCM,e.CBCM,C,l,p,u),{cI:!0,i:"[=>'/<($\"]",c:a}});hljs.registerLanguage("gcode",function(N){var e="[A-Z_][A-Z0-9_.]*",c="\\%",E="IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR",i={cN:"meta",b:"([O])([0-9]+)"},n=[N.CLCM,N.CBCM,N.C(/\(/,/\)/),N.inherit(N.CNM,{b:"([-+]?([0-9]*\\.?[0-9]+\\.?))|"+N.CNR}),N.inherit(N.ASM,{i:null}),N.inherit(N.QSM,{i:null}),{cN:"name",b:"([G])([0-9]+\\.?[0-9]?)"},{cN:"name",b:"([M])([0-9]+\\.?[0-9]?)"},{cN:"attr",b:"(VC|VS|#)",e:"(\\d+)"},{cN:"attr",b:"(VZOFX|VZOFY|VZOFZ)"},{cN:"built_in",b:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",e:"([-+]?([0-9]*\\.?[0-9]+\\.?))(\\])"},{cN:"symbol",v:[{b:"N",e:"\\d+",i:"\\W"}]}];return{aliases:["nc"],cI:!0,l:e,k:E,c:[{cN:"meta",b:c},i].concat(n)}});hljs.registerLanguage("crystal",function(e){function r(e,r){var b=[{b:e,e:r}];return b[0].c=b,b}var b="(_[uif](8|16|32|64))?",c="[a-zA-Z_]\\w*[!?=]?",n="!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",s="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\][=?]?",i={keyword:"abstract alias as asm begin break case class def do else elsif end ensure enum extend for fun if ifdef include instance_sizeof is_a? lib macro module next of out pointerof private protected rescue responds_to? return require self sizeof struct super then type typeof union unless until when while with yield __DIR__ __FILE__ __LINE__",literal:"false nil true"},t={cN:"subst",b:"#{",e:"}",k:i},a={cN:"template-variable",v:[{b:"\\{\\{",e:"\\}\\}"},{b:"\\{%",e:"%\\}"}],k:i,r:10},l={cN:"string",c:[e.BE,t],v:[{b:/'/,e:/'/},{b:/"/,e:/"/},{b:/`/,e:/`/},{b:"%w?\\(",e:"\\)",c:r("\\(","\\)")},{b:"%w?\\[",e:"\\]",c:r("\\[","\\]")},{b:"%w?{",e:"}",c:r("{","}")},{b:"%w?<",e:">",c:r("<",">")},{b:"%w?/",e:"/"},{b:"%w?%",e:"%"},{b:"%w?-",e:"-"},{b:"%w?\\|",e:"\\|"}],r:0},u={b:"("+n+")\\s*",c:[{cN:"regexp",c:[e.BE,t],v:[{b:"/",e:"/[a-z]*"},{b:"%r\\(",e:"\\)",c:r("\\(","\\)")},{b:"%r\\[",e:"\\]",c:r("\\[","\\]")},{b:"%r{",e:"}",c:r("{","}")},{b:"%r<",e:">",c:r("<",">")},{b:"%r/",e:"/"},{b:"%r%",e:"%"},{b:"%r-",e:"-"},{b:"%r\\|",e:"\\|"}]}],r:0},o={cN:"regexp",c:[e.BE,t],v:[{b:"%r\\(",e:"\\)",c:r("\\(","\\)")},{b:"%r\\[",e:"\\]",c:r("\\[","\\]")},{b:"%r{",e:"}",c:r("{","}")},{b:"%r<",e:">",c:r("<",">")},{b:"%r/",e:"/"},{b:"%r%",e:"%"},{b:"%r-",e:"-"},{b:"%r\\|",e:"\\|"}],r:0},_={cN:"meta",b:"@\\[",e:"\\]",r:5},f=[a,l,u,o,_,e.HCM,{cN:"class",bK:"class module struct",e:"$|;",i:/=/,c:[e.HCM,e.inherit(e.TM,{b:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{b:"<"}]},{cN:"class",bK:"lib enum union",e:"$|;",i:/=/,c:[e.HCM,e.inherit(e.TM,{b:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"})],r:10},{cN:"function",bK:"def",e:/\B\b/,c:[e.inherit(e.TM,{b:s,endsParent:!0})]},{cN:"function",bK:"fun macro",e:/\B\b/,c:[e.inherit(e.TM,{b:s,endsParent:!0})],r:5},{cN:"symbol",b:e.UIR+"(\\!|\\?)?:",r:0},{cN:"symbol",b:":",c:[l,{b:s}],r:0},{cN:"number",v:[{b:"\\b0b([01_]*[01])"+b},{b:"\\b0o([0-7_]*[0-7])"+b},{b:"\\b0x([A-Fa-f0-9_]*[A-Fa-f0-9])"+b},{b:"\\b(([0-9][0-9_]*[0-9]|[0-9])(\\.[0-9_]*[0-9])?([eE][+-]?[0-9_]*[0-9])?)"+b}],r:0}];return t.c=f,_.c=f,a.c=f.slice(1),{aliases:["cr"],l:c,k:i,c:f}});hljs.registerLanguage("tcl",function(e){return{aliases:["tk"],k:"after append apply array auto_execok auto_import auto_load auto_mkindex auto_mkindex_old auto_qualify auto_reset bgerror binary break catch cd chan clock close concat continue dde dict encoding eof error eval exec exit expr fblocked fconfigure fcopy file fileevent filename flush for foreach format gets glob global history http if incr info interp join lappend|10 lassign|10 lindex|10 linsert|10 list llength|10 load lrange|10 lrepeat|10 lreplace|10 lreverse|10 lsearch|10 lset|10 lsort|10 mathfunc mathop memory msgcat namespace open package parray pid pkg::create pkg_mkIndex platform platform::shell proc puts pwd read refchan regexp registry regsub|10 rename return safe scan seek set socket source split string subst switch tcl_endOfWord tcl_findLibrary tcl_startOfNextWord tcl_startOfPreviousWord tcl_wordBreakAfter tcl_wordBreakBefore tcltest tclvars tell time tm trace unknown unload unset update uplevel upvar variable vwait while",c:[e.C(";[ \\t]*#","$"),e.C("^[ \\t]*#","$"),{bK:"proc",e:"[\\{]",eE:!0,c:[{cN:"title",b:"[ \\t\\n\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",e:"[ \\t\\n\\r]",eW:!0,eE:!0}]},{eE:!0,v:[{b:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\\(([a-zA-Z0-9_])*\\)",e:"[^a-zA-Z0-9_\\}\\$]"},{b:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",e:"(\\))?[^a-zA-Z0-9_\\}\\$]"}]},{cN:"string",c:[e.BE],v:[e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},{cN:"number",v:[e.BNM,e.CNM]}]}});hljs.registerLanguage("actionscript",function(e){var a="[a-zA-Z_$][a-zA-Z0-9_$]*",t="([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)",c={cN:"rest_arg",b:"[.]{3}",e:a,r:10};return{aliases:["as"],k:{keyword:"as break case catch class const continue default delete do dynamic each else extends final finally for function get if implements import in include instanceof interface internal is namespace native new override package private protected public return set static super switch this throw try typeof use var void while with",literal:"true false null undefined"},c:[e.ASM,e.QSM,e.CLCM,e.CBCM,e.CNM,{cN:"class",bK:"package",e:"{",c:[e.TM]},{cN:"class",bK:"class interface",e:"{",eE:!0,c:[{bK:"extends implements"},e.TM]},{cN:"meta",bK:"import include",e:";",k:{"meta-keyword":"import include"}},{cN:"function",bK:"function",e:"[{;]",eE:!0,i:"\\S",c:[e.TM,{cN:"params",b:"\\(",e:"\\)",c:[e.ASM,e.QSM,e.CLCM,e.CBCM,c]},{b:":\\s*"+t}]}],i:/#/}});hljs.registerLanguage("ocaml",function(e){return{aliases:["ml"],k:{keyword:"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref",literal:"true false"},i:/\/\/|>>/,l:"[a-z_]\\w*!?",c:[{cN:"literal",b:"\\[(\\|\\|)?\\]|\\(\\)",r:0},e.C("\\(\\*","\\*\\)",{c:["self"]}),{cN:"symbol",b:"'[A-Za-z_](?!')[\\w']*"},{cN:"type",b:"`[A-Z][\\w']*"},{cN:"type",b:"\\b[A-Z][\\w']*",r:0},{b:"[a-z_]\\w*'[\\w']*",r:0},e.inherit(e.ASM,{cN:"string",r:0}),e.inherit(e.QSM,{i:null}),{cN:"number",b:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",r:0},{b:/[-=]>/}]}});hljs.registerLanguage("stylus",function(e){var t={cN:"variable",b:"\\$"+e.IR},o={cN:"number",b:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"},i=["charset","css","debug","extend","font-face","for","import","include","media","mixin","page","warn","while"],r=["after","before","first-letter","first-line","active","first-child","focus","hover","lang","link","visited"],n=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],a="[\\.\\s\\n\\[\\:,]",l=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-variant-ligatures","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"],d=["\\{","\\}","\\?","(\\bReturn\\b)","(\\bEnd\\b)","(\\bend\\b)",";","#\\s","\\*\\s","===\\s","\\|","%"];return{aliases:["styl"],cI:!1,i:"("+d.join("|")+")",k:"if else for in",c:[e.QSM,e.ASM,e.CLCM,e.CBCM,o,{b:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+a,rB:!0,c:[{cN:"selector-class",b:"\\.[a-zA-Z][a-zA-Z0-9_-]*"}]},{b:"\\#[a-zA-Z][a-zA-Z0-9_-]*"+a,rB:!0,c:[{cN:"selector-id",b:"\\#[a-zA-Z][a-zA-Z0-9_-]*"}]},{b:"\\b("+n.join("|")+")"+a,rB:!0,c:[{cN:"selector-tag",b:"\\b[a-zA-Z][a-zA-Z0-9_-]*"}]},{b:"&?:?:\\b("+r.join("|")+")"+a},{b:"@("+i.join("|")+")\\b"},t,e.CSSNM,e.NM,{cN:"function",b:"^[a-zA-Z][a-zA-Z0-9_-]*\\(.*\\)",i:"[\\n]",rB:!0,c:[{cN:"title",b:"\\b[a-zA-Z][a-zA-Z0-9_-]*"},{cN:"params",b:/\(/,e:/\)/,c:[o,t,e.ASM,e.CSSNM,e.NM,e.QSM]}]},{cN:"attribute",b:"\\b("+l.reverse().join("|")+")\\b"}]}});hljs.registerLanguage("glsl",function(e){return{k:{keyword:"break continue discard do else for if return whileattribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBufferiimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",literal:"true false"},i:'"',c:[e.CLCM,e.CBCM,e.CNM,{cN:"meta",b:"#",e:"$"}]}});hljs.registerLanguage("smalltalk",function(e){var s="[a-z][a-zA-Z0-9_]*",a={cN:"string",b:"\\$.{1}"},r={cN:"symbol",b:"#"+e.UIR};return{aliases:["st"],k:"self super nil true false thisContext",c:[e.C('"','"'),e.ASM,{cN:"type",b:"\\b[A-Z][A-Za-z0-9_]*",r:0},{b:s+":",r:0},e.CNM,r,a,{b:"\\|[ ]*"+s+"([ ]+"+s+")*[ ]*\\|",rB:!0,e:/\|/,i:/\S/,c:[{b:"(\\|[ ]*)?"+s}]},{b:"\\#\\(",e:"\\)",c:[e.ASM,a,e.CNM,r]}]}});hljs.registerLanguage("dns",function(d){return{aliases:["bind","zone"],k:{keyword:"IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT"},c:[d.C(";","$"),{cN:"meta",b:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{cN:"number",b:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"},{cN:"number",b:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"},d.inherit(d.NM,{b:/\b\d+[dhwm]?/})]}});hljs.registerLanguage("swift",function(e){var i={keyword:"__COLUMN__ __FILE__ __FUNCTION__ __LINE__ as as! as? associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},t={cN:"type",b:"\\b[A-Z][\\w']*",r:0},n=e.C("/\\*","\\*/",{c:["self"]}),r={cN:"subst",b:/\\\(/,e:"\\)",k:i,c:[]},a={cN:"number",b:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",r:0},o=e.inherit(e.QSM,{c:[r,e.BE]});return r.c=[a],{k:i,c:[o,e.CLCM,n,t,a,{cN:"function",bK:"func",e:"{",eE:!0,c:[e.inherit(e.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/,i:/\(/}),{b://,i:/>/},{cN:"params",b:/\(/,e:/\)/,endsParent:!0,k:i,c:["self",a,o,e.CBCM,{b:":"}],i:/["']/}],i:/\[|%/},{cN:"class",bK:"struct protocol class extension enum",k:i,e:"\\{",eE:!0,c:[e.inherit(e.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/})]},{cN:"meta",b:"(@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain)"},{bK:"import",e:/$/,c:[e.CLCM,n]}]}});hljs.registerLanguage("step21",function(e){var i="[A-Z_][A-Z0-9_.]*",r={keyword:"HEADER ENDSEC DATA"},t={cN:"meta",b:"ISO-10303-21;",r:10},n={cN:"meta",b:"END-ISO-10303-21;",r:10};return{aliases:["p21","step","stp"],cI:!0,l:i,k:r,c:[t,n,e.CLCM,e.CBCM,e.C("/\\*\\*!","\\*/"),e.CNM,e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null}),{cN:"string",b:"'",e:"'"},{cN:"symbol",v:[{b:"#",e:"\\d+",i:"\\W"}]}]}});hljs.registerLanguage("lisp",function(b){var e="[a-zA-Z_\\-\\+\\*\\/\\<\\=\\>\\&\\#][a-zA-Z0-9_\\-\\+\\*\\/\\<\\=\\>\\&\\#!]*",c="\\|[^]*?\\|",r="(\\-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|\\-)?\\d+)?",a={cN:"meta",b:"^#!",e:"$"},l={cN:"literal",b:"\\b(t{1}|nil)\\b"},n={cN:"number",v:[{b:r,r:0},{b:"#(b|B)[0-1]+(/[0-1]+)?"},{b:"#(o|O)[0-7]+(/[0-7]+)?"},{b:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{b:"#(c|C)\\("+r+" +"+r,e:"\\)"}]},i=b.inherit(b.QSM,{i:null}),t=b.C(";","$",{r:0}),s={b:"\\*",e:"\\*"},u={cN:"symbol",b:"[:&]"+e},d={b:e,r:0},f={b:c},m={b:"\\(",e:"\\)",c:["self",l,i,n,d]},o={c:[n,i,s,u,m,d],v:[{b:"['`]\\(",e:"\\)"},{b:"\\(quote ",e:"\\)",k:{name:"quote"}},{b:"'"+c}]},v={v:[{b:"'"+e},{b:"#'"+e+"(::"+e+")*"}]},N={b:"\\(\\s*",e:"\\)"},A={eW:!0,r:0};return N.c=[{cN:"name",v:[{b:e},{b:c}]},A],A.c=[o,v,N,l,n,i,t,s,u,f,d],{i:/\S/,c:[n,a,l,i,t,o,v,N,d]}});hljs.registerLanguage("autoit",function(e){var t="ByRef Case Const ContinueCase ContinueLoop Default Dim Do Else ElseIf EndFunc EndIf EndSelect EndSwitch EndWith Enum Exit ExitLoop For Func Global If In Local Next ReDim Return Select Static Step Switch Then To Until Volatile WEnd While With",r="True False And Null Not Or",i="Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Opt Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown TCPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend UDPShutdown UDPStartup VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait WinWaitActive WinWaitClose WinWaitNotActive Array1DToHistogram ArrayAdd ArrayBinarySearch ArrayColDelete ArrayColInsert ArrayCombinations ArrayConcatenate ArrayDelete ArrayDisplay ArrayExtract ArrayFindAll ArrayInsert ArrayMax ArrayMaxIndex ArrayMin ArrayMinIndex ArrayPermute ArrayPop ArrayPush ArrayReverse ArraySearch ArrayShuffle ArraySort ArraySwap ArrayToClip ArrayToString ArrayTranspose ArrayTrim ArrayUnique Assert ChooseColor ChooseFont ClipBoard_ChangeChain ClipBoard_Close ClipBoard_CountFormats ClipBoard_Empty ClipBoard_EnumFormats ClipBoard_FormatStr ClipBoard_GetData ClipBoard_GetDataEx ClipBoard_GetFormatName ClipBoard_GetOpenWindow ClipBoard_GetOwner ClipBoard_GetPriorityFormat ClipBoard_GetSequenceNumber ClipBoard_GetViewer ClipBoard_IsFormatAvailable ClipBoard_Open ClipBoard_RegisterFormat ClipBoard_SetData ClipBoard_SetDataEx ClipBoard_SetViewer ClipPutFile ColorConvertHSLtoRGB ColorConvertRGBtoHSL ColorGetBlue ColorGetCOLORREF ColorGetGreen ColorGetRed ColorGetRGB ColorSetCOLORREF ColorSetRGB Crypt_DecryptData Crypt_DecryptFile Crypt_DeriveKey Crypt_DestroyKey Crypt_EncryptData Crypt_EncryptFile Crypt_GenRandom Crypt_HashData Crypt_HashFile Crypt_Shutdown Crypt_Startup DateAdd DateDayOfWeek DateDaysInMonth DateDiff DateIsLeapYear DateIsValid DateTimeFormat DateTimeSplit DateToDayOfWeek DateToDayOfWeekISO DateToDayValue DateToMonth Date_Time_CompareFileTime Date_Time_DOSDateTimeToArray Date_Time_DOSDateTimeToFileTime Date_Time_DOSDateTimeToStr Date_Time_DOSDateToArray Date_Time_DOSDateToStr Date_Time_DOSTimeToArray Date_Time_DOSTimeToStr Date_Time_EncodeFileTime Date_Time_EncodeSystemTime Date_Time_FileTimeToArray Date_Time_FileTimeToDOSDateTime Date_Time_FileTimeToLocalFileTime Date_Time_FileTimeToStr Date_Time_FileTimeToSystemTime Date_Time_GetFileTime Date_Time_GetLocalTime Date_Time_GetSystemTime Date_Time_GetSystemTimeAdjustment Date_Time_GetSystemTimeAsFileTime Date_Time_GetSystemTimes Date_Time_GetTickCount Date_Time_GetTimeZoneInformation Date_Time_LocalFileTimeToFileTime Date_Time_SetFileTime Date_Time_SetLocalTime Date_Time_SetSystemTime Date_Time_SetSystemTimeAdjustment Date_Time_SetTimeZoneInformation Date_Time_SystemTimeToArray Date_Time_SystemTimeToDateStr Date_Time_SystemTimeToDateTimeStr Date_Time_SystemTimeToFileTime Date_Time_SystemTimeToTimeStr Date_Time_SystemTimeToTzSpecificLocalTime Date_Time_TzSpecificLocalTimeToSystemTime DayValueToDate DebugBugReportEnv DebugCOMError DebugOut DebugReport DebugReportEx DebugReportVar DebugSetup Degree EventLog__Backup EventLog__Clear EventLog__Close EventLog__Count EventLog__DeregisterSource EventLog__Full EventLog__Notify EventLog__Oldest EventLog__Open EventLog__OpenBackup EventLog__Read EventLog__RegisterSource EventLog__Report Excel_BookAttach Excel_BookClose Excel_BookList Excel_BookNew Excel_BookOpen Excel_BookOpenText Excel_BookSave Excel_BookSaveAs Excel_Close Excel_ColumnToLetter Excel_ColumnToNumber Excel_ConvertFormula Excel_Export Excel_FilterGet Excel_FilterSet Excel_Open Excel_PictureAdd Excel_Print Excel_RangeCopyPaste Excel_RangeDelete Excel_RangeFind Excel_RangeInsert Excel_RangeLinkAddRemove Excel_RangeRead Excel_RangeReplace Excel_RangeSort Excel_RangeValidate Excel_RangeWrite Excel_SheetAdd Excel_SheetCopyMove Excel_SheetDelete Excel_SheetList FileCountLines FileCreate FileListToArray FileListToArrayRec FilePrint FileReadToArray FileWriteFromArray FileWriteLog FileWriteToLine FTP_Close FTP_Command FTP_Connect FTP_DecodeInternetStatus FTP_DirCreate FTP_DirDelete FTP_DirGetCurrent FTP_DirPutContents FTP_DirSetCurrent FTP_FileClose FTP_FileDelete FTP_FileGet FTP_FileGetSize FTP_FileOpen FTP_FilePut FTP_FileRead FTP_FileRename FTP_FileTimeLoHiToStr FTP_FindFileClose FTP_FindFileFirst FTP_FindFileNext FTP_GetLastResponseInfo FTP_ListToArray FTP_ListToArray2D FTP_ListToArrayEx FTP_Open FTP_ProgressDownload FTP_ProgressUpload FTP_SetStatusCallback GDIPlus_ArrowCapCreate GDIPlus_ArrowCapDispose GDIPlus_ArrowCapGetFillState GDIPlus_ArrowCapGetHeight GDIPlus_ArrowCapGetMiddleInset GDIPlus_ArrowCapGetWidth GDIPlus_ArrowCapSetFillState GDIPlus_ArrowCapSetHeight GDIPlus_ArrowCapSetMiddleInset GDIPlus_ArrowCapSetWidth GDIPlus_BitmapApplyEffect GDIPlus_BitmapApplyEffectEx GDIPlus_BitmapCloneArea GDIPlus_BitmapConvertFormat GDIPlus_BitmapCreateApplyEffect GDIPlus_BitmapCreateApplyEffectEx GDIPlus_BitmapCreateDIBFromBitmap GDIPlus_BitmapCreateFromFile GDIPlus_BitmapCreateFromGraphics GDIPlus_BitmapCreateFromHBITMAP GDIPlus_BitmapCreateFromHICON GDIPlus_BitmapCreateFromHICON32 GDIPlus_BitmapCreateFromMemory GDIPlus_BitmapCreateFromResource GDIPlus_BitmapCreateFromScan0 GDIPlus_BitmapCreateFromStream GDIPlus_BitmapCreateHBITMAPFromBitmap GDIPlus_BitmapDispose GDIPlus_BitmapGetHistogram GDIPlus_BitmapGetHistogramEx GDIPlus_BitmapGetHistogramSize GDIPlus_BitmapGetPixel GDIPlus_BitmapLockBits GDIPlus_BitmapSetPixel GDIPlus_BitmapUnlockBits GDIPlus_BrushClone GDIPlus_BrushCreateSolid GDIPlus_BrushDispose GDIPlus_BrushGetSolidColor GDIPlus_BrushGetType GDIPlus_BrushSetSolidColor GDIPlus_ColorMatrixCreate GDIPlus_ColorMatrixCreateGrayScale GDIPlus_ColorMatrixCreateNegative GDIPlus_ColorMatrixCreateSaturation GDIPlus_ColorMatrixCreateScale GDIPlus_ColorMatrixCreateTranslate GDIPlus_CustomLineCapClone GDIPlus_CustomLineCapCreate GDIPlus_CustomLineCapDispose GDIPlus_CustomLineCapGetStrokeCaps GDIPlus_CustomLineCapSetStrokeCaps GDIPlus_Decoders GDIPlus_DecodersGetCount GDIPlus_DecodersGetSize GDIPlus_DrawImageFX GDIPlus_DrawImageFXEx GDIPlus_DrawImagePoints GDIPlus_EffectCreate GDIPlus_EffectCreateBlur GDIPlus_EffectCreateBrightnessContrast GDIPlus_EffectCreateColorBalance GDIPlus_EffectCreateColorCurve GDIPlus_EffectCreateColorLUT GDIPlus_EffectCreateColorMatrix GDIPlus_EffectCreateHueSaturationLightness GDIPlus_EffectCreateLevels GDIPlus_EffectCreateRedEyeCorrection GDIPlus_EffectCreateSharpen GDIPlus_EffectCreateTint GDIPlus_EffectDispose GDIPlus_EffectGetParameters GDIPlus_EffectSetParameters GDIPlus_Encoders GDIPlus_EncodersGetCLSID GDIPlus_EncodersGetCount GDIPlus_EncodersGetParamList GDIPlus_EncodersGetParamListSize GDIPlus_EncodersGetSize GDIPlus_FontCreate GDIPlus_FontDispose GDIPlus_FontFamilyCreate GDIPlus_FontFamilyCreateFromCollection GDIPlus_FontFamilyDispose GDIPlus_FontFamilyGetCellAscent GDIPlus_FontFamilyGetCellDescent GDIPlus_FontFamilyGetEmHeight GDIPlus_FontFamilyGetLineSpacing GDIPlus_FontGetHeight GDIPlus_FontPrivateAddFont GDIPlus_FontPrivateAddMemoryFont GDIPlus_FontPrivateCollectionDispose GDIPlus_FontPrivateCreateCollection GDIPlus_GraphicsClear GDIPlus_GraphicsCreateFromHDC GDIPlus_GraphicsCreateFromHWND GDIPlus_GraphicsDispose GDIPlus_GraphicsDrawArc GDIPlus_GraphicsDrawBezier GDIPlus_GraphicsDrawClosedCurve GDIPlus_GraphicsDrawClosedCurve2 GDIPlus_GraphicsDrawCurve GDIPlus_GraphicsDrawCurve2 GDIPlus_GraphicsDrawEllipse GDIPlus_GraphicsDrawImage GDIPlus_GraphicsDrawImagePointsRect GDIPlus_GraphicsDrawImageRect GDIPlus_GraphicsDrawImageRectRect GDIPlus_GraphicsDrawLine GDIPlus_GraphicsDrawPath GDIPlus_GraphicsDrawPie GDIPlus_GraphicsDrawPolygon GDIPlus_GraphicsDrawRect GDIPlus_GraphicsDrawString GDIPlus_GraphicsDrawStringEx GDIPlus_GraphicsFillClosedCurve GDIPlus_GraphicsFillClosedCurve2 GDIPlus_GraphicsFillEllipse GDIPlus_GraphicsFillPath GDIPlus_GraphicsFillPie GDIPlus_GraphicsFillPolygon GDIPlus_GraphicsFillRect GDIPlus_GraphicsFillRegion GDIPlus_GraphicsGetCompositingMode GDIPlus_GraphicsGetCompositingQuality GDIPlus_GraphicsGetDC GDIPlus_GraphicsGetInterpolationMode GDIPlus_GraphicsGetSmoothingMode GDIPlus_GraphicsGetTransform GDIPlus_GraphicsMeasureCharacterRanges GDIPlus_GraphicsMeasureString GDIPlus_GraphicsReleaseDC GDIPlus_GraphicsResetClip GDIPlus_GraphicsResetTransform GDIPlus_GraphicsRestore GDIPlus_GraphicsRotateTransform GDIPlus_GraphicsSave GDIPlus_GraphicsScaleTransform GDIPlus_GraphicsSetClipPath GDIPlus_GraphicsSetClipRect GDIPlus_GraphicsSetClipRegion GDIPlus_GraphicsSetCompositingMode GDIPlus_GraphicsSetCompositingQuality GDIPlus_GraphicsSetInterpolationMode GDIPlus_GraphicsSetPixelOffsetMode GDIPlus_GraphicsSetSmoothingMode GDIPlus_GraphicsSetTextRenderingHint GDIPlus_GraphicsSetTransform GDIPlus_GraphicsTransformPoints GDIPlus_GraphicsTranslateTransform GDIPlus_HatchBrushCreate GDIPlus_HICONCreateFromBitmap GDIPlus_ImageAttributesCreate GDIPlus_ImageAttributesDispose GDIPlus_ImageAttributesSetColorKeys GDIPlus_ImageAttributesSetColorMatrix GDIPlus_ImageDispose GDIPlus_ImageGetDimension GDIPlus_ImageGetFlags GDIPlus_ImageGetGraphicsContext GDIPlus_ImageGetHeight GDIPlus_ImageGetHorizontalResolution GDIPlus_ImageGetPixelFormat GDIPlus_ImageGetRawFormat GDIPlus_ImageGetThumbnail GDIPlus_ImageGetType GDIPlus_ImageGetVerticalResolution GDIPlus_ImageGetWidth GDIPlus_ImageLoadFromFile GDIPlus_ImageLoadFromStream GDIPlus_ImageResize GDIPlus_ImageRotateFlip GDIPlus_ImageSaveToFile GDIPlus_ImageSaveToFileEx GDIPlus_ImageSaveToStream GDIPlus_ImageScale GDIPlus_LineBrushCreate GDIPlus_LineBrushCreateFromRect GDIPlus_LineBrushCreateFromRectWithAngle GDIPlus_LineBrushGetColors GDIPlus_LineBrushGetRect GDIPlus_LineBrushMultiplyTransform GDIPlus_LineBrushResetTransform GDIPlus_LineBrushSetBlend GDIPlus_LineBrushSetColors GDIPlus_LineBrushSetGammaCorrection GDIPlus_LineBrushSetLinearBlend GDIPlus_LineBrushSetPresetBlend GDIPlus_LineBrushSetSigmaBlend GDIPlus_LineBrushSetTransform GDIPlus_MatrixClone GDIPlus_MatrixCreate GDIPlus_MatrixDispose GDIPlus_MatrixGetElements GDIPlus_MatrixInvert GDIPlus_MatrixMultiply GDIPlus_MatrixRotate GDIPlus_MatrixScale GDIPlus_MatrixSetElements GDIPlus_MatrixShear GDIPlus_MatrixTransformPoints GDIPlus_MatrixTranslate GDIPlus_PaletteInitialize GDIPlus_ParamAdd GDIPlus_ParamInit GDIPlus_ParamSize GDIPlus_PathAddArc GDIPlus_PathAddBezier GDIPlus_PathAddClosedCurve GDIPlus_PathAddClosedCurve2 GDIPlus_PathAddCurve GDIPlus_PathAddCurve2 GDIPlus_PathAddCurve3 GDIPlus_PathAddEllipse GDIPlus_PathAddLine GDIPlus_PathAddLine2 GDIPlus_PathAddPath GDIPlus_PathAddPie GDIPlus_PathAddPolygon GDIPlus_PathAddRectangle GDIPlus_PathAddString GDIPlus_PathBrushCreate GDIPlus_PathBrushCreateFromPath GDIPlus_PathBrushGetCenterPoint GDIPlus_PathBrushGetFocusScales GDIPlus_PathBrushGetPointCount GDIPlus_PathBrushGetRect GDIPlus_PathBrushGetWrapMode GDIPlus_PathBrushMultiplyTransform GDIPlus_PathBrushResetTransform GDIPlus_PathBrushSetBlend GDIPlus_PathBrushSetCenterColor GDIPlus_PathBrushSetCenterPoint GDIPlus_PathBrushSetFocusScales GDIPlus_PathBrushSetGammaCorrection GDIPlus_PathBrushSetLinearBlend GDIPlus_PathBrushSetPresetBlend GDIPlus_PathBrushSetSigmaBlend GDIPlus_PathBrushSetSurroundColor GDIPlus_PathBrushSetSurroundColorsWithCount GDIPlus_PathBrushSetTransform GDIPlus_PathBrushSetWrapMode GDIPlus_PathClone GDIPlus_PathCloseFigure GDIPlus_PathCreate GDIPlus_PathCreate2 GDIPlus_PathDispose GDIPlus_PathFlatten GDIPlus_PathGetData GDIPlus_PathGetFillMode GDIPlus_PathGetLastPoint GDIPlus_PathGetPointCount GDIPlus_PathGetPoints GDIPlus_PathGetWorldBounds GDIPlus_PathIsOutlineVisiblePoint GDIPlus_PathIsVisiblePoint GDIPlus_PathIterCreate GDIPlus_PathIterDispose GDIPlus_PathIterGetSubpathCount GDIPlus_PathIterNextMarkerPath GDIPlus_PathIterNextSubpathPath GDIPlus_PathIterRewind GDIPlus_PathReset GDIPlus_PathReverse GDIPlus_PathSetFillMode GDIPlus_PathSetMarker GDIPlus_PathStartFigure GDIPlus_PathTransform GDIPlus_PathWarp GDIPlus_PathWiden GDIPlus_PathWindingModeOutline GDIPlus_PenCreate GDIPlus_PenCreate2 GDIPlus_PenDispose GDIPlus_PenGetAlignment GDIPlus_PenGetColor GDIPlus_PenGetCustomEndCap GDIPlus_PenGetDashCap GDIPlus_PenGetDashStyle GDIPlus_PenGetEndCap GDIPlus_PenGetMiterLimit GDIPlus_PenGetWidth GDIPlus_PenSetAlignment GDIPlus_PenSetColor GDIPlus_PenSetCustomEndCap GDIPlus_PenSetDashCap GDIPlus_PenSetDashStyle GDIPlus_PenSetEndCap GDIPlus_PenSetLineCap GDIPlus_PenSetLineJoin GDIPlus_PenSetMiterLimit GDIPlus_PenSetStartCap GDIPlus_PenSetWidth GDIPlus_RectFCreate GDIPlus_RegionClone GDIPlus_RegionCombinePath GDIPlus_RegionCombineRect GDIPlus_RegionCombineRegion GDIPlus_RegionCreate GDIPlus_RegionCreateFromPath GDIPlus_RegionCreateFromRect GDIPlus_RegionDispose GDIPlus_RegionGetBounds GDIPlus_RegionGetHRgn GDIPlus_RegionTransform GDIPlus_RegionTranslate GDIPlus_Shutdown GDIPlus_Startup GDIPlus_StringFormatCreate GDIPlus_StringFormatDispose GDIPlus_StringFormatGetMeasurableCharacterRangeCount GDIPlus_StringFormatSetAlign GDIPlus_StringFormatSetLineAlign GDIPlus_StringFormatSetMeasurableCharacterRanges GDIPlus_TextureCreate GDIPlus_TextureCreate2 GDIPlus_TextureCreateIA GetIP GUICtrlAVI_Close GUICtrlAVI_Create GUICtrlAVI_Destroy GUICtrlAVI_IsPlaying GUICtrlAVI_Open GUICtrlAVI_OpenEx GUICtrlAVI_Play GUICtrlAVI_Seek GUICtrlAVI_Show GUICtrlAVI_Stop GUICtrlButton_Click GUICtrlButton_Create GUICtrlButton_Destroy GUICtrlButton_Enable GUICtrlButton_GetCheck GUICtrlButton_GetFocus GUICtrlButton_GetIdealSize GUICtrlButton_GetImage GUICtrlButton_GetImageList GUICtrlButton_GetNote GUICtrlButton_GetNoteLength GUICtrlButton_GetSplitInfo GUICtrlButton_GetState GUICtrlButton_GetText GUICtrlButton_GetTextMargin GUICtrlButton_SetCheck GUICtrlButton_SetDontClick GUICtrlButton_SetFocus GUICtrlButton_SetImage GUICtrlButton_SetImageList GUICtrlButton_SetNote GUICtrlButton_SetShield GUICtrlButton_SetSize GUICtrlButton_SetSplitInfo GUICtrlButton_SetState GUICtrlButton_SetStyle GUICtrlButton_SetText GUICtrlButton_SetTextMargin GUICtrlButton_Show GUICtrlComboBoxEx_AddDir GUICtrlComboBoxEx_AddString GUICtrlComboBoxEx_BeginUpdate GUICtrlComboBoxEx_Create GUICtrlComboBoxEx_CreateSolidBitMap GUICtrlComboBoxEx_DeleteString GUICtrlComboBoxEx_Destroy GUICtrlComboBoxEx_EndUpdate GUICtrlComboBoxEx_FindStringExact GUICtrlComboBoxEx_GetComboBoxInfo GUICtrlComboBoxEx_GetComboControl GUICtrlComboBoxEx_GetCount GUICtrlComboBoxEx_GetCurSel GUICtrlComboBoxEx_GetDroppedControlRect GUICtrlComboBoxEx_GetDroppedControlRectEx GUICtrlComboBoxEx_GetDroppedState GUICtrlComboBoxEx_GetDroppedWidth GUICtrlComboBoxEx_GetEditControl GUICtrlComboBoxEx_GetEditSel GUICtrlComboBoxEx_GetEditText GUICtrlComboBoxEx_GetExtendedStyle GUICtrlComboBoxEx_GetExtendedUI GUICtrlComboBoxEx_GetImageList GUICtrlComboBoxEx_GetItem GUICtrlComboBoxEx_GetItemEx GUICtrlComboBoxEx_GetItemHeight GUICtrlComboBoxEx_GetItemImage GUICtrlComboBoxEx_GetItemIndent GUICtrlComboBoxEx_GetItemOverlayImage GUICtrlComboBoxEx_GetItemParam GUICtrlComboBoxEx_GetItemSelectedImage GUICtrlComboBoxEx_GetItemText GUICtrlComboBoxEx_GetItemTextLen GUICtrlComboBoxEx_GetList GUICtrlComboBoxEx_GetListArray GUICtrlComboBoxEx_GetLocale GUICtrlComboBoxEx_GetLocaleCountry GUICtrlComboBoxEx_GetLocaleLang GUICtrlComboBoxEx_GetLocalePrimLang GUICtrlComboBoxEx_GetLocaleSubLang GUICtrlComboBoxEx_GetMinVisible GUICtrlComboBoxEx_GetTopIndex GUICtrlComboBoxEx_GetUnicode GUICtrlComboBoxEx_InitStorage GUICtrlComboBoxEx_InsertString GUICtrlComboBoxEx_LimitText GUICtrlComboBoxEx_ReplaceEditSel GUICtrlComboBoxEx_ResetContent GUICtrlComboBoxEx_SetCurSel GUICtrlComboBoxEx_SetDroppedWidth GUICtrlComboBoxEx_SetEditSel GUICtrlComboBoxEx_SetEditText GUICtrlComboBoxEx_SetExtendedStyle GUICtrlComboBoxEx_SetExtendedUI GUICtrlComboBoxEx_SetImageList GUICtrlComboBoxEx_SetItem GUICtrlComboBoxEx_SetItemEx GUICtrlComboBoxEx_SetItemHeight GUICtrlComboBoxEx_SetItemImage GUICtrlComboBoxEx_SetItemIndent GUICtrlComboBoxEx_SetItemOverlayImage GUICtrlComboBoxEx_SetItemParam GUICtrlComboBoxEx_SetItemSelectedImage GUICtrlComboBoxEx_SetMinVisible GUICtrlComboBoxEx_SetTopIndex GUICtrlComboBoxEx_SetUnicode GUICtrlComboBoxEx_ShowDropDown GUICtrlComboBox_AddDir GUICtrlComboBox_AddString GUICtrlComboBox_AutoComplete GUICtrlComboBox_BeginUpdate GUICtrlComboBox_Create GUICtrlComboBox_DeleteString GUICtrlComboBox_Destroy GUICtrlComboBox_EndUpdate GUICtrlComboBox_FindString GUICtrlComboBox_FindStringExact GUICtrlComboBox_GetComboBoxInfo GUICtrlComboBox_GetCount GUICtrlComboBox_GetCueBanner GUICtrlComboBox_GetCurSel GUICtrlComboBox_GetDroppedControlRect GUICtrlComboBox_GetDroppedControlRectEx GUICtrlComboBox_GetDroppedState GUICtrlComboBox_GetDroppedWidth GUICtrlComboBox_GetEditSel GUICtrlComboBox_GetEditText GUICtrlComboBox_GetExtendedUI GUICtrlComboBox_GetHorizontalExtent GUICtrlComboBox_GetItemHeight GUICtrlComboBox_GetLBText GUICtrlComboBox_GetLBTextLen GUICtrlComboBox_GetList GUICtrlComboBox_GetListArray GUICtrlComboBox_GetLocale GUICtrlComboBox_GetLocaleCountry GUICtrlComboBox_GetLocaleLang GUICtrlComboBox_GetLocalePrimLang GUICtrlComboBox_GetLocaleSubLang GUICtrlComboBox_GetMinVisible GUICtrlComboBox_GetTopIndex GUICtrlComboBox_InitStorage GUICtrlComboBox_InsertString GUICtrlComboBox_LimitText GUICtrlComboBox_ReplaceEditSel GUICtrlComboBox_ResetContent GUICtrlComboBox_SelectString GUICtrlComboBox_SetCueBanner GUICtrlComboBox_SetCurSel GUICtrlComboBox_SetDroppedWidth GUICtrlComboBox_SetEditSel GUICtrlComboBox_SetEditText GUICtrlComboBox_SetExtendedUI GUICtrlComboBox_SetHorizontalExtent GUICtrlComboBox_SetItemHeight GUICtrlComboBox_SetMinVisible GUICtrlComboBox_SetTopIndex GUICtrlComboBox_ShowDropDown GUICtrlDTP_Create GUICtrlDTP_Destroy GUICtrlDTP_GetMCColor GUICtrlDTP_GetMCFont GUICtrlDTP_GetMonthCal GUICtrlDTP_GetRange GUICtrlDTP_GetRangeEx GUICtrlDTP_GetSystemTime GUICtrlDTP_GetSystemTimeEx GUICtrlDTP_SetFormat GUICtrlDTP_SetMCColor GUICtrlDTP_SetMCFont GUICtrlDTP_SetRange GUICtrlDTP_SetRangeEx GUICtrlDTP_SetSystemTime GUICtrlDTP_SetSystemTimeEx GUICtrlEdit_AppendText GUICtrlEdit_BeginUpdate GUICtrlEdit_CanUndo GUICtrlEdit_CharFromPos GUICtrlEdit_Create GUICtrlEdit_Destroy GUICtrlEdit_EmptyUndoBuffer GUICtrlEdit_EndUpdate GUICtrlEdit_Find GUICtrlEdit_FmtLines GUICtrlEdit_GetCueBanner GUICtrlEdit_GetFirstVisibleLine GUICtrlEdit_GetLimitText GUICtrlEdit_GetLine GUICtrlEdit_GetLineCount GUICtrlEdit_GetMargins GUICtrlEdit_GetModify GUICtrlEdit_GetPasswordChar GUICtrlEdit_GetRECT GUICtrlEdit_GetRECTEx GUICtrlEdit_GetSel GUICtrlEdit_GetText GUICtrlEdit_GetTextLen GUICtrlEdit_HideBalloonTip GUICtrlEdit_InsertText GUICtrlEdit_LineFromChar GUICtrlEdit_LineIndex GUICtrlEdit_LineLength GUICtrlEdit_LineScroll GUICtrlEdit_PosFromChar GUICtrlEdit_ReplaceSel GUICtrlEdit_Scroll GUICtrlEdit_SetCueBanner GUICtrlEdit_SetLimitText GUICtrlEdit_SetMargins GUICtrlEdit_SetModify GUICtrlEdit_SetPasswordChar GUICtrlEdit_SetReadOnly GUICtrlEdit_SetRECT GUICtrlEdit_SetRECTEx GUICtrlEdit_SetRECTNP GUICtrlEdit_SetRectNPEx GUICtrlEdit_SetSel GUICtrlEdit_SetTabStops GUICtrlEdit_SetText GUICtrlEdit_ShowBalloonTip GUICtrlEdit_Undo GUICtrlHeader_AddItem GUICtrlHeader_ClearFilter GUICtrlHeader_ClearFilterAll GUICtrlHeader_Create GUICtrlHeader_CreateDragImage GUICtrlHeader_DeleteItem GUICtrlHeader_Destroy GUICtrlHeader_EditFilter GUICtrlHeader_GetBitmapMargin GUICtrlHeader_GetImageList GUICtrlHeader_GetItem GUICtrlHeader_GetItemAlign GUICtrlHeader_GetItemBitmap GUICtrlHeader_GetItemCount GUICtrlHeader_GetItemDisplay GUICtrlHeader_GetItemFlags GUICtrlHeader_GetItemFormat GUICtrlHeader_GetItemImage GUICtrlHeader_GetItemOrder GUICtrlHeader_GetItemParam GUICtrlHeader_GetItemRect GUICtrlHeader_GetItemRectEx GUICtrlHeader_GetItemText GUICtrlHeader_GetItemWidth GUICtrlHeader_GetOrderArray GUICtrlHeader_GetUnicodeFormat GUICtrlHeader_HitTest GUICtrlHeader_InsertItem GUICtrlHeader_Layout GUICtrlHeader_OrderToIndex GUICtrlHeader_SetBitmapMargin GUICtrlHeader_SetFilterChangeTimeout GUICtrlHeader_SetHotDivider GUICtrlHeader_SetImageList GUICtrlHeader_SetItem GUICtrlHeader_SetItemAlign GUICtrlHeader_SetItemBitmap GUICtrlHeader_SetItemDisplay GUICtrlHeader_SetItemFlags GUICtrlHeader_SetItemFormat GUICtrlHeader_SetItemImage GUICtrlHeader_SetItemOrder GUICtrlHeader_SetItemParam GUICtrlHeader_SetItemText GUICtrlHeader_SetItemWidth GUICtrlHeader_SetOrderArray GUICtrlHeader_SetUnicodeFormat GUICtrlIpAddress_ClearAddress GUICtrlIpAddress_Create GUICtrlIpAddress_Destroy GUICtrlIpAddress_Get GUICtrlIpAddress_GetArray GUICtrlIpAddress_GetEx GUICtrlIpAddress_IsBlank GUICtrlIpAddress_Set GUICtrlIpAddress_SetArray GUICtrlIpAddress_SetEx GUICtrlIpAddress_SetFocus GUICtrlIpAddress_SetFont GUICtrlIpAddress_SetRange GUICtrlIpAddress_ShowHide GUICtrlListBox_AddFile GUICtrlListBox_AddString GUICtrlListBox_BeginUpdate GUICtrlListBox_ClickItem GUICtrlListBox_Create GUICtrlListBox_DeleteString GUICtrlListBox_Destroy GUICtrlListBox_Dir GUICtrlListBox_EndUpdate GUICtrlListBox_FindInText GUICtrlListBox_FindString GUICtrlListBox_GetAnchorIndex GUICtrlListBox_GetCaretIndex GUICtrlListBox_GetCount GUICtrlListBox_GetCurSel GUICtrlListBox_GetHorizontalExtent GUICtrlListBox_GetItemData GUICtrlListBox_GetItemHeight GUICtrlListBox_GetItemRect GUICtrlListBox_GetItemRectEx GUICtrlListBox_GetListBoxInfo GUICtrlListBox_GetLocale GUICtrlListBox_GetLocaleCountry GUICtrlListBox_GetLocaleLang GUICtrlListBox_GetLocalePrimLang GUICtrlListBox_GetLocaleSubLang GUICtrlListBox_GetSel GUICtrlListBox_GetSelCount GUICtrlListBox_GetSelItems GUICtrlListBox_GetSelItemsText GUICtrlListBox_GetText GUICtrlListBox_GetTextLen GUICtrlListBox_GetTopIndex GUICtrlListBox_InitStorage GUICtrlListBox_InsertString GUICtrlListBox_ItemFromPoint GUICtrlListBox_ReplaceString GUICtrlListBox_ResetContent GUICtrlListBox_SelectString GUICtrlListBox_SelItemRange GUICtrlListBox_SelItemRangeEx GUICtrlListBox_SetAnchorIndex GUICtrlListBox_SetCaretIndex GUICtrlListBox_SetColumnWidth GUICtrlListBox_SetCurSel GUICtrlListBox_SetHorizontalExtent GUICtrlListBox_SetItemData GUICtrlListBox_SetItemHeight GUICtrlListBox_SetLocale GUICtrlListBox_SetSel GUICtrlListBox_SetTabStops GUICtrlListBox_SetTopIndex GUICtrlListBox_Sort GUICtrlListBox_SwapString GUICtrlListBox_UpdateHScroll GUICtrlListView_AddArray GUICtrlListView_AddColumn GUICtrlListView_AddItem GUICtrlListView_AddSubItem GUICtrlListView_ApproximateViewHeight GUICtrlListView_ApproximateViewRect GUICtrlListView_ApproximateViewWidth GUICtrlListView_Arrange GUICtrlListView_BeginUpdate GUICtrlListView_CancelEditLabel GUICtrlListView_ClickItem GUICtrlListView_CopyItems GUICtrlListView_Create GUICtrlListView_CreateDragImage GUICtrlListView_CreateSolidBitMap GUICtrlListView_DeleteAllItems GUICtrlListView_DeleteColumn GUICtrlListView_DeleteItem GUICtrlListView_DeleteItemsSelected GUICtrlListView_Destroy GUICtrlListView_DrawDragImage GUICtrlListView_EditLabel GUICtrlListView_EnableGroupView GUICtrlListView_EndUpdate GUICtrlListView_EnsureVisible GUICtrlListView_FindInText GUICtrlListView_FindItem GUICtrlListView_FindNearest GUICtrlListView_FindParam GUICtrlListView_FindText GUICtrlListView_GetBkColor GUICtrlListView_GetBkImage GUICtrlListView_GetCallbackMask GUICtrlListView_GetColumn GUICtrlListView_GetColumnCount GUICtrlListView_GetColumnOrder GUICtrlListView_GetColumnOrderArray GUICtrlListView_GetColumnWidth GUICtrlListView_GetCounterPage GUICtrlListView_GetEditControl GUICtrlListView_GetExtendedListViewStyle GUICtrlListView_GetFocusedGroup GUICtrlListView_GetGroupCount GUICtrlListView_GetGroupInfo GUICtrlListView_GetGroupInfoByIndex GUICtrlListView_GetGroupRect GUICtrlListView_GetGroupViewEnabled GUICtrlListView_GetHeader GUICtrlListView_GetHotCursor GUICtrlListView_GetHotItem GUICtrlListView_GetHoverTime GUICtrlListView_GetImageList GUICtrlListView_GetISearchString GUICtrlListView_GetItem GUICtrlListView_GetItemChecked GUICtrlListView_GetItemCount GUICtrlListView_GetItemCut GUICtrlListView_GetItemDropHilited GUICtrlListView_GetItemEx GUICtrlListView_GetItemFocused GUICtrlListView_GetItemGroupID GUICtrlListView_GetItemImage GUICtrlListView_GetItemIndent GUICtrlListView_GetItemParam GUICtrlListView_GetItemPosition GUICtrlListView_GetItemPositionX GUICtrlListView_GetItemPositionY GUICtrlListView_GetItemRect GUICtrlListView_GetItemRectEx GUICtrlListView_GetItemSelected GUICtrlListView_GetItemSpacing GUICtrlListView_GetItemSpacingX GUICtrlListView_GetItemSpacingY GUICtrlListView_GetItemState GUICtrlListView_GetItemStateImage GUICtrlListView_GetItemText GUICtrlListView_GetItemTextArray GUICtrlListView_GetItemTextString GUICtrlListView_GetNextItem GUICtrlListView_GetNumberOfWorkAreas GUICtrlListView_GetOrigin GUICtrlListView_GetOriginX GUICtrlListView_GetOriginY GUICtrlListView_GetOutlineColor GUICtrlListView_GetSelectedColumn GUICtrlListView_GetSelectedCount GUICtrlListView_GetSelectedIndices GUICtrlListView_GetSelectionMark GUICtrlListView_GetStringWidth GUICtrlListView_GetSubItemRect GUICtrlListView_GetTextBkColor GUICtrlListView_GetTextColor GUICtrlListView_GetToolTips GUICtrlListView_GetTopIndex GUICtrlListView_GetUnicodeFormat GUICtrlListView_GetView GUICtrlListView_GetViewDetails GUICtrlListView_GetViewLarge GUICtrlListView_GetViewList GUICtrlListView_GetViewRect GUICtrlListView_GetViewSmall GUICtrlListView_GetViewTile GUICtrlListView_HideColumn GUICtrlListView_HitTest GUICtrlListView_InsertColumn GUICtrlListView_InsertGroup GUICtrlListView_InsertItem GUICtrlListView_JustifyColumn GUICtrlListView_MapIDToIndex GUICtrlListView_MapIndexToID GUICtrlListView_RedrawItems GUICtrlListView_RegisterSortCallBack GUICtrlListView_RemoveAllGroups GUICtrlListView_RemoveGroup GUICtrlListView_Scroll GUICtrlListView_SetBkColor GUICtrlListView_SetBkImage GUICtrlListView_SetCallBackMask GUICtrlListView_SetColumn GUICtrlListView_SetColumnOrder GUICtrlListView_SetColumnOrderArray GUICtrlListView_SetColumnWidth GUICtrlListView_SetExtendedListViewStyle GUICtrlListView_SetGroupInfo GUICtrlListView_SetHotItem GUICtrlListView_SetHoverTime GUICtrlListView_SetIconSpacing GUICtrlListView_SetImageList GUICtrlListView_SetItem GUICtrlListView_SetItemChecked GUICtrlListView_SetItemCount GUICtrlListView_SetItemCut GUICtrlListView_SetItemDropHilited GUICtrlListView_SetItemEx GUICtrlListView_SetItemFocused GUICtrlListView_SetItemGroupID GUICtrlListView_SetItemImage GUICtrlListView_SetItemIndent GUICtrlListView_SetItemParam GUICtrlListView_SetItemPosition GUICtrlListView_SetItemPosition32 GUICtrlListView_SetItemSelected GUICtrlListView_SetItemState GUICtrlListView_SetItemStateImage GUICtrlListView_SetItemText GUICtrlListView_SetOutlineColor GUICtrlListView_SetSelectedColumn GUICtrlListView_SetSelectionMark GUICtrlListView_SetTextBkColor GUICtrlListView_SetTextColor GUICtrlListView_SetToolTips GUICtrlListView_SetUnicodeFormat GUICtrlListView_SetView GUICtrlListView_SetWorkAreas GUICtrlListView_SimpleSort GUICtrlListView_SortItems GUICtrlListView_SubItemHitTest GUICtrlListView_UnRegisterSortCallBack GUICtrlMenu_AddMenuItem GUICtrlMenu_AppendMenu GUICtrlMenu_CalculatePopupWindowPosition GUICtrlMenu_CheckMenuItem GUICtrlMenu_CheckRadioItem GUICtrlMenu_CreateMenu GUICtrlMenu_CreatePopup GUICtrlMenu_DeleteMenu GUICtrlMenu_DestroyMenu GUICtrlMenu_DrawMenuBar GUICtrlMenu_EnableMenuItem GUICtrlMenu_FindItem GUICtrlMenu_FindParent GUICtrlMenu_GetItemBmp GUICtrlMenu_GetItemBmpChecked GUICtrlMenu_GetItemBmpUnchecked GUICtrlMenu_GetItemChecked GUICtrlMenu_GetItemCount GUICtrlMenu_GetItemData GUICtrlMenu_GetItemDefault GUICtrlMenu_GetItemDisabled GUICtrlMenu_GetItemEnabled GUICtrlMenu_GetItemGrayed GUICtrlMenu_GetItemHighlighted GUICtrlMenu_GetItemID GUICtrlMenu_GetItemInfo GUICtrlMenu_GetItemRect GUICtrlMenu_GetItemRectEx GUICtrlMenu_GetItemState GUICtrlMenu_GetItemStateEx GUICtrlMenu_GetItemSubMenu GUICtrlMenu_GetItemText GUICtrlMenu_GetItemType GUICtrlMenu_GetMenu GUICtrlMenu_GetMenuBackground GUICtrlMenu_GetMenuBarInfo GUICtrlMenu_GetMenuContextHelpID GUICtrlMenu_GetMenuData GUICtrlMenu_GetMenuDefaultItem GUICtrlMenu_GetMenuHeight GUICtrlMenu_GetMenuInfo GUICtrlMenu_GetMenuStyle GUICtrlMenu_GetSystemMenu GUICtrlMenu_InsertMenuItem GUICtrlMenu_InsertMenuItemEx GUICtrlMenu_IsMenu GUICtrlMenu_LoadMenu GUICtrlMenu_MapAccelerator GUICtrlMenu_MenuItemFromPoint GUICtrlMenu_RemoveMenu GUICtrlMenu_SetItemBitmaps GUICtrlMenu_SetItemBmp GUICtrlMenu_SetItemBmpChecked GUICtrlMenu_SetItemBmpUnchecked GUICtrlMenu_SetItemChecked GUICtrlMenu_SetItemData GUICtrlMenu_SetItemDefault GUICtrlMenu_SetItemDisabled GUICtrlMenu_SetItemEnabled GUICtrlMenu_SetItemGrayed GUICtrlMenu_SetItemHighlighted GUICtrlMenu_SetItemID GUICtrlMenu_SetItemInfo GUICtrlMenu_SetItemState GUICtrlMenu_SetItemSubMenu GUICtrlMenu_SetItemText GUICtrlMenu_SetItemType GUICtrlMenu_SetMenu GUICtrlMenu_SetMenuBackground GUICtrlMenu_SetMenuContextHelpID GUICtrlMenu_SetMenuData GUICtrlMenu_SetMenuDefaultItem GUICtrlMenu_SetMenuHeight GUICtrlMenu_SetMenuInfo GUICtrlMenu_SetMenuStyle GUICtrlMenu_TrackPopupMenu GUICtrlMonthCal_Create GUICtrlMonthCal_Destroy GUICtrlMonthCal_GetCalendarBorder GUICtrlMonthCal_GetCalendarCount GUICtrlMonthCal_GetColor GUICtrlMonthCal_GetColorArray GUICtrlMonthCal_GetCurSel GUICtrlMonthCal_GetCurSelStr GUICtrlMonthCal_GetFirstDOW GUICtrlMonthCal_GetFirstDOWStr GUICtrlMonthCal_GetMaxSelCount GUICtrlMonthCal_GetMaxTodayWidth GUICtrlMonthCal_GetMinReqHeight GUICtrlMonthCal_GetMinReqRect GUICtrlMonthCal_GetMinReqRectArray GUICtrlMonthCal_GetMinReqWidth GUICtrlMonthCal_GetMonthDelta GUICtrlMonthCal_GetMonthRange GUICtrlMonthCal_GetMonthRangeMax GUICtrlMonthCal_GetMonthRangeMaxStr GUICtrlMonthCal_GetMonthRangeMin GUICtrlMonthCal_GetMonthRangeMinStr GUICtrlMonthCal_GetMonthRangeSpan GUICtrlMonthCal_GetRange GUICtrlMonthCal_GetRangeMax GUICtrlMonthCal_GetRangeMaxStr GUICtrlMonthCal_GetRangeMin GUICtrlMonthCal_GetRangeMinStr GUICtrlMonthCal_GetSelRange GUICtrlMonthCal_GetSelRangeMax GUICtrlMonthCal_GetSelRangeMaxStr GUICtrlMonthCal_GetSelRangeMin GUICtrlMonthCal_GetSelRangeMinStr GUICtrlMonthCal_GetToday GUICtrlMonthCal_GetTodayStr GUICtrlMonthCal_GetUnicodeFormat GUICtrlMonthCal_HitTest GUICtrlMonthCal_SetCalendarBorder GUICtrlMonthCal_SetColor GUICtrlMonthCal_SetCurSel GUICtrlMonthCal_SetDayState GUICtrlMonthCal_SetFirstDOW GUICtrlMonthCal_SetMaxSelCount GUICtrlMonthCal_SetMonthDelta GUICtrlMonthCal_SetRange GUICtrlMonthCal_SetSelRange GUICtrlMonthCal_SetToday GUICtrlMonthCal_SetUnicodeFormat GUICtrlRebar_AddBand GUICtrlRebar_AddToolBarBand GUICtrlRebar_BeginDrag GUICtrlRebar_Create GUICtrlRebar_DeleteBand GUICtrlRebar_Destroy GUICtrlRebar_DragMove GUICtrlRebar_EndDrag GUICtrlRebar_GetBandBackColor GUICtrlRebar_GetBandBorders GUICtrlRebar_GetBandBordersEx GUICtrlRebar_GetBandChildHandle GUICtrlRebar_GetBandChildSize GUICtrlRebar_GetBandCount GUICtrlRebar_GetBandForeColor GUICtrlRebar_GetBandHeaderSize GUICtrlRebar_GetBandID GUICtrlRebar_GetBandIdealSize GUICtrlRebar_GetBandLength GUICtrlRebar_GetBandLParam GUICtrlRebar_GetBandMargins GUICtrlRebar_GetBandMarginsEx GUICtrlRebar_GetBandRect GUICtrlRebar_GetBandRectEx GUICtrlRebar_GetBandStyle GUICtrlRebar_GetBandStyleBreak GUICtrlRebar_GetBandStyleChildEdge GUICtrlRebar_GetBandStyleFixedBMP GUICtrlRebar_GetBandStyleFixedSize GUICtrlRebar_GetBandStyleGripperAlways GUICtrlRebar_GetBandStyleHidden GUICtrlRebar_GetBandStyleHideTitle GUICtrlRebar_GetBandStyleNoGripper GUICtrlRebar_GetBandStyleTopAlign GUICtrlRebar_GetBandStyleUseChevron GUICtrlRebar_GetBandStyleVariableHeight GUICtrlRebar_GetBandText GUICtrlRebar_GetBarHeight GUICtrlRebar_GetBarInfo GUICtrlRebar_GetBKColor GUICtrlRebar_GetColorScheme GUICtrlRebar_GetRowCount GUICtrlRebar_GetRowHeight GUICtrlRebar_GetTextColor GUICtrlRebar_GetToolTips GUICtrlRebar_GetUnicodeFormat GUICtrlRebar_HitTest GUICtrlRebar_IDToIndex GUICtrlRebar_MaximizeBand GUICtrlRebar_MinimizeBand GUICtrlRebar_MoveBand GUICtrlRebar_SetBandBackColor GUICtrlRebar_SetBandForeColor GUICtrlRebar_SetBandHeaderSize GUICtrlRebar_SetBandID GUICtrlRebar_SetBandIdealSize GUICtrlRebar_SetBandLength GUICtrlRebar_SetBandLParam GUICtrlRebar_SetBandStyle GUICtrlRebar_SetBandStyleBreak GUICtrlRebar_SetBandStyleChildEdge GUICtrlRebar_SetBandStyleFixedBMP GUICtrlRebar_SetBandStyleFixedSize GUICtrlRebar_SetBandStyleGripperAlways GUICtrlRebar_SetBandStyleHidden GUICtrlRebar_SetBandStyleHideTitle GUICtrlRebar_SetBandStyleNoGripper GUICtrlRebar_SetBandStyleTopAlign GUICtrlRebar_SetBandStyleUseChevron GUICtrlRebar_SetBandStyleVariableHeight GUICtrlRebar_SetBandText GUICtrlRebar_SetBarInfo GUICtrlRebar_SetBKColor GUICtrlRebar_SetColorScheme GUICtrlRebar_SetTextColor GUICtrlRebar_SetToolTips GUICtrlRebar_SetUnicodeFormat GUICtrlRebar_ShowBand GUICtrlRichEdit_AppendText GUICtrlRichEdit_AutoDetectURL GUICtrlRichEdit_CanPaste GUICtrlRichEdit_CanPasteSpecial GUICtrlRichEdit_CanRedo GUICtrlRichEdit_CanUndo GUICtrlRichEdit_ChangeFontSize GUICtrlRichEdit_Copy GUICtrlRichEdit_Create GUICtrlRichEdit_Cut GUICtrlRichEdit_Deselect GUICtrlRichEdit_Destroy GUICtrlRichEdit_EmptyUndoBuffer GUICtrlRichEdit_FindText GUICtrlRichEdit_FindTextInRange GUICtrlRichEdit_GetBkColor GUICtrlRichEdit_GetCharAttributes GUICtrlRichEdit_GetCharBkColor GUICtrlRichEdit_GetCharColor GUICtrlRichEdit_GetCharPosFromXY GUICtrlRichEdit_GetCharPosOfNextWord GUICtrlRichEdit_GetCharPosOfPreviousWord GUICtrlRichEdit_GetCharWordBreakInfo GUICtrlRichEdit_GetFirstCharPosOnLine GUICtrlRichEdit_GetFont GUICtrlRichEdit_GetLineCount GUICtrlRichEdit_GetLineLength GUICtrlRichEdit_GetLineNumberFromCharPos GUICtrlRichEdit_GetNextRedo GUICtrlRichEdit_GetNextUndo GUICtrlRichEdit_GetNumberOfFirstVisibleLine GUICtrlRichEdit_GetParaAlignment GUICtrlRichEdit_GetParaAttributes GUICtrlRichEdit_GetParaBorder GUICtrlRichEdit_GetParaIndents GUICtrlRichEdit_GetParaNumbering GUICtrlRichEdit_GetParaShading GUICtrlRichEdit_GetParaSpacing GUICtrlRichEdit_GetParaTabStops GUICtrlRichEdit_GetPasswordChar GUICtrlRichEdit_GetRECT GUICtrlRichEdit_GetScrollPos GUICtrlRichEdit_GetSel GUICtrlRichEdit_GetSelAA GUICtrlRichEdit_GetSelText GUICtrlRichEdit_GetSpaceUnit GUICtrlRichEdit_GetText GUICtrlRichEdit_GetTextInLine GUICtrlRichEdit_GetTextInRange GUICtrlRichEdit_GetTextLength GUICtrlRichEdit_GetVersion GUICtrlRichEdit_GetXYFromCharPos GUICtrlRichEdit_GetZoom GUICtrlRichEdit_GotoCharPos GUICtrlRichEdit_HideSelection GUICtrlRichEdit_InsertText GUICtrlRichEdit_IsModified GUICtrlRichEdit_IsTextSelected GUICtrlRichEdit_Paste GUICtrlRichEdit_PasteSpecial GUICtrlRichEdit_PauseRedraw GUICtrlRichEdit_Redo GUICtrlRichEdit_ReplaceText GUICtrlRichEdit_ResumeRedraw GUICtrlRichEdit_ScrollLineOrPage GUICtrlRichEdit_ScrollLines GUICtrlRichEdit_ScrollToCaret GUICtrlRichEdit_SetBkColor GUICtrlRichEdit_SetCharAttributes GUICtrlRichEdit_SetCharBkColor GUICtrlRichEdit_SetCharColor GUICtrlRichEdit_SetEventMask GUICtrlRichEdit_SetFont GUICtrlRichEdit_SetLimitOnText GUICtrlRichEdit_SetModified GUICtrlRichEdit_SetParaAlignment GUICtrlRichEdit_SetParaAttributes GUICtrlRichEdit_SetParaBorder GUICtrlRichEdit_SetParaIndents GUICtrlRichEdit_SetParaNumbering GUICtrlRichEdit_SetParaShading GUICtrlRichEdit_SetParaSpacing GUICtrlRichEdit_SetParaTabStops GUICtrlRichEdit_SetPasswordChar GUICtrlRichEdit_SetReadOnly GUICtrlRichEdit_SetRECT GUICtrlRichEdit_SetScrollPos GUICtrlRichEdit_SetSel GUICtrlRichEdit_SetSpaceUnit GUICtrlRichEdit_SetTabStops GUICtrlRichEdit_SetText GUICtrlRichEdit_SetUndoLimit GUICtrlRichEdit_SetZoom GUICtrlRichEdit_StreamFromFile GUICtrlRichEdit_StreamFromVar GUICtrlRichEdit_StreamToFile GUICtrlRichEdit_StreamToVar GUICtrlRichEdit_Undo GUICtrlSlider_ClearSel GUICtrlSlider_ClearTics GUICtrlSlider_Create GUICtrlSlider_Destroy GUICtrlSlider_GetBuddy GUICtrlSlider_GetChannelRect GUICtrlSlider_GetChannelRectEx GUICtrlSlider_GetLineSize GUICtrlSlider_GetLogicalTics GUICtrlSlider_GetNumTics GUICtrlSlider_GetPageSize GUICtrlSlider_GetPos GUICtrlSlider_GetRange GUICtrlSlider_GetRangeMax GUICtrlSlider_GetRangeMin GUICtrlSlider_GetSel GUICtrlSlider_GetSelEnd GUICtrlSlider_GetSelStart GUICtrlSlider_GetThumbLength GUICtrlSlider_GetThumbRect GUICtrlSlider_GetThumbRectEx GUICtrlSlider_GetTic GUICtrlSlider_GetTicPos GUICtrlSlider_GetToolTips GUICtrlSlider_GetUnicodeFormat GUICtrlSlider_SetBuddy GUICtrlSlider_SetLineSize GUICtrlSlider_SetPageSize GUICtrlSlider_SetPos GUICtrlSlider_SetRange GUICtrlSlider_SetRangeMax GUICtrlSlider_SetRangeMin GUICtrlSlider_SetSel GUICtrlSlider_SetSelEnd GUICtrlSlider_SetSelStart GUICtrlSlider_SetThumbLength GUICtrlSlider_SetTic GUICtrlSlider_SetTicFreq GUICtrlSlider_SetTipSide GUICtrlSlider_SetToolTips GUICtrlSlider_SetUnicodeFormat GUICtrlStatusBar_Create GUICtrlStatusBar_Destroy GUICtrlStatusBar_EmbedControl GUICtrlStatusBar_GetBorders GUICtrlStatusBar_GetBordersHorz GUICtrlStatusBar_GetBordersRect GUICtrlStatusBar_GetBordersVert GUICtrlStatusBar_GetCount GUICtrlStatusBar_GetHeight GUICtrlStatusBar_GetIcon GUICtrlStatusBar_GetParts GUICtrlStatusBar_GetRect GUICtrlStatusBar_GetRectEx GUICtrlStatusBar_GetText GUICtrlStatusBar_GetTextFlags GUICtrlStatusBar_GetTextLength GUICtrlStatusBar_GetTextLengthEx GUICtrlStatusBar_GetTipText GUICtrlStatusBar_GetUnicodeFormat GUICtrlStatusBar_GetWidth GUICtrlStatusBar_IsSimple GUICtrlStatusBar_Resize GUICtrlStatusBar_SetBkColor GUICtrlStatusBar_SetIcon GUICtrlStatusBar_SetMinHeight GUICtrlStatusBar_SetParts GUICtrlStatusBar_SetSimple GUICtrlStatusBar_SetText GUICtrlStatusBar_SetTipText GUICtrlStatusBar_SetUnicodeFormat GUICtrlStatusBar_ShowHide GUICtrlTab_ActivateTab GUICtrlTab_ClickTab GUICtrlTab_Create GUICtrlTab_DeleteAllItems GUICtrlTab_DeleteItem GUICtrlTab_DeselectAll GUICtrlTab_Destroy GUICtrlTab_FindTab GUICtrlTab_GetCurFocus GUICtrlTab_GetCurSel GUICtrlTab_GetDisplayRect GUICtrlTab_GetDisplayRectEx GUICtrlTab_GetExtendedStyle GUICtrlTab_GetImageList GUICtrlTab_GetItem GUICtrlTab_GetItemCount GUICtrlTab_GetItemImage GUICtrlTab_GetItemParam GUICtrlTab_GetItemRect GUICtrlTab_GetItemRectEx GUICtrlTab_GetItemState GUICtrlTab_GetItemText GUICtrlTab_GetRowCount GUICtrlTab_GetToolTips GUICtrlTab_GetUnicodeFormat GUICtrlTab_HighlightItem GUICtrlTab_HitTest GUICtrlTab_InsertItem GUICtrlTab_RemoveImage GUICtrlTab_SetCurFocus GUICtrlTab_SetCurSel GUICtrlTab_SetExtendedStyle GUICtrlTab_SetImageList GUICtrlTab_SetItem GUICtrlTab_SetItemImage GUICtrlTab_SetItemParam GUICtrlTab_SetItemSize GUICtrlTab_SetItemState GUICtrlTab_SetItemText GUICtrlTab_SetMinTabWidth GUICtrlTab_SetPadding GUICtrlTab_SetToolTips GUICtrlTab_SetUnicodeFormat GUICtrlToolbar_AddBitmap GUICtrlToolbar_AddButton GUICtrlToolbar_AddButtonSep GUICtrlToolbar_AddString GUICtrlToolbar_ButtonCount GUICtrlToolbar_CheckButton GUICtrlToolbar_ClickAccel GUICtrlToolbar_ClickButton GUICtrlToolbar_ClickIndex GUICtrlToolbar_CommandToIndex GUICtrlToolbar_Create GUICtrlToolbar_Customize GUICtrlToolbar_DeleteButton GUICtrlToolbar_Destroy GUICtrlToolbar_EnableButton GUICtrlToolbar_FindToolbar GUICtrlToolbar_GetAnchorHighlight GUICtrlToolbar_GetBitmapFlags GUICtrlToolbar_GetButtonBitmap GUICtrlToolbar_GetButtonInfo GUICtrlToolbar_GetButtonInfoEx GUICtrlToolbar_GetButtonParam GUICtrlToolbar_GetButtonRect GUICtrlToolbar_GetButtonRectEx GUICtrlToolbar_GetButtonSize GUICtrlToolbar_GetButtonState GUICtrlToolbar_GetButtonStyle GUICtrlToolbar_GetButtonText GUICtrlToolbar_GetColorScheme GUICtrlToolbar_GetDisabledImageList GUICtrlToolbar_GetExtendedStyle GUICtrlToolbar_GetHotImageList GUICtrlToolbar_GetHotItem GUICtrlToolbar_GetImageList GUICtrlToolbar_GetInsertMark GUICtrlToolbar_GetInsertMarkColor GUICtrlToolbar_GetMaxSize GUICtrlToolbar_GetMetrics GUICtrlToolbar_GetPadding GUICtrlToolbar_GetRows GUICtrlToolbar_GetString GUICtrlToolbar_GetStyle GUICtrlToolbar_GetStyleAltDrag GUICtrlToolbar_GetStyleCustomErase GUICtrlToolbar_GetStyleFlat GUICtrlToolbar_GetStyleList GUICtrlToolbar_GetStyleRegisterDrop GUICtrlToolbar_GetStyleToolTips GUICtrlToolbar_GetStyleTransparent GUICtrlToolbar_GetStyleWrapable GUICtrlToolbar_GetTextRows GUICtrlToolbar_GetToolTips GUICtrlToolbar_GetUnicodeFormat GUICtrlToolbar_HideButton GUICtrlToolbar_HighlightButton GUICtrlToolbar_HitTest GUICtrlToolbar_IndexToCommand GUICtrlToolbar_InsertButton GUICtrlToolbar_InsertMarkHitTest GUICtrlToolbar_IsButtonChecked GUICtrlToolbar_IsButtonEnabled GUICtrlToolbar_IsButtonHidden GUICtrlToolbar_IsButtonHighlighted GUICtrlToolbar_IsButtonIndeterminate GUICtrlToolbar_IsButtonPressed GUICtrlToolbar_LoadBitmap GUICtrlToolbar_LoadImages GUICtrlToolbar_MapAccelerator GUICtrlToolbar_MoveButton GUICtrlToolbar_PressButton GUICtrlToolbar_SetAnchorHighlight GUICtrlToolbar_SetBitmapSize GUICtrlToolbar_SetButtonBitMap GUICtrlToolbar_SetButtonInfo GUICtrlToolbar_SetButtonInfoEx GUICtrlToolbar_SetButtonParam GUICtrlToolbar_SetButtonSize GUICtrlToolbar_SetButtonState GUICtrlToolbar_SetButtonStyle GUICtrlToolbar_SetButtonText GUICtrlToolbar_SetButtonWidth GUICtrlToolbar_SetCmdID GUICtrlToolbar_SetColorScheme GUICtrlToolbar_SetDisabledImageList GUICtrlToolbar_SetDrawTextFlags GUICtrlToolbar_SetExtendedStyle GUICtrlToolbar_SetHotImageList GUICtrlToolbar_SetHotItem GUICtrlToolbar_SetImageList GUICtrlToolbar_SetIndent GUICtrlToolbar_SetIndeterminate GUICtrlToolbar_SetInsertMark GUICtrlToolbar_SetInsertMarkColor GUICtrlToolbar_SetMaxTextRows GUICtrlToolbar_SetMetrics GUICtrlToolbar_SetPadding GUICtrlToolbar_SetParent GUICtrlToolbar_SetRows GUICtrlToolbar_SetStyle GUICtrlToolbar_SetStyleAltDrag GUICtrlToolbar_SetStyleCustomErase GUICtrlToolbar_SetStyleFlat GUICtrlToolbar_SetStyleList GUICtrlToolbar_SetStyleRegisterDrop GUICtrlToolbar_SetStyleToolTips GUICtrlToolbar_SetStyleTransparent GUICtrlToolbar_SetStyleWrapable GUICtrlToolbar_SetToolTips GUICtrlToolbar_SetUnicodeFormat GUICtrlToolbar_SetWindowTheme GUICtrlTreeView_Add GUICtrlTreeView_AddChild GUICtrlTreeView_AddChildFirst GUICtrlTreeView_AddFirst GUICtrlTreeView_BeginUpdate GUICtrlTreeView_ClickItem GUICtrlTreeView_Create GUICtrlTreeView_CreateDragImage GUICtrlTreeView_CreateSolidBitMap GUICtrlTreeView_Delete GUICtrlTreeView_DeleteAll GUICtrlTreeView_DeleteChildren GUICtrlTreeView_Destroy GUICtrlTreeView_DisplayRect GUICtrlTreeView_DisplayRectEx GUICtrlTreeView_EditText GUICtrlTreeView_EndEdit GUICtrlTreeView_EndUpdate GUICtrlTreeView_EnsureVisible GUICtrlTreeView_Expand GUICtrlTreeView_ExpandedOnce GUICtrlTreeView_FindItem GUICtrlTreeView_FindItemEx GUICtrlTreeView_GetBkColor GUICtrlTreeView_GetBold GUICtrlTreeView_GetChecked GUICtrlTreeView_GetChildCount GUICtrlTreeView_GetChildren GUICtrlTreeView_GetCount GUICtrlTreeView_GetCut GUICtrlTreeView_GetDropTarget GUICtrlTreeView_GetEditControl GUICtrlTreeView_GetExpanded GUICtrlTreeView_GetFirstChild GUICtrlTreeView_GetFirstItem GUICtrlTreeView_GetFirstVisible GUICtrlTreeView_GetFocused GUICtrlTreeView_GetHeight GUICtrlTreeView_GetImageIndex GUICtrlTreeView_GetImageListIconHandle GUICtrlTreeView_GetIndent GUICtrlTreeView_GetInsertMarkColor GUICtrlTreeView_GetISearchString GUICtrlTreeView_GetItemByIndex GUICtrlTreeView_GetItemHandle GUICtrlTreeView_GetItemParam GUICtrlTreeView_GetLastChild GUICtrlTreeView_GetLineColor GUICtrlTreeView_GetNext GUICtrlTreeView_GetNextChild GUICtrlTreeView_GetNextSibling GUICtrlTreeView_GetNextVisible GUICtrlTreeView_GetNormalImageList GUICtrlTreeView_GetParentHandle GUICtrlTreeView_GetParentParam GUICtrlTreeView_GetPrev GUICtrlTreeView_GetPrevChild GUICtrlTreeView_GetPrevSibling GUICtrlTreeView_GetPrevVisible GUICtrlTreeView_GetScrollTime GUICtrlTreeView_GetSelected GUICtrlTreeView_GetSelectedImageIndex GUICtrlTreeView_GetSelection GUICtrlTreeView_GetSiblingCount GUICtrlTreeView_GetState GUICtrlTreeView_GetStateImageIndex GUICtrlTreeView_GetStateImageList GUICtrlTreeView_GetText GUICtrlTreeView_GetTextColor GUICtrlTreeView_GetToolTips GUICtrlTreeView_GetTree GUICtrlTreeView_GetUnicodeFormat GUICtrlTreeView_GetVisible GUICtrlTreeView_GetVisibleCount GUICtrlTreeView_HitTest GUICtrlTreeView_HitTestEx GUICtrlTreeView_HitTestItem GUICtrlTreeView_Index GUICtrlTreeView_InsertItem GUICtrlTreeView_IsFirstItem GUICtrlTreeView_IsParent GUICtrlTreeView_Level GUICtrlTreeView_SelectItem GUICtrlTreeView_SelectItemByIndex GUICtrlTreeView_SetBkColor GUICtrlTreeView_SetBold GUICtrlTreeView_SetChecked GUICtrlTreeView_SetCheckedByIndex GUICtrlTreeView_SetChildren GUICtrlTreeView_SetCut GUICtrlTreeView_SetDropTarget GUICtrlTreeView_SetFocused GUICtrlTreeView_SetHeight GUICtrlTreeView_SetIcon GUICtrlTreeView_SetImageIndex GUICtrlTreeView_SetIndent GUICtrlTreeView_SetInsertMark GUICtrlTreeView_SetInsertMarkColor GUICtrlTreeView_SetItemHeight GUICtrlTreeView_SetItemParam GUICtrlTreeView_SetLineColor GUICtrlTreeView_SetNormalImageList GUICtrlTreeView_SetScrollTime GUICtrlTreeView_SetSelected GUICtrlTreeView_SetSelectedImageIndex GUICtrlTreeView_SetState GUICtrlTreeView_SetStateImageIndex GUICtrlTreeView_SetStateImageList GUICtrlTreeView_SetText GUICtrlTreeView_SetTextColor GUICtrlTreeView_SetToolTips GUICtrlTreeView_SetUnicodeFormat GUICtrlTreeView_Sort GUIImageList_Add GUIImageList_AddBitmap GUIImageList_AddIcon GUIImageList_AddMasked GUIImageList_BeginDrag GUIImageList_Copy GUIImageList_Create GUIImageList_Destroy GUIImageList_DestroyIcon GUIImageList_DragEnter GUIImageList_DragLeave GUIImageList_DragMove GUIImageList_Draw GUIImageList_DrawEx GUIImageList_Duplicate GUIImageList_EndDrag GUIImageList_GetBkColor GUIImageList_GetIcon GUIImageList_GetIconHeight GUIImageList_GetIconSize GUIImageList_GetIconSizeEx GUIImageList_GetIconWidth GUIImageList_GetImageCount GUIImageList_GetImageInfoEx GUIImageList_Remove GUIImageList_ReplaceIcon GUIImageList_SetBkColor GUIImageList_SetIconSize GUIImageList_SetImageCount GUIImageList_Swap GUIScrollBars_EnableScrollBar GUIScrollBars_GetScrollBarInfoEx GUIScrollBars_GetScrollBarRect GUIScrollBars_GetScrollBarRGState GUIScrollBars_GetScrollBarXYLineButton GUIScrollBars_GetScrollBarXYThumbBottom GUIScrollBars_GetScrollBarXYThumbTop GUIScrollBars_GetScrollInfo GUIScrollBars_GetScrollInfoEx GUIScrollBars_GetScrollInfoMax GUIScrollBars_GetScrollInfoMin GUIScrollBars_GetScrollInfoPage GUIScrollBars_GetScrollInfoPos GUIScrollBars_GetScrollInfoTrackPos GUIScrollBars_GetScrollPos GUIScrollBars_GetScrollRange GUIScrollBars_Init GUIScrollBars_ScrollWindow GUIScrollBars_SetScrollInfo GUIScrollBars_SetScrollInfoMax GUIScrollBars_SetScrollInfoMin GUIScrollBars_SetScrollInfoPage GUIScrollBars_SetScrollInfoPos GUIScrollBars_SetScrollRange GUIScrollBars_ShowScrollBar GUIToolTip_Activate GUIToolTip_AddTool GUIToolTip_AdjustRect GUIToolTip_BitsToTTF GUIToolTip_Create GUIToolTip_Deactivate GUIToolTip_DelTool GUIToolTip_Destroy GUIToolTip_EnumTools GUIToolTip_GetBubbleHeight GUIToolTip_GetBubbleSize GUIToolTip_GetBubbleWidth GUIToolTip_GetCurrentTool GUIToolTip_GetDelayTime GUIToolTip_GetMargin GUIToolTip_GetMarginEx GUIToolTip_GetMaxTipWidth GUIToolTip_GetText GUIToolTip_GetTipBkColor GUIToolTip_GetTipTextColor GUIToolTip_GetTitleBitMap GUIToolTip_GetTitleText GUIToolTip_GetToolCount GUIToolTip_GetToolInfo GUIToolTip_HitTest GUIToolTip_NewToolRect GUIToolTip_Pop GUIToolTip_PopUp GUIToolTip_SetDelayTime GUIToolTip_SetMargin GUIToolTip_SetMaxTipWidth GUIToolTip_SetTipBkColor GUIToolTip_SetTipTextColor GUIToolTip_SetTitle GUIToolTip_SetToolInfo GUIToolTip_SetWindowTheme GUIToolTip_ToolExists GUIToolTip_ToolToArray GUIToolTip_TrackActivate GUIToolTip_TrackPosition GUIToolTip_Update GUIToolTip_UpdateTipText HexToString IEAction IEAttach IEBodyReadHTML IEBodyReadText IEBodyWriteHTML IECreate IECreateEmbedded IEDocGetObj IEDocInsertHTML IEDocInsertText IEDocReadHTML IEDocWriteHTML IEErrorNotify IEFormElementCheckBoxSelect IEFormElementGetCollection IEFormElementGetObjByName IEFormElementGetValue IEFormElementOptionSelect IEFormElementRadioSelect IEFormElementSetValue IEFormGetCollection IEFormGetObjByName IEFormImageClick IEFormReset IEFormSubmit IEFrameGetCollection IEFrameGetObjByName IEGetObjById IEGetObjByName IEHeadInsertEventScript IEImgClick IEImgGetCollection IEIsFrameSet IELinkClickByIndex IELinkClickByText IELinkGetCollection IELoadWait IELoadWaitTimeout IENavigate IEPropertyGet IEPropertySet IEQuit IETableGetCollection IETableWriteToArray IETagNameAllGetCollection IETagNameGetCollection IE_Example IE_Introduction IE_VersionInfo INetExplorerCapable INetGetSource INetMail INetSmtpMail IsPressed MathCheckDiv Max MemGlobalAlloc MemGlobalFree MemGlobalLock MemGlobalSize MemGlobalUnlock MemMoveMemory MemVirtualAlloc MemVirtualAllocEx MemVirtualFree MemVirtualFreeEx Min MouseTrap NamedPipes_CallNamedPipe NamedPipes_ConnectNamedPipe NamedPipes_CreateNamedPipe NamedPipes_CreatePipe NamedPipes_DisconnectNamedPipe NamedPipes_GetNamedPipeHandleState NamedPipes_GetNamedPipeInfo NamedPipes_PeekNamedPipe NamedPipes_SetNamedPipeHandleState NamedPipes_TransactNamedPipe NamedPipes_WaitNamedPipe Net_Share_ConnectionEnum Net_Share_FileClose Net_Share_FileEnum Net_Share_FileGetInfo Net_Share_PermStr Net_Share_ResourceStr Net_Share_SessionDel Net_Share_SessionEnum Net_Share_SessionGetInfo Net_Share_ShareAdd Net_Share_ShareCheck Net_Share_ShareDel Net_Share_ShareEnum Net_Share_ShareGetInfo Net_Share_ShareSetInfo Net_Share_StatisticsGetSvr Net_Share_StatisticsGetWrk Now NowCalc NowCalcDate NowDate NowTime PathFull PathGetRelative PathMake PathSplit ProcessGetName ProcessGetPriority Radian ReplaceStringInFile RunDos ScreenCapture_Capture ScreenCapture_CaptureWnd ScreenCapture_SaveImage ScreenCapture_SetBMPFormat ScreenCapture_SetJPGQuality ScreenCapture_SetTIFColorDepth ScreenCapture_SetTIFCompression Security__AdjustTokenPrivileges Security__CreateProcessWithToken Security__DuplicateTokenEx Security__GetAccountSid Security__GetLengthSid Security__GetTokenInformation Security__ImpersonateSelf Security__IsValidSid Security__LookupAccountName Security__LookupAccountSid Security__LookupPrivilegeValue Security__OpenProcessToken Security__OpenThreadToken Security__OpenThreadTokenEx Security__SetPrivilege Security__SetTokenInformation Security__SidToStringSid Security__SidTypeStr Security__StringSidToSid SendMessage SendMessageA SetDate SetTime Singleton SoundClose SoundLength SoundOpen SoundPause SoundPlay SoundPos SoundResume SoundSeek SoundStatus SoundStop SQLite_Changes SQLite_Close SQLite_Display2DResult SQLite_Encode SQLite_ErrCode SQLite_ErrMsg SQLite_Escape SQLite_Exec SQLite_FastEncode SQLite_FastEscape SQLite_FetchData SQLite_FetchNames SQLite_GetTable SQLite_GetTable2d SQLite_LastInsertRowID SQLite_LibVersion SQLite_Open SQLite_Query SQLite_QueryFinalize SQLite_QueryReset SQLite_QuerySingleRow SQLite_SafeMode SQLite_SetTimeout SQLite_Shutdown SQLite_SQLiteExe SQLite_Startup SQLite_TotalChanges StringBetween StringExplode StringInsert StringProper StringRepeat StringTitleCase StringToHex TCPIpToName TempFile TicksToTime Timer_Diff Timer_GetIdleTime Timer_GetTimerID Timer_Init Timer_KillAllTimers Timer_KillTimer Timer_SetTimer TimeToTicks VersionCompare viClose viExecCommand viFindGpib viGpibBusReset viGTL viInteractiveControl viOpen viSetAttribute viSetTimeout WeekNumberISO WinAPI_AbortPath WinAPI_ActivateKeyboardLayout WinAPI_AddClipboardFormatListener WinAPI_AddFontMemResourceEx WinAPI_AddFontResourceEx WinAPI_AddIconOverlay WinAPI_AddIconTransparency WinAPI_AddMRUString WinAPI_AdjustBitmap WinAPI_AdjustTokenPrivileges WinAPI_AdjustWindowRectEx WinAPI_AlphaBlend WinAPI_AngleArc WinAPI_AnimateWindow WinAPI_Arc WinAPI_ArcTo WinAPI_ArrayToStruct WinAPI_AssignProcessToJobObject WinAPI_AssocGetPerceivedType WinAPI_AssocQueryString WinAPI_AttachConsole WinAPI_AttachThreadInput WinAPI_BackupRead WinAPI_BackupReadAbort WinAPI_BackupSeek WinAPI_BackupWrite WinAPI_BackupWriteAbort WinAPI_Beep WinAPI_BeginBufferedPaint WinAPI_BeginDeferWindowPos WinAPI_BeginPaint WinAPI_BeginPath WinAPI_BeginUpdateResource WinAPI_BitBlt WinAPI_BringWindowToTop WinAPI_BroadcastSystemMessage WinAPI_BrowseForFolderDlg WinAPI_BufferedPaintClear WinAPI_BufferedPaintInit WinAPI_BufferedPaintSetAlpha WinAPI_BufferedPaintUnInit WinAPI_CallNextHookEx WinAPI_CallWindowProc WinAPI_CallWindowProcW WinAPI_CascadeWindows WinAPI_ChangeWindowMessageFilterEx WinAPI_CharToOem WinAPI_ChildWindowFromPointEx WinAPI_ClientToScreen WinAPI_ClipCursor WinAPI_CloseDesktop WinAPI_CloseEnhMetaFile WinAPI_CloseFigure WinAPI_CloseHandle WinAPI_CloseThemeData WinAPI_CloseWindow WinAPI_CloseWindowStation WinAPI_CLSIDFromProgID WinAPI_CoInitialize WinAPI_ColorAdjustLuma WinAPI_ColorHLSToRGB WinAPI_ColorRGBToHLS WinAPI_CombineRgn WinAPI_CombineTransform WinAPI_CommandLineToArgv WinAPI_CommDlgExtendedError WinAPI_CommDlgExtendedErrorEx WinAPI_CompareString WinAPI_CompressBitmapBits WinAPI_CompressBuffer WinAPI_ComputeCrc32 WinAPI_ConfirmCredentials WinAPI_CopyBitmap WinAPI_CopyCursor WinAPI_CopyEnhMetaFile WinAPI_CopyFileEx WinAPI_CopyIcon WinAPI_CopyImage WinAPI_CopyRect WinAPI_CopyStruct WinAPI_CoTaskMemAlloc WinAPI_CoTaskMemFree WinAPI_CoTaskMemRealloc WinAPI_CoUninitialize WinAPI_Create32BitHBITMAP WinAPI_Create32BitHICON WinAPI_CreateANDBitmap WinAPI_CreateBitmap WinAPI_CreateBitmapIndirect WinAPI_CreateBrushIndirect WinAPI_CreateBuffer WinAPI_CreateBufferFromStruct WinAPI_CreateCaret WinAPI_CreateColorAdjustment WinAPI_CreateCompatibleBitmap WinAPI_CreateCompatibleBitmapEx WinAPI_CreateCompatibleDC WinAPI_CreateDesktop WinAPI_CreateDIB WinAPI_CreateDIBColorTable WinAPI_CreateDIBitmap WinAPI_CreateDIBSection WinAPI_CreateDirectory WinAPI_CreateDirectoryEx WinAPI_CreateEllipticRgn WinAPI_CreateEmptyIcon WinAPI_CreateEnhMetaFile WinAPI_CreateEvent WinAPI_CreateFile WinAPI_CreateFileEx WinAPI_CreateFileMapping WinAPI_CreateFont WinAPI_CreateFontEx WinAPI_CreateFontIndirect WinAPI_CreateGUID WinAPI_CreateHardLink WinAPI_CreateIcon WinAPI_CreateIconFromResourceEx WinAPI_CreateIconIndirect WinAPI_CreateJobObject WinAPI_CreateMargins WinAPI_CreateMRUList WinAPI_CreateMutex WinAPI_CreateNullRgn WinAPI_CreateNumberFormatInfo WinAPI_CreateObjectID WinAPI_CreatePen WinAPI_CreatePoint WinAPI_CreatePolygonRgn WinAPI_CreateProcess WinAPI_CreateProcessWithToken WinAPI_CreateRect WinAPI_CreateRectEx WinAPI_CreateRectRgn WinAPI_CreateRectRgnIndirect WinAPI_CreateRoundRectRgn WinAPI_CreateSemaphore WinAPI_CreateSize WinAPI_CreateSolidBitmap WinAPI_CreateSolidBrush WinAPI_CreateStreamOnHGlobal WinAPI_CreateString WinAPI_CreateSymbolicLink WinAPI_CreateTransform WinAPI_CreateWindowEx WinAPI_CreateWindowStation WinAPI_DecompressBuffer WinAPI_DecryptFile WinAPI_DeferWindowPos WinAPI_DefineDosDevice WinAPI_DefRawInputProc WinAPI_DefSubclassProc WinAPI_DefWindowProc WinAPI_DefWindowProcW WinAPI_DeleteDC WinAPI_DeleteEnhMetaFile WinAPI_DeleteFile WinAPI_DeleteObject WinAPI_DeleteObjectID WinAPI_DeleteVolumeMountPoint WinAPI_DeregisterShellHookWindow WinAPI_DestroyCaret WinAPI_DestroyCursor WinAPI_DestroyIcon WinAPI_DestroyWindow WinAPI_DeviceIoControl WinAPI_DisplayStruct WinAPI_DllGetVersion WinAPI_DllInstall WinAPI_DllUninstall WinAPI_DPtoLP WinAPI_DragAcceptFiles WinAPI_DragFinish WinAPI_DragQueryFileEx WinAPI_DragQueryPoint WinAPI_DrawAnimatedRects WinAPI_DrawBitmap WinAPI_DrawEdge WinAPI_DrawFocusRect WinAPI_DrawFrameControl WinAPI_DrawIcon WinAPI_DrawIconEx WinAPI_DrawLine WinAPI_DrawShadowText WinAPI_DrawText WinAPI_DrawThemeBackground WinAPI_DrawThemeEdge WinAPI_DrawThemeIcon WinAPI_DrawThemeParentBackground WinAPI_DrawThemeText WinAPI_DrawThemeTextEx WinAPI_DuplicateEncryptionInfoFile WinAPI_DuplicateHandle WinAPI_DuplicateTokenEx WinAPI_DwmDefWindowProc WinAPI_DwmEnableBlurBehindWindow WinAPI_DwmEnableComposition WinAPI_DwmExtendFrameIntoClientArea WinAPI_DwmGetColorizationColor WinAPI_DwmGetColorizationParameters WinAPI_DwmGetWindowAttribute WinAPI_DwmInvalidateIconicBitmaps WinAPI_DwmIsCompositionEnabled WinAPI_DwmQueryThumbnailSourceSize WinAPI_DwmRegisterThumbnail WinAPI_DwmSetColorizationParameters WinAPI_DwmSetIconicLivePreviewBitmap WinAPI_DwmSetIconicThumbnail WinAPI_DwmSetWindowAttribute WinAPI_DwmUnregisterThumbnail WinAPI_DwmUpdateThumbnailProperties WinAPI_DWordToFloat WinAPI_DWordToInt WinAPI_EjectMedia WinAPI_Ellipse WinAPI_EmptyWorkingSet WinAPI_EnableWindow WinAPI_EncryptFile WinAPI_EncryptionDisable WinAPI_EndBufferedPaint WinAPI_EndDeferWindowPos WinAPI_EndPaint WinAPI_EndPath WinAPI_EndUpdateResource WinAPI_EnumChildProcess WinAPI_EnumChildWindows WinAPI_EnumDesktops WinAPI_EnumDesktopWindows WinAPI_EnumDeviceDrivers WinAPI_EnumDisplayDevices WinAPI_EnumDisplayMonitors WinAPI_EnumDisplaySettings WinAPI_EnumDllProc WinAPI_EnumFiles WinAPI_EnumFileStreams WinAPI_EnumFontFamilies WinAPI_EnumHardLinks WinAPI_EnumMRUList WinAPI_EnumPageFiles WinAPI_EnumProcessHandles WinAPI_EnumProcessModules WinAPI_EnumProcessThreads WinAPI_EnumProcessWindows WinAPI_EnumRawInputDevices WinAPI_EnumResourceLanguages WinAPI_EnumResourceNames WinAPI_EnumResourceTypes WinAPI_EnumSystemGeoID WinAPI_EnumSystemLocales WinAPI_EnumUILanguages WinAPI_EnumWindows WinAPI_EnumWindowsPopup WinAPI_EnumWindowStations WinAPI_EnumWindowsTop WinAPI_EqualMemory WinAPI_EqualRect WinAPI_EqualRgn WinAPI_ExcludeClipRect WinAPI_ExpandEnvironmentStrings WinAPI_ExtCreatePen WinAPI_ExtCreateRegion WinAPI_ExtFloodFill WinAPI_ExtractIcon WinAPI_ExtractIconEx WinAPI_ExtSelectClipRgn WinAPI_FatalAppExit WinAPI_FatalExit WinAPI_FileEncryptionStatus WinAPI_FileExists WinAPI_FileIconInit WinAPI_FileInUse WinAPI_FillMemory WinAPI_FillPath WinAPI_FillRect WinAPI_FillRgn WinAPI_FindClose WinAPI_FindCloseChangeNotification WinAPI_FindExecutable WinAPI_FindFirstChangeNotification WinAPI_FindFirstFile WinAPI_FindFirstFileName WinAPI_FindFirstStream WinAPI_FindNextChangeNotification WinAPI_FindNextFile WinAPI_FindNextFileName WinAPI_FindNextStream WinAPI_FindResource WinAPI_FindResourceEx WinAPI_FindTextDlg WinAPI_FindWindow WinAPI_FlashWindow WinAPI_FlashWindowEx WinAPI_FlattenPath WinAPI_FloatToDWord WinAPI_FloatToInt WinAPI_FlushFileBuffers WinAPI_FlushFRBuffer WinAPI_FlushViewOfFile WinAPI_FormatDriveDlg WinAPI_FormatMessage WinAPI_FrameRect WinAPI_FrameRgn WinAPI_FreeLibrary WinAPI_FreeMemory WinAPI_FreeMRUList WinAPI_FreeResource WinAPI_GdiComment WinAPI_GetActiveWindow WinAPI_GetAllUsersProfileDirectory WinAPI_GetAncestor WinAPI_GetApplicationRestartSettings WinAPI_GetArcDirection WinAPI_GetAsyncKeyState WinAPI_GetBinaryType WinAPI_GetBitmapBits WinAPI_GetBitmapDimension WinAPI_GetBitmapDimensionEx WinAPI_GetBkColor WinAPI_GetBkMode WinAPI_GetBoundsRect WinAPI_GetBrushOrg WinAPI_GetBufferedPaintBits WinAPI_GetBufferedPaintDC WinAPI_GetBufferedPaintTargetDC WinAPI_GetBufferedPaintTargetRect WinAPI_GetBValue WinAPI_GetCaretBlinkTime WinAPI_GetCaretPos WinAPI_GetCDType WinAPI_GetClassInfoEx WinAPI_GetClassLongEx WinAPI_GetClassName WinAPI_GetClientHeight WinAPI_GetClientRect WinAPI_GetClientWidth WinAPI_GetClipboardSequenceNumber WinAPI_GetClipBox WinAPI_GetClipCursor WinAPI_GetClipRgn WinAPI_GetColorAdjustment WinAPI_GetCompressedFileSize WinAPI_GetCompression WinAPI_GetConnectedDlg WinAPI_GetCurrentDirectory WinAPI_GetCurrentHwProfile WinAPI_GetCurrentObject WinAPI_GetCurrentPosition WinAPI_GetCurrentProcess WinAPI_GetCurrentProcessExplicitAppUserModelID WinAPI_GetCurrentProcessID WinAPI_GetCurrentThemeName WinAPI_GetCurrentThread WinAPI_GetCurrentThreadId WinAPI_GetCursor WinAPI_GetCursorInfo WinAPI_GetDateFormat WinAPI_GetDC WinAPI_GetDCEx WinAPI_GetDefaultPrinter WinAPI_GetDefaultUserProfileDirectory WinAPI_GetDesktopWindow WinAPI_GetDeviceCaps WinAPI_GetDeviceDriverBaseName WinAPI_GetDeviceDriverFileName WinAPI_GetDeviceGammaRamp WinAPI_GetDIBColorTable WinAPI_GetDIBits WinAPI_GetDiskFreeSpaceEx WinAPI_GetDlgCtrlID WinAPI_GetDlgItem WinAPI_GetDllDirectory WinAPI_GetDriveBusType WinAPI_GetDriveGeometryEx WinAPI_GetDriveNumber WinAPI_GetDriveType WinAPI_GetDurationFormat WinAPI_GetEffectiveClientRect WinAPI_GetEnhMetaFile WinAPI_GetEnhMetaFileBits WinAPI_GetEnhMetaFileDescription WinAPI_GetEnhMetaFileDimension WinAPI_GetEnhMetaFileHeader WinAPI_GetErrorMessage WinAPI_GetErrorMode WinAPI_GetExitCodeProcess WinAPI_GetExtended WinAPI_GetFileAttributes WinAPI_GetFileID WinAPI_GetFileInformationByHandle WinAPI_GetFileInformationByHandleEx WinAPI_GetFilePointerEx WinAPI_GetFileSizeEx WinAPI_GetFileSizeOnDisk WinAPI_GetFileTitle WinAPI_GetFileType WinAPI_GetFileVersionInfo WinAPI_GetFinalPathNameByHandle WinAPI_GetFinalPathNameByHandleEx WinAPI_GetFocus WinAPI_GetFontMemoryResourceInfo WinAPI_GetFontName WinAPI_GetFontResourceInfo WinAPI_GetForegroundWindow WinAPI_GetFRBuffer WinAPI_GetFullPathName WinAPI_GetGeoInfo WinAPI_GetGlyphOutline WinAPI_GetGraphicsMode WinAPI_GetGuiResources WinAPI_GetGUIThreadInfo WinAPI_GetGValue WinAPI_GetHandleInformation WinAPI_GetHGlobalFromStream WinAPI_GetIconDimension WinAPI_GetIconInfo WinAPI_GetIconInfoEx WinAPI_GetIdleTime WinAPI_GetKeyboardLayout WinAPI_GetKeyboardLayoutList WinAPI_GetKeyboardState WinAPI_GetKeyboardType WinAPI_GetKeyNameText WinAPI_GetKeyState WinAPI_GetLastActivePopup WinAPI_GetLastError WinAPI_GetLastErrorMessage WinAPI_GetLayeredWindowAttributes WinAPI_GetLocaleInfo WinAPI_GetLogicalDrives WinAPI_GetMapMode WinAPI_GetMemorySize WinAPI_GetMessageExtraInfo WinAPI_GetModuleFileNameEx WinAPI_GetModuleHandle WinAPI_GetModuleHandleEx WinAPI_GetModuleInformation WinAPI_GetMonitorInfo WinAPI_GetMousePos WinAPI_GetMousePosX WinAPI_GetMousePosY WinAPI_GetMUILanguage WinAPI_GetNumberFormat WinAPI_GetObject WinAPI_GetObjectID WinAPI_GetObjectInfoByHandle WinAPI_GetObjectNameByHandle WinAPI_GetObjectType WinAPI_GetOpenFileName WinAPI_GetOutlineTextMetrics WinAPI_GetOverlappedResult WinAPI_GetParent WinAPI_GetParentProcess WinAPI_GetPerformanceInfo WinAPI_GetPEType WinAPI_GetPhysicallyInstalledSystemMemory WinAPI_GetPixel WinAPI_GetPolyFillMode WinAPI_GetPosFromRect WinAPI_GetPriorityClass WinAPI_GetProcAddress WinAPI_GetProcessAffinityMask WinAPI_GetProcessCommandLine WinAPI_GetProcessFileName WinAPI_GetProcessHandleCount WinAPI_GetProcessID WinAPI_GetProcessIoCounters WinAPI_GetProcessMemoryInfo WinAPI_GetProcessName WinAPI_GetProcessShutdownParameters WinAPI_GetProcessTimes WinAPI_GetProcessUser WinAPI_GetProcessWindowStation WinAPI_GetProcessWorkingDirectory WinAPI_GetProfilesDirectory WinAPI_GetPwrCapabilities WinAPI_GetRawInputBuffer WinAPI_GetRawInputBufferLength WinAPI_GetRawInputData WinAPI_GetRawInputDeviceInfo WinAPI_GetRegionData WinAPI_GetRegisteredRawInputDevices WinAPI_GetRegKeyNameByHandle WinAPI_GetRgnBox WinAPI_GetROP2 WinAPI_GetRValue WinAPI_GetSaveFileName WinAPI_GetShellWindow WinAPI_GetStartupInfo WinAPI_GetStdHandle WinAPI_GetStockObject WinAPI_GetStretchBltMode WinAPI_GetString WinAPI_GetSysColor WinAPI_GetSysColorBrush WinAPI_GetSystemDefaultLangID WinAPI_GetSystemDefaultLCID WinAPI_GetSystemDefaultUILanguage WinAPI_GetSystemDEPPolicy WinAPI_GetSystemInfo WinAPI_GetSystemMetrics WinAPI_GetSystemPowerStatus WinAPI_GetSystemTimes WinAPI_GetSystemWow64Directory WinAPI_GetTabbedTextExtent WinAPI_GetTempFileName WinAPI_GetTextAlign WinAPI_GetTextCharacterExtra WinAPI_GetTextColor WinAPI_GetTextExtentPoint32 WinAPI_GetTextFace WinAPI_GetTextMetrics WinAPI_GetThemeAppProperties WinAPI_GetThemeBackgroundContentRect WinAPI_GetThemeBackgroundExtent WinAPI_GetThemeBackgroundRegion WinAPI_GetThemeBitmap WinAPI_GetThemeBool WinAPI_GetThemeColor WinAPI_GetThemeDocumentationProperty WinAPI_GetThemeEnumValue WinAPI_GetThemeFilename WinAPI_GetThemeFont WinAPI_GetThemeInt WinAPI_GetThemeMargins WinAPI_GetThemeMetric WinAPI_GetThemePartSize WinAPI_GetThemePosition WinAPI_GetThemePropertyOrigin WinAPI_GetThemeRect WinAPI_GetThemeString WinAPI_GetThemeSysBool WinAPI_GetThemeSysColor WinAPI_GetThemeSysColorBrush WinAPI_GetThemeSysFont WinAPI_GetThemeSysInt WinAPI_GetThemeSysSize WinAPI_GetThemeSysString WinAPI_GetThemeTextExtent WinAPI_GetThemeTextMetrics WinAPI_GetThemeTransitionDuration WinAPI_GetThreadDesktop WinAPI_GetThreadErrorMode WinAPI_GetThreadLocale WinAPI_GetThreadUILanguage WinAPI_GetTickCount WinAPI_GetTickCount64 WinAPI_GetTimeFormat WinAPI_GetTopWindow WinAPI_GetUDFColorMode WinAPI_GetUpdateRect WinAPI_GetUpdateRgn WinAPI_GetUserDefaultLangID WinAPI_GetUserDefaultLCID WinAPI_GetUserDefaultUILanguage WinAPI_GetUserGeoID WinAPI_GetUserObjectInformation WinAPI_GetVersion WinAPI_GetVersionEx WinAPI_GetVolumeInformation WinAPI_GetVolumeInformationByHandle WinAPI_GetVolumeNameForVolumeMountPoint WinAPI_GetWindow WinAPI_GetWindowDC WinAPI_GetWindowDisplayAffinity WinAPI_GetWindowExt WinAPI_GetWindowFileName WinAPI_GetWindowHeight WinAPI_GetWindowInfo WinAPI_GetWindowLong WinAPI_GetWindowOrg WinAPI_GetWindowPlacement WinAPI_GetWindowRect WinAPI_GetWindowRgn WinAPI_GetWindowRgnBox WinAPI_GetWindowSubclass WinAPI_GetWindowText WinAPI_GetWindowTheme WinAPI_GetWindowThreadProcessId WinAPI_GetWindowWidth WinAPI_GetWorkArea WinAPI_GetWorldTransform WinAPI_GetXYFromPoint WinAPI_GlobalMemoryStatus WinAPI_GradientFill WinAPI_GUIDFromString WinAPI_GUIDFromStringEx WinAPI_HashData WinAPI_HashString WinAPI_HiByte WinAPI_HideCaret WinAPI_HiDWord WinAPI_HiWord WinAPI_InflateRect WinAPI_InitMUILanguage WinAPI_InProcess WinAPI_IntersectClipRect WinAPI_IntersectRect WinAPI_IntToDWord WinAPI_IntToFloat WinAPI_InvalidateRect WinAPI_InvalidateRgn WinAPI_InvertANDBitmap WinAPI_InvertColor WinAPI_InvertRect WinAPI_InvertRgn WinAPI_IOCTL WinAPI_IsAlphaBitmap WinAPI_IsBadCodePtr WinAPI_IsBadReadPtr WinAPI_IsBadStringPtr WinAPI_IsBadWritePtr WinAPI_IsChild WinAPI_IsClassName WinAPI_IsDoorOpen WinAPI_IsElevated WinAPI_IsHungAppWindow WinAPI_IsIconic WinAPI_IsInternetConnected WinAPI_IsLoadKBLayout WinAPI_IsMemory WinAPI_IsNameInExpression WinAPI_IsNetworkAlive WinAPI_IsPathShared WinAPI_IsProcessInJob WinAPI_IsProcessorFeaturePresent WinAPI_IsRectEmpty WinAPI_IsThemeActive WinAPI_IsThemeBackgroundPartiallyTransparent WinAPI_IsThemePartDefined WinAPI_IsValidLocale WinAPI_IsWindow WinAPI_IsWindowEnabled WinAPI_IsWindowUnicode WinAPI_IsWindowVisible WinAPI_IsWow64Process WinAPI_IsWritable WinAPI_IsZoomed WinAPI_Keybd_Event WinAPI_KillTimer WinAPI_LineDDA WinAPI_LineTo WinAPI_LoadBitmap WinAPI_LoadCursor WinAPI_LoadCursorFromFile WinAPI_LoadIcon WinAPI_LoadIconMetric WinAPI_LoadIconWithScaleDown WinAPI_LoadImage WinAPI_LoadIndirectString WinAPI_LoadKeyboardLayout WinAPI_LoadLibrary WinAPI_LoadLibraryEx WinAPI_LoadMedia WinAPI_LoadResource WinAPI_LoadShell32Icon WinAPI_LoadString WinAPI_LoadStringEx WinAPI_LoByte WinAPI_LocalFree WinAPI_LockDevice WinAPI_LockFile WinAPI_LockResource WinAPI_LockWindowUpdate WinAPI_LockWorkStation WinAPI_LoDWord WinAPI_LongMid WinAPI_LookupIconIdFromDirectoryEx WinAPI_LoWord WinAPI_LPtoDP WinAPI_MAKELANGID WinAPI_MAKELCID WinAPI_MakeLong WinAPI_MakeQWord WinAPI_MakeWord WinAPI_MapViewOfFile WinAPI_MapVirtualKey WinAPI_MaskBlt WinAPI_MessageBeep WinAPI_MessageBoxCheck WinAPI_MessageBoxIndirect WinAPI_MirrorIcon WinAPI_ModifyWorldTransform WinAPI_MonitorFromPoint WinAPI_MonitorFromRect WinAPI_MonitorFromWindow WinAPI_Mouse_Event WinAPI_MoveFileEx WinAPI_MoveMemory WinAPI_MoveTo WinAPI_MoveToEx WinAPI_MoveWindow WinAPI_MsgBox WinAPI_MulDiv WinAPI_MultiByteToWideChar WinAPI_MultiByteToWideCharEx WinAPI_NtStatusToDosError WinAPI_OemToChar WinAPI_OffsetClipRgn WinAPI_OffsetPoints WinAPI_OffsetRect WinAPI_OffsetRgn WinAPI_OffsetWindowOrg WinAPI_OpenDesktop WinAPI_OpenFileById WinAPI_OpenFileDlg WinAPI_OpenFileMapping WinAPI_OpenIcon WinAPI_OpenInputDesktop WinAPI_OpenJobObject WinAPI_OpenMutex WinAPI_OpenProcess WinAPI_OpenProcessToken WinAPI_OpenSemaphore WinAPI_OpenThemeData WinAPI_OpenWindowStation WinAPI_PageSetupDlg WinAPI_PaintDesktop WinAPI_PaintRgn WinAPI_ParseURL WinAPI_ParseUserName WinAPI_PatBlt WinAPI_PathAddBackslash WinAPI_PathAddExtension WinAPI_PathAppend WinAPI_PathBuildRoot WinAPI_PathCanonicalize WinAPI_PathCommonPrefix WinAPI_PathCompactPath WinAPI_PathCompactPathEx WinAPI_PathCreateFromUrl WinAPI_PathFindExtension WinAPI_PathFindFileName WinAPI_PathFindNextComponent WinAPI_PathFindOnPath WinAPI_PathGetArgs WinAPI_PathGetCharType WinAPI_PathGetDriveNumber WinAPI_PathIsContentType WinAPI_PathIsDirectory WinAPI_PathIsDirectoryEmpty WinAPI_PathIsExe WinAPI_PathIsFileSpec WinAPI_PathIsLFNFileSpec WinAPI_PathIsRelative WinAPI_PathIsRoot WinAPI_PathIsSameRoot WinAPI_PathIsSystemFolder WinAPI_PathIsUNC WinAPI_PathIsUNCServer WinAPI_PathIsUNCServerShare WinAPI_PathMakeSystemFolder WinAPI_PathMatchSpec WinAPI_PathParseIconLocation WinAPI_PathRelativePathTo WinAPI_PathRemoveArgs WinAPI_PathRemoveBackslash WinAPI_PathRemoveExtension WinAPI_PathRemoveFileSpec WinAPI_PathRenameExtension WinAPI_PathSearchAndQualify WinAPI_PathSkipRoot WinAPI_PathStripPath WinAPI_PathStripToRoot WinAPI_PathToRegion WinAPI_PathUndecorate WinAPI_PathUnExpandEnvStrings WinAPI_PathUnmakeSystemFolder WinAPI_PathUnquoteSpaces WinAPI_PathYetAnotherMakeUniqueName WinAPI_PickIconDlg WinAPI_PlayEnhMetaFile WinAPI_PlaySound WinAPI_PlgBlt WinAPI_PointFromRect WinAPI_PolyBezier WinAPI_PolyBezierTo WinAPI_PolyDraw WinAPI_Polygon WinAPI_PostMessage WinAPI_PrimaryLangId WinAPI_PrintDlg WinAPI_PrintDlgEx WinAPI_PrintWindow WinAPI_ProgIDFromCLSID WinAPI_PtInRect WinAPI_PtInRectEx WinAPI_PtInRegion WinAPI_PtVisible WinAPI_QueryDosDevice WinAPI_QueryInformationJobObject WinAPI_QueryPerformanceCounter WinAPI_QueryPerformanceFrequency WinAPI_RadialGradientFill WinAPI_ReadDirectoryChanges WinAPI_ReadFile WinAPI_ReadProcessMemory WinAPI_Rectangle WinAPI_RectInRegion WinAPI_RectIsEmpty WinAPI_RectVisible WinAPI_RedrawWindow WinAPI_RegCloseKey WinAPI_RegConnectRegistry WinAPI_RegCopyTree WinAPI_RegCopyTreeEx WinAPI_RegCreateKey WinAPI_RegDeleteEmptyKey WinAPI_RegDeleteKey WinAPI_RegDeleteKeyValue WinAPI_RegDeleteTree WinAPI_RegDeleteTreeEx WinAPI_RegDeleteValue WinAPI_RegDisableReflectionKey WinAPI_RegDuplicateHKey WinAPI_RegEnableReflectionKey WinAPI_RegEnumKey WinAPI_RegEnumValue WinAPI_RegFlushKey WinAPI_RegisterApplicationRestart WinAPI_RegisterClass WinAPI_RegisterClassEx WinAPI_RegisterHotKey WinAPI_RegisterPowerSettingNotification WinAPI_RegisterRawInputDevices WinAPI_RegisterShellHookWindow WinAPI_RegisterWindowMessage WinAPI_RegLoadMUIString WinAPI_RegNotifyChangeKeyValue WinAPI_RegOpenKey WinAPI_RegQueryInfoKey WinAPI_RegQueryLastWriteTime WinAPI_RegQueryMultipleValues WinAPI_RegQueryReflectionKey WinAPI_RegQueryValue WinAPI_RegRestoreKey WinAPI_RegSaveKey WinAPI_RegSetValue WinAPI_ReleaseCapture WinAPI_ReleaseDC WinAPI_ReleaseMutex WinAPI_ReleaseSemaphore WinAPI_ReleaseStream WinAPI_RemoveClipboardFormatListener WinAPI_RemoveDirectory WinAPI_RemoveFontMemResourceEx WinAPI_RemoveFontResourceEx WinAPI_RemoveWindowSubclass WinAPI_ReOpenFile WinAPI_ReplaceFile WinAPI_ReplaceTextDlg WinAPI_ResetEvent WinAPI_RestartDlg WinAPI_RestoreDC WinAPI_RGB WinAPI_RotatePoints WinAPI_RoundRect WinAPI_SaveDC WinAPI_SaveFileDlg WinAPI_SaveHBITMAPToFile WinAPI_SaveHICONToFile WinAPI_ScaleWindowExt WinAPI_ScreenToClient WinAPI_SearchPath WinAPI_SelectClipPath WinAPI_SelectClipRgn WinAPI_SelectObject WinAPI_SendMessageTimeout WinAPI_SetActiveWindow WinAPI_SetArcDirection WinAPI_SetBitmapBits WinAPI_SetBitmapDimensionEx WinAPI_SetBkColor WinAPI_SetBkMode WinAPI_SetBoundsRect WinAPI_SetBrushOrg WinAPI_SetCapture WinAPI_SetCaretBlinkTime WinAPI_SetCaretPos WinAPI_SetClassLongEx WinAPI_SetColorAdjustment WinAPI_SetCompression WinAPI_SetCurrentDirectory WinAPI_SetCurrentProcessExplicitAppUserModelID WinAPI_SetCursor WinAPI_SetDCBrushColor WinAPI_SetDCPenColor WinAPI_SetDefaultPrinter WinAPI_SetDeviceGammaRamp WinAPI_SetDIBColorTable WinAPI_SetDIBits WinAPI_SetDIBitsToDevice WinAPI_SetDllDirectory WinAPI_SetEndOfFile WinAPI_SetEnhMetaFileBits WinAPI_SetErrorMode WinAPI_SetEvent WinAPI_SetFileAttributes WinAPI_SetFileInformationByHandleEx WinAPI_SetFilePointer WinAPI_SetFilePointerEx WinAPI_SetFileShortName WinAPI_SetFileValidData WinAPI_SetFocus WinAPI_SetFont WinAPI_SetForegroundWindow WinAPI_SetFRBuffer WinAPI_SetGraphicsMode WinAPI_SetHandleInformation WinAPI_SetInformationJobObject WinAPI_SetKeyboardLayout WinAPI_SetKeyboardState WinAPI_SetLastError WinAPI_SetLayeredWindowAttributes WinAPI_SetLocaleInfo WinAPI_SetMapMode WinAPI_SetMessageExtraInfo WinAPI_SetParent WinAPI_SetPixel WinAPI_SetPolyFillMode WinAPI_SetPriorityClass WinAPI_SetProcessAffinityMask WinAPI_SetProcessShutdownParameters WinAPI_SetProcessWindowStation WinAPI_SetRectRgn WinAPI_SetROP2 WinAPI_SetSearchPathMode WinAPI_SetStretchBltMode WinAPI_SetSysColors WinAPI_SetSystemCursor WinAPI_SetTextAlign WinAPI_SetTextCharacterExtra WinAPI_SetTextColor WinAPI_SetTextJustification WinAPI_SetThemeAppProperties WinAPI_SetThreadDesktop WinAPI_SetThreadErrorMode WinAPI_SetThreadExecutionState WinAPI_SetThreadLocale WinAPI_SetThreadUILanguage WinAPI_SetTimer WinAPI_SetUDFColorMode WinAPI_SetUserGeoID WinAPI_SetUserObjectInformation WinAPI_SetVolumeMountPoint WinAPI_SetWindowDisplayAffinity WinAPI_SetWindowExt WinAPI_SetWindowLong WinAPI_SetWindowOrg WinAPI_SetWindowPlacement WinAPI_SetWindowPos WinAPI_SetWindowRgn WinAPI_SetWindowsHookEx WinAPI_SetWindowSubclass WinAPI_SetWindowText WinAPI_SetWindowTheme WinAPI_SetWinEventHook WinAPI_SetWorldTransform WinAPI_SfcIsFileProtected WinAPI_SfcIsKeyProtected WinAPI_ShellAboutDlg WinAPI_ShellAddToRecentDocs WinAPI_ShellChangeNotify WinAPI_ShellChangeNotifyDeregister WinAPI_ShellChangeNotifyRegister WinAPI_ShellCreateDirectory WinAPI_ShellEmptyRecycleBin WinAPI_ShellExecute WinAPI_ShellExecuteEx WinAPI_ShellExtractAssociatedIcon WinAPI_ShellExtractIcon WinAPI_ShellFileOperation WinAPI_ShellFlushSFCache WinAPI_ShellGetFileInfo WinAPI_ShellGetIconOverlayIndex WinAPI_ShellGetImageList WinAPI_ShellGetKnownFolderIDList WinAPI_ShellGetKnownFolderPath WinAPI_ShellGetLocalizedName WinAPI_ShellGetPathFromIDList WinAPI_ShellGetSetFolderCustomSettings WinAPI_ShellGetSettings WinAPI_ShellGetSpecialFolderLocation WinAPI_ShellGetSpecialFolderPath WinAPI_ShellGetStockIconInfo WinAPI_ShellILCreateFromPath WinAPI_ShellNotifyIcon WinAPI_ShellNotifyIconGetRect WinAPI_ShellObjectProperties WinAPI_ShellOpenFolderAndSelectItems WinAPI_ShellOpenWithDlg WinAPI_ShellQueryRecycleBin WinAPI_ShellQueryUserNotificationState WinAPI_ShellRemoveLocalizedName WinAPI_ShellRestricted WinAPI_ShellSetKnownFolderPath WinAPI_ShellSetLocalizedName WinAPI_ShellSetSettings WinAPI_ShellStartNetConnectionDlg WinAPI_ShellUpdateImage WinAPI_ShellUserAuthenticationDlg WinAPI_ShellUserAuthenticationDlgEx WinAPI_ShortToWord WinAPI_ShowCaret WinAPI_ShowCursor WinAPI_ShowError WinAPI_ShowLastError WinAPI_ShowMsg WinAPI_ShowOwnedPopups WinAPI_ShowWindow WinAPI_ShutdownBlockReasonCreate WinAPI_ShutdownBlockReasonDestroy WinAPI_ShutdownBlockReasonQuery WinAPI_SizeOfResource WinAPI_StretchBlt WinAPI_StretchDIBits WinAPI_StrFormatByteSize WinAPI_StrFormatByteSizeEx WinAPI_StrFormatKBSize WinAPI_StrFromTimeInterval WinAPI_StringFromGUID WinAPI_StringLenA WinAPI_StringLenW WinAPI_StrLen WinAPI_StrokeAndFillPath WinAPI_StrokePath WinAPI_StructToArray WinAPI_SubLangId WinAPI_SubtractRect WinAPI_SwapDWord WinAPI_SwapQWord WinAPI_SwapWord WinAPI_SwitchColor WinAPI_SwitchDesktop WinAPI_SwitchToThisWindow WinAPI_SystemParametersInfo WinAPI_TabbedTextOut WinAPI_TerminateJobObject WinAPI_TerminateProcess WinAPI_TextOut WinAPI_TileWindows WinAPI_TrackMouseEvent WinAPI_TransparentBlt WinAPI_TwipsPerPixelX WinAPI_TwipsPerPixelY WinAPI_UnhookWindowsHookEx WinAPI_UnhookWinEvent WinAPI_UnionRect WinAPI_UnionStruct WinAPI_UniqueHardwareID WinAPI_UnloadKeyboardLayout WinAPI_UnlockFile WinAPI_UnmapViewOfFile WinAPI_UnregisterApplicationRestart WinAPI_UnregisterClass WinAPI_UnregisterHotKey WinAPI_UnregisterPowerSettingNotification WinAPI_UpdateLayeredWindow WinAPI_UpdateLayeredWindowEx WinAPI_UpdateLayeredWindowIndirect WinAPI_UpdateResource WinAPI_UpdateWindow WinAPI_UrlApplyScheme WinAPI_UrlCanonicalize WinAPI_UrlCombine WinAPI_UrlCompare WinAPI_UrlCreateFromPath WinAPI_UrlFixup WinAPI_UrlGetPart WinAPI_UrlHash WinAPI_UrlIs WinAPI_UserHandleGrantAccess WinAPI_ValidateRect WinAPI_ValidateRgn WinAPI_VerQueryRoot WinAPI_VerQueryValue WinAPI_VerQueryValueEx WinAPI_WaitForInputIdle WinAPI_WaitForMultipleObjects WinAPI_WaitForSingleObject WinAPI_WideCharToMultiByte WinAPI_WidenPath WinAPI_WindowFromDC WinAPI_WindowFromPoint WinAPI_WordToShort WinAPI_Wow64EnableWow64FsRedirection WinAPI_WriteConsole WinAPI_WriteFile WinAPI_WriteProcessMemory WinAPI_ZeroMemory WinNet_AddConnection WinNet_AddConnection2 WinNet_AddConnection3 WinNet_CancelConnection WinNet_CancelConnection2 WinNet_CloseEnum WinNet_ConnectionDialog WinNet_ConnectionDialog1 WinNet_DisconnectDialog WinNet_DisconnectDialog1 WinNet_EnumResource WinNet_GetConnection WinNet_GetConnectionPerformance WinNet_GetLastError WinNet_GetNetworkInformation WinNet_GetProviderName WinNet_GetResourceInformation WinNet_GetResourceParent WinNet_GetUniversalName WinNet_GetUser WinNet_OpenEnum WinNet_RestoreConnection WinNet_UseConnection Word_Create Word_DocAdd Word_DocAttach Word_DocClose Word_DocExport Word_DocFind Word_DocFindReplace Word_DocGet Word_DocLinkAdd Word_DocLinkGet Word_DocOpen Word_DocPictureAdd Word_DocPrint Word_DocRangeSet Word_DocSave Word_DocSaveAs Word_DocTableRead Word_DocTableWrite Word_Quit",I={ -v:[e.C(";","$",{r:0}),e.C("#cs","#ce"),e.C("#comments-start","#comments-end")]},n={b:"\\$[A-z0-9_]+"},l={cN:"string",v:[{b:/"/,e:/"/,c:[{b:/""/,r:0}]},{b:/'/,e:/'/,c:[{b:/''/,r:0}]}]},o={v:[e.BNM,e.CNM]},a={cN:"meta",b:"#",e:"$",k:{"meta-keyword":"include include-once NoTrayIcon OnAutoItStartRegister RequireAdmin pragma Au3Stripper_Ignore_Funcs Au3Stripper_Ignore_Variables Au3Stripper_Off Au3Stripper_On Au3Stripper_Parameters AutoIt3Wrapper_Add_Constants AutoIt3Wrapper_Au3Check_Parameters AutoIt3Wrapper_Au3Check_Stop_OnWarning AutoIt3Wrapper_Aut2Exe AutoIt3Wrapper_AutoIt3 AutoIt3Wrapper_AutoIt3Dir AutoIt3Wrapper_Change2CUI AutoIt3Wrapper_Compile_Both AutoIt3Wrapper_Compression AutoIt3Wrapper_EndIf AutoIt3Wrapper_Icon AutoIt3Wrapper_If_Compile AutoIt3Wrapper_If_Run AutoIt3Wrapper_Jump_To_First_Error AutoIt3Wrapper_OutFile AutoIt3Wrapper_OutFile_Type AutoIt3Wrapper_OutFile_X64 AutoIt3Wrapper_PlugIn_Funcs AutoIt3Wrapper_Res_Comment Autoit3Wrapper_Res_Compatibility AutoIt3Wrapper_Res_Description AutoIt3Wrapper_Res_Field AutoIt3Wrapper_Res_File_Add AutoIt3Wrapper_Res_FileVersion AutoIt3Wrapper_Res_FileVersion_AutoIncrement AutoIt3Wrapper_Res_Icon_Add AutoIt3Wrapper_Res_Language AutoIt3Wrapper_Res_LegalCopyright AutoIt3Wrapper_Res_ProductVersion AutoIt3Wrapper_Res_requestedExecutionLevel AutoIt3Wrapper_Res_SaveSource AutoIt3Wrapper_Run_After AutoIt3Wrapper_Run_Au3Check AutoIt3Wrapper_Run_Au3Stripper AutoIt3Wrapper_Run_Before AutoIt3Wrapper_Run_Debug_Mode AutoIt3Wrapper_Run_SciTE_Minimized AutoIt3Wrapper_Run_SciTE_OutputPane_Minimized AutoIt3Wrapper_Run_Tidy AutoIt3Wrapper_ShowProgress AutoIt3Wrapper_Testing AutoIt3Wrapper_Tidy_Stop_OnError AutoIt3Wrapper_UPX_Parameters AutoIt3Wrapper_UseUPX AutoIt3Wrapper_UseX64 AutoIt3Wrapper_Version AutoIt3Wrapper_Versioning AutoIt3Wrapper_Versioning_Parameters Tidy_Off Tidy_On Tidy_Parameters EndRegion Region"},c:[{b:/\\\n/,r:0},{bK:"include",k:{"meta-keyword":"include"},e:"$",c:[l,{cN:"meta-string",v:[{b:"<",e:">"},{b:/"/,e:/"/,c:[{b:/""/,r:0}]},{b:/'/,e:/'/,c:[{b:/''/,r:0}]}]}]},l,I]},_={cN:"symbol",b:"@[A-z0-9_]+"},G={cN:"function",bK:"Func",e:"$",i:"\\$|\\[|%",c:[e.UTM,{cN:"params",b:"\\(",e:"\\)",c:[n,l,o]}]};return{cI:!0,i:/\/\*/,k:{keyword:t,built_in:i,literal:r},c:[I,n,l,o,a,_,G]}});hljs.registerLanguage("powershell",function(e){var t={b:"`[\\s\\S]",r:0},r={cN:"variable",v:[{b:/\$[\w\d][\w\d_:]*/}]},o={cN:"literal",b:/\$(null|true|false)\b/},a={cN:"string",b:/"/,e:/"/,c:[t,r,{cN:"variable",b:/\$[A-z]/,e:/[^A-z]/}]},i={cN:"string",b:/'/,e:/'/};return{aliases:["ps"],l:/-?[A-z\.\-]+/,cI:!0,k:{keyword:"if else foreach return function do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch",built_in:"Add-Content Add-History Add-Member Add-PSSnapin Clear-Content Clear-Item Clear-Item Property Clear-Variable Compare-Object ConvertFrom-SecureString Convert-Path ConvertTo-Html ConvertTo-SecureString Copy-Item Copy-ItemProperty Export-Alias Export-Clixml Export-Console Export-Csv ForEach-Object Format-Custom Format-List Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command Get-Content Get-Credential Get-Culture Get-Date Get-EventLog Get-ExecutionPolicy Get-Help Get-History Get-Host Get-Item Get-ItemProperty Get-Location Get-Member Get-PfxCertificate Get-Process Get-PSDrive Get-PSProvider Get-PSSnapin Get-Service Get-TraceSource Get-UICulture Get-Unique Get-Variable Get-WmiObject Group-Object Import-Alias Import-Clixml Import-Csv Invoke-Expression Invoke-History Invoke-Item Join-Path Measure-Command Measure-Object Move-Item Move-ItemProperty New-Alias New-Item New-ItemProperty New-Object New-PSDrive New-Service New-TimeSpan New-Variable Out-Default Out-File Out-Host Out-Null Out-Printer Out-String Pop-Location Push-Location Read-Host Remove-Item Remove-ItemProperty Remove-PSDrive Remove-PSSnapin Remove-Variable Rename-Item Rename-ItemProperty Resolve-Path Restart-Service Resume-Service Select-Object Select-String Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-Location Set-PSDebug Set-Service Set-TraceSource Set-Variable Sort-Object Split-Path Start-Service Start-Sleep Start-Transcript Stop-Process Stop-Service Stop-Transcript Suspend-Service Tee-Object Test-Path Trace-Command Update-FormatData Update-TypeData Where-Object Write-Debug Write-Error Write-Host Write-Output Write-Progress Write-Verbose Write-Warning",nomarkup:"-ne -eq -lt -gt -ge -le -not -like -notlike -match -notmatch -contains -notcontains -in -notin -replace"},c:[e.HCM,e.NM,a,i,o,r]}});hljs.registerLanguage("xquery",function(e){var t="for let if while then else return where group by xquery encoding versionmodule namespace boundary-space preserve strip default collation base-uri orderingcopy-namespaces order declare import schema namespace function option in allowing emptyat tumbling window sliding window start when only end when previous next stable ascendingdescending empty greatest least some every satisfies switch case typeswitch try catch andor to union intersect instance of treat as castable cast map array delete insert intoreplace value rename copy modify update",a="false true xs:string xs:integer element item xs:date xs:datetime xs:float xs:double xs:decimal QName xs:anyURI xs:long xs:int xs:short xs:byte attribute",s={b:/\$[a-zA-Z0-9\-]+/,r:5},n={cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},r={cN:"string",v:[{b:/"/,e:/"/,c:[{b:/""/,r:0}]},{b:/'/,e:/'/,c:[{b:/''/,r:0}]}]},i={cN:"meta",b:"%\\w+"},c={cN:"comment",b:"\\(:",e:":\\)",r:10,c:[{cN:"doctag",b:"@\\w+"}]},o={b:"{",e:"}"},l=[s,r,n,c,i,o];return o.c=l,{aliases:["xpath","xq"],cI:!1,l:/[a-zA-Z\$][a-zA-Z0-9_:\-]*/,i:/(proc)|(abstract)|(extends)|(until)|(#)/,k:{keyword:t,literal:a},c:l}});hljs.registerLanguage("dust",function(e){var t="if eq ne lt lte gt gte select default math sep";return{aliases:["dst"],cI:!0,sL:"xml",c:[{cN:"template-tag",b:/\{[#\/]/,e:/\}/,i:/;/,c:[{cN:"name",b:/[a-zA-Z\.-]+/,starts:{eW:!0,r:0,c:[e.QSM]}}]},{cN:"template-variable",b:/\{/,e:/\}/,i:/;/,k:t}]}});hljs.registerLanguage("dos",function(e){var r=e.C(/@?rem\b/,/$/,{r:10}),t={cN:"symbol",b:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",r:0};return{aliases:["bat","cmd"],cI:!0,i:/\/\*/,k:{keyword:"if else goto for in do call exit not exist errorlevel defined equ neq lss leq gtr geq",built_in:"prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux shift cd dir echo setlocal endlocal set pause copy append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color comp compact convert date dir diskcomp diskcopy doskey erase fs find findstr format ftype graftabl help keyb label md mkdir mode more move path pause print popd pushd promt rd recover rem rename replace restore rmdir shiftsort start subst time title tree type ver verify vol ping net ipconfig taskkill xcopy ren del"},c:[{cN:"variable",b:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{cN:"function",b:t.b,e:"goto:eof",c:[e.inherit(e.TM,{b:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),r]},{cN:"number",b:"\\b\\d+",r:0},r]}});hljs.registerLanguage("ini",function(e){var b={cN:"string",c:[e.BE],v:[{b:"'''",e:"'''",r:10},{b:'"""',e:'"""',r:10},{b:'"',e:'"'},{b:"'",e:"'"}]};return{aliases:["toml"],cI:!0,i:/\S/,c:[e.C(";","$"),e.HCM,{cN:"section",b:/^\s*\[+/,e:/\]+/},{b:/^[a-z0-9\[\]_-]+\s*=\s*/,e:"$",rB:!0,c:[{cN:"attr",b:/[a-z0-9\[\]_-]+/},{b:/=/,eW:!0,r:0,c:[{cN:"literal",b:/\bon|off|true|false|yes|no\b/},{cN:"variable",v:[{b:/\$[\w\d"][\w\d_]*/},{b:/\$\{(.*?)}/}]},b,{cN:"number",b:/([\+\-]+)?[\d]+_[\d_]+/},e.NM]}]}]}});hljs.registerLanguage("tex",function(c){var e={cN:"tag",b:/\\/,r:0,c:[{cN:"name",v:[{b:/[a-zA-Zа-яА-я]+[*]?/},{b:/[^a-zA-Zа-яА-я0-9]/}],starts:{eW:!0,r:0,c:[{cN:"string",v:[{b:/\[/,e:/\]/},{b:/\{/,e:/\}/}]},{b:/\s*=\s*/,eW:!0,r:0,c:[{cN:"number",b:/-?\d*\.?\d+(pt|pc|mm|cm|in|dd|cc|ex|em)?/}]}]}}]};return{c:[e,{cN:"formula",c:[e],r:0,v:[{b:/\$\$/,e:/\$\$/},{b:/\$/,e:/\$/}]},c.C("%","$",{r:0})]}});hljs.registerLanguage("kotlin",function(e){var r="val var get set class trait object open private protected public final enum if else do while for when break continue throw try catch finally import package is as in return fun override default companion reified inline volatile transient native Byte Short Char Int Long Boolean Float Double Void Unit Nothing";return{k:{keyword:r,literal:"true false null"},c:[e.C("/\\*\\*","\\*/",{r:0,c:[{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,{cN:"type",b://,rB:!0,eE:!1,r:0},{cN:"function",bK:"fun",e:"[(]|$",rB:!0,eE:!0,k:r,i:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,r:5,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"type",b://,k:"reified",r:0},{cN:"params",b:/\(/,e:/\)/,k:r,r:0,i:/\([^\(,\s:]+,/,c:[{cN:"type",b:/:\s*/,e:/\s*[=\)]/,eB:!0,rE:!0,r:0}]},e.CLCM,e.CBCM]},{cN:"class",bK:"class trait",e:/[:\{(]|$/,eE:!0,i:"extends implements",c:[e.UTM,{cN:"type",b://,eB:!0,eE:!0,r:0},{cN:"type",b:/[,:]\s*/,e:/[<\(,]|$/,eB:!0,rE:!0}]},{cN:"variable",bK:"var val",e:/\s*[=:$]/,eE:!0},e.QSM,{cN:"meta",b:"^#!/usr/bin/env",e:"$",i:"\n"},e.CNM]}});hljs.registerLanguage("objectivec",function(e){var t={cN:"built_in",b:"(AV|CA|CF|CG|CI|MK|MP|NS|UI|XC)\\w+"},i={keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},n=/[a-zA-Z@][a-zA-Z0-9_]*/,o="@interface @class @protocol @implementation";return{aliases:["mm","objc","obj-c"],k:i,l:n,i:""}]}]},{cN:"class",b:"("+o.split(" ").join("|")+")\\b",e:"({|$)",eE:!0,k:o,l:n,c:[e.UTM]},{b:"\\."+e.UIR,r:0}]}});hljs.registerLanguage("applescript",function(e){var t=e.inherit(e.QSM,{i:""}),r={cN:"params",b:"\\(",e:"\\)",c:["self",e.CNM,t]},i=e.C("--","$"),o=e.C("\\(\\*","\\*\\)",{c:["self",i]}),n=[i,o,e.HCM];return{aliases:["osascript"],k:{keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",literal:"AppleScript false linefeed return pi quote result space tab true",built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name paragraph paragraphs rest reverse running time version weekday word words year"},c:[t,e.CNM,{cN:"built_in",b:"\\b(clipboard info|the clipboard|info for|list (disks|folder)|mount volume|path to|(close|open for) access|(get|set) eof|current date|do shell script|get volume settings|random number|set volume|system attribute|system info|time to GMT|(load|run|store) script|scripting components|ASCII (character|number)|localized string|choose (application|color|file|file name|folder|from list|remote application|URL)|display (alert|dialog))\\b|^\\s*return\\b"},{cN:"literal",b:"\\b(text item delimiters|current application|missing value)\\b"},{cN:"keyword",b:"\\b(apart from|aside from|instead of|out of|greater than|isn't|(doesn't|does not) (equal|come before|come after|contain)|(greater|less) than( or equal)?|(starts?|ends|begins?) with|contained by|comes (before|after)|a (ref|reference)|POSIX file|POSIX path|(date|time) string|quoted form)\\b"},{bK:"on",i:"[${=;\\n]",c:[e.UTM,r]}].concat(n),i:"//|->|=>|\\[\\["}});hljs.registerLanguage("java",function(e){var a=e.UIR+"(<("+e.UIR+"|\\s*,\\s*)+>)?",t="false synchronized int abstract float private char boolean static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private",r="\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",c={cN:"number",b:r,r:0};return{aliases:["jsp"],k:t,i:/<\/|#/,c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:"class",bK:"class interface",e:/[{;=]/,eE:!0,k:"class interface",i:/[:"\[\]]/,c:[{bK:"extends implements"},e.UTM]},{bK:"new throw return else",r:0},{cN:"function",b:"("+a+"\\s+)+"+e.UIR+"\\s*\\(",rB:!0,e:/[{;=]/,eE:!0,k:t,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"params",b:/\(/,e:/\)/,k:t,r:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},c,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("brainfuck",function(r){var n={cN:"literal",b:"[\\+\\-]",r:0};return{aliases:["bf"],c:[r.C("[^\\[\\]\\.,\\+\\-<> \r\n]","[\\[\\]\\.,\\+\\-<> \r\n]",{rE:!0,r:0}),{cN:"title",b:"[\\[\\]]",r:0},{cN:"string",b:"[\\.,]",r:0},{b:/\+\+|\-\-/,rB:!0,c:[n]},n]}});hljs.registerLanguage("asciidoc",function(e){return{aliases:["adoc"],c:[e.C("^/{4,}\\n","\\n/{4,}$",{r:10}),e.C("^//","$",{r:0}),{cN:"title",b:"^\\.\\w.*$"},{b:"^[=\\*]{4,}\\n",e:"\\n^[=\\*]{4,}$",r:10},{cN:"section",r:10,v:[{b:"^(={1,5}) .+?( \\1)?$"},{b:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{cN:"meta",b:"^:.+?:",e:"\\s",eE:!0,r:10},{cN:"meta",b:"^\\[.+?\\]$",r:0},{cN:"quote",b:"^_{4,}\\n",e:"\\n_{4,}$",r:10},{cN:"code",b:"^[\\-\\.]{4,}\\n",e:"\\n[\\-\\.]{4,}$",r:10},{b:"^\\+{4,}\\n",e:"\\n\\+{4,}$",c:[{b:"<",e:">",sL:"xml",r:0}],r:10},{cN:"bullet",b:"^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"},{cN:"symbol",b:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",r:10},{cN:"strong",b:"\\B\\*(?![\\*\\s])",e:"(\\n{2}|\\*)",c:[{b:"\\\\*\\w",r:0}]},{cN:"emphasis",b:"\\B'(?!['\\s])",e:"(\\n{2}|')",c:[{b:"\\\\'\\w",r:0}],r:0},{cN:"emphasis",b:"_(?![_\\s])",e:"(\\n{2}|_)",r:0},{cN:"string",v:[{b:"``.+?''"},{b:"`.+?'"}]},{cN:"code",b:"(`.+?`|\\+.+?\\+)",r:0},{cN:"code",b:"^[ \\t]",e:"$",r:0},{b:"^'{3,}[ \\t]*$",r:10},{b:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",rB:!0,c:[{b:"(link|image:?):",r:0},{cN:"link",b:"\\w",e:"[^\\[]+",r:0},{cN:"string",b:"\\[",e:"\\]",eB:!0,eE:!0,r:0}],r:10}]}});hljs.registerLanguage("vbscript-html",function(r){return{sL:"xml",c:[{b:"<%",e:"%>",sL:"vbscript"}]}});hljs.registerLanguage("zephir",function(e){var i={cN:"string",c:[e.BE],v:[{b:'b"',e:'"'},{b:"b'",e:"'"},e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},n={v:[e.BNM,e.CNM]};return{aliases:["zep"],cI:!0,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var let while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally int uint long ulong char uchar double float bool boolean stringlikely unlikely",c:[e.CLCM,e.HCM,e.C("/\\*","\\*/",{c:[{cN:"doctag",b:"@[A-Za-z]+"}]}),e.C("__halt_compiler.+?;",!1,{eW:!0,k:"__halt_compiler",l:e.UIR}),{cN:"string",b:"<<<['\"]?\\w+['\"]?$",e:"^\\w+;",c:[e.BE]},{b:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{cN:"function",bK:"function",e:/[;{]/,eE:!0,i:"\\$|\\[|%",c:[e.UTM,{cN:"params",b:"\\(",e:"\\)",c:["self",e.CBCM,i,n]}]},{cN:"class",bK:"class interface",e:"{",eE:!0,i:/[:\(\$"]/,c:[{bK:"extends implements"},e.UTM]},{bK:"namespace",e:";",i:/[\.']/,c:[e.UTM]},{bK:"use",e:";",c:[e.UTM]},{b:"=>"},i,n]}});hljs.registerLanguage("markdown",function(e){return{aliases:["md","mkdown","mkd"],c:[{cN:"section",v:[{b:"^#{1,6}",e:"$"},{b:"^.+?\\n[=-]{2,}$"}]},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\d+\\.))\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",v:[{b:"\\*.+?\\*"},{b:"_.+?_",r:0}]},{cN:"quote",b:"^>\\s+",e:"$"},{cN:"code",v:[{b:"`.+?`"},{b:"^( {4}| )",e:"$",r:0}]},{b:"^[-\\*]{3,}",e:"$"},{b:"\\[.+?\\][\\(\\[].*?[\\)\\]]",rB:!0,c:[{cN:"string",b:"\\[",e:"\\]",eB:!0,rE:!0,r:0},{cN:"link",b:"\\]\\(",e:"\\)",eB:!0,eE:!0},{cN:"symbol",b:"\\]\\[",e:"\\]",eB:!0,eE:!0}],r:10},{b:"^\\[.+\\]:",rB:!0,c:[{cN:"symbol",b:"\\[",e:"\\]:",eB:!0,eE:!0,starts:{cN:"link",e:"$"}}]}]}});hljs.registerLanguage("mercury",function(e){var i={keyword:"module use_module import_module include_module end_module initialise mutable initialize finalize finalise interface implementation pred mode func type inst solver any_pred any_func is semidet det nondet multi erroneous failure cc_nondet cc_multi typeclass instance where pragma promise external trace atomic or_else require_complete_switch require_det require_semidet require_multi require_nondet require_cc_multi require_cc_nondet require_erroneous require_failure",meta:"inline no_inline type_spec source_file fact_table obsolete memo loop_check minimal_model terminates does_not_terminate check_termination promise_equivalent_clauses foreign_proc foreign_decl foreign_code foreign_type foreign_import_module foreign_export_enum foreign_export foreign_enum may_call_mercury will_not_call_mercury thread_safe not_thread_safe maybe_thread_safe promise_pure promise_semipure tabled_for_io local untrailed trailed attach_to_io_state can_pass_as_mercury_type stable will_not_throw_exception may_modify_trail will_not_modify_trail may_duplicate may_not_duplicate affects_liveness does_not_affect_liveness doesnt_affect_liveness no_sharing unknown_sharing sharing",built_in:"some all not if then else true fail false try catch catch_any semidet_true semidet_false semidet_fail impure_true impure semipure"},r=e.C("%","$"),t={cN:"number",b:"0'.\\|0[box][0-9a-fA-F]*"},_=e.inherit(e.ASM,{r:0}),n=e.inherit(e.QSM,{r:0}),a={cN:"subst",b:"\\\\[abfnrtv]\\|\\\\x[0-9a-fA-F]*\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]",r:0};n.c.push(a);var o={cN:"built_in",v:[{b:"<=>"},{b:"<=",r:0},{b:"=>",r:0},{b:"/\\\\"},{b:"\\\\/"}]},l={cN:"built_in",v:[{b:":-\\|-->"},{b:"=",r:0}]};return{aliases:["m","moo"],k:i,c:[o,l,r,e.CBCM,t,e.NM,_,n,{b:/:-/}]}});hljs.registerLanguage("nginx",function(e){var r={cN:"variable",v:[{b:/\$\d+/},{b:/\$\{/,e:/}/},{b:"[\\$\\@]"+e.UIR}]},b={eW:!0,l:"[a-z/_]+",k:{literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},r:0,i:"=>",c:[e.HCM,{cN:"string",c:[e.BE,r],v:[{b:/"/,e:/"/},{b:/'/,e:/'/}]},{b:"([a-z]+):/",e:"\\s",eW:!0,eE:!0,c:[r]},{cN:"regexp",c:[e.BE,r],v:[{b:"\\s\\^",e:"\\s|{|;",rE:!0},{b:"~\\*?\\s+",e:"\\s|{|;",rE:!0},{b:"\\*(\\.[a-z\\-]+)+"},{b:"([a-z\\-]+\\.)+\\*"}]},{cN:"number",b:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{cN:"number",b:"\\b\\d+[kKmMgGdshdwy]*\\b",r:0},r]};return{aliases:["nginxconf"],c:[e.HCM,{b:e.UIR+"\\s+{",rB:!0,e:"{",c:[{cN:"section",b:e.UIR}],r:0},{b:e.UIR+"\\s",e:";|{",rB:!0,c:[{cN:"attribute",b:e.UIR,starts:b}],r:0}],i:"[^\\s\\}]"}});hljs.registerLanguage("nix",function(e){var r={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},t={cN:"subst",b:/\$\{/,e:/}/,k:r},i={b:/[a-zA-Z0-9-_]+(\s*=)/,rB:!0,r:0,c:[{cN:"attr",b:/\S+/}]},s={cN:"string",c:[t],v:[{b:"''",e:"''"},{b:'"',e:'"'}]},a=[e.NM,e.HCM,e.CBCM,s,i];return t.c=a,{aliases:["nixos"],k:r,c:a}});hljs.registerLanguage("vim",function(e){return{l:/[!#@\w]+/,k:{keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw d|0 delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu g|0 go gr grepa gu gv ha h|0 helpf helpg helpt hi hid his i|0 ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs n|0 new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf q|0 quita qa r|0 rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv s|0 sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync t|0 tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up v|0 ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank",built_in:"abs acos add and append argc argidx argv asin atan atan2 browse browsedir bufexists buflisted bufloaded bufname bufnr bufwinnr byte2line byteidx call ceil changenr char2nr cindent clearmatches col complete complete_add complete_check confirm copy cos cosh count cscope_connection cursor deepcopy delete did_filetype diff_filler diff_hlID empty escape eval eventhandler executable exists exp expand extend feedkeys filereadable filewritable filter finddir findfile float2nr floor fmod fnameescape fnamemodify foldclosed foldclosedend foldlevel foldtext foldtextresult foreground function garbagecollect get getbufline getbufvar getchar getcharmod getcmdline getcmdpos getcmdtype getcwd getfontname getfperm getfsize getftime getftype getline getloclist getmatches getpid getpos getqflist getreg getregtype gettabvar gettabwinvar getwinposx getwinposy getwinvar glob globpath has has_key haslocaldir hasmapto histadd histdel histget histnr hlexists hlID hostname iconv indent index input inputdialog inputlist inputrestore inputsave inputsecret insert invert isdirectory islocked items join keys len libcall libcallnr line line2byte lispindent localtime log log10 luaeval map maparg mapcheck match matchadd matcharg matchdelete matchend matchlist matchstr max min mkdir mode mzeval nextnonblank nr2char or pathshorten pow prevnonblank printf pumvisible py3eval pyeval range readfile reltime reltimestr remote_expr remote_foreground remote_peek remote_read remote_send remove rename repeat resolve reverse round screenattr screenchar screencol screenrow search searchdecl searchpair searchpairpos searchpos server2client serverlist setbufvar setcmdpos setline setloclist setmatches setpos setqflist setreg settabvar settabwinvar setwinvar sha256 shellescape shiftwidth simplify sin sinh sort soundfold spellbadword spellsuggest split sqrt str2float str2nr strchars strdisplaywidth strftime stridx string strlen strpart strridx strtrans strwidth submatch substitute synconcealed synID synIDattr synIDtrans synstack system tabpagebuflist tabpagenr tabpagewinnr tagfiles taglist tan tanh tempname tolower toupper tr trunc type undofile undotree values virtcol visualmode wildmenumode winbufnr wincol winheight winline winnr winrestcmd winrestview winsaveview winwidth writefile xor"},i:/[{:]/,c:[e.NM,e.ASM,{cN:"string",b:/"((\\")|[^"\n])*("|\n)/},{cN:"variable",b:/[bwtglsav]:[\w\d_]*/},{cN:"function",bK:"function function!",e:"$",r:0,c:[e.TM,{cN:"params",b:"\\(",e:"\\)"}]}]}});hljs.registerLanguage("elixir",function(e){var r="[a-zA-Z_][a-zA-Z0-9_]*(\\!|\\?)?",n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",b="and false then defined module in return redo retry end for true self when next until do begin unless nil break not case cond alias while ensure or include use alias fn quote",c={cN:"subst",b:"#\\{",e:"}",l:r,k:b},a={cN:"string",c:[e.BE,c],v:[{b:/'/,e:/'/},{b:/"/,e:/"/}]},i={cN:"function",bK:"def defp defmacro",e:/\B\b/,c:[e.inherit(e.TM,{b:r,endsParent:!0})]},s=e.inherit(i,{cN:"class",bK:"defmodule defrecord",e:/\bdo\b|$|;/}),l=[a,e.HCM,s,i,{cN:"symbol",b:":",c:[a,{b:n}],r:0},{cN:"symbol",b:r+":",r:0},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{cN:"variable",b:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{b:"->"},{b:"("+e.RSR+")\\s*",c:[e.HCM,{cN:"regexp",i:"\\n",c:[e.BE,c],v:[{b:"/",e:"/[a-z]*"},{b:"%r\\[",e:"\\][a-z]*"}]}],r:0}];return c.c=l,{l:r,k:b,c:l}});hljs.registerLanguage("mipsasm",function(s){return{cI:!0,aliases:["mips"],l:"\\.?"+s.IR,k:{meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ",built_in:"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt "},c:[{cN:"keyword",b:"\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(.hb)?|jr(.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs.[sd]|add.[sd]|alnv.ps|bc1[ft]l?|c.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et]).[sd]|(ceil|floor|round|trunc).[lw].[sd]|cfc1|cvt.d.[lsw]|cvt.l.[dsw]|cvt.ps.s|cvt.s.[dlw]|cvt.s.p[lu]|cvt.w.[dls]|div.[ds]|ldx?c1|luxc1|lwx?c1|madd.[sd]|mfc1|mov[fntz]?.[ds]|msub.[sd]|mth?c1|mul.[ds]|neg.[ds]|nmadd.[ds]|nmsub.[ds]|p[lu][lu].ps|recip.fmt|r?sqrt.[ds]|sdx?c1|sub.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)",e:"\\s"},s.C("[;#]","$"),s.CBCM,s.QSM,{cN:"string",b:"'",e:"[^\\\\]'",r:0},{cN:"title",b:"\\|",e:"\\|",i:"\\n",r:0},{cN:"number",v:[{b:"0x[0-9a-f]+"},{b:"\\b-?\\d+"}],r:0},{cN:"symbol",v:[{b:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{b:"^\\s*[0-9]+:"},{b:"[0-9]+[bf]"}],r:0}],i:"/"}});hljs.registerLanguage("handlebars",function(e){var a={"builtin-name":"each in with if else unless bindattr action collection debugger log outlet template unbound view yield"};return{aliases:["hbs","html.hbs","html.handlebars"],cI:!0,sL:"xml",c:[e.C("{{!(--)?","(--)?}}"),{cN:"template-tag",b:/\{\{[#\/]/,e:/\}\}/,c:[{cN:"name",b:/[a-zA-Z\.-]+/,k:a,starts:{eW:!0,r:0,c:[e.QSM]}}]},{cN:"template-variable",b:/\{\{/,e:/\}\}/,k:a}]}});hljs.registerLanguage("python",function(e){var r={cN:"meta",b:/^(>>>|\.\.\.) /},b={cN:"string",c:[e.BE],v:[{b:/(u|b)?r?'''/,e:/'''/,c:[r],r:10},{b:/(u|b)?r?"""/,e:/"""/,c:[r],r:10},{b:/(u|r|ur)'/,e:/'/,r:10},{b:/(u|r|ur)"/,e:/"/,r:10},{b:/(b|br)'/,e:/'/},{b:/(b|br)"/,e:/"/},e.ASM,e.QSM]},a={cN:"number",r:0,v:[{b:e.BNR+"[lLjJ]?"},{b:"\\b(0o[0-7]+)[lLjJ]?"},{b:e.CNR+"[lLjJ]?"}]},l={cN:"params",b:/\(/,e:/\)/,c:["self",r,a,b]};return{aliases:["py","gyp"],k:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},i:/(<\/|->|\?)/,c:[r,a,b,e.HCM,{v:[{cN:"function",bK:"def",r:10},{cN:"class",bK:"class"}],e:/:/,i:/[${=;\n,]/,c:[e.UTM,l]},{cN:"meta",b:/^[\t ]*@/,e:/$/},{b:/\b(print|exec)\(/}]}});hljs.registerLanguage("x86asm",function(s){return{cI:!0,l:"[.%]?"+s.IR,k:{keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},c:[s.C(";","$",{r:0}),{cN:"number",v:[{b:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",r:0},{b:"\\$[0-9][0-9A-Fa-f]*",r:0},{b:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{b:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},s.QSM,{cN:"string",v:[{b:"'",e:"[^\\\\]'"},{b:"`",e:"[^\\\\]`"},{b:"\\.[A-Za-z0-9]+"}],r:0},{cN:"symbol",v:[{b:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{b:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],r:0},{cN:"subst",b:"%[0-9]+",r:0},{cN:"subst",b:"%!S+",r:0}]}});hljs.registerLanguage("mathematica",function(e){return{aliases:["mma"],l:"(\\$|\\b)"+e.IR+"\\b",k:"AbelianGroup Abort AbortKernels AbortProtect Above Abs Absolute AbsoluteCorrelation AbsoluteCorrelationFunction AbsoluteCurrentValue AbsoluteDashing AbsoluteFileName AbsoluteOptions AbsolutePointSize AbsoluteThickness AbsoluteTime AbsoluteTiming AccountingForm Accumulate Accuracy AccuracyGoal ActionDelay ActionMenu ActionMenuBox ActionMenuBoxOptions Active ActiveItem ActiveStyle AcyclicGraphQ AddOnHelpPath AddTo AdjacencyGraph AdjacencyList AdjacencyMatrix AdjustmentBox AdjustmentBoxOptions AdjustTimeSeriesForecast AffineTransform After AiryAi AiryAiPrime AiryAiZero AiryBi AiryBiPrime AiryBiZero AlgebraicIntegerQ AlgebraicNumber AlgebraicNumberDenominator AlgebraicNumberNorm AlgebraicNumberPolynomial AlgebraicNumberTrace AlgebraicRules AlgebraicRulesData Algebraics AlgebraicUnitQ Alignment AlignmentMarker AlignmentPoint All AllowedDimensions AllowGroupClose AllowInlineCells AllowKernelInitialization AllowReverseGroupClose AllowScriptLevelChange AlphaChannel AlternatingGroup AlternativeHypothesis Alternatives AmbientLight Analytic AnchoredSearch And AndersonDarlingTest AngerJ AngleBracket AngularGauge Animate AnimationCycleOffset AnimationCycleRepetitions AnimationDirection AnimationDisplayTime AnimationRate AnimationRepetitions AnimationRunning Animator AnimatorBox AnimatorBoxOptions AnimatorElements Annotation Annuity AnnuityDue Antialiasing Antisymmetric Apart ApartSquareFree Appearance AppearanceElements AppellF1 Append AppendTo Apply ArcCos ArcCosh ArcCot ArcCoth ArcCsc ArcCsch ArcSec ArcSech ArcSin ArcSinDistribution ArcSinh ArcTan ArcTanh Arg ArgMax ArgMin ArgumentCountQ ARIMAProcess ArithmeticGeometricMean ARMAProcess ARProcess Array ArrayComponents ArrayDepth ArrayFlatten ArrayPad ArrayPlot ArrayQ ArrayReshape ArrayRules Arrays Arrow Arrow3DBox ArrowBox Arrowheads AspectRatio AspectRatioFixed Assert Assuming Assumptions AstronomicalData Asynchronous AsynchronousTaskObject AsynchronousTasks AtomQ Attributes AugmentedSymmetricPolynomial AutoAction AutoDelete AutoEvaluateEvents AutoGeneratedPackage AutoIndent AutoIndentSpacings AutoItalicWords AutoloadPath AutoMatch Automatic AutomaticImageSize AutoMultiplicationSymbol AutoNumberFormatting AutoOpenNotebooks AutoOpenPalettes AutorunSequencing AutoScaling AutoScroll AutoSpacing AutoStyleOptions AutoStyleWords Axes AxesEdge AxesLabel AxesOrigin AxesStyle Axis BabyMonsterGroupB Back Background BackgroundTasksSettings Backslash Backsubstitution Backward Band BandpassFilter BandstopFilter BarabasiAlbertGraphDistribution BarChart BarChart3D BarLegend BarlowProschanImportance BarnesG BarOrigin BarSpacing BartlettHannWindow BartlettWindow BaseForm Baseline BaselinePosition BaseStyle BatesDistribution BattleLemarieWavelet Because BeckmannDistribution Beep Before Begin BeginDialogPacket BeginFrontEndInteractionPacket BeginPackage BellB BellY Below BenfordDistribution BeniniDistribution BenktanderGibratDistribution BenktanderWeibullDistribution BernoulliB BernoulliDistribution BernoulliGraphDistribution BernoulliProcess BernsteinBasis BesselFilterModel BesselI BesselJ BesselJZero BesselK BesselY BesselYZero Beta BetaBinomialDistribution BetaDistribution BetaNegativeBinomialDistribution BetaPrimeDistribution BetaRegularized BetweennessCentrality BezierCurve BezierCurve3DBox BezierCurve3DBoxOptions BezierCurveBox BezierCurveBoxOptions BezierFunction BilateralFilter Binarize BinaryFormat BinaryImageQ BinaryRead BinaryReadList BinaryWrite BinCounts BinLists Binomial BinomialDistribution BinomialProcess BinormalDistribution BiorthogonalSplineWavelet BipartiteGraphQ BirnbaumImportance BirnbaumSaundersDistribution BitAnd BitClear BitGet BitLength BitNot BitOr BitSet BitShiftLeft BitShiftRight BitXor Black BlackmanHarrisWindow BlackmanNuttallWindow BlackmanWindow Blank BlankForm BlankNullSequence BlankSequence Blend Block BlockRandom BlomqvistBeta BlomqvistBetaTest Blue Blur BodePlot BohmanWindow Bold Bookmarks Boole BooleanConsecutiveFunction BooleanConvert BooleanCountingFunction BooleanFunction BooleanGraph BooleanMaxterms BooleanMinimize BooleanMinterms Booleans BooleanTable BooleanVariables BorderDimensions BorelTannerDistribution Bottom BottomHatTransform BoundaryStyle Bounds Box BoxBaselineShift BoxData BoxDimensions Boxed Boxes BoxForm BoxFormFormatTypes BoxFrame BoxID BoxMargins BoxMatrix BoxRatios BoxRotation BoxRotationPoint BoxStyle BoxWhiskerChart Bra BracketingBar BraKet BrayCurtisDistance BreadthFirstScan Break Brown BrownForsytheTest BrownianBridgeProcess BrowserCategory BSplineBasis BSplineCurve BSplineCurve3DBox BSplineCurveBox BSplineCurveBoxOptions BSplineFunction BSplineSurface BSplineSurface3DBox BubbleChart BubbleChart3D BubbleScale BubbleSizes BulletGauge BusinessDayQ ButterflyGraph ButterworthFilterModel Button ButtonBar ButtonBox ButtonBoxOptions ButtonCell ButtonContents ButtonData ButtonEvaluator ButtonExpandable ButtonFrame ButtonFunction ButtonMargins ButtonMinHeight ButtonNote ButtonNotebook ButtonSource ButtonStyle ButtonStyleMenuListing Byte ByteCount ByteOrdering C CachedValue CacheGraphics CalendarData CalendarType CallPacket CanberraDistance Cancel CancelButton CandlestickChart Cap CapForm CapitalDifferentialD CardinalBSplineBasis CarmichaelLambda Cases Cashflow Casoratian Catalan CatalanNumber Catch CauchyDistribution CauchyWindow CayleyGraph CDF CDFDeploy CDFInformation CDFWavelet Ceiling Cell CellAutoOverwrite CellBaseline CellBoundingBox CellBracketOptions CellChangeTimes CellContents CellContext CellDingbat CellDynamicExpression CellEditDuplicate CellElementsBoundingBox CellElementSpacings CellEpilog CellEvaluationDuplicate CellEvaluationFunction CellEventActions CellFrame CellFrameColor CellFrameLabelMargins CellFrameLabels CellFrameMargins CellGroup CellGroupData CellGrouping CellGroupingRules CellHorizontalScrolling CellID CellLabel CellLabelAutoDelete CellLabelMargins CellLabelPositioning CellMargins CellObject CellOpen CellPrint CellProlog Cells CellSize CellStyle CellTags CellularAutomaton CensoredDistribution Censoring Center CenterDot CentralMoment CentralMomentGeneratingFunction CForm ChampernowneNumber ChanVeseBinarize Character CharacterEncoding CharacterEncodingsPath CharacteristicFunction CharacteristicPolynomial CharacterRange Characters ChartBaseStyle ChartElementData ChartElementDataFunction ChartElementFunction ChartElements ChartLabels ChartLayout ChartLegends ChartStyle Chebyshev1FilterModel Chebyshev2FilterModel ChebyshevDistance ChebyshevT ChebyshevU Check CheckAbort CheckAll Checkbox CheckboxBar CheckboxBox CheckboxBoxOptions ChemicalData ChessboardDistance ChiDistribution ChineseRemainder ChiSquareDistribution ChoiceButtons ChoiceDialog CholeskyDecomposition Chop Circle CircleBox CircleDot CircleMinus CirclePlus CircleTimes CirculantGraph CityData Clear ClearAll ClearAttributes ClearSystemCache ClebschGordan ClickPane Clip ClipboardNotebook ClipFill ClippingStyle ClipPlanes ClipRange Clock ClockGauge ClockwiseContourIntegral Close Closed CloseKernels ClosenessCentrality Closing ClosingAutoSave ClosingEvent ClusteringComponents CMYKColor Coarse Coefficient CoefficientArrays CoefficientDomain CoefficientList CoefficientRules CoifletWavelet Collect Colon ColonForm ColorCombine ColorConvert ColorData ColorDataFunction ColorFunction ColorFunctionScaling Colorize ColorNegate ColorOutput ColorProfileData ColorQuantize ColorReplace ColorRules ColorSelectorSettings ColorSeparate ColorSetter ColorSetterBox ColorSetterBoxOptions ColorSlider ColorSpace Column ColumnAlignments ColumnBackgrounds ColumnForm ColumnLines ColumnsEqual ColumnSpacings ColumnWidths CommonDefaultFormatTypes Commonest CommonestFilter CommonUnits CommunityBoundaryStyle CommunityGraphPlot CommunityLabels CommunityRegionStyle CompatibleUnitQ CompilationOptions CompilationTarget Compile Compiled CompiledFunction Complement CompleteGraph CompleteGraphQ CompleteKaryTree CompletionsListPacket Complex Complexes ComplexExpand ComplexInfinity ComplexityFunction ComponentMeasurements ComponentwiseContextMenu Compose ComposeList ComposeSeries Composition CompoundExpression CompoundPoissonDistribution CompoundPoissonProcess CompoundRenewalProcess Compress CompressedData Condition ConditionalExpression Conditioned Cone ConeBox ConfidenceLevel ConfidenceRange ConfidenceTransform ConfigurationPath Congruent Conjugate ConjugateTranspose Conjunction Connect ConnectedComponents ConnectedGraphQ ConnesWindow ConoverTest ConsoleMessage ConsoleMessagePacket ConsolePrint Constant ConstantArray Constants ConstrainedMax ConstrainedMin ContentPadding ContentsBoundingBox ContentSelectable ContentSize Context ContextMenu Contexts ContextToFilename ContextToFileName Continuation Continue ContinuedFraction ContinuedFractionK ContinuousAction ContinuousMarkovProcess ContinuousTimeModelQ ContinuousWaveletData ContinuousWaveletTransform ContourDetect ContourGraphics ContourIntegral ContourLabels ContourLines ContourPlot ContourPlot3D Contours ContourShading ContourSmoothing ContourStyle ContraharmonicMean Control ControlActive ControlAlignment ControllabilityGramian ControllabilityMatrix ControllableDecomposition ControllableModelQ ControllerDuration ControllerInformation ControllerInformationData ControllerLinking ControllerManipulate ControllerMethod ControllerPath ControllerState ControlPlacement ControlsRendering ControlType Convergents ConversionOptions ConversionRules ConvertToBitmapPacket ConvertToPostScript ConvertToPostScriptPacket Convolve ConwayGroupCo1 ConwayGroupCo2 ConwayGroupCo3 CoordinateChartData CoordinatesToolOptions CoordinateTransform CoordinateTransformData CoprimeQ Coproduct CopulaDistribution Copyable CopyDirectory CopyFile CopyTag CopyToClipboard CornerFilter CornerNeighbors Correlation CorrelationDistance CorrelationFunction CorrelationTest Cos Cosh CoshIntegral CosineDistance CosineWindow CosIntegral Cot Coth Count CounterAssignments CounterBox CounterBoxOptions CounterClockwiseContourIntegral CounterEvaluator CounterFunction CounterIncrements CounterStyle CounterStyleMenuListing CountRoots CountryData Covariance CovarianceEstimatorFunction CovarianceFunction CoxianDistribution CoxIngersollRossProcess CoxModel CoxModelFit CramerVonMisesTest CreateArchive CreateDialog CreateDirectory CreateDocument CreateIntermediateDirectories CreatePalette CreatePalettePacket CreateScheduledTask CreateTemporary CreateWindow CriticalityFailureImportance CriticalitySuccessImportance CriticalSection Cross CrossingDetect CrossMatrix Csc Csch CubeRoot Cubics Cuboid CuboidBox Cumulant CumulantGeneratingFunction Cup CupCap Curl CurlyDoubleQuote CurlyQuote CurrentImage CurrentlySpeakingPacket CurrentValue CurvatureFlowFilter CurveClosed Cyan CycleGraph CycleIndexPolynomial Cycles CyclicGroup Cyclotomic Cylinder CylinderBox CylindricalDecomposition D DagumDistribution DamerauLevenshteinDistance DampingFactor Darker Dashed Dashing DataCompression DataDistribution DataRange DataReversed Date DateDelimiters DateDifference DateFunction DateList DateListLogPlot DateListPlot DatePattern DatePlus DateRange DateString DateTicksFormat DaubechiesWavelet DavisDistribution DawsonF DayCount DayCountConvention DayMatchQ DayName DayPlus DayRange DayRound DeBruijnGraph Debug DebugTag Decimal DeclareKnownSymbols DeclarePackage Decompose Decrement DedekindEta Default DefaultAxesStyle DefaultBaseStyle DefaultBoxStyle DefaultButton DefaultColor DefaultControlPlacement DefaultDuplicateCellStyle DefaultDuration DefaultElement DefaultFaceGridsStyle DefaultFieldHintStyle DefaultFont DefaultFontProperties DefaultFormatType DefaultFormatTypeForStyle DefaultFrameStyle DefaultFrameTicksStyle DefaultGridLinesStyle DefaultInlineFormatType DefaultInputFormatType DefaultLabelStyle DefaultMenuStyle DefaultNaturalLanguage DefaultNewCellStyle DefaultNewInlineCellStyle DefaultNotebook DefaultOptions DefaultOutputFormatType DefaultStyle DefaultStyleDefinitions DefaultTextFormatType DefaultTextInlineFormatType DefaultTicksStyle DefaultTooltipStyle DefaultValues Defer DefineExternal DefineInputStreamMethod DefineOutputStreamMethod Definition Degree DegreeCentrality DegreeGraphDistribution DegreeLexicographic DegreeReverseLexicographic Deinitialization Del Deletable Delete DeleteBorderComponents DeleteCases DeleteContents DeleteDirectory DeleteDuplicates DeleteFile DeleteSmallComponents DeleteWithContents DeletionWarning Delimiter DelimiterFlashTime DelimiterMatching Delimiters Denominator DensityGraphics DensityHistogram DensityPlot DependentVariables Deploy Deployed Depth DepthFirstScan Derivative DerivativeFilter DescriptorStateSpace DesignMatrix Det DGaussianWavelet DiacriticalPositioning Diagonal DiagonalMatrix Dialog DialogIndent DialogInput DialogLevel DialogNotebook DialogProlog DialogReturn DialogSymbols Diamond DiamondMatrix DiceDissimilarity DictionaryLookup DifferenceDelta DifferenceOrder DifferenceRoot DifferenceRootReduce Differences DifferentialD DifferentialRoot DifferentialRootReduce DifferentiatorFilter DigitBlock DigitBlockMinimum DigitCharacter DigitCount DigitQ DihedralGroup Dilation Dimensions DiracComb DiracDelta DirectedEdge DirectedEdges DirectedGraph DirectedGraphQ DirectedInfinity Direction Directive Directory DirectoryName DirectoryQ DirectoryStack DirichletCharacter DirichletConvolve DirichletDistribution DirichletL DirichletTransform DirichletWindow DisableConsolePrintPacket DiscreteChirpZTransform DiscreteConvolve DiscreteDelta DiscreteHadamardTransform DiscreteIndicator DiscreteLQEstimatorGains DiscreteLQRegulatorGains DiscreteLyapunovSolve DiscreteMarkovProcess DiscretePlot DiscretePlot3D DiscreteRatio DiscreteRiccatiSolve DiscreteShift DiscreteTimeModelQ DiscreteUniformDistribution DiscreteVariables DiscreteWaveletData DiscreteWaveletPacketTransform DiscreteWaveletTransform Discriminant Disjunction Disk DiskBox DiskMatrix Dispatch DispersionEstimatorFunction Display DisplayAllSteps DisplayEndPacket DisplayFlushImagePacket DisplayForm DisplayFunction DisplayPacket DisplayRules DisplaySetSizePacket DisplayString DisplayTemporary DisplayWith DisplayWithRef DisplayWithVariable DistanceFunction DistanceTransform Distribute Distributed DistributedContexts DistributeDefinitions DistributionChart DistributionDomain DistributionFitTest DistributionParameterAssumptions DistributionParameterQ Dithering Div Divergence Divide DivideBy Dividers Divisible Divisors DivisorSigma DivisorSum DMSList DMSString Do DockedCells DocumentNotebook DominantColors DOSTextFormat Dot DotDashed DotEqual Dotted DoubleBracketingBar DoubleContourIntegral DoubleDownArrow DoubleLeftArrow DoubleLeftRightArrow DoubleLeftTee DoubleLongLeftArrow DoubleLongLeftRightArrow DoubleLongRightArrow DoubleRightArrow DoubleRightTee DoubleUpArrow DoubleUpDownArrow DoubleVerticalBar DoublyInfinite Down DownArrow DownArrowBar DownArrowUpArrow DownLeftRightVector DownLeftTeeVector DownLeftVector DownLeftVectorBar DownRightTeeVector DownRightVector DownRightVectorBar Downsample DownTee DownTeeArrow DownValues DragAndDrop DrawEdges DrawFrontFaces DrawHighlighted Drop DSolve Dt DualLinearProgramming DualSystemsModel DumpGet DumpSave DuplicateFreeQ Dynamic DynamicBox DynamicBoxOptions DynamicEvaluationTimeout DynamicLocation DynamicModule DynamicModuleBox DynamicModuleBoxOptions DynamicModuleParent DynamicModuleValues DynamicName DynamicNamespace DynamicReference DynamicSetting DynamicUpdating DynamicWrapper DynamicWrapperBox DynamicWrapperBoxOptions E EccentricityCentrality EdgeAdd EdgeBetweennessCentrality EdgeCapacity EdgeCapForm EdgeColor EdgeConnectivity EdgeCost EdgeCount EdgeCoverQ EdgeDashing EdgeDelete EdgeDetect EdgeForm EdgeIndex EdgeJoinForm EdgeLabeling EdgeLabels EdgeLabelStyle EdgeList EdgeOpacity EdgeQ EdgeRenderingFunction EdgeRules EdgeShapeFunction EdgeStyle EdgeThickness EdgeWeight Editable EditButtonSettings EditCellTagsSettings EditDistance EffectiveInterest Eigensystem Eigenvalues EigenvectorCentrality Eigenvectors Element ElementData Eliminate EliminationOrder EllipticE EllipticExp EllipticExpPrime EllipticF EllipticFilterModel EllipticK EllipticLog EllipticNomeQ EllipticPi EllipticReducedHalfPeriods EllipticTheta EllipticThetaPrime EmitSound EmphasizeSyntaxErrors EmpiricalDistribution Empty EmptyGraphQ EnableConsolePrintPacket Enabled Encode End EndAdd EndDialogPacket EndFrontEndInteractionPacket EndOfFile EndOfLine EndOfString EndPackage EngineeringForm Enter EnterExpressionPacket EnterTextPacket Entropy EntropyFilter Environment Epilog Equal EqualColumns EqualRows EqualTilde EquatedTo Equilibrium EquirippleFilterKernel Equivalent Erf Erfc Erfi ErlangB ErlangC ErlangDistribution Erosion ErrorBox ErrorBoxOptions ErrorNorm ErrorPacket ErrorsDialogSettings EstimatedDistribution EstimatedProcess EstimatorGains EstimatorRegulator EuclideanDistance EulerE EulerGamma EulerianGraphQ EulerPhi Evaluatable Evaluate Evaluated EvaluatePacket EvaluationCell EvaluationCompletionAction EvaluationElements EvaluationMode EvaluationMonitor EvaluationNotebook EvaluationObject EvaluationOrder Evaluator EvaluatorNames EvenQ EventData EventEvaluator EventHandler EventHandlerTag EventLabels ExactBlackmanWindow ExactNumberQ ExactRootIsolation ExampleData Except ExcludedForms ExcludePods Exclusions ExclusionsStyle Exists Exit ExitDialog Exp Expand ExpandAll ExpandDenominator ExpandFileName ExpandNumerator Expectation ExpectationE ExpectedValue ExpGammaDistribution ExpIntegralE ExpIntegralEi Exponent ExponentFunction ExponentialDistribution ExponentialFamily ExponentialGeneratingFunction ExponentialMovingAverage ExponentialPowerDistribution ExponentPosition ExponentStep Export ExportAutoReplacements ExportPacket ExportString Expression ExpressionCell ExpressionPacket ExpToTrig ExtendedGCD Extension ExtentElementFunction ExtentMarkers ExtentSize ExternalCall ExternalDataCharacterEncoding Extract ExtractArchive ExtremeValueDistribution FaceForm FaceGrids FaceGridsStyle Factor FactorComplete Factorial Factorial2 FactorialMoment FactorialMomentGeneratingFunction FactorialPower FactorInteger FactorList FactorSquareFree FactorSquareFreeList FactorTerms FactorTermsList Fail FailureDistribution False FARIMAProcess FEDisableConsolePrintPacket FeedbackSector FeedbackSectorStyle FeedbackType FEEnableConsolePrintPacket Fibonacci FieldHint FieldHintStyle FieldMasked FieldSize File FileBaseName FileByteCount FileDate FileExistsQ FileExtension FileFormat FileHash FileInformation FileName FileNameDepth FileNameDialogSettings FileNameDrop FileNameJoin FileNames FileNameSetter FileNameSplit FileNameTake FilePrint FileType FilledCurve FilledCurveBox Filling FillingStyle FillingTransform FilterRules FinancialBond FinancialData FinancialDerivative FinancialIndicator Find FindArgMax FindArgMin FindClique FindClusters FindCurvePath FindDistributionParameters FindDivisions FindEdgeCover FindEdgeCut FindEulerianCycle FindFaces FindFile FindFit FindGeneratingFunction FindGeoLocation FindGeometricTransform FindGraphCommunities FindGraphIsomorphism FindGraphPartition FindHamiltonianCycle FindIndependentEdgeSet FindIndependentVertexSet FindInstance FindIntegerNullVector FindKClan FindKClique FindKClub FindKPlex FindLibrary FindLinearRecurrence FindList FindMaximum FindMaximumFlow FindMaxValue FindMinimum FindMinimumCostFlow FindMinimumCut FindMinValue FindPermutation FindPostmanTour FindProcessParameters FindRoot FindSequenceFunction FindSettings FindShortestPath FindShortestTour FindThreshold FindVertexCover FindVertexCut Fine FinishDynamic FiniteAbelianGroupCount FiniteGroupCount FiniteGroupData First FirstPassageTimeDistribution FischerGroupFi22 FischerGroupFi23 FischerGroupFi24Prime FisherHypergeometricDistribution FisherRatioTest FisherZDistribution Fit FitAll FittedModel FixedPoint FixedPointList FlashSelection Flat Flatten FlattenAt FlatTopWindow FlipView Floor FlushPrintOutputPacket Fold FoldList Font FontColor FontFamily FontForm FontName FontOpacity FontPostScriptName FontProperties FontReencoding FontSize FontSlant FontSubstitutions FontTracking FontVariations FontWeight For ForAll Format FormatRules FormatType FormatTypeAutoConvert FormatValues FormBox FormBoxOptions FortranForm Forward ForwardBackward Fourier FourierCoefficient FourierCosCoefficient FourierCosSeries FourierCosTransform FourierDCT FourierDCTFilter FourierDCTMatrix FourierDST FourierDSTMatrix FourierMatrix FourierParameters FourierSequenceTransform FourierSeries FourierSinCoefficient FourierSinSeries FourierSinTransform FourierTransform FourierTrigSeries FractionalBrownianMotionProcess FractionalPart FractionBox FractionBoxOptions FractionLine Frame FrameBox FrameBoxOptions Framed FrameInset FrameLabel Frameless FrameMargins FrameStyle FrameTicks FrameTicksStyle FRatioDistribution FrechetDistribution FreeQ FrequencySamplingFilterKernel FresnelC FresnelS Friday FrobeniusNumber FrobeniusSolve FromCharacterCode FromCoefficientRules FromContinuedFraction FromDate FromDigits FromDMS Front FrontEndDynamicExpression FrontEndEventActions FrontEndExecute FrontEndObject FrontEndResource FrontEndResourceString FrontEndStackSize FrontEndToken FrontEndTokenExecute FrontEndValueCache FrontEndVersion FrontFaceColor FrontFaceOpacity Full FullAxes FullDefinition FullForm FullGraphics FullOptions FullSimplify Function FunctionExpand FunctionInterpolation FunctionSpace FussellVeselyImportance GaborFilter GaborMatrix GaborWavelet GainMargins GainPhaseMargins Gamma GammaDistribution GammaRegularized GapPenalty Gather GatherBy GaugeFaceElementFunction GaugeFaceStyle GaugeFrameElementFunction GaugeFrameSize GaugeFrameStyle GaugeLabels GaugeMarkers GaugeStyle GaussianFilter GaussianIntegers GaussianMatrix GaussianWindow GCD GegenbauerC General GeneralizedLinearModelFit GenerateConditions GeneratedCell GeneratedParameters GeneratingFunction Generic GenericCylindricalDecomposition GenomeData GenomeLookup GeodesicClosing GeodesicDilation GeodesicErosion GeodesicOpening GeoDestination GeodesyData GeoDirection GeoDistance GeoGridPosition GeometricBrownianMotionProcess GeometricDistribution GeometricMean GeometricMeanFilter GeometricTransformation GeometricTransformation3DBox GeometricTransformation3DBoxOptions GeometricTransformationBox GeometricTransformationBoxOptions GeoPosition GeoPositionENU GeoPositionXYZ GeoProjectionData GestureHandler GestureHandlerTag Get GetBoundingBoxSizePacket GetContext GetEnvironment GetFileName GetFrontEndOptionsDataPacket GetLinebreakInformationPacket GetMenusPacket GetPageBreakInformationPacket Glaisher GlobalClusteringCoefficient GlobalPreferences GlobalSession Glow GoldenRatio GompertzMakehamDistribution GoodmanKruskalGamma GoodmanKruskalGammaTest Goto Grad Gradient GradientFilter GradientOrientationFilter Graph GraphAssortativity GraphCenter GraphComplement GraphData GraphDensity GraphDiameter GraphDifference GraphDisjointUnion GraphDistance GraphDistanceMatrix GraphElementData GraphEmbedding GraphHighlight GraphHighlightStyle GraphHub Graphics Graphics3D Graphics3DBox Graphics3DBoxOptions GraphicsArray GraphicsBaseline GraphicsBox GraphicsBoxOptions GraphicsColor GraphicsColumn GraphicsComplex GraphicsComplex3DBox GraphicsComplex3DBoxOptions GraphicsComplexBox GraphicsComplexBoxOptions GraphicsContents GraphicsData GraphicsGrid GraphicsGridBox GraphicsGroup GraphicsGroup3DBox GraphicsGroup3DBoxOptions GraphicsGroupBox GraphicsGroupBoxOptions GraphicsGrouping GraphicsHighlightColor GraphicsRow GraphicsSpacing GraphicsStyle GraphIntersection GraphLayout GraphLinkEfficiency GraphPeriphery GraphPlot GraphPlot3D GraphPower GraphPropertyDistribution GraphQ GraphRadius GraphReciprocity GraphRoot GraphStyle GraphUnion Gray GrayLevel GreatCircleDistance Greater GreaterEqual GreaterEqualLess GreaterFullEqual GreaterGreater GreaterLess GreaterSlantEqual GreaterTilde Green Grid GridBaseline GridBox GridBoxAlignment GridBoxBackground GridBoxDividers GridBoxFrame GridBoxItemSize GridBoxItemStyle GridBoxOptions GridBoxSpacings GridCreationSettings GridDefaultElement GridElementStyleOptions GridFrame GridFrameMargins GridGraph GridLines GridLinesStyle GroebnerBasis GroupActionBase GroupCentralizer GroupElementFromWord GroupElementPosition GroupElementQ GroupElements GroupElementToWord GroupGenerators GroupMultiplicationTable GroupOrbits GroupOrder GroupPageBreakWithin GroupSetwiseStabilizer GroupStabilizer GroupStabilizerChain Gudermannian GumbelDistribution HaarWavelet HadamardMatrix HalfNormalDistribution HamiltonianGraphQ HammingDistance HammingWindow HankelH1 HankelH2 HankelMatrix HannPoissonWindow HannWindow HaradaNortonGroupHN HararyGraph HarmonicMean HarmonicMeanFilter HarmonicNumber Hash HashTable Haversine HazardFunction Head HeadCompose Heads HeavisideLambda HeavisidePi HeavisideTheta HeldGroupHe HeldPart HelpBrowserLookup HelpBrowserNotebook HelpBrowserSettings HermiteDecomposition HermiteH HermitianMatrixQ HessenbergDecomposition Hessian HexadecimalCharacter Hexahedron HexahedronBox HexahedronBoxOptions HiddenSurface HighlightGraph HighlightImage HighpassFilter HigmanSimsGroupHS HilbertFilter HilbertMatrix Histogram Histogram3D HistogramDistribution HistogramList HistogramTransform HistogramTransformInterpolation HitMissTransform HITSCentrality HodgeDual HoeffdingD HoeffdingDTest Hold HoldAll HoldAllComplete HoldComplete HoldFirst HoldForm HoldPattern HoldRest HolidayCalendar HomeDirectory HomePage Horizontal HorizontalForm HorizontalGauge HorizontalScrollPosition HornerForm HotellingTSquareDistribution HoytDistribution HTMLSave Hue HumpDownHump HumpEqual HurwitzLerchPhi HurwitzZeta HyperbolicDistribution HypercubeGraph HyperexponentialDistribution Hyperfactorial Hypergeometric0F1 Hypergeometric0F1Regularized Hypergeometric1F1 Hypergeometric1F1Regularized Hypergeometric2F1 Hypergeometric2F1Regularized HypergeometricDistribution HypergeometricPFQ HypergeometricPFQRegularized HypergeometricU Hyperlink HyperlinkCreationSettings Hyphenation HyphenationOptions HypoexponentialDistribution HypothesisTestData I Identity IdentityMatrix If IgnoreCase Im Image Image3D Image3DSlices ImageAccumulate ImageAdd ImageAdjust ImageAlign ImageApply ImageAspectRatio ImageAssemble ImageCache ImageCacheValid ImageCapture ImageChannels ImageClip ImageColorSpace ImageCompose ImageConvolve ImageCooccurrence ImageCorners ImageCorrelate ImageCorrespondingPoints ImageCrop ImageData ImageDataPacket ImageDeconvolve ImageDemosaic ImageDifference ImageDimensions ImageDistance ImageEffect ImageFeatureTrack ImageFileApply ImageFileFilter ImageFileScan ImageFilter ImageForestingComponents ImageForwardTransformation ImageHistogram ImageKeypoints ImageLevels ImageLines ImageMargins ImageMarkers ImageMeasurements ImageMultiply ImageOffset ImagePad ImagePadding ImagePartition ImagePeriodogram ImagePerspectiveTransformation ImageQ ImageRangeCache ImageReflect ImageRegion ImageResize ImageResolution ImageRotate ImageRotated ImageScaled ImageScan ImageSize ImageSizeAction ImageSizeCache ImageSizeMultipliers ImageSizeRaw ImageSubtract ImageTake ImageTransformation ImageTrim ImageType ImageValue ImageValuePositions Implies Import ImportAutoReplacements ImportString ImprovementImportance In IncidenceGraph IncidenceList IncidenceMatrix IncludeConstantBasis IncludeFileExtension IncludePods IncludeSingularTerm Increment Indent IndentingNewlineSpacings IndentMaxFraction IndependenceTest IndependentEdgeSetQ IndependentUnit IndependentVertexSetQ Indeterminate IndexCreationOptions Indexed IndexGraph IndexTag Inequality InexactNumberQ InexactNumbers Infinity Infix Information Inherited InheritScope Initialization InitializationCell InitializationCellEvaluation InitializationCellWarning InlineCounterAssignments InlineCounterIncrements InlineRules Inner Inpaint Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOptions InputForm InputGrouping InputNamePacket InputNotebook InputPacket InputSettings InputStream InputString InputStringPacket InputToBoxFormPacket Insert InsertionPointObject InsertResults Inset Inset3DBox Inset3DBoxOptions InsetBox InsetBoxOptions Install InstallService InString Integer IntegerDigits IntegerExponent IntegerLength IntegerPart IntegerPartitions IntegerQ Integers IntegerString Integral Integrate Interactive InteractiveTradingChart Interlaced Interleaving InternallyBalancedDecomposition InterpolatingFunction InterpolatingPolynomial Interpolation InterpolationOrder InterpolationPoints InterpolationPrecision Interpretation InterpretationBox InterpretationBoxOptions InterpretationFunction InterpretTemplate InterquartileRange Interrupt InterruptSettings Intersection Interval IntervalIntersection IntervalMemberQ IntervalUnion Inverse InverseBetaRegularized InverseCDF InverseChiSquareDistribution InverseContinuousWaveletTransform InverseDistanceTransform InverseEllipticNomeQ InverseErf InverseErfc InverseFourier InverseFourierCosTransform InverseFourierSequenceTransform InverseFourierSinTransform InverseFourierTransform InverseFunction InverseFunctions InverseGammaDistribution InverseGammaRegularized InverseGaussianDistribution InverseGudermannian InverseHaversine InverseJacobiCD InverseJacobiCN InverseJacobiCS InverseJacobiDC InverseJacobiDN InverseJacobiDS InverseJacobiNC InverseJacobiND InverseJacobiNS InverseJacobiSC InverseJacobiSD InverseJacobiSN InverseLaplaceTransform InversePermutation InverseRadon InverseSeries InverseSurvivalFunction InverseWaveletTransform InverseWeierstrassP InverseZTransform Invisible InvisibleApplication InvisibleTimes IrreduciblePolynomialQ IsolatingInterval IsomorphicGraphQ IsotopeData Italic Item ItemBox ItemBoxOptions ItemSize ItemStyle ItoProcess JaccardDissimilarity JacobiAmplitude Jacobian JacobiCD JacobiCN JacobiCS JacobiDC JacobiDN JacobiDS JacobiNC JacobiND JacobiNS JacobiP JacobiSC JacobiSD JacobiSN JacobiSymbol JacobiZeta JankoGroupJ1 JankoGroupJ2 JankoGroupJ3 JankoGroupJ4 JarqueBeraALMTest JohnsonDistribution Join Joined JoinedCurve JoinedCurveBox JoinForm JordanDecomposition JordanModelDecomposition K KagiChart KaiserBesselWindow KaiserWindow KalmanEstimator KalmanFilter KarhunenLoeveDecomposition KaryTree KatzCentrality KCoreComponents KDistribution KelvinBei KelvinBer KelvinKei KelvinKer KendallTau KendallTauTest KernelExecute KernelMixtureDistribution KernelObject Kernels Ket Khinchin KirchhoffGraph KirchhoffMatrix KleinInvariantJ KnightTourGraph KnotData KnownUnitQ KolmogorovSmirnovTest KroneckerDelta KroneckerModelDecomposition KroneckerProduct KroneckerSymbol KuiperTest KumaraswamyDistribution Kurtosis KuwaharaFilter Label Labeled LabeledSlider LabelingFunction LabelStyle LaguerreL LambdaComponents LambertW LanczosWindow LandauDistribution Language LanguageCategory LaplaceDistribution LaplaceTransform Laplacian LaplacianFilter LaplacianGaussianFilter Large Larger Last Latitude LatitudeLongitude LatticeData LatticeReduce Launch LaunchKernels LayeredGraphPlot LayerSizeFunction LayoutInformation LCM LeafCount LeapYearQ LeastSquares LeastSquaresFilterKernel Left LeftArrow LeftArrowBar LeftArrowRightArrow LeftDownTeeVector LeftDownVector LeftDownVectorBar LeftRightArrow LeftRightVector LeftTee LeftTeeArrow LeftTeeVector LeftTriangle LeftTriangleBar LeftTriangleEqual LeftUpDownVector LeftUpTeeVector LeftUpVector LeftUpVectorBar LeftVector LeftVectorBar LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType Length LengthWhile LerchPhi Less LessEqual LessEqualGreater LessFullEqual LessGreater LessLess LessSlantEqual LessTilde LetterCharacter LetterQ Level LeveneTest LeviCivitaTensor LevyDistribution Lexicographic LibraryFunction LibraryFunctionError LibraryFunctionInformation LibraryFunctionLoad LibraryFunctionUnload LibraryLoad LibraryUnload LicenseID LiftingFilterData LiftingWaveletTransform LightBlue LightBrown LightCyan Lighter LightGray LightGreen Lighting LightingAngle LightMagenta LightOrange LightPink LightPurple LightRed LightSources LightYellow Likelihood Limit LimitsPositioning LimitsPositioningTokens LindleyDistribution Line Line3DBox LinearFilter LinearFractionalTransform LinearModelFit LinearOffsetFunction LinearProgramming LinearRecurrence LinearSolve LinearSolveFunction LineBox LineBreak LinebreakAdjustments LineBreakChart LineBreakWithin LineColor LineForm LineGraph LineIndent LineIndentMaxFraction LineIntegralConvolutionPlot LineIntegralConvolutionScale LineLegend LineOpacity LineSpacing LineWrapParts LinkActivate LinkClose LinkConnect LinkConnectedQ LinkCreate LinkError LinkFlush LinkFunction LinkHost LinkInterrupt LinkLaunch LinkMode LinkObject LinkOpen LinkOptions LinkPatterns LinkProtocol LinkRead LinkReadHeld LinkReadyQ Links LinkWrite LinkWriteHeld LiouvilleLambda List Listable ListAnimate ListContourPlot ListContourPlot3D ListConvolve ListCorrelate ListCurvePathPlot ListDeconvolve ListDensityPlot Listen ListFourierSequenceTransform ListInterpolation ListLineIntegralConvolutionPlot ListLinePlot ListLogLinearPlot ListLogLogPlot ListLogPlot ListPicker ListPickerBox ListPickerBoxBackground ListPickerBoxOptions ListPlay ListPlot ListPlot3D ListPointPlot3D ListPolarPlot ListQ ListStreamDensityPlot ListStreamPlot ListSurfacePlot3D ListVectorDensityPlot ListVectorPlot ListVectorPlot3D ListZTransform Literal LiteralSearch LocalClusteringCoefficient LocalizeVariables LocationEquivalenceTest LocationTest Locator LocatorAutoCreate LocatorBox LocatorBoxOptions LocatorCentering LocatorPane LocatorPaneBox LocatorPaneBoxOptions LocatorRegion Locked Log Log10 Log2 LogBarnesG LogGamma LogGammaDistribution LogicalExpand LogIntegral LogisticDistribution LogitModelFit LogLikelihood LogLinearPlot LogLogisticDistribution LogLogPlot LogMultinormalDistribution LogNormalDistribution LogPlot LogRankTest LogSeriesDistribution LongEqual Longest LongestAscendingSequence LongestCommonSequence LongestCommonSequencePositions LongestCommonSubsequence LongestCommonSubsequencePositions LongestMatch LongForm Longitude LongLeftArrow LongLeftRightArrow LongRightArrow Loopback LoopFreeGraphQ LowerCaseQ LowerLeftArrow LowerRightArrow LowerTriangularize LowpassFilter LQEstimatorGains LQGRegulator LQOutputRegulatorGains LQRegulatorGains LUBackSubstitution LucasL LuccioSamiComponents LUDecomposition LyapunovSolve LyonsGroupLy MachineID MachineName MachineNumberQ MachinePrecision MacintoshSystemPageSetup Magenta Magnification Magnify MainSolve MaintainDynamicCaches Majority MakeBoxes MakeExpression MakeRules MangoldtLambda ManhattanDistance Manipulate Manipulator MannWhitneyTest MantissaExponent Manual Map MapAll MapAt MapIndexed MAProcess MapThread MarcumQ MardiaCombinedTest MardiaKurtosisTest MardiaSkewnessTest MarginalDistribution MarkovProcessProperties Masking MatchingDissimilarity MatchLocalNameQ MatchLocalNames MatchQ Material MathematicaNotation MathieuC MathieuCharacteristicA MathieuCharacteristicB MathieuCharacteristicExponent MathieuCPrime MathieuGroupM11 MathieuGroupM12 MathieuGroupM22 MathieuGroupM23 MathieuGroupM24 MathieuS MathieuSPrime MathMLForm MathMLText Matrices MatrixExp MatrixForm MatrixFunction MatrixLog MatrixPlot MatrixPower MatrixQ MatrixRank Max MaxBend MaxDetect MaxExtraBandwidths MaxExtraConditions MaxFeatures MaxFilter Maximize MaxIterations MaxMemoryUsed MaxMixtureKernels MaxPlotPoints MaxPoints MaxRecursion MaxStableDistribution MaxStepFraction MaxSteps MaxStepSize MaxValue MaxwellDistribution McLaughlinGroupMcL Mean MeanClusteringCoefficient MeanDegreeConnectivity MeanDeviation MeanFilter MeanGraphDistance MeanNeighborDegree MeanShift MeanShiftFilter Median MedianDeviation MedianFilter Medium MeijerG MeixnerDistribution MemberQ MemoryConstrained MemoryInUse Menu MenuAppearance MenuCommandKey MenuEvaluator MenuItem MenuPacket MenuSortingValue MenuStyle MenuView MergeDifferences Mesh MeshFunctions MeshRange MeshShading MeshStyle Message MessageDialog MessageList MessageName MessageOptions MessagePacket Messages MessagesNotebook MetaCharacters MetaInformation Method MethodOptions MexicanHatWavelet MeyerWavelet Min MinDetect MinFilter MinimalPolynomial MinimalStateSpaceModel Minimize Minors MinRecursion MinSize MinStableDistribution Minus MinusPlus MinValue Missing MissingDataMethod MittagLefflerE MixedRadix MixedRadixQuantity MixtureDistribution Mod Modal Mode Modular ModularLambda Module Modulus MoebiusMu Moment Momentary MomentConvert MomentEvaluate MomentGeneratingFunction Monday Monitor MonomialList MonomialOrder MonsterGroupM MorletWavelet MorphologicalBinarize MorphologicalBranchPoints MorphologicalComponents MorphologicalEulerNumber MorphologicalGraph MorphologicalPerimeter MorphologicalTransform Most MouseAnnotation MouseAppearance MouseAppearanceTag MouseButtons Mouseover MousePointerNote MousePosition MovingAverage MovingMedian MoyalDistribution MultiedgeStyle MultilaunchWarning MultiLetterItalics MultiLetterStyle MultilineFunction Multinomial MultinomialDistribution MultinormalDistribution MultiplicativeOrder Multiplicity Multiselection MultivariateHypergeometricDistribution MultivariatePoissonDistribution MultivariateTDistribution N NakagamiDistribution NameQ Names NamespaceBox Nand NArgMax NArgMin NBernoulliB NCache NDSolve NDSolveValue Nearest NearestFunction NeedCurrentFrontEndPackagePacket NeedCurrentFrontEndSymbolsPacket NeedlemanWunschSimilarity Needs Negative NegativeBinomialDistribution NegativeMultinomialDistribution NeighborhoodGraph Nest NestedGreaterGreater NestedLessLess NestedScriptRules NestList NestWhile NestWhileList NevilleThetaC NevilleThetaD NevilleThetaN NevilleThetaS NewPrimitiveStyle NExpectation Next NextPrime NHoldAll NHoldFirst NHoldRest NicholsGridLines NicholsPlot NIntegrate NMaximize NMaxValue NMinimize NMinValue NominalVariables NonAssociative NoncentralBetaDistribution NoncentralChiSquareDistribution NoncentralFRatioDistribution NoncentralStudentTDistribution NonCommutativeMultiply NonConstants None NonlinearModelFit NonlocalMeansFilter NonNegative NonPositive Nor NorlundB Norm Normal NormalDistribution NormalGrouping Normalize NormalizedSquaredEuclideanDistance NormalsFunction NormFunction Not NotCongruent NotCupCap NotDoubleVerticalBar Notebook NotebookApply NotebookAutoSave NotebookClose NotebookConvertSettings NotebookCreate NotebookCreateReturnObject NotebookDefault NotebookDelete NotebookDirectory NotebookDynamicExpression NotebookEvaluate NotebookEventActions NotebookFileName NotebookFind NotebookFindReturnObject NotebookGet NotebookGetLayoutInformationPacket NotebookGetMisspellingsPacket NotebookInformation NotebookInterfaceObject NotebookLocate NotebookObject NotebookOpen NotebookOpenReturnObject NotebookPath NotebookPrint NotebookPut NotebookPutReturnObject NotebookRead NotebookResetGeneratedCells Notebooks NotebookSave NotebookSaveAs NotebookSelection NotebookSetupLayoutInformationPacket NotebooksMenu NotebookWrite NotElement NotEqualTilde NotExists NotGreater NotGreaterEqual NotGreaterFullEqual NotGreaterGreater NotGreaterLess NotGreaterSlantEqual NotGreaterTilde NotHumpDownHump NotHumpEqual NotLeftTriangle NotLeftTriangleBar NotLeftTriangleEqual NotLess NotLessEqual NotLessFullEqual NotLessGreater NotLessLess NotLessSlantEqual NotLessTilde NotNestedGreaterGreater NotNestedLessLess NotPrecedes NotPrecedesEqual NotPrecedesSlantEqual NotPrecedesTilde NotReverseElement NotRightTriangle NotRightTriangleBar NotRightTriangleEqual NotSquareSubset NotSquareSubsetEqual NotSquareSuperset NotSquareSupersetEqual NotSubset NotSubsetEqual NotSucceeds NotSucceedsEqual NotSucceedsSlantEqual NotSucceedsTilde NotSuperset NotSupersetEqual NotTilde NotTildeEqual NotTildeFullEqual NotTildeTilde NotVerticalBar NProbability NProduct NProductFactors NRoots NSolve NSum NSumTerms Null NullRecords NullSpace NullWords Number NumberFieldClassNumber NumberFieldDiscriminant NumberFieldFundamentalUnits NumberFieldIntegralBasis NumberFieldNormRepresentatives NumberFieldRegulator NumberFieldRootsOfUnity NumberFieldSignature NumberForm NumberFormat NumberMarks NumberMultiplier NumberPadding NumberPoint NumberQ NumberSeparator NumberSigns NumberString Numerator NumericFunction NumericQ NuttallWindow NValues NyquistGridLines NyquistPlot O ObservabilityGramian ObservabilityMatrix ObservableDecomposition ObservableModelQ OddQ Off Offset OLEData On ONanGroupON OneIdentity Opacity Open OpenAppend Opener OpenerBox OpenerBoxOptions OpenerView OpenFunctionInspectorPacket Opening OpenRead OpenSpecialOptions OpenTemporary OpenWrite Operate OperatingSystem OptimumFlowData Optional OptionInspectorSettings OptionQ Options OptionsPacket OptionsPattern OptionValue OptionValueBox OptionValueBoxOptions Or Orange Order OrderDistribution OrderedQ Ordering Orderless OrnsteinUhlenbeckProcess Orthogonalize Out Outer OutputAutoOverwrite OutputControllabilityMatrix OutputControllableModelQ OutputForm OutputFormData OutputGrouping OutputMathEditExpression OutputNamePacket OutputResponse OutputSizeLimit OutputStream Over OverBar OverDot Overflow OverHat Overlaps Overlay OverlayBox OverlayBoxOptions Overscript OverscriptBox OverscriptBoxOptions OverTilde OverVector OwenT OwnValues PackingMethod PaddedForm Padding PadeApproximant PadLeft PadRight PageBreakAbove PageBreakBelow PageBreakWithin PageFooterLines PageFooters PageHeaderLines PageHeaders PageHeight PageRankCentrality PageWidth PairedBarChart PairedHistogram PairedSmoothHistogram PairedTTest PairedZTest PaletteNotebook PalettePath Pane PaneBox PaneBoxOptions Panel PanelBox PanelBoxOptions Paneled PaneSelector PaneSelectorBox PaneSelectorBoxOptions PaperWidth ParabolicCylinderD ParagraphIndent ParagraphSpacing ParallelArray ParallelCombine ParallelDo ParallelEvaluate Parallelization Parallelize ParallelMap ParallelNeeds ParallelProduct ParallelSubmit ParallelSum ParallelTable ParallelTry Parameter ParameterEstimator ParameterMixtureDistribution ParameterVariables ParametricFunction ParametricNDSolve ParametricNDSolveValue ParametricPlot ParametricPlot3D ParentConnect ParentDirectory ParentForm Parenthesize ParentList ParetoDistribution Part PartialCorrelationFunction PartialD ParticleData Partition PartitionsP PartitionsQ ParzenWindow PascalDistribution PassEventsDown PassEventsUp Paste PasteBoxFormInlineCells PasteButton Path PathGraph PathGraphQ Pattern PatternSequence PatternTest PauliMatrix PaulWavelet Pause PausedTime PDF PearsonChiSquareTest PearsonCorrelationTest PearsonDistribution PerformanceGoal PeriodicInterpolation Periodogram PeriodogramArray PermutationCycles PermutationCyclesQ PermutationGroup PermutationLength PermutationList PermutationListQ PermutationMax PermutationMin PermutationOrder PermutationPower PermutationProduct PermutationReplace Permutations PermutationSupport Permute PeronaMalikFilter Perpendicular PERTDistribution PetersenGraph PhaseMargins Pi Pick PIDData PIDDerivativeFilter PIDFeedforward PIDTune Piecewise PiecewiseExpand PieChart PieChart3D PillaiTrace PillaiTraceTest Pink Pivoting PixelConstrained PixelValue PixelValuePositions Placed Placeholder PlaceholderReplace Plain PlanarGraphQ Play PlayRange Plot Plot3D Plot3Matrix PlotDivision PlotJoined PlotLabel PlotLayout PlotLegends PlotMarkers PlotPoints PlotRange PlotRangeClipping PlotRangePadding PlotRegion PlotStyle Plus PlusMinus Pochhammer PodStates PodWidth Point Point3DBox PointBox PointFigureChart PointForm PointLegend PointSize PoissonConsulDistribution PoissonDistribution PoissonProcess PoissonWindow PolarAxes PolarAxesOrigin PolarGridLines PolarPlot PolarTicks PoleZeroMarkers PolyaAeppliDistribution PolyGamma Polygon Polygon3DBox Polygon3DBoxOptions PolygonBox PolygonBoxOptions PolygonHoleScale PolygonIntersections PolygonScale PolyhedronData PolyLog PolynomialExtendedGCD PolynomialForm PolynomialGCD PolynomialLCM PolynomialMod PolynomialQ PolynomialQuotient PolynomialQuotientRemainder PolynomialReduce PolynomialRemainder Polynomials PopupMenu PopupMenuBox PopupMenuBoxOptions PopupView PopupWindow Position Positive PositiveDefiniteMatrixQ PossibleZeroQ Postfix PostScript Power PowerDistribution PowerExpand PowerMod PowerModList PowerSpectralDensity PowersRepresentations PowerSymmetricPolynomial Precedence PrecedenceForm Precedes PrecedesEqual PrecedesSlantEqual PrecedesTilde Precision PrecisionGoal PreDecrement PredictionRoot PreemptProtect PreferencesPath Prefix PreIncrement Prepend PrependTo PreserveImageOptions Previous PriceGraphDistribution PrimaryPlaceholder Prime PrimeNu PrimeOmega PrimePi PrimePowerQ PrimeQ Primes PrimeZetaP PrimitiveRoot PrincipalComponents PrincipalValue Print PrintAction PrintForm PrintingCopies PrintingOptions PrintingPageRange PrintingStartingPageNumber PrintingStyleEnvironment PrintPrecision PrintTemporary Prism PrismBox PrismBoxOptions PrivateCellOptions PrivateEvaluationOptions PrivateFontOptions PrivateFrontEndOptions PrivateNotebookOptions PrivatePaths Probability ProbabilityDistribution ProbabilityPlot ProbabilityPr ProbabilityScalePlot ProbitModelFit ProcessEstimator ProcessParameterAssumptions ProcessParameterQ ProcessStateDomain ProcessTimeDomain Product ProductDistribution ProductLog ProgressIndicator ProgressIndicatorBox ProgressIndicatorBoxOptions Projection Prolog PromptForm Properties Property PropertyList PropertyValue Proportion Proportional Protect Protected ProteinData Pruning PseudoInverse Purple Put PutAppend Pyramid PyramidBox PyramidBoxOptions QBinomial QFactorial QGamma QHypergeometricPFQ QPochhammer QPolyGamma QRDecomposition QuadraticIrrationalQ Quantile QuantilePlot Quantity QuantityForm QuantityMagnitude QuantityQ QuantityUnit Quartics QuartileDeviation Quartiles QuartileSkewness QueueingNetworkProcess QueueingProcess QueueProperties Quiet Quit Quotient QuotientRemainder RadialityCentrality RadicalBox RadicalBoxOptions RadioButton RadioButtonBar RadioButtonBox RadioButtonBoxOptions Radon RamanujanTau RamanujanTauL RamanujanTauTheta RamanujanTauZ Random RandomChoice RandomComplex RandomFunction RandomGraph RandomImage RandomInteger RandomPermutation RandomPrime RandomReal RandomSample RandomSeed RandomVariate RandomWalkProcess Range RangeFilter RangeSpecification RankedMax RankedMin Raster Raster3D Raster3DBox Raster3DBoxOptions RasterArray RasterBox RasterBoxOptions Rasterize RasterSize Rational RationalFunctions Rationalize Rationals Ratios Raw RawArray RawBoxes RawData RawMedium RayleighDistribution Re Read ReadList ReadProtected Real RealBlockDiagonalForm RealDigits RealExponent Reals Reap Record RecordLists RecordSeparators Rectangle RectangleBox RectangleBoxOptions RectangleChart RectangleChart3D RecurrenceFilter RecurrenceTable RecurringDigitsForm Red Reduce RefBox ReferenceLineStyle ReferenceMarkers ReferenceMarkerStyle Refine ReflectionMatrix ReflectionTransform Refresh RefreshRate RegionBinarize RegionFunction RegionPlot RegionPlot3D RegularExpression Regularization Reinstall Release ReleaseHold ReliabilityDistribution ReliefImage ReliefPlot Remove RemoveAlphaChannel RemoveAsynchronousTask Removed RemoveInputStreamMethod RemoveOutputStreamMethod RemoveProperty RemoveScheduledTask RenameDirectory RenameFile RenderAll RenderingOptions RenewalProcess RenkoChart Repeated RepeatedNull RepeatedString Replace ReplaceAll ReplaceHeldPart ReplaceImageValue ReplaceList ReplacePart ReplacePixelValue ReplaceRepeated Resampling Rescale RescalingTransform ResetDirectory ResetMenusPacket ResetScheduledTask Residue Resolve Rest Resultant ResumePacket Return ReturnExpressionPacket ReturnInputFormPacket ReturnPacket ReturnTextPacket Reverse ReverseBiorthogonalSplineWavelet ReverseElement ReverseEquilibrium ReverseGraph ReverseUpEquilibrium RevolutionAxis RevolutionPlot3D RGBColor RiccatiSolve RiceDistribution RidgeFilter RiemannR RiemannSiegelTheta RiemannSiegelZ Riffle Right RightArrow RightArrowBar RightArrowLeftArrow RightCosetRepresentative RightDownTeeVector RightDownVector RightDownVectorBar RightTee RightTeeArrow RightTeeVector RightTriangle RightTriangleBar RightTriangleEqual RightUpDownVector RightUpTeeVector RightUpVector RightUpVectorBar RightVector RightVectorBar RiskAchievementImportance RiskReductionImportance RogersTanimotoDissimilarity Root RootApproximant RootIntervals RootLocusPlot RootMeanSquare RootOfUnityQ RootReduce Roots RootSum Rotate RotateLabel RotateLeft RotateRight RotationAction RotationBox RotationBoxOptions RotationMatrix RotationTransform Round RoundImplies RoundingRadius Row RowAlignments RowBackgrounds RowBox RowHeights RowLines RowMinHeight RowReduce RowsEqual RowSpacings RSolve RudvalisGroupRu Rule RuleCondition RuleDelayed RuleForm RulerUnits Run RunScheduledTask RunThrough RuntimeAttributes RuntimeOptions RussellRaoDissimilarity SameQ SameTest SampleDepth SampledSoundFunction SampledSoundList SampleRate SamplingPeriod SARIMAProcess SARMAProcess SatisfiabilityCount SatisfiabilityInstances SatisfiableQ Saturday Save Saveable SaveAutoDelete SaveDefinitions SawtoothWave Scale Scaled ScaleDivisions ScaledMousePosition ScaleOrigin ScalePadding ScaleRanges ScaleRangeStyle ScalingFunctions ScalingMatrix ScalingTransform Scan ScheduledTaskActiveQ ScheduledTaskData ScheduledTaskObject ScheduledTasks SchurDecomposition ScientificForm ScreenRectangle ScreenStyleEnvironment ScriptBaselineShifts ScriptLevel ScriptMinSize ScriptRules ScriptSizeMultipliers Scrollbars ScrollingOptions ScrollPosition Sec Sech SechDistribution SectionGrouping SectorChart SectorChart3D SectorOrigin SectorSpacing SeedRandom Select Selectable SelectComponents SelectedCells SelectedNotebook Selection SelectionAnimate SelectionCell SelectionCellCreateCell SelectionCellDefaultStyle SelectionCellParentStyle SelectionCreateCell SelectionDebuggerTag SelectionDuplicateCell SelectionEvaluate SelectionEvaluateCreateCell SelectionMove SelectionPlaceholder SelectionSetStyle SelectWithContents SelfLoops SelfLoopStyle SemialgebraicComponentInstances SendMail Sequence SequenceAlignment SequenceForm SequenceHold SequenceLimit Series SeriesCoefficient SeriesData SessionTime Set SetAccuracy SetAlphaChannel SetAttributes Setbacks SetBoxFormNamesPacket SetDelayed SetDirectory SetEnvironment SetEvaluationNotebook SetFileDate SetFileLoadingContext SetNotebookStatusLine SetOptions SetOptionsPacket SetPrecision SetProperty SetSelectedNotebook SetSharedFunction SetSharedVariable SetSpeechParametersPacket SetStreamPosition SetSystemOptions Setter SetterBar SetterBox SetterBoxOptions Setting SetValue Shading Shallow ShannonWavelet ShapiroWilkTest Share Sharpen ShearingMatrix ShearingTransform ShenCastanMatrix Short ShortDownArrow Shortest ShortestMatch ShortestPathFunction ShortLeftArrow ShortRightArrow ShortUpArrow Show ShowAutoStyles ShowCellBracket ShowCellLabel ShowCellTags ShowClosedCellArea ShowContents ShowControls ShowCursorTracker ShowGroupOpenCloseIcon ShowGroupOpener ShowInvisibleCharacters ShowPageBreaks ShowPredictiveInterface ShowSelection ShowShortBoxForm ShowSpecialCharacters ShowStringCharacters ShowSyntaxStyles ShrinkingDelay ShrinkWrapBoundingBox SiegelTheta SiegelTukeyTest Sign Signature SignedRankTest SignificanceLevel SignPadding SignTest SimilarityRules SimpleGraph SimpleGraphQ Simplify Sin Sinc SinghMaddalaDistribution SingleEvaluation SingleLetterItalics SingleLetterStyle SingularValueDecomposition SingularValueList SingularValuePlot SingularValues Sinh SinhIntegral SinIntegral SixJSymbol Skeleton SkeletonTransform SkellamDistribution Skewness SkewNormalDistribution Skip SliceDistribution Slider Slider2D Slider2DBox Slider2DBoxOptions SliderBox SliderBoxOptions SlideView Slot SlotSequence Small SmallCircle Smaller SmithDelayCompensator SmithWatermanSimilarity SmoothDensityHistogram SmoothHistogram SmoothHistogram3D SmoothKernelDistribution SocialMediaData Socket SokalSneathDissimilarity Solve SolveAlways SolveDelayed Sort SortBy Sound SoundAndGraphics SoundNote SoundVolume Sow Space SpaceForm Spacer Spacings Span SpanAdjustments SpanCharacterRounding SpanFromAbove SpanFromBoth SpanFromLeft SpanLineThickness SpanMaxSize SpanMinSize SpanningCharacters SpanSymmetric SparseArray SpatialGraphDistribution Speak SpeakTextPacket SpearmanRankTest SpearmanRho Spectrogram SpectrogramArray Specularity SpellingCorrection SpellingDictionaries SpellingDictionariesPath SpellingOptions SpellingSuggestionsPacket Sphere SphereBox SphericalBesselJ SphericalBesselY SphericalHankelH1 SphericalHankelH2 SphericalHarmonicY SphericalPlot3D SphericalRegion SpheroidalEigenvalue SpheroidalJoiningFactor SpheroidalPS SpheroidalPSPrime SpheroidalQS SpheroidalQSPrime SpheroidalRadialFactor SpheroidalS1 SpheroidalS1Prime SpheroidalS2 SpheroidalS2Prime Splice SplicedDistribution SplineClosed SplineDegree SplineKnots SplineWeights Split SplitBy SpokenString Sqrt SqrtBox SqrtBoxOptions Square SquaredEuclideanDistance SquareFreeQ SquareIntersection SquaresR SquareSubset SquareSubsetEqual SquareSuperset SquareSupersetEqual SquareUnion SquareWave StabilityMargins StabilityMarginsStyle StableDistribution Stack StackBegin StackComplete StackInhibit StandardDeviation StandardDeviationFilter StandardForm Standardize StandbyDistribution Star StarGraph StartAsynchronousTask StartingStepSize StartOfLine StartOfString StartScheduledTask StartupSound StateDimensions StateFeedbackGains StateOutputEstimator StateResponse StateSpaceModel StateSpaceRealization StateSpaceTransform StationaryDistribution StationaryWaveletPacketTransform StationaryWaveletTransform StatusArea StatusCentrality StepMonitor StieltjesGamma StirlingS1 StirlingS2 StopAsynchronousTask StopScheduledTask StrataVariables StratonovichProcess StreamColorFunction StreamColorFunctionScaling StreamDensityPlot StreamPlot StreamPoints StreamPosition Streams StreamScale StreamStyle String StringBreak StringByteCount StringCases StringCount StringDrop StringExpression StringForm StringFormat StringFreeQ StringInsert StringJoin StringLength StringMatchQ StringPosition StringQ StringReplace StringReplaceList StringReplacePart StringReverse StringRotateLeft StringRotateRight StringSkeleton StringSplit StringTake StringToStream StringTrim StripBoxes StripOnInput StripWrapperBoxes StrokeForm StructuralImportance StructuredArray StructuredSelection StruveH StruveL Stub StudentTDistribution Style StyleBox StyleBoxAutoDelete StyleBoxOptions StyleData StyleDefinitions StyleForm StyleKeyMapping StyleMenuListing StyleNameDialogSettings StyleNames StylePrint StyleSheetPath Subfactorial Subgraph SubMinus SubPlus SubresultantPolynomialRemainders SubresultantPolynomials Subresultants Subscript SubscriptBox SubscriptBoxOptions Subscripted Subset SubsetEqual Subsets SubStar Subsuperscript SubsuperscriptBox SubsuperscriptBoxOptions Subtract SubtractFrom SubValues Succeeds SucceedsEqual SucceedsSlantEqual SucceedsTilde SuchThat Sum SumConvergence Sunday SuperDagger SuperMinus SuperPlus Superscript SuperscriptBox SuperscriptBoxOptions Superset SupersetEqual SuperStar Surd SurdForm SurfaceColor SurfaceGraphics SurvivalDistribution SurvivalFunction SurvivalModel SurvivalModelFit SuspendPacket SuzukiDistribution SuzukiGroupSuz SwatchLegend Switch Symbol SymbolName SymletWavelet Symmetric SymmetricGroup SymmetricMatrixQ SymmetricPolynomial SymmetricReduction Symmetrize SymmetrizedArray SymmetrizedArrayRules SymmetrizedDependentComponents SymmetrizedIndependentComponents SymmetrizedReplacePart SynchronousInitialization SynchronousUpdating Syntax SyntaxForm SyntaxInformation SyntaxLength SyntaxPacket SyntaxQ SystemDialogInput SystemException SystemHelpPath SystemInformation SystemInformationData SystemOpen SystemOptions SystemsModelDelay SystemsModelDelayApproximate SystemsModelDelete SystemsModelDimensions SystemsModelExtract SystemsModelFeedbackConnect SystemsModelLabels SystemsModelOrder SystemsModelParallelConnect SystemsModelSeriesConnect SystemsModelStateFeedbackConnect SystemStub Tab TabFilling Table TableAlignments TableDepth TableDirections TableForm TableHeadings TableSpacing TableView TableViewBox TabSpacings TabView TabViewBox TabViewBoxOptions TagBox TagBoxNote TagBoxOptions TaggingRules TagSet TagSetDelayed TagStyle TagUnset Take TakeWhile Tally Tan Tanh TargetFunctions TargetUnits TautologyQ TelegraphProcess TemplateBox TemplateBoxOptions TemplateSlotSequence TemporalData Temporary TemporaryVariable TensorContract TensorDimensions TensorExpand TensorProduct TensorQ TensorRank TensorReduce TensorSymmetry TensorTranspose TensorWedge Tetrahedron TetrahedronBox TetrahedronBoxOptions TeXForm TeXSave Text Text3DBox Text3DBoxOptions TextAlignment TextBand TextBoundingBox TextBox TextCell TextClipboardType TextData TextForm TextJustification TextLine TextPacket TextParagraph TextRecognize TextRendering TextStyle Texture TextureCoordinateFunction TextureCoordinateScaling Therefore ThermometerGauge Thick Thickness Thin Thinning ThisLink ThompsonGroupTh Thread ThreeJSymbol Threshold Through Throw Thumbnail Thursday Ticks TicksStyle Tilde TildeEqual TildeFullEqual TildeTilde TimeConstrained TimeConstraint Times TimesBy TimeSeriesForecast TimeSeriesInvertibility TimeUsed TimeValue TimeZone Timing Tiny TitleGrouping TitsGroupT ToBoxes ToCharacterCode ToColor ToContinuousTimeModel ToDate ToDiscreteTimeModel ToeplitzMatrix ToExpression ToFileName Together Toggle ToggleFalse Toggler TogglerBar TogglerBox TogglerBoxOptions ToHeldExpression ToInvertibleTimeSeries TokenWords Tolerance ToLowerCase ToNumberField TooBig Tooltip TooltipBox TooltipBoxOptions TooltipDelay TooltipStyle Top TopHatTransform TopologicalSort ToRadicals ToRules ToString Total TotalHeight TotalVariationFilter TotalWidth TouchscreenAutoZoom TouchscreenControlPlacement ToUpperCase Tr Trace TraceAbove TraceAction TraceBackward TraceDepth TraceDialog TraceForward TraceInternal TraceLevel TraceOff TraceOn TraceOriginal TracePrint TraceScan TrackedSymbols TradingChart TraditionalForm TraditionalFunctionNotation TraditionalNotation TraditionalOrder TransferFunctionCancel TransferFunctionExpand TransferFunctionFactor TransferFunctionModel TransferFunctionPoles TransferFunctionTransform TransferFunctionZeros TransformationFunction TransformationFunctions TransformationMatrix TransformedDistribution TransformedField Translate TranslationTransform TransparentColor Transpose TreeForm TreeGraph TreeGraphQ TreePlot TrendStyle TriangleWave TriangularDistribution Trig TrigExpand TrigFactor TrigFactorList Trigger TrigReduce TrigToExp TrimmedMean True TrueQ TruncatedDistribution TsallisQExponentialDistribution TsallisQGaussianDistribution TTest Tube TubeBezierCurveBox TubeBezierCurveBoxOptions TubeBox TubeBSplineCurveBox TubeBSplineCurveBoxOptions Tuesday TukeyLambdaDistribution TukeyWindow Tuples TuranGraph TuringMachine Transparent UnateQ Uncompress Undefined UnderBar Underflow Underlined Underoverscript UnderoverscriptBox UnderoverscriptBoxOptions Underscript UnderscriptBox UnderscriptBoxOptions UndirectedEdge UndirectedGraph UndirectedGraphQ UndocumentedTestFEParserPacket UndocumentedTestGetSelectionPacket Unequal Unevaluated UniformDistribution UniformGraphDistribution UniformSumDistribution Uninstall Union UnionPlus Unique UnitBox UnitConvert UnitDimensions Unitize UnitRootTest UnitSimplify UnitStep UnitTriangle UnitVector Unprotect UnsameQ UnsavedVariables Unset UnsetShared UntrackedVariables Up UpArrow UpArrowBar UpArrowDownArrow Update UpdateDynamicObjects UpdateDynamicObjectsSynchronous UpdateInterval UpDownArrow UpEquilibrium UpperCaseQ UpperLeftArrow UpperRightArrow UpperTriangularize Upsample UpSet UpSetDelayed UpTee UpTeeArrow UpValues URL URLFetch URLFetchAsynchronous URLSave URLSaveAsynchronous UseGraphicsRange Using UsingFrontEnd V2Get ValidationLength Value ValueBox ValueBoxOptions ValueForm ValueQ ValuesData Variables Variance VarianceEquivalenceTest VarianceEstimatorFunction VarianceGammaDistribution VarianceTest VectorAngle VectorColorFunction VectorColorFunctionScaling VectorDensityPlot VectorGlyphData VectorPlot VectorPlot3D VectorPoints VectorQ Vectors VectorScale VectorStyle Vee Verbatim Verbose VerboseConvertToPostScriptPacket VerifyConvergence VerifySolutions VerifyTestAssumptions Version VersionNumber VertexAdd VertexCapacity VertexColors VertexComponent VertexConnectivity VertexCoordinateRules VertexCoordinates VertexCorrelationSimilarity VertexCosineSimilarity VertexCount VertexCoverQ VertexDataCoordinates VertexDegree VertexDelete VertexDiceSimilarity VertexEccentricity VertexInComponent VertexInDegree VertexIndex VertexJaccardSimilarity VertexLabeling VertexLabels VertexLabelStyle VertexList VertexNormals VertexOutComponent VertexOutDegree VertexQ VertexRenderingFunction VertexReplace VertexShape VertexShapeFunction VertexSize VertexStyle VertexTextureCoordinates VertexWeight Vertical VerticalBar VerticalForm VerticalGauge VerticalSeparator VerticalSlider VerticalTilde ViewAngle ViewCenter ViewMatrix ViewPoint ViewPointSelectorSettings ViewPort ViewRange ViewVector ViewVertical VirtualGroupData Visible VisibleCell VoigtDistribution VonMisesDistribution WaitAll WaitAsynchronousTask WaitNext WaitUntil WakebyDistribution WalleniusHypergeometricDistribution WaringYuleDistribution WatershedComponents WatsonUSquareTest WattsStrogatzGraphDistribution WaveletBestBasis WaveletFilterCoefficients WaveletImagePlot WaveletListPlot WaveletMapIndexed WaveletMatrixPlot WaveletPhi WaveletPsi WaveletScale WaveletScalogram WaveletThreshold WeaklyConnectedComponents WeaklyConnectedGraphQ WeakStationarity WeatherData WeberE Wedge Wednesday WeibullDistribution WeierstrassHalfPeriods WeierstrassInvariants WeierstrassP WeierstrassPPrime WeierstrassSigma WeierstrassZeta WeightedAdjacencyGraph WeightedAdjacencyMatrix WeightedData WeightedGraphQ Weights WelchWindow WheelGraph WhenEvent Which While White Whitespace WhitespaceCharacter WhittakerM WhittakerW WienerFilter WienerProcess WignerD WignerSemicircleDistribution WilksW WilksWTest WindowClickSelect WindowElements WindowFloating WindowFrame WindowFrameElements WindowMargins WindowMovable WindowOpacity WindowSelected WindowSize WindowStatusArea WindowTitle WindowToolbars WindowWidth With WolframAlpha WolframAlphaDate WolframAlphaQuantity WolframAlphaResult Word WordBoundary WordCharacter WordData WordSearch WordSeparators WorkingPrecision Write WriteString Wronskian XMLElement XMLObject Xnor Xor Yellow YuleDissimilarity ZernikeR ZeroSymmetric ZeroTest ZeroWidthTimes Zeta ZetaZero ZipfDistribution ZTest ZTransform $Aborted $ActivationGroupID $ActivationKey $ActivationUserRegistered $AddOnsDirectory $AssertFunction $Assumptions $AsynchronousTask $BaseDirectory $BatchInput $BatchOutput $BoxForms $ByteOrdering $Canceled $CharacterEncoding $CharacterEncodings $CommandLine $CompilationTarget $ConditionHold $ConfiguredKernels $Context $ContextPath $ControlActiveSetting $CreationDate $CurrentLink $DateStringFormat $DefaultFont $DefaultFrontEnd $DefaultImagingDevice $DefaultPath $Display $DisplayFunction $DistributedContexts $DynamicEvaluation $Echo $Epilog $ExportFormats $Failed $FinancialDataSource $FormatType $FrontEnd $FrontEndSession $GeoLocation $HistoryLength $HomeDirectory $HTTPCookies $IgnoreEOF $ImagingDevices $ImportFormats $InitialDirectory $Input $InputFileName $InputStreamMethods $Inspector $InstallationDate $InstallationDirectory $InterfaceEnvironment $IterationLimit $KernelCount $KernelID $Language $LaunchDirectory $LibraryPath $LicenseExpirationDate $LicenseID $LicenseProcesses $LicenseServer $LicenseSubprocesses $LicenseType $Line $Linked $LinkSupported $LoadedFiles $MachineAddresses $MachineDomain $MachineDomains $MachineEpsilon $MachineID $MachineName $MachinePrecision $MachineType $MaxExtraPrecision $MaxLicenseProcesses $MaxLicenseSubprocesses $MaxMachineNumber $MaxNumber $MaxPiecewiseCases $MaxPrecision $MaxRootDegree $MessageGroups $MessageList $MessagePrePrint $Messages $MinMachineNumber $MinNumber $MinorReleaseNumber $MinPrecision $ModuleNumber $NetworkLicense $NewMessage $NewSymbol $Notebooks $NumberMarks $Off $OperatingSystem $Output $OutputForms $OutputSizeLimit $OutputStreamMethods $Packages $ParentLink $ParentProcessID $PasswordFile $PatchLevelID $Path $PathnameSeparator $PerformanceGoal $PipeSupported $Post $Pre $PreferencesDirectory $PrePrint $PreRead $PrintForms $PrintLiteral $ProcessID $ProcessorCount $ProcessorType $ProductInformation $ProgramName $RandomState $RecursionLimit $ReleaseNumber $RootDirectory $ScheduledTask $ScriptCommandLine $SessionID $SetParentLink $SharedFunctions $SharedVariables $SoundDisplay $SoundDisplayFunction $SuppressInputFormHeads $SynchronousEvaluation $SyntaxHandler $System $SystemCharacterEncoding $SystemID $SystemWordLength $TemporaryDirectory $TemporaryPrefix $TextStyle $TimedOut $TimeUnit $TimeZone $TopDirectory $TraceOff $TraceOn $TracePattern $TracePostAction $TracePreAction $Urgent $UserAddOnsDirectory $UserBaseDirectory $UserDocumentsDirectory $UserName $Version $VersionNumber", -c:[{cN:"comment",b:/\(\*/,e:/\*\)/},e.ASM,e.QSM,e.CNM,{b:/\{/,e:/\}/,i:/:/}]}});hljs.registerLanguage("mojolicious",function(e){return{sL:"xml",c:[{cN:"meta",b:"^__(END|DATA)__$"},{b:"^\\s*%{1,2}={0,2}",e:"$",sL:"perl"},{b:"<%{1,2}={0,2}",e:"={0,1}%>",sL:"perl",eB:!0,eE:!0}]}});hljs.registerLanguage("fix",function(u){return{c:[{b:/[^\u2401\u0001]+/,e:/[\u2401\u0001]/,eE:!0,rB:!0,rE:!1,c:[{b:/([^\u2401\u0001=]+)/,e:/=([^\u2401\u0001=]+)/,rE:!0,rB:!1,cN:"attr"},{b:/=/,e:/([\u2401\u0001])/,eE:!0,eB:!0,cN:"string"}]}],cI:!0}});hljs.registerLanguage("roboconf",function(a){var e="[a-zA-Z-_][^\\n{]+\\{",n={cN:"attribute",b:/[a-zA-Z-_]+/,e:/\s*:/,eE:!0,starts:{e:";",r:0,c:[{cN:"variable",b:/\.[a-zA-Z-_]+/},{cN:"keyword",b:/\(optional\)/}]}};return{aliases:["graph","instances"],cI:!0,k:"import",c:[{b:"^facet "+e,e:"}",k:"facet",c:[n,a.HCM]},{b:"^\\s*instance of "+e,e:"}",k:"name count channels instance-data instance-state instance of",i:/\S/,c:["self",n,a.HCM]},{b:"^"+e,e:"}",c:[n,a.HCM]},a.HCM]}});hljs.registerLanguage("delphi",function(e){var r="exports register file shl array record property for mod while set ally label uses raise not stored class safecall var interface or private static exit index inherited to else stdcall override shr asm far resourcestring finalization packed virtual out and protected library do xorwrite goto near function end div overload object unit begin string on inline repeat until destructor write message program with read initialization except default nil if case cdecl in downto threadvar of try pascal const external constructor type public then implementation finally published procedure",t=[e.CLCM,e.C(/\{/,/\}/,{r:0}),e.C(/\(\*/,/\*\)/,{r:10})],i={cN:"string",b:/'/,e:/'/,c:[{b:/''/}]},c={cN:"string",b:/(#\d+)+/},o={b:e.IR+"\\s*=\\s*class\\s*\\(",rB:!0,c:[e.TM]},n={cN:"function",bK:"function constructor destructor procedure",e:/[:;]/,k:"function constructor|10 destructor|10 procedure|10",c:[e.TM,{cN:"params",b:/\(/,e:/\)/,k:r,c:[i,c]}].concat(t)};return{cI:!0,k:r,i:/"|\$[G-Zg-z]|\/\*|<\/|\|/,c:[i,c,e.NM,o,n].concat(t)}});hljs.registerLanguage("mel",function(e){return{k:"int float string vector matrix if else switch case default while do for in break continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor animDisplay animView annotate appendStringArray applicationName applyAttrPreset applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem componentEditor compositingInterop computePolysetVolume condition cone confirmDialog connectAttr connectControl connectDynamic connectJoint connectionInfo constrain constrainValue constructionHistory container containsMultibyte contextInfo control convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected displayColor displayCull displayLevelOfDetail displayPref displayRGBColor displaySmoothness displayStats displayString displaySurface distanceDimContext distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor editorTemplate effector emit emitter enableDevice encodeString endString endsWith env equivalent equivalentTol erf error eval evalDeferred evalEcho event exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo filetest filletCurve filter filterCurve filterExpand filterStudioImport findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss geometryConstraint getApplicationVersionAsFloat getAttr getClassification getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation listNodeTypes listPanelCategories listRelatives listSets listTransforms listUnselected listerEditor loadFluid loadNewShelf loadPlugin loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration panelHistory paramDimContext paramDimension paramLocator parent parentConstraint particle particleExists particleInstancer particleRenderInfo partition pasteKey pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE registerPluginResource rehash reloadImage removeJoint removeMultiInstance removePanelCategory rename renameAttr renameSelectionList renameUI render renderGlobalsNode renderInfo renderLayerButton renderLayerParent renderLayerPostProcess renderLayerUnparent renderManip renderPartition renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor renderWindowSelectContext renderer reorder reorderDeformers requires reroot resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType selectedNodes selectionConnection separator setAttr setAttrEnumResource setAttrMapping setAttrNiceNameResource setConstraintRestPosition setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField shortNameOf showHelp showHidden showManipCtx showSelectionInTitle showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString stringToStringArray strip stripPrefixFromName stroke subdAutoProjection subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList textToShelf textureDisplacePlane textureHairColor texturePlacementContext textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper trace track trackCtx transferAttributes transformCompare transformLimits translator trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform",i:""},e.HCM,{cN:"string",b:'"""',e:'"""'},e.QSM]}});hljs.registerLanguage("clojure-repl",function(e){return{c:[{cN:"meta",b:/^([\w.-]+|\s*#_)=>/,starts:{e:/$/,sL:"clojure"}}]}});hljs.registerLanguage("d",function(e){var t={keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},r="(0|[1-9][\\d_]*)",a="(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)",i="0[bB][01_]+",n="([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",_="0[xX]"+n,c="([eE][+-]?"+a+")",d="("+a+"(\\.\\d*|"+c+")|\\d+\\."+a+a+"|\\."+r+c+"?)",o="(0[xX]("+n+"\\."+n+"|\\.?"+n+")[pP][+-]?"+a+")",s="("+r+"|"+i+"|"+_+")",l="("+o+"|"+d+")",u="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",b={cN:"number",b:"\\b"+s+"(L|u|U|Lu|LU|uL|UL)?",r:0},f={cN:"number",b:"\\b("+l+"([fF]|L|i|[fF]i|Li)?|"+s+"(i|[fF]i|Li))",r:0},g={cN:"string",b:"'("+u+"|.)",e:"'",i:"."},h={b:u,r:0},p={cN:"string",b:'"',c:[h],e:'"[cwd]?'},m={cN:"string",b:'[rq]"',e:'"[cwd]?',r:5},w={cN:"string",b:"`",e:"`[cwd]?"},N={cN:"string",b:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',r:10},A={cN:"string",b:'q"\\{',e:'\\}"'},F={cN:"meta",b:"^#!",e:"$",r:5},y={cN:"meta",b:"#(line)",e:"$",r:5},L={cN:"keyword",b:"@[a-zA-Z_][a-zA-Z_\\d]*"},v=e.C("\\/\\+","\\+\\/",{c:["self"],r:10});return{l:e.UIR,k:t,c:[e.CLCM,e.CBCM,v,N,p,m,w,A,f,b,g,F,y,L]}});hljs.registerLanguage("puppet",function(e){var s={keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},r=e.C("#","$"),a="([A-Za-z_]|::)(\\w|::)*",i=e.inherit(e.TM,{b:a}),o={cN:"variable",b:"\\$"+a},t={cN:"string",c:[e.BE,o],v:[{b:/'/,e:/'/},{b:/"/,e:/"/}]};return{aliases:["pp"],c:[r,o,t,{bK:"class",e:"\\{|;",i:/=/,c:[i,r]},{bK:"define",e:/\{/,c:[{cN:"section",b:e.IR,endsParent:!0}]},{b:e.IR+"\\s+\\{",rB:!0,e:/\S/,c:[{cN:"keyword",b:e.IR},{b:/\{/,e:/\}/,k:s,r:0,c:[t,r,{b:"[a-zA-Z_]+\\s*=>",rB:!0,e:"=>",c:[{cN:"attr",b:e.IR}]},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},o]}],r:0}]}});hljs.registerLanguage("armasm",function(s){return{cI:!0,aliases:["arm"],l:"\\.?"+s.IR,k:{meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},c:[{cN:"keyword",b:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?",e:"\\s"},s.C("[;@]","$",{r:0}),s.CBCM,s.QSM,{cN:"string",b:"'",e:"[^\\\\]'",r:0},{cN:"title",b:"\\|",e:"\\|",i:"\\n",r:0},{cN:"number",v:[{b:"[#$=]?0x[0-9a-f]+"},{b:"[#$=]?0b[01]+"},{b:"[#$=]\\d+"},{b:"\\b\\d+"}],r:0},{cN:"symbol",v:[{b:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{b:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{b:"[=#]\\w+"}],r:0}]}});hljs.registerLanguage("thrift",function(e){var t="bool byte i16 i32 i64 double string binary";return{k:{keyword:"namespace const typedef struct enum service exception void oneway set list map required optional",built_in:t,literal:"true false"},c:[e.QSM,e.NM,e.CLCM,e.CBCM,{cN:"class",bK:"struct enum service exception",e:/\{/,i:/\n/,c:[e.inherit(e.TM,{starts:{eW:!0,eE:!0}})]},{b:"\\b(set|list|map)\\s*<",e:">",k:t,c:["self"]}]}});hljs.registerLanguage("nimrod",function(t){return{aliases:["nim"],k:{keyword:"addr and as asm bind block break|0 case|0 cast const|0 continue|0 converter discard distinct|10 div do elif else|0 end|0 enum|0 except export finally for from generic if|0 import|0 in include|0 interface is isnot|10 iterator|10 let|0 macro method|10 mixin mod nil not notin|10 object|0 of or out proc|10 ptr raise ref|10 return shl shr static template try|0 tuple type|0 using|0 var|0 when while|0 with without xor yield",literal:"shared guarded stdin stdout stderr result|10 true false"},c:[{cN:"meta",b:/{\./,e:/\.}/,r:10},{cN:"string",b:/[a-zA-Z]\w*"/,e:/"/,c:[{b:/""/}]},{cN:"string",b:/([a-zA-Z]\w*)?"""/,e:/"""/},t.QSM,{cN:"type",b:/\b[A-Z]\w+\b/,r:0},{cN:"built_in",b:/\b(int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|float|float32|float64|bool|char|string|cstring|pointer|expr|stmt|void|auto|any|range|array|openarray|varargs|seq|set|clong|culong|cchar|cschar|cshort|cint|csize|clonglong|cfloat|cdouble|clongdouble|cuchar|cushort|cuint|culonglong|cstringarray|semistatic)\b/},{cN:"number",r:0,v:[{b:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{b:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{b:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{b:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},t.HCM]}});hljs.registerLanguage("livescript",function(e){var t={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger case default function var with then unless until loop of by when and or is isnt not it that otherwise from to til fallthrough super case default function var void const let enum export import native __hasProp __extends __slice __bind __indexOf",literal:"true false null undefined yes no on off it that void",built_in:"npm require console print module global window document"},s="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",n=e.inherit(e.TM,{b:s}),i={cN:"subst",b:/#\{/,e:/}/,k:t},r={cN:"subst",b:/#[A-Za-z$_]/,e:/(?:\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,k:t},c=[e.BNM,{cN:"number",b:"(\\b0[xX][a-fA-F0-9_]+)|(\\b\\d(\\d|_\\d)*(\\.(\\d(\\d|_\\d)*)?)?(_*[eE]([-+]\\d(_\\d|\\d)*)?)?[_a-z]*)",r:0,starts:{e:"(\\s*/)?",r:0}},{cN:"string",v:[{b:/'''/,e:/'''/,c:[e.BE]},{b:/'/,e:/'/,c:[e.BE]},{b:/"""/,e:/"""/,c:[e.BE,i,r]},{b:/"/,e:/"/,c:[e.BE,i,r]},{b:/\\/,e:/(\s|$)/,eE:!0}]},{cN:"regexp",v:[{b:"//",e:"//[gim]*",c:[i,e.HCM]},{b:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{b:"@"+s},{b:"``",e:"``",eB:!0,eE:!0,sL:"javascript"}];i.c=c;var a={cN:"params",b:"\\(",rB:!0,c:[{b:/\(/,e:/\)/,k:t,c:["self"].concat(c)}]};return{aliases:["ls"],k:t,i:/\/\*/,c:c.concat([e.C("\\/\\*","\\*\\/"),e.HCM,{cN:"function",c:[n,a],rB:!0,v:[{b:"("+s+"\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B\\->\\*?",e:"\\->\\*?"},{b:"("+s+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\))?\\s*\\B[-~]{1,2}>\\*?",e:"[-~]{1,2}>\\*?"},{b:"("+s+"\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B!?[-~]{1,2}>\\*?",e:"!?[-~]{1,2}>\\*?"}]},{cN:"class",bK:"class",e:"$",i:/[:="\[\]]/,c:[{bK:"extends",eW:!0,i:/[:="\[\]]/,c:[n]},n]},{b:s+":",e:":",rB:!0,rE:!0,r:0}])}});hljs.registerLanguage("haskell",function(e){var i={v:[e.C("--","$"),e.C("{-","-}",{c:["self"]})]},a={cN:"meta",b:"{-#",e:"#-}"},l={cN:"meta",b:"^#",e:"$"},c={cN:"type",b:"\\b[A-Z][\\w']*",r:0},n={b:"\\(",e:"\\)",i:'"',c:[a,l,{cN:"type",b:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TM,{b:"[_a-z][\\w']*"}),i]},s={b:"{",e:"}",c:n.c};return{aliases:["hs"],k:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",c:[{bK:"module",e:"where",k:"module where",c:[n,i],i:"\\W\\.|;"},{b:"\\bimport\\b",e:"$",k:"import qualified as hiding",c:[n,i],i:"\\W\\.|;"},{cN:"class",b:"^(\\s*)?(class|instance)\\b",e:"where",k:"class family instance where",c:[c,n,i]},{cN:"class",b:"\\b(data|(new)?type)\\b",e:"$",k:"data family type newtype deriving",c:[a,c,n,s,i]},{bK:"default",e:"$",c:[c,n,i]},{bK:"infix infixl infixr",e:"$",c:[e.CNM,i]},{b:"\\bforeign\\b",e:"$",k:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",c:[c,e.QSM,i]},{cN:"meta",b:"#!\\/usr\\/bin\\/env runhaskell",e:"$"},a,l,e.QSM,e.CNM,c,e.inherit(e.TM,{b:"^[_a-z][\\w']*"}),i,{b:"->|<-"}]}});hljs.registerLanguage("dart",function(e){var t={cN:"subst",b:"\\$\\{",e:"}",k:"true false null this is new super"},r={cN:"string",v:[{b:"r'''",e:"'''"},{b:'r"""',e:'"""'},{b:"r'",e:"'",i:"\\n"},{b:'r"',e:'"',i:"\\n"},{b:"'''",e:"'''",c:[e.BE,t]},{b:'"""',e:'"""',c:[e.BE,t]},{b:"'",e:"'",i:"\\n",c:[e.BE,t]},{b:'"',e:'"',i:"\\n",c:[e.BE,t]}]};t.c=[e.CNM,r];var n={keyword:"assert break case catch class const continue default do else enum extends false final finally for if in is new null rethrow return super switch this throw true try var void while with abstract as dynamic export external factory get implements import library operator part set static typedef",built_in:"print Comparable DateTime Duration Function Iterable Iterator List Map Match Null Object Pattern RegExp Set Stopwatch String StringBuffer StringSink Symbol Type Uri bool double int num document window querySelector querySelectorAll Element ElementList"};return{k:n,c:[r,e.C("/\\*\\*","\\*/",{sL:"markdown"}),e.C("///","$",{sL:"markdown"}),e.CLCM,e.CBCM,{cN:"class",bK:"class interface",e:"{",eE:!0,c:[{bK:"extends implements"},e.UTM]},e.CNM,{cN:"meta",b:"@[A-Za-z]+"},{b:"=>"}]}});hljs.registerLanguage("lasso",function(e){var r="[a-zA-Z_][a-zA-Z0-9_.]*",t="<\\?(lasso(script)?|=)",a="\\]|\\?>",n={literal:"true false none minimal full all void bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft",built_in:"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock",keyword:"error_code error_msg error_pop error_push error_reset cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome and or not"},s=e.C("",{r:0}),i={cN:"meta",b:"\\[noprocess\\]",starts:{e:"\\[/noprocess\\]",rE:!0,c:[s]}},l={cN:"meta",b:"\\[/noprocess|"+t},o={cN:"symbol",b:"'"+r+"'"},c=[e.C("/\\*\\*!","\\*/"),e.CLCM,e.CBCM,e.inherit(e.CNM,{b:e.CNR+"|(infinity|nan)\\b"}),e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null}),{cN:"string",b:"`",e:"`"},{v:[{b:"[#$]"+r},{b:"#",e:"\\d+",i:"\\W"}]},{cN:"type",b:"::\\s*",e:r,i:"\\W"},{cN:"attr",v:[{b:"-(?!infinity)"+e.UIR,r:0},{b:"(\\.\\.\\.)"}]},{b:/(->|\.\.?)\s*/,r:0,c:[o]},{cN:"class",bK:"define",rE:!0,e:"\\(|=>",c:[e.inherit(e.TM,{b:e.UIR+"(=(?!>))?"})]}];return{aliases:["ls","lassoscript"],cI:!0,l:r+"|&[lg]t;",k:n,c:[{cN:"meta",b:a,r:0,starts:{e:"\\[|"+t,rE:!0,r:0,c:[s]}},i,l,{cN:"meta",b:"\\[no_square_brackets",starts:{e:"\\[/no_square_brackets\\]",l:r+"|&[lg]t;",k:n,c:[{cN:"meta",b:a,r:0,starts:{e:"\\[noprocess\\]|"+t,rE:!0,c:[s]}},i,l].concat(c)}},{cN:"meta",b:"\\[",r:0},{cN:"meta",b:"^#!.+lasso9\\b",r:10}].concat(c)}});hljs.registerLanguage("processing",function(e){return{k:{keyword:"BufferedReader PVector PFont PImage PGraphics HashMap boolean byte char color double float int long String Array FloatDict FloatList IntDict IntList JSONArray JSONObject Object StringDict StringList Table TableRow XML false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private",literal:"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI",title:"setup draw",built_in:"displayHeight displayWidth mouseY mouseX mousePressed pmouseX pmouseY key keyCode pixels focused frameCount frameRate height width size createGraphics beginDraw createShape loadShape PShape arc ellipse line point quad rect triangle bezier bezierDetail bezierPoint bezierTangent curve curveDetail curvePoint curveTangent curveTightness shape shapeMode beginContour beginShape bezierVertex curveVertex endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap strokeJoin strokeWeight mouseClicked mouseDragged mouseMoved mousePressed mouseReleased mouseWheel keyPressed keyPressedkeyReleased keyTyped print println save saveFrame day hour millis minute month second year background clear colorMode fill noFill noStroke stroke alpha blue brightness color green hue lerpColor red saturation modelX modelY modelZ screenX screenY screenZ ambient emissive shininess specular add createImage beginCamera camera endCamera frustum ortho perspective printCamera printProjection cursor frameRate noCursor exit loop noLoop popStyle pushStyle redraw binary boolean byte char float hex int str unbinary unhex join match matchAll nf nfc nfp nfs split splitTokens trim append arrayCopy concat expand reverse shorten sort splice subset box sphere sphereDetail createInput createReader loadBytes loadJSONArray loadJSONObject loadStrings loadTable loadXML open parseXML saveTable selectFolder selectInput beginRaw beginRecord createOutput createWriter endRaw endRecord PrintWritersaveBytes saveJSONArray saveJSONObject saveStream saveStrings saveXML selectOutput popMatrix printMatrix pushMatrix resetMatrix rotate rotateX rotateY rotateZ scale shearX shearY translate ambientLight directionalLight lightFalloff lights lightSpecular noLights normal pointLight spotLight image imageMode loadImage noTint requestImage tint texture textureMode textureWrap blend copy filter get loadPixels set updatePixels blendMode loadShader PShaderresetShader shader createFont loadFont text textFont textAlign textLeading textMode textSize textWidth textAscent textDescent abs ceil constrain dist exp floor lerp log mag map max min norm pow round sq sqrt acos asin atan atan2 cos degrees radians sin tan noise noiseDetail noiseSeed random randomGaussian randomSeed"},c:[e.CLCM,e.CBCM,e.ASM,e.QSM,e.CNM]}});hljs.registerLanguage("fsharp",function(e){var t={b:"<",e:">",c:[e.inherit(e.TM,{b:/'[a-zA-Z0-9_]+/})]};return{aliases:["fs"],k:"abstract and as assert base begin class default delegate do done downcast downto elif else end exception extern false finally for fun function global if in inherit inline interface internal lazy let match member module mutable namespace new null of open or override private public rec return sig static struct then to true try type upcast use val void when while with yield",i:/\/\*/,c:[{cN:"keyword",b:/\b(yield|return|let|do)!/},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},{cN:"string",b:'"""',e:'"""'},e.C("\\(\\*","\\*\\)"),{cN:"class",bK:"type",e:"\\(|=|$",eE:!0,c:[e.UTM,t]},{cN:"meta",b:"\\[<",e:">\\]",r:10},{cN:"symbol",b:"\\B('[A-Za-z])\\b",c:[e.BE]},e.CLCM,e.inherit(e.QSM,{i:null}),e.CNM]}});hljs.registerLanguage("vbscript",function(e){return{aliases:["vbs"],cI:!0,k:{keyword:"call class const dim do loop erase execute executeglobal exit for each next function if then else on error option explicit new private property let get public randomize redim rem select case set stop sub while wend with end to elseif is or xor and not class_initialize class_terminate default preserve in me byval byref step resume goto",built_in:"lcase month vartype instrrev ubound setlocale getobject rgb getref string weekdayname rnd dateadd monthname now day minute isarray cbool round formatcurrency conversions csng timevalue second year space abs clng timeserial fixs len asc isempty maths dateserial atn timer isobject filter weekday datevalue ccur isdate instr datediff formatdatetime replace isnull right sgn array snumeric log cdbl hex chr lbound msgbox ucase getlocale cos cdate cbyte rtrim join hour oct typename trim strcomp int createobject loadpicture tan formatnumber mid scriptenginebuildversion scriptengine split scriptengineminorversion cint sin datepart ltrim sqr scriptenginemajorversion time derived eval date formatpercent exp inputbox left ascw chrw regexp server response request cstr err",literal:"true false null nothing empty"},i:"//",c:[e.inherit(e.QSM,{c:[{b:'""'}]}),e.C(/'/,/$/,{r:0}),e.CNM]}});hljs.registerLanguage("lua",function(e){var t="\\[=*\\[",a="\\]=*\\]",r={b:t,e:a,c:["self"]},n=[e.C("--(?!"+t+")","$"),e.C("--"+t,a,{c:[r],r:10})];return{l:e.UIR,k:{keyword:"and break do else elseif end false for if in local nil not or repeat return then true until while",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},c:n.concat([{cN:"function",bK:"function",e:"\\)",c:[e.inherit(e.TM,{b:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{cN:"params",b:"\\(",eW:!0,c:n}].concat(n)},e.CNM,e.ASM,e.QSM,{cN:"string",b:t,e:a,c:[r],r:5}])}});hljs.registerLanguage("apache",function(e){var r={cN:"number",b:"[\\$%]\\d+"};return{aliases:["apacheconf"],cI:!0,c:[e.HCM,{cN:"section",b:""},{cN:"attribute",b:/\w+/,r:0,k:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:/$/,r:0,k:{literal:"on off all"},c:[{cN:"meta",b:"\\s\\[",e:"\\]$"},{cN:"variable",b:"[\\$%]\\{",e:"\\}",c:["self",r]},r,e.QSM]}}],i:/\S/}});hljs.registerLanguage("coffeescript",function(e){var c={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",built_in:"npm require console print module global window document"},n="[A-Za-z$_][0-9A-Za-z$_]*",r={cN:"subst",b:/#\{/,e:/}/,k:c},s=[e.BNM,e.inherit(e.CNM,{starts:{e:"(\\s*/)?",r:0}}),{cN:"string",v:[{b:/'''/,e:/'''/,c:[e.BE]},{b:/'/,e:/'/,c:[e.BE]},{b:/"""/,e:/"""/,c:[e.BE,r]},{b:/"/,e:/"/,c:[e.BE,r]}]},{cN:"regexp",v:[{b:"///",e:"///",c:[r,e.HCM]},{b:"//[gim]*",r:0},{b:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{b:"@"+n},{b:"`",e:"`",eB:!0,eE:!0,sL:"javascript"}];r.c=s;var i=e.inherit(e.TM,{b:n}),t="(\\(.*\\))?\\s*\\B[-=]>",o={cN:"params",b:"\\([^\\(]",rB:!0,c:[{b:/\(/,e:/\)/,k:c,c:["self"].concat(s)}]};return{aliases:["coffee","cson","iced"],k:c,i:/\/\*/,c:s.concat([e.C("###","###"),e.HCM,{cN:"function",b:"^\\s*"+n+"\\s*=\\s*"+t,e:"[-=]>",rB:!0,c:[i,o]},{b:/[:\(,=]\s*/,r:0,c:[{cN:"function",b:t,e:"[-=]>",rB:!0,c:[o]}]},{cN:"class",bK:"class",e:"$",i:/[:="\[\]]/,c:[{bK:"extends",eW:!0,i:/[:="\[\]]/,c:[i]},i]},{b:n+":",e:":",rB:!0,rE:!0,r:0}])}});hljs.registerLanguage("dockerfile",function(e){return{aliases:["docker"],cI:!0,k:"from maintainer cmd expose add copy entrypoint volume user workdir onbuild run env label",c:[e.HCM,{k:"run cmd entrypoint volume add copy workdir onbuild label",b:/^ *(onbuild +)?(run|cmd|entrypoint|volume|add|copy|workdir|label) +/,starts:{e:/[^\\]\n/,sL:"bash"}},{k:"from maintainer expose env user onbuild",b:/^ *(onbuild +)?(from|maintainer|expose|env|user|onbuild) +/,e:/[^\\]\n/,c:[e.ASM,e.QSM,e.NM,e.HCM]}]}});hljs.registerLanguage("scheme",function(e){var t="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",r="(\\-|\\+)?\\d+([./]\\d+)?",a=r+"[+\\-]"+r+"i",i={"builtin-name":"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"},n={cN:"meta",b:"^#!",e:"$"},c={cN:"literal",b:"(#t|#f|#\\\\"+t+"|#\\\\.)"},l={cN:"number",v:[{b:r,r:0},{b:a,r:0},{b:"#b[0-1]+(/[0-1]+)?"},{b:"#o[0-7]+(/[0-7]+)?"},{b:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},s=e.QSM,o=[e.C(";","$",{r:0}),e.C("#\\|","\\|#")],u={b:t,r:0},p={cN:"symbol",b:"'"+t},d={eW:!0,r:0},m={v:[{b:"\\(",e:"\\)"},{b:"\\[",e:"\\]"}],c:[{cN:"name",b:t,l:t,k:i},d]};return d.c=[c,l,s,u,p,m].concat(o),{i:/\S/,c:[n,l,s,p,m].concat(o)}});hljs.registerLanguage("smali",function(t){var s=["add","and","cmp","cmpg","cmpl","const","div","double","float","goto","if","int","long","move","mul","neg","new","nop","not","or","rem","return","shl","shr","sput","sub","throw","ushr","xor"],e=["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"],r=["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"];return{aliases:["smali"],c:[{cN:"string",b:'"',e:'"',r:0},t.C("#","$",{r:0}),{cN:"keyword",v:[{b:"\\s*\\.end\\s[a-zA-Z0-9]*"},{b:"^[ ]*\\.[a-zA-Z]*",r:0},{b:"\\s:[a-zA-Z_0-9]*",r:0},{b:"\\s("+r.join("|")+")"}]},{cN:"built_in",v:[{b:"\\s("+s.join("|")+")\\s"},{b:"\\s("+s.join("|")+")((\\-|/)[a-zA-Z0-9]+)+\\s",r:10},{b:"\\s("+e.join("|")+")((\\-|/)[a-zA-Z0-9]+)*\\s",r:10}]},{cN:"class",b:"L[^(;:\n]*;",r:0},{b:"[vp][0-9]+"}]}});hljs.registerLanguage("gradle",function(e){return{cI:!0,k:{keyword:"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine"},c:[e.CLCM,e.CBCM,e.ASM,e.QSM,e.NM,e.RM]}});hljs.registerLanguage("golo",function(e){return{k:{keyword:"println readln print import module function local return let var while for foreach times in case when match with break continue augment augmentation each find filter reduce if then else otherwise try catch finally raise throw orIfNull DynamicObject|10 DynamicVariable struct Observable map set vector list array",literal:"true false null"},c:[e.HCM,e.QSM,e.CNM,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("twig",function(e){var t={cN:"params",b:"\\(",e:"\\)"},a="attribute block constant cycle date dump include max min parent random range source template_from_string",r={bK:a,k:{name:a},r:0,c:[t]},c={b:/\|[A-Za-z_]+:?/,k:"abs batch capitalize convert_encoding date date_modify default escape first format join json_encode keys last length lower merge nl2br number_format raw replace reverse round slice sort split striptags title trim upper url_encode",c:[r]},s="autoescape block do embed extends filter flush for if import include macro sandbox set spaceless use verbatim";return s=s+" "+s.split(" ").map(function(e){return"end"+e}).join(" "),{aliases:["craftcms"],cI:!0,sL:"xml",c:[e.C(/\{#/,/#}/),{cN:"template-tag",b:/\{%/,e:/%}/,c:[{cN:"name",b:/\w+/,k:s,starts:{eW:!0,c:[c,r],r:0}}]},{cN:"template-variable",b:/\{\{/,e:/}}/,c:["self",c,r]}]}});hljs.registerLanguage("haml",function(s){return{cI:!0,c:[{cN:"meta",b:"^!!!( (5|1\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\b.*))?$",r:10},s.C("^\\s*(!=#|=#|-#|/).*$",!1,{r:0}),{b:"^\\s*(-|=|!=)(?!#)",starts:{e:"\\n",sL:"ruby"}},{cN:"tag",b:"^\\s*%",c:[{cN:"selector-tag",b:"\\w+"},{cN:"selector-id",b:"#[\\w-]+"},{cN:"selector-class",b:"\\.[\\w-]+"},{b:"{\\s*",e:"\\s*}",c:[{b:":\\w+\\s*=>",e:",\\s+",rB:!0,eW:!0,c:[{cN:"attr",b:":\\w+"},s.ASM,s.QSM,{b:"\\w+",r:0}]}]},{b:"\\(\\s*",e:"\\s*\\)",eE:!0,c:[{b:"\\w+\\s*=",e:"\\s+",rB:!0,eW:!0,c:[{cN:"attr",b:"\\w+",r:0},s.ASM,s.QSM,{b:"\\w+",r:0}]}]}]},{b:"^\\s*[=~]\\s*"},{b:"#{",starts:{e:"}",sL:"ruby"}}]}});hljs.registerLanguage("gams",function(e){var s="abort acronym acronyms alias all and assign binary card diag display else1 eps eq equation equations file files for1 free ge gt if inf integer le loop lt maximizing minimizing model models na ne negative no not option options or ord parameter parameters positive prod putpage puttl repeat sameas scalar scalars semicont semiint set1 sets smax smin solve sos1 sos2 sum system table then until using variable variables while1 xor yes";return{aliases:["gms"],cI:!0,k:s,c:[{bK:"sets parameters variables equations",e:";",c:[{b:"/",e:"/",c:[e.NM]}]},{cN:"string",b:"\\*{3}",e:"\\*{3}"},e.NM,{cN:"number",b:"\\$[a-zA-Z0-9]+"}]}});hljs.registerLanguage("capnproto",function(t){return{aliases:["capnp"],k:{keyword:"struct enum interface union group import using const annotation extends in of on as with from fixed",built_in:"Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 Text Data AnyPointer AnyStruct Capability List",literal:"true false"},c:[t.QSM,t.NM,t.HCM,{cN:"meta",b:/@0x[\w\d]{16};/,i:/\n/},{cN:"symbol",b:/@\d+\b/},{cN:"class",bK:"struct enum",e:/\{/,i:/\n/,c:[t.inherit(t.TM,{starts:{eW:!0,eE:!0}})]},{cN:"class",bK:"interface",e:/\{/,i:/\n/,c:[t.inherit(t.TM,{starts:{eW:!0,eE:!0}})]}]}});hljs.registerLanguage("accesslog",function(T){return{c:[{cN:"number",b:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{cN:"number",b:"\\b\\d+\\b",r:0},{cN:"string",b:'"(GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|PATCH|TRACE)',e:'"',k:"GET POST HEAD PUT DELETE CONNECT OPTIONS PATCH TRACE",i:"\\n",r:10},{cN:"string",b:/\[/,e:/\]/,i:"\\n"},{cN:"string",b:'"',e:'"',i:"\\n"}]}});hljs.registerLanguage("rib",function(e){return{k:"ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry Hider Hyperboloid Identity Illuminate Imager Interior LightSource MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd TransformPoints Translate TrimCurve WorldBegin WorldEnd",i:" <= >= == + / * - rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},r="a-zA-Z_\\-!.?+*=<>&#'",n="["+r+"]["+r+"0-9/;:]*",a="[-+]?\\d+(\\.\\d+)?",o={b:n,r:0},s={cN:"number",b:a,r:0},i=e.inherit(e.QSM,{i:null}),c=e.C(";","$",{r:0}),d={cN:"literal",b:/\b(true|false|nil)\b/},l={b:"[\\[\\{]",e:"[\\]\\}]"},m={cN:"comment",b:"\\^"+n},p=e.C("\\^\\{","\\}"),u={cN:"symbol",b:"[:]"+n},f={b:"\\(",e:"\\)"},h={eW:!0,r:0},y={k:t,l:n,cN:"name",b:n,starts:h},b=[f,i,m,p,c,u,l,s,d,o];return f.c=[e.C("comment",""),y,h],h.c=b,l.c=b,{aliases:["clj"],i:/\S/,c:[f,i,m,p,c,u,l,s,d]}});hljs.registerLanguage("yaml",function(e){var a={literal:"{ } true false yes no Yes No True False null"},b="^[ \\-]*",r="[a-zA-Z_][\\w\\-]*",t={cN:"attr",v:[{b:b+r+":"},{b:b+'"'+r+'":'},{b:b+"'"+r+"':"}]},c={cN:"template-variable",v:[{b:"{{",e:"}}"},{b:"%{",e:"}"}]},l={cN:"string",r:0,v:[{b:/'/,e:/'/},{b:/"/,e:/"/}],c:[e.BE,c]};return{cI:!0,aliases:["yml","YAML","yaml"],c:[t,{cN:"meta",b:"^---s*$",r:10},{cN:"string",b:"[\\|>] *$",rE:!0,c:l.c,e:t.v[0].b},{b:"<%[%=-]?",e:"[%-]?%>",sL:"ruby",eB:!0,eE:!0,r:0},{cN:"type",b:"!!"+e.UIR},{cN:"meta",b:"&"+e.UIR+"$"},{cN:"meta",b:"\\*"+e.UIR+"$"},{cN:"bullet",b:"^ *-",r:0},l,e.HCM,e.CNM],k:a}});hljs.registerLanguage("typescript",function(e){var r={keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class public private protected get set super static implements enum export import declare type namespace abstract",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document any number boolean string void"};return{aliases:["ts"],k:r,c:[{cN:"meta",b:/^\s*['"]use strict['"]/},e.ASM,e.QSM,{cN:"string",b:"`",e:"`",c:[e.BE,{cN:"subst",b:"\\$\\{",e:"\\}"}]},e.CLCM,e.CBCM,{cN:"number",v:[{b:"\\b(0[bB][01]+)"},{b:"\\b(0[oO][0-7]+)"},{b:e.CNR}],r:0},{b:"("+e.RSR+"|\\b(case|return|throw)\\b)\\s*",k:"return throw case",c:[e.CLCM,e.CBCM,e.RM],r:0},{cN:"function",b:"function",e:/[\{;]/,eE:!0,k:r,c:["self",e.inherit(e.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/}),{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,k:r,c:[e.CLCM,e.CBCM],i:/["'\(]/}],i:/\[|%/,r:0},{bK:"constructor",e:/\{/,eE:!0},{bK:"module",e:/\{/,eE:!0},{bK:"interface",e:/\{/,eE:!0,k:"interface extends"},{b:/\$[(.]/},{b:"\\."+e.IR,r:0}]}});hljs.registerLanguage("go",function(e){var t={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],k:t,i:" ",r:10},e.C("%","$"),{cN:"number",b:"\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",r:0},e.ASM,e.QSM,{b:"\\?(::)?([A-Z]\\w*(::)?)+"},{b:"->"},{b:"ok"},{b:"!"},{b:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",r:0},{b:"[A-Z][a-zA-Z0-9_']*",r:0}]}});hljs.registerLanguage("erb",function(e){return{sL:"xml",c:[e.C("<%#","%>"),{b:"<%[%=-]?",e:"[%-]?%>",sL:"ruby",eB:!0,eE:!0}]}});hljs.registerLanguage("json",function(e){var t={literal:"true false null"},i=[e.QSM,e.CNM],r={e:",",eW:!0,eE:!0,c:i,k:t},s={b:"{",e:"}",c:[{cN:"attr",b:'\\s*"',e:'"\\s*:\\s*',eB:!0,eE:!0,c:[e.BE],i:"\\n",starts:r}],i:"\\S"},n={b:"\\[",e:"\\]",c:[e.inherit(r)],i:"\\S"};return i.splice(i.length,0,s,n),{c:i,k:t,i:"\\S"}});hljs.registerLanguage("autohotkey",function(e){var r={b:/`[\s\S]/};return{cI:!0,k:{keyword:"Break Continue Else Gosub If Loop Return While",literal:"A true false NOT AND OR",built_in:"ComSpec Clipboard ClipboardAll ErrorLevel"},c:[{cN:"built_in",b:"A_[a-zA-Z0-9]+"},r,e.inherit(e.QSM,{c:[r]}),e.C(";","$",{r:0}),{cN:"number",b:e.NR,r:0},{cN:"variable",b:"%",e:"%",i:"\\n",c:[r]},{cN:"symbol",c:[r],v:[{b:'^[^\\n";]+::(?!=)'},{b:'^[^\\n";]+:(?!=)',r:0}]},{b:",\\s*,"}]}});hljs.registerLanguage("protobuf",function(e){return{k:{keyword:"package import option optional required repeated group",built_in:"double float int32 int64 uint32 uint64 sint32 sint64 fixed32 fixed64 sfixed32 sfixed64 bool string bytes",literal:"true false"},c:[e.QSM,e.NM,e.CLCM,{cN:"class",bK:"message enum service",e:/\{/,i:/\n/,c:[e.inherit(e.TM,{starts:{eW:!0,eE:!0}})]},{cN:"function",bK:"rpc",e:/;/,eE:!0,k:"rpc returns"},{b:/^\s*[A-Z_]+/,e:/\s*=/,eE:!0}]}});hljs.registerLanguage("xml",function(s){var t="[A-Za-z0-9\\._:-]+",e={b:/<\?(php)?(?!\w)/,e:/\?>/,sL:"php"},r={eW:!0,i:/]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xsl","plist"],cI:!0,c:[{cN:"meta",b:"",r:10,c:[{b:"\\[",e:"\\]"}]},s.C("",{r:10}),{b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"tag",b:"|$)",e:">",k:{name:"style"},c:[r],starts:{e:"",rE:!0,sL:["css","xml"]}},{cN:"tag",b:"|$)",e:">",k:{name:"script"},c:[r],starts:{e:"",rE:!0,sL:["actionscript","javascript","handlebars","xml"]}},e,{cN:"meta",b:/<\?\w+/,e:/\?>/,r:10},{cN:"tag",b:"",c:[{cN:"name",b:/[^\/><\s]+/,r:0},r]}]}});hljs.registerLanguage("tp",function(O){var R={cN:"number",b:"[1-9][0-9]*",r:0},E={cN:"symbol",b:":[^\\]]+"},T={cN:"built_in",b:"(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER| TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\[",e:"\\]",c:["self",R,E]},N={cN:"built_in",b:"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[",e:"\\]",c:["self",R,O.QSM,E]};return{k:{keyword:"ABORT ACC ADJUST AND AP_LD BREAK CALL CNT COL CONDITION CONFIG DA DB DIV DETECT ELSE END ENDFOR ERR_NUM ERROR_PROG FINE FOR GP GUARD INC IF JMP LINEAR_MAX_SPEED LOCK MOD MONITOR OFFSET Offset OR OVERRIDE PAUSE PREG PTH RT_LD RUN SELECT SKIP Skip TA TB TO TOOL_OFFSET Tool_Offset UF UT UFRAME_NUM UTOOL_NUM UNLOCK WAIT X Y Z W P R STRLEN SUBSTR FINDSTR VOFFSET PROG ATTR MN POS",literal:"ON OFF max_speed LPOS JPOS ENABLE DISABLE START STOP RESET"},c:[T,N,{cN:"keyword",b:"/(PROG|ATTR|MN|POS|END)\\b"},{cN:"keyword",b:"(CALL|RUN|POINT_LOGIC|LBL)\\b"},{cN:"keyword",b:"\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)"},{cN:"number",b:"\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\b",r:0},O.C("//","[;$]"),O.C("!","[;$]"),O.C("--eg:","$"),O.QSM,{cN:"string",b:"'",e:"'"},O.CNM,{cN:"variable",b:"\\$[A-Za-z0-9_]+"}]}});hljs.registerLanguage("mizar",function(e){return{k:"environ vocabularies notations constructors definitions registrations theorems schemes requirements begin end definition registration cluster existence pred func defpred deffunc theorem proof let take assume then thus hence ex for st holds consider reconsider such that and in provided of as from be being by means equals implies iff redefine define now not or attr is mode suppose per cases set thesis contradiction scheme reserve struct correctness compatibility coherence symmetry assymetry reflexivity irreflexivity connectedness uniqueness commutativity idempotence involutiveness projectivity",c:[e.C("::","$")]}});hljs.registerLanguage("http",function(e){var t="HTTP/[0-9\\.]+";return{aliases:["https"],i:"\\S",c:[{b:"^"+t,e:"$",c:[{cN:"number",b:"\\b\\d{3}\\b"}]},{b:"^[A-Z]+ (.*?) "+t+"$",rB:!0,e:"$",c:[{cN:"string",b:" ",e:" ",eB:!0,eE:!0},{b:t},{cN:"keyword",b:"[A-Z]+"}]},{cN:"attribute",b:"^\\w",e:": ",eE:!0,i:"\\n|\\s|=",starts:{e:"$",r:0}},{b:"\\n\\n",starts:{sL:[],eW:!0}}]}});hljs.registerLanguage("ceylon",function(e){var a="assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty",t="shared abstract formal default actual variable late native deprecatedfinal sealed annotation suppressWarnings small",s="doc by license see throws tagged",n={cN:"subst",eB:!0,eE:!0,b:/``/,e:/``/,k:a,r:10},r=[{cN:"string",b:'"""',e:'"""',r:10},{cN:"string",b:'"',e:'"',c:[n]},{cN:"string",b:"'",e:"'"},{cN:"number",b:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",r:0}];return n.c=r,{k:{keyword:a+" "+t,meta:s},i:"\\$[^01]|#[^0-9a-fA-F]",c:[e.CLCM,e.C("/\\*","\\*/",{c:["self"]}),{cN:"meta",b:'@[a-z]\\w*(?:\\:"[^"]*")?'}].concat(r)}});hljs.registerLanguage("cos",function(e){var r={cN:"string",v:[{b:'"',e:'"',c:[{b:'""',r:0}]}]},t={cN:"number",b:"\\b(\\d+(\\.\\d*)?|\\.\\d+)",r:0},s=(e.IR+"\\s*\\(",{keyword:["break","catch","close","continue","do","d","else","elseif","for","goto","halt","hang","h","if","job","j","kill","k","lock","l","merge","new","open","quit","q","read","r","return","set","s","tcommit","throw","trollback","try","tstart","use","view","while","write","w","xecute","x","zkill","znspace","zn","ztrap","zwrite","zw","zzdump","zzwrite","print","zbreak","zinsert","zload","zprint","zremove","zsave","zzprint","mv","mvcall","mvcrt","mvdim","mvprint","zquit","zsync","ascii"].join(" ")});return{cI:!0,aliases:["cos","cls"],k:s,c:[t,r,e.CLCM,e.CBCM,{cN:"built_in",b:/\$\$?[a-zA-Z]+/},{cN:"keyword",b:/\$\$\$[a-zA-Z]+/},{cN:"symbol",b:/\^%?[a-zA-Z][\w]*/},{cN:"keyword",b:/##class/},{b:/&sql\(/,e:/\)/,eB:!0,eE:!0,sL:"sql"},{b:/&(js|jscript|javascript)/,eB:!0,eE:!0,sL:"javascript"},{b:/&html<\s*\s*>/,sL:"xml"}]}});hljs.registerLanguage("ruby",function(e){var b="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",c="and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",r={cN:"doctag",b:"@[A-Za-z]+"},a={b:"#<",e:">"},s=[e.C("#","$",{c:[r]}),e.C("^\\=begin","^\\=end",{c:[r],r:10}),e.C("^__END__","\\n$")],n={cN:"subst",b:"#\\{",e:"}",k:c},t={cN:"string",c:[e.BE,n],v:[{b:/'/,e:/'/},{b:/"/,e:/"/},{b:/`/,e:/`/},{b:"%[qQwWx]?\\(",e:"\\)"},{b:"%[qQwWx]?\\[",e:"\\]"},{b:"%[qQwWx]?{",e:"}"},{b:"%[qQwWx]?<",e:">"},{b:"%[qQwWx]?/",e:"/"},{b:"%[qQwWx]?%",e:"%"},{b:"%[qQwWx]?-",e:"-"},{b:"%[qQwWx]?\\|",e:"\\|"},{b:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/}]},i={cN:"params",b:"\\(",e:"\\)",endsParent:!0,k:c},d=[t,a,{cN:"class",bK:"class module",e:"$|;",i:/=/,c:[e.inherit(e.TM,{b:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{b:"<\\s*",c:[{b:"("+e.IR+"::)?"+e.IR}]}].concat(s)},{cN:"function",bK:"def",e:"$|;",c:[e.inherit(e.TM,{b:b}),i].concat(s)},{cN:"symbol",b:e.UIR+"(\\!|\\?)?:",r:0},{cN:"symbol",b:":",c:[t,{b:b}],r:0},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{b:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{b:"("+e.RSR+")\\s*",c:[a,{cN:"regexp",c:[e.BE,n],i:/\n/,v:[{b:"/",e:"/[a-z]*"},{b:"%r{",e:"}[a-z]*"},{b:"%r\\(",e:"\\)[a-z]*"},{b:"%r!",e:"![a-z]*"},{b:"%r\\[",e:"\\][a-z]*"}]}].concat(s),r:0}].concat(s);n.c=d,i.c=d;var o="[>?]>",l="[\\w#]+\\(\\w+\\):\\d+:\\d+>",u="(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>",w=[{b:/^\s*=>/,starts:{e:"$",c:d}},{cN:"meta",b:"^("+o+"|"+l+"|"+u+")",starts:{e:"$",c:d}}];return{aliases:["rb","gemspec","podspec","thor","irb"],k:c,i:/\/\*/,c:s.concat(w).concat(d)}});hljs.registerLanguage("rust",function(e){var t="([uif](8|16|32|64|size))?",r=e.inherit(e.CBCM);r.c.push("self");var n="Copy Send Sized Sync Drop Fn FnMut FnOnce drop Box ToOwned Clone PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator Option Some None Result Ok Err SliceConcatExt String ToString Vec assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln!";return{aliases:["rs"],k:{keyword:"alignof as be box break const continue crate do else enum extern false fn for if impl in let loop match mod mut offsetof once priv proc pub pure ref return self Self sizeof static struct super trait true type typeof unsafe unsized use virtual while where yield int i8 i16 i32 i64 uint u8 u32 u64 float f32 f64 str char bool",literal:"true false",built_in:n},l:e.IR+"!?",i:""}]}});hljs.registerLanguage("oxygene",function(e){var r="abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained",t=e.C("{","}",{r:0}),a=e.C("\\(\\*","\\*\\)",{r:10}),n={cN:"string",b:"'",e:"'",c:[{b:"''"}]},o={cN:"string",b:"(#\\d+)+"},i={cN:"function",bK:"function constructor destructor procedure method",e:"[:;]",k:"function constructor|10 destructor|10 procedure|10 method|10",c:[e.TM,{cN:"params",b:"\\(",e:"\\)",k:r,c:[n,o]},t,a]};return{cI:!0,k:r,i:'("|\\$[G-Zg-z]|\\/\\*||->)',c:[t,a,e.CLCM,n,o,e.NM,i,{cN:"class",b:"=\\bclass\\b",e:"end;",k:r,c:[n,o,t,a,e.CLCM,i]}]}});hljs.registerLanguage("vbnet",function(e){return{aliases:["vb"],cI:!0,k:{keyword:"addhandler addressof alias and andalso aggregate ansi as assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass namespace narrowing new next not notinheritable notoverridable of off on operator option optional or order orelse overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim rem removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly xor",built_in:"boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype date decimal directcast double gettype getxmlnamespace iif integer long object sbyte short single string trycast typeof uinteger ulong ushort",literal:"true false nothing"},i:"//|{|}|endif|gosub|variant|wend",c:[e.inherit(e.QSM,{c:[{b:'""'}]}),e.C("'","$",{rB:!0,c:[{cN:"doctag",b:"'''|",c:[e.PWM]},{cN:"doctag",b:"",c:[e.PWM]}]}),e.CNM,{cN:"meta",b:"#",e:"$",k:{"meta-keyword":"if else elseif end region externalsource"}}]}});hljs.registerLanguage("groovy",function(e){return{k:{literal:"true false null",keyword:"byte short char int long boolean float double void def as in assert trait super this abstract static volatile transient public private protected synchronized final class interface enum if else for while switch case break default continue throw throws try catch finally implements extends new import package return instanceof"},c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,{cN:"string",b:'"""',e:'"""'},{cN:"string",b:"'''",e:"'''"},{cN:"string",b:"\\$/",e:"/\\$",r:10},e.ASM,{cN:"regexp",b:/~?\/[^\/\n]+\//,c:[e.BE]},e.QSM,{cN:"meta",b:"^#!/usr/bin/env",e:"$",i:"\n"},e.BNM,{cN:"class",bK:"class interface trait enum",e:"{",i:":",c:[{bK:"extends implements"},e.UTM]},e.CNM,{cN:"meta",b:"@[A-Za-z]+"},{cN:"string",b:/[^\?]{0}[A-Za-z0-9_$]+ *:/},{b:/\?/,e:/\:/},{cN:"symbol",b:"^\\s*[A-Za-z0-9_$]+:",r:0}],i:/#|<\//}});hljs.registerLanguage("ruleslanguage",function(T){return{k:{keyword:"BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM NUMDAYS READ_DATE STAGING",built_in:"IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME"},c:[T.CLCM,T.CBCM,T.ASM,T.QSM,T.CNM,{cN:"literal",v:[{b:"#\\s+[a-zA-Z\\ \\.]*",r:0},{b:"#[a-zA-Z\\ \\.]+"}]}]}});hljs.registerLanguage("parser3",function(r){var e=r.C("{","}",{c:["self"]});return{sL:"xml",r:0,c:[r.C("^#","$"),r.C("\\^rem{","}",{r:10,c:[e]}),{cN:"meta",b:"^@(?:BASE|USE|CLASS|OPTIONS)$",r:10},{cN:"title",b:"@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$"},{cN:"variable",b:"\\$\\{?[\\w\\-\\.\\:]+\\}?"},{cN:"keyword",b:"\\^[\\w\\-\\.\\:]+"},{cN:"number",b:"\\^#[0-9a-fA-F]+"},r.CNM]}});hljs.registerLanguage("verilog",function(e){return{aliases:["v"],cI:!0,k:{keyword:"always and assign begin buf bufif0 bufif1 case casex casez cmos deassign default defparam disable edge else end endcase endfunction endmodule endprimitive endspecify endtable endtask event for force forever fork function if ifnone initial inout input join macromodule module nand negedge nmos nor not notif0 notif1 or output parameter pmos posedge primitive pulldown pullup rcmos release repeat rnmos rpmos rtran rtranif0 rtranif1 specify specparam table task timescale tran tranif0 tranif1 wait while xnor xor highz0 highz1 integer large medium pull0 pull1 real realtime reg scalared signed small strong0 strong1 supply0 supply0 supply1 supply1 time tri tri0 tri1 triand trior trireg vectored wand weak0 weak1 wire wor"},c:[e.CBCM,e.CLCM,e.QSM,{cN:"number",b:"\\b(\\d+'(b|h|o|d|B|H|O|D))?[0-9xzXZ]+",c:[e.BE],r:0},{cN:"variable",b:"#\\((?!parameter).+\\)"}]}});hljs.registerLanguage("cmake",function(e){return{aliases:["cmake.in"],cI:!0,k:{keyword:"add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_subdirectory add_test aux_source_directory break build_command cmake_minimum_required cmake_policy configure_file create_test_sourcelist define_property else elseif enable_language enable_testing endforeach endfunction endif endmacro endwhile execute_process export find_file find_library find_package find_path find_program fltk_wrap_ui foreach function get_cmake_property get_directory_property get_filename_component get_property get_source_file_property get_target_property get_test_property if include include_directories include_external_msproject include_regular_expression install link_directories load_cache load_command macro mark_as_advanced message option output_required_files project qt_wrap_cpp qt_wrap_ui remove_definitions return separate_arguments set set_directory_properties set_property set_source_files_properties set_target_properties set_tests_properties site_name source_group string target_link_libraries try_compile try_run unset variable_watch while build_name exec_program export_library_dependencies install_files install_programs install_targets link_libraries make_directory remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or equal less greater strless strgreater strequal matches"},c:[{cN:"variable",b:"\\${",e:"}"},e.HCM,e.QSM,e.NM]}});hljs.registerLanguage("axapta",function(e){return{k:"false int abstract private char boolean static null if for true while long throw finally protected final return void enum else break new catch byte super case short default double public try this switch continue reverse firstfast firstonly forupdate nofetch sum avg minof maxof count order group by asc desc index hint like dispaly edit client server ttsbegin ttscommit str real date container anytype common div mod",c:[e.CLCM,e.CBCM,e.ASM,e.QSM,e.CNM,{cN:"meta",b:"#",e:"$"},{cN:"class",bK:"class interface",e:"{",eE:!0,i:":",c:[{bK:"extends implements"},e.UTM]}]}});hljs.registerLanguage("nsis",function(e){var t={cN:"variable",b:"\\$(ADMINTOOLS|APPDATA|CDBURN_AREA|CMDLINE|COMMONFILES32|COMMONFILES64|COMMONFILES|COOKIES|DESKTOP|DOCUMENTS|EXEDIR|EXEFILE|EXEPATH|FAVORITES|FONTS|HISTORY|HWNDPARENT|INSTDIR|INTERNET_CACHE|LANGUAGE|LOCALAPPDATA|MUSIC|NETHOOD|OUTDIR|PICTURES|PLUGINSDIR|PRINTHOOD|PROFILE|PROGRAMFILES32|PROGRAMFILES64|PROGRAMFILES|QUICKLAUNCH|RECENT|RESOURCES_LOCALIZED|RESOURCES|SENDTO|SMPROGRAMS|SMSTARTUP|STARTMENU|SYSDIR|TEMP|TEMPLATES|VIDEOS|WINDIR)"},i={cN:"variable",b:"\\$+{[a-zA-Z0-9_]+}"},n={cN:"variable",b:"\\$+[a-zA-Z0-9_]+",i:"\\(\\){}"},r={cN:"variable",b:"\\$+\\([a-zA-Z0-9_]+\\)"},l={cN:"built_in",b:"(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY)"},o={cN:"keyword",b:"\\!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversionsystem|ifdef|ifmacrodef|ifmacrondef|ifndef|if|include|insertmacro|macroend|macro|makensis|packhdr|searchparse|searchreplace|tempfile|undef|verbose|warning)"};return{cI:!1,k:{keyword:"Abort AddBrandingImage AddSize AllowRootDirInstall AllowSkipFiles AutoCloseWindow BGFont BGGradient BrandingText BringToFront Call CallInstDLL Caption ChangeUI CheckBitmap ClearErrors CompletedText ComponentText CopyFiles CRCCheck CreateDirectory CreateFont CreateShortCut Delete DeleteINISec DeleteINIStr DeleteRegKey DeleteRegValue DetailPrint DetailsButtonText DirText DirVar DirVerify EnableWindow EnumRegKey EnumRegValue Exch Exec ExecShell ExecWait ExpandEnvStrings File FileBufSize FileClose FileErrorText FileOpen FileRead FileReadByte FileReadUTF16LE FileReadWord FileSeek FileWrite FileWriteByte FileWriteUTF16LE FileWriteWord FindClose FindFirst FindNext FindWindow FlushINI FunctionEnd GetCurInstType GetCurrentAddress GetDlgItem GetDLLVersion GetDLLVersionLocal GetErrorLevel GetFileTime GetFileTimeLocal GetFullPathName GetFunctionAddress GetInstDirError GetLabelAddress GetTempFileName Goto HideWindow Icon IfAbort IfErrors IfFileExists IfRebootFlag IfSilent InitPluginsDir InstallButtonText InstallColors InstallDir InstallDirRegKey InstProgressFlags InstType InstTypeGetText InstTypeSetText IntCmp IntCmpU IntFmt IntOp IsWindow LangString LicenseBkColor LicenseData LicenseForceSelection LicenseLangString LicenseText LoadLanguageFile LockWindow LogSet LogText ManifestDPIAware ManifestSupportedOS MessageBox MiscButtonText Name Nop OutFile Page PageCallbacks PageExEnd Pop Push Quit ReadEnvStr ReadINIStr ReadRegDWORD ReadRegStr Reboot RegDLL Rename RequestExecutionLevel ReserveFile Return RMDir SearchPath SectionEnd SectionGetFlags SectionGetInstTypes SectionGetSize SectionGetText SectionGroupEnd SectionIn SectionSetFlags SectionSetInstTypes SectionSetSize SectionSetText SendMessage SetAutoClose SetBrandingImage SetCompress SetCompressor SetCompressorDictSize SetCtlColors SetCurInstType SetDatablockOptimize SetDateSave SetDetailsPrint SetDetailsView SetErrorLevel SetErrors SetFileAttributes SetFont SetOutPath SetOverwrite SetPluginUnload SetRebootFlag SetRegView SetShellVarContext SetSilent ShowInstDetails ShowUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts StrCmp StrCmpS StrCpy StrLen SubCaption SubSectionEnd Unicode UninstallButtonText UninstallCaption UninstallIcon UninstallSubCaption UninstallText UninstPage UnRegDLL Var VIAddVersionKey VIFileVersion VIProductVersion WindowIcon WriteINIStr WriteRegBin WriteRegDWORD WriteRegExpandStr WriteRegStr WriteUninstaller XPStyle",literal:"admin all auto both colored current false force hide highest lastused leave listonly none normal notset off on open print show silent silentlog smooth textonly true user "},c:[e.HCM,e.CBCM,{cN:"string",b:'"',e:'"',i:"\\n",c:[{b:"\\$(\\\\(n|r|t)|\\$)"},t,i,n,r]},e.C(";","$",{r:0}),{cN:"function",bK:"Function PageEx Section SectionGroup SubSection",e:"$"},o,i,n,r,l,e.NM,{b:e.IR+"::"+e.IR}]}});hljs.registerLanguage("javascript",function(e){return{aliases:["js"],k:{keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},c:[{cN:"meta",r:10,b:/^\s*['"]use (strict|asm)['"]/},e.ASM,e.QSM,{cN:"string",b:"`",e:"`",c:[e.BE,{cN:"subst",b:"\\$\\{",e:"\\}"}]},e.CLCM,e.CBCM,{cN:"number",v:[{b:"\\b(0[bB][01]+)"},{b:"\\b(0[oO][0-7]+)"},{b:e.CNR}],r:0},{b:"("+e.RSR+"|\\b(case|return|throw)\\b)\\s*",k:"return throw case",c:[e.CLCM,e.CBCM,e.RM,{b:/\s*[);\]]/,r:0,sL:"xml"}],r:0},{cN:"function",bK:"function",e:/\{/,eE:!0,c:[e.inherit(e.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/}),{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,c:[e.CLCM,e.CBCM]}],i:/\[|%/},{b:/\$[(.]/},{b:"\\."+e.IR,r:0},{cN:"class",bK:"class",e:/[{;=]/,eE:!0,i:/[:"\[\]]/,c:[{bK:"extends"},e.UTM]},{bK:"constructor",e:/\{/,eE:!0}],i:/#/}});hljs.registerLanguage("crmsh",function(t){var e="primitive rsc_template",r="group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml",s="property rsc_defaults op_defaults",a="params meta operations op rule attributes utilization",i="read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\",o="number string",n="Master Started Slave Stopped start promote demote stop monitor true false";return{aliases:["crm","pcmk"],cI:!0,k:{keyword:a+" "+i+" "+o,literal:n},c:[t.HCM,{bK:"node",starts:{e:"\\s*([\\w_-]+:)?",starts:{cN:"title",e:"\\s*[\\$\\w_][\\w_-]*"}}},{bK:e,starts:{cN:"title",e:"\\s*[\\$\\w_][\\w_-]*",starts:{e:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{b:"\\b("+r.split(" ").join("|")+")\\s+",k:r,starts:{cN:"title",e:"[\\$\\w_][\\w_-]*"}},{bK:s,starts:{cN:"title",e:"\\s*([\\w_-]+:)?"}},t.QSM,{cN:"meta",b:"(ocf|systemd|service|lsb):[\\w_:-]+",r:0},{cN:"number",b:"\\b\\d+(\\.\\d+)?(ms|s|h|m)?",r:0},{cN:"literal",b:"[-]?(infinity|inf)",r:0},{cN:"attr",b:/([A-Za-z\$_\#][\w_-]+)=/,r:0},{cN:"tag",b:"",r:0}]}});hljs.registerLanguage("julia",function(e){var r={keyword:"in abstract baremodule begin bitstype break catch ccall const continue do else elseif end export finally for function global if immutable import importall let local macro module quote return try type typealias using while",literal:"true false ARGS CPU_CORES C_NULL DL_LOAD_PATH DevNull ENDIAN_BOM ENV I|0 Inf Inf16 Inf32 InsertionSort JULIA_HOME LOAD_PATH MS_ASYNC MS_INVALIDATE MS_SYNC MergeSort NaN NaN16 NaN32 OS_NAME QuickSort RTLD_DEEPBIND RTLD_FIRST RTLD_GLOBAL RTLD_LAZY RTLD_LOCAL RTLD_NODELETE RTLD_NOLOAD RTLD_NOW RoundDown RoundFromZero RoundNearest RoundToZero RoundUp STDERR STDIN STDOUT VERSION WORD_SIZE catalan cglobal e|0 eu|0 eulergamma golden im nothing pi γ π φ Inf64 NaN64 RoundNearestTiesAway RoundNearestTiesUp ",built_in:"ANY ASCIIString AbstractArray AbstractRNG AbstractSparseArray Any ArgumentError Array Associative Base64Pipe Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError Box CFILE Cchar Cdouble Cfloat Char CharString Cint Clong Clonglong ClusterManager Cmd Coff_t Colon Complex Complex128 Complex32 Complex64 Condition Cptrdiff_t Cshort Csize_t Cssize_t Cuchar Cuint Culong Culonglong Cushort Cwchar_t DArray DataType DenseArray Diagonal Dict DimensionMismatch DirectIndexString Display DivideError DomainError EOFError EachLine Enumerate ErrorException Exception Expr Factorization FileMonitor FileOffset Filter Float16 Float32 Float64 FloatRange FloatingPoint Function GetfieldNode GotoNode Hermitian IO IOBuffer IOStream IPv4 IPv6 InexactError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException IntrinsicFunction KeyError LabelNode LambdaStaticData LineNumberNode LoadError LocalProcess MIME MathConst MemoryError MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode Nothing Number ObjectIdDict OrdinalRange OverflowError ParseError PollingFileWatcher ProcessExitedException ProcessGroup Ptr QuoteNode Range Range1 Ranges Rational RawFD Real Regex RegexMatch RemoteRef RepString RevString RopeString RoundingMode Set SharedArray Signed SparseMatrixCSC StackOverflowError Stat StatStruct StepRange String SubArray SubString SymTridiagonal Symbol SymbolNode Symmetric SystemError Task TextDisplay Timer TmStruct TopNode Triangular Tridiagonal Type TypeConstructor TypeError TypeName TypeVar UTF16String UTF32String UTF8String UdpSocket Uint Uint128 Uint16 Uint32 Uint64 Uint8 UndefRefError UndefVarError UniformScaling UnionType UnitRange Unsigned Vararg VersionNumber WString WeakKeyDict WeakRef Woodbury Zip AbstractChannel AbstractFloat AbstractString AssertionError Base64DecodePipe Base64EncodePipe BufferStream CapturedException CartesianIndex CartesianRange Channel Cintmax_t CompositeException Cstring Cuintmax_t Cwstring Date DateTime Dims Enum GenSym GlobalRef HTML InitError InvalidStateException Irrational LinSpace LowerTriangular NullException Nullable OutOfMemoryError Pair PartialQuickSort Pipe RandomDevice ReadOnlyMemoryError ReentrantLock Ref RemoteException SegmentationFault SerializationState SimpleVector TCPSocket Text Tuple UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UnicodeError Union UpperTriangular Val Void WorkerConfig AbstractMatrix AbstractSparseMatrix AbstractSparseVector AbstractVecOrMat AbstractVector DenseMatrix DenseVecOrMat DenseVector Matrix SharedMatrix SharedVector StridedArray StridedMatrix StridedVecOrMat StridedVector VecOrMat Vector "},t="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",a={l:t,k:r,i:/<\//},n={cN:"type",b:/::/},o={cN:"type",b:/<:/},i={cN:"number",b:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,r:0},l={cN:"string",b:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},c={cN:"subst",b:/\$\(/,e:/\)/,k:r},s={cN:"variable",b:"\\$"+t},d={cN:"string",c:[e.BE,c,s],v:[{b:/\w*"""/,e:/"""\w*/,r:10},{b:/\w*"/,e:/"\w*/}]},S={cN:"string",c:[e.BE,c,s],b:"`",e:"`"},u={cN:"meta",b:"@"+t},g={cN:"comment",v:[{b:"#=",e:"=#",r:10},{b:"#",e:"$"}]};return a.c=[i,l,n,o,d,S,u,g,e.HCM],c.c=a.c,a});hljs.registerLanguage("cal",function(e){var r="div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to until while with var",t="false true",c=[e.CLCM,e.C(/\{/,/\}/,{r:0}),e.C(/\(\*/,/\*\)/,{r:10})],n={cN:"string",b:/'/,e:/'/,c:[{b:/''/}]},o={cN:"string",b:/(#\d+)+/},a={cN:"number",b:"\\b\\d+(\\.\\d+)?(DT|D|T)",r:0},i={cN:"string",b:'"',e:'"'},d={cN:"function",bK:"procedure",e:/[:;]/,k:"procedure|10",c:[e.TM,{cN:"params",b:/\(/,e:/\)/,k:r,c:[n,o]}].concat(c)},s={cN:"class",b:"OBJECT (Table|Form|Report|Dataport|Codeunit|XMLport|MenuSuite|Page|Query) (\\d+) ([^\\r\\n]+)",rB:!0,c:[e.TM,d]};return{cI:!0,k:{keyword:r,literal:t},i:/\/\*/,c:[n,o,a,i,e.NM,s,d]}});hljs.registerLanguage("cs",function(e){var t="abstract as base bool break byte case catch char checked const continue decimal dynamic default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long null when object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async protected public private internal ascending descending from get group into join let orderby partial select set value var where yield",r=e.IR+"(<"+e.IR+">)?";return{aliases:["csharp"],k:t,i:/::/,c:[e.C("///","$",{rB:!0,c:[{cN:"doctag",v:[{b:"///",r:0},{b:""},{b:""}]}]}),e.CLCM,e.CBCM,{cN:"meta",b:"#",e:"$",k:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},e.ASM,e.QSM,e.CNM,{bK:"class interface",e:/[{;=]/,i:/[^\s:]/,c:[e.TM,e.CLCM,e.CBCM]},{bK:"namespace",e:/[{;=]/,i:/[^\s:]/,c:[e.inherit(e.TM,{b:"[a-zA-Z](\\.?\\w)*"}),e.CLCM,e.CBCM]},{bK:"new return throw await",r:0},{cN:"function",b:"("+r+"\\s+)+"+e.IR+"\\s*\\(",rB:!0,e:/[{;=]/,eE:!0,k:t,c:[{b:e.IR+"\\s*\\(",rB:!0,c:[e.TM],r:0},{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,k:t,r:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]}]}});hljs.registerLanguage("livecodeserver",function(e){var r={b:"\\b[gtps][A-Z]+[A-Za-z0-9_\\-]*\\b|\\$_[A-Z]+",r:0},t=[e.CBCM,e.HCM,e.C("--","$"),e.C("[^:]//","$")],a=e.inherit(e.TM,{v:[{b:"\\b_*rig[A-Z]+[A-Za-z0-9_\\-]*"},{b:"\\b_[a-z0-9\\-]+"}]}),o=e.inherit(e.TM,{b:"\\b([A-Za-z0-9_\\-]+)\\b"});return{cI:!1,k:{keyword:"$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph after byte bytes english the until http forever descending using line real8 with seventh for stdout finally element word words fourth before black ninth sixth characters chars stderr uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat end repeat URL in try into switch to words https token binfile each tenth as ticks tick system real4 by dateItems without char character ascending eighth whole dateTime numeric short first ftp integer abbreviated abbr abbrev private case while if div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within contains ends with begins the keys of keys",literal:"SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five quote empty one true return cr linefeed right backslash null seven tab three two RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK",built_in:"put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress constantNames cos date dateFormat decompress directories diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge millisec millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process combine constant convert create new alias folder directory decrypt delete variable word line folder directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime libURLSetStatusCallback load multiply socket prepare process post seek rel relative read from process rename replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop subtract union unload wait write"},c:[r,{cN:"keyword",b:"\\bend\\sif\\b"},{cN:"function",bK:"function",e:"$",c:[r,o,e.ASM,e.QSM,e.BNM,e.CNM,a]},{cN:"function",b:"\\bend\\s+",e:"$",k:"end",c:[o,a]},{bK:"command on",e:"$",c:[r,o,e.ASM,e.QSM,e.BNM,e.CNM,a]},{cN:"meta",v:[{b:"<\\?(rev|lc|livecode)",r:10},{b:"<\\?"},{b:"\\?>"}]},e.ASM,e.QSM,e.BNM,e.CNM,a].concat(t),i:";$|^\\[|^="}});hljs.registerLanguage("openscad",function(e){var r={cN:"keyword",b:"\\$(f[asn]|t|vp[rtd]|children)"},n={cN:"literal",b:"false|true|PI|undef"},o={cN:"number",b:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",r:0},i=e.inherit(e.QSM,{i:null}),t={cN:"meta",k:{"meta-keyword":"include use"},b:"include|use <",e:">"},s={cN:"params",b:"\\(",e:"\\)",c:["self",o,i,r,n]},c={b:"[*!#%]",r:0},a={cN:"function",bK:"module function",e:"\\=|\\{",c:[s,e.UTM]};return{aliases:["scad"],k:{keyword:"function module include use for intersection_for if else \\%",literal:"false true PI undef",built_in:"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"},c:[e.CLCM,e.CBCM,o,t,i,r,c,a]}});hljs.registerLanguage("prolog",function(c){var b={b:/[a-z][A-Za-z0-9_]*/,r:0},r={cN:"symbol",v:[{b:/[A-Z][a-zA-Z0-9_]*/},{b:/_[A-Za-z0-9_]*/}],r:0},e={b:/\(/,e:/\)/,r:0},n={b:/\[/,e:/\]/},a={cN:"comment",b:/%/,e:/$/,c:[c.PWM]},t={cN:"string",b:/`/,e:/`/,c:[c.BE]},g={cN:"string",b:/0\'(\\\'|.)/},s={cN:"string",b:/0\'\\s/},o={b:/:-/},N=[b,r,e,o,n,a,c.CBCM,c.QSM,c.ASM,t,g,s,c.CNM];return e.c=N,n.c=N,{c:N.concat([{b:/\.$/}])}});hljs.registerLanguage("diff",function(e){return{aliases:["patch"],c:[{cN:"meta",r:10,v:[{b:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{b:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{b:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{cN:"comment",v:[{b:/Index: /,e:/$/},{b:/=====/,e:/=====$/},{b:/^\-\-\-/,e:/$/},{b:/^\*{3} /,e:/$/},{b:/^\+\+\+/,e:/$/},{b:/\*{5}/,e:/\*{5}$/}]},{cN:"addition",b:"^\\+",e:"$"},{cN:"deletion",b:"^\\-",e:"$"},{cN:"addition",b:"^\\!",e:"$"}]}});hljs.registerLanguage("monkey",function(e){var n={cN:"number",r:0,v:[{b:"[$][a-fA-F0-9]+"},e.NM]};return{cI:!0,k:{keyword:"public private property continue exit extern new try catch eachin not abstract final select case default const local global field end if then else elseif endif while wend repeat until forever for to step next return module inline throw import",built_in:"DebugLog DebugStop Error Print ACos ACosr ASin ASinr ATan ATan2 ATan2r ATanr Abs Abs Ceil Clamp Clamp Cos Cosr Exp Floor Log Max Max Min Min Pow Sgn Sgn Sin Sinr Sqrt Tan Tanr Seed PI HALFPI TWOPI",literal:"true false null and or shl shr mod"},i:/\/\*/,c:[e.C("#rem","#end"),e.C("'","$",{r:0}),{cN:"function",bK:"function method",e:"[(=:]|$",i:/\n/,c:[e.UTM]},{cN:"class",bK:"class interface",e:"$",c:[{bK:"extends implements"},e.UTM]},{cN:"built_in",b:"\\b(self|super)\\b"},{cN:"meta",b:"\\s*#",e:"$",k:{"meta-keyword":"if else elseif endif end then"}},{cN:"meta",b:"^\\s*strict\\b"},{bK:"alias",e:"=",c:[e.UTM]},e.QSM,n]}});hljs.registerLanguage("profile",function(e){return{c:[e.CNM,{b:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",e:":",eE:!0},{b:"(ncalls|tottime|cumtime)",e:"$",k:"ncalls tottime|10 cumtime|10 filename",r:10},{b:"function calls",e:"$",c:[e.CNM],r:10},e.ASM,e.QSM,{cN:"string",b:"\\(",e:"\\)$",eB:!0,eE:!0,r:0}]}});hljs.registerLanguage("scss",function(e){var t="[a-zA-Z-][a-zA-Z0-9_-]*",i={cN:"variable",b:"(\\$"+t+")\\b"},r={cN:"number",b:"#[0-9A-Fa-f]+"};({cN:"attribute",b:"[A-Z\\_\\.\\-]+",e:":",eE:!0,i:"[^\\s]",starts:{eW:!0,eE:!0,c:[r,e.CSSNM,e.QSM,e.ASM,e.CBCM,{cN:"meta",b:"!important"}]}});return{cI:!0,i:"[=/|']",c:[e.CLCM,e.CBCM,{cN:"selector-id",b:"\\#[A-Za-z0-9_-]+",r:0},{cN:"selector-class",b:"\\.[A-Za-z0-9_-]+",r:0},{cN:"selector-attr",b:"\\[",e:"\\]",i:"$"},{cN:"selector-tag",b:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",r:0},{b:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{b:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},i,{cN:"attribute",b:"\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",i:"[^\\s]"},{b:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{b:":",e:";",c:[i,r,e.CSSNM,e.QSM,e.ASM,{cN:"meta",b:"!important"}]},{b:"@",e:"[{;]",k:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",c:[i,e.QSM,e.ASM,r,e.CSSNM,{b:"\\s[A-Za-z0-9_.-]+",r:0}]}]}});hljs.registerLanguage("aspectj",function(e){var t="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",i="get set args call";return{k:t,i:/<\/|#/,c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:"class",bK:"aspect",e:/[{;=]/,eE:!0,i:/[:;"\[\]]/,c:[{bK:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},e.UTM,{b:/\([^\)]*/,e:/[)]+/,k:t+" "+i,eE:!1}]},{cN:"class",bK:"class interface",e:/[{;=]/,eE:!0,r:0,k:"class interface",i:/[:"\[\]]/,c:[{bK:"extends implements"},e.UTM]},{bK:"pointcut after before around throwing returning",e:/[)]/,eE:!1,i:/["\[\]]/,c:[{b:e.UIR+"\\s*\\(",rB:!0,c:[e.UTM]}]},{b:/[:]/,rB:!0,e:/[{;]/,r:0,eE:!1,k:t,i:/["\[\]]/,c:[{b:e.UIR+"\\s*\\(",k:t+" "+i},e.QSM]},{bK:"new throw",r:0},{cN:"function",b:/\w+ +\w+(\.)?\w+\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,rB:!0,e:/[{;=]/,k:t,eE:!0,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"params",b:/\(/,e:/\)/,r:0,k:t,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},e.CNM,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("fortran",function(e){var t={cN:"params",b:"\\(",e:"\\)"},n={literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image"};return{cI:!0,aliases:["f90","f95"],k:n,i:/\/\*/,c:[e.inherit(e.ASM,{cN:"string",r:0}),e.inherit(e.QSM,{cN:"string",r:0}),{cN:"function",bK:"subroutine function program",i:"[${=\\n]",c:[e.UTM,t]},e.C("!","$",{r:0}),{cN:"number",b:"(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",r:0}]}});hljs.registerLanguage("sml",function(e){return{aliases:["ml"],k:{keyword:"abstype and andalso as case datatype do else end eqtype exception fn fun functor handle if in include infix infixr let local nonfix of op open orelse raise rec sharing sig signature struct structure then type val with withtype where while",built_in:"array bool char exn int list option order real ref string substring vector unit word",literal:"true false NONE SOME LESS EQUAL GREATER nil"},i:/\/\/|>>/,l:"[a-z_]\\w*!?",c:[{cN:"literal",b:"\\[(\\|\\|)?\\]|\\(\\)"},e.C("\\(\\*","\\*\\)",{c:["self"]}),{cN:"symbol",b:"'[A-Za-z_](?!')[\\w']*"},{cN:"type",b:"`[A-Z][\\w']*"},{cN:"type",b:"\\b[A-Z][\\w']*",r:0},{b:"[a-z_]\\w*'[\\w']*"},e.inherit(e.ASM,{cN:"string",r:0}),e.inherit(e.QSM,{i:null}),{cN:"number",b:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",r:0},{b:/[-=]>/}]}});hljs.registerLanguage("q",function(e){var s={keyword:"do while select delete by update from",literal:"0b 1b",built_in:"neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum",type:"`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid"};return{aliases:["k","kdb"],k:s,l:/(`?)[A-Za-z0-9_]+\b/,c:[e.CLCM,e.QSM,e.CNM]}});hljs.registerLanguage("vhdl",function(e){var r="\\d(_|\\d)*",t="[eE][-+]?"+r,o=r+"(\\."+r+")?("+t+")?",n="\\w+",i=r+"#"+n+"(\\."+n+")?#("+t+")?",a="\\b("+i+"|"+o+")";return{cI:!0,k:{keyword:"abs access after alias all and architecture array assert attribute begin block body buffer bus case component configuration constant context cover disconnect downto default else elsif end entity exit fairness file for force function generate generic group guarded if impure in inertial inout is label library linkage literal loop map mod nand new next nor not null of on open or others out package port postponed procedure process property protected pure range record register reject release rem report restrict restrict_guarantee return rol ror select sequence severity shared signal sla sll sra srl strong subtype then to transport type unaffected units until use variable vmode vprop vunit wait when while with xnor xor",built_in:"boolean bit character severity_level integer time delay_length natural positive string bit_vector file_open_kind file_open_status std_ulogic std_ulogic_vector std_logic std_logic_vector unsigned signed boolean_vector integer_vector real_vector time_vector"},i:"{",c:[e.CBCM,e.C("--","$"),e.QSM,{cN:"number",b:a,r:0},{cN:"literal",b:"'(U|X|0|1|Z|W|L|H|-)'",c:[e.BE]},{cN:"symbol",b:"'[A-Za-z](_?[A-Za-z0-9])*",c:[e.BE]}]}});hljs.registerLanguage("rsl",function(e){return{k:{keyword:"float color point normal vector matrix while for if do return else break extern continue",built_in:"abs acos ambient area asin atan atmosphere attribute calculatenormal ceil cellnoise clamp comp concat cos degrees depth Deriv diffuse distance Du Dv environment exp faceforward filterstep floor format fresnel incident length lightsource log match max min mod noise normalize ntransform opposite option phong pnoise pow printf ptlined radians random reflect refract renderinfo round setcomp setxcomp setycomp setzcomp shadow sign sin smoothstep specular specularbrdf spline sqrt step tan texture textureinfo trace transform vtransform xcomp ycomp zcomp"},i:"{",e:"}"},n={v:[{b:/\$\d/},{b:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{b:/[\$%@][^\s\w{]/,r:0}]},i=[e.BE,r,n],o=[n,e.HCM,e.C("^\\=\\w","\\=cut",{eW:!0}),s,{cN:"string",c:i,v:[{b:"q[qwxr]?\\s*\\(",e:"\\)",r:5},{b:"q[qwxr]?\\s*\\[",e:"\\]",r:5},{b:"q[qwxr]?\\s*\\{",e:"\\}",r:5},{b:"q[qwxr]?\\s*\\|",e:"\\|",r:5},{b:"q[qwxr]?\\s*\\<",e:"\\>",r:5},{b:"qw\\s+q",e:"q",r:5},{b:"'",e:"'",c:[e.BE]},{b:'"',e:'"'},{b:"`",e:"`",c:[e.BE]},{b:"{\\w+}",c:[],r:0},{b:"-?\\w+\\s*\\=\\>",c:[],r:0}]},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{b:"(\\/\\/|"+e.RSR+"|\\b(split|return|print|reverse|grep)\\b)\\s*",k:"split return print reverse grep",r:0,c:[e.HCM,{cN:"regexp",b:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?/",e:"/[a-z]*",c:[e.BE],r:0}]},{cN:"function",bK:"sub",e:"(\\s*\\(.*?\\))?[;{]",eE:!0,r:5,c:[e.TM]},{b:"-\\w\\b",r:0},{b:"^__DATA__$",e:"^__END__$",sL:"mojolicious",c:[{b:"^@@.*",e:"$",cN:"comment"}]}];return r.c=o,s.c=o,{aliases:["pl"],k:t,c:o}});hljs.registerLanguage("pf",function(t){var o={cN:"variable",b:/\$[\w\d#@][\w\d_]*/},e={cN:"variable",b://};return{aliases:["pf.conf"],l:/[a-z0-9_<>-]+/,k:{built_in:"block match pass load anchor|5 antispoof|10 set table",keyword:"in out log quick on rdomain inet inet6 proto from port os to routeallow-opts divert-packet divert-reply divert-to flags group icmp-typeicmp6-type label once probability recieved-on rtable prio queuetos tag tagged user keep fragment for os dropaf-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robinsource-hash static-portdup-to reply-to route-toparent bandwidth default min max qlimitblock-policy debug fingerprints hostid limit loginterface optimizationreassemble ruleset-optimization basic none profile skip state-defaultsstate-policy timeoutconst counters persistno modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppysource-track global rule max-src-nodes max-src-states max-src-connmax-src-conn-rate overload flushscrub|5 max-mss min-ttl no-df|10 random-id",literal:"all any no-route self urpf-failed egress|5 unknown"},c:[t.HCM,t.NM,t.QSM,o,e]}});hljs.registerLanguage("haxe",function(e){var a="([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)";return{aliases:["hx"],k:{keyword:"break callback case cast catch class continue default do dynamic else enum extends extern for function here if implements import in inline interface never new override package private public return static super switch this throw trace try typedef untyped using var while",literal:"true false null"},c:[e.ASM,e.QSM,e.CLCM,e.CBCM,e.CNM,{cN:"class",bK:"class interface",e:"{",eE:!0,c:[{bK:"extends implements"},e.TM]},{cN:"meta",b:"#",e:"$",k:{"meta-keyword":"if else elseif end error"}},{cN:"function",bK:"function",e:"[{;]",eE:!0,i:"\\S",c:[e.TM,{cN:"params",b:"\\(",e:"\\)",c:[e.ASM,e.QSM,e.CLCM,e.CBCM]},{b:":\\s*"+a}]}]}});hljs.registerLanguage("cpp",function(t){var e={cN:"keyword",b:"\\b[a-z\\d_]*_t\\b"},r={cN:"string",v:[t.inherit(t.QSM,{b:'((u8?|U)|L)?"'}),{b:'(u8?|U)?R"',e:'"',c:[t.BE]},{b:"'\\\\?.",e:"'",i:"."}]},i={cN:"number",v:[{b:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},{b:t.CNR}],r:0},s={cN:"meta",b:"#",e:"$",k:{"meta-keyword":"if else elif endif define undef warning error line pragma ifdef ifndef"},c:[{b:/\\\n/,r:0},{bK:"include",e:"$",k:{"meta-keyword":"include"},c:[t.inherit(r,{cN:"meta-string"}),{cN:"meta-string",b:"<",e:">",i:"\\n"}]},r,t.CLCM,t.CBCM]},a=t.IR+"\\s*\\(",c={keyword:"int float while private char catch export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignof constexpr decltype noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong",built_in:"std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr",literal:"true false nullptr NULL"};return{aliases:["c","cc","h","c++","h++","hpp"],k:c,i:"",k:c,c:["self",e]},{b:t.IR+"::",k:c},{bK:"new throw return else",r:0},{cN:"function",b:"("+t.IR+"[\\*&\\s]+)+"+a,rB:!0,e:/[{;=]/,eE:!0,k:c,i:/[^\w\s\*&]/,c:[{b:a,rB:!0,c:[t.TM],r:0},{cN:"params",b:/\(/,e:/\)/,k:c,r:0,c:[t.CLCM,t.CBCM,r,i]},t.CLCM,t.CBCM,s]}]}});hljs.registerLanguage("css",function(e){var c="[a-zA-Z-][a-zA-Z0-9_-]*",t={b:/[A-Z\_\.\-]+\s*:/,rB:!0,e:";",eW:!0,c:[{cN:"attribute",b:/\S/,e:":",eE:!0,starts:{eW:!0,eE:!0,c:[{b:/[\w-]+\s*\(/,rB:!0,c:[{cN:"built_in",b:/[\w-]+/}]},e.CSSNM,e.QSM,e.ASM,e.CBCM,{cN:"number",b:"#[0-9A-Fa-f]+"},{cN:"meta",b:"!important"}]}}]};return{cI:!0,i:/[=\/|'\$]/,c:[e.CBCM,{cN:"selector-id",b:/#[A-Za-z0-9_-]+/},{cN:"selector-class",b:/\.[A-Za-z0-9_-]+/},{cN:"selector-attr",b:/\[/,e:/\]/,i:"$"},{cN:"selector-pseudo",b:/:(:)?[a-zA-Z0-9\_\-\+\(\)"']+/},{b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{b:"@",e:"[{;]",c:[{cN:"keyword",b:/\S+/},{b:/\s/,eW:!0,eE:!0,r:0,c:[e.ASM,e.QSM,e.CSSNM]}]},{cN:"selector-tag",b:c,r:0},{b:"{",e:"}",i:/\S/,c:[e.CBCM,t]}]}});hljs.registerLanguage("django",function(e){var t={b:/\|[A-Za-z]+:?/,k:{name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"},c:[e.QSM,e.ASM]};return{aliases:["jinja"],cI:!0,sL:"xml",c:[e.C(/\{%\s*comment\s*%}/,/\{%\s*endcomment\s*%}/),e.C(/\{#/,/#}/),{cN:"template-tag",b:/\{%/,e:/%}/,c:[{cN:"name",b:/\w+/,k:{name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"},starts:{eW:!0,k:"in by as",c:[t],r:0}}]},{cN:"template-variable",b:/\{\{/,e:/}}/,c:[t]}]}});hljs.registerLanguage("erlang",function(e){var r="[a-z'][a-zA-Z0-9_']*",c="("+r+":"+r+"|"+r+")",b={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",literal:"false true"},i=e.C("%","$"),n={cN:"number",b:"\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",r:0},a={b:"fun\\s+"+r+"/\\d+"},d={b:c+"\\(",e:"\\)",rB:!0,r:0,c:[{b:c,r:0},{b:"\\(",e:"\\)",eW:!0,rE:!0,r:0}]},o={b:"{",e:"}",r:0},t={b:"\\b_([A-Z][A-Za-z0-9_]*)?",r:0},f={b:"[A-Z][a-zA-Z0-9_]*",r:0},l={b:"#"+e.UIR,r:0,rB:!0,c:[{b:"#"+e.UIR,r:0},{b:"{",e:"}",r:0}]},s={bK:"fun receive if try case",e:"end",k:b};s.c=[i,a,e.inherit(e.ASM,{cN:""}),s,d,e.QSM,n,o,t,f,l];var u=[i,a,s,d,e.QSM,n,o,t,f,l];d.c[1].c=u,o.c=u,l.c[1].c=u;var h={cN:"params",b:"\\(",e:"\\)",c:u};return{aliases:["erl"],k:b,i:"(",rB:!0,i:"\\(|#|//|/\\*|\\\\|:|;",c:[h,e.inherit(e.TM,{b:r})],starts:{e:";|\\.",k:b,c:u}},i,{b:"^-",e:"\\.",r:0,eE:!0,rB:!0,l:"-"+e.IR,k:"-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn -import -include -include_lib -compile -define -else -endif -file -behaviour -behavior -spec",c:[h]},n,e.QSM,l,t,f,o,{b:/\.$/}]}});hljs.registerLanguage("hsp",function(e){return{cI:!0,k:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop",c:[e.CLCM,e.CBCM,e.QSM,e.ASM,{cN:"string",b:'{"',e:'"}',c:[e.BE]},e.C(";","$"),{cN:"meta",b:"#",e:"$",k:{"meta-keyword":"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"},c:[e.inherit(e.QSM,{cN:"meta-string"}),e.NM,e.CNM,e.CLCM,e.CBCM]},{cN:"symbol",b:"^\\*(\\w+|@)"},e.NM,e.CNM]}});hljs.registerLanguage("elm",function(e){var i={v:[e.C("--","$"),e.C("{-","-}",{c:["self"]})]},r={cN:"type",b:"\\b[A-Z][\\w']*",r:0},t={b:"\\(",e:"\\)",i:'"',c:[{cN:"type",b:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},i]},n={b:"{",e:"}",c:t.c};return{k:"let in if then else case of where module import exposing type alias as infix infixl infixr port",c:[{bK:"module",e:"where",k:"module where",c:[t,i],i:"\\W\\.|;"},{b:"import",e:"$",k:"import as exposing",c:[t,i],i:"\\W\\.|;"},{b:"type",e:"$",k:"type alias",c:[r,t,n,i]},{bK:"infix infixl infixr",e:"$",c:[e.CNM,i]},{b:"port",e:"$",k:"port",c:[i]},e.QSM,e.CNM,r,e.inherit(e.TM,{b:"^[_a-z][\\w']*"}),i,{b:"->|<-"}]}});hljs.registerLanguage("r",function(e){var r="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{c:[e.HCM,{b:r,l:r,k:{keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},r:0},{cN:"number",b:"0[xX][0-9a-fA-F]+[Li]?\\b",r:0},{cN:"number",b:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",r:0},{cN:"number",b:"\\d+\\.(?!\\d)(?:i\\b)?",r:0},{cN:"number",b:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",r:0},{cN:"number",b:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",r:0},{b:"`",e:"`",r:0},{cN:"string",c:[e.BE],v:[{b:'"',e:'"'},{b:"'",e:"'"}]}]}});hljs.registerLanguage("sql",function(e){var t=e.C("--","$");return{cI:!0,i:/[<>{}*]/,c:[{bK:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke",e:/;/,eW:!0,k:{keyword:"abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound buffer_cache buffer_pool build bulk by byte byteordermark bytes c cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle d data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration e each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain export export_set extended extent external external_1 external_2 externally extract f failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function g general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour http i id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists k keep keep_duplicates key keys kill l language large last last_day last_insert_id last_value lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim m main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex n name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding p package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select self sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime t table tables tablespace tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null",built_in:"array bigint binary bit blob boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text varchar varying void"},c:[{cN:"string",b:"'",e:"'",c:[e.BE,{b:"''"}]},{cN:"string",b:'"',e:'"',c:[e.BE,{b:'""'}]},{cN:"string",b:"`",e:"`",c:[e.BE]},e.CNM,e.CBCM,t]},e.CBCM,t]}});hljs.registerLanguage("irpf90",function(e){var t={cN:"params",b:"\\(",e:"\\)"},n={literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here"};return{cI:!0,k:n,i:/\/\*/,c:[e.inherit(e.ASM,{cN:"string",r:0}),e.inherit(e.QSM,{cN:"string",r:0}),{cN:"function",bK:"subroutine function program",i:"[${=\\n]",c:[e.UTM,t]},e.C("!","$",{r:0}),e.C("begin_doc","end_doc",{r:10}),{cN:"number",b:"(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",r:0}]}}); \ No newline at end of file diff --git a/public/js/libs/jquery.minicolors-2.1.12.min.js b/public/js/libs/jquery.minicolors-2.1.12.min.js deleted file mode 100644 index 12480abb0..000000000 --- a/public/js/libs/jquery.minicolors-2.1.12.min.js +++ /dev/null @@ -1,11 +0,0 @@ -/* - * jQuery MiniColors: A tiny color picker built on jQuery - * - * Copyright: Cory LaViska for A Beautiful Site, LLC: http://www.abeautifulsite.net/ - * - * Contribute: https://github.com/claviska/jquery-minicolors - * - * @license: http://opensource.org/licenses/MIT - * - */ -!function(i){"function"==typeof define&&define.amd?define(["jquery"],i):"object"==typeof exports?module.exports=i(require("jquery")):i(jQuery)}(function($){function i(i,t){var o=$('
'),n=$.minicolors.defaults;i.data("minicolors-initialized")||(t=$.extend(!0,{},n,t),o.addClass("minicolors-theme-"+t.theme).toggleClass("minicolors-with-opacity",t.opacity).toggleClass("minicolors-no-data-uris",t.dataUris!==!0),void 0!==t.position&&$.each(t.position.split(" "),function(){o.addClass("minicolors-position-"+this)}),i.addClass("minicolors-input").data("minicolors-initialized",!1).data("minicolors-settings",t).prop("size",7).wrap(o).after('
'),t.inline||(i.after(''),i.next(".minicolors-swatch").on("click",function(t){t.preventDefault(),i.focus()})),i.parent().find(".minicolors-panel").on("selectstart",function(){return!1}).end(),t.inline&&i.parent().addClass("minicolors-inline"),e(i,!1),i.data("minicolors-initialized",!0))}function t(i){var t=i.parent();i.removeData("minicolors-initialized").removeData("minicolors-settings").removeProp("size").removeClass("minicolors-input"),t.before(i).remove()}function o(i){var t=i.parent(),o=t.find(".minicolors-panel"),s=i.data("minicolors-settings");!i.data("minicolors-initialized")||i.prop("disabled")||t.hasClass("minicolors-inline")||t.hasClass("minicolors-focus")||(n(),t.addClass("minicolors-focus"),o.stop(!0,!0).fadeIn(s.showSpeed,function(){s.show&&s.show.call(i.get(0))}))}function n(){$(".minicolors-focus").each(function(){var i=$(this),t=i.find(".minicolors-input"),o=i.find(".minicolors-panel"),n=t.data("minicolors-settings");o.fadeOut(n.hideSpeed,function(){n.hide&&n.hide.call(t.get(0)),i.removeClass("minicolors-focus")})})}function s(i,t,o){var n=i.parents(".minicolors").find(".minicolors-input"),s=n.data("minicolors-settings"),e=i.find("[class$=-picker]"),r=i.offset().left,c=i.offset().top,l=Math.round(t.pageX-r),h=Math.round(t.pageY-c),d=o?s.animationSpeed:0,u,g,p,m;t.originalEvent.changedTouches&&(l=t.originalEvent.changedTouches[0].pageX-r,h=t.originalEvent.changedTouches[0].pageY-c),0>l&&(l=0),0>h&&(h=0),l>i.width()&&(l=i.width()),h>i.height()&&(h=i.height()),i.parent().is(".minicolors-slider-wheel")&&e.parent().is(".minicolors-grid")&&(u=75-l,g=75-h,p=Math.sqrt(u*u+g*g),m=Math.atan2(g,u),0>m&&(m+=2*Math.PI),p>75&&(p=75,l=75-75*Math.cos(m),h=75-75*Math.sin(m)),l=Math.round(l),h=Math.round(h)),i.is(".minicolors-grid")?e.stop(!0).animate({top:h+"px",left:l+"px"},d,s.animationEasing,function(){a(n,i)}):e.stop(!0).animate({top:h+"px"},d,s.animationEasing,function(){a(n,i)})}function a(i,t){function o(i,t){var o,n;return i.length&&t?(o=i.offset().left,n=i.offset().top,{x:o-t.offset().left+i.outerWidth()/2,y:n-t.offset().top+i.outerHeight()/2}):null}var n,s,a,e,c,l,d,g=i.val(),p=i.attr("data-opacity"),f=i.parent(),v=i.data("minicolors-settings"),b=f.find(".minicolors-swatch"),y=f.find(".minicolors-grid"),M=f.find(".minicolors-slider"),w=f.find(".minicolors-opacity-slider"),x=y.find("[class$=-picker]"),C=M.find("[class$=-picker]"),k=w.find("[class$=-picker]"),S=o(x,y),z=o(C,M),D=o(k,w);if(t.is(".minicolors-grid, .minicolors-slider")){switch(v.control){case"wheel":e=y.width()/2-S.x,c=y.height()/2-S.y,l=Math.sqrt(e*e+c*c),d=Math.atan2(c,e),0>d&&(d+=2*Math.PI),l>75&&(l=75,S.x=69-75*Math.cos(d),S.y=69-75*Math.sin(d)),s=u(l/.75,0,100),n=u(180*d/Math.PI,0,360),a=u(100-Math.floor(z.y*(100/M.height())),0,100),g=m({h:n,s:s,b:a}),M.css("backgroundColor",m({h:n,s:s,b:100}));break;case"saturation":n=u(parseInt(S.x*(360/y.width()),10),0,360),s=u(100-Math.floor(z.y*(100/M.height())),0,100),a=u(100-Math.floor(S.y*(100/y.height())),0,100),g=m({h:n,s:s,b:a}),M.css("backgroundColor",m({h:n,s:100,b:a})),f.find(".minicolors-grid-inner").css("opacity",s/100);break;case"brightness":n=u(parseInt(S.x*(360/y.width()),10),0,360),s=u(100-Math.floor(S.y*(100/y.height())),0,100),a=u(100-Math.floor(z.y*(100/M.height())),0,100),g=m({h:n,s:s,b:a}),M.css("backgroundColor",m({h:n,s:s,b:100})),f.find(".minicolors-grid-inner").css("opacity",1-a/100);break;default:n=u(360-parseInt(z.y*(360/M.height()),10),0,360),s=u(Math.floor(S.x*(100/y.width())),0,100),a=u(100-Math.floor(S.y*(100/y.height())),0,100),g=m({h:n,s:s,b:a}),y.css("backgroundColor",m({h:n,s:100,b:100}))}i.val(h(g,v.letterCase))}t.is(".minicolors-opacity-slider")&&(p=v.opacity?parseFloat(1-D.y/w.height()).toFixed(2):1,v.opacity&&i.attr("data-opacity",p)),b.find("SPAN").css({backgroundColor:g,opacity:p}),r(i,g,p)}function e(i,t){var o,n,s,a,e,c,l,g=i.parent(),p=i.data("minicolors-settings"),v=g.find(".minicolors-swatch"),b=g.find(".minicolors-grid"),y=g.find(".minicolors-slider"),M=g.find(".minicolors-opacity-slider"),w=b.find("[class$=-picker]"),x=y.find("[class$=-picker]"),C=M.find("[class$=-picker]");switch(o=h(d(i.val(),!0),p.letterCase),o||(o=h(d(p.defaultValue,!0),p.letterCase)),n=f(o),t||i.val(o),p.opacity&&(s=""===i.attr("data-opacity")?1:u(parseFloat(i.attr("data-opacity")).toFixed(2),0,1),isNaN(s)&&(s=1),i.attr("data-opacity",s),v.find("SPAN").css("opacity",s),e=u(M.height()-M.height()*s,0,M.height()),C.css("top",e+"px")),v.find("SPAN").css("backgroundColor",o),p.control){case"wheel":c=u(Math.ceil(.75*n.s),0,b.height()/2),l=n.h*Math.PI/180,a=u(75-Math.cos(l)*c,0,b.width()),e=u(75-Math.sin(l)*c,0,b.height()),w.css({top:e+"px",left:a+"px"}),e=150-n.b/(100/b.height()),""===o&&(e=0),x.css("top",e+"px"),y.css("backgroundColor",m({h:n.h,s:n.s,b:100}));break;case"saturation":a=u(5*n.h/12,0,150),e=u(b.height()-Math.ceil(n.b/(100/b.height())),0,b.height()),w.css({top:e+"px",left:a+"px"}),e=u(y.height()-n.s*(y.height()/100),0,y.height()),x.css("top",e+"px"),y.css("backgroundColor",m({h:n.h,s:100,b:n.b})),g.find(".minicolors-grid-inner").css("opacity",n.s/100);break;case"brightness":a=u(5*n.h/12,0,150),e=u(b.height()-Math.ceil(n.s/(100/b.height())),0,b.height()),w.css({top:e+"px",left:a+"px"}),e=u(y.height()-n.b*(y.height()/100),0,y.height()),x.css("top",e+"px"),y.css("backgroundColor",m({h:n.h,s:n.s,b:100})),g.find(".minicolors-grid-inner").css("opacity",1-n.b/100);break;default:a=u(Math.ceil(n.s/(100/b.width())),0,b.width()),e=u(b.height()-Math.ceil(n.b/(100/b.height())),0,b.height()),w.css({top:e+"px",left:a+"px"}),e=u(y.height()-n.h/(360/y.height()),0,y.height()),x.css("top",e+"px"),b.css("backgroundColor",m({h:n.h,s:100,b:100}))}i.data("minicolors-initialized")&&r(i,o,s)}function r(i,t,o){var n=i.data("minicolors-settings"),s=i.data("minicolors-lastChange");s&&s.hex===t&&s.opacity===o||(i.data("minicolors-lastChange",{hex:t,opacity:o}),n.change&&(n.changeDelay?(clearTimeout(i.data("minicolors-changeTimeout")),i.data("minicolors-changeTimeout",setTimeout(function(){n.change.call(i.get(0),t,o)},n.changeDelay))):n.change.call(i.get(0),t,o)),i.trigger("change").trigger("input"))}function c(i){var t=d($(i).val(),!0),o=b(t),n=$(i).attr("data-opacity");return o?(void 0!==n&&$.extend(o,{a:parseFloat(n)}),o):null}function l(i,t){var o=d($(i).val(),!0),n=b(o),s=$(i).attr("data-opacity");return n?(void 0===s&&(s=1),t?"rgba("+n.r+", "+n.g+", "+n.b+", "+parseFloat(s)+")":"rgb("+n.r+", "+n.g+", "+n.b+")"):null}function h(i,t){return"uppercase"===t?i.toUpperCase():i.toLowerCase()}function d(i,t){return i=i.replace(/[^A-F0-9]/gi,""),3!==i.length&&6!==i.length?"":(3===i.length&&t&&(i=i[0]+i[0]+i[1]+i[1]+i[2]+i[2]),"#"+i)}function u(i,t,o){return t>i&&(i=t),i>o&&(i=o),i}function g(i){var t={},o=Math.round(i.h),n=Math.round(255*i.s/100),s=Math.round(255*i.b/100);if(0===n)t.r=t.g=t.b=s;else{var a=s,e=(255-n)*s/255,r=(a-e)*(o%60)/60;360===o&&(o=0),60>o?(t.r=a,t.b=e,t.g=e+r):120>o?(t.g=a,t.b=e,t.r=a-r):180>o?(t.g=a,t.r=e,t.b=e+r):240>o?(t.b=a,t.r=e,t.g=a-r):300>o?(t.b=a,t.g=e,t.r=e+r):360>o?(t.r=a,t.g=e,t.b=a-r):(t.r=0,t.g=0,t.b=0)}return{r:Math.round(t.r),g:Math.round(t.g),b:Math.round(t.b)}}function p(i){var t=[i.r.toString(16),i.g.toString(16),i.b.toString(16)];return $.each(t,function(i,o){1===o.length&&(t[i]="0"+o)}),"#"+t.join("")}function m(i){return p(g(i))}function f(i){var t=v(b(i));return 0===t.s&&(t.h=360),t}function v(i){var t={h:0,s:0,b:0},o=Math.min(i.r,i.g,i.b),n=Math.max(i.r,i.g,i.b),s=n-o;return t.b=n,t.s=0!==n?255*s/n:0,t.h=0!==t.s?i.r===n?(i.g-i.b)/s:i.g===n?2+(i.b-i.r)/s:4+(i.r-i.g)/s:-1,t.h*=60,t.h<0&&(t.h+=360),t.s*=100/255,t.b*=100/255,t}function b(i){return i=parseInt(i.indexOf("#")>-1?i.substring(1):i,16),{r:i>>16,g:(65280&i)>>8,b:255&i}}$.minicolors={defaults:{animationSpeed:50,animationEasing:"swing",change:null,changeDelay:0,control:"hue",dataUris:!0,defaultValue:"",hide:null,hideSpeed:100,inline:!1,letterCase:"lowercase",opacity:!1,position:"bottom left",show:null,showSpeed:100,theme:"default"}},$.extend($.fn,{minicolors:function(s,a){switch(s){case"destroy":return $(this).each(function(){t($(this))}),$(this);case"hide":return n(),$(this);case"opacity":return void 0===a?$(this).attr("data-opacity"):($(this).each(function(){e($(this).attr("data-opacity",a))}),$(this));case"rgbObject":return c($(this),"rgbaObject"===s);case"rgbString":case"rgbaString":return l($(this),"rgbaString"===s);case"settings":return void 0===a?$(this).data("minicolors-settings"):($(this).each(function(){var i=$(this).data("minicolors-settings")||{};t($(this)),$(this).minicolors($.extend(!0,i,a))}),$(this));case"show":return o($(this).eq(0)),$(this);case"value":return void 0===a?$(this).val():($(this).each(function(){e($(this).val(a))}),$(this));default:return"create"!==s&&(a=s),$(this).each(function(){i($(this),a)}),$(this)}}}),$(document).on("mousedown.minicolors touchstart.minicolors",function(i){$(i.target).parents().add(i.target).hasClass("minicolors")||n()}).on("mousedown.minicolors touchstart.minicolors",".minicolors-grid, .minicolors-slider, .minicolors-opacity-slider",function(i){var t=$(this);i.preventDefault(),$(document).data("minicolors-target",t),s(t,i,!0)}).on("mousemove.minicolors touchmove.minicolors",function(i){var t=$(document).data("minicolors-target");t&&s(t,i)}).on("mouseup.minicolors touchend.minicolors",function(){$(this).removeData("minicolors-target")}).on("mousedown.minicolors touchstart.minicolors",".minicolors-swatch",function(i){var t=$(this).parent().find(".minicolors-input");i.preventDefault(),o(t)}).on("focus.minicolors",".minicolors-input",function(){var i=$(this);i.data("minicolors-initialized")&&o(i)}).on("blur.minicolors",".minicolors-input",function(){var i=$(this),t=i.data("minicolors-settings");i.data("minicolors-initialized")&&(i.val(d(i.val(),!0)),""===i.val()&&i.val(d(t.defaultValue,!0)),i.val(h(i.val(),t.letterCase)))}).on("keydown.minicolors",".minicolors-input",function(i){var t=$(this);if(t.data("minicolors-initialized"))switch(i.keyCode){case 9:n();break;case 13:case 27:n(),t.blur()}}).on("keyup.minicolors",".minicolors-input",function(){var i=$(this);i.data("minicolors-initialized")&&e(i,!0)}).on("paste.minicolors",".minicolors-input",function(){var i=$(this);i.data("minicolors-initialized")&&setTimeout(function(){e(i,!0)},1)})}); \ No newline at end of file diff --git a/public/js/libs/jquery.minicolors.png b/public/js/libs/jquery.minicolors.png deleted file mode 100644 index 8fa1e9d90..000000000 Binary files a/public/js/libs/jquery.minicolors.png and /dev/null differ diff --git a/public/js/libs/simplemde-1.8.1.min.js b/public/js/libs/simplemde-1.8.1.min.js deleted file mode 100755 index 07843843a..000000000 --- a/public/js/libs/simplemde-1.8.1.min.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * simplemde v1.8.1 - * Copyright Next Step Webs, Inc. - * @link https://github.com/NextStepWebs/simplemde-markdown-editor - * @license MIT - */ -!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.SimpleMDE=e()}}(function(){var e;return function t(e,n,r){function i(l,a){if(!n[l]){if(!e[l]){var s="function"==typeof require&&require;if(!a&&s)return s(l,!0);if(o)return o(l,!0);var c=new Error("Cannot find module '"+l+"'");throw c.code="MODULE_NOT_FOUND",c}var u=n[l]={exports:{}};e[l][0].call(u.exports,function(t){var n=e[l][1][t];return i(n?n:t)},u,u.exports,t,e,n,r)}return n[l].exports}for(var o="function"==typeof require&&require,l=0;lo;o++)for(var a=this.compoundRules[o],s=0,c=a.length;c>s;s++)this.compoundRuleCodes[a[s]]=[];"ONLYINCOMPOUND"in this.flags&&(this.compoundRuleCodes[this.flags.ONLYINCOMPOUND]=[]),this.dictionaryTable=this._parseDIC(n);for(var o in this.compoundRuleCodes)0==this.compoundRuleCodes[o].length&&delete this.compoundRuleCodes[o];for(var o=0,l=this.compoundRules.length;l>o;o++){for(var u=this.compoundRules[o],d="",s=0,c=u.length;c>s;s++){var h=u[s];d+=h in this.compoundRuleCodes?"("+this.compoundRuleCodes[h].join("|")+")":h}this.compoundRules[o]=new RegExp(d,"i")}}return this};o.prototype={load:function(e){for(var t in e)this[t]=e[t];return this},_readFile:function(e,t){t||(t="ISO8859-1");var n=new XMLHttpRequest;return n.open("GET",e,!1),n.overrideMimeType&&n.overrideMimeType("text/plain; charset="+t),n.send(null),n.responseText},_parseAFF:function(e){var t={};e=this._removeAffixComments(e);for(var n=e.split("\n"),r=0,i=n.length;i>r;r++){var o=n[r],l=o.split(/\s+/),a=l[0];if("PFX"==a||"SFX"==a){for(var s=l[1],c=l[2],u=parseInt(l[3],10),d=[],h=r+1,f=r+1+u;f>h;h++){var o=n[h],p=o.split(/\s+/),m=p[2],g=p[3].split("/"),v=g[0];"0"===v&&(v="");var y=this.parseRuleCodes(g[1]),x=p[4],b={};b.add=v,y.length>0&&(b.continuationClasses=y),"."!==x&&("SFX"===a?b.match=new RegExp(x+"$"):b.match=new RegExp("^"+x)),"0"!=m&&("SFX"===a?b.remove=new RegExp(m+"$"):b.remove=m),d.push(b)}t[s]={type:a,combineable:"Y"==c,entries:d},r+=u}else if("COMPOUNDRULE"===a){for(var u=parseInt(l[1],10),h=r+1,f=r+1+u;f>h;h++){var o=n[h],p=o.split(/\s+/);this.compoundRules.push(p[1])}r+=u}else if("REP"===a){var p=o.split(/\s+/);3===p.length&&this.replacementTable.push([p[1],p[2]])}else this.flags[a]=l[1]}return t},_removeAffixComments:function(e){return e=e.replace(/#.*$/gm,""),e=e.replace(/^\s\s*/m,"").replace(/\s\s*$/m,""),e=e.replace(/\n{2,}/g,"\n"),e=e.replace(/^\s\s*/,"").replace(/\s\s*$/,"")},_parseDIC:function(e){function t(e,t){e in r&&"object"==typeof r[e]||(r[e]=[]),r[e].push(t)}e=this._removeDicComments(e);for(var n=e.split("\n"),r={},i=1,o=n.length;o>i;i++){var l=n[i],a=l.split("/",2),s=a[0];if(a.length>1){var c=this.parseRuleCodes(a[1]);"NEEDAFFIX"in this.flags&&-1!=c.indexOf(this.flags.NEEDAFFIX)||t(s,c);for(var u=0,d=c.length;d>u;u++){var h=c[u],f=this.rules[h];if(f)for(var p=this._applyRule(s,f),m=0,g=p.length;g>m;m++){var v=p[m];if(t(v,[]),f.combineable)for(var y=u+1;d>y;y++){var x=c[y],b=this.rules[x];if(b&&b.combineable&&f.type!=b.type)for(var w=this._applyRule(v,b),k=0,C=w.length;C>k;k++){var S=w[k];t(S,[])}}}h in this.compoundRuleCodes&&this.compoundRuleCodes[h].push(s)}}else t(s.trim(),[])}return r},_removeDicComments:function(e){return e=e.replace(/^\t.*$/gm,"")},parseRuleCodes:function(e){if(!e)return[];if(!("FLAG"in this.flags))return e.split("");if("long"===this.flags.FLAG){for(var t=[],n=0,r=e.length;r>n;n+=2)t.push(e.substr(n,2));return t}return"num"===this.flags.FLAG?textCode.split(","):void 0},_applyRule:function(e,t){for(var n=t.entries,r=[],i=0,o=n.length;o>i;i++){var l=n[i];if(!l.match||e.match(l.match)){var a=e;if(l.remove&&(a=a.replace(l.remove,"")),"SFX"===t.type?a+=l.add:a=l.add+a,r.push(a),"continuationClasses"in l)for(var s=0,c=l.continuationClasses.length;c>s;s++){var u=this.rules[l.continuationClasses[s]];u&&(r=r.concat(this._applyRule(a,u)))}}}return r},check:function(e){var t=e.replace(/^\s\s*/,"").replace(/\s\s*$/,"");if(this.checkExact(t))return!0;if(t.toUpperCase()===t){var n=t[0]+t.substring(1).toLowerCase();if(this.hasFlag(n,"KEEPCASE"))return!1;if(this.checkExact(n))return!0}var r=t.toLowerCase();if(r!==t){if(this.hasFlag(r,"KEEPCASE"))return!1;if(this.checkExact(r))return!0}return!1},checkExact:function(e){var t=this.dictionaryTable[e];if("undefined"==typeof t){if("COMPOUNDMIN"in this.flags&&e.length>=this.flags.COMPOUNDMIN)for(var n=0,r=this.compoundRules.length;r>n;n++)if(e.match(this.compoundRules[n]))return!0;return!1}for(var n=0,r=t.length;r>n;n++)if(!this.hasFlag(e,"ONLYINCOMPOUND",t[n]))return!0;return!1},hasFlag:function(e,t,n){if(t in this.flags){if("undefined"==typeof n)var n=Array.prototype.concat.apply([],this.dictionaryTable[e]);if(n&&-1!==n.indexOf(this.flags[t]))return!0}return!1},alphabet:"",suggest:function(e,t){function n(e){for(var t=[],n=0,r=e.length;r>n;n++){for(var i=e[n],o=[],l=0,a=i.length+1;a>l;l++)o.push([i.substring(0,l),i.substring(l,i.length)]);for(var s=[],l=0,a=o.length;a>l;l++){var u=o[l];u[1]&&s.push(u[0]+u[1].substring(1))}for(var d=[],l=0,a=o.length;a>l;l++){var u=o[l];u[1].length>1&&d.push(u[0]+u[1][1]+u[1][0]+u[1].substring(2))}for(var h=[],l=0,a=o.length;a>l;l++){var u=o[l];if(u[1])for(var f=0,p=c.alphabet.length;p>f;f++)h.push(u[0]+c.alphabet[f]+u[1].substring(1))}for(var m=[],l=0,a=o.length;a>l;l++){var u=o[l];if(u[1])for(var f=0,p=c.alphabet.length;p>f;f++)h.push(u[0]+c.alphabet[f]+u[1])}t=t.concat(s),t=t.concat(d),t=t.concat(h),t=t.concat(m)}return t}function r(e){for(var t=[],n=0;nu;u++)a[u]in s?s[a[u]]+=1:s[a[u]]=1;var h=[];for(var u in s)h.push([u,s[u]]);h.sort(i).reverse();for(var f=[],u=0,d=Math.min(t,h.length);d>u;u++)c.hasFlag(h[u][0],"NOSUGGEST")||f.push(h[u][0]);return f}if(t||(t=5),this.check(e))return[];for(var o=0,l=this.replacementTable.length;l>o;o++){var a=this.replacementTable[o];if(-1!==e.indexOf(a[0])){var s=e.replace(a[0],a[1]);if(this.check(s))return[s]}}var c=this;return c.alphabet="abcdefghijklmnopqrstuvwxyz",i(e)}},i("undefined"!=typeof o?o:window.Typo)}).call(e,void 0,void 0,void 0,void 0,function(e){t.exports=e})}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],3:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../../lib/codemirror")):"function"==typeof e&&e.amd?e(["../../lib/codemirror"],i):i(CodeMirror)}(function(e){"use strict";function t(e){var t=e.getWrapperElement();e.state.fullScreenRestore={scrollTop:window.pageYOffset,scrollLeft:window.pageXOffset,width:t.style.width,height:t.style.height},t.style.width="",t.style.height="auto",t.className+=" CodeMirror-fullscreen",document.documentElement.style.overflow="hidden",e.refresh()}function n(e){var t=e.getWrapperElement();t.className=t.className.replace(/\s*CodeMirror-fullscreen\b/,""),document.documentElement.style.overflow="";var n=e.state.fullScreenRestore;t.style.width=n.width,t.style.height=n.height,window.scrollTo(n.scrollLeft,n.scrollTop),e.refresh()}e.defineOption("fullScreen",!1,function(r,i,o){o==e.Init&&(o=!1),!o!=!i&&(i?t(r):n(r))})})},{"../../lib/codemirror":6}],4:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../../lib/codemirror")):"function"==typeof e&&e.amd?e(["../../lib/codemirror"],i):i(CodeMirror)}(function(e){"use strict";var t=/^(\s*)(>[> ]*|[*+-]\s|(\d+)([.)]))(\s*)/,n=/^(\s*)(>[> ]*|[*+-]|(\d+)[.)])(\s*)$/,r=/[*+-]\s/;e.commands.newlineAndIndentContinueMarkdownList=function(i){if(i.getOption("disableInput"))return e.Pass;for(var o=i.listSelections(),l=[],a=0;a")>=0?f[2]:parseInt(f[3],10)+1+f[4];l[a]="\n"+p+g+m}}i.replaceSelections(l)}})},{"../../lib/codemirror":6}],5:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../../lib/codemirror")):"function"==typeof e&&e.amd?e(["../../lib/codemirror"],i):i(CodeMirror)}(function(e){"use strict";e.overlayMode=function(t,n,r){return{startState:function(){return{base:e.startState(t),overlay:e.startState(n),basePos:0,baseCur:null,overlayPos:0,overlayCur:null,streamSeen:null}},copyState:function(r){return{base:e.copyState(t,r.base),overlay:e.copyState(n,r.overlay),basePos:r.basePos,baseCur:null,overlayPos:r.overlayPos,overlayCur:null}},token:function(e,i){return(e!=i.streamSeen||Math.min(i.basePos,i.overlayPos)xo&&setTimeout(function(){s.display.input.reset(!0)},20),_t(this),Ki(),xt(this),this.curOp.forceUpdate=!0,Xr(this,i),r.autofocus&&!No||s.hasFocus()?setTimeout(zi(gn,this),20):vn(this);for(var u in Jo)Jo.hasOwnProperty(u)&&Jo[u](this,r[u],el);k(this),r.finishInit&&r.finishInit(this);for(var d=0;dxo&&(r.gutters.style.zIndex=-1,r.scroller.style.paddingRight=0),bo||mo&&No||(r.scroller.draggable=!0),e&&(e.appendChild?e.appendChild(r.wrapper):e(r.wrapper)),r.viewFrom=r.viewTo=t.first,r.reportedViewFrom=r.reportedViewTo=t.first,r.view=[],r.renderedView=null,r.externalMeasured=null,r.viewOffset=0,r.lastWrapHeight=r.lastWrapWidth=0,r.updateLineNumbers=null,r.nativeBarWidth=r.barHeight=r.barWidth=0,r.scrollbarsClipped=!1,r.lineNumWidth=r.lineNumInnerWidth=r.lineNumChars=null,r.alignWidgets=!1,r.cachedCharWidth=r.cachedTextHeight=r.cachedPaddingH=null,r.maxLine=null,r.maxLineLength=0,r.maxLineChanged=!1,r.wheelDX=r.wheelDY=r.wheelStartX=r.wheelStartY=null,r.shift=!1,r.selForContextMenu=null,r.activeTouch=null,n.init(r)}function n(t){t.doc.mode=e.getMode(t.options,t.doc.modeOption),r(t)}function r(e){e.doc.iter(function(e){e.stateAfter&&(e.stateAfter=null),e.styles&&(e.styles=null)}),e.doc.frontier=e.doc.first,Fe(e,100),e.state.modeGen++,e.curOp&&Et(e)}function i(e){e.options.lineWrapping?(Yl(e.display.wrapper,"CodeMirror-wrap"),e.display.sizer.style.minWidth="",e.display.sizerWidth=null):(Xl(e.display.wrapper,"CodeMirror-wrap"),h(e)),l(e),Et(e),lt(e),setTimeout(function(){y(e)},100)}function o(e){var t=vt(e.display),n=e.options.lineWrapping,r=n&&Math.max(5,e.display.scroller.clientWidth/yt(e.display)-3);return function(i){if(wr(e.doc,i))return 0;var o=0;if(i.widgets)for(var l=0;lt.maxLineLength&&(t.maxLineLength=n,t.maxLine=e)})}function f(e){var t=Hi(e.gutters,"CodeMirror-linenumbers");-1==t&&e.lineNumbers?e.gutters=e.gutters.concat(["CodeMirror-linenumbers"]):t>-1&&!e.lineNumbers&&(e.gutters=e.gutters.slice(0),e.gutters.splice(t,1))}function p(e){var t=e.display,n=t.gutters.offsetWidth,r=Math.round(e.doc.height+qe(e.display));return{clientHeight:t.scroller.clientHeight,viewHeight:t.wrapper.clientHeight,scrollWidth:t.scroller.scrollWidth,clientWidth:t.scroller.clientWidth,viewWidth:t.wrapper.clientWidth,barLeft:e.options.fixedGutter?n:0,docHeight:r,scrollHeight:r+Ue(e)+t.barHeight,nativeBarWidth:t.nativeBarWidth,gutterWidth:n}}function m(e,t,n){this.cm=n;var r=this.vert=_i("div",[_i("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),i=this.horiz=_i("div",[_i("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");e(r),e(i),Nl(r,"scroll",function(){r.clientHeight&&t(r.scrollTop,"vertical")}),Nl(i,"scroll",function(){i.clientWidth&&t(i.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,yo&&8>xo&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")}function g(){}function v(t){t.display.scrollbars&&(t.display.scrollbars.clear(),t.display.scrollbars.addClass&&Xl(t.display.wrapper,t.display.scrollbars.addClass)),t.display.scrollbars=new e.scrollbarModel[t.options.scrollbarStyle](function(e){t.display.wrapper.insertBefore(e,t.display.scrollbarFiller),Nl(e,"mousedown",function(){t.state.focused&&setTimeout(function(){t.display.input.focus()},0)}),e.setAttribute("cm-not-content","true")},function(e,n){"horizontal"==n?rn(t,e):nn(t,e)},t),t.display.scrollbars.addClass&&Yl(t.display.wrapper,t.display.scrollbars.addClass)}function y(e,t){t||(t=p(e));var n=e.display.barWidth,r=e.display.barHeight;x(e,t);for(var i=0;4>i&&n!=e.display.barWidth||r!=e.display.barHeight;i++)n!=e.display.barWidth&&e.options.lineWrapping&&W(e),x(e,p(e)),n=e.display.barWidth,r=e.display.barHeight}function x(e,t){var n=e.display,r=n.scrollbars.update(t);n.sizer.style.paddingRight=(n.barWidth=r.right)+"px",n.sizer.style.paddingBottom=(n.barHeight=r.bottom)+"px",r.right&&r.bottom?(n.scrollbarFiller.style.display="block",n.scrollbarFiller.style.height=r.bottom+"px",n.scrollbarFiller.style.width=r.right+"px"):n.scrollbarFiller.style.display="",r.bottom&&e.options.coverGutterNextToScrollbar&&e.options.fixedGutter?(n.gutterFiller.style.display="block",n.gutterFiller.style.height=r.bottom+"px",n.gutterFiller.style.width=t.gutterWidth+"px"):n.gutterFiller.style.display=""}function b(e,t,n){var r=n&&null!=n.top?Math.max(0,n.top):e.scroller.scrollTop;r=Math.floor(r-je(e));var i=n&&null!=n.bottom?n.bottom:r+e.wrapper.clientHeight,o=ti(t,r),l=ti(t,i);if(n&&n.ensure){var a=n.ensure.from.line,s=n.ensure.to.line;o>a?(o=a,l=ti(t,ni(Yr(t,a))+e.wrapper.clientHeight)):Math.min(s,t.lastLine())>=l&&(o=ti(t,ni(Yr(t,s))-e.wrapper.clientHeight),l=s)}return{from:o,to:Math.max(l,o+1)}}function w(e){var t=e.display,n=t.view;if(t.alignWidgets||t.gutters.firstChild&&e.options.fixedGutter){for(var r=S(t)-t.scroller.scrollLeft+e.doc.scrollLeft,i=t.gutters.offsetWidth,o=r+"px",l=0;l=n.viewFrom&&t.visible.to<=n.viewTo&&(null==n.updateLineNumbers||n.updateLineNumbers>=n.viewTo)&&n.renderedView==n.view&&0==Bt(e))return!1;k(e)&&(Pt(e),t.dims=D(e));var i=r.first+r.size,o=Math.max(t.visible.from-e.options.viewportMargin,r.first),l=Math.min(i,t.visible.to+e.options.viewportMargin);n.viewFroml&&n.viewTo-l<20&&(l=Math.min(i,n.viewTo)),Io&&(o=xr(e.doc,o),l=br(e.doc,l));var a=o!=n.viewFrom||l!=n.viewTo||n.lastWrapHeight!=t.wrapperHeight||n.lastWrapWidth!=t.wrapperWidth;Rt(e,o,l),n.viewOffset=ni(Yr(e.doc,n.viewFrom)),e.display.mover.style.top=n.viewOffset+"px";var s=Bt(e);if(!a&&0==s&&!t.force&&n.renderedView==n.view&&(null==n.updateLineNumbers||n.updateLineNumbers>=n.viewTo))return!1;var c=Gi();return s>4&&(n.lineDiv.style.display="none"),E(e,n.updateLineNumbers,t.dims),s>4&&(n.lineDiv.style.display=""),n.renderedView=n.view,c&&Gi()!=c&&c.offsetHeight&&c.focus(),ji(n.cursorDiv),ji(n.selectionDiv),n.gutters.style.height=n.sizer.style.minHeight=0,a&&(n.lastWrapHeight=t.wrapperHeight,n.lastWrapWidth=t.wrapperWidth,Fe(e,400)),n.updateLineNumbers=null,!0}function N(e,t){for(var n=t.viewport,r=!0;(r&&e.options.lineWrapping&&t.oldDisplayWidth!=$e(e)||(n&&null!=n.top&&(n={top:Math.min(e.doc.height+qe(e.display)-Ve(e),n.top)}),t.visible=b(e.display,e.doc,n),!(t.visible.from>=e.display.viewFrom&&t.visible.to<=e.display.viewTo)))&&M(e,t);r=!1){W(e);var i=p(e);De(e),O(e,i),y(e,i)}t.signal(e,"update",e),(e.display.viewFrom!=e.display.reportedViewFrom||e.display.viewTo!=e.display.reportedViewTo)&&(t.signal(e,"viewportChange",e,e.display.viewFrom,e.display.viewTo),e.display.reportedViewFrom=e.display.viewFrom,e.display.reportedViewTo=e.display.viewTo)}function A(e,t){var n=new L(e,t);if(M(e,n)){W(e),N(e,n);var r=p(e);De(e),O(e,r),y(e,r),n.finish()}}function O(e,t){e.display.sizer.style.minHeight=t.docHeight+"px";var n=t.docHeight+e.display.barHeight;e.display.heightForcer.style.top=n+"px",e.display.gutters.style.height=Math.max(n+Ue(e),t.clientHeight)+"px"}function W(e){for(var t=e.display,n=t.lineDiv.offsetTop,r=0;rxo){var l=o.node.offsetTop+o.node.offsetHeight;i=l-n,n=l}else{var a=o.node.getBoundingClientRect();i=a.bottom-a.top}var s=o.line.height-i;if(2>i&&(i=vt(t)),(s>.001||-.001>s)&&(Jr(o.line,i),H(o.line),o.rest))for(var c=0;c=t&&d.lineNumber;d.changes&&(Hi(d.changes,"gutter")>-1&&(h=!1),I(e,d,c,n)),h&&(ji(d.lineNumber),d.lineNumber.appendChild(document.createTextNode(C(e.options,c)))),a=d.node.nextSibling}else{var f=q(e,d,c,n);l.insertBefore(f,a)}c+=d.size}for(;a;)a=r(a)}function I(e,t,n,r){for(var i=0;ixo&&(e.node.style.zIndex=2)),e.node}function z(e){var t=e.bgClass?e.bgClass+" "+(e.line.bgClass||""):e.line.bgClass;if(t&&(t+=" CodeMirror-linebackground"),e.background)t?e.background.className=t:(e.background.parentNode.removeChild(e.background),e.background=null);else if(t){var n=P(e);e.background=n.insertBefore(_i("div",null,t),n.firstChild)}}function F(e,t){var n=e.display.externalMeasured;return n&&n.line==t.line?(e.display.externalMeasured=null,t.measure=n.measure,n.built):zr(e,t)}function R(e,t){var n=t.text.className,r=F(e,t);t.text==t.node&&(t.node=r.pre),t.text.parentNode.replaceChild(r.pre,t.text),t.text=r.pre,r.bgClass!=t.bgClass||r.textClass!=t.textClass?(t.bgClass=r.bgClass,t.textClass=r.textClass,B(t)):n&&(t.text.className=n)}function B(e){z(e),e.line.wrapClass?P(e).className=e.line.wrapClass:e.node!=e.text&&(e.node.className="");var t=e.textClass?e.textClass+" "+(e.line.textClass||""):e.line.textClass;e.text.className=t||""}function _(e,t,n,r){if(t.gutter&&(t.node.removeChild(t.gutter),t.gutter=null),t.gutterBackground&&(t.node.removeChild(t.gutterBackground),t.gutterBackground=null),t.line.gutterClass){var i=P(t);t.gutterBackground=_i("div",null,"CodeMirror-gutter-background "+t.line.gutterClass,"left: "+(e.options.fixedGutter?r.fixedPos:-r.gutterTotalWidth)+"px; width: "+r.gutterTotalWidth+"px"),i.insertBefore(t.gutterBackground,t.text)}var o=t.line.gutterMarkers;if(e.options.lineNumbers||o){var i=P(t),l=t.gutter=_i("div",null,"CodeMirror-gutter-wrapper","left: "+(e.options.fixedGutter?r.fixedPos:-r.gutterTotalWidth)+"px");if(e.display.input.setUneditable(l),i.insertBefore(l,t.text),t.line.gutterClass&&(l.className+=" "+t.line.gutterClass),!e.options.lineNumbers||o&&o["CodeMirror-linenumbers"]||(t.lineNumber=l.appendChild(_i("div",C(e.options,n),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+r.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+e.display.lineNumInnerWidth+"px"))),o)for(var a=0;a1)if(Fo&&Fo.join("\n")==t){if(r.ranges.length%Fo.length==0){s=[];for(var c=0;c=0;c--){var u=r.ranges[c],d=u.from(),h=u.to();u.empty()&&(n&&n>0?d=Po(d.line,d.ch-n):e.state.overwrite&&!l&&(h=Po(h.line,Math.min(Yr(o,h.line).text.length,h.ch+Wi(a).length))));var f=e.curOp.updateInput,p={from:d,to:h,text:s?s[c%s.length]:a,origin:i||(l?"paste":e.state.cutIncoming?"cut":"+input")};Ln(e.doc,p),Ci(e,"inputRead",e,p)}t&&!l&&ee(e,t),zn(e),e.curOp.updateInput=f,e.curOp.typing=!0,e.state.pasteIncoming=e.state.cutIncoming=!1}function J(e,t){var n=e.clipboardData&&e.clipboardData.getData("text/plain");return n?(e.preventDefault(),Z(t)||t.options.disableInput||Nt(t,function(){Q(t,n,0,null,"paste")}),!0):void 0}function ee(e,t){if(e.options.electricChars&&e.options.smartIndent)for(var n=e.doc.sel,r=n.ranges.length-1;r>=0;r--){var i=n.ranges[r];if(!(i.head.ch>100||r&&n.ranges[r-1].head.line==i.head.line)){var o=e.getModeAt(i.head),l=!1;if(o.electricChars){for(var a=0;a-1){l=Rn(e,i.head.line,"smart");break}}else o.electricInput&&o.electricInput.test(Yr(e.doc,i.head.line).text.slice(0,i.head.ch))&&(l=Rn(e,i.head.line,"smart"));l&&Ci(e,"electricInput",e,i.head.line)}}}function te(e){for(var t=[],n=[],r=0;ri?c.map:u[i],l=0;li?e.line:e.rest[i]),d=o[l]+r;return(0>r||a!=t)&&(d=o[l+(r?1:0)]),Po(s,d)}}}var i=e.text.firstChild,o=!1;if(!t||!$l(i,t))return ae(Po(ei(e.line),0),!0);if(t==i&&(o=!0,t=i.childNodes[n],n=0,!t)){var l=e.rest?Wi(e.rest):e.line;return ae(Po(ei(l),l.text.length),o)}var a=3==t.nodeType?t:null,s=t;for(a||1!=t.childNodes.length||3!=t.firstChild.nodeType||(a=t.firstChild,n&&(n=a.nodeValue.length));s.parentNode!=i;)s=s.parentNode;var c=e.measure,u=c.maps,d=r(a,s,n);if(d)return ae(d,o);for(var h=s.nextSibling,f=a?a.nodeValue.length-n:0;h;h=h.nextSibling){if(d=r(h,h.firstChild,0))return ae(Po(d.line,d.ch-f),o);f+=h.textContent.length}for(var p=s.previousSibling,f=n;p;p=p.previousSibling){if(d=r(p,p.firstChild,-1))return ae(Po(d.line,d.ch+f),o);f+=h.textContent.length}}function ue(e,t,n,r,i){function o(e){return function(t){return t.id==e}}function l(t){if(1==t.nodeType){var n=t.getAttribute("cm-text");if(null!=n)return""==n&&(n=t.textContent.replace(/\u200b/g,"")),void(a+=n);var u,d=t.getAttribute("cm-marker");if(d){var h=e.findMarks(Po(r,0),Po(i+1,0),o(+d));return void(h.length&&(u=h[0].find())&&(a+=Zr(e.doc,u.from,u.to).join(c)))}if("false"==t.getAttribute("contenteditable"))return;for(var f=0;f=0){var l=X(o.from(),i.from()),a=K(o.to(),i.to()),s=o.empty()?i.from()==i.head:o.from()==o.head;t>=r&&--t,e.splice(--r,2,new he(s?a:l,s?l:a))}}return new de(e,t)}function pe(e,t){return new de([new he(e,t||e)],0)}function me(e,t){return Math.max(e.first,Math.min(t,e.first+e.size-1))}function ge(e,t){if(t.linen?Po(n,Yr(e,n).text.length):ve(t,Yr(e,t.line).text.length)}function ve(e,t){var n=e.ch;return null==n||n>t?Po(e.line,t):0>n?Po(e.line,0):e}function ye(e,t){return t>=e.first&&t=o.ch:c.to>o.ch))){if(r&&(Wl(u,"beforeCursorEnter"),u.explicitlyCleared)){if(a.markedSpans){--s;continue}break}if(!u.atomic)continue;var d=u.find(0>l?-1:1);if(0==zo(d,o)&&(d.ch+=l,d.ch<0?d=d.line>e.first?ge(e,Po(d.line-1)):null:d.ch>a.text.length&&(d=d.linet&&(t=0),t=Math.round(t),r=Math.round(r),a.appendChild(_i("div",null,"CodeMirror-selected","position: absolute; left: "+e+"px; top: "+t+"px; width: "+(null==n?u-e:n)+"px; height: "+(r-t)+"px"))}function i(t,n,i){function o(n,r){return dt(e,Po(t,n),"div",d,r)}var a,s,d=Yr(l,t),h=d.text.length;return Ji(ri(d),n||0,null==i?h:i,function(e,t,l){var d,f,p,m=o(e,"left");if(e==t)d=m,f=p=m.left;else{if(d=o(t-1,"right"),"rtl"==l){var g=m;m=d,d=g}f=m.left,p=d.right}null==n&&0==e&&(f=c),d.top-m.top>3&&(r(f,m.top,null,m.bottom),f=c,m.bottoms.bottom||d.bottom==s.bottom&&d.right>s.right)&&(s=d),c+1>f&&(f=c),r(f,d.top,p-f,d.bottom)}),{start:a,end:s}}var o=e.display,l=e.doc,a=document.createDocumentFragment(),s=Ge(e.display),c=s.left,u=Math.max(o.sizerWidth,$e(e)-o.sizer.offsetLeft)-s.right,d=t.from(),h=t.to();if(d.line==h.line)i(d.line,d.ch,h.ch);else{var f=Yr(l,d.line),p=Yr(l,h.line),m=vr(f)==vr(p),g=i(d.line,d.ch,m?f.text.length+1:null).end,v=i(h.line,m?0:null,h.ch).start;m&&(g.top0?t.blinker=setInterval(function(){t.cursorDiv.style.visibility=(n=!n)?"":"hidden"},e.options.cursorBlinkRate):e.options.cursorBlinkRate<0&&(t.cursorDiv.style.visibility="hidden")}}function Fe(e,t){e.doc.mode.startState&&e.doc.frontier=e.display.viewTo)){var n=+new Date+e.options.workTime,r=ll(t.mode,_e(e,t.frontier)),i=[];t.iter(t.frontier,Math.min(t.first+t.size,e.display.viewTo+500),function(o){if(t.frontier>=e.display.viewFrom){var l=o.styles,a=o.text.length>e.options.maxHighlightLength,s=Dr(e,o,a?ll(t.mode,r):r,!0);o.styles=s.styles;var c=o.styleClasses,u=s.classes;u?o.styleClasses=u:c&&(o.styleClasses=null);for(var d=!l||l.length!=o.styles.length||c!=u&&(!c||!u||c.bgClass!=u.bgClass||c.textClass!=u.textClass),h=0;!d&&hn?(Fe(e,e.options.workDelay),!0):void 0}),i.length&&Nt(e,function(){for(var t=0;tl;--a){if(a<=o.first)return o.first;var s=Yr(o,a-1);if(s.stateAfter&&(!n||a<=o.frontier))return a;var c=Fl(s.text,null,e.options.tabSize);(null==i||r>c)&&(i=a-1,r=c)}return i}function _e(e,t,n){var r=e.doc,i=e.display;if(!r.mode.startState)return!0;var o=Be(e,t,n),l=o>r.first&&Yr(r,o-1).stateAfter;return l=l?ll(r.mode,l):al(r.mode),r.iter(o,t,function(n){Ir(e,n.text,l);var a=o==t-1||o%5==0||o>=i.viewFrom&&o2&&o.push((s.bottom+c.top)/2-n.top)}}o.push(n.bottom-n.top)}}function Xe(e,t,n){if(e.line==t)return{map:e.measure.map,cache:e.measure.cache};for(var r=0;rn)return{map:e.measure.maps[r],cache:e.measure.caches[r],before:!0}}function Ye(e,t){t=vr(t);var n=ei(t),r=e.display.externalMeasured=new Ht(e.doc,t,n);r.lineN=n;var i=r.built=zr(e,r);return r.text=i.pre,qi(e.display.lineMeasure,i.pre),r}function Ze(e,t,n,r){return et(e,Je(e,t),n,r)}function Qe(e,t){if(t>=e.display.viewFrom&&t=n.lineN&&tt?(i=0,o=1,l="left"):c>t?(i=t-s,o=i+1):(a==e.length-3||t==c&&e[a+3]>t)&&(o=c-s,i=o-1,t>=c&&(l="right")),null!=i){if(r=e[a+2],s==c&&n==(r.insertLeft?"left":"right")&&(l=n),"left"==n&&0==i)for(;a&&e[a-2]==e[a-3]&&e[a-1].insertLeft;)r=e[(a-=3)+2],l="left";if("right"==n&&i==c-s)for(;au;u++){for(;a&&Bi(t.line.text.charAt(o.coverStart+a));)--a;for(;o.coverStart+sxo&&0==a&&s==o.coverEnd-o.coverStart)i=l.parentNode.getBoundingClientRect();else if(yo&&e.options.lineWrapping){var d=jl(l,a,s).getClientRects();i=d.length?d["right"==r?d.length-1:0]:jo}else i=jl(l,a,s).getBoundingClientRect()||jo;if(i.left||i.right||0==a)break;s=a,a-=1,c="right"}yo&&11>xo&&(i=rt(e.display.measure,i))}else{a>0&&(c=r="right");var d;i=e.options.lineWrapping&&(d=l.getClientRects()).length>1?d["right"==r?d.length-1:0]:l.getBoundingClientRect()}if(yo&&9>xo&&!a&&(!i||!i.left&&!i.right)){var h=l.parentNode.getClientRects()[0];i=h?{left:h.left,right:h.left+yt(e.display),top:h.top,bottom:h.bottom}:jo}for(var f=i.top-t.rect.top,p=i.bottom-t.rect.top,m=(f+p)/2,g=t.view.measure.heights,u=0;un.from?l(e-1):l(e,r)}r=r||Yr(e.doc,t.line),i||(i=Je(e,r));var s=ri(r),c=t.ch;if(!s)return l(c);var u=so(s,c),d=a(c,u);return null!=ia&&(d.other=a(c,ia)),d}function ft(e,t){var n=0,t=ge(e.doc,t);e.options.lineWrapping||(n=yt(e.display)*t.ch);var r=Yr(e.doc,t.line),i=ni(r)+je(e.display);return{left:n,right:n,top:i,bottom:i+r.height}}function pt(e,t,n,r){var i=Po(e,t);return i.xRel=r,n&&(i.outside=!0),i}function mt(e,t,n){var r=e.doc;if(n+=e.display.viewOffset,0>n)return pt(r.first,0,!0,-1);var i=ti(r,n),o=r.first+r.size-1;if(i>o)return pt(r.first+r.size-1,Yr(r,o).text.length,!0,1);0>t&&(t=0);for(var l=Yr(r,i);;){var a=gt(e,l,i,t,n),s=mr(l),c=s&&s.find(0,!0);if(!s||!(a.ch>c.from.ch||a.ch==c.from.ch&&a.xRel>0))return a;i=ei(l=c.to.line)}}function gt(e,t,n,r,i){function o(r){var i=ht(e,Po(n,r),"line",t,c);return a=!0,l>i.bottom?i.left-s:lg)return pt(n,f,v,1);for(;;){if(u?f==h||f==uo(t,h,1):1>=f-h){for(var y=p>r||g-r>=r-p?h:f,x=r-(y==h?p:g);Bi(t.text.charAt(y));)++y;var b=pt(n,y,y==h?m:v,-1>x?-1:x>1?1:0);return b}var w=Math.ceil(d/2),k=h+w;if(u){k=h;for(var C=0;w>C;++C)k=uo(t,k,1)}var S=o(k);S>r?(f=k,g=S,(v=a)&&(g+=1e3),d=w):(h=k,p=S,m=a,d-=w)}}function vt(e){if(null!=e.cachedTextHeight)return e.cachedTextHeight;if(null==Ro){Ro=_i("pre");for(var t=0;49>t;++t)Ro.appendChild(document.createTextNode("x")),Ro.appendChild(_i("br"));Ro.appendChild(document.createTextNode("x"))}qi(e.measure,Ro);var n=Ro.offsetHeight/50;return n>3&&(e.cachedTextHeight=n),ji(e.measure),n||1}function yt(e){if(null!=e.cachedCharWidth)return e.cachedCharWidth;var t=_i("span","xxxxxxxxxx"),n=_i("pre",[t]);qi(e.measure,n);var r=t.getBoundingClientRect(),i=(r.right-r.left)/10;return i>2&&(e.cachedCharWidth=i),i||10}function xt(e){e.curOp={cm:e,viewChanged:!1,startHeight:e.doc.height,forceUpdate:!1,updateInput:null,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Go},qo?qo.ops.push(e.curOp):e.curOp.ownsGroup=qo={ops:[e.curOp],delayedCallbacks:[]}}function bt(e){var t=e.delayedCallbacks,n=0;do{for(;n=n.viewTo)||n.maxLineChanged&&t.options.lineWrapping,e.update=e.mustUpdate&&new L(t,e.mustUpdate&&{top:e.scrollTop,ensure:e.scrollToPos},e.forceUpdate)}function St(e){e.updatedDisplay=e.mustUpdate&&M(e.cm,e.update)}function Lt(e){var t=e.cm,n=t.display;e.updatedDisplay&&W(t),e.barMeasure=p(t),n.maxLineChanged&&!t.options.lineWrapping&&(e.adjustWidthTo=Ze(t,n.maxLine,n.maxLine.text.length).left+3,t.display.sizerWidth=e.adjustWidthTo,e.barMeasure.scrollWidth=Math.max(n.scroller.clientWidth,n.sizer.offsetLeft+e.adjustWidthTo+Ue(t)+t.display.barWidth),e.maxScrollLeft=Math.max(0,n.sizer.offsetLeft+e.adjustWidthTo-$e(t))),(e.updatedDisplay||e.selectionChanged)&&(e.preparedSelection=n.input.prepareSelection())}function Tt(e){var t=e.cm;null!=e.adjustWidthTo&&(t.display.sizer.style.minWidth=e.adjustWidthTo+"px",e.maxScrollLefto;o=r){var l=new Ht(e.doc,Yr(e.doc,o),o);r=o+l.size,i.push(l)}return i}function Et(e,t,n,r){null==t&&(t=e.doc.first),null==n&&(n=e.doc.first+e.doc.size),r||(r=0);var i=e.display;if(r&&nt)&&(i.updateLineNumbers=t),e.curOp.viewChanged=!0,t>=i.viewTo)Io&&xr(e.doc,t)i.viewFrom?Pt(e):(i.viewFrom+=r,i.viewTo+=r);else if(t<=i.viewFrom&&n>=i.viewTo)Pt(e);else if(t<=i.viewFrom){var o=Ft(e,n,n+r,1);o?(i.view=i.view.slice(o.index),i.viewFrom=o.lineN,i.viewTo+=r):Pt(e)}else if(n>=i.viewTo){var o=Ft(e,t,t,-1);o?(i.view=i.view.slice(0,o.index),i.viewTo=o.lineN):Pt(e)}else{var l=Ft(e,t,t,-1),a=Ft(e,n,n+r,1);l&&a?(i.view=i.view.slice(0,l.index).concat(Dt(e,l.lineN,a.lineN)).concat(i.view.slice(a.index)),i.viewTo+=r):Pt(e)}var s=i.externalMeasured;s&&(n=i.lineN&&t=r.viewTo)){var o=r.view[zt(e,t)];if(null!=o.node){var l=o.changes||(o.changes=[]);-1==Hi(l,n)&&l.push(n)}}}function Pt(e){e.display.viewFrom=e.display.viewTo=e.doc.first,e.display.view=[],e.display.viewOffset=0}function zt(e,t){if(t>=e.display.viewTo)return null;if(t-=e.display.viewFrom,0>t)return null;for(var n=e.display.view,r=0;rt)return r}function Ft(e,t,n,r){var i,o=zt(e,t),l=e.display.view;if(!Io||n==e.doc.first+e.doc.size)return{index:o,lineN:n};for(var a=0,s=e.display.viewFrom;o>a;a++)s+=l[a].size;if(s!=t){if(r>0){if(o==l.length-1)return null;i=s+l[o].size-t,o++}else i=s-t;t+=i,n+=i}for(;xr(e.doc,n)!=n;){if(o==(0>r?0:l.length-1))return null;n+=r*l[o-(0>r?1:0)].size,o+=r}return{index:o,lineN:n}}function Rt(e,t,n){var r=e.display,i=r.view;0==i.length||t>=r.viewTo||n<=r.viewFrom?(r.view=Dt(e,t,n),r.viewFrom=t):(r.viewFrom>t?r.view=Dt(e,t,r.viewFrom).concat(r.view):r.viewFromn&&(r.view=r.view.slice(0,zt(e,n)))),r.viewTo=n}function Bt(e){for(var t=e.display.view,n=0,r=0;r400}var i=e.display;Nl(i.scroller,"mousedown",At(e,$t)),yo&&11>xo?Nl(i.scroller,"dblclick",At(e,function(t){if(!Li(e,t)){var n=Ut(e,t);if(n&&!Zt(e,t)&&!Gt(e.display,t)){Ll(t);var r=e.findWordAt(n);we(e.doc,r.anchor,r.head)}}})):Nl(i.scroller,"dblclick",function(t){Li(e,t)||Ll(t)}),Do||Nl(i.scroller,"contextmenu",function(t){yn(e,t)});var o,l={end:0};Nl(i.scroller,"touchstart",function(e){if(!n(e)){clearTimeout(o);var t=+new Date;i.activeTouch={start:t,moved:!1,prev:t-l.end<=300?l:null},1==e.touches.length&&(i.activeTouch.left=e.touches[0].pageX,i.activeTouch.top=e.touches[0].pageY)}}),Nl(i.scroller,"touchmove",function(){i.activeTouch&&(i.activeTouch.moved=!0)}),Nl(i.scroller,"touchend",function(n){var o=i.activeTouch;if(o&&!Gt(i,n)&&null!=o.left&&!o.moved&&new Date-o.start<300){var l,a=e.coordsChar(i.activeTouch,"page");l=!o.prev||r(o,o.prev)?new he(a,a):!o.prev.prev||r(o,o.prev.prev)?e.findWordAt(a):new he(Po(a.line,0),ge(e.doc,Po(a.line+1,0))),e.setSelection(l.anchor,l.head),e.focus(),Ll(n)}t()}),Nl(i.scroller,"touchcancel",t),Nl(i.scroller,"scroll",function(){i.scroller.clientHeight&&(nn(e,i.scroller.scrollTop),rn(e,i.scroller.scrollLeft,!0),Wl(e,"scroll",e))}),Nl(i.scroller,"mousewheel",function(t){on(e,t)}),Nl(i.scroller,"DOMMouseScroll",function(t){on(e,t)}),Nl(i.wrapper,"scroll",function(){i.wrapper.scrollTop=i.wrapper.scrollLeft=0}),i.dragFunctions={enter:function(t){Li(e,t)||Ml(t)},over:function(t){Li(e,t)||(en(e,t),Ml(t))},start:function(t){Jt(e,t)},drop:At(e,Qt),leave:function(){tn(e)}};var a=i.input.getField();Nl(a,"keyup",function(t){fn.call(e,t)}),Nl(a,"keydown",At(e,dn)),Nl(a,"keypress",At(e,pn)),Nl(a,"focus",zi(gn,e)),Nl(a,"blur",zi(vn,e))}function jt(t,n,r){var i=r&&r!=e.Init;if(!n!=!i){var o=t.display.dragFunctions,l=n?Nl:Ol;l(t.display.scroller,"dragstart",o.start),l(t.display.scroller,"dragenter",o.enter),l(t.display.scroller,"dragover",o.over),l(t.display.scroller,"dragleave",o.leave),l(t.display.scroller,"drop",o.drop)}}function qt(e){var t=e.display;(t.lastWrapHeight!=t.wrapper.clientHeight||t.lastWrapWidth!=t.wrapper.clientWidth)&&(t.cachedCharWidth=t.cachedTextHeight=t.cachedPaddingH=null,t.scrollbarsClipped=!1,e.setSize())}function Gt(e,t){for(var n=bi(t);n!=e.wrapper;n=n.parentNode)if(!n||1==n.nodeType&&"true"==n.getAttribute("cm-ignore-events")||n.parentNode==e.sizer&&n!=e.mover)return!0}function Ut(e,t,n,r){var i=e.display;if(!n&&"true"==bi(t).getAttribute("cm-not-content"))return null;var o,l,a=i.lineSpace.getBoundingClientRect();try{o=t.clientX-a.left,l=t.clientY-a.top}catch(t){return null}var s,c=mt(e,o,l);if(r&&1==c.xRel&&(s=Yr(e.doc,c.line).text).length==c.ch){var u=Fl(s,s.length,e.options.tabSize)-s.length;c=Po(c.line,Math.max(0,Math.round((o-Ge(e.display).left)/yt(e.display))-u))}return c}function $t(e){var t=this,n=t.display;if(!(n.activeTouch&&n.input.supportsTouch()||Li(t,e))){if(n.shift=e.shiftKey,Gt(n,e))return void(bo||(n.scroller.draggable=!1,setTimeout(function(){n.scroller.draggable=!0},100)));if(!Zt(t,e)){var r=Ut(t,e);switch(window.focus(),wi(e)){case 1:t.state.selectingText?t.state.selectingText(e):r?Vt(t,e,r):bi(e)==n.scroller&&Ll(e);break;case 2:bo&&(t.state.lastMiddleDown=+new Date),r&&we(t.doc,r),setTimeout(function(){n.input.focus()},20),Ll(e);break;case 3:Do?yn(t,e):mn(t)}}}}function Vt(e,t,n){yo?setTimeout(zi(Y,e),0):e.curOp.focus=Gi();var r,i=+new Date;_o&&_o.time>i-400&&0==zo(_o.pos,n)?r="triple":Bo&&Bo.time>i-400&&0==zo(Bo.pos,n)?(r="double",_o={time:i,pos:n}):(r="single",Bo={time:i,pos:n});var o,l=e.doc.sel,a=Ao?t.metaKey:t.ctrlKey;e.options.dragDrop&&Ql&&!Z(e)&&"single"==r&&(o=l.contains(n))>-1&&(zo((o=l.ranges[o]).from(),n)<0||n.xRel>0)&&(zo(o.to(),n)>0||n.xRel<0)?Kt(e,t,n,a):Xt(e,t,n,r,a)}function Kt(e,t,n,r){var i=e.display,o=+new Date,l=At(e,function(a){bo&&(i.scroller.draggable=!1),e.state.draggingText=!1,Ol(document,"mouseup",l),Ol(i.scroller,"drop",l),Math.abs(t.clientX-a.clientX)+Math.abs(t.clientY-a.clientY)<10&&(Ll(a),!r&&+new Date-200=p;p++){var v=Yr(c,p).text,y=Rl(v,s,o);s==f?i.push(new he(Po(p,y),Po(p,y))):v.length>y&&i.push(new he(Po(p,y),Po(p,Rl(v,f,o))))}i.length||i.push(new he(n,n)),Me(c,fe(h.ranges.slice(0,d).concat(i),d),{origin:"*mouse",scroll:!1}),e.scrollIntoView(t)}else{var x=u,b=x.anchor,w=t;if("single"!=r){if("double"==r)var k=e.findWordAt(t);else var k=new he(Po(t.line,0),ge(c,Po(t.line+1,0)));zo(k.anchor,b)>0?(w=k.head,b=X(x.from(),k.anchor)):(w=k.anchor,b=K(x.to(),k.head))}var i=h.ranges.slice(0);i[d]=new he(ge(c,b),w),Me(c,fe(i,d),Pl)}}function l(t){var n=++y,i=Ut(e,t,!0,"rect"==r);if(i)if(0!=zo(i,g)){e.curOp.focus=Gi(),o(i);var a=b(s,c);(i.line>=a.to||i.linev.bottom?20:0;u&&setTimeout(At(e,function(){y==n&&(s.scroller.scrollTop+=u,l(t))}),50)}}function a(t){e.state.selectingText=!1,y=1/0,Ll(t),s.input.focus(),Ol(document,"mousemove",x),Ol(document,"mouseup",w),c.history.lastSelOrigin=null}var s=e.display,c=e.doc;Ll(t);var u,d,h=c.sel,f=h.ranges;if(i&&!t.shiftKey?(d=c.sel.contains(n),u=d>-1?f[d]:new he(n,n)):(u=c.sel.primary(),d=c.sel.primIndex),t.altKey)r="rect",i||(u=new he(n,n)),n=Ut(e,t,!0,!0),d=-1;else if("double"==r){var p=e.findWordAt(n);u=e.display.shift||c.extend?be(c,u,p.anchor,p.head):p}else if("triple"==r){var m=new he(Po(n.line,0),ge(c,Po(n.line+1,0)));u=e.display.shift||c.extend?be(c,u,m.anchor,m.head):m}else u=be(c,u,n);i?-1==d?(d=f.length,Me(c,fe(f.concat([u]),d),{scroll:!1,origin:"*mouse"})):f.length>1&&f[d].empty()&&"single"==r&&!t.shiftKey?(Me(c,fe(f.slice(0,d).concat(f.slice(d+1)),0),{scroll:!1,origin:"*mouse"}),h=c.sel):Ce(c,d,u,Pl):(d=0,Me(c,new de([u],0),Pl),h=c.sel);var g=n,v=s.wrapper.getBoundingClientRect(),y=0,x=At(e,function(e){wi(e)?l(e):a(e)}),w=At(e,a);e.state.selectingText=w,Nl(document,"mousemove",x),Nl(document,"mouseup",w)}function Yt(e,t,n,r){try{var i=t.clientX,o=t.clientY}catch(t){return!1}if(i>=Math.floor(e.display.gutters.getBoundingClientRect().right))return!1;r&&Ll(t);var l=e.display,a=l.lineDiv.getBoundingClientRect();if(o>a.bottom||!Mi(e,n))return xi(t);o-=a.top-l.viewOffset;for(var s=0;s=i){var u=ti(e.doc,o),d=e.options.gutters[s];return Wl(e,n,e,u,d,t),xi(t)}}}function Zt(e,t){return Yt(e,t,"gutterClick",!0)}function Qt(e){var t=this;if(tn(t),!Li(t,e)&&!Gt(t.display,e)){Ll(e),yo&&(Uo=+new Date);var n=Ut(t,e,!0),r=e.dataTransfer.files;if(n&&!Z(t))if(r&&r.length&&window.FileReader&&window.File)for(var i=r.length,o=Array(i),l=0,a=function(e,r){if(!t.options.allowDropFileTypes||-1!=Hi(t.options.allowDropFileTypes,e.type)){var a=new FileReader;a.onload=At(t,function(){var e=a.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(e)&&(e=""),o[r]=e,++l==i){n=ge(t.doc,n);var s={from:n,to:n,text:t.doc.splitLines(o.join(t.doc.lineSeparator())),origin:"paste"};Ln(t.doc,s),Te(t.doc,pe(n,Zo(s)))}}),a.readAsText(e)}},s=0;i>s;++s)a(r[s],s);else{if(t.state.draggingText&&t.doc.sel.contains(n)>-1)return t.state.draggingText(e),void setTimeout(function(){t.display.input.focus()},20);try{var o=e.dataTransfer.getData("Text");if(o){if(t.state.draggingText&&!(Ao?e.altKey:e.ctrlKey))var c=t.listSelections();if(Ne(t.doc,pe(n,n)),c)for(var s=0;sl.clientWidth,s=l.scrollHeight>l.clientHeight;if(r&&a||i&&s){if(i&&Ao&&bo)e:for(var c=t.target,u=o.view;c!=l;c=c.parentNode)for(var d=0;dh?f=Math.max(0,f+h-50):p=Math.min(e.doc.height,p+h+50),A(e,{top:f,bottom:p})}20>$o&&(null==o.wheelStartX?(o.wheelStartX=l.scrollLeft,o.wheelStartY=l.scrollTop,o.wheelDX=r,o.wheelDY=i,setTimeout(function(){if(null!=o.wheelStartX){var e=l.scrollLeft-o.wheelStartX,t=l.scrollTop-o.wheelStartY,n=t&&o.wheelDY&&t/o.wheelDY||e&&o.wheelDX&&e/o.wheelDX;o.wheelStartX=o.wheelStartY=null,n&&(Vo=(Vo*$o+n)/($o+1),++$o)}},200)):(o.wheelDX+=r,o.wheelDY+=i))}}function ln(e,t,n){if("string"==typeof t&&(t=sl[t],!t))return!1;e.display.input.ensurePolled();var r=e.display.shift,i=!1;try{Z(e)&&(e.state.suppressEdits=!0),n&&(e.display.shift=!1),i=t(e)!=El}finally{e.display.shift=r,e.state.suppressEdits=!1}return i}function an(e,t,n){for(var r=0;rxo&&27==e.keyCode&&(e.returnValue=!1);var n=e.keyCode;t.display.shift=16==n||e.shiftKey;var r=cn(t,e);Co&&(Yo=r?n:null,!r&&88==n&&!ta&&(Ao?e.metaKey:e.ctrlKey)&&t.replaceSelection("",null,"cut")),18!=n||/\bCodeMirror-crosshair\b/.test(t.display.lineDiv.className)||hn(t)}}function hn(e){function t(e){18!=e.keyCode&&e.altKey||(Xl(n,"CodeMirror-crosshair"),Ol(document,"keyup",t),Ol(document,"mouseover",t))}var n=e.display.lineDiv;Yl(n,"CodeMirror-crosshair"),Nl(document,"keyup",t),Nl(document,"mouseover",t)}function fn(e){16==e.keyCode&&(this.doc.sel.shift=!1),Li(this,e)}function pn(e){var t=this;if(!(Gt(t.display,e)||Li(t,e)||e.ctrlKey&&!e.altKey||Ao&&e.metaKey)){var n=e.keyCode,r=e.charCode;if(Co&&n==Yo)return Yo=null,void Ll(e);if(!Co||e.which&&!(e.which<10)||!cn(t,e)){var i=String.fromCharCode(null==r?n:r);un(t,e,i)||t.display.input.onKeyPress(e)}}}function mn(e){e.state.delayingBlurEvent=!0,setTimeout(function(){e.state.delayingBlurEvent&&(e.state.delayingBlurEvent=!1,vn(e))},100)}function gn(e){e.state.delayingBlurEvent&&(e.state.delayingBlurEvent=!1),"nocursor"!=e.options.readOnly&&(e.state.focused||(Wl(e,"focus",e),e.state.focused=!0,Yl(e.display.wrapper,"CodeMirror-focused"),e.curOp||e.display.selForContextMenu==e.doc.sel||(e.display.input.reset(),bo&&setTimeout(function(){e.display.input.reset(!0)},20)),e.display.input.receivedFocus()),ze(e))}function vn(e){e.state.delayingBlurEvent||(e.state.focused&&(Wl(e,"blur",e),e.state.focused=!1,Xl(e.display.wrapper,"CodeMirror-focused")),clearInterval(e.display.blinker),setTimeout(function(){e.state.focused||(e.display.shift=!1)},150))}function yn(e,t){Gt(e.display,t)||xn(e,t)||Li(e,t,"contextmenu")||e.display.input.onContextMenu(t)}function xn(e,t){return Mi(e,"gutterContextMenu")?Yt(e,t,"gutterContextMenu",!1):!1}function bn(e,t){if(zo(e,t.from)<0)return e;if(zo(e,t.to)<=0)return Zo(t);var n=e.line+t.text.length-(t.to.line-t.from.line)-1,r=e.ch;return e.line==t.to.line&&(r+=Zo(t).ch-t.to.ch),Po(n,r)}function wn(e,t){for(var n=[],r=0;r=0;--i)Tn(e,{from:r[i].from,to:r[i].to,text:i?[""]:t.text});else Tn(e,t)}}function Tn(e,t){if(1!=t.text.length||""!=t.text[0]||0!=zo(t.from,t.to)){var n=wn(e,t);si(e,t,n,e.cm?e.cm.curOp.id:NaN),An(e,t,n,ir(e,t));var r=[];Kr(e,function(e,n){n||-1!=Hi(r,e.history)||(yi(e.history,t),r.push(e.history)),An(e,t,null,ir(e,t))})}}function Mn(e,t,n){if(!e.cm||!e.cm.state.suppressEdits){for(var r,i=e.history,o=e.sel,l="undo"==t?i.done:i.undone,a="undo"==t?i.undone:i.done,s=0;s=0;--s){var d=r.changes[s];if(d.origin=t,u&&!Sn(e,d,!1))return void(l.length=0);c.push(oi(e,d));var h=s?wn(e,d):Wi(l);An(e,d,h,lr(e,d)),!s&&e.cm&&e.cm.scrollIntoView({from:d.from,to:Zo(d)});var f=[];Kr(e,function(e,t){t||-1!=Hi(f,e.history)||(yi(e.history,d),f.push(e.history)),An(e,d,null,lr(e,d))})}}}}function Nn(e,t){if(0!=t&&(e.first+=t,e.sel=new de(Di(e.sel.ranges,function(e){return new he(Po(e.anchor.line+t,e.anchor.ch),Po(e.head.line+t,e.head.ch))}),e.sel.primIndex),e.cm)){Et(e.cm,e.first,e.first-t,t);for(var n=e.cm.display,r=n.viewFrom;re.lastLine())){if(t.from.lineo&&(t={from:t.from,to:Po(o,Yr(e,o).text.length),text:[t.text[0]],origin:t.origin}),t.removed=Zr(e,t.from,t.to),n||(n=wn(e,t)),e.cm?On(e.cm,t,r):Ur(e,t,r),Ne(e,n,Il)}}function On(e,t,n){var r=e.doc,i=e.display,l=t.from,a=t.to,s=!1,c=l.line;e.options.lineWrapping||(c=ei(vr(Yr(r,l.line))),r.iter(c,a.line+1,function(e){return e==i.maxLine?(s=!0,!0):void 0})),r.sel.contains(t.from,t.to)>-1&&Ti(e),Ur(r,t,n,o(e)),e.options.lineWrapping||(r.iter(c,l.line+t.text.length,function(e){var t=d(e);t>i.maxLineLength&&(i.maxLine=e,i.maxLineLength=t,i.maxLineChanged=!0,s=!1)}),s&&(e.curOp.updateMaxLine=!0)),r.frontier=Math.min(r.frontier,l.line),Fe(e,400);var u=t.text.length-(a.line-l.line)-1;t.full?Et(e):l.line!=a.line||1!=t.text.length||Gr(e.doc,t)?Et(e,l.line,a.line+1,u):It(e,l.line,"text");var h=Mi(e,"changes"),f=Mi(e,"change");if(f||h){var p={from:l,to:a,text:t.text,removed:t.removed,origin:t.origin};f&&Ci(e,"change",e,p),h&&(e.curOp.changeObjs||(e.curOp.changeObjs=[])).push(p)}e.display.selForContextMenu=null}function Wn(e,t,n,r,i){if(r||(r=n),zo(r,n)<0){var o=r;r=n,n=o}"string"==typeof t&&(t=e.splitLines(t)),Ln(e,{from:n,to:r,text:t,origin:i})}function Hn(e,t){if(!Li(e,"scrollCursorIntoView")){var n=e.display,r=n.sizer.getBoundingClientRect(),i=null;if(t.top+r.top<0?i=!0:t.bottom+r.top>(window.innerHeight||document.documentElement.clientHeight)&&(i=!1),null!=i&&!To){var o=_i("div","​",null,"position: absolute; top: "+(t.top-n.viewOffset-je(e.display))+"px; height: "+(t.bottom-t.top+Ue(e)+n.barHeight)+"px; left: "+t.left+"px; width: 2px;");e.display.lineSpace.appendChild(o),o.scrollIntoView(i),e.display.lineSpace.removeChild(o)}}}function Dn(e,t,n,r){null==r&&(r=0);for(var i=0;5>i;i++){var o=!1,l=ht(e,t),a=n&&n!=t?ht(e,n):l,s=In(e,Math.min(l.left,a.left),Math.min(l.top,a.top)-r,Math.max(l.left,a.left),Math.max(l.bottom,a.bottom)+r),c=e.doc.scrollTop,u=e.doc.scrollLeft;if(null!=s.scrollTop&&(nn(e,s.scrollTop),Math.abs(e.doc.scrollTop-c)>1&&(o=!0)),null!=s.scrollLeft&&(rn(e,s.scrollLeft),Math.abs(e.doc.scrollLeft-u)>1&&(o=!0)),!o)break}return l}function En(e,t,n,r,i){var o=In(e,t,n,r,i);null!=o.scrollTop&&nn(e,o.scrollTop),null!=o.scrollLeft&&rn(e,o.scrollLeft)}function In(e,t,n,r,i){var o=e.display,l=vt(e.display);0>n&&(n=0);var a=e.curOp&&null!=e.curOp.scrollTop?e.curOp.scrollTop:o.scroller.scrollTop,s=Ve(e),c={};i-n>s&&(i=n+s);var u=e.doc.height+qe(o),d=l>n,h=i>u-l;if(a>n)c.scrollTop=d?0:n;else if(i>a+s){var f=Math.min(n,(h?u:i)-s);f!=a&&(c.scrollTop=f)}var p=e.curOp&&null!=e.curOp.scrollLeft?e.curOp.scrollLeft:o.scroller.scrollLeft,m=$e(e)-(e.options.fixedGutter?o.gutters.offsetWidth:0),g=r-t>m;return g&&(r=t+m),10>t?c.scrollLeft=0:p>t?c.scrollLeft=Math.max(0,t-(g?0:10)):r>m+p-3&&(c.scrollLeft=r+(g?0:10)-m),c}function Pn(e,t,n){(null!=t||null!=n)&&Fn(e),null!=t&&(e.curOp.scrollLeft=(null==e.curOp.scrollLeft?e.doc.scrollLeft:e.curOp.scrollLeft)+t),null!=n&&(e.curOp.scrollTop=(null==e.curOp.scrollTop?e.doc.scrollTop:e.curOp.scrollTop)+n)}function zn(e){Fn(e);var t=e.getCursor(),n=t,r=t;e.options.lineWrapping||(n=t.ch?Po(t.line,t.ch-1):t,r=Po(t.line,t.ch+1)),e.curOp.scrollToPos={from:n,to:r,margin:e.options.cursorScrollMargin,isCursor:!0}}function Fn(e){var t=e.curOp.scrollToPos;if(t){e.curOp.scrollToPos=null;var n=ft(e,t.from),r=ft(e,t.to),i=In(e,Math.min(n.left,r.left),Math.min(n.top,r.top)-t.margin,Math.max(n.right,r.right),Math.max(n.bottom,r.bottom)+t.margin);e.scrollTo(i.scrollLeft,i.scrollTop)}}function Rn(e,t,n,r){var i,o=e.doc;null==n&&(n="add"),"smart"==n&&(o.mode.indent?i=_e(e,t):n="prev");var l=e.options.tabSize,a=Yr(o,t),s=Fl(a.text,null,l);a.stateAfter&&(a.stateAfter=null);var c,u=a.text.match(/^\s*/)[0];if(r||/\S/.test(a.text)){if("smart"==n&&(c=o.mode.indent(i,a.text.slice(u.length),a.text),c==El||c>150)){if(!r)return;n="prev"}}else c=0,n="not";"prev"==n?c=t>o.first?Fl(Yr(o,t-1).text,null,l):0:"add"==n?c=s+e.options.indentUnit:"subtract"==n?c=s-e.options.indentUnit:"number"==typeof n&&(c=s+n),c=Math.max(0,c);var d="",h=0;if(e.options.indentWithTabs)for(var f=Math.floor(c/l);f;--f)h+=l,d+=" ";if(c>h&&(d+=Oi(c-h)),d!=u)return Wn(o,d,Po(t,0),Po(t,u.length),"+input"),a.stateAfter=null,!0;for(var f=0;f=0;t--)Wn(e.doc,"",r[t].from,r[t].to,"+delete");zn(e)})}function jn(e,t,n,r,i){function o(){var t=a+n;return t=e.first+e.size?d=!1:(a=t,u=Yr(e,t))}function l(e){var t=(i?uo:ho)(u,s,n,!0);if(null==t){if(e||!o())return d=!1;s=i?(0>n?ro:no)(u):0>n?u.text.length:0}else s=t;return!0}var a=t.line,s=t.ch,c=n,u=Yr(e,a),d=!0;if("char"==r)l();else if("column"==r)l(!0);else if("word"==r||"group"==r)for(var h=null,f="group"==r,p=e.cm&&e.cm.getHelper(t,"wordChars"),m=!0;!(0>n)||l(!m);m=!1){var g=u.text.charAt(s)||"\n",v=Fi(g,p)?"w":f&&"\n"==g?"n":!f||/\s/.test(g)?null:"p";if(!f||m||v||(v="s"),h&&h!=v){0>n&&(n=1,l());break}if(v&&(h=v),n>0&&!l(!m))break}var y=He(e,Po(a,s),c,!0);return d||(y.hitSide=!0),y}function qn(e,t,n,r){var i,o=e.doc,l=t.left;if("page"==r){var a=Math.min(e.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight);i=t.top+n*(a-(0>n?1.5:.5)*vt(e.display))}else"line"==r&&(i=n>0?t.bottom+3:t.top-3);for(;;){var s=mt(e,l,i);if(!s.outside)break;if(0>n?0>=i:i>=o.height){s.hitSide=!0;break}i+=5*n}return s}function Gn(t,n,r,i){e.defaults[t]=n,r&&(Jo[t]=i?function(e,t,n){n!=el&&r(e,t,n)}:r)}function Un(e){for(var t,n,r,i,o=e.split(/-(?!$)/),e=o[o.length-1],l=0;l0||0==l&&o.clearWhenEmpty!==!1)return o;if(o.replacedWith&&(o.collapsed=!0,o.widgetNode=_i("span",[o.replacedWith],"CodeMirror-widget"),r.handleMouseEvents||o.widgetNode.setAttribute("cm-ignore-events","true"),r.insertLeft&&(o.widgetNode.insertLeft=!0)),o.collapsed){if(gr(e,t.line,t,n,o)||t.line!=n.line&&gr(e,n.line,t,n,o))throw new Error("Inserting collapsed marker partially overlapping an existing one");Io=!0}o.addToHistory&&si(e,{from:t,to:n,origin:"markText"},e.sel,NaN);var a,s=t.line,c=e.cm;if(e.iter(s,n.line+1,function(e){c&&o.collapsed&&!c.options.lineWrapping&&vr(e)==c.display.maxLine&&(a=!0),o.collapsed&&s!=t.line&&Jr(e,0),tr(e,new Qn(o,s==t.line?t.ch:null,s==n.line?n.ch:null)),++s}),o.collapsed&&e.iter(t.line,n.line+1,function(t){wr(e,t)&&Jr(t,0)}),o.clearOnEnter&&Nl(o,"beforeCursorEnter",function(){o.clear()}),o.readOnly&&(Eo=!0,(e.history.done.length||e.history.undone.length)&&e.clearHistory()),o.collapsed&&(o.id=++pl,o.atomic=!0),c){if(a&&(c.curOp.updateMaxLine=!0),o.collapsed)Et(c,t.line,n.line+1);else if(o.className||o.title||o.startStyle||o.endStyle||o.css)for(var u=t.line;u<=n.line;u++)It(c,u,"text");o.atomic&&Oe(c.doc),Ci(c,"markerAdded",c,o)}return o}function Kn(e,t,n,r,i){r=Pi(r),r.shared=!1;var o=[Vn(e,t,n,r,i)],l=o[0],a=r.widgetNode;return Kr(e,function(e){a&&(r.widgetNode=a.cloneNode(!0)),o.push(Vn(e,ge(e,t),ge(e,n),r,i));for(var s=0;s=t:o.to>t);(r||(r=[])).push(new Qn(l,o.from,s?null:o.to))}}return r}function rr(e,t,n){if(e)for(var r,i=0;i=t:o.to>t);if(a||o.from==t&&"bookmark"==l.type&&(!n||o.marker.insertLeft)){var s=null==o.from||(l.inclusiveLeft?o.from<=t:o.from0&&a)for(var d=0;dd;++d)p.push(m);p.push(s)}return p}function or(e){for(var t=0;t0)){var u=[s,1],d=zo(c.from,a.from),h=zo(c.to,a.to);(0>d||!l.inclusiveLeft&&!d)&&u.push({from:c.from,to:a.from}),(h>0||!l.inclusiveRight&&!h)&&u.push({from:a.to,to:c.to}),i.splice.apply(i,u),s+=u.length-1}}return i}function sr(e){var t=e.markedSpans;if(t){for(var n=0;n=0&&0>=d||0>=u&&d>=0)&&(0>=u&&(zo(c.to,n)>0||s.marker.inclusiveRight&&i.inclusiveLeft)||u>=0&&(zo(c.from,r)<0||s.marker.inclusiveLeft&&i.inclusiveRight)))return!0}}}function vr(e){for(var t;t=pr(e);)e=t.find(-1,!0).line;return e}function yr(e){for(var t,n;t=mr(e);)e=t.find(1,!0).line,(n||(n=[])).push(e);return n}function xr(e,t){var n=Yr(e,t),r=vr(n);return n==r?t:ei(r)}function br(e,t){if(t>e.lastLine())return t;var n,r=Yr(e,t);if(!wr(e,r))return t;for(;n=mr(r);)r=n.find(1,!0).line;return ei(r)+1}function wr(e,t){var n=Io&&t.markedSpans;if(n)for(var r,i=0;io;o++){i&&(i[0]=e.innerMode(t,r).mode);var l=t.token(n,r);if(n.pos>n.start)return l}throw new Error("Mode "+t.name+" failed to advance stream.")}function Wr(e,t,n,r){function i(e){return{start:d.start,end:d.pos,string:d.current(),type:o||null,state:e?ll(l.mode,u):u}}var o,l=e.doc,a=l.mode;t=ge(l,t);var s,c=Yr(l,t.line),u=_e(e,t.line,n),d=new fl(c.text,e.options.tabSize);for(r&&(s=[]);(r||d.pose.options.maxHighlightLength?(a=!1,l&&Ir(e,t,r,d.pos),d.pos=t.length,s=null):s=Nr(Or(n,d,r,h),o),h){var f=h[0].name;f&&(s="m-"+(s?f+" "+s:f))}if(!a||u!=s){for(;cc;){var r=i[s];r>e&&i.splice(s,1,e,i[s+1],r),s+=2,c=Math.min(e,r)}if(t)if(a.opaque)i.splice(n,s-n,e,"cm-overlay "+t),s=n+2;else for(;s>n;n+=2){var o=i[n+1];i[n+1]=(o?o+" ":"")+"cm-overlay "+t}},o)}return{styles:i,classes:o.bgClass||o.textClass?o:null}}function Er(e,t,n){if(!t.styles||t.styles[0]!=e.state.modeGen){var r=_e(e,ei(t)),i=Dr(e,t,t.text.length>e.options.maxHighlightLength?ll(e.doc.mode,r):r);t.stateAfter=r,t.styles=i.styles,i.classes?t.styleClasses=i.classes:t.styleClasses&&(t.styleClasses=null),n===e.doc.frontier&&e.doc.frontier++}return t.styles}function Ir(e,t,n,r){var i=e.doc.mode,o=new fl(t,e.options.tabSize);for(o.start=o.pos=r||0,""==t&&Ar(i,n);!o.eol();)Or(i,o,n),o.start=o.pos}function Pr(e,t){if(!e||/^\s*$/.test(e))return null;var n=t.addModeClass?bl:xl;return n[e]||(n[e]=e.replace(/\S+/g,"cm-$&"))}function zr(e,t){var n=_i("span",null,null,bo?"padding-right: .1px":null),r={pre:_i("pre",[n],"CodeMirror-line"),content:n,col:0,pos:0,cm:e,splitSpaces:(yo||bo)&&e.getOption("lineWrapping")};t.measure={};for(var i=0;i<=(t.rest?t.rest.length:0);i++){var o,l=i?t.rest[i-1]:t.line;r.pos=0,r.addToken=Rr,Zi(e.display.measure)&&(o=ri(l))&&(r.addToken=_r(r.addToken,o)),r.map=[];var a=t!=e.display.externalMeasured&&ei(l);qr(l,r,Er(e,l,a)),l.styleClasses&&(l.styleClasses.bgClass&&(r.bgClass=$i(l.styleClasses.bgClass,r.bgClass||"")),l.styleClasses.textClass&&(r.textClass=$i(l.styleClasses.textClass,r.textClass||""))),0==r.map.length&&r.map.push(0,0,r.content.appendChild(Yi(e.display.measure))),0==i?(t.measure.map=r.map,t.measure.cache={}):((t.measure.maps||(t.measure.maps=[])).push(r.map),(t.measure.caches||(t.measure.caches=[])).push({}))}return bo&&/\bcm-tab\b/.test(r.content.lastChild.className)&&(r.content.className="cm-tab-wrap-hack"),Wl(e,"renderLine",e,t.line,r.pre),r.pre.className&&(r.textClass=$i(r.pre.className,r.textClass||"")),r}function Fr(e){var t=_i("span","•","cm-invalidchar");return t.title="\\u"+e.charCodeAt(0).toString(16),t.setAttribute("aria-label",t.title),t}function Rr(e,t,n,r,i,o,l){if(t){var a=e.splitSpaces?t.replace(/ {3,}/g,Br):t,s=e.cm.state.specialChars,c=!1;if(s.test(t))for(var u=document.createDocumentFragment(),d=0;;){s.lastIndex=d;var h=s.exec(t),f=h?h.index-d:t.length-d;if(f){var p=document.createTextNode(a.slice(d,d+f));yo&&9>xo?u.appendChild(_i("span",[p])):u.appendChild(p),e.map.push(e.pos,e.pos+f,p),e.col+=f,e.pos+=f}if(!h)break;if(d+=f+1," "==h[0]){var m=e.cm.options.tabSize,g=m-e.col%m,p=u.appendChild(_i("span",Oi(g),"cm-tab"));p.setAttribute("role","presentation"),p.setAttribute("cm-text"," "),e.col+=g}else if("\r"==h[0]||"\n"==h[0]){var p=u.appendChild(_i("span","\r"==h[0]?"␍":"␤","cm-invalidchar"));p.setAttribute("cm-text",h[0]),e.col+=1}else{var p=e.cm.options.specialCharPlaceholder(h[0]);p.setAttribute("cm-text",h[0]),yo&&9>xo?u.appendChild(_i("span",[p])):u.appendChild(p),e.col+=1}e.map.push(e.pos,e.pos+1,p),e.pos++}else{e.col+=t.length;var u=document.createTextNode(a);e.map.push(e.pos,e.pos+t.length,u),yo&&9>xo&&(c=!0),e.pos+=t.length}if(n||r||i||c||l){var v=n||"";r&&(v+=r),i&&(v+=i);var y=_i("span",[u],v,l);return o&&(y.title=o),e.content.appendChild(y)}e.content.appendChild(u)}}function Br(e){for(var t=" ",n=0;nc&&h.from<=c)break}if(h.to>=u)return e(n,r,i,o,l,a,s);e(n,r.slice(0,h.to-c),i,o,null,a,s),o=null,r=r.slice(h.to-c),c=h.to}}}function jr(e,t,n,r){var i=!r&&n.widgetNode;i&&e.map.push(e.pos,e.pos+t,i),!r&&e.cm.display.input.needsContentAttribute&&(i||(i=e.content.appendChild(document.createElement("span"))),i.setAttribute("cm-marker",n.id)),i&&(e.cm.display.input.setUneditable(i),e.content.appendChild(i)),e.pos+=t}function qr(e,t,n){var r=e.markedSpans,i=e.text,o=0;if(r)for(var l,a,s,c,u,d,h,f=i.length,p=0,m=1,g="",v=0;;){if(v==p){s=c=u=d=a="",h=null,v=1/0;for(var y=[],x=0;xp||w.collapsed&&b.to==p&&b.from==p)?(null!=b.to&&b.to!=p&&v>b.to&&(v=b.to,c=""),w.className&&(s+=" "+w.className),w.css&&(a=w.css),w.startStyle&&b.from==p&&(u+=" "+w.startStyle),w.endStyle&&b.to==v&&(c+=" "+w.endStyle),w.title&&!d&&(d=w.title),w.collapsed&&(!h||hr(h.marker,w)<0)&&(h=b)):b.from>p&&v>b.from&&(v=b.from)}if(h&&(h.from||0)==p){if(jr(t,(null==h.to?f+1:h.to)-p,h.marker,null==h.from),null==h.to)return;h.to==p&&(h=!1)}if(!h&&y.length)for(var x=0;x=f)break;for(var k=Math.min(f,v);;){if(g){var C=p+g.length;if(!h){var S=C>k?g.slice(0,k-p):g;t.addToken(t,S,l?l+s:s,u,p+S.length==v?c:"",d,a)}if(C>=k){g=g.slice(k-p),p=k;break}p=C,u=""}g=i.slice(o,o=n[m++]),l=Pr(n[m++],t.cm.options)}}else for(var m=1;mn;++n)o.push(new yl(c[n],i(n),r));return o}var a=t.from,s=t.to,c=t.text,u=Yr(e,a.line),d=Yr(e,s.line),h=Wi(c),f=i(c.length-1),p=s.line-a.line;if(t.full)e.insert(0,l(0,c.length)),e.remove(c.length,e.size-c.length);else if(Gr(e,t)){var m=l(0,c.length-1);o(d,d.text,f),p&&e.remove(a.line,p),m.length&&e.insert(a.line,m)}else if(u==d)if(1==c.length)o(u,u.text.slice(0,a.ch)+h+u.text.slice(s.ch),f);else{var m=l(1,c.length-1);m.push(new yl(h+u.text.slice(s.ch),f,r)),o(u,u.text.slice(0,a.ch)+c[0],i(0)),e.insert(a.line+1,m)}else if(1==c.length)o(u,u.text.slice(0,a.ch)+c[0]+d.text.slice(s.ch),i(0)),e.remove(a.line+1,p);else{o(u,u.text.slice(0,a.ch)+c[0],i(0)),o(d,h+d.text.slice(s.ch),f);var m=l(1,c.length-1);p>1&&e.remove(a.line+1,p-1),e.insert(a.line+1,m)}Ci(e,"change",e,t)}function $r(e){this.lines=e,this.parent=null;for(var t=0,n=0;tt||t>=e.size)throw new Error("There is no line "+(t+e.first)+" in the document.");for(var n=e;!n.lines;)for(var r=0;;++r){var i=n.children[r],o=i.chunkSize();if(o>t){n=i;break}t-=o}return n.lines[t]}function Zr(e,t,n){var r=[],i=t.line;return e.iter(t.line,n.line+1,function(e){var o=e.text;i==n.line&&(o=o.slice(0,n.ch)),i==t.line&&(o=o.slice(t.ch)),r.push(o),++i}),r}function Qr(e,t,n){var r=[];return e.iter(t,n,function(e){r.push(e.text)}),r}function Jr(e,t){var n=t-e.height;if(n)for(var r=e;r;r=r.parent)r.height+=n}function ei(e){if(null==e.parent)return null;for(var t=e.parent,n=Hi(t.lines,e),r=t.parent;r;t=r,r=r.parent)for(var i=0;r.children[i]!=t;++i)n+=r.children[i].chunkSize();return n+t.first}function ti(e,t){var n=e.first;e:do{for(var r=0;rt){e=i;continue e}t-=o,n+=i.chunkSize()}return n}while(!e.lines);for(var r=0;rt)break;t-=a}return n+r}function ni(e){e=vr(e);for(var t=0,n=e.parent,r=0;r1&&!e.done[e.done.length-2].ranges?(e.done.pop(),Wi(e.done)):void 0}function si(e,t,n,r){var i=e.history;i.undone.length=0;var o,l=+new Date;if((i.lastOp==r||i.lastOrigin==t.origin&&t.origin&&("+"==t.origin.charAt(0)&&e.cm&&i.lastModTime>l-e.cm.options.historyEventDelay||"*"==t.origin.charAt(0)))&&(o=ai(i,i.lastOp==r))){var a=Wi(o.changes);0==zo(t.from,t.to)&&0==zo(t.from,a.to)?a.to=Zo(t):o.changes.push(oi(e,t))}else{var s=Wi(i.done);for(s&&s.ranges||di(e.sel,i.done),o={changes:[oi(e,t)],generation:i.generation},i.done.push(o);i.done.length>i.undoDepth;)i.done.shift(),i.done[0].ranges||i.done.shift()}i.done.push(n),i.generation=++i.maxGeneration,i.lastModTime=i.lastSelTime=l,i.lastOp=i.lastSelOp=r,i.lastOrigin=i.lastSelOrigin=t.origin,a||Wl(e,"historyAdded")}function ci(e,t,n,r){var i=t.charAt(0);return"*"==i||"+"==i&&n.ranges.length==r.ranges.length&&n.somethingSelected()==r.somethingSelected()&&new Date-e.history.lastSelTime<=(e.cm?e.cm.options.historyEventDelay:500)}function ui(e,t,n,r){var i=e.history,o=r&&r.origin;n==i.lastSelOp||o&&i.lastSelOrigin==o&&(i.lastModTime==i.lastSelTime&&i.lastOrigin==o||ci(e,o,Wi(i.done),t))?i.done[i.done.length-1]=t:di(t,i.done),i.lastSelTime=+new Date,i.lastSelOrigin=o,i.lastSelOp=n,r&&r.clearRedo!==!1&&li(i.undone)}function di(e,t){var n=Wi(t);n&&n.ranges&&n.equals(e)||t.push(e)}function hi(e,t,n,r){var i=t["spans_"+e.id],o=0;e.iter(Math.max(e.first,n),Math.min(e.first+e.size,r),function(n){n.markedSpans&&((i||(i=t["spans_"+e.id]={}))[o]=n.markedSpans),++o})}function fi(e){if(!e)return null;for(var t,n=0;n-1&&(Wi(a)[d]=u[d],delete u[d])}}}return i}function gi(e,t,n,r){n0?r.slice():Al:r||Al}function Ci(e,t){function n(e){return function(){e.apply(null,o)}}var r=ki(e,t,!1);if(r.length){var i,o=Array.prototype.slice.call(arguments,2);qo?i=qo.delayedCallbacks:Hl?i=Hl:(i=Hl=[],setTimeout(Si,0));for(var l=0;l0}function Ni(e){e.prototype.on=function(e,t){Nl(this,e,t)},e.prototype.off=function(e,t){Ol(this,e,t)}}function Ai(){this.id=null}function Oi(e){for(;Bl.length<=e;)Bl.push(Wi(Bl)+" ");return Bl[e]}function Wi(e){return e[e.length-1]}function Hi(e,t){for(var n=0;n-1&&Gl(e)?!0:t.test(e):Gl(e)}function Ri(e){for(var t in e)if(e.hasOwnProperty(t)&&e[t])return!1;return!0}function Bi(e){return e.charCodeAt(0)>=768&&Ul.test(e)}function _i(e,t,n,r){var i=document.createElement(e);if(n&&(i.className=n),r&&(i.style.cssText=r),"string"==typeof t)i.appendChild(document.createTextNode(t));else if(t)for(var o=0;o0;--t)e.removeChild(e.firstChild);return e}function qi(e,t){return ji(e).appendChild(t)}function Gi(){for(var e=document.activeElement;e&&e.root&&e.root.activeElement;)e=e.root.activeElement;return e}function Ui(e){return new RegExp("(^|\\s)"+e+"(?:$|\\s)\\s*")}function $i(e,t){for(var n=e.split(" "),r=0;r2&&!(yo&&8>xo))}var n=Vl?_i("span","​"):_i("span"," ",null,"display: inline-block; width: 1px; margin-right: -1px");return n.setAttribute("cm-text",""),n}function Zi(e){if(null!=Kl)return Kl;var t=qi(e,document.createTextNode("AخA")),n=jl(t,0,1).getBoundingClientRect();if(!n||n.left==n.right)return!1;var r=jl(t,1,2).getBoundingClientRect();return Kl=r.right-n.right<3}function Qi(e){if(null!=na)return na;var t=qi(e,_i("span","x")),n=t.getBoundingClientRect(),r=jl(t,0,1).getBoundingClientRect();return na=Math.abs(n.left-r.left)>1}function Ji(e,t,n,r){if(!e)return r(t,n,"ltr");for(var i=!1,o=0;ot||t==n&&l.to==t)&&(r(Math.max(l.from,t),Math.min(l.to,n),1==l.level?"rtl":"ltr"),i=!0)}i||r(t,n,"ltr")}function eo(e){return e.level%2?e.to:e.from}function to(e){return e.level%2?e.from:e.to}function no(e){var t=ri(e);return t?eo(t[0]):0}function ro(e){var t=ri(e);return t?to(Wi(t)):e.text.length}function io(e,t){var n=Yr(e.doc,t),r=vr(n);r!=n&&(t=ei(r));var i=ri(r),o=i?i[0].level%2?ro(r):no(r):0;return Po(t,o)}function oo(e,t){for(var n,r=Yr(e.doc,t);n=mr(r);)r=n.find(1,!0).line,t=null;var i=ri(r),o=i?i[0].level%2?no(r):ro(r):r.text.length;return Po(null==t?ei(r):t,o)}function lo(e,t){var n=io(e,t.line),r=Yr(e.doc,n.line),i=ri(r);if(!i||0==i[0].level){var o=Math.max(0,r.text.search(/\S/)),l=t.line==n.line&&t.ch<=o&&t.ch;return Po(n.line,l?0:o)}return n}function ao(e,t,n){var r=e[0].level;return t==r?!0:n==r?!1:n>t}function so(e,t){ia=null;for(var n,r=0;rt)return r;if(i.from==t||i.to==t){if(null!=n)return ao(e,i.level,e[n].level)?(i.from!=i.to&&(ia=n),r):(i.from!=i.to&&(ia=r),n);n=r}}return n}function co(e,t,n,r){if(!r)return t+n;do t+=n;while(t>0&&Bi(e.text.charAt(t)));return t}function uo(e,t,n,r){var i=ri(e);if(!i)return ho(e,t,n,r);for(var o=so(i,t),l=i[o],a=co(e,t,l.level%2?-n:n,r);;){if(a>l.from&&a0==l.level%2?l.to:l.from);if(l=i[o+=n],!l)return null;a=n>0==l.level%2?co(e,l.to,-1,r):co(e,l.from,1,r)}}function ho(e,t,n,r){var i=t+n;if(r)for(;i>0&&Bi(e.text.charAt(i));)i+=n;return 0>i||i>e.text.length?null:i}var fo=navigator.userAgent,po=navigator.platform,mo=/gecko\/\d/i.test(fo),go=/MSIE \d/.test(fo),vo=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(fo),yo=go||vo,xo=yo&&(go?document.documentMode||6:vo[1]),bo=/WebKit\//.test(fo),wo=bo&&/Qt\/\d+\.\d+/.test(fo),ko=/Chrome\//.test(fo),Co=/Opera\//.test(fo),So=/Apple Computer/.test(navigator.vendor),Lo=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(fo),To=/PhantomJS/.test(fo),Mo=/AppleWebKit/.test(fo)&&/Mobile\/\w+/.test(fo),No=Mo||/Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(fo),Ao=Mo||/Mac/.test(po),Oo=/win/i.test(po),Wo=Co&&fo.match(/Version\/(\d*\.\d*)/);Wo&&(Wo=Number(Wo[1])),Wo&&Wo>=15&&(Co=!1,bo=!0);var Ho=Ao&&(wo||Co&&(null==Wo||12.11>Wo)),Do=mo||yo&&xo>=9,Eo=!1,Io=!1;m.prototype=Pi({update:function(e){var t=e.scrollWidth>e.clientWidth+1,n=e.scrollHeight>e.clientHeight+1,r=e.nativeBarWidth;if(n){this.vert.style.display="block",this.vert.style.bottom=t?r+"px":"0";var i=e.viewHeight-(t?r:0);this.vert.firstChild.style.height=Math.max(0,e.scrollHeight-e.clientHeight+i)+"px"}else this.vert.style.display="",this.vert.firstChild.style.height="0";if(t){this.horiz.style.display="block",this.horiz.style.right=n?r+"px":"0",this.horiz.style.left=e.barLeft+"px";var o=e.viewWidth-e.barLeft-(n?r:0);this.horiz.firstChild.style.width=e.scrollWidth-e.clientWidth+o+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&e.clientHeight>0&&(0==r&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:n?r:0,bottom:t?r:0}},setScrollLeft:function(e){this.horiz.scrollLeft!=e&&(this.horiz.scrollLeft=e),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz)},setScrollTop:function(e){this.vert.scrollTop!=e&&(this.vert.scrollTop=e),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert)},zeroWidthHack:function(){var e=Ao&&!Lo?"12px":"18px";this.horiz.style.height=this.vert.style.width=e,this.horiz.style.pointerEvents=this.vert.style.pointerEvents="none",this.disableHoriz=new Ai,this.disableVert=new Ai},enableZeroWidthBar:function(e,t){function n(){var r=e.getBoundingClientRect(),i=document.elementFromPoint(r.left+1,r.bottom-1);i!=e?e.style.pointerEvents="none":t.set(1e3,n)}e.style.pointerEvents="auto",t.set(1e3,n)},clear:function(){var e=this.horiz.parentNode;e.removeChild(this.horiz),e.removeChild(this.vert)}},m.prototype),g.prototype=Pi({update:function(){return{bottom:0,right:0}},setScrollLeft:function(){},setScrollTop:function(){},clear:function(){}},g.prototype),e.scrollbarModel={"native":m,"null":g},L.prototype.signal=function(e,t){Mi(e,t)&&this.events.push(arguments)},L.prototype.finish=function(){for(var e=0;e=9&&n.hasSelection&&(n.hasSelection=null),n.poll()}),Nl(o,"paste",function(e){return J(e,r)?!0:(r.state.pasteIncoming=!0,void n.fastPoll())}),Nl(o,"cut",t),Nl(o,"copy",t),Nl(e.scroller,"paste",function(t){Gt(e,t)||(r.state.pasteIncoming=!0,n.focus())}),Nl(e.lineSpace,"selectstart",function(t){Gt(e,t)||Ll(t)}),Nl(o,"compositionstart",function(){var e=r.getCursor("from");n.composing&&n.composing.range.clear(),n.composing={start:e,range:r.markText(e,r.getCursor("to"),{className:"CodeMirror-composing"})}}),Nl(o,"compositionend",function(){n.composing&&(n.poll(),n.composing.range.clear(),n.composing=null)})},prepareSelection:function(){var e=this.cm,t=e.display,n=e.doc,r=Ee(e);if(e.options.moveInputWithCursor){var i=ht(e,n.sel.primary().head,"div"),o=t.wrapper.getBoundingClientRect(),l=t.lineDiv.getBoundingClientRect();r.teTop=Math.max(0,Math.min(t.wrapper.clientHeight-10,i.top+l.top-o.top)),r.teLeft=Math.max(0,Math.min(t.wrapper.clientWidth-10,i.left+l.left-o.left))}return r},showSelection:function(e){var t=this.cm,n=t.display;qi(n.cursorDiv,e.cursors),qi(n.selectionDiv,e.selection),null!=e.teTop&&(this.wrapper.style.top=e.teTop+"px",this.wrapper.style.left=e.teLeft+"px")},reset:function(e){if(!this.contextMenuPending){var t,n,r=this.cm,i=r.doc;if(r.somethingSelected()){this.prevInput="";var o=i.sel.primary();t=ta&&(o.to().line-o.from().line>100||(n=r.getSelection()).length>1e3);var l=t?"-":n||r.getSelection();this.textarea.value=l,r.state.focused&&_l(this.textarea),yo&&xo>=9&&(this.hasSelection=l)}else e||(this.prevInput=this.textarea.value="",yo&&xo>=9&&(this.hasSelection=null));this.inaccurateSelection=t}},getField:function(){return this.textarea},supportsTouch:function(){return!1},focus:function(){if("nocursor"!=this.cm.options.readOnly&&(!No||Gi()!=this.textarea))try{this.textarea.focus()}catch(e){}},blur:function(){this.textarea.blur()},resetPosition:function(){this.wrapper.style.top=this.wrapper.style.left=0},receivedFocus:function(){this.slowPoll()},slowPoll:function(){var e=this;e.pollingFast||e.polling.set(this.cm.options.pollInterval,function(){e.poll(),e.cm.state.focused&&e.slowPoll()})},fastPoll:function(){function e(){var r=n.poll();r||t?(n.pollingFast=!1,n.slowPoll()):(t=!0,n.polling.set(60,e))}var t=!1,n=this;n.pollingFast=!0,n.polling.set(20,e)},poll:function(){var e=this.cm,t=this.textarea,n=this.prevInput;if(this.contextMenuPending||!e.state.focused||ea(t)&&!n&&!this.composing||Z(e)||e.options.disableInput||e.state.keySeq)return!1;var r=t.value;if(r==n&&!e.somethingSelected())return!1;if(yo&&xo>=9&&this.hasSelection===r||Ao&&/[\uf700-\uf7ff]/.test(r))return e.display.input.reset(),!1;if(e.doc.sel==e.display.selForContextMenu){var i=r.charCodeAt(0);if(8203!=i||n||(n="​"),8666==i)return this.reset(),this.cm.execCommand("undo")}for(var o=0,l=Math.min(n.length,r.length);l>o&&n.charCodeAt(o)==r.charCodeAt(o);)++o;var a=this;return Nt(e,function(){Q(e,r.slice(o),n.length-o,null,a.composing?"*compose":null),r.length>1e3||r.indexOf("\n")>-1?t.value=a.prevInput="":a.prevInput=r,a.composing&&(a.composing.range.clear(),a.composing.range=e.markText(a.composing.start,e.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},ensurePolled:function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},onKeyPress:function(){yo&&xo>=9&&(this.hasSelection=null),this.fastPoll()},onContextMenu:function(e){function t(){if(null!=l.selectionStart){var e=i.somethingSelected(),t="​"+(e?l.value:"");l.value="⇚",l.value=t,r.prevInput=e?"":"​",l.selectionStart=1,l.selectionEnd=t.length,o.selForContextMenu=i.doc.sel}}function n(){if(r.contextMenuPending=!1,r.wrapper.style.position="relative",l.style.cssText=u,yo&&9>xo&&o.scrollbars.setScrollTop(o.scroller.scrollTop=s),null!=l.selectionStart){(!yo||yo&&9>xo)&&t();var e=0,n=function(){o.selForContextMenu==i.doc.sel&&0==l.selectionStart&&l.selectionEnd>0&&"​"==r.prevInput?At(i,sl.selectAll)(i):e++<10?o.detectingSelectAll=setTimeout(n,500):o.input.reset()};o.detectingSelectAll=setTimeout(n,200)}}var r=this,i=r.cm,o=i.display,l=r.textarea,a=Ut(i,e),s=o.scroller.scrollTop;if(a&&!Co){var c=i.options.resetSelectionOnContextMenu;c&&-1==i.doc.sel.contains(a)&&At(i,Me)(i.doc,pe(a),Il);var u=l.style.cssText;if(r.wrapper.style.position="absolute",l.style.cssText="position: fixed; width: 30px; height: 30px; top: "+(e.clientY-5)+"px; left: "+(e.clientX-5)+"px; z-index: 1000; background: "+(yo?"rgba(255, 255, 255, .05)":"transparent")+"; outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);",bo)var d=window.scrollY;if(o.input.focus(),bo&&window.scrollTo(null,d),o.input.reset(),i.somethingSelected()||(l.value=r.prevInput=" "),r.contextMenuPending=!0,o.selForContextMenu=i.doc.sel,clearTimeout(o.detectingSelectAll),yo&&xo>=9&&t(),Do){Ml(e);var h=function(){Ol(window,"mouseup",h),setTimeout(n,20)};Nl(window,"mouseup",h)}else setTimeout(n,50)}},readOnlyChanged:function(e){e||this.reset()},setUneditable:Ei,needsContentAttribute:!1},re.prototype),oe.prototype=Pi({init:function(e){function t(e){if(r.somethingSelected())Fo=r.getSelections(),"cut"==e.type&&r.replaceSelection("",null,"cut");else{if(!r.options.lineWiseCopyCut)return;var t=te(r);Fo=t.text,"cut"==e.type&&r.operation(function(){r.setSelections(t.ranges,0,Il),r.replaceSelection("",null,"cut")})}if(e.clipboardData&&!Mo)e.preventDefault(),e.clipboardData.clearData(),e.clipboardData.setData("text/plain",Fo.join("\n"));else{var n=ie(),i=n.firstChild;r.display.lineSpace.insertBefore(n,r.display.lineSpace.firstChild),i.value=Fo.join("\n");var o=document.activeElement;_l(i),setTimeout(function(){r.display.lineSpace.removeChild(n),o.focus()},50)}}var n=this,r=n.cm,i=n.div=e.lineDiv;ne(i),Nl(i,"paste",function(e){J(e,r)}),Nl(i,"compositionstart",function(e){var t=e.data;if(n.composing={sel:r.doc.sel,data:t,startData:t},t){var i=r.doc.sel.primary(),o=r.getLine(i.head.line),l=o.indexOf(t,Math.max(0,i.head.ch-t.length));l>-1&&l<=i.head.ch&&(n.composing.sel=pe(Po(i.head.line,l),Po(i.head.line,l+t.length)))}}),Nl(i,"compositionupdate",function(e){n.composing.data=e.data}),Nl(i,"compositionend",function(e){var t=n.composing;t&&(e.data==t.startData||/\u200b/.test(e.data)||(t.data=e.data),setTimeout(function(){t.handled||n.applyComposition(t),n.composing==t&&(n.composing=null)},50))}),Nl(i,"touchstart",function(){n.forceCompositionEnd()}),Nl(i,"input",function(){n.composing||(Z(r)||!n.pollContent())&&Nt(n.cm,function(){Et(r)})}),Nl(i,"copy",t),Nl(i,"cut",t)},prepareSelection:function(){var e=Ee(this.cm,!1);return e.focus=this.cm.state.focused,e},showSelection:function(e){e&&this.cm.display.view.length&&(e.focus&&this.showPrimarySelection(),this.showMultipleSelections(e))},showPrimarySelection:function(){var e=window.getSelection(),t=this.cm.doc.sel.primary(),n=se(this.cm,e.anchorNode,e.anchorOffset),r=se(this.cm,e.focusNode,e.focusOffset);if(!n||n.bad||!r||r.bad||0!=zo(X(n,r),t.from())||0!=zo(K(n,r),t.to())){var i=le(this.cm,t.from()),o=le(this.cm,t.to());if(i||o){var l=this.cm.display.view,a=e.rangeCount&&e.getRangeAt(0);if(i){if(!o){var s=l[l.length-1].measure,c=s.maps?s.maps[s.maps.length-1]:s.map;o={node:c[c.length-1],offset:c[c.length-2]-c[c.length-3]}}}else i={node:l[0].measure.map[2],offset:0};try{var u=jl(i.node,i.offset,o.offset,o.node)}catch(d){}u&&(e.removeAllRanges(),e.addRange(u),a&&null==e.anchorNode?e.addRange(a):mo&&this.startGracePeriod()),this.rememberSelection()}}},startGracePeriod:function(){var e=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){e.gracePeriod=!1,e.selectionChanged()&&e.cm.operation(function(){e.cm.curOp.selectionChanged=!0})},20)},showMultipleSelections:function(e){qi(this.cm.display.cursorDiv,e.cursors),qi(this.cm.display.selectionDiv,e.selection)},rememberSelection:function(){var e=window.getSelection();this.lastAnchorNode=e.anchorNode,this.lastAnchorOffset=e.anchorOffset,this.lastFocusNode=e.focusNode,this.lastFocusOffset=e.focusOffset},selectionInEditor:function(){var e=window.getSelection();if(!e.rangeCount)return!1;var t=e.getRangeAt(0).commonAncestorContainer;return $l(this.div,t)},focus:function(){"nocursor"!=this.cm.options.readOnly&&this.div.focus()},blur:function(){this.div.blur()},getField:function(){return this.div},supportsTouch:function(){return!0},receivedFocus:function(){function e(){t.cm.state.focused&&(t.pollSelection(),t.polling.set(t.cm.options.pollInterval,e))}var t=this;this.selectionInEditor()?this.pollSelection():Nt(this.cm,function(){t.cm.curOp.selectionChanged=!0}),this.polling.set(this.cm.options.pollInterval,e)},selectionChanged:function(){var e=window.getSelection();return e.anchorNode!=this.lastAnchorNode||e.anchorOffset!=this.lastAnchorOffset||e.focusNode!=this.lastFocusNode||e.focusOffset!=this.lastFocusOffset},pollSelection:function(){if(!this.composing&&!this.gracePeriod&&this.selectionChanged()){var e=window.getSelection(),t=this.cm;this.rememberSelection();var n=se(t,e.anchorNode,e.anchorOffset),r=se(t,e.focusNode,e.focusOffset);n&&r&&Nt(t,function(){Me(t.doc,pe(n,r),Il),(n.bad||r.bad)&&(t.curOp.selectionChanged=!0)})}},pollContent:function(){var e=this.cm,t=e.display,n=e.doc.sel.primary(),r=n.from(),i=n.to();if(r.linet.viewTo-1)return!1;var o;if(r.line==t.viewFrom||0==(o=zt(e,r.line)))var l=ei(t.view[0].line),a=t.view[0].node;else var l=ei(t.view[o].line),a=t.view[o-1].node.nextSibling;var s=zt(e,i.line);if(s==t.view.length-1)var c=t.viewTo-1,u=t.lineDiv.lastChild;else var c=ei(t.view[s+1].line)-1,u=t.view[s+1].node.previousSibling;for(var d=e.doc.splitLines(ue(e,a,u,l,c)),h=Zr(e.doc,Po(l,0),Po(c,Yr(e.doc,c).text.length));d.length>1&&h.length>1;)if(Wi(d)==Wi(h))d.pop(),h.pop(),c--;else{if(d[0]!=h[0])break;d.shift(),h.shift(),l++}for(var f=0,p=0,m=d[0],g=h[0],v=Math.min(m.length,g.length);v>f&&m.charCodeAt(f)==g.charCodeAt(f);)++f;for(var y=Wi(d),x=Wi(h),b=Math.min(y.length-(1==d.length?f:0),x.length-(1==h.length?f:0));b>p&&y.charCodeAt(y.length-p-1)==x.charCodeAt(x.length-p-1);)++p;d[d.length-1]=y.slice(0,y.length-p),d[0]=d[0].slice(f);var w=Po(l,f),k=Po(c,h.length?Wi(h).length-p:0);return d.length>1||d[0]||zo(w,k)?(Wn(e.doc,d,w,k,"+input"),!0):void 0},ensurePolled:function(){this.forceCompositionEnd()},reset:function(){this.forceCompositionEnd()},forceCompositionEnd:function(){this.composing&&!this.composing.handled&&(this.applyComposition(this.composing),this.composing.handled=!0,this.div.blur(),this.div.focus())},applyComposition:function(e){Z(this.cm)?At(this.cm,Et)(this.cm):e.data&&e.data!=e.startData&&At(this.cm,Q)(this.cm,e.data,0,e.sel)},setUneditable:function(e){e.contentEditable="false"},onKeyPress:function(e){e.preventDefault(),Z(this.cm)||At(this.cm,Q)(this.cm,String.fromCharCode(null==e.charCode?e.keyCode:e.charCode),0)},readOnlyChanged:function(e){this.div.contentEditable=String("nocursor"!=e)},onContextMenu:Ei,resetPosition:Ei,needsContentAttribute:!0},oe.prototype),e.inputStyles={textarea:re,contenteditable:oe},de.prototype={primary:function(){return this.ranges[this.primIndex]},equals:function(e){if(e==this)return!0;if(e.primIndex!=this.primIndex||e.ranges.length!=this.ranges.length)return!1;for(var t=0;t=0&&zo(e,r.to())<=0)return n}return-1}},he.prototype={from:function(){return X(this.anchor,this.head)},to:function(){return K(this.anchor,this.head)},empty:function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch}};var Ro,Bo,_o,jo={left:0,right:0,top:0,bottom:0},qo=null,Go=0,Uo=0,$o=0,Vo=null;yo?Vo=-.53:mo?Vo=15:ko?Vo=-.7:So&&(Vo=-1/3);var Ko=function(e){var t=e.wheelDeltaX,n=e.wheelDeltaY;return null==t&&e.detail&&e.axis==e.HORIZONTAL_AXIS&&(t=e.detail),null==n&&e.detail&&e.axis==e.VERTICAL_AXIS?n=e.detail:null==n&&(n=e.wheelDelta),{x:t,y:n}};e.wheelEventPixels=function(e){var t=Ko(e);return t.x*=Vo,t.y*=Vo,t};var Xo=new Ai,Yo=null,Zo=e.changeEnd=function(e){return e.text?Po(e.from.line+e.text.length-1,Wi(e.text).length+(1==e.text.length?e.from.ch:0)):e.to};e.prototype={constructor:e,focus:function(){window.focus(),this.display.input.focus()},setOption:function(e,t){var n=this.options,r=n[e];(n[e]!=t||"mode"==e)&&(n[e]=t,Jo.hasOwnProperty(e)&&At(this,Jo[e])(this,t,r))},getOption:function(e){return this.options[e]},getDoc:function(){return this.doc},addKeyMap:function(e,t){this.state.keyMaps[t?"push":"unshift"]($n(e))},removeKeyMap:function(e){for(var t=this.state.keyMaps,n=0;nn&&(Rn(this,i.head.line,e,!0),n=i.head.line,r==this.doc.sel.primIndex&&zn(this));else{var o=i.from(),l=i.to(),a=Math.max(n,o.line);n=Math.min(this.lastLine(),l.line-(l.ch?0:1))+1;for(var s=a;n>s;++s)Rn(this,s,e);var c=this.doc.sel.ranges;0==o.ch&&t.length==c.length&&c[r].from().ch>0&&Ce(this.doc,r,new he(o,c[r].to()),Il)}}}),getTokenAt:function(e,t){return Wr(this,e,t)},getLineTokens:function(e,t){return Wr(this,Po(e),t,!0)},getTokenTypeAt:function(e){e=ge(this.doc,e);var t,n=Er(this,Yr(this.doc,e.line)),r=0,i=(n.length-1)/2,o=e.ch;if(0==o)t=n[2];else for(;;){var l=r+i>>1;if((l?n[2*l-1]:0)>=o)i=l;else{if(!(n[2*l+1]a?t:0==a?null:t.slice(0,a-1)},getModeAt:function(t){var n=this.doc.mode;return n.innerMode?e.innerMode(n,this.getTokenAt(t).state).mode:n},getHelper:function(e,t){return this.getHelpers(e,t)[0]},getHelpers:function(e,t){var n=[];if(!ol.hasOwnProperty(t))return n;var r=ol[t],i=this.getModeAt(e);if("string"==typeof i[t])r[i[t]]&&n.push(r[i[t]]);else if(i[t])for(var o=0;oi&&(e=i,r=!0),n=Yr(this.doc,e)}else n=e;return ct(this,n,{top:0,left:0},t||"page").top+(r?this.doc.height-ni(n):0)},defaultTextHeight:function(){return vt(this.display)},defaultCharWidth:function(){return yt(this.display)},setGutterMarker:Ot(function(e,t,n){return Bn(this.doc,e,"gutter",function(e){var r=e.gutterMarkers||(e.gutterMarkers={});return r[t]=n,!n&&Ri(r)&&(e.gutterMarkers=null),!0})}),clearGutter:Ot(function(e){var t=this,n=t.doc,r=n.first;n.iter(function(n){n.gutterMarkers&&n.gutterMarkers[e]&&(n.gutterMarkers[e]=null,It(t,r,"gutter"),Ri(n.gutterMarkers)&&(n.gutterMarkers=null)),++r})}),lineInfo:function(e){if("number"==typeof e){if(!ye(this.doc,e))return null;var t=e;if(e=Yr(this.doc,e),!e)return null}else{var t=ei(e);if(null==t)return null}return{line:t,handle:e,text:e.text,gutterMarkers:e.gutterMarkers,textClass:e.textClass,bgClass:e.bgClass,wrapClass:e.wrapClass,widgets:e.widgets}},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(e,t,n,r,i){var o=this.display;e=ht(this,ge(this.doc,e));var l=e.bottom,a=e.left;if(t.style.position="absolute",t.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(t),o.sizer.appendChild(t),"over"==r)l=e.top;else if("above"==r||"near"==r){var s=Math.max(o.wrapper.clientHeight,this.doc.height),c=Math.max(o.sizer.clientWidth,o.lineSpace.clientWidth);("above"==r||e.bottom+t.offsetHeight>s)&&e.top>t.offsetHeight?l=e.top-t.offsetHeight:e.bottom+t.offsetHeight<=s&&(l=e.bottom),a+t.offsetWidth>c&&(a=c-t.offsetWidth)}t.style.top=l+"px",t.style.left=t.style.right="","right"==i?(a=o.sizer.clientWidth-t.offsetWidth,t.style.right="0px"):("left"==i?a=0:"middle"==i&&(a=(o.sizer.clientWidth-t.offsetWidth)/2),t.style.left=a+"px"),n&&En(this,a,l,a+t.offsetWidth,l+t.offsetHeight)},triggerOnKeyDown:Ot(dn),triggerOnKeyPress:Ot(pn),triggerOnKeyUp:fn,execCommand:function(e){return sl.hasOwnProperty(e)?sl[e].call(null,this):void 0},triggerElectric:Ot(function(e){ee(this,e)}),findPosH:function(e,t,n,r){var i=1;0>t&&(i=-1,t=-t);for(var o=0,l=ge(this.doc,e);t>o&&(l=jn(this.doc,l,i,n,r),!l.hitSide);++o);return l},moveH:Ot(function(e,t){var n=this;n.extendSelectionsBy(function(r){return n.display.shift||n.doc.extend||r.empty()?jn(n.doc,r.head,e,t,n.options.rtlMoveVisually):0>e?r.from():r.to()},zl)}),deleteH:Ot(function(e,t){var n=this.doc.sel,r=this.doc;n.somethingSelected()?r.replaceSelection("",null,"+delete"):_n(this,function(n){var i=jn(r,n.head,e,t,!1);return 0>e?{from:i,to:n.head}:{from:n.head,to:i}})}),findPosV:function(e,t,n,r){var i=1,o=r;0>t&&(i=-1,t=-t);for(var l=0,a=ge(this.doc,e);t>l;++l){var s=ht(this,a,"div");if(null==o?o=s.left:s.left=o,a=qn(this,s,i,n),a.hitSide)break}return a},moveV:Ot(function(e,t){var n=this,r=this.doc,i=[],o=!n.display.shift&&!r.extend&&r.sel.somethingSelected();if(r.extendSelectionsBy(function(l){if(o)return 0>e?l.from():l.to();var a=ht(n,l.head,"div");null!=l.goalColumn&&(a.left=l.goalColumn),i.push(a.left);var s=qn(n,a,e,t);return"page"==t&&l==r.sel.primary()&&Pn(n,null,dt(n,s,"div").top-a.top),s},zl),i.length)for(var l=0;l0&&a(n.charAt(r-1));)--r;for(;i.5)&&l(this),Wl(this,"refresh",this)}),swapDoc:Ot(function(e){var t=this.doc;return t.cm=null,Xr(this,e),lt(this),this.display.input.reset(),this.scrollTo(e.scrollLeft,e.scrollTop),this.curOp.forceScroll=!0,Ci(this,"swapDoc",this,t),t}),getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},Ni(e);var Qo=e.defaults={},Jo=e.optionHandlers={},el=e.Init={toString:function(){return"CodeMirror.Init"}};Gn("value","",function(e,t){e.setValue(t)},!0),Gn("mode",null,function(e,t){e.doc.modeOption=t,n(e)},!0),Gn("indentUnit",2,n,!0),Gn("indentWithTabs",!1),Gn("smartIndent",!0),Gn("tabSize",4,function(e){r(e),lt(e),Et(e)},!0),Gn("lineSeparator",null,function(e,t){if(e.doc.lineSep=t,t){var n=[],r=e.doc.first;e.doc.iter(function(e){for(var i=0;;){var o=e.text.indexOf(t,i);if(-1==o)break;i=o+t.length,n.push(Po(r,o))}r++});for(var i=n.length-1;i>=0;i--)Wn(e.doc,t,n[i],Po(n[i].line,n[i].ch+t.length))}}),Gn("specialChars",/[\t\u0000-\u0019\u00ad\u200b-\u200f\u2028\u2029\ufeff]/g,function(t,n,r){t.state.specialChars=new RegExp(n.source+(n.test(" ")?"":"| "),"g"),r!=e.Init&&t.refresh()}),Gn("specialCharPlaceholder",Fr,function(e){e.refresh()},!0),Gn("electricChars",!0),Gn("inputStyle",No?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),Gn("rtlMoveVisually",!Oo),Gn("wholeLineUpdateBefore",!0),Gn("theme","default",function(e){a(e),s(e)},!0),Gn("keyMap","default",function(t,n,r){var i=$n(n),o=r!=e.Init&&$n(r);o&&o.detach&&o.detach(t,i),i.attach&&i.attach(t,o||null)}),Gn("extraKeys",null),Gn("lineWrapping",!1,i,!0),Gn("gutters",[],function(e){f(e.options),s(e)},!0),Gn("fixedGutter",!0,function(e,t){e.display.gutters.style.left=t?S(e.display)+"px":"0",e.refresh()},!0),Gn("coverGutterNextToScrollbar",!1,function(e){y(e)},!0),Gn("scrollbarStyle","native",function(e){v(e),y(e),e.display.scrollbars.setScrollTop(e.doc.scrollTop),e.display.scrollbars.setScrollLeft(e.doc.scrollLeft)},!0),Gn("lineNumbers",!1,function(e){f(e.options),s(e)},!0),Gn("firstLineNumber",1,s,!0),Gn("lineNumberFormatter",function(e){return e},s,!0),Gn("showCursorWhenSelecting",!1,De,!0),Gn("resetSelectionOnContextMenu",!0),Gn("lineWiseCopyCut",!0),Gn("readOnly",!1,function(e,t){"nocursor"==t?(vn(e),e.display.input.blur(),e.display.disabled=!0):e.display.disabled=!1,e.display.input.readOnlyChanged(t)}),Gn("disableInput",!1,function(e,t){t||e.display.input.reset()},!0),Gn("dragDrop",!0,jt),Gn("allowDropFileTypes",null),Gn("cursorBlinkRate",530),Gn("cursorScrollMargin",0),Gn("cursorHeight",1,De,!0),Gn("singleCursorHeightPerLine",!0,De,!0),Gn("workTime",100),Gn("workDelay",100),Gn("flattenSpans",!0,r,!0),Gn("addModeClass",!1,r,!0),Gn("pollInterval",100),Gn("undoDepth",200,function(e,t){e.doc.history.undoDepth=t}),Gn("historyEventDelay",1250),Gn("viewportMargin",10,function(e){e.refresh()},!0),Gn("maxHighlightLength",1e4,r,!0),Gn("moveInputWithCursor",!0,function(e,t){t||e.display.input.resetPosition()}),Gn("tabindex",null,function(e,t){e.display.input.getField().tabIndex=t||""}),Gn("autofocus",null);var tl=e.modes={},nl=e.mimeModes={};e.defineMode=function(t,n){e.defaults.mode||"null"==t||(e.defaults.mode=t),arguments.length>2&&(n.dependencies=Array.prototype.slice.call(arguments,2)),tl[t]=n},e.defineMIME=function(e,t){nl[e]=t},e.resolveMode=function(t){if("string"==typeof t&&nl.hasOwnProperty(t))t=nl[t];else if(t&&"string"==typeof t.name&&nl.hasOwnProperty(t.name)){var n=nl[t.name];"string"==typeof n&&(n={name:n}),t=Ii(n,t),t.name=n.name}else if("string"==typeof t&&/^[\w\-]+\/[\w\-]+\+xml$/.test(t))return e.resolveMode("application/xml");return"string"==typeof t?{name:t}:t||{name:"null"}},e.getMode=function(t,n){var n=e.resolveMode(n),r=tl[n.name];if(!r)return e.getMode(t,"text/plain");var i=r(t,n);if(rl.hasOwnProperty(n.name)){var o=rl[n.name];for(var l in o)o.hasOwnProperty(l)&&(i.hasOwnProperty(l)&&(i["_"+l]=i[l]),i[l]=o[l])}if(i.name=n.name,n.helperType&&(i.helperType=n.helperType),n.modeProps)for(var l in n.modeProps)i[l]=n.modeProps[l];return i},e.defineMode("null",function(){return{token:function(e){e.skipToEnd()}}}),e.defineMIME("text/plain","null");var rl=e.modeExtensions={};e.extendMode=function(e,t){var n=rl.hasOwnProperty(e)?rl[e]:rl[e]={};Pi(t,n)},e.defineExtension=function(t,n){e.prototype[t]=n},e.defineDocExtension=function(e,t){kl.prototype[e]=t},e.defineOption=Gn;var il=[];e.defineInitHook=function(e){il.push(e)};var ol=e.helpers={};e.registerHelper=function(t,n,r){ol.hasOwnProperty(t)||(ol[t]=e[t]={_global:[]}),ol[t][n]=r},e.registerGlobalHelper=function(t,n,r,i){e.registerHelper(t,n,i),ol[t]._global.push({pred:r,val:i})};var ll=e.copyState=function(e,t){if(t===!0)return t;if(e.copyState)return e.copyState(t);var n={};for(var r in t){var i=t[r];i instanceof Array&&(i=i.concat([])),n[r]=i}return n},al=e.startState=function(e,t,n){return e.startState?e.startState(t,n):!0};e.innerMode=function(e,t){for(;e.innerMode;){var n=e.innerMode(t);if(!n||n.mode==e)break;t=n.state,e=n.mode}return n||{mode:e,state:t}};var sl=e.commands={selectAll:function(e){e.setSelection(Po(e.firstLine(),0),Po(e.lastLine()),Il)},singleSelection:function(e){e.setSelection(e.getCursor("anchor"),e.getCursor("head"),Il)},killLine:function(e){_n(e,function(t){if(t.empty()){var n=Yr(e.doc,t.head.line).text.length;return t.head.ch==n&&t.head.line0)i=new Po(i.line,i.ch+1),e.replaceRange(o.charAt(i.ch-1)+o.charAt(i.ch-2),Po(i.line,i.ch-2),i,"+transpose");else if(i.line>e.doc.first){var l=Yr(e.doc,i.line-1).text;l&&e.replaceRange(o.charAt(0)+e.doc.lineSeparator()+l.charAt(l.length-1),Po(i.line-1,l.length-1),Po(i.line,1),"+transpose")}n.push(new he(i,i))}e.setSelections(n)})},newlineAndIndent:function(e){Nt(e,function(){for(var t=e.listSelections().length,n=0;t>n;n++){var r=e.listSelections()[n];e.replaceRange(e.doc.lineSeparator(),r.anchor,r.head,"+input"),e.indentLine(r.from().line+1,null,!0)}zn(e)})},toggleOverwrite:function(e){e.toggleOverwrite()}},cl=e.keyMap={};cl.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore","Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"},cl.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Up":"goLineUp","Ctrl-Down":"goLineDown","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter","Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"},cl.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Alt-F":"goWordRight","Alt-B":"goWordLeft","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp","Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-D":"delWordAfter","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars"},cl.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Home":"goDocStart","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineLeft","Cmd-Right":"goLineRight","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter","Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delWrappedLineLeft","Cmd-Delete":"delWrappedLineRight","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection","Ctrl-Up":"goDocStart","Ctrl-Down":"goDocEnd",fallthrough:["basic","emacsy"]},cl["default"]=Ao?cl.macDefault:cl.pcDefault,e.normalizeKeyMap=function(e){var t={};for(var n in e)if(e.hasOwnProperty(n)){var r=e[n];if(/^(name|fallthrough|(de|at)tach)$/.test(n))continue;if("..."==r){delete e[n];continue}for(var i=Di(n.split(" "),Un),o=0;o=this.string.length},sol:function(){return this.pos==this.lineStart},peek:function(){return this.string.charAt(this.pos)||void 0},next:function(){return this.post},eatSpace:function(){for(var e=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>e},skipToEnd:function(){this.pos=this.string.length},skipTo:function(e){var t=this.string.indexOf(e,this.pos);return t>-1?(this.pos=t,!0):void 0},backUp:function(e){this.pos-=e},column:function(){return this.lastColumnPos0?null:(r&&t!==!1&&(this.pos+=r[0].length),r)}var i=function(e){return n?e.toLowerCase():e},o=this.string.substr(this.pos,e.length);return i(o)==i(e)?(t!==!1&&(this.pos+=e.length),!0):void 0},current:function(){return this.string.slice(this.start,this.pos)},hideFirstChars:function(e,t){this.lineStart+=e;try{return t()}finally{this.lineStart-=e}}};var pl=0,ml=e.TextMarker=function(e,t){this.lines=[],this.type=t,this.doc=e,this.id=++pl};Ni(ml),ml.prototype.clear=function(){if(!this.explicitlyCleared){var e=this.doc.cm,t=e&&!e.curOp;if(t&&xt(e),Mi(this,"clear")){var n=this.find();n&&Ci(this,"clear",n.from,n.to)}for(var r=null,i=null,o=0;oe.display.maxLineLength&&(e.display.maxLine=s,e.display.maxLineLength=c,e.display.maxLineChanged=!0)}null!=r&&e&&this.collapsed&&Et(e,r,i+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,e&&Oe(e.doc)),e&&Ci(e,"markerCleared",e,this),t&&wt(e),this.parent&&this.parent.clear()}},ml.prototype.find=function(e,t){null==e&&"bookmark"==this.type&&(e=1);for(var n,r,i=0;in;++n){var i=this.lines[n];this.height-=i.height,Mr(i),Ci(i,"delete")}this.lines.splice(e,t)},collapse:function(e){e.push.apply(e,this.lines)},insertInner:function(e,t,n){this.height+=n,this.lines=this.lines.slice(0,e).concat(t).concat(this.lines.slice(e));for(var r=0;re;++e)if(n(this.lines[e]))return!0}},Vr.prototype={chunkSize:function(){return this.size},removeInner:function(e,t){this.size-=t;for(var n=0;ne){var o=Math.min(t,i-e),l=r.height;if(r.removeInner(e,o),this.height-=l-r.height,i==o&&(this.children.splice(n--,1),r.parent=null),0==(t-=o))break;e=0}else e-=i}if(this.size-t<25&&(this.children.length>1||!(this.children[0]instanceof $r))){var a=[];this.collapse(a),this.children=[new $r(a)],this.children[0].parent=this}},collapse:function(e){for(var t=0;t=e){if(i.insertInner(e,t,n),i.lines&&i.lines.length>50){for(;i.lines.length>50;){var l=i.lines.splice(i.lines.length-25,25),a=new $r(l);i.height-=a.height,this.children.splice(r+1,0,a),a.parent=this}this.maybeSpill()}break}e-=o}},maybeSpill:function(){if(!(this.children.length<=10)){var e=this;do{var t=e.children.splice(e.children.length-5,5),n=new Vr(t);if(e.parent){e.size-=n.size,e.height-=n.height;var r=Hi(e.parent.children,e);e.parent.children.splice(r+1,0,n)}else{var i=new Vr(e.children);i.parent=e,e.children=[i,n],e=i}n.parent=e.parent}while(e.children.length>10);e.parent.maybeSpill()}},iterN:function(e,t,n){for(var r=0;re){var l=Math.min(t,o-e);if(i.iterN(e,l,n))return!0;if(0==(t-=l))break;e=0}else e-=o}}};var wl=0,kl=e.Doc=function(e,t,n,r){if(!(this instanceof kl))return new kl(e,t,n,r);null==n&&(n=0),Vr.call(this,[new $r([new yl("",null)])]),this.first=n,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.frontier=n;var i=Po(n,0);this.sel=pe(i),this.history=new ii(null),this.id=++wl,this.modeOption=t,this.lineSep=r,"string"==typeof e&&(e=this.splitLines(e)),Ur(this,{from:i,to:i,text:e}),Me(this,pe(i),Il)};kl.prototype=Ii(Vr.prototype,{constructor:kl,iter:function(e,t,n){n?this.iterN(e-this.first,t-e,n):this.iterN(this.first,this.first+this.size,e)},insert:function(e,t){for(var n=0,r=0;r=0;o--)Ln(this,r[o]);a?Te(this,a):this.cm&&zn(this.cm)}),undo:Wt(function(){Mn(this,"undo")}),redo:Wt(function(){Mn(this,"redo")}),undoSelection:Wt(function(){Mn(this,"undo",!0)}),redoSelection:Wt(function(){Mn(this,"redo",!0)}),setExtending:function(e){this.extend=e},getExtending:function(){return this.extend},historySize:function(){for(var e=this.history,t=0,n=0,r=0;r=e.ch)&&t.push(i.marker.parent||i.marker)}return t},findMarks:function(e,t,n){e=ge(this,e),t=ge(this,t);var r=[],i=e.line;return this.iter(e.line,t.line+1,function(o){var l=o.markedSpans;if(l)for(var a=0;as.to||null==s.from&&i!=e.line||i==t.line&&s.from>t.ch||n&&!n(s.marker)||r.push(s.marker.parent||s.marker)}++i}),r},getAllMarks:function(){var e=[];return this.iter(function(t){var n=t.markedSpans;if(n)for(var r=0;re?(t=e,!0):(e-=i,void++n)}),ge(this,Po(n,t))},indexFromPos:function(e){e=ge(this,e);var t=e.ch;return e.linet&&(t=e.from),null!=e.to&&e.toa||a>=t)return l+(t-o);l+=a-o,l+=n-l%n,o=a+1}},Rl=e.findColumn=function(e,t,n){for(var r=0,i=0;;){var o=e.indexOf(" ",r);-1==o&&(o=e.length);var l=o-r;if(o==e.length||i+l>=t)return r+Math.min(l,t-i);if(i+=o-r,i+=n-i%n,r=o+1,i>=t)return r}},Bl=[""],_l=function(e){e.select()};Mo?_l=function(e){e.selectionStart=0,e.selectionEnd=e.value.length}:yo&&(_l=function(e){try{e.select()}catch(t){}});var jl,ql=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/,Gl=e.isWordChar=function(e){return/\w/.test(e)||e>"€"&&(e.toUpperCase()!=e.toLowerCase()||ql.test(e))},Ul=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/; -jl=document.createRange?function(e,t,n,r){var i=document.createRange();return i.setEnd(r||e,n),i.setStart(e,t),i}:function(e,t,n){var r=document.body.createTextRange();try{r.moveToElementText(e.parentNode)}catch(i){return r}return r.collapse(!0),r.moveEnd("character",n),r.moveStart("character",t),r};var $l=e.contains=function(e,t){if(3==t.nodeType&&(t=t.parentNode),e.contains)return e.contains(t);do if(11==t.nodeType&&(t=t.host),t==e)return!0;while(t=t.parentNode)};yo&&11>xo&&(Gi=function(){try{return document.activeElement}catch(e){return document.body}});var Vl,Kl,Xl=e.rmClass=function(e,t){var n=e.className,r=Ui(t).exec(n);if(r){var i=n.slice(r.index+r[0].length);e.className=n.slice(0,r.index)+(i?r[1]+i:"")}},Yl=e.addClass=function(e,t){var n=e.className;Ui(t).test(n)||(e.className+=(n?" ":"")+t)},Zl=!1,Ql=function(){if(yo&&9>xo)return!1;var e=_i("div");return"draggable"in e||"dragDrop"in e}(),Jl=e.splitLines=3!="\n\nb".split(/\n/).length?function(e){for(var t=0,n=[],r=e.length;r>=t;){var i=e.indexOf("\n",t);-1==i&&(i=e.length);var o=e.slice(t,"\r"==e.charAt(i-1)?i-1:i),l=o.indexOf("\r");-1!=l?(n.push(o.slice(0,l)),t+=l+1):(n.push(o),t=i+1)}return n}:function(e){return e.split(/\r\n?|\n/)},ea=window.getSelection?function(e){try{return e.selectionStart!=e.selectionEnd}catch(t){return!1}}:function(e){try{var t=e.ownerDocument.selection.createRange()}catch(n){}return t&&t.parentElement()==e?0!=t.compareEndPoints("StartToEnd",t):!1},ta=function(){var e=_i("div");return"oncopy"in e?!0:(e.setAttribute("oncopy","return;"),"function"==typeof e.oncopy)}(),na=null,ra=e.keyNames={3:"Enter",8:"Backspace",9:"Tab",13:"Enter",16:"Shift",17:"Ctrl",18:"Alt",19:"Pause",20:"CapsLock",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"=",91:"Mod",92:"Mod",93:"Mod",106:"*",107:"=",109:"-",110:".",111:"/",127:"Delete",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home",63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"};!function(){for(var e=0;10>e;e++)ra[e+48]=ra[e+96]=String(e);for(var e=65;90>=e;e++)ra[e]=String.fromCharCode(e);for(var e=1;12>=e;e++)ra[e+111]=ra[e+63235]="F"+e}();var ia,oa=function(){function e(e){return 247>=e?n.charAt(e):e>=1424&&1524>=e?"R":e>=1536&&1773>=e?r.charAt(e-1536):e>=1774&&2220>=e?"r":e>=8192&&8203>=e?"w":8204==e?"b":"L"}function t(e,t,n){this.level=e,this.from=t,this.to=n}var n="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",r="rrrrrrrrrrrr,rNNmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmrrrrrrrnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmNmmmm",i=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,o=/[stwN]/,l=/[LRr]/,a=/[Lb1n]/,s=/[1n]/,c="L";return function(n){if(!i.test(n))return!1;for(var r,u=n.length,d=[],h=0;u>h;++h)d.push(r=e(n.charCodeAt(h)));for(var h=0,f=c;u>h;++h){var r=d[h];"m"==r?d[h]=f:f=r}for(var h=0,p=c;u>h;++h){var r=d[h];"1"==r&&"r"==p?d[h]="n":l.test(r)&&(p=r,"r"==r&&(d[h]="R"))}for(var h=1,f=d[0];u-1>h;++h){var r=d[h];"+"==r&&"1"==f&&"1"==d[h+1]?d[h]="1":","!=r||f!=d[h+1]||"1"!=f&&"n"!=f||(d[h]=f),f=r}for(var h=0;u>h;++h){var r=d[h];if(","==r)d[h]="N";else if("%"==r){for(var m=h+1;u>m&&"%"==d[m];++m);for(var g=h&&"!"==d[h-1]||u>m&&"1"==d[m]?"1":"N",v=h;m>v;++v)d[v]=g;h=m-1}}for(var h=0,p=c;u>h;++h){var r=d[h];"L"==p&&"1"==r?d[h]="L":l.test(r)&&(p=r)}for(var h=0;u>h;++h)if(o.test(d[h])){for(var m=h+1;u>m&&o.test(d[m]);++m);for(var y="L"==(h?d[h-1]:c),x="L"==(u>m?d[m]:c),g=y||x?"L":"R",v=h;m>v;++v)d[v]=g;h=m-1}for(var b,w=[],h=0;u>h;)if(a.test(d[h])){var k=h;for(++h;u>h&&a.test(d[h]);++h);w.push(new t(0,k,h))}else{var C=h,S=w.length;for(++h;u>h&&"L"!=d[h];++h);for(var v=C;h>v;)if(s.test(d[v])){v>C&&w.splice(S,0,new t(1,C,v));var L=v;for(++v;h>v&&s.test(d[v]);++v);w.splice(S,0,new t(2,L,v)),C=v}else++v;h>C&&w.splice(S,0,new t(1,C,h))}return 1==w[0].level&&(b=n.match(/^\s+/))&&(w[0].from=b[0].length,w.unshift(new t(0,0,b[0].length))),1==Wi(w).level&&(b=n.match(/\s+$/))&&(Wi(w).to-=b[0].length,w.push(new t(0,u-b[0].length,u))),2==w[0].level&&w.unshift(new t(1,w[0].to,w[0].to)),w[0].level!=Wi(w).level&&w.push(new t(w[0].level,u,u)),w}}();return e.version="5.8.1",e})},{}],7:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../../lib/codemirror"),t("../markdown/markdown"),t("../../addon/mode/overlay")):"function"==typeof e&&e.amd?e(["../../lib/codemirror","../markdown/markdown","../../addon/mode/overlay"],i):i(CodeMirror)}(function(e){"use strict";var t=/^((?:(?:aaas?|about|acap|adiumxtra|af[ps]|aim|apt|attachment|aw|beshare|bitcoin|bolo|callto|cap|chrome(?:-extension)?|cid|coap|com-eventbrite-attendee|content|crid|cvs|data|dav|dict|dlna-(?:playcontainer|playsingle)|dns|doi|dtn|dvb|ed2k|facetime|feed|file|finger|fish|ftp|geo|gg|git|gizmoproject|go|gopher|gtalk|h323|hcp|https?|iax|icap|icon|im|imap|info|ipn|ipp|irc[6s]?|iris(?:\.beep|\.lwz|\.xpc|\.xpcs)?|itms|jar|javascript|jms|keyparc|lastfm|ldaps?|magnet|mailto|maps|market|message|mid|mms|ms-help|msnim|msrps?|mtqp|mumble|mupdate|mvn|news|nfs|nih?|nntp|notes|oid|opaquelocktoken|palm|paparazzi|platform|pop|pres|proxy|psyc|query|res(?:ource)?|rmi|rsync|rtmp|rtsp|secondlife|service|session|sftp|sgn|shttp|sieve|sips?|skype|sm[bs]|snmp|soap\.beeps?|soldat|spotify|ssh|steam|svn|tag|teamspeak|tel(?:net)?|tftp|things|thismessage|tip|tn3270|tv|udp|unreal|urn|ut2004|vemmi|ventrilo|view-source|webcal|wss?|wtai|wyciwyg|xcon(?:-userid)?|xfire|xmlrpc\.beeps?|xmpp|xri|ymsgr|z39\.50[rs]?):(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]|\([^\s()<>]*\))+(?:\([^\s()<>]*\)|[^\s`*!()\[\]{};:'".,<>?«»“”‘’]))/i;e.defineMode("gfm",function(n,r){function i(e){return e.code=!1,null}var o=0,l={startState:function(){return{code:!1,codeBlock:!1,ateSpace:!1}},copyState:function(e){return{code:e.code,codeBlock:e.codeBlock,ateSpace:e.ateSpace}},token:function(e,n){if(n.combineTokens=null,n.codeBlock)return e.match(/^```+/)?(n.codeBlock=!1,null):(e.skipToEnd(),null);if(e.sol()&&(n.code=!1),e.sol()&&e.match(/^```+/))return e.skipToEnd(),n.codeBlock=!0,null;if("`"===e.peek()){e.next();var i=e.pos;e.eatWhile("`");var l=1+e.pos-i;return n.code?l===o&&(n.code=!1):(o=l,n.code=!0),null}if(n.code)return e.next(),null;if(e.eatSpace())return n.ateSpace=!0,null;if((e.sol()||n.ateSpace)&&(n.ateSpace=!1,r.gitHubSpice!==!1)){if(e.match(/^(?:[a-zA-Z0-9\-_]+\/)?(?:[a-zA-Z0-9\-_]+@)?(?:[a-f0-9]{7,40}\b)/))return n.combineTokens=!0,"link";if(e.match(/^(?:[a-zA-Z0-9\-_]+\/)?(?:[a-zA-Z0-9\-_]+)?#[0-9]+\b/))return n.combineTokens=!0,"link"}return e.match(t)&&"]("!=e.string.slice(e.start-2,e.start)&&(0==e.start||/\W/.test(e.string.charAt(e.start-1)))?(n.combineTokens=!0,"link"):(e.next(),null)},blankLine:i},a={underscoresBreakWords:!1,taskLists:!0,fencedCodeBlocks:"```",strikethrough:!0};for(var s in r)a[s]=r[s];return a.name="markdown",e.overlayMode(e.getMode(n,a),l)},"markdown"),e.defineMIME("text/x-gfm","gfm")})},{"../../addon/mode/overlay":5,"../../lib/codemirror":6,"../markdown/markdown":8}],8:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../../lib/codemirror"),t("../xml/xml"),t("../meta")):"function"==typeof e&&e.amd?e(["../../lib/codemirror","../xml/xml","../meta"],i):i(CodeMirror)}(function(e){"use strict";e.defineMode("markdown",function(t,n){function r(n){if(e.findModeByName){var r=e.findModeByName(n);r&&(n=r.mime||r.mimes[0])}var i=e.getMode(t,n);return"null"==i.name?null:i}function i(e,t,n){return t.f=t.inline=n,n(e,t)}function o(e,t,n){return t.f=t.block=n,n(e,t)}function l(e){return!e||!/\S/.test(e.string)}function a(e){return e.linkTitle=!1,e.em=!1,e.strong=!1,e.strikethrough=!1,e.quote=0,e.indentedCode=!1,k||e.f!=c||(e.f=p,e.block=s),e.trailingSpace=0,e.trailingSpaceNewLine=!1,e.prevLine=e.thisLine,e.thisLine=null,null}function s(e,t){var o=e.sol(),a=t.list!==!1,s=t.indentedCode;t.indentedCode=!1,a&&(t.indentationDiff>=0?(t.indentationDiff<4&&(t.indentation-=t.indentationDiff),t.list=null):t.indentation>0?(t.list=null,t.listDepth=Math.floor(t.indentation/4)):(t.list=!1,t.listDepth=0));var c=null;if(t.indentationDiff>=4)return e.skipToEnd(),s||l(t.prevLine)?(t.indentation-=4,t.indentedCode=!0,L.code):null;if(e.eatSpace())return null;if((c=e.match(W))&&c[1].length<=6)return t.header=c[1].length,n.highlightFormatting&&(t.formatting="header"),t.f=t.inline,h(t);if(!(l(t.prevLine)||t.quote||a||s)&&(c=e.match(H)))return t.header="="==c[0].charAt(0)?1:2,n.highlightFormatting&&(t.formatting="header"),t.f=t.inline,h(t);if(e.eat(">"))return t.quote=o?1:t.quote+1,n.highlightFormatting&&(t.formatting="quote"),e.eatSpace(),h(t);if("["===e.peek())return i(e,t,y);if(e.match(M,!0))return t.hr=!0,L.hr;if((l(t.prevLine)||a)&&(e.match(N,!1)||e.match(A,!1))){var d=null;return e.match(N,!0)?d="ul":(e.match(A,!0),d="ol"),t.indentation=e.column()+e.current().length,t.list=!0,t.listDepth++,n.taskLists&&e.match(O,!1)&&(t.taskList=!0),t.f=t.inline,n.highlightFormatting&&(t.formatting=["list","list-"+d]),h(t)}return n.fencedCodeBlocks&&(c=e.match(E,!0))?(t.fencedChars=c[1],t.localMode=r(c[2]),t.localMode&&(t.localState=t.localMode.startState()),t.f=t.block=u,n.highlightFormatting&&(t.formatting="code-block"),t.code=!0,h(t)):i(e,t,t.inline)}function c(e,t){var n=C.token(e,t.htmlState);return(k&&null===t.htmlState.tagStart&&!t.htmlState.context&&t.htmlState.tokenize.isInText||t.md_inside&&e.current().indexOf(">")>-1)&&(t.f=p,t.block=s,t.htmlState=null),n}function u(e,t){return e.sol()&&t.fencedChars&&e.match(t.fencedChars,!1)?(t.localMode=t.localState=null,t.f=t.block=d,null):t.localMode?t.localMode.token(e,t.localState):(e.skipToEnd(),L.code)}function d(e,t){e.match(t.fencedChars),t.block=s,t.f=p,t.fencedChars=null,n.highlightFormatting&&(t.formatting="code-block"),t.code=!0;var r=h(t);return t.code=!1,r}function h(e){var t=[];if(e.formatting){t.push(L.formatting),"string"==typeof e.formatting&&(e.formatting=[e.formatting]);for(var r=0;r=e.quote?t.push(L.formatting+"-"+e.formatting[r]+"-"+e.quote):t.push("error"))}if(e.taskOpen)return t.push("meta"),t.length?t.join(" "):null;if(e.taskClosed)return t.push("property"),t.length?t.join(" "):null;if(e.linkHref?t.push(L.linkHref,"url"):(e.strong&&t.push(L.strong),e.em&&t.push(L.em),e.strikethrough&&t.push(L.strikethrough),e.linkText&&t.push(L.linkText),e.code&&t.push(L.code)),e.header&&t.push(L.header,L.header+"-"+e.header),e.quote&&(t.push(L.quote),!n.maxBlockquoteDepth||n.maxBlockquoteDepth>=e.quote?t.push(L.quote+"-"+e.quote):t.push(L.quote+"-"+n.maxBlockquoteDepth)),e.list!==!1){var i=(e.listDepth-1)%3;i?1===i?t.push(L.list2):t.push(L.list3):t.push(L.list1)}return e.trailingSpaceNewLine?t.push("trailing-space-new-line"):e.trailingSpace&&t.push("trailing-space-"+(e.trailingSpace%2?"a":"b")),t.length?t.join(" "):null}function f(e,t){return e.match(D,!0)?h(t):void 0}function p(t,r){var i=r.text(t,r);if("undefined"!=typeof i)return i;if(r.list)return r.list=null,h(r);if(r.taskList){var l="x"!==t.match(O,!0)[1];return l?r.taskOpen=!0:r.taskClosed=!0,n.highlightFormatting&&(r.formatting="task"),r.taskList=!1,h(r)}if(r.taskOpen=!1,r.taskClosed=!1,r.header&&t.match(/^#+$/,!0))return n.highlightFormatting&&(r.formatting="header"),h(r);var a=t.sol(),s=t.next();if("\\"===s&&(t.next(),n.highlightFormatting)){var u=h(r),d=L.formatting+"-escape";return u?u+" "+d:d}if(r.linkTitle){r.linkTitle=!1;var f=s;"("===s&&(f=")"),f=(f+"").replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1");var p="^\\s*(?:[^"+f+"\\\\]+|\\\\\\\\|\\\\.)"+f;if(t.match(new RegExp(p),!0))return L.linkHref}if("`"===s){var v=r.formatting;n.highlightFormatting&&(r.formatting="code");var y=h(r),x=t.pos;t.eatWhile("`");var b=1+t.pos-x;return r.code?b===S?(r.code=!1,y):(r.formatting=v,h(r)):(S=b,r.code=!0,h(r))}if(r.code)return h(r);if("!"===s&&t.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return t.match(/\[[^\]]*\]/),r.inline=r.f=g,L.image;if("["===s&&t.match(/.*\](\(.*\)| ?\[.*\])/,!1))return r.linkText=!0,n.highlightFormatting&&(r.formatting="link"),h(r);if("]"===s&&r.linkText&&t.match(/\(.*\)| ?\[.*\]/,!1)){n.highlightFormatting&&(r.formatting="link");var u=h(r);return r.linkText=!1,r.inline=r.f=g,u}if("<"===s&&t.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){r.f=r.inline=m,n.highlightFormatting&&(r.formatting="link");var u=h(r);return u?u+=" ":u="",u+L.linkInline}if("<"===s&&t.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){r.f=r.inline=m,n.highlightFormatting&&(r.formatting="link");var u=h(r);return u?u+=" ":u="",u+L.linkEmail}if("<"===s&&t.match(/^(!--|\w)/,!1)){var w=t.string.indexOf(">",t.pos);if(-1!=w){var k=t.string.substring(t.start,w);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(k)&&(r.md_inside=!0)}return t.backUp(1),r.htmlState=e.startState(C),o(t,r,c)}if("<"===s&&t.match(/^\/\w*?>/))return r.md_inside=!1,"tag";var T=!1;if(!n.underscoresBreakWords&&"_"===s&&"_"!==t.peek()&&t.match(/(\w)/,!1)){var M=t.pos-2;if(M>=0){var N=t.string.charAt(M);"_"!==N&&N.match(/(\w)/,!1)&&(T=!0)}}if("*"===s||"_"===s&&!T)if(a&&" "===t.peek());else{if(r.strong===s&&t.eat(s)){n.highlightFormatting&&(r.formatting="strong");var y=h(r);return r.strong=!1,y}if(!r.strong&&t.eat(s))return r.strong=s,n.highlightFormatting&&(r.formatting="strong"),h(r);if(r.em===s){n.highlightFormatting&&(r.formatting="em");var y=h(r);return r.em=!1,y}if(!r.em)return r.em=s,n.highlightFormatting&&(r.formatting="em"),h(r)}else if(" "===s&&(t.eat("*")||t.eat("_"))){if(" "===t.peek())return h(r);t.backUp(1)}if(n.strikethrough)if("~"===s&&t.eatWhile(s)){if(r.strikethrough){n.highlightFormatting&&(r.formatting="strikethrough");var y=h(r);return r.strikethrough=!1,y}if(t.match(/^[^\s]/,!1))return r.strikethrough=!0,n.highlightFormatting&&(r.formatting="strikethrough"),h(r)}else if(" "===s&&t.match(/^~~/,!0)){if(" "===t.peek())return h(r);t.backUp(2)}return" "===s&&(t.match(/ +$/,!1)?r.trailingSpace++:r.trailingSpace&&(r.trailingSpaceNewLine=!0)),h(r)}function m(e,t){var r=e.next();if(">"===r){t.f=t.inline=p,n.highlightFormatting&&(t.formatting="link");var i=h(t);return i?i+=" ":i="",i+L.linkInline}return e.match(/^[^>]+/,!0),L.linkInline}function g(e,t){if(e.eatSpace())return null;var r=e.next();return"("===r||"["===r?(t.f=t.inline=v("("===r?")":"]"),n.highlightFormatting&&(t.formatting="link-string"),t.linkHref=!0,h(t)):"error"}function v(e){return function(t,r){var i=t.next();if(i===e){r.f=r.inline=p,n.highlightFormatting&&(r.formatting="link-string");var o=h(r);return r.linkHref=!1,o}return t.match(w(e),!0)&&t.backUp(1),r.linkHref=!0,h(r)}}function y(e,t){return e.match(/^[^\]]*\]:/,!1)?(t.f=x,e.next(),n.highlightFormatting&&(t.formatting="link"),t.linkText=!0,h(t)):i(e,t,p)}function x(e,t){if(e.match(/^\]:/,!0)){t.f=t.inline=b,n.highlightFormatting&&(t.formatting="link");var r=h(t);return t.linkText=!1,r}return e.match(/^[^\]]+/,!0),L.linkText}function b(e,t){return e.eatSpace()?null:(e.match(/^[^\s]+/,!0),void 0===e.peek()?t.linkTitle=!0:e.match(/^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?/,!0),t.f=t.inline=p,L.linkHref+" url")}function w(e){return I[e]||(e=(e+"").replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1"),I[e]=new RegExp("^(?:[^\\\\]|\\\\.)*?("+e+")")),I[e]}var k=e.modes.hasOwnProperty("xml"),C=e.getMode(t,k?{name:"xml",htmlMode:!0}:"text/plain");void 0===n.highlightFormatting&&(n.highlightFormatting=!1),void 0===n.maxBlockquoteDepth&&(n.maxBlockquoteDepth=0),void 0===n.underscoresBreakWords&&(n.underscoresBreakWords=!0),void 0===n.taskLists&&(n.taskLists=!1),void 0===n.strikethrough&&(n.strikethrough=!1),void 0===n.tokenTypeOverrides&&(n.tokenTypeOverrides={});var S=0,L={header:"header",code:"comment",quote:"quote",list1:"variable-2",list2:"variable-3",list3:"keyword",hr:"hr",image:"tag",formatting:"formatting",linkInline:"link",linkEmail:"link",linkText:"link",linkHref:"string",em:"em",strong:"strong",strikethrough:"strikethrough"};for(var T in L)L.hasOwnProperty(T)&&n.tokenTypeOverrides[T]&&(L[T]=n.tokenTypeOverrides[T]);var M=/^([*\-_])(?:\s*\1){2,}\s*$/,N=/^[*\-+]\s+/,A=/^[0-9]+([.)])\s+/,O=/^\[(x| )\](?=\s)/,W=n.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,H=/^ *(?:\={1,}|-{1,})\s*$/,D=/^[^#!\[\]*_\\<>` "'(~]+/,E=new RegExp("^("+(n.fencedCodeBlocks===!0?"~~~+|```+":n.fencedCodeBlocks)+")[ \\t]*([\\w+#]*)"),I=[],P={startState:function(){return{f:s,prevLine:null,thisLine:null,block:s,htmlState:null,indentation:0,inline:p,text:f,formatting:!1,linkText:!1,linkHref:!1,linkTitle:!1,em:!1,strong:!1,header:0,hr:!1,taskList:!1,list:!1,listDepth:0,quote:0,trailingSpace:0,trailingSpaceNewLine:!1,strikethrough:!1,fencedChars:null}},copyState:function(t){return{f:t.f,prevLine:t.prevLine,thisLine:t["this"],block:t.block,htmlState:t.htmlState&&e.copyState(C,t.htmlState),indentation:t.indentation,localMode:t.localMode,localState:t.localMode?e.copyState(t.localMode,t.localState):null,inline:t.inline,text:t.text,formatting:!1,linkTitle:t.linkTitle,code:t.code,em:t.em,strong:t.strong,strikethrough:t.strikethrough,header:t.header,hr:t.hr,taskList:t.taskList,list:t.list,listDepth:t.listDepth,quote:t.quote,indentedCode:t.indentedCode,trailingSpace:t.trailingSpace,trailingSpaceNewLine:t.trailingSpaceNewLine,md_inside:t.md_inside,fencedChars:t.fencedChars}},token:function(e,t){if(t.formatting=!1,e!=t.thisLine){var n=t.header||t.hr;if(t.header=0,t.hr=!1,e.match(/^\s*$/,!0)||n){if(a(t),!n)return null;t.prevLine=null}t.prevLine=t.thisLine,t.thisLine=e,t.taskList=!1,t.trailingSpace=0,t.trailingSpaceNewLine=!1,t.f=t.block;var r=e.match(/^\s*/,!0)[0].replace(/\t/g," ").length,i=4*Math.floor((r-t.indentation)/4);i>4&&(i=4);var o=t.indentation+i;if(t.indentationDiff=o-t.indentation,t.indentation=o,r>0)return null}return t.f(e,t)},innerMode:function(e){return e.block==c?{state:e.htmlState,mode:C}:e.localState?{state:e.localState,mode:e.localMode}:{state:e,mode:P}},blankLine:a,getType:h,fold:"markdown"};return P},"xml"),e.defineMIME("text/x-markdown","markdown")})},{"../../lib/codemirror":6,"../meta":9,"../xml/xml":10}],9:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../lib/codemirror")):"function"==typeof e&&e.amd?e(["../lib/codemirror"],i):i(CodeMirror)}(function(e){"use strict";e.modeInfo=[{name:"APL",mime:"text/apl",mode:"apl",ext:["dyalog","apl"]},{name:"PGP",mimes:["application/pgp","application/pgp-keys","application/pgp-signature"],mode:"asciiarmor",ext:["pgp"]},{name:"ASN.1",mime:"text/x-ttcn-asn",mode:"asn.1",ext:["asn","asn1"]},{name:"Asterisk",mime:"text/x-asterisk",mode:"asterisk",file:/^extensions\.conf$/i},{name:"Brainfuck",mime:"text/x-brainfuck",mode:"brainfuck",ext:["b","bf"]},{name:"C",mime:"text/x-csrc",mode:"clike",ext:["c","h"]},{name:"C++",mime:"text/x-c++src",mode:"clike",ext:["cpp","c++","cc","cxx","hpp","h++","hh","hxx"],alias:["cpp"]},{name:"Cobol",mime:"text/x-cobol",mode:"cobol",ext:["cob","cpy"]},{name:"C#",mime:"text/x-csharp",mode:"clike",ext:["cs"],alias:["csharp"]},{name:"Clojure",mime:"text/x-clojure",mode:"clojure",ext:["clj"]},{name:"Closure Stylesheets (GSS)",mime:"text/x-gss",mode:"css",ext:["gss"]},{name:"CMake",mime:"text/x-cmake",mode:"cmake",ext:["cmake","cmake.in"],file:/^CMakeLists.txt$/},{name:"CoffeeScript",mime:"text/x-coffeescript",mode:"coffeescript",ext:["coffee"],alias:["coffee","coffee-script"]},{name:"Common Lisp",mime:"text/x-common-lisp",mode:"commonlisp",ext:["cl","lisp","el"],alias:["lisp"]},{name:"Cypher",mime:"application/x-cypher-query",mode:"cypher",ext:["cyp","cypher"]},{name:"Cython",mime:"text/x-cython",mode:"python",ext:["pyx","pxd","pxi"]},{name:"CSS",mime:"text/css",mode:"css",ext:["css"]},{name:"CQL",mime:"text/x-cassandra",mode:"sql",ext:["cql"]},{name:"D",mime:"text/x-d",mode:"d",ext:["d"]},{name:"Dart",mimes:["application/dart","text/x-dart"],mode:"dart",ext:["dart"]},{name:"diff",mime:"text/x-diff",mode:"diff",ext:["diff","patch"]},{name:"Django",mime:"text/x-django",mode:"django"},{name:"Dockerfile",mime:"text/x-dockerfile",mode:"dockerfile",file:/^Dockerfile$/},{name:"DTD",mime:"application/xml-dtd",mode:"dtd",ext:["dtd"]},{name:"Dylan",mime:"text/x-dylan",mode:"dylan",ext:["dylan","dyl","intr"]},{name:"EBNF",mime:"text/x-ebnf",mode:"ebnf"},{name:"ECL",mime:"text/x-ecl",mode:"ecl",ext:["ecl"]},{name:"Eiffel",mime:"text/x-eiffel",mode:"eiffel",ext:["e"]},{name:"Elm",mime:"text/x-elm",mode:"elm",ext:["elm"]},{name:"Embedded Javascript",mime:"application/x-ejs",mode:"htmlembedded",ext:["ejs"]},{name:"Embedded Ruby",mime:"application/x-erb",mode:"htmlembedded",ext:["erb"]},{name:"Erlang",mime:"text/x-erlang",mode:"erlang",ext:["erl"]},{name:"Factor",mime:"text/x-factor",mode:"factor",ext:["factor"]},{name:"Forth",mime:"text/x-forth",mode:"forth",ext:["forth","fth","4th"]},{name:"Fortran",mime:"text/x-fortran",mode:"fortran",ext:["f","for","f77","f90"]},{name:"F#",mime:"text/x-fsharp",mode:"mllike",ext:["fs"],alias:["fsharp"]},{name:"Gas",mime:"text/x-gas",mode:"gas",ext:["s"]},{name:"Gherkin",mime:"text/x-feature",mode:"gherkin",ext:["feature"]},{name:"GitHub Flavored Markdown",mime:"text/x-gfm",mode:"gfm",file:/^(readme|contributing|history).md$/i},{name:"Go",mime:"text/x-go",mode:"go",ext:["go"]},{name:"Groovy",mime:"text/x-groovy",mode:"groovy",ext:["groovy"]},{name:"HAML",mime:"text/x-haml",mode:"haml",ext:["haml"]},{name:"Haskell",mime:"text/x-haskell",mode:"haskell",ext:["hs"]},{name:"Haxe",mime:"text/x-haxe",mode:"haxe",ext:["hx"]},{name:"HXML",mime:"text/x-hxml",mode:"haxe",ext:["hxml"]},{name:"ASP.NET",mime:"application/x-aspx",mode:"htmlembedded",ext:["aspx"],alias:["asp","aspx"]},{name:"HTML",mime:"text/html",mode:"htmlmixed",ext:["html","htm"],alias:["xhtml"]},{name:"HTTP",mime:"message/http",mode:"http"},{name:"IDL",mime:"text/x-idl",mode:"idl",ext:["pro"]},{name:"Jade",mime:"text/x-jade",mode:"jade",ext:["jade"]},{name:"Java",mime:"text/x-java",mode:"clike",ext:["java"]},{name:"Java Server Pages",mime:"application/x-jsp",mode:"htmlembedded",ext:["jsp"],alias:["jsp"]},{name:"JavaScript",mimes:["text/javascript","text/ecmascript","application/javascript","application/x-javascript","application/ecmascript"],mode:"javascript",ext:["js"],alias:["ecmascript","js","node"]},{name:"JSON",mimes:["application/json","application/x-json"],mode:"javascript",ext:["json","map"],alias:["json5"]},{name:"JSON-LD",mime:"application/ld+json",mode:"javascript",ext:["jsonld"],alias:["jsonld"]},{name:"Jinja2",mime:"null",mode:"jinja2"},{name:"Julia",mime:"text/x-julia",mode:"julia",ext:["jl"]},{name:"Kotlin",mime:"text/x-kotlin",mode:"clike",ext:["kt"]},{name:"LESS",mime:"text/x-less",mode:"css",ext:["less"]},{name:"LiveScript",mime:"text/x-livescript",mode:"livescript",ext:["ls"],alias:["ls"]},{name:"Lua",mime:"text/x-lua",mode:"lua",ext:["lua"]},{name:"Markdown",mime:"text/x-markdown",mode:"markdown",ext:["markdown","md","mkd"]},{name:"mIRC",mime:"text/mirc",mode:"mirc"},{name:"MariaDB SQL",mime:"text/x-mariadb",mode:"sql"},{name:"Mathematica",mime:"text/x-mathematica",mode:"mathematica",ext:["m","nb"]},{name:"Modelica",mime:"text/x-modelica",mode:"modelica",ext:["mo"]},{name:"MUMPS",mime:"text/x-mumps",mode:"mumps"},{name:"MS SQL",mime:"text/x-mssql",mode:"sql"},{name:"MySQL",mime:"text/x-mysql",mode:"sql"},{name:"Nginx",mime:"text/x-nginx-conf",mode:"nginx",file:/nginx.*\.conf$/i},{name:"NSIS",mime:"text/x-nsis",mode:"nsis",ext:["nsh","nsi"]},{name:"NTriples",mime:"text/n-triples",mode:"ntriples",ext:["nt"]},{name:"Objective C",mime:"text/x-objectivec",mode:"clike",ext:["m","mm"]},{name:"OCaml",mime:"text/x-ocaml",mode:"mllike",ext:["ml","mli","mll","mly"]},{name:"Octave",mime:"text/x-octave",mode:"octave",ext:["m"]},{name:"Oz",mime:"text/x-oz",mode:"oz",ext:["oz"]},{name:"Pascal",mime:"text/x-pascal",mode:"pascal",ext:["p","pas"]},{name:"PEG.js",mime:"null",mode:"pegjs",ext:["jsonld"]},{name:"Perl",mime:"text/x-perl",mode:"perl",ext:["pl","pm"]},{name:"PHP",mime:"application/x-httpd-php",mode:"php",ext:["php","php3","php4","php5","phtml"]},{name:"Pig",mime:"text/x-pig",mode:"pig",ext:["pig"]},{name:"Plain Text",mime:"text/plain",mode:"null",ext:["txt","text","conf","def","list","log"]},{name:"PLSQL",mime:"text/x-plsql",mode:"sql",ext:["pls"]},{name:"Properties files",mime:"text/x-properties",mode:"properties",ext:["properties","ini","in"],alias:["ini","properties"]},{name:"Python",mime:"text/x-python",mode:"python",ext:["py","pyw"]},{name:"Puppet",mime:"text/x-puppet",mode:"puppet",ext:["pp"]},{name:"Q",mime:"text/x-q",mode:"q",ext:["q"]},{name:"R",mime:"text/x-rsrc",mode:"r",ext:["r"],alias:["rscript"]},{name:"reStructuredText",mime:"text/x-rst",mode:"rst",ext:["rst"],alias:["rst"]},{name:"RPM Changes",mime:"text/x-rpm-changes",mode:"rpm"},{name:"RPM Spec",mime:"text/x-rpm-spec",mode:"rpm",ext:["spec"]},{name:"Ruby",mime:"text/x-ruby",mode:"ruby",ext:["rb"],alias:["jruby","macruby","rake","rb","rbx"]},{name:"Rust",mime:"text/x-rustsrc",mode:"rust",ext:["rs"]},{name:"Sass",mime:"text/x-sass",mode:"sass",ext:["sass"]},{name:"Scala",mime:"text/x-scala",mode:"clike",ext:["scala"]},{name:"Scheme",mime:"text/x-scheme",mode:"scheme",ext:["scm","ss"]},{name:"SCSS",mime:"text/x-scss",mode:"css",ext:["scss"]},{name:"Shell",mime:"text/x-sh",mode:"shell",ext:["sh","ksh","bash"],alias:["bash","sh","zsh"],file:/^PKGBUILD$/},{name:"Sieve",mime:"application/sieve",mode:"sieve",ext:["siv","sieve"]},{name:"Slim",mimes:["text/x-slim","application/x-slim"],mode:"slim",ext:["slim"]},{name:"Smalltalk",mime:"text/x-stsrc",mode:"smalltalk",ext:["st"]},{name:"Smarty",mime:"text/x-smarty",mode:"smarty",ext:["tpl"]},{name:"Solr",mime:"text/x-solr",mode:"solr"},{name:"Soy",mime:"text/x-soy",mode:"soy",ext:["soy"],alias:["closure template"]},{name:"SPARQL",mime:"application/sparql-query",mode:"sparql",ext:["rq","sparql"],alias:["sparul"]},{name:"Spreadsheet",mime:"text/x-spreadsheet",mode:"spreadsheet",alias:["excel","formula"]},{name:"SQL",mime:"text/x-sql",mode:"sql",ext:["sql"]},{name:"Squirrel",mime:"text/x-squirrel",mode:"clike",ext:["nut"]},{name:"Swift",mime:"text/x-swift",mode:"swift",ext:["swift"]},{name:"MariaDB",mime:"text/x-mariadb",mode:"sql"},{name:"sTeX",mime:"text/x-stex",mode:"stex"},{name:"LaTeX",mime:"text/x-latex",mode:"stex",ext:["text","ltx"],alias:["tex"]},{name:"SystemVerilog",mime:"text/x-systemverilog",mode:"verilog",ext:["v"]},{name:"Tcl",mime:"text/x-tcl",mode:"tcl",ext:["tcl"]},{name:"Textile",mime:"text/x-textile",mode:"textile",ext:["textile"]},{name:"TiddlyWiki ",mime:"text/x-tiddlywiki",mode:"tiddlywiki"},{name:"Tiki wiki",mime:"text/tiki",mode:"tiki"},{name:"TOML",mime:"text/x-toml",mode:"toml",ext:["toml"]},{name:"Tornado",mime:"text/x-tornado",mode:"tornado"},{name:"troff",mime:"troff",mode:"troff",ext:["1","2","3","4","5","6","7","8","9"]},{name:"TTCN",mime:"text/x-ttcn",mode:"ttcn",ext:["ttcn","ttcn3","ttcnpp"]},{name:"TTCN_CFG",mime:"text/x-ttcn-cfg",mode:"ttcn-cfg",ext:["cfg"]},{name:"Turtle",mime:"text/turtle",mode:"turtle",ext:["ttl"]},{name:"TypeScript",mime:"application/typescript",mode:"javascript",ext:["ts"],alias:["ts"]},{name:"Twig",mime:"text/x-twig",mode:"twig"},{name:"VB.NET",mime:"text/x-vb",mode:"vb",ext:["vb"]},{name:"VBScript",mime:"text/vbscript",mode:"vbscript",ext:["vbs"]},{name:"Velocity",mime:"text/velocity",mode:"velocity",ext:["vtl"]},{name:"Verilog",mime:"text/x-verilog",mode:"verilog",ext:["v"]},{name:"VHDL",mime:"text/x-vhdl",mode:"vhdl",ext:["vhd","vhdl"]},{name:"XML",mimes:["application/xml","text/xml"],mode:"xml",ext:["xml","xsl","xsd"],alias:["rss","wsdl","xsd"]},{name:"XQuery",mime:"application/xquery",mode:"xquery",ext:["xy","xquery"]},{name:"YAML",mime:"text/x-yaml",mode:"yaml",ext:["yaml","yml"],alias:["yml"]},{name:"Z80",mime:"text/x-z80",mode:"z80",ext:["z80"]},{name:"mscgen",mime:"text/x-mscgen",mode:"mscgen",ext:["mscgen","mscin","msc"]},{name:"xu",mime:"text/x-xu",mode:"mscgen",ext:["xu"]},{name:"msgenny",mime:"text/x-msgenny",mode:"mscgen",ext:["msgenny"]}];for(var t=0;t-1&&t.substring(i+1,t.length);return o?e.findModeByExtension(o):void 0},e.findModeByName=function(t){t=t.toLowerCase();for(var n=0;n")):null:e.match("--")?n(l("comment","-->")):e.match("DOCTYPE",!0,!0)?(e.eatWhile(/[\w\._\-]/),n(a(1))):null:e.eat("?")?(e.eatWhile(/[\w\._\-]/),t.tokenize=l("meta","?>"),"meta"):(C=e.eat("/")?"closeTag":"openTag",t.tokenize=i,"tag bracket");if("&"==r){var o;return o=e.eat("#")?e.eat("x")?e.eatWhile(/[a-fA-F\d]/)&&e.eat(";"):e.eatWhile(/[\d]/)&&e.eat(";"):e.eatWhile(/[\w\.\-:]/)&&e.eat(";"),o?"atom":"error"}return e.eatWhile(/[^&<]/),null}function i(e,t){var n=e.next();if(">"==n||"/"==n&&e.eat(">"))return t.tokenize=r,C=">"==n?"endTag":"selfcloseTag","tag bracket";if("="==n)return C="equals",null;if("<"==n){t.tokenize=r,t.state=d,t.tagName=t.tagStart=null;var i=t.tokenize(e,t);return i?i+" tag error":"tag error"}return/[\'\"]/.test(n)?(t.tokenize=o(n),t.stringStartCol=e.column(),t.tokenize(e,t)):(e.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function o(e){var t=function(t,n){for(;!t.eol();)if(t.next()==e){n.tokenize=i;break}return"string"};return t.isInAttribute=!0,t}function l(e,t){return function(n,i){for(;!n.eol();){if(n.match(t)){i.tokenize=r;break}n.next()}return e}}function a(e){return function(t,n){for(var i;null!=(i=t.next());){if("<"==i)return n.tokenize=a(e+1),n.tokenize(t,n);if(">"==i){if(1==e){n.tokenize=r;break}return n.tokenize=a(e-1),n.tokenize(t,n)}}return"meta"}}function s(e,t,n){this.prev=e.context,this.tagName=t,this.indent=e.indented,this.startOfLine=n,(L.doNotIndent.hasOwnProperty(t)||e.context&&e.context.noIndent)&&(this.noIndent=!0)}function c(e){e.context&&(e.context=e.context.prev)}function u(e,t){for(var n;;){if(!e.context)return;if(n=e.context.tagName,!L.contextGrabbers.hasOwnProperty(n)||!L.contextGrabbers[n].hasOwnProperty(t))return;c(e)}}function d(e,t,n){return"openTag"==e?(n.tagStart=t.column(),h):"closeTag"==e?f:d}function h(e,t,n){return"word"==e?(n.tagName=t.current(),S="tag",g):(S="error",h)}function f(e,t,n){if("word"==e){var r=t.current();return n.context&&n.context.tagName!=r&&L.implicitlyClosed.hasOwnProperty(n.context.tagName)&&c(n),n.context&&n.context.tagName==r?(S="tag",p):(S="tag error",m)}return S="error",m}function p(e,t,n){return"endTag"!=e?(S="error",p):(c(n),d)}function m(e,t,n){return S="error",p(e,t,n)}function g(e,t,n){if("word"==e)return S="attribute", -v;if("endTag"==e||"selfcloseTag"==e){var r=n.tagName,i=n.tagStart;return n.tagName=n.tagStart=null,"selfcloseTag"==e||L.autoSelfClosers.hasOwnProperty(r)?u(n,r):(u(n,r),n.context=new s(n,r,i==n.indented)),d}return S="error",g}function v(e,t,n){return"equals"==e?y:(L.allowMissing||(S="error"),g(e,t,n))}function y(e,t,n){return"string"==e?x:"word"==e&&L.allowUnquoted?(S="string",g):(S="error",g(e,t,n))}function x(e,t,n){return"string"==e?x:g(e,t,n)}var b=t.indentUnit,w=n.multilineTagIndentFactor||1,k=n.multilineTagIndentPastTag;null==k&&(k=!0);var C,S,L=n.htmlMode?{autoSelfClosers:{area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0,menuitem:!0},implicitlyClosed:{dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},contextGrabbers:{dd:{dd:!0,dt:!0},dt:{dd:!0,dt:!0},li:{li:!0},option:{option:!0,optgroup:!0},optgroup:{optgroup:!0},p:{address:!0,article:!0,aside:!0,blockquote:!0,dir:!0,div:!0,dl:!0,fieldset:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,menu:!0,nav:!0,ol:!0,p:!0,pre:!0,section:!0,table:!0,ul:!0},rp:{rp:!0,rt:!0},rt:{rp:!0,rt:!0},tbody:{tbody:!0,tfoot:!0},td:{td:!0,th:!0},tfoot:{tbody:!0},th:{td:!0,th:!0},thead:{tbody:!0,tfoot:!0},tr:{tr:!0}},doNotIndent:{pre:!0},allowUnquoted:!0,allowMissing:!0,caseFold:!0}:{autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,caseFold:!1},T=n.alignCDATA;return r.isInText=!0,{startState:function(){return{tokenize:r,state:d,indented:0,tagName:null,tagStart:null,context:null}},token:function(e,t){if(!t.tagName&&e.sol()&&(t.indented=e.indentation()),e.eatSpace())return null;C=null;var n=t.tokenize(e,t);return(n||C)&&"comment"!=n&&(S=null,t.state=t.state(C||n,e,t),S&&(n="error"==S?n+" error":S)),n},indent:function(t,n,o){var l=t.context;if(t.tokenize.isInAttribute)return t.tagStart==t.indented?t.stringStartCol+1:t.indented+b;if(l&&l.noIndent)return e.Pass;if(t.tokenize!=i&&t.tokenize!=r)return o?o.match(/^(\s*)/)[0].length:0;if(t.tagName)return k?t.tagStart+t.tagName.length+2:t.tagStart+b*w;if(T&&/$/,blockCommentStart:"",configuration:n.htmlMode?"html":"xml",helperType:n.htmlMode?"html":"xml"}}),e.defineMIME("text/xml","xml"),e.defineMIME("application/xml","xml"),e.mimeModes.hasOwnProperty("text/html")||e.defineMIME("text/html",{name:"xml",htmlMode:!0})})},{"../../lib/codemirror":6}],11:[function(t,n,r){(function(t){(function(){function t(e){this.tokens=[],this.tokens.links={},this.options=e||h.defaults,this.rules=f.normal,this.options.gfm&&(this.options.tables?this.rules=f.tables:this.rules=f.gfm)}function i(e,t){if(this.options=t||h.defaults,this.links=e,this.rules=p.normal,this.renderer=this.options.renderer||new o,this.renderer.options=this.options,!this.links)throw new Error("Tokens array requires a `links` property.");this.options.gfm?this.options.breaks?this.rules=p.breaks:this.rules=p.gfm:this.options.pedantic&&(this.rules=p.pedantic)}function o(e){this.options=e||{}}function l(e){this.tokens=[],this.token=null,this.options=e||h.defaults,this.options.renderer=this.options.renderer||new o,this.renderer=this.options.renderer,this.renderer.options=this.options}function a(e,t){return e.replace(t?/&/g:/&(?!#?\w+;)/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function s(e){return e.replace(/&([#\w]+);/g,function(e,t){return t=t.toLowerCase(),"colon"===t?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""})}function c(e,t){return e=e.source,t=t||"",function n(r,i){return r?(i=i.source||i,i=i.replace(/(^|[^\[])\^/g,"$1"),e=e.replace(r,i),n):new RegExp(e,t)}}function u(){}function d(e){for(var t,n,r=1;rAn error occured:

"+a(u.message+"",!0)+"
";throw u}}var f={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:u,hr:/^( *[-*_]){3,} *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,nptable:u,lheading:/^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,blockquote:/^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/,list:/^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:/^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/,def:/^ *\[([^\]]+)\]: *]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,table:u,paragraph:/^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,text:/^[^\n]+/};f.bullet=/(?:[*+-]|\d+\.)/,f.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/,f.item=c(f.item,"gm")(/bull/g,f.bullet)(),f.list=c(f.list)(/bull/g,f.bullet)("hr","\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))")("def","\\n+(?="+f.def.source+")")(),f.blockquote=c(f.blockquote)("def",f.def)(),f._tag="(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b",f.html=c(f.html)("comment",//)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/])*?>/)(/tag/g,f._tag)(),f.paragraph=c(f.paragraph)("hr",f.hr)("heading",f.heading)("lheading",f.lheading)("blockquote",f.blockquote)("tag","<"+f._tag)("def",f.def)(),f.normal=d({},f),f.gfm=d({},f.normal,{fences:/^ *(`{3,}|~{3,})[ \.]*(\S+)? *\n([\s\S]*?)\s*\1 *(?:\n+|$)/,paragraph:/^/,heading:/^ *(#{1,6}) +([^\n]+?) *#* *(?:\n+|$)/}),f.gfm.paragraph=c(f.paragraph)("(?!","(?!"+f.gfm.fences.source.replace("\\1","\\2")+"|"+f.list.source.replace("\\1","\\3")+"|")(),f.tables=d({},f.gfm,{nptable:/^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,table:/^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/}),t.rules=f,t.lex=function(e,n){var r=new t(n);return r.lex(e)},t.prototype.lex=function(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n"),this.token(e,!0)},t.prototype.token=function(e,t,n){for(var r,i,o,l,a,s,c,u,d,e=e.replace(/^ +$/gm,"");e;)if((o=this.rules.newline.exec(e))&&(e=e.substring(o[0].length),o[0].length>1&&this.tokens.push({type:"space"})),o=this.rules.code.exec(e))e=e.substring(o[0].length),o=o[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",text:this.options.pedantic?o:o.replace(/\n+$/,"")});else if(o=this.rules.fences.exec(e))e=e.substring(o[0].length),this.tokens.push({type:"code",lang:o[2],text:o[3]||""});else if(o=this.rules.heading.exec(e))e=e.substring(o[0].length),this.tokens.push({type:"heading",depth:o[1].length,text:o[2]});else if(t&&(o=this.rules.nptable.exec(e))){for(e=e.substring(o[0].length),s={type:"table",header:o[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:o[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:o[3].replace(/\n$/,"").split("\n")},u=0;u ?/gm,""),this.token(o,t,!0),this.tokens.push({type:"blockquote_end"});else if(o=this.rules.list.exec(e)){for(e=e.substring(o[0].length),l=o[2],this.tokens.push({type:"list_start",ordered:l.length>1}),o=o[0].match(this.rules.item),r=!1,d=o.length,u=0;d>u;u++)s=o[u],c=s.length,s=s.replace(/^ *([*+-]|\d+\.) +/,""),~s.indexOf("\n ")&&(c-=s.length,s=this.options.pedantic?s.replace(/^ {1,4}/gm,""):s.replace(new RegExp("^ {1,"+c+"}","gm"),"")),this.options.smartLists&&u!==d-1&&(a=f.bullet.exec(o[u+1])[0],l===a||l.length>1&&a.length>1||(e=o.slice(u+1).join("\n")+e,u=d-1)),i=r||/\n\n(?!\s*$)/.test(s),u!==d-1&&(r="\n"===s.charAt(s.length-1),i||(i=r)),this.tokens.push({type:i?"loose_item_start":"list_item_start"}),this.token(s,!1,n),this.tokens.push({type:"list_item_end"});this.tokens.push({type:"list_end"})}else if(o=this.rules.html.exec(e))e=e.substring(o[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:!this.options.sanitizer&&("pre"===o[1]||"script"===o[1]||"style"===o[1]),text:o[0]});else if(!n&&t&&(o=this.rules.def.exec(e)))e=e.substring(o[0].length),this.tokens.links[o[1].toLowerCase()]={href:o[2],title:o[3]};else if(t&&(o=this.rules.table.exec(e))){for(e=e.substring(o[0].length),s={type:"table",header:o[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:o[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:o[3].replace(/(?: *\| *)?\n$/,"").split("\n")},u=0;u])/,autolink:/^<([^ >]+(@|:\/)[^ >]+)>/,url:u,tag:/^|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/,link:/^!?\[(inside)\]\(href\)/,reflink:/^!?\[(inside)\]\s*\[([^\]]*)\]/,nolink:/^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/,strong:/^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,em:/^\b_((?:[^_]|__)+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,code:/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,br:/^ {2,}\n(?!\s*$)/,del:u,text:/^[\s\S]+?(?=[\\?(?:\s+['"]([\s\S]*?)['"])?\s*/,p.link=c(p.link)("inside",p._inside)("href",p._href)(),p.reflink=c(p.reflink)("inside",p._inside)(),p.normal=d({},p),p.pedantic=d({},p.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/}),p.gfm=d({},p.normal,{escape:c(p.escape)("])","~|])")(),url:/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,del:/^~~(?=\S)([\s\S]*?\S)~~/,text:c(p.text)("]|","~]|")("|","|https?://|")()}),p.breaks=d({},p.gfm,{br:c(p.br)("{2,}","*")(),text:c(p.gfm.text)("{2,}","*")()}),i.rules=p,i.output=function(e,t,n){var r=new i(t,n);return r.output(e)},i.prototype.output=function(e){for(var t,n,r,i,o="";e;)if(i=this.rules.escape.exec(e))e=e.substring(i[0].length),o+=i[1];else if(i=this.rules.autolink.exec(e))e=e.substring(i[0].length),"@"===i[2]?(n=":"===i[1].charAt(6)?this.mangle(i[1].substring(7)):this.mangle(i[1]),r=this.mangle("mailto:")+n):(n=a(i[1]),r=n),o+=this.renderer.link(r,null,n);else if(this.inLink||!(i=this.rules.url.exec(e))){if(i=this.rules.tag.exec(e))!this.inLink&&/^/i.test(i[0])&&(this.inLink=!1),e=e.substring(i[0].length),o+=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(i[0]):a(i[0]):i[0];else if(i=this.rules.link.exec(e))e=e.substring(i[0].length),this.inLink=!0,o+=this.outputLink(i,{href:i[2],title:i[3]}),this.inLink=!1;else if((i=this.rules.reflink.exec(e))||(i=this.rules.nolink.exec(e))){if(e=e.substring(i[0].length),t=(i[2]||i[1]).replace(/\s+/g," "),t=this.links[t.toLowerCase()],!t||!t.href){o+=i[0].charAt(0),e=i[0].substring(1)+e;continue}this.inLink=!0,o+=this.outputLink(i,t),this.inLink=!1}else if(i=this.rules.strong.exec(e))e=e.substring(i[0].length),o+=this.renderer.strong(this.output(i[2]||i[1]));else if(i=this.rules.em.exec(e))e=e.substring(i[0].length),o+=this.renderer.em(this.output(i[2]||i[1]));else if(i=this.rules.code.exec(e))e=e.substring(i[0].length),o+=this.renderer.codespan(a(i[2],!0));else if(i=this.rules.br.exec(e))e=e.substring(i[0].length),o+=this.renderer.br();else if(i=this.rules.del.exec(e))e=e.substring(i[0].length),o+=this.renderer.del(this.output(i[1]));else if(i=this.rules.text.exec(e))e=e.substring(i[0].length),o+=this.renderer.text(a(this.smartypants(i[0])));else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0))}else e=e.substring(i[0].length),n=a(i[1]),r=n,o+=this.renderer.link(r,null,n);return o},i.prototype.outputLink=function(e,t){var n=a(t.href),r=t.title?a(t.title):null;return"!"!==e[0].charAt(0)?this.renderer.link(n,r,this.output(e[1])):this.renderer.image(n,r,a(e[1]))},i.prototype.smartypants=function(e){return this.options.smartypants?e.replace(/---/g,"—").replace(/--/g,"–").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…"):e},i.prototype.mangle=function(e){if(!this.options.mangle)return e;for(var t,n="",r=e.length,i=0;r>i;i++)t=e.charCodeAt(i),Math.random()>.5&&(t="x"+t.toString(16)),n+="&#"+t+";";return n},o.prototype.code=function(e,t,n){if(this.options.highlight){var r=this.options.highlight(e,t);null!=r&&r!==e&&(n=!0,e=r)}return t?'
'+(n?e:a(e,!0))+"\n
\n":"
"+(n?e:a(e,!0))+"\n
"},o.prototype.blockquote=function(e){return"
\n"+e+"
\n"},o.prototype.html=function(e){return e},o.prototype.heading=function(e,t,n){return"'+e+"\n"},o.prototype.hr=function(){return this.options.xhtml?"
\n":"
\n"},o.prototype.list=function(e,t){var n=t?"ol":"ul";return"<"+n+">\n"+e+"\n"},o.prototype.listitem=function(e){return"
  • "+e+"
  • \n"},o.prototype.paragraph=function(e){return"

    "+e+"

    \n"},o.prototype.table=function(e,t){return"\n\n"+e+"\n\n"+t+"\n
    \n"},o.prototype.tablerow=function(e){return"\n"+e+"\n"},o.prototype.tablecell=function(e,t){var n=t.header?"th":"td",r=t.align?"<"+n+' style="text-align:'+t.align+'">':"<"+n+">";return r+e+"\n"},o.prototype.strong=function(e){return""+e+""},o.prototype.em=function(e){return""+e+""},o.prototype.codespan=function(e){return""+e+""},o.prototype.br=function(){return this.options.xhtml?"
    ":"
    "},o.prototype.del=function(e){return""+e+""},o.prototype.link=function(e,t,n){if(this.options.sanitize){try{var r=decodeURIComponent(s(e)).replace(/[^\w:]/g,"").toLowerCase()}catch(i){return""}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:"))return""}var o='
    "},o.prototype.image=function(e,t,n){var r=''+n+'":">"},o.prototype.text=function(e){return e},l.parse=function(e,t,n){var r=new l(t,n);return r.parse(e)},l.prototype.parse=function(e){this.inline=new i(e.links,this.options,this.renderer),this.tokens=e.reverse();for(var t="";this.next();)t+=this.tok();return t},l.prototype.next=function(){return this.token=this.tokens.pop()},l.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0},l.prototype.parseText=function(){for(var e=this.token.text;"text"===this.peek().type;)e+="\n"+this.next().text;return this.inline.output(e)},l.prototype.tok=function(){switch(this.token.type){case"space":return"";case"hr":return this.renderer.hr();case"heading":return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,this.token.text);case"code":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped);case"table":var e,t,n,r,i,o="",l="";for(n="",e=0;e=o?"bigger"==t?"###### "+i:"# "+i:6==o&&"smaller"==t?i.substr(7):1==o&&"bigger"==t?i.substr(2):"bigger"==t?i.substr(1):"#"+i:1==n?0>=o?"# "+i:o==n?i.substr(o+1):"# "+i.substr(o+1):2==n?0>=o?"## "+i:o==n?i.substr(o+1):"## "+i.substr(o+1):0>=o?"### "+i:o==n?i.substr(o+1):"### "+i.substr(o+1),e.replaceRange(i,{line:r,ch:0},{line:r,ch:99999999999999})}(o);e.focus()}}function A(e,t){if(!/editor-preview-active/.test(e.getWrapperElement().lastChild.className)){for(var n=l(e),r=e.getCursor("start"),i=e.getCursor("end"),o={quote:/^(\s*)\>\s+/,"unordered-list":/^(\s*)(\*|\-|\+)\s+/,"ordered-list":/^(\s*)\d+\.\s+/},a={quote:"> ","unordered-list":"* ","ordered-list":"1. "},s=r.line;s<=i.line;s++)!function(r){var i=e.getLine(r);i=n[t]?i.replace(o[t],"$1"):a[t]+i,e.replaceRange(i,{line:r,ch:0},{line:r,ch:99999999999999})}(s);e.focus()}}function O(e,t,n,r){if(!/editor-preview-active/.test(e.codemirror.getWrapperElement().lastChild.className)){r="undefined"==typeof r?n:r;var i,o=e.codemirror,a=l(o),s=n,c=r,u=o.getCursor("start"),d=o.getCursor("end");a[t]?(i=o.getLine(u.line),s=i.slice(0,u.ch),c=i.slice(u.ch),"bold"==t?(s=s.replace(/(\*\*|__)(?![\s\S]*(\*\*|__))/,""),c=c.replace(/(\*\*|__)/,"")):"italic"==t?(s=s.replace(/(\*|_)(?![\s\S]*(\*|_))/,""),c=c.replace(/(\*|_)/,"")):"strikethrough"==t&&(s=s.replace(/(\*\*|~~)(?![\s\S]*(\*\*|~~))/,""),c=c.replace(/(\*\*|~~)/,"")),o.replaceRange(s+c,{line:u.line,ch:0},{line:u.line,ch:99999999999999}),"bold"==t||"strikethrough"==t?(u.ch-=2,u!==d&&(d.ch-=2)):"italic"==t&&(u.ch-=1,u!==d&&(d.ch-=1))):(i=o.getSelection(),"bold"==t?(i=i.split("**").join(""),i=i.split("__").join("")):"italic"==t?(i=i.split("*").join(""),i=i.split("_").join("")):"strikethrough"==t&&(i=i.split("~~").join("")),o.replaceSelection(s+i+c),u.ch+=n.length,d.ch=u.ch+i.length),o.setSelection(u,d),o.focus()}}function W(e,t){for(var n in t)t.hasOwnProperty(n)&&(t[n]instanceof Array?e[n]=t[n].concat(e[n]instanceof Array?e[n]:[]):null!==t[n]&&"object"==typeof t[n]&&t[n].constructor===Object?e[n]=W(e[n]||{},t[n]):e[n]=t[n]);return e}function H(e){for(var t=1;t=19968?n[i].length:1;return r}function E(e){e=e||{},e.parent=this;var t=!0;if(e.autoDownloadFontAwesome===!1&&(t=!1),e.autoDownloadFontAwesome!==!0)for(var n=document.styleSheets,r=0;r-1&&(t=!1);if(t){var i=document.createElement("link");i.rel="stylesheet",i.href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css",document.getElementsByTagName("head")[0].appendChild(i)}if(e.element)this.element=e.element;else if(null===e.element)return void console.log("SimpleMDE: Error. No element was found.");e.toolbar!==!1&&(e.toolbar=e.toolbar||E.toolbar),e.hasOwnProperty("status")||(e.status=["autosave","lines","words","cursor"]),e.previewRender||(e.previewRender=function(e){return this.parent.markdown(e)}),e.parsingConfig=e.parsingConfig||{},e.insertTexts=H({},j,e.insertTexts||{}),this.options=e,this.render(),e.initialValue&&this.value(e.initialValue)}var I=e("codemirror");e("codemirror/addon/edit/continuelist.js"),e("./codemirror/tablist"),e("codemirror/addon/display/fullscreen.js"),e("codemirror/mode/markdown/markdown.js"),e("codemirror/addon/mode/overlay.js"),e("codemirror/mode/gfm/gfm.js"),e("codemirror/mode/xml/xml.js"),e("spell-checker");var P=e("marked"),z=/Mac/.test(navigator.platform),F={"Cmd-B":s,"Cmd-I":c,"Cmd-K":b,"Cmd-H":f,"Shift-Cmd-H":p,"Cmd-Alt-I":w,"Cmd-'":h,"Cmd-Alt-L":x,"Cmd-L":y,"Cmd-Alt-C":d,"Cmd-P":T},R=function(){var e=!1;return function(t){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(t)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(t.substr(0,4)))&&(e=!0)}(navigator.userAgent||navigator.vendor||window.opera),e},B="",_={bold:{name:"bold",action:s,className:"fa fa-bold",title:"Bold (Ctrl+B)"},italic:{name:"italic",action:c,className:"fa fa-italic",title:"Italic (Ctrl+I)"},strikethrough:{name:"strikethrough",action:u,className:"fa fa-strikethrough",title:"Strikethrough"},heading:{name:"heading",action:f,className:"fa fa-header",title:"Heading (Ctrl+H)"},"heading-smaller":{name:"heading-smaller",action:f,className:"fa fa-header fa-header-x fa-header-smaller",title:"Smaller Heading (Ctrl+H)"},"heading-bigger":{name:"heading-bigger",action:p,className:"fa fa-header fa-header-x fa-header-bigger",title:"Bigger Heading (Shift+Ctrl+H)"},"heading-1":{name:"heading-1",action:m,className:"fa fa-header fa-header-x fa-header-1",title:"Big Heading"},"heading-2":{name:"heading-2",action:g,className:"fa fa-header fa-header-x fa-header-2",title:"Medium Heading"},"heading-3":{name:"heading-3",action:v,className:"fa fa-header fa-header-x fa-header-3",title:"Small Heading"},code:{name:"code",action:d,className:"fa fa-code",title:"Code (Ctrl+Alt+C)"},quote:{name:"quote",action:h,className:"fa fa-quote-left",title:"Quote (Ctrl+')"},"unordered-list":{name:"unordered-list",action:y,className:"fa fa-list-ul",title:"Generic List (Ctrl+L)"},"ordered-list":{name:"ordered-list",action:x,className:"fa fa-list-ol",title:"Numbered List (Ctrl+Alt+L)"},link:{name:"link",action:b,className:"fa fa-link",title:"Create Link (Ctrl+K)"},image:{name:"image",action:w,className:"fa fa-picture-o",title:"Insert Image (Ctrl+Alt+I)"},"horizontal-rule":{name:"horizontal-rule",action:k,className:"fa fa-minus",title:"Insert Horizontal Line"},preview:{name:"preview",action:T,className:"fa fa-eye no-disable",title:"Toggle Preview (Ctrl+P)"},"side-by-side":{name:"side-by-side",action:L,className:"fa fa-columns no-disable no-mobile",title:"Toggle Side by Side (F9)" -},fullscreen:{name:"fullscreen",action:a,className:"fa fa-arrows-alt no-disable no-mobile",title:"Toggle Fullscreen (F11)"},guide:{name:"guide",action:"http://nextstepwebs.github.io/simplemde-markdown-editor/markdown-guide",className:"fa fa-question-circle",title:"Markdown Guide"}},j={link:["[","](http://)"],image:["![](http://",")"],horizontalRule:["","\n\n-----\n\n"]};E.toolbar=["bold","italic","heading","|","quote","unordered-list","ordered-list","|","link","image","|","preview","side-by-side","fullscreen","guide"],E.prototype.markdown=function(e){if(P){var t={};return this.options&&this.options.renderingConfig&&this.options.renderingConfig.singleLineBreaks!==!1&&(t.breaks=!0),this.options&&this.options.renderingConfig&&this.options.renderingConfig.codeSyntaxHighlighting===!0&&window.hljs&&(t.highlight=function(e){return window.hljs.highlightAuto(e).value}),P.setOptions(t),P(e)}},E.prototype.render=function(e){if(e||(e=this.element||document.getElementsByTagName("textarea")[0]),!this._rendered||this._rendered!==e){this.element=e;var t=this.options,n=this,i={};for(var o in F)!function(e){i[r(e)]=function(){F[e](n)}}(o);i.Enter="newlineAndIndentContinueMarkdownList",i.Tab="tabAndIndentMarkdownList",i["Shift-Tab"]="shiftTabAndUnindentMarkdownList",i.F11=function(){a(n)},i.F9=function(){L(n)},i.Esc=function(e){e.getOption("fullScreen")&&a(n)};var l,s;t.spellChecker!==!1?(l="spell-checker",s=t.parsingConfig,s.name="gfm",s.gitHubSpice=!1):(l=t.parsingConfig,l.name="gfm",l.gitHubSpice=!1),this.codemirror=I.fromTextArea(e,{mode:l,backdrop:s,theme:"paper",tabSize:void 0!=t.tabSize?t.tabSize:2,indentUnit:void 0!=t.tabSize?t.tabSize:2,indentWithTabs:t.indentWithTabs===!1?!1:!0,lineNumbers:!1,autofocus:t.autofocus===!0?!0:!1,extraKeys:i,lineWrapping:t.lineWrapping===!1?!1:!0,allowDropFileTypes:["text/plain"]}),t.toolbar!==!1&&this.createToolbar(),t.status!==!1&&this.createStatusbar(),void 0!=t.autosave&&t.autosave.enabled===!0&&this.autosave(),this.createSideBySide(),this._rendered=this.element}},E.prototype.autosave=function(){var e=this.value(),t=this;if(void 0==this.options.autosave.unique_id||""==this.options.autosave.unique_id)return void console.log("SimpleMDE: You must set a unique_id to use the autosave feature");null!=t.element.form&&void 0!=t.element.form&&t.element.form.addEventListener("submit",function(){localStorage.setItem(t.options.autosave.unique_id,"")}),this.options.autosave.loaded!==!0&&(null!=localStorage.getItem(this.options.autosave.unique_id)&&this.codemirror.setValue(localStorage.getItem(this.options.autosave.unique_id)),this.options.autosave.loaded=!0),localStorage&&localStorage.setItem(this.options.autosave.unique_id,e);var n=document.getElementById("autosaved");if(null!=n&&void 0!=n&&""!=n){var r=new Date,i=r.getHours(),o=r.getMinutes(),l="am",a=i;a>=12&&(a=i-12,l="pm"),0==a&&(a=12),o=10>o?"0"+o:o,n.innerHTML="Autosaved: "+a+":"+o+" "+l}setTimeout(function(){t.autosave()},this.options.autosave.delay||1e4)},E.prototype.createSideBySide=function(){var e=this.codemirror,t=e.getWrapperElement(),n=t.nextSibling;n&&/editor-preview-side/.test(n.className)||(n=document.createElement("div"),n.className="editor-preview-side",t.parentNode.insertBefore(n,t.nextSibling));var r=!1,i=!1;return e.on("scroll",function(e){if(r)return void(r=!1);i=!0;var t=e.getScrollInfo().height-e.getScrollInfo().clientHeight,o=parseFloat(e.getScrollInfo().top)/t,l=(n.scrollHeight-n.clientHeight)*o;n.scrollTop=l}),n.onscroll=function(){if(i)return void(i=!1);r=!0;var t=n.scrollHeight-n.clientHeight,o=parseFloat(n.scrollTop)/t,l=(e.getScrollInfo().height-e.getScrollInfo().clientHeight)*o;e.scrollTo(0,l)},!0},E.prototype.createToolbar=function(e){if(e=e||this.options.toolbar,e&&0!==e.length){var t;for(t=0;t0&&(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]=[]),s?u?i[a].push(r||!0):i[a].push(!1):i[a].push(r)):c?u&&(i[a]=r):s?u?i[a]=r||!0:i[a]=!1:i[a]=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),n===!0?a.checkbox("check"):a.checkbox("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.onEnable.call(S))},disable:function(){return f.is.disabled()?void f.debug("Checkbox is already disabled"):(f.debug("Disabling checkbox"),f.set.disabled(),void g.onDisable.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("
    ").attr("class","ui dimmer")}}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.dropdown=function(o){var a,r=e(this),s=e(n),c=r.selector||"",l="ontouchstart"in n.documentElement,u=(new Date).getTime(),d=[],m=arguments[0],f="string"==typeof m,g=[].slice.call(arguments,1);return r.each(function(p){var v,h,b,y,x,C,w,k=e.isPlainObject(o)?e.extend(!0,{},e.fn.dropdown.settings,o):e.extend({},e.fn.dropdown.settings),S=k.className,T=k.message,A=k.fields,R=k.keys,E=k.metadata,P=k.namespace,F=k.regExp,D=k.selector,O=k.error,q=k.templates,j="."+P,z="module-"+P,I=e(this),L=e(k.context),N=I.find(D.text),V=I.find(D.search),H=I.find(D.input),M=I.find(D.icon),U=I.prev().find(D.text).length>0?I.prev().find(D.text):I.prev(),W=I.children(D.menu),B=W.find(D.item),Q=!1,X=!1,$=!1,Y=this,Z=I.data(z);w={initialize:function(){w.debug("Initializing dropdown",k),w.is.alreadySetup()?w.setup.reference():(w.setup.layout(),w.refreshData(),w.save.defaults(),w.restore.selected(),w.create.id(),w.bind.events(),w.observeChanges(),w.instantiate())},instantiate:function(){w.verbose("Storing instance of dropdown",w),Z=w,I.data(z,w)},destroy:function(){w.verbose("Destroying previous dropdown",I),w.remove.tabbable(),I.off(j).removeData(z),W.off(j),s.off(b),x&&x.disconnect(),C&&C.disconnect()},observeChanges:function(){"MutationObserver"in t&&(x=new MutationObserver(function(e){w.debug("").addClass(S.search).prop("autocomplete","off").insertBefore(N)),k.allowTab&&w.set.tabbable()},select:function(){var t=w.get.selectValues();w.debug("Dropdown initialized on a select",t),I.is("select")&&(H=I),H.parent(D.dropdown).length>0?(w.debug("UI dropdown already exists. Creating dropdown menu only"),I=H.closest(D.dropdown),w.has.menu()||w.create.menu(),W=I.children(D.menu),w.setup.menu(t)):(w.debug("Creating entire dropdown from select"),I=e("
    ").attr("class",H.attr("class")).addClass(S.selection).addClass(S.dropdown).html(q.dropdown(t)).insertBefore(H),H.hasClass(S.multiple)&&H.prop("multiple")===!1&&(w.error(O.missingMultiple),H.prop("multiple",!0)),H.is("[multiple]")&&w.set.multiple(),H.prop("disabled")&&(w.debug("Disabling dropdown"),I.addClass(S.disabled)),H.removeAttr("class").detach().prependTo(I)),w.refresh()},menu:function(e){W.html(q.menu(e,A)),B=W.find(D.item)},reference:function(){w.debug("Dropdown behavior was called on select, replacing with closest dropdown"),I=I.parent(D.dropdown),w.refresh(),w.setup.returnedObject(),f&&(Z=w,w.invoke(m))},returnedObject:function(){var e=r.slice(0,p),t=r.slice(p+1);r=e.add(I).add(t)}},refresh:function(){w.refreshSelectors(),w.refreshData()},refreshSelectors:function(){w.verbose("Refreshing selector cache"),N=I.find(D.text),V=I.find(D.search),H=I.find(D.input),M=I.find(D.icon),U=I.prev().find(D.text).length>0?I.prev().find(D.text):I.prev(),W=I.children(D.menu),B=W.find(D.item)},refreshData:function(){w.verbose("Refreshing cached metadata"),B.removeData(E.text).removeData(E.value),I.removeData(E.defaultText).removeData(E.defaultValue).removeData(E.placeholderText)},toggle:function(){w.verbose("Toggling menu visibility"),w.is.active()?w.hide():w.show()},show:function(t){if(t=e.isFunction(t)?t:function(){},w.can.show()&&!w.is.active()){if(w.debug("Showing dropdown"),w.is.multiple()&&!w.has.search()&&w.is.allFiltered())return!0;!w.has.message()||w.has.maxSelections()||w.has.allResultsFiltered()||w.remove.message(),k.onShow.call(Y)!==!1&&w.animate.show(function(){w.can.click()&&w.bind.intent(),w.set.visible(),t.call(Y)})}},hide:function(t){t=e.isFunction(t)?t:function(){},w.is.active()&&(w.debug("Hiding dropdown"),k.onHide.call(Y)!==!1&&w.animate.hide(function(){w.remove.visible(),t.call(Y)}))},hideOthers:function(){w.verbose("Finding other dropdowns to hide"),r.not(I).has(D.menu+"."+S.visible).dropdown("hide")},hideMenu:function(){w.verbose("Hiding menu instantaneously"),w.remove.active(),w.remove.visible(),W.transition("hide")},hideSubMenus:function(){var e=W.children(D.item).find(D.menu);w.verbose("Hiding sub menus",e),e.transition("hide")},bind:{events:function(){l&&w.bind.touchEvents(),w.bind.keyboardEvents(),w.bind.inputEvents(),w.bind.mouseEvents()},touchEvents:function(){w.debug("Touch device detected binding additional touch events"),w.is.searchSelection()||w.is.single()&&I.on("touchstart"+j,w.event.test.toggle),W.on("touchstart"+j,D.item,w.event.item.mouseenter)},keyboardEvents:function(){w.verbose("Binding keyboard events"),I.on("keydown"+j,w.event.keydown),w.has.search()&&I.on(w.get.inputEvent()+j,D.search,w.event.input),w.is.multiple()&&s.on("keydown"+b,w.event.document.keydown)},inputEvents:function(){w.verbose("Binding input change events"),I.on("change"+j,D.input,w.event.change)},mouseEvents:function(){w.verbose("Binding mouse events"),w.is.multiple()&&I.on("click"+j,D.label,w.event.label.click).on("click"+j,D.remove,w.event.remove.click),w.is.searchSelection()?(I.on("mousedown"+j,D.menu,w.event.menu.mousedown).on("mouseup"+j,D.menu,w.event.menu.mouseup).on("click"+j,D.icon,w.event.icon.click).on("click"+j,D.search,w.show).on("focus"+j,D.search,w.event.search.focus).on("blur"+j,D.search,w.event.search.blur).on("click"+j,D.text,w.event.text.focus),w.is.multiple()&&I.on("click"+j,w.event.click)):("click"==k.on?I.on("click"+j,D.icon,w.event.icon.click).on("click"+j,w.event.test.toggle):"hover"==k.on?I.on("mouseenter"+j,w.delay.show).on("mouseleave"+j,w.delay.hide):I.on(k.on+j,w.toggle),I.on("mousedown"+j,w.event.mousedown).on("mouseup"+j,w.event.mouseup).on("focus"+j,w.event.focus).on("blur"+j,w.event.blur)),W.on("mouseenter"+j,D.item,w.event.item.mouseenter).on("mouseleave"+j,D.item,w.event.item.mouseleave).on("click"+j,D.item,w.event.item.click)},intent:function(){w.verbose("Binding hide intent event to document"),l&&s.on("touchstart"+b,w.event.test.touch).on("touchmove"+b,w.event.test.touch),s.on("click"+b,w.event.test.hide)}},unbind:{intent:function(){w.verbose("Removing hide intent event from document"),l&&s.off("touchstart"+b).off("touchmove"+b),s.off("click"+b)}},filter:function(e){var t=e!==i?e:w.get.query(),n=function(){w.is.multiple()&&w.filterActive(),w.select.firstUnfiltered(),w.has.allResultsFiltered()?k.onNoResults.call(Y,t)?k.allowAdditions||(w.verbose("All items filtered, showing message",t),w.add.message(T.noResults)):(w.verbose("All items filtered, hiding dropdown",t),w.hideMenu()):w.remove.message(),k.allowAdditions&&w.add.userSuggestion(e),w.is.searchSelection()&&w.can.show()&&w.is.focusedOnSearch()&&w.show()};k.useLabels&&w.has.maxSelections()||(k.apiSettings?w.can.useAPI()?w.queryRemote(t,function(){n()}):w.error(O.noAPI):(w.filterItems(t),n()))},queryRemote:function(t,n){var i={errorDuration:!1,throttle:k.throttle,urlData:{query:t},onError:function(){w.add.message(T.serverError),n()},onFailure:function(){w.add.message(T.serverError),n()},onSuccess:function(e){w.remove.message(),w.setup.menu({values:e[A.remoteValues]}),n()}};I.api("get request")||w.setup.api(),i=e.extend(!0,{},i,k.apiSettings),I.api("setting",i).api("query")},filterItems:function(t){var n=t!==i?t:w.get.query(),o=null,a=w.escape.regExp(n),r=new RegExp("^"+a,"igm");w.has.query()&&(o=[],w.verbose("Searching for matching values",n),B.each(function(){var t,i,a=e(this);if("both"==k.match||"text"==k.match){if(t=String(w.get.choiceText(a,!1)),-1!==t.search(r))return o.push(this),!0;if(k.fullTextSearch&&w.fuzzySearch(n,t))return o.push(this),!0}if("both"==k.match||"value"==k.match){if(i=String(w.get.choiceValue(a,t)),-1!==i.search(r))return o.push(this),!0;if(k.fullTextSearch&&w.fuzzySearch(n,i))return o.push(this),!0}})),w.debug("Showing only matched items",n),w.remove.filteredItem(),o&&B.not(o).addClass(S.filtered)},fuzzySearch:function(e,t){var n=t.length,i=e.length;if(e=e.toLowerCase(),t=t.toLowerCase(),i>n)return!1;if(i===n)return e===t;e:for(var o=0,a=0;i>o;o++){for(var r=e.charCodeAt(o);n>a;)if(t.charCodeAt(a++)===r)continue e;return!1}return!0},filterActive:function(){k.useLabels&&B.filter("."+S.active).addClass(S.filtered)},focusSearch:function(){w.is.search()&&!w.is.focusedOnSearch()&&V[0].focus()},forceSelection:function(){var e=B.not(S.filtered).filter("."+S.selected).eq(0),t=B.not(S.filtered).filter("."+S.active).eq(0),n=e.length>0?e:t,i=n.size()>0;if(w.has.query()){if(i)return w.debug("Forcing partial selection to selected item",n),void w.event.item.click.call(n);w.remove.searchTerm()}w.hide()},event:{change:function(){$||(w.debug("Input changed, updating selection"),w.set.selected())},focus:function(){k.showOnFocus&&!Q&&w.is.hidden()&&!h&&w.show()},click:function(t){var n=e(t.target);n.is(I)&&!w.is.focusedOnSearch()&&w.focusSearch()},blur:function(e){h=n.activeElement===this,Q||h||(w.remove.activeLabel(),w.hide())},mousedown:function(){Q=!0},mouseup:function(){Q=!1},search:{focus:function(){Q=!0,w.is.multiple()&&w.remove.activeLabel(),k.showOnFocus&&(w.search(),w.show())},blur:function(e){h=n.activeElement===this,X||h?h&&k.forceSelection&&w.forceSelection():w.is.multiple()?(w.remove.activeLabel(),w.hide()):k.forceSelection?w.forceSelection():w.hide()}},icon:{click:function(e){w.toggle(),e.stopPropagation()}},text:{focus:function(e){Q=!0,w.focusSearch()}},input:function(e){(w.is.multiple()||w.is.searchSelection())&&w.set.filtered(),clearTimeout(w.timer),w.timer=setTimeout(w.search,k.delay.search)},label:{click:function(t){var n=e(this),i=I.find(D.label),o=i.filter("."+S.active),a=n.nextAll("."+S.active),r=n.prevAll("."+S.active),s=a.length>0?n.nextUntil(a).add(o).add(n):n.prevUntil(r).add(o).add(n);t.shiftKey?(o.removeClass(S.active),s.addClass(S.active)):t.ctrlKey?n.toggleClass(S.active):(o.removeClass(S.active),n.addClass(S.active)),k.onLabelSelect.apply(this,i.filter("."+S.active))}},remove:{click:function(){var t=e(this).parent();t.hasClass(S.active)?w.remove.activeLabels():w.remove.activeLabels(t)}},test:{toggle:function(e){var t=w.is.multiple()?w.show:w.toggle;w.determine.eventOnElement(e,t)&&e.preventDefault()},touch:function(e){w.determine.eventOnElement(e,function(){"touchstart"==e.type?w.timer=setTimeout(function(){w.hide()},k.delay.touch):"touchmove"==e.type&&clearTimeout(w.timer)}),e.stopPropagation()},hide:function(e){w.determine.eventInModule(e,w.hide)}},menu:{mousedown:function(){X=!0},mouseup:function(){X=!1}},item:{mouseenter:function(t){var n=e(this).children(D.menu),i=e(this).siblings(D.item).children(D.menu);n.length>0&&(clearTimeout(w.itemTimer),w.itemTimer=setTimeout(function(){w.verbose("Showing sub-menu",n),e.each(i,function(){w.animate.hide(!1,e(this))}),w.animate.show(!1,n)},k.delay.show),t.preventDefault())},mouseleave:function(t){var n=e(this).children(D.menu);n.length>0&&(clearTimeout(w.itemTimer),w.itemTimer=setTimeout(function(){w.verbose("Hiding sub-menu",n),w.animate.hide(!1,n)},k.delay.hide))},touchend:function(){},click:function(t){var n=e(this),i=e(t?t.target:""),o=n.find(D.menu),a=w.get.choiceText(n),r=w.get.choiceValue(n,a),s=o.length>0,c=o.find(i).length>0;c||s&&!k.allowCategorySelection||(k.useLabels||(w.remove.filteredItem(),w.remove.searchTerm(),w.set.scrollPosition(n)),w.determine.selectAction.call(this,a,r))}},document:{keydown:function(e){var t=e.which,n=w.is.inObject(t,R);if(n){var i=I.find(D.label),o=i.filter("."+S.active),a=(o.data(E.value),i.index(o)),r=i.length,s=o.length>0,c=o.length>1,l=0===a,u=a+1==r,d=w.is.searchSelection(),m=w.is.focusedOnSearch(),f=w.is.focused(),g=m&&0===w.get.caretPosition();if(d&&!s&&!m)return;t==R.leftArrow?!f&&!g||s?s&&(e.shiftKey?w.verbose("Adding previous label to selection"):(w.verbose("Selecting previous label"),i.removeClass(S.active)),l&&!c?o.addClass(S.active):o.prev(D.siblingLabel).addClass(S.active).end(), -e.preventDefault()):(w.verbose("Selecting previous label"),i.last().addClass(S.active)):t==R.rightArrow?(f&&!s&&i.first().addClass(S.active),s&&(e.shiftKey?w.verbose("Adding next label to selection"):(w.verbose("Selecting next label"),i.removeClass(S.active)),u?d?m?i.removeClass(S.active):w.focusSearch():c?o.next(D.siblingLabel).addClass(S.active):o.addClass(S.active):o.next(D.siblingLabel).addClass(S.active),e.preventDefault())):t==R.deleteKey||t==R.backspace?s?(w.verbose("Removing active labels"),u&&d&&!m&&w.focusSearch(),o.last().next(D.siblingLabel).addClass(S.active),w.remove.activeLabels(o),e.preventDefault()):g&&!s&&t==R.backspace&&(w.verbose("Removing last label on input backspace"),o=i.last().addClass(S.active),w.remove.activeLabels(o)):o.removeClass(S.active)}}},keydown:function(e){var t=e.which,n=w.is.inObject(t,R);if(n){var i,o,a=B.not(D.unselectable).filter("."+S.selected).eq(0),r=W.children("."+S.active).eq(0),s=a.length>0?a:r,c=s.length>0?s.siblings(":not(."+S.filtered+")").andSelf():W.children(":not(."+S.filtered+")"),l=s.children(D.menu),u=s.closest(D.menu),d=u.hasClass(S.visible)||u.hasClass(S.animating)||u.parent(D.menu).length>0,m=l.length>0,f=s.length>0,g=s.not(D.unselectable).length>0,p=t==R.delimiter&&k.allowAdditions&&w.is.multiple();if(w.is.visible()){if((t==R.enter||p)&&(t==R.enter&&f&&m&&!k.allowCategorySelection?(w.verbose("Pressed enter on unselectable category, opening sub menu"),t=R.rightArrow):g&&(w.verbose("Selecting item from keyboard shortcut",s),w.event.item.click.call(s,e),w.is.searchSelection()&&w.remove.searchTerm()),e.preventDefault()),t==R.leftArrow&&(o=u[0]!==W[0],o&&(w.verbose("Left key pressed, closing sub-menu"),w.animate.hide(!1,u),s.removeClass(S.selected),u.closest(D.item).addClass(S.selected),e.preventDefault())),t==R.rightArrow&&m&&(w.verbose("Right key pressed, opening sub-menu"),w.animate.show(!1,l),s.removeClass(S.selected),l.find(D.item).eq(0).addClass(S.selected),e.preventDefault()),t==R.upArrow){if(i=f&&d?s.prevAll(D.item+":not("+D.unselectable+")").eq(0):B.eq(0),c.index(i)<0)return w.verbose("Up key pressed but reached top of current menu"),void e.preventDefault();w.verbose("Up key pressed, changing active item"),s.removeClass(S.selected),i.addClass(S.selected),w.set.scrollPosition(i),e.preventDefault()}if(t==R.downArrow){if(i=f&&d?i=s.nextAll(D.item+":not("+D.unselectable+")").eq(0):B.eq(0),0===i.length)return w.verbose("Down key pressed but reached bottom of current menu"),void e.preventDefault();w.verbose("Down key pressed, changing active item"),B.removeClass(S.selected),i.addClass(S.selected),w.set.scrollPosition(i),e.preventDefault()}t==R.pageUp&&(w.scrollPage("up"),e.preventDefault()),t==R.pageDown&&(w.scrollPage("down"),e.preventDefault()),t==R.escape&&(w.verbose("Escape key pressed, closing dropdown"),w.hide())}else p&&e.preventDefault(),t==R.downArrow&&(w.verbose("Down key pressed, showing dropdown"),w.show(),e.preventDefault())}else w.is.selection()&&!w.is.search()&&w.set.selectedLetter(String.fromCharCode(t))}},trigger:{change:function(){var e=n.createEvent("HTMLEvents"),t=H[0];t&&(w.verbose("Triggering native change event"),e.initEvent("change",!0,!1),t.dispatchEvent(e))}},determine:{selectAction:function(t,n){w.verbose("Determining action",k.action),e.isFunction(w.action[k.action])?(w.verbose("Triggering preset action",k.action,t,n),w.action[k.action].call(this,t,n)):e.isFunction(k.action)?(w.verbose("Triggering user action",k.action,t,n),k.action.call(this,t,n)):w.error(O.action,k.action)},eventInModule:function(t,i){var o=e(t.target),a=o.closest(n.documentElement).length>0,r=o.closest(I).length>0;return i=e.isFunction(i)?i:function(){},a&&!r?(w.verbose("Triggering event",i),i(),!0):(w.verbose("Event occurred in dropdown, canceling callback"),!1)},eventOnElement:function(t,n){var i=e(t.target),o=i.closest(D.siblingLabel),a=0===I.find(o).length,r=0===i.closest(W).length;return n=e.isFunction(n)?n:function(){},a&&r?(w.verbose("Triggering event",n),n(),!0):(w.verbose("Event occurred in dropdown menu, canceling callback"),!1)}},action:{nothing:function(){},activate:function(t,n){if(n=n!==i?n:t,w.can.activate(e(this))){if(w.set.selected(n,e(this)),w.is.multiple()&&!w.is.allFiltered())return;w.hideAndClear()}},select:function(e,t){w.action.activate.call(this)},combo:function(t,n){n=n!==i?n:t,w.set.selected(n,e(this)),w.hideAndClear()},hide:function(e,t){w.set.value(t),w.hideAndClear()}},get:{id:function(){return y},defaultText:function(){return I.data(E.defaultText)},defaultValue:function(){return I.data(E.defaultValue)},placeholderText:function(){return I.data(E.placeholderText)||""},text:function(){return N.text()},query:function(){return e.trim(V.val())},searchWidth:function(e){return e*k.glyphWidth+"em"},selectionCount:function(){var t,n=w.get.values();return t=w.is.multiple()?e.isArray(n)?n.length:0:""!==w.get.value()?1:0},transition:function(e){return"auto"==k.transition?w.is.upward(e)?"slide up":"slide down":k.transition},userValues:function(){var t=w.get.values();return t?(t=e.isArray(t)?t:[t],e.grep(t,function(e){return w.get.item(e)===!1})):!1},uniqueArray:function(t){return e.grep(t,function(n,i){return e.inArray(n,t)===i})},caretPosition:function(){var e,t,i=V.get(0);return"selectionStart"in i?i.selectionStart:n.selection?(i.focus(),e=n.selection.createRange(),t=e.text.length,e.moveStart("character",-i.value.length),e.text.length-t):void 0},value:function(){var t=H.length>0?H.val():I.data(E.value);return e.isArray(t)&&1===t.length&&""===t[0]?"":t},values:function(){var e=w.get.value();return""===e?"":!w.has.selectInput()&&w.is.multiple()?"string"==typeof e?e.split(k.delimiter):"":e},remoteValues:function(){var t=w.get.values(),n=!1;return t&&("string"==typeof t&&(t=[t]),n={},e.each(t,function(e,t){var i=w.read.remoteData(t);w.verbose("Restoring value from session data",i,t),n[t]=i?i:t})),n},choiceText:function(t,n){return n=n!==i?n:k.preserveHTML,t?(t.find(D.menu).length>0&&(w.verbose("Retreiving text of element with sub-menu"),t=t.clone(),t.find(D.menu).remove(),t.find(D.menuIcon).remove()),t.data(E.text)!==i?t.data(E.text):n?e.trim(t.html()):e.trim(t.text())):void 0},choiceValue:function(t,n){return n=n||w.get.choiceText(t),t?t.data(E.value)!==i?String(t.data(E.value)):"string"==typeof n?e.trim(n.toLowerCase()):String(n):!1},inputEvent:function(){var e=V[0];return e?e.oninput!==i?"input":e.onpropertychange!==i?"propertychange":"keyup":!1},selectValues:function(){var t={};return t.values=[],I.find("option").each(function(){var n=e(this),o=n.html(),a=n.attr("disabled"),r=n.attr("value")!==i?n.attr("value"):o;"auto"===k.placeholder&&""===r?t.placeholder=o:t.values.push({name:o,value:r,disabled:a})}),k.placeholder&&"auto"!==k.placeholder&&(w.debug("Setting placeholder value to",k.placeholder),t.placeholder=k.placeholder),k.sortSelect?(t.values.sort(function(e,t){return e.name>t.name?1:-1}),w.debug("Retrieved and sorted values from select",t)):w.debug("Retreived values from select",t),t},activeItem:function(){return B.filter("."+S.active)},selectedItem:function(){var e=B.not(D.unselectable).filter("."+S.selected);return e.length>0?e:B.eq(0)},itemWithAdditions:function(e){var t=w.get.item(e),n=w.create.userChoice(e),i=n&&n.length>0;return i&&(t=t.length>0?t.add(n):n),t},item:function(t,n){var o,a,r=!1;return t=t!==i?t:w.get.values()!==i?w.get.values():w.get.text(),o=a?t.length>0:t!==i&&null!==t,a=w.is.multiple()&&e.isArray(t),n=""===t||0===t?!0:n||!1,o&&B.each(function(){var o=e(this),s=w.get.choiceText(o),c=w.get.choiceValue(o,s);if(null!==c&&c!==i)if(a)(-1!==e.inArray(String(c),t)||-1!==e.inArray(s,t))&&(r=r?r.add(o):o);else if(n){if(w.verbose("Ambiguous dropdown value using strict type check",o,t),c===t||s===t)return r=o,!0}else if(String(c)==String(t)||s==t)return w.verbose("Found select item by value",c,t),r=o,!0}),r}},check:{maxSelections:function(e){return k.maxSelections?(e=e!==i?e:w.get.selectionCount(),e>=k.maxSelections?(w.debug("Maximum selection count reached"),k.useLabels&&(B.addClass(S.filtered),w.add.message(T.maxSelections)),!0):(w.verbose("No longer at maximum selection count"),w.remove.message(),w.remove.filteredItem(),w.is.searchSelection()&&w.filterItems(),!1)):!0}},restore:{defaults:function(){w.clear(),w.restore.defaultText(),w.restore.defaultValue()},defaultText:function(){var e=w.get.defaultText(),t=w.get.placeholderText;e===t?(w.debug("Restoring default placeholder text",e),w.set.placeholderText(e)):(w.debug("Restoring default text",e),w.set.text(e))},defaultValue:function(){var e=w.get.defaultValue();e!==i&&(w.debug("Restoring default value",e),""!==e?(w.set.value(e),w.set.selected()):(w.remove.activeItem(),w.remove.selectedItem()))},labels:function(){k.allowAdditions&&(k.useLabels||(w.error(O.labels),k.useLabels=!0),w.debug("Restoring selected values"),w.create.userLabels()),w.check.maxSelections()},selected:function(){w.restore.values(),w.is.multiple()?(w.debug("Restoring previously selected values and labels"),w.restore.labels()):w.debug("Restoring previously selected values")},values:function(){w.set.initialLoad(),k.apiSettings?k.saveRemoteData?w.restore.remoteValues():w.clearValue():w.set.selected(),w.remove.initialLoad()},remoteValues:function(){var t=w.get.remoteValues();w.debug("Recreating selected from session data",t),t&&(w.is.single()?e.each(t,function(e,t){w.set.text(t)}):e.each(t,function(e,t){w.add.label(e,t)}))}},read:{remoteData:function(e){var n;return t.Storage===i?void w.error(O.noStorage):(n=sessionStorage.getItem(e),n!==i?n:!1)}},save:{defaults:function(){w.save.defaultText(),w.save.placeholderText(),w.save.defaultValue()},defaultValue:function(){var e=w.get.value();w.verbose("Saving default value as",e),I.data(E.defaultValue,e)},defaultText:function(){var e=w.get.text();w.verbose("Saving default text as",e),I.data(E.defaultText,e)},placeholderText:function(){var e;k.placeholder!==!1&&N.hasClass(S.placeholder)&&(e=w.get.text(),w.verbose("Saving placeholder text as",e),I.data(E.placeholderText,e))},remoteData:function(e,n){return t.Storage===i?void w.error(O.noStorage):(w.verbose("Saving remote data to session storage",n,e),void sessionStorage.setItem(n,e))}},clear:function(){w.is.multiple()?w.remove.labels():(w.remove.activeItem(),w.remove.selectedItem()),w.set.placeholderText(),w.clearValue()},clearValue:function(){w.set.value("")},scrollPage:function(e,t){var n,i,o,a=t||w.get.selectedItem(),r=a.closest(D.menu),s=r.outerHeight(),c=r.scrollTop(),l=B.eq(0).outerHeight(),u=Math.floor(s/l),d=(r.prop("scrollHeight"),"up"==e?c-l*u:c+l*u),m=B.not(D.unselectable);o="up"==e?m.index(a)-u:m.index(a)+u,n="up"==e?o>=0:o0&&(w.debug("Scrolling page",e,i),a.removeClass(S.selected),i.addClass(S.selected),r.scrollTop(d))},set:{filtered:function(){var e=w.is.multiple(),t=w.is.searchSelection(),n=e&&t,i=t?w.get.query():"",o="string"==typeof i&&i.length>0,a=w.get.searchWidth(i.length),r=""!==i;e&&o&&(w.verbose("Adjusting input width",a,k.glyphWidth),V.css("width",a)),o||n&&r?(w.verbose("Hiding placeholder text"),N.addClass(S.filtered)):(!e||n&&!r)&&(w.verbose("Showing placeholder text"),N.removeClass(S.filtered))},loading:function(){I.addClass(S.loading)},placeholderText:function(e){e=e||w.get.placeholderText(),w.debug("Setting placeholder text",e),w.set.text(e),N.addClass(S.placeholder)},tabbable:function(){w.has.search()?(w.debug("Added tabindex to searchable dropdown"),V.val("").attr("tabindex",0),W.attr("tabindex",-1)):(w.debug("Added tabindex to dropdown"),I.attr("tabindex")===i&&(I.attr("tabindex",0),W.attr("tabindex",-1)))},initialLoad:function(){w.verbose("Setting initial load"),v=!0},activeItem:function(e){k.allowAdditions&&e.filter(D.addition).length>0?e.addClass(S.filtered):e.addClass(S.active)},scrollPosition:function(e,t){var n,o,a,r,s,c,l,u,d,m=5;e=e||w.get.selectedItem(),n=e.closest(D.menu),o=e&&e.length>0,t=t!==i?t:!1,e&&n.length>0&&o&&(r=e.position().top,n.addClass(S.loading),c=n.scrollTop(),s=n.offset().top,r=e.offset().top,a=c-s+r,t||(l=n.height(),d=a+m>c+l,u=c>a-m),w.debug("Scrolling to active item",a),(t||u||d)&&n.scrollTop(a),n.removeClass(S.loading))},text:function(e){"select"!==k.action&&("combo"==k.action?(w.debug("Changing combo button text",e,U),k.preserveHTML?U.html(e):U.text(e)):(e!==w.get.placeholderText()&&N.removeClass(S.placeholder),w.debug("Changing text",e,N),N.removeClass(S.filtered),k.preserveHTML?N.html(e):N.text(e)))},selectedLetter:function(t){var n,i=B.filter("."+S.selected),o=i.length>0&&w.has.firstLetter(i,t),a=!1;o&&(n=i.nextAll(B).eq(0),w.has.firstLetter(n,t)&&(a=n)),a||B.each(function(){return w.has.firstLetter(e(this),t)?(a=e(this),!1):void 0}),a&&(w.verbose("Scrolling to next value with letter",t),w.set.scrollPosition(a),i.removeClass(S.selected),a.addClass(S.selected))},direction:function(e){"auto"==k.direction?w.is.onScreen(e)?w.remove.upward(e):w.set.upward(e):"upward"==k.direction&&w.set.upward(e)},upward:function(e){var t=e||I;t.addClass(S.upward)},value:function(e,t,n){var o=H.length>0,a=(!w.has.value(e),w.get.values()),r=e!==i?String(e):e;if(o){if(r==a&&(w.verbose("Skipping value update already same value",e,a),!w.is.initialLoad()))return;w.is.single()&&w.has.selectInput()&&w.can.extendSelect()&&(w.debug("Adding user option",e),w.add.optionValue(e)),w.debug("Updating input value",e,a),$=!0,H.val(e),k.fireOnInit===!1&&w.is.initialLoad()?w.debug("Input native change event ignored on initial load"):w.trigger.change(),$=!1}else w.verbose("Storing value in metadata",e,H),e!==a&&I.data(E.value,r);k.fireOnInit===!1&&w.is.initialLoad()?w.verbose("No callback on initial load",k.onChange):k.onChange.call(Y,e,t,n)},active:function(){I.addClass(S.active)},multiple:function(){I.addClass(S.multiple)},visible:function(){I.addClass(S.visible)},exactly:function(e,t){w.debug("Setting selected to exact values"),w.clear(),w.set.selected(e,t)},selected:function(t,n){var i=w.is.multiple();n=k.allowAdditions?n||w.get.itemWithAdditions(t):n||w.get.item(t),n&&(w.debug("Setting selected menu item to",n),w.is.single()?(w.remove.activeItem(),w.remove.selectedItem()):k.useLabels&&w.remove.selectedItem(),n.each(function(){var t=e(this),o=w.get.choiceText(t),a=w.get.choiceValue(t,o),r=t.hasClass(S.filtered),s=t.hasClass(S.active),c=t.hasClass(S.addition),l=i&&1==n.length;i?!s||c?(k.apiSettings&&k.saveRemoteData&&w.save.remoteData(o,a),k.useLabels?(w.add.value(a,o,t),w.add.label(a,o,l),w.set.activeItem(t),w.filterActive(),w.select.nextAvailable(n)):(w.add.value(a,o,t),w.set.text(w.add.variables(T.count)),w.set.activeItem(t))):r||(w.debug("Selected active value, removing label"),w.remove.selected(a)):(k.apiSettings&&k.saveRemoteData&&w.save.remoteData(o,a),w.set.text(o),w.set.value(a,o,t),t.addClass(S.active).addClass(S.selected))}))}},add:{label:function(t,n,i){var o,a=w.is.searchSelection()?V:N;return o=e("").addClass(S.label).attr("data-value",t).html(q.label(t,n)),o=k.onLabelCreate.call(o,t,n),w.has.label(t)?void w.debug("Label already exists, skipping",t):(k.label.variation&&o.addClass(k.label.variation),void(i===!0?(w.debug("Animating in label",o),o.addClass(S.hidden).insertBefore(a).transition(k.label.transition,k.label.duration)):(w.debug("Adding selection label",o),o.insertBefore(a))))},message:function(t){var n=W.children(D.message),i=k.templates.message(w.add.variables(t));n.length>0?n.html(i):n=e("
    ").html(i).addClass(S.message).appendTo(W)},optionValue:function(t){var n=H.find('option[value="'+t+'"]'),i=n.length>0;i||(x&&(x.disconnect(),w.verbose("Temporarily disconnecting mutation observer",t)),w.is.single()&&(w.verbose("Removing previous user addition"),H.find("option."+S.addition).remove()),e("
    ").addClass(p.embed).html(m.generate.embed(t)).appendTo(k),f.onCreate.call(R,t),m.debug("Creating embed object",A)},createAndShow:function(){m.createEmbed(),m.show()},change:function(e,t,n){m.debug("Changing video to ",e,t,n), -k.data(b.source,e).data(b.id,t).data(b.url,n),m.create()},reset:function(){m.debug("Clearing embed and showing placeholder"),m.remove.active(),m.remove.embed(),m.showPlaceholder(),f.onReset.call(R)},show:function(){m.debug("Showing embed"),m.set.active(),f.onDisplay.call(R)},hide:function(){m.debug("Hiding embed"),m.showPlaceholder()},showPlaceholder:function(){m.debug("Showing placeholder image"),m.remove.active(),f.onPlaceholderDisplay.call(R)},get:{id:function(){return f.id||k.data(b.id)},placeholder:function(){return f.placeholder||k.data(b.placeholder)},icon:function(){return f.icon?f.icon:k.data(b.icon)!==i?k.data(b.icon):m.determine.icon()},source:function(e){return f.source?f.source:k.data(b.source)!==i?k.data(b.source):m.determine.source()},type:function(){var e=m.get.source();return v[e]!==i?v[e].type:!1},url:function(){return f.url?f.url:k.data(b.url)!==i?k.data(b.url):m.determine.url()}},determine:{autoplay:function(){m.should.autoplay()&&(f.autoplay=!0)},source:function(t){var n=!1;return t=t||m.get.url(),t&&e.each(v,function(e,i){return-1!==t.search(i.domain)?(n=e,!1):void 0}),n},icon:function(){var e=m.get.source();return v[e]!==i?v[e].icon:!1},url:function(){var e,t=f.id||k.data(b.id),n=f.source||k.data(b.source);return e=v[n]!==i?v[n].url.replace("{id}",t):!1,e&&k.data(b.url,e),e}},set:{active:function(){k.addClass(p.active)}},remove:{active:function(){k.removeClass(p.active)},embed:function(){A.empty()}},encode:{parameters:function(e){var t,n=[];for(t in e)n.push(encodeURIComponent(t)+"="+encodeURIComponent(e[t]));return n.join("&")}},generate:{embed:function(e){m.debug("Generating embed html");var t,n,i=m.get.source();return e=m.get.url(e),e?(n=m.generate.parameters(i),t=x.iframe(e,n)):m.error(h.noURL,k),t},parameters:function(t,n){var o=v[t]&&v[t].parameters!==i?v[t].parameters(f):{};return n=n||f.parameters,n&&(o=e.extend({},o,n)),o=f.onEmbed(o),m.encode.parameters(o)}},has:{placeholder:function(){return f.placeholder||k.data(b.placeholder)}},should:{autoplay:function(){return"auto"===f.autoplay?f.placeholder||k.data(b.placeholder)!==i:f.autoplay}},is:{video:function(){return"video"==m.get.type()}},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){if(e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return 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=s||t,n=t-i,s=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:R,"Execution Time":n})),clearTimeout(m.performance.timer),m.performance.timer=setTimeout(m.performance.display,500)},display:function(){var t=f.name+":",n=0;s=!1,clearTimeout(m.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=E;return n=n||d,a=R||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}},u?(E===i&&m.initialize(),m.invoke(l)):(E!==i&&E.invoke("destroy"),m.initialize())}),o!==i?o:this},e.fn.embed.settings={name:"Embed",namespace:"embed",debug:!1,verbose:!1,performance:!0,icon:!1,source:!1,url:!1,id:!1,autoplay:"auto",color:"#444444",hd:!0,brandedUI:!1,parameters:!1,onDisplay:function(){},onPlaceholderDisplay:function(){},onReset:function(){},onCreate:function(e){},onEmbed:function(e){return e},metadata:{id:"id",icon:"icon",placeholder:"placeholder",source:"source",url:"url"},error:{noURL:"No URL specified",method:"The method you called is not defined"},className:{active:"active",embed:"embed"},selector:{embed:".embed",placeholder:".placeholder",icon:".icon"},sources:{youtube:{name:"youtube",type:"video",icon:"video play",domain:"youtube.com",url:"//www.youtube.com/embed/{id}",parameters:function(e){return{autohide:!e.brandedUI,autoplay:e.autoplay,color:e.colors||i,hq:e.hd,jsapi:e.api,modestbranding:!e.brandedUI}}},vimeo:{name:"vimeo",type:"video",icon:"video play",domain:"vimeo.com",url:"//player.vimeo.com/video/{id}",parameters:function(e){return{api:e.api,autoplay:e.autoplay,byline:e.brandedUI,color:e.colors||i,portrait:e.brandedUI,title:e.brandedUI}}}},templates:{iframe:function(e,t){return''},placeholder:function(e,t){var n="";return t&&(n+=''),e&&(n+=''),n}},api:!0,onPause:function(){},onPlay:function(){},onStop:function(){}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.modal=function(o){var a,r=e(this),s=e(t),c=e(n),l=e("body"),u=r.selector||"",d=(new Date).getTime(),m=[],f=arguments[0],g="string"==typeof f,p=[].slice.call(arguments,1),v=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)};return r.each(function(){var r,h,b,y,x,C,w,k,S,T=e.isPlainObject(o)?e.extend(!0,{},e.fn.modal.settings,o):e.extend({},e.fn.modal.settings),A=T.selector,R=T.className,E=T.namespace,P=T.error,F="."+E,D="module-"+E,O=e(this),q=e(T.context),j=O.find(A.close),z=this,I=O.data(D);S={initialize:function(){S.verbose("Initializing dimmer",q),S.create.id(),S.create.dimmer(),S.refreshModals(),S.bind.events(),T.observeChanges&&S.observeChanges(),S.instantiate()},instantiate:function(){S.verbose("Storing instance of modal"),I=S,O.data(D,I)},create:{dimmer:function(){var t={debug:T.debug,dimmerName:"modals",duration:{show:T.duration,hide:T.duration}},n=e.extend(!0,t,T.dimmerSettings);return T.inverted&&(n.variation=n.variation!==i?n.variation+" inverted":"inverted"),e.fn.dimmer===i?void S.error(P.dimmer):(S.debug("Creating dimmer with settings",n),y=q.dimmer(n),T.detachable?(S.verbose("Modal is detachable, moving content into dimmer"),y.dimmer("add content",O)):S.set.undetached(),T.blurring&&y.addClass(R.blurring),void(x=y.dimmer("get dimmer")))},id:function(){w=(Math.random().toString(16)+"000000000").substr(2,8),C="."+w,S.verbose("Creating unique id for element",w)}},destroy:function(){S.verbose("Destroying previous modal"),O.removeData(D).off(F),s.off(C),j.off(F),q.dimmer("destroy")},observeChanges:function(){"MutationObserver"in t&&(k=new MutationObserver(function(e){S.debug("DOM tree modified, refreshing"),S.refresh()}),k.observe(z,{childList:!0,subtree:!0}),S.debug("Setting up mutation observer",k))},refresh:function(){S.remove.scrolling(),S.cacheSizes(),S.set.screenHeight(),S.set.type(),S.set.position()},refreshModals:function(){h=O.siblings(A.modal),r=h.add(O)},attachEvents:function(t,n){var i=e(t);n=e.isFunction(S[n])?S[n]:S.toggle,i.length>0?(S.debug("Attaching modal events to element",t,n),i.off(F).on("click"+F,n)):S.error(P.notFound,t)},bind:{events:function(){S.verbose("Attaching events"),O.on("click"+F,A.close,S.event.close).on("click"+F,A.approve,S.event.approve).on("click"+F,A.deny,S.event.deny),s.on("resize"+C,S.event.resize)}},get:{id:function(){return(Math.random().toString(16)+"000000000").substr(2,8)}},event:{approve:function(){return T.onApprove.call(z,e(this))===!1?void S.verbose("Approve callback returned false cancelling hide"):void S.hide()},deny:function(){return T.onDeny.call(z,e(this))===!1?void S.verbose("Deny callback returned false cancelling hide"):void S.hide()},close:function(){S.hide()},click:function(t){var i=e(t.target),o=i.closest(A.modal).length>0,a=e.contains(n.documentElement,t.target);!o&&a&&(S.debug("Dimmer clicked, hiding all modals"),S.is.active()&&(S.remove.clickaway(),T.allowMultiple?S.hide():S.hideAll()))},debounce:function(e,t){clearTimeout(S.timer),S.timer=setTimeout(e,t)},keyboard:function(e){var t=e.which,n=27;t==n&&(T.closable?(S.debug("Escape key pressed hiding modal"),S.hide()):S.debug("Escape key pressed, but closable is set to false"),e.preventDefault())},resize:function(){y.dimmer("is active")&&v(S.refresh)}},toggle:function(){S.is.active()||S.is.animating()?S.hide():S.show()},show:function(t){t=e.isFunction(t)?t:function(){},S.refreshModals(),S.showModal(t)},hide:function(t){t=e.isFunction(t)?t:function(){},S.refreshModals(),S.hideModal(t)},showModal:function(t){t=e.isFunction(t)?t:function(){},S.is.animating()||!S.is.active()?(S.showDimmer(),S.cacheSizes(),S.set.position(),S.set.screenHeight(),S.set.type(),S.set.clickaway(),!T.allowMultiple&&S.others.active()?S.hideOthers(S.showModal):(T.onShow.call(z),T.transition&&e.fn.transition!==i&&O.transition("is supported")?(S.debug("Showing modal with css animations"),O.transition({debug:T.debug,animation:T.transition+" in",queue:T.queue,duration:T.duration,useFailSafe:!0,onComplete:function(){T.onVisible.apply(z),S.add.keyboardShortcuts(),S.save.focus(),S.set.active(),T.autofocus&&S.set.autofocus(),t()}})):S.error(P.noTransition))):S.debug("Modal is already visible")},hideModal:function(t,n){return t=e.isFunction(t)?t:function(){},S.debug("Hiding modal"),T.onHide.call(z,e(this))===!1?void S.verbose("Hide callback returned false cancelling hide"):void((S.is.animating()||S.is.active())&&(T.transition&&e.fn.transition!==i&&O.transition("is supported")?(S.remove.active(),O.transition({debug:T.debug,animation:T.transition+" out",queue:T.queue,duration:T.duration,useFailSafe:!0,onStart:function(){S.others.active()||n||S.hideDimmer(),S.remove.keyboardShortcuts()},onComplete:function(){T.onHidden.call(z),S.restore.focus(),t()}})):S.error(P.noTransition)))},showDimmer:function(){y.dimmer("is animating")||!y.dimmer("is active")?(S.debug("Showing dimmer"),y.dimmer("show")):S.debug("Dimmer already visible")},hideDimmer:function(){return y.dimmer("is animating")||y.dimmer("is active")?void y.dimmer("hide",function(){S.remove.clickaway(),S.remove.screenHeight()}):void S.debug("Dimmer is not visible cannot hide")},hideAll:function(t){var n=r.filter("."+R.active+", ."+R.animating);t=e.isFunction(t)?t:function(){},n.length>0&&(S.debug("Hiding all visible modals"),S.hideDimmer(),n.modal("hide modal",t))},hideOthers:function(t){var n=h.filter("."+R.active+", ."+R.animating);t=e.isFunction(t)?t:function(){},n.length>0&&(S.debug("Hiding other modals",h),n.modal("hide modal",t,!0))},others:{active:function(){return h.filter("."+R.active).length>0},animating:function(){return h.filter("."+R.animating).length>0}},add:{keyboardShortcuts:function(){S.verbose("Adding keyboard shortcuts"),c.on("keyup"+F,S.event.keyboard)}},save:{focus:function(){b=e(n.activeElement).blur()}},restore:{focus:function(){b&&b.length>0&&b.focus()}},remove:{active:function(){O.removeClass(R.active)},clickaway:function(){T.closable&&x.off("click"+C)},bodyStyle:function(){""===l.attr("style")&&(S.verbose("Removing style attribute"),l.removeAttr("style"))},screenHeight:function(){S.debug("Removing page height"),l.css("height","")},keyboardShortcuts:function(){S.verbose("Removing keyboard shortcuts"),c.off("keyup"+F)},scrolling:function(){y.removeClass(R.scrolling),O.removeClass(R.scrolling)}},cacheSizes:function(){var o=O.outerHeight();(S.cache===i||0!==o)&&(S.cache={pageHeight:e(n).outerHeight(),height:o+T.offset,contextHeight:"body"==T.context?e(t).height():y.height()}),S.debug("Caching modal and container sizes",S.cache)},can:{fit:function(){return S.cache.height+2*T.padding0?t.first():e.first();n.length>0&&n.focus()},clickaway:function(){T.closable&&x.on("click"+C,S.event.click)},screenHeight:function(){S.can.fit()?l.css("height",""):(S.debug("Modal is taller than page content, resizing page height"),l.css("height",S.cache.height+2*T.padding))},active:function(){O.addClass(R.active)},scrolling:function(){y.addClass(R.scrolling),O.addClass(R.scrolling)},type:function(){S.can.fit()?(S.verbose("Modal fits on screen"),S.others.active()||S.others.animating()||S.remove.scrolling()):(S.verbose("Modal cannot fit on screen setting to scrolling"),S.set.scrolling())},position:function(){S.verbose("Centering modal on page",S.cache),S.can.fit()?O.css({top:"",marginTop:-(S.cache.height/2)}):O.css({marginTop:"",top:c.scrollTop()})},undetached:function(){y.addClass(R.undetached)}},setting:function(t,n){if(S.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,T,t);else{if(n===i)return T[t];T[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,S,t);else{if(n===i)return S[t];S[t]=n}},debug:function(){T.debug&&(T.performance?S.performance.log(arguments):(S.debug=Function.prototype.bind.call(console.info,console,T.name+":"),S.debug.apply(console,arguments)))},verbose:function(){T.verbose&&T.debug&&(T.performance?S.performance.log(arguments):(S.verbose=Function.prototype.bind.call(console.info,console,T.name+":"),S.verbose.apply(console,arguments)))},error:function(){S.error=Function.prototype.bind.call(console.error,console,T.name+":"),S.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;T.performance&&(t=(new Date).getTime(),i=d||t,n=t-i,d=t,m.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:z,"Execution Time":n})),clearTimeout(S.performance.timer),S.performance.timer=setTimeout(S.performance.display,500)},display:function(){var t=T.name+":",n=0;d=!1,clearTimeout(S.performance.timer),e.each(m,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",u&&(t+=" '"+u+"'"),(console.group!==i||console.table!==i)&&m.length>0&&(console.groupCollapsed(t),console.table?console.table(m):e.each(m,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),m=[]}},invoke:function(t,n,o){var r,s,c,l=I;return n=n||p,o=z||o,"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(o,n):s!==i&&(c=s),e.isArray(a)?a.push(c):a!==i?a=[a,c]:c!==i&&(a=c),s}},g?(I===i&&S.initialize(),S.invoke(f)):(I!==i&&I.invoke("destroy"),S.initialize())}),a!==i?a:this},e.fn.modal.settings={name:"Modal",namespace:"modal",debug:!1,verbose:!1,performance:!0,observeChanges:!1,allowMultiple:!1,detachable:!0,closable:!0,autofocus:!0,inverted:!1,blurring:!1,dimmerSettings:{closable:!1,useCSS:!0},context:"body",queue:!1,duration:500,offset:0,transition:"scale",padding:50,onShow:function(){},onVisible:function(){},onHide:function(){return!0},onHidden:function(){},onApprove:function(){return!0},onDeny:function(){return!0},selector:{close:"> .close",approve:".actions .positive, .actions .approve, .actions .ok",deny:".actions .negative, .actions .deny, .actions .cancel",modal:".ui.modal"},error:{dimmer:"UI Dimmer, a required component is not included in this page",method:"The method you called is not defined.",notFound:"The element you specified could not be found"},className:{active:"active",animating:"animating",blurring:"blurring",scrolling:"scrolling",undetached:"undetached"}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.nag=function(n){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),c=[],l=arguments[0],u="string"==typeof l,d=[].slice.call(arguments,1);return a.each(function(){var a,m=e.isPlainObject(n)?e.extend(!0,{},e.fn.nag.settings,n):e.extend({},e.fn.nag.settings),f=(m.className,m.selector),g=m.error,p=m.namespace,v="."+p,h=p+"-module",b=e(this),y=(b.find(f.close),e(m.context?m.context:"body")),x=this,C=b.data(h);t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)};a={initialize:function(){a.verbose("Initializing element"),b.on("click"+v,f.close,a.dismiss).data(h,a),m.detachable&&b.parent()[0]!==y[0]&&b.detach().prependTo(y),m.displayTime>0&&setTimeout(a.hide,m.displayTime),a.show()},destroy:function(){a.verbose("Destroying instance"),b.removeData(h).off(v)},show:function(){a.should.show()&&!b.is(":visible")&&(a.debug("Showing nag",m.animation.show),"fade"==m.animation.show?b.fadeIn(m.duration,m.easing):b.slideDown(m.duration,m.easing))},hide:function(){a.debug("Showing nag",m.animation.hide),"fade"==m.animation.show?b.fadeIn(m.duration,m.easing):b.slideUp(m.duration,m.easing)},onHide:function(){a.debug("Removing nag",m.animation.hide),b.remove(),m.onHide&&m.onHide()},dismiss:function(e){m.storageMethod&&a.storage.set(m.key,m.value),a.hide(),e.stopImmediatePropagation(),e.preventDefault()},should:{show:function(){return m.persist?(a.debug("Persistent nag is set, can show nag"),!0):a.storage.get(m.key)!=m.value.toString()?(a.debug("Stored value is not set, can show nag",a.storage.get(m.key)),!0):(a.debug("Stored value is set, cannot show nag",a.storage.get(m.key)),!1)}},get:{storageOptions:function(){var e={};return m.expires&&(e.expires=m.expires),m.domain&&(e.domain=m.domain),m.path&&(e.path=m.path),e}},clear:function(){a.storage.remove(m.key)},storage:{set:function(n,o){var r=a.get.storageOptions();if("localstorage"==m.storageMethod&&t.localStorage!==i)t.localStorage.setItem(n,o),a.debug("Value stored using local storage",n,o);else if("sessionstorage"==m.storageMethod&&t.sessionStorage!==i)t.sessionStorage.setItem(n,o),a.debug("Value stored using session storage",n,o);else{if(e.cookie===i)return void a.error(g.noCookieStorage);e.cookie(n,o,r),a.debug("Value stored using cookie",n,o,r)}},get:function(n,o){var r;return"localstorage"==m.storageMethod&&t.localStorage!==i?r=t.localStorage.getItem(n):"sessionstorage"==m.storageMethod&&t.sessionStorage!==i?r=t.sessionStorage.getItem(n):e.cookie!==i?r=e.cookie(n):a.error(g.noCookieStorage),("undefined"==r||"null"==r||r===i||null===r)&&(r=i),r},remove:function(n){var o=a.get.storageOptions();"localstorage"==m.storageMethod&&t.localStorage!==i?t.localStorage.removeItem(n):"sessionstorage"==m.storageMethod&&t.sessionStorage!==i?t.sessionStorage.removeItem(n):e.cookie!==i?e.removeCookie(n,o):a.error(g.noStorage)}},setting:function(t,n){if(a.debug("Changing setting",t,n),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({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:x,"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",r&&(t+=" '"+r+"'"),(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,r){var s,c,l,u=C;return n=n||d,r=x||r,"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(r,n):c!==i&&(l=c),e.isArray(o)?o.push(l):o!==i?o=[o,l]:l!==i&&(o=l),c}},u?(C===i&&a.initialize(),a.invoke(l)):(C!==i&&C.invoke("destroy"),a.initialize())}),o!==i?o:this},e.fn.nag.settings={name:"Nag",debug:!1,verbose:!1,performance:!0,namespace:"Nag",persist:!1,displayTime:0,animation:{show:"slide",hide:"slide"},context:!1,detachable:!1,expires:30,domain:!1,path:"/",storageMethod:"cookie",key:"nag",value:"dismiss",error:{noCookieStorage:"$.cookie is not included. A storage solution is required.",noStorage:"Neither $.cookie or store is defined. A storage solution is required for storing state",method:"The method you called is not defined."},className:{bottom:"bottom",fixed:"fixed"},selector:{close:".close.icon"},speed:500,easing:"easeOutQuad",onHide:function(){}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.popup=function(o){var a,r=e(this),s=e(n),c=e(t),l=e("body"),u=r.selector||"",d=!0,m=(new Date).getTime(),f=[],g=arguments[0],p="string"==typeof g,v=[].slice.call(arguments,1);return r.each(function(){var n,r,h,b,y,x=e.isPlainObject(o)?e.extend(!0,{},e.fn.popup.settings,o):e.extend({},e.fn.popup.settings),C=x.selector,w=x.className,k=x.error,S=x.metadata,T=x.namespace,A="."+x.namespace,R="module-"+T,E=e(this),P=e(x.context),F=x.target?e(x.target):E,D=0,O=!1,q=!1,j=this,z=E.data(R);y={initialize:function(){y.debug("Initializing",E),y.createID(),y.bind.events(),!y.exists()&&x.preserve&&y.create(),y.instantiate()},instantiate:function(){y.verbose("Storing instance",y),z=y,E.data(R,z)},refresh:function(){x.popup?n=e(x.popup).eq(0):x.inline&&(n=F.nextAll(C.popup).eq(0),x.popup=n),x.popup?(n.addClass(w.loading),r=y.get.offsetParent(),n.removeClass(w.loading),x.movePopup&&y.has.popup()&&y.get.offsetParent(n)[0]!==r[0]&&(y.debug("Moving popup to the same offset parent as activating element"),n.detach().appendTo(r))):r=x.inline?y.get.offsetParent(F):y.has.popup()?y.get.offsetParent(n):l,r.is("html")&&r[0]!==l[0]&&(y.debug("Setting page as offset parent"),r=l),y.get.variation()&&y.set.variation()},reposition:function(){y.refresh(),y.set.position()},destroy:function(){y.debug("Destroying previous module"),n&&!x.preserve&&y.removePopup(),clearTimeout(y.hideTimer),clearTimeout(y.showTimer),c.off(h),E.off(A).removeData(R)},event:{start:function(t){var n=e.isPlainObject(x.delay)?x.delay.show:x.delay;clearTimeout(y.hideTimer),q||(y.showTimer=setTimeout(y.show,n))},end:function(){var t=e.isPlainObject(x.delay)?x.delay.hide:x.delay;clearTimeout(y.showTimer),y.hideTimer=setTimeout(y.hide,t)},touchstart:function(e){q=!0,y.show()},resize:function(){y.is.visible()&&y.set.position()},hideGracefully:function(t){t&&0===e(t.target).closest(C.popup).length?(y.debug("Click occurred outside popup hiding popup"),y.hide()):y.debug("Click was inside popup, keeping popup open")}},create:function(){var t=y.get.html(),i=y.get.title(),o=y.get.content();t||o||i?(y.debug("Creating pop-up html"),t||(t=x.templates.popup({title:i,content:o})),n=e("
    ").addClass(w.popup).data(S.activator,E).html(t),x.inline?(y.verbose("Inserting popup element inline",n),n.insertAfter(E)):(y.verbose("Appending popup element to body",n),n.appendTo(P)),y.refresh(),y.set.variation(),x.hoverable&&y.bind.popup(),x.onCreate.call(n,j)):0!==F.next(C.popup).length?(y.verbose("Pre-existing popup found"),x.inline=!0,x.popups=F.next(C.popup).data(S.activator,E),y.refresh(),x.hoverable&&y.bind.popup()):x.popup?(e(x.popup).data(S.activator,E),y.verbose("Used popup specified in settings"),y.refresh(),x.hoverable&&y.bind.popup()):y.debug("No content specified skipping display",j)},createID:function(){b=(Math.random().toString(16)+"000000000").substr(2,8),h="."+b,y.verbose("Creating unique id for element",b)},toggle:function(){y.debug("Toggling pop-up"),y.is.hidden()?(y.debug("Popup is hidden, showing pop-up"),y.unbind.close(),y.show()):(y.debug("Popup is visible, hiding pop-up"),y.hide())},show:function(e){if(e=e||function(){},y.debug("Showing pop-up",x.transition),y.is.hidden()&&(!y.is.active()||!y.is.dropdown())){if(y.exists()||y.create(),x.onShow.call(n,j)===!1)return void y.debug("onShow callback returned false, cancelling popup animation");x.preserve||x.popup||y.refresh(),n&&y.set.position()&&(y.save.conditions(),x.exclusive&&y.hideAll(),y.animate.show(e))}},hide:function(e){if(e=e||function(){},y.is.visible()||y.is.animating()){if(x.onHide.call(n,j)===!1)return void y.debug("onHide callback returned false, cancelling popup animation");y.remove.visible(),y.unbind.close(),y.restore.conditions(),y.animate.hide(e)}},hideAll:function(){e(C.popup).filter("."+w.visible).each(function(){e(this).data(S.activator).popup("hide")})},exists:function(){return n?x.inline||x.popup?y.has.popup():n.closest(P).length>=1?!0:!1:!1},removePopup:function(){y.has.popup()&&!x.popup&&(y.debug("Removing popup",n),n.remove(),n=i,x.onRemove.call(n,j))},save:{conditions:function(){y.cache={title:E.attr("title")},y.cache.title&&E.removeAttr("title"),y.verbose("Saving original attributes",y.cache.title)}},restore:{conditions:function(){return y.cache&&y.cache.title&&(E.attr("title",y.cache.title),y.verbose("Restoring original attributes",y.cache.title)),!0}},animate:{show:function(t){t=e.isFunction(t)?t:function(){},x.transition&&e.fn.transition!==i&&E.transition("is supported")?(y.set.visible(),n.transition({animation:x.transition+" in",queue:!1,debug:x.debug,verbose:x.verbose,duration:x.duration,onComplete:function(){y.bind.close(),t.call(n,j),x.onVisible.call(n,j)}})):y.error(k.noTransition)},hide:function(t){return t=e.isFunction(t)?t:function(){},y.debug("Hiding pop-up"),x.onHide.call(n,j)===!1?void y.debug("onHide callback returned false, cancelling popup animation"):void(x.transition&&e.fn.transition!==i&&E.transition("is supported")?n.transition({animation:x.transition+" out",queue:!1,duration:x.duration,debug:x.debug,verbose:x.verbose,onComplete:function(){y.reset(),t.call(n,j),x.onHidden.call(n,j)}}):y.error(k.noTransition))}},change:{content:function(e){n.html(e)}},get:{html:function(){return E.removeData(S.html),E.data(S.html)||x.html},title:function(){return E.removeData(S.title),E.data(S.title)||x.title},content:function(){return E.removeData(S.content),E.data(S.content)||E.attr("title")||x.content},variation:function(){return E.removeData(S.variation),E.data(S.variation)||x.variation},popup:function(){return n},popupOffset:function(){return n.offset()},calculations:function(){var e,i=F[0],o=x.inline||x.popup&&x.movePopup?F.position():F.offset(),a={};return a={target:{element:F[0],width:F.outerWidth(),height:F.outerHeight(),top:o.top,left:o.left,margin:{}},popup:{width:n.outerWidth(),height:n.outerHeight()},parent:{width:r.outerWidth(),height:r.outerHeight()},screen:{scroll:{top:c.scrollTop(),left:c.scrollLeft()},width:c.width(),height:c.height()}},x.setFluidWidth&&y.is.fluid()&&(a.container={width:n.parent().outerWidth()},a.popup.width=a.container.width),a.target.margin.top=x.inline?parseInt(t.getComputedStyle(i).getPropertyValue("margin-top"),10):0,a.target.margin.left=x.inline?y.is.rtl()?parseInt(t.getComputedStyle(i).getPropertyValue("margin-right"),10):parseInt(t.getComputedStyle(i).getPropertyValue("margin-left"),10):0,e=a.screen,a.boundary={top:e.scroll.top,bottom:e.scroll.top+e.height,left:e.scroll.left,right:e.scroll.left+e.width},a},id:function(){return b},startEvent:function(){return"hover"==x.on?"mouseenter":"focus"==x.on?"focus":!1},scrollEvent:function(){return"scroll"},endEvent:function(){return"hover"==x.on?"mouseleave":"focus"==x.on?"blur":!1},distanceFromBoundary:function(e,t){var n,i,o={};return e=e||y.get.offset(),t=t||y.get.calculations(),n=t.popup,i=t.boundary,e&&(o={top:e.top-i.top,left:e.left-i.left,right:i.right-(e.left+n.width),bottom:i.bottom-(e.top+n.height)},y.verbose("Distance from boundaries determined",e,o)),o},offsetParent:function(t){var n=t!==i?t[0]:E[0],o=n.parentNode,a=e(o);if(o)for(var r="none"===a.css("transform"),s="static"===a.css("position"),c=a.is("html");o&&!c&&s&&r;)o=o.parentNode,a=e(o),r="none"===a.css("transform"),s="static"===a.css("position"),c=a.is("html");return a&&a.length>0?a:e()},positions:function(){return{"top left":!1,"top center":!1,"top right":!1,"bottom left":!1,"bottom center":!1,"bottom right":!1,"left center":!1,"right center":!1}},nextPosition:function(e){var t=e.split(" "),n=t[0],i=t[1],o={top:"bottom",bottom:"top",left:"right",right:"left"},a={left:"center",center:"right",right:"left"},r={"top left":"top center","top center":"top right","top right":"right center","right center":"bottom right","bottom right":"bottom center","bottom center":"bottom left","bottom left":"left center","left center":"top left"},s="top"==n||"bottom"==n,c=!1,l=!1,u=!1;return O||(y.verbose("All available positions available"),O=y.get.positions()),y.debug("Recording last position tried",e),O[e]=!0,"opposite"===x.prefer&&(u=[o[n],i],u=u.join(" "),c=O[u]===!0,y.debug("Trying opposite strategy",u)),"adjacent"===x.prefer&&s&&(u=[n,a[i]],u=u.join(" "),l=O[u]===!0,y.debug("Trying adjacent strategy",u)),(l||c)&&(y.debug("Using backup position",u),u=r[e]),u}},set:{position:function(e,t){if(0===F.length||0===n.length)return void y.error(k.notFound);var o,a,r,s,c,l,u,d;if(t=t||y.get.calculations(),e=e||E.data(S.position)||x.position,o=E.data(S.offset)||x.offset,a=x.distanceAway,r=t.target,s=t.popup,c=t.parent,0===r.width&&0===r.height&&!(r.element instanceof SVGGraphicsElement))return y.debug("Popup target is hidden, no action taken"),!1;switch(x.inline&&(y.debug("Adding margin to calculation",r.margin),"left center"==e||"right center"==e?(o+=r.margin.top,a+=-r.margin.left):"top left"==e||"top center"==e||"top right"==e?(o+=r.margin.left,a-=r.margin.top):(o+=r.margin.left,a+=r.margin.top)),y.debug("Determining popup position from calculations",e,t),y.is.rtl()&&(e=e.replace(/left|right/g,function(e){return"left"==e?"right":"left"}),y.debug("RTL: Popup position updated",e)),D==x.maxSearchDepth&&"string"==typeof x.lastResort&&(e=x.lastResort),e){case"top left":l={top:"auto",bottom:c.height-r.top+a,left:r.left+o,right:"auto"};break;case"top center":l={bottom:c.height-r.top+a,left:r.left+r.width/2-s.width/2+o,top:"auto",right:"auto"};break;case"top right":l={bottom:c.height-r.top+a,right:c.width-r.left-r.width-o,top:"auto",left:"auto"};break;case"left center":l={top:r.top+r.height/2-s.height/2+o,right:c.width-r.left+a,left:"auto",bottom:"auto"};break;case"right center":l={top:r.top+r.height/2-s.height/2+o,left:r.left+r.width+a,bottom:"auto",right:"auto"};break;case"bottom left":l={top:r.top+r.height+a,left:r.left+o,bottom:"auto",right:"auto"};break;case"bottom center":l={top:r.top+r.height+a,left:r.left+r.width/2-s.width/2+o,bottom:"auto",right:"auto"};break;case"bottom right":l={top:r.top+r.height+a,right:c.width-r.left-r.width-o,left:"auto",bottom:"auto"}}if(l===i&&y.error(k.invalidPosition,e),y.debug("Calculated popup positioning values",l),n.css(l).removeClass(w.position).addClass(e).addClass(w.loading), -u=y.get.popupOffset(),d=y.get.distanceFromBoundary(u,t),y.is.offstage(d,e)){if(y.debug("Position is outside viewport",e),D0}},is:{offstage:function(t,n){var i=[];return e.each(t,function(e,t){t<-x.jitter&&(y.debug("Position exceeds allowable distance from edge",e,t,n),i.push(e))}),i.length>0?!0:!1},active:function(){return E.hasClass(w.active)},animating:function(){return n&&n.hasClass(w.animating)},fluid:function(){return n&&n.hasClass(w.fluid)},visible:function(){return n&&n.hasClass(w.visible)},dropdown:function(){return E.hasClass(w.dropdown)},hidden:function(){return!y.is.visible()},rtl:function(){return"rtl"==E.css("direction")}},reset:function(){y.remove.visible(),x.preserve?e.fn.transition!==i&&n.transition("remove transition"):y.removePopup()},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,y,t);else{if(n===i)return y[t];y[t]=n}},debug:function(){x.debug&&(x.performance?y.performance.log(arguments):(y.debug=Function.prototype.bind.call(console.info,console,x.name+":"),y.debug.apply(console,arguments)))},verbose:function(){x.verbose&&x.debug&&(x.performance?y.performance.log(arguments):(y.verbose=Function.prototype.bind.call(console.info,console,x.name+":"),y.verbose.apply(console,arguments)))},error:function(){y.error=Function.prototype.bind.call(console.error,console,x.name+":"),y.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;x.performance&&(t=(new Date).getTime(),i=m||t,n=t-i,m=t,f.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:j,"Execution Time":n})),clearTimeout(y.performance.timer),y.performance.timer=setTimeout(y.performance.display,500)},display:function(){var t=x.name+":",n=0;m=!1,clearTimeout(y.performance.timer),e.each(f,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",u&&(t+=" '"+u+"'"),(console.group!==i||console.table!==i)&&f.length>0&&(console.groupCollapsed(t),console.table?console.table(f):e.each(f,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),f=[]}},invoke:function(t,n,o){var r,s,c,l=z;return n=n||v,o=j||o,"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(o,n):s!==i&&(c=s),e.isArray(a)?a.push(c):a!==i?a=[a,c]:c!==i&&(a=c),s}},p?(z===i&&y.initialize(),y.invoke(g)):(z!==i&&z.invoke("destroy"),y.initialize())}),a!==i?a:this},e.fn.popup.settings={name:"Popup",debug:!1,verbose:!1,performance:!0,namespace:"popup",onCreate:function(){},onRemove:function(){},onShow:function(){},onVisible:function(){},onHide:function(){},onHidden:function(){},on:"hover",addTouchEvents:!0,position:"top left",variation:"",movePopup:!0,target:!1,popup:!1,inline:!1,preserve:!1,hoverable:!1,content:!1,html:!1,title:!1,closable:!0,hideOnScroll:"auto",exclusive:!1,context:"body",prefer:"opposite",lastResort:!1,delay:{show:50,hide:70},setFluidWidth:!0,duration:200,transition:"scale",distanceAway:0,jitter:2,offset:0,maxSearchDepth:15,error:{invalidPosition:"The position you specified is not a valid position",cannotPlace:"Popup does not fit within the boundaries of the viewport",method:"The method you called is not defined.",noTransition:"This module requires ui transitions ",notFound:"The target or popup you specified does not exist on the page"},metadata:{activator:"activator",content:"content",html:"html",offset:"offset",position:"position",title:"title",variation:"variation"},className:{active:"active",animating:"animating",dropdown:"dropdown",fluid:"fluid",loading:"loading",popup:"ui popup",position:"top left center bottom right",visible:"visible"},selector:{popup:".ui.popup"},templates:{escape:function(e){var t=/[&<>"'`]/g,n=/[&<>"'`]/,i={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},o=function(e){return i[e]};return n.test(e)?e.replace(t,o):e},popup:function(t){var n="",o=e.fn.popup.settings.templates.escape;return typeof t!==i&&(typeof t.title!==i&&t.title&&(t.title=o(t.title),n+='
    '+t.title+"
    "),typeof t.content!==i&&t.content&&(t.content=o(t.content),n+='
    '+t.content+"
    ")),n}}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.progress=function(t){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),c=[],l=arguments[0],u="string"==typeof l,d=[].slice.call(arguments,1);return a.each(function(){var a,m,f=e.isPlainObject(t)?e.extend(!0,{},e.fn.progress.settings,t):e.extend({},e.fn.progress.settings),g=f.className,p=f.metadata,v=f.namespace,h=f.selector,b=f.error,y="."+v,x="module-"+v,C=e(this),w=e(this).find(h.bar),k=e(this).find(h.progress),S=e(this).find(h.label),T=this,A=C.data(x),R=!1;m={initialize:function(){m.debug("Initializing progress bar",f),m.set.duration(),m.set.transitionEvent(),m.read.metadata(),m.read.settings(),m.instantiate()},instantiate:function(){m.verbose("Storing instance of progress",m),A=m,C.data(x,m)},destroy:function(){m.verbose("Destroying previous progress for",C),clearInterval(A.interval),m.remove.state(),C.removeData(x),A=i},reset:function(){m.set.percent(0),m.set.value(0)},complete:function(){(m.percent===i||m.percent<100)&&m.set.percent(100)},read:{metadata:function(){var e={percent:C.data(p.percent),total:C.data(p.total),value:C.data(p.value)};e.percent&&(m.debug("Current percent value set from metadata",e.percent),m.set.percent(e.percent)),e.total&&(m.debug("Total value set from metadata",e.total),m.set.total(e.total)),e.value&&(m.debug("Current value set from metadata",e.value),m.set.value(e.value),m.set.progress(e.value))},settings:function(){f.total!==!1&&(m.debug("Current total set in settings",f.total),m.set.total(f.total)),f.value!==!1&&(m.debug("Current value set in settings",f.value),m.set.value(f.value),m.set.progress(m.value)),f.percent!==!1&&(m.debug("Current percent set in settings",f.percent),m.set.percent(f.percent))}},increment:function(e){var t,n,i;m.has.total()?(n=m.get.value(),e=e||1,i=n+e,t=m.get.total(),m.debug("Incrementing value",n,i,t),i>t&&(m.debug("Value cannot increment above total",t),i=t)):(n=m.get.percent(),e=e||m.get.randomValue(),i=n+e,t=100,m.debug("Incrementing percentage by",n,i),i>t&&(m.debug("Value cannot increment above 100 percent"),i=t)),m.set.progress(i)},decrement:function(e){var t,n,i=m.get.total();i?(t=m.get.value(),e=e||1,n=t-e,m.debug("Decrementing value by",e,t)):(t=m.get.percent(),e=e||m.get.randomValue(),n=t-e,m.debug("Decrementing percentage by",e,t)),0>n&&(m.debug("Value cannot decrement below 0"),n=0),m.set.progress(n)},has:{total:function(){return m.get.total()!==!1}},get:{text:function(e){var t=m.value||0,n=m.total||0,i=R?m.get.displayPercent():m.percent||0,o=m.total>0?n-t:100-i;return e=e||"",e=e.replace("{value}",t).replace("{total}",n).replace("{left}",o).replace("{percent}",i),m.debug("Adding variables to progress bar text",e),e},randomValue:function(){return m.debug("Generating random increment percentage"),Math.floor(Math.random()*f.random.max+f.random.min)},numericValue:function(e){return"string"==typeof e?""!==e.replace(/[^\d.]/g,"")?+e.replace(/[^\d.]/g,""):!1:e},transitionEnd:function(){var e,t=n.createElement("element"),o={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in o)if(t.style[e]!==i)return o[e]},displayPercent:function(){var e=w.width(),t=C.width(),n=parseInt(w.css("min-width"),10),i=e>n?e/t*100:m.percent;return f.precision>0?Math.round(i*(10*f.precision))/(10*f.precision):Math.round(i)},percent:function(){return m.percent||0},value:function(){return m.value||0},total:function(){return m.total||!1}},is:{success:function(){return C.hasClass(g.success)},warning:function(){return C.hasClass(g.warning)},error:function(){return C.hasClass(g.error)},active:function(){return C.hasClass(g.active)},visible:function(){return C.is(":visible")}},remove:{state:function(){m.verbose("Removing stored state"),delete m.total,delete m.percent,delete m.value},active:function(){m.verbose("Removing active state"),C.removeClass(g.active)},success:function(){m.verbose("Removing success state"),C.removeClass(g.success)},warning:function(){m.verbose("Removing warning state"),C.removeClass(g.warning)},error:function(){m.verbose("Removing error state"),C.removeClass(g.error)}},set:{barWidth:function(e){e>100?m.error(b.tooHigh,e):0>e?m.error(b.tooLow,e):(w.css("width",e+"%"),C.attr("data-percent",parseInt(e,10)))},duration:function(e){e=e||f.duration,e="number"==typeof e?e+"ms":e,m.verbose("Setting progress bar transition duration",e),w.css({"transition-duration":e})},percent:function(e){e="string"==typeof e?+e.replace("%",""):e,e=f.precision>0?Math.round(e*(10*f.precision))/(10*f.precision):Math.round(e),m.percent=e,m.has.total()||(m.value=f.precision>0?Math.round(e/100*m.total*(10*f.precision))/(10*f.precision):Math.round(e/100*m.total*10)/10,f.limitValues&&(m.value=m.value>100?100:m.value<0?0:m.value)),m.set.barWidth(e),m.set.labelInterval(),m.set.labels(),f.onChange.call(T,e,m.value,m.total)},labelInterval:function(){var e=function(){m.verbose("Bar finished animating, removing continuous label updates"),clearInterval(m.interval),R=!1,m.set.labels()};clearInterval(m.interval),w.one(a+y,e),m.timer=setTimeout(e,f.duration+100),R=!0,m.interval=setInterval(m.set.labels,f.framerate)},labels:function(){m.verbose("Setting both bar progress and outer label text"),m.set.barLabel(),m.set.state()},label:function(e){e=e||"",e&&(e=m.get.text(e),m.debug("Setting label to text",e),S.text(e))},state:function(e){e=e!==i?e:m.percent,100===e?!f.autoSuccess||m.is.warning()||m.is.error()?(m.verbose("Reached 100% removing active state"),m.remove.active()):(m.set.success(),m.debug("Automatically triggering success at 100%")):e>0?(m.verbose("Adjusting active progress bar label",e),m.set.active()):(m.remove.active(),m.set.label(f.text.active))},barLabel:function(e){e!==i?k.text(m.get.text(e)):"ratio"==f.label&&m.total?(m.debug("Adding ratio to bar label"),k.text(m.get.text(f.text.ratio))):"percent"==f.label&&(m.debug("Adding percentage to bar label"),k.text(m.get.text(f.text.percent)))},active:function(e){e=e||f.text.active,m.debug("Setting active state"),f.showActivity&&!m.is.active()&&C.addClass(g.active),m.remove.warning(),m.remove.error(),m.remove.success(),e&&m.set.label(e),f.onActive.call(T,m.value,m.total)},success:function(e){e=e||f.text.success,m.debug("Setting success state"),C.addClass(g.success),m.remove.active(),m.remove.warning(),m.remove.error(),m.complete(),e&&m.set.label(e),f.onSuccess.call(T,m.total)},warning:function(e){e=e||f.text.warning,m.debug("Setting warning state"),C.addClass(g.warning),m.remove.active(),m.remove.success(),m.remove.error(),m.complete(),e&&m.set.label(e),f.onWarning.call(T,m.value,m.total)},error:function(e){e=e||f.text.error,m.debug("Setting error state"),C.addClass(g.error),m.remove.active(),m.remove.success(),m.remove.warning(),m.complete(),e&&m.set.label(e),f.onError.call(T,m.value,m.total)},transitionEvent:function(){a=m.get.transitionEnd()},total:function(e){m.total=e},value:function(e){m.value=e},progress:function(e){var t,n=m.get.numericValue(e);n===!1&&m.error(b.nonNumeric,e),m.has.total()?(m.set.value(n),t=n/m.total*100,m.debug("Calculating percent complete from total",t),m.set.percent(t)):(t=n,m.debug("Setting value to exact percentage value",t),m.set.percent(t))}},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){if(e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return 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=s||t,n=t-i,s=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:T,"Execution Time":n})),clearTimeout(m.performance.timer),m.performance.timer=setTimeout(m.performance.display,500)},display:function(){var t=f.name+":",n=0;s=!1,clearTimeout(m.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),(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=A;return n=n||d,a=T||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(b.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}},u?(A===i&&m.initialize(),m.invoke(l)):(A!==i&&A.invoke("destroy"),m.initialize())}),o!==i?o:this},e.fn.progress.settings={name:"Progress",namespace:"progress",debug:!1,verbose:!1,performance:!0,random:{min:2,max:5},duration:300,autoSuccess:!0,showActivity:!0,limitValues:!0,label:"percent",precision:0,framerate:1e3/30,percent:!1,total:!1,value:!1,onChange:function(e,t,n){},onSuccess:function(e){},onActive:function(e,t){},onError:function(e,t){},onWarning:function(e,t){},error:{method:"The method you called is not defined.",nonNumeric:"Progress value is non numeric",tooHigh:"Value specified is above 100%",tooLow:"Value specified is below 0%"},regExp:{variable:/\{\$*[A-z0-9]+\}/g},metadata:{percent:"percent",total:"total",value:"value"},selector:{bar:"> .bar",label:"> .label",progress:".bar > .progress"},text:{active:!1,error:!1,success:!1,warning:!1,percent:"{percent}%",ratio:"{value} of {total}"},className:{active:"active",error:"error",success:"success",warning:"warning"}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.rating=function(t){var n,o=e(this),a=o.selector||"",r=(new Date).getTime(),s=[],c=arguments[0],l="string"==typeof c,u=[].slice.call(arguments,1);return o.each(function(){var d,m=e.isPlainObject(t)?e.extend(!0,{},e.fn.rating.settings,t):e.extend({},e.fn.rating.settings),f=m.namespace,g=m.className,p=m.metadata,v=m.selector,h=(m.error,"."+f),b="module-"+f,y=this,x=e(this).data(b),C=e(this),w=C.find(v.icon);d={initialize:function(){d.verbose("Initializing rating module",m),0===w.length&&d.setup.layout(),m.interactive?d.enable():d.disable(),d.set.rating(d.get.initialRating()),d.instantiate()},instantiate:function(){d.verbose("Instantiating module",m),x=d,C.data(b,d)},destroy:function(){d.verbose("Destroying previous instance",x),d.remove.events(),C.removeData(b)},refresh:function(){w=C.find(v.icon)},setup:{layout:function(){var t=d.get.maxRating(),n=e.fn.rating.settings.templates.icon(t);d.debug("Generating icon html dynamically"),C.html(n),d.refresh()}},event:{mouseenter:function(){var t=e(this);t.nextAll().removeClass(g.selected),C.addClass(g.selected),t.addClass(g.selected).prevAll().addClass(g.selected)},mouseleave:function(){C.removeClass(g.selected),w.removeClass(g.selected)},click:function(){var t=e(this),n=d.get.rating(),i=w.index(t)+1,o="auto"==m.clearable?1===w.length:m.clearable;o&&n==i?d.clearRating():d.set.rating(i)}},clearRating:function(){d.debug("Clearing current rating"),d.set.rating(0)},bind:{events:function(){d.verbose("Binding events"),C.on("mouseenter"+h,v.icon,d.event.mouseenter).on("mouseleave"+h,v.icon,d.event.mouseleave).on("click"+h,v.icon,d.event.click)}},remove:{events:function(){d.verbose("Removing events"),C.off(h)}},enable:function(){d.debug("Setting rating to interactive mode"),d.bind.events(),C.removeClass(g.disabled)},disable:function(){d.debug("Setting rating to read-only mode"),d.remove.events(),C.addClass(g.disabled)},get:{initialRating:function(){return C.data(p.rating)!==i?(C.removeData(p.rating),C.data(p.rating)):m.initialRating},maxRating:function(){return C.data(p.maxRating)!==i?(C.removeData(p.maxRating),C.data(p.maxRating)):m.maxRating},rating:function(){var e=w.filter("."+g.active).length;return d.verbose("Current rating retrieved",e),e}},set:{rating:function(e){var t=e-1>=0?e-1:0,n=w.eq(t);C.removeClass(g.selected),w.removeClass(g.selected).removeClass(g.active),e>0&&(d.verbose("Setting current rating to",e),n.prevAll().andSelf().addClass(g.active)),m.onRate.call(y,e)}},setting:function(t,n){if(d.debug("Changing setting",t,n),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,d,t);else{if(n===i)return d[t];d[t]=n}},debug:function(){m.debug&&(m.performance?d.performance.log(arguments):(d.debug=Function.prototype.bind.call(console.info,console,m.name+":"),d.debug.apply(console,arguments)))},verbose:function(){m.verbose&&m.debug&&(m.performance?d.performance.log(arguments):(d.verbose=Function.prototype.bind.call(console.info,console,m.name+":"),d.verbose.apply(console,arguments)))},error:function(){d.error=Function.prototype.bind.call(console.error,console,m.name+":"),d.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;m.performance&&(t=(new Date).getTime(),i=r||t,n=t-i,r=t,s.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:y,"Execution Time":n})),clearTimeout(d.performance.timer),d.performance.timer=setTimeout(d.performance.display,500)},display:function(){var t=m.name+":",n=0;r=!1,clearTimeout(d.performance.timer),e.each(s,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",a&&(t+=" '"+a+"'"),o.length>1&&(t+=" ("+o.length+")"),(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,o,a){var r,s,c,l=x;return o=o||u,a=y||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,o):s!==i&&(c=s),e.isArray(n)?n.push(c):n!==i?n=[n,c]:c!==i&&(n=c),s}},l?(x===i&&d.initialize(),d.invoke(c)):(x!==i&&x.invoke("destroy"),d.initialize())}),n!==i?n:this},e.fn.rating.settings={name:"Rating",namespace:"rating",debug:!1,verbose:!1,performance:!0,initialRating:0,interactive:!0,maxRating:4,clearable:"auto",onRate:function(e){},error:{method:"The method you called is not defined",noMaximum:"No maximum rating specified. Cannot generate HTML automatically"},metadata:{rating:"rating",maxRating:"maxRating"},className:{active:"active",disabled:"disabled",selected:"selected",loading:"loading"},selector:{icon:".icon"},templates:{icon:function(e){for(var t=1,n="";e>=t;)n+='',t++;return n}}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.search=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 e(this).each(function(){var f,g=e.isPlainObject(o)?e.extend(!0,{},e.fn.search.settings,o):e.extend({},e.fn.search.settings),p=g.className,v=g.metadata,h=g.regExp,b=g.fields,y=g.selector,x=g.error,C=g.namespace,w="."+C,k=C+"-module",S=e(this),T=S.find(y.prompt),A=S.find(y.searchButton),R=S.find(y.results),E=(S.find(y.result),S.find(y.category),this),P=S.data(k);f={initialize:function(){f.verbose("Initializing module"),f.determine.searchFields(),f.bind.events(),f.set.type(),f.create.results(),f.instantiate()},instantiate:function(){f.verbose("Storing instance of module",f),P=f,S.data(k,f)},destroy:function(){f.verbose("Destroying instance"),S.off(w).removeData(k)},bind:{events:function(){f.verbose("Binding events to search"),g.automatic&&(S.on(f.get.inputEvent()+w,y.prompt,f.event.input),T.attr("autocomplete","off")),S.on("focus"+w,y.prompt,f.event.focus).on("blur"+w,y.prompt,f.event.blur).on("keydown"+w,y.prompt,f.handleKeyboard).on("click"+w,y.searchButton,f.query).on("mousedown"+w,y.results,f.event.result.mousedown).on("mouseup"+w,y.results,f.event.result.mouseup).on("click"+w,y.result,f.event.result.click)}},determine:{searchFields:function(){o&&o.searchFields!==i&&(g.searchFields=o.searchFields)}},event:{input:function(){clearTimeout(f.timer),f.timer=setTimeout(f.query,g.searchDelay)},focus:function(){f.set.focus(),f.has.minimumCharacters()&&(f.query(),f.can.show()&&f.showResults())},blur:function(e){var t=n.activeElement===this;t||f.resultsClicked||(f.cancel.query(),f.remove.focus(),f.timer=setTimeout(f.hideResults,g.hideDelay))},result:{mousedown:function(){f.resultsClicked=!0},mouseup:function(){f.resultsClicked=!1},click:function(n){f.debug("Search result selected");var i=e(this),o=i.find(y.title).eq(0),a=i.find("a[href]").eq(0),r=a.attr("href")||!1,s=a.attr("target")||!1,c=(o.html(),o.length>0?o.text():!1),l=f.get.results(),u=i.data(v.result)||f.get.result(c,l);return e.isFunction(g.onSelect)&&g.onSelect.call(E,u,l)===!1?void f.debug("Custom onSelect callback cancelled default select action"):(f.hideResults(),c&&f.set.value(c),void(r&&(f.verbose("Opening search link found in result",a),"_blank"==s||n.ctrlKey?t.open(r):t.location.href=r)))}}},handleKeyboard:function(e){var t,n=S.find(y.result),i=S.find(y.category),o=n.index(n.filter("."+p.active)),a=n.length,r=e.which,s={backspace:8,enter:13,escape:27,upArrow:38,downArrow:40};if(r==s.escape&&(f.verbose("Escape key pressed, blurring search field"),f.trigger.blur()),f.is.visible())if(r==s.enter){if(f.verbose("Enter key pressed, selecting active result"),n.filter("."+p.active).length>0)return f.event.result.click.call(n.filter("."+p.active),e),e.preventDefault(),!1}else r==s.upArrow?(f.verbose("Up key pressed, changing active result"),t=0>o-1?o:o-1,i.removeClass(p.active),n.removeClass(p.active).eq(t).addClass(p.active).closest(i).addClass(p.active),e.preventDefault()):r==s.downArrow&&(f.verbose("Down key pressed, changing active result"),t=o+1>=a?o:o+1,i.removeClass(p.active),n.removeClass(p.active).eq(t).addClass(p.active).closest(i).addClass(p.active),e.preventDefault());else r==s.enter&&(f.verbose("Enter key pressed, executing query"),f.query(),f.set.buttonPressed(),T.one("keyup",f.remove.buttonFocus))},setup:{api:function(){var e={debug:g.debug,on:!1,cache:"local",action:"search",onError:f.error};f.verbose("First request, initializing API"),S.api(e)}},can:{useAPI:function(){return e.fn.api!==i},show:function(){return f.is.focused()&&!f.is.visible()&&!f.is.empty()},transition:function(){return g.transition&&e.fn.transition!==i&&S.transition("is supported")}},is:{empty:function(){return""===R.html()},visible:function(){return R.filter(":visible").length>0},focused:function(){return T.filter(":focus").length>0}},trigger:{blur:function(){var e=n.createEvent("HTMLEvents"),t=T[0];t&&(f.verbose("Triggering native blur event"),e.initEvent("blur",!1,!1),t.dispatchEvent(e))}},get:{inputEvent:function(){var e=T[0],t=e!==i&&e.oninput!==i?"input":e!==i&&e.onpropertychange!==i?"propertychange":"keyup";return t},value:function(){return T.val()},results:function(){var e=S.data(v.results);return e},result:function(t,n){var o=["title","id"],a=!1;return t=t!==i?t:f.get.value(),n=n!==i?n:f.get.results(),"category"===g.type?(f.debug("Finding result that matches",t),e.each(n,function(n,i){return e.isArray(i.results)&&(a=f.search.object(t,i.results,o)[0])?!1:void 0})):(f.debug("Finding result in results object",t),a=f.search.object(t,n,o)[0]),a||!1}},set:{focus:function(){S.addClass(p.focus)},loading:function(){S.addClass(p.loading)},value:function(e){f.verbose("Setting search input value",e),T.val(e)},type:function(e){e=e||g.type,"category"==g.type&&S.addClass(g.type)},buttonPressed:function(){A.addClass(p.pressed)}},remove:{loading:function(){S.removeClass(p.loading)},focus:function(){S.removeClass(p.focus)},buttonPressed:function(){A.removeClass(p.pressed)}},query:function(){var t=f.get.value(),n=f.read.cache(t);f.has.minimumCharacters()?(n?(f.debug("Reading result from cache",t),f.save.results(n.results),f.addResults(n.html),f.inject.id(n.results)):(f.debug("Querying for",t),e.isPlainObject(g.source)||e.isArray(g.source)?f.search.local(t):f.can.useAPI()?f.search.remote(t):f.error(x.source)),g.onSearchQuery.call(E,t)):f.hideResults()},search:{local:function(e){var t,n=f.search.object(e,g.content);f.set.loading(),f.save.results(n),f.debug("Returned local search results",n),t=f.generateResults({results:n}),f.remove.loading(),f.addResults(t),f.inject.id(n),f.write.cache(e,{html:t,results:n})},remote:function(t){var n={onSuccess:function(e){f.parse.response.call(E,e,t)},onFailure:function(){f.displayMessage(x.serverError)},urlData:{query:t}};S.api("get request")||f.setup.api(),e.extend(!0,n,g.apiSettings),f.debug("Executing search",n),f.cancel.query(),S.api("setting",n).api("query")},object:function(t,n,o){var a=[],r=[],s=t.toString().replace(h.escape,"\\$&"),c=new RegExp(h.beginsWith+s,"i"),l=function(t,n){var i=-1==e.inArray(n,a),o=-1==e.inArray(n,r);i&&o&&t.push(n)};return n=n||g.source,o=o!==i?o:g.searchFields,e.isArray(o)||(o=[o]),n===i||n===!1?(f.error(x.source),[]):(e.each(o,function(i,o){e.each(n,function(e,n){var i="string"==typeof n[o];i&&(-1!==n[o].search(c)?l(a,n):g.searchFullText&&f.fuzzySearch(t,n[o])&&l(r,n))})}),e.merge(a,r))}},fuzzySearch:function(e,t){var n=t.length,i=e.length;if("string"!=typeof e)return!1;if(e=e.toLowerCase(),t=t.toLowerCase(),i>n)return!1;if(i===n)return e===t;e:for(var o=0,a=0;i>o;o++){for(var r=e.charCodeAt(o);n>a;)if(t.charCodeAt(a++)===r)continue e;return!1}return!0},parse:{response:function(e,t){var n=f.generateResults(e);f.verbose("Parsing server response",e),e!==i&&t!==i&&e[b.results]!==i&&(f.addResults(n),f.inject.id(e[b.results]),f.write.cache(t,{html:n,results:e[b.results]}),f.save.results(e[b.results]))}},cancel:{query:function(){f.can.useAPI()&&S.api("abort")}},has:{minimumCharacters:function(){var e=f.get.value(),t=e.length;return t>=g.minCharacters}},clear:{cache:function(e){var t=S.data(v.cache);e?e&&t&&t[e]&&(f.debug("Removing value from cache",e),delete t[e],S.data(v.cache,t)):(f.debug("Clearing cache",e),S.removeData(v.cache))}},read:{cache:function(e){var t=S.data(v.cache);return g.cache?(f.verbose("Checking cache for generated html for query",e),"object"==typeof t&&t[e]!==i?t[e]:!1):!1}},create:{id:function(e,t){var n,o,a=e+1;return t!==i?(n=String.fromCharCode(97+t),o=n+a,f.verbose("Creating category result id",o)):(o=a,f.verbose("Creating result id",o)),o},results:function(){0===R.length&&(R=e("
    ").addClass(p.results).appendTo(S))}},inject:{result:function(e,t,n){f.verbose("Injecting result into results");var o=n!==i?R.children().eq(n).children(y.result).eq(t):R.children(y.result).eq(t);f.verbose("Injecting results metadata",o),o.data(v.result,e)},id:function(t){f.debug("Injecting unique ids into results");var n=0,o=0;return"category"===g.type?e.each(t,function(t,a){o=0,e.each(a.results,function(e,t){var r=a.results[e];r.id===i&&(r.id=f.create.id(o,n)),f.inject.result(r,o,n),o++}),n++}):e.each(t,function(e,n){var a=t[e];a.id===i&&(a.id=f.create.id(o)),f.inject.result(a,o),o++}),t}},save:{results:function(e){f.verbose("Saving current search results to metadata",e),S.data(v.results,e)}},write:{cache:function(e,t){var n=S.data(v.cache)!==i?S.data(v.cache):{};g.cache&&(f.verbose("Writing generated html to cache",e,t),n[e]=t,S.data(v.cache,n))}},addResults:function(t){return e.isFunction(g.onResultsAdd)&&g.onResultsAdd.call(R,t)===!1?(f.debug("onResultsAdd callback cancelled default action"),!1):(R.html(t),void(f.can.show()&&f.showResults()))},showResults:function(){f.is.visible()||(f.can.transition()?(f.debug("Showing results with css animations"),R.transition({animation:g.transition+" in",debug:g.debug,verbose:g.verbose,duration:g.duration,queue:!0})):(f.debug("Showing results with javascript"),R.stop().fadeIn(g.duration,g.easing)),g.onResultsOpen.call(R))},hideResults:function(){f.is.visible()&&(f.can.transition()?(f.debug("Hiding results with css animations"),R.transition({animation:g.transition+" out",debug:g.debug,verbose:g.verbose,duration:g.duration,queue:!0})):(f.debug("Hiding results with javascript"),R.stop().fadeOut(g.duration,g.easing)),g.onResultsClose.call(R))},generateResults:function(t){f.debug("Generating html from response",t);var n=g.templates[g.type],i=e.isPlainObject(t[b.results])&&!e.isEmptyObject(t[b.results]),o=e.isArray(t[b.results])&&t[b.results].length>0,a="";return i||o?(g.maxResults>0&&(i?"standard"==g.type&&f.error(x.maxResults):t[b.results]=t[b.results].slice(0,g.maxResults)),e.isFunction(n)?a=n(t,b):f.error(x.noTemplate,!1)):a=f.displayMessage(x.noResults,"empty"),g.onResults.call(E,t),a},displayMessage:function(e,t){return t=t||"standard",f.debug("Displaying message",e,t),f.addResults(g.templates.message(e,t)),g.templates.message(e,t)},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,g,t);else{ -if(n===i)return g[t];g[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(){g.debug&&(g.performance?f.performance.log(arguments):(f.debug=Function.prototype.bind.call(console.info,console,g.name+":"),f.debug.apply(console,arguments)))},verbose:function(){g.verbose&&g.debug&&(g.performance?f.performance.log(arguments):(f.verbose=Function.prototype.bind.call(console.info,console,g.name+":"),f.verbose.apply(console,arguments)))},error:function(){f.error=Function.prototype.bind.call(console.error,console,g.name+":"),f.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;g.performance&&(t=(new Date).getTime(),i=c||t,n=t-i,c=t,l.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:E,"Execution Time":n})),clearTimeout(f.performance.timer),f.performance.timer=setTimeout(f.performance.display,500)},display:function(){var t=g.name+":",n=0;c=!1,clearTimeout(f.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",s&&(t+=" '"+s+"'"),r.length>1&&(t+=" ("+r.length+")"),(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,o){var r,s,c,l=P;return n=n||m,o=E||o,"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(o,n):s!==i&&(c=s),e.isArray(a)?a.push(c):a!==i?a=[a,c]:c!==i&&(a=c),s}},d?(P===i&&f.initialize(),f.invoke(u)):(P!==i&&P.invoke("destroy"),f.initialize())}),a!==i?a:this},e.fn.search.settings={name:"Search",namespace:"search",debug:!1,verbose:!1,performance:!0,type:"standard",minCharacters:1,apiSettings:!1,source:!1,searchFields:["title","description"],displayField:"",searchFullText:!0,automatic:!0,hideDelay:0,searchDelay:200,maxResults:7,cache:!0,transition:"scale",duration:200,easing:"easeOutExpo",onSelect:!1,onResultsAdd:!1,onSearchQuery:function(e){},onResults:function(e){},onResultsOpen:function(){},onResultsClose:function(){},className:{active:"active",empty:"empty",focus:"focus",loading:"loading",results:"results",pressed:"down"},error:{source:"Cannot search. No source used, and Semantic API module was not included",noResults:"Your search returned no results",logging:"Error in debug logging, exiting.",noEndpoint:"No search endpoint was specified",noTemplate:"A valid template name was not specified.",serverError:"There was an issue querying the server.",maxResults:"Results must be an array to use maxResults setting",method:"The method you called is not defined."},metadata:{cache:"cache",results:"results",result:"result"},regExp:{escape:/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,beginsWith:"(?:s|^)"},fields:{categories:"results",categoryName:"name",categoryResults:"results",description:"description",image:"image",price:"price",results:"results",title:"title",url:"url",action:"action",actionText:"text",actionURL:"url"},selector:{prompt:".prompt",searchButton:".search.button",results:".results",category:".category",result:".result",title:".title, .name"},templates:{escape:function(e){var t=/[&<>"'`]/g,n=/[&<>"'`]/,i={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},o=function(e){return i[e]};return n.test(e)?e.replace(t,o):e},message:function(e,t){var n="";return e!==i&&t!==i&&(n+='
    ',n+="empty"==t?'
    No Results
    '+e+'
    ':'
    '+e+"
    ",n+="
    "),n},category:function(t,n){var o="";e.fn.search.settings.templates.escape;return t[n.categoryResults]!==i?(e.each(t[n.categoryResults],function(t,a){a[n.results]!==i&&a.results.length>0&&(o+='
    ")}),t[n.action]&&(o+=''+t[n.action][n.actionText]+""),o):!1},standard:function(t,n){var o="";return t[n.results]!==i?(e.each(t[n.results],function(e,t){o+=t[n.url]?'':'',t[n.image]!==i&&(o+='
    '),o+='
    ',t[n.price]!==i&&(o+='
    '+t[n.price]+"
    "),t[n.title]!==i&&(o+='
    '+t[n.title]+"
    "),t[n.description]!==i&&(o+='
    '+t[n.description]+"
    "),o+="
    ",o+="
    "}),t[n.action]&&(o+=''+t[n.action][n.actionText]+""),o):!1}}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.shape=function(o){var a,r=e(this),s=(e("body"),(new Date).getTime()),c=[],l=arguments[0],u="string"==typeof l,d=[].slice.call(arguments,1),m=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)};return r.each(function(){var t,f,g,p=r.selector||"",v=e.isPlainObject(o)?e.extend(!0,{},e.fn.shape.settings,o):e.extend({},e.fn.shape.settings),h=v.namespace,b=v.selector,y=v.error,x=v.className,C="."+h,w="module-"+h,k=e(this),S=k.find(b.sides),T=k.find(b.side),A=!1,R=this,E=k.data(w);g={initialize:function(){g.verbose("Initializing module for",R),g.set.defaultSide(),g.instantiate()},instantiate:function(){g.verbose("Storing instance of module",g),E=g,k.data(w,E)},destroy:function(){g.verbose("Destroying previous module for",R),k.removeData(w).off(C)},refresh:function(){g.verbose("Refreshing selector cache for",R),k=e(R),S=e(this).find(b.shape),T=e(this).find(b.side)},repaint:function(){g.verbose("Forcing repaint event");var e=S[0]||n.createElement("div");e.offsetWidth},animate:function(e,n){g.verbose("Animating box with properties",e),n=n||function(e){g.verbose("Executing animation callback"),e!==i&&e.stopPropagation(),g.reset(),g.set.active()},v.beforeChange.call(f[0]),g.get.transitionEvent()?(g.verbose("Starting CSS animation"),k.addClass(x.animating),S.css(e).one(g.get.transitionEvent(),n),g.set.duration(v.duration),m(function(){k.addClass(x.animating),t.addClass(x.hidden)})):n()},queue:function(e){g.debug("Queueing animation of",e),S.one(g.get.transitionEvent(),function(){g.debug("Executing queued animation"),setTimeout(function(){k.shape(e)},0)})},reset:function(){g.verbose("Animating states reset"),k.removeClass(x.animating).attr("style","").removeAttr("style"),S.attr("style","").removeAttr("style"),T.attr("style","").removeAttr("style").removeClass(x.hidden),f.removeClass(x.animating).attr("style","").removeAttr("style")},is:{complete:function(){return T.filter("."+x.active)[0]==f[0]},animating:function(){return k.hasClass(x.animating)}},set:{defaultSide:function(){t=k.find("."+v.className.active),f=t.next(b.side).length>0?t.next(b.side):k.find(b.side).first(),A=!1,g.verbose("Active side set to",t),g.verbose("Next side set to",f)},duration:function(e){e=e||v.duration,e="number"==typeof e?e+"ms":e,g.verbose("Setting animation duration",e),(v.duration||0===v.duration)&&S.add(T).css({"-webkit-transition-duration":e,"-moz-transition-duration":e,"-ms-transition-duration":e,"-o-transition-duration":e,"transition-duration":e})},currentStageSize:function(){var e=k.find("."+v.className.active),t=e.outerWidth(!0),n=e.outerHeight(!0);k.css({width:t,height:n})},stageSize:function(){var e=k.clone().addClass(x.loading),t=e.find("."+v.className.active),n=A?e.find(b.side).eq(A):t.next(b.side).length>0?t.next(b.side):e.find(b.side).first(),i={};g.set.currentStageSize(),t.removeClass(x.active),n.addClass(x.active),e.insertAfter(k),i={width:n.outerWidth(!0),height:n.outerHeight(!0)},e.remove(),k.css(i),g.verbose("Resizing stage to fit new content",i)},nextSide:function(e){A=e,f=T.filter(e),A=T.index(f),0===f.length&&(g.set.defaultSide(),g.error(y.side)),g.verbose("Next side manually set to",f)},active:function(){g.verbose("Setting new side to active",f),T.removeClass(x.active),f.addClass(x.active),v.onChange.call(f[0]),g.set.defaultSide()}},flip:{up:function(){return!g.is.complete()||g.is.animating()||v.allowRepeats?void(g.is.animating()?g.queue("flip up"):(g.debug("Flipping up",f),g.set.stageSize(),g.stage.above(),g.animate(g.get.transform.up()))):void g.debug("Side already visible",f)},down:function(){return!g.is.complete()||g.is.animating()||v.allowRepeats?void(g.is.animating()?g.queue("flip down"):(g.debug("Flipping down",f),g.set.stageSize(),g.stage.below(),g.animate(g.get.transform.down()))):void g.debug("Side already visible",f)},left:function(){return!g.is.complete()||g.is.animating()||v.allowRepeats?void(g.is.animating()?g.queue("flip left"):(g.debug("Flipping left",f),g.set.stageSize(),g.stage.left(),g.animate(g.get.transform.left()))):void g.debug("Side already visible",f)},right:function(){return!g.is.complete()||g.is.animating()||v.allowRepeats?void(g.is.animating()?g.queue("flip right"):(g.debug("Flipping right",f),g.set.stageSize(),g.stage.right(),g.animate(g.get.transform.right()))):void g.debug("Side already visible",f)},over:function(){return!g.is.complete()||g.is.animating()||v.allowRepeats?void(g.is.animating()?g.queue("flip over"):(g.debug("Flipping over",f),g.set.stageSize(),g.stage.behind(),g.animate(g.get.transform.over()))):void g.debug("Side already visible",f)},back:function(){return!g.is.complete()||g.is.animating()||v.allowRepeats?void(g.is.animating()?g.queue("flip back"):(g.debug("Flipping back",f),g.set.stageSize(),g.stage.behind(),g.animate(g.get.transform.back()))):void g.debug("Side already visible",f)}},get:{transform:{up:function(){var e={y:-((t.outerHeight(!0)-f.outerHeight(!0))/2),z:-(t.outerHeight(!0)/2)};return{transform:"translateY("+e.y+"px) translateZ("+e.z+"px) rotateX(-90deg)"}},down:function(){var e={y:-((t.outerHeight(!0)-f.outerHeight(!0))/2),z:-(t.outerHeight(!0)/2)};return{transform:"translateY("+e.y+"px) translateZ("+e.z+"px) rotateX(90deg)"}},left:function(){var e={x:-((t.outerWidth(!0)-f.outerWidth(!0))/2),z:-(t.outerWidth(!0)/2)};return{transform:"translateX("+e.x+"px) translateZ("+e.z+"px) rotateY(90deg)"}},right:function(){var e={x:-((t.outerWidth(!0)-f.outerWidth(!0))/2),z:-(t.outerWidth(!0)/2)};return{transform:"translateX("+e.x+"px) translateZ("+e.z+"px) rotateY(-90deg)"}},over:function(){var e={x:-((t.outerWidth(!0)-f.outerWidth(!0))/2)};return{transform:"translateX("+e.x+"px) rotateY(180deg)"}},back:function(){var e={x:-((t.outerWidth(!0)-f.outerWidth(!0))/2)};return{transform:"translateX("+e.x+"px) rotateY(-180deg)"}}},transitionEvent:function(){var e,t=n.createElement("element"),o={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in o)if(t.style[e]!==i)return o[e]},nextSide:function(){return t.next(b.side).length>0?t.next(b.side):k.find(b.side).first()}},stage:{above:function(){var e={origin:(t.outerHeight(!0)-f.outerHeight(!0))/2,depth:{active:f.outerHeight(!0)/2,next:t.outerHeight(!0)/2}};g.verbose("Setting the initial animation position as above",f,e),S.css({transform:"translateZ(-"+e.depth.active+"px)"}),t.css({transform:"rotateY(0deg) translateZ("+e.depth.active+"px)"}),f.addClass(x.animating).css({top:e.origin+"px",transform:"rotateX(90deg) translateZ("+e.depth.next+"px)"})},below:function(){var e={origin:(t.outerHeight(!0)-f.outerHeight(!0))/2,depth:{active:f.outerHeight(!0)/2,next:t.outerHeight(!0)/2}};g.verbose("Setting the initial animation position as below",f,e),S.css({transform:"translateZ(-"+e.depth.active+"px)"}),t.css({transform:"rotateY(0deg) translateZ("+e.depth.active+"px)"}),f.addClass(x.animating).css({top:e.origin+"px",transform:"rotateX(-90deg) translateZ("+e.depth.next+"px)"})},left:function(){var e={active:t.outerWidth(!0),next:f.outerWidth(!0)},n={origin:(e.active-e.next)/2,depth:{active:e.next/2,next:e.active/2}};g.verbose("Setting the initial animation position as left",f,n),S.css({transform:"translateZ(-"+n.depth.active+"px)"}),t.css({transform:"rotateY(0deg) translateZ("+n.depth.active+"px)"}),f.addClass(x.animating).css({left:n.origin+"px",transform:"rotateY(-90deg) translateZ("+n.depth.next+"px)"})},right:function(){var e={active:t.outerWidth(!0),next:f.outerWidth(!0)},n={origin:(e.active-e.next)/2,depth:{active:e.next/2,next:e.active/2}};g.verbose("Setting the initial animation position as left",f,n),S.css({transform:"translateZ(-"+n.depth.active+"px)"}),t.css({transform:"rotateY(0deg) translateZ("+n.depth.active+"px)"}),f.addClass(x.animating).css({left:n.origin+"px",transform:"rotateY(90deg) translateZ("+n.depth.next+"px)"})},behind:function(){var e={active:t.outerWidth(!0),next:f.outerWidth(!0)},n={origin:(e.active-e.next)/2,depth:{active:e.next/2,next:e.active/2}};g.verbose("Setting the initial animation position as behind",f,n),t.css({transform:"rotateY(0deg)"}),f.addClass(x.animating).css({left:n.origin+"px",transform:"rotateY(-180deg)"})}},setting:function(t,n){if(g.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,v,t);else{if(n===i)return v[t];v[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,g,t);else{if(n===i)return g[t];g[t]=n}},debug:function(){v.debug&&(v.performance?g.performance.log(arguments):(g.debug=Function.prototype.bind.call(console.info,console,v.name+":"),g.debug.apply(console,arguments)))},verbose:function(){v.verbose&&v.debug&&(v.performance?g.performance.log(arguments):(g.verbose=Function.prototype.bind.call(console.info,console,v.name+":"),g.verbose.apply(console,arguments)))},error:function(){g.error=Function.prototype.bind.call(console.error,console,v.name+":"),g.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;v.performance&&(t=(new Date).getTime(),i=s||t,n=t-i,s=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:R,"Execution Time":n})),clearTimeout(g.performance.timer),g.performance.timer=setTimeout(g.performance.display,500)},display:function(){var t=v.name+":",n=0;s=!1,clearTimeout(g.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",p&&(t+=" '"+p+"'"),r.length>1&&(t+=" ("+r.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,o){var r,s,c,l=E;return n=n||d,o=R||o,"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(o,n):s!==i&&(c=s),e.isArray(a)?a.push(c):a!==i?a=[a,c]:c!==i&&(a=c),s}},u?(E===i&&g.initialize(),g.invoke(l)):(E!==i&&E.invoke("destroy"),g.initialize())}),a!==i?a:this},e.fn.shape.settings={name:"Shape",debug:!1,verbose:!1,performance:!0,namespace:"shape",beforeChange:function(){},onChange:function(){},allowRepeats:!1,duration:!1,error:{side:"You tried to switch to a side that does not exist.",method:"The method you called is not defined"},className:{animating:"animating",hidden:"hidden",loading:"loading",active:"active"},selector:{sides:".sides",side:".side"}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.sidebar=function(o){var a,r=e(this),s=e(t),c=e(n),l=e("html"),u=e("head"),d=r.selector||"",m=(new Date).getTime(),f=[],g=arguments[0],p="string"==typeof g,v=[].slice.call(arguments,1),h=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)};return r.each(function(){var r,b,y,x,C,w,k=e.isPlainObject(o)?e.extend(!0,{},e.fn.sidebar.settings,o):e.extend({},e.fn.sidebar.settings),S=k.selector,T=k.className,A=k.namespace,R=k.regExp,E=k.error,P="."+A,F="module-"+A,D=e(this),O=e(k.context),q=D.children(S.sidebar),j=O.children(S.fixed),z=O.children(S.pusher),I=this,L=D.data(F);w={initialize:function(){w.debug("Initializing sidebar",o),w.create.id(),C=w.get.transitionEvent(),w.is.ios()&&w.set.ios(),k.delaySetup?h(w.setup.layout):w.setup.layout(),h(function(){w.setup.cache()}),w.instantiate()},instantiate:function(){w.verbose("Storing instance of module",w),L=w,D.data(F,w)},create:{id:function(){y=(Math.random().toString(16)+"000000000").substr(2,8),b="."+y,w.verbose("Creating unique id for element",y)}},destroy:function(){w.verbose("Destroying previous module for",D),D.off(P).removeData(F),w.is.ios()&&w.remove.ios(),O.off(b),s.off(b),c.off(b)},event:{clickaway:function(e){var t=z.find(e.target).length>0||z.is(e.target),n=O.is(e.target);t&&(w.verbose("User clicked on dimmed page"),w.hide()),n&&(w.verbose("User clicked on dimmable context (scaled out page)"),w.hide())},touch:function(e){},containScroll:function(e){I.scrollTop<=0&&(I.scrollTop=1),I.scrollTop+I.offsetHeight>=I.scrollHeight&&(I.scrollTop=I.scrollHeight-I.offsetHeight-1)},scroll:function(t){0===e(t.target).closest(S.sidebar).length&&t.preventDefault()}},bind:{clickaway:function(){w.verbose("Adding clickaway events to context",O),k.closable&&O.on("click"+b,w.event.clickaway).on("touchend"+b,w.event.clickaway)},scrollLock:function(){k.scrollLock&&(w.debug("Disabling page scroll"),s.on("DOMMouseScroll"+b,w.event.scroll)),w.verbose("Adding events to contain sidebar scroll"),c.on("touchmove"+b,w.event.touch),D.on("scroll"+P,w.event.containScroll)}},unbind:{clickaway:function(){w.verbose("Removing clickaway events from context",O),O.off(b)},scrollLock:function(){w.verbose("Removing scroll lock from page"),c.off(b),s.off(b),D.off("scroll"+P)}},add:{inlineCSS:function(){var t,n=w.cache.width||D.outerWidth(),i=w.cache.height||D.outerHeight(),o=w.is.rtl(),a=w.get.direction(),s={left:n,right:-n,top:i,bottom:-i};o&&(w.verbose("RTL detected, flipping widths"),s.left=-n,s.right=n),t="",r=e(t).appendTo(u),w.debug("Adding sizing css to head",r)}},refresh:function(){w.verbose("Refreshing selector cache"),O=e(k.context),q=O.children(S.sidebar),z=O.children(S.pusher),j=O.children(S.fixed),w.clear.cache()},refreshSidebars:function(){w.verbose("Refreshing other sidebars"),q=O.children(S.sidebar)},repaint:function(){w.verbose("Forcing repaint event"),I.style.display="none";I.offsetHeight;I.scrollTop=I.scrollTop,I.style.display=""},setup:{cache:function(){w.cache={width:D.outerWidth(),height:D.outerHeight(),rtl:"rtl"==D.css("direction")}},layout:function(){0===O.children(S.pusher).length&&(w.debug("Adding wrapper element for sidebar"),w.error(E.pusher),z=e('
    '),O.children().not(S.omitted).not(q).wrapAll(z),w.refresh()),(0===D.nextAll(S.pusher).length||D.nextAll(S.pusher)[0]!==z[0])&&(w.debug("Moved sidebar to correct parent element"),w.error(E.movedSidebar,I),D.detach().prependTo(O),w.refresh()),w.clear.cache(),w.set.pushable(),w.set.direction()}},attachEvents:function(t,n){var i=e(t);n=e.isFunction(w[n])?w[n]:w.toggle,i.length>0?(w.debug("Attaching sidebar events to element",t,n),i.on("click"+P,n)):w.error(E.notFound,t)},show:function(t){if(t=e.isFunction(t)?t:function(){},w.is.hidden()){if(w.refreshSidebars(),k.overlay&&(w.error(E.overlay),k.transition="overlay"),w.refresh(),w.othersActive())if(w.debug("Other sidebars currently visible"),k.exclusive){if("overlay"!=k.transition)return void w.hideOthers(w.show);w.hideOthers()}else k.transition="overlay";w.pushPage(function(){t.call(I),k.onShow.call(I)}),k.onChange.call(I),k.onVisible.call(I)}else w.debug("Sidebar is already visible")},hide:function(t){t=e.isFunction(t)?t:function(){},(w.is.visible()||w.is.animating())&&(w.debug("Hiding sidebar",t),w.refreshSidebars(),w.pullPage(function(){t.call(I),k.onHidden.call(I)}),k.onChange.call(I),k.onHide.call(I))},othersAnimating:function(){return q.not(D).filter("."+T.animating).length>0},othersVisible:function(){return q.not(D).filter("."+T.visible).length>0},othersActive:function(){return w.othersVisible()||w.othersAnimating()},hideOthers:function(e){var t=q.not(D).filter("."+T.visible),n=t.length,i=0;e=e||function(){},t.sidebar("hide",function(){i++,i==n&&e()})},toggle:function(){w.verbose("Determining toggled direction"),w.is.hidden()?w.show():w.hide()},pushPage:function(t){var n,i,o,a=w.get.transition(),r="overlay"===a||w.othersActive()?D:z;t=e.isFunction(t)?t:function(){},"scale down"==k.transition&&w.scrollToTop(),w.set.transition(a),w.repaint(),n=function(){w.bind.clickaway(),w.add.inlineCSS(),w.set.animating(),w.set.visible()},i=function(){w.set.dimmed()},o=function(e){e.target==r[0]&&(r.off(C+b,o),w.remove.animating(),w.bind.scrollLock(),t.call(I))},r.off(C+b),r.on(C+b,o),h(n),k.dimPage&&!w.othersVisible()&&h(i)},pullPage:function(t){var n,i,o=w.get.transition(),a="overlay"==o||w.othersActive()?D:z;t=e.isFunction(t)?t:function(){},w.verbose("Removing context push state",w.get.direction()),w.unbind.clickaway(),w.unbind.scrollLock(),n=function(){w.set.transition(o),w.set.animating(),w.remove.visible(),k.dimPage&&!w.othersVisible()&&z.removeClass(T.dimmed)},i=function(e){e.target==a[0]&&(a.off(C+b,i),w.remove.animating(),w.remove.transition(),w.remove.inlineCSS(),("scale down"==o||k.returnScroll&&w.is.mobile())&&w.scrollBack(),t.call(I))},a.off(C+b),a.on(C+b,i),h(n)},scrollToTop:function(){w.verbose("Scrolling to top of page to avoid animation issues"),x=e(t).scrollTop(),D.scrollTop(0),t.scrollTo(0,0)},scrollBack:function(){w.verbose("Scrolling back to original page position"),t.scrollTo(0,x)},clear:{cache:function(){w.verbose("Clearing cached dimensions"),w.cache={}}},set:{ios:function(){l.addClass(T.ios)},pushed:function(){O.addClass(T.pushed)},pushable:function(){O.addClass(T.pushable)},dimmed:function(){z.addClass(T.dimmed)},active:function(){D.addClass(T.active)},animating:function(){D.addClass(T.animating)},transition:function(e){e=e||w.get.transition(),D.addClass(e)},direction:function(e){e=e||w.get.direction(),D.addClass(T[e])},visible:function(){D.addClass(T.visible)},overlay:function(){D.addClass(T.overlay)}},remove:{inlineCSS:function(){w.debug("Removing inline css styles",r),r&&r.length>0&&r.remove()},ios:function(){l.removeClass(T.ios)},pushed:function(){O.removeClass(T.pushed)},pushable:function(){O.removeClass(T.pushable)},active:function(){D.removeClass(T.active)},animating:function(){D.removeClass(T.animating)},transition:function(e){e=e||w.get.transition(),D.removeClass(e)},direction:function(e){e=e||w.get.direction(),D.removeClass(T[e])},visible:function(){D.removeClass(T.visible)},overlay:function(){D.removeClass(T.overlay)}},get:{direction:function(){return D.hasClass(T.top)?T.top:D.hasClass(T.right)?T.right:D.hasClass(T.bottom)?T.bottom:T.left},transition:function(){var e,t=w.get.direction();return e=w.is.mobile()?"auto"==k.mobileTransition?k.defaultTransition.mobile[t]:k.mobileTransition:"auto"==k.transition?k.defaultTransition.computer[t]:k.transition,w.verbose("Determined transition",e),e},transitionEvent:function(){var e,t=n.createElement("element"),o={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in o)if(t.style[e]!==i)return o[e]}},is:{ie:function(){var e=!t.ActiveXObject&&"ActiveXObject"in t,n="ActiveXObject"in t;return e||n},ios:function(){var e=navigator.userAgent,t=e.match(R.ios),n=e.match(R.mobileChrome);return t&&!n?(w.verbose("Browser was found to be iOS",e),!0):!1},mobile:function(){var e=navigator.userAgent,t=e.match(R.mobile);return t?(w.verbose("Browser was found to be mobile",e),!0):(w.verbose("Browser is not mobile, using regular transition",e),!1)},hidden:function(){return!w.is.visible()},visible:function(){return D.hasClass(T.visible)},open:function(){return w.is.visible()},closed:function(){return w.is.hidden()},vertical:function(){return D.hasClass(T.top)},animating:function(){return O.hasClass(T.animating)},rtl:function(){return w.cache.rtl===i&&(w.cache.rtl="rtl"==D.css("direction")),w.cache.rtl}},setting:function(t,n){if(w.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,k,t);else{if(n===i)return k[t];k[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,w,t);else{if(n===i)return w[t];w[t]=n}},debug:function(){k.debug&&(k.performance?w.performance.log(arguments):(w.debug=Function.prototype.bind.call(console.info,console,k.name+":"),w.debug.apply(console,arguments)))},verbose:function(){k.verbose&&k.debug&&(k.performance?w.performance.log(arguments):(w.verbose=Function.prototype.bind.call(console.info,console,k.name+":"),w.verbose.apply(console,arguments)))},error:function(){w.error=Function.prototype.bind.call(console.error,console,k.name+":"),w.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;k.performance&&(t=(new Date).getTime(),i=m||t,n=t-i,m=t,f.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:I,"Execution Time":n})),clearTimeout(w.performance.timer),w.performance.timer=setTimeout(w.performance.display,500)},display:function(){var t=k.name+":",n=0;m=!1,clearTimeout(w.performance.timer),e.each(f,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",d&&(t+=" '"+d+"'"),(console.group!==i||console.table!==i)&&f.length>0&&(console.groupCollapsed(t),console.table?console.table(f):e.each(f,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),f=[]}},invoke:function(t,n,o){var r,s,c,l=L;return n=n||v,o=I||o,"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):(w.error(E.method,t),!1);l=l[o]}})),e.isFunction(s)?c=s.apply(o,n):s!==i&&(c=s),e.isArray(a)?a.push(c):a!==i?a=[a,c]:c!==i&&(a=c),s}},p?(L===i&&w.initialize(),w.invoke(g)):(L!==i&&w.invoke("destroy"),w.initialize())}),a!==i?a:this},e.fn.sidebar.settings={name:"Sidebar",namespace:"sidebar",debug:!1,verbose:!1,performance:!0,transition:"auto",mobileTransition:"auto",defaultTransition:{computer:{left:"uncover",right:"uncover",top:"overlay",bottom:"overlay"},mobile:{left:"uncover",right:"uncover",top:"overlay",bottom:"overlay"}},context:"body",exclusive:!1,closable:!0,dimPage:!0,scrollLock:!1,returnScroll:!1,delaySetup:!1,duration:500,onChange:function(){},onShow:function(){},onHide:function(){},onHidden:function(){},onVisible:function(){},className:{active:"active",animating:"animating",dimmed:"dimmed",ios:"ios",pushable:"pushable",pushed:"pushed",right:"right",top:"top",left:"left",bottom:"bottom",visible:"visible"},selector:{fixed:".fixed",omitted:"script, link, style, .ui.modal, .ui.dimmer, .ui.nag, .ui.fixed",pusher:".pusher",sidebar:".ui.sidebar"},regExp:{ios:/(iPad|iPhone|iPod)/g,mobileChrome:/(CriOS)/g,mobile:/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/g},error:{method:"The method you called is not defined.",pusher:"Had to add pusher element. For optimal performance make sure body content is inside a pusher element",movedSidebar:"Had to move sidebar. For optimal performance make sure sidebar and pusher are direct children of your body tag",overlay:"The overlay setting is no longer supported, use animation: overlay",notFound:"There were no elements that matched the specified selector"}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.sticky=function(n){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),c=[],l=arguments[0],u="string"==typeof l,d=[].slice.call(arguments,1);return a.each(function(){var a,m,f,g,p=e.isPlainObject(n)?e.extend(!0,{},e.fn.sticky.settings,n):e.extend({},e.fn.sticky.settings),v=p.className,h=p.namespace,b=p.error,y="."+h,x="module-"+h,C=e(this),w=e(t),k=e(p.scrollContext),S=(C.selector||"",C.data(x)),T=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)},A=this;g={initialize:function(){g.determineContainer(),g.determineContext(),g.verbose("Initializing sticky",p,a),g.save.positions(),g.checkErrors(),g.bind.events(),p.observeChanges&&g.observeChanges(),g.instantiate()},instantiate:function(){g.verbose("Storing instance of module",g),S=g,C.data(x,g)},destroy:function(){g.verbose("Destroying previous instance"),g.reset(),f&&f.disconnect(),w.off("load"+y,g.event.load).off("resize"+y,g.event.resize),k.off("scrollchange"+y,g.event.scrollchange),C.removeData(x)},observeChanges:function(){var e=m[0];"MutationObserver"in t&&(f=new MutationObserver(function(e){clearTimeout(g.timer),g.timer=setTimeout(function(){g.verbose("DOM tree modified, updating sticky menu",e),g.refresh()},100)}),f.observe(A,{childList:!0,subtree:!0}),f.observe(e,{childList:!0,subtree:!0}),g.debug("Setting up mutation observer",f))},determineContainer:function(){a=C.offsetParent()},determineContext:function(){return m=p.context?e(p.context):a,0===m.length?void g.error(b.invalidContext,p.context,C):void 0},checkErrors:function(){return g.is.hidden()&&g.error(b.visible,C),g.cache.element.height>g.cache.context.height?(g.reset(),void g.error(b.elementSize,C)):void 0},bind:{events:function(){w.on("load"+y,g.event.load).on("resize"+y,g.event.resize),k.off("scroll"+y).on("scroll"+y,g.event.scroll).on("scrollchange"+y,g.event.scrollchange)}},event:{load:function(){g.verbose("Page contents finished loading"),T(g.refresh)},resize:function(){g.verbose("Window resized"),T(g.refresh)},scroll:function(){T(function(){k.triggerHandler("scrollchange"+y,k.scrollTop())})},scrollchange:function(e,t){g.stick(t),p.onScroll.call(A)}},refresh:function(e){g.reset(),p.context||g.determineContext(),e&&g.determineContainer(),g.save.positions(),g.stick(),p.onReposition.call(A)},supports:{sticky:function(){var t=e("
    ");t[0];return t.addClass(v.supported),t.css("position").match("sticky")}},save:{lastScroll:function(e){g.lastScroll=e},elementScroll:function(e){g.elementScroll=e},positions:function(){var e={height:k.height()},t={margin:{top:parseInt(C.css("margin-top"),10),bottom:parseInt(C.css("margin-bottom"),10) -},offset:C.offset(),width:C.outerWidth(),height:C.outerHeight()},n={offset:m.offset(),height:m.outerHeight()};({height:a.outerHeight()});g.is.standardScroll()||(g.debug("Non-standard scroll. Removing scroll offset from element offset"),e.top=k.scrollTop(),e.left=k.scrollLeft(),t.offset.top+=e.top,n.offset.top+=e.top,t.offset.left+=e.left,n.offset.left+=e.left),g.cache={fits:t.heighte&&(t="up")),t},scrollChange:function(e){return e=e||k.scrollTop(),g.lastScroll?e-g.lastScroll:0},currentElementScroll:function(){return g.elementScroll?g.elementScroll:g.is.top()?Math.abs(parseInt(C.css("top"),10))||0:Math.abs(parseInt(C.css("bottom"),10))||0},elementScroll:function(e){e=e||k.scrollTop();var t=g.cache.element,n=g.cache.scrollContext,i=g.get.scrollChange(e),o=t.height-n.height+p.offset,a=g.get.currentElementScroll(),r=a+i;return a=g.cache.fits||0>r?0:r>o?o:r}},remove:{lastScroll:function(){delete g.lastScroll},elementScroll:function(e){delete g.elementScroll},offset:function(){C.css("margin-top","")}},set:{offset:function(){g.verbose("Setting offset on element",p.offset),C.css("margin-top",p.offset)},containerSize:function(){var e=a.get(0).tagName;"HTML"===e||"body"==e?g.determineContainer():Math.abs(a.outerHeight()-g.cache.context.height)>p.jitter&&(g.debug("Context has padding, specifying exact height for container",g.cache.context.height),a.css({height:g.cache.context.height}))},minimumSize:function(){var e=g.cache.element;a.css("min-height",e.height)},scroll:function(e){g.debug("Setting scroll on element",e),g.elementScroll!=e&&(g.is.top()&&C.css("bottom","").css("top",-e),g.is.bottom()&&C.css("top","").css("bottom",e))},size:function(){0!==g.cache.element.height&&0!==g.cache.element.width&&(A.style.setProperty("width",g.cache.element.width+"px","important"),A.style.setProperty("height",g.cache.element.height+"px","important"))}},is:{standardScroll:function(){return k[0]==t},top:function(){return C.hasClass(v.top)},bottom:function(){return C.hasClass(v.bottom)},initialPosition:function(){return!g.is.fixed()&&!g.is.bound()},hidden:function(){return!C.is(":visible")},bound:function(){return C.hasClass(v.bound)},fixed:function(){return C.hasClass(v.fixed)}},stick:function(e){var t=e||k.scrollTop(),n=g.cache,i=n.fits,o=n.element,a=n.scrollContext,r=n.context,s=g.is.bottom()&&p.pushing?p.bottomOffset:p.offset,e={top:t+s,bottom:t+s+a.height},c=(g.get.direction(e.top),i?0:g.get.elementScroll(e.top)),l=!i,u=0!==o.height;u&&(g.is.initialPosition()?e.top>=r.bottom?(g.debug("Initial element position is bottom of container"),g.bindBottom()):e.top>o.top&&(o.height+e.top-c>=r.bottom?(g.debug("Initial element position is bottom of container"),g.bindBottom()):(g.debug("Initial element position is fixed"),g.fixTop())):g.is.fixed()?g.is.top()?e.top<=o.top?(g.debug("Fixed element reached top of container"),g.setInitialPosition()):o.height+e.top-c>=r.bottom?(g.debug("Fixed element reached bottom of container"),g.bindBottom()):l&&(g.set.scroll(c),g.save.lastScroll(e.top),g.save.elementScroll(c)):g.is.bottom()&&(e.bottom-o.height<=o.top?(g.debug("Bottom fixed rail has reached top of container"),g.setInitialPosition()):e.bottom>=r.bottom?(g.debug("Bottom fixed rail has reached bottom of container"),g.bindBottom()):l&&(g.set.scroll(c),g.save.lastScroll(e.top),g.save.elementScroll(c))):g.is.bottom()&&(e.top<=o.top?(g.debug("Jumped from bottom fixed to top fixed, most likely used home/end button"),g.setInitialPosition()):p.pushing?g.is.bound()&&e.bottom<=r.bottom&&(g.debug("Fixing bottom attached element to bottom of browser."),g.fixBottom()):g.is.bound()&&e.top<=r.bottom-o.height&&(g.debug("Fixing bottom attached element to top of browser."),g.fixTop())))},bindTop:function(){g.debug("Binding element to top of parent container"),g.remove.offset(),C.css({left:"",top:"",marginBottom:""}).removeClass(v.fixed).removeClass(v.bottom).addClass(v.bound).addClass(v.top),p.onTop.call(A),p.onUnstick.call(A)},bindBottom:function(){g.debug("Binding element to bottom of parent container"),g.remove.offset(),C.css({left:"",top:""}).removeClass(v.fixed).removeClass(v.top).addClass(v.bound).addClass(v.bottom),p.onBottom.call(A),p.onUnstick.call(A)},setInitialPosition:function(){g.debug("Returning to initial position"),g.unfix(),g.unbind()},fixTop:function(){g.debug("Fixing element to top of page"),g.set.minimumSize(),g.set.offset(),C.css({left:g.cache.element.left,bottom:"",marginBottom:""}).removeClass(v.bound).removeClass(v.bottom).addClass(v.fixed).addClass(v.top),p.onStick.call(A)},fixBottom:function(){g.debug("Sticking element to bottom of page"),g.set.minimumSize(),g.set.offset(),C.css({left:g.cache.element.left,bottom:"",marginBottom:""}).removeClass(v.bound).removeClass(v.top).addClass(v.fixed).addClass(v.bottom),p.onStick.call(A)},unbind:function(){g.is.bound()&&(g.debug("Removing container bound position on element"),g.remove.offset(),C.removeClass(v.bound).removeClass(v.top).removeClass(v.bottom))},unfix:function(){g.is.fixed()&&(g.debug("Removing fixed position on element"),g.remove.offset(),C.removeClass(v.fixed).removeClass(v.top).removeClass(v.bottom),p.onUnstick.call(A))},reset:function(){g.debug("Reseting elements position"),g.unbind(),g.unfix(),g.resetCSS(),g.remove.offset(),g.remove.lastScroll()},resetCSS:function(){C.css({width:"",height:""}),a.css({height:""})},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,p,t);else{if(n===i)return p[t];p[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,g,t);else{if(n===i)return g[t];g[t]=n}},debug:function(){p.debug&&(p.performance?g.performance.log(arguments):(g.debug=Function.prototype.bind.call(console.info,console,p.name+":"),g.debug.apply(console,arguments)))},verbose:function(){p.verbose&&p.debug&&(p.performance?g.performance.log(arguments):(g.verbose=Function.prototype.bind.call(console.info,console,p.name+":"),g.verbose.apply(console,arguments)))},error:function(){g.error=Function.prototype.bind.call(console.error,console,p.name+":"),g.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;p.performance&&(t=(new Date).getTime(),i=s||t,n=t-i,s=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:A,"Execution Time":n})),clearTimeout(g.performance.timer),g.performance.timer=setTimeout(g.performance.display,0)},display:function(){var t=p.name+":",n=0;s=!1,clearTimeout(g.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),(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=S;return n=n||d,a=A||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}},u?(S===i&&g.initialize(),g.invoke(l)):(S!==i&&S.invoke("destroy"),g.initialize())}),o!==i?o:this},e.fn.sticky.settings={name:"Sticky",namespace:"sticky",debug:!1,verbose:!0,performance:!0,pushing:!1,context:!1,scrollContext:t,offset:0,bottomOffset:0,jitter:5,observeChanges:!1,onReposition:function(){},onScroll:function(){},onStick:function(){},onUnstick:function(){},onTop:function(){},onBottom:function(){},error:{container:"Sticky element must be inside a relative container",visible:"Element is hidden, you must call refresh after element becomes visible",method:"The method you called is not defined.",invalidContext:"Context specified does not exist",elementSize:"Sticky element is larger than its container, cannot create sticky."},className:{bound:"bound",fixed:"fixed",supported:"native",top:"top",bottom:"bottom"}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.tab=function(o){var a,r=e(e.isFunction(this)?t:this),s=r.selector||"",c=(new Date).getTime(),l=[],u=arguments[0],d="string"==typeof u,m=[].slice.call(arguments,1),f=!1;return r.each(function(){var g,p,v,h,b,y,x=e.isPlainObject(o)?e.extend(!0,{},e.fn.tab.settings,o):e.extend({},e.fn.tab.settings),C=x.className,w=x.metadata,k=x.selector,S=x.error,T="."+x.namespace,A="module-"+x.namespace,R=e(this),E={},P=!0,F=0,D=this,O=R.data(A);b={initialize:function(){b.debug("Initializing tab menu item",R),b.fix.callbacks(),b.determineTabs(),b.debug("Determining tabs",x.context,p),x.auto&&b.set.auto(),b.bind.events(),x.history&&!f&&(b.initializeHistory(),f=!0),b.instantiate()},instantiate:function(){b.verbose("Storing instance of module",b),O=b,R.data(A,b)},destroy:function(){b.debug("Destroying tabs",R),R.removeData(A).off(T)},bind:{events:function(){e.isWindow(D)||(b.debug("Attaching tab activation events to element",R),R.on("click"+T,b.event.click))}},determineTabs:function(){var t;"parent"===x.context?(R.closest(k.ui).length>0?(t=R.closest(k.ui),b.verbose("Using closest UI element as parent",t)):t=R,g=t.parent(),b.verbose("Determined parent element for creating context",g)):x.context?(g=e(x.context),b.verbose("Using selector for tab context",x.context,g)):g=e("body"),x.childrenOnly?(p=g.children(k.tabs),b.debug("Searching tab context children for tabs",g,p)):(p=g.find(k.tabs),b.debug("Searching tab context for tabs",g,p))},fix:{callbacks:function(){e.isPlainObject(o)&&(o.onTabLoad||o.onTabInit)&&(o.onTabLoad&&(o.onLoad=o.onTabLoad,delete o.onTabLoad,b.error(S.legacyLoad,o.onLoad)),o.onTabInit&&(o.onFirstLoad=o.onTabInit,delete o.onTabInit,b.error(S.legacyInit,o.onFirstLoad)),x=e.extend(!0,{},e.fn.tab.settings,o))}},initializeHistory:function(){if(b.debug("Initializing page state"),e.address===i)return b.error(S.state),!1;if("state"==x.historyType){if(b.debug("Using HTML5 to manage state"),x.path===!1)return b.error(S.path),!1;e.address.history(!0).state(x.path)}e.address.bind("change",b.event.history.change)},event:{click:function(t){var n=e(this).data(w.tab);n!==i?(x.history?(b.verbose("Updating page state",t),e.address.value(n)):(b.verbose("Changing tab",t),b.changeTab(n)),t.preventDefault()):b.debug("No tab specified")},history:{change:function(t){var n=t.pathNames.join("/")||b.get.initialPath(),o=x.templates.determineTitle(n)||!1;b.performance.display(),b.debug("History change event",n,t),y=t,n!==i&&b.changeTab(n),o&&e.address.title(o)}}},refresh:function(){v&&(b.debug("Refreshing tab",v),b.changeTab(v))},cache:{read:function(e){return e!==i?E[e]:!1},add:function(e,t){e=e||v,b.debug("Adding cached content for",e),E[e]=t},remove:function(e){e=e||v,b.debug("Removing cached content for",e),delete E[e]}},set:{auto:function(){var t="string"==typeof x.path?x.path.replace(/\/$/,"")+"/{$tab}":"/{$tab}";b.verbose("Setting up automatic tab retrieval from server",t),e.isPlainObject(x.apiSettings)?x.apiSettings.url=t:x.apiSettings={url:t}},loading:function(e){var t=b.get.tabElement(e),n=t.hasClass(C.loading);n||(b.verbose("Setting loading state for",t),t.addClass(C.loading).siblings(p).removeClass(C.active+" "+C.loading),t.length>0&&x.onRequest.call(t[0],e))},state:function(t){e.address.value(t)}},changeTab:function(n){var i=t.history&&t.history.pushState,o=i&&x.ignoreFirstLoad&&P,a=x.auto||e.isPlainObject(x.apiSettings),r=a&&!o?b.utilities.pathToArray(n):b.get.defaultPathArray(n);n=b.utilities.arrayToPath(r),e.each(r,function(t,i){var s,c,l,u,d=r.slice(0,t+1),m=b.utilities.arrayToPath(d),f=b.is.tab(m),p=t+1==r.length,k=b.get.tabElement(m);if(b.verbose("Looking for tab",i),f){if(b.verbose("Tab was found",i),v=m,h=b.utilities.filterArray(r,d),p?u=!0:(c=r.slice(0,t+2),l=b.utilities.arrayToPath(c),u=!b.is.tab(l),u&&b.verbose("Tab parameters found",c)),u&&a)return o?(b.debug("Ignoring remote content on first tab load",m),P=!1,b.cache.add(n,k.html()),b.activate.all(m),x.onFirstLoad.call(k[0],m,h,y),x.onLoad.call(k[0],m,h,y)):(b.activate.navigation(m),b.fetch.content(m,n)),!1;b.debug("Opened local tab",m),b.activate.all(m),b.cache.read(m)||(b.cache.add(m,!0),b.debug("First time tab loaded calling tab init"),x.onFirstLoad.call(k[0],m,h,y)),x.onLoad.call(k[0],m,h,y)}else{if(-1!=n.search("/")||""===n)return b.error(S.missingTab,R,g,m),!1;if(s=e("#"+n+', a[name="'+n+'"]'),m=s.closest("[data-tab]").data(w.tab),k=b.get.tabElement(m),s&&s.length>0&&m)return b.debug("Anchor link used, opening parent tab",k,s),k.hasClass(C.active)||setTimeout(function(){b.scrollTo(s)},0),b.activate.all(m),b.cache.read(m)||(b.cache.add(m,!0),b.debug("First time tab loaded calling tab init"),x.onFirstLoad.call(k[0],m,h,y)),x.onLoad.call(k[0],m,h,y),!1}})},scrollTo:function(t){var i=t&&t.length>0?t.offset().top:!1;i!==!1&&(b.debug("Forcing scroll to an in-page link in a hidden tab",i,t),e(n).scrollTop(i))},update:{content:function(e,t,n){var o=b.get.tabElement(e),a=o[0];n=n!==i?n:x.evaluateScripts,n?(b.debug("Updating HTML and evaluating inline scripts",e,t),o.html(t)):(b.debug("Updating HTML",e,t),a.innerHTML=t)}},fetch:{content:function(t,n){var o,a,r=b.get.tabElement(t),s={dataType:"html",encodeParameters:!1,on:"now",cache:x.alwaysRefresh,headers:{"X-Remote":!0},onSuccess:function(e){b.cache.add(n,e),b.update.content(t,e),t==v?(b.debug("Content loaded",t),b.activate.tab(t)):b.debug("Content loaded in background",t),x.onFirstLoad.call(r[0],t,h,y),x.onLoad.call(r[0],t,h,y)},urlData:{tab:n}},c=r.api("get request")||!1,l=c&&"pending"===c.state();n=n||t,a=b.cache.read(n),x.cache&&a?(b.activate.tab(t),b.debug("Adding cached content",n),"once"==x.evaluateScripts?b.update.content(t,a,!1):b.update.content(t,a),x.onLoad.call(r[0],t,h,y)):l?(b.set.loading(t),b.debug("Content is already loading",n)):e.api!==i?(o=e.extend(!0,{},x.apiSettings,s),b.debug("Retrieving remote content",n,o),b.set.loading(t),r.api(o)):b.error(S.api)}},activate:{all:function(e){b.activate.tab(e),b.activate.navigation(e)},tab:function(e){var t=b.get.tabElement(e),n=t.hasClass(C.active);b.verbose("Showing tab content for",t),n||(t.addClass(C.active).siblings(p).removeClass(C.active+" "+C.loading),t.length>0&&x.onVisible.call(t[0],e))},navigation:function(e){var t=b.get.navElement(e),n=t.hasClass(C.active);b.verbose("Activating tab navigation for",t,e),n||t.addClass(C.active).siblings(r).removeClass(C.active+" "+C.loading)}},deactivate:{all:function(){b.deactivate.navigation(),b.deactivate.tabs()},navigation:function(){r.removeClass(C.active)},tabs:function(){p.removeClass(C.active+" "+C.loading)}},is:{tab:function(e){return e!==i?b.get.tabElement(e).length>0:!1}},get:{initialPath:function(){return r.eq(0).data(w.tab)||p.eq(0).data(w.tab)},path:function(){return e.address.value()},defaultPathArray:function(e){return b.utilities.pathToArray(b.get.defaultPath(e))},defaultPath:function(e){var t=r.filter("[data-"+w.tab+'^="'+e+'/"]').eq(0),n=t.data(w.tab)||!1;if(n){if(b.debug("Found default tab",n),F0?t:n},tab:function(){return v}},utilities:{filterArray:function(t,n){return e.grep(t,function(t){return-1==e.inArray(t,n)})},last:function(t){return e.isArray(t)?t[t.length-1]:!1},pathToArray:function(e){return e===i&&(e=v),"string"==typeof e?e.split("/"):[e]},arrayToPath:function(t){return e.isArray(t)?t.join("/"):!1}},setting:function(t,n){if(b.debug("Changing setting",t,n),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,b,t);else{if(n===i)return b[t];b[t]=n}},debug:function(){x.debug&&(x.performance?b.performance.log(arguments):(b.debug=Function.prototype.bind.call(console.info,console,x.name+":"),b.debug.apply(console,arguments)))},verbose:function(){x.verbose&&x.debug&&(x.performance?b.performance.log(arguments):(b.verbose=Function.prototype.bind.call(console.info,console,x.name+":"),b.verbose.apply(console,arguments)))},error:function(){b.error=Function.prototype.bind.call(console.error,console,x.name+":"),b.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;x.performance&&(t=(new Date).getTime(),i=c||t,n=t-i,c=t,l.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:D,"Execution Time":n})),clearTimeout(b.performance.timer),b.performance.timer=setTimeout(b.performance.display,500)},display:function(){var t=x.name+":",n=0;c=!1,clearTimeout(b.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",s&&(t+=" '"+s+"'"),(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,o){var r,s,c,l=O;return n=n||m,o=D||o,"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):(b.error(S.method,t),!1);l=l[o]}})),e.isFunction(s)?c=s.apply(o,n):s!==i&&(c=s),e.isArray(a)?a.push(c):a!==i?a=[a,c]:c!==i&&(a=c),s}},d?(O===i&&b.initialize(),b.invoke(u)):(O!==i&&O.invoke("destroy"),b.initialize())}),a!==i?a:this},e.tab=function(){e(t).tab.apply(this,arguments)},e.fn.tab.settings={name:"Tab",namespace:"tab",debug:!1,verbose:!1,performance:!0,auto:!1,history:!1,historyType:"hash",path:!1,context:!1,childrenOnly:!1,maxDepth:25,alwaysRefresh:!1,cache:!0,ignoreFirstLoad:!1,apiSettings:!1,evaluateScripts:"once",onFirstLoad:function(e,t,n){},onLoad:function(e,t,n){},onVisible:function(e,t,n){},onRequest:function(e,t,n){},templates:{determineTitle:function(e){}},error:{api:"You attempted to load content without API module",method:"The method you called is not defined",missingTab:"Activated tab cannot be found. Tabs are case-sensitive.",noContent:"The tab you specified is missing a content url.",path:"History enabled, but no path was specified",recursion:"Max recursive depth reached",legacyInit:"onTabInit has been renamed to onFirstLoad in 2.0, please adjust your code.",legacyLoad:"onTabLoad has been renamed to onLoad in 2.0. Please adjust your code",state:"History requires Asual's Address library "},metadata:{tab:"tab",loaded:"loaded",promise:"promise"},className:{loading:"loading",active:"active"},selector:{tabs:".ui.tab",ui:".ui"}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.transition=function(){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),c=[],l=arguments,u=l[0],d=[].slice.call(arguments,1),m="string"==typeof u;t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)};return a.each(function(t){var f,g,p,v,h,b,y,x,C,w=e(this),k=this;C={initialize:function(){f=C.get.settings.apply(k,l),v=f.className,p=f.error,h=f.metadata,x="."+f.namespace,y="module-"+f.namespace,g=w.data(y)||C,b=C.get.animationEndEvent(),m&&(m=C.invoke(u)),m===!1&&(C.verbose("Converted arguments into settings object",f),f.interval?C.delay(f.animate):C.animate(),C.instantiate())},instantiate:function(){C.verbose("Storing instance of module",C),g=C,w.data(y,g)},destroy:function(){C.verbose("Destroying previous module for",k),w.removeData(y)},refresh:function(){C.verbose("Refreshing display type on next animation"),delete C.displayType},forceRepaint:function(){C.verbose("Forcing element repaint");var e=w.parent(),t=w.next();0===t.length?w.detach().appendTo(e):w.detach().insertBefore(t)},repaint:function(){C.verbose("Repainting element");k.offsetWidth},delay:function(e){var n,o,r=C.get.animationDirection();r||(r=C.can.transition()?C.get.direction():"static"),e=e!==i?e:f.interval,n="auto"==f.reverse&&r==v.outward,o=n||1==f.reverse?(a.length-t)*f.interval:t*f.interval,C.debug("Delaying animation by",o),setTimeout(C.animate,o)},animate:function(e){if(f=e||f,!C.is.supported())return C.error(p.support),!1;if(C.debug("Preparing animation",f.animation),C.is.animating()){if(f.queue)return!f.allowRepeats&&C.has.direction()&&C.is.occurring()&&C.queuing!==!0?C.debug("Animation is currently occurring, preventing queueing same animation",f.animation):C.queue(f.animation),!1;if(!f.allowRepeats&&C.is.occurring())return C.debug("Animation is already occurring, will not execute repeated animation",f.animation),!1;C.debug("New animation started, completing previous early",f.animation),g.complete()}C.can.animate()?C.set.animating(f.animation):C.error(p.noAnimation,f.animation,k)},reset:function(){C.debug("Resetting animation to beginning conditions"),C.remove.animationCallbacks(),C.restore.conditions(),C.remove.animating()},queue:function(e){C.debug("Queueing animation of",e),C.queuing=!0,w.one(b+".queue"+x,function(){C.queuing=!1,C.repaint(),C.animate.apply(this,f)})},complete:function(e){C.debug("Animation complete",f.animation),C.remove.completeCallback(),C.remove.failSafe(),C.is.looping()||(C.is.outward()?(C.verbose("Animation is outward, hiding element"),C.restore.conditions(),C.hide()):C.is.inward()?(C.verbose("Animation is outward, showing element"),C.restore.conditions(),C.show()):(C.verbose("Static animation completed"),C.restore.conditions(),f.onComplete.call(k)))},force:{visible:function(){var e=w.attr("style"),t=C.get.userStyle(),n=C.get.displayType(),o=t+"display: "+n+" !important;",a=w.css("display"),r=e===i||""===e;a!==n?(C.verbose("Overriding default display to show element",n),w.attr("style",o)):r&&w.removeAttr("style")},hidden:function(){var e=w.attr("style"),t=w.css("display"),n=e===i||""===e;"none"===t||C.is.hidden()?n&&w.removeAttr("style"):(C.verbose("Overriding default display to hide element"),w.css("display","none"))}},has:{direction:function(t){var n=!1;return t=t||f.animation,"string"==typeof t&&(t=t.split(" "),e.each(t,function(e,t){(t===v.inward||t===v.outward)&&(n=!0)})),n},inlineDisplay:function(){var t=w.attr("style")||"";return e.isArray(t.match(/display.*?;/,""))}},set:{animating:function(e){var t;C.remove.completeCallback(),e=e||f.animation,t=C.get.animationClass(e),C.save.animation(t),C.force.visible(),C.remove.hidden(),C.remove.direction(),C.start.animation(t)},duration:function(e,t){t=t||f.duration,t="number"==typeof t?t+"ms":t,(t||0===t)&&(C.verbose("Setting animation duration",t),w.css({"animation-duration":t}))},direction:function(e){e=e||C.get.direction(),e==v.inward?C.set.inward():C.set.outward()},looping:function(){C.debug("Transition set to loop"),w.addClass(v.looping)},hidden:function(){w.addClass(v.transition).addClass(v.hidden)},inward:function(){C.debug("Setting direction to inward"),w.removeClass(v.outward).addClass(v.inward)},outward:function(){C.debug("Setting direction to outward"),w.removeClass(v.inward).addClass(v.outward)},visible:function(){w.addClass(v.transition).addClass(v.visible)}},start:{animation:function(e){e=e||C.get.animationClass(),C.debug("Starting tween",e),w.addClass(e).one(b+".complete"+x,C.complete),f.useFailSafe&&C.add.failSafe(),C.set.duration(f.duration),f.onStart.call(k)}},save:{animation:function(e){C.cache||(C.cache={}),C.cache.animation=e},displayType:function(e){"none"!==e&&w.data(h.displayType,e)},transitionExists:function(t,n){e.fn.transition.exists[t]=n,C.verbose("Saving existence of transition",t,n)}},restore:{conditions:function(){var e=C.get.currentAnimation();e&&(w.removeClass(e),C.verbose("Removing animation class",C.cache)),C.remove.duration()}},add:{failSafe:function(){var e=C.get.duration();C.timer=setTimeout(function(){w.triggerHandler(b)},e+f.failSafeDelay),C.verbose("Adding fail safe timer",C.timer)}},remove:{animating:function(){w.removeClass(v.animating)},animationCallbacks:function(){C.remove.queueCallback(),C.remove.completeCallback()},queueCallback:function(){w.off(".queue"+x)},completeCallback:function(){w.off(".complete"+x)},display:function(){w.css("display","")},direction:function(){w.removeClass(v.inward).removeClass(v.outward)},duration:function(){w.css("animation-duration","")},failSafe:function(){C.verbose("Removing fail safe timer",C.timer),C.timer&&clearTimeout(C.timer)},hidden:function(){w.removeClass(v.hidden)},visible:function(){w.removeClass(v.visible)},looping:function(){C.debug("Transitions are no longer looping"),C.is.looping()&&(C.reset(),w.removeClass(v.looping))},transition:function(){w.removeClass(v.visible).removeClass(v.hidden)}},get:{settings:function(t,n,i){return"object"==typeof t?e.extend(!0,{},e.fn.transition.settings,t):"function"==typeof i?e.extend({},e.fn.transition.settings,{animation:t,onComplete:i,duration:n}):"string"==typeof n||"number"==typeof n?e.extend({},e.fn.transition.settings,{animation:t,duration:n}):"object"==typeof n?e.extend({},e.fn.transition.settings,n,{animation:t}):"function"==typeof n?e.extend({},e.fn.transition.settings,{animation:t,onComplete:n}):e.extend({},e.fn.transition.settings,{animation:t})},animationClass:function(e){var t=e||f.animation,n=C.can.transition()&&!C.has.direction()?C.get.direction()+" ":"";return v.animating+" "+v.transition+" "+n+t},currentAnimation:function(){return C.cache&&C.cache.animation!==i?C.cache.animation:!1},currentDirection:function(){return C.is.inward()?v.inward:v.outward},direction:function(){return C.is.hidden()||!C.is.visible()?v.inward:v.outward},animationDirection:function(t){var n;return t=t||f.animation,"string"==typeof t&&(t=t.split(" "),e.each(t,function(e,t){t===v.inward?n=v.inward:t===v.outward&&(n=v.outward)})),n?n:!1},duration:function(e){return e=e||f.duration,e===!1&&(e=w.css("animation-duration")||0),"string"==typeof e?e.indexOf("ms")>-1?parseFloat(e):1e3*parseFloat(e):e},displayType:function(){return f.displayType?f.displayType:(w.data(h.displayType)===i&&C.can.transition(!0),w.data(h.displayType))},userStyle:function(e){return e=e||w.attr("style")||"",e.replace(/display.*?;/,"")},transitionExists:function(t){return e.fn.transition.exists[t]},animationStartEvent:function(){var e,t=n.createElement("div"),o={animation:"animationstart",OAnimation:"oAnimationStart",MozAnimation:"mozAnimationStart",WebkitAnimation:"webkitAnimationStart"};for(e in o)if(t.style[e]!==i)return o[e];return!1},animationEndEvent:function(){var e,t=n.createElement("div"),o={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"mozAnimationEnd",WebkitAnimation:"webkitAnimationEnd"};for(e in o)if(t.style[e]!==i)return o[e];return!1}},can:{transition:function(t){var n,o,a,r,s,c,l,u=f.animation,d=C.get.transitionExists(u);if(d===i||t){if(C.verbose("Determining whether animation exists"),n=w.attr("class"),o=w.prop("tagName"),a=e("<"+o+" />").addClass(n).insertAfter(w),r=a.addClass(u).removeClass(v.inward).removeClass(v.outward).addClass(v.animating).addClass(v.transition).css("animationName"),s=a.addClass(v.inward).css("animationName"),l=a.attr("class",n).removeAttr("style").removeClass(v.hidden).removeClass(v.visible).show().css("display"),C.verbose("Determining final display state",l),C.save.displayType(l),a.remove(),r!=s)C.debug("Direction exists for animation",u),c=!0;else{if("none"==r||!r)return void C.debug("No animation defined in css",u);C.debug("Static animation found",u,l),c=!1}C.save.transitionExists(u,c)}return d!==i?d:c},animate:function(){return C.can.transition()!==i}},is:{animating:function(){return w.hasClass(v.animating)},inward:function(){return w.hasClass(v.inward)},outward:function(){return w.hasClass(v.outward)},looping:function(){return w.hasClass(v.looping)},occurring:function(e){return e=e||f.animation,e="."+e.replace(" ","."),w.filter(e).length>0},visible:function(){return w.is(":visible")},hidden:function(){return"hidden"===w.css("visibility")},supported:function(){return b!==!1}},hide:function(){C.verbose("Hiding element"),C.is.animating()&&C.reset(),k.blur(),C.remove.display(),C.remove.visible(),C.set.hidden(),C.force.hidden(),f.onHide.call(k),f.onComplete.call(k)},show:function(e){C.verbose("Showing element",e),C.remove.hidden(),C.set.visible(),C.force.visible(),f.onShow.call(k),f.onComplete.call(k)},toggle:function(){C.is.visible()?C.hide():C.show()},stop:function(){C.debug("Stopping current animation"),w.triggerHandler(b)},stopAll:function(){C.debug("Stopping all animation"),C.remove.queueCallback(),w.triggerHandler(b)},clear:{queue:function(){C.debug("Clearing animation queue"),C.remove.queueCallback()}},enable:function(){C.verbose("Starting animation"),w.removeClass(v.disabled)},disable:function(){C.debug("Stopping animation"),w.addClass(v.disabled)},setting:function(t,n){if(C.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){if(e.isPlainObject(t))e.extend(!0,C,t);else{if(n===i)return C[t];C[t]=n}},debug:function(){f.debug&&(f.performance?C.performance.log(arguments):(C.debug=Function.prototype.bind.call(console.info,console,f.name+":"),C.debug.apply(console,arguments)))},verbose:function(){f.verbose&&f.debug&&(f.performance?C.performance.log(arguments):(C.verbose=Function.prototype.bind.call(console.info,console,f.name+":"),C.verbose.apply(console,arguments)))},error:function(){C.error=Function.prototype.bind.call(console.error,console,f.name+":"),C.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;f.performance&&(t=(new Date).getTime(),i=s||t,n=t-i,s=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:k,"Execution Time":n})),clearTimeout(C.performance.timer),C.performance.timer=setTimeout(C.performance.display,500)},display:function(){var t=f.name+":",n=0;s=!1,clearTimeout(C.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=g;return n=n||d,a=k||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!==i?s:!1}},C.initialize()}),o!==i?o:this},e.fn.transition.exists={},e.fn.transition.settings={name:"Transition",debug:!1,verbose:!1,performance:!0,namespace:"transition",interval:0,reverse:"auto",onStart:function(){},onComplete:function(){},onShow:function(){},onHide:function(){},useFailSafe:!0,failSafeDelay:100,allowRepeats:!1,displayType:!1,animation:"fade",duration:!1,queue:!0,metadata:{displayType:"display"},className:{animating:"animating",disabled:"disabled",hidden:"hidden",inward:"in",loading:"loading",looping:"looping",outward:"out",transition:"transition",visible:"visible"},error:{noAnimation:"There is no css animation matching the one you specified. Please make sure your css is vendor prefixed, and you have included transition css.",repeated:"That animation is already occurring, cancelling repeated animation",method:"The method you called is not defined", -support:"This browser does not support CSS animations"}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.api=e.fn.api=function(n){var o,a=e(e.isFunction(this)?t:this),r=a.selector||"",s=(new Date).getTime(),c=[],l=arguments[0],u="string"==typeof l,d=[].slice.call(arguments,1);return a.each(function(){var a,m,f,g,p,v,h=e.isPlainObject(n)?e.extend(!0,{},e.fn.api.settings,n):e.extend({},e.fn.api.settings),b=h.namespace,y=h.metadata,x=h.selector,C=h.error,w=h.className,k="."+b,S="module-"+b,T=e(this),A=T.closest(x.form),R=h.stateContext?e(h.stateContext):T,E=this,P=R[0],F=T.data(S);v={initialize:function(){u||v.bind.events(),v.instantiate()},instantiate:function(){v.verbose("Storing instance of module",v),F=v,T.data(S,F)},destroy:function(){v.verbose("Destroying previous module for",E),T.removeData(S).off(k)},bind:{events:function(){var e=v.get.event();e?(v.verbose("Attaching API events to element",e),T.on(e+k,v.event.trigger)):"now"==h.on&&(v.debug("Querying API endpoint immediately"),v.query())}},decode:{json:function(e){if(e!==i&&"string"==typeof e)try{e=JSON.parse(e)}catch(t){}return e}},read:{cachedResponse:function(e){var n;return t.Storage===i?void v.error(C.noStorage):(n=sessionStorage.getItem(e),v.debug("Using cached response",e,n),n=v.decode.json(n),!1)}},write:{cachedResponse:function(n,o){return o&&""===o?void v.debug("Response empty, not caching",o):t.Storage===i?void v.error(C.noStorage):(e.isPlainObject(o)&&(o=JSON.stringify(o)),sessionStorage.setItem(n,o),void v.verbose("Storing cached response for url",n,o))}},query:function(){if(v.is.disabled())return void v.debug("Element is disabled API request aborted");if(v.is.loading()){if(!h.interruptRequests)return void v.debug("Cancelling request, previous request is still pending");v.debug("Interrupting previous request"),v.abort()}return h.defaultData&&e.extend(!0,h.urlData,v.get.defaultData()),h.serializeForm&&(h.data=v.add.formData(h.data)),m=v.get.settings(),m===!1?(v.cancelled=!0,void v.error(C.beforeSend)):(v.cancelled=!1,f=v.get.templatedURL(),f||v.is.mocked()?(f=v.add.urlData(f),f||v.is.mocked()?(a=e.extend(!0,{},h,{type:h.method||h.type,data:g,url:h.base+f,beforeSend:h.beforeXHR,success:function(){},failure:function(){},complete:function(){}}),v.debug("Querying URL",a.url),v.verbose("Using AJAX settings",a),"local"===h.cache&&v.read.cachedResponse(f)?(v.debug("Response returned from local cache"),v.request=v.create.request(),void v.request.resolveWith(P,[v.read.cachedResponse(f)])):void(h.throttle?h.throttleFirstRequest||v.timer?(v.debug("Throttling request",h.throttle),clearTimeout(v.timer),v.timer=setTimeout(function(){v.timer&&delete v.timer,v.debug("Sending throttled request",g,a.method),v.send.request()},h.throttle)):(v.debug("Sending request",g,a.method),v.send.request(),v.timer=setTimeout(function(){},h.throttle)):(v.debug("Sending request",g,a.method),v.send.request()))):void 0):void v.error(C.missingURL))},should:{removeError:function(){return h.hideError===!0||"auto"===h.hideError&&!v.is.form()}},is:{disabled:function(){return T.filter(x.disabled).length>0},form:function(){return T.is("form")||R.is("form")},mocked:function(){return h.mockResponse||h.mockResponseAsync},input:function(){return T.is("input")},loading:function(){return v.request&&"pending"==v.request.state()},abortedRequest:function(e){return e&&e.readyState!==i&&0===e.readyState?(v.verbose("XHR request determined to be aborted"),!0):(v.verbose("XHR request was not aborted"),!1)},validResponse:function(t){return"json"!==h.dataType&&"jsonp"!==h.dataType||!e.isFunction(h.successTest)?(v.verbose("Response is not JSON, skipping validation",h.successTest,t),!0):(v.debug("Checking JSON returned success",h.successTest,t),h.successTest(t)?(v.debug("Response passed success test",t),!0):(v.debug("Response failed success test",t),!1))}},was:{cancelled:function(){return v.cancelled||!1},succesful:function(){return v.request&&"resolved"==v.request.state()},failure:function(){return v.request&&"rejected"==v.request.state()},complete:function(){return v.request&&("resolved"==v.request.state()||"rejected"==v.request.state())}},add:{urlData:function(t,n){var o,a;return t&&(o=t.match(h.regExp.required),a=t.match(h.regExp.optional),n=n||h.urlData,o&&(v.debug("Looking for required URL variables",o),e.each(o,function(o,a){var r=-1!==a.indexOf("$")?a.substr(2,a.length-3):a.substr(1,a.length-2),s=e.isPlainObject(n)&&n[r]!==i?n[r]:T.data(r)!==i?T.data(r):R.data(r)!==i?R.data(r):n[r];return s===i?(v.error(C.requiredParameter,r,t),t=!1,!1):(v.verbose("Found required variable",r,s),s=h.encodeParameters?v.get.urlEncodedValue(s):s,t=t.replace(a,s),void 0)})),a&&(v.debug("Looking for optional URL variables",o),e.each(a,function(o,a){var r=-1!==a.indexOf("$")?a.substr(3,a.length-4):a.substr(2,a.length-3),s=e.isPlainObject(n)&&n[r]!==i?n[r]:T.data(r)!==i?T.data(r):R.data(r)!==i?R.data(r):n[r];s!==i?(v.verbose("Optional variable Found",r,s),t=t.replace(a,s)):(v.verbose("Optional variable not found",r),t=-1!==t.indexOf("/"+a)?t.replace("/"+a,""):t.replace(a,""))}))),t},formData:function(t){var n,o=e.fn.serializeObject!==i,a=o?A.serializeObject():A.serialize();return t=t||h.data,n=e.isPlainObject(t),n?o?(v.debug("Extending existing data with form data",t,a),t=e.extend(!0,{},t,a)):(v.error(C.missingSerialize),v.debug("Cant extend data. Replacing data with form data",t,a),t=a):(v.debug("Adding form data",a),t=a),t}},send:{request:function(){v.set.loading(),v.request=v.create.request(),v.is.mocked()?v.mockedXHR=v.create.mockedXHR():v.xhr=v.create.xhr(),h.onRequest.call(P,v.request,v.xhr)}},event:{trigger:function(e){v.query(),("submit"==e.type||"click"==e.type)&&e.preventDefault()},xhr:{always:function(){},done:function(t,n,i){var o=this,a=(new Date).getTime()-p,r=h.loadingDuration-a,s=e.isFunction(h.onResponse)?h.onResponse.call(o,e.extend(!0,{},t)):!1;r=r>0?r:0,s&&(v.debug("Modified API response in onResponse callback",h.onResponse,s,t),t=s),r>0&&v.debug("Response completed early delaying state change by",r),setTimeout(function(){v.is.validResponse(t)?v.request.resolveWith(o,[t,i]):v.request.rejectWith(o,[i,"invalid"])},r)},fail:function(e,t,n){var i=this,o=(new Date).getTime()-p,a=h.loadingDuration-o;a=a>0?a:0,a>0&&v.debug("Response completed early delaying state change by",a),setTimeout(function(){v.is.abortedRequest(e)?v.request.rejectWith(i,[e,"aborted",n]):v.request.rejectWith(i,[e,"error",t,n])},a)}},request:{done:function(e,t){v.debug("Successful API Response",e),"local"===h.cache&&f&&(v.write.cachedResponse(f,e),v.debug("Saving server response locally",v.cache)),h.onSuccess.call(P,e,T,t)},complete:function(e,t){var n,i;v.was.succesful()?(i=e,n=t):(n=e,i=v.get.responseFromXHR(n)),v.remove.loading(),h.onComplete.call(P,i,T,n)},fail:function(e,t,n){var o=v.get.responseFromXHR(e),r=v.get.errorFromRequest(o,t,n);"aborted"==t?(v.debug("XHR Aborted (Most likely caused by page navigation or CORS Policy)",t,n),h.onAbort.call(P,t,T,e)):"invalid"==t?v.debug("JSON did not pass success test. A server-side error has most likely occurred",o):"error"==t&&e!==i&&(v.debug("XHR produced a server error",t,n),200!=e.status&&n!==i&&""!==n&&v.error(C.statusMessage+n,a.url),h.onError.call(P,r,T,e)),h.errorDuration&&"aborted"!==t&&(v.debug("Adding error state"),v.set.error(),v.should.removeError()&&setTimeout(v.remove.error,h.errorDuration)),v.debug("API Request failed",r,e),h.onFailure.call(P,o,T,e)}}},create:{request:function(){return e.Deferred().always(v.event.request.complete).done(v.event.request.done).fail(v.event.request.fail)},mockedXHR:function(){var t,n,i,o=!1,a=!1,r=!1;return i=e.Deferred().always(v.event.xhr.complete).done(v.event.xhr.done).fail(v.event.xhr.fail),h.mockResponse?(e.isFunction(h.mockResponse)?(v.debug("Using mocked callback returning response",h.mockResponse),n=h.mockResponse.call(P,h)):(v.debug("Using specified response",h.mockResponse),n=h.mockResponse),i.resolveWith(P,[n,o,{responseText:n}])):e.isFunction(h.mockResponseAsync)&&(t=function(e){v.debug("Async callback returned response",e),e?i.resolveWith(P,[e,o,{responseText:e}]):i.rejectWith(P,[{responseText:e},a,r])},v.debug("Using async mocked response",h.mockResponseAsync),h.mockResponseAsync.call(P,h,t)),i},xhr:function(){var t;return t=e.ajax(a).always(v.event.xhr.always).done(v.event.xhr.done).fail(v.event.xhr.fail),v.verbose("Created server request",t),t}},set:{error:function(){v.verbose("Adding error state to element",R),R.addClass(w.error)},loading:function(){v.verbose("Adding loading state to element",R),R.addClass(w.loading),p=(new Date).getTime()}},remove:{error:function(){v.verbose("Removing error state from element",R),R.removeClass(w.error)},loading:function(){v.verbose("Removing loading state from element",R),R.removeClass(w.loading)}},get:{responseFromXHR:function(t){return e.isPlainObject(t)?"json"==h.dataType||"jsonp"==h.dataType?v.decode.json(t.responseText):t.responseText:!1},errorFromRequest:function(t,n,o){return e.isPlainObject(t)&&t.error!==i?t.error:h.error[n]!==i?h.error[n]:o},request:function(){return v.request||!1},xhr:function(){return v.xhr||!1},settings:function(){var e;return e=h.beforeSend.call(P,h),e&&(e.success!==i&&(v.debug("Legacy success callback detected",e),v.error(C.legacyParameters,e.success),e.onSuccess=e.success),e.failure!==i&&(v.debug("Legacy failure callback detected",e),v.error(C.legacyParameters,e.failure),e.onFailure=e.failure),e.complete!==i&&(v.debug("Legacy complete callback detected",e),v.error(C.legacyParameters,e.complete),e.onComplete=e.complete)),e===i&&v.error(C.noReturnedValue),e!==i?e:h},urlEncodedValue:function(e){var n=t.decodeURIComponent(e),i=t.encodeURIComponent(e),o=n!==e;return o?(v.debug("URL value is already encoded, avoiding double encoding",e),e):(v.verbose("Encoding value using encodeURIComponent",e,i),i)},defaultData:function(){var t={};return e.isWindow(E)||(v.is.input()?t.value=T.val():v.is.form()&&(t.text=T.text())),t},event:function(){return e.isWindow(E)||"now"==h.on?(v.debug("API called without element, no events attached"),!1):"auto"==h.on?T.is("input")?E.oninput!==i?"input":E.onpropertychange!==i?"propertychange":"keyup":T.is("form")?"submit":"click":h.on},templatedURL:function(e){if(e=e||T.data(y.action)||h.action||!1,f=T.data(y.url)||h.url||!1)return v.debug("Using specified url",f),f;if(e){if(v.debug("Looking up url for action",e,h.api),h.api[e]===i&&!v.is.mocked())return void v.error(C.missingAction,h.action,h.api);f=h.api[e]}else v.is.form()&&(f=T.attr("action")||R.attr("action")||!1,v.debug("No url or action specified, defaulting to form action",f));return f}},abort:function(){var e=v.get.xhr();e&&"resolved"!==e.state()&&(v.debug("Cancelling API request"),e.abort())},reset:function(){v.remove.error(),v.remove.loading()},setting:function(t,n){if(v.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,h,t);else{if(n===i)return h[t];h[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,v,t);else{if(n===i)return v[t];v[t]=n}},debug:function(){h.debug&&(h.performance?v.performance.log(arguments):(v.debug=Function.prototype.bind.call(console.info,console,h.name+":"),v.debug.apply(console,arguments)))},verbose:function(){h.verbose&&h.debug&&(h.performance?v.performance.log(arguments):(v.verbose=Function.prototype.bind.call(console.info,console,h.name+":"),v.verbose.apply(console,arguments)))},error:function(){v.error=Function.prototype.bind.call(console.error,console,h.name+":"),v.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;h.performance&&(t=(new Date).getTime(),i=s||t,n=t-i,s=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"","Execution Time":n})),clearTimeout(v.performance.timer),v.performance.timer=setTimeout(v.performance.display,500)},display:function(){var t=h.name+":",n=0;s=!1,clearTimeout(v.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),(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=F;return n=n||d,a=E||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):(v.error(C.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}},u?(F===i&&v.initialize(),v.invoke(l)):(F!==i&&F.invoke("destroy"),v.initialize())}),o!==i?o:this},e.api.settings={name:"API",namespace:"api",debug:!1,verbose:!1,performance:!0,api:{},cache:!0,interruptRequests:!0,on:"auto",stateContext:!1,loadingDuration:0,hideError:"auto",errorDuration:2e3,encodeParameters:!0,action:!1,url:!1,base:"",urlData:{},defaultData:!0,serializeForm:!1,throttle:0,throttleFirstRequest:!0,method:"get",data:{},dataType:"json",mockResponse:!1,mockResponseAsync:!1,beforeSend:function(e){return e},beforeXHR:function(e){},onRequest:function(e,t){},onResponse:!1,onSuccess:function(e,t){},onComplete:function(e,t){},onFailure:function(e,t){},onError:function(e,t){},onAbort:function(e,t){},successTest:!1,error:{beforeSend:"The before send function has aborted the request",error:"There was an error with your request",exitConditions:"API Request Aborted. Exit conditions met",JSONParse:"JSON could not be parsed during error handling",legacyParameters:"You are using legacy API success callback names",method:"The method you called is not defined",missingAction:"API action used but no url was defined",missingSerialize:"jquery-serialize-object is required to add form data to an existing data object",missingURL:"No URL specified for api event",noReturnedValue:"The beforeSend callback must return a settings object, beforeSend ignored.",noStorage:"Caching responses locally requires session storage",parseError:"There was an error parsing your request",requiredParameter:"Missing a required URL parameter: ",statusMessage:"Server gave an error: ",timeout:"Your request timed out"},regExp:{required:/\{\$*[A-z0-9]+\}/g,optional:/\{\/\$*[A-z0-9]+\}/g},className:{loading:"loading",error:"error"},selector:{disabled:".disabled",form:"form"},metadata:{action:"action",url:"url"}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.state=function(t){var o,a=e(this),r=a.selector||"",s=("ontouchstart"in n.documentElement,(new Date).getTime()),c=[],l=arguments[0],u="string"==typeof l,d=[].slice.call(arguments,1);return a.each(function(){var n,m=e.isPlainObject(t)?e.extend(!0,{},e.fn.state.settings,t):e.extend({},e.fn.state.settings),f=m.error,g=m.metadata,p=m.className,v=m.namespace,h=m.states,b=m.text,y="."+v,x=v+"-module",C=e(this),w=this,k=C.data(x);n={initialize:function(){n.verbose("Initializing module"),m.automatic&&n.add.defaults(),m.context&&""!==r?e(m.context).on(r,"mouseenter"+y,n.change.text).on(r,"mouseleave"+y,n.reset.text).on(r,"click"+y,n.toggle.state):C.on("mouseenter"+y,n.change.text).on("mouseleave"+y,n.reset.text).on("click"+y,n.toggle.state),n.instantiate()},instantiate:function(){n.verbose("Storing instance of module",n),k=n,C.data(x,n)},destroy:function(){n.verbose("Destroying previous module",k),C.off(y).removeData(x)},refresh:function(){n.verbose("Refreshing selector cache"),C=e(w)},add:{defaults:function(){var o=t&&e.isPlainObject(t.states)?t.states:{};e.each(m.defaults,function(t,a){n.is[t]!==i&&n.is[t]()&&(n.verbose("Adding default states",t,w),e.extend(m.states,a,o))})}},is:{active:function(){return C.hasClass(p.active)},loading:function(){return C.hasClass(p.loading)},inactive:function(){return!C.hasClass(p.active)},state:function(e){return p[e]===i?!1:C.hasClass(p[e])},enabled:function(){return!C.is(m.filter.active)},disabled:function(){return C.is(m.filter.active)},textEnabled:function(){return!C.is(m.filter.text)},button:function(){return C.is(".button:not(a, .submit)")},input:function(){return C.is("input")},progress:function(){return C.is(".ui.progress")}},allow:function(e){n.debug("Now allowing state",e),h[e]=!0},disallow:function(e){n.debug("No longer allowing",e),h[e]=!1},allows:function(e){return h[e]||!1},enable:function(){C.removeClass(p.disabled)},disable:function(){C.addClass(p.disabled)},setState:function(e){n.allows(e)&&C.addClass(p[e])},removeState:function(e){n.allows(e)&&C.removeClass(p[e])},toggle:{state:function(){var t,o;if(n.allows("active")&&n.is.enabled()){if(n.refresh(),e.fn.api!==i)if(t=C.api("get request"),o=C.api("was cancelled"))n.debug("API Request cancelled by beforesend"),m.activateTest=function(){return!1},m.deactivateTest=function(){return!1};else if(t)return void n.listenTo(t);n.change.state()}}},listenTo:function(t){n.debug("API request detected, waiting for state signal",t),t&&(b.loading&&n.update.text(b.loading),e.when(t).then(function(){"resolved"==t.state()?(n.debug("API request succeeded"),m.activateTest=function(){return!0},m.deactivateTest=function(){return!0}):(n.debug("API request failed"),m.activateTest=function(){return!1},m.deactivateTest=function(){return!1}),n.change.state()}))},change:{state:function(){n.debug("Determining state change direction"),n.is.inactive()?n.activate():n.deactivate(),m.sync&&n.sync(),m.onChange.call(w)},text:function(){n.is.textEnabled()&&(n.is.disabled()?(n.verbose("Changing text to disabled text",b.hover),n.update.text(b.disabled)):n.is.active()?b.hover?(n.verbose("Changing text to hover text",b.hover),n.update.text(b.hover)):b.deactivate&&(n.verbose("Changing text to deactivating text",b.deactivate),n.update.text(b.deactivate)):b.hover?(n.verbose("Changing text to hover text",b.hover),n.update.text(b.hover)):b.activate&&(n.verbose("Changing text to activating text",b.activate),n.update.text(b.activate)))}},activate:function(){m.activateTest.call(w)&&(n.debug("Setting state to active"),C.addClass(p.active),n.update.text(b.active),m.onActivate.call(w))},deactivate:function(){m.deactivateTest.call(w)&&(n.debug("Setting state to inactive"),C.removeClass(p.active),n.update.text(b.inactive),m.onDeactivate.call(w))},sync:function(){n.verbose("Syncing other buttons to current state"),n.is.active()?a.not(C).state("activate"):a.not(C).state("deactivate")},get:{text:function(){return m.selector.text?C.find(m.selector.text).text():C.html()},textFor:function(e){return b[e]||!1}},flash:{text:function(e,t,i){var o=n.get.text();n.debug("Flashing text message",e,t),e=e||m.text.flash,t=t||m.flashDuration,i=i||function(){},n.update.text(e),setTimeout(function(){n.update.text(o),i.call(w)},t)}},reset:{text:function(){var e=b.active||C.data(g.storedText),t=b.inactive||C.data(g.storedText);n.is.textEnabled()&&(n.is.active()&&e?(n.verbose("Resetting active text",e),n.update.text(e)):t&&(n.verbose("Resetting inactive text",e),n.update.text(t)))}},update:{text:function(e){var t=n.get.text();e&&e!==t?(n.debug("Updating text",e),m.selector.text?C.data(g.storedText,e).find(m.selector.text).text(e):C.data(g.storedText,e).html(e)):n.debug("Text is already set, ignoring update",e)}},setting:function(t,o){if(n.debug("Changing setting",t,o),e.isPlainObject(t))e.extend(!0,m,t);else{if(o===i)return m[t];m[t]=o}},internal:function(t,o){if(e.isPlainObject(t))e.extend(!0,n,t);else{if(o===i)return n[t];n[t]=o}},debug:function(){m.debug&&(m.performance?n.performance.log(arguments):(n.debug=Function.prototype.bind.call(console.info,console,m.name+":"),n.debug.apply(console,arguments)))},verbose:function(){m.verbose&&m.debug&&(m.performance?n.performance.log(arguments):(n.verbose=Function.prototype.bind.call(console.info,console,m.name+":"),n.verbose.apply(console,arguments)))},error:function(){n.error=Function.prototype.bind.call(console.error,console,m.name+":"),n.error.apply(console,arguments)},performance:{log:function(e){var t,i,o;m.performance&&(t=(new Date).getTime(),o=s||t,i=t-o,s=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:w,"Execution Time":i})),clearTimeout(n.performance.timer),n.performance.timer=setTimeout(n.performance.display,500)},display:function(){var t=m.name+":",o=0;s=!1,clearTimeout(n.performance.timer),e.each(c,function(e,t){o+=t["Execution Time"]}),t+=" "+o+"ms",r&&(t+=" '"+r+"'"),(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,a,r){var s,c,l,u=k;return a=a||d,r=w||r,"string"==typeof t&&u!==i&&(t=t.split(/[\. ]/),s=t.length-1,e.each(t,function(o,a){var r=o!=s?a+t[o+1].charAt(0).toUpperCase()+t[o+1].slice(1):t;if(e.isPlainObject(u[r])&&o!=s)u=u[r];else{if(u[r]!==i)return c=u[r],!1;if(!e.isPlainObject(u[a])||o==s)return u[a]!==i?(c=u[a],!1):(n.error(f.method,t),!1);u=u[a]}})),e.isFunction(c)?l=c.apply(r,a):c!==i&&(l=c),e.isArray(o)?o.push(l):o!==i?o=[o,l]:l!==i&&(o=l),c}},u?(k===i&&n.initialize(),n.invoke(l)):(k!==i&&k.invoke("destroy"),n.initialize())}),o!==i?o:this},e.fn.state.settings={name:"State",debug:!1,verbose:!1,namespace:"state",performance:!0,onActivate:function(){},onDeactivate:function(){},onChange:function(){},activateTest:function(){return!0},deactivateTest:function(){return!0},automatic:!0,sync:!1,flashDuration:1e3,filter:{text:".loading, .disabled",active:".disabled"},context:!1,error:{beforeSend:"The before send function has cancelled state change",method:"The method you called is not defined."},metadata:{promise:"promise",storedText:"stored-text"},className:{active:"active",disabled:"disabled",error:"error",loading:"loading",success:"success",warning:"warning"},selector:{text:!1},defaults:{input:{disabled:!0,loading:!0,active:!0},button:{disabled:!0,loading:!0,active:!0},progress:{active:!0,success:!0,warning:!0,error:!0}},states:{active:!0,disabled:!0,error:!0,loading:!0,success:!0,warning:!0},text:{disabled:!1,flash:!1,hover:!1,active:!1,inactive:!1,activate:!1,deactivate:!1}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.visibility=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,p=e.isPlainObject(o)?e.extend(!0,{},e.fn.visibility.settings,o):e.extend({},e.fn.visibility.settings),v=p.className,h=p.namespace,b=p.error,y=p.metadata,x="."+h,C="module-"+h,w=e(t),k=e(this),S=e(p.context),T=(k.selector||"",k.data(C)),A=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)},R=this,E=!1;g={initialize:function(){g.debug("Initializing",p),g.setup.cache(),g.should.trackChanges()&&("image"==p.type&&g.setup.image(),"fixed"==p.type&&g.setup.fixed(),p.observeChanges&&g.observeChanges(),g.bind.events()),g.save.position(),g.is.visible()||g.error(b.visible,k),p.initialCheck&&g.checkVisibility(),g.instantiate()},instantiate:function(){g.debug("Storing instance",g),k.data(C,g),T=g},destroy:function(){g.verbose("Destroying previous module"),f&&f.disconnect(),w.off("load"+x,g.event.load).off("resize"+x,g.event.resize),S.off("scrollchange"+x,g.event.scrollchange),k.off(x).removeData(C)},observeChanges:function(){"MutationObserver"in t&&(f=new MutationObserver(function(e){g.verbose("DOM tree modified, updating visibility calculations"),g.timer=setTimeout(function(){g.verbose("DOM tree modified, updating sticky menu"),g.refresh()},100)}),f.observe(R,{childList:!0,subtree:!0}),g.debug("Setting up mutation observer",f))},bind:{events:function(){g.verbose("Binding visibility events to scroll and resize"),p.refreshOnLoad&&w.on("load"+x,g.event.load),w.on("resize"+x,g.event.resize),S.off("scroll"+x).on("scroll"+x,g.event.scroll).on("scrollchange"+x,g.event.scrollchange)}},event:{resize:function(){g.debug("Window resized"),p.refreshOnResize&&A(g.refresh)},load:function(){g.debug("Page finished loading"),A(g.refresh)},scroll:function(){p.throttle?(clearTimeout(g.timer),g.timer=setTimeout(function(){S.triggerHandler("scrollchange"+x,[S.scrollTop()])},p.throttle)):A(function(){S.triggerHandler("scrollchange"+x,[S.scrollTop()])})},scrollchange:function(e,t){g.checkVisibility(t)}},precache:function(t,i){t instanceof Array||(t=[t]);for(var o=t.length,a=0,r=[],s=n.createElement("img"),c=function(){a++,a>=t.length&&e.isFunction(i)&&i()};o--;)s=n.createElement("img"),s.onload=c,s.onerror=c,s.src=t[o],r.push(s)},enableCallbacks:function(){g.debug("Allowing callbacks to occur"),E=!1},disableCallbacks:function(){g.debug("Disabling all callbacks temporarily"),E=!0},should:{trackChanges:function(){return d?(g.debug("One time query, no need to bind events"),!1):(g.debug("Callbacks being attached"),!0)}},setup:{cache:function(){g.cache={occurred:{},screen:{},element:{}}},image:function(){var e=k.data(y.src);e&&(g.verbose("Lazy loading image",e),p.once=!0,p.observeChanges=!1,p.onOnScreen=function(){g.debug("Image on screen",R),g.precache(e,function(){g.set.image(e)})})},fixed:function(){g.debug("Setting up fixed"),p.once=!1,p.observeChanges=!1,p.initialCheck=!0,p.refreshOnLoad=!0,o.transition||(p.transition=!1),g.create.placeholder(),g.debug("Added placeholder",r),p.onTopPassed=function(){g.debug("Element passed, adding fixed position",k),g.show.placeholder(),g.set.fixed(),p.transition&&e.fn.transition!==i&&k.transition(p.transition,p.duration)},p.onTopPassedReverse=function(){g.debug("Element returned to position, removing fixed",k),g.hide.placeholder(),g.remove.fixed()}}},create:{placeholder:function(){g.verbose("Creating fixed position placeholder"),r=k.clone(!1).css("display","none").addClass(v.placeholder).insertAfter(k)}},show:{placeholder:function(){g.verbose("Showing placeholder"),r.css("display","block").css("visibility","hidden")}},hide:{placeholder:function(){g.verbose("Hiding placeholder"),r.css("display","none").css("visibility","")}},set:{fixed:function(){g.verbose("Setting element to fixed position"),k.addClass(v.fixed).css({position:"fixed",top:p.offset+"px",left:"auto",zIndex:"1"})},image:function(t){k.attr("src",t),p.transition?e.fn.transition!==i?k.transition(p.transition,p.duration):k.fadeIn(p.duration):k.show()}},is:{onScreen:function(){var e=g.get.elementCalculations();return e.onScreen},offScreen:function(){var e=g.get.elementCalculations();return e.offScreen},visible:function(){return g.cache&&g.cache.element?!(0===g.cache.element.width&&0===g.cache.element.offset.top):!1}},refresh:function(){g.debug("Refreshing constants (width/height)"),"fixed"==p.type&&(g.remove.fixed(),g.remove.occurred()),g.reset(),g.save.position(),p.checkOnRefresh&&g.checkVisibility(),p.onRefresh.call(R)},reset:function(){g.verbose("Reseting all cached values"),e.isPlainObject(g.cache)&&(g.cache.screen={},g.cache.element={})},checkVisibility:function(e){g.verbose("Checking visibility of element",g.cache.element),!E&&g.is.visible()&&(g.save.scroll(e),g.save.calculations(),g.passed(),g.passingReverse(),g.topVisibleReverse(),g.bottomVisibleReverse(),g.topPassedReverse(),g.bottomPassedReverse(),g.onScreen(),g.offScreen(),g.passing(),g.topVisible(),g.bottomVisible(),g.topPassed(),g.bottomPassed(),p.onUpdate&&p.onUpdate.call(R,g.get.elementCalculations()))},passed:function(t,n){var o=g.get.elementCalculations();if(t&&n)p.onPassed[t]=n;else{if(t!==i)return g.get.pixelsPassed(t)>o.pixelsPassed;o.passing&&e.each(p.onPassed,function(e,t){o.bottomVisible||o.pixelsPassed>g.get.pixelsPassed(e)?g.execute(t,e):p.once||g.remove.occurred(t)})}},onScreen:function(e){var t=g.get.elementCalculations(),n=e||p.onOnScreen,o="onScreen";return e&&(g.debug("Adding callback for onScreen",e),p.onOnScreen=e),t.onScreen?g.execute(n,o):p.once||g.remove.occurred(o),e!==i?t.onOnScreen:void 0},offScreen:function(e){var t=g.get.elementCalculations(),n=e||p.onOffScreen,o="offScreen";return e&&(g.debug("Adding callback for offScreen",e),p.onOffScreen=e),t.offScreen?g.execute(n,o):p.once||g.remove.occurred(o),e!==i?t.onOffScreen:void 0},passing:function(e){var t=g.get.elementCalculations(),n=e||p.onPassing,o="passing";return e&&(g.debug("Adding callback for passing",e),p.onPassing=e),t.passing?g.execute(n,o):p.once||g.remove.occurred(o),e!==i?t.passing:void 0},topVisible:function(e){var t=g.get.elementCalculations(),n=e||p.onTopVisible,o="topVisible";return e&&(g.debug("Adding callback for top visible",e),p.onTopVisible=e),t.topVisible?g.execute(n,o):p.once||g.remove.occurred(o),e===i?t.topVisible:void 0},bottomVisible:function(e){var t=g.get.elementCalculations(),n=e||p.onBottomVisible,o="bottomVisible";return e&&(g.debug("Adding callback for bottom visible",e),p.onBottomVisible=e),t.bottomVisible?g.execute(n,o):p.once||g.remove.occurred(o),e===i?t.bottomVisible:void 0},topPassed:function(e){var t=g.get.elementCalculations(),n=e||p.onTopPassed,o="topPassed";return e&&(g.debug("Adding callback for top passed",e),p.onTopPassed=e),t.topPassed?g.execute(n,o):p.once||g.remove.occurred(o),e===i?t.topPassed:void 0},bottomPassed:function(e){var t=g.get.elementCalculations(),n=e||p.onBottomPassed,o="bottomPassed";return e&&(g.debug("Adding callback for bottom passed",e),p.onBottomPassed=e),t.bottomPassed?g.execute(n,o):p.once||g.remove.occurred(o),e===i?t.bottomPassed:void 0},passingReverse:function(e){var t=g.get.elementCalculations(),n=e||p.onPassingReverse,o="passingReverse";return e&&(g.debug("Adding callback for passing reverse",e),p.onPassingReverse=e),t.passing?p.once||g.remove.occurred(o):g.get.occurred("passing")&&g.execute(n,o),e!==i?!t.passing:void 0},topVisibleReverse:function(e){var t=g.get.elementCalculations(),n=e||p.onTopVisibleReverse,o="topVisibleReverse";return e&&(g.debug("Adding callback for top visible reverse",e),p.onTopVisibleReverse=e),t.topVisible?p.once||g.remove.occurred(o):g.get.occurred("topVisible")&&g.execute(n,o),e===i?!t.topVisible:void 0},bottomVisibleReverse:function(e){var t=g.get.elementCalculations(),n=e||p.onBottomVisibleReverse,o="bottomVisibleReverse";return e&&(g.debug("Adding callback for bottom visible reverse",e),p.onBottomVisibleReverse=e),t.bottomVisible?p.once||g.remove.occurred(o):g.get.occurred("bottomVisible")&&g.execute(n,o),e===i?!t.bottomVisible:void 0},topPassedReverse:function(e){var t=g.get.elementCalculations(),n=e||p.onTopPassedReverse,o="topPassedReverse";return e&&(g.debug("Adding callback for top passed reverse",e),p.onTopPassedReverse=e),t.topPassed?p.once||g.remove.occurred(o):g.get.occurred("topPassed")&&g.execute(n,o),e===i?!t.onTopPassed:void 0},bottomPassedReverse:function(e){var t=g.get.elementCalculations(),n=e||p.onBottomPassedReverse,o="bottomPassedReverse";return e&&(g.debug("Adding callback for bottom passed reverse",e),p.onBottomPassedReverse=e),t.bottomPassed?p.once||g.remove.occurred(o):g.get.occurred("bottomPassed")&&g.execute(n,o),e===i?!t.bottomPassed:void 0},execute:function(e,t){var n=g.get.elementCalculations(),i=g.get.screenCalculations();e=e||!1,e&&(p.continuous?(g.debug("Callback being called continuously",t,n),e.call(R,n,i)):g.get.occurred(t)||(g.debug("Conditions met",t,n),e.call(R,n,i))),g.save.occurred(t)},remove:{fixed:function(){g.debug("Removing fixed position"),k.removeClass(v.fixed).css({position:"",top:"",left:"",zIndex:""})},occurred:function(e){if(e){var t=g.cache.occurred;t[e]!==i&&t[e]===!0&&(g.debug("Callback can now be called again",e),g.cache.occurred[e]=!1)}else g.cache.occurred={}}},save:{calculations:function(){g.verbose("Saving all calculations necessary to determine positioning"),g.save.direction(),g.save.screenCalculations(),g.save.elementCalculations()},occurred:function(e){e&&(g.cache.occurred[e]===i||g.cache.occurred[e]!==!0)&&(g.verbose("Saving callback occurred",e),g.cache.occurred[e]=!0)},scroll:function(e){e=e+p.offset||S.scrollTop()+p.offset,g.cache.scroll=e},direction:function(){var e,t=g.get.scroll(),n=g.get.lastScroll();return e=t>n&&n?"down":n>t&&n?"up":"static",g.cache.direction=e, -g.cache.direction},elementPosition:function(){var e=g.cache.element,t=g.get.screenSize();return g.verbose("Saving element position"),e.fits=e.height=t.top,t.topPassed=e.top>=t.top,t.bottomVisible=e.bottom>=t.bottom,t.bottomPassed=e.top>=t.bottom,t.pixelsPassed=0,t.percentagePassed=0,t.onScreen=t.topVisible&&!t.bottomPassed,t.passing=t.topPassed&&!t.bottomPassed,t.offScreen=!t.onScreen,t.passing&&(t.pixelsPassed=e.top-t.top,t.percentagePassed=(e.top-t.top)/t.height),g.cache.element=t,g.verbose("Updated element calculations",t),t},screenCalculations:function(){var e=g.get.scroll();return g.save.direction(),g.cache.screen.top=e,g.cache.screen.bottom=e+g.cache.screen.height,g.cache.screen},screenSize:function(){g.verbose("Saving window position"),g.cache.screen={height:S.height()}},position:function(){g.save.screenSize(),g.save.elementPosition()}},get:{pixelsPassed:function(e){var t=g.get.elementCalculations();return e.search("%")>-1?t.height*(parseInt(e,10)/100):parseInt(e,10)},occurred:function(e){return g.cache.occurred!==i?g.cache.occurred[e]||!1:!1},direction:function(){return g.cache.direction===i&&g.save.direction(),g.cache.direction},elementPosition:function(){return g.cache.element===i&&g.save.elementPosition(),g.cache.element},elementCalculations:function(){return g.cache.element===i&&g.save.elementCalculations(),g.cache.element},screenCalculations:function(){return g.cache.screen===i&&g.save.screenCalculations(),g.cache.screen},screenSize:function(){return g.cache.screen===i&&g.save.screenSize(),g.cache.screen},scroll:function(){return g.cache.scroll===i&&g.save.scroll(),g.cache.scroll},lastScroll:function(){return g.cache.screen===i?(g.debug("First scroll event, no last scroll could be found"),!1):g.cache.screen.top}},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,p,t);else{if(n===i)return p[t];p[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,g,t);else{if(n===i)return g[t];g[t]=n}},debug:function(){p.debug&&(p.performance?g.performance.log(arguments):(g.debug=Function.prototype.bind.call(console.info,console,p.name+":"),g.debug.apply(console,arguments)))},verbose:function(){p.verbose&&p.debug&&(p.performance?g.performance.log(arguments):(g.verbose=Function.prototype.bind.call(console.info,console,p.name+":"),g.verbose.apply(console,arguments)))},error:function(){g.error=Function.prototype.bind.call(console.error,console,p.name+":"),g.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;p.performance&&(t=(new Date).getTime(),i=c||t,n=t-i,c=t,l.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:R,"Execution Time":n})),clearTimeout(g.performance.timer),g.performance.timer=setTimeout(g.performance.display,500)},display:function(){var t=p.name+":",n=0;c=!1,clearTimeout(g.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",s&&(t+=" '"+s+"'"),(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,o){var r,s,c,l=T;return n=n||m,o=R||o,"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):(g.error(b.method,t),!1);l=l[o]}})),e.isFunction(s)?c=s.apply(o,n):s!==i&&(c=s),e.isArray(a)?a.push(c):a!==i?a=[a,c]:c!==i&&(a=c),s}},d?(T===i&&g.initialize(),T.save.scroll(),T.save.calculations(),g.invoke(u)):(T!==i&&T.invoke("destroy"),g.initialize())}),a!==i?a:this},e.fn.visibility.settings={name:"Visibility",namespace:"visibility",debug:!1,verbose:!1,performance:!0,observeChanges:!0,initialCheck:!0,refreshOnLoad:!0,refreshOnResize:!0,checkOnRefresh:!0,once:!0,continuous:!1,offset:0,includeMargin:!1,context:t,throttle:!1,type:!1,transition:"fade in",duration:1e3,onPassed:{},onOnScreen:!1,onOffScreen:!1,onPassing:!1,onTopVisible:!1,onBottomVisible:!1,onTopPassed:!1,onBottomPassed:!1,onPassingReverse:!1,onTopVisibleReverse:!1,onBottomVisibleReverse:!1,onTopPassedReverse:!1,onBottomPassedReverse:!1,onUpdate:!1,onRefresh:function(){},metadata:{src:"src"},className:{fixed:"fixed",placeholder:"placeholder"},error:{method:"The method you called is not defined.",visible:"Element is hidden, you must call refresh after element becomes visible"}}}(jQuery,window,document); \ No newline at end of file diff --git a/public/js/semantic-2.1.8.min.js b/public/js/semantic-2.1.8.min.js new file mode 100644 index 000000000..74875c8d7 --- /dev/null +++ b/public/js/semantic-2.1.8.min.js @@ -0,0 +1,21 @@ + /* + * # 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("