From c6b039c6f96762709af109613b5262ea061e25b8 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 30 Aug 2015 03:21:59 +0800 Subject: [PATCH] new repo options UI --- README.md | 1 - README_ZH.md | 1 - conf/locale/locale_en-US.ini | 4 +- modules/auth/repo_form.go | 12 +- modules/bindata/bindata.go | 4 +- public/css/gogs.min.css | 2 +- public/js/gogs.js | 3 + public/less/_repository.less | 26 ++ templates/repo/settings/githook_edit.tmpl | 3 +- templates/repo/settings/options.tmpl | 295 +++++++++++----------- 10 files changed, 196 insertions(+), 155 deletions(-) diff --git a/README.md b/README.md index 4ee0cc5f1..7ad87a5d8 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,6 @@ There are 5 ways to install Gogs: ## Contributors -- The [core team](http://gogs.io/team) of this project. - Ex-team members [@lunny](https://github.com/lunny) and [@fuxiaohei](https://github.com/fuxiaohei). - See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors. - See [TRANSLATORS](conf/locale/TRANSLATORS) for full list of translators. diff --git a/README_ZH.md b/README_ZH.md index 940448643..d11dfa095 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -64,7 +64,6 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 ## 贡献成员 -- 本项目的 [开发团队](http://gogs.io/team)。 - 前团队成员 [@lunny](https://github.com/lunny) 和 [@fuxiaohei](https://github.com/fuxiaohei)。 - 您可以通过查看 [贡献者页面](https://github.com/gogits/gogs/graphs/contributors) 获取完整的贡献者列表。 - 您可以通过查看 [TRANSLATORS](conf/locale/TRANSLATORS) 文件获取完整的翻译人员列表。 diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 739ee0e3e..afdb77529 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -503,7 +503,9 @@ settings.transfer_desc = Transfer this repository to another user or to an organ 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 =

- You will lose access if new owner is a individual user.

- You will conserve access if new owner is an organization and if you're one of the owners.

+settings.transfer_notices = - You will lose access if new owner is a individual user.
- 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.delete_notices = - This operation CANNOT be undone.
- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators. settings.update_settings_success = Repository options has been updated successfully. settings.transfer_owner = New Owner settings.make_transfer = Make Transfer diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 32b75d327..03dacbf88 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -47,12 +47,12 @@ func (f *MigrateRepoForm) Validate(ctx *macaron.Context, errs binding.Errors) bi } type RepoSettingForm struct { - RepoName string `form:"repo_name" binding:"Required;AlphaDashDot;MaxSize(100)"` - Description string `form:"desc" binding:"MaxSize(255)"` - Website string `form:"site" binding:"Url;MaxSize(100)"` - Branch string `form:"branch"` - Interval int `form:"interval"` - Private bool `form:"private"` + RepoName string `binding:"Required;AlphaDashDot;MaxSize(100)"` + Description string `binding:"MaxSize(255)"` + Website string `binding:"Url;MaxSize(100)"` + Branch string + Interval int + Private bool } func (f *RepoSettingForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index 272946d59..3780422e8 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -4364,7 +4364,7 @@ func confLocaleLocale_deDeIni() (*asset, error) { return a, nil } -var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xfd\x92\xdb\x48\x8e\xe7\xff\x7c\x0a\xb6\x37\x7c\x76\x47\x94\xe5\xe8\xee\xb8\x8f\x98\xb0\xdd\x57\xae\x6a\x7f\xcc\xba\x5c\xb5\xae\xf2\xcc\xcd\x39\x1c\x1c\x4a\x64\x49\x1c\x4b\xa4\x9a\xa4\x2c\x6b\x36\x36\xe2\x5e\xe3\x5e\xef\x9e\xe4\x80\x1f\x80\xfc\x20\xa9\xb2\x3d\xbb\x71\xf7\x8f\x94\xcc\x44\x7e\x21\x91\x48\x24\x12\x89\xcc\xb7\xdb\xac\x28\xbb\x45\xfa\x34\x3d\x4d\xb7\x79\x55\xaf\xcb\xae\x4b\xbb\x72\x7d\xfb\x68\xd5\x74\x7d\x59\xa4\x2f\xab\x9e\xbe\xdb\xcf\xd5\xa2\x4c\x92\x55\xb3\x29\x09\xf4\x15\xfd\x25\x45\xde\xad\xe6\x4d\xde\x16\x14\x71\x6e\xe1\xa4\xfc\xb2\x5d\x37\x2d\x03\xfd\x26\xa1\x64\x55\xae\xb7\x9c\x87\xfe\x92\xae\x5a\xd6\x59\x55\xd3\xe7\x35\x85\xd2\xd7\x75\xd2\x35\x8b\x2a\x5f\x67\x41\x02\x22\x2c\xfd\x0f\xe9\xcf\x75\x91\x5e\xf7\xe5\x36\x7d\xd2\x6d\xf2\xf5\xfa\x59\xde\x21\x4b\x5f\xa6\xf9\x62\xd1\xec\xea\xfe\xc9\x63\x49\x90\xc2\x9b\x5d\x6f\xa5\x5f\xee\x7a\x89\xdb\x6d\x2d\xea\xfd\x36\x69\xcb\x65\x45\x1d\x6b\x29\xea\x9d\x06\x93\x7d\x39\xef\xaa\x9e\x1b\xfd\x67\x09\x25\x9f\xcb\xb6\xab\x1a\x6e\xcf\x9f\x24\x94\x6c\xf3\x25\x03\x5c\xd1\x5f\xd2\x97\x9b\xed\x3a\x47\x86\x1b\x0d\x26\xeb\xbc\x5e\xee\x04\xe6\x8d\x06\x93\x45\x5b\x52\x52\x56\x97\x7b\x8a\x3d\xc3\x47\x4a\x1f\xb3\xd9\x2c\xd9\x11\x4e\xb3\x6d\xdb\xdc\x56\xeb\x32\xcb\xeb\x22\xdb\x08\xd6\xde\x53\x7c\xaa\xf1\x29\xc5\xa7\x1c\x8f\x6e\x94\x05\x21\x28\xcb\x3b\xed\x0b\x0d\x0d\xe1\x2b\xef\x12\x14\x55\xe7\x1b\xcb\xcd\xc1\xa4\xdc\xe4\xd5\x9a\x07\xe1\x11\x07\xa8\xf1\x5d\xb7\x6f\x30\x54\x57\x1a\x24\x44\x64\xfd\x61\x5b\x02\x0f\x8f\x6e\x28\x94\x2c\xf2\x6d\xbf\x58\xe5\xdc\x56\x09\x25\x04\xb4\x6d\x08\x21\x4d\x7b\x00\x9c\x7d\x24\x4d\xbb\xcc\xeb\xea\xef\x79\x2f\x48\xba\x0c\x3e\x93\x4d\xd5\xb6\x0d\xe3\xf7\x02\x81\x84\x7a\x9c\x71\x39\x14\xf3\x96\x30\x11\x94\xc2\x29\x9b\x6a\xd9\x0a\x2a\x39\xf1\x02\x5f\x5c\x0a\xa7\xdd\x36\xed\x27\x4d\x78\xc1\xc1\x41\x56\x6a\x84\xa6\xc6\xf5\xe7\x35\x21\x5f\x53\x2f\xf0\x11\x01\x74\x49\x5e\x6c\x08\x95\xdb\xbc\x2e\x19\x47\xa7\xfc\x45\x78\xa1\xaf\x44\x69\x2a\xeb\xca\xbe\xaf\xea\x25\x23\xfb\x54\xa2\xd2\x6b\x8d\x4a\x82\x34\x17\x77\x68\x76\x6e\x38\x29\xfe\x2f\xf4\x99\x5e\xc9\xa7\xa4\x05\x99\x90\xe8\x72\x72\x4f\xba\xec\xb6\x2c\x0b\xe9\x4b\x97\xbe\xa0\x70\xb2\xdd\xad\xd7\x84\xb5\xdf\x77\x65\xd7\x73\xa6\x2b\xfa\xa6\xfe\xcb\x77\x52\x75\x1d\x05\x28\xfa\x35\x02\x09\x0d\x5d\xbd\x40\x67\xce\x10\x48\x92\x0f\x5d\x99\xb7\x8b\xd5\xc7\x44\xfe\xd1\x56\x0e\x30\xed\x1d\x1b\x54\x26\x24\x25\x22\xa9\xc1\x2a\x48\x16\x4d\xc1\x1f\x67\xf4\x47\x45\x57\x75\xd7\xd3\x8c\xfb\x98\x68\x80\xc1\x24\x24\x03\xd0\x57\x3d\xb0\xa0\x91\x98\xbe\x1d\x8f\x60\xfa\xa2\x6a\xbb\xfe\x51\x5f\x11\xb1\xbe\xdb\xd5\x09\xf7\x8f\x66\x5b\x56\xcc\x8d\x09\xbd\x6c\x08\x45\x88\x6e\xa9\x7f\x17\x87\xeb\x7f\x79\x73\x92\x5e\x11\x27\x5a\xb6\x25\x85\x53\x2a\x83\xfe\x28\xcf\x2f\xb3\x84\x72\x59\x4d\xe7\x79\x9f\xcf\xf3\xae\xf4\x68\xe5\x44\xa1\x6e\x97\x06\x1a\x67\xae\x06\x0e\xd6\xf5\x51\x7f\xa7\x66\x08\x95\xa1\xf3\xca\x95\xf1\x96\x27\x17\xc5\x33\x53\x43\xe6\xab\x75\xc9\xf1\x54\x54\xfa\xfa\xed\xdb\xcb\xf3\xe7\x69\x59\x2f\xab\xba\x4c\xf7\x55\xbf\x4a\x77\xfd\xed\x7f\xcb\x96\x65\x5d\xb6\xc4\xe3\x16\x55\x4a\x73\xaa\x25\x4a\x48\x89\xb0\xa5\x73\xb3\xa4\xeb\xd6\x34\xf7\x81\xde\xeb\xeb\x37\xe9\x05\xa3\x78\x9b\xf7\x2b\x34\xa4\x5f\x25\xdd\xef\x6b\x46\x91\xab\xf0\x66\x55\xa6\xa0\x32\x00\x35\xb7\x86\x8f\xb4\xd0\x36\xce\x92\xb2\x6d\x33\x62\x4b\xfd\x21\xd3\xcc\x5a\xde\x10\x52\x8a\x20\xd2\xa9\x9b\x3e\x9d\x97\x29\xf2\xcc\x92\xc4\x1a\x6c\xd8\x3d\xdd\x6e\xd7\xd5\x42\xe6\xfa\x4b\x49\xf3\x88\xe6\x15\x44\xb1\x14\xc2\x01\x51\x96\x16\xa0\x8b\xd8\x33\xcf\x87\x34\x62\x20\xc8\xbf\x2a\x89\x01\xae\x76\x4b\x61\x7b\xeb\x66\x57\xfc\x00\x4a\xb5\xd6\x7b\x42\x4d\xdf\x35\xd4\x60\x60\xc7\x01\xf8\x2a\x4e\x89\xe2\x78\xd1\x6a\xcb\x4d\x43\x7c\xc5\x11\x7b\x45\x04\xb5\xaf\x28\x91\x7a\xda\xe5\x9f\x69\xbe\xf5\x4d\xda\xaf\xaa\x2e\x2d\x88\xd8\x16\x5c\x30\x4d\x8d\x1d\x2d\x17\x42\x16\x44\xa0\x42\x1a\x16\x17\x8f\x01\xa0\x36\x3b\xa2\xa6\x15\x15\xc6\x8b\x11\xaf\x9c\x54\xe4\x54\x3b\xd1\x25\x2a\x07\xf4\x4d\x94\xdb\x10\x57\x66\xbe\x79\x8e\x80\x7e\x87\xe5\x53\xab\xf2\xdb\x5b\x6a\x55\x47\x54\xf1\x2a\x5d\xac\x1b\x22\xa9\xf7\xef\xde\x74\x4c\x30\xab\x6c\xdb\xb4\x58\xe6\x28\xe9\x8a\x82\x2e\x2e\x40\x34\x43\xd4\xbb\xcd\x9c\xbe\xf6\xab\x8a\x38\x00\xd0\xce\x39\x78\x35\xa7\x58\xaa\x62\xd7\xd1\x10\x9e\xa4\x44\xc2\xd4\x03\x42\x19\x08\x80\xfb\x50\x54\x5d\x3e\xa7\xb1\x67\xf0\x5b\x5a\xb6\x76\x2d\x91\xd5\xaa\xef\xb7\x56\xf3\xab\x9b\x9b\x2b\xa9\xda\xc5\xde\x55\x77\x1e\x50\x06\xc6\x60\xcd\x0b\x6f\x9d\x36\xf5\x0c\x44\xb2\x6b\xd7\x03\xfa\xa1\xbe\x5a\xca\x11\xbc\x70\x13\x1e\xf3\xcf\xb5\x47\x0f\xf0\xdc\x91\x74\xb2\x07\x35\x11\x8e\x4b\x2c\x80\x44\xd4\xcd\x96\xcb\x0d\xa8\xfa\x52\x23\x3c\x29\x63\xd1\x74\xe9\xb2\x74\x52\x2a\x64\x9f\x80\xfd\x6f\xa8\xc3\xca\x46\xae\x2f\x08\x0d\xe0\x25\x88\xbd\x6d\x9b\x0d\xc5\xbe\xa0\x3f\x1f\xe1\x9b\x7f\xc1\xe5\x01\x26\x2f\x0a\xe2\x6f\xdd\x49\xfa\xee\xc5\x59\xfa\x9f\x7f\xf9\xf9\xe7\x59\xfa\xba\xe7\x99\xc8\xc4\xf9\x37\x26\x2a\x0a\xca\x1a\xee\x40\x89\x65\xf4\x44\x77\xf7\x78\x66\xdd\x4b\x9f\x20\xf5\xbf\x97\x5f\x72\x92\x3f\xca\xd9\xa2\xd9\x3c\x63\xae\xb2\xc9\xfb\x59\xc2\x29\x44\xae\x4a\xc7\xd7\x65\x5d\x50\x40\x25\x01\x4d\x0b\xd8\x9d\xa6\x07\x72\x81\x48\x45\xd9\xa2\xa9\x6f\xab\x96\x3b\xf4\x5b\x0d\x6a\x30\x79\x89\xd6\x01\xa4\xd8\x72\x4b\x48\x23\x0e\x52\xdd\x1e\x3c\x28\xba\xfa\x96\x23\x75\x40\x13\xa1\xba\x4c\x45\x49\x87\xe5\x6b\x21\x46\x1e\xb7\x4b\xea\x5e\x6b\xf8\xee\x3c\xc2\x9b\xdb\xdb\x35\x71\x54\xe3\x92\x5a\xc3\xa5\xc4\x0a\xc3\x0c\x41\x88\x18\xb7\x90\xf8\xce\x95\x88\xcf\xce\xdf\xa6\xe5\x67\xa2\x36\x22\x07\x5a\xa2\x8b\xdd\x02\x14\xc6\xb0\x27\x29\xaf\x4f\x84\x5f\x9a\x1b\x0b\xe1\xab\x01\x93\xe0\xa6\x31\x27\x5a\x10\x10\xf1\x06\x9d\x14\x19\x49\x28\x9f\x89\x83\xb6\x41\x15\x2f\x2d\x4a\x5b\x3f\x82\x1d\x35\xca\xe5\xe0\x9e\x2f\x68\xc4\x89\x2a\xa4\x15\x9d\x34\x4a\x92\x89\xdc\x89\x8e\x77\x24\x49\xe7\x05\xb5\x65\x7e\x00\xdf\xe9\x98\x18\x8a\xf2\x36\xdf\xad\x7b\xdf\x2e\x19\xb8\xd6\x64\x32\xab\xe9\x9a\x85\xf9\x30\x6d\x32\xc3\xa8\x81\xa0\x9e\x6e\x98\x97\xc8\xb0\x5e\x1f\x52\x08\x50\xa0\x57\x11\x71\x4d\x16\xef\x66\x89\x2e\xde\x26\xd1\x67\x9f\x2b\x48\xbf\x8e\x84\x90\x6a\xe2\x3d\xf3\x9a\x3f\x31\x00\x8b\xd5\xdd\x64\x5e\xd7\xb0\x4b\xae\xb8\x73\x92\xaf\xe0\x81\x9b\x80\x1a\x58\x3c\x27\xcc\x7d\xae\xc0\x7a\x75\x10\xd1\x56\x1a\x49\x54\x4d\x55\x75\x65\x89\x12\x28\xff\x63\x2a\x13\x79\x66\x2a\x0d\xaa\x80\x66\x82\x08\x09\x69\x69\xd1\xa4\xbc\x32\x82\xbf\x53\x6e\xeb\x6a\xad\xdd\xd7\x3e\xa7\x6d\xb5\x5c\x11\xbf\x6b\xf6\x27\x82\xb4\xfd\xaa\x29\x99\xa6\x5f\x9f\x3f\xfd\x49\xda\xb1\x64\x6e\xef\x32\xf1\x3a\x91\xef\x68\xc0\x09\xa3\x4a\x5a\xd2\x04\xb7\xde\x02\x72\x24\x77\x0a\xd0\x50\xd2\x37\x59\x76\x2c\xbe\xe8\xfc\x0d\xd3\x74\xe2\x7a\x18\xc9\x3d\xd8\x2d\xa8\x58\x97\x2d\x1b\xc8\xab\x26\xc6\xf1\xda\x45\x5b\x9f\xae\xcf\x96\x55\x9f\xdd\x32\x23\xe1\x32\x5f\x70\x5e\x5e\x4a\x29\x25\x7d\x40\x49\x0f\x52\xe2\x46\x24\x84\x17\x7f\x48\xef\x7f\x56\xf9\xe5\x17\xe6\x10\x19\xd1\x74\xb5\xc6\x60\xa8\x14\xdc\x96\x22\x3e\xd9\x76\xab\x68\x68\xfe\x31\xce\xbb\xdd\x16\x2b\x8d\x8a\x2c\x27\xe9\x56\x00\x8b\x66\x5f\xf3\x5c\x00\x2b\xa4\x59\x5f\x61\xb3\x38\xaf\xea\x9c\x96\x5b\x2b\x05\x2c\xf6\x3e\x51\xc3\xdb\xcb\x1b\x00\x2e\x9b\xf9\xae\x5a\x17\x06\x30\xa3\x1e\x7e\xce\xd7\x55\xc1\x82\xa7\x8e\x7b\x28\xe4\x59\x54\x25\x6d\x59\x34\x2d\xcb\x07\xe8\x8d\x65\x3c\x22\x98\xb4\xbc\xe0\x23\x9a\xf2\x2a\x2c\xf2\x39\x19\x82\xd1\x40\x03\x0f\x89\x9c\x25\x0c\x50\x4c\xd5\xd5\x0f\x7a\xb4\x74\xb1\xa3\xba\x68\xd0\x39\x9a\x32\x76\xe9\xa3\x67\xf4\x9b\xb0\xbc\x22\xfc\x78\x39\x46\x3c\x27\xa6\x92\xb8\x93\x59\x1a\x35\x35\x22\x6f\x47\x5d\x46\xbc\x41\x5f\xc3\xf6\x1a\x09\x74\x3b\xa1\x57\xde\x19\xaf\x69\x58\xcb\x1f\x28\xf0\x80\x26\xf0\x72\x8d\x41\xc8\x21\xce\x91\x5c\xdb\x10\xde\x98\x40\x4e\x64\xba\xdc\x52\xd7\x98\xb3\xf5\xf9\x27\x6a\x5b\xce\xe2\x43\xf2\x81\xb5\x07\x1f\x93\x9d\x48\x84\xcd\xba\x70\xd2\x37\x68\xba\x69\x87\xbb\x55\x0f\xe4\xe8\xb5\x23\xb1\x7a\xb1\xca\x9c\xee\x81\x91\xd2\x97\x5f\xb0\x16\x23\xc9\xab\x22\x98\xd8\x39\x29\xd9\x1c\x30\x5c\xdc\x89\x8b\x83\x1f\x2d\x92\x07\x69\x8a\xd0\x9e\x65\xde\x30\xd6\x3e\x97\x0e\xea\x2c\x8c\x8d\x33\x50\x59\x24\xb9\x6a\x51\xf1\xa6\x92\x92\x64\xe7\xab\xa9\xb2\xfb\xed\x12\x30\x31\x55\x9c\x80\xd7\xd1\x78\xea\x06\x6e\x46\x03\x83\xdd\xa1\xd5\x4c\x1c\xf1\x20\xf3\x22\xa8\x33\xf9\xa0\x4a\x95\x8f\x89\xc1\xbd\x8b\xd3\x89\x9b\xd0\x4e\xcf\x6b\x1b\x32\x1b\x5d\xa7\x75\xe0\x4d\xb2\x32\x14\xbf\xc0\xaf\xca\x2d\xcb\x02\x9b\x0e\x64\xb1\x26\xc8\xe2\xa0\xd2\xac\x23\x90\x5f\x85\x55\x13\xc5\x10\x83\xfb\xc1\xd4\x35\xdf\x59\xc4\xf3\x8a\x48\x01\xf9\xe3\xa5\x47\x54\x20\x24\x74\x42\xef\xd3\xb6\x87\x93\x34\x5a\xc4\x56\x79\x47\xec\x9b\x56\x6e\xcd\x56\xcc\x6c\xbf\xc5\xc3\x9e\x2f\x64\xce\x40\x75\x03\x2a\x97\x9c\x4d\x3b\x5c\x13\xb9\x85\xc2\xe1\xb4\x16\x27\xc9\x40\x4e\x09\xc5\x99\x89\x3a\x09\x61\x9b\x92\x85\xd9\x6c\x23\xda\x12\xf9\x4a\x2f\xca\x84\x24\xae\x25\x4d\x68\x23\xd8\xa7\xbc\xc9\x5d\x42\xe6\x57\x7a\x65\x80\xb2\x0f\x59\xb0\x42\x58\xcc\xaf\xa6\xa2\x22\xce\xb0\x87\x06\x80\xe6\xf6\x08\xfd\xb4\x58\x51\xf2\xcc\x58\xba\xac\xd8\x10\xbc\x3a\xe2\x16\x1e\x89\xa7\xac\x5e\x4a\x43\x28\x15\x80\x7d\xb7\x38\x03\x73\x8d\x27\xf3\x67\xf7\xbb\x27\x8f\xe7\xcf\x1c\x6f\x5d\xac\xca\xc5\x27\xa1\xbf\xaa\x9e\x37\x5f\xb0\x85\xa5\x81\x67\x1c\xd7\x3c\xc7\xee\x17\xe9\x8a\x52\xb1\xcb\x21\x5e\x40\xd9\x08\xf1\x9c\x1a\x0d\x1a\x35\x86\x59\xc6\xcc\x94\x7d\x6e\x75\x31\x42\xa2\xdc\xa8\x44\x5a\x96\xd0\x30\xf2\xe4\xc3\x3c\xf0\x74\x7b\xca\xb1\x4c\xb9\x58\x27\x3c\xe9\xa2\xbf\xeb\x6a\x53\xf5\x23\xd2\x61\x46\x94\x2b\x09\xaa\xe6\xc4\x70\x89\xb2\x80\x0d\xb4\x85\xd8\x39\x15\x43\x0b\xaf\x91\xd3\x3e\xa7\xdd\xcf\x2f\x29\x91\xd0\x8e\x96\x31\xee\x13\x35\x93\xf8\x79\xce\x2b\x37\xed\x7c\xf2\x2e\xdb\xd5\x8a\xd6\xb2\x30\x62\x7a\x55\x61\x95\xe1\x7a\x8d\xe4\x03\x28\xc3\xbc\x0a\xf0\xe9\x43\x87\xf1\x1f\x49\xda\xbf\x75\xd9\x98\xf5\x73\x83\x2a\x16\x36\xf3\xc9\xc1\x23\xd6\x58\x97\xb2\x61\x05\x06\x18\x8e\x07\x9a\x76\x3d\x7e\xf4\x68\xeb\xf4\x89\x62\x30\x20\xf3\x5d\xdf\x37\xbc\x99\x58\x33\xd5\x48\x1e\x6b\xf5\x19\x00\xb1\x3f\xf2\xe5\x61\x40\x42\x3c\xc9\xd8\x94\x26\xdc\x67\x5e\xed\xaa\xdb\xb0\x41\xef\x74\xad\x74\x60\x85\x28\x40\xf2\xfa\x60\xa4\x4c\x04\xc1\xad\xe0\x0a\xfb\xe9\xb6\x3c\x6c\xcb\x1f\x7d\x6b\xdc\x9c\x41\x0e\x6b\x91\x64\x0f\xe6\xd3\x3b\xa4\x8a\xc2\xcd\x66\x9d\x2d\x7d\xaa\xb6\xf2\xf4\xd1\xc6\xe8\x45\x3a\xcf\x0c\x62\xb0\x24\x77\x16\x40\x34\xf5\x02\xb9\x67\x83\xba\xfc\x3e\x6e\x8c\xc1\x3e\x6e\xb2\x5f\xc1\xfa\xa6\xc9\xba\x95\xec\x99\xad\x79\xb4\xdf\xae\x97\x91\xe2\x05\x4a\x77\x10\xdd\x7f\xe1\x75\x92\x76\x26\xf9\xfa\x63\x72\x80\x86\xef\x2f\xc4\xe1\x6b\xe8\x4e\x9b\x84\x12\x64\x97\x75\x81\x00\x81\xf2\x96\xef\x63\xc2\x6b\xe8\xdb\x81\x5c\xc8\x4b\x84\xc6\x05\x02\x0a\x92\x7e\x8b\xc4\x3d\x1b\xc2\xe4\x6a\x42\x86\x7c\x57\x7a\x1d\x31\x42\xae\x8b\xd7\xd7\xaf\x6e\x6c\x0f\x77\xfd\x2a\xfd\x54\x6a\xe1\xaf\xfa\x7e\xdb\xbd\xc7\x7e\x5e\x36\xe7\xbc\x93\xbf\xca\x0f\x2c\xb5\x49\xb4\x7e\x20\xe1\xa6\xcc\x37\xda\x4a\x0e\x4a\x11\xa7\xb4\x9c\x69\x24\x07\x69\x95\x0b\xf4\x44\x09\xe4\x17\xeb\x82\x08\x33\x2a\x37\xb8\xfd\x43\xa9\x0a\xe8\xbf\x8e\x94\x5b\x7f\x4d\xf2\xf5\x76\x95\x43\x80\x08\xc0\xa0\xc7\x21\x20\x0c\x7c\x0a\x10\xd0\xc2\x6e\x53\xb6\xd5\x02\xbb\x2d\xca\xf0\xf0\x51\xf6\x23\x54\x78\x34\x51\x48\x92\x8c\x0b\x2b\x68\x92\xfc\x43\x05\x72\x98\xa5\xcc\xb0\xdc\xae\xfa\xbb\xf5\x22\x2a\x8e\xe3\x89\xe7\x10\x04\x64\x3a\x0f\xe5\x80\xb0\x30\xb2\x7c\xd7\xb3\x5a\x87\x22\x48\x86\x8c\x8a\xde\xe4\x5f\xbe\x96\x71\xd3\x4c\xe4\x13\x56\xe0\x33\xd9\x84\xd7\x2e\xc6\xec\x80\xe0\x59\x71\x73\x14\x9a\x86\x9e\x41\xea\x4f\xb4\xaa\xd5\x0e\xec\xbd\x7c\xa7\xf8\xfe\x83\x1d\x47\xd0\x12\xa2\x12\x78\xea\x0e\x26\x68\x71\x2e\x98\x6f\x42\x92\x9e\xf9\xe9\x16\x4a\xd7\x8e\x9c\xb1\xc3\xd6\x8d\x8f\x63\x1c\xbc\xad\xc6\x46\x83\x48\x6a\xe6\xcf\x50\x32\x5e\x23\x33\x96\x5a\xeb\x50\x36\x75\xab\xa7\xad\x2f\x80\x10\x4d\x7a\x36\xce\x37\x98\x70\x47\xb3\x93\x28\x30\x91\xfb\x72\xac\x1a\x3d\x92\xbf\xa7\x29\x33\x51\x80\x9b\x49\x47\x33\xca\x60\x22\x13\xf5\xbc\x18\xf1\x82\x71\x46\x06\xa3\x7d\xd3\x7a\x5d\x2e\x59\x87\x66\x15\x47\xb5\x29\x09\xd1\x62\x20\x60\x21\x01\x79\x0c\xbb\xc1\x0a\xc7\x35\xdc\x05\xb8\x31\x8a\xf7\x5f\xd4\x6a\x92\xe7\x29\xc8\x39\x83\x5d\x98\x36\x43\x57\xf2\x0d\x6f\x38\xba\x1d\xb3\x66\xde\x9c\x88\x74\x12\x8f\x06\x2f\xbc\x28\xaa\x44\x15\xc7\x8b\x27\x5a\xe4\x1d\xdb\xd7\xca\x07\xd8\x77\x16\x1d\xee\xd7\xc7\x05\x6b\xe1\x0e\xe8\x58\xb1\x6e\x47\x59\x7e\xa9\xa0\x8f\x7c\x59\xb1\x9e\x0b\x7b\x4a\xb7\x95\x46\xda\x2c\x59\x13\x33\xe0\xbd\x8b\xf4\x4a\xe4\xd8\xe6\x33\x6f\xfd\xb8\x3e\x4e\x95\x7c\xa2\x9f\xd4\x4e\xf1\x38\xeb\xee\x94\x76\x83\xcd\xbe\x2c\x4e\x68\x89\xe7\x1c\xd4\x4e\xb0\x8d\x7c\xbd\xcf\x0f\x1d\x94\x2c\xc6\x71\x58\x17\x2b\xd9\x99\x9d\x90\x00\xb0\x44\xab\x42\x8d\x3f\xcd\x38\xc3\x04\xab\xae\x79\xf1\x70\xcb\xf4\x1e\xfb\x4b\x70\x0b\x55\xdb\xd0\xb6\x9d\x97\x3d\xa7\xc0\x26\x70\xde\x1b\xf3\x4e\x92\x65\x7c\x49\x0e\x0a\xc2\x21\x92\x72\xfe\x89\xbc\x27\x2c\x1e\x51\x35\x2c\xac\x10\x3f\x16\x5c\x93\xfc\x47\x98\x45\x93\x02\x65\xc3\x8e\xca\x7f\x24\x72\x71\x45\x38\xe4\x7d\x96\xdf\x7f\xf3\xda\x44\xa3\x62\x1a\x6b\x89\xc7\xee\x39\xe9\x7a\x9a\x02\x8c\x69\x3b\xf8\xfc\x8b\xc8\x57\xba\xe7\xe6\x54\x4c\x31\xa0\xa9\x5b\x55\xdb\xb4\x81\x16\x34\x44\xa1\x27\xdb\x40\xc4\x64\xdd\x7c\x09\xb9\x9b\xd5\xc1\x6d\x5e\x77\xb7\x25\xf4\xc2\x9b\xf4\x96\xcf\xd6\x66\x5a\x35\x4b\xac\x72\x00\x7a\xa4\x66\xd9\xc3\xa0\xea\x70\xb5\xc0\xd8\x05\x03\x15\x57\x2d\x07\x05\xd0\x3d\xa2\x0d\xc0\xaa\x2f\xa9\xb3\x36\x30\x99\x8d\x50\x00\xa9\x31\x3a\xf6\xb1\xd6\x7c\x2e\x43\x44\xdc\xfe\xa3\x3d\x0f\xb0\xae\xaa\x6f\x39\x2f\x88\x87\x49\x2a\x85\xba\x03\xa7\x76\xf3\x43\xdc\x7b\xce\xea\x28\x80\xcf\x90\x3e\x97\x5a\x0b\x4f\x0c\x9e\x2b\x83\x02\xa1\xe6\xf0\x7b\x85\xa4\xcf\xb1\xe5\x9b\x53\x13\x17\xab\x68\x76\xde\x20\x25\x95\x94\xd1\x04\x4d\x3e\x70\xd5\xb4\x8d\x5f\xe5\xf5\xb2\xcc\x9c\x8e\xf9\x0c\xdf\x2a\xa1\xab\xce\xb8\x4f\x4d\xb1\xcc\x9a\x7f\xcb\x22\x6a\xe4\x3b\x73\x56\xb5\x69\x7c\xba\xe4\x6f\x0d\xc9\x10\x50\x15\xff\x91\x42\x2c\xfd\xd6\x49\x74\x5a\x36\xd0\x33\x60\x7b\x50\xf5\x07\x1c\xe3\xcd\x49\x06\x96\x4d\x1a\xc5\xd0\x36\x17\xdc\x01\xaa\x8f\x17\x16\xa6\xf1\xc8\x99\xe9\xf1\xd4\x96\x90\xc2\x89\x1e\xea\x85\x85\x13\xde\x25\x6f\x66\x58\x1c\x58\x98\x86\xd6\x3d\x58\x12\x1e\xdc\xef\x1e\xf0\x80\x59\xda\x2c\x80\xdf\xe6\x3d\xb1\xc5\x5a\xb6\x28\xc2\xa1\xc2\xac\x9a\xec\x8a\x00\x57\x11\xb0\x19\xce\xc8\x05\x15\x1f\x13\x7f\x74\x6f\xa7\xf6\x53\x1a\x55\x65\x31\x9d\xca\xbc\xff\x4c\x41\xd5\x88\xa4\xce\x70\x45\xb7\xaa\x38\x18\xb5\xd3\xac\x2e\x3e\xdc\xea\x12\xd5\x21\xc5\x0a\x24\x25\xef\xa7\xe9\xb9\x04\x6c\xd3\xbb\xab\xd0\xa7\xaa\x48\x92\x2d\xf0\x1e\x18\x1a\xe8\x40\xb8\x46\xab\x41\x89\x57\x62\xb7\xc3\x95\x9d\xb0\x20\xa5\x80\x70\xed\xac\x03\x52\x00\x9f\x4a\x07\x1b\x36\xd6\xce\x62\x27\x57\x07\xe7\x38\x7c\x3a\xc1\xfb\x4f\x02\xdb\x97\xf3\x94\xf5\xa5\x44\x38\xb4\x2f\xd2\x8e\x6e\x72\xda\x52\x7d\xae\x72\xa7\x99\xa1\xd1\x62\x53\x06\x5d\x45\x5f\xb0\x19\x03\xce\x86\xc7\x36\x37\x7c\xd0\xa2\x67\x17\x6f\x34\x98\xec\xb6\x05\xeb\xb4\x7c\x87\xdf\x23\xc2\x75\x38\x4e\x0f\xd4\x95\xe8\xba\x65\x73\xd2\x8c\x80\x17\xa9\xc2\x71\xcb\x0e\x33\x9b\x3e\x13\x76\x34\x3a\x85\x8a\x21\x48\x78\x4a\x20\x49\xba\x69\x35\x80\x99\xf0\x1e\xa0\x57\x0e\x2c\x81\x10\x5a\x2b\xd3\x55\xb3\x4f\xd7\x55\xfd\xa9\x53\xfc\x3a\x7d\x88\xed\x93\xd3\x73\x44\x10\xb0\x68\x6a\x58\xac\xaa\xea\x5d\xf9\x6b\x62\x21\xd1\xe4\x23\x38\xb6\xfc\x28\x65\x55\x1c\x32\x03\x3d\x80\x39\x93\xa3\xa6\x53\x44\x4f\xc2\xfa\x7d\xae\x66\xc1\x19\x79\x70\x28\x7c\x5b\xb2\x80\x0d\x76\x68\xa7\x58\x84\x9f\xa6\xe9\x54\xf7\xe8\xd9\x0f\xc7\x41\x51\xa1\x50\x3a\x5a\x0e\x42\x07\xf3\xd4\xce\xce\x30\x1b\x13\x3b\xed\xb2\xf6\x60\x6e\x67\xd5\x46\x8c\xab\xde\xdb\x59\x18\x46\xd6\xed\x2b\x90\x3c\xa3\x9d\xf2\xa0\x33\xe1\x91\xc3\xdb\xc6\x4e\xda\x8c\x8f\x5a\xe2\x89\x89\x0b\x82\x10\x2c\xf6\x51\x63\x87\x94\xa5\x05\x98\xf6\xfc\x2b\x04\x66\xe4\x13\x9e\xc4\x08\x6f\x76\xac\xa5\x59\x47\x42\xe1\x99\x9e\x03\xb8\x74\xc6\x6c\x90\xfe\x16\x67\x66\x43\x6d\x43\xb4\x53\xd2\x12\x8e\x4a\xd3\x83\x36\x8d\xe6\x8e\xe5\xdb\x53\xdf\xc2\xee\x18\xc1\xcf\x84\xfa\x73\x68\x86\xe5\x58\x0d\xf6\x04\x42\x2f\x35\xce\xe4\xa4\x08\x42\x00\x36\x1c\x9d\xdf\x67\x9c\x0a\x37\x62\x8d\xba\x58\x6b\x39\x00\x35\xd8\x8a\xf7\x93\xa5\x1d\xce\x87\x8c\x6d\xdb\xd2\xa0\xd3\xc2\x3b\xd0\x44\x8d\x58\x5a\xc4\xbe\xc0\xbd\x1a\x9c\x34\x7b\xae\x45\x3b\x48\x2d\x8b\xf9\x3f\x42\x16\xe3\xb5\x97\x25\x6b\xb7\xac\x52\x65\xd6\x2e\x55\x58\x76\x42\x6d\xc0\x1c\x28\x9d\x7a\xa2\x00\x26\xe2\x26\x02\x2c\x04\x31\x4d\xa8\x45\x67\x91\x9e\x17\x1a\xdb\xff\x6f\xba\xdd\xa8\x42\xa7\xdb\xf5\x4d\x1d\x90\x0d\xb7\x71\xb0\xe2\x8c\x08\x88\x12\xb0\xfe\xea\xd0\x07\xab\xaa\x0e\xbe\x5b\x5c\xb9\x1a\x91\xe9\x19\x4d\x14\x85\x25\x58\x89\x00\x1c\x96\x05\x3c\x58\x93\xc0\x14\x4a\x04\xfc\x6e\xa4\x86\x8c\xf9\xeb\x29\x76\x30\x84\x15\x81\x65\x79\x80\x17\x34\x91\xfe\x74\x47\xb4\x61\x44\xc8\xb9\xad\xb3\xec\x19\x1d\xcd\x9c\xe8\xb6\x61\x55\x2d\x57\xd4\xaf\x6a\xc3\x67\x96\xe0\xda\x76\x30\xe6\x77\x75\xfc\x45\x13\xaf\x59\xd6\xac\xc3\xe1\x1a\xc4\x94\xc7\x71\xdb\x27\x5d\xdf\x36\xf5\xf2\xd9\x79\xc3\xdb\x2d\xd6\x84\xf0\x52\xf1\xeb\x93\xc7\x1a\x4f\x2c\x83\xc7\x90\x0d\x5c\x5f\x56\xfd\xab\xdd\xfc\x41\x97\x2e\x49\x36\xc0\x02\xf2\x24\x4f\x57\x6d\x79\xfb\xf4\xde\xfd\xee\xde\x33\x3d\xa8\x16\x3b\xab\x7d\xed\xd0\xf2\xe4\x71\xfe\x8c\xa5\xe7\xae\x59\x93\x50\x1b\x67\x69\x36\x1b\x19\x5f\x62\x7f\x1b\x81\x44\xfb\x71\xb6\x5d\xd6\xc0\x5c\xd9\x2a\x7e\xa8\xc0\x99\xa3\x75\x3f\x3e\x3a\x6c\x26\x26\x45\xfa\x05\x15\x54\x18\x18\x47\x76\x75\x1f\x30\x4d\xd6\x2d\xa4\x2e\x1b\x16\xd8\x71\x36\x0c\x24\xab\x6b\xbc\x6a\xc3\x94\x13\x90\xa0\x51\x86\xe5\xa7\xac\xd4\x12\x91\x34\x38\xce\xea\x94\x85\x93\x42\x46\x5a\x01\xfd\x32\x4f\x35\x55\x26\x04\x46\xaf\x04\x61\x82\x8d\x68\xf8\x07\x63\x00\xd2\x7b\x9d\xfe\xd6\x03\xa4\x89\x24\xa3\x38\x11\x08\xd8\xc1\x0c\x60\x8c\x9a\x55\xe8\x03\xf3\xb4\x56\x80\x95\xe9\x1e\x44\x0c\x55\x44\x20\x13\x92\x24\x09\x9d\xd9\xdb\x37\xca\x0e\xa3\x7a\x7d\xc7\xad\x3a\x7f\xf4\x85\xb6\x0c\x7b\xcc\x18\x43\x9f\x4e\x81\x0e\xea\x0b\x74\x0a\x3a\x52\x6f\x54\x83\x80\x04\x5a\x86\x83\xdd\xc2\xdb\x46\x4f\x5c\x52\x8b\xc4\x98\xd0\xf6\xa0\x2f\xa3\xc9\xcc\x8d\x80\x59\x9a\x98\x78\x40\x29\xf1\x5f\xd3\x22\x27\x4e\xd0\x37\x9f\x88\x98\xc6\x59\x10\x7f\x2c\x93\xe3\x30\x26\xa3\x2b\x7f\x39\xf5\xec\x61\x28\xb5\xeb\x01\xe7\x51\x16\x13\x70\x16\x2d\xd5\x99\xbe\x88\x46\xa5\x84\x6c\x3c\xaf\xea\x42\x38\x89\x32\x02\xb5\x25\x71\x1c\x80\xe4\x8b\x9a\x81\xa0\xf6\xe4\x80\x7e\x87\xc3\x12\x95\x1f\x4c\x17\x62\xe0\xbb\x3a\x60\xa0\x42\x0e\x99\xa0\xc2\x75\xf2\x8a\xb6\x60\xb0\x6f\x3b\x95\x02\x6f\x38\xb9\x53\xe3\x4e\x3d\x27\xb6\x2c\x2f\x35\x12\x73\x00\x80\x82\xf0\xce\x21\x02\x5f\x7e\x37\x6e\xa5\xa8\x0d\x80\x5a\xae\x61\x0c\x88\xea\x8c\x65\xae\xc4\x26\x20\x3d\xbd\x7a\x4d\x6b\x86\xab\xd0\x0a\xfd\x2d\x27\x39\x52\x9a\xb0\x77\x9a\x00\x26\xb6\x21\xcf\x75\x27\x48\x92\xdd\x14\x8f\xc8\x89\x29\xee\x3a\x35\xea\x90\x74\x26\x4e\x17\x1c\x97\x5d\xa0\x1d\x91\xda\xd0\x92\xe1\x6a\xe5\xba\xfa\x03\x61\xd6\xe9\xe8\x78\x6a\x6d\x0f\xcc\xff\x03\xf3\x9f\x5c\x30\xb4\x07\x07\x1f\xd8\x1d\x11\x24\x34\x04\x29\x4f\xe1\xd6\xf1\x0f\x6b\xb0\x09\x10\xc1\x50\x86\x6c\x64\x72\x30\x3d\x53\x99\xcc\x36\xc5\x59\xb6\x56\x4e\xdc\xe7\xaf\xf1\x19\x26\x7c\xbf\x7f\xbd\x83\xcb\x84\xbd\x0a\x48\xf9\x6a\xb2\x5a\x47\xd1\x52\xf5\x80\xdf\xa4\xb2\x10\xca\x09\x3a\xd7\x22\xb2\xb5\x52\x44\x60\x2a\x4a\xa5\xec\xcb\x35\xdb\x78\x6a\xed\xfe\x14\x59\xbb\x1e\x9d\x21\x2b\x90\x3b\x3d\x66\x63\x5e\x27\x0a\x0a\x2a\x42\xf5\x96\x15\x46\x10\x34\xdd\x70\x6c\x2c\x5b\x60\x5b\xaf\xcf\x4e\xdf\xbe\xbd\xbc\xf1\xcb\x34\xcf\x83\xba\x20\x61\xe2\x07\x67\x81\x35\x6a\x97\xd9\x61\xb9\x01\x8c\x21\xbc\x25\x98\xe6\x38\x06\x17\xb2\x29\x2b\x9d\x82\xcb\x06\xbc\xa7\xe1\xb6\x18\x2f\x8f\xda\x5f\x1c\x1b\xbf\xe4\x03\xcb\x37\x1f\x13\x53\x12\x5f\xf2\x7f\x12\xea\xd9\x83\xb3\x0d\x4c\x3d\x7f\x04\xe2\x2d\xb0\xa9\x01\x4d\x31\xd2\xbb\x83\x49\xef\x72\x6c\x21\x08\xf7\x0d\xd6\x8a\xdb\x14\xc7\xa3\x27\xac\x46\x6c\x5a\x4c\x18\x46\xee\xae\xae\x7e\xdf\x41\x40\xe3\x0d\x04\x31\x0f\x36\xec\x9b\x57\x6b\x59\x50\xfe\xe4\x3e\x24\x9e\x43\x03\x2b\xe1\xa0\x72\xfa\x7a\xd2\x6d\xd9\x56\x91\xd6\x86\xee\xe9\xbd\x5d\x95\xb2\x56\x8a\x6d\x83\xee\x3d\x23\x71\x9f\xcd\x0c\x68\xf8\x08\xe2\x19\x6b\x96\x3e\x99\xc2\x72\x78\xe5\x04\x69\x66\xe2\xcb\x69\xb0\xf3\x45\xec\x44\x2b\x74\x73\x24\x1a\xa7\x5e\x54\x95\x69\xd0\x0b\x9e\x52\x4c\xdc\x9f\xca\x10\x53\x7a\xa4\xe4\x66\x6e\xb7\x68\x2b\xd8\x29\x4b\x3c\x5f\x32\x4a\x83\x0b\x46\x2e\xd2\xd7\x7b\x4d\xe3\x4d\x1b\xc0\xd9\xb2\xea\x69\x4b\xc6\x97\x8a\x60\xd5\x9a\xd0\x74\x21\x0e\x8e\xeb\x49\x12\xb2\x98\x51\x56\x5e\xec\x04\x16\x2a\x16\x16\xb1\x74\xe4\x39\xa0\xdf\x13\xb9\x14\xd0\x2e\x47\xb1\xb6\xbc\xa1\x2d\x69\xc5\x04\xff\x9a\xfe\x68\x31\x13\xd1\x37\x1e\x9e\x0e\xf9\x75\x43\x2f\xfb\x33\x57\x84\x9a\x34\xe9\x80\xa8\x2d\x53\x30\x24\x6a\x03\xab\xca\x56\x60\x0c\x11\xe9\x73\x44\xe8\x55\x24\x6a\x04\x0d\xc0\x67\x91\x00\xe4\x72\xd2\x6b\x8b\x79\xc8\xbb\x9e\x1f\x8f\xa8\x20\x87\xe7\x78\xdf\xaf\x89\x1c\x96\x70\xb7\x42\x92\x8d\x3c\x32\x56\x2f\xa7\x6a\x08\x14\x1d\x7f\x27\x7a\x55\xca\x2e\xb6\xb8\xbb\x52\x72\xb3\x25\x4c\x3d\x3e\x19\x6c\x77\x9c\xc7\x73\x02\x36\x74\xf3\xf5\xae\xbc\xf7\x4c\x70\x66\x13\xc2\x4a\xd5\x21\xb8\xd0\xdb\x5a\xc1\x18\x28\xc4\x0c\x46\xf8\x99\x6d\xfa\xd8\x4a\x82\x37\x54\xba\xd1\x9f\x86\x8a\xf8\x97\xca\x10\x79\x60\xd8\xff\xf8\xe5\xeb\x1b\x98\xf5\xd3\x88\xc1\x0c\xdb\xee\x2e\xb0\x89\xe5\xcc\x95\x69\x47\x49\x00\x31\xab\xcc\xd7\x12\xa9\xf9\x38\x12\xbb\xb5\x58\xeb\x6e\x06\x1f\x79\x78\x07\x24\x91\x59\x69\x53\x5d\xe7\xe8\xad\x9b\xec\x30\xea\x67\xcb\xe8\x78\x96\xe3\xb2\x5a\x80\xe9\xd0\x1c\x89\xd9\x69\xc1\xeb\xc1\xf6\x90\xb1\xee\x0f\x4b\xc0\xf6\x90\xc0\x68\x87\x56\xcb\x0c\xc2\x84\x44\x82\x21\xaf\xab\xad\xdc\xa7\xa4\x84\xaa\x14\xd3\x5d\x04\x2e\xff\x39\x11\x14\xba\x11\x06\xa1\xe0\x92\x25\x27\x10\xe3\xff\x15\xfc\xb1\xe7\x0d\x9e\x9c\x45\x3c\xbd\x97\xcd\x89\x49\x7c\xba\x17\x6c\xf8\xf8\x3a\x26\xef\xf2\x7e\x20\xb9\x73\xaf\x27\xe6\xef\x25\x94\xd8\xf7\x9f\xf1\xb5\x63\x53\x50\x39\x9e\xe7\x40\xa2\x5f\xac\xd2\x4f\xf4\x82\x1e\x73\xc3\x84\x85\x7e\x1d\x4f\x12\xf8\x43\xd6\xf5\xfb\x8e\x7b\x29\x7b\xd5\xa7\xe9\xbf\xf0\x57\xfa\x92\xbf\xb4\x2b\xcc\x11\xdc\x1c\x07\xd5\x0c\x78\x44\x68\xda\x08\x96\xa7\x06\xc6\x9e\x27\x88\x3d\x54\x80\x7d\x35\x84\x32\x40\xbe\x1d\x90\x6c\x77\x6c\xf4\xc1\xe3\x6e\xb5\x5d\x51\x0c\xae\x5a\x70\x24\xaf\x99\x41\x09\xee\xbc\x27\x2a\x23\x71\xac\x46\x59\x4c\xdf\x96\x10\x46\xe9\x4f\xd3\x70\x9d\xb3\xcf\xa1\xe1\x17\x20\x22\xb9\xff\x94\xde\x50\x8c\x42\x94\x61\x52\xa2\xa0\x48\x1f\x5e\xec\x5b\xe7\xf3\x12\x6a\xb1\x37\x08\x10\xc9\x13\x8f\xec\x09\x45\xd0\x96\xb8\x8f\x84\xdb\x58\xf5\x62\xbc\x8a\x50\xa2\xa6\xd5\x72\x8a\x23\xc1\x04\x3a\xf2\x36\x67\x3b\xc3\x77\xf9\x5e\x3e\x09\xd3\x7a\x13\xf0\x95\x84\x24\x1a\x56\xab\x02\x0a\xa3\x55\x07\x0f\x39\x42\x69\xf8\xca\xc2\x89\x35\x60\x36\x6e\x88\xa5\x0c\x2e\x22\xa6\x8b\x41\xfa\xad\xec\x86\x5e\xf0\x5e\xc8\xe2\x72\xf0\xbf\xd4\xec\x80\x5c\xfc\x86\x98\x87\xa8\x83\x2f\x24\xe4\x52\x0a\x31\x51\x3b\xc7\xea\xa1\x71\x66\x45\x7c\xc9\xff\x2e\x96\x08\x46\xe7\x0f\xfd\x3b\x8b\x5c\xb9\xab\xcb\xdb\x20\xb9\xf9\xe8\xa3\x67\xc3\xb1\x08\x92\x6a\x5e\x85\xe7\x50\xc3\x13\xed\x23\x3d\x4c\x5e\x10\xfe\xdb\xcc\xe5\x3f\xe3\xcf\x74\x3d\x2a\xc5\x0d\x6e\x38\xb6\x83\x6a\x42\x18\xaa\x6a\x12\x4c\xaa\x0b\x21\xa5\xc6\xcd\x14\x30\x89\xbe\x75\x04\x7b\x49\x11\x21\x69\x45\x05\xb3\xd0\x36\x28\x19\x72\xdc\x34\x3c\x2d\x2d\x7c\x5f\x03\x92\xac\x06\xc7\xed\x0c\x80\xa4\x99\xf9\x04\x28\x2b\x14\x3c\x1c\x75\x7c\x08\xa4\x3a\x2f\xc7\x10\x86\xa3\xe7\xc7\x87\x86\x76\x38\x40\x92\x98\x91\xcc\xb1\x28\x9d\xcd\x39\x80\xb0\x6a\xf3\x9d\xd9\xa8\x1a\x57\x98\x56\x16\x95\x07\x84\xf6\xf9\x9c\x92\xef\x17\xc0\xa6\xcb\xcc\xb8\xf2\x49\x82\x3a\x4b\xa4\xc9\xc5\x76\xca\x56\x72\x54\x64\x98\x46\x02\x46\x26\x22\x93\x20\xc2\x89\x4f\xeb\x89\x1c\x77\x52\xd4\x10\xe6\x68\xc9\x23\xba\xd1\x9c\x77\x0c\xaf\x87\xe0\xcb\xb0\xc7\x8b\x3e\x92\x4f\x25\x1c\xc8\x35\xe3\x94\x19\xdf\x4c\x70\x9c\xf2\x14\xc7\xf9\xe0\x96\x53\xa0\x9d\xde\x9d\xa7\x45\x96\x57\x64\xd7\xd4\x42\xb5\x0b\x53\x99\x64\x94\x8b\x6c\x7e\xd0\x3c\x32\xce\xb8\x7f\x75\x24\xcb\x86\x2d\x02\xb0\xfc\x6a\x96\x0b\x17\x31\x91\xa5\xd3\xfb\x9b\x7c\x81\x72\x9c\x32\x63\xd9\x17\x16\x03\xcc\x9b\xba\x49\x10\xa6\x52\x80\x5c\x22\x30\x05\x22\x3a\x37\xdd\x35\xf3\x2a\x20\x46\xcf\x76\x46\x35\x59\x31\x9b\x41\xb8\x1c\x6f\x60\x14\xd1\x7e\x43\x3e\xb6\x18\x64\xbe\x2a\x2a\xd6\x8b\x06\xf6\x84\xf8\xbc\xa3\x1e\x9f\x41\x2a\x1a\xe5\xe0\x99\x84\x51\x20\x10\x09\xa7\xf7\x3f\xfc\xf4\xb1\xe3\x61\xf0\xda\xeb\x0f\x3f\x7f\x24\x79\xe6\xfe\x87\x5f\x3e\x42\x6d\x3d\xca\x9c\xdd\xb2\xd6\x66\x5c\x02\x32\x1a\xf4\xb6\x2d\x3f\x57\xcd\x0e\xba\x0a\x0d\x7a\xfe\xf0\x45\x86\xe2\x4b\x1f\x4f\x71\x77\x8f\x74\x30\xc3\x0b\x97\x14\xcf\xf0\x7a\xb7\xc9\xb4\x8f\x9d\x70\x00\xfb\x72\xd9\x0d\x03\x59\xce\x55\xfe\xd5\x7d\x73\x77\xab\x82\x3b\x4b\x8d\x37\x31\xee\x9f\xe4\xeb\x19\x3a\xc2\x5d\xff\xab\xab\xa9\x09\x14\xde\x37\x72\x15\x96\xa5\x5e\xa7\x7a\x3f\x94\xfd\x2c\xe6\x4a\x76\xdf\x1f\x4d\x8e\x93\xb4\x15\x31\x88\x5a\x55\x22\xc5\xc0\xdb\x12\x88\x31\xb8\x77\xf8\x1c\x24\x0e\x0b\x13\xa0\xa9\xd2\x94\xd5\x7a\x2a\x39\x1b\xa4\x0b\xae\x15\x53\xb2\x0c\x7d\x1f\x9a\xa4\x49\xae\x0c\xfb\xfc\xce\x52\x44\x9e\x20\x89\xf2\xd6\x95\x73\x4b\x18\xaf\x17\x50\x8e\x42\x7f\xcc\x5d\x55\xbb\x3a\x81\xfe\xce\x2a\xb6\x8d\x7a\x2c\xb9\x42\xc0\xa2\xe5\x46\xa1\x1a\x41\x3b\xda\x8c\x34\x37\x1a\x69\x77\x4c\x48\x5e\xa7\xed\x0b\x38\xb6\xdd\x2b\xe1\x23\x04\x8e\x8a\x40\xab\x3a\x33\x5b\x6a\x15\xe9\x89\x59\xb2\xbd\x90\xf4\x88\xc8\x88\xaf\xd2\xa9\x32\xf0\xe8\xb5\x9f\xe8\x84\x29\xb8\xfd\xa1\x43\x1a\xce\xd6\xb2\x80\x9a\xe0\x37\xfa\x73\x78\x1d\x18\x36\x58\xfb\xb8\x16\x6a\x3e\xfd\x59\x94\xac\x8b\x36\xe9\xfc\xba\x1d\xa7\x2f\x9a\x75\xe3\xd7\x75\x7c\x0d\x01\x44\x39\x77\xbf\x18\xc8\x66\x92\xec\x69\x5b\x67\x2f\x08\x37\x5e\x79\x04\x72\xa2\x33\x92\x30\xb0\xf0\x89\x13\x9d\x71\xbf\x34\x10\x26\xfe\x76\x79\x7a\x5c\x8a\xda\xc9\x00\xd4\x69\x07\x27\xc1\xa6\xd4\xc0\x22\x65\x84\x6a\x5f\x96\xd9\xab\x5a\x6e\x90\x73\xd9\x7c\xf0\x19\x68\x82\xb5\xe4\xe3\x8a\xdf\xe9\xaa\xbd\x06\x58\x5a\xfa\x95\x13\x26\x78\x3d\xc1\x8c\xda\xe6\x44\x7a\x62\x68\xa0\x7b\x09\x8e\x51\xab\x89\x6e\x1a\xce\x3a\x6a\xc0\xfd\xbe\x49\xdd\x7e\x0b\xae\x74\x78\x21\xc8\x53\xce\x6c\x17\x84\x40\xfe\x9a\x7f\xa6\xc5\x12\xf7\x6c\xcb\x6e\xb7\x06\x97\xc6\xd9\x95\x7c\xdc\xda\xa9\x8b\x93\x75\x83\xdd\x82\x97\xae\x82\xe4\x09\x51\x30\x48\x9d\x16\x07\x87\x00\x85\x17\xb2\xef\x77\x51\xdd\xb4\xdd\xde\xd1\xfc\x54\xe7\x39\x4d\x4a\x5f\x29\xbe\x86\x4d\xb0\x45\x6a\x58\xb4\x63\xf7\x71\x8f\x68\xd4\xe6\x2b\x9a\xd1\x72\xd7\x45\x24\xdc\x60\xdf\x49\xc3\xae\x56\x9c\xaa\x21\xd7\xa1\x8f\x8a\x1f\x48\xe3\x93\xd8\xb1\x09\x8b\x6b\x24\x61\xc2\x84\xf6\x33\x4c\xf5\x9d\x3e\xa7\x1e\xf3\x4e\x2f\x7d\x68\xde\x1d\x7e\x8c\x3b\x59\x8a\x21\x12\xff\x87\x09\xee\xfa\xaf\x16\x95\x09\xdd\x6b\x89\x28\x5c\x63\xfc\xb5\xd8\x13\x77\x09\xe3\xc1\x81\x8a\x7b\xb4\xd9\x3c\x2a\x8a\x07\x13\xbd\x0e\x88\xde\x75\x7b\x70\x9e\xac\xf2\xe5\x80\xfa\x83\x92\x02\x0e\x32\x8d\x3b\x06\x88\xc6\xe9\x3d\x9b\xb2\x96\xac\x5c\x4c\x0b\x8f\x37\x90\x77\x30\x76\x5d\x93\x6e\x69\x95\x23\xb4\xbb\x33\x2a\x3e\xa3\x10\xe3\xfe\xb0\x27\x03\xde\x1b\x24\x0d\xee\x20\xdd\xd9\x3c\xc3\x83\x4e\x5b\xd6\x79\x6f\x8e\xa0\x44\x3c\xb2\x1c\x45\x48\xc0\xf3\x3c\x52\x1d\xdf\x9b\x00\x9c\xe2\x7a\xbe\xee\xff\x48\xce\x37\x55\xf9\x14\x09\x7c\x8d\xf7\x4d\xb9\x95\xb2\xb8\x99\xd0\x37\x6c\x46\x25\xe4\x93\x82\x3b\xcc\xc0\xcf\x59\xf8\xed\xc1\x56\x4d\xf3\x49\xee\x71\xcf\x11\xf4\x29\xcb\xaa\xb7\x44\xf6\x9b\xf3\x2a\x4e\x9d\xe7\x5d\xb5\x08\xdd\x57\x3d\xe7\x88\x89\x26\x16\x3c\xc6\x6d\xf6\x77\xd9\x6d\x9e\xe3\x2b\xfd\x9f\x4c\x18\x0e\x44\x0d\x3e\x2f\xed\xde\xfe\x35\x9b\x7d\xba\x54\x35\xb8\x0b\xaa\x52\xfb\xc0\x71\x5d\x6a\xbb\xc6\xda\xba\xe9\x63\x29\x67\xb8\x79\x2c\x8b\xd1\xc7\x50\x41\xcf\xc7\xbf\xce\xc0\x6d\x64\xc3\x39\x65\xbb\x19\x5f\x31\xb9\xcb\x02\xc3\x9a\xe2\xac\xd7\x59\x6d\xa8\xc1\x4b\x33\x80\x1f\x83\x39\x2d\xb9\x37\x7a\x8f\x75\xfa\x7c\xe2\x5e\x8b\x4d\x1b\x0c\xdf\xd9\x40\x9e\xa3\x62\x6b\x7b\xa2\x6b\xe7\x08\x48\x65\x35\xc8\x8f\x38\xbf\xe6\xeb\xba\x56\x2f\x5c\xab\xe1\xea\x0b\xdf\x22\xe8\xe4\x4c\x44\x4d\xf8\xc5\x9c\x53\x64\xcc\xdc\xc9\x7d\x1d\x4e\x7f\x82\x33\x86\xd0\x52\xc7\xdf\xd9\x16\x7b\x50\x6b\x2a\xd2\x02\xf2\x19\x58\x3f\x03\xf7\xc1\x31\xc3\x00\xd0\x90\x72\x49\xfc\x49\x0c\x2c\x24\x5b\x1e\xdd\x1e\xe8\x83\xbd\x8f\x1c\x8a\xce\xf3\xc5\x27\xd7\x22\x66\x7f\x65\xdb\xc3\x6e\x7f\x8c\x76\xb6\x1b\x5c\x40\xfc\x78\xb2\x7d\xf6\x08\xaa\x7e\xf1\x5d\x84\x5e\xc8\x04\xaf\x6e\x03\x84\xc0\x50\x84\x0d\x3f\x3e\x57\xc5\x8e\xc8\x9b\x07\x63\xf6\xe4\xf1\xf6\x59\x9c\x9f\x28\x02\xc7\x18\x47\xcb\x18\x0c\x1c\x8b\x2e\x15\xee\x0b\xf3\xc5\x18\xdc\xd0\xb8\xf5\x17\x8f\x3a\xd4\x70\x74\x16\x05\xac\x28\x20\x75\x63\x27\x5f\xb1\x5b\x1d\xe3\xc4\x76\x17\x70\xba\x87\x1d\x86\x83\x61\xe9\x2a\x0b\x48\x1b\xc6\x12\x46\xb3\x13\x45\x89\x11\xc6\xe0\x90\xcc\xdf\x03\x71\x4d\xb3\x0c\xed\xf1\xe6\xc5\xe7\xec\xe9\xc4\xf9\xba\x03\x65\x23\x26\xcf\x31\x45\xb7\x5c\x14\xe8\xcf\x59\x10\x7d\x3c\xc3\xc0\x60\x2c\x2a\x2b\x36\x18\x0b\x1a\x28\x4b\xcd\xb1\x72\xce\x26\xcb\x50\xa3\x88\xa0\x14\x5c\xf7\xaa\x70\xb1\x27\x53\x1f\x04\xea\x30\x72\x78\xb3\x46\x53\xf7\xab\x26\xb8\x01\x2b\x56\x6c\x98\xac\x61\x43\x66\x71\x5f\xf7\xb2\x3e\x28\x5e\x74\xb5\x18\x2c\x23\x36\xf9\x6c\x2d\xc1\x6d\xca\xcd\x8e\x78\xcb\xba\xa2\x41\xc7\x92\xa1\x2e\xc2\x2e\xaf\x6f\xe0\x7c\x89\x78\x21\x31\x9a\x25\xd3\x6b\xfa\xe7\x15\x6d\xb3\xf9\x18\x8f\x3d\x75\xb1\x19\xea\x32\x6d\x16\x0b\x36\x3e\xad\x6a\x75\x22\xb2\x2f\xcd\x24\xa8\x2e\xd6\x62\x88\x1a\x9a\xf1\x1a\xdf\x95\xf3\xad\x14\xde\xb8\x98\x09\x74\xdb\x72\x41\x42\xc9\x8c\x35\x4a\x6d\x0d\xdf\x99\xa9\x6d\x5a\xef\x3c\x0e\x73\x3d\xc1\xb9\x14\xef\x4c\x03\xb4\x28\x4a\xc2\x8d\x97\x32\xa9\x11\x7a\x86\xa0\x53\x62\x88\x61\xf8\x2e\x21\x04\x77\x2c\xc4\x12\xa5\x22\x4c\x11\x93\x95\xc3\x99\x6f\x59\x5e\x46\x6d\x08\x9d\xb8\x48\xd5\x5f\x91\x45\x86\x45\xcd\x6c\xb7\xf4\xd4\x5c\x50\x4e\x81\x74\xdb\x46\x0c\x0c\xde\x69\x70\x0c\x24\xe2\x2a\xb7\xe4\x95\x84\xc6\x20\x5b\xbd\x1d\xee\xee\x89\x8f\x41\xe6\x4d\xc1\x02\xe8\x73\xfa\x1b\x4b\x31\xce\x93\xa4\x89\x32\x20\xce\x2d\xdf\x48\x12\x05\x2e\x27\x10\xba\xcb\xf5\xad\xdc\x2e\xe3\x73\x67\xc8\xdb\x62\x7f\xc0\x16\x29\xe2\x7c\x88\x8f\x55\x51\x80\xda\x49\xc3\x04\x10\x2e\x15\x18\xf1\xdb\xb2\xe5\xe1\xb2\x1b\x05\xa1\x31\xf9\xb0\x4d\x50\x08\x58\xbb\x5e\x0b\xef\xc6\x30\x60\x77\x21\xfe\x2f\x4e\x78\xc1\x64\xc1\xdc\x54\x74\x76\x50\xbf\x15\x9f\x17\x2c\x8e\x10\x51\xe3\xc2\xa6\x81\xc8\x22\x2f\x4e\xfb\x68\x8f\xb2\xd3\x39\x63\xf7\x34\x40\x6c\x40\xd8\xb8\x45\x2a\x35\x31\x82\xc4\x8c\x67\x04\xe1\x15\x88\x00\x32\xb3\xd9\xe1\x3a\xa3\xe0\x5e\x58\x7b\x15\xcd\x87\x80\xa3\x44\x2e\x3e\xd1\x50\xf5\x64\xf1\x84\xdd\x30\x3c\x63\x4e\xf1\xe4\x31\x82\x6e\x73\xae\xb3\x9c\x2d\x00\x82\xd9\xcd\xfe\xd1\x1a\x42\x03\xc4\x8c\xb6\x5c\xe6\x6d\x61\xd7\x58\x95\xd3\xb0\x49\x22\x38\x4a\x78\x4b\x21\x5f\xd3\xee\x47\x8b\x20\xce\x48\x20\x9f\xf8\xc4\x91\xc6\x9b\xfd\x61\xda\x86\x8f\x57\xd9\x42\xd8\x18\x1b\x80\x13\x73\xd9\x6d\x99\xdf\x08\xf3\xb2\x7a\xd0\xe5\x87\x7f\xbc\xbe\x7c\x7b\x92\x7e\x79\xb4\xdf\xef\x1f\x71\xf6\x47\xbb\x76\xcd\xa6\xd2\x05\x5f\x93\xfd\x1f\x17\x6f\x4e\xd2\xb2\x5f\xfc\x38\xa3\x9d\x12\xd8\x90\x9f\xdd\x6a\xea\x00\x85\x02\x53\x17\xef\xa2\xff\x71\xf6\xa4\x33\x46\x9d\x28\x86\xde\x15\xc2\x05\x92\x47\xcf\xce\x55\x74\x30\xe5\x7c\xc5\x4b\xe7\x25\xed\x4b\x71\x2c\x81\x40\x90\xb0\x26\xa1\x69\xea\x7a\xd4\x10\xa4\xa2\x7a\xb4\x19\xaf\x17\xea\xc4\x71\x00\x62\x5a\xb8\x33\xe8\xdf\x5c\x22\x06\xce\x2d\x2b\xec\x09\xa3\x5b\x35\xbb\x75\x11\x73\x4c\xc2\x99\x0e\x44\x59\xfc\x3a\xcc\x8c\xd3\x7d\x78\x7c\x7b\x9a\xfe\x91\xb7\xea\x3c\x50\x42\x5b\x9c\x64\xb4\x05\xe0\xd9\x30\x33\x5c\x93\xf0\x9a\x74\x90\xf5\x88\x3a\x20\x2e\x57\xcc\xca\xcf\xa7\x39\x4b\xbf\x51\x21\x2a\xe0\xf2\x79\x46\x9f\x6e\x9c\xc0\x0b\x5a\x93\xe2\xc6\x59\x62\x45\xc9\x74\xb2\xe1\x45\x2c\x06\xc4\x13\x64\xbe\x34\x2d\xc2\x14\x1e\x52\x31\x6d\x98\x44\x51\xc0\x1f\x01\xca\x5c\x24\xb4\xb5\xf0\x73\x17\x8c\x29\x55\x5f\x3c\xe5\x30\xc1\x5b\xa0\x9c\x97\x3d\x2e\xef\x4c\xcd\x45\xd9\x72\xb8\x51\xf3\xb3\xc7\xf8\x9b\xae\x70\x22\x99\x88\x1d\x67\xc4\x3d\xc0\x3a\x62\x99\x6b\x3f\x5c\xc5\x86\xe2\x96\xf2\x26\x2f\xca\x28\x6f\x1a\x2d\xd7\x0a\x38\xa8\x63\xb4\x4a\xaa\x74\x3c\xda\xad\x04\x35\x1c\x13\x08\xe4\xf4\x2c\xd3\x5e\xda\xad\x5a\x18\xc3\x9f\xbb\xb8\x58\xbc\xb2\x59\x0a\xbe\x1b\x4f\x51\x46\x88\xcc\xa3\x90\xa3\xb2\xa0\x16\xeb\xda\x19\x04\x77\x38\xd8\xf2\xcd\xac\xc4\x46\x37\x58\x42\x11\x5a\x4a\x35\x6b\x64\xb1\x9a\x1e\x24\x0e\xbd\xd6\x0e\x67\x36\xc9\x6a\xe2\x50\xfb\x4c\x42\x21\xb6\xb6\xeb\xe6\x60\x97\x7c\xce\xf1\xa5\xb7\x67\xc3\x9e\x79\x30\xed\x94\x87\x0c\x76\xa7\x4d\x16\x17\xf7\x97\xc0\x8f\x92\x8a\xb8\xf5\x21\x15\x18\x36\x20\x0d\xb7\x31\x91\xc6\x71\xa2\x79\x13\xf7\x44\x1c\xd4\xf0\x46\xcb\xb9\xab\xe1\xc8\x8d\x96\x38\x6b\x78\xab\x25\xc8\xfa\x0d\xb7\x5a\x62\x24\x8d\xef\xac\xf8\xae\x7e\xc3\xb5\x95\xa9\x4e\x8f\xe5\xda\x29\xc4\x4f\x64\x98\x92\x6e\x8b\xb0\x6f\xdf\x70\x7d\x65\xa0\xcc\xf8\x16\x01\x77\xaa\x25\x1e\x25\x01\x72\xbf\xa6\x72\x2b\xaa\xdb\xdb\xd9\xbc\x6d\xf6\x1d\xdf\x11\x81\x0b\x58\xe6\xb2\xfc\x9d\x5e\xe3\x5b\x40\xf8\x38\x01\x44\x21\x01\x89\xd4\x93\xbc\xa7\x7a\xa4\x27\x91\x2c\x4a\x8c\x5c\x5d\x9e\x53\x0a\xbc\x4b\xb2\x47\x5c\xbe\xed\x2a\x29\x33\xc9\x42\x0b\xdd\x3e\xe3\x10\x6e\xb7\x40\xfd\xc7\x6a\x26\x64\xba\xe6\x18\x05\xe3\xa0\x21\xdc\x56\x25\x1c\x22\xeb\xfd\x63\x88\xaf\xde\x0c\x1d\x84\x65\x70\x04\x46\xc4\x50\x41\x3e\xf5\x20\xa1\x15\x3b\x41\x18\x2e\x3d\x84\x22\x08\x93\xfe\xf9\xeb\xb7\xf2\x09\xcb\x30\xbd\x8d\x0d\xd3\xb0\x17\x6c\x25\x6c\xf6\x66\xb3\x29\xbb\x33\x4b\x13\xfb\x3d\xd1\xbd\xd8\x63\x00\xf8\x72\x10\x45\x9b\xdf\x42\x0f\xcf\xff\x2e\x96\x64\x60\x9f\xed\xaa\x2d\x1f\x0d\xb3\x11\x72\x04\xd5\xd7\x08\xb8\x78\xd5\xa3\xf3\x9f\x8b\xcb\x79\x13\x12\xe0\xf0\x7e\xe1\x31\x62\xd6\x6b\x44\x77\xf7\xbb\xb4\xab\x58\xb9\xa4\x04\x3a\xa8\x10\xd4\xe1\x1d\x8c\x81\x76\xe0\x1e\xdf\x20\x68\x85\x76\x17\x55\x68\xb1\xae\xc5\x56\xde\xd2\xb0\x6d\x35\x8f\x10\x51\x1e\xef\x65\xcc\xd4\x65\xde\x3a\x91\xd2\xb1\xfa\x2f\x42\xa3\x47\x16\x05\xf8\xea\x1e\xdf\x94\xeb\x56\xb3\xe1\x40\xb8\x73\x51\xc5\x59\x8a\x6f\x07\x65\x92\x21\x93\x4b\xb6\x29\x02\xe1\x50\x08\x28\x5c\x56\x2e\xf2\xf6\x13\x3b\x60\xc5\xc1\xad\x15\xb0\x6f\xf5\x16\x3f\xff\x87\x23\xa6\x8e\x7f\xaf\x24\x34\xaa\x30\x36\xb6\x42\x6e\xe8\x03\x8c\x99\xba\x0c\x2c\xcd\x8a\x48\xf6\x46\x42\xf2\x84\xc1\x90\x32\xc6\x57\xb6\x28\xed\xd1\x70\xdc\x02\x78\x87\xe8\x3f\x97\xff\xe7\x7f\xfd\x6f\x62\x4f\xdb\x86\x56\x4b\xdc\xaf\x54\xd7\x3e\x7e\xdc\xcd\x54\xdb\xbb\x8f\x7e\x04\x1e\x1d\x34\x44\xd0\x9f\xea\x95\x45\x0a\x8d\x68\x94\x7d\xb8\x1a\x7d\xf3\xf1\xf5\x80\xc8\xb1\x49\xf4\x64\x8e\xb3\x9f\x61\x19\x46\x54\x99\xae\x11\xce\xb5\x88\x0d\x2e\x06\x4d\x2e\xec\x2b\xd1\x4d\x2f\x29\xc9\x87\xa6\x5d\x7e\xf4\x0e\xa8\xdc\x40\x44\xce\xa7\xb0\x33\xf4\x30\x86\xb0\x97\x4c\x7e\x63\x0f\xfe\xb2\xd3\x16\x6f\x77\x38\x6e\xb5\x1b\x1d\xe2\x10\x46\xae\x0b\xbb\x42\xc2\x8a\x1e\x74\x76\x67\x58\x1d\x21\xe2\x56\xee\xc4\xc5\xed\xf0\x32\x32\x6d\xb4\x55\x3c\x16\x47\x37\x7a\xd4\x18\x3d\x05\x02\x63\x61\xd3\x6d\x9a\x18\x58\x24\x7a\x06\xc6\x06\xac\x1c\x60\x5f\x44\xfc\x4c\x02\x93\x9f\x9c\x5e\xbc\x46\x04\xcd\x6b\x44\xc0\xcf\x16\x4c\x74\xf9\x3f\x81\x77\x13\x55\xc0\x71\xac\x86\x34\x7e\xe0\x41\x25\xf2\xe4\x1a\x98\x31\xc3\xb3\x52\xe4\x9e\x95\x0b\x07\xa2\x26\x8e\x3f\x47\xfe\xb6\x30\x32\x88\xbd\x0b\x3a\xba\x8d\xf2\x60\x0d\x8d\xb4\x5e\xcf\xe7\xb2\x88\xcb\xa9\xd9\x9a\x92\x0c\xbc\x3d\xd5\x91\x79\x47\x37\xf3\xd5\x04\x53\x66\x25\x67\xa3\x3e\x1b\x5c\x96\xcf\x69\xf2\xfc\x2a\xf0\x6c\x26\x5c\x75\x5d\x20\x24\x20\x8f\x8f\x4e\xd7\xb4\x41\x58\x47\xdb\x3c\x14\xc4\xa2\xdc\xaf\x47\xee\x63\x8c\x3d\xa3\x7d\xff\x8d\x8c\x71\x19\x77\xdf\xc9\xf8\x47\x8f\xe5\xa6\xbd\x9e\x84\xba\xac\x81\xfb\x13\x97\x34\xe5\x07\xe5\xdf\x71\x48\x46\x24\xa5\xcd\x18\xcd\xed\xa3\xa7\x64\x9a\xc7\x1d\xb2\x1c\xf7\x48\xf7\xfd\x67\x65\x91\x1f\xb0\x6f\x90\xf6\xe2\x1e\x07\x82\x5e\xd4\x2a\x87\x10\xd6\xf3\xc5\x17\x38\x8f\xed\xde\xbc\xe0\x1a\xf1\x8c\xe1\x1e\x6f\x74\x9b\x10\x3d\xbd\x33\x4b\x7c\xb7\x30\x6c\xa6\xd3\xea\xf9\xdb\x78\xa6\xe8\x97\x5b\x85\xa2\xaa\xfe\xfa\xd5\xc2\x23\x67\x1f\x77\xdd\x31\x1c\xb6\x92\x79\x8d\x33\x62\x0c\x1b\x79\x67\x8e\x70\x99\x8d\xcf\x17\xff\x3d\xf7\x0e\xa7\xcf\x17\x78\x0f\xb8\x37\xd5\x17\x16\x65\xc3\x9f\x57\x28\xf0\x1e\xc2\xf0\x25\x9b\x0c\xcf\x70\x3d\xe6\x76\x78\xe3\xa2\x1f\x36\x9a\xad\x79\x84\x7b\xcf\xd4\x29\x92\xb9\x1c\x18\xc4\x7b\xd6\x07\x23\xa2\xad\xdc\x1a\xf4\x40\xf2\x0d\x71\x67\x32\x65\x98\x3f\xae\x23\xb6\xd9\xb3\x58\x77\xc4\x73\x81\x80\x8b\x27\xac\x2d\x4a\x5c\x66\x3b\x93\x90\x4b\xd1\xbd\x96\xfa\xf6\xf3\x8d\x10\xbf\x6d\xb0\xb3\x0d\x62\x75\xd5\x53\x5c\xf3\x7d\x1e\x1a\x94\xc3\x96\x87\x30\x77\x8e\x8c\x78\x98\x04\x50\xc5\x4d\x6d\x15\x24\xe4\x3f\x0c\xcb\x12\x1f\xd6\xba\x7a\xbe\x6d\xf6\x89\x2c\x9d\x33\x98\x0e\x8a\x9f\x31\x8d\x89\x9b\x24\x71\x2c\xa3\xe8\x65\xf6\x54\xae\x1b\xea\x75\xe7\x71\xfa\xe0\x82\x1b\x56\x0e\x77\xb5\xcd\xdc\x06\xb2\x00\x0a\xa9\x01\x77\x8a\x58\xae\x0f\x89\x63\xa6\xa5\x42\x80\xf5\xd5\x8a\x24\x1a\xd5\x1b\x42\x7c\x4b\xc5\xdc\xce\x51\x75\x27\xa6\xdf\x82\x17\x19\x55\xbc\x89\x1b\x10\xa9\x45\xfc\xf4\xbb\x76\xb8\x47\x20\x7c\x3b\x42\x88\x6f\x69\x07\xd7\xf2\x18\xd6\x6e\x3c\x88\x77\xb5\x87\x36\x87\xea\x14\x27\x3c\x19\xec\x86\x4d\xf4\x37\xbc\x6e\x82\xf5\x1a\xa7\xeb\xc5\x40\xfe\x60\x75\xf2\x78\xe1\x94\x14\x39\xe4\x9d\x10\x11\xc4\x08\x62\xd2\x0f\xc0\xd7\xa7\x38\x8f\x34\x72\x3a\xd0\xc0\xbc\xc1\x83\x4d\xad\x42\xda\x2e\x2f\xd2\x41\xc6\xba\x50\xb9\x4e\x12\xbf\xbe\xf0\x0a\x9c\xdd\x80\x17\xf9\x2e\x5c\x32\x20\xe0\xd9\x48\x16\xe2\x43\xd5\xcd\x71\x66\x75\x41\xad\xe3\xc2\x1c\xab\x06\x94\x63\xd1\x63\x38\xe3\x9d\xa1\x74\x16\x28\x5b\x99\x29\x9f\x98\xcc\x2a\x96\x04\x06\xb5\xc9\x0f\x91\x71\x03\x7b\x2e\xe0\x1d\x59\x34\x6b\x8e\xaf\xd8\xe3\xa6\xf8\xb5\x5a\x1c\x93\x3a\x82\x39\xaa\x94\x99\x85\x53\x7d\x4c\x20\x9e\xec\x96\x6d\xce\x66\xf4\x36\xd6\xcc\x2c\x02\x52\x40\x81\x7f\x70\xbd\x74\xaf\xc4\x78\x6e\x80\xd3\x63\x2a\xe8\xc1\x5d\x4c\xe1\x3b\x1a\x00\xb6\x71\x77\x0b\xc0\x16\xc4\x0c\x9c\x9a\x11\xb0\x80\xbb\x1a\xa2\xcf\xbb\x7c\x7b\x43\xc0\x37\xbe\xb1\x21\x27\xd6\x0a\x75\xea\x57\x14\x93\xf3\xff\xae\xf6\x0d\xb6\x3b\x20\xce\xc8\x6b\xe4\x80\xe0\xa3\xb7\x07\x1d\xd1\x07\x76\x3e\x56\x2c\x0c\x26\xd4\xee\x48\x97\x33\x5f\x54\x4d\x43\x88\xad\x6c\xdd\x87\xb6\x49\xf1\xed\x5b\xb6\x96\xe9\xdb\x83\x8a\x24\xdc\xb9\xf8\xf2\xaf\x77\x8e\x25\x9b\x30\x1c\x01\x8b\x27\xd1\x0f\x40\xfb\xc7\x23\x6f\x9c\xca\xd3\x43\x72\x0c\xd6\x45\x4f\x61\x8e\x9d\x3a\xde\xe9\x50\x33\x76\x24\x3a\xf4\x28\xdb\x89\xff\x88\xa5\xc9\x72\xf6\xba\x4b\xe2\x0d\x93\xae\x0f\x84\x83\x0d\x1e\xda\x5a\xb0\x2f\xb5\xa6\xae\xc4\xa6\xe5\x42\x42\xd4\xf7\x84\x55\x31\xaa\x87\x61\x1f\x2c\xfe\x32\x8b\xef\x1d\x94\x8b\xac\x63\x52\x41\x40\xc2\x41\x7a\xe0\xe0\x11\xb6\xc4\xad\xb9\xac\xf4\x25\xa0\x25\x50\x61\xee\x82\x96\x69\x3b\x50\xe8\xae\x9b\xaa\x31\xe3\x83\xd1\x54\x8f\x85\xdd\xcb\x84\xcc\x24\xd8\x8b\x59\xc1\x5e\xcc\xe4\xad\xa7\x93\x20\x22\xc2\x79\x98\xb0\x75\xfe\xa2\xa2\xe8\x78\xe1\xf3\xf1\xb8\xe9\x1c\x47\xf1\xf5\xe6\x28\x22\x5f\x8c\x6a\x31\x05\x76\x18\x27\x76\xa2\x61\x8c\xdd\xee\x89\x4a\x8f\x7d\x06\x85\x49\xe2\x1b\x35\x8a\xd2\xf7\x64\xe2\x9e\x88\x4e\x35\x8c\x5b\x37\x4b\xf6\xeb\x6a\xaf\x87\x05\xdd\x53\xd9\x39\x2e\xd3\xcc\x55\xa3\x22\x70\xe1\x21\x8c\xc1\xb9\x56\x9f\x77\x71\x6e\x4c\xc1\x30\x42\x2f\x8b\x8d\x00\x69\x4f\x9d\x2f\x56\xe8\xff\x6c\x8a\x90\x6c\x6b\xec\x88\x49\x9f\xd6\x9c\x80\x94\x37\x7f\x52\x7b\xe1\x67\x12\x86\xdf\x56\xc4\x83\x4a\x41\x2a\x9b\x7f\xd7\x99\xba\x55\x6a\xd4\xad\x02\xdb\x82\x3b\x17\x4a\xe9\x25\x66\x5c\x77\x67\xa6\x60\x15\xe3\xab\x86\xea\xb6\x49\x73\x8a\xc4\x71\xc7\x72\xe6\x4b\xd6\x85\x51\x0d\x3e\x72\xbf\x57\xeb\xbc\x9c\xc0\xd2\x8d\x59\x84\x38\x22\xf9\xa6\x32\x06\xad\xf4\x10\xae\x98\xef\x6f\x2a\xb4\x67\x7c\x57\x1b\x1a\xb9\xa8\x91\x11\x5b\x33\x90\xaf\x94\x30\x68\xe2\x64\x11\xdf\xd1\x48\x7e\x84\x6c\xb9\x70\x4f\x27\x9d\xb3\xbb\xbe\x76\xce\xb7\xc2\x79\x0d\x2b\xe5\x91\xbf\xa6\x8e\x35\x70\xd3\xd9\xef\x6a\x19\x1a\xc4\x7b\xee\xa9\xe2\x8f\xb5\xad\x2d\xbb\x43\xbd\xc8\xf0\x82\x56\xb7\xd2\x83\xca\x77\xa5\xe8\xca\x1f\xcc\x28\xee\x71\xae\xae\x3d\x4a\x1c\xe9\x75\x0f\xc4\x9f\xe9\xc3\x05\xc5\x57\xfc\x82\x17\x2d\x71\x8f\xc0\x13\x91\xdb\x04\x38\x12\xcf\xfa\x1f\xef\xac\x68\xd0\x97\x80\x21\x06\xb8\x6d\xd1\x14\x7e\x81\xf3\x1b\x7a\x10\x1c\x92\x87\xdd\x60\x32\xd0\xd9\x0f\x5e\x11\x3a\xee\x66\xc4\x3d\x64\x83\x07\x76\xc0\xc8\xd6\x1c\x6a\x25\xa5\x0b\x9a\xbd\x90\xa6\xca\xa3\x23\x1d\x0a\xeb\xbd\x63\x84\x1e\x44\xad\xf8\x7a\x1f\xc3\x45\x48\xde\xa4\xdc\x6d\xf1\x22\xb1\x7b\x8c\xf2\x3d\xbe\x43\xa6\x20\xbe\x54\xb3\x65\xd3\x36\x34\x3c\x72\xf1\x5d\xfd\xab\xbe\xb4\xb8\x6e\x22\x03\x54\xe0\x87\x6c\xa7\xce\x0a\x2c\xcf\x05\xa2\x49\x7e\x60\xcf\x05\x3e\x57\xdf\xf4\xf9\xda\xf2\xb0\x06\x72\xa1\x7a\xeb\x1b\x4e\xb0\x5c\xa7\x96\x10\xe4\xd4\x3c\xcd\x9c\x6d\x99\x91\x45\x81\x2f\x35\x26\x80\xc5\x31\x07\xdf\x26\x27\x74\xed\xb6\x19\x77\x15\xd7\x5e\x25\x3a\x7d\x83\xe8\xf4\x86\xa3\xc7\x35\x58\xab\x5c\xb6\x41\xa3\x8e\xe5\xe3\x1b\x86\xc3\x3c\x2f\xf8\x22\xe2\x10\xde\x30\xb7\x2a\xf3\xed\x08\x6f\xaf\x28\x72\x84\x35\x40\x8e\x11\x00\xd8\xe3\x58\x08\x73\x55\x05\x36\x56\x61\x8e\xd7\x14\x75\x0c\x1a\x16\x00\x43\x78\xbc\x15\x7c\x24\x87\xae\xd9\xc3\x56\xe9\x99\xcd\xa8\x55\xcd\xfc\x6f\x78\xe0\x56\xa1\x2f\xe5\x33\x80\x9a\x37\x4d\xcf\xcf\x6d\x6d\x59\xdc\x82\x65\x96\xa0\xe9\xb9\xc5\xb3\xb8\xb5\xf8\x34\xc2\x94\x40\x8f\x51\x25\xd0\xc7\x71\xb5\x61\x57\x40\x54\x57\xbb\x5b\xf0\x4b\xc0\x9d\xab\xf0\xe2\x9a\x5d\x08\x5d\xbb\x84\x51\x8d\xa3\x9c\x21\x85\x0e\x33\x4f\xd5\xbc\x20\x21\xa2\x9c\xac\xfa\x8c\x53\xee\xac\x7b\x94\x37\xac\x7c\x94\x7d\x6a\xa6\xc0\x7d\x38\x2b\x9d\xe7\xbb\xc5\xa7\xb2\xe7\xfb\x10\xab\x0c\x27\xcc\x61\x59\x57\x06\x96\x3e\x07\x58\xfa\x8a\xc0\xd2\x1b\x79\xa5\x76\x5c\x2a\x2d\x3a\x9b\xb2\xcf\x61\x29\x10\x94\xf2\xf2\x8c\x46\x80\xa3\x8b\x7c\x2a\x17\xb4\x33\x99\x4a\xd9\x3a\x0b\x59\xf0\x09\x4a\xd0\xf7\x73\x45\xf0\x3e\x75\x20\x53\xa5\xf1\x36\x40\x56\xbf\xc5\x61\x21\xbe\xb1\x79\x63\x40\x6d\x78\x27\x31\x01\x2c\x9c\x7c\x12\xac\xf1\x48\x1c\x8a\xc3\xdb\x27\x81\xdf\xc4\x8c\x52\x38\x98\x07\x16\xc6\x45\x70\x57\xf9\xae\x9b\x04\xdc\xe6\x32\x99\x8e\x42\x5a\xf5\x06\x68\x35\x0f\xe1\xb4\xd2\x4e\x50\x29\x6c\x45\x76\x6a\x62\x37\xaf\xbe\x32\xed\xd1\x7f\x98\xcd\x9b\xa7\x4c\x3c\xfd\x2f\xb0\x5f\x7d\x3d\x51\xc1\x44\x7a\x85\xcc\x2a\x31\x26\x6f\xe1\x65\x10\x0b\x5b\x5a\x74\x51\x5b\xe2\xa2\xa7\x1c\x35\xce\xee\x05\x3a\x87\x13\x1a\x1f\x5e\x28\xd6\x12\x21\x98\x9a\xc9\x4a\xfc\x4a\x96\x5a\xae\x08\xa0\xb8\xbf\x92\x93\xa4\x75\x98\x19\x9b\x06\xf7\x72\x7b\x54\xc0\x1b\xec\x27\x82\xbe\x1d\xf5\xb2\x6f\xfe\x09\xbf\xd1\xd1\xbe\xef\x4d\x80\x63\x1c\x74\xc7\xd8\xad\xba\x2c\x44\xe7\xd0\xbd\x61\x3e\x40\x2f\x83\x2b\x86\x23\x50\x9c\x7c\x87\xef\x42\x06\xc7\x8f\x86\x72\x1c\xf4\xe1\x41\x5b\x35\xe4\x1b\x95\x10\xe4\x09\x5e\x01\x66\xf3\x49\xb9\x47\x37\x85\x22\xaf\x1d\x34\x0c\xb9\x07\x0b\x00\x7d\xe7\xd1\x52\x8c\x8b\xe9\x77\x54\xfe\x9f\x3c\x25\x13\x36\xc0\x3f\x28\x73\xa4\xfe\xff\x90\x07\x65\x86\x9a\x59\xf7\xa2\x0c\x5e\xcc\x98\xe1\xe2\x4b\x3c\x8f\xa3\x83\xab\x68\x3e\x23\x47\x38\x4f\x11\x11\x1f\xe5\x23\xca\xab\x7d\x4d\xe3\x2b\x5a\x1b\x4c\xd1\x61\x7d\xc1\x5d\xa5\xa8\x36\xc9\x31\x76\x9b\x19\x37\x41\x62\xc6\xa7\x45\x12\xaf\xda\x88\x54\x3d\xaf\x95\xaa\x3d\x9a\x41\x25\xa1\x47\x34\x16\x37\x74\x14\x06\x65\x92\x4e\xed\x41\x93\xe3\xc9\x1d\xb5\x5a\x32\xc9\x2d\x76\xbb\x06\x35\xc9\x4c\x14\x30\xe8\x8a\xc4\x84\x8e\x7a\x24\x46\x5e\x50\xc0\x93\x62\x12\xd2\xf8\xb1\x15\x46\xd0\x62\x2d\x26\xae\x3a\x28\x14\x40\x93\xbc\x2a\x68\xcb\xd0\x3e\x55\x62\xf5\xa5\x7e\x3c\xd2\x2f\x31\x5b\x7d\x8e\x91\x9d\xef\x48\x0c\x36\xfb\x05\xac\xdc\x78\x6f\x7f\xfe\x36\x8c\x0f\x5e\x5d\x40\xaa\x7f\x3b\x5b\xfa\xc5\x8b\xcb\x5c\x6c\x76\xb0\xa8\xa8\x7b\xb3\xe7\x6c\xb7\xa3\xad\xef\xfb\xb6\x9a\xef\xf8\x7c\x4c\xed\x01\x98\xa8\xe5\x20\xdd\xa5\x8d\x60\xbb\x9d\x99\xdb\x5f\x6b\xe8\x38\xec\xe0\x41\xc7\x01\x9c\x78\xde\xb1\xf6\xbd\xc0\x97\x15\x01\xf5\xb2\x03\x90\x43\xa7\x08\x62\xc3\xcc\x35\xeb\x72\x9e\x1e\xc4\x9b\x8a\xf4\xfa\x54\x53\xba\x4d\xbf\x35\x6f\x95\xd7\x17\x37\x57\xc7\x87\x8f\x21\x75\x1c\x00\x18\x0c\x06\x27\xe9\x80\x20\x29\x18\x15\x7d\x9c\xa4\x97\x77\x23\xe4\x61\x8e\x9b\x37\xd7\x14\x5c\xb4\x07\x39\x69\xd2\x32\x3e\x55\x5b\x06\xd3\x97\xc0\xb8\x28\x8a\x01\xec\x9f\x10\x63\x03\xcf\x47\x12\xf2\x40\xbf\x7b\xd5\xed\xf4\xc2\xde\xec\x0f\x49\x49\xab\x86\x07\x53\x7b\x42\xd8\x37\x82\xfa\xd9\xe8\x13\xc2\xaa\x91\xd5\xc9\xc0\x4f\x60\xb1\x75\xf1\xb6\xb3\x72\x82\x7b\xfc\x83\x79\xa5\x8f\x9d\xe8\x30\x8c\x56\xbb\x58\x35\x8c\x95\xcc\xad\x7a\xe1\x84\x0a\x17\xe3\xa8\x82\x6f\x7c\x9a\x24\x2c\x2b\x58\xb5\xee\x68\xeb\xe4\x45\xdd\xd8\x51\x69\x08\x98\xc9\x04\x37\x87\xc6\x51\xc1\xde\x7f\xf5\x28\x43\xe4\xd9\x38\xca\x34\x6d\x67\x70\x97\x4f\x63\xd1\x3a\xd8\x6e\xdf\x29\xd5\x75\xb7\x1f\xeb\xd6\x15\x36\xdf\x6e\x1d\xbf\x09\x5c\x4d\x83\x44\x02\x90\xcf\x32\x6b\x02\x88\x3f\xc9\x13\xf3\x21\x90\x5c\x88\x09\x81\xf8\x5e\x8c\x02\x0c\x99\x96\x46\x37\xb7\xb7\xec\x6e\x92\x9d\xc2\xe8\x8d\x79\xfe\x64\x9f\x0b\xae\x7e\xf7\xc4\x75\xb3\x93\xed\x3c\xde\xb0\xd7\xbb\x5f\xef\x10\xc9\x92\x9c\x81\xdb\x0b\xf4\xa2\x26\x05\x2b\x08\x93\xb4\x22\x4e\x0a\x2b\xc1\x12\xc8\xaf\xda\x4f\x3c\x76\xff\xae\xc1\x4b\xd7\xfd\xca\x21\x98\x75\xfa\x8b\x4c\xbc\x4c\x06\x79\x70\xa2\xb0\x80\x9d\xf0\x38\x13\xb5\x7b\x9c\x83\xda\x7d\x04\x5c\x4e\x99\x6d\xc1\xb8\xc6\x97\xb0\x1a\xd7\x62\xb6\x5d\x53\x2a\xb2\x0e\x4b\xdc\xf0\xc5\xbe\x10\x07\xc5\xdc\x13\xc6\xb9\x9d\x42\x4c\x92\x06\x41\x86\xab\x9e\x8f\x0d\x57\x1a\x1f\x1b\xae\x99\x3e\x56\x1b\x36\x68\x41\xd7\xad\x6d\x20\xae\xaf\xdf\xc4\xa3\xed\x53\xfd\xd1\xff\x43\x36\x7e\xb9\xc7\xde\xa1\x96\xb4\x85\xbd\x97\xf2\xed\xa7\x1f\x83\x1c\x8a\xcd\x10\x7f\x1a\x3b\x2c\xa3\xfb\x7d\x5d\xf5\xe5\x2f\x83\x22\x8c\x59\x46\x53\xa6\x5a\x1c\x41\x8c\x7b\x6b\x3d\x7a\xc3\x26\x95\x3b\xa3\x55\x5b\xda\xf2\x14\x3e\xb7\x3e\x22\x66\xcf\x6c\x1d\x29\x87\x8c\xd6\x1a\xc6\x36\xf3\xe1\xab\xe3\x99\xbe\x78\xad\xc6\xf3\xee\x7d\xf7\xe7\x88\xf6\x2d\x14\x9f\x56\xe6\xe3\x4a\x4d\x94\xad\x7d\x70\x51\xf5\xba\x86\x55\xbb\x65\xb1\x07\xb0\xd5\xe7\x09\xb7\xff\x6d\x60\x96\x6a\x60\xf6\x90\x16\x54\x0e\xa3\x37\xb7\xa0\x6b\xd0\x27\xb7\x8c\x31\xc8\x1d\x2a\x36\x20\xcf\xd6\xaa\x5f\x97\x7b\x56\x30\x23\x4f\xdf\x40\xa1\xee\xda\x1d\x3d\x44\x1d\x65\x92\xf7\xaf\xdd\x63\xb7\xe3\xcc\x76\xfd\xd2\x0d\xa2\x5d\x6f\x9a\x1c\xc4\xdf\x77\xe5\x8e\x0a\x97\x17\xaa\xd9\x59\x2f\x7d\xa6\x6f\xf0\xe9\xc6\x4a\xee\x2d\x61\xbb\xcd\xd6\xd2\x4f\xed\x26\x13\x76\xdd\x14\xe3\x46\xe9\xab\xeb\x72\x80\xe4\x90\x33\x5f\xe0\x7b\xba\x81\x0a\x3b\x16\x33\xe3\x74\x23\x28\xa2\xf3\x26\x20\xa6\x57\xbf\xbd\xb9\x1c\x40\x4e\x4c\x50\x4d\x99\x98\xd0\x9a\x32\x31\x7d\xe5\xac\xc8\x75\x01\xe7\x43\xd3\x3d\x10\xc8\xa3\x1d\x10\x1a\xf2\x47\xbf\x20\x9e\xc9\x82\x94\xda\x8a\x7c\x2b\x33\x46\xe9\x4c\xbe\x63\xa0\xc0\x03\xba\x40\x99\x03\xf4\x51\xad\x75\x58\x67\x2d\xe7\x1c\x9e\x1f\x88\x0d\x42\xc0\x0f\xc4\x96\x77\xb2\x79\x06\x4d\x7b\xe2\xcf\x55\xa1\xbe\xe2\x05\xfe\x4a\xa3\x0c\xd4\x40\x7c\xc9\x06\xa1\x45\xbb\x66\x12\xe1\x56\x4e\x7a\x3b\xc3\x57\x34\x74\x3a\x11\x79\xbe\x08\xac\x9f\x86\xfc\x82\x97\xe4\x30\xe0\xe5\xc2\x21\xc6\x34\x56\x2f\xcf\xbc\x6f\x78\x28\xb7\x06\x9d\x59\x57\xb7\xa5\x53\x85\x69\x6f\xde\x50\x5c\x04\xbc\xe2\x37\xd0\xed\x2e\xaa\xbc\x82\x7e\x49\x1f\x83\x4e\x84\x45\x69\x4f\x46\x25\x6d\x2b\xa8\x27\x03\xbc\x48\xc4\x34\xc6\x0d\x5a\xf9\x76\x00\xae\x8c\x7b\xc8\x6e\xed\x15\xd1\x60\x86\xf8\x27\xfd\xfc\xfa\xec\x6a\xe7\x75\x79\xb2\x66\x86\xd2\x95\x8b\x61\xb0\x72\x99\x39\xc2\x6c\xd1\x8a\x63\x22\xfe\xbb\xe1\x83\x62\x97\x12\xce\x3d\x8b\xeb\x88\xf6\x8a\x9d\xdc\xe6\xd1\xa0\x87\xf7\xe6\x0b\x82\x26\x4b\x98\xf0\xdf\x19\x03\x94\x5f\xca\xc5\x2e\x38\xb7\xf8\x4d\xbe\x55\x51\xe8\x8b\x69\xcc\xfa\x70\x57\xc3\x77\xeb\x95\xc4\x04\x30\x53\xde\xc9\xac\xe9\xb0\xa1\x34\x5b\xca\xa3\xf5\xbb\xea\xb1\x4d\x62\x28\x33\xe9\x30\x33\x0a\xf9\xcc\xd6\x72\xb9\x63\x60\xe5\x61\xb0\xa1\x14\x12\xc6\x65\x3f\x45\x72\x9a\x4b\x9b\x68\xb8\x25\x35\x5b\x66\x59\xdb\x59\x00\x0b\x51\x3c\x78\x8c\x48\xda\x20\xe9\x5f\xb3\xe1\x4a\x3e\x88\xd1\xc4\xc7\xc1\x03\x0e\xa6\xdf\x0c\xec\x74\xa2\x0b\x46\xf7\xc5\x83\xab\xf3\xa8\x89\x4c\x6c\xa2\x24\xde\x7a\x03\xd8\xc7\x5d\xbb\x78\x7c\x3f\x74\x96\xc9\x2a\xa7\xc0\x29\xec\x4f\xb1\x53\x58\x6d\x87\x79\x1d\xfd\xab\x7a\xfa\x94\xef\xb0\x5c\xd1\xab\x48\xd1\xdd\x3f\x05\xae\x38\x87\x8e\x4b\x03\xe7\xac\x4d\xfd\x3d\x05\x39\x07\x38\xda\x3f\xfb\x1e\xe0\x05\xb7\xd5\x19\x21\x72\x6d\x7d\xf8\xc6\x9b\xa2\x0a\x37\xba\xf9\xaa\x8f\xc7\x13\x7d\xdc\x8d\xa8\xa8\xa8\x11\xa2\xd4\xa7\xe2\xcf\x99\xf7\xe4\x8e\x5b\x7e\x92\x50\x75\xea\x54\x4e\x1e\xd0\xfb\xd9\x79\x71\x4f\x3e\xf4\x4d\xb3\xfe\x98\xe4\x4b\xee\x13\xfd\x26\x78\x26\x41\x0c\x82\x61\xf4\x46\xc1\x44\x3e\x39\xf4\x13\x17\xfc\x13\xed\x52\x89\x81\xc0\xb3\xe1\x4f\x1b\x44\x6c\x68\xcf\x46\xd3\x92\x23\x56\x88\xe0\xf7\x39\xf0\x59\xe0\xb3\xc8\x0f\xf8\xda\xe3\x6b\x5f\x96\x9f\x24\x33\x38\x0c\x65\xa7\x5d\xdf\x0a\x31\x07\x7c\xb3\xab\x3e\xfe\x94\x7a\xd4\x71\xa7\x7d\xc0\x9f\x22\x57\xa7\xf1\xf6\x41\xf1\xf2\x16\xe2\x53\xff\x2c\xe2\x7d\x3e\x80\x3b\x68\x14\x42\x14\xc3\xd5\x6b\x94\x04\xef\x83\x4d\xd0\x5e\x56\x0b\x94\x30\xc5\x72\x3b\x34\x52\x82\x14\xd7\xe6\xfb\xcc\xb7\x4b\x43\x88\xf5\xad\xd2\x10\xa1\xb7\x68\x9b\x2d\xfb\x56\xfb\xe8\x1e\x3d\xf1\x4e\xf0\xcf\x29\x4d\xdd\x97\xc0\xe1\x15\x5f\x11\xe4\x97\x25\xe4\xd5\x24\xbe\x40\x37\x73\xef\xad\x57\xf5\x76\xe7\xf6\x4f\xea\x1b\xe3\x41\xaf\x60\xde\x07\x8a\x58\x85\xb2\x67\x6b\x71\xfb\x4f\xa3\x9b\xcd\xb1\x06\x60\x5f\xd6\x55\x7f\x2f\x1f\xfe\xeb\xbf\x02\x9c\x82\xff\xf6\x6f\xe9\xc5\xf3\x1f\xd3\xf2\x0b\x7b\x74\xe2\x47\x80\xbf\x54\x9b\xdd\xc6\xa0\xe8\xf3\x45\x04\xc8\xd7\xe6\x60\xdf\xa7\xba\x72\x7d\x38\x0d\x0a\xf2\xff\x1b\x00\x00\xff\xff\xd9\xed\x1b\x29\x92\x9c\x00\x00") +var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xfd\x72\xdc\x48\x8e\xe7\xff\x7c\x0a\xb6\x37\x7c\xee\x8e\x90\xcb\xd1\xdd\x71\x1f\xd1\x61\xbb\x4f\x96\xda\x1f\xb3\x96\xa5\xb5\xe4\x99\x9b\x73\x38\xd8\xac\x22\x55\xc5\x71\x15\x59\x4d\xb2\x5c\xae\xd9\xd8\x88\x7b\x8d\x7b\xbd\x7b\x92\x03\x7e\x00\xf2\x83\x64\xc9\xf6\xec\xc6\xdd\x3f\x12\x2b\x13\xf9\x85\x44\x22\x01\x24\x12\x99\x6f\xb7\x59\x51\x76\x8b\xf4\x49\x7a\x9a\x6e\xf3\xaa\x5e\x97\x5d\x97\x76\xe5\xfa\xf6\xe1\xaa\xe9\xfa\xb2\x48\x5f\x54\x3d\xfd\x6e\x3f\x55\x8b\x32\x49\x56\xcd\xa6\x24\xd0\x97\xf4\x2f\x29\xf2\x6e\x35\x6f\xf2\xb6\xa0\x84\x73\xfb\x4e\xca\xcf\xdb\x75\xd3\x32\xd0\x6f\xf2\x95\xac\xca\xf5\x96\xcb\xd0\xbf\xa4\xab\x96\x75\x56\xd5\xf4\xf3\x9a\xbe\xd2\x57\x75\xd2\x35\x8b\x2a\x5f\x67\x41\x06\x12\x2c\xff\x97\xf4\xa7\xba\x48\xaf\xfb\x72\x9b\x3e\xee\x36\xf9\x7a\xfd\x34\xef\x50\xa4\x2f\xd3\x7c\xb1\x68\x76\x75\xff\xf8\x91\x64\x48\xe5\xcd\xae\xb7\xda\x2f\x77\xbd\xa4\xed\xb6\x96\xf4\x6e\x9b\xb4\xe5\xb2\xa2\x81\xb5\x94\xf4\x56\x3f\x93\x7d\x39\xef\xaa\x9e\x3b\xfd\x17\xf9\x4a\x3e\x95\x6d\x57\x35\xdc\x9f\x3f\xcb\x57\xb2\xcd\x97\x0c\x70\x45\xff\x92\xbe\xdc\x6c\xd7\x39\x0a\xdc\xe8\x67\xb2\xce\xeb\xe5\x4e\x60\x5e\xeb\x67\xb2\x68\x4b\xca\xca\xea\x72\x4f\xa9\x67\xf8\x91\xd2\x8f\xd9\x6c\x96\xec\x08\xa7\xd9\xb6\x6d\x6e\xab\x75\x99\xe5\x75\x91\x6d\x04\x6b\xef\x28\x3d\xd5\xf4\x94\xd2\x53\x4e\xc7\x30\xca\x82\x10\x94\xe5\x9d\x8e\x85\xa6\x86\xf0\x95\x77\x09\xaa\xaa\xf3\x8d\x95\xe6\xcf\xa4\xdc\xe4\xd5\x9a\x27\xe1\x21\x7f\x50\xe7\xbb\x6e\xdf\x60\xaa\xae\xf4\x93\x10\x91\xf5\x87\x6d\x09\x3c\x3c\xbc\xa1\xaf\x64\x91\x6f\xfb\xc5\x2a\xe7\xbe\xca\x57\x42\x40\xdb\x86\x10\xd2\xb4\x07\xc0\xd9\x8f\xa4\x69\x97\x79\x5d\xfd\x3d\xef\x05\x49\x97\xc1\xcf\x64\x53\xb5\x6d\xc3\xf8\xbd\xc0\x47\x42\x23\xce\xb8\x1e\x4a\x79\x43\x98\x08\x6a\xe1\x9c\x4d\xb5\x6c\x05\x95\x9c\x79\x81\x5f\x5c\x0b\xe7\xdd\x36\xed\x47\xcd\x78\xce\x9f\x83\xa2\xd4\x09\xcd\x8d\xdb\xcf\x6b\x42\xbe\xe6\x5e\xe0\x47\x04\xd0\x25\x79\xb1\x21\x54\x6e\xf3\xba\x64\x1c\x9d\xf2\x2f\xc2\x0b\xfd\x4a\x94\xa6\xb2\xae\xec\xfb\xaa\x5e\x32\xb2\x4f\x25\x29\xbd\xd6\xa4\x24\xc8\x73\x69\x87\x66\xe7\xa6\x93\xd2\xff\x4a\x3f\xd3\x2b\xf9\x29\x79\x41\x21\x64\xba\x92\x3c\x92\x2e\xbb\x2d\xcb\x42\xc6\xd2\xa5\xcf\xe9\x3b\xd9\xee\xd6\x6b\xc2\xda\x1f\xbb\xb2\xeb\xb9\xd0\x15\xfd\xa6\xf1\xcb\xef\xa4\xea\x3a\xfa\xa0\xe4\x57\xf8\x48\x68\xea\xea\x05\x06\x73\x86\x8f\x24\x79\xdf\x95\x79\xbb\x58\x7d\x48\xe4\x3f\xfa\xca\x1f\x4c\x7b\xc7\x26\x95\x09\x49\x89\x48\x5a\xb0\x06\x92\x45\x53\xf0\x8f\x33\xfa\x47\x55\x57\x75\xd7\xd3\x8a\xfb\x90\xe8\x07\x83\xc9\x97\x4c\x40\x5f\xf5\xc0\x82\x26\x62\xf9\x76\x3c\x83\xe9\xf3\xaa\xed\xfa\x87\x7d\x45\xc4\xfa\x76\x57\x27\x3c\x3e\x5a\x6d\x59\x31\x37\x26\xf4\xa2\x21\x14\x21\xb9\xa5\xf1\x5d\x1c\xae\xff\xe5\xf5\x49\x7a\x45\x9c\x68\xd9\x96\xf4\x9d\x52\x1d\xf4\x8f\xca\xfc\x3c\x4b\xa8\x94\xb5\x74\x9e\xf7\xf9\x3c\xef\x4a\x8f\x56\xce\x14\xea\x76\x79\xa0\x71\xe6\x6a\xe0\x60\x5d\x1f\x8d\x77\x6a\x85\x50\x1d\xba\xae\x5c\x1d\x6f\x78\x71\x51\x3a\x33\x35\x14\xbe\x5a\x97\x9c\x4e\x55\xa5\xaf\xde\xbc\xb9\x3c\x7f\x96\x96\xf5\xb2\xaa\xcb\x74\x5f\xf5\xab\x74\xd7\xdf\xfe\xb7\x6c\x59\xd6\x65\x4b\x3c\x6e\x51\xa5\xb4\xa6\x5a\xa2\x84\x94\x08\x5b\x06\x37\x4b\xba\x6e\x4d\x6b\x1f\xe8\xbd\xbe\x7e\x9d\x5e\x30\x8a\xb7\x79\xbf\x42\x47\xfa\x55\xd2\xfd\xb1\x66\x14\xb9\x06\x6f\x56\x65\x0a\x2a\x03\x50\x73\x6b\xf8\x48\x0b\xed\xe3\x2c\x29\xdb\x36\x23\xb6\xd4\x1f\x32\x2d\xac\xf5\x0d\x21\xa5\x0a\x22\x9d\xba\xe9\xd3\x79\x99\xa2\xcc\x2c\x49\xac\xc3\x86\xdd\xd3\xed\x76\x5d\x2d\x64\xad\xbf\x90\x3c\x8f\x68\xde\x41\x14\x4b\x21\x1c\x10\x65\x79\x01\xba\x88\x3d\xf3\x7a\x48\x23\x06\x82\xf2\xab\x92\x18\xe0\x6a\xb7\x14\xb6\xb7\x6e\x76\xc5\x77\xa0\x54\xeb\xbd\x27\xd4\xf4\x6d\x43\x1d\x06\x76\x1c\x80\x6f\xe2\x94\x28\x8e\x37\xad\xb6\xdc\x34\xc4\x57\x1c\xb1\x57\x44\x50\xfb\x8a\x32\x69\xa4\x5d\xfe\x89\xd6\x5b\xdf\xa4\xfd\xaa\xea\xd2\x82\x88\x6d\xc1\x15\xd3\xd2\xd8\xd1\x76\x21\x64\x41\x04\x2a\xa4\x61\x69\xf1\x1c\x00\x6a\xb3\x23\x6a\x5a\x51\x65\xbc\x19\xf1\xce\x49\x55\x4e\xf5\x13\x43\xa2\x7a\x40\xdf\x44\xb9\x0d\x71\x65\xe6\x9b\xe7\xf8\xd0\xdf\x61\xfd\xd4\xab\xfc\xf6\x96\x7a\xd5\x11\x55\xbc\x4c\x17\xeb\x86\x48\xea\xdd\xdb\xd7\x1d\x13\xcc\x2a\xdb\x36\x2d\xb6\x39\xca\xba\xa2\x4f\x97\x16\x20\x9a\x21\xea\xdd\x66\x4e\xbf\xf6\xab\x8a\x38\x00\xd0\xce\x25\x78\x37\xa7\x54\x6a\x62\xd7\xd1\x14\x9e\xa4\x44\xc2\x34\x02\x42\x19\x08\x80\xc7\x50\x54\x5d\x3e\xa7\xb9\x67\xf0\x5b\xda\xb6\x76\x2d\x91\xd5\xaa\xef\xb7\xd6\xf2\xcb\x9b\x9b\x2b\x69\xda\xa5\xde\xd5\x76\x1e\x50\x06\xe6\x60\xcd\x1b\x6f\x9d\x36\xf5\x0c\x44\xb2\x6b\xd7\x03\xfa\xa1\xb1\x5a\xce\x11\xbc\x70\x17\x1e\xf1\x9f\x6b\x8f\x1e\xe0\xb9\x23\xe9\x64\x0f\x6a\x22\x1c\x97\xd8\x00\x89\xa8\x9b\x2d\xd7\x1b\x50\xf5\xa5\x26\x78\x52\xc6\xa6\xe9\xf2\x65\xeb\xa4\x5c\xc8\x3e\x01\xfb\xdf\xd0\x80\x95\x8d\x5c\x5f\x10\x1a\xc0\x4b\x90\x7a\xdb\x36\x1b\x4a\x7d\x4e\xff\x7c\x82\xef\xfe\x05\xd7\x07\x98\xbc\x28\x88\xbf\x75\x27\xe9\xdb\xe7\x67\xe9\x7f\xfe\xf9\xa7\x9f\x66\xe9\xab\x9e\x57\x22\x13\xe7\xdf\x98\xa8\xe8\x53\xf6\x70\x07\x4a\x2c\xa3\x27\xba\xbb\xc7\x2b\xeb\x5e\xfa\x18\xb9\xff\xbd\xfc\x9c\x93\xfc\x51\xce\x16\xcd\xe6\x29\x73\x95\x4d\xde\xcf\x12\xce\x21\x72\x55\x3a\xbe\x2e\xeb\x82\x3e\x54\x12\xd0\xbc\x80\xdd\x69\x7e\x20\x17\x88\x54\x94\x2d\x9a\xfa\xb6\x6a\x79\x40\xbf\xd5\xa0\x06\x93\x97\x68\x1f\x40\x8e\x6d\xb7\x84\x34\xe2\x20\xd5\xed\xc1\x83\x62\xa8\x6f\x38\x51\x27\x34\x11\xaa\xcb\x54\x94\x74\x58\xbe\x16\x62\xe4\x79\xbb\xa4\xe1\xb5\x86\xef\xce\x23\xbc\xb9\xbd\x5d\x13\x47\x35\x2e\xa9\x2d\x5c\x4a\xaa\x30\xcc\x10\x84\x88\x71\x0b\x89\xef\x5c\x89\xf8\xec\xfc\x4d\x5a\x7e\x22\x6a\x23\x72\xa0\x2d\xba\xd8\x2d\x40\x61\x0c\x7b\x92\xf2\xfe\x44\xf8\xa5\xb5\xb1\x10\xbe\x1a\x30\x09\xee\x1a\x73\xa2\x05\x01\x11\x6f\xd0\x45\x91\x91\x84\xf2\x89\x38\x68\x1b\x34\xf1\xc2\x92\xb4\xf7\x23\xd8\x51\xa7\x5c\x09\x1e\xf9\x82\x66\x9c\xa8\x42\x7a\xd1\x49\xa7\x24\x9b\xc8\x9d\xe8\x78\x47\x92\x74\x5e\x50\x5f\xe6\x07\xf0\x9d\x8e\x89\xa1\x28\x6f\xf3\xdd\xba\xf7\xfd\x92\x89\x6b\x4d\x26\xb3\x96\xae\x59\x98\x0f\xf3\x26\x0b\x8c\x3a\x08\xea\xe9\x86\x65\x89\x0c\xeb\xf5\x21\x85\x00\x05\x7a\x15\x11\xd7\x64\xf1\x6e\x96\xe8\xe6\x6d\x12\x7d\xf6\xa9\x82\xf4\xeb\x48\x08\xb9\x26\xde\x33\xaf\xf9\x33\x03\xb0\x58\xdd\x4d\x96\x75\x1d\xbb\xe4\x86\x3b\x27\xf9\x0a\x1e\xb8\x0b\x68\x81\xc5\x73\xc2\xdc\xa7\x0a\xac\x57\x27\x11\x7d\xa5\x99\x44\xd3\xd4\x54\x57\x96\xa8\x81\xca\x3f\xa2\x3a\x51\x66\xa6\xd2\xa0\x0a\x68\x26\x88\x90\x90\x96\x16\x4d\xca\x3b\x23\xf8\x3b\x95\xb6\xa1\xd6\x3a\x7c\x1d\x73\xda\x56\xcb\x15\xf1\xbb\x66\x7f\x22\x48\xdb\xaf\x9a\x92\x69\xfa\xd5\xf9\x93\x1f\xa5\x1f\x4b\xe6\xf6\xae\x10\xef\x13\xf9\x8e\x26\x9c\x30\xaa\xa4\x25\x5d\x70\xfb\x2d\x20\x47\x72\xa7\x00\x0d\x25\x7d\x93\x65\xc7\xe2\x8b\xae\xdf\x30\x4f\x17\xae\x87\x91\xd2\x03\x6d\x41\xc5\xba\x6c\xd9\x40\x5e\x35\x31\x8e\xf7\x2e\x52\x7d\xba\x3e\x5b\x56\x7d\x76\xcb\x8c\x84\xeb\x7c\xce\x65\x79\x2b\xa5\x9c\xf4\x01\x65\x3d\x48\x89\x1b\x91\x10\x5e\xfc\x92\xde\xff\xa4\xf2\xcb\xcf\xcc\x21\x32\xa2\xe9\x6a\x8d\xc9\x50\x29\xb8\x2d\x45\x7c\x32\x75\xab\x68\x68\xfd\x31\xce\xbb\xdd\x16\x3b\x8d\x8a\x2c\x27\xe9\x56\x00\x8b\x66\x5f\xf3\x5a\x00\x2b\xa4\x55\x5f\x41\x59\x9c\x57\x75\x4e\xdb\xad\xd5\x02\x16\x7b\x9f\xa8\xe1\xcd\xe5\x0d\x00\x97\xcd\x7c\x57\xad\x0b\x03\x98\xd1\x08\x3f\xe5\xeb\xaa\x60\xc1\x53\xe7\x3d\x14\xf2\x2c\xa9\x92\xbe\x2c\x9a\x96\xe5\x03\x8c\xc6\x0a\x1e\x11\x4c\x5a\xde\xf0\x91\x4c\x65\x15\x16\xe5\x9c\x0c\xc1\x68\xa0\x89\x87\x44\xce\x12\x06\x28\xa6\xea\xea\x07\x3d\x7a\xba\xd8\x51\x5b\x34\xe9\x9c\x4c\x05\xbb\xf4\xe1\x53\xfa\x9b\xb0\xbc\x22\xfc\x78\x39\x46\x3c\x67\xa6\x92\xb9\x93\x55\x1a\x75\x35\x22\x6f\x47\x5d\x46\xbc\xc1\x58\xc3\xfe\x1a\x09\x74\x3b\xa1\x57\xd6\x8c\xd7\x34\xad\xe5\x77\xf4\xf1\x80\x16\xf0\x72\x8d\x49\xc8\x21\xce\x91\x5c\xdb\x10\xde\x98\x40\x4e\x64\xb9\xdc\xd2\xd0\x98\xb3\xf5\xf9\x47\xea\x5b\xce\xe2\x43\xf2\x9e\xad\x07\x1f\x92\x9d\x48\x84\xcd\xba\x70\xd2\x37\x68\xba\x69\x87\xda\xaa\x07\x72\xf4\xda\x91\x58\xbd\x58\x65\xce\xf6\xc0\x48\xe9\xcb\xcf\xd8\x8b\x91\xe5\x4d\x11\x4c\xec\x9c\x95\x6c\x0e\x98\x2e\x1e\xc4\xc5\xc1\xcf\x16\xc9\x83\xb4\x44\x48\x67\x99\x37\x8c\xb5\x4f\xa5\x83\x3a\x0b\x53\xe3\x02\x54\x17\x49\xae\x5a\x55\xac\x54\x52\x96\x68\xbe\x9a\x2b\xda\x6f\x97\x80\x89\xa9\xe1\x04\xbc\x8e\xe6\x53\x15\xb8\x19\x4d\x0c\xb4\x43\x6b\x99\x38\xe2\x41\xd6\x45\xd0\x66\xf2\x5e\x8d\x2a\x1f\x12\x83\x7b\x1b\xe7\x13\x37\x21\x4d\xcf\x5b\x1b\x32\x9b\x5d\x67\x75\x60\x25\x59\x19\x8a\xdf\xe0\x57\xe5\x96\x65\x81\x4d\x07\xb2\x58\x13\x64\x71\x50\x69\xd6\x11\xc8\xaf\xc2\xaa\x89\x62\x88\xc1\x7d\x67\xe6\x9a\x6f\xac\xe2\x59\x45\xa4\x80\xf2\xf1\xd6\x23\x26\x10\x12\x3a\x61\xf7\x69\xdb\xc3\x49\x1a\x6d\x62\xab\xbc\x23\xf6\x4d\x3b\xb7\x16\x2b\x66\xa6\x6f\xf1\xb4\xe7\x0b\x59\x33\x30\xdd\x80\xca\xa5\x64\xd3\x0e\xf7\x44\xee\xa1\x70\x38\x6d\xc5\x49\x32\x90\x53\x42\x71\x66\xa2\x4d\x42\xd8\xa6\x64\x61\x36\xdb\x88\xb5\x44\x7e\xa5\x17\x65\x42\x12\xd7\x92\x16\xb4\x11\xec\x13\x56\x72\x97\x90\xf9\x95\x5e\x19\xa0\xec\x43\x16\xac\x10\x96\xf2\xab\x99\xa8\x88\x33\xec\x61\x01\xa0\xb5\x3d\x42\x3f\x6d\x56\x94\x3d\x33\x96\x2e\x3b\x36\x04\xaf\x8e\xb8\x85\x47\xe2\x29\x9b\x97\xd2\x10\x4a\x05\x60\x3f\x2c\x2e\xc0\x5c\xe3\xf1\xfc\xe9\xfd\xee\xf1\xa3\xf9\x53\xc7\x5b\x17\xab\x72\xf1\x51\xe8\xaf\xaa\xe7\xcd\x67\xa8\xb0\x34\xf1\x8c\xe3\x9a\xd7\xd8\xfd\x22\x5d\x51\x2e\xb4\x1c\xe2\x05\x54\x8c\x10\xcf\xb9\xd1\xa4\x51\x67\x98\x65\xcc\xcc\xd8\xe7\x76\x17\x23\x24\x2a\x8d\x46\xa4\x67\x09\x4d\x23\x2f\x3e\xac\x03\x4f\xb7\xa7\x9c\xca\x94\x8b\x7d\xc2\x93\x2e\xc6\xbb\xae\x36\x55\x3f\x22\x1d\x66\x44\xb9\x92\xa0\x5a\x4e\x0c\x97\xa8\x0b\xd8\x40\x5f\x88\x9d\x53\x35\xb4\xf1\x1a\x39\xed\x73\xd2\x7e\x7e\x4e\x89\x84\x76\xb4\x8d\xf1\x98\xa8\x9b\xc4\xcf\x73\xde\xb9\x49\xf3\xc9\xbb\x6c\x57\x2b\x5a\xcb\xc2\x88\xe9\x65\x85\x5d\x86\xdb\x35\x92\x0f\xa0\x0c\xf3\x2a\xc0\xa7\xdf\x3b\x8c\xff\x40\xd2\xfe\xad\x2b\xc6\xac\x9f\x3b\x54\xb1\xb0\x99\x4f\x4e\x1e\xb1\xc6\xba\x14\x85\x15\x18\x60\x38\x9e\x68\xd2\x7a\xfc\xec\x91\xea\xf4\x91\x52\x30\x21\xf3\x5d\xdf\x37\xac\x4c\xac\x99\x6a\xa4\x8c\xf5\xfa\x0c\x80\xd0\x8f\x7c\x7d\x98\x90\x10\x4f\x32\x37\xa5\x09\xf7\x99\x37\xbb\xaa\x1a\x36\x18\x9d\xee\x95\x0e\xac\x10\x03\x48\x5e\x1f\x8c\x94\x89\x20\xb8\x17\xdc\x60\x3f\xdd\x97\xef\xdb\xf2\x07\xdf\x1b\xb7\x66\x50\xc2\x7a\x24\xc5\x83\xf5\xf4\x16\xb9\x62\x70\xb3\x55\x67\x5b\x9f\x9a\xad\x3c\x7d\xb4\x31\x7a\x91\xcf\x2b\x83\x18\x2c\xc9\x9d\x05\x10\x4d\xa3\x40\xe9\xd9\xa0\x2d\xaf\xc7\x8d\x31\xd8\xc7\x5d\xf6\x3b\x58\xdf\x34\x59\xb7\x12\x9d\xd9\xba\x47\xfa\x76\xbd\x8c\x0c\x2f\x30\xba\x83\xe8\xfe\x0b\xef\x93\xa4\x99\xe4\xeb\x0f\xc9\x01\x16\xbe\xbf\x12\x87\xaf\x61\x3b\x6d\x12\xca\x10\x2d\xeb\x02\x1f\x04\xca\x2a\xdf\x87\x84\xf7\xd0\x37\x03\xb9\x90\xb7\x08\x4d\x0b\x04\x14\x64\xfd\x16\x89\x7b\x36\x85\xc9\xd5\x84\x0c\xf9\xb6\xf4\x36\x62\x7c\xb9\x21\x5e\x5f\xbf\xbc\x31\x1d\xee\xfa\x65\xfa\xb1\xd4\xca\x5f\xf6\xfd\xb6\x7b\x07\x7d\x5e\x94\x73\xd6\xe4\xaf\xf2\x03\x4b\x6d\x92\xac\x3f\x90\x71\x53\xe6\x1b\xed\x25\x7f\x4a\x15\xa7\xb4\x9d\x69\x22\x7f\xd2\x2e\x17\xd8\x89\x12\xc8\x2f\x36\x04\x11\x66\x54\x6e\x70\xfa\x43\xa9\x06\xe8\xdf\x47\xc6\xad\xdf\x93\x7c\xbd\x5d\xe5\x10\x20\x02\x30\xd8\x71\x08\x08\x13\x9f\x02\x04\xb4\xb0\xdb\x94\x6d\xb5\x80\xb6\x45\x05\xbe\x7f\x98\xfd\x00\x13\x1e\x2d\x14\x92\x24\xe3\xca\x0a\x5a\x24\xff\x50\x85\xfc\xcd\x52\x66\x58\x6f\x57\xfd\xdd\x46\x11\x55\xc7\xe9\xc4\x73\x08\x02\x32\x9d\x87\x72\x40\xd8\x18\x59\xbe\xeb\xd9\xac\x43\x09\x24\x43\x46\x55\x6f\xf2\xcf\x5f\x2a\xb8\x69\x26\xca\x09\x2b\xf0\x85\x6c\xc1\xeb\x10\x63\x76\x40\xf0\x6c\xb8\x39\x0a\x4d\x53\xcf\x20\xf5\x47\xda\xd5\x6a\x07\xf6\x4e\x7e\xa7\xf8\xfd\x8b\x1d\x47\xd0\x16\xa2\x12\x78\xea\x0e\x26\x68\x73\x2e\x98\x6f\x42\x92\x9e\xf9\xe5\x16\x4a\xd7\x8e\x9c\xa1\x61\xab\xe2\xe3\x18\x07\xab\xd5\x50\x34\x88\xa4\x66\xfe\x0c\x25\xe3\x3d\x32\x63\xa9\xb5\x0e\x65\x53\xb7\x7b\xda\xfe\x02\x08\xb1\xa4\x67\xe3\x72\x83\x05\x77\xb4\x38\x89\x02\x13\xa5\x2f\xc7\xa6\xd1\x23\xe5\x7b\x5a\x32\x13\x15\xb8\x95\x74\xb4\xa0\x4c\x26\x0a\xd1\xc8\x8b\x11\x2f\x18\x17\x64\x30\xd2\x9b\xd6\xeb\x72\xc9\x36\x34\x6b\x38\x6a\x4d\x49\x88\x36\x03\x01\x0b\x09\xc8\x63\xd8\x4d\x56\x38\xaf\xa1\x16\xe0\xe6\x28\xd6\xbf\xa8\xd7\x24\xcf\xd3\x27\x97\x0c\xb4\x30\xed\x86\xee\xe4\x1b\x56\x38\xba\x1d\xb3\x66\x56\x4e\x44\x3a\x89\x67\x83\x37\x5e\x54\x55\xa2\x89\xe3\xd5\x13\x2d\xb2\xc6\xf6\xa5\xfa\x01\xf6\x8d\x55\x87\xfa\xfa\xb8\x62\xad\xdc\x01\x1d\xab\xd6\x69\x94\xe5\xe7\x0a\xf6\xc8\x17\x15\xdb\xb9\xa0\x53\x3a\x55\x1a\x79\xb3\x64\x4d\xcc\x80\x75\x17\x19\x95\xc8\xb1\xcd\x27\x56\xfd\xb8\x3d\xce\x95\x72\x62\x9f\xd4\x41\xf1\x3c\xab\x76\x4a\xda\x60\xb3\x2f\x8b\x13\xda\xe2\xb9\x04\xf5\x13\x6c\x23\x5f\xef\xf3\x43\x07\x23\x8b\x71\x1c\xb6\xc5\x4a\x71\x66\x27\x24\x00\x2c\xd1\xab\xd0\xe2\x4f\x2b\xce\x30\xc1\xa6\x6b\xde\x3c\xdc\x36\xbd\x87\x7e\x09\x6e\xa1\x66\x1b\x52\xdb\x79\xdb\x73\x06\x6c\x02\x67\xdd\x98\x35\x49\x96\xf1\x25\x3b\xa8\x08\x87\x48\xca\xf9\x27\xca\x9e\xb0\x78\x44\xcd\xb0\xb0\x42\xfc\x58\x70\x4d\xf2\x1f\x61\x16\x5d\x0a\x8c\x0d\x3b\xaa\xff\xa1\xc8\xc5\x15\xe1\x90\xf5\x2c\xaf\x7f\xf3\xde\x44\xb3\x62\x16\x6b\x49\x87\xf6\x9c\x74\x3d\x2d\x01\xc6\xb4\x1d\x7c\xfe\x55\xe4\x2b\xd5\xb9\x39\x17\x4b\x0c\x68\xea\x56\xd5\x36\x6d\x60\x05\x0d\x51\xe8\xc9\x36\x10\x31\xd9\x36\x5f\x42\xee\x66\x73\x70\x9b\xd7\xdd\x6d\x09\xbb\xf0\x26\xbd\xe5\xb3\xb5\x99\x36\xcd\x12\xab\x1c\x80\x1e\x69\x59\x74\x18\x34\x1d\xee\x16\x98\xbb\x60\xa2\xe2\xa6\xe5\xa0\x00\xb6\x47\xf4\x01\x58\xf5\x35\x75\xd6\x07\x26\xb3\x11\x0a\x20\x35\x46\xc7\x3e\xd6\x9b\x4f\x65\x88\x88\xdb\x7f\x74\xe4\x01\xd6\xd5\xf4\x2d\xe7\x05\xf1\x34\x49\xa3\x30\x77\xe0\xd4\x6e\x7e\x88\x47\xcf\x45\x1d\x05\xf0\x19\xd2\xa7\x52\x5b\xe1\x85\xc1\x6b\x65\x50\x21\xcc\x1c\x5e\x57\x48\xfa\x1c\x2a\xdf\x9c\xba\xb8\x58\x45\xab\xf3\x06\x39\xa9\xe4\x8c\x16\x68\xf2\x9e\x9b\x26\x35\x7e\x95\xd7\xcb\x32\x73\x36\xe6\x33\xfc\x56\x09\x5d\x6d\xc6\x7d\x6a\x86\x65\xb6\xfc\x5b\x11\x31\x23\xdf\x59\xb2\xaa\xcd\xe2\xd3\x25\x7f\x6b\x48\x86\x80\xa9\xf8\x4f\xf4\xc5\xd2\x6f\x9d\x44\xa7\x65\x03\x3b\x03\xd4\x83\xaa\x3f\xe0\x18\x6f\x4e\x32\xb0\x28\x69\x94\x42\x6a\x2e\xb8\x03\x4c\x1f\xcf\xed\x9b\xe6\x23\x67\xa6\xc7\x4b\x5b\xbe\x14\x4e\xec\x50\xcf\xed\x3b\x61\x2d\x79\x33\xc3\xe6\xc0\xc2\x34\xac\xee\xc1\x96\xf0\xe0\x7e\xf7\x80\x27\xcc\xf2\x66\x01\xfc\x36\xef\x89\x2d\xd6\xa2\xa2\x08\x87\x0a\x8b\x6a\xb6\xab\x02\x5c\x45\xc0\x66\x38\x23\x17\x54\x7c\x48\xfc\xd1\xbd\x9d\xda\x4f\x59\x54\x95\xc5\x74\x2a\xf3\xfe\x33\x7d\xaa\x45\x24\x75\x8e\x2b\xaa\xaa\xe2\x60\xd4\x4e\xb3\xba\xf8\x70\xab\x4b\xd4\x86\x14\x1b\x90\x94\xbc\x9f\xa4\xe7\xf2\x61\x4a\xef\xae\xc2\x98\xaa\x22\x49\xb6\xc0\x7b\xe0\x68\xa0\x13\xe1\x3a\xad\x0e\x25\xde\x88\xdd\x0e\x77\x76\xc2\x82\xd4\x02\xc2\xb5\xb3\x0e\x48\x01\x7c\x2a\x1d\x28\x6c\x6c\x9d\x85\x26\x57\x07\xe7\x38\x7c\x3a\xc1\xfa\x27\x81\xed\xcb\x79\xca\xf6\x52\x22\x1c\xd2\x8b\x74\xa0\x9b\x9c\x54\xaa\x4f\x55\xee\x2c\x33\x34\x5b\xec\xca\xa0\xbb\xe8\x73\x76\x63\xc0\xd9\xf0\xd8\xe7\x86\x0f\x5a\xf4\xec\xe2\xb5\x7e\x26\xbb\x6d\xc1\x36\x2d\x3f\xe0\x77\x48\x70\x03\x8e\xf3\x03\x73\x25\x86\x6e\xc5\x9c\x34\x23\xe0\x45\xaa\x70\xdc\xb3\xc3\xcc\x96\xcf\x84\x1f\x8d\x2e\xa1\x62\x08\x12\x9e\x12\x48\x96\x2a\xad\x06\x30\x13\xde\x03\xf4\xca\x81\x25\x10\x42\x7b\x65\xba\x6a\xf6\xe9\xba\xaa\x3f\x76\x8a\x5f\x67\x0f\x31\x3d\x39\x3d\x47\x02\x01\x8b\xa5\x86\xc5\xaa\xaa\xde\x95\xbf\x26\xf6\x25\x96\x7c\x7c\x8e\x3d\x3f\x4a\xd9\x15\x87\xcc\x40\x0f\x60\xce\xe4\xa8\xe9\x14\xc9\x93\xb0\x5e\xcf\xd5\x22\x38\x23\x0f\x0e\x85\x6f\x4b\x16\xb0\xc1\x0e\xed\x14\x8b\xf0\xd3\x34\x9d\xda\x1e\x3d\xfb\xe1\x34\x18\x2a\x14\x4a\x67\xcb\x41\xe8\x64\x9e\xda\xd9\x19\x56\x63\x62\xa7\x5d\xd6\x1f\xac\xed\xac\xda\x88\x73\xd5\x3b\x3b\x0b\xc3\xcc\x3a\xbd\x02\xd9\x33\xd2\x94\x07\x83\x09\x8f\x1c\xde\x34\x76\xd2\x66\x7c\xd4\x32\x4f\x4c\x5c\x10\x84\x60\xb3\x8f\x3a\x3b\xa4\x2c\xad\xc0\xac\xe7\x5f\x20\x30\x23\x9f\xf0\x24\x46\x78\xb3\x63\x2d\xcd\x3a\x12\x0a\xcf\xf4\x1c\xc0\xe5\x33\x66\x83\xfc\x37\x38\x33\x1b\x5a\x1b\x22\x4d\x49\x6b\x38\x2a\x4d\x0f\xfa\x34\x5a\x3b\x56\x6e\x4f\x63\x0b\x87\x63\x04\x3f\x13\xea\xcf\x61\x19\x96\x63\x35\xf8\x13\x08\xbd\xd4\x38\x93\x93\x2a\x08\x01\x50\x38\x3a\xaf\x67\x9c\x0a\x37\x62\x8b\xba\x78\x6b\x39\x00\x75\xd8\x8a\xf5\xc9\xd2\x0e\xe7\x43\xc6\xb6\x6d\x69\xd2\x69\xe3\x1d\x58\xa2\x46\x2c\x2d\x62\x5f\xe0\x5e\x0d\x4e\x9a\x3d\xd7\x22\x0d\x52\xeb\x62\xfe\x8f\x2f\x4b\xf1\xd6\xcb\x92\xad\x5b\xd6\xa8\x32\x6b\x97\x2b\x2c\x3b\xa1\x3e\x60\x0d\x94\xce\x3c\x51\x00\x13\x71\x17\x01\x16\x82\x98\x25\xd4\x92\xb3\xc8\xce\x0b\x8b\xed\xff\x37\xdb\x6e\xd4\xa0\xb3\xed\xfa\xae\x0e\xc8\x86\xfb\x38\xd8\x71\x46\x04\x44\x19\xd8\x7f\x75\xea\x83\x5d\x55\x27\xdf\x6d\xae\xdc\x8c\xc8\xf4\x8c\x26\x4a\xc2\x16\xac\x44\x00\x0e\xcb\x02\x1e\xbc\x49\xe0\x0a\x25\x02\x7e\x37\x32\x43\xc6\xfc\xf5\x14\x1a\x0c\x61\x45\x60\x59\x1e\xe0\x0d\x4d\xa4\x3f\xd5\x88\x36\x8c\x08\x39\xb7\x75\x9e\x3d\xa3\xa3\x99\x13\x55\x1b\x56\xd5\x72\x45\xe3\xaa\x36\x7c\x66\x09\xae\x6d\x07\x63\x5e\xab\xe3\x5f\xb4\xf0\x9a\x65\xcd\x36\x1c\x6e\x41\x5c\x79\x1c\xb7\x7d\xdc\xf5\x6d\x53\x2f\x9f\x9e\x37\xac\x6e\xb1\x25\x84\xb7\x8a\x5f\x1f\x3f\xd2\x74\x62\x19\x3c\x87\xec\xe0\xfa\xa2\xea\x5f\xee\xe6\x0f\xba\x74\x49\xb2\x01\x36\x90\xc7\x79\xba\x6a\xcb\xdb\x27\xf7\xee\x77\xf7\x9e\xea\x41\xb5\xf8\x59\xed\x6b\x87\x96\xc7\x8f\xf2\xa7\x2c\x3d\x77\xcd\x9a\x84\xda\xb8\x48\xb3\xd9\xc8\xfc\x12\xfb\xdb\x08\x24\xfa\x8f\xb3\xed\xb2\x06\xe6\xca\x56\xf1\x43\x15\xce\x1c\xad\xfb\xf9\xd1\x69\x33\x31\x29\xb2\x2f\xa8\xa0\xc2\xc0\x38\xb2\xab\xfb\x80\x69\xb2\x6d\x21\x75\xc5\xb0\xc1\x8e\x8b\x61\x22\xd9\x5c\xe3\x4d\x1b\x66\x9c\x80\x04\x8d\x3a\xac\x3c\x15\xa5\x9e\x88\xa4\xc1\x69\xd6\xa6\x6c\x9c\xf4\x65\xa4\x15\xd0\x2f\xf3\x54\x33\x65\x42\x60\xf4\x46\x10\x26\xd8\x88\x86\xbf\x33\x06\x20\xa3\xd7\xe5\x6f\x23\x40\x9e\x48\x32\x8a\x13\x81\x80\x1f\xcc\x00\xc6\xa8\x59\x85\x3e\x30\x4f\xeb\x05\x58\x99\xea\x20\xe2\xa8\x22\x02\x99\x90\x24\x49\xe8\xcc\xde\xbe\x52\x76\x18\xb5\xeb\x07\x6e\xcd\xf9\xa3\x2f\xf4\x65\x38\x62\xc6\x18\xc6\x74\x0a\x74\xd0\x58\x60\x53\xd0\x99\x7a\xad\x16\x04\x64\xd0\x36\x1c\x68\x0b\x6f\x1a\x3d\x71\x49\x2d\x11\x73\x42\xea\x41\x5f\x46\x8b\x99\x3b\x01\xb7\x34\x71\xf1\x80\x51\xe2\xbf\xa6\x45\x4e\x9c\xa0\x6f\x3e\x12\x31\x8d\x8b\x20\xfd\x58\x21\xc7\x61\x4c\x46\x57\xfe\x72\xea\xd9\xc3\x50\x6a\xd7\x03\xce\xa3\x2c\x26\xe0\x2c\x5a\xab\x73\x7d\x11\x8b\x4a\x09\xd9\x78\x5e\xd5\x85\x70\x12\x65\x04\xea\x4b\xe2\x38\x00\xc9\x17\x35\x03\xc1\xec\xc9\x1f\xfa\x3b\x9c\x96\xa8\xfe\x60\xb9\x10\x03\xdf\xd5\x01\x03\x15\x72\xc8\x04\x15\x6e\x90\x57\xa4\x82\xc1\xbf\xed\x54\x2a\xbc\xe1\xec\x4e\x9d\x3b\xf5\x9c\xd8\x8a\xbc\xd0\x44\xac\x01\x00\x0a\xc2\x3b\x87\x08\xfc\xf2\xda\xb8\xd5\xa2\x3e\x00\xea\xb9\x86\x39\x20\xaa\x33\x96\xb9\x12\x9f\x80\xf4\xf4\xea\x15\xed\x19\xae\x41\xab\xf4\xb7\x9c\xe4\x48\xe9\xc2\xde\x59\x02\x98\xd8\x86\x3c\xd7\x9d\x20\x49\x71\x33\x3c\xa2\x24\x96\xb8\x1b\xd4\x68\x40\x32\x98\x38\x5f\x70\x5c\x76\x81\x75\x44\x5a\x43\x4f\x86\xbb\x95\x1b\xea\x77\x84\x59\x67\xa3\xe3\xa5\xb5\x3d\x30\xff\x0f\xdc\x7f\x72\xc1\xd0\x1e\x1c\x7c\xe0\x77\x44\x90\xb0\x10\xa4\xbc\x84\x5b\xc7\x3f\xac\xc3\x26\x40\x04\x53\x19\xb2\x91\xc9\xc9\xf4\x4c\x65\xb2\xd8\x14\x67\xd9\x5a\x3d\xf1\x98\xbf\xc4\x67\x98\xf0\xbd\xfe\x7a\x07\x97\x09\x47\x15\x90\xf2\xd5\x64\xb3\x8e\xa2\xa5\xe9\x01\xbf\x49\x65\x23\x94\x13\x74\x6e\x45\x64\x6b\xa5\x88\xc0\x55\x94\x6a\xd9\x97\x6b\xf6\xf1\xd4\xd6\xfd\x29\xb2\x0e\x3d\x3a\x43\x56\x20\x77\x7a\xcc\xce\xbc\x4e\x14\x14\x54\x84\xe6\x2d\xab\x8c\x20\x68\xb9\xe1\xd8\x58\x54\x60\xdb\xaf\xcf\x4e\xdf\xbc\xb9\xbc\xf1\xdb\x34\xaf\x83\xba\x20\x61\xe2\x3b\xe7\x81\x35\xea\x97\xf9\x61\xb9\x09\x8c\x21\xbc\x27\x98\x96\x38\x06\x17\xb2\x29\xab\x9d\x3e\x97\x0d\x78\x4f\xc3\x7d\x31\x5e\x1e\xf5\xbf\x38\x36\x7f\xc9\x7b\x96\x6f\x3e\x24\x66\x24\xbe\xe4\xff\x49\x68\x67\x0f\xce\x36\xb0\xf4\xfc\x11\x88\xf7\xc0\xa6\x0e\x34\xc5\xc8\xee\x0e\x26\xbd\xcb\xa1\x42\x10\xee\x1b\xec\x15\xb7\x29\x8e\x47\x4f\xd8\x8c\xd8\xb4\x58\x30\x8c\xdc\x5d\x5d\xfd\xb1\x83\x80\xc6\x0a\x04\x31\x0f\x76\xec\x9b\x57\x6b\xd9\x50\xfe\xec\x7e\x48\x3a\x7f\x0d\xbc\x84\x83\xc6\xe9\xd7\xe3\x6e\xcb\xbe\x8a\xb4\x37\x74\x4f\xee\xed\xaa\x94\xad\x52\xec\x1b\x74\xef\x29\x89\xfb\xec\x66\x40\xd3\x47\x10\x4f\xd9\xb2\xf4\xd1\x0c\x96\xc3\x2b\x27\xc8\x33\x17\x5f\xce\x83\x9f\x2f\x52\x27\x7a\xa1\xca\x91\x58\x9c\x7a\x31\x55\xa6\xc1\x28\x78\x49\x31\x71\x7f\x2c\x43\x4c\xe9\x91\x92\x5b\xb9\xdd\xa2\xad\xe0\xa7\x2c\xe9\x7c\xc9\x28\x0d\x2e\x18\xb9\x44\xdf\xee\x35\xcd\x37\x29\x80\xb3\x65\xd5\x93\x4a\xc6\x97\x8a\xe0\xd5\x9a\xd0\x72\x21\x0e\x8e\xeb\x49\xf2\x65\x29\xa3\xa2\xbc\xd9\x09\x2c\x4c\x2c\x2c\x62\xe9\xcc\xf3\x87\xfe\x9e\x28\xa5\x80\x76\x39\x8a\xad\xe5\x0d\xa9\xa4\x15\x13\xfc\x2b\xfa\x47\x9b\x99\x88\xbe\xf1\xf4\x74\x28\xaf\x0a\xbd\xe8\x67\xae\x0a\x75\x69\xd2\x09\x51\x5f\xa6\x60\x4a\xd4\x07\x56\x8d\xad\xc0\x18\x12\xd2\x67\x48\xd0\xab\x48\xd4\x09\x9a\x80\x4f\x22\x01\xc8\xe5\xa4\x57\x96\xf2\x3d\x6b\x3d\x3f\x1c\x31\x41\x0e\xcf\xf1\xbe\xdd\x12\x39\xac\xe1\x6e\x83\x24\x3b\x79\x64\x6c\x5e\x4e\xd5\x11\x28\x3a\xfe\x4e\xf4\xaa\x94\x5d\x6c\x71\x77\xa5\xe4\x66\x4b\x98\x7b\x7c\x31\x98\x76\x9c\xc7\x6b\x02\x3e\x74\xf3\xf5\xae\xbc\xf7\x54\x70\x66\x0b\xc2\x6a\xd5\x29\xb8\xd0\xdb\x5a\xc1\x1c\x28\xc4\x0c\x4e\xf8\x99\x29\x7d\xec\x25\xc1\x0a\x95\x2a\xfa\xd3\x50\x11\xff\x52\x19\x22\x0f\x1c\xfb\x1f\xbd\x78\x75\x03\xb7\x7e\x9a\x31\xb8\x61\xdb\xdd\x05\x76\xb1\x9c\xb9\x3a\xed\x28\x09\x20\xe6\x95\xf9\x4a\x12\xb5\x1c\x27\x42\x5b\x8b\xad\xee\xe6\xf0\x91\x87\x77\x40\x12\x59\x95\xb6\xd4\x75\x8d\xde\xba\xc5\x0e\xa7\x7e\xf6\x8c\x8e\x57\x39\x2e\xab\x05\x98\x0e\xdd\x91\x98\x9d\x16\xbc\x1f\x6c\x0f\x19\xdb\xfe\xb0\x05\x6c\x0f\x09\x9c\x76\x68\xb7\xcc\x20\x4c\x48\x22\x18\xf2\xba\xda\xca\x7d\x4a\xca\xa8\x4a\x71\xdd\xc5\xc7\xe5\x3f\x27\x82\x42\x37\xc3\x20\x14\x5c\xb2\xe4\x0c\x62\xfc\xbf\x82\x3f\xf6\xac\xe0\xc9\x59\xc4\x93\x7b\xd9\x9c\x98\xc4\xc7\x7b\x81\xc2\xc7\xd7\x31\x59\xcb\xfb\x8e\xe4\xce\xbd\x9e\x98\xbf\x93\xaf\xc4\x7e\xff\x05\xbf\x76\xec\x0a\x2a\xc7\xf3\xfc\x91\xe8\x2f\x36\xe9\x27\x7a\x41\x8f\xb9\x61\xc2\x42\xbf\xce\x27\x09\xfc\x21\xeb\xfa\x63\xc7\xa3\x14\x5d\xf5\x49\xfa\x2f\xfc\x2b\x7d\xc1\xbf\x74\x28\xcc\x11\xdc\x1a\x07\xd5\x0c\x78\x44\xe8\xda\x08\x96\xa7\x0e\xc6\x9e\x27\x88\x3f\x54\x80\x7d\x75\x84\x32\x40\xbe\x1d\x90\x6c\x77\xec\xf4\xc1\xf3\x6e\xad\x5d\x51\x0a\xae\x5a\x70\x22\xef\x99\x41\x0d\xee\xbc\x27\xaa\x23\x71\xac\x46\x59\x4c\xdf\x96\x10\x46\xe9\x9f\xe6\xe1\x3a\x67\x9f\xc3\xc2\x2f\x40\x44\x72\xff\x29\xbd\xa1\x14\x85\x28\xc3\xac\x44\x41\x91\x3f\xbc\xd8\xb7\xce\xe7\x25\xcc\x62\xaf\xf1\x41\x24\x4f\x3c\xb2\x27\x14\xc1\x5a\xe2\x7e\x24\xdc\xc7\xaa\x17\xe7\x55\x7c\x25\xea\x5a\x2d\xa7\x38\xf2\x99\xc0\x46\xde\xe6\xec\x67\xf8\x36\xdf\xcb\x4f\xc2\xb4\xde\x04\x7c\x29\x5f\x92\x0c\xaf\x55\x01\x85\xd3\xaa\x83\x87\x1c\xa1\x34\x7c\x65\xdf\x89\x75\x60\x36\xee\x88\xe5\x0c\x2e\x22\xa6\x8b\x41\xfe\xad\x68\x43\xcf\x59\x17\xb2\xb4\x1c\xfc\x2f\x35\x3f\x20\x97\xbe\x21\xe6\x21\xe6\xe0\x0b\xf9\x72\x39\x85\xb8\xa8\x9d\x63\xf7\xd0\x34\xf3\x22\xbe\xe4\xff\x2e\x95\x08\x46\xd7\x0f\xfd\x77\x1e\xb9\x72\x57\x97\xd5\x20\xb9\xf9\xe8\x93\x67\xc3\xb9\x08\xb2\x6a\xde\x85\xe7\x30\xc3\x13\xed\x23\x3f\xcc\x5e\x10\xfe\xdb\xcc\x95\x3f\xe3\x9f\xe9\x7a\x54\x8b\x9b\xdc\x70\x6e\x07\xcd\x84\x30\xd4\xd4\x24\x98\x34\x17\x42\x4a\x8b\x9b\x29\x60\x12\x7d\xeb\x08\xf6\x92\x12\x42\xd2\x8a\x2a\x66\xa1\x6d\x50\x33\xe4\xb8\x69\x78\xda\x5a\xf8\xbe\x06\x24\x59\xfd\x1c\xf7\x33\x00\x92\x6e\xe6\x13\xa0\x6c\x50\xf0\x70\x34\xf0\x21\x90\xda\xbc\x1c\x43\x18\xce\x9e\x9f\x1f\x9a\xda\xe1\x04\x49\x66\x46\x32\xc7\xa2\x74\x3e\xe7\x00\xc2\xae\xcd\x77\x66\xa3\x66\x5c\x65\xda\x58\x54\x1f\x10\xda\xe7\x73\xca\xbe\x5f\x00\x9b\xae\x30\xe3\xca\x67\x09\xea\x2c\x93\x16\x17\xfb\x29\x5b\xcd\x51\x95\x61\x1e\x09\x18\x99\x88\x4c\x82\x08\x27\x3e\xad\x27\x4a\xdc\x49\x51\x43\x98\xa3\x35\x8f\xe8\x46\x4b\xde\x31\xbd\x1e\x82\x2f\xc3\x1e\xaf\xfa\x48\x39\x95\x70\x20\xd7\x8c\x73\x66\x7c\x33\xc1\x71\xca\x53\x1c\xe7\x83\x5b\x4e\x81\x76\x7a\x77\x9e\x36\x59\xde\x91\x5d\x57\x0b\xb5\x2e\x4c\x15\x92\x59\x2e\xb2\xf9\x41\xcb\xc8\x3c\xe3\xfe\xd5\x91\x22\x1b\xf6\x08\xc0\xf6\xab\x45\x2e\x5c\xc2\x44\x91\x4e\xef\x6f\xf2\x05\xca\x71\xce\x8c\x65\x5f\x78\x0c\x30\x6f\xea\x26\x41\x98\x4a\x01\x72\x89\x8f\x29\x10\xb1\xb9\xa9\xd6\xcc\xbb\x80\x38\x3d\xdb\x19\xd5\x64\xc3\xec\x06\xe1\x4a\xbc\x86\x53\x44\xfb\x15\xe5\xd8\x63\x90\xf9\xaa\x98\x58\x2f\x1a\xf8\x13\xe2\xe7\x1d\xed\xf8\x02\xd2\xd0\xa8\x04\xaf\x24\xcc\x02\x81\xc8\x77\x7a\xff\xfd\x8f\x1f\x3a\x9e\x06\x6f\xbd\x7e\xff\xd3\x07\x92\x67\xee\xbf\xff\xf9\x03\xcc\xd6\xa3\xc2\xd9\x2d\x5b\x6d\xc6\x35\xa0\xa0\x41\x6f\xdb\xf2\x53\xd5\xec\x60\xab\xd0\x4f\xcf\x1f\x3e\xcb\x54\x7c\xee\xe3\x25\xee\xee\x91\x0e\x56\x78\xe1\xb2\xe2\x15\x5e\xef\x36\x99\x8e\xb1\x13\x0e\x60\xbf\x5c\x71\xc3\x40\x96\x73\x93\xbf\xbb\xdf\x3c\xdc\xaa\xe0\xc1\x52\xe7\x4d\x8c\xfb\x27\xf9\xf5\x14\x03\xe1\xa1\xff\xee\x5a\x6a\x02\x83\xf7\x8d\x5c\x85\x65\xa9\xd7\x99\xde\x0f\x65\x3f\x8b\xb9\x92\xdd\xf7\x47\x97\xe3\x2c\xed\x45\x0c\xa2\x5e\x95\xc8\x31\xf0\xb6\x04\x62\x0c\xee\x2d\x7e\x0e\x32\x87\x95\x09\xd0\x54\x6d\xca\x6a\x3d\x95\x9c\x0d\xf2\x05\xd7\x8a\x29\xd9\x86\xbe\x0d\x4d\xd2\x25\x57\x87\xfd\xfc\xc6\x5a\x44\x9e\x20\x89\xf2\xd6\xd5\x73\x4b\x18\xaf\x17\x30\x8e\xc2\x7e\xcc\x43\x55\xbf\x3a\x81\xfe\xc6\x26\xb6\x8d\x46\x2c\xb9\xc2\x87\x25\xcb\x8d\x42\x75\x82\x76\xb4\x19\x59\x6e\x34\xd1\xee\x98\x90\xbc\x4e\xea\x0b\x38\xb6\xdd\x2b\xe1\x23\x04\x4e\x8a\x40\xab\x3a\x33\x5f\x6a\x15\xe9\x89\x59\xb2\xbf\x90\x8c\x88\xc8\x88\xaf\xd2\xa9\x31\xf0\xe8\xb5\x9f\xe8\x84\x29\xb8\xfd\xa1\x53\x1a\xae\xd6\xb2\x80\x99\xe0\x37\xfa\xe7\xf0\x3a\x70\x6c\xb0\xfe\x71\x2b\xd4\x7d\xfa\x67\x49\xb2\x2f\xda\xa2\xf3\xfb\x76\x9c\xbf\x68\xd6\x8d\xdf\xd7\xf1\x6b\x08\x20\xc6\xb9\xfb\xc5\x40\x36\x93\x6c\x4f\xdb\xba\x7a\x41\xb8\xf1\xce\x23\x90\x13\x83\x91\x8c\x81\x87\x4f\x9c\xe9\x9c\xfb\xa5\x83\x70\xf1\xb7\xcb\xd3\xe3\x5a\xd4\x4f\x06\xa0\xce\x3a\x38\x09\x36\x65\x06\x16\x29\x23\x34\xfb\xb2\xcc\x5e\xd5\x72\x83\x9c\xeb\xe6\x83\xcf\xc0\x12\xac\x35\x1f\x37\xfc\x4e\x37\xed\x2d\xc0\xd2\xd3\x2f\x9c\x30\x21\xea\x09\x56\xd4\x36\x27\xd2\x13\x47\x03\xd5\x25\x38\x45\xbd\x26\xba\x69\x38\x1b\xa8\x01\xf7\xfb\x26\x75\xfa\x16\x42\xe9\xf0\x46\x90\xa7\x5c\xd8\x2e\x08\x81\xfc\xb5\xfc\x4c\xab\x25\xee\xd9\x96\xdd\x6e\x0d\x2e\x8d\xb3\x2b\xf9\x71\x6b\xa7\x2e\x4e\xd6\x0d\xb4\x05\x2f\x5d\x05\xd9\x13\xa2\x60\x90\x3b\x2d\x0e\x0e\x01\x0a\x2f\x64\xdf\xef\xa2\xb6\x49\xdd\xde\xd1\xfa\xd4\xe0\x39\x4d\x4a\xbf\x52\xfc\x1a\x76\xc1\x36\xa9\x61\xd5\x8e\xdd\xc7\x23\xa2\x59\x9b\xaf\x68\x45\xcb\x5d\x17\x91\x70\x03\xbd\x93\xa6\x5d\xbd\x38\xd5\x42\xae\x53\x1f\x55\x3f\x90\xc6\x27\xb1\x63\x0b\x16\xd7\x48\xc2\x8c\x09\xeb\x67\x98\xeb\x07\x7d\x4e\x23\x66\x4d\x2f\xfd\xde\xa2\x3b\xfc\x10\x0f\xb2\x14\x47\x24\xfe\x1f\x66\xb8\xeb\xbf\x5a\x55\x26\x74\xaf\x35\xa2\x72\x4d\xf1\xd7\x62\x4f\xdc\x25\x8c\x07\x07\xaa\xee\xe1\x66\xf3\xb0\x28\x1e\x4c\x8c\x3a\x20\x7a\x37\xec\xc1\x79\xb2\xca\x97\x03\xea\x0f\x6a\x0a\x38\xc8\x34\xee\x18\x20\x9a\xa7\x77\xec\xca\x5a\xb2\x71\x31\x2d\x3c\xde\x40\xde\xc1\xdc\x75\x4d\xba\xa5\x5d\x8e\xd0\xee\xce\xa8\xf8\x8c\x42\x9c\xfb\xc3\x91\x0c\x78\x6f\x90\x35\xb8\x83\x74\x67\xf7\x0c\x0f\xba\x6c\xd9\xe6\xbd\x39\x82\x12\x89\xc8\x72\x14\x21\x01\xcf\xf3\x48\x75\x7c\x6f\x02\x70\x8a\xeb\xf9\xb6\xff\x23\x39\xdf\x54\xe3\x53\x24\xf0\x25\xde\x37\x15\x56\xca\xd2\x66\x42\xdf\xf0\x19\x95\x2f\x9f\x15\xdc\x61\x06\x7e\xce\xc2\xdf\x1e\x6c\xd5\x34\x1f\xe5\x1e\xf7\x1c\x9f\x3e\x67\x59\xf5\x96\xc9\x71\x73\x5e\xc6\xb9\xf3\xbc\xab\x16\x61\xf8\xaa\x67\x9c\x30\xd1\xc5\x82\xe7\xb8\xcd\xfe\x2e\xda\xe6\x39\x7e\xa5\xff\x93\x09\xc3\x81\xa8\xc3\xe7\xa5\xdd\xdb\xbf\x66\xb7\x4f\x97\xab\x0e\x77\x41\x53\xea\x1f\x38\x6e\x4b\x7d\xd7\xd8\x5a\x37\x7d\x2c\xe5\x1c\x37\x8f\x15\x31\xfa\x18\x1a\xe8\xf9\xf8\xd7\x39\xb8\x8d\x7c\x38\xa7\x7c\x37\xe3\x2b\x26\x77\x79\x60\x58\x57\x9c\xf7\x3a\x9b\x0d\xf5\xf3\xd2\x1c\xe0\xc7\x60\xce\x4a\xee\x9d\xde\x63\x9b\x3e\x9f\xb8\xd7\xe2\xd3\x06\xc7\x77\x76\x90\xe7\xa4\xd8\xdb\x9e\xe8\xda\x05\x02\x52\x59\x0d\xf2\x23\xce\xaf\xf9\xba\xae\xb5\x8b\xd0\x6a\xb8\xfa\xc2\xb7\x08\x3a\x39\x13\x51\x17\x7e\x71\xe7\x14\x19\x33\x77\x72\x5f\x87\xd3\x9f\xe0\x8c\x21\xf4\xd4\xf1\x77\xb6\xc5\x1f\xd4\xba\x8a\xbc\x80\x7c\x06\xde\xcf\xc0\x7d\x70\xcc\x30\x00\x34\xa4\x5c\x12\x7f\x12\x07\x0b\x29\x96\x47\xb7\x07\xfa\x40\xf7\x91\x43\xd1\x79\xbe\xf8\xe8\x7a\xc4\xec\xaf\x6c\x7b\xf8\xed\x8f\xd1\xce\x7e\x83\x0b\x88\x1f\x0f\x61\xe7\x97\xc0\x45\x18\x82\xac\xee\xea\x36\xc0\x06\xbc\x44\xd8\xeb\xe3\x53\x55\xec\x88\xb6\x79\x26\x66\x8f\xe7\xed\xd3\xa0\x30\xd1\x02\x0e\x30\x8e\x56\x30\x98\x32\x16\x5a\x2a\xdc\x14\xe6\x2b\x31\xb8\x9b\x71\xeb\xaf\x1c\x75\x53\x9d\x66\x3e\xe6\x44\x61\x1d\x26\xae\x0e\xa5\xde\xf7\x3e\xe4\x76\x42\xa1\x38\x8c\x16\x7f\x31\x3b\x09\xff\x25\x1d\xa1\x3c\x44\x88\xdc\xe6\x70\xc7\xe6\x5f\x3c\x0c\x57\x54\x0c\x8a\x01\x2b\xc1\xc9\xb4\xcd\x22\x8f\x91\x63\xa8\x1c\xd8\x49\x71\x29\xa3\x8e\x68\xfe\x84\x06\xb1\x58\xef\xe0\x63\xc3\x4c\x8b\x43\x9a\x9d\x28\xaf\x3e\x71\x7a\xb5\xb8\xaa\x07\x4e\x0c\x9e\x57\x36\x11\xfa\x06\xac\x27\xe0\xdf\x01\x7f\x30\x1e\xfc\x05\x67\xdf\xf1\x9c\x98\x4a\x86\x48\x85\x50\xcb\x1c\x0c\x8b\xa4\x59\xc0\x0f\xe0\x61\x62\x0b\x7d\xa2\x2a\xf1\x5c\x19\x9c\x2c\xfa\xcb\x33\xae\x6b\x56\xa0\x3d\xde\xbd\xd8\x39\x21\x9d\x70\x4a\x70\xa0\xec\xf9\x15\xa2\x2e\x15\x7f\x3f\x1e\xcf\x59\x90\x7c\xbc\xc0\xc0\xcb\x2e\xaa\x2b\xf6\xb2\x0b\x3a\x28\xfb\xf3\xb1\x7a\xce\x26\xeb\x50\x4f\x92\x70\x6a\xf9\x8e\x5c\x85\xdb\x50\x99\x06\x6e\xd0\x28\x9b\xc3\xeb\x48\x9a\xbb\x5f\x35\xc1\xb5\x61\x71\xfd\x03\x87\x0b\x3b\x32\x8b\xc7\xba\x97\x4d\x55\xf1\xa2\x5b\xec\x60\xef\x35\x8e\x65\x1b\x30\xae\xa0\x6e\x76\xc4\x90\xd7\x15\x4d\x3a\xf6\x59\x8d\xab\x76\x79\x7d\x83\x88\x55\xb4\x81\x10\x77\x5e\xf2\x52\x4f\xff\xb2\x2a\x6b\x84\x15\xe2\xf0\x66\xba\x2c\x16\x0b\xf6\xd8\xad\x6a\x8d\xbc\xb2\x2f\xcd\x8f\xaa\x2e\xd6\xb2\x88\x42\xdf\x67\xdb\xac\xe4\x50\x30\x45\x08\x33\xe6\x9c\xdd\xb6\x5c\x90\x24\x37\x63\x33\x5c\x5b\x23\xe0\x68\x6a\x9a\xfe\x9d\x67\x88\x6e\x24\x38\xcc\x63\x75\x3e\x40\x8b\xa2\x24\xd4\x56\x95\xb3\x8f\xd0\x33\x04\x9d\x92\xdd\x0c\xc3\x77\x49\x6e\x58\xed\xe2\xbe\x53\x31\xf3\x48\xf5\x6c\xeb\x6b\xf6\xe4\x51\x1f\xc2\xc8\x37\xd2\xf4\x17\x04\xb8\x61\x55\x33\x53\x31\x9f\x58\xdc\xce\x29\x90\x6e\xdb\x88\x57\xc6\x5b\xfd\x1c\x03\x89\x8c\xcf\x3d\x79\x29\x5f\x63\x90\xad\x5e\xa9\x77\x97\xeb\xc7\x20\xf3\xa6\x60\xa9\xfd\x19\xfd\x1b\x8b\x7e\x2e\xfc\xa6\xc9\x7f\x20\xce\x2d\x5f\xe3\x12\xab\x37\x67\x10\xba\xcb\xf5\xad\x5c\xc9\xe3\xc3\x7a\x28\x29\xe2\xb4\xc1\x6e\x3c\x12\xb1\x89\xcf\xa2\x51\x81\x3a\x97\xc3\x6f\x12\x71\x28\x18\xf1\xc4\xea\x79\xba\xec\x1a\x46\xe8\x81\x3f\xec\x13\xac\x28\xd6\xaf\x57\xb2\xed\x61\x1a\xa0\x92\x49\xd0\x90\x13\x96\x32\x58\x9b\x31\xbb\xa6\x79\x37\x6c\x25\x50\x08\xcb\x70\x44\xd4\xb8\xe5\x6a\x20\x22\x19\x49\xa4\x43\x52\xec\x76\xba\x66\xec\x72\x0b\x88\x0d\x08\x1b\xf7\x48\x45\x4d\x46\x90\xf8\x3e\x8d\x20\xbc\xd5\x15\x40\xe6\x6b\x3c\xdc\x67\x14\xdc\x4b\xb8\x2f\xa3\xf5\x10\x70\x94\x28\x2e\x2a\x3a\xaa\xe1\x3f\x1e\x73\xec\x8a\xa7\xcc\x29\x1e\x3f\xc2\xa7\xb3\x68\xe8\x2a\x67\xb7\x89\x60\x75\x73\x50\x39\xda\x91\x45\x36\x6b\xcb\x65\xde\x16\x76\xf7\x57\x39\x0d\xfb\x71\x82\xa3\x84\x57\x3b\xf2\x35\xa9\x8c\x5a\x05\x71\x46\x02\xf9\xc8\xc7\xb4\x34\xdf\xbc\xe3\x9a\x96\xcc\x02\x4a\x21\x6c\x8c\xbd\xe6\x89\xb9\xec\xb6\xcc\x6f\x84\x79\x59\x3b\x18\xf2\xf7\x7f\xba\xbe\x7c\x73\x92\x7e\x7e\xb8\xdf\xef\x1f\x72\xf1\x87\xbb\x76\xcd\xfe\xe5\x05\xdf\x2d\xfe\x1f\x17\xaf\x4f\xd2\xb2\x5f\xfc\x30\x23\xf5\x12\x6c\xc8\xaf\x6e\xf5\x0f\x81\x15\x86\xa9\x8b\xa5\x95\x7f\x9c\x3d\xe9\x8a\xd1\xc8\x93\x61\x48\x8a\x70\x83\xe4\xd9\xb3\xc3\x28\x9d\x4c\x39\x94\xf2\x2a\x4d\x49\xca\x3c\xce\x72\xf0\x11\x64\xac\x49\xd2\x9c\xba\x53\x36\x04\xa9\xa8\x1d\xed\xc6\xab\x85\x46\xbe\x1c\x80\x98\xe9\xf2\x0c\x46\x4b\x97\x89\x89\x73\xdb\x0a\x87\x0f\xe9\x56\xcd\x6e\x5d\xc4\x1c\x93\x70\xa6\x13\x51\x16\xbf\x0e\x0b\xc3\x25\x02\x61\xf2\x9e\xa4\x7f\x62\xfb\x06\x4f\x94\xd0\x16\x67\x19\x6d\x01\x78\x36\x2c\x8c\x78\x2e\x81\x98\x46\x03\x90\x38\x35\x26\x0d\xfa\x3c\x27\x11\x8e\x2a\x51\xad\x80\x0f\x81\xfa\x74\xe3\xb4\x04\xd0\x9a\x54\x37\x2e\x12\x5b\x97\xa6\xb3\x0d\x2f\xe2\x66\x21\xe1\x33\xf3\xa5\x99\x5e\xa6\xf0\x90\x8a\x3f\xc8\x24\x8a\x02\xfe\x08\x50\xe6\x22\xa1\x83\x8a\x5f\xbb\x60\x4c\xa9\x06\x30\x2a\x87\x19\xde\x6d\xe7\xbc\xec\x71\xe3\x69\x6a\x2d\x8a\x9e\xe6\x66\xcd\xaf\x1e\xe3\x6f\xba\xc3\x89\x64\x22\xce\xaf\x11\xf7\x00\xeb\x88\x65\xae\xfd\x70\x17\x1b\x8a\x5b\xca\x9b\xbc\x28\xa3\xbc\x69\xb4\x5d\x2b\xe0\xa0\x8d\xd1\x2e\xa9\xd2\xf1\x48\xc5\x0b\x5a\x38\x26\x10\xc8\x91\x63\xa6\xa3\xb4\xab\xc8\xb8\x41\x70\xee\xd2\x62\xf1\xca\x56\x29\xf8\x6e\xbc\x44\x19\x21\xb2\x8e\x42\x8e\xca\x82\x5a\x7c\x40\xc1\x20\xb8\xf8\xc2\xee\x82\xe6\x5a\x37\xba\xf6\x13\x8a\xd0\x52\xab\xb9\x70\x8b\xab\xf9\x20\x73\x18\xea\x77\xb8\xb2\x49\x56\x93\x28\xe4\x67\xf2\x15\x62\x6b\xbb\x6e\x0e\x76\x33\xea\x1c\xbf\xf4\xca\x71\x38\x32\x0f\xa6\x83\xf2\x90\x81\x4a\xdf\x64\x71\x75\x7f\x0d\x82\x4f\xa9\x88\x5b\xb3\xf6\x85\xa2\x04\x13\xaa\x31\x91\x99\x76\xa2\x7b\x13\x97\x6b\x1c\xd4\xf0\x1a\xd0\xb9\x6b\xe1\xc8\x35\xa0\xb8\x68\x78\x15\x28\x28\xfa\x15\x57\x81\x62\x24\x8d\x2f\xfa\xf8\xa1\x7e\xc5\x5d\x9f\xa9\x41\x8f\xe5\xda\x29\xc4\x4f\x14\x98\x92\x6e\x8b\x70\x6c\x5f\x71\xe7\x67\xa0\x0d\x7f\x8d\x80\x3b\xd5\x13\x8f\x92\x00\xb9\x5f\xb2\x53\x16\xd5\xed\xed\x6c\xde\x36\xfb\x8e\x2f\xd6\x20\x6e\x2e\x73\x59\xfe\x9d\x5e\xe3\xb7\x80\xf0\x19\x0c\x88\x42\x3e\x24\x51\x8f\x3f\x9f\xe8\x39\xa8\x24\xb2\x28\x31\x8a\x0f\x7a\x4e\x39\x08\xc9\xc9\x61\x84\xf9\x8a\xb0\xe4\xcc\xa4\x08\x6d\x74\xfb\x8c\xbf\x70\x25\x08\x36\x53\xb6\xcd\xa1\xd0\x35\xa7\x28\x18\x7f\x1a\xc2\x6d\x57\xc2\xc9\xbb\x5e\xda\x86\xf8\xea\xcd\x15\x20\x2c\x83\x23\x30\x22\x86\x0a\xf2\xa9\x07\x09\x5d\xff\x09\xc2\x70\xe9\x21\x14\x41\x58\xf4\xcf\x5e\xbd\x91\x9f\x70\xa7\xd3\x2b\xec\xf0\xa7\x7b\xce\xae\xd5\xe6\xa4\x37\x9b\x72\xd6\xb3\x3c\x71\x7a\x14\x4b\x8e\xbd\xa0\x80\x5f\x0e\xa2\x68\xf3\x5b\x1c\x5e\xf0\x7f\x97\x4a\x32\xb0\x2f\x76\xd5\x96\x0f\x87\xc5\x08\x39\x82\xea\x6b\x7c\xb8\x74\x3d\x7c\xe0\x7f\x2e\x2d\x67\x25\x24\xc0\xe1\xfd\xc2\x63\xc4\x5c\xfe\x88\xee\xee\x77\x69\x57\xb1\x45\x4e\x09\x74\xd0\x20\xa8\xc3\x47\x65\x03\xed\xe0\x4d\x01\x83\xa0\x1d\xda\xdd\xee\xa1\xcd\xba\x96\x0b\x06\x96\x07\xb5\xd5\xc2\x68\x44\x65\x7c\x68\x36\xb3\x31\x7a\x97\x4e\xca\xc7\xee\xbf\x08\x3d\x45\x59\x14\xe0\xfb\x8e\x7c\xbd\xb0\x5b\xcd\x86\x13\xe1\x2c\x68\x8a\xb3\x14\xbf\x1d\x94\x49\x86\x4c\x2e\xd9\xa6\x08\x84\x43\x21\xa0\x70\x5b\xb9\xc8\xdb\x8f\x1c\xb5\x16\xa7\xdd\x56\xc1\xbe\xd5\xd0\x07\xfc\x3f\x9c\x31\x8d\x96\x7c\x25\x5f\xa3\x06\x63\x0f\x35\x94\x86\x3d\xc0\x98\xa9\x2b\xc0\xd2\xac\x88\x64\xaf\xe5\x4b\xde\x7d\x18\x52\xc6\xf8\x9e\x1b\xe5\x3d\x1c\xce\x5b\x00\xef\x10\xfd\x97\xf2\xff\xfc\xaf\xff\xcd\xc6\xbb\x86\x76\x4b\x5c\x4a\xd5\x78\x48\x7e\xde\xcd\xbf\xdd\xc7\xdc\x7e\x08\x1e\x1d\x74\x44\xd0\x9f\xea\x3d\x4f\xfa\x1a\xd1\x28\x07\xbe\x35\xfa\xe6\x33\xff\x01\x91\x43\x49\xf4\x64\x8e\x03\xb3\x61\x1d\x46\x54\x99\xee\x11\x2e\x1e\x8b\x4d\x2e\x26\x4d\xa2\x1c\x28\xd1\x4d\x6f\x29\xc9\xfb\xa6\x5d\x7e\xf0\x51\xbb\xdc\x44\x44\x11\xbb\xa0\x19\x7a\x18\x43\xd8\x0b\x26\xbf\xf1\xb3\x07\xa2\x69\x4b\x88\x40\x9c\x51\xdb\x35\x18\x89\xa2\x23\x77\xac\x5d\x25\x61\x43\x0f\x3a\xbb\x68\xad\xd1\x23\x71\x95\x79\xe2\xb6\x7b\x78\x83\x9b\x14\x6d\x15\x8f\x25\x3a\x90\x9e\xcf\x46\xef\xa7\xc0\xc3\xda\x6c\x9b\x26\x06\x16\x89\x1e\x1c\xb2\xd7\x2f\x7f\x70\x00\x27\x7e\x5b\x82\xc9\x4f\x8e\x7c\x5e\x21\x81\xd6\x35\x12\x10\x9c\x0c\x7e\xcd\xfc\x3f\x41\x48\x18\x35\xc0\x71\xaa\x7e\x69\xfa\x20\xec\x4c\x14\xfe\x36\xf0\xfd\x46\x38\xaa\x28\xa6\x2d\x57\x0e\x44\x4d\x9c\x19\x8f\x82\x94\x61\x66\x90\x7a\x17\x74\x74\x85\xe7\xc1\x1a\x96\x7c\x8d\x69\xc0\x75\x11\x97\x53\x5f\x3f\x25\x19\x84\xc8\xaa\x23\x9f\x98\x6e\xe6\x9b\x09\x96\xcc\x4a\x0e\x94\x7d\x31\xc4\x79\x9f\xd3\xe2\xf9\x55\xe0\xd9\x12\x5e\x75\x5d\x20\x24\xa0\x8c\x4f\x4e\xd7\xa4\x20\xac\x23\x35\x0f\x15\xb1\x28\xf7\xeb\x91\x4b\x2c\xe3\x70\x72\xdf\x7e\x8d\x65\x5c\xc7\xdd\x17\x59\xfe\xd1\xb3\xcc\xe9\x50\x31\xa1\x2d\x6b\x10\x33\xc6\x65\x4d\x05\x8f\xf9\x77\x9c\x2c\x12\x49\x69\x37\x46\x6b\xfb\xe8\xd1\xa2\x96\x71\x27\x53\xc7\xc3\xf8\x7d\xfb\x01\x63\x14\x3c\xed\x2b\xa4\xbd\x78\xc4\x81\xa0\x17\xf5\xca\x21\x84\xed\x7c\xf1\xad\xd7\x63\xda\x9b\x17\x5c\x23\x9e\x31\xd4\xf1\x46\x57\x30\x31\xd2\x3b\x8b\xc4\x17\x32\xc3\x6e\x3a\xab\x5e\x70\x50\xa4\x86\x7e\xb9\x8a\x29\xa6\xea\x2f\xdf\xc7\x3c\x72\xf6\x71\xd7\xc5\xcc\x61\x2f\x99\xd7\x38\xcf\xcf\xb0\x93\x77\x96\x08\xb7\xd9\xf8\x50\xf6\xdf\x73\x59\x73\xfa\x7c\x81\x75\xc0\xbd\x99\xbe\xb0\x29\x1b\xfe\xbc\x41\x81\x75\x08\xc3\x97\x28\x19\x9e\xe1\x7a\xcc\xed\xf0\x30\x48\x3f\xec\x34\xbb\x40\x09\xf7\x9e\x69\x24\x29\x8b\xd3\x30\x48\xf7\xac\x0f\x9e\x57\x5b\xb9\x6a\xe9\x81\xe4\x37\xc4\x9d\xc9\x9c\x61\xf9\xb8\x8d\xd8\xd1\xd1\x52\xdd\x11\xcf\x05\x3e\x5c\x3a\x61\x6d\x51\xe2\x06\xe0\x99\x7c\xb9\x1c\xd5\xb5\x34\x20\xa2\xef\x84\x04\xbb\x83\x73\x72\x90\xaa\xbb\x9e\xe2\x9a\x2f\x41\xd1\xa4\x1c\xb6\x3c\x85\xb9\x8b\xfe\xc4\xd3\x24\x80\x2a\x6e\x6a\xaf\x20\x21\xff\x32\xac\x4b\x02\x7f\xeb\xee\xf9\xa6\xd9\x27\xb2\x75\xce\xe0\x6f\x29\xc1\xd9\x34\x25\xee\x92\xa4\xb1\x8c\xa2\x11\x00\x52\xb9\xa3\xa9\x77\xc4\xc7\xf9\x83\x5b\x81\xd8\x39\xdc\x7d\x40\x8b\xb5\xc8\x02\x28\xa4\x06\x5c\xc4\x62\xb9\x3e\x24\x8e\x99\xd6\x0a\x01\xd6\x37\x2b\x92\x68\xd4\x6e\x08\xf1\x35\x0d\x73\x3f\x47\xcd\x9d\x98\x7d\x0b\xa1\x77\xd4\xf0\x26\xb1\x53\xa4\x15\x79\xdc\xc0\xf5\xc3\xbd\x9c\xe1\xfb\x11\x42\x7c\x4d\x3f\xb8\x95\x47\x70\x11\xe4\x49\xbc\xab\x3f\xa4\x1c\x6a\x24\xa1\xe8\x58\x79\xd8\x45\x7f\x2d\xee\x26\xd8\xaf\xe1\x92\x50\x0c\xe4\x0f\x36\x27\x8f\x37\x4e\xc9\x91\x43\xde\x09\x11\x41\x3c\x47\x26\x83\x27\x7c\x79\x89\xf3\x4c\xa3\xa4\x03\x0d\x7c\x42\x3c\xd8\xd4\x2e\xa4\xfd\xf2\x22\x1d\x64\xac\x0b\x95\xeb\x24\xf3\xcb\x1b\xaf\xc0\x59\xd8\x00\x91\xef\xc2\x2d\x03\x02\x9e\xcd\x64\x21\x81\x67\xdd\x1a\x67\x56\x17\xb4\x3a\xae\xcc\xb1\x6a\x40\x39\x16\x3d\x86\x33\xde\x19\x4a\x67\x81\xb1\x95\x99\xf2\x89\xc9\xac\xce\x1d\x01\x50\x9b\xfc\x10\x39\x85\x70\xb8\x07\xd6\xc8\xa2\x55\x73\x7c\xc7\x1e\x77\xc5\xef\xd5\x12\xcd\xd5\x11\xcc\x51\xa3\xcc\x2c\x5c\xea\x63\x02\xf1\x64\xb7\x6c\x73\xf6\x8a\xb0\xb9\x66\x66\x11\x90\x02\x2a\xfc\xc5\x8d\xd2\x3d\xad\xe3\xb9\x01\x4e\x8f\xa9\xa2\x07\x77\x31\x85\x6f\xe8\x00\xd8\xc6\xdd\x3d\x00\x5b\x10\xdf\x79\xea\x46\xc0\x02\xee\xea\x88\xbe\x89\xf3\xf5\x1d\x01\xdf\xf8\xca\x8e\x9c\x58\x2f\x34\x12\x62\x51\x4c\xae\xff\xbb\xfa\x37\x50\x77\x40\x9c\x51\xa8\xcd\x01\xc1\x47\x0f\x36\x3a\xa2\x0f\x9c\xa3\xac\x5a\x38\x4c\xa8\xb3\x96\x6e\x67\xbe\xaa\x9a\xa6\x10\xaa\x6c\xdd\x87\x0e\x5d\xf1\x95\x65\x76\x34\xea\xdb\x83\x8a\x24\x3c\xb8\xf8\xc6\xb4\x8f\x28\x26\x4a\x18\x8e\x80\x25\xfc\xea\x7b\xa0\xfd\xc3\x91\x87\x61\xe5\xbd\x26\x39\x06\xeb\xa2\xf7\x43\xc7\x91\x30\xef\x8c\x42\x1a\x47\x5f\x1d\x86\xe1\xed\x24\xe8\xc6\xd2\x64\x39\x7b\x12\x27\xf1\xce\x4b\xd7\x07\xc2\xc1\x06\xaf\x93\x2d\x38\x00\x5d\x53\x57\xe2\xd3\x72\x21\x5f\x34\xf6\x84\x4d\x31\x6a\x87\xe1\xc0\x35\xfe\x06\x90\x1f\x1d\x8c\x8b\x6c\x63\x52\x41\x40\xbe\x83\xfc\x20\x2a\x26\x1c\xb0\x5b\x8b\xf3\xe9\x6b\x40\x4f\x60\xc2\xdc\x05\x3d\xd3\x7e\xa0\xd2\x5d\x37\xd5\x62\xc6\x07\xa3\xa9\x1e\x0b\xbb\xe7\x1c\x99\x49\x70\xe8\xb7\x82\x43\xbf\xc9\x03\x59\x27\x41\x42\x84\xf3\x30\x63\xeb\x82\x6c\x45\xc9\xf1\xc6\xe7\xd3\x71\x3d\x3c\x4e\xe2\x3b\xe1\x51\x42\xbe\x18\xb5\x62\x06\xec\x30\xcd\x1c\xb6\x7c\x8a\xb9\x6e\x45\xb5\xc7\x81\x96\xc2\x2c\x71\x6a\x8b\x92\xf4\x11\x9e\x78\x24\x62\x53\x0d\xd3\xd6\xcd\x92\x83\xe1\xda\x93\x6b\xc1\xf0\x54\x76\x8e\xeb\x34\x1f\xdf\xa8\x0a\xdc\x12\x09\x53\x70\xae\xd5\xe7\x5d\x5c\x1a\x4b\x30\x4c\xd0\x1b\x76\x23\x40\xd2\xa9\xf3\xc5\x0a\xe3\x9f\x4d\x11\x92\xa9\xc6\x8e\x98\xf4\x3d\xd2\x09\x48\x79\x28\x29\xb5\x67\x91\x26\x61\xf8\x41\x4a\xbc\x42\x15\xe4\xb2\xcf\x7c\x9d\x69\x2c\xaa\x46\x63\x51\xb0\x03\xbd\x8b\x3b\x95\x5e\x62\xc5\x75\x77\x16\x0a\x76\x31\xbe\x9f\xa9\xb1\xae\xb4\xa4\x48\x1c\x77\x6c\x67\xbe\x66\xdd\x18\xd5\xe1\x23\xf7\xba\x5a\xe7\xe5\x04\x96\x6e\xcc\x23\xc4\x11\xc9\x57\xd5\x31\xe8\xa5\x87\x70\xd5\x7c\x7b\x57\x61\x3d\xe3\x0b\xee\xb0\xc8\x45\x9d\x8c\xd8\x9a\x81\x7c\xa1\x86\x41\x17\x27\xab\xf8\x86\x4e\xf2\xcb\x6d\xcb\x85\x7b\x6f\xea\x9c\x63\x1c\xb6\x73\xbe\x4a\xcf\x7b\x58\x29\x2f\x23\x36\x75\x6c\x81\x9b\x2e\x7e\x57\xcf\xd0\x21\xd6\xb9\xa7\xaa\x3f\xd6\xb7\xb6\xec\x0e\xf5\x22\xc3\xb3\x63\xdd\x4a\x0f\x2a\xdf\x96\x62\x2b\x7f\x30\xa3\xb4\x47\xb9\xc6\x43\x29\x71\xa4\xd7\x3d\x90\x20\xb0\xdf\x2f\x28\x1d\x2e\xab\xb4\xc5\x3d\x04\x4f\x44\x69\x13\xe0\x48\x3c\xeb\x7f\xb8\xb3\xa1\xc1\x58\x02\x86\x18\xe0\xb6\x45\x57\xf8\xd9\xd2\xaf\x18\x41\x70\x48\x1e\x0e\x83\xc9\x40\x57\x3f\x78\x45\x18\xed\x9c\x11\xf7\x3d\x3b\x3c\x70\xd4\x4a\xf6\xe6\x50\x2f\x29\xdd\xd0\xec\x59\x39\x35\x1e\x1d\x19\x50\xd8\xee\x1d\x33\xf4\x20\xea\xc5\x97\xc7\x18\x6e\x42\xf2\x90\xe7\x6e\x8b\x67\x9c\xdd\x0b\x9e\xef\xf0\x3b\x64\x0a\x12\x80\x36\x5b\x36\x6d\x43\xd3\x23\xd1\x02\x34\x28\xed\x0b\x4b\xeb\x26\x0a\xc0\x04\x7e\xc8\x76\x1a\xe1\xc1\xca\x5c\x20\x99\xe4\x07\x0e\xf7\xe0\x4b\xf5\x4d\x9f\xaf\xad\x0c\x5b\x20\x17\x6a\xb7\xbe\xe1\x0c\x2b\x75\x6a\x19\x41\x49\x2d\xd3\xcc\xd9\x01\x1c\x45\x14\xf8\x52\x53\x02\x58\x1c\x73\xf0\x15\x7c\x42\xd7\x6e\x9b\xf1\x50\x71\x57\x58\x92\xd3\xd7\x48\x4e\x6f\x38\x79\xdc\x82\xf5\xca\x15\x1b\x74\xea\x58\x39\xbe\x96\x39\x2c\xf3\x9c\x6f\x6f\x0e\xe1\x0d\x73\xab\x32\xdf\x8e\xf0\xf6\x92\x12\x47\x58\x03\xe4\x18\x01\x80\x3d\x8e\x85\xb0\x54\x55\x40\xb1\x0a\x4b\xbc\xa2\xa4\x63\xd0\xf0\x00\x18\xc2\xe3\x81\xe5\x23\x25\x74\xcf\x1e\xf6\x4a\xcf\x6c\x46\xbd\x6a\xe6\x7f\xc3\xab\xc0\x0a\x7d\x29\x3f\x03\xa8\x79\xd3\xf4\xfc\x46\xd9\x96\xc5\x2d\x78\x66\x09\x9a\x9e\x59\x3a\x8b\x5b\x8b\x8f\x23\x4c\x09\xf4\x18\x55\x02\x7d\x1c\x57\x1b\x8e\x9f\x44\x6d\xb5\xbb\x05\x3f\x9f\xdc\xb9\x06\x2f\xae\x39\xee\xd2\xb5\xcb\x18\xb5\x38\x2a\x19\x52\xe8\xb0\xf0\x54\xcb\x0b\x12\x22\xca\xc9\xa6\xcf\x38\xe7\xce\xb6\x47\x65\xc3\xc6\x47\xc5\xa7\x56\x0a\x62\xae\xb3\xd1\x79\xbe\x5b\x7c\x2c\x7b\xbe\x44\xb2\xca\x70\xc2\x1c\xd6\x75\x65\x60\xe9\x33\x80\xa5\x2f\x09\x2c\xbd\x91\xa7\x7d\xc7\xb5\xd2\xa6\xb3\x29\xfb\x1c\x9e\x02\x41\x2d\x2f\xce\x68\x06\x38\xb9\xc8\xa7\x4a\xc1\x3a\x93\xa9\x94\xad\xab\x90\x05\x9f\xa0\x06\x7d\x74\x58\x04\xef\x53\x07\x32\x55\x1b\xab\x01\xb2\xfb\x2d\x0e\x0b\x09\x28\xce\x8a\x01\xf5\xe1\xad\xa4\x04\xb0\x88\x8c\x4a\xb0\xc6\x23\x71\x28\x8e\x10\xa9\x04\x7e\x13\x33\x4a\xe1\x60\x1e\x58\x18\x17\xc1\x5d\xe5\xbb\x6e\x12\x70\x9b\xcb\x62\x3a\x0a\x69\xcd\x1b\xa0\xb5\x3c\x84\xd3\x46\x3b\x41\xa5\xb0\x15\xd1\xd4\xc4\x6f\x5e\x03\x8c\x12\xcd\xc1\x47\x09\x6e\xf3\x16\x5e\x94\xd3\x14\xf6\x8b\x4f\x4e\x2a\x98\x48\xaf\x90\x59\x25\xc5\xe4\x2d\x3c\xa7\x62\xdf\x96\x17\xdd\x6e\x97\xb4\xe8\xfd\x4b\x4d\xb3\xcb\x94\x2e\x4a\x87\xa6\x87\xb7\xb0\xb5\x46\x08\xa6\xe6\xb2\x12\x3f\x2d\xa6\x9e\x2b\x02\x28\x31\xc3\xe4\x24\x69\x1d\x16\x86\xd2\xe0\x9e\xbb\x8f\x2a\x78\x0d\x7d\x22\x18\xdb\xd1\xa7\x09\x2c\xa8\xe3\x57\xbe\x4e\xe0\x47\x13\xe0\x18\x07\xdd\x31\x76\xab\x2e\x0b\xd1\x39\x8c\x09\x99\x0f\xd0\xcb\xe0\x8a\xe1\x08\x14\x27\xdf\xe1\x63\x9a\xc1\xf1\xa3\xa1\x1c\x07\x7d\x78\x05\x58\x1d\xf9\x46\x35\x04\x65\x82\xa7\x93\xd9\x7d\x52\x2e\x1f\x4e\xa1\xc8\x5b\x07\x0d\x43\xee\x95\x07\x40\xdf\x79\xb4\x14\xe3\x62\xfa\xf1\x99\xff\x27\xef\xef\x84\x1d\xf0\xaf\xf0\x1c\x69\xff\x3f\xe4\x15\x9e\xa1\x65\xd6\x3d\xc3\x83\x67\x46\x66\xb8\xf8\x12\xaf\xe3\xe8\xe0\x2a\x5a\xcf\x28\x11\xae\x53\x24\xc4\x47\xf9\x48\xf2\x66\x5f\xb3\xf8\x8a\xd5\x06\x4b\x74\xd8\x5e\x70\x57\x29\x6a\x4d\x4a\x8c\x63\x8d\xc6\x5d\x90\x94\xf1\x69\x91\xa4\xab\x35\x22\xd5\x70\x75\xa5\x5a\x8f\x66\x30\x49\xe8\x11\x8d\xa5\x0d\xa3\xab\xc1\x98\xa4\x4b\x7b\xd0\xe5\x78\x71\x47\xbd\x96\x42\x72\xf5\xdf\xae\x41\x4d\x32\x13\x05\x0c\x86\x22\x29\x61\x74\x23\x49\x91\x67\x27\xf0\x0e\x9b\x7c\x69\xfa\xd8\x0b\x23\xe8\xb1\x56\x13\x37\x1d\x54\x0a\xa0\x49\x5e\x15\xf4\x65\xe8\x9f\x2a\xa9\xb8\x1b\xc4\xce\xb4\x5d\xaf\x29\x5b\x7d\xc3\x92\x23\x16\x49\x0a\x94\xfd\x02\x5e\x6e\xac\xdb\x9f\xbf\x09\xd3\x83\xa7\x2a\x90\xeb\x1f\x1c\x97\x71\xf1\xe6\x32\x17\x9f\x1d\x6c\x2a\x1a\x13\xee\x19\xfb\xed\x68\xef\xfb\xbe\xad\xe6\x3b\x3e\x1f\x53\x7f\x00\x26\x6a\x39\x48\x77\x79\x23\xd8\x6e\x67\xee\xf6\xd7\xfa\x75\x1c\x76\xf0\x0a\xe6\x00\x4e\xc2\x15\x59\xff\x9e\xe3\x97\x55\x01\xf3\xb2\x03\x90\x43\xa7\x08\x62\xc3\xcc\x35\xeb\x72\x5e\x1e\xc4\x9b\x8a\xf4\xfa\x54\x73\xba\x4d\xbf\xb5\x10\x9f\xd7\x17\x37\x57\xc7\xa7\x8f\x21\x75\x1e\x00\x18\x4c\x06\x67\xe9\x84\x20\x2b\x98\x15\x7d\xd1\xa5\x97\xc7\x36\xe4\x35\x93\x9b\xd7\xd7\xf4\xb9\x68\x0f\x72\xd2\xa4\x75\x7c\xac\xb6\x0c\xa6\xcf\xa7\x71\x55\x94\x02\xd8\x3f\x23\xc5\x26\x9e\x8f\x24\x48\xc5\xab\x16\x6e\x26\xae\x4e\x2f\xa0\xf5\x51\x52\x48\x4a\xda\x34\xc2\xbe\xda\xbb\xcb\xbe\x13\x34\xce\x46\xdf\x5d\x56\x8b\xac\x2e\x06\x7e\x37\x8c\xbd\x8b\xb7\x9d\xd5\x13\x04\x3f\x18\xac\x2b\x7d\x21\x46\xa7\x61\xb4\xdb\xc5\xa6\x61\xec\x64\x6e\xd7\x0b\x17\x54\xb8\x19\x47\x0d\x7c\xe5\x7b\x2e\x61\x5d\xc1\xae\x75\x47\x5f\x27\x6f\x37\xc7\xd1\x5d\x43\xc0\x4c\x16\xb8\x45\x81\x8e\x2a\xf6\x41\xbf\x47\x05\xa2\x70\xd0\x51\xa1\x69\x3f\x83\xbb\x02\x41\x8b\xd5\xc1\xb4\x7d\x67\x54\x57\x6d\x3f\xb6\xad\x2b\x6c\xbe\xdd\x3a\x7e\x13\xc4\xe7\x06\x89\x04\x20\x9f\x64\xd5\x04\x10\x7f\x96\x77\xf9\x43\x20\xb9\x10\x13\x02\xf1\xbd\x18\x05\x18\x32\x2d\x4d\x6e\x6e\x6f\x39\x46\x27\x47\xd2\xd1\x30\x03\xfc\x93\x03\x55\xb8\xf6\xdd\xbb\xe0\xcd\x4e\xd4\x79\x3c\xfc\xaf\x77\xbf\xde\x22\x91\x25\x39\x03\xb7\x67\xfb\xc5\x4c\x0a\x56\x10\x66\x69\x43\x9c\x15\x36\x82\x2d\xb0\x6d\xf0\x30\x38\x16\x7a\xb0\xff\xbd\x6d\xf0\x3c\x78\xbf\x72\x08\x66\x9b\xfe\x22\x93\xd0\x9c\x41\x19\x9c\x28\x2c\xe0\x27\x3c\x2e\x44\xfd\x1e\x97\xa0\x7e\x1f\x01\x97\x53\x66\xdb\x30\xae\xf1\x4b\x58\x8d\xeb\x31\xfb\xae\x29\x15\xd9\x80\x25\x6d\xf8\xcc\x61\x88\x83\x62\xee\x09\xe3\xdc\x4e\x21\x26\x49\x83\x20\xc3\x5d\xcf\xa7\x86\x3b\x8d\x4f\x0d\xf7\x4c\x9f\xaa\x1d\x1b\xf4\xa0\xeb\xd6\x36\x11\xd7\xd7\xaf\xe3\xd9\xf6\xb9\xfe\xe8\xff\x7b\x76\x7e\xb9\xc7\x21\xb5\x96\xa4\xc2\xde\x4b\xf9\xf6\xd3\x0f\x41\x09\xc5\x66\x88\x3f\x4d\x1d\xd6\xd1\xfd\xb1\xae\xfa\xf2\xe7\x41\x15\xc6\x2c\xa3\x25\x53\x2d\x8e\x20\xc6\x3d\x50\x1f\x3d\xfc\x93\xca\x9d\xd1\xaa\x2d\x6d\x7b\x0a\xdf\xa8\x1f\x11\xb3\x67\xb6\x8e\x94\x43\x46\x6b\x1d\x63\x9f\xf9\xf0\xa9\xf6\x4c\x9f\x09\x57\xe7\x79\xf7\x28\xfe\x33\x24\xfb\x1e\x4a\x20\x30\x0b\x0c\xa6\x2e\xca\xd6\x3f\xc4\xf5\x7a\x55\xc3\xab\xdd\x8a\xd8\xab\xe1\x1a\x28\x86\xfb\xff\x26\x70\x4b\x35\x30\x7b\x7d\x0c\x26\x87\xd1\x43\x65\xb0\x35\xe8\x3b\x65\xc6\x18\xe4\x0e\x15\x3b\x90\x67\x6b\xb5\xaf\xcb\x3d\x2b\xb8\x91\xa7\xaf\x61\x50\x77\xfd\x8e\x5e\xef\x8e\x0a\xc9\xa3\xe1\xee\x85\xe0\x71\x61\xbb\x7e\xe9\x26\xd1\xae\x37\x4d\x4e\xe2\x1f\xbb\x72\x47\x95\xcb\xb3\xde\x1c\xe1\x98\x7e\xa6\xaf\xf1\xd3\xcd\x95\xdc\x5b\x82\xba\xcd\xde\xd2\x4f\xec\x26\x13\xb4\x6e\x4a\x71\xb3\xf4\xc5\x7d\x39\x40\x72\xc8\x99\x2f\xf0\x7b\xba\x83\x0a\x3b\x16\x33\xe3\x7c\x23\x28\xa2\xf3\x26\x20\xa6\x97\xbf\xbd\xbe\x1c\x40\x4e\x2c\x50\xcd\x99\x58\xd0\x9a\x33\xb1\x7c\xe5\xac\xc8\x0d\x01\xe7\x43\xd3\x23\x10\xc8\xa3\x03\x10\x1a\xf2\x47\xbf\x20\x9e\xc9\x8a\x94\xda\x8a\x7c\x2b\x2b\x46\xe9\x4c\x7e\xc7\x40\x41\xd8\x78\x81\xb2\xa8\xf1\xa3\x56\xeb\xb0\xcd\x5a\xce\x39\x3c\x3f\x10\x1f\x84\x80\x1f\x88\x2f\xef\x64\xf7\x0c\x9a\x74\xe2\x4f\x55\xa1\x01\xf6\x05\xfe\x4a\x93\x0c\xd4\x40\x7c\xcd\x06\xa1\x55\xbb\x6e\x12\xe1\x56\x4e\x7a\x3b\xc3\xaf\x68\xea\x74\x21\xf2\x7a\x11\x58\xbf\x0c\xf9\xd9\x33\x29\x61\xc0\xcb\x85\x43\x8c\x59\xac\x5e\x9c\xf9\x80\xfa\x30\x6e\x0d\x06\xb3\xae\x6e\x4b\x67\x0a\xd3\xd1\xbc\xa6\xb4\x08\x78\xc5\x0f\xc7\xdb\x5d\x54\x79\x3a\xfe\x92\x7e\x0c\x06\x11\x56\xa5\x23\x19\xd5\xb4\xad\x60\x9e\x0c\xf0\x22\x09\xd3\x18\x37\x68\xe5\xdb\x01\xb8\x32\xee\x21\xbb\xb5\xa7\x57\x83\x15\xe2\xdf\x41\xf4\xfb\xb3\x6b\x9d\xf7\xe5\xc9\x96\x19\x4a\x77\x2e\x86\xc1\xce\x65\xee\x08\xb3\x45\x2b\xd1\x9c\xf8\xdf\x0d\x1f\x14\xbb\x9c\x70\xed\x59\x5a\x47\xb4\x57\xec\xe4\x36\x8f\x7e\x7a\x78\xef\xbe\x20\x68\xb2\x8c\x89\xa0\xa7\x31\x40\xf9\xb9\x5c\xec\x82\x73\x8b\xdf\xe4\xb7\x1a\x0a\x7d\x35\x8d\x79\x1f\xee\x6a\x04\xbc\xbd\x92\x94\x00\x66\x2a\xa4\x9b\x75\x1d\x3e\x94\xe6\x4b\x79\xb4\x7d\xd7\x3c\xd4\x24\x86\x32\x97\x0e\x73\xa3\x90\x9f\xd9\x5a\x2e\x77\x0c\xbc\x3c\x0c\x36\x94\x42\xc2\xb4\xec\xc7\x48\x4e\x73\x79\x13\x1d\xb7\xac\x66\xcb\x2c\x6b\x3b\x0b\x60\x21\x8a\x07\x2f\x38\x49\x1f\x24\xff\x4b\x3e\x5c\xc9\x7b\x71\x9a\xf8\x30\x78\xf5\xc2\xec\x9b\x81\x9f\x4e\x74\xc1\xe8\xbe\x84\xbd\x75\x61\x48\x51\x88\x5d\x94\x24\xc4\x71\x00\xfb\xa8\x6b\x17\x8f\xee\x87\x11\x46\xd9\xe4\x14\x44\xd2\xfd\x31\x8e\xa4\xab\xfd\xb0\x50\xad\xbf\x6b\x78\x54\xf9\x1d\xd6\x2b\x76\x15\xa9\xba\xfb\xa7\x20\x7e\xe9\x30\xda\x6b\x10\xd1\xb6\xa9\xbf\xa5\x22\x17\x00\x47\xc7\x67\xbf\x07\x78\xc1\x6d\x75\x46\x88\x5c\x5b\x1f\x3e\x8c\xa7\xa8\xc2\x8d\x6e\xbe\xea\xe3\xf1\x44\x3f\xee\x46\x54\x54\xd5\x08\x51\x1a\x88\xf2\xa7\xcc\x87\xbf\xc7\x2d\x3f\xc9\xa8\x3a\x8d\xc4\x27\xaf\x0e\xfe\xe4\x42\xdf\x27\xef\xfb\xa6\x59\x7f\x48\xf2\x25\x8f\x89\xfe\x26\x78\x5b\x42\x1c\x82\xe1\xf4\x46\x9f\x89\xfc\xe4\xaf\x1f\xb9\xe2\x1f\x49\x4b\x25\x06\x82\x70\x90\x3f\x6e\x90\xb0\x21\x9d\x8d\x96\x25\x27\xac\x90\xc0\x8f\x9a\xe0\x67\x81\x9f\x45\x7e\xc0\xaf\x3d\x7e\xed\xcb\xf2\xa3\x14\x06\x87\xa1\xe2\xa4\xf5\xad\x90\x72\xc0\x6f\x8e\x6f\xc8\x3f\xa5\x1d\x8d\x76\x6a\x3f\x10\x84\x92\x9b\xd3\x74\xfb\x41\xe9\xf2\x80\xe4\x13\xff\x96\xe4\x7d\x3e\x80\x3b\x68\x12\xbe\x28\x85\x9b\xd7\x24\xf9\xbc\x0f\x36\x41\xba\xac\x56\x28\xdf\x94\xca\xfd\xd0\x44\xf9\xa4\xb4\x36\xdf\x67\xbe\x5f\xfa\x85\x54\xdf\x2b\xfd\x22\xf4\x16\x6d\xb3\xe5\x80\x74\x1f\xdc\x4b\x31\xfe\xe5\x80\x73\xca\xd3\xf0\x25\x88\x12\xc6\x57\x04\xf9\x39\x0e\x79\x6a\x8a\x2f\xd0\xcd\xdc\x23\xf5\x55\xbd\xdd\x39\xfd\x49\x63\x63\x3c\xe8\x15\xcc\xc7\x40\x11\xaf\x50\x0e\x07\x2e\x6f\x25\xd0\xec\x66\x73\xec\x01\xd0\xcb\xba\xea\xef\xe5\xf7\xff\xfa\xaf\x00\xa7\xcf\x7f\xfb\xb7\xf4\xe2\xd9\x0f\x69\xf9\x99\x23\x3a\xf1\xcb\xc9\x9f\xab\xcd\x6e\x63\x50\xf4\xf3\x79\x04\xc8\xd7\xe6\xe0\xdf\xa7\xb6\x72\x7d\x6d\x0e\x06\xf2\xff\x1b\x00\x00\xff\xff\x01\xa1\x86\x31\xc7\x9d\x00\x00") func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -4379,7 +4379,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 40082, mode: os.FileMode(420), modTime: time.Unix(1440866268, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 40391, mode: os.FileMode(420), modTime: time.Unix(1440876042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/public/css/gogs.min.css b/public/css/gogs.min.css index a1a591603..a3922345b 100644 --- a/public/css/gogs.min.css +++ b/public/css/gogs.min.css @@ -1 +1 @@ -@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'}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 .octicon{width:16px;text-align:center}.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.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}.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}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 .ui.language.dropdown{z-index:10000}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}.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:250px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif}.home .hero h1{font-size:7em}.home .hero h2{font-size:4em}.home .hero .octicon{color:#d9453d;font-size:60px;margin-right:10px}.home .hero.header{font-size:24px}.home p.large{font-size:20px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.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}.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 .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.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.repo .selection.dropdown{width:50%!important}.repository.new.repo #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:11px;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.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 .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}.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}.user{padding-top:15px;padding-bottom:80px}.user.settings .key.list .item.ui.grid{margin-top:15px}.dashboard{padding-top:15px;padding-bottom:80px}.dashboard.issues .context.user.menu{min-width:200px}.dashboard.issues .context.user.menu .ui.header{font-size:1rem;text-transform:none}.dashboard.issues .filter.menu .item.active{background-color:#4183c4;color:#FFF}.dashboard.issues .ui.right .head.menu{margin-top:-5px}.dashboard.issues .ui.right .head.menu .item.active{color:#d9453d}.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} \ No newline at end of file +@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'}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 .octicon{width:16px;text-align:center}.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.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}.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}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 .ui.language.dropdown{z-index:10000}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}.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:250px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif}.home .hero h1{font-size:7em}.home .hero h2{font-size:4em}.home .hero .octicon{color:#d9453d;font-size:60px;margin-right:10px}.home .hero.header{font-size:24px}.home p.large{font-size:20px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.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}.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 .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.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.repo .selection.dropdown{width:50%!important}.repository.new.repo #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:11px;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 input{width:50%!important;min-width:300px}.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 .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}.user{padding-top:15px;padding-bottom:80px}.user.settings .key.list .item.ui.grid{margin-top:15px}.dashboard{padding-top:15px;padding-bottom:80px}.dashboard.issues .context.user.menu{min-width:200px}.dashboard.issues .context.user.menu .ui.header{font-size:1rem;text-transform:none}.dashboard.issues .filter.menu .item.active{background-color:#4183c4;color:#FFF}.dashboard.issues .ui.right .head.menu{margin-top:-5px}.dashboard.issues .ui.right .head.menu .item.active{color:#d9453d}.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} \ No newline at end of file diff --git a/public/js/gogs.js b/public/js/gogs.js index 995b6f1de..12373d50a 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -492,6 +492,9 @@ $(document).ready(function () { $('.show-panel.button').click(function () { $($(this).data('panel')).show(); }); + $('.show-modal.button').click(function () { + $($(this).data('modal')).modal('show'); + }); initCommentForm(); initInstall(); diff --git a/public/less/_repository.less b/public/less/_repository.less index 2cfc4e7c1..70b31620b 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -78,6 +78,25 @@ padding-right: 0; } } + + &.options { + input { + width: 50%!important; + min-width: 300px; + } + #interval { + width: 100px!important; + min-width: 100px; + } + .danger { + .item { + padding: 20px 15px; + } + .ui.divider { + margin: 0; + } + } + } @comment-avatar-width: 3em; &.new.issue { @@ -732,4 +751,11 @@ } } } +} + +#transfer-repo-modal, +#delete-repo-modal { + .ui.message { + width: 100%!important; + } } \ No newline at end of file diff --git a/templates/repo/settings/githook_edit.tmpl b/templates/repo/settings/githook_edit.tmpl index 293340b1e..b9b75a3aa 100644 --- a/templates/repo/settings/githook_edit.tmpl +++ b/templates/repo/settings/githook_edit.tmpl @@ -24,8 +24,7 @@
- - +
{{end}} diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 0ba86a080..496a0b5f5 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -1,144 +1,157 @@ -{{template "ng/base/head" .}} -{{template "ng/base/header" .}} -
- {{template "repo/header_old" .}} -
-
- {{template "repo/settings/nav" .}} -
-
- {{template "ng/base/alert" .}} -
-
-
- {{.i18n.Tr "repo.settings.basic_settings"}} -
-
- {{.CsrfTokenHtml}} - -
- - -
-
-

{{.i18n.Tr "repo.settings.change_reponame"}}

-

{{.i18n.Tr "repo.settings.change_reponame_desc"}}

-
- - -
-
- - -
-
- - -
-
-
- {{if not .Repository.IsBare}} -
- - -
- {{end}} - {{if .Repository.IsMirror}} -
- - -
- {{end}} -
- - - {{.i18n.Tr "repo.visiblity_helper" | Str2html}} -
-
- - -
-
-
-
+{{template "base/head" .}} +
+ {{template "repo/header" .}} +
+
+ {{template "repo/settings/navbar" .}} +
+ {{template "base/alert" .}} +

+ {{.i18n.Tr "repo.settings.basic_settings"}} +

+
+
+ {{.CsrfTokenHtml}} + +
+ + +
+
+ + +
+
+ + +
+ +
+ {{if not .Repository.IsBare}} +
+ + +
+ {{end}} + {{if not .Repository.IsFork}} +
+ +
+ +
-
-
-
-
-
- {{.i18n.Tr "repo.settings.danger_zone"}} -
-
-
- -
{{.i18n.Tr "repo.settings.transfer"}}
-
{{.i18n.Tr "repo.settings.transfer_desc"}}
-
-

{{.i18n.Tr "repo.settings.transfer"}}

- {{.i18n.Tr "repo.settings.transfer_notices" | Str2html}} -
- - {{.CsrfTokenHtml}} - -
-
- - -
-
- - -
-
- - -
-
- -
- - -
-
-
-
- -
{{.i18n.Tr "repo.settings.delete"}}
-
{{.i18n.Tr "repo.settings.delete_desc"}}
-
-

{{.i18n.Tr "repo.settings.delete"}}

-
-
- {{.CsrfTokenHtml}} - -
-
- - -
-
- - -
-
-
-
- - -
-
-
-
-
-
-
-
+
+ {{end}} + {{if .Repository.IsMirror}} +
+ + +
+ {{end}} + +
+ +
+ +
+ +

+ {{.i18n.Tr "repo.settings.danger_zone"}} +

+
+
+
+ +
+
+
{{.i18n.Tr "repo.settings.transfer"}}
+

{{.i18n.Tr "repo.settings.transfer_desc"}}

+
+
+ +
+ +
+
+ +
+
+
{{.i18n.Tr "repo.settings.delete"}}
+

{{.i18n.Tr "repo.settings.delete_desc"}}

+
+
+
+
+
+
+ + + + -{{template "ng/base/footer" .}} \ No newline at end of file +{{template "base/footer" .}} \ No newline at end of file