diff options
-rw-r--r-- | conf/locale/locale_en-US.ini | 11 | ||||
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 2 | ||||
-rw-r--r-- | internal/assets/conf/conf_gen.go | 10 | ||||
-rw-r--r-- | internal/db/error.go | 40 | ||||
-rw-r--r-- | internal/db/errors/user.go | 11 | ||||
-rw-r--r-- | internal/db/org_team.go | 2 | ||||
-rw-r--r-- | internal/db/repo.go | 85 | ||||
-rw-r--r-- | internal/db/repos.go | 100 | ||||
-rw-r--r-- | internal/db/repos_test.go | 102 | ||||
-rw-r--r-- | internal/db/user.go | 39 | ||||
-rw-r--r-- | internal/route/admin/users.go | 7 | ||||
-rw-r--r-- | internal/route/api/v1/admin/user.go | 3 | ||||
-rw-r--r-- | internal/route/api/v1/org/org.go | 3 | ||||
-rw-r--r-- | internal/route/api/v1/repo/repo.go | 3 | ||||
-rw-r--r-- | internal/route/org/org.go | 6 | ||||
-rw-r--r-- | internal/route/org/setting.go | 6 | ||||
-rw-r--r-- | internal/route/org/teams.go | 4 | ||||
-rw-r--r-- | internal/route/repo/pull.go | 6 | ||||
-rw-r--r-- | internal/route/repo/repo.go | 7 | ||||
-rw-r--r-- | internal/route/repo/setting.go | 10 | ||||
-rw-r--r-- | internal/route/user/auth.go | 7 | ||||
-rw-r--r-- | internal/route/user/setting.go | 6 |
23 files changed, 302 insertions, 170 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index f4394bc9..69798a3e 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -263,8 +263,7 @@ following = Following follow = Follow unfollow = Unfollow -form.name_reserved = Username '%s' is reserved. -form.name_pattern_not_allowed = Username pattern '%s' is not allowed. +form.name_not_allowed = User name or pattern %q is not allowed. [settings] profile = Profile @@ -430,8 +429,7 @@ repo_description_helper = Description of repository. Maximum 512 characters leng repo_description_length = Available characters form.reach_limit_of_creation = The owner has reached maximum creation limit of %d repositories. -form.name_reserved = Repository name '%s' is reserved. -form.name_pattern_not_allowed = Repository name pattern '%s' is not allowed. +form.name_not_allowed = Repository name or pattern %q is not allowed. need_auth = Need Authorization migrate_type = Migration Type @@ -935,9 +933,8 @@ team_name_helper = You'll use this name to mention this team in conversations. team_desc_helper = What is this team all about? team_permission_desc = What permission level should this team have? -form.name_reserved = Organization name '%s' is reserved. -form.name_pattern_not_allowed = Organization name pattern '%s' is not allowed. -form.team_name_reserved = Team name '%s' is reserved. +form.name_not_allowed = Organization name or pattern %q is not allowed. +form.team_name_not_allowed = Team name or pattern %q is not allowed. settings = Settings settings.options = Options @@ -9,7 +9,7 @@ require ( github.com/fatih/color v1.9.0 // indirect github.com/go-macaron/binding v1.1.0 github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196 - github.com/go-macaron/captcha v0.0.0-20190813234938-24f40749f36d + github.com/go-macaron/captcha v0.2.0 github.com/go-macaron/csrf v0.0.0-20190812063352-946f6d303a4c github.com/go-macaron/gzip v0.0.0-20160222043647-cad1c6580a07 github.com/go-macaron/i18n v0.5.0 @@ -58,6 +58,8 @@ github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196 h1:fqWZxyMLF6RVGm github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196/go.mod h1:O6fSdaYZbGh4clVMGMGO5k2KbMO0Cz8YdBnPrD0I8dM= github.com/go-macaron/captcha v0.0.0-20190813234938-24f40749f36d h1:aSJXLVjEjbLeHo8aCTDcD3/gMWizaRjMBb3VCsEWEHs= github.com/go-macaron/captcha v0.0.0-20190813234938-24f40749f36d/go.mod h1:lmhlZnu9cTRGNQEkSh1qZi2IK3HJH4Z1MXkg6ARQKZA= +github.com/go-macaron/captcha v0.2.0 h1:d38eYDDF8tdqoM0hJbk+Jb7WQGWlwYNnQwRqLRmSk1Y= +github.com/go-macaron/captcha v0.2.0/go.mod h1:lmhlZnu9cTRGNQEkSh1qZi2IK3HJH4Z1MXkg6ARQKZA= github.com/go-macaron/csrf v0.0.0-20190812063352-946f6d303a4c h1:kFFz1OpaH3+efG7RA33z+D0piwpA/a3x/Zn2d8z9rfw= github.com/go-macaron/csrf v0.0.0-20190812063352-946f6d303a4c/go.mod h1:FX53Xq0NNlUj0E5in5J8Dq5nrbdK3ZyDIy6y5VWOiUo= github.com/go-macaron/gzip v0.0.0-20160222043647-cad1c6580a07 h1:YSIA98PevNf1NtCa/J6cz7gjzpz99WVAOa9Eg0klKps= diff --git a/internal/assets/conf/conf_gen.go b/internal/assets/conf/conf_gen.go index 18d6ef78..0c754f89 100644 --- a/internal/assets/conf/conf_gen.go +++ b/internal/assets/conf/conf_gen.go @@ -213,7 +213,7 @@ // ../../../conf/locale/locale_cs-CZ.ini (73.005kB) // ../../../conf/locale/locale_de-DE.ini (74.045kB) // ../../../conf/locale/locale_en-GB.ini (66.468kB) -// ../../../conf/locale/locale_en-US.ini (69.471kB) +// ../../../conf/locale/locale_en-US.ini (69.306kB) // ../../../conf/locale/locale_es-ES.ini (74.188kB) // ../../../conf/locale/locale_fa-IR.ini (92.107kB) // ../../../conf/locale/locale_fi-FI.ini (70.349kB) @@ -324,7 +324,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 19517, mode: os.FileMode(0644), modTime: time.Unix(1586521590, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 19517, mode: os.FileMode(0644), modTime: time.Unix(1586528224, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7, 0xbb, 0x9b, 0xa0, 0xe5, 0x3b, 0xd1, 0xc7, 0x7d, 0x5e, 0x8d, 0xdc, 0xbd, 0xd7, 0x33, 0xa7, 0xb9, 0x99, 0x65, 0xc7, 0x98, 0x8, 0x6c, 0x2d, 0xcf, 0xc4, 0xdd, 0xf3, 0xd8, 0x27, 0xca, 0xaa}} return a, nil } @@ -4569,7 +4569,7 @@ func confLocaleLocale_enGbIni() (*asset, error) { return a, nil } -var _confLocaleLocale_enUsIni = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xbd\xeb\x72\xdc\x38\xb2\x30\xf8\x9f\x4f\x81\xf6\x09\x85\xbb\x23\xe4\x72\x74\xcf\x77\xbe\xdd\xe8\xb0\x3c\xab\x96\xaf\xe7\xc8\xb6\x8e\x24\x4f\x7f\xb3\x5e\x07\x1b\x45\xa2\xaa\x30\x62\x11\x1c\x02\x54\xb9\x7a\x62\xde\x60\x1f\x60\x9f\x6f\x9f\x64\x03\x79\xc1\x85\x64\x95\xec\x9e\xb3\x7f\xa4\x22\x90\x48\xdc\x13\x99\x89\xcc\x84\xec\xba\xb2\x56\xb6\x12\x67\xe2\x5c\x74\x52\xb7\x8d\xb2\x56\x58\xd5\xac\x9e\x6c\x8c\x75\xaa\x16\xaf\xb5\x13\x56\xf5\xf7\xba\x52\x45\xb1\x31\x5b\x25\xce\xc4\x1b\xb3\x55\x45\x2d\xed\x66\x69\x64\x5f\x8b\x33\xf1\x82\x7f\x17\xea\x4b\xd7\x98\xde\x03\xbd\xc4\x5f\xc5\x46\x35\x9d\x2f\xa3\x9a\xae\xb0\x7a\xdd\x96\xba\x15\x67\xe2\x46\xaf\x5b\xf1\xb6\xc5\x14\x33\x38\x4e\xfa\x30\x38\x4c\x1b\x3a\x4e\xfa\xd8\x15\xbd\x5a\x6b\xeb\x54\x2f\xce\xc4\x35\xfd\x2c\x76\x6a\x69\xb5\xf3\x35\xfd\x8a\xbf\x8a\x4e\xae\xfd\xe7\x95\x5c\xab\xc2\xa9\x6d\xd7\x48\xc8\xbe\xa5\x9f\x45\x23\xdb\xf5\x80\x30\x97\xf4\xb3\xa8\x7a\x25\x9d\x2a\x5b\xb5\x13\x67\xe2\x02\x3e\x16\x8b\x45\x31\x58\xd5\x97\x5d\x6f\x56\xba\x51\xa5\x6c\xeb\x72\x8b\x9d\xfa\x68\x55\x2f\x28\x5d\xc8\xb6\x16\x3e\x1d\x1a\xac\xea\x52\xb7\xa5\xb4\xd4\x6a\x55\x0b\xdd\x0a\x69\x0b\x40\xd5\xca\x2d\x97\xf6\x3f\x0b\xb5\x95\xba\xf1\x63\xe4\xff\x17\x9d\xb4\x76\x67\x60\x20\xaf\xe8\x67\xd1\xab\xd2\xed\x3b\x05\x1d\x7e\x72\xbb\xef\x54\x51\xc9\xce\x55\x1b\xe9\x9b\x89\xbf\x8a\xa2\x57\x9d\xb1\xda\x99\x7e\x0f\x70\xfc\x51\x98\x7e\x2d\x5b\xfd\xbb\x74\xda\xf8\xb1\xfe\x90\x7c\x16\x5b\xdd\xf7\xc6\x0f\xe4\x3b\xf8\x51\xb4\x6a\x57\x7a\x3c\xe2\x4c\xbc\x57\xbb\x14\x8b\xcf\xd9\xea\x75\x8f\xa3\xe8\x33\xdf\xc1\x97\xc7\x82\x79\x84\x09\xb3\x02\xb6\x95\xe9\xef\x28\xf5\x95\xff\x39\x42\x69\xfa\x35\xe5\xe6\xed\x92\xad\x5c\x2b\xca\x7d\x07\x1f\x19\x80\x2d\x64\xbd\xd5\x6d\xd9\xc9\x56\xf9\xa1\x3b\xf7\x5f\xe2\xca\x7f\x15\xb2\xaa\xcc\xd0\xba\xd2\x2a\xe7\x74\xbb\xf6\x73\x70\x8e\x49\xe2\x86\x92\x8a\x24\x2f\xa4\xed\xcd\x10\x66\x59\x9c\x89\xbf\x9a\xa1\x17\x57\xf8\x89\x79\x49\x21\xc8\x0c\x25\x0b\x59\x39\x7d\xaf\x9d\x56\x58\x19\x7f\x14\xdd\xd0\x34\x65\xaf\xfe\x3e\x28\xeb\x7c\xd6\xd5\xd0\x34\xe2\x9a\xbe\x0b\x6d\xed\x00\x25\xde\xc2\x8f\xa2\xa8\x64\x5b\x41\x77\x2e\xe0\x47\x51\x7c\xb2\x4e\xba\xc1\x7e\x86\xc5\x5c\xb6\xc6\x95\x2b\x33\xb4\x35\x2d\x6b\xf1\xde\x38\xf1\xca\x27\x14\xba\x75\x7e\x31\x35\xa5\xdf\x9c\xaa\x2f\x15\x4d\xc6\x5b\x4a\x17\x37\x90\x2e\x5e\xc2\xbc\x14\x9f\x74\x6b\x9d\x6c\x9a\xcf\x05\xfd\x00\x50\xf8\x85\xe3\xef\xb4\x83\x41\xa0\x44\x71\xe3\x54\x67\xfd\x04\x8a\x57\xba\xb7\xee\x89\xd3\x5b\x25\xae\x87\xb6\xa8\x4d\x75\xa7\xfa\xd2\x6f\x6b\xd8\x90\x6f\x57\x62\x6f\x86\xc7\xbd\x12\xfd\xd0\xb6\xba\x5d\x8b\xd7\x66\x6d\x85\x6e\xad\xae\x95\x78\x01\xd0\xa7\xa2\x6b\x94\xb4\x4a\xf4\x4a\xd6\xe2\x99\x14\x4e\xf6\x6b\xe5\xce\x1e\x95\xcb\x46\xb6\x77\x8f\xc4\xa6\x57\xab\xb3\x47\x27\xf6\xd1\xf3\xd7\x83\xae\x55\xa3\x5b\x65\x9f\x3d\x95\xcf\x45\x25\x7b\xb5\x1a\x9a\x66\x2f\x96\x6a\xe5\xf7\xe0\xde\x0c\xa2\xda\xc8\x76\xed\xf7\xdf\xde\x6d\x7c\x85\xba\x15\x6e\xa3\xad\xf0\x63\xf6\x5d\xe1\x47\x5f\x3b\x55\xd6\x4b\x26\x6d\xd0\x20\x48\xee\x95\x15\xef\xf6\x37\xff\x75\x79\x2a\xae\x8c\x75\xeb\x5e\xc1\xef\x9b\xff\xba\xd4\x4e\xfd\xe9\x54\xbc\xbb\xb9\xf9\xaf\x4b\x61\x7a\x71\xab\x5f\xfc\xb2\x28\xea\x65\xc9\xe3\xf2\x42\x3a\xb9\xf4\x5d\x08\x6b\xc0\x67\xe2\x16\x0d\x79\xb0\x51\x3d\xe1\x04\x22\x69\x1d\x6c\x7e\xda\xf8\xb3\xdb\xbc\x5e\x96\x44\x1b\x02\x8e\xf7\x9e\x40\xd4\xcb\x38\xc0\x57\x38\x74\x83\x55\xe2\xed\xfb\xf7\x1f\x5e\xfc\x22\x54\xbb\xd6\xad\x12\x3b\xed\x36\x62\x70\xab\xff\xbd\x5c\xab\x56\xf5\xb2\x29\x2b\xed\xc7\xa6\xb7\xca\x89\x95\xe9\xb1\xa7\x8b\xc2\xda\xa6\xdc\x9a\xda\xd7\x72\x73\x73\x29\xde\x99\xda\xd3\x4a\xb7\x81\x86\xb8\x4d\x61\xff\xde\xf8\xf1\x0a\x15\xde\x6e\x94\x80\x2d\x01\x40\x66\xc5\xc3\x23\x6a\x6a\xe3\x42\x3c\x5b\xf6\xcf\x93\x76\xc9\xa5\x35\xcd\xe0\xa8\xc4\x6e\xa3\x5a\x98\x27\xeb\x64\xef\x84\xb4\x7c\x80\x2c\x0a\xd5\xf7\xa5\xda\x76\x6e\xef\x67\x87\xda\x30\xc6\x8e\x48\x2a\xd9\xb6\xc6\x89\xa5\x12\x00\xbf\x28\x5a\x53\x22\x05\xf0\xe4\xb8\xd6\x56\x2e\x1b\x55\xe2\xc1\xd0\x33\xa5\xfb\xab\x5f\x1c\x58\x90\x20\x44\x06\xe1\x47\xcc\x1f\x36\x40\xf5\xfd\xca\x91\xad\x00\xa4\x82\x48\x48\xda\x42\xa6\x37\x61\xd6\x90\xe4\x84\x84\x49\x0b\x0b\x9e\x06\x5e\x33\xe7\x5d\xd7\xe8\x0a\xab\x7e\x8d\x79\x71\xf9\xf8\xa3\x97\xe6\x3e\x85\x83\xe9\xe7\xbc\x64\x11\x0c\xce\x0f\x69\x2f\x32\xda\x0e\xe5\x37\xaa\x57\x62\x33\xac\xf1\x40\x6a\xcc\x50\x7f\x07\x27\x03\x8f\x6f\xa4\xbf\xe2\xda\x18\x87\x73\x1e\x00\x62\x15\xe7\x4d\x03\xa7\x7d\xaf\xb6\xc6\xf9\x81\xa3\x62\x9e\xc6\xed\x74\xd3\xf8\x9e\x5a\x79\xaf\x6a\xe1\x0c\xee\xb7\x5a\xf7\xaa\xf2\x88\x17\x45\x3f\xb4\x25\x2d\xf6\xeb\xa1\xc5\x05\xcf\x69\xf9\xca\x02\xa8\xed\x60\x9d\xd8\xc8\x7b\xe5\x07\xde\xb3\x1c\xce\xcc\xb6\x13\xba\xd4\x0f\x2d\x6c\xe1\x45\x51\x9b\xad\x04\xf6\xe1\x05\xfc\xa0\xef\x14\xbf\xb6\x42\xae\x56\xaa\x72\x56\xdc\xdc\xbc\x11\x55\x63\x5a\x25\x3e\x5e\x5f\x5a\xbf\x0d\x36\x65\x67\x7a\x60\x35\x6e\xde\x88\x2b\xd3\xbb\x90\x96\x0c\xb4\x87\x68\x87\xed\x52\xf5\x62\xb7\xd1\xd5\x06\x87\xdd\x97\x40\x4a\x2b\xb4\x15\x83\xd5\xed\xfa\x54\x34\xca\xf7\x40\x3b\x5c\x00\xbe\x0f\xbc\xea\x3c\xf8\x4a\x49\x37\xf4\x0a\x98\x89\x72\x39\xe8\xc6\xe9\xb6\xf4\x15\x12\x1e\x20\x0b\xe2\x17\xcc\x80\x12\x48\xb2\x0f\xc0\x97\x9d\xe9\x90\x29\x82\x5d\xb5\x4c\xca\x11\x42\xbf\xe5\xfd\x04\x9a\x4e\xe1\x7a\xb7\xd4\x24\xbf\xe0\x06\x6d\x37\x62\xd5\x9b\xad\xb0\x7b\xeb\xd4\x16\x0a\xd6\x52\x6d\x4d\xbb\x28\x36\xce\x75\x3c\x36\x6f\x6e\x6f\xaf\x70\x70\x42\xea\xb1\xd1\x91\xc9\xda\x85\x55\xd2\x78\xf6\xac\x15\x1e\xad\x5f\xc6\x43\xdf\x8c\x56\xf8\xc7\xeb\x4b\xce\x39\x30\x73\xbe\x09\x4f\xfd\x9f\x9b\x38\x81\xb0\x12\xac\xd9\xaa\x1d\xac\x77\xdd\x0a\x60\xa2\x16\x45\x63\xd6\x65\x6f\x8c\xe3\xe5\x7e\x69\xd6\xb8\xc4\xb3\x8c\x58\xd3\x0b\x5e\xb4\x7e\x70\x76\xbd\x67\x21\x1b\xb3\x06\x82\xe7\xc7\x6b\x51\xa8\x16\x48\x4b\x65\x5a\x6b\x1a\xc5\x94\xf3\x25\xa4\x8a\x0b\x4c\x45\x22\x3a\x03\x19\x66\xe9\xad\xa7\x2c\xb5\x86\x1e\x3b\x83\xf4\xd4\x03\x9c\x0a\xd9\x58\x23\xba\x5e\xb7\xce\x57\x0c\x73\x44\x18\x16\x45\x61\x3a\x5f\x22\xa1\x21\x1f\x28\x21\x12\x0e\xe8\x77\xc8\x07\x16\x12\x56\x8e\xae\x92\xc3\xc9\x6e\x5d\x57\xd2\x49\x74\xf3\xee\xf6\x0a\x8f\x23\x48\x85\x45\x70\x26\x5e\xf5\x66\x1b\x13\xe2\xf8\xbc\xf3\xf8\x00\x46\xd6\x75\xaf\xac\x3d\x15\xd7\xaf\x2e\xc4\xbf\xff\xe9\xa7\x9f\x16\xe2\xad\xf3\x64\xcf\x53\x82\xbf\xf9\x1d\x2c\x69\x16\x22\xa8\xe9\x85\xdb\x28\xf1\xc8\x93\xb1\x47\xe2\x19\xe4\xfe\x1f\xea\x8b\xdc\x76\x8d\x5a\x54\x66\xfb\xdc\xaf\xd2\xad\x74\x8b\xc2\xe7\xa8\x9e\x89\xc6\x8d\x6a\x6b\xcf\xad\x00\x43\x4c\x59\x09\xe9\xa5\xec\x84\x3d\x46\x29\xc0\x8f\xfd\x4a\xf7\xdb\x38\x41\x2c\x1f\xf8\x99\xf2\x39\xcc\x5d\xea\xc6\x73\x53\x7a\xb5\x8f\xa0\xd0\xd3\xf7\x3e\x91\x96\x66\x41\x3b\x8d\x8e\xab\x30\xc6\xc4\x4a\xf9\x15\xf8\xc1\x6d\x54\xcf\xc3\x6d\xe3\x78\x9b\xd5\xca\x33\x2d\xa3\xd5\xf2\x01\x53\x71\xb5\xa4\x20\x61\x99\xbc\x20\x82\x71\xf1\xe2\xbd\x50\xf7\xaa\xf5\x0b\xbb\xeb\x4d\x3d\x54\xb0\x72\x78\xc5\x34\xa2\x57\xd6\x0c\x7d\xa5\x68\xa1\x06\x82\xec\x9b\xe6\xa9\x7e\x25\x9b\x66\xbf\x28\xf8\x60\x5c\xf7\xf2\x5e\x3a\xd9\x27\x55\xbc\xe6\x24\x6a\xfd\x04\x76\xd2\xa8\x50\xc2\xf7\xbc\x1a\xac\xf3\xd4\x03\x5a\x61\xb1\x51\x98\x6d\x85\xec\x95\x18\xba\xc6\xc8\x5a\xd5\x62\xb9\x07\x1a\x6f\xfd\x5a\xa8\xd5\x4a\x0e\x8d\x5b\x14\x2b\x55\x7b\xa2\xa4\xea\x92\xea\x6a\x8c\xb9\x83\xca\x68\xa8\x5e\x31\x80\x38\x27\xa4\x97\x00\x71\xa8\x64\x68\x2c\x95\x0f\x60\xa1\x51\x54\x83\x33\xc0\xa2\xc4\x7c\xd3\xa9\x96\xba\xc1\x8c\x89\xf0\x7c\x47\x2d\x4c\x2b\x1a\xbd\xa4\x4e\xc7\xb1\x1c\x31\x19\x3c\x3a\x37\x5e\x4a\x4e\xf3\x66\x0b\x4c\x06\x15\x16\xbc\x1d\x97\x3d\x15\xa6\x6d\xf6\xc4\x8c\xf8\x2d\x86\x82\x29\xf3\x25\x36\x92\xa5\x20\x06\x32\x45\x22\x69\x30\xcf\x0f\xd5\x5e\x23\xdb\x2b\xee\x65\xa3\x6b\x8f\x91\x11\xf8\xd3\x62\xbe\x2d\x8b\x82\x78\xe5\x92\xe4\xf5\xf2\x5e\x83\x7c\x1c\xb6\x18\xa2\x24\x19\xde\x8f\xf0\x5f\x3c\x80\x97\x50\xec\x6c\xd9\xd0\x9a\x0f\xbe\x93\x36\xc8\xc7\xb8\x4e\x7c\x77\xa1\x06\xcf\xbf\xdb\x53\x71\xaf\x81\x0d\xa0\x45\x0e\xe3\xb2\xf4\x3c\x66\xa3\x7c\x55\x56\x29\xc0\x20\x74\xfb\x74\xe8\xb0\xcc\x82\x84\x43\x92\xd7\x98\xef\xf7\xec\x60\x6d\xda\xc7\x4e\xb4\x0a\xd9\x16\x1e\xd5\x11\xdb\x27\x7a\xbd\xde\x38\xd1\x9a\xdd\x82\xb8\xdf\xde\x3a\x1c\x1d\x90\x2d\x14\xb5\xd4\x41\x23\x78\xef\xc9\xc1\x19\x4f\x5f\x60\xeb\x89\x75\x2f\x5b\x58\x7e\x8c\x58\xd9\xd0\xae\xc0\x10\x42\xde\x44\x36\x45\xa0\xb1\x92\x60\xc2\x7f\x06\xea\x47\x44\x2f\xcd\x23\x6a\x17\x61\xb0\x34\x2b\x1a\xb0\x62\xa4\xae\x24\x00\x96\x6b\x03\x82\x2d\x0b\x7c\x9e\xc3\x2a\x9c\xb2\xae\x5c\x6b\x57\xae\x3c\x09\xf6\x88\x5f\xe1\x0f\xcf\xf2\x29\xeb\xc4\xe3\xb5\x76\x8f\x45\x65\xb6\x5b\xd9\xd6\x3f\x8b\x93\x7b\x92\x1e\xfe\x04\xb2\xaa\xbc\x97\xba\x81\x31\x22\x81\xb9\x57\x28\x24\xdc\xab\xde\xfa\xdd\x53\x1b\x65\x85\xe7\x9a\xed\xd0\x01\xbf\x11\x24\x2f\x12\x10\x6b\xb3\x6b\x3d\x1d\x81\x41\x37\xab\x95\xae\xb4\x6c\xc4\x52\xb7\xb2\xdf\x07\x2c\x70\x3a\x9d\xd8\x53\xf1\xfe\xc3\x2d\x00\xae\x8d\x67\x87\x6a\x06\x58\x14\xba\x85\xf5\xee\xa5\x0c\x5a\x13\xa9\x88\xc5\x49\x1a\xdb\x52\x99\xde\xb3\x04\xd0\x1b\x2e\x78\x80\x81\xf6\xfc\x04\xca\x27\xda\x8b\xb8\x00\x0b\xe5\x02\xaf\xeb\x87\x61\x2b\x5d\xb5\x21\x4e\x18\x17\x91\xf5\x8b\xd0\xb7\xb4\x1a\xfa\x5e\xb5\xb8\xb6\x7e\x16\x27\x56\x3c\x79\x2e\x4e\x92\xe3\xba\xdc\x6a\xeb\x99\xcb\xc0\xa9\xf2\xd9\x2d\x20\x81\x72\xb3\xf3\x39\xf6\x36\x3d\xde\xa1\xa0\x3f\xe3\xc5\x4a\xab\xa6\x1e\xb7\xd7\x33\xf2\x78\x78\xae\xe7\xe6\xda\x67\x0b\xcc\x1e\x90\x28\xd0\xe8\xcc\x2f\x0d\x9f\xae\x65\xa3\x7f\x57\x29\x3f\x98\x0d\x68\xb6\x41\xc3\x8a\xe4\xfd\x97\xcc\x48\xda\x4a\x5e\xaa\x76\x40\x29\xe1\x4c\xfc\xaa\x9a\xca\x6c\xd5\x77\xe2\x57\xf5\xb8\x57\x62\xdd\xc0\x52\x91\x8e\xf4\x02\xc6\x2a\x58\xc8\xa7\x28\x5c\xac\x86\x16\xce\x2e\x27\xef\x14\xa8\x12\xe2\x58\xcd\xb1\x8d\x07\x67\xb7\xf8\xb4\x31\x5b\xf5\xb9\x18\x50\x28\x33\x4d\x1d\xc4\x7a\xd8\xb5\xa6\x47\x3e\x28\xc8\xf8\x11\x26\x6c\x48\xbb\xd3\xae\xda\x94\x41\x6d\xea\x47\xdf\xa9\x2f\x30\xc9\x90\x15\xb5\xa8\x7e\x37\xfb\xac\x62\xbb\x87\x85\xe8\x3b\xfe\x6e\x1f\xd7\xa1\x56\xb6\xb0\x1b\xb3\x03\xad\x64\x80\xb8\xd9\x98\x1d\xe8\x23\x33\xd1\x6d\xb1\x58\x14\x95\x69\x1a\xb9\x34\x7e\x22\xef\x23\xfc\x45\x9a\x9a\x23\xdf\xee\x4b\xd3\xaf\xa9\xda\x5c\x0b\xb7\xdd\x93\xe2\x8f\x72\x51\xf1\x67\x0b\x20\xf3\xa4\x1f\x86\xd3\xe0\xc4\x16\xa4\xef\x5a\xe8\xb6\x04\x75\x1a\xd7\xfc\xb6\x45\xa1\x2a\x6d\x67\x51\x7c\x22\xdd\xf1\xe7\x82\xe1\xb2\x36\x21\x05\xc6\x41\xb7\x99\x8a\xd3\x8e\x74\x9c\xb6\xb0\x4a\xf6\xb0\x03\x6f\xe0\x47\x51\x7c\x92\x83\xdb\x7c\x4e\xb4\xbd\x25\xaf\x3c\xd6\xfa\x82\x46\x92\x28\x73\x64\x2f\x37\xaa\xf3\x9c\xe8\xd6\xc2\x92\x6d\x7a\x25\xeb\x3d\xc9\xad\x61\xf1\xfe\x19\x0f\x42\xdd\xfa\xf3\xe3\xbb\xc2\x1a\x4f\xb2\xca\x6f\x44\xf1\x8b\x6e\x6b\x2c\x9f\x33\x11\xa8\x86\xde\x76\xb0\x4c\x4c\xdf\xef\x4f\x73\x8d\xc6\x46\x5a\xb1\x54\xaa\x65\xc9\xb3\x5e\xb0\xbe\xc8\x2f\x2f\x59\x21\xd5\x01\x45\x39\xec\x40\x2c\x69\x26\xdc\x8d\x6f\x21\x1e\x15\x54\x0b\x9e\x1c\x96\x19\x5d\xcf\xe1\x7d\x73\x15\x7e\xd0\x4b\xe2\xb4\xce\xc4\xf9\xe0\x36\xaa\x75\x2c\x06\xde\x40\x7a\x01\x9c\x2b\xec\xbf\x4a\x36\x45\xaf\xb6\xca\x0b\x97\xe5\x16\x55\xdf\xf8\x25\xde\xa9\x62\x65\xfa\x35\xec\x56\xdc\x4e\x67\xe2\x15\x24\xc4\xfd\xe5\x01\x94\x4b\xcf\x44\x82\xe0\x94\x3f\xf3\xc5\x42\xd9\x9a\x1d\xa8\xa0\xfd\x69\x3d\x9e\xc6\xa1\x03\x36\x80\xcf\x58\xe4\xe1\x40\x7c\xb0\xaa\x75\x71\x32\xce\x45\xab\x76\x22\x85\xa2\x21\x0b\x33\xe2\xe1\x3d\x71\x7c\xb6\x7c\x7e\x62\x9f\x3d\x5d\x3e\x0f\x87\x5c\xb5\x51\xd5\x1d\x6e\x01\xdd\x2e\xcd\x17\xd0\x4b\x11\xa3\xd1\x7a\x92\x70\x52\x8b\x8d\x19\x7a\x92\x0d\xbd\xec\xe4\x14\xe4\x66\x73\xdf\xf5\x86\x98\x8c\x0a\x36\x36\xec\xb1\xb8\xae\x41\x2b\xed\x57\x36\x9c\xc4\xbc\xb4\xbb\xde\x6c\xf4\x52\x3b\x4f\x00\x41\x95\x72\x09\xff\xaf\x28\x59\xd5\x23\x88\x84\x97\xea\x03\xb9\xd6\x56\x74\xa1\x00\x1e\x46\x8d\x59\xaf\x51\x17\xfb\xc0\xf2\xf0\xdc\x25\x0c\x65\xa3\xb7\xda\x4d\x56\xb7\xa7\xe3\x92\x76\x09\xe9\xd1\x79\x9a\xa0\x3b\x71\xa0\x7b\x55\xa9\xd6\x35\xfb\x50\xdf\x4e\x6a\x27\xfe\x24\xb6\xba\x1d\x9c\x97\xe5\x37\xaa\x15\xae\xdf\x0b\xb9\x96\xbe\xda\x8d\xb4\xe5\xd0\xd2\x8c\xa9\x9a\xd7\xfb\x1b\x0d\xac\x84\xaf\x97\x77\x65\x02\x95\xcb\xb7\xe2\xfb\x30\x99\x3f\x2c\x48\xf3\x0d\xa5\xfc\xf1\xee\xdb\xa3\xbd\x30\x26\xe7\x96\x85\xe9\x03\x13\x4a\x80\x42\xc2\x12\x32\xad\x8a\x0b\xa3\xd1\xd5\x1d\x8c\xd7\x72\x70\xce\x78\x41\xbb\xf1\x8b\x11\x46\x2c\xb4\xf8\x02\xa0\x40\x0d\x02\xd8\x7c\x1e\xae\xa6\xf1\x18\x15\x50\xcc\x43\xb8\xf9\xc2\xdf\xf7\xea\x87\x58\x3c\xec\x1d\x28\x41\x28\xb0\x74\xb2\xad\xae\x21\x13\x2f\x4b\x78\xf3\xf1\xa9\x5a\x91\x9a\x39\xcc\x65\x9f\x8f\x05\xe4\xfb\x1d\xa2\xbe\x74\xba\xf7\x22\x57\x0f\x2c\x18\x94\x5e\x8c\xea\x8a\x3a\x89\x69\x8f\x5d\xde\xe2\x78\xf0\x3a\x63\x4a\xbb\x41\xe6\x89\x9b\x27\x1a\xd5\xae\xdd\x06\xb5\x8e\x9e\x71\x77\xc2\x8f\xb7\x13\xff\x13\xd4\xe5\xb2\x72\xaa\xb7\x8b\xa2\x35\x6d\x09\xe4\x28\xd9\x44\xef\x4d\xfb\x04\x49\x14\x4b\x62\xac\xf7\xa5\x4b\x08\xae\xd8\xaf\xb7\xde\x0c\xeb\x0d\xa9\x2a\x0b\xdc\x3d\x6e\x67\xca\x95\xac\x1c\xdc\xcd\xdc\xee\xcc\x13\xfa\xc8\x89\xe1\x04\x18\xc6\x80\x06\x73\x44\x37\xaf\x28\x67\x5a\x46\xb5\x9e\x8c\xf7\xaa\x32\xf7\xaa\xdf\xf3\x5c\xbc\xf4\xa9\x42\x0a\x17\x2b\x67\x10\x31\x8f\x27\x64\x67\x2d\xbe\xa6\xd4\xc3\xf0\x5c\x23\x43\x8a\x8b\x23\xcd\x4c\x3a\x38\xd3\xc2\xee\x60\x27\x23\x83\x7e\xa0\x52\xf8\x66\x0a\x32\x58\x5c\x63\x54\x6a\x51\x14\x9f\xfc\xa2\xfe\x5c\xd0\x4e\x51\xc9\x54\x13\x15\xe1\x1c\xde\x51\x48\x36\x03\x3c\x4b\x54\x7f\x51\xbd\x5e\xed\x11\x28\xa3\x11\x87\x36\x4c\xbe\x5e\xc3\xa9\x1b\x59\xdb\xeb\x94\xb6\x53\xf2\x6a\x68\x4e\xc5\x0e\x79\xde\x58\x26\x28\xb2\x88\x1b\x16\x9e\x52\xc0\xf5\x7b\xf1\x69\x6b\x6a\xd9\x7c\x2e\xf6\x70\xcd\xf8\x57\x65\x8b\x16\xae\x76\x4d\xb1\x35\x35\x16\x7a\x07\x3f\x8a\xe2\xd3\xca\xf4\xdb\xcf\x85\xe7\xa7\xde\x8f\x44\x4f\xcf\x78\x51\x5a\x22\xfc\x40\xd6\xcb\xf4\xea\x3a\xf4\xf9\x6a\x46\x4a\xbd\x56\xf1\x06\x1b\x7e\x85\xce\xdf\xdc\xbc\xb9\x65\xd5\xda\xcd\x1b\x71\xa7\x08\xf7\x1b\xe7\x3a\xfb\x11\x14\xc6\xa8\xfd\xfd\x78\x7d\x59\x5c\xc9\xbd\x17\x08\x31\x99\x3e\x20\xe3\x56\xc9\x2d\x35\xd2\xff\x44\x14\x7e\xb3\x50\xa2\xff\x69\xfa\xf4\xaa\xa4\x00\xa1\xe3\x65\x26\x13\x23\x91\x2b\xde\xab\xdd\x2f\xbd\x6c\x2b\x2e\xec\xb9\xc1\x25\x24\x60\xc9\x0b\xb3\xdd\x6a\x77\x33\x6c\xb7\x12\x36\x06\x7e\x0b\x8b\x09\x94\xfd\x4e\x59\x8b\xf6\x05\x94\xbd\xc5\x04\xca\xbe\xd8\x18\x5d\x25\xb9\x15\x7c\x17\xb7\xbd\x52\x54\xeb\x2b\xbe\x75\x2b\x40\x02\x40\xf6\x14\x7f\x15\x41\xb1\xc2\x37\xbd\xbf\x4d\x6e\xa0\x7e\x2b\x64\xd3\x6d\x24\xc8\x18\x09\x58\x20\x7b\x3e\xb3\x1d\xb6\xaa\xd7\x15\x28\xe7\xa4\xdd\x7c\xff\xa4\xfc\x21\x25\x82\x19\x8a\xda\xb8\x6f\x41\xe3\x7f\x23\x61\x3c\x88\xcd\x36\x0f\x37\xed\x14\x30\x0a\x8f\xf2\x14\x10\x9a\x5e\x40\xb9\x1c\xb3\xd5\xbf\xf3\x58\x00\x2a\xff\x1d\xf0\x9d\x78\x08\x10\x38\x23\x54\xa8\x0f\xf8\x12\x2f\x7c\xf2\x31\x70\x62\x73\xd4\x5b\xf9\xe5\xa1\x82\x5b\x33\x53\x0e\x35\xf3\xb1\x10\xe9\x17\x24\x1e\x6f\x39\x99\x58\xfc\x56\x0c\xfd\x11\xe0\x8f\xd7\x97\x8b\xdf\x0a\xdd\x56\xcd\x50\x1f\x6c\x88\x1d\x96\xd6\xf5\x9e\xed\x7a\x7c\x62\x1f\x7b\x94\xed\x5d\x6b\x76\x6d\x80\xff\x88\xdf\x02\xbe\x7f\x66\x1b\x92\x52\xb7\xa4\xf3\x88\xd6\x24\xa2\xd6\xb5\xe7\x62\x40\x77\xb1\x88\xe7\x69\xaa\xcf\x08\xbb\x1c\xf4\xc1\xa4\x71\x0a\x84\xce\x8b\x08\xa0\xda\x91\x5b\xb5\x88\x76\x2f\xa5\x67\x86\x4b\x2f\x81\xb7\xa9\xc8\xec\x99\x00\xa6\xd2\xc0\x2e\x03\xc4\x02\x2f\x26\xa7\xe5\x46\x64\xe8\x60\x71\xd3\xaf\x67\x4a\x7f\x98\x5e\x9a\x1e\x28\xef\x94\xdc\xce\x20\x08\x04\xe6\x60\x41\x9c\x7b\x28\x04\x87\xce\x88\x42\x4e\xcb\x79\xa8\x45\x1c\xa5\x30\xe0\xe9\xdc\xa4\x0a\x86\x30\xce\xb9\xd6\x2a\x93\xb2\xca\xad\xb6\x3c\x59\xb7\x1b\xd0\x50\xa6\xac\x43\x50\x7a\x37\xaa\xf2\x5c\x35\x2f\x39\x0b\x32\xab\x4f\x01\x93\x02\xd6\x77\x2e\x0a\x38\xaa\x7b\x30\x6d\x4a\xd4\x62\xa4\xa8\xa4\xf3\x72\x2b\xef\x94\xb0\x83\x67\xcd\x36\xd2\x91\x94\x92\x4f\x96\xe7\x92\x01\x15\xd6\x19\x5a\x3e\x41\x6f\x76\xad\x3f\xde\x1e\xc2\x0f\x60\xdf\x88\x3a\xd5\xa3\x4e\x11\x13\xf2\x00\x74\x08\x6d\x50\xf1\xa9\x2f\x1a\xee\xd6\x5e\xeb\x7b\x45\x4a\xbe\xa0\xdb\x84\xbc\x45\xd1\x48\xeb\x4a\xbf\x1e\xb1\xb9\x20\xce\x9a\x7b\xbf\x59\x7d\x7d\x3e\x57\xf4\x7e\xd5\x80\xcd\x0c\x60\x40\xad\x5e\x4b\xfd\xf3\x4b\x31\x4c\x51\xd3\x98\x9d\xaa\x4f\x85\x5f\x45\x6d\x6e\x04\x00\x14\x41\x36\x3b\xb9\xb7\x24\xc1\x30\x5d\x33\x2d\x8d\xd5\xa2\x88\x3a\x42\xbb\x29\xfd\x81\x1b\x98\xf4\x7b\xcf\xc8\xf0\x0a\x31\xab\x78\xdd\xed\xa1\x50\xd7\xf7\xb3\x38\xb1\xc5\x80\xf7\x0b\x00\xbe\x4f\xd0\x80\x71\x0d\x9d\x44\xf7\x09\x53\x44\x28\x4e\xbd\x28\x23\xb4\x7b\x6c\xfd\x3a\x1b\xb6\x28\x02\x2d\xe9\x42\x22\xc8\x6e\xb5\x19\x96\x8d\x7a\x82\x92\xb1\xe6\x55\x1d\x54\x8d\x23\x1e\x38\x34\xeb\xbe\x28\xac\xd3\x4d\xe3\xc7\x98\xcd\xd8\x32\x49\x15\x72\x61\xf3\xc1\x40\xd8\x8d\xee\x84\x81\xcb\xbc\x74\x90\xe2\x82\x4d\x04\x41\x67\x44\xad\x40\xf2\x36\xbd\x70\xbd\x6c\xed\x4a\xc1\xed\xe6\x16\xef\x07\x16\x54\xb5\x97\x2b\xd1\x6c\xed\x40\xcd\xa8\xc4\x80\xaa\xd3\x53\x07\x66\x27\x99\xc8\xbc\x6a\xb4\x2d\x80\x2b\x34\x68\x03\x8c\x69\xc4\x64\xb9\x0d\x7e\x81\x4d\x86\x00\x6e\xd3\xb3\x45\x32\x3b\x0e\xab\x4c\x03\x87\xf5\xc3\x6a\x7a\xa0\xdf\x05\x9a\x6f\x95\xc8\x20\x65\xfb\xe1\x16\x72\x98\x75\x1a\x6f\x89\xe2\x93\x5f\xe7\x9f\x0b\x94\x9d\xca\x70\x45\x79\x81\xb2\x14\x72\xdc\x90\x58\xfc\xcd\xe8\xb6\x84\xfb\xb6\xff\x30\xba\x85\xcb\xb9\x22\x33\x49\x19\xa9\x07\xc9\x20\x6f\x0f\xb6\x32\xcb\x46\x57\x6c\x95\xb7\x2f\x56\x06\x76\x0f\x68\x0f\x5f\xf1\xef\xc2\x3a\xe9\x09\x04\x19\x54\xf8\x5f\x99\x3a\x12\x0b\xa1\xae\xfa\x15\xff\xa6\xd4\x90\x54\x0c\x6d\x48\xf9\x48\x3f\x8b\xc2\xf3\xd5\x0b\x20\xea\x5e\x14\x80\xfb\xd9\x84\x94\xfb\x93\xda\x6f\x6b\xce\x5b\x24\xf0\x9d\x74\x4e\xf5\x2d\xde\xa5\xe0\x96\x4f\x8b\x52\x76\x40\x91\x50\x06\x3f\xb6\x6c\xad\xf8\xb9\x88\x36\x8d\x6c\xce\x38\x77\x8d\x14\x86\x1f\x6f\x5c\x0b\xda\xd3\x96\xd8\xf2\xff\x54\x7b\x5b\x58\x55\x0d\x3d\x0e\xeb\x0d\xfd\x9c\x57\xcf\x92\xbe\x78\x64\xb2\x19\x2f\x03\x6c\x6e\x05\x62\x0b\x5a\x63\x67\xe2\x05\xfe\x60\x05\x55\xd1\xc1\xf4\x25\x76\x99\x34\x9f\xa1\x2b\x64\x96\x9b\x2a\xa6\x72\x2d\x8d\xb6\x02\x91\x00\xa3\xc2\xd7\x75\x70\x2c\xaf\x4c\x2f\x64\xbb\x8f\x17\x7f\xaa\x81\x83\xaf\x4d\xcc\x00\xec\x29\x94\xf3\x60\x3b\xb5\xe4\xbb\xe1\x68\x54\xb3\x95\xb5\x12\xf7\x5a\x06\xc5\x56\xc2\x2e\x85\xf3\x9c\x95\xa5\x99\x0e\x01\xc4\x20\x54\x64\x33\xb7\xc4\xd3\xec\x0c\x6b\x14\xdc\x46\x69\xbc\x9a\x6d\x81\x93\x5a\x0d\x4d\xc3\x67\xe2\xab\xa1\x69\xd0\x44\x6c\x6a\xfe\xec\xab\xa0\x2b\xea\x4b\xfa\x59\x0c\x5d\xed\x85\xd6\x38\x96\x1f\x21\x21\x8c\x65\x9e\x9f\x08\xa3\x30\xaa\x5c\x2c\xa8\x34\x11\xbc\x4e\xa4\xd3\x66\xbf\xe0\xdd\x3c\x63\xe8\x4c\x1b\xbb\x1e\x83\x44\xad\x1f\x50\x2a\xea\x38\x4c\x14\xda\x00\xc1\xd0\xee\xe4\x5e\x6c\xcc\x4e\x34\xba\xbd\xb3\x34\x53\x7e\x9c\x52\xc1\x1c\x14\xb5\x4e\xb7\x83\x22\x51\xc9\xff\x9c\x9a\xd5\x92\xcd\x00\x59\x10\x2c\xf7\xac\x0d\x43\x1b\x03\xda\x00\x62\xb9\x17\x20\x0d\x1e\x36\x56\x18\x5b\x29\xb0\x91\x02\x5f\xbe\x83\x8d\x44\xa4\x6b\x1f\xad\x12\x17\x68\x37\x41\x7b\xac\xda\x18\x63\xe9\x06\x22\x52\x3f\x9f\x06\xca\x40\x22\x7e\x34\x2d\x11\x0f\xce\xda\x39\xdb\x6f\xc0\x3e\xa7\x1d\x54\xd2\x95\x62\x84\xa6\x0d\x75\x41\x57\x8d\xe7\x8c\x13\xed\x33\xb8\x4f\x40\x63\x4a\xbd\x45\x81\xf5\x23\x5b\x6f\xc0\x84\x07\x59\x04\xb2\x17\x79\x7b\xc6\xab\x84\xea\xe5\x2b\xbc\x07\x16\x0b\x2f\x85\xf4\xee\x1a\xa7\x3f\xd0\x25\xd3\x64\xec\x1a\xf7\x23\xe4\xfb\xc1\x4b\xf2\xdf\x83\xe9\x41\xd0\xab\xf8\x3d\x56\x8e\x40\x48\x15\x91\x41\xce\x32\xdc\x5c\xd7\x41\x66\x7b\xd4\xfa\xc9\x8e\xe1\x72\x3b\x69\xb3\x8e\xd3\x1a\x27\xd1\x49\xc2\x5d\x51\x46\x94\x12\xfd\x79\x6c\x1a\xd5\xf6\xaf\xd2\x12\xc6\xb7\x28\x50\x4c\xb1\x41\x3a\x39\x47\x8a\xa9\x2c\xdb\xdf\x87\x7c\x32\xc1\xcf\x08\xab\x62\xe3\xb3\x94\xf4\x76\xbd\x06\x9d\x48\x4e\x82\x27\x44\x37\x23\xb0\x30\x0a\x06\x4c\xa9\x22\x5d\x5d\x14\x8c\xca\x1f\x5b\xf0\x8b\x53\x82\xd6\xed\x46\x81\x3d\x31\x25\xf3\x0e\xe0\x5c\x5c\xf8\xa1\x8d\x8d\x22\x72\x88\x7d\x7d\x41\x09\xa3\x7c\xee\x0c\x66\x03\x77\xae\xed\x5c\x6f\x7a\xcf\xbe\xab\x70\x62\xe8\x16\x2d\xd9\x82\x41\x42\x46\x96\xc4\x0b\xa0\x53\x62\x27\xf1\x12\x88\xa9\xd4\x9f\xc7\xb5\xc7\x05\xf4\x32\xbf\x3e\xc2\xbe\xe5\xdb\xe7\xbb\x42\xd6\x35\x2c\xee\x68\xd8\x51\x03\xe1\xc8\x55\x90\x1e\x2a\x85\x40\xc3\x8f\x90\x5a\x66\x97\x5b\x16\xf5\x4c\x5f\x7f\xa1\xe5\xd9\x8f\xff\x86\xbb\xac\xac\xaa\x78\x97\x15\x1a\x39\xda\x5a\x93\x5e\x4e\xf7\x98\xac\x6b\xe0\x84\x68\x2d\x27\xfc\x0c\xad\xe6\xc0\xd6\xf8\x5a\x50\x7c\xf1\xc3\xf3\x9f\x6a\x0f\xcc\x0f\xad\x04\x38\x93\xb4\x15\x12\x6c\x59\xc1\x00\x1e\x65\x19\x3b\x11\x95\xf3\x39\x3f\x87\x4b\x27\xab\x08\x16\x18\x43\xd9\xee\x3d\xa3\x0f\x16\xc3\xc8\x44\x3b\x23\xd6\x32\x98\x08\x85\x03\x2d\x67\xc5\x35\x5c\xb2\x6d\xf4\x7a\xd3\xec\x85\xde\x76\xa6\x77\xb0\x92\xd8\xd4\x21\x0a\xaf\xfe\xab\x57\x95\x59\xb7\xfa\x77\x18\xd8\x2d\x9a\x3a\x87\xcb\x93\x67\xd6\xf5\xa6\x5d\x3f\x7f\x01\x96\x50\x77\x9e\xf0\x6c\xcc\xee\xcf\xcf\x9e\x52\xba\xb8\x80\x29\x34\x83\x13\xaf\xb5\x7b\x33\x2c\x1f\x5b\xb1\x1e\x74\x0d\x67\xed\x33\x99\xf8\x66\x90\xf5\x14\xda\xa1\xef\xda\x30\x2c\xe0\xa9\x61\x7a\x61\x4d\x73\xaf\x46\x45\xcc\x76\x8b\xd3\xbb\x6c\xd4\x16\x21\xa1\xfd\x60\x70\xa5\x5a\x18\x39\xd5\xd3\xf8\xdc\xdc\xbc\x59\x84\x25\x1e\xe7\x87\xa6\x8d\x19\xd4\x4c\xcb\x42\xcc\xa1\x07\xae\x48\x67\x1a\x4f\x20\x50\xb1\x70\x29\x60\x3c\xa6\xa5\x60\x1e\xad\x67\x56\x26\xfa\x1d\x90\x5a\x3c\x0a\x2e\x2e\xce\x7c\x3b\x90\x01\xf3\x69\xd5\x44\x4b\x4b\x0b\x2b\x59\xbc\xfe\xd0\x61\x71\x1a\x18\xf7\xd0\x3c\x58\xae\xa3\xfd\x4d\x14\x0d\xfb\x4e\xf4\x8c\x3b\x90\x50\x34\x1a\x91\x48\xd3\xc6\x30\x19\x55\x53\x48\xd3\xb8\x15\x29\x35\x43\xd3\x52\xa4\x68\xb8\x20\x95\x05\x7a\xfd\x95\xd4\x6c\x52\x6f\xec\x38\x57\xf7\x15\x14\x0d\xfa\x74\x0e\xc3\x61\x5a\x54\x9c\xd0\x44\x5d\x4a\x34\xc4\x83\x8c\xd6\x94\x89\x98\xf7\xde\xd0\x15\xb0\xe0\x44\x98\x13\xeb\x3c\xab\x92\x6e\x65\xdf\x08\x30\xda\x47\xa3\x43\xd0\xbc\xfc\x6f\xa2\x96\x7b\x5b\x38\x73\xa7\xda\x99\x22\x90\x7e\xa8\x50\xf1\x95\x97\x7a\xc9\xad\x15\x7a\x75\xa1\xac\xe9\x06\xfb\x73\x9a\x87\x3e\x7a\x19\xb8\x59\xad\x7c\xda\x6a\x55\x64\xf7\x66\x64\x59\x87\x66\x98\x69\x16\xbb\x1d\x04\x2b\xd3\x34\x13\x2c\x73\xb2\xeb\x32\xcb\x36\x3a\x60\x53\x2f\xf3\x3d\xeb\x77\x2d\x11\xa4\xe4\x46\x0d\x77\xae\xa7\x5a\xc2\xca\x95\x12\x5d\x23\x2b\xb5\x60\x87\x1b\xb0\xb0\x05\xe2\xe6\x0f\x67\xbe\xd9\xd3\x78\x3f\xde\x18\xab\xc6\xc4\x6e\xa4\x98\x4c\xe4\xc4\x45\xda\xf4\x8d\x73\x1d\x1a\x72\xa4\x3e\x01\x91\x65\x20\x73\x01\x60\x7f\x44\x63\xda\xb5\xea\x83\x9d\xa8\x6f\x52\xd7\x48\xb2\x32\x85\xdd\xeb\xbb\x1b\x78\xa1\x60\xa5\xc0\x26\xa1\x35\x14\x89\x23\xf1\xe9\xc7\xcf\xf6\xe4\xd3\x4f\x9f\xed\xa3\xe7\x57\xaa\xb7\x60\x84\x7f\x8e\xdd\xb8\xf5\xcb\x03\x46\x44\x5a\xba\xe5\xee\x55\xed\x3b\x24\x9b\x53\xa1\x16\xeb\x85\x78\xe6\x87\xe0\xf9\xc9\xa7\x3f\x7d\xb6\xcf\x9e\xc2\xef\xc5\x74\x32\xa3\x15\x3f\xce\xed\xd7\xad\xa5\x4a\xb6\xe5\xdf\x47\x9e\x61\x0f\x8c\x2a\xd8\xf4\xf9\x89\xf2\x07\x2f\x30\xf5\xf9\x12\xe4\x5b\x59\xab\xaa\x5e\x39\x90\xe3\x51\xff\x89\x32\x2e\xa4\x66\x25\x7c\x45\xd3\x9b\xdc\xdb\x8d\x6a\xa9\x1c\xa7\x66\xa5\x48\x3f\xc8\xb7\xa7\xc5\xcc\xbd\x6e\x8e\x2d\x2e\xa6\x91\x46\x36\x18\x0d\x04\x46\x24\x58\x7a\x7c\x57\x64\x77\xd3\x7e\x07\x7f\x15\xd6\x59\x0d\x7d\x8e\xbe\x25\x9e\xb5\x55\xdf\xcd\x4c\x26\x5f\xba\x4c\x27\x53\x1e\x54\x5f\x4e\xb1\x44\x02\x7a\x18\x01\x58\x50\xb4\x28\x13\x8c\x89\xf5\x88\xbc\x1e\xba\xa7\xb7\x61\xed\x1d\x5c\x74\xf9\x45\xbe\x3d\x82\x8a\x48\x67\x76\x07\x4f\x5e\x01\x9e\x7e\x06\x87\x40\xa7\x3c\x27\x23\x7b\xdd\xec\xbf\x95\x2c\x88\x97\xb2\xda\xe4\x34\x09\x28\x0f\x9b\x87\xd3\x19\x51\xa9\x53\xf1\x6c\xf9\x9c\x26\xed\x4e\xa9\x8e\x58\x32\x6c\xd2\x88\x80\x3d\x7b\xba\xcc\xb7\x65\xaf\xd0\x87\xcf\xa9\x29\xc5\xbc\x0e\x79\x47\x07\xe6\x00\x82\xb0\x3a\x12\x34\x39\x85\x3d\xb0\x2c\x0e\x63\xcc\x79\x8c\x11\xb2\x70\xea\x72\xe9\xf1\xb9\x3b\x3d\x3e\xa2\xaf\x2b\x1d\x27\x5f\x45\x8e\xb8\xf0\x9c\x9d\x58\xd0\x1e\x36\xea\x5e\x35\xc8\x78\xd4\x9e\x98\x80\xa1\xc5\xca\xd3\x89\x20\xdb\xba\x43\xab\xfd\x08\xf7\x31\xd3\x8c\xaf\xdd\x3e\xa1\xde\x7c\x54\x58\x76\xc0\x85\x59\x22\x1f\x10\xe4\x87\xd9\x73\xc0\x16\x61\x82\x3c\xdb\xca\x45\x5e\xf3\x2c\xfb\xc9\x01\x40\xe4\x36\xc2\x6e\xc1\xc2\x51\xe9\x1f\x27\x0a\xb8\x7c\xf2\xb3\x82\x75\xed\x4c\xd8\x29\x1b\x34\x70\x16\xe7\x57\x6f\xed\xa2\x08\x15\x32\x52\xd8\x25\xd8\x84\x1d\x6a\xfc\xc1\x0c\xba\x69\x26\x5b\x8d\xf5\x67\x58\x9c\xb8\x5b\x68\x13\xf2\xb7\xa1\x53\x93\x0e\x61\x67\xf2\x7c\x1c\x77\x65\x93\x15\x80\xb5\x41\x4b\xc6\x82\x5a\xe8\xea\x77\xe2\x5d\xbc\x85\xf3\x33\xdb\xed\xbd\xe8\x13\xdc\x31\x4e\xe9\x80\x15\x3b\x10\x5e\x46\x6e\x20\xda\x21\xc5\x17\x9e\x7f\xed\x03\xf3\xcc\x0d\x26\xf6\x39\x9d\xca\x94\x87\x9e\x9d\xcc\xc8\x51\xcf\x16\x9b\x63\xab\x3b\xc6\x93\xf7\xf9\x21\x26\xdb\xac\x72\xfa\x76\x70\x91\xa7\xbd\x4a\x96\xf7\xd5\x6c\xb5\x61\xdb\x63\xd5\xa3\xe5\x2d\x50\x06\x44\x53\x59\x60\x92\x50\xb1\x88\x2b\x22\x61\x17\xa4\x15\x3b\xd5\x34\xe9\xea\xc0\x2b\x1e\x1b\x16\xc9\x48\x6e\xca\x64\x26\xbb\x28\xe0\x42\x60\xd1\x7a\xd9\x17\x1d\x71\x82\x92\x8a\x6e\xb1\x60\x00\xda\x7d\x76\x4d\x65\x17\x58\x0c\x2e\xbf\x02\x39\xba\xa4\xab\xb0\x24\x5a\x44\x02\x95\xf8\xfa\xa0\xff\x69\x7e\xae\xe0\xd8\x27\xf7\x46\xe0\x0f\xa0\xe4\xd6\x12\x01\x02\x16\x55\xad\xe8\x66\x39\xa9\xe4\xc8\x94\xe0\x15\x08\x36\x80\x1b\x98\xa6\x8d\x9a\x1e\xaf\x17\x33\xa0\x07\x5a\x3e\xba\x49\xcf\x5b\x7b\xa4\x71\x69\x15\x99\x0e\x05\x89\x01\xf4\x35\xc1\x0b\x32\xe9\x88\x08\xd2\x92\x8b\xb6\x71\xb4\xde\x33\x4b\x62\x02\x4a\x54\xf9\x2a\xb2\xe6\x4c\xeb\xe3\xdd\x25\x23\xeb\x54\xbf\x95\x2d\x58\xee\xe2\x3d\x0b\xeb\x27\x2e\xce\xdf\xbf\xff\x70\x1b\xd5\x12\x9e\xf8\xb5\x35\xf0\x5a\xec\xf0\x34\x69\x17\xbb\x3d\x85\x5d\x9b\x43\x44\xc7\x2b\x2a\x71\x08\x2e\x95\xfd\x12\x23\xe7\xb5\x01\xad\x0d\xdc\x57\xb3\xf4\x9a\xb5\xbf\x3e\xb8\x42\x3e\xf9\x21\xfe\x5c\xf0\xdd\xff\x07\xff\xbf\x48\xcd\x27\x12\x8b\x16\xa0\xb7\xd1\xf0\x25\x7a\xe4\x8b\xb5\x31\xf5\xc4\x9c\x02\xc4\xd2\x01\x9c\xce\x2a\xb3\xed\x0c\x70\x3e\x2b\x01\x56\xaf\xa7\x7e\x77\x99\x1e\xa8\x24\x88\x34\xad\xfe\xfb\x00\x0a\x29\x30\x52\x5d\x14\xf7\xda\xea\xa5\x6e\x50\x84\xfe\x4b\xf8\xc0\x74\xff\x6b\xe4\x93\x9d\x54\xae\xad\x78\x66\x3b\xd9\x8a\xaa\x91\xd6\x9e\x3d\x1a\xb4\xf0\x7c\xb3\x53\x5f\xdc\xa3\xe7\x57\x3d\xd8\x47\x3e\x7b\xea\x21\x9e\x4f\xd0\x95\x2b\xd3\x57\x78\xdb\x1a\x2c\xc1\x81\x58\x51\xba\xdf\xa6\x2d\x70\x31\xc9\x56\xc5\x81\xff\x03\x75\xae\x4c\x7f\x17\xfb\xf1\x3d\x5d\x30\x98\x15\x12\xec\x7b\xd9\x0c\xf9\x6d\x93\xaf\xdd\x97\xb1\x3f\x14\xe0\x70\x1e\xcb\x82\x93\x00\x84\x30\xf2\x19\xba\x5d\xff\x19\x06\xcd\x1d\x0f\x62\xf2\x46\x35\x9d\x17\x0f\xbf\x2b\xa0\x25\x74\x2b\x3f\x8e\x86\x03\x79\xec\x8d\xed\xf3\xc0\x25\x1b\x52\x67\x66\x23\x89\x6d\x21\x1b\x96\xcc\x92\xd9\xf4\xe4\x14\x3a\x91\xde\x64\xef\xc9\xa0\x2a\x1c\x5b\xb6\xea\x35\x78\x94\x63\x7a\x23\xe1\x82\x3b\x84\x43\x82\xc4\xb5\x76\x7a\xdd\x9a\x3e\x19\x86\x1b\x30\x19\x12\x8b\x90\x25\x38\xc0\x92\x2d\x1a\x5d\xa9\xd6\x02\xb5\xc3\x5f\x9c\x32\x29\x2e\x05\xc3\xc2\xe5\xa3\x3f\x30\x68\x2b\xf8\x1f\xf4\x3d\x53\x8a\x00\xb9\xca\x42\x0e\xce\x94\xba\xd5\x0e\x7c\x89\x82\xeb\x99\x1b\xad\x57\x3c\xa1\xd8\xd8\x09\xfd\xa6\x91\xfa\x13\x1e\x72\x07\xa2\xe9\x21\x3f\xa0\x64\x82\xc8\x7b\x99\xec\x1c\x60\xfc\x20\x41\xa0\xa9\x28\xc5\x52\x2a\xbb\x7e\x68\xf1\xae\x7d\x68\x55\x96\x18\x05\x23\xe4\x03\xda\x3d\x45\xd7\x78\xe2\x7a\x59\xdd\x79\xe2\xd2\xab\x95\xea\x55\x5b\x81\xc3\x82\x74\x89\x22\x03\x4d\x2a\x4c\x4b\x07\x81\x2f\xc6\xc8\x21\xf8\xcf\x3d\xf8\xcd\xa0\xff\x15\x86\xfd\xf1\x29\xdf\x6f\xcc\xd0\xff\xc0\x80\xac\x2a\x0f\x70\x74\xe1\x33\xca\xe7\x76\x92\x42\x81\xac\x0e\x45\xab\xfc\xa1\x20\x7b\x74\xe8\x4e\x74\x1c\x96\xdd\x62\x83\x0b\x22\xe1\x03\xd5\x9d\xdd\xb7\x55\x54\xde\xdd\xc0\x57\xb1\x93\xae\xda\xa0\x0d\xc6\xaf\xf4\x13\x4c\x30\xd6\xf2\x77\x4c\xbd\x09\x1f\xb0\x05\x2c\x6d\x0a\x1b\x17\x30\xad\xdc\x24\x94\x43\x4c\xcc\x8c\x59\xf6\x0b\xf1\x4e\x7e\xd1\xdb\x61\x2b\xfe\xfd\xc7\x9f\x12\x1b\x4d\x72\x04\x58\x4c\x71\x92\x87\x00\xd8\x42\x90\x0b\x6b\x2c\x46\x26\x1d\xbd\x92\xd5\x86\xdc\x56\xcc\xaa\xc4\x20\x32\xc0\x4a\xde\x06\xa3\x34\x4f\xd2\x00\x4e\xd5\x62\x4b\x6d\x08\x80\x50\xd4\xb7\xf4\x24\x37\x36\x59\xcc\x9b\x8c\x8c\x6d\x1e\xbf\xdd\x72\x64\x8c\xe1\xb8\x01\x49\xab\x54\x5d\x7a\x51\x89\xe9\x5e\x66\x41\x5d\x50\x2c\x30\x0e\x7a\x14\x82\x81\x61\xd4\xa3\x34\xf7\xf0\x11\x12\x5c\xa7\x73\xaa\x0e\x7e\x90\xcb\x66\x50\x8f\x9e\xe3\x42\x62\x92\xce\x58\x69\x8b\xbe\xa3\x70\x64\xc9\x1e\x25\x88\x05\xd2\xed\xb8\xde\x2f\x20\x70\x48\x5c\xee\x33\x50\xd9\xa9\x4f\xe2\x96\x4c\x14\x8d\x4f\x5f\xbf\xbd\x05\x3b\xdc\x23\xc5\x4b\xbc\x9b\x29\xd9\x8d\xed\xaf\x18\x0a\x0b\x62\x7c\x24\xd7\xb1\x1c\x47\x4d\xa6\x83\xb1\xdc\x63\xdc\x06\x8e\xdf\xd2\x49\xbf\x34\xb9\x2e\xcf\x67\x68\x6b\x51\xe8\x68\x35\xcc\x67\xc6\x47\x47\xec\xd8\x06\x42\x96\x2f\x2c\xc6\x16\xdd\x5e\x2b\xd9\xb0\xcf\xeb\x5b\x4c\xa4\x82\x3e\x11\x2e\x9e\x72\xab\x2d\x76\xd1\x91\x69\xb8\x1f\x46\x1b\x0c\xf4\xe2\x6a\x48\x6d\xf3\x88\x2a\xd0\x19\x47\x01\xe3\xcc\xaa\xc0\x63\x8a\xd3\xe9\xd0\xf2\x5f\x85\x97\x00\xcb\x46\xb7\x77\xc0\xdc\x75\xfb\x98\x90\xf0\xb2\x17\xa6\xd3\xaa\xfe\x2e\xc9\x63\xe5\xca\x15\xcc\xfe\xff\xfb\x7f\xff\x3f\x4f\x2e\x7c\xbb\x2f\x5c\xdf\x3c\xb9\x60\xc9\xd2\xc3\xe3\x38\x22\x02\xf1\xe1\x3f\x8b\xa1\xdd\x91\xbd\xec\x47\xfc\x55\xf0\x37\x50\xa9\x62\x68\x2d\x99\x60\xc0\x8f\x82\xbe\x3c\xb1\x2a\x28\xd0\x9d\xa7\x52\x45\xd1\x86\x43\xf6\xbd\xc9\xce\xd9\xbf\x0f\xba\xba\x2b\xf1\x42\xed\x4c\xfc\x97\xff\x12\x10\xe4\x8c\x58\x0d\x7f\x6a\x85\x23\x08\x16\xed\xe8\x1c\x4b\xbd\x56\x81\x6e\x91\xf7\x7d\x3c\xb2\x64\xce\x3a\xed\xf9\xd0\x60\xc0\x46\xb7\xaa\xe8\x06\xbb\x41\x19\x8e\x6b\xbb\x1a\xec\x06\x42\xb8\x7c\xc1\x10\x41\x29\x06\x98\x9a\x09\x8e\xa5\xec\x55\xb9\x0d\x5e\x0e\xe3\xdd\x1d\x16\x0e\x39\xd2\xc5\x2b\xb9\xbd\x72\x8b\xa2\xc0\x23\x18\xdd\x1c\x6c\x11\x4e\x55\x3a\x4d\x5d\xaf\x00\x69\xaf\x94\x87\x74\xaa\x67\x03\x43\xd9\xd6\xa5\x93\x6b\x2c\xe9\x59\x1f\x2a\x6a\x7a\xe1\xe4\x9a\x10\x01\xe6\x5f\xe8\x67\xe1\x24\x98\xa3\xdd\xca\xf5\x34\xea\x5e\x37\x34\xcd\x34\x36\x5f\x23\x97\x0a\x92\x2f\xe1\x47\xb1\xf5\x8d\x74\xa6\x55\x78\x7a\xf2\x47\x51\x81\xf3\x86\x0d\x6e\x1c\xb6\x58\x6b\x66\x11\xf2\x36\x50\xf0\x03\xd4\x1d\xe2\x4f\x18\x82\xb2\x97\x3b\x9f\x26\x77\xf8\xb9\xd1\x96\x62\x38\xbe\xc1\x5f\x98\x8c\xf7\x36\x00\x0a\x97\x35\x01\x1e\x24\x10\xda\x23\x57\xfc\x1b\xb3\x9c\xf1\x3c\x5d\x1f\x67\x87\xcd\x79\x9c\x31\x02\x33\x90\xa9\xb6\x1b\xb3\x6b\x8b\x7b\x5d\x2b\x03\x67\x06\xc5\x63\xc0\x28\x96\xcb\xde\xec\x2c\x33\x9d\x7e\xb4\xf1\xd3\x4f\x6f\xfb\x38\xc6\x6e\x78\x73\xfb\xee\xf2\xdf\x05\xe0\xf0\xf3\xb0\x28\xc2\x4c\x2c\xcc\xbd\xea\x29\x68\xc8\x07\xfa\x19\x33\xc9\x5d\x35\x19\x32\x30\xd5\x54\x71\xe4\x02\xa8\x75\xb2\xc9\x20\x6f\x7c\xc2\x0c\x20\x46\x34\x3c\x6f\x9a\x99\x3c\x32\x44\x2a\x97\xfb\x60\x4a\x55\x0b\xb8\xde\xf1\x24\x18\xae\x78\x22\x30\x9b\xdc\x8c\x59\x3f\x92\x21\x46\x1c\x60\xa1\x6a\xbf\xf4\x17\x10\xf7\x12\x2d\xec\xde\xab\x1d\xb2\xb7\x94\x85\x76\x57\x65\xb0\xbf\x03\xff\xa5\x14\xc0\xff\xe3\xec\x97\xb5\x76\x59\x66\xd7\x2b\x58\x07\xd8\x2c\x8b\x24\x0e\x46\x16\x1b\x64\x19\x10\x45\x83\x12\x90\xb5\xa6\x2d\xfd\x91\x5a\xf2\x86\xbb\x40\xb9\xc1\x67\x8a\xd6\xb4\x4f\xe0\xbc\x85\xcc\xac\x11\x40\x8a\xd2\x96\x38\x5e\x42\x0c\xb6\x1d\xac\x2b\x97\xaa\x34\x6d\x29\xe3\xd8\xfc\x95\xed\x86\x97\xe0\x8a\x26\x79\x7f\xfa\x83\x4f\xde\xa1\xf7\x42\x6f\xbc\xa0\x2a\xb8\x1f\x1c\x42\x2e\x45\x0e\x92\x0f\x86\x79\x84\x7e\xa4\x98\x81\xd6\x8e\x19\x7c\x0a\x09\xe9\x61\xd9\xac\x3e\xc5\xc7\x8a\xb3\xa4\x57\xa9\xde\x6e\xd2\x2f\x4f\xb5\x4a\x88\x08\x46\xea\xdf\xb4\x01\x40\xd2\x30\x5c\x58\x54\xd1\x7c\x53\xef\xd0\x66\x15\x9a\x14\x8f\x32\xf0\xf8\xca\xcd\x02\xe6\xaf\xc9\x79\xa1\x79\x66\x0f\x1c\xbd\x79\xb9\x91\x17\x44\x0f\x95\x2d\x16\x8b\xb4\xbe\xa0\x4e\x00\xad\x9d\xe7\xd6\xe3\x21\x7e\x8a\x21\xbc\x80\x9b\xd3\x0e\xef\x46\xe1\xf4\x7c\xba\xf0\xb0\xac\xba\x4c\x0b\xac\x0d\xeb\xa5\x96\x6a\xad\x31\xd8\x27\x08\xd5\x8a\x82\x8c\x44\x24\x4b\x59\xdd\xd9\x4e\x42\xcc\x47\x6c\x0f\x9c\xcf\xa6\x4f\xd6\x6b\xa5\x9a\x12\x8c\xb1\xc5\x99\xc0\xcf\x90\x09\x94\x35\x59\xf4\xe4\x31\x37\x5a\xf3\xb2\xae\x4b\xb7\xed\xd8\xca\xe9\xf1\x89\x7d\xfa\x8c\xbb\xfd\xfc\x71\x02\x15\x01\x1e\xc7\x6d\x59\x63\x60\x5b\xb2\xad\x4c\xf3\xc6\xa6\xc9\x69\x1e\x35\x8d\x0e\xc1\x10\x3c\xb9\x06\x1f\x75\x8e\xde\x26\xd4\x17\xa7\xda\x5a\xd5\x22\x91\x31\x92\xb9\x21\x24\x38\xb4\xcd\xbe\x74\x06\x57\x69\xa4\x36\xd8\x5f\x06\xe0\x61\x27\x55\x19\xb3\xcd\x08\xfe\xc4\x77\xf7\x11\xb8\xa5\x07\xd5\x19\x64\xc4\xea\x22\x03\x11\x6b\x60\xd6\x81\xd5\x6f\x6d\xf0\x78\x8c\x78\x56\x10\xce\x0d\x1c\x60\xa0\x3d\x60\x2f\x80\x41\x3d\x85\x3f\x45\xd9\x43\x7f\x91\xd2\x41\xf6\x0a\x00\x2b\x68\x62\x89\x72\x6f\xca\x74\x24\x46\x96\xba\xe3\xc5\x4b\x64\x6d\xa9\x30\x28\x27\xed\x18\x10\x66\x26\xf1\x37\xa9\x2c\x33\x0d\xa8\x90\x8e\x6a\x6b\x24\xd9\xb8\xd9\x72\x6d\x75\x08\x20\x9b\xea\x4d\x78\x2d\xf0\xf2\x2f\xb5\x2d\x65\xa0\x8e\xad\x63\xd5\x29\x49\xc2\x9d\x24\xc3\x51\x8c\x1e\x23\xf1\xe4\x1d\x31\xce\xc7\x2a\x02\xfa\x00\x75\xd8\xfd\x96\x4e\xf7\x10\x89\x95\x05\x36\x29\x38\x93\xef\x88\x68\x08\xc0\xbb\x57\x73\x30\x06\xb0\x9e\x56\x4b\x41\xa8\x27\xa3\x0a\xd5\xc4\x56\xc5\x8a\x32\x39\x33\x65\x0d\xbf\xbe\x0b\x44\x8d\xcb\xd6\x94\xa8\xc8\x48\x2e\x0e\xb2\xee\xb0\xe9\x06\x93\xef\x91\xe6\x23\xe8\x18\x0e\x55\x44\x16\xb5\xe5\x6e\x93\x54\xcb\x24\x75\x62\x0b\xc6\xf6\xb7\x56\xb7\x95\x8a\xd1\x69\x55\xcd\xf5\x2f\x8e\xab\xf4\x62\x08\x02\xb0\xfb\xa0\x1b\xa8\x9d\x9f\x05\x38\x1a\xb2\x4a\x4c\x1f\xb6\x15\x92\x43\xde\x3f\x6b\xa9\xdb\xb8\xbd\x9c\x01\x5f\x24\x3c\x55\xdc\x26\x39\x41\xf2\x9e\x4e\x96\xf2\x39\x0e\x23\x28\xb8\xe2\x94\x7d\xfd\xa2\x6e\x0d\xd3\x56\x4f\x7a\x3c\x2f\x88\xb3\xe3\x25\x57\x34\xa6\x49\x4e\x32\x9f\x1d\xdb\x03\xb1\x27\x4d\x49\x16\xe1\xb4\x1d\x62\x24\x28\x4c\x7f\x4a\x46\x35\x71\xb2\xa1\xa9\xe8\x85\xea\x25\xc3\x11\x36\x3a\x16\x27\xd8\x88\x10\x3f\x84\xc6\x9f\x03\x76\x58\xd6\xba\x27\x52\x8c\x1f\x24\xac\x46\x62\x43\x2e\x6c\xd0\xfc\xc0\x94\xd9\x51\xfb\x03\x7f\x66\xd9\xd6\xf5\x40\xad\x29\x0e\xe8\x84\xee\x73\x06\x2f\x20\x28\x58\x68\x60\xc2\x1f\x39\x7e\x22\xf4\xcc\xf8\xe7\x70\xa9\x90\xc1\x39\xa3\xd0\x46\xb4\xb2\x62\xfe\x4a\x83\x64\xf8\x4a\xb7\x75\x48\x93\xa0\xc7\x09\x2e\xf1\x21\x3d\x4a\x72\xe4\xb9\x1e\x72\xe8\x6c\x7c\x01\x5a\x52\x4a\xe3\x88\x56\x1f\xfc\xff\x90\xda\xaa\x1d\x29\xca\x77\xaa\x0f\x11\x9f\x30\x9e\xbe\x27\xfb\x20\x73\x25\xc9\x8b\xb1\x9c\x95\x64\x79\x92\xe1\x13\x51\x88\x86\xfc\x34\xbb\x6a\x94\xec\xcb\x50\xfe\xc2\x7f\x8a\x66\x82\x25\x08\x6e\xa9\xdc\x36\xaa\x26\x85\x79\x6f\xe6\xc1\xb0\xba\x14\x12\x6b\xdc\xce\x01\x9b\x4e\xb5\x19\xec\x87\x4e\xb5\xa9\xd8\x98\x21\x36\x56\xd5\x23\xcc\x70\x8b\x33\x0f\x2f\x2d\x44\x4c\x84\x7b\x2c\xfa\x39\x6d\x67\x02\x84\xcd\x94\x33\xa0\xad\x49\xe1\xde\x9b\x09\x10\xed\xdb\xc0\x1e\x8c\x67\x2f\xce\x8f\xda\x4d\x26\x08\x33\x4b\xb0\xac\x09\xf1\xcf\x00\x28\x9c\xfa\x59\x35\x01\x19\x55\x96\xe1\x43\x5c\xe1\x96\x61\x11\x6e\x54\xfd\xee\x92\x9e\xcb\xac\xd5\x0a\x1c\x03\xad\x02\x9d\x6a\xbe\x10\xc6\xc5\x75\xbb\x32\x29\x8d\xf3\x72\xac\x6c\xf7\x54\x0a\xf4\x13\xc1\x98\x11\xa3\xf0\x90\x0e\xe5\x51\xe8\xe9\x23\x0e\xca\x23\x97\x06\x7d\x34\x69\xb4\xd0\x91\x13\x03\xa1\x8f\x1b\x46\x01\x7c\x0e\xb4\x6a\xe6\x82\x04\x86\xc4\x2a\x77\xa8\xc8\x60\xc9\xc1\x0a\x89\xfb\x83\xf0\x4c\x62\x53\x21\x34\x92\x3b\xa0\x55\x88\x23\xbc\x98\x11\xa8\x2d\x86\xe0\x43\xb4\xb0\xbe\x9d\x5c\x8a\x33\x71\x52\xc3\xe2\x0e\x73\xe9\x97\x6e\xcc\xc2\x95\xcc\x99\xa4\xc7\xe1\x89\xce\x66\x38\xcd\xf3\xdc\x02\xde\xd4\xe0\xba\x0c\xb7\x36\xcd\x4c\x89\xa3\x1b\x7c\x0c\x73\x10\xf3\x64\x1b\x53\xc9\x23\xbb\x2d\x42\xac\x75\xab\x0e\xa3\x3e\x50\x8e\x14\xe7\xa0\x2e\x9f\xe6\x2c\x64\xd3\x94\x41\x55\x75\xde\x34\x02\x3f\x66\x41\x2d\x3d\x39\xe2\x8c\x17\x06\x63\x53\x6b\xb2\xef\x99\x2b\x84\xab\xb5\x2e\x97\x7b\x2a\x83\xdb\x0e\x02\xf6\x1e\x28\xb2\x55\xad\x97\x5c\x3c\x3b\x87\x45\xde\x85\x84\x99\x22\x96\x42\x56\x9a\xde\xcd\xe4\x2c\x60\x3d\x3a\x3a\x2a\xec\x2c\x88\x27\x1a\x00\xf2\x01\x7e\xcc\x81\xa0\xc9\x77\x90\xde\xae\x29\x08\x18\x7b\x9b\xcd\x56\xac\xa4\x8d\x25\x2e\x15\x7a\xde\x3f\x5c\x6e\x6b\xac\xf3\xc7\x1c\x5a\xf8\xbf\x33\x10\x78\x03\x3e\x8f\xd4\x13\x0b\x60\x45\x93\x12\x7e\x27\xb1\x32\x0a\x7f\x47\x5d\x54\x62\x7c\x0c\x76\xc7\x64\x3e\x2c\x9f\x4f\x0a\x97\x2b\x79\xa7\x66\x30\xa0\x36\x8b\xa0\x41\x79\x64\x86\xa0\x35\x32\x43\x72\xae\x7c\xc1\xa9\xf8\xe2\xf2\x2d\x1e\xc2\x8e\x8f\x76\x78\x1d\xb2\xf2\x1d\xde\x0e\xdb\x92\xfa\x68\x91\x02\xf0\x57\x28\xce\x23\x50\x4a\x5f\xe5\x6f\xe1\x3b\x76\xf7\xdf\x3c\x87\x7d\x02\x3d\xfd\x8d\x8b\xb1\x77\x23\x42\x27\x81\xbe\xcf\xc9\xe9\x25\x78\xbf\xb0\xf5\x45\x9d\x28\x77\xa8\xd8\x9f\x43\x33\x4d\xe2\xac\x81\xa7\x00\xdc\x7f\xe5\x1a\xea\x8c\xa4\xc1\x07\xf7\x37\xcf\xe2\x46\x05\x10\x9a\x74\x70\xee\x4b\xc1\x7b\x05\xa3\xca\x70\xd7\xf0\x39\xca\x3c\x86\xac\xcf\x0a\xd0\xb1\x19\x97\x18\x81\x8e\x26\x8a\x86\x19\x59\x8a\x67\x52\xe8\x9a\xac\xd9\x1f\x85\xe1\x86\xaf\xe7\xb0\x58\xb2\x41\xc7\xfa\x02\x0e\xfe\xfc\x46\x2c\xc4\xe5\xf6\x6a\x15\xf0\xd0\x25\x77\x8d\xb3\x83\x5d\xc5\x70\x17\x2c\x1b\x7d\x5b\x15\x9d\xa1\xf7\xa0\xae\xe0\x47\xac\x99\x63\x9a\x02\xbf\x7b\x91\x7c\x86\x65\x9e\x59\xe4\x50\x22\x07\xab\xe6\x18\x4b\xa4\xb7\xc8\x5c\x99\x28\xca\x27\x8b\x7f\x7f\x33\x2c\x60\x55\xa6\xbd\x57\xbd\x25\xf7\x05\xc2\x48\x0a\xcc\x97\xb5\x8e\xd3\x33\xd2\x75\x70\xdd\x68\x44\x76\x23\xef\xd5\xe8\x10\x67\x96\x27\xb0\x50\x79\x7e\x65\x1a\x13\x59\x2c\xf8\x1a\x03\xa0\x95\xd4\x49\x3d\xcb\x1d\xc5\xa5\x49\x3b\x17\x22\xa3\xe7\xa7\x0e\x42\xce\x74\x06\x33\x46\x9a\xb2\x3c\x33\x44\x1c\xc3\x06\x42\xdc\x31\x36\x20\x9e\x62\x21\xcf\x75\x00\x0d\x66\x5a\xb3\x60\xf3\x1e\x9b\xc8\x63\xa4\x66\x97\x1a\x84\xe0\xe8\xa5\xa9\xdb\xcc\x12\x93\x70\x1f\x36\xa4\x9b\xaf\x3c\xea\x6e\xb1\xad\x0f\xe8\x6d\x13\x32\xd9\xc9\xde\xe9\x4a\x77\x32\x90\xca\xab\x24\x85\x21\xa5\x73\xb2\xda\xf8\x6d\x9d\x32\x5d\xbf\xa1\xfe\x81\xd4\x0e\x7e\x3d\xa2\x2d\xbb\x17\xb4\x9c\x5c\xfe\x36\x53\x3a\x84\xd2\x4e\x4b\x87\x44\x8f\xe2\xb7\x02\xef\xc2\x12\x71\x2d\xbd\x13\xa3\xcc\xca\x6c\x3b\xd9\xab\x5c\x1b\xeb\x53\x82\x3a\x76\x16\x8e\x67\x89\x81\xdd\xce\x88\x70\x91\x03\x4f\xa7\xf9\x13\x2c\xd7\x23\x82\xc2\x31\xa8\x40\x72\xb4\x10\xb9\xfb\x0c\xa2\x31\x8c\x2b\xa4\x1a\xce\x04\xfd\xa2\xfc\xec\x12\x71\x7c\x79\xc8\x3d\x37\x65\xaf\xec\xd0\xc0\x8c\x80\x47\x19\x7e\xc0\xab\x5b\x8b\x00\x04\xef\x4c\x79\x6e\x2b\xd6\x95\x1c\x22\xf8\x0a\x15\xf9\xb7\xfa\xdc\xa5\xaa\xa4\x67\xd4\xa1\xcd\xbe\xaf\x1b\x25\xeb\xa4\xf7\xbd\x82\xc7\x1e\xc6\xf8\xb7\xaa\x5f\x87\x8e\x7e\x0d\xfe\x6c\x4c\x37\x18\xb3\x1b\x3d\x6c\x9b\xbd\xa8\xf5\x0a\xa8\xae\x13\xa4\x6e\xe0\xea\x36\xd2\x96\xe9\x3b\x65\x7e\x81\x84\xda\x58\x89\x34\x9a\x98\xa5\x72\x3b\x88\x76\x05\xce\x14\xbe\x5e\x54\x95\xd9\x9f\x47\x1e\x53\x4f\xa1\x8e\xa7\x9e\x73\xa9\x89\x70\xff\x1b\x7c\x20\xf9\xa6\x99\x1b\x89\x99\x33\xab\x0e\x88\x1f\xaf\xa1\x1d\x6c\x19\x67\x04\x8c\x10\x70\x3b\x35\x6b\x3e\xf0\x18\x61\x77\xab\x9f\x82\xbb\x95\xd0\xad\x33\x33\x6e\x58\x84\x1f\x30\x11\x53\xc3\xd5\x60\xda\xbf\x86\x5e\x9c\x7c\xfa\x1f\x9f\x79\x4b\x38\xb9\x2c\xd3\xd3\x01\x2d\x56\xc3\x67\x06\x35\x56\xf8\xc4\xbc\xec\xda\x9c\x75\x8c\x94\x4f\x3c\x84\x33\xb8\x78\xa2\x0d\x17\x66\x90\x85\x7a\x3a\x93\xce\x88\x4e\xf5\x9e\x2a\xd2\x68\x06\x9b\xdd\x45\x36\x34\xc0\xed\xf7\xb1\x26\xbf\x6a\x42\xce\xed\x04\x6d\x20\x83\x04\x93\x53\x41\x44\x51\x4b\x27\xcb\x65\xcf\xe6\xf9\xd2\xc9\x60\x93\x39\x8f\x8b\x60\xeb\x21\x46\x63\x22\x5b\x2f\xb8\x0f\x4c\x88\x3b\xb7\x5d\xdb\x12\x3c\xd2\x51\x15\x7c\x4b\x6e\xe6\x8d\xae\x9c\x08\xe9\xda\x52\x38\x24\x7c\x6b\x65\x8d\x2f\xd7\x84\x17\xea\x56\xbd\xb2\x1b\x78\x57\xc2\x03\xac\xd4\x4e\x6c\x0d\x30\xb4\x81\x22\xc9\xb6\x04\x13\x44\xdc\xaf\xa9\x15\x51\xd6\x0d\x32\x29\xa2\x01\xc9\x5e\x8b\x48\x50\x81\xc5\xd6\xd7\x61\x43\x0f\x88\x39\x7c\x91\x22\x04\x25\x2e\xf7\xdb\x1e\xae\x6b\xfc\xc4\x1c\xae\x87\xad\x6c\xd1\xb8\x58\xb7\xc2\xf4\xb5\xea\x29\xe6\x2e\x38\x77\xbb\xcd\x1c\x66\xe4\x4b\x11\x29\xb1\x73\xc9\x0d\x13\xa2\xc5\xf4\xb0\x6c\x3d\x95\xe3\xcb\x5e\x0f\x80\x13\x76\x0d\xe9\x7c\xb1\x4b\xe9\x91\xdc\xc3\xa5\x59\x62\xf4\x17\xf4\xa7\xa9\xc1\x4d\xb2\x88\xc7\x64\x0e\x16\xf4\x1c\xb5\x81\x4d\x34\xb4\x44\x14\xa0\x54\x50\xb6\xff\x46\x7a\xa1\xc7\x2e\x6c\x1c\xda\x5c\xd1\xda\x3d\x1f\xfe\x94\x8c\xb6\xc8\x55\x65\x53\xf9\xfd\xbf\x9d\xd4\x3f\xd0\x63\x5c\x72\xab\xa6\x36\xab\x3e\x11\x47\x2d\xe5\x5f\xfc\x41\xa2\x2d\x84\xb9\x86\x37\x20\x4c\xcf\x23\xb4\x60\xc2\x4a\x42\x53\x62\xb0\x0a\xfc\xd9\x2f\xe9\x91\x97\xc1\x40\xf4\xb2\x56\xed\x12\x02\x44\xf7\x64\xf1\x6e\x89\x19\x1b\xee\xa4\xc6\x1d\x8a\xe1\x22\xb0\x14\x3a\x27\x40\x93\xdb\x4a\x2d\x8a\xc4\x7a\x26\x61\x2e\xa2\xb2\x26\xc9\x9e\xd1\x2c\x25\xb9\xf3\xda\xa5\x31\x40\x1d\x55\xa8\x27\x36\xab\xdb\x94\xf5\xa0\x4a\x12\xfd\xdf\x1b\x20\x25\xfe\x6b\xdc\x02\x16\x79\xc7\x98\x83\xfc\x97\x77\xa8\xb4\xc3\xd2\x9f\xe9\x18\x9d\x1a\x17\x7a\x62\x30\xe4\x0c\x7b\x92\xd0\xdd\x3c\x71\x67\x19\xfa\xd1\x19\x38\x3b\x38\xc1\x47\xd3\xff\x4f\x33\x66\x0c\xba\xd3\xdc\xd8\xe7\x17\x83\x02\x35\xbe\xf8\x9e\x2f\xa7\x7f\xc8\x3b\xa9\x30\x06\x91\xff\x9f\x66\x84\x17\x54\x08\x55\x89\xeb\x90\x30\x02\x72\x4a\x89\x6f\x65\x9c\x06\x2b\x90\xc7\xfb\xfd\x7e\xff\x64\xbb\x7d\x52\xd7\x8f\x67\x7a\x9d\x30\xd1\xa1\xdb\x23\x2b\x08\xd2\x56\x8d\xce\x91\x04\x53\x22\x93\xcc\x8f\x1d\x98\xb4\xa4\xf3\xf4\x11\x14\xb4\x4b\xe5\xc0\xef\x30\x21\x23\xb0\x93\xe2\xec\x59\x7f\x42\x9a\xae\x51\xd1\xeb\xcc\x93\x3c\x8c\x26\x91\xf6\x65\x24\xcf\x25\x59\xa3\x60\xcb\x47\x1b\x18\xac\x1a\x89\xbf\x36\xab\xd8\x98\xd1\xa0\xe0\xf3\x8b\x07\x87\x24\x91\xa3\xe2\xb0\x06\x59\x6a\x06\x70\x5e\x92\x8a\xb5\xff\x77\x4a\x53\x73\xd5\xcf\x2d\x83\x07\xe4\xa9\x62\xa7\xef\xb4\x38\x13\xbf\xea\x3b\x0d\xbf\x17\x14\x1e\x3b\x09\x87\xed\x0c\x64\x7f\x97\xe5\x73\x5f\x7d\x0e\x58\xc4\x6d\xc8\x09\x58\xe0\x8b\x82\xe8\x65\x38\x34\xb5\x68\xf4\x1d\xf2\x1b\xa6\x1a\x40\xd1\xb2\xa7\x60\x68\x7f\x83\xc8\x64\x66\xad\xc0\x0b\x3c\xc8\x30\xda\xd1\xa2\x5a\x60\x85\xb4\xc6\x21\x58\x62\x49\x8f\x52\xd3\x26\x77\xe1\x71\x29\x9f\x8e\xe0\xe9\xb3\xd5\x90\x40\x72\x0b\xa5\x93\xd4\x12\xe1\x31\xb6\x55\x8a\xf5\x3d\x3d\xbe\x85\xf9\x6c\xba\x96\x5b\xaa\xf8\x9e\xa3\xf5\x92\x17\x28\x94\x90\x4b\x33\x90\x81\x17\xa9\x46\x23\x81\xa0\x7e\xc0\x1b\x41\x54\xd3\x8d\x17\x2e\x62\x1d\x60\xe7\x4f\x15\xd0\xd5\xca\x89\x85\x9b\x74\x56\xf1\x40\xb9\x13\x8b\xe0\xb0\xd2\xe1\x45\x63\xba\x42\x21\x5d\x42\xd6\x9f\x98\x37\xee\x0f\xfa\x99\x65\x20\x74\xb0\xcd\x43\xb5\xc6\xe9\x4a\x95\x3f\x32\x1f\x95\xfa\xa2\xa1\xad\xc6\x5a\x11\xeb\xee\xc5\x60\x8e\xcf\xc0\x6c\x90\xdf\xef\xaa\x77\xf0\x68\x44\x98\xa1\xe9\x25\x3c\x2c\x24\x40\xf5\x80\x2b\x64\xc0\x61\x69\x9a\x6d\x32\x88\x1c\x25\x8d\x43\x9d\xb0\x79\xa2\x2d\x66\x9f\xac\xe6\xb4\x05\x4e\x96\x0d\x2f\x44\x26\x59\xc9\x73\x3f\xc4\x23\x25\xdf\x07\xc0\x16\xe8\x91\x45\x51\xd1\x0f\x01\xa1\xa5\x02\xad\xa4\x43\x40\xf0\xc6\x33\x3a\xf5\x1c\x02\x19\x5a\xbe\x23\x3b\x13\x1f\xf9\x77\x04\x9e\x33\xa6\x9d\x64\x96\x4b\x94\xc3\x13\xbf\x28\xf4\xdd\x8e\x12\xb1\xa7\xeb\x00\x95\x7a\x86\xd0\x24\x77\x83\xdd\xc0\x7b\xa2\x41\x03\xcc\x41\x5d\xb9\xa2\x87\xbc\x7f\x0e\x00\x46\x0e\x5e\xf1\xf3\x87\x6c\xfb\x84\xba\x42\xab\x6b\x88\x37\x01\xb7\x8b\x9e\xdd\x7d\xc4\xf9\xa0\xfd\x80\xc0\x06\xc8\x56\x9d\x66\x6c\x23\x45\x4d\x6b\xe1\x45\x49\x36\x5a\x89\xad\x18\x19\xb4\x8d\x33\x46\x16\xad\xe5\xd0\x06\x93\xdf\x68\xdd\x3a\x6d\x6f\xf2\x56\x1b\xde\x14\x81\x03\xba\x76\xe1\x2d\x36\xd3\x92\xfb\xc2\xa4\x29\xe3\x1a\x23\xb1\x7f\x91\x57\xc3\x32\x60\xc2\x06\x1f\x0d\x22\xf8\x5d\xac\xa9\xeb\x8d\x83\x3b\xb7\xd4\x46\xf8\x8a\x13\x67\x56\xcf\xb4\x40\xf0\x7d\xc2\x9c\x64\xf5\xc0\xe3\x69\xa6\xaf\x70\xb1\xc0\x8b\xbf\xb2\xaa\x74\xad\x5a\x27\x9b\x28\x8d\x42\x8c\xd1\x8d\x76\x0a\xa2\x85\x25\xf3\x87\xaf\x8a\xc4\x2d\x80\xa1\x1f\x65\x6a\x53\x0c\x81\x1f\xd9\x5e\x76\xb1\x58\x8c\x97\x79\x49\xed\xc5\x8d\x4c\x9c\xf9\x55\x48\x3b\x02\x3e\x72\xe9\xc2\xca\x05\xe5\x0b\xa6\x1e\xb0\x43\x10\x6b\x78\xd9\x66\x31\x19\xad\x91\x71\x22\x8f\x14\x4c\xda\x72\xb4\x19\x66\x8a\x04\x2e\x83\xc2\x4a\xc4\x31\x25\x4d\x60\xd7\xab\x7b\xd8\x81\x7e\xc4\x79\x5c\x67\x9a\xc1\xda\xf9\x91\x54\xc7\xef\x51\x66\x32\x96\x6e\xad\xf3\x84\x08\xed\x80\x78\x06\xbf\x0e\x67\x08\xa6\x80\x81\x5c\xa0\x9f\x38\x62\xe9\x1b\xcf\x39\xe6\x60\xf3\x4b\x73\xc9\x7a\x9c\x10\xd0\x79\x49\x5d\xc6\x68\x0e\x14\x49\xa6\x35\xed\x93\xb0\x24\x79\x26\x80\xb1\x40\x21\x3f\x47\x1a\x9e\x98\xc9\x6d\x2f\x27\x7d\x0a\xab\xb1\x8c\x0b\xd1\x53\xed\xb0\x48\x77\x1b\x03\xda\x09\x20\x82\x79\x1d\x5f\x87\x2d\xb5\x7b\x25\x5e\xd9\xf4\xe4\x56\xef\x4c\xb2\x1d\xcc\x2a\x1d\xa7\xc9\x20\xc1\x63\x6e\x9e\x95\x8c\x25\xd0\x45\x6c\xdf\x49\x1b\xde\xec\x1f\x29\x42\x36\xaa\xba\x3b\xda\xeb\xec\xa9\xb8\x3f\xda\x59\x34\xb4\x0a\xb8\xc8\xdc\x0a\x3e\x8f\x15\xc3\x31\xc0\x17\x03\x70\x7f\xe1\x3b\xd9\x14\xba\x9b\xec\xa5\xb7\xff\x42\x8b\xb8\x06\x6a\x11\x7c\x4e\x68\x2f\x97\x9e\xd0\xde\xab\x19\x0a\x90\x2e\xb1\xaf\xa5\xbc\x1b\x63\xee\xf0\x41\xc6\x25\xfc\x8c\x39\x6b\xed\x38\xd3\x1f\x14\x6f\xf2\xdc\xa5\xb4\xba\x2a\x13\xd6\xe6\x17\x9f\x30\xc3\xe0\x90\xef\x58\x02\x49\x2e\xac\x53\x50\xbb\x6f\x2b\x7a\x95\xd0\x8f\xcb\xbe\xad\xc4\x7b\xb3\x9b\xa2\xf2\x60\xba\x2d\x59\xe7\x17\x51\xfa\x9c\xf0\xfc\xe4\xc3\x3a\x41\xe4\x9d\x25\xbd\x34\x96\x2c\x45\x8a\xc8\xfc\x81\xdf\x2d\xbd\xd1\x33\x07\x71\xd2\x23\xb2\x3d\x9f\xf6\x88\xbc\x50\xfc\x89\xf8\x75\xf1\x92\xe7\xe2\x24\x8f\x8d\x67\x03\x76\x59\xdf\x7b\x89\xb5\x4e\x9b\x72\x4e\x69\x33\x8d\xf1\xcc\xea\x88\x24\x82\x10\x86\x0f\xc9\x27\xfd\xb3\x0a\x3d\x93\x5b\xd9\x94\x24\xa6\x79\x99\x9b\x9f\xaa\xf7\x49\x49\x23\x9a\xc6\xec\x4a\x0a\xf6\x9d\x56\x71\x0e\x71\x33\x39\x80\x77\xf0\xb5\x00\x84\x10\x49\x2a\x0f\x49\xd0\x61\x10\x80\xbc\x19\xea\xcb\xb4\x19\x9c\x36\x6a\x47\x06\x4a\xcf\xd5\xbf\x64\x50\xe0\xf1\x3f\x5e\x5f\x1e\x01\xe7\x66\xff\x25\x7b\xb5\x78\xe9\x87\x1e\x29\x1f\x92\xf1\x8f\xd7\x97\xd8\x7a\xb7\x51\xfb\xdc\xc4\xcc\xc9\x65\x32\x39\x28\x48\x8f\xc6\x1b\x2f\xcc\xc1\x69\x5c\xf5\x07\x46\x1c\x60\x4a\x82\x19\x0d\x7d\xa3\xd7\x1b\xb7\x53\x10\x56\xe7\x00\xae\x6c\x3e\xf2\x46\x1c\x98\x11\xba\x3a\xfe\xe6\x39\x99\x6b\x68\x98\x9c\x03\xad\x0b\x85\x29\x67\x3c\x51\x60\xa8\x28\x6e\x09\xe7\xfc\x8c\x25\x45\xff\xbb\x27\x2d\x45\x1d\x14\x65\x87\x1b\x27\x5e\x01\xcc\xb4\x3c\x0e\x8d\x75\x7b\xf4\x32\x98\x47\xf0\x5e\x6e\x21\x58\xaa\x87\xfa\xf9\x28\x8e\x05\x3f\xd3\x74\x26\xde\xe3\xaf\xe3\xe0\xd9\xd3\x4e\x7e\xde\xe3\xe7\xb1\xbe\xa6\x91\x6c\x38\x1a\x64\x6a\x05\x8a\xa2\xf6\x3f\xfc\xd9\xf9\x4f\xf1\x0f\xbf\x54\xfe\x29\xfe\xa1\xdb\x5a\x7d\xf9\x27\xdf\x9a\x85\xd7\xc8\x3d\xb9\x3b\x9d\x84\x3c\x41\xd5\xb7\x1f\x04\x28\x96\x9e\xfe\x43\xd3\x8c\x77\x4b\x2e\x35\x51\xf0\xac\x0e\x9f\x4d\xea\xf5\x72\xc0\x93\x8f\xaf\x34\x27\xd1\x81\x96\x53\xa9\x01\xef\x96\x30\x28\x06\x1c\xc8\xe0\xdb\x24\xce\xc4\x5b\x8c\x86\xc1\x77\xe3\xcc\xc9\x40\xf6\xb8\x3c\xee\x30\xba\xfa\xe0\xeb\x3a\xdc\x5b\x03\x9c\x32\x70\xf7\x11\x6e\x39\xd9\xb2\x3b\xca\x99\x12\xdc\x29\x7e\x47\xcb\xc7\x17\xf0\x25\xfe\x4f\xd3\xa6\x92\x38\xde\xf1\x80\x27\x9d\x33\xa5\xf5\x67\x07\x1b\xbc\x24\x82\x32\xdc\x9e\x65\xbe\xe8\x7e\x3b\x3b\x2b\x4c\xaf\xd7\xda\xaf\x38\x7a\x36\x26\x20\x6e\xd5\x8e\x5e\xe7\xd9\x48\x8b\x78\xc3\x5b\x23\x18\xba\x1e\xab\x91\xe1\x81\x5b\x9b\x57\x90\xeb\x48\x16\x23\xb9\x24\xf0\xc3\xf0\xe2\x41\xa2\x35\x68\xef\x55\xef\xc2\xb5\xa9\x13\xb7\x46\x5c\xab\xf5\xd0\xc8\x3e\x0d\x02\x30\x2e\x30\x5e\x90\x8c\x87\xd4\x9b\x70\xe6\xfb\x65\x21\x7a\xc2\x95\x2a\x08\x38\x1c\x00\xdd\x7e\x78\xd9\xa4\xc7\x40\xc2\xe3\x5a\x50\xcf\x64\x41\xd1\xf4\x84\x1e\x5d\xc9\x03\x20\x65\x15\x27\xa3\x41\x6d\x80\x3b\xe4\xb9\x56\x70\x98\x78\x6a\x03\xc6\x41\x9a\x69\x41\xb4\x8a\xe3\x48\x48\x74\xbf\x3c\xd2\xf4\x20\x34\xc6\x68\x1b\x05\x86\x88\x1a\x77\x84\xe2\x37\x4a\xb1\x49\x60\xb3\x9a\x47\xf0\x4f\x09\x01\xbe\x0d\x73\xe6\x49\x13\xfe\xfc\xc0\xaf\xcb\x4c\xc1\x82\x62\x24\x3e\x29\x93\x0f\x4a\x22\x17\x01\x29\xa0\x49\x1a\x3d\x77\x84\x5b\xac\xda\x24\x2f\xb6\x82\xea\x0a\x62\xc6\xd9\x99\xe6\x8d\xa6\x69\x36\xdc\x96\x5e\x25\x6b\x18\xfc\xac\x74\x5b\xeb\x7b\x5d\x0f\xb2\xa1\xb7\xb0\x0e\xe3\xfd\x29\xc7\x5b\x99\x16\x34\x22\x07\x71\x8f\x3a\x04\xb4\x0d\x42\xe5\x3e\xee\xc9\x98\x7c\x15\x9f\xb9\x9a\xed\x91\x27\xbb\xc1\x3c\x8c\x76\x12\x86\x5d\x8d\xcf\xd6\xa4\xba\x7a\x54\xc4\xc3\xfa\xc0\xe0\xdd\xbc\x4a\x7f\x9e\x70\x79\x64\xcf\xf5\xb2\xf7\x38\x81\xfd\x79\x21\x9d\x9c\x05\xe3\x09\xfd\xc0\x1e\x55\x0a\x0a\x01\xcb\x55\x4b\x27\xe3\x6d\x68\x6b\x28\x94\xd6\x52\x56\x77\xb3\x7a\xd6\x59\xfc\x33\xfb\x2b\x55\xe5\xfa\x81\x63\x61\x1c\x3c\xde\x7c\xc5\xfe\x20\x39\x99\x32\xaf\x93\x0b\x87\xeb\x94\x34\x71\x83\xa3\x27\x17\x74\x65\xfc\x76\x45\xa2\xf1\xcb\x1d\x44\xa1\x69\x73\xf4\xe8\xc0\x40\x71\x07\xb2\x87\xa7\xfe\xc8\x68\x1d\x1e\xa8\x48\x88\x1e\x8c\xaf\x76\x18\xdf\x4f\x07\x09\x5b\x12\x05\x8d\x7b\xe3\xe9\xe4\x1e\x4d\x95\xa6\xae\x67\xa7\x14\x54\xc8\xe7\x7a\xa9\xd0\x0f\xf7\x29\x71\x90\xa7\xc1\x64\x98\x1e\x16\x4c\x6c\x38\x71\x0f\x1d\x6e\x21\x9c\x74\xd8\xed\x73\x0e\xe2\xc5\xcc\x1c\xdc\x05\x79\x7e\xa1\x53\x6d\x0d\x16\xb5\x18\x71\x74\xaa\x60\x3a\xbe\x3e\x1e\xb8\x91\x3a\x24\xdf\xcd\x23\x63\xb9\xfb\x81\x67\x52\xa6\x7b\x9e\x8f\xf1\xf7\x6a\x47\xb6\xab\x51\xbe\x95\x77\xc0\x4f\x33\x35\x86\x98\x9a\x4c\x66\x67\x50\xcd\x9e\x03\xf1\x5d\xb0\xd0\x34\x2e\xd0\x1f\x6e\x5e\x1e\x99\x6f\x2e\x22\x5f\x22\x75\xd6\xe5\xc8\x3e\xf7\xbc\xae\xa1\x3f\x99\x9d\xee\xc1\x02\xa3\x80\xb7\x19\xae\x3c\xa8\xfe\x74\xbd\x8c\x2a\xe6\xc8\xfa\xd3\xeb\x09\xd3\xa7\xe6\xa8\x69\xc3\x66\xba\x34\x5b\x2c\x33\xe1\x81\x83\x0c\xd6\x63\x74\x6f\x25\x43\xbd\xf4\x92\x26\x8d\xfa\x98\x1f\x8a\xa3\x35\x7b\x24\x12\x3f\x37\x0a\xef\x6b\x0f\x8d\xdc\xc5\xec\xa8\x51\xb4\xd0\x54\x95\x11\xd5\x5f\x23\x8f\xae\x44\x13\x96\x69\xac\xe1\xe9\xcd\x18\x7e\xca\xf3\x9f\xcb\xc9\xc0\x67\x2f\x71\xe6\x11\xa8\x48\x49\x8a\xaf\x22\x00\xfb\x98\x96\x5d\x8c\x54\x4f\xe1\x3a\x97\xf4\x4f\x60\xf3\xb4\x1d\xaa\x0d\x5e\xdf\x82\x9a\x09\x62\x39\x89\xab\x0f\x37\xb7\x02\x15\xcc\xae\xd7\xeb\xb5\x3f\x53\xc5\xaf\x1b\xd5\x7a\x82\x05\x57\x40\x48\xb4\x4c\x55\x0d\xa8\x8c\x7c\x6d\xd6\xf6\x54\xec\x14\x87\xd0\x6d\x6b\x3a\x61\xd2\x47\x6c\x58\xc3\x82\x76\x90\x62\x63\x2c\xbe\xcc\x61\x3b\x55\xe9\x55\xba\x47\x76\xd4\xc4\x05\xbd\x6c\xc1\xf1\x02\x80\x2d\xa0\xcc\x9f\x67\xc0\xc3\x85\x01\x39\x0e\x85\xeb\x02\xf0\xcd\x59\x2c\xf2\x9d\x42\xc5\x08\x39\x7d\x4d\xb0\xa6\x8b\x9b\x0e\xaf\x5f\x1f\x02\x9d\x0b\x7a\xcb\xb5\x1d\xb3\x10\x80\x47\xd4\xf0\xb8\xd6\x10\x99\x9a\xed\x50\xbf\x62\x11\x4f\xda\x10\x57\x30\xb5\xf7\xab\xc9\x32\xa1\x5a\x38\xd4\xec\x53\x5b\xce\xc4\xad\xb2\x10\x10\x14\xbe\x1f\x00\xe7\x21\xb8\x51\xbe\x4f\x02\x9c\x6f\x40\x7b\x8b\xeb\x2a\x60\xf5\x6b\x42\x59\xb2\x18\xe0\x31\xb2\x53\x8d\xda\x6c\x1d\x49\xe8\x6a\x8f\x63\x37\xee\x27\xee\x0c\x34\x84\xc4\xea\xfe\x3e\xa8\x41\x2d\xc4\x5b\x27\xb6\x72\x0f\x2f\xd1\x82\xbd\xa2\x55\x95\x69\x6b\xcb\x66\x74\xda\x81\x0f\xb7\x15\x43\xc7\x3e\xf5\x93\x29\x99\xb6\xad\x57\xc9\x58\x5d\x87\x8f\x63\x80\x49\x0f\xde\xf8\x96\x3b\x69\xef\x46\x16\x2c\x5e\x3a\xfc\xc6\x5e\xc4\x30\xc5\xa1\x04\x3d\xa7\xa1\xdb\xa3\xed\x4f\xef\x87\x94\x75\x73\x20\xb6\x33\x18\xba\xf2\x9a\x7e\x4e\x81\xd0\x7c\x08\xfa\x84\xbf\xa6\x20\x1d\xbd\x4a\x1e\xde\x27\x9f\x82\x2c\x4d\xed\xc7\xf1\x17\x53\xcf\x8c\xa0\xea\x7b\x0e\x74\xd1\xc9\xde\xaa\x92\x10\x92\x92\x8b\xa2\xf7\x40\x96\xe8\xe2\x0b\xe8\xe0\x9f\x79\x0c\xd9\x60\x15\x05\x7c\x0b\x0f\x78\xe1\x13\x62\x28\x32\xcd\x3e\x1c\x36\x58\x45\xf1\xe0\x42\x99\xc5\x54\xb7\xcf\xfb\x21\x28\xf8\x01\x55\x67\x76\x70\xb3\xbd\xdc\x43\x86\x76\x56\x35\x2b\x7c\xa3\xc3\x4b\xe1\x8a\x83\x1b\xc1\x2d\x48\xbc\x55\x46\xfa\x4d\x2b\x13\xee\x80\xc0\x6b\x36\xb5\x54\xc6\x87\xf5\xb2\xc7\xc2\xc6\x6d\xc2\xd0\x47\xd4\xae\xb7\x28\x41\xc1\xfe\x01\xa5\x3e\xc6\x9c\x3a\x15\x56\x6e\xbb\x24\x3c\x04\xab\xfd\xba\x5e\x59\xf0\x49\x5b\x40\xc8\x66\x7f\x1c\x30\x08\x8a\xa0\x18\x7d\x24\x89\x1c\x1b\x05\x0f\x6d\xa1\x9e\x99\x16\x51\xa4\x5f\xd8\x0b\x10\xe3\x77\x02\x11\x7d\xd2\x00\x88\x5f\x11\x1a\xb3\x94\x04\x1e\x6f\x0c\xde\x64\x04\x3b\x21\xff\x61\x62\xcc\x9a\xf8\x60\x8b\x24\x0b\x75\x70\xfe\x2c\x64\x95\x5b\x62\x10\xee\xc7\xea\xe3\xf5\x65\x7a\x7e\x9d\x0a\xe9\xd9\x15\xd4\xdb\xd4\xca\xc1\xb3\x70\xbd\x5a\xcb\xbe\xe6\x58\x4b\x74\xa6\x6e\xa4\xc3\xb3\xb3\xf7\xc3\xc7\x2a\x17\x88\x80\x48\xb8\x30\x4c\xc6\x9d\x6e\x21\x4e\x31\x48\x5a\xa4\x24\xf5\x42\x6f\x34\xb8\xf2\xe7\xe8\xd0\xf9\xa3\x15\xcf\x69\xae\x08\xfa\xfe\xfd\x7f\xdc\x7c\x78\x7f\x2a\xbe\x3c\xd9\xed\x76\x4f\x7c\xf1\x27\x43\xdf\xa8\xd6\xf7\xa5\x3e\x15\xff\xeb\xdd\xe5\xa9\x50\xae\xfa\x61\x21\xde\x01\xcd\x4b\xce\x21\xb2\xc3\x06\x97\x0e\x30\x6a\x1e\xfa\xe3\xb1\x3e\x02\x4f\x01\x71\xfa\x9e\x3d\x95\xd9\x9d\x78\xb6\x37\xaf\xe2\x76\xcc\x98\x62\x3f\x8d\xe1\xdc\xa6\x49\x06\xc7\xdf\x84\xc1\xa2\xa7\x56\x6e\xe0\xc7\x38\x23\x9e\x38\x00\xc6\x0b\x15\xde\x60\x93\x56\xdc\xbc\x39\xff\xe9\xdf\xff\xa7\x78\xf3\xee\xfc\x42\x6c\xd4\x17\x51\xeb\xb5\xc2\xeb\x56\x26\x10\xf7\x9a\x27\xfd\x7f\x3d\xf1\xab\xe1\xc9\x8d\x5e\xb7\xd2\x0d\xbd\xe2\x05\x80\x94\x2d\xe5\xf9\x1a\x59\xdd\xcd\xbd\xe3\x39\x06\xd1\x95\x69\x69\x00\xde\x56\xa6\xcd\x7b\x8f\x20\xec\x9c\x76\x01\x6e\x69\x51\x19\xef\xd7\x4c\xe0\xdd\x36\xaa\xf5\x47\xd3\xd0\xd4\x39\x57\xb1\x54\xbc\x04\x54\xfd\xe7\x71\x61\x08\x64\x08\xcf\x7e\x9c\x89\xff\x80\x10\x56\x1b\xb6\xe6\xf2\x59\xdc\x3b\x00\x1e\x97\xf5\x9b\xa1\x4c\x04\xd5\x33\xf1\x56\xb4\x5e\x14\x62\x21\x39\xe6\x05\x41\x79\x8c\x83\x54\x96\x67\xe2\x52\x39\xb1\x0d\x2a\x4c\x58\xe3\x88\x6d\x52\x22\x37\xf5\x9d\xcf\xe6\x41\xf9\x25\x8d\x6d\xc8\x66\xb0\xd3\x01\xcc\xfd\xee\x66\xb3\xe7\x31\x12\xb7\x34\x2e\x92\x06\xb3\x9c\xc9\x8a\x91\x8c\x63\x88\x48\x08\xdb\x39\x37\x3b\x14\x5b\x72\x76\xe2\x92\x83\x83\xaf\xbf\x53\x35\xc8\xb8\xcc\x38\x76\xe3\x6c\x76\xa0\xfa\x70\x43\x80\x2e\xab\xa7\xe8\x88\x5b\x9f\x0a\x76\x62\x3d\x25\xfb\xc4\x53\x8e\x7a\x51\x9f\x8a\xa1\x8d\xbf\xd1\x81\x90\xc4\x71\xfe\x04\xfb\x68\xff\x19\xcc\x57\xeb\x53\x7c\x95\x3b\x26\x2c\xa6\x1d\xcd\xec\x53\x32\x7f\x83\x23\xa0\xc1\x64\x27\xb5\x76\xf8\xff\xbf\x37\x69\x57\xa0\x6f\x76\xdf\x56\x9b\xde\xb4\xfa\xf7\x99\xbe\xe1\x75\x51\x74\x41\xc6\x31\x67\x47\xe4\x63\xc0\xf9\x2c\x31\x06\x5a\xe0\xb1\x3b\xe1\xc9\xf3\x69\xdd\x14\x50\x33\xc6\xd3\x3c\x00\x10\x17\x2b\xdb\xfa\x2d\x1b\x0d\xa6\x37\xe0\x33\x39\x7f\x27\x8e\x21\x28\x39\x16\xe5\x38\x23\x0d\x3a\x7d\xf8\x2c\x44\xc5\x74\x20\x5d\xf1\xf0\x62\xf2\x4d\x1c\x2c\x0a\xb8\xf8\xc2\x46\x76\x8a\xc3\x11\x9e\xab\x39\xe6\xc5\x80\xa9\xb5\x5d\x94\xff\x88\x47\x98\xc8\x75\x04\x38\xaa\x63\x22\x4e\xd1\x9a\x99\xea\x50\x62\x0d\x87\x24\x47\x8c\xaa\xc0\x12\x0d\xbf\xd2\x0e\x6f\xf4\xbd\x08\x69\xb9\x20\xcf\x87\x24\xf0\x3f\xf9\x09\x09\x61\x9d\xe0\x30\x49\x39\x1b\x2f\xdd\xe6\x7e\xd9\x1e\x84\x9e\xa7\x73\x8a\xc3\x10\x4f\x9e\xd5\xdc\x8f\x86\xba\xd6\xb6\x32\x7d\x7d\x1c\xf7\x0b\x04\xfa\x23\xd8\xdb\xb5\x93\xcd\x03\x4d\x7f\x41\x50\xdf\x86\x1f\xc7\x84\x5f\xb9\xc1\xd7\x78\x46\x99\xb5\xd9\x4a\x30\xe7\x7d\x01\x3f\x26\x87\xf3\x46\xb6\x2d\xba\x2e\xe0\xaf\x74\xae\xbb\xc6\xec\xf9\xdd\xd4\x17\xf0\xc5\x4f\xc1\x4f\x41\x92\x57\x46\x97\xcf\x2f\xf0\xad\xcf\xd7\xc6\x55\x1b\xf9\xdd\xb3\xa7\xcb\xe7\x9e\x0f\xa7\x7b\x8d\xc6\x98\x3b\xf6\x5a\x92\x35\xec\x9b\xf0\x70\x4e\x17\x5e\xe3\x8c\x36\x37\xb2\xae\xd1\x50\x4a\xb7\x38\x14\xa3\x27\x0a\xe3\x13\x53\xd8\xaa\x11\x97\x06\x73\x10\xda\x49\x63\x1f\x7b\x33\xd7\x99\xa8\xe6\x00\x28\x18\x81\x0d\x3e\xdf\x22\xeb\x27\xc0\x70\x90\x36\x5a\xdc\x6e\xd4\x3e\x08\x4f\xf0\x42\x1e\x5c\x52\xe7\x6f\x01\x41\xf3\xf8\x89\xd4\xf4\x2a\xd5\x94\xf9\x20\xf3\xd3\x2c\x10\x93\x08\xb5\x5f\xed\x5e\xd4\xb1\x19\xa9\x3a\x38\x73\x08\x9a\xeb\xc5\xf4\x4d\xd2\x00\x35\x7e\x3b\x35\xf6\xf4\xe0\xdb\xa9\x69\xd1\xf4\x01\xd5\xa4\x28\x48\x08\x61\x10\x66\x2d\xe0\xb3\x69\x99\x3e\x8f\x1a\xbb\xfa\x15\x2f\xa4\xce\xcf\xdc\x58\xa9\xf5\xe0\x54\x1f\x73\x80\xa9\xd3\xce\x7d\xc5\x5b\xa9\xe3\x30\x7b\x5f\xa1\xdf\x9a\x6b\x4b\x6a\x20\x1d\x1a\xf0\xb5\x5a\xae\xf4\x31\x83\xa9\x73\xd8\x37\x3e\x8f\x30\x8b\xf5\x81\x27\x12\x6a\xbd\x5a\x2d\x30\x54\x74\x69\xcd\xd0\x83\x79\xc4\x2f\xf0\x2d\x6e\xe0\x1b\x41\x28\x50\xe6\x19\x45\xcc\xc4\xc4\xe0\x34\x4a\x5e\xa2\x90\x08\xee\xc2\xa0\x51\x0e\x15\x9e\x89\x17\x7a\xb5\x42\xd7\xe1\xf7\xc6\xc5\xa6\x2c\xb0\x88\xdd\x98\x5d\xe9\x7f\xc1\x8b\xab\x60\x25\xb9\x31\x3b\x2c\x74\xe3\x53\x12\x30\xdb\x35\xda\x95\x14\xa5\xfa\xc6\x7f\x40\x9c\xed\x04\x62\x68\x21\xa6\x26\xc3\x7c\xc4\xcf\x14\xca\xa3\x0c\xc1\x42\xf8\x62\xed\xa4\x0e\x81\x20\x41\xdb\x11\xaf\xdc\x60\xab\x30\xdc\x49\x0d\x84\x10\xd4\x19\x11\x24\x7d\x11\xe9\xa4\x0e\x8a\xff\x08\x41\x03\x0d\xd4\xfd\x97\xb7\xef\xf1\x13\x62\x44\x53\x74\x2f\x08\x16\xfe\x4a\x37\x34\xde\x10\x41\xd2\x0e\x1d\x04\xa2\x54\x35\x07\xc8\xf4\x79\x22\x49\x4e\x9c\x3b\xd3\x70\xe1\x88\xc3\x19\x53\x6e\x65\xbb\x0f\xae\xe8\x37\x66\xab\x48\x95\xb3\x53\x44\x07\x21\xa4\x78\xf4\x84\x35\x46\xf8\x22\x04\xc5\x03\xc2\x37\x83\x1e\x6d\xc1\x11\xd2\x17\x73\x91\xd2\x39\x0f\xc3\xde\x33\xe3\xe7\xc9\x05\x33\x7f\x0c\x51\xf7\x72\x05\x8e\x89\xfe\x7f\x48\xed\x7a\x15\x8b\x5d\xf5\xea\xc9\xb8\x18\x39\x10\xfa\x7f\x21\x4d\x6e\xd0\x79\x25\xce\x40\x9c\x19\xf6\x75\x75\x46\x9c\x58\x8a\x23\x4a\x3b\x3f\x47\x8c\xab\xbf\xa4\xf7\x46\x71\xed\xc3\x4b\x91\x59\x9f\x52\xcf\xc4\x2b\x64\x50\x45\x18\x07\x30\xc7\xc1\xd7\xf6\xba\xde\xd4\x43\xe5\x16\x59\xbb\xb3\xd2\xc8\x91\x2a\x5e\x75\xa2\x31\x6b\xd0\x79\x40\xe0\x67\xb4\x5f\x1e\xda\x5a\xf5\xd6\xa1\xab\x82\x4c\xc8\xbc\xde\x76\x3d\xde\xfc\x30\x7a\x27\xd7\xe1\x35\x40\xb9\xc6\xb0\x33\x31\x0f\xee\x3a\x7c\x8e\xff\x91\x95\x09\x9c\x00\x5f\x53\x24\xd1\x63\x9d\x5c\x03\x63\x5f\xa5\xef\x15\x78\x61\xd4\xb4\xcc\x9c\x27\x0d\xc8\x8e\x38\x4e\x9d\x1e\x6b\x9c\x93\x3b\x25\x25\xd3\x4f\xdb\x96\x02\xa6\x87\x9c\xc6\xc8\x1a\x65\xff\x4b\xfc\xb5\x58\x2c\x66\x56\xcd\xf4\x35\xf8\xae\x57\x4f\xc6\x73\x9d\xc0\x87\x01\xf8\x55\x3d\x6e\x1a\xd1\x19\xdd\x3a\x81\x4e\x76\xd2\x65\x2b\x85\x2f\xbe\x68\x6a\xb5\x69\x9f\xc0\x79\x19\x9b\x31\x76\x2d\x0d\xd5\xd1\x42\x89\x4b\x66\xbc\xaa\xc1\x69\x8f\x77\x04\x78\xed\xe5\xdb\x02\x56\x4f\xdc\x18\xe0\x3e\x3b\xd9\x50\xc8\xef\x47\xa8\xdc\xcc\x61\x06\x18\xcf\x5e\x96\xb7\xc2\x45\xe9\x18\x66\xfe\xb8\xe5\x7a\xc6\x6e\x7a\x95\xe9\x51\x43\x1f\xac\x06\x9c\x5c\x1f\x7d\xf8\x6e\x54\x5b\x7a\x01\x8f\x55\x3c\x70\x9a\x8e\xf7\x40\xee\xf4\x97\xe0\x21\x9e\xc7\x53\x4a\xda\x23\x13\x9e\x67\x82\x8b\x9c\xa4\x93\x7d\x95\x3d\x64\x1c\x4b\x70\x8c\x1e\xe0\x04\xf8\x77\x51\x7c\x32\xfd\xfa\x73\x01\xb7\xac\x10\xd6\x3d\xc4\x63\x4d\xaf\x54\x41\xcd\xec\x61\x7c\x8f\x8e\x01\xbe\x1a\x9a\x26\x42\xe7\xef\xce\xbd\xf6\xdb\x34\x37\x52\xf2\x00\xa8\xe4\x87\x67\xe6\xc8\x47\x85\x5e\x9a\x5b\xf0\x13\x25\xa6\x5f\x47\xaf\xd4\xb4\x3a\x7c\x70\x29\xfa\x3a\xd2\x2b\x0c\x05\xf9\x8e\x9c\x89\x2b\xf8\x51\xe8\xf6\x5e\x3b\xcf\x3f\x6c\x15\x5a\x39\xbe\x85\x04\x38\x6f\x4c\xab\x8a\xcc\xbb\xa2\x80\xe0\xf1\x25\x7b\x56\x9c\xb1\x8f\x05\xa5\x67\x76\x9d\x67\x99\x99\x67\xfa\xa4\x8a\x47\x99\xbb\xd2\x7a\xe4\x30\x2a\x33\x4e\xf6\x1e\x3a\x90\x47\x5f\x12\x86\x10\x52\x8f\x41\x67\xcf\xb8\x79\xea\x30\x70\x00\x4f\xc0\x05\x36\x9f\x2d\x4a\x7e\xb0\xa8\x3c\x66\xdd\x66\x91\xc5\xec\x22\x56\x93\xd0\x9a\x0d\x7a\xe0\xc7\x62\x9e\x4b\x05\x07\x85\x3f\x23\x7c\xf6\x8e\x10\xa9\x5d\x25\x3e\xc3\x88\xc9\xf4\x38\x6f\xaa\x87\x05\x44\x5e\x24\xf9\x73\x31\xff\x34\xd5\x87\xf1\xda\xf8\x03\x8f\x53\x4d\x71\x1c\x7d\x9e\x0a\xd0\xc5\x01\x4d\x1a\x03\xf3\x70\xa0\x11\x81\x95\xfd\x56\x27\xda\xb0\x7f\x3c\xc3\x14\xf6\x4a\x7a\xdb\x46\xce\x1e\xbf\xe2\xaf\x98\xd5\x98\x8a\x3d\x6f\x2f\xe9\xe7\x41\x1b\xa1\x63\x3e\x20\x39\x68\x42\xcc\xb2\x81\x0b\x98\xbe\xd6\xa0\x88\x5c\x4b\x4c\xbf\xfe\xd7\x3c\x4b\xb2\xa7\x52\x27\xad\x96\xf7\xd2\xc9\xfe\x50\xa3\x31\x97\xdb\xfe\xd5\x4d\x1f\x9b\xdd\x65\x14\x66\xac\xad\x9a\x3c\x5e\x0a\x1d\x3c\x5a\x24\x7f\xca\x34\x6d\x70\xb8\x27\x4c\xcc\xde\xc8\x66\x06\x1f\x31\x85\x6d\xf3\x15\x2f\x99\x1e\x30\x9c\x3a\xf6\xa4\xe9\xb8\x95\x9e\x32\x85\x30\x9d\x69\x23\x8f\x96\x48\xb9\x19\x33\x32\xc2\xf9\xe3\xcf\x9c\xce\xdb\xe4\x24\x06\x28\xf4\xaa\x21\x8f\x5f\x54\x8d\xae\x92\x18\xf9\xe3\x37\x7a\xe3\xc8\x01\xdf\x4a\x0e\x98\xd9\x7a\x2b\x88\xd6\x2f\xe8\xff\x46\x77\x65\xf6\xb4\xe9\xbb\x90\x9e\xbc\x72\xfa\x73\x28\x46\x2a\x27\xe2\xa3\xaa\x51\x7a\xa4\xaf\x10\xe0\x81\xdd\x59\x02\x10\x7e\x03\x6f\x39\x9b\x33\x2e\x9f\xd7\x81\xff\xcb\xde\x34\x2a\x34\x54\x5c\x9b\x46\xc5\xe6\xe5\x41\x2a\xf3\x82\xa1\x4c\x48\x27\xfd\x04\xbf\x33\x19\xd2\xf3\xf7\x89\x39\x95\xce\xd8\xf4\xe5\x12\xe0\xc7\x09\x3b\x88\x37\x3f\x8f\xa1\x5b\x78\x22\x80\x4e\xe3\xf7\x66\x57\xe0\x51\xbc\x80\x28\x98\x67\xe2\x3f\x8c\x6e\x29\x25\xaf\x14\xd3\x3c\x67\x14\xdf\xd4\xb9\xf6\x32\x16\x3e\xba\x3d\xcd\x1f\xbd\x1d\x08\x27\x51\x78\x35\x90\xde\xfe\x06\xc6\x9e\x62\xad\xb6\x68\x77\x94\xbf\x7a\x87\x58\x47\x4f\xf9\x60\xf8\x8b\xac\xde\x14\xe2\x6b\x2a\x86\xd0\x06\xe3\xea\x4e\x59\x97\x0f\x0a\xc0\xe0\xd2\xa9\xb6\xdc\x0e\x30\xb6\x88\xed\x80\x08\x0b\x79\x3b\x52\x88\xaf\x69\x87\xaf\x05\x02\xed\xb1\xdf\xc6\xc1\xf6\xc8\xba\x16\x68\x52\x9f\x1a\xd3\xd9\x71\x13\xe3\xeb\x75\xb7\xc9\xf9\x0f\xa6\xc8\xf5\x88\x9f\xb1\x8b\xb9\x23\x15\x73\xd0\x86\x74\x86\xe5\x40\xb7\x80\xd9\xd7\xe8\x1f\x26\x02\x10\x40\xd1\x97\x0c\xa0\x89\xc1\x7f\xf6\x9a\xc6\xf4\x5c\xc2\x76\x45\x16\x11\x78\x05\xa2\x0d\x94\xf9\xf0\x91\x8c\x70\xfc\x9c\x14\xf2\x8b\xe9\xa1\x02\x0c\x23\xcf\x64\x0d\x10\x65\xd8\xab\x7e\x83\x25\xb5\x4e\x91\x05\x62\x0e\x50\x81\x88\x4f\xe1\x78\xc7\xa6\xdc\x5e\x72\xb1\xa4\xe0\xfa\x2c\xf3\x33\x66\xa8\xad\xdc\x8f\x5f\x17\x87\xd0\x17\xd9\xae\x39\x2c\x58\x4d\x9b\x12\xcf\xf5\xd7\xfa\x5e\xb5\x71\xc1\x1c\x14\xae\x16\xe9\x56\x9f\x2e\x90\x84\x5c\xeb\x94\x09\x5e\xf7\x10\xfa\x91\x67\xde\x93\x8e\x64\x61\x00\xfa\x9f\x43\x9f\x2b\xd9\x8e\x69\x03\x58\x68\x2a\xb9\x7d\x7c\x8c\x44\xfc\xe1\xe6\x00\x49\x39\xde\x1e\x20\x19\x18\xe9\xb8\xad\x53\xf2\x70\xac\x59\x48\x0f\xfe\x70\xb3\x80\xc2\x7c\x65\xb3\x4e\xb9\x4d\xc8\xc7\x78\x7a\x31\x47\x29\x8e\xb5\x76\x24\x68\xc1\x32\xbe\x4e\xa5\x2d\x26\x1b\x60\x51\x0c\x92\xe0\xac\x45\x71\xa2\xa0\x5e\x2c\xc6\xfb\x29\x31\x89\x4e\xf6\x54\xe2\x73\xc1\x6d\x01\xe3\x67\xf2\x4d\xa3\xf3\x30\xa2\x6a\x4d\x0b\xf2\x39\x5e\x16\x07\xff\xb5\x04\x39\x5d\x57\xb9\x7e\x4f\x3c\x11\x3c\x9a\x96\xbd\x88\x1a\xee\xa8\x48\x9d\xa5\x43\xec\x98\xe2\x13\xcc\xdc\xe7\xa2\x96\x76\xb3\x34\xb2\x87\xab\x12\xfe\x5d\x64\x71\x09\x8a\x94\x50\x8d\x39\x64\x7c\xf5\x38\x19\xd4\x6c\x3c\xe5\xe0\x36\x5e\x5c\x0c\x72\xc6\x79\x96\x60\xf1\xbd\xfc\x35\x33\x93\xeb\x81\x42\xff\x90\xd3\x04\xf8\xc8\x5b\xa7\xb6\xe2\x3d\x26\x14\x5b\xd3\x6a\xb4\xcf\x7e\x87\xbf\x74\xbb\x2e\xb2\xf8\x55\xaf\xfc\x47\x01\x11\x8b\x28\xe5\x52\x5a\x57\x38\xe3\xe0\xd9\xdb\x5b\xff\xff\x67\x71\x52\x17\xb1\xeb\x8b\xe5\xa0\x9b\x9a\xc3\x43\xfd\xe2\x3f\xc4\xdb\x68\x96\x95\x00\xca\xae\x2b\xef\x91\x58\x76\x5d\xc3\xdd\x62\x37\xb6\x08\xb7\xd6\xae\xe4\xb8\x33\x67\x69\x14\x9a\x14\xc6\xa4\x20\x66\x06\x02\x9b\xe5\x34\x88\x76\xd8\x2c\xff\x31\x81\x08\x77\x12\x08\xc3\x37\x13\x01\xca\x3a\xe9\xb4\x75\xc0\x45\xde\xf0\x6f\x9b\x00\x44\x6b\x45\x8c\x2e\x48\x1f\x29\x0a\x98\x86\x92\xcc\x59\xc3\xb4\xd0\x24\x00\xd6\xc1\xce\x55\xc9\xa3\x0a\x66\x7e\xb5\x74\x72\xc9\xda\xad\x67\x4b\x50\x5a\x2f\x9f\xa3\xe6\xf7\x34\x49\xc8\x16\x5c\x9a\x91\xdd\xbf\xc6\xe4\x9c\xa9\x88\xe9\xf8\x94\x77\x96\x64\x9d\xcc\xeb\x92\xd5\xa4\x16\xbe\x32\x4b\xd3\xd8\x01\x28\xa6\xb0\x2b\x50\x86\xdd\x40\x34\x05\x92\x91\xb2\x2c\xf4\x77\xcb\x92\xd0\xb7\x72\xd4\x13\xd4\xab\xa7\x69\x8d\x59\xeb\x56\xa0\xae\x3e\xef\x1e\x49\x2e\x39\x4e\x0e\x5e\x97\xa1\x80\xa0\xea\x69\xca\x86\xcd\x9e\xb3\x54\xa0\x3f\x69\x02\xd9\x33\x4f\x00\x63\xf4\x6e\xbb\x98\x5b\x48\xac\x90\x08\x8b\x09\xb5\x12\x73\x90\x76\xa7\xf1\x1d\xe3\x1b\xf8\x91\x2e\x22\x78\xa6\xa4\x8c\xa0\xce\x94\xfd\xd0\x46\x4f\x42\x7a\xd3\x24\x7a\x7c\x79\xce\x77\x68\x67\xab\xc1\x82\xd7\x59\x6e\xd5\x28\xd9\x96\x43\xbb\xd4\x6d\x5d\x1a\x7a\x50\xfc\xc2\x27\x8a\xa1\x5d\x82\x15\xe6\x07\xa0\x58\xf6\x68\xa1\x84\xc9\x38\x6f\x1a\x81\x59\x5c\x32\x71\xd5\x9b\xe7\x36\x22\x66\xe2\x5b\xc8\x06\x58\x46\x61\xdb\x46\x36\x4e\x42\x34\x60\xb2\x01\xe2\xec\xaf\xc2\x31\x6a\x65\x84\x08\x68\xbe\xbd\xa9\x70\x44\xfa\x23\x51\xdf\xab\x51\x23\x73\x67\x75\x02\x79\x00\xc3\xa8\x89\xb3\x28\xbe\xbd\x91\xc0\x9a\xb4\x6b\x3c\x98\x0f\x34\x72\x2f\x7a\x55\x99\xbe\x26\x2d\x40\x63\xac\x03\xb2\x8d\x4f\xcf\x1e\x47\x79\xa8\xd5\x47\x71\x7e\x43\x37\xfc\x61\xb2\xae\x62\xf3\x8d\x58\xcb\x7e\x29\xd7\xe8\x9a\x45\x31\xb7\x4c\x1e\x1e\xe0\x40\xf1\x63\x03\x0c\x0d\xaa\x3d\x2b\x3a\x83\xfe\x50\xdb\x7a\x05\xb1\x6a\x64\xd3\x94\xd6\x6e\xc8\x4c\xe4\x5a\xe1\x4d\xd7\xe3\x85\xb5\x9b\xa7\x92\xde\xe6\x57\x60\x50\x61\x1f\xe3\xb3\x4d\xdf\x57\x12\xa2\x1b\xfc\x0c\x91\xa5\xe0\x74\x80\xd2\x2c\x26\xf8\xd1\xfa\xe1\x68\x45\xa3\xbe\x24\x47\x43\x32\xb6\x3d\x34\xc5\xa9\xaf\xea\x01\x07\x03\xba\x86\x24\xba\x45\xab\x14\x98\xe3\x13\x21\x04\xd6\xd8\x58\xc7\x19\xe4\x12\x60\x56\x93\x35\x7f\xa4\x8a\x23\xb3\xf0\xf8\x5b\x6a\x4d\xbb\xe9\x6b\x38\xb2\x86\x7a\xa5\x5b\xed\x26\x5b\xe1\x1a\x92\xb5\x6c\xf4\xef\x7f\x70\x43\xcc\x21\xfe\x57\x37\x44\x9f\xb4\x6a\xdc\xa5\xec\x78\xe8\xef\x55\x5f\x0e\x1d\x71\x48\x37\xf0\x2d\x3e\x76\x23\x26\x09\x0c\xfe\x5b\x57\xae\x4d\x6f\x06\xa7\xf1\x19\x3b\x4c\x13\xaf\x39\xcd\xce\x14\x80\x6b\xa3\x7d\x39\x50\x54\x52\x2e\xf3\x0e\x92\xc5\x47\x78\x87\x30\x96\x02\x0e\x93\xcb\xc8\x06\x94\xeb\xa8\xf5\x07\xd6\x93\x4a\x9d\x73\x46\x52\x92\xca\x98\xa5\x93\x14\x6a\x92\x80\x3f\x50\x4a\x02\x0b\x97\xb5\xaa\x2f\x1b\x63\xee\x86\x0e\x98\x43\x08\x96\x85\xc9\xe2\x12\x92\xc5\xad\x4f\x9e\xd6\xc0\xad\x0a\xc5\x46\x8d\x3a\x54\x6e\xd5\xab\x49\x99\x57\xbd\x9a\xc2\xf3\xc8\x6d\x94\xec\x26\xe3\xf6\x46\xc9\x6e\x32\x6a\x00\x39\x1d\x00\x80\x3d\x3c\x0a\x69\x29\x5d\x83\x4e\x22\x2d\xf1\xb6\x6e\x0e\xd5\xa1\xc1\xa6\x6c\x0c\xdf\x7a\x49\xe7\x40\x09\x62\xc9\xc6\xad\xa2\x0b\xd6\x49\xab\xcc\xf2\x6f\xaa\x72\x96\xa1\x3f\xe0\x67\xca\xb3\x1b\xe3\xac\xeb\x65\xe7\xb9\x69\xf0\x62\xc0\x61\xfa\x85\xd3\x3d\x37\x5d\xdd\x4d\x46\x0a\xa1\xa7\x43\x85\xd0\x87\xc7\x6a\x6b\x3b\xd9\x96\xd6\xf5\x43\xe5\x86\x5e\xd9\x50\xe1\xbb\x9b\x4e\xb6\xe2\x26\x64\x4c\x6a\x9c\x94\x4c\x57\xe8\xb8\xf0\x5c\xcd\x95\xac\x36\x6a\xb6\xea\x0b\x9f\x73\xb4\xee\x49\xd9\xb4\xf2\x49\xf1\xb9\x9d\xd2\x9b\x95\x6e\x3c\x51\x5a\x0e\xd5\x9d\x72\xe5\x46\xda\x4d\xe9\xe0\x61\xd5\x04\xd7\x15\x83\x89\x5f\x00\x4c\xbc\x91\x76\x23\x6e\x41\x81\x39\x83\x75\x5d\x95\x5b\xe5\x24\x58\x7c\x25\x58\x5e\x5f\x88\x77\x94\x3c\x57\x0a\x14\x9b\x25\x09\x51\xb4\x0b\x3d\x53\x9a\x60\xf8\x00\xba\x4f\x92\xab\xce\x03\xc8\x1c\xb6\x56\x7d\xa1\x23\xbd\xda\x57\xf4\x94\xff\x17\xe7\xdb\x70\x8d\x29\x09\x2c\x08\xc2\xeb\x8a\xa5\xc8\x1b\x30\x06\x82\x00\xbe\xaf\x2f\x60\xfb\x4e\x28\x58\x04\x46\xc2\xf5\xfa\x42\x5c\xc9\xc1\xce\x02\x76\x12\x37\xd3\x41\x48\xae\x9e\x01\xb9\xe6\x31\x1c\x55\x6a\x71\x28\x91\xac\xa0\x16\x62\x01\x8e\xdd\x18\x30\xb7\xec\x24\x1a\x03\x7f\xb4\xaa\x17\xef\x30\x88\xee\x95\x4f\x23\xd8\x56\xed\xd2\x0b\xaa\x78\x53\x7e\x8e\x89\x0c\x86\xc2\x09\x88\x24\x98\xc2\xbc\x70\xcd\x76\xf5\x40\xa2\x29\x2f\x0b\x38\x8c\x69\xf1\x00\xed\x8c\xa5\x34\x0e\x04\x1f\xde\x2b\xa4\x74\x70\xe5\xe9\xd5\x5a\x5b\x47\xb1\x58\x20\xe0\x3a\x78\xe8\x5e\x43\x32\x8b\x48\xa9\xd3\xf6\xad\x81\x5e\x26\x1d\xcb\x4d\x51\xb9\x9b\x0f\x07\xa3\x5f\x10\x8e\xf4\x6d\x2c\xea\x19\x08\x2f\x6c\x02\x99\xeb\x66\xd8\x14\x12\x21\xd1\xd1\x12\xef\x89\x9b\xb4\x34\x08\xa7\x2c\xed\x8d\x30\x5c\x82\xe0\x9a\x8c\x72\x27\xad\xdd\x81\x29\x3b\xdf\x1c\xc0\xdd\x8b\xd0\x8e\xdc\x16\xe1\xe6\x02\x0c\xc2\x87\x96\x0c\xf1\xb8\xf5\x31\x5c\x24\xd9\x09\x06\x16\x83\x06\x82\x72\x1e\xba\xa3\x8d\x63\x91\xac\x14\x30\x2e\xca\xd7\xc8\x56\x7e\x41\xe1\x04\x86\x94\x62\xd5\x93\x31\x6a\xe2\x5b\x74\xc1\xb9\x97\x7a\xab\x0f\x96\x65\xb5\xe8\xf7\x37\xca\x89\x27\x3f\xb2\xfb\xea\xba\x31\x4b\x08\xd0\x8b\x51\x86\x1b\x8f\xe2\x07\xc2\xa1\x6d\x99\x2e\x4a\x50\xdf\x73\x83\xe1\x67\xbe\x48\xbb\xde\x6c\xf4\x52\x3b\x9c\x90\x99\x02\x0c\xc0\xcf\xa9\xae\xc3\x5a\xf6\x35\xd1\x12\xcf\x0a\x41\x64\x2c\x9f\x81\x2b\xd4\xf4\x89\x29\x06\xaf\x79\x8c\x14\xe6\x45\x0c\x72\xb8\x98\x60\x48\xca\x24\x2f\xd1\x7a\xb6\x0f\xa3\x71\xa6\x78\xf4\xb6\x33\xbd\x2b\x79\xb1\x3d\x84\x0b\xc1\xc9\x09\x38\xe3\xbd\xe7\x96\x4c\xbc\x2e\xe1\x15\x83\xa4\x9f\x17\xe7\xd1\xdb\xf8\x7c\x6d\xc0\xa3\x3c\xa5\xd9\xb5\x51\x35\x9b\xb4\x14\x9f\xec\xf1\xed\x8d\x91\x4a\x8c\xe7\x4c\x3d\xcf\x0b\x4f\x6d\x7a\x21\x2b\x8d\x38\x13\x02\x44\xc5\xb7\x21\x4d\x1f\x82\x9a\xa0\x77\x01\x29\x6e\xd3\x06\x6c\xa4\x25\x43\xa6\x03\xf5\x6f\x33\x2d\x7c\x56\x7d\xaa\x62\xcb\x1b\x80\xd7\xa2\xc1\xb9\x69\x72\x55\x65\xf3\xa6\xcc\xd8\xb0\x9d\x27\x53\x76\xec\x81\x04\xd3\x53\x30\x8e\x11\x75\xcf\x6c\x05\x32\x2a\x0f\x25\x52\xea\x0d\x09\xb9\xad\x15\x24\xc5\x7b\x34\xbe\x42\x43\x3d\x35\x10\xee\x71\x7d\xc9\x76\xce\x6a\xc3\x12\xf9\x0d\x37\xa6\xa5\x4d\xc0\x94\xe9\x4d\x3b\xa6\x93\x0a\x52\x9c\x89\x5f\xf1\x17\xa5\x83\x1e\x12\xb9\xb7\x9e\xd3\xc6\x2e\x84\x04\xe9\x65\x33\x7f\x72\xff\xae\x0a\x50\xa8\x67\x74\xdb\x1e\x22\xdc\x96\x60\x63\x18\x0f\x7f\x6a\x10\x51\xa7\xac\xa4\x17\x98\x92\x3e\xfc\x8b\x29\x0a\x02\x15\xd6\x21\x64\x61\x4d\xe9\x4c\xb3\x42\x8c\x74\x4a\x9f\x5a\xce\x25\x4d\x26\xf4\xa3\xf6\x26\xb5\x01\xd4\xfc\x61\x92\xb4\xd2\xaa\x6a\xe8\xb5\xdb\x43\xec\x60\x53\x99\x06\xbd\x8f\x21\x0d\xc2\x06\xfb\x34\x6e\xe7\xc8\xbf\x08\x53\x21\x06\xca\x99\x78\x63\x2c\xb7\xbb\xc3\x27\x81\xaf\x4c\xcf\x29\xa0\xdf\xab\xc1\x78\x5d\xb7\xb5\x78\xf1\x3e\x4f\xcf\x0c\xe5\x42\x30\x49\x38\x8d\x3d\xa5\x4a\xae\x8d\x38\x62\x24\x06\x8c\x54\x8b\xf5\x42\xbc\xf8\xf0\xee\xff\x3a\xb1\x29\x42\x3e\x1a\xb9\xba\x2b\xfa\x9e\x83\x49\x8c\xea\x64\xdf\xea\x76\xfd\x33\xbd\xc2\xc5\x38\xe0\xdd\x30\xd3\xa3\x15\x7b\xd7\xf8\x01\x70\xea\x8b\x83\x8b\xd3\xd6\x38\x7a\x00\x7c\xa3\xd7\x1b\xb0\x18\xd1\x8d\x5a\xa3\xa7\x88\xdf\xb6\x0b\x9e\x49\xcf\x77\xd1\x13\x7f\xc0\x6f\xd1\xe5\xd7\x2f\xd2\xaa\x14\x04\x86\x08\x00\xc2\x10\x49\x87\xd1\x2b\xd5\x9c\x8b\xb6\x38\xe7\xdc\x83\xd0\xe3\x97\xd9\x81\x22\x05\x0e\xc1\xb7\xde\xea\x75\xfb\x44\xc3\x83\x38\x9e\x34\xaa\xa6\xa6\x90\x07\x59\x78\xce\xc5\xa4\x06\xb6\x93\x83\x97\x4d\xde\x1f\x6f\x8d\x1d\xb8\xe9\x37\xc3\x43\x2d\xdf\x4a\x0d\x51\x5e\xe1\xff\x18\xec\x5e\xf5\x7a\xb5\x2f\xd7\xbd\x19\xba\x32\xa1\xc9\x67\xe2\x2f\x90\x23\x20\x27\xa1\xd6\x54\x0e\x0b\xd0\x6d\x24\xc4\xe2\x84\xb1\x7e\x0d\xd0\xc9\x6c\xc4\x81\xc7\x12\xf8\x2c\x4b\x80\xc4\x77\x59\x32\x88\xd8\xf0\xca\xb4\x5e\xbe\xc0\xf0\x49\x0d\xda\x0e\x63\xb1\xd0\x0b\xb0\x63\x97\x1a\xde\xd2\xbe\xa4\x50\xe9\x78\x31\x98\xac\x82\x88\xd1\x23\x51\xb5\x17\xb4\xb1\x5b\xb4\x38\x22\xba\x4b\x00\x80\xf0\x45\x1e\x60\x3c\x96\xd6\x17\x05\x0d\xfa\x99\x78\xa5\x5c\xb5\x11\x31\xcb\x17\xa2\xdd\x88\x8e\x60\x5f\x78\xb7\x86\x3e\x43\x65\x59\x97\xf1\x8e\x3a\x00\xa0\x55\x4b\x06\xb1\xf5\x1c\x50\x69\xa5\x3f\x2e\xac\x38\xaf\xc5\xcd\x39\x93\x9a\xad\xeb\x4a\xba\x18\xb8\x79\x77\x7b\x75\x84\x76\x79\x50\xa2\x2b\x00\x99\x10\x17\x9f\x45\x04\x06\xb2\x12\x2a\xc3\x31\xa8\x90\x4e\x59\x8e\xb3\xaa\x6a\x22\x58\x76\x1e\xee\x18\x07\xed\x77\x78\xaf\xac\xeb\x75\xe5\xd0\x41\x0f\xcb\x2c\xc4\xbb\xa1\x71\xba\x6b\x14\xa7\xb0\x29\x2d\x84\x6b\xe8\x64\xcf\x8f\xac\x57\x66\xbb\x95\xe2\xf1\xe9\xe3\x45\x76\x0a\x94\xae\xb1\x31\x76\xed\xed\xe5\x8d\x78\xd9\x56\xfd\x1e\x2d\x6e\xa8\xa7\x77\xba\xf3\x60\x25\xae\x79\xdf\xe1\x3b\xdd\x01\x2c\xae\x75\x26\xb7\x72\x5b\x5a\xd5\xdf\xeb\x2a\xec\xc9\xab\xf3\x77\xa0\xc2\xd3\x95\x4a\x89\x3d\x55\x0d\x8f\x01\xb2\x10\x15\x1b\x71\x3e\x38\x93\x09\x51\x5c\x2a\x79\x73\x6b\x7c\x3c\xa2\xb1\x0c\x8f\xeb\x84\xc7\xce\xa1\x33\x56\x3b\x3b\xfa\x78\x59\x1c\x2a\x16\xb8\xfa\xe4\xfa\x2e\x9e\xc9\x63\x69\x2e\x2f\xfe\x90\x73\xe1\x22\x3b\x6d\x53\xd6\x2b\xc7\xf3\x95\x76\xab\x29\xb2\x84\x4d\x3e\x36\x6e\xb3\x81\x25\xf3\x12\x19\x64\x89\x0c\x00\x19\x10\x8d\x50\x07\x53\xa2\x69\x89\xd4\xd8\x6b\x3a\xc6\x33\xf6\xa0\x47\x6c\x40\x69\x89\x02\xef\xac\x83\x6f\xe9\x01\xd4\xc8\x45\x03\xcc\x72\x8f\x46\x48\x74\x4f\x4d\x36\x15\x91\x51\x8f\xb1\x73\x95\x25\xa8\x34\x44\x2c\x2e\x00\xe0\x7d\x88\x73\x4e\xba\x39\xe2\x9c\xf3\x66\x3c\xc0\x40\x23\x1a\x94\xc0\xc9\x95\x8b\xdd\x3f\x2e\x93\x45\x47\x4c\xc9\xc8\xeb\x83\x8e\x03\xed\x36\xc3\xb2\x94\x9d\x2e\x55\x5b\xa3\x27\xd0\x99\x38\xbf\x7a\x2b\x5e\xd2\x67\x41\x36\x1a\x8b\xd6\xb8\xd2\x82\x4f\xd5\xf7\xe0\x44\xa7\xdc\x0f\x9c\x45\x9a\xf8\x60\xcc\x41\x9a\xf8\x2a\xb3\xe9\x20\xd8\x65\x2f\xdb\x9a\xf7\xfc\x2f\xfe\x03\x3d\xb7\x28\xbb\x1f\xf0\x2c\xc2\xbb\x5a\x18\xcc\x34\x6b\x8b\xae\x6a\x3e\xcb\xff\xcc\x1b\x10\x03\xa8\x8f\x62\xae\x7f\xbc\xbe\x1c\x41\x8e\xd9\xc2\x3c\x37\xe1\x2b\x03\x3b\x99\x43\x6c\x9c\x3f\x17\xea\xda\xb7\x13\x62\xf7\x51\x0c\xaa\x39\x30\xa2\xfc\x00\xe6\x7f\x8f\x60\x2a\xd5\x3b\xf6\x88\xbc\x50\x3d\xa9\x80\xd0\x69\x71\x04\x7a\xa7\xf6\x0c\xf9\x9f\x6a\x3f\x07\xe1\x49\xaf\x3f\xed\xa2\x65\xc9\x3b\xdd\x82\xce\xc2\x93\x60\x36\x31\xc9\xcb\x0c\xad\xfe\x52\x5a\x03\x3a\xd2\xc4\xd9\x02\xdc\x48\xbf\x08\xcc\x48\x44\xef\x51\x69\x0c\xdb\xd5\x1b\xe3\x68\xd4\x2f\x51\x1c\x37\xc6\xcd\x8c\xbb\x59\xad\x1a\xdd\x2a\x9e\xc7\x0f\xf8\x39\x37\x97\x14\xb6\xaa\xec\xcd\x80\xf7\x1d\xeb\xe4\x61\x1e\x4c\xf4\x3b\x6b\xbc\x02\xf0\xb4\x58\xff\x0e\xec\x15\x1d\x12\xaf\x7f\xd7\xdd\x08\x4e\x76\x5d\x09\x3a\xdc\x4e\xa2\xa7\x70\x62\xce\x03\x4a\x5c\x9f\x3e\xe9\xa9\xac\x4b\x69\xad\x72\xb6\x5c\xf5\x66\x5b\xd6\xda\xde\x91\x73\x9e\xc0\x74\x7a\x18\x48\xdb\xbb\x71\x59\x09\xbe\x61\x3c\x44\xf8\x05\xe3\x13\x00\xed\x26\xd9\x40\x37\x6f\xe6\x77\x8f\xb5\x9b\x19\x91\x2c\xc9\x0c\x0b\xfb\xe5\x97\x0e\x9e\x19\xad\xf3\x05\x6e\x37\x2c\xea\x30\x40\xb6\x24\xed\x66\x01\x53\x49\xc3\x72\x6d\x20\x9c\x5b\x32\x14\x76\xe3\x57\xe1\x5a\xb5\x0c\xf2\x9f\xf0\x35\x07\x54\x42\xd0\xc0\x08\x86\x01\x07\xc7\x80\x5b\x5c\x9f\xe8\x6c\xaf\x7f\x57\xf8\x2a\x72\xb2\x70\xef\xd4\x5e\x80\x0c\x0c\x19\xc7\x8a\xda\x99\x52\x36\xeb\x9a\x22\x3b\xea\xfc\x4a\xba\x94\xae\xf4\xf2\xb8\x4b\xee\xae\x1f\x8d\x60\x1e\x09\xe9\xc0\x78\x28\x1b\x2b\x48\x28\xe9\xed\x8a\x12\xe7\x9a\x84\x7a\x17\x9e\xb4\xc0\xe4\xb4\x18\xb0\xc8\x6d\x49\xdc\x22\xf0\xc3\x2d\xc4\xe5\x9c\x01\xa2\xd9\x22\xa0\xf1\x64\x31\xe5\xd5\xdd\x86\x5f\xff\x41\xd2\x8b\x09\x61\x75\xa1\x36\x92\x97\x57\xa2\xf0\x98\x5d\x65\x1e\xfa\xf8\x3a\x00\x08\x34\xb7\x66\xa9\xfe\x06\xbe\xe0\x9c\xcb\xa0\x64\x6b\x75\x59\x6d\xa4\xc3\xc3\xe3\xfc\xfd\xcd\x5b\x70\xc7\xb7\xca\x65\x70\xf0\xd8\x56\x19\xf5\x28\xaf\xf0\xf1\x2d\xd2\xa6\xa4\x90\x5b\xf9\x25\x6a\x56\x41\x69\x8a\xba\x59\x11\x54\xb5\x90\x98\x95\xe9\x7a\x85\xf1\x81\xcb\x46\x57\xaa\xb5\xf4\xfe\x1a\x25\x0a\x4e\xcc\xca\x30\x09\x02\x2a\xbe\x86\x5a\x98\x00\x01\x31\x7f\x3d\xaa\x83\x88\x0f\x52\x44\x3f\x5a\xe5\x56\xaf\xc3\xe3\x86\x44\x8c\x50\x5b\x09\xe3\x1a\x72\xe7\xb0\xf4\x12\xfd\xe4\xcb\x5e\xb5\xb5\xea\x99\x62\x12\x96\x5e\xee\xd0\x8e\x02\x73\x33\x02\x0a\x58\xc8\x07\xbc\x5c\x79\x09\xca\xcf\x3c\x5e\xcd\x56\xfb\xf8\x70\xbb\x80\x3c\x91\xe4\xe5\xed\xa8\xfd\x0a\x59\x00\xb9\xde\xf5\xb2\x83\x67\x51\x5a\x4b\x56\x82\x2f\x21\x57\x00\xf5\xf6\xb9\x22\xe6\xce\x61\x21\x27\x67\xe8\x19\xf4\xca\x37\x38\xc1\x93\xe4\x63\xbf\x20\x3f\xc3\x34\x74\x9e\x00\x27\xd4\xef\x23\x24\x08\x95\x13\xc1\x14\xd6\xa9\x6d\xc7\x4b\x98\xa0\x7d\x92\xe9\x65\xbf\x9f\x2e\x67\x2a\x14\xa2\x02\xef\x3b\x65\x63\xc1\x10\x79\xd2\x27\xcf\x95\xc3\x6e\xc9\x2f\x25\x29\xec\xa8\x1c\xf4\x06\x92\xa6\x8b\x92\x4a\xfa\x42\x1c\xaf\x20\x29\x65\xa9\x04\x17\xa9\x97\x71\x07\xbf\x60\x4b\xca\xd9\xfd\x5b\x2f\x33\x4d\x5e\x4c\x4d\xf5\x5e\x31\x35\xd5\x03\xc6\x54\xe2\xc2\x3e\x26\x1c\x58\xbd\x5c\x58\xdb\xf0\x52\xbc\xb9\xb9\xcc\xd6\x5d\x92\x1b\xc5\xd3\xef\x57\xa6\x17\x8f\x3a\x63\xdd\xba\x57\xf6\x91\x30\x6d\xb3\xff\x21\x29\x41\xb3\x73\x95\x4c\x06\xa5\x8e\x71\xd8\xbf\x37\xda\xa9\x3f\x3d\x42\x0c\xf1\x7c\x25\x5d\x60\xc2\x7c\x92\x26\x70\xfe\x00\xa5\x5c\x62\x9b\x7b\x45\x3e\x4e\xb5\x04\xd3\x25\xe4\x9b\x39\x55\xf8\xd4\x49\xc9\xca\x98\x3b\xad\x62\x51\x1a\xbe\x6b\x2e\x84\xf9\x87\x8a\xcd\x69\xc4\x8e\x97\x80\xef\x64\xef\xd3\xf7\x81\x42\xf4\x0a\x48\xd9\xf5\xe6\xcb\x1e\x65\x28\xe6\xa7\x31\x47\x40\xce\x58\xe2\xc1\x18\x0d\x13\x6c\x81\xa4\x81\x8c\x01\x56\xbe\x25\x56\x9c\x52\x34\x90\x35\xd0\x34\xf8\x40\xab\x66\x10\xf0\xb8\x5d\xce\x14\xe7\xf2\x6a\x2b\x75\x13\xa7\x16\xd5\x6b\xb3\xf3\x0a\x90\x87\x59\x23\xcc\xb6\x03\x58\x63\x94\xfe\x30\xd0\x5f\x40\xb1\x07\x09\x02\x13\x72\xe0\x99\xbd\x82\x19\xc0\xe3\x9d\x89\x57\xbd\xd9\xe6\x19\x33\x3b\x06\x33\xc2\x41\xa2\x1a\x93\x1e\x22\x2f\x2f\x3f\x8c\xea\x54\x8d\x01\xb6\x80\x03\xb2\xbe\xbc\xfc\x20\xf8\x7b\xd4\x97\x3b\xdd\x8d\xb4\x2c\x55\x22\x3d\x60\xce\xa4\x7d\x65\x0a\x83\x0f\x5a\x51\xc4\xda\x24\x23\x2f\xf5\x35\xf2\x09\x42\x1e\x11\x4f\x62\x03\x40\x1d\x5d\x3a\xf5\xc5\x51\xfd\x51\x3f\x9d\x03\xcb\xba\x4e\x80\x4b\x09\x97\x0d\xf0\x8c\x63\x28\x20\x64\x03\x12\x1e\xc4\xc1\xcb\x47\x47\xb5\x35\xf2\x9f\xa4\x99\x85\xdb\x76\x60\x40\x01\x20\x87\x0e\x80\xe5\x0a\xe3\x93\x9c\x89\x57\xf8\xc3\x19\x0c\x4b\x1b\x4b\xfa\x24\x2f\x50\x43\x4c\xe3\x03\x58\x2c\xc6\xff\xb8\x8d\x85\xe2\xc3\xe8\x14\xa9\xd7\xa3\x58\x84\x75\x0e\xdb\x34\x2c\xf3\x91\x16\x60\x76\xbd\xfb\x12\x41\x79\x05\x11\x5c\xca\x86\x8c\x70\xd9\x7e\x01\x5f\x78\x85\xd4\xac\x54\xaf\xac\x97\xf4\xf8\x32\x21\x2b\x7b\xed\xf3\xe2\x45\xc2\x41\x0c\xf8\x14\x69\xb2\x3d\xe1\x69\x1f\x7e\xdf\x54\xc5\x7d\xca\x3e\x14\x73\xc5\xad\x5e\xb7\xa5\x17\x56\x31\xfc\x09\x97\xf6\xc9\x42\xa3\x83\x54\x56\x2e\x88\x84\xa9\xd1\x44\x22\x14\xa6\x6a\xc0\xb4\x1c\x73\x54\x49\x7e\x59\xc9\xce\x55\x1b\x99\x70\x54\x29\x52\xca\x9d\xc7\x32\xa6\xaf\x99\x83\x4b\xc0\x76\x98\xd6\x7e\x15\x56\x33\xee\xe5\x21\xc4\xe6\x70\xbf\x8f\x35\xb5\x0c\x41\x79\xbe\xe6\x58\x60\xb4\xa0\xea\x0f\xeb\x14\x54\xed\xb3\xab\x13\x9e\x5c\xa0\xae\xe1\x22\x09\x66\x2f\xd4\x0f\x5c\x22\xe9\x33\x05\xc9\x91\x8e\xae\x64\xc9\x89\x8e\x1a\x89\x03\x07\x3a\x64\x2e\xba\xde\xdc\x6b\x0a\x52\x44\x3f\x0f\x81\x44\xcc\x0c\x49\xa8\xc7\x05\xf2\x83\xea\x62\x74\xb4\x21\x8c\x17\x0e\x2c\x47\xf9\xf5\x62\xc1\x0d\xf0\x38\x63\xb0\x75\x85\xef\x1f\xde\x83\x65\xc3\xeb\x0b\xc1\x5f\x63\x40\xcf\x0c\x36\x7a\xa5\xd8\x08\xcb\xcb\x35\xfe\x1b\x5d\x7f\xc6\x0d\xb4\xfd\x6a\x74\x9c\x5e\xdc\x5c\xbf\x1a\x1f\xa3\x68\x4b\x17\x7a\x8d\xd6\x73\xb3\xa3\x09\x90\x0b\x59\xcb\x8e\x2f\x4b\xe0\x57\x9e\x7d\xbc\x23\x08\x93\x9e\x9e\x9c\x03\x72\x54\x68\x05\x88\x50\xb3\x8d\xf0\x70\x0b\xf2\x31\x86\x97\xf0\x4c\x83\xd1\x38\x4a\x7c\xf5\x0d\x4d\x0c\x94\xb5\x82\x72\x91\x39\xa7\x37\xe1\x22\x51\x0d\x3e\x2a\x09\x69\x0d\x69\x07\xc8\x6a\xc8\x3f\xcc\x4b\x24\x30\x33\xdc\x6b\x92\x3b\x96\x24\xce\xe7\x44\x88\x04\x3e\x11\x1e\x6e\x26\x02\xc3\x08\x8e\xe5\x85\x57\x33\x82\x02\xc7\x79\x4a\xe4\x7d\x72\x03\x9c\x17\xf6\x29\xa2\xd8\x5c\xd7\x93\xf1\x9a\xc8\x59\x93\x62\x93\xfe\xc6\xc2\x07\xa4\xa7\x09\x8a\x64\x08\x92\xd2\x73\xe2\xd3\x6c\x51\x1e\x95\xa4\xec\x9c\x24\xd5\x69\x30\x1b\x4d\xe8\x00\x26\xcc\x0f\x10\x41\x2f\x28\x52\x08\x0a\x6d\x41\xac\xf4\x34\x90\xa2\x84\x60\x4e\x26\x58\x72\x59\x74\x73\x99\x43\x90\xe8\x62\x1e\x46\xb3\xee\x39\x5c\x09\x1b\xed\xbd\xee\x39\x44\x09\x5e\x30\x8d\x0a\xf0\x91\xc9\x05\x93\xe3\x92\x4b\x8e\x8b\x10\xd9\x5e\xa9\x1a\xc2\xba\xd5\x65\x28\x49\xa4\x3b\xe4\x50\x83\xa3\x96\x89\x9e\x2f\x0e\xc3\x4a\x8f\x16\xcf\x8e\x2a\xc2\x86\xcb\xb4\x84\xa6\xf0\xa3\xfb\x81\xb0\x70\x11\x7e\x39\x20\xe0\xe7\x88\xc0\xb3\x15\x84\xa7\x4b\x68\x35\xde\xa6\x4b\x8f\x33\x29\x00\x30\x10\x5b\x33\x90\xd5\x97\x4f\x11\x94\x32\x2e\x70\xe4\x82\x93\x58\x6e\x2e\xb1\xd6\x09\xdd\x79\xad\x0f\x10\x9c\xb5\x76\x61\x92\x20\x1c\xe4\x46\xaf\x37\xf0\x08\x6e\x32\x55\x18\x02\x71\xdf\x3a\xf9\x45\x84\xfc\x14\x83\x5f\xfb\x50\xba\xd1\x2d\x3a\x62\xf9\x12\xf8\x81\x0a\x32\x90\xa1\xa5\xb0\xba\x5d\x93\x8a\xe5\x87\x83\x08\xca\x24\xd0\x26\xa1\x4a\x43\x6f\xce\xe0\xf3\xa5\xe6\xf1\xf1\x8e\x04\x2c\xc9\x5e\x1c\x21\xf0\xb0\x19\x82\x75\x55\xca\x7e\x4d\xf6\xc0\xb2\x5f\x0f\xe0\x6b\x98\x55\x01\xda\x33\x95\x4c\xdd\xbb\xa0\x6d\x1b\x4d\x1e\x82\xc3\xda\x4c\xa1\x61\x71\xa2\x12\x6c\xa6\x00\xb8\xe5\x27\xf0\x17\xe8\xa6\x3f\x05\x84\xc8\xe8\x11\x0e\x82\xa2\xcf\x80\x91\x89\x33\x02\xbd\xbe\x08\x20\x0c\xd3\x98\x75\x5c\x2f\x97\x66\x3d\xbf\x5e\x3c\x14\xaa\x05\x13\xf5\xac\x87\x46\x6d\xe0\x58\x4f\xeb\xc1\x49\x5d\xf3\x2e\x51\xd5\xf8\xe4\x69\x48\x29\xf6\xae\x5e\x54\x3d\xbe\x29\xe6\xff\xdd\x4a\x7b\x17\xfc\xae\x33\x55\x11\xa7\xd9\x6a\xa3\xea\xa1\x41\x1d\x30\xfe\x8c\xf0\x28\xe7\x81\x7d\x3a\x58\x9b\x73\x06\x28\xfc\xcc\x60\x39\xec\xa1\xff\x99\x01\xa8\x2f\xaa\x1a\x12\x57\x95\x97\xf8\x4d\xb6\xe1\x11\x8d\xe1\x58\x2d\x43\x0b\x16\x2a\x57\x98\x92\xc0\xcc\x84\x3b\x0b\x4d\x27\xad\x3f\x2a\xec\x0f\xd6\x1f\xaa\x07\x93\x0f\x0f\xc5\x1e\xea\xec\x18\x8d\x9f\x6c\x40\x33\x72\x5a\x67\x58\x88\x7d\x8a\x2f\x94\x44\xf6\x1b\x82\xa0\x22\x24\xc5\xc7\x0c\xf0\xe4\x9a\x4c\x22\x9d\x9f\xa1\x50\x2b\x7a\xc6\xca\x06\x45\x5b\xf0\x82\x3d\x6f\x62\xc9\x5a\x65\x10\x2f\xe8\x33\x83\xd1\x2d\x4a\x07\x98\x85\x42\xc6\x5b\x4c\x23\x94\x89\x27\x3e\xdf\xc9\x23\x30\x05\x56\x86\xfb\xef\x1b\x4a\x19\x43\x72\xcd\x00\x74\xde\x34\x93\xd1\x48\x35\x94\x69\x1a\x3c\x92\x98\x84\x4b\x48\xfa\x34\x9e\x46\xce\x32\x1d\xac\xe2\xc5\xa4\xb5\xe1\x62\x9d\x66\x84\xe3\x0a\x3c\xe4\x7c\x59\x7c\xc2\xb1\xff\xcc\xf1\xf7\xc8\xce\x97\xcd\xeb\x13\x97\xb6\x2c\x4c\xfa\x09\x44\xf7\x2e\x7a\xd5\x26\xef\x0e\xe3\x57\x56\x08\x54\x48\xf8\x12\xc8\xc9\xa7\x1f\x3f\x5b\x7e\x0a\xc4\x99\x04\xdf\xa7\x9f\x3e\x7b\x94\x9f\xfe\xf4\x19\xb1\xa2\x4a\x9f\xb1\x76\x03\xbc\x13\x90\x97\xf8\xf1\xb3\x7d\x6a\xfb\xea\xe9\xb8\xac\x90\x6e\x04\xe6\x33\xff\x47\x44\xdc\xc9\x5e\x95\x1c\x37\x96\x16\x25\x26\x6b\x6b\x5a\x8a\x1d\xad\xac\x82\x90\xc1\xf4\xdc\x73\x78\xa5\x91\x5a\xc4\xdf\xa3\xf1\xc1\x5e\xce\x77\x31\x0e\x19\x8d\x33\x3e\x9d\x7d\x26\x7e\xc3\xb7\x23\xe8\x29\xed\xa4\xc0\x53\x34\x92\x7d\x8a\x45\xff\x0d\x3a\xea\x11\xfc\x56\xc0\xbb\x13\x11\x01\x3e\x43\xf1\x2d\x08\xf0\xc1\x8a\x88\x81\x1f\xb0\xf8\xa6\x46\xd0\x0b\x12\xb1\x19\x98\xa0\x6a\x01\x66\x25\x5f\x8f\x08\xc7\x63\xf4\x40\xc7\x6f\xbc\x00\xd3\x87\xc3\x33\x84\xf0\x80\xf7\xc1\xd1\x99\xa0\xc3\x41\xfa\x66\x6c\x34\x54\x63\x74\x61\xc4\xbe\x19\x21\x3c\x24\x3e\xc1\x07\xa9\x7f\xa4\xb3\x38\x78\xf8\x3c\x7a\xb2\x6d\x5b\xb5\xa3\x37\xd3\xff\xf5\x4d\x43\x24\x26\xd4\xc1\x84\x84\xf1\xd3\xe6\xfe\x29\x6e\xee\x59\x74\xbc\xb9\xe1\xc9\x19\x27\xd7\xc9\xce\x96\xeb\xac\xb3\xd0\x44\x28\x43\xfd\x9c\xee\xfd\x14\x21\x07\x41\x02\x94\xdc\x38\xc0\xf9\x8d\x2d\x83\x47\x75\x68\x8b\xe3\x4b\x3a\x93\x07\xd9\xe7\x36\x34\xf1\x5b\xe0\xf9\x4c\x4f\xed\x90\x8f\x72\x12\x9e\xfa\x5f\x9d\x05\x24\xa4\x58\x55\x56\x63\x78\xc8\x88\xea\xf4\x33\x0f\x97\xbd\xaa\xad\xd4\xbf\x30\xac\x07\x2b\x0c\xf6\x70\x54\x21\x3c\xf9\x4c\xa3\x9e\x54\xfc\x6d\x63\x9f\xd5\x56\x7c\x72\xc6\x34\x9f\x0b\xb9\xf6\x33\x21\xd7\xa6\x00\x23\x14\x8c\x77\x07\x80\xad\xd9\x15\xf8\xe9\x7f\xfd\xe8\x09\xf9\x8f\xf4\x38\xa1\x38\xb1\xc5\x8f\x5b\x48\xd8\xea\xd6\xf3\x51\x3e\x61\x03\x09\x1b\x33\xc0\x4b\xd4\x3f\xd6\xf0\x59\xcb\x3d\x7c\xed\xe0\x6b\xa7\xd4\x1d\x16\x06\x06\xe1\x47\xb1\x35\xad\xdb\x40\xca\x1e\xbe\xf7\x4a\xd2\x3b\xd6\xf8\x08\xe2\x99\x3f\x22\xf8\xe3\xc4\x16\x58\x1d\xa5\xf3\xc7\x89\x2d\x7c\xad\x94\x8a\x3f\x4f\x6c\x41\x97\x70\x27\x35\x5c\xbc\xf9\x14\x5f\x3d\x25\xe1\xcf\x13\xe0\xeb\xdc\x86\x11\xe2\xef\x13\x5b\xf8\x76\x50\x22\xfe\x3c\xb1\x45\x2f\x77\x65\x6c\x17\xfd\x82\xd4\xd8\x2a\xfa\x05\xa9\xdc\x26\xf8\x5f\x14\x9f\xea\xde\x74\xbf\x9b\x56\x7d\x2e\x58\x4c\xdd\x2a\x4b\x2e\xac\x2f\x7a\xd3\xb1\xe7\xba\xea\xd1\x0e\xb0\xd1\xd5\x1d\xbe\x02\x09\xf7\xba\x05\x05\x52\x2e\x75\xdb\x0d\xc1\x4e\x82\xdc\x05\x1e\x3b\x16\xf4\xc3\x43\x83\x18\x26\x6b\xdf\xa9\x45\x01\x2c\xbe\x33\xa6\x5c\x82\x38\xf0\x2a\x5c\x22\x7f\xff\x8f\x7f\x00\xbc\xfe\x5d\xfd\xf3\x9f\xe2\xdd\x2f\x3f\x08\xf5\xa5\x52\xaa\xb6\x62\x4b\xce\x69\x0c\xb6\x95\x5f\x5e\x65\x90\x8b\x82\x62\x4e\xd1\x1d\x0d\xc6\x9c\xc2\x6b\x9a\xff\x2f\x00\x00\xff\xff\x25\x65\xf4\xf5\x5f\x0f\x01\x00" +var _confLocaleLocale_enUsIni = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xbd\xeb\x72\xdc\x38\xb2\x30\xf8\x9f\x4f\x81\xf6\x09\x85\xbb\x23\xe4\x72\x74\xcf\x77\xbe\xdd\xe8\xb0\xdc\x2b\xcb\xd7\x33\xb2\xad\x91\xe4\xe9\x6f\xd6\xeb\x60\xa3\x48\x54\x15\x46\x2c\x82\x43\x80\x2a\x57\x4f\xcc\x1b\xec\x03\xec\xf3\xed\x93\x6c\x20\x2f\xb8\x90\x2c\x49\xee\x39\xfb\x47\x2a\x02\x89\xc4\x3d\x91\x99\xc8\x4c\xc8\xae\x2b\x6b\x65\x2b\x71\x22\x4e\x45\x27\x75\xdb\x28\x6b\x85\x55\xcd\xea\xc9\xc6\x58\xa7\x6a\xf1\x46\x3b\x61\x55\x7f\xab\x2b\x55\x14\x1b\xb3\x55\xe2\x44\xbc\x35\x5b\x55\xd4\xd2\x6e\x96\x46\xf6\xb5\x38\x11\x2f\xf9\x77\xa1\xbe\x76\x8d\xe9\x3d\xd0\x2b\xfc\x55\x6c\x54\xd3\xf9\x32\xaa\xe9\x0a\xab\xd7\x6d\xa9\x5b\x71\x22\xae\xf4\xba\x15\xef\x5a\x4c\x31\x83\xe3\xa4\x8f\x83\xc3\xb4\xa1\xe3\xa4\x4f\x5d\xd1\xab\xb5\xb6\x4e\xf5\xe2\x44\x5c\xd2\xcf\x62\xa7\x96\x56\x3b\x5f\xd3\xaf\xf8\xab\xe8\xe4\xda\x7f\x5e\xc8\xb5\x2a\x9c\xda\x76\x8d\x84\xec\x6b\xfa\x59\x34\xb2\x5d\x0f\x08\x73\x4e\x3f\x8b\xaa\x57\xd2\xa9\xb2\x55\x3b\x71\x22\xce\xe0\x63\xb1\x58\x14\x83\x55\x7d\xd9\xf5\x66\xa5\x1b\x55\xca\xb6\x2e\xb7\xd8\xa9\x4f\x56\xf5\x82\xd2\x85\x6c\x6b\xe1\xd3\xa1\xc1\xaa\x2e\x75\x5b\x4a\x4b\xad\x56\xb5\xd0\xad\x90\xb6\x00\x54\xad\xdc\x72\x69\xff\xb3\x50\x5b\xa9\x1b\x3f\x46\xfe\x7f\xd1\x49\x6b\x77\x06\x06\xf2\x82\x7e\x16\xbd\x2a\xdd\xbe\x53\xd0\xe1\x27\xd7\xfb\x4e\x15\x95\xec\x5c\xb5\x91\xbe\x99\xf8\xab\x28\x7a\xd5\x19\xab\x9d\xe9\xf7\x00\xc7\x1f\x85\xe9\xd7\xb2\xd5\xbf\x4b\xa7\x8d\x1f\xeb\x8f\xc9\x67\xb1\xd5\x7d\x6f\xfc\x40\xbe\x87\x1f\x45\xab\x76\xa5\xc7\x23\x4e\xc4\x07\xb5\x4b\xb1\xf8\x9c\xad\x5e\xf7\x38\x8a\x3e\xf3\x3d\x7c\x79\x2c\x98\x47\x98\x30\x2b\x60\x5b\x99\xfe\x86\x52\x5f\xfb\x9f\x23\x94\xa6\x5f\x53\x6e\xde\x2e\xd9\xca\xb5\xa2\xdc\xf7\xf0\x91\x01\xd8\x42\xd6\x5b\xdd\x96\x9d\x6c\x95\x1f\xba\x53\xff\x25\x2e\xfc\x57\x21\xab\xca\x0c\xad\x2b\xad\x72\x4e\xb7\x6b\x3f\x07\xa7\x98\x24\xae\x28\xa9\x48\xf2\x42\xda\xde\x0c\x61\x96\xc5\x89\xf8\x9b\x19\x7a\x71\x81\x9f\x98\x97\x14\x82\xcc\x50\xb2\x90\x95\xd3\xb7\xda\x69\x85\x95\xf1\x47\xd1\x0d\x4d\x53\xf6\xea\x1f\x83\xb2\xce\x67\x5d\x0c\x4d\x23\x2e\xe9\xbb\xd0\xd6\x0e\x50\xe2\x1d\xfc\x28\x8a\x4a\xb6\x15\x74\xe7\x0c\x7e\x14\xc5\x67\xeb\xa4\x1b\xec\x17\x58\xcc\x65\x6b\x5c\xb9\x32\x43\x5b\xd3\xb2\x16\x1f\x8c\x13\xaf\x7d\x42\xa1\x5b\xe7\x17\x53\x53\xfa\xcd\xa9\xfa\x52\xd1\x64\xbc\xa3\x74\x71\x05\xe9\xe2\x15\xcc\x4b\xf1\x59\xb7\xd6\xc9\xa6\xf9\x52\xd0\x0f\x00\x85\x5f\x38\xfe\x4e\x3b\x18\x04\x4a\x14\x57\x4e\x75\xd6\x4f\xa0\x78\xad\x7b\xeb\x9e\x38\xbd\x55\xe2\x72\x68\x8b\xda\x54\x37\xaa\x2f\xfd\xb6\x86\x0d\xf9\x6e\x25\xf6\x66\x78\xdc\x2b\xd1\x0f\x6d\xab\xdb\xb5\x78\x63\xd6\x56\xe8\xd6\xea\x5a\x89\x97\x00\x7d\x2c\xba\x46\x49\xab\x44\xaf\x64\x2d\x9e\x49\xe1\x64\xbf\x56\xee\xe4\x51\xb9\x6c\x64\x7b\xf3\x48\x6c\x7a\xb5\x3a\x79\x74\x64\x1f\x3d\x7f\x33\xe8\x5a\x35\xba\x55\xf6\xd9\x53\xf9\x5c\x54\xb2\x57\xab\xa1\x69\xf6\x62\xa9\x56\x7e\x0f\xee\xcd\x20\xaa\x8d\x6c\xd7\x7e\xff\xed\xdd\xc6\x57\xa8\x5b\xe1\x36\xda\x0a\x3f\x66\xdf\x15\x7e\xf4\xb5\x53\x65\xbd\x64\xd2\x06\x0d\x82\xe4\x5e\x59\xf1\x7e\x7f\xf5\x97\xf3\x63\x71\x61\xac\x5b\xf7\x0a\x7e\x5f\xfd\xe5\x5c\x3b\xf5\xa7\x63\xf1\xfe\xea\xea\x2f\xe7\xc2\xf4\xe2\x5a\xbf\x7c\xb1\x28\xea\x65\xc9\xe3\xf2\x52\x3a\xb9\xf4\x5d\x08\x6b\xc0\x67\xe2\x16\x0d\x79\xb0\x51\x3d\xe1\x04\x22\x69\x1d\x6c\x7e\xda\xf8\xb3\xdb\xbc\x5e\x96\x44\x1b\x02\x8e\x0f\x9e\x40\xd4\xcb\x38\xc0\x17\x38\x74\x83\x55\xe2\xdd\x87\x0f\x1f\x5f\xbe\x10\xaa\x5d\xeb\x56\x89\x9d\x76\x1b\x31\xb8\xd5\xff\x5e\xae\x55\xab\x7a\xd9\x94\x95\xf6\x63\xd3\x5b\xe5\xc4\xca\xf4\xd8\xd3\x45\x61\x6d\x53\x6e\x4d\xed\x6b\xb9\xba\x3a\x17\xef\x4d\xed\x69\xa5\xdb\x40\x43\xdc\xa6\xb0\xff\x68\xfc\x78\x85\x0a\xaf\x37\x4a\xc0\x96\x00\x20\xb3\xe2\xe1\x11\x35\xb5\x71\x21\x9e\x2d\xfb\xe7\x49\xbb\xe4\xd2\x9a\x66\x70\x54\x62\xb7\x51\x2d\xcc\x93\x75\xb2\x77\x42\x5a\x3e\x40\x16\x85\xea\xfb\x52\x6d\x3b\xb7\xf7\xb3\x43\x6d\x18\x63\x47\x24\x95\x6c\x5b\xe3\xc4\x52\x09\x80\x5f\x14\xad\x29\x91\x02\x78\x72\x5c\x6b\x2b\x97\x8d\x2a\xf1\x60\xe8\x99\xd2\xfd\xcd\x2f\x0e\x2c\x48\x10\x22\x83\xf0\x23\xe6\x0f\x1b\xa0\xfa\x7e\xe5\xc8\x56\x00\x52\x41\x24\x24\x6d\x21\xd3\x9b\x30\x6b\x48\x72\x42\xc2\xa4\x85\x05\x4f\x03\xaf\x99\xd3\xae\x6b\x74\x85\x55\xbf\xc1\xbc\xb8\x7c\xfc\xd1\x4b\x73\x9f\xc2\xc1\xf4\x73\x5e\xb2\x08\x06\xe7\x87\xb4\x17\x19\x6d\x87\xf2\x1b\xd5\x2b\xb1\x19\xd6\x78\x20\x35\x66\xa8\xbf\x83\x93\x81\xc7\x37\xd2\x5f\x71\x69\x8c\xc3\x39\x0f\x00\xb1\x8a\xd3\xa6\x81\xd3\xbe\x57\x5b\xe3\xfc\xc0\x51\x31\x4f\xe3\x76\xba\x69\x7c\x4f\xad\xbc\x55\xb5\x70\x06\xf7\x5b\xad\x7b\x55\x79\xc4\x8b\xa2\x1f\xda\x92\x16\xfb\xe5\xd0\xe2\x82\xe7\xb4\x7c\x65\x01\xd4\x76\xb0\x4e\x6c\xe4\xad\xf2\x03\xef\x59\x0e\x67\x66\xdb\x09\x5d\xea\x87\x16\xb6\xf0\xa2\xa8\xcd\x56\x02\xfb\xf0\x12\x7e\xd0\x77\x8a\x5f\x5b\x21\x57\x2b\x55\x39\x2b\xae\xae\xde\x8a\xaa\x31\xad\x12\x9f\x2e\xcf\xad\xdf\x06\x9b\xb2\x33\x3d\xb0\x1a\x57\x6f\xc5\x85\xe9\x5d\x48\x4b\x06\xda\x43\xb4\xc3\x76\xa9\x7a\xb1\xdb\xe8\x6a\x83\xc3\xee\x4b\x20\xa5\x15\xda\x8a\xc1\xea\x76\x7d\x2c\x1a\xe5\x7b\xa0\x1d\x2e\x00\xdf\x07\x5e\x75\x1e\x7c\xa5\xa4\x1b\x7a\x05\xcc\x44\xb9\x1c\x74\xe3\x74\x5b\xfa\x0a\x09\x0f\x90\x05\xf1\x02\x33\xa0\x04\x92\xec\x03\xf0\x65\x67\x3a\x64\x8a\x60\x57\x2d\x93\x72\x84\xd0\x6f\x79\x3f\x81\xa6\x53\xb8\xde\x2d\x35\xc9\x2f\xb8\x41\xdb\x8d\x58\xf5\x66\x2b\xec\xde\x3a\xb5\x85\x82\xb5\x54\x5b\xd3\x2e\x8a\x8d\x73\x1d\x8f\xcd\xdb\xeb\xeb\x0b\x1c\x9c\x90\x7a\xd7\xe8\xc8\x64\xed\xc2\x2a\x69\x3c\x7b\xd6\x0a\x8f\xd6\x2f\xe3\xa1\x6f\x46\x2b\xfc\xd3\xe5\x39\xe7\x1c\x98\x39\xdf\x84\xa7\xfe\xcf\x55\x9c\x40\x58\x09\xd6\x6c\xd5\x0e\xd6\xbb\x6e\x05\x30\x51\x8b\xa2\x31\xeb\xb2\x37\xc6\xf1\x72\x3f\x37\x6b\x5c\xe2\x59\x46\xac\xe9\x25\x2f\x5a\x3f\x38\xbb\xde\xb3\x90\x8d\x59\x03\xc1\xf3\xe3\xb5\x28\x54\x0b\xa4\xa5\x32\xad\x35\x8d\x62\xca\xf9\x0a\x52\xc5\x19\xa6\x22\x11\x9d\x81\x0c\xb3\xf4\xce\x53\x96\x5a\x43\x8f\x9d\x41\x7a\xea\x01\x8e\x85\x6c\xac\x11\x5d\xaf\x5b\xe7\x2b\x86\x39\x22\x0c\x8b\xa2\x30\x9d\x2f\x91\xd0\x90\x8f\x94\x10\x09\x07\xf4\x3b\xe4\x03\x0b\x09\x2b\x47\x57\xc9\xe1\x64\xb7\xae\x2b\xe9\x24\xba\x7a\x7f\x7d\x81\xc7\x11\xa4\xc2\x22\x38\x11\xaf\x7b\xb3\x8d\x09\x71\x7c\xde\x7b\x7c\x00\x23\xeb\xba\x57\xd6\x1e\x8b\xcb\xd7\x67\xe2\x3f\xff\xf4\xd3\x4f\x0b\xf1\xce\x79\xb2\xe7\x29\xc1\xdf\xfd\x0e\x96\x34\x0b\x11\xd4\xf4\xc2\x6d\x94\x78\xe4\xc9\xd8\x23\xf1\x0c\x72\xff\x0f\xf5\x55\x6e\xbb\x46\x2d\x2a\xb3\x7d\xee\x57\xe9\x56\xba\x45\xe1\x73\x54\xcf\x44\xe3\x4a\xb5\xb5\xe7\x56\x80\x21\xa6\xac\x84\xf4\x52\x76\xc2\x1e\xa3\x14\xe0\xc7\x7e\xa5\xfb\x6d\x9c\x20\x96\x0f\xfc\x4c\xf9\x1c\xe6\x2e\x75\xe3\xb9\x29\xbd\xda\x47\x50\xe8\xe9\x07\x9f\x48\x4b\xb3\xa0\x9d\x46\xc7\x55\x18\x63\x62\xa5\xfc\x0a\xfc\xe8\x36\xaa\xe7\xe1\xb6\x71\xbc\xcd\x6a\xe5\x99\x96\xd1\x6a\xf9\x88\xa9\xb8\x5a\x52\x90\xb0\x4c\x5e\x12\xc1\x38\x7b\xf9\x41\xa8\x5b\xd5\xfa\x85\xdd\xf5\xa6\x1e\x2a\x58\x39\xbc\x62\x1a\xd1\x2b\x6b\x86\xbe\x52\xb4\x50\x03\x41\xf6\x4d\xf3\x54\xbf\x92\x4d\xb3\x5f\x14\x7c\x30\xae\x7b\x79\x2b\x9d\xec\x93\x2a\xde\x70\x12\xb5\x7e\x02\x3b\x69\x54\x28\xe1\x7b\x5e\x0d\xd6\x79\xea\x01\xad\xb0\xd8\x28\xcc\xb6\x42\xf6\x4a\x0c\x5d\x63\x64\xad\x6a\xb1\xdc\x03\x8d\xb7\x7e\x2d\xd4\x6a\x25\x87\xc6\x2d\x8a\x95\xaa\x3d\x51\x52\x75\x49\x75\x35\xc6\xdc\x40\x65\x34\x54\xaf\x19\x40\x9c\x12\xd2\x73\x80\x38\x54\x32\x34\x96\xca\x07\xb0\xd0\x28\xaa\xc1\x19\x60\x51\x62\xbe\xe9\x54\x4b\xdd\x60\xc6\x44\x78\xbe\xa3\x16\xa6\x15\x8d\x5e\x52\xa7\xe3\x58\x8e\x98\x0c\x1e\x9d\x2b\x2f\x25\xa7\x79\xb3\x05\x26\x83\x0a\x0b\xde\x8e\xcb\x1e\x0b\xd3\x36\x7b\x62\x46\xfc\x16\x43\xc1\x94\xf9\x12\x1b\xc9\x52\x10\x03\x99\x22\x91\x34\x98\xe7\x87\x6a\x2f\x91\xed\x15\xb7\xb2\xd1\xb5\xc7\xc8\x08\xfc\x69\x31\xdf\x96\x45\x41\xbc\x72\x49\xf2\x7a\x79\xab\x41\x3e\x0e\x5b\x0c\x51\x92\x0c\xef\x47\xf8\xaf\x1e\xc0\x4b\x28\x76\xb6\x6c\x68\xcd\x47\xdf\x49\x1b\xe4\x63\x5c\x27\xbe\xbb\x50\x83\xe7\xdf\xed\xb1\xb8\xd5\xc0\x06\xd0\x22\x87\x71\x59\x7a\x1e\xb3\x51\xbe\x2a\xab\x14\x60\x10\xba\x7d\x3a\x74\x58\x66\x41\xc2\x21\xc9\x6b\xcc\xf7\x7b\x76\xb0\x36\xed\x63\x27\x5a\x85\x6c\x0b\x8f\xea\x88\xed\x13\xbd\x5e\x6f\x9c\x68\xcd\x6e\x41\xdc\x6f\x6f\x1d\x8e\x0e\xc8\x16\x8a\x5a\xea\xa0\x11\xbc\xf7\xe4\xe0\x8c\xa7\x2f\xb0\xf5\xc4\xba\x97\x2d\x2c\x3f\x46\xac\x6c\x68\x57\x60\x08\x21\x6f\x22\x9b\x22\xd0\x58\x49\x30\xe1\x3f\x03\xf5\x23\xa2\x97\xe6\x11\xb5\x8b\x30\x58\x9a\x15\x0d\x58\x31\x52\x57\x12\x00\xcb\xb5\x01\xc1\x96\x05\x3e\xcf\x61\x15\x4e\x59\x57\xae\xb5\x2b\x57\x9e\x04\x7b\xc4\xaf\xf1\x87\x67\xf9\x94\x75\xe2\xf1\x5a\xbb\xc7\xa2\x32\xdb\xad\x6c\xeb\x9f\xc5\xd1\x2d\x49\x0f\x7f\x02\x59\x55\xde\x4a\xdd\xc0\x18\x91\xc0\xdc\x2b\x14\x12\x6e\x55\x6f\xfd\xee\xa9\x8d\xb2\xc2\x73\xcd\x76\xe8\x80\xdf\x08\x92\x17\x09\x88\xb5\xd9\xb5\x9e\x8e\xc0\xa0\x9b\xd5\x4a\x57\x5a\x36\x62\xa9\x5b\xd9\xef\x03\x16\x38\x9d\x8e\xec\xb1\xf8\xf0\xf1\x1a\x00\xd7\xc6\xb3\x43\x35\x03\x2c\x0a\xdd\xc2\x7a\xf7\x52\x06\xad\x89\x54\xc4\xe2\x24\x8d\x6d\xa9\x4c\xef\x59\x02\xe8\x0d\x17\x3c\xc0\x40\x7b\x7e\x02\xe5\x13\xed\x45\x5c\x80\x85\x72\x81\xd7\xf5\xc3\xb0\x95\xae\xda\x10\x27\x8c\x8b\xc8\xfa\x45\xe8\x5b\x5a\x0d\x7d\xaf\x5a\x5c\x5b\x3f\x8b\x23\x2b\x9e\x3c\x17\x47\xc9\x71\x5d\x6e\xb5\xf5\xcc\x65\xe0\x54\xf9\xec\x16\x90\x40\xb9\xd9\xf9\x1c\x7b\x9b\x1e\xef\x50\xd0\x9f\xf1\x62\xa5\x55\x53\x8f\xdb\xeb\x19\x79\x3c\x3c\xd7\x73\x73\xed\xb3\x05\x66\x0f\x48\x14\x68\x74\xe6\x97\x86\x4f\xd7\xb2\xd1\xbf\xab\x94\x1f\xcc\x06\x34\xdb\xa0\x61\x45\xf2\xfe\x4b\x66\x24\x6d\x25\x2f\x55\x3b\xa0\x94\x70\x22\x7e\x55\x4d\x65\xb6\xea\x3b\xf1\xab\x7a\xdc\x2b\xb1\x6e\x60\xa9\x48\x47\x7a\x01\x63\x15\x2c\xe4\x63\x14\x2e\x56\x43\x0b\x67\x97\x93\x37\x0a\x54\x09\x71\xac\xe6\xd8\xc6\x83\xb3\x5b\x7c\xde\x98\xad\xfa\x52\x0c\x28\x94\x99\xa6\x0e\x62\x3d\xec\x5a\xd3\x23\x1f\x14\x64\xfc\x08\x13\x36\xa4\xdd\x69\x57\x6d\xca\xa0\x36\xf5\xa3\xef\xd4\x57\x98\x64\xc8\x8a\x5a\x54\xbf\x9b\x7d\x56\xb1\xdd\xc3\x42\xf4\x1d\x7f\xbf\x8f\xeb\x50\x2b\x5b\xd8\x8d\xd9\x81\x56\x32\x40\x5c\x6d\xcc\x0e\xf4\x91\x99\xe8\xb6\x58\x2c\x8a\xca\x34\x8d\x5c\x1a\x3f\x91\xb7\x11\xfe\x2c\x4d\xcd\x91\x6f\xf7\xa5\xe9\xd7\x54\x6d\xae\x85\xdb\xee\x49\xf1\x47\xb9\xa8\xf8\xb3\x05\x90\x79\xd2\x0f\xc3\x69\x70\x64\x0b\xd2\x77\x2d\x74\x5b\x82\x3a\x8d\x6b\x7e\xd7\xa2\x50\x95\xb6\xb3\x28\x3e\x93\xee\xf8\x4b\xc1\x70\x59\x9b\x90\x02\xe3\xa0\xdb\x4c\xc5\x69\x47\x3a\x4e\x5b\x58\x25\x7b\xd8\x81\x57\xf0\xa3\x28\x3e\xcb\xc1\x6d\xbe\x24\xda\xde\x92\x57\x1e\x6b\x7d\x41\x23\x49\x94\x39\xb2\x97\x1b\xd5\x79\x4e\x74\x6b\x61\xc9\x36\xbd\x92\xf5\x9e\xe4\xd6\xb0\x78\x7f\xc1\x83\x50\xb7\xfe\xfc\xf8\xae\xb0\xc6\x93\xac\xf2\x1b\x51\xbc\xd0\x6d\x8d\xe5\x73\x26\x02\xd5\xd0\xdb\x0e\x96\x89\xe9\xfb\xfd\x71\xae\xd1\xd8\x48\x2b\x96\x4a\xb5\x2c\x79\xd6\x0b\xd6\x17\xf9\xe5\x25\x2b\xa4\x3a\xa0\x28\x87\x1d\x88\x25\xcd\x84\xbb\xf1\x2d\xc4\xa3\x82\x6a\xc1\x93\xc3\x32\xa3\xeb\x39\xbc\x6f\xae\xc2\x0f\x7a\x49\x9c\xd6\x89\x38\x1d\xdc\x46\xb5\x8e\xc5\xc0\x2b\x48\x2f\x80\x73\x85\xfd\x57\xc9\xa6\xe8\xd5\x56\x79\xe1\xb2\xdc\xa2\xea\x1b\xbf\xc4\x7b\x55\xac\x4c\xbf\x86\xdd\x8a\xdb\xe9\x44\xbc\x86\x84\xb8\xbf\x3c\x80\x72\xe9\x99\x48\x10\x9c\xf2\x0b\x5f\x2c\x94\xad\xd9\x81\x0a\xda\x9f\xd6\xe3\x69\x1c\x3a\x60\x03\xf8\x8c\x45\x1e\x0e\xc4\x07\xab\x5a\x17\x27\xe3\x54\xb4\x6a\x27\x52\x28\x1a\xb2\x30\x23\x1e\xde\x13\xc7\x67\xcb\xe7\x47\xf6\xd9\xd3\xe5\xf3\x70\xc8\x55\x1b\x55\xdd\xe0\x16\xd0\xed\xd2\x7c\x05\xbd\x14\x31\x1a\xad\x27\x09\x47\xb5\xd8\x98\xa1\x27\xd9\xd0\xcb\x4e\x4e\x41\x6e\x36\xf7\x5d\x6f\x88\xc9\xa8\x60\x63\xc3\x1e\x8b\xeb\x1a\xb4\xd2\x7e\x65\xc3\x49\xcc\x4b\xbb\xeb\xcd\x46\x2f\xb5\xf3\x04\x10\x54\x29\xe7\xf0\xff\x82\x92\x55\x3d\x82\x48\x78\xa9\x3e\x90\x6b\x6d\x45\x17\x0a\xe0\x61\xd4\x98\xf5\x1a\x75\xb1\xf7\x2c\x0f\xcf\x5d\xc2\x50\x36\x7a\xab\xdd\x64\x75\x7b\x3a\x2e\x69\x97\x90\x1e\x9d\xa7\x09\xba\x13\x07\xba\x57\x95\x6a\x5d\xb3\x0f\xf5\xed\xa4\x76\xe2\x4f\x62\xab\xdb\xc1\x79\x59\x7e\xa3\x5a\xe1\xfa\xbd\x90\x6b\xe9\xab\xdd\x48\x5b\x0e\x2d\xcd\x98\xaa\x79\xbd\xbf\xd5\xc0\x4a\xf8\x7a\x79\x57\x26\x50\xb9\x7c\x2b\xbe\x0f\x93\xf9\xc3\x82\x34\xdf\x50\xca\x1f\xef\xbe\x3d\xda\x0b\x63\x72\x6e\x59\x98\x3e\x30\xa1\x04\x28\x24\x2c\x21\xd3\xaa\xb8\x30\x1a\x5d\xdd\xc0\x78\x2d\x07\xe7\x8c\x17\xb4\x1b\xbf\x18\x61\xc4\x42\x8b\xcf\x00\x0a\xd4\x20\x80\xcd\xe7\xe1\x6a\x1a\x8f\x51\x01\xc5\x3c\x84\x9b\x2f\xfc\x7d\xaf\x7e\x88\xc5\xc3\xde\x81\x12\x84\x02\x4b\x27\xdb\xea\x12\x32\xf1\xb2\x84\x37\x1f\x9f\xaa\x15\xa9\x99\xc3\x5c\xf6\xf9\x58\x40\xbe\xdf\x21\xea\x6b\xa7\x7b\x2f\x72\xf5\xc0\x82\x41\xe9\xc5\xa8\xae\xa8\x93\x98\xf6\xd8\xe5\x2d\x8e\x07\xaf\x33\xa6\xb4\x1b\x64\x9e\xb8\x79\xa2\x51\xed\xda\x6d\x50\xeb\xe8\x19\x77\x27\xfc\x78\x3b\xf1\x3f\x41\x5d\x2e\x2b\xa7\x7a\xbb\x28\x5a\xd3\x96\x40\x8e\x92\x4d\xf4\xc1\xb4\x4f\x90\x44\xb1\x24\xc6\x7a\x5f\xba\x84\xe0\x8a\xfd\x7a\xeb\xcd\xb0\xde\x90\xaa\xb2\xc0\xdd\xe3\x76\xa6\x5c\xc9\xca\xc1\xdd\xcc\xf5\xce\x3c\xa1\x8f\x9c\x18\x4e\x80\x61\x0c\x68\x30\x47\x74\xf3\x82\x72\xa6\x65\x54\xeb\xc9\x78\xaf\x2a\x73\xab\xfa\x3d\xcf\xc5\x2b\x9f\x2a\xa4\x70\xb1\x72\x06\x11\xf3\x78\x42\x76\xd6\xe2\x4b\x4a\x3d\x0c\xcf\x35\x32\xa4\x38\xbb\xa3\x99\x49\x07\x67\x5a\xd8\x1d\xec\x64\x64\xd0\x0f\x54\x0a\xdf\x4c\x41\x06\x8b\x6b\x8c\x4a\x2d\x8a\xe2\xb3\x5f\xd4\x5f\x0a\xda\x29\x2a\x99\x6a\xa2\x22\x9c\xc3\x3b\x0a\xc9\x66\x80\x67\x89\xea\xaf\xaa\xd7\xab\x3d\x02\x65\x34\xe2\xd0\x86\xc9\xd7\x6b\x38\x75\x23\x6b\x7b\x99\xd2\x76\x4a\x5e\x0d\xcd\xb1\xd8\x21\xcf\x1b\xcb\x04\x45\x16\x71\xc3\xc2\x53\x0a\xb8\x7e\x2f\x3e\x6f\x4d\x2d\x9b\x2f\xc5\x1e\xae\x19\xff\xa6\x6c\xd1\xc2\xd5\xae\x29\xb6\xa6\xc6\x42\xef\xe1\x47\x51\x7c\x5e\x99\x7e\xfb\xa5\xf0\xfc\xd4\x87\x91\xe8\xe9\x19\x2f\x4a\x4b\x84\x1f\xc8\x7a\x95\x5e\x5d\x87\x3e\x5f\xcc\x48\xa9\x97\x2a\xde\x60\xc3\xaf\xd0\xf9\xab\xab\xb7\xd7\xac\x5a\xbb\x7a\x2b\x6e\x14\xe1\x7e\xeb\x5c\x67\x3f\x81\xc2\x18\xb5\xbf\x9f\x2e\xcf\x8b\x0b\xb9\xf7\x02\x21\x26\xd3\x07\x64\x5c\x2b\xb9\xa5\x46\xfa\x9f\x88\xc2\x6f\x16\x4a\xf4\x3f\x4d\x9f\x5e\x95\x14\x20\x74\xbc\xca\x64\x62\x24\x72\xc5\x07\xb5\x7b\xd1\xcb\xb6\xe2\xc2\x9e\x1b\x5c\x42\x02\x96\x3c\x33\xdb\xad\x76\x57\xc3\x76\x2b\x61\x63\xe0\xb7\xb0\x98\x40\xd9\xef\x95\xb5\x68\x5f\x40\xd9\x5b\x4c\xa0\xec\xb3\x8d\xd1\x55\x92\x5b\xc1\x77\x71\xdd\x2b\x45\xb5\xbe\xe6\x5b\xb7\x02\x24\x00\x64\x4f\xf1\x57\x11\x14\x2b\x7c\xd3\xfb\xdb\xe4\x06\xea\xb7\x42\x36\xdd\x46\x82\x8c\x91\x80\x05\xb2\xe7\x33\xdb\x61\xab\x7a\x5d\x81\x72\x4e\xda\xcd\xf7\x4f\xca\x1f\x52\x22\x98\xa1\xa8\x8d\xfb\x16\x34\xfe\x37\x12\xc6\x83\xd8\x6c\x73\x7f\xd3\x8e\x01\xa3\xf0\x28\x8f\x01\xa1\xe9\x05\x94\xcb\x31\x5b\xfd\x3b\x8f\x05\xa0\xf2\xdf\x01\xdf\x91\x87\x00\x81\x33\x42\x85\xfa\x80\x2f\xf1\xc2\x27\x1f\x03\x47\x36\x47\xbd\x95\x5f\xef\x2b\xb8\x35\x33\xe5\x50\x33\x1f\x0b\x91\x7e\x41\xe2\xf1\x96\x93\x89\xc5\x6f\xc5\xd0\xdf\x01\xfc\xe9\xf2\x7c\xf1\x5b\xa1\xdb\xaa\x19\xea\x83\x0d\xb1\xc3\xd2\xba\xde\xb3\x5d\x8f\x8f\xec\x63\x8f\xb2\xbd\x69\xcd\xae\x0d\xf0\x9f\xf0\x5b\xc0\xf7\xcf\x6c\x43\x52\xea\x96\x74\x1e\xd1\x9a\x44\xd4\xba\xf6\x5c\x0c\xe8\x2e\x16\xf1\x3c\x4d\xf5\x19\x61\x97\x83\x3e\x98\x34\x4e\x81\xd0\x79\x11\x01\x54\x3b\x72\xab\x16\xd1\xee\xa5\xf4\xcc\x70\xe9\x25\xf0\x36\x15\x99\x3d\x13\xc0\x54\x1a\xd8\x65\x80\x58\xe0\xc5\xe4\xb4\xdc\x88\x0c\x1d\x2c\x6e\xfa\xf5\x4c\xe9\x8f\xd3\x4b\xd3\x03\xe5\x9d\x92\xdb\x19\x04\x81\xc0\x1c\x2c\x88\x73\x0f\x85\xe0\xd0\x19\x51\xc8\x69\x39\x0f\xb5\x88\xa3\x14\x06\x3c\x9d\x9b\x54\xc1\x10\xc6\x39\xd7\x5a\x65\x52\x56\xb9\xd5\x96\x27\xeb\x7a\x03\x1a\xca\x94\x75\x08\x4a\xef\x46\x55\x9e\xab\xe6\x25\x67\x41\x66\xf5\x29\x60\x52\xc0\xfa\xce\x45\x01\x47\x75\x0f\xa6\x4d\x89\x5a\x8c\x14\x95\x74\x5e\x6e\xe5\x8d\x12\x76\xf0\xac\xd9\x46\x3a\x92\x52\xf2\xc9\xf2\x5c\x32\xa0\xc2\x3a\x43\xcb\x27\xe8\xcd\xae\xf5\xc7\xdb\x7d\xf8\x01\xec\x1b\x51\xa7\x7a\xd4\x29\x62\x42\x1e\x80\x0e\xa1\x0d\x2a\x3e\xf5\x55\xc3\xdd\xda\x1b\x7d\xab\x48\xc9\x17\x74\x9b\x90\xb7\x28\x1a\x69\x5d\xe9\xd7\x23\x36\x17\xc4\x59\x73\xeb\x37\xab\xaf\xcf\xe7\x8a\xde\xaf\x1a\xb0\x99\x01\x0c\xa8\xd5\x6b\xa9\x7f\x7e\x29\x86\x29\x6a\x1a\xb3\x53\xf5\xb1\xf0\xab\xa8\xcd\x8d\x00\x80\x22\xc8\x66\x27\xf7\x96\x24\x18\xa6\x6b\xa6\xa5\xb1\x5a\x14\x51\x47\x68\x37\xa5\x3f\x70\x03\x93\x7e\xeb\x19\x19\x5e\x21\x66\x15\xaf\xbb\x3d\x14\xea\xfa\x7e\x16\x47\xb6\x18\xf0\x7e\x01\xc0\xf7\x09\x1a\x30\xae\xa1\x93\xe8\x36\x61\x8a\x08\xc5\xb1\x17\x65\x84\x76\x8f\xad\x5f\x67\xc3\x16\x45\xa0\x25\x5d\x48\x04\xd9\xad\x36\xc3\xb2\x51\x4f\x50\x32\xd6\xbc\xaa\x83\xaa\x71\xc4\x03\x87\x66\xdd\x16\x85\x75\xba\x69\xfc\x18\xb3\x19\x5b\x26\xa9\x42\x2e\x6c\x3e\x18\x08\xbb\xd1\x9d\x30\x70\x99\x97\x0e\x52\x5c\xb0\x89\x20\xe8\x8c\xa8\x15\x48\xde\xa6\x17\xae\x97\xad\x5d\x29\xb8\xdd\xdc\xe2\xfd\xc0\x82\xaa\xf6\x72\x25\x9a\xad\x1d\xa8\x19\x95\x18\x50\x75\x7a\xea\xc0\xec\x24\x13\x99\x57\x8d\xb6\x05\x70\x85\x06\x6d\x80\x31\x8d\x98\x2c\xb7\xc1\x2f\xb0\xc9\x10\xc0\x6d\x7a\xb6\x48\x66\xc7\x61\x95\x69\xe0\xb0\x7e\x58\x4d\xf7\xf4\xbb\x40\xf3\xad\x12\x19\xa4\x6c\x3f\x5c\x43\x0e\xb3\x4e\xe3\x2d\x51\x7c\xf6\xeb\xfc\x4b\x81\xb2\x53\x19\xae\x28\xcf\x50\x96\x42\x8e\x1b\x12\x8b\xbf\x1b\xdd\x96\x70\xdf\xf6\x5f\x46\xb7\x70\x39\x57\x64\x26\x29\x23\xf5\x20\x19\xe4\xed\xc1\x56\x66\xd9\xe8\x8a\xad\xf2\xf6\xc5\xca\xc0\xee\x01\xed\xe1\x6b\xfe\x5d\x58\x27\x3d\x81\x20\x83\x0a\xff\x2b\x53\x47\x62\x21\xd4\x55\xbf\xe6\xdf\x94\x1a\x92\x8a\xa1\x0d\x29\x9f\xe8\x67\x51\x78\xbe\x7a\x01\x44\x1d\xee\x44\x70\xeb\xb2\xf1\x68\x24\xe7\xce\xa9\xbe\x15\x47\xff\x18\xed\x71\x3f\x4a\x6c\x77\xf8\xa5\x88\xd6\x89\x6c\x98\x38\x77\x21\x14\x06\x12\xef\x4e\x0b\xda\x9d\x96\x18\xec\x3f\xab\xbd\x2d\xac\xaa\x86\x1e\x07\xe8\x8a\x7e\xce\x2b\x5a\x49\xf3\x3b\x32\xbe\x8c\x6a\x7d\x9b\xdb\x73\xd8\x82\x56\xcb\x89\x78\x89\x3f\x58\xd5\x54\x74\x30\x11\x89\x85\x25\xcd\x4c\xe8\x0a\x19\xd8\xa6\x2a\xa6\x5c\xdf\xa2\xad\x40\x24\xc0\x72\xf0\xc5\x1b\x1c\xb0\x2b\xd3\x0b\xd9\xee\xe3\x15\x9e\x6a\xe0\x08\x6b\x93\x0b\x7d\x7b\x0c\xe5\x3c\xd8\x4e\x2d\xf9\x96\x37\x9a\xc7\x6c\x65\xad\xc4\xad\x96\x41\x45\x95\x30\x3e\xe1\x64\x66\xb5\x67\xa6\x0d\x00\x81\x06\x55\xd2\xcc\xf7\xf0\x44\x3b\xc3\xba\x01\xb7\x51\x1a\x2f\x59\x5b\xe0\x89\x56\x43\xd3\xf0\xe9\xf6\x7a\x68\x1a\x34\xf6\x9a\x1a\x32\xfb\x2a\xe8\xb2\xf9\x9c\x7e\x16\x43\x57\x7b\xf1\x33\x8e\xe5\x27\x48\x08\x63\x99\xe7\x27\x62\x25\x8c\x2a\x17\x0b\xca\x49\x04\xaf\x13\x39\xb3\xd9\x2f\x78\x5f\xce\x98\x2c\xd3\x16\xad\xc7\x20\x51\x7f\x07\x34\x87\x3a\x0e\x13\x85\xd6\x3c\x30\xb4\x3b\xb9\x17\x1b\xb3\x13\x8d\x6e\x6f\x2c\xcd\x94\x1f\xa7\x54\xc4\x06\x95\xab\xd3\xed\xa0\x48\xe8\xf1\x3f\xa7\x06\xb2\x74\xfb\x4f\xb6\x00\xcb\x3d\xeb\xb5\xd0\x5a\x80\x36\x80\x58\xee\x05\xc8\x75\x87\xcd\x0e\xc6\xf6\x06\x6c\x6e\xc0\xd7\xe8\x60\xed\x10\x29\xd4\x27\xab\xc4\x19\x5a\x40\xd0\x1e\xab\x36\xc6\x58\xba\x4b\x88\x74\xcc\xa7\x81\x5a\x8f\xc8\x18\x4d\x4b\xc4\x83\xb3\x76\xca\x96\x18\xb0\xcf\x69\x07\x95\x74\x39\x18\xa1\x69\x43\x9d\xd1\xa5\xe1\x29\xe3\x44\x4b\x0b\xee\x13\x50\x99\x52\x6f\x51\xf4\xfc\xc4\x76\x18\x30\xe1\x41\xaa\x80\xec\x45\xde\x9e\xf1\x2a\xa1\x7a\xf9\x32\xee\x9e\xc5\xc2\x4b\x21\xbd\x85\xc6\xe9\x0f\x74\xc9\x34\x19\xe3\xc5\xfd\x08\xf9\x7e\xf0\x92\xfc\x0f\x60\x44\x10\x34\x24\x7e\x8f\x95\x23\x10\x52\x2a\x64\x90\xb3\xac\x33\xd7\x75\x90\x6d\x1e\xb5\x7e\xb2\x63\xb8\xdc\x4e\xda\xac\xe3\xb4\xc6\x49\x08\x92\x70\xeb\x93\x11\xa5\x44\x13\x1e\x9b\x46\xb5\xfd\xbb\xb4\x84\xf1\x2d\x0a\x14\x38\x6c\x90\x33\x4e\x91\x62\x2a\xcb\x96\xf4\x21\x9f\x8c\xe9\x33\xc2\xaa\xd8\x8c\x2c\x25\xbd\x5d\xaf\x41\xbb\x91\x93\xe0\x09\xd1\xcd\x08\x2c\x8c\x82\x01\xa3\xa8\x48\x57\x17\x05\xa3\xf2\xc7\x16\xfc\xe2\x94\xa0\x3f\xbb\x52\x60\x19\x4c\xc9\xbc\x03\x38\x17\x17\x7e\x68\x63\xa3\x88\x1c\x62\x5f\x5f\x52\xc2\x28\x9f\x3b\x83\xd9\xc0\x67\x6b\x3b\xd7\x9b\xde\x33\xe2\x2a\x9c\x18\xba\x45\x9b\xb4\x60\x5a\x90\x91\x25\xf1\x12\xe8\x94\xd8\x49\xbc\xce\x61\x2a\xf5\xcb\xb8\xf6\xb8\x80\x5e\xe5\x17\x41\xd8\xb7\x7c\xfb\x7c\x57\xc8\xba\x86\xc5\x1d\x4d\x34\x6a\x20\x1c\xb9\x32\xd1\x43\xa5\x10\x68\xc2\x11\x52\xcb\xec\x9a\xca\xa2\xc6\xe8\xe1\x57\x53\x8f\x8f\xec\xe3\xff\x86\x5b\xa9\xac\xaa\x78\x2b\x15\x1a\x39\xda\x5a\x93\x5e\x4e\xf7\x98\xac\x6b\xe0\x84\x68\x2d\x27\xfc\x0c\xad\xe6\xc0\xd6\xf8\x5a\x50\x10\xf1\xc3\xf3\x67\xb5\x07\xe6\x87\x56\x02\x9c\x49\xda\x0a\x09\x56\xa9\x60\xca\x8e\x52\x89\x9d\x08\xbd\xf9\x9c\x9f\xc2\xf5\x91\x55\x04\x0b\x2c\x9e\x6c\xf7\x9e\x65\x07\xdb\x5f\x64\x87\x9d\x11\x6b\x19\x8c\x7d\xc2\x81\x96\x33\xd5\x1a\xae\xcb\x36\x7a\xbd\x69\xf6\x42\x6f\x3b\xd3\x3b\x58\x49\x6c\xb4\x10\xc5\x50\xff\xd5\xab\xca\xac\x5b\xfd\x3b\x0c\xec\x16\x8d\x96\xc3\x35\xc8\x33\xeb\x7a\xd3\xae\x9f\xbf\x04\x9b\xa6\x1b\x4f\x78\x36\x66\xf7\xcb\xb3\xa7\x94\x2e\xce\x60\x0a\xcd\xe0\xc4\x1b\xed\xde\x0e\xcb\xc7\x56\xac\x07\x5d\xc3\x59\xfb\x4c\x26\x5e\x16\x64\x07\x85\x16\xe5\xbb\x36\x0c\x0b\xf8\x5c\x98\x5e\x58\xd3\xdc\xaa\x51\x11\xb3\xdd\xe2\xf4\x2e\x1b\xb5\x45\x48\x68\x3f\x98\x4e\xa9\x16\x46\x4e\xf5\x34\x3e\x57\x57\x6f\x17\x61\x89\xc7\xf9\xa1\x69\x63\x06\x35\xd3\x97\x10\x73\xe8\x81\x2b\xd2\x7e\xc6\x13\x08\x94\x25\x5c\x0a\x18\x8f\x69\x29\x98\x47\xeb\x99\x95\x89\xa6\x06\xe4\x0f\x8f\x82\x8b\x8b\x13\xdf\x0e\x64\xc0\x7c\x5a\x35\xd1\xb7\xd2\xc2\x4a\x16\xaf\x3f\x74\x58\x30\xf6\x3b\x27\x36\x0f\x96\xeb\x68\x7f\x13\x45\xc3\xbe\x13\x3d\xe3\x0e\x24\x14\x8d\x46\x24\xd2\xb4\x31\x4c\x46\xd5\x14\xd2\x34\x6e\x45\x4a\xcd\xd0\x48\x14\x29\x1a\x2e\x48\x65\x81\x5e\x3f\x90\x9a\x4d\xea\x8d\x1d\xe7\xea\x1e\x40\xd1\xa0\x4f\xa7\x30\x1c\xa6\x45\x15\x08\x4d\xd4\xb9\x44\x93\x3a\xc8\x68\x4d\x99\x08\x6c\x1f\x0c\x5d\xe6\x0a\x4e\x84\x39\xb1\xce\xb3\x2a\xe9\x56\xf6\x8d\x00\xf3\x7b\x34\x1f\x04\x1d\xca\xff\x26\x6a\xb9\xb7\x85\x33\x37\xaa\x9d\x29\x02\xe9\x87\x0a\x15\x0f\xbc\x9e\x4b\xee\x9f\xd0\x3f\x0b\xa5\x46\x37\xd8\x9f\xd3\x3c\xf4\xb6\xcb\xc0\xcd\x6a\xe5\xd3\x56\xab\x22\xbb\x01\x23\x1b\x39\x34\xa8\x4c\xb3\xd8\x81\x20\xd8\x8b\xa6\x99\x60\x63\x93\x5d\x7c\x59\xb6\xb6\x01\xeb\x78\x99\xef\x59\xbf\x6b\x89\x20\x25\x77\x63\xb8\x73\x3d\xd5\x12\x56\xae\x94\xe8\x1a\x59\xa9\x05\xbb\xce\x80\xad\x2c\x10\x37\x7f\x38\xf3\x1d\x9d\xc6\x9b\xee\xc6\x58\x35\x26\x76\x23\x15\x63\x22\x27\x2e\xd2\xa6\x6f\x9c\xeb\xd0\x24\x23\xb5\xee\x8f\x2c\x03\x5d\xfc\x03\xfb\x23\x1a\xd3\xae\x55\x1f\x2c\x3e\x7d\x93\xba\x46\x92\xbd\x28\xec\x5e\xdf\xdd\xc0\x0b\x05\x7b\x03\x36\xee\xac\xa1\x48\x1c\x89\xcf\x3f\x7e\xb1\x47\x9f\x7f\xfa\x62\x1f\x3d\xbf\x50\xbd\x05\x73\xfa\x53\xec\xc6\xb5\x5f\x1e\x30\x22\xd2\xd2\x7d\x75\xaf\x6a\xdf\x21\xd9\x1c\x0b\xb5\x58\x2f\xc4\x33\x3f\x04\xcf\x8f\x3e\xff\xe9\x8b\x7d\xf6\x14\x7e\x2f\xa6\x93\x19\xed\xf1\x71\x6e\x1f\xb6\x96\x2a\xd9\x96\xff\x18\xf9\x78\xdd\x33\xaa\x60\x9d\xe7\x27\xca\x1f\xbc\xc0\xd4\xe7\x4b\x90\xef\x57\xad\xaa\x7a\xe5\x40\x8e\x47\x4d\x26\xca\xb8\x90\x9a\x95\xf0\x15\x4d\xef\x64\xaf\x37\xaa\xa5\x72\x9c\x9a\x95\x22\x4d\x1f\xdf\x83\x16\x33\x37\xb4\x39\xb6\xb8\x98\x46\xba\xd5\x70\xfd\x1f\x18\x91\x60\xb3\xf1\x5d\x91\xdd\x32\xfb\x1d\xfc\x20\xac\xb3\xba\xf6\x1c\x7d\x4b\x3c\x6b\xab\xbe\x9b\x99\x4c\xbe\x3e\x99\x4e\xa6\x3c\xa8\x88\x9c\x62\x89\x04\xf4\x30\x02\xb0\x85\x68\x51\x26\x18\x13\xeb\x11\x79\x3d\x74\xe3\x6e\xc3\xda\x3b\xb8\xe8\xf2\x2b\x79\x7b\x07\x2a\x22\x9d\xd9\x6d\x3a\xd9\xf7\x7b\xfa\x19\x5c\xfb\x9c\xf2\x9c\x8c\xec\x75\xb3\xff\x56\xb2\x20\x5e\xc9\x6a\x93\xd3\x24\xa0\x3c\x6c\xe8\x4d\x67\x44\xa5\x8e\xc5\xb3\xe5\x73\x9a\xb4\x1b\xa5\x3a\x62\xc9\xb0\x49\x23\x02\xf6\xec\xe9\x32\xdf\x96\xbd\x42\x6f\x3c\xa7\xa6\x14\xf3\x32\xe4\xdd\x39\x30\x07\x10\x84\xd5\x91\xa0\xc9\x29\xec\x81\x65\x71\x18\x63\xce\x63\x8c\x90\x85\x53\x97\x4b\x8f\xcf\xdd\xe9\xf1\x11\xbd\x56\xe9\x38\x79\x10\x39\xe2\xc2\x73\x16\x5f\x41\x7b\xd8\xa8\x5b\xd5\x20\xe3\x51\x7b\x62\x02\x26\x13\x2b\x4f\x27\x82\x6c\xeb\x0e\xad\xf6\x3b\xb8\x8f\x99\x66\x3c\x74\xfb\x84\x7a\xf3\x51\x61\xd9\x01\x17\x66\x89\x7c\x40\x90\x1f\x66\xcf\x01\x5b\x84\x09\xf2\x6c\x2b\x17\x79\xc3\xb3\xec\x27\x07\x00\x91\xdb\x08\xbb\x05\x0b\x47\xf5\x7d\x9c\x28\xe0\xf2\xc9\x63\x0a\xd6\xb5\x33\x61\xa7\x6c\xd0\x54\x59\x9c\x5e\xbc\xb3\x8b\x22\x54\xc8\x48\x61\x97\x60\x13\x76\xa8\xbb\x07\x83\xe6\xa6\x99\x6c\x35\xd6\x9f\x61\x71\xe2\x6e\xa1\x4d\xc8\xdf\x86\x4e\x4d\x3a\x84\x9d\xc9\xf3\x71\xdc\x95\x4d\x56\x00\xd6\x06\x2d\x19\x0b\x6a\xa1\xab\xdf\x89\xf7\xf1\x3e\xcd\xcf\x6c\xb7\xf7\xa2\x4f\x70\xac\x38\xa6\x03\x56\xec\x40\x78\x19\x39\x74\x68\x87\x14\x5f\x78\xfe\xb5\x0f\xcc\x33\x37\x98\xd8\xe7\x74\x2a\x53\x1e\x7a\x76\x32\x23\x47\x3d\x5b\x6c\x8e\xad\xee\x18\x4f\xde\xe7\xfb\x98\x6c\xb3\xca\xe9\xdb\xc1\x45\x9e\xf6\x2a\x59\xde\x17\xb3\xd5\x86\x6d\x8f\x55\x8f\x96\xb7\x40\x19\x10\x8d\x5e\x81\x49\x42\xc5\x22\xae\x88\x84\x5d\x90\x56\xec\x54\xd3\xa4\xab\x03\x2f\x6b\x6c\x58\x24\x23\xb9\x29\x93\x99\xec\xa2\x80\x0b\x81\x45\xeb\x65\x5f\x74\xa9\x09\x4a\x2a\xba\x8f\x82\x01\x68\xf7\xd9\x85\x93\x5d\x60\x31\xb8\xc6\x0a\xe4\xe8\x9c\x2e\xb5\x92\xb8\x0f\x09\x54\xe2\xb5\x83\x9e\xa4\xf9\xb9\x82\x63\x9f\xdc\x00\x81\x65\xbf\x92\x5b\x4b\x04\x08\x58\x54\xb5\xa2\x3b\xe2\xa4\x92\x3b\xa6\x04\xaf\x40\xb0\x01\xdc\xc0\x34\x6d\xd4\xf4\x78\x51\x98\x01\xdd\xd3\xf2\xd1\x9d\x78\xde\xda\x3b\x1a\x97\x56\x91\xe9\x50\x90\x18\x40\x5f\x13\xbc\x20\x93\x8e\x88\x20\x2d\xb9\x68\xe5\x46\xeb\x3d\xb3\x09\x26\xa0\x44\x95\xaf\x22\x6b\xce\xb4\x3e\xde\x42\x32\xb2\x4e\xf5\x5b\xd9\x82\x0d\x2e\xde\xb3\xb0\x7e\xe2\xec\xf4\xc3\x87\x8f\xd7\x51\x2d\xe1\x89\x5f\x5b\x03\xaf\xc5\xae\x4b\x93\x76\xb1\x03\x53\xd8\xb5\x39\x44\x74\xa1\xa2\x12\x87\xe0\x52\xd9\x2f\x31\x57\x5e\x1b\xd0\xda\xc0\xcd\x33\x4b\xaf\x59\xfb\xeb\x83\x2b\xe4\xb3\x1f\xe2\x2f\x05\xdf\xe2\x7f\xf4\xff\x8b\xd4\x10\x22\xb1\x4d\x01\x7a\x1b\x4d\x58\xa2\x6f\xbd\x58\x1b\x53\x4f\x0c\x23\x40\x2c\x1d\xc0\x7d\xac\x32\xdb\xce\x00\xe7\xb3\x12\x60\xbf\x7a\xec\x77\x97\xe9\x81\x4a\x82\x48\xd3\xea\x7f\x0c\xa0\x90\x02\x73\xd3\x45\x71\xab\xad\x5e\xea\x06\x45\xe8\xbf\x86\x0f\x4c\xf7\xbf\x46\xde\xd5\x49\xe5\xda\x8a\x67\xb6\x93\xad\xa8\x1a\x69\xed\xc9\xa3\x41\x0b\xcf\x37\x3b\xf5\xd5\x3d\x7a\x7e\xd1\x83\xa5\xe3\xb3\xa7\x1e\xe2\xf9\x04\x5d\xb9\x32\x7d\x85\xf7\xa6\xc1\xa6\x1b\x88\x15\xa5\xfb\x6d\xda\x02\x17\x93\x6c\x55\x1c\xf8\x3f\x50\xe7\xca\xf4\x37\xb1\x1f\xdf\xd3\x05\x83\x59\x21\xc1\xbe\x95\xcd\x90\xdf\x36\xf9\xda\x7d\x19\xfb\x43\x01\xae\xe3\xb1\x2c\x98\xfb\x43\x30\x22\x9f\xa1\xdb\xf5\x2f\x30\x68\xee\xee\x70\x24\x6f\x55\xd3\x79\xf1\xf0\xbb\x02\x5a\x42\xf7\xeb\xe3\xb8\x36\x90\xc7\x7e\xd5\x3e\x0f\x9c\xab\x21\x75\x66\x36\x92\x28\x15\xb2\x61\xc9\x2c\x99\x4d\x4f\x4e\xa1\x13\xe9\x9d\xf4\x9e\x4c\xa3\xc2\xb1\x65\xab\x5e\x83\x6f\x38\xa6\x37\x12\xae\xaa\x43\x60\x23\x48\x5c\x6b\xa7\xd7\xad\xe9\x93\x61\xb8\x02\xe3\x1f\xb1\x08\x59\x82\x43\x25\xd9\xa2\xd1\x95\x6a\x2d\x50\x3b\xfc\xc5\x29\x93\xe2\x52\x30\x2c\x5c\x3e\xfa\x03\x83\xb6\x82\xff\x41\xdf\x33\xa5\x08\x90\xab\x2c\xe4\xe0\x4c\xa9\x5b\xed\xc0\x2b\x28\x38\x91\xb9\xd1\x7a\xc5\x13\x8a\xcd\x96\xd0\x03\x1a\xa9\x3f\xe1\x21\xc7\x1e\x9a\x1e\xf2\xe8\x49\x26\x88\xfc\x90\xc9\x62\x01\xc6\x0f\x12\x04\x1a\x7d\x52\x54\xa4\xb2\xeb\x87\x16\xef\xda\x87\x56\x65\x89\x51\x30\x42\x3e\xa0\xdd\x53\x9c\x8c\x27\xae\x97\xd5\x8d\x27\x2e\xbd\x5a\xa9\x5e\xb5\x15\xb8\x1e\x48\x97\x28\x32\xd0\x38\xc2\xb4\x74\x10\xf8\x62\x8c\x1c\xc2\xf8\xdc\x82\x07\x0c\x7a\x52\x61\x00\x1f\x9f\xf2\xfd\xc6\x0c\xfd\x0f\x0c\xc8\xaa\xf2\x00\x47\x17\x3e\xa3\x7c\x6e\x27\x29\x14\xc8\x7e\x50\xb4\xca\x1f\x0a\xb2\x47\xd7\xec\x44\xc7\x61\xd9\xc1\x35\x38\x13\x12\x3e\x50\xdd\xd9\x7d\x5b\x45\xe5\xdd\x15\x7c\x15\x3b\xe9\xaa\x0d\x5a\x53\xfc\x4a\x3f\xc1\x98\x62\x2d\x7f\xc7\xd4\xab\xf0\x01\x5b\xc0\xd2\xa6\xb0\x71\x01\xd3\xca\x4d\x82\x32\xc4\xc4\xcc\x2c\x65\xbf\x10\xef\xe5\x57\xbd\x1d\xb6\xe2\x3f\x7f\xfc\x29\xb1\xb6\x24\x93\xfe\xc5\x14\x27\xd9\xfa\x83\x2d\x04\x39\xa3\xc6\x62\x64\x9c\xd1\x2b\x59\x6d\xc8\x01\xc5\xac\x4a\x0c\x07\x03\xac\xe4\x75\x30\x2f\xf3\x24\x0d\xe0\x54\x2d\xb6\xd4\x86\x00\x08\x45\x7d\x4b\x8f\x72\xb3\x91\xc5\x41\xe3\x8f\xb1\x01\xe3\x3d\x26\x20\xad\x52\x75\xe9\x85\x1d\xa6\x5c\x99\x35\x73\x41\x71\xb9\x38\x00\x51\x08\xcc\x85\x11\x88\xd2\xdc\xc3\x87\x40\x70\x63\xce\xe9\x32\xf8\x24\x2e\x9b\x41\x3d\x7a\x8e\x4b\x81\x89\x32\x63\xa5\x4d\xf6\x9e\x42\x83\x25\xbb\x8c\x20\x16\x48\x79\xe3\x8a\x3d\x83\x20\x1e\x71\xc1\xce\x40\x65\xe7\x36\x09\x4c\x32\x51\x15\x3e\x7d\xf3\xee\x1a\x6c\x62\xef\x28\x5e\xe2\xed\x4a\xc9\x2e\x65\x7f\xc3\xb0\x54\x10\x6f\x23\xb9\x50\xe5\x98\x66\x32\x1d\x8c\xe5\x1e\x63\x28\x70\x2c\x95\x4e\xfa\xc5\xc5\x75\x79\x4e\x41\x5b\x8b\x62\x43\xab\x61\x42\x33\x4e\x38\x62\xc7\x36\x10\xb2\x7c\x69\x30\xb6\xe8\x82\x5a\xc9\x86\xfd\x4f\xdf\x61\x22\x15\xf4\x89\x70\x75\x94\x5b\x50\xb1\xbb\x8c\x4c\x43\xef\x30\xda\x60\x2c\x17\x57\x43\x6a\x27\x47\xfb\x9a\x4e\x29\x0a\xde\x66\x56\x05\x1e\x34\x9c\x4e\xc7\x8e\xff\x2a\xbc\x0c\x57\x36\xba\xbd\x01\xf6\xac\xdb\xc7\x84\x84\x1b\x3d\x33\x9d\x56\xf5\x77\x49\x1e\xab\x47\x2e\x60\xf6\xff\xdf\xff\xfb\xff\x79\x72\xe6\xdb\x7d\xe6\xfa\xe6\xc9\x19\xcb\x86\x1e\x1e\xc7\x11\x11\x88\x8f\x7f\x2e\x86\x76\x47\xb6\xab\x9f\xf0\x57\xc1\xdf\x40\x67\x8a\xa1\xb5\x64\x44\x01\x3f\x0a\xfa\xf2\xe4\xa6\xa0\xa0\x73\x9e\xce\x14\x45\x1b\x8e\xc9\x0f\x26\x3b\x29\xff\x31\xe8\xea\xa6\xc4\x2b\xb1\x13\xf1\x17\xff\x25\x20\xe0\x18\x31\x0b\xfe\xdc\x09\x87\x08\x2c\xda\xd1\x49\x94\x7a\x90\x02\xe5\x21\x4f\xf8\x78\xe8\xc8\x9c\xf9\xd9\x33\xd9\x67\xc0\x46\xb7\xaa\xe8\x06\xbb\x41\x29\x8c\x6b\xbb\x18\xec\x06\xc2\xa9\x7c\xc5\x70\x3d\x29\x06\x98\x9a\x09\x8e\xa5\xec\x55\xb9\x0d\x1e\x07\xe3\xdd\x1d\x16\x0e\x39\xb5\xc5\x4b\xb5\xbd\x72\x8b\xa2\xc0\x43\x14\x5d\x0e\x6c\x11\xce\x45\x3a\x0f\x5d\xaf\x00\x69\xaf\x94\x87\x74\xaa\x67\x63\x3f\xd9\xd6\xa5\x93\x6b\x2c\xe9\x99\x17\x2a\x6a\x7a\xe1\xe4\x9a\x10\x01\xe6\x17\xf4\xb3\x70\x12\x0c\xca\xae\xe5\x7a\x1a\x01\xaf\x1b\x9a\x66\x1a\x27\xaf\x91\x4b\x05\xc9\xe7\xf0\xa3\xd8\xfa\x46\x3a\xd3\x2a\x3c\xff\xf8\xa3\xa8\xc0\x91\xc2\x06\x97\x0a\x5b\xac\x35\x1f\xf2\x79\x1b\x28\x10\x01\x6a\xff\xf0\x27\x0c\x41\xd9\xcb\x9d\x4f\x93\x3b\xfc\xdc\x68\x4b\xf1\x14\xdf\xe2\x2f\x4c\xc6\x9b\x17\x00\x85\xeb\x96\x00\x0f\x32\x04\xed\x91\x0b\xfe\x8d\x59\xce\x78\xae\xac\x8f\xb3\xc3\x06\x39\xce\x18\x81\x19\xc8\x16\xdb\x8d\xd9\xb5\xc5\xad\xae\x95\x81\x43\x83\x62\x23\x60\x44\xc9\x65\x6f\x76\x96\xd9\x46\x3f\xda\xf8\xe9\xa7\xb7\x7d\x1c\xe3\x28\xbc\xbd\x7e\x7f\xfe\x9f\x02\x70\xf8\x79\x58\x14\x61\x26\x16\xe6\x56\xf5\x14\xc0\xe3\x23\xfd\x8c\x99\xe4\x3a\x9a\x0c\x19\x98\x4d\xaa\x38\x72\x01\xd4\x3a\xd9\x64\x90\x57\x3e\x61\x06\x10\xa3\x0b\x9e\x36\xcd\x4c\x1e\x99\x12\x95\xcb\x7d\x30\x86\xaa\x05\x5c\xd0\x78\x12\x0c\x97\x34\x11\x98\x8d\x66\xc6\xcc\x1b\x49\x01\x23\x1e\xae\x50\xb5\x5f\xfa\x0b\x88\x41\x89\x36\x72\x1f\xd4\x0e\x19\x54\xca\x42\xcb\xa9\x32\x58\xd0\x81\x2f\x51\x0a\xe0\xff\x71\xf6\xab\x5a\xbb\x2c\xb3\xeb\x15\xac\x03\x6c\x96\x45\x12\x07\x23\x8b\x0d\xb2\x0c\x88\xcc\x7d\x09\xc8\x5a\xd3\x96\xfe\x48\x2d\x79\xc3\x9d\x21\xe7\xef\x33\x45\x6b\xda\x27\x70\xde\x42\x66\xd6\x08\x20\x45\x69\x4b\x1c\x2f\x21\x06\xdb\x0e\xd6\x95\x4b\x55\x9a\xb6\x94\x71\x6c\xfe\xc6\x36\xbc\x4b\x70\x0b\x93\xbc\x3f\xfd\xc1\x27\x6f\x90\xef\xe8\x8d\x17\x35\x05\xf7\x83\xc3\xb9\xa5\xc8\x41\x76\xc1\x90\x8b\xd0\x8f\x14\x33\xd0\xda\x31\x8b\x4e\xe1\x19\x3d\x2c\x9b\xb8\xa7\xf8\x58\xf5\x95\xf4\x2a\xd5\xbc\x4d\xfa\xe5\xa9\x56\x09\xd1\xb9\x48\x81\x9b\x36\x00\x48\x1a\x86\xee\x8a\x4a\x96\x6f\xea\x1d\x5a\x9d\x42\x93\xe2\x51\x06\xde\x57\xf9\xc5\xfe\xfc\x45\x37\x2f\x34\xcf\xe5\x81\xd3\x35\x2f\x37\xf2\x48\xe8\xa1\xb2\xc5\x62\x91\xd6\x17\x14\x02\xa0\x77\xf3\xfc\x76\x3c\xc4\x8f\x31\x9c\x16\x70\x73\xda\xe1\xed\x26\x9c\x9e\x4f\x17\x1e\x96\x95\x8f\x69\x81\xb5\x61\xcd\xd2\x52\xad\x35\x06\xde\x04\xb1\x58\x51\xc0\x8f\x88\x64\x29\xab\x1b\xdb\x49\x88\xbf\x88\xed\x81\xf3\xd9\xf4\xc9\x7a\xad\x54\x53\x82\x61\xb4\x38\x11\xf8\x19\x32\x81\xb2\x26\x8b\x9e\xbc\xd7\x46\x6b\x5e\xd6\x75\xe9\xb6\x1d\xdb\x29\x3d\x3e\xb2\x4f\x9f\x71\xb7\x9f\x3f\x4e\xa0\x22\xc0\xe3\xb8\x2d\x6b\x0c\x32\x4b\xd6\x91\x69\xde\xd8\xb8\x38\xcd\xa3\xa6\xd1\x21\x18\x02\x19\xd7\xe0\x2f\xce\x91\xd4\x84\xfa\xea\x54\x5b\xab\x5a\x24\x52\x42\x32\x37\x84\x04\x87\xb6\xd9\x97\xce\xe0\x2a\x8d\xd4\x06\xfb\xcb\x00\x3c\xec\xa4\xec\x62\xb6\x19\xc1\x9f\xf8\xee\x3e\x02\x17\xf1\xa0\xfc\x82\x8c\x58\x5d\x64\x20\x62\x0d\xcc\x3a\xb0\x02\xad\x0d\xde\x87\x11\xcf\x0a\x42\xab\x81\x33\x0a\xb4\x07\x6e\xfc\x31\xc0\xa6\xf0\xa7\x28\x7b\xcb\x2f\x52\x3a\xc8\x16\xfa\x60\xc7\x4c\x2c\x51\xee\xd9\x98\x8e\xc4\xc8\xd6\x76\xbc\x78\x89\xac\x2d\x15\x06\xc8\xa4\x1d\x03\xd2\xcc\x24\x16\x26\x95\x65\xa6\x01\x55\xca\x51\xf1\x8c\x24\x1b\x37\x5b\xae\x6f\x0e\xc1\x5c\x53\xcd\x07\xaf\x05\x5e\xfe\xa5\xb6\xa5\x0c\xd4\xb1\x75\xac\xfc\x24\x59\xb6\x93\x64\xfa\x89\x91\x5c\x24\x9e\xbc\x23\xc6\xf9\xae\x8a\x80\x3e\x40\x1d\x76\xbf\xa5\xd3\x3d\x44\x45\xc5\x9a\x3c\x5a\xce\xe4\x5b\x1e\x1a\x02\xf0\xb4\xd5\x1c\x18\x01\xec\x9f\xd5\x52\x10\xea\xc9\xa8\x42\x35\xb1\x55\xb1\x22\x18\xd8\x50\x59\xc2\x1a\x3e\xbc\x0b\x44\x8d\xcb\xd6\x94\xa8\x8a\x48\x54\xff\x59\x77\xd8\xf8\x82\xc9\xf7\x48\x77\x11\xb4\x04\x87\x2a\x22\x9b\xd8\x72\xb7\x49\xaa\x65\x92\x3a\xb1\xe6\x62\x0b\x5a\xab\xdb\x4a\xc5\x48\xb1\xaa\xe6\xfa\x17\x77\x2b\xe5\x62\x38\x00\xb0\xdc\xa0\x3b\xa4\x9d\x9f\x05\x38\x1a\xb2\x4a\x4c\x1f\xb6\x15\x92\x43\xde\x3f\x6b\xa9\xdb\xb8\xbd\x9c\x01\xbf\x20\x3c\x55\xdc\x26\x39\x41\xf2\x9e\x4e\x96\xf2\x29\x0e\x23\xa8\xa8\xe2\x94\x3d\x7c\x51\xb7\x86\x69\xab\x27\x3d\x9e\x17\xc4\xd9\xf1\x92\x2b\x9a\xc3\x24\x27\x99\xcf\x8e\xed\x81\x38\x90\xa6\x24\x9b\x6e\xda\x0e\x31\x2a\x13\xa6\x3f\x25\xb3\x98\x38\xd9\xd0\x54\xf4\x08\xf5\x92\xe1\x08\x1b\x1d\x8b\x13\x6c\x44\x88\xef\x43\xe3\xcf\x01\x3b\x2c\x6b\xdd\x13\x29\xc6\x0f\x12\x56\x23\xb1\x21\x77\x32\x68\x7e\x60\xca\xec\xa8\xfd\x81\x3f\xb3\x6c\xad\x7a\xa0\xd6\x14\x07\x74\x42\xf7\x39\x83\x17\x10\x14\x2c\x34\x30\xe1\x8f\x1c\x3f\x11\x7a\x66\xfc\x73\xb8\x54\xc8\xe0\x9c\x51\x98\x21\x5a\x59\x31\x7f\xa5\x41\x32\x7c\xad\xdb\x3a\xa4\x49\xd0\xe3\x04\xf7\xf4\x90\x1e\x25\x39\xf2\x22\x0f\x39\x74\x36\xbe\x04\x3d\x27\xa5\x71\x74\xa9\x8f\xfe\x7f\x48\x6d\xd5\x8e\x54\xdd\x3b\xd5\x87\xe8\x4b\x18\xdb\xde\x93\x7d\x90\xb9\x92\xe4\xc5\x58\xce\x4a\xb2\x3c\xc9\xf0\x89\x28\x44\x43\x7e\x9a\x5d\x35\x4a\xf6\x65\x28\x7f\xe6\x3f\x45\x33\xc1\x12\x04\xb7\x54\x6e\x1b\x55\x93\xc2\x7c\x30\xf3\x60\x58\x5d\x0a\x89\x35\x6e\xe7\x80\x4d\xa7\xda\x0c\xf6\x63\xa7\xda\x54\x6c\xcc\x10\x1b\xab\xea\x11\x66\xb8\x87\x99\x87\x97\x16\xa2\x17\xc2\x4d\x14\xfd\x9c\xb6\x33\x01\xc2\x66\xca\x19\xd0\xd6\xa4\x70\x1f\xcc\x04\x88\xf6\x6d\x60\x0f\xc6\xb3\x17\xe7\x47\xed\x26\x13\x84\x99\x25\xd8\xc6\x84\x58\x64\x00\x14\x4e\xfd\xac\x9a\x80\x8c\x2a\xcb\xf0\x21\xae\x70\x4f\xb0\x08\x77\xa2\x7e\x77\x49\xcf\x65\xd6\x6a\x05\x4e\x7a\x56\x81\x56\x34\x5f\x08\xe3\xe2\xba\x5d\x99\x94\xc6\x79\x39\x56\xb6\x7b\x2a\x05\xfa\x89\x60\x8e\x88\x11\x71\x48\x87\xf2\x28\xf4\xf4\x11\x07\xc8\x91\x4b\x83\xfe\x92\x34\x5a\xe8\x54\x89\x41\xc9\xc7\x0d\xa3\x60\x3a\x07\x5a\x35\x73\xc5\x01\x43\x62\x95\x3b\x54\x64\xb0\xe4\x22\x85\xc4\xfd\x5e\x78\x26\xb1\xa9\x10\x1a\xc9\x1d\xd0\x2a\xc4\x11\x5e\xaf\x08\xd4\x16\xc3\xe1\x21\x5a\x58\xdf\x4e\x2e\xc5\x89\x38\xaa\x61\x71\x87\xb9\xf4\x4b\x37\x66\xe1\x4a\xe6\x4c\xd2\xe3\xf0\x44\x67\x33\x9c\xe6\x79\x6e\x01\xef\x5a\x70\x5d\x86\x7b\x97\x66\xa6\xc4\x9d\x1b\x7c\x0c\x73\x10\xf3\x64\x1b\x53\xc9\x3b\x76\x5b\x84\x58\xeb\x56\x1d\x46\x7d\xa0\x1c\x29\xce\x41\x5d\x3e\xcd\x59\xc8\xa6\x29\x83\xaa\xea\xb4\x69\x04\x7e\xcc\x82\x5a\x7a\xfe\xc3\x19\x2f\x0c\xc6\xa6\xd6\x64\xa1\x33\x57\x08\x57\x6b\x5d\x2e\xf7\x54\x06\xb7\x1d\x04\xcf\x3d\x50\x64\xab\x5a\x2f\xb9\x78\x76\x0e\x8b\xbc\x0f\x09\x33\x45\x2c\x85\x8f\x34\xbd\x9b\xc9\x59\xc0\x7a\x74\x74\x54\xd8\x59\x10\x4f\x34\x00\xe4\x23\xfc\x98\x03\x41\xa3\xed\x20\xbd\x5d\x52\x40\x2e\xf6\x17\x9b\xad\x58\x49\x1b\x4b\x9c\x2b\xf4\x82\xbf\xbf\xdc\xd6\x58\xe7\x8f\x39\xb4\xd1\x7f\x6f\x20\x08\x06\x7c\xde\x51\x4f\x2c\x80\x15\x4d\x4a\xf8\x9d\xc4\xca\x28\xfc\x1d\x75\x51\x89\xf9\x30\x58\x0e\x93\x01\xb0\x7c\x3e\x29\x5c\xae\xe4\x8d\x9a\xc1\x80\xda\x2c\x82\x06\xe5\x91\x19\x82\xd6\xc8\x0c\xc9\xb9\xf2\x15\xa7\xe2\xab\xcb\xb7\x78\x08\x01\x3e\xda\xe1\x75\xc8\xca\x77\x78\x3b\x6c\x4b\xea\xa3\x45\x0a\xc0\x5f\xa1\x38\x8f\x40\x29\x7d\x95\xbf\x85\xef\xd8\xdd\xff\xf0\x1c\xf6\x11\xf4\xf4\x37\x2e\xc6\xfe\x89\x08\x9d\x04\xdd\x3e\x25\xb7\x95\xe0\xbf\xc2\xf6\x13\x75\xa2\xdc\xa1\x62\xbf\x84\x66\x9a\xc4\xdd\x02\x4f\x01\xb8\xff\xca\x35\xd4\x19\x49\x83\x0f\xee\x6f\x9e\xc5\x8d\x0a\x20\x34\xe9\xe0\x9e\x97\x82\xf7\x0a\x46\x95\xe1\x2e\xe1\x73\x94\x79\x17\xb2\x3e\x2b\x40\xc7\x66\x5c\x62\x04\x3a\x9a\x28\x1a\x66\x64\x29\x9e\x49\xa1\x6b\xb2\x47\x7f\x14\x86\x1b\xbe\x9e\xc3\x62\xc9\x06\x1d\xeb\x0b\x38\xf8\xf3\x1b\xb1\x10\x97\xdb\xab\x55\xc0\x43\xd7\xd4\x35\xce\x0e\x76\x15\x43\x4f\xb0\x6c\xf4\x6d\x55\x74\x86\xde\x66\xba\x80\x1f\xb1\x66\x8e\x2f\x0a\xfc\xee\x59\xf2\x19\x96\x79\x66\x53\x43\x89\x1c\x38\x9a\xe3\x1d\x91\xde\x22\x73\x46\xa2\x88\x9b\x2c\xfe\xfd\xdd\xb0\x80\x55\x99\xf6\x56\xf5\x96\x1c\x10\x08\x23\x29\x30\x5f\xd5\x3a\x4e\xcf\x48\xd7\xc1\x75\xa3\x19\xd8\x95\xbc\x55\xa3\x43\x9c\x59\x9e\xc0\x42\xe5\xf9\x95\x69\x4c\x64\xb1\xe0\x6b\x0c\x80\x76\x4e\x47\xf5\x2c\x77\x14\x97\x26\xed\x5c\x88\x52\x9e\x9f\x3a\x08\x39\xd3\x19\xcc\x18\x69\xca\xf2\xcc\x10\xfd\x0b\x1b\x08\x31\xc0\xd8\x04\x78\x8a\x85\x7c\xcf\x01\x34\x18\x5a\xcd\x82\xcd\xfb\x5c\x22\x8f\x91\x1a\x4e\x6a\x10\x82\xa3\x9f\xa5\x6e\x33\x5b\x4a\xc2\x7d\xd8\x14\x6e\xbe\xf2\xa8\xbb\xc5\xb6\xde\xa3\xb7\x4d\xc8\x64\x27\x7b\xa7\x2b\xdd\xc9\x40\x2a\x2f\x92\x14\x86\x94\xce\xc9\x6a\xe3\xb7\x75\xca\x74\xfd\x86\xfa\x07\x52\x3b\xf8\xf5\x88\xd6\xe8\x5e\xd0\x72\x72\xf9\xdb\x4c\xe9\x10\xd6\x3a\x2d\x1d\x12\x3d\x8a\xdf\x0a\xbc\x0b\x4b\xc4\xb5\xf4\x4e\x8c\x32\x2b\xb3\xed\x64\xaf\x72\x6d\xac\x4f\x09\xea\xd8\x59\x38\x9e\x25\x06\x76\x3b\x23\xc2\x45\x0e\x3c\x63\xe6\x4f\xb0\x5c\x8f\x08\x0a\xc7\xa0\x02\xc9\xd1\x42\x14\xed\x13\x88\xa7\x30\xae\x90\x6a\x38\x11\xf4\x8b\xf2\xb3\x4b\xc4\xf1\xe5\x21\xf7\xdc\x94\xbd\xb2\x43\x03\x33\x02\x3e\x61\xf8\x01\x2f\x60\x2d\x02\x10\xbc\xf9\xe4\xb9\xad\x58\x57\x72\x88\xe0\x8b\x50\xe4\xa1\xea\x73\x97\xaa\x92\x9e\x51\x87\x36\xfb\xbe\x6e\x94\xac\x93\xde\xf7\x0a\x1e\x5e\x18\xe3\xdf\xaa\x7e\x1d\x3a\xfa\x10\xfc\xd9\x98\x6e\x30\x7e\x36\xfa\xc8\x36\x7b\x51\xeb\x15\x50\x5d\x27\x48\xdd\xc0\xd5\x6d\xa4\x2d\xd3\x37\xc3\xfc\x02\x09\xb5\xb1\x12\x69\x34\x31\x4b\xe5\x76\x10\x79\x0a\xdc\x21\x7c\xbd\xa8\x2a\xb3\x3f\x8f\x7c\x9e\x9e\x42\x1d\x4f\x3d\xe7\x52\x13\xe1\xfe\x0f\xf8\x40\xf2\x4d\x33\x37\x12\x33\x67\x56\x1d\x10\x3f\x5e\x43\x3b\xd8\x32\xce\x08\x18\x21\xe0\x76\x6a\xd6\x7c\xe0\x31\xc2\x0e\x53\x3f\x05\x87\x29\xa1\x5b\x67\x66\x1c\xa9\x08\x3f\x60\x22\xa6\x86\xab\xc1\xb4\x7f\x0f\xbd\x38\xfa\xfc\x3f\xbe\xf0\x96\x70\x72\x59\xa6\xa7\x03\xda\x9c\x86\xcf\x0c\x6a\xac\xf0\x89\x79\xd9\xb5\x39\xeb\x18\x29\x9f\x78\x08\x67\x70\xf1\x44\x2b\x2c\xcc\x20\x1b\xf3\x74\x26\x9d\x11\x9d\xea\x3d\x55\xa4\xd1\x0c\x56\xb7\x8b\x6c\x68\x80\xdb\xef\x63\x4d\x7e\xd5\x84\x9c\xeb\x09\xda\x40\x06\x09\x26\xa7\x82\x88\xa2\x96\x4e\x96\xcb\x9e\x0d\xec\xa5\x93\xc1\xaa\x72\x1e\x17\xc1\xd6\x43\x8c\x8c\x44\xd6\x5a\x70\x1f\x98\x10\x77\x6e\xbb\xb6\x25\xf8\x94\xa3\x2a\xf8\x9a\x1c\xc5\x1b\x5d\x39\x11\xd2\xb5\xa5\xd0\x44\xf8\xee\xc9\x1a\x5f\x91\x09\xaf\xc5\xad\x7a\x65\x37\xf0\xc6\x83\x07\x58\xa9\x9d\xd8\x1a\x60\x68\x03\x45\x92\x6d\x09\x46\x84\xb8\x5f\x53\x2b\xa2\xac\x1b\x64\x52\x44\x03\x92\xbd\xdc\x90\xa0\x02\x93\xad\x87\x61\x43\x1f\x86\x39\x7c\x91\x22\x04\x25\x2e\xf7\xdb\x1e\xae\x6b\xfc\xdc\x1b\xae\x87\xad\x6c\xd1\x3c\x58\xb7\xc2\xf4\xb5\xea\x29\xfe\x2d\xb8\x67\xbb\xcd\x1c\x66\xe4\x4b\x11\x29\xb1\x73\xc9\x0d\x13\xa2\xc5\xf4\xb0\x6c\x3d\x95\xe3\xcb\x5e\x0f\x80\x13\x76\x09\xe9\x7c\xb1\x4b\xe9\x91\xdc\xc3\xa5\x59\x62\xb6\x17\xf4\xa7\xa9\xc1\x4d\xb2\x88\xc7\x64\x0e\x16\xf4\x1c\xb5\x81\x4d\x34\xb4\x44\x14\xa0\x54\x50\xb6\xff\x46\x7a\xa1\xc7\x2e\x6c\x1c\xda\x5c\xd1\x5e\x3d\x1f\xfe\x94\x8c\xb6\xc8\x55\x65\x53\xf9\xfd\x7f\x1c\xd5\x3f\xd0\xc3\x58\x72\xab\xa6\x56\xa7\x3e\x11\x47\x2d\xe5\x5f\xfc\x41\xa2\x2d\x84\x9c\x86\xf7\x18\x4c\xcf\x23\xb4\x60\xc2\x4a\x42\x53\x62\x72\x0a\xfc\xd9\x8b\xf4\xc8\xcb\x60\x20\x92\x58\xab\x76\x09\x01\xa2\x7b\xb2\x78\xb7\xc4\x8c\x0d\x77\x52\xe3\x0e\xc5\x80\x0f\x58\x0a\xdd\x0b\xa0\xc9\x6d\xa5\x16\x45\x62\x3d\x93\x30\x17\x51\x59\x93\x64\xcf\x68\x96\x92\xdc\x79\xed\xd2\x18\xa0\x8e\x2a\xd4\x23\x9b\xd5\x6d\xca\x7a\x50\x25\x89\xfe\x1f\x0c\x90\x12\xff\x35\x6e\x01\x8b\xbc\x63\xcc\x41\xfe\xcb\x3b\x54\xda\x61\xe9\xcf\x74\x8c\x14\x8d\x0b\x3d\x31\x18\x72\x86\x7d\x41\xe8\x6e\x9e\xb8\xb3\x0c\xfd\xe8\x0c\x9c\x1d\x9c\xe0\x65\xe9\xff\xa7\x19\x33\x26\xd9\x69\x6e\xec\xf3\xcb\x41\x81\x1a\x5f\x7c\xcf\x97\xd3\x3f\xe4\x9d\x54\x18\x45\xc8\xff\x4f\x33\xc2\x6b\x26\x84\xaa\xc4\x75\x48\x18\x01\x39\xa5\xc4\x77\x2b\x8e\x83\x15\xc8\xe3\xfd\x7e\xbf\x7f\xb2\xdd\x3e\xa9\xeb\xc7\x33\xbd\x4e\x98\xe8\xd0\xed\x91\x15\x04\x69\xab\x46\xe7\x48\x82\x29\x91\x49\xe6\xc7\x0e\x4c\x5a\xd2\x79\xfa\x04\x0a\xda\xa5\x72\xe0\x39\x98\x90\x11\xd8\x49\x71\xf6\xac\x3f\x21\x4d\xd7\xa8\xe8\x37\xe6\x49\x1e\xc6\x83\x48\xfb\x32\x92\xe7\x92\xac\x51\xe0\xe3\x3b\x1b\x18\xac\x1a\x89\xbf\x36\xab\xd8\x98\xd1\xa0\xe0\x53\x88\x07\x87\x24\x91\xa3\xe2\xb0\x06\x59\x6a\x06\x70\x5e\x92\x8a\xb5\xff\x77\x4a\x53\x73\xd5\xcf\x2d\x83\x7b\xe4\xa9\x62\xa7\x6f\xb4\x38\x11\xbf\xea\x1b\x0d\xbf\x17\x14\xaa\x3a\x09\x4d\xed\x0c\x64\x7f\x97\xe5\x73\x5f\x7d\x0e\x58\xc4\x6d\xc8\x8d\x57\xe0\xeb\x7e\xe8\x27\x38\x34\xb5\x68\xf4\x0d\xf2\x1b\xa6\x1a\x40\xd1\xb2\xa7\x70\x66\x7f\x87\xd8\x62\x66\xad\xc0\x8f\x3b\xc8\x30\xda\xd1\xa2\x5a\x60\x85\xb4\xc6\x21\x70\x61\x49\x0f\x44\xd3\x26\x77\xe1\xa1\x27\x9f\x8e\xe0\xe9\x13\xd2\x90\x40\x72\x0b\xa5\x93\xd4\x12\xe1\x31\x3a\x55\x8a\xf5\x03\x3d\x84\x85\xf9\x6c\xba\x96\x5b\xaa\xf8\x9e\xa3\xf5\x92\x17\x28\x94\x90\x4b\x33\x90\x81\x17\xa9\x46\x23\x81\xa0\x7e\xc0\x7b\x3d\x54\xd3\x95\x17\x2e\x62\x1d\x60\xa9\x4f\x15\xd0\xd5\xca\x91\x85\x9b\x74\x56\xf1\x40\xb9\x23\x8b\xe0\xb0\xd2\xe1\x75\x61\xba\x42\x21\x5d\x42\xd6\x9f\x98\x37\xee\x0f\x7a\x8a\x65\x20\x74\xb0\xcd\x43\xb5\xc6\xe9\x4a\x95\x3f\x32\x1f\x95\x7a\x93\xa1\xad\xc6\x5a\x11\xeb\xee\xc5\x60\x8e\xb0\xc0\x6c\x90\xdf\xef\xaa\x77\xf0\x80\x43\x98\xa1\xe9\x25\x3c\x2c\x24\x40\x75\x8f\x33\x63\xc0\x61\x69\x9a\x6d\x32\x88\x1c\xe7\x8c\x83\x95\xb0\x79\xa2\x2d\x66\x9f\x8f\xe6\xb4\x05\x4e\x96\x0d\xaf\x35\x26\x59\xc9\xd3\x3b\xc4\x23\x25\xdf\x07\xc0\x16\xe8\x53\x45\x11\xca\x0f\x01\xa1\xa5\x02\xad\xa4\x43\x40\xf0\xde\x32\xba\xe5\x1c\x02\x19\x5a\xbe\x23\x3b\x11\x9f\xf8\x77\x04\x9e\x33\xa6\x9d\x64\x96\x4b\x94\xc3\x13\xcf\x26\xf4\xbe\x8e\x12\xb1\xa7\xeb\x00\x95\xfa\x76\xd0\x24\x77\x83\xdd\xc0\xdb\x9e\x41\x03\xcc\x01\x56\xb9\xa2\xfb\xfc\x77\x0e\x00\x46\x0e\x5e\xf1\x53\x84\x6c\xfb\x84\xba\x42\xab\x6b\x88\x18\x01\xb7\x8b\x9e\xdd\x7d\xc4\xf9\xa0\xfd\x80\xd0\x04\xc8\x56\x1d\x67\x6c\x23\xc5\x3d\x6b\xe1\x75\x47\x36\x5a\x89\xad\x18\x19\xb4\x8d\x33\x46\x16\xad\xe5\xd0\x06\x93\xdf\x68\xdd\x3a\x6d\x6f\xf2\x6e\x1a\xde\x14\x81\x0b\xb9\x76\xe1\x5d\x34\xd3\x92\xfb\xc2\xa4\x29\xe3\x1a\x23\xb1\x7f\x99\x57\xc3\x32\x60\xc2\x06\xdf\x19\x06\xf0\xbb\x58\x53\xd7\x1b\x07\x77\x6e\xa9\x8d\xf0\x05\x27\xce\xac\x9e\x69\x81\xe0\xbd\x84\x39\xc9\xea\x81\x87\xcc\x4c\x5f\xe1\x62\x81\xd7\x77\x65\x55\xe9\x5a\xb5\x4e\x36\x51\x1a\x85\x28\xa1\x1b\xed\x14\xc4\xfb\x4a\xe6\x0f\x5f\xf8\x88\x5b\x00\x83\x37\xca\xd4\xa6\x18\x42\x37\xb2\xbd\xec\x62\xb1\x18\x2f\xf3\x92\xda\x8b\x1b\x99\x38\xf3\x8b\x90\x76\x07\xf8\xc8\x29\x0b\x2b\x17\x94\x2f\x98\x7a\xc0\x0e\x41\xac\xe1\x95\x99\xc5\x64\xb4\x46\xc6\x89\x3c\x52\x30\x69\xcb\xd1\x66\x98\x29\x12\xb8\x0c\x0a\x0c\x11\xc7\x94\x34\x81\x5d\xaf\x6e\x61\x07\xfa\x11\xe7\x71\x9d\x69\x06\x6b\xe7\x47\x52\x1d\xbf\x0d\x99\xc9\x58\xba\xb5\xce\x13\x22\xb4\x03\xe2\x19\x7c\x18\xce\x10\x0e\x01\x43\xb1\x40\x3f\x71\xc4\xd2\xf7\x96\x73\xcc\xc1\xe6\x97\xe6\x92\xf5\x38\x21\xb8\xf2\x92\xba\x8c\xf1\x18\x28\x16\x4c\x6b\xda\x27\x61\x49\xf2\x4c\x00\x63\x81\x42\x7e\x8e\x34\x3c\xf7\x92\xdb\x5e\x4e\xfa\x14\x56\x63\x19\x17\xa2\xa7\xda\x61\x91\xee\x36\x06\xb4\x13\x40\x04\xf3\x3a\x1e\x86\x2d\xb5\x7b\x25\x5e\xd9\xf4\xe4\x18\xef\x4c\xb2\x1d\xcc\x2a\x1d\xa7\xc9\x20\xc1\xc3\x6a\x9e\x95\x8c\x25\xd0\x45\x6c\xdf\x49\x1b\xde\xcf\x1f\x29\x42\x36\xaa\xba\xb9\xb3\xd7\xd9\xb3\x6d\x7f\xb4\xb3\x68\x68\x15\x70\x91\xb9\x15\x7c\xde\x55\x0c\xc7\x00\xa3\xf7\xe3\xfe\xc2\x37\xab\x29\x8c\x36\xd9\x4b\x6f\xff\x8d\x16\x71\x0d\xd4\x22\xf8\x9c\xd0\x5e\x2e\x3d\xa1\xbd\x17\x33\x14\x20\x5d\x62\x0f\xa5\xbc\x1b\x63\x6e\xf0\x71\xc4\x25\xfc\x8c\x39\x6b\xed\x38\xd3\x1f\x14\x6f\xf3\xdc\xa5\xb4\xba\x2a\x13\xd6\xe6\x85\x4f\x98\x61\x70\xc8\x77\x2c\x81\x24\x27\xd4\x29\xa8\xdd\xb7\x15\xbd\x10\xe8\xc7\x65\xdf\x56\xe2\x83\xd9\x4d\x51\x79\x30\xdd\x96\xac\xf3\x8b\x28\x7d\x4e\x78\x0a\xf2\x7e\x9d\x20\xf2\xce\x92\x5e\xfd\x4a\x96\x22\xc5\x54\xfe\xc8\x6f\x88\x5e\xe9\x99\x83\x38\xe9\x11\xd9\x9e\x4f\x7b\x44\x5e\x28\xfe\x44\x7c\x58\xc4\xe3\xb9\x48\xc7\x63\xe3\xd9\x80\x5d\xd6\xb7\x5e\x62\xad\xd3\xa6\x9c\x52\xda\x4c\x63\x3c\xb3\x3a\x22\x89\x20\x84\xe1\xa3\xee\x49\xff\xac\x42\xdf\xe2\x56\x36\x25\x89\x69\x5e\xe6\xe6\x67\xe3\x7d\x52\xd2\x88\xa6\x31\xbb\x92\xc2\x75\xa7\x55\x9c\x42\xe4\x4b\x0e\xc1\x1d\x7c\x2d\x00\x21\xc4\x82\xca\x83\x0a\x74\xe8\xc6\x9f\x37\x43\x7d\x9d\x36\x83\xd3\x46\xed\xc8\x40\xe9\xe9\xf8\x57\x0c\x0a\x3c\xfe\xa7\xcb\xf3\x3b\xc0\xb9\xd9\x7f\xcd\x5e\x10\x5e\xfa\xa1\x47\xca\x87\x64\xfc\xd3\xe5\x39\xb6\xde\x6d\xd4\x3e\x37\x31\x73\x72\x99\x4c\x0e\x0a\xd2\xa3\xf1\xc6\x0b\x73\x70\xfb\x56\xfd\x81\x11\x07\x98\x92\x60\x46\x43\xdf\xe8\xf5\xc6\xed\x14\x04\xc6\x39\x80\x2b\x9b\x8f\xbc\x11\x07\x66\x84\xae\x8e\xbf\x79\x4e\xe6\x1a\x1a\x26\xe7\x40\xeb\x42\x61\xca\x19\x4f\x14\x18\x2a\x8a\x6b\xc2\x39\x3f\x63\x49\xd1\xff\xee\x49\x4b\x51\x07\x45\xd9\xe1\xc6\x89\xd7\x00\x33\x2d\x8f\x43\x63\xdd\x1e\xbd\x0c\xe6\x11\x7c\x90\x5b\x08\x77\xea\xa1\x7e\xbe\x13\xc7\x82\x9f\x4c\x3a\x11\x1f\xf0\xd7\xdd\xe0\xd9\x33\x4b\x7e\xde\xe3\xe7\x5d\x7d\x4d\x63\xd1\x70\x3c\xc7\xd4\x0a\x14\x45\xed\x7f\xfa\xb3\xf3\x5f\xe2\x9f\x7e\xa9\xfc\x4b\xfc\x53\xb7\xb5\xfa\xfa\x2f\xbe\x35\x0b\x2f\x83\x7b\x72\x77\x3c\x09\x5a\x82\xaa\x6f\x3f\x08\x50\x2c\x3d\xfd\x87\xa6\x19\xef\x96\x5c\x6a\xa2\xf0\x57\x1d\x3e\x61\xd4\xeb\xe5\x80\x27\x1f\x5f\x69\x4e\xe2\xfb\x2c\xa7\x52\x03\xde\x2d\x61\x58\x0b\x38\x90\xc1\xb7\x49\x9c\x88\x77\x18\xcf\x82\xef\xc6\x99\x93\x81\xec\x71\x79\xdc\x61\x74\xf5\xc1\xd7\x75\xb8\xb7\x06\x38\x65\xe0\xee\x23\xdc\x72\xb2\x65\x77\x94\x33\x25\xb8\x53\xfc\x8e\x96\x8f\x2f\xe1\x4b\xfc\x9f\xa6\x4d\x25\x71\xbc\xe3\x01\x4f\x3a\x67\x4a\xeb\xcf\x0e\x36\x78\x49\x04\x65\xb8\x3d\xcb\x7c\xd1\xfd\x76\x76\x56\x98\x5e\xaf\xb5\x5f\x71\xf4\x84\x4b\x40\xdc\xaa\x1d\xbd\x94\xb3\x91\x16\xf1\x86\x77\x3f\x30\xf8\x3c\x56\x23\xc3\x63\xb3\x36\xaf\x20\xd7\x91\x2c\x46\x72\x49\xe0\x87\xe1\xcd\x82\x44\x6b\xd0\xde\xaa\xde\x85\x6b\x53\x27\xae\x8d\xb8\x54\xeb\xa1\x91\x7d\x1a\x04\x60\x5c\x60\xbc\x20\x19\x0f\xa9\x37\xe1\xcc\xf7\xcb\x42\xf4\x84\x2b\x55\x10\x70\x38\x00\xba\xfd\xf0\xb2\x49\x8f\xa1\x80\xc7\xb5\xa0\x9e\xc9\x82\xa2\xe9\x09\x3d\x80\x92\x87\x30\xca\x2a\x4e\x46\x83\xda\x00\x77\xc8\x73\xad\xe0\x40\xef\xd4\x06\x8c\x64\x34\xd3\x82\x68\x15\xc7\xb1\x8c\xe8\x7e\x79\xa4\xe9\x41\x68\x8c\xb2\x36\x8a\x0c\x11\x35\xee\x08\xc5\xef\x85\x62\x93\xc0\x66\x35\x8f\xc1\x9f\x12\x02\x7c\xa7\xe5\xc4\x93\x26\xfc\xf9\x91\x5f\x7a\x99\x82\x05\xc5\x48\x7c\xde\x25\x1f\x94\x44\x2e\x02\x52\x40\x93\x34\x7a\x7a\x08\xb7\x58\xb5\x49\x5e\x4f\x05\xd5\x15\x44\x7d\xb3\x33\xcd\x1b\x4d\xd3\x6c\xc0\x2c\xbd\x4a\xd6\x30\xf8\x59\xe9\xb6\xd6\xb7\xba\x1e\x64\x43\xef\x52\x1d\xc6\xfb\x53\x8e\xb7\x32\x2d\x68\x44\x0e\xe2\x1e\x75\x08\x68\x1b\x04\xbb\x7d\xdc\x93\x31\xf9\x2a\x3e\x39\x35\xdb\x23\x4f\x76\x83\x79\x18\xed\x24\x0c\x9c\x1a\x9f\x90\x49\x75\xf5\xa8\x88\x87\xf5\x81\xe1\xb7\x79\x95\xfe\x3c\xe1\xf2\xc8\x9e\xeb\x55\xef\x71\x02\xfb\xf3\x52\x3a\x39\x0b\xc6\x13\xfa\x91\x3d\xaa\x14\x14\x02\x96\xab\x96\x4e\xc6\xdb\xd0\xd6\x50\x30\xac\xa5\xac\x6e\x66\xf5\xac\xb3\xf8\x67\xf6\x57\xaa\xca\xf5\x03\xc7\xc2\x38\x78\xbc\xf9\x8a\xfd\x41\x72\x34\x65\x5e\x27\x17\x0e\x97\x29\x69\xe2\x06\x47\x4f\x2e\xe8\xca\xf8\xf5\x89\x44\xe3\x97\x3b\x88\x42\xd3\xe6\xe8\xd1\x81\x81\xe2\x0e\x64\x8f\x40\xfd\x91\xd1\x3a\x3c\x50\x91\x10\xdd\x1b\x21\xed\x30\xbe\x9f\x0e\x12\xb6\x24\x8e\x19\xf7\xc6\xd3\xc9\x3d\x9a\x2a\x4d\x5d\xcf\x8e\x29\x2c\x90\xcf\xf5\x52\xa1\x1f\xee\x63\xe2\x20\x8f\x83\xc9\x30\x3d\xf2\x97\xd8\x70\xe2\x1e\x3a\xdc\x42\x38\xe9\xb0\xdb\xa7\x1c\x86\x8b\x99\x39\xb8\x0b\xf2\xfc\x42\xa7\xda\x1a\x2c\x6a\x31\x66\xe8\x54\xc1\x74\xf7\xfa\xb8\xe7\x46\xea\x90\x7c\x37\x8f\x8c\xe5\xee\x7b\x1e\x3a\x99\xee\x79\x3e\xc6\x3f\xa8\x1d\xd9\xae\x46\xf9\x56\xde\x00\x3f\xcd\xd4\x18\xa2\x62\x32\x99\x9d\x41\x35\x7b\x0e\xc4\x37\xba\x42\xd3\xb8\x40\x7f\xb8\x79\x79\x6c\xbd\xb9\x98\x7a\x89\xd4\x59\x97\x23\xfb\xdc\xd3\xba\x86\xfe\x64\x76\xba\x07\x0b\x8c\x42\xd6\x66\xb8\xf2\xb0\xf8\xd3\xf5\x32\xaa\x98\x63\xe3\x4f\xaf\x27\x4c\x9f\x9a\xa3\xa6\x0d\x9b\xe9\xd2\x6c\xb1\xcc\x84\x07\x0e\x32\x58\x8f\xd1\xbd\x95\x0c\xf5\xd2\x4b\x9a\x34\x6e\x63\x7e\x28\x8e\xd6\xec\x1d\xb1\xf4\xb9\x51\x78\x5f\x7b\x68\xe4\xce\x66\x47\x8d\xe2\x7d\xa6\xaa\x8c\xa8\xfe\x1a\x79\x74\x25\x9a\xb0\x4c\x63\x0d\xcf\x60\xc6\xf8\x53\x9e\xff\x5c\x4e\x06\x3e\x7b\x15\x33\x8f\x40\x45\x4a\x52\x7c\xd7\x00\xd8\xc7\xb4\xec\x62\xa4\x7a\x0a\xd7\xb9\xa4\x7f\x02\x9b\xa7\xed\x50\x6d\xf0\xfa\x16\xd4\x4c\x10\xcb\x49\x5c\x7c\xbc\xba\x16\xa8\x60\x76\xbd\x5e\xaf\xfd\x99\x2a\x7e\xdd\xa8\xd6\x13\x2c\xb8\x02\x42\xa2\x65\xaa\x6a\x40\x65\xe4\x1b\xb3\xb6\xc7\x62\xa7\x38\x08\x6e\x5b\xd3\x09\x93\x3e\x43\xc3\x1a\x16\xb4\x83\x14\x1b\x63\xf1\x6d\x0d\xdb\xa9\x4a\xaf\xd2\x3d\xb2\xa3\x26\x2e\xe8\x6d\x0a\x8e\x17\x00\x6c\x01\x65\xfe\x3c\x03\x1e\x2e\x0c\xc8\x71\x28\x5c\x17\x80\x6f\xce\x62\x91\xef\x14\x2a\x46\xc8\xe9\x6b\x82\x35\x5d\xdc\x74\x78\xfd\x7a\x1f\xe8\x5c\xd8\x5a\xae\xed\x2e\x0b\x01\x78\x06\x0d\x8f\x6b\x0d\xb1\xa5\xd9\x0e\xf5\x01\x8b\x78\xd2\x86\xb8\x82\xa9\xbd\x0f\x26\xcb\x84\x6a\xe1\x50\xb3\x4f\x6d\x39\x11\xd7\xca\x42\x48\x4f\xf8\xbe\x07\x9c\x87\xe0\x4a\xf9\x3e\x09\x70\xbe\x01\xed\x2d\xae\xab\x80\xd5\xaf\x09\x65\xc9\x62\x80\xc7\xc8\x4e\x35\x6a\xb3\x75\x24\xc1\xa7\x3d\x8e\xdd\xb8\x9f\xb8\x33\xd0\x10\x12\xab\xfb\xc7\xa0\x06\xb5\x10\xef\x9c\xd8\xca\x3d\xbc\x0a\x0b\xf6\x8a\x56\x55\xa6\xad\x2d\x9b\xd1\x69\x07\x3e\xdc\x56\x0c\x1d\xfb\xd4\x4f\xa6\x64\xda\xb6\x5e\x25\x63\x75\x19\x3e\xee\x02\x4c\x7a\xf0\xd6\xb7\xdc\x49\x7b\x33\xb2\x60\xf1\xd2\xe1\x37\xf6\x22\x06\x1a\x0e\x25\xe8\x41\x0c\xdd\xde\xd9\xfe\xf4\x7e\x48\x59\x37\x07\x62\x3b\x83\xc1\x27\x2f\xe9\xe7\x14\x08\xcd\x87\xa0\x4f\xf8\x6b\x0a\xd2\xd1\x0b\xe1\xe1\xad\xf0\x29\xc8\xd2\xd4\x7e\x1c\x5f\x98\x7a\x66\x04\x55\xdf\x73\xa0\x8b\x4e\xf6\x56\x95\x84\x90\x94\x5c\x14\xbd\x07\xb2\x44\x17\x5f\x23\x07\xff\xcc\xbb\x90\x0d\x56\x51\xc0\xb7\xf0\x04\x17\x3e\x02\x86\x22\xd3\xec\xd3\x5f\x83\x55\x14\x0f\x2e\x94\x59\x4c\x75\xfb\xbc\x1f\x82\x82\x1f\x50\x75\x66\x07\x37\xdb\xcb\x3d\x64\x68\x67\x55\xb3\xc2\x57\x36\xbc\x14\xae\x38\xb8\x11\xdc\x82\xc4\x5b\x65\xa4\xdf\xb4\x32\xe1\x0e\x08\xbc\x66\x53\x4b\x65\x7c\x1a\x2f\x7b\xee\x6b\xdc\x26\x0c\x7d\x44\xed\x7a\x87\x12\x14\xec\x1f\x50\xea\x63\xcc\xa9\x63\x61\xe5\xb6\x4b\xc2\x43\xb0\xda\xaf\xeb\x95\x05\x9f\xb4\x05\x04\x5d\xf6\xc7\x01\x83\xa0\x08\x8a\xd1\x47\x92\xd8\xaf\x51\xf0\xd0\x16\xea\x99\x69\x11\xc5\xea\x85\xbd\x00\x51\x7a\x27\x10\xd1\x27\x0d\x80\xf8\x1d\xa0\x31\x4b\x49\xe0\xf1\xc6\xe0\x6d\x46\xb0\x13\xf2\x1f\x26\xc6\xac\x89\x0f\xb6\x48\xb2\x50\x07\xe7\xcf\x42\x56\xb9\x25\x06\xe1\x7e\xac\x3e\x5d\x9e\xa7\xe7\xd7\xb1\x90\x9e\x5d\x41\xbd\x4d\xad\x1c\x3c\xec\xd6\xab\xb5\xec\x6b\x8e\xb5\x44\x67\xea\x46\x3a\x3c\x3b\x7b\x3f\x7c\xac\x72\x81\x08\x88\x84\x0b\xc3\x64\xdc\xe8\x16\x22\x0d\x83\xa4\x45\x4a\x52\x2f\xf4\x46\x83\x2b\x7f\x8e\x0e\x9d\x3f\x5a\xf1\x9c\xe6\x8a\xa0\xef\xdf\xff\xd7\xd5\xc7\x0f\xc7\xe2\xeb\x93\xdd\x6e\xf7\xc4\x17\x7f\x32\xf4\x8d\x6a\x7d\x5f\xea\x63\xf1\xbf\xde\x9f\x1f\x0b\xe5\xaa\x1f\x16\xe2\x3d\xd0\xbc\xe4\x1c\x22\x3b\x6c\x70\xe9\x00\xa3\xe6\xa1\xbf\x3b\xd6\x47\xe0\x29\x20\x4e\xdf\xb3\xa7\x32\xbb\x13\xcf\xf6\xe6\x45\xdc\x8e\x19\x53\xec\xa7\x31\x9c\xdb\x34\xc9\xe0\xf8\x9b\x30\x58\xf4\x58\xca\x15\xfc\x18\x67\xc4\x13\x07\xc0\x78\xa1\xc2\x2b\x6a\xd2\x8a\xab\xb7\xa7\x3f\xfd\xe7\xff\x14\x6f\xdf\x9f\x9e\x89\x8d\xfa\x2a\x6a\xbd\x56\x78\xdd\xca\x04\xe2\x56\xf3\xa4\xff\xaf\x27\x7e\x35\x3c\xb9\xd2\xeb\x56\xba\xa1\x57\xbc\x00\x90\xb2\xa5\x3c\x5f\x23\xab\x9b\xb9\x97\x38\xc7\x20\xba\x32\x2d\x0d\xc0\xbb\xca\xb4\x79\xef\x11\x84\x9d\xd3\xce\xc0\x2d\x2d\x2a\xe3\xfd\x9a\x09\xbc\xdb\x46\xb5\xfe\x68\x1a\x9a\x3a\xe7\x2a\x96\x8a\x97\x80\xaa\x7f\x19\x17\x86\x40\x86\xf0\x70\xc7\x89\xf8\x2f\x08\x61\xb5\x61\x6b\x2e\x9f\xc5\xbd\x03\xe0\x71\x59\xbf\x19\xca\x44\x50\x3d\x11\xef\x44\xeb\x45\x21\x16\x92\x63\x5e\x10\x94\xc7\x38\x48\x65\x79\x22\xce\x95\x13\xdb\xa0\xc2\x84\x35\x8e\xd8\x26\x25\x72\x53\xdf\xf9\x6c\x1e\x94\x17\x69\x6c\x43\x36\x83\x9d\x0e\x60\xee\x77\x37\x9b\x3d\x8f\x91\xb8\xa5\x71\x91\x34\x98\xe5\x4c\x56\x8c\x45\x1c\x43\x44\x42\xd8\xce\xb9\xd9\xa1\xd8\x92\xb3\x13\x97\x1c\x1c\x7c\xfd\x9d\xaa\x41\xc6\x65\xc6\xb1\x1b\x67\xb3\x03\xd5\x87\x1b\x02\x74\x59\x3d\x46\x47\xdc\xfa\x58\xb0\x13\xeb\x31\xd9\x27\x1e\x73\xd4\x8b\xfa\x58\x0c\x6d\xfc\x8d\x0e\x84\x24\x8e\xf3\x27\xd8\x47\xfb\xcf\x60\xbe\x5a\x1f\xe3\x0b\xd9\x31\x61\x31\xed\x68\x66\x9f\x92\xf9\x1b\xdc\x01\x1a\x4c\x76\x52\x6b\x87\xff\xff\x7b\x93\x76\x05\xfa\x66\xf7\x6d\xb5\xe9\x4d\xab\x7f\x9f\xe9\x1b\x5e\x17\x45\x17\x64\x1c\x73\x76\x44\xbe\x0b\x38\x9f\x25\xc6\x40\x0b\x3c\x76\x27\x3c\x3f\x3e\xad\x9b\x02\x6a\xc6\x78\x9a\x07\x00\xe2\x62\x65\x5b\xbf\x65\xa3\xc1\xf4\x06\x7c\x26\xe7\xef\xc4\x31\x04\x25\xc7\xa2\x1c\x67\xa4\x61\xa3\x0f\x9f\x85\xa8\x98\x0e\xa4\x2b\x1e\x5e\x4c\xbe\x89\x83\x45\x01\x17\xdf\xc8\xc8\x4e\x71\x38\xc2\x73\x35\xc7\xbc\x18\x30\xb5\xb6\x8b\xf2\x1f\xf1\x08\x13\xb9\x8e\x00\x47\x75\x4c\xc4\x29\x5a\x33\x53\x1d\x4a\xac\xe1\x90\xe4\x88\x51\x15\x58\xa2\xe1\x17\xd3\xe1\x95\xbd\x97\x21\x2d\x17\xe4\xf9\x90\x04\xfe\x27\x3f\x21\x21\xac\x13\x1c\x26\x29\x67\xe3\xa5\xdb\xdc\x2f\xdb\x83\xd0\x03\x73\x4e\x71\x18\xe2\xc9\xc3\x98\xfb\xd1\x50\xd7\xda\x56\xa6\xaf\xef\xc6\xfd\x12\x81\xfe\x08\xf6\x76\xed\x64\x73\x4f\xd3\x5f\x12\xd4\xb7\xe1\xc7\x31\xe1\x77\x6a\xf0\x3d\x9d\x51\x66\x6d\xb6\x12\xcc\x79\x5f\xc2\x8f\xc9\xe1\xbc\x91\x6d\x8b\xae\x0b\xf8\x2b\x9d\xeb\xae\x31\x7b\x7e\xf9\xf4\x25\x7c\xf1\x63\xee\x53\x90\xe4\x9d\xd0\xe5\xf3\x33\x7c\xad\xf3\x8d\x71\xd5\x46\x7e\xf7\xec\xe9\xf2\xb9\xe7\xc3\xe9\x5e\xa3\x31\xe6\x86\xbd\x96\x64\x0d\xfb\x26\x3c\x7d\xd3\x85\xf7\x34\xa3\xcd\x8d\xac\x6b\x34\x94\xd2\x2d\x0e\xc5\xe8\x91\xc1\xf8\x48\x14\xb6\x6a\xc4\xa5\xc1\x1c\x84\x76\xd2\xd8\xc7\xde\xcc\x75\x26\xaa\x39\x00\x0a\x46\x60\x83\x0f\xb0\xc8\xfa\x09\x30\x1c\xa4\x8d\x16\xd7\x1b\xb5\x0f\xc2\x13\xbc\x71\x07\x97\xd4\xf9\x6b\x3e\xd0\x3c\x7e\xe4\x34\xbd\x4a\x35\x65\x3e\xc8\xfc\xb8\x0a\xc4\x24\x42\xed\x57\xbb\x17\x75\x6c\x46\xaa\x0e\xce\x1c\x82\xe6\x7a\x31\x7d\x55\x34\x40\x8d\x5f\x3f\x8d\x3d\x3d\xf8\xfa\x69\x5a\x34\x7d\x02\x35\x29\x0a\x12\x42\x18\x84\x59\x0b\xf8\x6c\x5a\xa6\x0f\x9c\xc6\xae\x3e\xe0\x8d\xd3\xf9\x99\x1b\x2b\xb5\xee\x9d\xea\xbb\x1c\x60\xea\xb4\x73\x0f\x78\xed\x74\x1c\x66\xef\x01\xfa\xad\xb9\xb6\xa4\x06\xd2\xa1\x01\x0f\xd5\x72\xa5\xcf\x11\x4c\x9d\xc3\xbe\xf1\x81\x83\x59\xac\xf7\x3c\x72\x50\xeb\xd5\x6a\x81\xa1\xa2\x4b\x6b\x86\x1e\xcc\x23\x5e\xc0\xb7\xb8\x82\x6f\x04\xa1\x40\x99\x27\x14\x31\x13\x13\x83\xd3\x28\x79\x89\x42\x22\xb8\x0b\x83\x46\x39\x54\x78\x22\x5e\xea\xd5\x0a\x5d\x87\x3f\x18\x17\x9b\xb2\xc0\x22\x76\x63\x76\xa5\xff\x05\x6f\xa6\x82\x95\xe4\xc6\xec\xb0\xd0\x95\x4f\x49\xc0\x6c\xd7\x68\x57\x52\x94\xea\x2b\xff\x01\x71\xb6\x13\x88\xa1\x85\x98\x9a\x0c\xf3\x09\x3f\x53\x28\x8f\x32\x04\x0b\xe1\x8b\xb5\xa3\x3a\x04\x82\x04\x6d\x47\xbc\x72\x83\xad\xc2\x70\x47\x35\x10\x42\x50\x67\x44\x90\xf4\x4d\xa3\xa3\x3a\x28\xfe\x23\x04\x0d\x34\x50\xf7\x17\xef\x3e\xe0\x27\xc4\x88\xa6\xe8\x5e\x10\x2c\xfc\xb5\x6e\x68\xbc\x21\x82\xa4\x1d\x3a\x08\x44\xa9\x6a\x0e\x90\xe9\xf3\x44\x92\x9c\x38\x77\xa6\xe1\xc2\x11\x87\x33\xa6\xdc\xca\x76\x1f\x5c\xd1\xaf\xcc\x56\x91\x2a\x67\xa7\x88\x0e\x42\x48\xf1\xe8\x09\x6b\x8c\xf0\x45\x08\x8a\x07\x84\x6f\x06\x3d\xda\x82\x23\xa4\x2f\xe6\x22\xa5\x73\x1e\x86\xbd\x67\xc6\xcf\x93\x0b\x66\xfe\x18\xa2\xee\xe5\x0a\x1c\x13\xfd\xff\x90\xda\xf5\x2a\x16\xbb\xe8\xd5\x93\x71\x31\x72\x20\xf4\xff\x42\x9a\xdc\xa0\xf3\x4a\x9c\x81\x38\x33\xec\xeb\xea\x8c\x38\xb2\x14\x47\x94\x76\x7e\x8e\x18\x57\x7f\x49\x2f\x86\xe2\xda\x87\xb7\x1e\xb3\x3e\xa5\x9e\x89\x17\xc8\xa0\x8a\x30\x0e\x60\x8e\x83\xef\xe5\x75\xbd\xa9\x87\xca\x2d\xb2\x76\x67\xa5\x91\x23\x55\xbc\xea\x44\x63\xd6\xa0\xf3\x80\xc0\xcf\x68\xbf\x3c\xb4\xb5\xea\xad\x43\x57\x05\x99\x90\x79\xbd\xed\x7a\xbc\xf9\x61\xf4\x4e\xae\xc3\x7b\x7e\x72\x8d\x61\x67\x62\x1e\xdc\x75\xf8\x1c\xff\x23\x2b\x13\x38\x01\xbe\xa6\x48\xa2\xc7\x3a\xb9\x06\xc6\xbe\x4a\xdf\x2b\xf0\xc2\xa8\x69\x99\x39\x4f\x1a\x90\x1d\x71\x9c\x3a\x3d\xd6\x38\x27\x77\x4a\x4a\xa6\x9f\xb6\x2d\x05\x4c\x0f\x39\x8d\x91\x35\xca\xfe\xe7\xf8\x6b\xb1\x58\xcc\xac\x9a\xe9\x7b\xee\x5d\xaf\x9e\x8c\xe7\x3a\x81\x0f\x03\xf0\xab\x7a\xdc\x34\xa2\x33\xba\x75\x02\x9d\xec\xa4\xcb\x56\x0a\x5f\x7c\xd1\xd4\x6a\xd3\x3e\x81\xf3\x32\x36\x63\xec\x5a\x1a\xaa\xa3\x85\x12\x97\xcc\x78\x55\x83\xd3\x1e\xef\x08\xf0\xda\xcb\xb7\x05\xac\x9e\xb8\x31\xc0\x7d\x76\xb2\xa1\x90\xdf\x8f\x50\xb9\x99\xc3\x0c\x30\x9e\xbd\x2c\x6f\x85\x8b\xd2\x31\xcc\xfc\x71\xcb\xf5\x8c\xdd\xf4\x2a\xd3\xa3\x86\x3e\x58\x0d\x38\xb9\xbe\xf3\xe9\xba\x51\x6d\xe9\x05\x3c\x56\x71\xcf\x69\x3a\xde\x03\xb9\xd3\x5f\x82\x87\x78\x1e\x4f\x29\x69\x8f\x4c\x78\x9e\x09\x2e\x72\x92\x4e\xf6\x55\xf6\x14\x71\x2c\xc1\x31\x7a\x80\x13\xe0\xdf\x45\xf1\xd9\xf4\xeb\x2f\x05\xdc\xb2\x42\x58\xf7\x10\x8f\x35\xbd\x52\x05\x35\xb3\x87\xf1\x3d\xba\x0b\xf0\xf5\xd0\x34\x11\x3a\x7f\x39\xee\x8d\xdf\xa6\xb9\x91\x92\x07\x40\x25\x3f\x3c\x14\x47\x3e\x2a\xf4\x56\xdc\x82\x9f\x28\x31\xfd\x3a\x7a\xa5\xa6\xd5\xe1\x93\x49\xd1\xd7\x91\x5e\x61\x28\xc8\x77\xe4\x44\x5c\xc0\x8f\x42\xb7\xb7\xda\x79\xfe\x61\xab\xd0\xca\xf1\x1d\x24\xc0\x79\x63\x5a\x55\x64\xde\x15\x05\x04\x8f\x2f\xd9\xb3\xe2\x84\x7d\x2c\x28\x3d\xb3\xeb\x3c\xc9\xcc\x3c\xd3\x27\x55\x3c\xca\xdc\x95\xd6\x23\x87\x51\x99\x71\xb2\xf7\xd0\x81\x3c\xfa\x92\x30\x84\x90\x7a\x17\x74\xf6\x10\x9b\xa7\x0e\x03\x07\xf0\x04\x5c\x60\xf3\xd9\xa2\xe4\x07\x8b\xca\x63\xd6\x6d\x16\x59\xcc\x2e\x62\x35\x09\xad\xd9\xa0\x07\x7e\x2c\xe6\xb9\x54\x70\x50\xf8\x05\xe1\xb3\x77\x84\x48\xed\x2a\xf1\x21\x45\x4c\xa6\xe7\x75\x53\x3d\x2c\x20\xf2\x22\xc9\x2f\xc5\xc1\xc7\xa5\x3e\x8e\x97\xc7\x3d\xcf\x4b\x01\x9e\x38\x20\x39\x32\x18\xca\x87\xbc\x51\xc5\x9c\xe9\xb7\xfa\xc4\x86\xed\xe0\xf9\x9f\xb0\xf4\xd3\xcb\x33\xf2\xdd\xf8\x15\x7f\xc5\xac\xc6\x54\xec\x48\x7b\x4e\x3f\x0f\x9a\xfc\xdc\xe5\xd2\x91\x83\x26\xb4\x29\x1b\xc8\x80\xe9\xa1\xf6\x41\xe4\x29\x62\xfa\xf5\xbf\xe7\x28\x92\xbd\x5d\x3a\x69\xb5\xbc\x95\x4e\xf6\x87\x1a\x8d\xb9\xdc\xf6\x07\x37\x7d\x6c\x45\x97\x11\x8c\xb1\xf2\x69\xf2\x9a\x28\x74\xf0\xce\x22\xf9\xdb\xa2\x69\x83\xc3\xb5\x5f\x62\xc5\x46\x26\x30\xf8\xaa\x28\xec\x82\x07\x3c\x2d\x7a\xc0\x0e\xea\xae\x37\x46\xc7\xad\xf4\x84\x26\x44\xdd\x4c\x1b\x79\x67\x89\x94\x39\x31\x23\x9b\x9a\x3f\xfe\xee\xe8\xbc\x89\x4d\x62\x4f\x42\xcf\x0c\xf2\xf8\x45\x4d\xe7\x2a\x09\x79\x3f\x7e\x34\x37\x8e\x1c\xb0\xa1\xe4\x4f\x99\xad\xb7\x82\x48\xf7\x82\xfe\x6f\x74\x57\x66\x6f\x8d\xbe\x0f\xe9\xc9\xb3\xa3\x3f\x87\x62\xa4\x41\x22\xb6\xa8\x1a\xa5\x47\x72\x09\xf1\x1a\xd8\x3b\x25\x00\xe1\x37\xb0\x8a\xb3\x39\xe3\xf2\x79\x1d\xf8\xbf\xec\x4d\xa3\x42\x43\xc5\xa5\x69\x54\x6c\x5e\x1e\x73\x32\x2f\x18\xca\x84\x74\x52\x37\xf0\xc3\x8f\x21\x3d\x7f\x30\x98\x53\xe9\xc8\x4c\x1f\x22\x01\xf6\x9a\xb0\x83\xb4\xf2\xf3\x18\xba\x85\x88\xff\x74\xb8\x7e\x30\xbb\x02\x4f\xd6\x05\x04\xb5\x3c\x11\xff\x65\x74\x4b\x29\x79\xa5\x98\xe6\x19\x9d\xf8\x44\xce\xa5\x17\x99\xf0\x15\xec\x69\xfe\xe8\x29\x40\x38\x58\xc2\x23\x80\xf4\x18\x37\xf0\xe9\x14\x3a\xb5\x45\x33\xa2\xfc\x11\x3b\xc4\x3a\x7a\x99\x07\xa3\x59\x64\xf5\xa6\x10\x0f\xa9\x18\x22\x15\x8c\xab\x3b\x66\xd5\x3c\xe8\xf3\x82\x87\xa6\xda\x72\x3b\xc0\x76\x22\xb6\x03\x02\x26\xe4\xed\x48\x21\x1e\xd2\x0e\x5f\x0b\xc4\xcd\x63\x37\x8c\x83\xed\x91\x75\x2d\xd0\x42\x3e\xb5\x8d\xb3\xe3\x26\xc6\xc7\xe8\xae\x93\xe3\x1c\x2c\x8b\xeb\x11\x7b\x62\x17\x73\x47\x2a\xe6\xa0\x49\xe8\x0c\x07\x81\x56\xfe\xb3\xcf\xc3\xdf\x4f\x04\x20\x1e\xa2\x2f\x19\x40\x13\xfb\xfd\xec\x71\x8c\xe9\xb9\x84\xed\x8a\x1c\x1f\xf0\x0d\x44\x1b\x28\xf3\xfe\x23\x19\xe1\xf8\x75\x28\x64\xff\xd2\x43\x05\xf8\x3f\x9e\xc9\x1a\x20\xca\xb0\x57\xfd\x06\x4b\x6a\x9d\x22\x0b\xc4\x1c\xa0\x02\x11\x9f\xc2\xf1\x8e\x4d\x99\xb7\xe4\x9e\x48\xc1\x6d\x58\xe6\x36\xcc\x50\x5b\xb9\x1f\x3f\xf7\x0d\x91\x2c\xb2\x5d\x73\x58\x4e\x9a\x36\x25\x9e\xeb\x6f\xf4\xad\x6a\xe3\x82\x39\x28\x2b\x2d\xd2\xad\x3e\x5d\x20\x09\xb9\xd6\x29\x4f\xbb\xee\x21\x92\x23\xcf\xbc\x27\x1d\xc9\xc2\x00\xf4\x3f\x87\x3e\x57\xb2\x1d\xd3\x06\x30\xb8\x54\x72\xfb\xf8\x2e\x12\xf1\x87\x9b\x03\x24\xe5\xee\xf6\x00\xc9\xc0\xc0\xc5\x6d\x9d\x92\x87\xbb\x9a\x85\xf4\xe0\x0f\x37\x0b\x28\xcc\x03\x9b\x75\xcc\x6d\x42\x3e\xc6\xd3\x8b\x39\x4a\x71\x57\x6b\x47\x72\x13\x2c\xe3\xcb\x54\x78\x62\xb2\x01\x06\xc2\x20\xd8\xcd\x1a\x08\x27\xfa\xe6\xc5\x62\xbc\x9f\x12\x0b\xe7\x64\x4f\x25\x2e\x14\xdc\x16\xb0\x65\x26\x57\x33\x3a\x0f\x23\xaa\xd6\xb4\x20\x6e\xe3\xdd\x6f\x70\x47\x4b\x90\xd3\xed\x93\xeb\xf7\xc4\x13\xc1\x1b\x68\xd9\x03\xa7\xe1\xca\x89\xb4\x53\x3a\x84\x82\x29\x3e\xc3\xcc\x7d\x29\x6a\x69\x37\x4b\x23\x7b\xb8\xf9\xe0\xdf\x45\x16\x66\xa0\x48\x09\xd5\x98\x43\xc6\x67\x88\x93\x41\xcd\xc6\x53\x0e\x6e\xe3\xa5\xbf\x20\x67\x9c\x66\x09\x16\x1f\xb0\x5f\x33\x33\xb9\x1e\x28\x92\x0f\xf9\x40\x80\xcb\xbb\x75\x6a\x2b\x3e\x60\x42\xb1\x35\xad\x46\x73\xeb\xf7\xf8\x4b\xb7\xeb\x22\x0b\x47\xf5\xda\x7f\x14\x10\x80\x88\x52\xce\xa5\x75\x85\x33\x0e\x5e\xb1\xbd\xf6\xff\x7f\x16\x47\x75\x11\xbb\xbe\x58\x0e\xba\xa9\x39\xda\xd3\x0b\xff\x21\xde\x45\x2b\xab\x04\x50\x76\x5d\x79\x8b\xc4\xb2\xeb\x1a\xee\x16\x7b\xa5\x45\xb8\xb5\x76\x25\x87\x91\x39\x49\x83\xca\xa4\x30\x26\x05\x31\x33\x10\xd8\x2c\xa7\x41\xb4\xc3\x66\xf9\x8f\x09\x44\xb8\x62\x40\x18\xbe\x68\x08\x50\xd6\x49\xa7\xad\x03\x2e\xf2\x8a\x7f\xdb\x04\x20\x1a\x1f\x62\xb0\x40\xfa\x48\x51\xc0\x34\x94\x64\x9d\x1a\xa6\x85\x26\x01\xb0\x0e\x76\xae\x4a\x1e\x55\xb0\xda\xab\xa5\x93\x4b\x56\x56\x3d\x5b\x82\x0e\x7a\xf9\x1c\x15\xb9\xc7\x49\x42\xb6\xe0\xd2\x8c\xec\x3a\x35\x26\xe7\x4c\x45\x4c\xc7\xb7\xb5\xb3\x24\xeb\x64\x5e\x97\xac\x26\xb5\xf0\x0d\x58\x9a\xc6\xfe\x3c\x31\x85\x3d\x7b\x32\xec\x06\x82\x23\x90\x8c\x94\x65\xa1\xfb\x5a\x96\x84\xae\x92\xa3\x9e\xa0\x9a\x3c\x4d\x6b\xcc\x5a\xb7\x02\x55\xef\x79\xf7\x48\x72\xc9\x71\x72\x2c\xba\x0c\x05\xc4\x48\x4f\x53\x36\x6c\xc5\x9c\xa5\x02\xfd\x49\x13\xc8\x3c\x79\x02\x18\x83\x71\xdb\xc5\xdc\x42\x62\x85\x44\x58\x4c\xa8\x95\x98\x83\xb4\x3b\x8d\xcf\x12\x5f\xc1\x8f\x74\x11\xc1\xab\x23\x65\x04\x75\xa6\xec\x87\x36\x3a\x06\xd2\x13\x25\xd1\x81\xcb\x73\xbe\x43\x3b\x5b\x0d\x16\xbc\xcc\x72\xab\x46\xc9\xb6\x1c\xda\xa5\x6e\xeb\xd2\xd0\xfb\xe0\x67\x3e\x51\x0c\xed\x12\x8c\x2a\x3f\x02\xc5\xb2\x77\x16\x4a\x98\x8c\xd3\xa6\x11\x98\xc5\x25\x13\xcf\xbb\x79\x6e\x23\x62\x26\xbe\x85\x4c\x7a\x65\x14\xb6\x6d\x64\xe3\x24\x04\xf7\x25\x93\x1e\xce\x7e\x10\x8e\x51\x2b\x23\x44\x40\xf3\xed\x4d\x85\x23\xd2\x1f\x89\xfa\x56\x8d\x1a\x99\xfb\x9e\x13\xc8\x3d\x18\x46\x4d\x9c\x45\xf1\xed\x8d\x04\xd6\xa4\x5d\xe3\xc1\x7c\xa0\x91\x7b\xd1\xab\xca\xf4\x35\x69\x01\x1a\x63\x1d\x90\x6d\x7c\x49\xf6\x6e\x94\x87\x5a\x7d\x27\xce\x6f\xe8\x86\x3f\x4c\xd6\x55\x6c\xbe\x11\x6b\xd9\x2f\xe5\x1a\x3d\xad\x28\x84\x96\xc9\xbd\xfd\x0f\x14\xbf\x6b\x80\xa1\x41\xb5\x67\x45\x67\xd0\x1f\x6a\x5b\xaf\x20\xf4\x8c\x6c\x9a\xd2\xda\x0d\x59\x7d\x5c\x2a\xbc\xb8\x7a\xbc\xb0\x76\xf3\x54\xd2\x53\xfb\x0a\xec\x23\xec\x63\x7c\x85\xe9\xfb\x4a\x42\xb0\x82\x9f\x21\x50\x14\x9c\x0e\x50\x9a\xc5\x04\x3f\x5a\x3f\xdc\x59\xd1\xa8\x2f\xc9\xd1\x90\x8c\x6d\x0f\x4d\x71\xea\x41\x3d\xe0\xd8\x3e\x97\x90\x44\x97\x62\x95\x02\xeb\x7a\x22\x84\xc0\x1a\x1b\xeb\x38\x83\x2c\xfc\xcd\x6a\xb2\xe6\xef\xa8\xe2\x8e\x59\x78\xfc\x2d\xb5\xa6\xdd\xf4\x35\xdc\xb1\x86\x7a\xa5\x5b\xed\x26\x5b\xe1\x12\x92\xb5\x6c\xf4\xef\x7f\x70\x43\xcc\x21\xfe\x77\x37\x44\x9f\xb4\x6a\xdc\xa5\xec\x78\xe8\x6f\x55\x5f\x0e\x1d\x71\x48\x57\xf0\x2d\x3e\x75\x23\x26\x09\xec\xf7\x5b\x57\xae\x4d\x6f\x06\xa7\xf1\x55\x3a\x4c\x13\x6f\x38\xcd\xce\x14\x80\x5b\xa0\x7d\x39\x50\x90\x51\x2e\xf3\x1e\x92\xc5\x27\x78\x56\x30\x96\x02\x0e\x93\xcb\xc8\x06\x94\xeb\x78\x03\x00\xac\x27\x95\x3a\xe5\x8c\xa4\x24\x95\x31\x4b\x27\x29\x72\x24\x01\x7f\xa4\x94\x04\x16\xee\x5e\x55\x5f\x36\xc6\xdc\x0c\x1d\x30\x87\x10\xfb\x0a\x93\xc5\x39\x24\x8b\x6b\x9f\x3c\xad\x81\x5b\x15\x8a\x8d\x1a\x75\xa8\xdc\xaa\x57\x93\x32\xaf\x7b\x35\x85\xe7\x91\xdb\x28\xd9\x4d\xc6\xed\xad\x92\xdd\x64\xd4\x00\x72\x3a\x00\x00\x7b\x78\x14\xd2\x52\xba\x06\x9d\x44\x5a\xe2\x5d\xdd\x1c\xaa\x43\x83\x89\xd8\x18\xbe\xf5\x92\xce\x81\x12\xc4\x92\x8d\x5b\x45\xf7\xa5\x93\x56\x99\xe5\xdf\x55\xe5\x2c\x43\x7f\xc4\xcf\x94\x67\x37\xc6\x59\xd7\xcb\xce\x73\xd3\xe0\x94\x80\xc3\xf4\x82\xd3\x3d\x37\x5d\xdd\x4c\x46\x0a\xa1\xa7\x43\x85\xd0\x87\xc7\x6a\x6b\x3b\xd9\x96\xd6\xf5\x43\xe5\x86\x5e\xd9\x50\xe1\xfb\xab\x4e\xb6\xe2\x2a\x64\x4c\x6a\x9c\x94\x4c\x57\xe8\xb8\xf0\x5c\xcd\x95\xac\x36\x6a\xb6\xea\x33\x9f\x73\x67\xdd\x93\xb2\x69\xe5\x93\xe2\x73\x3b\xa5\x37\x2b\xdd\x78\xa2\xb4\x1c\xaa\x1b\xe5\xca\x8d\xb4\x9b\xd2\xc1\x3b\xa9\x09\xae\x0b\x06\x13\x2f\x00\x4c\xbc\x95\x76\x23\xae\x41\x81\x39\x83\x75\x5d\x95\x5b\xe5\x24\x18\x70\x25\x58\xde\x9c\x89\xf7\x94\x3c\x57\x0a\x14\x9b\x25\x09\x51\xb4\x0b\x3d\x53\x9a\x60\xf8\x08\xba\x4f\x92\xab\x4e\x03\xc8\x1c\xb6\x56\x7d\xa5\x23\xbd\xda\x57\xf4\x32\xff\x57\xe7\xdb\x70\x89\x29\x09\x2c\x08\xc2\xeb\x8a\xa5\xc8\x2b\xb0\xed\x81\x78\xbc\x6f\xce\x60\xfb\x4e\x28\x58\x04\x46\xc2\xf5\xe6\x4c\x5c\xc8\xc1\xce\x02\x76\x12\x37\xd3\x41\x48\xae\x9e\x01\xb9\xe6\x31\x1c\x55\x6a\x71\x28\x91\xac\xa0\x16\x62\x01\x7e\xda\x18\xff\xb6\xec\x24\xda\xf6\x7e\xb2\xaa\x17\xef\x31\x26\xee\x85\x4f\x23\xd8\x56\xed\xd2\x0b\xaa\x78\xf1\x7d\x8a\x89\x0c\x86\xc2\x09\x88\x24\x98\xc2\xbc\x70\xcd\x66\xf2\x40\xa2\x29\x2f\x8b\x1f\x8c\x69\xf1\x00\xed\x8c\xa5\x34\x8e\xeb\x1e\x9e\x1f\xa4\x74\xf0\xcc\xe9\xd5\x5a\x5b\x47\xa1\x55\x20\x7e\x3a\x38\xdc\x5e\x42\x32\x8b\x48\xa9\x0f\xf6\xb5\x81\x5e\x26\x1d\xcb\x2d\x4b\xb9\x9b\xf7\xc7\x96\x5f\x10\x8e\xf4\xa9\x2b\xea\x19\x08\x2f\x6c\xd1\x98\xeb\x66\xd8\xb2\x11\x21\xd1\x6f\x12\xef\x89\x9b\xb4\x34\x08\xa7\x2c\xed\x8d\x30\x9c\x83\xe0\x9a\x8c\x72\x27\xad\xdd\x81\x65\x3a\xdf\x1c\xc0\xdd\x8b\xd0\x8e\xbc\x10\xe1\xe6\x02\xec\xbb\x87\x96\xec\xea\xb8\xf5\x31\xfa\x23\x99\xfd\x05\x16\x83\x06\x82\x72\xee\xbb\xa3\x8d\x63\x91\xac\x14\xb0\x15\xca\xd7\xc8\x56\x7e\x45\xe1\x04\x86\x94\x42\xcf\x93\x6d\x69\xe2\x2a\x74\xc6\xb9\xe7\x7a\xab\x0f\x96\x65\xb5\xe8\xf7\x57\xca\x89\x27\x3f\xb2\x37\xea\xba\x31\x4b\x88\xb7\x8b\x41\x83\x1b\x8f\xe2\x07\xc2\xa1\x6d\x99\x2e\x4a\x50\xdf\x73\x83\xe1\x67\xbe\x48\xbb\xde\x6c\xf4\x52\x3b\x9c\x90\x99\x02\x0c\xc0\xaf\xa3\xae\xc3\x5a\xf6\x35\xd1\x12\xcf\x0a\x41\xa0\x2b\x9f\x81\x2b\xd4\xf4\x89\x65\x05\xaf\x79\x0c\xfc\xe5\x45\x0c\xf2\x9f\x98\x60\x48\xca\x24\x0f\xcb\x7a\xb6\x0f\x83\x6b\xa6\x78\xf4\xb6\x33\xbd\x2b\x79\xb1\xdd\x87\x0b\xc1\xc9\xa7\x37\xe3\xbd\xe7\x96\x4c\xbc\x2e\xe1\x15\x83\xa4\x9f\x17\xe7\x9d\xb7\xf1\xf9\xda\x80\x37\x76\x4a\xb3\x6b\xa3\x6a\x36\x69\x29\xbe\xc0\xe3\xdb\x1b\x03\x8f\x18\xcf\x99\x7a\x9e\x17\x5e\xce\xf4\x42\x56\x1a\x40\x26\xc4\x7b\x8a\x4f\x3d\x9a\x3e\xc4\x28\x41\x67\x01\x52\xdc\xa6\x0d\xd8\x48\x4b\x76\x49\x07\xea\xdf\x66\x5a\xf8\xac\xfa\x54\xc5\x96\x37\x00\xaf\x45\x83\xaf\xd2\xe4\xaa\xca\xe6\x4d\x99\x31\x49\x3b\x4d\xa6\xec\xae\xf7\x0e\x4c\x4f\xb1\x35\x46\xd4\x3d\xb3\x15\xc8\xa8\x3c\x94\x48\xa9\x37\x24\xe4\xa6\x53\x90\x14\xef\xd1\xf8\x0a\x0d\xf5\xd4\x40\xb8\xc7\xf5\x25\xdb\x39\xab\x0d\x4b\xe4\x37\xdc\x98\x96\x36\x01\x53\xa6\x37\xed\x98\x4e\x2a\x48\x71\x22\x7e\xc5\x5f\x94\x0e\x7a\x48\xe4\xde\x7a\x4e\x1b\x7b\x04\x12\xa4\x97\xcd\xfc\xc9\xfd\xbb\x2a\x40\xa1\x9e\xd1\x6d\x7b\x88\x70\x5b\x82\x8d\x51\x39\xfc\xa9\x41\x44\x9d\xb2\x92\x5e\x60\x4a\xfa\x8e\x2f\xa6\x28\x88\x3b\x58\x87\x08\x84\x35\xa5\x33\xcd\x0a\x21\xcf\x29\x7d\x6a\x08\x97\x34\x99\xd0\x8f\xda\x9b\xd4\x06\x50\xf3\x87\x49\xd2\x4a\xab\xaa\xa1\xd7\x6e\x0f\xa1\x80\x4d\x65\x1a\x74\x26\x86\x34\x88\x02\xec\xd3\xb8\x9d\x23\x77\x21\x4c\x85\x90\x26\x27\xe2\xad\xb1\xdc\xee\x0e\x5f\xf8\xbd\x30\x3d\xa7\x80\x7e\xaf\x06\x5b\x74\xdd\xd6\xe2\xe5\x87\x3c\x3d\xb3\x7b\x0b\xb1\x21\xe1\x34\xf6\x94\x2a\xb9\x36\xe2\x00\x90\x18\xff\x51\x2d\xd6\x0b\xf1\xf2\xe3\xfb\xff\xeb\xc8\xa6\x08\xf9\x68\xe4\xea\x2e\xe8\x7b\x0e\x26\xb1\x91\x93\x7d\xab\xdb\xf5\xcf\xf4\xa8\x16\xe3\x80\x67\xc0\x4c\x8f\x46\xe9\x5d\xe3\x07\xc0\xa9\xaf\x0e\x2e\x4e\x5b\xe3\xe8\x3d\xef\x8d\x5e\x6f\xc0\x62\x44\x37\x6a\x8d\x8e\x1f\x7e\xdb\x2e\x78\x26\x3d\xdf\x45\x2f\xf6\x01\xbf\x45\x97\x5f\x2f\xa4\x55\x29\x08\x0c\x11\x00\x84\x21\x92\x0e\x83\x51\xaa\x39\x8f\x6b\x71\xca\xb9\x07\xa1\xc7\x0f\xad\x03\x45\x0a\x1c\x82\x6f\xbd\xd5\xeb\xf6\x89\x86\xf7\x6d\x3c\x69\x54\x4d\x4d\x11\x0c\xb2\x68\x9b\x8b\x49\x0d\x6c\x27\x07\x0f\x95\x7c\xb8\xbb\x35\x76\xe0\xa6\x5f\x0d\xf7\xb5\x7c\x2b\x35\x04\x6d\x85\xff\x63\xb0\x5b\xd5\xeb\xd5\xbe\x5c\xf7\x66\xe8\xca\x84\x26\x9f\x88\xbf\x42\x8e\x80\x9c\x84\x5a\x53\x39\x2c\x40\xb7\x91\x10\x5a\x13\xc6\xfa\x0d\x40\x27\xb3\x11\x07\x1e\x4b\xe0\x2b\x2b\x01\x12\x9f\x59\xc9\x20\x62\xc3\x2b\xd3\x7a\xf9\x02\xa3\x21\x35\x68\x0a\x8c\xc5\x42\x2f\xc0\x2c\x5d\x6a\x78\x1a\xfb\x9c\x22\x9f\xe3\xc5\x60\xb2\x0a\x22\x46\x8f\x44\xd5\x5e\xd0\xc6\x6e\xd1\xe2\x88\xe8\xce\x01\x00\xa2\x11\x79\x80\xf1\x58\x5a\x5f\x14\x34\xe8\x27\xe2\xb5\x72\xd5\x46\xc4\x2c\x5f\x88\x76\x23\xfa\x75\x7d\xe5\xdd\x1a\xfa\x0c\x95\x65\x5d\xc6\x3b\xea\x00\x80\x56\x2d\x19\xc4\xd6\x73\x40\xa5\x95\xfe\xb8\xb0\xe2\xb4\x16\x57\xa7\x4c\x6a\xb6\xae\x2b\xe9\x62\xe0\xea\xfd\xf5\xc5\x1d\xb4\xcb\x83\x12\x5d\x01\xc8\x84\xb8\xf8\x2c\x22\x30\x90\x95\x50\x19\x0e\x29\x85\x74\xca\x72\xd8\x54\x55\x13\xc1\xb2\xf3\x70\x77\x71\xd0\x7e\x87\xf7\xca\xba\x5e\x57\x0e\xfd\xed\xb0\xcc\x42\xbc\x1f\x1a\xa7\xbb\x46\x71\x0a\x5b\xc6\x42\xf4\x85\x4e\xf6\xfc\x66\x7a\x65\xb6\x5b\x29\x1e\x1f\x3f\x5e\x64\xa7\x40\xe9\x1a\x1b\x43\xd1\x5e\x9f\x5f\x89\x57\x6d\xd5\xef\xd1\xe2\x86\x7a\x7a\xa3\x3b\x0f\x56\xe2\x9a\xf7\x1d\xbe\xd1\x1d\xc0\xe2\x5a\x67\x72\x2b\xb7\xa5\x55\xfd\xad\xae\xc2\x9e\xbc\x38\x7d\x0f\x2a\x3c\x5d\xa9\x94\xd8\x53\xd5\xf0\xb6\x1f\x0b\x51\xb1\x11\xa7\x83\x33\x99\x10\xc5\xa5\x92\x27\xb4\xc6\xc7\x23\x1a\xcb\xf0\xb8\x4e\x78\xec\x1c\x3a\x63\xb5\xb3\xa3\x8f\x97\xc5\xa1\x62\x81\xab\x4f\xae\xef\xe2\x99\x3c\x96\xe6\xf2\xe2\xf7\xf9\x0a\x2e\xb2\xd3\x36\x65\xbd\x72\x3c\x0f\xb4\x5b\x4d\x91\x25\x6c\xf2\x5d\xe3\x36\x1b\x27\x32\x2f\x91\x41\x96\xc8\x00\x90\x01\xd1\x08\x75\x30\x25\x9a\x96\x48\x8d\xbd\xa6\x63\x3c\x63\x0f\x7a\x87\x0d\x28\x2d\x51\xe0\x9d\x75\x70\x15\x3d\x80\x1a\xb9\x68\x80\x59\xee\xd1\x08\x89\xee\xa9\xc9\xa6\x22\x32\xea\x31\x14\xae\xb2\x04\x95\x46\x7c\xc5\x05\x00\xbc\x0f\x71\xce\x49\x37\x47\x9c\x73\xde\x8c\x7b\x18\x68\x44\x83\x12\x38\x79\x66\xb1\x37\xc7\x79\xb2\xe8\x88\x29\x19\x39\x71\xd0\x71\xa0\xdd\x66\x58\x96\xb2\xd3\xa5\x6a\x6b\x74\xec\x39\x11\xa7\x17\xef\xc4\x2b\xfa\x2c\xc8\x46\x63\xd1\x1a\x57\x5a\x70\x91\xfa\x1e\x7c\xe2\x94\xfb\x81\xb3\x48\x13\x1f\x8c\x39\x48\x13\x5f\x65\x36\x1d\x04\xbb\xec\x65\x5b\xf3\x9e\x7f\xe1\x3f\xd0\x11\x8b\xb2\xfb\x01\xcf\x22\xbc\xab\x85\xc1\x4c\xb3\xb6\xe8\x79\xe6\xb3\xfc\xcf\xbc\x01\x31\x1e\xfa\x28\x84\xfa\xa7\xcb\xf3\x11\xe4\x98\x2d\xcc\x73\x13\xbe\x32\xb0\x93\x39\xc4\xc6\xf9\x73\xa1\xae\x7d\x3b\x21\x14\x1f\x85\x94\x9a\x03\x23\xca\x0f\x60\xfe\xf7\x08\xa6\x52\xbd\x63\x07\xc7\x33\xd5\x93\x0a\x08\x7d\x10\x47\xa0\x37\x6a\xcf\x90\x7f\x56\xfb\x39\x08\x4f\x7a\xfd\x69\x17\x2d\x4b\xde\xeb\x16\x74\x16\x9e\x04\xb3\x89\x49\x5e\x66\x68\xf5\xd7\xd2\x1a\xd0\x91\x26\xbe\x13\xe0\x15\xfa\x55\x60\x46\x22\x7a\x8f\x4a\x63\x14\xae\xde\x18\x47\xa3\x7e\x8e\xe2\xb8\x31\x6e\x66\xdc\xcd\x6a\xd5\xe8\x56\xf1\x3c\x7e\xc4\xcf\xb9\xb9\xa4\x28\x54\x65\x6f\x06\xbc\xef\x58\x27\xef\xec\x60\xa2\xdf\x59\xe3\x15\x80\xa7\xc5\xfa\x77\x60\xaf\xe8\x90\x78\xf3\xbb\xee\x46\x70\xb2\xeb\x4a\xd0\xe1\x76\x12\x1d\x7f\x13\x73\x1e\x50\xe2\xfa\xf4\x49\x4f\x65\x5d\x4a\x6b\x95\xb3\xe5\xaa\x37\xdb\xb2\xd6\xf6\x86\x7c\xed\x04\xa6\xd3\x3b\x3f\xda\xde\x8c\xcb\x4a\x70\xf5\xe2\x21\xc2\x2f\x18\x9f\x00\x68\x37\xc9\x06\xba\x7a\x3b\xbf\x7b\xac\xdd\xcc\x88\x64\x49\x66\x58\xd8\xaf\xbe\x76\xf0\x6a\x68\x9d\x2f\x70\xbb\x61\x51\x87\x01\xb2\x25\x69\x37\x0b\x98\x4a\x1a\x96\x4b\x03\xd1\xd9\x92\xa1\xb0\x1b\xbf\x0a\xd7\xaa\x65\x90\x3f\xc3\xd7\x1c\x50\x09\x31\x00\x23\x18\xc6\x0f\x1c\x03\x6e\x71\x7d\xa2\xef\xbc\xfe\x5d\xe1\x23\xc7\xc9\xc2\xbd\x51\x7b\x01\x32\x30\x64\xdc\x55\xd4\xce\x94\xb2\x59\xd7\x14\xd9\x51\xe7\x57\xd2\xa5\x74\xa5\x97\xc7\x5d\x72\x77\xfd\x68\x04\xf3\x48\x48\x07\xc6\x43\xd9\x58\x41\x42\x49\x4f\x51\x94\x38\xd7\x24\xd4\xbb\xf0\x42\x05\x26\xa7\xc5\x80\x45\x6e\x4b\xe2\x16\x81\x1f\x6e\x21\xcc\xe6\x0c\x10\xcd\x16\x01\x8d\x27\x8b\x29\xaf\xee\x36\xfc\x98\x0f\x92\x5e\x4c\x08\xab\x0b\xb5\x91\xbc\xbc\x12\x85\xc7\xec\x2a\xf3\xd0\x77\xaf\x03\x80\x40\x73\x6b\x96\xea\xaf\xe0\x0b\xce\xb9\x0c\x4a\xb6\x56\x97\xd5\x46\x3a\x3c\x3c\x4e\x3f\x5c\xbd\x03\xef\x7a\xab\x5c\x06\x07\x6f\x67\x95\x51\x8f\xf2\x1a\xdf\xd2\x22\x6d\x4a\x0a\xb9\x95\x5f\xa3\x66\x15\x94\xa6\xa8\x9b\x15\x41\x55\x0b\x89\x59\x99\xae\x57\x18\xee\xb7\x6c\x74\xa5\x5a\x4b\xcf\xa9\x51\xa2\xe0\xc4\xac\x0c\x93\x20\xa0\xe2\x6b\xa8\x85\x09\x10\x10\xf3\x37\xa3\x3a\x88\xf8\x20\x45\xf4\xa3\x55\x6e\xf5\x3a\xbc\x55\x48\xc4\x08\xb5\x95\x30\xae\x21\x77\x0e\x4b\x2f\xd1\xed\xbd\xec\x55\x5b\xab\x9e\x29\x26\x61\xe9\xe5\x0e\xed\x28\x30\x37\x23\xa0\x80\x85\x5c\xba\xcb\x95\x97\xa0\xfc\xcc\xe3\xd5\x6c\xb5\x8f\xef\xb0\x0b\xc8\x13\x49\x5e\xde\x8e\xda\xaf\x90\x05\x90\xeb\x5d\x2f\x3b\x78\xe5\xa4\xb5\x64\x25\xf8\x0a\x72\x05\x50\x6f\x9f\x2b\x62\xee\x1c\x16\xf2\x59\x86\x9e\x41\xaf\x7c\x83\x13\x3c\x49\x3e\xf6\x0b\xf2\x33\x4c\x43\xe7\x09\x70\x42\xfd\x3e\x41\x82\x50\x39\x11\x4c\x61\x9d\xda\x76\xbc\x84\x09\xda\x27\x99\x5e\xf6\xfb\xe9\x72\xa6\x42\x21\xc8\xef\xbe\x53\x36\x16\x0c\x81\x24\x7d\xf2\x5c\x39\xec\x96\xfc\x5a\x92\xc2\x8e\xca\x41\x6f\x20\x69\xba\x28\xa9\xa4\x2f\xc4\xe1\x07\x92\x52\x96\x4a\x70\x91\x7a\x19\x77\xf0\x4b\xb6\xa4\x9c\xdd\xbf\xf5\x32\xd3\xe4\xc5\xd4\x54\xef\x15\x53\x53\x3d\x60\x4c\x25\x2e\xec\x53\xc2\x81\xd5\xcb\x85\xb5\x0d\x2f\xc5\xab\xab\xf3\x6c\xdd\x25\xb9\x51\x3c\xfd\x7e\x65\x7a\xf1\xa8\x33\xd6\xad\x7b\x65\x1f\x09\xd3\x36\xfb\x1f\x92\x12\x34\x3b\x17\xc9\x64\x50\xea\x18\x87\xfd\x47\xa3\x9d\xfa\xd3\x23\xc4\x10\xcf\x57\xd2\x05\x26\xcc\x27\x69\x02\xe7\x0f\x50\xca\x25\xb6\xb9\x57\xe4\xe3\x54\x4b\x30\x5d\x42\xbe\x99\x53\x85\x4f\x9d\x94\xac\x8c\xb9\xd1\x2a\x16\xa5\xe1\xbb\xe4\x42\x98\x7f\xa8\xd8\x9c\x46\xec\xee\x12\xf0\x9d\xec\x7d\xfa\x3e\x50\x88\x1e\xf5\x28\xbb\xde\x7c\xdd\xa3\x0c\xc5\xfc\x34\xe6\x08\xc8\x19\x4b\x3c\x18\x72\x61\x82\x2d\x90\x34\x90\x31\xc0\xca\xb7\xc4\x8a\x53\x8a\x06\xb2\x06\x9a\x06\x1f\x68\xd5\x0c\x02\x1e\xb7\xf3\x99\xe2\x5c\x5e\x6d\xa5\x6e\xe2\xd4\xa2\x7a\x6d\x76\x5e\x01\xf2\x30\x6b\x84\xd9\x76\x00\x6b\x8c\xd2\x1f\x06\xfa\x2b\x28\xf6\x20\x41\x60\x42\x0e\x3c\xb3\x57\x30\x03\x78\xbc\x13\xf1\xba\x37\xdb\x3c\x63\x66\xc7\x60\x46\x38\x48\x54\x63\xd2\x43\xe4\xd5\xf9\xc7\x51\x9d\xaa\x31\xc0\x16\x70\x7c\xd5\x57\xe7\x1f\x05\x7f\x8f\xfa\x72\xa3\xbb\x91\x96\xa5\x4a\xa4\x07\xcc\x99\xb4\xaf\x4c\x61\xf0\x7d\x2a\x0a\x40\x9b\x64\xe4\xa5\x1e\x22\x9f\x20\xe4\x1d\xe2\x49\x6c\x00\xa8\xa3\x4b\xa7\xbe\x3a\xaa\x3f\xea\xa7\x73\x60\x59\xd7\x09\x70\x29\xe1\xb2\x01\x5e\x65\x0c\x05\x84\x6c\x40\xc2\x83\xb0\x76\xf9\xe8\xa8\xb6\x46\xfe\x93\x34\xb3\x70\xdb\x0e\x0c\x28\x00\xe4\xd0\x01\xb0\x5c\x61\xb8\x91\x13\xf1\x1a\x7f\x38\x83\x51\x66\x63\x49\x9f\xe4\x05\x6a\x08\x51\x7c\x00\x8b\xc5\x70\x1e\xd7\xb1\x50\x7c\xe7\x9c\x02\xef\x7a\x14\x8b\xb0\xce\x61\x9b\x86\x65\x3e\xd2\x02\xcc\xae\x77\x5f\x22\x28\xaf\x20\x20\x4b\xd9\x90\x11\x2e\xdb\x2f\xe0\x83\xad\x90\x9a\x95\xea\x95\xf5\x92\x1e\x5f\x26\x64\x65\x2f\x7d\x5e\xbc\x48\x38\x88\x01\x5f\x16\x4d\xb6\x27\xbc\xd4\xc3\xcf\x95\xaa\xb8\x4f\xd9\x87\x62\xae\xb8\xd5\xeb\xb6\xf4\xc2\x2a\x46\x33\xe1\xd2\x3e\x59\x68\x74\x90\xca\xca\x05\x91\x30\x35\x9a\x48\x84\xc2\x54\x0d\x98\x96\x63\x8e\x2a\xc9\x2f\x2b\xd9\xb9\x6a\x23\x13\x8e\x2a\x45\x4a\xb9\xf3\x58\xc6\xf4\x35\x73\x70\x09\xd8\x0e\xd3\xda\x07\x61\x35\xe3\x5e\x1e\x42\x6c\x0e\xf7\xfb\xae\xa6\x96\x21\xc6\xce\x43\x8e\x05\x46\x0b\xaa\xfe\xb0\x4e\x41\xd5\x3e\xbb\x3a\xe1\x05\x05\xea\x1a\x2e\x92\x60\xf6\x42\xfd\xc0\x25\x92\xbe\x3a\x90\x1c\xe9\xe8\x4a\x96\x9c\xe8\xa8\x91\x38\x70\xa0\x43\xe6\xa2\xeb\xcd\xad\xa6\x98\x43\xf4\xf3\x10\x48\xc4\xcc\x90\x84\x7a\x5c\x20\x3f\xa8\xce\x46\x47\x1b\xc2\x78\xe1\xc0\x72\xd0\x5e\x2f\x16\x5c\x01\x8f\x33\x06\x5b\x57\xf8\x9c\xe1\x2d\x58\x36\xbc\x39\x13\xfc\x35\x06\xf4\xcc\x60\xa3\x57\x8a\x8d\xb0\xbc\x5c\xe3\xbf\xd1\xf5\x67\xdc\x40\xdb\xaf\x46\xc7\xe9\xd9\xd5\xe5\xeb\xf1\x31\x8a\xb6\x74\xa1\xd7\x68\x3d\x37\x3b\x9a\x00\xb9\x90\xb5\xec\xf8\xb2\x04\x7e\xe5\xd9\x77\x77\x04\x61\xd2\xd3\x93\x73\x40\x8e\x0a\xad\x00\x11\x6a\xb6\x11\x1e\x6e\x41\x3e\xc6\xf0\xb0\x9d\x69\x30\xa0\x46\x89\x8f\xb8\xa1\x89\x81\xb2\x56\x50\x2e\x32\xe7\xf4\xc4\x5b\x24\xaa\xc1\x47\x25\x21\xad\x21\xed\x00\x59\x0d\xf9\x87\x79\x89\x04\x66\x86\x7b\x4d\x72\xc7\x92\xc4\xe9\x9c\x08\x91\xc0\x27\xc2\xc3\xd5\x44\x60\x18\xc1\xb1\xbc\xf0\x7a\x46\x50\xe0\xb0\x4d\x89\xbc\x4f\x6e\x80\xf3\xc2\x3e\x05\x08\x9b\xeb\x7a\x32\x5e\x13\x39\x6b\x52\x6c\xd2\xdf\x58\xf8\x80\xf4\x34\x41\x91\x0c\x41\x52\x7a\x4e\x7c\x9a\x2d\xca\xa3\x92\x94\x9d\x93\xa4\x3a\x0d\x66\xa3\x09\x1d\xc0\x84\xf9\x01\x22\xe8\x05\x45\x0a\x41\xa1\x2d\x88\x95\x9e\x06\x52\x94\x10\xcc\xc9\x04\x4b\x2e\x8b\x6e\x2e\x73\x08\x12\x5d\xcc\xfd\x68\xd6\x3d\x87\x2b\x61\xa3\xbd\x37\x3d\x87\x28\xc1\x0b\xa6\x51\x01\x3e\x32\xb9\x60\x72\x5c\x72\xc9\x71\x11\x22\xdb\x2b\x55\x43\x94\xb6\xba\x0c\x25\x89\x74\x87\x1c\x6a\x70\xd4\x32\xd1\x6b\xc4\x61\x58\xe9\x0d\xe2\xd9\x51\x45\xd8\x70\x99\x96\xd0\x14\x7e\x43\x3f\x10\x16\x2e\xc2\x0f\x01\x04\xfc\x1c\xe0\x77\xb6\x82\xf0\x12\x09\xad\xc6\xeb\x74\xe9\x71\x26\xc5\xf3\x05\x62\x6b\x06\xb2\xfa\xf2\x29\x82\x52\xc6\x05\xee\xb8\xe0\x24\x96\x9b\x4b\xac\x75\x42\x77\xde\xe8\x03\x04\x67\xad\x5d\x98\x24\x88\xee\xb8\xd1\xeb\x0d\xbc\x69\x9b\x4c\x15\x46\x34\xdc\xb7\x4e\x7e\x15\x21\x3f\xc5\xe0\xd7\x3e\x94\x6e\x74\x8b\x8e\x58\xbe\x04\x7e\xa0\x82\x0c\x64\x68\x29\xac\x6e\xd7\xa4\x62\xf9\xe1\x20\x82\x32\x89\x9b\x49\xa8\xd2\x48\x9a\x33\xf8\x7c\xa9\x79\x7c\xbc\x23\x01\x4b\xb2\x17\x47\x08\x3c\x6c\x86\x60\x5d\x95\xb2\x5f\x93\x3d\xb0\xec\xd7\x03\xf8\x1a\x66\x55\x80\xf6\x4c\x25\x53\xf7\x3e\x68\xdb\x46\x93\x87\xe0\xb0\x36\x53\x68\x58\x9c\xa8\x04\x9b\x29\x00\x6e\xf9\x09\xfc\x19\xba\xe9\x4f\x01\x21\xd0\x79\x84\x83\x18\xe7\x33\x60\x64\xe2\x8c\x40\x6f\xce\x02\x08\xc3\x34\x66\x1d\xd7\xcb\xb9\x59\xcf\xaf\x17\x0f\x85\x6a\xc1\x44\x3d\xeb\xa1\x51\x1b\x38\xd6\xd3\x7a\x70\x52\xd7\xbc\x4f\x54\x35\x3e\x79\x1a\x52\x8a\xbd\xab\x17\x55\x8f\x4f\x84\xf9\x7f\xd7\xd2\xde\x04\xbf\xeb\x4c\x55\xc4\x69\xb6\xda\xa8\x7a\x68\x50\x07\x8c\x3f\x23\x3c\xca\x79\x60\x9f\x0e\xd6\xe6\x9c\x01\x0a\x3f\x33\x58\x8e\x62\xe8\x7f\x66\x00\xea\xab\xaa\x86\xc4\x55\xe5\x15\x7e\x93\x6d\x78\x44\x63\x38\x56\xcb\xd0\x82\x85\xca\x05\xa6\x24\x30\x33\xd1\xcb\x42\xd3\x49\xeb\x8f\x0a\xfb\x83\xf5\x87\xea\xc1\xe4\xc3\x43\xb1\x87\x3a\x3b\x46\xe3\x27\x1b\xd0\x8c\x9c\xd6\x19\x16\x42\x99\xe2\x83\x23\x91\xfd\x86\x98\xa6\x08\x49\xe1\x2e\x03\x3c\xb9\x26\x93\x48\xe7\x67\x28\xd4\x8a\x9e\xb1\xb2\x41\xd1\x16\xbc\x60\x4f\x9b\x58\xb2\x56\x19\xc4\x4b\xfa\xcc\x60\x74\x8b\xd2\x01\x66\xa1\x90\xf1\x0e\xd3\x08\x65\xe2\x89\xcf\x77\xf2\x08\x4c\x71\x92\xe1\xfe\xfb\x8a\x52\xc6\x90\x5c\x33\x00\x9d\x36\xcd\x64\x34\x52\x0d\x65\x9a\x06\x6f\x1e\x26\xe1\x12\x92\x3e\x8d\xa7\x91\xb3\x4c\x07\xab\x78\x31\x69\x6d\xb8\x58\xa7\x19\xe1\xb8\x02\xf7\x39\x5f\x16\x9f\x71\xec\xbf\x70\x38\x3d\xb2\xf3\x65\xf3\xfa\xc4\xa5\x2d\x8b\x7a\x7e\x04\xc1\xba\x8b\x5e\xb5\xc9\x33\xc2\xf8\x95\x15\x02\x15\x12\x3e\xec\x71\xf4\xf9\xc7\x2f\x96\x5f\xf6\x70\x26\xc1\xf7\xf9\xa7\x2f\x1e\xe5\xe7\x3f\x7d\x41\xac\xa8\xd2\x67\xac\xdd\x00\x61\xff\xf3\x12\x3f\x7e\xb1\x4f\x6d\x5f\x3d\x1d\x97\x15\xd2\x8d\xc0\x7c\xe6\xff\x88\x88\x3b\xd9\xab\x92\xc3\xc0\xd2\xa2\xc4\x64\x6d\x4d\x4b\xa1\xa0\x95\x55\x10\x01\x98\x5e\x6f\x0e\x8f\x2e\x52\x8b\xf8\x7b\x34\x3e\xd8\xcb\xf9\x2e\xc6\x21\xa3\x71\xc6\x97\xb0\x4f\xc4\x6f\xf8\x14\x04\xbd\x8c\x9d\x14\x78\x8a\x46\xb2\x4f\xb1\xe8\x7f\x40\x47\x3d\x82\xdf\x0a\x78\x46\x22\x22\xc0\x57\x25\xbe\x05\x01\xbe\x3f\x11\x31\xf0\x7b\x14\xdf\xd4\x08\x7a\x10\x22\x36\x03\x13\x54\x2d\xc0\xac\xe4\xe1\x88\x70\x3c\x46\xef\x6d\xfc\xc6\x0b\x30\x7d\x07\x3c\x43\x08\xef\x71\x1f\x1c\x9d\x09\x3a\x1c\xa4\x6f\xc6\x46\x43\x35\x46\x17\x46\xec\x9b\x11\xc2\xbb\xe0\x13\x7c\x90\xfa\x47\x3a\x8b\x83\x87\xaf\x9d\x27\xdb\xb6\x55\x3b\x7a\x02\xfd\xdf\xdf\x34\x44\x62\x42\x1d\x4c\x48\x18\x3f\x6d\xee\x9f\xe2\xe6\x9e\x45\xc7\x9b\x1b\x5e\x90\x71\x72\x9d\xec\x6c\xb9\xce\x3a\x0b\x4d\x84\x32\xd4\xcf\xe9\xde\x4f\x11\x72\x10\x24\x40\xc9\x8d\x03\x9c\xdf\xd8\x32\x78\x23\x87\xb6\x38\x3e\x8c\x33\x79\x5f\x7d\x6e\x43\x13\xbf\x05\x9e\xcf\xf4\x72\x0e\xf9\x28\x27\xd1\xa6\xff\xdd\x59\x40\x42\x8a\x55\x65\x35\x86\x77\x89\xa8\x4e\x3f\xf3\x70\xd9\xab\xda\x4a\xfd\x1b\xc3\x7a\xb0\xc2\x60\x0f\x47\x15\xc2\x0b\xce\x34\xea\x49\xc5\xdf\x36\xf6\x59\x6d\xc5\x67\x67\x4c\xf3\xa5\x90\x6b\x3f\x13\x72\x6d\x0a\x30\x42\xc1\x78\x77\x00\xd8\x9a\x5d\x81\x9f\xfe\xd7\x8f\x9e\x90\xff\x48\x6f\x0d\x8a\x23\x5b\xfc\xb8\x85\x84\xad\x6e\x3d\x1f\xe5\x13\x36\x90\xb0\x31\x03\x3c\x2c\xfd\x63\x0d\x9f\xb5\xdc\xc3\xd7\x0e\xbe\x76\x4a\xdd\x60\x61\x60\x10\x7e\x14\x5b\xd3\xba\x0d\xa4\xec\xe1\x7b\xaf\x24\x3d\x4b\x8d\x6f\x1a\x9e\xf8\x23\x82\x3f\x8e\x6c\x81\xd5\x51\x3a\x7f\x1c\xd9\xc2\xd7\x4a\xa9\xf8\xf3\xc8\x16\x74\x09\x77\x54\xc3\xc5\x9b\x4f\xf1\xd5\x53\x12\xfe\x3c\x02\xbe\xce\x6d\x18\x21\xfe\x3e\xb2\x85\x6f\x07\x25\xe2\xcf\x23\x5b\xf4\x72\x57\xc6\x76\xd1\x2f\x48\x8d\xad\xa2\x5f\x90\xca\x6d\x82\xff\x45\xf1\xb9\xee\x4d\xf7\xbb\x69\xd5\x97\x82\xc5\xd4\xad\xb2\xe4\xc2\xfa\xb2\x37\x1d\x7b\xae\xab\x1e\xed\x00\x1b\x5d\xdd\xe0\xa3\x8e\x70\xaf\x5b\x50\x5c\xe4\x52\xb7\xdd\x10\xec\x24\xc8\x5d\xe0\xb1\x63\x41\x3f\xbc\x1b\x88\x61\xb2\xf6\x9d\x5a\x14\xc0\xe2\x3b\x63\xca\x25\x88\x03\xaf\xc3\x25\xf2\xf7\xff\xfc\x27\xc0\xeb\xdf\xd5\xbf\xfe\x25\xde\xbf\xf8\x41\xa8\xaf\x95\x52\xb5\x15\x5b\x72\x4e\x63\xb0\xad\xfc\xfa\x3a\x83\x5c\x14\x14\x73\x8a\xee\x68\x30\xe6\x14\x5e\xd3\xfc\x7f\x01\x00\x00\xff\xff\x13\x7f\x56\x34\xba\x0e\x01\x00" func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -4584,8 +4584,8 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 69471, mode: os.FileMode(0644), modTime: time.Unix(1585058589, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0xc, 0x8d, 0xf3, 0x77, 0x90, 0xb1, 0x1, 0xb2, 0xdf, 0x9, 0x38, 0x99, 0x43, 0xc1, 0xa1, 0xd0, 0xbd, 0x7a, 0x91, 0x1f, 0x8e, 0x69, 0x89, 0xf1, 0xd2, 0xa3, 0x5f, 0xf1, 0x2a, 0x5f, 0xa8}} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 69306, mode: os.FileMode(0644), modTime: time.Unix(1587084614, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa0, 0x83, 0x53, 0xd1, 0x63, 0x8a, 0x1, 0x44, 0x65, 0x39, 0x64, 0x79, 0x70, 0x7f, 0xbb, 0xe4, 0x56, 0x6, 0xca, 0x58, 0x1d, 0xe7, 0x75, 0xf, 0xbc, 0x3f, 0x37, 0xb4, 0x57, 0x93, 0x77, 0x79}} return a, nil } diff --git a/internal/db/error.go b/internal/db/error.go index 46e7dde5..ba07ca87 100644 --- a/internal/db/error.go +++ b/internal/db/error.go @@ -8,32 +8,6 @@ import ( "fmt" ) -type ErrNameReserved struct { - Name string -} - -func IsErrNameReserved(err error) bool { - _, ok := err.(ErrNameReserved) - return ok -} - -func (err ErrNameReserved) Error() string { - return fmt.Sprintf("name is reserved [name: %s]", err.Name) -} - -type ErrNamePatternNotAllowed struct { - Pattern string -} - -func IsErrNamePatternNotAllowed(err error) bool { - _, ok := err.(ErrNamePatternNotAllowed) - return ok -} - -func (err ErrNamePatternNotAllowed) Error() string { - return fmt.Sprintf("name pattern is not allowed [pattern: %s]", err.Pattern) -} - // ____ ___ // | | \______ ___________ // | | / ___// __ \_ __ \ @@ -245,20 +219,6 @@ func (err ErrLastOrgOwner) Error() string { // |____|_ /\___ > __/ \____/____ >__||__| \____/|__| / ____| // \/ \/|__| \/ \/ -type ErrRepoAlreadyExist struct { - Uname string - Name string -} - -func IsErrRepoAlreadyExist(err error) bool { - _, ok := err.(ErrRepoAlreadyExist) - return ok -} - -func (err ErrRepoAlreadyExist) Error() string { - return fmt.Sprintf("repository already exists [uname: %s, name: %s]", err.Uname, err.Name) -} - type ErrInvalidCloneAddr struct { IsURLError bool IsInvalidPath bool diff --git a/internal/db/errors/user.go b/internal/db/errors/user.go index 54a6ad50..09572af9 100644 --- a/internal/db/errors/user.go +++ b/internal/db/errors/user.go @@ -8,17 +8,6 @@ import ( "fmt" ) -type EmptyName struct{} - -func IsEmptyName(err error) bool { - _, ok := err.(EmptyName) - return ok -} - -func (err EmptyName) Error() string { - return "empty name" -} - type UserNotKeyOwner struct { KeyID int64 } diff --git a/internal/db/org_team.go b/internal/db/org_team.go index 6e141d25..9daca9e7 100644 --- a/internal/db/org_team.go +++ b/internal/db/org_team.go @@ -217,7 +217,7 @@ var reservedTeamNames = []string{"new"} // IsUsableTeamName return an error if given name is a reserved name or pattern. func IsUsableTeamName(name string) error { - return isUsableName(reservedTeamNames, nil, name) + return isNameAllowed(reservedTeamNames, nil, name) } // NewTeam creates a record of new team. diff --git a/internal/db/repo.go b/internal/db/repo.go index 150942c1..66cecdd3 100644 --- a/internal/db/repo.go +++ b/internal/db/repo.go @@ -148,14 +148,14 @@ func NewRepoContext() { // Repository contains information of a repository. type Repository struct { ID int64 - OwnerID int64 `xorm:"UNIQUE(s)"` - Owner *User `xorm:"-" json:"-"` - LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"` - Name string `xorm:"INDEX NOT NULL"` - Description string `xorm:"VARCHAR(512)"` + OwnerID int64 `xorm:"UNIQUE(s)" gorm:"UNIQUE_INDEX:s"` + Owner *User `xorm:"-" gorm:"-" json:"-"` + LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL" gorm:"UNIQUE_INDEX:s"` + Name string `xorm:"INDEX NOT NULL" gorm:"NOT NULL"` + Description string `xorm:"VARCHAR(512)" gorm:"TYPE:VARCHAR(512)"` Website string DefaultBranch string - Size int64 `xorm:"NOT NULL DEFAULT 0"` + Size int64 `xorm:"NOT NULL DEFAULT 0" gorm:"NOT NULL;DEFAULT:0"` UseCustomAvatar bool // Counters @@ -164,44 +164,44 @@ type Repository struct { NumForks int NumIssues int NumClosedIssues int - NumOpenIssues int `xorm:"-" json:"-"` + NumOpenIssues int `xorm:"-" gorm:"-" json:"-"` NumPulls int NumClosedPulls int - NumOpenPulls int `xorm:"-" json:"-"` - NumMilestones int `xorm:"NOT NULL DEFAULT 0"` - NumClosedMilestones int `xorm:"NOT NULL DEFAULT 0"` - NumOpenMilestones int `xorm:"-" json:"-"` - NumTags int `xorm:"-" json:"-"` + NumOpenPulls int `xorm:"-" gorm:"-" json:"-"` + NumMilestones int `xorm:"NOT NULL DEFAULT 0" gorm:"NOT NULL;DEFAULT:0"` + NumClosedMilestones int `xorm:"NOT NULL DEFAULT 0" gorm:"NOT NULL;DEFAULT:0"` + NumOpenMilestones int `xorm:"-" gorm:"-" json:"-"` + NumTags int `xorm:"-" gorm:"-" json:"-"` IsPrivate bool IsBare bool IsMirror bool - *Mirror `xorm:"-" json:"-"` + *Mirror `xorm:"-" gorm:"-" json:"-"` // Advanced settings - EnableWiki bool `xorm:"NOT NULL DEFAULT true"` + EnableWiki bool `xorm:"NOT NULL DEFAULT true" gorm:"NOT NULL;DEFAULT:TRUE"` AllowPublicWiki bool EnableExternalWiki bool ExternalWikiURL string - EnableIssues bool `xorm:"NOT NULL DEFAULT true"` + EnableIssues bool `xorm:"NOT NULL DEFAULT true" gorm:"NOT NULL;DEFAULT:TRUE"` AllowPublicIssues bool EnableExternalTracker bool ExternalTrackerURL string ExternalTrackerFormat string ExternalTrackerStyle string - ExternalMetas map[string]string `xorm:"-" json:"-"` - EnablePulls bool `xorm:"NOT NULL DEFAULT true"` - PullsIgnoreWhitespace bool `xorm:"NOT NULL DEFAULT false"` - PullsAllowRebase bool `xorm:"NOT NULL DEFAULT false"` + ExternalMetas map[string]string `xorm:"-" gorm:"-" json:"-"` + EnablePulls bool `xorm:"NOT NULL DEFAULT true" gorm:"NOT NULL;DEFAULT:TRUE"` + PullsIgnoreWhitespace bool `xorm:"NOT NULL DEFAULT false" gorm:"NOT NULL;DEFAULT:FALSE"` + PullsAllowRebase bool `xorm:"NOT NULL DEFAULT false" gorm:"NOT NULL;DEFAULT:FALSE"` - IsFork bool `xorm:"NOT NULL DEFAULT false"` + IsFork bool `xorm:"NOT NULL DEFAULT false" gorm:"NOT NULL;DEFAULT:FALSE"` ForkID int64 - BaseRepo *Repository `xorm:"-" json:"-"` + BaseRepo *Repository `xorm:"-" gorm:"-" json:"-"` - Created time.Time `xorm:"-" json:"-"` + Created time.Time `xorm:"-" gorm:"-" json:"-"` CreatedUnix int64 - Updated time.Time `xorm:"-" json:"-"` + Updated time.Time `xorm:"-" gorm:"-" json:"-"` UpdatedUnix int64 } @@ -210,10 +210,6 @@ func (repo *Repository) BeforeInsert() { repo.UpdatedUnix = repo.CreatedUnix } -func (repo *Repository) BeforeUpdate() { - repo.UpdatedUnix = time.Now().Unix() -} - func (repo *Repository) AfterSet(colName string, _ xorm.Cell) { switch colName { case "default_branch": @@ -1057,13 +1053,13 @@ var ( reservedRepoPatterns = []string{"*.git", "*.wiki"} ) -// IsUsableRepoName return an error if given name is a reserved name or pattern. -func IsUsableRepoName(name string) error { - return isUsableName(reservedRepoNames, reservedRepoPatterns, name) +// isRepoNameAllowed return an error if given name is a reserved name or pattern for repositories. +func isRepoNameAllowed(name string) error { + return isNameAllowed(reservedRepoNames, reservedRepoPatterns, name) } func createRepository(e *xorm.Session, doer, owner *User, repo *Repository) (err error) { - if err = IsUsableRepoName(repo.Name); err != nil { + if err = isRepoNameAllowed(repo.Name); err != nil { return err } @@ -1071,7 +1067,7 @@ func createRepository(e *xorm.Session, doer, owner *User, repo *Repository) (err if err != nil { return fmt.Errorf("IsRepositoryExist: %v", err) } else if has { - return ErrRepoAlreadyExist{owner.Name, repo.Name} + return ErrRepoAlreadyExist{args: errutil.Args{"ownerID": owner.ID, "name": repo.Name}} } if _, err = e.Insert(repo); err != nil { @@ -1266,7 +1262,7 @@ func TransferOwnership(doer *User, newOwnerName string, repo *Repository) error if err != nil { return fmt.Errorf("IsRepositoryExist: %v", err) } else if has { - return ErrRepoAlreadyExist{newOwnerName, repo.Name} + return ErrRepoAlreadyExist{args: errutil.Args{"ownerName": newOwnerName, "name": repo.Name}} } sess := x.NewSession() @@ -1384,7 +1380,7 @@ func deleteRepoLocalCopy(repo *Repository) { func ChangeRepositoryName(u *User, oldRepoName, newRepoName string) (err error) { oldRepoName = strings.ToLower(oldRepoName) newRepoName = strings.ToLower(newRepoName) - if err = IsUsableRepoName(newRepoName); err != nil { + if err = isRepoNameAllowed(newRepoName); err != nil { return err } @@ -1392,7 +1388,7 @@ func ChangeRepositoryName(u *User, oldRepoName, newRepoName string) (err error) if err != nil { return fmt.Errorf("IsRepositoryExist: %v", err) } else if has { - return ErrRepoAlreadyExist{u.Name, newRepoName} + return ErrRepoAlreadyExist{args: errutil.Args{"ownerID": u.ID, "name": newRepoName}} } repo, err := GetRepositoryByName(u.ID, oldRepoName) @@ -1647,25 +1643,6 @@ func GetRepositoryByRef(ref string) (*Repository, error) { return GetRepositoryByName(user.ID, repoName) } -var _ errutil.NotFound = (*ErrRepoNotExist)(nil) - -type ErrRepoNotExist struct { - args map[string]interface{} -} - -func IsErrRepoNotExist(err error) bool { - _, ok := err.(ErrRepoNotExist) - return ok -} - -func (err ErrRepoNotExist) Error() string { - return fmt.Sprintf("repository does not exist: %v", err.args) -} - -func (ErrRepoNotExist) NotFound() bool { - return true -} - // GetRepositoryByName returns the repository by given name under user if exists. // Deprecated: Use Repos.GetByName instead. func GetRepositoryByName(ownerID int64, name string) (*Repository, error) { diff --git a/internal/db/repos.go b/internal/db/repos.go index cac50b76..f97cf28d 100644 --- a/internal/db/repos.go +++ b/internal/db/repos.go @@ -5,9 +5,13 @@ package db import ( + "fmt" "strings" + "time" "github.com/jinzhu/gorm" + + "gogs.io/gogs/internal/errutil" ) // ReposStore is the persistent interface for repositories. @@ -21,10 +25,106 @@ type ReposStore interface { var Repos ReposStore +// NOTE: This is a GORM create hook. +func (r *Repository) BeforeCreate() { + r.CreatedUnix = gorm.NowFunc().Unix() +} + +// NOTE: This is a GORM update hook. +func (r *Repository) BeforeUpdate() { + r.UpdatedUnix = gorm.NowFunc().Unix() +} + +// NOTE: This is a GORM query hook. +func (r *Repository) AfterFind() { + r.Created = time.Unix(r.CreatedUnix, 0).Local() + r.Updated = time.Unix(r.UpdatedUnix, 0).Local() +} + +var _ ReposStore = (*repos)(nil) + type repos struct { *gorm.DB } +type ErrRepoAlreadyExist struct { + args errutil.Args +} + +func IsErrRepoAlreadyExist(err error) bool { + _, ok := err.(ErrRepoAlreadyExist) + return ok +} + +func (err ErrRepoAlreadyExist) Error() string { + return fmt.Sprintf("repository already exists: %v", err.args) +} + +type createRepoOpts struct { + Name string + Description string + DefaultBranch string + Private bool + Mirror bool + EnableWiki bool + EnableIssues bool + EnablePulls bool + Fork bool + ForkID int64 +} + +// create creates a new repository record in the database. Fields of "repo" will be updated +// in place upon insertion. It returns ErrNameNotAllowed when the repository name is not allowed, +// or returns ErrRepoAlreadyExist when a repository with same name already exists for the owner. +func (db *repos) create(ownerID int64, opts createRepoOpts) (*Repository, error) { + err := isRepoNameAllowed(opts.Name) + if err != nil { + return nil, err + } + + _, err = db.GetByName(ownerID, opts.Name) + if err == nil { + return nil, ErrRepoAlreadyExist{args: errutil.Args{"ownerID": ownerID, "name": opts.Name}} + } else if !IsErrRepoNotExist(err) { + return nil, err + } + + repo := &Repository{ + OwnerID: ownerID, + LowerName: strings.ToLower(opts.Name), + Name: opts.Name, + Description: opts.Description, + DefaultBranch: opts.DefaultBranch, + IsPrivate: opts.Private, + IsMirror: opts.Mirror, + EnableWiki: opts.EnableWiki, + EnableIssues: opts.EnableIssues, + EnablePulls: opts.EnablePulls, + IsFork: opts.Fork, + ForkID: opts.ForkID, + } + return repo, db.DB.Create(repo).Error +} + +var _ errutil.NotFound = (*ErrRepoNotExist)(nil) + +type ErrRepoNotExist struct { + args map[string]interface{} +} + +func IsErrRepoNotExist(err error) bool { + _, ok := err.(ErrRepoNotExist) + return ok +} + +func (err ErrRepoNotExist) Error() string { + return fmt.Sprintf("repository does not exist: %v", err.args) +} + +func (ErrRepoNotExist) NotFound() bool { + return true +} + func (db *repos) GetByName(ownerID int64, name string) (*Repository, error) { repo := new(Repository) err := db.Where("owner_id = ? AND lower_name = ?", ownerID, strings.ToLower(name)).First(repo).Error diff --git a/internal/db/repos_test.go b/internal/db/repos_test.go new file mode 100644 index 00000000..6a39c4ee --- /dev/null +++ b/internal/db/repos_test.go @@ -0,0 +1,102 @@ +// Copyright 2020 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package db + +import ( + "testing" + "time" + + "github.com/jinzhu/gorm" + "github.com/stretchr/testify/assert" + + "gogs.io/gogs/internal/errutil" +) + +func Test_repos(t *testing.T) { + if testing.Short() { + t.Skip() + } + + t.Parallel() + + tables := []interface{}{new(Repository)} + db := &repos{ + DB: initTestDB(t, "repos", tables...), + } + + for _, tc := range []struct { + name string + test func(*testing.T, *repos) + }{ + {"create", test_repos_create}, + {"GetByName", test_repos_GetByName}, + } { + t.Run(tc.name, func(t *testing.T) { + t.Cleanup(func() { + err := clearTables(db.DB, tables...) + if err != nil { + t.Fatal(err) + } + }) + tc.test(t, db) + }) + } +} + +func test_repos_create(t *testing.T, db *repos) { + t.Run("name not allowed", func(t *testing.T) { + _, err := db.create(1, createRepoOpts{ + Name: "my.git", + }) + expErr := ErrNameNotAllowed{args: errutil.Args{"reason": "reserved", "pattern": "*.git"}} + assert.Equal(t, expErr, err) + }) + + t.Run("already exists", func(t *testing.T) { + _, err := db.create(1, createRepoOpts{ + Name: "repo1", + }) + if err != nil { + t.Fatal(err) + } + + _, err = db.create(1, createRepoOpts{ + Name: "repo1", + }) + expErr := ErrRepoAlreadyExist{args: errutil.Args{"ownerID": int64(1), "name": "repo1"}} + assert.Equal(t, expErr, err) + }) + + repo, err := db.create(1, createRepoOpts{ + Name: "repo2", + }) + if err != nil { + t.Fatal(err) + } + + repo, err = db.GetByName(repo.OwnerID, repo.Name) + if err != nil { + t.Fatal(err) + } + assert.Equal(t, gorm.NowFunc().Format(time.RFC3339), repo.Created.Format(time.RFC3339)) +} + +func test_repos_GetByName(t *testing.T, db *repos) { + repo, err := db.create(1, createRepoOpts{ + Name: "repo1", + }) + if err != nil { + t.Fatal(err) + } + + _, err = db.GetByName(repo.OwnerID, repo.Name) + if err != nil { + t.Fatal(err) + } + + _, err = db.GetByName(1, "bad_name") + expErr := ErrRepoNotExist{args: errutil.Args{"ownerID": int64(1), "name": "bad_name"}} + assert.Equal(t, expErr, err) +} diff --git a/internal/db/user.go b/internal/db/user.go index b650fa14..c225bd1a 100644 --- a/internal/db/user.go +++ b/internal/db/user.go @@ -503,25 +503,52 @@ var ( reservedUserPatterns = []string{"*.keys"} ) -// isUsableName checks if name is reserved or pattern of name is not allowed +type ErrNameNotAllowed struct { + args errutil.Args +} + +func IsErrNameNotAllowed(err error) bool { + _, ok := err.(ErrNameNotAllowed) + return ok +} + +func (err ErrNameNotAllowed) Value() string { + val, ok := err.args["name"].(string) + if ok { + return val + } + + val, ok = err.args["pattern"].(string) + if ok { + return val + } + + return "<value not found>" +} + +func (err ErrNameNotAllowed) Error() string { + return fmt.Sprintf("name is not allowed: %v", err.args) +} + +// isNameAllowed checks if name is reserved or pattern of name is not allowed // based on given reserved names and patterns. // Names are exact match, patterns can be prefix or suffix match with placeholder '*'. -func isUsableName(names, patterns []string, name string) error { +func isNameAllowed(names, patterns []string, name string) error { name = strings.TrimSpace(strings.ToLower(name)) if utf8.RuneCountInString(name) == 0 { - return errors.EmptyName{} + return ErrNameNotAllowed{args: errutil.Args{"reason": "empty name"}} } for i := range names { if name == names[i] { - return ErrNameReserved{name} + return ErrNameNotAllowed{args: errutil.Args{"reason": "reserved", "name": name}} } } for _, pat := range patterns { if pat[0] == '*' && strings.HasSuffix(name, pat[1:]) || (pat[len(pat)-1] == '*' && strings.HasPrefix(name, pat[:len(pat)-1])) { - return ErrNamePatternNotAllowed{pat} + return ErrNameNotAllowed{args: errutil.Args{"reason": "reserved", "pattern": pat}} } } @@ -529,7 +556,7 @@ func isUsableName(names, patterns []string, name string) error { } func IsUsableUsername(name string) error { - return isUsableName(reservedUsernames, reservedUserPatterns, name) + return isNameAllowed(reservedUsernames, reservedUserPatterns, name) } // CreateUser creates record of a new user. diff --git a/internal/route/admin/users.go b/internal/route/admin/users.go index caf2109e..e48dbe7e 100644 --- a/internal/route/admin/users.go +++ b/internal/route/admin/users.go @@ -101,12 +101,9 @@ func NewUserPost(c *context.Context, f form.AdminCrateUser) { case db.IsErrEmailAlreadyUsed(err): c.Data["Err_Email"] = true c.RenderWithErr(c.Tr("form.email_been_used"), USER_NEW, &f) - case db.IsErrNameReserved(err): + case db.IsErrNameNotAllowed(err): c.Data["Err_UserName"] = true - c.RenderWithErr(c.Tr("user.form.name_reserved", err.(db.ErrNameReserved).Name), USER_NEW, &f) - case db.IsErrNamePatternNotAllowed(err): - c.Data["Err_UserName"] = true - c.RenderWithErr(c.Tr("user.form.name_pattern_not_allowed", err.(db.ErrNamePatternNotAllowed).Pattern), USER_NEW, &f) + c.RenderWithErr(c.Tr("user.form.name_not_allowed", err.(db.ErrNameNotAllowed).Value()), USER_NEW, &f) default: c.Error(err, "create user") } diff --git a/internal/route/api/v1/admin/user.go b/internal/route/api/v1/admin/user.go index 0593475a..e5d42a92 100644 --- a/internal/route/api/v1/admin/user.go +++ b/internal/route/api/v1/admin/user.go @@ -55,8 +55,7 @@ func CreateUser(c *context.APIContext, form api.CreateUserOption) { if err := db.CreateUser(u); err != nil { if db.IsErrUserAlreadyExist(err) || db.IsErrEmailAlreadyUsed(err) || - db.IsErrNameReserved(err) || - db.IsErrNamePatternNotAllowed(err) { + db.IsErrNameNotAllowed(err) { c.ErrorStatus(http.StatusUnprocessableEntity, err) } else { c.Error(err, "create user") diff --git a/internal/route/api/v1/org/org.go b/internal/route/api/v1/org/org.go index 0bcefbe4..94c3f6a2 100644 --- a/internal/route/api/v1/org/org.go +++ b/internal/route/api/v1/org/org.go @@ -31,8 +31,7 @@ func CreateOrgForUser(c *context.APIContext, apiForm api.CreateOrgOption, user * } if err := db.CreateOrganization(org, user); err != nil { if db.IsErrUserAlreadyExist(err) || - db.IsErrNameReserved(err) || - db.IsErrNamePatternNotAllowed(err) { + db.IsErrNameNotAllowed(err) { c.ErrorStatus(http.StatusUnprocessableEntity, err) } else { c.Error(err, "create organization") diff --git a/internal/route/api/v1/repo/repo.go b/internal/route/api/v1/repo/repo.go index 8ac7fd87..138f39e8 100644 --- a/internal/route/api/v1/repo/repo.go +++ b/internal/route/api/v1/repo/repo.go @@ -165,8 +165,7 @@ func CreateUserRepo(c *context.APIContext, owner *db.User, opt api.CreateRepoOpt }) if err != nil { if db.IsErrRepoAlreadyExist(err) || - db.IsErrNameReserved(err) || - db.IsErrNamePatternNotAllowed(err) { + db.IsErrNameNotAllowed(err) { c.ErrorStatus(http.StatusUnprocessableEntity, err) } else { if repo != nil { diff --git a/internal/route/org/org.go b/internal/route/org/org.go index e0c358ac..3a92e553 100644 --- a/internal/route/org/org.go +++ b/internal/route/org/org.go @@ -40,10 +40,8 @@ func CreatePost(c *context.Context, f form.CreateOrg) { switch { case db.IsErrUserAlreadyExist(err): c.RenderWithErr(c.Tr("form.org_name_been_taken"), CREATE, &f) - case db.IsErrNameReserved(err): - c.RenderWithErr(c.Tr("org.form.name_reserved", err.(db.ErrNameReserved).Name), CREATE, &f) - case db.IsErrNamePatternNotAllowed(err): - c.RenderWithErr(c.Tr("org.form.name_pattern_not_allowed", err.(db.ErrNamePatternNotAllowed).Pattern), CREATE, &f) + case db.IsErrNameNotAllowed(err): + c.RenderWithErr(c.Tr("org.form.name_not_allowed", err.(db.ErrNameNotAllowed).Value()), CREATE, &f) default: c.Error(err, "create organization") } diff --git a/internal/route/org/setting.go b/internal/route/org/setting.go index 64c30827..e3b2bf3c 100644 --- a/internal/route/org/setting.go +++ b/internal/route/org/setting.go @@ -51,10 +51,8 @@ func SettingsPost(c *context.Context, f form.UpdateOrgSetting) { } else if err = db.ChangeUserName(org, f.Name); err != nil { c.Data["OrgName"] = true switch { - case db.IsErrNameReserved(err): - c.RenderWithErr(c.Tr("user.form.name_reserved"), SETTINGS_OPTIONS, &f) - case db.IsErrNamePatternNotAllowed(err): - c.RenderWithErr(c.Tr("user.form.name_pattern_not_allowed"), SETTINGS_OPTIONS, &f) + case db.IsErrNameNotAllowed(err): + c.RenderWithErr(c.Tr("user.form.name_not_allowed", err.(db.ErrNameNotAllowed).Value()), SETTINGS_OPTIONS, &f) default: c.Error(err, "change user name") } diff --git a/internal/route/org/teams.go b/internal/route/org/teams.go index 6b0061fc..c681ec9f 100644 --- a/internal/route/org/teams.go +++ b/internal/route/org/teams.go @@ -172,8 +172,8 @@ func NewTeamPost(c *context.Context, f form.CreateTeam) { switch { case db.IsErrTeamAlreadyExist(err): c.RenderWithErr(c.Tr("form.team_name_been_taken"), TEAM_NEW, &f) - case db.IsErrNameReserved(err): - c.RenderWithErr(c.Tr("org.form.team_name_reserved", err.(db.ErrNameReserved).Name), TEAM_NEW, &f) + case db.IsErrNameNotAllowed(err): + c.RenderWithErr(c.Tr("org.form.team_name_not_allowed", err.(db.ErrNameNotAllowed).Value()), TEAM_NEW, &f) default: c.Error(err, "new team") } diff --git a/internal/route/repo/pull.go b/internal/route/repo/pull.go index f9a5b341..e1778275 100644 --- a/internal/route/repo/pull.go +++ b/internal/route/repo/pull.go @@ -136,10 +136,8 @@ func ForkPost(c *context.Context, f form.CreateRepo) { c.RenderWithErr(c.Tr("repo.form.reach_limit_of_creation", c.User.RepoCreationNum()), FORK, &f) case db.IsErrRepoAlreadyExist(err): c.RenderWithErr(c.Tr("repo.settings.new_owner_has_same_repo"), FORK, &f) - case db.IsErrNameReserved(err): - c.RenderWithErr(c.Tr("repo.form.name_reserved", err.(db.ErrNameReserved).Name), FORK, &f) - case db.IsErrNamePatternNotAllowed(err): - c.RenderWithErr(c.Tr("repo.form.name_pattern_not_allowed", err.(db.ErrNamePatternNotAllowed).Pattern), FORK, &f) + case db.IsErrNameNotAllowed(err): + c.RenderWithErr(c.Tr("repo.form.name_not_allowed", err.(db.ErrNameNotAllowed).Value()), FORK, &f) default: c.Error(err, "fork repository") } diff --git a/internal/route/repo/repo.go b/internal/route/repo/repo.go index c55314d3..aa949930 100644 --- a/internal/route/repo/repo.go +++ b/internal/route/repo/repo.go @@ -93,12 +93,9 @@ func handleCreateError(c *context.Context, owner *db.User, err error, name, tpl case db.IsErrRepoAlreadyExist(err): c.Data["Err_RepoName"] = true c.RenderWithErr(c.Tr("form.repo_name_been_taken"), tpl, form) - case db.IsErrNameReserved(err): + case db.IsErrNameNotAllowed(err): c.Data["Err_RepoName"] = true - c.RenderWithErr(c.Tr("repo.form.name_reserved", err.(db.ErrNameReserved).Name), tpl, form) - case db.IsErrNamePatternNotAllowed(err): - c.Data["Err_RepoName"] = true - c.RenderWithErr(c.Tr("repo.form.name_pattern_not_allowed", err.(db.ErrNamePatternNotAllowed).Pattern), tpl, form) + c.RenderWithErr(c.Tr("repo.form.name_not_allowed", err.(db.ErrNameNotAllowed).Value()), tpl, form) default: c.Error(err, name) } diff --git a/internal/route/repo/setting.go b/internal/route/repo/setting.go index b96ddf52..df2b7bfa 100644 --- a/internal/route/repo/setting.go +++ b/internal/route/repo/setting.go @@ -67,10 +67,8 @@ func SettingsPost(c *context.Context, f form.RepoSetting) { switch { case db.IsErrRepoAlreadyExist(err): c.RenderWithErr(c.Tr("form.repo_name_been_taken"), SETTINGS_OPTIONS, &f) - case db.IsErrNameReserved(err): - c.RenderWithErr(c.Tr("repo.form.name_reserved", err.(db.ErrNameReserved).Name), SETTINGS_OPTIONS, &f) - case db.IsErrNamePatternNotAllowed(err): - c.RenderWithErr(c.Tr("repo.form.name_pattern_not_allowed", err.(db.ErrNamePatternNotAllowed).Pattern), SETTINGS_OPTIONS, &f) + case db.IsErrNameNotAllowed(err): + c.RenderWithErr(c.Tr("repo.form.name_not_allowed", err.(db.ErrNameNotAllowed).Value()), SETTINGS_OPTIONS, &f) default: c.Error(err, "change repository name") } @@ -432,7 +430,7 @@ func DeleteCollaboration(c *context.Context) { c.Flash.Success(c.Tr("repo.settings.remove_collaborator_success")) } - c.JSONSuccess( map[string]interface{}{ + c.JSONSuccess(map[string]interface{}{ "redirect": c.Repo.RepoLink + "/settings/collaboration", }) } @@ -685,7 +683,7 @@ func DeleteDeployKey(c *context.Context) { c.Flash.Success(c.Tr("repo.settings.deploy_key_deletion_success")) } - c.JSONSuccess( map[string]interface{}{ + c.JSONSuccess(map[string]interface{}{ "redirect": c.Repo.RepoLink + "/settings/keys", }) } diff --git a/internal/route/user/auth.go b/internal/route/user/auth.go index 852c9679..cadc083a 100644 --- a/internal/route/user/auth.go +++ b/internal/route/user/auth.go @@ -344,12 +344,9 @@ func SignUpPost(c *context.Context, cpt *captcha.Captcha, f form.Register) { case db.IsErrEmailAlreadyUsed(err): c.FormErr("Email") c.RenderWithErr(c.Tr("form.email_been_used"), SIGNUP, &f) - case db.IsErrNameReserved(err): + case db.IsErrNameNotAllowed(err): c.FormErr("UserName") - c.RenderWithErr(c.Tr("user.form.name_reserved", err.(db.ErrNameReserved).Name), SIGNUP, &f) - case db.IsErrNamePatternNotAllowed(err): - c.FormErr("UserName") - c.RenderWithErr(c.Tr("user.form.name_pattern_not_allowed", err.(db.ErrNamePatternNotAllowed).Pattern), SIGNUP, &f) + c.RenderWithErr(c.Tr("user.form.name_not_allowed", err.(db.ErrNameNotAllowed).Value()), SIGNUP, &f) default: c.Error(err, "create user") } diff --git a/internal/route/user/setting.go b/internal/route/user/setting.go index 15848ef5..ba0e3066 100644 --- a/internal/route/user/setting.go +++ b/internal/route/user/setting.go @@ -76,10 +76,8 @@ func SettingsPost(c *context.Context, f form.UpdateProfile) { switch { case db.IsErrUserAlreadyExist(err): msg = c.Tr("form.username_been_taken") - case db.IsErrNameReserved(err): - msg = c.Tr("form.name_reserved") - case db.IsErrNamePatternNotAllowed(err): - msg = c.Tr("form.name_pattern_not_allowed") + case db.IsErrNameNotAllowed(err): + msg = c.Tr("user.form.name_not_allowed", err.(db.ErrNameNotAllowed).Value()) default: c.Error(err, "change user name") return |