diff --git a/core/blockchain.go b/core/blockchain.go
index 025595ca13..7482600d82 100644
--- a/core/blockchain.go
+++ b/core/blockchain.go
@@ -1853,7 +1853,7 @@ func (bc *BlockChain) UpdateM1() error {
return err
}
//TODO: smart contract shouldn't return "0x0000000000000000000000000000000000000000"
- if candidate.String() != "0x0000000000000000000000000000000000000000" {
+ if candidate.String() != "xdc0000000000000000000000000000000000000000" {
ms = append(ms, XDPoS.Masternode{Address: candidate, Stake: v})
}
}
diff --git a/eth/filters/api.go b/eth/filters/api.go
index 406c9442e0..0f637855c2 100644
--- a/eth/filters/api.go
+++ b/eth/filters/api.go
@@ -537,7 +537,14 @@ func (args *FilterCriteria) UnmarshalJSON(data []byte) error {
return nil
}
+func hasXDCPrefix(str string) bool {
+ return len(str) >= 3 && (str[0] == 'x' || str[0] == 'X') && (str[1] == 'd' || str[1] == 'D') && (str[2] == 'c' || str[2] == 'C')
+}
+
func decodeAddress(s string) (common.Address, error) {
+if hasXDCPrefix(s) {
+ s = "0x" + s[3:]
+}
b, err := hexutil.Decode(s)
if err == nil && len(b) != common.AddressLength {
err = fmt.Errorf("hex has invalid length %d after decoding", len(b))
diff --git a/internal/jsre/deps/bindata.go b/internal/jsre/deps/bindata.go
index fd9dcafd14..9215a6d677 100755
--- a/internal/jsre/deps/bindata.go
+++ b/internal/jsre/deps/bindata.go
@@ -89,7 +89,7 @@ func bignumberJs() (*asset, error) {
return a, nil
}
-var _web3Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x6b\x7b\x13\x39\xd2\x38\x0e\xbf\xcf\xa7\x50\xfc\xdc\x0f\xb6\x89\xb1\x73\x60\x18\xc6\x99\x0c\x1b\x02\x33\x64\x6f\x20\x5c\x40\x76\x76\xef\x6c\x96\xab\xe3\x96\xed\x1e\xda\xdd\xfe\x75\xb7\x73\x18\xe2\xef\xfe\xbf\x54\x3a\x95\x0e\x7d\x70\x12\xe6\xb4\xc9\x0b\x70\x4b\xa5\x53\xa9\x54\x2a\x95\x4a\x55\x19\xfd\x7f\x8b\x28\xa3\x7b\x9d\xf1\x22\x19\x15\x51\x9a\x10\xda\x29\x7a\x49\x2f\xeb\x7e\x51\x29\x79\x27\xed\x2d\xba\x5f\xa2\x71\x67\x3d\x39\x49\x4f\xf9\xaf\x02\x7e\x9d\x07\x19\x09\xf6\x8a\xab\x39\x4d\xc7\x44\xd6\xb5\xd7\x92\x45\x5b\x0f\x1e\x88\xc4\x5d\x56\x66\xf1\xe0\x41\xd0\xcd\x68\xb1\xc8\x12\x12\x74\xd2\xde\xfa\x66\x97\xa5\x47\x32\x2d\x12\x69\xac\xd6\xf1\x5e\x42\x2f\xc8\xcb\x2c\x4b\xb3\x4e\xeb\x20\x48\x92\xb4\x20\xe3\x28\x09\xc9\x2c\x0d\x17\x31\x25\xed\xd6\x46\xba\xd1\x6a\xb7\xba\xbb\xc5\x34\x4b\x2f\xc8\xb8\x3f\x4a\x43\xba\xd7\x7a\x73\xf4\xe2\xf8\xf5\xcb\x4f\x6f\x8f\x3e\x7e\xfa\xf1\xe8\xf8\xed\x8b\x56\x6f\xbc\x64\xf5\xc5\x7b\xac\xef\x7b\x5f\xe8\xe5\x3c\xcd\x8a\x7c\xf8\x65\xb9\xdc\x65\x63\x38\xd9\x3c\xed\x8f\x82\x38\xee\xc4\x7d\x91\xd5\x93\xbd\xef\x50\x3e\xc0\x64\x0f\x00\xb7\x4e\x4f\xe8\xe9\xae\xe8\x6a\xde\x49\x9e\x25\x43\xda\x5d\xf6\xe2\x9e\x2e\x49\x7b\x1c\x77\x4b\x01\xc5\x9a\x94\x99\xd0\x8b\xa8\x11\xae\xc6\x69\xd6\x61\xd0\xe9\xde\xe6\x6e\xfa\x7d\xd6\x8f\x69\x32\x29\xa6\xbb\xe9\xc6\x46\x37\xef\x64\x0c\xf1\xaa\x1b\xcb\x6e\xe7\xcb\xd6\xf0\x44\x75\x59\x54\xd1\xe3\x58\xea\x89\xb6\xbb\x5f\xd6\x78\x82\xec\xcc\xde\xc9\x1a\x21\x5f\xd6\x08\x21\xa4\x35\x4a\x93\xbc\x08\x92\xa2\x35\x24\x45\xb6\xa0\x3d\x9e\x1a\x25\xf3\x45\x91\xb7\x86\xe4\x04\xbe\x25\x34\xe4\x25\xc1\x8c\xb6\x86\xa4\xf5\x29\xbd\x48\x68\xd6\xea\xe9\x1c\x36\x3a\x96\x13\x84\x61\x46\xf3\xbc\x25\x72\x96\xf0\xff\xa9\xa8\x5a\x16\x87\xff\x45\x5a\xba\x28\xea\xdb\x4b\x3f\xa1\x22\x46\x7b\x67\x57\x05\xcd\x77\xb6\xfd\xed\x49\x20\x85\xe9\x35\x42\x96\xbd\x3b\x41\xc0\x8d\xfa\xa3\x86\x83\xb0\xd7\x0c\x01\x2b\xa3\xfa\x8f\x3a\xf4\x51\x9a\x14\x34\x29\x6e\x3d\xf8\x3f\xe5\xbc\xb3\x19\xfb\xc3\x4c\xfb\x38\x88\xf3\xdf\x6e\xe8\x19\xcd\x69\x76\xee\x5b\xf5\x7f\xf4\x49\xcb\x17\x67\xef\xe9\x24\xca\x8b\x2c\xf8\x2f\x98\xbc\x5e\x55\x1d\xf4\xe2\xe8\x56\x7c\xbf\xc8\x82\x24\x1f\x7b\x59\xdf\x9f\x05\x07\x99\x45\x0a\xab\x23\x21\xa7\xc5\x87\x6a\x92\xba\x33\x5c\xd8\x4d\xff\x26\x8d\x7e\xe5\x09\x08\x9a\x20\xbe\xaa\x82\x79\x16\xcd\x82\xec\xca\xdb\x8f\x34\x8d\x6b\x27\x6f\x5f\xb4\xf5\xe7\x45\xa1\xb9\x07\x57\x56\x53\x86\x84\x83\xd2\x6d\xfc\x8f\x84\x04\x6f\xef\xc3\x28\x4f\x2f\x92\x5b\xf4\x3c\x48\xd2\xe4\x6a\x96\x2e\xf2\x15\xba\x1e\x25\x21\xbd\xa4\xa1\xb1\x77\xdd\xd9\xc4\xea\xca\x51\x77\xcc\xda\x2f\xa2\xe4\x36\x8c\x7b\x7f\x01\x98\x78\x99\x84\x34\x6c\x59\x68\xa2\xe7\x8c\x10\xfe\x02\x38\x3a\x8b\xc2\xb0\x19\x8e\x6e\x56\xff\x79\x10\x2f\xbc\xdd\x5f\x44\x49\xb1\xfd\xcd\x93\xea\x29\x78\x4b\x2f\x9e\x47\xbf\x23\xf2\x6f\xb5\xe6\x0e\xa6\x41\x32\xf9\x3d\x49\xe7\x4e\x28\xa7\xa4\x6e\x24\xd5\x57\x52\x8d\x17\x33\xef\xf8\x6e\x54\x8b\xa0\xb5\xd3\xb5\xb5\x65\xef\xcb\xf2\xb4\xb7\xfd\xbb\x1d\xfa\xff\x42\x67\xde\xdf\x49\x76\x1c\x2f\x92\xf0\xc6\xa4\x72\xeb\x8d\xeb\xfe\xd8\xfb\xe7\x3e\xf6\xde\x1f\xfa\xfe\xc8\x67\x0e\xef\xe0\xc5\x79\xe1\x8f\x26\x6d\x7e\xdd\xcd\x5c\xef\x55\x3b\x77\xb6\x57\xad\x3a\xef\xe3\x2c\x9d\xdd\x72\xda\x8b\xf4\x96\x47\xcd\xdb\x09\x7c\xbf\xef\xba\xf9\x23\xe0\x2f\x4a\xc2\x28\xa3\xa3\xe2\xd0\xbb\x67\xae\xd0\x93\xdb\x4d\x44\x34\x0a\xe6\x1f\x7f\xd7\xc9\xf0\x63\xb2\xd9\x69\x97\xce\xd3\x3c\xaa\x3a\xa8\xcf\x83\xab\xe0\x2c\xa6\xa6\x50\xf0\xbb\x70\xa5\x32\x9a\xbb\x93\xe3\xd7\xed\x68\x60\x5f\x8e\xf7\x85\x89\xcf\xdf\xfe\x24\x73\x27\x48\x2a\xa9\xbb\x19\x9d\xfd\x0e\xe8\xff\xc3\x62\xfd\x2e\xce\x8f\x37\xe6\x93\x5f\x1b\xeb\x36\xd3\xbb\x47\x7b\x43\xb4\xdf\x7a\xe3\xfa\xda\x33\x7b\xe8\xd9\xd2\xaa\xe4\xb8\xc7\x4d\xe4\x38\x30\xde\x20\x7b\xd2\xc2\xa1\xd3\xee\x0f\xc6\x69\x36\x0b\x8a\x82\x66\x79\xbb\xbb\x0b\x00\x1f\xd2\x38\x0a\xa3\xe2\xea\xe3\xd5\x9c\x9a\xb0\xac\x7d\x06\xb5\x36\x78\xf8\x70\x8d\x3c\x34\x20\x85\xce\x9d\x44\x39\x09\xc8\x3c\x4b\x53\x06\x4c\x8a\x69\x50\x90\x8c\xce\xd9\x21\x2b\x29\x72\x22\xe6\x8e\xb0\x4c\x56\xc3\x61\x41\x66\x41\x31\x9a\xd2\x7c\xc8\x3e\x45\x36\xfa\x79\x72\x8a\x3f\x1e\x1b\x5f\xa7\x66\xe6\x8e\xf5\x7d\x7a\xf2\xe4\xf4\xe4\xb4\x47\xfa\xfd\xfe\x1a\x79\x38\x70\xc6\x26\x7b\xbc\x47\x94\x35\x4d\xa7\x2b\xa6\xb8\x98\x46\x79\xff\x13\x2c\x8c\x1f\x25\x82\x18\x60\x9f\xa3\xeb\x90\x65\x1c\x26\xc5\x2e\x02\xe6\xfb\xb6\x0f\xfa\x08\x72\x44\x73\xbb\x6b\xcb\xdd\xb5\x35\x4f\x3f\xfa\xf3\x2c\x2d\x38\xd6\xf6\x48\x42\x2f\x8c\xbe\x76\xbe\x2c\xbb\xbb\xd5\xa5\xfa\x20\xbd\x64\x8b\x51\x91\xb2\xc6\x3d\xb0\x75\xed\xf6\xa3\x5c\xcc\xb9\x46\x08\x23\x47\x89\x14\x61\xd7\xb2\xbe\xce\x12\xfb\x30\x6f\x9d\x81\xc0\x76\xe7\xdf\x27\x9d\x93\xcd\x47\xdf\x9d\x3e\xec\xfe\xfb\xb4\xfb\x6c\xd0\xe5\xe3\x34\x0f\x0e\xa5\xdd\x5a\xf6\xbe\xb4\x30\x29\xb6\x86\xdf\xf5\x5a\x9c\xde\x5a\xc3\xad\xc7\xcb\xd3\xde\x37\xbf\x33\x79\x3f\x4f\xd3\xb8\x86\xb6\xcf\x18\x48\x09\x61\xb3\x3c\xf9\x3f\xa7\x52\xf8\xf5\x58\xff\x3c\x45\xc9\x3b\xf8\xa3\x8e\x8c\xa1\x67\x37\xa5\x61\x56\x78\x15\x22\xe6\xf0\x36\x05\xb3\xd4\x15\xc9\xd7\x2c\x52\x41\xbb\xbc\xc5\xaa\xb2\x37\xa1\xda\xff\x30\xd4\x9a\x34\xfb\xf0\x7f\x1a\x11\xad\xe8\x4f\x3d\xc5\x3e\xf9\xbd\x29\x96\xed\x61\x8a\x64\x0b\x3f\xcd\x16\x53\x4a\x60\xb3\x03\xc2\xed\xfb\x28\x97\xe5\xaa\x1f\x82\x2e\xe1\xe7\x63\xf4\xfb\x14\x67\xec\x18\x5f\x26\xfd\x12\xb1\xb5\xaa\x9f\x4f\x8d\x7a\x44\x51\x0f\x95\x43\x27\x6f\x4c\xe6\xac\xf4\x4a\x74\xce\x0b\x38\x84\xce\x92\x57\xa5\x74\xb3\x4c\x15\xa9\xf3\x46\x2b\x4b\xdf\x8c\xd8\x59\x25\x9c\xd4\xbf\x6c\xf5\x96\xdd\x9b\x11\xbe\xe8\x5d\x3d\xe5\x7f\xdb\x84\xf2\x07\x0f\xa1\xc3\x1f\xa7\x51\x4e\xc6\x51\x4c\x19\xa5\xce\x83\xac\x20\xe9\x98\x5c\xd0\xb3\x9d\xfe\x2f\x79\x7f\x0d\x40\xc4\x17\x03\x18\x67\x94\x92\x3c\x1d\x17\x17\x41\x46\x87\xe4\x2a\x5d\x90\x51\x90\x90\x8c\x86\x51\x5e\x64\xd1\xd9\xa2\xa0\x24\x2a\x48\x90\x84\x83\x34\x23\xb3\x34\x8c\xc6\x57\x50\x47\x54\x90\x45\x12\xd2\x0c\x08\xbe\xa0\xd9\x2c\x67\xed\xb0\x8f\x9f\xde\x1e\x93\xd7\x34\xcf\x69\x46\x7e\xa2\x09\xcd\x82\x98\xbc\x5b\x9c\xc5\xd1\x88\xbc\x8e\x46\x34\xc9\x29\x09\x72\x32\x67\x29\xf9\x94\x86\xe4\xec\x4a\x50\x11\x25\x3f\xb2\xce\x7c\x10\x9d\x21\x3f\xa6\x8b\x24\x0c\xd8\x98\x7b\x84\x46\xc5\x94\x66\xe4\x9c\x66\x39\x9b\xa1\x1d\xd9\x96\xa8\xb1\x47\xd2\x0c\x6a\xe9\x04\x05\x1b\x43\x46\xd2\x39\x2b\xd8\x25\x41\x72\x45\xe2\xa0\xd0\x65\x5d\x14\xe8\x91\x86\x24\x4a\xa0\xda\x69\x2a\x57\x76\x54\x90\x8b\x28\x8e\xc9\x19\x25\x8b\x9c\x8e\x17\x31\x17\x1c\xcf\x16\x05\xf9\xf9\xf0\xe3\xab\xa3\xe3\x8f\x64\xff\xed\xbf\xc8\xcf\xfb\xef\xdf\xef\xbf\xfd\xf8\xaf\x5d\x72\x11\x15\xd3\x74\x51\x10\x26\x51\x42\x5d\xd1\x6c\x1e\x47\x34\x24\x17\x41\x96\x05\x49\x71\x45\xd2\x31\x54\xf1\xe6\xe5\xfb\x83\x57\xfb\x6f\x3f\xee\x3f\x3f\x7c\x7d\xf8\xf1\x5f\x24\xcd\xc8\x8f\x87\x1f\xdf\xbe\xfc\xf0\x81\xfc\x78\xf4\x9e\xec\x93\x77\xfb\xef\x3f\x1e\x1e\x1c\xbf\xde\x7f\x4f\xde\x1d\xbf\x7f\x77\xf4\xe1\x65\x9f\x90\x0f\x94\x75\x8c\x42\x0d\xf5\x88\x1e\xc3\x9c\x65\x94\x84\xb4\x08\xa2\x58\xce\xff\xbf\xd2\x05\xc9\xa7\xe9\x22\x0e\xc9\x34\x38\xa7\x24\xa3\x23\x1a\x9d\xd3\x90\x04\x64\x94\xce\xaf\x1a\x4f\x24\x54\x16\xc4\x69\x32\x81\x61\x2b\x2a\x23\xe4\x70\x4c\x92\xb4\xe8\x91\x9c\x52\xf2\xfd\xb4\x28\xe6\xc3\xc1\xe0\xe2\xe2\xa2\x3f\x49\x16\xfd\x34\x9b\x0c\x62\x5e\x41\x3e\xf8\xa1\xbf\xf6\x70\x20\x99\xed\xdf\x80\x6c\x47\x69\x48\xb3\xfe\x2f\xc0\x22\xff\x16\x2c\x8a\x69\x9a\x91\x37\x41\x46\x3f\x93\xff\x4d\x0b\x7a\x11\x8d\x7e\x25\xdf\xcf\xd8\xf7\xdf\x68\x31\x0d\xe9\x79\x7f\x94\xce\x7e\x00\xe0\x30\x28\x28\xd9\xde\xdc\xfa\x06\x18\x5e\xfd\x56\x50\x21\xc0\xa2\x32\x42\x1e\xf3\xed\x1d\x42\x52\x40\xc0\x6c\x17\xf4\x41\x1e\x26\x85\x09\x18\x25\x85\x0f\xee\xd8\x01\x5c\x94\x40\xbe\xb8\x4a\x82\x59\x34\x92\x6c\x1c\x95\x08\x79\x0e\xf0\x28\x5f\xc9\x0f\x45\x16\x25\x13\xb3\x4c\x0e\x69\x3e\xe8\xf7\x34\xb0\xc6\x98\xd1\xc0\x3b\xc6\x63\x17\x74\x51\x06\xeb\xe9\xb6\xea\x2f\x00\x47\xb9\x18\xa0\xc1\x99\x73\x54\x45\x0f\x76\x58\xc1\xa7\xa5\x85\x38\xca\xef\xab\x2a\x60\x1b\xe1\xc0\xd7\xd7\xea\xf4\x48\x4a\xa0\xf7\xb3\x2c\xb8\xe2\xe0\x9c\x89\x5b\xa2\xc0\x01\xa3\x4f\x24\x01\x88\x95\xc4\x39\x44\x48\x8a\x94\xd0\x84\xd1\xf0\x20\xa4\xec\x3f\xd5\x0a\x63\xc6\x01\x67\x93\x8c\x2b\x09\xb9\xd6\xdc\x98\x79\xdd\x78\xc4\x0c\x2c\x37\x77\x66\x48\x22\x7b\x50\x43\x6e\x74\x11\x78\xff\x8c\x16\xd3\x34\xf4\x74\x8b\x2b\xd7\xd3\x6c\x46\xb8\xe4\x92\x1a\x33\xb2\x46\xf8\x1a\x14\xc5\x3f\x89\x99\x11\x59\xe4\x6f\xd0\x7b\xf2\x85\x13\xcf\x52\x89\xe5\x7f\xe3\x98\xcf\xc9\x17\x5c\xd9\x12\xb2\xe0\xad\x42\x4e\xbe\xc0\xbb\x86\x25\x11\x9f\x11\xe3\x0d\x5c\x22\x62\x64\x08\x7d\x61\x3b\x11\x63\xf7\x80\x10\x03\x19\x68\xa7\xc6\x5d\x72\x70\x24\x51\xc4\xb0\x99\x9b\xe2\x1d\xc2\x5a\x7f\x1c\xc5\x05\xcd\x3a\xa8\x6c\x17\xe9\x20\x04\x15\x15\x42\x28\x90\x44\x00\x3a\x85\xee\xc9\xe6\xe9\x2e\xe7\x9f\xd1\x98\x74\xd6\x71\x23\xb8\x0e\xfe\x40\x83\x3f\xe5\x68\x47\xc9\x79\x10\x47\xa1\xa6\x01\x56\xe3\xfa\x90\xb4\xc9\x06\xc1\x95\xaf\x61\x59\x03\xd7\x6c\x52\x60\x09\xa5\x91\x79\x1c\x44\x09\xa7\x2f\x6b\x1a\x39\xc0\x3b\x91\x53\x3e\x8b\x22\xfd\xe8\xec\x17\x3a\x2a\x96\x56\x85\x72\x92\x75\x39\x5e\x6d\x68\xc1\x95\x4f\x1d\xea\x86\x33\x73\x3d\x5e\xde\x12\xb8\x60\xd2\x50\xb1\xbc\x73\xc2\x80\x4f\x7b\xe4\x04\xc0\x4f\xbb\xcd\x50\x13\x47\x39\x48\x40\x7c\xf1\x95\x63\x27\xc7\x68\x00\x16\xc0\xb1\xe3\x4b\x9f\xeb\x02\x65\x88\x71\x9a\x6d\x84\x9b\xdc\x5d\xfa\x02\x3b\x79\x19\x7d\xe7\x92\xc0\x27\xb4\xc0\x2b\x30\x17\x9c\x43\x90\x2c\x2b\x26\xfa\xc6\x4a\x18\x35\xf4\x67\xc1\xbc\x53\xc6\x63\x41\x2b\xe7\x59\x23\x06\xef\xe4\x35\x77\x78\x4f\x4f\xa0\xc8\x29\x67\xcf\xf2\x4b\xad\x22\xd4\x1f\xb1\x4f\x1d\x8d\xc7\x39\x2d\x9c\x4e\x65\x34\x5c\x8c\x28\xea\x57\x30\x1a\xf5\x48\x4d\xe7\x00\x3b\x45\x50\x44\xa3\x77\x41\x56\xbc\x86\x97\x44\x56\xcd\x7d\x3b\xbf\xe3\xe9\xa7\xac\x2b\x63\x4c\x89\x86\x1f\xdc\x2a\xdf\x04\xc5\xb4\x3f\x8e\xd3\x34\xeb\x74\x9c\x16\x37\xc8\xce\x56\x97\x0c\xc8\xce\x76\x97\x3c\x24\x3b\xdb\x62\xd0\x08\x7d\xc1\x68\x44\x36\x48\x47\x6d\x3a\x06\xd6\x4b\x50\x48\x9e\xa1\xbd\x8b\x90\x9d\x6d\x32\x34\x12\x4a\x3a\x2b\x51\xdf\x23\x9b\x18\xfb\x19\xcd\x17\x71\x21\xa9\x87\xcf\xe0\x9b\x45\x5c\x44\x3f\x47\xc5\x94\xcf\x89\xa4\x40\xa3\x6f\x3d\x45\x47\x3d\x73\x06\x65\xe5\x62\x84\xbc\x7e\xf3\xc4\xe7\x27\x7d\xab\x55\xdf\x1a\x68\xd8\x03\xb4\x46\xd4\xf0\x5a\xad\x5d\xbd\x70\x68\x3c\x16\x23\x16\x9d\x15\xbb\x42\x9a\xbd\x0c\x46\xd3\x8e\xcd\x98\x22\x4c\x5b\x8c\xeb\x97\xce\x97\x9e\xab\xd3\x2e\x2e\xc4\x11\x02\x5d\xd9\x70\xb5\x9d\x1d\xb3\xfb\x72\x1d\x21\x22\x54\x6b\x97\x51\x31\x8d\xc7\x02\xc4\x9e\x23\xe8\x80\xdb\x25\x89\x27\xf8\xb0\x27\x0b\x37\x61\x2e\xc5\x8d\x3d\x42\xc5\x33\x3c\x32\x20\xdb\x1a\x74\x49\x68\x9c\x53\x6b\x78\x83\x01\x09\xd3\xa4\x5d\x90\x20\x0c\x89\x28\x55\xa4\x66\x95\x7d\x12\x15\xed\x9c\x04\x71\x46\x83\xf0\x8a\x8c\xd2\x45\x52\xd0\xb0\x04\x4b\x5f\x69\x9c\x4b\xbd\x08\x07\x03\xf2\xf1\xe8\xc5\xd1\x90\x8c\xa3\xc9\x22\xa3\x84\x1d\xd8\x12\x9a\xb3\x13\x20\x3b\xa5\x5d\xe5\x26\xb3\xfa\x2d\x88\xe4\x8f\x33\xc9\xe6\x64\x50\x8c\x40\x89\x95\x92\x65\xae\xd0\x9a\xd1\x71\x00\xea\x98\x8b\x69\x1a\x53\xde\xc3\x28\x99\xac\xd7\x30\x82\x0a\x1e\x60\x73\x7e\x31\xe8\x1e\x49\x9d\x95\x6f\x2c\x72\x39\x27\xb5\xa2\xbe\x67\x8b\xeb\xb8\xaa\x31\x44\x40\xbc\x61\x72\x11\x68\xb2\xce\x69\xe1\xcc\x29\x27\xab\xb7\xc1\x8c\xda\xfb\x90\xce\xc1\x72\xa6\x5b\xd6\xb3\xf9\x54\xef\x67\xba\x62\x4f\x9d\x8a\x2f\x0a\x0c\x6a\xa9\x56\xfe\x55\x0c\x5b\x56\x32\xcf\xe8\x79\x94\x2e\x72\xd5\xa1\xed\x5d\x86\x92\x28\x21\x51\x52\x38\x25\xea\xf0\x8f\xfa\xeb\x6b\x90\xfd\x8d\xd3\x8c\xc0\x23\xe1\x88\xec\x91\xad\x5d\x12\x91\xef\xe5\x00\xe4\x7b\x61\x12\x6d\x6c\x94\x15\x67\x7f\x56\x9f\x37\xf6\xc8\x46\x47\xe2\x20\x22\x8f\xc8\xd6\x29\x93\xf0\xc9\xf5\x35\xd9\xdc\x2d\xad\xa4\x82\x95\x0b\x7a\xd8\x20\x11\x79\x58\x36\x73\x1b\x76\x2f\x98\x70\x50\xc6\xf6\xe5\xdf\xd2\x49\x35\x53\x96\xdd\x4e\xd7\x9a\xc2\xc1\x80\x8c\xa3\x2c\x2f\x08\x8d\xe9\x8c\x26\x05\x3b\x5f\x71\x34\xf5\x48\xfe\x39\x9a\x93\xa8\x58\x65\xca\x0d\xec\x6f\xfa\xb0\xcf\xf0\x57\x39\x03\xf0\x74\x3e\x0c\x23\xd6\x48\x10\xab\x45\x2e\xf0\xe9\xf0\x1f\x17\xdf\x7e\xbe\xa8\x49\xa7\x84\x41\x9c\x44\x64\x83\x6c\x9d\x4a\x3e\x41\x36\x88\xd3\x0d\x0f\xda\x6b\x11\x6c\x31\x3f\x0f\xa4\xd8\x2a\x3d\xb4\xcf\xa9\xe2\xc6\xac\xe7\x0f\xcd\x54\x98\xb0\x65\x62\xea\x96\x8b\xbf\x86\x32\x49\x19\x43\xda\xac\x62\x48\xa4\x11\x4d\xd7\x72\x94\xc1\x80\x8c\x82\x78\xb4\x88\x83\x82\x4a\xc1\x87\x1d\xf9\x44\x5f\x48\x54\xd0\xd9\x2d\xd8\x11\x63\x45\x27\x7f\x22\xa6\xd4\xb5\x61\x97\x2b\xed\x2b\xb7\x9c\x90\xdf\x8f\xc1\x60\xe6\xf2\xd5\x79\x0b\x71\xb4\x45\xa2\x1f\x35\xda\x10\xa1\x8b\x14\x37\x93\x69\x85\xc6\x88\x43\x36\xd6\x18\xc9\x74\x75\xab\xa9\x54\x22\x7e\x5d\x52\xb9\x1e\x04\x35\xec\x11\xff\xa0\x7e\x9f\x8e\x08\x15\xd3\x3a\x22\x0e\x0d\xb2\x4d\x13\xb4\x54\x2a\x89\x4a\x10\x52\xa6\x23\x2a\x47\x88\x28\x01\x27\x0c\x68\x4d\x23\xa6\x5a\x43\x84\x87\xe8\x3b\x1d\x1b\xb8\x59\x5d\x41\x24\x4b\x71\x2a\xc6\xf0\x9c\x88\x73\xef\x29\xdc\x3a\xee\xdf\xb1\x46\x89\x0f\xb9\x03\x23\x93\xeb\x4b\xab\x45\x0c\xbd\x88\xac\x51\x6b\x98\xaa\x54\x0e\x7a\x54\xb5\x7a\x06\x8c\x51\xce\x81\x58\x99\xbb\x1e\x69\x13\x75\x94\x3a\x89\xfa\xe4\x60\xd1\xb5\x52\x26\x39\x18\x90\x7c\x31\xe3\x37\x74\x9e\x5d\x4a\x88\x88\x0a\x5e\x54\x77\x12\x9d\x32\xae\xa8\xbe\x60\x4b\xf2\xf1\x1f\xd9\xbc\x89\x08\x29\x6d\x3a\x28\x18\x0c\x48\x46\x67\xe9\x39\x5c\x63\x92\xd1\x22\xcb\x98\x7c\xaa\x84\xd3\x14\x92\x45\x37\xa3\x1c\x7a\xee\xe9\x6d\xbe\x8a\xc6\x4f\x22\xb3\xb1\xe6\xcf\x18\x19\x79\xe4\xd4\xdf\x98\xd2\x3e\x58\xeb\xb0\xe4\x5a\xc7\x7b\x6a\x95\x3c\xce\x43\x65\x85\x75\xe5\x20\xc9\x8a\xed\x60\xf8\x92\xc4\xbc\xbf\xe0\xbd\x65\x6d\x8d\xc4\x2d\x13\x36\xb5\x80\xde\x77\xb8\xbd\xaa\x6d\x82\x21\xae\x45\x3b\xdd\x9e\x37\xfb\x79\x9a\xc6\x65\x79\x4c\x08\x29\xc9\x3a\xae\xc8\xc3\x97\x9b\xa5\xcd\x56\x65\x72\x2e\x5c\x96\xfb\x9e\x06\xa5\x3d\x3e\xe6\x99\x6b\x8c\x20\x5c\xfb\x0d\x40\x9d\xb2\xd9\x90\x86\xb3\xc3\xc7\xbd\x16\xbf\xfb\x6d\x0d\xbf\x81\x9f\xac\x6f\xad\xe1\x13\xf6\x1b\x5f\xc7\xb6\x86\x4f\x7b\x3e\x5b\x8f\x28\x29\x5a\xc3\xad\x4d\xf6\x33\xa3\x41\xdc\x1a\x6e\x6d\xb3\xdf\xfc\x56\xb6\x35\xdc\xda\x61\x5f\x0b\x0e\x05\x0d\x2c\x04\xd8\x93\xe5\x69\xef\xe9\x6f\x69\x17\x55\x73\x0d\x7d\x33\x6b\x22\x5c\xc9\x2a\x46\x45\x66\x39\xdb\xb6\x08\xe7\xae\x68\x62\xe4\x2f\x5a\x61\x69\x64\xf6\xa4\x49\x5d\xb7\xb0\x3b\x2a\x31\x36\x6a\xd4\x28\xba\x12\xf7\x4e\x97\x64\x3b\xd9\x82\x36\x30\x61\xb2\x86\x5d\x6f\xc9\xf4\xdd\xbd\x25\xd3\xbd\x25\xd3\x7f\x8b\x25\x93\x5e\x08\x77\x65\xce\xf4\x3c\x9a\xbc\x5d\xcc\xce\x80\x15\x2a\xee\x7c\x16\x4d\x12\x48\xec\xff\xa2\x38\xf9\xa2\x88\x62\xd3\xbe\xa6\x3f\x80\x34\xfe\xaf\x04\x1b\x79\x41\x46\x69\x32\x8e\x1c\x63\x20\x79\x32\x43\xbb\x02\x9c\x5d\x60\x5b\x90\x03\xe7\xbc\x3a\x27\xc0\xef\x09\x3c\xd8\x60\xe7\x2c\xc6\xb7\xb4\x95\x2c\x2c\x05\x36\x37\xa0\x9c\x79\xc8\x70\xcc\x21\xa3\x9c\x24\x74\x12\x14\xd1\x39\xed\x49\x4e\x04\x17\x47\xc5\x45\xda\xce\xc9\x28\x9d\xcd\xa5\xb4\x0a\xa5\xd8\xdc\xaa\x92\xe3\x38\x0d\x8a\x28\x99\x90\x79\x1a\x25\x45\x8f\x5f\x87\x32\xb2\x0f\xd3\x8b\xc4\x3a\xd3\x99\x6a\x12\xf7\xf8\x76\xcd\xb1\x7c\xad\xf0\xbd\x94\x63\x61\x4b\x29\xa1\x34\x84\x53\xf4\x99\x9e\xe3\xd0\x6f\x0c\x03\x48\x5b\x2a\x3b\x1f\xb3\x5d\x83\x01\x43\xfd\x92\x0b\xab\x76\xfb\x7c\x2e\x3a\xa3\xfe\xcb\x8f\xaf\x3e\x3d\x3f\xfc\xe9\xed\xf1\x9b\xe7\x2f\xdf\x7f\x7a\x7f\x74\xfc\xf6\xc5\xe1\xdb\x9f\x3e\xbd\x39\x7a\xf1\x12\x9d\xe1\x94\x26\x0e\x66\xb2\x3f\x0f\xc2\xd7\x74\x5c\x74\xf8\x57\x91\x7e\xbc\x48\xf3\x03\x85\x45\xd1\x66\xbf\x48\x85\xb8\xb4\xf5\xa4\xdb\x23\x4f\x1e\x9b\x37\x3c\x78\xb7\x84\xe1\x74\x78\x23\xa6\x01\x86\x39\xf1\xf2\xf0\x5b\x82\xf3\xe7\xea\x6c\x6c\x1e\x9a\x57\xc5\xa1\x2b\x75\x18\x58\xf4\x20\xa4\x48\x5f\xd1\x4b\x39\xee\x7c\x71\x96\x17\x59\x67\x1b\xe1\x2f\xb6\xae\xf6\x79\x71\xa9\xe5\xde\x20\x4f\x76\xba\x64\x80\x51\x64\xa3\xfb\x7d\x34\x99\x16\xa2\x58\x8f\xc4\xe4\xe1\x57\xc6\xa7\xd8\x81\xef\x14\xad\xa5\x32\xdd\xad\xb1\x2b\x8f\x67\x26\x5a\x95\x76\xee\x77\x9b\x01\x4b\x6d\xca\x1b\xeb\xf6\xf9\x9a\xdf\x20\xf5\x13\x54\xc7\xe9\xb8\x24\x5f\xbe\x22\x3e\xc8\xfc\xdb\xce\x9d\x32\xee\x6c\x3e\x6b\xe3\x2c\x9d\x1d\x17\xe3\xa7\xf7\x13\xe7\x99\x38\xf1\xce\xa8\x8c\x91\x89\x57\x48\x72\xd2\xd8\x37\x0d\x92\xd5\x19\x99\xfd\xe4\xa8\x7c\xce\xda\x9b\xb7\xfb\x6b\x93\x0d\x51\x3d\x79\x46\x48\x7b\xab\x4d\x86\xa4\xbd\xd9\xbe\x3d\x8f\xaa\xc3\x24\x3b\xb1\xb2\x52\xff\x60\x70\x39\x61\x82\xf1\x6c\x11\x17\x11\x17\x2a\xcf\xae\xc8\xf6\x7f\x66\x4c\x3c\x57\x36\x74\x01\xab\xb9\xa0\x13\x9a\x55\x6c\x25\xef\x45\xad\x75\xfb\xf7\xaa\x33\x22\x6c\x99\x4b\x66\x44\xa0\xc9\xa2\x3e\x86\x35\xd5\xa2\xda\x5c\xa3\x19\xcd\xad\xac\xed\x6e\x7f\x9e\x5e\x74\xb6\xb6\x9f\x76\xbb\x26\x4a\x0f\xa6\x74\xf4\x99\x44\x63\x03\xa7\x48\x2c\xb2\x10\x91\x47\x93\x84\x86\x87\xf9\x5b\x9d\xed\x28\xa2\x55\x1d\x53\x7a\x29\x7a\x6c\x22\x43\x12\x2d\x1c\xfa\xa0\xed\xc2\x94\xc4\x52\x76\x64\xb9\x88\x98\x18\x1e\xc4\xb9\xb6\x5a\xb6\x5b\xaf\xc5\x97\x0f\x43\x92\xdd\x6c\xf6\xc8\x56\xb7\x47\xb6\x9e\x20\x79\x64\xbb\x6b\xe4\x76\xc9\xde\xde\x1e\x23\x59\x2f\x15\x66\x8c\x7d\x3c\x0a\x62\xe8\x14\xe1\xaa\x03\x7d\xe1\xc1\x45\x4d\x97\x88\xb8\x22\xc1\x16\x02\x0d\xf2\x70\xec\x60\x19\xce\xb4\x60\x58\xd1\xae\x12\x0e\x61\x59\x44\x13\xc2\xe5\x74\x8b\xde\x54\x17\x0c\xfc\x19\x46\xb1\x0c\x98\xcf\xe3\x1e\xef\x0d\xd2\x65\x76\xba\xe4\xfa\x9a\xb4\x36\x5b\x42\x47\x3c\x18\x90\x91\xa2\x22\x26\x3c\xcb\x89\x54\xad\x73\xa0\xa8\xe0\x13\xad\x24\x6d\x57\xc8\x96\xf7\xb7\xd6\x3c\x8b\xb9\xf5\xa8\x20\x3d\xf3\xcb\xa7\x74\x16\x25\x0b\x7b\x15\xb4\xc7\xb7\xfc\x6b\x43\xdd\xb2\xf2\x2d\x75\x3d\xd6\xa0\x43\x37\xa0\xa0\x45\x35\x09\x1d\x57\xd2\x90\x8f\x7a\xe8\x4a\xe4\x23\x9a\x77\x09\xe7\xf8\x2e\x28\xe7\xeb\xa0\x4c\xb0\xfc\x32\x94\x39\xbc\xbb\x16\x65\x80\x31\x24\x12\x9b\x28\x12\xcd\xb9\x28\x72\x98\xb9\xcf\xe2\xdc\x5a\x8c\x02\xa6\x1f\x46\xe7\x51\x48\xc3\xe7\x57\x15\x3c\xfc\x26\xd4\x54\x83\x9b\xe3\xbb\x46\xce\xa2\x14\x3b\xc7\x2b\xa3\xe7\xf8\x36\xf8\x71\x6f\x61\x79\xd5\x0a\x45\x65\x12\x97\x7e\x30\xdd\x18\x2f\x72\x67\x33\xe7\xa2\x14\x47\xa2\x69\x17\x45\x8e\x7c\xe6\xc3\x90\x67\x79\xc1\x7e\x75\x4b\x81\x6d\xab\x4d\x9e\xf1\xad\x59\x78\xc6\x58\x0d\x9b\xa5\x27\x47\xf4\x2e\xb7\x62\xef\x8b\xe9\x58\x23\x8e\x49\x10\x15\x67\x1b\x47\xf4\x48\x82\x19\xe5\x0f\x7c\xd8\x2f\x4b\x04\x13\x30\xac\x4e\x55\x83\x07\xf3\xce\x21\x14\xda\xe8\x11\xac\x2c\x67\x85\xc4\x13\x6b\xb2\x47\xca\x5e\xea\x3e\xec\x0e\xd0\x91\x26\x8f\x7e\x15\x3c\x31\x87\x5b\x2a\x51\xfe\x64\xeb\xd4\x14\x85\xdb\x9b\x97\x4c\x64\x76\x27\xb7\x9f\xc7\xd1\x88\x32\xc9\x64\x9b\x3c\x84\xea\x56\xa4\xf3\x9a\x99\xc1\xa7\xf0\x3b\x9b\xa0\x55\xd1\x5f\xaa\x0a\x70\x36\x19\x75\x44\xb4\xf8\x00\x47\x9c\xb8\x04\xb3\x31\xf7\xe4\x71\x57\xec\xe1\x45\x2a\xe0\xbb\xe4\xa1\x3c\x55\xfa\x66\xc0\xaa\x88\x4b\x87\x4f\x1e\xf7\x44\xfb\xab\x4d\x41\xc5\xa9\x9c\x0f\xdf\x73\x2c\xbf\x53\xec\x07\xf9\x28\x8a\xaa\xf0\xef\x39\xce\xff\x86\x98\x97\x5a\x1d\xd0\x0e\x34\xc3\xff\x6a\x13\xa0\xdd\xd3\x94\xcd\xc0\xbe\x76\x60\x53\x32\x05\xa5\xbc\xbd\x04\xe5\xaa\x42\x17\xdb\x3e\x07\x36\x2b\x48\x53\x06\xee\x5a\x9b\x97\x2d\xb2\x41\xc4\x19\x07\xd0\xce\x7f\x2b\xb3\x82\xc7\x9b\x3d\x82\x93\xca\x7c\x06\x7c\x91\xa6\x1f\xe8\xac\x39\xb4\xbe\x7b\x36\x0c\xac\xd8\xa1\x93\xe2\xc0\xe1\x05\x3e\x2c\xcb\x70\x4a\x71\x64\x0e\xdd\x24\xb7\x1f\x69\x1a\x0f\xed\x04\x07\x8a\x49\x20\x43\x3b\x01\x43\x29\xb1\x6c\x68\x27\xb8\x50\xc7\x0e\xd8\xb1\x17\x0e\x37\xaa\x53\x3c\xf5\xb9\x80\xc7\x7e\x48\x3c\x58\x9d\xe2\x81\xc3\xd8\x46\x49\x2e\xa4\x6f\x7a\xdc\x1c\xb7\x9c\x39\x41\x38\xcd\x85\x15\x54\x3f\xf4\xae\xbb\xa5\xbc\xd6\x35\x2f\x87\x5a\xc3\xad\xa7\xbd\x96\x79\xa9\xd4\x1a\x6e\x83\x05\x03\x2c\x8c\xd6\x70\x6b\xab\xd7\xc2\x57\x53\xad\xa1\xf9\xb9\x3c\xed\x6d\x6d\xfe\xce\x2e\x5d\x0e\xb9\x6d\x7c\x85\x0f\xa2\x28\x29\xca\x5c\x10\x89\xdb\xab\x28\x29\xb8\x77\x16\xf6\xe3\xb1\xfa\x75\xaa\x13\x77\xd0\x6f\xcb\x79\x4b\x94\x14\xdc\x75\x4b\x94\x14\x4f\x1e\x2b\xb0\xa7\xba\xa2\xed\x6f\x9e\x94\xd4\xc5\xe0\x6b\x5c\x19\xd9\x47\xc3\xaf\xe8\x8d\x0b\xc0\x6d\x33\x84\xc3\xa4\x58\xd1\xf2\xc2\x28\x51\x61\x70\x01\xcd\x55\x94\xbc\x91\x79\x45\x94\x14\x52\x54\x7c\x76\x23\x97\x2e\xbc\x57\xf5\x66\x10\x5b\x8d\xa2\xd8\xdd\xdb\x41\xdc\xdb\x41\xfc\x79\xed\x20\x88\x36\x84\xe0\xa2\xd2\x1d\xd9\x40\x34\x30\x6d\xb0\x59\x3d\x37\x5d\x48\xc1\x20\x5d\x7b\xee\xe8\x7b\x24\xd4\x8b\x29\x4d\xd4\x7b\xc5\x1e\xb7\xfd\x66\x02\xb8\x72\xe0\x20\x25\xcb\x81\xd7\x36\xc2\x52\x7f\xdb\xcf\x13\x81\x93\x4a\xf9\x91\xff\x7f\x7d\x4d\xda\x6d\xc4\x67\x53\xf9\x72\x81\xff\xd8\x45\x4f\x0d\xa3\x44\xb4\xde\xd8\xe3\xc7\x84\x16\xd8\xe4\x17\x0c\xc8\xdb\xb9\x7c\x08\x0a\xbc\x84\x55\x62\x58\xbb\x6b\xf9\x9e\x1b\xbb\x9a\x52\xb4\x54\x33\xe9\x5a\x71\x65\xa4\x23\xfb\xd8\x35\x0c\xda\x01\x3d\xd8\xa0\xdd\x6e\xa4\xd2\x14\x0d\xac\xfc\x8d\x63\x07\xbe\x7e\x6c\x8c\x8c\x51\x46\x19\x31\xc9\xf5\x60\xba\x65\xe1\xe4\x1e\x46\xe3\x31\x05\x83\x64\x8e\x72\xeb\x5c\x72\xa1\xde\x85\xe0\xe3\x88\x44\x89\x98\x25\x69\xbb\x9c\x78\x0f\x21\xe6\xd1\x85\x6d\x87\xbe\x7e\x04\x73\xce\x61\x54\x2f\xca\x51\x79\xe1\x7f\x33\x6b\xd2\x5d\xe9\xad\x9e\x26\x48\x45\xaa\xab\x60\x34\x9d\x9d\x45\x89\xeb\xe1\xa6\x48\x27\x94\x71\x77\x56\x03\x9d\xf4\xf9\xa2\x0a\xe6\x73\x9a\xc0\x5a\x0a\x12\xfe\x06\xc2\xc2\xae\xa8\xad\xee\x1e\x46\x30\xa6\x69\x34\x62\xec\x49\xf6\xaa\xbe\xb0\xb8\x40\x4d\xc7\x02\x16\xf6\xa1\x4a\xd4\xca\xe1\xd5\xe9\xfd\xaa\xd0\xaa\xf4\x16\xfc\xca\x64\x97\xd4\x63\x77\x14\xc4\xb1\xc0\xaf\xbc\xc6\xe1\x23\x9a\x06\x7a\xe9\xe6\xd1\xaf\xc2\xb9\x20\x5c\xd7\x4d\x83\xbc\xc7\xfe\x97\x84\x06\xee\x7f\x3d\xf7\x76\x18\xdf\xca\x16\xd4\xaf\x33\xad\x44\x8d\xdf\x3b\x93\x6f\xe1\x8a\x55\xb1\xbe\xb7\x07\xd2\xc5\x38\x4a\xac\xb7\x4a\x75\x48\xd0\x5e\x8b\x44\x55\xe2\x86\xd9\x56\x1a\xf0\xdc\xfd\xfc\x79\xf9\xd1\x9f\x6b\x7c\x5d\x0d\x4d\x83\x65\x66\xd4\x5e\x35\xe8\x75\x18\xb5\x76\x01\xd0\x25\xcf\x48\xbb\x4d\x86\xcd\x0c\xb2\x10\xca\xbc\x66\x59\x2b\xe0\x8d\xf1\x7e\xae\x9c\x50\x32\xa3\xef\xb9\x97\xd6\x5f\xf8\x71\x26\xf7\x1e\x79\x2b\x1c\x60\x86\x1f\xcc\x30\x91\x01\x89\x57\x62\x51\x37\xe6\x45\x21\xf8\x55\xb2\xf1\xe7\xf3\xcf\xa4\x96\xd7\x2e\xe1\x57\x7e\xa4\x84\xee\xc4\x84\x75\x56\x47\x9d\xb1\xad\x95\xe0\x0e\x6d\x4a\x7e\xe4\xc9\x84\x40\x5e\xc2\x37\xc0\x22\x9d\xcd\x8b\x2b\xac\x12\x6c\xb0\x89\xd6\xae\x42\x93\x1e\x11\x7b\x1a\x82\xf4\xb1\x02\x6e\xa4\xc7\xa9\x52\x5f\x53\x5e\x4c\x54\x0e\x44\x54\x59\x37\x06\xe3\x62\x65\xc3\x23\x16\xdc\x64\x1c\xfa\x31\x5e\xb9\x7f\xa8\xd7\x51\x5e\x38\x2f\xff\x4e\x8c\xd1\x9c\x7a\x9c\x42\x55\x8e\x5e\xd7\xec\x6e\x2f\xea\x5d\x90\xbc\xa9\x5f\xcc\x43\x6e\xd9\x2a\xde\xc1\x29\x55\x64\x91\x16\xe8\xad\x2b\x2f\x2c\x85\x23\xee\x77\x88\x18\x6f\xfb\xd4\x13\x42\x01\x6a\x3e\x2b\x32\xf6\x36\xb5\x1e\xf9\xf6\x55\xb2\x20\xed\xdb\x2f\xdb\x59\x88\xd9\x3c\xd9\xc3\x3d\xd6\xb0\x78\x18\x1b\x7b\xae\xa2\x5f\xbc\xd6\x72\x5f\x68\x71\x48\x2d\x02\x75\x52\xfc\xea\x56\xbd\x9a\x1b\x0c\xe4\x74\xd3\x73\x9a\x5d\x15\x53\xf0\x45\x82\xea\xc1\xd8\x71\x1d\x4f\x49\x8b\x34\x07\x3f\xc6\x4b\x5d\xff\x0d\x85\xf2\xbd\x74\xa7\x4d\xb8\x4a\xe7\x65\x8f\xb4\xdb\x52\xf9\x5e\xa1\xa4\x78\xc7\x67\xc9\xd2\xe9\x29\xf5\xdd\xf2\xb4\xb7\xd5\x28\xd6\xde\x57\xd4\xc9\xc1\x6d\x74\xb5\x52\x2e\x63\x20\x25\x5a\x39\x69\x66\xc6\xfe\xe7\xaa\x32\xf8\xf5\x58\xff\x3c\x45\xc9\x3b\xf8\xc3\xd2\xcd\xb1\x34\xae\x9c\x63\xbf\xa4\x76\x8e\xfd\x7e\x8a\xaa\x43\xfa\x39\xa7\xc6\x06\x1a\x3a\xe7\xee\x7d\x15\x15\x1d\x2b\xbc\x8a\x8e\x8e\xc3\xdb\x4a\x3a\x96\xba\xa2\x96\xce\x2c\x52\xa1\xa6\xe3\x2d\x56\x95\xbd\x89\xa2\x8e\xe1\xb6\x44\x51\xd7\xcc\x51\xbe\xe8\x56\x03\x45\x5d\xa3\x68\x5e\x5f\xeb\x71\x9d\xe7\xf6\x6f\x15\xf2\xe0\xc5\x57\x21\x10\x59\xc2\x26\x11\x9e\xbe\x22\x91\xd8\x85\x2a\xc8\x44\xb6\x5b\x5d\xfe\x46\x3a\x5d\x2e\x49\x35\x79\x33\xe7\x69\xef\x6e\x5f\xcb\xa9\x51\x36\xa0\xbb\xbb\x8f\x3e\x52\xf9\x7e\xc7\xc3\x87\x91\x8b\xdb\x28\x6f\xee\xdb\x76\x44\xb3\x22\x88\x12\xbf\x7f\x5b\x07\x91\xfc\x36\xa9\x86\xa8\x39\x50\xdf\x4c\xaf\x26\x6b\x51\xc4\xca\xa8\xf5\x06\x51\xd0\x6c\xc6\x8e\xfc\xd1\x18\x6a\x36\xfb\x1d\x0a\xaf\xb5\x64\x12\x9d\xd3\x44\x9a\xb4\x98\x47\xea\x32\x77\xb9\x96\xfd\x0b\x3f\x66\x6b\x8b\x5b\xc0\x32\xaf\xdc\x69\xd7\x6f\x7f\x8b\x21\x9a\x2f\x11\xee\x9c\xb6\x55\x78\x85\xe3\xf4\x9c\x66\xd9\x45\x16\x15\x05\x05\x73\x2f\xde\xab\x16\xd9\x80\xde\x37\xc6\xdd\x05\x68\xd9\x73\xfc\x90\x1f\xac\x20\xf4\x51\x34\x4a\x04\x0a\x0b\xd7\xef\xb0\xfd\xd6\xbe\x11\x32\x5d\xad\xa4\xd5\x9c\xd6\xda\x96\xe0\xcd\xe3\x42\xc0\x8f\xc1\xc1\x00\x54\xe1\xc1\x8c\xad\x0a\xf0\x7a\x28\xb4\x59\x6c\xbc\x8c\x13\x50\x7e\xc7\x10\x47\x9f\x29\x09\x48\x1e\x25\x93\x98\x2a\x3f\x5c\x00\xd9\x37\x4c\xa2\x81\x82\xb9\x9b\x19\xee\x96\x83\xb7\x76\x7d\x4d\x4e\xda\x27\x5b\xa7\xed\xd3\xae\x12\x06\x6b\xdc\x00\x88\xee\x99\x78\x67\x5f\xd8\xb5\x61\x89\xe8\xce\x6d\xa0\x38\x2a\xc0\x56\x61\xab\x47\x1e\x81\x3d\xf6\x26\xf4\x65\x0b\x3b\xa2\xd1\x1d\x72\x04\x59\xe9\xa8\xa1\x27\x5d\x3b\x94\x9d\x16\xa4\x43\x87\x87\x12\x50\x37\x30\x18\x90\x20\x8e\xc9\x59\x90\x47\x23\xee\xff\x00\x1e\x0b\xec\x6c\x0b\x05\x4e\x9c\xb2\x93\xb1\xec\x4d\x8f\xec\x6c\xd7\x19\x9d\x98\x0b\x5b\x70\x34\x79\x02\x97\xba\x48\x42\x27\x20\x40\x42\x50\xa8\x93\xd3\x16\xd9\xfb\x01\xd6\xa7\x4e\x7b\xcc\x13\x2b\x95\x69\xfb\xb2\xb6\x55\x39\xc0\x94\x96\xf6\xac\x62\xb5\xe3\x56\x4b\x69\x56\xbb\xfd\x32\x1c\xc2\x38\x44\xb7\x6b\x6d\xa3\xa8\xc8\x83\x07\x04\x7f\x9f\xa0\xdf\xc8\x05\xdc\xa9\xdc\x75\x55\x64\x8c\xc1\xe4\x46\x73\x23\x96\x6f\xd5\xd4\xc8\x59\x30\xe7\x46\x4c\x98\x39\x35\xc8\xe3\xda\x2d\x67\xc6\xea\x57\xc5\xc4\xa0\x36\xbf\xf6\xbc\xdc\xe5\xc4\x98\xae\x4f\x34\x23\x45\x33\x01\x67\xa3\x16\xd8\x22\x6c\x73\xa4\xf3\x43\x52\x4b\x18\x2b\x6c\x89\xa9\xd8\x7a\xac\x00\xb7\x4f\x4f\x76\x04\xa8\x4c\xe3\x20\x0a\x62\xeb\xd4\x4a\xd0\xdf\xee\xee\x00\x58\xbd\xc1\xf6\x80\xc7\x22\x86\x58\xbf\x27\xa0\xc6\xee\x68\x22\xa3\x31\xe9\xa0\x2c\xc4\x21\x6d\x7e\x7c\xc3\x89\x05\x86\xed\x7b\x0d\xb1\x55\x31\xe5\x62\x93\x90\xa7\x6a\xdf\x3c\xc3\xbc\xf9\xa6\xba\xa5\xe2\xef\x39\x13\x2e\x3e\x5b\xc6\xbc\x1b\x15\x9d\x98\x95\xe3\xe9\xd6\xde\xd7\x1a\xcd\xb3\xca\xe0\x43\x11\xf9\xa5\xf3\x6b\x78\x51\x2c\xdd\xed\x85\xb7\xa2\x38\xc8\x0b\x72\x72\xca\x84\x09\x5e\xef\x8d\xa6\x7d\xdd\x3f\xef\x6a\x0e\x40\xce\x22\x8e\x8f\x25\x38\xd0\xe8\x97\x50\xf0\xa9\x68\xa0\x09\x91\x54\x18\xc7\xa2\x23\x8c\xe2\xc0\xf6\x4d\x13\x39\xbb\x22\x21\x1d\x07\x8b\x18\x14\xa1\xf9\x82\xc9\xa9\x6a\x63\x6e\x09\x37\x35\x3d\x11\xe6\xd1\x9e\x45\xe3\x18\x75\x03\x06\xac\x77\xc4\x15\x45\xe1\x86\xa7\xb7\x52\xa3\x7a\xe9\xab\x5d\xea\x88\xd1\x12\xc9\xed\x35\x02\x14\x2f\x48\xf9\xa4\xc5\x28\xbe\x47\x5a\x6c\x11\xb0\xff\x4e\x5b\xa7\x9a\xda\x05\x04\x4a\x83\x42\xc9\x22\xb6\x9f\x3d\xa0\xd9\x6c\x84\x36\xdb\xc1\x9c\xd5\xdf\x9a\x85\xe0\x3a\xa9\x72\x56\x02\xdf\x1b\x84\xb3\x3c\x3e\xeb\x39\xdc\xf0\xb2\xe1\x18\xe3\x65\xff\xc2\xaa\xb7\x88\x58\x70\xab\xce\xbf\x4f\xf8\x69\xfc\xdf\xa7\xdd\x7a\x11\x41\x28\x6f\x95\xb7\x87\xf2\x7b\x07\x2b\x8c\x85\x84\x6e\xce\x3a\xe4\xdb\x53\xf7\x2e\xcb\xc2\x99\xe7\xd2\x42\xdc\xa3\xdb\x1b\x83\xd7\x1f\xb5\x79\x2b\x23\x5c\xa1\x4a\x27\xa8\x36\x5b\xa8\xf1\x06\xab\xec\xbf\xb1\x31\xf1\x2e\x29\xfd\xf3\x3b\x46\x75\xfd\xca\xd2\x78\x8c\xfd\xc9\x0a\x56\xe6\x14\x52\x2f\x93\x4f\x4e\x7d\x4e\xc4\xfb\xf3\x45\x3e\xed\x38\x9e\x49\xe5\x4b\x6d\xe9\x66\xd4\xad\x99\x8d\xc5\xf5\xb9\x7e\xee\x73\x00\x8a\x5b\x42\x7e\x3c\x3b\xe7\x3d\x82\xfd\xcb\x5a\xee\x49\x6f\xe5\xd4\x57\x4c\x20\x76\xe6\x7b\xeb\xf9\x83\xae\x3b\x52\x87\x40\xfc\x6f\x3f\x7f\x3e\x8f\xac\x35\x9e\x58\x4b\x27\x82\xcd\x26\xb8\x4a\xad\x98\x8f\x95\x67\x63\xcd\xb9\x23\xb4\x74\x47\xc6\x92\x44\x1e\x6d\x9b\xf8\x04\xe5\xf7\xa3\xe3\x2c\x9d\x79\xcd\x0d\x38\x94\x8f\xb7\x9c\xd9\x0f\x76\x2c\x03\x21\xc3\x32\x68\x85\x07\x53\x92\xa9\xf1\x96\x1b\xb0\x28\x31\x10\xcc\xa2\x0c\x7f\x9a\x35\xac\xea\xab\xf0\x2a\xd8\x9b\xf0\x8d\x25\x17\x74\xc5\x13\x1f\xe8\x9e\x14\x74\x04\xba\x1e\x92\x6d\x30\x7e\xe8\x4a\x8f\xce\x02\x79\x65\x8b\xa8\xb2\x4e\xdc\xbc\x53\xb1\x6f\x45\x41\x81\x0f\x05\xbf\x63\xc7\xa5\x37\xc8\x0e\x77\x7a\xcf\x77\xdb\x9c\x81\xe4\x24\x18\x17\x34\x53\x8b\x04\xf7\xf7\x46\x6b\xd5\x5f\xc6\xe7\xbb\x5b\x73\x8e\x12\x9f\xdd\xa4\x12\x7b\x22\x74\xcc\xdb\xb2\xfa\xb1\x5f\x8f\x52\x37\xd2\x76\xcc\x9b\x4a\x46\xd3\x90\xd3\x90\x87\xd5\x7d\x63\xb0\x1b\x7b\xd5\x30\x8d\x18\x95\xe9\x70\x16\x4d\xfb\x06\x89\xee\x96\x6b\xfd\x21\xf6\x10\xfc\xd7\x90\xfa\xa5\x41\x6a\xc3\xbf\x3f\x14\xf1\xdf\xd3\x3e\xfa\xfb\x5d\x68\x9f\x78\x49\x1f\x07\x68\xbc\x29\xe9\xdb\x61\xc4\x56\xdc\x54\x1c\x62\xb5\xeb\x6f\xb6\xb3\x98\xbd\x58\xa5\x7e\x31\x7f\x5e\x7a\x8b\x1d\xfa\xf2\xaf\xbf\xf2\x25\x3c\x17\xb7\x7e\xae\x91\x6a\x5d\xf7\x3b\x64\x8b\x6c\x98\xbd\xeb\x72\x9f\x4c\x3c\x92\x98\x67\xea\xb9\x07\x62\xeb\xd2\xcd\x78\xb0\x5d\xe1\xcf\xde\xc0\xb5\x65\xf1\x65\x70\xb1\xb5\x15\xc7\x86\xe7\x5c\xad\xac\xed\xae\xa9\x56\xf5\x5e\x24\x5a\x5d\xaf\xbd\xe0\x2d\xbf\xda\x55\x6f\xe2\x96\xa7\xbd\xad\xdf\x3b\xf4\xfe\x71\xfd\xb3\xb7\x45\xc5\xbb\x37\xe1\x89\x04\xfe\xe7\xb6\x2e\x0b\xfd\xf4\x6d\x81\xde\xbe\x2d\xf0\x83\xb5\x85\xe7\xf5\xdb\x42\x3d\x7f\x5b\xa0\xf7\x6f\x0b\xf4\x00\x6e\x61\xbe\x80\x73\x6a\x6c\x60\x61\xe3\xf8\x47\xf9\x8a\x8f\xe0\x8e\xbd\xaf\xe0\x8e\x57\x7f\x06\x77\xdc\xf4\x1d\xdc\xb1\xfb\x10\xee\xf8\x0e\x5e\xc2\x2d\x6e\xfd\x14\xee\xb8\xf1\x5b\xb8\xdf\x3b\xae\xff\x71\x03\x8b\xb3\x45\x95\xc9\x99\x74\xad\xc2\x7f\x08\xe2\x44\x56\x67\x0b\x6c\x76\xb6\x30\xac\xc4\x16\x3e\xc3\xb3\x85\xb6\x3c\x5b\x60\xd3\xb3\x05\xb6\x3d\x5b\x58\xc6\x67\x9e\x7a\x9b\x2c\x8e\xdf\xd4\xfe\xec\xd8\x6f\x80\x76\x7c\x03\x0b\xb4\xe3\xc6\x26\x68\xc7\x1e\x1b\x34\xbb\xf4\xcd\xd6\x48\x85\x19\x5a\xd3\x45\xd2\xdc\x10\xed\xdb\x26\xab\xa4\xbd\xc8\x29\x28\x66\x47\x45\x9b\x07\xe4\x9b\xa4\x84\x26\xe7\x24\x4c\x29\x58\x2b\xc0\xeb\xc0\x20\x09\xc1\x87\x2d\xf9\xe7\x9b\xd7\xaf\x8a\x62\xfe\x9e\xfe\xbf\x05\xcd\x8b\x35\x10\xcc\xae\xe6\x34\x1d\x5b\x39\xdc\x8f\x8d\x7a\xbf\xd1\x96\x78\x11\x0d\xf7\x6d\x68\xf2\x65\xb9\xbb\x66\x04\x8b\x2c\x85\x34\x13\x40\x52\xff\x25\x9f\xb2\xdd\x27\x9a\x24\x69\x46\x87\x71\x94\xd0\xb5\x25\xb7\x58\x65\x78\x68\xe4\xed\xfe\xfe\xe5\xec\xfd\xcb\xd9\x3f\xf1\xcb\x59\xfe\x6a\x56\xd8\xb0\x19\xcf\x66\xf9\x86\x43\x6e\xf6\x7a\x56\xec\x7d\xc7\x45\x14\x43\x9d\x5c\x9f\x09\x6b\x87\x3f\x4f\x72\xc0\xa2\xe2\x4a\xb1\x44\x5d\x64\x14\x07\x79\x4e\x4e\xa0\xc8\xa9\xe8\x26\xcf\xd0\x4c\x98\x57\xb5\x36\x80\x7b\x23\x58\xa5\x42\xb9\xca\x38\x08\xa9\x70\x66\xdd\xdc\xcf\x39\x40\xb2\x9a\x8e\xdf\x1e\x7e\xfc\xc0\xce\xd6\x30\x09\xed\x0b\x1a\xb5\x39\x69\xb6\x3f\xa3\xdf\x6f\xd0\xef\x9f\xd0\xef\xfc\xd7\xe0\x2c\x95\x1f\xe3\x28\x49\xe8\x95\xfa\xa2\xb3\x22\x85\xa7\x8c\x32\x65\x1e\x8d\xcc\x84\x24\x48\xcc\x84\x59\x34\xca\xec\x94\x38\x8e\x9c\x42\x06\xbc\x01\x2a\x3f\x8c\x22\x93\x2c\x48\x42\x35\x14\x23\xeb\x27\xe3\xeb\xa3\xf1\xf5\xce\xf8\x7a\x69\x7c\xfd\x9f\xf1\xf5\x2f\xe3\xeb\xad\xf1\xf5\xc2\xf8\xfa\x87\xf1\x75\xcc\xbf\xd6\x4e\xcb\x5d\xd7\xb0\x39\x7a\xb7\xff\x82\x4d\xf1\x90\xec\x6c\xf7\x54\xe2\x87\xc3\x9f\xde\xee\x7f\x3c\x7e\xff\xf2\xd3\xeb\x97\x6f\x7f\xfa\xf8\x6a\x48\x1e\xeb\x4c\x98\xd5\xa1\xfe\xa9\x73\x4a\x28\x67\x48\xbe\x10\x2b\x41\xfb\x51\x87\x8c\x4f\x2f\x8e\x7e\x7e\x4b\x96\xba\xa6\x77\x47\xaf\x5f\x33\xe8\x8f\x87\x6f\x5e\x1e\x1d\x7f\x1c\x92\xad\xcd\xcd\xcd\x81\xe8\xa1\xb8\xf1\x7e\x1e\xa7\xa3\xcf\x43\xd2\x66\xac\x33\x2f\xda\x46\xde\xfe\x08\x42\x19\x0f\xf5\xdb\x46\xfe\x00\x83\xed\xe7\x75\xbe\x4f\xee\x43\x61\xdc\x6f\x64\x7f\xf5\x8d\x6c\x4d\xb9\x80\xc8\xa7\xc1\xce\x5d\x79\x80\x38\xc8\xae\xe6\x45\xfa\xf7\x0f\x78\x73\x18\x41\xda\x23\x1d\x01\x83\x35\xe8\x05\x18\xb0\x9c\xb6\x37\xba\x93\xeb\xbe\x01\x28\x2e\xc7\x0f\x54\x45\x12\x79\xf0\x40\xe6\xf6\xa5\xbf\x08\x2e\x26\x4f\xe9\x65\xdb\x7e\x45\x67\x78\xfe\xfa\x81\x6c\xb3\xd2\xb6\xf7\xe3\x6d\xe9\x2e\xd2\x2c\x4e\xe4\x65\xb8\xba\xe0\xb7\xfc\xb3\x13\xeb\xb5\x1d\x07\x95\x38\x62\x9d\xeb\xbf\xa2\x97\x7d\xd0\x5e\x0a\xcf\xbd\x3e\x1b\x23\x86\x15\x39\x6c\xdd\x3a\x3f\xd1\x71\xf5\xdb\x90\x6c\x7f\xf3\x84\x97\x44\x8f\x93\xe5\x9b\x33\xc6\xf2\x14\x8e\x5b\xc3\x6f\xbe\xeb\xb5\x4c\x94\xb7\x86\x4f\x37\x97\xa7\xbd\xed\x46\x3e\x9f\xee\xf9\xde\x3d\xdf\xfb\xf3\xf2\x3d\xcd\xf6\xf8\x3b\xff\x3b\xe0\x7b\x96\xec\xbe\xba\xe8\xee\x91\xdc\x65\x41\x9f\xe0\xbe\x52\xb4\x21\x9b\xd7\xf6\x07\x82\xdd\xeb\x70\x44\xe3\xa7\x18\x80\x7d\x2b\x11\x7e\x91\x44\xc5\x9b\x60\xae\xc4\xc5\xb6\x94\xa8\x87\x9c\x07\xb5\x37\xa5\xac\xc9\xa4\xf6\xa1\x66\x8b\xed\x2d\x43\xce\x1f\xa2\x8c\xcd\x4d\x55\xe8\x7f\x2b\xf2\xce\x82\xb3\xb3\x60\x42\x55\x4b\x38\x0f\x09\xff\x43\x3b\x6f\xe6\xa9\x13\x65\xbf\xa9\xce\x8e\xd3\x73\x1a\x07\x23\xd9\xac\x9d\xad\xcf\x18\x43\x5f\xf6\xc4\x5f\x39\x82\xf8\xa9\x16\x22\x9f\x06\x49\x92\x26\xc6\xb8\x4d\x08\x7d\xae\x19\x56\x40\xd4\xb4\x02\x27\xab\xa1\x07\x02\xa3\x52\x9f\x97\x86\xd5\x40\x75\x35\x89\xb3\xdb\xd0\x0b\x64\x54\xa6\xce\x63\xf6\xd8\x3c\x80\xfe\x21\x9a\x80\x06\xb9\x7a\xe0\x10\xe8\x67\x13\xd6\x07\x8a\xe7\x1a\x4e\x7d\x95\x15\xe3\xfe\x36\xaa\x1b\x57\xdf\xb4\x00\x2a\x53\xac\x50\x86\x15\xf3\x1b\x5b\x69\x47\x0c\xf3\x20\x14\xa6\xa4\x60\xea\x79\x39\xa7\x23\xb6\x79\x29\xf3\x7c\x6c\x74\x25\xbc\xa7\xf8\x2c\xa7\x74\x15\x67\x94\xc1\x85\x22\x22\x97\x65\x83\x35\x9a\x06\x59\x30\x2a\x68\x96\x4b\x15\x3f\xdc\xcb\x8b\xd2\x68\x1f\xf1\xb6\x11\x4d\x92\x1e\xb2\x85\x26\x9b\x6b\x7e\xb7\x1f\xd1\x64\x5a\x10\xe9\x91\xd6\xf2\xee\x2b\xc6\x60\x48\x9b\x1c\xa4\x07\xbd\xcb\x7b\xd0\x8e\xc7\xc7\x10\xb7\x10\x01\x18\x08\x4a\x0b\xaf\x55\xd5\x0d\xf1\x56\xb7\xff\x4b\x1a\x25\x10\xac\x81\x3c\x83\x3a\xc8\x90\xb4\x36\x5b\x5d\xb2\x21\x80\x4b\x0c\xdf\x6e\x3c\x17\x10\xb0\xe7\xcf\x3e\x19\x30\x88\x15\x67\x43\xf4\x70\x83\x7b\x5c\xbe\xe9\xbc\x94\x19\x22\x9a\x8e\x68\x60\xeb\x04\x33\x44\x08\xe6\xe1\xfa\x98\xb6\xe6\x85\x7b\x6b\xae\x98\x95\x28\x61\x95\xf8\x91\x85\xfd\x51\x7b\x1c\x25\xb1\xc6\xb5\xd9\x21\xf7\x40\x72\xcc\xb7\x76\x25\xd2\x4f\x79\xbc\xe7\xc1\x80\xfc\x18\x25\x21\xe1\x8f\xbb\x44\x47\x55\xbc\x66\x26\x51\xb4\x5a\xfa\x26\x1f\x6c\x5f\x7a\x10\x42\x6a\x4a\x2f\xa5\x09\xb3\x3a\x73\xb1\x34\x7e\xea\x61\x27\x8e\xf2\xb3\x12\xab\x66\x1b\xbf\x7b\x01\xe3\x1a\x61\x53\xb3\x4b\xa2\x8d\xbd\x6d\x0c\x2e\x63\x21\x63\xdb\x0e\xdd\x54\x27\x62\xed\x88\xd0\x17\xaa\x85\x31\xe9\xf0\x22\x7b\x7b\x64\xb3\x6b\x9c\xd2\xce\x32\x1a\x7c\xd6\xa0\x6c\x94\x1b\x7b\x44\xbc\x2a\x67\x33\x78\x30\x0d\xb2\x83\x34\xa4\x50\x83\xf7\x10\xc6\x26\x5b\x9a\xe3\xe4\x45\xd6\x8c\x42\xf8\xa4\xad\x44\x22\xfb\xac\xc8\x6f\x47\x23\xd0\xdc\x7f\x0f\x91\xdc\x64\xe6\xf3\xa2\xec\x75\xba\x39\xd9\x1e\x1f\xf3\x9d\x79\x46\xc7\xd1\x25\x0f\xa2\xb5\x79\xd9\x65\xb3\x00\x5c\xc3\xef\xde\x5e\x44\x7b\x2b\x9f\x7d\xaf\xed\x32\x1c\x41\x83\x18\xb8\x79\x65\x30\x01\x5f\x94\x4f\xc3\xd7\xbe\x70\xbb\x2e\xba\x81\xa9\x82\x51\xbc\xc0\x3c\x9f\x7d\x58\x0e\xc2\x6c\x9b\x2f\x07\x39\x23\xac\x25\x4d\x1d\xe3\x34\xb3\x4d\xe8\xf2\x22\x2b\x8b\x88\x8f\x66\x94\x41\x8d\xc4\xdc\xec\x17\x9d\xe8\x66\x2b\x1d\xac\x13\x45\x70\x70\xc3\x6b\x9b\x06\x61\xfd\xdd\xd8\x23\x89\xdc\x17\xbe\x27\xdb\xe4\x19\x3b\xd9\x90\x0d\xc2\xf6\x83\xc4\x47\x13\xc2\x85\xfc\x94\x5e\xde\x25\x69\x58\x31\x07\x6c\xda\xa8\x61\x0d\xbf\x19\x71\x38\x3c\x03\x51\xc7\x6f\x43\x01\xbf\xdb\xb4\x5a\x1e\x4b\xc7\x8b\x38\x56\x68\x18\xd0\x73\x9a\x14\xfc\xa1\x00\xb0\xfc\x5f\xf2\x34\x21\xc1\x59\x64\xf3\x78\xe9\x36\xf1\x63\xfa\xe3\x22\x8e\xed\x37\x94\xf2\x31\x01\x2b\xfd\x88\x97\x76\x1f\x43\xf1\x86\x9d\x76\x35\x63\x77\xdb\x30\x04\x29\x56\x39\x56\x9d\xb2\xef\x3e\x98\x50\x44\x49\x48\x2f\x8f\xc6\x9d\x76\xa7\xdd\x05\xdf\x90\x8f\xb6\x3c\xcf\x21\x15\xbc\x63\x27\x58\x5c\xcd\xa9\x68\x0e\x80\x80\x8a\x4c\x7f\x66\x9d\xa8\xfb\x45\x86\x10\xee\x33\xf8\x5d\xb2\x14\xa2\x98\x69\xf9\xa7\x5a\x21\x1b\xa4\xdd\x61\x33\xa7\x6a\xdf\x20\xed\x6e\xbb\xd1\xda\x0b\xa3\x7c\x1e\x07\x57\x7c\x5e\xc0\xc7\x68\x52\x30\xd9\x56\x61\xc3\x7e\xb3\x76\x09\xd9\x2f\x78\xb1\xaa\x17\xae\xac\x36\x73\xf2\xfd\xcb\xcb\xe8\x01\xdb\xd2\x2c\x8a\xa1\x93\xbe\x8c\xb7\x78\xd5\x11\x66\x75\x5d\xf2\xe8\x07\x95\xa8\xa6\xd5\xed\x5b\xe5\xc3\x67\x65\xb3\xe9\xcc\xac\x81\x66\x01\xc6\x27\x9b\x3c\xb3\xdf\xb4\x8a\xf7\x60\x6c\xcd\x68\x67\x23\x83\x81\x1e\x68\x7a\x4e\xb3\x38\x0d\x42\x1a\x2a\x45\xb0\x67\x4d\xe0\x01\x7c\xd4\x44\x52\xf6\xa6\x71\x40\x3e\x1e\xbd\x38\x1a\x92\x59\xf0\x19\x54\xc3\x51\x72\xbe\x88\x13\x9a\x05\x67\x31\xbd\xcb\x01\xea\xd3\x80\xfd\x7a\x77\x8b\x3c\x22\x28\xbb\xdb\xed\x67\x74\x1e\x07\x23\xda\x69\x93\x36\x38\x75\x63\xa7\x85\x96\x19\x24\x32\x4d\xce\x69\x56\xe4\x3a\xe4\x26\xc8\x7d\x21\x1d\x45\xb3\x20\xb6\x99\x6c\x94\xf8\x99\x7d\x91\xbe\xe0\x05\x5c\xca\xab\x0c\x9f\x69\xba\x35\xe4\x02\x9e\xa8\xa9\x36\x00\x64\x91\xba\xf1\x31\x55\xf8\x99\x26\x63\xac\x95\x6d\x19\x4f\xbc\xab\x71\xa1\xba\xaa\x83\xb3\x26\x52\x4b\xea\x8e\xcf\x13\x9a\x5b\xa8\x4f\xcd\x1d\xc5\x38\xec\x73\x80\x98\xe6\xf9\xc7\x69\x90\x74\x36\xc1\x89\xec\x23\x6e\x75\x2e\xac\xf7\x05\x61\x6d\x75\x21\x7c\x2b\xca\x31\xb0\xb8\xbf\x00\x37\xcd\x02\x95\x41\x72\x25\x1c\xef\x08\x77\xa4\x49\x39\x5a\xfb\x02\xaf\xfb\x49\xc8\xd5\xff\x9c\x86\xa2\xf1\x55\x2e\x1c\xa9\xe7\xe4\x8c\x8e\xd3\x8c\xf6\x1d\xba\x7a\x25\x8e\x0e\xd5\xb8\xbf\x16\x7b\x50\x0d\x69\xbd\x82\x7d\xde\x40\xbe\x5a\xbf\x0f\x85\xa9\xd8\x2c\xb8\xe4\x61\x2b\x2f\xa3\xe2\x6a\x48\x9e\x82\x0a\x5b\xee\x3a\x51\x2e\x5c\x1a\x43\xd1\xae\xbd\xc9\xa0\x49\xee\x6c\x30\x88\x5d\xa3\x28\x9e\xce\xea\xc2\x56\x59\x61\x48\x77\xce\x68\x87\x9d\x42\x38\xd2\xda\xde\x2a\x20\xbe\xd2\xdf\x3f\x1c\xbd\xed\x2b\x2c\xf3\xf6\xb4\x03\x4b\x70\x1d\x9b\x93\xc0\x8e\xe6\xd9\x23\xf3\x20\xcf\x19\xef\x2a\xa6\x59\xba\x98\x4c\xcd\x15\xa0\x06\x22\x68\x0d\x6a\x75\x2f\x27\x35\x57\x7b\x04\xa7\x25\x8f\xcc\x5b\x3a\x62\x09\x20\xde\x76\x98\xd5\xd5\xd4\x76\x2e\xed\x47\x51\x05\xa4\xb3\x1e\xe5\x3f\x46\x49\x54\x50\x0b\xe9\x56\x37\x40\x42\x44\x9d\x30\xa5\x2c\xb7\xa3\x68\x5d\xbc\x17\x9b\x0a\x5f\x07\xec\xbc\x94\x00\xf7\x27\x3f\x53\x5b\x90\x9a\xd0\x02\x22\x16\x1f\x8d\x8f\x93\xc8\xab\xed\x82\xb2\xc5\x94\x8a\x1f\x6a\xc1\x91\x22\xed\x29\xed\x94\x72\x88\xee\x8d\xda\xa8\xfa\xa1\xaa\xe9\xf0\xce\x74\xa1\x08\xb8\xed\xca\x09\xcd\xb2\x34\x93\x2e\x69\x78\x8f\x73\x92\xa4\x05\x19\xa5\x59\x46\x47\xc5\xf0\x42\xad\x1b\xb3\xd7\xc6\x02\x62\x05\x25\x09\x2c\x78\x26\xfc\xf7\x0c\xfe\xeb\x17\xe9\xeb\xf4\x82\x66\x07\x41\x4e\x3b\xc0\x5c\xb8\xbe\x57\xf3\x31\x06\xf5\x0f\x71\xcb\x2c\xae\x6e\x4e\xd8\xff\xa7\xfa\x28\x8e\x40\xb0\xdf\x6f\x4c\x78\xdc\x13\x59\x42\x2f\xc8\x4b\x36\xaa\x4e\x1b\xae\x7a\xa1\x23\x60\xab\xfa\xef\x76\x41\xe8\x65\x94\x17\x79\x8f\xcc\x63\x1a\xe4\x20\x16\xc3\xc8\xd3\x44\xa1\x6a\x9c\xc6\x71\x7a\x11\x25\x13\x28\x99\x33\x2e\x68\x2d\x23\xd1\xc3\x1e\xf8\x57\xe8\xe9\x67\x1f\x15\x51\x62\x55\xef\xc1\xfb\x95\xe9\x55\x38\xf8\x4c\x61\x11\x72\x86\x0f\x97\xd1\x11\xd8\xd3\x2a\x26\xcb\x49\x80\xb1\x5a\xf0\x55\xc1\x27\x9e\xa3\x56\x50\xd6\xbb\x34\xcf\xa3\xb3\x98\x4f\x21\xb8\xd0\x10\x46\x7d\x1f\x0e\x99\x7c\x99\x15\xfc\x27\x13\xa9\x25\xb6\x5e\x8e\xc7\xd1\xe4\x4a\x7c\x1c\x49\x52\x7a\x44\x3e\xb3\xe6\xf9\x9f\xbe\xae\x82\x4f\x71\xb3\xc5\xc1\x66\x1a\x4c\x5d\x2e\xf1\x4f\x79\x15\xc5\xe1\x26\x1a\x4e\xdd\xff\xf0\x4f\x71\x61\xa4\xf3\x78\x81\x47\x8f\xd4\xc2\xd4\xf7\x38\xbc\xc0\xaf\xc1\x59\x6a\xe4\x79\x4a\xc8\x7b\x18\x3e\x00\xb8\xbe\xc1\x79\xbc\x04\xea\x05\x2a\xcc\x3f\x05\x16\x10\x08\xb1\x20\xd0\x07\x5c\xa6\x08\x84\x50\x8d\xc3\x09\xfa\x5d\xc8\xdf\xb6\x48\xc1\xf9\x82\x75\xf2\xbd\x56\x72\x3a\x27\x87\x51\x90\xb0\x93\x41\xa0\x58\xb3\x48\x17\xba\xb2\x34\x23\x01\x79\xf5\xf2\x9f\x70\x08\x97\xd2\xda\x9d\x31\x14\xb5\xcf\xca\xa3\xdd\xcf\x53\x2a\xfd\xec\x05\xe8\x2a\x57\x44\x41\x41\xc1\x02\xd8\x7a\x0a\x72\x72\x41\xd9\x02\xd1\x0e\x56\xe4\x30\xd6\x90\x34\xf4\x33\x35\x8e\xe4\x72\x9c\x98\xa5\x70\x51\x87\xd5\x2c\x99\x04\x16\x8a\x78\x09\x1c\x35\xd6\xe4\x54\x9c\x3b\x59\xf2\x10\xde\x86\x45\x05\xe4\x99\xd1\xc8\x10\x7f\x21\xc9\xaa\x76\xf9\x06\x1c\xc7\x9e\x15\x7c\x41\xa3\xfb\x05\xfb\xdf\xb2\xc4\x8b\xb4\x6a\x81\xa3\xf3\xc2\x6f\xb6\xd4\xd9\x6a\xfb\x1d\x17\x3b\x20\xe4\x6e\x96\x7a\x11\xcd\x68\xfe\x7b\x2c\xf3\x44\x28\x17\xd9\xe2\x56\xaa\xaa\x9c\x1f\xf3\x61\x8b\x26\xca\x96\xc5\x21\x07\xd5\x93\x46\x44\xa1\xc9\x40\xde\x1d\xb2\xb9\xd7\xb4\x60\xd6\xa6\xbc\x5c\xe9\x0a\x34\x80\xc2\x3f\x36\xbe\xb1\x66\xa1\xe6\xfc\xf3\x0d\x13\x02\x61\xd9\xcb\xf2\xe2\xc7\xf5\x35\xd9\xdc\xf5\x1e\x6e\x44\xbd\xce\xe1\x84\xa7\x1b\x27\x22\x81\x73\xd9\x93\x07\x0f\x88\xf8\xed\x13\xfa\x59\x93\x76\x2e\x3e\x61\xf8\x7c\xa0\x19\xb2\x98\x28\xac\x74\x22\x9b\x97\xed\x5e\xbb\x8d\x2f\x5c\x2c\x4f\x69\xbe\xd2\x98\x50\x4a\x65\xba\x44\xc6\x8e\xf5\x90\x8a\xa2\x13\x0e\x26\xa3\x78\xa8\xa3\x98\x30\x9b\x04\xd8\xe2\x22\x6d\xe7\x64\xa4\x62\xba\x38\xa4\x65\x86\x7c\x69\x42\x5f\x25\x54\x83\x0e\xc9\x66\x9d\xa6\xc2\xcb\x20\x19\x06\x7e\x86\x28\xcb\xb7\x60\xe1\xc9\x77\x07\x79\xad\x53\x05\xb0\x4a\xa2\x76\xea\x5a\xe3\x5b\xfe\xb5\x60\x96\xfb\xf3\x78\x91\xeb\x2e\x88\x6f\xaf\x7b\x43\x05\x64\x6a\x92\xa6\x74\xf4\x39\x97\xc7\x26\xce\x23\xe5\x35\x67\x2e\x1e\xcb\xc5\x57\xe0\xc7\xd7\x1b\x8d\x98\x93\xfc\xc8\x1b\x89\xd8\x8c\x29\x8c\x1a\x60\xeb\x3f\xd0\xf0\xd8\xb1\x1d\x04\x57\x12\x33\x67\xd5\x6d\x4c\x9c\xa8\xd4\xd2\xa0\x0d\xfe\xb3\x79\x79\xb2\xf9\xe8\xbb\xe0\xd1\xf8\xf4\xcb\xe3\xcd\xe5\xff\x0c\xa2\x7e\x41\xf3\x42\x81\xaf\x30\xf6\x8a\x21\x7f\x9d\xc1\x36\x18\x26\x9c\xff\x07\xff\xe9\x6c\x5e\x76\x9f\x55\x8e\x13\xd3\xdf\x60\xa0\x63\x65\xf1\x68\x58\xd0\x3b\xee\x41\x58\x18\x1d\xce\xe0\x1d\x2f\xdb\x8f\xd1\xa8\x4d\xfa\x15\x8e\x00\x89\xe9\xaa\xc2\xdb\x19\xb3\x2f\x8c\xcd\x21\xb0\xfd\x47\x3f\x7a\xc1\xac\x2e\x43\xe8\xae\x76\x0e\xce\x8e\xf3\x19\xfb\x77\x14\xcc\x73\x90\x1d\xe2\x98\xc8\xef\x1e\xf6\xd0\x68\xf7\x98\x3b\x9e\x47\x1d\x36\x1a\x38\x52\xdb\x3b\xc7\x0e\x0d\x46\x53\x32\x0a\x72\xa7\x9a\x28\xe7\x84\xb2\x98\x89\x19\x42\xd4\xc4\x57\x59\x73\x9a\xe2\x6d\xe5\x8b\xd9\x8c\x86\xa5\xe4\x65\x35\x77\xc7\x64\x66\xd5\x5e\x45\x6e\x83\x01\x1f\x8f\x85\x9b\x40\x95\x14\xbf\x9c\x1d\x48\xeb\x43\x04\xc4\xab\x20\x07\x67\x34\xd3\x60\x47\x36\x62\xea\x52\xa4\xb4\xe3\x73\xf8\xf2\x78\x13\xee\x28\x89\x45\x21\xe0\xbc\xbb\x98\x92\x98\xc2\x73\x6a\x14\x81\x6f\x3e\xa7\x19\xeb\xad\x9c\x86\x04\xa2\x17\x4e\x22\x1e\xe0\x2e\xc8\xe9\x2c\x98\xb3\xe9\xd8\x32\x34\x7d\x1d\x65\xc1\x80\x3a\x0d\x6e\xd9\xb6\x9e\x74\xc9\x0f\xe4\x5b\xb6\x9d\x8b\xac\x93\xe8\xb4\x5f\xa4\xc7\xac\x21\xa1\x0b\x5a\xdf\xdb\x43\x99\x40\xf4\xd5\x15\x7e\xbf\xe7\xa9\x11\x6b\x97\xac\x1a\x4b\x7c\x85\xa3\x65\xa9\x59\xbe\xc1\xf8\x75\xfc\x05\x45\xa5\x6f\xc4\x51\x4f\x52\x63\x09\x29\x16\xe9\x5d\x92\xa2\xd4\x5e\xab\x7d\x79\x05\x4a\x44\x3a\x63\x45\x7d\xf6\xab\x6b\xd1\x4e\xbb\x2d\x48\xc9\x25\x53\x03\xbf\x37\x22\x5a\x04\x34\x72\x7a\xcf\x2a\xaa\x20\x63\xd9\x0b\x74\xed\x6e\x93\x34\x30\xbd\xa9\x36\xfd\x63\x44\xfa\x1d\x3b\xf8\x8c\xb9\x03\x7d\x79\x13\xa7\x28\xdc\x20\xe0\x3a\xfa\x35\x29\xc8\xee\xff\xc6\x5e\x29\x71\x23\xf2\xb2\x19\x69\x6d\x4d\x95\xa4\x69\x95\x34\x25\x4f\x2d\x69\x1a\x6c\xb4\x48\x99\x44\x19\x85\x64\x7b\x93\xfb\x0c\x7a\x24\x2e\x08\x79\x9b\xfc\x7d\xc2\xe6\x25\xe1\xc6\x1d\xae\x71\x57\x2d\x25\xfb\x6f\xfb\x85\xf7\x01\xcc\xb5\x95\x01\x57\x33\xfa\xb5\xc4\x19\xef\xc6\x27\x9d\xea\x4a\x7c\x20\x19\x9e\xef\xb6\x55\x1b\xad\xa7\x22\x71\xf9\xe5\xab\xcf\x84\x90\xa1\x17\xe1\x4a\x49\xd5\xa8\x5f\x53\xf5\xc8\xe3\x4d\xff\x2d\x81\x74\x44\x2c\x4f\xd3\xb9\x96\x72\xeb\x83\x6c\x7a\x4f\x92\xbe\xab\x2f\x23\xf0\x26\xdf\xc8\x7c\x67\x40\xd2\xe1\xdd\xb0\xe4\x42\xd9\xb7\x24\x2f\x82\x64\xc4\xb8\x88\x2e\x7c\x7d\xad\x90\x26\x0a\xc3\xeb\x35\xf8\x65\x38\xce\xf0\xa6\x72\xdb\x08\xe0\x45\xaa\xca\x76\x53\x44\xc9\xf3\x70\x1d\x96\x3e\x38\xc6\x45\x0d\x51\xe4\x09\x91\xe4\xc5\x8f\x60\xad\xa2\x67\x30\x1a\xde\xb7\xf6\xdd\xa1\x87\xf7\xa5\x31\x6e\x64\x8f\xeb\xb1\xf3\xa3\x36\x22\x59\x15\x3f\xb2\xe8\x8d\x30\x24\x4b\xb4\x1b\x8e\x88\xf5\xa9\xa8\x1f\x0e\xef\xfa\x0d\x06\x73\x24\xfa\xd6\x70\x31\x30\xf1\x22\x59\xc4\x31\x44\x49\xe8\xb8\x2b\x04\x0c\xb7\x41\x85\xe1\x19\xbb\xb8\xaf\x6d\x38\xf2\x33\xde\xd9\x06\xec\x80\x03\xde\x84\x19\xf0\xa4\x1b\x4d\xa4\xe8\x5e\xd3\xd1\x80\x0b\xc0\xfa\xb1\x38\x11\x35\x1a\x8e\xc4\x8d\x8a\xd1\x90\xa5\x41\xc1\xca\x31\xd8\xc7\x11\xbe\x8f\x82\x8d\x5c\x2a\xa9\xce\x1c\xc4\xdf\x73\x73\x5d\x69\x0b\x84\xca\x31\xb0\x62\xf6\xab\x01\xe5\x3a\x29\xbb\x72\xf7\xa9\xf5\x75\xb8\x99\xe4\xcf\x70\xb5\x31\xeb\x92\x8c\x20\xec\x53\x87\x7a\xf6\x36\x7c\x20\x5d\x65\xd4\x81\x18\xf7\x4b\x36\x81\x74\x31\x23\x67\x71\x3a\xfa\x4c\xa6\x34\x08\x69\xc6\x3e\xd2\x99\x6d\xb5\x11\xe5\xcf\x59\xb2\x4f\x68\x98\xd2\x4b\xe5\x17\x1d\xca\x92\x71\x14\x17\xb6\x32\xd3\x43\xb0\x00\x6b\xb8\x1f\x66\x29\x95\x27\xfd\x6f\xb6\xb6\xf5\x51\x9f\x83\xd7\xe0\xa5\xfc\xa0\xce\xeb\xc2\x55\xf9\xce\xe9\x2e\x94\x2f\xe2\xb0\x3e\x67\xaf\xb9\xfd\xb8\xc1\xcc\xc4\x29\x13\xf3\xe6\xd1\xc8\x9d\x87\x8f\x2c\xb9\x6e\x1e\x0a\x05\x54\x31\x01\x50\x93\x31\x01\x50\xac\x72\x02\x9e\x3c\xd6\xf8\xe7\xd0\x37\xc6\x3f\x54\x85\x6b\xf2\xa1\xdf\x01\xba\x11\xf6\x4b\x1c\x8f\x08\x91\x6f\x28\x7f\xf4\x64\x2a\x3c\xfa\x19\xaa\x5f\x3c\x1d\x04\xc3\x21\xff\x4f\xa6\x08\x0b\x92\xa1\xfe\xc9\x73\x90\x75\xc9\x10\x7f\xc8\x72\xc7\xc5\xf8\xe9\x50\xfc\x2f\xd3\xc0\x5e\x65\x28\x7f\xe8\x7a\x38\xac\xfc\xa5\xd3\x05\xbc\xfa\x29\xea\x71\x8d\x6e\x87\xbe\x44\x0e\xed\xda\x72\x0e\x3d\x69\x06\xac\x34\x9b\x1c\xda\x09\x72\x1c\x3f\x53\x18\xc5\xcf\x14\x8d\x01\xd2\xc4\x0f\x09\xa7\xa4\xc5\x21\xfe\x90\xb9\xa6\xca\x7a\xe8\xa4\x28\xac\x71\x41\x7d\xa8\x7f\xf2\x1c\x24\x1d\x0f\xf1\x87\xcc\x35\x4e\x22\x43\x3b\x41\x42\xa1\x7c\x2b\xc7\x3a\xba\x0f\xdd\x24\xd9\x43\x07\xd2\x49\x92\x75\x4a\x61\x6c\x88\x7e\xe3\xfe\x26\x93\xa1\xfa\x25\xd3\xf9\x9e\x3a\x54\xbf\xd4\xe8\xf9\x7a\x1f\xea\x9f\x6a\x4c\x6c\x97\x1c\xca\x1f\x32\x95\x6d\x58\x43\xf1\xbf\xaa\x83\xf1\xbb\xa1\xfc\x21\x53\x81\x6d\x0c\xe5\x8f\x1e\x2c\x30\xee\xa0\x4e\xbc\xea\x6e\x0d\xb7\xbe\xeb\x55\xfa\xb7\xe9\xb5\x16\xc5\xf8\x69\x6b\xf8\xf4\x9b\xe5\x69\x6f\x7b\xab\x89\xc7\x07\x73\x09\xef\xf1\x05\xdc\x12\x8e\x0e\x5a\x43\xd2\xda\xec\x6f\x6f\xf6\xb7\x5a\x6b\x4b\xe9\x0a\x6e\xbb\x51\xa4\xe2\x7b\x4f\x12\xf7\x9e\x24\xfe\x0a\x9e\x24\x44\x2d\x6b\xae\x2f\xb8\xbf\xd3\xf1\x38\xa3\x57\xe4\xe7\x28\x1e\x7d\xa6\xe4\xfb\x5f\xe8\x78\x6c\xbb\x93\x68\xe8\x31\x0e\xc0\xa2\x20\x21\x47\x4c\xe2\x0e\x00\x2a\x0a\x12\x17\xec\xc7\xe0\x8c\x81\xfd\x23\x9d\xd0\x38\x2f\x68\x1c\xd3\x8c\x7c\x3f\x86\x44\x17\xf8\xa7\xe0\x9c\xfc\x9c\xa6\x21\xf9\x7e\x52\xea\xe6\xe2\xb1\x76\xef\x23\x7c\x41\xbe\x09\x92\x60\x62\xfa\x9e\xe8\x0f\x18\x16\x06\x19\x07\x98\x71\x00\xe9\x63\xe2\xf0\x0c\x0e\x47\x36\x70\x74\x16\x24\x12\xe4\x25\x98\xf1\xdb\x10\x5c\xf2\xca\x07\xb4\x98\x4a\xc0\x17\xcf\x2b\xe0\xc2\x33\xe5\x6f\x76\x5a\x55\x5f\x3e\x55\xf5\xbd\x05\xcf\xe4\x65\x80\x09\x2d\x24\xe0\x3b\x9a\xe5\xf0\x94\xaa\x1c\x7a\x2e\x40\x54\x27\x2e\x82\x6c\x56\xd5\x0d\x96\xaf\x80\x69\x51\x40\xd4\x26\x17\x3e\x17\x59\x12\x54\x72\x15\x03\x52\xb2\x0b\x76\xa2\xd2\xce\x3d\xa2\xd8\xaa\x10\x85\x95\x2f\xf7\x11\xc2\x81\xa4\x37\x26\xf1\x70\x83\x26\xa1\xa7\x6f\x3c\x43\x82\x3d\x87\x13\x93\x0b\x75\xc6\xd2\x15\x26\xb3\x74\x4e\xb3\xe2\xca\x03\x37\x17\x59\x12\xf4\x55\x51\xcc\xdf\x65\xe9\x79\x14\x7a\xc9\x8d\x2d\xd4\xb9\xc8\x56\xc4\x36\x1f\x55\x94\x88\xe6\x23\xbb\x40\x33\x8f\x86\x6b\x6b\x4a\x56\xff\x99\x9e\xed\x90\x8e\xac\xc6\xf4\xca\x9b\xd9\x2b\x24\xa1\x17\xd6\xb2\xd1\x25\x91\x83\x5e\x11\x6a\x15\xf5\x5c\x42\x21\x20\xca\xdf\xba\xd0\x0b\xb6\x5c\xc0\x51\x3f\xae\x22\x3c\x13\x99\x2f\x9e\x3b\x79\xf9\x54\x96\xfc\x30\x75\x4b\x26\xb0\x06\x58\xee\x5b\x5a\x38\xb9\x73\x4d\xf8\x0c\x44\xae\x03\x07\xee\xec\xd7\x5f\x65\x1b\x8c\xae\xdd\x3e\x68\x02\x07\x20\xf1\xd9\xc1\x30\x9a\xb2\xf5\x51\x23\x98\x47\x43\xb5\x19\x8a\xff\xf9\x91\x03\x77\x52\x60\x2b\x37\x8a\x62\xf2\x19\x1a\x5f\x3d\x05\x83\xe8\x65\x88\x3f\x9c\x26\x3e\xa9\x35\xc0\x7f\x38\x03\x14\x00\x1d\xdd\xbe\x20\xe7\x88\xe6\x43\xf4\xbb\xc3\x8d\x79\x96\xdd\x5d\x26\x31\x0d\x06\xe0\x82\x37\xa7\x44\x8f\x21\xe5\x3b\x31\xf8\x04\x5a\x63\xe4\xe6\x19\x5f\xdd\xd8\x4a\xc7\xc5\x84\x46\x59\xa7\x8c\xa7\x49\x31\xe5\xe1\x98\xc1\xf5\x34\x8e\x0b\xaf\x4c\xda\x9e\xbe\x64\x94\x07\x8b\xd0\xbd\xf8\x4c\xe9\xfc\x30\xff\x70\x95\x8c\xa2\x64\x52\xd9\x15\x28\x6b\xc1\x37\xa3\x40\x4f\x47\x30\x5f\x78\xae\xed\x57\x2c\x28\xf9\x0c\x86\xbb\x93\x82\x2f\x0f\x8c\x7c\x32\x2b\xa1\xe0\xdb\x03\x27\xde\x5d\x4b\x30\xf6\xe9\x40\xe1\x27\xb8\x1c\x50\xa5\x78\x61\x8d\x3a\x65\x82\xa7\x6d\xfd\x9e\x4a\x36\x2f\x52\xbc\xb5\xda\xd0\x28\xcd\x53\x37\xc6\xa5\xac\xbd\x0a\xa7\xdc\xc4\x51\x42\xfe\x4c\xfd\x23\xc3\x50\xe2\xdb\x81\xc3\xa6\x2d\x1c\x52\xa5\x78\x60\xdd\x5b\x61\x59\xe6\xc0\xbe\x2d\x74\xfa\x5c\x56\xd6\xc9\xf1\xb4\x7b\xf8\x7c\xff\x2d\x6a\x8c\x7d\x3a\x50\xda\x3d\x0d\x07\x13\xdf\x3e\x38\xe9\x39\x45\x01\x42\x02\xdb\xc5\xec\x85\xcf\xb7\x7e\xfc\x92\x9b\x5f\x0a\x99\xde\x15\xcd\xeb\x3a\xb8\x93\xb6\x21\xcb\xae\x4f\xc3\x28\x03\x55\xf1\x28\x98\xc3\xeb\x0b\x74\x81\xe9\x99\xd1\xc3\x83\xfd\x77\xc6\xda\x67\xe5\xb0\x85\x5c\xc4\x45\x49\xb6\x7c\x99\x54\xc9\xf3\x8d\xc7\x9e\x0c\xa2\x2f\x9a\x91\x2b\x1b\x1c\xca\x28\xfe\x5b\x15\x71\xf4\x44\xf1\x6e\xd8\xeb\x84\x38\xd2\x31\xef\x9c\x13\xd0\xc1\xb4\xe5\x9e\x94\xa4\x21\x6d\xf7\x0c\x88\x09\x98\x85\x0c\x49\x9b\x09\x1d\x9f\x46\x71\x44\x93\xe2\x1f\x1c\xbc\xad\xef\xa4\xbb\xbd\x9b\xb4\x46\x8b\x8b\x34\xfb\x5c\xd6\x60\x42\x8b\x4f\x02\xd4\x02\x31\x03\x06\x0c\xed\x55\x7e\xcb\x6e\x51\xa1\xd0\x2e\xeb\x17\x2d\xa6\x9f\x60\xae\x47\x69\xfc\x8f\xdf\xa1\x7f\x17\xd3\x28\x9f\x2b\xdf\xc8\x4e\xf7\xf2\xe9\xf4\xd6\x68\x83\x9f\xa7\xde\xbd\x24\xca\x0f\xd2\x24\xe1\x3e\x9b\xd0\x72\xeb\x1a\xb4\xd7\xf1\x6e\x97\x0f\x1e\x78\xb7\x51\x5c\x65\xa7\xeb\xdf\xc1\xb8\x97\x02\x29\x93\x97\xd2\x3c\x18\x87\x42\xe4\x04\x21\xd1\x78\xf5\xb6\xac\x6e\xe9\x4d\x14\x9f\x10\xb8\xca\xc9\x38\x58\xb4\x86\xdb\x9b\x2c\x09\x1f\x49\x5a\xc3\xed\x2d\x96\xa6\x8f\x03\xad\xe1\xf6\x63\x95\xc2\x45\xa7\xd6\x70\xfb\xa9\x4a\xc2\xc2\x7d\x6b\xb8\xb3\xad\x32\xd8\x0a\x6f\x0d\x77\x76\x74\x82\x16\xea\x5b\xc3\x1d\x5d\xa9\x3e\x16\xb6\x86\x3b\xdf\x3a\xc9\xb4\x98\xb6\x86\x3b\x4f\x9d\xf4\x84\x16\xad\xe1\xce\x77\x4e\xba\x14\x84\x5b\xc3\xc7\x9b\x4e\x66\x3e\x9d\xb6\x86\x8f\xb7\xdc\x74\x26\x0b\xb7\x86\x8f\x75\xf7\xe5\x19\xa7\x35\x7c\xfc\x8d\x4a\x34\x0f\xce\xad\xe1\xe3\x27\x2a\x4b\x4a\x2d\xad\xe1\xe3\x6f\xab\x75\x7b\xcb\xd3\xde\xf6\xce\xbd\xe6\xed\x5e\xf3\xf6\xdf\xa2\x79\x0b\xe2\x18\x1c\x4c\xdc\xce\x8f\x2b\x52\x70\x39\xaa\x10\x9f\x2e\x44\x86\x89\x79\x79\xce\x2d\xfa\x91\x8e\x01\x7a\x23\xe1\x74\xd0\x98\xba\xe8\x48\xae\x9e\xc6\xab\xa8\xf9\x11\x2e\x77\xad\xca\x20\x4d\x42\x5c\xf0\xd8\x47\x26\x88\x64\x45\x22\x53\x79\x77\xdd\x8f\x63\x63\x28\xa6\x60\x64\x1e\xad\x7a\x70\x53\xdf\x23\x96\x69\x59\x89\xd2\xc3\x4c\xc0\x47\xe4\x5f\xf8\xe5\x3c\xfb\x0f\x27\x3b\xe6\x92\x7c\x13\x72\x7a\x58\x1d\xe6\xdb\x92\x5a\xa5\x3f\xf0\x3d\xf5\xeb\xfa\x1a\xe2\xdf\x10\xdb\xef\x03\x4b\x84\xd4\x93\x36\x93\x42\x21\xae\x40\xbb\x47\xda\x45\xca\x7f\x9e\xf6\x39\x9a\x51\xbc\xc3\xb1\xe7\x36\x54\x34\x73\x32\x3e\x05\x03\x17\x65\x1f\x2a\x6e\x48\xbb\x9e\xa0\xd9\x56\x35\xac\x3f\xac\xf8\x1e\x22\x1e\xee\x42\x07\x3a\xc2\xcf\x4b\x3a\x08\x9e\x6e\x50\xda\x2c\xe8\x87\x5b\xe0\x8b\x42\xe3\xd5\xc0\xb3\xf9\xba\x0b\x7b\xa7\xa8\xc2\xb8\x27\x6a\x71\x18\x14\x81\x1c\x01\xfb\xdd\x67\xff\x90\x3d\xf4\xfb\xfa\x1a\x8c\x62\x15\x00\x5c\x25\xe7\x12\x44\x7c\x5d\x5f\xeb\xe8\x9b\xa0\x6d\x64\x4d\xcb\x3b\x72\x04\x78\xb2\x79\xda\xcf\x19\x43\x50\x2e\xd6\x19\xf4\x4c\x08\x38\x9a\xc2\xdc\xe9\xfa\xc5\x33\x5d\xb8\x95\x3d\x61\x6a\x2b\xa4\x3b\xf7\xd2\xb6\xf3\x8b\x7a\x9f\xde\x3d\xd9\x3c\x45\x0f\xaf\xd6\xa1\xfd\x2e\xf9\x02\x8f\x1d\x82\x24\x49\x0b\x32\x8e\x92\x90\xf7\x2b\x4a\x26\xbc\xa1\x67\xaa\xf9\x51\x9a\xe4\x69\x4c\xfb\x17\x41\x96\x74\xda\xb8\x04\xf7\x96\xc3\x58\x71\x9c\x4e\xda\xc8\xf4\x55\xf4\x98\xa1\xc2\xf1\xb8\x44\x05\x1b\xc2\x91\xb9\x60\xee\x3a\xbe\xd5\xd9\xe3\xdd\xea\x99\x04\x61\x1e\xa1\xa0\x46\xe9\xec\x10\xa6\xb8\xc1\x72\xbc\xa4\x23\x26\x01\x78\xd6\x63\x0f\x3c\x32\x9d\x05\xa3\xcf\x2a\x86\x28\xb8\x22\x10\x87\x5d\x79\xdd\xda\x09\xb2\xc9\x02\xde\x82\x9c\xa8\x5f\xc8\x1b\x8f\x69\x84\x2e\x6b\x84\xd8\xcf\x95\xc5\xb0\xdf\xb8\x8e\x03\xc1\x26\x7e\xcb\xf4\x63\xa1\xd9\x46\xb2\x88\x63\x07\xdd\xa9\xa4\x34\xe1\xfd\x4e\x1f\x80\x25\xc4\x18\x45\x59\xe3\x9a\x59\xc0\x64\xff\x2c\x32\x95\x86\x48\xfc\xe6\x9c\xbd\x93\xf6\xe0\xa0\xd4\xee\x79\x19\x6b\x4f\xb2\x77\x76\xd8\xea\x74\x7b\xba\x21\x84\xe1\xfa\x99\x0a\x8a\x22\x18\x4d\x3f\xa6\x07\xd2\x11\x16\x9e\x32\xe9\x1d\x0b\x9f\xb9\xf5\xd4\xf2\x71\xf3\x4f\x67\x38\xb2\x68\x3f\x88\x63\xb5\x9f\x08\xe0\x92\x33\x85\xd3\x4d\x75\xc0\xf0\x9c\x30\xbc\x47\x0c\x20\xd5\xd6\x70\x1b\xa4\x7b\xbe\xea\x5b\xc3\x6d\x90\xdd\x71\xcc\xb6\x1d\x00\xb6\x36\xc2\xd6\xf0\xf1\x0e\x13\x99\x1f\xdf\x8b\xcc\xf7\x22\xf3\x5f\x5b\x64\x46\xe1\x5e\xe0\xec\x7d\x57\xf1\x5e\xfe\x9e\xa7\x49\x36\x1f\x99\xf2\xe6\x2f\x3c\x51\x5d\x1d\x66\x59\x6a\x8b\xc0\x3c\x4d\x49\xa2\xae\x8a\x82\x0d\xd6\x10\x32\x1d\x19\x13\xd0\xf1\xa9\x54\xd2\x14\x19\xb9\x08\xec\x5d\xe3\x28\x30\x08\x43\xe9\xd3\x91\xb1\x63\x51\x18\xdc\x64\x43\xd7\x44\x82\x65\x11\x18\x84\xa1\xc7\xc6\x96\x88\xf1\xf3\x42\x85\xb6\x6e\x1d\xac\xc1\x38\x31\x2b\x0e\x43\x9f\xcc\xed\x1b\x78\xce\xa3\x82\x4b\x88\xda\x11\x49\xa6\x5d\xd5\x7f\x01\xe3\xed\x9a\x6f\x3f\x37\xbd\x0b\x28\xfc\x1a\xdd\x74\xa7\x40\xdf\x13\x25\x21\x57\x33\x49\xd8\x1e\xaa\x9b\x66\x59\x4f\x48\xa2\xb9\x2b\x13\x73\xf2\xe1\xbf\x84\xb0\xa8\x01\x04\x7e\xb0\x8b\x49\x85\xca\x1e\x81\xd7\xed\x25\xef\xd7\x44\x95\x27\x00\x73\x8a\x8f\x07\xa5\x02\x3b\x2f\x52\x52\x2d\x13\x6b\x64\x7f\x44\xa5\x7d\x47\xf6\xb1\x0b\xac\x8b\x45\xd4\x8f\xf2\x7f\x04\x71\x14\xbe\xa7\xf9\x3c\x4d\x72\x2a\x9a\x72\xde\xde\x39\x63\xf0\xb7\xd7\xe1\x6b\xac\x7f\x98\x9c\x7b\x6b\xdd\x75\x2a\x5d\xba\xfd\x2b\xad\x9c\xfb\x6c\x72\x06\xcb\xf7\x5c\xf0\x0d\xe1\xcb\x10\x8d\xf7\x45\x1f\xc0\x6b\x04\x4e\x70\xa2\xd8\xeb\xa9\x50\xe7\x1b\xe2\x17\x25\x80\xb2\xb4\x7e\x92\x0f\xbe\x35\xdc\x06\x3d\x9a\x58\x91\xad\xe1\x0e\x58\xbd\x35\x8a\xf2\x7d\xbf\xe1\xdf\x6f\xf8\x7f\xde\x0d\x5f\xef\xf7\x4a\x2c\xbf\x23\x15\x59\x43\x5d\x15\x3b\xf1\x64\x16\x58\x2e\x64\xfd\x01\x64\xae\xaa\x4e\x93\x70\xe8\xdd\x14\xd6\x83\xc9\x07\x51\x02\x7a\x1f\x1d\x42\x10\x98\xd2\x18\x1a\x21\xc7\x7d\xfb\x27\x57\x2f\xe1\x47\x66\xb0\xcd\xdb\xcf\x94\x39\xdc\x81\x06\x7b\x27\xa1\x94\x5c\x00\xc6\xbe\x4b\x22\x7d\x39\x9b\xa9\xde\x06\x84\xb7\x5f\x7f\xd5\xe6\x53\xcf\xb3\xa8\x27\xca\x59\xb7\x3a\xc1\x59\xe4\x51\x83\x20\xbf\xcf\xc4\x72\xb4\xcc\x03\x7c\xef\xed\x91\x36\xea\x53\x9b\x3c\x78\x60\x38\x72\x46\xe7\x66\xde\xac\xe1\xed\x7f\xd9\xb5\xb6\xe1\xaa\x06\x3d\xae\xa1\x49\x07\x12\x4b\xb6\x6b\xc8\xe3\x1e\xa3\x3d\x3b\x83\x55\x11\x03\xcb\x3d\x4d\x03\xed\x89\xc3\x3b\x47\x28\x07\x55\x68\x44\x5a\x1e\xa9\xbd\x6a\x20\x3d\xaa\x80\x5e\xc2\x55\x14\x3f\x5a\x7b\x5f\x36\x05\x61\x28\x69\x38\xd7\xc7\x70\x4c\x1b\x32\x6d\xa9\x6a\x2a\xa5\x27\x4e\x2a\xfe\x2a\x2b\x4f\xf6\xfa\xb8\x7e\x73\x42\x41\xaf\x10\x57\x99\x7d\xac\xa9\x52\xda\x1f\xd5\x9f\x4f\xb4\x98\x4a\x75\xb3\xee\xa4\xe9\xf5\xa2\x56\x95\x3a\x76\xd4\x1c\x1a\x01\x5a\x55\xda\x60\x5e\x39\xb7\x68\x34\xa9\x9c\xdf\xdc\xdd\x8c\xda\xf5\xd5\x2b\x6a\x24\xc3\xbb\x8b\xb9\xe5\xbc\xd7\x52\x2b\x0b\xce\x2a\xb4\x8d\x8a\xc7\x9a\x93\xe7\xea\xad\x78\xc7\x4a\xa7\x73\x3f\x8e\x2b\xa7\x0b\x80\xc4\x45\xcf\xca\x04\xc6\x55\xa1\x35\x1d\x5c\x9d\xda\x8c\x47\x81\xae\x52\xad\x8c\xda\xaa\xc8\x4d\x39\xca\x01\xdb\x3f\x39\xe9\x13\x5a\xe4\xc2\x78\x25\xbe\x22\x21\x9d\xc7\xe9\x15\x0d\xa5\x89\x20\x3c\x1f\x1c\x4d\x83\x28\xb1\x9f\xab\x41\x6d\x3f\xa6\x99\xec\x91\xc7\xf7\x80\x3c\xb0\xfa\x48\x52\xae\xcb\xa5\x52\x2d\xae\x19\x2e\x72\x8f\xe5\xe5\x86\x7e\xd6\x56\xd2\x22\x36\x78\x90\x2d\x21\x85\xa5\x26\x5f\x08\xd8\x0c\x91\x64\x1c\x35\xef\x8f\x10\xa5\x7c\x4f\x3e\x2c\x83\xfc\xc1\x80\x5c\x04\x11\x57\x97\x83\xc8\x35\x2f\xb4\x0a\x56\xde\x94\x99\xf3\x2e\x96\x82\x0a\x18\xad\x3b\x46\xbb\xa6\xe7\xe5\x75\x0a\x4f\x93\x8d\xf6\xed\x5d\x09\xfa\xbb\xb1\xb1\x6b\x1e\x9b\x06\x03\x92\x17\xe9\x9c\xeb\x6a\xa3\x64\x42\x82\x31\xeb\xca\x37\x9b\x7c\xae\x72\xd2\x29\xa2\x19\x4d\x17\x45\xd7\x39\x3a\x72\x04\xfc\x40\xbe\xd9\xf4\x1e\x16\x79\xef\xfb\xac\xf6\x9f\x45\xe5\x3a\xa6\x42\x97\x7c\x59\x7a\xce\x74\x36\x02\xf9\x83\x3d\xef\x39\x54\xcd\x88\xf7\xb4\xa9\x4f\x7e\xda\x31\xb0\x62\x4c\x70\x5f\x12\xf0\x95\x31\x62\x84\x0d\x4e\x82\xcf\x98\xc4\xbc\x48\x42\x1b\x03\x6d\xdf\xe1\x93\xc6\xc8\xa1\x08\xfe\x73\xdc\x11\xdf\xb8\x55\xb6\xfc\x70\xcd\xca\x9f\x88\x8b\x35\x83\x6a\x26\xb4\xf8\xa8\x9b\x7a\xcf\x49\x4d\x73\x14\xd4\x8d\x57\x41\x3e\xc5\x44\xd5\x93\x84\xd9\xf5\x1f\xe1\xa3\x71\x47\x00\xf8\xa9\xcd\x5b\xc8\xdb\x41\x08\x61\x24\xea\xea\x8f\xcc\x05\x68\xf6\x08\xe2\x1c\xf9\xbb\x23\xff\xca\xbc\xb7\x3f\x51\xde\xdb\xcb\xfe\xa2\x71\xc7\xa4\xb8\xeb\x6b\xb2\x0e\x2d\x56\x16\x23\x8a\x75\x7b\x68\x13\xff\xdd\x64\x09\xe0\xbf\x86\xcb\xc1\x1e\x52\x1a\xa2\x10\xd1\x3b\x95\x33\x23\xff\x06\x03\x75\xcf\x17\xa7\x13\x44\xb5\x70\xac\x90\x6c\x7c\xbd\xdd\xad\x69\x9e\x18\xa2\x9a\xe2\xa8\x25\x53\xdd\xa0\xb2\xc1\x80\xf0\xcd\x4a\x8a\x0b\x41\x12\x12\x71\x33\x42\x82\x49\x10\x25\x62\xe5\x5c\x50\x11\xe1\xaf\xe6\xcf\x2f\x7b\xda\x1b\x60\x4d\x0d\xb6\xac\xe3\x6c\xff\x35\x43\x1a\x71\xa7\x6c\xe2\x52\x90\x6d\x09\x6c\x77\xcc\xe9\x28\x4d\x42\xc2\x18\x6e\x6d\x25\x88\x74\xeb\x89\x95\x18\x1c\x11\x74\x61\x4d\x3b\xec\xf5\x62\x74\xc7\x1d\xc2\xbe\xdb\x91\x28\x21\x4e\xb4\x88\x53\xe6\x45\x9a\xd1\x50\xf9\x71\xe7\x12\x08\x68\x7c\x26\x41\x4e\x82\x19\xdb\x90\xfa\x5e\x7e\x6d\xff\x95\xf2\x6f\xfb\xcf\xe3\x5e\xfe\x2e\xba\x58\xdd\xc3\x65\x69\x6e\x19\xc7\x70\x4b\xd8\x90\x48\x3b\xd9\xf4\x40\x81\xae\x18\x24\xa1\xff\x18\xb0\x63\xf6\x95\xf2\xa5\x61\x49\x71\x16\x58\xcd\xa1\xc1\xae\x14\x1f\x18\xe0\x54\x15\x9c\x45\xc6\xe5\x02\x7f\x51\x44\xe5\xf1\x1d\xd2\x82\xb3\x88\xec\x31\x48\x29\x67\x3d\xe4\x9a\xd0\xfa\x31\xe9\x13\x52\x42\x02\x24\x9a\x8a\xe2\xb2\x16\x39\xb6\x84\x5e\xa8\x24\x39\xa6\xe4\x6a\x89\x89\xc1\xd2\x8d\x6c\x49\x9b\x82\x20\xee\xae\x58\x74\xbb\xa2\xa8\x2d\x07\x1b\x92\x85\xf0\x75\x22\x15\xc5\xa1\x53\xda\x27\x29\x0b\x08\x25\x2d\xeb\xe3\x9f\x4c\x52\x6d\xe9\x89\x87\x42\x03\x3d\x11\x0c\xa5\xbe\xeb\x17\x52\xb1\x45\x7f\x2b\x6b\x60\x7f\xea\x07\x97\xae\xd5\x29\x12\xd3\x5f\x47\xd2\x41\x4f\xcd\x3e\xe6\x60\x83\x01\x8f\xad\xa8\xad\x2c\x8c\x4a\xb5\xad\xc4\x97\xe5\x2e\x03\x96\x58\x5a\x37\xdb\x16\x88\x41\x15\xc3\x19\x37\x83\xb7\x38\x40\xc8\xf8\x51\x42\x1c\x8d\x28\x5c\x35\x68\x7b\x0d\x2b\xfc\x9f\xcf\x76\x04\xec\x3f\xca\x2d\x46\x88\x63\x35\x92\xf7\xe7\xe9\xdc\x70\x30\x67\x76\x2f\x0e\xf2\x42\x40\x3a\x55\xfb\xbb\xc3\x09\xa9\xc3\x0a\x82\xf3\xa2\x75\xf5\xe2\x04\x02\xd1\x42\xba\xdd\x27\x8d\xc2\x9a\x2e\xb1\x86\x04\x70\x9f\x47\x25\xf9\x81\x6c\xda\xb5\x89\x99\x96\xb4\xbf\x2f\xd7\x72\xbd\x16\x40\xfe\xdd\x4a\x25\x88\xd0\x64\x31\x4b\xa9\x4e\x53\xa6\x76\x78\x58\xeb\x66\x97\xfb\xf3\xe0\x2a\x38\x8b\xa9\xaf\x7b\xee\x71\x80\xdb\x4f\xe5\x34\x09\x75\x44\xaa\x24\x4d\x1e\x89\x4a\x30\x3a\xec\x6d\x62\x59\x36\xf5\xe0\xdb\x8f\x71\x46\xbf\x0a\xb6\x23\x97\x4a\x0f\x46\x8c\x6a\x95\x13\x04\xb6\x6f\x1b\x7b\xbc\xa2\x5d\x73\x12\x4b\x6f\x04\xf1\x89\xd6\xd0\x01\x48\xb9\x2f\x08\x13\x5b\x4b\x10\x52\x72\x11\xe4\x4a\xa0\x5c\x33\x71\xc5\x97\x36\x5c\xbd\xa2\x23\x8c\x36\xcc\xb2\xee\x5f\xa7\x41\x3e\xf5\x21\x9d\xf5\x9a\x66\x59\xd9\x4d\x24\xbe\x72\xf4\xdd\x2b\x56\x49\x3c\x4c\x1c\x0d\x43\x7e\xed\x85\xb8\x2e\xeb\x89\xbf\xad\x92\x63\x17\xd9\x83\x32\x25\xc2\x57\xa9\x84\x38\x8e\xb2\xbc\x28\x17\x10\x57\x94\xf1\x4a\x34\x20\x3e\xb5\x87\xef\xfa\xd5\xf8\xaa\x73\x7c\x09\x91\x36\xf9\xc0\xeb\xe6\xd9\x6a\xac\x29\xca\x6b\x51\xbd\xca\xd0\xfd\x3c\x4d\xe9\xe4\x39\x90\xd0\x95\x09\xec\xca\x4d\x90\x9d\x6f\x5f\x70\xbb\x52\x48\x12\x9f\x86\x01\xda\x8d\x05\x2f\x5b\x6b\x56\xa7\x9d\xf5\x6c\xea\xa2\xa6\xa5\x29\x03\x8d\x55\xfd\x83\xb5\xc1\xc0\xda\x81\x8d\x0b\x1c\xed\xf1\x18\xa9\x2f\xad\xca\x3b\x7c\x5f\x1e\x0c\x0c\x57\xba\xa5\x71\xa7\x47\x23\xf0\x8a\x9b\xf2\x40\x4d\x51\x32\xa9\x90\xcd\x4c\x35\xb6\x39\x72\x3e\x89\x4b\x97\x13\x61\x71\xa8\x4a\x14\x22\x5f\x90\xd4\xd5\x54\x22\x1a\x93\x24\xd5\x35\x30\xf6\x36\x0f\xf2\x9c\x86\x3d\x56\x85\x76\x7d\xc7\x20\x72\xb4\xa4\x4d\x5e\xa6\x08\x0f\x66\xc0\x42\xa7\x61\x0e\xe9\xf3\x9d\x6a\xda\xac\x92\x95\x65\x28\x6d\x29\xaf\xb5\x95\xc5\x14\xb9\x96\x84\x60\x35\x10\x22\x4c\x1a\x15\xa8\x2e\xf5\x64\x81\x33\x3a\x0a\x16\x39\x65\x27\xf1\x30\x4d\x0a\x72\x11\x24\x60\x93\x94\xcf\xd3\x28\xe6\xb7\xe1\x49\x41\xb3\x71\x30\x52\xbe\xb1\x1b\x9c\xc4\x9b\x9c\xb6\xed\x6d\xaa\x9e\x1f\x12\xc7\xbd\xae\x5a\xd3\x68\x6d\xfe\x44\x0b\xee\xac\x99\xed\x8f\x3d\x72\x31\x8d\x46\x53\x30\x1a\x60\xcb\xbb\x48\xc5\x36\x46\xe6\xf1\x22\xaf\xbf\x7a\x15\x7c\xa0\x66\x7e\x35\xf3\xf0\x1b\x32\xd5\x88\xb0\xab\xcb\xa9\xaa\x58\xbd\xfc\x78\x1b\xd9\xb1\x5c\x6e\x44\xc6\xca\x37\x92\x63\xaa\x64\x18\xf3\xa5\x43\x9f\x1b\xa4\x37\x67\xbe\x9e\x53\x8f\xf7\xb8\xdb\xe0\xfa\xbc\x8c\x35\x39\x87\x61\xef\x29\xb8\xe4\x25\x8b\xef\x3c\xec\xee\x7e\xda\x2e\x9c\xe3\xcf\x7d\xbc\x42\x3c\x87\x69\xaf\xd9\x92\x45\xb7\xbb\xca\xfc\xd9\xb4\x95\x68\x0d\xbf\x2d\xb3\x80\x56\x16\x0d\xad\xe1\xf6\x8e\x6b\x12\x2d\x46\xde\x1a\xee\x6c\x2d\x4f\x7b\xdb\x4f\xee\x4d\x9f\xee\x4d\x9f\xfe\xda\xa6\x4f\xc8\xd6\x59\x98\x40\xde\x81\xb1\x73\x89\x1b\x4b\x61\x5c\xc9\xdf\x65\x1d\x8d\xe5\x9d\xf3\x7e\x36\xc9\x87\x25\x9a\x1b\x24\xe3\x89\x13\xac\xa8\x04\xc7\xbe\x93\xdb\x09\x63\x9f\xb2\x52\x82\x4d\x9c\x80\xcf\xf7\x7c\x7d\x78\xff\xee\x80\x33\xf7\xdb\x74\x80\xc7\x5b\x02\x56\x4b\xe1\x01\x63\x91\x92\xf7\xef\x0e\xc4\x3d\x81\xbf\x03\xe2\x39\x3a\x38\x51\xd4\x2d\x4f\xd3\x1c\xdf\x7e\xb9\x8d\x1f\x1c\xbd\x7d\xfb\xf2\xe0\xe3\xe1\xd1\x5b\xf2\xf2\xfd\xfb\xa3\xf7\x43\x72\xa0\xd4\xbf\x23\x5e\x25\x3f\xd1\x87\x94\xb4\x37\x08\xab\x8f\x6c\xb4\xfb\xfe\x3e\x68\x8f\x37\x4d\xc7\xae\xde\xd9\x73\x25\x42\xc1\x56\x4f\xc4\x2b\xf3\x37\x21\x0d\x69\x87\xc4\x36\x0a\x46\xc3\x84\x67\x69\x34\xcf\x83\x09\x25\x7b\x64\x7d\x5d\xbc\x34\x64\xdb\xba\xf8\xdd\xe7\x21\x63\x9d\x94\xbe\x2c\xf6\x8c\x78\x93\x87\x44\x4d\xd7\xdf\x3f\x1c\xbd\x85\x59\xc9\x54\x97\x3c\x61\x56\x45\xdf\x9c\xb7\x64\x1a\x07\xa2\x6a\x73\xb4\x7a\x36\x3f\xf2\xeb\x6a\x3c\xde\x59\xde\x74\x4a\x3f\x1e\xbe\x79\x79\x74\xfc\x71\x48\xc4\xa5\x37\x23\x2e\xd6\xc9\x59\x4e\x36\x48\x9b\xfd\x17\x8c\xa6\x8c\x63\xb4\x8d\x80\x36\xc2\x8d\xe4\xb7\xf7\xbb\xd5\xfd\x6e\xf5\xd7\xde\xad\xd0\x66\x05\xaf\x2e\xff\xa8\x56\xba\xcd\x1f\xb3\x37\x7a\x43\x7f\x87\x4f\xd9\xa5\xcf\x21\xb6\xfe\xd5\xe1\x0c\x47\x64\xca\x8d\x63\x88\x78\x63\x0b\x6d\xe9\xc3\x82\x6d\x84\xfc\xb5\xdf\xc1\xcf\xa5\x29\x2f\x52\xa4\xe3\x7c\x1e\xba\x82\x54\x3c\x47\xce\xd3\xa4\x5b\xf3\x84\x1e\x65\x26\x69\x72\x35\x4b\x17\xaa\x45\x95\x50\x72\x7a\x93\x48\x9b\x50\x89\x2b\x1a\x72\x79\x00\x82\x18\x38\xc1\x9a\x44\x9a\x3a\x9e\x3d\x4f\xd3\x78\x09\xe1\x55\x43\x70\x41\xce\x37\x09\xca\x21\x43\x34\x3b\xf0\x3e\x84\x86\x86\xc3\x74\x79\xe2\x83\x60\x04\x6c\x51\x8a\xda\x07\x6b\xc6\x34\x61\xef\x5b\x0c\xc2\x74\x1c\xc5\xeb\xb5\x03\x30\x20\xe4\xbb\x57\x22\x91\x47\x54\x88\xfa\xa2\x26\xb8\xdf\x10\xbf\x4b\xcc\x5d\xfd\xe5\xb5\xbd\x72\xe9\x0d\x31\xc6\x36\xa7\xcf\x90\xbb\x00\x07\x2f\x46\x16\xae\x43\xed\x1d\xdc\x1b\x2d\xc8\x5b\x41\x39\xea\x50\x75\x55\x4e\x82\x38\x25\xba\x0e\xca\x3b\x9a\x5e\x9b\x8f\x0e\x56\xa8\x67\x68\x85\xf0\x67\x5e\x31\x2e\x5c\xb4\x9a\x1e\x56\x1a\x91\xf4\xa4\x7e\xa3\xe1\xe4\xd1\x24\x09\x8a\x45\x66\x0f\x07\xa7\x97\x8d\x07\xc3\x94\x8f\x47\x41\x55\x0d\x08\x1c\x18\x34\xef\xbf\x78\xe1\x20\xc9\x5b\x70\xa4\x20\x09\x95\x6a\xa9\x48\x21\x28\xf1\x38\x4a\x82\xd8\x6f\xf5\xcc\xeb\xf0\xd9\x94\xe2\x75\x6d\x65\x89\xea\x0d\xa4\xc8\x3c\x7a\x4e\xb3\xab\x62\xca\x35\xd6\xb3\xb3\x08\x58\x46\xca\xa3\x44\x43\xdf\x44\x98\x85\x4a\x6c\x79\x5c\x83\x88\xee\x38\x9e\xed\xd4\xe2\x56\xbf\xd0\x23\xc0\x7b\x07\x22\xda\x5d\x87\xf2\xcf\x51\xe7\x59\x44\xea\x35\xd7\xad\x9d\xc7\xed\xa7\xa8\x9c\x3f\x6c\x15\xbe\x05\xb9\x9f\x4e\x49\xed\x9d\xae\xab\xd2\x14\xf3\xf4\x51\x76\xec\xb6\x2c\x1d\x85\xb0\xa8\xe4\xe7\xe0\x78\x59\x04\xd3\x16\xe5\x4f\x22\x08\x31\x65\x19\x03\x08\x20\x3c\x7f\x8c\x6e\x74\x72\xb2\x88\xe3\x92\x17\x2e\x5a\xb3\x48\xdc\xcb\x7f\x53\x21\x0c\xf5\x95\x05\x66\x84\x4c\x6b\x34\xe7\x15\xb7\xfd\x02\xfb\xce\xdb\x98\x0e\xdf\xbe\x7a\xe4\xdc\xbe\x39\xef\xda\xb1\xf5\x56\xaa\x0d\xfa\x5e\x43\x71\x26\x91\x8c\xd2\x64\x14\x14\x1d\x63\xf6\xbb\xe5\x7e\x6c\x4a\xb9\x9e\x70\x62\x53\xce\xf5\xec\xdd\x96\x96\x71\xb8\x90\xdf\x3d\xb8\x3c\x4c\x70\x05\x61\x38\x04\x27\x04\x5e\x4b\xa8\x9a\x7d\xf0\x00\xf4\x0d\x66\x2f\xaa\xb7\xe9\x72\xe7\x3b\x80\x83\x3b\xf4\xbe\x13\x64\x13\x6b\x75\x69\xf1\xf1\x99\x51\x72\x88\xbf\x84\x67\x9e\x2d\xe4\x09\x45\x8c\x4f\xdc\xbf\xa8\x7a\xed\x97\x5a\x7c\x32\xc9\x17\x25\xa5\xe1\xfa\xb6\xbb\xbb\x6c\x65\xfe\x92\x46\x49\xa7\xd5\x72\x2b\x57\x8f\xe2\x38\xb9\x71\x3c\xe1\xeb\x0d\x90\x0d\x3b\x6c\x99\x77\x7b\xb8\x47\xf8\xaa\x26\x49\x8b\x43\xa3\xaf\x0a\x85\x1e\x7f\x43\x1a\xb8\x61\xdb\xf0\x6a\xa1\xdb\xb3\x5a\xc1\xed\xab\x8d\x04\x71\xed\x74\x51\xcc\x17\xc5\xeb\x74\xa2\xd9\xb5\xf0\xc5\x83\x56\x8b\x74\xfe\xc3\xfd\xcc\x20\xb1\xcc\x04\xd3\xdc\x1a\xc6\x64\xbb\x81\xe2\x30\xfc\x96\xcb\xe0\xa7\x19\x0d\x17\x23\x8a\xe6\x2a\x18\x8d\x7a\x44\xb8\xa2\xc4\xfc\x24\x18\x8d\x4e\x44\x32\xe7\x89\x0c\x29\xe2\x5b\x52\xf9\x33\x73\xca\xfa\xf9\x34\x1a\x17\x9d\x2e\x19\x3a\x18\x95\x59\x8e\xd2\x2a\x18\x8d\xa4\x96\x8a\x1b\x7b\x73\xd2\xa6\x31\x2d\xa8\x1c\x87\x76\x92\x64\xa6\x73\xaa\xba\x01\xcb\x40\xf7\x57\xe2\x5d\x89\x58\xda\x6c\xab\xe7\x62\x5c\xa9\x63\x85\xbb\x92\x8b\x8c\x86\xab\x85\x1f\x8f\xe3\x06\x5b\xfa\xf9\xa3\x7b\x64\xda\xae\xf7\xc8\x54\x55\x7c\xab\xdc\xc6\xce\xac\x80\x18\x12\xa0\xe1\xfb\xc1\x16\x3b\x6c\xb7\x4f\x8e\x40\xf9\x87\xf2\xff\x54\x4a\xcb\xd8\xf4\xbf\xc1\xa3\x46\xeb\x55\x9b\xf7\x45\x63\x25\x35\x7e\x2d\x67\x53\x0c\xd4\x3c\xb9\x96\x71\x40\x69\x5f\x08\x2d\x9d\x20\x80\x53\x83\x7a\x7d\x00\xd8\x7f\x95\x26\x0a\x2f\xe8\x89\x62\xf7\xbc\xed\xd3\xd2\x01\x18\x56\x13\xde\x3b\x61\x03\x97\xc8\x23\x56\xd5\x95\x70\x9d\x9f\xac\x1b\xba\xc6\x7a\xda\x44\x01\x7f\x5b\x5f\x97\x03\xbf\x6e\xf2\x0d\xa7\x41\x8f\xfe\xaf\x3a\x90\x08\x8e\x21\xb2\x36\x18\x90\x8f\x47\x2f\x8e\x86\x24\xa3\xdc\x20\xab\x47\xf2\x54\x98\xce\xa8\x2b\x2e\x6d\x8b\x13\x70\x4d\x57\x9f\x95\x8b\x8a\x76\x4e\x12\x3a\xa2\x79\x1e\x64\x57\x6c\xb1\x40\x04\xec\x9c\x91\x5b\x1b\xfc\x15\x83\xb7\x68\x72\x91\x66\x9f\xb9\x94\x37\x5b\xc4\x45\x34\x8f\x51\x24\x07\x33\x76\x8a\xdf\xbd\xd1\xe0\x21\xf1\xda\x72\x7f\x23\x4d\xb9\x79\x1d\xa6\x19\x83\x6c\xde\xb0\x21\xd5\x8d\xd1\x90\x6f\x1c\xe6\xc9\x44\x95\xea\x4b\x1c\xf9\x1c\xd8\xac\xb3\xce\x9d\xb8\xb0\xa7\xbe\xf3\x43\x19\xac\xc5\x4e\x89\x63\xdf\x68\xf6\x53\xf8\x73\xf2\xd5\x54\x63\x06\xe9\xad\xa7\xf4\x08\xa5\xeb\x17\x04\x6f\x8f\xc9\x01\xf0\x1c\xb9\x79\x8e\x0f\x1b\x3c\x47\x31\x3d\x61\xd2\x63\x76\xd1\x63\xf9\x29\x8a\xe5\xb4\xb0\x22\xc5\xf8\x7c\x5c\x55\x1e\xc4\xaa\xa7\x3b\xa2\x15\xe3\xd5\x30\x9e\x21\x97\xd1\x0b\xd1\x41\x4e\xae\x56\x1e\xb6\x2a\x78\x07\x03\x27\xc8\x6e\x94\x5e\xf6\x0d\x76\xa4\x3f\x76\x89\x04\x90\x5c\x08\xfe\xdf\x95\xa9\x8a\xe5\xf0\x1f\x2a\x1d\x31\x1a\xf9\xd3\x94\x23\xe9\xa5\x78\xde\xed\x72\x73\x8e\x06\xed\x99\xa8\x84\x3f\x97\x70\xe4\xd6\x70\x07\x3c\x18\x61\xa7\xe1\x8c\x31\x7f\x77\x7f\x33\x7a\x7f\x33\xfa\xd7\xbe\x19\x15\xd7\xa2\xe2\xc9\xef\x7f\x45\x7c\xbd\x3b\xf5\x18\x0e\x87\x80\x87\xe4\x20\x4d\xce\x29\x63\x45\x81\x08\x79\x0c\xe7\x60\x38\x0b\x40\xdc\x62\x19\xc8\x85\x11\x70\x10\xe7\x29\x09\xe2\x38\xbd\xc8\x79\x78\x76\x50\xd4\xe5\xfd\x35\x56\x91\x14\xfc\xdf\x44\x97\x34\x5c\xf2\xac\x35\xf7\x5e\x63\x4d\xdc\xa8\x16\xa9\x1d\xe4\x58\xa8\x2c\xd5\x81\xb3\x63\xaa\x44\xc9\xf5\xb5\x0c\x90\xae\x33\xda\x4a\x87\xda\xee\xda\xca\x00\x7e\x96\x13\x22\x12\x57\xcc\xf2\x3e\x74\xa4\x7e\xd1\x68\x88\xeb\x21\x8e\xc6\xa0\x6a\xee\x42\xed\x9b\x4e\x9d\x00\x29\xf8\x3e\x7e\xd1\x6a\xdc\x19\xc9\x20\x4a\xaa\x1d\x38\x72\x31\x51\x93\x71\x5a\x79\xf9\x63\x5b\xc2\xa6\x4a\xbf\x2f\x0e\x5b\x3d\x36\x09\xe7\x34\x8b\xc6\xe0\xd7\x23\xa3\xa3\x80\x71\x1c\x14\xa8\xe6\xc1\x03\x12\x07\xbf\x5e\x91\x38\x0d\x42\x12\x5e\x25\xc1\x2c\x1a\x91\x34\xa1\x39\xb4\x26\x26\x44\x37\x24\x82\x59\xa7\x4a\x4f\x00\x50\xd2\xbe\x5e\x36\xee\x40\xb1\xd9\x9a\xd0\xe2\x48\x1d\x92\x3d\x1e\x9c\xd9\xc4\x68\x81\xb5\xce\x3d\x00\x56\x26\x88\x29\x91\xc7\xe4\xf2\x5b\x0f\x43\xd3\x5f\x7a\xf5\xc2\xb3\xf3\x8b\x08\xe2\x95\xa0\x5e\x11\xd0\x41\xe4\x94\x9f\xa0\x87\xce\xcb\x2a\x2e\xbc\x2f\x32\x2a\xd4\x8b\x3d\xb8\xc0\x1b\xf1\xd5\xc1\x0f\xc7\x53\x7a\xe9\x53\x1b\x68\xad\xa9\x95\x60\x79\xa2\x6c\x50\xc4\xd0\x7c\x8a\xb0\xda\xa5\x4a\x79\x4b\xe1\x2f\x83\x70\x3f\x13\xe1\xc9\x59\x55\x62\x91\x75\xc9\x50\xae\x37\x01\xe6\xca\x4a\xbe\x6b\x02\xcf\xf3\x3a\xe8\xe6\xd0\xea\x76\xcf\x81\x63\x4b\x40\x43\xb1\x2f\x17\xa6\x48\x71\x3d\x6e\x7e\x20\xa3\x32\x4b\xa0\x00\xc7\x64\xb6\x5b\x83\xfb\xab\xe1\x4a\xd7\x5a\x7d\x55\xae\xeb\xeb\xdd\x4d\x6a\x14\xa5\x4c\xfd\x14\x3a\xe8\x70\x0a\xcc\xa7\x8c\x02\x3d\x08\xb7\x48\x5d\xaa\x6a\xf6\xc3\x90\x3f\x8b\x50\x4a\xb4\x20\x09\x49\x4e\x8b\x9c\x2c\xe6\x90\x21\x4e\x23\xc0\x32\xa2\x82\x66\x6c\xef\x48\xcf\x85\xb0\x25\xdc\x98\xf6\xd7\xd6\xd0\xd3\x88\xd7\xe9\x24\xdf\x2f\x3e\x14\x41\x56\xac\xd9\x9a\xc6\x9c\xc6\x63\x95\x38\x76\xdf\x2f\x0b\x16\x6e\xd6\x62\xc4\x09\xa3\xf1\xd8\xf1\xe1\x23\x1f\xd9\x4d\x68\xc1\xf5\x59\xac\xb0\xf5\xd2\x0e\xf4\x0b\x7a\x98\x39\x74\x8f\xc8\x93\xa7\xc5\x33\x58\x2b\x7d\x1f\xe3\x80\x8c\x09\x2d\x3a\xd6\x9b\x1f\x61\xc9\xe8\x9c\x72\x06\x03\x12\xa6\x49\x5b\xbc\x12\x65\x7d\x14\x68\x03\xb3\x49\xb8\xe8\x96\x89\xd2\xec\x08\x3c\x61\xf4\xfb\x7d\xf2\xcb\x82\x3b\x02\x66\x6d\x32\xde\xeb\x9c\x97\x4b\x1e\x46\x56\x3c\x8a\x5c\xda\x2f\x60\xad\x95\xae\x86\xe1\x3f\x63\xf2\x4c\xef\xc1\x94\x1b\x72\xd6\x3d\xd3\xe4\x8f\x77\x4c\xb3\x4f\xa3\x7f\xf5\x7e\x58\xbf\x1e\xe9\xce\xd3\x38\xe6\xe4\xe3\x27\x5b\x41\x9b\x1a\xcc\xa6\x4b\xa5\x12\x01\xb5\x6d\xf2\x46\x99\xe1\x1a\xc4\x92\x96\x90\x8b\x98\xd1\xd4\x99\x53\x69\x64\xc1\x48\x4f\x8e\xd5\x37\x09\xbe\x67\x53\x3e\x9a\x48\x1b\x9f\xe4\x9b\x52\xc7\xcd\x28\x43\x9b\x29\xc3\xd0\xb4\xf2\xfa\x99\x95\xa0\x2b\x19\xca\x42\x2e\xe9\xdc\x0a\x3d\xb7\x23\xd2\x52\x7d\x00\xf4\xc9\x76\x46\xcd\x18\xcf\xbb\x34\x8e\x19\x9f\xd1\x3d\xe1\x34\x38\xe4\x45\xd8\x39\x8d\xce\x68\x52\xc0\x91\xb3\xcf\x28\x0e\x86\xa6\xf7\x92\xb9\x30\xb4\x3f\xe1\x98\x02\x72\x3c\x0c\x4f\x7b\xf2\x8a\xca\x48\xee\x69\x62\x14\x39\xd8\x8d\x11\x57\x10\x03\xfd\xb2\xcd\x5a\x46\x2d\x74\x48\xdc\x92\xc9\x7a\xc4\x09\xef\x21\x97\x9b\xe7\x76\xa0\x27\x4e\x53\x07\x19\x85\x31\x81\xbd\xf6\x81\xe7\xa1\x23\x30\x3b\xae\xc1\x46\x17\xae\x06\x3e\x90\x86\x6f\x15\x55\x59\xa9\xae\xab\x54\xd9\xe3\x57\xaa\x99\x9d\x41\xb6\x04\xa4\xd4\x63\x7c\xa9\x35\xa6\x16\x36\xb5\x18\x6c\x89\xbe\x08\xda\x41\x83\x99\x80\x20\xe5\xcc\xbb\x4f\xc6\xd4\x0a\x11\x96\x35\x2a\x43\x6c\xb9\x07\x65\xf9\x9a\xed\x39\x59\xf8\xda\x49\xfd\x2e\xed\x77\x3f\xa1\x17\xe2\xd6\x09\xe3\x00\xfb\x0a\xe3\x4c\x32\x0a\x0d\xd7\x78\x7e\xe6\x58\xb3\xec\x3b\xa3\x33\x8f\x98\x3b\x3a\xab\xe5\x83\x44\x70\x64\x71\x2e\xac\xa0\x5e\xcb\x21\xa9\xcb\x5e\x2a\xca\xfa\xbb\x51\xad\x77\x36\x96\x36\x23\x82\xd0\xf5\x03\x88\x5d\x35\x64\x14\x2e\x19\xd8\x99\x63\x4e\x93\x10\x0c\xdc\xd4\x24\x07\x39\x28\x5a\x92\x9c\x51\xa8\xf2\x05\xa3\x2b\x4a\xc7\x00\xcc\x0a\x31\xa9\xa7\xcb\x95\x2b\xaa\xf5\x45\x12\xe4\x79\x34\x49\x68\xd8\x77\xfb\x68\x53\x94\x8f\x27\xfb\x66\x47\xc9\x58\xa3\xb3\x9a\x09\xf2\x36\x83\x4d\xc6\xd0\x48\xb4\x3d\x31\x89\xb1\x74\x18\xc4\x19\x0d\xc2\x2b\xfd\x5e\x5d\x0b\x8a\xf9\xed\x29\xcd\x14\x64\xa5\xf4\x5a\x37\xae\x68\xdc\xb1\x5a\x53\x3e\xe0\x36\x5d\x8f\x5c\x7a\x65\x72\x2e\xee\x73\x0b\xc9\xa4\xe8\x22\x15\x63\x8b\x66\x33\x1a\x46\x41\x41\xe3\x2b\xbb\x59\x41\xee\xa3\xa6\xb4\x6d\x4a\x27\x50\x7d\xa7\xc4\xd3\x84\xcf\x6b\x15\xd6\x64\x73\x96\xcf\xb6\x1f\x3e\x18\x74\x97\x7b\xe1\x44\xe9\xb0\x37\x73\x93\xb7\x71\xc3\x3e\xd4\x0f\xa9\x8e\x31\x98\x23\x1e\x8d\x35\x4f\xe2\xba\xd4\x1d\x08\xc2\x35\xba\x13\x5e\x36\x1d\x08\xde\x77\xeb\xc7\xe3\x48\x0e\xe9\x5c\x0a\x0e\xe6\x40\x6a\xf8\x3b\x3c\x2d\x9f\xa5\xe7\x52\xa5\x49\x82\xfc\x2a\x19\xa9\xc3\x8f\x4f\x30\xf2\xf1\xed\x45\x02\x6f\xa7\x0d\x04\x20\x19\xc3\xc2\x96\xc3\xbb\xb0\x21\xfc\x2a\x35\x1b\x82\xbf\x83\xd1\x89\x15\xb2\xdd\xe7\x3c\xc1\x91\x29\xbc\x26\x27\xaa\xa4\x2d\x94\x5b\x3b\x6a\x89\x1d\xe5\x60\x40\x0e\xc7\x9a\x33\x46\xb9\x7a\xd7\x77\x45\x85\xfb\x15\x12\x15\x44\x7b\xe9\xd2\xe5\x2e\xa6\x14\x8c\x31\xc4\xe8\xbb\x84\x33\xd5\x9c\x44\x85\xc9\x56\xbd\x1b\xb5\x43\xec\x6a\x99\xf9\x76\x0f\x1f\xfa\x45\x8d\xf6\x84\xe2\xfd\x18\x22\xa4\x78\xf8\xdb\x57\xf4\xcf\x63\xc9\xe3\x19\xb5\xad\xf7\xe2\x74\x52\xd6\x2e\xb1\x18\x53\xc5\xd9\x02\x6a\x19\xb2\x3d\xa1\xc4\x1d\x9f\x3f\x60\x89\x09\xe2\x1c\x00\xec\x81\x35\xa7\x23\xc7\xcd\x94\x10\xc4\x0f\x5f\xf0\x84\xa1\xa0\xb1\x4e\xb7\xcf\x77\xe4\x51\x20\x1d\x16\x82\x5b\x15\x1a\x12\xb6\xba\xa7\x59\x9a\xa4\x8b\x5c\x79\x2f\x14\x86\x01\x6c\xb7\xb7\x3d\x11\xf1\x6a\x84\xb0\xdb\xf6\x9a\xd7\x82\x53\x89\x54\x5b\xe9\x35\x21\x20\xd7\x86\x8e\xd5\x50\x3f\x87\xb7\x98\xb7\x65\x0d\x3f\x76\xae\x48\x39\x6e\x9d\xd8\x6f\x15\x17\xa4\xcb\xd3\xde\xce\x66\x93\x2b\xd0\xf6\x22\xe7\x7a\xf1\x51\xd1\x5e\xbb\xbf\x10\xbd\xbf\x10\xfd\x13\x5f\x88\xea\xa7\xa2\x48\x65\x7d\x93\xf7\xa2\x02\x78\x85\x9b\x4c\x5f\xec\xb7\xc6\x4f\x4c\x93\x71\x34\xf1\xc2\xf1\x2c\x09\x78\x78\x16\x58\x31\x5d\xa2\xb3\x20\xf1\xc4\x69\x01\x6d\x32\x0f\x34\xc5\x6d\xa4\xf9\x65\xe6\x59\x34\x11\x1e\x0c\x2c\x2b\x46\x0e\xf4\x3c\x9a\x58\x4a\x7d\x6c\xcd\xc8\x35\xce\xd7\x1c\xe2\x5a\xc1\x2e\x4d\xa7\x55\x3a\x1d\x5b\xe2\x82\x9e\xb1\xa4\x0d\x43\x2a\xe2\xbd\xf3\x3e\x43\x2b\x52\x55\x56\x82\xed\x2a\x25\x50\x94\xbf\xcb\xa8\xb8\x06\x45\xb7\x13\x46\xdd\x67\x3a\xdd\x6a\xe0\x0c\x97\x60\x07\x09\xe1\xfd\x9e\x5c\x5f\xbb\x79\xe2\x6c\xea\xcf\xa4\x41\x16\x47\xac\x28\xea\x5a\x32\x5f\x14\x2f\xe8\x38\x58\xc4\xde\x8b\x93\xba\x3e\xb2\x1d\xd9\x6e\x47\x5d\xf9\x7a\xa3\xb7\x30\x92\xe9\x87\xa8\x45\x8f\xef\xa9\xf2\x7b\x1c\xdc\x05\x6b\x14\xbf\x45\xf7\xed\x17\x5d\x5c\x40\x61\xb5\x94\xcc\xb1\xd1\xa8\xa7\x42\x94\xed\xc1\x83\xa4\xad\x57\xf4\xb2\x6a\xe4\x2f\xe7\xe9\x68\x5a\x35\x72\xaa\x01\x78\x1f\x40\xe0\xd4\x89\xee\x6b\x27\x3b\xb3\xc5\x89\xae\x65\xd1\xa6\x4c\x66\x7d\x67\x3d\xf7\xf4\x1b\xb7\x6d\x18\x37\xf3\xae\xe6\xc8\x98\x33\x1d\x93\xc0\x70\x69\x18\x24\xa1\xbc\xe1\xcd\xe1\x86\x87\xdb\x33\x30\x7e\xf1\xea\xe5\x3f\x2d\x36\x01\x75\x30\x79\xde\xcb\x20\xe4\x1d\x84\xe1\x1a\xd8\x31\xd8\x97\x57\xfb\xf2\x96\xc2\xad\xd3\x1b\xb0\xfc\x8b\x71\xe9\x0d\xd7\x96\xe8\xea\x18\x3e\xaf\xaf\x2d\xda\xdf\x1f\x41\xb8\x08\xe4\xb0\x0d\xc3\x7b\x3c\x85\xc9\x6a\xa1\x4f\xc2\x7d\x96\xff\xca\xd4\x94\xdf\x70\xd5\x45\x2a\xe2\x5c\x47\x05\x99\x45\x93\x29\x17\x78\x95\xd3\x65\xa1\x5c\x73\x5a\x2e\xd2\xda\x76\x8b\xd4\x6c\xf5\xa4\x3d\x09\xf2\x77\x59\x34\xa2\xed\x1e\x61\xbf\xd9\x7f\x30\x7d\xec\x47\x92\x26\x23\xea\x7b\x55\xf9\x99\x5e\x55\xbc\xab\xfc\x4c\xaf\x9a\xbe\xac\x84\x9a\x1c\x1c\xf2\x1a\xf6\x90\x1d\xc8\x0b\x3a\x8a\x66\x41\xdc\xc1\x00\xee\xcb\x36\xf3\xf2\xf7\x6b\x13\x31\x72\x01\x7a\xd7\xb4\xec\xab\xfa\xee\x49\xfa\xa6\x54\x7b\x4f\xaf\xbf\x25\xbd\x0a\xe1\xcb\x21\x58\xb8\xe7\x95\x31\x8b\x04\xb5\x7a\x45\xb2\xc6\x74\x7a\x69\x8a\x61\x22\x7d\xcd\x90\xbd\x6a\x29\xb3\xb8\xec\x7e\x51\x1a\xc8\xcb\x3e\xde\xb6\xd7\xa5\x16\x40\x6b\xde\x4c\x00\xe5\x89\x23\x95\xf8\x33\x01\xd4\x5b\x13\x96\x8e\x70\x01\xaf\xda\xfc\xd5\x3b\x50\xde\x36\x6c\x28\xa9\x64\xbc\xec\x03\x49\xf9\x0b\x41\x96\x86\x9c\x04\xb9\x1f\x6e\x12\xe4\x06\x14\x90\x2f\x02\xd5\x22\x29\xca\xd7\x25\xa4\xd1\x9d\x17\x1c\x3f\xf1\x95\x1a\x80\xcb\x95\x49\x49\x46\xc7\xb9\x09\x49\x89\x40\x3d\x95\x94\xa5\xe2\x46\xad\x42\x5e\x76\xc5\x96\xbb\x18\x1c\xf0\x47\x07\xf8\xa9\xa1\x37\x1f\x94\x3b\x67\x1e\x28\x4d\x79\x32\xb3\x01\xf9\x95\x82\x96\x37\x59\x42\x88\x2a\x0e\xcd\x62\xb6\x88\x83\x22\x3a\xa7\x3f\x05\xf9\x71\x0e\xef\xe9\xca\xaa\x72\x60\xad\xba\x26\xb5\x35\x4c\x54\x39\x39\x78\xd3\x44\x42\xc2\xc5\xe9\xc4\xb6\x38\xd4\x19\x28\x8a\x8e\xa3\x12\x03\xbd\x96\x57\x21\xe6\x79\x95\xcb\x60\xeb\xb4\x5f\xa2\xa5\x46\x0b\x00\x66\xb7\x39\xc9\xc3\x69\xa1\x92\xca\xa1\xc2\x06\x34\x6e\xd6\x84\xed\x6a\xa0\x06\x65\x58\x33\x18\x10\xe5\x92\x08\x7c\xf3\x89\x53\x37\x21\xbc\x29\x36\x3f\xaf\xa3\x59\x54\x78\xa6\xd0\x04\x10\xb8\x52\x89\x25\xf3\x6e\xe4\x1b\x65\xf2\xe8\x57\x1f\x13\xd4\x99\x06\x74\x11\xcd\x68\x5e\x04\xb3\x79\x69\x11\x05\xa1\xd7\x15\xcf\x48\xca\x56\xae\x91\x5d\x56\xad\x3a\xd2\xa3\xce\x84\xd1\x78\x1c\x8d\x16\x31\x3c\x2b\x71\x79\xa8\x0d\x64\x0e\x24\x2d\x82\xf8\x45\x93\x0a\x2c\x48\x2c\x24\x99\x6b\x46\x80\xeb\x65\x6e\xae\x1c\x37\xdb\x15\x41\xa2\x82\xce\xba\xf6\x83\x32\xc7\xaa\x0f\xa0\xdc\xfb\x53\x63\x7d\xf9\x36\x73\x5e\xb0\x6e\xa1\x9d\x71\x95\xc0\x72\xb7\xd1\x2a\xfb\x10\x4d\x12\x9a\x91\x38\x72\x62\xe3\xaf\xb4\xb6\x78\x35\xb9\x7f\x89\x11\x77\x8d\x09\xf8\xf2\xa5\x26\x00\xf4\x61\xdb\x33\x57\x12\x46\xce\x12\x4e\xac\x99\x9b\xfa\x59\x11\xd8\xe4\x6a\xb6\x23\xe8\xb9\xf4\xe8\x8f\xa6\x81\x4f\x01\x3a\xb8\xe3\x3e\x34\xe2\x75\x71\x3a\xf1\x22\x1e\x33\x58\x1f\xda\xe3\x74\xa2\x55\x70\x2e\xd2\xa1\x5e\x03\xef\xb8\x42\x8c\x6e\x74\xf5\x11\x8d\xd9\x97\xb1\xb9\x2a\x7c\x58\x19\x9e\x85\x6e\x17\xdd\xc5\x75\x3a\xbb\xa7\x51\x71\x83\x6d\xd8\x5b\x89\xd1\x44\x9c\x4e\x3c\x55\xcb\xd4\x92\x2a\x55\x21\x53\xf2\x87\xeb\x9c\xfa\x53\xea\xc5\x34\xca\xd9\xe6\x34\x4f\xf3\xe2\x06\xc7\xd4\x77\x69\x5e\x2d\x9d\xb9\x61\x98\x2a\x37\x31\xb7\x52\x3c\xd1\xac\x93\x78\x07\x63\xdf\xfd\x79\x70\x05\x6f\x2b\xf6\x0c\x95\x13\xce\x12\x48\x86\xa4\xa2\x88\xbd\x67\x29\x99\x89\x61\x2f\xd2\xec\xf3\xc7\xf4\x5d\x96\x9e\xd3\xf2\x32\x08\x08\x97\x9d\x67\x51\x9a\x45\x88\xad\x3b\x05\x25\x04\x8a\x2e\x30\xc6\xc1\xa7\x0c\x6b\x6a\xce\x33\x78\x27\xb9\xab\x15\xcc\xd8\x51\x3a\xd9\x33\xbe\x9e\x91\x13\xf4\x79\x4a\x86\xca\x94\x61\xa9\x5b\xe5\x7a\x78\xae\x92\x8f\xe3\xf4\x02\x9e\x96\x48\x5d\x42\x55\xf5\xd5\x4f\x21\x78\xf8\x44\x46\x4c\x24\x4d\xe2\x2b\x1e\x13\xa2\x30\x5e\x68\xc8\x57\x12\xfc\x35\x84\xef\x71\x8f\x7c\x2a\x41\x86\xf6\xc3\x1d\xfc\x48\xc2\x3e\xf6\xb2\x3e\x36\xe2\x5d\xea\x4e\x08\xe8\x5f\x58\xaa\x7a\xb9\x59\x1d\xa5\x37\xd9\x38\xaa\x09\x5b\xd0\x35\xe0\x97\x5e\xce\xa3\xec\xca\xb3\xe2\x51\x2e\x26\xb7\x9c\xbb\x90\xf1\x42\xb3\xbc\xb2\x25\x60\x81\x7a\x16\x00\x50\xb6\x4f\xa0\xb3\x20\xba\xbb\xbe\x55\xf9\x3e\xb8\x90\x24\x23\x52\xbc\x60\xa8\xfa\xfd\x7c\x14\x45\xf6\xf2\x95\x65\xf0\x36\xfa\xf7\x5c\x20\x4e\xc1\xe9\x20\x2c\x7a\x55\xe8\x06\xc0\xa7\x32\x04\x42\xf3\x31\x87\xc1\x60\x95\x15\x01\x6b\x13\xaf\xc6\xd2\xc5\xa8\x97\xdb\x2d\x56\x92\xa5\x52\xe7\x28\x6a\x46\xff\x8a\xa9\xda\x5a\x30\x5f\xc4\x14\x6c\xea\x13\xf1\xab\xbc\x84\x5e\xc0\xad\x5e\xc7\x8c\xa7\x0d\xd7\x1d\x67\x41\xd2\x8f\xf2\x7f\x04\x71\x14\x76\x20\xde\x85\x48\x79\x11\x65\x74\x54\x74\x7c\x77\x1d\xc2\xad\x18\x00\x8a\x1a\x3b\x5d\xe7\x22\x05\xcb\x35\x3a\x0c\x91\xec\x81\xa7\x5a\xc3\x73\x9d\xa7\xa2\x06\x55\x88\x9e\x99\x35\x71\x35\x89\x6d\x47\x22\x7c\x8b\x4b\xd8\xb6\x8c\x0b\xae\x17\xfa\x87\xab\x64\x14\x25\x7e\x69\x45\x38\xf3\x46\xb7\x4f\xeb\x66\x12\x71\x7d\x1b\x19\x32\x32\x78\x42\x02\x43\xc4\x28\x99\x80\x2c\xea\x3d\x66\xbb\x60\xa6\x3f\x29\xe1\xda\xa9\xa6\x02\x0c\x65\x96\x9f\x46\x93\x29\xcd\xeb\xca\x63\x28\x44\x3b\x22\xf7\x73\x92\x5e\x24\x1f\x8a\xa0\xa0\x3e\xdf\x82\x28\xb7\xbc\x01\x5c\xc5\xae\x5d\xc3\x7c\x11\xc7\x34\xac\xab\x02\x43\x95\x9c\xfc\xb5\x8b\xa9\x92\x28\x02\x75\x97\xa8\xc3\x5a\x88\x9e\xae\xa7\xa2\x82\x9a\x92\xbe\x6b\xc0\x61\x79\x16\x2a\x69\xdc\x70\x0d\x3d\x69\x08\xd6\x77\xb4\x1b\x96\x67\xa1\x92\x36\x17\x1a\xfa\x93\x51\x09\x63\xcf\x1c\x7a\xd2\x38\x6c\xd9\xe5\xfd\xb0\x34\x07\x97\xf3\x0f\xa8\x3c\xaf\xa4\xac\xad\x55\xf4\x54\x61\x83\x18\xbd\x37\x4e\xaa\x43\x6f\xaa\x03\x6f\x9f\x43\x87\x55\x99\xb8\x34\x3e\x4d\x0d\x3d\x69\x18\xd6\x9a\x04\x4f\x22\x86\xb6\xb9\xdf\xb0\x24\x9d\x73\x4d\xc3\x5e\x8c\x5f\x26\xb5\x86\x5b\x4f\xcb\xbc\x20\xb1\xad\xa3\x35\xdc\xd9\x59\x9e\xf6\x76\xb6\xee\x3d\x68\xdc\x1b\x8c\xfd\xd7\x18\x8c\x09\x4a\xbf\x8b\x50\x38\xab\xc5\x0d\x68\x68\x25\xc6\x23\xf5\x98\xe6\x5f\x3c\xed\x2b\x04\x20\x68\x1e\x32\x20\x88\xe3\x81\x15\x54\x13\xde\x02\xdb\x21\x79\xdc\x40\x02\xd2\xa0\xdd\x8d\x3e\x56\x11\x40\xc0\x17\x7e\xec\x13\xdf\x1a\x85\x83\x7b\x1c\x77\x77\x75\xe7\xf3\xba\x52\xb1\xb7\xe0\x5a\x79\xd2\xed\xaa\x85\x98\x7d\x01\x1c\x27\xa1\x4e\xf9\x8d\x61\x64\x5c\x5e\x01\x22\x3e\x31\xc4\x9d\x04\x3f\x60\xfb\x83\x3d\x19\x86\x9b\x4c\xb0\x01\xd0\xcf\xc7\xf0\x89\x26\x9b\xe4\x58\xc6\xbe\x41\xb4\x69\x79\xb6\xd0\xa1\xf9\xc0\x07\x05\xf0\x7a\xfe\xe0\x29\x9b\xe4\x3c\xc2\xc1\xba\x10\x1a\x9b\x75\x18\x0b\x81\x95\x9d\xc6\xdd\xfb\xc1\x21\x25\x99\x83\x03\x0d\x8a\x97\x95\xee\xe0\xfc\x63\xb3\xfd\x26\x54\x88\xa7\x1d\x8d\x87\x86\x88\xa8\x0a\x27\x88\x03\x20\xfb\x62\x66\x45\x39\x19\xa5\x59\xe6\xba\xb3\x84\x93\x57\x50\xd0\xfd\x6c\x92\xfb\x22\x0c\xea\x10\xe7\x0f\xc9\xdf\xe0\xe4\x96\x93\x2f\x70\x6e\x5b\xb2\xf6\xa2\x42\xbc\x27\x31\x3c\x5e\x7a\xa6\x0a\xb7\x53\x3a\x47\xfa\x70\xcd\xa1\x00\x45\x8e\x7d\x48\xa0\x11\x3f\x18\xc8\x87\x43\xa0\x88\x32\x5c\xc9\xc0\xe6\x09\x0e\x0c\x75\xe4\x30\xb6\xd5\x06\xf0\xec\x30\x0b\xae\xe4\x23\x3a\x31\x77\xeb\x1d\x27\xf0\x64\xd0\x55\xee\xd0\xd9\x79\xdc\xb9\x9f\xb1\xae\x20\x04\x38\x77\x6d\x5c\x09\xaf\x6f\xa4\x8c\x32\x56\x01\xeb\x05\x2f\xe8\x08\x24\x76\x24\x21\xae\xef\xed\x95\x11\xb2\xf9\x6a\x8a\x9d\xb9\x45\xec\xb7\x8a\x08\x6d\x1d\xc7\x99\x41\x95\xfb\x5f\xa9\x0c\x02\x7b\x24\x4c\x2a\x46\x00\x8b\xf4\x1d\x07\xf3\x90\x97\xb3\x69\x68\xb7\xdf\x25\xae\x80\x83\x58\xb5\xaa\xcd\xb3\x2a\x29\x4f\xb5\x5f\x49\x76\x46\xc8\xd3\xd5\x19\xc6\xaa\xfc\xc2\x8c\x54\x5a\x12\x0a\x75\xa9\xb9\x39\x5e\x3e\x1d\x4f\x5c\xd2\x22\xf5\x47\x1d\x30\xe2\x96\xee\x91\x92\x88\x02\x3e\xc7\xf4\xe2\xcd\x0c\x1a\xae\x11\x10\xb5\xc2\x1e\xaa\x24\x62\x8e\x44\xfd\xcd\x22\x83\x78\x8b\x57\xce\xfb\x8d\xe2\x83\x08\xd7\xe6\x9b\x3d\xf2\x54\x6a\xa1\x2a\x9a\x58\x24\xf3\x60\xf4\x99\x5f\x05\x9a\x16\x7f\x90\x64\xe8\xa4\xcc\x24\xdd\x05\xd3\xc5\x93\xac\x8a\xff\x50\xa4\xb7\x47\xb6\xc9\x33\x99\x28\xbd\xaf\x13\x79\x0e\xd4\xee\x08\x94\xcf\xf4\x32\xe7\xeb\x58\xc8\xe9\x89\xe2\xe6\x8c\x0a\x1d\x0e\x76\x1d\xad\xe2\xee\x9d\x6c\x9e\x92\xa1\xcf\x41\xf8\x01\x84\x9d\x0e\x50\xa4\x6f\x89\x2c\x3b\x96\x78\x10\xc7\x78\x71\xf7\xfb\x7d\xb9\xbe\x0f\xec\xb2\xd6\xe6\xe3\xb8\xe6\x39\xe4\xdb\x1d\x84\x14\x96\xa0\x6c\x37\x0a\x54\x0d\x3d\xee\x85\xc5\xae\x98\xfb\xa1\x83\x77\x8f\xf2\xd0\x15\x18\x2f\xd3\x82\x24\x34\xfd\xb7\x48\x30\x1e\x73\x9b\x9f\x8c\x58\x1d\x3c\x60\x21\x03\x17\x68\xf3\xd2\xae\x98\x55\x88\x19\x5c\x47\xb5\xd0\xab\xb2\xb8\xcc\xab\x04\x5d\xf6\xef\x9b\x52\x06\xb3\x2c\x28\xd5\x1e\x03\x07\x19\x2d\xff\x09\x77\xcd\x86\x58\x88\xd9\x0f\xb8\x9c\x36\xa5\x2f\x5c\x04\x8b\x3f\x76\x31\x7d\x91\xc0\xdd\x44\x4b\x2e\x2d\xe1\xb4\x4d\xc6\xba\xef\x19\xb0\xd6\x0d\x2b\xc6\x47\x8b\x29\x47\x82\xa8\xba\x67\x74\xcd\x7d\xf4\x07\xa5\xf0\x12\xee\x18\xeb\x01\x39\x3a\x77\x9e\xe9\x36\x69\xb0\xe7\x3a\xd7\x71\x79\x00\x72\xad\x23\x5f\x73\x18\x0e\x18\x7a\xdc\xb2\x66\xd7\x74\x68\xcc\x3b\x4d\x43\xc7\x79\x7b\x91\x5d\x59\x6f\x16\x11\x28\x3c\x53\x2c\x1f\x2f\x31\xde\x55\x8e\xe0\x61\x7b\xc7\x71\x8f\xc3\x29\x7e\x8f\x50\xaf\x63\x1e\xbb\xf3\xb2\x75\x24\xc9\x54\x6e\x14\x4d\xce\x95\xf6\xb6\x61\x16\xa9\xdd\x15\xac\x16\xfe\x54\x4b\xad\x76\xcd\x48\x92\x12\x80\xc2\x1c\xf5\x07\xb2\x09\x87\x1a\xe3\xac\xe9\x4a\x87\x38\x5a\x69\x90\xf0\x37\xe2\x49\x28\xfc\x48\x42\xb8\xd9\xe4\x91\x3c\xa8\x3a\x71\x77\x6b\x96\xab\x11\x6b\x8e\xad\x1b\x6b\x1e\x3a\xe6\xed\xa1\xa8\xae\x16\xbc\xb9\x93\x7f\x9a\x17\xd1\x2c\x28\xe8\x4f\x01\x28\x10\xeb\xa8\x0a\x81\xd7\x51\x14\xae\xf9\x2e\xa8\xe9\xeb\x53\x47\xb3\x19\x42\xe3\xaa\x9b\x1d\x0f\x68\xd9\xcc\xbc\x97\xcd\x50\x19\xb6\x0c\xc2\xaf\x48\x5d\xa0\x90\x0f\xf0\x54\x4c\x68\xf1\xc2\x0e\x2b\x24\x77\x56\xbb\x9a\xba\xb9\x12\x75\xdd\xf1\x3c\x35\x42\xbc\xbc\x49\x16\x2b\x93\x47\x64\x69\x2e\x35\xdf\x22\xf8\x21\x2e\x2a\xf1\x8c\xc8\xbe\x12\x61\xbf\x6d\x24\x44\x55\xff\x8d\x82\x21\xaa\x42\xab\x0e\xf2\x6b\x46\x46\xd4\x3a\x1a\x36\xc0\x6c\x3e\x92\x2e\xb7\x72\x7e\x6a\xae\x63\x44\x02\xba\xdc\x1a\xa6\x62\x5c\xa2\xec\x1f\x9b\x2b\x11\x23\x42\x8c\x04\xc3\x62\x8a\x11\xe8\x04\xcf\x89\xeb\xa3\xce\xd2\xb8\x3e\x03\xc7\xb7\x9f\x58\x8f\xdb\x64\xc8\x3f\xac\x9d\xa4\xdd\x73\x84\x97\xa1\xf6\x0d\xa7\xf2\x94\x57\x3b\x31\x9c\x53\x9d\xc5\x3b\x2e\x7d\xa6\x72\x06\x59\x4b\x0c\x32\xa4\x4b\xd9\xf6\xa3\x82\x25\x55\x6f\x3d\x9e\xb8\x46\x78\x82\x0b\x43\xd0\x59\x37\xb1\xa3\xad\x80\x60\x9b\x2f\xb0\x0c\x25\xfd\x82\xe8\xb4\xb2\xad\xc2\x42\x67\x3f\x98\xcf\xe3\x2b\xe1\xa5\xa8\x11\x61\x75\x6d\xf3\x39\xbe\x05\x58\xcd\xb0\xc4\x1b\xd5\x5d\x33\x0f\x22\xf6\x8f\x66\x3c\x3a\xfc\xcf\xad\xe3\xfe\x78\x26\xec\x6b\x85\xfe\x91\xe9\x7a\xc5\x63\x37\x4d\xa5\xe0\xe2\xb0\xa9\x31\x5c\x06\xe8\x4a\xcd\xde\xc9\x2f\x2b\x6e\x8a\x48\x7c\x24\x3a\xa9\xb4\x98\xde\xad\xa5\x7b\x21\xf6\xf9\xa7\x8c\x7b\x24\xcb\x02\x81\x47\xd9\x68\x11\x07\xd9\xfa\xfa\xfa\x7a\x75\xb4\x23\x49\x41\xbb\x77\x12\xef\x88\x6b\x7f\x5b\xc3\xed\x27\x7e\xe7\x31\xdb\xf7\xb7\xff\xf7\xb7\xff\x7f\xed\xdb\x7f\x71\xf5\xcf\x60\x65\x3c\x2a\x7f\x14\x8d\xdf\x2d\x3e\x86\xcf\xb2\xa0\xda\x10\x60\x6d\x30\x80\x78\x5b\x41\xc6\x48\x99\xed\x60\x8b\xdc\x1c\x22\x23\xb8\x30\x1a\x8f\x69\x46\x93\x82\xd0\xe4\x3c\x87\x42\x67\x59\x7a\x91\xd3\x6c\x0d\x39\x13\xbd\x88\x92\x30\xbd\x00\x8d\x05\x8a\x32\x41\x1e\x3c\x10\x39\xfd\x7f\xbe\x79\xfd\xaa\x28\xe6\xc2\x4f\x2d\xe7\x9a\x66\x1a\xd9\xf3\xc3\x02\xeb\x13\x41\x12\xa2\x49\x92\x32\x46\x10\x47\x09\x65\x3d\x49\xd2\x90\xae\x21\xcf\x64\x4e\x8d\x6a\xe0\x97\xb3\x98\x8d\x4c\x6c\x6c\xed\x6e\xd3\x46\x96\x1c\x93\xff\x7c\xf5\x7e\xdb\xa8\x6e\x9a\x6d\xb7\xbb\xa5\xa5\xa4\xe4\xc0\x5a\x78\x27\x91\xe9\x9a\x44\x80\xfc\xc4\x44\x7b\x70\xcd\xc9\x1d\x79\xb3\x5e\x2a\x03\x08\xa3\x3c\xde\xf2\xa7\x69\x5e\xf4\x48\x11\xcd\x68\xba\x28\x7a\xac\xc2\xac\x07\x4a\xe6\x8b\x34\x13\xbe\x52\x60\x33\x61\x70\x64\x8f\xc0\x7f\xd7\xd7\xa4\x2d\x88\x3d\x4e\x47\x41\xcc\x12\x87\x4f\xbf\x79\xfc\x0d\x04\xb5\xe5\x7b\x0f\xaf\x90\xed\x84\xe2\xd7\xf5\x35\xd9\x54\xd9\xac\x19\xb2\x07\xad\xa9\x34\xd9\x28\xd9\x53\xed\xd7\x0a\x4f\xf3\x8c\xce\x21\x4a\x1c\xbd\xb0\xa6\xcc\x92\x9d\x04\xe0\x7b\x74\x96\x11\x92\xd3\xf3\x34\x8d\x69\x90\x2c\xe1\x8e\x95\xed\xcf\x52\x82\xd1\x58\x16\x2e\x21\xd1\x81\xcf\x6c\xcb\xf0\x3b\x84\x31\x8d\xe4\x2e\xb3\x03\xe6\x45\x20\xab\x9e\xa3\x9a\xdf\xa0\x70\x42\x5a\x13\x8f\xcc\x50\x36\x21\x5a\xbc\x82\x21\xbf\x7a\xbf\xad\x63\xca\x72\x49\x0b\x61\x1e\x4d\x04\xbc\x08\xc3\x8e\xf7\xac\x8a\x8c\xf1\x74\xc4\x03\xb2\x35\x5d\x6b\x3a\xa7\x49\xa7\xfd\xee\xe8\xc3\x47\x19\x06\x93\x13\x0e\xef\xdc\xee\x1a\xf2\xe2\x07\x73\xfb\xe0\x81\x39\xa9\xc6\xa1\x6f\x01\x06\x35\xed\xe7\x41\x1e\x8d\x48\x9b\x6c\x40\x17\x9e\x2f\x18\x7b\x40\x55\x6c\x90\xf6\x50\x5d\x15\xaa\x7a\xfa\x45\x2a\xde\xc6\xb5\xcf\x82\x9c\x3e\x79\xdc\xb6\xc6\xaf\x7d\x58\xbf\xa2\x41\x48\xb3\x4e\x7b\x1f\xf8\x6a\xf4\x6b\xc0\x4f\x5b\xd0\x3e\x1f\x61\x45\x21\x26\x1f\xd3\xa4\x78\xc4\x0e\xda\xed\x1e\x69\x33\xc9\x3f\x1a\x41\x15\x83\x5f\x72\xa9\x76\x54\x37\x56\x62\xca\x6a\xc8\x95\x47\x3b\xb9\x4a\x46\xe8\x50\x6d\x6b\x92\x7d\x17\xcf\x73\x74\x7d\xed\x8f\x6b\x5d\x45\x7a\xb9\x1d\xe7\x50\xea\xd2\x6c\x92\x93\x34\x63\xd2\xaa\x08\x94\x0c\xf4\xa8\xb5\xfb\x1a\x73\x49\xd8\x81\x87\x18\x3c\x82\x4d\x34\xbe\x52\xf5\x0b\x24\x4b\x45\x3e\x76\x51\xed\xb3\x06\x38\x48\x93\x84\x8a\xe7\x12\x92\xc2\x34\x25\x1a\x97\x8b\xb2\x75\x19\x2c\xe2\x23\xbd\x2c\x9c\x0e\x0a\x58\xf4\x4a\x44\x58\xe5\x9b\xdd\xaa\xea\xd2\x7b\x51\x7f\xc7\xd7\x20\x5e\x25\xcd\xe3\x16\x03\x0d\x04\x35\x44\xb0\xaf\x38\x4e\x05\x25\x88\xac\x1f\x9d\x48\x21\xa4\xc8\xa2\xc9\x84\x66\x3c\xbc\x11\x9b\x7d\x10\x5b\x94\xaf\x52\x86\x83\x3a\x82\x81\x1e\xf8\xa8\xc6\x8c\x52\xdc\x84\x7e\xc0\x78\x65\xd7\xe0\x26\x09\xf8\x95\xce\x8b\xa0\xa0\xa3\x69\x90\x4c\xfc\x0a\x04\xfe\xac\x40\x22\x3e\x08\xaf\xc0\xa0\x1f\x6e\x84\x1f\x33\x0e\x63\xb3\xbc\x75\x33\xca\x70\x03\x8a\xd1\x80\xf2\x56\x09\x85\xaf\xb2\x2f\xb3\x6a\x28\x0a\xce\x64\xde\x5b\x2b\x75\x63\xb5\x22\x6d\x11\x7c\xb5\x65\x5f\x6c\x19\x2d\xb3\xb3\xe0\xd2\x42\xb1\xde\x08\x5c\xcc\x9a\x95\xe5\x7d\xbd\xf4\x3e\xf2\x52\x1d\xbc\x79\x88\x85\x7c\xb7\x1c\xc0\xee\x42\x15\x13\x10\x2b\x0d\xaf\x2b\x7d\x59\x1e\x5f\x31\x7a\xe7\x6f\x5a\x61\x71\x31\xaa\x2e\x59\x5b\x51\x2e\xea\xa7\x26\x33\x55\x42\x80\x54\x70\xda\xc2\x00\x3b\x3f\x24\xed\x82\x8c\x83\x28\xa6\x61\x9f\x1c\xb1\x73\xda\x45\xc4\xce\x1e\x01\x44\x24\x2b\x5f\x4d\xa8\x4d\xcf\x5c\x68\x7c\x2a\x7d\x86\x8a\x7c\x11\x85\x43\xf2\x9d\xfa\x93\xfa\x3e\xb6\xfb\x64\xf3\xd1\x90\xb4\xb7\xfb\x9b\x4a\x79\x28\xf5\x8f\xed\x84\x16\x9f\xe2\x28\x2f\x68\x12\x25\x13\x95\xad\xb4\x87\xa7\x86\x41\x97\x54\x70\x65\x3c\xbc\x9a\x4b\xbe\xd2\xaa\x90\x0d\x52\x4f\x82\xa3\x2e\xc0\x43\x97\xaa\x02\xe3\xb4\xcf\xc4\xdc\xd6\xf0\x29\xfb\x65\xc8\xcf\xad\xe1\xd6\xb7\xec\xe4\xbf\x73\x7f\xf2\xbf\x3f\xf9\xff\xc5\x4f\xfe\xda\xf0\x1f\x1e\x4b\xde\x91\xd1\xbf\x32\xe4\xc4\xa7\xca\xb3\x68\xc2\x6d\x70\xfb\xbf\xf0\x13\x3a\xbf\x07\x09\x5f\xd3\xb1\xb9\x21\xa8\x38\x93\x57\xe8\xc1\x9e\xb1\x71\x72\x08\xce\x2e\x2e\xa6\xac\xf7\x1d\xd3\x40\xeb\x7b\x5e\x98\x3c\x24\xdb\xee\x8b\x3f\xb0\xf8\x63\x52\xbc\xf9\xee\x91\xf8\x5f\xe2\x09\xe6\xfe\x4e\x9c\xea\x82\x84\x1c\x3e\xdf\x7f\x2b\x26\x39\x24\xdf\x7d\x4b\x46\xe9\x6c\xbe\x10\x31\x5e\xce\xae\xc8\x2c\x3d\x8f\x92\x09\x8a\x64\xf6\x98\x8c\xa6\x41\x06\x7b\x01\xbf\x99\x0d\xb9\x29\x95\x34\x57\x97\xd0\x31\xe5\x8f\x16\x8a\x94\x35\xc8\x71\x95\x93\xce\x3e\xd9\x23\x5b\x9b\x3d\xf2\x9c\xfd\xbf\xd5\x23\xfd\x7e\xbf\x47\xfe\x8f\xec\x91\x9d\x6f\xba\xec\xb0\x43\xf2\x39\x1d\x45\xe3\x88\x2f\xa4\xc3\x0f\x47\x5b\x3b\x4f\xb6\x9e\xd8\x26\x66\x51\x9e\x42\xba\x18\x87\xeb\xd1\x76\xc9\xdf\xe2\xb2\x8e\xb0\x01\x9a\x57\x6b\xf8\x66\x59\x48\x52\xa1\x04\x13\x2e\x15\xcc\xfa\x8d\x09\x65\x15\xe3\x79\x64\x23\x6a\xef\xb7\xfb\x0c\x2d\x07\x69\x48\xf7\x8b\xce\x26\xd2\x5a\xb3\xb1\xb5\xff\xcf\xc9\xe6\x0c\x90\xbf\x17\x06\x62\x2d\xd2\xe3\xf9\x9c\x66\x07\x41\xae\x55\xd9\x28\x3b\x5f\x9c\xe5\x45\xd6\x79\xdc\x95\x2f\x81\x45\xc2\x66\xef\xb1\x75\x63\xc6\x73\xe7\x71\x54\x74\xda\xed\xae\xf9\x48\x3a\xe9\x9a\xd6\x55\xa3\x34\x64\x83\x4b\x7c\x9d\x97\xf2\x21\xc0\xfc\xb0\x47\xf6\x99\x40\x08\x1f\xdf\xef\x91\xff\xeb\x3a\xf1\x07\x3c\x33\x2b\x26\xd6\x80\x54\x0e\x6d\x43\x4a\x1e\x91\x7d\xb2\x41\xb6\x36\x91\x9d\x91\xcf\x27\xbf\x8c\x7b\x6a\xdb\x30\x2d\xbb\xfd\x5f\xd2\x28\x61\xc3\xb4\x2d\x15\x47\x0b\xf0\xb0\x0a\x53\xfc\xe6\xe8\x05\x23\xec\xad\x4d\xc9\x94\x84\x85\x1f\x50\xbe\x87\xe2\xbe\xdd\x7c\xf2\xd8\x26\xb8\x59\x1a\x7e\xf7\xed\xd6\x66\x19\xa1\x99\xf4\xa5\x7d\x28\x73\x6a\x12\x85\x2b\xa9\x28\xa3\xb3\x20\x4a\xb8\xee\x88\xe5\xe9\xbb\x47\xe1\xd9\xc7\x64\x0f\x02\x58\xdb\x2d\x6f\x77\x2d\x9f\x45\xc0\xac\x24\x98\xb2\x78\xfd\xce\x30\x91\xd3\x4d\x82\xac\x7d\x98\x14\xdc\xc5\x4e\x8f\x6c\x6d\x76\xc9\xff\x9f\x61\x6d\xc3\xa9\x85\x7b\x44\x12\xe6\xe7\xbe\x97\xbf\xaa\x2e\x55\x52\xd7\x67\xcc\x53\xfd\x3b\x24\x6e\x82\x0e\xeb\x40\x18\xfc\xc3\x85\x3a\x24\x88\xb7\x0e\x82\x7d\xca\xf9\xf2\x4f\xce\x00\x7b\xda\xf6\x4f\x82\xb0\x84\xd6\x4b\xce\xed\xaa\x13\xe1\xb6\xae\x9f\x14\x02\x20\x2d\x66\xf2\x75\x8e\x45\x54\x0c\x66\x5f\xe5\x38\x7d\x0f\x50\x96\x14\xa3\xd9\x10\x96\x8a\xad\x61\xad\x18\xcb\xe9\xa3\x1a\xeb\x7c\x15\x04\xf9\x73\xe9\xab\x00\xbd\x54\x10\x91\x48\xc9\xd6\x13\xc4\xc2\xce\x82\x9c\xee\x3c\x21\x7b\x50\x46\xab\x87\x76\x9e\x18\x26\x00\x61\x48\xb9\x66\x11\xf6\xc0\x0e\x2f\xd4\x23\x5b\xdf\x98\x92\xb0\xea\xe7\xf3\xb3\x20\xe9\xf0\x62\x26\xf3\xb3\x16\xb3\x70\x87\x82\x16\xee\x73\x36\xf4\x22\x35\x76\x2f\x36\x7d\x04\xdc\xa8\x66\x57\x72\x45\x73\x65\x12\xd8\xeb\xbe\xe3\x71\x28\x92\xb4\x10\x42\xd9\xf7\xd1\x0f\xad\x09\x48\x24\xdc\xcd\xce\x58\x23\x35\x9f\x06\x5c\x5a\x83\xfd\xed\x72\x14\x2f\xf2\xe8\x5c\x85\xcd\x8c\xce\xa2\x38\x2a\x94\x80\x73\x16\x24\x9f\x07\x67\x59\x90\x8c\xa6\x24\xa7\xd9\x79\x34\x92\x1b\x60\xc0\xbd\xba\xb6\xbe\x1f\x44\x3f\xf4\x6d\x1a\x52\x21\x2c\x72\xb9\x0b\x8d\x69\xc6\xb6\xa1\x20\x9e\xa4\x59\x54\x4c\x67\x24\xa4\xf9\x28\x8b\xce\x38\x5b\x12\xf2\x0f\x4d\xfa\x17\xd1\xe7\x68\x4e\xc3\x28\x00\x21\x88\x7d\x0d\x0e\x93\x82\x66\x49\xc0\x9f\x4e\x7c\x7a\x1e\x24\x9f\x3f\x09\x97\xb2\x9f\xf8\xbc\xfe\xff\x7e\x12\x23\x4d\x26\x9f\xd8\x10\x3f\xc1\x5b\xa2\x4f\x61\x34\x89\x9c\xa7\x1c\x72\x6a\x7c\x14\x79\x26\xf7\x54\x39\x03\xd2\x57\x4d\x91\x7a\xb6\xd9\x06\xb4\xfa\xdc\x5e\x91\x67\x16\x5b\x14\x33\x7a\xc0\xf7\xa9\xf6\x3f\x5f\xb6\x77\xd7\xbc\x3c\x53\xf0\xd8\x8e\xb5\x73\x77\x70\x05\x1b\xa4\xbd\x09\xa2\x12\xb4\x82\xcd\x5d\x18\x3a\x5e\x30\x6c\x90\x3d\xd2\xe1\xe2\x54\xe7\xbb\xa7\xe4\x91\x6e\xa2\x2b\x9f\x0d\x3c\xda\xb6\xf6\x5b\xe5\xed\xc3\x6c\x0a\xd5\x29\x1a\xac\x51\x5b\x09\x26\x82\x70\x05\x84\xcd\x83\x97\x47\x49\x5e\x44\xc5\xa2\x90\x8e\x91\xa3\x90\x26\x05\xdb\xb4\x6c\xa7\xff\xbc\x96\xc3\x24\x8c\x32\x6a\x1a\x30\x98\x6f\x6c\xf2\x9e\x94\x65\xd5\x23\x1b\x78\x35\xd5\x42\x2d\xb5\xa0\xa9\x96\x6e\xab\xb5\x0a\x2f\x32\x7b\xe2\x75\x96\x6c\x1e\x81\x4d\xce\xd0\x7e\xf9\xf1\x15\x9b\x07\xf9\xba\x05\x63\x00\xa5\xaa\xbe\x75\x2d\x7e\x9d\x56\xf1\x6b\xf9\x94\x8e\x23\x57\x44\x06\x8f\x72\xfe\x52\x0e\xf3\x71\x47\xee\x04\xcf\x2d\xa5\xf2\xa6\xda\x8b\x3c\x8a\x0f\xa9\xf0\xe0\xcf\xe9\x78\x4b\x4a\xe8\x3c\x44\x7e\x61\x2a\xe5\x84\x08\xfb\x97\x89\x38\x59\x61\xe1\x4f\x3b\x97\xa9\xd5\x95\x2b\x2c\x40\xd7\x4b\x5f\x0f\xe2\x31\xeb\x88\x10\xde\x51\xf5\x48\xea\xd1\xda\xc0\xd8\xb0\xb6\xc6\x1d\xa5\x45\x09\x83\xff\xfc\xf3\xe5\xc9\xe6\xa3\xef\x4e\xbf\x6c\x2f\x3b\x2f\x3f\xbe\x62\xbf\xf7\x1f\xfd\xdf\xe9\x97\xad\x9d\xe5\xb5\xfa\xd8\xd9\xec\xed\x6c\x2d\xbb\xff\x33\xe8\x17\xa0\x04\x55\x1b\xb8\xf1\x2e\xaf\x8c\x31\x20\x70\xfe\x3c\x6f\x6b\x45\x84\x89\x27\x98\x70\xfa\xf7\xa2\xed\x85\x5e\x82\x77\x83\xb7\x17\xee\x4a\xb2\x10\xa7\x07\x85\x1f\xf7\xec\x3c\x26\xd7\xd7\x65\x79\xdf\xdc\x70\xd8\x63\x12\x25\x25\x03\x37\xb8\xcf\xdd\x0c\xdd\xcb\x46\x1a\x0d\x7e\x7b\xb3\x91\xd5\x26\x17\x29\xd9\x48\xf3\xc5\x8c\x01\x1e\xe7\xe2\xf8\x30\x4b\xc3\x47\xdf\x7d\xfb\x68\x6b\x53\x65\xc3\x19\x17\x7a\x37\x4a\x63\xd2\x39\xfc\x70\x34\x38\x7c\x79\x40\xd8\xb9\x61\xb8\xbd\xb9\xb9\xd3\xb5\x79\x32\xaa\xd6\x3d\x85\xa2\x5c\x67\xe0\x32\xaf\xe1\xb0\xc5\x99\x70\xbb\x47\xb6\x9b\xd9\xaa\x62\xa6\x6a\x6c\x29\x84\x4e\xfa\xe4\x9f\xef\x5f\xfe\xe4\x38\x30\x54\x05\xfc\xa3\x29\xad\xd1\x9d\x54\x04\x59\x37\x3c\x4d\x00\x1d\xf0\x6e\xe7\x0c\xf9\xdb\x1e\x79\xdc\x25\x43\xd2\x6e\x37\x1a\xf7\x28\x8e\xe0\x21\x99\xea\x20\x28\x9f\xa2\xc4\x1e\x1f\xc3\xc2\x4f\xfb\xff\x38\xfa\xf1\x5f\x47\xef\xff\xd7\x9e\x55\xa8\xa3\x64\x4e\xed\xfa\xbd\x93\xcb\x81\x6e\x3d\xf6\xad\xad\xd5\x47\x2e\x56\x93\xff\x5c\xe2\x1e\x3c\xdc\xa1\x39\x15\x38\xc3\x0b\x3c\xe7\x10\x7c\xef\x24\x06\xe7\x73\x7c\x66\x1c\x3a\xdc\x01\x3f\x46\x87\xd8\xd2\xa3\x8c\x3c\x7f\xa8\x53\x8a\x71\x42\xe5\x67\x14\xf3\x3c\xb3\xf5\xa4\xdb\x23\xdb\x9b\xca\xb5\x9a\x21\xe5\x49\xf4\x5a\x83\x94\x85\x9b\x2d\xd0\x12\x6f\x58\x87\x90\xc5\x95\xfa\x58\xaf\xd8\x1a\x9a\x9f\xcb\xd3\xde\xce\xe3\x7b\x35\xfe\xbd\x1a\xff\x2f\xae\xc6\x17\x2a\xfc\xf9\xa8\xda\x7e\xef\x16\x16\x77\x2d\x1d\x1e\xb1\xb5\xbb\x52\x58\xb7\x1a\x3b\x3d\xae\x67\x9a\x8f\xbc\x96\x60\xf3\xa0\x98\xf6\x48\x42\x0d\xeb\xef\x4f\xa0\xb9\x70\x1e\x9e\xca\xab\x6a\x1c\x58\x5a\x7a\x2d\x10\xf6\x3a\x60\xe3\xc3\xfe\xe3\xa9\x3a\x6b\xa4\x6e\x78\x81\x2b\x16\x32\xa1\xf3\x85\x41\x0f\x75\x79\xe5\x02\xd3\x2a\xd6\x4f\x93\x4e\x1b\x46\xd5\xc6\x81\x58\xbb\x86\xfd\x74\x9e\x32\x26\xc6\xdf\x12\x1e\xbe\x3b\x20\xfa\x5e\x99\xbf\x30\x6c\xf7\x08\x45\xac\xf7\x13\x67\x83\xe2\xc2\xbb\x63\x3b\xe1\xf4\xf6\x20\x09\x71\xfb\xa8\xf9\xd2\xca\xc8\x9a\x7a\x63\xf0\xfa\xf0\xc3\xc7\x97\x6f\x61\x05\x1d\x1c\xbd\x7d\xfb\xf2\xe0\xe3\xe1\xd1\x5b\xf2\xfe\xe5\x87\x77\x47\x6f\x3f\xbc\xfc\x50\xda\x6a\x18\x14\x01\x6e\x96\x7d\xe3\xcd\x69\xf0\x50\x98\x11\xce\x82\xcb\x51\x3a\x9b\xc7\xf4\x32\x2a\xae\x86\xe4\x09\x50\x96\xd5\x43\xd0\x85\x2a\x3b\x04\x56\x95\xde\x6f\xba\x9e\x68\x36\xc2\xe6\xe0\x8b\x19\x44\x1b\x0e\x7e\xa1\x6d\x3b\x21\xba\xc3\x83\x8b\x03\x7f\x09\xc9\xc5\x34\x1a\x4d\xc9\x2c\x28\x46\x53\x21\xbe\xf2\x4d\x88\x31\xb4\xd0\x28\xe7\x09\x1e\x01\x4d\xfb\xa3\x6c\xc3\x75\x94\xd3\x5b\xb0\x40\xf0\xc7\xc0\x8d\xc6\x9d\x4f\x7e\x42\x3e\x81\xb7\x71\x51\x78\xea\xfa\xc2\x57\x85\xd9\x58\x05\xd8\xae\x03\x65\xc7\x2b\x2f\x8d\xe3\x0b\xd5\x88\xbe\xdb\x15\x2d\x1d\x2c\x8e\xa3\x8c\x1a\x1e\x01\x6c\x74\x95\x8d\x87\x0d\xc5\xd3\x7a\x05\xb8\x0e\x2a\x8c\x4d\x5b\xf4\x5f\x48\x63\x5a\xd0\xaa\x1a\xec\xc1\xd8\xb8\xc1\xaf\xb0\x7f\x66\xbb\x16\x10\xa2\x20\x08\x5e\x1f\x28\x77\xb8\xad\x54\xc2\x9d\xe5\x90\x94\xbb\x78\x8e\x8a\xfe\xda\x9a\x14\x06\x4d\x12\x5e\xb3\xd5\x1e\xf0\x22\x93\x09\x7f\x9a\xe7\x21\xf1\xc8\x2c\x8c\x3d\xba\xe2\x55\x65\xb3\xc1\x9e\x25\xaf\xfd\x83\x7b\x54\xd7\x8e\x81\xe5\x12\x7f\xf1\xf2\xd1\xc1\xab\xe3\xb7\xff\xfb\xf2\xbd\xaa\x27\xa4\xa3\xe9\x22\xf9\x4c\x43\xf1\xaa\x84\xbf\x18\x15\x7f\xfd\x8c\xce\xe3\x60\x44\x3b\x83\x7f\x2f\x4f\xfe\x9d\xfc\x3b\x3b\x7d\xf6\xef\x2f\x83\x49\xaf\xbd\xbc\x7e\xf4\xe8\xfa\x4b\xbb\x0b\x2e\x8d\xbf\x78\xe1\xff\x7d\x2a\x4b\x9c\x88\x32\xa7\xac\xd0\x89\x2c\x75\x7a\xe2\x2f\x67\x97\x32\x0a\x95\x94\xd1\x6d\xa1\x96\x54\x43\xa8\x8c\xb8\xe6\x63\xd9\x6d\xc9\x49\x0d\x0c\xb8\x6b\x16\x10\x8f\xf8\xcb\x60\x00\x77\xa0\x54\xb8\xc3\x00\x4f\x1b\x50\xc1\x9a\x43\xfa\x2c\xef\x80\x65\x99\x2b\x57\xf8\x9d\xb1\x60\xc8\x06\xe1\xef\x5f\x0d\x51\x5d\xdd\x59\x5b\x9c\xcc\x75\x6a\xe0\xb3\x05\x83\xbe\xa3\x52\xc2\x9a\x86\x1b\xd3\xac\xb9\x8b\x4f\x77\x66\xcf\xee\x8c\x18\x3a\xf8\xfa\x55\x16\xd4\xe0\xfa\x2e\x19\xd1\x18\x1c\xf9\xcb\x47\x9c\x46\x99\x51\x4c\x83\x4c\x9a\x70\x59\xad\x88\x64\x6b\x41\xfb\x81\xc0\x57\x43\x21\x2b\xf2\xed\x71\x66\x79\x7b\xaf\xc3\x7f\x95\x76\x95\x02\x67\x18\x7e\xd9\x23\x5b\x9b\x9b\x9b\xe4\x21\xbf\x9c\xf1\xdc\xb5\x7a\x1d\x3f\xc0\xbb\x3d\xc0\x8e\xc4\x17\xe3\x20\x39\x15\xf4\xc2\x23\xe2\x88\x77\x7d\xab\xa3\xca\x9d\x31\x8b\x44\x20\xd4\x93\xb0\xac\x74\x3a\xcc\x59\x04\x0f\x46\x6f\xda\xed\x59\xda\x7a\x0c\x2e\x9c\xff\x30\x1e\xf9\x93\xd8\x42\x83\x30\xcc\x71\x94\x72\x61\xe5\xe0\x4a\x63\x5c\x3d\xdc\x5b\xe3\x1b\xae\x3c\x18\x88\xb3\x76\xc4\xdd\xe4\x0b\xae\x07\xbb\xb1\xbc\x15\x52\xa9\x87\x21\x2f\x15\x64\x59\x74\x4e\x31\xc3\x0d\x42\x35\x7b\xb2\xbd\x0a\x0e\xeb\x81\x36\xbc\xe4\xfb\x6d\x4a\x91\x4c\x21\x5f\xab\x47\x10\xc0\x54\x7c\x9d\x6c\x9e\xaa\x2d\x13\xae\xb0\x79\xdf\x34\xb4\x48\x30\x4b\xf0\x44\x2c\xd1\x79\x37\x2f\xb2\xa7\x7a\x53\x25\xf1\x32\xd0\xbe\x6a\x58\xd6\x2d\x77\x35\xb9\x8e\xf0\x4a\x25\x17\x53\x2a\xfd\x0e\x84\x5c\x2c\x87\xd3\x17\x68\xdc\xd9\xfe\x1e\x22\x34\x0b\x22\xae\x40\xad\x6b\xdf\xa9\x8e\xf6\xe3\x34\xeb\x30\xbc\x7c\xa6\x57\xfc\xa4\xe8\x1b\x80\xe9\x04\xa6\xe3\x07\xea\x4f\x83\xfc\xe8\x22\x79\x07\xf1\xae\x8a\x2b\x88\x67\x68\x71\x81\x12\xf4\x7c\xa6\x57\xa7\xe5\xb6\x9d\xed\x34\x21\x87\xef\x0e\xda\x5d\x6b\xf1\x0b\xd9\xa2\xa2\x4e\xc7\xcc\x42\x2f\x93\x03\xec\x83\x50\xb8\x39\x27\xe8\xb8\x11\xe5\x24\x2f\x22\x1e\x04\x25\x0a\x11\x51\x63\xb3\xd0\x52\x84\xfb\xed\x38\x3b\xe5\xa7\x25\x29\x07\xb0\xdd\x23\xa3\xa2\x1f\x3d\x4e\x05\x66\xaf\x26\x69\x42\x85\xe6\xa9\xb3\xfe\xc9\x16\xfb\x2f\xb2\xa8\x00\x7f\x29\x16\x37\x42\x20\xd6\x11\xea\x93\x7b\x86\x92\x2e\x06\xd7\xcb\x6a\x17\x0a\x24\xef\xd0\xab\x5e\x10\xac\x61\xfa\xb1\xea\xa5\x1f\xd0\xd3\x15\x62\x6c\xb2\xbb\x06\xe7\x5e\x01\x45\x12\x4d\xf5\x58\x22\x9e\x23\x54\xed\x59\x53\xf6\x32\x44\xcf\x7e\x7d\xa3\xaa\xb0\x78\xbe\x99\xd8\xa0\xa8\x1a\x4b\x0d\xe6\x50\x6a\xf7\x51\x62\xfd\xf9\xf6\x49\xcb\xec\x4e\x68\x13\xad\x33\x8a\xe3\x8e\xe7\x5f\xe9\x02\xac\xac\xf5\x6b\xb3\x56\x7b\xc3\x66\xb7\x1b\xed\x16\xc9\xb1\x61\x76\x1f\xdb\x69\x6b\x3e\x08\x2f\xb6\xd2\x82\xe4\x8b\xf9\x3c\xcd\x0a\xd0\xad\xf1\x9b\xda\x77\x07\x44\x69\x55\xda\x86\x23\xc8\x72\xc2\x6c\xfc\x52\xe1\x26\x8b\xb1\x9e\xca\x56\xa2\x30\xef\xb1\x1e\x68\xaa\xd2\x82\x1e\x39\xd4\xb5\x77\xd3\x52\x6f\x37\xae\x1e\x57\x63\xd0\x71\xd2\x5e\xf2\x4a\x7b\x79\xda\xdb\xf9\xe6\x5e\xa5\x7b\xaf\xd2\xfd\xaf\x50\xe9\x8a\x87\x15\xb7\x7a\x8e\xbd\x1f\x64\x69\x42\xfe\x77\x31\x0b\xce\xa3\x9c\x7c\x1f\xb0\xcf\xbf\x7d\xe6\x9f\xfd\x19\xf5\xaa\x7b\x07\x03\x72\x98\x44\x45\x14\xc4\xd1\xaf\x94\xfc\x9d\xf7\x82\x11\x6a\x40\x72\xb0\xc4\x92\x06\x37\x30\x50\xb6\x54\x0d\x27\xe7\x7d\xd0\xea\xca\x62\x32\x7a\x89\x08\x7c\x75\x18\x0e\xc9\x66\xdd\xcd\x1b\xb7\xf6\x60\xc3\xb7\xdd\xea\x7a\xcd\x4c\xbc\xee\x74\xf5\x2b\x34\x19\x63\x6b\x2c\x11\x0a\x2d\x69\x83\x1e\x8f\x13\x5e\xfe\x3a\xa5\x87\x54\x3d\x63\x59\x8d\xcc\x92\xbe\x77\xbd\x6e\x88\xd0\x08\x58\x7b\x4e\xef\x07\x6b\x02\x3d\x25\xae\x78\x79\x5b\x3d\xd1\x98\xe1\x34\x95\x67\x75\xcb\x54\xcb\xb2\x49\xc7\x98\x47\x99\xed\xae\xb7\x51\xb4\xab\x20\x3c\x67\x67\x54\x39\x3b\xe4\xf0\x05\xe4\xc8\xde\xa9\x49\xdb\xd8\x28\xf3\x33\xe4\x7f\xfd\xc3\xdf\x0a\x39\xd5\xe8\x6c\xf9\x3c\x48\x8c\x54\xa5\xcb\x77\x41\xfc\x7f\x76\x60\x92\x2f\x84\x9a\x1b\x5e\x48\x1c\xa8\xc3\xa3\x34\x20\xf2\x9b\xea\x28\x65\x5d\x5d\xc4\x35\xcf\xcb\x6c\xab\x01\xbf\x79\x86\x44\x83\xd5\x9e\x15\x10\x9a\x27\x5a\x97\xa1\xdc\xa7\x0f\xd2\x39\x0b\xa0\x67\xaa\xed\x3e\x3d\xa7\xd9\x55\x47\x7a\x43\xfe\x10\x25\x93\x98\xbe\xe1\x08\xef\x92\x21\xf1\x66\xe8\x9a\xc4\xb4\xaa\x8e\xf8\xc1\xc5\x04\xaa\x83\x96\x12\xde\x25\xdd\x20\x0b\x22\x99\xc6\x29\xd2\xb0\x2d\x12\x19\x72\x7e\xf6\xf6\xf6\x38\xd5\x60\x20\xe1\x76\x41\xc2\xb2\x33\x37\x03\xe3\xd7\xba\x6d\x5f\x75\x42\x86\xb5\x7c\x4a\x0e\x06\x3c\x24\xa0\x4a\x12\x5e\xd9\x31\x73\x91\xeb\xb1\x91\x3f\x79\xce\x88\xce\xe0\x3d\x5a\x0d\x3b\x7a\xce\x80\xca\x5d\x7c\x8b\x8e\x5b\xfc\x85\xd7\x95\x73\xa6\x2a\xaa\x92\x02\x4e\xd8\x05\xe5\x91\x58\x14\x1d\xc9\x7b\xba\x64\x1c\xd1\x38\xb4\x4c\x0f\x44\x2b\x46\x4f\x2d\x9e\x83\x3b\x68\x31\x1e\xde\x35\x8b\x0c\x65\xb2\x15\xf5\x41\x92\x85\xeb\x08\xcb\x61\x6f\x12\xb6\x2f\x59\x9b\xfc\x16\x2c\xce\xd4\xc3\x3b\xb2\xa2\xa8\x4f\xc8\x89\x4c\x0c\x7c\x72\x2f\x06\xde\x8b\x81\x7f\x6d\x31\x50\xbf\xcf\xe3\x8b\xe6\xae\x5e\xe8\xdd\xcd\xdd\x3d\x03\x79\x23\xd5\x8d\xa5\xc6\xca\x70\x4e\x14\x91\x5a\xa4\x15\x32\xfb\x44\xa7\x48\xe1\x72\x4d\xe6\xb2\x4f\xe3\xe2\x1e\x78\x9e\xce\xd7\x92\xc1\x26\x02\x03\x9f\xfc\x38\x18\xa2\x36\x84\xc6\x19\xa8\x04\xf7\xf4\xec\x2b\x62\xe5\x18\x4a\x57\xd0\x18\xbc\x09\x92\x60\x42\xf5\xeb\x7c\xc6\xb2\x38\x2a\x0c\x55\x80\x74\xe1\xa1\xc1\xd1\x7e\x3f\x33\x30\xe4\x54\x9c\xcd\x6a\xec\xdf\x43\xca\x38\x4c\x94\x98\xfe\x3d\x2d\xf1\xef\x2c\xc8\xb9\xcf\x85\xb2\x48\x14\x13\x0a\x5e\x2a\x3d\x9b\x94\xe9\x69\xde\x76\x2c\x2a\xdb\x34\xdb\x03\x12\x73\x10\x21\xda\x28\x8d\x35\x61\xb8\x13\x45\xe1\x73\x14\x71\x28\x3b\x3e\xe9\xcb\x30\x67\x82\x8d\x4a\xa9\x73\x73\xcc\x9d\x71\xea\x4b\x0a\x11\x9a\x43\x6c\xbb\x6a\x9c\x7d\xf2\x86\xb1\xf2\x88\xe6\x22\x78\x35\xe0\xc3\xf1\x42\x69\x78\xf6\x6c\x8c\x37\x39\xa8\xeb\xb7\x8b\x38\xd6\x8e\x31\x7a\x4c\x8a\xa4\x97\x11\x5c\x9b\xf9\x70\xf7\xc7\x8c\x3f\x74\x67\x61\x77\xc8\xda\xd7\x8a\xbb\xe3\x60\xb2\x51\xb4\x1d\x3b\xc0\x89\x0a\x25\x63\x1e\xc4\x48\x4d\xf8\x98\xf7\xef\x0e\x44\x84\x89\xea\xd8\x31\x1a\x6d\xc2\xd5\x2b\x27\x3c\x40\xba\x3a\x71\xda\x68\xe2\xa0\x87\x0c\xd2\xc5\x92\x41\x74\x2a\xc9\x83\x0e\x54\x4b\x25\x36\xd6\x3d\xdc\xb5\x84\x82\x7c\x8f\x1b\x3d\xa5\x2d\x19\x52\x39\x5d\xec\x11\x08\xce\x5d\x15\x42\x8a\x3c\xd3\xbf\x39\x75\x43\x91\x53\xc6\x0e\xd0\x67\x8d\x67\x7d\x07\xeb\x9c\xdf\xab\xa8\xb9\x18\xf3\x2e\xe2\xb9\x03\xde\xea\xb3\xa2\xe9\x8e\xb8\x04\xf7\x9e\x18\x29\x66\x90\x5e\x8c\x42\x7b\xb3\x02\x67\x33\x70\xec\x79\xe6\x05\x50\x55\x79\x63\x93\x08\x5c\xf8\x42\x16\xc9\xf7\x53\x92\x0e\x57\x88\x5c\x14\xc8\x75\xdb\x08\x09\xcd\x62\x10\x61\x77\xac\x62\x1f\xb1\xbd\x24\xaf\xec\x7c\x59\xc8\x13\x00\x8c\x96\x01\x06\x84\x3c\x23\xc0\x90\x3a\xa6\xf8\xb5\x20\x52\x9d\x01\x9a\xa5\x12\x65\x46\x95\x5b\x65\xac\xe2\x70\x50\x25\x5d\xe4\x72\x7c\x9a\xd2\xd6\xd9\x2f\x18\x5d\x2c\x43\x0e\xed\x6c\x11\xc5\x21\x20\x4c\x0c\x8a\x65\x3a\xfe\x6d\x81\xe1\x7f\x3c\x7a\x71\xb4\xbe\xbe\x0e\xe2\x7d\x3b\x27\x8b\x49\x7c\xd5\x17\x51\xc4\xd8\x81\x60\x91\xb3\x3d\xb1\x50\xad\x24\xc8\xa5\x2c\xfb\x2d\xed\x6a\xd4\x0d\x09\x63\x1c\x90\xa1\xde\x5b\x6f\x19\x91\x9e\xce\x7e\x39\x61\xd9\x27\x9b\xa7\xa7\x4c\xec\xc2\x9f\xd7\xd7\xca\x6e\xd3\x06\xe5\x3f\xb6\xa0\x0c\x1b\xcb\xae\xff\xaa\xc8\xaa\x1d\x20\x09\xe2\xc2\x0e\x7a\x15\xa2\xca\x6e\x51\xd5\xa5\xba\x36\x3a\xe5\x21\x50\x12\xff\xb3\x2c\xe2\xf8\xf9\x16\xf2\xbb\x3e\x0d\xaf\xe2\x07\x9a\x58\x11\x2c\x7c\xa1\x0a\x8c\xb3\x3a\xb4\x65\x4a\x94\xfa\x62\x4a\xdf\xcf\x18\xb1\x58\x94\x79\x9d\xc7\x34\xcf\x6e\x98\xc3\x8b\x76\x30\x33\x53\x46\x91\x96\x01\x8d\x37\x9c\x8a\xd9\x5d\xa3\x9a\xf2\x21\xd8\xd7\x50\x82\x54\x58\x56\x53\x4f\xcf\x32\xcc\x15\x4d\xea\xdd\x39\x4a\x0e\xb9\xc8\x28\xdc\x90\xbe\x7f\x77\xa0\x3c\x30\x71\x53\x96\x51\x90\x28\x61\x33\x4a\x84\xd2\xc5\xef\xeb\x29\x73\x7d\x3d\xf6\xfb\xfd\x25\x8e\xef\x66\xfb\xd2\xd3\x9a\x4c\x59\xd4\xc3\x49\xeb\x7c\xda\x97\xba\x9b\x5f\x85\x08\x25\x0d\x98\x3e\xe9\xf1\xac\x95\x21\x5a\x94\x2c\x51\xec\xbc\x91\x36\x30\x4d\xaf\xff\xbe\xbd\xd7\xfb\xdc\xeb\x7d\xfe\xda\x7a\x1f\xa1\xf4\x09\xcf\x6e\x71\xf3\xe7\xd3\xfb\x28\x6d\x0d\x56\xfc\x70\xe6\xa4\x34\x3a\x2f\x9e\x1b\x7c\x84\x0d\xc3\x74\xf9\xe1\x68\x2a\x60\xa4\x56\xf2\x6e\x45\xa0\xb0\x35\x2d\x2f\xe5\x1d\x8f\x4d\xbf\xb8\xe0\x22\x5f\x88\x25\x5d\x59\x72\x50\x87\xd5\x8c\x76\x16\x01\xe4\xa8\x5d\x3a\xbe\x0e\x5a\xfa\x66\xbd\xcb\x97\x07\x2c\x9a\x2f\x0a\xf5\x78\x2d\xa1\x17\x02\x9b\x1d\xbd\x5d\x32\xa1\x63\x48\xda\x0a\xce\x8a\xa3\x31\x24\xed\xf0\xec\x93\x2f\x57\x8a\x89\x3b\xaa\x4f\xaa\xd1\x09\x6d\xd6\xa8\x82\xf3\x36\xea\xcb\x95\x8d\x6e\xbb\x8d\xce\x17\xc5\x2b\x7a\x59\x3f\xcc\x57\xf4\xb2\x6c\x8c\x66\x56\xf5\x00\xeb\xdb\xe2\x40\x65\x43\xf3\xb7\x65\x8d\x4b\x6c\x46\x27\x1a\x4e\x4e\x44\x4f\x23\xb9\x27\x86\xde\x13\xdd\x02\xe0\xd3\x92\x9d\xeb\xc5\x73\xbd\x6b\x71\xda\x69\x0d\x77\x60\x8b\x7a\x7a\xbf\x45\xdd\x6f\x51\x7f\xed\x2d\x4a\x5f\x4d\xd0\x62\x7a\xa3\x7b\x09\x01\x7c\xb7\xaf\x12\x4b\xa2\xff\xfb\xc2\xff\xfb\x2e\x41\xfc\xf7\x20\x35\xdb\x26\x03\x91\xe6\xc8\x16\xd0\x5c\x24\x4b\xb0\x51\x59\x7b\xa3\x34\x19\x47\x13\x09\x86\x42\xe1\x60\x68\x19\x59\x45\x82\x5d\x88\x67\x6b\xc6\x05\x8d\x48\x94\x30\x3f\xf2\x50\xe0\x16\x32\x20\x51\x82\x1c\xe6\x1f\xae\x92\x11\xdf\x62\x30\x54\xce\x53\x25\x18\x63\xc5\x19\xb5\x81\x44\xaa\xaa\x8b\x3b\x28\xc2\x10\xd1\x59\x90\xc8\x6c\xee\xf5\xd0\xe9\x8f\x4c\x56\x42\x08\xf8\x4c\x6b\x72\x67\xa0\x74\xde\xe2\x8d\x20\x28\x01\x37\x4f\xbb\xe4\xc1\x03\x22\x7e\xf7\x41\x27\x78\x34\xee\xb4\x37\x2f\xdb\xdc\x75\xc9\x66\x97\x3c\x23\x2d\x5a\x4c\xd9\xee\x01\x81\x49\x9f\x5f\xbd\x0a\xf2\x69\x8b\x0c\xed\x64\xae\xd1\x6d\x69\x29\x01\xba\xf6\x21\x9a\x24\x34\xcb\x2b\x7a\x78\xc7\xfd\x13\x0d\x96\x74\x53\xe5\xfa\x7b\xfb\x63\x94\x04\x71\x54\x5c\xfd\x76\xdd\x95\x2d\x96\xf4\x57\x67\x3b\x1d\x46\xe1\xb5\x7e\xcc\xd2\xd9\xf3\xdf\x80\x10\xda\xa2\x6b\x28\x6a\xd3\xf3\x2b\x68\x98\x75\x7e\x3f\x09\x0f\x59\x39\x15\x2c\xcd\x0b\xc9\xc7\xa1\x60\xf5\x78\x16\xc9\x28\xa6\xbf\xd1\x00\x8e\x59\x5b\x35\x5d\xc7\x30\xa5\x9d\x96\xf3\x84\xc6\x79\x90\x2e\x92\x46\xb7\x78\x77\x30\x0e\x6f\xdb\x9c\x94\xf0\x50\x4a\xc0\xf8\xa8\x9c\x29\xf8\x0d\xfb\x7f\xac\x1a\x44\x93\xe1\x4c\x02\x06\x30\xfa\xac\xba\xf7\xb2\x98\xde\xf5\xf9\xab\xf1\xd9\xeb\x8e\x8e\x5e\x10\x5f\xb9\xfc\xe8\xc5\x35\x4b\x7c\x93\x8c\xa8\xb7\x47\x73\xdc\x99\x79\x4d\x3f\xe6\x37\xe8\x02\x32\x21\xe0\x9b\x17\x77\x2f\x42\xb0\x03\xf4\xc3\xe7\xfb\x6f\xad\x58\x6f\x62\xcb\xe2\x4a\x2f\xfe\x3e\x59\xa8\xbe\x96\x6b\x6b\xbc\x77\x7d\x6e\x78\xa6\x9e\x2a\xbd\x2c\xa6\x5a\xd9\xd6\x23\x6d\x1c\x19\xbb\xdd\x13\xc3\x9c\xd0\x62\x58\xa2\x52\x96\xae\x60\xfb\xb8\xa0\x18\x49\x4f\xa8\x41\x8d\xc2\xe7\x41\x6c\x04\x71\xeb\x5b\x71\xc9\xcf\x83\xd8\xf1\xf5\xa2\xd2\x96\x6b\x80\x9e\x95\x86\x22\xdc\x28\xde\x64\x30\xa2\xe8\x4d\x86\x23\x8a\x36\x1c\x50\x93\xa3\x3e\xe3\x2e\x41\x0c\x86\xb1\xb5\x07\x53\x01\xe8\x1e\x4e\x25\x9b\x72\xf2\xd5\x09\x15\x19\xcb\x1a\x37\xa4\x43\x72\xa2\xe5\x55\x7e\x7b\x2a\xbc\x94\xfe\xa8\x2f\x4b\x6d\x08\x1c\x58\x9e\xf3\x13\x05\x8c\x22\x73\x5a\xd7\x84\x43\x5c\x0d\xcf\x53\x2e\x81\x14\x50\x89\x56\x22\xcd\x82\x09\xdd\x2f\x9a\x28\x26\x04\x68\x29\x8e\x7c\x10\x4a\x67\x50\x81\x25\xbe\xee\x38\xc7\x2e\x52\x38\xb8\xaf\x82\x16\xef\xc0\x84\xef\xcc\x9a\x31\x31\xa8\xd2\xe1\x58\x99\xbf\xfd\x7c\x7b\x07\x26\x57\x7d\x1d\x3d\x73\x76\x64\x0d\x4d\x49\xe4\xb7\x1b\x96\xaf\xb7\x3d\x67\x89\x6b\xf3\x62\xb6\x78\xc9\x72\x35\xfa\x05\x09\xb3\x92\x76\xb1\xd0\xec\x47\x88\x85\x0e\x01\xab\xb0\x82\x70\x82\x8e\x02\x76\x68\x8b\x2d\x99\x70\x23\xb4\xa8\x41\x37\x1c\xb2\xe8\x48\x83\x91\x4b\xf1\xbb\xd1\xd0\x25\xb0\x6f\xec\xf8\x60\xf1\x3b\x0c\x1e\x5f\x3e\x1d\x26\x85\x77\xc0\x20\x6a\xd5\x13\x3d\x80\x39\x44\xaf\x84\xf7\xaf\x41\xf4\x88\x6b\xdd\x82\xbe\x7b\x6b\x25\x4c\x6c\x36\x8f\xe2\x52\xf2\x36\x39\x99\x00\xad\x60\x67\x2e\x84\xc4\xc3\x66\x39\x99\xd9\xa2\x79\x43\xd6\x63\x17\x73\xba\x55\x75\x3a\x71\x3b\xb8\x75\xcb\x89\xaa\x9a\x1b\x39\x85\x2f\xe8\x28\x9a\x05\x71\x39\x2a\xb4\xc0\xdf\x10\x09\xba\x40\x09\x51\xfe\x71\x07\x6c\xca\xc9\x35\x83\x2d\x8f\x3a\x5e\x72\xda\x86\xa3\x54\xe5\xa0\xeb\x57\x10\xaa\xb0\x9a\x5b\x7e\xf4\x28\x23\x56\x1a\x93\x2a\xe5\x0c\xae\x4c\xcf\xf1\x47\xe2\x34\x37\xc1\xd3\x7b\x3a\xa2\xd1\xbc\x01\x99\xbb\x65\x9a\x10\x80\x0b\x7a\x5b\x0a\x10\x35\x36\x1e\x60\xc3\x55\x5c\xcb\xc5\x3c\x83\xb3\x01\x9b\x50\x00\x97\x80\xef\xe8\x2c\x50\xbb\xbc\xd9\x59\xf8\x7d\x70\xd1\x7c\x89\xbb\x05\xfc\x88\xa8\x84\x6b\xc2\xd9\x18\x1e\x3c\x62\xaf\x1b\xa4\xbd\xae\xb7\x8d\xba\x7a\xf3\x7e\xda\x33\xe5\x5b\x63\xbe\x71\x44\x93\x64\x85\x71\x98\xd0\x25\xe3\x28\x05\xfa\xca\xe3\x68\xd0\xf9\xf2\x1e\xdf\xf9\xb1\xaa\x84\x70\x84\x99\x64\x55\x47\x19\x88\xbf\xa3\x56\xce\x4d\x3a\xca\xf6\x82\x3b\x3b\xfc\xd1\xbc\x88\x66\x41\x41\x7f\x0a\xea\xe4\x41\x04\xe9\x1f\x9a\x1f\xe0\x26\x14\x63\x8c\xf0\x56\x5c\x69\xc4\xe5\xd3\x0f\x69\x1c\x85\xa5\xc7\x1a\x3d\x6d\x1c\xba\x9f\x0b\xf0\x92\x29\x34\xeb\xf4\x8d\xb5\xb4\x23\xaf\x5f\xbf\x6e\xd8\x87\xb8\x94\x82\x54\x4d\x2b\xb5\xfc\x81\x66\x73\x5a\xbb\x3d\x29\x0c\x70\xe8\x6a\x04\x38\x30\x15\xbd\xc8\x17\x67\xb3\xa8\xf8\x39\xcd\xea\xa4\x24\x0d\x58\xb2\xd2\x7d\xf9\xd5\x46\x24\x0d\x5a\x15\x50\xa5\x5b\x71\x49\x7b\xfe\x23\xce\x41\x90\x84\xfc\xa1\x74\x11\x14\x8b\x5a\x35\x82\x05\x6e\x9d\xa6\xd5\x49\xab\x04\xca\xe1\x20\x77\xa0\x3f\x7a\x39\x4f\x47\xd3\x52\xde\x41\x7c\x26\x33\x5a\x9b\xd9\xc3\x69\x4a\x7b\x67\xa4\x1e\xa4\xa1\x09\x06\xcc\xca\x4d\x11\x7a\x0b\x37\x43\x6a\x17\xcc\x5a\x4d\x0c\x19\x79\x70\x68\xb2\xfa\x20\x4e\xae\x6e\xed\xb6\xdc\xe5\x42\xe8\x33\x98\x91\x87\x0a\x96\xa5\x2b\x89\xbe\x0c\x40\x08\x9d\x65\xd9\x56\xa3\xe6\x9b\x02\xc4\x81\x75\xa2\x2b\x3f\xa1\x3c\x73\xa3\x37\x0b\x95\x96\x40\xcd\x9b\xac\xd0\xc9\x78\xfd\xfa\xb5\x0b\xcc\xd9\x06\xaa\x52\xad\x68\x63\xd0\x2c\x01\xbe\x85\x91\x15\x0f\x0b\xa9\x2e\x84\xaa\xdc\xc4\x6b\xb2\x64\x0b\x4f\xdd\x4c\x98\xd6\xeb\x8a\xe3\x45\xc9\x59\x90\x63\x0d\x8f\xe8\x00\xac\x1e\xc1\xf0\x04\x8c\x02\x59\x76\x7b\x2b\xb4\x31\x8b\x12\xd3\xc0\xce\x69\x41\x40\xdc\xb0\xfe\x69\x90\x4f\xb3\xa0\xa8\x1c\x43\x09\x4c\xa3\x2d\x75\xf5\x1e\x49\x03\x91\x8a\x0e\xf9\x41\xea\x0f\x68\xc2\x22\xc5\x3c\x95\xad\xde\xc3\x49\x90\xbf\xcb\xa2\x51\x25\xce\x4a\x60\x6e\x7c\x51\xb2\x7a\x2f\x45\xe4\xb3\xbc\xaa\x97\x0a\xe6\x86\x6d\x9c\xa1\x6b\xe6\x8a\x66\xca\xc1\xbe\x12\x0d\xc9\xb0\x30\xff\xe0\xe6\x7e\x55\x7d\xb3\x41\x51\x8b\x98\x85\x18\x57\x93\xfd\x91\x36\xa5\x42\xd7\xfe\x67\x91\xf1\x68\x2a\x18\x15\x69\xf6\xff\xb1\xf7\xee\x6b\x6d\xe4\xca\xe2\xe8\xdf\xc9\x53\x68\xf2\x3b\x6b\xb0\x43\x63\x7c\x87\x38\x61\xf6\x26\x06\x02\x2b\x21\xf0\x03\x32\x33\x6b\xf3\x31\x7c\x6d\x5b\xc6\x9d\xd8\xdd\x5e\xdd\x6d\x2e\x33\x61\xbf\xcf\x79\x8e\xf3\x62\xe7\x53\xe9\xd2\xba\xb6\xdb\x5c\x32\x99\x59\xb0\xf6\x9e\xb8\xbb\xa5\x52\x49\x2a\x95\x4a\xa5\xba\x70\xb9\x91\x1b\x5f\x81\x27\x83\x87\x48\x59\x65\x3b\x64\xa5\x6d\x8d\x0d\xb9\xb1\x95\xe1\x0d\xef\x49\x1e\xbf\xb4\x54\x37\xc6\x60\x2c\x09\xfe\xab\x5d\xcd\xa3\x47\x4a\x95\x46\x0d\xb8\x32\x38\x64\x28\x96\x3c\xab\x2d\x80\xc7\x2d\xc2\x2a\x38\x1d\x95\xca\x9e\x49\xb2\x1f\xa2\x0b\x49\x22\x28\x86\x92\xad\xa3\x99\x2d\x58\x7e\x16\x0f\x3e\xfa\x25\x56\xa1\x72\x31\x8e\x7a\xfe\xb8\x42\x06\xb5\xe2\x9b\xaf\x59\xda\x45\x5b\x93\x41\xdf\x9f\x7e\xbc\x6b\xb3\xa4\xb2\xd1\x28\x7d\x99\xd7\xa4\x64\x18\x97\x35\xa8\x7b\x5f\xc9\x69\xed\x78\x85\x92\x7d\x7a\xe6\x05\xc4\xdb\x4e\x47\x99\x49\xb1\x66\x1b\xf8\xa2\x53\x5b\xf7\x5e\x18\x36\x8a\xcc\x47\x26\x33\x0e\x7c\xd1\xa9\xb7\xe0\x05\x9d\xd3\x17\x9d\xfa\x2b\xfa\x28\x68\xe1\x45\xa7\x41\xab\x04\x3d\x3f\x7c\xd1\x69\x34\x3c\xd5\x82\x19\x1e\xd9\x20\xbd\xe8\x34\x9b\xf0\xcc\x2d\x19\x5f\x74\x9a\x14\x3c\xe3\xec\x2f\x3a\x4d\x8a\x16\x37\x88\x78\xd1\x69\x92\x06\xb9\x1d\xe2\x8b\x4e\xb3\x71\x7b\xe6\x35\x5e\x3d\x99\x44\x3f\x99\x44\xff\xbd\x4d\xa2\x5d\xf6\xd0\xf7\x76\xdb\x29\x6e\xa9\x5c\xc0\x0c\x19\xca\x7d\xc4\xe9\x63\x7a\xf9\xc0\xdb\xf9\x66\x5d\x99\x7f\xcf\x5d\xec\xba\x0a\x78\xf5\xac\xae\xae\x66\x61\xb1\x6c\xa1\xb6\x58\xce\x58\xc2\xe2\x01\x1c\x4e\x47\xc8\x9f\x06\x12\xee\x8f\x74\x20\x19\x07\x49\x8a\xf3\xce\x0b\x21\x4e\xcf\xb3\x42\x77\x15\xae\x30\x8e\xf5\x4b\x05\xa3\x15\x57\xa1\x05\x04\x3e\x59\xfc\x32\x36\xb5\x8f\x38\xb5\x6c\x6a\xea\xe6\x25\xef\x2e\xb7\x67\x5e\xb3\xfa\xb4\x5b\x3c\xed\x16\x7f\xef\xdd\xe2\x3b\x75\xa0\x79\x38\x5f\x97\x82\xae\x38\x99\xb9\xf3\x21\x8e\x93\x28\xf4\xc7\x4f\x36\xcf\x8f\x6d\xf3\x7c\x5b\xcc\x0a\x36\xc4\x57\x99\x69\x6d\x9e\x62\x3d\x2b\x68\xea\xd6\xa7\x6c\x56\xcf\xad\x85\xee\x71\xb5\x1b\x4c\xc8\x46\x70\xe4\x5f\xbd\xc7\xf3\xae\x7c\xe4\xa2\x4b\xde\xf3\x67\xcf\x74\xdc\x8c\x02\x39\xce\xb1\xc5\xaf\x30\xcd\x76\xc4\x07\xc9\xb8\xf5\xd9\xb3\x82\x97\xfa\x85\xef\x2e\x71\xff\x08\xf7\xa3\x4b\x1a\x9f\x2e\xef\xb2\x8f\x97\xb3\xe2\xaa\x7e\xcd\x19\x90\x59\x38\x8e\xfa\x5f\x8a\x51\x8a\x52\x36\x87\x58\x5c\xe5\x8a\x18\x05\x17\x1b\x37\xe7\xe8\x3d\xb0\xc9\x40\x36\xf7\x73\xed\x06\x16\xb9\x1f\xb6\xdd\xb7\x3b\xbb\x54\x7c\x7e\x8a\xcd\x4e\xfe\xdc\x2c\x72\x09\xac\xcf\x8d\x86\xbc\x4d\xb2\x66\x0d\x4b\x8d\x48\x8b\x37\x7b\xab\x50\x90\x74\x7b\xc2\xa9\xda\x75\xdb\xe1\xbc\x14\x91\xc0\xc9\xf2\xee\xe3\x9d\x0f\x36\xe7\xa8\x85\xb3\xe9\x90\x0b\x3b\xc4\x72\x53\x2e\xe7\xdb\x6d\x26\x9c\x5b\x54\x44\x9a\x56\x48\x97\xd3\x6b\x4f\x72\xfa\x93\x9c\xfe\xf7\x96\xd3\x99\x90\x9e\x8c\x1c\x5a\x9d\x39\xe2\x37\x8e\xf1\x6c\x42\x40\xff\x34\x47\x09\xd4\x8f\x62\x5c\x09\x22\x55\x4e\x5f\x2b\x1c\xbb\xa5\xa0\xaf\xf7\x3c\x97\x71\x28\x74\x3c\x1a\x3d\xba\x76\xe8\xfb\x91\xc7\x09\x77\x3c\x1e\x29\xb7\x1b\xf8\x8a\xc5\xbd\xdf\xf9\x16\x17\x3a\xc9\x68\xfe\x85\x4e\x32\x82\x0b\x1d\x2a\xb8\x2c\x72\x6f\x93\x27\xe7\xbb\x37\x27\x43\x3c\x90\xb6\xa6\x4b\xeb\x4d\x1d\x13\x11\x92\xd1\xe8\xdc\x5e\x40\xb5\xa6\x41\x16\x5d\x56\x5e\xa3\x41\x38\x8c\xdc\x2d\x5a\xbe\xde\xaf\xb9\x04\xa7\xfb\xfe\x35\x23\x82\xe3\xe0\x77\xfd\x72\x58\x6a\x7b\x5e\x51\xd5\x5c\xea\x2e\x88\x04\xe1\x61\xf4\x4b\x3e\x02\xb6\x22\xf7\x6b\x78\xe2\xc7\x5f\x4e\xe2\x59\x92\xe2\xc1\x21\x36\x2e\x83\xa5\xe6\xf3\x0b\xde\x0f\x89\x10\x13\x99\xee\xd0\x0f\x72\xda\x77\x96\xb9\x1f\x05\xf8\x83\xc1\x61\x1c\x5c\xfa\x29\xa6\x47\x42\x47\xeb\x79\xc5\xee\xd7\x77\x9a\x77\x70\x6e\xf7\xf3\x8a\xdd\x0f\x81\x91\x9f\xcc\x6d\xdd\x59\xe6\x7e\x4d\x5f\xe0\x94\x6e\xe8\xb9\x63\x9f\x53\xea\xfe\xcd\x17\x98\xfb\xbc\x62\xf7\xa6\xfb\xe3\x9b\x49\x6e\xe3\xae\x22\xf7\xa6\xfa\x79\x0d\xbb\x8a\xdc\x77\xc8\x89\x1c\x97\x62\x0a\x7a\x27\x8e\x26\x87\x7e\x92\x5c\x45\xf1\x20\x6f\xfc\x0b\xd6\xb9\xf7\x3a\x98\x37\x26\xae\x22\xf7\x26\xc3\x79\x0d\xbb\x8a\x3c\x04\xeb\x99\xd7\x76\x4e\x29\x7b\xf3\xe2\x61\x75\x15\x25\xb3\x1e\xdc\xbc\xd1\xac\xea\xb3\x30\x7b\x9e\x04\x49\x12\x84\x17\xcf\x0b\x63\x3b\x8d\x12\xfd\xea\x4a\xc2\xd2\xf2\xd5\xa2\xa7\x40\xf9\x7a\x47\x34\xff\x96\xeb\x78\x34\x92\x72\x18\x6a\xb6\x17\xca\x29\x5a\xb3\x8c\x68\xd6\x9f\xce\xd0\x4f\x67\xe8\xbf\xf7\x19\x3a\xbb\xeb\xea\xfd\xfe\xbb\x76\xd7\xb5\x39\xc6\xd7\xe8\x2d\x8e\xf1\x45\xf2\xbb\x9f\xfc\x1e\xa0\x37\xfe\x18\x5f\xff\x77\x9c\x0e\x93\xca\x68\xa6\x1e\x87\xdb\x2c\xa0\xf2\x11\x1e\xe2\x18\x87\x7d\xdc\x41\xa4\xfd\xa4\xb3\xba\x7a\x11\xa4\xa3\x59\xaf\xd2\x8f\x26\xab\xfc\xd4\xbd\x7a\x11\xad\x88\xdf\xbd\x71\xd4\x5b\x4d\xae\xfc\x78\xb2\x1a\x84\x29\x8e\x43\x7f\xbc\x4a\xba\x84\xaf\x53\xfe\x6f\xe5\x22\xfa\x3f\x1f\x1a\x8d\x47\xbe\x1a\xcb\xee\xbb\x8e\x09\x36\x7f\xf3\xc3\x35\xfc\xf8\x4b\x5c\x76\x51\xcb\x57\x9c\x5e\x45\xf1\x97\x23\x0c\xd1\xb2\xf3\x14\xe5\x7a\x71\x53\x5b\xde\xfb\xfd\xf7\xf3\x9c\x52\xf7\x71\x6a\xbc\x09\xfb\xdb\xa1\xdf\x1b\xe3\x79\x58\x4a\x25\xed\x08\xda\x0b\xdc\x07\xb7\x2b\x7f\x5a\x10\xb7\xac\xa4\x03\x37\x6b\x81\x7b\xe0\x36\x88\xae\x42\x16\x08\x3d\x0f\x31\x5e\xcc\x8e\x95\xe5\x6b\x71\x3f\x5d\x07\x62\xb3\x69\x01\xb4\x68\x21\x3b\x52\xc6\xb7\x7b\xa3\x14\xe3\x34\x0e\xf0\xe5\xbc\xd0\x19\xbc\x98\x1d\x2d\xcb\xd7\xfb\x90\x56\x4a\x76\xbb\x39\x44\x45\xca\x38\xc8\x49\xfb\x74\xef\x21\xba\xc0\x05\xfc\xc0\xed\xb8\xa8\x1f\xee\x31\x26\x34\x81\xcc\x9c\x30\xcd\x76\x1c\xd4\x0f\xf7\x1e\x0d\x96\x33\x2a\x1f\x19\x5a\xc8\x8e\x8f\xf1\x8d\xa3\xd4\x2c\x84\x52\xce\xad\xae\xa1\xe2\xd4\xd9\xb2\x74\xfb\x97\xf1\x43\xe9\x65\xc6\x88\xb2\x97\x9c\x0f\x48\x37\x8e\x53\xf5\x99\x53\xbf\x04\x88\x90\x60\xf6\x78\x81\xa5\x8b\xc9\xe9\x4c\x7a\x90\x64\xf1\x47\xbd\x66\x1c\x05\x97\x4e\xdf\x18\x32\x27\xf0\xdd\x79\x86\xcc\x87\x6d\x51\xca\x2a\xb0\xe1\xbb\xe3\x78\x65\x39\x5f\x11\x61\xc9\x16\x6f\xdb\x7a\x2f\xd9\x78\x3a\x53\x3d\x9d\xa9\xfe\xde\x67\x2a\x76\xa0\xe2\x17\x44\xdf\x36\x51\xc4\x5d\x0c\xab\xb9\x77\x94\x3f\x0d\xb8\x30\x4e\xb3\x8c\xa6\xa3\x3c\x0b\x34\x7a\x5d\x96\x1b\xb9\x95\x97\x4e\x6f\xa6\x44\x3e\x60\x51\x5a\x5f\x3f\x97\x18\x78\x90\xf6\x47\x25\xf2\x5d\x4f\x6f\xd4\xf7\x13\x8c\x96\x08\xc5\x27\xe9\x52\x47\xf9\x04\x93\x15\x5f\x24\x95\x64\x14\x0c\xd3\x92\x96\xd3\x08\x19\xf9\x49\xab\x66\x01\xc6\x92\xc1\x7d\x2d\xc4\x57\xcc\xad\x19\x2e\x64\x5f\x5b\xd0\x98\xe2\x70\x10\x84\x17\x8f\x8e\xc7\x21\x6d\x47\xb6\x21\xb2\x21\xc5\xc2\x6b\x9a\xd8\x68\xe0\x8c\xca\x34\xc7\xd3\xad\x24\x1d\x88\x52\xf3\x2d\x09\x19\x34\x5d\x46\x50\x48\xc1\x22\x3b\x59\xa4\xea\x30\x08\x93\xd4\x1f\x8f\x0b\xb5\xac\x95\xb6\x07\x09\x70\x17\xca\xc1\xe3\x02\xa7\x1f\xa2\x8b\x02\x91\xd8\x48\x29\x67\x70\x02\xda\xa2\x56\x24\xa7\xd5\x69\x34\x37\x80\x09\x29\x32\xa7\xbd\xee\xc8\x0f\x2f\x70\x81\x26\x6d\xc2\x07\x05\x21\x9b\x64\x29\xa3\xa7\x08\x42\xa4\x63\x52\x23\xd1\x78\x2c\xcb\x03\x0b\xf3\x9b\x64\x34\xaa\x00\x6b\x34\xd8\x4d\x32\x32\xd9\x8d\x5b\x7c\x9a\x73\x4b\x63\x90\x01\x32\x6e\x69\x14\x4b\x82\x07\x55\xd3\xbb\x89\x11\xd9\x34\xf5\x8f\x87\x88\x49\xba\xc8\xb8\xa6\xa0\xcd\x32\x1c\xf4\xa2\xf7\x6b\x5e\x23\xe3\x07\x68\x5b\x26\x3d\x43\x12\xa5\x38\xe0\x74\xd4\x21\xff\xa1\xc0\x92\xd1\xa8\x43\xfe\x43\x85\x57\x5b\x4e\x98\x66\xf3\x49\x24\x7d\x12\x49\xff\xe6\x22\x69\xa6\xe7\xe7\x3e\xd6\x0f\x94\xb0\x9e\xfa\x87\x1f\xe1\x0b\x32\xcf\x7e\xbc\xd9\x0b\x1c\xa9\x51\x92\xd5\x77\x6a\xd1\xca\xe7\x24\x12\xe9\x47\x82\xbe\x3f\x95\x81\xb8\x60\xec\x75\x37\x0f\x4d\x08\x12\x26\xcc\x11\x9d\x59\x2f\xa3\x0d\xb4\x54\xbd\xee\xb7\x07\xaf\x06\xf5\xfe\xa0\xd9\x7c\xe5\xaf\xb5\x9a\xfd\xe6\xab\x66\xbd\xdd\xc4\xb5\xf5\xea\xab\x7e\xab\x8a\x1b\xcd\x41\xbb\xd9\x6a\xd7\x7b\x4b\x19\x2e\x36\x30\x7e\xcd\xaf\xd5\x6a\xbd\x7e\x75\xad\xd9\x7f\xd5\x1f\xfa\x6b\xeb\xb5\x61\xb5\xdf\x58\xc7\xed\x46\x6f\xd0\xaa\xf5\x5f\xd5\x7a\xeb\xfe\xb0\x5a\x5d\x72\xf3\x26\x8a\x63\x47\x92\x74\xfd\x5e\xd0\xb1\x0c\x62\xc6\x09\x99\x1b\x7c\xc7\xda\x3f\xba\xd3\xd3\xc2\x04\x6d\x03\xb2\x3e\xae\x16\xb8\x66\x77\x29\x54\x85\x63\xe6\xcf\xe2\x8b\x4e\xcd\x7b\x31\x67\x9e\x5e\x74\xea\x84\xd9\xb6\x9e\x98\xed\x13\xb3\xfd\x7b\x33\xdb\x8c\xd7\x72\xe5\x97\xc6\x6c\xf3\x0c\x93\x87\x71\xf4\x3b\x9e\xf8\x61\x65\x80\x7f\x7a\x10\x06\x6d\x73\x51\xd7\xfc\xd3\xf5\x0b\x52\xc3\xa4\x56\xb9\x05\x65\x29\xa6\xd9\x27\x78\x94\x72\x72\x50\x45\xa2\xf4\x9d\xbe\x50\xb2\x76\x68\x25\x12\xbd\x84\x9e\x51\x3d\x2b\xaa\x7d\x91\xea\xa8\xfa\x67\xa9\x8a\xfa\x41\xaa\x61\x5c\xe6\x86\xb3\xf1\x98\x4a\x96\x7c\x2c\xe4\x04\xbc\xfa\xe5\xa6\x9a\x1d\x7e\xa2\x0c\x91\x01\x3a\x9e\x14\x4d\x78\x9f\xa5\x77\x9f\x93\xec\x1e\x12\xa3\x9b\xa9\xde\x95\x5c\xc5\xe2\xd5\xaa\xad\x4b\x12\x1c\x5d\x81\x63\x0b\xdd\xa2\x8d\xf0\x7f\xd9\xde\xd2\xba\x90\xf1\xff\x3b\xc9\xf0\xef\xec\xf7\x03\xe5\xf8\xff\x61\x83\x12\x8e\xf6\x8a\x6c\x28\xc3\x20\xc4\x03\x3e\x4e\x1a\x04\xd1\x56\x87\xd5\x72\x0c\x17\x24\xaf\x4e\x23\xc4\x32\xe7\x67\x19\xf5\x87\x71\x34\xc9\x0e\xdb\x22\x27\x74\x05\xed\x93\x8d\x2d\xc0\x09\xa3\x24\x18\x26\x6d\x2c\xb5\x34\xfc\x26\x11\x65\xf0\x94\x71\xdd\x61\x23\xf5\xf5\xe3\x6c\x3c\xbe\x95\x8c\xdd\x83\x21\xc2\xd7\x41\x02\xc5\xad\x43\xae\xb5\xe8\xd4\x17\x06\xc3\x2c\xcb\x13\x6f\x8d\xe6\x79\x02\x35\x1b\xcb\x59\xbf\x82\x6a\x67\x65\x4b\xc6\x1a\x28\x33\x8d\xa6\xa5\x32\xa4\xce\x67\xf7\x5e\x84\xff\xc3\x7a\x82\xd1\xfa\x41\x16\x6e\xd4\xe1\xa6\xf6\x0d\x19\x66\x69\x64\x27\x45\xd5\x0e\xc2\x45\x8c\xec\x15\xef\x85\x93\x1a\x55\x68\x2a\xf7\xed\x7d\x56\xb2\xdc\x92\x3a\x42\x94\x44\x3c\x89\x0f\x90\x17\x24\xca\x7f\x87\xd3\x92\x74\x3a\xc7\xe1\x6c\x82\x63\xbf\x37\xc6\x1d\x94\xc6\x33\x6c\xaa\xfe\xfc\x09\x5c\x58\x09\xb6\x5e\x49\xa6\xe3\x20\x2d\x2d\x55\x96\xca\xaf\x95\x52\x84\x3b\x92\xc2\xa0\xbc\xe5\x13\x05\x6f\xf8\x9c\xfc\x84\x6a\x65\x4b\xa6\xff\x84\xa5\xfa\x57\x9f\xbf\x7e\x45\x7f\xdc\xbe\x96\x0b\xeb\x45\x5e\x2b\x1a\x31\xd1\x7c\xed\x8c\x27\x0c\x82\x7f\xec\x19\x90\xa2\xde\x67\x0f\xca\x7b\x74\xc8\x58\x5f\x08\x7c\x3f\xb9\x09\xfb\xef\x60\xbf\x21\x22\x2f\x74\xa1\x7c\xc6\x87\x00\x06\x71\x93\x15\x29\x49\x6e\x1a\x5a\x35\x65\x92\x00\x84\xca\x32\xe0\x76\x19\x2d\x03\x0e\x95\xfe\xc8\x8f\x37\xd3\x52\xb5\x5c\x49\xa3\x4f\xd3\x29\x8e\xbb\x7e\x82\x4b\x65\xfe\x19\x12\xbb\x97\x6a\x65\xe7\xc6\xc3\x67\xd6\x9d\xfc\x38\xdb\xb8\xb3\x4c\xce\x3c\x22\x1a\xaf\x71\x41\x3a\x64\xae\x18\x21\xa0\x28\x39\xfe\xc5\x5b\x5b\x96\x7f\x55\xd1\x43\x97\x44\x27\x03\x44\xb7\x7b\x49\x63\xc3\xed\x7d\xf2\x3b\xc8\x47\x7d\xb1\x5e\x66\x77\xfd\xee\x20\x60\x28\x33\x73\xb2\x76\x08\x5a\x5e\xb4\x57\x72\x62\x1c\x1c\xc7\x1e\x52\xb7\x0e\xfe\xc7\x71\xa1\x65\xec\x83\xcd\x6a\x4a\x77\x07\xb7\xd9\x90\xb1\x45\xce\xf1\xe6\x84\xca\x1e\x5d\x69\xfd\x2f\xb0\x6b\x3b\xc9\x76\xdf\x7e\x8c\x89\xac\x38\x9d\xc5\x18\xfd\xf3\xf8\xe0\xe3\xd1\x61\x17\xf1\x56\xae\x46\x41\x7f\x04\x87\x27\xbe\x03\x05\x21\xea\x81\xce\x96\x15\xd1\x38\x62\xf6\x56\xf0\xbd\x4a\xa5\x72\xcb\x34\x78\xb6\xbd\x19\x91\x23\x61\x3c\xed\x4b\x55\xad\xdc\x31\xeb\xb8\x83\x2c\xfc\x1b\x66\xa0\xa3\x9b\xcd\x75\x64\x79\xd4\x54\x92\x9f\x9e\xa9\xea\x75\x32\x4d\xac\x8a\xb6\x59\x95\x60\x4f\x94\x45\x41\xb2\x64\x2b\xa4\x52\x49\xec\x93\xe5\xb2\x3c\x65\x0c\x2b\x36\xd1\x7c\xd6\xe4\x69\x77\x4d\x1d\xab\xe9\x50\x70\xf2\x01\x92\x0e\xe6\x5a\xcc\x1e\x72\xc4\x6e\x3f\x1d\xb1\x9f\x8e\xd8\x7f\xef\x23\xb6\xa4\xcf\x64\x1c\x62\xc2\x58\xba\x7a\xd2\xfe\x27\x1e\x0e\x63\x7c\x83\x7e\x09\xc6\xfd\x2f\x18\xbd\xf9\x8c\x87\x43\x57\xb4\x9e\x85\x42\xfb\xec\xfb\x31\x39\xc2\x1f\xf8\x61\x1f\xfb\x50\xd6\x16\xd4\xe7\x0e\x71\x80\x58\x95\x77\xfe\x25\xfa\x25\x8a\x06\xe8\xcd\x85\xf3\x90\xdf\xcc\x0e\xf9\xff\x64\xdc\x54\x71\x1e\x66\x2c\x36\x2f\xab\xb6\x25\x50\x9d\x9e\x08\xdb\x96\x05\x1b\xc7\x71\xa4\x05\x0f\x5a\xa5\xef\xa8\x0d\x02\xdd\x76\xf6\xd2\xa5\x84\x6c\x8c\xd3\x28\x4c\x82\xde\x98\x12\xd8\xd4\x07\x27\x12\x34\x61\x77\x3e\x64\x2f\x9a\xc6\xd1\x65\x30\xc0\x71\x22\x6a\xf9\xe3\x24\x32\xab\x46\xe3\x31\xa9\x4a\xa8\x8d\x5b\x8f\xa3\x30\x1a\xd0\xaf\x41\xd8\x8f\x26\x32\x64\x02\x8c\x25\x63\xa0\x57\xae\x69\x30\xc1\x64\xb1\x05\x09\xaa\xa1\x04\xf7\xa3\x70\x00\xbb\x63\x10\x5e\x8c\x71\x1a\x85\x30\x9c\xa4\x7b\x39\x07\x7d\x8e\xaa\x72\xdc\xe7\x2f\xd1\x86\xe8\x8a\xa4\x67\x20\x6d\x83\x06\xf8\x56\x7a\xc9\x71\x91\xb5\x0e\xce\xc3\x1f\x91\x50\x46\x71\x14\x46\xb3\x64\x7c\x03\x61\x30\x1c\xfb\x30\xf9\x64\x39\x8f\xa0\x81\x9f\xfa\xce\x13\xb2\xda\x5b\x45\xe5\x11\x0e\x94\xce\x13\x30\xf2\x49\xed\x07\xa5\xf7\x4a\x02\xd0\x28\x4c\x22\xb2\x75\x11\xa2\x28\x51\xd2\xa8\xec\x85\x97\xfe\x38\x18\x1c\xb2\xf2\x25\x59\xe6\xe1\x5e\xd8\x30\x18\x92\x84\xaf\xee\xf1\x8c\xcc\x2b\x69\x74\x48\xdf\x01\x4a\x15\xda\x7b\x0f\xba\xc9\x8c\x2d\xa4\xf3\x0b\x3b\x95\x6f\xa8\x73\x45\x85\x59\x06\x9a\x5f\x95\x43\xa7\x78\x23\x41\xf2\x33\x41\xf7\x88\x52\x21\x16\x82\x9a\xd4\xcd\x74\x14\x47\x57\x48\xed\x9e\x5e\x5e\xe9\x0e\xeb\x26\xfd\x54\x29\x74\xf2\xf7\x17\x9a\x7d\x90\x66\x73\x49\x40\x3f\x97\x0a\xe9\x67\x3e\x31\x00\x70\x83\x22\xa4\xe0\xb9\x85\x68\x83\xa7\x97\x95\x64\xe3\x3c\xea\x78\x18\x42\x30\xe7\x9e\xca\xfd\x0c\x64\x01\x79\x9e\x74\x0a\xc7\xb1\x2e\xe2\x5b\x7a\x53\xd6\xcd\x6d\xc8\x9f\x02\x67\x11\x1a\x9b\x3f\x64\x46\x6d\xb9\x7d\x43\xc8\x65\x19\x91\x15\x12\xd4\x83\x73\xba\x8f\x0d\x36\x6a\xcc\x3b\x19\x90\x02\x6f\xc9\x77\x8b\x92\x89\xd6\x7b\x08\xc2\x84\x16\xbe\x33\xc2\x04\x9c\x64\xea\xe4\x4c\xe6\x6e\xa4\x98\x3c\x00\x2d\xaa\x34\xc8\xf5\x6c\x30\x1b\x25\xde\xca\xbd\x48\x2f\x99\x47\x7b\x4a\x87\x04\xd1\xa1\x39\xdb\x1f\x4e\xc5\xbe\x4a\xa4\x4d\x7e\x26\x64\x22\x9f\x41\x71\x29\x9f\x2a\xbb\x6a\x2e\x97\x96\x44\x5d\x75\xd7\x77\x6e\xf7\xf3\x76\xee\x94\x1c\xa9\x98\xe0\xa2\x23\x4a\xbe\x1d\x8a\x4f\x73\x39\x36\x8d\xfd\x7f\x0b\xd0\xf6\x06\x73\x97\x8c\xe5\xab\x30\x4b\xe2\x98\xa4\xd1\x20\x42\xfd\x31\xf6\xc3\xd9\x14\x85\x00\x9f\x0c\xb0\x38\xb6\xe7\x0d\x95\x84\xbd\x65\xe5\x51\x24\xe5\x80\x28\xa2\x71\x75\x2c\x89\x70\x74\x4a\x4b\x9f\x11\x21\x89\x54\xef\x20\x0a\x24\x18\x74\x0c\x40\x1d\x1b\xc8\x4e\xf6\xf3\x96\xe7\x8d\x5f\x5d\xd5\x47\x5f\x61\x00\x4c\x00\x53\x77\x73\x86\x50\x49\xac\xf0\x39\x93\x1b\x4d\x85\x50\x4a\x44\x50\x66\x46\x0b\xa7\x9b\x8b\x80\x1c\xe9\x02\x5d\x77\x4c\xea\x58\xe6\xdc\x98\xdb\xdc\x91\x17\x20\x54\x22\x85\xba\xbc\x43\xd4\xb2\xcc\x32\xc8\xaf\xa5\xe1\xc9\xf0\x67\xa3\x53\x62\x1a\xd5\x2f\xf8\x26\x29\x65\x75\xcb\x5c\xcb\xbb\xb1\xb1\x81\xaa\xe8\xc7\x1f\x91\x6b\x0c\x09\x31\xc5\x27\xf4\x7d\x49\x29\xf4\x5a\x1d\x67\x5d\x00\xce\x19\xef\x6c\xf7\x89\x31\xe1\x05\x44\xfe\xe7\xc3\x3e\xc1\xfd\x91\x1f\x06\xc9\x84\x1f\x43\xf3\x99\x03\x00\xc8\x1f\x5e\xda\x86\x3c\xb0\x5f\x30\x9e\x8a\xfc\x01\xbc\xb3\xab\x2f\x3f\x27\xa3\x20\x24\x0d\x5d\xf7\xa3\xc9\x74\x8c\xaf\x83\xf4\xa6\xd3\x82\x23\x19\x29\x40\x08\xa2\x44\x36\x87\x2f\xf8\x86\x6a\x0a\xc4\x68\x4a\xe3\xb5\xba\x8a\x62\x3c\x89\x2e\x31\xf2\xc7\x63\xe8\x55\xe2\x21\x7c\xdd\xc7\xd3\x14\xc4\x7e\xf6\x4a\x2e\x9f\x8e\xf0\x0d\x0a\x31\x1d\x91\x1e\x66\xf5\x07\xa4\xc7\x33\x7f\x3c\xbe\x41\xbd\x1b\x18\x32\x32\x3c\x2c\x15\x00\xd0\xcc\x2f\x64\x43\x0a\xc2\x8b\x52\x59\xda\x07\x4a\x3f\x28\xbd\x43\x5f\xbf\x12\x7c\x2b\x41\x38\xc0\xd7\x07\xc3\x12\xb8\x29\x12\x62\x3b\x5f\x2a\xc3\xe4\xaf\xd4\xf4\x0d\x42\xa2\xb0\x2f\xf8\xe6\xac\x22\x56\xa2\x6e\x0e\x6d\x52\x24\x29\x6f\x98\x26\xff\x85\xc9\x13\x4e\x99\x64\xde\xfb\xd4\x36\x17\x45\x61\x11\x9e\x40\x4d\x6a\xf3\x68\x92\x59\x0c\x9b\x2a\x50\x07\x15\xa2\x36\x01\x67\xe9\x4c\x82\x53\xa5\xf7\x04\xb0\xa4\x8a\xf4\x50\xbf\xb2\x7d\xb2\x7b\x7e\x78\xf0\xe1\xc3\xde\xc7\x77\xe7\x27\x7b\xfb\xdb\x07\x9f\x4e\xe4\xe3\x51\x91\x19\x30\x85\x2a\x45\x62\x7a\x94\xa3\xa3\x29\x93\x11\xbc\xb6\xfc\xd4\x47\x1b\xe8\xf4\xec\xb5\xfa\x7e\x0f\xdc\x8d\xf9\xeb\x62\x4b\x55\x00\xac\x4c\x67\xc9\xa8\xa4\xd3\x3d\x13\xf1\x94\xd2\x7b\x83\x84\x16\xfe\x82\x6f\xca\xc6\x18\x64\x00\x17\x18\xbc\x42\xe2\xa6\x80\xcc\x1a\xe5\x4b\x6a\xe2\x4f\x15\x26\x19\x00\xd9\x02\x43\x01\x12\x23\xa4\xa9\x0e\xd3\xbe\x3f\x95\x54\x17\x92\x5e\x5b\xf5\x14\xa7\x82\x2b\x70\x8d\xf2\x1f\xfa\x18\xec\xfb\xd3\x53\xa8\x16\xc0\x16\xcf\x47\xe6\x14\x8a\x9f\x49\x1e\xe9\xa2\x71\xc5\x6f\x1e\x2d\x2c\x33\x47\xaa\xd4\xac\x84\x37\x39\x39\xd8\x3a\xe8\x70\x22\x43\xe3\xe8\xe2\xbf\x74\xa9\x3a\x72\xc8\xd5\xf7\x95\xa4\x0b\x28\x0b\x12\xeb\xd1\x91\x7d\xab\x4c\xfc\x69\xc9\x65\xac\xc0\xff\xc0\x7e\x71\x90\x8d\x32\x19\x7b\x76\xd4\x0b\x06\xb2\xe3\x8d\xa0\x88\x2f\x18\x25\xb3\x18\xf4\xc4\x9c\x59\x05\x09\x4a\xd2\x80\xd0\x03\xe5\xe4\x78\x80\xfc\x21\x38\x08\xc5\x71\x70\xe9\x8f\xb5\xbd\x56\x81\x49\x06\x04\xdc\xfe\xe9\xd2\x08\x06\x67\x3a\x8a\x59\x97\x2a\xfd\xcc\x1e\x40\xad\x23\xbe\x38\x1d\x66\xb8\xee\x44\xfe\x74\x8b\xf0\x98\xe9\x99\x2d\x35\x86\xfe\x38\xc1\xf2\x2d\x1b\x73\x7b\x9a\x3b\xa6\xac\xfe\x0f\x3f\xb0\x36\xd1\x1d\x60\x90\x79\x81\x19\x97\x16\xad\xe3\xf0\xff\xda\x18\xcf\x1f\xa0\x66\x81\x71\x2c\xae\x18\x40\x0a\x85\x49\xbd\x84\x8a\xea\x28\x69\x8b\xdd\x3d\x4c\x2a\x2e\x6e\x3d\x03\x92\x2f\x39\x5d\x19\x97\x8e\xf4\xa0\x1a\xea\x8d\x97\x96\x7a\xc9\x4c\x5d\xc1\x14\xd2\x2f\x3a\x75\x08\xed\xc3\x94\xe1\x2f\x3a\x0d\x70\x43\x5d\x2b\x72\x47\xc6\x62\x6e\xe2\x34\x0d\xc2\x0b\xbb\x67\x2f\x30\xa6\x81\x94\xf2\x17\x6d\x08\x9f\xb5\xd7\x46\x89\x2c\xd2\xb3\xb0\x0f\x72\x05\x2d\x62\x8d\xb2\x7e\x13\x94\xd7\x9f\xae\xf5\x9e\xae\xf5\xfe\xe6\xd7\x7a\x2c\xa2\x2f\x3b\xb5\xdc\x25\xaa\xef\x3c\x73\x58\x47\xee\x0b\x2d\xf5\xc5\x22\x86\xb3\x7c\x49\xd7\xd8\xe1\x60\x73\x30\x48\x60\xe8\xc4\xee\xe6\x87\xa0\x96\x4a\xd0\x8c\x8a\x5f\xcc\xe9\xcd\x23\xc2\x57\x90\x42\xa4\x3c\x04\x49\x01\xe8\xa6\x4a\x77\xfb\xe7\xcf\xe5\xf3\x01\x3b\x9f\x3d\xd7\x95\x44\x64\xdb\x7c\xce\xae\xad\xa4\x72\x12\xaf\xa2\x71\x7a\xb8\x2b\x1d\x29\x17\x85\xcc\xe1\x4a\xe1\x68\x4c\x6e\x22\x63\x6f\x51\x35\xba\x84\x22\xba\x6f\xf3\x9e\x26\x96\xcd\xc2\x66\x8f\xc3\xff\xd4\x7d\x4b\xdf\x9e\x5c\xba\x4b\x61\x21\xc8\x03\x11\x01\xca\x3f\xfe\x08\xb8\x53\xc5\x54\x10\x5e\x00\x37\x2e\x2b\x10\xf9\xf5\xc5\xbc\x94\xa6\x14\xa2\xec\xa5\x7c\xd7\x4e\x0a\x69\x68\xec\x27\xd0\xcc\x71\x4a\x26\xfb\x87\x8d\x0d\x63\xa0\xf9\x9f\xf1\x62\x75\x95\xa6\xbc\x57\x48\x0a\x96\x5a\x1a\xcf\x88\xcc\x16\x27\x29\x4a\x22\x6a\xe7\x38\x9d\x02\xeb\x86\xb3\xb3\x1f\xde\xa4\xe4\xc0\xef\xa1\x1e\x1e\x12\x06\x40\x97\x38\xbf\x42\x85\xd1\xa0\x4a\x46\xed\x2f\x18\x96\x7e\xb0\x60\xfd\xe3\x8f\xc8\x36\xf2\x65\xa3\x3e\x32\xaf\x1b\x08\xaa\x16\xf7\x68\x67\x67\x23\xca\x37\x43\x7c\x9d\xa2\xee\xe1\x27\xd4\xbf\xe9\x8f\xb1\x27\xba\x09\xc3\x2e\x36\x1b\xe8\x09\x74\x99\xd9\x2c\x4d\xe3\xa8\x4f\x78\x56\x42\x47\xc7\x68\x45\x3a\x06\x8b\x65\x62\x9b\x0b\x4b\x47\x18\x69\xe8\xa5\x6e\x3d\x54\x2d\xd2\x3f\xcb\xb0\x52\x52\x70\x89\x66\x92\x31\xd8\x73\x01\x40\x37\x63\x93\x74\xb1\x25\xd3\x0e\xca\x91\xee\x57\xb7\x84\xba\xf5\x32\x21\x7c\x6f\xe0\x65\x6c\x82\xbd\x97\x75\x48\x54\x67\x00\x9c\x85\xac\x13\x6e\x27\xb9\x67\x4d\xcb\xe9\xcc\xb5\x99\x6f\x32\xaf\xc9\x7f\x48\xd6\x35\xed\x11\x39\x5a\x52\x4e\x2d\x53\x2e\xbc\xbc\x2c\x95\x13\xeb\x55\x3a\xe9\xc3\x07\x7f\x30\x10\xb6\x5d\x52\xde\x4f\xf1\x5d\x9f\x1e\xe9\xe0\x20\xb1\x58\x6e\xbc\x05\xef\x25\x5b\x71\x2a\xd0\x89\x91\x90\x2d\x7d\xb3\x76\x73\x2d\x16\x83\x61\xf6\x4a\xd5\x4a\x65\x2c\x08\xb4\x0a\x1a\xf2\x85\x90\x90\x67\xd1\x2d\xd1\x1a\x04\x26\x54\xce\x25\x69\x0e\xca\x39\xa3\x6d\x95\x6a\x05\x42\x6e\x03\x36\x22\xab\xab\xd9\x2e\x88\xec\xfb\x94\xa3\xf4\x49\xf6\xfd\xbb\xcb\xbe\x99\x49\x1b\x4f\xd8\xfb\x50\x3e\xba\x7b\x3d\x3f\x54\xa5\xdd\xa0\xe7\x0b\xd7\x5b\x7c\x4d\xd5\xd5\x79\xae\xbb\xc7\x13\x3f\x4e\xb7\x59\xc1\xcc\xed\xd6\x79\x35\x06\x6a\x25\x68\x96\xf7\x45\xd3\x79\x4b\xaf\xc5\x25\xd8\x71\x1a\x07\xe1\xc5\x2d\xb8\xb6\xd8\xde\x13\x69\xb9\xe7\x87\xf2\xa7\x9f\xfd\xf1\x0c\xdf\xa2\x4b\xf2\x0f\xbb\x0e\x21\x90\x87\x38\xc6\x73\x6e\x48\x3d\xd5\xbc\x00\x82\xd4\x30\x9c\x54\xb1\x38\x1d\x79\x80\x11\x91\xd6\x3d\xda\x92\xb9\x85\x81\xda\x8d\x8e\x32\x64\x9b\xee\xf9\x61\x29\x8d\xca\x4c\x55\x04\x3a\x1c\xf2\x99\xab\x7c\x4a\x16\x2b\x22\x52\x0f\xd2\x44\x94\x96\x02\xaa\xbe\xa1\x10\x99\x9f\xee\x92\xa9\x3f\x66\x10\xb7\x82\x98\xc8\x62\x36\x87\x18\xde\xa3\x93\x88\x79\xf6\xca\xdd\x81\xea\x0c\x7a\xa9\x6c\x76\x8d\xb7\x27\xe4\x18\xe8\x86\x4d\xd2\x05\x17\x09\xe1\x29\x8d\xd3\x91\x9c\x12\xbc\x54\x86\x46\x18\xb6\x61\x92\x06\xe9\x8c\x0a\x5c\xa6\xf9\xd7\x00\x4f\xa3\x24\x48\x65\x2c\x19\x5c\x81\x1e\x80\xe9\x8f\x03\x1c\xa6\xba\x25\x46\xe1\x86\x0d\x13\x0b\x9e\x6a\xdc\x1c\xc1\x45\x31\x32\xc7\x8f\xab\xe0\x73\xaf\x92\x05\xe9\x0d\x67\xe1\x00\x6c\x22\xfb\x38\x4e\xfd\x40\x4c\xbf\x63\xf9\x88\x89\x5d\x6c\x1d\x3d\xfa\x12\x12\x78\xdd\x61\x2d\xb1\x91\x27\xb3\xa9\x65\xfc\x92\x64\x5b\xe1\xbd\x9e\x46\x99\x44\x4b\x40\x77\x68\x03\x12\x6d\x8e\x67\xb8\x43\xff\xe1\x62\xae\x96\xec\xdd\x39\x2b\x6c\xf2\xb3\x49\x81\xb8\xf6\x41\x1f\x71\x4e\x88\x38\x87\x44\xa5\xc9\x2c\x49\x61\xab\xc3\x13\x1c\xa6\x82\x6e\x7a\x37\x29\x4e\x1a\xf5\x32\x13\xc6\x7f\x28\x6b\x13\xc9\xca\x3d\xf8\xf4\x25\xc6\xfc\xf1\xea\x94\x52\xd1\x2c\x0c\xfe\x3d\xc3\x28\x18\xe0\x30\x0d\x86\x81\xca\x89\x0b\xcd\x35\x1f\x9d\x02\x33\x0c\x4d\xda\xb9\xa6\x0f\xbb\x8e\xb4\x07\xbd\xd6\x89\x80\x8f\x71\xc9\xef\x05\xe5\x8a\x9f\x12\xc6\x5a\xe1\xe3\xcb\x41\xff\x71\x5f\x22\x30\x64\x55\x3e\x8a\xd6\x20\x08\xe6\x7e\xf8\xa2\xd3\x20\xa2\x2b\x4f\xdc\x7f\x7b\xe6\xb5\x0a\xa5\x4a\x66\xda\xdd\x56\xa1\x7c\x6d\xaf\x65\x25\x7c\x44\xe4\x8b\xa1\xdf\x4f\xa3\xf8\xc6\xa3\x0a\x65\x32\xb0\xcf\x08\x9b\x26\xa2\x7e\x34\x44\xa2\x37\x1b\x1b\xe8\x05\x0d\xc8\xf4\x02\xca\x3c\x5b\x5d\x45\xdd\x68\x32\x89\xc2\x7f\x1e\x3f\x7f\xf6\xcc\xe8\x7c\xf6\x8b\x35\xc0\x71\x2a\xbd\x20\xc3\x10\xe3\x17\x65\x0f\x49\xaf\x70\xd8\x5f\xe9\xf9\x09\x6e\x37\xb5\x0f\x93\x41\x4b\x2f\x7a\x39\xfd\x32\x18\x6a\x2f\xfb\xc1\x74\x84\xe3\x15\x0a\xb9\xfc\xfa\xf9\xb3\xdb\xe7\xcf\xf0\x38\xc1\x48\xea\x0c\x55\x98\xd3\xbe\xf0\x61\x78\x81\x7e\xfc\x91\x7d\xa8\xf8\x93\x81\xe8\xdb\xe6\xfe\xd6\xf3\x67\xcf\xe8\x87\xd2\x29\xc7\xd9\x43\x2a\xaa\xf0\x4c\x30\xa4\x1f\x28\x62\xf0\x5b\xc6\xe7\x4c\x8c\xb2\x8c\x18\x6b\x88\x46\xc3\x40\xa5\x5e\x1c\x5d\x25\x38\x2e\x3f\x7f\xf6\x4c\x8c\x58\x14\xa5\x95\x6e\x7c\x33\x4d\xa3\x7f\x1e\xd3\xaa\xb7\x70\x7a\x92\xb7\x1f\xf1\x1d\xfd\xf1\xfc\xf9\xb3\x92\x7a\x1c\x7b\x86\xa8\x46\xe4\x78\x14\xc5\x69\x7f\x96\x26\xf4\x0d\x59\x36\x5d\xb4\x81\x78\xdd\xd7\xd2\xeb\xf3\x71\xd0\x23\x9f\x2a\xe3\xa0\x27\xbd\x07\x65\x58\x17\x3a\x45\xbe\x92\x52\x15\xe9\x9d\x02\xc1\x1f\x5f\x44\x00\x82\xfc\x78\xfd\x5c\x60\xf1\x21\x8a\xbe\xcc\xa6\x28\xf5\x7b\x63\x2c\x61\x72\xfc\xf6\xe0\x57\x76\xe6\x13\xef\xf6\x3e\xfe\x7c\x6e\x7b\x7f\xfc\xe9\xed\xf9\xfe\xde\xaf\xe7\x55\xd7\x87\x9a\xeb\x43\xdd\xf5\xa1\x61\x6d\xdb\xd5\x8e\xfc\xd1\x68\x4b\xfe\x68\xb4\x27\x7f\xe4\x6d\x8a\xa1\xe9\x46\x93\x29\x39\x28\x8e\xcd\x21\xb2\x4d\xa9\x56\x6b\x10\xcd\x7a\x44\xea\x27\xb5\xb2\x02\xc0\x62\x65\x2c\x90\x6c\xa9\x10\x40\x34\x41\x14\xa0\x37\xa8\xde\x6a\xbf\x46\xc1\xf2\xb2\x02\x5e\xc8\x88\xe8\x0d\xaa\xd5\xd7\x8d\x6f\xe4\x6f\x70\x1a\x9c\xa1\x0d\x02\xe3\x0d\xaa\xbd\x56\xbf\xd3\xab\xd4\x9c\x5a\x25\x5a\xad\x8c\x7e\x43\xd5\xeb\x5a\xad\xa7\xd7\xcf\x1e\x6f\x9f\x2b\xbd\xfe\xc5\x1f\x7f\x41\xef\x76\x4a\xf5\xdf\xd6\xcb\x6a\x6f\xaf\x69\x84\x44\xf5\x5d\xa0\xbd\x5c\x68\x04\xa4\x41\x4e\x7a\xd1\xb5\xfa\x11\x0c\x0d\x48\x9b\xd7\x01\xfa\x0d\x95\xae\xb3\x0e\xb1\xdf\x75\xe9\x77\x43\xfa\xdd\x2c\x6b\x9d\x05\x28\xa5\xe4\x1a\xfd\xf4\xd3\x4f\x68\x1d\x4a\x26\xd7\xe8\x47\x54\xbd\x1e\x0e\xe9\x00\xb5\x1b\x5a\x15\xb2\x3a\x4e\xaf\xc9\x40\x26\xd7\xda\x27\xbe\x78\x4e\x13\xf8\x7e\xfd\xfa\xb9\xb3\x53\x93\xd9\x38\x0d\xa6\xe3\xa0\x0f\x5a\x02\xb3\x7b\xd7\x84\x8c\x07\xa7\xd7\x67\xaf\x2d\xdf\x9a\xf4\x5b\xdd\xfa\x71\x9d\x7e\x6c\x9e\xe5\xb4\x9e\xcc\x7a\x08\xe4\x1b\x0f\x4d\x82\x6b\xd4\x8f\xc6\xb3\x49\x98\x28\xd4\x2f\xc3\x24\x92\x42\x69\x00\xbd\x7a\x49\x68\xa6\x5a\xe3\x23\xc5\x1e\xab\xb5\x6a\x55\x1f\x5a\xb1\x92\xe9\x60\x95\x52\x98\x98\x66\x19\x7d\x25\xbf\xe9\x78\x3b\xaa\xd4\xe4\x2a\xb5\xb6\x54\xa5\xd6\x76\xd5\xa9\xcb\x75\xd6\xcb\x28\xab\x53\x37\x66\x5d\x70\x03\x5a\x27\xcd\x19\xa9\x20\xbc\x94\x47\x8b\x3c\x16\x1e\xb1\xeb\x75\x69\x7c\x18\x79\x36\xd9\xab\x2a\x7f\x51\x57\x86\x34\x77\x44\x15\xfe\xc8\x68\xac\xc8\xb0\x2a\xac\x53\xa9\x37\x67\x6c\x15\xb6\xaa\x54\x9c\x33\xc0\x0a\xcb\x65\x15\xf3\x46\x19\x2e\x0b\x40\x0f\x8c\x63\x93\x13\xfe\x70\x6d\x65\x82\x8c\x01\x6c\x2c\xc0\x01\xa1\x4a\x1d\xfd\x86\x06\xa7\xe4\x7f\xd7\xeb\xe8\x37\x74\x5d\x3f\x3b\xd3\x17\x12\x94\x0d\xd0\x6f\x1b\x50\xf0\x3a\x30\x0a\x28\x4c\x12\x7e\xde\xc2\x99\x56\xec\x2b\x87\x31\xee\xd3\xce\x0d\xd0\x51\x3f\x0a\xd9\x06\x93\xed\x4a\x47\xdd\x83\x8f\x64\x8f\xa8\x5e\x57\xab\x1e\xaa\x5e\x57\x6b\xf0\xdf\x3a\xfc\xb7\x09\xff\x5d\xf7\x80\x16\xc8\x7f\xeb\xf0\xdf\x26\xfc\x77\x1d\xfe\x5b\xeb\x91\xff\x36\xda\xd9\x66\xf6\xf2\x25\x43\xea\x25\xda\xdc\x3e\xa6\xf1\xd8\x11\x15\x87\x10\x11\x08\xe2\x20\x1d\x4d\x2a\xbc\xcc\x6a\x86\x0a\x29\xbd\xc1\xc4\x87\x0a\x7d\x90\x24\x8c\x0a\xbe\x4e\x69\xf4\x00\xd1\xe5\xf3\x41\x74\x84\x13\x9c\x76\x90\x63\x8b\x64\x83\x70\xfc\x25\x98\x32\xcb\xdf\x68\x88\xc2\xa3\x08\x4e\x63\x23\x3f\x41\x3d\x8c\x43\xf0\x0e\x60\xf7\x5b\x7e\x38\x00\x13\xbe\x41\x30\x40\x61\x94\x32\x33\x4c\x93\x14\x68\x32\x17\x0e\x89\x9b\x8b\x9e\x7f\xc1\x37\x87\x71\x10\xc5\x47\xd4\x02\x78\x63\x23\x7b\x6f\x25\x1d\x6e\x16\xa6\xcd\xa9\xd9\x01\x55\x7c\xe3\x7f\xdc\xe0\x70\xc3\xde\x7c\xf6\xd6\xc2\x9f\xbf\xe0\x9b\x5f\xa2\x18\x8c\x18\xbf\xe0\x9b\xca\x15\xf9\x6d\x2f\x76\x1c\xfc\x8e\x59\xa9\x24\xb8\x78\x4b\x18\x10\x5a\x45\xcd\xbc\x65\x24\xfc\x00\x62\x18\x20\x13\x2c\x1f\x39\x8e\x63\xf6\xcc\x1b\x5c\x46\xed\x42\x2d\x90\xfe\x27\xfd\x11\x26\xc7\x0f\x44\x44\x68\x4b\x1f\x92\xa3\xe8\x8a\xc0\x2e\xf1\x66\x96\xc9\x2e\xfd\x32\xb7\x0f\x32\x5c\xfb\xb0\xf0\x46\xa5\x71\x96\xde\x9d\xea\x4b\x35\x33\x11\x25\xe8\x50\xd1\x83\xfe\x7c\xc3\x30\x64\xcf\x16\x29\x04\x31\xb2\x13\xe5\xe9\x20\x59\xcb\x91\x3f\x09\x95\x53\xa8\x73\x46\x47\x16\x66\x9c\xbd\xb1\xb0\x1a\x37\xc3\x42\xd2\x7e\x62\x00\x87\x68\x3a\xfa\x50\xca\x68\xff\xc0\x10\xff\x87\x40\xdc\x89\x39\x9b\x85\xa3\x28\x45\x84\x24\xdd\x85\x52\x79\x0f\x50\xb7\x80\x5c\xc8\xc7\xb3\x5e\x11\xc8\x20\x3e\x71\x98\x67\xd2\xde\x06\x1f\xb2\x9d\x8a\xc9\x68\x67\xd2\x2e\x26\x97\x58\x57\x0a\x00\xa6\x0c\x32\x7b\x3d\x07\xdb\xfd\xe0\x1a\xd8\x76\x1e\xb6\xbf\x6d\x00\x13\x3f\x65\x83\xbc\x9a\x51\xc7\x57\x54\x65\xa8\x5b\x26\x1b\x65\x13\x0e\xa4\xc5\xd6\xdd\x4f\xa8\x4d\xf8\x99\x36\x61\x68\x63\x03\x35\xe7\x4d\xda\x77\x37\xb4\xf6\x3e\x3b\x46\xdc\xb5\x66\x0c\x5a\x67\x43\x72\x86\x7e\x23\xb2\x84\xb9\x88\xe6\x72\x73\x59\xa6\xcb\x67\x33\x41\x78\xf9\xde\xc2\x69\x8c\xd7\x6e\x66\x43\x8a\x66\xfc\x46\x3c\x65\x2c\x87\xbf\x72\x70\x1d\x99\x61\x31\x3e\xba\x22\xea\xd8\x88\x17\x8e\x8c\xbc\x99\x7f\xe4\x10\x8d\x93\x9d\x3c\x2c\x67\x6a\x5a\xc1\xcd\x43\xfc\x0d\x6a\x82\x23\x0b\x7d\xc8\xa3\x7d\x75\x2e\x4e\x39\x04\x26\x69\x2e\xd8\x91\x1c\x60\xaa\xd0\xad\xae\x21\x42\x8a\xaa\x70\xed\x58\x4a\x67\xe8\x37\xf7\xe2\x74\xfc\xa9\xc2\xb7\x7d\x05\xea\x08\x34\x4e\xd5\xa5\x68\x9f\x03\xa7\x24\xeb\x49\xd3\x83\xc3\x7e\x7c\x33\xa5\x96\xb1\xb2\x9c\xb7\xef\xa1\x68\x38\x4c\x70\x6a\xcc\x0c\x5d\x23\x83\xa8\x2b\xea\x65\x85\x3d\x73\xaf\xf6\xb2\x13\x62\xf6\xb3\x96\xfd\xac\x67\x3f\x1b\x1e\xb0\x18\xf9\x94\xa1\xe0\x3a\xc0\x8b\xe2\x4a\xb8\xe6\x95\x3f\x45\xf5\x70\x00\xb2\x67\x33\x1d\x39\x84\x18\x42\xdf\xfb\xa7\x14\x0c\x91\x5f\xf4\x21\x55\xbe\xa9\x65\x1b\x39\x65\x1b\xd6\x23\x51\x91\x21\x54\x69\xd5\x53\x09\x54\x7d\xac\xa9\x8f\x75\xf5\xb1\xe1\x09\x85\x85\xb1\x79\xaf\xae\xa2\x3d\x72\xf2\xfd\x2e\xc6\xc8\x3e\xe9\xca\x30\x59\x67\xdd\x43\xf7\x23\x37\x1b\xd1\xb0\x03\x41\x61\xc9\xda\x32\xb0\xef\x30\x8b\x15\x0a\x17\x92\x54\x54\x27\x98\x5a\x74\x5c\x55\x69\xb0\xce\xe0\xf5\x6f\x0a\xb3\xad\xda\x34\x40\x49\x4d\x9f\x0e\xad\x96\x31\x3f\x50\xab\xae\xd6\xaa\xeb\xb5\xac\xda\xa6\xa4\xa1\x4f\xa7\x56\xab\x61\x53\x43\xbd\xd7\xce\x0e\xf6\xa3\xbf\xbc\x05\xda\x4e\x0c\x47\x96\x33\x8e\xd8\x7f\xe9\xa8\x6e\xa0\xda\x6b\xf6\xf3\x0d\x9f\x21\xf6\xc2\xb1\xef\xc2\x1c\x07\xc3\x14\x28\xdd\x73\x28\xca\x72\x27\x8e\xa3\x9e\x92\xc9\x93\xd4\x35\x55\x21\x79\xfd\x26\x29\xba\x4a\x49\xcd\x90\xbb\x7e\x93\x94\x5a\xa5\xa4\xae\x4b\x5d\xbf\x49\xfa\xab\xa4\x21\xbd\x36\xb6\xe1\xe5\x65\xdb\x06\x00\xc8\xd5\x54\xe4\x6a\x0e\xe4\xea\x73\x90\x6b\xe4\x22\x57\xbd\x23\x72\x75\x15\xb9\xba\x03\xb9\xc6\x1c\xe4\xaa\xb9\xc8\xd5\xee\x88\x5c\x43\x45\xae\xe1\x40\xae\x3a\x07\xb9\x5a\x2e\x72\xf5\xb9\xc8\x59\x49\xf7\xd3\x14\x6c\x88\x92\xd4\x4f\xb1\x59\x00\xd8\x49\x5a\xb5\x74\x0c\x58\x46\xaa\xeb\xd1\xe0\x0b\x99\x8b\xb4\x6e\xfb\x42\x06\x22\xd5\xb5\xe3\x56\x25\x8a\x75\x3d\xcd\xe1\x7d\xb0\x7c\x4a\xf4\xe4\x21\xad\x1d\xfd\xd4\x62\x59\x3e\xfa\xb1\xc5\x5c\x41\xca\xb9\x25\x5b\x42\xe5\x62\x94\x20\xd6\x0f\xc7\xae\xe6\xc6\xce\x5c\x3f\x06\x76\xc6\x12\x52\xb1\xab\xde\x05\xbb\xba\x84\x5d\xdd\x8d\x9d\xb9\x80\x0c\xec\x8c\x35\xa4\x62\x57\xbb\x0b\x76\x0d\x09\xbb\x86\x1b\x3b\x73\x05\x19\xd8\x19\x8b\x48\xc5\xae\x3e\x1f\x3b\x93\x5a\x31\x0f\x6c\x6d\x97\x4b\xe8\x36\x6c\x59\x47\xba\x90\x63\x2c\x27\x75\x73\xb5\xac\x2a\x43\xf4\x69\xb8\x64\x1f\x76\x14\xee\xa0\x7a\xab\xbd\xda\xa8\x33\x0d\x74\xd9\xa6\x0a\xe6\x12\x8b\x10\x90\x12\xe6\x38\xcc\x54\xc3\x4b\x09\xcb\xf7\x84\x20\x85\xf7\xd0\xef\x63\xa1\x23\x16\x40\xfe\x1b\x5f\xfb\x93\xa9\x38\x29\x67\x1f\xf8\x9c\x52\x58\x29\xbe\x4e\xa5\xdb\xed\xca\xe6\xf6\x71\x85\x9d\x23\x4a\x13\x6e\x91\xfe\x05\xdf\x78\xa8\x3f\xbc\x10\xd2\x7c\x06\x65\x3a\xf6\x09\x12\xd7\x29\xd2\xa1\x30\x09\xbf\x94\xb5\x63\x03\xc4\x74\xda\x5d\x8b\x12\xfb\x9c\x46\x4d\xdd\xc5\xe3\x29\x8e\x4b\x9b\xdb\xf4\x5a\x9f\xea\xec\x9f\x3f\x63\x36\x2b\x72\x93\xaf\x9f\x3f\x87\x08\xb8\x60\x40\xa2\x58\x15\x74\x5a\x75\x8f\xdb\x25\x74\x5a\x60\x3b\x22\x59\x26\x74\x5a\x4d\x2f\x33\x49\xe8\xb4\xc0\x85\x71\x32\x68\xbd\xe8\xb4\x6b\xb7\x67\x5e\xab\x7e\x2f\x6b\x91\x6f\x69\x26\xf2\x68\xc6\x1c\xdf\xd0\x2c\x83\xae\x84\x97\x88\x19\x50\x90\xe6\x51\x3f\x9a\x4c\xa3\x10\x42\xae\x93\x6f\xab\xcf\x9f\x89\x79\x1f\x07\xbd\x0a\x2b\xfa\xf5\xab\x6c\x00\x20\x9c\x3e\x1f\xd8\xb8\xc3\x4f\x70\x66\xd5\xe1\x27\x58\xfa\xf6\x4b\x14\x0f\xc0\x2d\x5d\x14\x10\x6f\x64\x08\xb3\x21\xd8\x8b\x01\xad\x6f\xf2\x5b\x9e\x0c\xa6\xf5\xb3\x82\x19\x06\xcf\xaa\x2e\x59\xa8\xd2\xfb\x4f\xe9\x70\x1d\xa0\xe0\xb0\x5f\x21\x0f\x1a\xd6\xed\xa6\xf8\x4a\x1f\xf3\x0c\x51\xc4\x97\xed\xcb\xe9\xfb\xad\x9d\xec\xb2\x89\x3e\x5b\x6f\xb0\x7a\x09\x35\xcf\x23\xcb\x8a\xdf\x62\xa5\x78\x32\x1d\xfb\xa9\x8d\x41\x89\x20\xd3\x7f\x84\x2c\x20\x0f\xd7\xa0\x82\x53\x81\xe0\x75\xa0\xf7\x0b\x7e\xc7\x15\x1e\x60\xb2\x83\x9a\xa8\x54\xab\xaf\xa3\x5e\x90\x26\xe5\x3c\x80\xc1\xa5\x05\xde\xde\xcf\x77\x05\x77\xbe\xfd\xb1\x7b\xfe\xeb\xce\xc1\xd1\xfe\xf9\xfe\xc1\xd6\x36\xda\x84\xd0\x06\xa9\x1f\xa6\x28\xc6\xd3\x18\x27\x38\x4c\x83\xf0\x82\x2b\x62\x08\x19\x4e\xa2\x41\xd6\x77\x2b\xcc\xad\xed\x42\x30\x19\x3b\x35\x60\x4a\x97\x82\x9a\xc9\x91\x78\xb4\x53\x94\xe5\x92\x30\x9b\x4d\x8a\x6e\x17\xdc\xbe\x67\x31\x18\x3c\x88\x1c\x1f\x72\x11\xa5\xb8\xd4\x3b\x41\xf7\x64\x0e\xd0\xc9\x08\x93\x51\x4f\x23\x34\x63\x6e\x02\x84\x05\x20\x52\x18\x40\x2b\x20\x57\xb3\x87\xfe\xf0\xa2\x03\xa4\xcb\x71\x2d\xcb\x3b\xaa\x81\x2d\x6c\x17\x09\x85\xcd\xc8\x2f\x08\x5d\x93\x61\x43\x9f\xda\x63\x4a\xb8\x13\xd2\x23\xc8\x7f\xc1\x37\x15\x6b\x59\xee\x19\xda\x1f\x5e\xa0\xd2\x01\xb4\xe2\x8f\xcb\x50\xa7\x6f\x1b\xbc\x82\x63\xa0\xb6\xc5\xe3\x88\xd2\x09\xbd\x25\x24\xc2\x7b\x47\x08\xa5\x9f\xd7\x27\x72\xae\x08\xfa\xee\xef\xaa\x94\x60\x16\x40\x8a\xb4\x20\xef\xf1\xfc\xea\xb9\x42\xb7\xe9\x6d\x3a\xcc\x51\x5c\x62\x97\x67\x30\x84\x1e\xfa\x03\x05\x97\x1d\x14\x5c\x66\xbc\xf1\x56\x31\x3d\x50\xe6\x5b\x85\xd4\x51\xc2\x42\x31\xc9\x41\xd7\x00\xc8\x89\x43\x68\x7d\x76\xe3\xac\xae\x55\x8b\xec\xa1\x4b\x68\x05\xe9\xc9\xb1\x10\x9f\xe8\xe9\x61\xe9\x69\x0b\x3f\x14\x3d\x09\x48\xf7\xa3\x27\x95\x4f\xdf\x81\x9e\xf6\xc2\x20\x0d\xfc\x71\xf0\x3b\x4e\x90\x8f\x42\x7c\x35\xbe\x61\x18\x0e\xd8\x70\xcc\xa7\x25\xbe\x6b\x5c\x0f\xa3\x78\xb2\x1f\x0d\x30\xda\xa6\xbe\x6a\x10\xa6\x39\xe3\x74\x51\x2c\xd3\x29\x58\x57\x83\x9b\x1f\xa7\x5a\xb1\xc9\xd8\xc9\xf0\xbb\x23\xd9\x07\x23\xab\x92\xf9\xc1\xc6\x29\xee\x48\x70\x41\x18\x28\x16\x36\x62\x9a\x24\x72\xb1\xa8\xa8\x37\xa7\x53\x42\x0b\x30\x5a\x3c\xdb\x74\x62\xb9\x66\x20\x43\xbc\x21\x7e\xf2\x4d\x91\xd2\xa0\x79\x2a\x4e\x89\xe4\x4c\x0d\xeb\xa3\x78\x42\xa7\xdd\xb7\xe9\x6e\x28\x7d\x67\x24\xb5\x91\x91\xd7\x6b\x5b\x49\x6a\x47\x03\xb6\x32\xd6\xb3\x78\x40\x09\x9d\x7a\x00\xd8\xfa\x01\xf6\x45\xa5\xc2\x0b\x07\x6c\x74\x54\x3e\x0c\xb1\x1c\x12\xd1\x12\x68\xcf\xee\x49\x3e\x6c\x09\x9a\xb8\x29\x33\x1c\x17\x31\xa2\xa2\x46\x45\x03\x3f\xf5\x51\x0f\x64\x2f\xb5\x84\x43\x1e\x03\xd0\x34\xd3\x05\xf7\x76\xd6\x01\x1f\xe2\x18\xe6\xb2\x1f\x85\xfd\x18\xa7\x78\x85\x0d\xc7\x38\xba\x50\x98\xb2\x74\x2f\x75\xb4\xd8\x58\x43\x3c\x0d\xc0\x9c\xba\xb7\x30\x9e\x82\x07\x12\x4b\xc1\x83\x05\x36\xbd\xaf\x09\x73\x85\x21\x40\x99\xb2\x93\xf0\x06\xde\x06\x6b\x40\x02\x5f\x60\xe7\x92\xf8\x93\x80\x45\x83\x66\xb1\x60\x04\x41\x78\xf1\x00\xdc\x24\xeb\xfc\x06\x27\x0f\x06\xbf\xb4\x44\xda\x5c\x52\xc9\xa4\x48\xbd\x2b\x8e\xb9\x93\xc2\x58\xc9\x8e\x16\xe5\x95\x0e\x9d\x83\x7b\xe0\x70\x60\x9b\x7d\x1f\xbe\xc8\xd5\x6d\x34\x45\xdb\x43\xfe\xa5\x1f\x8c\xfd\xde\x18\x53\x33\xc4\xc4\xbd\x2d\x9e\xf3\xce\x14\xa6\xaa\x9d\x20\x64\x1b\x5f\xee\x3e\xc5\xe0\xaa\xfb\xcc\xc7\x28\x65\xde\xd1\x34\x68\x1a\x85\x94\xed\x1a\x28\x48\x10\x1e\x0e\x71\x3f\x0d\x2e\xf1\xf8\x06\xf9\x68\x80\x93\x34\x9e\xc1\xb3\x87\x62\xec\x0f\x56\xa2\xb0\x8f\x0b\xed\x33\x45\xa9\x17\xd0\x78\x2c\x1a\xa6\xc0\x1f\x9b\x92\xf9\x48\x96\x8a\x13\xb1\xa8\xb2\x28\xf5\x8b\x8a\xf3\xc9\x9f\x17\x2d\x4e\xff\x3b\xd9\x5c\xcc\xa0\x90\x5a\x22\x18\xe6\x02\x40\xb9\xab\x45\x29\x6a\xb9\x28\x59\x80\x21\x43\x3c\x24\x82\x2a\x5b\x70\x78\xc0\xe2\x65\x72\x4e\xbd\x23\x4d\x88\x75\xf1\x99\xb5\xe7\x2a\x9b\x6b\xf5\xf5\xd5\x46\x5d\xfe\x44\x55\x22\xb6\x2f\x9a\x1c\xd4\x41\x35\xe5\xab\x2a\xff\x76\x50\xbd\xc8\xd9\x29\xb1\xaa\xb2\xfd\xf9\x8a\x6c\xe4\x5c\x9b\xfc\xd4\xc2\x46\xfa\x64\x84\x25\xa1\x80\x25\xda\xf2\xd1\x08\xb4\xc6\x44\xc8\x2c\xb0\x14\xb9\x08\xbb\x19\x72\x7c\x20\xc0\x00\x5f\xd6\x44\x68\x62\xeb\xda\xd2\xa1\x6f\x70\x58\x62\xd6\xde\xa6\xca\x53\xd3\x91\x1b\xb2\xad\x73\x95\x29\xf5\x3a\x4e\xbf\x29\xf2\x27\x3e\x25\x78\x8c\xfb\x29\x6d\xf8\x38\x8d\xfd\x14\x5f\xdc\x94\x5c\xe6\xda\x92\xf6\x19\xc4\xc5\x0d\xb4\x44\x59\xe9\x92\xd3\x3c\x8c\xcd\xc6\xa1\x9f\x24\x84\x4d\xbc\xf5\x13\x3c\x50\x3c\xe6\xe4\xbf\x7c\xe3\x30\x06\xea\x18\xc7\x70\xe0\x22\xbb\x9a\x1b\x52\xfe\x22\xd7\x73\xfb\xb1\xfb\x8c\x1c\x1b\x75\x17\x52\x8c\x9c\x64\xc6\x66\xde\xb0\xe4\xd9\x8d\x66\x41\xc0\xec\xf3\x20\x2e\x6e\x28\x8a\x1e\x72\x5f\xe0\xe8\x63\xe0\x39\x2c\x3d\x19\xd9\x77\x8c\xfe\x6b\xf7\x39\xf7\x42\x5b\xbd\x29\xf2\x50\xee\x8d\x91\x8e\xb9\x65\x42\x75\xb6\x2d\x73\xc9\x52\x99\x69\x78\xed\x57\x6f\xaa\x0e\x3b\x49\x63\xec\x4f\xee\xa4\xca\x06\x19\x8a\x29\x9f\x65\x1b\xfc\x46\x7d\xa5\x17\x50\x83\x6d\xf5\x44\x43\xa5\x13\x08\x63\x2d\x69\xa6\x6b\xa8\xd4\xa8\xab\x8a\x69\x49\xe1\x7b\x0c\xf8\x69\x6a\x5f\xfd\x65\x8e\x47\xc8\x8e\x65\xaf\xb5\xed\xb0\x5c\x44\x9c\xfa\x31\x1c\xb7\x6c\x02\xa2\xb9\xbd\xc1\xf1\x26\xb3\xae\xe2\x42\xe3\x0f\x3f\x2c\x0d\xc7\xb3\x64\xb4\x54\x6c\x9b\xa3\x50\x5c\x1b\x9d\x18\xe6\x0e\xaa\xe5\xcd\x2b\x9c\x6b\x21\xab\xe9\x54\xbe\x2d\x95\x95\xe7\xe7\x13\x7a\xf6\xed\x56\xd8\x8f\x3f\x6e\xe7\x53\x88\xe2\xb1\x03\xf5\x0c\x2a\x91\xda\x90\x6e\x37\xd9\x41\xdb\x70\x0e\x66\xef\x65\xa5\x77\x9e\x82\x5e\x56\x51\x4e\x78\x72\xae\x4c\xbe\x5e\x78\x37\xdd\x54\x7b\x64\x55\x08\xea\x99\x65\x32\x05\x3f\x50\xf5\x37\xd8\x0f\xf9\x4c\xf1\xed\x0e\xf4\xb0\xdd\xb7\x5d\x43\x15\xcd\x39\x4a\x70\x49\xbd\x76\xee\xa2\x79\xce\x60\xe4\xea\x0a\x45\x5d\xae\x68\x92\xea\xdd\x49\xe3\x2c\xa6\x33\x3b\x20\xfd\x67\x4e\x67\xa6\x09\x5e\x70\x3a\xad\x8a\xdf\x82\xd3\x29\xea\xde\x63\x3a\xf3\x14\xbe\xc5\xae\x0e\xbe\xe9\x74\xde\x7b\xba\x72\x96\xc0\x9c\xf9\xd2\xf5\xa6\x39\x93\x44\x37\x13\xa1\xe7\xed\xdb\xc4\x3a\x66\x75\x7d\x89\x36\x50\x70\x29\xcf\x56\xde\x16\xc1\x76\x4c\x1a\x57\xba\x3b\xf2\x83\x10\x52\x9e\xb8\xee\x5a\xdf\x82\xdd\xc0\x39\xef\x3c\xda\x70\x07\x1f\xd0\x55\x6c\xca\x0e\x42\xea\x1a\xc4\x20\x0d\x4d\xd6\x98\xb6\x4b\x88\x3b\xd1\xd7\x79\x1c\xe5\x6d\x97\x6f\x07\xda\x49\x48\x6a\x42\x99\x3b\xd2\xab\xb7\x5d\xcb\xde\x63\x82\xa7\x4d\x1c\x8a\xf0\x9f\x29\x57\x63\x50\x2a\xf5\x53\x66\xd4\x5d\xd1\xeb\x18\x30\x34\x9a\xa5\xd2\x91\xd0\x8a\x30\x61\x29\xe2\x32\x12\x52\x39\x21\xb2\xde\x90\x30\xbb\x2c\x02\x84\xfd\xbc\x1a\x61\x16\x79\x9f\xe2\x07\x81\x3c\x93\x02\xc8\x99\x0b\xc3\x5e\x90\xfc\xc1\x54\x32\x51\x87\x7a\x03\x40\x7a\x3c\xe8\x82\x70\x6d\xd0\x65\x59\x79\x32\x50\xa6\x02\x34\xcc\xe4\x55\x28\x4e\x5b\x68\xab\x03\x2c\xd2\x6f\x48\xe4\x85\xe4\x30\x9c\xcd\x84\x58\xa1\xc9\x11\xaf\x1c\xe6\xac\xbf\x1e\x1c\xc1\x79\x99\x11\x9d\x59\xe6\x3a\x8a\xa1\x5f\x99\xa2\xdb\x43\x4a\xbf\xbc\xac\x59\x9b\xd0\xcf\xf0\x90\x7d\x5d\x4a\xfa\xe8\x5a\x31\x3b\xc2\x13\x0c\x52\x38\xec\xae\x94\x04\xd8\x55\x14\x9c\xf6\xc1\xa1\x1d\x5e\x9b\xd5\xb9\x04\x8b\x2f\x79\xd8\x79\xca\x4c\x69\x3e\x79\x8e\xb7\x30\x05\x74\x76\x40\xf6\xdc\x99\xbb\x6e\x07\xb8\xc0\xba\x15\xfb\xd4\xd3\xba\x7d\x5a\xb7\xe8\xee\xeb\xf6\x3e\xab\x03\x2c\x84\x47\x41\xb2\xf0\xda\xb0\x62\xc2\x28\x1a\xb8\xc8\xaf\x07\x47\x4e\x0e\x20\x7b\x90\x19\x1c\xe0\xbe\x6c\xc7\x8a\xd9\x49\x36\x34\x3d\xdc\x8f\x26\x6c\xe9\x10\xb6\x10\x44\xb3\xa4\x38\xf3\x10\x83\x55\x94\x3d\x08\x52\xe2\xdd\x28\x39\x71\x5f\xc8\x03\x0a\x44\x24\x2e\x2d\xd9\x3c\xfc\x47\x51\x94\x60\x34\x09\xae\x89\x2c\x64\xe9\x1f\x78\x82\x9a\x42\x1a\x92\x09\x91\x49\x61\x2e\xb2\x8b\x2e\x41\x3a\x25\x27\x9d\x64\xd6\x4b\xf0\xbf\x67\x38\x4c\xad\x2a\x06\xa4\x8a\x76\x52\x56\x0f\x75\x14\x9d\xaa\x41\x19\x25\x6d\x56\xe6\xab\xfa\xc9\xce\x66\xc3\xca\x16\x23\x29\x5b\x6d\xd6\x48\x49\xe4\x0f\x26\x30\xb3\x1e\x0f\xce\xd0\x6f\x1b\xb4\xde\x69\x90\x1b\xba\x24\xfb\xcd\x4d\xa0\xdf\x76\x59\x79\x25\xa0\x89\x24\xda\x1e\xfa\x83\x01\x99\xc0\x39\x0a\x90\x29\x64\xb9\xea\x56\xe8\xbf\x76\xf5\xc7\xe1\xfb\xee\x31\xfa\x3f\xad\xd5\x35\x34\x65\x40\x13\xa6\xcb\xb3\xc1\x3c\xfc\xd2\x4f\xd6\x40\x4e\x9e\xfa\x83\x0a\x7f\xca\x91\x8d\x0f\x7d\x7e\xfd\x3c\x4b\x78\xe8\x7c\x11\x08\x85\x99\x2b\x43\xdc\x64\x81\xc7\x42\xf6\x57\x00\x59\xbe\x7d\x26\x68\x59\x2b\xd9\xf5\x78\x2c\x04\x94\x74\x1f\x09\x80\x12\x11\xcc\x92\x0c\x0a\x84\xb3\x7c\xe4\x63\xb3\x38\x7c\x89\x71\x25\xbf\xb2\xeb\x35\x4f\x8b\x9b\xa5\x5c\x30\xfb\x03\xfd\x72\xed\xce\x0c\x44\x54\xa3\xb1\x4e\x36\xa4\xf1\x72\xc5\x0c\x99\x85\xa9\xa0\x1d\xf0\x2b\x32\xa1\x86\x8c\x60\x0d\xa0\xf4\xc5\x0a\x4d\x39\x2d\x22\xac\xfc\x43\x2b\x60\x6b\x96\xde\x0b\xf1\x76\xcd\xd0\x0b\x34\xd3\x1b\x7c\x25\xf4\x02\x11\x50\x14\x2c\x32\x5f\x17\xe3\x3d\x73\x70\x31\xde\x83\x5b\x8b\xf2\x76\x2e\x66\xb9\x48\x25\xf9\xe1\x0b\x32\xf6\xa3\xb6\x89\x02\xb4\xec\x72\xcb\x97\xa1\xd3\x30\xf7\xd2\x9b\x1c\xe9\x55\xc3\x0e\x6d\x64\xb6\xef\xfc\xf0\x2f\x83\xf6\x54\x94\x6c\x66\x08\x9b\x83\x81\x7d\x10\x60\xae\xfb\x51\xd8\xf7\x53\x0e\xb3\xb0\x06\xe6\x53\x38\x15\x0c\x05\x96\xec\xc8\x1f\xd0\x40\x46\x6c\xa1\x7e\x1b\x2e\x33\x0b\x75\x3e\xf3\x4d\x38\x02\x34\x5b\xe0\xca\x1d\xca\xe9\x2c\xc1\xc6\x07\xde\xe1\x54\x49\x5c\x2c\x2d\x62\x88\x01\x8b\xc6\x7e\x92\xc2\xf3\xfc\x35\x9d\x89\xd7\xa7\x25\x75\x39\xaf\xa0\x5a\x99\xba\x98\x9d\x31\x67\x30\x9b\x27\x31\x15\x1c\xdc\x14\x93\x81\xdb\xd0\xd7\xa0\xb4\x99\xd2\x6d\x73\x41\x3d\xff\x9f\x71\x11\x64\x73\x51\xb0\xdf\x2c\xd8\x6e\x15\xf2\xee\x81\x1e\xce\xe8\x7f\x3f\x1a\xe0\x5b\xaa\x1e\x3c\x11\xa7\x35\x7a\x29\x02\x27\x09\xa9\x3b\xdd\xb7\x5d\x17\x14\x36\x57\xb7\x82\xbe\x08\x2c\x5d\xd8\x30\x21\x02\xc9\x3b\x08\x1c\xfc\x08\xd8\x00\x48\x86\x93\x1a\x81\x13\x4c\x01\x33\x4f\x3b\xd5\xd1\xb6\x8d\x26\x6e\x15\x6f\x84\x05\x0c\x03\xe9\x44\xab\x1f\xbb\x92\xf5\x61\xbe\x0d\x60\x4e\x80\x33\xd5\x3e\xd4\xe2\xc7\x09\x72\x33\x19\x01\x45\x2d\x8a\x54\xc5\x2e\xf9\x3e\x01\xdb\x4f\x07\xfe\xd9\xc4\x9a\x87\x01\xc3\x96\x94\x4b\xda\xaa\x71\x89\xf3\xc4\x40\xa0\xc2\x96\x08\x1a\x0d\x38\x95\x6b\x77\x33\x76\x69\x7f\xf5\x65\x7e\xf3\xaa\xf5\x4a\x19\xbd\x5c\x5d\x18\x03\xa1\x6a\x71\x9c\x65\xde\x63\x3c\x45\x7e\x8a\xc6\x98\x70\xc1\x28\xe4\x2b\x80\x65\xf9\xa0\x96\xa0\xb0\x5f\x03\xc3\x35\xf9\x16\x12\xe7\x9b\x49\x10\x52\x23\x51\x76\x88\x37\xc2\x25\xaa\x8f\xac\x12\x9d\x3e\x09\x7f\x4a\x48\x13\xb0\x3f\xa6\x47\xde\xe0\x12\xfd\xf8\xa3\x55\x1f\xaf\x07\xea\x38\xbc\x93\x2e\x23\xc3\x44\x55\xa6\x38\xcf\xe7\x7a\xb3\x45\xaf\xa4\xdd\x22\x69\x26\x92\x08\x43\x69\xf6\xca\x42\xd0\xbc\xb9\x87\x25\xe4\xd5\x55\x72\x90\xa1\xe9\xbe\x5c\x22\x17\xc8\xeb\xcc\xf4\x0b\x24\x70\xf8\x3d\x57\x07\xc1\xaf\xe2\xa9\x8d\xa0\xeb\x94\x7c\xa7\xcb\xf8\xc7\x5b\x56\x8f\x8b\xb7\xb5\x3d\x90\xfc\xe6\xcc\x00\x95\x8f\x6c\xed\xcd\xb3\xfc\xbb\xa7\xa5\x02\x98\xde\x31\xd9\xc3\x6e\x86\x82\xfa\xd1\x78\x8c\x29\xfd\x47\x43\x2e\x1a\x80\xa8\x89\x21\x97\x5e\x9e\xe8\x21\x89\xa2\x92\x93\x37\xd9\x46\x63\xff\x4a\x7a\x65\xf5\x4b\xb4\xbb\x7e\x50\x07\x74\x21\xa4\x14\xa9\x9d\x5d\x3c\x42\x86\x07\xc6\x05\x69\x7d\xb2\x3e\x0d\x73\x5c\x17\xa0\xc4\x1f\x53\xec\xe1\x07\x00\x03\x95\xa4\x4f\xc3\x8f\xe2\x38\xb8\xa4\xb2\x0a\xe7\x18\x56\x80\xfc\x2a\x35\x93\xf3\x25\xcb\x41\x33\xd6\x6a\x31\xb9\xe6\x2e\x3d\xcb\x97\x6f\xfa\x23\x3c\xb9\x1b\x5c\xbb\xc0\xc9\x54\xe6\x60\x31\x3d\x94\xe0\x59\x41\xd0\x9c\x8c\xb7\x59\xce\x46\x7a\x8a\xa1\x22\x16\x7f\xab\x8b\x61\xfd\x28\xbc\xc4\x71\xaa\xc8\xb0\x34\xdb\x1d\x37\xa6\x04\x8b\x4f\x6a\xfd\xe7\x76\x5b\x3d\xa4\x55\x54\xe7\x55\xf1\xb2\xa0\x3d\xcc\x7c\x17\x2b\x15\xb5\xf9\xc7\x3a\xe1\xdd\x24\xe3\xa3\xd9\x89\xfa\xa1\x48\x62\x35\x8d\x92\x24\xe8\x8d\xb1\x7b\xc5\x5a\x9a\x5a\xcc\xb9\x29\x1b\x28\xd3\x1e\x94\x7e\xe3\x27\xf0\x3f\x0c\x28\x48\xa8\xcf\xc9\x0a\xee\x48\xbf\x33\x87\x27\x6b\xa5\x2f\xf8\xa6\xa3\xfa\x45\x59\x8b\x69\x9e\x52\xf6\x42\x64\x19\x77\xe0\xbf\x73\x0a\x8a\x55\xd9\x31\xdd\xb9\xec\x35\x98\x08\xaf\x5b\x26\xd8\x0b\x0b\xb9\x5e\x3d\x3a\xbf\xef\x1e\xaf\xd9\x2b\x48\x2c\xbc\x69\x2f\x21\x16\x8e\x04\x94\xbe\xab\x1c\x4c\x71\x78\x7c\xfc\xc1\xa8\x56\xdc\x99\x4c\x9e\x7e\xbb\xe0\x35\x09\xae\xf7\x42\xb5\x5c\x61\xd3\x23\xba\x8a\x93\xc5\x96\x31\x72\xae\x1b\x93\x95\x68\xbe\x81\x0e\x6e\x42\x0e\x75\x6e\xe0\xdc\xc0\x96\x7b\x65\xc0\xae\x00\xbf\x83\x61\xa0\xaf\xf1\x1c\x38\x90\x04\x2c\xa1\x19\xc0\x20\x7b\x1c\xce\xbc\x28\x33\x8c\xc3\x88\xbe\xd1\x18\x20\xcb\xd9\x8f\xf3\xb8\x47\xd1\x25\x4d\x91\x17\xd7\x74\x6c\x6d\x2f\xa3\xa5\x25\xbb\x6f\x85\xb5\x7c\x25\x8d\x68\xbe\x21\x97\x2b\xc7\x9c\x5a\x0e\x52\x75\x12\x26\xaf\x28\x13\xa7\x18\x1b\x97\x55\x55\x56\x02\x7d\xfd\x4a\xc9\x35\xab\x53\xe1\x93\x78\xc3\x8f\xbd\x86\x8e\xc6\x2a\x27\x51\x2a\x9b\x77\xaf\x41\xdb\x81\xab\x0d\xf1\xd3\x7e\xbb\xc1\x7a\x6e\x23\x4e\x1b\x68\x56\x5c\xa4\x32\x86\xdd\x4b\x1d\xc4\xfc\xeb\x0e\xb1\xea\x7c\xf7\x92\x0b\x79\x33\x2b\xfd\x68\x32\xf5\x53\xd8\x5e\x8a\x2e\x43\x79\x5b\xd0\x36\x31\x49\xfc\x29\xba\x27\xda\x96\xdf\x5d\x90\x7b\x28\xc3\xc1\x88\xb6\x7d\xcc\xc9\xdb\x41\xc8\x12\x75\xb9\x78\xa3\x42\xdf\xa2\x78\x61\xee\x3b\x47\x2d\x23\x47\x5a\x52\x96\x60\xf6\xc5\x16\xa8\x91\x88\xbb\x5a\x05\xf2\xce\x76\x8c\x85\xfe\x9a\x87\x58\x52\xdc\xa9\x6a\xb9\x92\xa2\xd5\x18\xda\xfb\xd3\xea\x75\xab\xd1\xae\xb5\xfb\x6b\x90\xd8\xa0\xdd\x6a\x37\x5b\xc3\xd6\xf0\xac\xcc\x55\xf1\x00\x9a\x3f\x64\xfd\x70\x9c\x23\x0b\xa0\xe0\x1c\x0b\xc7\xe1\x4b\xd4\xcd\x18\x19\x0d\x6b\xb3\xf8\x9e\x97\xb7\xc6\x64\x7f\xa5\x45\x85\x47\xbe\x4e\x32\x3a\xbd\xf3\x92\x51\x63\x36\xf0\x05\x7d\x87\x35\xfc\xb0\x01\x1c\x4c\x61\x54\x5b\x7a\x53\x3f\x4e\x70\x49\x59\xa8\x39\x17\x93\x71\xa2\x28\x7e\xb2\x6a\x56\xaf\x04\x52\x1c\xd1\x18\x5e\x73\x16\x1d\x25\x0c\x03\x99\x3c\xf5\x6a\x1e\x44\x7e\x19\x27\x1d\x86\x59\x52\x08\x03\xdc\x09\x4e\x52\x6a\xdb\xe0\x8f\x2d\x0b\x54\x83\x79\x5a\x3d\x43\x1b\x1b\x28\x5b\x7b\xe8\xc7\x1f\xf5\x76\x4f\x6b\xac\x0c\x5f\x93\x2e\x15\xd4\xf6\x35\xbd\xc0\x30\x5b\x46\x2a\x87\x31\x16\xbf\xd6\x22\x33\xe5\xa9\x7b\xa8\x59\xce\xb1\xae\x8b\x2e\xd9\x11\x1d\xae\x82\x32\x18\x66\x79\x03\xfe\x14\x1a\xa8\xea\xb7\xd6\x46\x71\xe5\x56\xa7\xd6\x2e\xc6\x28\xac\x47\x23\xc7\x31\xc8\x93\x4e\x27\xaa\x68\x9e\x7b\x57\xc4\x17\xe1\x55\xec\x4f\xa7\x20\x47\xfa\x29\x6b\x5e\x56\x99\x20\x9f\xec\xf4\x89\xe4\x95\x96\xbb\x7a\x15\x57\x1f\xc3\x95\x2d\x73\xf8\xb1\x7d\x2a\xea\x40\x72\xe7\xcb\x1e\x21\xf4\x70\x19\x3f\x4f\xaa\xe7\x3a\x02\xb9\xb7\xac\xb3\xd4\x21\x34\x1c\x50\xaa\x11\x07\x8c\xec\x62\xc7\x72\x70\xca\x0b\x11\xa5\x7b\x2f\x02\x42\x1d\x43\x54\x93\x26\x36\x37\xa8\x14\xbb\x76\x20\xf3\xc6\xbc\xe9\xee\xe3\xa1\x9a\x29\x9f\x2c\x47\x9d\x1c\xef\x73\xd6\x34\xb5\x41\x61\xbf\x33\xbf\xf3\xbf\x48\x0c\x17\xfb\x16\xb6\xf9\xe7\x6e\x60\x64\x59\xda\x35\x2a\xe6\xb2\x12\xfe\x95\xa6\x36\x42\x71\xb5\x74\x9c\xc2\x1e\xaf\xc1\x2c\x48\x8d\xae\x4e\xf8\xa6\x8d\x7b\x62\xb5\x39\xa4\x81\x1c\x65\x87\xc5\x39\xd6\xed\xc5\x7a\xb7\x10\x3a\x0b\x45\xcf\xd9\xb6\xd9\xaf\x4b\xd1\x0d\xa2\xcc\xf9\xc4\x16\x00\xcd\xea\xb3\x6a\x88\x25\x99\x67\x86\x08\x90\xc0\x3a\x7b\x17\xc9\xa4\x0b\xfd\xcb\x60\xc2\x15\xb0\x01\x85\xd9\x1b\x11\x8e\x2b\x1c\x73\x5d\xfb\x51\xf1\xed\x34\x6f\xd3\x56\xf6\x57\xb3\x20\x57\x2d\x5a\x3e\x11\xb2\x12\x7d\xab\x04\x97\x96\x22\x92\x8e\x90\xd1\x8b\x59\x86\x6a\x05\x33\x40\x70\x21\x6a\x16\x13\xfa\xc0\xac\x24\x7b\x65\x29\x2c\xe9\x02\x75\x0b\x6b\x4b\x69\x49\x2f\x48\x48\x6f\x68\x39\xae\xdd\x16\x3e\xb6\xb0\x7b\xe8\x44\x4c\x9c\x50\x7c\xc9\xd7\x32\xe8\xd1\xb6\x27\x99\x00\xc4\x0e\xa5\x5d\x34\x49\x8f\x90\xda\xfb\xaf\xb8\x4f\x69\x01\x5a\x44\xa4\xe3\x6f\xb0\x37\x65\x51\x95\xe7\xb3\x69\xee\x3d\x6f\x61\xd3\x9c\xec\x58\x18\x05\xc9\xa3\xfe\xce\x2c\xfb\xa1\x51\xd4\xf7\xa5\x07\xdc\x52\x9c\xb1\x0b\x1c\x11\x06\xbe\xc1\xae\xc2\x34\x0e\x92\x6a\x41\x5e\x4c\x1a\x60\x79\xa7\x60\xb7\xdf\x70\x7e\x95\x91\xcf\xb8\x89\xad\x39\xc6\x29\xcc\x0d\x43\x9e\x3c\x65\x13\x53\xa2\x2e\xd2\x61\xc9\xf6\x26\x89\xc9\x28\x0a\x1f\xeb\x36\x21\x9a\x58\x58\x1b\x63\x65\x6b\xfa\x58\xa9\xf7\x2f\xa0\x63\xf2\x93\x64\x36\xc1\x03\xf5\x3e\xd1\x1f\xc7\xd8\x1f\xdc\x48\xfb\x9d\x72\x20\x9b\x85\x34\x6d\x65\x81\x88\x66\x8b\xb1\x3d\x3b\xff\x5a\xe8\xd0\x44\x18\x17\x98\xa8\xc7\x09\x5e\x98\xd7\xbb\xf5\x45\xb3\x70\x51\x58\x7f\xa2\xc4\x6d\x90\x3c\x55\x21\x1d\x70\x2a\x40\x82\xf8\xed\x3c\xe0\xdc\xd0\x29\xc9\xab\x87\x55\xb6\xa5\xf2\x66\xb1\x6b\xe4\x45\x38\x27\x84\x0d\xb7\x09\xa1\xec\xc9\x5c\xaa\xfa\xc5\x06\xca\xd5\x8e\x32\x68\x39\x4a\x51\x43\x33\x61\xbd\x21\x79\x6f\x37\x91\x98\x77\x65\xf2\x65\x30\x84\xfb\x12\xfa\x6f\xfe\x65\xc9\x3c\x2b\x0c\xf3\xc2\xe4\x3d\x85\x4e\x5a\x29\x76\x4f\xb2\x45\xc0\xc3\x9d\x3e\x69\x8c\xac\xe5\xbd\x9f\xb9\xc2\x60\xca\xe2\x05\x15\x57\xc7\xf2\x1a\xcc\xf2\x82\x3d\x80\x9c\x42\x9a\x01\xc0\xf9\x5e\x21\x59\xa0\x72\x4c\x6d\x2b\x82\x90\x59\xf2\x32\x3b\x00\x66\x32\x73\x81\x43\x30\xe6\xcd\x87\x26\xa2\x94\x3b\x80\xd1\xd0\xd9\xf9\xb0\x4c\x9d\x01\xa8\xb0\x24\x21\x69\x13\xb5\x9b\x60\x72\x0c\x1f\xb8\xfd\xec\xde\x10\x45\x93\x80\xc8\x08\x1e\xf2\xe9\xa7\xab\x60\x3c\x46\x3d\x2c\x1a\x1c\xa0\xd8\x0f\x07\xd1\x64\x7c\xf3\x40\x87\x7b\x6a\x35\xc1\x86\xc9\x43\x7b\x3f\x7b\x30\xa5\xa4\xf1\x6f\xc0\x85\xe8\x24\x0f\x4c\x16\x24\x51\x63\x05\x5f\xe3\xfe\x2c\xc5\xa5\x25\x1e\x8d\x6a\xc9\x63\x89\x3b\x3c\x66\xbe\xe5\x10\x8b\x1e\x08\xba\x87\x96\xc8\x70\x90\xff\x5f\x72\x9f\x99\x29\x18\x99\xbb\x71\x6a\xf6\x38\x89\x7a\x8c\xba\xa8\x62\xd3\x6e\xd4\x4f\xa7\x99\xcd\xb2\x43\x51\xfd\x83\xf3\x2a\xc9\x50\x22\x53\x38\xa5\x76\x73\xd5\x48\x6b\x6e\x71\xab\xa3\x4b\x5b\x5a\xd7\xa6\xb4\x42\xe3\xcd\xd2\xc4\x03\x99\x02\x57\xc4\xb8\xcb\xd2\x20\xb3\x85\x74\x5b\xae\xb0\x44\xde\xd2\x78\x00\xfe\xd6\x80\xb5\x84\x36\xd3\x7c\x0c\xc0\x6e\xda\x50\x93\x8b\x64\xd0\x4c\x41\xce\x93\xc9\xf2\x31\x47\x2f\x4d\x7d\xb6\x92\x1a\x3a\x4b\xe1\x6c\x77\x96\x3a\x62\xa2\xd4\x82\x87\xf1\xec\x48\x2d\xa4\xe8\xbb\x69\xb5\x6d\x9a\x01\x45\xc5\x3d\x60\x7c\x99\xb3\x3c\x8d\x25\x7b\x02\x96\x43\xfc\xba\xbb\x3e\xdc\x12\x25\x4e\x28\xc4\xed\xdf\x6c\x1a\xae\x47\xd4\x8f\xbf\xdf\xda\xb9\x45\x64\xfb\xe4\x16\x94\xb6\x5d\x38\x93\xf2\x38\xb3\xcd\xdf\xe2\x16\xd2\x8a\x5b\x3a\xec\x76\x7e\xf8\x32\x18\x76\xa4\xed\x59\xa2\x90\x05\xd5\xe3\xcc\xa5\x6a\x91\x7d\xf9\xfb\xd0\x97\xe7\x4a\x07\xdf\x81\x3a\xe2\x2f\xa2\x36\xb7\x2c\xbe\x42\x9a\xe4\x25\x3e\xd4\xae\xb0\xb2\x8f\xdf\xb0\x87\xfe\x78\x64\x0d\x76\xb6\x1d\x7d\x23\x85\x83\xb6\xbb\x46\xa9\x4b\xb9\x6b\x93\x5d\x08\x78\x22\xb6\x70\x71\x45\xc2\x9e\x0e\xaf\x90\x31\xd8\x33\xdd\xf6\x5c\xde\x9d\x54\x8c\xa5\x7d\x33\xba\x54\x81\x2d\x56\xc1\xa0\x62\x0d\x49\xe0\x54\xcc\x2b\xfa\x12\xf7\x75\x86\x1c\x00\xc2\x98\x1f\xb5\x7d\x49\x8f\x6f\xa0\xb1\x1f\x5c\xd3\x64\x20\x50\xc1\x3a\xa4\xd2\xd9\x9a\x1a\x66\x2a\xd0\x5d\x7a\x13\xeb\x89\xef\x1e\xfa\xe0\x3f\x81\x1f\x3f\xb0\x82\xf8\x7b\x67\xcc\xdf\xa3\x9e\xd8\xc6\x0c\x17\x55\x14\xdf\x8b\x31\x3e\x38\x8a\xa6\xa2\xf8\xa1\x18\x77\x41\x3d\xf1\x37\xe7\xdd\xdf\x5c\x59\xfc\xed\xb7\x0a\x4f\xb1\xed\x71\x9c\xd0\x1e\x6e\xef\x28\xa4\x0f\x77\xdf\x5f\xd8\xb6\x0e\x79\x7c\x0b\xee\x1e\x79\x0a\xf2\x4c\x95\x27\x32\x5d\xca\x29\x2d\x59\xfe\xca\xdb\x33\xaf\xd5\xf8\x5e\x93\x52\x3e\x78\x0e\xca\x45\x73\x4f\x2a\x39\x27\x0d\xc4\xcc\xf4\x93\x5a\xda\x49\x5e\xd1\x91\x78\x12\xf4\xa3\x19\x70\xf1\x53\x4d\x3e\xb9\xef\xa7\x23\x0f\x59\x52\x50\x66\xc7\xeb\x0f\x51\xdf\x1f\xa3\x69\x34\xbe\x19\x06\x63\x14\x0d\x11\xdd\xb4\xd8\x29\xde\x72\xe4\x65\xb1\xed\x37\xd4\x82\x5a\xc3\x0a\x63\x12\xaf\x77\xc8\xfb\xdb\xd7\x66\xec\x20\xc9\xd6\xb2\xf7\xd9\x60\x6a\x60\x23\x38\xeb\x91\x19\xd4\x89\x78\xa7\x32\x8d\xa3\x34\x22\x9f\xd0\x06\x39\x7d\xe8\x05\x58\x3d\xb4\x81\x42\x7c\x45\x10\xc8\x87\x10\xce\xc6\x63\xc7\x42\x11\x18\x64\xcb\x44\x8a\x77\x64\x8b\xe4\xc9\xe7\x24\x5f\xc9\xed\x54\x6c\x7f\x08\x7a\xb1\x1f\xdf\xcc\xd3\x91\x4b\xf9\x41\x9d\xa0\x20\x5b\x28\xd3\x7a\x12\xe1\x82\x77\xd9\x1f\xa3\x20\x1c\xe1\x38\x50\x02\xb8\x2a\x11\x1d\xf4\x3c\xa3\x66\x84\x51\x73\x3a\x0b\x84\xfd\xe3\x31\x86\xc1\x3d\x4e\xf8\x19\x8c\xfc\x94\x23\xc4\x42\x79\x50\x31\xc8\x38\x55\x22\x94\x17\x07\x90\xcb\x5d\xd1\x25\x8e\xe3\x60\x80\x13\x74\x48\x15\x22\x01\x4e\x28\x03\x9f\xde\xa0\x20\x64\xd9\x8c\x33\x04\x0a\xb4\xa0\xe7\x6a\x38\x59\x14\x80\x21\x73\x39\xca\x2d\x12\x35\x90\x4c\xd4\xfe\xcd\x09\x25\x61\x45\xba\xc9\x31\x49\x94\xfd\xc5\x02\x3c\x1e\x74\xd0\x12\x64\xca\x5a\xd2\x0d\x47\xec\x6d\x92\xbf\x09\x4e\x47\xd1\x20\xd7\x47\x5e\x2a\xad\xc7\xc8\xb7\x39\x9e\x21\x64\x86\x33\xa4\xe8\x2b\x06\xd9\x7c\x5e\x9d\x41\x0c\xa7\xfe\x55\x68\x7e\x91\x18\x09\x11\x16\xb2\xb4\x7a\x2e\x73\xe2\xcd\xd9\xc5\x04\x87\x16\xd3\x61\xb2\xa3\xe4\x63\x81\x32\xe6\xc3\xce\x5d\x59\x79\x6b\xfa\x07\x2b\x02\xcc\x4c\x8a\xbb\x7e\x05\xc2\xb1\x34\xb6\xe3\xf4\x03\x6f\x72\xe4\x27\x07\x57\x21\x23\xfb\x9b\xd2\x12\xa9\xb9\x54\x16\x3e\x4f\xe4\x11\x36\x41\x5e\x9e\xbc\x98\xdb\x0f\x5a\x2b\x77\xba\x2d\xb5\xfe\x9f\x64\x36\x25\xa2\x56\x18\xa4\x15\x9f\x08\xa7\x6c\xeb\xf3\xe3\x8b\x19\x19\x5d\xeb\x78\x20\x4b\x06\x85\x9c\x71\xca\x3c\x6e\xe3\xa5\x04\x65\x1c\x3d\xa0\x4a\x61\x3e\xe9\x74\x95\x9a\x10\xe4\x0e\x2a\xfb\x81\x63\xdb\x41\x5c\x31\x3e\xc4\x31\x0e\xfb\xa4\x01\x18\xe7\xa9\xbe\x5e\x8d\x61\x60\x72\xb1\x0d\xa0\x73\x9f\x41\xb6\xd4\x18\x36\xa6\xba\x0d\x2b\x25\x91\x99\x26\x55\x79\xcf\x42\x3a\x0e\x30\x81\x74\xd5\x9a\x21\x50\x37\xf9\x7c\x64\x19\x6c\x4a\x65\x71\x0d\x47\x44\x69\x08\x29\x07\x40\x4a\xe5\xbf\x32\xaf\xe4\x11\xcb\xd1\x06\x63\x9b\xfc\xce\x62\x2e\x2f\xa2\xe5\xf2\x39\x9e\xd9\x08\x2c\xb9\x2c\x4e\xb6\xb9\x72\x79\x04\x75\x69\x8d\xf0\x77\xea\x3a\x71\x52\x0d\x2f\x7e\x17\xb2\xc9\x73\x57\x77\xcc\x15\x3a\x60\xcc\x8c\x25\x09\x00\x92\x02\x13\xfa\xc1\x00\x25\xd1\x04\xd3\xd4\x53\xe8\x6a\x84\x43\x74\x13\xcd\x62\x61\x66\xef\x13\x71\x96\x02\x7f\xe0\xd8\xb9\xf7\xdd\x05\x75\x47\xe7\xbc\xbd\x0c\x51\x06\x50\xa9\x98\x23\x23\x86\xfe\x8e\xdb\xdd\x5c\x34\x0a\xcd\x69\x37\x9a\x12\x61\x67\x9a\xc9\x3d\x4c\xde\xb9\x87\x38\x25\x01\x03\x0d\x93\x22\x53\x4d\x40\x13\xf9\xc0\x53\xca\x56\x27\xdd\x3f\x8b\xca\x2f\x77\x1c\x77\x68\x44\xb9\xc4\x16\xfd\xb3\xae\x71\x11\xf1\x90\x5f\xb6\x7d\xf4\x27\x60\x34\x31\xa7\x1e\x62\x5b\x75\x56\x4c\xdf\xac\x65\x80\xe5\xdc\x2d\x96\x4c\xe7\xa9\x5c\xfc\x0c\x6d\x48\xed\xab\x9f\x16\x48\x5d\xe4\xd8\x64\xb7\xd1\x55\x14\x2e\xa5\x54\x7e\xe6\xee\x8e\x52\xf0\xc2\x71\x14\x4d\x91\xdf\x8b\x2e\x2d\xdb\x60\x7e\x97\x97\x38\xb4\x25\x77\x87\x81\x8b\x8a\x56\xe5\x7e\x8a\xb7\x05\xf2\x6a\x15\x5a\x3c\xe2\x70\x02\x3d\x05\xfb\x97\x45\xd6\x8d\x6d\xe3\xeb\x8f\xa3\x10\x3f\x02\xc7\x03\xb8\x68\x23\xdb\x43\xe0\x45\x81\x9d\x8c\x14\x9b\xbb\x91\xc9\xb9\x48\x54\xe1\x88\xf3\x53\xab\x3d\x99\xfd\x8c\x6c\xbd\xdd\x0f\x91\x0f\x9e\xb7\x5a\x2c\xc2\xdc\xc8\x42\x46\x9c\xf7\x7c\x10\xb6\xf0\x34\xc2\xf8\x41\x0d\x87\x98\x04\x17\x61\x30\x0c\xfa\x7e\x98\xb2\x80\x92\x01\xed\x3d\x80\xa4\xed\xd8\x8e\xc9\xbf\x48\x1e\xc4\xf4\xac\x2c\xbf\x79\x80\xb0\x31\x66\xf3\x3a\x59\x38\xc2\xe0\xcb\xa6\x57\x73\xc6\x1a\x59\xcd\xc2\xc4\x48\x69\x37\x18\x73\x07\x0d\x3f\x58\xaa\x17\xd9\x3f\x5b\xd9\xd8\x0d\x5b\x18\x87\xf6\xbf\x38\x80\xd3\xea\x75\xb5\x5a\xad\x55\xeb\xd5\x86\x87\xaa\xd7\xd5\x66\xb5\x55\x6d\x57\xd7\xce\x1e\x0d\xb0\x87\xda\x85\x43\xaf\xb0\xf0\x75\x7c\x46\x8c\x15\x7b\xc5\x1c\x82\x61\xb9\xf2\x07\xfa\xef\xd7\xaf\x10\xb3\x57\x13\x35\x86\xa8\x24\xa6\xf7\x87\x0d\x8b\xa2\x50\xfe\x03\xa8\x92\xd1\x10\xff\x59\xd8\x98\x54\x07\x40\xc9\x63\x8c\xc3\x8b\x74\x44\x4d\x8f\x9c\x5c\xa4\x78\xcc\x98\x6c\xa1\x2c\x16\x29\x66\x3b\xec\x47\x03\x42\xef\x98\xfe\xd0\xc9\x1d\x5e\xe7\xc7\xfe\x14\x04\x80\xc3\x7e\x65\x17\x5f\xbb\xdb\x9c\x17\x40\xa6\xd0\x6a\x5f\x38\xb8\x4b\x46\xac\x05\x22\xbb\x58\xe2\x1a\xcc\x0b\xeb\x62\xa9\xa2\x0c\xc9\xa7\x74\xb8\xbe\x50\x34\x17\x36\x15\xce\x58\x2e\x7c\xaa\xbe\x7e\x45\xbb\xf8\x3a\x37\x7c\xcb\x1c\x02\xea\xfb\x29\x0e\xd9\x9e\xaf\x52\x90\x83\xf9\xbb\x09\x49\xba\x87\xcd\x06\xfc\x84\x71\x43\x89\x32\x21\xcd\xef\xa2\xf7\xba\x45\x71\x29\x42\x1b\x02\xbb\x1a\x8f\x9f\x21\xde\xd4\xdd\x29\xcd\xa0\xa4\xce\x94\x68\x60\xe7\xc5\xc2\x91\x90\x81\xfd\xc5\x60\x58\x16\x5f\xc5\x74\xe4\x8b\x50\x07\x19\x89\xb9\x4b\x07\xc9\x71\xc6\x63\x14\x9e\xe3\x00\x7e\xac\xb2\x24\x0a\x3f\xab\x63\x74\xaa\x3b\xf6\x27\x53\x84\xaf\x21\x92\x64\x2f\xd0\x3b\x47\xef\x55\x49\x19\xf3\xb6\x81\xde\xa7\xf6\x6d\x41\x52\x14\xc4\xff\xe1\x08\x94\x0e\xf5\x89\x48\x1a\x62\xd8\x6a\x91\x9f\x22\x1f\xa5\xc1\xc4\x22\x71\xdb\x42\xb2\xcb\xdd\x75\x27\x85\x90\x07\x87\x14\x45\x1b\x04\x3d\x36\x0b\xa7\x01\x8f\x8a\x4d\xfe\x29\xd5\x9b\x68\x05\x95\x02\x8a\xf1\x4b\xb4\x5e\x2e\x8b\x68\xd9\x4e\x29\x9e\xc2\x51\x7b\xbc\x8c\x02\x11\x6e\xfb\xeb\x46\xd6\xf4\x9b\x37\xbc\x0d\x4b\x79\xd1\x68\x01\xc1\xdf\xb9\x2d\xc9\x63\x4a\x17\xd7\xbd\xc6\xd4\x1d\xe5\xbe\x68\xf7\x37\x90\x39\xd8\x45\x32\x06\x9b\x54\x28\x36\xdb\xe5\x0d\x15\x4d\x5b\x8e\x15\x3f\x08\xfd\x9e\x7e\xf2\x90\x0e\x00\x45\xd9\x29\x8d\xc1\x41\x84\x40\x45\x30\x0c\xd2\xfb\x8a\x82\xd9\xe2\x14\xab\xcb\xc1\xa4\xc8\xe7\xa2\xa1\x7b\x2d\xac\xc9\x94\xa3\x6c\x71\x91\x9c\x4c\xc6\xce\x30\x2c\xa2\xda\xa9\x80\xc1\xe3\xcc\x6f\xc0\xd2\xa1\x7f\x40\xfa\x8d\x3a\x21\xfd\x44\xe1\x0b\x16\x82\x57\x44\xa9\x0d\xb4\xef\xa7\xa3\x4a\x1f\x07\xe3\xac\xe6\x2a\x5a\x20\x22\x91\xfd\xfc\x5b\x68\xe7\x71\x98\x23\x19\xc7\xdf\xbb\xda\x7d\xb2\xe3\xae\x4c\x0b\xc6\x79\x57\xa5\x85\x79\xe7\x5c\x19\x2c\x9c\xd4\x28\xae\x72\xf4\x73\xf3\xe4\x5c\x31\x69\x84\x99\xdf\x57\x9d\x26\x75\xa4\xde\xe2\x53\x20\x89\x0d\xc3\x60\x3c\xe6\x61\x67\x99\x9b\x04\x9c\xb7\xe6\x0b\x25\xfc\x30\x17\xda\x0e\xbd\x32\x28\xa7\x8b\x4f\xa1\x59\x66\x90\x0a\x11\xca\x43\x19\x9f\x15\x38\x82\x31\x57\x90\x9a\xfb\xa4\x45\x4b\xc8\x64\x12\xda\x8f\x58\x32\x7b\x30\x0f\x54\xe4\x6b\xac\xde\x90\x4f\xce\xaf\xdc\x51\xe6\xcf\xaf\xd0\x06\xf9\xaf\x23\x81\xda\xe4\xfc\x77\xb2\xcd\x5c\x37\xfc\x01\x6e\xaf\xf7\xf4\xf0\xeb\xa2\x98\x9f\x7c\x41\x32\xe7\xc8\xb9\x27\x28\x70\x77\x47\x5b\x2d\x55\xaf\x5f\x55\xdb\xaf\xd0\x4b\xd2\x85\xdf\x61\x4f\xdf\xd9\xd9\xd9\x29\xa3\x65\xfa\xe2\xa7\x9f\x50\xf5\xba\x56\x85\xed\x9e\x20\xe0\xd8\xee\x69\x17\x4b\xd5\xeb\x66\xbb\x55\xa5\xc0\xae\x74\x60\x57\x45\x81\xc1\xf0\xe2\x64\x06\x9e\x3e\x25\x40\xe3\xcd\x1b\x5a\x13\x2d\x23\x18\xe9\xdc\xfa\xac\xee\xea\x06\xd4\x61\x7f\xf9\x65\x97\x37\x50\xb5\xd2\x72\x96\x81\x31\x65\x45\x5f\x52\x7b\x1b\x4e\x6d\x65\xf4\x13\xaa\xb4\xd0\x7f\xa1\x1a\xea\xa0\x95\x5a\x11\x11\xc5\xe0\x1c\xaa\xb8\xe1\xa1\xb8\xef\xf7\x47\x98\x65\xd7\x99\x2f\x70\x90\x9a\xe7\x84\x1e\xe3\x52\x89\x56\x25\x47\x25\x05\x49\xb2\x9b\x48\x83\x61\xbf\x62\xa2\x55\x37\xd0\x79\x5c\xa2\xe5\x81\x20\xd7\x7a\x6b\x96\x3e\x5d\x65\x39\x7c\x4a\xa2\x7c\x06\x1f\x7d\x45\xd5\x82\x61\xcd\x43\x7c\x25\x39\x3b\xc1\xad\x23\x53\x80\x84\x3c\x7d\xcf\x33\x6d\x24\xed\xce\xa7\xec\x68\x3f\xcf\x90\x06\x87\x7d\x30\xa4\xa1\xff\xda\x0d\x69\x76\xf1\xb5\xa9\x09\xb0\x81\x23\x05\x37\x28\xd0\x0a\xfd\x5d\x2c\xfe\xa6\xae\xbe\x18\xe1\xeb\xc2\x2a\x8c\x02\x27\xcf\x05\xa3\x6a\x16\x6a\xfd\xa1\x18\xf9\x08\x5f\x9b\x21\x34\xd9\xf8\x49\x47\xfb\xf9\x89\x84\xac\x81\x33\xef\x7a\x4c\xbd\x2a\x7c\xf2\x4c\x16\x3d\x46\xd2\x59\x37\x01\x8d\xf0\x75\x77\xe4\xc7\x85\xf3\x6c\x25\x73\x0f\x74\x90\x23\x2d\xa0\x07\xb9\xab\x7b\x1e\xe2\x38\x76\x6c\x8d\x03\x58\x02\xa4\x59\xce\xd4\x3e\xb5\x76\xd9\xc6\xef\x6c\x55\x49\x3b\xd5\x61\x7e\x5d\x07\x83\x10\xe0\x3e\x47\x41\x58\x5a\x5a\xba\x43\xc4\x4d\x89\xc2\xe9\x7a\x5b\x44\xd3\xc3\x57\x0a\x25\xdc\xe2\x0b\xc6\x21\x3c\xfd\xf9\x52\x13\x5f\x6c\xd4\x66\x5b\xac\xc7\xe2\x91\x32\x69\x95\xc5\x12\xa5\xd0\x3a\x1f\xf8\xd1\x85\x3e\xb2\xa3\xcc\x22\xab\xe6\x6a\x91\xd4\x74\x72\xa3\x6c\x0b\xad\xe7\xe4\xc7\xa4\xab\xa5\x01\x9a\x09\xe8\xf4\x5e\x98\xb2\xce\x56\x92\x59\x2f\x49\xe3\x52\xe0\xa1\x7a\xd9\x83\x24\x7c\x99\xca\x82\xac\xa8\xf5\xb2\xcd\x01\x77\xe1\x3d\x4f\x19\xa6\x55\x54\x2f\xea\x3e\xfb\xc1\x4f\x83\xb0\x56\x6c\xd3\x62\x65\xf9\xbe\x25\x1e\xef\xb6\x75\xb1\xea\x7f\xde\xee\x55\x14\x81\x87\x5a\x53\x63\x68\xcf\xbe\x87\x51\x5c\xfe\xa3\xb6\x31\x3a\x1c\xdf\xf1\x4e\x26\x21\x48\x77\x24\x3a\x75\x95\x61\x1c\x4d\xc8\xdb\x6e\x34\xc0\xb0\x49\x15\xdd\x90\x64\x80\xf7\xd8\x93\x14\xba\xbd\xfb\xb6\x24\xc8\x71\xa1\xc5\xf0\x5d\x6f\x4e\x6c\x15\xd1\xfd\x49\x5e\x6e\xc5\xb7\x28\x51\x6b\xb1\x5d\x4a\x54\x13\x1b\x95\x78\xf3\xd8\x7b\x95\xd6\xf4\xbc\x5c\xce\x81\xa4\x45\xcf\x7a\x5b\xe9\x33\x82\xde\x4c\x4b\x01\x5f\x13\xfa\x56\x65\xd7\x2d\x2e\xbc\x55\x69\x08\x17\xdd\xa9\x3e\x9d\xec\xac\xac\x17\xdb\xa8\x3e\xa5\xc3\x75\xb1\x4d\xb1\x87\xbb\x6d\x52\xb4\xd1\x3f\x6f\x8f\x2a\xd8\xfe\x43\xad\xac\x59\x3a\x5c\xb7\x6f\x50\x64\x14\x1f\x73\x7b\x4a\xe3\x9b\x1c\x03\xa3\x01\x26\x47\xf4\x4f\x47\x7b\x5d\xee\xe9\x54\xc2\x49\xdf\x9f\xe2\x52\xce\xc6\x69\xb2\x65\xd4\xf7\xd3\xfe\x08\x95\xcc\xf4\xd1\x80\xc2\x28\x8e\xae\x80\x6e\x21\xe3\x4a\x69\x69\xdf\x1f\x0f\xa3\x78\x82\x07\x6c\x1a\x06\x7e\xea\x9b\x29\xe8\x16\x67\xe0\xf2\xa4\xde\x9d\x7f\xb3\xb9\x5a\x84\x4c\xbe\x6b\xe6\x0d\x14\x46\x59\x77\x46\x86\xc5\x19\x37\xab\xe3\x32\x06\x50\xb6\x86\x59\xc8\xa8\x87\x5a\x08\x28\x74\xc5\xe1\x94\x0b\x07\xa0\x11\x29\x78\x21\x17\x26\x1e\xb0\x6c\x66\x92\x17\xba\x33\x13\xaf\x64\x27\x7b\x23\xa5\x44\x9b\xcc\x92\x14\xf5\x30\x0a\xc8\x88\x4e\x70\x98\xd2\x3c\x6b\x3e\x5c\xaf\xc7\x38\x15\x1e\x0b\x85\x72\xfb\x6a\x79\x3a\x55\xe5\x3e\xcd\x71\x48\x5d\xab\xb2\x04\xf1\x5f\xf0\x34\x45\xb3\x70\xca\x93\x06\xaa\xd9\x41\x25\x9b\x96\xaa\x85\xfb\xbe\x65\xe3\x00\x99\x06\x37\xc5\x28\x08\x2f\x31\xd7\xe7\x82\x66\x70\x90\xdd\x95\x59\xf3\x68\x23\xbd\xc4\x92\x68\xb3\x24\xa6\x69\x84\x82\x34\xe1\x5e\x31\x88\x50\xf0\x7d\xef\x98\x7a\x56\xe4\x69\x42\x5c\xf7\x25\x53\xa1\xac\xbb\xcc\xbc\x0f\x81\x95\xb2\xcd\x66\x00\x32\x70\x32\x4f\x45\x6d\x67\xd5\x99\x12\x2d\x1f\x6e\xf9\xa9\xcf\x85\xf5\x6a\x51\x49\x73\x73\x30\x48\xa0\x0d\x9e\x17\xdc\x31\xd2\x8c\x16\x8a\x6f\x8a\x22\xc8\x82\x91\x79\x9c\x19\xbb\x20\xba\xe6\x99\x13\x00\xe5\x97\xd4\xa7\xc4\x97\x2c\x28\xa9\x3d\x31\x70\xbc\xc7\x99\xcc\x73\x8a\x4e\x69\xc9\xe4\xf7\x85\xea\xcd\xdf\x1b\x59\xc9\x22\xc9\xcc\x4d\xf7\xfa\x2c\x1d\x9d\x1c\x50\x54\x1a\x20\x16\x4c\x54\x05\x25\xfb\x38\x03\x19\xcd\x89\x13\xc9\x68\x4d\x62\xca\x80\xe1\xfc\x48\x69\x9b\xd0\x35\x17\xf9\x72\x53\x22\x1b\x30\x83\x68\x97\x37\xd4\x24\xe9\x45\x29\x98\xe7\x3a\x4d\x90\x7f\xe9\x07\x63\x88\xd8\x45\xf9\x02\x30\x3b\x37\xd5\x9c\x48\xce\x2a\x41\x78\x19\x7d\xc1\x89\x9e\x64\xb8\xc4\x92\x03\x7b\xe8\x6a\x14\xf4\x47\x56\x56\xdd\xbb\xc9\x61\xd5\x66\xab\x7c\xa1\xf4\xa2\x68\x8c\xfd\xf0\x16\x0d\xa2\x9d\xf1\x2c\x19\xa1\x5f\x46\x38\xa5\xf1\x4c\x78\x2e\x5a\x70\xd7\x9a\xfa\x31\x30\x0a\xf6\x2a\xe3\xda\x82\x5d\xdf\x21\x1c\x88\xe0\xf4\x30\xe2\xf7\xdf\xe6\x05\xc0\x2d\x4a\x48\xae\x35\xc3\x53\xe5\xba\xe2\x72\x2c\x08\xc6\x9e\x29\x58\x8d\xb5\x4a\x8b\x2a\x8b\x8f\x0e\xf8\x82\x3a\x13\xb6\x44\x32\xe2\xb6\x68\x4b\xc8\x6b\x6e\x9c\x06\x23\xeb\x52\xab\x90\x8f\x92\xa1\x99\x8b\xee\x79\xf1\x4c\x56\xd8\xd0\x52\x32\xe7\x15\xe6\xd0\xb3\xda\xf6\x88\x7e\xdd\x68\x16\xa6\x9c\xbe\x2c\xcc\x84\x00\x0d\x69\x22\xe1\x23\x88\x5b\xbc\xa1\xe2\xbf\xaa\x35\xf9\xda\xe4\x45\xae\x21\x67\x18\x1c\x45\xb3\x70\x80\x66\x53\xea\x50\xd8\x1f\xcf\x06\x58\xa3\x7b\xb3\x9a\x86\x51\x66\xe4\x22\x7f\x28\x1e\xdb\x56\x60\x31\x88\xae\x42\x19\x8f\x28\x1c\xdf\xa0\xe1\x4c\x2c\x4a\x4b\x24\xfd\xd5\x55\x34\xc6\x09\x75\xaa\xb4\xcb\x5a\xc0\x37\x62\x3c\xf1\x83\x50\x15\xae\x8a\xf5\x6b\xe2\x5f\x97\x94\x7e\xc1\xc5\x29\x5a\xb1\x65\x66\xf7\xe6\x5f\xa9\x8a\x39\xa7\x9a\x07\xd7\x94\x03\x25\x73\x3c\x94\xd6\x5f\x22\x89\x00\x5d\xf4\x04\xb4\xe1\x24\x27\xf2\x55\xed\x63\x10\x96\xe4\x26\x5f\xa2\xa6\xa7\xd0\x99\xcd\x7c\x92\x67\xf0\xb6\x11\x09\xa1\x3b\x09\x60\xbe\xdb\x16\xe5\xf3\x54\xcd\xc2\x7e\xbf\x91\x47\x40\xbc\x5d\x96\xd6\x93\xd3\x68\x82\x60\x86\x63\x72\x9a\x14\x1b\xc3\x4a\x76\x40\x00\x67\x48\x7b\x45\xc6\x5d\xd4\x3d\x48\x70\x15\x5b\xae\x7a\xd7\x1c\x23\x25\x05\x56\xc6\xf0\x61\xca\xcd\xa2\x0a\xf7\x95\x59\x98\x9e\x0c\x4b\x1e\x51\x0b\x1a\x0a\x27\x43\x2b\x1b\xf2\x4c\xcf\xa7\x4a\x1e\x5b\x34\x0f\x5b\xb7\xc2\x49\xc5\xdf\x93\x9b\xbe\xaf\xb1\x5b\xe1\x2c\x94\xb9\x4e\x5e\xf7\xb4\x72\x73\xec\x86\x7f\x92\xc9\xdb\xb9\xb1\x21\x66\x98\x58\x67\x2c\xd7\xe2\x4d\xe5\x61\xe2\xa4\xe9\xc8\x44\xcf\xcf\xe0\x23\x3f\x81\x0c\xb9\xce\x13\xf7\xdc\x54\xe4\x19\xbb\x96\x7d\xa0\xe8\xa4\x33\xe8\x34\xec\x1a\x4e\x50\x14\x4a\x47\xe1\x5a\x1b\x95\x5a\xb5\x3a\x58\xb2\x96\x2d\xc7\xe2\x5d\x5a\x99\x1f\x83\xc5\xa3\xfd\x3c\xfc\x20\x51\x5f\xf3\x32\x90\xe5\x06\x4c\xcd\x73\x35\xa3\x83\xb0\x40\x4e\xf2\xbb\x46\xb7\x23\x0d\x21\x1a\x22\x79\x5e\x90\xbb\xc2\x36\x24\x62\x0e\x94\xd0\x6d\xc7\xbb\x9b\xf5\x56\xdb\xee\x24\x96\x97\xea\xfa\xce\x11\xd6\x78\x6c\xb5\xe2\x61\xd6\x8e\xb1\x08\xef\xe1\xd6\x10\x98\x6a\x88\x39\x96\xd8\x99\x26\x85\x2f\x9c\x87\x57\x99\x30\x7a\x79\x08\x15\x09\x20\x2c\xab\x78\xd4\x12\x8e\x95\x04\xa0\x15\xe6\x65\x4a\x0d\xfa\xde\xcc\x86\xc3\xb2\x31\xf3\x0d\xf9\x68\xb1\xb1\xfe\x34\x1d\x00\xcb\x90\x07\x9b\xa6\xe5\x2f\x9e\xb1\xcf\x19\x41\x98\x02\xd7\xe3\x08\x17\x76\x21\xa2\xac\x88\xf9\x0f\xcd\x5d\xde\x0b\xcc\xf9\x0c\xf0\x2a\x2d\x31\xa4\x6c\xba\x14\xb5\xe4\x7c\xd5\x09\x2d\x28\x13\x8a\x32\x06\x8e\xf5\xe8\xd0\x48\x30\x85\x8d\x0a\xc1\x42\x1e\x6c\x7c\x89\x90\x4e\xf0\xb5\x81\x92\xce\xb1\xa6\xf8\xfb\x60\xbe\x13\x3b\x2c\xc9\x4d\x22\x70\x71\x32\x48\xf4\x31\x02\x94\xfd\x94\xe6\x8b\x67\x35\xb3\x98\xa1\x28\x48\x10\x1e\x0e\x71\x3f\x0d\x2e\xf1\xf8\x06\xf9\x68\x80\x93\x34\x9e\xc1\xb3\x07\x72\xfa\x4a\x14\xf6\x71\xa1\x28\xa3\x05\x29\x54\x49\xf4\x00\x28\x65\x01\xb9\xa1\xc4\xe2\x9a\x0b\x32\x08\x0f\xb4\x33\xa0\x0d\x4e\x8e\x22\x99\x90\x43\x2d\xe1\x28\x9d\x47\xe8\x39\xd5\xe6\x53\x3d\x2f\xba\x10\xdd\xef\x58\xc6\xd7\x3c\x10\xe5\x83\x41\xf3\xd6\xca\x3c\x01\x7e\x01\xce\x2a\x8d\x10\x67\xb2\x3b\xd2\x3c\x58\x17\x0f\x29\xef\x5a\x3c\x52\xf2\xbb\x56\xad\xbe\xda\xa8\x17\x13\xf3\x13\xa6\xf1\x51\xe2\xdf\xfb\x6c\xd2\x96\x44\xe0\xa4\x20\x4c\x71\x3c\x94\xac\x85\x91\x73\x55\x70\xfe\xca\xba\xce\xa9\x96\x6e\xb7\x2c\x3e\xa2\x8f\x46\x78\x3c\xc5\x31\x11\x7f\x0a\x2c\x82\x1d\x86\x1b\xf3\x0d\xd6\x51\xfe\x06\xf7\x78\x54\x66\xd2\x9d\x2a\x68\x57\x2b\xe7\xb4\x57\xbb\xd0\xa5\x92\x4d\xd8\x72\xeb\xe7\xe4\xaa\x8a\xf1\x20\x80\x76\xdd\xef\x19\xeb\xc2\x1e\x00\x17\xa9\xe7\x45\xb6\x12\xe1\xb0\xa8\x66\x11\xcb\x32\x5c\xaa\x14\xbe\xf8\xb1\xd1\x4a\x4f\x84\x25\xef\xee\x6f\x76\x1f\x9e\x9e\x88\x08\xcd\x83\x52\x90\x16\x18\x5d\xfd\x25\x68\x6a\x77\xe2\xf7\x0b\xd1\xd5\xc4\xef\xdf\x87\xb6\x44\xf5\x7b\xd1\xd7\x17\x6c\x57\x21\x49\xf4\xd5\x3d\x07\xb4\xc8\x3c\x50\x22\xa3\x8d\xd0\xba\x8b\x11\x5b\xee\xf1\x57\x68\x92\xe6\xf8\x30\x10\x6c\xc0\x89\x81\xfd\xc8\xbc\x18\x78\xa6\x16\x08\xe9\xbb\xef\xa7\x23\x1a\xd6\xf7\x19\x7f\xcf\x86\xf9\x75\x16\xe9\xf7\xf6\xcc\x6b\x35\xbf\xd7\xf0\xbe\x0c\x99\x12\x0f\x47\x5c\x7e\xf0\x78\xbf\x1c\xf2\xa2\x71\x7f\x05\x86\x72\xfc\x5f\x57\xd0\x5f\xf1\x1d\x82\xff\xda\x02\xe8\x9a\x57\x14\x3c\x6a\x6c\x36\x65\x12\x01\x48\xd1\x60\xa5\xf7\x39\xe1\x69\x94\xda\x92\x0b\x8c\x2b\x8c\x6c\xbb\x59\xcc\x44\x8b\x95\xe5\x46\x5a\xe2\xf1\x6e\x66\x5a\xac\xfa\x9f\x67\xa7\x55\x14\x81\x87\xe2\x94\x3d\x68\xcf\x6e\xaa\x45\x71\xf9\x1b\xd8\x12\x1b\xe5\x27\xfe\x54\x08\x87\x13\x7f\xba\x78\xec\x05\x8b\x8b\xb8\x09\xc2\x65\x95\x49\xc7\xfc\xae\x06\xcb\x68\x79\x03\x35\xdc\x36\xcb\x37\x29\xae\x59\x8c\x96\xe9\x9f\xcb\x74\x99\xfe\x39\x0d\x98\x39\xe0\x7a\x06\xb8\x14\xa0\x65\x54\x2b\x5b\x6c\xa2\xf9\x97\x22\x96\xd1\x1c\x70\x43\x03\x5c\x77\x02\xae\x5b\x01\xdb\x21\xa7\x71\x30\x1d\xc3\xd5\x4b\x89\x0e\xcb\x9b\x37\xe0\x37\xf1\x95\x3e\xd7\xc9\xf3\x3a\x79\x04\x14\x6c\x50\xc4\x54\x7c\xa6\x53\x51\xfa\x8c\xde\x90\xd6\x7f\xfc\x11\x01\x36\x9f\xd1\x4b\x54\xad\xac\xb5\xa4\x19\x2a\xbf\x46\x9f\x73\xc2\x5d\x48\x73\x4f\x6d\xc1\x27\xfe\x14\x6c\x66\x37\xd3\x52\x89\x23\x0c\x9d\x6e\xa3\x97\xa8\xd4\x40\x2b\xe8\x73\x99\xf5\xb4\x31\xb4\x7a\x3b\x19\xf1\x19\x4c\xc5\xc5\x60\xc0\xd3\x7d\x9b\xd4\xc8\x3e\x10\x94\xd0\x06\x92\xd0\x69\x1b\xce\x24\x10\x5b\x2f\x2b\x6e\x37\x0e\x1e\x05\x63\x8c\x4a\x72\x3f\x59\xb8\x00\x57\xac\x11\xeb\xb0\xc8\xcd\x2c\xde\x67\xc6\x59\x65\xa8\xf7\xb0\x93\x57\x78\xf2\xdd\xed\x2c\x05\xab\x5d\x88\xd1\x7f\xd7\xa6\x96\x6c\x87\xa0\x76\x3d\xf2\x56\x52\xdc\xdc\x52\xd4\x5a\x70\x73\x10\xf5\x84\xa1\xbc\x78\x23\x0c\xe5\xe7\xf3\x7d\xa3\x44\x8c\x2f\x71\x9c\xe0\x7d\xa9\x60\xf6\xca\x16\xd7\xec\x87\xec\xb3\x93\xba\x73\x81\xda\xb6\x00\xfe\xa7\xf3\x1f\xc2\x7e\xc8\x0a\x65\x1d\xcc\xe5\x34\x6a\xc3\xa7\x7c\x61\x33\xdb\xfc\xcf\xe5\x33\xb4\x81\x3e\x17\x8b\xd5\x69\x61\x29\x7b\x17\x61\x14\xe3\x6f\xc6\x55\x24\x90\x7b\xe1\x00\xfc\x9c\xb3\xe9\x0e\xc8\x9b\x83\xe1\x3c\x9e\x21\xb5\x43\x61\xfc\xb0\xb1\x81\x56\x6a\x73\x78\x92\x4c\x61\x72\xed\x3b\x31\x62\xab\x48\x10\x8b\xb4\x97\x09\xfe\x10\x45\xd3\x6c\x49\x78\x3a\x0e\x9e\x34\xa3\x8a\xc8\xa1\xdd\x78\xfa\xd3\x0e\x5a\xda\x7c\xdb\xdd\xda\xde\x79\xb7\xbb\xf7\xcf\xf7\x1f\xf6\x3f\x1e\x1c\xfe\xdf\xa3\xe3\x93\x4f\x3f\xff\xf2\xeb\xbf\xfe\xc7\xef\xf5\x07\x78\x78\x31\x0a\x3e\x7f\x19\x4f\xc2\x68\xfa\xef\x38\x49\x67\x97\x57\xd7\x37\xbf\x57\x6b\xf5\x46\xb3\xd5\x5e\x5b\x7f\xb5\xbc\xba\xc1\x22\xdc\x8a\xa3\x9d\x58\xb4\x0b\xa3\x9a\x0d\xb1\xc3\x2b\x25\xb3\xdc\x50\x2c\x4c\x6d\xa2\x90\xd6\x8e\xcd\x4d\x85\xcc\x74\xe0\xd8\x6f\x98\x63\x57\x42\x84\x24\x69\x79\x64\xd4\x24\x3b\xb0\xa0\x15\x54\x2b\x9f\x81\xf7\x4a\x26\x30\xd5\x4d\xe2\xe2\x40\xeb\x45\x80\x96\xcf\xf8\x06\x2f\x8b\x61\x16\xa8\x54\x20\x0a\x95\xc8\x3d\x5f\x89\x30\x03\xe8\x7f\xa5\x2d\xca\xbe\x35\x61\x7e\xf0\x1e\xc4\x86\x78\x79\x59\xf9\x20\xc8\x56\xfc\x60\x14\x69\xc4\x96\xb4\x86\x45\xb8\xcd\x72\xf7\xe8\x87\x7c\x69\x8f\x78\xed\xcc\xec\xd3\x7a\x3a\xfa\x3f\x1d\xfd\xc5\xd1\xff\xd3\xc9\xce\x4a\xad\x8d\xde\x6e\x17\x76\xd0\xaa\xb5\xdf\x6e\xcb\x3e\x5a\xb5\xb6\xfa\x04\x5f\xef\xee\xb4\x45\x91\xf9\x73\x1d\xb7\x0a\xe2\xf0\x80\xce\x5b\xb5\xb6\xd3\x7b\xab\xd6\xfe\x1b\x68\x04\x8a\x1f\xd6\x61\x30\xee\x73\x56\xb7\xfb\xfb\x83\x65\x54\x34\xc0\x87\x51\x10\xa6\x2e\x27\xe3\x5a\xdb\xe1\x64\x6c\x3d\x4c\x67\x98\xba\xbd\x8c\x45\x93\x45\x5d\x8d\x25\xa0\xf7\x38\x41\xe9\x44\x7c\x2f\x67\x35\xa0\xcd\x45\xd7\xc6\x77\x7d\x8c\xa2\xab\x4a\xb8\xac\xf1\xc5\xb7\x90\xcf\x1a\x54\x5a\xcc\xd7\x98\xd7\x12\xf2\x2d\x7f\xf1\xd8\x9e\xc6\x6a\xc3\xc5\x1c\x8d\x6b\x20\xfb\x08\x0c\x55\x37\x63\x22\x02\x65\x8b\xa5\x4e\x16\x8b\x16\x84\xcd\x4d\xe1\x2e\x29\x47\x1b\x9d\x97\xc5\x43\x61\x30\xb2\xfc\x50\x60\x0f\x93\xf6\xa9\x0f\xf7\xde\xa7\x3e\x7c\x07\xfb\x54\x11\x1c\x1e\x7a\x9f\xb2\x2e\xa7\x0f\xdb\x4f\xdb\x94\xf8\x7b\xb0\x6d\x2a\xb9\xf2\xa7\xdb\xe1\x20\xf0\xc3\xd2\xa2\x3b\x96\xed\x48\xfe\xfd\x6f\x59\x1f\x1e\x67\xcb\x2a\xb2\x4c\xbe\xff\x2d\xeb\xc3\xb6\xb6\x69\x3d\xed\x58\xc6\x8e\x25\xad\x98\x85\x36\xaf\x6f\xba\x7b\x89\x79\x91\xb0\x25\x80\x94\x3e\xf2\x68\xf8\xf0\x85\xdd\x9d\xd0\xc5\x5d\xad\x92\xff\x87\x8b\x15\xfa\x91\x74\x9f\x7d\xa5\xdf\xb2\xe5\x3f\x4f\x5d\x00\x84\xe5\xd6\x16\xb4\xef\xa5\x2d\x60\x39\x6a\xbf\xa5\xd2\xc0\x43\xd2\xab\x64\xe4\xd7\xb4\x57\xa3\x89\xdf\x7f\x44\xd5\x82\x87\x78\xb3\xf0\x0b\x5a\xfb\x3b\xa8\x1b\x8c\x7c\xb1\x77\x50\x45\x28\x46\x2c\xd2\x97\xfd\xad\x16\xd4\x04\x93\x9b\xfd\xad\x96\x4d\xc6\x03\x13\xe7\x2f\xf8\x86\x66\xc1\xa6\x76\xb0\xa2\xaf\xe0\xfc\xeb\x87\x29\x4f\xe2\x1d\xc5\x13\x6a\xa3\xbd\xfd\xf3\xe1\x39\x6c\xba\x27\xd1\x7b\x9c\x09\x83\xe8\xea\xea\xaa\x12\x4d\x71\x98\x24\xe3\x4a\x14\x5f\xac\x0e\xa2\x7e\xb2\x0a\x49\xb8\xa3\x55\xad\xce\x28\x9d\x8c\x2d\x8a\x90\xed\xcb\xe9\xfb\xad\x9d\x0c\x6d\xf1\x5c\x30\x18\xc2\x7c\x1f\x10\x6d\x8f\x33\xbc\x5f\x58\xca\x73\xd8\xa3\xc8\xc0\x24\xe4\x21\x08\xb9\xdb\x8b\x14\xee\x39\x73\x75\x69\xa2\x52\xad\xbe\xae\x78\xba\x18\xf0\x1d\x46\x6a\x72\x58\x0c\x3d\x41\xca\xfe\x56\x6b\x1e\xb6\x41\xca\x6c\x91\xf5\x20\xd5\xd2\x87\x34\x42\x53\x6a\x75\x2a\x7b\xe7\x38\x76\x38\xc3\x2f\x46\xdb\x1d\xd8\xf0\x74\x50\xad\xbe\x0e\x26\xa4\xca\x57\xda\x39\xc0\x5c\xfb\x92\xe1\xa3\xb4\x7d\x7b\x67\xb7\x1b\x07\xd1\x3e\xb6\x1f\x0e\x96\x1a\x7d\x00\x33\xeb\x2f\x83\xa1\xe1\x7d\x43\x69\x7e\x4e\x8a\xa6\xf9\x15\xff\xc8\xe6\x6a\x5d\xcb\xe7\x77\x57\x30\x9e\x3a\x8d\xd5\x6a\x55\x07\xbc\xa0\x77\xd0\x5c\xbf\x9f\x62\xf2\xee\x16\xa4\xf0\x27\x34\x42\xa8\x02\x12\x61\xfb\x90\x81\x95\x2c\xda\xbb\x58\xe9\xf3\xba\x34\x16\x80\x0d\x50\x4e\xe5\xc4\x1f\xa7\x68\x13\xfe\x59\x5c\x2c\x06\xea\xa2\xe4\xfd\x10\xe4\x85\xc9\xe6\xf1\x65\x30\xac\x50\xb7\x08\x5c\xe2\x9d\xf1\x00\xbf\x9c\xbc\x35\x50\x5c\xc9\xef\xa8\xd6\x5c\x48\xe0\x55\xa7\xd8\x22\xde\x92\x95\xce\xb8\x87\x59\x5b\x78\xa9\x11\xf2\x60\x26\xca\xd9\xea\xb0\xc2\x72\xb9\x85\x41\x68\x01\x3a\xc4\xef\x61\x6c\x6c\x29\xd1\x16\x39\x23\x67\xc0\x84\x4f\xb0\x78\xe3\x3c\x2e\xf3\x3d\x86\xf6\x88\x3d\x59\xca\x49\x4c\x9c\x16\xcd\x5e\x58\xb0\x7c\xc7\x36\x26\x02\x5e\xfd\xc8\x8c\x59\x34\x5c\xb9\x41\xcb\x1b\x8e\x8f\xf5\x28\x40\xc4\x38\xf0\x1c\x70\x5e\x30\xab\x2e\x4b\xb4\xec\xfc\x6b\x65\x24\x07\x63\xc8\x9c\x40\x18\x14\x4e\x6c\x92\x51\xb0\x41\xaf\x6a\xf3\xc2\x9f\xce\x2c\x41\x68\x42\x0c\x9c\xf9\x59\x39\x28\xd5\xe8\x41\x49\x1a\xe8\xdc\xb4\x3f\x1a\xf6\x02\x59\xe7\x28\xd8\x30\xb6\x0c\x95\xf9\x4e\x22\x2b\x16\x33\xc6\xda\x86\x36\xca\x52\x2d\x49\x47\xc3\xe9\xcf\x12\xed\x42\x04\x98\xe3\xf5\x8a\xda\x5c\x17\xe2\xc1\xb2\xdf\xf1\x9d\x78\xef\x82\x7c\xf7\x01\xbd\x6f\x2d\x7e\x65\x52\x6f\x8a\x73\x73\xa9\x92\xa2\xdd\x90\xde\xab\xdc\x3d\xfb\x80\x14\xae\x2e\x36\x6d\xba\x5f\xbb\x38\xfb\x62\xd5\x3c\xe4\x10\x1b\xee\x03\x26\x57\x6c\x10\x2a\xe4\x4c\xd6\x77\xed\x39\xa6\x0b\x0b\x1b\x76\x55\x62\x01\xc7\x95\xfc\xfd\xee\xf6\x75\xce\xf1\x9d\x42\xb3\x9f\xdd\x3d\x7e\xf8\xec\xb4\xd6\x3d\x7e\x24\xed\xac\xad\x91\x33\xfd\xda\x5f\xfa\x4c\xdf\x0f\xa6\x23\x1c\xaf\x3c\xb2\x89\x00\x9c\xde\xe5\xa6\xfe\x9c\x43\xbc\x99\xb9\xf3\x41\x4e\xf3\x5d\xe8\xd8\x21\xe1\x38\x89\x38\xb4\xcb\x2f\xdd\x26\x04\xe2\xbd\x96\x09\x43\xa9\x41\xce\x70\x7e\x0a\x95\xe8\x4f\xce\x88\x59\xc5\x1d\x78\x99\xb2\xa8\x0a\xb4\xc8\x02\xe9\x34\xc8\xe9\x86\xce\x4d\x8a\xaf\x53\x72\x8a\xf4\xd9\x33\x9a\xd2\x3e\x31\xdf\x2c\x9e\x6a\xc3\x1f\xe0\x7e\x30\xf1\xc7\xe3\x1b\x96\x06\x74\x50\xf8\xe6\x46\x1e\x95\x5b\xd6\x0a\x1b\xb8\x13\x81\x86\xda\xec\xe2\xc9\x38\xee\x82\xdf\xa3\xa6\xe7\xc8\xa6\x44\xba\xd5\x91\x3b\xbf\xd8\xc5\x8e\x52\xd3\xe1\xa8\x25\x97\xa9\x64\xb3\x9b\x25\x90\xd8\xc5\xd7\x77\xcc\x04\x61\x19\x5e\x89\x7c\xe4\xfb\x86\x05\xa7\x53\xbb\x79\x08\xc2\xe9\x2c\xbd\xcf\x9c\x72\xf2\x50\x89\xee\x0e\x74\xf6\x50\xc4\xd1\xd7\x18\x85\x85\x3e\xee\x9c\x54\x02\x46\xcb\x1e\xc2\x26\x9b\x9c\x0d\x94\xb5\x41\x2b\xbc\xb6\x52\x4f\x57\xa1\x1e\xae\x11\xc8\x00\x75\x64\xa0\xb7\x76\xdd\xbc\x7b\xa7\xcd\xba\xab\xed\xb6\xd2\x06\xd1\x69\xd5\x3d\x4d\x79\xbe\xfe\x64\x6a\xf7\x77\xd7\x7d\xbb\x76\x47\x23\x92\x79\x9e\x26\xdc\x3c\xa4\x80\x03\xb0\xd0\xb8\x5a\x13\x51\x91\x12\x1b\xb2\xa3\xea\xc3\x24\xa4\x07\x97\xd7\xb9\x1c\xaf\xb0\x92\xb8\xa0\x2a\x8a\xc8\xea\xe0\xbc\x8c\xfb\x31\x4e\x1f\x48\xa9\x44\xe4\xdf\x5d\x7b\xe0\x20\xe8\x25\x63\x13\x36\x4f\x64\xea\xe8\x5b\x54\x63\x28\x3b\x07\x3b\x02\x04\x5b\x75\x46\x42\x5f\x44\x7d\x14\xc4\xa3\xee\xe1\x9e\xe3\xed\xf6\x90\xf1\x65\xe1\xc0\x34\x27\xbc\x2c\x3d\x54\x49\xd1\x65\xf5\x71\xb2\x1b\xe2\xe7\x28\xa6\x68\x47\xdf\x4a\x71\x31\x59\xd7\xf3\x22\x63\x6a\x95\xb8\xbe\x40\x87\x65\x8f\x92\xb9\x39\x1e\x47\x57\xc8\x8f\x7b\x41\x1a\xfb\xf1\x0d\x62\xea\xa5\x2f\xf8\xc6\x12\x77\xf0\x8b\xac\x91\xf8\xc9\xda\x70\xce\x40\xe9\xea\x96\x62\xa3\x35\xc7\x19\x92\xa0\x94\xe3\x06\x09\xf1\xdf\x40\xb7\x11\xc5\x28\x08\x43\x1c\x43\xf4\xd9\x68\x96\x82\x00\xa1\x47\xe1\x83\x98\x89\x54\xc7\x48\xc9\x90\x3d\xd0\x56\x8c\x80\x74\x5c\xe3\x27\xd7\x08\x2c\x35\x16\x21\x81\x48\xd2\x4a\x46\x79\xfa\xc8\x40\x2a\x18\x48\x05\x8d\xc6\x7e\x3d\x38\x82\xf9\xa4\xd7\x80\x53\x7f\x80\xfa\x51\x98\xa4\x7e\xa8\x37\x6f\x4d\x22\xa5\xce\xb1\x5b\xb1\x26\xf0\x3e\x0d\xce\xd0\x6f\x1b\xa8\x7a\xdd\xea\xd3\xff\xd9\xdc\x61\x8c\xc2\x8d\x36\xfd\x5f\xbe\x66\x2c\xd2\x74\x62\x81\xf6\x6c\xa3\xc8\x3f\x21\x0e\x19\xec\x40\x8f\x11\x85\x4c\x30\xf1\x07\x89\x44\x96\x93\xaf\xcc\xc6\x8c\x2d\x03\x09\x9d\xb6\xf1\x71\x87\x9e\x54\xd5\x17\x67\x0b\xe6\x6e\x11\xc8\x60\x98\xbf\x9b\xf8\x63\xfb\x9b\x5d\x16\x7d\x0c\xf0\x0a\x60\x89\xe5\x46\x42\x59\x70\xca\x8b\x04\x22\x33\x4a\x3f\x7c\x30\x32\x99\x24\x78\x2b\x73\x83\x8f\x3d\x56\xf4\x30\x18\xea\xff\xf4\xe8\x61\x73\xc4\xd4\x45\x44\x44\xc2\x43\x33\x1a\x9a\x1b\x41\xcc\x5d\x63\x6e\x14\x31\x77\xd5\x47\x8a\x24\x76\x7f\x6e\xd7\xa5\xea\x69\x18\x6f\xcb\x7e\x4c\xa4\x8b\x5d\x7b\x70\xb4\xdc\x80\x63\xb9\x1c\x53\x1e\x2b\x0d\x68\x26\xa1\x70\x49\x83\x5f\x32\x09\x54\xca\xce\x90\x63\x13\xbf\x6f\xbf\x24\x12\x07\x7f\x87\x11\xdc\xab\xbf\xb4\xc2\xfc\xba\xdd\x5c\xb1\xbc\x1e\x07\xbd\x15\x82\xca\x00\x6c\x5b\x13\xed\x2b\x0e\xfb\x2b\x60\xd3\x68\x79\x4f\xdd\x2c\xb5\x0f\x93\x41\x6b\xbe\xf1\x5d\x32\xf2\xeb\x2d\x1d\x24\x79\x59\xd7\xc1\x25\x23\xbf\x55\xab\x9b\x2f\x1b\xeb\x96\x92\x0d\xed\x55\x1c\x4c\xf1\x64\x50\x6b\x57\xad\xb6\x7f\xca\xab\x69\xef\xcb\x60\xa8\xb7\x83\x2f\xa7\x5f\x06\xc3\xbc\x7b\x07\xb5\xeb\xd1\x00\xaf\xf4\x87\x3d\xeb\xeb\x34\x76\xbc\x5e\xb9\x18\xfb\x83\x89\x1f\xda\x3e\x47\x76\x60\xb8\xaf\xbf\x9e\xfa\x83\x15\x3f\x4c\x82\xeb\x57\x75\x7d\x10\xc8\xa7\x20\x89\x6a\xd5\x5a\x5d\x1f\x71\xf6\xe9\xd5\xda\xab\x35\x7d\x86\xc8\xa7\xdf\x71\x1c\x31\xd7\x6b\xcb\xd7\xd0\xf1\x8d\xea\xc8\x56\x46\xf8\x5a\xfb\xe0\x63\x9d\xb8\x68\xdc\x8d\x81\xf1\x3e\xee\xeb\x93\x1b\xfb\xbd\x5e\x90\x5a\x5f\xae\x8c\xf1\x85\xdf\xbf\x79\xec\x3b\x20\xb1\x7a\xe0\x49\x5f\x34\xf0\x32\x5b\x2b\xe2\x91\x2d\x11\x78\x26\x2b\x43\x33\x0b\x65\xeb\x40\xfc\xae\x37\xc5\x6f\x42\xf5\xfc\x37\x21\x76\xf1\x9b\xfe\xca\x48\x3b\xb3\x2f\x85\x5f\x8c\x90\x29\x06\x94\x7e\x8d\x3b\x2c\x8a\x0e\xa7\x56\xe9\x29\x8d\xd5\x27\x41\x9b\xd9\xdb\x48\xa9\x41\x28\x91\x36\x2b\x13\xa0\x78\x23\xe8\x4e\x7e\x43\xc9\x4d\xbc\x91\xa9\x4c\xbc\x0c\xd5\x57\x12\x4d\xc1\x33\x21\x25\xf8\x91\x51\x10\x1d\x95\x3e\x1b\x28\x46\x2f\xd2\x6f\x4e\x26\x8b\x2a\x22\x15\x05\xa4\xcc\x6b\x17\x57\x4c\xba\x43\xb1\xb1\x2e\x75\x5a\x35\x2f\x5f\x9b\xec\xa9\x74\xd5\x69\x35\x3d\x85\xf0\x3a\xad\x96\x97\x4d\x7c\xa7\xd5\xf6\xd4\xd1\xeb\xb4\xd6\xf4\x1b\x61\x9d\x94\x3b\xed\xaa\xc7\xa8\xb5\xd3\x06\x7c\x04\xa5\x74\xda\x75\x4f\xa6\x95\x4e\xbb\xe9\xd9\xa8\xa5\xd3\x6e\x78\x32\x85\x74\xda\x2d\x4f\xa6\x9f\x4e\x1b\xf0\x52\x68\xa6\xd3\x5e\xf3\x74\xaa\xe9\xb4\xd7\x3d\x9d\x6e\x3a\xed\x57\x9e\x41\x24\x9d\xb5\xaa\x67\x21\xa7\xce\x1a\xe0\xcf\x96\x44\x67\x0d\xb0\x67\xa4\xd1\x59\x6b\x7a\x06\x71\x74\xd6\x00\x71\x42\x46\x9d\x35\xc0\x39\x5b\x67\x9d\xb5\xb6\x7c\x81\xee\x65\x4b\xb6\xb3\xc6\xaf\xd6\xc9\x62\xee\xac\xbd\xf2\xf8\x52\xed\xac\x57\xbd\x6c\x09\x77\xd6\x6b\x5e\xb6\xb8\x3b\xeb\x80\x4e\x46\xc1\x9d\x75\x68\x5c\x30\x9a\xce\x7a\xf3\xf6\xcc\x6b\x57\x9f\x2e\x0f\xfe\xfc\xcb\x83\xee\x08\xf7\xbf\x90\x4e\xc1\x4a\xa1\x6e\x40\x34\xcd\x59\x32\x9b\x92\x81\xc1\x2c\x3e\xb5\xd4\x6f\x90\xe3\x69\x48\x73\xf4\xc3\x06\x5a\xe2\x90\x97\x2c\x16\x21\xc2\x49\xe3\x01\xaf\x2b\x72\xcd\xf1\x45\x3b\x47\x78\x88\x63\x0c\x07\xbd\x38\xb8\x80\x33\x59\x10\x06\x69\x06\x26\x99\x4d\x71\x0c\xaa\xeb\x0d\x2d\x3d\x87\x04\x65\x73\x76\x31\xc1\x61\xaa\x15\x40\x69\x84\x46\x7e\x38\x18\x63\x65\xdc\x64\xd8\x3d\x2b\x64\xc5\xa6\x06\xaa\x9a\xee\x80\x92\xee\x9b\xc6\x92\xa7\x26\x50\x41\x98\xae\x4b\x1a\xfa\xa1\x5c\x5f\x28\x26\xd4\xd9\x31\x8f\xf9\x59\x0d\xaa\x84\xff\x44\xa0\xc2\x0b\x19\x1b\xe5\x10\x61\x45\x2c\xa2\xe9\xbf\x00\xd2\x65\x80\xaf\x5c\x28\x3a\x9b\x97\x10\xde\xe3\x28\xa0\xaf\x5f\xd5\xf2\x9c\xe0\x00\x4b\xd0\x19\xf3\xea\x3f\x90\x35\x27\x6c\x47\x60\xd1\xd9\x81\x1b\x55\xcb\x46\x2b\x4e\xac\x6a\x6d\x3b\x5a\xee\x96\x16\xab\xb1\x17\xa6\x8d\xfa\xa2\x4d\x2c\x56\x63\x67\x1c\xf9\x77\xa9\xd2\x6e\xc2\xfb\xac\xfc\x1d\x49\xa9\x42\x29\xd8\x43\xf2\xab\x9b\x14\x1f\x40\x72\x20\xe3\xb5\x2d\xef\xb2\x42\x7f\xbb\x74\xd1\x65\x6d\x15\x59\x11\x59\xe9\xc5\x54\x08\x19\xb4\xb7\x02\x37\xb4\x61\xc7\xd9\xa2\x59\xd8\xbe\x66\xd9\x57\x6f\x52\x9b\xf1\xf3\x42\xee\x82\x36\x54\x16\xc9\xa7\x9d\xd5\x3f\x0d\xce\xee\x94\x3c\x3b\x33\xe7\x0e\x7e\xc7\x54\x55\x9b\x39\x8e\xaa\x45\x05\x63\xcd\x52\x5b\x78\x88\xb9\x11\xda\x3a\xa2\xcc\xb7\x35\xeb\x19\x19\x4d\xf2\x9a\xc0\x43\x21\x91\xfa\x64\x66\x6e\xb6\xeb\x4f\xa7\xe3\x1b\xd6\xb0\x1f\x5f\xcc\x08\x0b\x4f\xf2\xfc\x15\x19\xbf\xae\x4c\xe3\x28\x8d\x08\x8e\x32\xe7\xce\x33\x9c\xd0\x77\x1f\xbb\x82\xa5\x5d\x7b\x92\x75\xfe\x1c\x59\x07\x02\x46\xff\x09\x71\x89\xac\x39\x95\x0a\x98\x48\xc0\x16\x4b\xef\xf1\x50\x9a\xe9\xd6\x49\x95\x13\xc6\x2c\xa4\x92\x54\x75\xa9\xdd\xfc\xd9\x24\x3d\x17\x5f\x69\x37\xed\x5c\xe4\x84\xb0\x89\x0d\x3a\x7c\x15\xbf\x97\xd0\x1f\x49\x10\xb2\x60\xac\x84\x65\x54\xaf\x6b\x55\xf6\x57\x46\x5f\xd5\x34\xbe\x6c\x79\x95\xca\x56\x0b\xf5\xfd\xad\x96\x66\x4d\x61\x33\x00\xd1\xbd\x26\xd1\x06\x1b\x55\x8b\x01\x08\x4f\x7b\x93\x7b\x3b\x96\x69\x82\xed\xb9\x8a\x4f\x4d\x4e\x5a\xbd\x6e\xaf\x35\x5b\xf5\x46\xb5\xe6\xa1\xea\x35\x1e\xf6\x07\x7e\x6f\xfd\x95\x25\xaf\x62\xf5\xfa\xd5\x7a\xcf\x1f\xf4\x87\xd8\x83\x81\x69\xd4\x5b\xcd\xb5\xb6\x5a\xee\xcc\x79\x23\xa6\xa5\xd1\x93\x7b\xb1\x2f\x32\xe9\xd9\xf6\xae\x2b\x7f\x8a\x30\xb8\x57\xcf\xdf\x43\x6a\x6d\xf7\x8e\xe1\xbe\xbe\xe6\xb3\x41\x91\x38\x27\xf0\x78\x7a\x41\x14\x38\x22\xf0\xee\x9f\x4b\xa5\xf7\x4f\xf9\xc3\x99\xcd\x25\x44\xfa\x4c\x08\xce\x2c\x40\xfe\x4a\xa5\x92\x04\x93\x7a\x8a\xa3\xaf\x48\x7e\x09\x7b\x5d\xb3\xac\xf9\x88\xa3\xaf\x05\x01\xd6\x9b\x65\x0b\x40\x08\x65\xac\xb8\xa4\x9b\xe0\xee\x67\x1c\xb2\xab\xdc\x50\xd8\xaf\xfb\x95\x21\xad\x22\x69\x4c\xd1\x32\xaa\xea\xe2\x83\x52\xba\xa6\x95\xae\xe5\x96\xae\x6b\xa5\xeb\xb9\xa5\x1b\x5a\xe9\x46\x6e\xe9\xa6\x56\xba\x99\x5b\xba\xa5\x95\x6e\xe5\x96\x6e\x6b\xa5\xdb\xb9\xa5\xd7\xb4\xd2\x6b\xb9\xa5\xd7\xb5\xd2\xeb\xb9\xa5\x5f\x69\xa5\x5f\xe5\xcf\x4e\x55\x9b\x9d\x39\x93\x59\xd3\x8a\xe7\xcf\x66\xad\xae\x15\xcf\x9f\xce\x5a\x43\x2b\x9e\x3f\x9f\xb5\xa6\x56\x3c\x7f\x42\x6b\x2d\xad\x78\xcb\xe0\x06\xab\xab\x84\x21\x7f\x09\xc2\x0b\x52\x35\xf0\xc7\x3d\x9b\xd8\xec\x93\x6d\xe0\xd4\x3a\x50\x3d\xf8\x64\x1d\x94\x3e\x7c\xb2\x0e\xc0\x00\x3e\x35\x6c\xe8\x74\xb3\x3b\x68\xf5\x1b\x41\x62\x67\xa7\xe4\x7b\xa8\xe7\xa1\xbe\x87\x06\x9e\xb4\x40\x3d\x84\xd6\x3c\xb2\x85\x56\xcf\x74\xde\x30\xa0\xf5\x06\x1e\x12\x55\xb3\x11\xf2\x10\xaa\xd5\x3d\x74\x72\x5a\x33\xea\xf5\x69\x3d\xda\x12\xad\x9a\x2d\x5a\x52\x6f\x8d\xd4\xab\x1b\xf5\x7a\xb4\x9e\x40\xd2\x97\xea\x35\x3c\x84\xea\xd0\x5e\xc3\xa8\x97\xd7\xbf\xa6\xe8\x5f\x73\xa1\xfe\xb5\x44\xff\x5a\x0b\xf5\xaf\x2d\xfa\xd7\x5e\xa8\x7f\x6b\xa2\x7f\x6b\x0b\xf5\x6f\x5d\xf4\x6f\x7d\xa1\xfe\xbd\x12\xfd\x7b\xb5\x50\xff\x6a\x55\x8f\xf5\xaf\x66\x12\x4c\x5e\x07\x6b\x35\x8f\x75\xb0\x66\x52\x4c\x5e\x0f\x09\x96\xb4\x87\x35\x93\x64\x72\x49\xb4\xe1\x71\x12\x35\x69\x26\xb7\x8f\x4d\xd1\x47\x93\x68\x72\xfb\xd8\x12\x7d\x04\xaa\x31\x3b\xf9\xee\x9d\xa3\x93\x1e\x42\x2d\xda\x49\x93\x6e\x06\xb4\xa2\xb5\x93\x84\xde\x5e\xd1\x8a\x26\xe1\xf4\x69\x45\x7b\x27\x6b\x1e\x22\x1d\x3d\x39\xad\x99\x94\xd3\xa3\x15\xad\x9d\x24\x1c\xa3\x5e\x85\x8a\x26\xe9\xe4\xf5\xb1\x25\xfa\x58\xb7\xf3\x1a\x57\x1f\x09\xcd\xd1\x3e\xd6\xed\xcc\xc6\xd9\xc7\x16\xef\x63\xdd\xce\x6d\x5c\x7d\x6c\x8a\x3e\xd6\xed\xec\xc6\xd5\xc7\x57\x59\x1f\xed\xfc\xc6\xd9\xc7\xa6\xe8\xa3\x9d\xe1\xb8\xfa\x48\x18\x23\xeb\xa3\x9d\xe3\xb8\xfa\xb8\x9e\xf5\xd1\xce\x72\x9c\xb4\xda\xf0\x78\x1f\xed\x3c\xc7\xd5\xc7\xba\xa0\xd5\xba\x9d\xe9\xb8\xfa\xb8\x26\xfa\xd8\xb0\x33\x1d\x57\x1f\xc9\xf2\xa7\x7d\x6c\xd4\xec\x0b\x72\x77\xd7\x4d\xac\x4d\xc0\xb5\x61\xe7\x3a\xbb\xbb\xf6\x4e\x92\x61\x25\x6b\xeb\xe4\xb4\x61\xe7\x3a\xbb\xbb\x39\x0b\xb2\x0d\x15\xed\x5c\x67\x77\xd7\xd1\xc9\xa6\x87\xea\x0d\xa8\x68\x92\x4e\x5e\x1f\x6b\x59\x1f\xed\x4c\xc7\xd5\xc7\x66\xd6\x47\x3b\xd3\x71\xf5\x11\x26\x92\xf6\xd1\xce\x74\x9c\x7d\xac\x8a\x3e\xda\x99\x8e\xb3\x8f\x0d\x8f\xf5\xb1\x69\x67\x3a\xae\x3e\x56\x45\x1f\x9b\x76\xa6\xe3\xea\x63\x43\xf4\xb1\x69\x67\x3a\xae\x3e\x12\x56\x4e\xfb\xd8\xb4\x33\x1d\x57\x1f\x5f\x89\x79\x6c\xda\x99\x8e\xab\x8f\x64\x79\xb0\x3e\xda\x99\x8e\x93\x56\x5b\x9c\x56\x9b\x76\xa6\xe3\xea\x63\x3d\xeb\xe3\x9a\x7d\x41\xee\xed\xb9\x05\xd5\x36\xed\xa4\x9d\xeb\xec\xed\xd9\x3b\x09\x34\x07\x3c\xa0\x69\xe7\x3a\x7b\x7b\x39\x62\x40\x0b\x44\x40\x3b\xd7\xd9\xdb\xb3\x77\x92\xf0\x8e\x3a\x0c\x6b\xcb\x2e\xea\xb8\xfa\x48\xe6\x83\xf6\xb1\x65\x67\x3a\xae\x3e\x36\x44\x1f\x5b\x76\xa6\xe3\xec\x63\x55\xf4\xd1\xce\x74\x5c\x7d\xac\x65\x7d\xb4\x33\x1d\x57\x1f\xd7\xc5\x3c\xb6\xec\x4c\xc7\xd5\x47\xa0\x39\xda\x47\x3b\xd3\x71\xf5\x11\x44\x72\xda\x47\x3b\xd3\x71\xf6\xb1\xe1\xf1\x3e\xda\x99\x8e\xab\x8f\x4d\xd1\xc7\xb6\x9d\xe9\x38\xfb\x58\xe3\x7d\x6c\xdb\x99\x8e\xab\x8f\x75\xd1\xc7\xb6\x9d\xe9\xb8\xfa\xf8\x4a\xcc\x63\xbb\x61\x2e\x48\xb8\x46\x49\x71\x3c\xc1\x83\xc0\x4f\x99\x53\x19\xb8\x2b\xa8\xe5\xc8\x11\x17\x6d\xa0\x12\xfc\xbb\x8c\x7c\x5d\xc3\x4a\xcb\xd4\x58\x99\x1a\x29\xd3\xb3\x97\xa9\xb3\x32\x75\x52\xa6\x6f\x2f\xd3\x60\x65\x1a\xa4\xcc\xc0\xd0\xe6\x6a\xaa\xca\x1d\x8b\xa5\xee\x82\x01\x6d\x21\x53\xba\xc8\xa6\xeb\xa7\xbe\xed\x60\xee\xa7\xbe\x08\xe5\xe3\xa7\xbe\x5b\x39\x16\xbe\x0d\xd2\xe4\x24\x4a\xfd\xb1\x80\x19\x6e\xf9\xa9\x4f\x3d\x48\x5e\xa2\x75\x0b\x74\xa8\xf3\x01\x0f\x53\x0e\x5d\x78\x9c\x40\x79\xa3\x33\xce\x94\x57\x02\xcd\xd3\x0c\xe4\x4f\x3f\xfd\x84\x5a\x70\xf1\x56\xbd\x5e\xaf\x66\xf7\x6d\x59\x89\x7f\xa0\x46\xdd\x20\x0e\xb5\x2f\xbb\x68\x03\x81\xda\x7d\x38\x8e\xa2\xb8\x24\x75\x72\x55\xd1\xbd\xbb\x3a\x07\x65\x3f\xa0\x0d\xe9\x49\x5f\x38\x02\xf5\x52\xa9\x94\xe1\xb6\x8c\xda\x4d\x9a\x2f\xed\x15\x04\x13\x6d\x96\xa9\xc2\xc6\xae\x9f\xe5\x55\x19\xce\x99\x72\x56\x7e\x5b\x5c\x3b\x6b\x82\x63\xaa\x59\x1d\xdc\x3c\xdd\xac\xc1\x25\x16\xe9\x6c\xb3\x48\x67\x3f\x58\x3b\xfb\xe1\xae\x9d\xfd\x60\xed\xec\x87\xa2\x9d\x35\x7b\x2b\x3b\x51\x95\x44\xf7\x79\xb0\x29\xc8\xa9\x67\xf7\x1f\x04\x83\x77\xea\xc6\x00\x3e\x8a\x36\x4f\xaa\xdc\xbc\xf2\x73\xbc\x21\x15\x9d\xb7\x85\x7c\x77\x99\x61\xbc\xd3\xfb\x6d\xa1\x7b\x0f\xc7\x15\x17\xca\xbb\xfe\x17\x98\xc0\x15\xc6\xee\xa9\xfd\xee\x62\x97\xdd\x92\x95\x4a\xbb\xca\xb5\xc4\xee\xc2\xf7\x11\x94\x16\x76\x95\xbb\x88\x5d\xe7\x25\xc4\xfc\x1b\x87\x23\x96\x1b\x18\xe6\x90\x45\xe0\x19\xc0\x98\xaa\x45\x0b\x24\x2b\x07\x37\x84\x5c\x56\x0f\x0a\x56\x70\xca\x14\x37\x74\xf0\x98\x5d\xff\x1b\x1b\x2f\x7c\x3e\x37\x68\xc1\xe5\x5d\xc9\x23\x68\x90\xaf\x76\x0f\x07\xfa\x4b\x20\xa9\xa9\xbe\xae\x3d\x94\x78\x48\xbd\x42\x03\x3e\x89\x36\x90\x8f\x96\x51\xa9\xd4\x43\x3f\xd2\xcd\xb1\xf4\xbf\xe4\xe7\xa0\x4c\xd8\xc0\x35\x5a\x46\xa9\xd4\x9e\x08\x58\x1c\x92\x69\x4a\xe8\x4a\xa5\x71\xca\x1b\x75\xb4\x82\x92\x32\x54\xeb\x69\x46\x6f\x02\x2b\xed\xfc\x5f\x0c\x2b\xd8\x8e\x4b\x7d\xf4\x23\xfa\xdf\xc7\xc1\x4a\x3b\x04\xcd\xc5\xaa\x87\x7e\x43\x7d\xf4\x1b\x41\xec\xe1\x91\xd1\x04\xc0\xb9\xc8\x10\x44\x4a\x3d\xf4\xf5\x81\x07\x47\xbe\xad\x3e\x76\xa5\x49\x9f\x9b\x78\xbf\x48\x90\x35\xee\x27\xa6\xb9\x28\xc2\x6a\x30\xc1\x38\x9c\xc5\x1c\xa5\xef\x1a\xd6\x8c\xad\x4b\x61\xe4\xb2\xbf\xd5\xb2\xf8\x7e\xe5\x97\x37\x1d\xbe\xb2\xf8\x62\xca\x65\xbe\x9a\x91\x7f\x7f\xab\x65\x35\x19\x70\x4e\xc2\x9c\x5c\xf5\x0f\x35\x05\x77\x0a\xed\x30\x7f\xe2\x64\x2f\xbf\x87\x98\x38\xea\x54\x26\x26\x62\x77\xe2\xf7\xc9\x64\x28\x99\xe1\xcd\xf9\x60\xc5\xcc\x39\xc9\xb2\xd9\xd3\x79\xc9\xcd\xc0\xce\x22\x5b\x3b\x2c\xa0\xea\x7f\x69\x17\xb3\xbf\x7f\x4c\x36\xba\xd8\x5e\xb2\x38\x43\x68\x07\xe3\x41\xcf\xef\x7f\x61\x71\x35\x27\xd1\x00\x96\x14\xa1\x19\x31\xdf\xf0\xb2\xbb\xf3\x96\x88\x40\x16\xf1\x00\xcc\x9c\xe0\xab\x62\x2d\x07\x16\x2e\xb4\x95\x7d\x02\x80\x19\xf3\x88\x55\xdf\xdd\x79\x5b\xd9\x0e\x69\xac\x72\x30\xa0\xda\x79\x6b\x31\xf8\x99\x3a\xcc\x65\x98\x99\x61\x8e\xc9\x8c\x5b\x34\x65\x21\xa8\xb8\x40\x42\x1f\x6d\xf7\xcc\x52\x28\x0f\x5a\x48\x0e\xe5\xa1\x96\xe7\x31\xca\xdf\xe3\x9b\x24\x8d\xb1\x3f\xd9\x0c\x07\xac\x77\x16\xeb\xc8\x88\x99\xc5\x0a\x70\x1e\x6b\xc0\x26\x64\x1f\xe1\x09\x86\x20\xe3\x60\x8c\x49\xe7\x89\xc5\xca\x04\xff\xf9\x10\x5f\xa7\xf4\xb5\x5d\x7c\xc7\x97\x6f\x59\xcc\x54\x68\xbd\x92\x8c\x83\x3e\x2e\x71\x14\xc4\x4d\xbd\xc0\xc5\x66\x3f\xa9\xcc\xda\x16\xfe\xbb\xcc\xda\x3d\x46\x17\x0c\x87\x47\x41\xb2\xf0\xd8\x7e\x33\xba\x39\xc9\x3a\xd4\xc3\xfd\x68\xc2\xbc\xee\x09\x41\x04\xd1\x2c\x29\x46\x32\xa2\x8b\x85\xc4\xf1\x9c\xde\x94\xe6\x76\x41\xf3\x8d\x30\x0f\x6c\x70\xde\xbb\xcc\x82\xb5\x5c\xbe\x56\x8d\xc6\xe5\x70\xcc\xb4\xf9\xec\x33\x64\x76\xbd\xb4\x1e\x69\x44\x69\xb4\x81\x82\x4b\x36\x85\x55\xc7\x4a\x8c\x2e\x31\xda\xfb\x19\xce\x9f\xc9\xac\x97\xe0\x7f\xcf\x70\x98\xe6\x9c\x9e\x01\x5f\xe1\xc0\x30\xd7\x00\x5a\xc7\x47\x9b\x10\x73\x12\xc8\x1f\xa3\x72\x4c\x07\x1a\x0a\x96\x04\x10\x0f\xa9\x5d\x59\x5d\x45\x6c\x46\xb2\x77\xd6\x6c\xb9\xf9\x51\x63\xa8\xe9\x79\x66\x21\x08\x91\x60\x44\xa3\x70\x8e\x36\xe8\x85\x61\xc1\xc5\x89\x9d\xb7\x79\x06\xd7\x7c\xd3\x59\x24\x4e\x5d\xbb\xf1\x24\x7c\x7c\xef\xc2\x07\xfa\xef\x69\x8c\x13\x1c\x5f\x62\x2a\x86\x44\x33\x22\xca\x4b\xe2\x07\xa8\x31\xfc\x34\xe8\x8d\x19\x07\x46\x5b\x31\x7a\x1b\x07\x7e\x88\xde\x51\xf7\x4c\x34\x0c\xc6\x18\x87\xfd\x4a\x1f\x40\xf0\x90\xcf\x10\x01\x5b\xa3\x9f\x93\x23\x28\xf2\x4f\x3f\x44\xbb\xf1\xac\x77\x83\x3e\x8f\xc8\x3f\x95\x2b\xdc\xfb\xef\x8b\x89\x1f\x8c\x2b\xfd\x68\x62\x97\x77\x4e\x8e\x78\x73\x39\x62\x8f\x5c\xa8\xb0\xf4\xf3\x2c\xcb\xf7\x12\xf6\xc9\x41\x81\xa6\x4c\x7a\xfe\xec\x19\x19\x74\x20\x3d\x91\x0e\x09\x94\x44\x54\x29\x54\x86\x59\xa7\xbf\xfe\x40\xab\xab\xd1\x25\x8e\x87\xe3\xe8\x8a\xd4\x81\x8d\xaf\xc6\xd3\x81\x92\x7a\xb5\x76\xf9\x47\x52\xf6\xb5\xf8\x5c\x97\x3f\xaf\xeb\x5f\x1b\x6c\x0f\x63\x8d\x01\x9e\x80\x0a\x01\x2b\xda\x5d\x5d\x45\xbc\x59\xd4\xab\x91\x22\x80\x32\x34\x5d\x7d\x2d\xaa\xd4\xb3\x2a\xa2\xcc\x33\x40\x80\x16\xa2\xa5\x1a\x6a\x29\x56\xec\x19\xa0\xc2\xca\xdd\xc2\x7f\x09\x41\xca\x25\x96\x97\x7b\x0d\xe9\x3b\xfc\x87\x97\xa1\x45\x96\x97\x7b\xf5\xd7\xcf\xdd\x05\x96\x97\x7b\x35\xf6\x9d\xfc\x17\x3a\xce\x1b\x85\x87\xe5\x0d\xe8\xf9\x9b\x37\x2c\x1f\xa4\xfc\xba\x4e\x55\x80\xca\x5b\x86\x90\xd9\x92\xa8\x56\xbd\xae\xd6\x98\xd6\x2f\x2b\xca\xb8\x1e\x29\x44\x5e\xde\xea\xd4\xc1\x96\x47\xa9\x4f\xff\x55\x69\x84\xbd\xa4\x37\x48\x9c\x94\xb2\x97\x65\x46\x30\xd2\x14\xac\xae\x22\xb2\x4b\xc0\x4d\x0c\x0a\xa4\x85\x44\x17\x8f\xb1\xd2\x96\x12\x04\xf0\x12\x14\x85\xe3\x1b\xba\x1c\xb7\x7e\x39\x38\xda\x42\x9f\xd1\x1b\xb4\x0e\x30\x79\x83\x35\x1b\x16\xf4\x2e\x4e\xed\x2c\xfb\xc6\xfb\xcb\xd7\x92\x72\x16\x10\xeb\xaa\xe2\x78\xfd\x27\xca\x9c\x8b\x8a\x9c\x46\x71\x4d\x86\x31\x5b\x65\x3c\x51\x34\xcb\x07\xcc\x40\x3d\x4f\xe2\x41\x6e\xa9\x07\x84\x06\x7b\x23\xf9\x32\x10\xba\x83\x1c\x84\xe6\xcb\x42\x5c\x3a\x20\x84\x6d\xd2\x3c\x65\x45\xcf\x74\xd1\x88\x7d\x96\x70\x55\x55\xcf\x8b\x08\x45\xc8\x21\x18\xa1\xbb\x09\x47\x68\x41\x01\x09\xa9\xf2\x9c\x79\xe8\xca\xe8\x5e\x3e\x7b\x89\xa5\xf1\x5a\x93\xac\x44\x71\x49\xc0\x72\x8a\x58\x52\xe1\x05\x24\xad\xe6\x93\xa4\xf5\xbd\x4b\x5a\x0e\xf9\xca\xa1\xde\x39\x39\xca\x97\x73\x16\x55\xef\x58\x58\xba\xce\xcb\x9f\x98\xf8\xdf\x8f\x89\xe7\x9e\x66\x1f\x81\x65\xef\x85\xfd\x18\x43\xe4\x06\x06\x5c\x03\xc9\xe4\x90\x6c\x72\x57\x10\x35\xa6\x71\x7c\x81\xdb\xf2\xaf\xa8\xfa\x97\xda\x1c\x8a\xee\x0a\xf3\xcf\xdb\xa4\xcc\x02\xbb\x40\xeb\x69\x17\xf8\x4b\xec\x02\xdb\x63\xdc\x4f\xe3\x28\x0c\xfa\xa8\x1b\x0d\x70\x2f\x8a\xe6\x2b\xfc\xb7\xbb\x79\x0a\x7f\xfa\x75\xa1\x1d\x61\xbb\xab\x2a\xfc\xc9\xf3\x43\xed\x00\x32\x6b\x57\x19\x88\x5a\x2f\x4f\x8b\x49\xf0\x51\x16\xd2\x63\xe1\x37\xc0\x77\xc2\x8f\xa7\x5e\xea\xce\xd7\x9b\x41\x99\x05\xd6\xf1\x5f\x3b\x39\xf2\x7f\xce\x3a\x3e\x98\xa5\xd3\x59\x5a\xfc\xd2\xee\x20\xf7\xd2\xee\x60\xf1\x4b\x3b\x5d\xaa\x3b\xd0\x2e\xf1\x0e\xfe\xdc\xeb\xa0\x47\x97\xea\x4c\xdd\xbc\x78\xf3\xb0\x92\x5d\x4e\x43\xdf\x8b\x74\xf7\x77\x3a\x61\x1f\x68\xd7\x9a\x2e\x21\xea\xa0\xc0\xa5\xc5\xc1\x82\x97\x16\x4f\x59\xec\xfe\x1a\xcc\x77\xf3\xe3\xf1\x1e\xfa\xb5\xf2\xaa\xde\xe0\x06\xe2\x28\x49\xc9\xf2\xbe\xb8\x31\xb8\xef\xd4\x1f\x54\x36\xc3\x24\xf8\x95\x94\x16\xb9\xe0\xa6\xfe\x40\x66\x7f\x03\x3f\xf5\xa5\x8b\x50\xd7\x05\x68\xa2\xde\x80\x92\x5a\xc7\x99\xc1\xaf\x62\x00\xfc\x5a\x2d\xda\xd3\xd3\x8a\xf4\x5c\x09\x45\x80\x28\x66\x61\x2a\x7a\xa6\x05\xb3\x02\x5b\xbc\x43\xfa\xcd\x00\x46\x5f\xac\xa8\x98\xfd\x43\xfb\x6e\xb4\x46\x63\xda\x8c\xfd\x84\x46\xce\x42\xd3\x28\x09\x54\x0f\x7c\xd2\x28\xf9\x4e\xea\x1f\x46\xbc\xb3\xa2\x85\x65\x0d\xa3\x15\x54\xd3\x1a\x39\xf4\x07\xd9\x33\x0c\x94\xc8\x36\xa2\xbe\xa6\xac\x44\x6e\x2b\x0b\xa9\xa5\x36\x92\x85\xd4\x92\x4b\xdb\x82\x6b\xa9\x96\xd9\xcb\x1a\x20\x6e\x87\xc8\x2d\x70\x67\xa1\x85\x38\x74\x8a\x78\x87\x53\x29\xe1\xbc\x32\x55\x54\x81\x2f\x46\x33\x7f\xe6\xa4\x3e\x97\x54\x34\x57\xc8\xf1\x97\xf5\x3d\xbb\x08\x92\x50\x60\xfb\x8a\xe1\x21\xa1\x81\x71\xf4\xf6\xf9\xb3\x5b\x2b\xdf\xe4\xcb\xe5\xfa\x55\xbd\xb1\x10\xef\xbc\x5f\x62\xb2\x27\xde\xf9\xad\x78\xe7\xde\xf1\x01\x82\x90\xb8\xc5\x58\xe7\x1e\x0b\xa0\x7b\x5f\xd6\xf9\xa7\xb3\xc3\x6c\x49\xcc\xe1\x87\x16\x56\x45\xd3\x01\xd8\x23\xd0\x55\x62\x3f\x1c\x44\x93\x92\xc1\x01\xcb\xe5\x8a\x26\x29\xe5\xc3\x61\xa9\xc3\x4e\x0d\x2e\x57\x6f\x9e\x79\x04\xdc\x13\xa3\xd2\x19\x15\x27\xce\x85\x18\xd5\x5f\x3b\xf3\xc2\x7f\x14\xa3\x5a\xdd\xdb\xee\xa2\x57\x6b\xaf\xd6\x56\x6a\x88\xd1\x06\xda\xc7\xe9\x28\x1a\xa0\xba\x8b\x5b\x41\x68\xef\xbb\x72\xab\xcd\xc1\x80\xfa\x0f\xaa\x0b\xa2\x00\x17\xe0\xab\x97\xd4\xa6\x7f\x7c\xd1\x2a\x0d\xfc\x0f\x8e\x23\xc8\x1d\x96\x8e\x30\x8a\x71\x22\xf1\x45\xa5\x23\xa4\x1c\xeb\x31\x79\x36\xf0\xbe\x13\x2f\x60\x0b\xf1\x77\x86\x83\xba\x1a\x9d\xcd\x03\x68\x0a\xcf\xbe\xb0\xa3\x10\xa3\x49\x14\x63\x2a\x3c\xae\xac\x40\xdf\x5c\xa3\xc8\xd7\xfb\xca\x4a\xc1\x05\x0e\xf3\xb9\xc8\x02\x5f\xbb\x5f\x94\xf3\xa7\x05\xfe\xcd\x4e\x71\x28\x8c\xa2\x69\x31\x31\xe4\x23\x27\x47\xe7\xca\x16\xc4\xee\x5e\x13\x59\x91\x3c\x9a\x13\x4d\x2d\x44\x74\xf7\x0b\x37\xfb\x44\x74\xdf\x8a\xe8\xfe\x47\x62\x7e\xf9\x24\x27\xf1\xc0\x3f\x51\xf8\x2d\x7c\x70\x96\xcf\xb7\x86\x00\x5c\x2a\xe5\x8b\xc0\x65\xf4\xf5\xab\xfe\xea\x4e\x5b\x8c\xbd\xc7\xf3\xe3\x0a\xac\xae\xa2\x4f\x04\xbe\x5a\x2f\x30\x22\x05\x80\x66\x41\x94\xb9\x1a\x05\x63\x8c\x4a\x3f\x94\x32\x5f\xeb\x2c\x06\x37\x78\x1c\x1a\x31\xb7\x85\x09\xa7\xa1\xc8\x0c\xc4\x96\x84\x54\x15\xa5\xee\xd8\x0d\xf1\x78\x8b\xec\x5e\x12\x05\x2d\xc4\x4b\xfe\xda\x8e\x5b\x96\x1c\x5d\x34\x49\xd6\xe3\xf2\x95\x2c\x13\x12\xb4\xf6\xe7\xe7\xf9\x78\xdc\x24\xe1\xc5\x62\x62\x1b\x31\xaf\xc5\x97\xe3\xdd\xcd\x5a\x16\xeb\x99\x3c\x49\x1f\xcd\x44\xe0\x36\x07\xd1\x43\x3f\x49\xc8\x42\x5e\x21\xa8\x0d\xd0\x7b\x7c\x83\xb6\x70\x1c\x5c\xd2\x9c\x90\x3b\x7c\x50\xea\xf9\x31\xa7\x0f\xdf\xbe\xdf\xda\xa9\x67\xad\x89\xe7\x82\x89\xc7\xbb\x51\x38\x0c\x2e\x66\x2c\x13\x65\x04\x59\x21\x93\xbc\xfc\x92\x71\x34\xc5\x71\x7a\x83\xfe\xa0\xc7\x62\xf0\x26\x05\xe6\x7b\x32\xa2\x39\x8e\x13\xf2\x10\x84\x2c\x5d\x40\x1a\x09\x5f\x9a\x0a\xda\xc2\x43\x7f\x36\x4e\x3b\xa8\x89\x4a\xb5\xfa\x3a\x24\x52\x2e\xbb\xe0\x3b\x12\x9a\xe3\x98\x27\x32\xcf\xc0\x91\xf1\x9f\x87\x66\x90\xb2\xe4\x99\x09\x80\xca\x0e\xf5\xd2\x87\x34\x42\x53\x1c\x0f\xa3\x78\x22\x01\x57\x20\x4b\xe9\x1f\xfb\xc3\x8b\x8e\x6b\x94\x11\xbd\xf8\x3a\x86\x98\x33\xb5\xfa\xfa\x6a\xa3\xae\x85\xe0\xa6\x5d\xa1\xa8\x6b\x9f\x32\x84\x94\xc6\x6f\xcb\x79\x09\x49\xf3\x12\xc8\x93\x59\x19\x64\xa4\xc5\xd7\xdb\xfc\x2c\xa2\x07\xc0\xe7\x6e\x49\x57\xe5\x8c\xa1\x64\xfc\xfa\x36\xba\xe1\xfe\x66\xc3\x28\x86\x53\x4c\xd6\xe8\x03\x24\x06\xfd\x32\x18\x1a\x49\xe3\x29\xb5\xf3\xd3\xa3\x62\x86\xb5\x48\xc5\x3f\xb2\xc9\x5a\xa7\xe9\x27\xef\x0d\xc6\x53\xa7\xb1\x5a\xad\xea\x80\x73\xb2\xd7\xf7\x87\x17\x76\xc3\x0b\x32\x11\x1b\xe2\x27\x27\x3c\x52\xdc\x15\x0c\xc3\x5c\xef\x70\x5d\x41\x3d\xe8\x8a\xb2\xa0\xbb\xe4\x9b\x9d\x32\xd8\x40\x2d\xfc\xa1\x52\xb0\x72\xe2\x8f\x53\xb4\x09\xff\x2c\x9e\x88\x96\xbb\xd1\x48\x7e\xed\xf7\x21\x3b\x9a\x48\x7d\x30\xac\xb0\xa8\x24\x25\xde\x19\x0f\xf0\x73\x4e\x2a\x2b\x2e\xcf\xab\x56\x73\xa1\xdc\x2e\xea\xd4\x5b\x0d\x08\x83\xd4\x91\x14\x96\x79\xd9\x83\xef\x3e\xa3\x55\x42\x3e\x94\x07\x79\x62\x76\xec\x66\x89\xee\x04\xe5\x20\x9b\xd2\xc1\xa6\xe9\xe6\x0d\x7d\x8e\x2d\xd4\x13\xc8\xc9\x7b\xe1\x00\x5f\xdb\x6a\x9c\x56\xaf\x99\x02\xc8\x12\xad\x73\x4e\x88\x2e\x81\x8a\x10\x96\xc5\x1b\x67\xfe\xfa\x0c\x1b\x5e\x29\x7b\xe3\xac\xc4\xb7\xbc\x0d\x32\x2b\x15\xf6\x64\x33\xc2\xc8\xb6\x16\x5a\x34\x7b\x31\xc7\xc8\x42\xfd\xc8\x04\x75\xad\x83\x3c\x2e\xd2\x1b\x8e\x8f\xd5\xb8\x40\x74\x92\xe5\x39\xe6\xc9\xb2\x81\x02\xb3\x34\xbe\x59\xaf\xf5\x39\x43\x2c\xa3\x77\x96\x1a\xd8\xfc\x3e\x3f\x1b\x03\xc0\x57\x86\xd8\x3a\xba\x66\x71\x91\xc5\x28\x7b\xc5\x3a\xee\x40\x64\x4f\x8c\xb1\x1d\x74\x20\x47\xb3\x63\x60\x2d\x58\x28\xb6\x1c\x35\x6a\xcb\x21\x4d\x9f\xd3\x98\x03\x01\x3f\x57\x9a\x80\xd1\x13\x23\x2d\x7f\xb4\x8d\x75\x91\xf1\x46\xf3\x42\x41\xd9\x3a\xcb\x47\x5f\x7e\x67\x0f\x58\x25\x35\xf1\xeb\xc1\x91\xda\x1d\x70\x9d\xb2\x78\x5c\x1b\xe3\xf6\x99\xda\xc0\x7c\xe6\x36\x30\xd2\x6c\xbe\x46\x9f\x73\x46\x8f\xfc\x65\x35\x4e\x3f\x83\x39\x8c\xd1\x91\xd3\xcf\xba\x59\x0c\xff\xbb\x35\x5f\xeb\x01\xa7\xc8\x9f\xc4\x1c\x98\x6e\x1a\x1a\xb5\x4d\x89\xc6\x24\x4e\xab\x67\xcb\xcb\xf9\x26\x45\x12\x70\xe9\xe8\xcb\xf9\x86\x25\x88\x19\xdb\xcb\xb2\x7a\x79\x06\x94\xf2\x31\xe2\x5e\x1b\x7a\x91\x60\x33\xb9\x1b\xf9\x82\x9b\xf8\x43\x89\x96\x41\x62\x4b\xb7\x3f\x3f\x7a\x8d\x45\x34\x78\x80\x20\x36\x54\x44\x10\x92\x21\x15\x0a\x5d\x62\xc2\x62\xd5\x3c\xe4\x90\x4d\xef\x03\x26\x57\x36\xcd\x82\xec\x88\xa3\xa4\x4b\x80\xf1\x90\x2e\xa8\xb2\x61\x57\xc5\x62\x52\x68\x8e\xf0\x74\x9b\x67\x8b\x46\xa1\xd9\x03\xf5\xe8\x29\x74\x79\x4e\xd8\xdb\x33\x6f\xed\xaf\xed\x43\xbf\x40\x5a\xf7\xf9\xc9\xd1\x1f\x57\x77\xe4\x4c\xaf\xed\xca\x7a\xfd\x77\xd0\x2e\x1d\x83\x71\x66\x97\x1b\xef\x52\x25\x92\xfc\x32\x4f\x8f\x24\xf0\x38\xc2\xb3\xc4\xef\x8d\x31\x0b\x07\x26\xa1\x73\x8c\xe4\x54\x8b\x14\x8a\xfe\xe6\x1d\x52\x33\xac\x49\xdb\xc2\x11\x64\x53\x46\xcc\xd0\x96\xd9\x18\x9b\x9a\x24\x51\x1e\x62\xac\x04\x09\xf2\x11\x4d\xc0\x8c\x2e\x71\x9c\x40\xd4\xb2\x91\x9f\xa2\x10\x5f\x8c\x71\x3f\xc5\x03\xc2\x86\xfb\x2c\xa5\x6a\xca\x14\x3e\x69\x84\xc6\x41\x9a\x8e\xf1\x0a\x0d\x70\x59\x51\x81\xe2\x38\x8e\x62\x34\x88\x70\x12\x2e\xa5\xc8\x1f\x0e\x71\x9f\xd6\xa5\x48\x2d\x25\x28\xc1\xfd\x59\x1c\xa4\x37\x9e\xa8\xd8\x9b\xa5\x28\x48\xa1\x12\xaf\x11\xa4\x89\x08\xa8\x10\x8c\x83\x94\x39\x71\xd3\xbc\xae\x01\xe1\xcf\x13\x1c\xd2\xfd\x20\xb1\x29\xca\xe8\x80\x7c\xa0\x9d\x13\xea\x32\xed\xad\x3c\x7f\x77\x4d\xda\x96\x7f\x48\x79\x2f\x9b\x41\x3b\x0f\x18\x99\xf5\x36\x9c\x1a\x2e\xf3\x4e\x0b\x01\x3b\xa1\x91\xdd\x0b\x3b\xcf\x69\xbf\x8a\x76\xc9\x2f\x4b\xe2\xb8\xf7\xa7\xd5\x33\x0f\x95\xde\x9f\x36\xce\x58\xb0\x00\xf4\x95\x3c\xb2\xab\x80\x5a\xbb\x6c\x49\x22\xf7\xfe\xb4\x46\x2b\x55\xd5\x4a\x8d\xfc\x4a\x75\x5a\xa9\xa6\x56\xaa\xe6\x57\x6a\xd0\x4a\x75\xb5\x52\x4d\x54\x52\xeb\xd8\xb2\x23\x19\x43\xc6\xbd\x0c\x5d\x83\xd6\x15\x83\xd6\xb5\x0f\x9a\x89\x8f\x34\x5c\xac\x4f\xf4\xc2\x64\x38\xe4\x69\x07\x29\xd2\x34\xc8\x6a\xb5\x4a\xbe\xd8\xfa\x6b\x4e\x44\x43\x85\x5c\xb3\x42\xae\x17\x82\x5c\x75\x0e\xbc\x04\x43\x83\xdc\x28\x04\xb9\xe6\x9a\x1d\x4f\x82\xa1\x41\xae\x6a\x90\xe7\x4f\x64\xd7\x8f\xe3\x1b\xd4\xd3\xd3\xa9\xd2\xa9\xea\xd1\xf8\x17\xa6\x26\x23\xa5\x93\x4f\x58\x4f\x72\x93\xa4\x78\x82\x86\xd1\x2c\x46\x69\x30\xd1\xe7\x7e\xc1\xa0\xbc\x21\xbe\x4e\x8f\xc9\xea\x73\xc7\x8f\xb5\x44\xbc\xdd\x8f\x06\xc1\xf0\x86\x72\x42\x4a\x87\x05\xb0\x58\x77\x63\xd1\x3d\xa5\x8e\x03\xbf\x9e\x42\xca\x4b\x88\xb6\x62\x64\x8a\xb3\x25\xc9\xfd\x19\x25\x38\x9d\x4d\xd5\x0f\x39\x1e\x1d\xf3\x0f\xfb\x7b\x3f\x53\xd7\x8e\xbc\x13\xfe\xde\xcf\xe7\x55\xb4\x81\xf6\x7e\x36\x53\xa3\x49\x45\x6a\xb4\x48\xcd\x1a\xcd\x58\x5e\xd2\x30\x95\xc9\xac\x77\x89\x89\xa8\xe0\x3a\xfa\x57\x69\xf0\x63\x68\x9b\x46\x3f\xfe\x8a\xe8\x93\x2b\xfa\xb1\x5c\x9c\x85\x39\x16\xe5\xb3\xeb\x50\x7b\x98\x63\xd1\x6c\x5d\x34\x5b\x53\x9a\xad\xcd\x6b\xb6\xa6\x36\x5b\x5b\xac\x59\x08\xa3\x13\x54\xf9\x12\x24\x40\x82\xba\xba\x02\x5d\x55\x1b\x50\xb5\xce\x17\x33\x54\xad\xaa\xcb\xd4\x31\x23\x8c\xac\xf3\x58\x2b\x02\x6a\xad\xd2\x73\xbd\x1e\xdb\x9f\x7e\xac\xd1\x8f\x35\xeb\xc7\x3a\xfd\x58\xb7\x7e\x6c\xd0\x8f\x0d\xeb\xc7\x66\x5e\x9b\xad\xbc\x36\xdb\x79\x6d\xae\x89\x36\x73\x34\x52\x85\x38\x0f\x5a\x9c\xfb\xa0\x62\x1c\x08\x99\x4a\x0a\xd9\x8f\xe8\x41\x92\xbb\x3a\x95\xd7\x92\xf4\x51\x88\x33\xab\x45\xec\xbd\x73\x6f\xef\x30\xb8\x99\x97\x19\x70\x21\xb5\xf4\x31\x0d\x35\xf4\x2b\x10\x21\x2a\xfd\x4a\xe6\x9e\xaf\x12\x78\x16\x7b\xef\x6b\xbd\x62\x8d\x56\xac\xb3\x8a\x6b\x5a\xc5\x96\xb3\x62\x9d\x56\x6c\xb2\x8a\x35\xad\xe2\x9a\xb3\x62\x83\x56\x6c\x9f\x09\xd4\x94\x8a\xb5\xac\xe2\xbd\x76\xb1\xbc\x28\xf5\x14\x11\x1e\x3b\xfe\x98\xa5\x64\x67\xc1\xe3\xe1\xf1\x2e\xd1\xe3\x39\x1c\xc6\xe0\x04\x1c\x5b\xfc\x78\x2b\xbe\x56\x27\x3c\x24\xe5\xe8\x15\xde\x74\xc7\xf9\x5e\x74\x32\xf5\x0b\x3b\x9e\xec\xe6\x36\xfb\x18\x5c\xd2\x2f\xed\xe6\x6a\xa3\xae\xab\xe5\xc4\x32\x11\x04\x5b\x2a\xe8\x0a\xa5\xac\x0f\xe5\x8b\x24\x82\x6a\x06\x3f\xc7\xfe\x25\x46\xd1\x78\xe0\x64\xb5\x0b\xc8\x0f\xdd\x73\x3a\xb9\x5d\x3d\xde\xa1\xd2\x62\xd7\x1f\xf7\x67\x63\xb2\xc2\x42\x7c\xe5\x6c\xb6\xcb\x12\xc1\x74\x69\x22\x98\xea\x75\x73\xd0\x80\xff\x43\xcb\x5c\x42\xd3\xf3\xb5\x74\x59\x5e\x98\x2e\xcd\x0b\x53\xbd\x66\x35\x1a\x10\x53\xbe\xcb\x05\xd4\x6a\x19\xbd\x41\xa5\xee\xb9\xf4\xfc\x5f\xa8\x86\x3a\xa8\x5a\x36\x21\xd6\x19\xc4\x3a\x85\xc8\x00\x36\x19\xc4\x9a\x06\xb1\x56\x00\x62\x83\x41\x6c\x18\xdd\x2a\xd1\x76\x14\x88\xf5\x02\x10\x9b\x0c\x62\xd3\xda\xeb\x86\x06\xb1\x51\x00\x62\x8b\x41\x6c\x59\x7b\xdd\xd4\x20\x36\x0b\x40\x6c\x33\x88\x6d\x6b\xaf\x5b\x1a\xc4\x56\x01\x88\x6b\x0c\xe2\x9a\xb5\xd7\x6d\x0d\x62\x7b\x2e\xc4\x4c\xec\xa7\x40\x95\xea\x6b\x7a\x75\xdd\x3b\x46\xd0\x34\xd9\x7d\x2e\x56\xee\xb1\x88\x48\xa9\x8b\x6b\xe0\xd5\x01\xe9\x5a\xd7\x92\x84\x83\xa7\xcb\x8f\x67\xfd\x14\x8d\x82\x8b\x11\xf2\xc3\x01\x1a\x47\x57\xc8\x8f\x2f\x66\x10\xfe\x05\xdc\x9c\xff\x3d\xf3\x63\x23\x71\x0f\x34\xe0\xa3\x0d\xd2\x0a\x97\xe2\x2c\xca\x83\x8b\x1e\x2d\x42\x77\x09\xeb\xf1\x89\xf7\x59\xc1\x20\xc6\xc9\x6c\x9c\xa2\x68\x98\xd7\xfc\x88\x6e\x01\xa5\x0b\x1f\xbd\x44\x17\x3e\x75\x5d\xa9\xad\x95\xd1\x32\xa2\xaf\x7a\xec\x55\x0b\x5e\xf5\xe0\x95\x0d\xc9\x31\x05\x24\x75\x85\x1e\x09\x5f\xa2\x8b\x6b\x98\xe1\x32\x10\x04\x2f\x20\xc4\x4e\xa9\x80\x2d\x11\x0c\xe9\xd0\xaf\x07\x47\x08\xc2\x49\xca\x1f\xdf\x51\x0e\x77\x31\x42\xbf\xa1\x8b\x71\x51\x26\x67\x57\xaa\xfc\xca\x58\xdc\x3b\xca\xe2\x4a\xa5\x77\xd9\xf6\x4d\x76\xb2\x77\x92\x58\x50\x66\x05\xda\x6a\x81\x76\x56\x40\xa7\xe7\x5f\x19\x37\x7c\x47\xb9\x61\x89\x36\x93\xed\xb7\xef\x38\xff\x83\xfd\x76\x19\x91\xd6\x4c\x18\x75\x06\xa3\xce\x61\xd4\x54\x04\x6a\x06\x86\x55\xb5\x40\x35\x0f\xc3\x06\x83\xde\xe0\xd0\xeb\x2a\x86\x75\x0d\xc3\x9a\x05\xc3\x26\x83\xd1\xe4\x30\x1a\x2a\x02\x0d\x03\xc3\xba\x5a\xa0\x9e\x87\x61\x8b\x41\x6f\x71\xe8\x4d\x15\xc3\xa6\x86\x61\xc3\x82\x61\x9b\xc1\x68\x73\x18\x2d\x15\x81\x96\x81\x61\x53\x2d\xd0\xcc\xc3\x70\x8d\x41\x5f\x3b\x53\x48\x44\x60\xd8\xd6\x30\x6c\x29\x18\x16\x4a\xfc\x91\xf0\xa4\x13\x42\xd7\x5a\x20\xed\xc4\xbc\xeb\x2e\x0a\x2b\xc5\xd7\xa9\x7c\xef\x24\x6b\x52\x79\x28\x05\x25\x8d\x03\xbd\x2d\x32\xef\xaf\xa6\x63\x9f\x60\x73\x9d\x22\x27\x38\x16\x67\xa6\x94\xb5\x6c\x83\x28\x2e\xae\xf2\x94\xba\x6a\xf2\x0e\xb9\x64\x39\xef\x0e\x4a\x2e\x58\xd8\x18\xd9\x53\xef\x46\x3a\xad\xa6\x97\x5d\x8a\x74\x5a\x6d\x8f\xdd\x95\x74\xda\xb5\xdb\x33\x6f\xed\xaf\x1d\x89\xf0\xe9\xbe\xea\xe9\xbe\xea\xd1\xee\xab\xb4\x25\x9e\xdd\xe7\xe8\x37\x39\x7f\xad\x3b\x9c\x87\xca\x0a\xf7\x5e\x1c\xcd\xdf\xab\x47\xf3\xf7\x77\x3d\x9a\xbf\x57\x8f\xe6\xef\xf3\x8e\xe6\xf3\x14\xcc\x4f\x37\x55\x4f\x37\x55\x4f\x37\x55\xca\x97\xa7\x9b\xaa\xa7\x9b\xaa\xa7\x9b\xaa\xac\xd9\xa7\x9b\x2a\xfd\xe3\xd3\x4d\x95\xe3\xf1\xe9\xa6\xea\xe9\xa6\xea\xe9\xa6\x0a\xfe\x9e\x6e\xaa\x8a\x29\x71\x9f\x6e\xaa\x9e\x6e\xaa\x9e\x6e\xaa\xa4\xbf\xa7\x9b\xaa\xa7\x9b\xaa\xa7\x9b\xaa\xa7\x9b\xaa\xff\xe4\x9b\xaa\x07\xbb\xa3\xba\xdb\xed\x54\x91\x7b\xa9\x02\x37\x52\x8f\x75\x17\xf5\xd7\xce\x87\xf2\x74\x17\xf5\xf7\xbf\x8b\x92\xef\x8e\xba\xcd\xb9\x8e\x4e\xf2\xcd\x51\xb7\x29\x5d\x1b\xc1\xc3\xe3\xdf\x19\x51\x2f\x4d\x71\x6b\x64\x0f\x2a\xc0\x3d\xb4\xf3\xae\x95\xc0\x8d\x53\xf6\x28\x96\x62\xa6\x9b\xfa\x8a\x30\x48\x51\xd2\x8b\xae\x4d\x38\xc7\x02\x9d\x63\xf9\x9a\x8e\xff\xd9\xa4\xc9\x7a\xab\xed\x3e\x94\xb3\x43\x77\x30\x5f\x8d\xfb\x1e\xdf\xd8\xf4\xb8\x6a\x8b\x1e\xf7\x1f\x9f\xdb\x30\x1b\x14\x32\x04\x3c\xaa\x44\x80\xfe\x21\x8f\x93\x43\x75\xc8\x2a\x91\xad\x8d\x8f\xfd\xa9\x02\xc8\x8c\x84\xa6\x7c\x36\x82\xa2\xd9\xce\xfe\xa4\x17\xa5\xcf\x68\x99\x8e\xcf\x32\x6f\xb4\x8c\xfe\x01\xbd\x72\xc4\x52\xb8\xf2\xa7\x76\x9c\x61\xdf\x30\x35\x04\xd2\x04\x1c\xdb\x1d\xe3\xc9\x6b\x32\xe3\xf3\xa7\xa7\x6b\x55\xf1\xb3\xac\x1a\x82\x68\x3e\xb3\x2c\xb3\x02\xd0\xbd\xd5\x72\x5c\x13\x02\x5a\x10\x23\xff\x3a\x99\x1e\xbb\xca\x50\x69\x59\x38\x39\xd7\x5b\x6d\x87\x42\xa4\xea\x54\x86\x58\x1b\x2d\xaa\x18\x91\xd6\x93\xa6\x18\xc9\x06\x2d\xd0\xbe\x7c\xce\x86\x73\x6e\x06\x78\x50\x0e\xaa\xd5\xbf\xc8\x78\x6a\xf3\x21\x56\x53\x48\x97\x51\x48\x55\x6a\xa1\x65\x11\x05\xa0\x41\xa7\x09\xe3\x18\x55\x2a\xdf\x15\x12\x76\x10\xae\x95\x68\x73\x08\xd6\x4d\xac\x19\xa1\xaa\xef\xd5\xce\x7e\x25\x75\x4b\x6c\x4d\x91\x2a\x0c\xaf\xb3\x2c\xaf\x41\xa8\xe7\x31\xd0\x8e\x4f\x9f\x20\x0e\x8a\xe5\x46\x2b\x23\xf5\xc0\x38\xbb\x93\xb1\x50\xe6\x8a\x89\x65\x0a\x76\xdf\xab\xdc\xdb\x6d\x3e\x84\xd0\xdb\x6d\x2e\x2c\xf1\x9a\x7b\xac\x26\xee\x76\x9b\xd6\xd8\x16\x70\x43\x13\xe0\xc1\x1d\x76\xf8\xad\x38\x9a\x2a\xbb\x3c\x7b\x01\x83\xf0\x0d\xa2\xe2\x0d\x48\x73\x6a\xa0\x39\x4d\xcf\x4f\x26\x9e\x94\x12\xa1\xe6\x50\xed\x55\x5d\x06\xab\xc7\x9a\x23\xa8\x4b\x51\xbf\xb4\x55\x4c\x40\x75\x54\x10\x6a\xc4\xb8\x42\x42\x0c\x69\x83\x17\xcc\xbf\xc3\x20\xe3\x99\xb3\x81\x0b\xc3\x17\x82\x17\xd9\xc5\x7f\x82\xcd\x7c\x65\xc5\xba\x87\x2f\xc0\xee\xd1\x9c\x04\x48\xdf\xd1\x6a\x23\x43\xf4\x30\x2b\x0e\x20\x2d\xbe\xea\x18\xcd\xe7\xaf\x3c\x52\x28\xff\xa4\xd9\x6d\x3e\xd6\x31\xf3\x7e\xe9\xfa\xbe\xe5\xf9\xf2\xd1\x4e\x81\xdf\x36\x88\x33\x61\x55\x38\xc1\xf1\x25\x7e\xfe\xac\xd4\x2f\xa3\x7a\xb5\x56\x47\xbd\x1b\xd4\xfd\xff\xfe\xdf\x41\x1c\xf4\xd1\x3e\x4e\xc2\x60\x5c\x41\x9b\xe3\x31\x8a\x83\x8b\x51\x9a\x20\x56\x7e\x50\x79\xfe\xfc\xd9\x11\x1e\x04\x49\x1a\x07\xbd\x19\xc0\xf7\xc3\x01\x04\xe5\x09\x42\x94\x44\xb3\xb8\x8f\xe1\x4d\x2f\x08\xfd\xf8\x86\xb0\x83\x49\xe2\xb1\x28\x0d\x31\xfc\x1b\xcd\x52\x34\x01\x9e\xde\x07\xce\xea\x21\x3f\xc6\x68\x8a\xe3\x49\x90\xa6\x78\x80\xa6\x71\x74\x19\x0c\xf0\x80\x06\x9d\x20\xeb\x74\x18\x8d\xc7\xd1\x55\x10\x5e\xa0\x7e\x14\x0e\x02\xba\x86\x49\xa5\x09\x4e\x3b\x6c\xc5\xaf\x20\x15\xad\x04\x14\xc3\x14\x9f\x7e\x34\xc0\x68\x32\x4b\x52\xb2\x51\xfb\x41\x08\x40\xfd\x5e\x74\x49\x3e\x4d\x6f\xa0\x8b\x28\x8c\xd2\xa0\x8f\x3d\x1a\x57\x68\x1c\x24\xa0\x59\x96\xdb\x0b\x07\x1a\x32\x83\x20\xe9\x8f\xfd\x60\x82\xe3\x8a\x0b\x87\x20\x94\x07\x82\xe3\x30\x8d\xa3\xc1\xac\x8f\x1f\x1c\x0d\xc4\xba\x36\x88\xfa\x33\x11\x07\x83\xd4\x58\x8d\x62\x16\x23\x63\xe2\xa7\x38\x0e\xfc\x71\x92\x0d\x33\xcc\x0d\x54\x93\x50\x27\xf3\x7c\xb2\xbb\x77\x8c\x8e\x0f\x76\x4e\x7e\xd9\x3c\xda\x46\x7b\xc7\xe8\xf0\xe8\xe0\xe7\xbd\xad\xed\x2d\xf4\xf6\x5f\xe8\x64\x77\x1b\x75\x0f\x0e\xff\x75\xb4\xf7\x6e\xf7\x04\xed\x1e\x7c\xd8\xda\x3e\x3a\x46\x9b\x1f\xb7\x50\xf7\xe0\xe3\xc9\xd1\xde\xdb\x4f\x27\x07\x47\xc7\xe8\xc5\xe6\x31\xda\x3b\x7e\x01\x1f\x36\x3f\xfe\x0b\x6d\xff\x7a\x78\xb4\x7d\x7c\x8c\x0e\x8e\xd0\xde\xfe\xe1\x87\xbd\xed\x2d\xf4\xcb\xe6\xd1\xd1\xe6\xc7\x93\xbd\xed\x63\x0f\xed\x7d\xec\x7e\xf8\xb4\xb5\xf7\xf1\x9d\x87\xde\x7e\x3a\x41\x1f\x0f\x4e\xd0\x87\xbd\xfd\xbd\x93\xed\x2d\x74\x72\xe0\x41\xa3\x66\x35\x74\xb0\x83\xf6\xb7\x8f\xba\xbb\x9b\x1f\x4f\x36\xdf\xee\x7d\xd8\x3b\xf9\x17\xb4\xb7\xb3\x77\xf2\x91\xb4\xb5\x73\x70\x84\x36\xd1\xe1\xe6\xd1\xc9\x5e\xf7\xd3\x87\xcd\x23\x74\xf8\xe9\xe8\xf0\xe0\x78\x1b\x91\x6e\x6d\xed\x1d\x77\x3f\x6c\xee\xed\x6f\x6f\x55\xd0\xde\x47\xf4\xf1\x00\x6d\xff\xbc\xfd\xf1\x04\x1d\xef\x6e\x7e\xf8\x60\xed\x25\xc1\x5d\xe9\xe3\xdb\x6d\xf4\x61\x6f\xf3\xed\x87\x6d\xda\xd2\xc7\x7f\xa1\xad\xbd\xa3\xed\xee\x09\xe9\x4e\xf6\xab\xbb\xb7\xb5\xfd\xf1\x64\xf3\x83\x87\x8e\x0f\xb7\xbb\x7b\xe4\xc7\xf6\xaf\xdb\xfb\x87\x1f\x36\x8f\xfe\xe5\x31\x98\xc7\xdb\xff\xf7\xd3\xf6\xc7\x93\xbd\xcd\x0f\x68\x6b\x73\x7f\xf3\xdd\xf6\x31\x2a\xcd\x19\x92\xc3\xa3\x83\xee\xa7\xa3\xed\x7d\x82\xf3\xc1\x0e\x3a\xfe\xf4\xf6\xf8\x64\xef\xe4\xd3\xc9\x36\x7a\x77\x70\xb0\x05\x03\x7d\xbc\x7d\xf4\xf3\x5e\x77\xfb\xf8\x35\xfa\x70\x70\x0c\xa3\xf5\xe9\x78\xdb\x43\x5b\x9b\x27\x9b\xd0\xf0\xe1\xd1\xc1\xce\xde\xc9\xf1\x6b\xf2\xfb\xed\xa7\xe3\x3d\x18\xb4\xbd\x8f\x27\xdb\x47\x47\x9f\x0e\x4f\xf6\x0e\x3e\x96\xd1\xee\xc1\x2f\xdb\x3f\x6f\x1f\xa1\xee\xe6\xa7\xe3\xed\x2d\x18\xdd\x83\x8f\xd0\xd5\x93\xdd\xed\x83\xa3\x7f\x11\xa0\x64\x0c\x60\xf0\x3d\xf4\xcb\xee\xf6\xc9\xee\xf6\x11\x19\x50\x18\xa9\x4d\x32\x04\xc7\x27\x47\x7b\xdd\x13\xb9\xd8\xc1\x11\x3a\x39\x38\x3a\x91\xfa\x88\x3e\x6e\xbf\xfb\xb0\xf7\x6e\xfb\x63\x77\x9b\x7c\x3d\x20\x50\x7e\xd9\x3b\xde\x2e\xa3\xcd\xa3\xbd\x63\x52\x60\x8f\x36\xfb\xcb\xe6\xbf\xd0\xc1\x27\xe8\x32\x99\xa3\x4f\xc7\xdb\xf4\xa7\x44\xb1\x1e\xcc\x24\xda\xdb\x41\x9b\x5b\x3f\xef\x11\xb4\x59\xe1\xc3\x83\xe3\xe3\x3d\x46\x27\x30\x64\xdd\x5d\x36\xdc\x95\xe7\xcf\x5e\xae\xaa\x3a\xaf\x7d\x3f\x1d\x3d\xac\xde\xab\x58\xd4\x69\x1a\xf8\x58\x14\xa1\x8f\x85\xac\xb3\xe1\xc2\xce\x0f\xd3\x04\xa5\x7e\x8f\x4b\x2c\xa4\xca\xf9\xef\x63\x6b\xb0\xcd\x4c\x8e\xaa\x7a\x08\xd5\x3c\x84\xea\x1e\x42\x0d\x0f\xa1\xa6\x87\x50\xcb\x43\xa8\xed\x21\xb4\xe6\x21\xb4\xee\x21\xf4\xca\x43\xb5\xaa\x87\x6a\x35\x0f\xd5\xea\x1e\xaa\x35\x3c\x54\x6b\x7a\xa8\xd6\x92\x2c\x2c\xd7\x68\x5d\xf2\x8d\xc0\x23\xe5\x09\x8c\x5a\x8b\xc2\x25\xf5\xa0\xad\x57\x0c\x7e\x9d\xc1\xa8\x41\x1b\x19\x9c\x06\x6b\xab\xc9\x70\x79\xc5\x60\xac\x4b\x78\xae\x31\x58\x6d\x86\x4b\x8d\xc2\xac\xc9\xb1\x96\x6b\xac\x2e\xc7\xa5\x4a\x61\x00\x1e\x1c\xcf\x06\x85\x45\xe0\xd7\xe4\x7e\xcb\x70\x9a\xac\x6e\x8b\xe1\xbe\xc6\x60\xd4\x25\x3c\x6b\x0c\xd6\x3a\xc3\x85\xf5\xbb\xd6\x38\x2b\xbf\x96\xe7\x22\x9e\x33\x17\x1c\x8f\x35\x69\xac\xea\x0c\x26\xc7\xb9\xad\x8e\x07\xf4\xad\xa1\xf5\xbd\xcd\xea\x34\x32\x58\x50\xb7\x95\xe1\xcc\x61\xf0\xf1\x80\xb6\x6a\x5a\xdf\xa1\x50\x4b\xea\xe0\x1a\x43\xb0\x9d\x0d\xae\x00\x52\x97\x06\x9a\x22\x9b\x01\x5a\x67\x75\xa4\xc1\x82\x89\x69\x65\x83\x2b\x60\x34\xa4\x81\xa6\xc8\x4a\x08\xd5\xd9\xc8\x56\x25\x60\x7c\x34\xd6\xc4\xec\x09\x0a\x45\x6c\x74\x28\xb2\xea\x6c\x24\xf3\x56\x06\x45\x91\x8d\x15\xa0\x27\xb7\xc4\x69\xab\x21\x8d\x67\x3b\xfb\xa6\xd0\xf4\x9a\x07\x9f\x60\xa8\x38\xbd\xbe\xca\x68\x8f\xd3\x54\xad\x25\x0d\xeb\x1a\x2b\xab\xcc\x47\x2d\x23\x02\x31\x17\xaf\x58\x41\x4e\x3c\xeb\x52\x19\x8e\xf8\x1a\xfc\x96\xcf\x52\x62\x2d\x37\xb3\xaa\xbc\x7d\xb1\xe6\xe5\x35\xb1\xae\x80\xcc\x40\xf1\xf5\xd9\xca\x68\x5f\xf4\xb3\x9e\xa1\x20\xc6\x89\x91\x0c\x85\x8b\xb4\x29\x99\xb7\x40\x18\x62\xca\xe0\xb7\x32\x04\xa0\x9f\x6b\xd9\x42\x84\x06\x9b\x0c\x91\xb6\x86\x74\x43\x1d\x7c\xd1\xe9\x5a\x06\x47\x8c\x9d\x58\xd0\xf0\x5d\x81\x23\x18\x48\x4d\x1a\xa4\x76\xd6\xae\x58\x78\x6c\x01\xd7\x1a\x96\xf9\x10\x1d\xd0\x10\xe7\x80\xc4\x82\xab\x4b\xff\xb6\xc4\x2a\x56\x07\xa8\x65\x29\xd7\x54\x67\x46\xcc\x64\xd6\x29\x54\xab\xa1\x33\x25\x4b\xf6\xf9\x88\xac\x10\xcb\x7c\x20\x11\xaa\xb9\xea\xa1\xea\x75\x6b\x73\xbd\xbe\xf6\xea\xd5\x2b\xf2\xbb\xbd\xbd\xf5\x6a\xfb\xed\x66\x8d\xfc\x5e\xdf\xa9\xbd\x7d\xdb\xdd\xea\x92\xdf\x9b\xaf\x5a\x8d\x9d\xad\xe6\xb6\x3a\xdf\xa3\xd8\xd9\x40\xab\xba\x59\x5f\x7f\xbb\xdd\x86\x06\xba\xcd\xad\xad\x5a\xbd\x09\x0d\x6c\xad\x55\x1b\xdb\x3b\x0d\xf2\x7b\x6d\xb3\xbd\xb5\xd6\xde\x86\x86\x39\x42\x67\x56\x7d\xc0\xd1\xde\xe1\xf6\xfe\x56\xad\x5d\x85\xf0\xfb\x73\x74\x48\xa2\x6c\xa6\x45\x92\x5e\xd1\x5d\xf9\xae\x77\x45\x54\x99\x08\x48\x38\x82\x60\xb7\xd7\x9a\xad\x7a\xa3\x0a\x23\xb8\xbd\xd3\xdd\xda\x7c\xbb\x0e\x1d\x7c\xb5\xfe\x76\x73\xab\xbb\xb3\x4d\x7e\xd7\xaa\x8d\x7a\xab\xb9\x06\x83\xd3\x6d\x6c\xd5\xb7\x6b\x3b\xd5\x33\xa7\x6a\xbc\xa8\x52\xde\xaa\xd8\x2d\xec\xa5\x54\xcb\xb9\xa9\x99\x6f\x8e\x4f\xb1\x00\xdd\x6b\x66\x16\xe9\xb8\xbe\xd9\x3f\x97\x4a\xf3\xcb\x83\x73\xd3\x90\x09\xe5\xdd\xa9\x48\xf5\xd0\x06\x2a\x99\x05\x10\x35\x00\x95\x1a\xcb\x0c\x1f\xa4\x97\x8b\x19\x95\x1a\x00\x99\x5d\xa9\x06\xd0\xb4\x2e\x35\xc1\xe5\xa8\xc6\xd0\x3c\x5b\xe7\x5d\x24\xee\x1f\x08\x29\x3a\xaf\x1c\x81\x01\x9c\x8f\xc6\xee\x02\x31\x14\x88\x9d\x05\x40\xfc\x3c\xff\xdd\x0d\x01\x64\xa2\xf3\xdf\xdd\x10\x60\x9b\x3e\x4f\xdc\x10\x60\xd3\x38\x4f\x62\x7b\x44\xeb\xd5\x55\xb2\xca\xbe\x90\x43\xf3\xa5\x1f\x07\x44\x3a\xb6\x5c\xd2\xfa\x63\x0f\xf5\xc6\x1e\xea\x8f\x3d\x34\x18\x7b\x08\x8f\x2d\x0d\xf9\xb1\x87\x7a\xb1\x87\xfa\xb1\x87\x06\xb1\x87\x70\xac\x37\xe6\x13\x54\x7c\x82\xf0\xae\xe9\x32\xd2\x8b\x21\xe8\x38\x7c\xac\xe9\x1f\xfb\xe4\x63\x9f\x7e\xac\xeb\x1f\x07\xe4\xe3\x80\x7e\x6c\xe8\x1f\xe1\xc0\x80\xe9\xc7\xa6\xfe\x51\xa4\xa9\xf6\xd5\xbc\xd4\xbc\x4b\xfa\xad\xa0\xd5\x94\x10\xfe\x5d\xde\x40\x35\xeb\xda\x4e\xc9\xf2\xf1\xc7\x68\x39\x5b\x53\xcb\xbf\x8f\x4f\x83\xb3\xb3\xf2\x57\x9b\x13\x03\x78\xed\xbc\xa9\xb5\xcb\x7f\x3c\x7f\xa6\xb2\x46\xd2\x06\x1a\xd6\x4a\xbd\xb1\xd7\x1f\x7b\x83\x71\x19\x2d\xa3\xd1\xd8\xee\x7b\x73\x8b\x84\x42\x2e\x78\xd3\xa8\x53\x55\x9b\x05\x5a\x5d\x87\x66\x8c\xbc\x01\xad\xb9\xee\x84\xd6\xd0\xa1\x19\x53\x65\x40\x6b\x37\x9d\xd0\x9a\x3a\x34\x63\x6e\x25\x68\x7f\xac\xae\x32\x88\xeb\x55\x27\xc4\x96\x0e\xd1\x20\x08\x64\x0f\x93\x4e\x26\x31\xb5\x4e\x17\xf9\x82\xe2\x28\x1d\x97\x52\x2f\x21\xd3\x6a\x73\xda\x00\x1a\x48\x97\xf1\xd8\x3e\xe5\xb0\x22\x8c\x25\x45\xfe\x80\x6e\x07\xb6\x2f\x40\xee\xd0\x2e\x59\x93\x35\xab\x1b\x10\xac\x97\x9e\xad\x36\x2c\x33\xe3\x26\x51\xa0\xea\xc7\x68\x59\xa2\xd6\xf8\xee\xd4\xda\x2a\xf5\x62\xaf\xff\xff\xb3\xf7\xf6\x5d\x52\xdb\x48\xa3\xf8\xdf\xe1\x53\x68\xf7\x77\x16\x7a\x98\x66\xc6\x92\xdf\x64\x60\xf2\xbb\x84\xc0\x33\xb9\x81\xc0\x01\x72\xc3\x73\x38\x90\x95\x6d\x79\xda\xa1\xa7\x7b\x9e\x6e\x0f\xd3\x93\x0d\x39\xf7\x6b\xdc\xaf\x77\x3f\xc9\x3d\x2a\xc9\xb6\x6c\x4b\x72\xf7\x30\xe4\xd9\xec\x32\x7b\x96\x74\xb7\x4b\x55\xa5\x7a\x53\x59\x2f\xa5\xd5\x34\x5f\x81\xc4\x57\x9f\x66\xad\x41\x1f\xdb\xa7\x5a\x6b\x17\xdb\x27\x59\x2b\xe9\x63\xfb\x64\x6b\xc5\x7d\x8c\xd7\x6c\xad\x2b\x58\xb5\x76\x98\xeb\xca\x62\xae\x10\x51\x57\x26\x73\x85\x40\x6c\x7a\x02\x21\x5a\x9a\xeb\xca\x6a\xae\x30\x00\x98\x5a\xc3\xd0\x30\xdc\xa1\xd1\x0f\xe5\xdf\xe9\xd7\x31\x40\x0e\x09\xbb\x7e\x7b\x19\xa6\xf8\xe7\x08\x4d\x8e\xe5\xd6\xdc\x4c\x44\xe6\xdc\xd0\xd3\x63\xb5\x85\xf7\x58\x6e\xbf\xcd\x05\x9c\x49\x22\xc7\x6a\x9b\xee\xb1\xdc\x48\xcb\x05\x1c\x33\xc2\xf9\x0a\x0e\x36\xcb\xc2\x88\x90\x1a\xe1\x02\x05\x07\x1b\x93\x53\x01\x97\x19\xe1\x60\x03\x73\x47\x2c\xfd\xb4\xf6\xb1\xba\x5a\xe3\x13\xb6\x67\xe5\xac\x62\x4d\x32\x24\xbe\x18\x06\xfe\xf1\x6b\x18\x6b\xc8\xc5\x37\x65\xb5\x7e\xb5\xac\x20\xe2\x49\x9c\x8b\x6f\x59\xc5\xe4\xae\xad\xdb\x88\x1a\xb0\x43\x9b\x27\xbc\xa8\x06\x97\x36\x02\xfc\xa0\x33\x0f\xf2\x7c\x78\x0b\x31\x52\xf7\x2d\xca\xcd\x4c\x2d\x4a\x91\x4d\x86\x6f\xd1\x6f\x47\xf2\x62\xe1\x76\x8f\x44\x03\xf1\x37\xe4\x93\xbe\xb5\xb6\x98\x26\x93\x49\x0b\xba\x8f\x44\x7c\x10\x28\x93\x3d\x81\x2a\x10\x7e\x8b\x03\x4b\x02\x5d\x37\x95\xe2\x68\x93\x67\xed\xc7\xed\x93\xe7\x01\x32\x95\x38\xf7\x90\x8d\x25\xce\xa6\x8e\xea\xf7\x74\xb4\xf7\x61\xd6\x77\xec\xc0\xe6\x18\xc3\xb5\x1d\x87\x87\xf0\x26\x88\xe0\x76\x17\x79\x20\xcb\xb8\x71\xea\x4c\xbe\x79\x0d\x6f\x73\x71\x9b\x25\x78\xb7\x9e\xa3\x1b\x0c\xe7\x18\x1d\x21\x3d\x7d\xff\xb4\xf7\xb7\x70\xab\xd7\x37\xf3\x1b\xd9\x31\xbc\x8a\x1d\x1b\x0e\x93\x20\xd7\x3b\xd8\x71\x73\x5c\xef\xb8\xf3\x7a\x75\xbc\xf3\x7b\x95\xb4\x90\xe3\xce\x3b\xd5\xb1\xf5\x65\x6a\x7c\x2b\xdc\x0b\xb9\x12\x2e\x95\xab\x6e\xb0\xc8\x41\xd8\x5d\x50\xb5\x62\xde\x53\x50\x27\x4c\x65\xf3\xe5\xc2\x1d\xa0\x60\x2b\x81\x80\x6a\x67\x17\xe0\xab\x7d\x1b\x84\x7c\xfc\xf3\xc0\x48\x64\xbb\xa1\xad\x29\x36\xe1\x69\x67\x5f\x14\x7c\xfc\x28\x57\xff\x91\xbe\x23\xae\xc0\x93\xcd\x14\x5d\x4e\xd1\xaf\xa6\x6b\x3e\x26\x93\x0d\x9c\xec\xbc\x84\x7f\x7f\x6d\x6f\x6b\xff\x38\xc0\x43\xdc\x78\x26\x9b\xbd\x9b\x93\xcb\x3d\x79\x9c\xfc\x77\xf1\xe5\xd7\xbd\xbd\xbd\x7b\x36\x6c\xfe\x28\x36\x81\xe8\x77\x81\xb1\x65\xcd\x82\x2b\x18\xc7\x75\x13\x30\x00\x6f\x97\x7b\x37\x27\xbf\x03\x73\x76\x8c\xe1\x36\x32\x13\x42\xfb\xad\x45\x65\xc1\x05\xa9\xc4\x66\xba\x30\x62\xda\xdc\xbf\xbf\x00\xae\x36\x5f\x7f\xfd\xf5\xc4\x27\x77\x16\x3a\x53\xf2\x83\x73\x37\x4c\xbd\x19\x46\xde\x03\xb7\xdd\x66\x18\xeb\x6d\x3f\x6a\x7f\x0b\xec\x79\xaa\x3f\x57\x4b\x19\x99\x86\x68\x2c\xf7\xf3\x58\xa0\xaf\x7a\x31\x8f\xf2\x8c\x76\x27\x4b\x3d\x81\x37\xb9\xa5\x58\xbc\x65\xd8\x85\x63\x6f\x75\x51\x73\x6b\xda\x6e\x33\x9c\x1c\xec\x6d\xb5\xa9\x01\xb6\xdb\xaa\x54\x2b\xe7\xf8\xe9\x83\x87\x7f\x80\x6a\x1c\xcd\xdf\xf3\x4b\x68\xba\xe6\xd9\x8a\x57\x96\xbb\x93\x2c\x0a\x85\x2b\x07\xaf\x51\xa1\xf2\x22\xc3\x46\x35\xc7\xa7\x2c\x6b\xd5\xa3\x6f\xb1\x32\x68\xa8\x03\x3c\xd4\xd2\x29\xcb\x0c\x9a\xfa\xea\xa3\x5c\x07\xb6\x6c\x8d\xaa\x21\xcd\xb7\x13\x7d\x7c\x3b\x8d\xe3\x2f\x5b\x9c\xfe\x15\x8e\xac\x7c\xee\xa5\xfb\x5e\x61\x35\x8d\xb0\xb5\x64\xda\xcb\xe3\x07\x77\xf0\x16\x2b\x19\xc3\xbb\xaa\xaf\x73\xfd\xe2\x08\x4e\x9f\xb6\x4b\x18\xe5\xa2\xac\x26\x86\x02\x54\xdd\x25\x0d\x5e\x64\x39\x4b\x69\x62\xa8\xcd\xe4\x6d\x12\x9a\xb2\x3c\x2b\x78\x67\x8d\xc3\x04\x98\xf9\x39\xe1\xb8\xf0\xba\xcf\x3e\x7d\x09\xc4\x96\xa1\x9b\x93\xef\xe1\x0c\xfa\x00\xc1\x36\x73\xcf\xe6\xe9\x62\xf1\x28\x35\x4f\x16\x43\xc2\x68\x9e\x2a\x86\xd7\x55\xf3\x44\xb1\x78\xc4\x9b\x69\xe2\x01\xa7\xd6\x79\x62\xeb\x9c\xb0\xe5\x6d\x01\xe6\x7d\x90\x3c\x61\x6a\xa9\x05\xf3\x93\x4c\xfc\xbb\x25\x30\xba\x67\x4f\xeb\xbf\x7a\x42\xc9\x8c\xa8\x3e\xe7\xf0\xd3\x9b\x12\xdd\x41\xfe\x5b\xf4\x4e\x7d\xa4\xed\x47\x1c\x68\x9f\x23\xdb\xdd\x91\x8a\xa5\xc9\x02\x0e\xc7\xca\x77\x4b\x78\x7d\xf0\xb1\xb9\x4c\x8d\xf9\x4d\x08\xa6\x96\x26\x4c\x20\x09\x01\x09\x93\x6f\x32\x31\x1c\x90\xe5\x68\x1f\x08\xd9\x26\x1a\xd1\x7d\x44\x3c\xab\xd4\x60\xda\x6c\x32\x49\xd1\x4d\x94\xc9\x3c\x57\x7c\xcc\x01\xb3\xb7\x09\x99\x5c\x85\x1d\x99\xe2\x43\xf7\x51\x30\x46\x22\x45\xef\x50\x86\xde\xa1\x5c\x62\x8e\x78\x9e\xf0\x94\x99\x8a\x0e\xf5\x30\x47\x3b\x30\x2f\x79\x17\x9f\x32\xd5\x8b\x3b\xc8\xdb\xc4\x1e\x0f\x02\x9f\x04\x76\x5a\x87\xb7\x1b\x72\xd4\xdb\x43\xb7\x0f\xb7\xee\x8b\xc0\xef\x87\x49\xee\x73\xd2\x9f\xe5\x41\x16\x95\x0a\x7f\xc9\x4d\xd3\x7d\xe8\x08\x65\xa6\x29\x3e\x04\x24\xef\xdf\x47\xbe\xa7\x7a\x09\xea\x37\xde\x2d\x8a\x8e\x90\x89\x0f\xb6\xdd\x69\xad\xad\x26\x03\xd5\x24\x5a\x3d\xd9\xc6\xfa\x27\xbc\x51\x67\x22\x10\x26\x0c\x07\x95\x4f\x50\x67\x12\x10\x26\x0b\x33\x33\x8c\xaf\x4f\x14\xe6\x66\x98\x40\x9f\x24\xe4\x7d\x98\x2f\x13\x7c\xff\xac\x13\x7c\x22\x17\x3e\x28\xe6\xcb\xe5\x4a\x9f\x73\x3b\x84\x81\x5a\xfd\x7d\x12\x11\xa8\x85\xd0\x62\x1e\x99\xa7\x1b\x4c\xd3\x7d\xa6\x19\xba\x1d\xe7\x81\x8c\xd3\x75\x7f\xc6\xd9\xa0\x2f\x53\x08\x83\xc9\x00\x91\x3e\xef\x34\x7b\x00\x0d\x5c\x13\x07\xdd\x84\xbc\x3b\x67\x20\x9e\x7d\x99\x2e\xb8\xd6\xe9\x02\xd0\xc7\x16\x33\x05\x66\xb5\xb4\x93\x04\x4a\x35\xf6\x63\x53\x02\xc0\x3e\x2d\x40\xff\xd4\x05\x36\xd6\x33\x46\xc2\xe8\x73\xd7\xc6\x50\x54\xfe\x7d\xa6\x0f\x06\xd3\x03\xfa\x3b\x3c\x09\xa3\xce\x5b\xbc\x76\x0a\xbb\x3f\x2b\x40\x48\xb0\xdd\xbc\x80\x00\xec\xe0\x84\xef\x12\xf9\x1f\x3a\x37\x90\x61\x2f\x4c\x78\x4e\xc5\x2b\xbf\x1f\xc5\x59\x1e\x7a\x31\x7c\xf6\x62\x2f\xcf\x31\x7c\x2e\x62\x8f\x87\x89\x6f\x9e\x33\x28\x8a\xcc\xf3\x52\x1f\x26\x17\x22\x1a\x52\x1c\x62\xf9\x39\x28\x12\x5a\x30\x40\x90\xf2\x82\x05\x05\x0b\x76\x98\x2e\xd8\x2a\xf3\xd4\xc2\xbe\x12\x9d\xd6\xd2\x71\x8a\x16\x22\x6a\x93\xce\xdc\x39\x1a\x26\x2f\x96\x85\xa5\x2f\x43\xf4\xc8\x88\x4b\x48\xb0\xeb\x20\x2d\x9a\x8c\x0c\xd3\x1d\xef\x18\x0c\xd4\x84\x98\x0f\xb1\x7f\x19\xaa\x3f\x61\xa8\x16\x5a\xd9\x6e\xb0\x36\x2a\xa7\x33\x5c\x4b\x05\x39\x07\x6c\x42\xfa\x47\x9d\xb5\x73\xcd\x6a\x38\xba\x1b\x27\x62\x00\x4f\xbe\xcc\xeb\xff\xf7\x0c\xcc\x7f\xbe\x63\x79\xdf\xc9\x4b\x1c\xca\x5f\x9b\x53\xb9\x68\xb5\x3c\x5f\xe4\x28\xeb\x9e\xd7\xd3\x7a\x70\xdc\xbf\x3a\xe5\xfb\xee\x32\x40\x3d\x51\xcb\x5b\x1c\xf2\x89\x29\x83\x41\xfa\x92\x72\xb9\x7e\xbe\x2a\x4f\xf9\x64\x61\x1c\xc6\xd6\xff\xb5\xaa\x7e\xa8\xdf\xf3\xc5\x97\xc9\xa2\xff\x9e\xd9\x4c\x04\x4b\x75\xa2\x23\x44\xee\xd5\x9f\xef\x1f\x49\x0c\xf5\x0f\x8e\xb9\xe1\xbf\x4c\x16\xe8\x6f\x0a\x6c\xcf\x3a\x5f\xa8\x7c\xb4\x60\xf3\x35\x1f\xdf\x15\xd8\x9f\x1f\xab\xdf\xc7\x57\xe7\xdd\x37\x5c\x83\x58\x4e\x78\xf5\x78\xc5\xe0\x33\x9b\x7f\x53\x56\x6b\x83\x80\x9a\x25\xfc\x05\xba\x83\x26\x0b\xa8\xec\xb9\x87\x6e\x77\x26\x3f\xfa\x33\x59\x1a\xad\x7a\x96\x5a\xaf\xcc\x0e\xbf\x81\x42\x7a\xf5\x7b\x2e\x66\xe5\x9c\xa3\x89\x7a\x76\x1f\xa9\x2d\x99\x7d\x29\xb6\xda\xb4\x0a\xba\x41\x41\xad\x52\x3e\x7e\x23\x81\xa0\xec\xe8\x40\x10\x60\x0b\x67\xcb\x8b\xc9\x62\x8a\x30\x3a\x44\x64\x6f\x8b\x8a\xed\x08\x6e\x42\xd9\x05\xad\xbf\x67\x2c\x9e\x2d\x51\xec\xef\x8f\x4c\x85\x2e\x3a\x10\x75\x86\x34\x69\x71\x5e\x7d\x8d\x4d\x24\xde\xdb\x65\xd3\xc3\x0c\xfd\xb3\xaf\xb4\x1d\x1f\xac\xe7\x65\xc6\x27\xde\xde\x97\x55\xaf\xad\x57\xbd\x06\x8f\x0a\x78\x14\x9a\x1e\x9d\xc0\xa3\xc1\x82\x11\xe4\x2c\xf0\x28\xfe\xe4\x65\xb4\xc8\x51\xeb\xfe\x8f\x5e\x46\x3b\x61\xa7\xa7\xcc\xdb\x34\x8b\x69\x78\x20\x94\x21\x34\x6c\x34\x9e\xd4\x2d\xef\xdf\x47\x44\x2e\x7a\xd5\xbf\x7c\xfd\xf5\xd7\x28\xde\xdb\x43\xe8\x9d\x19\x53\xf7\xaf\x83\x09\x07\x03\x4c\x98\xee\xed\x6d\x87\xa9\xdb\xce\x37\x86\x97\x4e\x4f\x70\xdb\x6f\xe3\x26\xf9\x2e\xb0\xd6\x6d\x2c\x99\xd5\xba\x8d\x37\x75\xbd\xe9\x2d\x99\xed\x62\xf2\x87\x98\x92\x1d\xbb\x5d\xb7\x33\xdf\x49\x80\x5a\xc3\x51\x4a\xdc\x57\x3d\x87\x22\xbf\xaa\x87\xfb\xce\x05\x53\xdb\xea\x67\x06\xa7\x1a\x27\x1c\xdd\x44\x05\x6c\x76\xfb\x5d\x7c\x3c\xb1\x5d\xe1\x72\xca\xa0\xc2\x1c\x43\x37\x51\x0a\xe0\x4c\xae\x0e\xbe\x43\x6a\x9d\xd0\xc4\x3f\x24\x2b\xe5\x89\x60\xbc\x59\x6a\x55\x8b\x6d\x6a\xad\x55\x6e\xfd\x93\x4f\x70\xa2\x3d\xc1\x7e\xe7\x51\xa7\x91\x79\x6c\x6b\x88\xc1\x3d\x35\x13\x0e\x36\x2e\x2b\x27\x73\x68\x17\x29\x8c\xf2\x09\xd6\x9e\x60\xac\x3f\x8a\xe5\xce\x56\xf9\x88\x84\xe6\x11\x0f\x16\x90\x05\xa5\x19\xda\xaf\xc9\xee\x0b\xa1\xee\xcb\x8b\xde\xac\x8b\xc7\xd0\x90\xa0\xa3\x5a\x30\xfb\x42\xb4\x26\x0a\x22\x70\x9d\x18\x10\x88\x58\xd7\xaf\xd3\x2e\xfe\x44\x78\x34\xa5\x5f\x50\x3b\x13\x6e\x4b\xc0\xa6\x65\x3e\x34\xb2\x44\xda\xaf\xb6\x8e\x46\x96\x43\x27\x95\x10\x44\x45\x4c\xb4\xfe\x5d\x96\x46\x25\x4c\xa8\x60\xa0\x64\x78\x61\x86\x89\x14\x0c\x94\x04\x3f\x31\xc3\xc4\x0a\x06\x7c\x7e\xf6\x65\x19\xf6\xcb\x32\xec\x97\x65\xd8\x61\xb6\xf9\x65\x19\xf6\x9f\x72\x8e\x37\x8c\x76\x9e\xe3\x0d\xa3\xd1\x39\x5e\xfd\x9d\x6d\x38\xc7\x1b\x46\x5f\xe6\x78\xaf\x7d\x8e\x37\x8c\xb6\x9d\xe3\x35\x29\xa7\x3b\xc7\x0b\x0a\x72\x6f\xda\x6e\xd6\xce\xcc\x4b\xb3\xd4\xfb\x53\x2f\xcd\x6e\xa2\xe0\x0f\xb9\xb8\xa0\xa1\xf3\x65\x16\xb8\x3b\x0b\xbc\x89\x60\x4d\xf5\x60\x13\x05\xda\xef\xaf\xa3\x40\x55\xe9\x06\x88\x03\xad\x4e\xf4\x4e\x35\xdd\xb4\xfe\xbd\x38\x7e\xf6\xf3\xb3\xc7\x8f\x5f\x3e\x7a\xf5\xb2\x3f\x5b\xfc\xfc\xbb\x9f\xbf\xfb\xe1\xdb\x47\xaf\x1f\x0d\x6f\xe5\x7e\xf1\xec\xc7\x1f\xbe\xfd\xf9\xe1\xb3\x1f\x5e\xbe\x7a\xf0\x43\xd3\x52\x23\x27\xa7\x95\x1f\x6e\x37\xad\xac\xb5\x58\xcd\x96\x75\xd1\x96\xde\x9c\x74\x4d\x5a\xbc\x5d\xe3\x29\xba\xb4\x95\x2a\xaf\xe4\x94\x48\x85\xee\x23\x12\xdc\x43\x95\x61\x4a\x44\xeb\xf3\x9b\x0d\xda\x47\x21\xba\x8d\x2e\xe5\xe9\xc1\xaa\x3e\xa4\x09\x9f\xc8\x1e\xcc\x54\xa2\xbf\xa1\x68\x90\x8b\x40\x1a\xc8\x2f\x5e\xa3\x23\x74\x89\xfe\x86\x42\x53\x96\xc8\x2f\xfe\x53\x60\x25\xe8\x36\x12\x74\x7c\x41\x67\xcf\x00\xbc\x91\xd3\x72\xaf\x7b\x3f\x5f\xca\x9f\xff\xd3\x32\x15\xac\x89\xed\xac\x44\x25\x5c\x27\x60\x10\x5a\x23\x99\x8d\x94\xcc\x46\x1e\xd0\xdc\x18\x04\xd3\x80\x4a\xe9\xa2\x4b\x09\x7a\x69\x99\x56\x6a\x0d\xa4\x2b\xc6\x4b\xb8\xe0\x67\xd8\x6b\x21\xd7\x7e\xd7\x3f\x8e\xf6\xad\xb7\xca\xd1\xb5\x86\x27\x8f\x5f\xbe\x10\xbc\x6e\x3c\x6c\x32\x06\xfd\xde\x09\xcb\xfc\x98\x00\x03\x12\xb5\xb1\x3e\x5d\x5f\xf4\x6c\xcb\x08\xf6\xa4\x06\xb3\x88\x50\xdd\x3c\xf1\x0b\xba\x8f\xe2\x7b\xe8\x17\xc7\xcc\x1c\xf4\x01\x8e\xa6\x9a\xab\xa2\xd4\xe4\xd3\xb2\x7a\xbe\x5c\x43\x1d\x57\x61\x55\x70\x59\xee\x2f\x7b\xe8\x0e\x32\xed\xa6\xae\x91\xeb\x8d\xee\x23\x55\x2f\xc2\x04\x2c\xfe\x06\x1d\x7c\x77\x84\x80\x8c\x86\xc5\x42\xab\xbb\xa3\x5a\xa7\xfa\xf5\x11\x90\xb5\x6f\xae\x1e\x50\x7e\xaa\x51\xee\xa0\xba\x63\x78\xef\x69\x18\xd8\x6e\x6a\x49\x33\xac\x05\xdf\x54\x60\x40\x23\x6a\xa1\xf6\x9d\xe8\x87\x87\xe8\xf9\xaa\x3c\x2d\xab\xf2\x03\x47\x67\xcb\xf9\xe5\x62\x79\x5a\xb2\x39\x5a\x7e\xe0\x2b\xf4\x1f\x8f\x27\x64\xef\x2e\xda\xbc\xa3\x68\x1f\x6d\xde\x45\xf0\x6f\x08\xff\x06\x22\xcc\x98\x51\x2a\x8b\x96\xe4\xe5\xf9\x81\x77\xc8\xdb\xc4\x8e\x2d\xf3\x16\xe6\x14\x86\x23\xa3\x7d\x8c\x2c\x7a\xf5\x02\xbc\x9c\xe3\x53\xc3\x4f\x5d\x60\xac\xaf\xb3\xe9\xc0\x7e\xf6\x76\x5d\x4d\x59\x83\xff\x54\xfc\xf4\x6c\xb9\x62\xab\xcb\xce\x4d\x74\xc2\x05\x5e\xe9\x03\x91\x75\x95\xd2\x78\xeb\x8c\xd9\xfb\x5f\x19\x7b\x36\xc6\x77\x6f\x6d\xc7\xdf\x6e\x65\xc7\xef\xac\xeb\xf8\xae\x55\x9d\xeb\xbf\x4a\x60\x79\x5e\x9d\x9d\x57\x4f\xe0\xd5\xba\x03\x8b\x20\x49\xcf\xf9\xba\x5c\xf1\x5c\xbb\x68\x20\x2d\xab\x75\x5d\x10\x5a\x36\xee\xbc\x2d\xd4\x8d\x9f\x2d\xe6\xb5\x9a\xb4\x1a\xdc\x6c\xc5\xef\x22\x42\x82\x29\x22\x61\x34\x45\x3e\x0d\xa6\x28\xc4\xa4\xdf\x58\xdd\x59\x70\x57\x3c\xd3\x1f\xf5\x2f\x2d\xa8\x5f\x9a\xad\xf7\x16\xe8\xbd\xeb\x61\xbb\xc2\xfd\x05\x30\x53\x0b\x37\x21\xd6\xef\xde\xf5\xb7\x37\x6f\x2d\xd1\x7e\x0b\x53\x13\x7f\x80\x47\x9a\xdc\x82\x5f\x34\x66\x07\x8b\x70\x63\xa5\x04\x80\x93\xe6\xb6\x5e\x18\x01\x22\xcf\x43\x77\x90\x18\x68\x9b\x9b\x12\x74\x49\x88\xec\xc5\x27\x9f\x6b\x45\xcf\x30\x31\x67\x10\x9a\x71\xf2\xac\xee\xc4\x13\xb6\x80\xb9\x9f\x5e\xd7\x0e\x11\x31\xcd\xa1\xa5\xeb\xe5\x2a\x1d\x97\x7f\x0f\xfd\xa7\x54\x12\x7c\x4a\x4a\xd4\x5d\x14\x13\xb2\xb6\x4e\x9b\x3f\x25\x70\x07\x7d\x1f\x5c\xc4\x7a\x57\x31\x0b\xeb\x15\xd4\x82\xbc\xb3\x9e\x20\xe9\x14\x12\x24\x57\xa9\x20\x48\x3a\xa5\x03\xc9\xd5\x6b\x06\x2a\x86\xf1\x18\xc7\xb8\xcb\x32\xbe\x12\xcf\xb8\xcb\x34\xde\x85\x6b\xa3\x1e\xa4\x71\x35\x53\x23\xe5\xa2\x5a\x4a\x6b\x36\x6b\x7a\xce\x60\x32\xaf\x76\x67\x83\x28\x04\xc4\x01\xdc\x37\xfb\xee\x08\xe4\x62\x83\x99\x2f\x2f\x90\x82\x19\x5f\x8d\x78\x21\x06\xd8\xb5\xc5\x07\x64\xa2\x0c\x7e\x20\x3f\xca\xa4\x17\x3e\xdb\x5d\xe0\xd5\x8c\x57\x6c\xf8\x64\x87\xb7\x06\x0d\xd9\xd3\x52\xbc\x82\xcc\xcf\x4f\x17\xd0\x39\x83\x5b\xd5\x12\xac\xd3\xec\x29\x6a\x33\x69\x23\xf0\x8e\xef\x24\x3a\x8d\x8e\x96\xda\x37\x14\x0b\x21\xf1\x57\xa7\x9e\x8d\xf6\x5c\xb0\x4f\x34\xd8\xf9\xf2\xc2\x9a\x97\x5a\xa5\xf5\xca\x98\xe7\x98\x7a\xf2\x4a\x68\xe1\xd5\x9b\x8d\x8d\xf7\x57\x1b\x69\x6b\x47\xd0\x03\x3b\x10\x18\xdb\x11\xb0\xbe\xdd\xee\x9b\xab\x99\x81\x23\xac\xb6\x3d\x0a\xa0\x4b\x13\xa1\x97\x00\x5e\x0f\x5d\x8b\xe5\xaf\x36\xb8\x05\xc7\xdb\x80\x4b\xfb\x7a\xb5\xc1\x2e\x3d\x2a\xd8\x27\x0d\x2c\xe8\xd1\x69\xde\xeb\xf3\x15\x78\x94\xbc\x4e\x44\x98\xfa\xb8\x95\xbf\xda\x04\x2a\x16\xa0\xc9\x44\xf1\xd6\x1c\x0d\x56\xf4\xd5\xf9\x60\xdb\xeb\x0d\x60\x7b\xd2\x60\x93\x51\x43\x62\x7b\xd2\xc3\xf6\x74\x1c\xdb\x1f\xea\x54\x9d\x50\xe8\xb0\x4f\xd4\x0f\x89\x16\x33\x45\x3b\xbd\xed\xbd\x98\x2d\xd1\xf3\xd2\x61\xd9\x82\x64\x7d\xe7\x23\xbe\xa7\x7d\x95\xa9\x5c\xf3\xfd\x93\x4d\xbe\x23\xb9\x06\xad\xcb\x8c\x05\x90\xb4\xa0\xb1\x80\x54\x43\x3f\x69\xa1\xed\x21\x09\x06\x8b\xd9\xf2\x99\xcc\x52\x8e\x3a\xf3\x61\x3a\x5f\xd6\xce\xbe\x58\x42\xa2\xe7\x08\xf1\xe2\x05\xba\x25\x31\x3a\xf1\xa0\xf9\xca\xa4\xee\xf4\xfd\xfb\x2d\x93\x60\xda\x75\xff\xe0\x2a\x4d\x9f\xa0\x3b\xda\x73\x9b\xa1\xa3\xae\xeb\x34\x38\x8c\xc8\x9f\xee\x88\xbc\x3b\xe7\xd1\x76\x77\xab\x19\x8f\x7e\x97\x15\x57\x1a\x1a\x98\xed\x18\x32\x17\x05\x57\xee\xf9\xd3\x11\x1a\x4f\x76\xa4\xe1\x1a\xdb\x56\x6c\xb1\x3e\x5b\xae\x9d\x56\x02\xe1\xf7\x79\xf9\x44\x3a\xc6\xab\x37\xda\x84\x62\x6b\x87\xd6\x31\x4f\x36\xdc\x66\xe0\x53\x90\x63\xa3\x9f\x35\x7e\x9c\x95\x88\x55\x30\x04\x42\xbc\x34\xe7\x84\xaf\x3c\xe8\x83\xb1\x68\x6b\xf3\x72\xe4\x35\x01\xc0\x08\xf7\xca\xab\xbb\x23\xa1\x6d\x2e\xff\xca\xab\x3b\xa3\xe0\x2c\xe3\xd6\xe1\x21\x7a\x38\x73\x05\xbf\xed\x87\xf5\x2b\x0e\x19\xe3\xa1\x11\x69\xe1\xab\x8e\xc3\xcd\xb8\x32\x62\xdc\xbb\x85\xd4\xba\xd5\xab\xc6\xe0\xb6\x6f\xb2\xc1\x4d\xa3\x89\x96\x84\xec\x6d\x33\x00\x4a\x04\xa4\x87\x80\x0c\x10\x38\xa5\x28\x72\x8f\xd5\xf2\xc2\x21\xc4\xb9\xe6\x0d\xaf\x5a\xd7\x78\x87\x26\xbf\x2b\xf6\xe5\x0f\x37\x6b\x66\xe0\xab\x2b\x7e\xcc\x35\xaf\x79\xd5\xba\x90\x8e\x11\x7e\x68\x31\xce\x97\x17\x9f\x3e\x41\xfb\xdd\xd2\xf4\x46\x32\xd0\xb7\xd5\xd3\x3a\xd3\x90\x62\x7c\xeb\x4d\x66\xc2\xf3\xd1\x97\xb6\x0e\x16\x9b\x23\x76\xf2\x95\x6e\x0b\xe1\x92\x8e\xc5\x8e\x7f\xae\x6d\x51\x86\x49\x9a\x6b\xdf\x15\x35\x80\x6f\x66\x7c\x44\xbb\xe1\x34\xd0\x6d\x98\xbc\x1a\xce\x03\x5d\x75\x2f\x15\xbe\xca\x56\x2a\xd8\x24\x95\xf1\x72\xde\xdd\xef\x84\xf7\xd0\x61\x97\xff\x3d\x74\xbb\xff\x03\x10\x87\x05\x9a\x66\x37\xd7\x3f\xc9\x26\xa8\x4f\x9e\xc3\xd3\xa7\x19\x6b\xe6\x8d\x73\x90\xe8\xd0\xa8\x7a\x1d\xa4\x9e\x05\x1c\xe2\x3c\x34\x6e\xa6\x7b\xf9\x5f\xe7\x9c\xff\xca\x87\x48\x67\x6c\x3d\xab\x8d\x7b\xab\xbb\xe8\x07\x5c\x7c\xca\x64\xe1\xf8\x9c\xd0\xf6\x29\xbd\x2d\x9d\xdf\x7d\x0e\xb1\xa5\x67\x9f\x95\xd3\x52\x43\x35\x31\xa7\x27\x9c\x3b\xcd\xcd\x69\xa8\xd4\xf4\x9c\x8e\xea\xaa\xf3\x8a\xad\x28\xdc\x9d\x78\x32\xe8\xc4\x93\xab\x76\xe2\xc9\xa0\x13\x4f\x76\xeb\x84\x59\x55\xd2\x74\x95\x93\x55\x4b\xb4\xe2\xd5\xaa\xe4\x1f\xb8\x61\x03\x22\x52\x87\xbb\x65\x3c\x38\x3b\x5f\xcf\x6a\x36\x4c\x22\x32\x40\x3e\x1d\x42\x7e\x7a\x79\x62\xc3\xe9\xa1\x86\xf4\x74\xe8\xc2\xd6\xf3\x44\xd7\xb4\x6b\xd2\x1e\xbf\xd4\x16\x4a\x43\x38\x6b\x0e\x3b\x6d\x11\x21\xb6\x5c\xcc\xa9\x3f\xb6\xfb\x33\x9d\x62\xff\xb2\x5d\xf3\x8a\xdb\x35\xfd\x5d\x37\x6b\xfa\x63\x5b\x35\x7d\xc7\x46\x4d\xff\xcb\x36\xcd\xeb\xde\xa6\xe9\x6f\xb9\x49\xd3\xa0\x96\xce\x16\x4d\x7f\x9b\x0d\x9a\xbe\xfd\x18\x7e\xb3\xf1\xf0\x2e\x0d\x3e\xbe\x9d\x52\xfc\x2f\xb2\x5d\xb3\x5f\x60\x27\xc4\xe4\x0f\xdb\xc3\x59\x97\xdb\x11\x34\xff\x5c\xe5\x76\xae\xb4\xdb\x52\x3d\x6e\x77\x7b\xd6\x30\x3b\x15\xe4\x09\x31\xe9\x6c\x0b\x09\x31\xb1\x6e\x33\xa1\x5b\x16\xe4\x11\x80\x9d\xad\x26\x54\x55\xb5\x08\x31\xb9\xb6\x23\xc4\x7a\xf7\xad\x35\x79\x06\x9b\x1c\xbc\x4d\x96\xa6\x69\x92\x87\xf9\x54\x2b\xd8\xb3\x37\x35\x41\x46\x24\x61\x24\x21\x4c\x2f\xe7\xb3\x67\xa8\xdb\x63\x68\x9a\xe0\x30\xf1\x70\xc8\xf4\xea\x3f\x66\x22\x38\x24\x05\xcf\x64\xcd\xa0\xba\x36\xd0\x96\x44\xa2\xd8\xf7\x49\x14\xc9\xb2\x42\xaa\x72\x90\x99\x08\xe5\x69\x10\x30\x1a\xeb\x75\x85\xb6\x24\x92\xa7\x5e\x46\xb8\x97\xeb\x65\x88\xcc\x44\x82\x38\x0d\x03\x8a\x73\xbd\x48\x51\x2f\x35\xbd\xee\x2a\x45\xc2\x9e\xae\x58\xa5\x08\x47\x5f\xca\x14\x5d\x53\x4e\x44\x77\x2e\x53\x24\x9a\x8c\xe5\x45\x7a\xcc\x18\x66\x46\xf4\x4b\x99\xa2\xeb\xcf\x8d\xe8\xb6\x65\x8a\x8c\xca\xe9\xe6\x47\x74\xb4\x4c\x91\x4f\xdd\x65\x8a\xc4\x30\x7e\x97\x12\x53\xb6\x44\xfe\x45\xb2\xa5\x7f\xe9\xc3\x2d\xd7\x7b\xb0\xe5\x33\x1d\x59\xb9\x7a\x12\x25\x1f\x35\xdd\x55\x88\x7e\xae\x77\xf0\x1a\xee\xba\xe9\x6e\xf2\x3d\x60\x67\x67\xf3\xcb\x89\xfa\x71\x8a\xd8\xea\xe4\xfc\x94\x2f\xaa\x75\xff\x4e\x1e\xfd\xf8\x4c\xcb\x0f\x94\x52\x6a\x49\xf4\xc8\x7b\x9b\x80\x50\x46\x8a\x04\xf2\x8a\x3c\x26\x94\x71\x42\xf6\xa6\x43\xb8\x18\xfb\x71\x10\x24\x50\x66\x90\xf8\xbc\x88\xc2\x2c\xd7\x53\x83\x41\x83\x34\xcc\xbc\x22\xcd\x0a\xb8\x00\x21\x0b\x72\x3f\x25\x85\x09\x31\x4f\xd2\x30\x4f\x59\x08\xb7\x67\x63\x9a\xe4\x69\x9a\x39\x11\xfb\x49\x18\x65\x24\x4c\x21\x9d\xf1\x03\x9a\x86\x3e\x35\x21\x0e\x93\x02\x63\x5c\x00\xc7\x69\xe4\x85\xb9\x87\x13\x27\xe2\x84\xf8\x05\x25\x0c\xae\xdc\x66\x05\x4e\x82\x22\x49\x4d\x88\x59\x8a\xb3\x90\xe7\xc0\x71\xce\xa2\x9c\x62\x4c\x9d\x88\x73\xea\xc5\x8c\x49\x19\x33\xdf\xf3\x3d\x12\x18\x65\x8c\x09\xf5\xc3\x54\xde\x19\x11\x84\xb1\x17\x15\x29\x77\x22\x26\x81\x8f\x69\x98\xc2\xdd\x11\x01\xe7\x41\x4a\x68\x66\x14\x45\xe8\x65\x71\x9e\xc1\x05\xe2\x79\x58\x14\x69\xc0\x89\x13\x71\x4c\x52\x1e\xe6\x31\x88\xa2\x20\x71\x4a\x93\xc8\xa8\x3c\xea\xe5\x3c\xc5\xf2\xf2\x0a\x3f\xc5\x51\x12\xa5\xd8\x2d\xe3\x34\xcf\xbc\x48\x56\xa8\x24\x61\x16\x63\xe2\x87\x26\xc4\x19\x4e\xd2\x02\x4b\x06\xb2\x22\x4a\x48\x94\x04\x4e\xc4\x3c\x48\xd2\x28\xc9\x40\x76\x09\x2f\x70\xc0\x72\xa3\x8c\x79\x91\xf2\x20\xa6\x70\x8d\xb8\x4f\x83\x82\x84\xdc\x77\x22\xf6\x8a\x0c\x27\x79\x06\x0d\x68\x4a\xb3\x3c\x4c\x8d\x1c\x93\xc0\xcb\x18\xce\x32\xb8\xa4\x3d\x66\x59\x92\x45\xa1\x5b\x79\x39\x4f\x48\x16\x81\x83\x84\x09\x49\x3d\x12\x1b\x11\x07\x2c\x0e\x68\xc0\xe0\x1d\x21\xe2\x2c\xe2\x01\x75\x73\x1c\x66\xa9\xc7\x92\x1c\x38\x49\xf3\x00\x17\x69\x1e\x18\x5d\x3a\x2a\x12\x4a\x73\x40\x4c\x7d\x8c\x43\x3f\x75\x73\x9c\x50\x9f\x87\x38\x24\xe0\xd2\x3c\x8a\xf2\x82\x99\x1d\x84\xfa\x38\x8b\x22\xc8\xf0\x49\x9e\x06\x3e\xc1\x9e\x3b\x56\x78\x9e\x4f\xe2\x8c\xca\x3b\xdf\x8b\x94\x60\xdf\x68\x6e\x69\x11\x26\x71\x91\xa9\xfa\xa6\xbc\xf0\x38\x77\x5b\x45\x16\x71\xcf\x4b\x0b\x30\x7c\x3f\x67\x94\x16\x99\xd1\x2a\xf2\x90\xc5\x09\x0e\x00\x71\xe2\x7b\x8c\xc5\xc4\x2d\x0a\x2f\xca\x58\xe4\x87\xf2\x7a\x17\xcf\xf3\x29\x31\x3b\x08\x0e\x48\x42\x12\xf9\xee\xe5\x31\x8f\x47\x3c\x76\x8b\x82\xc4\x69\xec\x31\x0a\xc1\x25\x88\x72\x42\x8a\xc2\xe8\xd2\x84\x63\x21\x26\x10\x59\x98\x91\x28\x4b\x48\xe4\x44\x1c\xe4\x24\x8b\xf2\x02\xac\x22\x64\x59\x40\x18\xcf\x8d\xb1\xc2\xf7\xa9\x97\x63\x10\x59\x92\x27\x61\xea\xe7\x85\x13\x71\x14\x7a\x2c\xf6\xc3\x40\x3a\x08\x2b\x22\x3f\xe7\x66\x73\x8b\x98\xc7\x52\x88\xdb\x7e\x16\xc7\x29\x61\xee\xb0\x49\x71\x46\xb2\x84\xc8\xe8\x16\xf3\x9c\x71\x1e\x99\x10\x27\x24\x26\x24\x93\x22\xc3\x01\x25\x7e\xe8\xa7\x4e\xc4\x8c\xa4\x05\xa7\x4c\xc6\xd9\xac\xc0\x9e\x1f\x19\x1d\x84\x51\xcc\xa2\x28\x00\x8e\xd3\x2c\x20\xbe\xe7\xb9\xa3\x5b\x46\x82\x94\xa6\xb1\x07\x71\xd6\x2b\x68\x12\x27\xd8\x18\xdd\xe2\x28\x0b\x31\x03\x19\x7b\x51\x18\xa4\xdc\x77\x5b\x45\x8e\x13\xc2\x29\x4e\x00\x71\xc4\x8b\x90\x60\xe3\x98\x97\x47\x49\xe2\x45\x04\x74\x11\x86\x51\xc8\x92\x11\xcf\x2b\x02\x8f\xfb\xa1\x94\x5d\x18\xc7\x98\x78\x84\x19\xed\xd8\x8b\x18\xf3\x64\xcf\x7c\x92\xa6\x39\x4e\xdd\xca\xc3\x09\x0b\x32\x8c\x21\x6c\xa6\x34\x27\xb9\x97\x19\x39\xc6\xdc\x8f\xa3\xcc\x93\x76\x8c\x03\xcc\xd2\xd0\x1d\xdd\x48\x1c\xd0\x38\x0e\xc0\x8e\xf3\x82\x72\x9e\x26\x89\x09\xb1\x1f\xa4\x5e\x9a\xa5\xd0\x33\x8e\x93\x34\xa0\x23\xe6\xe6\x27\x38\xf3\xb2\x14\x94\x92\x85\x59\x12\xb2\xc8\x37\xc6\x63\x9e\x53\xc6\x02\x08\x9b\xdc\x0f\x30\x65\x99\xdb\xdc\xc2\x34\xc9\x32\x16\x14\x72\x64\x88\x7c\xee\xc7\x46\xc4\x11\x25\x3c\x2a\x64\xb0\xca\xa3\x94\xa4\x94\xb9\x45\x11\x07\xb4\xa0\x84\x83\x83\x84\x39\x2f\x52\x62\x8e\x15\x31\x65\x61\xe4\xcb\x91\x26\xf0\x71\x4c\x8a\xc8\x6d\x15\x34\xc8\x68\x4c\xb1\xcc\x84\x70\xe1\xb1\x34\x36\x86\x4d\x9a\x65\xb1\x47\xa4\xf2\x30\x8b\x02\x3f\xe1\xee\xdc\x2d\xf1\x52\x5e\x14\x05\x93\x59\x64\xe4\x63\x4e\x8c\x56\xc1\x82\xd0\x8b\x32\x0e\x9e\x97\x73\x4a\xd2\x9c\xbb\x73\xb7\x94\x17\x09\xf3\x0b\x39\x32\x90\x2c\x8a\x13\x6c\xce\x2b\xa2\x18\xc7\xb4\x90\x43\x98\x1f\x93\xd0\x27\x6e\xe5\x65\x8c\xc4\x3e\xcf\x40\xc6\x9c\x91\x28\xc2\x89\x51\xc6\x39\xa6\x51\x4a\xe5\xd0\x44\x84\x21\x91\xee\x24\xe0\x30\x11\x61\x39\x8b\xf3\x1c\x1c\x24\xcb\xb9\xc7\x53\x6c\x0c\x9b\x45\x18\xe7\x41\x11\x17\x6a\xd0\xe5\x39\x8e\xdd\x76\xec\x45\x85\x17\xc5\x32\x5f\x88\x09\x8e\xa3\x22\x35\xba\xb4\xc7\x22\x3f\xce\x33\x70\x10\x46\x32\x9a\x50\xe6\x1e\x41\x30\xf6\x8b\x84\x7a\x81\x9a\xb8\x4b\xbc\x9c\x19\x39\xc6\x69\x8c\xbd\xd4\x97\xf1\xd8\xc7\x59\x10\x63\xb7\x8c\x09\xcd\xd3\x38\x2e\x42\x69\x15\x5e\x10\xe7\xd4\x18\x8f\x7d\x92\x31\x96\xc6\x60\x15\x81\x97\xc5\x24\x48\xdc\x0e\xe2\x67\x09\x4f\xb9\x07\xa2\xc0\x61\x96\xa4\x3c\x35\x2a\x2f\xf0\x71\x1e\xc5\x19\xf4\x2c\xc9\xb0\xe7\xe5\x81\xdb\x8e\x83\x2c\x0b\xf3\x40\x26\xde\x59\xea\xf3\x80\xa4\xc6\xa1\x49\xa4\x2b\x24\x49\x20\x58\x15\x59\x14\xc6\x5c\x84\x57\x57\xac\x28\xb2\x34\x2a\x98\x1c\x24\x59\x1e\x15\x8c\x1b\x39\x8e\xb2\x20\xc0\x09\x05\xc4\x01\x0b\xe2\x90\xe2\x58\x4d\xa2\xbe\x75\x1c\x5b\x6d\xdf\x0b\x7f\xba\xea\x09\x55\xdb\x35\x68\x3f\x75\x4e\xa8\xfe\x7c\xb5\x13\xaa\x21\x26\xdb\x2d\x1d\x18\x96\x23\xae\xbf\xfa\xe8\x55\x97\x0e\x22\xe6\x25\xbc\x9e\x70\xf7\xd3\x2c\x4b\x3c\xcb\xd2\x41\x9a\x46\x31\xe3\x72\xf8\xa5\x41\xc6\x58\xdc\x4d\x5d\x1c\x44\xfc\x2c\xe2\x85\x1f\x43\x24\x2b\x78\x12\x14\x54\x44\x32\x13\x24\x0b\x83\xa2\x08\x7d\xf0\x82\xb0\xc0\xb9\x1f\x15\xdb\xce\xea\x87\xd8\xe3\x21\x91\xc1\x87\xe5\x3c\xa2\x24\xb7\x2c\x1d\x24\xa9\x17\x46\x54\x1a\x24\x49\x7d\x1e\x65\xb8\xd8\x92\x08\x2e\xa8\x9f\x27\xd2\xe6\x8b\x34\xc0\x69\x1e\x59\x7a\x12\xa6\xdc\xcb\x72\x99\x06\x61\x3f\xe6\x04\xc7\xc9\x2e\x4b\x07\xd7\x7d\x8e\x74\x9b\xd2\xb0\x00\xe7\xd9\x2b\xbf\x1e\x63\x7b\xe9\xd7\x63\x62\xaf\xfd\x7a\xec\xdb\x8b\xbf\x1e\x07\xf6\xea\xaf\xc7\xa1\xbd\xfc\xeb\x71\x64\xaf\xff\x7a\x1c\x5b\x0a\xc0\xca\x0e\x42\x79\x58\xe3\x3e\x70\xf9\x7c\x2e\x9f\x0f\x0f\x7b\x48\x19\x40\x73\xe3\x11\x28\xf9\x7c\x2e\x9f\x5b\x9a\x13\x68\x4e\xac\xcd\xc9\x5c\x3e\xb7\x34\xf7\xa1\xb9\x6f\x6d\xee\xcf\xe5\x73\x4b\xf3\x00\x9a\x07\xd6\xe6\xc1\x5c\x3e\xb7\x34\x0f\xa1\x79\x68\x6d\x1e\xce\xe5\x73\x4b\xf3\x08\x9a\x47\xd6\xe6\xd1\x5c\x3e\xb7\x34\x8f\xa1\x79\x6c\x6d\x1e\xcf\xe5\x73\xc3\xb6\xbe\x2d\x8b\x1e\x4b\xcb\x30\x21\x67\xd2\x28\xfa\x15\xf7\x60\xcb\xad\x34\x08\x53\xab\x54\xda\x82\xa9\x55\x26\xed\xc0\xd4\x2a\x93\x26\x60\x6a\x95\x4b\xf5\x9b\x5a\xe5\x52\xf3\xa6\x56\x5c\x6a\xdd\xd4\x8a\x4b\x85\x9b\x5a\x15\x52\xd9\xa6\x56\x85\xd4\xb3\xa9\xd5\x89\xd4\xb1\xa9\xd5\x89\x54\xaf\xa9\xd5\x4c\xaa\xd6\xd4\x6a\x26\xb5\x3a\x37\xd5\x1d\x74\x1d\xdd\xdd\xf2\x3a\x54\x6b\x3d\xed\x9a\xfe\x4f\xa5\xac\x3d\x6c\x3b\x6e\xfe\x08\x46\xf0\x7a\xf9\x6c\x08\xb2\x45\xa1\x68\x49\x46\x88\xe0\xa7\xb2\x3e\x6d\xa0\x57\x8d\x46\xb7\x11\x79\x0b\x90\xe6\x5a\xae\x2d\x8e\xb9\xc4\xa1\xce\x17\xf4\x71\xc0\xa9\xf9\x2b\x55\xa0\x3e\x3c\x44\xff\x01\xd5\x88\xed\xc4\xeb\x92\xce\x3b\x55\xa8\xde\xcc\x9a\x3a\xc7\x9b\xb1\xb3\x78\x0a\x6c\xae\xb5\x70\x9f\xc7\x93\x50\xb3\x4e\x15\xec\x99\x2c\xfe\xab\x17\xaf\x9e\x43\x89\xe2\xba\x1c\x70\x07\x8e\x0e\xe0\x60\xd3\xeb\x3b\xd4\x05\x8b\x5d\x27\x4c\x25\xe4\xbc\xc3\xc5\x7c\xc8\xc5\xcc\xc4\xc5\x7c\xc8\xc5\x4c\xe7\xa2\x0b\x17\x0f\xe1\x2c\x95\x8c\x75\x95\x5a\x6a\xe6\x7c\xd0\x6a\x6f\xef\x52\x7c\xbb\xd5\x28\xde\x4e\xa3\xb8\xd5\x28\xde\x4a\xa3\x78\xd6\x29\xf0\x3d\xab\xab\x70\x6b\x85\xb9\xe7\xaa\x56\xb7\x26\x24\xac\x24\xdc\x05\x83\x7d\xcc\x89\xa6\xd2\x1a\x5f\x34\xaa\x52\x3c\xef\xb0\x31\x37\xb0\x31\x33\xb1\x31\x1f\xb0\x31\xeb\xb0\xd1\x45\x18\x0d\xf0\x91\xc8\xa9\xd3\x9d\x6a\x87\xbb\x42\x49\xdc\xaa\x3d\x76\xa9\xfd\xa7\x32\x96\x91\xcb\x38\x30\xf7\x20\xe7\x0a\xd2\x71\x26\x5c\x42\xe2\x48\x0b\x24\xd6\x5b\xa1\x6b\x58\xc9\x00\x36\x66\x16\x7d\xd8\x79\x0d\x3b\xca\x43\x1b\x69\xe6\x42\x68\x65\xdc\x1f\xb9\xba\xe0\x6d\x28\x9b\x49\xf0\x19\xd4\x6c\x13\x78\x84\x26\xbd\x3d\x74\xbf\xf6\xce\xe6\x97\xff\x1f\x61\x74\x17\x0d\xb6\x4d\x0f\xf9\x10\xff\xd6\x1a\x1c\x67\x43\xfc\xbb\xdf\x78\x8b\x85\x0b\x7c\x55\x2e\x40\x8a\x5b\xf2\x20\xb5\x33\xe4\x40\x6a\x62\x40\xdf\x8c\xb4\x1d\x15\x7f\x2a\x6d\xea\x6d\x47\xbd\x9f\x4a\x13\x73\xf6\x9a\xf8\xaa\x28\xfe\x0c\xdd\x44\xc5\x4c\x95\xc5\x17\x5f\xcc\xe7\xf8\x64\x1b\xe9\xfb\x7c\x2e\xda\xcc\x55\x1b\xf1\xe5\x64\xee\x28\xa6\x3f\x83\x6a\xfa\x02\x75\x2a\xe9\xc0\xe7\x4c\x7e\x4e\xd5\x67\x7b\xf3\x39\x34\x17\x54\x52\x49\x12\x3e\x67\xf2\x73\xaa\x3e\xbb\x4b\xf2\xcf\x64\x4d\x7e\x15\x70\xe4\xb8\xc2\xe6\xb2\xbc\xf4\x9e\x2c\x7e\xc0\x66\x75\xc5\x7e\xf5\xb0\x53\xb3\x7f\xa6\xdd\x22\xc1\xea\x51\xc7\x59\x99\x1f\xde\xa6\x26\x0d\x22\x45\x73\xd6\xa5\x39\xef\xd0\x9c\x75\x69\xce\x75\x9a\xb3\x6d\x68\x62\xd9\x4f\xae\x86\x06\x79\xde\x84\xcb\x41\x81\xd6\x65\xff\x67\xf5\xa5\x15\xda\xc3\xa0\x7d\x28\x68\xfa\xf5\x33\x59\x86\xdb\x4d\x53\xf6\x53\x01\xd7\x34\x67\x5d\x9a\xf3\x0e\xcd\x59\x97\xe6\x5c\xa7\x39\x6b\x69\x1a\xb3\xce\xf1\x7b\x08\xcc\xbc\x7e\x0f\xd5\x97\xbe\xb7\x1f\xa6\xfa\x1e\x9c\xf7\xfb\xd2\x75\x8c\xea\x7b\x08\x06\xdf\x97\xb6\x10\xfa\x01\x2e\x4a\x10\x30\xb3\x79\xc3\xa2\xc9\x29\x25\xa0\x20\x38\x6b\xfb\x22\xc3\x45\x85\xf5\x70\x31\xdb\x26\x56\xb5\x64\xc5\xbf\x42\x22\x6e\x9a\x15\x90\xca\x66\x26\x82\xd9\x95\x28\x7e\x6f\x0c\x3d\x7d\x8a\xdf\x97\x26\x8a\xdf\x97\x57\xa1\x68\x0e\x76\x7d\x8a\x3f\x19\x29\xfe\x64\xa2\x68\xb6\xb6\xfe\xe5\x15\x16\x92\x30\x79\x51\xbb\x3d\x00\x5a\xb9\x83\x79\x90\x3a\x2a\xed\xcb\xf0\x08\x2c\x12\x9d\xc5\x1a\xd7\x76\x6c\xfe\x78\x96\xb3\x8a\xa3\x0b\xf7\x9b\xbe\xf8\x83\xf7\x4d\xa3\x7d\xc3\xeb\xe6\x89\x89\x6d\x18\x80\x0a\x53\x1b\x78\xb1\x2d\x4c\x6d\xe0\x1d\x9a\x9b\xda\xc0\x2b\x34\x37\xb5\x81\x57\xf2\x49\x3e\x87\xeb\x3b\xe6\xb6\xfb\x3b\xe0\x9d\x7e\x92\xcf\x00\x4a\x8a\x8e\xeb\x92\xcb\x07\x42\xb3\xde\x04\x22\x30\x65\x26\x1e\x61\x4a\x21\x33\xf1\x08\xb3\x17\xa9\xa9\x0d\x4c\x5e\xa4\xa6\x36\x30\x4f\xc2\x4c\x6d\x60\x9a\x64\x70\x9b\x81\xf8\x83\x69\x97\x89\x34\xf5\x8a\x58\x85\x01\x13\x37\x13\x29\x07\x61\x59\xfb\xed\x88\x23\xa5\x51\x0d\x93\x9d\x6b\xbd\xac\x44\x9b\x33\x84\xcc\xe0\x18\xec\x9f\x0d\xb2\x81\xe3\xa6\x18\xc5\xe4\x18\xec\x9e\x49\x66\x8f\x3d\x9d\x5b\x36\x64\xb6\x8f\x47\x9b\x65\x94\x04\x41\x44\xe9\x90\x20\x6e\x09\x82\x78\x52\x45\xb0\x13\x09\xd2\x71\x82\xda\xbc\xa4\x24\x48\x20\xc4\x0e\x09\x92\x96\x20\x99\xd5\xe3\xd2\x04\xe0\xb5\xf0\x3a\x4e\x50\x9b\xc9\x94\x04\x7d\x41\x30\x1f\x12\xf4\x5b\x82\xbe\xa0\x95\x2b\x82\xfe\x88\x3b\xf4\xf1\x68\x73\x9f\x92\x60\x20\x08\xf2\x21\xc1\xa0\x25\x18\x08\x5a\x5c\x11\x0c\x74\x82\x7c\x9c\xa0\x36\x5b\x2a\x09\x86\x82\x60\x31\x24\x18\xb6\x04\x43\x41\xab\x50\x04\x43\x9d\x60\x31\x4e\x50\x9b\x5f\x95\x04\x23\x78\xa9\x18\x12\x8c\x5a\x82\x90\xbd\x9f\x28\x82\x51\xe7\x25\x62\x9c\xa0\x36\x23\x2b\x09\xc6\x82\xe0\x6c\x48\x30\x6e\x09\xc2\x6b\x93\x1a\x93\x05\xbc\x2b\x09\xf8\xe4\xb3\x17\x5f\x2e\xc5\xb9\xbe\x4b\x71\xb0\x48\xee\xd5\xcd\x66\x02\x19\xd4\x61\xf1\xbd\xeb\xbe\x16\xc7\x4c\x06\xff\x53\x5e\x8c\xf3\x70\xb9\xf8\xc0\x57\xb2\xca\x2f\xaa\x96\xc8\x27\x77\xd2\xb2\x12\x09\x4a\x8e\x18\xec\xcf\x4e\x79\xb1\x5c\x71\xb5\x9d\x7a\xa0\x35\xed\xac\x89\xb6\x76\x57\x2d\x5f\xfb\xe4\x3a\x2e\xe2\xf9\xb3\x5e\xc1\xa3\xf3\xd9\xd4\x07\xb9\x8b\xb0\x47\x82\x43\x5f\xd5\x29\xfe\x72\xba\xc9\x7a\x54\x29\xc4\x64\xd7\xd3\x4d\xa2\xc9\xc8\xe9\xa6\xce\xb6\x86\xc1\xe9\xa6\x10\x93\x2f\xa7\x9b\xae\xfb\x74\x93\xd0\xca\x76\xa7\x9b\x8c\xca\xe9\x9c\x6e\x92\x0a\x72\x9e\x6e\x92\xe7\x68\xb7\x3c\xfd\xed\xff\xa9\xcf\x33\xf1\x45\x76\x27\x65\x6b\x1e\x05\xbd\x07\xa7\x79\xd8\x07\xfd\x70\xf6\x3e\x2f\x7a\x3f\x66\xe5\xd9\x8c\xaf\xfe\x90\x23\x51\x1a\xab\xf0\x5d\x70\x28\x1f\x48\xc6\xe0\xb3\xce\xcf\xbf\xc2\xd1\xa9\x9f\xb6\xba\x13\x08\x36\xcf\x3c\x84\xae\x37\x70\xda\x6f\xe3\x47\xa1\x0e\x0f\xd1\x73\xbe\x3a\x85\x51\xf4\xe1\x6c\x59\x66\x1c\xe1\xfe\xb5\x29\xa2\xf9\xf3\x87\xb8\x7b\x76\x29\x8c\xa7\x28\x48\xa6\x28\xc0\x53\xe4\xfb\x53\x44\xc2\x29\xc2\xf1\x14\x25\x53\x84\xb0\xb6\xd5\x28\xa4\x53\x14\x7a\x53\x14\x90\x29\xf2\x83\x29\x22\xd1\x14\x61\x3a\x45\xd8\x9b\x22\xa2\xc3\x25\x53\x14\xe2\x29\x0a\xfc\x29\xf2\xc3\x29\x22\xf1\x14\xe1\x64\x8a\xb0\xc0\xaf\xc1\x45\xde\x14\x85\x64\x8a\x82\x60\x8a\xfc\x68\x8a\x22\x7f\x8a\xc2\x70\x8a\x82\x78\x8a\xfc\x44\x03\xf4\xf1\x14\x11\x7f\x8a\x70\x38\x45\xf1\x14\xa1\x88\x4c\x51\x18\x4c\x51\x00\x57\x0b\xe8\x80\x82\x13\x32\x45\x38\x98\xa2\x48\x00\xe2\x29\x0a\xfd\x29\x0a\xc2\x29\xf2\x63\x0d\x90\x24\x53\x44\xf0\x14\x61\x41\x72\x8a\x10\xa1\x53\x44\xbc\x29\xc2\x82\x1d\x09\xf6\xd6\x21\x57\x62\x96\x2b\xe9\xca\x55\x70\x21\xe4\x28\xfa\x4d\xc4\xe7\x29\x42\xa1\xce\xad\x22\x2c\xba\x25\xb8\x05\x86\x3c\x9d\x4b\x5f\x09\x4e\x70\x25\x00\xa2\x29\xd2\xbb\x8b\x23\x29\x0f\x21\x60\xe0\xde\xef\x2a\x42\x28\x54\x08\x58\xc8\xcf\x8f\xa5\x60\xc3\xb0\x27\xaf\xc0\x53\xda\x0a\xa5\xf6\x03\x9d\x82\x50\x8d\x30\x0d\x5f\xa8\x34\x92\x6a\x0f\x75\x1d\x0a\x15\x08\x7b\x10\x76\x21\x74\x28\x04\x5b\x67\x35\x9d\x1b\xa1\xce\x4f\xcf\xe7\x0c\xae\x49\x11\x49\xe5\x7a\x56\x16\x83\x1b\x9e\xc0\x0b\xbe\x7b\xf5\xf3\xcb\xe3\xef\x1e\xcb\x3b\xa5\x84\xc4\xc8\x14\x41\xe7\x85\x84\xa8\xb0\x48\xa5\x26\x90\xae\xb2\x54\xac\xd4\x49\x94\xf5\x82\x40\xa8\x4e\xff\xe5\x37\xcf\x5e\xf3\x35\x62\x8b\x5c\xd5\x46\x3f\x03\x95\xca\xfb\x34\x0c\x7c\x08\xf8\x9f\x9f\x77\xf5\xd9\x4b\x29\xbd\x8d\x77\x17\x5e\x46\x28\xf1\xbc\x69\xff\x59\xfd\xae\x20\x41\x0c\x00\xa4\x03\x40\x3d\x8f\x0c\x40\x7c\x0d\x64\xf8\x34\xd0\x9f\x1a\x08\x84\x5d\x02\xc4\x40\x20\xea\x32\x69\x02\x89\x7b\xfd\x30\x10\xa2\x1d\x46\x86\x28\x92\x3e\x95\x21\x0a\xa6\x83\x98\x00\xd2\xbe\xb4\x86\x20\x59\x8f\xcc\x00\x20\xef\x77\x65\x08\xc2\x35\x90\x21\x85\xa2\xcb\xe5\xb0\x39\x75\xb5\xc6\x74\x54\x1f\x84\x8e\x10\xf0\xe9\x88\x55\x05\x7d\x22\x06\xbb\xa0\x6e\xbb\x89\xe8\xa8\x61\xc6\xd4\x65\x98\x94\x8e\xea\x3b\xa1\x23\xfa\x66\x7d\x26\x0c\x26\xd1\x27\x33\xe4\x24\xa3\xa3\x1a\xcf\xe9\x88\xd5\x70\xea\xb6\xee\xa2\x4f\xc3\xa0\x79\xab\xba\x54\x94\xc0\x66\x41\x12\xed\xa9\x45\x99\x7e\x07\xc4\x48\x3d\xe8\x62\x31\xf5\x31\xd4\x41\x8c\x36\xa1\xf3\x69\x78\x1e\x77\xd9\x70\xf8\x06\x76\x98\x7f\xd2\xe7\xd4\x1a\x28\xb0\x43\xa3\x69\xb7\x33\x06\xab\xe8\x74\xc6\x1a\x27\xb0\xc3\x7e\x79\x0f\xc4\x16\x2a\xb0\x39\x14\xd0\x51\x51\x60\x3a\x2a\x0a\x42\x47\x55\xef\x53\xb7\xda\x82\x1e\x0a\x5b\xac\x70\x89\x3b\xa2\x2e\x13\x8e\xe9\x88\x32\x28\x1d\x91\x64\x42\x47\x4d\x8b\x51\xb7\x42\xd3\xbe\xbc\x0d\x83\x47\x9f\xca\x10\x24\xa7\x2e\x95\x72\x3a\xe2\x42\x45\x5f\xa3\xfa\x1d\x55\xd3\xb1\x2c\x23\xf0\x3c\x1a\x78\xd8\x1a\x41\x14\x8c\x35\xcd\x68\x14\x68\x8b\x20\x35\x11\xcf\x44\x24\xe8\x12\x31\xc2\x84\x5d\x3c\x46\x66\xa2\x2e\x1e\x23\x4c\xdc\xc2\x18\xa8\xe8\xc1\xd6\xd8\x3c\xe9\x93\x30\x20\x61\xfd\xee\xd8\x13\x0e\x45\xc8\x80\x24\xeb\x08\xd6\x00\x90\xb7\x00\xd6\x00\x22\x59\x30\x34\x2e\xfa\x5a\xb1\xe6\x5d\x4e\x61\x62\x3a\xd2\x0b\x42\x5d\xd2\xf6\xfb\x24\x4c\xb6\x41\x7b\x7a\x37\xd9\x06\x1d\x17\x78\x44\x47\x0c\x35\xa6\xe3\x86\x4a\xe9\x88\x52\x12\xea\x50\x0a\xa3\x6e\x5f\x4a\xfb\x1c\xd8\x03\x89\xd3\x55\x72\x3a\x62\xc4\xbc\x2f\x53\x7b\x3c\xb1\x5a\x90\xfe\x02\x62\x78\x8a\xb7\x70\x7b\x4c\xb6\x70\x26\xec\x6f\xe1\xf8\x38\xd8\xc2\x9e\x71\xe8\x74\x7d\x1c\x8d\xb9\x24\x8e\x47\x82\xa1\x9e\x82\x9b\x31\x24\x63\xe1\x12\xb3\x31\xbf\xc7\xe9\x16\xd1\x12\x67\x63\x81\x0c\xe7\x5b\x04\x4b\xcc\xb7\x08\x65\xb8\xe8\x6b\xc8\x68\x2e\x63\xa1\x02\xe3\x31\x0f\xc5\x64\x0b\x07\xc1\xfe\x88\x97\xe1\x60\x9b\xc0\x16\x6e\x11\x76\x70\xe4\x8c\x6e\x38\xde\x22\x2c\x61\xba\x85\x2f\xe2\x64\x0b\xaf\xc7\x6c\x8b\x68\x8a\xd3\xb1\x08\x86\x33\x57\x08\xc3\xf9\x58\x58\xe0\x5b\x84\x51\x5c\xf4\x22\xd4\x2e\xa9\x0a\xf6\x02\x4b\x30\x32\xb3\x4c\x3a\x52\xc1\xd6\x14\x45\xe2\x36\x61\x0f\xb4\xe7\x9e\xe1\x79\xd8\x53\xce\x10\x22\xea\x08\xcd\x44\x23\xee\x40\x8c\x0f\xc7\xf6\xdc\xa4\xa5\x62\xcb\x4c\xea\x9e\xda\xb2\x92\x96\x8b\x21\x9f\x59\x4f\x9a\x43\x88\xbc\x23\x2d\x5b\x6a\x02\x18\x2c\x69\x89\x6a\x6b\x96\x80\xab\x7b\x98\x8e\xb1\x4f\xa8\xdd\x50\x7c\x3a\x66\x28\x01\x1d\x53\x74\x48\xdd\x9d\x8f\xa8\xdb\x94\x62\xed\xf9\xf0\x29\xa5\x76\xd1\x25\xd4\x25\x3a\x46\xc7\xcc\x2b\xa5\x6e\x27\xc8\xa8\xdb\x74\x72\x3a\x66\x18\x9c\x8e\x39\x41\x41\xc7\x4c\xbc\x93\x56\x58\x8c\x00\x8f\xb8\x2b\x26\x23\x16\x8a\xfd\xd1\x90\x81\x03\xa7\xa5\xe2\x70\xd4\xe1\x71\x34\x1a\x35\x70\xec\x8a\xc4\x74\xd4\x13\x71\x32\x1a\x32\x30\x73\x78\x23\x4e\x47\xc2\x05\xce\x46\xa3\x16\xd6\xc3\x81\x81\x04\x1f\x89\xbd\xb8\x18\x0d\x49\x2a\xb5\x70\x76\x13\x3b\xfd\x0a\x93\xf1\xd0\xe2\x3b\x22\x07\x0e\x46\xdc\x1a\x87\xa3\xb1\x05\x47\x4e\x07\xc6\xf1\x68\x6c\xc3\x74\x24\xf8\xe0\x64\xd4\x03\x31\x1b\x09\x03\x38\x1d\x8d\x81\x38\x1b\x0d\x05\x38\x1f\x8d\x47\x98\x3b\x82\x1d\x2e\xba\xd1\x68\x97\xfc\x81\x7a\x92\xa4\x39\xb6\xd4\xd9\x27\xf6\x02\x4b\x2a\x51\x33\x6d\x78\xee\xb7\x18\x02\xb3\x21\x06\x76\x23\x0a\xbb\x12\x31\xe7\x10\x4d\x72\x6c\x22\x1f\x7b\x9d\xf4\xcf\x3e\x7e\xd6\x2b\x2a\xe6\x0c\xa2\xd5\xad\x39\x7f\x90\xcf\xcd\xb9\x43\x2b\x3e\xdb\x0a\x4a\x2b\x1e\x03\x8e\x5c\xf3\x52\x4b\xe6\x50\x9b\xb7\x39\x77\x68\x15\x6c\xe9\xbf\x53\xbf\x98\xda\xbb\x47\xe8\x18\xf3\x3e\x1d\x13\x40\x40\xdd\x2a\x0e\xe9\x58\x17\x22\x6a\xb5\x9f\x98\x8e\x19\x1f\xa5\x2e\xf9\x25\x5d\xe2\xb6\x24\xc2\x61\x1d\x29\x75\x69\x2f\xa3\x63\xd6\x97\x53\xb7\xfd\x72\xea\x76\xbf\x82\x8e\x79\x08\xf6\x46\x5c\x04\xe3\x11\x2f\xc4\x64\xd4\x0d\xb1\xef\x1a\x29\x9c\x16\x8e\xc3\x51\x17\xc1\x91\x37\xa6\x27\x1c\x8f\x46\x32\x4c\x47\xbd\x05\x27\xa3\xe1\x02\xb3\xd1\x80\x87\xd3\x91\x98\x89\xb3\xd1\xb8\x81\xf3\x91\xb0\x84\xb9\x23\x2e\xe1\xc2\x19\x36\x64\xf6\xe0\xee\x03\x1e\xf5\x4b\x4c\xec\x8e\x89\xfd\x11\xb7\xc7\xc1\x88\xe1\xe3\x70\xd4\x77\x70\x34\x1e\xdd\x62\x47\x78\xc3\x74\xdc\x79\x12\x67\xfc\xc0\x6c\x34\xfe\xe1\x74\x34\x88\xe2\xcc\x19\x44\x70\x3e\x1a\xa5\x30\x1f\x09\x53\xb8\xe8\xc6\x91\xdd\x92\x07\x63\x4c\xa9\xf9\xb5\xad\x90\x34\xdc\x18\x53\x86\xbb\xda\x76\x0d\x63\xc6\xa0\x00\x60\x3e\xc5\x98\x37\x34\x39\x9f\xe1\x79\x54\x23\xb0\x01\xc4\x2d\x83\x86\xa7\xba\xce\x6d\x29\x43\xcb\x9f\x25\x67\x68\x7b\x68\xa0\x90\xb6\x0c\x9a\x59\xc8\x3a\x00\xa6\x81\xc3\xea\x7b\x5c\x57\x8e\x01\x75\xd1\x11\x8e\x79\xce\xc1\xd5\x1e\xd3\x11\xe1\x12\xea\xd9\x0c\xc7\xa7\x6e\xc3\x09\xa8\xcb\x70\x42\x3a\x62\x17\x11\x1d\x91\x5a\x4c\x47\x4c\x8f\xd2\x11\xd5\x26\xd4\x26\x77\x46\x47\x74\x9a\x52\xb7\xd5\x66\x74\xc4\x6a\x72\x3a\xa2\x39\x4e\xdd\x86\x5b\x50\x97\xd9\x63\xcf\xe9\xb6\x18\x7b\x56\xbd\x62\x32\xe6\xd3\xd8\x1f\xf3\x49\x1c\x8c\x78\x35\x0e\xc7\x9c\x02\x47\x63\x91\x03\xc7\x23\xbe\xdd\x8c\x7b\x56\x35\xe2\x64\xcc\x81\x30\x1b\x89\x8f\x38\x1d\x8b\x20\x38\x73\x46\x28\x9c\x8f\x45\x18\xcc\xed\x83\x73\x31\x12\x21\x20\x3f\x70\xeb\x0a\x8f\x58\x1a\x26\x23\x9e\x8e\xfd\x31\x67\xc6\xc1\x98\xb3\xe2\x70\x2c\x54\x45\xf6\x50\x84\xe3\xb1\x60\x81\xa9\xdb\x5d\x92\x31\x87\xc7\xcc\x1a\x2c\x70\x3a\xe6\xcb\x38\x1b\x09\x17\x38\x77\x06\x4b\xcc\xc7\x42\x19\x2e\x7a\x01\x67\x97\xac\x40\xb1\x4d\x4d\x51\xa4\xc6\x69\xca\x0b\x64\x5b\x62\xee\xb3\xdf\x3e\x27\x26\xdc\x41\x2b\x11\x23\xfe\x50\xef\x8f\x29\x2b\x68\x9e\x0e\x71\xc7\x1d\x83\xb6\x8e\x8a\xc6\x6c\x40\x63\x6a\x88\x98\xd5\x64\x8d\x2c\xa7\xca\x40\x4d\x19\x80\x26\xab\xe1\xf3\x5c\x43\x3b\x7c\xca\x9b\xbe\x0e\x9f\x15\x1d\x29\x9b\x7a\xea\x54\x12\xa6\x6e\x25\x11\x6a\xe9\x91\x4f\x5d\xda\x09\xa8\xab\x3f\x21\x75\x5b\x5d\x44\xdd\x96\x11\x53\xbb\x3c\x28\x75\xd9\x45\x42\xed\xf6\xcc\xa8\x5b\xf5\x29\x75\xeb\x30\xa3\x16\x9b\xca\xa9\x5b\x45\x9c\xba\x6c\xaa\xa0\x6e\x53\xc6\xde\x88\x1f\x61\x3c\x62\x7c\x98\x8c\x78\x2a\xf6\x1d\x06\x88\x03\xa7\x9f\xe2\x70\xc4\x15\x71\xe4\x8d\xc4\xa0\xd8\xe9\x73\x4d\x06\x6b\xe1\x3d\xb1\x46\x6d\x66\xf3\x56\x9c\x8e\x84\x36\x9c\x39\xe2\x22\xce\x47\x62\x08\xe6\x23\x3e\x8b\x0b\x67\x70\x13\x23\xba\x85\x71\xec\x34\x25\x4c\x9c\x4e\x8b\xfd\x11\xbf\xc4\xc1\x88\x63\xe2\xd0\xe1\x99\x38\x1a\x89\x35\x38\x1e\x0d\x56\x23\x9e\x84\x93\x11\x1f\xc5\xcc\x11\x00\x70\xea\x8c\x5a\x38\x73\x86\x16\x9c\xdb\xfc\x1f\xf3\x31\x17\x2e\xba\xa1\x67\xf7\xa1\xdb\x60\x23\x35\xab\x81\x87\x0d\x43\xb7\x4a\x35\x0c\x83\xb6\x42\x6a\x6a\x16\x34\x49\x8e\xe9\x69\x68\xe9\x7e\x24\x51\x1a\xc6\xe8\x36\x65\x1a\x3e\xa5\x5a\x07\x4c\xc3\x74\xd3\xf7\x61\x53\xa6\x19\xf9\xf0\x69\xaa\x75\xc2\xf4\xaa\xae\xe5\x71\x86\x61\x5a\xca\x6d\x88\x95\xb7\x72\x33\xbd\xa4\x6b\x99\xef\xb0\xa7\x2e\x31\x60\x6a\x16\x2a\xa1\x2e\xfd\xfa\xd4\xd5\xc7\x80\x3a\x0c\x27\xa4\x2e\xe1\x45\xd4\xd5\x93\x98\xda\xc4\x43\xa9\xc3\xac\x12\xea\x52\x35\xa3\x2e\x8d\xa4\xd4\x61\x08\x19\xb5\x99\x79\x4e\x5d\x96\xcc\xa9\xd9\x62\x0b\xea\x50\x32\xf6\x9c\x5a\xc6\xd8\xe9\xae\xc4\xe9\xaf\xd8\x77\xfa\x0a\x0e\x5c\xee\x80\x43\xa7\x2b\xe1\xc8\xe9\x10\x38\x76\x45\x04\x35\xde\x18\x1f\x25\xce\x68\x81\x99\xcb\x63\x70\x6a\x09\x1a\x38\xb3\x05\xd9\xdc\xe9\xb9\x98\x3b\x83\x02\x2e\xac\x11\x11\x7b\x4e\xad\x63\xa7\x23\x62\xe2\xf6\x6e\xdf\x62\x69\x38\x70\x3a\x1a\x0e\x5d\x2e\x8c\x23\xab\x1f\xe2\xd8\x19\x19\x30\x75\x7a\x3f\x4e\x9c\xbe\x88\x99\x25\x58\xe1\xd4\xe9\x6e\x38\x73\x45\x07\x9c\x5b\xbd\x18\x73\x67\xe4\xc0\x85\x16\x1c\x76\x19\x53\xa9\x18\xe0\x89\x01\x61\x23\x9c\x61\x3c\xbe\xdb\x2e\x6e\x0c\xc3\xb1\x6c\x37\x0c\xc4\x0a\x9f\xe1\x51\x28\xf1\x11\x23\x1f\x51\xf3\xd0\x14\x84\x15\x27\xe6\x71\x86\x7a\x66\xfe\x93\xa6\xdf\xa6\x10\x2c\xf9\x34\x3d\x4a\x1b\xa4\x06\x3e\xb3\xbb\xf2\xb0\xc7\x30\xfc\x9a\xed\x84\x37\x42\x34\xb4\x29\x14\x13\x86\x47\xf5\xa2\x92\xb5\xe7\xf2\x31\x76\xc9\x54\xc1\x10\x97\xfe\x15\x8c\xef\xd2\xb5\xfa\x3d\x70\x09\x5b\xc1\x84\x76\xb1\x2a\x88\x68\xb4\xcf\xb1\xc5\xb4\xd4\x63\xea\x92\xa8\x82\x49\x6c\x5a\x52\xcf\x99\xdd\x4a\x15\x44\xea\xb2\x47\x05\x93\x99\x55\xae\x9e\xe6\x2e\x33\x52\x30\xdc\x65\xa2\x0a\xa6\xb0\x7b\x68\x9d\x11\x1b\x1d\x1b\xbb\x7a\x80\x89\x45\xc8\xd8\xb7\x59\x1c\x0e\x5c\xcc\xe2\xd0\xa5\x16\x1c\xb9\x84\x81\x63\x47\x17\x6d\xf1\x37\xb1\xab\x10\x33\x97\xa5\xe2\xd4\x19\x0f\x33\x97\x47\xe1\xdc\x6e\xdf\x98\xdb\x8c\x0e\x17\xe3\xde\xd5\xbe\xdc\x58\x21\xb0\x3b\x16\x60\x32\x6e\x70\xd8\x1f\xf3\x3e\x1c\x38\xbd\x0f\x87\xe3\x41\xa0\x56\xb6\xb3\xbb\xf1\x78\x50\xc2\x74\x3c\xb8\xe1\x64\x3c\x1a\xd4\xe6\xe0\xf2\x32\x69\x14\xd6\xa7\xd9\x58\x58\x93\x86\xe1\xe0\x93\x8f\x45\x9c\xda\x48\x80\x8a\x36\xb2\xcb\x8f\x7a\x5d\x83\xa7\x6c\xfd\x7e\x8d\xaa\x19\xab\xd0\x9a\xcf\x79\x56\x41\x3d\xa2\x97\xdf\x3c\x7b\x8d\xca\xc5\x59\x7d\x4d\x44\x53\xd1\xe0\xe9\x83\x97\xbd\x8b\x8b\xdb\x83\x89\x53\xd4\x6e\xfc\x87\x0b\x14\xd5\x17\xf8\xac\xbe\x4c\xf5\x86\x9e\xfa\x55\x02\xc8\x2f\xf5\x67\xf1\x65\xaa\xf5\xa7\xcf\xb9\x56\x55\xe9\xdb\x47\x2f\x65\x61\x2c\x24\x0b\xbf\xb8\xef\xa8\x12\xd0\xcd\x05\x55\xf2\x8b\x56\x25\xe5\xaa\x57\x54\xb9\x4b\xeb\xbd\xe7\x97\x4d\x09\xb0\xf7\xfc\xd2\x50\xfa\xee\x3d\xbf\xac\xeb\xea\xbd\xe7\x97\xe6\xb2\x7a\x82\x86\x54\x51\x18\xa1\xb4\xac\xd6\x88\x65\xd9\x72\x95\x97\x8b\x13\x54\x2d\xd1\xf3\x87\xd8\x88\xf7\x9b\x12\x4a\x01\xbd\xe9\xd7\x40\x36\xdd\x1d\x12\x46\xf6\xbb\x43\x5a\x74\xcf\x97\x02\xe1\xf3\x87\xf8\x4d\xf9\x16\xdd\x41\xd8\x50\xa3\x54\xd1\x95\xe5\xf9\x27\x75\xef\xde\xb4\xed\x55\x39\x3e\xf1\x9f\x89\x8f\xd1\x1d\x0d\x35\xd4\xe1\xdb\x43\x37\x07\x88\x0d\x05\x4b\x1f\xac\xd7\xfc\x34\x9d\x73\x84\x23\xb4\x3e\x4f\xdf\xf3\x4b\x83\xf8\xd7\xe7\xe9\xf7\xfc\x72\xdd\xa8\xa0\xfd\x6e\x17\xca\xe2\x25\x00\x49\xd1\xd4\x5f\xee\x23\x1c\x35\xdf\xec\x57\xac\x3c\x84\x8a\x53\x8a\x1f\xb3\x20\xd7\x35\x76\xc5\xcb\x1b\x85\xf4\xad\x62\xca\x88\xd7\x7d\x75\x4b\x5a\x56\x2f\xa1\x2a\xca\x91\x56\x04\xa5\xc1\x6b\x43\x29\x0d\x2a\xa0\x46\x83\x22\xc3\x36\x26\xab\x21\x81\xdd\x6a\xba\x74\x8a\xd5\xf2\x14\x02\xcc\x9c\x17\x15\x22\x14\x3c\x43\x50\x36\x37\x94\xc2\x79\x33\x29\xd1\xa1\xbc\x1b\xc2\x83\x02\x8e\xb5\x71\x4d\x26\xcf\x1f\x12\x65\x83\x7b\x68\xbf\x91\xc0\x1e\xfa\x1b\x22\xf4\x2d\xd4\x78\x04\xdb\x2a\xd1\xdf\xe0\x8e\x8b\xad\xd9\x5b\x95\x27\xb3\xed\xf9\x0b\xa0\x7c\x67\xcb\xe4\x5e\x87\x4b\x42\xe1\xb1\xe4\x15\xed\x23\x12\x58\x18\xde\x33\x70\x3c\x20\x6b\xaa\xec\x2f\x3a\x50\x2e\x32\x8e\x38\xcb\x66\xca\xec\x50\xb9\x46\xec\xec\x6c\x5e\xf2\x5c\xe8\x92\x2d\x10\xdf\x9c\xb1\x45\xce\xf3\xba\x2e\x23\x84\xf7\xa9\x11\x9b\x10\x81\x42\x93\xb1\x05\x4a\x39\x4a\x57\xcb\xf7\x7c\x81\xca\x45\xb5\x44\x54\x16\x05\x5e\xa3\x75\xc6\xe6\x12\xbd\x44\xb9\x36\x63\xbb\x98\x95\xd9\x0c\xb1\xf9\x7c\x79\xb1\x06\xd4\x02\x6f\xb5\x14\x68\xcf\xd7\x3c\x47\x17\x65\x35\x5b\x9e\x57\x92\xc1\x75\xb9\x5c\x0c\xb1\x28\x41\x43\x79\xcd\x49\xfb\xe5\xfe\x7d\x75\xad\x4c\xfb\x93\x08\x28\x3e\x36\x49\xae\x63\xb9\x58\x5a\x6e\xec\x36\x5c\x85\x16\x82\x58\xfb\x19\x62\xd6\xa4\x94\x4a\xbc\x8d\x84\xf6\x7d\xb3\xaa\x6c\xfd\x88\xf5\x7e\xc4\x6f\x55\x61\xcf\xdf\xf4\x9f\xe0\x52\x80\xc1\x55\x3b\x86\x08\xf8\x50\x16\xbe\x44\xe5\xe2\x03\x5f\xad\xb9\x3d\x0a\x96\x8b\x0f\x2f\x7b\x81\xb0\xf3\xd3\x56\x03\x04\x76\x0c\x10\x2d\x36\x5d\x62\xeb\x37\x38\x14\x06\xdd\xc7\xfe\xb1\x33\xe1\xd0\x7e\xe1\x8b\x6c\x75\x79\x56\xed\x70\x15\xa0\xaa\x58\xbb\x7c\xd8\xb4\x6b\x81\xa7\xdd\x90\x6f\x2d\xa1\x9b\xf3\xcf\x41\xb5\x95\x88\xab\x76\xef\x43\x37\xe5\x69\x2d\x48\x53\xd2\xf1\x1f\xbc\xd2\xf3\xb4\x2e\x73\x73\x40\xaa\x5d\x8d\xd5\xd7\x81\x04\x5b\xf5\xc1\xe0\xe6\x2c\x43\xf6\xf1\xdd\xa2\xac\x4a\x36\xd7\x4b\x5f\x75\x61\xf8\x26\x9b\xb1\xc5\x09\x7f\xf2\xa2\x2d\x8b\x2a\x2b\x8f\x79\x1b\xaf\x90\xff\xeb\x9b\xb4\xb9\x8d\xbc\x9f\x1a\xde\x58\x8b\xc2\xda\xe6\xc5\x13\xbd\x0d\x01\x3a\xbe\xfa\xdb\xae\x0d\x95\xbc\x79\x45\x21\xfe\xbf\x25\x6f\xd0\x26\x54\x7f\xc6\xca\xb4\xae\xab\xda\x64\xf9\x30\xf0\x28\xf9\x51\x7a\x15\x7c\x1e\xbf\xb6\xcd\x30\x12\x19\xf3\x09\x40\x67\xbb\xf6\xa2\x31\x0c\xdd\x4e\x2c\xb0\xab\x2e\xec\x4a\xc1\x1a\x99\x7c\xcc\xcb\x75\xc5\xe7\x8d\x15\x9b\x31\x16\xd0\xf9\xed\x52\x0b\xea\x0e\xd0\x85\x18\x68\x65\xa9\xb5\x37\xe5\xdb\x37\x93\x89\xe2\xf6\x5d\x1b\xae\x45\x22\xd9\xbc\xba\xc0\x77\x28\xab\x6d\x12\x8d\x21\x60\xf7\x1c\x69\x65\x93\x54\xcf\x93\xe6\x35\x1b\xc5\x78\x00\xff\x71\x91\x2f\xd1\xfa\x82\x9d\xc9\xf4\x63\xce\xd6\x95\x34\x86\x61\x08\xaf\xdc\x2a\xeb\x31\xdb\x55\x98\xcb\xf1\x2b\x83\x0d\x43\x45\xf1\x5d\x5d\x7d\xe0\x1a\xd7\xe6\x82\x57\x71\xf5\xab\x84\x94\x91\xd0\x65\x78\x23\xab\xd0\xf2\xbc\x1a\x44\xe0\x26\xe4\xba\x55\xd6\x09\xb9\x76\x9d\x75\x86\x8c\xf7\xfc\x52\x96\x80\x8e\x82\x43\x9f\xe8\x4f\xca\x0f\x96\x07\x5a\xdd\xe8\xc8\x58\x35\xfa\x10\xbd\x14\x16\xa8\x5e\x02\x56\xcb\xf5\xba\x4d\xd3\xa1\xe6\x21\x24\xc4\xf0\x5a\x2a\x5b\x34\x03\x55\x2b\xb8\x49\x3d\x5e\x9d\xb2\xf5\xfb\x8e\xcb\xd6\xb6\x3b\x99\x74\x4c\x54\x38\x62\x3d\xba\xbe\xeb\x74\x5d\x38\xad\xc0\xa2\x89\xa0\x63\xb2\xef\xc0\x66\xbf\x32\x1a\xbe\x78\x26\x32\x2a\x89\x59\x41\xd5\x7e\x37\x60\xfb\xc5\x93\xed\xd9\x5e\xd9\xd9\x9e\xbb\xd9\x9e\x3b\xd8\x5e\x6d\xc1\xb6\xb3\x88\xf4\xba\xae\x22\x2d\xa7\x3f\xb6\xab\x23\x3d\x56\x84\x59\xe2\xaa\xf8\xa6\xd2\x4b\x31\x7f\xfb\xe8\xe5\x81\x4a\xd0\x3a\xb5\x98\xa7\x28\x2b\x4e\x0c\xc5\xb5\xcf\xe6\x4c\x30\xb1\xa9\x50\x1f\x8b\x4a\xb8\x26\x2d\x1d\x13\xa2\xa6\xb2\xf3\x70\xa2\xa6\x5b\x74\xfb\xdb\x47\x2f\x8d\x15\xb7\x5f\xad\xca\xb3\x39\xbf\xb3\xdb\x14\x91\x6c\xd4\x99\x28\xd2\x7f\xfa\xf3\x4c\x17\xa9\x89\x08\xc1\x76\x09\x15\x4a\xb3\xfe\xf5\x40\x2a\x8b\xe5\x6b\x8c\x8e\x04\xdc\x81\x94\xea\x23\xa9\xe3\xe5\x6a\xd2\xde\xb3\xae\x2e\x8e\xaf\x49\x1f\xac\xe7\x65\xc6\x27\xde\x14\x91\xbd\xc1\x5d\x18\x0d\x5a\x72\x45\xb4\x64\x8a\x02\x07\x5a\xff\x8a\x68\x83\x29\x8a\xf6\xec\x17\x69\x5c\xf9\xdd\x83\xaf\xf1\x81\xde\x58\x6b\x61\x95\xcc\x81\xfe\xce\xb1\x45\x03\x7f\x0b\x0a\xd7\xf3\x4e\x23\x68\xed\xc8\x1c\xd9\xb5\xfb\x78\x0b\x0a\xe6\x51\x0f\x27\xe4\xda\x86\xbd\x7f\x92\xb0\xda\x44\x97\x6b\x08\xae\x2d\xae\x1d\x43\xac\x2d\xc4\x75\x03\x6d\x03\xe5\xac\x9f\xdf\x40\xf5\x4a\xe8\x6b\x85\xd9\xef\x86\x64\xda\xab\xaa\xaf\x15\x77\xbf\x1b\x06\xd3\xb6\xaa\xfb\xdd\x30\x9a\xaa\x62\xef\x77\x23\xfc\xf1\xed\x94\x06\x9f\x54\x70\xff\x8f\xac\xb4\xff\xd9\xea\xe1\xff\xf7\x54\xb6\x87\x9b\x0a\xca\x05\xcf\xaf\xb7\xc4\xfd\x37\x6c\xcd\xdb\xaa\xf5\x6c\xcd\xb5\x67\xaf\x7d\xe2\xac\x80\x3f\xf4\xe5\x4d\x14\xa0\x05\x3b\xe5\xeb\x33\xdd\x4b\x0f\x75\x36\x04\x88\x60\x43\xfe\xf7\x1f\x1f\x4d\x68\x1e\xa0\x28\x68\xae\xb0\x31\xa1\x79\x1d\x05\x82\x0f\x60\x6a\x13\x05\x07\xea\x8b\xe0\xdf\x90\x19\xb4\xa8\x25\x7a\x35\x9d\x52\xfe\xca\xd7\x88\xa1\x05\xbf\x98\x5f\x22\xe9\x6b\xb9\x89\xb0\x1e\x50\x50\xe7\x36\x8f\xc5\xf9\x69\xca\x57\x1f\x11\xdc\x2a\x05\xb7\xaa\x88\x0f\x3e\x81\x74\xfe\xc0\xd9\x64\xbe\xbc\x80\x16\xe2\xbf\xa6\x06\xdd\xc6\xdd\xe8\x36\x04\xa8\xe5\xb2\x69\xe5\x52\x47\x84\x5a\x3c\xf5\xc0\x2c\x57\xff\x3c\xe2\xf9\xf0\x56\x16\x78\xa1\x17\x79\xdd\xf9\xce\x5a\xd2\x10\xe2\x17\x65\x27\xa3\x12\x3d\x9c\x0a\xae\xcd\x63\x98\xba\x5f\xcb\x70\xab\x27\x3c\x16\xbd\x3d\x42\xdd\xdb\xb7\xf5\x37\xf3\xbe\xa6\xbe\x29\xab\x8b\x72\xcd\xd1\x0f\xcf\x5e\xad\x01\xc3\x98\x62\xea\x8b\x52\x94\x81\x7c\x44\x0f\x84\x7e\x85\x5c\xee\x80\x60\xd4\x48\xc2\x8a\x8a\xaf\xd0\x82\x9f\xb0\xaa\x5c\x9c\x5c\x83\xe0\x01\x15\x17\x82\x57\x2a\x38\x58\x2c\xab\x89\x55\xaa\x87\x87\x68\xb1\x1c\xcd\x54\xe1\x4e\x16\x29\xd0\xdf\x1b\xe9\xde\x33\x82\x49\xc1\xfe\x5e\x0b\xd9\x90\x92\x2a\xc9\x28\xc1\xd4\xd6\xd0\xaa\xf3\x5e\x87\xbb\x4e\x06\x60\xd3\xca\x83\x1f\xbe\xd5\xb4\x02\xcb\x09\x30\x6e\x9f\xb1\x35\x2c\x2f\x6c\xe5\x43\x8d\xa6\x00\x87\x70\x89\x46\x59\xd5\x52\x90\xa8\xf1\x5e\xb3\xf2\x1f\xfc\xf0\xed\xf5\xa8\x5e\xae\xed\xb4\x8a\x67\x8b\x7c\xc2\x16\xcb\x6a\xc6\x57\x8a\x11\x97\x19\xb0\x45\xae\x9b\x81\xe8\xe1\x88\x29\xb4\x7e\x76\x53\x0a\x64\xcc\x2a\x1a\xcf\x53\xf0\x7f\x98\x7d\x3c\x7b\xf1\xb9\xcd\xe3\xd9\x8b\xcf\x64\x1d\xcf\x5e\x5c\x8f\x71\x2c\x57\x1d\xdb\x58\xae\x76\x30\x8d\xe5\xea\xca\x96\xf1\xdb\x8e\x96\xf1\xdb\x1f\x6c\x19\xaf\x3f\xbf\x69\xbc\xfe\x6c\xb6\xf1\xfa\xba\x8c\x63\xd3\xb3\x8e\xcd\x4e\xe6\xb1\xf9\x04\xfb\x78\xb7\xa3\x7d\xbc\xfb\x83\xec\x03\x16\xe5\x75\xcb\x58\xc8\x99\x51\xf5\x42\x38\xe7\x45\xb5\x7d\x56\xb6\x00\x9b\x90\xdf\xd0\xb2\x68\x30\xc1\x15\x36\xd7\x65\x0c\x80\xec\x7a\xcc\x01\x50\x75\x0c\x02\x7e\x79\x32\x21\xa1\xcb\x0e\x24\x90\x6e\x0a\x0b\x93\x1d\x88\x57\xa0\x05\xba\x8f\x7c\x62\x5b\xe9\xd2\x2c\x65\xd2\x9a\xca\xfd\xfb\x68\x01\x4b\xe4\x8d\x31\xc8\xad\x43\x04\xdd\x41\x0b\xe3\x65\xf5\x66\x13\x12\x78\x86\xb6\xf6\x11\xd5\x2f\x4f\x6e\x86\x74\x34\x93\x05\xba\x63\xb8\x31\x74\x40\xba\xbf\xd4\x25\xc8\xfd\x77\x5a\x2f\x4c\xe5\xff\xdb\x99\xef\x8b\x89\xfd\xe5\xa2\xb6\xde\x17\xd7\x64\xbd\x52\xef\x5d\x4b\xd5\x8c\xb7\xb6\xe7\x2d\x8c\x77\x10\x31\x01\xd5\x15\xec\x57\xf3\x82\x06\xcf\xb8\x01\x2b\xf2\x7f\xb8\x05\xbf\x58\x56\xac\xe2\x9f\x3b\x00\xaf\x80\xca\x75\x99\x30\x60\xbb\x1e\x13\x96\x8c\xe9\x26\xbc\x5a\x8e\xc6\x5f\x01\x32\x6a\xbf\xaa\x47\x60\x07\x2a\xaa\x2f\xf6\x44\x3a\xd8\xfe\xf2\x62\x12\x05\x03\xb3\xfc\x54\x85\x5d\x53\xcc\xf9\x73\x69\x6c\x24\xe4\x08\x88\xdd\x15\xf6\x62\xa0\xb0\x27\x57\x51\xd8\x83\x3c\xff\xdc\x99\x2f\xcb\xf3\xcf\x94\xf9\xca\x2b\xbf\xaf\xe3\x9d\x39\xef\xbd\x33\xe7\x3b\xbd\x33\xe7\x5b\xbf\x33\xf7\x47\x84\xfd\x26\x91\x85\x0d\xa3\xe6\xe4\x37\x63\xab\xd5\xa5\x68\x56\x8f\x21\xf2\x62\xf8\xce\xb0\xd2\x5e\x0f\x6f\xc6\x31\x4c\xa4\xf6\xdb\x9c\x1b\xed\x4b\x1a\x8a\x87\x4f\x8d\xe8\xf2\x9b\x79\x75\xe5\xc1\x42\x5d\x01\xbe\x2c\xf4\xb9\xcd\xb5\xe9\x86\xe3\xd5\xf2\x8c\xaf\xaa\x4b\xf4\x0f\x75\xc5\x30\x00\x82\x79\x35\x28\x06\xd3\x8a\xca\x40\xd6\x07\x26\x3c\x75\x58\x69\xee\x44\xef\x46\x97\x75\x79\xb2\x28\x8b\x32\x63\x8b\x0a\xa5\xf0\xbc\x5c\x68\xbe\x01\x44\x1d\xb3\xbf\xed\xbc\x74\xcd\x4c\xfd\xcb\x35\xcc\x03\x0f\x39\xb0\xbb\x63\x47\x5c\x93\x67\x67\xc2\x2c\xd9\x7c\xaf\x23\xfb\x51\xc1\x21\x63\x40\x6e\x24\xa7\xa1\xdd\x4a\x88\xbc\xab\xe6\x4f\xf0\xd5\x0b\x5d\xd4\xfd\x5e\x74\xd6\x7c\xbb\x3e\xfb\x89\xc8\xde\x0c\xda\x8b\xbf\x5d\xa7\xb5\xa7\xbb\x62\xc1\x14\x27\x98\xe1\x14\xce\xd4\x64\x38\xc7\x1c\x17\x7b\x03\x24\x6f\xff\x8d\xba\x3a\x45\xd8\xdb\x7a\x79\x00\x8c\x6e\xda\x98\xed\x20\x2c\x5f\xa8\xcd\x13\x10\x16\xeb\x2f\xf2\xbf\xbf\xfd\x66\x38\x80\x21\xf2\xfe\xc6\x07\xfe\x72\x84\x86\xab\x60\xfa\x9f\x1c\x9b\x6b\xf0\xa3\x86\x8d\xfe\x5e\x40\x6b\xd2\xde\x47\x20\x7d\x68\xce\x17\x27\xd5\x0c\xdd\x46\x74\xcb\xad\xd4\xfd\x40\xf3\x70\xb9\xf8\xc0\x57\xf5\xab\xa1\x16\x86\x55\x7c\x10\x83\x76\x7d\x3a\x60\xab\xc0\x53\x8f\xda\x8d\x76\x3b\x2b\x73\x1f\xd1\xab\x6e\x10\xbd\xb5\x46\x39\xab\x18\x62\xeb\x1d\xe9\x6c\x3d\x93\xd5\x5d\x29\xdc\x68\x01\xfa\xa0\x5a\xbe\xf6\x89\x7d\x29\x04\x1e\x7f\xc2\x9e\x1d\x45\xab\x6b\x54\x86\x9d\x3b\x35\xdc\x13\xa9\xcc\x86\xc9\x5a\xbd\xa6\x5d\x3c\x52\x6d\x06\x5c\xb2\xbb\x5b\x6f\xde\xef\xd2\x76\x9f\xf4\x6a\x97\xf0\xea\x56\x6f\x06\x5b\xf8\xc5\x5f\xcd\xc3\xc1\xd9\xf9\x7a\x36\xa9\x13\x29\x91\x23\x98\xde\x2b\xcd\xd0\xbd\x5c\x02\x19\xf6\xc9\xd6\xa9\x88\xa6\xe0\x3a\x82\xd4\x38\xa7\x5d\xb7\xb1\x6e\x24\x19\x78\x05\xa0\x11\x26\x99\x2d\xcf\x60\x90\xb4\x8c\xfd\x68\x34\x6d\x6d\xcc\x9e\xa3\x6c\xbe\x5c\xb8\xde\x54\xb6\x35\x69\xc0\xd3\xb7\x65\xf8\xd1\x6e\xcb\xf0\xd8\x69\xcb\x3a\x66\xc8\x52\x24\xbb\xcd\xce\x57\xd3\x4e\xd7\x87\x00\xff\x57\x30\xec\xbf\x4a\xc9\x0c\x91\xd6\xb1\x54\xe2\x1b\x86\xd9\x7a\xd7\x98\x9d\x00\x9c\x61\xaa\x17\xd6\x65\x72\x62\x21\xd3\xb8\xd0\x45\xc7\x7f\x46\xdd\xe0\x62\x1b\x1f\xb8\x50\x26\x5f\xa3\x7f\x53\xbe\x35\x89\xdd\x6e\xaa\x00\xdc\x59\x5f\x6e\xd2\x63\xeb\xbe\x99\xde\x6e\x19\xb5\x35\xe6\xe3\xdb\x29\x0d\xb7\xd9\xef\x72\x78\xfb\x2f\x68\x56\x55\x67\xeb\xbb\x87\x87\xa7\xd5\x6c\x7d\x90\xf2\xc3\xf3\xaa\xa0\xbf\xac\xd1\x07\x72\x80\x0f\x08\x4a\x2f\xd1\xff\x38\x65\xd5\xac\x64\x6b\x61\x31\xed\x06\x19\xd8\x15\x22\x37\x7b\x1c\x1e\xa2\x6f\x79\x25\x8f\xc3\x71\x2e\xc4\x5d\xb2\x74\xce\xd7\xe8\xef\x8a\xd2\xdf\x6f\x7c\x05\xdb\xf8\x57\x9c\x3f\x6a\xf6\xbf\x0c\x76\xd2\xa0\x5b\x52\x79\xb7\xd0\xcd\x9b\xf5\xcf\xf7\xec\xe8\xd1\xdf\x65\x77\x34\xe4\x4f\xe1\x87\x16\xf7\xa9\xfa\xde\x45\xad\x7e\xbd\x79\xd3\xb0\x3f\xe7\xa8\xc3\x64\x03\xec\x64\xe3\x04\x76\xce\xfc\x7d\x2a\x77\xe3\xff\xb0\xcc\xf9\xc1\x2f\x6b\xb4\x5c\xa1\x6f\xe4\x56\x9a\xb2\x28\x79\x8e\xb2\x65\xce\xa7\x80\x85\x2d\x72\x74\xbe\xe6\xa8\xac\xc4\xb8\xf6\x77\x21\x47\xad\x0f\x6a\x1f\x4e\xd3\x87\x13\xf5\xbd\xdb\x07\xf9\xeb\x3d\xb9\x27\xa9\x6d\x76\xd0\x40\x1f\xe9\xc8\x7e\xfb\x4d\xfb\x76\x70\x51\x2e\x72\xf1\x76\xd9\x81\x91\x5b\x87\x04\x2f\x48\xff\x19\x36\xfb\xdc\xf8\xea\xf0\xf6\x9d\x6b\xfb\xbb\x7d\x78\x43\xf6\x76\x5d\xad\xca\xc5\xc9\xe3\xd5\xf2\xf4\xe1\x8c\xad\x1e\x2e\x73\xa1\xb9\x97\xf0\xe3\x41\xa1\xfd\xaa\x84\xff\x8a\xbd\xe7\x0b\x29\xe3\xbe\xc9\x9e\x9d\x2f\x2e\x85\x7c\x6f\x7c\xd5\x44\xb0\xf3\x6c\x4d\x72\x2e\x7e\x9c\x48\x3a\xb2\x83\xb0\xb4\x09\x9b\xef\xeb\x21\x10\x7e\xca\x96\xe7\x8b\x8a\xaf\xd4\xcc\x25\xfc\x34\xaf\x63\x85\x6c\xde\x06\x0b\x78\x0a\xe7\x19\xeb\x2f\x7c\x53\xad\x98\xf8\x72\x31\x2b\xe7\x1c\x4d\x6a\x6c\xf7\x15\x12\x49\xfa\x2b\x68\xd3\x22\xcc\x54\xf7\x1e\x54\x75\x83\xfd\x7d\xe1\xea\x5f\x81\x4e\x25\xf0\xd7\x47\xc8\xdb\x7c\x4b\x3d\x4f\xe8\x5c\xfe\x74\x1f\x7e\xfa\xe6\xf1\x63\xf1\x93\x85\x92\x10\x17\xbc\xae\xaf\xcf\x57\xab\xe5\x09\xab\xf8\x14\xac\xae\x9a\xf1\x15\x87\x73\x9e\x68\xc1\x37\x15\x12\x2c\xb0\xac\xe2\x2b\x68\x04\xdd\xd8\x86\x3f\x60\x70\x22\xc1\x6f\x22\x6f\xf3\xf8\xa1\xe7\xed\x09\x0b\xf5\x36\xdf\xc2\xc7\x7f\x88\xe0\x3c\x5f\x5e\xb4\xf4\xa1\xd9\x57\x52\xf2\x72\x28\x9f\xa8\x2e\x0a\x04\xfe\xe3\xc7\x7b\x70\x34\xd3\xdb\x43\xfb\x48\xc3\x0c\x0f\xf6\xeb\x8a\x43\x8a\x7a\x9b\x05\xab\xae\x9e\x2f\x4e\x59\x95\xcd\x78\xde\xd2\xbb\x87\x96\x8b\xf9\x25\x62\x67\x67\x1c\xfa\x5d\xae\xc1\x01\xd1\xf9\xa2\xac\xa6\xe2\x45\x33\x63\x6b\x0e\x6f\x9b\x42\x10\x0d\xa6\x06\x46\x08\xa9\xaa\xf7\x45\x35\x58\xc5\x50\xcf\xb4\xaf\x67\xac\x5c\x0d\x7b\x06\xfd\x52\xbc\x7e\xa5\x44\x77\xe7\x8e\xe2\xfd\x46\xbf\x03\x96\x96\x02\x50\xfc\x5f\xc5\x7b\x09\x55\x7b\xe3\x55\x9c\x81\x2f\xc0\x19\x60\x14\x6e\x7d\xa1\xb1\x72\x99\xb7\x74\x8d\xbc\x5c\xe4\x7c\x83\x8e\xd0\x1d\x6c\x34\xfb\xc6\x8f\x6e\xdd\xd2\x8c\x7f\x7f\x5f\x36\xb3\x18\x3f\xd0\x79\x03\x20\x6f\xfb\xc6\x2e\x4c\xe9\xb1\xd0\xb8\x94\x8c\xfc\xf5\xce\x51\xad\xfe\x7b\x9a\xbc\xd0\xfe\x91\x21\x7e\xd4\x88\xbe\xfe\x1a\x61\xaf\x36\x20\xf4\x9b\xf2\x21\xa5\x92\x9a\x13\x69\xac\xe8\x37\xd4\xb1\xc3\x46\xf8\x5b\x10\x02\x84\x36\x25\x35\xc2\xcf\x66\x3c\x7b\xff\x32\x63\x73\xb6\xfa\x5f\xa2\xd5\x44\xe8\xe1\xf9\xb2\x5c\xc8\xdd\xd4\x20\x80\xe6\xa7\xae\xc7\xb7\x3f\x4b\xaf\x6f\x85\x53\xcd\x56\xcb\x0b\xf4\x68\xb5\x5a\xae\x26\xd0\xab\x5b\x4f\x44\x2a\xd4\x9a\xe6\x8f\xfb\xb7\xd0\x7e\x8b\xe0\xa0\x5a\xca\xc8\x3a\xc1\xd1\xde\x41\xb5\xfc\xf1\xec\x8c\xaf\x1e\xb2\x35\x9f\xec\xa1\x7d\x89\x40\x98\xfc\x62\x59\x09\x03\x07\x66\xa5\x5c\x6e\x89\x87\x75\x47\x3f\x7e\x86\x91\xa0\x95\x13\x64\xd5\x22\x13\x6f\xc5\x31\x95\xcb\x6c\x6a\x70\x92\x52\x36\x68\x63\xa2\x0b\xf0\xeb\xba\x8d\xd4\x28\x4c\x55\x6e\xa8\xb7\xd7\xd7\x8b\x74\x88\x87\x75\x43\x93\x5a\x34\xb4\x37\x95\x71\x3e\x7e\x4c\x55\xac\x53\x61\x0e\xdf\x49\x2f\x2b\x8e\xd6\xfc\xbf\xce\xf9\x22\x83\x40\x67\x67\xb4\xa5\x51\x9b\x0e\x0c\x84\x97\xa7\xe9\x72\xde\x38\x92\x8d\x32\xf5\xba\x94\xc9\x90\x72\x83\x69\x5c\x48\x91\x14\x10\x56\x02\x7a\xe8\x35\x2c\x35\x1b\x8f\x0d\x4c\x40\x18\xd6\x99\xf0\x87\x4c\x38\x0c\xfe\xde\x8e\x4c\x62\x22\xb9\xf4\x14\x97\x8f\xbc\x0e\x8a\xfd\x23\x8b\xd5\x44\x5b\x74\xe6\x91\x37\xe8\x4c\xf0\x49\x12\xc5\x54\x31\x1b\x4b\x66\x1f\x6f\xc9\x2c\x26\xbb\x76\xaa\x85\x34\x71\xd5\xed\x68\xd7\x03\x1a\xdb\x04\x0c\x7d\x97\x10\xa9\xbf\x1a\x27\xfa\x49\x53\x83\x54\xa4\xee\xc3\xe4\x6a\x90\x35\xb5\xf0\xa3\x83\x4a\x03\x5a\xff\x20\x94\x20\xa3\xd5\x96\x83\x4b\xdb\x63\x9d\xb0\x3e\xca\x68\x28\xf7\x8f\x1c\xae\xdf\x8b\xe8\x6d\xb3\xcf\x95\x08\x37\xb2\x5f\x71\x96\x3f\x5c\x2e\xaa\x72\x71\x0e\x87\x67\x41\xfb\x6d\x28\x12\x9c\x7c\x07\x7d\xff\xfa\x08\xd8\x7a\x28\x12\x0b\xc3\x68\x70\xeb\xbb\xc5\x07\x36\x2f\x73\x00\x92\xd2\xbe\xa5\xba\xd5\xc8\xbb\x4b\x05\x49\x84\x30\x51\xf0\xa6\xa1\xf3\x56\xb9\x89\x68\xda\xfc\xb8\xbf\x2f\x92\xf1\x3a\x42\xf5\xd0\xdc\x94\x61\x44\x26\x82\x22\x4a\xfe\x43\x0b\x86\x46\x68\xff\x71\xc3\xd8\xe1\x21\xfa\xae\x40\x17\x1c\x89\x7c\xed\xfc\x0c\x89\x4c\x75\x8a\xca\xea\xff\xfe\xef\xff\x53\x0f\x4b\x3a\x0a\xe0\xf8\x86\xa5\xe7\x03\xc0\x5b\x83\xe0\x2f\xad\xf7\x25\x78\xc1\xa4\xb5\x72\x01\x8c\x75\x33\x24\xfa\x17\x5f\xff\x12\x18\xcc\x77\xa8\xab\x4f\x50\x55\x17\xd3\xd1\x50\xeb\x4a\xb2\x05\x9b\xc3\xe1\x87\x46\x8e\x2f\x38\xcb\x51\x51\xae\xd6\x55\x2d\x25\xe8\xd6\xee\x6a\x1e\x8e\x6e\x68\xb2\x58\x0e\xc5\xbb\xde\xab\x6d\x42\x12\xba\xa9\xf4\xaf\x22\xab\xc6\x6b\x23\xdf\x9a\xd7\xe1\x18\xd6\xc3\xf3\xa8\x36\xa8\x87\x35\x2a\x50\x0b\x3a\xb2\x38\xcc\xbd\x7e\x3c\xd0\x91\x61\xf9\x9a\x01\x35\x77\x1a\xed\x9a\x12\xb0\xc6\x7a\x5b\xf3\xd5\x62\x54\x37\x81\xdf\xc1\x04\xeb\xb4\x5e\xf6\xdd\xef\xcb\xf6\x94\x5d\xa2\x72\x91\xcd\xcf\xe1\x25\x44\xbc\x5c\xe8\xaf\x34\x26\x29\x3f\xae\xa5\xf3\x68\x07\xe9\x80\x29\x5f\x4d\x80\x9e\x7a\x4f\x23\xb0\x37\x49\xd2\xd2\x05\xea\xdb\x04\xea\x41\xf2\x22\x05\x36\x96\x1f\x7c\x4e\x99\x0f\x47\xf8\xbe\x44\xa9\x92\xe8\xe3\xeb\x95\x28\x84\x8c\x2b\x0a\x3d\x06\xa1\x7b\x9b\xbe\xd8\xbd\x8d\xf7\x70\x0f\xfd\x06\x12\x99\x48\x1e\xe4\xaf\x8d\x3e\x02\xab\x3e\xe0\x8d\xca\xf0\x8e\x81\x3d\xfd\x15\xcc\xac\x89\x5a\x9e\x46\x2d\xfc\xf8\xea\xf1\x1d\x8a\x72\x98\x29\xe3\x79\x13\x79\xeb\xb0\xa9\x4e\x60\x35\xdf\x21\xa0\x69\xdf\x21\xfe\xdc\xeb\xe5\x24\x2a\xd7\x68\x47\x63\xc9\x5f\x83\xaf\x9b\x92\x68\x60\x75\x54\x03\x2a\x7a\x00\xd4\x92\x12\x2d\xc6\xb6\xb3\x3f\x9d\x74\xa7\x9d\x27\xaa\x4e\xcf\xb4\x6c\x64\x52\x9d\x9e\xa1\xa3\xde\x58\xb2\x87\xfe\x72\x74\x24\x83\x72\x3f\x3b\x51\x8b\x18\xd5\xe9\x59\x3f\xcf\xd0\x5e\xd0\x5b\xe8\xbd\xcf\x39\xf9\x26\xc4\x8a\x8e\x80\xc1\x5b\x1f\xf8\x6a\x5d\x2e\x17\xb7\xee\xa2\x5b\x30\xe9\x7b\x6b\x2a\x7e\x95\xfc\xdc\xba\xab\x65\x85\xf0\xbb\xec\xae\xfa\x5d\x7e\xb9\xf1\xd5\x47\x35\x49\xf7\x72\x79\xca\xd1\x83\xa7\xdf\xa2\xf4\xbc\x9c\xe7\x68\x79\x56\x95\xa7\xe5\xaf\x7c\xb5\x9e\xa2\x79\xf9\x9e\xa3\xd5\xc1\x2f\xeb\xa9\x7c\x25\x86\x99\xf6\xf5\x19\xcf\xca\xa2\xcc\x84\xf3\xe6\x25\x28\xfc\x8c\x55\x15\x5f\x2d\xd6\x80\x0f\x1a\x55\x33\x8e\x8a\xe5\x7c\xbe\xbc\x28\x17\x27\x77\xe5\x9c\xa7\x30\xbf\xde\xb9\x48\x74\xab\x36\x9a\x5b\x72\x72\xb7\x03\x70\xc0\x4e\xf3\xde\x2c\x6a\x73\x44\x52\x3c\xbb\xf1\x95\x54\x97\x3a\x34\xd9\x4c\x73\x77\x07\x30\xd1\x67\xd0\x1d\x28\xa7\x7d\xbb\xe8\xcd\x1a\xff\x45\xfb\x7e\xb0\x58\xe6\xfc\xd5\xe5\x19\x6f\x93\xb9\x76\xae\x5a\xbd\x78\x94\x0b\x7d\xde\xf8\x45\xb9\x38\x59\xfe\xcf\x97\xe8\x83\x77\x40\x0f\x3c\x78\x3d\x6f\x5b\x68\x67\x49\x1b\x66\x54\x68\xac\x31\xb1\xd5\xc5\x8c\xcd\x7b\x98\xe2\x03\xef\x8e\x9c\x88\x59\xd5\x7b\xa3\xe4\x29\x46\xf5\xdb\x8c\xad\x9f\x5d\x2c\x9e\xd7\x5b\x60\x8e\x14\xd0\x41\xf7\x77\x00\x6f\x96\x48\xa0\x6a\x9c\x14\x4a\x1d\x31\xba\xe0\x72\x7d\x48\x3c\x87\x83\xc4\x7b\x42\x36\xba\xac\xde\xbc\x97\x05\x0c\x05\x04\x7c\xee\x4c\x7e\xf5\xfa\xf5\x62\x56\x2e\x96\xa2\x57\x0c\x5d\xf0\x14\xa9\x83\xaa\x6a\xd6\xfa\x40\x19\xb4\x92\xc9\xc7\x1b\xea\x88\x2a\x2c\x9b\x7c\x9c\xfe\xe3\xe3\xdb\x29\x8d\xb6\x59\x12\x19\x9c\xd8\x7d\xfd\xf4\xc9\x71\x55\x9d\xbd\x10\x43\xc6\xba\x6a\xb0\xfd\x35\x2d\x4f\xe4\x66\x96\x83\x5f\xd6\x7f\xdd\x06\xf3\xad\xf3\x35\x87\x17\xb6\xac\xba\x75\xef\xc6\x90\xd0\x37\xe5\xc9\x0f\x80\xf0\x9e\xe8\xf0\x2f\xeb\x99\x08\xca\xe5\xc9\x62\xb9\xe2\x77\xe7\xe5\x82\xdf\x68\x48\x5f\xf0\xd4\xdf\x8a\xa4\x50\xd2\x4f\x3c\x95\x63\x93\x3c\x66\x7c\xeb\xe0\x70\x5e\xa6\x87\x02\x85\x08\xce\x37\x0e\x0f\x51\xbe\x5c\x54\x68\xf9\x81\xaf\x56\x65\xce\xeb\x05\x87\x7a\x7d\xe3\x86\x76\x04\x59\xad\x1c\x88\x00\x77\xab\xd9\xd0\x00\xeb\x11\x1d\x80\x03\x49\xb2\x0b\x25\x0c\x04\x96\xc9\x74\x10\x60\xee\xde\x8d\x8f\x06\x69\xc8\x27\x6a\x61\xab\xe6\xf8\xaf\x77\x09\xf9\xf8\x56\x48\x61\xfa\x46\x4a\xe1\xed\xde\x8d\xc3\xc3\xff\x0f\xad\x97\xe7\xab\x8c\x3f\x65\x67\x67\xe5\xe2\xe4\xc7\x17\x4f\x8e\xc4\xc3\x3b\x73\xd8\x44\xfa\xcb\xfa\xe0\x94\x9d\xdd\xf8\x7f\x01\x00\x00\xff\xff\x5d\xcd\x68\x48\x8a\x26\x06\x00")
+var _web3Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x69\x77\xdb\x38\xb2\x38\x0e\xbf\xf7\xa7\x40\xf4\xdc\x27\x92\x62\x46\xf2\xd6\xe9\x34\xdd\xee\x8c\xe3\xa4\x3b\x9e\x9b\xc4\x39\x49\x3c\x3d\x73\x3d\x9e\x1c\x4a\x84\x24\x74\x28\x52\x3f\x92\xf2\xd2\xb1\xbf\xfb\xff\xa0\xb0\x2f\x5c\x64\x3b\xbd\x8d\xfd\x22\x11\x81\xc2\x56\x28\x14\x0a\x85\x42\x55\x8e\xff\xdf\x92\xe4\x78\xaf\x37\x59\xa6\xe3\x92\x64\x29\xc2\xbd\x32\x48\x83\xbc\xff\x45\xa6\x14\xbd\x2c\x58\xf6\xbf\x90\x49\xef\x41\x7a\x92\x9d\xb2\x5f\x25\xfc\x3a\x8b\x72\x14\xed\x95\x97\x0b\x9c\x4d\x90\xa8\x6b\xaf\x23\x8a\x76\x1e\x3e\xe4\x89\xbb\xb4\xcc\xf2\xe1\xc3\xa8\x9f\xe3\x72\x99\xa7\x28\xea\x65\xc1\x83\x8d\x3e\x4d\x27\x22\x8d\xf0\x34\x5a\xeb\x64\x2f\xc5\xe7\xe8\x65\x9e\x67\x79\xaf\x73\x10\xa5\x69\x56\xa2\x09\x49\x63\x34\xcf\xe2\x65\x82\x51\xb7\xb3\x9e\xad\x77\xba\x9d\xfe\x6e\x39\xcb\xb3\x73\x34\x19\x8c\xb3\x18\xef\x75\xde\x1c\xbd\x38\x7e\xfd\xf2\xd3\xdb\xa3\x8f\x9f\x7e\x3c\x3a\x7e\xfb\xa2\x13\x4c\xae\x69\x7d\xc9\x1e\xed\xfb\xde\x17\x7c\xb1\xc8\xf2\xb2\x08\xbf\x5c\x5f\xef\xd2\x31\x9c\x6c\x9c\x0e\xc6\x51\x92\xf4\x92\x01\xcf\x0a\x44\xef\x7b\x98\x0d\x30\xdd\x03\xc0\xcd\xd3\x13\x7c\xba\xcb\xbb\x5a\xf4\xd2\x67\x69\x88\xfb\xd7\x41\x12\xa8\x92\x38\x60\xb8\xbb\xe6\x50\xb4\x49\x91\x09\xbd\x20\xad\x70\x35\xc9\xf2\x1e\x85\xce\xf6\x36\x76\xb3\xef\xf3\x41\x82\xd3\x69\x39\xdb\xcd\xd6\xd7\xfb\x45\x2f\xa7\x88\x97\xdd\xb8\xee\xf7\xbe\x6c\x86\x27\xb2\xcb\xbc\x8a\x80\x61\x29\xe0\x6d\xf7\xbf\xac\xb1\x04\xd1\x99\xbd\x93\x35\x84\xbe\xac\x21\x84\x50\x67\x9c\xa5\x45\x19\xa5\x65\x27\x44\x65\xbe\xc4\x01\x4b\x25\xe9\x62\x59\x16\x9d\x10\x9d\xc0\xb7\x80\x86\xbc\x34\x9a\xe3\x4e\x88\x3a\x9f\xb2\xf3\x14\xe7\x9d\x40\xe5\xd0\xd1\xd1\x9c\x28\x8e\x73\x5c\x14\x1d\x9e\x73\x0d\xff\x9f\xf2\xaa\x45\x71\xf8\x9f\xa7\x65\xcb\xb2\xb9\xbd\xec\x93\x56\xc4\x68\x6f\x74\x59\xe2\x62\x7b\xcb\xdf\x9e\x00\x92\x98\x5e\x43\xe8\x3a\xb8\x13\x04\xdc\xa8\x3f\x72\x38\x1a\xf6\xda\x21\x60\x65\x54\xff\x51\x87\x3e\xce\xd2\x12\xa7\xe5\xad\x07\xff\xa7\x9c\x77\x3a\x63\x7f\x98\x69\x9f\x44\x49\xf1\xdb\x0d\x3d\xc7\x05\xce\xcf\x7c\xab\xfe\x8f\x3e\x69\xc5\x72\xf4\x1e\x4f\x49\x51\xe6\xd1\x7f\xc1\xe4\x05\x75\x75\xe0\xf3\xa3\x5b\xf1\xfd\x32\x8f\xd2\x62\xe2\x65\x7d\x7f\x16\x1c\xe4\x16\x29\xac\x8e\x84\x02\x97\x1f\xea\x49\xea\xce\x70\x61\x37\xfd\x9b\x34\xfa\x95\x27\x20\x6a\x83\xf8\xba\x0a\x16\x39\x99\x47\xf9\xa5\xb7\x1f\x59\x96\x34\x4e\xde\x3e\x6f\xeb\xcf\x8b\x42\x73\x0f\xae\xad\xa6\x0a\x09\x07\x95\xdb\xf8\x1f\x09\x09\xde\xde\xc7\xa4\xc8\xce\xd3\x5b\xf4\x3c\x4a\xb3\xf4\x72\x9e\x2d\x8b\x15\xba\x4e\xd2\x18\x5f\xe0\xd8\xd8\xbb\xee\x6c\x62\x55\xe5\x5a\x77\xcc\xda\xcf\x49\x7a\x1b\xc6\xbd\xbf\x04\x4c\xbc\x4c\x63\x1c\x77\x2c\x34\xe1\x33\x4a\x08\x7f\x01\x1c\x8d\x48\x1c\xb7\xc3\xd1\xcd\xea\x3f\x8b\x92\xa5\xb7\xfb\x4b\x92\x96\x5b\xdf\x3c\xa9\x9f\x82\xb7\xf8\xfc\x39\xf9\x1d\x91\x7f\xab\x35\x77\x30\x8b\xd2\xe9\xef\x49\x3a\x77\x42\x39\x15\x75\x6b\x52\x7d\x2d\xd5\x78\x31\xf3\x8e\xed\x46\x8d\x08\x5a\x3b\x5d\x5b\xbb\x0e\xbe\x5c\x9f\x06\x5b\xbf\xdb\xa1\xff\x2f\x74\xe6\xfd\x9d\x64\xc7\xc9\x32\x8d\x6f\x4c\x2a\xb7\xde\xb8\xee\x8f\xbd\x7f\xee\x63\xef\xfd\xa1\xef\x8f\x7c\xe6\xf0\x0e\x9e\x9f\x17\xfe\x68\xd2\xe6\xd7\xdd\xcc\xd5\x5e\xb5\x7d\x67\x7b\xd5\xaa\xf3\x3e\xc9\xb3\xf9\x2d\xa7\xbd\xcc\x6e\x79\xd4\xbc\x9d\xc0\xf7\xfb\xae\x9b\x3f\x02\xfe\x48\x1a\x93\x1c\x8f\xcb\x43\xef\x9e\xb9\x42\x4f\x6e\x37\x11\x64\x1c\x2d\x3e\xfe\xae\x93\xe1\xc7\x64\xbb\xd3\x2e\x5e\x64\x05\xa9\x3b\xa8\x2f\xa2\xcb\x68\x94\x60\x53\x28\xf8\x5d\xb8\x52\x15\xcd\xdd\xc9\xf1\xeb\x76\x34\xb0\x2f\xc6\xfb\xc2\xc4\xe7\x6f\x7f\x92\xb9\x13\x24\x55\xd4\xdd\x8e\xce\x7e\x07\xf4\xff\x61\xb1\x7e\x17\xe7\xc7\x1b\xf3\xc9\xaf\x8d\x75\x9b\xe9\xdd\xa3\xbd\x25\xda\x6f\xbd\x71\x7d\xed\x99\x3d\xf4\x6c\x69\x75\x72\xdc\x4e\x1b\x39\x0e\x8c\x37\xd0\x9e\xb0\x70\xe8\x75\x07\xc3\x49\x96\xcf\xa3\xb2\xc4\x79\xd1\xed\xef\x02\xc0\x87\x2c\x21\x31\x29\x2f\x3f\x5e\x2e\xb0\x09\x4b\xdb\xa7\x50\x6b\xc3\x47\x8f\xd6\xd0\x23\x03\x92\xeb\xdc\x11\x29\x50\x84\x16\x79\x96\x51\x60\x54\xce\xa2\x12\xe5\x78\x41\x0f\x59\x69\x59\x20\x3e\x77\x88\x66\xd2\x1a\x0e\x4b\x34\x8f\xca\xf1\x0c\x17\x21\xfd\xe4\xd9\xda\xcf\x93\x53\xfd\x63\xc7\xf8\x3a\x35\x33\xb7\xad\xef\xd3\x93\x27\xa7\x27\xa7\x01\x1a\x0c\x06\x6b\xe8\xd1\xd0\x19\x9b\xe8\xf1\x1e\x92\xd6\x34\xbd\x3e\x9f\xe2\x72\x46\x8a\xc1\x27\x58\x18\x3f\x0a\x04\x51\xc0\x01\x43\xd7\x21\xcd\x38\x4c\xcb\x5d\x0d\x98\xed\xdb\x3e\xe8\x23\xc8\xe1\xcd\xed\xae\x5d\xef\xae\xad\x79\xfa\x31\x58\xe4\x59\xc9\xb0\xb6\x87\x52\x7c\x6e\xf4\xb5\xf7\xe5\xba\xbf\x5b\x5f\x6a\x00\xd2\x4b\xbe\x1c\x97\x19\x6d\xdc\x03\xdb\xd4\xee\x80\x14\x7c\xce\x15\x42\x28\x39\x0a\xa4\x70\xbb\x96\x07\x0f\x68\xe2\x00\xe6\xad\x37\xe4\xd8\xee\xfd\xfb\xa4\x77\xb2\xf1\xf8\xbb\xd3\x47\xfd\x7f\x9f\xf6\x9f\x0d\xfb\x6c\x9c\xe6\xc1\xa1\xb2\x5b\xd7\xc1\x97\x8e\x4e\x8a\x9d\xf0\xbb\xa0\xc3\xe8\xad\x13\x6e\xee\x5c\x9f\x06\xdf\xfc\xce\xe4\xfd\x3c\xcb\x92\x06\xda\x1e\x51\x90\x0a\xc2\xa6\x79\xe2\x7f\x46\xa5\xf0\x6b\x47\xfd\x3c\xd5\x92\xb7\xf5\x8f\x26\x32\x86\x9e\xdd\x94\x86\x69\xe1\x55\x88\x98\xc1\xdb\x14\x4c\x53\x57\x24\x5f\xb3\x48\x0d\xed\xb2\x16\xeb\xca\xde\x84\x6a\xff\x43\x51\x6b\xd2\xec\xa3\xff\x69\x45\xb4\xbc\x3f\xcd\x14\xfb\xe4\xf7\xa6\x58\xba\x87\x49\x92\x2d\xfd\x34\x5b\xce\x30\x82\xcd\x0e\x08\x77\xe0\xa3\x5c\x9a\x2b\x7f\x70\xba\x84\x9f\x3b\xda\xef\x53\x3d\x63\xdb\xf8\x32\xe9\x17\xf1\xad\x55\xfe\x7c\x6a\xd4\xc3\x8b\x7a\xa8\x1c\x3a\x79\x63\x32\xa7\xa5\x57\xa2\x73\x56\xc0\x21\x74\x9a\xbc\x2a\xa5\x9b\x65\xea\x48\x9d\x35\x5a\x5b\xfa\x66\xc4\x4e\x2b\x61\xa4\xfe\x65\x33\xb8\xee\xdf\x8c\xf0\x79\xef\x9a\x29\xff\xdb\x36\x94\x3f\x7c\x04\x1d\xfe\x38\x23\x05\x9a\x90\x04\x53\x4a\x5d\x44\x79\x89\xb2\x09\x3a\xc7\xa3\xed\xc1\x2f\xc5\x60\x0d\x40\xf8\x17\x05\x98\xe4\x18\xa3\x22\x9b\x94\xe7\x51\x8e\x43\x74\x99\x2d\xd1\x38\x4a\x51\x8e\x63\x52\x94\x39\x19\x2d\x4b\x8c\x48\x89\xa2\x34\x1e\x66\x39\x9a\x67\x31\x99\x5c\x42\x1d\xa4\x44\xcb\x34\xc6\x39\x10\x7c\x89\xf3\x79\x41\xdb\xa1\x1f\x3f\xbd\x3d\x46\xaf\x71\x51\xe0\x1c\xfd\x84\x53\x9c\x47\x09\x7a\xb7\x1c\x25\x64\x8c\x5e\x93\x31\x4e\x0b\x8c\xa2\x02\x2d\x68\x4a\x31\xc3\x31\x1a\x5d\x72\x2a\xc2\xe8\x47\xda\x99\x0f\xbc\x33\xe8\xc7\x6c\x99\xc6\x11\x1d\x73\x80\x30\x29\x67\x38\x47\x67\x38\x2f\xe8\x0c\x6d\x8b\xb6\x78\x8d\x01\xca\x72\xa8\xa5\x17\x95\x74\x0c\x39\xca\x16\xb4\x60\x1f\x45\xe9\x25\x4a\xa2\x52\x95\x75\x51\xa0\x46\x1a\x23\x92\x42\xb5\xb3\x4c\xac\x6c\x52\xa2\x73\x92\x24\x68\x84\xd1\xb2\xc0\x93\x65\xc2\x04\xc7\xd1\xb2\x44\x3f\x1f\x7e\x7c\x75\x74\xfc\x11\xed\xbf\xfd\x17\xfa\x79\xff\xfd\xfb\xfd\xb7\x1f\xff\xb5\x8b\xce\x49\x39\xcb\x96\x25\xa2\x12\x25\xd4\x45\xe6\x8b\x84\xe0\x18\x9d\x47\x79\x1e\xa5\xe5\x25\xca\x26\x50\xc5\x9b\x97\xef\x0f\x5e\xed\xbf\xfd\xb8\xff\xfc\xf0\xf5\xe1\xc7\x7f\xa1\x2c\x47\x3f\x1e\x7e\x7c\xfb\xf2\xc3\x07\xf4\xe3\xd1\x7b\xb4\x8f\xde\xed\xbf\xff\x78\x78\x70\xfc\x7a\xff\x3d\x7a\x77\xfc\xfe\xdd\xd1\x87\x97\x03\x84\x3e\x60\xda\x31\x0c\x35\x34\x23\x7a\x02\x73\x96\x63\x14\xe3\x32\x22\x89\x98\xff\x7f\x65\x4b\x54\xcc\xb2\x65\x12\xa3\x59\x74\x86\x51\x8e\xc7\x98\x9c\xe1\x18\x45\x68\x9c\x2d\x2e\x5b\x4f\x24\x54\x16\x25\x59\x3a\x85\x61\x4b\x2a\x43\xe8\x70\x82\xd2\xac\x0c\x50\x81\x31\xfa\x7e\x56\x96\x8b\x70\x38\x3c\x3f\x3f\x1f\x4c\xd3\xe5\x20\xcb\xa7\xc3\x84\x55\x50\x0c\x7f\x18\xac\x3d\x1a\x0a\x66\xfb\x37\x20\xdb\x71\x16\xe3\x7c\xf0\x0b\xb0\xc8\xbf\x45\xcb\x72\x96\xe5\xe8\x4d\x94\xe3\xcf\xe8\x7f\xb3\x12\x9f\x93\xf1\xaf\xe8\xfb\x39\xfd\xfe\x1b\x2e\x67\x31\x3e\x1b\x8c\xb3\xf9\x0f\x00\x1c\x47\x25\x46\x5b\x1b\x9b\xdf\x00\xc3\x6b\xde\x0a\x6a\x04\x58\xad\x0c\x97\xc7\x7c\x7b\x07\x97\x14\x34\x60\xba\x0b\xfa\x20\x0f\xd3\xd2\x04\x24\x69\xe9\x83\x3b\x76\x00\x97\x15\x90\x2f\x2e\xd3\x68\x4e\xc6\x82\x8d\x6b\x25\x62\x96\x03\x3c\xca\x57\xf2\x43\x99\x93\x74\x6a\x96\x29\x20\xcd\x07\xfd\x1e\x47\xd6\x18\x73\x1c\x79\xc7\x78\xec\x82\x2e\xab\x60\x3d\xdd\x96\xfd\x05\x60\x52\xf0\x01\x1a\x9c\xb9\xd0\xaa\x08\x60\x87\xe5\x7c\x5a\x58\x88\x6b\xf9\x03\x59\x05\x6c\x23\x0c\xf8\xea\x4a\x9e\x1e\x51\x05\xf4\x7e\x9e\x47\x97\x0c\x9c\x31\x71\x4b\x14\x38\xa0\xf4\xa9\x49\x00\x7c\x25\x31\x0e\x11\xa3\x32\x43\x38\xa5\x34\x3c\x8c\x31\xfd\x4f\xb6\x42\x99\x71\xc4\xd8\x24\xe5\x4a\x5c\xae\x35\x37\x66\x56\xb7\x3e\x62\x0a\x56\x98\x3b\x33\x24\xa1\x3d\xa8\xa1\x30\xba\x08\xbc\x7f\x8e\xcb\x59\x16\x7b\xba\xc5\x94\xeb\x59\x3e\x47\x4c\x72\xc9\x8c\x19\x59\x43\x6c\x0d\xf2\xe2\x9f\xf8\xcc\xf0\x2c\xf4\x37\xe8\x3d\xfa\xc2\x88\xe7\x5a\x8a\xe5\x7f\x63\x98\x2f\xd0\x17\xbd\xb2\x6b\xc8\x82\xb7\x0a\x05\xfa\x02\xef\x1a\xae\x11\xff\x24\x94\x37\x30\x89\x88\x92\x21\xf4\x85\xee\x44\x94\xdd\x03\x42\x0c\x64\x68\x3b\xb5\xde\x25\x07\x47\x02\x45\x14\x9b\x85\x29\xde\x69\x58\x1b\x4c\x48\x52\xe2\xbc\xa7\x95\xed\x6b\x3a\x08\x4e\x45\x25\x17\x0a\x04\x11\x80\x4e\xa1\x7f\xb2\x71\xba\xcb\xf8\x27\x99\xa0\xde\x03\xbd\x11\xbd\x0e\xf6\x40\x83\x3d\xe5\xe8\x92\xf4\x2c\x4a\x48\xac\x68\x80\xd6\xf8\x20\x44\x5d\xb4\x8e\xf4\xca\xd7\x74\x59\x43\xaf\xd9\xa4\xc0\x0a\x4a\x43\x8b\x24\x22\x29\xa3\x2f\x6b\x1a\x19\xc0\x3b\x9e\x53\x3d\x8b\x3c\xfd\x68\xf4\x0b\x1e\x97\xd7\x56\x85\x62\x92\x55\x39\x56\x6d\x6c\xc1\x55\x4f\x9d\xd6\x0d\x67\xe6\x02\x56\xde\x12\xb8\x60\xd2\xb4\x62\x45\xef\x84\x02\x9f\x06\xe8\x04\xc0\x4f\xfb\xed\x50\x93\x90\x02\x24\x20\xb6\xf8\xaa\xb1\x53\xe8\x68\x00\x16\xc0\xb0\xe3\x4b\x5f\xa8\x02\x55\x88\x71\x9a\x6d\x85\x9b\xc2\x5d\xfa\x1c\x3b\x45\x15\x7d\x17\x82\xc0\xa7\xb8\xd4\x57\x60\xc1\x39\x07\x27\x59\x5a\x8c\xf7\x8d\x96\x30\x6a\x18\xcc\xa3\x45\xaf\x8a\xc7\x82\x56\xce\xb3\x46\x0c\xde\xc9\x6a\xee\xb1\x9e\x9e\x40\x91\x53\xc6\x9e\xc5\x97\x5c\x45\x5a\x7f\xf8\x3e\x75\x34\x99\x14\xb8\x74\x3a\x95\xe3\x78\x39\xc6\x5a\xbf\xa2\xf1\x38\x40\x0d\x9d\x03\xec\x94\x51\x49\xc6\xef\xa2\xbc\x7c\x0d\x2f\x89\xac\x9a\x07\x76\x7e\xcf\xd3\x4f\x51\x57\x4e\x99\x12\x8e\x3f\xb8\x55\xbe\x89\xca\xd9\x60\x92\x64\x59\xde\xeb\x39\x2d\xae\xa3\xed\xcd\x3e\x1a\xa2\xed\xad\x3e\x7a\x84\xb6\xb7\xf8\xa0\x35\xf4\x45\xe3\x31\x5a\x47\x3d\xb9\xe9\x18\x58\xaf\x40\x21\x7a\xa6\xed\x5d\x08\x6d\x6f\xa1\xd0\x48\xa8\xe8\xac\x40\x7d\x80\x36\x74\xec\xe7\xb8\x58\x26\xa5\xa0\x1e\x36\x83\x6f\x96\x49\x49\x7e\x26\xe5\x8c\xcd\x89\xa0\x40\xa3\x6f\x81\xa4\xa3\xc0\x9c\x41\x51\x39\x1f\x21\xab\xdf\x3c\xf1\xf9\x49\xdf\x6a\xd5\xb7\x06\x5a\xf6\x40\x5b\x23\x72\x78\x9d\xce\xae\x5a\x38\x38\x99\xf0\x11\xf3\xce\xf2\x5d\x21\xcb\x5f\x46\xe3\x59\xcf\x66\x4c\x44\xa7\x2d\xca\xf5\x2b\xe7\x4b\xcd\xd5\x69\x5f\x2f\xc4\x10\x02\x5d\x59\x77\xb5\x9d\x3d\xb3\xfb\x62\x1d\x69\x44\x28\xd7\x2e\xa5\x62\x9c\x4c\x38\x88\x3d\x47\xd0\x01\xb7\x4b\x02\x4f\xf0\x61\x4f\x96\xde\x84\xb9\x14\xd7\xf7\x10\xe6\xcf\xf0\xd0\x10\x6d\x29\xd0\x6b\x84\x93\x02\x5b\xc3\x1b\x0e\x51\x9c\xa5\xdd\x12\x45\x71\x8c\x78\xa9\x32\x33\xab\x1c\x20\x52\x76\x0b\x14\x25\x39\x8e\xe2\x4b\x34\xce\x96\x69\x89\xe3\x0a\x2c\x7d\xa5\x71\x5e\xab\x45\x38\x1c\xa2\x8f\x47\x2f\x8e\x42\x34\x21\xd3\x65\x8e\x11\x3d\xb0\xa5\xb8\xa0\x27\x40\x7a\x4a\xbb\x2c\x4c\x66\xf5\x5b\x10\xc9\x1f\x67\x92\xcd\xc9\xc0\x3a\x02\x05\x56\x2a\x96\xb9\x44\x6b\x8e\x27\x11\xa8\x63\xce\x67\x59\x82\x59\x0f\x49\x3a\x7d\xd0\xc0\x08\x6a\x78\x80\xcd\xf9\xf9\xa0\x03\x94\x39\x2b\xdf\x58\xe4\x62\x4e\x1a\x45\x7d\xcf\x16\xd7\x73\x55\x63\x1a\x01\xb1\x86\xd1\x79\xa4\xc8\xba\xc0\xa5\x33\xa7\x8c\xac\xde\x46\x73\x6c\xef\x43\x2a\x47\x97\x33\xdd\xb2\x9e\xcd\xa7\x7e\x3f\x53\x15\x7b\xea\x94\x7c\x91\x63\x50\x49\xb5\xe2\xaf\x66\xd8\xa2\x92\x45\x8e\xcf\x48\xb6\x2c\x64\x87\xb6\x76\x29\x4a\x48\x8a\x48\x5a\x3a\x25\x9a\xf0\xaf\xf5\xd7\xd7\x20\xfd\x9b\x64\x39\x82\x47\xc2\x04\xed\xa1\xcd\x5d\x44\xd0\xf7\x62\x00\xe2\xbd\x30\x22\xeb\xeb\x55\xc5\xe9\x9f\xd5\xe7\xf5\x3d\xb4\xde\x13\x38\x20\xe8\x31\xda\x3c\xa5\x12\x3e\xba\xba\x42\x1b\xbb\x95\x95\xd4\xb0\x72\x4e\x0f\xeb\x88\xa0\x47\x55\x33\xb7\x6e\xf7\x82\x0a\x07\x55\x6c\x5f\xfc\x5d\x3b\xa9\x66\xca\x75\xbf\xd7\xb7\xa6\x70\x38\x44\x13\x92\x17\x25\xc2\x09\x9e\xe3\xb4\xa4\xe7\x2b\x86\xa6\x00\x15\x9f\xc9\x02\x91\x72\x95\x29\x37\xb0\xbf\xe1\xc3\x3e\xc5\x5f\xed\x0c\xc0\xd3\xf9\x38\x26\xb4\x91\x28\x91\x8b\x9c\xe3\xd3\xe1\x3f\x2e\xbe\xfd\x7c\x51\x91\x4e\x05\x83\x38\x21\x68\x1d\x6d\x9e\x0a\x3e\x81\xd6\x91\xd3\x0d\x0f\xda\x1b\x11\x6c\x31\x3f\x0f\x24\xdf\x2a\x3d\xb4\xcf\xa8\xe2\xc6\xac\xe7\x0f\xcd\x54\xa8\xb0\x65\x62\xea\x96\x8b\xbf\x81\x32\x51\x15\x43\xda\xa8\x63\x48\xa8\x15\x4d\x37\x72\x94\xe1\x10\x8d\xa3\x64\xbc\x4c\xa2\x12\x0b\xc1\x87\x1e\xf9\x78\x5f\x10\x29\xf1\xfc\x16\xec\x88\xb2\xa2\x93\x3f\x11\x53\xea\xdb\xb0\xd7\x2b\xed\x2b\xb7\x9c\x90\xdf\x8f\xc1\xe8\xcc\xe5\xab\xf3\x16\xe4\x68\x8b\x78\x3f\x1a\xb4\x21\x5c\x17\xc9\x6f\x26\xb3\x1a\x8d\x11\x83\x6c\xad\x31\x12\xe9\xf2\x56\x53\xaa\x44\xfc\xba\xa4\x6a\x3d\x88\xd6\xb0\x47\xfc\x83\xfa\x7d\x3a\x22\xad\x98\xd2\x11\x31\x68\x90\x6d\xda\xa0\xa5\x56\x49\x54\x81\x90\x2a\x1d\x51\x35\x42\x78\x09\x38\x61\x40\x6b\x0a\x31\xf5\x1a\x22\x7d\x88\xbe\xd3\xb1\x81\x9b\xd5\x15\x44\xa2\x14\xa3\x62\x1d\x9e\x11\x71\xe1\x3d\x85\x5b\xc7\xfd\x3b\xd6\x28\xb1\x21\xf7\x60\x64\x62\x7d\x29\xb5\x88\xa1\x17\x11\x35\x2a\x0d\x53\x9d\xca\x41\x8d\xaa\x51\xcf\xa0\x63\x94\x71\x20\x5a\xe6\xae\x47\xda\x46\x1d\x25\x4f\xa2\x3e\x39\x98\x77\xad\x92\x49\x0e\x87\xa8\x58\xce\xd9\x0d\x9d\x67\x97\xe2\x22\xa2\x84\xe7\xd5\x9d\x90\x53\xca\x15\xe5\x17\x6c\x49\x3e\xfe\x23\x9a\x37\x11\x21\xa4\x4d\x07\x05\xc3\x21\xca\xf1\x3c\x3b\x83\x6b\x4c\x34\x5e\xe6\x39\x95\x4f\xa5\x70\x9a\x41\x32\xef\x26\x29\xa0\xe7\x9e\xde\x16\xab\x68\xfc\x04\x32\x5b\x6b\xfe\x8c\x91\xa1\xc7\x4e\xfd\xad\x29\xed\x83\xb5\x0e\x2b\xae\x75\xbc\xa7\x56\xc1\xe3\x3c\x54\x56\x5a\x57\x0e\x82\xac\xe8\x0e\xa6\x5f\x92\x98\xf7\x17\xac\xb7\xb4\xad\x31\xbf\x65\xd2\x4d\x2d\xa0\xf7\x3d\x66\xaf\x6a\x9b\x60\xf0\x6b\xd1\x5e\x3f\xf0\x66\x3f\xcf\xb2\xa4\x2a\x8f\x0a\x21\x15\x59\xc7\x35\x79\xfa\xe5\x66\x65\xb3\x75\x99\x8c\x0b\x57\xe5\xbe\xc7\x51\x65\x8f\x8f\x59\xe6\x1a\x25\x08\xd7\x7e\x03\x50\x27\x6d\x36\x84\xe1\x6c\xb8\x13\x74\xd8\xdd\x6f\x27\xfc\x06\x7e\xd2\xbe\x75\xc2\x27\xf4\xb7\x7e\x1d\xdb\x09\x9f\x06\x3e\x5b\x0f\x92\x96\x9d\x70\x73\x83\xfe\xcc\x71\x94\x74\xc2\xcd\x2d\xfa\x9b\xdd\xca\x76\xc2\xcd\x6d\xfa\xb5\x64\x50\xd0\xc0\x92\x83\x3d\xb9\x3e\x0d\x9e\xfe\x96\x76\x51\x0d\xd7\xd0\x37\xb3\x26\xd2\x2b\x59\xc5\xa8\xc8\x2c\x67\xdb\x16\xe9\xb9\x2b\x9a\x18\xf9\x8b\xd6\x58\x1a\x99\x3d\x69\x53\xd7\x2d\xec\x8e\x2a\x8c\x8d\x5a\x35\xaa\x5d\x89\x7b\xa7\x4b\xb0\x9d\x7c\x89\x5b\x98\x30\x59\xc3\x6e\xb6\x64\xfa\xee\xde\x92\xe9\xde\x92\xe9\xbf\xc5\x92\x49\x2d\x84\xbb\x32\x67\x7a\x4e\xa6\x6f\x97\xf3\x11\xb0\x42\xc9\x9d\x47\x64\x9a\x42\xe2\xe0\x17\xc9\xc9\x97\x25\x49\x4c\xfb\x9a\xc1\x10\xd2\xd8\xbf\x02\x6c\xec\x05\x19\x67\xe9\x84\x38\xc6\x40\xe2\x64\xa6\xed\x0a\x70\x76\x81\x6d\x41\x0c\x9c\xf1\xea\x02\x01\xbf\x47\xf0\x60\x83\x9e\xb3\x28\xdf\x52\x56\xb2\xb0\x14\xe8\xdc\x80\x72\xe6\x11\xc5\x31\x83\x24\x05\x4a\xf1\x34\x2a\xc9\x19\x0e\x04\x27\x82\x8b\xa3\xf2\x3c\xeb\x16\x68\x9c\xcd\x17\x42\x5a\x85\x52\x74\x6e\x65\xc9\x49\x92\x45\x25\x49\xa7\x68\x91\x91\xb4\x0c\xd8\x75\x28\x25\xfb\x38\x3b\x4f\xad\x33\x9d\xa9\x26\x71\x8f\x6f\x57\x0c\xcb\x57\x12\xdf\xd7\x62\x2c\x74\x29\xa5\x18\xc7\x70\x8a\x1e\xa9\x39\x8e\xfd\xc6\x30\x80\xb4\x6b\x69\xe7\x63\xb6\x6b\x30\x60\xa8\x5f\x70\x61\xd9\xee\x80\xcd\x45\x6f\x3c\x78\xf9\xf1\xd5\xa7\xe7\x87\x3f\xbd\x3d\x7e\xf3\xfc\xe5\xfb\x4f\xef\x8f\x8e\xdf\xbe\x38\x7c\xfb\xd3\xa7\x37\x47\x2f\x5e\x6a\x67\x38\xa9\x89\x83\x99\x1c\x2c\xa2\xf8\x35\x9e\x94\x3d\xf6\x55\x66\x1f\xcf\xb3\xe2\x40\x62\x91\xb7\x39\x28\x33\x2e\x2e\x6d\x3e\xe9\x07\xe8\xc9\x8e\x79\xc3\xa3\xef\x96\x30\x9c\x1e\x6b\xc4\x34\xc0\x30\x27\x5e\x1c\x7e\x2b\x70\xfe\x5c\x9e\x8d\xcd\x43\xf3\xaa\x38\x74\xa5\x0e\x03\x8b\x1e\x84\x94\xd9\x2b\x7c\x21\xc6\x5d\x2c\x47\x45\x99\xf7\xb6\x34\xfc\x25\xd6\xd5\x3e\x2b\x2e\xb4\xdc\xeb\xe8\xc9\x76\x1f\x0d\x75\x14\xd9\xe8\x7e\x4f\xa6\xb3\x92\x17\x0b\x50\x82\x1e\x7d\x65\x7c\xf2\x1d\xf8\x4e\xd1\x5a\x29\xd3\xdd\x1a\xbb\xe2\x78\x66\xa2\x55\x6a\xe7\x7e\xb7\x19\xb0\xd4\xa6\xac\xb1\xfe\x80\xad\xf9\x75\xd4\x3c\x41\x4d\x9c\x8e\x49\xf2\xd5\x2b\xe2\x83\xc8\xbf\xed\xdc\x49\xe3\xce\xf6\xb3\x36\xc9\xb3\xf9\x71\x39\x79\x7a\x3f\x71\x9e\x89\xe3\xef\x8c\xaa\x18\x19\x7f\x85\x24\x26\x8d\x7e\xe3\x28\x5d\x9d\x91\xd9\x4f\x8e\xaa\xe7\xac\xbb\x71\xbb\xbf\x2e\x5a\xe7\xd5\xa3\x67\x08\x75\x37\xbb\x28\x44\xdd\x8d\xee\xed\x79\x54\x13\x26\xe9\x89\x95\x96\xfa\x07\x85\x2b\x10\x15\x8c\xe7\xcb\xa4\x24\x4c\xa8\x1c\x5d\xa2\xad\xff\xcc\xa9\x78\x2e\x6d\xe8\x22\x5a\x73\x89\xa7\x38\xaf\xd9\x4a\xde\xf3\x5a\x9b\xf6\xef\x55\x67\x84\xdb\x32\x57\xcc\x08\x47\x93\x45\x7d\x14\x6b\xb2\x45\xb9\xb9\x92\x39\x2e\xac\xac\xad\xfe\x60\x91\x9d\xf7\x36\xb7\x9e\xf6\xfb\x26\x4a\x0f\x66\x78\xfc\x19\x91\x89\x81\x53\x4d\x2c\xb2\x10\x51\x90\x69\x8a\xe3\xc3\xe2\xad\xca\x76\x14\xd1\xb2\x8e\x19\xbe\xe0\x3d\x36\x91\x21\x88\x16\x0e\x7d\xd0\x76\x69\x4a\x62\x19\x3d\xb2\x9c\x13\x2a\x86\x47\x49\xa1\xac\x96\xed\xd6\x1b\xf1\xe5\xc3\x90\x60\x37\x1b\x01\xda\xec\x07\x68\xf3\x89\x26\x8f\x6c\xf5\x8d\xdc\x3e\xda\xdb\xdb\xa3\x24\xeb\xa5\xc2\x9c\xb2\x8f\xc7\x51\x02\x9d\x42\x4c\x75\xa0\x2e\x3c\x98\xa8\xe9\x12\x11\x53\x24\xd8\x42\xa0\x41\x1e\x8e\x1d\x2c\xc5\x99\x12\x0c\x6b\xda\x95\xc2\x21\x2c\x0b\x32\x45\x4c\x4e\xb7\xe8\x4d\x76\xc1\xc0\x9f\x61\x14\x4b\x81\xd9\x3c\xee\xb1\xde\x68\xba\xcc\x5e\x1f\x5d\x5d\xa1\xce\x46\x87\xeb\x88\x87\x43\x34\x96\x54\x44\x85\x67\x31\x91\xb2\x75\x06\x44\x4a\x36\xd1\x52\xd2\x76\x85\x6c\x71\x7f\x6b\xcd\x33\x9f\x5b\x8f\x0a\xd2\x33\xbf\x6c\x4a\xe7\x24\x5d\xda\xab\xa0\x3b\xb9\xe5\x5f\x17\xea\x16\x95\x6f\xca\xeb\xb1\x16\x1d\xba\x01\x05\x2d\xeb\x49\xe8\xb8\x96\x86\x7c\xd4\x83\x57\x22\x1f\xde\xbc\x4b\x38\xc7\x77\x41\x39\x5f\x07\x65\x9c\xe5\x57\xa1\xcc\xe1\xdd\x8d\x28\x03\x8c\x69\x22\xb1\x89\x22\xde\x9c\x8b\x22\x87\x99\xfb\x2c\xce\xad\xc5\xc8\x61\x06\x31\x39\x23\x31\x8e\x9f\x5f\xd6\xf0\xf0\x9b\x50\x53\x03\x6e\x8e\xef\x1a\x39\xcb\x4a\xec\x1c\xaf\x8c\x9e\xe3\xdb\xe0\xc7\xbd\x85\x65\x55\x4b\x14\x55\x49\x5c\xea\xc1\x74\x6b\xbc\x88\x9d\xcd\x9c\x8b\x4a\x1c\xf1\xa6\x5d\x14\x39\xf2\x99\x0f\x43\x9e\xe5\x05\xfb\xd5\x2d\x05\xb6\xcd\x2e\x7a\xc6\xb6\x66\xee\x19\x63\x35\x6c\x56\x9e\x1c\xb5\x77\xb9\x35\x7b\x5f\x82\x27\x0a\x71\x54\x82\xa8\x39\xdb\x38\xa2\x47\x1a\xcd\x31\x7b\xe0\x43\x7f\x59\x22\x18\x87\xa1\x75\xca\x1a\x3c\x98\x77\x0e\xa1\xd0\x46\x80\x74\x65\x39\x2d\xc4\x9f\x58\xa3\x3d\x54\xf5\x52\xf7\x51\x7f\xa8\x1d\x69\x0a\xf2\x2b\xe7\x89\x05\xdc\x52\xf1\xf2\x27\x9b\xa7\xa6\x28\xdc\xdd\xb8\xa0\x22\xb3\x3b\xb9\x83\x22\x21\x63\x4c\x25\x93\x2d\xf4\x08\xaa\x5b\x91\xce\x1b\x66\x46\x3f\x85\xdf\xd9\x04\xad\x8a\xfe\x4a\x55\x80\xb3\xc9\xc8\x23\xa2\xc5\x07\x18\xe2\xf8\x25\x98\x8d\xb9\x27\x3b\x7d\xbe\x87\x97\x19\x87\xef\xa3\x47\xe2\x54\xe9\x9b\x01\xab\x22\x26\x1d\x3e\xd9\x09\x78\xfb\xab\x4d\x41\xcd\xa9\x9c\x0d\xdf\x73\x2c\xbf\x53\xec\x47\xc5\x98\x90\x3a\xfc\x7b\x8e\xf3\xbf\x21\xe6\x85\x56\x07\xb4\x03\xed\xf0\xbf\xda\x04\x28\xf7\x34\x55\x33\xb0\xaf\x1c\xd8\x54\x4c\x41\x25\x6f\xaf\x40\xb9\xac\xd0\xc5\xb6\xcf\x81\xcd\x0a\xd2\x94\x81\xbb\xce\xc6\x45\x07\xad\x23\x7e\xc6\x01\xb4\xb3\xdf\xd2\xac\x60\x67\x23\x40\x7a\x52\x95\xcf\x80\x2f\xc2\xf4\x43\x3b\x6b\x86\xd6\x77\x60\xc3\xc0\x8a\x0d\x9d\x14\x07\x4e\x5f\xe0\x61\x55\x86\x53\x8a\x21\x33\x74\x93\xdc\x7e\x64\x59\x12\xda\x09\x0e\x14\x95\x40\x42\x3b\x41\x87\x92\x62\x59\x68\x27\xb8\x50\xc7\x0e\xd8\xb1\x17\x4e\x6f\x54\xa5\x78\xea\x73\x01\x8f\xfd\x90\xfa\x60\x55\x8a\x07\x4e\xc7\xb6\x96\xe4\x42\xfa\xa6\xc7\xcd\x71\xcb\x99\x13\xa4\xa7\xb9\xb0\x9c\xea\x43\xef\xba\xbb\x16\xd7\xba\xe6\xe5\x50\x27\xdc\x7c\x1a\x74\xcc\x4b\xa5\x4e\xb8\x05\x16\x0c\xb0\x30\x3a\xe1\xe6\x66\xd0\xd1\xaf\xa6\x3a\xa1\xf9\x79\x7d\x1a\x6c\x6e\xfc\xce\x2e\x5d\x0e\x99\x6d\x7c\x8d\x0f\x22\x92\x96\x55\x2e\x88\xf8\xed\x15\x49\x4b\xe6\x9d\x85\xfe\xd8\x91\xbf\x4e\x55\xe2\xb6\xf6\xdb\x72\xde\x42\xd2\x92\xb9\x6e\x21\x69\xf9\x64\x47\x82\x3d\x55\x15\x6d\x7d\xf3\xa4\xa2\x2e\x0a\xdf\xe0\xca\xc8\x3e\x1a\x7e\x45\x6f\x5c\x00\x6e\x9b\x21\x1c\xa6\xe5\x8a\x96\x17\x46\x89\x1a\x83\x0b\x68\xae\xa6\xe4\x8d\xcc\x2b\x48\x5a\x0a\x51\xf1\xd9\x8d\x5c\xba\xb0\x5e\x35\x9b\x41\x6c\xb6\x8a\x62\x77\x6f\x07\x71\x6f\x07\xf1\xe7\xb5\x83\x40\xca\x10\x82\x89\x4a\x77\x64\x03\xd1\xc2\xb4\xc1\x66\xf5\xcc\x74\x21\x03\x83\x74\xe5\xb9\x63\xe0\x91\x50\xcf\x67\x38\x95\xef\x15\x03\x66\xfb\x4d\x05\x70\xe9\xc0\x41\x48\x96\x43\xaf\x6d\x84\xa5\xfe\xb6\x9f\x27\x02\x27\x15\xf2\x23\xfb\xff\xea\x0a\x75\xbb\x1a\x9f\xcd\xc4\xcb\x05\xf6\x63\x57\x7b\x6a\x48\x52\xde\x7a\x6b\x8f\x1f\x53\x5c\xea\x26\xbf\x60\x40\xde\x2d\xc4\x43\x50\xe0\x25\xb4\x12\xc3\xda\x5d\xc9\xf7\xcc\xd8\xd5\x94\xa2\x85\x9a\x49\xd5\xaa\x57\x86\x7a\xa2\x8f\x7d\xc3\xa0\x1d\xd0\xa3\x1b\xb4\xdb\x8d\xd4\x9a\xa2\x81\x95\xbf\x71\xec\xd0\xaf\x1f\x5b\x23\x63\x9c\x63\x4a\x4c\x62\x3d\x98\x6e\x59\x18\xb9\xc7\x64\x32\xc1\x60\x90\xcc\x50\x6e\x9d\x4b\xce\xe5\xbb\x10\xfd\x38\x22\x50\xc2\x67\x49\xd8\x2e\xa7\xde\x43\x88\x79\x74\xa1\xdb\xa1\xaf\x1f\xd1\x82\x71\x18\xd9\x8b\x6a\x54\x9e\xfb\xdf\xcc\x9a\x74\x57\x79\xab\xa7\x08\x52\x92\xea\x2a\x18\xcd\xe6\x23\x92\xba\x1e\x6e\xca\x6c\x8a\x29\x77\xa7\x35\xe0\xe9\x80\x2d\xaa\x68\xb1\xc0\x29\xac\xa5\x28\x65\x6f\x20\x2c\xec\xf2\xda\x9a\xee\x61\x38\x63\x9a\x91\x31\x65\x4f\xa2\x57\xcd\x85\xf9\x05\x6a\x36\xe1\xb0\xb0\x0f\xd5\xa2\x56\x0c\xaf\x49\xef\x57\x87\x56\xa9\xb7\x60\x57\x26\xbb\xa8\x19\xbb\xe3\x28\x49\x38\x7e\xc5\x35\x0e\x1b\xd1\x2c\x52\x4b\xb7\x20\xbf\x72\xe7\x82\x70\x5d\x37\x8b\x8a\x80\xfe\x2f\x08\x0d\xdc\xff\x7a\xee\xed\x74\x7c\x4b\x5b\x50\xbf\xce\xb4\x16\x35\x7e\xef\x4c\xbe\x85\xcb\x57\xc5\x83\xbd\x3d\x90\x2e\x26\x24\xb5\xde\x2a\x35\x21\x41\x79\x2d\xe2\x55\xf1\x1b\x66\x5b\x69\xc0\x72\xf7\x8b\xe7\xd5\x47\x7f\xa6\xf1\x75\x35\x34\x2d\x96\x99\x51\x7b\xdd\xa0\x1f\xc0\xa8\x95\x0b\x80\x3e\x7a\x86\xba\x5d\x14\xb6\x33\xc8\xd2\x50\xe6\x35\xcb\x5a\x01\x6f\x94\xf7\x33\xe5\x84\x94\x19\x7d\xcf\xbd\x94\xfe\xc2\x8f\x33\xb1\xf7\x88\x5b\xe1\x48\x67\xf8\xd1\x5c\x27\x32\x20\xf1\x5a\x2c\xaa\xc6\xbc\x28\x04\xbf\x4a\x36\xfe\x7c\xfe\x99\xe4\xf2\xda\x45\xec\xca\x0f\x55\xd0\x1d\x9f\xb0\xde\xea\xa8\x33\xb6\xb5\x0a\xdc\x69\x9b\x92\x1f\x79\x22\x21\x12\x97\xf0\x2d\xb0\x88\xe7\x8b\xf2\x52\x57\x09\xb6\xd8\x44\x1b\x57\xa1\x49\x8f\x1a\x7b\x0a\x41\xfa\x58\x01\x37\xc2\xe3\x54\xa5\xaf\x29\x2f\x26\x6a\x07\xc2\xab\x6c\x1a\x83\x71\xb1\xb2\xee\x11\x0b\x6e\x32\x0e\xf5\x18\xaf\xda\x3f\xd4\x6b\x52\x94\xce\xcb\xbf\x13\x63\x34\xa7\x1e\xa7\x50\xb5\xa3\x57\x35\xbb\xdb\x8b\x7c\x17\x24\x6e\xea\x97\x8b\x98\x59\xb6\xf2\x77\x70\x52\x15\x59\x66\xa5\xf6\xd6\x95\x15\x16\xc2\x11\xf3\x3b\x84\x8c\xb7\x7d\xf2\x09\x21\x07\x35\x9f\x15\x19\x7b\x9b\x5c\x8f\x6c\xfb\xaa\x58\x90\xf6\xed\x97\xed\x2c\xc4\x6c\x1e\xed\xe9\x3d\x56\xb0\xfa\x30\xd6\xf7\x5c\x45\x3f\x7f\xad\xe5\xbe\xd0\x62\x90\x4a\x04\xea\x65\xfa\xab\x5b\xf9\x6a\x6e\x38\x14\xd3\x8d\xcf\x70\x7e\x59\xce\xc0\x17\x89\x56\x8f\x8e\x1d\xd7\xf1\x94\xb0\x48\x73\xf0\x63\xbc\xd4\xf5\xdf\x50\x48\xdf\x4b\x77\xda\x84\xab\x74\xbe\x0e\x50\xb7\x2b\x94\xef\x35\x4a\x8a\x77\x6c\x96\x2c\x9d\x9e\x54\xdf\x5d\x9f\x06\x9b\xad\x62\xed\x7d\x45\x9d\x1c\xdc\x46\xd7\x2b\xe5\x72\x0a\x52\xa1\x95\x13\x66\x66\xf4\x7f\xa6\x2a\x83\x5f\x3b\xea\xe7\xa9\x96\xbc\xad\x7f\x58\xba\x39\x9a\xc6\x94\x73\xf4\x97\xd0\xce\xd1\xdf\x4f\xb5\xea\x34\xfd\x9c\x53\x63\x0b\x0d\x9d\x73\xf7\xbe\x8a\x8a\x8e\x16\x5e\x45\x47\xc7\xe0\x6d\x25\x1d\x4d\x5d\x51\x4b\x67\x16\xa9\x51\xd3\xb1\x16\xeb\xca\xde\x44\x51\x47\x71\x5b\xa1\xa8\x6b\xe7\x28\x9f\x77\xab\x85\xa2\xae\x55\x34\xaf\xaf\xf5\xb8\xce\x73\xfb\xb7\x0a\x79\xb0\xe2\xab\x10\x88\x28\x61\x93\x08\x4b\x5f\x91\x48\xec\x42\x35\x64\x22\xda\xad\x2f\x7f\x23\x9d\x2e\x93\xa4\xda\xbc\x99\xf3\xb4\x77\xb7\xaf\xe5\xe4\x28\x5b\xd0\xdd\xdd\x47\x1f\xa9\x7d\xbf\xe3\xe1\xc3\x9a\x8b\x5b\x52\xb4\xf7\x6d\x3b\xc6\x79\x19\x91\xd4\xef\xdf\xd6\x41\x24\xbb\x4d\x6a\x20\x6a\x06\x34\x30\xd3\xeb\xc9\x9a\x17\xb1\x32\x1a\xbd\x41\x94\x38\x9f\xd3\x23\x3f\x99\x40\xcd\x66\xbf\x63\xee\xb5\x16\x4d\xc9\x19\x4e\x85\x49\x8b\x79\xa4\xae\x72\x97\x6b\xd9\xbf\xb0\x63\xb6\xb2\xb8\x05\x2c\xb3\xca\x9d\x76\xfd\xf6\xb7\x3a\x44\xfb\x25\xc2\x9c\xd3\x76\x4a\xaf\x70\x9c\x9d\xe1\x3c\x3f\xcf\x49\x59\x62\x30\xf7\x62\xbd\xea\xa0\x75\xe8\x7d\x6b\xdc\x9d\x83\x96\xbd\xd0\x1f\xf2\x83\x15\x84\x3a\x8a\x92\x94\xa3\xb0\x74\xfd\x0e\xdb\x6f\xed\x5b\x21\xd3\xd5\x4a\x5a\xcd\x29\xad\x6d\x05\xde\x3c\x2e\x04\xfc\x18\x1c\x0e\x41\x15\x1e\xcd\xe9\xaa\x00\xaf\x87\x5c\x9b\x45\xc7\x4b\x39\x01\x66\x77\x0c\x09\xf9\x8c\x51\x84\x0a\x92\x4e\x13\x2c\xfd\x70\x01\xe4\xc0\x30\x89\x06\x0a\x66\x6e\x66\x98\x5b\x0e\xd6\xda\xd5\x15\x3a\xe9\x9e\x6c\x9e\x76\x4f\xfb\x52\x18\x6c\x70\x03\xc0\xbb\x67\xe2\x9d\x7e\xe9\xae\x0d\x2b\x44\x77\x66\x03\xc5\x50\x01\xb6\x0a\x9b\x01\x7a\x0c\xf6\xd8\x1b\xd0\x97\x4d\xdd\x11\x8d\xea\x90\x23\xc8\x0a\x47\x0d\x81\x70\xed\x50\x75\x5a\x10\x0e\x1d\x1e\x09\x40\xd5\xc0\x70\x88\xa2\x24\x41\xa3\xa8\x20\x63\xe6\xff\x00\x1e\x0b\x6c\x6f\x71\x05\x4e\x92\xd1\x93\xb1\xe8\x4d\x80\xb6\xb7\x9a\x8c\x4e\xcc\x85\xcd\x39\x9a\x38\x81\x0b\x5d\x24\xc2\x53\x10\x20\x21\x28\xd4\xc9\x69\x07\xed\xfd\x00\xeb\x53\xa5\xed\xb0\xc4\x5a\x65\xda\xbe\xa8\x6d\x55\x0e\x30\xc3\x95\x3d\xab\x59\xed\x7a\xab\x95\x34\xab\xdc\x7e\x19\x0e\x61\x1c\xa2\xdb\xb5\xb6\x51\xad\xc8\xc3\x87\x48\xff\x3e\xd1\x7e\x6b\x2e\xe0\x4e\xc5\xae\x2b\x23\x63\x0c\xa7\x37\x9a\x1b\xbe\x7c\xeb\xa6\x46\xcc\x82\x39\x37\x7c\xc2\xcc\xa9\xd1\x3c\xae\xdd\x72\x66\xac\x7e\xd5\x4c\x8c\xd6\xe6\xd7\x9e\x97\xbb\x9c\x18\xd3\xf5\x89\x62\xa4\xda\x4c\xc0\xd9\xa8\x03\xb6\x08\x5b\x0c\xe9\xec\x90\xd4\xe1\xc6\x0a\x9b\x7c\x2a\x36\x77\x24\xe0\xd6\xe9\xc9\x36\x07\x15\x69\x0c\x44\x42\x6c\x9e\x5a\x09\xea\xdb\xdd\x1d\x00\xab\x37\xd8\x1e\xf4\xb1\xf0\x21\x36\xef\x09\x5a\x63\x77\x34\x91\x64\x82\x7a\x5a\x96\xc6\x21\x6d\x7e\x7c\xc3\x89\x05\x86\xed\x7b\x0d\xb1\x59\x33\xe5\x7c\x93\x10\xa7\x6a\xdf\x3c\xc3\xbc\xf9\xa6\xba\x23\xe3\xef\x39\x13\xce\x3f\x3b\xc6\xbc\x1b\x15\x9d\x98\x95\xeb\xd3\xad\xbc\xaf\xb5\x9a\x67\x99\xc1\x86\xc2\xf3\x2b\xe7\xd7\xf0\xa2\x58\xb9\xdb\x73\x6f\x45\x49\x54\x94\xe8\xe4\x94\x0a\x13\xac\xde\x1b\x4d\xfb\x03\xff\xbc\xcb\x39\x00\x39\x0b\x39\x3e\x96\xe0\x40\xa3\x5e\x42\xc1\xa7\xa4\x81\x36\x44\x52\x63\x1c\xab\x1d\x61\x24\x07\xb6\x6f\x9a\xd0\xe8\x12\xc5\x78\x12\x2d\x13\x50\x84\x16\x4b\x2a\xa7\xca\x8d\xb9\xc3\xdd\xd4\x04\x3c\xcc\xa3\x3d\x8b\xc6\x31\xea\x06\x0c\x58\xed\x88\x2b\x8a\xc2\x2d\x4f\x6f\x95\x46\xf5\xc2\x57\xbb\xd0\x11\x6b\x4b\xa4\xb0\xd7\x08\x50\x3c\x27\xe5\x93\x0e\xa5\xf8\x00\x75\xe8\x22\xa0\xff\x9d\x76\x4e\x15\xb5\x73\x08\x2d\x0d\x0a\xa5\xcb\xc4\x7e\xf6\xa0\xcd\x66\x2b\xb4\xd9\x0e\xe6\xac\xfe\x36\x2c\x04\xd7\x49\x95\xb3\x12\xd8\xde\xc0\x9d\xe5\xb1\x59\x2f\xe0\x86\x97\x0e\xc7\x18\x2f\xfd\x17\x56\xbd\x45\xc4\x9c\x5b\xf5\xfe\x7d\xc2\x4e\xe3\xff\x3e\xed\x37\x8b\x08\x5c\x79\x2b\xbd\x3d\x54\xdf\x3b\x58\x61\x2c\x04\x74\x7b\xd6\x21\xde\x9e\xba\x77\x59\x16\xce\x3c\x97\x16\xfc\x1e\xdd\xde\x18\xbc\xfe\xa8\xcd\x5b\x19\xee\x0a\x55\x38\x41\xb5\xd9\x42\x83\x37\x58\x69\xff\xad\x1b\x13\xef\xa2\xca\x3f\xbf\x63\x54\xd7\xaf\x2c\x4e\x26\xba\x3f\x59\xce\xca\x9c\x42\xf2\x65\xf2\xc9\xa9\xcf\x89\xf8\x60\xb1\x2c\x66\x3d\xc7\x33\xa9\x78\xa9\x2d\xdc\x8c\xba\x35\xd3\xb1\xb8\x3e\xd7\xcf\x7c\x0e\x40\xf5\x96\x34\x3f\x9e\xbd\xb3\x00\xe9\xfe\x65\x2d\xf7\xa4\xb7\x72\xea\xcb\x27\x50\x77\xe6\x7b\xeb\xf9\x83\xae\x3b\x52\x07\x47\xfc\x6f\x3f\x7f\x3e\x8f\xac\x0d\x9e\x58\x2b\x27\x82\xce\x26\xb8\x4a\xad\x99\x8f\x95\x67\x63\xcd\xb9\x23\xb4\x74\x47\xc6\x92\xd4\x3c\xda\xb6\xf1\x09\xca\xee\x47\x27\x79\x36\xf7\x9a\x1b\x30\x28\x1f\x6f\x19\xd9\x0f\x76\x2c\x03\x21\xc3\x32\x68\x85\x07\x53\x82\xa9\xb1\x96\x5b\xb0\x28\x3e\x10\x9d\x45\x19\xfe\x34\x1b\x58\xd5\x57\xe1\x55\xb0\x37\xe9\x37\x96\x4c\xd0\xe5\x4f\x7c\xa0\x7b\x42\xd0\xe1\xe8\x7a\x84\xb6\xc0\xf8\xa1\x2f\x3c\x3a\x73\xe4\x55\x2d\xa2\xda\x3a\xf5\xe6\x9d\x8a\x7d\x2b\x0a\x0a\x7c\x28\xd9\x1d\xbb\x5e\x7a\x1d\x6d\x33\xa7\xf7\x6c\xb7\x2d\x28\x48\x81\xa2\x49\x89\x73\xb9\x48\xf4\xfe\xde\x68\xad\xfa\xcb\xf8\x7c\x77\x2b\xce\x51\xe1\xb3\x1b\xd5\x62\x8f\x87\x8e\x79\x5b\x55\xbf\xee\xd7\xa3\xd2\x8d\xb4\x1d\xf3\xa6\x96\xd1\xb4\xe4\x34\xe8\x51\x7d\xdf\x28\xec\xfa\x5e\x3d\x4c\x2b\x46\x65\x3a\x9c\xd5\xa6\x7d\x1d\x91\xbb\xe5\x5a\x7f\x88\x3d\x44\xff\x6b\x49\xfd\xc2\x20\xb5\xe5\xdf\x1f\x8a\xf8\xef\x69\x5f\xfb\xfb\x5d\x68\x1f\x79\x49\x5f\x0f\xd0\x78\x53\xd2\xb7\xc3\x88\xad\xb8\xa9\x38\xc4\x6a\xd7\xdf\x6e\x67\x31\x7b\xb1\x4a\xfd\x7c\xfe\xbc\xf4\x96\x38\xf4\xe5\x5f\x7f\xd5\x4b\x78\xc1\x6f\xfd\x5c\x23\xd5\xa6\xee\xf7\xd0\x26\x5a\x37\x7b\xd7\x67\x3e\x99\x58\x24\x31\xcf\xd4\x33\x0f\xc4\xd6\xa5\x9b\xf1\x60\xbb\xc6\x9f\xbd\x81\x6b\xcb\xe2\xcb\xe0\x62\x6b\x2b\x8e\x4d\x9f\x73\xb9\xb2\xb6\xfa\xa6\x5a\xd5\x7b\x91\x68\x75\xbd\xf1\x82\xb7\xfa\x6a\x57\xbe\x89\xbb\x3e\x0d\x36\x7f\xef\xd0\xfb\xc7\xcd\xcf\xde\x96\x35\xef\xde\xb8\x27\x12\xf8\x9f\xd9\xba\x2c\xd5\xd3\xb7\xa5\xf6\xf6\x6d\xa9\x3f\x58\x5b\x7a\x5e\xbf\x2d\xe5\xf3\xb7\xa5\xf6\xfe\x6d\xa9\x3d\x80\x5b\x9a\x2f\xe0\x9c\x1a\x5b\x58\xd8\x38\xfe\x51\xbe\xe2\x23\xb8\x63\xef\x2b\xb8\xe3\xd5\x9f\xc1\x1d\xb7\x7d\x07\x77\xec\x3e\x84\x3b\xbe\x83\x97\x70\xcb\x5b\x3f\x85\x3b\x6e\xfd\x16\xee\xf7\x8e\xeb\x7f\xdc\xc2\xe2\x6c\x59\x67\x72\x26\x5c\xab\xb0\x1f\x9c\x38\x35\xab\xb3\xa5\x6e\x76\xb6\x34\xac\xc4\x96\x3e\xc3\xb3\xa5\xb2\x3c\x5b\xea\xa6\x67\x4b\xdd\xf6\x6c\x69\x19\x9f\x79\xea\x6d\xb3\x38\x7e\x53\xfb\xb3\x63\xbf\x01\xda\xf1\x0d\x2c\xd0\x8e\x5b\x9b\xa0\x1d\x7b\x6c\xd0\xec\xd2\x37\x5b\x23\x35\x66\x68\x6d\x17\x49\x7b\x43\xb4\x6f\xdb\xac\x92\xee\xb2\xc0\xa0\x98\x1d\x97\x5d\x16\x90\x6f\x9a\x21\x9c\x9e\xa1\x38\xc3\x60\xad\x00\xaf\x03\xa3\x34\x06\x1f\xb6\xe8\x9f\x6f\x5e\xbf\x2a\xcb\xc5\x7b\xfc\xff\x96\xb8\x28\xd7\x40\x30\xbb\x5c\xe0\x6c\x62\xe5\x30\x3f\x36\xf2\xfd\x46\x57\xe0\x85\x37\x3c\xb0\xa1\xd1\x97\xeb\xdd\x35\x23\x58\x64\x25\xa4\x99\x00\x92\xfa\x2f\xc5\x8c\xee\x3e\x64\x9a\x66\x39\x0e\x13\x92\xe2\xb5\x6b\x66\xb1\x4a\xf1\xd0\xca\xdb\xfd\xfd\xcb\xd9\xfb\x97\xb3\x7f\xe2\x97\xb3\xec\xd5\x2c\xb7\x61\x33\x9e\xcd\xb2\x0d\x07\xdd\xec\xf5\x2c\xdf\xfb\x8e\x4b\x92\x40\x9d\x4c\x9f\x09\x6b\x87\x3d\x4f\x72\xc0\x48\x79\x29\x59\xa2\x2a\x32\x4e\xa2\xa2\x40\x27\x50\xe4\x94\x77\x93\x65\x28\x26\xcc\xaa\x5a\x1b\xc2\xbd\x11\xac\x52\xae\x5c\xa5\x1c\x04\xd5\x38\xb3\x6e\xef\xe7\x1c\x20\x69\x4d\xc7\x6f\x0f\x3f\x7e\xa0\x67\x6b\x98\x84\xee\x39\x26\x5d\x46\x9a\xdd\xcf\xda\xef\x37\xda\xef\x9f\xb4\xdf\xc5\xaf\xd1\x28\x13\x1f\x13\x92\xa6\xf8\x52\x7e\xe1\x79\x99\xc1\x53\x46\x91\xb2\x20\x63\x33\x21\x8d\x52\x33\x61\x4e\xc6\xb9\x9d\x92\x24\xc4\x29\x64\xc0\x1b\xa0\xe2\xc3\x28\x32\xcd\xa3\x34\x96\x43\x31\xb2\x7e\x32\xbe\x3e\x1a\x5f\xef\x8c\xaf\x97\xc6\xd7\xff\x19\x5f\xff\x32\xbe\xde\x1a\x5f\x2f\x8c\xaf\x7f\x18\x5f\xc7\xec\x6b\xed\xb4\xda\x75\x0d\x9d\xa3\x77\xfb\x2f\xe8\x14\x87\x68\x7b\x2b\x90\x89\x1f\x0e\x7f\x7a\xbb\xff\xf1\xf8\xfd\xcb\x4f\xaf\x5f\xbe\xfd\xe9\xe3\xab\x10\xed\xa8\x4c\x98\xd5\x50\xfd\x54\x39\x15\x94\x13\xa2\x2f\xc8\x4a\x50\x7e\xd4\x21\xe3\xd3\x8b\xa3\x9f\xdf\xa2\x6b\x55\xd3\xbb\xa3\xd7\xaf\x29\xf4\xc7\xc3\x37\x2f\x8f\x8e\x3f\x86\x68\x73\x63\x63\x63\xc8\x7b\xc8\x6f\xbc\x9f\x27\xd9\xf8\x73\x88\xba\x94\x75\x16\x65\xd7\xc8\xdb\x1f\x43\x28\xe3\x50\xbd\x6d\x64\x0f\x30\xe8\x7e\xde\xe4\xfb\xe4\x3e\x14\xc6\xfd\x46\xf6\x57\xdf\xc8\xd6\xa4\x0b\x88\x62\x16\x6d\xdf\x95\x07\x88\x83\xfc\x72\x51\x66\x7f\xff\xa0\x6f\x0e\x63\x48\x7b\xac\x22\x60\xd0\x06\xbd\x00\x43\x9a\xd3\xf5\x46\x77\x72\xdd\x37\x00\xc5\x15\xfa\x03\x55\x9e\x84\x1e\x3e\x14\xb9\x03\xe1\x2f\x82\x89\xc9\x33\x7c\xd1\xb5\x5f\xd1\x19\x9e\xbf\x7e\x40\x5b\xb4\xb4\xed\xfd\x78\x4b\xb8\x8b\x34\x8b\x23\x71\x19\x2e\x2f\xf8\x2d\xff\xec\xc8\x7a\x6d\xc7\x40\x05\x8e\x68\xe7\x06\xaf\xf0\xc5\x00\xb4\x97\xdc\x73\xaf\xcf\xc6\x88\x62\x45\x0c\x5b\xb5\xce\x4e\x74\x4c\xfd\x16\xa2\xad\x6f\x9e\xb0\x92\xda\xe3\x64\xf1\xe6\x8c\xb2\x3c\x89\xe3\x4e\xf8\xcd\x77\x41\xc7\x44\x79\x27\x7c\xba\x71\x7d\x1a\x6c\xb5\xf2\xf9\x74\xcf\xf7\xee\xf9\xde\x9f\x97\xef\x29\xb6\xc7\xde\xf9\xdf\x01\xdf\xb3\x64\xf7\xd5\x45\x77\x8f\xe4\x2e\x0a\xfa\x04\xf7\x95\xa2\x0d\xd9\xbc\x76\x30\xe4\xec\x5e\x85\x23\x9a\x3c\xd5\x01\xe8\xb7\x14\xe1\x97\x29\x29\xdf\x44\x0b\x29\x2e\x76\x85\x44\x1d\x32\x1e\xd4\xdd\x10\xb2\x26\x95\xda\x43\xc5\x16\xbb\x9b\x86\x9c\x1f\x6a\x19\x1b\x1b\xb2\xd0\xff\xd6\xe4\x8d\xa2\xd1\x28\x9a\x62\xd9\x92\x9e\xa7\x09\xff\xa1\x9d\x37\xf7\xd4\xa9\x65\xbf\xa9\xcf\x4e\xb2\x33\x9c\x44\x63\xd1\xac\x9d\xad\xce\x18\xa1\x2f\x7b\xea\xaf\x5c\x83\xf8\xa9\x11\xa2\x98\x45\x69\x9a\xa5\xc6\xb8\x4d\x08\x75\xae\x09\x6b\x20\x1a\x5a\x81\x93\x55\xe8\x81\xd0\x51\xa9\xce\x4b\x61\x3d\x50\x53\x4d\xfc\xec\x16\x7a\x81\x8c\xca\xe4\x79\xcc\x1e\x9b\x07\xd0\x3f\x44\x13\xd0\x20\x57\x0f\x9c\x06\xfa\xd9\x84\xf5\x81\xea\x73\x0d\xa7\xbe\xda\x8a\xf5\xfe\xb6\xaa\x5b\xaf\xbe\x6d\x01\xad\x4c\xb9\x42\x19\x5a\xcc\x6f\x6c\xa5\x1c\x31\x2c\xa2\x98\x9b\x92\x82\xa9\xe7\xc5\x02\x8f\xe9\xe6\x25\xcd\xf3\x75\xa3\x2b\xee\x3d\xc5\x67\x39\xa5\xaa\x18\x61\x0a\x17\xf3\x88\x5c\x96\x0d\xd6\x78\x16\xe5\xd1\xb8\xc4\x79\x21\x54\xfc\x70\x2f\xcf\x4b\x6b\xfb\x88\xb7\x0d\x32\x4d\x03\xcd\x16\x1a\x6d\xac\xf9\xdd\x7e\x90\xe9\xac\x44\xc2\x23\xad\xe5\xdd\x97\x8f\xc1\x90\x36\x19\x48\x00\xbd\x2b\x02\x68\xc7\xe3\x63\x88\x59\x88\x00\x0c\x04\xa5\x85\xd7\xaa\xf2\x86\x78\xb3\x3f\xf8\x25\x23\x29\x04\x6b\x40\xcf\xa0\x0e\x14\xa2\xce\x46\xa7\x8f\xd6\x39\x70\x85\xe1\xdb\x8d\xe7\x02\x02\xf6\xfc\xd9\x27\x03\x06\xb1\xe2\x6c\xf0\x1e\xae\x33\x8f\xcb\x37\x9d\x97\x2a\x43\x44\xd3\x11\x0d\x6c\x9d\x60\x86\x08\xc1\x3c\x5c\x1f\xd3\xd6\xbc\x30\x6f\xcd\x35\xb3\x42\x52\x5a\x89\x1f\x59\xba\x3f\x6a\x8f\xa3\x24\xda\xb8\x32\x3b\x64\x1e\x48\x8e\xd9\xd6\x2e\x45\xfa\x19\x8b\xf7\x3c\x1c\xa2\x1f\x49\x1a\x23\xf6\xb8\x8b\x77\x54\xc6\x6b\xa6\x12\x45\xa7\xa3\x6e\xf2\xc1\xf6\x25\x80\x10\x52\x33\x7c\x21\x4c\x98\xe5\x99\x8b\xa6\xb1\x53\x0f\x3d\x71\x54\x9f\x95\x68\x35\x5b\xfa\xbb\x17\x30\xae\xe1\x36\x35\xbb\x88\xac\xef\x6d\xe9\xe0\x22\x16\xb2\x6e\xdb\xa1\x9a\xea\x11\xda\x0e\x0f\x7d\x21\x5b\x98\xa0\x1e\x2b\xb2\xb7\x87\x36\xfa\xc6\x29\x6d\x94\xe3\xe8\xb3\x02\xa5\xa3\x5c\xdf\x43\xfc\x55\x39\x9d\xc1\x83\x59\x94\x1f\x64\x31\x86\x1a\xbc\x87\x30\x3a\xd9\xc2\x1c\xa7\x28\xf3\x76\x14\xc2\x26\x6d\x25\x12\xd9\xa7\x45\x7e\x3b\x1a\x81\xe6\xfe\x7b\x88\xe4\x26\x33\x5f\x94\x55\xaf\xd3\xcd\xc9\xf6\xf8\x98\xef\x2d\x72\x3c\x21\x17\x2c\x88\xd6\xc6\x45\x9f\xce\x02\x70\x0d\xbf\x7b\x7b\x1e\xed\xad\x7a\xf6\xbd\xb6\xcb\x70\x04\x8d\x12\xe0\xe6\xb5\xc1\x04\x7c\x51\x3e\x0d\x5f\xfb\xdc\xed\x3a\xef\x86\x4e\x15\x94\xe2\x39\xe6\xd9\xec\xc3\x72\xe0\x66\xdb\x6c\x39\x88\x19\xa1\x2d\x29\xea\x98\x64\xb9\x6d\x42\x57\x94\x79\x55\x44\x7c\x6d\x46\x29\xd4\x98\xcf\xcd\x7e\xd9\x23\x37\x5b\xe9\x60\x9d\xc8\x83\x83\x1b\x5e\xdb\x14\x08\xed\xef\xfa\x1e\x4a\xc5\xbe\xf0\x3d\xda\x42\xcf\xe8\xc9\x06\xad\x23\xba\x1f\xa4\x3e\x9a\xe0\x2e\xe4\x67\xf8\xe2\x2e\x49\xc3\x8a\x39\x60\xd3\x46\x03\x6b\xf8\xcd\x88\xc3\xe1\x19\x1a\x75\xfc\x36\x14\xf0\xbb\x4d\xab\xe5\xb1\x74\xb2\x4c\x12\x89\x86\x21\x3e\xc3\x69\xc9\x1e\x0a\x00\xcb\xff\xa5\xc8\x52\x14\x8d\x88\xcd\xe3\x85\xdb\xc4\x8f\xd9\x8f\xcb\x24\xb1\xdf\x50\x8a\xc7\x04\xb4\xf4\x63\x56\xda\x7d\x0c\xc5\x1a\x76\xda\x55\x8c\xdd\x6d\xc3\x10\xa4\x68\xe5\xba\xea\x94\x7e\x0f\xc0\x84\x82\xa4\x31\xbe\x38\x9a\xf4\xba\xbd\x6e\x1f\x7c\x43\x3e\xde\xf4\x3c\x87\x94\xf0\x8e\x9d\x60\x79\xb9\xc0\xbc\x39\x00\x02\x2a\x32\xfd\x99\xf5\x48\xff\x8b\x08\x21\x3c\xa0\xf0\xbb\xe8\x9a\x8b\x62\xa6\xe5\x9f\x6c\x05\xad\xa3\x6e\x8f\xce\x9c\xac\x7d\x1d\x75\xfb\xdd\x56\x6b\x2f\x26\xc5\x22\x89\x2e\xd9\xbc\x80\x8f\xd1\xb4\xa4\xb2\xad\xc4\x86\xfd\x66\xed\x02\xb2\x5f\xb0\x62\x75\x2f\x5c\x69\x6d\xe6\xe4\xfb\x97\x97\xd1\x03\xba\xa5\x59\x14\x83\xa7\x03\x11\x6f\xf1\xb2\xc7\xcd\xea\xfa\xe8\xf1\x0f\x32\x51\x4e\xab\xdb\xb7\xda\x87\xcf\xd2\x66\xd3\x99\x59\x03\xcd\x1c\x8c\x4d\x36\x7a\x66\xbf\x69\xe5\xef\xc1\xe8\x9a\x51\xce\x46\x86\x43\x35\xd0\xec\x0c\xe7\x49\x16\xc5\x38\x96\x8a\x60\xcf\x9a\xd0\x07\xf0\x51\x11\x49\xd5\x9b\xc6\x21\xfa\x78\xf4\xe2\x28\x44\xf3\xe8\x33\xa8\x86\x49\x7a\xb6\x4c\x52\x9c\x47\xa3\x04\xdf\xe5\x00\xd5\x69\xc0\x7e\xbd\xbb\x89\x1e\x23\x2d\xbb\xdf\x1f\xe4\x78\x91\x44\x63\xdc\xeb\xa2\x2e\x38\x75\xa3\xa7\x85\x8e\x19\x24\x32\x4b\xcf\x70\x5e\x16\x2a\xe4\x26\xc8\x7d\x31\x1e\x93\x79\x94\xd8\x4c\x96\xa4\x7e\x66\x5f\x66\x2f\x58\x01\x97\xf2\x6a\xc3\x67\x9a\x6e\x0d\x99\x80\xc7\x6b\x6a\x0c\x00\x59\x66\x6e\x7c\x4c\x19\x7e\xa6\xcd\x18\x1b\x65\x5b\xca\x13\xef\x6a\x5c\x5a\x5d\xf5\xc1\x59\x53\xa1\x25\x75\xc7\xe7\x09\xcd\xcd\xd5\xa7\xe6\x8e\x62\x1c\xf6\x19\x40\x82\x8b\xe2\xe3\x2c\x4a\x7b\x1b\xe0\x44\xf6\x31\xb3\x3a\xe7\xd6\xfb\x9c\xb0\x36\xfb\x10\xbe\x55\xcb\x31\xb0\xb8\xbf\x04\x37\xcd\x1c\x95\x51\x7a\xc9\x1d\xef\x70\x77\xa4\x69\x35\x5a\x07\x1c\xaf\xfb\x69\xcc\xd4\xff\x8c\x86\xc8\xe4\xb2\xe0\x8e\xd4\x0b\x34\xc2\x93\x2c\xc7\x03\x87\xae\x5e\xf1\xa3\x43\x3d\xee\xaf\xf8\x1e\xd4\x40\x5a\xaf\x60\x9f\x37\x90\x2f\xd7\xef\x23\x6e\x2a\x36\x8f\x2e\x58\xd8\xca\x0b\x52\x5e\x86\xe8\x29\xa8\xb0\xc5\xae\x43\x0a\xee\xd2\x18\x8a\xf6\xed\x4d\x46\x9b\xe4\xde\x3a\x85\xd8\x35\x8a\xea\xd3\x59\x5f\xd8\x2a\xcb\x0d\xe9\xce\x28\xed\xd0\x53\x08\x43\x5a\xd7\x5b\x05\xc4\x57\xfa\xfb\x87\xa3\xb7\x03\x89\x65\xd6\x9e\x72\x60\x09\xae\x63\x0b\x14\xd9\xd1\x3c\x03\xb4\x88\x8a\x82\xf2\xae\x72\x96\x67\xcb\xe9\xcc\x5c\x01\x72\x20\x9c\xd6\xa0\x56\xf7\x72\x52\x71\xb5\xc7\x70\x5a\xf2\xc8\xbc\x95\x23\x16\x00\xfc\x6d\x87\x59\x5d\x43\x6d\x67\xc2\x7e\x54\xab\x00\xf5\x1e\x90\xe2\x47\x92\x92\x12\x5b\x48\xb7\xba\x01\x12\xa2\xd6\x09\x53\xca\x72\x3b\xaa\xad\x8b\xf7\x7c\x53\x61\xeb\x80\x9e\x97\x52\xe0\xfe\xe8\x67\x6c\x0b\x52\x53\x5c\x42\xc4\xe2\xa3\xc9\x71\x4a\xbc\xda\x2e\x28\x5b\xce\x30\xff\x21\x17\x1c\x2a\xb3\x40\x6a\xa7\xa4\x43\x74\x6f\xd4\x46\xd9\x0f\x59\x4d\x8f\x75\xa6\x0f\x45\xc0\x6d\x57\x81\x70\x9e\x67\xb9\x70\x49\xc3\x7a\x5c\xa0\x34\x2b\xd1\x38\xcb\x73\x3c\x2e\xc3\x73\xb9\x6e\xcc\x5e\x1b\x0b\x88\x16\x14\x24\xb0\x64\x99\xf0\xdf\x33\xf8\x6f\x50\x66\xaf\xb3\x73\x9c\x1f\x44\x05\xee\x01\x73\x61\xfa\x5e\xc5\xc7\x28\xd4\x3f\xf8\x2d\x33\xbf\xba\x39\xa1\xff\x9f\xaa\xa3\xb8\x06\xa2\xfb\xfd\xd6\x09\x8f\x79\x22\x4b\xf1\x39\x7a\x49\x47\xd5\xeb\xc2\x55\x2f\x74\x04\x6c\x55\xff\xdd\x2d\x11\xbe\x20\x45\x59\x04\x68\x91\xe0\xa8\x00\xb1\x18\x46\x9e\xa5\x12\x55\x93\x2c\x49\xb2\x73\x92\x4e\xa1\x64\x41\xb9\xa0\xb5\x8c\x78\x0f\x03\xf0\xaf\x10\xa8\x67\x1f\x35\x51\x62\x65\xef\xc1\xfb\x95\xe9\x55\x38\xfa\x8c\x61\x11\x32\x86\x0f\x97\xd1\x04\xec\x69\x25\x93\x65\x24\x40\x59\x2d\xf8\xaa\x60\x13\xcf\x50\xcb\x29\xeb\x5d\x56\x14\x64\x94\xb0\x29\x04\x17\x1a\xdc\xa8\xef\xc3\x21\x95\x2f\xf3\x92\xfd\xa4\x22\xb5\xc0\xd6\xcb\xc9\x84\x4c\x2f\xf9\xc7\x91\x20\xa5\xc7\xe8\x33\x6d\x9e\xfd\xa9\xeb\x2a\xf8\xe4\x37\x5b\x0c\x6c\xae\xc0\xe4\xe5\x12\xfb\x14\x57\x51\x0c\x6e\xaa\xe0\xe4\xfd\x0f\xfb\xe4\x17\x46\x2a\x8f\x15\x78\xfc\x58\x2e\x4c\x75\x8f\xc3\x0a\xfc\x1a\x8d\x32\x23\xcf\x53\x42\xdc\xc3\xb0\x01\xc0\xf5\x8d\x9e\xc7\x4a\x68\xbd\xd0\x0a\xb3\x4f\x8e\x05\x0d\x04\x59\x10\xda\x07\x5c\xa6\x70\x84\x60\x85\xc3\xa9\xf6\xbb\x14\xbf\x6d\x91\x82\xf1\x05\xeb\xe4\x7b\x25\xe5\x74\x46\x0e\xe3\x28\xa5\x27\x83\x48\xb2\x66\x9e\xce\x75\x65\x59\x8e\x22\xf4\xea\xe5\x3f\xe1\x10\x2e\xa4\xb5\x3b\x63\x28\x72\x9f\x15\x47\xbb\x9f\x67\x58\xf8\xd9\x8b\xb4\xab\x5c\x1e\x05\x45\x0b\x16\x40\xd7\x53\x54\xa0\x73\x4c\x17\x88\x72\xb0\x22\x86\xb1\xa6\x49\x43\x3f\x63\xe3\x48\x2e\xc6\xa9\xb3\x14\x26\xea\xd0\x9a\x05\x93\xd0\x85\x22\x56\x42\x8f\x1a\x6b\x72\x2a\xc6\x9d\x2c\x79\x48\xdf\x86\x79\x05\xe8\x99\xd1\x48\xa8\x7f\x69\x92\x55\xe3\xf2\x8d\x18\x8e\x3d\x2b\xf8\x1c\x93\xfb\x05\xfb\xdf\xb2\xc4\xcb\xac\x6e\x81\x6b\xe7\x85\xdf\x6c\xa9\xd3\xd5\xf6\x3b\x2e\x76\x40\xc8\xdd\x2c\xf5\x92\xcc\x71\xf1\x7b\x2c\xf3\x94\x2b\x17\xe9\xe2\x96\xaa\xaa\x82\x1d\xf3\x61\x8b\x46\xd2\x96\xc5\x21\x07\xd9\x93\x56\x44\xa1\xc8\x40\xdc\x1d\xd2\xb9\x57\xb4\x60\xd6\x26\xbd\x5c\xa9\x0a\x14\x80\xc4\xbf\x6e\x7c\x63\xcd\x42\xc3\xf9\xe7\x1b\x2a\x04\xc2\xb2\x17\xe5\xf9\x8f\xab\x2b\xb4\xb1\xeb\x3d\xdc\xf0\x7a\x9d\xc3\x09\x4b\x37\x4e\x44\x1c\xe7\xa2\x27\x0f\x1f\x22\xfe\xdb\x27\xf4\xd3\x26\xed\x5c\xfd\x84\xe1\xf3\x81\x66\xc8\x62\xbc\xb0\xd4\x89\x6c\x5c\x74\x83\x6e\x57\xbf\x70\xb1\x3c\xa5\xf9\x4a\xeb\x84\x52\x29\xd3\xa5\x22\x76\xac\x87\x54\x24\x9d\x30\x30\x11\xc5\x43\x1e\xc5\xb8\xd9\x24\xc0\x96\xe7\x59\xb7\x40\x63\x19\xd3\xc5\x21\x2d\x33\xe4\x4b\x1b\xfa\xaa\xa0\x1a\xed\x90\x6c\xd6\x69\x2a\xbc\x0c\x92\xa1\xe0\x23\x8d\xb2\x7c\x0b\x16\x9e\x7c\xf7\x34\xaf\x75\xb2\x80\xae\x92\x68\x9c\xba\xce\xe4\x96\x7f\x1d\x98\xe5\xc1\x22\x59\x16\xaa\x0b\xfc\xdb\xeb\xde\x50\x02\x99\x9a\xa4\x19\x1e\x7f\x2e\xc4\xb1\x89\xf1\x48\x71\xcd\x59\xf0\xc7\x72\xc9\x25\xf8\xf1\xf5\x46\x23\x66\x24\x3f\xf6\x46\x22\x36\x63\x0a\x6b\x0d\xd0\xf5\x1f\x29\x78\xdd\xb1\x1d\x04\x57\xe2\x33\x67\xd5\x6d\x4c\x1c\xaf\xd4\xd2\xa0\x0d\xff\xb3\x71\x71\xb2\xf1\xf8\xbb\xe8\xf1\xe4\xf4\xcb\xce\xc6\xf5\xff\x0c\xc9\xa0\xc4\x45\x29\xc1\x57\x18\x7b\xcd\x90\xbf\xce\x60\x5b\x0c\x13\xce\xff\xc3\xff\xf4\x36\x2e\xfa\xcf\x6a\xc7\xa9\xd3\xdf\x70\xa8\x62\x65\xb1\x68\x58\xd0\x3b\xe6\x41\x98\x1b\x1d\xce\xe1\x1d\x2f\xdd\x8f\xb5\x51\x9b\xf4\xcb\x1d\x01\x22\xd3\x55\x85\xb7\x33\x66\x5f\x28\x9b\xd3\xc0\xf6\x1f\xff\xe8\x05\xb3\xba\x0c\xa1\xbb\xba\x05\x38\x3b\x2e\xe6\xf4\xdf\x71\xb4\x28\x40\x76\x48\x12\x24\xbe\x03\xdd\x43\xa3\xdd\x63\xe6\x78\x5e\xeb\xb0\xd1\xc0\x91\xdc\xde\x19\x76\x70\x34\x9e\xa1\x71\x54\x38\xd5\x90\x82\x11\xca\x72\xce\x67\x48\xa3\x26\xb6\xca\xda\xd3\x14\x6b\xab\x58\xce\xe7\x38\xae\x24\x2f\xab\xb9\x3b\x26\x33\xab\xf6\x3a\x72\x1b\x0e\xd9\x78\x2c\xdc\x44\xb2\x24\xff\xe5\xec\x40\x4a\x1f\xc2\x21\x5e\x45\x05\x38\xa3\x99\x45\xdb\xa2\x11\x53\x97\x22\xa4\x1d\x9f\xc3\x97\x9d\x0d\xb8\xa3\x44\x16\x85\x80\xf3\xee\x72\x86\x12\x0c\xcf\xa9\xb5\x08\x7c\x8b\x05\xce\x69\x6f\xc5\x34\xa4\x10\xbd\x70\x4a\x58\x80\xbb\xa8\xc0\xf3\x68\x41\xa7\x63\xd3\xd0\xf4\xf5\xa4\x05\x83\xd6\x69\x70\xcb\xb6\xf9\xa4\x8f\x7e\x40\xdf\xd2\xed\x9c\x67\x9d\x90\xd3\x41\x99\x1d\xd3\x86\xb8\x2e\xe8\xc1\xde\x9e\x96\x09\x44\x5f\x5f\xe1\xf7\x7b\x9e\x1a\x75\xed\x92\x55\x63\x85\xaf\x70\x6d\x59\x2a\x96\x6f\x30\x7e\x15\x7f\x41\x52\xe9\x1b\x7e\xd4\x13\xd4\x58\x41\x8a\x65\x76\x97\xa4\x28\xb4\xd7\x72\x5f\x5e\x81\x12\x35\x9d\xb1\xa4\x3e\xfb\xd5\x35\x6f\xa7\xdb\xe5\xa4\xe4\x92\xa9\x81\xdf\x1b\x11\xad\x06\x34\x76\x7a\x4f\x2b\xaa\x21\x63\xd1\x0b\xed\xda\xdd\x26\x69\x60\x7a\x33\x65\xfa\x47\x89\xf4\x3b\x7a\xf0\x99\x30\x07\xfa\xe2\x26\x4e\x52\xb8\x41\xc0\x4d\xf4\x6b\x52\x90\xdd\xff\xf5\xbd\x4a\xe2\xd6\xc8\xcb\x66\xa4\x8d\x35\xd5\x92\xa6\x55\xd2\x94\x3c\x95\xa4\x69\xb0\xd1\x32\xa3\x12\x25\x89\xd1\xd6\x06\xf3\x19\xf4\x98\x5f\x10\xb2\x36\xd9\xfb\x84\x8d\x0b\xc4\x8c\x3b\x5c\xe3\xae\x46\x4a\xf6\xdf\xf6\x73\xef\x03\x3a\xd7\x96\x06\x5c\xed\xe8\xd7\x12\x67\xbc\x1b\x9f\x70\xaa\x2b\xf0\xa1\xc9\xf0\x6c\xb7\xad\xdb\x68\x3d\x15\xf1\xcb\x2f\x5f\x7d\x26\x84\x08\xbd\x08\x57\x4a\xb2\x46\xf5\x9a\x2a\x40\x3b\x1b\xfe\x5b\x02\xe1\x88\x58\x9c\xa6\x0b\x25\xe5\x36\x07\xd9\xf4\x9e\x24\x7d\x57\x5f\x46\xe0\x4d\xb6\x91\xf9\xce\x80\xa8\xc7\xba\x61\xc9\x85\xa2\x6f\x69\x51\x46\xe9\x98\x72\x11\x55\xf8\xea\x4a\x22\x8d\x17\x86\xd7\x6b\xf0\xcb\x70\x9c\xe1\x4d\x65\xb6\x11\xc0\x8b\x64\x95\xdd\xb6\x88\x12\xe7\xe1\x26\x2c\x7d\x70\x8c\x8b\x5a\xa2\xc8\x13\x22\xc9\x8b\x1f\xce\x5a\x79\xcf\x60\x34\xac\x6f\xdd\xbb\x43\x0f\xeb\x4b\x6b\xdc\x88\x1e\x37\x63\xe7\x47\x65\x44\xb2\x2a\x7e\x44\xd1\x1b\x61\x48\x94\xe8\xb6\x1c\x11\xed\x53\xd9\x3c\x1c\xd6\xf5\x1b\x0c\xe6\x88\xf7\xad\xe5\x62\xa0\xe2\x45\xba\x4c\x12\x88\x92\xd0\x73\x57\x08\x18\x6e\x83\x0a\xc3\x33\x76\x7e\x5f\xdb\x72\xe4\x23\xd6\xd9\x16\xec\x80\x01\xde\x84\x19\xb0\xa4\x1b\x4d\x24\xef\x5e\xdb\xd1\x80\x0b\xc0\xe6\xb1\x38\x11\x35\x5a\x8e\xc4\x8d\x8a\xd1\x92\xa5\x41\xc1\xda\x31\xd8\xc7\x11\xb6\x8f\x82\x8d\x5c\x26\xa8\xce\x1c\xc4\xdf\x0b\x73\x5d\x29\x0b\x84\xda\x31\xd0\x62\xf6\xab\x01\xe9\x3a\x29\xbf\x74\xf7\xa9\x07\x0f\xe0\x66\x92\x3d\xc3\x55\xc6\xac\xd7\x68\x0c\x61\x9f\x7a\xd8\xb3\xb7\xe9\x07\xd2\x55\x46\x1d\xf1\x71\xbf\xa4\x13\x88\x97\x73\x34\x4a\xb2\xf1\x67\x34\xc3\x51\x8c\x73\xfa\x91\xcd\x6d\xab\x0d\x52\x3c\xa7\xc9\x3e\xa1\x61\x86\x2f\xa4\x5f\x74\x28\x8b\x26\x24\x29\x6d\x65\xa6\x87\x60\x01\xd6\x70\x3f\x4c\x53\x6a\x4f\xfa\xdf\x6c\x6e\xa9\xa3\x3e\x03\x6f\xc0\x4b\xf5\x41\x9d\xd5\xa5\x57\xe5\x3b\xa7\xbb\x50\xbe\x88\xc3\xea\x9c\xbd\xe6\xf6\xe3\x06\x33\x93\x64\x54\xcc\x5b\x90\xb1\x3b\x0f\x1f\x69\x72\xd3\x3c\x94\x12\xa8\x66\x02\xa0\x26\x63\x02\xa0\x58\xed\x04\x3c\xd9\x51\xf8\x67\xd0\x37\xc6\x3f\x54\xa5\xd7\xe4\x43\xbf\x03\x74\x23\xec\x57\x38\x1e\xe1\x22\x5f\x28\x7e\x04\x22\x15\x1e\xfd\x84\xf2\x17\x4b\x07\xc1\x30\x64\xff\x89\x14\x6e\x41\x12\xaa\x9f\x2c\x47\xb3\x2e\x09\xf5\x0f\x51\xee\xb8\x9c\x3c\x0d\xf9\xff\x22\x0d\xec\x55\x42\xf1\x43\xd5\xc3\x60\xc5\x2f\x95\xce\xe1\xe5\x4f\x5e\x8f\x6b\x74\x1b\xfa\x12\x19\xb4\x6b\xcb\x19\x7a\xd2\x0c\x58\x61\x36\x19\xda\x09\x62\x1c\x3f\x63\x18\xc5\xcf\x58\x1b\x03\xa4\xf1\x1f\x02\x4e\x4a\x8b\xa1\xfe\x21\x72\x4d\x95\x75\xe8\xa4\x48\xac\x31\x41\x3d\x54\x3f\x59\x8e\x26\x1d\x87\xfa\x87\xc8\x35\x4e\x22\xa1\x9d\x20\xa0\xb4\x7c\x2b\xc7\x3a\xba\x87\x6e\x92\xe8\xa1\x03\xe9\x24\x89\x3a\x85\x30\x16\x6a\xbf\xf5\xfe\xa6\xd3\x50\xfe\x12\xe9\x6c\x4f\x0d\xe5\x2f\x39\x7a\xb6\xde\x43\xf5\x53\x8e\x89\xee\x92\xa1\xf8\x21\x52\xe9\x86\x15\xf2\xff\x65\x1d\x94\xdf\x85\xe2\x87\x48\x05\xb6\x11\x8a\x1f\x01\x2c\x30\xe6\xa0\x8e\xbf\xea\xee\x84\x9b\xdf\x05\xb5\xfe\x6d\x82\xce\xb2\x9c\x3c\xed\x84\x4f\xbf\xb9\x3e\x0d\xb6\x36\xdb\x78\x7c\x30\x97\xf0\x1e\x5b\xc0\x1d\xee\xe8\xa0\x13\xa2\xce\xc6\x60\x6b\x63\xb0\xd9\x59\xbb\x16\xae\xe0\xb6\x5a\x45\x2a\xbe\xf7\x24\x71\xef\x49\xe2\xaf\xe0\x49\x82\xd7\xb2\xe6\xfa\x82\xfb\x3b\x9e\x4c\x72\x7c\x89\x7e\x26\xc9\xf8\x33\x46\xdf\xff\x82\x27\x13\xdb\x9d\x44\x4b\x8f\x71\x00\x46\xa2\x14\x1d\x51\x89\x3b\x02\x28\x12\xa5\x2e\xd8\x8f\xd1\x88\x82\xfd\x23\x9b\xe2\xa4\x28\x71\x92\xe0\x1c\x7d\x3f\x81\x44\x17\xf8\xa7\xe8\x0c\xfd\x9c\x65\x31\xfa\x7e\x5a\xe9\xe6\x62\x47\xb9\xf7\xe1\xbe\x20\xdf\x44\x69\x34\x35\x7d\x4f\x0c\x86\x14\x0b\xc3\x9c\x01\xcc\x19\x80\xf0\x31\x71\x38\x82\xc3\x91\x0d\x4c\x46\x51\x2a\x40\x5e\x82\x19\xbf\x0d\xc1\x24\xaf\x62\x88\xcb\x99\x00\x7c\xf1\xbc\x06\x2e\x1e\x49\x7f\xb3\xb3\xba\xfa\x8a\x99\xac\xef\x2d\x78\x26\xaf\x02\x4c\x71\x29\x00\xdf\xe1\xbc\x80\xa7\x54\xd5\xd0\x0b\x0e\x22\x3b\x71\x1e\xe5\xf3\xba\x6e\xd0\x7c\x09\x8c\xcb\x12\xa2\x36\xb9\xf0\x05\xcf\x12\xa0\x82\xab\x18\x90\x82\x5d\xd0\x13\x95\x72\xee\x41\x12\xab\x42\x2d\xac\x7c\xb5\x8f\x10\x06\x24\xbc\x31\xf1\x87\x1b\x38\x8d\x3d\x7d\x63\x19\x02\xec\x39\x9c\x98\x5c\xa8\x11\x4d\x97\x98\xcc\xb3\x05\xce\xcb\x4b\x0f\xdc\x82\x67\x09\xd0\x57\x65\xb9\x78\x97\x67\x67\x24\xf6\x92\x1b\x5d\xa8\x0b\x9e\x2d\x89\x6d\x31\xae\x29\x41\x16\x63\xbb\x40\x3b\x8f\x86\x6b\x6b\x52\x56\xff\x19\x8f\xb6\x51\x4f\x54\x63\x7a\xe5\xcd\xed\x15\x92\xe2\x73\x6b\xd9\xa8\x92\x9a\x83\x5e\x1e\x6a\x55\xeb\xb9\x80\xd2\x80\x30\x7b\xeb\x82\xcf\xe9\x72\x01\x47\xfd\x7a\x15\xf1\x88\x67\xbe\x78\xee\xe4\x15\x33\x51\xf2\xc3\xcc\x2d\x99\xc2\x1a\xa0\xb9\x6f\x71\xe9\xe4\x2e\x14\xe1\x53\x10\xb1\x0e\x1c\xb8\xd1\xaf\xbf\x8a\x36\x28\x5d\xbb\x7d\x50\x04\x0e\x40\xfc\xb3\xa7\xc3\x28\xca\x56\x47\x8d\x68\x41\x42\xb9\x19\xf2\xff\xd9\x91\x43\xef\x24\xc7\x56\x61\x14\xd5\xc9\x27\x34\xbe\x02\x09\xa3\xd1\x4b\xa8\x7f\x38\x4d\x7c\x92\x6b\x80\xfd\x70\x06\xc8\x01\x7a\xaa\x7d\x4e\xce\x04\x17\xa1\xf6\xbb\xc7\x8c\x79\xae\xfb\xbb\x54\x62\x1a\x0e\xc1\x05\x6f\x81\x91\x1a\x43\xc6\x76\x62\xf0\x09\xb4\x46\xc9\xcd\x33\xbe\xa6\xb1\x55\x8e\x8b\x0a\x8d\xa2\x4e\x11\x4f\x13\xeb\x94\xa7\xc7\x0c\x6e\xa6\x71\xbd\xf0\xca\xa4\xed\xe9\x4b\x8e\x59\xb0\x08\xd5\x8b\xcf\x18\x2f\x0e\x8b\x0f\x97\xe9\x98\xa4\xd3\xda\xae\x40\x59\x0b\xbe\x1d\x05\x7a\x3a\xa2\xf3\x85\xe7\xca\x7e\xc5\x82\x12\xcf\x60\x98\x3b\x29\xf8\xf2\xc0\x88\x27\xb3\x02\x0a\xbe\x3d\x70\xfc\xdd\xb5\x00\xa3\x9f\x0e\x94\xfe\x04\x97\x01\xca\x14\x2f\xac\x51\xa7\x48\xf0\xb4\xad\xde\x53\x89\xe6\x79\x8a\xb7\x56\x1b\x5a\x4b\xf3\xd4\xad\xe3\x52\xd4\x5e\x87\x53\x66\xe2\x28\x20\x7f\xc6\xfe\x91\xe9\x50\xfc\xdb\x81\xd3\x4d\x5b\x18\xa4\x4c\xf1\xc0\xba\xb7\xc2\xa2\xcc\x81\x7d\x5b\xe8\xf4\xb9\xaa\xac\x93\xe3\x69\xf7\xf0\xf9\xfe\x5b\xad\x31\xfa\xe9\x40\x29\xf7\x34\x0c\x8c\x7f\xfb\xe0\x84\xe7\x14\x09\x08\x09\x74\x17\xb3\x17\x3e\xdb\xfa\xf5\x97\xdc\xec\x52\xc8\xf4\xae\x68\x5e\xd7\xc1\x9d\xb4\x0d\x59\x75\x7d\x1a\x93\x1c\x54\xc5\xe3\x68\x01\xaf\x2f\xb4\x0b\x4c\xcf\x8c\x1e\x1e\xec\xbf\x33\xd6\x3e\x2d\xa7\x5b\xc8\x11\x26\x4a\xd2\xe5\x4b\xa5\x4a\x96\x6f\x3c\xf6\xa4\x10\x03\xde\x8c\x58\xd9\xe0\x50\x46\xf2\xdf\xba\x88\xa3\x27\x92\x77\xc3\x5e\xc7\xc5\x91\x9e\x79\xe7\x9c\x82\x0e\xa6\x2b\xf6\xa4\x34\x8b\x71\x37\x30\x20\xa6\x60\x16\x12\xa2\x2e\x15\x3a\x3e\x8d\x13\x82\xd3\xf2\x1f\x0c\xbc\xab\xee\xa4\xfb\xc1\x4d\x5a\xc3\xe5\x79\x96\x7f\xae\x6a\x30\xc5\xe5\x27\x0e\x6a\x81\x98\x01\x03\x42\x7b\x95\xdf\xb2\x5b\x98\x2b\xb4\xab\xfa\x85\xcb\xd9\x27\x98\xeb\x71\x96\xfc\xe3\x77\xe8\xdf\xf9\x8c\x14\x0b\xe9\x1b\xd9\xe9\x5e\x31\x9b\xdd\x1a\x6d\xf0\xf3\xd4\xbb\x97\x90\xe2\x20\x4b\x53\xe6\xb3\x49\x5b\x6e\x7d\x83\xf6\x7a\xde\xed\xf2\xe1\x43\xef\x36\xaa\x57\xd9\xeb\xfb\x77\x30\xe6\xa5\x40\xc8\xe4\x95\x34\x0f\xc6\xa1\x10\x39\x81\x4b\x34\x5e\xbd\x2d\xad\x5b\x78\x13\xd5\x4f\x08\x4c\xe5\x64\x1c\x2c\x3a\xe1\xd6\x06\x4d\xd2\x8f\x24\x9d\x70\x6b\x93\xa6\xa9\xe3\x40\x27\xdc\xda\x91\x29\x4c\x74\xea\x84\x5b\x4f\x65\x92\x2e\xdc\x77\xc2\xed\x2d\x99\x41\x57\x78\x27\xdc\xde\x56\x09\x4a\xa8\xef\x84\xdb\xaa\x52\x75\x2c\xec\x84\xdb\xdf\x3a\xc9\xb8\x9c\x75\xc2\xed\xa7\x4e\x7a\x8a\xcb\x4e\xb8\xfd\x9d\x93\x2e\x04\xe1\x4e\xb8\xb3\xe1\x64\x16\xb3\x59\x27\xdc\xd9\x74\xd3\xa9\x2c\xdc\x09\x77\x54\xf7\xc5\x19\xa7\x13\xee\x7c\x23\x13\xcd\x83\x73\x27\xdc\x79\x22\xb3\x84\xd4\xd2\x09\x77\xbe\xad\xd7\xed\x5d\x9f\x06\x5b\xdb\xf7\x9a\xb7\x7b\xcd\xdb\x7f\x8b\xe6\x2d\x4a\x12\x70\x30\x71\x3b\x3f\xae\x9a\x82\xcb\x51\x85\xf8\x74\x21\x22\x4c\xcc\xcb\x33\x66\xd1\xaf\xe9\x18\xa0\x37\x02\x4e\x05\x8d\x69\x8a\x8e\xe4\xea\x69\xbc\x8a\x9a\x1f\xe1\x72\xd7\xaa\x0c\xd2\x04\xc4\x39\x8b\x7d\x64\x82\x08\x56\xc4\x33\xa5\x77\xd7\xfd\x24\x31\x86\x62\x0a\x46\xe6\xd1\x2a\x80\x9b\xfa\x00\x59\xa6\x65\x15\x4a\x0f\x33\x41\x3f\x22\xff\xc2\x2e\xe7\xe9\x7f\x7a\xb2\x63\x2e\xc9\x36\x21\xa7\x87\xf5\x61\xbe\x2d\xa9\x55\xf8\x03\xdf\x93\xbf\xae\xae\x20\xfe\x0d\xb2\xfd\x3e\xd0\x44\x48\x3d\xe9\x52\x29\x14\xe2\x0a\x74\x03\xd4\x2d\x33\xf6\xf3\x74\xc0\xd0\xac\xc5\x3b\x9c\x78\x6e\x43\x79\x33\x27\x93\x53\x30\x70\x91\xf6\xa1\xfc\x86\xb4\xef\x09\x9a\x6d\x55\x43\xfb\x43\x8b\xef\x69\xc4\xc3\x5c\xe8\x40\x47\xd8\x79\x49\x05\xc1\x53\x0d\x0a\x9b\x05\xf5\x70\x0b\x7c\x51\x28\xbc\x1a\x78\x36\x5f\x77\xe9\xde\x29\xea\x30\xee\x89\x5a\x1c\x47\x65\x24\x46\x40\x7f\x0f\xe8\x3f\x68\x4f\xfb\x7d\x75\x05\x46\xb1\x12\x00\xae\x92\x0b\x01\xc2\xbf\xae\xae\x54\xf4\x4d\xd0\x36\xd2\xa6\xc5\x1d\xb9\x06\x78\xb2\x71\x3a\x28\x28\x43\x90\x2e\xd6\x29\xf4\x9c\x0b\x38\x8a\xc2\xdc\xe9\xfa\xc5\x33\x5d\x7a\x2b\x7b\xdc\xd4\x96\x4b\x77\xee\xa5\x6d\xef\x17\xf9\x3e\xbd\x7f\xb2\x71\xaa\x3d\xbc\x7a\x00\xed\xf7\xd1\x17\x78\xec\x10\xa5\x69\x56\xa2\x09\x49\x63\xd6\x2f\x92\x4e\x59\x43\xcf\x64\xf3\xe3\x2c\x2d\xb2\x04\x0f\xce\xa3\x3c\xed\x75\xf5\x12\xcc\x5b\x0e\x65\xc5\x49\x36\xed\x6a\xa6\xaf\xbc\xc7\x14\x15\x8e\xc7\x25\xcc\xd9\x90\x1e\x99\x0b\xe6\xae\xe7\x5b\x9d\x01\xeb\x56\x60\x12\x84\x79\x84\x82\x1a\x85\xb3\x43\x98\xe2\x16\xcb\xf1\x02\x8f\xa9\x04\xe0\x59\x8f\x01\x78\x64\x1a\x45\xe3\xcf\x32\x86\x28\xb8\x22\xe0\x87\x5d\x71\xdd\xda\x8b\xf2\xe9\x12\xde\x82\x9c\xc8\x5f\x9a\x37\x1e\xd3\x08\x5d\xd4\x08\xb1\x9f\x6b\x8b\xe9\x7e\xe3\x7a\x0e\x04\x9d\xf8\x4d\xd3\x8f\x85\x62\x1b\xe9\x32\x49\x1c\x74\x67\x82\xd2\xb8\xf7\x3b\x75\x00\x16\x10\x13\x2d\xca\x1a\xd3\xcc\x02\x26\x07\x23\x62\x2a\x0d\x35\xf1\x9b\x71\xf6\x5e\x16\xc0\x41\xa9\x1b\x78\x19\x6b\x20\xd8\x3b\x3d\x6c\xf5\xfa\x81\x6a\x48\xc3\x70\xf3\x4c\x45\x65\x19\x8d\x67\x1f\xb3\x03\xe1\x08\x4b\x9f\x32\xe1\x1d\x4b\x3f\x73\xab\xa9\x65\xe3\x66\x9f\xce\x70\x44\xd1\x41\x94\x24\x72\x3f\xe1\xc0\x15\x67\x0a\xa7\x9b\xf2\x80\xe1\x39\x61\x78\x8f\x18\x40\xaa\x9d\x70\x0b\xa4\x7b\xb6\xea\x3b\xe1\x16\xc8\xee\x7a\xcc\xb6\x6d\x00\xb6\x36\xc2\x4e\xb8\xb3\x4d\x45\xe6\x9d\x7b\x91\xf9\x5e\x64\xfe\x6b\x8b\xcc\x5a\xb8\x17\x38\x7b\xdf\x55\xbc\x97\xbf\x17\x59\x9a\x2f\xc6\xa6\xbc\xf9\x0b\x4b\x94\x57\x87\x79\x9e\xd9\x22\x30\x4b\x93\x92\xa8\xab\xa2\xa0\x83\x35\x84\x4c\x47\xc6\x04\x74\x7c\xaa\x94\x34\x79\x46\xc1\x03\x7b\x37\x38\x0a\x8c\xe2\x58\xf8\x74\xa4\xec\x98\x17\x06\x37\xd9\xd0\x35\x9e\x60\x59\x04\x46\x71\xec\xb1\xb1\x45\x7c\xfc\xac\x50\xa9\xac\x5b\x87\x6b\x30\x4e\x9d\x15\xc7\xb1\x4f\xe6\xf6\x0d\xbc\x60\x51\xc1\x05\x44\xe3\x88\x04\xd3\xae\xeb\x3f\x87\xf1\x76\xcd\xb7\x9f\x9b\xde\x05\x24\x7e\x8d\x6e\xba\x53\xa0\xee\x89\xd2\x98\xa9\x99\x04\x6c\xa0\xd5\x8d\xf3\x3c\xe0\x92\x68\xe1\xca\xc4\x8c\x7c\xd8\x2f\x2e\x2c\x2a\x00\x8e\x1f\xdd\xc5\xa4\x44\x65\x80\xe0\x75\x7b\xc5\xfb\x35\x5e\xe5\x09\xc0\x9c\xea\xc7\x83\x4a\x81\x9d\x15\xa9\xa8\x96\x8a\x35\xa2\x3f\xbc\xd2\x81\x23\xfb\xd8\x05\x1e\xf0\x45\x34\x20\xc5\x3f\xa2\x84\xc4\xef\x71\xb1\xc8\xd2\x02\xf3\xa6\x9c\xb7\x77\xce\x18\xfc\xed\xf5\xd8\x1a\x1b\x1c\xa6\x67\xde\x5a\x77\x9d\x4a\xaf\xdd\xfe\x55\x56\xce\x7c\x36\x39\x83\x65\x7b\x2e\xf8\x86\xf0\x65\xf0\xc6\x07\xbc\x0f\xe0\x35\x42\x4f\x70\xa2\xd8\xab\xa9\x90\xe7\x1b\xe4\x17\x25\x80\xb2\x94\x7e\x92\x0d\xbe\x13\x6e\x81\x1e\x8d\xaf\xc8\x4e\xb8\x0d\x56\x6f\xad\xa2\x7c\xdf\x6f\xf8\xf7\x1b\xfe\x9f\x77\xc3\x57\xfb\xbd\x14\xcb\xef\x48\x45\xd6\x52\x57\x45\x4f\x3c\xb9\x05\x56\x70\x59\x7f\x08\x99\xab\xaa\xd3\x04\x9c\xf6\x6e\x4a\xd7\x83\x89\x07\x51\x1c\x7a\x5f\x3b\x84\x68\x60\x52\x63\x68\x84\x1c\xf7\xed\x9f\x4c\xbd\xa4\x3f\x32\x83\x6d\xde\x7e\xa6\xcc\xe0\x0e\x14\xd8\x3b\x01\x25\xe5\x02\x30\xf6\xbd\x46\xc2\x97\xb3\x99\xea\x6d\x80\x7b\xfb\xf5\x57\x6d\x3e\xf5\x1c\x91\x80\x97\xb3\x6e\x75\xa2\x11\xf1\xa8\x41\x34\xbf\xcf\xc8\x72\xb4\xcc\x02\x7c\xef\xed\xa1\xae\xd6\xa7\x2e\x7a\xf8\xd0\x70\xe4\xac\x9d\x9b\x59\xb3\x86\xb7\xff\xeb\xbe\xb5\x0d\xd7\x35\xe8\x71\x0d\x8d\x7a\x90\x58\xb1\x5d\x43\x1e\xf3\x18\xed\xd9\x19\xac\x8a\x28\x58\xe1\x69\x1a\x68\x8f\x1f\xde\x19\x42\x19\xa8\x44\xa3\xa6\xe5\x11\xda\xab\x16\xd2\xa3\x0c\xe8\xc5\x5d\x45\xb1\xa3\xb5\xf7\x65\x53\x14\xc7\x82\x86\x0b\x75\x0c\xd7\x69\x43\xa4\x5d\xcb\x9a\x2a\xe9\x89\x91\x8a\xbf\xca\xda\x93\xbd\x3a\xae\xdf\x9c\x50\xb4\x57\x88\xab\xcc\xbe\xae\xa9\x92\xda\x1f\xd9\x9f\x4f\xb8\x9c\x09\x75\xb3\xea\xa4\xe9\xf5\xa2\x51\x95\x3a\x71\xd4\x1c\x0a\x01\x4a\x55\xda\x62\x5e\x19\xb7\x68\x35\xa9\x8c\xdf\xdc\xdd\x8c\xda\xf5\x35\x2b\x6a\x04\xc3\xbb\x8b\xb9\x65\xbc\xd7\x52\x2b\x73\xce\xca\xb5\x8d\x92\xc7\x9a\x93\xe7\xea\xad\x58\xc7\x2a\xa7\x73\x3f\x49\x6a\xa7\x0b\x80\xf8\x45\xcf\xca\x04\xc6\x54\xa1\x0d\x1d\x5c\x9d\xda\x8c\x47\x81\xae\x52\xad\x8a\xda\xea\xc8\x4d\x3a\xca\x01\xdb\x3f\x31\xe9\x53\x5c\x16\xdc\x78\x25\xb9\x44\x31\x5e\x24\xd9\x25\x8e\x85\x89\x20\x3c\x1f\x1c\xcf\x22\x92\xda\xcf\xd5\xa0\xb6\x1f\xb3\x5c\xf4\xc8\xe3\x7b\x40\x1c\x58\x7d\x24\x29\xd6\xe5\xb5\x54\x2d\xae\x19\x2e\x72\x8f\xc5\xe5\x86\x7a\xd6\x56\xd1\xa2\x6e\xf0\x20\x5a\xd2\x14\x96\x8a\x7c\x21\x60\x33\x44\x92\x71\xd4\xbc\x3f\x42\x94\xf2\x3d\xf1\xb0\x0c\xf2\x87\x43\x74\x1e\x11\xa6\x2e\x07\x91\x6b\x51\x2a\x15\xac\xb8\x29\x33\xe7\x9d\x2f\x05\x19\x30\x5a\x75\x0c\xf7\x4d\xcf\xcb\x0f\x30\x3c\x4d\x36\xda\xb7\x77\x25\xe8\xef\xfa\xfa\xae\x79\x6c\x1a\x0e\x51\x51\x66\x0b\xa6\xab\x25\xe9\x14\x45\x13\xda\x95\x6f\x36\xd8\x5c\x15\xa8\x57\x92\x39\xce\x96\x65\xdf\x39\x3a\x32\x04\xfc\x80\xbe\xd9\xf0\x1e\x16\x59\xef\x07\xb4\xf6\x9f\x79\xe5\x2a\xa6\x42\x1f\x7d\xb9\xf6\x9c\xe9\x6c\x04\xb2\x07\x7b\xde\x73\xa8\x9c\x11\xef\x69\x53\x9d\xfc\x94\x63\x60\xc9\x98\xe0\xbe\x24\x62\x2b\x63\x4c\x09\x1b\x9c\x04\x8f\xa8\xc4\xbc\x4c\x63\x1b\x03\x5d\xdf\xe1\x13\x27\x9a\x43\x11\xfd\xcf\x71\x47\x7c\xe3\x56\xe9\xf2\xd3\x6b\x96\xfe\x44\x5c\xac\x19\x54\x33\xc5\xe5\x47\xd5\xd4\x7b\x46\x6a\x8a\xa3\x68\xdd\x78\x15\x15\x33\x9d\xa8\x02\x41\x98\x7d\xff\x11\x9e\x4c\x7a\x1c\xc0\x4f\x6d\xde\x42\xde\x0e\x42\x08\x23\x5e\xd7\x60\x6c\x2e\x40\xb3\x47\x10\xe7\xc8\xdf\x1d\xf1\x57\xe5\xbd\xfd\x89\xf4\xde\x5e\xf5\x47\x26\x3d\x93\xe2\xae\xae\xd0\x03\x68\xb1\xb6\x18\x92\xac\xdb\x43\x9b\xfa\xdf\x4d\x96\x80\xfe\xd7\x72\x39\xd8\x43\xca\x62\x2d\x44\xf4\x76\xed\xcc\x88\xbf\xe1\x50\xde\xf3\x25\xd9\x54\xa3\x5a\x38\x56\x08\x36\xfe\xa0\xdb\x6f\x68\x1e\x19\xa2\x9a\xe4\xa8\x15\x53\xdd\xa2\xb2\xe1\x10\xb1\xcd\x4a\x88\x0b\x51\x1a\x23\x7e\x33\x82\xa2\x69\x44\x52\xbe\x72\xce\x31\x8f\xf0\xd7\xf0\xe7\x97\x3d\xed\x0d\xb0\xa1\x06\x5b\xd6\x71\xb6\xff\x86\x21\x8d\x99\x53\x36\x7e\x29\x48\xb7\x04\xba\x3b\x16\x78\x9c\xa5\x31\xa2\x0c\xb7\xb1\x12\x8d\x74\x9b\x89\x15\x19\x1c\x11\x74\x61\x6d\x3b\xec\xf5\x62\x74\xc7\x1d\xd2\x7d\xb7\x6b\xa2\x04\x3f\xd1\x6a\x9c\xb2\x28\xb3\x1c\xc7\xd2\x8f\x3b\x93\x40\x40\xe3\x33\x8d\x0a\x14\xcd\xe9\x86\x34\xf0\xf2\x6b\xfb\xaf\x92\x7f\xdb\x7f\x1e\xf7\xf2\x77\xd1\xc5\xfa\x1e\x5e\x57\xe6\x56\x71\x0c\xb7\x84\x0d\xa9\x69\x27\xdb\x1e\x28\xb4\x2b\x06\x41\xe8\x3f\x46\xf4\x98\x7d\x29\x7d\x69\x58\x52\x9c\x05\xd6\x70\x68\xb0\x2b\xd5\x0f\x0c\x70\xaa\x8a\x46\xc4\xb8\x5c\x60\x2f\x8a\xb0\x38\xbe\x43\x5a\x34\x22\x68\x8f\x42\x0a\x39\xeb\x11\xd3\x84\x36\x8f\x49\x9d\x90\x52\x14\x69\xa2\x29\x2f\x2e\x6a\x11\x63\x4b\xf1\xb9\x4c\x12\x63\x4a\x2f\xaf\x75\x62\xb0\x74\x23\x9b\xc2\xa6\x20\x4a\xfa\x2b\x16\xdd\xaa\x29\x6a\xcb\xc1\x86\x64\xc1\x7d\x9d\x08\x45\x71\xec\x94\xf6\x49\xca\x1c\x42\x4a\xcb\xea\xf8\x27\x92\x64\x5b\x6a\xe2\xa1\xd0\x50\x4d\x04\x45\xa9\xef\xfa\x05\xd5\x6c\xd1\xdf\x8a\x1a\xe8\x9f\xfc\xc1\xa4\x6b\x79\x8a\xd4\xe9\xaf\x27\xe8\x20\x90\xb3\xaf\x73\xb0\xe1\x90\xc5\x56\x54\x56\x16\x46\xa5\xca\x56\xe2\xcb\xf5\x2e\x05\x16\x58\x7a\x60\xb6\xcd\x11\xa3\x55\x0c\x67\xdc\x1c\xde\xe2\x00\x21\xeb\x8f\x12\x12\x32\xc6\x70\xd5\xa0\xec\x35\xac\xf0\x7f\x3e\xdb\x11\xb0\xff\xa8\xb6\x18\x41\x8e\xd5\x48\x31\x58\x64\x0b\xc3\xc1\x9c\xd9\xbd\x24\x2a\x4a\x0e\xe9\x54\xed\xef\x0e\x23\xa4\x1e\x2d\x08\xce\x8b\x1e\xc8\x17\x27\x10\x88\x16\xd2\xed\x3e\x29\x14\x36\x74\x89\x36\xc4\x81\x07\x2c\x2a\xc9\x0f\x68\xc3\xae\x8d\xcf\xb4\xa0\xfd\x7d\xb1\x96\x9b\xb5\x00\xe2\xef\x56\x2a\x41\x0d\x4d\x16\xb3\x14\xea\x34\x69\x6a\xa7\x0f\xeb\x81\xd9\xe5\xc1\x22\xba\x8c\x46\x09\xf6\x75\xcf\x3d\x0e\x30\xfb\xa9\x02\xa7\xb1\x8a\x48\x95\x66\xe9\x63\x5e\x89\x8e\x0e\x7b\x9b\xb8\xae\x9a\x7a\xf0\xed\x47\x39\xa3\x5f\x05\xdb\x13\x4b\x25\x80\x11\x6b\xb5\x8a\x09\x02\xdb\xb7\xf5\x3d\x56\xd1\xae\x39\x89\x95\x37\x82\xfa\x89\xd6\xd0\x01\x08\xb9\x2f\x8a\x53\x5b\x4b\x10\x63\x74\x1e\x15\x52\xa0\x5c\x33\x71\xc5\x96\x36\x5c\xbd\x6a\x47\x18\x65\x98\x65\xdd\xbf\xce\xa2\x62\xe6\x43\x3a\xed\x35\xce\xf3\xaa\x9b\x48\xfd\xca\xd1\x77\xaf\x58\x27\xf1\x50\x71\x34\x8e\xd9\xb5\x97\xc6\x75\x69\x4f\xfc\x6d\x55\x1c\xbb\xd0\x1e\x94\xa9\x10\xbe\x2a\x25\xc4\x09\xc9\x8b\xb2\x5a\x40\x5c\x51\xc6\xab\xd0\x80\xf8\xd4\x1e\xbe\xeb\x57\xe3\xab\xc9\xf1\x25\x44\xda\x64\x03\x6f\x9a\x67\xab\xb1\xb6\x28\x6f\x44\xf5\x2a\x43\xf7\xf3\x34\xa9\x93\x67\x40\x5c\x57\xc6\xb1\x2b\x36\x41\x7a\xbe\x7d\xc1\xec\x4a\x21\x89\x7f\x1a\x06\x68\x37\x16\xbc\x6c\xad\x59\x93\x76\xd6\xb3\xa9\xf3\x9a\xae\x4d\x19\x68\x22\xeb\x1f\xae\x0d\x87\xd6\x0e\x6c\x5c\xe0\x28\x8f\xc7\x9a\xfa\xd2\xaa\xbc\xc7\xf6\xe5\xe1\xd0\x70\xa5\x5b\x19\x77\x7a\x3c\x06\xaf\xb8\x19\x0b\xd4\x44\xd2\x69\x8d\x6c\x66\xaa\xb1\xcd\x91\xb3\x49\xbc\x76\x39\x91\x2e\x0e\xd5\x89\x42\xe8\x8b\x26\x75\xb5\x95\x88\x26\x28\xcd\x54\x0d\x94\xbd\x2d\xa2\xa2\xc0\x71\x40\xab\x50\xae\xef\x28\x44\xa1\x2d\x69\x93\x97\x49\xc2\x83\x19\xb0\xd0\x69\x98\x43\xfa\x7c\xa7\x9a\x36\xab\x68\x65\x19\x4a\x59\xca\x2b\x6d\x65\x39\xd3\x5c\x4b\x42\xb0\x1a\x08\x11\x26\x8c\x0a\x64\x97\x02\x51\x60\x84\xc7\xd1\xb2\xc0\xf4\x24\x1e\x67\x69\x89\xce\xa3\x14\x6c\x92\x8a\x45\x46\x12\x76\x1b\x9e\x96\x38\x9f\x44\x63\xe9\x1b\xbb\xc5\x49\xbc\xcd\x69\xdb\xde\xa6\x9a\xf9\x21\x72\xdc\xeb\xca\x35\xad\xad\xcd\x9f\x70\xc9\x9c\x35\xd3\xfd\x31\x40\xe7\x33\x32\x9e\x81\xd1\x00\x5d\xde\x65\xc6\xb7\x31\xb4\x48\x96\x45\xf3\xd5\x2b\xe7\x03\x0d\xf3\xab\x98\x87\xdf\x90\xa9\x41\x84\x5d\x5d\x4e\x95\xc5\x9a\xe5\xc7\xdb\xc8\x8e\xd5\x72\xa3\x66\xac\x7c\x23\x39\xa6\x4e\x86\x31\x5f\x3a\x0c\x98\x41\x7a\x7b\xe6\xeb\x39\xf5\x78\x8f\xbb\x2d\xae\xcf\xab\x58\x93\x73\x18\xf6\x9e\x82\x2b\x5e\xb2\xf8\xce\xc3\xee\xee\xa7\xec\xc2\x19\xfe\xdc\xc7\x2b\xc8\x73\x98\xf6\x9a\x2d\x59\x74\xbb\x2b\xcd\x9f\x4d\x5b\x89\x4e\xf8\x6d\x95\x05\xb4\xb4\x68\xe8\x84\x5b\xdb\xae\x49\x34\x1f\x79\x27\xdc\xde\xbc\x3e\x0d\xb6\x9e\xdc\x9b\x3e\xdd\x9b\x3e\xfd\xb5\x4d\x9f\x34\x5b\x67\x6e\x02\x79\x07\xc6\xce\x15\x6e\x2c\xb9\x71\x25\x7b\x97\x75\x34\x11\x77\xce\xfb\xf9\xb4\x08\x2b\x34\x37\x9a\x8c\xc7\x4f\xb0\xbc\x12\x3d\xf6\x9d\xd8\x4e\x28\xfb\x14\x95\x22\xdd\xc4\x09\xf8\x7c\xe0\xeb\xc3\xfb\x77\x07\x8c\xb9\xdf\xa6\x03\x2c\xde\x12\xb0\x5a\x0c\x0f\x18\xcb\x0c\xbd\x7f\x77\xc0\xef\x09\xfc\x1d\xe0\xcf\xd1\xc1\x89\xa2\x6a\x79\x96\x15\xfa\xed\x97\xdb\xf8\xc1\xd1\xdb\xb7\x2f\x0f\x3e\x1e\x1e\xbd\x45\x2f\xdf\xbf\x3f\x7a\x1f\xa2\x03\xa9\xfe\x1d\xb3\x2a\xd9\x89\x3e\xc6\xa8\xbb\x8e\x68\x7d\x68\xbd\x3b\xf0\xf7\x41\x79\xbc\x69\x3b\x76\xf9\xce\x9e\x29\x11\x4a\xba\x7a\x08\xab\xcc\xdf\x84\x30\xa4\x0d\x91\x6d\x14\xac\x0d\x13\x9e\xa5\xe1\xa2\x88\xa6\x18\xed\xa1\x07\x0f\xf8\x4b\x43\xba\xad\xf3\xdf\x03\x16\x32\xd6\x49\x19\x88\x62\xcf\x90\x37\x39\x44\x72\xba\xfe\xfe\xe1\xe8\x2d\xcc\x4a\x2e\xbb\xe4\x09\xb3\xca\xfb\xe6\xbc\x25\x53\x38\xe0\x55\x9b\xa3\x55\xb3\xf9\x91\x5d\x57\xeb\xe3\x9d\x17\x6d\xa7\xf4\xe3\xe1\x9b\x97\x47\xc7\x1f\x43\xc4\x2f\xbd\x29\x71\xd1\x4e\xce\x0b\xb4\x8e\xba\xf4\xbf\x68\x3c\xa3\x1c\xa3\x6b\x04\xb4\xe1\x6e\x24\xbf\xbd\xdf\xad\xee\x77\xab\xbf\xf6\x6e\xa5\x6d\x56\xf0\xea\xf2\x8f\x6a\xa5\xdb\xfe\x31\x7b\xab\x37\xf4\x77\xf8\x94\x5d\xf8\x1c\xa2\xeb\x5f\x1e\xce\xf4\x88\x4c\x85\x71\x0c\xe1\x6f\x6c\xa1\x2d\x75\x58\xb0\x8d\x90\xbf\xf6\x3b\xf8\x85\x30\xe5\xd5\x14\xe9\x7a\x3e\x0b\x5d\x81\x6a\x9e\x23\x17\x59\xda\x6f\x78\x42\xaf\x65\xa6\x59\x7a\x39\xcf\x96\xb2\x45\x99\x50\x71\x7a\x13\x48\x9b\x62\x81\x2b\x1c\x33\x79\x00\x82\x18\x38\xc1\x9a\x78\x9a\x3c\x9e\x3d\xcf\xb2\xe4\x1a\xc2\xab\xc6\xe0\x82\x9c\x6d\x12\x98\x41\xc6\xda\xec\xc0\xfb\x10\x1c\x1b\x0e\xd3\xc5\x89\x0f\x82\x11\xd0\x45\xc9\x6b\x1f\xae\x19\xd3\xa4\x7b\xdf\xa2\x10\xa6\xe3\x28\x56\xaf\x1d\x80\x41\x43\xbe\x7b\x25\x42\x3c\xa2\x02\x19\xf0\x9a\xe0\x7e\x83\xff\xae\x30\x77\xf5\x97\x57\xf6\xca\x95\x37\xc4\x3a\xb6\x19\x7d\xc6\xcc\x05\x38\x78\x31\xb2\x70\x1d\x2b\xef\xe0\xde\x68\x41\xde\x0a\xaa\x51\xa7\x55\x57\xe7\x24\x88\x51\xa2\xeb\xa0\xbc\xa7\xe8\xb5\xfd\xe8\x60\x85\x7a\x86\x56\x72\x7f\xe6\x35\xe3\xd2\x8b\xd6\xd3\xc3\x4a\x23\x12\x9e\xd4\x6f\x34\x9c\x82\x4c\xd3\xa8\x5c\xe6\xf6\x70\xf4\xf4\xaa\xf1\xe8\x30\xd5\xe3\x91\x50\x75\x03\x02\x07\x06\xed\xfb\xcf\x5f\x38\x08\xf2\xe6\x1c\x29\x4a\x63\xa9\x5a\x2a\x33\x08\x4a\x3c\x21\x69\x94\xf8\xad\x9e\x59\x1d\x3e\x9b\x52\x7d\x5d\x5b\x59\xbc\x7a\x03\x29\x22\x0f\x9f\xe1\xfc\xb2\x9c\x31\x8d\xf5\x7c\x44\x80\x65\x64\x2c\x4a\x34\xf4\x8d\x87\x59\xa8\xc5\x96\xc7\x35\x08\xef\x8e\xe3\xd9\x4e\x2e\x6e\xf9\x4b\x7b\x04\x78\xef\x40\x44\xb9\xeb\x90\xfe\x39\x9a\x3c\x8b\x08\xbd\xe6\x03\x6b\xe7\x71\xfb\xc9\x2b\x67\x0f\x5b\xb9\x6f\x41\xe6\xa7\x53\x50\x7b\xaf\xef\xaa\x34\xf9\x3c\x7d\x14\x1d\xbb\x2d\x4b\xd7\x42\x58\xd4\xf2\x73\x70\xbc\xcc\x83\x69\xf3\xf2\x27\x04\x42\x4c\x59\xc6\x00\x1c\x48\x9f\x3f\x4a\x37\x2a\x39\x5d\x26\x49\xc5\x0b\x17\xa5\x59\x44\xee\xe5\xbf\xa9\x10\x86\xfa\xaa\x02\x33\x42\xa6\x35\x9a\xb3\x9a\xdb\x7e\x8e\x7d\xe7\x6d\x4c\x8f\x6d\x5f\x01\x3a\xb3\x6f\xce\xfb\x76\x6c\xbd\x95\x6a\x83\xbe\x37\x50\x9c\x49\x24\xe3\x2c\x1d\x47\x65\xcf\x98\xfd\x7e\xb5\x1f\x9b\x4a\xae\xc7\x9d\xd8\x54\x73\x3d\x7b\xb7\xc5\x55\x1c\x2e\x66\x77\x0f\x2e\x0f\xe3\x5c\x81\x1b\x0e\xc1\x09\x81\xd5\x12\xcb\x66\x1f\x3e\x04\x7d\x83\xd9\x8b\xfa\x6d\xba\xda\xf9\x0e\xe0\xe0\x0e\xbd\xef\x44\xf9\xd4\x5a\x5d\x4a\x7c\x7c\x66\x94\x0c\xf5\x2f\xee\x99\x67\x53\xf3\x84\xc2\xc7\xc7\xef\x5f\x64\xbd\xf6\x4b\x2d\x36\x99\xe8\x8b\x94\xd2\xf4\xfa\xb6\xfa\xbb\x74\x65\xfe\x92\x91\xb4\xd7\xe9\xb8\x95\xcb\x47\x71\x8c\xdc\x18\x9e\xf4\xeb\x0d\x90\x0d\x7b\x74\x99\xf7\x03\xbd\x47\xfa\x55\x4d\x9a\x95\x87\x46\x5f\x25\x0a\x3d\xfe\x86\x14\x70\xcb\xb6\xe1\xd5\x42\x3f\xb0\x5a\xd1\xdb\x97\x1b\x89\xc6\xb5\xb3\x65\xb9\x58\x96\xaf\xb3\xa9\x62\xd7\xdc\x17\x8f\xb6\x5a\x84\xf3\x1f\xe6\x67\x46\x13\xcb\x4c\x30\xc5\xad\x61\x4c\xb6\x1b\x28\x06\xc3\x6e\xb9\x0c\x7e\x9a\xe3\x78\x39\xc6\xda\x5c\x45\xe3\x71\x80\xb8\x2b\x4a\x9d\x9f\x44\xe3\xf1\x09\x4f\x66\x3c\x91\x22\x85\x7f\x0b\x2a\x7f\x66\x4e\xd9\xa0\x98\x91\x49\xd9\xeb\xa3\xd0\xc1\xa8\xc8\x72\x94\x56\xd1\x78\x2c\xb4\x54\xcc\xd8\x9b\x91\x36\x4e\x70\x89\xc5\x38\x94\x93\x24\x33\x9d\x51\xd5\x0d\x58\x86\x76\x7f\xc5\xdf\x95\xf0\xa5\x4d\xb7\x7a\x26\xc6\x55\x3a\x56\xb8\x2b\xb9\xc8\x68\xb8\x5e\xf8\xf1\x38\x6e\xb0\xa5\x9f\x3f\xba\x47\xa6\xad\x66\x8f\x4c\x75\xc5\x37\xab\x6d\xec\xcc\x0a\x90\x21\x01\x1a\xbe\x1f\x6c\xb1\xc3\x76\xfb\xe4\x08\x94\x7f\x28\xff\x4f\x95\xb4\xac\x9b\xfe\xb7\x78\xd4\x68\xbd\x6a\xf3\xbe\x68\xac\xa5\xc6\xaf\xe5\x6c\x8a\x82\x9a\x27\xd7\x2a\x0e\x28\xec\x0b\xa1\xa5\x13\x0d\xe0\xd4\xa0\x5e\x1f\x80\xee\xbf\x4a\x11\x85\x17\xf4\x44\xb2\x7b\xd6\xf6\x69\xe5\x00\x0c\xab\x09\xef\x9d\xb0\x81\x4b\xcd\x23\x56\xdd\x95\x70\x93\x9f\xac\x1b\xba\xc6\x7a\xda\x46\x01\x7f\x5b\x5f\x97\x43\xbf\x6e\xf2\x0d\xa3\x41\x8f\xfe\xaf\x3e\x90\x88\x1e\x43\x64\x6d\x38\x44\x1f\x8f\x5e\x1c\x85\x28\xc7\xcc\x20\x2b\x40\x45\xc6\x4d\x67\xe4\x15\x97\xb2\xc5\x89\x98\xa6\x6b\x40\xcb\x91\xb2\x5b\xa0\x14\x8f\x71\x51\x44\xf9\x25\x5d\x2c\x10\x01\xbb\xa0\xe4\xd6\x05\x7f\xc5\xe0\x2d\x1a\x9d\x67\xf9\x67\x26\xe5\xcd\x97\x49\x49\x16\x89\x16\xc9\xc1\x8c\x9d\xe2\x77\x6f\x34\x7c\x84\xbc\xb6\xdc\xdf\x08\x53\x6e\x56\x87\x69\xc6\x20\x9a\x37\x6c\x48\x55\x63\x38\x66\x1b\x87\x79\x32\x91\xa5\x06\x02\x47\x3e\x07\x36\x0f\x68\xe7\x4e\x5c\xd8\x53\xdf\xf9\xa1\x0a\xd6\x62\xa7\xc8\xb1\x6f\x34\xfb\xc9\xfd\x39\xf9\x6a\x6a\x30\x83\xf4\xd6\x53\x79\x84\x52\xf5\x73\x82\xb7\xc7\xe4\x00\x78\x8e\xdc\x2c\xc7\x87\x0d\x96\x23\x99\x1e\x37\xe9\x31\xbb\xe8\xb1\xfc\xe4\xc5\x0a\x5c\x5a\x91\x62\x7c\x3e\xae\x6a\x0f\x62\xf5\xd3\x4d\x70\xcd\x78\x15\x8c\x67\xc8\x55\xf4\x82\x54\x90\x93\xcb\x95\x87\x2d\x0b\xde\xc1\xc0\x91\x66\x37\x8a\x2f\x06\x06\x3b\x52\x1f\xbb\x48\x00\x08\x2e\x04\xff\xef\x8a\x54\xc9\x72\xd8\x0f\x99\xae\x31\x1a\xf1\xd3\x94\x23\xf1\x05\x7f\xde\xed\x72\x73\x86\x06\xe5\x99\xa8\x82\x3f\x57\x70\xe4\x4e\xb8\x0d\x1e\x8c\x74\xa7\xe1\x94\x31\x7f\x77\x7f\x33\x7a\x7f\x33\xfa\xd7\xbe\x19\xe5\xd7\xa2\xfc\xc9\xef\x7f\x45\x7c\xbd\x3b\xf5\x18\x0e\x87\x80\x47\xe8\x20\x4b\xcf\x30\x65\x45\x11\x0f\x79\x0c\xe7\x60\x38\x0b\x40\xdc\x62\x11\xc8\x85\x12\x70\x94\x14\x19\x8a\x92\x24\x3b\x2f\x58\x78\x76\x50\xd4\x15\x83\x35\x5a\x91\x10\xfc\xdf\x90\x0b\x1c\x5f\xb3\xac\x35\xf7\x5e\x63\x8d\xdf\xa8\x96\x99\x1d\xe4\x98\xab\x2c\xe5\x81\xb3\x67\xaa\x44\xd1\xd5\x95\x08\x90\xae\x32\xba\x52\x87\xda\xed\xdb\xca\x00\x76\x96\xe3\x22\x12\x53\xcc\xb2\x3e\xf4\x84\x7e\xd1\x68\x88\xe9\x21\x8e\x26\xa0\x6a\xee\x43\xed\x1b\x4e\x9d\x00\xc9\xf9\xbe\xfe\xa2\xd5\xb8\x33\x12\x41\x94\x64\x3b\x70\xe4\xa2\xa2\x26\xe5\xb4\xe2\xf2\xc7\xb6\x84\xcd\xa4\x7e\x9f\x1f\xb6\x02\x3a\x09\x67\x38\x27\x13\xf0\xeb\x91\xe3\x71\x44\x39\x8e\x16\xa8\xe6\xe1\x43\x94\x44\xbf\x5e\xa2\x24\x8b\x62\x14\x5f\xa6\xd1\x9c\x8c\x51\x96\xe2\x02\x5a\xe3\x13\xa2\x1a\xe2\xc1\xac\x33\xa9\x27\x00\x28\x61\x5f\x2f\x1a\x77\xa0\xe8\x6c\x4d\x71\x79\x24\x0f\xc9\x1e\x0f\xce\x74\x62\x94\xc0\xda\xe4\x1e\x40\x57\x26\xf0\x29\x11\xc7\xe4\xea\x5b\x0f\x43\xd3\x5f\x79\xf5\xc2\xb2\x8b\x73\x02\xf1\x4a\xb4\x5e\x21\xd0\x41\x14\x98\x9d\xa0\x43\xe7\x65\x15\x13\xde\x97\x39\xe6\xea\xc5\x00\x2e\xf0\xc6\x6c\x75\xb0\xc3\xf1\x0c\x5f\xf8\xd4\x06\x4a\x6b\x6a\x25\x58\x9e\x28\x5b\x14\x31\x34\x9f\x3c\xac\x76\xa5\x52\xde\x52\xf8\x8b\x20\xdc\xcf\x78\x78\x72\x5a\x15\x5f\x64\x7d\x14\x8a\xf5\xc6\xc1\x5c\x59\xc9\x77\x4d\xe0\x79\x5e\x07\xdd\x0c\xad\x6e\x07\x0e\x1c\x5d\x02\x0a\x8a\x7e\xb9\x30\x65\xa6\xd7\xe3\xe6\x47\x22\x2a\xb3\x00\x8a\xf4\x98\xcc\x76\x6b\x70\x7f\x15\xae\x74\xad\x35\x90\xe5\xfa\xbe\xde\xdd\xa4\x46\x5e\xca\xd4\x4f\x69\x07\x1d\x46\x81\xc5\x8c\x52\xa0\x07\xe1\x16\xa9\x0b\x55\xcd\x7e\x1c\xb3\x67\x11\x52\x89\x16\xa5\x31\x2a\x70\x59\xa0\xe5\x02\x32\xf8\x69\x04\x58\x06\x29\x71\x4e\xf7\x8e\xec\x8c\x0b\x5b\xdc\x8d\xe9\x60\x6d\x4d\x7b\x1a\xf1\x3a\x9b\x16\xfb\xe5\x87\x32\xca\xcb\x35\x5b\xd3\x58\xe0\x64\x22\x13\x27\xee\xfb\x65\xce\xc2\xcd\x5a\x8c\x38\x61\x38\x99\x38\x3e\x7c\xc4\x23\xbb\x29\x2e\x99\x3e\x8b\x16\xb6\x5e\xda\x81\x7e\x41\x0d\xb3\x80\xee\x21\x71\xf2\xb4\x78\x06\x6d\x65\xe0\x63\x1c\x90\x31\xc5\x65\xcf\x7a\xf3\xc3\x2d\x19\x9d\x53\xce\x70\x88\xe2\x2c\xed\xf2\x57\xa2\xb4\x8f\x1c\x6d\x60\x36\x09\x17\xdd\x22\x51\x98\x1d\x81\x27\x8c\xc1\x60\x80\x7e\x59\x32\x47\xc0\xb4\x4d\xca\x7b\x9d\xf3\x72\xc5\xc3\xc8\x9a\x47\x91\xd7\xf6\x0b\x58\x6b\xa5\xcb\x61\xf8\xcf\x98\x2c\xd3\x7b\x30\x65\x86\x9c\x4d\xcf\x34\xd9\xe3\x1d\xd3\xec\xd3\xe8\x5f\xb3\x1f\xd6\xaf\x47\xba\x8b\x2c\x49\x18\xf9\xf8\xc9\x96\xd3\xa6\x02\xb3\xe9\x52\xaa\x44\x40\x6d\x9b\xbe\x91\x66\xb8\x06\xb1\x64\x15\xe4\xc2\x67\x34\x73\xe6\x54\x18\x59\x50\xd2\x13\x63\xf5\x4d\x82\xef\xd9\x94\x8f\x26\xb2\xd6\x27\xf9\xb6\xd4\x71\x33\xca\x50\x66\xca\x30\x34\xa5\xbc\x7e\x66\x25\xa8\x4a\x42\x51\xc8\x25\x9d\x5b\xa1\xe7\x76\x44\x5a\xa9\x0f\x80\x3e\xd9\xce\xa8\x29\xe3\x79\x97\x25\x09\xe5\x33\xaa\x27\x8c\x06\x43\x56\x84\x9e\xd3\xf0\x1c\xa7\x25\x1c\x39\x07\x94\xe2\x60\x68\x6a\x2f\x59\x70\x43\xfb\x13\x86\x29\x20\xc7\xc3\xf8\x34\x10\x57\x54\x46\x72\xa0\x88\x91\xe7\xe8\x6e\x8c\x98\x82\x18\xe8\x97\x6e\xd6\x22\x6a\xa1\x43\xe2\x96\x4c\x16\x20\x27\xbc\x87\x58\x6e\x9e\xdb\x81\x80\x9f\xa6\x0e\x72\x0c\x63\x02\x7b\xed\x03\xcf\x43\x47\x60\x76\x4c\x83\xad\x5d\xb8\x1a\xf8\xd0\x34\x7c\xab\xa8\xca\x2a\x75\x5d\x95\xca\x1e\xbf\x52\xcd\xec\x8c\x66\x4b\x80\x2a\x3d\xc6\x57\x5a\x63\x2a\x61\x53\x89\xc1\x96\xe8\xab\x41\x3b\x68\x30\x13\x34\x48\x31\xf3\xee\x93\x31\xb9\x42\xb8\x65\x8d\xcc\xe0\x5b\xee\x41\x55\xbe\x62\x7b\x4e\x96\x7e\xed\x24\x7f\x57\xf6\x7b\x90\xe2\x73\x7e\xeb\xa4\xe3\x40\xf7\x15\xc6\x98\x24\x89\x0d\xd7\x78\x7e\xe6\xd8\xb0\xec\x7b\xe3\x91\x47\xcc\x1d\x8f\x1a\xf9\x20\xe2\x1c\x99\x9f\x0b\x6b\xa8\xd7\x72\x48\xea\xb2\x97\x9a\xb2\xfe\x6e\xd4\xeb\x9d\x8d\xa5\x4d\x89\x20\x76\xfd\x00\xea\xae\x1a\x72\x0c\x97\x0c\xf4\xcc\xb1\xc0\x69\x0c\x06\x6e\x72\x92\xa3\x02\x14\x2d\x69\x41\x29\x54\xfa\x82\x51\x15\x65\x13\x00\xa6\x85\xa8\xd4\xd3\x67\xca\x15\xd9\xfa\x32\x8d\x8a\x82\x4c\x53\x1c\x0f\xdc\x3e\xda\x14\xe5\xe3\xc9\xbe\xd9\x91\x32\xd6\x78\xd4\x30\x41\xde\x66\x74\x93\x31\x6d\x24\xca\x9e\x18\x25\xba\x74\x18\x25\x39\x8e\xe2\x4b\xf5\x5e\x5d\x09\x8a\xc5\xed\x29\xcd\x14\x64\x85\xf4\xda\x34\x2e\x32\xe9\x59\xad\x49\x1f\x70\x1b\xae\x47\x2e\xb5\x32\x19\x17\xf7\xb9\x85\xa4\x52\x74\x99\xf1\xb1\x91\xf9\x1c\xc7\x24\x2a\x71\x72\x69\x37\xcb\xc9\x7d\xdc\x96\xb6\x4d\xe9\x04\xaa\xef\x55\x78\x9a\xf0\x79\xad\xd2\x35\xd9\x8c\xe5\xd3\xed\x87\x0d\x46\xbb\xcb\x3d\x77\xa2\x74\xd8\x9b\xb9\xc9\xdb\x98\x61\x9f\xd6\x0f\xa1\x8e\x31\x98\xa3\x3e\x1a\x6b\x9e\xf8\x75\xa9\x3b\x10\x0d\xd7\xda\x9d\xf0\x75\xdb\x81\xe8\xfb\x6e\xf3\x78\x1c\xc9\x21\x5b\x08\xc1\xc1\x1c\x48\x03\x7f\x87\xa7\xe5\xf3\xec\x4c\xa8\x34\x51\x54\x5c\xa6\x63\x79\xf8\xf1\x09\x46\x3e\xbe\xbd\x4c\xe1\xed\xb4\x81\x00\x4d\xc6\xb0\xb0\xe5\xf0\x2e\xdd\x10\x7e\x95\x9a\x0d\xc1\xdf\xc1\xe8\xd4\x0a\xd9\xee\x73\x9e\xe0\xc8\x14\x5e\x93\x13\x59\xd2\x16\xca\xad\x1d\xb5\xc2\x8e\x72\x38\x44\x87\x13\xc5\x19\x49\x21\xdf\xf5\x5d\x62\xee\x7e\x05\x91\x12\x29\x2f\x5d\xaa\xdc\xf9\x0c\x83\x31\x06\x1f\x7d\x1f\x31\xa6\x5a\x20\x52\x9a\x6c\xd5\xbb\x51\x3b\xc4\x2e\x97\x99\x6f\xf7\xf0\xa1\x9f\xd7\x68\x4f\xa8\xbe\x1f\x43\x84\x14\x0f\x7f\xfb\x8a\xfe\x79\x2c\x79\x3c\xc7\xb6\xf5\x5e\x92\x4d\xab\xda\x45\x16\x63\xaa\x39\x5b\x40\x2d\x21\xdd\x13\x2a\xdc\xf1\xf9\x03\x96\x98\x20\xce\x01\xc0\x1e\x58\x7b\x3a\x72\xdc\x4c\x71\x41\xfc\xf0\x05\x4b\x08\x39\x8d\xf5\xfa\x03\xb6\x23\x8f\x23\xe1\xb0\x10\xdc\xaa\xe0\x18\xd1\xd5\x3d\xcb\xb3\x34\x5b\x16\xd2\x7b\x21\x37\x0c\xa0\xbb\xbd\xed\x89\x88\x55\xc3\x85\xdd\xae\xd7\xbc\x16\x9c\x4a\x64\xca\x4a\xaf\x0d\x01\xb9\x36\x74\xb4\x86\xe6\x39\xbc\xc5\xbc\x5d\x37\xf0\x63\xe7\x8a\x94\xe1\xd6\x89\xfd\x56\x73\x41\x7a\x7d\x1a\x6c\x6f\xb4\xb9\x02\xed\x2e\x0b\xa6\x17\x1f\x97\xdd\xb5\xfb\x0b\xd1\xfb\x0b\xd1\x3f\xf1\x85\xa8\x7a\x2a\xaa\xa9\xac\x6f\xf2\x5e\x94\x03\xaf\x70\x93\xe9\x8b\xfd\xd6\xfa\x89\x69\x3a\x21\x53\x2f\x1c\xcb\x12\x80\x87\xa3\xc8\x8a\xe9\x42\x46\x51\xea\x89\xd3\x02\xda\x64\x16\x68\x8a\xd9\x48\xb3\xcb\xcc\x11\x99\x72\x0f\x06\x96\x15\x23\x03\x7a\x4e\xa6\x96\x52\x5f\xb7\x66\x64\x1a\xe7\x2b\x06\x71\x25\x61\xaf\x4d\xa7\x55\x2a\x5d\xb7\xc4\x05\x3d\x63\x45\x1b\x86\x54\xc4\x7a\xe7\x7d\x86\x56\x66\xb2\xac\x00\xdb\x95\x4a\x20\x52\xbc\xcb\x31\xbf\x06\xd5\x6e\x27\x8c\xba\x47\x2a\xdd\x6a\x60\xa4\x97\xa0\x07\x09\xee\xfd\x1e\x5d\x5d\xb9\x79\xfc\x6c\xea\xcf\xc4\x51\x9e\x10\x5a\x54\xeb\x5a\xba\x58\x96\x2f\xf0\x24\x5a\x26\xde\x8b\x93\xa6\x3e\xd2\x1d\xd9\x6e\x47\x5e\xf9\x7a\xa3\xb7\x50\x92\x19\xc4\x5a\x8b\x1e\xdf\x53\xd5\xf7\x38\x7a\x17\xac\x51\xfc\x16\xdd\xb7\x5f\x74\x31\x01\x85\xd6\x52\x31\xc7\x46\xa3\x9e\x0a\xb5\x6c\x0f\x1e\x04\x6d\xbd\xc2\x17\x9e\x91\xf3\x55\xc5\x06\x5b\x68\x46\x91\xd9\x04\x45\x86\x6b\xc0\x28\x8d\xc5\x4d\x69\x01\x37\x25\xcc\x2e\x80\xae\xbb\x57\x2f\xff\x69\x2d\x37\xa8\x83\xca\xc5\xde\x85\x26\x74\xf9\x86\x8b\x5d\xc7\xf0\x5d\x5c\x91\x0b\x6d\xbf\x5b\xa7\x37\xf0\xf7\x17\xe3\xf2\x18\xae\xff\xb4\x2b\x58\xf8\xbc\xba\xb2\x68\x68\x7f\x0c\x61\x17\x34\xc7\x67\x3a\xbc\xc7\xe3\x96\xa8\x16\xfa\xc4\xdd\x50\xf9\xaf\x1e\x4d\x39\x48\xaf\xba\xcc\x78\xbc\x68\x52\xa2\x39\x99\xce\x98\xe0\x28\x9d\x17\x73\x25\x95\xd3\x72\x99\x35\xb6\x5b\x66\x66\xab\x27\xdd\x69\x54\xbc\xcb\xc9\x18\x77\x03\x44\x7f\xd3\xff\x60\xfa\xe8\x8f\x34\x4b\xc7\xd8\xf7\x3a\xf1\x33\xbe\xac\x79\x9f\xf8\x19\x5f\xb6\x7d\xa1\x08\x35\x39\x38\x64\x35\xec\x69\xf6\x14\x2f\xf0\x98\xcc\xa3\xa4\xa7\x03\xb8\x2f\xc4\xcc\x4b\xd4\xaf\x4d\xc4\x9a\x2b\xcd\xbb\xa6\x65\x5f\xd5\x77\x4f\xd2\x37\xa5\xda\x7b\x7a\xfd\x2d\xe9\x95\x0b\x31\x0e\xc1\xc2\x7d\xa9\x88\xfd\xc3\xa9\xd5\x2b\xda\xb4\xa6\xd3\x0b\x53\x9c\xe1\xe9\x6b\x86\x0c\xd3\x48\x99\xe5\x45\xff\x8b\xd4\xe4\x5d\x0c\xf4\xed\xef\x81\x38\x4d\x2b\x0d\x96\x09\x20\x3d\x5a\x64\x02\x7f\x26\x80\x7c\xb3\x41\xd3\x35\x5c\xc0\xeb\x30\x7f\xf5\x0e\x94\xb7\x0d\x1b\x4a\x28\xeb\x2e\x06\x40\x52\xfe\x42\x90\xa5\x20\xa7\x51\xe1\x87\x9b\x46\x85\x01\x05\xe4\xab\x81\x2a\xd1\x4e\xcb\x57\x25\x84\xf1\x9a\x17\x5c\x7f\x2a\x2b\x4e\xd2\x17\x2b\x93\x92\x88\x32\x73\x13\x92\xe2\x01\x6f\x6a\x29\x4b\xc6\x5f\x5a\x85\xbc\xec\x8a\x2d\xb7\x2b\x7a\xe0\x1c\x15\x28\xa7\x81\xde\x7c\x50\xee\x9c\x79\xa0\x14\xe5\x89\xcc\x16\xe4\x57\x09\x5a\xdd\x64\x05\x21\xca\x78\x2e\xcb\xf9\x32\x89\x4a\x72\x86\x7f\x8a\x8a\xe3\x02\xde\xa5\x55\x55\xe5\xc0\x5a\x75\x4d\x1b\x6b\x98\xca\x72\x62\xf0\xa6\xa9\x81\x80\x4b\xb2\xa9\x6d\xb9\xa7\x32\xb4\x68\x34\x8e\x6a\x09\xf4\x43\x5e\xc5\x92\xe7\x75\x2b\x85\x6d\xd2\x22\xf1\x96\x5a\x2d\x00\x98\xdd\xf6\x24\x0f\x52\x77\x2d\x95\x43\x85\x2d\x68\xdc\xac\x49\xb7\x4f\x81\x1a\xa4\x81\xca\x70\x88\xa4\x6b\x1f\xf0\x71\xc7\x4f\xaf\x08\xb1\xa6\xe8\xfc\xbc\x26\x73\x52\x7a\xa6\xd0\x04\xe0\xb8\x92\x89\x15\xf3\x6e\xe4\x1b\x65\x0a\xf2\xab\x8f\x09\xaa\x4c\x03\xba\x24\x73\x5c\x94\xd1\x7c\x51\x59\x44\x42\xa8\x75\xc5\x32\xd2\xaa\x95\x6b\x64\x57\x55\x2b\x8f\xc6\x5a\x67\x62\x32\x99\x90\xf1\x32\x81\xe7\x19\x2e\x0f\xb5\x81\xcc\x81\x64\x65\x94\xbc\x68\x53\x81\x05\xa9\x0b\x49\xe6\x9a\xe1\xe0\x6a\x99\x9b\x2b\xc7\xcd\x76\x45\x10\x52\xe2\x79\xdf\x7e\x98\xe5\x58\xc7\x01\x94\x7b\x0f\x69\xac\x2f\xdf\x66\xce\x0a\x36\x2d\xb4\x11\x3b\x5a\xb7\x58\x66\x49\x36\xf5\xae\x27\x7d\x6d\xfb\x56\x53\x92\x4d\x95\x16\xc5\x5d\x52\x50\xaf\xb1\xac\xf4\x0a\xf5\x45\xa5\x69\xaf\xc9\x84\x7e\x19\x7c\x5d\x8e\xd3\xca\xf0\xd0\x98\x5d\x74\x57\xaf\xd3\x61\xdc\x46\xc5\x2d\x76\x00\x6f\x25\x46\x13\x49\x36\xf5\x54\x2d\x52\x2b\xaa\x94\x85\x4c\xa1\x13\x34\xf2\xcd\x07\xa4\xf3\x19\x29\x28\x5f\x5c\x64\x45\x79\x83\x13\xd2\xbb\xac\xa8\x17\x0c\xdc\x48\x3a\xb5\xfc\xd3\xad\x54\x9f\x68\xda\x49\x9d\x79\xd2\xef\xc1\x22\xba\x04\xf3\xf8\x3d\x43\xdb\xa1\x67\x71\x24\x43\x52\x59\x26\x5e\x31\x5e\x64\xea\xb0\xe7\x59\xfe\xf9\x63\xf6\x2e\xcf\xce\x70\x75\x19\x0d\x48\x2f\xbb\xc8\x49\x96\x13\x8d\xa3\x38\x05\x05\x84\xe6\x20\x7e\xa2\xc7\x0f\x32\x0c\x62\x19\x6b\x61\x9d\x64\xde\x32\x74\x9e\xa2\xa5\xa3\x3d\xe3\xeb\x19\x3a\xd1\x3e\x4f\x51\x28\x6f\xa3\xaf\x55\xab\x4c\x95\xca\xb4\xaa\x49\x92\x9d\xc3\xeb\x00\x71\x8c\xad\xab\xbe\xde\x9a\x9d\x45\xc0\xa3\xc4\x84\xb2\x34\xb9\x64\x6e\xfd\x4b\xc3\xc8\x5e\x18\xba\x33\x83\x76\xdf\xfb\x0c\x61\xed\x8e\x42\xfb\xed\x85\x6e\xe7\x6e\x9f\xb8\x68\x1f\x5b\xf1\x2e\xa9\xd6\x07\xfa\xe7\xc6\x86\x5e\x6e\xd6\x44\xe9\x7e\xb2\x36\xd5\xc3\xf5\x84\xcd\xe9\x1a\xf0\x8b\x2f\x16\x24\xbf\xf4\xac\x78\x2d\x57\x27\xb7\x82\x79\x01\xf1\x42\xd3\xbc\xaa\x25\x60\x81\x7a\x16\x00\x50\xb6\x4f\x96\xb0\x20\xfa\xbb\xbe\x55\xf9\x3e\x3a\x17\x24\xc3\x53\xbc\x60\x5a\xf5\xfb\xc5\x98\x10\x7b\xf9\x8a\x32\xfa\x6e\xfb\xf7\x82\x23\x4e\xc2\xa9\x38\x1a\x6a\x55\xa8\x06\xc0\x2d\x2e\xc4\xb2\xf2\x31\x87\xe1\x70\x95\x15\x01\x6b\x53\x5f\x8d\x95\x8b\x51\x2d\xb7\x5b\xac\x24\x4b\x9b\xcb\x50\xd4\x8e\xfe\x25\x53\xb5\x15\x30\xbe\xa0\x17\xba\x56\x9b\x27\x0d\x8a\xe5\x88\x3d\x18\xea\x6d\x04\xdb\x6c\x55\x76\x2e\xe2\x71\xc7\x70\xfe\x22\xbd\xcb\x74\x36\x2e\x3a\x68\x1d\xb9\x85\xb7\x8d\x10\x11\xd0\x2b\x76\xdd\x93\xe2\x73\xb8\xf9\xe9\x99\x31\x97\x41\x25\x3e\x8a\xd2\x01\x29\xfe\x11\x25\x24\xee\x41\x4c\x04\x9e\xf2\x82\xe4\x78\x5c\xf6\x7c\xfa\x70\xee\x7a\x0a\x00\x79\x8d\xbd\xbe\xa3\x6c\xd7\x25\x29\x15\xaa\x46\xf4\xc0\x53\xad\xe1\xdd\xcc\x53\x51\x8b\x2a\x78\xcf\xcc\x9a\x98\x0a\xc0\xb6\x35\xe0\xfe\xa7\x05\x6c\x57\xc4\x8e\x56\x9c\xe4\xc3\x65\x3a\x26\xa9\x5f\x1c\xe2\x0e\x9f\xb5\xb9\x7c\x60\x26\x21\xd7\xff\x8d\x21\xff\x81\xb7\x1c\x30\x56\x23\xe9\x14\xce\x32\xde\x23\xa4\x0b\x66\xfa\x1c\xe2\xee\x7f\x1a\x2a\xd0\xa1\xcc\xf2\x33\x32\x9d\xe1\xa2\xa9\xbc\x0e\xa5\xd1\x0e\xcf\xfd\x9c\x66\xe7\xe9\x87\x32\x2a\xb1\xcf\xff\x9c\x96\x5b\xdd\x80\x5e\xc5\xae\x5d\xc3\x62\x99\x24\x38\x6e\xaa\x42\x87\xaa\x38\xd5\x2a\x37\x44\x15\x9e\xe6\x9b\x2e\xda\xc2\x46\x88\x40\xd5\x53\x53\x41\x43\x49\xe3\x0e\x26\xf4\xa4\x69\xb0\xbe\xc3\x47\x58\x9d\xa5\x95\xb4\x99\x55\xe8\x4f\xd6\x4a\x18\x5b\x6b\xe8\x49\x63\xb0\x55\xd7\xb4\x61\x65\x8e\x5e\xce\x3f\xa0\xea\xbc\x8a\xb2\xb6\xde\xcb\x53\x85\x0d\x62\xf4\xde\xd0\x2e\x84\xde\x54\x1d\x5e\x3f\x36\x85\x9e\x34\x1d\xd6\x42\xa3\x27\x51\x87\xb6\xb9\x50\x58\x91\xce\xb8\x97\x61\xdb\xc3\x2e\x2c\x3a\xe1\xe6\xd3\x2a\x8f\x35\x94\x85\x77\xc2\xed\xed\xeb\xd3\x60\x7b\xf3\xde\xdb\xc1\xbd\x71\xcf\x7f\x8d\x71\x0f\xa7\xf4\xbb\x08\x5b\xb2\x9a\x8f\xf7\x96\x16\x3d\x2c\xaa\x8a\x69\xaa\xc3\xd2\xbe\x82\xb3\xf8\xf6\xee\xdd\xa3\x24\x19\x5a\x01\x10\xe1\xdd\xa6\x1d\x3e\xc5\x75\xfa\x2e\x8c\x8f\xdd\x48\x51\x35\xce\xde\x7d\xa1\xa2\x3e\xb1\xcd\x8d\x3b\x23\xd7\x63\xa4\xae\xee\x28\x5c\x55\xca\x77\x07\xbd\x56\x96\x74\xbb\x6a\x21\xbe\x5a\x04\xe7\x46\xa8\x53\x7c\xeb\x30\x22\x86\x2a\x07\xe1\x9f\x3a\xc4\x9d\x38\xaa\xa7\xfb\x83\x3d\x19\x86\x4b\x43\xb8\x67\x56\x4f\x7d\xf4\xa3\x4b\x3e\x35\xce\x2d\x37\x88\x0c\x2c\x64\x7c\x15\x46\x0d\xfc\x05\x00\xaf\x67\x8f\x53\xf2\x69\xc1\xbc\xd1\x3f\xe0\xc2\x5b\xbb\x0e\xeb\xc2\x58\x6d\xa7\xf5\xee\xfd\xe0\x90\x92\xc8\xd1\x83\xc2\xf1\x57\x70\xee\xe0\xfc\x63\xb3\xdf\xb8\xd7\x88\x89\x3d\x85\x87\x96\x88\xa8\x0b\xfd\xa6\x07\xab\xf5\xc5\x37\x22\x05\x1a\x67\x79\xee\xba\x1e\x84\x13\x50\x54\xe2\xfd\x7c\x5a\xf8\xa2\xc1\xa9\x70\xd4\x8f\xd0\xdf\xe0\x04\x55\xa0\x2f\x70\x7e\xba\xa6\xed\x91\x92\xdb\xfe\x1b\xde\x09\x3d\x53\xa5\xb7\x53\x39\x47\xea\x14\xcd\xa0\x00\x45\x8e\x0d\x42\xa4\x10\x3f\x1c\x8a\x47\x1e\xa0\x71\x32\xdc\x7e\xc0\xe6\x09\xce\xe6\x54\x94\x27\xba\xd5\x46\xf0\x44\x2c\x8f\x2e\xc5\x83\x27\x3e\x77\x0f\x7a\x4e\x90\xc0\xa8\x2f\x5d\x57\xd3\x73\xb1\x73\x07\x60\x5d\x49\x70\x70\xe6\x86\xb6\x16\x5e\xdd\x7a\x18\x65\xac\x02\xd6\x6b\x4b\x38\xab\x0b\xec\x08\x42\x7c\xb0\xb7\x57\x45\xc8\xe6\x0b\x17\x7a\xf6\xe5\x71\xba\x6a\xa2\x69\xf5\x9c\x87\xe7\x75\xae\x5a\x85\xd6\x07\x6c\x5e\x74\x52\x31\x82\x0d\x64\xef\x18\x98\x87\xbc\x9c\x4d\x43\xb9\x68\xae\x70\xdb\x1a\x25\xb2\x55\x65\x02\x54\x4b\x79\xb2\xfd\x5a\xb2\x33\xc2\x53\xae\xce\x30\x56\xe5\x17\x66\x54\xc9\x8a\xb0\x95\xd7\x8a\x9b\xeb\xcb\xa7\xe7\x89\x21\x59\x66\x7e\x0f\xf1\x46\x8c\xc9\x3d\x54\xe1\xfd\xdd\xe7\x44\x9c\xbf\x6f\xd0\x86\x6b\x04\xaf\xac\xb1\xb9\xa9\x88\x6e\x22\x50\x7f\xb3\x28\x0e\xde\xe2\xb5\xf3\x7e\xa3\x58\x0e\xdc\x0d\xf5\x46\x80\x9e\x0a\x6d\x50\x4d\x13\xcb\x74\x11\x8d\x3f\x1f\x31\x45\xb7\x61\x55\x06\x49\x86\x6e\xc8\x4c\x52\x5d\x30\xdd\xf1\x88\xaa\xd8\x0f\x49\x7a\x7b\x68\x0b\x3d\x13\x89\xc2\x53\x36\x12\xe7\x40\xf5\x74\x5c\xfa\xb7\xae\x72\x94\xad\x0b\x39\x01\x2f\x6e\xce\x28\xd7\xa5\xe8\x6e\x7e\x65\x8c\xb4\x93\x8d\x53\x14\xfa\x9c\x39\x1f\x40\x88\xe0\x48\x8b\xca\x2c\x90\x65\xc7\x7d\x8e\x92\x44\x5f\xdc\x83\xc1\x40\xac\xef\x03\xbb\xac\xb5\xf9\x38\x6e\x54\x0e\xd9\x76\x07\xe1\x5f\x05\x28\xdd\x8d\x22\x59\x43\x60\x86\x77\x17\xc9\xcc\x67\x18\xbc\x51\x13\x87\xae\xc8\x78\x45\x14\xa5\xb1\xe9\x6b\x43\x80\xb1\xf8\xc8\xec\x64\x44\xeb\x60\xc1\xe5\x28\x38\x47\x9b\x97\x76\xf9\xac\x42\x7c\xd7\x26\xaa\x85\x5e\x55\xc5\xd0\x5d\x25\x40\xae\x7f\xdf\x14\x32\x98\x65\xa5\x27\xf7\x18\x38\xc8\x28\xf9\x8f\xbb\xd6\x35\xc4\x42\x9d\xfd\x80\x7b\x60\x53\xfa\xd2\x8b\xe8\xe2\x8f\x5d\x4c\xdd\x18\x30\x97\xbe\x82\x4b\x0b\x38\x75\xef\xff\xc0\xf7\x64\x53\xe9\x68\x25\xe3\xc3\xe5\x8c\x21\x81\x57\x1d\x18\x5d\x73\x1f\x68\x41\x29\x7d\x09\xf7\x8c\xf5\xa0\x39\xa5\x76\x9e\x54\xb6\x69\x30\x70\x1d\xa1\xb8\x3c\x40\x73\x83\x22\x2c\xef\x8d\xc7\xf2\x01\xb3\xde\xd8\x35\x9d\xcf\xb2\x4e\xe3\xd8\x71\xb4\x5d\xe6\x97\xd6\xfb\x32\x0d\x14\x9e\x94\x55\x8f\x17\x19\x6f\xe0\xc6\xf0\x08\xb9\xe7\xb8\x32\x61\x14\xbf\x87\xb0\xd7\x89\x8a\xdd\x79\xd1\xba\x26\xc9\xd4\x6e\x14\x6d\xce\x95\xf6\xb6\x61\x16\x69\xdc\x15\xac\x16\xfe\x54\x4b\xad\x71\xcd\x08\x92\xe2\x80\xdc\xe4\xf1\x07\xb4\x01\x87\x1a\xe3\xac\xe9\x4a\x87\x7a\x64\xc9\x28\x65\xef\x79\xd3\x98\xfb\xfc\x83\xd0\xa0\xe9\x63\x71\x50\x75\x62\xa4\x36\x2c\x57\x23\x2e\x18\x5d\x37\xd6\x3c\xf4\xcc\x6b\x42\x5e\x5d\x23\x78\x7b\x87\xec\xb8\x28\xc9\x3c\x2a\xf1\x4f\x11\x28\x10\x9b\xa8\x4a\x03\x6f\xa2\x28\xbd\xe6\xbb\xa0\xa6\xaf\x4f\x1d\xed\x66\x48\x1b\x57\xd3\xec\x78\x40\xab\x66\xe6\xbd\x68\x06\x8b\x10\x53\x2c\x28\x3d\xd7\x05\x72\xf9\xc0\x1f\x7e\xde\xdd\x59\xed\x6a\x9a\xe6\xaa\x29\x48\xfd\xcd\xe6\xa9\x15\xe2\xc5\x95\x31\x5f\x99\x35\x11\xdd\xbd\x52\xf3\x2d\x02\xd5\xe9\x45\x05\x9e\x35\xb2\xaf\x45\xd8\x6f\x1b\xb5\x4e\xd6\x7f\xa3\xc0\x75\xb2\xd0\xaa\x83\xfc\x9a\x51\xec\x94\x8e\x86\x0e\x30\x5f\x8c\x85\x7b\xa4\x82\x9d\x9a\x9b\x18\x11\x87\xae\x36\x7b\xa9\x19\x17\x2f\xfb\xc7\xe6\x4a\xc8\x88\xe6\x21\xc0\x74\x31\xc5\x08\x4a\xa1\xcf\x89\xeb\x4f\xcc\xd2\xb8\x3e\x03\x27\xa5\x9f\x68\x8f\xbb\x28\x64\x1f\xd6\x4e\xd2\x0d\x1c\xe1\x25\x54\x7e\xbc\x64\x9e\xf4\x40\xc6\x87\x73\xaa\xb2\x58\xc7\x85\x7f\x4b\xc6\x20\x1b\x89\x41\x84\xdf\xa8\xda\x7e\x64\x60\x9b\xfa\xad\xc7\x13\x83\x46\x9f\xe0\xd2\x10\x74\x1e\x98\xd8\x51\xe6\x3e\xb0\xcd\x97\xba\x0c\x25\x7c\x38\xa8\xb4\xaa\xad\xc2\x42\xe7\x20\x5a\x2c\x92\x4b\xee\x51\xa6\x15\x61\xf5\x6d\x3b\x39\xb6\x05\x58\xcd\xd0\xc4\x1b\xd5\xdd\x30\x0f\x3c\x4e\x8b\x62\x3c\x2a\x54\xcb\xad\x63\xb4\x78\x26\xec\x6b\x85\x69\x11\xe9\x6a\xc5\xeb\x2e\x75\x2a\xc1\xf9\x61\x53\x61\xb8\x0a\xd0\x95\x9a\xbd\x93\x5f\x55\xdc\x14\x91\xd8\x48\x54\x52\x65\x31\xb5\x5b\x0b\x57\x30\xf4\xf3\x4f\x19\xa3\x46\x94\x05\x02\x27\xf9\x78\x99\x44\xf9\x83\x07\x0f\x1e\xd4\x47\xa6\x11\x14\xb4\x7b\x27\xb1\x69\x98\xf6\xb7\x13\x6e\x3d\xf1\x3b\xfa\xd8\xba\xbf\xfd\xbf\xbf\xfd\xff\x6b\xdf\xfe\xf3\xab\x7f\x0a\x2b\x62\x07\xf9\x23\x1e\xfc\x6e\xb1\x0c\x7c\x96\x05\xf5\x86\x00\x6b\xc3\x21\xc4\x46\x8a\x72\x4a\xca\x74\x07\x5b\x16\xe6\x10\x29\xc1\xc5\x64\x32\xc1\x39\x4e\x4b\x84\xd3\xb3\x02\x0a\x8d\xf2\xec\xbc\xc0\xf9\x9a\xe6\xf8\xf1\x9c\xa4\x71\x76\x0e\x1a\x0b\x2d\x22\x00\x7a\xf8\x90\xe7\x0c\xfe\xf9\xe6\xf5\xab\xb2\x5c\x70\x9f\xa2\x8c\x6b\x9a\x69\x68\xcf\x0f\x0b\xac\x8f\x3b\xb4\x27\xd3\x34\xa3\x8c\x20\x21\x29\xa6\x3d\x49\xb3\x18\xaf\x69\x5e\xa4\x9c\x1a\xe5\xc0\x2f\xe6\x09\x1d\x19\xdf\xd8\xba\xfd\xb6\x8d\x5c\x33\x4c\xfe\xf3\xd5\xfb\x2d\xa3\xba\x59\xbe\xd5\xed\x57\x96\x12\x92\x03\x6d\xe1\x9d\x40\xa6\x6b\x12\x01\xf2\x13\x15\xed\xc1\x8d\x22\x73\xba\x4c\x7b\x29\x0d\x20\x8c\xf2\xfa\x96\x3f\xcb\x8a\x32\x40\x25\x99\xe3\x6c\x59\x06\xb4\xc2\x3c\x00\x25\xf3\x79\x96\x73\xbf\x16\xb0\x99\x50\x38\xb4\x87\xe0\xbf\xab\x2b\xd4\xe5\xc4\x9e\x64\xe3\x28\xa1\x89\xe1\xd3\x6f\x76\xbe\x81\x00\xa4\x6c\xef\x61\x15\xd2\x9d\x90\xff\xba\xba\x42\x1b\x32\x9b\x36\x83\xf6\xa0\x35\x99\x26\x1a\x45\x7b\xb2\xfd\x46\xe1\x69\x91\xe3\x05\x44\xf4\xc2\xe7\xd6\x94\x59\xb2\x13\x07\x7c\xaf\x9d\x65\xb4\xf8\xf5\x38\x4a\xaf\xe1\x8e\x95\x05\xb0\x67\x73\xae\xb0\xcc\xdd\xf7\x69\x07\x3e\xb3\x2d\xc3\x47\x8c\x8e\x69\x4d\xee\x32\x3b\x60\x5e\x04\xd2\xea\x19\xaa\xd9\x0d\x0a\x23\x24\xca\xc3\xe0\x06\x50\x65\x23\xa4\xc4\x2b\x18\xf2\xab\xf7\x5b\x2a\xfe\x27\x93\xb4\x34\xcc\x6b\x13\x41\x61\x0c\x27\x69\x56\x45\xc6\x78\x58\x95\x20\x0f\x8b\x5a\xb3\x05\x4e\x7b\xdd\x77\x47\x1f\x3e\x8a\x90\x85\x8c\x70\x58\xe7\x76\xd7\x34\x8f\x6b\x30\xb7\x0f\x1f\x9a\x93\x6a\x1c\xfa\x96\x60\x50\xd3\x7d\x1e\x15\x64\x8c\xba\x68\x1d\xba\xf0\x7c\x49\xd9\x83\x56\xc5\x3a\xea\x86\xf2\xaa\x50\xd6\x33\x28\x33\xfe\x2a\xae\x3b\x8a\x0a\xfc\x64\xa7\x6b\x8d\x5f\xf9\x1b\x7e\x85\xa3\x18\xe7\xbd\xee\x3e\xf0\x55\xf2\x6b\xc4\x4e\x5b\xd0\x3e\x1b\x61\x4d\x21\x2a\x1f\xe3\xb4\x7c\x4c\x0f\xda\xdd\x00\x75\xa9\xe4\x4f\xc6\x50\xc5\xf0\x97\x42\xa8\x1d\xe5\x8d\x15\x9f\xb2\x06\x72\x65\x91\x29\x2e\xd3\xb1\x76\xa8\xb6\x35\xc9\xbe\x8b\xe7\x85\x76\x7d\xed\x8f\x41\x5c\x47\x7a\x85\x1d\x93\x4e\xe8\xd2\x6c\x92\x13\x34\x63\xd2\x2a\x0f\x6a\x0b\xf4\xa8\xb4\xfb\x0a\x73\x69\xdc\x83\x17\x17\xcc\xfe\x9f\x4c\x2e\x65\xfd\x1c\xc9\x42\x91\xaf\xbb\x13\xf6\x59\x03\x1c\x64\x69\x8a\xf9\xbb\x08\x41\x61\x8a\x12\x8d\xcb\x45\xd1\xba\x70\xec\xff\x11\x5f\x94\x4e\x07\x39\xac\xf6\x1c\x84\x5b\xc7\x9b\xdd\xaa\xeb\xd2\x7b\x5e\x7f\xcf\xd7\xa0\xbe\x4a\xda\xc7\x98\x05\x1a\x88\x1a\x88\x60\x5f\x72\x9c\x1a\x4a\xe0\x59\x3f\x3a\x51\x1d\x50\x99\x93\xe9\x14\xe7\x2c\x14\x0d\x9d\x7d\x10\x5b\xa4\x5f\x49\x8a\x83\x26\x82\x81\x1e\xf8\xa8\xc6\x8c\x28\xdb\x86\x7e\xc0\x78\x65\xd7\xe0\x26\x29\xf8\x00\x2e\xca\xa8\xc4\xe3\x59\x94\x4e\xfd\x0a\x04\x66\xde\x2f\x10\x1f\xc5\x97\x60\x58\x0f\x37\xc2\x3b\x94\xc3\xd8\x2c\xef\x81\x19\x11\xb6\x05\xc5\x28\x40\x71\xab\xa4\x85\x1a\xb2\x2f\xb3\x1a\x28\x0a\xce\x64\xde\x5b\x2b\x79\x63\xb5\x22\x6d\x21\xfd\x6a\xcb\xbe\xd8\x32\x5a\xa6\x67\xc1\x6b\x0b\xc5\x6a\x23\x70\x31\x6b\x56\x56\x0c\xd4\xd2\xfb\xc8\x4a\xf5\xf4\xcd\x83\x2f\xe4\xbb\xe5\x00\x76\x17\xea\x98\x00\x5f\x69\xfa\xba\x52\x97\xe5\xc9\x25\xa5\x77\xf6\x78\x15\x16\x17\xa5\xea\x8a\xb5\x45\x0a\x5e\x3f\x36\x99\xa9\x14\x02\x84\x82\xd3\x16\x06\xe8\xf9\x21\xed\x96\x68\x12\x91\x04\xc7\x03\x74\x44\xcf\x69\xe7\x84\x9e\x3d\x22\x88\x1e\x55\xbd\x9a\xb4\x36\x3d\x73\xa1\xf0\x29\xf5\x19\x32\x4a\x01\x89\x43\xf4\x9d\xfc\x13\xfa\x3e\xba\xfb\xe4\x8b\x71\x88\xba\x5b\x83\x0d\xa9\x3c\x14\xfa\xc7\x6e\x8a\xcb\x4f\x09\x29\x4a\x9c\x92\x74\x2a\xb3\xa5\xf6\xf0\xd4\x30\xe8\x12\x0a\xae\x9c\x85\xc2\x72\xc9\x57\x58\x15\xd2\x41\xaa\x49\x70\xd4\x05\xfa\xd0\x85\xaa\xc0\x38\xed\x53\x31\xb7\x13\x3e\xa5\xbf\x0c\xf9\xb9\x13\x6e\x7e\x4b\x4f\xfe\xdb\xf7\x27\xff\xfb\x93\xff\x5f\xfc\xe4\xaf\x0c\xff\xe1\xd1\xe2\x1d\x19\xfd\x4b\x43\x4e\xfd\x54\x39\x22\x53\x66\x83\x3b\xf8\x85\x9d\xd0\xd9\x3d\x48\xfc\x1a\x4f\xcc\x0d\x41\xc6\x04\xbc\xd4\x1e\xce\x19\x1b\x27\x83\x60\xec\xe2\x7c\x46\x7b\xdf\x33\x0d\xb4\xbe\x67\x85\xd1\x23\xb4\xe5\xbe\xbc\x03\x8b\x3f\x2a\xc5\x9b\xef\x0f\x51\x6d\x60\xfe\x77\xfc\x54\x17\xa5\xe8\xf0\xf9\xfe\x5b\x3e\xc9\x31\xfa\xee\x5b\x34\xce\xe6\x8b\x25\x8f\xc7\x31\xba\x44\xf3\xec\x8c\xa4\x53\x2d\xea\xd4\x0e\x1a\xcf\xa2\x1c\xf6\x02\x76\x33\x1b\x33\x53\x2a\x61\xae\x2e\xa0\x13\xcc\x1e\x2d\x94\x19\x6d\x90\xe1\xaa\x40\xbd\x7d\xb4\x87\x36\x37\x02\xf4\x9c\xfe\xbf\x19\xa0\xc1\x60\x10\xa0\xff\x43\x7b\x68\xfb\x9b\x3e\x3d\xec\xa0\x62\x81\xc7\x64\x42\xd8\x42\x3a\xfc\x70\xb4\xb9\xfd\x64\xf3\x89\x6d\x62\x46\x8a\x0c\xd2\xf9\x38\x5c\xef\xa3\xd7\xec\x4d\x2c\xed\x08\x1d\xa0\x79\xb5\xa6\xdf\x2c\x73\x49\x2a\x16\x60\xdc\x77\x82\x59\xbf\x31\xa1\xb4\x62\x7d\x1e\xe9\x88\xba\xfb\xdd\x01\x45\xcb\x41\x16\xe3\xfd\xb2\xb7\xa1\x69\xad\xe9\xd8\xba\xff\xe7\x64\x33\x06\xc8\xde\xed\x02\xb1\x96\xd9\xf1\x62\x81\xf3\x83\xa8\x50\xaa\x6c\x2d\x9b\x3d\xff\xed\xed\xf4\xc5\x8b\x5c\x9e\xb0\x11\xec\x58\x37\x66\x2c\x77\x91\x90\xb2\xd7\xed\xf6\xcd\xd7\xd0\x69\xdf\xb4\xae\x1a\x67\x31\x1d\x5c\xea\xeb\xbc\x90\x0f\x01\xe6\x87\x3d\xb4\x4f\x05\x42\xf8\xf8\x7e\x0f\xfd\x5f\xdf\xf1\x15\xef\x99\x59\x3e\xb1\x06\xa4\x74\x3e\x1a\x63\xf4\x18\xed\xa3\x75\xb4\xb9\xa1\xd9\x19\xf9\xfc\xa7\x8b\x18\x95\xb6\x0d\xd3\x75\x7f\xf0\x4b\x46\x52\x3a\x4c\xdb\x52\x71\xbc\x04\xcf\xac\x30\xc5\x6f\x8e\x5e\x50\xc2\xde\xdc\x10\x4c\x89\x5b\xf8\x01\xe5\x7b\x28\xee\xdb\x8d\x27\x3b\x36\xc1\xcd\xb3\xf8\xbb\x6f\x37\x37\xaa\x08\xcd\xa4\x2f\xe5\xef\x96\x51\x13\x2f\x5c\x4b\x45\x39\x9e\x47\x24\x65\xba\x23\x9a\xa7\xee\x1e\xb9\xf7\x18\x93\x3d\x70\x60\x65\xb7\xbc\xd5\xb7\xfc\xe2\x00\xb3\x12\x60\xd2\xe2\xf5\x3b\xc3\x44\x4e\x35\x09\xb2\xf6\x61\x5a\x32\x97\x3b\x01\xda\xdc\xe8\xa3\xff\x3f\xc5\xda\xba\x53\x0b\xf3\xba\xc3\xcd\xcf\x7d\x2f\x70\x65\x5d\xb2\xa4\xaa\xcf\x98\xa7\xe6\x77\x48\xcc\x04\x1d\xd6\x01\x37\xf8\x87\x0b\x75\x48\xe0\x6f\x1d\x38\xfb\x14\xf3\xe5\x9f\x9c\xa1\xee\x15\xd9\x3f\x09\xdc\x12\x5a\x2d\x39\xb7\xab\x4e\x34\xd2\xa6\x7e\x62\x08\x56\xb3\x9c\x8b\xd7\x39\x16\x51\x51\x98\x7d\x99\xe3\xf4\x3d\xd2\xb2\x84\x18\x4d\x87\x70\x2d\xd9\x9a\xae\x15\xa3\x39\x03\xad\xc6\x3a\xa7\x04\xa0\x23\x2a\x9e\x0b\x9f\x01\xda\x4b\x05\x1e\x35\x12\x6d\x3e\xd1\x58\xd8\x28\x2a\xf0\xf6\x13\xb4\x07\x65\x94\x7a\x68\xfb\x89\x61\x02\x10\xc7\x98\x69\x16\x61\x0f\xec\xb1\x42\x01\xda\xfc\xc6\x94\x84\x65\x3f\x9f\x8f\xa2\xb4\xc7\x8a\x99\xcc\xcf\x5a\xcc\xdc\xef\x89\xb6\x70\x9f\xd3\xa1\x97\x99\xb1\x7b\xd1\xe9\x43\xe0\xaa\x33\xbf\x14\x2b\x9a\x29\x93\xc0\x5e\xf7\x1d\x8b\x19\x90\x66\x25\x17\xca\xbe\x27\x3f\x74\xa6\x20\x91\x30\x7f\x3a\x13\x85\xd4\x62\x16\x31\x69\x0d\xf6\xb7\x8b\x71\xb2\x2c\xc8\x99\x0c\x71\x48\x46\x24\x21\xa5\x14\x70\x46\x51\xfa\x79\x38\xca\xa3\x74\x3c\x43\x05\xce\xcf\xc8\x58\x6c\x80\x11\xf3\x1c\xda\xf9\x7e\x48\x7e\x18\xd8\x34\x24\xc3\x0d\x14\x62\x17\x9a\xe0\x9c\x6e\x43\x51\x32\xcd\x72\x52\xce\xe6\x28\xc6\xc5\x38\x27\x23\xc6\x96\xb8\xfc\x83\xd3\xc1\x39\xf9\x4c\x16\x38\x26\x11\x08\x41\xf4\x6b\x78\x98\x96\x38\x4f\x23\xf6\x74\xe2\xd3\xf3\x28\xfd\xfc\x89\xbb\x2d\xfd\xc4\xe6\xf5\xff\xf7\x13\x1f\x69\x3a\xfd\x44\x87\xf8\x09\xde\x12\x7d\x8a\xc9\x94\x38\x4f\x39\xc4\xd4\xf8\x28\x72\x24\xf6\x54\x31\x03\xc2\x29\x4d\x99\x79\xb6\xd9\x16\xb4\xfa\xdc\x5e\x91\x23\x8b\x2d\xf2\x19\x3d\x60\xfb\x54\xf7\x9f\x2f\xbb\xbb\x6b\x5e\x9e\xc9\x79\x6c\xcf\xda\xb9\x7b\x7a\x05\xeb\xa8\xbb\x01\xa2\x12\xb4\xa2\x9b\xbb\x50\x74\xbc\xa0\xd8\x40\x7b\xa8\xc7\xc4\xa9\xde\x77\x4f\xd1\x63\xd5\x44\x5f\x3c\x1b\x78\xbc\x65\xed\xb7\xd2\xeb\x86\xd9\x94\x56\x27\x6f\xb0\x41\x6d\xc5\x99\x88\x86\x2b\x20\x6c\x16\x68\x9a\xa4\x45\x49\xca\x65\x29\x9c\xef\x92\x18\xa7\x25\xdd\xb4\x6c\x07\xed\xac\x96\xc3\x34\x26\x39\x36\x0d\x18\xcc\x37\x36\x45\x20\x64\x59\xf9\xc8\x06\x5e\x4d\x75\xb4\x96\x3a\xd0\x54\x47\xb5\xd5\x59\x85\x17\x99\x3d\xf1\x3a\xe4\x35\x8f\xc0\x26\x67\xe8\xbe\xfc\xf8\x8a\xce\x83\x78\xdd\xa2\x63\x40\x4b\x95\x7d\xeb\x5b\xfc\x3a\xab\xe3\xd7\xe2\x29\x1d\x43\x2e\x8f\xe2\x4c\x0a\xf6\x52\x4e\xe7\xe3\x8e\xdc\x09\x1e\x54\x2a\xe5\x4d\xb9\x17\x79\x14\x1f\x42\xe1\xc1\x9e\xd3\xb1\x96\xa4\xd0\x79\xa8\xf9\x67\xa9\x95\x13\x88\xee\xe7\x85\x30\xb2\xd2\x85\x3f\xe5\xe4\xa5\x51\x57\x2e\xb1\x00\x5d\xaf\x7c\x3d\xa8\x8f\x59\x79\xef\xf7\x8e\x2a\x40\x99\x47\x6b\x03\x63\xd3\xb5\x35\xee\x28\x2d\x4a\x18\xfe\xe7\x9f\x2f\x4f\x36\x1e\x7f\x77\xfa\x65\xeb\xba\xf7\xf2\xe3\x2b\xfa\x7b\xff\xf1\xff\x9d\x7e\xd9\xdc\xbe\xbe\x92\x1f\xdb\x1b\xc1\xf6\xe6\x75\xff\x7f\x86\x83\x12\x94\xa0\x72\x03\x37\xde\xe5\x55\x31\x06\x0d\x9c\x3d\xcf\xdb\x5c\x11\x61\xfc\x09\x26\x9c\xfe\xbd\x68\x7b\xa1\x96\xe0\xdd\xe0\xed\x85\xbb\x92\x2c\xc4\xa9\x41\xe9\x8f\x7b\xb6\x77\x20\x1e\xbc\x3f\xef\x9b\x1b\x0e\x7b\x82\x48\x5a\x31\x70\x83\xfb\xdc\xcd\xd0\xbd\x6c\xa4\xd5\xe0\xb7\x36\x5a\x59\x6d\x32\x91\x92\x8e\xb4\x58\xce\x29\xe0\x71\xc1\x8f\x0f\xf3\x2c\x7e\xfc\xdd\xb7\x8f\x37\x37\x64\x36\x9c\x71\xa1\x77\xe3\x2c\x41\xbd\xc3\x0f\x47\xc3\xc3\x97\x07\x88\x9e\x1b\xc2\xad\x8d\x8d\xed\xbe\xcd\x93\xb5\x6a\xdd\x53\xa8\x96\xeb\x0c\x5c\xe4\xb5\x1c\x36\x3f\x13\x6e\x05\x68\xab\x9d\xad\xaa\xce\x54\x8d\x2d\x05\xe1\xe9\x00\xfd\xf3\xfd\xcb\x9f\x1c\x4f\x85\xb2\x80\x7f\x34\x95\x35\xba\x93\xaa\x41\x36\x0d\x4f\x11\x40\x0f\xdc\xd8\x39\x43\xfe\x36\x40\x3b\x7d\x14\xa2\x6e\xb7\xd5\xb8\xc7\x09\x81\x87\x64\xb2\x83\xa0\x7c\x22\xa9\x3d\x3e\x8a\x85\x9f\xf6\xff\x71\xf4\xe3\xbf\x8e\xde\xff\xaf\x3d\xab\x50\x47\xc5\x9c\xda\xf5\x7b\x27\x97\x01\xdd\x7a\xec\x9b\x9b\xab\x8f\x9c\xaf\x26\xff\xb9\xc4\x3d\x78\xb8\x43\x73\x2a\x70\x86\x17\x79\xce\x21\xfa\xbd\x13\x1f\x9c\xcf\x01\x99\x71\xe8\x70\x07\xbc\xa3\x1d\x62\x2b\x8f\x32\xe2\xfc\x21\x4f\x29\xc6\x09\x95\x9d\x51\xcc\xf3\xcc\xe6\x93\x7e\x80\xb6\x36\xa4\x8b\x33\x43\xca\x13\xe8\xb5\x06\x29\x0a\xb7\x5b\xa0\x15\x5e\xa9\x0e\x21\x8b\x29\xf5\x75\xbd\x62\x27\x34\x3f\xaf\x4f\x83\xed\x9d\x7b\x35\xfe\xbd\x1a\xff\x2f\xae\xc6\xe7\x2a\xfc\xc5\xb8\xde\x7e\xef\x16\x16\x77\x1d\x15\xca\xae\xb3\xbb\x52\x08\xae\x06\x3b\x3d\xa6\x67\x5a\x8c\xbd\x96\x60\x8b\xa8\x9c\x05\x28\xc5\x86\xf5\xf7\x27\xd0\x5c\x38\x0f\x4f\xc5\x55\xb5\x1e\x04\x58\x78\x2d\xe0\xf6\x3a\x60\xe3\x43\xff\x63\xa9\x2a\x6b\x2c\x6f\x78\x81\x2b\x96\x22\xa1\xf7\x85\x42\x87\xaa\xbc\xf4\x75\x69\x15\x1b\x64\x69\xaf\x0b\xa3\xea\xea\x41\x33\xfb\x86\xfd\x74\x91\x51\x26\xc6\xde\x12\x1e\xbe\x3b\x40\xea\x5e\x99\xbd\x30\xec\x06\x48\x8f\x35\xff\x89\xb1\x41\x7e\xe1\xdd\xb3\xbd\x6d\x7a\x7b\x90\xc6\x7a\xfb\x5a\xf3\x95\x95\xa1\x35\xf9\xc6\xe0\xf5\xe1\x87\x8f\x2f\xdf\xc2\x0a\x3a\x38\x7a\xfb\xf6\xe5\xc1\xc7\xc3\xa3\xb7\xe8\xfd\xcb\x0f\xef\x8e\xde\x7e\x78\xf9\xa1\xb2\xd5\x38\x2a\x23\xbd\x59\xfa\xad\x6f\x4e\xc3\x47\xdc\x8c\x70\x1e\x5d\x8c\xb3\xf9\x22\xc1\x17\xa4\xbc\x0c\xd1\x13\xa0\x2c\xab\x87\xa0\x0b\x95\x76\x08\xb4\x2a\xb5\xdf\xf4\x3d\x11\x53\xb8\xcd\xc1\x17\x33\xe0\x31\x1c\xfc\x62\xdb\x76\x82\x77\x87\x05\x82\x06\xfe\x12\xa3\xf3\x19\x19\xcf\xd0\x3c\x2a\xc7\x33\x2e\xbe\xb2\x4d\x88\x32\xb4\xd8\x28\xe7\x09\x50\x00\x4d\xfb\x23\x22\xc3\x75\x94\xd3\x5b\xb0\x40\xf0\xc7\x2b\x25\x93\xde\x27\x3f\x21\x9f\xc0\xdb\x38\x12\x9f\xba\xfe\xd6\x65\x61\x3a\x56\x0e\xb6\xeb\x40\xd9\xb1\xa5\x2b\x63\xae\x42\x35\xbc\xef\x76\x45\xd7\x0e\x16\x27\x24\xc7\x86\x47\x00\x1b\x5d\x55\xe3\xa1\x43\xf1\xb4\x5e\x03\xae\x02\xc0\xea\xa6\x2d\xea\x2f\xc6\x09\x2e\x71\x5d\x0d\xf6\x60\x6c\xdc\xe8\xaf\xb0\x7f\xa6\xbb\x16\x10\x22\x27\x08\x56\x1f\x28\x77\x98\xad\x54\xca\x9c\xe5\xa0\x8c\xf9\x72\x26\xe5\x60\x6d\x4d\x08\x83\x26\x09\xaf\xd9\x6a\x0f\x78\x91\x49\x85\x3f\xc5\xf3\x34\xf1\xc8\x2c\xac\x7b\x56\xd5\x57\x95\xcd\x06\x03\x4b\x5e\xfb\x07\x73\x9d\xae\x3c\x00\x8b\x25\xfe\xe2\xe5\xe3\x83\x57\xc7\x6f\xff\xf7\xe5\x7b\x59\x4f\x8c\xc7\xb3\x65\xfa\x19\xc7\xfc\x55\x09\x7b\x31\xca\xff\x06\x39\x5e\x24\xd1\x18\xf7\x86\xff\xbe\x3e\xf9\x77\xfa\xef\xfc\xf4\xd9\xbf\xbf\x0c\xa7\x41\xf7\xfa\xea\xf1\xe3\xab\x2f\xdd\x3e\xf8\x2e\xfe\xe2\x85\xff\xf7\xa9\x28\x71\xc2\xcb\x9c\xd2\x42\x27\xa2\xd4\xe9\x89\xbf\x9c\x5d\xca\x28\x54\x51\x46\xb5\xa5\xb5\x24\x1b\xd2\xca\xf0\x6b\x3e\x9a\xdd\x15\x9c\xd4\xc0\x80\xbb\x66\x01\xf1\x1a\x7f\x19\x0e\xe1\x0e\x14\x73\x77\x18\xe0\x69\x03\x2a\x58\x73\x48\x9f\xe6\x1d\xd0\x2c\x73\xe5\x72\xbf\x33\x16\x0c\x5a\x47\xec\xfd\xab\x21\xaa\xcb\x3b\x6b\x8b\x93\xb9\x4e\x0d\x7c\xb6\x60\xd0\x77\xad\x14\xb7\xa6\x61\xc6\x34\x6b\xee\xe2\x53\x9d\xd9\xb3\x3b\x83\x8c\x38\xf2\xdc\x90\x0b\x5c\xdf\xa5\x63\x9c\x80\xc7\x7e\xf1\x88\xd3\x28\x33\x4e\x70\x94\x0b\x13\x2e\xab\x15\x9e\x6c\x2d\x68\x3f\x10\xf8\x6a\x28\x45\x45\xbe\x3d\xce\x2c\x6f\xef\x75\xfa\x5f\xad\x5d\x25\xc7\x99\x0e\x7f\x1d\xa0\xcd\x8d\x8d\x0d\xf4\x88\x5d\xce\x78\xee\x5a\xbd\x8e\x1f\xe0\xdd\x1e\x60\x47\xe0\x8b\x72\x90\x02\x73\x7a\x61\x51\x57\xf8\xbb\xbe\xd5\x51\xe5\xce\x98\x45\x22\x10\x4e\x88\x5b\x56\x3a\x1d\x66\x2c\x82\x05\x0e\x37\xed\xf6\x2c\x6d\xbd\x0e\xce\x9d\xff\x50\x1e\xf9\x13\xdf\x42\xa3\x38\x2e\xf4\x88\xd2\xdc\xca\xc1\x95\xc6\x98\x7a\x38\x58\x63\x1b\xae\x38\x18\xf0\xb3\x36\x61\xfe\xf0\x39\xd7\x9b\x8b\xf0\xf8\x06\xf7\x3d\x8c\x59\xa9\x28\xcf\xc9\x19\xd6\x19\x6e\x14\xcb\xd9\x13\xed\xd5\x70\x58\x0f\xb4\xe1\x0e\xdf\x6f\x53\xaa\xc9\x14\xe2\xb5\x3a\x89\xd1\xd5\x95\xf8\x3a\xd9\x38\x95\x5b\x26\x5c\x61\xb3\xbe\x29\x68\x9e\x60\x96\x60\x89\xba\x44\xe7\xdd\xbc\xd0\x9e\xec\x4d\x9d\xc4\x4b\x41\x07\xb2\x61\x51\xb7\xd8\xd5\xc4\x3a\xd2\x57\x2a\x8b\x3b\xcf\xcd\x52\x98\x58\x0e\xa7\x2f\xd0\xb8\xd3\xfd\x3d\xd6\xd0\xcc\x89\xb8\x06\xb5\xae\x7d\xa7\x3c\xda\x4f\xb2\xbc\x47\xf1\xf2\x19\x5f\xb2\x93\xa2\x6f\x00\xa6\x13\x98\x9e\x1f\x68\x30\x8b\x8a\xa3\xf3\xf4\x1d\xc4\x54\x2a\x2f\x21\x66\x9e\xc5\x05\x2a\xd0\xf3\x19\x5f\x9e\x56\xdb\x76\x76\xb3\x14\x1d\xbe\x3b\xe8\xda\xc1\xde\xb9\x6c\x51\x53\xa7\x63\x66\xa1\x96\xc9\x81\xee\x83\x90\xbb\x1b\x47\xda\x71\x83\x14\xa8\x28\x09\x8b\x76\x42\x62\x8d\xa8\x75\xb3\xd0\x4a\x84\xfb\xed\x38\x7b\xd5\xa7\x25\x21\x07\xd0\xdd\x23\xc7\xbc\x1f\x01\xa3\x02\xb3\x57\xd3\x2c\xc5\x5c\xf3\xd4\x7b\xf0\xc9\x16\xfb\xcf\x73\x52\x82\xbf\x14\x8b\x1b\x69\x20\xd6\x11\xea\x93\x7b\x86\x12\x2e\x06\x1f\x54\xd5\xce\x15\x48\xde\xa1\xd7\xbd\x20\x58\xd3\xe9\xc7\xaa\x17\x7f\xd0\x9e\xae\x20\x63\x93\xdd\x35\x38\xf7\x0a\x28\x12\x68\x6a\xc6\x12\xf2\x1c\xa1\x1a\xcf\x9a\xa2\x97\xb1\xf6\xec\xd7\x37\xaa\x1a\x8b\xe7\x9b\x89\x0d\x92\xaa\x75\xa9\xc1\x1c\x4a\xe3\x3e\x8a\xac\x3f\xdf\x3e\x69\x99\xdd\x71\x6d\xa2\x75\x46\x71\xdc\xf1\xfc\x2b\x5b\x82\x95\xb5\x7a\x6d\xd6\xe9\xae\xdb\xec\x76\xbd\xdb\x41\x85\x6e\x98\x3d\xd0\xed\xb4\x15\x1f\x84\x17\x5b\x59\x89\x8a\xe5\x62\x91\xe5\x25\xe8\xd6\xd8\x4d\xed\xbb\x03\x24\xb5\x2a\x5d\xc3\x11\x64\x35\x61\xb6\x7e\xa9\x70\x93\xc5\xd8\x4c\x65\x2b\x51\x98\xf7\x58\x0f\x34\x55\x6b\x41\xaf\x39\xd4\xb5\x77\xd3\x4a\x6f\x37\xae\x1e\x57\x61\xd0\x71\xd2\x5e\xf1\x4a\xfb\xfa\x34\xd8\xfe\xe6\x5e\xa5\x7b\xaf\xd2\xfd\xaf\x50\xe9\xf2\x87\x15\xb7\x7a\x8e\xbd\x1f\xe5\x59\x8a\xfe\x77\x39\x8f\xce\x48\x81\xbe\x8f\xe8\xe7\xdf\x3e\xb3\xcf\xc1\x1c\x7b\xd5\xbd\xc3\x21\x3a\x4c\x49\x49\xa2\x84\xfc\x8a\xd1\xdf\x59\x2f\x28\xa1\x46\xa8\x00\x4b\x2c\x61\x70\x03\x03\xa5\x4b\xd5\x70\x72\x3e\x00\xad\xae\x28\x26\xa2\x88\xf0\x08\x57\x87\x71\x88\x36\x9a\x6e\xde\x98\xb5\x07\x1d\xbe\xed\x56\xd7\x6b\x66\xe2\x75\xa7\xab\x5e\xa1\x89\x60\x5a\x13\x81\x50\x68\x49\x19\xf4\x78\x9c\xf0\xb2\xd7\x29\x81\xa6\xea\x99\x88\x6a\x44\x96\xf0\xbd\xeb\x75\x43\xa4\x8d\x80\xb6\xe7\xf4\x7e\xb8\xc6\xd1\x53\xe1\x8a\x97\xb5\x15\xf0\xc6\x0c\xa7\xa9\x2c\xab\x5f\xa5\x5a\x16\x4d\x3a\xc6\x3c\xd2\x6c\xf7\x41\x57\x0b\x6b\x15\xc5\x67\xf4\x8c\x2a\x66\x07\x1d\xbe\x80\x1c\xd1\x3b\x39\x69\xeb\xeb\x55\x7e\x86\xfc\xaf\x7f\xd8\x5b\x21\xa7\x1a\x95\x2d\x9e\x07\xf1\x91\xca\x74\xf1\x2e\x88\xfd\x4f\x0f\x4c\xe2\x85\x50\x7b\xc3\x0b\x81\x03\x79\x78\x14\x06\x44\x7e\x53\x1d\xa9\xac\x6b\x0a\xad\xe6\x79\x99\x6d\x35\xe0\x37\xcf\x10\x68\xb0\xda\xb3\x82\x0e\xb3\x44\xeb\x32\x94\xf9\xf4\xd1\x74\xce\x1c\xe8\x99\x6c\x7b\x80\xcf\x70\x7e\xd9\x13\xde\x90\x3f\x90\x74\x9a\xe0\x37\x0c\xe1\x7d\x14\x22\x6f\x86\xaa\x89\x4f\xab\xec\x88\x1f\x9c\x4f\xa0\x3c\x68\x49\xe1\x5d\xd0\x8d\x66\x41\x24\xd2\x18\x45\x1a\xb6\x45\x3c\x43\xcc\xcf\xde\xde\x1e\xa3\x1a\x1d\x88\xbb\x5d\x10\xb0\xf4\xcc\x4d\xc1\xd8\xb5\x6e\xd7\x57\x1d\x97\x61\x2d\x9f\x92\xc3\x21\x8b\xfd\x27\x93\xb8\x57\x76\x9d\xb9\x88\xf5\xd8\xca\x9f\x3c\x63\x44\x23\x78\x8f\xd6\xc0\x8e\x9e\x53\xa0\x6a\x17\xdf\xbc\xe3\x16\x7f\x61\x75\x15\x8c\xa9\xf2\xaa\x84\x80\x13\xf7\x41\x79\xc4\x17\x45\x4f\xf0\x9e\x3e\x9a\x10\x9c\xc4\x96\xe9\x01\x6f\xc5\xe8\xa9\xc5\x73\xf4\x0e\x5a\x8c\x87\x75\xcd\x22\x43\x91\x6c\x45\x7d\x10\x64\xe1\x3a\xc2\x72\xd8\x9b\x80\x1d\x08\xd6\x26\xbe\x39\x8b\x33\xf5\xf0\x8e\xac\xc8\xeb\xe3\x72\x22\x15\x03\x9f\xdc\x8b\x81\xf7\x62\xe0\x5f\x5b\x0c\x54\xef\xf3\xd8\xa2\xb9\xab\x17\x7a\x77\x73\x77\x4f\x41\xde\x08\x75\x63\xa5\xb1\x32\x9c\x13\x79\xa4\x16\x61\x85\x4c\x3f\xb5\x53\x24\x77\xb9\x26\x72\xe9\xa7\x71\x71\x0f\x3c\x4f\xe5\x2b\xc9\x60\x43\x03\x03\x9f\xfc\x7a\x50\x42\x65\x08\xad\x67\x68\x25\x98\xa7\x67\x5f\x11\x2b\xc7\x50\xba\x82\xc6\xe0\x4d\x94\x46\x53\xac\x5e\xe7\x53\x96\xc5\x50\x61\xa8\x02\x84\x0b\x0f\x05\xae\xed\xf7\x73\x03\x43\x4e\xc5\xf9\xbc\xc1\xfe\x3d\xc6\x94\xc3\x90\xd4\xf4\xef\x69\x89\x7f\xa3\xa8\x60\x3e\x17\xaa\x22\x51\x4c\x31\x78\xa9\xf4\x6c\x52\xa6\xa7\x79\xdb\xb1\xa8\x68\xd3\x6c\x0f\x48\xcc\x41\x04\x6f\xa3\x32\xd6\x84\xe1\x4e\x54\x0b\x9f\x23\x89\x43\xda\xf1\x09\x5f\x86\x05\x15\x6c\x64\x4a\x93\x9b\x63\xe6\x8c\x53\x5d\x52\xf0\xd0\x1c\x7c\xdb\x95\xe3\x1c\xa0\x37\x94\x95\x13\x5c\xf0\x28\xd5\x80\x0f\xc7\x0b\xa5\xe1\xd9\xb3\x35\xde\xc4\xa0\xae\xde\x2e\x93\x44\x39\xc6\x08\xa8\x14\x89\x2f\x08\x5c\x9b\xf9\x70\xf7\xc7\x8c\x3f\x74\x67\x61\x77\xd0\xda\xd7\x8a\xbb\xe3\x60\xb2\x55\xb4\x1d\x3b\xc0\x89\x0c\x25\x63\x1e\xc4\x50\x43\xf8\x98\xf7\xef\x0e\x78\x84\x89\xfa\xd8\x31\x0a\x6d\xdc\xd5\x2b\x23\x3c\x40\xba\x3c\x71\xda\x68\x62\xa0\x87\x14\xd2\xc5\x92\x41\x74\x32\xc9\x83\x0e\xad\x96\x5a\x6c\x3c\xf0\x70\xd7\x0a\x0a\xf2\x3d\x6e\xf4\x94\xb6\x64\x48\xe9\x74\x31\x40\x10\x85\xbb\x2e\x84\x14\x7a\xa6\x7e\x33\xea\x86\x22\xa7\x94\x1d\x68\x9f\x0d\x9e\xf5\x1d\xac\x33\x7e\x2f\xa3\xd7\xea\x98\x77\x11\xcf\x1c\xf0\xd6\x9f\x15\x4d\x77\xc4\x15\xb8\xf7\xc4\x48\x31\x83\xe5\xea\x28\xb4\x37\x2b\x70\x36\x03\xc7\x9e\x67\x5e\x00\x59\x95\x37\x36\x09\xc7\x85\x2f\x64\x91\x78\x3f\x25\xe8\x70\x85\xc8\x45\x91\x58\xb7\xad\x90\xd0\x2e\x06\x91\xee\x8e\x95\xef\x23\xb6\x97\xe4\x95\x9d\x2f\x73\x79\x02\x80\xb5\x65\xa0\x03\x42\x9e\x11\x60\x48\x1e\x53\xfc\x5a\x10\xa1\xce\x00\xcd\x52\x85\x32\xa3\xce\xad\xb2\xae\xe2\x70\x50\x25\x5c\xe4\x32\x7c\x9a\xd2\xd6\xe8\x17\x1d\x5d\x34\x43\x0c\x6d\xb4\x24\x49\x0c\x08\xe3\x83\xa2\x99\x8e\x7f\x5b\x60\xf8\x1f\x8f\x5e\x1c\x3d\x78\xf0\x00\xc4\xfb\x6e\x81\x96\xd3\xe4\x72\xc0\xa3\x88\xd1\x03\xc1\xb2\xa0\x7b\x62\x29\x5b\x49\x35\x97\xb2\xf4\xb7\xb0\xab\x91\x37\x24\x94\x71\x40\x86\x7c\x6f\xbd\x69\x44\x7a\x1a\xfd\x72\x42\xb3\x4f\x36\x4e\x4f\xa9\xd8\xa5\x7f\x5e\x5d\x49\xbb\x4d\x1b\x94\xfd\xd8\x84\x32\x74\x2c\xbb\xfe\xab\x22\xab\x76\x80\x44\x1a\x17\x76\xd0\x2b\x11\x55\x75\x8b\x2a\x2f\xd5\x95\xd1\x29\x0b\x81\x92\xfa\x9f\x65\x21\xc7\xcf\x37\x97\xdf\xd5\x69\x78\x15\x3f\xd0\xc8\x8a\x60\xe1\x0b\x55\x60\x9c\xd5\xa1\x2d\x53\xa2\x54\x17\x53\xea\x7e\xc6\x88\xc5\x22\xcd\xeb\x3c\xa6\x79\x76\xc3\x0c\x9e\xb7\xa3\x33\x33\x69\x14\x69\x19\xd0\x78\xc3\xa9\x98\xdd\x35\xaa\xa9\x1e\x82\x7d\x0d\xc5\x49\x85\x66\xb5\xf5\xf4\x2c\xc2\x5c\xe1\xb4\xd9\x9d\xa3\xe0\x90\xcb\x1c\xc3\x0d\xe9\xfb\x77\x07\xd2\x03\x13\x33\x65\x19\x47\xa9\x14\x36\x49\xca\x95\x2e\x7e\x5f\x4f\xb9\xeb\xeb\x71\x30\x18\x5c\xeb\xf1\xdd\x6c\x5f\x7a\x4a\x93\x29\x8a\x7a\x38\x69\x93\x4f\xfb\x4a\x77\xf3\xab\x10\xa1\xa0\x01\xd3\x27\xbd\x3e\x6b\x55\x88\xe6\x25\x2b\x14\x3b\x6f\x84\x0d\x4c\xdb\xeb\xbf\x6f\xef\xf5\x3e\xf7\x7a\x9f\xbf\xb6\xde\x87\x2b\x7d\xe2\xd1\x2d\x6e\xfe\x7c\x7a\x1f\xa9\xad\xd1\x15\x3f\x8c\x39\x49\x8d\xce\x8b\xe7\x06\x1f\xa1\xc3\x30\x5d\x7e\x38\x9a\x0a\x18\xa9\x95\xbc\x5b\x13\x28\x6c\x4d\xc9\x4b\x45\xcf\x63\xd3\xcf\x2f\xb8\xd0\x17\x64\x49\x57\x96\x1c\xd4\xa3\x35\x6b\x3b\x0b\x07\x72\xd4\x2e\x3d\x5f\x07\x2d\x7d\xb3\xda\xe5\xab\x03\x16\x2d\x96\xa5\x7c\xbc\x96\xe2\x73\x8e\xcd\x9e\xda\x2e\xa9\xd0\x11\xa2\xae\x84\xb3\xe2\x68\x84\xa8\x1b\x8f\x3e\xf9\x72\x85\x98\xb8\x2d\xfb\x24\x1b\x9d\xe2\x76\x8d\x4a\x38\x6f\xa3\xbe\x5c\xd1\xe8\x96\xdb\xe8\x62\x59\xbe\xc2\x17\xcd\xc3\x7c\x85\x2f\xaa\xc6\x68\x66\xd5\x0f\xb0\xb9\x2d\x06\x54\x35\x34\x7f\x5b\xd6\xb8\xf8\x66\x74\xa2\xe0\xc4\x44\x04\x0a\xc9\x01\x1f\x7a\xc0\xbb\x05\xc0\xa7\x15\x3b\xd7\x8b\xe7\x6a\xd7\x62\xb4\xd3\x09\xb7\x61\x8b\x7a\x7a\xbf\x45\xdd\x6f\x51\x7f\xed\x2d\x4a\x5d\x4d\xe0\x72\x76\xa3\x7b\x09\x0e\x7c\xb7\xaf\x12\x2b\xa2\xff\xfb\xc2\xff\xfb\x2e\x41\xfc\xf7\x20\x0d\xdb\x26\x05\x11\xe6\xc8\x16\xd0\x82\x27\x0b\xb0\x71\x55\x7b\xe3\x2c\x9d\x90\xa9\x00\xd3\x42\xe1\xe8\xd0\x22\xb2\x8a\x00\x3b\xe7\xcf\xd6\x8c\x0b\x1a\x9e\x28\x60\x7e\x64\xa1\xc0\x2d\x64\x40\xa2\x00\x39\x2c\x3e\x5c\xa6\x63\xb6\xc5\xe8\x50\x05\x4b\x15\x60\x94\x15\xe7\xd8\x06\xe2\xa9\xb2\x2e\xe6\xa0\x48\x87\x20\xa3\x28\x15\xd9\xcc\xeb\xa1\xd3\x1f\x91\x2c\x85\x10\xf0\x99\xd6\xe6\xce\x40\xea\xbc\xf9\x1b\x41\x50\x02\x6e\x9c\xf6\xd1\xc3\x87\x88\xff\x1e\x80\x4e\xf0\x68\xd2\xeb\x6e\x5c\x74\x99\xeb\x92\x8d\x3e\x7a\x86\x3a\xb8\x9c\xd1\xdd\x03\x02\x93\x3e\xbf\x7c\x15\x15\xb3\x0e\x0a\xed\x64\xa6\xd1\xed\x28\x29\x41\x8b\xff\xf4\x63\x9e\xcd\x9f\xff\x06\x3d\xed\xf2\x2e\x69\x61\x85\x9e\x5f\x42\xc3\xb4\xd3\xfb\x69\x7c\x48\xcb\xc9\x68\x5e\x5e\x48\x36\x0e\x09\xab\xc6\xb3\x4c\xc7\x09\xfe\x8d\x06\x70\x4c\xdb\x6a\xe8\xba\x0e\x53\xd9\x69\x31\x3f\xda\x38\x0f\xb2\x65\xda\xea\x9a\xe9\x0e\xc6\xe1\x6d\x9b\x91\x90\x3e\x94\x0a\x30\x36\x2a\x67\x0a\x7e\xc3\xfe\x1f\xcb\x06\xb5\xc9\x70\x26\x41\x07\x30\xfa\x2c\xbb\xf7\xb2\x9c\xdd\xf5\x01\xa1\xf5\xe1\xe0\x8e\xce\x06\x10\x00\xb8\xfa\x6c\xc0\x54\x1f\x8c\x8b\x13\xec\xed\xd1\x42\xef\xcc\xa2\xa1\x1f\x8b\x1b\x74\x41\xbb\xe3\x66\xdc\x95\xf9\xbf\x40\xba\x87\xee\xc3\xe7\xfb\x6f\xad\x60\x64\x9c\xa7\x32\xad\x0c\x7b\x40\xcb\x75\x33\xd7\x6b\x6b\xac\x77\x03\x66\x19\x25\xdf\xd2\xbc\x2c\x67\x4a\x1b\x14\xa0\xae\x1e\xba\xb9\x1b\xf0\x61\x4e\x71\x19\x56\xe8\x3c\x85\xaf\xd2\x81\x5e\x90\x8f\x24\xe0\x7a\x3a\xa3\xf0\x59\x94\x18\x51\xc6\x06\x56\xe0\xec\xb3\x28\x71\x9c\x91\xc8\xb4\xeb\x35\x40\xcf\x4a\x43\xe1\x7e\xfe\x6e\x32\x18\x5e\xf4\x26\xc3\xe1\x45\x5b\x0e\xa8\xcd\x59\x94\x72\x97\x28\x01\xcb\xcd\xc6\x93\x13\x07\x74\x4f\x4f\x82\x4d\x39\xf9\xf2\x08\xa5\x59\x73\x1a\x57\x78\x21\x3a\x51\x02\x15\xbb\xde\xe3\x6e\x34\x7f\x54\xb7\x79\x36\x84\x1e\xf9\x9c\xf1\x13\x09\xac\x85\x8e\xb4\xee\xb1\x42\xbd\x1a\x96\x27\x7d\xd6\x48\xa0\x8a\x63\x73\x96\x47\x53\xbc\x5f\xb6\x39\x39\x73\xd0\x4a\x1c\xf9\x20\xe4\xa1\xb6\x06\x4b\x6c\xdd\x31\x8e\x5d\x66\x70\xb2\x5c\x05\x2d\xde\x81\x71\xe7\x8e\x0d\x63\xa2\x50\x95\xc3\xb1\x32\x7f\xfb\xf9\xf6\x0e\x4c\xac\xfa\x26\x7a\x66\xec\xc8\x1a\x9a\x14\x19\x6f\x37\x2c\x5f\x6f\x03\x67\x89\x2b\xfb\x57\xba\x78\xd1\xf5\x6a\xf4\x4b\x9b\xa8\xa7\x5d\xd8\x7f\x9b\x31\x01\x60\x0e\x26\xa4\x44\xf7\x35\x30\xa1\x91\xf2\x2d\x06\x1d\xac\x55\x50\xf6\x7c\x41\x12\x76\x78\x6b\x24\x6f\x0e\x5a\x43\xe3\x2e\x84\xc0\xc3\x46\x35\xfd\xd9\xf2\x5a\x4b\x7a\xb4\x8b\x39\xdd\xaa\x13\x59\xdd\x0e\x6e\xde\x72\xa2\xea\xe6\x46\x4c\xe1\x0b\x3c\x26\xf3\x28\xa9\x46\x85\x92\x02\x5b\x22\x41\x15\xa8\x20\xca\x3f\xee\x80\x4d\xe1\xa9\x61\xb0\xd5\xb1\x92\x2b\x8e\x60\x20\x5f\xd7\x0e\xba\x79\x05\x69\x15\xd6\x33\x8f\x8f\x9e\x13\xea\x4a\x63\x92\xa5\x9c\xc1\x55\x1d\x7e\xff\x48\x9c\xe6\x26\x78\x7a\x8f\xc7\x98\x2c\x5a\x90\xb9\x5b\xa6\x0d\x01\xb8\xa0\xb7\xa5\x00\x5e\x63\xeb\x01\xb6\x5c\xc5\x8d\x5c\xcc\x33\x38\x1b\xb0\x0d\x05\x30\xb1\xe8\x8e\x04\xc4\xc6\xe5\x4d\x0f\x48\xef\xa3\xf3\xf6\x4b\xdc\x2d\xe0\x47\x44\x2d\x5c\x1b\xce\x46\xf1\xe0\x91\x85\xdc\xd0\xd2\x4d\xbd\x6d\xd5\xd5\x9b\xf7\xd3\x9e\x29\xdf\x1a\xf3\x8d\x83\x4c\xd3\x15\xc6\x61\x42\x57\x8c\xa3\x12\xe8\x2b\x8f\xa3\x45\xe7\xab\x7b\x7c\xe7\xb2\x76\x05\xe1\x70\xe3\xae\xba\x8e\x42\xe0\x7f\x6f\x47\xad\x9c\x9b\x74\x94\xee\x05\x77\x76\x22\x30\x23\xa4\xd7\x8d\x49\x83\xf4\x0f\xcd\x0f\x70\x13\x8a\x31\x46\x78\x2b\xae\x34\x66\xf2\xa9\x88\x6b\xde\x34\x6d\x0c\x7a\x20\x82\x9d\x57\x4c\xa1\x59\xa7\x6f\xac\x95\x1d\x79\xfd\xfa\x75\xcb\x3e\x24\x95\x14\x24\x6b\x5a\xa9\xe5\x0f\x38\x5f\xe0\xc6\xed\x49\x62\x80\x41\xd7\x23\xc0\x81\xa9\xe9\x45\xb1\x1c\xcd\x49\xf9\x73\x96\x37\x49\x49\x0a\xb0\x62\xa5\xfb\xf2\xeb\xaf\xbe\x5b\xb4\xca\xa1\x2a\xb7\xe2\x8a\xf6\xac\x23\x8e\x73\xfd\xad\x14\x3f\x81\x9e\x26\x15\x1d\x46\xea\x41\x16\x9b\x60\xb0\x84\x8d\x14\x90\xfd\xad\x42\xfc\x00\xe6\x96\xb4\xc5\x07\x17\x42\x1d\x25\x8c\x3c\xad\x60\x55\xba\x14\x4c\xab\x00\xb8\xec\x54\x95\x6d\x35\x6a\x1a\xf4\x6a\x8c\x44\x25\xba\x62\x80\x96\x67\xee\x57\x66\xa1\xca\x12\x5a\xf3\xe6\x8a\x76\x32\x5e\xbf\x7e\xed\x02\x33\xea\xd7\xaa\x94\x84\x69\x0c\x9a\x26\xc0\x37\xb7\x70\x60\x31\xd9\xa4\xb2\xbb\xce\x47\xb3\xa2\x23\x4a\xba\x52\xeb\x6a\x9a\x8e\xca\x85\x4b\xd2\x51\x54\xe8\x8a\x0a\xde\x01\x60\x94\x7c\xdd\x72\x18\x09\x72\xdd\x0f\x56\x68\x63\x4e\x52\xd3\xba\xc5\x69\x81\x43\xdc\xb0\xfe\x59\x54\xcc\xf2\xa8\xac\x1d\x43\x05\x4c\xab\x9d\x61\xf5\x1e\x89\xdb\xd9\x9a\x0e\xf9\x41\x9a\xcf\x19\xfc\x3a\xd8\x3c\x5c\xac\xde\xc3\x69\x54\xbc\xcb\xc9\xb8\x16\x67\x15\x30\x37\x56\x02\xaf\xde\x4b\x1e\x76\xa8\xa8\xeb\xa5\x84\xb9\x61\x1b\x23\xed\x0a\xad\xa6\x99\x6a\xb0\xaf\x44\x43\x22\x26\xc3\x3f\x98\xad\x4d\x5d\xdf\x6c\x50\xad\x45\x9d\x85\x18\xd7\x2e\x83\xb1\xb2\x63\xd0\xae\x34\x47\xc4\x78\xb1\x10\x8d\xcb\x2c\x17\xe2\x8f\xb0\x7c\x00\x33\xe2\x00\x51\x58\xc3\x96\x98\x43\xfb\x1a\x9b\x08\x4b\x07\xe7\x29\x6a\xa0\x3d\xb7\x63\x50\x07\x39\x06\x4b\x25\x78\x3c\x76\x60\x99\xd3\x6b\x71\x8a\x98\xf5\x84\xaa\x87\xa2\x42\x84\x9b\xb7\x6e\xec\x02\x61\x8e\x31\xc0\xe5\xac\xd7\x0f\x5c\x92\x7d\x9d\x4d\x35\xd9\xb8\x5d\x97\x7c\x03\x55\x86\x18\xf5\x2e\xf4\x05\xf6\x7b\xbc\xc0\x60\x9a\x64\xa3\x28\x19\x50\xa4\x0e\x22\x37\x99\xc7\x3c\xf3\x35\x49\xc6\xd1\xe2\xed\x4d\x9b\xa5\x85\x9d\x46\x59\x62\x5d\x93\x9a\x55\x8a\x6a\xd0\x7e\xfa\xa0\xc7\x94\x12\x05\x7a\xfe\xe9\x69\xf2\x46\xf5\xb2\x9c\x29\x7b\x3e\xcb\x30\xa7\x13\x6e\x3e\x0d\x3a\x8e\x81\x10\x37\x50\x57\x96\x39\x9d\x70\xeb\x1b\x48\x60\x73\xda\x09\xb7\xbe\x63\x9f\x92\x16\x3a\xe1\x36\x2b\x42\x46\x51\xda\x09\xb7\xb7\x03\xd3\x7c\x10\x3e\x39\x92\x3a\xe1\xce\x0e\x7c\x0b\x33\xa2\x4e\xb8\xc3\xaa\xe7\x9c\xbd\x13\xee\xb0\x6e\x89\xcb\xde\x4e\xb8\x43\x1b\x14\x46\x40\x9d\x70\x67\xfb\xfa\x34\xd8\xfe\xee\xde\x1e\xf1\xde\x1e\xf1\xaf\x6d\x8f\x58\x65\x8c\xf8\xff\xb1\xf7\xee\x6b\x6d\x23\xcb\xe2\xe8\xdf\xc9\x53\xf4\xcc\xef\xac\x89\x1d\x04\xf8\x0e\x21\x61\xf6\x26\x06\x02\x2b\x21\xf0\x03\x32\x33\x6b\xf3\x31\xf9\x64\xab\x8d\x95\xd8\x92\xb7\x24\x83\xc9\x84\xf5\x3e\xe7\x39\xce\x8b\x9d\xaf\xab\x2f\xea\xab\x2c\x73\xc9\x64\x66\xc1\xda\x3b\x63\x49\xdd\xd5\xd5\xdd\xd5\xd5\xd5\xd5\x75\xb9\xb3\xcd\x7c\x79\x33\xc1\x12\x36\x80\x50\xee\x3d\xce\x1e\xd2\xc4\x1e\xde\xce\x37\x59\xc9\x8d\xeb\x6f\x63\xb3\x52\xc2\xa4\x7e\x75\x75\x35\x8f\x49\x63\x8b\x73\xc3\x12\x36\x12\x16\x0f\xe0\x70\x36\x44\xfe\x24\x94\x70\x7f\xa0\x03\x89\x99\x8c\x5e\x13\x78\xd4\x8c\xf5\xb7\x15\xae\x30\x4e\x74\xdd\xb8\xd1\x8a\xab\xd0\x02\x02\x9f\x2c\x7e\x19\x9b\xda\x7b\x9c\x59\x36\x35\x75\xf3\x92\x77\x97\x9b\x73\xaf\x55\x7b\xdc\x2d\x1e\x77\x8b\xbf\xf7\x6e\xf1\x9d\x5a\xaf\xdf\x9f\xa1\x79\x49\x3b\xf8\xdc\x94\xf3\x08\x27\x69\x1c\xf9\xa3\x47\x7b\xce\x87\xb6\xe7\xbc\x29\x67\xe1\x17\xe1\xab\xdc\x6c\xb0\x48\x3f\x9c\x17\x34\x55\xc4\x13\x36\xab\x1f\xad\x85\xee\x70\x43\x19\x8e\xc9\x46\x70\xec\x5f\xbd\xc5\xf3\x6e\x2e\xe4\xa2\xcf\xbc\xa7\x4f\x9e\xe8\xb8\x19\x05\x0a\x3c\xd3\xca\xdf\xc4\x99\xed\x88\x0f\x92\xe1\xde\x93\x27\x25\xef\xa6\x4b\x5f\xc1\xe1\xfe\x31\xee\xc7\x97\x34\x38\x54\xd1\x9d\x15\x2f\x67\xc5\x55\xfd\x5a\x30\x20\xd3\x68\x14\xf7\x3f\x97\xa3\x14\xa5\x6c\x01\xb1\xb8\xca\x95\x31\x78\x2c\x37\x6e\xce\xd1\xbb\xe7\x9b\xef\x7c\xee\xe7\x5e\x7f\x2f\x72\xcd\x69\xbb\x36\x76\x76\xa9\xfc\xfc\x94\x9b\x9d\xe2\xb9\x59\xe4\x2e\x53\x9f\x1b\x0d\x79\x9b\x64\xcd\x1a\x96\x1a\x91\x16\x6f\xfe\x56\xa1\x20\xe9\xf6\x84\x53\xb5\xeb\xb6\xc3\x79\x29\x22\x81\x93\xe5\xdd\x87\x3b\x1f\x6c\xcd\x51\x0b\xe7\xd3\x21\x17\x76\x88\xe5\xa6\x5c\xce\xb7\xdb\x5c\x38\xb7\xa8\x88\x34\xad\x90\x2e\xa7\xd7\x1f\xe5\xf4\x47\x39\xfd\xef\x2d\xa7\x33\x21\x3d\x1d\x3a\xb4\x3a\x73\xc4\x6f\x9c\xe0\xe9\x98\x80\xfe\x79\x8e\x12\xa8\x1f\x27\x78\x25\x8c\x55\x39\x7d\xad\x74\xe0\x84\x92\x8e\x96\xf3\xfc\x35\xa1\xd0\xc9\x70\xf8\xe0\xda\xa1\xef\x47\x1e\x27\xdc\xf1\x64\xa8\xdc\x6e\xe0\x2b\x16\x74\x7a\xf7\x5b\x5c\xe8\xa4\xc3\xf9\x17\x3a\xe9\x10\x2e\x74\xa8\xe0\xb2\xc8\xbd\x4d\x91\x9c\xef\xde\x9c\x0c\xf1\x40\xda\x9a\x2e\xad\x37\x75\x4c\x44\x48\x87\xc3\x8f\xf6\x02\xaa\x51\x08\xb2\xe8\xb2\x8a\x1a\x0d\xa3\x41\xec\x6e\xd1\xf2\xf5\x6e\xcd\xa5\x38\x3b\xf0\x67\x8c\x08\x4e\xc2\x2f\xfa\xe5\xb0\xd4\xf6\xbc\xa2\xaa\xd5\xcf\x6d\x10\x09\xa3\xa3\xf8\xd7\x62\x04\x6c\x45\xee\xd6\xf0\xd8\x4f\x3e\x9f\x26\xd3\x34\xc3\xc1\x11\x36\x2e\x83\xa5\xe6\x8b\x0b\xde\x0d\x89\x08\x13\x99\xee\xc8\x0f\x0b\xda\x77\x96\xb9\x1b\x05\xf8\x41\x70\x94\x84\x97\x7e\x86\xe9\x91\xd0\xd1\x7a\x51\xb1\xbb\xf5\x9d\x26\xfd\x9a\xdb\xfd\xa2\x62\x77\x43\x60\xe8\xa7\x73\x5b\x77\x96\xb9\x5b\xd3\x17\x38\xa3\x1b\x7a\xe1\xd8\x17\x94\xba\x7b\xf3\x25\xe6\xbe\xa8\xd8\x9d\xe9\xfe\xe4\x7a\x5c\xd8\xb8\xab\xc8\x9d\xa9\x7e\x5e\xc3\xae\x22\x77\x1d\x72\x22\xc7\x65\x98\x82\xde\x4d\xe2\xf1\x91\x9f\xa6\x57\x71\x12\x14\x8d\x7f\xc9\x3a\x77\x5e\x07\xf3\xc6\xc4\x55\xe4\xce\x64\x38\xaf\x61\x57\x91\xfb\x60\x3d\xf3\xda\x2e\x28\x65\x6f\x5e\x3c\xac\xae\xa2\x74\xda\x83\x9b\x37\x9a\xd2\x78\x1a\xe5\xcf\xe3\x30\x4d\xc3\xe8\xe2\x69\x69\x6c\x27\x71\xaa\x5f\x5d\x49\x58\x5a\xbe\x5a\xf4\x14\xa8\x58\xef\x88\xe6\xdf\x72\x9d\x0c\x87\x52\x02\x31\xcd\xf6\x42\x39\x45\x6b\x96\x11\xad\xc6\xe3\x19\xfa\xf1\x0c\xfd\xf7\x3e\x43\xe7\x77\x5d\xbd\x2f\x5f\xb4\xbb\xae\xad\x11\x9e\xa1\xd7\x38\xc1\x17\xe9\x17\x3f\xfd\x12\xa2\x57\xfe\x08\xcf\xfe\x3b\xc9\x06\xe9\xca\x70\xaa\x1e\x87\x3b\x2c\x9a\xe9\x31\x1e\xe0\x04\x47\x7d\xbc\x81\x48\xfb\xe9\xc6\xea\xea\x45\x98\x0d\xa7\xbd\x95\x7e\x3c\x5e\xe5\xa7\xee\xd5\x8b\x78\x59\xfc\xee\x8d\xe2\xde\x6a\x7a\xe5\x27\xe3\xd5\x30\xca\x70\x12\xf9\xa3\x55\xd2\x25\x3c\xcb\xf8\x7f\x57\x2e\xe2\xff\xf3\xae\xd9\x7c\xe0\xab\xb1\xfc\xbe\xeb\x84\x60\xf3\x37\x3f\x5c\xc3\x8f\xbf\xc4\x65\x17\xb5\x7c\xc5\xd9\x55\x9c\x7c\x3e\xc6\x10\xaa\xb6\x48\x51\xae\x17\x37\xb5\xe5\xbd\x2f\x5f\x3e\x16\x94\xba\x8b\x6f\xde\x75\xd4\xdf\x89\xfc\xde\x08\xcf\xc3\x52\x2a\x69\x47\xd0\x5e\xe0\x2e\xb8\x5d\xf9\x93\x92\xb8\xe5\x25\x1d\xb8\x59\x0b\xdc\x01\xb7\x20\xbe\x8a\x58\x14\xe2\x22\xc4\x78\x31\x3b\x56\x96\xaf\xe5\xdd\x4d\x1d\x88\x4d\x27\x25\xd0\xa2\x85\xec\x48\x19\xdf\xee\x8c\x52\x82\xb3\x24\xc4\x97\xf3\x22\x40\xf0\x62\x76\xb4\x2c\x5f\xef\x42\x5a\x19\xd9\xed\xe6\x10\x15\x29\xe3\x20\x27\xed\xd3\x9d\x87\xe8\x02\x97\x70\x67\xb6\xe3\xa2\x7e\xb8\xc3\x98\xd0\xec\x0d\x73\x62\xa4\xda\x71\x50\x3f\xdc\x79\x34\x58\xc2\x96\x62\x64\x68\x21\x3b\x3e\xc6\x37\x8e\x52\xab\x14\x4a\x05\xb7\xba\x86\x8a\x53\x67\xcb\xd2\xed\x5f\xce\x0f\xa5\x97\x39\x23\xca\x5f\x72\x3e\x20\xdd\x38\x4e\xd4\x67\x4e\xfd\x12\x20\x42\x82\xf9\xe3\x05\x96\x2e\x26\x27\x53\xe9\x41\x92\xc5\x1f\xf4\x9a\x71\x18\x5e\x3a\x7d\x63\xc8\x9c\xc0\x77\xe7\x19\xb2\x18\xb6\x45\x29\xab\xc0\x86\xef\x8e\xe3\x95\xe5\x7c\x45\x84\x25\x5b\xb0\x5b\xeb\xbd\x64\xf3\xf1\x4c\xf5\x78\xa6\xfa\x7b\x9f\xa9\xd8\x81\x8a\x5f\x10\x7d\xdb\x28\xed\xb7\x31\xac\xe6\xde\x51\xfe\x24\xe4\xc2\x38\x4d\xf1\x97\x0d\x8b\x2c\xd0\xe8\x75\x59\x61\x54\x4a\x5e\x3a\xbb\x9e\x10\xf9\x80\x45\xa0\x7c\xf9\x54\x62\xe0\x61\xd6\x1f\x56\xc8\x77\x3d\xb7\x48\xdf\x4f\x31\x7a\x46\x28\x3e\xcd\x9e\x6d\x28\x9f\x60\xb2\x92\x8b\x74\x25\x1d\x86\x83\xac\xa2\x25\x14\x41\x46\x72\xc0\x9a\x59\x80\xb1\x64\x70\x5f\x8b\xf0\x15\x8d\x40\x45\x2f\x64\x5f\x5a\xd0\x98\xe0\x28\x08\xa3\x8b\x07\xc7\xe3\x88\xb6\x23\xdb\x10\xd9\x90\x62\xa1\x03\x4d\x6c\x34\x70\x46\x65\x9a\x60\xe5\x46\x92\x0e\x44\xa9\xf9\x96\x84\x0c\x9a\x2e\x23\x28\xa4\x60\x91\x9d\x2c\x52\x75\x14\x46\x69\xe6\x8f\x46\xa5\x5a\xd6\x4a\xdb\x7d\xdd\xdd\x85\x0a\xf0\xb8\xc0\xd9\xbb\xf8\xa2\x44\x40\x31\x52\xca\xe9\x63\x4f\x5b\xd4\x8a\x14\xb4\x3a\x89\xe7\xc6\xe1\x20\x45\xe6\xb4\xd7\x1d\xfa\xd1\x05\x2e\xd1\xa4\x4d\xf8\xa0\x20\x64\x93\x2c\x65\xf4\x14\x41\x88\x74\x4c\x6a\x24\x1e\x8d\x64\x79\x60\x61\x7e\x93\x0e\x87\x2b\xc0\x1a\x0d\x76\x93\x0e\x4d\x76\xe3\x16\x9f\xe6\xdc\xd2\x18\x64\x80\x8c\x5b\x1a\xc5\x92\xe0\x5e\xd5\xf4\x6e\x62\x44\x36\x4d\xfd\xc3\x21\x62\x92\x2e\x32\xae\x29\x68\xb3\x0c\x07\xbd\xe8\xdd\x9a\xd7\xc8\xf8\x1e\xda\x96\x49\xcf\x90\x44\x29\x0e\x38\x1b\x6e\x90\x7f\x28\xb0\x74\x38\xdc\x20\xff\x50\xe1\xd5\x96\x90\xa1\xd5\x7a\x14\x49\x1f\x45\xd2\xbf\xb9\x48\x9a\xeb\xf9\xb9\x8f\xf5\x3d\x65\x8b\xa6\xfe\xe1\xc7\xf8\x82\xcc\xb3\x9f\x6c\xf5\x42\x47\x5e\x82\x74\xf5\x8d\x5a\x14\x12\xfd\x73\xf5\x7c\xd8\xf7\x27\x32\x10\x17\x8c\xfd\xee\xd6\x91\x09\x41\xc2\x84\x39\xa2\x33\xeb\x65\xb4\x89\x9e\xd5\x66\xfd\x4e\xf0\x22\x68\xf4\x83\x56\xeb\x85\xbf\xd6\x6e\xf5\x5b\x2f\x5a\x8d\x4e\x0b\xd7\xd7\x6b\x2f\xfa\xed\x1a\x6e\xb6\x82\x4e\xab\xdd\x69\xf4\x9e\xe5\xb8\xd8\xc0\xf8\x75\xbf\x5e\xaf\xf7\xfa\xb5\xb5\x56\xff\x45\x7f\xe0\xaf\xad\xd7\x07\xb5\x7e\x73\x1d\x77\x9a\xbd\xa0\x5d\xef\xbf\xa8\xf7\xd6\xfd\x41\xad\xf6\xcc\xcd\x9b\x28\x8e\x1b\x92\xa4\xeb\xf7\xc2\x0d\xcb\x20\xe6\x9c\x90\xb9\xc1\x6f\x58\xfb\x47\x77\x7a\x5a\x98\xa0\x6d\x40\xd6\xc7\xd5\x02\xd7\xec\x2e\x85\xaa\x70\xcc\xe2\x59\xfc\x71\xa3\xee\xfd\x38\x67\x9e\x7e\xdc\x68\x10\x66\xdb\x7e\x64\xb6\x8f\xcc\xf6\xef\xcd\x6c\x73\x5e\xcb\x95\x5f\x1a\xb3\x2d\x32\x4c\x1e\x24\xf1\x17\x3c\xf6\xa3\x95\x00\xff\xfc\xad\xd2\xf9\xeb\x17\xa4\x77\x49\xd7\x4f\x15\x89\xd2\x77\xfa\x42\xc9\x48\xa0\x95\x48\xf5\x12\xb7\xc9\xbd\xbf\x78\x86\xff\x82\x6c\xfd\x7c\x2c\x1e\x3e\x5f\x7f\xd9\x1c\xdf\x77\x4e\xf1\x6d\xe9\x52\x41\x92\x6f\x5b\xe8\x16\x6d\x84\xff\xcb\xf6\x96\xd6\x85\x74\xdb\xdf\x49\x7a\x6d\x67\xbf\xef\x29\xc1\xf6\x0f\x9b\x94\x70\xb4\x57\x64\x43\x19\x84\x11\x0e\xee\x92\x81\x9b\x67\x8e\xcd\x62\xc4\xd2\x56\xe7\xe9\xac\x21\x1d\xb7\x38\x6c\x8b\x84\xac\x2b\xe8\x80\x6c\x6c\x21\x4e\x19\x25\xc1\x30\x69\x63\xa9\xe5\xc0\x9e\x9b\x4d\x9f\x8f\xeb\x2e\x1b\xa9\xaf\xef\xa7\xa3\xd1\x8d\x64\xec\x1e\x0e\x10\x9e\x85\x29\x14\xb7\x0e\xb9\xd6\x62\x61\x4e\x79\x9e\xc1\x86\xb7\x46\x73\xd8\xc8\x79\xf7\x97\x51\xfd\xbc\xea\x48\x33\xbf\x32\x89\x27\x95\x2a\xe4\xad\x66\xf7\x5e\x84\xff\xc3\x7a\x82\xd1\xfa\x41\x16\x6e\xd4\xe1\xa6\xf6\x0d\x39\x66\x59\x6c\x27\x45\xd5\x0e\xc2\x45\x8c\xec\x15\xef\x85\x93\x1a\xcb\xa7\xef\x86\x3a\x42\x94\x44\x3c\x41\x49\x9e\xce\xfb\x0d\xce\x2a\xd2\xe9\x1c\x47\xd3\x31\x4e\xfc\xde\x08\x6f\xa0\x2c\x99\x62\x53\xf5\xe7\x8f\x71\x5a\x98\xaa\x5b\xca\xe7\x0d\x85\x41\x79\x8b\xa4\x1c\xde\xe9\x9c\x24\xde\xa9\x96\xc5\x3b\x75\xa4\xf1\xd6\x8b\xbc\x54\x34\x62\xa2\xf9\x3a\xcf\xde\x4f\x3b\x61\xcf\xee\x12\xf7\x3e\x79\x50\xde\xa3\x43\xc6\xfa\x42\xe0\xfb\xe9\x75\xd4\x7f\x03\xfb\x0d\x11\x79\xa1\x0b\xd5\x73\x25\x27\xfa\x16\x2b\x52\x91\xdc\x34\xb4\x6a\xca\x24\x01\x08\x95\x65\xc0\xed\x32\x5a\x02\x1c\x56\xfa\x43\x3f\xd9\xca\x2a\xb5\xea\x4a\x16\x7f\x98\x4c\x70\xd2\xf5\x53\x5c\xa9\xf2\xcf\x90\x55\xb9\x52\xaf\x3a\x37\x1e\x3e\xb3\xee\xcc\xa3\xf9\xc6\x9d\xa7\x51\xe5\x11\xd1\x78\x8d\x0b\xd2\x21\x73\xc5\x08\x01\x45\x49\xb0\x2d\xde\xda\x52\x6c\xab\x8a\x1e\x9e\xd9\x5e\x54\xa1\xdb\xbd\xa4\xb1\xc9\x53\x71\x17\x75\x90\x8f\xfa\x62\xbd\xcc\xef\xfa\xdd\x41\xc0\x50\x6e\xe6\x64\xed\x10\x4d\x7b\xbe\x60\xaf\x4a\xa6\x47\x57\x53\xa2\xdb\x07\xdb\x4c\x8a\x7e\xa3\x66\x2f\xbf\xc0\xd9\x82\xc9\xcb\x2f\xb0\x6b\x3b\xf9\xbe\x73\x97\x5b\x88\xa3\x7c\xf6\x72\xdd\x6c\x6e\x43\x96\x47\x4d\x25\xf9\xd9\xb9\xaa\x5e\x27\xd3\xc4\xaa\x68\x9b\x55\xc9\x44\xe8\xf2\x94\x3d\x54\x3a\x74\x3e\x40\xd2\xc1\x5c\x8b\xd9\x43\x8e\xd8\x9d\xc7\x23\xf6\xe3\x11\xfb\xef\x7d\xc4\x96\xf4\x99\x8c\x43\x8c\x19\x4b\x57\x4f\xda\xff\xc4\x83\x41\x82\xaf\xd1\xaf\xe1\xa8\xff\x19\xa3\x57\x9f\xf0\x60\xe0\x8a\xd6\xb3\x50\x68\x9f\x03\x3f\x21\x47\xf8\x43\x3f\xea\x63\x1f\xca\xda\x82\xfa\xdc\x22\x0e\x10\xab\xf2\xc6\xbf\x44\xbf\xc6\x71\x80\x5e\x5d\x38\x0f\xf9\xad\xfc\x90\xff\x4f\xc6\x4d\x15\xe7\x61\xc6\x62\x8b\x52\xda\x5a\x02\xd5\xe9\x59\x68\x6d\x29\x68\x71\x92\xc4\x5a\xf0\xa0\x55\xfa\x8e\xda\x20\xd0\x6d\x67\x3f\x7b\x96\x92\x8d\x71\x12\x47\x69\xd8\x1b\x51\x02\x9b\xf8\xe0\x44\x82\xc6\xec\xce\x87\xec\x45\x93\x24\xbe\x0c\x03\x9c\xa4\xa2\x96\x3f\x4a\x63\xb3\x6a\x3c\x1a\x91\xaa\x84\xda\xb8\xf5\x38\x8a\xe2\x80\x7e\x0d\xa3\x7e\x3c\x96\x21\x13\x60\x2c\xa7\x00\xbd\x72\xcd\xc2\x31\x26\x8b\x2d\x4c\x51\x1d\xa5\xb8\x1f\x47\x01\xec\x8e\x61\x74\x31\xc2\x59\x1c\xc1\x70\x92\xee\x15\x1c\xf4\x39\xaa\xca\x71\x9f\xbf\x44\x9b\xa2\x2b\x92\x9e\x81\xb4\x0d\x1a\xe0\x1b\xe9\x25\xc7\x45\xd6\x3a\x38\x0f\x7f\x44\x42\x19\x26\x71\x14\x4f\xd3\xd1\x35\x84\xc1\x70\xec\xc3\xe4\x93\xe5\x3c\x82\x02\x3f\xf3\x9d\x27\x64\xb5\xb7\x8a\xca\x23\x0a\x94\xce\x13\x30\xf2\x49\xed\x07\xa5\xf7\x4a\x72\xc3\x38\x4a\x63\xb2\x75\x11\xa2\xa8\x50\xd2\x58\xd9\x8f\x2e\xfd\x51\x18\x1c\xb1\xf2\x15\x59\xe6\xe1\x5e\xd8\x30\x18\x92\x84\xaf\xee\xf1\x8c\xcc\x57\xb2\xf8\x88\xbe\x03\x94\x56\x68\xef\x3d\xe8\x26\x33\xb6\x90\xce\x2f\xec\x54\xbe\xa9\xce\x15\x15\x66\x19\x68\x7e\x55\x0e\x9d\xe2\x8d\x84\xe9\x2f\x04\xdd\x63\x4a\x85\x58\x08\x6a\x52\x37\xb3\x61\x12\x5f\x21\xb5\x7b\x7a\x79\xa5\x3b\xac\x9b\xf4\xd3\x4a\xa9\x93\xbf\xbf\xd0\xec\x83\x34\x5b\x48\x02\xfa\xb9\x54\x48\x3f\xf3\x89\x01\x80\x1b\x14\x21\x05\xcf\x2d\x45\x1b\x3c\x75\xa6\x24\x1b\x17\x51\xc7\xfd\x10\x82\x39\xf7\x54\xee\x67\x20\x4b\xc8\xf3\xa4\x53\x38\x49\x74\x11\xdf\xd2\x9b\xaa\x6e\x6e\x43\xfe\x14\x38\x8b\xd0\xd8\xfc\x21\x33\x6a\xcb\xed\x1b\x42\x2e\xcb\xf6\xaa\x90\xa0\x1e\x9c\xd3\x7d\x6c\xb0\x51\x63\xd1\xc9\x80\x14\x78\x4d\xbe\x5b\x94\x4c\xb4\xde\x7d\x10\x26\xb4\xf0\x9d\x11\x26\xe0\x24\x53\x27\x67\x32\xb7\x23\xc5\xf4\x1e\x68\x51\xa5\x41\xae\x67\x83\xd9\xa8\xf0\x56\xee\x44\x7a\xe9\x3c\xda\x53\x3a\x24\x88\x0e\xcd\xd9\xfe\x70\x26\xf6\x55\x22\x6d\xf2\x33\x21\x13\xf9\x0c\x8a\xcb\xf8\x54\xd9\x55\x73\x85\xb4\x24\xea\xaa\xbb\xbe\x73\xbb\x9f\xb7\x73\x67\xe4\x48\xc5\x04\x17\x1d\x51\xf2\xed\x48\x7c\x9a\xcb\xb1\x69\xec\xff\x1b\x80\xb6\x1f\xcc\x5d\x32\x96\xaf\xc2\x2c\x89\x63\x92\xc5\x41\x8c\xfa\x23\xec\x47\xd3\x09\x8a\x00\x3e\x19\x60\x71\x6c\x2f\x1a\x2a\x09\x7b\xcb\xca\xa3\x48\xca\x01\x51\x44\xe3\xea\x58\x12\xe1\xe8\x8c\x96\x3e\x27\x42\x12\xa9\xbe\x81\x28\x90\x30\xd8\x30\x00\x6d\xd8\x40\x6e\xe4\x3f\x6f\x78\x4e\xec\xd5\x55\x7d\xf4\x15\x06\xc0\x04\x30\x75\x37\x67\x08\x55\xc4\x0a\x9f\x33\xb9\xf1\x44\x08\xa5\x44\x04\x65\x66\xb4\x70\xba\xb9\x08\xc9\x91\x2e\xd4\x75\xc7\xa4\x8e\x65\xce\x8d\xb9\x2d\x1c\x79\x01\x42\x25\x52\xa8\xcb\x3b\x44\x2d\xcb\x2c\x83\xfc\x52\x1a\x9e\x1c\x7f\x36\x3a\x15\xa6\x51\xfd\x8c\xaf\xd3\x4a\x5e\xb7\xca\xb5\xbc\x90\x2c\x1e\xfd\xf4\x13\x72\x8d\x21\x21\xa6\xe4\x94\xbe\xaf\x28\x85\x5e\xaa\xe3\xac\x0b\xc0\x05\xe3\x9d\xef\x3e\x09\x26\xbc\x80\xc8\xff\x7c\xd8\xc7\xb8\x3f\xf4\xa3\x30\x1d\xf3\x63\x68\x31\x73\x00\x00\xc5\xc3\x4b\xdb\x90\x07\xf6\x33\xc6\x13\x91\x3f\x80\x77\x76\xf5\xf9\xa7\x74\x18\x46\xa4\xa1\x59\x3f\x1e\x4f\x46\x78\x16\x66\xd7\x1b\x6d\x38\x92\x91\x02\x84\x20\x2a\x64\x73\xf8\x8c\xaf\xa9\xa6\x40\x8c\xa6\x34\x5e\xab\xab\x28\xc1\xe3\xf8\x12\x23\x7f\x34\x82\x5e\xa5\x1e\xc2\xb3\x3e\x9e\x64\x20\xf6\xb3\x57\x72\xf9\x6c\x88\xaf\x51\x84\xe9\x88\xf4\x30\xab\x1f\x90\x1e\x4f\xfd\xd1\xe8\x1a\xf5\xae\x61\xc8\xc8\xf0\xb0\x54\x00\x40\x33\xbf\x92\x0d\x29\x8c\x2e\x2a\x55\x69\x1f\xa8\xfc\xa0\xf4\x0e\x7d\xfd\x4a\xf0\x5d\x09\xa3\x00\xcf\x0e\x07\x15\x70\x53\x24\xc4\xf6\xf1\x59\x15\x26\x7f\xb9\xae\x6f\x10\x12\x85\x7d\xc6\xd7\xe7\x2b\x62\x25\xea\xe6\xd0\x26\x45\x92\xf2\x86\x69\xf2\x5f\x98\x3c\xe1\x94\x49\xe6\xbd\x4f\x6d\x73\x51\x1c\x95\xe1\x09\xd4\xa4\xb6\x88\x26\x99\xc5\xb0\xa9\x02\x75\x50\x21\xea\x10\x70\x96\xce\xa4\x38\x53\x7a\x4f\x00\x4b\xaa\x48\x0f\xf5\x57\x76\x4e\xf7\x3e\x1e\x1d\xbe\x7b\xb7\xff\xfe\xcd\xc7\xd3\xfd\x83\x9d\xc3\x0f\xa7\xf2\xf1\xa8\xcc\x0c\x98\x42\x95\x22\x31\x3d\xc8\xd1\xd1\x94\xc9\x08\x5e\xdb\x7e\xe6\xa3\x4d\x74\x76\xfe\x52\x7d\xbf\x0f\xee\xc6\xfc\x75\xb9\xa5\x2a\x00\xae\x4c\xa6\xe9\xb0\xa2\xd3\x3d\x13\xf1\x94\xd2\xfb\x41\x4a\x0b\x7f\xc6\xd7\x55\x63\x0c\x72\x80\x0b\x0c\x5e\x29\x71\x53\x40\x66\x8d\xf2\x25\x35\xf6\x27\x0a\x93\x0c\x81\x6c\x81\xa1\x00\x89\x11\xd2\x54\x87\xe9\xc0\x9f\x48\xaa\x0b\x49\xaf\xad\x7a\x8a\x53\xc1\x15\xb8\x46\xf5\x0f\x7d\x0c\x0e\xfc\xc9\x19\x54\x0b\x61\x8b\xe7\x23\x73\x06\xc5\xcf\x25\x8f\x74\xd1\xb8\xe2\x37\x8f\x16\x96\x99\x63\x55\x6a\x56\xc2\x9b\x9c\x1e\x6e\x1f\x6e\x70\x22\x43\xa3\xf8\xe2\xbf\x74\xa9\x3a\x76\xc8\xd5\x77\x95\xa4\x4b\x28\x0b\x52\xeb\xd1\x91\x7d\x5b\x19\xfb\x93\x8a\xcb\x58\x81\xff\x81\xfd\x62\x90\x8f\x32\x19\x7b\x76\xd4\x0b\x03\xd9\xf1\x46\x50\xc4\x67\x8c\xd2\x69\x02\x7a\x62\xce\xac\xc2\x14\xa5\x59\x48\xe8\x81\x72\x72\x1c\x20\x7f\x00\x0e\x42\x49\x12\x5e\xfa\x23\x6d\xaf\x55\x60\x92\x01\x01\xb7\x7f\xba\x34\xc2\xe0\x5c\x47\x31\xef\xd2\x4a\x3f\xb7\x07\x50\xeb\x88\x2f\x4e\x87\x19\xae\x3b\x91\x3f\xdd\x20\x3c\x62\x7a\x66\x4b\x8d\x81\x3f\x4a\xb1\x7c\xcb\xc6\xdc\x9e\xe6\x8e\xa9\x48\xe7\xcf\xda\x44\xb7\x80\x41\xe6\x05\x66\x5c\x5a\xb4\x8e\xc3\xff\x4b\x63\x3c\x7f\x80\x9a\x25\xc6\xb1\xbc\x62\x00\x29\x14\x26\xf5\x12\x2a\xaa\xa3\xa4\x2d\x76\xf7\x30\xa9\xb8\xb8\xf5\x0c\x48\xbe\xe4\x74\x65\x5c\x3a\xd6\x83\x6a\xa8\x37\x5e\x5a\xea\x25\x33\x75\x05\x53\x48\xff\xb8\xd1\x80\xd0\x3e\x4c\x19\xfe\xe3\x46\x13\xdc\x50\xd7\xca\xdc\x91\xb1\x98\x9b\x38\xcb\xc2\xe8\xc2\xee\xd9\x0b\x8c\x29\x90\x32\xd7\xa2\x4d\xe1\xb3\xf6\xd2\x28\x91\x47\x7a\x16\xf6\x41\xae\xa0\x45\xac\x51\xd6\x6f\x82\xf2\xfa\xe3\xb5\xde\xe3\xb5\xde\xdf\xfc\x5a\x8f\x45\xf4\x65\xa7\x96\xdb\x44\xf5\x9d\x67\x0e\xeb\xc8\x7d\xa1\xa5\xbe\x58\xc4\x70\x96\x2f\xe9\x3a\x3b\x1c\x6c\x05\x41\x0a\x43\x27\x76\x37\x3f\x02\xb5\x54\x8a\xa6\x54\xfc\x62\x4e\x6f\x1e\x11\xbe\xc2\x0c\x22\xe5\x21\x48\x0a\x40\x37\x55\xba\xdb\x3f\x7d\x2a\x9f\x0f\xd8\xf9\xec\xa9\xae\x24\x22\xdb\xe6\x53\x76\x6d\x25\x95\x93\x78\x15\x8d\xd3\xc3\x5d\xe9\x48\xb9\x38\x62\x0e\x57\x0a\x47\x63\x72\x13\x19\x7b\x8b\xaa\xd1\x25\x14\xd1\x7d\x9b\xf7\x34\xb5\x6c\x16\x36\x7b\x1c\xfe\xa7\xee\x5b\xfa\xf6\xe4\xd2\x5d\x0a\x0b\x41\x1e\x88\x08\x50\xfe\xe9\x27\xc0\x9d\x2a\xa6\xc2\xe8\x02\xb8\x71\x55\x81\xc8\xaf\x2f\xe6\xa5\x34\xa5\x10\x65\x2f\xe5\xdb\x76\x52\x48\x43\x23\x3f\x85\x66\x4e\x32\x32\xd9\x3f\x6c\x6e\x1a\x03\xcd\xff\x8c\x17\xab\xab\x34\x73\xbb\x42\x52\xb0\xd4\xb2\x64\x4a\x64\xb6\x24\xcd\x50\x1a\x53\x3b\xc7\xc9\x04\x58\x37\x9c\x9d\xfd\xe8\x3a\x23\x07\x7e\x0f\xf5\xf0\x80\x30\x00\xba\xc4\xf9\x15\x2a\x8c\x06\x55\x32\x6a\x7f\xe1\xa0\xf2\x83\x05\xeb\x9f\x7e\x42\xb6\x91\xaf\x1a\xf5\x91\x79\xdd\x40\x50\xb5\xb8\x47\x3b\x3b\x1b\x53\xbe\x19\xe1\x59\x86\xba\x47\x1f\x50\xff\xba\x3f\xc2\x9e\xe8\x26\x0c\xbb\xd8\x6c\xa0\x27\xd0\x65\x66\xb3\x34\x49\xe2\x3e\xe1\x59\x29\x1d\x1d\xa3\x15\xe9\x18\x2c\x96\x89\x6d\x2e\x2c\x1d\x61\xa4\xa1\x97\xba\xf1\x50\xad\x4c\xff\x2c\xc3\x4a\x49\xc1\x25\x9a\x49\xc6\x60\x4f\x05\x00\xdd\x8c\x4d\xd2\xc5\x56\x4c\x3b\x28\x47\xba\x5f\xdd\x12\xea\xc6\xcb\x85\xf0\xfd\xc0\xcb\xd9\x04\x7b\x2f\xeb\x90\xa8\xce\x00\x38\x0b\x59\x27\xdc\x4e\x72\xdf\x9a\x96\xd3\x99\x6b\xb3\xd8\x64\x5e\x93\xff\x90\xac\x6b\xda\x27\x72\xb4\xa4\x9c\x5a\xa2\x5c\x78\x69\x49\x2a\x27\xd6\xab\x74\xd2\x87\x0f\x7e\x10\x08\xdb\x2e\x29\xef\xa7\xf8\xae\x4f\x8f\x74\x70\x90\x58\x2c\x37\xde\x82\xf7\x92\xad\x38\x15\xe8\xc4\x48\xc8\x96\xbe\x79\xbb\x85\x16\x8b\xe1\x20\x7f\xa5\x6a\xa5\x72\x16\x04\x5a\x05\x0d\xf9\x52\x48\xc8\xb3\xe8\x96\x68\x0d\x02\x13\x2a\xe7\x8a\x34\x07\xd5\x82\xd1\xb6\x4a\xb5\x02\x21\xb7\x01\x1b\x91\xd5\xd5\x6c\x17\x44\xf6\x7d\xcc\x51\xfa\x28\xfb\xfe\xdd\x65\xdf\xdc\xa4\x8d\x27\xec\xbd\x2f\x1f\xdd\xfd\x9e\x1f\xa9\xd2\x6e\xd8\xf3\x85\xeb\x2d\x9e\x51\x75\x75\x91\xeb\xee\xc9\xd8\x4f\xb2\x1d\x56\x30\x77\xbb\x75\x5e\x8d\x81\x5a\x09\x9a\xe5\x7d\xd1\x74\xde\xd2\x6b\x71\x09\x76\x92\x25\x61\x74\x71\x03\xae\x2d\xb6\xf7\x44\x5a\xee\xf9\x91\xfc\xe9\x17\x7f\x34\xc5\x37\xe8\x92\xfc\x87\x5d\x87\x10\xc8\x03\x9c\xe0\x39\x37\xa4\x9e\x6a\x5e\x00\x41\x6a\x18\x4e\xaa\x58\x9c\x0d\x3d\xc0\x88\x48\xeb\x1e\x6d\xc9\xdc\xc2\x40\xed\x46\x47\x19\xb2\x4d\xf7\xfc\xa8\x92\xc5\x55\xa6\x2a\x02\x1d\x0e\xf9\xcc\x55\x3e\x15\x8b\x15\x11\xa9\x07\x69\x22\x2a\xcf\x42\xaa\xbe\xa1\x10\x99\x9f\xee\x33\x53\x7f\xcc\x20\x6e\x87\x09\x91\xc5\x6c\x0e\x31\xbc\x47\xa7\x31\xf3\xec\x95\xbb\x03\xd5\x19\xf4\x4a\xd5\xec\x1a\x6f\x4f\xc8\x31\xd0\x0d\x9b\xa4\x0b\x2e\x12\xc2\x53\x1a\x67\x43\x39\x25\x78\xa5\x0a\x8d\x30\x6c\xa3\x34\x0b\xb3\x29\x15\xb8\x4c\xf3\xaf\x00\x4f\xe2\x34\xcc\x64\x2c\x19\x5c\x81\x1e\x80\xe9\x8f\x42\x1c\x65\xba\x25\x46\xe9\x86\x0d\x13\x0b\x9e\x6a\xdc\x1c\xc1\x45\x31\x32\xc7\x8f\xab\xe0\x0b\xaf\x92\x05\xe9\x0d\xa6\x51\x00\x36\x91\x7d\x9c\x64\x7e\x28\xa6\xdf\xb1\x7c\xc4\xc4\x2e\xb6\x8e\x1e\x7c\x09\x09\xbc\x6e\xb1\x96\xd8\xc8\x93\xd9\xd4\x32\x7e\x49\xb2\xad\xf0\x5e\xcf\xe2\x5c\xa2\x25\xa0\x37\x68\x03\x12\x6d\x8e\xa6\x78\x83\xfe\x87\x8b\xb9\x5a\xb2\x77\xe7\xac\xb0\xc9\xcf\x27\x05\xe2\xda\x87\x7d\xc4\x39\x21\xe2\x1c\x12\x55\xc6\xd3\x34\x83\xad\x0e\x8f\x71\x94\x09\xba\xe9\x5d\x67\x38\x6d\x36\xaa\x4c\x18\xff\xa1\xaa\x4d\x24\x2b\x77\xef\xd3\x97\x1a\xf3\xc7\xab\x53\x4a\x45\xd3\x28\xfc\xdf\x29\x46\x61\x80\xa3\x2c\x1c\x84\x2a\x27\x2e\x35\xd7\x7c\x74\x4a\xcc\x30\x34\x69\xe7\x9a\x3e\xec\x3a\xd2\x1e\xf4\x52\x27\x02\x3e\xc6\x15\xbf\x17\x56\x57\xfc\x8c\x30\xd6\x15\x3e\xbe\x1c\xf4\x1f\x77\x25\x02\x43\x56\xe5\xa3\x68\x0d\x82\x60\xee\x87\x3f\x6e\x34\x89\xe8\xca\x13\xf7\xdf\x9c\x7b\xed\x52\xa9\x92\x99\x76\xb7\x5d\x2a\x5f\xdb\x4b\x59\x09\x1f\x13\xf9\x62\xe0\xf7\xb3\x38\xb9\xf6\xa8\x42\x99\x0c\xec\x13\xc2\xa6\x89\xa8\x1f\x0f\x90\xe8\xcd\xe6\x26\xfa\x91\x06\x64\xfa\x11\xca\x3c\x59\x5d\x45\xdd\x78\x3c\x8e\xa3\x7f\x9e\x3c\x7d\xf2\xc4\xe8\x7c\xfe\x8b\x35\xc0\x71\xaa\xfc\x48\x86\x21\xc1\x3f\x56\x3d\x24\xbd\xc2\x51\x7f\xb9\xe7\xa7\xb8\xd3\xd2\x3e\x8c\x83\xb6\x5e\xf4\x72\xf2\x39\x18\x68\x2f\xfb\xe1\x64\x88\x93\x65\x0a\xb9\xfa\xf2\xe9\x93\x9b\xa7\x4f\xf0\x28\xc5\x48\xea\x0c\x55\x98\xd3\xbe\xf0\x61\xf8\x11\xfd\xf4\x13\xfb\xb0\xe2\x8f\x03\xd1\xb7\xad\x83\xed\xa7\x4f\x9e\xd0\x0f\x95\x33\x8e\xb3\x87\x54\x54\xe1\x99\x60\x48\x3f\x50\xc4\xe0\xb7\x8c\xcf\xb9\x18\x65\x19\x31\xd6\x10\x8d\x86\x81\x2a\xbd\x24\xbe\x4a\x71\x52\x7d\xfa\xe4\x89\x18\xb1\x38\xce\x56\xba\xc9\xf5\x24\x8b\xff\x79\x42\xab\xde\xc0\xe9\x49\xde\x7e\xc4\x77\xf4\xc7\xd3\xa7\x4f\x2a\xea\x71\xec\x09\xa2\x1a\x91\x93\x61\x9c\x64\xfd\x69\x96\xd2\x37\x64\xd9\x74\xd1\x26\xe2\x75\x5f\x4a\xaf\x3f\x8e\xc2\x1e\xf9\xb4\x32\x0a\x7b\xd2\x7b\x50\x86\x75\xa1\x53\xe4\x2b\x29\xb5\x22\xbd\x53\x20\xf8\xa3\x8b\x18\x40\x90\x1f\x2f\x9f\x0a\x2c\xde\xc5\xf1\xe7\xe9\x04\x65\x7e\x6f\x84\x25\x4c\x4e\x5e\x1f\xfe\xc6\xce\x7c\xe2\xdd\xfe\xfb\x5f\x3e\xda\xde\x9f\x7c\x78\xfd\xf1\x60\xff\xb7\x8f\x35\xd7\x87\xba\xeb\x43\xc3\xf5\xa1\x69\x6d\xdb\xd5\x8e\xfc\xd1\x68\x4b\xfe\x68\xb4\x27\x7f\xe4\x6d\x8a\xa1\xe9\xc6\xe3\x09\x39\x28\x8e\xcc\x21\xb2\x4d\xa9\x56\x2b\x88\xa7\x3d\x22\xf5\x93\x5a\x79\x01\x60\xb1\x32\x16\x48\xb6\x54\x08\x21\x9a\x20\x0a\xd1\x2b\xd4\x68\x77\x5e\xa2\x70\x69\x49\x01\x2f\x64\x44\xf4\x0a\xd5\x1b\xeb\xc6\x37\xf2\x17\x9c\x85\xe7\x68\x93\xc0\x78\x85\xea\x2f\xd5\xef\xf4\x2a\xb5\xa0\x56\x85\x56\xab\xa2\xdf\x51\x6d\x56\xaf\xf7\xf4\xfa\xf9\xe3\xcd\x53\xa5\xd7\xbf\xfa\xa3\xcf\xe8\xcd\x6e\xa5\xf1\xfb\x7a\x55\xed\xed\x8c\x46\x48\x54\xdf\x85\xda\xcb\x85\x46\x40\x1a\xe4\xb4\x17\xcf\xd4\x8f\x60\x68\x40\xda\x9c\x85\xe8\x77\x54\x99\xe5\x1d\x62\xbf\x1b\xd2\xef\xa6\xf4\xbb\x55\xd5\x3a\x0b\x50\x2a\xe9\x0c\xfd\xfc\xf3\xcf\x68\x1d\x4a\xa6\x33\xf4\x13\xaa\xcd\x06\x03\x3a\x40\x9d\xa6\x56\x85\xac\x8e\xb3\x19\x19\xc8\x74\xa6\x7d\xe2\x8b\xe7\x2c\x85\xef\xb3\x97\x4f\x9d\x9d\x1a\x4f\x47\x59\x38\x19\x85\x7d\xd0\x12\x98\xdd\x9b\x11\x32\x0e\xce\x66\xe7\x2f\x2d\xdf\x5a\xf4\x5b\xc3\xfa\x71\x9d\x7e\x6c\x9d\x17\xb4\x9e\x4e\x7b\x08\xe4\x1b\x0f\x8d\xc3\x19\xea\xc7\xa3\xe9\x38\x4a\x15\xea\x97\x61\x12\x49\xa1\x12\x40\xaf\x9e\x13\x9a\xa9\xd5\xf9\x48\xb1\xc7\x5a\xbd\x56\xd3\x87\x56\xac\x64\x3a\x58\x95\x0c\x26\xa6\x55\x45\x5f\xc9\x6f\x3a\xde\x8e\x2a\x75\xb9\x4a\xbd\x23\x55\xa9\x77\x5c\x75\x1a\x72\x9d\xf5\x2a\xca\xeb\x34\x8c\x59\x17\xdc\x80\xd6\xc9\x0a\x46\x2a\x8c\x2e\xe5\xd1\x22\x8f\xa5\x47\x6c\xb6\x2e\x8d\x0f\x23\xcf\x16\x7b\x55\xe3\x2f\x1a\xca\x90\x16\x8e\xa8\xc2\x1f\x19\x8d\x95\x19\x56\x85\x75\x2a\xf5\xe6\x8c\xad\xc2\x56\x95\x8a\x73\x06\x58\x61\xb9\xac\x62\xd1\x28\xc3\x65\x01\xe8\x81\x71\x62\x72\xc2\x1f\x66\x56\x26\xc8\x18\xc0\xe6\x02\x1c\x10\xaa\x34\xd0\xef\x28\x38\x23\xff\x9b\xad\xa3\xdf\xd1\xac\x71\x7e\xae\x2f\x24\x28\x1b\xa2\xdf\x37\xa1\xe0\x2c\x34\x0a\x28\x4c\x12\x7e\xde\xc0\x99\x56\xec\x2b\x47\x09\xee\xd3\xce\x05\xe8\xb8\x1f\x47\x6c\x83\xc9\x77\xa5\xe3\xee\xe1\x7b\xb2\x47\xd4\x66\xb5\x9a\x87\x6a\xb3\x5a\x1d\xfe\x6d\xc0\xbf\x2d\xf8\x77\xdd\x03\x5a\x20\xff\x36\xe0\xdf\x16\xfc\xbb\x0e\xff\xd6\x7b\xe4\xdf\x66\x27\xdf\xcc\x9e\x3f\x67\x48\x3d\x47\x5b\x3b\x27\x34\x1e\x3b\xa2\xe2\x10\x22\x02\x41\x12\x66\xc3\xf1\x0a\x2f\xb3\x9a\xa3\x42\x4a\x6f\x32\xf1\x61\x85\x3e\x48\x12\xc6\x0a\x9e\x65\x34\x7a\x80\xe8\xf2\xc7\x20\x3e\xc6\x29\xce\x36\x90\x63\x8b\x64\x83\x70\xf2\x39\x9c\x30\xcb\xdf\x78\x80\xa2\xe3\x18\x4e\x63\x43\x3f\x45\x3d\x8c\x23\xf0\x0e\x60\xf7\x5b\x7e\x14\x80\x09\x5f\x10\x06\x28\x8a\x33\x66\x86\x69\x92\x02\x4d\xe6\xc2\x21\x71\x73\xd1\x8f\x9f\xf1\xf5\x51\x12\xc6\xc9\x31\xb5\x00\xde\xdc\xcc\xdf\x5b\x49\x87\x9b\x85\x69\x73\x6a\x76\x40\x15\xdf\xf8\x1f\x37\x38\xdc\xb4\x37\x9f\xbf\xb5\xf0\xe7\xcf\xf8\xfa\xd7\x38\x01\x23\xc6\xcf\xf8\x7a\xe5\x8a\xfc\xb6\x17\x3b\x09\xbf\x60\x56\x2a\x0d\x2f\x5e\x13\x06\x84\x56\x51\xab\x68\x19\x09\x3f\x80\x04\x06\xc8\x04\xcb\x47\x8e\xe3\x98\x3f\xf3\x06\x97\x50\xa7\x54\x0b\xa4\xff\x69\x7f\x88\xc9\xf1\x03\x11\x11\xda\xd2\x87\xf4\x38\xbe\x22\xb0\x2b\xbc\x99\x25\xb2\x4b\x3f\x2f\xec\x83\x0c\xd7\x3e\x2c\xbc\x51\x69\x9c\xa5\x77\x67\xfa\x52\xcd\x4d\x44\x09\x3a\x54\xf4\xa0\x3f\x5f\x31\x0c\xd9\xb3\x45\x0a\x41\x8c\xec\x44\x79\x3a\x48\xd6\x72\xe4\x4f\x42\xe5\x0c\xea\x9c\xd3\x91\x85\x19\x67\x6f\x2c\xac\xc6\xcd\xb0\x90\xb4\x9f\x18\xc0\x21\x9a\x8e\x3e\x94\x32\xda\x3f\x30\xc4\xff\x21\x10\x77\x62\xce\x66\xe1\x38\xce\x10\x21\x49\x77\xa1\x4c\xde\x03\xd4\x2d\xa0\x10\xf2\xc9\xb4\x57\x06\x32\x88\x4f\x1c\xe6\xb9\xb4\xb7\xc1\x87\x7c\xa7\x62\x32\xda\xb9\xb4\x8b\xc9\x25\xd6\x95\x02\x80\x29\x83\xcc\x5e\xcf\xc1\xf6\x20\x9c\x01\xdb\x2e\xc2\xf6\xf7\x4d\x60\xe2\x67\x6c\x90\x57\x73\xea\xf8\x8a\x6a\x0c\x75\xcb\x64\xa3\x7c\xc2\x81\xb4\xd8\xba\xfb\x19\x75\x08\x3f\xd3\x26\x0c\x6d\x6e\xa2\xd6\xbc\x49\xfb\xee\x86\xd6\xde\x67\xc7\x88\xbb\xd6\x8c\x41\xeb\x6c\x48\xce\xd1\xef\x44\x96\x30\x17\xd1\x5c\x6e\x2e\xcb\x74\xc5\x6c\x26\x8c\x2e\xdf\x5a\x38\x8d\xf1\xda\xcd\x6c\x48\xd1\x9c\xdf\x88\xa7\x9c\xe5\xf0\x57\x0e\xae\x23\x33\x2c\xc6\x47\x97\x45\x1d\x1b\xf1\xc2\x91\x91\x37\xf3\x8f\x02\xa2\x71\xb2\x93\xfb\xe5\x4c\x2d\x2b\xb8\x79\x88\xbf\x42\x2d\x70\x64\xa1\x0f\x45\xb4\xaf\xce\xc5\x19\x87\xc0\x24\xcd\x05\x3b\x52\x00\x4c\x15\xba\xd5\x35\x44\x48\x51\x15\xae\x1d\x4b\xe9\x1c\xfd\xee\x5e\x9c\x8e\x3f\x55\xf8\xb6\xaf\x40\x1d\x81\xe6\x99\xba\x14\xed\x73\xe0\x94\x64\x3d\x69\x7a\x70\xd4\x4f\xae\x27\xd4\x32\x56\x96\xf3\x0e\x3c\x14\x0f\x06\x29\xce\x8c\x99\xa1\x6b\x24\x88\xbb\xa2\x5e\x5e\xd8\x33\xf7\x6a\x2f\x3f\x21\xe6\x3f\xeb\xf9\xcf\x46\xfe\xb3\xe9\x01\x8b\x91\x4f\x19\x0a\xae\x01\x5e\x14\x57\xc2\x35\xaf\xfc\x09\x6a\x44\x01\xc8\x9e\xad\x6c\xe8\x10\x62\x08\x7d\x1f\x9c\x51\x30\x44\x7e\xd1\x87\x54\xf9\xa6\x96\x6d\x16\x94\x6d\x5a\x8f\x44\x65\x86\x50\xa5\x55\x4f\x25\x50\xf5\xb1\xae\x3e\x36\xd4\xc7\xa6\x27\x14\x16\xc6\xe6\xbd\xba\x8a\xf6\xc9\xc9\xf7\xbb\x18\x23\xfb\xa4\x2b\xc3\x64\x9d\x75\x0f\xdd\x8d\xdc\x6c\x44\xc3\x0e\x04\xa5\x25\x6b\xcb\xc0\xbe\xc1\x2c\x56\x28\x5c\x48\x52\x51\x9d\x60\x6a\xd1\x71\xd5\xa4\xc1\x3a\x87\xd7\xbf\x2b\xcc\xb6\x66\xd3\x00\xa5\x75\x7d\x3a\xb4\x5a\xc6\xfc\x40\xad\x86\x5a\xab\xa1\xd7\xb2\x6a\x9b\xd2\xa6\x3e\x9d\x5a\xad\xa6\x4d\x0d\xf5\x56\x3b\x3b\xd8\x8f\xfe\xf2\x16\x68\x3b\x31\x1c\x5b\xce\x38\x62\xff\xa5\xa3\xba\x89\xea\x2f\xd9\xcf\x57\x7c\x86\xd8\x0b\xc7\xbe\x0b\x73\x1c\x0e\x32\xa0\x74\xcf\xa1\x28\x2b\x9c\x38\x8e\x7a\x46\x26\x4f\x52\xd7\xd4\x84\xe4\xf5\xbb\xa4\xe8\xaa\xa4\x75\x43\xee\xfa\x5d\x52\x6a\x55\xd2\x86\x2e\x75\xfd\x2e\xe9\xaf\xd2\xa6\xf4\xda\xd8\x86\x97\x96\x6c\x1b\x00\x20\x57\x57\x91\xab\x3b\x90\x6b\xcc\x41\xae\x59\x88\x5c\xed\x96\xc8\x35\x54\xe4\x1a\x0e\xe4\x9a\x73\x90\xab\x15\x22\x57\xbf\x25\x72\x4d\x15\xb9\xa6\x03\xb9\xda\x1c\xe4\xea\x85\xc8\x35\xe6\x22\x67\x25\xdd\x0f\x13\xb0\x21\x4a\x33\x3f\xc3\x66\x01\x60\x27\x59\xcd\xd2\x31\x60\x19\x99\xae\x47\x83\x2f\x64\x2e\xb2\x86\xed\x0b\x19\x88\x4c\xd7\x8e\x5b\x95\x28\xd6\xf5\x34\x87\xf7\xc1\xf2\xa9\xd0\x93\x87\xb4\x76\xf4\x53\x8b\x65\xf9\xe8\xc7\x16\x73\x05\x29\xe7\x96\x7c\x09\x55\xcb\x51\x82\x58\x3f\x1c\xbb\xba\x1b\x3b\x73\xfd\x18\xd8\x19\x4b\x48\xc5\xae\x76\x1b\xec\x1a\x12\x76\x0d\x37\x76\xe6\x02\x32\xb0\x33\xd6\x90\x8a\x5d\xfd\x36\xd8\x35\x25\xec\x9a\x6e\xec\xcc\x15\x64\x60\x67\x2c\x22\x15\xbb\xc6\x7c\xec\x4c\x6a\xc5\x3c\xb0\xb5\x5d\x2e\xa1\xdb\xb0\x65\x1d\xe9\x42\x8e\xb1\x9c\xd4\xcd\xd5\xb2\xaa\x0c\xd1\xa7\xe9\x92\x7d\xd8\x51\x78\x03\x35\xda\x9d\xd5\x66\x83\x69\xa0\xab\x36\x55\x30\x97\x58\x84\x80\x94\x32\xc7\x61\xa6\x1a\x7e\x96\xb2\x7c\x4f\x08\x52\x78\x0f\xfc\x3e\x16\x3a\x62\x01\xe4\xbf\xf1\xcc\x1f\x4f\xc4\x49\x39\xff\xc0\xe7\x94\xc2\xca\xf0\x2c\x93\x6e\xb7\x57\xb6\x76\x4e\x56\xd8\x39\xa2\x32\xe6\x16\xe9\x9f\xf1\xb5\x87\xfa\x83\x0b\x21\xcd\xe7\x50\x26\x23\x9f\x20\x31\xcb\x90\x0e\x85\x49\xf8\x95\xbc\x1d\x1b\x20\xa6\xd3\xee\x5a\x94\xd8\x1f\x69\xd4\xd4\x3d\x3c\x9a\xe0\xa4\xb2\xb5\x43\xaf\xf5\xa9\xce\xfe\xe9\x13\x66\xb3\x22\x37\xf9\xf2\xe9\x53\x88\x80\x0b\x06\x24\x8a\x55\xc1\x46\xbb\xe1\x71\xbb\x84\x8d\x36\xd8\x8e\x48\x96\x09\x1b\xed\x96\x97\x9b\x24\x6c\xb4\xc1\x85\x71\x1c\xb4\x7f\xdc\xe8\xd4\x6f\xce\xbd\x76\xe3\x4e\xd6\x22\xdf\xd2\x4c\xe4\xc1\x8c\x39\xbe\xa1\x59\x06\x5d\x09\xcf\x11\x33\xa0\x20\xcd\xa3\x7e\x3c\x9e\xc4\x11\x84\x5c\x27\xdf\x56\x9f\x3e\x11\xf3\x3e\x0a\x7b\x2b\xac\xe8\xd7\xaf\xb2\x01\x80\x70\xfa\xbc\x67\xe3\x0e\x3f\xc5\xb9\x55\x87\x9f\x62\xe9\xdb\xaf\x71\x12\x80\x5b\xba\x28\x20\xde\xc8\x10\xa6\x03\xb0\x17\x03\x5a\xdf\xe2\xb7\x3c\x39\x4c\xeb\x67\x05\x33\x0c\x9e\x55\x5d\xb2\x50\xa5\xf7\x1f\xb2\xc1\x3a\x40\xc1\x51\x7f\x85\x3c\x68\x58\x77\x5a\xe2\x2b\x7d\x2c\x32\x44\x11\x5f\x76\x2e\x27\x6f\xb7\x77\xf3\xcb\x26\xfa\x6c\xbd\xc1\xea\xa5\xd4\x3c\x8f\x2c\x2b\x7e\x8b\x95\xe1\xf1\x64\xe4\x67\x36\x06\x25\x82\x4c\xff\x11\xb1\x80\x3c\x5c\x83\x0a\x4e\x05\x82\xd7\x81\xde\x2f\xfc\x82\x57\x78\x80\xc9\x0d\xd4\x42\x95\x7a\x63\x1d\xf5\xc2\x2c\xad\x16\x01\x0c\x2f\x2d\xf0\xf6\x7f\xb9\x2d\xb8\x8f\x3b\xef\xbb\x1f\x7f\xdb\x3d\x3c\x3e\xf8\x78\x70\xb8\xbd\x83\xb6\x20\xb4\x41\xe6\x47\x19\x4a\xf0\x24\xc1\x29\x8e\xb2\x30\xba\xe0\x8a\x18\x42\x86\xe3\x38\xc8\xfb\x6e\x85\xb9\xbd\x53\x0a\x26\x63\xa7\x06\x4c\xe9\x52\x50\x33\x39\x12\x8f\x76\x8a\xb2\x5c\x12\xe6\xb3\x49\xd1\xed\x82\xdb\xf7\x34\x01\x83\x07\x91\xe3\x43\x2e\xa2\x14\x97\x7a\x27\xe8\x9e\xcc\x01\x3a\x1d\x62\x32\xea\x59\x8c\xa6\xcc\x4d\x80\xb0\x00\x44\x0a\x03\x68\x05\xe4\x6a\xfe\xd0\x1f\x5c\x6c\x00\xe9\x72\x5c\xab\xf2\x8e\x6a\x60\x0b\xdb\x45\x4a\x61\x33\xf2\x0b\x23\xd7\x64\xd8\xd0\xa7\xf6\x98\x12\xee\x84\xf4\x08\xf2\x9f\xf1\xf5\x8a\xb5\x2c\xf7\x0c\xed\x0f\x2e\x50\xe5\x10\x5a\xf1\x47\x55\xa8\xd3\xb7\x0d\x5e\xc9\x31\x50\xdb\xe2\x71\x44\xe9\x84\xde\x10\x12\xe1\xbd\x23\x84\xd2\x2f\xea\x13\x39\x57\x84\x7d\xf7\x77\x55\x4a\x30\x0b\x20\x45\x5a\x90\xf7\x78\x7e\xf5\xbc\x42\xb7\xe9\x1d\x3a\xcc\x71\x52\x61\x97\x67\x30\x84\x1e\xfa\x03\x85\x97\x1b\x28\xbc\xcc\x79\xe3\x8d\x62\x7a\xa0\xcc\xb7\x0a\x69\x43\x09\x0b\xc5\x24\x07\x5d\x03\x20\x27\x0e\xa1\xf5\xd9\x8d\xb3\xba\x56\x2d\xb2\x87\x2e\xa1\x95\xa4\x27\xc7\x42\x7c\xa4\xa7\xfb\xa5\xa7\x6d\x7c\x5f\xf4\x24\x20\xdd\x8d\x9e\x54\x3e\x7d\x0b\x7a\xda\x8f\xc2\x2c\xf4\x47\xe1\x17\x9c\x22\x1f\x45\xf8\x6a\x74\xcd\x30\x0c\xd8\x70\xcc\xa7\x25\xbe\x6b\xcc\x06\x71\x32\x3e\x88\x03\x8c\x76\xa8\xaf\x1a\x84\x69\xce\x39\x5d\x9c\xc8\x74\x0a\xd6\xd5\xe0\xe6\xc7\xa9\x56\x6c\x32\x76\x32\xfc\xee\x48\xf6\xde\xc8\xaa\x62\x7e\xb0\x71\x8a\x5b\x12\x5c\x18\x85\x8a\x85\x8d\x98\x26\x89\x5c\x2c\x2a\xea\xad\xc9\x84\xd0\x02\x8c\x16\xcf\x36\x9d\x5a\xae\x19\xc8\x10\x6f\x8a\x9f\x7c\x53\xa4\x34\x68\x9e\x8a\x33\x22\x39\x53\xc3\xfa\x38\x19\xd3\x69\xf7\x6d\xba\x1b\x4a\xdf\x39\x49\x6d\xe6\xe4\xf5\xd2\x56\x92\xda\xd1\x80\xad\x8c\xf5\x2c\x1e\x52\x42\xa7\x1e\x00\xb6\x7e\x80\x7d\x51\xa5\xf4\xc2\x01\x1b\x1d\x95\x0f\x43\x2c\x87\x54\xb4\x04\xda\xb3\x3b\x92\x0f\x5b\x82\x26\x6e\xca\x0c\x27\x65\x8c\xa8\xa8\x51\x51\xe0\x67\x3e\xea\x81\xec\xa5\x96\x70\xc8\x63\x00\x9a\x66\xba\xe0\xde\xce\x3a\xe0\x23\x9c\xc0\x5c\xf6\xe3\xa8\x9f\xe0\x0c\x2f\xb3\xe1\x18\xc5\x17\x0a\x53\x96\xee\xa5\x8e\x17\x1b\x6b\x88\xa7\x01\x98\x53\xf7\x16\xc6\x53\x70\x20\xb1\x14\x1c\x2c\xb0\xe9\x7d\x4d\x99\x2b\x0c\x01\xca\x94\x9d\x84\x37\xf0\x36\x58\x03\x12\xf8\x12\x3b\x97\xc4\x9f\x04\x2c\x1a\x34\x8b\x05\x23\x08\xa3\x8b\x7b\xe0\x26\x79\xe7\x37\x39\x79\x30\xf8\x95\x67\xa4\xcd\x67\x2a\x99\x94\xa9\x77\xc5\x31\x77\x52\x18\x2b\xb9\xa1\x45\x79\xa5\x43\xe7\xe0\x1e\x38\x0a\x6c\xb3\xef\xc3\x17\xb9\xba\x8d\xa6\x68\x7b\xc8\xbf\xf4\xc3\x91\xdf\x1b\x61\x6a\x86\x98\xba\xb7\xc5\x8f\xbc\x33\xa5\xa9\x6a\x37\x8c\xd8\xc6\x57\xb8\x4f\x31\xb8\xea\x3e\xf3\x3e\xce\x98\x77\x34\x0d\x9a\x46\x21\xe5\xbb\x06\x0a\x53\x84\x07\x03\xdc\xcf\xc2\x4b\x3c\xba\x46\x3e\x0a\x70\x9a\x25\x53\x78\xf6\x50\x82\xfd\x60\x39\x8e\xfa\xb8\xd4\x3e\x53\x96\x7a\x01\x8d\x87\xa2\x61\x0a\xfc\xa1\x29\x99\x8f\x64\xa5\x3c\x11\x8b\x2a\x8b\x52\xbf\xa8\x38\x9f\xfc\x79\xd1\xf2\xf4\xbf\x9b\xcf\xc5\x14\x0a\xa9\x25\xc2\x41\x21\x00\x54\xb8\x5a\x94\xa2\x96\x8b\x92\x05\x18\x32\xc4\x43\x22\xa8\xb2\x05\x87\x03\x16\x2f\x93\x73\xea\x5d\x69\x42\xac\x8b\xcf\xac\x3d\x57\xd9\x5c\x6f\xac\xaf\x36\x1b\xf2\x27\xaa\x12\xb1\x7d\xd1\xe4\xa0\x0d\x54\x57\xbe\xaa\xf2\xef\x06\x6a\x94\x39\x3b\xa5\x56\x55\xb6\x3f\x5f\x91\x8d\x9c\x6b\x93\x9f\x5a\xd8\x48\x9f\x0e\xb1\x24\x14\xb0\x44\x5b\x3e\x1a\x82\xd6\x98\x08\x99\x25\x96\x22\x17\x61\xb7\x22\x8e\x0f\x04\x18\xe0\xcb\x9a\x08\x4d\x6c\x5d\x5b\x3a\xf4\x0d\x0e\x4b\xcc\xda\xdb\x54\x79\x6a\x3a\x72\x43\xb6\x75\xae\x32\xa5\xde\x86\xd3\x6f\x8a\xfc\x89\x4f\x29\x1e\xe1\x7e\x46\x1b\x3e\xc9\x12\x3f\xc3\x17\xd7\x15\x97\xb9\xb6\xa4\x7d\x06\x71\x71\x13\x3d\xa3\xac\xf4\x99\xd3\x3c\x8c\xcd\xc6\x91\x9f\xa6\x84\x4d\xbc\xf6\x53\x1c\x28\x1e\x73\xf2\x5f\xb1\x71\x18\x03\x75\x82\x13\x38\x70\x91\x5d\xcd\x0d\xa9\x78\x91\xeb\xb9\xfd\xd8\x7d\x46\x81\x8d\xba\x0b\x29\x46\x4e\x32\x63\x33\x6f\x58\x8a\xec\x46\xf3\x20\x60\xf6\x79\x10\x17\x37\x14\x45\x0f\xb9\x2f\x70\xf4\x31\xf0\x1c\x96\x9e\x8c\xec\x37\x8c\xfe\x6b\xf7\x39\x77\x42\x5b\xbd\x29\xf2\x50\xe1\x8d\x91\x8e\xb9\x65\x42\x75\xb6\x2d\x73\xc9\x4a\x95\x69\x78\xed\x57\x6f\xaa\x0e\x3b\xcd\x12\xec\x8f\x6f\xa5\xca\x06\x19\x8a\x29\x9f\x65\x1b\xfc\x66\x63\xb9\x17\x52\x83\x6d\xf5\x44\x43\xa5\x13\x08\x63\x2d\x69\xa6\xeb\xa8\xd2\x6c\xa8\x8a\x69\x49\xe1\x7b\x02\xf8\x69\x6a\x5f\xfd\x65\x81\x47\xc8\xae\x65\xaf\xb5\xed\xb0\x5c\x44\x9c\xf8\x09\x1c\xb7\x6c\x02\xa2\xb9\xbd\xc1\xf1\x26\xb7\xae\xe2\x42\xe3\x0f\x3f\x3c\x1b\x8c\xa6\xe9\xf0\x59\xb9\x6d\x8e\x42\x71\x6d\x74\x62\x98\x37\x50\xbd\x68\x5e\xe1\x5c\x0b\x59\x4d\x27\xf2\x6d\xa9\xac\x3c\xff\x38\xa6\x67\xdf\xee\x0a\xfb\xf1\xc7\xcd\x7c\x0a\x51\x3c\x76\xa0\x9e\x41\x25\x52\x1b\xd2\xed\x26\x3b\x68\x1b\xce\xc1\xec\xbd\xac\xf4\x2e\x52\xd0\xcb\x2a\xca\x31\x4f\xce\x95\xcb\xd7\x0b\xef\xa6\x5b\x6a\x8f\xac\x0a\x41\x3d\xb3\x4c\xae\xe0\x07\xaa\xfe\x06\xfb\x21\x9f\x29\xbe\xdd\x81\x1e\xb6\xfb\xba\x6b\xa8\xa2\x39\x47\x09\x2f\xa9\xd7\xce\x6d\x34\xcf\x39\x8c\x42\x5d\xa1\xa8\xcb\x15\x4d\x52\xbd\x5b\x69\x9c\xc5\x74\xe6\x07\xa4\xff\xcc\xe9\xcc\x35\xc1\x0b\x4e\xa7\x55\xf1\x5b\x72\x3a\x45\xdd\x3b\x4c\x67\x91\xc2\xb7\xdc\xd5\xc1\x37\x9d\xce\x3b\x4f\x57\xc1\x12\x98\x33\x5f\xba\xde\xb4\x60\x92\xe8\x66\x22\xf4\xbc\x7d\x9b\x58\xc7\xac\xae\x2f\xd1\x26\x0a\x2f\xe5\xd9\x2a\xda\x22\xd8\x8e\x49\xe3\x4a\x77\x87\x7e\x18\x41\xca\x13\xd7\x5d\xeb\x6b\xb0\x1b\xf8\xc8\x3b\x8f\x36\xdd\xc1\x07\x74\x15\x9b\xb2\x83\x90\xba\x06\x31\x48\x43\x93\x37\xa6\xed\x12\xe2\x4e\xf4\x65\x11\x47\x79\xdd\xe5\xdb\x81\x76\x12\x92\x9a\x50\xe6\x8e\xf4\xea\x75\xd7\xb2\xf7\x98\xe0\x69\x13\x47\x22\xfc\x67\xc6\xd5\x18\x94\x4a\xfd\x8c\x19\x75\xaf\xe8\x75\x0c\x18\x1a\xcd\x52\xe9\x48\x68\x45\x98\xb0\x14\x73\x19\x09\xa9\x9c\x10\x59\x6f\x48\x98\x5d\x16\x01\xc2\x7e\x5e\x0d\x31\x8b\xbc\x4f\xf1\x83\x40\x9e\x69\x09\xe4\xcc\x85\x61\x2f\x48\xfe\x60\x2a\x99\xa8\x43\xbd\x01\x20\x3d\x1e\x74\x41\xb8\x36\xe8\xb2\xac\x3c\x19\x28\x57\x01\x1a\x66\xf2\x2a\x14\xa7\x2d\xb4\xd5\x01\x16\xe9\x37\x24\xf2\x42\x72\x18\xce\xe6\x42\xac\xd0\xe4\x88\x57\x0e\x73\xd6\xdf\x0e\x8f\xe1\xbc\xcc\x88\xce\x2c\x33\x8b\x13\xe8\x57\xae\xe8\xf6\x90\xd2\x2f\x2f\x6f\xd6\x26\xf4\x33\x3c\x64\x5f\x97\x8a\x3e\xba\x56\xcc\x8e\xf1\x18\x83\x14\x0e\xbb\x2b\x25\x01\x76\x15\x05\xa7\x7d\x70\x68\x87\xd7\x66\x75\x2e\xc1\xe2\x4b\x1e\x76\x9e\x32\x53\x9a\x4f\x9e\xe3\x2d\x4c\x01\x9d\x1d\x90\x3d\x77\xe6\xae\xdb\x00\x97\x58\xb7\x62\x9f\x7a\x5c\xb7\x8f\xeb\x16\xdd\x7e\xdd\xde\x65\x75\x80\x85\xf0\x30\x4c\x17\x5e\x1b\x56\x4c\x18\x45\x03\x17\xf9\xed\xf0\xd8\xc9\x01\x64\x0f\x32\x83\x03\xdc\x95\xed\x58\x31\x3b\xcd\x87\xa6\x87\xfb\xf1\x98\x2d\x1d\xc2\x16\xc2\x78\x9a\x96\x67\x1e\x62\xb0\xca\xb2\x07\x41\x4a\xbc\x1b\x15\x27\xee\x0b\x79\x40\x81\x88\xc4\xa5\x25\x9b\x87\xff\x30\x8e\x53\x8c\xc6\xe1\x8c\xc8\x42\x96\xfe\x81\x27\xa8\x29\xa4\x21\x99\x10\x99\x14\xe6\x22\xbb\xf8\x12\xa4\x53\x72\xd2\x49\xa7\xbd\x14\xff\xef\x14\x47\x99\x55\xc5\x80\x54\xd1\x4e\xca\xea\xa1\x8e\xa2\x53\x35\x28\xa3\xa4\xcd\xca\x7c\x55\x3f\xd9\xd9\x6c\x58\xd9\x62\x24\xe5\xab\xcd\x1a\x29\x89\xfc\xc1\x04\xe6\xd6\xe3\xe1\x39\xfa\x7d\x93\xd6\x3b\x0b\x0b\x43\x97\xe4\xbf\xb9\x09\xf4\xeb\x2e\x2b\xaf\x04\x34\x91\x44\xdb\x23\x3f\x08\xc8\x04\xce\x51\x80\x4c\x20\xcb\x55\x77\x85\xfe\xd7\xae\xfe\x38\x7a\xdb\x3d\x41\xff\xa7\xbd\xba\x86\x26\x0c\x68\xca\x74\x79\x36\x98\x47\x9f\xfb\xe9\x1a\xc8\xc9\x13\x3f\x58\xe1\x4f\x05\xb2\xf1\x91\xcf\xaf\x9f\xa7\x29\x0f\x9d\x2f\x02\xa1\x30\x73\x65\x88\x9b\x2c\xf0\x58\xc8\xfe\x0a\x20\xcb\xb7\xcf\x04\x2d\x6b\x25\xbb\x1e\x8f\x85\x80\x92\xee\x23\x01\x50\x2a\x82\x59\x92\x41\x81\x70\x96\x0f\x7c\x6c\x16\x87\x2f\x31\xae\xe4\x57\x7e\xbd\xe6\x69\x71\xb3\x94\x0b\x66\x3f\xd0\x2f\xd7\x6e\xcd\x40\x44\x35\x1a\xeb\x64\x53\x1a\x2f\x57\xcc\x90\x69\x94\x09\xda\x01\xbf\x22\x13\x6a\xc4\x08\xd6\x00\x4a\x5f\x2c\xd3\x94\xd3\x22\xc2\xca\x3f\xb4\x02\xb6\x66\xe9\xbd\x10\x6f\xd7\x0c\xbd\x40\x33\xbd\xc1\x57\x42\x2f\x10\x01\x45\xc1\x22\xf7\x75\x31\xde\x33\x07\x17\xe3\x3d\xb8\xb5\x28\x6f\xe7\x62\x56\x88\x54\x5a\x1c\xbe\x20\x67\x3f\x6a\x9b\x28\x44\x4b\x2e\xb7\x7c\x19\x3a\x0d\x73\x2f\xbd\x29\x90\x5e\x35\xec\xd0\x66\x6e\xfb\xce\x0f\xff\x32\x68\x4f\x45\xc9\x66\x86\xb0\x15\x04\xf6\x41\x80\xb9\xee\xc7\x51\xdf\xcf\x38\xcc\xd2\x1a\x98\x0f\xd1\x44\x30\x14\x58\xb2\x43\x3f\xa0\x81\x8c\xd8\x42\xfd\x36\x5c\x66\x1a\xe9\x7c\xe6\x9b\x70\x04\x68\xb6\xc4\x95\x3b\x94\xd3\x59\x82\x8d\x0f\xbc\xc1\x99\x92\xb8\x58\x5a\xc4\x10\x03\x16\x8d\xfc\x34\x83\xe7\xf9\x6b\x3a\x17\xaf\xcf\x2a\xea\x72\x5e\x46\xf5\x2a\x75\x31\x3b\x67\xce\x60\x36\x4f\x62\x2a\x38\xb8\x29\x26\x07\xb7\xa9\xaf\x41\x69\x33\xa5\xdb\xe6\x82\x7a\xfe\x3f\xe3\x22\xc8\xe6\xa2\x60\xbf\x59\xb0\xdd\x2a\x14\xdd\x03\xdd\x9f\xd1\xff\x41\x1c\xe0\x1b\xaa\x1e\x3c\x15\xa7\x35\x7a\x29\x02\x27\x09\xa9\x3b\xdd\xd7\x5d\x17\x14\x36\x57\x37\x82\xbe\x08\x2c\x5d\xd8\x30\x21\x02\xc9\x3b\x08\x1c\xfc\x08\xd8\x00\x48\x86\x93\x1a\x81\x13\x4c\x01\x33\x4f\x3b\xd5\xd1\xb6\x8d\x26\x6e\x14\x6f\x84\x05\x0c\x03\xe9\x44\xab\x1f\xbb\x92\xf5\x61\xb1\x0d\x60\x41\x80\x33\xd5\x3e\xd4\xe2\xc7\x09\x72\x33\x19\x01\x45\x2d\x8a\x54\xc5\x2e\xf9\x3e\x06\xdb\x4f\x07\xfe\xf9\xc4\x9a\x87\x01\xc3\x96\x94\x4b\xda\xaa\x71\x89\xf3\xc4\x40\xa0\xc2\x96\x08\x1a\x0d\x38\x95\x6b\x77\x33\x76\x69\x7f\xf5\x79\x71\xf3\xaa\xf5\x4a\x15\x3d\x5f\x5d\x18\x03\xa1\x6a\x71\x9c\x65\xde\x62\x3c\x41\x7e\x86\x46\x98\x70\xc1\x38\xe2\x2b\x80\x65\xf9\xa0\x96\xa0\xb0\x5f\x03\xc3\x35\xf9\x16\x12\xe7\x9b\x71\x18\x51\x23\x51\x76\x88\x37\xc2\x25\xaa\x8f\xac\x12\x9d\x3e\x09\x7f\x4a\x48\x63\xb0\x3f\xa6\x47\xde\xf0\x12\xfd\xf4\x93\x55\x1f\xaf\x07\xea\x38\xba\x95\x2e\x23\xc7\x44\x55\xa6\x38\xcf\xe7\x7a\xb3\x65\xaf\xa4\xdd\x22\x69\x2e\x92\x08\x43\x69\xf6\xca\x42\xd0\xbc\xb9\xfb\x25\xe4\xd5\x55\x72\x90\xa1\xe9\xbe\x5c\x22\x17\xc8\xeb\xcc\xf4\x0b\x24\x70\xf8\x3d\x57\x07\xc1\xaf\xe2\xa9\x8d\xa0\xeb\x94\x7c\xab\xcb\xf8\x87\x5b\x56\x0f\x8b\xb7\xb5\x3d\x90\xfc\xe6\xcc\x00\x95\x8f\x6c\xed\xcd\xb3\xfc\xbb\xa3\xa5\x02\x98\xde\x31\xd9\xc3\x6e\x86\x82\xfa\xf1\x68\x84\x29\xfd\xc7\x03\x2e\x1a\x80\xa8\x89\x21\x97\x5e\x91\xe8\x21\x89\xa2\x92\x93\x37\xd9\x46\x13\xff\x4a\x7a\x65\xf5\x4b\xb4\xbb\x7e\x50\x07\x74\x21\xa4\x94\xa9\x9d\x5f\x3c\x42\x86\x07\xc6\x05\x69\x7d\xb2\x3e\x0d\x73\x5c\x17\xa0\xd4\x1f\x51\xec\xe1\x07\x00\x03\x95\xa4\x4f\xc3\x8f\xe2\x24\xbc\xa4\xb2\x0a\xe7\x18\x56\x80\xfc\x2a\x35\x97\xf3\x25\xcb\x41\x33\xd6\x6a\x39\xb9\xe6\x36\x3d\x2b\x96\x6f\xfa\x43\x3c\xbe\x1d\x5c\xbb\xc0\xc9\x54\xe6\x60\x31\x3d\x90\xe0\x59\x41\xd0\x9c\x8c\x37\x79\xce\x46\x7a\x8a\xa1\x22\x16\x7f\xab\x8b\x61\xfd\x38\xba\xc4\x49\xa6\xc8\xb0\x34\xdb\x1d\x37\xa6\x04\x8b\x4f\x6a\xfd\xe7\x76\x5b\x3d\xa2\x55\x54\xe7\x55\xf1\xb2\xa4\x3d\xcc\x7c\x17\x2b\x15\xb5\xf9\xc7\x3a\xe1\xdd\x24\xe3\xa3\xd9\x89\xfa\x91\x48\x62\x35\x89\xd3\x34\xec\x8d\xb0\x7b\xc5\x5a\x9a\x5a\xcc\xb9\x29\x1f\x28\xd3\x1e\x94\x7e\xe3\x27\xf0\x3f\x0c\x28\x48\xa8\xcf\xc9\x0a\xde\x90\x7e\xe7\x0e\x4f\xd6\x4a\x9f\xf1\xf5\x86\xea\x17\x65\x2d\xa6\x79\x4a\xd9\x0b\x91\x65\xbc\x01\xff\xce\x29\x28\x56\xe5\x86\xe9\xce\x65\xaf\xc1\x44\x78\xdd\x32\xc1\x5e\x58\xc8\xf5\xea\xd1\xf9\x6d\xf7\x64\xcd\x5e\x41\x62\xe1\x2d\x7b\x09\xb1\x70\x24\xa0\xf4\xdd\xca\xe1\x04\x47\x27\x27\xef\x8c\x6a\xe5\x9d\xc9\xe4\xe9\xb7\x0b\x5e\xe3\x70\xb6\x1f\xa9\xe5\x4a\x9b\x1e\xd1\x55\x9c\x2e\xb6\x8c\x91\x73\xdd\x98\xac\x44\xf3\x0d\x74\x70\x13\x72\xa8\x73\x03\xe7\x06\xb6\xdc\x2b\x03\x76\x05\xf8\x1d\x0e\x42\x7d\x8d\x17\xc0\x81\x24\x60\x29\xcd\x00\x06\xd9\xe3\x70\xee\x45\x99\x63\x1c\xc5\xf4\x8d\xc6\x00\x59\xce\x7e\x5c\xc4\x3d\xca\x2e\x69\x8a\xbc\xb8\xa6\x63\x6b\x7b\x09\x3d\x7b\x66\xf7\xad\xb0\x96\x5f\xc9\x62\x9a\x6f\xc8\xe5\xca\x31\xa7\x96\x83\x54\x9d\x84\xc9\x2b\xca\xc4\x29\xc6\xc6\x65\x55\x95\x97\x40\x5f\xbf\x52\x72\xcd\xeb\xac\xf0\x49\xbc\xe6\xc7\x5e\x43\x47\x63\x95\x93\x28\x95\xcd\xbb\xd7\xa0\xed\xc0\xd5\x86\xf8\x69\xbf\xdd\x60\x3d\xb7\x11\xa7\x0d\x34\x2b\x2e\x52\x19\xc3\xee\xa5\x0e\x62\xf1\x75\x87\x58\x75\xbe\x7b\xc9\x45\xbc\x99\xe5\x7e\x3c\x9e\xf8\x19\x6c\x2f\x65\x97\xa1\xbc\x2d\x68\x9b\x98\x24\xfe\x94\xdd\x13\x6d\xcb\xef\x36\xc8\xdd\x97\xe1\x60\x4c\xdb\x3e\xe1\xe4\xed\x20\x64\x89\xba\x5c\xbc\x51\xa1\x6f\x51\xbc\x34\xf7\x9d\xa3\x96\x91\x23\x2d\x29\x4b\x30\xff\x62\x0b\xd4\x48\xc4\x5d\xad\x02\x79\x67\x3b\xc6\x42\x7f\xcd\x43\x2c\x29\xee\x54\xb5\x5c\x49\xd1\x6a\x0c\xed\xfd\x59\x6d\xd6\x6e\x76\xea\x9d\xfe\x1a\x24\x36\xe8\xb4\x3b\xad\xf6\xa0\x3d\x38\xaf\x72\x55\x3c\x80\xe6\x0f\x79\x3f\x1c\xe7\xc8\x12\x28\x38\xc7\xc2\x71\xf8\x12\x75\x73\x46\x46\xc3\xda\x2c\xbe\xe7\x15\xad\x31\xd9\x5f\x69\x51\xe1\x91\xaf\x93\x9c\x4e\x6f\xbd\x64\xd4\x98\x0d\x7c\x41\xdf\x62\x0d\xdf\x6f\x00\x07\x53\x18\xd5\x96\xde\xc4\x4f\x52\x5c\x51\x16\x6a\xc1\xc5\x64\x92\x2a\x8a\x9f\xbc\x9a\xd5\x2b\x81\x14\x47\x34\x86\xd7\x9c\x45\x47\x09\xc3\x40\xa6\x48\xbd\x5a\x04\x91\x5f\xc6\x49\x87\x61\x96\x14\xc2\x00\x77\x8a\xd3\x8c\xda\x36\xf8\x23\xcb\x02\xd5\x60\x9e\xd5\xce\xd1\xe6\x26\xca\xd7\x1e\xfa\xe9\x27\xbd\xdd\xb3\x3a\x2b\xc3\xd7\xa4\x4b\x05\xb5\x33\xa3\x17\x18\x66\xcb\x48\xe5\x30\xc6\xe2\xd7\x5a\x64\xa6\x3c\x0d\x0f\xb5\xaa\x05\xd6\x75\xf1\x25\x3b\xa2\xc3\x55\x50\x0e\xc3\x2c\x6f\xc0\x9f\x40\x03\x35\xfd\xd6\xda\x28\xae\xdc\xea\xd4\x3b\xe5\x18\x85\xf5\x68\xe4\x38\x06\x79\xd2\xe9\x44\x15\xcd\x0b\xef\x8a\xf8\x22\xbc\x4a\xfc\xc9\x04\xe4\x48\x3f\x63\xcd\xcb\x2a\x13\xe4\x93\x9d\x3e\x95\xbc\xd2\x0a\x57\xaf\xe2\xea\x63\xb8\xb2\xe5\x0e\x3f\xb6\x4f\x65\x1d\x48\x6e\x7d\xd9\x23\x84\x1e\x2e\xe3\x17\x49\xf5\x5c\x47\x20\xf7\x96\x75\x96\x3a\x84\x46\x01\xa5\x1a\x71\xc0\xc8\x2f\x76\x2c\x07\xa7\xa2\x10\x51\xba\xf7\x22\x20\xb4\x61\x88\x6a\xd2\xc4\x16\x06\x95\x62\xd7\x0e\x64\xde\x98\x37\xdd\x5d\x3c\x54\x73\xe5\x93\xe5\xa8\x53\xe0\x7d\xce\x9a\xa6\x36\x28\xec\x77\xee\x77\xfe\x17\x89\xe1\x62\xdf\xc2\xb6\xfe\xdc\x0d\x8c\x2c\x4b\xbb\x46\xc5\x5c\x56\xc2\xbf\xd2\xd4\x46\x28\xae\x96\x8e\x53\xd8\xc3\x35\x98\x07\xa9\xd1\xd5\x09\xdf\xb4\x71\x4f\xac\x36\x87\x34\x50\xa0\xec\xb0\x38\xc7\xba\xbd\x58\x6f\x17\x42\x67\xa1\xe8\x39\x3b\x36\xfb\x75\x29\xba\x41\x9c\x3b\x9f\xd8\x02\xa0\x59\x7d\x56\x0d\xb1\x24\xf7\xcc\x10\x01\x12\x58\x67\x6f\x23\x99\x74\xa1\x7f\x39\x4c\xb8\x02\x36\xa0\x30\x7b\x23\xc2\x71\x85\x63\xae\x6b\x3f\x2a\xbf\x9d\x16\x6d\xda\xca\xfe\x6a\x16\xe4\xaa\x45\xcb\x27\x42\x56\xa2\x6f\x2b\xe1\xa5\xa5\x88\xa4\x23\x64\xf4\x62\x96\xa1\x5a\xc1\x1c\x10\x5c\x88\x9a\xc5\x84\x3e\x30\x2f\xc9\x5e\x59\x0a\x4b\xba\x40\xdd\xc2\xda\x52\x5a\xd2\x0b\x12\xd2\x1b\x58\x8e\x6b\x37\xa5\x8f\x2d\xec\x1e\x3a\x15\x13\x27\x14\x5f\xf2\xb5\x0c\x7a\xb0\xed\x49\x26\x00\xb1\x43\x69\x17\x4d\xd2\x23\xa4\xf6\xfe\x2b\xee\x53\x5a\x80\x16\x11\xe9\xf8\x1b\xec\x4d\x79\x54\xe5\xf9\x6c\x9a\x7b\xcf\x5b\xd8\x34\x27\x3b\x16\x46\x41\xf2\xa8\xbf\x35\xcb\xbe\x6f\x14\xf5\x7d\xe9\x1e\xb7\x14\x67\xec\x02\x47\x84\x81\x6f\xb0\xab\x30\x8d\x83\xa4\x5a\x90\x17\x93\x06\x58\xde\x29\xd8\xed\x37\x9c\x5f\x65\xe4\x73\x6e\x62\x6b\x8e\x71\x0a\x73\xc3\x90\x27\x4f\xd9\xc4\x94\xa8\x8b\x74\x58\xf2\xbd\x49\x62\x32\x8a\xc2\xc7\xba\x4d\x88\x26\x16\xd6\xc6\x58\xd9\x9a\x3e\x56\xea\xfd\x0b\xe8\x98\xfc\x34\x9d\x8e\x71\xa0\xde\x27\xfa\xa3\x04\xfb\xc1\xb5\xb4\xdf\x29\x07\xb2\x69\x44\xd3\x56\x96\x88\x68\xb6\x18\xdb\xb3\xf3\xaf\x85\x0e\x4d\x84\x71\x81\x89\x7a\x92\xe2\x85\x79\xbd\x5b\x5f\x34\x8d\x16\x85\xf5\x27\x4a\xdc\x06\xc9\x53\x15\xd2\x21\xa7\x02\x24\x88\xdf\xce\x03\x3e\x1a\x3a\x25\x79\xf5\xb0\xca\xb6\x54\xde\x2c\x76\x8d\xbc\x08\xe7\x84\xb0\xe1\x36\x21\x94\x3d\x99\x4b\x55\xbf\xd8\x40\x85\xda\x51\x06\xad\x40\x29\x6a\x68\x26\xac\x37\x24\x6f\xed\x26\x12\xf3\xae\x4c\x3e\x07\x03\xb8\x2f\xa1\xff\x2d\xbe\x2c\x99\x67\x85\x61\x5e\x98\xbc\xa5\xd0\x49\x2b\xe5\xee\x49\xb6\x09\x78\xb8\xd3\x27\x8d\x91\xb5\xbc\xff\x0b\x57\x18\x4c\x58\xbc\xa0\xf2\xea\x58\x5e\x83\x59\x5e\xb0\x07\x90\x53\x48\x33\x00\xb8\xd8\x2b\x24\x0f\x54\x8e\xa9\x6d\x45\x18\x31\x4b\x5e\x66\x07\xc0\x4c\x66\x2e\x70\x04\xc6\xbc\xc5\xd0\x44\x94\x72\x07\x30\x1a\x3a\xbb\x18\x96\xa9\x33\x00\x15\x96\x24\x24\x6d\xa1\x4e\x0b\x4c\x8e\xe1\x03\xb7\x9f\xdd\x1f\xa0\x78\x1c\x12\x19\xc1\x43\x3e\xfd\x74\x15\x8e\x46\xa8\x87\x45\x83\x01\x4a\xfc\x28\x88\xc7\xa3\xeb\x7b\x3a\xdc\x53\xab\x09\x36\x4c\x1e\xda\xff\xc5\x83\x29\x25\x8d\x7f\x03\x2e\x44\x27\x39\x30\x59\x90\x44\x8d\x2b\x78\x86\xfb\xd3\x0c\x57\x9e\xf1\x68\x54\xcf\x3c\x96\xb8\xc3\x63\xe6\x5b\x0e\xb1\xe8\x9e\xa0\x7b\xe8\x19\x19\x0e\xf2\xff\xcf\xdc\x67\x66\x0a\x46\xe6\x6e\x9c\x9a\x3d\x4e\xa2\x1e\xa3\x2e\xaa\xd8\xb4\x1b\xf5\xd3\x69\x66\xb3\xec\x50\x54\xff\xe0\xbc\x4a\x32\x94\xc8\x14\x4e\xa5\xd3\x5a\x35\xd2\x9a\x5b\xdc\xea\xe8\xd2\x96\xd6\xb5\x29\xad\xd0\x78\xb3\x34\xf1\x40\xae\xc0\x15\x31\xee\xf2\x34\xc8\x6c\x21\xdd\x54\x57\x58\x22\x6f\x69\x3c\x00\x7f\x6b\xc0\x5a\x42\x9b\x59\x31\x06\x60\x37\x6d\xa8\xc9\x45\x32\x68\xa6\x20\xe7\xc9\x64\xf9\x98\xa3\xe7\xa6\x3e\x5b\x49\x0d\x9d\xa7\x70\xb6\x3b\x4b\x1d\x33\x51\x6a\xc1\xc3\x78\x7e\xa4\x16\x52\xf4\xed\xb4\xda\x36\xcd\x80\xa2\xe2\x0e\x18\x5f\xe6\x2c\x4f\x63\xc9\x9e\x80\xe5\x10\xbf\x6e\xaf\x0f\xb7\x44\x89\x13\x0a\x71\xfb\x37\x9b\x86\xeb\x01\xf5\xe3\x6f\xb7\x77\x6f\x10\xd9\x3e\xb9\x05\xa5\x6d\x17\xce\xa5\x3c\xce\x6c\x8b\xb7\xb8\x85\xb4\xe2\x96\x0e\xbb\x9d\x1f\x3e\x07\x83\x0d\x69\x7b\x96\x28\x64\x41\xf5\x38\x73\xa9\x5a\x64\x5f\xfe\x3e\xf4\xe5\x85\xd2\xc1\x77\xa0\x8e\xf8\x8b\xa8\xcd\x2d\x8b\xaf\x94\x26\xf9\x19\x1f\x6a\x57\x58\xd9\x87\x6f\xd8\x43\x7f\x3c\xb0\x06\x3b\xdf\x8e\xbe\x91\xc2\x41\xdb\x5d\xe3\xcc\xa5\xdc\xb5\xc9\x2e\x04\x3c\x11\x5b\xb8\xb8\x22\x61\x4f\x87\x57\xc8\x18\xec\x99\x6e\x7b\x2e\xef\x4e\x2a\xc6\xd2\xbe\x19\x5d\x5a\x81\x2d\x56\xc1\x60\xc5\x1a\x92\xc0\xa9\x98\x57\xf4\x25\xee\xeb\x0c\x39\x00\x84\x31\x3f\x6a\xfb\x92\x1e\xdf\x40\xe3\x20\x9c\xd1\x64\x20\x50\xc1\x3a\xa4\xd2\xd9\x9a\x1a\x66\x2a\xd0\x5d\x7a\x13\xeb\x89\xef\x0e\xfa\xe0\x3f\x81\x1f\xdf\xb3\x82\xf8\x7b\x67\xcc\xdf\xa3\x9e\xd8\xc6\x0c\x17\x55\x14\xdf\x89\x31\xde\x3b\x8a\xa6\xa2\xf8\xbe\x18\x77\x49\x3d\xf1\x37\xe7\xdd\xdf\x5c\x59\xfc\xed\xb7\x0a\x4f\xb1\xed\x71\x9c\xd0\xee\x6f\xef\x28\xa5\x0f\x77\xdf\x5f\xd8\xb6\x0e\x79\x7c\x4b\xee\x1e\x45\x0a\xf2\x5c\x95\x27\x32\x5d\xca\x29\x2d\x59\xfe\xca\x9b\x73\xaf\xdd\xfc\x5e\x93\x52\xde\x7b\x0e\xca\x45\x73\x4f\x2a\x39\x27\x0d\xc4\xcc\xf4\x93\x5a\xda\x49\x5e\xd1\x91\x78\x12\xf4\xa3\x39\x70\xf1\x53\x4d\x3e\x79\xe0\x67\x43\x0f\x59\x52\x50\xe6\xc7\xeb\x77\x71\xdf\x1f\xa1\x49\x3c\xba\x1e\x84\x23\x14\x0f\x10\xdd\xb4\xd8\x29\xde\x72\xe4\x65\xb1\xed\x37\xd5\x82\x5a\xc3\x0a\x63\x12\xaf\x77\xc9\xfb\x9b\x97\x66\xec\x20\xc9\xd6\xb2\xf7\xc9\x60\x6a\x60\x23\x38\xed\x91\x19\xd4\x89\x78\x77\x65\x92\xc4\x59\x4c\x3e\xa1\x4d\x72\xfa\xd0\x0b\xb0\x7a\x68\x13\x45\xf8\x8a\x20\x50\x0c\x21\x9a\x8e\x46\x8e\x85\x22\x30\xc8\x97\x89\x14\xef\xc8\x16\xc9\x93\xcf\x49\xb1\x92\xdb\xa9\xd8\x7e\x17\xf6\x12\x3f\xb9\x9e\xa7\x23\x97\xf2\x83\x3a\x41\x41\xb6\x50\xa6\xf5\x24\xc2\x05\xef\xb2\x3f\x42\x61\x34\xc4\x49\xa8\x04\x70\x55\x22\x3a\xe8\x79\x46\xcd\x08\xa3\xe6\x74\x96\x08\xfb\xc7\x63\x0c\x83\x7b\x9c\xf0\x33\x18\xfa\x19\x47\x88\x85\xf2\xa0\x62\x90\x71\xaa\x44\xa8\x28\x0e\x20\x97\xbb\xe2\x4b\x9c\x24\x61\x80\x53\x74\x44\x15\x22\x21\x4e\x29\x03\x9f\x5c\xa3\x30\x62\xd9\x8c\x73\x04\x4a\xb4\xa0\xe7\x6a\x38\x5d\x14\x80\x21\x73\x39\xca\x2d\x12\x35\x90\x4c\xd4\xc1\xf5\x29\x25\x61\x45\xba\x29\x30\x49\x94\xfd\xc5\x42\x3c\x0a\x36\xd0\x33\xc8\x94\xf5\x4c\x37\x1c\xb1\xb7\x49\xfe\xc6\x38\x1b\xc6\x41\xa1\x8f\xbc\x54\x5a\x8f\x91\x6f\x73\x3c\x43\xc8\x0c\x67\x48\xd1\x57\x0c\xb2\xf9\xbc\x3a\x83\x18\x4e\xfc\xab\xc8\xfc\x22\x31\x12\x22\x2c\xe4\x69\xf5\x5c\xe6\xc4\x5b\xd3\x8b\x31\x8e\x2c\xa6\xc3\x64\x47\x29\xc6\x02\xe5\xcc\x87\x9d\xbb\xf2\xf2\xd6\xf4\x0f\x56\x04\x98\x99\x14\x77\xfd\x0a\x85\x63\x69\x62\xc7\xe9\x07\xde\xe4\xd0\x4f\x0f\xaf\x22\x46\xf6\xd7\x95\x67\xa4\xe6\xb3\xaa\xf0\x79\x22\x8f\xb0\x09\xf2\xf2\xe4\xc5\xdc\x7e\xd0\x5a\x85\xd3\x6d\xa9\xf5\xff\xa4\xd3\x09\x11\xb5\xa2\x30\x5b\xf1\x89\x70\xca\xb6\x3e\x3f\xb9\x98\x92\xd1\xb5\x8e\x07\xb2\x64\x50\x28\x18\xa7\xdc\xe3\x36\x79\x96\xa2\x9c\xa3\x87\x54\x29\xcc\x27\x9d\xae\x52\x13\x82\xdc\x41\x65\x3f\x70\x6c\x3b\x88\x2b\xc6\x07\x38\xc1\x51\x9f\x34\x00\xe3\x3c\xd1\xd7\xab\x31\x0c\x4c\x2e\xb6\x01\x74\xee\x33\xc8\x96\x1a\xc3\xc6\x54\x77\x60\xa5\xa4\x32\xd3\xa4\x2a\xef\x69\x44\xc7\x01\x26\x90\xae\x5a\x33\x04\xea\x16\x9f\x8f\x3c\x83\x4d\xa5\x2a\xae\xe1\x88\x28\x0d\x21\xe5\x00\x48\xa5\xfa\x57\xe6\x95\x3c\x62\x39\xda\x64\x6c\x93\xdf\x59\xcc\xe5\x45\xb4\x5c\x31\xc7\x33\x1b\x81\x25\x97\xc7\xc9\x36\x57\x2e\x8f\xa0\x2e\xad\x11\xfe\x4e\x5d\x27\x4e\xaa\xe1\xc5\x6f\x43\x36\x45\xee\xea\x8e\xb9\x42\x87\x8c\x99\xb1\x24\x01\x40\x52\x60\x42\x1f\x04\x28\x8d\xc7\x98\xa6\x9e\x42\x57\x43\x1c\xa1\xeb\x78\x9a\x08\x33\x7b\x9f\x88\xb3\x14\xf8\x3d\xc7\xce\xbd\xeb\x2e\xa8\x3b\x3a\x17\xed\x65\x88\x32\x80\x95\x15\x73\x64\xc4\xd0\xdf\x72\xbb\x9b\x8b\x46\xa9\x39\xed\xc6\x13\x22\xec\x4c\x72\xb9\x87\xc9\x3b\x77\x10\xa7\x24\x60\xa0\x61\x52\x64\xaa\x31\x68\x22\xef\x79\x4a\xd9\xea\xa4\xfb\x67\x59\xf9\xe5\x96\xe3\x0e\x8d\x28\x97\xd8\xa2\x7f\xd6\x35\x2e\x22\x1e\xf2\xcb\xb6\xf7\xfe\x18\x8c\x26\xe6\xd4\x43\x6c\xab\xce\x8b\xe9\x9b\xb5\x0c\xb0\x5a\xb8\xc5\x92\xe9\x3c\x93\x8b\x9f\xa3\x4d\xa9\x7d\xf5\xd3\x02\xa9\x8b\x1c\x9b\xec\x0e\xba\x8a\xa3\x67\x19\x95\x9f\xb9\xbb\xa3\x14\xbc\x70\x14\xc7\x13\xe4\xf7\xe2\x4b\xcb\x36\x58\xdc\xe5\x67\x1c\xda\x33\x77\x87\x81\x8b\x8a\x56\xe5\x7e\x8a\xb7\x25\xf2\x6a\x95\x5a\x3c\xe2\x70\x02\x3d\x05\xfb\x97\x45\xd6\x8d\x6d\xe3\xeb\x8f\xe2\x08\x3f\x00\xc7\x03\xb8\x68\x33\xdf\x43\xe0\x45\x89\x9d\x8c\x14\x9b\xbb\x91\xc9\xb9\x48\x54\xe1\x88\xf3\x53\xab\x3d\x99\xfd\x8c\x6c\xbd\xdd\x8f\x90\x0f\x9e\xb7\x5a\x2c\xc2\xc2\xc8\x42\x46\x9c\xf7\x62\x10\xb6\xf0\x34\xc2\xf8\x41\x0d\x87\x98\x86\x17\x51\x38\x08\xfb\x7e\x94\xb1\x80\x92\x21\xed\x3d\x80\xa4\xed\xd8\x8e\xc9\xbf\x4a\x1e\xc4\xf4\xac\x2c\xbf\xb9\x87\xb0\x31\x66\xf3\x3a\x59\x38\xc2\xe0\xcb\xa6\x57\x73\xc6\x1a\x59\xcd\xc2\xc4\x48\x69\x37\x18\x73\x07\x0d\xdf\x5b\xaa\x17\xd9\x3f\x5b\xd9\xd8\x0d\x5b\x18\x87\xf6\xbf\x3c\x80\xb3\xda\xac\x56\xab\xd5\x6b\x8d\x5a\xd3\x43\xb5\x59\xad\x55\x6b\xd7\x3a\xb5\xb5\xf3\x07\x03\xec\xa1\x4e\xe9\xd0\x2b\x2c\x7c\x1d\x9f\x11\x63\xc5\x5e\x31\x87\x60\x58\xae\xfc\x81\xfe\xf7\xeb\x57\x88\xd9\xab\x89\x1a\x03\x54\x11\xd3\xfb\xc3\xa6\x45\x51\x28\xff\x01\x54\xc9\x68\x88\xff\x2c\x6d\x4c\xaa\x03\xa0\xe4\x31\xc2\xd1\x45\x36\xa4\xa6\x47\x4e\x2e\x52\x3e\x66\x4c\xbe\x50\x16\x8b\x14\xb3\x13\xf5\xe3\x80\xd0\x3b\xa6\x3f\x74\x72\x87\xd7\xc5\xb1\x3f\x05\x01\xe0\xa8\xbf\xb2\x87\x67\xee\x36\xe7\x05\x90\x29\xb5\xda\x17\x0e\xee\x92\x13\x6b\x89\xc8\x2e\x96\xb8\x06\xf3\xc2\xba\x58\xaa\x28\x43\xf2\x21\x1b\xac\x2f\x14\xcd\x85\x4d\x85\x33\x96\x0b\x9f\xaa\xaf\x5f\xd1\x1e\x9e\x15\x86\x6f\x99\x43\x40\x7d\x3f\xc3\x11\xdb\xf3\x55\x0a\x72\x30\x7f\x37\x21\x49\xf7\xb0\xf9\x80\x9f\x32\x6e\x28\x51\x26\xa4\xf9\x5d\xf4\x5e\xb7\x2c\x2e\x65\x68\x43\x60\x57\xe7\xf1\x33\xc4\x9b\x86\x3b\xa5\x19\x94\xd4\x99\x12\x0d\xec\xbc\x58\x38\x12\x32\xb0\xbf\x1a\x0c\xcb\xe2\xab\x98\x0d\x7d\x11\xea\x20\x27\x31\x77\xe9\x30\x3d\xc9\x79\x8c\xc2\x73\x1c\xc0\x4f\x54\x96\x44\xe1\xe7\x75\x8c\x4e\x75\x47\xfe\x78\x82\xf0\x0c\x22\x49\xf6\x42\xbd\x73\xf4\x5e\x95\x94\x31\x6f\x1b\xe8\x7d\x6a\xdf\x16\x24\x45\x41\xfc\x1f\x8e\x40\xe9\x50\x9f\x88\xa4\x11\x86\xad\x16\xf9\x19\xf2\x51\x16\x8e\x2d\x12\xb7\x2d\x24\xbb\xdc\x5d\x77\x52\x08\x79\x70\x48\x51\xb4\x49\xd0\x63\xb3\x70\x16\xf2\xa8\xd8\xe4\x3f\x95\x46\x0b\x2d\xa3\x4a\x48\x31\x7e\x8e\xd6\xab\x55\x11\x2d\xdb\x29\xc5\x53\x38\x6a\x8f\x97\x50\x28\xc2\x6d\x7f\xdd\xcc\x9b\x7e\xf5\x8a\xb7\x61\x29\x2f\x1a\x2d\x21\xf8\x3b\xb7\x25\x79\x4c\xe9\xe2\xba\xd3\x98\xba\xa3\xdc\x97\xed\xfe\x26\x32\x07\xbb\x4c\xc6\x60\x93\x0a\xc5\x66\xbb\xb4\xa9\xa2\x69\xcb\xb1\xe2\x87\x91\xdf\xd3\x4f\x1e\xd2\x01\xa0\x2c\x3b\xa5\x31\x38\x88\x10\xa8\x08\x86\x61\x76\x57\x51\x30\x5f\x9c\x62\x75\x39\x98\x14\xf9\x5c\x36\x74\xaf\x85\x35\x99\x72\x94\x2d\x2e\x92\x93\xc9\xd8\x19\x86\x45\x54\x3b\x13\x30\x78\x9c\xf9\x4d\x58\x3a\xf4\x0f\x48\xbf\xd9\x20\xa4\x9f\x2a\x7c\xc1\x42\xf0\x8a\x28\xb5\x89\x0e\xfc\x6c\xb8\xd2\xc7\xe1\x28\xaf\xb9\x8a\x16\x88\x48\x64\x3f\xff\x96\xda\x79\x1c\xe6\x48\xc6\xf1\xf7\xb6\x76\x9f\xec\xb8\x2b\xd3\x82\x71\xde\x55\x69\x61\xde\x39\x57\x06\x0b\x27\x35\x8a\xab\x1c\xfd\xdc\x3c\x39\xaf\x98\x34\xc2\xcc\xef\x6b\x4e\x93\x3a\x52\x6f\xf1\x29\x90\xc4\x86\x41\x38\x1a\xf1\xb0\xb3\xcc\x4d\x02\xce\x5b\xf3\x85\x12\x7e\x98\x8b\x6c\x87\x5e\x19\x94\xd3\xc5\xa7\xd4\x2c\x33\x48\xa5\x08\xe5\xbe\x8c\xcf\x4a\x1c\xc1\x98\x2b\x48\xdd\x7d\xd2\xa2\x25\x64\x32\x89\xec\x47\x2c\x99\x3d\x98\x07\x2a\xf2\x35\x51\x6f\xc8\xc7\x1f\xaf\xdc\x51\xe6\x3f\x5e\xa1\x4d\xf2\xaf\x23\x81\xda\xf8\xe3\x17\xb2\xcd\xcc\x9a\x7e\x80\x3b\xeb\x3d\x3d\xfc\xba\x28\xe6\xa7\x9f\x91\xcc\x39\x0a\xee\x09\x4a\xdc\xdd\xd1\x56\x2b\xb5\xd9\x8b\x5a\xe7\x05\x7a\x4e\xba\xf0\x05\xf6\xf4\xdd\xdd\xdd\xdd\x2a\x5a\xa2\x2f\x7e\xfe\x19\xd5\x66\xf5\x1a\x6c\xf7\x04\x01\xc7\x76\x4f\xbb\x58\xa9\xcd\x5a\x9d\x76\x8d\x02\xbb\xd2\x81\x5d\x95\x05\x06\xc3\x8b\xd3\x29\x78\xfa\x54\x00\x8d\x57\xaf\x68\x4d\xb4\x84\x60\xa4\x0b\xeb\xb3\xba\xab\x9b\x50\x87\xfd\x15\x97\x5d\xda\x44\xb5\x95\xb6\xb3\x0c\x8c\x29\x2b\xfa\x9c\xda\xdb\x70\x6a\xab\xa2\x9f\xd1\x4a\x1b\xfd\x17\xaa\xa3\x0d\xb4\x5c\x2f\x23\xa2\x18\x9c\x43\x15\x37\x3c\x94\xf4\xfd\xfe\x10\xb3\xec\x3a\xf3\x05\x0e\x52\xf3\x23\xa1\xc7\xa4\x52\xa1\x55\xc9\x51\x49\x41\x92\xec\x26\xd2\x60\xd8\xaf\x98\x68\xd5\x4d\xf4\x31\xa9\xd0\xf2\x40\x90\x6b\xbd\x35\x4b\x9f\xae\xf2\x1c\x3e\x15\x51\x3e\x87\x8f\xbe\xa2\x5a\xc9\xb0\xe6\x11\xbe\x92\x9c\x9d\xe0\xd6\x91\x29\x40\x22\x9e\xbe\xe7\x89\x36\x92\x76\xe7\x53\x76\xb4\x9f\x67\x48\x83\xa3\x3e\x18\xd2\xd0\xff\xda\x0d\x69\xf6\xf0\xcc\xd4\x04\xd8\xc0\x91\x82\x9b\x14\xe8\x0a\xfd\x5d\x2e\xfe\xa6\xae\xbe\x18\xe2\x59\x69\x15\x46\x89\x93\xe7\x82\x51\x35\x4b\xb5\x7e\x5f\x8c\x7c\x88\x67\x66\x08\x4d\x36\x7e\xd2\xd1\x7e\x7e\x22\x21\x6b\xe0\xcc\xdb\x1e\x53\xaf\x4a\x9f\x3c\xd3\x45\x8f\x91\x74\xd6\x4d\x40\x43\x3c\xeb\x0e\xfd\xa4\x74\x9e\xad\x74\xee\x81\x0e\x72\xa4\x85\xf4\x20\x77\x75\xc7\x43\x1c\xc7\x8e\xad\x71\x00\x4b\x80\xb4\xaa\xb9\xda\xa7\xde\xa9\xda\xf8\x9d\xad\x2a\x69\xa7\x36\x28\xae\xeb\x60\x10\x02\xdc\xa7\x38\x8c\x2a\xcf\x9e\xdd\x22\xe2\xa6\x44\xe1\x74\xbd\x2d\xa2\xe9\xe1\x2b\x85\x12\x6e\xf9\x05\xe3\x10\x9e\xfe\x7c\xa9\x89\x2f\x36\x6a\xb3\x2d\xd6\x63\xf9\x48\x99\xb4\xca\x62\x89\x52\x68\x9d\x77\xfc\xe8\x42\x1f\xd9\x51\x66\x91\x55\x73\xb5\x48\x6a\x3a\xb9\x51\xb6\x85\x36\x0a\xf2\x63\xd2\xd5\xd2\x04\xcd\x04\x74\x7a\x3f\xca\x58\x67\x57\xd2\x69\x2f\xcd\x92\x4a\xe8\xa1\x46\xd5\x83\x24\x7c\xb9\xca\x82\xac\xa8\xf5\xaa\xcd\x01\x77\xe1\x3d\x4f\x19\xa6\x55\xd4\x28\xeb\x3e\xfb\xce\xcf\xc2\xa8\x5e\x6e\xd3\x62\x65\xf9\xbe\x25\x1e\x6f\xb7\x75\xb1\xea\x7f\xde\xee\x55\x16\x81\xfb\x5a\x53\x23\x68\xcf\xbe\x87\x51\x5c\xfe\xa3\xb6\x31\x3a\x1c\xdf\xf1\x4e\x26\x21\x48\x77\x24\x3a\x75\x2b\x83\x24\x1e\x93\xb7\xdd\x38\xc0\xb0\x49\x95\xdd\x90\x64\x80\x77\xd8\x93\x14\xba\xbd\xfd\xb6\x24\xc8\x71\xa1\xc5\xf0\x5d\x6f\x4e\x6c\x15\xd1\xfd\x49\x5e\x6e\xe5\xb7\x28\x51\x6b\xb1\x5d\x4a\x54\x13\x1b\x95\x78\xf3\xd0\x7b\x95\xd6\xf4\xbc\x5c\xce\xa1\xa4\x45\xcf\x7b\xbb\xd2\x67\x04\xbd\x95\x55\x42\xbe\x26\xf4\xad\xca\xae\x5b\x5c\x78\xab\xd2\x10\x2e\xbb\x53\x7d\x38\xdd\x5d\x5e\x2f\xb7\x51\x7d\xc8\x06\xeb\x62\x9b\x62\x0f\xb7\xdb\xa4\x68\xa3\x7f\xde\x1e\x55\xb2\xfd\xfb\x5a\x59\xd3\x6c\xb0\x6e\xdf\xa0\xc8\x28\x3e\xe4\xf6\x94\x25\xd7\x05\x06\x46\x01\x26\x47\xf4\x0f\xc7\xfb\x5d\xee\xe9\x54\xc1\x69\xdf\x9f\xe0\x4a\xc1\xc6\x69\xb2\x65\xd4\xf7\xb3\xfe\x10\x55\xcc\xf4\xd1\x80\xc2\x30\x89\xaf\x80\x6e\x21\xe3\x4a\xe5\xd9\x81\x3f\x1a\xc4\xc9\x18\x07\x6c\x1a\x02\x3f\xf3\xcd\x14\x74\x8b\x33\x70\x79\x52\x6f\xcf\xbf\xd9\x5c\x2d\x42\x26\xdf\x35\xf3\x06\x0a\xa3\xac\x3b\x27\xc3\xf2\x8c\x9b\xd5\x71\x19\x03\x28\x5b\xc3\x34\x62\xd4\x43\x2d\x04\x14\xba\xe2\x70\xaa\xa5\x03\xd0\x88\x14\xbc\x90\x0b\x13\x07\x2c\x9b\x99\xe4\x85\xee\xcc\xc4\x2b\xd9\xc9\x5e\x4b\x29\xd1\xc6\xd3\x34\x43\x3d\x8c\x42\x32\xa2\x63\x1c\x65\x34\xcf\x9a\x0f\xd7\xeb\x09\xce\x84\xc7\x42\xa9\xdc\xbe\x5a\x9e\x4e\x55\xb9\x4f\x73\x1c\x52\xd7\xaa\x3c\x41\xfc\x67\x3c\xc9\xd0\x34\x9a\xf0\xa4\x81\x6a\x76\x50\xc9\xa6\xa5\x66\xe1\xbe\xaf\xd9\x38\x40\xa6\xc1\x2d\x31\x0a\xc2\x4b\xcc\xf5\xb9\xa4\x19\x1c\x64\x77\x65\xd6\x3c\xda\x48\x3f\x63\x49\xb4\x59\x12\xd3\x2c\x46\x61\x96\x72\xaf\x18\x44\x28\xf8\xae\x77\x4c\x3d\x2b\xf2\x34\x21\xae\xfb\x92\xa9\x54\xd6\x5d\x66\xde\x87\xc0\x4a\xd9\x66\x33\x00\x19\x38\x99\xa7\xa2\xb6\xb3\xea\x4c\x89\x96\x8f\xb6\xfd\xcc\xe7\xc2\x7a\xad\xac\xa4\xb9\x15\x04\x29\xb4\xc1\xf3\x82\x3b\x46\x9a\xd1\x42\xf9\x4d\x51\x04\x59\x30\x32\x8f\x33\x63\x17\x44\xd7\x3c\x73\x02\xa0\xfc\x92\xfa\x94\xf8\x92\x05\x25\xb5\x27\x06\x8e\xf7\x30\x93\xf9\x91\xa2\x53\x79\x66\xf2\xfb\x52\xf5\xe6\xef\x8d\xac\x64\x99\x64\xe6\xa6\x7b\x7d\x9e\x8e\x4e\x0e\x28\x2a\x0d\x10\x0b\x26\xaa\x82\x92\x7d\x9c\x81\x8c\xe6\xc4\x89\x64\xb4\x26\x31\x65\xc0\x70\x7e\xa4\xb4\x2d\xe8\x9a\x8b\x7c\xb9\x29\x91\x0d\x98\x41\xb4\x4b\x9b\x6a\x92\xf4\xb2\x14\xcc\x73\x9d\xa6\xc8\xbf\xf4\xc3\x11\x44\xec\xa2\x7c\x01\x98\x9d\x9b\x6a\x4e\x25\x67\x95\x30\xba\x8c\x3f\xe3\x54\x4f\x32\x5c\x61\xc9\x81\x3d\x74\x35\x0c\xfb\x43\x2b\xab\xee\x5d\x17\xb0\x6a\xb3\x55\xbe\x50\x7a\x71\x3c\xc2\x7e\x74\x83\x82\x78\x77\x34\x4d\x87\xe8\xd7\x21\xce\x68\x3c\x13\x9e\x8b\x16\xdc\xb5\x26\x7e\x02\x8c\x82\xbd\xca\xb9\xb6\x60\xd7\xb7\x08\x07\x22\x38\x3d\x8c\xf8\xdd\xb7\x79\x01\x70\x9b\x12\x92\x6b\xcd\xf0\x54\xb9\xae\xb8\x1c\x0b\x82\xb1\x67\x0a\x56\x63\xad\xd2\xa2\xca\xe2\xa3\x03\xbe\xa0\xce\x84\x2d\x91\x9c\xb8\x2d\xda\x12\xf2\x9a\x1b\xa7\xc1\xc8\xba\xd4\x2a\xe4\xa3\x64\x68\xe6\xa2\x7b\x5e\x3c\x97\x15\x36\xb5\x94\xcc\x45\x85\x39\xf4\xbc\xb6\x3d\xa2\x5f\x37\x9e\x46\x19\xa7\x2f\x0b\x33\x21\x40\x23\x9a\x48\xf8\x18\xe2\x16\x6f\xaa\xf8\xaf\x6a\x4d\xbe\x34\x79\x91\x6b\xc8\x19\x06\xc7\xf1\x34\x0a\xd0\x74\x42\x1d\x0a\xfb\xa3\x69\x80\x35\xba\x37\xab\x69\x18\xe5\x46\x2e\xf2\x87\xf2\xb1\x6d\x05\x16\x41\x7c\x15\xc9\x78\xc4\xd1\xe8\x1a\x0d\xa6\x62\x51\x5a\x22\xe9\xaf\xae\xa2\x11\x4e\xa9\x53\xa5\x5d\xd6\x02\xbe\x91\xe0\xb1\x1f\x46\xaa\x70\x55\xae\x5f\x63\x7f\x56\x51\xfa\x05\x17\xa7\x68\xd9\x96\x99\xdd\x9b\x7f\xa5\x2a\xe6\x9c\x6a\x1e\x5c\x53\x0e\x94\xcc\xf1\x50\x5a\x7f\x8e\x24\x02\x74\xd1\x13\xd0\x86\x93\x9c\xc8\x57\xb5\x8f\x61\x54\x91\x9b\x7c\x8e\x5a\x9e\x42\x67\x36\xf3\x49\x9e\xc1\xdb\x46\x24\x84\xee\x24\x80\xc5\x6e\x5b\x94\xcf\x53\x35\x0b\xfb\xfd\x4a\x1e\x01\xf1\x76\x49\x5a\x4f\x4e\xa3\x09\x82\x19\x4e\xc8\x69\x52\x6c\x0c\xcb\xf9\x01\x01\x9c\x21\xed\x15\x19\x77\x51\xf7\x20\xc1\x55\x6c\xb9\xea\x5d\x73\x8c\x94\x14\x58\x39\xc3\x87\x29\x37\x8b\x2a\xdc\x57\x66\x61\x7a\x32\x2c\x79\x44\x2d\x68\x28\x9c\x0c\x2d\x6f\xca\x33\x3d\x9f\x2a\x79\x6c\xd1\x22\x6c\xdd\x0a\x27\x15\x7f\x4f\x6e\xfa\xae\xc6\x6e\xa5\xb3\x50\x16\x3a\x79\xdd\xd1\xca\xcd\xb1\x1b\xfe\x49\x26\x6f\x1f\x8d\x0d\x31\xc7\xc4\x3a\x63\x85\x16\x6f\x2a\x0f\x13\x27\x4d\x47\x26\x7a\x7e\x06\x1f\xfa\x29\x64\xc8\x75\x9e\xb8\xe7\xa6\x22\xcf\xd9\xb5\xec\x03\x45\x27\x9d\x41\xa7\x61\xd7\x70\x8a\xe2\x48\x3a\x0a\xd7\x3b\xa8\xd2\xae\x37\xc0\x92\xb5\x6a\x39\x16\xef\xd1\xca\xfc\x18\x2c\x1e\xed\xe7\xe1\x7b\x89\xfa\x5a\x94\x81\xac\x30\x60\x6a\x91\xab\x19\x1d\x84\x05\x72\x92\xdf\x36\xba\x1d\x69\x08\xd1\x10\xc9\xf3\x82\xdc\x95\xb6\x21\x11\x73\xa0\x84\x6e\x3b\xd9\xdb\x6a\xb4\x3b\x76\x27\xb1\xa2\x54\xd7\xb7\x8e\xb0\xc6\x63\xab\x95\x0f\xb3\x76\x82\x45\x78\x0f\xb7\x86\xc0\x54\x43\xcc\xb1\xc4\xce\x35\x29\x7c\xe1\xdc\xbf\xca\x84\xd1\xcb\x7d\xa8\x48\x00\x61\x59\xc5\xa3\x96\x70\xac\x24\x00\xad\x30\x2f\x53\x6a\xd0\xf7\x66\x36\x1c\x96\x8d\x99\x6f\xc8\xc7\x8b\x8d\xf5\x87\x49\x00\x2c\x43\x1e\x6c\x9a\x96\xbf\x7c\xc6\x3e\x67\x04\x61\x0a\x5c\x8f\x23\x5c\xda\x85\x88\xb2\x22\xe6\x3f\x34\x77\x79\x2f\x30\xe7\x53\xc0\xab\xf2\x8c\x21\x65\xd3\xa5\xa8\x25\xe7\xab\x4e\x68\x41\x99\x50\x94\x31\x70\xac\x47\x87\x46\x82\x29\x6c\x54\x08\x16\xf2\x60\xe3\x4b\x84\x74\x82\xaf\x0d\x94\x74\x8e\x35\xc5\xdf\x7b\xf3\x9d\xd8\x65\x49\x6e\x52\x81\x8b\x93\x41\xa2\xf7\x31\xa0\xec\x67\x34\x5f\x3c\xab\x99\xc7\x0c\x45\x61\x8a\xf0\x60\x80\xfb\x59\x78\x89\x47\xd7\xc8\x47\x01\x4e\xb3\x64\x0a\xcf\x1e\xc8\xe9\xcb\x71\xd4\xc7\xa5\xa2\x8c\x96\xa4\x50\x25\xd1\x03\xa0\x94\x07\xe4\x86\x12\x8b\x6b\x2e\xc8\x20\xdc\xd3\xce\x80\x36\x39\x39\x8a\x64\x42\x0e\xb5\x84\xa3\x74\x11\xa1\x17\x54\x9b\x4f\xf5\xbc\xe8\x42\x74\xbf\x6b\x19\x5f\xf3\x40\x54\x0c\x06\xcd\x5b\x2b\xf3\x04\xf8\x05\x38\xab\x34\x42\x9c\xc9\xee\x4a\xf3\x60\x5d\x3c\xa4\xbc\x6b\xf1\x48\xc9\xef\xda\xf5\xc6\x6a\xb3\x51\x4e\xcc\x4f\x99\xc6\x47\x89\x7f\xef\xb3\x49\x7b\x26\x02\x27\x85\x51\x86\x93\x81\x64\x2d\x8c\x9c\xab\x82\xf3\x57\xd6\x75\x4e\xb5\x74\xbb\x65\xf1\x11\x7d\x34\xc4\xa3\x09\x4e\x88\xf8\x53\x62\x11\xec\x32\xdc\x98\x6f\xb0\x8e\xf2\x37\xb8\xc7\xa3\x32\x93\xee\x54\x41\xbb\xba\xf2\x91\xf6\x6a\x0f\xba\x54\xb1\x09\x5b\x6e\xfd\x9c\x5c\x55\x31\x1e\x04\xd0\xae\xfb\x3d\x63\x5d\xd8\x03\xe0\x22\xf5\xbc\xc8\x56\x22\x1c\x16\xd5\x2c\x62\x79\x86\x4b\x95\xc2\x17\x3f\x36\x5a\xe9\x89\xb0\xe4\xbd\x83\xad\xee\xfd\xd3\x13\x11\xa1\x79\x50\x0a\xd2\x02\xa3\xab\xbf\x04\x4d\xed\x8d\xfd\x7e\x29\xba\x1a\xfb\xfd\xbb\xd0\x96\xa8\x7e\x27\xfa\xfa\x8c\xed\x2a\x24\x89\xbe\xba\x1f\x01\x2d\x32\x0f\x94\xc8\x68\x23\xb4\xee\x62\xc4\x56\x78\xfc\x15\x9a\xa4\x39\x3e\x0c\x04\x1b\x70\x62\x60\x3f\x72\x2f\x06\x9e\xa9\x05\x42\xfa\x1e\xf8\xd9\x90\x86\xf5\x7d\xc2\xdf\xb3\x61\x7e\x99\x47\xfa\xbd\x39\xf7\xda\xad\xef\x35\xbc\x2f\x43\xa6\xc2\xc3\x11\x57\xef\x3d\xde\x2f\x87\xbc\x68\xdc\x5f\x81\xa1\x1c\xff\xd7\x15\xf4\x57\x7c\x87\xe0\xbf\xb6\x00\xba\xe6\x15\x05\x8f\x1a\x9b\x4f\x99\x44\x00\x52\x34\x58\xe9\x7d\x41\x78\x1a\xa5\xb6\xe4\x02\xe3\x0a\x23\xdb\x69\x95\x33\xd1\x62\x65\xb9\x91\x96\x78\xbc\x9d\x99\x16\xab\xfe\xe7\xd9\x69\x95\x45\xe0\xbe\x38\x65\x0f\xda\xb3\x9b\x6a\x51\x5c\xfe\x06\xb6\xc4\x46\xf9\xb1\x3f\x11\xc2\xe1\xd8\x9f\x2c\x1e\x7b\xc1\xe2\x22\x6e\x82\x70\x59\x65\xd2\x31\xbf\xad\xc1\x32\x5a\xda\x44\x4d\xb7\xcd\xf2\x75\x86\xeb\x16\xa3\x65\xfa\xe7\x32\x5d\xa6\x7f\x4e\x03\x66\x0e\xb8\x91\x03\xae\x84\x68\x09\xd5\xab\x16\x9b\x68\xfe\xa5\x8c\x65\x34\x07\xdc\xd4\x00\x37\x9c\x80\x1b\x56\xc0\x76\xc8\x59\x12\x4e\x46\x70\xf5\x52\xa1\xc3\xf2\xea\x15\xf8\x4d\x7c\xa5\xcf\x0d\xf2\xbc\x4e\x1e\x01\x05\x1b\x14\x31\x15\x9f\xe8\x54\x54\x3e\xa1\x57\xa4\xf5\x9f\x7e\x42\x80\xcd\x27\xf4\x1c\xd5\x56\xd6\xda\xd2\x0c\x55\x5f\xa2\x4f\x05\xe1\x2e\xa4\xb9\xa7\xb6\xe0\x63\x7f\x02\x36\xb3\x5b\x59\xa5\xc2\x11\x86\x4e\x77\xd0\x73\x54\x69\xa2\x65\xf4\xa9\xca\x7a\xda\x1c\x58\xbd\x9d\x8c\xf8\x0c\xa6\xe2\x22\x08\x78\xba\x6f\x93\x1a\xd9\x07\x82\x12\xda\x44\x12\x3a\x1d\xc3\x99\x04\x62\xeb\xe5\xc5\xed\xc6\xc1\xc3\x70\x84\x51\x45\xee\x27\x0b\x17\xe0\x8a\x35\x62\x1d\x16\xb9\x99\xc5\xfb\xcc\x38\xab\x0c\xf5\x0e\x76\xf2\x0a\x4f\xbe\xbd\x9d\xa5\x60\xb5\x0b\x31\xfa\xef\xda\xd4\x92\xed\x10\xd4\xae\x47\xde\x4a\xca\x9b\x5b\x8a\x5a\x0b\x6e\x0e\xa2\x9e\x30\x94\x17\x6f\x84\xa1\xfc\x7c\xbe\x6f\x94\x48\xf0\x25\x4e\x52\x7c\x20\x15\xcc\x5f\xd9\xe2\x9a\xfd\x90\x7f\x76\x52\x77\x21\x50\xdb\x16\xc0\xff\x74\xfe\x43\xd8\x0f\x59\xa1\xac\x83\x85\x9c\x46\x6d\xf8\x8c\x2f\x6c\x66\x9b\xff\xa9\x7a\x8e\x36\xd1\xa7\x72\xb1\x3a\x2d\x2c\x65\xff\x22\x8a\x13\xfc\xcd\xb8\x8a\x04\x72\x3f\x0a\xc0\xcf\x39\x9f\xee\x90\xbc\x39\x1c\xcc\xe3\x19\x52\x3b\x14\xc6\x0f\x9b\x9b\x68\xb9\x3e\x87\x27\xc9\x14\x26\xd7\xbe\x15\x23\xb6\x8a\x04\x89\x48\x7b\x99\xe2\x77\x71\x3c\xc9\x97\x84\xa7\xe3\xe0\x49\x33\xaa\x88\x1c\xda\x8d\xa7\x3f\xd9\x40\xcf\xb6\x5e\x77\xb7\x77\x76\xdf\xec\xed\xff\xf3\xed\xbb\x83\xf7\x87\x47\xff\xf7\xf8\xe4\xf4\xc3\x2f\xbf\xfe\xf6\xaf\xff\xf1\x7b\xfd\x00\x0f\x2e\x86\xe1\xa7\xcf\xa3\x71\x14\x4f\xfe\x37\x49\xb3\xe9\xe5\xd5\xec\xfa\x4b\xad\xde\x68\xb6\xda\x9d\xb5\xf5\x17\x4b\xab\x9b\x2c\xc2\xad\x38\xda\x89\x45\xbb\x30\xaa\xf9\x10\x3b\xbc\x52\x72\xcb\x0d\xc5\xc2\xd4\x26\x0a\x69\xed\xd8\xdc\x54\xc8\x4c\x87\x8e\xfd\x86\x39\x76\xa5\x44\x48\x92\x96\x47\x4e\x4d\xb2\x03\x0b\x5a\x46\xf5\xea\x39\x78\xaf\xe4\x02\x53\xc3\x24\x2e\x0e\xb4\x51\x06\x68\xf5\x9c\x6f\xf0\xb2\x18\x66\x81\x4a\x05\xa2\x48\x89\xdc\xf3\x95\x08\x33\x80\xfe\x57\xda\xa2\xec\x5b\x13\x15\x07\xef\x41\x6c\x88\x97\x96\x94\x0f\x82\x6c\xc5\x0f\x46\x91\x46\x6c\x49\x6b\x58\x84\x9b\x3c\x77\x8f\x7e\xc8\x97\xf6\x88\x97\xce\xcc\x3e\xed\xc7\xa3\xff\xe3\xd1\x5f\x1c\xfd\x3f\x9c\xee\x2e\xd7\x3b\xe8\xf5\x4e\x69\x07\xad\x7a\xe7\xf5\x8e\xec\xa3\x55\xef\xa8\x4f\xf0\xf5\xf6\x4e\x5b\x14\x99\x3f\xd7\x71\xab\x24\x0e\xf7\xe8\xbc\x55\xef\x38\xbd\xb7\xea\x9d\xbf\x81\x46\xa0\xfc\x61\x1d\x06\xe3\x2e\x67\x75\xbb\xbf\x3f\x58\x46\xc5\x01\x3e\x8a\xc3\x28\x73\x39\x19\xd7\x3b\x0e\x27\x63\xeb\x61\x3a\xc7\xd4\xed\x65\x2c\x9a\x2c\xeb\x6a\x2c\x01\xbd\xc3\x09\x4a\x27\xe2\x3b\x39\xab\x01\x6d\x2e\xba\x36\xbe\xeb\x63\x14\x5d\x55\xc2\x65\x8d\x2f\xbe\x85\x7c\xd6\xa0\xd2\x62\xbe\xc6\xbc\x96\x90\x6f\xf9\x8b\x87\xf6\x34\x56\x1b\x2e\xe7\x68\x5c\x07\xd9\x47\x60\xa8\xba\x19\x13\x11\x28\x5f\x2c\x0d\xb2\x58\xb4\x20\x6c\x6e\x0a\x77\x49\x39\xda\xe8\x3c\x2f\x1f\x0a\x83\x91\xe5\xbb\x12\x7b\x98\xb4\x4f\xbd\xbb\xf3\x3e\xf5\xee\x3b\xd8\xa7\xca\xe0\x70\xdf\xfb\x94\x75\x39\xbd\xdb\x79\xdc\xa6\xc4\xdf\xbd\x6d\x53\xe9\x95\x3f\xd9\x89\x82\xd0\x8f\x2a\x8b\xee\x58\xb6\x23\xf9\xf7\xbf\x65\xbd\x7b\x98\x2d\xab\xcc\x32\xf9\xfe\xb7\xac\x77\x3b\xda\xa6\xf5\xb8\x63\x19\x3b\x96\xb4\x62\x16\xda\xbc\xbe\xe9\xee\x25\xe6\x45\xc2\x96\x00\x52\xfa\xc8\xa3\xe1\xc3\x17\x76\x77\x42\x17\x77\xad\x46\xfe\x1f\x2e\x56\xe8\x47\xd2\x7d\xf6\x95\x7e\xcb\x97\xff\x3c\x75\x01\x10\x96\x5b\x5b\xd0\xb9\x93\xb6\x80\xe5\xa8\xfd\x96\x4a\x03\x0f\x49\xaf\xd2\xa1\x5f\xd7\x5e\x0d\xc7\x7e\xff\x01\x55\x0b\x1e\xe2\xcd\xc2\x2f\x68\xed\xef\xa0\x6e\x30\xf2\xc5\xde\x42\x15\xa1\x18\xb1\x48\x5f\x0e\xb6\xdb\x50\x13\x4c\x6e\x0e\xb6\xdb\x36\x19\x0f\x4c\x9c\x3f\xe3\x6b\x9a\x05\x9b\xda\xc1\x8a\xbe\x82\xf3\xaf\x1f\x65\x3c\x89\x77\x9c\x8c\xa9\x8d\xf6\xce\x2f\x47\x1f\x61\xd3\x3d\x8d\xdf\xe2\x5c\x18\x44\x57\x57\x57\x2b\xf1\x04\x47\x69\x3a\x5a\x89\x93\x8b\xd5\x20\xee\xa7\xab\x90\x84\x3b\x5e\xd5\xea\x0c\xb3\xf1\xc8\xa2\x08\xd9\xb9\x9c\xbc\xdd\xde\xcd\xd1\x16\xcf\x25\x83\x21\xcc\xf7\x01\xd1\xf6\x38\xc3\xfb\x85\xa5\x3c\x87\x3d\x8a\x0c\x4c\x4a\x1e\xc2\x88\xbb\xbd\x48\xe1\x9e\x73\x57\x97\x16\xaa\xd4\x1b\xeb\x8a\xa7\x8b\x01\xdf\x61\xa4\x26\x87\xc5\xd0\x13\xa4\x1c\x6c\xb7\xe7\x61\x1b\x66\xcc\x16\x59\x0f\x52\x2d\x7d\xc8\x62\x34\xa1\x56\xa7\xb2\x77\x8e\x63\x87\x33\xfc\x62\xb4\xdd\x81\x0d\xcf\x06\xaa\x37\xd6\xc1\x84\x54\xf9\x4a\x3b\x07\x98\x6b\x5f\x72\x7c\x94\xb6\x6f\x6e\xed\x76\xe3\x20\xda\x87\xf6\xc3\xc1\x52\xa3\xf7\x60\x66\xfd\x39\x18\x18\xde\x37\x94\xe6\xe7\xa4\x68\x9a\x5f\xf1\x8f\x7c\xae\xd6\xb5\x7c\x7e\xb7\x05\xe3\xa9\xd3\x58\xab\xd5\x74\xc0\x0b\x7a\x07\xcd\xf5\xfb\x29\x27\xef\x6e\x43\x0a\x7f\x42\x23\x84\x2a\x20\x11\xb6\x0f\x19\x58\xc9\xa2\xbd\x8d\x95\x3e\xaf\x4b\x63\x01\xd8\x00\x15\x54\x4e\xfd\x51\x86\xb6\xe0\x3f\x8b\x8b\xc5\x40\x5d\x94\xbc\xef\x83\xbc\x30\xd9\x3c\x3e\x07\x83\x15\xea\x16\x81\x2b\xbc\x33\x1e\xe0\x57\x90\xb7\x06\x8a\x2b\xf9\x1d\xd5\x9a\x0b\x09\xbc\xea\x14\x5b\xc4\x5b\xb2\xd2\x19\xf7\x30\x6b\x0b\x2f\x35\x42\x1e\xcc\x44\x39\x5f\x1d\x56\x58\x2e\xb7\x30\x08\x2d\x40\x87\xf8\x2d\x8c\x8d\x2d\x25\xda\x22\x67\xe4\x1c\x98\xf0\x09\x16\x6f\x9c\xc7\x65\xbe\xc7\xd0\x1e\xb1\x27\x4b\x39\x89\x89\xd3\xa2\xf9\x0b\x0b\x96\x6f\xd8\xc6\x44\xc0\xab\x1f\x99\x31\x8b\x86\x2b\x37\x68\x79\xc5\xf1\xb1\x1e\x05\x88\x18\x07\x9e\x03\xce\x0b\x66\xd5\x65\x89\x96\x9d\x7f\xad\x8c\xe4\x60\x0c\xb9\x13\x08\x83\xc2\x89\x4d\x32\x0a\x36\xe8\x55\x6d\x5e\xf8\xd3\x99\x25\x08\x4d\x88\x81\x33\x3f\x2b\x07\xa5\x3a\x3d\x28\x49\x03\x5d\x98\xf6\x47\xc3\x5e\x20\xeb\x1c\x05\x1b\xc6\x96\xa1\x32\xdf\x49\x64\xc5\x62\xc6\x58\xdb\xd0\x46\x59\xaa\x25\xe9\x68\x38\xfd\x59\xa2\x5d\x88\x00\x73\xbc\x5e\x59\x9b\xeb\x52\x3c\x58\xf6\x3b\xbe\x15\xef\x5d\x90\xef\xde\xa3\xf7\xad\xc5\xaf\x4c\xea\x4d\x79\x6e\x2e\x55\x52\xb4\x1b\xd2\x7b\x95\xbb\xe7\x1f\x90\xc2\xd5\xc5\xa6\x4d\xf7\x6b\x17\x67\x5f\xac\x9a\x87\x1c\x62\xc3\x5d\xc0\x14\x8a\x0d\x42\x85\x9c\xcb\xfa\xae\x3d\xc7\x74\x61\x61\xc3\xae\x4a\x2c\xe0\xb8\x52\xbc\xdf\xdd\xbc\x2c\x38\xbe\x53\x68\xf6\xb3\xbb\xc7\x0f\x9f\x1b\xed\x75\x8f\x1f\x49\x37\xd6\xd6\xc8\x99\x7e\xed\x2f\x7d\xa6\xef\x87\x93\x21\x4e\x96\x1f\xd8\x44\x00\x4e\xef\x72\x53\x7f\xce\x21\xde\xcc\xdc\x79\x2f\xa7\xf9\x2e\x74\xec\x88\x70\x9c\x54\x1c\xda\xe5\x97\x6e\x13\x02\xf1\x5e\xcb\x84\xa1\xd4\x20\x67\x38\x3f\x83\x4a\xf4\x27\x67\xc4\xac\xe2\x2e\xbc\xcc\x58\x54\x05\x5a\x64\x81\x74\x1a\xe4\x74\x43\xe7\x26\xc3\xb3\x8c\x9c\x22\x7d\xf6\x8c\x26\xb4\x4f\xcc\x37\x8b\xa7\xda\xf0\x03\xdc\x0f\xc7\xfe\x68\x74\xcd\xd2\x80\x06\xa5\x6f\x6e\xe4\x51\xb9\x61\xad\xb0\x81\x3b\x15\x68\xa8\xcd\x2e\x9e\x8c\xe3\x36\xf8\x3d\x68\x7a\x8e\x7c\x4a\xa4\x5b\x1d\xb9\xf3\x8b\x5d\xec\x28\x35\x1d\x8e\x5a\x72\x99\x95\x7c\x76\xf3\x04\x12\x7b\x78\x76\xcb\x4c\x10\x96\xe1\x95\xc8\x47\xbe\x6f\x58\x70\x3a\xb5\x9b\x87\x30\x9a\x4c\xb3\xbb\xcc\x29\x27\x0f\x95\xe8\x6e\x41\x67\xf7\x45\x1c\x7d\x8d\x51\x58\xe8\xe3\xd6\x49\x25\x60\xb4\xec\x21\x6c\xf2\xc9\xd9\x44\x79\x1b\xb4\xc2\x4b\x2b\xf5\x74\x15\xea\xe1\x1a\x81\x1c\xd0\x86\x0c\xf4\xc6\xae\x9b\x77\xef\xb4\x79\x77\xb5\xdd\x56\xda\x20\x36\xda\x0d\x4f\x53\x9e\xaf\x3f\x9a\xda\xfd\xdd\x75\xdf\xae\xdd\xd1\x88\x64\x5e\xa4\x09\x37\x0f\x29\xe0\x00\x2c\x34\xae\xd6\x44\x54\xa4\xc4\xa6\xec\xa8\x7a\x3f\x09\xe9\xc1\xe5\x75\x2e\xc7\x2b\xad\x24\x2e\xa9\x8a\x22\xb2\x3a\x38\x2f\xe3\x7e\x82\xb3\x7b\x52\x2a\x11\xf9\x77\xcf\x1e\x38\x08\x7a\xc9\xd8\x84\xcd\x13\x99\x3a\xfa\x96\xd5\x18\xca\xce\xc1\x8e\x00\xc1\x56\x9d\x91\xd0\x17\x51\x1f\x05\xf1\xa8\x7b\xb8\x17\x78\xbb\xdd\x67\x7c\x59\x38\x30\xcd\x09\x2f\x4b\x0f\x55\x52\x74\x59\x7d\x9c\xec\x86\xf8\x05\x8a\x29\xda\xd1\xd7\x52\x5c\x4c\xd6\xf5\xa2\xc8\x98\x5a\x25\xae\x2f\xd0\x61\xd9\xa3\x64\x6e\x8d\x46\xf1\x15\xf2\x93\x5e\x98\x25\x7e\x72\x8d\x98\x7a\xe9\x33\xbe\xb6\xc4\x1d\xfc\x2c\x6b\x24\x7e\xb6\x36\x5c\x30\x50\xba\xba\xa5\xdc\x68\xcd\x71\x86\x24\x28\x15\xb8\x41\x42\xfc\x37\xd0\x6d\xc4\x09\x0a\xa3\x08\x27\x10\x7d\x36\x9e\x66\x20\x40\xe8\x51\xf8\x20\x66\x22\xd5\x31\x52\x32\x64\x0f\xb4\x15\x23\x20\x1d\xd7\xf8\xc9\x35\x42\x4b\x8d\x45\x48\x20\x96\xb4\x92\x71\x91\x3e\x32\x94\x0a\x86\x52\x41\xa3\xb1\xdf\x0e\x8f\x61\x3e\xe9\x35\xe0\xc4\x0f\x50\x3f\x8e\xd2\xcc\x8f\xf4\xe6\xad\x49\xa4\xd4\x39\x76\x2b\xd6\x04\xde\x67\xe1\x39\xfa\x7d\x13\xd5\x66\xed\x3e\xfd\x9f\xcd\x1d\xc6\x28\xdc\xec\xd0\xff\x15\x6b\xc6\x62\x4d\x27\x16\x6a\xcf\x36\x8a\xfc\x13\xe2\x90\xc1\x0e\xf4\x10\x51\xc8\x04\x13\xbf\x97\x48\x64\x05\xf9\xca\x6c\xcc\xd8\x32\x90\xd0\x69\x1b\x1f\x77\xe8\x49\x55\x7d\x71\xbe\x60\x6e\x17\x81\x0c\x86\xf9\xbb\x89\x3f\x76\xb0\xd5\x65\xd1\xc7\x00\xaf\x10\x96\x58\x61\x24\x94\x05\xa7\xbc\x4c\x20\x32\xa3\xf4\xfd\x07\x23\x93\x49\x82\xb7\x32\x37\xf8\xd8\x43\x45\x0f\x83\xa1\xfe\x4f\x8f\x1e\x36\x47\x4c\x5d\x44\x44\x24\x3c\x34\xa7\xa1\xb9\x11\xc4\xdc\x35\xe6\x46\x11\x73\x57\x7d\xa0\x48\x62\x77\xe7\x76\x5d\xaa\x9e\x86\xf1\xb6\xec\xc7\x44\xba\xd8\xb3\x07\x47\x2b\x0c\x38\x56\xc8\x31\xe5\xb1\xd2\x80\xe6\x12\x0a\x97\x34\xf8\x25\x93\x40\xa5\xea\x0c\x39\x36\xf6\xfb\xf6\x4b\x22\x71\xf0\x77\x18\xc1\xbd\xf8\x4b\x2b\xcc\x67\x9d\xd6\xb2\xe5\xf5\x28\xec\x2d\x13\x54\x02\xb0\x6d\x4d\xb5\xaf\x38\xea\x2f\x83\x4d\xa3\xe5\x3d\x75\xb3\xd4\x3e\x8c\x83\xf6\x7c\xe3\xbb\x74\xe8\x37\xda\x3a\x48\xf2\xb2\xa1\x83\x4b\x87\x7e\xbb\xde\x30\x5f\x36\xd7\x2d\x25\x9b\xda\xab\x24\x9c\xe0\x71\x50\xef\xd4\xac\xb6\x7f\xca\xab\x49\xef\x73\x30\xd0\xdb\xc1\x97\x93\xcf\xc1\xa0\xe8\xde\x41\xed\x7a\x1c\xe0\xe5\xfe\xa0\x67\x7d\x9d\x25\x8e\xd7\xcb\x17\x23\x3f\x18\xfb\x91\xed\x73\x6c\x07\x86\xfb\xfa\xeb\x89\x1f\x2c\xfb\x51\x1a\xce\x5e\x34\xf4\x41\x20\x9f\xc2\x34\xae\xd7\xea\x0d\x7d\xc4\xd9\xa7\x17\x6b\x2f\xd6\xf4\x19\x22\x9f\xbe\xe0\x24\x66\xae\xd7\x96\xaf\x91\xe3\x1b\xd5\x91\x2d\x0f\xf1\x4c\xfb\xe0\x63\x9d\xb8\x68\xdc\x8d\xc0\x78\x9f\xf4\xf5\xc9\x4d\xfc\x5e\x2f\xcc\xac\x2f\x97\x47\xf8\xc2\xef\x5f\x3f\xf4\x1d\x90\x58\x3d\xf0\xa4\x2f\x1a\x78\x99\xaf\x15\xf1\xc8\x96\x08\x3c\x93\x95\xa1\x99\x85\xb2\x75\x20\x7e\x37\x5a\xe2\x37\xa1\x7a\xfe\x9b\x10\xbb\xf8\x4d\x7f\xe5\xa4\x9d\xdb\x97\xc2\x2f\x46\xc8\x14\x03\x4a\xbf\xc6\x1d\x16\x45\x87\x53\xab\xf4\x94\x25\xea\x93\xa0\xcd\xfc\x6d\xac\xd4\x20\x94\x48\x9b\x95\x09\x50\xbc\x11\x74\x27\xbf\xa1\xe4\x26\xde\xc8\x54\x26\x5e\x46\xea\x2b\x89\xa6\xe0\x99\x90\x12\xfc\xc8\x29\x88\x8e\x4a\x9f\x0d\x14\xa3\x17\xe9\x37\x27\x93\x45\x15\x91\x8a\x02\x52\xe6\xb5\x8b\x2b\x26\xdd\xa1\xd8\x58\x97\x36\xda\x75\xaf\x58\x9b\xec\xa9\x74\xb5\xd1\x6e\x79\x0a\xe1\x6d\xb4\xdb\x5e\x3e\xf1\x1b\xed\x8e\xa7\x8e\xde\x46\x7b\x4d\xbf\x11\xd6\x49\x79\xa3\x53\xf3\x18\xb5\x6e\x74\x00\x1f\x41\x29\x1b\x9d\x86\x27\xd3\xca\x46\xa7\xe5\xd9\xa8\x65\xa3\xd3\xf4\x64\x0a\xd9\xe8\xb4\x3d\x99\x7e\x36\x3a\x80\x97\x42\x33\x1b\x9d\x35\x4f\xa7\x9a\x8d\xce\xba\xa7\xd3\xcd\x46\xe7\x85\x67\x10\xc9\xc6\x5a\xcd\xb3\x90\xd3\xc6\x1a\xe0\xcf\x96\xc4\xc6\x1a\x60\xcf\x48\x63\x63\xad\xe5\x19\xc4\xb1\xb1\x06\x88\x13\x32\xda\x58\x03\x9c\xf3\x75\xb6\xb1\xd6\x91\x2f\xd0\xbd\x7c\xc9\x6e\xac\xf1\xab\x75\xb2\x98\x37\xd6\x5e\x78\x7c\xa9\x6e\xac\xd7\xbc\x7c\x09\x6f\xac\xd7\xbd\x7c\x71\x6f\xac\x03\x3a\x39\x05\x6f\xac\x43\xe3\x82\xd1\x6c\xac\xb7\x6e\xce\xbd\x4e\xed\xf1\xf2\xe0\xcf\xbf\x3c\xe8\x0e\x71\xff\x33\xe9\x14\xac\x14\xea\x06\x44\xd3\x9c\xa5\xd3\x09\x19\x18\xcc\xe2\x53\x4b\xfd\x06\x39\x9e\x86\x34\x47\x3f\x6c\xa2\x67\x1c\xf2\x33\x8b\x45\x88\x70\xd2\xb8\xc7\xeb\x8a\x42\x73\x7c\xd1\xce\x31\x1e\xe0\x04\xc3\x41\x2f\x09\x2f\xe0\x4c\x16\x46\x61\x96\x83\x49\xa7\x13\x9c\x80\xea\x7a\x53\x4b\xcf\x21\x41\xd9\x9a\x5e\x8c\x71\x94\x69\x05\x50\x16\xa3\xa1\x1f\x05\x23\xac\x8c\x9b\x0c\xbb\x67\x85\xac\xd8\xd4\x40\x55\xd3\x1d\x50\xd2\x7d\xd3\x58\xf2\xd4\x04\x2a\x8c\xb2\x75\x49\x43\x3f\x90\xeb\x0b\xc5\x84\x3a\x3b\xe6\x31\x3f\xaf\x41\x95\xf0\x1f\x08\x54\x78\x21\x63\xa3\x1c\x22\xac\x88\xc5\x34\xfd\x17\x40\xba\x0c\xf1\x95\x0b\x45\x67\xf3\x12\xc2\xfb\x1c\x05\xf4\xf5\xab\x5a\x9e\x13\x1c\x60\x09\x3a\x63\x5e\xfd\x07\xb2\xe6\x84\xed\x08\x2c\x3a\x3b\x70\xa3\x6a\xd5\x68\xc5\x89\x55\xbd\x63\x47\xcb\xdd\xd2\x62\x35\xf6\xa3\xac\xd9\x58\xb4\x89\xc5\x6a\xec\x8e\x62\xff\x36\x55\x3a\x2d\x78\x9f\x97\xbf\x25\x29\xad\x50\x0a\xf6\x90\xfc\xea\x3a\xc3\x87\x90\x1c\xc8\x78\x6d\xcb\xbb\xac\xd0\xdf\x1e\x5d\x74\x79\x5b\x65\x56\x44\x5e\x7a\x31\x15\x42\x0e\xed\xb5\xc0\x0d\x6d\xda\x71\xb6\x68\x16\x76\x66\x2c\xfb\xea\x75\x66\x33\x7e\x5e\xc8\x5d\xd0\x86\xca\x22\xf9\xb4\xf3\xfa\x67\xe1\xf9\xad\x92\x67\xe7\xe6\xdc\xe1\x17\x4c\x55\xb5\xb9\xe3\xa8\x5a\x54\x30\xd6\x3c\xb5\x85\x87\x98\x1b\xa1\xad\x23\xca\x7c\x5b\xb3\x9e\x91\xd1\x24\xaf\x09\x3c\x14\x11\xa9\x4f\x66\xe6\x66\xbb\xfe\x64\x32\xba\x66\x0d\xfb\xc9\xc5\x94\xb0\xf0\xb4\xc8\x5f\x91\xf1\xeb\x95\x49\x12\x67\x31\xc1\x51\xe6\xdc\x45\x86\x13\xfa\xee\x63\x57\xb0\x74\xea\x8f\xb2\xce\x9f\x23\xeb\x40\xc0\xe8\x3f\x21\x2e\x91\x35\xa7\x52\x09\x13\x09\xd8\x62\xe9\x3d\x1e\xca\x72\xdd\x3a\xa9\x72\xca\x98\x85\x54\x92\xaa\x2e\xb5\x9b\x3f\x9b\xa4\xe7\xe2\x2b\x9d\x96\x9d\x8b\x9c\x12\x36\xb1\x49\x87\x6f\xc5\xef\xa5\xf4\x47\x1a\x46\x2c\x18\x2b\x61\x19\xb5\x59\xbd\xc6\xfe\xaa\xe8\xab\x9a\xc6\x97\x2d\xaf\x4a\xd5\x6a\xa1\x7e\xb0\xdd\xd6\xac\x29\x6c\x06\x20\xba\xd7\x24\xda\x64\xa3\x6a\x31\x00\xe1\x69\x6f\x0a\x6f\xc7\x72\x4d\xb0\x3d\x57\xf1\x99\xc9\x49\x6b\xb3\xce\x5a\xab\xdd\x68\xd6\xea\x1e\xaa\xcd\xf0\xa0\x1f\xf8\xbd\xf5\x17\x96\xbc\x8a\xb5\xd9\x8b\xf5\x9e\x1f\xf4\x07\xd8\x83\x81\x69\x36\xda\xad\xb5\x8e\x5a\xee\xdc\x79\x23\xa6\xa5\xd1\x93\x7b\x71\x20\x32\xe9\xd9\xf6\xae\x2b\x7f\x82\x30\xb8\x57\xcf\xdf\x43\xea\x1d\xf7\x8e\xe1\xbe\xbe\xe6\xb3\x41\x91\xf8\x48\xe0\xf1\xf4\x82\x28\x74\x44\xe0\x3d\xf8\x28\x95\x3e\x38\xe3\x0f\xe7\x36\x97\x10\xe9\x33\x21\x38\xb3\x00\xf9\xab\x54\x2a\x12\x4c\xea\x29\x8e\xbe\x22\xf9\x25\xec\x75\xad\xaa\xe6\x23\x8e\xbe\x96\x04\xd8\x68\x55\x2d\x00\x21\x94\xb1\xe2\x92\x6e\x82\xbb\x9b\x71\xc8\x9e\x72\x43\x61\xbf\xee\x57\x86\xb4\x86\xa4\x31\x45\x4b\xa8\xa6\x8b\x0f\x4a\xe9\xba\x56\xba\x5e\x58\xba\xa1\x95\x6e\x14\x96\x6e\x6a\xa5\x9b\x85\xa5\x5b\x5a\xe9\x56\x61\xe9\xb6\x56\xba\x5d\x58\xba\xa3\x95\xee\x14\x96\x5e\xd3\x4a\xaf\x15\x96\x5e\xd7\x4a\xaf\x17\x96\x7e\xa1\x95\x7e\x51\x3c\x3b\x35\x6d\x76\xe6\x4c\x66\x5d\x2b\x5e\x3c\x9b\xf5\x86\x56\xbc\x78\x3a\xeb\x4d\xad\x78\xf1\x7c\xd6\x5b\x5a\xf1\xe2\x09\xad\xb7\xb5\xe2\x6d\x83\x1b\xac\xae\x12\x86\xfc\x39\x8c\x2e\x48\xd5\xd0\x1f\xf5\x6c\x62\xb3\x4f\xb6\x81\x33\xeb\x40\xf5\xe0\x93\x75\x50\xfa\xf0\xc9\x3a\x00\x01\x7c\x6a\xda\xd0\xe9\xe6\x77\xd0\xea\x37\x82\xc4\xee\x6e\xc5\xf7\x50\xcf\x43\x7d\x0f\x05\x9e\xb4\x40\x3d\x84\xd6\x3c\xb2\x85\xd6\xce\x75\xde\x10\xd0\x7a\x81\x87\x44\xd5\x7c\x84\x3c\x84\xea\x0d\x0f\x9d\x9e\xd5\x8d\x7a\x7d\x5a\x8f\xb6\x44\xab\xe6\x8b\x96\xd4\x5b\x23\xf5\x1a\x46\xbd\x1e\xad\x27\x90\xf4\xa5\x7a\x4d\x0f\xa1\x06\xb4\xd7\x34\xea\x15\xf5\xaf\x25\xfa\xd7\x5a\xa8\x7f\x6d\xd1\xbf\xf6\x42\xfd\xeb\x88\xfe\x75\x16\xea\xdf\x9a\xe8\xdf\xda\x42\xfd\x5b\x17\xfd\x5b\x5f\xa8\x7f\x2f\x44\xff\x5e\x2c\xd4\xbf\x7a\xcd\x63\xfd\xab\x9b\x04\x53\xd4\xc1\x7a\xdd\x63\x1d\xac\x9b\x14\x53\xd4\x43\x82\x25\xed\x61\xdd\x24\x99\x42\x12\x6d\x7a\x9c\x44\x4d\x9a\x29\xec\x63\x4b\xf4\xd1\x24\x9a\xc2\x3e\xb6\x45\x1f\x81\x6a\xcc\x4e\xbe\x79\xe3\xe8\xa4\x87\x50\x9b\x76\xd2\xa4\x9b\x80\x56\xb4\x76\x92\xd0\xdb\x0b\x5a\xd1\x24\x9c\x3e\xad\x68\xef\x64\xdd\x43\xa4\xa3\xa7\x67\x75\x93\x72\x7a\xb4\xa2\xb5\x93\x84\x63\x34\x6a\x50\xd1\x24\x9d\xa2\x3e\xb6\x45\x1f\x1b\x76\x5e\xe3\xea\x23\xa1\x39\xda\xc7\x86\x9d\xd9\x38\xfb\xd8\xe6\x7d\x6c\xd8\xb9\x8d\xab\x8f\x2d\xd1\xc7\x86\x9d\xdd\xb8\xfa\xf8\x22\xef\xa3\x9d\xdf\x38\xfb\xd8\x12\x7d\xb4\x33\x1c\x57\x1f\x09\x63\x64\x7d\xb4\x73\x1c\x57\x1f\xd7\xf3\x3e\xda\x59\x8e\x93\x56\x9b\x1e\xef\xa3\x9d\xe7\xb8\xfa\xd8\x10\xb4\xda\xb0\x33\x1d\x57\x1f\xd7\x44\x1f\x9b\x76\xa6\xe3\xea\x23\x59\xfe\xb4\x8f\xcd\xba\x7d\x41\xee\xed\xb9\x89\xb5\x05\xb8\x36\xed\x5c\x67\x6f\xcf\xde\x49\x32\xac\x64\x6d\x9d\x9e\x35\xed\x5c\x67\x6f\xaf\x60\x41\x76\xa0\xa2\x9d\xeb\xec\xed\x39\x3a\xd9\xf2\x50\xa3\x09\x15\x4d\xd2\x29\xea\x63\x3d\xef\xa3\x9d\xe9\xb8\xfa\xd8\xca\xfb\x68\x67\x3a\xae\x3e\xc2\x44\xd2\x3e\xda\x99\x8e\xb3\x8f\x35\xd1\x47\x3b\xd3\x71\xf6\xb1\xe9\xb1\x3e\xb6\xec\x4c\xc7\xd5\xc7\x9a\xe8\x63\xcb\xce\x74\x5c\x7d\x6c\x8a\x3e\xb6\xec\x4c\xc7\xd5\x47\xc2\xca\x69\x1f\x5b\x76\xa6\xe3\xea\xe3\x0b\x31\x8f\x2d\x3b\xd3\x71\xf5\x91\x2c\x0f\xd6\x47\x3b\xd3\x71\xd2\x6a\x9b\xd3\x6a\xcb\xce\x74\x5c\x7d\x6c\xe4\x7d\x5c\xb3\x2f\xc8\xfd\x7d\xb7\xa0\xda\xa1\x9d\xb4\x73\x9d\xfd\x7d\x7b\x27\x81\xe6\x80\x07\xb4\xec\x5c\x67\x7f\xbf\x40\x0c\x68\x83\x08\x68\xe7\x3a\xfb\xfb\xf6\x4e\x12\xde\xd1\x80\x61\x6d\xdb\x45\x1d\x57\x1f\xc9\x7c\xd0\x3e\xb6\xed\x4c\xc7\xd5\xc7\xa6\xe8\x63\xdb\xce\x74\x9c\x7d\xac\x89\x3e\xda\x99\x8e\xab\x8f\xf5\xbc\x8f\x76\xa6\xe3\xea\xe3\xba\x98\xc7\xb6\x9d\xe9\xb8\xfa\x08\x34\x47\xfb\x68\x67\x3a\xae\x3e\x82\x48\x4e\xfb\x68\x67\x3a\xce\x3e\x36\x3d\xde\x47\x3b\xd3\x71\xf5\xb1\x25\xfa\xd8\xb1\x33\x1d\x67\x1f\xeb\xbc\x8f\x1d\x3b\xd3\x71\xf5\xb1\x21\xfa\xd8\xb1\x33\x1d\x57\x1f\x5f\x88\x79\xec\x34\xcd\x05\x09\xd7\x28\x19\x4e\xc6\x38\x08\xfd\x8c\x39\x95\x81\xbb\x82\x5a\x8e\x1c\x71\xd1\x26\xaa\xc0\x7f\x97\x90\xaf\x6b\x58\x69\x99\x3a\x2b\x53\x27\x65\x7a\xf6\x32\x0d\x56\xa6\x41\xca\xf4\xed\x65\x9a\xac\x4c\x93\x94\x09\x0c\x6d\xae\xa6\xaa\xdc\xb5\x58\xea\x2e\x18\xd0\x16\x32\xa5\x8b\x6c\xba\x7e\xe6\xdb\x0e\xe6\x7e\xe6\x8b\x50\x3e\x7e\xe6\xbb\x95\x63\xd1\xeb\x30\x4b\x4f\xe3\xcc\x1f\x09\x98\xd1\xb6\x9f\xf9\xd4\x83\xe4\x39\x5a\xb7\x40\x87\x3a\xef\xf0\x20\xe3\xd0\x85\xc7\x09\x94\x37\x3a\xe3\x4c\x79\x25\xd0\x3c\xcb\x41\xfe\xfc\xf3\xcf\xa8\x0d\x17\x6f\xb5\xd9\x7a\x2d\xbf\x6f\xcb\x4b\xfc\x03\x35\x1b\x06\x71\xa8\x7d\xd9\x43\x9b\x08\xd4\xee\x83\x51\x1c\x27\x15\xa9\x93\xab\x8a\xee\xdd\xd5\x39\x28\xfb\x0e\x6d\x4a\x4f\xfa\xc2\x11\xa8\x57\x2a\x95\x1c\xb7\x25\xd4\x69\xd1\x7c\x69\x2f\x20\x98\x68\xab\x4a\x15\x36\x76\xfd\x2c\xaf\xca\x70\xce\x95\xb3\xf2\xdb\xf2\xda\x59\x13\x1c\x53\xcd\xea\xe0\xe6\xe9\x66\x0d\x2e\xb1\x48\x67\x5b\x65\x3a\xfb\xce\xda\xd9\x77\xb7\xed\xec\x3b\x6b\x67\xdf\x95\xed\xac\xd9\x5b\xd9\x89\xaa\x22\xba\xcf\x83\x4d\x41\x4e\x3d\xbb\xff\x20\x18\xbc\x53\x37\x06\xf0\x51\xb4\x79\x52\x15\xe6\x95\x9f\xe3\x0d\xa9\xe8\xbc\x2d\xe4\xbb\xc7\x0c\xe3\x9d\xde\x6f\x0b\xdd\x7b\x38\xae\xb8\x50\xd1\xf5\xbf\xc0\x04\xae\x30\xf6\xce\xec\x77\x17\x7b\xec\x96\xac\x52\xd9\x53\xae\x25\xf6\x16\xbe\x8f\xa0\xb4\xb0\xa7\xdc\x45\xec\x39\x2f\x21\xe6\xdf\x38\x1c\xb3\xdc\xc0\x30\x87\x2c\x02\x4f\x00\x63\xaa\x16\x2d\x91\xac\x1c\xdc\x10\x0a\x59\x3d\x28\x58\xc1\x29\x53\xdc\xd0\xc1\x63\x7e\xfd\x6f\x6c\xbc\xf0\xf9\xa3\x41\x0b\x2e\xef\x4a\x1e\x41\x83\x7c\xb5\x7b\x38\xd0\x5f\x02\x49\x4d\xf5\x35\xf3\x50\xea\x21\xf5\x0a\x0d\xf8\x24\xda\x44\x3e\x5a\x42\x95\x4a\x0f\xfd\x44\x37\xc7\xca\xbf\xc9\xcf\xa0\x4a\xd8\xc0\x0c\x2d\xa1\x4c\x6a\x4f\x04\x2c\x8e\xc8\x34\xa5\x74\xa5\xd2\x38\xe5\xcd\x06\x5a\x46\x69\x15\xaa\xf5\x34\xa3\x37\x81\x95\x76\xfe\x2f\x87\x15\x6c\xc7\x95\x3e\xfa\x09\xfd\xfb\x61\xb0\xd2\x0e\x41\x73\xb1\xea\xa1\xdf\x51\x1f\xfd\x4e\x10\xbb\x7f\x64\x34\x01\x70\x2e\x32\x04\x91\x4a\x0f\x7d\xbd\xe7\xc1\x91\x6f\xab\x4f\x5c\x69\xd2\xe7\x26\xde\x2f\x13\x64\x8d\xfb\x89\x69\x2e\x8a\xb0\x1a\x4c\x30\x0e\x67\x31\x47\xe9\xdb\x86\x35\x63\xeb\x52\x18\xb9\x1c\x6c\xb7\x2d\xbe\x5f\xc5\xe5\x4d\x87\xaf\x3c\xbe\x98\x72\x99\xaf\x66\xe4\x3f\xd8\x6e\x5b\x4d\x06\x9c\x93\x30\x27\x57\xfd\x7d\x4d\xc1\xad\x42\x3b\xcc\x9f\x38\xd9\xcb\xef\x3e\x26\x8e\x3a\x95\x89\x89\xd8\x1b\xfb\x7d\x32\x19\x4a\x66\x78\x73\x3e\x58\x31\x73\x4e\xf2\x6c\xf6\x74\x5e\x0a\x33\xb0\xb3\xc8\xd6\x0e\x0b\xa8\xc6\x5f\xda\xc5\xec\xef\x1f\x93\x8d\x2e\xb6\xe7\x2c\xce\x10\xda\xc5\x38\xe8\xf9\xfd\xcf\x2c\xae\xe6\x38\x0e\x60\x49\x11\x9a\x11\xf3\x0d\x2f\xbb\xbb\xaf\x89\x08\x64\x11\x0f\xc0\xcc\x09\xbe\x2a\xd6\x72\x60\xe1\x42\x5b\x39\x20\x00\x98\x31\x8f\x58\xf5\xdd\xdd\xd7\x2b\x3b\x11\x8d\x55\x0e\x06\x54\xbb\xaf\x2d\x06\x3f\x13\x87\xb9\x0c\x33\x33\x2c\x30\x99\x71\x8b\xa6\x2c\x04\x15\x17\x48\xe8\xa3\xed\x9e\x59\x0a\xe5\x41\x0b\xc9\xa1\x3c\xd4\xf2\x3c\x46\xf9\x5b\x7c\x9d\x66\x09\xf6\xc7\x5b\x51\xc0\x7a\x67\xb1\x8e\x8c\x99\x59\xac\x00\xe7\xb1\x06\x6c\x42\xf6\x31\x1e\x63\x08\x32\x0e\xc6\x98\x74\x9e\x58\xac\x4c\xf0\x9f\x8f\xf0\x2c\xa3\xaf\xed\xe2\x3b\xbe\x7c\xcd\x62\xa6\x42\xeb\x2b\xe9\x28\xec\xe3\x0a\x47\x41\xdc\xd4\x0b\x5c\x6c\xf6\x93\xca\xac\x6d\xe3\xbf\xcb\xac\xdd\x61\x74\xc1\x70\x78\x18\xa6\x0b\x8f\xed\x37\xa3\x9b\xd3\xbc\x43\x3d\xdc\x8f\xc7\xcc\xeb\x9e\x10\x44\x18\x4f\xd3\x72\x24\x23\xba\x58\x4a\x1c\x2f\xe8\x4d\x65\x6e\x17\x34\xdf\x08\xf3\xc0\x06\xe7\xbd\xcb\x3c\x58\xcb\xe5\x4b\xd5\x68\x5c\x0e\xc7\x4c\x9b\xcf\x3f\x43\x66\xd7\x4b\xeb\x91\x46\x94\x46\x9b\x28\xbc\x64\x53\x58\x73\xac\xc4\xf8\x12\xa3\xfd\x5f\xe0\xfc\x99\x4e\x7b\x29\xfe\xdf\x29\x8e\xb2\x82\xd3\x33\xe0\x2b\x1c\x18\xe6\x1a\x40\xeb\xf8\x68\x13\x62\x4e\x02\xf9\x63\x54\x8e\xe9\x40\x43\xc1\x8a\x00\xe2\x21\xb5\x2b\xab\xab\x88\xcd\x48\xfe\xce\x9a\x2d\xb7\x38\x6a\x0c\x35\x3d\xcf\x2d\x04\x21\x12\x8c\x68\x14\xce\xd1\x06\xbd\x30\x2c\xb8\x38\xb1\xfb\xba\xc8\xe0\x9a\x6f\x3a\x8b\xc4\xa9\xeb\x34\x1f\x85\x8f\xef\x5d\xf8\x40\xff\x3d\x49\x70\x8a\x93\x4b\x4c\xc5\x90\x78\x4a\x44\x79\x49\xfc\x00\x35\x86\x9f\x85\xbd\x11\xe3\xc0\x68\x3b\x41\xaf\x93\xd0\x8f\xd0\x1b\xea\x9e\x89\x06\xe1\x08\xe3\xa8\xbf\xd2\x07\x10\x3c\xe4\x33\x44\xc0\xd6\xe8\xe7\xf4\x18\x8a\xfc\xd3\x8f\xd0\x5e\x32\xed\x5d\xa3\x4f\x43\xf2\x9f\x95\x2b\xdc\xfb\xef\x8b\xb1\x1f\x8e\x56\xfa\xf1\xd8\x2e\xef\x9c\x1e\xf3\xe6\x0a\xc4\x1e\xb9\x50\x69\xe9\xe7\x49\x9e\xef\x25\xea\x93\x83\x02\x4d\x99\xf4\xf4\xc9\x13\x32\xe8\x40\x7a\x22\x1d\x12\x28\x89\xa8\x52\xa8\x0a\xb3\x4e\x7f\xfd\x81\x56\x57\xe3\x4b\x9c\x0c\x46\xf1\x15\xa9\x03\x1b\x5f\x9d\xa7\x03\x25\xf5\xea\x9d\xea\x4f\xa4\xec\x4b\xf1\xb9\x21\x7f\x5e\xd7\xbf\x36\xd9\x1e\xc6\x1a\x03\x3c\x01\x15\x02\x56\xb4\xbb\xba\x8a\x78\xb3\xa8\x57\x27\x45\x00\x65\x68\xba\xf6\x52\x54\x69\xe4\x55\x44\x99\x27\x80\x00\x2d\x44\x4b\x35\xd5\x52\xac\xd8\x13\x40\x85\x95\xbb\x81\x7f\x09\x41\xca\x25\x96\x96\x7a\x4d\xe9\x3b\xfc\xc3\xcb\xd0\x22\x4b\x4b\xbd\xc6\xcb\xa7\xee\x02\x4b\x4b\xbd\x3a\xfb\x4e\xfe\x85\x8e\xf3\x46\xe1\x61\x69\x13\x7a\xfe\xea\x15\xcb\x07\x29\xbf\x6e\x50\x15\xa0\xf2\x96\x21\x64\xb6\x24\xaa\xd5\x66\xb5\x3a\xd3\xfa\xe5\x45\x19\xd7\x23\x85\xc8\xcb\x1b\x9d\x3a\xd8\xf2\xa8\xf4\xe9\x7f\x55\x1a\x61\x2f\xe9\x0d\x12\x27\xa5\xfc\x65\x95\x11\x8c\x34\x05\xab\xab\x88\xec\x12\x70\x13\x83\x42\x69\x21\xd1\xc5\x63\xac\xb4\x67\x29\x02\x78\x29\x8a\xa3\xd1\x35\x5d\x8e\xdb\xbf\x1e\x1e\x6f\xa3\x4f\xe8\x15\x5a\x07\x98\xbc\xc1\xba\x0d\x0b\x7a\x17\xa7\x76\x96\x7d\xe3\xfd\xe5\x6b\x49\x39\x0b\x88\x75\xb5\xe2\x78\xfd\x27\xca\x9c\x8b\x8a\x9c\x46\x71\x4d\x86\x31\x5b\x65\x3c\x51\x34\xcb\x07\xcc\x40\xbd\x48\xe2\x41\x6e\xa9\x07\x84\x06\x7b\x23\xc5\x32\x10\xba\x85\x1c\x84\xe6\xcb\x42\x5c\x3a\x20\x84\x6d\xd2\x3c\x65\x45\x4f\x74\xd1\x88\x7d\x96\x70\x55\x55\xcf\x8b\x08\x45\xc8\x21\x18\xa1\xdb\x09\x47\x68\x41\x01\x09\xa9\xf2\x9c\x79\xe8\xca\xe9\x5e\x3e\x7b\x89\xa5\xf1\x52\x93\xac\x44\x71\x49\xc0\x72\x8a\x58\x52\xe1\x05\x24\xad\xd6\xa3\xa4\xf5\xbd\x4b\x5a\x0e\xf9\xca\xa1\xde\x39\x3d\x2e\x96\x73\x16\x55\xef\x58\x58\xba\xce\xcb\x1f\x99\xf8\xdf\x8f\x89\x17\x9e\x66\x1f\x80\x65\xef\x47\xfd\x04\x43\xe4\x06\x06\x5c\x03\xc9\xe4\x90\x7c\x72\x97\x11\x35\xa6\x71\x7c\x81\xdb\xf2\xaf\xa8\xf6\x97\xda\x1c\xca\xee\x0a\xf3\xcf\xdb\xa4\xcc\x02\xbb\x40\xfb\x71\x17\xf8\x4b\xec\x02\x3b\x23\xdc\xcf\x92\x38\x0a\xfb\xa8\x1b\x07\xb8\x17\xc7\xf3\x15\xfe\x3b\xdd\x22\x85\x3f\xfd\xba\xd0\x8e\xb0\xd3\x55\x15\xfe\xe4\xf9\xbe\x76\x00\x99\xb5\xab\x0c\x44\xad\x57\xa4\xc5\x24\xf8\x28\x0b\xe9\xa1\xf0\x0b\xf0\xad\xf0\xe3\xa9\x97\xba\xf3\xf5\x66\x50\x66\x81\x75\xfc\xd7\x4e\x8e\xfc\x9f\xb3\x8e\x0f\xa7\xd9\x64\x9a\x95\xbf\xb4\x3b\x2c\xbc\xb4\x3b\x5c\xfc\xd2\x4e\x97\xea\x0e\xb5\x4b\xbc\xc3\x3f\xf7\x3a\xe8\xc1\xa5\x3a\x53\x37\x2f\xde\xdc\xaf\x64\x57\xd0\xd0\xf7\x22\xdd\xfd\x9d\x4e\xd8\x87\xda\xb5\xa6\x4b\x88\x3a\x2c\x71\x69\x71\xb8\xe0\xa5\xc5\x63\x16\xbb\xbf\x06\xf3\xdd\x7a\x7f\xb2\x8f\x7e\x5b\x79\xd1\x68\x72\x03\x71\x94\x66\x64\x79\x5f\x5c\x1b\xdc\x77\xe2\x07\x2b\x5b\x51\x1a\xfe\x46\x4a\x8b\x5c\x70\x13\x3f\x90\xd9\x5f\xe0\x67\xbe\x74\x11\xea\xba\x00\x4d\xd5\x1b\x50\x52\xeb\x24\x37\xf8\x55\x0c\x80\x5f\xaa\x45\x7b\x7a\x5a\x91\x9e\x2b\xa1\x08\x10\xc5\x34\xca\x44\xcf\xb4\x60\x56\x60\x8b\x77\x44\xbf\x19\xc0\xe8\x8b\x65\x15\xb3\x7f\x68\xdf\x8d\xd6\x68\x4c\x9b\x91\x9f\xd2\xc8\x59\x68\x12\xa7\xa1\xea\x81\x4f\x1a\x25\xdf\x49\xfd\xa3\x98\x77\x56\xb4\xb0\xa4\x61\xb4\x8c\xea\x5a\x23\x47\x7e\x90\x3f\xc3\x40\x89\x6c\x23\xea\x6b\xca\x4a\xe4\xb6\xf2\x90\x5a\x6a\x23\x79\x48\x2d\xb9\xb4\x2d\xb8\x96\x6a\x99\xbd\xa4\x01\xe2\x76\x88\xdc\x02\x77\x1a\x59\x88\x43\xa7\x88\x37\x38\x93\x12\xce\x2b\x53\x45\x15\xf8\x62\x34\x8b\x67\x4e\xea\x73\x45\x45\x73\x99\x1c\x7f\x59\xdf\xf3\x8b\x20\x09\x05\xb6\xaf\x18\x1e\x12\x1a\x18\x47\x6f\x9f\x3e\xb9\xb1\xf2\x4d\xbe\x5c\x66\x2f\x1a\xcd\x85\x78\xe7\xdd\x12\x93\x3d\xf2\xce\x6f\xc5\x3b\xf7\x4f\x0e\x11\x84\xc4\x2d\xc7\x3a\xf7\x59\x00\xdd\xbb\xb2\xce\x3f\x9d\x1d\xe6\x4b\x62\x0e\x3f\xb4\xb0\x2a\x9a\x0e\xc0\x1e\x81\x6e\x25\xf1\xa3\x20\x1e\x57\x0c\x0e\x58\xad\xae\x68\x92\x52\x31\x1c\x96\x3a\xec\xcc\xe0\x72\x8d\xd6\xb9\x47\xc0\x3d\x32\x2a\x9d\x51\x71\xe2\x5c\x88\x51\xfd\xb5\x33\x2f\xfc\x47\x31\xaa\xd5\xfd\x9d\x2e\x7a\xb1\xf6\x62\x6d\xb9\x8e\x18\x6d\xa0\x03\x9c\x0d\xe3\x00\x35\x5c\xdc\x0a\x42\x7b\xdf\x96\x5b\x6d\x05\x01\xf5\x1f\x54\x17\x44\x09\x2e\xc0\x57\x2f\xa9\x4d\xff\xf8\xa2\x55\x1a\xf8\x1f\x9c\xc4\x90\x3b\x2c\x1b\x62\x94\xe0\x54\xe2\x8b\x4a\x47\x48\x39\xd6\x63\xf2\x6c\xe0\x7d\x2b\x5e\xc0\x16\xe2\x17\x86\x83\xba\x1a\x9d\xcd\x03\x68\x0a\xcf\xbe\xb0\xe3\x08\xa3\x71\x9c\x60\x2a\x3c\x2e\x2f\x43\xdf\x5c\xa3\xc8\xd7\xfb\xf2\x72\xc9\x05\x0e\xf3\xb9\xc8\x02\x5f\xbb\x5b\x94\xf3\xc7\x05\xfe\xcd\x4e\x71\x28\x8a\xe3\x49\x39\x31\xe4\x3d\x27\x47\xe7\xca\x16\xc4\xee\x5e\x13\x79\x91\x22\x9a\x13\x4d\x2d\x44\x74\x77\x0b\x37\xfb\x48\x74\xdf\x8a\xe8\xfe\x47\x62\x7e\xc5\x24\x27\xf1\xc0\x3f\x51\xf8\x2d\x7d\x70\x96\xcf\xb7\x86\x00\x5c\xa9\x14\x8b\xc0\x55\xf4\xf5\xab\xfe\xea\x56\x5b\x8c\xbd\xc7\xf3\xe3\x0a\xac\xae\xa2\x0f\x04\xbe\x5a\x2f\x34\x22\x05\x80\x66\x41\x94\xb9\x1a\x86\x23\x8c\x2a\x3f\x54\x72\x5f\xeb\x3c\x06\x37\x78\x1c\x1a\x31\xb7\x85\x09\xa7\xa1\xc8\x0c\xc5\x96\x84\x54\x15\xa5\xee\xd8\x0d\xf1\x78\xcb\xec\x5e\x12\x05\x2d\xc4\x4b\xfe\xda\x8e\x5b\x96\x1c\x5d\x34\x49\xd6\xc3\xf2\x95\x3c\x13\x12\xb4\xf6\xe7\xe7\xf9\x78\xd8\x24\xe1\xe5\x62\x62\x1b\x31\xaf\xc5\x97\x93\xbd\xad\x7a\x1e\xeb\x99\x3c\x49\x1f\xcd\x44\xe0\x36\x07\xd1\x23\x3f\x4d\xc9\x42\x5e\x26\xa8\x05\xe8\x2d\xbe\x46\xdb\x38\x09\x2f\x69\x4e\xc8\x5d\x3e\x28\x8d\xe2\x98\xd3\x47\xaf\xdf\x6e\xef\x36\xf2\xd6\xc4\x73\xc9\xc4\xe3\xdd\x38\x1a\x84\x17\x53\x96\x89\x32\x86\xac\x90\x69\x51\x7e\xc9\x24\x9e\xe0\x24\xbb\x46\x7f\xd0\x63\x31\x78\x93\x02\xf3\x3d\x1d\xd2\x1c\xc7\x29\x79\x08\x23\x96\x2e\x20\x8b\x85\x2f\xcd\x0a\xda\xc6\x03\x7f\x3a\xca\x36\x50\x0b\x55\xea\x8d\x75\x48\xa4\x5c\x75\xc1\x77\x24\x34\xc7\x09\x4f\x64\x9e\x83\x23\xe3\x3f\x0f\xcd\x30\x63\xc9\x33\x53\x00\x95\x1f\xea\xa5\x0f\x59\x8c\x26\x38\x19\xc4\xc9\x58\x02\xae\x40\x96\xd2\x3f\xf6\x07\x17\x1b\xae\x51\x46\xf4\xe2\xeb\x04\x62\xce\xd4\x1b\xeb\xab\xcd\x86\x16\x82\x9b\x76\x85\xa2\xae\x7d\xca\x11\x52\x1a\xbf\xa9\x16\x25\x24\x2d\x4a\x20\x4f\x66\x25\xc8\x49\x8b\xaf\xb7\xf9\x59\x44\x0f\x81\xcf\xdd\x90\xae\xca\x19\x43\xc9\xf8\xf5\x6d\x74\xc3\xfd\xcd\x06\x71\x02\xa7\x98\xbc\xd1\x7b\x48\x0c\xfa\x39\x18\x18\x49\xe3\x29\xb5\xf3\xd3\xa3\x62\x86\xb5\x48\xc5\x3f\xf2\xc9\x5a\xa7\xe9\x27\xef\x0c\xc6\x53\xa7\xb1\x56\xab\xe9\x80\x0b\xb2\xd7\xf7\x07\x17\x76\xc3\x0b\x32\x11\x9b\xe2\x27\x27\x3c\x52\xdc\x15\x0c\xc3\x5c\xef\x70\x5d\x41\x3d\xe8\xca\xb2\xa0\xdb\xe4\x9b\x9d\x30\xd8\x40\x2d\xfc\x61\xa5\x64\xe5\xd4\x1f\x65\x68\x0b\xfe\xb3\x78\x22\x5a\xee\x46\x23\xf9\xb5\xdf\x85\xec\x68\x22\xf5\x60\xb0\xc2\xa2\x92\x54\x78\x67\x3c\xc0\xcf\x39\xa9\xac\xb8\x3c\xaf\x5a\xcd\x85\x72\xbb\xa8\x53\x6f\x35\x20\x0c\x33\x47\x52\x58\xe6\x65\x0f\xbe\xfb\x8c\x56\x09\xf9\x50\x1e\xe4\x89\xd9\xb1\x9b\x25\xba\x13\x94\x83\x6c\x4a\x07\x9b\xa6\x9b\x37\xf4\x39\xb6\x50\x4f\x20\x27\xef\x47\x01\x9e\xd9\x6a\x9c\xd5\x66\x4c\x01\x64\x89\xd6\x39\x27\x44\x97\x40\x45\x08\xcb\xe2\x8d\x33\x7f\x7d\x8e\x0d\xaf\x94\xbf\x71\x56\xe2\x5b\xde\x26\x99\x95\x15\xf6\x64\x33\xc2\xc8\xb7\x16\x5a\x34\x7f\x31\xc7\xc8\x42\xfd\xc8\x04\x75\xad\x83\x3c\x2e\xd2\x2b\x8e\x8f\xd5\xb8\x40\x74\x92\xe5\x39\xe6\xc9\xb2\x81\x02\xf3\x34\xbe\x79\xaf\xf5\x39\x43\x2c\xa3\x77\x9e\x1a\xd8\xfc\x3e\x3f\x1b\x03\xc0\x57\x86\xd8\x3a\xba\x66\x71\x91\xc5\x28\x7f\xc5\x3a\xee\x40\x64\x5f\x8c\xb1\x1d\x74\x28\x47\xb3\x63\x60\x2d\x58\x28\xb6\x1c\x75\x6a\xcb\x21\x4d\x9f\xd3\x98\x03\x01\x3f\x57\x9a\x80\xd1\x13\x23\x2d\x7f\xb4\x8d\x75\x99\xf1\x46\xf3\x42\x41\xd9\x3a\xcb\x47\x5f\x7e\x67\x0f\x58\x25\x35\xf1\xdb\xe1\xb1\xda\x1d\x70\x9d\xb2\x78\x5c\x1b\xe3\xf6\x89\xda\xc0\x7c\xe2\x36\x30\xd2\x6c\xbe\x44\x9f\x0a\x46\x8f\xfc\xe5\x35\xce\x3e\x81\x39\x8c\xd1\x91\xb3\x4f\xba\x59\x0c\xff\xbb\x31\x5f\xeb\x01\xa7\xc8\x9f\xc4\x1c\x98\x6e\x1a\x1a\xb5\x4d\x89\xc6\x24\xce\x6a\xe7\x4b\x4b\xc5\x26\x45\x12\x70\xe9\xe8\xcb\xf9\x86\x25\x88\x19\xdb\xcb\xf2\x7a\x45\x06\x94\xf2\x31\xe2\x4e\x1b\x7a\x99\x60\x33\x85\x1b\xf9\x82\x9b\xf8\x7d\x89\x96\x61\x6a\x4b\xb7\x3f\x3f\x7a\x8d\x45\x34\xb8\x87\x20\x36\x54\x44\x10\x92\x21\x15\x0a\x5d\x62\xc2\x62\xd5\x3c\xe4\x90\x4d\xef\x02\xa6\x50\x36\xcd\x83\xec\x88\xa3\xa4\x4b\x80\xf1\x90\x2e\xa8\xb2\x61\x57\xc5\x62\x52\x68\x8e\xf0\x74\x53\x64\x8b\x46\xa1\xd9\x03\xf5\xe8\x29\x74\x79\x4e\xd8\x9b\x73\x6f\xed\xaf\xed\x43\xbf\x40\x5a\xf7\xf9\xc9\xd1\x1f\x56\x77\xe4\x4c\xaf\xed\xca\x7a\xfd\x77\xd0\x2e\x9d\x80\x71\x66\x97\x1b\xef\x52\x25\x92\xfc\xb2\x48\x8f\x24\xf0\x38\xc6\xd3\xd4\xef\x8d\x30\x0b\x07\x26\xa1\x73\x82\xe4\x54\x8b\x14\x8a\xfe\xe6\x0d\x52\x33\xac\x49\xdb\xc2\x31\x64\x53\x46\xcc\xd0\x96\xd9\x18\x9b\x9a\x24\x51\x1e\x62\xac\x84\x29\xf2\x11\x4d\xc0\x8c\x2e\x71\x92\x42\xd4\xb2\xa1\x9f\xa1\x08\x5f\x8c\x70\x3f\xc3\x01\x61\xc3\x7d\x96\x52\x35\x63\x0a\x9f\x2c\x46\xa3\x30\xcb\x46\x78\x99\x06\xb8\x5c\x51\x81\xe2\x24\x89\x13\x14\xc4\x38\x8d\x9e\x65\xc8\x1f\x0c\x70\x9f\xd6\xa5\x48\x3d\x4b\x51\x8a\xfb\xd3\x24\xcc\xae\x3d\x51\xb1\x37\xcd\x50\x98\x41\x25\x5e\x23\xcc\x52\x11\x50\x21\x1c\x85\x19\x73\xe2\xa6\x79\x5d\x43\xc2\x9f\xc7\x38\xa2\xfb\x41\x6a\x53\x94\xd1\x01\x79\x47\x3b\x27\xd4\x65\xda\x5b\x79\xfe\x6e\x9b\xb4\xad\xf8\x90\xf2\x56\x36\x83\x76\x1e\x30\x72\xeb\x6d\x38\x35\x5c\x16\x9d\x16\x42\x76\x42\x23\xbb\x17\x76\x9e\xd3\x7e\x13\xed\x92\x5f\x96\xc4\x71\x6f\xcf\x6a\xe7\x1e\xaa\xbc\x3d\x6b\x9e\xb3\x60\x01\xe8\x2b\x79\x64\x57\x01\xf5\x4e\xd5\x92\x44\xee\xed\x59\x9d\x56\xaa\xa9\x95\x9a\xc5\x95\x1a\xb4\x52\x5d\xad\x54\x2b\xae\xd4\xa4\x95\x1a\x6a\xa5\xba\xa8\xa4\xd6\xb1\x65\x47\x32\x86\x8c\x7b\x19\xba\x06\xad\x2b\x06\xad\x6b\x1f\x34\x13\x1f\x69\xb8\x58\x9f\xe8\x85\xc9\x60\xc0\xd3\x0e\x52\xa4\x69\x90\xd5\x5a\x8d\x7c\xb1\xf5\xd7\x9c\x88\xa6\x0a\xb9\x6e\x85\xdc\x28\x05\xb9\xe6\x1c\x78\x09\x86\x06\xb9\x59\x0a\x72\xdd\x35\x3b\x9e\x04\x43\x83\x5c\xd3\x20\xcf\x9f\xc8\xae\x9f\x24\xd7\xa8\xa7\xa7\x53\xa5\x53\xd5\xa3\xf1\x2f\x4c\x4d\x46\x46\x27\x9f\xb0\x9e\xf4\x3a\xcd\xf0\x18\x0d\xe2\x69\x82\xb2\x70\xac\xcf\xfd\x82\x41\x79\x23\x3c\xcb\x4e\xc8\xea\x73\xc7\x8f\xb5\x44\xbc\x3d\x88\x83\x70\x70\x4d\x39\x21\xa5\xc3\x12\x58\xac\xbb\xb1\xe8\x9e\x51\xc7\x81\xdf\xce\x20\xe5\x25\x44\x5b\x31\x32\xc5\xd9\x92\xe4\xfe\x82\x52\x9c\x4d\x27\xea\x87\x02\x8f\x8e\xf9\x87\xfd\xfd\x5f\xa8\x6b\x47\xd1\x09\x7f\xff\x97\x8f\x35\xb4\x89\xf6\x7f\x31\x53\xa3\x49\x45\xea\xb4\x48\xdd\x1a\xcd\x58\x5e\xd2\x30\x95\xe9\xb4\x77\x89\x89\xa8\xe0\x3a\xfa\xd7\x68\xf0\x63\x68\x9b\x46\x3f\xfe\x8a\xe8\x93\x2b\xfa\xb1\x5c\x9c\x85\x39\x16\xe5\xf3\xeb\x50\x7b\x98\x63\xd1\x6c\x43\x34\x5b\x57\x9a\xad\xcf\x6b\xb6\xae\x36\x5b\x5f\xac\x59\x08\xa3\x13\xd6\xf8\x12\x24\x40\xc2\x86\xba\x02\x5d\x55\x9b\x50\xb5\xc1\x17\x33\x54\xad\xa9\xcb\xd4\x31\x23\x8c\xac\x8b\x58\x2b\x02\x6a\xad\xd1\x73\xbd\x1e\xdb\x9f\x7e\xac\xd3\x8f\x75\xeb\xc7\x06\xfd\xd8\xb0\x7e\x6c\xd2\x8f\x4d\xeb\xc7\x56\x51\x9b\xed\xa2\x36\x3b\x45\x6d\xae\x89\x36\x0b\x34\x52\xa5\x38\x0f\x5a\x9c\xfb\xa0\x72\x1c\x08\x99\x4a\x0a\xd9\x8f\xe8\x5e\x92\xbb\x3a\x95\xd7\x92\xf4\x51\x8a\x33\xab\x45\xec\xbd\x73\x6f\xef\x30\xb8\xb9\x97\x19\x70\x21\xb5\xf4\x09\x0d\x35\xf4\x1b\x10\x21\xaa\xfc\x46\xe6\x9e\xaf\x12\x78\x16\x7b\xef\x4b\xbd\x62\x9d\x56\x6c\xb0\x8a\x6b\x5a\xc5\xb6\xb3\x62\x83\x56\x6c\xb1\x8a\x75\xad\xe2\x9a\xb3\x62\x93\x56\xec\x9c\x0b\xd4\x94\x8a\xf5\xbc\xe2\x9d\x76\xb1\xa2\x28\xf5\x14\x11\x1e\x3b\xfe\x84\xa5\x64\x67\xc1\xe3\xe1\xf1\x36\xd1\xe3\x39\x1c\xc6\xe0\x04\x1c\x5b\xfc\x78\x2b\xbe\x56\x27\x3c\x24\xe5\xe8\x15\xde\x74\x27\xc5\x5e\x74\x32\xf5\x0b\x3b\x9e\xfc\xe6\x36\xff\x18\x5e\xd2\x2f\x9d\xd6\x6a\xb3\xa1\xab\xe5\xc4\x32\x11\x04\x5b\x29\xe9\x0a\xa5\xac\x0f\xe5\x8b\x24\x82\x6a\x06\x3f\x27\xfe\x25\x46\xf1\x28\x70\xb2\xda\x05\xe4\x87\xee\x47\x3a\xb9\x5d\x3d\xde\xa1\xd2\x62\xd7\x1f\xf5\xa7\x23\xb2\xc2\x22\x7c\xe5\x6c\xb6\xcb\x12\xc1\x74\x69\x22\x98\xda\xac\x15\x34\xe1\xff\xd0\x12\x97\xd0\xf4\x7c\x2d\x5d\x96\x17\xa6\x4b\xf3\xc2\xd4\x66\xac\x46\x13\x62\xca\x77\xb9\x80\x5a\xab\xa2\x57\xa8\xd2\xfd\x28\x3d\xff\x17\xaa\xa3\x0d\x54\xab\x9a\x10\x1b\x0c\x62\x83\x42\x64\x00\x5b\x0c\x62\x5d\x83\x58\x2f\x01\xb1\xc9\x20\x36\x8d\x6e\x55\x68\x3b\x0a\xc4\x46\x09\x88\x2d\x06\xb1\x65\xed\x75\x53\x83\xd8\x2c\x01\xb1\xcd\x20\xb6\xad\xbd\x6e\x69\x10\x5b\x25\x20\x76\x18\xc4\x8e\xb5\xd7\x6d\x0d\x62\xbb\x04\xc4\x35\x06\x71\xcd\xda\xeb\x8e\x06\xb1\x33\x17\x62\x2e\xf6\x53\xa0\x4a\xf5\x35\xbd\xba\xee\x1d\x23\x68\x9a\xec\x3e\x17\xcb\x77\x58\x44\xa4\xd4\xc5\x0c\x78\x75\x48\xba\xd6\xb5\x24\xe1\xe0\xe9\xf2\x93\x69\x3f\x43\xc3\xf0\x62\x88\xfc\x28\x40\xa3\xf8\x0a\xf9\xc9\xc5\x14\xc2\xbf\x80\x9b\xf3\xff\x4e\xfd\xc4\x48\xdc\x03\x0d\xf8\x68\x93\xb4\xc2\xa5\x38\x8b\xf2\xe0\xa2\x47\x8b\xd0\x5d\xc2\x7a\x7c\xe2\x7d\x56\x30\x48\x70\x3a\x1d\x65\x28\x1e\x14\x35\x3f\xa4\x5b\x40\xe5\xc2\x47\xcf\xd1\x85\x4f\x5d\x57\xea\x6b\x55\xb4\x84\xe8\xab\x1e\x7b\xd5\x86\x57\x3d\x78\x65\x43\x72\x44\x01\x49\x5d\xa1\x47\xc2\xe7\xe8\x62\x06\x33\x5c\x05\x82\xe0\x05\x84\xd8\x29\x15\xb0\x25\x82\x21\x1d\xfa\xed\xf0\x18\x41\x38\x49\xf9\xe3\x1b\xca\xe1\x2e\x86\xe8\x77\x74\x31\x2a\xcb\xe4\xec\x4a\x95\xdf\x18\x8b\x7b\x43\x59\x5c\xa5\xf2\x26\xdf\xbe\xc9\x4e\xf6\x46\x12\x0b\xaa\xac\x40\x47\x2d\xd0\xc9\x0b\xe8\xf4\xfc\x1b\xe3\x86\x6f\x28\x37\xac\xd0\x66\xf2\xfd\xf6\x0d\xe7\x7f\xb0\xdf\x2e\x21\xd2\x9a\x09\xa3\xc1\x60\x34\x38\x8c\xba\x8a\x40\xdd\xc0\xb0\xa6\x16\xa8\x15\x61\xd8\x64\xd0\x9b\x1c\x7a\x43\xc5\xb0\xa1\x61\x58\xb7\x60\xd8\x62\x30\x5a\x1c\x46\x53\x45\xa0\x69\x60\xd8\x50\x0b\x34\x8a\x30\x6c\x33\xe8\x6d\x0e\xbd\xa5\x62\xd8\xd2\x30\x6c\x5a\x30\xec\x30\x18\x1d\x0e\xa3\xad\x22\xd0\x36\x30\x6c\xa9\x05\x5a\x45\x18\xae\x31\xe8\x6b\xe7\x0a\x89\x08\x0c\x3b\x1a\x86\x6d\x05\xc3\x52\x89\x3f\x52\x9e\x74\x42\xe8\x5a\x4b\xa4\x9d\x98\x77\xdd\x45\x61\x65\x78\x96\xc9\xf7\x4e\xb2\x26\x95\x87\x52\x50\xd2\x38\xd0\xdb\x22\xf3\xfe\x6a\x32\xf2\x09\x36\xb3\x0c\x39\xc1\xb1\x38\x33\x95\xbc\x65\x1b\x44\x71\x71\x55\xa4\xd4\x55\x93\x77\xc8\x25\xab\x45\x77\x50\x72\xc1\xd2\xc6\xc8\x9e\x7a\x37\xb2\xd1\x6e\x79\xf9\xa5\xc8\x46\xbb\xe3\xb1\xbb\x92\x8d\x4e\xfd\xe6\xdc\x5b\xfb\x6b\x47\x22\x7c\xbc\xaf\x7a\xbc\xaf\x7a\xb0\xfb\x2a\x6d\x89\xe7\xf7\x39\xfa\x4d\xce\x5f\xeb\x0e\xe7\xbe\xb2\xc2\xbd\x15\x47\xf3\xb7\xea\xd1\xfc\xed\x6d\x8f\xe6\x6f\xd5\xa3\xf9\xdb\xa2\xa3\xf9\x3c\x05\xf3\xe3\x4d\xd5\xe3\x4d\xd5\xe3\x4d\x95\xf2\xe5\xf1\xa6\xea\xf1\xa6\xea\xf1\xa6\x2a\x6f\xf6\xf1\xa6\x4a\xff\xf8\x78\x53\xe5\x78\x7c\xbc\xa9\x7a\xbc\xa9\x7a\xbc\xa9\x82\xbf\xc7\x9b\xaa\x72\x4a\xdc\xc7\x9b\xaa\xc7\x9b\xaa\xc7\x9b\x2a\xe9\xef\xf1\xa6\xea\xf1\xa6\xea\xf1\xa6\xea\xf1\xa6\xea\x3f\xf9\xa6\xea\xde\xee\xa8\x6e\x77\x3b\x55\xe6\x5e\xaa\xc4\x8d\xd4\x43\xdd\x45\xfd\xb5\xf3\xa1\x3c\xde\x45\xfd\xfd\xef\xa2\xe4\xbb\xa3\x6e\x6b\xae\xa3\x93\x7c\x73\xd4\x6d\x49\xd7\x46\xf0\xf0\xf0\x77\x46\xd4\x4b\x53\xdc\x1a\xd9\x83\x0a\x70\x0f\xed\xa2\x6b\x25\x70\xe3\x94\x3d\x8a\xa5\x98\xe9\xa6\xbe\x22\x0a\x33\x94\xf6\xe2\x99\x09\xe7\x44\xa0\x73\x22\x5f\xd3\xf1\x3f\x9b\x34\xd9\x68\x77\xdc\x87\x72\x76\xe8\x0e\xe7\xab\x71\xdf\xe2\x6b\x9b\x1e\x57\x6d\xd1\xe3\xfe\xe3\x73\x1b\x66\x83\x42\x86\x80\x47\x95\x08\xd1\x3f\xe4\x71\x72\xa8\x0e\x59\x25\xb2\xb5\xf1\xb1\x3f\x53\x00\x99\x91\xd0\x94\xcf\x46\x50\x34\xdb\xd9\x9f\xf4\xa2\xf2\x09\x2d\xd1\xf1\x59\xe2\x8d\x56\xd1\x3f\xa0\x57\x8e\x58\x0a\x57\xfe\xc4\x8e\x33\xec\x1b\xa6\x86\x40\x9a\x80\x13\xbb\x63\x3c\x79\x4d\x66\x7c\xfe\xf4\x74\xad\x2a\x7e\x96\x55\x43\x10\xcd\x27\x96\x65\x56\x00\xba\xb3\x5a\x8e\x6b\x42\x40\x0b\x62\xe4\x5f\x27\xd3\x63\x57\x19\x2a\x2d\x0b\x27\xe7\x46\xbb\xe3\x50\x88\xd4\x9c\xca\x10\x6b\xa3\x65\x15\x23\xd2\x7a\xd2\x14\x23\xf9\xa0\x85\xda\x97\x4f\xf9\x70\xce\xcd\x00\x0f\xca\x41\xb5\xfa\x67\x19\x4f\x6d\x3e\xc4\x6a\x8a\xe8\x32\x8a\xa8\x4a\x2d\xb2\x2c\xa2\x10\x34\xe8\x34\x61\x1c\xa3\x4a\xe5\xbb\x42\xc2\x0e\xc2\xb5\x12\x6d\x01\xc1\xba\x89\x35\x27\x54\xf5\xbd\xda\xd9\xaf\xa4\x6e\x85\xad\x29\x52\x85\xe1\x75\x9e\xe7\x35\x88\xf4\x3c\x06\xda\xf1\xe9\x03\xc4\x41\xb1\xdc\x68\xe5\xa4\x1e\x1a\x67\x77\x32\x16\xca\x5c\x31\xb1\x4c\xc1\xee\x7b\x95\x7b\xbb\xad\xfb\x10\x7a\xbb\xad\x85\x25\x5e\x73\x8f\xd5\xc4\xdd\x6e\xcb\x1a\xdb\x02\x6e\x68\x42\x1c\xdc\x62\x87\xdf\x4e\xe2\x89\xb2\xcb\xb3\x17\x30\x08\xdf\x20\x2a\x5e\x40\x9a\x53\x03\xcd\x69\x7a\x7e\x32\xf1\xa4\x94\x08\x35\x87\xea\x2f\x1a\x32\x58\x3d\xd6\x1c\x41\x5d\x8a\xfa\xa5\xad\x62\x02\x6a\x43\x05\xa1\x46\x8c\x2b\x25\xc4\x90\x36\x78\xc1\xe2\x3b\x0c\x32\x9e\x05\x1b\xb8\x30\x7c\x21\x78\x91\x5d\xfc\x67\xd8\xcc\x97\x97\xad\x7b\xf8\x02\xec\x1e\xcd\x49\x80\xf4\x1d\xad\x36\x32\x44\xf7\xb3\xe2\x00\xd2\xe2\xab\x8e\xd1\x7c\xf1\xca\x23\x85\x8a\x4f\x9a\xdd\xd6\x43\x1d\x33\xef\x96\xae\xef\x5b\x9e\x2f\x1f\xec\x14\xf8\x6d\x83\x38\x13\x56\x85\x53\x9c\x5c\xe2\xa7\x4f\x2a\xfd\x2a\x6a\xd4\xea\x0d\xd4\xbb\x46\xdd\xff\xef\xff\x0d\x92\xb0\x8f\x0e\x70\x1a\x85\xa3\x15\xb4\x35\x1a\xa1\x24\xbc\x18\x66\x29\x62\xe5\x83\x95\xa7\x4f\x9f\x1c\xe3\x20\x4c\xb3\x24\xec\x4d\x01\xbe\x1f\x05\x10\x94\x27\x8c\x50\x1a\x4f\x93\x3e\x86\x37\xbd\x30\xf2\x93\x6b\xc2\x0e\xc6\xa9\xc7\xa2\x34\x24\xf0\xdf\x78\x9a\xa1\x31\xf0\xf4\x3e\x70\x56\x0f\xf9\x09\x46\x13\x9c\x8c\xc3\x2c\xc3\x01\x9a\x24\xf1\x65\x18\xe0\x80\x06\x9d\x20\xeb\x74\x10\x8f\x46\xf1\x55\x18\x5d\xa0\x7e\x1c\x05\x21\x5d\xc3\xa4\xd2\x18\x67\x1b\x6c\xc5\x2f\x23\x15\xad\x14\x14\xc3\x14\x9f\x7e\x1c\x60\x34\x9e\xa6\x19\xd9\xa8\xfd\x30\x02\xa0\x7e\x2f\xbe\x24\x9f\x26\xd7\xd0\x45\x14\xc5\x59\xd8\xc7\x1e\x8d\x2b\x34\x0a\x53\xd0\x2c\xcb\xed\x45\x81\x86\x4c\x10\xa6\xfd\x91\x1f\x8e\x71\xb2\xe2\xc2\x21\x8c\xe4\x81\xe0\x38\x4c\x92\x38\x98\xf6\xf1\xbd\xa3\x81\x58\xd7\x82\xb8\x3f\x15\x71\x30\x48\x8d\xd5\x38\x61\x31\x32\xc6\x7e\x86\x93\xd0\x1f\xa5\xf9\x30\xc3\xdc\x40\x35\x09\x75\x32\xcf\xa7\x7b\xfb\x27\xe8\xe4\x70\xf7\xf4\xd7\xad\xe3\x1d\xb4\x7f\x82\x8e\x8e\x0f\x7f\xd9\xdf\xde\xd9\x46\xaf\xff\x85\x4e\xf7\x76\x50\xf7\xf0\xe8\x5f\xc7\xfb\x6f\xf6\x4e\xd1\xde\xe1\xbb\xed\x9d\xe3\x13\xb4\xf5\x7e\x1b\x75\x0f\xdf\x9f\x1e\xef\xbf\xfe\x70\x7a\x78\x7c\x82\x7e\xdc\x3a\x41\xfb\x27\x3f\xc2\x87\xad\xf7\xff\x42\x3b\xbf\x1d\x1d\xef\x9c\x9c\xa0\xc3\x63\xb4\x7f\x70\xf4\x6e\x7f\x67\x1b\xfd\xba\x75\x7c\xbc\xf5\xfe\x74\x7f\xe7\xc4\x43\xfb\xef\xbb\xef\x3e\x6c\xef\xbf\x7f\xe3\xa1\xd7\x1f\x4e\xd1\xfb\xc3\x53\xf4\x6e\xff\x60\xff\x74\x67\x1b\x9d\x1e\x7a\xd0\xa8\x59\x0d\x1d\xee\xa2\x83\x9d\xe3\xee\xde\xd6\xfb\xd3\xad\xd7\xfb\xef\xf6\x4f\xff\x05\xed\xed\xee\x9f\xbe\x27\x6d\xed\x1e\x1e\xa3\x2d\x74\xb4\x75\x7c\xba\xdf\xfd\xf0\x6e\xeb\x18\x1d\x7d\x38\x3e\x3a\x3c\xd9\x41\xa4\x5b\xdb\xfb\x27\xdd\x77\x5b\xfb\x07\x3b\xdb\x2b\x68\xff\x3d\x7a\x7f\x88\x76\x7e\xd9\x79\x7f\x8a\x4e\xf6\xb6\xde\xbd\xb3\xf6\x92\xe0\xae\xf4\xf1\xf5\x0e\x7a\xb7\xbf\xf5\xfa\xdd\x0e\x6d\xe9\xfd\xbf\xd0\xf6\xfe\xf1\x4e\xf7\x94\x74\x27\xff\xd5\xdd\xdf\xde\x79\x7f\xba\xf5\xce\x43\x27\x47\x3b\xdd\x7d\xf2\x63\xe7\xb7\x9d\x83\xa3\x77\x5b\xc7\xff\xf2\x18\xcc\x93\x9d\xff\xfb\x61\xe7\xfd\xe9\xfe\xd6\x3b\xb4\xbd\x75\xb0\xf5\x66\xe7\x04\x55\xe6\x0c\xc9\xd1\xf1\x61\xf7\xc3\xf1\xce\x01\xc1\xf9\x70\x17\x9d\x7c\x78\x7d\x72\xba\x7f\xfa\xe1\x74\x07\xbd\x39\x3c\xdc\x86\x81\x3e\xd9\x39\xfe\x65\xbf\xbb\x73\xf2\x12\xbd\x3b\x3c\x81\xd1\xfa\x70\xb2\xe3\xa1\xed\xad\xd3\x2d\x68\xf8\xe8\xf8\x70\x77\xff\xf4\xe4\x25\xf9\xfd\xfa\xc3\xc9\x3e\x0c\xda\xfe\xfb\xd3\x9d\xe3\xe3\x0f\x47\xa7\xfb\x87\xef\xab\x68\xef\xf0\xd7\x9d\x5f\x76\x8e\x51\x77\xeb\xc3\xc9\xce\x36\x8c\xee\xe1\x7b\xe8\xea\xe9\xde\xce\xe1\xf1\xbf\x08\x50\x32\x06\x30\xf8\x1e\xfa\x75\x6f\xe7\x74\x6f\xe7\x98\x0c\x28\x8c\xd4\x16\x19\x82\x93\xd3\xe3\xfd\xee\xa9\x5c\xec\xf0\x18\x9d\x1e\x1e\x9f\x4a\x7d\x44\xef\x77\xde\xbc\xdb\x7f\xb3\xf3\xbe\xbb\x43\xbe\x1e\x12\x28\xbf\xee\x9f\xec\x54\xd1\xd6\xf1\xfe\x09\x29\xb0\x4f\x9b\xfd\x75\xeb\x5f\xe8\xf0\x03\x74\x99\xcc\xd1\x87\x93\x1d\xfa\x53\xa2\x58\x0f\x66\x12\xed\xef\xa2\xad\xed\x5f\xf6\x09\xda\xac\xf0\xd1\xe1\xc9\xc9\x3e\xa3\x13\x18\xb2\xee\x1e\x1b\xee\x95\xa7\x4f\x9e\xaf\xaa\x3a\xaf\x03\x3f\x1b\xde\xaf\xde\xab\x5c\xd4\x69\x1a\xf8\x58\x14\xa1\x8f\xa5\xac\xb3\xe1\xc2\xce\x8f\xb2\x14\x65\x7e\x8f\x4b\x2c\xa4\xca\xc7\x2f\x23\x6b\xb0\xcd\x5c\x8e\xaa\x79\x08\xd5\x3d\x84\x1a\x1e\x42\x4d\x0f\xa1\x96\x87\x50\xdb\x43\xa8\xe3\x21\xb4\xe6\x21\xb4\xee\x21\xf4\xc2\x43\xf5\x9a\x87\xea\x75\x0f\xd5\x1b\x1e\xaa\x37\x3d\x54\x6f\x79\xa8\xde\x96\x2c\x2c\xd7\x68\x5d\xf2\x8d\xc0\x23\xe5\x09\x8c\x7a\x9b\xc2\x25\xf5\xa0\xad\x17\x0c\x7e\x83\xc1\xa8\x43\x1b\x39\x9c\x26\x6b\xab\xc5\x70\x79\xc1\x60\xac\x4b\x78\xae\x31\x58\x1d\x86\x4b\x9d\xc2\xac\xcb\xb1\x96\xeb\xac\x2e\xc7\xa5\x46\x61\x00\x1e\x1c\xcf\x26\x85\x45\xe0\xd7\xe5\x7e\xcb\x70\x5a\xac\x6e\x9b\xe1\xbe\xc6\x60\x34\x24\x3c\xeb\x0c\xd6\x3a\xc3\x85\xf5\xbb\xde\x3c\xaf\xbe\x94\xe7\x22\x99\x33\x17\x1c\x8f\x35\x69\xac\x1a\x0c\x26\xc7\xb9\xa3\x8e\x07\xf4\xad\xa9\xf5\xbd\xc3\xea\x34\x73\x58\x50\xb7\x9d\xe3\xcc\x61\xf0\xf1\x80\xb6\xea\x5a\xdf\xa1\x50\x5b\xea\xe0\x1a\x43\xb0\x93\x0f\xae\x00\xd2\x90\x06\x9a\x22\x9b\x03\x5a\x67\x75\xa4\xc1\x82\x89\x69\xe7\x83\x2b\x60\x34\xa5\x81\xa6\xc8\x4a\x08\x35\xd8\xc8\xd6\x24\x60\x7c\x34\xd6\xc4\xec\x09\x0a\x45\x6c\x74\x28\xb2\xea\x6c\xa4\xf3\x56\x06\x45\x91\x8d\x15\xa0\x27\xb7\xc4\x69\xab\x29\x8d\x67\x27\xff\xa6\xd0\xf4\x9a\x07\x9f\x60\xa8\x38\xbd\xbe\xc8\x69\x8f\xd3\x54\xbd\x2d\x0d\xeb\x1a\x2b\xab\xcc\x47\x3d\x27\x02\x31\x17\x2f\x58\x41\x4e\x3c\xeb\x52\x19\x8e\xf8\x1a\xfc\x96\xcf\x52\x62\x2d\xb7\xf2\xaa\xbc\x7d\xb1\xe6\xe5\x35\xb1\xae\x80\xcc\x41\xf1\xf5\xd9\xce\x69\x5f\xf4\xb3\x91\xa3\x20\xc6\x89\x91\x0c\x85\x8b\xb4\x29\x99\xb7\x40\x18\x62\xca\xe0\xb7\x73\x04\xa0\x9f\x6b\xf9\x42\x84\x06\x5b\x0c\x91\x8e\x86\x74\x53\x1d\x7c\xd1\xe9\x7a\x0e\x47\x8c\x9d\x58\xd0\xf0\x5d\x81\x23\x18\x48\x5d\x1a\xa4\x4e\xde\xae\x58\x78\x6c\x01\xd7\x9b\x96\xf9\x10\x1d\xd0\x10\xe7\x80\xc4\x82\x6b\x48\xff\x6d\x8b\x55\xac\x0e\x50\xdb\x52\xae\xa5\xce\x8c\x98\xc9\xbc\x53\xa8\x5e\x47\xe7\x4a\x96\xec\x8f\x43\xb2\x42\x2c\xf3\x81\x44\xa8\xe6\x9a\x87\x6a\xb3\xf6\xd6\x7a\x63\xed\xc5\x8b\x17\xe4\x77\x67\x67\xfb\xc5\xce\xeb\xad\x3a\xf9\xbd\xbe\x5b\x7f\xfd\xba\xbb\xdd\x25\xbf\xb7\x5e\xb4\x9b\xbb\xdb\xad\x1d\x75\xbe\x87\x89\xb3\x81\x76\x6d\xab\xb1\xfe\x7a\xa7\x03\x0d\x74\x5b\xdb\xdb\xf5\x46\x0b\x1a\xd8\x5e\xab\x35\x77\x76\x9b\xe4\xf7\xda\x56\x67\x7b\xad\xb3\x03\x0d\x73\x84\xce\xad\xfa\x80\xe3\xfd\xa3\x9d\x83\xed\x7a\xa7\x06\xe1\xf7\xe7\xe8\x90\x44\xd9\x5c\x8b\x24\xbd\xa2\xbb\xf2\x6d\xef\x8a\xa8\x32\x11\x90\x70\x04\xc1\xee\xac\xb5\xda\x8d\x66\x0d\x46\x70\x67\xb7\xbb\xbd\xf5\x7a\x1d\x3a\xf8\x62\xfd\xf5\xd6\x76\x77\x77\x87\xfc\xae\xd7\x9a\x8d\x76\x6b\x0d\x06\xa7\xdb\xdc\x6e\xec\xd4\x77\x6b\xe7\x4e\xd5\x78\x59\xa5\xbc\x55\xb1\x5b\xda\x4b\xa9\x5e\x70\x53\x33\xdf\x1c\x9f\x62\x01\xba\xd7\xdc\x2c\xd2\x71\x7d\x73\xf0\x51\x2a\xcd\x2f\x0f\x3e\x9a\x86\x4c\xa8\xe8\x4e\x45\xaa\x87\x36\x51\xc5\x2c\x80\xa8\x01\xa8\xd4\x58\x6e\xf8\x20\xbd\x5c\xcc\xa8\xd4\x00\xc8\xec\x4a\x35\x80\xa6\x75\xa9\x09\xae\x40\x35\x86\xe6\xd9\x3a\xef\x21\x71\xff\x40\x48\xd1\x79\xe5\x08\x0c\xe0\xe3\x70\xe4\x2e\x90\x40\x81\xc4\x59\x00\xc4\xcf\x8f\x5f\xdc\x10\x40\x26\xfa\xf8\xc5\x0d\x01\xb6\xe9\x8f\xa9\x1b\x02\x6c\x1a\x1f\xd3\xc4\x1e\xd1\x7a\x75\x95\xac\xb2\xcf\xe4\xd0\x7c\xe9\x27\x21\x91\x8e\x2d\x97\xb4\xfe\xc8\x43\xbd\x91\x87\xfa\x23\x0f\x05\x23\x0f\xe1\x91\xa5\x21\x3f\xf1\x50\x2f\xf1\x50\x3f\xf1\x50\x90\x78\x08\x27\x7a\x63\x3e\x41\xc5\x27\x08\xef\x99\x2e\x23\xbd\x04\x82\x8e\xc3\xc7\xba\xfe\xb1\x4f\x3e\xf6\xe9\xc7\x86\xfe\x31\x20\x1f\x03\xfa\xb1\xa9\x7f\x84\x03\x03\xa6\x1f\x5b\xfa\x47\x91\xa6\xda\x57\xf3\x52\xf3\x2e\xe9\xb7\x82\x56\x53\x42\xf8\xef\xd2\x26\xaa\x5b\xd7\x76\x46\x96\x8f\x3f\x42\x4b\xf9\x9a\x5a\xfa\x32\x3a\x0b\xcf\xcf\xab\x5f\x6d\x4e\x0c\xe0\xb5\xf3\xaa\xde\xa9\xfe\xf1\xf4\x89\xca\x1a\x49\x1b\x68\x50\xaf\xf4\x46\x5e\x7f\xe4\x05\xa3\x2a\x5a\x42\xc3\x91\xdd\xf7\xe6\x06\x09\x85\x5c\xf8\xaa\xd9\xa0\xaa\x36\x0b\xb4\x86\x0e\xcd\x18\x79\x03\x5a\x6b\xdd\x09\xad\xa9\x43\x33\xa6\xca\x80\xd6\x69\x39\xa1\xb5\x74\x68\xc6\xdc\x4a\xd0\xfe\x58\x5d\x65\x10\xd7\x6b\x4e\x88\x6d\x1d\xa2\x41\x10\xc8\x1e\x26\x9d\x4c\x62\x66\x9d\x2e\xf2\x05\x25\x71\x36\xaa\x64\x5e\x4a\xa6\xd5\xe6\xb4\x01\x34\x90\x2d\xe1\x91\x7d\xca\x61\x45\x18\x4b\x8a\xfc\x01\xdd\x06\xb6\x2f\x40\xee\xd0\x2e\x59\x93\x75\xab\x1b\x10\xac\x97\x9e\xad\x36\x2c\x33\xe3\x26\x51\xa0\xea\x27\x68\x49\xa2\xd6\xe4\xf6\xd4\xda\xae\xf4\x12\xaf\x9f\x78\x41\x02\x23\x9e\xdc\x8d\x5a\x5b\x3a\xb4\xbb\x52\xab\x0a\xed\x4e\xd4\xda\xd0\xa1\xdd\x99\x5a\xeb\x3a\xc4\x7b\xa6\xd6\x04\x6e\xad\x0b\xc8\x35\x71\x90\x2b\x70\xd4\xc4\x46\xae\xc0\x88\x6d\x5f\x80\x45\x53\x72\x4d\x9c\xe4\x0a\x1b\x80\xad\x36\x6c\x0d\xa6\x85\x86\xce\xca\xf7\xe5\x74\x0c\x20\x43\x82\xd5\xaf\x26\x61\x92\x7f\x36\x51\x65\x8f\x9a\xe6\xf6\x09\x67\x0e\x2c\x3d\xdd\x63\x26\xbc\x7b\xd4\xfc\x36\x20\xe5\x6c\x23\xb2\xc7\xcc\x74\xf7\xa8\x21\x2d\x26\xe5\x7c\x6b\xb9\x26\x2b\x07\xc6\xb2\xb0\x23\xf4\xac\xe5\x5a\xac\x1c\x18\x26\xf7\x48\xb9\xbe\xb5\x1c\x18\x30\x2b\xc3\xa2\x8b\xb5\xbb\x2c\xb5\xc6\x1d\xcc\xb3\x02\x3f\xf3\x85\x30\x44\x1e\x2c\x1b\xff\xfc\x34\x8c\xbc\x64\xf4\x3a\xcc\xd2\xd3\x38\x03\x8e\x47\x61\x46\xdb\x7e\xe6\x53\xab\xad\xe7\x68\xdd\x02\x1d\xea\xbc\xc3\x83\xcc\x48\xda\x08\xe5\x8d\xce\x6c\x05\x81\x99\x85\x18\xb1\x7c\x8b\xd4\x98\x29\x07\x49\xa4\xc9\xf6\x39\xfa\xba\x49\x13\x0b\xe7\x36\x12\xa2\xc4\x3f\x50\xb3\xa1\x53\x6b\x0e\xa9\x52\xa9\xe4\x45\x97\x10\xe1\x0f\x04\xe4\x8b\x2a\x01\xd5\x22\xeb\xb6\xde\x72\x08\xd0\xbc\x2a\x1d\x8e\x5c\x78\x96\x5e\x96\x17\x9e\x0d\x60\x4c\x70\xd6\x80\xcd\x13\x9c\x6d\x1d\x95\xf3\x74\xe4\xf9\x30\x79\x8e\x1d\x30\x8e\xb1\xa4\xed\x58\x5d\x85\x93\x20\x82\xec\x2e\xd4\x21\xcb\x6a\x38\x35\xa1\x27\x2f\x33\x9b\x4b\x31\x59\xc2\xea\x96\x65\x74\x0b\xe1\xec\xa1\x4d\x24\x8b\xef\x77\x3b\xbf\xb5\x4b\x1d\xdf\xec\x27\xb2\x3d\x38\x8a\xed\x59\x9c\x49\x50\xd1\x19\x6c\x4f\xb8\xeb\xed\x29\xc7\xab\xbd\x85\xcf\x55\x94\x42\xf6\x94\x33\xd5\x9e\xf3\x30\x35\xdf\x14\xee\x98\xde\x84\xd3\xc9\x65\x19\x2c\x02\x18\x6c\xb5\x28\xbb\x31\xd7\x26\x48\x61\x53\xfd\x51\x1c\x15\x33\x28\x30\x25\x20\xa5\x72\xed\x02\x3c\xba\xcd\x20\xe8\xe7\x8f\x06\x91\xd0\x7a\x26\xad\x31\x34\xe1\xab\x62\x17\x05\x3f\x6f\xe8\xed\x3f\x92\x2d\xe2\x06\xf5\xca\xcc\x43\xd7\x1e\xfa\x62\x4b\xf3\x51\xa9\xcc\xc0\xb3\xf3\x1a\xfe\xfd\x92\x67\x6b\xbf\x31\xe0\x34\x8a\xe1\x54\x66\xd5\x9f\x2a\xd7\x55\xea\x4e\xfe\x6f\xf2\xf0\xa5\x5a\xad\xbe\x74\x41\x6b\xce\x85\x46\x00\xfd\x9b\x40\xcc\x51\x73\xc0\x6a\xcd\x87\xf5\x13\x40\x00\xdc\xae\xab\x3f\x55\xfe\x0d\xc8\xb9\x21\xb6\xcb\x8c\x19\x19\xb4\xaf\x39\x28\x07\x2c\x10\x25\x66\x5e\x64\x85\x34\x7b\xf5\x2a\xfa\xff\xd9\x7b\xfb\xee\xa8\x71\xa4\x51\xfc\xef\xe1\x53\x68\xf7\x77\x16\x3a\xa4\x93\x58\xf2\x9b\x0c\x64\x7e\x97\xc9\xc0\xc3\xdc\x81\x81\x03\x99\x0b\xcf\xe1\xc0\xac\x6c\xcb\x69\x0f\x9d\xee\x3c\xdd\x0e\x49\x76\x87\x3d\xf7\x6b\xdc\xaf\x77\x3f\xc9\x3d\x2a\xc9\xb6\x6c\x4b\x72\x77\x08\xf3\xec\xec\x92\x3d\xcb\x74\xb7\x4b\x55\xa5\x7a\x53\x59\x2f\x25\xe0\xea\xf2\xdb\x6f\xbf\x9d\xf8\x64\x6f\xa1\x33\x25\x3f\x38\x77\xc3\xd4\x9b\x61\xe4\x3d\x70\x9b\x6d\x86\xb1\xde\xf6\xa3\xf6\xb7\xc0\x9e\xa7\xfa\x73\xb5\x94\x91\x69\x88\xc6\x72\x3f\x8f\x05\xfa\xba\x17\xf3\x28\xcf\x68\x77\xb2\xd4\x13\x78\x93\x3b\x8a\xc5\x3b\x86\x5d\x38\xf6\x56\x17\x35\xb7\xa6\xed\x36\xc3\xc9\xc1\xde\x56\x9b\x1a\x60\xb3\xad\x4a\xb5\x72\x9e\x3c\x7b\x78\xf4\x3b\xa8\xc6\xd1\xfc\x03\xbf\x82\xa6\x6b\x9e\xad\x78\x65\xb9\x3b\xc9\xa2\x50\xb8\x72\xf0\x06\x15\x2a\x2f\x32\x6c\x54\xf3\xe4\x94\x65\xad\x7a\xf4\x2d\x56\x06\x0d\x75\x80\x87\x5a\x3a\x65\x99\x41\x53\xdf\x7c\x92\xeb\xc0\x96\xad\x51\x35\xa4\xf9\x76\xa2\x4f\xef\xa6\x71\xfc\x75\x8b\xd3\xbf\xc2\x91\x95\x2f\xbd\x74\xdf\x2b\xac\xa6\x11\xb6\x96\x4c\x7b\xf5\xe4\xe1\x1e\xde\x60\x25\x63\x78\x57\xf5\x4d\xae\x5f\x1c\xc2\xe9\xd3\x76\x09\xa3\x5c\x94\xd5\xc4\x50\x80\xaa\xbb\xa4\xc1\x8b\x2c\x67\x29\x4d\x0c\xb5\x99\xbc\xcb\x84\xa6\x2c\xcf\x0a\xde\x59\xe3\x30\x01\x66\x7e\x4e\x38\x2e\xbc\xee\xb3\xcf\x5f\x02\xb1\x65\xe8\xe6\xe4\x7b\x38\x83\x3e\x40\xb0\xc9\xdc\xb3\x79\xba\x58\x3c\x4a\xcd\x93\xc5\x90\x30\x9a\xa7\x8a\xe1\x75\xd5\x3c\x51\x2c\x1e\xf1\x66\x9a\x78\xc0\xa9\x75\x9e\xd8\x3a\x27\x6c\x79\x5b\x80\x79\x1f\x24\x4f\x98\x5a\x6a\xc1\xbc\x96\x89\x7f\xb7\x04\x46\xf7\xec\x69\xfd\x57\x4f\x28\x99\x11\xd5\xe7\x1c\x5e\xbf\x2d\xd1\x1e\xf2\xdf\xa1\xf7\xea\x23\x6d\x3f\xe2\x40\xfb\x1c\xd9\xee\x8e\x54\x2c\x4d\x16\x70\x38\x56\xbe\x5b\xc2\xeb\x83\x8f\xcd\x65\x6a\xcc\x6f\x42\x30\xb5\x34\x61\x02\x49\x08\x48\x98\x7c\x93\x89\xe1\x80\x2c\x47\xbb\x40\xc8\x36\xd1\x88\x1e\x20\xe2\x59\xa5\x06\xd3\x66\x93\x49\x8a\x6e\xa3\x4c\xe6\xb9\xe2\x63\x0e\x98\xbd\xcb\x90\xc9\x55\xd8\x91\x29\x3e\xf4\x00\x05\x63\x24\x52\xf4\x1e\x65\xe8\x3d\xca\x25\xe6\x88\xe7\x09\x4f\x99\xa9\xe8\x50\x0f\x73\xb4\x05\xf3\x92\x77\xf1\x29\x53\xbd\xd8\x43\xde\x65\xec\xf1\x20\xf0\x49\x60\xa7\x75\x70\xb7\x21\x47\xbd\x1d\x74\xf7\x60\xe3\xbe\x08\xfc\x7e\x98\xe4\x3e\x27\xfd\x59\x1e\x64\x51\xa9\xf0\x97\xdc\x34\xdd\x87\x0e\x51\x66\x9a\xe2\x43\x40\xf2\xc1\x03\xe4\x7b\xaa\x97\xa0\x7e\xe3\xdd\xa2\xe8\x10\x99\xf8\x60\x9b\x9d\xd6\xda\x68\x32\x50\x4d\xa2\xd5\x93\x6d\xac\x7f\xc2\x1b\x75\x26\x02\x61\xc2\x70\x50\xf9\x04\x75\x26\x01\x61\xb2\x30\x33\xc3\xf8\xfa\x44\x61\x6e\x86\x09\xf4\x49\x42\xde\x87\xf9\x3a\xc1\xf7\xcf\x3a\xc1\x27\x72\xe1\xfd\x62\xbe\x5c\xae\xf4\x39\xb7\x03\x18\xa8\xd5\xdf\x67\x11\x81\x5a\x08\x2d\xe6\x91\x79\xba\xc1\x34\xdd\x17\x9a\xa1\xdb\x72\x1e\xc8\x38\x5d\xf7\x47\x9c\x0d\xfa\x3a\x85\x30\x98\x0c\x10\xe9\xf3\x56\xb3\x07\xd0\xc0\x35\x71\xd0\x4d\xc8\xbb\x73\x06\xe2\xd9\xd7\xe9\x82\x1b\x9d\x2e\x00\x7d\x6c\x30\x53\x60\x56\x4b\x3b\x49\xa0\x54\x63\x3f\x36\x25\x00\xec\xd3\x02\xf4\x0f\x5d\x60\x63\x3d\x63\x24\x8c\xbe\x74\x6d\x0c\x45\xe5\xdf\x67\xfa\x60\x30\x3d\xa0\xbf\xc3\x93\x30\xea\xbc\xc5\x6b\xa7\xb0\xfb\xb3\x02\x84\x04\x9b\xcd\x0b\x08\xc0\x0e\x4e\xf8\x2e\x91\xff\xae\x73\x03\x19\xf6\xc2\x84\xe7\x54\xbc\xf2\xfb\x51\x9c\xe5\xa1\x17\xc3\x67\x2f\xf6\xf2\x1c\xc3\xe7\x22\xf6\x78\x98\xf8\xe6\x39\x83\xa2\xc8\x3c\x2f\xf5\x61\x72\x21\xa2\x21\xc5\x21\x96\x9f\x83\x22\xa1\x05\x03\x04\x29\x2f\x58\x50\xb0\x60\x8b\xe9\x82\x8d\x32\x4f\x2d\xec\x2b\xd1\x69\x2d\x1d\xa7\x68\x21\xa2\x36\xe9\xcc\xde\xe1\x30\x79\xb1\x2c\x2c\x7d\x1d\xa2\x47\x46\x5c\x42\x82\x6d\x07\x69\xd1\x64\x64\x98\xee\x78\xc7\x60\xa0\x26\xc4\x7c\x88\xfd\xeb\x50\xfd\x19\x43\xb5\xd0\xca\x66\x83\xb5\x51\x39\x9d\xe1\x5a\x2a\xc8\x39\x60\x13\xd2\x3f\xea\xac\x9d\x6b\x56\xc3\xd1\xbd\x38\x11\x03\x78\xf2\x75\x5e\xff\xbf\x67\x60\xfe\xe3\x1d\xcb\xfb\x41\x5e\xe2\x50\xfe\xad\x39\x95\x8b\x56\xcb\xf3\x45\x8e\xb2\xee\x79\x3d\xad\x07\x4f\xfa\x57\xa7\xfc\xd8\x5d\x06\xa8\x27\x6a\x79\x8b\x43\x3e\x31\x65\x30\x48\x5f\x52\x2e\xd7\x2f\x56\xe5\x29\x9f\x2c\x8c\xc3\xd8\xfa\xbf\x56\xd5\x4f\xf5\x7b\xbe\xf8\x32\x59\xf4\xdf\x33\x9b\x89\x60\xa9\x4e\x74\x88\xc8\xfd\xfa\xf3\x83\x43\x89\xa1\xfe\xc1\x31\x37\xfc\xa7\xc9\x02\xfd\x45\x81\xed\x58\xe7\x0b\x95\x8f\x16\x6c\xbe\xe6\xe3\xbb\x02\xfb\xf3\x63\xf5\xfb\xf8\xea\xbc\xfb\x86\x6b\x10\xcb\x09\xaf\x1e\xaf\x18\x7c\x66\xf3\xef\xca\x6a\x6d\x10\x50\xb3\x84\xbf\x40\x7b\x68\xb2\x80\xca\x9e\x3b\xe8\x6e\x67\xf2\xa3\x3f\x93\xa5\xd1\xaa\x67\xa9\xf5\xca\xec\xf0\x1b\x28\xa4\x57\xbf\xe7\x62\x56\xce\x39\x9a\xa8\x67\x0f\x90\xda\x92\xd9\x97\x62\xab\x4d\xab\xa0\x1b\x14\xd4\x2a\xe5\x27\x6f\x25\x10\x94\x1d\x1d\x08\x02\x6c\xe1\x6c\x79\x31\x59\x4c\x11\x46\x07\x88\xec\x6c\x50\xb1\x1d\xc1\x4d\x28\xdb\xa0\xf5\x77\x8c\xc5\xb3\x25\x8a\xdd\xdd\x91\xa9\xd0\x45\x07\xa2\xce\x90\x26\x2d\xce\xeb\xaf\xb1\x89\xc4\x7b\xb3\x6c\x7a\x98\xa1\x7f\xf1\x95\xb6\x27\xfb\xeb\x79\x99\xf1\x89\xb7\xf3\x75\xd5\x6b\xe3\x55\xaf\xc1\xa3\x02\x1e\x85\xa6\x47\x27\xf0\x68\xb0\x60\x04\x39\x0b\x3c\x8a\x3f\x7b\x19\x2d\x72\xd4\xba\xff\xbd\x97\xd1\x4e\xd8\xe9\x29\xf3\x2e\x9b\xc5\x34\x3c\x10\xca\x10\x1a\x36\x1a\x4f\xea\x96\x0f\x1e\x20\x22\x17\xbd\xea\x5f\xbe\xfd\xf6\x5b\x14\xef\xec\x20\xf4\xde\x8c\xa9\xfb\xd7\xc1\x84\x83\x01\x26\x4c\x77\x76\x36\xc3\xd4\x6d\xe7\x1b\xc3\x4b\xa7\x27\xb8\xed\xb7\x71\x93\x7c\x17\x58\xeb\x36\x96\xcc\x6a\xdd\xc6\x97\x75\xbd\xe9\x0d\x99\xed\x62\xf2\x87\x98\x92\x2d\xbb\x5d\xb7\x33\xdf\x49\x80\x5a\xc3\x51\x4a\xdc\x55\x3d\x87\x22\xbf\xaa\x87\xbb\xce\x05\x53\xdb\xea\x67\x06\xa7\x1a\x27\x1c\xdd\x46\x05\x6c\x76\xfb\x87\xf8\x78\x62\xbb\xc2\xe5\x94\x41\x85\x39\x86\x6e\xa3\x14\xc0\x99\x5c\x1d\x7c\x8f\xd4\x3a\xa1\x89\x7f\x48\x56\xca\x13\xc1\x78\xb3\xd4\xaa\x16\xdb\xd4\x5a\xab\xdc\xfa\x27\x9f\xe0\x44\x7b\x82\xfd\xce\xa3\x4e\x23\xf3\xd8\xd6\x10\x83\x7b\x6a\x26\x1c\x6c\x5c\x56\x4e\xe6\xd0\x2e\x52\x18\xe5\x13\xac\x3d\xc1\x58\x7f\x14\xcb\x9d\xad\xf2\x11\x09\xcd\x23\x1e\x2c\x20\x0b\x4a\x33\xb4\x5b\x93\xdd\x15\x42\xdd\x95\x17\xbd\x59\x17\x8f\xa1\x21\x41\x87\xb5\x60\x76\x85\x68\x4d\x14\x44\xe0\x3a\x31\x20\x10\xb1\xae\x5f\xa7\x5d\xfc\x89\xf0\x68\x4a\xbf\xa0\x76\x26\xdc\x96\x80\x4d\xcb\x7c\x68\x64\x89\xb4\x5f\x6d\x1d\x8d\x2c\x87\x4e\x2a\x21\x88\x8a\x98\x68\xfd\xbb\x2c\x8d\x4a\x98\x50\xc1\x40\xc9\xf0\xc2\x0c\x13\x29\x18\x28\x09\x7e\x62\x86\x89\x15\x0c\xf8\xfc\xec\xeb\x32\xec\xd7\x65\xd8\xaf\xcb\xb0\xc3\x6c\xf3\xeb\x32\xec\x3f\xe5\x1c\x6f\x18\x6d\x3d\xc7\x1b\x46\xa3\x73\xbc\xfa\x3b\xdb\x70\x8e\x37\x8c\xbe\xce\xf1\xde\xf8\x1c\x6f\x18\x6d\x3a\xc7\x6b\x52\x4e\x77\x8e\x17\x14\xe4\xde\xb4\xdd\xac\x9d\x99\x97\x66\xa9\xf7\x87\x5e\x9a\xbd\x8c\x82\xdf\xe5\xe2\x82\x86\xce\xd7\x59\xe0\xee\x2c\xf0\x65\x04\x6b\xaa\xfb\x97\x51\xa0\xfd\xfe\x26\x0a\x54\x95\x6e\x80\xd8\xd7\xea\x44\x6f\x55\xd3\x4d\xeb\xdf\xcb\x27\xcf\x7f\x79\xfe\xf8\xf1\xab\x47\xc7\xaf\xfa\xb3\xc5\x2f\x7e\xf8\xe5\x87\x9f\xbe\x7f\xf4\xe6\xd1\xf0\x56\xee\x97\xcf\x7f\xfe\xe9\xfb\x5f\x8e\x9e\xff\xf4\xea\xf8\xe1\x4f\x4d\x4b\x8d\x9c\x9c\x56\x3e\xda\x6c\x5a\x59\x6b\xb1\x9a\x2d\xeb\xa2\x2d\xbd\x39\xe9\x9a\xb4\x78\xbb\xc6\x53\x74\x65\x2b\x55\x5e\xc9\x29\x91\x0a\x3d\x40\x24\xb8\x8f\x2a\xc3\x94\x88\xd6\xe7\xb7\x97\x68\x17\x85\xe8\x2e\xba\x92\xa7\x07\xab\xfa\x90\x26\x7c\x22\x3b\x30\x53\x89\xfe\x82\xa2\x41\x2e\x02\x69\x20\xbf\x78\x83\x0e\xd1\x15\xfa\x0b\x0a\x4d\x59\x22\xbf\xf8\x4f\x81\x95\xa0\xbb\x48\xd0\xf1\x05\x9d\x1d\x03\xf0\xa5\x9c\x96\x7b\xd3\xfb\xf9\x4a\xfe\xfc\x9f\x96\xa9\x60\x4d\x6c\x67\x25\x2a\xe1\x3a\x01\x83\xd0\x1a\xc9\x5c\x4a\xc9\x5c\xca\x03\x9a\x97\x06\xc1\x34\xa0\x52\xba\xe8\x4a\x82\x5e\x59\xa6\x95\x5a\x03\xe9\x8a\xf1\x0a\x2e\xf8\x19\xf6\x5a\xc8\xb5\xdf\xf5\x4f\xa3\x7d\xeb\xad\x72\x74\xad\xe1\xe9\xe3\x57\x2f\x05\xaf\x97\x1e\x36\x19\x83\x7e\xef\x84\x65\x7e\x4c\x80\x01\x89\xda\x58\x9f\xad\x2f\x7a\xb6\x65\x04\x7b\x5a\x83\x59\x44\xa8\x6e\x9e\xf8\x15\x3d\x40\xf1\x7d\xf4\xab\x63\x66\x0e\xfa\x00\x47\x53\xcd\x55\x51\x6a\xf2\x69\x59\xbd\x58\xae\xa1\x8e\xab\xb0\x2a\xb8\x2c\xf7\xd7\x1d\xb4\x87\x4c\xbb\xa9\x6b\xe4\x7a\xa3\x07\x48\xd5\x8b\x30\x01\x8b\xbf\x41\x07\xdf\x1f\x22\x20\xa3\x61\xb1\xd0\xea\xee\xa8\xd6\xa9\x7e\x7b\x08\x64\xed\x9b\xab\x07\x94\x9f\x69\x94\x3b\xa8\xf6\x0c\xef\x3d\x0d\x03\x9b\x4d\x2d\x69\x86\xb5\xe0\x97\x15\x18\xd0\x88\x5a\xa8\x7d\x27\xfa\xc1\x01\x7a\xb1\x2a\x4f\xcb\xaa\xfc\xc8\xd1\xd9\x72\x7e\xb5\x58\x9e\x96\x6c\x8e\x96\x1f\xf9\x0a\xfd\xc7\xe3\x09\xd9\xb9\x87\x2e\xdf\x53\xb4\x8b\x2e\xdf\x47\xf0\x6f\x08\xff\x06\x22\xcc\x98\x51\x2a\x8b\x96\xe4\xe5\xf9\x81\xf7\xc8\xbb\x8c\x1d\x5b\xe6\x2d\xcc\x29\x0c\x87\x46\xfb\x18\x59\xf4\xea\x05\x78\x39\xc7\xa7\x86\x9f\xba\xc0\x58\x5f\x67\xd3\x81\xfd\xec\x6c\xbb\x9a\xb2\x06\xff\xa9\xf8\xe9\xd9\x72\xc5\x56\x57\x9d\x9b\xe8\x84\x0b\x1c\xeb\x03\x91\x75\x95\xd2\x78\xeb\x8c\xd9\xfb\x8f\x8d\x3d\x1b\xe3\xbb\xb7\xb6\xe3\x6f\xb6\xb2\xe3\x77\xd6\x75\x7c\xd7\xaa\xce\xcd\x5f\x25\xb0\x3c\xaf\xce\xce\xab\xa7\xf0\x6a\xdd\x81\x45\x90\xa4\xe7\x7c\x5d\xae\x78\xae\x5d\x34\x90\x96\xd5\xba\x2e\x08\x2d\x1b\x77\xde\x16\xea\xc6\xcf\x17\xf3\x5a\x4d\x5a\x0d\x6e\xb6\xe2\xf7\x10\x21\xc1\x14\x91\x30\x9a\x22\x9f\x06\x53\x14\x62\xd2\x6f\xac\xee\x2c\xb8\x27\x9e\xe9\x8f\xfa\x97\x16\xd4\x2f\xcd\xd6\x7b\x0b\xf4\xde\xf5\xb0\x5d\xe3\xfe\x02\x98\xa9\x85\x9b\x10\xeb\x77\xef\xfa\xdb\xdb\x77\x96\x68\xbf\x81\xa9\x89\x3f\xc0\x23\x4d\x6e\xc1\x2f\x1a\xb3\x83\x45\xb8\xb1\x52\x02\xc0\x49\x73\x5b\x2f\x8c\x00\x91\xe7\xa1\x3d\x24\x06\xda\xe6\xa6\x04\x5d\x12\x22\x7b\xf1\xc9\x97\x5a\xd1\x33\x4c\xcc\x19\x84\x66\x9c\x3c\xab\x3b\xf1\x94\x2d\x60\xee\xa7\xd7\xb5\x03\x44\x4c\x73\x68\xe9\x7a\xb9\x4a\xc7\xe5\xdf\x43\xff\x39\x95\x04\x9f\x91\x12\x75\x17\xc5\x84\xac\xad\xd3\xe6\xcf\x08\xdc\x41\xdf\x07\x17\xb1\xde\x55\xcc\xc2\x7a\x05\xb5\x20\xef\xac\x27\x48\x3a\x85\x04\xc9\x75\x2a\x08\x92\x4e\xe9\x40\x72\xfd\x9a\x81\x8a\x61\x3c\xc6\x31\xee\xb2\x8c\xaf\xc5\x33\xee\x32\x8d\xb7\xe1\xda\xa8\x07\x69\x5c\xcd\xd4\x48\xb9\xa8\x96\xd2\x9a\xcd\x9a\x9e\x33\x98\xcc\xab\xdd\xd9\x20\x0a\x01\xb1\x0f\xf7\xcd\xbe\x3f\x04\xb9\xd8\x60\xe6\xcb\x0b\xa4\x60\xc6\x57\x23\x5e\x8a\x01\x76\x6d\xf1\x01\x99\x28\x83\x1f\xc8\x8f\x32\xe9\x85\xcf\x76\x17\x38\x9e\xf1\x8a\x0d\x9f\x6c\xf1\xd6\xa0\x21\x7b\x56\x8a\x57\x90\xf9\xf9\xe9\x02\x3a\x67\x70\xab\x5a\x82\x75\x9a\x3d\x45\x6d\x26\x6d\x04\xde\xf2\x9d\x44\xa7\xd1\xd1\x52\xfb\x86\x62\x21\x24\xfe\xea\xd4\xb3\xd1\x9e\x0b\xf6\xa9\x06\x3b\x5f\x5e\x58\xf3\x52\xab\xb4\x8e\x8d\x79\x8e\xa9\x27\xc7\x42\x0b\xc7\x6f\x2f\x6d\xbc\x1f\x5f\x4a\x5b\x3b\x84\x1e\xd8\x81\xc0\xd8\x0e\x81\xf5\xcd\x76\xdf\x5c\xcf\x0c\x1c\x61\xb5\xed\x51\x00\x5d\x9a\x08\xbd\x04\xf0\x7a\xe8\x5a\x2c\x3f\xbe\xc4\x2d\x38\xde\x04\x5c\xda\xd7\xf1\x25\x76\xe9\x51\xc1\x3e\x6d\x60\x41\x8f\x4e\xf3\x5e\x9f\xaf\xc0\xa3\xe4\x75\x22\xc2\xd4\xc7\xad\xfc\xf8\x32\x50\xb1\x00\x4d\x26\x8a\xb7\xe6\x68\xb0\xa2\xaf\xce\x07\xdb\x5e\x6f\x00\xdb\xd3\x06\x9b\x8c\x1a\x12\xdb\xd3\x1e\xb6\x67\xe3\xd8\x7e\x57\xa7\xea\x84\x42\x87\x7d\xa2\x7e\x48\xb4\x98\x29\xda\xea\x6d\xef\xe5\x6c\x89\x5e\x94\x0e\xcb\x16\x24\xeb\x3b\x1f\xf1\x7d\xed\xab\x4c\xe5\x9a\xef\x9f\x6d\xf2\x1d\xc9\x35\x68\x5d\x66\x2c\x80\xa4\x05\x8d\x05\xa4\x1a\xfa\x69\x0b\x6d\x0f\x49\x30\x58\xcc\x96\xcf\x65\x96\x72\xd8\x99\x0f\xd3\xf9\xb2\x76\xf6\xe5\x12\x12\x3d\x47\x88\x17\x2f\xd0\x2d\x89\xd1\x89\x07\xcd\x57\x26\x75\xa7\x1f\x3c\x68\x99\x04\xd3\xae\xfb\x07\x57\x69\xfa\x04\xed\x69\xcf\x6d\x86\x8e\xba\xae\xd3\xe0\x30\x22\x7f\xb6\x25\xf2\xee\x9c\x47\xdb\xdd\x8d\x66\x3c\xfa\x5d\x56\x5c\x69\x68\x60\xb6\x63\xc8\x5c\x14\x5c\xbb\xe7\xcf\x46\x68\x3c\xdd\x92\x86\x6b\x6c\x5b\xb1\xc5\xfa\x6c\xb9\x76\x5a\x09\x84\xdf\x17\xe5\x53\xe9\x18\xc7\x6f\xb5\x09\xc5\xd6\x0e\xad\x63\x9e\x6c\xb8\xc9\xc0\xa7\x20\xc7\x46\x3f\x6b\xfc\x38\x2b\x11\xab\x60\x08\x84\x78\x69\xce\x09\x8f\x3d\xe8\x83\xb1\x68\x6b\xf3\x72\xe4\x35\x01\xc0\x08\x77\xec\xd5\xdd\x91\xd0\x36\x97\x3f\xf6\xea\xce\x28\x38\xcb\xb8\x75\x70\x80\x8e\x66\xae\xe0\xb7\xf9\xb0\x7e\xcd\x21\x63\x3c\x34\x22\x2d\x7c\xd5\x71\xb8\x19\x57\x46\x8c\x7b\xbb\x90\x5a\xb7\x3a\x6e\x0c\x6e\xf3\x26\x97\xb8\x69\x34\xd1\x92\x90\x9d\x4d\x06\x40\x89\x80\xf4\x10\x90\x01\x02\xa7\x14\x45\xee\xb1\x5a\x5e\x38\x84\x38\xd7\xbc\xe1\xb8\x75\x8d\xf7\x68\xf2\x0f\xc5\xbe\xfc\xe1\x76\xcd\x0c\x7c\x75\xc5\x8f\xb9\xe6\x35\xc7\xad\x0b\xe9\x18\xe1\x87\x16\xe3\x7c\x79\xf1\xf9\x13\xb4\x3f\x2c\x4d\x6f\x24\x03\x7d\x5b\x3d\xad\x33\x0d\x29\xc6\xb7\xde\x64\x26\x3c\x1f\x7d\x69\xeb\x60\xb1\x39\x62\x27\x5f\xe9\xb6\x10\x2e\xe9\x58\xec\xf8\xe7\xda\x16\x65\x98\xa4\xb9\xf1\x5d\x51\x03\xf8\x66\xc6\x47\xb4\x1b\x4e\x03\xdd\x85\xc9\xab\xe1\x3c\xd0\x75\xf7\x52\xe1\xeb\x6c\xa5\x82\x4d\x52\x19\x2f\xe7\xdd\xfd\x4e\x78\x07\x1d\x74\xf9\xdf\x41\x77\xfb\x3f\x00\x71\x58\xa0\x69\x76\x73\xfd\x93\x6c\x82\xfa\xec\x39\x3c\x7d\x9a\xb1\x66\xde\x38\x07\x89\x0e\x8c\xaa\xd7\x41\xea\x59\xc0\x21\xce\x03\xe3\x66\xba\x57\xff\x75\xce\xf9\xdf\xf8\x10\xe9\x8c\xad\x67\xb5\x71\x6f\x74\x17\xfd\x80\x8b\xcf\x99\x2c\x1c\x9f\x13\xda\x3c\xa5\xb7\xa5\xf3\xdb\xcf\x21\xb6\xf4\xec\xb3\x72\x5a\x6a\xa8\x26\xe6\xf4\x84\x73\xab\xb9\x39\x0d\x95\x9a\x9e\xd3\x51\x5d\x77\x5e\xb1\x15\x85\xbb\x13\x4f\x07\x9d\x78\x7a\xdd\x4e\x3c\x1d\x74\xe2\xe9\x76\x9d\x30\xab\x4a\x9a\xae\x72\xb2\x6a\x89\x56\xbc\x5a\x95\xfc\x23\x37\x6c\x40\x44\xea\x70\xb7\x8c\x07\x67\xe7\xeb\x59\xcd\x86\x49\x44\x06\xc8\x67\x43\xc8\xcf\x2f\x4f\x6c\x38\x3d\xd4\x90\x9e\x0e\x5d\xd8\x7a\x9e\xe8\x86\x76\x4d\xda\xe3\x97\xda\x42\x69\x08\x67\xcd\x61\xa7\x0d\x22\xc4\x86\x8b\x39\xf5\xc7\x76\x7f\xa6\x53\xec\x5f\xb7\x6b\x5e\x73\xbb\xa6\xbf\xed\x66\x4d\x7f\x6c\xab\xa6\xef\xd8\xa8\xe9\x7f\xdd\xa6\x79\xd3\xdb\x34\xfd\x0d\x37\x69\x1a\xd4\xd2\xd9\xa2\xe9\x6f\xb2\x41\xd3\xb7\x1f\xc3\x6f\x36\x1e\xde\xa3\xc1\xa7\x77\x53\x8a\xff\x45\xb6\x6b\xf6\x0b\xec\x84\x98\xfc\x6e\x7b\x38\xeb\x72\x3b\x82\xe6\x1f\xab\xdc\xce\xb5\x76\x5b\xaa\xc7\xed\x6e\xcf\x1a\x66\xab\x82\x3c\x21\x26\x9d\x6d\x21\x21\x26\xd6\x6d\x26\x74\xc3\x82\x3c\x02\xb0\xb3\xd5\x84\xaa\xaa\x16\x21\x26\x37\x76\x84\x58\xef\xbe\xb5\x26\xcf\x60\x93\x83\x77\x99\xa5\x69\x9a\xe4\x61\x3e\xd5\x0a\xf6\xec\x4c\x4d\x90\x11\x49\x18\x49\x08\xd3\xcb\xf9\xec\x18\xea\xf6\x18\x9a\x26\x38\x4c\x3c\x1c\x32\xbd\xfa\x8f\x99\x08\x0e\x49\xc1\x33\x59\x33\xa8\xae\x0d\xb4\x21\x91\x28\xf6\x7d\x12\x45\xb2\xac\x90\xaa\x1c\x64\x26\x42\x79\x1a\x04\x8c\xc6\x7a\x5d\xa1\x0d\x89\xe4\xa9\x97\x11\xee\xe5\x7a\x19\x22\x33\x91\x20\x4e\xc3\x80\xe2\x5c\x2f\x52\xd4\x4b\x4d\x6f\xba\x4a\x91\xb0\xa7\x6b\x56\x29\xc2\xd1\xd7\x32\x45\x37\x94\x13\xd1\xad\xcb\x14\x89\x26\x63\x79\x91\x1e\x33\x86\x99\x11\xfd\x5a\xa6\xe8\xe6\x73\x23\xba\x69\x99\x22\xa3\x72\xba\xf9\x11\x1d\x2d\x53\xe4\x53\x77\x99\x22\x31\x8c\xdf\xa3\xc4\x94\x2d\x91\x7f\x91\x6c\xe9\x5f\xfa\x70\xcb\xcd\x1e\x6c\xf9\x42\x47\x56\xae\x9f\x44\xc9\x47\x4d\x77\x15\xa2\x5f\xea\x1d\xbc\x86\xbb\x6e\xba\x9b\x7c\xf7\xd9\xd9\xd9\xfc\x6a\xa2\x7e\x9c\x22\xb6\x3a\x39\x3f\xe5\x8b\x6a\xdd\xbf\x93\x47\x3f\x3e\xd3\xf2\x03\xa5\x94\x5a\x12\x3d\xf2\xde\x65\x40\x28\x23\x45\x02\x79\x45\x1e\x13\xca\x38\x21\x3b\xd3\x21\x5c\x8c\xfd\x38\x08\x12\x28\x33\x48\x7c\x5e\x44\x61\x96\xeb\xa9\xc1\xa0\x41\x1a\x66\x5e\x91\x66\x05\x5c\x80\x90\x05\xb9\x9f\x92\xc2\x84\x98\x27\x69\x98\xa7\x2c\x84\xdb\xb3\x31\x4d\xf2\x34\xcd\x9c\x88\xfd\x24\x8c\x32\x12\xa6\x90\xce\xf8\x01\x4d\x43\x9f\x9a\x10\x87\x49\x81\x31\x2e\x80\xe3\x34\xf2\xc2\xdc\xc3\x89\x13\x71\x42\xfc\x82\x12\x06\x57\x6e\xb3\x02\x27\x41\x91\xa4\x26\xc4\x2c\xc5\x59\xc8\x73\xe0\x38\x67\x51\x4e\x31\xa6\x4e\xc4\x39\xf5\x62\xc6\xa4\x8c\x99\xef\xf9\x1e\x09\x8c\x32\xc6\x84\xfa\x61\x2a\xef\x8c\x08\xc2\xd8\x8b\x8a\x94\x3b\x11\x93\xc0\xc7\x34\x4c\xe1\xee\x88\x80\xf3\x20\x25\x34\x33\x8a\x22\xf4\xb2\x38\xcf\xe0\x02\xf1\x3c\x2c\x8a\x34\xe0\xc4\x89\x38\x26\x29\x0f\xf3\x18\x44\x51\x90\x38\xa5\x49\x64\x54\x1e\xf5\x72\x9e\x62\x79\x79\x85\x9f\xe2\x28\x89\x52\xec\x96\x71\x9a\x67\x5e\x24\x2b\x54\x92\x30\x8b\x31\xf1\x43\x13\xe2\x0c\x27\x69\x81\x25\x03\x59\x11\x25\x24\x4a\x02\x27\x62\x1e\x24\x69\x94\x64\x20\xbb\x84\x17\x38\x60\xb9\x51\xc6\xbc\x48\x79\x10\x53\xb8\x46\xdc\xa7\x41\x41\x42\xee\x3b\x11\x7b\x45\x86\x93\x3c\x83\x06\x34\xa5\x59\x1e\xa6\x46\x8e\x49\xe0\x65\x0c\x67\x19\x5c\xd2\x1e\xb3\x2c\xc9\xa2\xd0\xad\xbc\x9c\x27\x24\x8b\xc0\x41\xc2\x84\xa4\x1e\x89\x8d\x88\x03\x16\x07\x34\x60\xf0\x8e\x10\x71\x16\xf1\x80\xba\x39\x0e\xb3\xd4\x63\x49\x0e\x9c\xa4\x79\x80\x8b\x34\x0f\x8c\x2e\x1d\x15\x09\xa5\x39\x20\xa6\x3e\xc6\xa1\x9f\xba\x39\x4e\xa8\xcf\x43\x1c\x12\x70\x69\x1e\x45\x79\xc1\xcc\x0e\x42\x7d\x9c\x45\x11\x64\xf8\x24\x4f\x03\x9f\x60\xcf\x1d\x2b\x3c\xcf\x27\x71\x46\xe5\x9d\xef\x45\x4a\xb0\x6f\x34\xb7\xb4\x08\x93\xb8\xc8\x54\x7d\x53\x5e\x78\x9c\xbb\xad\x22\x8b\xb8\xe7\xa5\x05\x18\xbe\x9f\x33\x4a\x8b\xcc\x68\x15\x79\xc8\xe2\x04\x07\x80\x38\xf1\x3d\xc6\x62\xe2\x16\x85\x17\x65\x2c\xf2\x43\x79\xbd\x8b\xe7\xf9\x94\x98\x1d\x04\x07\x24\x21\x89\x7c\xf7\xf2\x98\xc7\x23\x1e\xbb\x45\x41\xe2\x34\xf6\x18\x85\xe0\x12\x44\x39\x21\x45\x61\x74\x69\xc2\xb1\x10\x13\x88\x2c\xcc\x48\x94\x25\x24\x72\x22\x0e\x72\x92\x45\x79\x01\x56\x11\xb2\x2c\x20\x8c\xe7\xc6\x58\xe1\xfb\xd4\xcb\x31\x88\x2c\xc9\x93\x30\xf5\xf3\xc2\x89\x38\x0a\x3d\x16\xfb\x61\x20\x1d\x84\x15\x91\x9f\x73\xb3\xb9\x45\xcc\x63\x29\xc4\x6d\x3f\x8b\xe3\x94\x30\x77\xd8\xa4\x38\x23\x59\x42\x64\x74\x8b\x79\xce\x38\x8f\x4c\x88\x13\x12\x13\x92\x49\x91\xe1\x80\x12\x3f\xf4\x53\x27\x62\x46\xd2\x82\x53\x26\xe3\x6c\x56\x60\xcf\x8f\x8c\x0e\xc2\x28\x66\x51\x14\x00\xc7\x69\x16\x10\xdf\xf3\xdc\xd1\x2d\x23\x41\x4a\xd3\xd8\x83\x38\xeb\x15\x34\x89\x13\x6c\x8c\x6e\x71\x94\x85\x98\x81\x8c\xbd\x28\x0c\x52\xee\xbb\xad\x22\xc7\x09\xe1\x14\x27\x80\x38\xe2\x45\x48\xb0\x71\xcc\xcb\xa3\x24\xf1\x22\x02\xba\x08\xc3\x28\x64\xc9\x88\xe7\x15\x81\xc7\xfd\x50\xca\x2e\x8c\x63\x4c\x3c\xc2\x8c\x76\xec\x45\x8c\x79\xb2\x67\x3e\x49\xd3\x1c\xa7\x6e\xe5\xe1\x84\x05\x19\xc6\x10\x36\x53\x9a\x93\xdc\xcb\x8c\x1c\x63\xee\xc7\x51\xe6\x49\x3b\xc6\x01\x66\x69\xe8\x8e\x6e\x24\x0e\x68\x1c\x07\x60\xc7\x79\x41\x39\x4f\x93\xc4\x84\xd8\x0f\x52\x2f\xcd\x52\xe8\x19\xc7\x49\x1a\xd0\x11\x73\xf3\x13\x9c\x79\x59\x0a\x4a\xc9\xc2\x2c\x09\x59\xe4\x1b\xe3\x31\xcf\x29\x63\x01\x84\x4d\xee\x07\x98\xb2\xcc\x6d\x6e\x61\x9a\x64\x19\x0b\x0a\x39\x32\x44\x3e\xf7\x63\x23\xe2\x88\x12\x1e\x15\x32\x58\xe5\x51\x4a\x52\xca\xdc\xa2\x88\x03\x5a\x50\xc2\xc1\x41\xc2\x9c\x17\x29\x31\xc7\x8a\x98\xb2\x30\xf2\xe5\x48\x13\xf8\x38\x26\x45\xe4\xb6\x0a\x1a\x64\x34\xa6\x58\x66\x42\xb8\xf0\x58\x1a\x1b\xc3\x26\xcd\xb2\xd8\x23\x52\x79\x98\x45\x81\x9f\x70\x77\xee\x96\x78\x29\x2f\x8a\x82\xc9\x2c\x32\xf2\x31\x27\x46\xab\x60\x41\xe8\x45\x19\x07\xcf\xcb\x39\x25\x69\xce\xdd\xb9\x5b\xca\x8b\x84\xf9\x85\x1c\x19\x48\x16\xc5\x09\x36\xe7\x15\x51\x8c\x63\x5a\xc8\x21\xcc\x8f\x49\xe8\x13\xb7\xf2\x32\x46\x62\x9f\x67\x20\x63\xce\x48\x14\xe1\xc4\x28\xe3\x1c\xd3\x28\xa5\x72\x68\x22\xc2\x90\x48\x77\x12\x70\x98\x88\xb0\x9c\xc5\x79\x0e\x0e\x92\xe5\xdc\xe3\x29\x36\x86\xcd\x22\x8c\xf3\xa0\x88\x0b\x35\xe8\xf2\x1c\xc7\x6e\x3b\xf6\xa2\xc2\x8b\x62\x99\x2f\xc4\x04\xc7\x51\x91\x1a\x5d\xda\x63\x91\x1f\xe7\x19\x38\x08\x23\x19\x4d\x28\x73\x8f\x20\x18\xfb\x45\x42\xbd\x40\x4d\xdc\x25\x5e\xce\x8c\x1c\xe3\x34\xc6\x5e\xea\xcb\x78\xec\xe3\x2c\x88\xb1\x5b\xc6\x84\xe6\x69\x1c\x17\xa1\xb4\x0a\x2f\x88\x73\x6a\x8c\xc7\x3e\xc9\x18\x4b\x63\xb0\x8a\xc0\xcb\x62\x12\x24\x6e\x07\xf1\xb3\x84\xa7\xdc\x03\x51\xe0\x30\x4b\x52\x9e\x1a\x95\x17\xf8\x38\x8f\xe2\x0c\x7a\x96\x64\xd8\xf3\xf2\xc0\x6d\xc7\x41\x96\x85\x79\x20\x13\xef\x2c\xf5\x79\x40\x52\xe3\xd0\x24\xd2\x15\x92\x24\x10\xac\x8a\x2c\x0a\x63\x2e\xc2\xab\x2b\x56\x14\x59\x1a\x15\x4c\x0e\x92\x2c\x8f\x0a\xc6\x8d\x1c\x47\x59\x10\xe0\x84\x02\xe2\x80\x05\x71\x48\x71\xac\x26\x51\xdf\x39\x8e\xad\xb6\xef\x85\xaf\xaf\x7b\x42\xd5\x76\x0d\xda\xeb\xce\x09\xd5\x5f\xae\x77\x42\x35\xc4\x64\xb3\xa5\x03\xc3\x72\xc4\xcd\x57\x1f\xbd\xee\xd2\x41\xc4\xbc\x84\xd7\x13\xee\x7e\x9a\x65\x89\x67\x59\x3a\x48\xd3\x28\x66\x5c\x0e\xbf\x34\xc8\x18\x8b\xbb\xa9\x8b\x83\x88\x9f\x45\xbc\xf0\x63\x88\x64\x05\x4f\x82\x82\x8a\x48\x66\x82\x64\x61\x50\x14\xa1\x0f\x5e\x10\x16\x38\xf7\xa3\x62\xd3\x59\xfd\x10\x7b\x3c\x24\x32\xf8\xb0\x9c\x47\x94\xe4\x96\xa5\x83\x24\xf5\xc2\x88\x4a\x83\x24\xa9\xcf\xa3\x0c\x17\x1b\x12\xc1\x05\xf5\xf3\x44\xda\x7c\x91\x06\x38\xcd\x23\x4b\x4f\xc2\x94\x7b\x59\x2e\xd3\x20\xec\xc7\x9c\xe0\x38\xd9\x66\xe9\xe0\xa6\xcf\x91\x6e\x52\x1a\x16\xe0\x3c\x7b\xe5\xd7\x27\xd8\x5e\xfa\xf5\x09\xb1\xd7\x7e\x7d\xe2\xdb\x8b\xbf\x3e\x09\xec\xd5\x5f\x9f\x84\xf6\xf2\xaf\x4f\x22\x7b\xfd\xd7\x27\xb1\xa5\x00\xac\xec\x20\x94\x87\x35\xee\x03\x97\xcf\xe7\xf2\xf9\xf0\xb0\x87\x94\x01\x34\x37\x1e\x81\x92\xcf\xe7\xf2\xb9\xa5\x39\x81\xe6\xc4\xda\x9c\xcc\xe5\x73\x4b\x73\x1f\x9a\xfb\xd6\xe6\xfe\x5c\x3e\xb7\x34\x0f\xa0\x79\x60\x6d\x1e\xcc\xe5\x73\x4b\xf3\x10\x9a\x87\xd6\xe6\xe1\x5c\x3e\xb7\x34\x8f\xa0\x79\x64\x6d\x1e\xcd\xe5\x73\x4b\xf3\x18\x9a\xc7\xd6\xe6\xf1\x5c\x3e\x37\x6c\xeb\xdb\xb0\xe8\xb1\xb4\x0c\x13\x72\x26\x8d\xa2\x5f\x71\x0f\xb6\xdc\x4a\x83\x30\xb5\x4a\xa5\x2d\x98\x5a\x65\xd2\x0e\x4c\xad\x32\x69\x02\xa6\x56\xb9\x54\xbf\xa9\x55\x2e\x35\x6f\x6a\xc5\xa5\xd6\x4d\xad\xb8\x54\xb8\xa9\x55\x21\x95\x6d\x6a\x55\x48\x3d\x9b\x5a\x9d\x48\x1d\x9b\x5a\x9d\x48\xf5\x9a\x5a\xcd\xa4\x6a\x4d\xad\x66\x52\xab\x73\x53\xdd\x41\xd7\xd1\xdd\x0d\xaf\x43\xb5\xd6\xd3\xae\xe9\xbf\x2e\x65\xed\x61\xdb\x71\xf3\x47\x30\x82\xd7\xcb\x67\x43\x90\x0d\x0a\x45\x4b\x32\x42\x04\xaf\xcb\xfa\xb4\x81\x5e\x35\x1a\xdd\x45\xe4\x1d\x40\x9a\x6b\xb9\xb6\x38\xe6\x12\x87\x3a\x5f\xd0\xc7\x01\xa7\xe6\xaf\x55\x81\xfa\xe0\x00\xfd\x07\x54\x23\xb6\x13\xaf\x4b\x3a\x6f\x55\xa1\xfa\x72\xd6\xd4\x39\xbe\x1c\x3b\x8b\xa7\xc0\xe6\x5a\x0b\xf7\x79\x3c\x09\x35\xeb\x54\xc1\x9e\xc9\xe2\xbf\x7a\xf1\xea\x39\x94\x28\xae\xcb\x01\x77\xe0\xe8\x00\x0e\x36\xbd\xbe\x47\x5d\xb0\xd8\x75\xc2\x54\x42\xce\x3b\x5c\xcc\x87\x5c\xcc\x4c\x5c\xcc\x87\x5c\xcc\x74\x2e\xba\x70\xf1\x10\xce\x52\xc9\x58\x57\xa9\xa5\x66\xce\x47\xad\xf6\xf6\x36\xc5\xb7\x5b\x8d\xe2\xcd\x34\x8a\x5b\x8d\xe2\x8d\x34\x8a\x67\x9d\x02\xdf\xb3\xba\x0a\xb7\x56\x98\x7b\xae\x6a\x75\x6b\x42\xc2\x4a\xc2\x5d\x30\xd8\xc7\x9c\x68\x2a\xad\xf1\x45\xa3\x2a\xc5\xf3\x0e\x1b\x73\x03\x1b\x33\x13\x1b\xf3\x01\x1b\xb3\x0e\x1b\x5d\x84\xd1\x00\x1f\x89\x9c\x3a\xdd\xaa\x76\xb8\x2b\x94\xc4\xad\xda\x63\x97\xda\x5f\x97\xb1\x8c\x5c\xc6\x81\xb9\x07\x39\x57\x90\x8e\x33\xe1\x12\x12\x47\x5a\x20\xb1\xde\x0a\x5d\xc3\x4a\x06\xb0\x31\xb3\xe8\xc3\xce\x6b\xd8\x51\x1e\xda\x48\x33\x17\x42\x2b\xe3\xfe\xc8\xd5\x05\x6f\x43\xd9\x4c\x82\xcf\xa0\x66\x9b\xc0\x23\x34\xe9\xed\xa0\x07\xb5\x77\x36\xbf\xfc\xff\x08\xa3\x7b\x68\xb0\x6d\x7a\xc8\x87\xf8\xb7\xd6\xe0\x38\x1b\xe2\xdf\xdd\xc6\x5b\x2c\x5c\xe0\xeb\x72\x01\x52\xdc\x90\x07\xa9\x9d\x21\x07\x52\x13\x03\xfa\x66\xa4\xed\xa8\xf8\xba\xb4\xa9\xb7\x1d\xf5\x5e\x97\x26\xe6\xec\x35\xf1\x55\x51\xfc\x19\xba\x8d\x8a\x99\x2a\x8b\x2f\xbe\x98\xcf\xf1\xc9\x36\xd2\xf7\xf9\x5c\xb4\x99\xab\x36\xe2\xcb\xc9\xdc\x51\x4c\x7f\x06\xd5\xf4\x05\xea\x54\xd2\x81\xcf\x99\xfc\x9c\xaa\xcf\xf6\xe6\x73\x68\x2e\xa8\xa4\x92\x24\x7c\xce\xe4\xe7\x54\x7d\x76\x97\xe4\x9f\xc9\x9a\xfc\x2a\xe0\xc8\x71\x85\xcd\x65\x79\xe9\x1d\x59\xfc\x80\xcd\xea\x8a\xfd\xea\x61\xa7\x66\xff\x4c\xbb\x45\x82\xd5\xa3\x8e\xb3\x32\x3f\xbc\x4d\x4d\x1a\x44\x8a\xe6\xac\x4b\x73\xde\xa1\x39\xeb\xd2\x9c\xeb\x34\x67\x9b\xd0\xc4\xb2\x9f\x5c\x0d\x0d\xf2\xbc\x09\x97\x83\x02\xad\xcb\xfe\xcf\xea\x4b\x2b\xb4\x87\x41\xfb\x50\xd0\xf4\xeb\x67\xb2\x0c\xb7\x9b\xa6\xec\xa7\x02\xae\x69\xce\xba\x34\xe7\x1d\x9a\xb3\x2e\xcd\xb9\x4e\x73\xd6\xd2\x34\x66\x9d\xe3\xf7\x10\x98\x79\xfd\x11\xaa\x2f\xfd\x68\x3f\x4c\xf5\x23\x38\xef\x8f\xa5\xeb\x18\xd5\x8f\x10\x0c\x7e\x2c\x6d\x21\xf4\x23\x5c\x94\x20\x60\x66\xf3\x86\x45\x93\x53\x4a\x40\x41\x70\xd6\xf6\x45\x86\x8b\x0a\xeb\xe1\x62\xb6\x49\xac\x6a\xc9\x8a\x7f\x85\x44\xdc\x34\x2b\x20\x95\xcd\x4c\x04\xb3\x6b\x51\xfc\xd1\x18\x7a\xfa\x14\x7f\x2c\x4d\x14\x7f\x2c\xaf\x43\xd1\x1c\xec\xfa\x14\x5f\x1b\x29\xbe\x36\x51\x34\x5b\x5b\xff\xf2\x0a\x0b\x49\x98\xbc\xa8\xdd\x1e\x00\xad\xdc\xc1\x3c\x48\x1d\x95\x76\x65\x78\x04\x16\x89\xce\x62\x8d\x6b\x33\x36\x7f\x3e\xcb\x59\xc5\xd1\x85\xfb\x4d\x5f\xfc\xc1\xfb\xa6\xd1\xbe\xe1\x75\xf3\xc4\xc4\x36\x0c\x40\x85\xa9\x0d\xbc\xd8\x16\xa6\x36\xf0\x0e\xcd\x4d\x6d\xe0\x15\x9a\x9b\xda\xc0\x2b\xf9\x24\x9f\xc3\xf5\x1d\x73\xdb\xfd\x1d\xf0\x4e\x3f\xc9\x67\x00\x25\x45\xc7\x75\xc9\xe5\x03\xa1\x59\x6f\x02\x11\x98\x32\x13\x8f\x30\xa5\x90\x99\x78\x84\xd9\x8b\xd4\xd4\x06\x26\x2f\x52\x53\x1b\x98\x27\x61\xa6\x36\x30\x4d\x32\xb8\xcd\x40\xfc\xc1\xb4\xcb\x44\x9a\x7a\x45\xac\xc2\x80\x89\x9b\x89\x94\x83\xb0\xac\xdd\x76\xc4\x91\xd2\xa8\x86\xc9\xce\x8d\x5e\x56\xa2\xcd\x19\x42\x66\xf0\x04\xec\x9f\x0d\xb2\x81\x27\x4d\x31\x8a\xc9\x13\xb0\x7b\x26\x99\x7d\xe2\xe9\xdc\xb2\x21\xb3\x7d\x3c\xda\x2c\xa3\x24\x08\x22\x4a\x87\x04\x71\x4b\x10\xc4\x93\x2a\x82\x9d\x48\x90\x8e\x13\xd4\xe6\x25\x25\x41\x02\x21\x76\x48\x90\xb4\x04\xc9\xac\x1e\x97\x26\x00\xaf\x85\xd7\x71\x82\xda\x4c\xa6\x24\xe8\x0b\x82\xf9\x90\xa0\xdf\x12\xf4\x05\xad\x5c\x11\xf4\x47\xdc\xa1\x8f\x47\x9b\xfb\x94\x04\x03\x41\x90\x0f\x09\x06\x2d\xc1\x40\xd0\xe2\x8a\x60\xa0\x13\xe4\xe3\x04\xb5\xd9\x52\x49\x30\x14\x04\x8b\x21\xc1\xb0\x25\x18\x0a\x5a\x85\x22\x18\xea\x04\x8b\x71\x82\xda\xfc\xaa\x24\x18\xc1\x4b\xc5\x90\x60\xd4\x12\x84\xec\xfd\x44\x11\x8c\x3a\x2f\x11\xe3\x04\xb5\x19\x59\x49\x30\x16\x04\x67\x43\x82\x71\x4b\x10\x5e\x9b\xd4\x98\x2c\xe0\x5d\x49\xc0\x67\x9f\xbd\xf8\x7a\x29\xce\xcd\x5d\x8a\x83\x45\x72\xaf\x6e\x36\x13\xc8\xa0\x0e\x8b\xef\xdd\xf4\xb5\x38\x66\x32\xf8\x9f\xf2\x62\x9c\xa3\xe5\xe2\x23\x5f\xc9\x2a\xbf\xa8\x5a\x22\x9f\xec\xa5\x65\x25\x12\x94\x1c\x31\xd8\x9f\x9d\xf2\x62\xb9\xe2\x6a\x3b\xf5\x40\x6b\xda\x59\x13\x6d\xed\xae\x5a\xbe\xf1\xc9\x4d\x5c\xc4\xf3\x47\xbd\x82\x47\xe7\xb3\xa9\x0f\x72\x0f\x61\x8f\x04\x07\xbe\xaa\x53\xfc\xf5\x74\x93\xf5\xa8\x52\x88\xc9\xb6\xa7\x9b\x44\x93\x91\xd3\x4d\x9d\x6d\x0d\x83\xd3\x4d\x21\x26\x5f\x4f\x37\xdd\xf4\xe9\x26\xa1\x95\xcd\x4e\x37\x19\x95\xd3\x39\xdd\x24\x15\xe4\x3c\xdd\x24\xcf\xd1\x6e\x78\xfa\xdb\xff\x43\x9f\x67\xe2\x8b\x6c\x2f\x65\x6b\x1e\x05\xbd\x07\xa7\x79\xd8\x07\xfd\x78\xf6\x21\x2f\x7a\x3f\x66\xe5\xd9\x8c\xaf\x7e\x97\x23\x51\x1a\xab\xf0\x5d\x70\x28\x1f\x48\xc6\xe0\xb3\xce\xcf\xbf\xc2\xd1\xa9\xd7\x1b\xdd\x09\x04\x9b\x67\x8e\xa0\xeb\x0d\x9c\xf6\xdb\xf8\x51\xa8\x83\x03\xf4\x82\xaf\x4e\x61\x14\x3d\x9a\x2d\xcb\x8c\x23\xdc\xbf\x36\x45\x34\x7f\x71\x84\xbb\x67\x97\xc2\x78\x8a\x82\x64\x8a\x02\x3c\x45\xbe\x3f\x45\x24\x9c\x22\x1c\x4f\x51\x32\x45\x08\x6b\x5b\x8d\x42\x3a\x45\xa1\x37\x45\x01\x99\x22\x3f\x98\x22\x12\x4d\x11\xa6\x53\x84\xbd\x29\x22\x3a\x5c\x32\x45\x21\x9e\xa2\xc0\x9f\x22\x3f\x9c\x22\x12\x4f\x11\x4e\xa6\x08\x0b\xfc\x1a\x5c\xe4\x4d\x51\x48\xa6\x28\x08\xa6\xc8\x8f\xa6\x28\xf2\xa7\x28\x0c\xa7\x28\x88\xa7\xc8\x4f\x34\x40\x1f\x4f\x11\xf1\xa7\x08\x87\x53\x14\x4f\x11\x8a\xc8\x14\x85\xc1\x14\x05\x70\xb5\x80\x0e\x28\x38\x21\x53\x84\x83\x29\x8a\x04\x20\x9e\xa2\xd0\x9f\xa2\x20\x9c\x22\x3f\xd6\x00\x49\x32\x45\x04\x4f\x11\x16\x24\xa7\x08\x11\x3a\x45\xc4\x9b\x22\x2c\xd8\x91\x60\xef\x1c\x72\x25\x66\xb9\x92\xae\x5c\x05\x17\x42\x8e\xa2\xdf\x44\x7c\x9e\x22\x14\xea\xdc\x2a\xc2\xa2\x5b\x82\x5b\x60\xc8\xd3\xb9\xf4\x95\xe0\x04\x57\x02\x20\x9a\x22\xbd\xbb\x38\x92\xf2\x10\x02\x06\xee\xfd\xae\x22\x84\x42\x85\x80\x85\xfc\xfc\x58\x0a\x36\x0c\x7b\xf2\x0a\x3c\xa5\xad\x50\x6a\x3f\xd0\x29\x08\xd5\x08\xd3\xf0\x85\x4a\x23\xa9\xf6\x50\xd7\xa1\x50\x81\xb0\x07\x61\x17\x42\x87\x42\xb0\x75\x56\xd3\xb9\x11\xea\xfc\xf4\x7c\xce\xe0\x9a\x14\x91\x54\xae\x67\x65\x31\xb8\xe1\x09\xbc\xe0\x87\xe3\x5f\x5e\x3d\xf9\xe1\xb1\xbc\x53\x4a\x48\x8c\x4c\x11\x74\x5e\x48\x88\x0a\x8b\x54\x6a\x02\xe9\x2a\x4b\xc5\x4a\x9d\x44\x59\x2f\x08\x84\xea\xf4\x5f\x7d\xf7\xfc\x0d\x5f\x23\xb6\xc8\x55\x6d\xf4\x33\x50\xa9\xbc\x4f\xc3\xc0\x87\x80\xff\xe5\x45\x57\x9f\xbd\x94\xd2\xbb\xf4\xee\xc1\xcb\x08\x25\x9e\x37\xed\x3f\xab\xdf\x15\x24\x88\x01\x80\x74\x00\xa8\xe7\x91\x01\x88\xaf\x81\x0c\x9f\x06\xfa\x53\x03\x81\xb0\x4b\x80\x18\x08\x44\x5d\x26\x4d\x20\x71\xaf\x1f\x06\x42\xb4\xc3\xc8\x10\x45\xd2\xa7\x32\x44\xc1\x74\x10\x13\x40\xda\x97\xd6\x10\x24\xeb\x91\x19\x00\xe4\xfd\xae\x0c\x41\xb8\x06\x32\xa4\x50\x74\xb9\x1c\x36\xa7\xae\xd6\x98\x8e\xea\x83\xd0\x11\x02\x3e\x1d\xb1\xaa\xa0\x4f\xc4\x60\x17\xd4\x6d\x37\x11\x1d\x35\xcc\x98\xba\x0c\x93\xd2\x51\x7d\x27\x74\x44\xdf\xac\xcf\x84\xc1\x24\xfa\x64\x86\x9c\x64\x74\x54\xe3\x39\x1d\xb1\x1a\x4e\xdd\xd6\x5d\xf4\x69\x18\x34\x6f\x55\x97\x8a\x12\xd8\x2c\x48\xa2\x3d\xb5\x28\xd3\xef\x80\x18\xa9\x07\x5d\x2c\xa6\x3e\x86\x3a\x88\xd1\x26\x74\x3e\x0d\xcf\xe3\x2e\x1b\x0e\xdf\xc0\x0e\xf3\x4f\xfa\x9c\x5a\x03\x05\x76\x68\x34\xed\x76\xc6\x60\x15\x9d\xce\x58\xe3\x04\x76\xd8\x2f\xef\x81\xd8\x42\x05\x36\x87\x02\x3a\x2a\x0a\x4c\x47\x45\x41\xe8\xa8\xea\x7d\xea\x56\x5b\xd0\x43\x61\x8b\x15\x2e\x71\x47\xd4\x65\xc2\x31\x1d\x51\x06\xa5\x23\x92\x4c\xe8\xa8\x69\x31\xea\x56\x68\xda\x97\xb7\x61\xf0\xe8\x53\x19\x82\xe4\xd4\xa5\x52\x4e\x47\x5c\xa8\xe8\x6b\x54\xbf\xa3\x6a\x3a\x96\x65\x04\x9e\x47\x03\x0f\x5b\x23\x88\x82\xb1\xa6\x19\x8d\x02\x6d\x11\xa4\x26\xe2\x99\x88\x04\x5d\x22\x46\x98\xb0\x8b\xc7\xc8\x4c\xd4\xc5\x63\x84\x89\x5b\x18\x03\x15\x3d\xd8\x1a\x9b\x27\x7d\x12\x06\x24\xac\xdf\x1d\x7b\xc2\xa1\x08\x19\x90\x64\x1d\xc1\x1a\x00\xf2\x16\xc0\x1a\x40\x24\x0b\x86\xc6\x45\x5f\x2b\xd6\xbc\xcb\x29\x4c\x4c\x47\x7a\x41\xa8\x4b\xda\x7e\x9f\x84\xc9\x36\x68\x4f\xef\x26\xdb\xa0\xe3\x02\x8f\xe8\x88\xa1\xc6\x74\xdc\x50\x29\x1d\x51\x4a\x42\x1d\x4a\x61\xd4\xed\x4b\x69\x9f\x03\x7b\x20\x71\xba\x4a\x4e\x47\x8c\x98\xf7\x65\x6a\x8f\x27\x56\x0b\xd2\x5f\x40\x0c\x4f\xf1\x06\x6e\x8f\xc9\x06\xce\x84\xfd\x0d\x1c\x1f\x07\x1b\xd8\x33\x0e\x9d\xae\x8f\xa3\x31\x97\xc4\xf1\x48\x30\xd4\x53\x70\x33\x86\x64\x2c\x5c\x62\x36\xe6\xf7\x38\xdd\x20\x5a\xe2\x6c\x2c\x90\xe1\x7c\x83\x60\x89\xf9\x06\xa1\x0c\x17\x7d\x0d\x19\xcd\x65\x2c\x54\x60\x3c\xe6\xa1\x98\x6c\xe0\x20\xd8\x1f\xf1\x32\x1c\x6c\x12\xd8\xc2\x0d\xc2\x0e\x8e\x9c\xd1\x0d\xc7\x1b\x84\x25\x4c\x37\xf0\x45\x9c\x6c\xe0\xf5\x98\x6d\x10\x4d\x71\x3a\x16\xc1\x70\xe6\x0a\x61\x38\x1f\x0b\x0b\x7c\x83\x30\x8a\x8b\x5e\x84\xda\x26\x55\xc1\x5e\x60\x09\x46\x66\x96\x49\x47\x2a\xd8\x9a\xa2\x48\xdc\x26\xec\x81\xf6\xdc\x33\x3c\x0f\x7b\xca\x19\x42\x44\x1d\xa1\x99\x68\xc4\x1d\x88\xf1\xe1\xd8\x9e\x9b\xb4\x54\x6c\x99\x49\xdd\x53\x5b\x56\xd2\x72\x31\xe4\x33\xeb\x49\x73\x08\x91\x77\xa4\x65\x4b\x4d\x00\x83\x25\x2d\x51\x6d\xcd\x12\x70\x75\x0f\xd3\x31\xf6\x09\xb5\x1b\x8a\x4f\xc7\x0c\x25\xa0\x63\x8a\x0e\xa9\xbb\xf3\x11\x75\x9b\x52\xac\x3d\x1f\x3e\xa5\xd4\x2e\xba\x84\xba\x44\xc7\xe8\x98\x79\xa5\xd4\xed\x04\x19\x75\x9b\x4e\x4e\xc7\x0c\x83\xd3\x31\x27\x28\xe8\x98\x89\x77\xd2\x0a\x8b\x11\xe0\x11\x77\xc5\x64\xc4\x42\xb1\x3f\x1a\x32\x70\xe0\xb4\x54\x1c\x8e\x3a\x3c\x8e\x46\xa3\x06\x8e\x5d\x91\x98\x8e\x7a\x22\x4e\x46\x43\x06\x66\x0e\x6f\xc4\xe9\x48\xb8\xc0\xd9\x68\xd4\xc2\x7a\x38\x30\x90\xe0\x23\xb1\x17\x17\xa3\x21\x49\xa5\x16\xce\x6e\x62\xa7\x5f\x61\x32\x1e\x5a\x7c\x47\xe4\xc0\xc1\x88\x5b\xe3\x70\x34\xb6\xe0\xc8\xe9\xc0\x38\x1e\x8d\x6d\x98\x8e\x04\x1f\x9c\x8c\x7a\x20\x66\x23\x61\x00\xa7\xa3\x31\x10\x67\xa3\xa1\x00\xe7\xa3\xf1\x08\x73\x47\xb0\xc3\x45\x37\x1a\x6d\x93\x3f\x50\x4f\x92\x34\xc7\x96\x3a\xfb\xc4\x5e\x60\x49\x25\x6a\xa6\x0d\xcf\xfd\x16\x43\x60\x36\xc4\xc0\x6e\x44\x61\x57\x22\xe6\x1c\xa2\x49\x8e\x4d\xe4\x63\xaf\x93\xfe\xd9\xc7\xcf\x7a\x45\xc5\x9c\x41\xb4\xba\x35\xe7\x0f\xf2\xb9\x39\x77\x68\xc5\x67\x5b\x41\x69\xc5\x63\xc0\x91\x6b\x5e\x6a\xc9\x1c\x6a\xf3\x36\xe7\x0e\xad\x82\x2d\xfd\x77\xea\x17\x53\x7b\xf7\x08\x1d\x63\xde\xa7\x63\x02\x08\xa8\x5b\xc5\x21\x1d\xeb\x42\x44\xad\xf6\x13\xd3\x31\xe3\xa3\xd4\x25\xbf\xa4\x4b\xdc\x96\x44\x38\xac\x23\xa5\x2e\xed\x65\x74\xcc\xfa\x72\xea\xb6\x5f\x4e\xdd\xee\x57\xd0\x31\x0f\xc1\xde\x88\x8b\x60\x3c\xe2\x85\x98\x8c\xba\x21\xf6\x5d\x23\x85\xd3\xc2\x71\x38\xea\x22\x38\xf2\xc6\xf4\x84\xe3\xd1\x48\x86\xe9\xa8\xb7\xe0\x64\x34\x5c\x60\x36\x1a\xf0\x70\x3a\x12\x33\x71\x36\x1a\x37\x70\x3e\x12\x96\x30\x77\xc4\x25\x5c\x38\xc3\x86\xcc\x1e\xdc\x7d\xc0\xa3\x7e\x89\x89\xdd\x31\xb1\x3f\xe2\xf6\x38\x18\x31\x7c\x1c\x8e\xfa\x0e\x8e\xc6\xa3\x5b\xec\x08\x6f\x98\x8e\x3b\x4f\xe2\x8c\x1f\x98\x8d\xc6\x3f\x9c\x8e\x06\x51\x9c\x39\x83\x08\xce\x47\xa3\x14\xe6\x23\x61\x0a\x17\xdd\x38\xb2\x5d\xf2\x60\x8c\x29\x35\xbf\xb6\x15\x92\x86\x1b\x63\xca\x70\x4f\xdb\xae\x61\xcc\x18\x14\x00\xcc\xa7\x18\xf3\x86\x26\xe7\x33\x3c\x8f\x6a\x04\x36\x80\xb8\x65\xd0\xf0\x54\xd7\xb9\x2d\x65\x68\xf9\xb3\xe4\x0c\x6d\x0f\x0d\x14\xd2\x96\x41\x33\x0b\x59\x07\xc0\x34\x70\x58\x7d\x8f\xeb\xca\x31\xa0\x2e\x3a\xc2\x31\xcf\x39\xb8\xda\x63\x3a\x22\x5c\x42\x3d\x9b\xe1\xf8\xd4\x6d\x38\x01\x75\x19\x4e\x48\x47\xec\x22\xa2\x23\x52\x8b\xe9\x88\xe9\x51\x3a\xa2\xda\x84\xda\xe4\xce\xe8\x88\x4e\x53\xea\xb6\xda\x8c\x8e\x58\x4d\x4e\x47\x34\xc7\xa9\xdb\x70\x0b\xea\x32\x7b\xec\x39\xdd\x16\x63\xcf\xaa\x57\x4c\xc6\x7c\x1a\xfb\x63\x3e\x89\x83\x11\xaf\xc6\xe1\x98\x53\xe0\x68\x2c\x72\xe0\x78\xc4\xb7\x9b\x71\xcf\xaa\x46\x9c\x8c\x39\x10\x66\x23\xf1\x11\xa7\x63\x11\x04\x67\xce\x08\x85\xf3\xb1\x08\x83\xb9\x7d\x70\x2e\x46\x22\x04\xe4\x07\x6e\x5d\xe1\x11\x4b\xc3\x64\xc4\xd3\xb1\x3f\xe6\xcc\x38\x18\x73\x56\x1c\x8e\x85\xaa\xc8\x1e\x8a\x70\x3c\x16\x2c\x30\x75\xbb\x4b\x32\xe6\xf0\x98\x59\x83\x05\x4e\xc7\x7c\x19\x67\x23\xe1\x02\xe7\xce\x60\x89\xf9\x58\x28\xc3\x45\x2f\xe0\x6c\x93\x15\x28\xb6\xa9\x29\x8a\xd4\x38\x4d\x79\x81\x6c\x4b\xcc\x7d\xf6\xdb\xe7\xc4\x84\x3b\x68\x25\x62\xc4\x1f\xea\xfd\x31\x65\x05\xcd\xd3\x21\xee\xb8\x63\xd0\xd6\x51\xd1\x98\x0d\x68\x4c\x0d\x11\xb3\x9a\xac\x91\xe5\x54\x19\xa8\x29\x03\xd0\x64\x35\x7c\x9e\x6b\x68\x87\x4f\x79\xd3\xd7\xe1\xb3\xa2\x23\x65\x53\x4f\x9d\x4a\xc2\xd4\xad\x24\x42\x2d\x3d\xf2\xa9\x4b\x3b\x01\x75\xf5\x27\xa4\x6e\xab\x8b\xa8\xdb\x32\x62\x6a\x97\x07\xa5\x2e\xbb\x48\xa8\xdd\x9e\x19\x75\xab\x3e\xa5\x6e\x1d\x66\xd4\x62\x53\x39\x75\xab\x88\x53\x97\x4d\x15\xd4\x6d\xca\xd8\x1b\xf1\x23\x8c\x47\x8c\x0f\x93\x11\x4f\xc5\xbe\xc3\x00\x71\xe0\xf4\x53\x1c\x8e\xb8\x22\x8e\xbc\x91\x18\x14\x3b\x7d\xae\xc9\x60\x2d\xbc\x27\xd6\xa8\xcd\x6c\xde\x8a\xd3\x91\xd0\x86\x33\x47\x5c\xc4\xf9\x48\x0c\xc1\x7c\xc4\x67\x71\xe1\x0c\x6e\x62\x44\xb7\x30\x8e\x9d\xa6\x84\x89\xd3\x69\xb1\x3f\xe2\x97\x38\x18\x71\x4c\x1c\x3a\x3c\x13\x47\x23\xb1\x06\xc7\xa3\xc1\x6a\xc4\x93\x70\x32\xe2\xa3\x98\x39\x02\x00\x4e\x9d\x51\x0b\x67\xce\xd0\x82\x73\x9b\xff\x63\x3e\xe6\xc2\x45\x37\xf4\x6c\x3f\x74\x1b\x6c\xa4\x66\x35\xf0\xb0\x61\xe8\x56\xa9\x86\x61\xd0\x56\x48\x4d\xcd\x82\x26\xc9\x31\x3d\x0d\x2d\xdd\x8f\x24\x4a\xc3\x18\xdd\xa6\x4c\xc3\xa7\x54\xeb\x80\x69\x98\x6e\xfa\x3e\x6c\xca\x34\x23\x1f\x3e\x4d\xb5\x4e\x98\x5e\xd5\xb5\x3c\xce\x30\x4c\x4b\xb9\x0d\xb1\xf2\x56\x6e\xa6\x97\x74\x2d\xf3\x1d\xf6\xd4\x25\x06\x4c\xcd\x42\x25\xd4\xa5\x5f\x9f\xba\xfa\x18\x50\x87\xe1\x84\xd4\x25\xbc\x88\xba\x7a\x12\x53\x9b\x78\x28\x75\x98\x55\x42\x5d\xaa\x66\xd4\xa5\x91\x94\x3a\x0c\x21\xa3\x36\x33\xcf\xa9\xcb\x92\x39\x35\x5b\x6c\x41\x1d\x4a\xc6\x9e\x53\xcb\x18\x3b\xdd\x95\x38\xfd\x15\xfb\x4e\x5f\xc1\x81\xcb\x1d\x70\xe8\x74\x25\x1c\x39\x1d\x02\xc7\xae\x88\xa0\xc6\x1b\xe3\xa3\xc4\x19\x2d\x30\x73\x79\x0c\x4e\x2d\x41\x03\x67\xb6\x20\x9b\x3b\x3d\x17\x73\x67\x50\xc0\x85\x35\x22\x62\xcf\xa9\x75\xec\x74\x44\x4c\xdc\xde\xed\x5b\x2c\x0d\x07\x4e\x47\xc3\xa1\xcb\x85\x71\x64\xf5\x43\x1c\x3b\x23\x03\xa6\x4e\xef\xc7\x89\xd3\x17\x31\xb3\x04\x2b\x9c\x3a\xdd\x0d\x67\xae\xe8\x80\x73\xab\x17\x63\xee\x8c\x1c\xb8\xd0\x82\xc3\x36\x63\x2a\x15\x03\x3c\x31\x20\x6c\x84\x33\x8c\xc7\xf7\xda\xc5\x8d\x61\x38\x96\xed\x86\x81\x58\xe1\x33\x3c\x0a\x25\x3e\x62\xe4\x23\x6a\x1e\x9a\x82\xb0\xe2\xc4\x3c\xce\x50\xcf\xcc\x7f\xd2\xf4\xdb\x14\x82\x25\x9f\xa6\x47\x69\x83\xd4\xc0\x67\x76\x4f\x1e\xf6\x18\x86\x5f\xb3\x9d\xf0\x46\x88\x86\x36\x85\x62\xc2\xf0\xa8\x5e\x54\xb2\xf6\x5c\x3e\xc6\x2e\x99\x2a\x18\xe2\xd2\xbf\x82\xf1\x5d\xba\x56\xbf\x07\x2e\x61\x2b\x98\xd0\x2e\x56\x05\x11\x8d\xf6\x39\xb6\x98\x96\x7a\x4c\x5d\x12\x55\x30\x89\x4d\x4b\xea\x39\xb3\x5b\xa9\x82\x48\x5d\xf6\xa8\x60\x32\xb3\xca\xd5\xd3\xdc\x65\x46\x0a\x86\xbb\x4c\x54\xc1\x14\x76\x0f\xad\x33\x62\xa3\x63\x63\x57\x0f\x30\xb1\x08\x19\xfb\x36\x8b\xc3\x81\x8b\x59\x1c\xba\xd4\x82\x23\x97\x30\x70\xec\xe8\xa2\x2d\xfe\x26\x76\x15\x62\xe6\xb2\x54\x9c\x3a\xe3\x61\xe6\xf2\x28\x9c\xdb\xed\x1b\x73\x9b\xd1\xe1\x62\xdc\xbb\xda\x97\x1b\x2b\x04\x76\xc7\x02\x4c\xc6\x0d\x0e\xfb\x63\xde\x87\x03\xa7\xf7\xe1\x70\x3c\x08\xd4\xca\x76\x76\x37\x1e\x0f\x4a\x98\x8e\x07\x37\x9c\x8c\x47\x83\xda\x1c\x5c\x5e\x26\x8d\xc2\xfa\x34\x1b\x0b\x6b\xd2\x30\x1c\x7c\xf2\xb1\x88\x53\x1b\x09\x50\xd1\x46\x76\xf9\x51\xaf\x6b\xf0\x8c\xad\x3f\xac\x51\x35\x63\x15\x5a\xf3\x39\xcf\x2a\xa8\x47\xf4\xea\xbb\xe7\x6f\x50\xb9\x38\xab\xaf\x89\x68\x2a\x1a\x3c\x7b\xf8\xaa\x77\x71\x71\x7b\x30\x71\x8a\xda\x8d\xff\x70\x81\xa2\xfa\x02\x9f\xd5\x97\xa9\xde\xd0\x53\xbf\x4a\x00\xf9\xa5\xfe\x2c\xbe\x4c\xb5\xfe\xf4\x39\xd7\xaa\x2a\x7d\xff\xe8\x95\x2c\x8c\x85\x64\xe1\x17\xf7\x1d\x55\x02\xba\xb9\xa0\x4a\x7e\xd1\xaa\xa4\x5c\xf7\x8a\x2a\x77\x69\xbd\x0f\xfc\xaa\x29\x01\xf6\x81\x5f\x19\x4a\xdf\x7d\xe0\x57\x75\x5d\xbd\x0f\xfc\xca\x5c\x56\x4f\xd0\x90\x2a\x0a\x23\x94\x96\xd5\x1a\xb1\x2c\x5b\xae\xf2\x72\x71\x82\xaa\x25\x7a\x71\x84\x8d\x78\xbf\x2b\xa1\x14\xd0\xdb\x7e\x0d\x64\xd3\xdd\x21\x61\x64\xbf\x3b\xa4\x45\xf7\x62\x29\x10\xbe\x38\xc2\x6f\xcb\x77\x68\x0f\x61\x43\x8d\x52\x45\x57\x96\xe7\x9f\xd4\xbd\x7b\xdb\xb6\x57\xe5\xf8\xc4\x7f\x26\x3e\x46\x7b\x1a\x6a\xa8\xc3\xb7\x83\x6e\x0f\x10\x1b\x0a\x96\x3e\x5c\xaf\xf9\x69\x3a\xe7\x08\x47\x68\x7d\x9e\x7e\xe0\x57\x06\xf1\xaf\xcf\xd3\x1f\xf9\xd5\xba\x51\x41\xfb\xdd\x2e\x94\xc5\x2b\x00\x92\xa2\xa9\xbf\x3c\x40\x38\x6a\xbe\xd9\xaf\x58\x39\x82\x8a\x53\x8a\x1f\xb3\x20\xd7\x35\x76\xc5\xcb\x5b\x85\xf4\x9d\x62\xca\x88\xd7\x7d\x75\x4b\x5a\x56\xaf\xa0\x2a\xca\xa1\x56\x04\xa5\xc1\x6b\x43\x29\x0d\x2a\xa0\x46\x83\x22\xc3\x36\x26\xab\x21\x81\xdd\x6a\xba\x74\x8a\xd5\xf2\x14\x02\xcc\x9c\x17\x15\x22\x14\x3c\x43\x50\x36\x37\x94\xc2\x79\x3b\x29\xd1\x81\xbc\x1b\xc2\x83\x02\x8e\xb5\x71\x4d\x26\x2f\x8e\x88\xb2\xc1\x1d\xb4\xdb\x48\x60\x07\xfd\x05\x11\xfa\x0e\x6a\x3c\x82\x6d\x95\xe8\x2f\x70\xc7\xc5\xc6\xec\xad\xca\x93\xd9\xe6\xfc\x05\x50\xbe\xb3\x65\x72\xa7\xc3\x25\xa1\xf0\x58\xf2\x8a\x76\x11\x09\x2c\x0c\xef\x18\x38\x1e\x90\x35\x55\xf6\x17\x1d\x28\x17\x19\x47\x9c\x65\x33\x65\x76\xa8\x5c\x23\x76\x76\x36\x2f\x79\x2e\x74\xc9\x16\x88\x5f\x9e\xb1\x45\xce\xf3\xba\x2e\x23\x84\xf7\xa9\x11\x9b\x10\x81\x42\x93\xb1\x05\x4a\x39\x4a\x57\xcb\x0f\x7c\x81\xca\x45\xb5\x44\x54\x16\x05\x5e\xa3\x75\xc6\xe6\x12\xbd\x44\xb9\x36\x63\xbb\x98\x95\xd9\x0c\xb1\xf9\x7c\x79\xb1\x06\xd4\x02\x6f\xb5\x14\x68\xcf\xd7\x3c\x47\x17\x65\x35\x5b\x9e\x57\x92\xc1\x75\xb9\x5c\x0c\xb1\x28\x41\x43\x79\xcd\x49\xfb\xe5\xc1\x03\x75\xad\x4c\xfb\x93\x08\x28\x3e\x36\x49\xae\x63\xb9\x58\x5a\x6e\xec\x36\x5c\x85\x16\x82\x58\xfb\x19\x62\xd6\xa4\x94\x4a\xbc\x8b\x84\xf6\x7d\xb3\xaa\x6c\xfd\x88\xf5\x7e\xc4\xef\x54\x61\xcf\xdf\xf4\x9f\xe0\x52\x80\xc1\x55\x3b\x86\x08\x78\x24\x0b\x5f\xa2\x72\xf1\x91\xaf\xd6\xdc\x1e\x05\xcb\xc5\xc7\x57\xbd\x40\xd8\xf9\x69\xa3\x01\x02\x3b\x06\x88\x16\x9b\x2e\xb1\xf5\x5b\x1c\x0a\x83\xee\x63\xff\xd4\x99\x70\x68\xbf\xf0\x45\xb6\xba\x3a\xab\xb6\xb8\x0a\x50\x55\xac\x5d\x1e\x35\xed\x5a\xe0\x69\x37\xe4\x5b\x4b\xe8\xe6\xfc\x4b\x50\x6d\x25\xe2\xaa\xdd\x7b\xe4\xa6\x3c\xad\x05\x69\x4a\x3a\xfe\x83\x57\x7a\x9e\xd6\x65\x6e\x0e\x48\xb5\xab\xb1\xfa\x3a\x90\x60\xab\x3e\x18\xdc\x9c\x65\xc8\x3e\x7e\x58\x94\x55\xc9\xe6\x7a\xe9\xab\x2e\x0c\xbf\xcc\x66\x6c\x71\xc2\x9f\xbe\x6c\xcb\xa2\xca\xca\x63\xde\xa5\x57\xc8\xff\xf5\x4d\xda\xdc\x46\xde\x4f\x0d\x6f\xac\x45\x61\x6d\xf3\xf2\xa9\xde\x86\x00\x1d\x5f\xfd\x6d\xd6\x86\x4a\xde\xbc\xa2\x10\xff\xdf\x90\x37\x68\x13\xaa\x3f\x63\x65\x5a\xd7\x55\x6d\xb2\x7c\x18\x78\x94\xfc\x28\xbd\x0a\x3e\x8f\x5f\xdb\x66\x18\x89\x8c\xf9\x04\xa0\xb3\x5d\x7b\xd1\x18\x86\x6e\x27\x16\xd8\x55\x17\x76\xa5\x60\x8d\x4c\x3e\xe6\xe5\xba\xe2\xf3\xc6\x8a\xcd\x18\x0b\xe8\xfc\x66\xa9\x05\x75\x07\xe8\x42\x0c\xb4\xb2\xd4\xda\xdb\xf2\xdd\xdb\xc9\x44\x71\xfb\xbe\x0d\xd7\x22\x91\x6c\x5e\x5d\xe0\x3b\x94\xd5\x36\x89\xc6\x10\xb0\x7b\x8e\xb4\xb2\x49\xaa\xe7\x49\xf3\x9a\x8d\x62\x3c\x80\xff\xbc\xc8\x97\x68\x7d\xc1\xce\x64\xfa\x31\x67\xeb\x4a\x1a\xc3\x30\x84\x57\x6e\x95\xf5\x98\xed\x2a\xcc\xe5\xf8\x95\xc1\x86\xa1\xa2\xf8\xb6\xae\x3e\x70\x8d\x1b\x73\xc1\xeb\xb8\xfa\x75\x42\xca\x48\xe8\x32\xbc\x91\x55\x68\x79\x5e\x0d\x22\x70\x13\x72\xdd\x2a\xeb\x84\x5c\xbb\xce\x3a\x43\xc6\x07\x7e\x25\x4b\x40\x47\xc1\x81\x4f\xf4\x27\xe5\x47\xcb\x03\xad\x6e\x74\x64\xac\x1a\x7d\x80\x5e\x09\x0b\x54\x2f\x01\xab\xe5\x7a\xdd\xa6\xe9\x50\xf3\x10\x12\x62\x78\x2d\x95\x2d\x9a\x81\xaa\x15\xdc\xa4\x1e\xaf\x4e\xd9\xfa\x43\xc7\x65\x6b\xdb\x9d\x4c\x3a\x26\x2a\x1c\xb1\x1e\x5d\xdf\x77\xba\x2e\x9c\x56\x60\xd1\x44\xd0\x31\xd9\xf7\x60\xb3\xdf\x18\x0d\x5f\x3c\x13\x19\x95\xc4\xac\xa0\x6a\xbf\x1b\xb0\xfd\xf2\xe9\xe6\x6c\xaf\xec\x6c\xcf\xdd\x6c\xcf\x1d\x6c\xaf\x36\x60\xdb\x59\x44\x7a\x5d\x57\x91\x96\xd3\x1f\x9b\xd5\x91\x1e\x2b\xc2\x2c\x71\x55\xfc\xb2\xd2\x4b\x31\x7f\xff\xe8\xd5\xbe\x4a\xd0\x3a\xb5\x98\xa7\x28\x2b\x4e\x0c\xc5\xb5\xcf\xe6\x4c\x30\x71\x59\xa1\x3e\x16\x95\x70\x4d\x5a\x3a\x26\x44\x4d\x65\xe7\xe1\x44\x4d\xb7\xe8\xf6\xf7\x8f\x5e\x19\x2b\x6e\x1f\xaf\xca\xb3\x39\xdf\xdb\x6e\x8a\x48\x36\xea\x4c\x14\xe9\x3f\xfd\x71\xa6\x8b\xd4\x44\x84\x60\xbb\x84\x0a\xa5\x59\xff\x7a\x20\x95\xc5\xf2\x35\x46\x87\x02\x6e\x5f\x4a\xf5\x91\xd4\xf1\x72\x35\x69\xef\x59\x57\x17\xc7\xd7\xa4\xf7\xd7\xf3\x32\xe3\x13\x6f\x8a\xc8\xce\xe0\x2e\x8c\x06\x2d\xb9\x26\x5a\x32\x45\x81\x03\xad\x7f\x4d\xb4\xc1\x14\x45\x3b\xf6\x8b\x34\xae\xfd\xee\xc1\xd7\x78\x5f\x6f\xac\xb5\xb0\x4a\x66\x5f\x7f\xe7\xd8\xa0\x81\xbf\x01\x85\x9b\x79\xa7\x11\xb4\xb6\x64\x8e\x6c\xdb\x7d\xbc\x01\x05\xf3\xa8\x87\x13\x72\x63\xc3\xde\x3f\x49\x58\x6d\xa2\xcb\x0d\x04\xd7\x16\xd7\x96\x21\xd6\x16\xe2\xba\x81\xb6\x81\x72\xd6\xcf\x6f\xa0\x7a\x25\xf4\xb5\xc2\xec\xf7\x42\x32\xed\x55\xd5\xd7\x8a\xbb\xdf\x0b\x83\x69\x5b\xd5\xfd\x5e\x18\x4d\x55\xb1\xf7\x7b\x11\xfe\xf4\x6e\x4a\x83\xcf\x2a\xb8\xff\x7b\x56\xda\xff\x62\xf5\xf0\xff\x7b\x2a\xdb\xc3\x4d\x05\xe5\x82\xe7\x37\x5b\xe2\xfe\x3b\xb6\xe6\x6d\xd5\x7a\xb6\xe6\xda\xb3\x37\x3e\x71\x56\xc0\x1f\xfa\xf2\x65\x14\xa0\x05\x3b\xe5\xeb\x33\xdd\x4b\x0f\x74\x36\x04\x88\x60\x43\xfe\xf7\xef\x9f\x4c\x68\x1e\xa2\x28\x68\xae\xb0\x31\xa1\x79\x13\x05\x82\x0f\x60\xea\x32\x0a\xf6\xd5\x17\xc1\xbf\x21\x33\x68\x51\x4b\xf4\x6a\x3a\xa5\xfc\x1b\x5f\x23\x86\x16\xfc\x62\x7e\x85\xa4\xaf\xe5\x26\xc2\x7a\x40\x41\x9d\xdb\x3c\x16\xe7\xa7\x29\x5f\x7d\x42\x70\xab\x14\xdc\xaa\x22\x3e\xf8\x04\xd2\xf9\x7d\x67\x93\xf9\xf2\x02\x5a\x88\xff\x9a\x1a\x74\x1b\x77\xa3\xdb\x10\xa0\x96\xcb\x65\x2b\x97\x3a\x22\xd4\xe2\xa9\x07\x66\xb9\xfa\xe7\x11\xcf\x87\xb7\xb2\xc0\x0b\xbd\xc8\xeb\xce\x77\xd6\x92\x86\x10\xbf\x28\x3b\x19\x95\xe8\xe1\x54\x70\x6d\x1e\xc3\xd4\xfd\x5a\x86\x5b\x3d\xe1\xb1\xe8\xed\x21\xea\xde\xbe\xad\xbf\x99\xf7\x35\xf5\x5d\x59\x5d\x94\x6b\x8e\x7e\x7a\x7e\xbc\x06\x0c\x63\x8a\xa9\x2f\x4a\x51\x06\xf2\x09\x3d\x14\xfa\x15\x72\xd9\x03\xc1\xa8\x91\x84\x15\x15\x5f\xa1\x05\x3f\x61\x55\xb9\x38\xb9\x01\xc1\x03\x2a\x2e\x04\xaf\x54\xb0\xbf\x58\x56\x13\xab\x54\x0f\x0e\xd0\x62\x39\x9a\xa9\xc2\x9d\x2c\x52\xa0\xff\x68\xa4\x7b\xdf\x08\x26\x05\xfb\x8f\x5a\xc8\x86\x94\x54\x49\x46\x09\xa6\xb6\x86\x56\x9d\xf7\x3b\xdc\x75\x32\x00\x9b\x56\x1e\xfe\xf4\xbd\xa6\x15\x58\x4e\x80\x71\xfb\x8c\xad\x61\x79\x61\x23\x1f\x6a\x34\x05\x38\x84\x4b\x34\xca\xaa\x96\x82\x44\x8d\xf7\x86\x95\xff\xf0\xa7\xef\x6f\x46\xf5\x72\x6d\xa7\x55\x3c\x5b\xe4\x13\xb6\x58\x56\x33\xbe\x52\x8c\xb8\xcc\x80\x2d\x72\xdd\x0c\x44\x0f\x47\x4c\xa1\xf5\xb3\xdb\x52\x20\x63\x56\xd1\x78\x9e\x82\xff\xdd\xec\xe3\xf9\xcb\x2f\x6d\x1e\xcf\x5f\x7e\x21\xeb\x78\xfe\xf2\x66\x8c\x63\xb9\xea\xd8\xc6\x72\xb5\x85\x69\x2c\x57\xd7\xb6\x8c\xdf\xb6\xb4\x8c\xdf\x7e\x67\xcb\x78\xf3\xe5\x4d\xe3\xcd\x17\xb3\x8d\x37\x37\x65\x1c\x97\x3d\xeb\xb8\xdc\xca\x3c\x2e\x3f\xc3\x3e\xde\x6f\x69\x1f\xef\x7f\x27\xfb\x80\x45\x79\xdd\x32\x16\x72\x66\x54\xbd\x10\xce\x79\x51\x6d\x9e\x95\x2d\xc0\x26\xe4\x37\xb4\x2c\x1a\x4c\x70\x85\xcd\x4d\x19\x03\x20\xbb\x19\x73\x00\x54\x1d\x83\x80\x5f\x9e\x4e\x48\xe8\xb2\x03\x09\xa4\x9b\xc2\xc2\x64\x07\xe2\x15\x68\x81\x1e\x20\x9f\xd8\x56\xba\x34\x4b\x99\xb4\xa6\xf2\xe0\x01\x5a\xc0\x12\x79\x63\x0c\x72\xeb\x10\x41\x7b\x68\x61\xbc\xac\xde\x6c\x42\x02\xcf\xd0\xd6\x3e\xa1\xfa\xe5\xc9\xcd\x90\x8e\x66\xb2\x40\x7b\x86\x1b\x43\x07\xa4\xfb\x4b\x5d\x82\xdc\x7f\xa7\xf5\xc2\x54\xfe\xbf\x9d\xf9\xbe\x9c\xd8\x5f\x2e\x6a\xeb\x7d\x79\x43\xd6\x2b\xf5\xde\xb5\x54\xcd\x78\x6b\x7b\xde\xc0\x78\x07\x11\x13\x50\x5d\xc3\x7e\x35\x2f\x68\xf0\x8c\x1b\xb0\x22\xff\xbb\x5b\xf0\xcb\x65\xc5\x2a\xfe\xa5\x03\xf0\x0a\xa8\xdc\x94\x09\x03\xb6\x9b\x31\x61\xc9\x98\x6e\xc2\xab\xe5\x68\xfc\x15\x20\xa3\xf6\xab\x7a\x04\x76\xa0\xa2\xfa\x62\x47\xa4\x83\xed\x2f\x2f\x27\x51\x30\x30\xcb\xcf\x55\xd8\x0d\xc5\x9c\x3f\x96\xc6\x46\x42\x8e\x80\xd8\x5e\x61\x2f\x07\x0a\x7b\x7a\x1d\x85\x3d\xcc\xf3\x2f\x9d\xf9\xb2\x3c\xff\x42\x99\xaf\xbc\xf2\xfb\x26\xde\x99\xf3\xde\x3b\x73\xbe\xd5\x3b\x73\xbe\xf1\x3b\x73\x7f\x44\xd8\x6d\x12\x59\xd8\x30\x6a\x4e\x7e\x33\xb6\x5a\x5d\x89\x66\xf5\x18\x22\x2f\x86\xef\x0c\x2b\xed\xf5\xf0\x66\x1c\xc3\x44\x6a\xb7\xcd\xb9\xd1\xae\xa4\xa1\x78\xf8\xdc\x88\x2e\xbf\x99\x57\x57\x1e\x2e\xd4\x15\xe0\xcb\x42\x9f\xdb\x5c\x9b\x6e\x38\x5e\x2d\xcf\xf8\xaa\xba\x42\x7f\x57\x57\x0c\x03\x20\x98\x57\x83\x62\x30\xad\xa8\x0c\x64\xbd\x6f\xc2\x53\x87\x95\xe6\x4e\xf4\x6e\x74\x59\x97\x27\x8b\xb2\x28\x33\xb6\xa8\x50\x0a\xcf\xcb\x85\xe6\x1b\x40\xd4\x31\xfb\xdb\xce\x4b\xd7\xcc\xd4\xbf\xdc\xc0\x3c\xf0\x90\x03\xbb\x3b\x76\xc4\x35\x79\x7e\x26\xcc\x92\xcd\x77\x3a\xb2\x1f\x15\x1c\x32\x06\xe4\x46\x72\x1a\xda\x8d\x84\xc8\xbb\x6a\xfe\x0c\x5f\xbd\xd0\x45\xdd\xef\x45\x67\xcd\xb7\xeb\xb3\x9f\x89\xec\xed\xa0\xbd\xf8\xdb\x76\x5a\x7b\xba\x2d\x16\x4c\x71\x82\x19\x4e\xe1\x4c\x4d\x86\x73\xcc\x71\xb1\x33\x40\xf2\xee\xdf\xa8\xab\x53\x84\xbd\x8d\x97\x07\xc0\xe8\xa6\x8d\xd9\x0e\xc2\xf2\x85\xda\x3c\x01\x61\xb1\xfe\x22\xff\xfb\xdb\x6f\x86\x03\x18\x22\xef\x6f\x7c\xe0\x4f\x87\x68\xb8\x0a\xa6\xff\xc9\xb1\xb9\x06\x3f\x6c\xd8\xe8\xef\x05\xb4\x26\xed\x7d\x04\xd2\x87\xe6\x7c\x71\x52\xcd\xd0\x5d\x44\x37\xdc\x4a\xdd\x0f\x34\x47\xcb\xc5\x47\xbe\xaa\x5f\x0d\xb5\x30\xac\xe2\x83\x18\xb4\xeb\xd3\x01\x1b\x05\x9e\x7a\xd4\x6e\xb4\xdb\x59\x99\xfb\x84\x8e\xbb\x41\xf4\xce\x1a\xe5\xac\x62\x88\xad\xb7\xa4\xb3\xf1\x4c\x56\x77\xa5\xf0\x52\x0b\xd0\xfb\xd5\xf2\x8d\x4f\xec\x4b\x21\xf0\xf8\x33\xf6\xec\x28\x5a\x5d\xa3\x32\xec\xdc\xa9\xe1\x9e\x4a\x65\x36\x4c\xd6\xea\x35\xed\xe2\x91\x6a\x33\xe0\x92\xdd\xdd\x78\xf3\x7e\x97\xb6\xfb\xa4\x57\xbb\x84\x57\xb7\x7a\x3b\xd8\xc2\x2f\xfe\x6a\x1e\xf6\xcf\xce\xd7\xb3\x49\x9d\x48\x89\x1c\xc1\xf4\x5e\x69\x86\xee\xe5\x12\xc8\xb0\x4f\xb6\x4e\x45\x34\x05\xd7\x11\xa4\xc6\x39\xed\xba\x8d\x75\x23\xc9\xc0\x2b\x00\x8d\x30\xc9\x6c\x79\x06\x83\xa4\x65\xec\x47\xa3\x69\x6b\x63\xf6\x1c\x65\xf3\xe5\xc2\xf5\xa6\xb2\xa9\x49\x03\x9e\xbe\x2d\xc3\x8f\x76\x5b\x86\xc7\x4e\x5b\xd6\x31\x43\x96\x22\xd9\x6d\x76\xbe\x9a\x76\xba\x1e\x01\xfc\x9f\xc1\xb0\xff\x2c\x25\x33\x44\x5a\xc7\x52\x89\x6f\x18\x66\xeb\x5d\x63\x76\x02\x70\x86\xa9\x5e\x58\x97\xc9\x89\x85\x4c\xe3\x42\x17\x1d\xff\x19\x75\x83\x8b\x4d\x7c\xe0\x42\x99\x7c\x8d\xfe\x6d\xf9\xce\x24\x76\xbb\xa9\x02\x70\x67\x7d\xb9\x49\x8f\xad\xfb\x66\x7a\xbb\x65\xd4\xd6\x98\x4f\xef\xa6\x34\xdc\x64\xbf\xcb\xc1\xdd\x3f\xa1\x59\x55\x9d\xad\xef\x1d\x1c\x9c\x56\xb3\xf5\x7e\xca\x0f\xce\xab\x82\xfe\xba\x46\x1f\xc9\x3e\xde\x27\x28\xbd\x42\xff\xe3\x94\x55\xb3\x92\xad\x85\xc5\xb4\x1b\x64\x60\x57\x88\xdc\xec\x71\x70\x80\xbe\xe7\x95\x3c\x0e\xc7\xb9\x10\x77\xc9\xd2\x39\x5f\xa3\xbf\x2a\x4a\x7f\xbd\xf5\x0d\x6c\xe3\x5f\x71\xfe\xa8\xd9\xff\x32\xd8\x49\x83\xee\x48\xe5\xdd\x41\xb7\x6f\xd7\x3f\xdf\xb7\xa3\x47\x7f\x95\xdd\xd1\x90\x3f\x83\x1f\x5a\xdc\xa7\xea\x7b\x17\xb5\xfa\xf5\xf6\x6d\xc3\xfe\x9c\xc3\x0e\x93\x0d\xb0\x93\x8d\x13\xd8\x39\xf3\xd7\xa9\xdc\x8d\xff\xd3\x32\xe7\xfb\xbf\xae\xd1\x72\x85\xbe\x93\x5b\x69\xca\xa2\xe4\x39\xca\x96\x39\x9f\x02\x16\xb6\xc8\xd1\xf9\x9a\xa3\xb2\x12\xe3\xda\x5f\x85\x1c\xb5\x3e\xa8\x7d\x38\x4d\x1f\x4e\xd4\xf7\x6e\x1f\xe4\xaf\xf7\xe5\x9e\xa4\xb6\xd9\x7e\x03\x7d\xa8\x23\xfb\xed\x37\xed\xdb\xfe\x45\xb9\xc8\xc5\xdb\x65\x07\x46\x6e\x1d\x12\xbc\x20\xfd\x67\xd8\xec\x73\xeb\x9b\x83\xbb\x7b\x37\xf6\x77\xf7\xe0\x96\xec\xed\xba\x5a\x95\x8b\x93\xc7\xab\xe5\xe9\xd1\x8c\xad\x8e\x96\xb9\xd0\xdc\x2b\xf8\x71\xbf\xd0\x7e\x55\xc2\x3f\x66\x1f\xf8\x42\xca\xb8\x6f\xb2\x67\xe7\x8b\x2b\x21\xdf\x5b\xdf\x34\x11\xec\x3c\x5b\x93\x9c\x8b\x1f\x27\x92\x8e\xec\x20\x2c\x6d\xc2\xe6\xfb\x7a\x08\x84\x9f\xb2\xe5\xf9\xa2\xe2\x2b\x35\x73\x09\x3f\xcd\xeb\x58\x21\x9b\xb7\xc1\x02\x9e\xc2\x79\xc6\xfa\x0b\xbf\xac\x56\x4c\x7c\xb9\x98\x95\x73\x8e\x26\x35\xb6\x07\x0a\x89\x24\xfd\x0d\xb4\x69\x11\x66\xaa\x7b\x0f\xab\xba\xc1\xee\xae\x70\xf5\x6f\x40\xa7\x12\xf8\xdb\x43\xe4\x5d\x7e\x4f\x3d\x4f\xe8\x5c\xfe\xf4\x00\x7e\xfa\xee\xf1\x63\xf1\x93\x85\x92\x10\x17\xbc\xae\xaf\xcf\x57\xab\xe5\x09\xab\xf8\x14\xac\xae\x9a\xf1\x15\x87\x73\x9e\x68\xc1\x2f\x2b\x24\x58\x60\x59\xc5\x57\xd0\x08\xba\xb1\x09\x7f\xc0\xe0\x44\x82\xdf\x46\xde\xe5\xe3\x23\xcf\xdb\x11\x16\xea\x5d\x7e\x0f\x1f\xff\x2e\x82\xf3\x7c\x79\xd1\xd2\x87\x66\xdf\x48\xc9\xcb\xa1\x7c\xa2\xba\x28\x10\xf8\x8f\x1f\xef\xc0\xd1\x4c\x6f\x07\xed\x22\x0d\x33\x3c\xd8\xad\x2b\x0e\x29\xea\x6d\x16\xac\xba\x7a\xbe\x38\x65\x55\x36\xe3\x79\x4b\xef\x3e\x5a\x2e\xe6\x57\x88\x9d\x9d\x71\xe8\x77\xb9\x06\x07\x44\xe7\x8b\xb2\x9a\x8a\x17\xcd\x8c\xad\x39\xbc\x6d\x0a\x41\x34\x98\x1a\x18\x21\xa4\xaa\xde\x17\xd5\x60\x15\x43\x3d\xd3\xbe\x9e\xb1\x72\x35\xec\x19\xf4\x4b\xf1\xfa\x8d\x12\xdd\xde\x9e\xe2\xfd\x56\xbf\x03\x96\x96\x02\x50\xfc\x5f\xc5\x7b\x09\x55\x7b\xe3\x75\x9c\x81\x2f\xc0\x19\x60\x14\x6e\x7d\xa1\xb1\x72\x99\xb7\x74\x8d\xbc\x5c\xe4\xfc\x12\x1d\xa2\x3d\x6c\x34\xfb\xc6\x8f\xee\xdc\xd1\x8c\x7f\x77\x57\x36\xb3\x18\x3f\xd0\x79\x0b\x20\xef\xfa\xc6\x2e\x4c\xe9\xb1\xd0\xb8\x94\x8c\xfc\x75\xef\xb0\x56\xff\x7d\x4d\x5e\x68\xf7\xd0\x10\x3f\x6a\x44\xdf\x7e\x8b\xb0\x57\x1b\x10\xfa\x4d\xf9\x90\x52\x49\xcd\x89\x34\x56\xf4\x1b\xea\xd8\x61\x23\xfc\x0d\x08\x01\x42\x9b\x92\x1a\xe1\x67\x33\x9e\x7d\x78\x95\xb1\x39\x5b\xfd\x2f\xd1\x6a\x22\xf4\xf0\x62\x59\x2e\xe4\x6e\x6a\x10\x40\xf3\x53\xd7\xe3\xdb\x9f\xa5\xd7\xb7\xc2\xa9\x66\xab\xe5\x05\x7a\xb4\x5a\x2d\x57\x13\xe8\xd5\x9d\xa7\x22\x15\x6a\x4d\xf3\xe7\xdd\x3b\x68\xb7\x45\xb0\x5f\x2d\x65\x64\x9d\xe0\x68\x67\xbf\x5a\xfe\x7c\x76\xc6\x57\x47\x6c\xcd\x27\x3b\x68\x57\x22\x10\x26\xbf\x58\x56\xc2\xc0\x81\x59\x29\x97\x3b\xe2\x61\xdd\xd1\x4f\x5f\x60\x24\x68\xe5\x04\x59\xb5\xc8\xc4\x5b\x71\x4c\xe5\x32\x9b\x1a\x9c\xa4\x94\x0d\xda\x98\xe8\x02\xfc\xb6\x6e\x23\x35\x0a\x53\x95\x97\xd4\xdb\xe9\xeb\x45\x3a\xc4\x51\xdd\xd0\xa4\x16\x0d\xed\x6d\x65\x9c\x8f\x1f\x53\x15\xeb\x54\x98\xc3\x7b\xe9\x55\xc5\xd1\x9a\xff\xd7\x39\x5f\x64\x10\xe8\xec\x8c\xb6\x34\x6a\xd3\x81\x81\xf0\xea\x34\x5d\xce\x1b\x47\xb2\x51\xa6\x5e\x97\x32\x19\x52\x6e\x30\x8d\x0b\x29\x92\x02\xc2\x4a\x40\x47\x5e\xc3\x52\xb3\xf1\xd8\xc0\x04\x84\x61\x9d\x09\x7f\xc8\x84\xc3\xe0\xef\x6f\xc9\x24\x26\x92\x4b\x4f\x71\xf9\xc8\xeb\xa0\xd8\x3d\xb4\x58\x4d\xb4\x41\x67\x1e\x79\x83\xce\x04\x9f\x25\x51\x4c\x15\xb3\xb1\x64\xf6\xf1\x86\xcc\x62\xb2\x6d\xa7\x5a\x48\x13\x57\xdd\x8e\x76\x3d\xa0\xb1\x4d\xc0\xd0\x77\x09\x91\xfa\xab\x71\xa2\x9f\x34\x35\x48\x45\xea\x3e\x4c\xae\x06\x59\x53\x0b\x3f\x3a\xa8\x34\xa0\xf5\x0f\x42\x09\x32\x5a\x6d\x38\xb8\xb4\x3d\xd6\x09\xeb\xa3\x8c\x86\x72\xf7\xd0\xe1\xfa\xbd\x88\xde\x36\xfb\x52\x89\x70\x23\xfb\x15\x67\xf9\xd1\x72\x51\x95\x8b\x73\x38\x3c\x0b\xda\x6f\x43\x91\xe0\xe4\x07\xe8\xfb\xb7\x87\xc0\xd6\x91\x48\x2c\x0c\xa3\xc1\x9d\x1f\x16\x1f\xd9\xbc\xcc\x01\x48\x4a\xfb\x8e\xea\x56\x23\xef\x2e\x15\x24\x11\xc2\x44\xc1\xdb\x86\xce\x3b\xe5\x26\xa2\x69\xf3\xe3\xee\xae\x48\xc6\xeb\x08\xd5\x43\x73\x5b\x86\x11\x99\x08\x8a\x28\xf9\x77\x2d\x18\x1a\xa1\xfd\xc7\x0d\x63\x07\x07\xe8\x87\x02\x5d\x70\x24\xf2\xb5\xf3\x33\x24\x32\xd5\x29\x2a\xab\xff\xfb\xbf\xff\x4f\x3d\x2c\xe9\x28\x80\xe3\x5b\x96\x9e\x0f\x00\xef\x0c\x82\xbf\xb4\xde\x57\xe0\x05\x93\xd6\xca\x05\x30\xd6\xcd\x90\xe8\x5f\x7c\xfd\x4b\x60\x30\xdf\xa1\xae\x3e\x43\x55\x5d\x4c\x87\x43\xad\x2b\xc9\x16\x6c\x0e\x87\x1f\x1a\x39\xbe\xe4\x2c\x47\x45\xb9\x5a\x57\xb5\x94\xa0\x5b\xdb\xab\x79\x38\xba\xa1\xc9\x62\x39\x14\xef\x7a\xa7\xb6\x09\x49\xe8\xb6\xd2\xbf\x8a\xac\x1a\xaf\x8d\x7c\x6b\x5e\x87\x63\x58\x0f\xcf\xa3\xda\xa0\x8e\x6a\x54\xa0\x16\x74\x68\x71\x98\xfb\xfd\x78\xa0\x23\xc3\xf2\x35\x03\x6a\xee\x34\xda\x35\x25\x60\x8d\xf5\xb6\xe6\xab\xc5\xa8\x6e\x02\xbf\x85\x09\xd6\x69\xbd\xec\xbb\xdf\x97\xed\x29\xbb\x42\xe5\x22\x9b\x9f\xc3\x4b\x88\x78\xb9\xd0\x5f\x69\x4c\x52\x7e\x5c\x4b\xe7\xd1\x16\xd2\x01\x53\xbe\x9e\x00\x3d\xf5\x9e\x46\x60\x6f\x92\xa4\xa5\x0b\xd4\xb7\x09\xd4\x83\xe4\x45\x0a\x6c\x2c\x3f\xf8\x92\x32\x1f\x8e\xf0\x7d\x89\x52\x25\xd1\xc7\x37\x2b\x51\x08\x19\xd7\x14\x7a\x0c\x42\xf7\x2e\xfb\x62\xf7\x2e\xbd\xa3\x1d\xf4\x1b\x48\x64\x22\x79\x90\xbf\x36\xfa\x08\xac\xfa\x80\x37\x2a\xc3\x3b\x06\xf6\xf4\x57\x30\xb3\x26\x6a\x79\x1a\xb5\xf0\xf3\xf1\xe3\x3d\x8a\x72\x98\x29\xe3\x79\x13\x79\xeb\xb0\xa9\x4e\x60\x35\xdf\x21\xa0\x69\xdf\x21\xfe\xdc\xef\xe5\x24\x2a\xd7\x68\x47\x63\xc9\x5f\x83\xaf\x9b\x92\x68\x60\x75\x54\x03\x2a\x7a\x00\xd4\x92\x12\x2d\xc6\xb6\xb3\x3f\x9d\x74\xa7\x9d\x27\xaa\x4e\xcf\xb4\x6c\x64\x52\x9d\x9e\xa1\xc3\xde\x58\xb2\x83\xfe\x74\x78\x28\x83\x72\x3f\x3b\x51\x8b\x18\xd5\xe9\x59\x3f\xcf\xd0\x5e\xd0\x5b\xe8\x9d\x2f\x39\xf9\x26\xc4\x8a\x0e\x81\xc1\x3b\x1f\xf9\x6a\x5d\x2e\x17\x77\xee\xa1\x3b\x30\xe9\x7b\x67\x2a\x7e\x95\xfc\xdc\xb9\xa7\x65\x85\xf0\xbb\xec\xae\xfa\x5d\x7e\xb9\xf5\xcd\x27\x35\x49\xf7\x6a\x79\xca\xd1\xc3\x67\xdf\xa3\xf4\xbc\x9c\xe7\x68\x79\x56\x95\xa7\xe5\xdf\xf8\x6a\x3d\x45\xf3\xf2\x03\x47\xab\xfd\x5f\xd7\x53\xf9\x4a\x0c\x33\xed\xeb\x33\x9e\x95\x45\x99\x09\xe7\xcd\x4b\x50\xf8\x19\xab\x2a\xbe\x5a\xac\x01\x1f\x34\xaa\x66\x1c\x15\xcb\xf9\x7c\x79\x51\x2e\x4e\xee\xc9\x39\x4f\x61\x7e\xbd\x73\x91\xe8\x4e\x6d\x34\x77\xe4\xe4\x6e\x07\x60\x9f\x9d\xe6\xbd\x59\xd4\xe6\x88\xa4\x78\x76\xeb\x1b\xa9\x2e\x75\x68\xb2\x99\xe6\xee\x0e\x60\xa2\xcf\xa0\x3b\x50\x4e\xfb\x76\xd1\x9b\x35\xfe\x93\xf6\x7d\x7f\xb1\xcc\xf9\xf1\xd5\x19\x6f\x93\xb9\x76\xae\x5a\xbd\x78\x94\x0b\x7d\xde\xf8\x65\xb9\x38\x59\xfe\xcf\x57\xe8\xa3\xb7\x4f\xf7\x3d\x78\x3d\x6f\x5b\x68\x67\x49\x1b\x66\x54\x68\xac\x31\xb1\xd5\xc5\x8c\xcd\x7b\x98\xe2\x7d\x6f\x4f\x4e\xc4\xac\xea\xbd\x51\xf2\x14\xa3\xfa\x6d\xc6\xd6\xcf\x2f\x16\x2f\xea\x2d\x30\x87\x0a\x68\xbf\xfb\x3b\x80\x37\x4b\x24\x50\x35\x4e\x0a\xa5\x8e\x18\x5d\x70\xb9\x3e\x24\x9e\xc3\x41\xe2\x1d\x21\x1b\x5d\x56\x6f\x3f\xc8\x02\x86\x02\x02\x3e\x77\x26\xbf\x7a\xfd\x7a\x39\x2b\x17\x4b\xd1\x2b\x86\x2e\x78\x8a\xd4\x41\x55\x35\x6b\xbd\xaf\x0c\x5a\xc9\xe4\xd3\x2d\x75\x44\x15\x96\x4d\x3e\x4d\xff\xfe\xe9\xdd\x94\x46\x9b\x2c\x89\x0c\x4e\xec\xbe\x79\xf6\xf4\x49\x55\x9d\xbd\x14\x43\xc6\xba\x6a\xb0\xfd\x39\x2d\x4f\xe4\x66\x96\xfd\x5f\xd7\x7f\xde\x04\xf3\x9d\xf3\x35\x87\x17\xb6\xac\xba\x73\xff\xd6\x90\xd0\x77\xe5\xc9\x4f\x80\xf0\xbe\xe8\xf0\xaf\xeb\x99\x08\xca\xe5\xc9\x62\xb9\xe2\xf7\xe6\xe5\x82\xdf\x6a\x48\x5f\xf0\xd4\xdf\x88\xa4\x50\xd2\x6b\x9e\xca\xb1\x49\x1e\x33\xbe\xb3\x7f\x30\x2f\xd3\x03\x81\x42\x04\xe7\x5b\x07\x07\x28\x5f\x2e\x2a\xb4\xfc\xc8\x57\xab\x32\xe7\xf5\x82\x43\xbd\xbe\x71\x4b\x3b\x82\xac\x56\x0e\x44\x80\xbb\xd3\x6c\x68\x80\xf5\x88\x0e\xc0\xbe\x24\xd9\x85\x12\x06\x02\xcb\x64\x3a\x08\x30\x77\xff\xd6\x27\x83\x34\xe4\x13\xb5\xb0\x55\x73\xfc\xe7\x7b\x84\x7c\x7a\x27\xa4\x30\x7d\x2b\xa5\xf0\x6e\xe7\xd6\xc1\xc1\xff\x87\xd6\xcb\xf3\x55\xc6\x9f\xb1\xb3\xb3\x72\x71\xf2\xf3\xcb\xa7\x87\xe2\xe1\xde\x1c\x36\x91\xfe\xba\xde\x3f\x65\x67\xb7\xfe\x5f\x00\x00\x00\xff\xff\x7e\x7c\x75\xf5\xb3\x1f\x06\x00")
func web3JsBytes() ([]byte, error) {
return bindataRead(
diff --git a/internal/jsre/deps/web3.js b/internal/jsre/deps/web3.js
index 32126c719e..ee90234c2d 100755
--- a/internal/jsre/deps/web3.js
+++ b/internal/jsre/deps/web3.js
@@ -1,13686 +1,295 @@
-require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o.
-*/
-/**
- * @file coder.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var f = require('./formatters');
-
-var SolidityTypeAddress = require('./address');
-var SolidityTypeBool = require('./bool');
-var SolidityTypeInt = require('./int');
-var SolidityTypeUInt = require('./uint');
-var SolidityTypeDynamicBytes = require('./dynamicbytes');
-var SolidityTypeString = require('./string');
-var SolidityTypeReal = require('./real');
-var SolidityTypeUReal = require('./ureal');
-var SolidityTypeBytes = require('./bytes');
-
-var isDynamic = function (solidityType, type) {
- return solidityType.isDynamicType(type) ||
- solidityType.isDynamicArray(type);
-};
-
-/**
- * SolidityCoder prototype should be used to encode/decode solidity params of any type
- */
-var SolidityCoder = function (types) {
- this._types = types;
-};
-
-/**
- * This method should be used to transform type to SolidityType
- *
- * @method _requireType
- * @param {String} type
- * @returns {SolidityType}
- * @throws {Error} throws if no matching type is found
- */
-SolidityCoder.prototype._requireType = function (type) {
- var solidityType = this._types.filter(function (t) {
- return t.isType(type);
- })[0];
-
- if (!solidityType) {
- throw Error('invalid solidity type!: ' + type);
- }
-
- return solidityType;
-};
-
-/**
- * Should be used to encode plain param
- *
- * @method encodeParam
- * @param {String} type
- * @param {Object} plain param
- * @return {String} encoded plain param
- */
-SolidityCoder.prototype.encodeParam = function (type, param) {
- return this.encodeParams([type], [param]);
-};
-
-/**
- * Should be used to encode list of params
- *
- * @method encodeParams
- * @param {Array} types
- * @param {Array} params
- * @return {String} encoded list of params
- */
-SolidityCoder.prototype.encodeParams = function (types, params) {
- var solidityTypes = this.getSolidityTypes(types);
-
- var encodeds = solidityTypes.map(function (solidityType, index) {
- return solidityType.encode(params[index], types[index]);
- });
-
- var dynamicOffset = solidityTypes.reduce(function (acc, solidityType, index) {
- var staticPartLength = solidityType.staticPartLength(types[index]);
- var roundedStaticPartLength = Math.floor((staticPartLength + 31) / 32) * 32;
-
- return acc + (isDynamic(solidityTypes[index], types[index]) ?
- 32 :
- roundedStaticPartLength);
- }, 0);
-
- var result = this.encodeMultiWithOffset(types, solidityTypes, encodeds, dynamicOffset);
-
- return result;
-};
-
-SolidityCoder.prototype.encodeMultiWithOffset = function (types, solidityTypes, encodeds, dynamicOffset) {
- var result = "";
- var self = this;
-
- types.forEach(function (type, i) {
- if (isDynamic(solidityTypes[i], types[i])) {
- result += f.formatInputInt(dynamicOffset).encode();
- var e = self.encodeWithOffset(types[i], solidityTypes[i], encodeds[i], dynamicOffset);
- dynamicOffset += e.length / 2;
- } else {
- // don't add length to dynamicOffset. it's already counted
- result += self.encodeWithOffset(types[i], solidityTypes[i], encodeds[i], dynamicOffset);
- }
-
- // TODO: figure out nested arrays
- });
-
- types.forEach(function (type, i) {
- if (isDynamic(solidityTypes[i], types[i])) {
- var e = self.encodeWithOffset(types[i], solidityTypes[i], encodeds[i], dynamicOffset);
- dynamicOffset += e.length / 2;
- result += e;
- }
- });
- return result;
-};
-
-// TODO: refactor whole encoding!
-SolidityCoder.prototype.encodeWithOffset = function (type, solidityType, encoded, offset) {
- var self = this;
- if (solidityType.isDynamicArray(type)) {
- return (function () {
- // offset was already set
- var nestedName = solidityType.nestedName(type);
- var nestedStaticPartLength = solidityType.staticPartLength(nestedName);
- var result = encoded[0];
-
- (function () {
- var previousLength = 2; // in int
- if (solidityType.isDynamicArray(nestedName)) {
- for (var i = 1; i < encoded.length; i++) {
- previousLength += +(encoded[i - 1])[0] || 0;
- result += f.formatInputInt(offset + i * nestedStaticPartLength + previousLength * 32).encode();
- }
- }
- })();
-
- // first element is length, skip it
- (function () {
- for (var i = 0; i < encoded.length - 1; i++) {
- var additionalOffset = result / 2;
- result += self.encodeWithOffset(nestedName, solidityType, encoded[i + 1], offset + additionalOffset);
- }
- })();
-
- return result;
- })();
-
- } else if (solidityType.isStaticArray(type)) {
- return (function () {
- var nestedName = solidityType.nestedName(type);
- var nestedStaticPartLength = solidityType.staticPartLength(nestedName);
- var result = "";
-
-
- if (solidityType.isDynamicArray(nestedName)) {
- (function () {
- var previousLength = 0; // in int
- for (var i = 0; i < encoded.length; i++) {
- // calculate length of previous item
- previousLength += +(encoded[i - 1] || [])[0] || 0;
- result += f.formatInputInt(offset + i * nestedStaticPartLength + previousLength * 32).encode();
- }
- })();
- }
-
- (function () {
- for (var i = 0; i < encoded.length; i++) {
- var additionalOffset = result / 2;
- result += self.encodeWithOffset(nestedName, solidityType, encoded[i], offset + additionalOffset);
- }
- })();
-
- return result;
- })();
- }
-
- return encoded;
-};
-
-/**
- * Should be used to decode bytes to plain param
- *
- * @method decodeParam
- * @param {String} type
- * @param {String} bytes
- * @return {Object} plain param
- */
-SolidityCoder.prototype.decodeParam = function (type, bytes) {
- return this.decodeParams([type], bytes)[0];
-};
-
-/**
- * Should be used to decode list of params
- *
- * @method decodeParam
- * @param {Array} types
- * @param {String} bytes
- * @return {Array} array of plain params
- */
-SolidityCoder.prototype.decodeParams = function (types, bytes) {
- var solidityTypes = this.getSolidityTypes(types);
- var offsets = this.getOffsets(types, solidityTypes);
-
- return solidityTypes.map(function (solidityType, index) {
- return solidityType.decode(bytes, offsets[index], types[index], index);
- });
-};
-
-SolidityCoder.prototype.getOffsets = function (types, solidityTypes) {
- var lengths = solidityTypes.map(function (solidityType, index) {
- return solidityType.staticPartLength(types[index]);
- });
-
- for (var i = 1; i < lengths.length; i++) {
- // sum with length of previous element
- lengths[i] += lengths[i - 1];
- }
-
- return lengths.map(function (length, index) {
- // remove the current length, so the length is sum of previous elements
- var staticPartLength = solidityTypes[index].staticPartLength(types[index]);
- return length - staticPartLength;
- });
-};
-
-SolidityCoder.prototype.getSolidityTypes = function (types) {
- var self = this;
- return types.map(function (type) {
- return self._requireType(type);
- });
-};
-
-var coder = new SolidityCoder([
- new SolidityTypeAddress(),
- new SolidityTypeBool(),
- new SolidityTypeInt(),
- new SolidityTypeUInt(),
- new SolidityTypeDynamicBytes(),
- new SolidityTypeBytes(),
- new SolidityTypeString(),
- new SolidityTypeReal(),
- new SolidityTypeUReal()
-]);
-
-module.exports = coder;
-
-},{"./address":4,"./bool":5,"./bytes":6,"./dynamicbytes":8,"./formatters":9,"./int":10,"./real":12,"./string":13,"./uint":15,"./ureal":16}],8:[function(require,module,exports){
-var f = require('./formatters');
-var SolidityType = require('./type');
-
-var SolidityTypeDynamicBytes = function () {
- this._inputFormatter = f.formatInputDynamicBytes;
- this._outputFormatter = f.formatOutputDynamicBytes;
-};
-
-SolidityTypeDynamicBytes.prototype = new SolidityType({});
-SolidityTypeDynamicBytes.prototype.constructor = SolidityTypeDynamicBytes;
-
-SolidityTypeDynamicBytes.prototype.isType = function (name) {
- return !!name.match(/^bytes(\[([0-9]*)\])*$/);
-};
-
-SolidityTypeDynamicBytes.prototype.isDynamicType = function () {
- return true;
-};
-
-module.exports = SolidityTypeDynamicBytes;
-
-},{"./formatters":9,"./type":14}],9:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file formatters.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var BigNumber = require('bignumber.js');
-var utils = require('../utils/utils');
-var c = require('../utils/config');
-var SolidityParam = require('./param');
-
-
-/**
- * Formats input value to byte representation of int
- * If value is negative, return it's two's complement
- * If the value is floating point, round it down
- *
- * @method formatInputInt
- * @param {String|Number|BigNumber} value that needs to be formatted
- * @returns {SolidityParam}
- */
-var formatInputInt = function (value) {
- BigNumber.config(c.ETH_BIGNUMBER_ROUNDING_MODE);
- var result = utils.padLeft(utils.toTwosComplement(value).toString(16), 64);
- return new SolidityParam(result);
-};
-
-/**
- * Formats input bytes
- *
- * @method formatInputBytes
- * @param {String}
- * @returns {SolidityParam}
- */
-var formatInputBytes = function (value) {
- var result = utils.toHex(value).substr(2);
- var l = Math.floor((result.length + 63) / 64);
- result = utils.padRight(result, l * 64);
- return new SolidityParam(result);
-};
-
-/**
- * Formats input bytes
- *
- * @method formatDynamicInputBytes
- * @param {String}
- * @returns {SolidityParam}
- */
-var formatInputDynamicBytes = function (value) {
- var result = utils.toHex(value).substr(2);
- var length = result.length / 2;
- var l = Math.floor((result.length + 63) / 64);
- result = utils.padRight(result, l * 64);
- return new SolidityParam(formatInputInt(length).value + result);
-};
-
-/**
- * Formats input value to byte representation of string
- *
- * @method formatInputString
- * @param {String}
- * @returns {SolidityParam}
- */
-var formatInputString = function (value) {
- var result = utils.fromUtf8(value).substr(2);
- var length = result.length / 2;
- var l = Math.floor((result.length + 63) / 64);
- result = utils.padRight(result, l * 64);
- return new SolidityParam(formatInputInt(length).value + result);
-};
-
-/**
- * Formats input value to byte representation of bool
- *
- * @method formatInputBool
- * @param {Boolean}
- * @returns {SolidityParam}
- */
-var formatInputBool = function (value) {
- var result = '000000000000000000000000000000000000000000000000000000000000000' + (value ? '1' : '0');
- return new SolidityParam(result);
-};
-
-/**
- * Formats input value to byte representation of real
- * Values are multiplied by 2^m and encoded as integers
- *
- * @method formatInputReal
- * @param {String|Number|BigNumber}
- * @returns {SolidityParam}
- */
-var formatInputReal = function (value) {
- return formatInputInt(new BigNumber(value).times(new BigNumber(2).pow(128)));
-};
-
-/**
- * Check if input value is negative
- *
- * @method signedIsNegative
- * @param {String} value is hex format
- * @returns {Boolean} true if it is negative, otherwise false
- */
-var signedIsNegative = function (value) {
- return (new BigNumber(value.substr(0, 1), 16).toString(2).substr(0, 1)) === '1';
-};
-
-/**
- * Formats right-aligned output bytes to int
- *
- * @method formatOutputInt
- * @param {SolidityParam} param
- * @returns {BigNumber} right-aligned output bytes formatted to big number
- */
-var formatOutputInt = function (param) {
- var value = param.staticPart() || "0";
-
- // check if it's negative number
- // it it is, return two's complement
- if (signedIsNegative(value)) {
- return new BigNumber(value, 16).minus(new BigNumber('ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff', 16)).minus(1);
- }
- return new BigNumber(value, 16);
-};
-
-/**
- * Formats right-aligned output bytes to uint
- *
- * @method formatOutputUInt
- * @param {SolidityParam}
- * @returns {BigNumeber} right-aligned output bytes formatted to uint
- */
-var formatOutputUInt = function (param) {
- var value = param.staticPart() || "0";
- return new BigNumber(value, 16);
-};
-
-/**
- * Formats right-aligned output bytes to real
- *
- * @method formatOutputReal
- * @param {SolidityParam}
- * @returns {BigNumber} input bytes formatted to real
- */
-var formatOutputReal = function (param) {
- return formatOutputInt(param).dividedBy(new BigNumber(2).pow(128));
-};
-
-/**
- * Formats right-aligned output bytes to ureal
- *
- * @method formatOutputUReal
- * @param {SolidityParam}
- * @returns {BigNumber} input bytes formatted to ureal
- */
-var formatOutputUReal = function (param) {
- return formatOutputUInt(param).dividedBy(new BigNumber(2).pow(128));
-};
-
-/**
- * Should be used to format output bool
- *
- * @method formatOutputBool
- * @param {SolidityParam}
- * @returns {Boolean} right-aligned input bytes formatted to bool
- */
-var formatOutputBool = function (param) {
- return param.staticPart() === '0000000000000000000000000000000000000000000000000000000000000001' ? true : false;
-};
-
-/**
- * Should be used to format output bytes
- *
- * @method formatOutputBytes
- * @param {SolidityParam} left-aligned hex representation of string
- * @param {String} name type name
- * @returns {String} hex string
- */
-var formatOutputBytes = function (param, name) {
- var matches = name.match(/^bytes([0-9]*)/);
- var size = parseInt(matches[1]);
- return '0x' + param.staticPart().slice(0, 2 * size);
-};
-
-/**
- * Should be used to format output bytes
- *
- * @method formatOutputDynamicBytes
- * @param {SolidityParam} left-aligned hex representation of string
- * @returns {String} hex string
- */
-var formatOutputDynamicBytes = function (param) {
- var length = (new BigNumber(param.dynamicPart().slice(0, 64), 16)).toNumber() * 2;
- return '0x' + param.dynamicPart().substr(64, length);
-};
-
-/**
- * Should be used to format output string
- *
- * @method formatOutputString
- * @param {SolidityParam} left-aligned hex representation of string
- * @returns {String} ascii string
- */
-var formatOutputString = function (param) {
- var length = (new BigNumber(param.dynamicPart().slice(0, 64), 16)).toNumber() * 2;
- return utils.toUtf8(param.dynamicPart().substr(64, length));
-};
-
-/**
- * Should be used to format output address
- *
- * @method formatOutputAddress
- * @param {SolidityParam} right-aligned input bytes
- * @returns {String} address
- */
-var formatOutputAddress = function (param) {
- var value = param.staticPart();
- return "0x" + value.slice(value.length - 40, value.length);
-};
-
-module.exports = {
- formatInputInt: formatInputInt,
- formatInputBytes: formatInputBytes,
- formatInputDynamicBytes: formatInputDynamicBytes,
- formatInputString: formatInputString,
- formatInputBool: formatInputBool,
- formatInputReal: formatInputReal,
- formatOutputInt: formatOutputInt,
- formatOutputUInt: formatOutputUInt,
- formatOutputReal: formatOutputReal,
- formatOutputUReal: formatOutputUReal,
- formatOutputBool: formatOutputBool,
- formatOutputBytes: formatOutputBytes,
- formatOutputDynamicBytes: formatOutputDynamicBytes,
- formatOutputString: formatOutputString,
- formatOutputAddress: formatOutputAddress
-};
-
-},{"../utils/config":18,"../utils/utils":20,"./param":11,"bignumber.js":"bignumber.js"}],10:[function(require,module,exports){
-var f = require('./formatters');
-var SolidityType = require('./type');
-
-/**
- * SolidityTypeInt is a prootype that represents int type
- * It matches:
- * int
- * int[]
- * int[4]
- * int[][]
- * int[3][]
- * int[][6][], ...
- * int32
- * int64[]
- * int8[4]
- * int256[][]
- * int[3][]
- * int64[][6][], ...
- */
-var SolidityTypeInt = function () {
- this._inputFormatter = f.formatInputInt;
- this._outputFormatter = f.formatOutputInt;
-};
-
-SolidityTypeInt.prototype = new SolidityType({});
-SolidityTypeInt.prototype.constructor = SolidityTypeInt;
-
-SolidityTypeInt.prototype.isType = function (name) {
- return !!name.match(/^int([0-9]*)?(\[([0-9]*)\])*$/);
-};
-
-module.exports = SolidityTypeInt;
-
-},{"./formatters":9,"./type":14}],11:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file param.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var utils = require('../utils/utils');
-
-/**
- * SolidityParam object prototype.
- * Should be used when encoding, decoding solidity bytes
- */
-var SolidityParam = function (value, offset) {
- this.value = value || '';
- this.offset = offset; // offset in bytes
-};
-
-/**
- * This method should be used to get length of params's dynamic part
- *
- * @method dynamicPartLength
- * @returns {Number} length of dynamic part (in bytes)
- */
-SolidityParam.prototype.dynamicPartLength = function () {
- return this.dynamicPart().length / 2;
-};
-
-/**
- * This method should be used to create copy of solidity param with different offset
- *
- * @method withOffset
- * @param {Number} offset length in bytes
- * @returns {SolidityParam} new solidity param with applied offset
- */
-SolidityParam.prototype.withOffset = function (offset) {
- return new SolidityParam(this.value, offset);
-};
-
-/**
- * This method should be used to combine solidity params together
- * eg. when appending an array
- *
- * @method combine
- * @param {SolidityParam} param with which we should combine
- * @param {SolidityParam} result of combination
- */
-SolidityParam.prototype.combine = function (param) {
- return new SolidityParam(this.value + param.value);
-};
-
-/**
- * This method should be called to check if param has dynamic size.
- * If it has, it returns true, otherwise false
- *
- * @method isDynamic
- * @returns {Boolean}
- */
-SolidityParam.prototype.isDynamic = function () {
- return this.offset !== undefined;
-};
-
-/**
- * This method should be called to transform offset to bytes
- *
- * @method offsetAsBytes
- * @returns {String} bytes representation of offset
- */
-SolidityParam.prototype.offsetAsBytes = function () {
- return !this.isDynamic() ? '' : utils.padLeft(utils.toTwosComplement(this.offset).toString(16), 64);
-};
-
-/**
- * This method should be called to get static part of param
- *
- * @method staticPart
- * @returns {String} offset if it is a dynamic param, otherwise value
- */
-SolidityParam.prototype.staticPart = function () {
- if (!this.isDynamic()) {
- return this.value;
- }
- return this.offsetAsBytes();
-};
-
-/**
- * This method should be called to get dynamic part of param
- *
- * @method dynamicPart
- * @returns {String} returns a value if it is a dynamic param, otherwise empty string
- */
-SolidityParam.prototype.dynamicPart = function () {
- return this.isDynamic() ? this.value : '';
-};
-
-/**
- * This method should be called to encode param
- *
- * @method encode
- * @returns {String}
- */
-SolidityParam.prototype.encode = function () {
- return this.staticPart() + this.dynamicPart();
-};
-
-/**
- * This method should be called to encode array of params
- *
- * @method encodeList
- * @param {Array[SolidityParam]} params
- * @returns {String}
- */
-SolidityParam.encodeList = function (params) {
-
- // updating offsets
- var totalOffset = params.length * 32;
- var offsetParams = params.map(function (param) {
- if (!param.isDynamic()) {
- return param;
- }
- var offset = totalOffset;
- totalOffset += param.dynamicPartLength();
- return param.withOffset(offset);
- });
-
- // encode everything!
- return offsetParams.reduce(function (result, param) {
- return result + param.dynamicPart();
- }, offsetParams.reduce(function (result, param) {
- return result + param.staticPart();
- }, ''));
-};
-
-
-
-module.exports = SolidityParam;
-
-
-},{"../utils/utils":20}],12:[function(require,module,exports){
-var f = require('./formatters');
-var SolidityType = require('./type');
-
-/**
- * SolidityTypeReal is a prootype that represents real type
- * It matches:
- * real
- * real[]
- * real[4]
- * real[][]
- * real[3][]
- * real[][6][], ...
- * real32
- * real64[]
- * real8[4]
- * real256[][]
- * real[3][]
- * real64[][6][], ...
- */
-var SolidityTypeReal = function () {
- this._inputFormatter = f.formatInputReal;
- this._outputFormatter = f.formatOutputReal;
-};
-
-SolidityTypeReal.prototype = new SolidityType({});
-SolidityTypeReal.prototype.constructor = SolidityTypeReal;
-
-SolidityTypeReal.prototype.isType = function (name) {
- return !!name.match(/real([0-9]*)?(\[([0-9]*)\])?/);
-};
-
-module.exports = SolidityTypeReal;
-
-},{"./formatters":9,"./type":14}],13:[function(require,module,exports){
-var f = require('./formatters');
-var SolidityType = require('./type');
-
-var SolidityTypeString = function () {
- this._inputFormatter = f.formatInputString;
- this._outputFormatter = f.formatOutputString;
-};
-
-SolidityTypeString.prototype = new SolidityType({});
-SolidityTypeString.prototype.constructor = SolidityTypeString;
-
-SolidityTypeString.prototype.isType = function (name) {
- return !!name.match(/^string(\[([0-9]*)\])*$/);
-};
-
-SolidityTypeString.prototype.isDynamicType = function () {
- return true;
-};
-
-module.exports = SolidityTypeString;
-
-},{"./formatters":9,"./type":14}],14:[function(require,module,exports){
-var f = require('./formatters');
-var SolidityParam = require('./param');
-
-/**
- * SolidityType prototype is used to encode/decode solidity params of certain type
- */
-var SolidityType = function (config) {
- this._inputFormatter = config.inputFormatter;
- this._outputFormatter = config.outputFormatter;
-};
-
-/**
- * Should be used to determine if this SolidityType do match given name
- *
- * @method isType
- * @param {String} name
- * @return {Bool} true if type match this SolidityType, otherwise false
- */
-SolidityType.prototype.isType = function (name) {
- throw "this method should be overrwritten for type " + name;
-};
-
-/**
- * Should be used to determine what is the length of static part in given type
- *
- * @method staticPartLength
- * @param {String} name
- * @return {Number} length of static part in bytes
- */
-SolidityType.prototype.staticPartLength = function (name) {
- // If name isn't an array then treat it like a single element array.
- return (this.nestedTypes(name) || ['[1]'])
- .map(function (type) {
- // the length of the nested array
- return parseInt(type.slice(1, -1), 10) || 1;
- })
- .reduce(function (previous, current) {
- return previous * current;
- // all basic types are 32 bytes long
- }, 32);
-};
-
-/**
- * Should be used to determine if type is dynamic array
- * eg:
- * "type[]" => true
- * "type[4]" => false
- *
- * @method isDynamicArray
- * @param {String} name
- * @return {Bool} true if the type is dynamic array
- */
-SolidityType.prototype.isDynamicArray = function (name) {
- var nestedTypes = this.nestedTypes(name);
- return !!nestedTypes && !nestedTypes[nestedTypes.length - 1].match(/[0-9]{1,}/g);
-};
-
-/**
- * Should be used to determine if type is static array
- * eg:
- * "type[]" => false
- * "type[4]" => true
- *
- * @method isStaticArray
- * @param {String} name
- * @return {Bool} true if the type is static array
- */
-SolidityType.prototype.isStaticArray = function (name) {
- var nestedTypes = this.nestedTypes(name);
- return !!nestedTypes && !!nestedTypes[nestedTypes.length - 1].match(/[0-9]{1,}/g);
-};
-
-/**
- * Should return length of static array
- * eg.
- * "int[32]" => 32
- * "int256[14]" => 14
- * "int[2][3]" => 3
- * "int" => 1
- * "int[1]" => 1
- * "int[]" => 1
- *
- * @method staticArrayLength
- * @param {String} name
- * @return {Number} static array length
- */
-SolidityType.prototype.staticArrayLength = function (name) {
- var nestedTypes = this.nestedTypes(name);
- if (nestedTypes) {
- return parseInt(nestedTypes[nestedTypes.length - 1].match(/[0-9]{1,}/g) || 1);
- }
- return 1;
-};
-
-/**
- * Should return nested type
- * eg.
- * "int[32]" => "int"
- * "int256[14]" => "int256"
- * "int[2][3]" => "int[2]"
- * "int" => "int"
- * "int[]" => "int"
- *
- * @method nestedName
- * @param {String} name
- * @return {String} nested name
- */
-SolidityType.prototype.nestedName = function (name) {
- // remove last [] in name
- var nestedTypes = this.nestedTypes(name);
- if (!nestedTypes) {
- return name;
- }
-
- return name.substr(0, name.length - nestedTypes[nestedTypes.length - 1].length);
-};
-
-/**
- * Should return true if type has dynamic size by default
- * such types are "string", "bytes"
- *
- * @method isDynamicType
- * @param {String} name
- * @return {Bool} true if is dynamic, otherwise false
- */
-SolidityType.prototype.isDynamicType = function () {
- return false;
-};
-
-/**
- * Should return array of nested types
- * eg.
- * "int[2][3][]" => ["[2]", "[3]", "[]"]
- * "int[] => ["[]"]
- * "int" => null
- *
- * @method nestedTypes
- * @param {String} name
- * @return {Array} array of nested types
- */
-SolidityType.prototype.nestedTypes = function (name) {
- // return list of strings eg. "[]", "[3]", "[]", "[2]"
- return name.match(/(\[[0-9]*\])/g);
-};
-
-/**
- * Should be used to encode the value
- *
- * @method encode
- * @param {Object} value
- * @param {String} name
- * @return {String} encoded value
- */
-SolidityType.prototype.encode = function (value, name) {
- var self = this;
- if (this.isDynamicArray(name)) {
-
- return (function () {
- var length = value.length; // in int
- var nestedName = self.nestedName(name);
-
- var result = [];
- result.push(f.formatInputInt(length).encode());
-
- value.forEach(function (v) {
- result.push(self.encode(v, nestedName));
- });
-
- return result;
- })();
-
- } else if (this.isStaticArray(name)) {
-
- return (function () {
- var length = self.staticArrayLength(name); // in int
- var nestedName = self.nestedName(name);
-
- var result = [];
- for (var i = 0; i < length; i++) {
- result.push(self.encode(value[i], nestedName));
- }
-
- return result;
- })();
-
- }
-
- return this._inputFormatter(value, name).encode();
-};
-
-/**
- * Should be used to decode value from bytes
- *
- * @method decode
- * @param {String} bytes
- * @param {Number} offset in bytes
- * @param {String} name type name
- * @returns {Object} decoded value
- */
-SolidityType.prototype.decode = function (bytes, offset, name) {
- var self = this;
-
- if (this.isDynamicArray(name)) {
-
- return (function () {
- var arrayOffset = parseInt('0x' + bytes.substr(offset * 2, 64)); // in bytes
- var length = parseInt('0x' + bytes.substr(arrayOffset * 2, 64)); // in int
- var arrayStart = arrayOffset + 32; // array starts after length; // in bytes
-
- var nestedName = self.nestedName(name);
- var nestedStaticPartLength = self.staticPartLength(nestedName); // in bytes
- var roundedNestedStaticPartLength = Math.floor((nestedStaticPartLength + 31) / 32) * 32;
- var result = [];
-
- for (var i = 0; i < length * roundedNestedStaticPartLength; i += roundedNestedStaticPartLength) {
- result.push(self.decode(bytes, arrayStart + i, nestedName));
- }
-
- return result;
- })();
-
- } else if (this.isStaticArray(name)) {
-
- return (function () {
- var length = self.staticArrayLength(name); // in int
- var arrayStart = offset; // in bytes
-
- var nestedName = self.nestedName(name);
- var nestedStaticPartLength = self.staticPartLength(nestedName); // in bytes
- var roundedNestedStaticPartLength = Math.floor((nestedStaticPartLength + 31) / 32) * 32;
- var result = [];
-
- for (var i = 0; i < length * roundedNestedStaticPartLength; i += roundedNestedStaticPartLength) {
- result.push(self.decode(bytes, arrayStart + i, nestedName));
- }
-
- return result;
- })();
- } else if (this.isDynamicType(name)) {
-
- return (function () {
- var dynamicOffset = parseInt('0x' + bytes.substr(offset * 2, 64)); // in bytes
- var length = parseInt('0x' + bytes.substr(dynamicOffset * 2, 64)); // in bytes
- var roundedLength = Math.floor((length + 31) / 32); // in int
- var param = new SolidityParam(bytes.substr(dynamicOffset * 2, ( 1 + roundedLength) * 64), 0);
- return self._outputFormatter(param, name);
- })();
- }
-
- var length = this.staticPartLength(name);
- var param = new SolidityParam(bytes.substr(offset * 2, length * 2));
- return this._outputFormatter(param, name);
-};
-
-module.exports = SolidityType;
-
-},{"./formatters":9,"./param":11}],15:[function(require,module,exports){
-var f = require('./formatters');
-var SolidityType = require('./type');
-
-/**
- * SolidityTypeUInt is a prootype that represents uint type
- * It matches:
- * uint
- * uint[]
- * uint[4]
- * uint[][]
- * uint[3][]
- * uint[][6][], ...
- * uint32
- * uint64[]
- * uint8[4]
- * uint256[][]
- * uint[3][]
- * uint64[][6][], ...
- */
-var SolidityTypeUInt = function () {
- this._inputFormatter = f.formatInputInt;
- this._outputFormatter = f.formatOutputUInt;
-};
-
-SolidityTypeUInt.prototype = new SolidityType({});
-SolidityTypeUInt.prototype.constructor = SolidityTypeUInt;
-
-SolidityTypeUInt.prototype.isType = function (name) {
- return !!name.match(/^uint([0-9]*)?(\[([0-9]*)\])*$/);
-};
-
-module.exports = SolidityTypeUInt;
-
-},{"./formatters":9,"./type":14}],16:[function(require,module,exports){
-var f = require('./formatters');
-var SolidityType = require('./type');
-
-/**
- * SolidityTypeUReal is a prootype that represents ureal type
- * It matches:
- * ureal
- * ureal[]
- * ureal[4]
- * ureal[][]
- * ureal[3][]
- * ureal[][6][], ...
- * ureal32
- * ureal64[]
- * ureal8[4]
- * ureal256[][]
- * ureal[3][]
- * ureal64[][6][], ...
- */
-var SolidityTypeUReal = function () {
- this._inputFormatter = f.formatInputReal;
- this._outputFormatter = f.formatOutputUReal;
-};
-
-SolidityTypeUReal.prototype = new SolidityType({});
-SolidityTypeUReal.prototype.constructor = SolidityTypeUReal;
-
-SolidityTypeUReal.prototype.isType = function (name) {
- return !!name.match(/^ureal([0-9]*)?(\[([0-9]*)\])*$/);
-};
-
-module.exports = SolidityTypeUReal;
-
-},{"./formatters":9,"./type":14}],17:[function(require,module,exports){
-'use strict';
-
-// go env doesn't have and need XMLHttpRequest
-if (typeof XMLHttpRequest === 'undefined') {
- exports.XMLHttpRequest = {};
-} else {
- exports.XMLHttpRequest = XMLHttpRequest; // jshint ignore:line
+// Code generated by go-bindata. DO NOT EDIT.
+// sources:
+// bignumber.js (17.314kB)
+// web3.js (401.331kB)
+
+package deps
+
+import (
+ "bytes"
+ "compress/gzip"
+ "crypto/sha256"
+ "fmt"
+ "io"
+ "io/ioutil"
+ "os"
+ "path/filepath"
+ "strings"
+ "time"
+)
+
+func bindataRead(data []byte, name string) ([]byte, error) {
+ gz, err := gzip.NewReader(bytes.NewBuffer(data))
+ if err != nil {
+ return nil, fmt.Errorf("Read %q: %v", name, err)
+ }
+
+ var buf bytes.Buffer
+ _, err = io.Copy(&buf, gz)
+ clErr := gz.Close()
+
+ if err != nil {
+ return nil, fmt.Errorf("Read %q: %v", name, err)
+ }
+ if clErr != nil {
+ return nil, err
+ }
+
+ return buf.Bytes(), nil
}
-
-},{}],18:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/** @file config.js
- * @authors:
- * Marek Kotewicz
- * @date 2015
- */
-
-/**
- * Utils
- *
- * @module utils
- */
-
-/**
- * Utility functions
- *
- * @class [utils] config
- * @constructor
- */
-
-
-/// required to define ETH_BIGNUMBER_ROUNDING_MODE
-var BigNumber = require('bignumber.js');
-
-var ETH_UNITS = [
- 'wei',
- 'kwei',
- 'Mwei',
- 'Gwei',
- 'szabo',
- 'finney',
- 'femtoether',
- 'picoether',
- 'nanoether',
- 'microether',
- 'milliether',
- 'nano',
- 'micro',
- 'milli',
- 'ether',
- 'grand',
- 'Mether',
- 'Gether',
- 'Tether',
- 'Pether',
- 'Eether',
- 'Zether',
- 'Yether',
- 'Nether',
- 'Dether',
- 'Vether',
- 'Uether'
-];
-
-module.exports = {
- ETH_PADDING: 32,
- ETH_SIGNATURE_LENGTH: 4,
- ETH_UNITS: ETH_UNITS,
- ETH_BIGNUMBER_ROUNDING_MODE: { ROUNDING_MODE: BigNumber.ROUND_DOWN },
- ETH_POLLING_TIMEOUT: 1000/2,
- defaultBlock: 'latest',
- defaultAccount: undefined
-};
-
-
-},{"bignumber.js":"bignumber.js"}],19:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file sha3.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var CryptoJS = require('crypto-js');
-var sha3 = require('crypto-js/sha3');
-
-module.exports = function (value, options) {
- if (options && options.encoding === 'hex') {
- if (value.length > 2 && value.substr(0, 2) === '0x') {
- value = value.substr(2);
- }
- value = CryptoJS.enc.Hex.parse(value);
- }
-
- return sha3(value, {
- outputLength: 256
- }).toString();
-};
-
-
-},{"crypto-js":59,"crypto-js/sha3":80}],20:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file utils.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-/**
- * Utils
- *
- * @module utils
- */
-
-/**
- * Utility functions
- *
- * @class [utils] utils
- * @constructor
- */
-
-
-var BigNumber = require('bignumber.js');
-var sha3 = require('./sha3.js');
-var utf8 = require('utf8');
-
-var unitMap = {
- 'noether': '0',
- 'wei': '1',
- 'kwei': '1000',
- 'Kwei': '1000',
- 'babbage': '1000',
- 'femtoether': '1000',
- 'mwei': '1000000',
- 'Mwei': '1000000',
- 'lovelace': '1000000',
- 'picoether': '1000000',
- 'gwei': '1000000000',
- 'Gwei': '1000000000',
- 'shannon': '1000000000',
- 'nanoether': '1000000000',
- 'nano': '1000000000',
- 'szabo': '1000000000000',
- 'microether': '1000000000000',
- 'micro': '1000000000000',
- 'finney': '1000000000000000',
- 'milliether': '1000000000000000',
- 'milli': '1000000000000000',
- 'ether': '1000000000000000000',
- 'kether': '1000000000000000000000',
- 'grand': '1000000000000000000000',
- 'mether': '1000000000000000000000000',
- 'gether': '1000000000000000000000000000',
- 'tether': '1000000000000000000000000000000'
-};
-
-/**
- * Should be called to pad string to expected length
- *
- * @method padLeft
- * @param {String} string to be padded
- * @param {Number} characters that result string should have
- * @param {String} sign, by default 0
- * @returns {String} right aligned string
- */
-var padLeft = function (string, chars, sign) {
- return new Array(chars - string.length + 1).join(sign ? sign : "0") + string;
-};
-
-/**
- * Should be called to pad string to expected length
- *
- * @method padRight
- * @param {String} string to be padded
- * @param {Number} characters that result string should have
- * @param {String} sign, by default 0
- * @returns {String} right aligned string
- */
-var padRight = function (string, chars, sign) {
- return string + (new Array(chars - string.length + 1).join(sign ? sign : "0"));
-};
-
-/**
- * Should be called to get utf8 from it's hex representation
- *
- * @method toUtf8
- * @param {String} string in hex
- * @returns {String} ascii string representation of hex value
- */
-var toUtf8 = function(hex) {
-// Find termination
- var str = "";
- var i = 0, l = hex.length;
- if (hex.substring(0, 2) === '0x') {
- i = 2;
- }
- for (; i < l; i+=2) {
- var code = parseInt(hex.substr(i, 2), 16);
- if (code === 0)
- break;
- str += String.fromCharCode(code);
- }
-
- return utf8.decode(str);
-};
-
-/**
- * Should be called to get ascii from it's hex representation
- *
- * @method toAscii
- * @param {String} string in hex
- * @returns {String} ascii string representation of hex value
- */
-var toAscii = function(hex) {
-// Find termination
- var str = "";
- var i = 0, l = hex.length;
- if (hex.substring(0, 2) === '0x') {
- i = 2;
- }
- for (; i < l; i+=2) {
- var code = parseInt(hex.substr(i, 2), 16);
- str += String.fromCharCode(code);
- }
-
- return str;
-};
-
-/**
- * Should be called to get hex representation (prefixed by 0x) of utf8 string
- *
- * @method fromUtf8
- * @param {String} string
- * @param {Number} optional padding
- * @returns {String} hex representation of input string
- */
-var fromUtf8 = function(str) {
- str = utf8.encode(str);
- var hex = "";
- for(var i = 0; i < str.length; i++) {
- var code = str.charCodeAt(i);
- if (code === 0)
- break;
- var n = code.toString(16);
- hex += n.length < 2 ? '0' + n : n;
- }
-
- return "0x" + hex;
-};
-
-/**
- * Should be called to get hex representation (prefixed by 0x) of ascii string
- *
- * @method fromAscii
- * @param {String} string
- * @param {Number} optional padding
- * @returns {String} hex representation of input string
- */
-var fromAscii = function(str) {
- var hex = "";
- for(var i = 0; i < str.length; i++) {
- var code = str.charCodeAt(i);
- var n = code.toString(16);
- hex += n.length < 2 ? '0' + n : n;
- }
-
- return "0x" + hex;
-};
-
-/**
- * Should be used to create full function/event name from json abi
- *
- * @method transformToFullName
- * @param {Object} json-abi
- * @return {String} full fnction/event name
- */
-var transformToFullName = function (json) {
- if (json.name.indexOf('(') !== -1) {
- return json.name;
- }
-
- var typeName = json.inputs.map(function(i){return i.type; }).join();
- return json.name + '(' + typeName + ')';
-};
-
-/**
- * Should be called to get display name of contract function
- *
- * @method extractDisplayName
- * @param {String} name of function/event
- * @returns {String} display name for function/event eg. multiply(uint256) -> multiply
- */
-var extractDisplayName = function (name) {
- var length = name.indexOf('(');
- return length !== -1 ? name.substr(0, length) : name;
-};
-
-/// @returns overloaded part of function/event name
-var extractTypeName = function (name) {
- /// TODO: make it invulnerable
- var length = name.indexOf('(');
- return length !== -1 ? name.substr(length + 1, name.length - 1 - (length + 1)).replace(' ', '') : "";
-};
-
-/**
- * Converts value to it's decimal representation in string
- *
- * @method toDecimal
- * @param {String|Number|BigNumber}
- * @return {String}
- */
-var toDecimal = function (value) {
- return toBigNumber(value).toNumber();
-};
-
-/**
- * Converts value to it's hex representation
- *
- * @method fromDecimal
- * @param {String|Number|BigNumber}
- * @return {String}
- */
-var fromDecimal = function (value) {
- var number = toBigNumber(value);
- var result = number.toString(16);
-
- return number.lessThan(0) ? '-0x' + result.substr(1) : '0x' + result;
-};
-
-/**
- * Auto converts any given value into it's hex representation.
- *
- * And even stringifys objects before.
- *
- * @method toHex
- * @param {String|Number|BigNumber|Object}
- * @return {String}
- */
-var toHex = function (val) {
- /*jshint maxcomplexity: 8 */
-
- if (isBoolean(val))
- return fromDecimal(+val);
-
- if (isBigNumber(val))
- return fromDecimal(val);
-
- if (typeof val === 'object')
- return fromUtf8(JSON.stringify(val));
-
- // if its a negative number, pass it through fromDecimal
- if (isString(val)) {
- if (val.indexOf('-0x') === 0)
- return fromDecimal(val);
- else if(val.indexOf('0x') === 0)
- return val;
- else if (!isFinite(val))
- return fromAscii(val);
- }
-
- return fromDecimal(val);
-};
-
-/**
- * Returns value of unit in Wei
- *
- * @method getValueOfUnit
- * @param {String} unit the unit to convert to, default ether
- * @returns {BigNumber} value of the unit (in Wei)
- * @throws error if the unit is not correct:w
- */
-var getValueOfUnit = function (unit) {
- unit = unit ? unit.toLowerCase() : 'ether';
- var unitValue = unitMap[unit];
- if (unitValue === undefined) {
- throw new Error('This unit doesn\'t exists, please use the one of the following units' + JSON.stringify(unitMap, null, 2));
- }
- return new BigNumber(unitValue, 10);
-};
-
-/**
- * Takes a number of wei and converts it to any other ether unit.
- *
- * Possible units are:
- * SI Short SI Full Effigy Other
- * - kwei femtoether babbage
- * - mwei picoether lovelace
- * - gwei nanoether shannon nano
- * - -- microether szabo micro
- * - -- milliether finney milli
- * - ether -- --
- * - kether -- grand
- * - mether
- * - gether
- * - tether
- *
- * @method fromWei
- * @param {Number|String} number can be a number, number string or a HEX of a decimal
- * @param {String} unit the unit to convert to, default ether
- * @return {String|Object} When given a BigNumber object it returns one as well, otherwise a number
-*/
-var fromWei = function(number, unit) {
- var returnValue = toBigNumber(number).dividedBy(getValueOfUnit(unit));
-
- return isBigNumber(number) ? returnValue : returnValue.toString(10);
-};
-
-/**
- * Takes a number of a unit and converts it to wei.
- *
- * Possible units are:
- * SI Short SI Full Effigy Other
- * - kwei femtoether babbage
- * - mwei picoether lovelace
- * - gwei nanoether shannon nano
- * - -- microether szabo micro
- * - -- microether szabo micro
- * - -- milliether finney milli
- * - ether -- --
- * - kether -- grand
- * - mether
- * - gether
- * - tether
- *
- * @method toWei
- * @param {Number|String|BigNumber} number can be a number, number string or a HEX of a decimal
- * @param {String} unit the unit to convert from, default ether
- * @return {String|Object} When given a BigNumber object it returns one as well, otherwise a number
-*/
-var toWei = function(number, unit) {
- var returnValue = toBigNumber(number).times(getValueOfUnit(unit));
-
- return isBigNumber(number) ? returnValue : returnValue.toString(10);
-};
-
-/**
- * Takes an input and transforms it into an bignumber
- *
- * @method toBigNumber
- * @param {Number|String|BigNumber} a number, string, HEX string or BigNumber
- * @return {BigNumber} BigNumber
-*/
-var toBigNumber = function(number) {
- /*jshint maxcomplexity:5 */
- number = number || 0;
- if (isBigNumber(number))
- return number;
-
- if (isString(number) && (number.indexOf('0x') === 0 || number.indexOf('-0x') === 0)) {
- return new BigNumber(number.replace('0x',''), 16);
- }
-
- return new BigNumber(number.toString(10), 10);
-};
-
-/**
- * Takes and input transforms it into bignumber and if it is negative value, into two's complement
- *
- * @method toTwosComplement
- * @param {Number|String|BigNumber}
- * @return {BigNumber}
- */
-var toTwosComplement = function (number) {
- var bigNumber = toBigNumber(number).round();
- if (bigNumber.lessThan(0)) {
- return new BigNumber("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", 16).plus(bigNumber).plus(1);
- }
- return bigNumber;
-};
-
-/**
- * Checks if the given string is strictly an address
- *
- * @method isStrictAddress
- * @param {String} address the given HEX adress
- * @return {Boolean}
-*/
-var isStrictAddress = function (address) {
- return /^0x[0-9a-f]{40}$/i.test(address);
-};
-
-/**
- * Checks if the given string is an address
- *
- * @method isAddress
- * @param {String} address the given HEX adress
- * @return {Boolean}
-*/
-var isAddress = function (address) {
- if (!/^(0x)?[0-9a-f]{40}$/i.test(address)) {
- // check if it has the basic requirements of an address
- return false;
- } else if (/^(0x)?[0-9a-f]{40}$/.test(address) || /^(0x)?[0-9A-F]{40}$/.test(address)) {
- // If it's all small caps or all all caps, return true
- return true;
- } else {
- // Otherwise check each case
- return isChecksumAddress(address);
- }
-};
-
-/**
- * Checks if the given string is a checksummed address
- *
- * @method isChecksumAddress
- * @param {String} address the given HEX adress
- * @return {Boolean}
-*/
-var isChecksumAddress = function (address) {
- // Check each case
- address = address.replace('0x','');
- var addressHash = sha3(address.toLowerCase());
-
- for (var i = 0; i < 40; i++ ) {
- // the nth letter should be uppercase if the nth digit of casemap is 1
- if ((parseInt(addressHash[i], 16) > 7 && address[i].toUpperCase() !== address[i]) || (parseInt(addressHash[i], 16) <= 7 && address[i].toLowerCase() !== address[i])) {
- return false;
- }
- }
- return true;
-};
-
-
-
-/**
- * Makes a checksum address
- *
- * @method toChecksumAddress
- * @param {String} address the given HEX adress
- * @return {String}
-*/
-var toChecksumAddress = function (address) {
- if (typeof address === 'undefined') return '';
-
- address = address.toLowerCase().replace('0x','');
- var addressHash = sha3(address);
- var checksumAddress = '0x';
-
- for (var i = 0; i < address.length; i++ ) {
- // If ith character is 9 to f then make it uppercase
- if (parseInt(addressHash[i], 16) > 7) {
- checksumAddress += address[i].toUpperCase();
- } else {
- checksumAddress += address[i];
- }
- }
- return checksumAddress;
-};
-
-/**
- * Transforms given string to valid 20 bytes-length addres with 0x prefix
- *
- * @method toAddress
- * @param {String} address
- * @return {String} formatted address
- */
-var toAddress = function (address) {
- if (isStrictAddress(address)) {
- return address;
- }
-
- if (/^[0-9a-f]{40}$/.test(address)) {
- return '0x' + address;
- }
-
- return '0x' + padLeft(toHex(address).substr(2), 40);
-};
-
-/**
- * Returns true if object is BigNumber, otherwise false
- *
- * @method isBigNumber
- * @param {Object}
- * @return {Boolean}
- */
-var isBigNumber = function (object) {
- return object instanceof BigNumber ||
- (object && object.constructor && object.constructor.name === 'BigNumber');
-};
-
-/**
- * Returns true if object is string, otherwise false
- *
- * @method isString
- * @param {Object}
- * @return {Boolean}
- */
-var isString = function (object) {
- return typeof object === 'string' ||
- (object && object.constructor && object.constructor.name === 'String');
-};
-
-/**
- * Returns true if object is function, otherwise false
- *
- * @method isFunction
- * @param {Object}
- * @return {Boolean}
- */
-var isFunction = function (object) {
- return typeof object === 'function';
-};
-
-/**
- * Returns true if object is Objet, otherwise false
- *
- * @method isObject
- * @param {Object}
- * @return {Boolean}
- */
-var isObject = function (object) {
- return object !== null && !(object instanceof Array) && typeof object === 'object';
-};
-
-/**
- * Returns true if object is boolean, otherwise false
- *
- * @method isBoolean
- * @param {Object}
- * @return {Boolean}
- */
-var isBoolean = function (object) {
- return typeof object === 'boolean';
-};
-
-/**
- * Returns true if object is array, otherwise false
- *
- * @method isArray
- * @param {Object}
- * @return {Boolean}
- */
-var isArray = function (object) {
- return object instanceof Array;
-};
-
-/**
- * Returns true if given string is valid json object
- *
- * @method isJson
- * @param {String}
- * @return {Boolean}
- */
-var isJson = function (str) {
- try {
- return !!JSON.parse(str);
- } catch (e) {
- return false;
- }
-};
-
-/**
- * Returns true if given string is a valid Ethereum block header bloom.
- *
- * @method isBloom
- * @param {String} hex encoded bloom filter
- * @return {Boolean}
- */
-var isBloom = function (bloom) {
- if (!/^(0x)?[0-9a-f]{512}$/i.test(bloom)) {
- return false;
- } else if (/^(0x)?[0-9a-f]{512}$/.test(bloom) || /^(0x)?[0-9A-F]{512}$/.test(bloom)) {
- return true;
- }
- return false;
-};
-
-/**
- * Returns true if given string is a valid log topic.
- *
- * @method isTopic
- * @param {String} hex encoded topic
- * @return {Boolean}
- */
-var isTopic = function (topic) {
- if (!/^(0x)?[0-9a-f]{64}$/i.test(topic)) {
- return false;
- } else if (/^(0x)?[0-9a-f]{64}$/.test(topic) || /^(0x)?[0-9A-F]{64}$/.test(topic)) {
- return true;
- }
- return false;
-};
-
-module.exports = {
- padLeft: padLeft,
- padRight: padRight,
- toHex: toHex,
- toDecimal: toDecimal,
- fromDecimal: fromDecimal,
- toUtf8: toUtf8,
- toAscii: toAscii,
- fromUtf8: fromUtf8,
- fromAscii: fromAscii,
- transformToFullName: transformToFullName,
- extractDisplayName: extractDisplayName,
- extractTypeName: extractTypeName,
- toWei: toWei,
- fromWei: fromWei,
- toBigNumber: toBigNumber,
- toTwosComplement: toTwosComplement,
- toAddress: toAddress,
- isBigNumber: isBigNumber,
- isStrictAddress: isStrictAddress,
- isAddress: isAddress,
- isChecksumAddress: isChecksumAddress,
- toChecksumAddress: toChecksumAddress,
- isFunction: isFunction,
- isString: isString,
- isObject: isObject,
- isBoolean: isBoolean,
- isArray: isArray,
- isJson: isJson,
- isBloom: isBloom,
- isTopic: isTopic,
-};
-
-},{"./sha3.js":19,"bignumber.js":"bignumber.js","utf8":85}],21:[function(require,module,exports){
-module.exports={
- "version": "0.20.1"
+type asset struct {
+ bytes []byte
+ info os.FileInfo
+ digest [sha256.Size]byte
}
-},{}],22:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file web3.js
- * @authors:
- * Jeffrey Wilcke
- * Marek Kotewicz
- * Marian Oancea
- * Fabian Vogelsteller
- * Gav Wood
- * @date 2014
- */
-
-var RequestManager = require('./web3/requestmanager');
-var Iban = require('./web3/iban');
-var Eth = require('./web3/methods/eth');
-var DB = require('./web3/methods/db');
-var Shh = require('./web3/methods/shh');
-var Net = require('./web3/methods/net');
-var Personal = require('./web3/methods/personal');
-var Swarm = require('./web3/methods/swarm');
-var Settings = require('./web3/settings');
-var version = require('./version.json');
-var utils = require('./utils/utils');
-var sha3 = require('./utils/sha3');
-var extend = require('./web3/extend');
-var Batch = require('./web3/batch');
-var Property = require('./web3/property');
-var HttpProvider = require('./web3/httpprovider');
-var IpcProvider = require('./web3/ipcprovider');
-var BigNumber = require('bignumber.js');
-
-
-
-function Web3 (provider) {
- this._requestManager = new RequestManager(provider);
- this.currentProvider = provider;
- this.eth = new Eth(this);
- this.db = new DB(this);
- this.shh = new Shh(this);
- this.net = new Net(this);
- this.personal = new Personal(this);
- this.bzz = new Swarm(this);
- this.settings = new Settings();
- this.version = {
- api: version.version
- };
- this.providers = {
- HttpProvider: HttpProvider,
- IpcProvider: IpcProvider
- };
- this._extend = extend(this);
- this._extend({
- properties: properties()
- });
+type bindataFileInfo struct {
+ name string
+ size int64
+ mode os.FileMode
+ modTime time.Time
}
-// expose providers on the class
-Web3.providers = {
- HttpProvider: HttpProvider,
- IpcProvider: IpcProvider
-};
-
-Web3.prototype.setProvider = function (provider) {
- this._requestManager.setProvider(provider);
- this.currentProvider = provider;
-};
-
-Web3.prototype.reset = function (keepIsSyncing) {
- this._requestManager.reset(keepIsSyncing);
- this.settings = new Settings();
-};
-
-Web3.prototype.BigNumber = BigNumber;
-Web3.prototype.toHex = utils.toHex;
-Web3.prototype.toAscii = utils.toAscii;
-Web3.prototype.toUtf8 = utils.toUtf8;
-Web3.prototype.fromAscii = utils.fromAscii;
-Web3.prototype.fromUtf8 = utils.fromUtf8;
-Web3.prototype.toDecimal = utils.toDecimal;
-Web3.prototype.fromDecimal = utils.fromDecimal;
-Web3.prototype.toBigNumber = utils.toBigNumber;
-Web3.prototype.toWei = utils.toWei;
-Web3.prototype.fromWei = utils.fromWei;
-Web3.prototype.isAddress = utils.isAddress;
-Web3.prototype.isChecksumAddress = utils.isChecksumAddress;
-Web3.prototype.toChecksumAddress = utils.toChecksumAddress;
-Web3.prototype.isIBAN = utils.isIBAN;
-Web3.prototype.padLeft = utils.padLeft;
-Web3.prototype.padRight = utils.padRight;
-
-
-Web3.prototype.sha3 = function(string, options) {
- return '0x' + sha3(string, options);
-};
-
-/**
- * Transforms direct icap to address
- */
-Web3.prototype.fromICAP = function (icap) {
- var iban = new Iban(icap);
- return iban.address();
-};
-
-var properties = function () {
- return [
- new Property({
- name: 'version.node',
- getter: 'web3_clientVersion'
- }),
- new Property({
- name: 'version.network',
- getter: 'net_version',
- inputFormatter: utils.toDecimal
- }),
- new Property({
- name: 'version.ethereum',
- getter: 'eth_protocolVersion',
- inputFormatter: utils.toDecimal
- }),
- new Property({
- name: 'version.whisper',
- getter: 'shh_version',
- inputFormatter: utils.toDecimal
- })
- ];
-};
-
-Web3.prototype.isConnected = function(){
- return (this.currentProvider && this.currentProvider.isConnected());
-};
-
-Web3.prototype.createBatch = function () {
- return new Batch(this);
-};
-
-module.exports = Web3;
-
-
-},{"./utils/sha3":19,"./utils/utils":20,"./version.json":21,"./web3/batch":24,"./web3/extend":28,"./web3/httpprovider":32,"./web3/iban":33,"./web3/ipcprovider":34,"./web3/methods/db":37,"./web3/methods/eth":38,"./web3/methods/net":39,"./web3/methods/personal":40,"./web3/methods/shh":41,"./web3/methods/swarm":42,"./web3/property":45,"./web3/requestmanager":46,"./web3/settings":47,"bignumber.js":"bignumber.js"}],23:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file allevents.js
- * @author Marek Kotewicz
- * @date 2014
- */
-
-var sha3 = require('../utils/sha3');
-var SolidityEvent = require('./event');
-var formatters = require('./formatters');
-var utils = require('../utils/utils');
-var Filter = require('./filter');
-var watches = require('./methods/watches');
-
-var AllSolidityEvents = function (requestManager, json, address) {
- this._requestManager = requestManager;
- this._json = json;
- this._address = address;
-};
-
-AllSolidityEvents.prototype.encode = function (options) {
- options = options || {};
- var result = {};
-
- ['fromBlock', 'toBlock'].filter(function (f) {
- return options[f] !== undefined;
- }).forEach(function (f) {
- result[f] = formatters.inputBlockNumberFormatter(options[f]);
- });
-
- result.address = this._address;
-
- return result;
-};
-
-AllSolidityEvents.prototype.decode = function (data) {
- data.data = data.data || '';
- data.topics = data.topics || [];
-
- var eventTopic = data.topics[0].slice(2);
- var match = this._json.filter(function (j) {
- return eventTopic === sha3(utils.transformToFullName(j));
- })[0];
-
- if (!match) { // cannot find matching event?
- console.warn('cannot find event for log');
- return data;
- }
-
- var event = new SolidityEvent(this._requestManager, match, this._address);
- return event.decode(data);
-};
-
-AllSolidityEvents.prototype.execute = function (options, callback) {
-
- if (utils.isFunction(arguments[arguments.length - 1])) {
- callback = arguments[arguments.length - 1];
- if(arguments.length === 1)
- options = null;
- }
-
- var o = this.encode(options);
- var formatter = this.decode.bind(this);
- return new Filter(o, 'eth', this._requestManager, watches.eth(), formatter, callback);
-};
-
-AllSolidityEvents.prototype.attachToContract = function (contract) {
- var execute = this.execute.bind(this);
- contract.allEvents = execute;
-};
-
-module.exports = AllSolidityEvents;
-
-
-},{"../utils/sha3":19,"../utils/utils":20,"./event":27,"./filter":29,"./formatters":30,"./methods/watches":43}],24:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file batch.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var Jsonrpc = require('./jsonrpc');
-var errors = require('./errors');
-
-var Batch = function (web3) {
- this.requestManager = web3._requestManager;
- this.requests = [];
-};
-
-/**
- * Should be called to add create new request to batch request
- *
- * @method add
- * @param {Object} jsonrpc requet object
- */
-Batch.prototype.add = function (request) {
- this.requests.push(request);
-};
-
-/**
- * Should be called to execute batch request
- *
- * @method execute
- */
-Batch.prototype.execute = function () {
- var requests = this.requests;
- this.requestManager.sendBatch(requests, function (err, results) {
- results = results || [];
- requests.map(function (request, index) {
- return results[index] || {};
- }).forEach(function (result, index) {
- if (requests[index].callback) {
-
- if (!Jsonrpc.isValidResponse(result)) {
- return requests[index].callback(errors.InvalidResponse(result));
- }
-
- requests[index].callback(null, (requests[index].format ? requests[index].format(result.result) : result.result));
- }
- });
- });
-};
-
-module.exports = Batch;
-
-
-},{"./errors":26,"./jsonrpc":35}],25:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file contract.js
- * @author Marek Kotewicz
- * @date 2014
- */
-
-var utils = require('../utils/utils');
-var coder = require('../solidity/coder');
-var SolidityEvent = require('./event');
-var SolidityFunction = require('./function');
-var AllEvents = require('./allevents');
-
-/**
- * Should be called to encode constructor params
- *
- * @method encodeConstructorParams
- * @param {Array} abi
- * @param {Array} constructor params
- */
-var encodeConstructorParams = function (abi, params) {
- return abi.filter(function (json) {
- return json.type === 'constructor' && json.inputs.length === params.length;
- }).map(function (json) {
- return json.inputs.map(function (input) {
- return input.type;
- });
- }).map(function (types) {
- return coder.encodeParams(types, params);
- })[0] || '';
-};
-
-/**
- * Should be called to add functions to contract object
- *
- * @method addFunctionsToContract
- * @param {Contract} contract
- * @param {Array} abi
- */
-var addFunctionsToContract = function (contract) {
- contract.abi.filter(function (json) {
- return json.type === 'function';
- }).map(function (json) {
- return new SolidityFunction(contract._eth, json, contract.address);
- }).forEach(function (f) {
- f.attachToContract(contract);
- });
-};
-
-/**
- * Should be called to add events to contract object
- *
- * @method addEventsToContract
- * @param {Contract} contract
- * @param {Array} abi
- */
-var addEventsToContract = function (contract) {
- var events = contract.abi.filter(function (json) {
- return json.type === 'event';
- });
-
- var All = new AllEvents(contract._eth._requestManager, events, contract.address);
- All.attachToContract(contract);
-
- events.map(function (json) {
- return new SolidityEvent(contract._eth._requestManager, json, contract.address);
- }).forEach(function (e) {
- e.attachToContract(contract);
- });
-};
-
-
-/**
- * Should be called to check if the contract gets properly deployed on the blockchain.
- *
- * @method checkForContractAddress
- * @param {Object} contract
- * @param {Function} callback
- * @returns {Undefined}
- */
-var checkForContractAddress = function(contract, callback){
- var count = 0,
- callbackFired = false;
-
- // wait for receipt
- var filter = contract._eth.filter('latest', function(e){
- if (!e && !callbackFired) {
- count++;
-
- // stop watching after 50 blocks (timeout)
- if (count > 50) {
-
- filter.stopWatching(function() {});
- callbackFired = true;
-
- if (callback)
- callback(new Error('Contract transaction couldn\'t be found after 50 blocks'));
- else
- throw new Error('Contract transaction couldn\'t be found after 50 blocks');
-
-
- } else {
-
- contract._eth.getTransactionReceipt(contract.transactionHash, function(e, receipt){
- if(receipt && !callbackFired) {
-
- contract._eth.getCode(receipt.contractAddress, function(e, code){
- /*jshint maxcomplexity: 6 */
-
- if(callbackFired || !code)
- return;
-
- filter.stopWatching(function() {});
- callbackFired = true;
-
- if(code.length > 3) {
-
- // console.log('Contract code deployed!');
-
- contract.address = receipt.contractAddress;
-
- // attach events and methods again after we have
- addFunctionsToContract(contract);
- addEventsToContract(contract);
-
- // call callback for the second time
- if(callback)
- callback(null, contract);
-
- } else {
- if(callback)
- callback(new Error('The contract code couldn\'t be stored, please check your gas amount.'));
- else
- throw new Error('The contract code couldn\'t be stored, please check your gas amount.');
- }
- });
- }
- });
- }
- }
- });
-};
-
-/**
- * Should be called to create new ContractFactory instance
- *
- * @method ContractFactory
- * @param {Array} abi
- */
-var ContractFactory = function (eth, abi) {
- this.eth = eth;
- this.abi = abi;
-
- /**
- * Should be called to create new contract on a blockchain
- *
- * @method new
- * @param {Any} contract constructor param1 (optional)
- * @param {Any} contract constructor param2 (optional)
- * @param {Object} contract transaction object (required)
- * @param {Function} callback
- * @returns {Contract} returns contract instance
- */
- this.new = function () {
- /*jshint maxcomplexity: 7 */
-
- var contract = new Contract(this.eth, this.abi);
-
- // parse arguments
- var options = {}; // required!
- var callback;
-
- var args = Array.prototype.slice.call(arguments);
- if (utils.isFunction(args[args.length - 1])) {
- callback = args.pop();
- }
-
- var last = args[args.length - 1];
- if (utils.isObject(last) && !utils.isArray(last)) {
- options = args.pop();
- }
-
- if (options.value > 0) {
- var constructorAbi = abi.filter(function (json) {
- return json.type === 'constructor' && json.inputs.length === args.length;
- })[0] || {};
-
- if (!constructorAbi.payable) {
- throw new Error('Cannot send value to non-payable constructor');
- }
- }
-
- var bytes = encodeConstructorParams(this.abi, args);
- options.data += bytes;
-
- if (callback) {
-
- // wait for the contract address adn check if the code was deployed
- this.eth.sendTransaction(options, function (err, hash) {
- if (err) {
- callback(err);
- } else {
- // add the transaction hash
- contract.transactionHash = hash;
-
- // call callback for the first time
- callback(null, contract);
-
- checkForContractAddress(contract, callback);
- }
- });
- } else {
- var hash = this.eth.sendTransaction(options);
- // add the transaction hash
- contract.transactionHash = hash;
- checkForContractAddress(contract);
- }
-
- return contract;
- };
-
- this.new.getData = this.getData.bind(this);
-};
-
-/**
- * Should be called to create new ContractFactory
- *
- * @method contract
- * @param {Array} abi
- * @returns {ContractFactory} new contract factory
- */
-//var contract = function (abi) {
- //return new ContractFactory(abi);
-//};
-
-
-
-/**
- * Should be called to get access to existing contract on a blockchain
- *
- * @method at
- * @param {Address} contract address (required)
- * @param {Function} callback {optional)
- * @returns {Contract} returns contract if no callback was passed,
- * otherwise calls callback function (err, contract)
- */
-ContractFactory.prototype.at = function (address, callback) {
- var contract = new Contract(this.eth, this.abi, address);
-
- // this functions are not part of prototype,
- // because we dont want to spoil the interface
- addFunctionsToContract(contract);
- addEventsToContract(contract);
-
- if (callback) {
- callback(null, contract);
- }
- return contract;
-};
-
-/**
- * Gets the data, which is data to deploy plus constructor params
- *
- * @method getData
- */
-ContractFactory.prototype.getData = function () {
- var options = {}; // required!
- var args = Array.prototype.slice.call(arguments);
-
- var last = args[args.length - 1];
- if (utils.isObject(last) && !utils.isArray(last)) {
- options = args.pop();
- }
-
- var bytes = encodeConstructorParams(this.abi, args);
- options.data += bytes;
-
- return options.data;
-};
-
-/**
- * Should be called to create new contract instance
- *
- * @method Contract
- * @param {Array} abi
- * @param {Address} contract address
- */
-var Contract = function (eth, abi, address) {
- this._eth = eth;
- this.transactionHash = null;
- this.address = address;
- this.abi = abi;
-};
-
-module.exports = ContractFactory;
-
-},{"../solidity/coder":7,"../utils/utils":20,"./allevents":23,"./event":27,"./function":31}],26:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file errors.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-module.exports = {
- InvalidNumberOfSolidityArgs: function () {
- return new Error('Invalid number of arguments to Solidity function');
- },
- InvalidNumberOfRPCParams: function () {
- return new Error('Invalid number of input parameters to RPC method');
- },
- InvalidConnection: function (host){
- return new Error('CONNECTION ERROR: Couldn\'t connect to node '+ host +'.');
- },
- InvalidProvider: function () {
- return new Error('Provider not set or invalid');
- },
- InvalidResponse: function (result){
- var message = !!result && !!result.error && !!result.error.message ? result.error.message : 'Invalid JSON RPC response: ' + JSON.stringify(result);
- return new Error(message);
- },
- ConnectionTimeout: function (ms){
- return new Error('CONNECTION TIMEOUT: timeout of ' + ms + ' ms achived');
- }
-};
-
-},{}],27:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file event.js
- * @author Marek Kotewicz
- * @date 2014
- */
-
-var utils = require('../utils/utils');
-var coder = require('../solidity/coder');
-var formatters = require('./formatters');
-var sha3 = require('../utils/sha3');
-var Filter = require('./filter');
-var watches = require('./methods/watches');
-
-/**
- * This prototype should be used to create event filters
- */
-var SolidityEvent = function (requestManager, json, address) {
- this._requestManager = requestManager;
- this._params = json.inputs;
- this._name = utils.transformToFullName(json);
- this._address = address;
- this._anonymous = json.anonymous;
-};
-
-/**
- * Should be used to get filtered param types
- *
- * @method types
- * @param {Bool} decide if returned typed should be indexed
- * @return {Array} array of types
- */
-SolidityEvent.prototype.types = function (indexed) {
- return this._params.filter(function (i) {
- return i.indexed === indexed;
- }).map(function (i) {
- return i.type;
- });
-};
-
-/**
- * Should be used to get event display name
- *
- * @method displayName
- * @return {String} event display name
- */
-SolidityEvent.prototype.displayName = function () {
- return utils.extractDisplayName(this._name);
-};
-
-/**
- * Should be used to get event type name
- *
- * @method typeName
- * @return {String} event type name
- */
-SolidityEvent.prototype.typeName = function () {
- return utils.extractTypeName(this._name);
-};
-
-/**
- * Should be used to get event signature
- *
- * @method signature
- * @return {String} event signature
- */
-SolidityEvent.prototype.signature = function () {
- return sha3(this._name);
-};
-
-/**
- * Should be used to encode indexed params and options to one final object
- *
- * @method encode
- * @param {Object} indexed
- * @param {Object} options
- * @return {Object} everything combined together and encoded
- */
-SolidityEvent.prototype.encode = function (indexed, options) {
- indexed = indexed || {};
- options = options || {};
- var result = {};
-
- ['fromBlock', 'toBlock'].filter(function (f) {
- return options[f] !== undefined;
- }).forEach(function (f) {
- result[f] = formatters.inputBlockNumberFormatter(options[f]);
- });
-
- result.topics = [];
-
- result.address = this._address;
- if (!this._anonymous) {
- result.topics.push('0x' + this.signature());
- }
-
- var indexedTopics = this._params.filter(function (i) {
- return i.indexed === true;
- }).map(function (i) {
- var value = indexed[i.name];
- if (value === undefined || value === null) {
- return null;
- }
-
- if (utils.isArray(value)) {
- return value.map(function (v) {
- return '0x' + coder.encodeParam(i.type, v);
- });
- }
- return '0x' + coder.encodeParam(i.type, value);
- });
-
- result.topics = result.topics.concat(indexedTopics);
-
- return result;
-};
-
-/**
- * Should be used to decode indexed params and options
- *
- * @method decode
- * @param {Object} data
- * @return {Object} result object with decoded indexed && not indexed params
- */
-SolidityEvent.prototype.decode = function (data) {
-
- data.data = data.data || '';
- data.topics = data.topics || [];
-
- var argTopics = this._anonymous ? data.topics : data.topics.slice(1);
- var indexedData = argTopics.map(function (topics) { return topics.slice(2); }).join("");
- var indexedParams = coder.decodeParams(this.types(true), indexedData);
-
- var notIndexedData = data.data.slice(2);
- var notIndexedParams = coder.decodeParams(this.types(false), notIndexedData);
-
- var result = formatters.outputLogFormatter(data);
- result.event = this.displayName();
- result.address = data.address;
-
- result.args = this._params.reduce(function (acc, current) {
- acc[current.name] = current.indexed ? indexedParams.shift() : notIndexedParams.shift();
- return acc;
- }, {});
-
- delete result.data;
- delete result.topics;
-
- return result;
-};
-
-/**
- * Should be used to create new filter object from event
- *
- * @method execute
- * @param {Object} indexed
- * @param {Object} options
- * @return {Object} filter object
- */
-SolidityEvent.prototype.execute = function (indexed, options, callback) {
-
- if (utils.isFunction(arguments[arguments.length - 1])) {
- callback = arguments[arguments.length - 1];
- if(arguments.length === 2)
- options = null;
- if(arguments.length === 1) {
- options = null;
- indexed = {};
- }
- }
-
- var o = this.encode(indexed, options);
- var formatter = this.decode.bind(this);
- return new Filter(o, 'eth', this._requestManager, watches.eth(), formatter, callback);
-};
-
-/**
- * Should be used to attach event to contract object
- *
- * @method attachToContract
- * @param {Contract}
- */
-SolidityEvent.prototype.attachToContract = function (contract) {
- var execute = this.execute.bind(this);
- var displayName = this.displayName();
- if (!contract[displayName]) {
- contract[displayName] = execute;
- }
- contract[displayName][this.typeName()] = this.execute.bind(this, contract);
-};
-
-module.exports = SolidityEvent;
-
-
-},{"../solidity/coder":7,"../utils/sha3":19,"../utils/utils":20,"./filter":29,"./formatters":30,"./methods/watches":43}],28:[function(require,module,exports){
-var formatters = require('./formatters');
-var utils = require('./../utils/utils');
-var Method = require('./method');
-var Property = require('./property');
-
-// TODO: refactor, so the input params are not altered.
-// it's necessary to make same 'extension' work with multiple providers
-var extend = function (web3) {
- /* jshint maxcomplexity:5 */
- var ex = function (extension) {
-
- var extendedObject;
- if (extension.property) {
- if (!web3[extension.property]) {
- web3[extension.property] = {};
- }
- extendedObject = web3[extension.property];
- } else {
- extendedObject = web3;
- }
-
- if (extension.methods) {
- extension.methods.forEach(function (method) {
- method.attachToObject(extendedObject);
- method.setRequestManager(web3._requestManager);
- });
- }
-
- if (extension.properties) {
- extension.properties.forEach(function (property) {
- property.attachToObject(extendedObject);
- property.setRequestManager(web3._requestManager);
- });
- }
- };
-
- ex.formatters = formatters;
- ex.utils = utils;
- ex.Method = Method;
- ex.Property = Property;
-
- return ex;
-};
-
-
-
-module.exports = extend;
-
-
-},{"./../utils/utils":20,"./formatters":30,"./method":36,"./property":45}],29:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/** @file filter.js
- * @authors:
- * Jeffrey Wilcke
- * Marek Kotewicz
- * Marian Oancea
- * Fabian Vogelsteller
- * Gav Wood
- * @date 2014
- */
-
-var formatters = require('./formatters');
-var utils = require('../utils/utils');
-
-/**
-* Converts a given topic to a hex string, but also allows null values.
-*
-* @param {Mixed} value
-* @return {String}
-*/
-var toTopic = function(value){
-
- if(value === null || typeof value === 'undefined')
- return null;
-
- value = String(value);
-
- if(value.indexOf('0x') === 0)
- return value;
- else
- return utils.fromUtf8(value);
-};
-
-/// This method should be called on options object, to verify deprecated properties && lazy load dynamic ones
-/// @param should be string or object
-/// @returns options string or object
-var getOptions = function (options, type) {
- /*jshint maxcomplexity: 6 */
-
- if (utils.isString(options)) {
- return options;
- }
-
- options = options || {};
-
-
- switch(type) {
- case 'eth':
-
- // make sure topics, get converted to hex
- options.topics = options.topics || [];
- options.topics = options.topics.map(function(topic){
- return (utils.isArray(topic)) ? topic.map(toTopic) : toTopic(topic);
- });
-
- return {
- topics: options.topics,
- from: options.from,
- to: options.to,
- address: options.address,
- fromBlock: formatters.inputBlockNumberFormatter(options.fromBlock),
- toBlock: formatters.inputBlockNumberFormatter(options.toBlock)
- };
- case 'shh':
- return options;
- }
-};
-
-/**
-Adds the callback and sets up the methods, to iterate over the results.
-
-@method getLogsAtStart
-@param {Object} self
-@param {function} callback
-*/
-var getLogsAtStart = function(self, callback){
- // call getFilterLogs for the first watch callback start
- if (!utils.isString(self.options)) {
- self.get(function (err, messages) {
- // don't send all the responses to all the watches again... just to self one
- if (err) {
- callback(err);
- }
-
- if(utils.isArray(messages)) {
- messages.forEach(function (message) {
- callback(null, message);
- });
- }
- });
- }
-};
-
-/**
-Adds the callback and sets up the methods, to iterate over the results.
-
-@method pollFilter
-@param {Object} self
-*/
-var pollFilter = function(self) {
-
- var onMessage = function (error, messages) {
- if (error) {
- return self.callbacks.forEach(function (callback) {
- callback(error);
- });
- }
-
- if(utils.isArray(messages)) {
- messages.forEach(function (message) {
- message = self.formatter ? self.formatter(message) : message;
- self.callbacks.forEach(function (callback) {
- callback(null, message);
- });
- });
- }
- };
-
- self.requestManager.startPolling({
- method: self.implementation.poll.call,
- params: [self.filterId],
- }, self.filterId, onMessage, self.stopWatching.bind(self));
-
-};
-
-var Filter = function (options, type, requestManager, methods, formatter, callback, filterCreationErrorCallback) {
- var self = this;
- var implementation = {};
- methods.forEach(function (method) {
- method.setRequestManager(requestManager);
- method.attachToObject(implementation);
- });
- this.requestManager = requestManager;
- this.options = getOptions(options, type);
- this.implementation = implementation;
- this.filterId = null;
- this.callbacks = [];
- this.getLogsCallbacks = [];
- this.pollFilters = [];
- this.formatter = formatter;
- this.implementation.newFilter(this.options, function(error, id){
- if(error) {
- self.callbacks.forEach(function(cb){
- cb(error);
- });
- if (typeof filterCreationErrorCallback === 'function') {
- filterCreationErrorCallback(error);
- }
- } else {
- self.filterId = id;
-
- // check if there are get pending callbacks as a consequence
- // of calling get() with filterId unassigned.
- self.getLogsCallbacks.forEach(function (cb){
- self.get(cb);
- });
- self.getLogsCallbacks = [];
-
- // get filter logs for the already existing watch calls
- self.callbacks.forEach(function(cb){
- getLogsAtStart(self, cb);
- });
- if(self.callbacks.length > 0)
- pollFilter(self);
-
- // start to watch immediately
- if(typeof callback === 'function') {
- return self.watch(callback);
- }
- }
- });
-
- return this;
-};
-
-Filter.prototype.watch = function (callback) {
- this.callbacks.push(callback);
-
- if(this.filterId) {
- getLogsAtStart(this, callback);
- pollFilter(this);
- }
-
- return this;
-};
-
-Filter.prototype.stopWatching = function (callback) {
- this.requestManager.stopPolling(this.filterId);
- this.callbacks = [];
- // remove filter async
- if (callback) {
- this.implementation.uninstallFilter(this.filterId, callback);
- } else {
- return this.implementation.uninstallFilter(this.filterId);
- }
-};
-
-Filter.prototype.get = function (callback) {
- var self = this;
- if (utils.isFunction(callback)) {
- if (this.filterId === null) {
- // If filterId is not set yet, call it back
- // when newFilter() assigns it.
- this.getLogsCallbacks.push(callback);
- } else {
- this.implementation.getLogs(this.filterId, function(err, res){
- if (err) {
- callback(err);
- } else {
- callback(null, res.map(function (log) {
- return self.formatter ? self.formatter(log) : log;
- }));
- }
- });
- }
- } else {
- if (this.filterId === null) {
- throw new Error('Filter ID Error: filter().get() can\'t be chained synchronous, please provide a callback for the get() method.');
- }
- var logs = this.implementation.getLogs(this.filterId);
- return logs.map(function (log) {
- return self.formatter ? self.formatter(log) : log;
- });
- }
-
- return this;
-};
-
-module.exports = Filter;
-
-
-},{"../utils/utils":20,"./formatters":30}],30:[function(require,module,exports){
-'use strict'
-
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file formatters.js
- * @author Marek Kotewicz
- * @author Fabian Vogelsteller
- * @date 2015
- */
-
-var utils = require('../utils/utils');
-var config = require('../utils/config');
-var Iban = require('./iban');
-
-/**
- * Should the format output to a big number
- *
- * @method outputBigNumberFormatter
- * @param {String|Number|BigNumber}
- * @returns {BigNumber} object
- */
-var outputBigNumberFormatter = function (number) {
- return utils.toBigNumber(number);
-};
-
-var isPredefinedBlockNumber = function (blockNumber) {
- return blockNumber === 'latest' || blockNumber === 'pending' || blockNumber === 'earliest';
-};
-
-var inputDefaultBlockNumberFormatter = function (blockNumber) {
- if (blockNumber === undefined) {
- return config.defaultBlock;
- }
- return inputBlockNumberFormatter(blockNumber);
-};
-
-var inputBlockNumberFormatter = function (blockNumber) {
- if (blockNumber === undefined) {
- return undefined;
- } else if (isPredefinedBlockNumber(blockNumber)) {
- return blockNumber;
- }
- return utils.toHex(blockNumber);
-};
-
-var inputEpochNumberFormatter = function (epochNumber) {
- if (epochNumber === undefined || epochNumber === "latest") {
- return "latest";
- }
- return utils.toHex(epochNumber);
-};
-
-/**
- * Formats the input of a transaction and converts all values to HEX
- *
- * @method inputCallFormatter
- * @param {Object} transaction options
- * @returns object
-*/
-var inputCallFormatter = function (options){
-
- options.from = options.from || config.defaultAccount;
-
- if (options.from) {
- options.from = inputAddressFormatter(options.from);
- }
-
- if (options.to) { // it might be contract creation
- options.to = inputAddressFormatter(options.to);
- }
-
- ['gasPrice', 'gas', 'value', 'nonce'].filter(function (key) {
- return options[key] !== undefined;
- }).forEach(function(key){
- options[key] = utils.fromDecimal(options[key]);
- });
-
- return options;
-};
-
-/**
- * Formats the input of a transaction and converts all values to HEX
- *
- * @method inputTransactionFormatter
- * @param {Object} transaction options
- * @returns object
-*/
-var inputTransactionFormatter = function (options){
-
- options.from = options.from || config.defaultAccount;
- options.from = inputAddressFormatter(options.from);
-
- if (options.to) { // it might be contract creation
- options.to = inputAddressFormatter(options.to);
- }
-
- ['gasPrice', 'gas', 'value', 'nonce'].filter(function (key) {
- return options[key] !== undefined;
- }).forEach(function(key){
- options[key] = utils.fromDecimal(options[key]);
- });
-
- return options;
-};
-
-/**
- * Formats the output of a transaction to its proper values
- *
- * @method outputTransactionFormatter
- * @param {Object} tx
- * @returns {Object}
-*/
-var outputTransactionFormatter = function (tx){
- if(tx.blockNumber !== null)
- tx.blockNumber = utils.toDecimal(tx.blockNumber);
- if(tx.transactionIndex !== null)
- tx.transactionIndex = utils.toDecimal(tx.transactionIndex);
- tx.nonce = utils.toDecimal(tx.nonce);
- tx.gas = utils.toDecimal(tx.gas);
- tx.gasPrice = utils.toBigNumber(tx.gasPrice);
- tx.value = utils.toBigNumber(tx.value);
- return tx;
-};
-
-/**
- * Formats the output of a transaction receipt to its proper values
- *
- * @method outputTransactionReceiptFormatter
- * @param {Object} receipt
- * @returns {Object}
-*/
-var outputTransactionReceiptFormatter = function (receipt){
- if(receipt.blockNumber !== null)
- receipt.blockNumber = utils.toDecimal(receipt.blockNumber);
- if(receipt.transactionIndex !== null)
- receipt.transactionIndex = utils.toDecimal(receipt.transactionIndex);
- receipt.cumulativeGasUsed = utils.toDecimal(receipt.cumulativeGasUsed);
- receipt.gasUsed = utils.toDecimal(receipt.gasUsed);
-
- if(utils.isArray(receipt.logs)) {
- receipt.logs = receipt.logs.map(function(log){
- return outputLogFormatter(log);
- });
- }
-
- return receipt;
-};
-
-/**
- * Formats the output of a block to its proper values
- *
- * @method outputBlockFormatter
- * @param {Object} block
- * @returns {Object}
-*/
-var outputBlockFormatter = function(block) {
-
- // transform to number
- block.gasLimit = utils.toDecimal(block.gasLimit);
- block.gasUsed = utils.toDecimal(block.gasUsed);
- block.size = utils.toDecimal(block.size);
- block.timestamp = utils.toDecimal(block.timestamp);
- if(block.number !== null)
- block.number = utils.toDecimal(block.number);
-
- block.difficulty = utils.toBigNumber(block.difficulty);
- block.totalDifficulty = utils.toBigNumber(block.totalDifficulty);
-
- if (utils.isArray(block.transactions)) {
- block.transactions.forEach(function(item){
- if(!utils.isString(item))
- return outputTransactionFormatter(item);
- });
- }
-
- return block;
-};
-/**
- * Formats the output of a blockSigner list
- *
- * @method outputBlockFormatter
- * @param {Object} blockSigners
- * @returns {Object}
- */
-var outputBlockSignersFormatter = function(blockSigners) {
- if (utils.isArray(blockSigners)) {
- blockSigners.forEach(function(item){
- if(!utils.isString(item))
- return formatOutputAddress(item);
- });
- }
- return blockSigners;
-};
-
-/**
- * Formats the output of a log
- *
- * @method outputLogFormatter
- * @param {Object} log object
- * @returns {Object} log
-*/
-var outputLogFormatter = function(log) {
- if(log.blockNumber)
- log.blockNumber = utils.toDecimal(log.blockNumber);
- if(log.transactionIndex)
- log.transactionIndex = utils.toDecimal(log.transactionIndex);
- if(log.logIndex)
- log.logIndex = utils.toDecimal(log.logIndex);
-
- return log;
-};
-
-/**
- * Formats the input of a whisper post and converts all values to HEX
- *
- * @method inputPostFormatter
- * @param {Object} transaction object
- * @returns {Object}
-*/
-var inputPostFormatter = function(post) {
-
- // post.payload = utils.toHex(post.payload);
- post.ttl = utils.fromDecimal(post.ttl);
- post.workToProve = utils.fromDecimal(post.workToProve);
- post.priority = utils.fromDecimal(post.priority);
-
- // fallback
- if (!utils.isArray(post.topics)) {
- post.topics = post.topics ? [post.topics] : [];
- }
-
- // format the following options
- post.topics = post.topics.map(function(topic){
- // convert only if not hex
- return (topic.indexOf('0x') === 0) ? topic : utils.fromUtf8(topic);
- });
-
- return post;
-};
-
-/**
- * Formats the output of a received post message
- *
- * @method outputPostFormatter
- * @param {Object}
- * @returns {Object}
- */
-var outputPostFormatter = function(post){
-
- post.expiry = utils.toDecimal(post.expiry);
- post.sent = utils.toDecimal(post.sent);
- post.ttl = utils.toDecimal(post.ttl);
- post.workProved = utils.toDecimal(post.workProved);
- // post.payloadRaw = post.payload;
- // post.payload = utils.toAscii(post.payload);
-
- // if (utils.isJson(post.payload)) {
- // post.payload = JSON.parse(post.payload);
- // }
-
- // format the following options
- if (!post.topics) {
- post.topics = [];
- }
- post.topics = post.topics.map(function(topic){
- return utils.toAscii(topic);
- });
-
- return post;
-};
-
-var inputAddressFormatter = function (address) {
- var iban = new Iban(address);
- if (iban.isValid() && iban.isDirect()) {
- return '0x' + iban.address();
- } else if (utils.isStrictAddress(address)) {
- return address;
- } else if (utils.isAddress(address)) {
- return '0x' + address;
- }
- throw new Error('invalid address');
-};
-
-
-var outputSyncingFormatter = function(result) {
- if (!result) {
- return result;
- }
-
- result.startingBlock = utils.toDecimal(result.startingBlock);
- result.currentBlock = utils.toDecimal(result.currentBlock);
- result.highestBlock = utils.toDecimal(result.highestBlock);
- if (result.knownStates) {
- result.knownStates = utils.toDecimal(result.knownStates);
- result.pulledStates = utils.toDecimal(result.pulledStates);
- }
-
- return result;
-};
-
-module.exports = {
- inputDefaultBlockNumberFormatter: inputDefaultBlockNumberFormatter,
- inputBlockNumberFormatter: inputBlockNumberFormatter,
- inputEpochNumberFormatter: inputEpochNumberFormatter,
- inputCallFormatter: inputCallFormatter,
- inputTransactionFormatter: inputTransactionFormatter,
- inputAddressFormatter: inputAddressFormatter,
- inputPostFormatter: inputPostFormatter,
- outputBigNumberFormatter: outputBigNumberFormatter,
- outputTransactionFormatter: outputTransactionFormatter,
- outputTransactionReceiptFormatter: outputTransactionReceiptFormatter,
- outputBlockFormatter: outputBlockFormatter,
- outputBlockSignersFormatter: outputBlockSignersFormatter,
- outputLogFormatter: outputLogFormatter,
- outputPostFormatter: outputPostFormatter,
- outputSyncingFormatter: outputSyncingFormatter
-};
-
-
-},{"../utils/config":18,"../utils/utils":20,"./iban":33}],31:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file function.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var coder = require('../solidity/coder');
-var utils = require('../utils/utils');
-var errors = require('./errors');
-var formatters = require('./formatters');
-var sha3 = require('../utils/sha3');
-
-/**
- * This prototype should be used to call/sendTransaction to solidity functions
- */
-var SolidityFunction = function (eth, json, address) {
- this._eth = eth;
- this._inputTypes = json.inputs.map(function (i) {
- return i.type;
- });
- this._outputTypes = json.outputs.map(function (i) {
- return i.type;
- });
- this._constant = json.constant;
- this._payable = json.payable;
- this._name = utils.transformToFullName(json);
- this._address = address;
-};
-
-SolidityFunction.prototype.extractCallback = function (args) {
- if (utils.isFunction(args[args.length - 1])) {
- return args.pop(); // modify the args array!
- }
-};
-
-SolidityFunction.prototype.extractDefaultBlock = function (args) {
- if (args.length > this._inputTypes.length && !utils.isObject(args[args.length -1])) {
- return formatters.inputDefaultBlockNumberFormatter(args.pop()); // modify the args array!
- }
-};
-
-/**
- * Should be called to check if the number of arguments is correct
- *
- * @method validateArgs
- * @param {Array} arguments
- * @throws {Error} if it is not
- */
-SolidityFunction.prototype.validateArgs = function (args) {
- var inputArgs = args.filter(function (a) {
- // filter the options object but not arguments that are arrays
- return !( (utils.isObject(a) === true) &&
- (utils.isArray(a) === false) &&
- (utils.isBigNumber(a) === false)
- );
- });
- if (inputArgs.length !== this._inputTypes.length) {
- throw errors.InvalidNumberOfSolidityArgs();
- }
-};
-
-/**
- * Should be used to create payload from arguments
- *
- * @method toPayload
- * @param {Array} solidity function params
- * @param {Object} optional payload options
- */
-SolidityFunction.prototype.toPayload = function (args) {
- var options = {};
- if (args.length > this._inputTypes.length && utils.isObject(args[args.length -1])) {
- options = args[args.length - 1];
- }
- this.validateArgs(args);
- options.to = this._address;
- options.data = '0x' + this.signature() + coder.encodeParams(this._inputTypes, args);
- return options;
-};
-
-/**
- * Should be used to get function signature
- *
- * @method signature
- * @return {String} function signature
- */
-SolidityFunction.prototype.signature = function () {
- return sha3(this._name).slice(0, 8);
-};
-
-
-SolidityFunction.prototype.unpackOutput = function (output) {
- if (!output) {
- return;
- }
-
- output = output.length >= 2 ? output.slice(2) : output;
- var result = coder.decodeParams(this._outputTypes, output);
- return result.length === 1 ? result[0] : result;
-};
-
-/**
- * Calls a contract function.
- *
- * @method call
- * @param {...Object} Contract function arguments
- * @param {function} If the last argument is a function, the contract function
- * call will be asynchronous, and the callback will be passed the
- * error and result.
- * @return {String} output bytes
- */
-SolidityFunction.prototype.call = function () {
- var args = Array.prototype.slice.call(arguments).filter(function (a) {return a !== undefined; });
- var callback = this.extractCallback(args);
- var defaultBlock = this.extractDefaultBlock(args);
- var payload = this.toPayload(args);
-
-
- if (!callback) {
- var output = this._eth.call(payload, defaultBlock);
- return this.unpackOutput(output);
- }
-
- var self = this;
- this._eth.call(payload, defaultBlock, function (error, output) {
- if (error) return callback(error, null);
-
- var unpacked = null;
- try {
- unpacked = self.unpackOutput(output);
- }
- catch (e) {
- error = e;
- }
-
- callback(error, unpacked);
- });
-};
-
-/**
- * Should be used to sendTransaction to solidity function
- *
- * @method sendTransaction
- */
-SolidityFunction.prototype.sendTransaction = function () {
- var args = Array.prototype.slice.call(arguments).filter(function (a) {return a !== undefined; });
- var callback = this.extractCallback(args);
- var payload = this.toPayload(args);
-
- if (payload.value > 0 && !this._payable) {
- throw new Error('Cannot send value to non-payable function');
- }
-
- if (!callback) {
- return this._eth.sendTransaction(payload);
- }
-
- this._eth.sendTransaction(payload, callback);
-};
-
-/**
- * Should be used to estimateGas of solidity function
- *
- * @method estimateGas
- */
-SolidityFunction.prototype.estimateGas = function () {
- var args = Array.prototype.slice.call(arguments);
- var callback = this.extractCallback(args);
- var payload = this.toPayload(args);
-
- if (!callback) {
- return this._eth.estimateGas(payload);
- }
-
- this._eth.estimateGas(payload, callback);
-};
-
-/**
- * Return the encoded data of the call
- *
- * @method getData
- * @return {String} the encoded data
- */
-SolidityFunction.prototype.getData = function () {
- var args = Array.prototype.slice.call(arguments);
- var payload = this.toPayload(args);
-
- return payload.data;
-};
-
-/**
- * Should be used to get function display name
- *
- * @method displayName
- * @return {String} display name of the function
- */
-SolidityFunction.prototype.displayName = function () {
- return utils.extractDisplayName(this._name);
-};
-
-/**
- * Should be used to get function type name
- *
- * @method typeName
- * @return {String} type name of the function
- */
-SolidityFunction.prototype.typeName = function () {
- return utils.extractTypeName(this._name);
-};
-
-/**
- * Should be called to get rpc requests from solidity function
- *
- * @method request
- * @returns {Object}
- */
-SolidityFunction.prototype.request = function () {
- var args = Array.prototype.slice.call(arguments);
- var callback = this.extractCallback(args);
- var payload = this.toPayload(args);
- var format = this.unpackOutput.bind(this);
-
- return {
- method: this._constant ? 'eth_call' : 'eth_sendTransaction',
- callback: callback,
- params: [payload],
- format: format
- };
-};
-
-/**
- * Should be called to execute function
- *
- * @method execute
- */
-SolidityFunction.prototype.execute = function () {
- var transaction = !this._constant;
-
- // send transaction
- if (transaction) {
- return this.sendTransaction.apply(this, Array.prototype.slice.call(arguments));
- }
-
- // call
- return this.call.apply(this, Array.prototype.slice.call(arguments));
-};
-
-/**
- * Should be called to attach function to contract
- *
- * @method attachToContract
- * @param {Contract}
- */
-SolidityFunction.prototype.attachToContract = function (contract) {
- var execute = this.execute.bind(this);
- execute.request = this.request.bind(this);
- execute.call = this.call.bind(this);
- execute.sendTransaction = this.sendTransaction.bind(this);
- execute.estimateGas = this.estimateGas.bind(this);
- execute.getData = this.getData.bind(this);
- var displayName = this.displayName();
- if (!contract[displayName]) {
- contract[displayName] = execute;
- }
- contract[displayName][this.typeName()] = execute; // circular!!!!
-};
-
-module.exports = SolidityFunction;
-
-},{"../solidity/coder":7,"../utils/sha3":19,"../utils/utils":20,"./errors":26,"./formatters":30}],32:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/** @file httpprovider.js
- * @authors:
- * Marek Kotewicz
- * Marian Oancea
- * Fabian Vogelsteller
- * @date 2015
- */
-
-var errors = require('./errors');
-
-// workaround to use httpprovider in different envs
-
-// browser
-if (typeof window !== 'undefined' && window.XMLHttpRequest) {
- XMLHttpRequest = window.XMLHttpRequest; // jshint ignore: line
-// node
-} else {
- XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest; // jshint ignore: line
+func (fi bindataFileInfo) Name() string {
+ return fi.name
+}
+func (fi bindataFileInfo) Size() int64 {
+ return fi.size
+}
+func (fi bindataFileInfo) Mode() os.FileMode {
+ return fi.mode
+}
+func (fi bindataFileInfo) ModTime() time.Time {
+ return fi.modTime
+}
+func (fi bindataFileInfo) IsDir() bool {
+ return false
+}
+func (fi bindataFileInfo) Sys() interface{} {
+ return nil
}
-var XHR2 = require('xhr2'); // jshint ignore: line
+var _bignumberJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xbc\x6b\x77\x9b\xc8\x93\x38\xfc\x7e\x3f\x85\xc4\xc6\x9c\x6e\x53\x20\x90\x9d\x38\x86\x14\x9c\x4c\x62\xe7\xe7\x79\x1c\x3b\x4f\x9c\xcc\xcc\xae\xa2\xc9\x91\x51\x23\x75\x82\x40\xe1\x62\xc7\x09\xfe\x7d\xf6\xff\xa9\x6e\x40\xf2\x25\xbb\xb3\x6f\x2c\xe8\x4b\x75\x75\x75\xdd\xbb\xf0\x68\x77\x70\x29\x17\x59\xbd\xba\x14\x85\xf3\xa5\x1c\x5c\x8d\x1d\xd7\xd9\x1b\x2c\xab\x6a\x5d\xfa\xa3\xd1\x42\x56\xcb\xfa\xd2\x89\xf3\xd5\xe8\xad\xfc\x2a\xde\xc6\xe9\x68\x7b\xf8\xe8\xf4\xe4\xd5\xd1\xd9\xab\xa3\xc1\xee\xe8\x3f\x46\xbb\x83\x55\x3e\x97\x89\x14\xf3\xc1\xe5\xcd\xe0\x87\x48\xe5\x62\x50\xe5\x83\x44\x7e\x7f\x0c\x5c\x91\x5f\x8a\xa2\xfa\x5a\xc8\x95\xc8\x46\x79\x55\xe5\xff\x59\x88\x45\x9d\xce\x0a\x5b\x7c\x5f\x17\xa2\x2c\x65\x9e\xd9\x32\x8b\xf3\xd5\x7a\x56\xc9\x4b\x99\xca\xea\x86\x96\x19\x26\x75\x16\x57\x32\xcf\x98\xe0\x3f\x8d\xba\x14\x83\xb2\x2a\x64\x5c\x19\x41\xd7\x31\x50\x5d\xfd\xdb\x8c\x09\xc8\xf8\xcf\xab\x59\x31\xa8\xa0\x00\x09\x39\xd4\x50\x42\x82\xd5\x52\x96\x81\x4c\xd8\x90\x25\x03\x99\x95\xd5\x2c\x8b\x45\x9e\x0c\x66\x9c\x17\xa2\xaa\x8b\x6c\xf0\xc5\x34\x4f\xd9\xf8\x19\x18\x71\x9e\x95\x55\x51\xc7\x55\x5e\x0c\xe2\x59\x9a\x0e\xae\x65\xb5\xcc\xeb\x6a\x90\x89\x6b\x03\x04\x87\x4c\x5c\xb7\xeb\x10\xc0\xac\x4e\xd3\x21\x66\xa6\xf9\x2f\x96\xc1\x18\x9e\xed\xc3\x5b\x30\x2e\x67\xa5\x30\x38\xff\x49\xfd\xe8\x36\x19\x94\x28\x2c\xc3\x00\xcf\x45\xcc\xba\x15\x13\x6c\x21\xdd\x41\x28\x12\x7e\xc9\xe1\x23\x4b\xe0\x9d\x95\x38\xc2\xf2\xe0\xab\x5a\x87\xe5\x68\xe8\xa3\x30\x10\xab\x9b\x35\x0d\x16\xdc\x34\xdd\x5d\x31\x44\xb7\x69\x86\x04\xec\xbd\x58\x1c\x7d\x5f\x33\xe3\x6f\x3b\x32\x2c\x56\xa1\x31\x31\xac\x73\xa7\x4c\x65\x2c\x98\x0b\x19\xb7\x8c\xa9\x65\x70\xcb\x60\x91\xff\xe9\x93\x63\x58\x95\x65\xf0\xe8\x89\x01\x7b\x07\x61\x16\x19\xd2\xf0\x0d\x83\x3b\x95\x28\x2b\x56\xf6\x84\x59\xb0\x04\x4a\xc8\x69\xbb\x79\xc4\x12\xa7\x44\x37\xf4\x46\x22\x62\x25\x96\x2d\x68\x8f\x83\xed\x71\xdf\x83\x2f\xa6\x59\x3a\x85\x58\xa7\xb3\x58\xb0\xd1\xdf\xee\x27\xc7\xdd\x6d\x3e\x39\x23\x20\xb8\xa9\xc8\x16\xd5\x32\xf4\x9e\x12\xa5\xdf\xc2\x25\xd1\x32\xc7\xa1\xc7\x7d\x02\xba\xff\x14\x11\x4b\x27\x5e\xce\x8a\x57\xf9\x5c\xbc\xac\x98\xcb\x1f\x5d\xa3\xc4\xd7\xac\x04\xcf\x85\x0c\x12\xa7\xe4\xb7\x22\x2d\x05\x11\xfa\x2e\x19\x7b\x22\x3b\x25\x0a\xa7\x84\xc4\x11\x28\x1c\x01\x89\x13\x23\xa3\xc7\x98\x47\xa2\x05\xcd\x7d\x01\x57\xb9\x9c\xb3\xb7\xe8\xfe\x6f\xb4\x46\x74\xd5\xb1\x6e\xd1\x41\xa0\x2d\x5a\xdc\x04\x22\xfe\xfb\xdf\xc4\x90\x79\xc1\x0a\x74\x41\xa2\x08\x64\x88\x9e\x1b\xc8\x11\x7a\x2e\x14\x96\xc5\x83\x1e\x35\x81\x85\x42\x68\x22\xa6\x1b\x04\x6e\x35\xaf\xf4\xfb\x1a\xae\xdb\x13\x51\xcd\xf7\x8f\x85\x07\xff\x17\xe2\xdd\xde\x12\x62\xac\xc0\xd2\x91\xd9\x5c\x7c\x3f\x4f\x98\xe1\x18\x9c\x87\xb6\x67\x9a\x6a\x7c\x77\x78\x86\x63\xd0\xa1\x71\x60\x92\xa0\x88\x59\x11\x2f\xd9\x48\x8c\x24\xe7\xa1\x1b\x31\x37\x2c\x4c\x93\x15\x28\x39\x14\x16\x5a\xdd\x3a\xd2\xf2\x38\xa8\x65\xeb\x4b\x92\xd4\x6c\xc1\x5c\x90\x9c\xfb\xdd\xf8\xb2\xe5\x02\x0e\x12\xdd\x60\xff\xf9\x7d\xb4\x25\x0f\x24\x91\x88\xd0\xac\xfb\xd1\x8f\x0c\xb4\xed\x9a\x07\xea\xb0\x36\xbb\x94\x50\x5b\x1e\xe7\x32\xd9\x9a\x0a\xb9\x69\x7e\x31\xcd\x7a\x8b\xed\x12\xa7\xdc\x15\x1c\x0a\x2c\x6c\x69\x7b\x50\x84\x3f\x38\x1d\x02\x1d\x07\x09\x73\x40\x84\x1f\xc8\x84\xbd\x09\x0b\xd5\x31\xa1\x1e\x77\x1a\x74\x07\xb2\x75\x6e\x53\x90\xc8\x0a\xcb\xe3\x3b\x37\xa0\xb7\x28\x2d\xbc\xe1\x50\x87\x52\xf3\x80\x34\xcd\xc4\x89\x9d\x75\x5d\x2e\x59\x4f\x25\x45\x12\xa8\x6d\xbc\x09\xea\x50\x06\xfc\xe1\x08\x09\x0a\x0e\x0f\xb6\x36\x47\x24\xbb\xb1\xbb\x7d\xdd\x6a\x2c\x6d\xac\x15\xad\x02\x69\xdb\x41\x69\xa1\xe1\x1a\xc4\x11\x3d\x3c\x2d\x1e\x83\xed\x6d\xbc\x45\xf7\xb6\xd7\x97\xaf\x49\x8f\x41\x05\x52\xeb\x4c\xd2\x96\x09\xc4\xb0\x84\x05\xac\x61\x8e\xe2\x0e\x9b\xc0\x0a\xdf\xc1\x35\x7e\x55\x2b\xee\x1d\x84\x95\x69\x2a\x51\xaa\xf2\xd3\xfc\x5a\x14\xaf\x66\xa5\x60\x9c\xc3\x3c\x44\xd7\x34\x59\x82\xbf\xc3\xef\xe8\x02\x8d\xb8\xc7\x55\xb0\x6e\x55\x5f\xc5\x61\x89\x6b\x67\x9d\x5f\x33\xd1\x6e\xcc\x9e\x73\xf8\x1d\x13\x58\x3b\x31\x96\x2c\x65\x05\x5b\x3a\x31\x87\xa5\x23\xb8\x12\x7a\x0e\x6b\x47\xe0\xda\x89\x7b\x4e\x5a\x60\xc9\x04\x54\xd4\x55\x63\x82\x8b\x8e\x69\x5c\xc4\xc5\xc4\xb6\x93\x69\xb0\x70\xd6\xf9\x9a\x71\xc5\x2e\xc3\xc5\xc4\x9d\xb6\x42\x64\xb8\x06\x35\xb9\xe1\x3c\xb2\xed\xda\xa7\x95\x70\x41\x4b\x61\x0d\x4b\xa7\x44\x09\x4b\x7c\xc5\x96\xb0\x86\x15\x5c\x13\xfc\x05\x2e\x9d\x18\x62\x5c\x3a\x05\xd4\xa8\x70\xca\xb1\xb6\x56\x96\x07\x73\x5c\x4c\xf2\x29\x24\x98\x8d\xc6\x10\x63\xdc\x34\x6e\x98\x37\x8d\x36\x0f\x8b\x49\x6e\x79\x53\x88\x71\x3f\xbc\x8e\x5a\x93\x31\x6f\x9a\x98\x9b\x26\x73\x11\xaf\x9b\xe6\x1a\x91\x2d\x9d\xf2\x85\x1b\xed\xf9\x63\xce\xfd\x79\x98\x34\xcd\x1c\x31\x31\x4d\xb6\xaf\x46\xc4\x4d\xf3\x0c\xf1\xda\x34\x3d\x73\x31\xc9\x6d\x6f\xba\x3d\xe9\xb9\x7f\xc0\x39\x78\xb4\xa2\xde\xa0\xc0\x38\x4a\x99\xe1\x19\x60\xaf\xb8\x4f\x1b\xed\xd8\xb7\xa3\x0f\xe6\x10\x73\x3a\x49\xdb\xce\x02\xcb\x22\x52\xe5\xd3\x30\x0b\x38\xed\x03\x5d\xc8\x9b\x86\x59\x56\x0d\x0b\xa7\xce\xca\xa5\x4c\x2a\xe6\x71\x2d\x98\x5b\x34\x1e\xb6\x14\xd6\x1d\x73\x75\xdc\x86\x11\x24\x21\xce\x03\x61\xe1\xb9\x12\xd9\x97\x15\x5b\x4c\xe6\x96\x35\xe5\x3c\x10\x98\x32\x01\x35\xbf\x6d\xd5\x98\xd8\xf0\xe2\xe7\x87\xbc\x58\x12\x2f\xd2\x11\x55\xa8\x89\x56\x91\x9d\xad\xc0\x85\xe7\x20\xe1\x8a\x47\x6e\x53\xf9\x5f\x61\x48\xea\xbc\x03\xe8\x54\xf9\x85\x56\x3d\xea\xbc\x73\xd2\xf5\x13\x77\x4a\x26\xd8\x11\x40\x60\xc8\x06\x2f\xb1\x60\x42\x31\x16\x7a\x87\x88\xb2\x69\xc6\xfb\x88\xd2\x34\x7f\x0b\xb1\x8c\x12\xb6\x84\x92\xfb\xa9\xfa\xe9\x15\x82\xc0\x8f\xac\x35\xd9\x9c\x30\x25\x7e\x23\x98\x3d\x2c\x62\x8c\x56\xed\xdc\x05\xca\xea\x10\xb3\xa6\xf9\x2d\xc4\x9a\x6b\xc5\x10\x64\x61\x1c\x2c\x95\xc0\x42\x4c\x1a\x6f\x89\xb4\x68\xdd\x0a\x2c\x39\x0e\x36\x96\xb0\xc4\x54\xb5\x92\x66\x0b\x63\x65\x79\x6c\x3b\x0b\x5d\x75\x70\x34\xdd\x31\x82\xcc\xb6\x5b\x48\x3c\xd8\xcc\xb6\xb0\xb6\x63\xe8\x86\xd6\x96\x87\x18\x9b\x66\x3b\x87\xdf\x99\xd4\x53\xae\x7c\xe1\x9a\x66\x1e\x19\xb6\x61\x2d\xfd\xe5\xe6\x64\xbe\xdf\xf3\xaa\xd0\xd5\x0a\x9a\x09\x62\x35\xad\x05\xe8\x09\xaa\xce\xa5\xa1\xb7\xc0\xb2\xe4\x8b\x4e\xac\x03\x85\x7b\xd1\xf7\xcb\x29\x87\x61\xe1\x94\xfc\x67\x85\x45\x70\x59\x88\xd9\xd7\xdb\xcc\x21\x7f\x8b\x55\x50\x10\xcc\x0a\x8b\x9e\x4b\xaa\x0d\x2e\xc7\x2d\x97\x14\xc4\x27\xba\x9b\x65\xa1\x68\x1a\x11\x56\x4d\x23\x86\x18\x33\xc1\x39\xe9\xfa\x02\x98\x6c\x1a\x63\x2e\x62\xb9\x9a\xa5\x03\xa5\x81\x4a\x83\x5b\xfd\xf0\xc8\x18\x90\x5f\x97\x27\x83\x62\x96\x2d\x84\xe1\x1b\x83\x2c\xaf\x06\xb3\x6c\x20\xb3\x4a\x2c\x44\x61\x70\xf2\x51\x86\x5b\xfa\xf2\x44\xaf\xae\xcf\x90\xe8\x51\xa0\x07\x12\xb3\x5e\x1e\xb2\x89\x6d\xcb\x69\x90\x75\x1a\x47\x19\x01\xcc\x26\xee\xf4\x57\x7e\x00\x6d\xd4\xaa\x76\x6f\x6c\x8f\x87\x3f\x22\xe1\xc4\xc4\x53\x8a\xdd\xfd\x37\x61\xa5\x1a\x26\x42\xa9\x6e\x9f\xd1\x6f\x05\xd4\x94\x71\xd8\x12\x9d\xd3\x0e\x2d\x8d\x12\x11\xf9\xa8\x28\xf2\x82\x4d\x0c\x7a\xfe\x4d\x2e\xce\xb4\x3b\x03\x46\xbc\x5a\x1b\xca\xc9\x4d\xe4\xc2\x00\x63\x2e\xaf\xf4\xdf\x0f\xf9\x49\x56\x19\x60\x88\x6f\x06\x18\x8b\x4a\xfd\x11\x06\x18\x69\xa5\xfe\xd0\xe3\x4a\x66\x75\x49\xbf\xf9\xdc\x00\x63\x9d\xaa\x97\x75\x21\x62\x49\xfe\xbb\x01\x46\x31\xcb\xe6\xf9\x8a\x1e\xf2\x3a\xa3\x31\x4a\x6f\x18\x60\x54\x72\x25\x68\x70\x95\xbf\x96\x0b\x59\xe9\xc7\xa3\xef\xeb\x3c\x13\x59\x25\x67\xa9\x7a\x3f\x96\xdf\xc5\x5c\x3f\xe5\xc5\x6a\x56\xe9\xc7\x62\xa6\xb6\x48\x2b\xe5\xd7\xaa\xe9\xdd\xd6\x8a\x9d\xac\x1b\x60\x6c\x36\x39\x9d\x88\xa9\x65\x30\x3e\x30\xac\xcc\x32\xfc\x81\x61\x55\x3c\xa8\x96\x45\x7e\x3d\x28\x9c\x6c\xb6\x12\xb8\x19\xac\xe9\x64\xc0\x5b\x74\xa1\xd8\x10\xf4\x63\xc7\x65\x9a\xa4\x7d\x1c\x01\x29\xc4\x30\x23\x95\x02\x4b\x7c\x4f\xfa\x65\xc6\x7f\x0a\x5f\xdb\x7a\x24\xe7\x74\x46\x47\x5d\xaa\xa3\x2e\xd5\x51\x2b\x7f\x46\x29\xa2\xcc\x96\xe0\x86\x39\xcf\x2d\xbc\x81\x1a\x33\x48\x70\x36\x49\xd1\x25\xc3\x90\x8c\x96\x13\x69\xd7\xb6\x37\xdd\xf1\xdc\xc6\xed\x75\x4e\x8a\x73\xc6\x72\xcb\xe3\xa3\x1b\x0e\x69\x88\xb3\xce\xec\x29\xd7\xb0\xe0\x4a\x72\x06\x42\x3b\x01\x5d\xe7\x0b\x4c\x83\x99\x76\x01\x5c\xe2\x41\x8c\x95\x2b\xea\x41\xbe\xa3\x56\xce\xed\x1b\xcb\xd3\x0e\xa6\xd6\xe7\x84\x76\x4a\xce\x8c\xf7\x10\xf5\xad\x39\x12\x62\x74\xc3\x3a\x72\xfd\x7b\xe8\xde\x2a\xd9\x2e\xc8\xe6\x65\x9d\xcd\x9b\x4d\x52\x8b\x8c\x14\xa3\x19\x89\x9f\xec\x74\x33\xc8\xf5\xda\x0f\xab\x88\xc5\x4d\x53\xb4\x16\xb0\x6a\x9a\x0a\x91\x89\x2d\x0b\x18\x87\x4f\x9b\xe6\xa9\xd6\x5a\xfb\x6a\x44\xa1\x2c\x20\x79\x1d\x79\xe8\x46\x75\xe8\x46\x2d\x1a\x53\xdf\xf5\x67\x93\x94\x60\xef\x78\xae\xe9\x6d\x03\xeb\x2c\x63\xd6\x34\xc3\xd9\xc6\xf4\x0f\x3a\x5a\xd1\xb9\x47\xa4\x6c\x85\x0a\xb6\x68\x08\x2e\x27\xd9\xce\xcd\x14\x48\xda\xec\xac\x69\x5c\xee\xab\x66\x25\x85\x20\x94\xcb\x80\x98\x47\xac\x87\x91\x42\x89\x1e\xa4\xb6\xcd\xfd\xad\x46\x8b\xf8\x61\x39\xb9\xb1\xf3\x29\x10\x7d\x91\x50\x5e\xb1\x0e\xe9\x9d\xe5\xa4\x9e\xf2\xdd\xd2\x77\x39\x14\x4a\x4b\x07\x5a\x4b\xba\x88\xa9\xd6\x30\x39\x7a\x50\x6b\x96\xaa\xd5\xb9\xd4\xea\x5c\xf2\x8d\x8b\x4c\x7d\x16\x96\xb4\xfe\x9d\x21\xa5\x3a\xba\x21\x96\xa4\x9d\x1d\x61\x59\x7a\x67\x78\x66\x9a\x4c\x3d\x91\x31\xd7\x6a\x97\x98\x78\x92\x2a\x28\xf4\x3b\xc4\x33\xcd\x55\x01\x91\xd4\x26\x57\xa0\x44\xef\x56\xa3\x33\xdb\x72\xae\x70\xa6\x5c\x06\xe2\x34\xad\xeb\x6e\x85\x23\xee\xab\x30\xe1\x88\x17\x6f\x14\x0e\xbd\x1a\xdb\xb2\xfd\x24\x5b\xaf\x94\xec\x7d\xc0\x99\xb3\x2e\xf2\x2a\xa7\x70\x0b\xbe\xb5\x76\xc2\xe3\xf0\x0e\xc7\x2e\x7c\xc5\x7d\xf8\x0d\xed\x03\x78\x82\x63\x0f\xde\xa0\xed\x89\x03\xf8\x81\xf4\xf7\x0b\x0e\x5d\xf8\x17\x1e\xc3\x1f\x38\xf4\xe0\x4f\xf4\xe0\x77\xf4\x5c\x17\xfe\xc2\x9f\xad\xe6\xbf\x10\xeb\x59\x31\xab\xf2\xc2\x27\xf7\x73\x51\xe4\xf5\x7a\xab\x09\xba\x26\xf9\x43\xf8\x7b\x50\x8a\x38\xcf\xe6\xb3\xe2\xe6\x4d\xdf\xe8\x42\xd2\x2a\xa1\x37\xf7\xe6\x0e\x8c\x7b\x5d\x6a\xf8\x6d\xd0\xb3\xd8\x2c\xcb\xab\xa5\x28\x30\x83\x99\xf3\xfe\xfc\xe3\xd9\xeb\xcf\x1f\xdf\xa1\xdb\xbf\xbc\x3e\xff\xf3\x0c\xbd\xfe\xf5\xd5\xd1\xc9\x29\x8e\xfb\xd7\xe3\xd3\xf3\xf3\xf7\xb8\xd7\xbf\xff\xeb\xe5\xe9\x31\xcd\xdf\xbf\xdb\xa2\x80\x3c\xbd\xdb\x76\xf4\xc7\xd1\x19\x3e\xbb\xdb\xa6\xa0\x1f\xdc\x6d\xd3\x4b\x3c\x87\x99\x73\xf4\xf1\xd5\xe9\xc9\x6b\x3c\x84\x99\xa3\x6d\x03\xf6\xa9\x17\xad\x02\x95\x3e\x24\x61\xc1\x9f\xb7\x20\x71\x56\x2c\xea\x95\xc8\x2a\xe2\x3c\x49\xee\x55\x42\xac\x66\xe4\x97\x5f\x44\x5c\x6d\xa2\xe6\x32\xda\x02\xd3\x92\xa5\x74\x96\xb3\xf2\xfc\x3a\x7b\x57\xe4\x6b\x51\x54\x37\x2c\xe3\x91\x56\x19\x4c\x60\x39\xc9\xa6\xdc\xa7\x60\x78\xe0\xde\xfa\x0f\x27\xcb\x2e\x8d\x50\x6d\xe6\xc8\x49\x45\xce\x65\x37\xab\x8f\xaf\x59\x86\xc6\xeb\xa3\x57\x27\x6f\x5f\x9e\x7e\x7e\x77\xfa\xf2\xd5\xd1\x85\xc1\xc9\x7f\x14\xe0\xc2\x11\x8c\x21\x23\xe5\xf3\x0e\xdd\x86\xa2\xc1\x49\x36\xc5\x77\xa0\xe6\x28\x02\x9d\x9c\xbd\xf9\xfc\xf6\xfc\xf5\xd1\x66\xca\xf3\x6e\xca\xd7\xad\x29\x5f\xf5\x94\xa3\xbf\xde\x9d\x9f\x1d\x9d\x7d\x38\x79\x79\xfa\xf9\xe5\x07\x9a\x43\xde\x11\x8f\xfe\xa5\x5c\x21\xb0\x8f\xc0\x6d\x67\x53\x8b\x37\xdd\xc6\xe0\x37\x02\x47\xa3\x9e\xa8\x07\x6f\xca\x7d\x5a\xd0\x3e\xda\x1e\x62\x33\xea\x65\x6e\x28\x22\x5b\xf8\x82\x73\xde\x22\x30\xf9\x0d\x9e\x4c\x5b\xbc\x5f\x9e\xbd\x39\x7a\x6c\x6d\xdb\xbb\xbb\xb8\xb7\x81\xfc\xa6\x5b\xfc\xc7\x2f\x17\x77\x1b\x11\xbd\x41\x9b\xfd\xb8\x8b\x80\xaf\x33\x66\x90\x59\xc6\x20\x9e\x65\xe4\x39\x5d\x8a\xc1\x0f\x51\xe4\x06\x88\x0d\x7a\x6f\xe0\x47\x8b\xde\xd1\xfb\xf7\xe7\xef\xd5\x11\x30\x81\x88\xc3\xa1\x68\x1a\x0f\x11\x45\xd3\x90\x36\x11\x11\x23\x45\xf0\x2f\x64\x5f\xa8\x8f\x47\xc7\x7e\xbe\xb5\xc8\x35\x01\xd5\x30\xbf\x68\x78\xaf\xde\xff\xd7\xbb\x0f\xe7\xff\x13\xbc\x3f\x70\xc8\xa8\x75\xb8\x6c\x9a\x8e\x35\x87\x1d\x6b\x2e\x39\x08\xd3\x1c\xfe\xa1\xf2\x03\xb4\x86\x11\x17\x37\xeb\x2a\x1f\xd4\xd9\xec\x6a\x26\xd3\xd9\x65\x2a\x0c\x58\xf2\xc7\x71\xf8\x43\xe3\xf0\xf6\xfc\xf5\xc7\xd3\xf3\x7b\x8c\x72\xd8\x51\xee\xcf\x2d\x46\xf9\x53\x4f\x78\x77\xfe\xe7\xe7\x77\xef\x8f\x5e\x9d\x5c\x9c\x9c\x9f\x3d\xc2\x8e\xbf\x6f\x4d\xf9\x5d\x4f\x39\x3e\x7f\xff\xb6\xe5\xa9\x07\xf2\x25\xa2\xbf\x50\x6c\x9f\x44\xeb\xc0\xb6\xe3\x36\xf8\xfe\x05\xc5\x2d\xcc\x9c\xd5\xec\x3b\x3e\x14\xaa\xef\x6c\x23\xce\x1f\x9c\xb4\xe2\x6a\xa8\xcc\xfe\xd7\xa1\x0b\x3d\x54\xfb\x7d\x0f\x34\x06\x1e\xba\xee\x81\x77\x78\x38\x7e\xba\x7f\xb0\xef\x1e\x1e\x8e\x21\xc3\xb7\xb3\x6a\xd9\x8e\x67\x7c\x57\x98\x63\xf7\xf0\xc0\x7b\xea\x3d\xa2\x26\x56\xec\xde\x58\xfe\x98\x3e\x78\xbe\xf7\xfc\xf9\x33\xf7\xf9\x2e\xf3\xdc\x83\xbd\x83\x7d\xef\xf9\x78\x7f\xf7\xce\xbc\xc6\xe5\x16\xeb\x46\xdd\xef\xd9\xe8\x8a\xad\x3c\xf3\xbd\xe4\x31\xba\x90\xe0\x64\x0a\x69\x6b\x93\xbe\x29\x6f\x4e\xb4\x01\xa9\xd8\x9c\xa0\xb7\x4f\xf1\xa8\xf0\xdf\x41\x8e\x73\x26\xc8\x61\xfb\x83\xcb\x84\x2d\x4d\x73\xe9\x2c\x44\xf5\x5e\xad\xfb\xc7\x2c\xad\x45\xa9\xcd\x7b\x85\x0f\x3a\x54\x80\xf9\x51\x66\xd5\xde\xf8\x65\x51\xcc\x6e\x58\xbe\x8b\x63\xce\x83\x3c\x2c\x03\x5e\xa3\xb7\xe7\xb9\x07\xe3\xdd\x6a\x52\x4e\x2d\x56\x4d\x4a\xcb\x9b\x86\x61\xe8\x79\x1c\xea\x10\x0f\x85\xf7\x34\x62\xc5\x3f\x00\x3a\xe6\x1c\x08\x06\x16\x24\xfa\x1a\x0e\x16\x4a\xfa\x59\xa2\x1d\xc7\x7a\xc7\x13\xde\x3e\x87\xd2\xc2\x31\x0f\x4a\xcc\x47\xe3\x3e\xb8\x54\x3b\xd2\x64\xfc\xed\xa6\xda\xde\xcd\x56\x23\x61\x7e\xd0\x23\x3e\x7e\xee\xed\x1f\xec\x1f\x1e\x3c\x3b\xf0\xdc\x67\x4f\x9f\xed\xb2\x3d\xcf\x24\x0c\xb8\xe5\xb9\x87\x87\x4f\x3d\xef\xd9\xf8\xe0\xe0\xe0\xd9\xae\xc6\xc5\xda\x1f\x1f\xee\x1f\x3e\x3b\x18\x1f\xea\x96\xf1\xd4\xf2\x9e\x1d\x1c\x1c\x8c\x3d\xfd\xbe\xd7\xee\x7e\x7f\xfa\xe2\x85\xf7\x8c\xeb\x97\xa7\xd3\x17\x2f\x9e\x73\x8b\x1e\x9f\x4d\x7b\x7a\xdc\xc5\xe9\x80\x3b\x71\xbe\xbe\x61\x15\x85\xf7\x8f\x6c\xf5\x40\x6f\xf5\x40\x6f\x55\xc9\x95\xb7\xff\x2b\xcd\xa0\xd2\x49\xa5\xf6\xdc\xda\x6d\x66\x8c\x03\x2d\x1b\xd6\xa6\xc9\x92\x49\x69\x59\x53\x6c\xc1\x07\xda\x83\x4a\x26\xb6\x5d\x4e\x41\x90\x57\x9d\x9b\xa6\x20\x6d\x8d\xef\x27\x37\xb6\x98\x42\x42\x47\xb2\x62\xf9\xa8\xe6\xbb\x35\x57\x3e\x16\x35\x05\x89\xf6\xb0\xa0\xb4\x6d\xae\x13\x56\x25\x4f\x70\x22\xfb\xac\xa4\x0e\x3f\x6c\xaf\x9d\xe2\xd2\x14\x9d\xb3\xe1\x20\x6d\xbc\xd1\x8b\x97\xca\x9b\x4c\xee\x7b\x93\xca\x55\xbc\x09\xc9\x53\xa4\xb1\x76\xd9\x3b\x68\xa9\x23\x50\x42\xea\xc4\x98\x40\x7a\x7b\xcb\x38\xbc\xda\x16\xf2\x3e\x5a\x12\x77\xc2\xcf\x3b\x82\xd3\xc5\xff\x24\x3e\x3b\x2f\x21\xc6\x6c\xf4\xb2\xd1\xe9\x03\x81\x7d\x02\x3e\x48\x6c\x3b\xe0\x39\x8a\x49\x32\xdd\x79\x09\xb5\x7a\xa0\x81\x50\x60\xbc\x9b\x5b\xf5\x6e\x0a\x12\xd3\xdd\xdc\x2a\x76\x5e\xee\xbe\xb4\xc8\xeb\x60\x72\x54\x29\xe1\x2e\x68\x20\xb7\xe2\xdd\x1a\x68\x1a\xca\x9d\xaa\x13\xeb\xd2\x34\x45\x9f\xbe\x2a\xef\x84\xcc\xd9\x83\x08\x4f\xe5\x99\x86\x58\xf0\x1c\xab\xb0\x88\x3c\xdf\xf6\x74\x18\xa6\xa9\x9b\xa3\x1b\x54\xa1\x54\xf9\x69\x52\x00\x13\x39\x1d\x62\x36\x91\x53\xfe\x93\x10\x97\xd3\x90\x5e\xf4\x34\xed\x58\xb7\x48\xe4\x9b\x45\x8b\xcd\xa2\x5d\x02\x41\x12\x58\xda\xbd\x98\x54\x53\x1b\x25\x48\xa4\xa7\x17\xd9\xa4\x22\x60\x2e\xd0\x1b\xca\xdd\xc2\x52\x03\xa8\x59\x07\x7b\x43\x32\xdb\xb4\xbf\xee\x5e\x25\x10\xdd\x99\xf3\xe0\xf6\xbe\x5e\xeb\x23\x58\xbd\xdd\x74\x93\xe4\x85\x6b\xb8\x82\x4b\x38\x87\x0b\x78\x0f\x2f\xe1\x08\x5e\xc3\x67\xf8\x0e\xc7\x28\x9d\x12\x31\x77\x4a\xb5\x25\x38\x41\xe9\xc4\x70\x8a\xb9\x13\xeb\x7b\xb4\x13\xd3\x3c\x51\x18\x9c\x9a\xe6\x29\x05\x56\x5d\x64\xa5\xd5\xa4\x74\x4a\xd3\xcc\xe9\x0f\x3b\x89\x86\xa7\x4d\x43\x83\x87\x48\x23\xfd\x53\x1e\x9d\x98\xa6\x8b\x48\x6d\x4d\x33\x3c\x8d\xdc\xdd\x63\xff\x78\xe4\xfa\xee\xc8\xd5\xbc\x7a\xd5\x6a\xdb\x63\x0e\x97\x78\xa5\x73\xed\x31\x4a\x47\xd8\xb9\x23\xe0\x18\x6b\x2b\xb6\x3c\x48\x9a\x86\x25\x78\x06\x31\x56\x4c\x3a\xa4\x72\xed\x8a\xe5\xea\x01\x8e\xf1\x78\x74\xd3\xb8\x1c\x96\xe8\x06\xa7\x93\xe5\x14\x91\x9d\x4c\x96\x53\x8a\xe7\x82\x65\x1b\x94\x53\x7b\xd8\x37\x9b\x66\x6c\xdb\xe0\x86\xc7\xfc\x52\x6b\x06\x8f\xc3\x02\x87\xee\x46\xc8\x8e\xf0\xa4\x63\xe8\xcf\x78\xda\x3d\x52\x10\x79\x6c\xe1\x18\xd6\x48\xe1\x1d\xa3\x4d\x5a\x1e\xe7\xb0\x0e\x3d\xd3\x64\xa7\x28\xd8\x29\xac\x21\xe1\x70\x82\x82\x9d\xe8\xc7\xad\xf9\x1b\xa8\x1c\x5e\xe2\x67\x38\xc7\x93\xfe\xaa\xe0\x33\x87\x0b\x3c\xef\xc2\xae\xcf\xe1\x45\x70\x3e\xb9\x20\xb5\xe2\xf2\xe0\x3b\x9e\x76\x12\x04\xdf\x7b\x3e\x77\x39\xbc\x56\x74\x86\xd3\x89\x37\x0d\x31\x19\x8d\x4d\xf3\xb5\x65\x05\xf3\x7c\xb0\x46\x97\x24\x91\x9d\xc2\x39\x7c\x86\x0b\x0e\x6e\x98\x46\xec\x3d\x9e\xd3\xf0\xcf\x43\xbc\x30\x4d\xf6\x1e\xdf\xef\x26\x16\x3b\x9f\x78\x8a\x28\x5c\xed\xea\xfd\xe8\xb5\xda\x4e\xc4\xd6\xa1\x4a\x4a\xaf\x31\xb1\x3d\x0e\xf3\xcd\xde\xae\x71\xde\x6d\x68\x83\xb1\x5a\x6d\x0e\xe7\x70\x4d\xab\x79\x88\x29\xcd\xb5\x6d\x28\xd8\x1c\xae\xc3\xcf\xd1\x77\xff\x14\xae\x21\xe1\x9c\xfb\x14\xf8\xae\x4d\x93\xa5\xb8\x46\x05\xba\xdf\xdd\x5d\xe0\xe1\xb5\x69\xce\xb7\xb7\x5b\xb0\x73\x98\xc3\x05\x21\x61\xb7\x4b\xdc\xc3\xa0\xdf\xaf\x17\x2a\x04\x2c\x4b\x4d\xba\x68\x11\xb8\x50\x08\x6c\xa1\xcd\x7d\xd2\xa4\xdd\xd0\x73\x54\xd9\xcd\xcb\xc9\x92\x08\xbf\x86\xd4\x34\x89\x60\x51\x7b\x12\x27\x93\x97\x44\x29\x9f\x9d\xe3\x84\x9e\xa7\x70\x81\x1e\x0f\xae\x97\x32\x15\x8c\xbd\xb4\xac\x17\x47\x5d\x52\xe4\x5c\x27\x4c\x8f\x49\x91\x2f\x70\xd3\x06\x97\x4a\x12\x2e\x3b\x09\xa6\xa0\x3c\x41\x3c\xd3\x7a\x62\x89\x1e\x1c\x23\x0d\x09\x8e\x95\xe2\x3e\x56\x8a\x5b\x31\xf1\x47\x76\x05\xb5\xc5\xae\x1c\x81\x4b\x2b\x56\x69\x44\xcb\x83\x12\x16\x6d\x26\x99\x3a\x62\xb8\x72\x0a\xb4\x16\x9d\x5a\xbc\x52\xba\xfc\x61\x88\x87\xa3\xbf\x99\x1d\x71\x97\x4d\xbe\x5f\xe6\x53\xce\x3e\x5d\x4f\x3e\x5d\x3b\xd3\xdd\x27\x7c\x24\x21\xa3\xde\xc9\xdf\xce\xd4\xe2\x9f\x9c\x27\x23\xa8\x70\xf4\xf7\x27\xa7\x6d\x79\x32\x82\x02\x47\x7f\xdb\x11\x3b\xc9\x12\x99\xc9\xea\xa6\x39\x9b\x9d\x51\xb3\xa4\x61\xe5\xee\x27\x8b\x29\x58\xbc\xf9\xfb\x53\x69\x35\x9f\x4a\xeb\xc9\x68\xf1\xc0\xfb\xba\xaf\xa3\xb0\x8c\x6a\xbf\xee\xaf\x8f\x24\x18\x4f\x3c\x43\x09\x6e\xa1\x2f\x45\x63\xce\x73\xa7\x44\x59\x9e\xcd\xce\x58\xac\xe3\x48\xdf\x0d\xe3\xc8\xf6\x7c\xaf\xbf\xf2\x18\x92\x16\x8a\x31\xee\x01\x09\xd8\x38\x7c\xda\x72\x75\x16\x0f\x8d\xef\x06\x22\xab\xb0\xba\x77\xad\x15\x79\xcf\x7c\xe3\x92\x3c\xef\x68\xec\x3f\x87\xc4\x34\x93\x21\xa6\x91\xf0\xb3\x5b\x4e\x6f\x2c\xc5\x04\xb6\xd7\xc8\x34\xb2\xfd\x7b\x05\x86\xeb\x50\x0b\x87\x7a\x88\xf1\x3d\x75\x19\x43\xca\x83\x2f\xfa\x8a\xd2\x50\x4e\xbc\x61\xb1\x24\x32\x06\x97\xb3\x52\x0c\x0c\x2b\xf1\x0d\x83\x93\x7f\xdf\xe6\x71\x6b\x0e\xb4\x71\xda\xef\x6d\xee\xc4\x98\xb7\x09\x17\x78\x8b\xae\x3a\xdd\x0f\xce\xec\xb2\xcc\xd3\xba\x12\xca\x07\x44\xf5\xfe\xf0\xc4\xdb\x7b\xb8\xa5\x2c\xef\xdf\x03\x30\xe1\x94\x24\x86\xe2\x16\x3e\x38\xb1\x90\xe9\x23\xd1\x40\x77\x1f\xa2\xe6\x03\xfd\x55\x49\xb4\x31\x57\x73\xf2\xd5\x7a\x56\x88\xf9\x87\x1c\x3f\x38\xf1\x6a\x8d\xdb\x34\xef\x41\xbc\x45\x0f\xa4\x02\xb0\x55\x58\xa1\xe6\xb7\xe9\x9b\x77\x2a\x6f\x8f\x1f\x9c\xf9\xfa\xb1\x9c\x44\xa1\x4a\x3b\x5a\xa3\x54\xf4\x44\xad\xd3\x54\xbb\xe9\x8c\x65\x58\x74\x77\x8b\x1e\xd9\x07\x8d\xe6\xe8\x86\xf3\xdd\x1b\xc8\x90\xc2\x23\xed\xc3\x65\x3b\x9e\x8b\xe8\x06\x99\x92\x2e\x41\x32\xda\x82\x73\x43\xa1\xa2\x4c\xb7\x25\xc7\x5c\x5e\xc9\xb9\x98\xff\x76\x83\xea\xf9\x57\x3b\xdb\x83\x57\xf7\x77\x06\xef\xe0\x2b\xdf\x02\xa1\xd2\xee\x62\x21\x8a\x0e\x96\x6a\xf8\x15\xc0\xfd\x47\x00\xba\xe0\x29\x80\xe2\x5b\x3d\x4b\x89\x4e\xe2\xdb\xaf\xa6\x3f\x05\xd2\x6a\x8f\x53\x3b\x49\xf3\xbc\xf8\xe7\x47\xbc\xa7\x26\x2d\x0a\x31\xab\x44\xf1\x61\x39\xcb\x90\xa2\xc1\x5f\x2d\xfc\xec\x91\x23\x0e\xdd\x7b\x10\xce\x8b\x23\xda\x82\x62\x97\x45\x25\x7e\x05\xeb\x80\xac\x08\xb2\xec\x91\x7d\x70\x1d\xf9\x67\x04\x58\x96\xc7\xa4\x87\xc4\xc3\x2d\x0d\x87\x9a\x63\xf4\xa8\x96\xfc\xd8\x3e\xff\x7a\xb8\x69\x6e\xb1\x4e\xa8\xdb\x3a\xbe\x1a\x6b\x58\x67\xb3\xb3\x47\xe6\xab\xa1\x65\x3b\x42\x2c\x66\x95\xbc\x12\xd8\xbe\x3c\x42\x70\x3d\xfc\x85\xab\x27\xfc\xb7\x28\xf2\xff\x09\x27\x17\x5b\xfe\x9f\xb8\x53\x9a\x91\x8a\xb2\x6c\x8f\x23\xfd\xe5\x71\x3c\x7f\xe4\x38\xf4\x82\xdd\xf4\xed\xb3\x48\x7f\x7d\x16\x87\xca\xde\xfe\xef\x87\xa1\x6e\x8e\xf0\x83\x53\xd6\x97\xf7\x40\xdd\x8d\x18\x14\x8c\x04\x4b\x47\xd5\x6a\xbd\x55\x62\x88\x5b\xbc\x9e\xa9\x5a\x9e\x61\xd2\x34\xc3\xec\xae\xfe\x54\x8e\x23\x19\xcd\xe1\xa6\xc0\x8a\x14\x98\x9d\x41\xe9\xac\xd3\xba\x64\x82\x07\xca\xaa\xa0\x3a\x41\x50\x39\xea\xd1\x0d\x2c\xb1\x74\x62\x58\xa0\x68\x55\x48\xda\x34\x43\x7d\xd1\x3a\x5c\x36\xcd\x70\xd1\x01\x5b\x46\xac\x85\x27\xb8\xaf\xd7\x5c\x44\xa5\xdf\xad\x3b\x5c\x6a\x57\x76\xab\xba\x60\x40\xcf\x0f\x67\xd1\xc0\xa8\xf4\xf7\x10\xbf\x46\xb6\xeb\xbb\xca\xd6\xa7\x58\xb1\x94\x2b\x3f\x56\xdd\x49\x2f\x7b\xbf\x2e\xc1\xd4\x8e\xb5\x1b\xc0\x6a\x74\xc3\x84\x47\x2c\x41\x3b\x81\x1c\x97\xdc\x67\x31\xa6\x90\xe3\x82\xac\x41\x21\xae\x44\x41\xb6\x0a\x32\x4c\xd4\x05\x6f\xbe\xb9\x03\xda\xea\xbe\xdd\x0a\x6a\x58\x8d\x2c\xe9\x6f\xad\xf9\x0b\x96\xf5\x77\xfb\x9c\x47\x89\x9f\x41\x82\x19\xba\x81\x0c\xb3\x20\xd3\x81\xcf\x72\x92\x4d\x87\xb8\x20\xad\xf9\xb3\x46\x7a\x7b\x41\x2f\x9b\xcb\x04\x0a\x7d\x73\x24\xaf\x78\x01\x0b\xcc\x41\x11\x40\x38\x25\xe1\xc5\xe4\x06\xbe\xad\x52\x15\x9d\xdf\xdb\xdd\x54\xeb\x9b\xe9\x49\xd1\xba\xb8\xd4\x94\xe1\x99\xed\x05\x32\x4c\xf4\xf5\xc8\x52\x5d\xb1\xbe\x58\xa8\xd0\x4b\x17\x5a\xc9\xa0\x30\xcd\x21\x75\x14\x53\x9a\x3c\xc5\x8c\x07\xb6\x4d\x4f\xb0\x9c\xc8\xa9\x85\x67\xb7\xf4\x6b\x23\xcd\x52\x77\x19\x14\x2a\xd3\x51\x04\xcb\x3e\x52\xb6\xed\xb8\xd7\xf8\xea\x94\x4e\x98\x80\x25\xc4\xdc\x57\x87\xa8\x4f\xcc\xf3\x3d\xd8\xba\xcc\x00\xa1\x14\xe1\x2a\x9f\xd7\x29\x09\xcb\x2a\x9f\x3f\xc2\xe1\xfa\xd6\x5c\xd5\x20\x6e\xcc\x9e\x77\x97\xb7\x87\xd2\x89\x9b\x66\x28\x9c\xb2\x69\x04\x89\xf6\x50\x17\x2e\x44\x1b\x06\xf7\xa9\xa9\x69\xa4\xea\x95\xdb\xbd\x92\xfb\xec\x10\xf1\xcf\x88\x15\x4a\x44\x94\xed\x86\x0a\x5f\x31\x09\x02\x5c\xd8\xe3\xaa\xa9\x80\xca\x29\x77\xb1\xe0\xfe\xa6\xeb\x4f\x0e\x52\x0b\x28\xab\x1c\x75\x51\xcb\x04\xd7\x36\x21\x23\x6d\x25\xe6\xa8\x9e\xfe\xa9\xef\xa0\xce\x5a\xfb\xbb\xda\x58\x92\xf4\x91\xfb\x31\x7f\x8c\x32\x1d\x5d\x20\xa7\x78\xb3\x95\xfa\xf1\xa3\x52\x9f\xff\x5a\xea\xf3\x87\x52\xdf\xed\xa9\x15\xfb\x1a\x55\x7c\xa8\xab\x40\x46\x37\x90\xa8\x70\x36\xed\xc5\xbe\x6e\x9a\x61\xa9\xc5\x9e\xb4\x4b\x7a\x77\x9d\xbc\x93\xf2\x44\x4b\x79\xba\x25\xe5\xf4\x4c\x6e\xa0\x1a\x48\xfd\x91\xf4\xdd\xdd\x5c\x89\x75\x8d\x15\xab\x39\x29\x36\x56\x92\x28\x27\xbd\x58\xe7\x58\xdb\x6d\xde\x2c\x0f\xdd\x88\x95\x58\x43\x81\x29\xf7\x59\x8e\x76\x0e\x05\x26\x1c\x8a\x8d\xcc\x06\xb9\x6d\x07\xc5\x46\x9c\xb7\xba\xda\x9b\xb9\xa4\x0b\x77\x32\x4c\xbb\x47\x37\xcc\xed\x4c\xd5\xdd\xa5\x40\xee\x69\x82\x05\x64\x98\xd3\xea\x6e\x90\x05\x3c\x47\x96\x4c\x6c\x3b\x9b\x62\x32\xc9\xa6\x56\x4a\x7f\x72\x3e\x3a\x6b\x5c\xa0\x86\x1d\x3c\xeb\xce\x35\x37\x4d\x96\xf4\x21\x57\xce\xc1\xb2\x4a\x0e\x24\x1f\x09\x94\x8a\x57\xfa\x3a\x00\x52\xf3\xdb\x27\xad\xcf\x59\x65\x3d\xf4\x49\x4b\x2c\x34\xd1\xfb\x0c\xaa\x18\xaa\xf4\xbd\x69\x7a\x43\xa4\x77\x57\xff\x30\x9d\x7f\xdb\x03\xa3\xcb\x39\x1b\x2a\x05\x0f\x62\xa8\x87\xb7\x59\x58\x4e\xc2\x73\xdf\xf3\xab\x50\xf6\x5e\x1f\x64\x58\xed\xde\x58\x24\x10\x72\x52\xb5\x5a\x23\xa8\x5a\x77\xaf\x52\xee\x5e\x46\xee\x9e\x4e\x63\x4a\x52\x0b\x95\x0a\xb4\xda\x3e\x0a\xb4\xfa\x5b\x4b\xd3\x2c\xc8\x05\x0a\x89\xb2\xe4\x5b\x0a\xcb\xe3\xa0\xcc\x9c\x2a\x7b\x78\x4c\xfc\x1f\x11\x15\xa6\x2b\x91\x44\xd3\xf4\xf9\xe3\xa7\x9c\x9b\xe6\x47\x56\xc1\xbf\xff\x2d\xac\xde\xd3\xba\x53\x60\xec\xc2\x73\xf0\x9e\xea\xca\xa7\xcc\xff\xca\xa1\xa2\x75\xd5\xa9\x3c\x24\xf9\x1d\x85\xa3\x6e\x75\x2e\xe0\x02\xbc\x67\x5b\xf4\xe4\x51\xd6\xca\xbc\xe1\x09\xc3\x52\xb5\x33\x2d\x2b\x67\xa4\x65\x32\xa5\x64\x4c\x93\xd9\x17\xba\x68\xe6\x82\x66\x94\xbb\xea\x1e\xc8\xf5\x3d\x52\x4a\x99\x3a\xff\xf2\x5b\x3d\x2b\xc4\xfb\x3c\xaf\x88\x01\xbe\x15\xd5\x63\xce\xfa\x03\x3b\x4f\x22\x58\x3a\x25\x45\x7a\xaa\x90\xea\x9d\xb5\x0f\x8b\x96\x5a\x86\xeb\x3c\xd5\xc1\x1e\xb1\x05\xd9\x65\x92\xcc\x64\x4b\xf4\xf4\x38\x32\xd9\xae\x0a\xeb\x69\x80\xea\x8f\xdc\x91\xeb\x27\x51\xa9\x10\x0c\x94\x7d\x55\xa9\x7f\xc2\x8b\x11\xe7\xba\x0a\x60\x8a\xe8\x8d\xdc\x88\x4e\x91\x25\x1c\x58\x57\xc6\x63\xc5\x7c\x67\x8c\xaa\x8a\x31\xd3\x35\x52\xb0\x0d\x20\xd3\x86\x9a\xc5\x96\xc7\x47\x63\x6e\x33\x37\x8c\x9b\x26\xde\x19\xd3\x30\x05\x31\x43\x4d\x4e\x9f\x91\x34\xde\x29\x75\x51\xe6\x39\xdb\xd4\x64\x6f\x2a\x2c\x85\xc1\x2d\x8f\x5b\x31\x07\xd9\x52\x20\xe3\xdc\xef\x9e\x53\xcb\x30\x48\x53\xd3\x79\x28\x43\xa9\xb2\x61\x90\x62\x6c\x2d\x61\x4f\x6d\x3f\x25\x83\x19\xe8\xfa\x57\x09\x64\x69\xf5\xd1\xd6\xda\x01\x7a\xc5\x4a\xa8\x61\x09\x9e\xba\x9c\x63\xb5\x13\xf3\x1e\x8d\x94\x6b\x37\xae\x60\xd2\x89\xf9\x76\xbb\xd2\x89\xd2\x11\x2f\x62\xd3\xb4\xed\x74\x0b\xf9\xd4\xde\x83\x94\x78\xdf\x38\x3c\x3c\x3c\x34\x14\x8f\xb2\xbc\x69\x8c\xfd\xf6\x95\xf3\x9f\x6c\x68\x65\x4d\x33\xb4\xb2\xbe\x10\xd9\x34\x8d\xa7\x06\x62\xd6\x55\x06\xba\xc4\xf4\xec\x23\x93\x20\x1d\x61\xbd\xb3\xc6\x40\x31\x27\x0e\x65\x8b\xbc\xe4\x8e\xf8\xc6\xca\xed\x6a\x85\x61\xae\x66\xd4\x50\xb7\x33\x5c\x0e\x75\xb7\xd7\x6e\x38\xff\x29\xb1\x6e\xe7\x2c\x2d\xdc\x87\x94\xfe\xe4\xe8\xdd\xf6\x81\x4d\xb7\xa4\x07\x5f\x5b\x33\xae\x60\x90\x15\xaf\xd3\xff\xc9\x4f\x6d\xeb\x80\xba\x04\xea\x4a\xa7\x50\x35\x57\x9f\xe3\xa5\x13\xc3\x05\x92\x1d\x3b\xb8\x63\xc7\x78\x97\x39\x3d\x37\xcd\x0b\x9d\x41\x32\xcd\x8b\xad\xcc\xe9\xf0\x92\x0c\xa7\xf6\x00\xce\x4d\x73\xa8\x47\x0c\x2f\x9a\xe6\x82\x7e\xf4\xdb\x79\x5f\x5f\x21\xda\xf8\x5f\x79\x27\xbb\x78\xe9\x94\x40\x90\x23\x5d\x6b\xe1\xea\xfa\x15\x97\xfb\xdb\xf5\x18\x1c\x44\x5b\x92\x56\xb1\x4b\x15\xc9\x58\x15\x13\x3a\x61\xda\x43\x49\x37\xb9\xb3\x05\x5e\xf4\x8f\x8a\xc7\x56\x78\x0e\xe7\x78\x01\x17\xb8\x82\x5c\x99\x15\xe5\xe4\x91\x49\x49\xad\x05\xac\x70\x32\x55\xb6\x6a\xb5\x55\x7e\x94\x17\xec\x1a\xcf\xe0\x0a\x5f\x92\xab\x1a\xd8\x76\x1e\xa2\x1b\x6c\x8a\xe4\xd7\x78\x31\xc9\xa7\x3b\x57\x30\x57\x0f\xa3\xab\xc6\x85\x12\x53\xa8\x31\xb7\xca\xa0\x0e\xf3\x80\xc7\x78\xae\xee\x4d\x76\xae\x60\x89\xe7\x93\x52\x0f\x4a\x70\xbe\x1b\x5b\xcb\xdd\x35\xc4\xb8\xde\x8d\xad\x64\xe7\x6a\xf7\xca\x5a\x4d\xea\xa9\x55\x40\x81\x2c\x1e\x5d\xab\x1b\x82\x84\x46\x73\x6b\xbe\xbb\x84\xd5\xa4\xb6\xed\x29\xc6\x3b\xd7\x01\x8d\xc3\xa2\x63\x87\x22\xb2\x2c\xe9\xaf\x7a\x67\x90\x6c\xdb\x0a\xa4\x66\x8b\xb6\x6c\xed\x1f\xaa\xf6\xc1\xbd\xcb\x41\x8f\x94\xfb\xf3\xed\x52\x39\x7d\x51\xa8\x5c\xa4\x0c\x1f\x2a\xf8\xe7\xbd\x82\x07\x11\x91\x41\xa0\xe5\xfc\x4a\xa3\xb2\xa5\x4b\x1e\x0f\xcb\x3e\xb7\xa1\xd8\x83\xfb\xc9\x43\x1e\x91\x65\xf1\xda\x85\xa9\x41\x83\x54\x95\x77\xff\x37\x60\x63\x57\x03\xeb\xcc\x54\x07\x73\xec\x76\x30\x55\x0d\xdf\xa3\x14\xfb\x25\x4c\xef\x17\x30\x3d\xa5\xc3\x75\x9c\xbb\xe5\x36\x3a\xe5\x3a\x95\x95\x2e\x4d\xcf\xd1\xfa\xcb\xe9\x0b\x79\xa0\xa6\xd7\x87\xb5\x3c\x50\x62\x37\xaa\xab\xe2\x21\x4f\x90\x84\x25\x45\x39\x51\x25\xda\x5d\xfc\x0d\x33\x8c\xa3\xa4\xd7\x5b\x7e\x02\xcb\x4d\xf9\x53\x1b\xe6\x14\x98\x93\x27\x07\x35\x16\xb0\xb4\xb1\xe0\x90\x87\xae\x69\x2e\x43\xb7\xe3\xee\xe5\x4e\xde\x34\x39\x24\x38\x6b\xbf\x89\x60\x2e\x14\x3c\x58\x86\x45\x50\x58\x98\xf3\xc4\xc2\xd2\xea\xfb\x0a\xc8\x79\x50\x87\xaa\x7c\xbe\xed\x50\xcb\x17\x9c\x43\xac\x6a\xea\x0d\xdb\xb0\x12\x7e\x5b\x61\x1a\x25\xd6\x5f\xce\xfd\x12\x27\x8b\x82\x44\xeb\x2f\xe7\x41\x59\x12\x8f\xd2\x4d\x66\x72\xeb\x4b\xa1\x4f\x9f\xe6\x3f\x0d\xab\xb6\x8c\xdb\x4f\x9f\x7e\x33\xc0\x58\x18\x1c\x8c\x27\xa6\xf1\x00\x46\xb7\x02\xf7\x53\xee\x27\x9b\xc2\x5c\x7d\xd8\xed\xd0\x47\xdd\xbe\x7b\x4a\x13\xbf\xc0\x42\xab\xca\x35\x2e\x9c\x18\xe6\xfd\xbd\x3a\xac\xb0\xda\xbc\x5c\x63\x72\xe7\xc6\xbd\x67\x17\xf6\x05\x87\x1e\x94\xd8\x97\x62\x7f\xc1\x25\xb0\x21\xa3\x48\x5e\xe5\x70\x18\xe7\x4d\x53\x3a\x69\xc5\xbe\x29\xe3\xa2\xcb\x23\xc6\x60\xac\x66\xdf\x07\x73\x91\xe5\x2b\x99\xd1\x56\x06\x86\xc5\x96\x91\x71\xaf\x06\xf8\xb1\x12\x60\x81\xc3\xa5\x69\xaa\x84\xcb\x47\x56\x82\x76\xcc\x3c\xee\x2c\x2a\xc1\xbe\xf1\xa8\xf4\x3b\x37\x74\xdd\xc7\xfe\xdb\x65\xe8\xda\x5c\x17\x6c\x4d\x7c\x3a\x77\x04\xf6\x89\xa3\x85\x23\x6c\x0f\xe6\xca\xaa\xe3\xfb\x09\xab\x31\xdf\xb9\xe1\x2f\xdc\xe8\xc6\xaa\xfd\x7a\x4a\x0b\x0b\xda\x4b\xbc\x5a\xb3\x39\x0f\xdd\x88\x82\x85\xb9\xbf\xf2\x4b\xa8\xf1\x07\xfc\x20\x6f\xa3\x27\x45\xcc\x21\xd1\x90\xdc\x20\x45\x32\xf7\x73\x95\x1d\x54\xb2\xa2\x5c\x80\xb4\xb5\x92\xd7\x9c\x83\x37\xa4\x10\x68\xb5\xa6\x08\x89\x57\x78\x0d\xd7\x28\x61\x85\xc9\xdd\x91\x12\x57\x9c\x22\x17\x09\x73\x2c\xdb\x90\x6a\xd3\x37\xe7\x14\xdc\xc8\x4e\xef\x49\x7c\xc5\x44\x17\x4b\x72\xb8\xd6\xab\x27\x1d\xcc\xce\xa4\x13\xc4\xaa\x43\x49\x6e\xa1\x94\x38\x25\xae\x9c\x12\x17\x4e\x09\xf9\x2e\x8e\x21\xc3\x57\x8c\xac\x6b\x0e\x5f\x79\x0b\x77\xc1\x9d\xd9\x65\xc9\xb8\x42\xfd\x15\x4b\xa0\x7a\xac\x97\xbf\xf0\xa2\xc9\x6a\xeb\x0c\xe0\x7a\xeb\x65\xea\x4f\x92\xed\xbe\x6a\xbb\x0f\x7e\x60\xad\xdd\xf9\x2a\xd7\x35\xc2\x0f\x23\xdf\x2d\xc7\xda\x12\x4d\x43\x06\x38\x72\x77\x85\xa3\xf3\x41\x7a\xee\xbb\xfc\x5a\xa5\x15\xd7\xf9\xf5\x2f\xa2\xa1\x55\x57\x4d\x65\x09\xde\xa5\x07\xc8\x41\xe8\x5d\xf5\xf1\x1e\x18\xa2\x55\xf7\xaa\xfe\x67\xd8\x65\x35\x99\xe0\x4d\x53\x84\x17\x14\x03\x8d\xd0\xe5\x4d\xb3\x9e\x15\xa5\x38\x4e\xf3\x59\xc5\x04\x57\x72\x32\x64\x02\x09\x9d\x7b\x37\x0d\xca\x8f\x5d\xe7\xd7\xcc\x92\x20\x78\x97\x61\xf9\x3d\x9a\xb3\xdf\x47\x37\xd6\x98\xfb\x2e\x6c\xa4\xb0\xad\x48\x2d\x76\xc6\xea\x57\x5d\x8b\xb4\x6e\x19\x0c\x2b\x27\x6e\x2b\x45\x33\xd3\xac\xfa\x6c\xa8\x0a\x8c\x36\xaf\x98\x71\x5d\x1e\xbc\x62\xc5\x68\xcc\xa1\x2b\x5a\x0e\x24\x6e\x7c\x3c\xc8\x4c\x53\xa5\x35\xe4\x5d\x30\xf2\x0e\x98\x3b\xd9\xf8\x0a\xbf\x39\x73\x79\xc5\x2a\xce\x21\x53\x56\xf2\x77\xf8\xda\x5b\xc9\xbe\x48\xfc\x9f\x9b\x35\x55\x15\xb7\xff\x2b\x33\x0d\xe3\xfd\xf6\x60\x35\xa7\x3c\x76\xa6\x5d\x7c\x5b\x11\xff\x62\xe5\x88\x60\x2b\x28\x45\xc4\x3c\x92\x14\x6c\x18\xdd\x1d\x99\x01\x6e\x28\x55\x14\x49\x6a\x9d\xbc\xfd\x0c\x8d\xb3\xd9\x99\xe1\x2b\x57\x9c\xe8\xdb\xfb\x07\x2d\x92\xea\x0b\xd3\xf1\xd3\xee\x13\xd3\xe8\x35\x4b\x59\x06\x39\x07\xb7\x11\xe0\xb9\x20\xb9\xff\x5b\x88\x64\x73\x42\x7c\x12\x25\xaa\xcf\xef\x86\xd0\x62\x55\x17\xd1\xf5\x8b\xb6\xcc\x5e\xd4\x59\xdc\x66\x7b\xd4\xf3\x3f\xbf\x0b\xd0\xf7\x0f\x57\xb3\xb4\x16\xe7\x09\x4d\xcf\x7f\xbf\x38\x7f\x24\x13\xae\x53\xdb\x1b\x51\xbb\xdd\xd0\xbf\xab\x3a\x25\x75\x3e\xdb\xd4\x4b\x54\x9b\x58\xd6\x6d\x7a\x6a\x8a\xd0\x6d\x1a\x81\x88\x59\x94\xf9\x99\xed\xdd\xa9\xaf\xd8\x54\x56\x68\x21\xf3\x40\x6e\x8a\x50\x72\xf5\x9d\x8a\x65\x18\x81\x0c\x8b\xd6\x03\xcd\x50\xa8\x6c\xa3\x65\x18\x50\xe1\x8d\xdd\x7f\xcb\x51\xd9\x76\x90\x51\xf4\x67\x65\x3c\xc8\x2d\xcc\x6e\xdb\x42\x90\x3b\x5f\x25\xe6\x77\xbf\x4a\x94\x3c\xe8\xdd\xc0\x7c\xf3\xbd\x9f\xe5\x35\x8d\xc7\x37\x88\xca\xfb\xb9\x41\xe1\xc4\x90\x53\x54\xa4\xbe\x29\x2a\x49\xa7\x3b\xa5\xaa\x9f\xa1\x18\x2f\x73\xc4\x56\x96\xea\x61\xa6\xc3\x34\x87\xca\x89\x29\x30\x37\xcd\x61\xae\x8a\xba\x9a\xa6\xbf\x0d\xab\xa2\x22\x72\x7d\xbb\xf4\x6b\xe5\xb8\x0c\xb1\x87\x51\x6b\x00\x6e\x58\x43\x81\x09\x62\x0a\x43\xd9\x34\xc3\x9c\xf7\x5e\xb1\xeb\x0f\xe5\xdf\x95\x2e\x6b\xb9\x73\xc5\x96\x84\x69\xd7\xae\x8b\x8b\x58\xd2\xa7\x5c\xf8\x0b\x96\xf6\x74\xe2\x51\xe2\x93\x33\xef\x06\x65\x58\x07\xb5\xce\x22\xcb\x49\x3d\x1d\x62\x3e\xa9\xfb\x60\x9e\x5a\x42\x6a\xe8\xa0\xf6\x9f\x49\x63\x1a\xb9\xfe\x66\xb9\x0d\x15\xf3\xbb\xb7\xb7\x4c\xe8\x8f\x7f\x42\x72\xa6\xab\x10\xb7\xaa\x7d\x6a\x62\x8c\xf6\xa3\xbf\x89\x2e\x8e\x1c\xa8\x52\xb8\xa9\x81\x78\xae\xde\x37\xe5\xe7\x3d\x8b\xea\xef\x91\xc4\xd6\xb9\x95\x0f\xbe\xff\x21\xf7\x46\x45\x5b\xb5\x2a\x94\xef\xbf\x77\xa2\xbd\xb6\xdf\x80\x6e\x38\x46\xda\x76\x90\x4f\xe4\x74\x17\xb3\xb6\x1e\x6c\x52\xa0\x3b\xb5\xf0\xbc\x4f\x03\x88\x2e\x30\x26\x42\xf1\xa0\x78\xd1\x4f\x2e\x2c\x8b\xe7\x93\x62\x1a\x56\xea\x6b\x5d\xad\x53\xf2\x49\x61\x79\x24\xce\xfa\x01\x5d\x0e\xfa\xc9\xa2\xae\xe9\xa8\x6a\x5c\x6a\x98\xee\x60\xd5\xeb\xcf\xed\xbb\x80\x7e\x67\xc9\xb6\x7e\x64\x9b\xaa\xa2\x48\x6c\x22\x75\xcb\x70\x0c\x4b\x6c\x5c\x62\xc1\x2d\xe6\x86\x59\x64\x90\xdf\x24\x2c\x83\x5b\xd9\x06\x60\x7a\x87\xc5\x75\xd9\x5a\xd6\xb9\xc5\x86\xeb\x18\x81\x65\x65\xe4\x04\xab\x6f\xd0\x04\x16\x96\xe8\x0b\x0c\xab\x8d\xc8\x5a\x56\x16\x56\x9b\x69\x06\x64\x36\x56\x81\x6d\x6f\x4d\xb5\xb0\xd0\x33\x2b\x65\x33\x36\x75\x65\xfa\x93\xf7\x2d\x9c\x33\xbe\x89\xd1\x36\x98\xc6\x1b\xe6\x18\x08\xbc\x63\x48\x81\x2c\xf4\x9c\x09\xee\xaf\x88\x0f\x68\x33\x33\x1d\xf7\xeb\x6a\x87\x4f\x73\x8b\x7d\x72\x3e\xcd\x77\x79\xd4\xd0\xaf\xc5\x99\x98\x58\xf6\x34\xa2\xc7\xe8\xc9\x88\xdc\x26\x65\x70\x63\x21\x53\x58\xe9\x67\x75\xd5\x0a\xd7\xd8\x56\xeb\x0e\x2e\xf3\x3c\x15\xb3\x6c\x90\x17\x83\x4b\x99\xcd\x8a\x9b\xc1\x9c\xc2\x4d\x03\xae\x50\x7f\x49\x25\xb3\xc5\x60\x95\xcf\x85\x01\x97\xdd\x87\xe9\x03\x62\xd4\xc1\x72\x56\x0e\x56\x79\x21\x06\xd5\x72\x96\x0d\xbc\xa7\x83\x52\x2e\x32\x99\xc8\x78\x96\x55\x1a\x48\x69\xc0\x39\x1a\xae\x37\xde\xdb\x7f\xfa\xec\xe0\xf9\xe1\xec\x32\x9e\x8b\x64\xb1\x94\x5f\xbe\xa6\xab\x2c\x5f\x7f\x2b\xca\xaa\xbe\xba\xfe\x7e\xf3\xe3\xe5\x6f\xaf\x5e\x1f\x1d\xbf\xf9\xd7\xc9\xef\xff\xdf\xe9\xdb\xb3\xf3\x77\xff\xff\xfb\x8b\x0f\x1f\xff\xf8\xf3\xaf\xff\xfa\xef\x27\x9f\x0d\x38\x43\x4f\x78\xfb\x70\x83\xde\x3e\x5c\xdc\x2f\xec\xf5\xe0\x3d\x4e\x3c\x32\x3f\x9e\xeb\x82\x27\xf6\xc0\x13\xfb\xe0\x89\xa7\xe0\x89\x67\xe0\x89\x03\xf0\xc4\x73\xf0\xc4\x21\x78\x82\x06\x09\xcf\xa3\x3f\x63\xfa\xb3\x37\x85\x97\xea\x43\x8e\x23\xf4\xc4\xa1\xfa\xa2\x4a\x55\x51\x1a\xdd\xf1\x6c\x8a\x9d\xe7\x22\x91\x99\x30\x4d\xfd\xeb\xcc\x56\x73\xae\x1f\xd9\x43\x53\x33\xbb\xdd\x7c\xb7\x69\xd4\x99\x1e\x37\xdf\x54\x7f\xab\x0b\x1b\x61\x9a\xfa\xd7\x21\x2f\xab\xa8\xf4\x05\xc0\xdd\x26\x9c\xc1\x70\xc9\xab\xe2\xe6\xe7\x12\x0b\xf1\xad\x96\x85\x60\x6d\x3d\xa8\xc1\x6f\xe3\x59\x15\x2f\xd9\x6b\xfe\xf3\x56\x73\xa0\x70\xfa\x2f\xcb\x70\x76\xdb\x66\x05\xfe\x63\x34\xfa\xcf\x41\x99\xd7\x45\x2c\xde\xce\xd6\x6b\x99\x2d\x3e\xbe\x3f\xc5\x79\x1e\xdf\xf9\xf7\x1a\xce\x6a\xb6\xfe\x8f\xff\x17\x00\x00\xff\xff\x2f\x88\x72\xca\xa2\x43\x00\x00")
-/**
- * HttpProvider should be used to send rpc calls over http
- */
-var HttpProvider = function (host, timeout, user, password) {
- this.host = host || 'http://localhost:8545';
- this.timeout = timeout || 0;
- this.user = user;
- this.password = password;
-};
-
-/**
- * Should be called to prepare new XMLHttpRequest
- *
- * @method prepareRequest
- * @param {Boolean} true if request should be async
- * @return {XMLHttpRequest} object
- */
-HttpProvider.prototype.prepareRequest = function (async) {
- var request;
-
- if (async) {
- request = new XHR2();
- request.timeout = this.timeout;
- } else {
- request = new XMLHttpRequest();
- }
-
- request.open('POST', this.host, async);
- if (this.user && this.password) {
- var auth = 'Basic ' + new Buffer(this.user + ':' + this.password).toString('base64');
- request.setRequestHeader('Authorization', auth);
- } request.setRequestHeader('Content-Type', 'application/json');
- return request;
-};
-
-/**
- * Should be called to make sync request
- *
- * @method send
- * @param {Object} payload
- * @return {Object} result
- */
-HttpProvider.prototype.send = function (payload) {
- var request = this.prepareRequest(false);
-
- try {
- request.send(JSON.stringify(payload));
- } catch (error) {
- throw errors.InvalidConnection(this.host);
- }
-
- var result = request.responseText;
-
- try {
- result = JSON.parse(result);
- } catch (e) {
- throw errors.InvalidResponse(request.responseText);
- }
-
- return result;
-};
-
-/**
- * Should be used to make async request
- *
- * @method sendAsync
- * @param {Object} payload
- * @param {Function} callback triggered on end with (err, result)
- */
-HttpProvider.prototype.sendAsync = function (payload, callback) {
- var request = this.prepareRequest(true);
-
- request.onreadystatechange = function () {
- if (request.readyState === 4 && request.timeout !== 1) {
- var result = request.responseText;
- var error = null;
-
- try {
- result = JSON.parse(result);
- } catch (e) {
- error = errors.InvalidResponse(request.responseText);
- }
-
- callback(error, result);
- }
- };
-
- request.ontimeout = function () {
- callback(errors.ConnectionTimeout(this.timeout));
- };
-
- try {
- request.send(JSON.stringify(payload));
- } catch (error) {
- callback(errors.InvalidConnection(this.host));
- }
-};
-
-/**
- * Synchronously tries to make Http request
- *
- * @method isConnected
- * @return {Boolean} returns true if request haven't failed. Otherwise false
- */
-HttpProvider.prototype.isConnected = function () {
- try {
- this.send({
- id: 9999999999,
- jsonrpc: '2.0',
- method: 'net_listening',
- params: []
- });
- return true;
- } catch (e) {
- return false;
- }
-};
-
-module.exports = HttpProvider;
-
-},{"./errors":26,"xhr2":86,"xmlhttprequest":17}],33:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file iban.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var BigNumber = require('bignumber.js');
-
-var padLeft = function (string, bytes) {
- var result = string;
- while (result.length < bytes * 2) {
- result = '0' + result;
- }
- return result;
-};
-
-/**
- * Prepare an IBAN for mod 97 computation by moving the first 4 chars to the end and transforming the letters to
- * numbers (A = 10, B = 11, ..., Z = 35), as specified in ISO13616.
- *
- * @method iso13616Prepare
- * @param {String} iban the IBAN
- * @returns {String} the prepared IBAN
- */
-var iso13616Prepare = function (iban) {
- var A = 'A'.charCodeAt(0);
- var Z = 'Z'.charCodeAt(0);
-
- iban = iban.toUpperCase();
- iban = iban.substr(4) + iban.substr(0,4);
-
- return iban.split('').map(function(n){
- var code = n.charCodeAt(0);
- if (code >= A && code <= Z){
- // A = 10, B = 11, ... Z = 35
- return code - A + 10;
- } else {
- return n;
- }
- }).join('');
-};
-
-/**
- * Calculates the MOD 97 10 of the passed IBAN as specified in ISO7064.
- *
- * @method mod9710
- * @param {String} iban
- * @returns {Number}
- */
-var mod9710 = function (iban) {
- var remainder = iban,
- block;
-
- while (remainder.length > 2){
- block = remainder.slice(0, 9);
- remainder = parseInt(block, 10) % 97 + remainder.slice(block.length);
- }
-
- return parseInt(remainder, 10) % 97;
-};
-
-/**
- * This prototype should be used to create iban object from iban correct string
- *
- * @param {String} iban
- */
-var Iban = function (iban) {
- this._iban = iban;
-};
-
-/**
- * This method should be used to create iban object from ethereum address
- *
- * @method fromAddress
- * @param {String} address
- * @return {Iban} the IBAN object
- */
-Iban.fromAddress = function (address) {
- var asBn = new BigNumber(address, 16);
- var base36 = asBn.toString(36);
- var padded = padLeft(base36, 15);
- return Iban.fromBban(padded.toUpperCase());
-};
-
-/**
- * Convert the passed BBAN to an IBAN for this country specification.
- * Please note that "generation of the IBAN shall be the exclusive responsibility of the bank/branch servicing the account".
- * This method implements the preferred algorithm described in http://en.wikipedia.org/wiki/International_Bank_Account_Number#Generating_IBAN_check_digits
- *
- * @method fromBban
- * @param {String} bban the BBAN to convert to IBAN
- * @returns {Iban} the IBAN object
- */
-Iban.fromBban = function (bban) {
- var countryCode = 'XE';
-
- var remainder = mod9710(iso13616Prepare(countryCode + '00' + bban));
- var checkDigit = ('0' + (98 - remainder)).slice(-2);
-
- return new Iban(countryCode + checkDigit + bban);
-};
-
-/**
- * Should be used to create IBAN object for given institution and identifier
- *
- * @method createIndirect
- * @param {Object} options, required options are "institution" and "identifier"
- * @return {Iban} the IBAN object
- */
-Iban.createIndirect = function (options) {
- return Iban.fromBban('ETH' + options.institution + options.identifier);
-};
-
-/**
- * Thos method should be used to check if given string is valid iban object
- *
- * @method isValid
- * @param {String} iban string
- * @return {Boolean} true if it is valid IBAN
- */
-Iban.isValid = function (iban) {
- var i = new Iban(iban);
- return i.isValid();
-};
-
-/**
- * Should be called to check if iban is correct
- *
- * @method isValid
- * @returns {Boolean} true if it is, otherwise false
- */
-Iban.prototype.isValid = function () {
- return /^XE[0-9]{2}(ETH[0-9A-Z]{13}|[0-9A-Z]{30,31})$/.test(this._iban) &&
- mod9710(iso13616Prepare(this._iban)) === 1;
-};
-
-/**
- * Should be called to check if iban number is direct
- *
- * @method isDirect
- * @returns {Boolean} true if it is, otherwise false
- */
-Iban.prototype.isDirect = function () {
- return this._iban.length === 34 || this._iban.length === 35;
-};
-
-/**
- * Should be called to check if iban number if indirect
- *
- * @method isIndirect
- * @returns {Boolean} true if it is, otherwise false
- */
-Iban.prototype.isIndirect = function () {
- return this._iban.length === 20;
-};
-
-/**
- * Should be called to get iban checksum
- * Uses the mod-97-10 checksumming protocol (ISO/IEC 7064:2003)
- *
- * @method checksum
- * @returns {String} checksum
- */
-Iban.prototype.checksum = function () {
- return this._iban.substr(2, 2);
-};
-
-/**
- * Should be called to get institution identifier
- * eg. XREG
- *
- * @method institution
- * @returns {String} institution identifier
- */
-Iban.prototype.institution = function () {
- return this.isIndirect() ? this._iban.substr(7, 4) : '';
-};
-
-/**
- * Should be called to get client identifier within institution
- * eg. GAVOFYORK
- *
- * @method client
- * @returns {String} client identifier
- */
-Iban.prototype.client = function () {
- return this.isIndirect() ? this._iban.substr(11) : '';
-};
-
-/**
- * Should be called to get client direct address
- *
- * @method address
- * @returns {String} client direct address
- */
-Iban.prototype.address = function () {
- if (this.isDirect()) {
- var base36 = this._iban.substr(4);
- var asBn = new BigNumber(base36, 36);
- return padLeft(asBn.toString(16), 20);
- }
-
- return '';
-};
-
-Iban.prototype.toString = function () {
- return this._iban;
-};
-
-module.exports = Iban;
-
-
-},{"bignumber.js":"bignumber.js"}],34:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/** @file ipcprovider.js
- * @authors:
- * Fabian Vogelsteller
- * @date 2015
- */
-
-"use strict";
-
-var utils = require('../utils/utils');
-var errors = require('./errors');
-
-
-var IpcProvider = function (path, net) {
- var _this = this;
- this.responseCallbacks = {};
- this.path = path;
-
- this.connection = net.connect({path: this.path});
-
- this.connection.on('error', function(e){
- console.error('IPC Connection Error', e);
- _this._timeout();
- });
-
- this.connection.on('end', function(){
- _this._timeout();
- });
-
-
- // LISTEN FOR CONNECTION RESPONSES
- this.connection.on('data', function(data) {
- /*jshint maxcomplexity: 6 */
-
- _this._parseResponse(data.toString()).forEach(function(result){
-
- var id = null;
-
- // get the id which matches the returned id
- if(utils.isArray(result)) {
- result.forEach(function(load){
- if(_this.responseCallbacks[load.id])
- id = load.id;
- });
- } else {
- id = result.id;
- }
-
- // fire the callback
- if(_this.responseCallbacks[id]) {
- _this.responseCallbacks[id](null, result);
- delete _this.responseCallbacks[id];
- }
- });
- });
-};
-
-/**
-Will parse the response and make an array out of it.
-
-@method _parseResponse
-@param {String} data
-*/
-IpcProvider.prototype._parseResponse = function(data) {
- var _this = this,
- returnValues = [];
-
- // DE-CHUNKER
- var dechunkedData = data
- .replace(/\}[\n\r]?\{/g,'}|--|{') // }{
- .replace(/\}\][\n\r]?\[\{/g,'}]|--|[{') // }][{
- .replace(/\}[\n\r]?\[\{/g,'}|--|[{') // }[{
- .replace(/\}\][\n\r]?\{/g,'}]|--|{') // }]{
- .split('|--|');
-
- dechunkedData.forEach(function(data){
-
- // prepend the last chunk
- if(_this.lastChunk)
- data = _this.lastChunk + data;
-
- var result = null;
-
- try {
- result = JSON.parse(data);
-
- } catch(e) {
-
- _this.lastChunk = data;
-
- // start timeout to cancel all requests
- clearTimeout(_this.lastChunkTimeout);
- _this.lastChunkTimeout = setTimeout(function(){
- _this._timeout();
- throw errors.InvalidResponse(data);
- }, 1000 * 15);
-
- return;
- }
-
- // cancel timeout and set chunk to null
- clearTimeout(_this.lastChunkTimeout);
- _this.lastChunk = null;
-
- if(result)
- returnValues.push(result);
- });
-
- return returnValues;
-};
-
-
-/**
-Get the adds a callback to the responseCallbacks object,
-which will be called if a response matching the response Id will arrive.
-
-@method _addResponseCallback
-*/
-IpcProvider.prototype._addResponseCallback = function(payload, callback) {
- var id = payload.id || payload[0].id;
- var method = payload.method || payload[0].method;
-
- this.responseCallbacks[id] = callback;
- this.responseCallbacks[id].method = method;
-};
-
-/**
-Timeout all requests when the end/error event is fired
-
-@method _timeout
-*/
-IpcProvider.prototype._timeout = function() {
- for(var key in this.responseCallbacks) {
- if(this.responseCallbacks.hasOwnProperty(key)){
- this.responseCallbacks[key](errors.InvalidConnection('on IPC'));
- delete this.responseCallbacks[key];
- }
- }
-};
-
-
-/**
-Check if the current connection is still valid.
-
-@method isConnected
-*/
-IpcProvider.prototype.isConnected = function() {
- var _this = this;
-
- // try reconnect, when connection is gone
- if(!_this.connection.writable)
- _this.connection.connect({path: _this.path});
-
- return !!this.connection.writable;
-};
-
-IpcProvider.prototype.send = function (payload) {
-
- if(this.connection.writeSync) {
- var result;
-
- // try reconnect, when connection is gone
- if(!this.connection.writable)
- this.connection.connect({path: this.path});
-
- var data = this.connection.writeSync(JSON.stringify(payload));
-
- try {
- result = JSON.parse(data);
- } catch(e) {
- throw errors.InvalidResponse(data);
- }
-
- return result;
-
- } else {
- throw new Error('You tried to send "'+ payload.method +'" synchronously. Synchronous requests are not supported by the IPC provider.');
- }
-};
-
-IpcProvider.prototype.sendAsync = function (payload, callback) {
- // try reconnect, when connection is gone
- if(!this.connection.writable)
- this.connection.connect({path: this.path});
-
-
- this.connection.write(JSON.stringify(payload));
- this._addResponseCallback(payload, callback);
-};
-
-module.exports = IpcProvider;
-
-
-},{"../utils/utils":20,"./errors":26}],35:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/** @file jsonrpc.js
- * @authors:
- * Marek Kotewicz
- * Aaron Kumavis
- * @date 2015
- */
-
-// Initialize Jsonrpc as a simple object with utility functions.
-var Jsonrpc = {
- messageId: 0
-};
-
-/**
- * Should be called to valid json create payload object
- *
- * @method toPayload
- * @param {Function} method of jsonrpc call, required
- * @param {Array} params, an array of method params, optional
- * @returns {Object} valid jsonrpc payload object
- */
-Jsonrpc.toPayload = function (method, params) {
- if (!method)
- console.error('jsonrpc method should be specified!');
-
- // advance message ID
- Jsonrpc.messageId++;
-
- return {
- jsonrpc: '2.0',
- id: Jsonrpc.messageId,
- method: method,
- params: params || []
- };
-};
-
-/**
- * Should be called to check if jsonrpc response is valid
- *
- * @method isValidResponse
- * @param {Object}
- * @returns {Boolean} true if response is valid, otherwise false
- */
-Jsonrpc.isValidResponse = function (response) {
- return Array.isArray(response) ? response.every(validateSingleMessage) : validateSingleMessage(response);
-
- function validateSingleMessage(message){
- return !!message &&
- !message.error &&
- message.jsonrpc === '2.0' &&
- typeof message.id === 'number' &&
- message.result !== undefined; // only undefined is not valid json object
- }
-};
-
-/**
- * Should be called to create batch payload object
- *
- * @method toBatchPayload
- * @param {Array} messages, an array of objects with method (required) and params (optional) fields
- * @returns {Array} batch payload
- */
-Jsonrpc.toBatchPayload = function (messages) {
- return messages.map(function (message) {
- return Jsonrpc.toPayload(message.method, message.params);
- });
-};
-
-module.exports = Jsonrpc;
-
-
-},{}],36:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file method.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var utils = require('../utils/utils');
-var errors = require('./errors');
-
-var Method = function (options) {
- this.name = options.name;
- this.call = options.call;
- this.params = options.params || 0;
- this.inputFormatter = options.inputFormatter;
- this.outputFormatter = options.outputFormatter;
- this.requestManager = null;
-};
-
-Method.prototype.setRequestManager = function (rm) {
- this.requestManager = rm;
-};
-
-/**
- * Should be used to determine name of the jsonrpc method based on arguments
- *
- * @method getCall
- * @param {Array} arguments
- * @return {String} name of jsonrpc method
- */
-Method.prototype.getCall = function (args) {
- return utils.isFunction(this.call) ? this.call(args) : this.call;
-};
-
-/**
- * Should be used to extract callback from array of arguments. Modifies input param
- *
- * @method extractCallback
- * @param {Array} arguments
- * @return {Function|Null} callback, if exists
- */
-Method.prototype.extractCallback = function (args) {
- if (utils.isFunction(args[args.length - 1])) {
- return args.pop(); // modify the args array!
- }
-};
-
-/**
- * Should be called to check if the number of arguments is correct
- *
- * @method validateArgs
- * @param {Array} arguments
- * @throws {Error} if it is not
- */
-Method.prototype.validateArgs = function (args) {
- if (args.length !== this.params) {
- throw errors.InvalidNumberOfRPCParams();
- }
-};
-
-/**
- * Should be called to format input args of method
- *
- * @method formatInput
- * @param {Array}
- * @return {Array}
- */
-Method.prototype.formatInput = function (args) {
- if (!this.inputFormatter) {
- return args;
- }
-
- return this.inputFormatter.map(function (formatter, index) {
- return formatter ? formatter(args[index]) : args[index];
- });
-};
-
-/**
- * Should be called to format output(result) of method
- *
- * @method formatOutput
- * @param {Object}
- * @return {Object}
- */
-Method.prototype.formatOutput = function (result) {
- return this.outputFormatter && result ? this.outputFormatter(result) : result;
-};
-
-/**
- * Should create payload from given input args
- *
- * @method toPayload
- * @param {Array} args
- * @return {Object}
- */
-Method.prototype.toPayload = function (args) {
- var call = this.getCall(args);
- var callback = this.extractCallback(args);
- var params = this.formatInput(args);
- this.validateArgs(params);
-
- return {
- method: call,
- params: params,
- callback: callback
- };
-};
-
-Method.prototype.attachToObject = function (obj) {
- var func = this.buildCall();
- func.call = this.call; // TODO!!! that's ugly. filter.js uses it
- var name = this.name.split('.');
- if (name.length > 1) {
- obj[name[0]] = obj[name[0]] || {};
- obj[name[0]][name[1]] = func;
- } else {
- obj[name[0]] = func;
- }
-};
-
-Method.prototype.buildCall = function() {
- var method = this;
- var send = function () {
- var payload = method.toPayload(Array.prototype.slice.call(arguments));
- if (payload.callback) {
- return method.requestManager.sendAsync(payload, function (err, result) {
- payload.callback(err, method.formatOutput(result));
- });
- }
- return method.formatOutput(method.requestManager.send(payload));
- };
- send.request = this.request.bind(this);
- return send;
-};
-
-/**
- * Should be called to create pure JSONRPC request which can be used in batch request
- *
- * @method request
- * @param {...} params
- * @return {Object} jsonrpc request
- */
-Method.prototype.request = function () {
- var payload = this.toPayload(Array.prototype.slice.call(arguments));
- payload.format = this.formatOutput.bind(this);
- return payload;
-};
-
-module.exports = Method;
-
-},{"../utils/utils":20,"./errors":26}],37:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/** @file db.js
- * @authors:
- * Marek Kotewicz
- * @date 2015
- */
-
-var Method = require('../method');
-
-var DB = function (web3) {
- this._requestManager = web3._requestManager;
-
- var self = this;
-
- methods().forEach(function(method) {
- method.attachToObject(self);
- method.setRequestManager(web3._requestManager);
- });
-};
-
-var methods = function () {
- var putString = new Method({
- name: 'putString',
- call: 'db_putString',
- params: 3
- });
-
- var getString = new Method({
- name: 'getString',
- call: 'db_getString',
- params: 2
- });
-
- var putHex = new Method({
- name: 'putHex',
- call: 'db_putHex',
- params: 3
- });
-
- var getHex = new Method({
- name: 'getHex',
- call: 'db_getHex',
- params: 2
- });
-
- return [
- putString, getString, putHex, getHex
- ];
-};
-
-module.exports = DB;
-
-},{"../method":36}],38:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file eth.js
- * @author Marek Kotewicz
- * @author Fabian Vogelsteller
- * @date 2015
- */
-
-"use strict";
-
-var formatters = require('../formatters');
-var utils = require('../../utils/utils');
-var Method = require('../method');
-var Property = require('../property');
-var c = require('../../utils/config');
-var Contract = require('../contract');
-var watches = require('./watches');
-var Filter = require('../filter');
-var IsSyncing = require('../syncing');
-var namereg = require('../namereg');
-var Iban = require('../iban');
-var transfer = require('../transfer');
-
-var blockCall = function (args) {
- return (utils.isString(args[0]) && args[0].indexOf('0x') === 0) ? "eth_getBlockByHash" : "eth_getBlockByNumber";
-};
-
-var blockSignersCall = function (args) {
- return (utils.isString(args[0]) && args[0].indexOf('0x') === 0) ? "eth_getBlockSignersByHash" : "eth_getBlockSignersByNumber";
-};
-
-var blockFinalityCall = function (args) {
- return (utils.isString(args[0]) && args[0].indexOf('0x') === 0) ? "eth_getBlockFinalityByHash" : "eth_getBlockFinalityByNumber";
-};
-
-var transactionFromBlockCall = function (args) {
- return (utils.isString(args[0]) && args[0].indexOf('0x') === 0) ? 'eth_getTransactionByBlockHashAndIndex' : 'eth_getTransactionByBlockNumberAndIndex';
-};
-
-var uncleCall = function (args) {
- return (utils.isString(args[0]) && args[0].indexOf('0x') === 0) ? 'eth_getUncleByBlockHashAndIndex' : 'eth_getUncleByBlockNumberAndIndex';
-};
-
-var getBlockTransactionCountCall = function (args) {
- return (utils.isString(args[0]) && args[0].indexOf('0x') === 0) ? 'eth_getBlockTransactionCountByHash' : 'eth_getBlockTransactionCountByNumber';
-};
-
-var uncleCountCall = function (args) {
- return (utils.isString(args[0]) && args[0].indexOf('0x') === 0) ? 'eth_getUncleCountByBlockHash' : 'eth_getUncleCountByBlockNumber';
-};
-
-function Eth(web3) {
- this._requestManager = web3._requestManager;
-
- var self = this;
-
- methods().forEach(function(method) {
- method.attachToObject(self);
- method.setRequestManager(self._requestManager);
- });
-
- properties().forEach(function(p) {
- p.attachToObject(self);
- p.setRequestManager(self._requestManager);
- });
-
-
- this.iban = Iban;
- this.sendIBANTransaction = transfer.bind(null, this);
+func bignumberJsBytes() ([]byte, error) {
+ return bindataRead(
+ _bignumberJs,
+ "bignumber.js",
+ )
}
-Object.defineProperty(Eth.prototype, 'defaultBlock', {
- get: function () {
- return c.defaultBlock;
- },
- set: function (val) {
- c.defaultBlock = val;
- return val;
- }
-});
+func bignumberJs() (*asset, error) {
+ bytes, err := bignumberJsBytes()
+ if err != nil {
+ return nil, err
+ }
-Object.defineProperty(Eth.prototype, 'defaultAccount', {
- get: function () {
- return c.defaultAccount;
- },
- set: function (val) {
- c.defaultAccount = val;
- return val;
- }
-});
-
-var methods = function () {
- var getBalance = new Method({
- name: 'getBalance',
- call: 'eth_getBalance',
- params: 2,
- inputFormatter: [formatters.inputAddressFormatter, formatters.inputDefaultBlockNumberFormatter],
- outputFormatter: formatters.outputBigNumberFormatter
- });
-
- var getStorageAt = new Method({
- name: 'getStorageAt',
- call: 'eth_getStorageAt',
- params: 3,
- inputFormatter: [null, utils.toHex, formatters.inputDefaultBlockNumberFormatter]
- });
-
- var getCode = new Method({
- name: 'getCode',
- call: 'eth_getCode',
- params: 2,
- inputFormatter: [formatters.inputAddressFormatter, formatters.inputDefaultBlockNumberFormatter]
- });
-
- var getBlock = new Method({
- name: 'getBlock',
- call: blockCall,
- params: 2,
- inputFormatter: [formatters.inputBlockNumberFormatter, function (val) { return !!val; }],
- outputFormatter: formatters.outputBlockFormatter
- });
-
- var getBlockSigners = new Method({
- name: 'getBlockSigners',
- call: blockSignersCall,
- params: 1,
- inputFormatter: [formatters.inputBlockNumberFormatter],
- outputFormatter: formatters.outputBlockSignersFormatter
- });
-
- var getBlockFinality = new Method({
- name: 'getBlockFinality',
- call: blockFinalityCall,
- params: 1,
- inputFormatter: [formatters.inputBlockNumberFormatter],
- outputFormatter: formatters.formatOutputInt
- });
-
- var getUncle = new Method({
- name: 'getUncle',
- call: uncleCall,
- params: 2,
- inputFormatter: [formatters.inputBlockNumberFormatter, utils.toHex],
- outputFormatter: formatters.outputBlockFormatter,
-
- });
-
- var getCompilers = new Method({
- name: 'getCompilers',
- call: 'eth_getCompilers',
- params: 0
- });
-
- var getBlockTransactionCount = new Method({
- name: 'getBlockTransactionCount',
- call: getBlockTransactionCountCall,
- params: 1,
- inputFormatter: [formatters.inputBlockNumberFormatter],
- outputFormatter: utils.toDecimal
- });
-
- var getBlockUncleCount = new Method({
- name: 'getBlockUncleCount',
- call: uncleCountCall,
- params: 1,
- inputFormatter: [formatters.inputBlockNumberFormatter],
- outputFormatter: utils.toDecimal
- });
-
- var getTransaction = new Method({
- name: 'getTransaction',
- call: 'eth_getTransactionByHash',
- params: 1,
- outputFormatter: formatters.outputTransactionFormatter
- });
-
- var getTransactionFromBlock = new Method({
- name: 'getTransactionFromBlock',
- call: transactionFromBlockCall,
- params: 2,
- inputFormatter: [formatters.inputBlockNumberFormatter, utils.toHex],
- outputFormatter: formatters.outputTransactionFormatter
- });
-
- var getTransactionReceipt = new Method({
- name: 'getTransactionReceipt',
- call: 'eth_getTransactionReceipt',
- params: 1,
- outputFormatter: formatters.outputTransactionReceiptFormatter
- });
-
- var getTransactionCount = new Method({
- name: 'getTransactionCount',
- call: 'eth_getTransactionCount',
- params: 2,
- inputFormatter: [null, formatters.inputDefaultBlockNumberFormatter],
- outputFormatter: utils.toDecimal
- });
-
- var sendRawTransaction = new Method({
- name: 'sendRawTransaction',
- call: 'eth_sendRawTransaction',
- params: 1,
- inputFormatter: [null]
- });
-
- var sendTransaction = new Method({
- name: 'sendTransaction',
- call: 'eth_sendTransaction',
- params: 1,
- inputFormatter: [formatters.inputTransactionFormatter]
- });
-
- var signTransaction = new Method({
- name: 'signTransaction',
- call: 'eth_signTransaction',
- params: 1,
- inputFormatter: [formatters.inputTransactionFormatter]
- });
-
- var sign = new Method({
- name: 'sign',
- call: 'eth_sign',
- params: 2,
- inputFormatter: [formatters.inputAddressFormatter, null]
- });
-
- var call = new Method({
- name: 'call',
- call: 'eth_call',
- params: 2,
- inputFormatter: [formatters.inputCallFormatter, formatters.inputDefaultBlockNumberFormatter]
- });
-
- var estimateGas = new Method({
- name: 'estimateGas',
- call: 'eth_estimateGas',
- params: 1,
- inputFormatter: [formatters.inputCallFormatter],
- outputFormatter: utils.toDecimal
- });
-
- var compileSolidity = new Method({
- name: 'compile.solidity',
- call: 'eth_compileSolidity',
- params: 1
- });
-
- var compileLLL = new Method({
- name: 'compile.lll',
- call: 'eth_compileLLL',
- params: 1
- });
-
- var compileSerpent = new Method({
- name: 'compile.serpent',
- call: 'eth_compileSerpent',
- params: 1
- });
-
- var submitWork = new Method({
- name: 'submitWork',
- call: 'eth_submitWork',
- params: 3
- });
-
- var getWork = new Method({
- name: 'getWork',
- call: 'eth_getWork',
- params: 0
- });
-
- var getCandidateStatus = new Method({
- name: 'getCandidateStatus',
- call: 'eth_getCandidateStatus',
- params: 2,
- inputFormatter: [formatters.inputAddressFormatter, formatters.inputEpochNumberFormatter]
- });
- return [
- getBalance,
- getStorageAt,
- getCode,
- getBlock,
- getBlockSigners,
- getBlockFinality,
- getCandidateStatus,
- getUncle,
- getCompilers,
- getBlockTransactionCount,
- getBlockUncleCount,
- getTransaction,
- getTransactionFromBlock,
- getTransactionReceipt,
- getTransactionCount,
- call,
- estimateGas,
- sendRawTransaction,
- signTransaction,
- sendTransaction,
- sign,
- compileSolidity,
- compileLLL,
- compileSerpent,
- submitWork,
- getWork
- ];
-};
-
-
-var properties = function () {
- return [
- new Property({
- name: 'coinbase',
- getter: 'eth_coinbase'
- }),
- new Property({
- name: 'mining',
- getter: 'eth_mining'
- }),
- new Property({
- name: 'hashrate',
- getter: 'eth_hashrate',
- outputFormatter: utils.toDecimal
- }),
- new Property({
- name: 'syncing',
- getter: 'eth_syncing',
- outputFormatter: formatters.outputSyncingFormatter
- }),
- new Property({
- name: 'gasPrice',
- getter: 'eth_gasPrice',
- outputFormatter: formatters.outputBigNumberFormatter
- }),
- new Property({
- name: 'accounts',
- getter: 'eth_accounts'
- }),
- new Property({
- name: 'blockNumber',
- getter: 'eth_blockNumber',
- outputFormatter: utils.toDecimal
- }),
- new Property({
- name: 'protocolVersion',
- getter: 'eth_protocolVersion'
- })
- ];
-};
-
-Eth.prototype.contract = function (abi) {
- var factory = new Contract(this, abi);
- return factory;
-};
-
-Eth.prototype.filter = function (options, callback, filterCreationErrorCallback) {
- return new Filter(options, 'eth', this._requestManager, watches.eth(), formatters.outputLogFormatter, callback, filterCreationErrorCallback);
-};
-
-Eth.prototype.namereg = function () {
- return this.contract(namereg.global.abi).at(namereg.global.address);
-};
-
-Eth.prototype.icapNamereg = function () {
- return this.contract(namereg.icap.abi).at(namereg.icap.address);
-};
-
-Eth.prototype.isSyncing = function (callback) {
- return new IsSyncing(this._requestManager, callback);
-};
-
-module.exports = Eth;
-
-},{"../../utils/config":18,"../../utils/utils":20,"../contract":25,"../filter":29,"../formatters":30,"../iban":33,"../method":36,"../namereg":44,"../property":45,"../syncing":48,"../transfer":49,"./watches":43}],39:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/** @file eth.js
- * @authors:
- * Marek Kotewicz
- * @date 2015
- */
-
-var utils = require('../../utils/utils');
-var Property = require('../property');
-
-var Net = function (web3) {
- this._requestManager = web3._requestManager;
-
- var self = this;
-
- properties().forEach(function(p) {
- p.attachToObject(self);
- p.setRequestManager(web3._requestManager);
- });
-};
-
-/// @returns an array of objects describing web3.eth api properties
-var properties = function () {
- return [
- new Property({
- name: 'listening',
- getter: 'net_listening'
- }),
- new Property({
- name: 'peerCount',
- getter: 'net_peerCount',
- outputFormatter: utils.toDecimal
- })
- ];
-};
-
-module.exports = Net;
-
-},{"../../utils/utils":20,"../property":45}],40:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file eth.js
- * @author Marek Kotewicz
- * @author Fabian Vogelsteller
- * @date 2015
- */
-
-"use strict";
-
-var Method = require('../method');
-var Property = require('../property');
-var formatters = require('../formatters');
-
-function Personal(web3) {
- this._requestManager = web3._requestManager;
-
- var self = this;
-
- methods().forEach(function(method) {
- method.attachToObject(self);
- method.setRequestManager(self._requestManager);
- });
-
- properties().forEach(function(p) {
- p.attachToObject(self);
- p.setRequestManager(self._requestManager);
- });
+ info := bindataFileInfo{name: "bignumber.js", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)}
+ a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0x75, 0xfc, 0x15, 0x5e, 0x7d, 0x27, 0x1a, 0x9a, 0xb5, 0xfb, 0x16, 0x90, 0xf4, 0x93, 0xac, 0xcb, 0x6c, 0x9c, 0xcd, 0x68, 0xe6, 0xd0, 0x3a, 0xcf, 0xa3, 0x83, 0x5c, 0x20, 0x34, 0x66, 0x45}}
+ return a, nil
}
-var methods = function () {
- var newAccount = new Method({
- name: 'newAccount',
- call: 'personal_newAccount',
- params: 1,
- inputFormatter: [null]
- });
+var _web3Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x69\x77\xdb\x38\xb2\x38\x0e\xbf\xf7\xa7\x40\xf4\xdc\x27\x92\x62\x46\xf2\xd6\xe9\x34\xdd\xee\x8c\xe3\xa4\x3b\x9e\x9b\xc4\x39\x49\x3c\x3d\x73\x3d\x9e\x1c\x4a\x84\x24\x74\x28\x52\x3f\x92\xf2\xd2\xb1\xbf\xfb\xff\xa0\xb0\x2f\x5c\x64\x3b\xbd\x8d\xfd\x22\x11\x81\xc2\x56\x28\x14\x0a\x85\x42\x55\x8e\xff\xdf\x92\xe4\x78\xaf\x37\x59\xa6\xe3\x92\x64\x29\xc2\xbd\x32\x48\x83\xbc\xff\x45\xa6\x14\xbd\x2c\x58\xf6\xbf\x90\x49\xef\x41\x7a\x92\x9d\xb2\x5f\x25\xfc\x3a\x8b\x72\x14\xed\x95\x97\x0b\x9c\x4d\x90\xa8\x6b\xaf\x23\x8a\x76\x1e\x3e\xe4\x89\xbb\xb4\xcc\xf2\xe1\xc3\xa8\x9f\xe3\x72\x99\xa7\x28\xea\x65\xc1\x83\x8d\x3e\x4d\x27\x22\x8d\xf0\x34\x5a\xeb\x64\x2f\xc5\xe7\xe8\x65\x9e\x67\x79\xaf\x73\x10\xa5\x69\x56\xa2\x09\x49\x63\x34\xcf\xe2\x65\x82\x51\xb7\xb3\x9e\xad\x77\xba\x9d\xfe\x6e\x39\xcb\xb3\x73\x34\x19\x8c\xb3\x18\xef\x75\xde\x1c\xbd\x38\x7e\xfd\xf2\xd3\xdb\xa3\x8f\x9f\x7e\x3c\x3a\x7e\xfb\xa2\x13\x4c\xae\x69\x7d\xc9\x1e\xed\xfb\xde\x17\x7c\xb1\xc8\xf2\xb2\x08\xbf\x5c\x5f\xef\xd2\x31\x9c\x6c\x9c\x0e\xc6\x51\x92\xf4\x92\x01\xcf\x0a\x44\xef\x7b\x98\x0d\x30\xdd\x03\xc0\xcd\xd3\x13\x7c\xba\xcb\xbb\x5a\xf4\xd2\x67\x69\x88\xfb\xd7\x41\x12\xa8\x92\x38\x60\xb8\xbb\xe6\x50\xb4\x49\x91\x09\xbd\x20\xad\x70\x35\xc9\xf2\x1e\x85\xce\xf6\x36\x76\xb3\xef\xf3\x41\x82\xd3\x69\x39\xdb\xcd\xd6\xd7\xfb\x45\x2f\xa7\x88\x97\xdd\xb8\xee\xf7\xbe\x6c\x86\x27\xb2\xcb\xbc\x8a\x80\x61\x29\xe0\x6d\xf7\xbf\xac\xb1\x04\xd1\x99\xbd\x93\x35\x84\xbe\xac\x21\x84\x50\x67\x9c\xa5\x45\x19\xa5\x65\x27\x44\x65\xbe\xc4\x01\x4b\x25\xe9\x62\x59\x16\x9d\x10\x9d\xc0\xb7\x80\x86\xbc\x34\x9a\xe3\x4e\x88\x3a\x9f\xb2\xf3\x14\xe7\x9d\x40\xe5\xd0\xd1\xd1\x9c\x28\x8e\x73\x5c\x14\x1d\x9e\x73\x0d\xff\x9f\xf2\xaa\x45\x71\xf8\x9f\xa7\x65\xcb\xb2\xb9\xbd\xec\x93\x56\xc4\x68\x6f\x74\x59\xe2\x62\x7b\xcb\xdf\x9e\x00\x92\x98\x5e\x43\xe8\x3a\xb8\x13\x04\xdc\xa8\x3f\x72\x38\x1a\xf6\xda\x21\x60\x65\x54\xff\x51\x87\x3e\xce\xd2\x12\xa7\xe5\xad\x07\xff\xa7\x9c\x77\x3a\x63\x7f\x98\x69\x9f\x44\x49\xf1\xdb\x0d\x3d\xc7\x05\xce\xcf\x7c\xab\xfe\x8f\x3e\x69\xc5\x72\xf4\x1e\x4f\x49\x51\xe6\xd1\x7f\xc1\xe4\x05\x75\x75\xe0\xf3\xa3\x5b\xf1\xfd\x32\x8f\xd2\x62\xe2\x65\x7d\x7f\x16\x1c\xe4\x16\x29\xac\x8e\x84\x02\x97\x1f\xea\x49\xea\xce\x70\x61\x37\xfd\x9b\x34\xfa\x95\x27\x20\x6a\x83\xf8\xba\x0a\x16\x39\x99\x47\xf9\xa5\xb7\x1f\x59\x96\x34\x4e\xde\x3e\x6f\xeb\xcf\x8b\x42\x73\x0f\xae\xad\xa6\x0a\x09\x07\x95\xdb\xf8\x1f\x09\x09\xde\xde\xc7\xa4\xc8\xce\xd3\x5b\xf4\x3c\x4a\xb3\xf4\x72\x9e\x2d\x8b\x15\xba\x4e\xd2\x18\x5f\xe0\xd8\xd8\xbb\xee\x6c\x62\x55\xe5\x5a\x77\xcc\xda\xcf\x49\x7a\x1b\xc6\xbd\xbf\x04\x4c\xbc\x4c\x63\x1c\x77\x2c\x34\xe1\x33\x4a\x08\x7f\x01\x1c\x8d\x48\x1c\xb7\xc3\xd1\xcd\xea\x3f\x8b\x92\xa5\xb7\xfb\x4b\x92\x96\x5b\xdf\x3c\xa9\x9f\x82\xb7\xf8\xfc\x39\xf9\x1d\x91\x7f\xab\x35\x77\x30\x8b\xd2\xe9\xef\x49\x3a\x77\x42\x39\x15\x75\x6b\x52\x7d\x2d\xd5\x78\x31\xf3\x8e\xed\x46\x8d\x08\x5a\x3b\x5d\x5b\xbb\x0e\xbe\x5c\x9f\x06\x5b\xbf\xdb\xa1\xff\x2f\x74\xe6\xfd\x9d\x64\xc7\xc9\x32\x8d\x6f\x4c\x2a\xb7\xde\xb8\xee\x8f\xbd\x7f\xee\x63\xef\xfd\xa1\xef\x8f\x7c\xe6\xf0\x0e\x9e\x9f\x17\xfe\x68\xd2\xe6\xd7\xdd\xcc\xd5\x5e\xb5\x7d\x67\x7b\xd5\xaa\xf3\x3e\xc9\xb3\xf9\x2d\xa7\xbd\xcc\x6e\x79\xd4\xbc\x9d\xc0\xf7\xfb\xae\x9b\x3f\x02\xfe\x48\x1a\x93\x1c\x8f\xcb\x43\xef\x9e\xb9\x42\x4f\x6e\x37\x11\x64\x1c\x2d\x3e\xfe\xae\x93\xe1\xc7\x64\xbb\xd3\x2e\x5e\x64\x05\xa9\x3b\xa8\x2f\xa2\xcb\x68\x94\x60\x53\x28\xf8\x5d\xb8\x52\x15\xcd\xdd\xc9\xf1\xeb\x76\x34\xb0\x2f\xc6\xfb\xc2\xc4\xe7\x6f\x7f\x92\xb9\x13\x24\x55\xd4\xdd\x8e\xce\x7e\x07\xf4\xff\x61\xb1\x7e\x17\xe7\xc7\x1b\xf3\xc9\xaf\x8d\x75\x9b\xe9\xdd\xa3\xbd\x25\xda\x6f\xbd\x71\x7d\xed\x99\x3d\xf4\x6c\x69\x75\x72\xdc\x4e\x1b\x39\x0e\x8c\x37\xd0\x9e\xb0\x70\xe8\x75\x07\xc3\x49\x96\xcf\xa3\xb2\xc4\x79\xd1\xed\xef\x02\xc0\x87\x2c\x21\x31\x29\x2f\x3f\x5e\x2e\xb0\x09\x4b\xdb\xa7\x50\x6b\xc3\x47\x8f\xd6\xd0\x23\x03\x92\xeb\xdc\x11\x29\x50\x84\x16\x79\x96\x51\x60\x54\xce\xa2\x12\xe5\x78\x41\x0f\x59\x69\x59\x20\x3e\x77\x88\x66\xd2\x1a\x0e\x4b\x34\x8f\xca\xf1\x0c\x17\x21\xfd\xe4\xd9\xda\xcf\x93\x53\xfd\x63\xc7\xf8\x3a\x35\x33\xb7\xad\xef\xd3\x93\x27\xa7\x27\xa7\x01\x1a\x0c\x06\x6b\xe8\xd1\xd0\x19\x9b\xe8\xf1\x1e\x92\xd6\x34\xbd\x3e\x9f\xe2\x72\x46\x8a\xc1\x27\x58\x18\x3f\x0a\x04\x51\xc0\x01\x43\xd7\x21\xcd\x38\x4c\xcb\x5d\x0d\x98\xed\xdb\x3e\xe8\x23\xc8\xe1\xcd\xed\xae\x5d\xef\xae\xad\x79\xfa\x31\x58\xe4\x59\xc9\xb0\xb6\x87\x52\x7c\x6e\xf4\xb5\xf7\xe5\xba\xbf\x5b\x5f\x6a\x00\xd2\x4b\xbe\x1c\x97\x19\x6d\xdc\x03\xdb\xd4\xee\x80\x14\x7c\xce\x15\x42\x28\x39\x0a\xa4\x70\xbb\x96\x07\x0f\x68\xe2\x00\xe6\xad\x37\xe4\xd8\xee\xfd\xfb\xa4\x77\xb2\xf1\xf8\xbb\xd3\x47\xfd\x7f\x9f\xf6\x9f\x0d\xfb\x6c\x9c\xe6\xc1\xa1\xb2\x5b\xd7\xc1\x97\x8e\x4e\x8a\x9d\xf0\xbb\xa0\xc3\xe8\xad\x13\x6e\xee\x5c\x9f\x06\xdf\xfc\xce\xe4\xfd\x3c\xcb\x92\x06\xda\x1e\x51\x90\x0a\xc2\xa6\x79\xe2\x7f\x46\xa5\xf0\x6b\x47\xfd\x3c\xd5\x92\xb7\xf5\x8f\x26\x32\x86\x9e\xdd\x94\x86\x69\xe1\x55\x88\x98\xc1\xdb\x14\x4c\x53\x57\x24\x5f\xb3\x48\x0d\xed\xb2\x16\xeb\xca\xde\x84\x6a\xff\x43\x51\x6b\xd2\xec\xa3\xff\x69\x45\xb4\xbc\x3f\xcd\x14\xfb\xe4\xf7\xa6\x58\xba\x87\x49\x92\x2d\xfd\x34\x5b\xce\x30\x82\xcd\x0e\x08\x77\xe0\xa3\x5c\x9a\x2b\x7f\x70\xba\x84\x9f\x3b\xda\xef\x53\x3d\x63\xdb\xf8\x32\xe9\x17\xf1\xad\x55\xfe\x7c\x6a\xd4\xc3\x8b\x7a\xa8\x1c\x3a\x79\x63\x32\xa7\xa5\x57\xa2\x73\x56\xc0\x21\x74\x9a\xbc\x2a\xa5\x9b\x65\xea\x48\x9d\x35\x5a\x5b\xfa\x66\xc4\x4e\x2b\x61\xa4\xfe\x65\x33\xb8\xee\xdf\x8c\xf0\x79\xef\x9a\x29\xff\xdb\x36\x94\x3f\x7c\x04\x1d\xfe\x38\x23\x05\x9a\x90\x04\x53\x4a\x5d\x44\x79\x89\xb2\x09\x3a\xc7\xa3\xed\xc1\x2f\xc5\x60\x0d\x40\xf8\x17\x05\x98\xe4\x18\xa3\x22\x9b\x94\xe7\x51\x8e\x43\x74\x99\x2d\xd1\x38\x4a\x51\x8e\x63\x52\x94\x39\x19\x2d\x4b\x8c\x48\x89\xa2\x34\x1e\x66\x39\x9a\x67\x31\x99\x5c\x42\x1d\xa4\x44\xcb\x34\xc6\x39\x10\x7c\x89\xf3\x79\x41\xdb\xa1\x1f\x3f\xbd\x3d\x46\xaf\x71\x51\xe0\x1c\xfd\x84\x53\x9c\x47\x09\x7a\xb7\x1c\x25\x64\x8c\x5e\x93\x31\x4e\x0b\x8c\xa2\x02\x2d\x68\x4a\x31\xc3\x31\x1a\x5d\x72\x2a\xc2\xe8\x47\xda\x99\x0f\xbc\x33\xe8\xc7\x6c\x99\xc6\x11\x1d\x73\x80\x30\x29\x67\x38\x47\x67\x38\x2f\xe8\x0c\x6d\x8b\xb6\x78\x8d\x01\xca\x72\xa8\xa5\x17\x95\x74\x0c\x39\xca\x16\xb4\x60\x1f\x45\xe9\x25\x4a\xa2\x52\x95\x75\x51\xa0\x46\x1a\x23\x92\x42\xb5\xb3\x4c\xac\x6c\x52\xa2\x73\x92\x24\x68\x84\xd1\xb2\xc0\x93\x65\xc2\x04\xc7\xd1\xb2\x44\x3f\x1f\x7e\x7c\x75\x74\xfc\x11\xed\xbf\xfd\x17\xfa\x79\xff\xfd\xfb\xfd\xb7\x1f\xff\xb5\x8b\xce\x49\x39\xcb\x96\x25\xa2\x12\x25\xd4\x45\xe6\x8b\x84\xe0\x18\x9d\x47\x79\x1e\xa5\xe5\x25\xca\x26\x50\xc5\x9b\x97\xef\x0f\x5e\xed\xbf\xfd\xb8\xff\xfc\xf0\xf5\xe1\xc7\x7f\xa1\x2c\x47\x3f\x1e\x7e\x7c\xfb\xf2\xc3\x07\xf4\xe3\xd1\x7b\xb4\x8f\xde\xed\xbf\xff\x78\x78\x70\xfc\x7a\xff\x3d\x7a\x77\xfc\xfe\xdd\xd1\x87\x97\x03\x84\x3e\x60\xda\x31\x0c\x35\x34\x23\x7a\x02\x73\x96\x63\x14\xe3\x32\x22\x89\x98\xff\x7f\x65\x4b\x54\xcc\xb2\x65\x12\xa3\x59\x74\x86\x51\x8e\xc7\x98\x9c\xe1\x18\x45\x68\x9c\x2d\x2e\x5b\x4f\x24\x54\x16\x25\x59\x3a\x85\x61\x4b\x2a\x43\xe8\x70\x82\xd2\xac\x0c\x50\x81\x31\xfa\x7e\x56\x96\x8b\x70\x38\x3c\x3f\x3f\x1f\x4c\xd3\xe5\x20\xcb\xa7\xc3\x84\x55\x50\x0c\x7f\x18\xac\x3d\x1a\x0a\x66\xfb\x37\x20\xdb\x71\x16\xe3\x7c\xf0\x0b\xb0\xc8\xbf\x45\xcb\x72\x96\xe5\xe8\x4d\x94\xe3\xcf\xe8\x7f\xb3\x12\x9f\x93\xf1\xaf\xe8\xfb\x39\xfd\xfe\x1b\x2e\x67\x31\x3e\x1b\x8c\xb3\xf9\x0f\x00\x1c\x47\x25\x46\x5b\x1b\x9b\xdf\x00\xc3\x6b\xde\x0a\x6a\x04\x58\xad\x0c\x97\xc7\x7c\x7b\x07\x97\x14\x34\x60\xba\x0b\xfa\x20\x0f\xd3\xd2\x04\x24\x69\xe9\x83\x3b\x76\x00\x97\x15\x90\x2f\x2e\xd3\x68\x4e\xc6\x82\x8d\x6b\x25\x62\x96\x03\x3c\xca\x57\xf2\x43\x99\x93\x74\x6a\x96\x29\x20\xcd\x07\xfd\x1e\x47\xd6\x18\x73\x1c\x79\xc7\x78\xec\x82\x2e\xab\x60\x3d\xdd\x96\xfd\x05\x60\x52\xf0\x01\x1a\x9c\xb9\xd0\xaa\x08\x60\x87\xe5\x7c\x5a\x58\x88\x6b\xf9\x03\x59\x05\x6c\x23\x0c\xf8\xea\x4a\x9e\x1e\x51\x05\xf4\x7e\x9e\x47\x97\x0c\x9c\x31\x71\x4b\x14\x38\xa0\xf4\xa9\x49\x00\x7c\x25\x31\x0e\x11\xa3\x32\x43\x38\xa5\x34\x3c\x8c\x31\xfd\x4f\xb6\x42\x99\x71\xc4\xd8\x24\xe5\x4a\x5c\xae\x35\x37\x66\x56\xb7\x3e\x62\x0a\x56\x98\x3b\x33\x24\xa1\x3d\xa8\xa1\x30\xba\x08\xbc\x7f\x8e\xcb\x59\x16\x7b\xba\xc5\x94\xeb\x59\x3e\x47\x4c\x72\xc9\x8c\x19\x59\x43\x6c\x0d\xf2\xe2\x9f\xf8\xcc\xf0\x2c\xf4\x37\xe8\x3d\xfa\xc2\x88\xe7\x5a\x8a\xe5\x7f\x63\x98\x2f\xd0\x17\xbd\xb2\x6b\xc8\x82\xb7\x0a\x05\xfa\x02\xef\x1a\xae\x11\xff\x24\x94\x37\x30\x89\x88\x92\x21\xf4\x85\xee\x44\x94\xdd\x03\x42\x0c\x64\x68\x3b\xb5\xde\x25\x07\x47\x02\x45\x14\x9b\x85\x29\xde\x69\x58\x1b\x4c\x48\x52\xe2\xbc\xa7\x95\xed\x6b\x3a\x08\x4e\x45\x25\x17\x0a\x04\x11\x80\x4e\xa1\x7f\xb2\x71\xba\xcb\xf8\x27\x99\xa0\xde\x03\xbd\x11\xbd\x0e\xf6\x40\x83\x3d\xe5\xe8\x92\xf4\x2c\x4a\x48\xac\x68\x80\xd6\xf8\x20\x44\x5d\xb4\x8e\xf4\xca\xd7\x74\x59\x43\xaf\xd9\xa4\xc0\x0a\x4a\x43\x8b\x24\x22\x29\xa3\x2f\x6b\x1a\x19\xc0\x3b\x9e\x53\x3d\x8b\x3c\xfd\x68\xf4\x0b\x1e\x97\xd7\x56\x85\x62\x92\x55\x39\x56\x6d\x6c\xc1\x55\x4f\x9d\xd6\x0d\x67\xe6\x02\x56\xde\x12\xb8\x60\xd2\xb4\x62\x45\xef\x84\x02\x9f\x06\xe8\x04\xc0\x4f\xfb\xed\x50\x93\x90\x02\x24\x20\xb6\xf8\xaa\xb1\x53\xe8\x68\x00\x16\xc0\xb0\xe3\x4b\x5f\xa8\x02\x55\x88\x71\x9a\x6d\x85\x9b\xc2\x5d\xfa\x1c\x3b\x45\x15\x7d\x17\x82\xc0\xa7\xb8\xd4\x57\x60\xc1\x39\x07\x27\x59\x5a\x8c\xf7\x8d\x96\x30\x6a\x18\xcc\xa3\x45\xaf\x8a\xc7\x82\x56\xce\xb3\x46\x0c\xde\xc9\x6a\xee\xb1\x9e\x9e\x40\x91\x53\xc6\x9e\xc5\x97\x5c\x45\x5a\x7f\xf8\x3e\x75\x34\x99\x14\xb8\x74\x3a\x95\xe3\x78\x39\xc6\x5a\xbf\xa2\xf1\x38\x40\x0d\x9d\x03\xec\x94\x51\x49\xc6\xef\xa2\xbc\x7c\x0d\x2f\x89\xac\x9a\x07\x76\x7e\xcf\xd3\x4f\x51\x57\x4e\x99\x12\x8e\x3f\xb8\x55\xbe\x89\xca\xd9\x60\x92\x64\x59\xde\xeb\x39\x2d\xae\xa3\xed\xcd\x3e\x1a\xa2\xed\xad\x3e\x7a\x84\xb6\xb7\xf8\xa0\x35\xf4\x45\xe3\x31\x5a\x47\x3d\xb9\xe9\x18\x58\xaf\x40\x21\x7a\xa6\xed\x5d\x08\x6d\x6f\xa1\xd0\x48\xa8\xe8\xac\x40\x7d\x80\x36\x74\xec\xe7\xb8\x58\x26\xa5\xa0\x1e\x36\x83\x6f\x96\x49\x49\x7e\x26\xe5\x8c\xcd\x89\xa0\x40\xa3\x6f\x81\xa4\xa3\xc0\x9c\x41\x51\x39\x1f\x21\xab\xdf\x3c\xf1\xf9\x49\xdf\x6a\xd5\xb7\x06\x5a\xf6\x40\x5b\x23\x72\x78\x9d\xce\xae\x5a\x38\x38\x99\xf0\x11\xf3\xce\xf2\x5d\x21\xcb\x5f\x46\xe3\x59\xcf\x66\x4c\x44\xa7\x2d\xca\xf5\x2b\xe7\x4b\xcd\xd5\x69\x5f\x2f\xc4\x10\x02\x5d\x59\x77\xb5\x9d\x3d\xb3\xfb\x62\x1d\x69\x44\x28\xd7\x2e\xa5\x62\x9c\x4c\x38\x88\x3d\x47\xd0\x01\xb7\x4b\x02\x4f\xf0\x61\x4f\x96\xde\x84\xb9\x14\xd7\xf7\x10\xe6\xcf\xf0\xd0\x10\x6d\x29\xd0\x6b\x84\x93\x02\x5b\xc3\x1b\x0e\x51\x9c\xa5\xdd\x12\x45\x71\x8c\x78\xa9\x32\x33\xab\x1c\x20\x52\x76\x0b\x14\x25\x39\x8e\xe2\x4b\x34\xce\x96\x69\x89\xe3\x0a\x2c\x7d\xa5\x71\x5e\xab\x45\x38\x1c\xa2\x8f\x47\x2f\x8e\x42\x34\x21\xd3\x65\x8e\x11\x3d\xb0\xa5\xb8\xa0\x27\x40\x7a\x4a\xbb\x2c\x4c\x66\xf5\x5b\x10\xc9\x1f\x67\x92\xcd\xc9\xc0\x3a\x02\x05\x56\x2a\x96\xb9\x44\x6b\x8e\x27\x11\xa8\x63\xce\x67\x59\x82\x59\x0f\x49\x3a\x7d\xd0\xc0\x08\x6a\x78\x80\xcd\xf9\xf9\xa0\x03\x94\x39\x2b\xdf\x58\xe4\x62\x4e\x1a\x45\x7d\xcf\x16\xd7\x73\x55\x63\x1a\x01\xb1\x86\xd1\x79\xa4\xc8\xba\xc0\xa5\x33\xa7\x8c\xac\xde\x46\x73\x6c\xef\x43\x2a\x47\x97\x33\xdd\xb2\x9e\xcd\xa7\x7e\x3f\x53\x15\x7b\xea\x94\x7c\x91\x63\x50\x49\xb5\xe2\xaf\x66\xd8\xa2\x92\x45\x8e\xcf\x48\xb6\x2c\x64\x87\xb6\x76\x29\x4a\x48\x8a\x48\x5a\x3a\x25\x9a\xf0\xaf\xf5\xd7\xd7\x20\xfd\x9b\x64\x39\x82\x47\xc2\x04\xed\xa1\xcd\x5d\x44\xd0\xf7\x62\x00\xe2\xbd\x30\x22\xeb\xeb\x55\xc5\xe9\x9f\xd5\xe7\xf5\x3d\xb4\xde\x13\x38\x20\xe8\x31\xda\x3c\xa5\x12\x3e\xba\xba\x42\x1b\xbb\x95\x95\xd4\xb0\x72\x4e\x0f\xeb\x88\xa0\x47\x55\x33\xb7\x6e\xf7\x82\x0a\x07\x55\x6c\x5f\xfc\x5d\x3b\xa9\x66\xca\x75\xbf\xd7\xb7\xa6\x70\x38\x44\x13\x92\x17\x25\xc2\x09\x9e\xe3\xb4\xa4\xe7\x2b\x86\xa6\x00\x15\x9f\xc9\x02\x91\x72\x95\x29\x37\xb0\xbf\xe1\xc3\x3e\xc5\x5f\xed\x0c\xc0\xd3\xf9\x38\x26\xb4\x91\x28\x91\x8b\x9c\xe3\xd3\xe1\x3f\x2e\xbe\xfd\x7c\x51\x91\x4e\x05\x83\x38\x21\x68\x1d\x6d\x9e\x0a\x3e\x81\xd6\x91\xd3\x0d\x0f\xda\x1b\x11\x6c\x31\x3f\x0f\x24\xdf\x2a\x3d\xb4\xcf\xa8\xe2\xc6\xac\xe7\x0f\xcd\x54\xa8\xb0\x65\x62\xea\x96\x8b\xbf\x81\x32\x51\x15\x43\xda\xa8\x63\x48\xa8\x15\x4d\x37\x72\x94\xe1\x10\x8d\xa3\x64\xbc\x4c\xa2\x12\x0b\xc1\x87\x1e\xf9\x78\x5f\x10\x29\xf1\xfc\x16\xec\x88\xb2\xa2\x93\x3f\x11\x53\xea\xdb\xb0\xd7\x2b\xed\x2b\xb7\x9c\x90\xdf\x8f\xc1\xe8\xcc\xe5\xab\xf3\x16\xe4\x68\x8b\x78\x3f\x1a\xb4\x21\x5c\x17\xc9\x6f\x26\xb3\x1a\x8d\x11\x83\x6c\xad\x31\x12\xe9\xf2\x56\x53\xaa\x44\xfc\xba\xa4\x6a\x3d\x88\xd6\xb0\x47\xfc\x83\xfa\x7d\x3a\x22\xad\x98\xd2\x11\x31\x68\x90\x6d\xda\xa0\xa5\x56\x49\x54\x81\x90\x2a\x1d\x51\x35\x42\x78\x09\x38\x61\x40\x6b\x0a\x31\xf5\x1a\x22\x7d\x88\xbe\xd3\xb1\x81\x9b\xd5\x15\x44\xa2\x14\xa3\x62\x1d\x9e\x11\x71\xe1\x3d\x85\x5b\xc7\xfd\x3b\xd6\x28\xb1\x21\xf7\x60\x64\x62\x7d\x29\xb5\x88\xa1\x17\x11\x35\x2a\x0d\x53\x9d\xca\x41\x8d\xaa\x51\xcf\xa0\x63\x94\x71\x20\x5a\xe6\xae\x47\xda\x46\x1d\x25\x4f\xa2\x3e\x39\x98\x77\xad\x92\x49\x0e\x87\xa8\x58\xce\xd9\x0d\x9d\x67\x97\xe2\x22\xa2\x84\xe7\xd5\x9d\x90\x53\xca\x15\xe5\x17\x6c\x49\x3e\xfe\x23\x9a\x37\x11\x21\xa4\x4d\x07\x05\xc3\x21\xca\xf1\x3c\x3b\x83\x6b\x4c\x34\x5e\xe6\x39\x95\x4f\xa5\x70\x9a\x41\x32\xef\x26\x29\xa0\xe7\x9e\xde\x16\xab\x68\xfc\x04\x32\x5b\x6b\xfe\x8c\x91\xa1\xc7\x4e\xfd\xad\x29\xed\x83\xb5\x0e\x2b\xae\x75\xbc\xa7\x56\xc1\xe3\x3c\x54\x56\x5a\x57\x0e\x82\xac\xe8\x0e\xa6\x5f\x92\x98\xf7\x17\xac\xb7\xb4\xad\x31\xbf\x65\xd2\x4d\x2d\xa0\xf7\x3d\x66\xaf\x6a\x9b\x60\xf0\x6b\xd1\x5e\x3f\xf0\x66\x3f\xcf\xb2\xa4\x2a\x8f\x0a\x21\x15\x59\xc7\x35\x79\xfa\xe5\x66\x65\xb3\x75\x99\x8c\x0b\x57\xe5\xbe\xc7\x51\x65\x8f\x8f\x59\xe6\x1a\x25\x08\xd7\x7e\x03\x50\x27\x6d\x36\x84\xe1\x6c\xb8\x13\x74\xd8\xdd\x6f\x27\xfc\x06\x7e\xd2\xbe\x75\xc2\x27\xf4\xb7\x7e\x1d\xdb\x09\x9f\x06\x3e\x5b\x0f\x92\x96\x9d\x70\x73\x83\xfe\xcc\x71\x94\x74\xc2\xcd\x2d\xfa\x9b\xdd\xca\x76\xc2\xcd\x6d\xfa\xb5\x64\x50\xd0\xc0\x92\x83\x3d\xb9\x3e\x0d\x9e\xfe\x96\x76\x51\x0d\xd7\xd0\x37\xb3\x26\xd2\x2b\x59\xc5\xa8\xc8\x2c\x67\xdb\x16\xe9\xb9\x2b\x9a\x18\xf9\x8b\xd6\x58\x1a\x99\x3d\x69\x53\xd7\x2d\xec\x8e\x2a\x8c\x8d\x5a\x35\xaa\x5d\x89\x7b\xa7\x4b\xb0\x9d\x7c\x89\x5b\x98\x30\x59\xc3\x6e\xb6\x64\xfa\xee\xde\x92\xe9\xde\x92\xe9\xbf\xc5\x92\x49\x2d\x84\xbb\x32\x67\x7a\x4e\xa6\x6f\x97\xf3\x11\xb0\x42\xc9\x9d\x47\x64\x9a\x42\xe2\xe0\x17\xc9\xc9\x97\x25\x49\x4c\xfb\x9a\xc1\x10\xd2\xd8\xbf\x02\x6c\xec\x05\x19\x67\xe9\x84\x38\xc6\x40\xe2\x64\xa6\xed\x0a\x70\x76\x81\x6d\x41\x0c\x9c\xf1\xea\x02\x01\xbf\x47\xf0\x60\x83\x9e\xb3\x28\xdf\x52\x56\xb2\xb0\x14\xe8\xdc\x80\x72\xe6\x11\xc5\x31\x83\x24\x05\x4a\xf1\x34\x2a\xc9\x19\x0e\x04\x27\x82\x8b\xa3\xf2\x3c\xeb\x16\x68\x9c\xcd\x17\x42\x5a\x85\x52\x74\x6e\x65\xc9\x49\x92\x45\x25\x49\xa7\x68\x91\x91\xb4\x0c\xd8\x75\x28\x25\xfb\x38\x3b\x4f\xad\x33\x9d\xa9\x26\x71\x8f\x6f\x57\x0c\xcb\x57\x12\xdf\xd7\x62\x2c\x74\x29\xa5\x18\xc7\x70\x8a\x1e\xa9\x39\x8e\xfd\xc6\x30\x80\xb4\x6b\x69\xe7\x63\xb6\x6b\x30\x60\xa8\x5f\x70\x61\xd9\xee\x80\xcd\x45\x6f\x3c\x78\xf9\xf1\xd5\xa7\xe7\x87\x3f\xbd\x3d\x7e\xf3\xfc\xe5\xfb\x4f\xef\x8f\x8e\xdf\xbe\x38\x7c\xfb\xd3\xa7\x37\x47\x2f\x5e\x6a\x67\x38\xa9\x89\x83\x99\x1c\x2c\xa2\xf8\x35\x9e\x94\x3d\xf6\x55\x66\x1f\xcf\xb3\xe2\x40\x62\x91\xb7\x39\x28\x33\x2e\x2e\x6d\x3e\xe9\x07\xe8\xc9\x8e\x79\xc3\xa3\xef\x96\x30\x9c\x1e\x6b\xc4\x34\xc0\x30\x27\x5e\x1c\x7e\x2b\x70\xfe\x5c\x9e\x8d\xcd\x43\xf3\xaa\x38\x74\xa5\x0e\x03\x8b\x1e\x84\x94\xd9\x2b\x7c\x21\xc6\x5d\x2c\x47\x45\x99\xf7\xb6\x34\xfc\x25\xd6\xd5\x3e\x2b\x2e\xb4\xdc\xeb\xe8\xc9\x76\x1f\x0d\x75\x14\xd9\xe8\x7e\x4f\xa6\xb3\x92\x17\x0b\x50\x82\x1e\x7d\x65\x7c\xf2\x1d\xf8\x4e\xd1\x5a\x29\xd3\xdd\x1a\xbb\xe2\x78\x66\xa2\x55\x6a\xe7\x7e\xb7\x19\xb0\xd4\xa6\xac\xb1\xfe\x80\xad\xf9\x75\xd4\x3c\x41\x4d\x9c\x8e\x49\xf2\xd5\x2b\xe2\x83\xc8\xbf\xed\xdc\x49\xe3\xce\xf6\xb3\x36\xc9\xb3\xf9\x71\x39\x79\x7a\x3f\x71\x9e\x89\xe3\xef\x8c\xaa\x18\x19\x7f\x85\x24\x26\x8d\x7e\xe3\x28\x5d\x9d\x91\xd9\x4f\x8e\xaa\xe7\xac\xbb\x71\xbb\xbf\x2e\x5a\xe7\xd5\xa3\x67\x08\x75\x37\xbb\x28\x44\xdd\x8d\xee\xed\x79\x54\x13\x26\xe9\x89\x95\x96\xfa\x07\x85\x2b\x10\x15\x8c\xe7\xcb\xa4\x24\x4c\xa8\x1c\x5d\xa2\xad\xff\xcc\xa9\x78\x2e\x6d\xe8\x22\x5a\x73\x89\xa7\x38\xaf\xd9\x4a\xde\xf3\x5a\x9b\xf6\xef\x55\x67\x84\xdb\x32\x57\xcc\x08\x47\x93\x45\x7d\x14\x6b\xb2\x45\xb9\xb9\x92\x39\x2e\xac\xac\xad\xfe\x60\x91\x9d\xf7\x36\xb7\x9e\xf6\xfb\x26\x4a\x0f\x66\x78\xfc\x19\x91\x89\x81\x53\x4d\x2c\xb2\x10\x51\x90\x69\x8a\xe3\xc3\xe2\xad\xca\x76\x14\xd1\xb2\x8e\x19\xbe\xe0\x3d\x36\x91\x21\x88\x16\x0e\x7d\xd0\x76\x69\x4a\x62\x19\x3d\xb2\x9c\x13\x2a\x86\x47\x49\xa1\xac\x96\xed\xd6\x1b\xf1\xe5\xc3\x90\x60\x37\x1b\x01\xda\xec\x07\x68\xf3\x89\x26\x8f\x6c\xf5\x8d\xdc\x3e\xda\xdb\xdb\xa3\x24\xeb\xa5\xc2\x9c\xb2\x8f\xc7\x51\x02\x9d\x42\x4c\x75\xa0\x2e\x3c\x98\xa8\xe9\x12\x11\x53\x24\xd8\x42\xa0\x41\x1e\x8e\x1d\x2c\xc5\x99\x12\x0c\x6b\xda\x95\xc2\x21\x2c\x0b\x32\x45\x4c\x4e\xb7\xe8\x4d\x76\xc1\xc0\x9f\x61\x14\x4b\x81\xd9\x3c\xee\xb1\xde\x68\xba\xcc\x5e\x1f\x5d\x5d\xa1\xce\x46\x87\xeb\x88\x87\x43\x34\x96\x54\x44\x85\x67\x31\x91\xb2\x75\x06\x44\x4a\x36\xd1\x52\xd2\x76\x85\x6c\x71\x7f\x6b\xcd\x33\x9f\x5b\x8f\x0a\xd2\x33\xbf\x6c\x4a\xe7\x24\x5d\xda\xab\xa0\x3b\xb9\xe5\x5f\x17\xea\x16\x95\x6f\xca\xeb\xb1\x16\x1d\xba\x01\x05\x2d\xeb\x49\xe8\xb8\x96\x86\x7c\xd4\x83\x57\x22\x1f\xde\xbc\x4b\x38\xc7\x77\x41\x39\x5f\x07\x65\x9c\xe5\x57\xa1\xcc\xe1\xdd\x8d\x28\x03\x8c\x69\x22\xb1\x89\x22\xde\x9c\x8b\x22\x87\x99\xfb\x2c\xce\xad\xc5\xc8\x61\x06\x31\x39\x23\x31\x8e\x9f\x5f\xd6\xf0\xf0\x9b\x50\x53\x03\x6e\x8e\xef\x1a\x39\xcb\x4a\xec\x1c\xaf\x8c\x9e\xe3\xdb\xe0\xc7\xbd\x85\x65\x55\x4b\x14\x55\x49\x5c\xea\xc1\x74\x6b\xbc\x88\x9d\xcd\x9c\x8b\x4a\x1c\xf1\xa6\x5d\x14\x39\xf2\x99\x0f\x43\x9e\xe5\x05\xfb\xd5\x2d\x05\xb6\xcd\x2e\x7a\xc6\xb6\x66\xee\x19\x63\x35\x6c\x56\x9e\x1c\xb5\x77\xb9\x35\x7b\x5f\x82\x27\x0a\x71\x54\x82\xa8\x39\xdb\x38\xa2\x47\x1a\xcd\x31\x7b\xe0\x43\x7f\x59\x22\x18\x87\xa1\x75\xca\x1a\x3c\x98\x77\x0e\xa1\xd0\x46\x80\x74\x65\x39\x2d\xc4\x9f\x58\xa3\x3d\x54\xf5\x52\xf7\x51\x7f\xa8\x1d\x69\x0a\xf2\x2b\xe7\x89\x05\xdc\x52\xf1\xf2\x27\x9b\xa7\xa6\x28\xdc\xdd\xb8\xa0\x22\xb3\x3b\xb9\x83\x22\x21\x63\x4c\x25\x93\x2d\xf4\x08\xaa\x5b\x91\xce\x1b\x66\x46\x3f\x85\xdf\xd9\x04\xad\x8a\xfe\x4a\x55\x80\xb3\xc9\xc8\x23\xa2\xc5\x07\x18\xe2\xf8\x25\x98\x8d\xb9\x27\x3b\x7d\xbe\x87\x97\x19\x87\xef\xa3\x47\xe2\x54\xe9\x9b\x01\xab\x22\x26\x1d\x3e\xd9\x09\x78\xfb\xab\x4d\x41\xcd\xa9\x9c\x0d\xdf\x73\x2c\xbf\x53\xec\x47\xc5\x98\x90\x3a\xfc\x7b\x8e\xf3\xbf\x21\xe6\x85\x56\x07\xb4\x03\xed\xf0\xbf\xda\x04\x28\xf7\x34\x55\x33\xb0\xaf\x1c\xd8\x54\x4c\x41\x25\x6f\xaf\x40\xb9\xac\xd0\xc5\xb6\xcf\x81\xcd\x0a\xd2\x94\x81\xbb\xce\xc6\x45\x07\xad\x23\x7e\xc6\x01\xb4\xb3\xdf\xd2\xac\x60\x67\x23\x40\x7a\x52\x95\xcf\x80\x2f\xc2\xf4\x43\x3b\x6b\x86\xd6\x77\x60\xc3\xc0\x8a\x0d\x9d\x14\x07\x4e\x5f\xe0\x61\x55\x86\x53\x8a\x21\x33\x74\x93\xdc\x7e\x64\x59\x12\xda\x09\x0e\x14\x95\x40\x42\x3b\x41\x87\x92\x62\x59\x68\x27\xb8\x50\xc7\x0e\xd8\xb1\x17\x4e\x6f\x54\xa5\x78\xea\x73\x01\x8f\xfd\x90\xfa\x60\x55\x8a\x07\x4e\xc7\xb6\x96\xe4\x42\xfa\xa6\xc7\xcd\x71\xcb\x99\x13\xa4\xa7\xb9\xb0\x9c\xea\x43\xef\xba\xbb\x16\xd7\xba\xe6\xe5\x50\x27\xdc\x7c\x1a\x74\xcc\x4b\xa5\x4e\xb8\x05\x16\x0c\xb0\x30\x3a\xe1\xe6\x66\xd0\xd1\xaf\xa6\x3a\xa1\xf9\x79\x7d\x1a\x6c\x6e\xfc\xce\x2e\x5d\x0e\x99\x6d\x7c\x8d\x0f\x22\x92\x96\x55\x2e\x88\xf8\xed\x15\x49\x4b\xe6\x9d\x85\xfe\xd8\x91\xbf\x4e\x55\xe2\xb6\xf6\xdb\x72\xde\x42\xd2\x92\xb9\x6e\x21\x69\xf9\x64\x47\x82\x3d\x55\x15\x6d\x7d\xf3\xa4\xa2\x2e\x0a\xdf\xe0\xca\xc8\x3e\x1a\x7e\x45\x6f\x5c\x00\x6e\x9b\x21\x1c\xa6\xe5\x8a\x96\x17\x46\x89\x1a\x83\x0b\x68\xae\xa6\xe4\x8d\xcc\x2b\x48\x5a\x0a\x51\xf1\xd9\x8d\x5c\xba\xb0\x5e\x35\x9b\x41\x6c\xb6\x8a\x62\x77\x6f\x07\x71\x6f\x07\xf1\xe7\xb5\x83\x40\xca\x10\x82\x89\x4a\x77\x64\x03\xd1\xc2\xb4\xc1\x66\xf5\xcc\x74\x21\x03\x83\x74\xe5\xb9\x63\xe0\x91\x50\xcf\x67\x38\x95\xef\x15\x03\x66\xfb\x4d\x05\x70\xe9\xc0\x41\x48\x96\x43\xaf\x6d\x84\xa5\xfe\xb6\x9f\x27\x02\x27\x15\xf2\x23\xfb\xff\xea\x0a\x75\xbb\x1a\x9f\xcd\xc4\xcb\x05\xf6\x63\x57\x7b\x6a\x48\x52\xde\x7a\x6b\x8f\x1f\x53\x5c\xea\x26\xbf\x60\x40\xde\x2d\xc4\x43\x50\xe0\x25\xb4\x12\xc3\xda\x5d\xc9\xf7\xcc\xd8\xd5\x94\xa2\x85\x9a\x49\xd5\xaa\x57\x86\x7a\xa2\x8f\x7d\xc3\xa0\x1d\xd0\xa3\x1b\xb4\xdb\x8d\xd4\x9a\xa2\x81\x95\xbf\x71\xec\xd0\xaf\x1f\x5b\x23\x63\x9c\x63\x4a\x4c\x62\x3d\x98\x6e\x59\x18\xb9\xc7\x64\x32\xc1\x60\x90\xcc\x50\x6e\x9d\x4b\xce\xe5\xbb\x10\xfd\x38\x22\x50\xc2\x67\x49\xd8\x2e\xa7\xde\x43\x88\x79\x74\xa1\xdb\xa1\xaf\x1f\xd1\x82\x71\x18\xd9\x8b\x6a\x54\x9e\xfb\xdf\xcc\x9a\x74\x57\x79\xab\xa7\x08\x52\x92\xea\x2a\x18\xcd\xe6\x23\x92\xba\x1e\x6e\xca\x6c\x8a\x29\x77\xa7\x35\xe0\xe9\x80\x2d\xaa\x68\xb1\xc0\x29\xac\xa5\x28\x65\x6f\x20\x2c\xec\xf2\xda\x9a\xee\x61\x38\x63\x9a\x91\x31\x65\x4f\xa2\x57\xcd\x85\xf9\x05\x6a\x36\xe1\xb0\xb0\x0f\xd5\xa2\x56\x0c\xaf\x49\xef\x57\x87\x56\xa9\xb7\x60\x57\x26\xbb\xa8\x19\xbb\xe3\x28\x49\x38\x7e\xc5\x35\x0e\x1b\xd1\x2c\x52\x4b\xb7\x20\xbf\x72\xe7\x82\x70\x5d\x37\x8b\x8a\x80\xfe\x2f\x08\x0d\xdc\xff\x7a\xee\xed\x74\x7c\x4b\x5b\x50\xbf\xce\xb4\x16\x35\x7e\xef\x4c\xbe\x85\xcb\x57\xc5\x83\xbd\x3d\x90\x2e\x26\x24\xb5\xde\x2a\x35\x21\x41\x79\x2d\xe2\x55\xf1\x1b\x66\x5b\x69\xc0\x72\xf7\x8b\xe7\xd5\x47\x7f\xa6\xf1\x75\x35\x34\x2d\x96\x99\x51\x7b\xdd\xa0\x1f\xc0\xa8\x95\x0b\x80\x3e\x7a\x86\xba\x5d\x14\xb6\x33\xc8\xd2\x50\xe6\x35\xcb\x5a\x01\x6f\x94\xf7\x33\xe5\x84\x94\x19\x7d\xcf\xbd\x94\xfe\xc2\x8f\x33\xb1\xf7\x88\x5b\xe1\x48\x67\xf8\xd1\x5c\x27\x32\x20\xf1\x5a\x2c\xaa\xc6\xbc\x28\x04\xbf\x4a\x36\xfe\x7c\xfe\x99\xe4\xf2\xda\x45\xec\xca\x0f\x55\xd0\x1d\x9f\xb0\xde\xea\xa8\x33\xb6\xb5\x0a\xdc\x69\x9b\x92\x1f\x79\x22\x21\x12\x97\xf0\x2d\xb0\x88\xe7\x8b\xf2\x52\x57\x09\xb6\xd8\x44\x1b\x57\xa1\x49\x8f\x1a\x7b\x0a\x41\xfa\x58\x01\x37\xc2\xe3\x54\xa5\xaf\x29\x2f\x26\x6a\x07\xc2\xab\x6c\x1a\x83\x71\xb1\xb2\xee\x11\x0b\x6e\x32\x0e\xf5\x18\xaf\xda\x3f\xd4\x6b\x52\x94\xce\xcb\xbf\x13\x63\x34\xa7\x1e\xa7\x50\xb5\xa3\x57\x35\xbb\xdb\x8b\x7c\x17\x24\x6e\xea\x97\x8b\x98\x59\xb6\xf2\x77\x70\x52\x15\x59\x66\xa5\xf6\xd6\x95\x15\x16\xc2\x11\xf3\x3b\x84\x8c\xb7\x7d\xf2\x09\x21\x07\x35\x9f\x15\x19\x7b\x9b\x5c\x8f\x6c\xfb\xaa\x58\x90\xf6\xed\x97\xed\x2c\xc4\x6c\x1e\xed\xe9\x3d\x56\xb0\xfa\x30\xd6\xf7\x5c\x45\x3f\x7f\xad\xe5\xbe\xd0\x62\x90\x4a\x04\xea\x65\xfa\xab\x5b\xf9\x6a\x6e\x38\x14\xd3\x8d\xcf\x70\x7e\x59\xce\xc0\x17\x89\x56\x8f\x8e\x1d\xd7\xf1\x94\xb0\x48\x73\xf0\x63\xbc\xd4\xf5\xdf\x50\x48\xdf\x4b\x77\xda\x84\xab\x74\xbe\x0e\x50\xb7\x2b\x94\xef\x35\x4a\x8a\x77\x6c\x96\x2c\x9d\x9e\x54\xdf\x5d\x9f\x06\x9b\xad\x62\xed\x7d\x45\x9d\x1c\xdc\x46\xd7\x2b\xe5\x72\x0a\x52\xa1\x95\x13\x66\x66\xf4\x7f\xa6\x2a\x83\x5f\x3b\xea\xe7\xa9\x96\xbc\xad\x7f\x58\xba\x39\x9a\xc6\x94\x73\xf4\x97\xd0\xce\xd1\xdf\x4f\xb5\xea\x34\xfd\x9c\x53\x63\x0b\x0d\x9d\x73\xf7\xbe\x8a\x8a\x8e\x16\x5e\x45\x47\xc7\xe0\x6d\x25\x1d\x4d\x5d\x51\x4b\x67\x16\xa9\x51\xd3\xb1\x16\xeb\xca\xde\x44\x51\x47\x71\x5b\xa1\xa8\x6b\xe7\x28\x9f\x77\xab\x85\xa2\xae\x55\x34\xaf\xaf\xf5\xb8\xce\x73\xfb\xb7\x0a\x79\xb0\xe2\xab\x10\x88\x28\x61\x93\x08\x4b\x5f\x91\x48\xec\x42\x35\x64\x22\xda\xad\x2f\x7f\x23\x9d\x2e\x93\xa4\xda\xbc\x99\xf3\xb4\x77\xb7\xaf\xe5\xe4\x28\x5b\xd0\xdd\xdd\x47\x1f\xa9\x7d\xbf\xe3\xe1\xc3\x9a\x8b\x5b\x52\xb4\xf7\x6d\x3b\xc6\x79\x19\x91\xd4\xef\xdf\xd6\x41\x24\xbb\x4d\x6a\x20\x6a\x06\x34\x30\xd3\xeb\xc9\x9a\x17\xb1\x32\x1a\xbd\x41\x94\x38\x9f\xd3\x23\x3f\x99\x40\xcd\x66\xbf\x63\xee\xb5\x16\x4d\xc9\x19\x4e\x85\x49\x8b\x79\xa4\xae\x72\x97\x6b\xd9\xbf\xb0\x63\xb6\xb2\xb8\x05\x2c\xb3\xca\x9d\x76\xfd\xf6\xb7\x3a\x44\xfb\x25\xc2\x9c\xd3\x76\x4a\xaf\x70\x9c\x9d\xe1\x3c\x3f\xcf\x49\x59\x62\x30\xf7\x62\xbd\xea\xa0\x75\xe8\x7d\x6b\xdc\x9d\x83\x96\xbd\xd0\x1f\xf2\x83\x15\x84\x3a\x8a\x92\x94\xa3\xb0\x74\xfd\x0e\xdb\x6f\xed\x5b\x21\xd3\xd5\x4a\x5a\xcd\x29\xad\x6d\x05\xde\x3c\x2e\x04\xfc\x18\x1c\x0e\x41\x15\x1e\xcd\xe9\xaa\x00\xaf\x87\x5c\x9b\x45\xc7\x4b\x39\x01\x66\x77\x0c\x09\xf9\x8c\x51\x84\x0a\x92\x4e\x13\x2c\xfd\x70\x01\xe4\xc0\x30\x89\x06\x0a\x66\x6e\x66\x98\x5b\x0e\xd6\xda\xd5\x15\x3a\xe9\x9e\x6c\x9e\x76\x4f\xfb\x52\x18\x6c\x70\x03\xc0\xbb\x67\xe2\x9d\x7e\xe9\xae\x0d\x2b\x44\x77\x66\x03\xc5\x50\x01\xb6\x0a\x9b\x01\x7a\x0c\xf6\xd8\x1b\xd0\x97\x4d\xdd\x11\x8d\xea\x90\x23\xc8\x0a\x47\x0d\x81\x70\xed\x50\x75\x5a\x10\x0e\x1d\x1e\x09\x40\xd5\xc0\x70\x88\xa2\x24\x41\xa3\xa8\x20\x63\xe6\xff\x00\x1e\x0b\x6c\x6f\x71\x05\x4e\x92\xd1\x93\xb1\xe8\x4d\x80\xb6\xb7\x9a\x8c\x4e\xcc\x85\xcd\x39\x9a\x38\x81\x0b\x5d\x24\xc2\x53\x10\x20\x21\x28\xd4\xc9\x69\x07\xed\xfd\x00\xeb\x53\xa5\xed\xb0\xc4\x5a\x65\xda\xbe\xa8\x6d\x55\x0e\x30\xc3\x95\x3d\xab\x59\xed\x7a\xab\x95\x34\xab\xdc\x7e\x19\x0e\x61\x1c\xa2\xdb\xb5\xb6\x51\xad\xc8\xc3\x87\x48\xff\x3e\xd1\x7e\x6b\x2e\xe0\x4e\xc5\xae\x2b\x23\x63\x0c\xa7\x37\x9a\x1b\xbe\x7c\xeb\xa6\x46\xcc\x82\x39\x37\x7c\xc2\xcc\xa9\xd1\x3c\xae\xdd\x72\x66\xac\x7e\xd5\x4c\x8c\xd6\xe6\xd7\x9e\x97\xbb\x9c\x18\xd3\xf5\x89\x62\xa4\xda\x4c\xc0\xd9\xa8\x03\xb6\x08\x5b\x0c\xe9\xec\x90\xd4\xe1\xc6\x0a\x9b\x7c\x2a\x36\x77\x24\xe0\xd6\xe9\xc9\x36\x07\x15\x69\x0c\x44\x42\x6c\x9e\x5a\x09\xea\xdb\xdd\x1d\x00\xab\x37\xd8\x1e\xf4\xb1\xf0\x21\x36\xef\x09\x5a\x63\x77\x34\x91\x64\x82\x7a\x5a\x96\xc6\x21\x6d\x7e\x7c\xc3\x89\x05\x86\xed\x7b\x0d\xb1\x59\x33\xe5\x7c\x93\x10\xa7\x6a\xdf\x3c\xc3\xbc\xf9\xa6\xba\x23\xe3\xef\x39\x13\xce\x3f\x3b\xc6\xbc\x1b\x15\x9d\x98\x95\xeb\xd3\xad\xbc\xaf\xb5\x9a\x67\x99\xc1\x86\xc2\xf3\x2b\xe7\xd7\xf0\xa2\x58\xb9\xdb\x73\x6f\x45\x49\x54\x94\xe8\xe4\x94\x0a\x13\xac\xde\x1b\x4d\xfb\x03\xff\xbc\xcb\x39\x00\x39\x0b\x39\x3e\x96\xe0\x40\xa3\x5e\x42\xc1\xa7\xa4\x81\x36\x44\x52\x63\x1c\xab\x1d\x61\x24\x07\xb6\x6f\x9a\xd0\xe8\x12\xc5\x78\x12\x2d\x13\x50\x84\x16\x4b\x2a\xa7\xca\x8d\xb9\xc3\xdd\xd4\x04\x3c\xcc\xa3\x3d\x8b\xc6\x31\xea\x06\x0c\x58\xed\x88\x2b\x8a\xc2\x2d\x4f\x6f\x95\x46\xf5\xc2\x57\xbb\xd0\x11\x6b\x4b\xa4\xb0\xd7\x08\x50\x3c\x27\xe5\x93\x0e\xa5\xf8\x00\x75\xe8\x22\xa0\xff\x9d\x76\x4e\x15\xb5\x73\x08\x2d\x0d\x0a\xa5\xcb\xc4\x7e\xf6\xa0\xcd\x66\x2b\xb4\xd9\x0e\xe6\xac\xfe\x36\x2c\x04\xd7\x49\x95\xb3\x12\xd8\xde\xc0\x9d\xe5\xb1\x59\x2f\xe0\x86\x97\x0e\xc7\x18\x2f\xfd\x17\x56\xbd\x45\xc4\x9c\x5b\xf5\xfe\x7d\xc2\x4e\xe3\xff\x3e\xed\x37\x8b\x08\x5c\x79\x2b\xbd\x3d\x54\xdf\x3b\x58\x61\x2c\x04\x74\x7b\xd6\x21\xde\x9e\xba\x77\x59\x16\xce\x3c\x97\x16\xfc\x1e\xdd\xde\x18\xbc\xfe\xa8\xcd\x5b\x19\xee\x0a\x55\x38\x41\xb5\xd9\x42\x83\x37\x58\x69\xff\xad\x1b\x13\xef\xa2\xca\x3f\xbf\x63\x54\xd7\xaf\x2c\x4e\x26\xba\x3f\x59\xce\xca\x9c\x42\xf2\x65\xf2\xc9\xa9\xcf\x89\xf8\x60\xb1\x2c\x66\x3d\xc7\x33\xa9\x78\xa9\x2d\xdc\x8c\xba\x35\xd3\xb1\xb8\x3e\xd7\xcf\x7c\x0e\x40\xf5\x96\x34\x3f\x9e\xbd\xb3\x00\xe9\xfe\x65\x2d\xf7\xa4\xb7\x72\xea\xcb\x27\x50\x77\xe6\x7b\xeb\xf9\x83\xae\x3b\x52\x07\x47\xfc\x6f\x3f\x7f\x3e\x8f\xac\x0d\x9e\x58\x2b\x27\x82\xce\x26\xb8\x4a\xad\x99\x8f\x95\x67\x63\xcd\xb9\x23\xb4\x74\x47\xc6\x92\xd4\x3c\xda\xb6\xf1\x09\xca\xee\x47\x27\x79\x36\xf7\x9a\x1b\x30\x28\x1f\x6f\x19\xd9\x0f\x76\x2c\x03\x21\xc3\x32\x68\x85\x07\x53\x82\xa9\xb1\x96\x5b\xb0\x28\x3e\x10\x9d\x45\x19\xfe\x34\x1b\x58\xd5\x57\xe1\x55\xb0\x37\xe9\x37\x96\x4c\xd0\xe5\x4f\x7c\xa0\x7b\x42\xd0\xe1\xe8\x7a\x84\xb6\xc0\xf8\xa1\x2f\x3c\x3a\x73\xe4\x55\x2d\xa2\xda\x3a\xf5\xe6\x9d\x8a\x7d\x2b\x0a\x0a\x7c\x28\xd9\x1d\xbb\x5e\x7a\x1d\x6d\x33\xa7\xf7\x6c\xb7\x2d\x28\x48\x81\xa2\x49\x89\x73\xb9\x48\xf4\xfe\xde\x68\xad\xfa\xcb\xf8\x7c\x77\x2b\xce\x51\xe1\xb3\x1b\xd5\x62\x8f\x87\x8e\x79\x5b\x55\xbf\xee\xd7\xa3\xd2\x8d\xb4\x1d\xf3\xa6\x96\xd1\xb4\xe4\x34\xe8\x51\x7d\xdf\x28\xec\xfa\x5e\x3d\x4c\x2b\x46\x65\x3a\x9c\xd5\xa6\x7d\x1d\x91\xbb\xe5\x5a\x7f\x88\x3d\x44\xff\x6b\x49\xfd\xc2\x20\xb5\xe5\xdf\x1f\x8a\xf8\xef\x69\x5f\xfb\xfb\x5d\x68\x1f\x79\x49\x5f\x0f\xd0\x78\x53\xd2\xb7\xc3\x88\xad\xb8\xa9\x38\xc4\x6a\xd7\xdf\x6e\x67\x31\x7b\xb1\x4a\xfd\x7c\xfe\xbc\xf4\x96\x38\xf4\xe5\x5f\x7f\xd5\x4b\x78\xc1\x6f\xfd\x5c\x23\xd5\xa6\xee\xf7\xd0\x26\x5a\x37\x7b\xd7\x67\x3e\x99\x58\x24\x31\xcf\xd4\x33\x0f\xc4\xd6\xa5\x9b\xf1\x60\xbb\xc6\x9f\xbd\x81\x6b\xcb\xe2\xcb\xe0\x62\x6b\x2b\x8e\x4d\x9f\x73\xb9\xb2\xb6\xfa\xa6\x5a\xd5\x7b\x91\x68\x75\xbd\xf1\x82\xb7\xfa\x6a\x57\xbe\x89\xbb\x3e\x0d\x36\x7f\xef\xd0\xfb\xc7\xcd\xcf\xde\x96\x35\xef\xde\xb8\x27\x12\xf8\x9f\xd9\xba\x2c\xd5\xd3\xb7\xa5\xf6\xf6\x6d\xa9\x3f\x58\x5b\x7a\x5e\xbf\x2d\xe5\xf3\xb7\xa5\xf6\xfe\x6d\xa9\x3d\x80\x5b\x9a\x2f\xe0\x9c\x1a\x5b\x58\xd8\x38\xfe\x51\xbe\xe2\x23\xb8\x63\xef\x2b\xb8\xe3\xd5\x9f\xc1\x1d\xb7\x7d\x07\x77\xec\x3e\x84\x3b\xbe\x83\x97\x70\xcb\x5b\x3f\x85\x3b\x6e\xfd\x16\xee\xf7\x8e\xeb\x7f\xdc\xc2\xe2\x6c\x59\x67\x72\x26\x5c\xab\xb0\x1f\x9c\x38\x35\xab\xb3\xa5\x6e\x76\xb6\x34\xac\xc4\x96\x3e\xc3\xb3\xa5\xb2\x3c\x5b\xea\xa6\x67\x4b\xdd\xf6\x6c\x69\x19\x9f\x79\xea\x6d\xb3\x38\x7e\x53\xfb\xb3\x63\xbf\x01\xda\xf1\x0d\x2c\xd0\x8e\x5b\x9b\xa0\x1d\x7b\x6c\xd0\xec\xd2\x37\x5b\x23\x35\x66\x68\x6d\x17\x49\x7b\x43\xb4\x6f\xdb\xac\x92\xee\xb2\xc0\xa0\x98\x1d\x97\x5d\x16\x90\x6f\x9a\x21\x9c\x9e\xa1\x38\xc3\x60\xad\x00\xaf\x03\xa3\x34\x06\x1f\xb6\xe8\x9f\x6f\x5e\xbf\x2a\xcb\xc5\x7b\xfc\xff\x96\xb8\x28\xd7\x40\x30\xbb\x5c\xe0\x6c\x62\xe5\x30\x3f\x36\xf2\xfd\x46\x57\xe0\x85\x37\x3c\xb0\xa1\xd1\x97\xeb\xdd\x35\x23\x58\x64\x25\xa4\x99\x00\x92\xfa\x2f\xc5\x8c\xee\x3e\x64\x9a\x66\x39\x0e\x13\x92\xe2\xb5\x6b\x66\xb1\x4a\xf1\xd0\xca\xdb\xfd\xfd\xcb\xd9\xfb\x97\xb3\x7f\xe2\x97\xb3\xec\xd5\x2c\xb7\x61\x33\x9e\xcd\xb2\x0d\x07\xdd\xec\xf5\x2c\xdf\xfb\x8e\x4b\x92\x40\x9d\x4c\x9f\x09\x6b\x87\x3d\x4f\x72\xc0\x48\x79\x29\x59\xa2\x2a\x32\x4e\xa2\xa2\x40\x27\x50\xe4\x94\x77\x93\x65\x28\x26\xcc\xaa\x5a\x1b\xc2\xbd\x11\xac\x52\xae\x5c\xa5\x1c\x04\xd5\x38\xb3\x6e\xef\xe7\x1c\x20\x69\x4d\xc7\x6f\x0f\x3f\x7e\xa0\x67\x6b\x98\x84\xee\x39\x26\x5d\x46\x9a\xdd\xcf\xda\xef\x37\xda\xef\x9f\xb4\xdf\xc5\xaf\xd1\x28\x13\x1f\x13\x92\xa6\xf8\x52\x7e\xe1\x79\x99\xc1\x53\x46\x91\xb2\x20\x63\x33\x21\x8d\x52\x33\x61\x4e\xc6\xb9\x9d\x92\x24\xc4\x29\x64\xc0\x1b\xa0\xe2\xc3\x28\x32\xcd\xa3\x34\x96\x43\x31\xb2\x7e\x32\xbe\x3e\x1a\x5f\xef\x8c\xaf\x97\xc6\xd7\xff\x19\x5f\xff\x32\xbe\xde\x1a\x5f\x2f\x8c\xaf\x7f\x18\x5f\xc7\xec\x6b\xed\xb4\xda\x75\x0d\x9d\xa3\x77\xfb\x2f\xe8\x14\x87\x68\x7b\x2b\x90\x89\x1f\x0e\x7f\x7a\xbb\xff\xf1\xf8\xfd\xcb\x4f\xaf\x5f\xbe\xfd\xe9\xe3\xab\x10\xed\xa8\x4c\x98\xd5\x50\xfd\x54\x39\x15\x94\x13\xa2\x2f\xc8\x4a\x50\x7e\xd4\x21\xe3\xd3\x8b\xa3\x9f\xdf\xa2\x6b\x55\xd3\xbb\xa3\xd7\xaf\x29\xf4\xc7\xc3\x37\x2f\x8f\x8e\x3f\x86\x68\x73\x63\x63\x63\xc8\x7b\xc8\x6f\xbc\x9f\x27\xd9\xf8\x73\x88\xba\x94\x75\x16\x65\xd7\xc8\xdb\x1f\x43\x28\xe3\x50\xbd\x6d\x64\x0f\x30\xe8\x7e\xde\xe4\xfb\xe4\x3e\x14\xc6\xfd\x46\xf6\x57\xdf\xc8\xd6\xa4\x0b\x88\x62\x16\x6d\xdf\x95\x07\x88\x83\xfc\x72\x51\x66\x7f\xff\xa0\x6f\x0e\x63\x48\x7b\xac\x22\x60\xd0\x06\xbd\x00\x43\x9a\xd3\xf5\x46\x77\x72\xdd\x37\x00\xc5\x15\xfa\x03\x55\x9e\x84\x1e\x3e\x14\xb9\x03\xe1\x2f\x82\x89\xc9\x33\x7c\xd1\xb5\x5f\xd1\x19\x9e\xbf\x7e\x40\x5b\xb4\xb4\xed\xfd\x78\x4b\xb8\x8b\x34\x8b\x23\x71\x19\x2e\x2f\xf8\x2d\xff\xec\xc8\x7a\x6d\xc7\x40\x05\x8e\x68\xe7\x06\xaf\xf0\xc5\x00\xb4\x97\xdc\x73\xaf\xcf\xc6\x88\x62\x45\x0c\x5b\xb5\xce\x4e\x74\x4c\xfd\x16\xa2\xad\x6f\x9e\xb0\x92\xda\xe3\x64\xf1\xe6\x8c\xb2\x3c\x89\xe3\x4e\xf8\xcd\x77\x41\xc7\x44\x79\x27\x7c\xba\x71\x7d\x1a\x6c\xb5\xf2\xf9\x74\xcf\xf7\xee\xf9\xde\x9f\x97\xef\x29\xb6\xc7\xde\xf9\xdf\x01\xdf\xb3\x64\xf7\xd5\x45\x77\x8f\xe4\x2e\x0a\xfa\x04\xf7\x95\xa2\x0d\xd9\xbc\x76\x30\xe4\xec\x5e\x85\x23\x9a\x3c\xd5\x01\xe8\xb7\x14\xe1\x97\x29\x29\xdf\x44\x0b\x29\x2e\x76\x85\x44\x1d\x32\x1e\xd4\xdd\x10\xb2\x26\x95\xda\x43\xc5\x16\xbb\x9b\x86\x9c\x1f\x6a\x19\x1b\x1b\xb2\xd0\xff\xd6\xe4\x8d\xa2\xd1\x28\x9a\x62\xd9\x92\x9e\xa7\x09\xff\xa1\x9d\x37\xf7\xd4\xa9\x65\xbf\xa9\xcf\x4e\xb2\x33\x9c\x44\x63\xd1\xac\x9d\xad\xce\x18\xa1\x2f\x7b\xea\xaf\x5c\x83\xf8\xa9\x11\xa2\x98\x45\x69\x9a\xa5\xc6\xb8\x4d\x08\x75\xae\x09\x6b\x20\x1a\x5a\x81\x93\x55\xe8\x81\xd0\x51\xa9\xce\x4b\x61\x3d\x50\x53\x4d\xfc\xec\x16\x7a\x81\x8c\xca\xe4\x79\xcc\x1e\x9b\x07\xd0\x3f\x44\x13\xd0\x20\x57\x0f\x9c\x06\xfa\xd9\x84\xf5\x81\xea\x73\x0d\xa7\xbe\xda\x8a\xf5\xfe\xb6\xaa\x5b\xaf\xbe\x6d\x01\xad\x4c\xb9\x42\x19\x5a\xcc\x6f\x6c\xa5\x1c\x31\x2c\xa2\x98\x9b\x92\x82\xa9\xe7\xc5\x02\x8f\xe9\xe6\x25\xcd\xf3\x75\xa3\x2b\xee\x3d\xc5\x67\x39\xa5\xaa\x18\x61\x0a\x17\xf3\x88\x5c\x96\x0d\xd6\x78\x16\xe5\xd1\xb8\xc4\x79\x21\x54\xfc\x70\x2f\xcf\x4b\x6b\xfb\x88\xb7\x0d\x32\x4d\x03\xcd\x16\x1a\x6d\xac\xf9\xdd\x7e\x90\xe9\xac\x44\xc2\x23\xad\xe5\xdd\x97\x8f\xc1\x90\x36\x19\x48\x00\xbd\x2b\x02\x68\xc7\xe3\x63\x88\x59\x88\x00\x0c\x04\xa5\x85\xd7\xaa\xf2\x86\x78\xb3\x3f\xf8\x25\x23\x29\x04\x6b\x40\xcf\xa0\x0e\x14\xa2\xce\x46\xa7\x8f\xd6\x39\x70\x85\xe1\xdb\x8d\xe7\x02\x02\xf6\xfc\xd9\x27\x03\x06\xb1\xe2\x6c\xf0\x1e\xae\x33\x8f\xcb\x37\x9d\x97\x2a\x43\x44\xd3\x11\x0d\x6c\x9d\x60\x86\x08\xc1\x3c\x5c\x1f\xd3\xd6\xbc\x30\x6f\xcd\x35\xb3\x42\x52\x5a\x89\x1f\x59\xba\x3f\x6a\x8f\xa3\x24\xda\xb8\x32\x3b\x64\x1e\x48\x8e\xd9\xd6\x2e\x45\xfa\x19\x8b\xf7\x3c\x1c\xa2\x1f\x49\x1a\x23\xf6\xb8\x8b\x77\x54\xc6\x6b\xa6\x12\x45\xa7\xa3\x6e\xf2\xc1\xf6\x25\x80\x10\x52\x33\x7c\x21\x4c\x98\xe5\x99\x8b\xa6\xb1\x53\x0f\x3d\x71\x54\x9f\x95\x68\x35\x5b\xfa\xbb\x17\x30\xae\xe1\x36\x35\xbb\x88\xac\xef\x6d\xe9\xe0\x22\x16\xb2\x6e\xdb\xa1\x9a\xea\x11\xda\x0e\x0f\x7d\x21\x5b\x98\xa0\x1e\x2b\xb2\xb7\x87\x36\xfa\xc6\x29\x6d\x94\xe3\xe8\xb3\x02\xa5\xa3\x5c\xdf\x43\xfc\x55\x39\x9d\xc1\x83\x59\x94\x1f\x64\x31\x86\x1a\xbc\x87\x30\x3a\xd9\xc2\x1c\xa7\x28\xf3\x76\x14\xc2\x26\x6d\x25\x12\xd9\xa7\x45\x7e\x3b\x1a\x81\xe6\xfe\x7b\x88\xe4\x26\x33\x5f\x94\x55\xaf\xd3\xcd\xc9\xf6\xf8\x98\xef\x2d\x72\x3c\x21\x17\x2c\x88\xd6\xc6\x45\x9f\xce\x02\x70\x0d\xbf\x7b\x7b\x1e\xed\xad\x7a\xf6\xbd\xb6\xcb\x70\x04\x8d\x12\xe0\xe6\xb5\xc1\x04\x7c\x51\x3e\x0d\x5f\xfb\xdc\xed\x3a\xef\x86\x4e\x15\x94\xe2\x39\xe6\xd9\xec\xc3\x72\xe0\x66\xdb\x6c\x39\x88\x19\xa1\x2d\x29\xea\x98\x64\xb9\x6d\x42\x57\x94\x79\x55\x44\x7c\x6d\x46\x29\xd4\x98\xcf\xcd\x7e\xd9\x23\x37\x5b\xe9\x60\x9d\xc8\x83\x83\x1b\x5e\xdb\x14\x08\xed\xef\xfa\x1e\x4a\xc5\xbe\xf0\x3d\xda\x42\xcf\xe8\xc9\x06\xad\x23\xba\x1f\xa4\x3e\x9a\xe0\x2e\xe4\x67\xf8\xe2\x2e\x49\xc3\x8a\x39\x60\xd3\x46\x03\x6b\xf8\xcd\x88\xc3\xe1\x19\x1a\x75\xfc\x36\x14\xf0\xbb\x4d\xab\xe5\xb1\x74\xb2\x4c\x12\x89\x86\x21\x3e\xc3\x69\xc9\x1e\x0a\x00\xcb\xff\xa5\xc8\x52\x14\x8d\x88\xcd\xe3\x85\xdb\xc4\x8f\xd9\x8f\xcb\x24\xb1\xdf\x50\x8a\xc7\x04\xb4\xf4\x63\x56\xda\x7d\x0c\xc5\x1a\x76\xda\x55\x8c\xdd\x6d\xc3\x10\xa4\x68\xe5\xba\xea\x94\x7e\x0f\xc0\x84\x82\xa4\x31\xbe\x38\x9a\xf4\xba\xbd\x6e\x1f\x7c\x43\x3e\xde\xf4\x3c\x87\x94\xf0\x8e\x9d\x60\x79\xb9\xc0\xbc\x39\x00\x02\x2a\x32\xfd\x99\xf5\x48\xff\x8b\x08\x21\x3c\xa0\xf0\xbb\xe8\x9a\x8b\x62\xa6\xe5\x9f\x6c\x05\xad\xa3\x6e\x8f\xce\x9c\xac\x7d\x1d\x75\xfb\xdd\x56\x6b\x2f\x26\xc5\x22\x89\x2e\xd9\xbc\x80\x8f\xd1\xb4\xa4\xb2\xad\xc4\x86\xfd\x66\xed\x02\xb2\x5f\xb0\x62\x75\x2f\x5c\x69\x6d\xe6\xe4\xfb\x97\x97\xd1\x03\xba\xa5\x59\x14\x83\xa7\x03\x11\x6f\xf1\xb2\xc7\xcd\xea\xfa\xe8\xf1\x0f\x32\x51\x4e\xab\xdb\xb7\xda\x87\xcf\xd2\x66\xd3\x99\x59\x03\xcd\x1c\x8c\x4d\x36\x7a\x66\xbf\x69\xe5\xef\xc1\xe8\x9a\x51\xce\x46\x86\x43\x35\xd0\xec\x0c\xe7\x49\x16\xc5\x38\x96\x8a\x60\xcf\x9a\xd0\x07\xf0\x51\x11\x49\xd5\x9b\xc6\x21\xfa\x78\xf4\xe2\x28\x44\xf3\xe8\x33\xa8\x86\x49\x7a\xb6\x4c\x52\x9c\x47\xa3\x04\xdf\xe5\x00\xd5\x69\xc0\x7e\xbd\xbb\x89\x1e\x23\x2d\xbb\xdf\x1f\xe4\x78\x91\x44\x63\xdc\xeb\xa2\x2e\x38\x75\xa3\xa7\x85\x8e\x19\x24\x32\x4b\xcf\x70\x5e\x16\x2a\xe4\x26\xc8\x7d\x31\x1e\x93\x79\x94\xd8\x4c\x96\xa4\x7e\x66\x5f\x66\x2f\x58\x01\x97\xf2\x6a\xc3\x67\x9a\x6e\x0d\x99\x80\xc7\x6b\x6a\x0c\x00\x59\x66\x6e\x7c\x4c\x19\x7e\xa6\xcd\x18\x1b\x65\x5b\xca\x13\xef\x6a\x5c\x5a\x5d\xf5\xc1\x59\x53\xa1\x25\x75\xc7\xe7\x09\xcd\xcd\xd5\xa7\xe6\x8e\x62\x1c\xf6\x19\x40\x82\x8b\xe2\xe3\x2c\x4a\x7b\x1b\xe0\x44\xf6\x31\xb3\x3a\xe7\xd6\xfb\x9c\xb0\x36\xfb\x10\xbe\x55\xcb\x31\xb0\xb8\xbf\x04\x37\xcd\x1c\x95\x51\x7a\xc9\x1d\xef\x70\x77\xa4\x69\x35\x5a\x07\x1c\xaf\xfb\x69\xcc\xd4\xff\x8c\x86\xc8\xe4\xb2\xe0\x8e\xd4\x0b\x34\xc2\x93\x2c\xc7\x03\x87\xae\x5e\xf1\xa3\x43\x3d\xee\xaf\xf8\x1e\xd4\x40\x5a\xaf\x60\x9f\x37\x90\x2f\xd7\xef\x23\x6e\x2a\x36\x8f\x2e\x58\xd8\xca\x0b\x52\x5e\x86\xe8\x29\xa8\xb0\xc5\xae\x43\x0a\xee\xd2\x18\x8a\xf6\xed\x4d\x46\x9b\xe4\xde\x3a\x85\xd8\x35\x8a\xea\xd3\x59\x5f\xd8\x2a\xcb\x0d\xe9\xce\x28\xed\xd0\x53\x08\x43\x5a\xd7\x5b\x05\xc4\x57\xfa\xfb\x87\xa3\xb7\x03\x89\x65\xd6\x9e\x72\x60\x09\xae\x63\x0b\x14\xd9\xd1\x3c\x03\xb4\x88\x8a\x82\xf2\xae\x72\x96\x67\xcb\xe9\xcc\x5c\x01\x72\x20\x9c\xd6\xa0\x56\xf7\x72\x52\x71\xb5\xc7\x70\x5a\xf2\xc8\xbc\x95\x23\x16\x00\xfc\x6d\x87\x59\x5d\x43\x6d\x67\xc2\x7e\x54\xab\x00\xf5\x1e\x90\xe2\x47\x92\x92\x12\x5b\x48\xb7\xba\x01\x12\xa2\xd6\x09\x53\xca\x72\x3b\xaa\xad\x8b\xf7\x7c\x53\x61\xeb\x80\x9e\x97\x52\xe0\xfe\xe8\x67\x6c\x0b\x52\x53\x5c\x42\xc4\xe2\xa3\xc9\x71\x4a\xbc\xda\x2e\x28\x5b\xce\x30\xff\x21\x17\x1c\x2a\xb3\x40\x6a\xa7\xa4\x43\x74\x6f\xd4\x46\xd9\x0f\x59\x4d\x8f\x75\xa6\x0f\x45\xc0\x6d\x57\x81\x70\x9e\x67\xb9\x70\x49\xc3\x7a\x5c\xa0\x34\x2b\xd1\x38\xcb\x73\x3c\x2e\xc3\x73\xb9\x6e\xcc\x5e\x1b\x0b\x88\x16\x14\x24\xb0\x64\x99\xf0\xdf\x33\xf8\x6f\x50\x66\xaf\xb3\x73\x9c\x1f\x44\x05\xee\x01\x73\x61\xfa\x5e\xc5\xc7\x28\xd4\x3f\xf8\x2d\x33\xbf\xba\x39\xa1\xff\x9f\xaa\xa3\xb8\x06\xa2\xfb\xfd\xd6\x09\x8f\x79\x22\x4b\xf1\x39\x7a\x49\x47\xd5\xeb\xc2\x55\x2f\x74\x04\x6c\x55\xff\xdd\x2d\x11\xbe\x20\x45\x59\x04\x68\x91\xe0\xa8\x00\xb1\x18\x46\x9e\xa5\x12\x55\x93\x2c\x49\xb2\x73\x92\x4e\xa1\x64\x41\xb9\xa0\xb5\x8c\x78\x0f\x03\xf0\xaf\x10\xa8\x67\x1f\x35\x51\x62\x65\xef\xc1\xfb\x95\xe9\x55\x38\xfa\x8c\x61\x11\x32\x86\x0f\x97\xd1\x04\xec\x69\x25\x93\x65\x24\x40\x59\x2d\xf8\xaa\x60\x13\xcf\x50\xcb\x29\xeb\x5d\x56\x14\x64\x94\xb0\x29\x04\x17\x1a\xdc\xa8\xef\xc3\x21\x95\x2f\xf3\x92\xfd\xa4\x22\xb5\xc0\xd6\xcb\xc9\x84\x4c\x2f\xf9\xc7\x91\x20\xa5\xc7\xe8\x33\x6d\x9e\xfd\xa9\xeb\x2a\xf8\xe4\x37\x5b\x0c\x6c\xae\xc0\xe4\xe5\x12\xfb\x14\x57\x51\x0c\x6e\xaa\xe0\xe4\xfd\x0f\xfb\xe4\x17\x46\x2a\x8f\x15\x78\xfc\x58\x2e\x4c\x75\x8f\xc3\x0a\xfc\x1a\x8d\x32\x23\xcf\x53\x42\xdc\xc3\xb0\x01\xc0\xf5\x8d\x9e\xc7\x4a\x68\xbd\xd0\x0a\xb3\x4f\x8e\x05\x0d\x04\x59\x10\xda\x07\x5c\xa6\x70\x84\x60\x85\xc3\xa9\xf6\xbb\x14\xbf\x6d\x91\x82\xf1\x05\xeb\xe4\x7b\x25\xe5\x74\x46\x0e\xe3\x28\xa5\x27\x83\x48\xb2\x66\x9e\xce\x75\x65\x59\x8e\x22\xf4\xea\xe5\x3f\xe1\x10\x2e\xa4\xb5\x3b\x63\x28\x72\x9f\x15\x47\xbb\x9f\x67\x58\xf8\xd9\x8b\xb4\xab\x5c\x1e\x05\x45\x0b\x16\x40\xd7\x53\x54\xa0\x73\x4c\x17\x88\x72\xb0\x22\x86\xb1\xa6\x49\x43\x3f\x63\xe3\x48\x2e\xc6\xa9\xb3\x14\x26\xea\xd0\x9a\x05\x93\xd0\x85\x22\x56\x42\x8f\x1a\x6b\x72\x2a\xc6\x9d\x2c\x79\x48\xdf\x86\x79\x05\xe8\x99\xd1\x48\xa8\x7f\x69\x92\x55\xe3\xf2\x8d\x18\x8e\x3d\x2b\xf8\x1c\x93\xfb\x05\xfb\xdf\xb2\xc4\xcb\xac\x6e\x81\x6b\xe7\x85\xdf\x6c\xa9\xd3\xd5\xf6\x3b\x2e\x76\x40\xc8\xdd\x2c\xf5\x92\xcc\x71\xf1\x7b\x2c\xf3\x94\x2b\x17\xe9\xe2\x96\xaa\xaa\x82\x1d\xf3\x61\x8b\x46\xd2\x96\xc5\x21\x07\xd9\x93\x56\x44\xa1\xc8\x40\xdc\x1d\xd2\xb9\x57\xb4\x60\xd6\x26\xbd\x5c\xa9\x0a\x14\x80\xc4\xbf\x6e\x7c\x63\xcd\x42\xc3\xf9\xe7\x1b\x2a\x04\xc2\xb2\x17\xe5\xf9\x8f\xab\x2b\xb4\xb1\xeb\x3d\xdc\xf0\x7a\x9d\xc3\x09\x4b\x37\x4e\x44\x1c\xe7\xa2\x27\x0f\x1f\x22\xfe\xdb\x27\xf4\xd3\x26\xed\x5c\xfd\x84\xe1\xf3\x81\x66\xc8\x62\xbc\xb0\xd4\x89\x6c\x5c\x74\x83\x6e\x57\xbf\x70\xb1\x3c\xa5\xf9\x4a\xeb\x84\x52\x29\xd3\xa5\x22\x76\xac\x87\x54\x24\x9d\x30\x30\x11\xc5\x43\x1e\xc5\xb8\xd9\x24\xc0\x96\xe7\x59\xb7\x40\x63\x19\xd3\xc5\x21\x2d\x33\xe4\x4b\x1b\xfa\xaa\xa0\x1a\xed\x90\x6c\xd6\x69\x2a\xbc\x0c\x92\xa1\xe0\x23\x8d\xb2\x7c\x0b\x16\x9e\x7c\xf7\x34\xaf\x75\xb2\x80\xae\x92\x68\x9c\xba\xce\xe4\x96\x7f\x1d\x98\xe5\xc1\x22\x59\x16\xaa\x0b\xfc\xdb\xeb\xde\x50\x02\x99\x9a\xa4\x19\x1e\x7f\x2e\xc4\xb1\x89\xf1\x48\x71\xcd\x59\xf0\xc7\x72\xc9\x25\xf8\xf1\xf5\x46\x23\x66\x24\x3f\xf6\x46\x22\x36\x63\x0a\x6b\x0d\xd0\xf5\x1f\x29\x78\xdd\xb1\x1d\x04\x57\xe2\x33\x67\xd5\x6d\x4c\x1c\xaf\xd4\xd2\xa0\x0d\xff\xb3\x71\x71\xb2\xf1\xf8\xbb\xe8\xf1\xe4\xf4\xcb\xce\xc6\xf5\xff\x0c\xc9\xa0\xc4\x45\x29\xc1\x57\x18\x7b\xcd\x90\xbf\xce\x60\x5b\x0c\x13\xce\xff\xc3\xff\xf4\x36\x2e\xfa\xcf\x6a\xc7\xa9\xd3\xdf\x70\xa8\x62\x65\xb1\x68\x58\xd0\x3b\xe6\x41\x98\x1b\x1d\xce\xe1\x1d\x2f\xdd\x8f\xb5\x51\x9b\xf4\xcb\x1d\x01\x22\xd3\x55\x85\xb7\x33\x66\x5f\x28\x9b\xd3\xc0\xf6\x1f\xff\xe8\x05\xb3\xba\x0c\xa1\xbb\xba\x05\x38\x3b\x2e\xe6\xf4\xdf\x71\xb4\x28\x40\x76\x48\x12\x24\xbe\x03\xdd\x43\xa3\xdd\x63\xe6\x78\x5e\xeb\xb0\xd1\xc0\x91\xdc\xde\x19\x76\x70\x34\x9e\xa1\x71\x54\x38\xd5\x90\x82\x11\xca\x72\xce\x67\x48\xa3\x26\xb6\xca\xda\xd3\x14\x6b\xab\x58\xce\xe7\x38\xae\x24\x2f\xab\xb9\x3b\x26\x33\xab\xf6\x3a\x72\x1b\x0e\xd9\x78\x2c\xdc\x44\xb2\x24\xff\xe5\xec\x40\x4a\x1f\xc2\x21\x5e\x45\x05\x38\xa3\x99\x45\xdb\xa2\x11\x53\x97\x22\xa4\x1d\x9f\xc3\x97\x9d\x0d\xb8\xa3\x44\x16\x85\x80\xf3\xee\x72\x86\x12\x0c\xcf\xa9\xb5\x08\x7c\x8b\x05\xce\x69\x6f\xc5\x34\xa4\x10\xbd\x70\x4a\x58\x80\xbb\xa8\xc0\xf3\x68\x41\xa7\x63\xd3\xd0\xf4\xf5\xa4\x05\x83\xd6\x69\x70\xcb\xb6\xf9\xa4\x8f\x7e\x40\xdf\xd2\xed\x9c\x67\x9d\x90\xd3\x41\x99\x1d\xd3\x86\xb8\x2e\xe8\xc1\xde\x9e\x96\x09\x44\x5f\x5f\xe1\xf7\x7b\x9e\x1a\x75\xed\x92\x55\x63\x85\xaf\x70\x6d\x59\x2a\x96\x6f\x30\x7e\x15\x7f\x41\x52\xe9\x1b\x7e\xd4\x13\xd4\x58\x41\x8a\x65\x76\x97\xa4\x28\xb4\xd7\x72\x5f\x5e\x81\x12\x35\x9d\xb1\xa4\x3e\xfb\xd5\x35\x6f\xa7\xdb\xe5\xa4\xe4\x92\xa9\x81\xdf\x1b\x11\xad\x06\x34\x76\x7a\x4f\x2b\xaa\x21\x63\xd1\x0b\xed\xda\xdd\x26\x69\x60\x7a\x33\x65\xfa\x47\x89\xf4\x3b\x7a\xf0\x99\x30\x07\xfa\xe2\x26\x4e\x52\xb8\x41\xc0\x4d\xf4\x6b\x52\x90\xdd\xff\xf5\xbd\x4a\xe2\xd6\xc8\xcb\x66\xa4\x8d\x35\xd5\x92\xa6\x55\xd2\x94\x3c\x95\xa4\x69\xb0\xd1\x32\xa3\x12\x25\x89\xd1\xd6\x06\xf3\x19\xf4\x98\x5f\x10\xb2\x36\xd9\xfb\x84\x8d\x0b\xc4\x8c\x3b\x5c\xe3\xae\x46\x4a\xf6\xdf\xf6\x73\xef\x03\x3a\xd7\x96\x06\x5c\xed\xe8\xd7\x12\x67\xbc\x1b\x9f\x70\xaa\x2b\xf0\xa1\xc9\xf0\x6c\xb7\xad\xdb\x68\x3d\x15\xf1\xcb\x2f\x5f\x7d\x26\x84\x08\xbd\x08\x57\x4a\xb2\x46\xf5\x9a\x2a\x40\x3b\x1b\xfe\x5b\x02\xe1\x88\x58\x9c\xa6\x0b\x25\xe5\x36\x07\xd9\xf4\x9e\x24\x7d\x57\x5f\x46\xe0\x4d\xb6\x91\xf9\xce\x80\xa8\xc7\xba\x61\xc9\x85\xa2\x6f\x69\x51\x46\xe9\x98\x72\x11\x55\xf8\xea\x4a\x22\x8d\x17\x86\xd7\x6b\xf0\xcb\x70\x9c\xe1\x4d\x65\xb6\x11\xc0\x8b\x64\x95\xdd\xb6\x88\x12\xe7\xe1\x26\x2c\x7d\x70\x8c\x8b\x5a\xa2\xc8\x13\x22\xc9\x8b\x1f\xce\x5a\x79\xcf\x60\x34\xac\x6f\xdd\xbb\x43\x0f\xeb\x4b\x6b\xdc\x88\x1e\x37\x63\xe7\x47\x65\x44\xb2\x2a\x7e\x44\xd1\x1b\x61\x48\x94\xe8\xb6\x1c\x11\xed\x53\xd9\x3c\x1c\xd6\xf5\x1b\x0c\xe6\x88\xf7\xad\xe5\x62\xa0\xe2\x45\xba\x4c\x12\x88\x92\xd0\x73\x57\x08\x18\x6e\x83\x0a\xc3\x33\x76\x7e\x5f\xdb\x72\xe4\x23\xd6\xd9\x16\xec\x80\x01\xde\x84\x19\xb0\xa4\x1b\x4d\x24\xef\x5e\xdb\xd1\x80\x0b\xc0\xe6\xb1\x38\x11\x35\x5a\x8e\xc4\x8d\x8a\xd1\x92\xa5\x41\xc1\xda\x31\xd8\xc7\x11\xb6\x8f\x82\x8d\x5c\x26\xa8\xce\x1c\xc4\xdf\x0b\x73\x5d\x29\x0b\x84\xda\x31\xd0\x62\xf6\xab\x01\xe9\x3a\x29\xbf\x74\xf7\xa9\x07\x0f\xe0\x66\x92\x3d\xc3\x55\xc6\xac\xd7\x68\x0c\x61\x9f\x7a\xd8\xb3\xb7\xe9\x07\xd2\x55\x46\x1d\xf1\x71\xbf\xa4\x13\x88\x97\x73\x34\x4a\xb2\xf1\x67\x34\xc3\x51\x8c\x73\xfa\x91\xcd\x6d\xab\x0d\x52\x3c\xa7\xc9\x3e\xa1\x61\x86\x2f\xa4\x5f\x74\x28\x8b\x26\x24\x29\x6d\x65\xa6\x87\x60\x01\xd6\x70\x3f\x4c\x53\x6a\x4f\xfa\xdf\x6c\x6e\xa9\xa3\x3e\x03\x6f\xc0\x4b\xf5\x41\x9d\xd5\xa5\x57\xe5\x3b\xa7\xbb\x50\xbe\x88\xc3\xea\x9c\xbd\xe6\xf6\xe3\x06\x33\x93\x64\x54\xcc\x5b\x90\xb1\x3b\x0f\x1f\x69\x72\xd3\x3c\x94\x12\xa8\x66\x02\xa0\x26\x63\x02\xa0\x58\xed\x04\x3c\xd9\x51\xf8\x67\xd0\x37\xc6\x3f\x54\xa5\xd7\xe4\x43\xbf\x03\x74\x23\xec\x57\x38\x1e\xe1\x22\x5f\x28\x7e\x04\x22\x15\x1e\xfd\x84\xf2\x17\x4b\x07\xc1\x30\x64\xff\x89\x14\x6e\x41\x12\xaa\x9f\x2c\x47\xb3\x2e\x09\xf5\x0f\x51\xee\xb8\x9c\x3c\x0d\xf9\xff\x22\x0d\xec\x55\x42\xf1\x43\xd5\xc3\x60\xc5\x2f\x95\xce\xe1\xe5\x4f\x5e\x8f\x6b\x74\x1b\xfa\x12\x19\xb4\x6b\xcb\x19\x7a\xd2\x0c\x58\x61\x36\x19\xda\x09\x62\x1c\x3f\x63\x18\xc5\xcf\x58\x1b\x03\xa4\xf1\x1f\x02\x4e\x4a\x8b\xa1\xfe\x21\x72\x4d\x95\x75\xe8\xa4\x48\xac\x31\x41\x3d\x54\x3f\x59\x8e\x26\x1d\x87\xfa\x87\xc8\x35\x4e\x22\xa1\x9d\x20\xa0\xb4\x7c\x2b\xc7\x3a\xba\x87\x6e\x92\xe8\xa1\x03\xe9\x24\x89\x3a\x85\x30\x16\x6a\xbf\xf5\xfe\xa6\xd3\x50\xfe\x12\xe9\x6c\x4f\x0d\xe5\x2f\x39\x7a\xb6\xde\x43\xf5\x53\x8e\x89\xee\x92\xa1\xf8\x21\x52\xe9\x86\x15\xf2\xff\x65\x1d\x94\xdf\x85\xe2\x87\x48\x05\xb6\x11\x8a\x1f\x01\x2c\x30\xe6\xa0\x8e\xbf\xea\xee\x84\x9b\xdf\x05\xb5\xfe\x6d\x82\xce\xb2\x9c\x3c\xed\x84\x4f\xbf\xb9\x3e\x0d\xb6\x36\xdb\x78\x7c\x30\x97\xf0\x1e\x5b\xc0\x1d\xee\xe8\xa0\x13\xa2\xce\xc6\x60\x6b\x63\xb0\xd9\x59\xbb\x16\xae\xe0\xb6\x5a\x45\x2a\xbe\xf7\x24\x71\xef\x49\xe2\xaf\xe0\x49\x82\xd7\xb2\xe6\xfa\x82\xfb\x3b\x9e\x4c\x72\x7c\x89\x7e\x26\xc9\xf8\x33\x46\xdf\xff\x82\x27\x13\xdb\x9d\x44\x4b\x8f\x71\x00\x46\xa2\x14\x1d\x51\x89\x3b\x02\x28\x12\xa5\x2e\xd8\x8f\xd1\x88\x82\xfd\x23\x9b\xe2\xa4\x28\x71\x92\xe0\x1c\x7d\x3f\x81\x44\x17\xf8\xa7\xe8\x0c\xfd\x9c\x65\x31\xfa\x7e\x5a\xe9\xe6\x62\x47\xb9\xf7\xe1\xbe\x20\xdf\x44\x69\x34\x35\x7d\x4f\x0c\x86\x14\x0b\xc3\x9c\x01\xcc\x19\x80\xf0\x31\x71\x38\x82\xc3\x91\x0d\x4c\x46\x51\x2a\x40\x5e\x82\x19\xbf\x0d\xc1\x24\xaf\x62\x88\xcb\x99\x00\x7c\xf1\xbc\x06\x2e\x1e\x49\x7f\xb3\xb3\xba\xfa\x8a\x99\xac\xef\x2d\x78\x26\xaf\x02\x4c\x71\x29\x00\xdf\xe1\xbc\x80\xa7\x54\xd5\xd0\x0b\x0e\x22\x3b\x71\x1e\xe5\xf3\xba\x6e\xd0\x7c\x09\x8c\xcb\x12\xa2\x36\xb9\xf0\x05\xcf\x12\xa0\x82\xab\x18\x90\x82\x5d\xd0\x13\x95\x72\xee\x41\x12\xab\x42\x2d\xac\x7c\xb5\x8f\x10\x06\x24\xbc\x31\xf1\x87\x1b\x38\x8d\x3d\x7d\x63\x19\x02\xec\x39\x9c\x98\x5c\xa8\x11\x4d\x97\x98\xcc\xb3\x05\xce\xcb\x4b\x0f\xdc\x82\x67\x09\xd0\x57\x65\xb9\x78\x97\x67\x67\x24\xf6\x92\x1b\x5d\xa8\x0b\x9e\x2d\x89\x6d\x31\xae\x29\x41\x16\x63\xbb\x40\x3b\x8f\x86\x6b\x6b\x52\x56\xff\x19\x8f\xb6\x51\x4f\x54\x63\x7a\xe5\xcd\xed\x15\x92\xe2\x73\x6b\xd9\xa8\x92\x9a\x83\x5e\x1e\x6a\x55\xeb\xb9\x80\xd2\x80\x30\x7b\xeb\x82\xcf\xe9\x72\x01\x47\xfd\x7a\x15\xf1\x88\x67\xbe\x78\xee\xe4\x15\x33\x51\xf2\xc3\xcc\x2d\x99\xc2\x1a\xa0\xb9\x6f\x71\xe9\xe4\x2e\x14\xe1\x53\x10\xb1\x0e\x1c\xb8\xd1\xaf\xbf\x8a\x36\x28\x5d\xbb\x7d\x50\x04\x0e\x40\xfc\xb3\xa7\xc3\x28\xca\x56\x47\x8d\x68\x41\x42\xb9\x19\xf2\xff\xd9\x91\x43\xef\x24\xc7\x56\x61\x14\xd5\xc9\x27\x34\xbe\x02\x09\xa3\xd1\x4b\xa8\x7f\x38\x4d\x7c\x92\x6b\x80\xfd\x70\x06\xc8\x01\x7a\xaa\x7d\x4e\xce\x04\x17\xa1\xf6\xbb\xc7\x8c\x79\xae\xfb\xbb\x54\x62\x1a\x0e\xc1\x05\x6f\x81\x91\x1a\x43\xc6\x76\x62\xf0\x09\xb4\x46\xc9\xcd\x33\xbe\xa6\xb1\x55\x8e\x8b\x0a\x8d\xa2\x4e\x11\x4f\x13\xeb\x94\xa7\xc7\x0c\x6e\xa6\x71\xbd\xf0\xca\xa4\xed\xe9\x4b\x8e\x59\xb0\x08\xd5\x8b\xcf\x18\x2f\x0e\x8b\x0f\x97\xe9\x98\xa4\xd3\xda\xae\x40\x59\x0b\xbe\x1d\x05\x7a\x3a\xa2\xf3\x85\xe7\xca\x7e\xc5\x82\x12\xcf\x60\x98\x3b\x29\xf8\xf2\xc0\x88\x27\xb3\x02\x0a\xbe\x3d\x70\xfc\xdd\xb5\x00\xa3\x9f\x0e\x94\xfe\x04\x97\x01\xca\x14\x2f\xac\x51\xa7\x48\xf0\xb4\xad\xde\x53\x89\xe6\x79\x8a\xb7\x56\x1b\x5a\x4b\xf3\xd4\xad\xe3\x52\xd4\x5e\x87\x53\x66\xe2\x28\x20\x7f\xc6\xfe\x91\xe9\x50\xfc\xdb\x81\xd3\x4d\x5b\x18\xa4\x4c\xf1\xc0\xba\xb7\xc2\xa2\xcc\x81\x7d\x5b\xe8\xf4\xb9\xaa\xac\x93\xe3\x69\xf7\xf0\xf9\xfe\x5b\xad\x31\xfa\xe9\x40\x29\xf7\x34\x0c\x8c\x7f\xfb\xe0\x84\xe7\x14\x09\x08\x09\x74\x17\xb3\x17\x3e\xdb\xfa\xf5\x97\xdc\xec\x52\xc8\xf4\xae\x68\x5e\xd7\xc1\x9d\xb4\x0d\x59\x75\x7d\x1a\x93\x1c\x54\xc5\xe3\x68\x01\xaf\x2f\xb4\x0b\x4c\xcf\x8c\x1e\x1e\xec\xbf\x33\xd6\x3e\x2d\xa7\x5b\xc8\x11\x26\x4a\xd2\xe5\x4b\xa5\x4a\x96\x6f\x3c\xf6\xa4\x10\x03\xde\x8c\x58\xd9\xe0\x50\x46\xf2\xdf\xba\x88\xa3\x27\x92\x77\xc3\x5e\xc7\xc5\x91\x9e\x79\xe7\x9c\x82\x0e\xa6\x2b\xf6\xa4\x34\x8b\x71\x37\x30\x20\xa6\x60\x16\x12\xa2\x2e\x15\x3a\x3e\x8d\x13\x82\xd3\xf2\x1f\x0c\xbc\xab\xee\xa4\xfb\xc1\x4d\x5a\xc3\xe5\x79\x96\x7f\xae\x6a\x30\xc5\xe5\x27\x0e\x6a\x81\x98\x01\x03\x42\x7b\x95\xdf\xb2\x5b\x98\x2b\xb4\xab\xfa\x85\xcb\xd9\x27\x98\xeb\x71\x96\xfc\xe3\x77\xe8\xdf\xf9\x8c\x14\x0b\xe9\x1b\xd9\xe9\x5e\x31\x9b\xdd\x1a\x6d\xf0\xf3\xd4\xbb\x97\x90\xe2\x20\x4b\x53\xe6\xb3\x49\x5b\x6e\x7d\x83\xf6\x7a\xde\xed\xf2\xe1\x43\xef\x36\xaa\x57\xd9\xeb\xfb\x77\x30\xe6\xa5\x40\xc8\xe4\x95\x34\x0f\xc6\xa1\x10\x39\x81\x4b\x34\x5e\xbd\x2d\xad\x5b\x78\x13\xd5\x4f\x08\x4c\xe5\x64\x1c\x2c\x3a\xe1\xd6\x06\x4d\xd2\x8f\x24\x9d\x70\x6b\x93\xa6\xa9\xe3\x40\x27\xdc\xda\x91\x29\x4c\x74\xea\x84\x5b\x4f\x65\x92\x2e\xdc\x77\xc2\xed\x2d\x99\x41\x57\x78\x27\xdc\xde\x56\x09\x4a\xa8\xef\x84\xdb\xaa\x52\x75\x2c\xec\x84\xdb\xdf\x3a\xc9\xb8\x9c\x75\xc2\xed\xa7\x4e\x7a\x8a\xcb\x4e\xb8\xfd\x9d\x93\x2e\x04\xe1\x4e\xb8\xb3\xe1\x64\x16\xb3\x59\x27\xdc\xd9\x74\xd3\xa9\x2c\xdc\x09\x77\x54\xf7\xc5\x19\xa7\x13\xee\x7c\x23\x13\xcd\x83\x73\x27\xdc\x79\x22\xb3\x84\xd4\xd2\x09\x77\xbe\xad\xd7\xed\x5d\x9f\x06\x5b\xdb\xf7\x9a\xb7\x7b\xcd\xdb\x7f\x8b\xe6\x2d\x4a\x12\x70\x30\x71\x3b\x3f\xae\x9a\x82\xcb\x51\x85\xf8\x74\x21\x22\x4c\xcc\xcb\x33\x66\xd1\xaf\xe9\x18\xa0\x37\x02\x4e\x05\x8d\x69\x8a\x8e\xe4\xea\x69\xbc\x8a\x9a\x1f\xe1\x72\xd7\xaa\x0c\xd2\x04\xc4\x39\x8b\x7d\x64\x82\x08\x56\xc4\x33\xa5\x77\xd7\xfd\x24\x31\x86\x62\x0a\x46\xe6\xd1\x2a\x80\x9b\xfa\x00\x59\xa6\x65\x15\x4a\x0f\x33\x41\x3f\x22\xff\xc2\x2e\xe7\xe9\x7f\x7a\xb2\x63\x2e\xc9\x36\x21\xa7\x87\xf5\x61\xbe\x2d\xa9\x55\xf8\x03\xdf\x93\xbf\xae\xae\x20\xfe\x0d\xb2\xfd\x3e\xd0\x44\x48\x3d\xe9\x52\x29\x14\xe2\x0a\x74\x03\xd4\x2d\x33\xf6\xf3\x74\xc0\xd0\xac\xc5\x3b\x9c\x78\x6e\x43\x79\x33\x27\x93\x53\x30\x70\x91\xf6\xa1\xfc\x86\xb4\xef\x09\x9a\x6d\x55\x43\xfb\x43\x8b\xef\x69\xc4\xc3\x5c\xe8\x40\x47\xd8\x79\x49\x05\xc1\x53\x0d\x0a\x9b\x05\xf5\x70\x0b\x7c\x51\x28\xbc\x1a\x78\x36\x5f\x77\xe9\xde\x29\xea\x30\xee\x89\x5a\x1c\x47\x65\x24\x46\x40\x7f\x0f\xe8\x3f\x68\x4f\xfb\x7d\x75\x05\x46\xb1\x12\x00\xae\x92\x0b\x01\xc2\xbf\xae\xae\x54\xf4\x4d\xd0\x36\xd2\xa6\xc5\x1d\xb9\x06\x78\xb2\x71\x3a\x28\x28\x43\x90\x2e\xd6\x29\xf4\x9c\x0b\x38\x8a\xc2\xdc\xe9\xfa\xc5\x33\x5d\x7a\x2b\x7b\xdc\xd4\x96\x4b\x77\xee\xa5\x6d\xef\x17\xf9\x3e\xbd\x7f\xb2\x71\xaa\x3d\xbc\x7a\x00\xed\xf7\xd1\x17\x78\xec\x10\xa5\x69\x56\xa2\x09\x49\x63\xd6\x2f\x92\x4e\x59\x43\xcf\x64\xf3\xe3\x2c\x2d\xb2\x04\x0f\xce\xa3\x3c\xed\x75\xf5\x12\xcc\x5b\x0e\x65\xc5\x49\x36\xed\x6a\xa6\xaf\xbc\xc7\x14\x15\x8e\xc7\x25\xcc\xd9\x90\x1e\x99\x0b\xe6\xae\xe7\x5b\x9d\x01\xeb\x56\x60\x12\x84\x79\x84\x82\x1a\x85\xb3\x43\x98\xe2\x16\xcb\xf1\x02\x8f\xa9\x04\xe0\x59\x8f\x01\x78\x64\x1a\x45\xe3\xcf\x32\x86\x28\xb8\x22\xe0\x87\x5d\x71\xdd\xda\x8b\xf2\xe9\x12\xde\x82\x9c\xc8\x5f\x9a\x37\x1e\xd3\x08\x5d\xd4\x08\xb1\x9f\x6b\x8b\xe9\x7e\xe3\x7a\x0e\x04\x9d\xf8\x4d\xd3\x8f\x85\x62\x1b\xe9\x32\x49\x1c\x74\x67\x82\xd2\xb8\xf7\x3b\x75\x00\x16\x10\x13\x2d\xca\x1a\xd3\xcc\x02\x26\x07\x23\x62\x2a\x0d\x35\xf1\x9b\x71\xf6\x5e\x16\xc0\x41\xa9\x1b\x78\x19\x6b\x20\xd8\x3b\x3d\x6c\xf5\xfa\x81\x6a\x48\xc3\x70\xf3\x4c\x45\x65\x19\x8d\x67\x1f\xb3\x03\xe1\x08\x4b\x9f\x32\xe1\x1d\x4b\x3f\x73\xab\xa9\x65\xe3\x66\x9f\xce\x70\x44\xd1\x41\x94\x24\x72\x3f\xe1\xc0\x15\x67\x0a\xa7\x9b\xf2\x80\xe1\x39\x61\x78\x8f\x18\x40\xaa\x9d\x70\x0b\xa4\x7b\xb6\xea\x3b\xe1\x16\xc8\xee\x7a\xcc\xb6\x6d\x00\xb6\x36\xc2\x4e\xb8\xb3\x4d\x45\xe6\x9d\x7b\x91\xf9\x5e\x64\xfe\x6b\x8b\xcc\x5a\xb8\x17\x38\x7b\xdf\x55\xbc\x97\xbf\x17\x59\x9a\x2f\xc6\xa6\xbc\xf9\x0b\x4b\x94\x57\x87\x79\x9e\xd9\x22\x30\x4b\x93\x92\xa8\xab\xa2\xa0\x83\x35\x84\x4c\x47\xc6\x04\x74\x7c\xaa\x94\x34\x79\x46\xc1\x03\x7b\x37\x38\x0a\x8c\xe2\x58\xf8\x74\xa4\xec\x98\x17\x06\x37\xd9\xd0\x35\x9e\x60\x59\x04\x46\x71\xec\xb1\xb1\x45\x7c\xfc\xac\x50\xa9\xac\x5b\x87\x6b\x30\x4e\x9d\x15\xc7\xb1\x4f\xe6\xf6\x0d\xbc\x60\x51\xc1\x05\x44\xe3\x88\x04\xd3\xae\xeb\x3f\x87\xf1\x76\xcd\xb7\x9f\x9b\xde\x05\x24\x7e\x8d\x6e\xba\x53\xa0\xee\x89\xd2\x98\xa9\x99\x04\x6c\xa0\xd5\x8d\xf3\x3c\xe0\x92\x68\xe1\xca\xc4\x8c\x7c\xd8\x2f\x2e\x2c\x2a\x00\x8e\x1f\xdd\xc5\xa4\x44\x65\x80\xe0\x75\x7b\xc5\xfb\x35\x5e\xe5\x09\xc0\x9c\xea\xc7\x83\x4a\x81\x9d\x15\xa9\xa8\x96\x8a\x35\xa2\x3f\xbc\xd2\x81\x23\xfb\xd8\x05\x1e\xf0\x45\x34\x20\xc5\x3f\xa2\x84\xc4\xef\x71\xb1\xc8\xd2\x02\xf3\xa6\x9c\xb7\x77\xce\x18\xfc\xed\xf5\xd8\x1a\x1b\x1c\xa6\x67\xde\x5a\x77\x9d\x4a\xaf\xdd\xfe\x55\x56\xce\x7c\x36\x39\x83\x65\x7b\x2e\xf8\x86\xf0\x65\xf0\xc6\x07\xbc\x0f\xe0\x35\x42\x4f\x70\xa2\xd8\xab\xa9\x90\xe7\x1b\xe4\x17\x25\x80\xb2\x94\x7e\x92\x0d\xbe\x13\x6e\x81\x1e\x8d\xaf\xc8\x4e\xb8\x0d\x56\x6f\xad\xa2\x7c\xdf\x6f\xf8\xf7\x1b\xfe\x9f\x77\xc3\x57\xfb\xbd\x14\xcb\xef\x48\x45\xd6\x52\x57\x45\x4f\x3c\xb9\x05\x56\x70\x59\x7f\x08\x99\xab\xaa\xd3\x04\x9c\xf6\x6e\x4a\xd7\x83\x89\x07\x51\x1c\x7a\x5f\x3b\x84\x68\x60\x52\x63\x68\x84\x1c\xf7\xed\x9f\x4c\xbd\xa4\x3f\x32\x83\x6d\xde\x7e\xa6\xcc\xe0\x0e\x14\xd8\x3b\x01\x25\xe5\x02\x30\xf6\xbd\x46\xc2\x97\xb3\x99\xea\x6d\x80\x7b\xfb\xf5\x57\x6d\x3e\xf5\x1c\x91\x80\x97\xb3\x6e\x75\xa2\x11\xf1\xa8\x41\x34\xbf\xcf\xc8\x72\xb4\xcc\x02\x7c\xef\xed\xa1\xae\xd6\xa7\x2e\x7a\xf8\xd0\x70\xe4\xac\x9d\x9b\x59\xb3\x86\xb7\xff\xeb\xbe\xb5\x0d\xd7\x35\xe8\x71\x0d\x8d\x7a\x90\x58\xb1\x5d\x43\x1e\xf3\x18\xed\xd9\x19\xac\x8a\x28\x58\xe1\x69\x1a\x68\x8f\x1f\xde\x19\x42\x19\xa8\x44\xa3\xa6\xe5\x11\xda\xab\x16\xd2\xa3\x0c\xe8\xc5\x5d\x45\xb1\xa3\xb5\xf7\x65\x53\x14\xc7\x82\x86\x0b\x75\x0c\xd7\x69\x43\xa4\x5d\xcb\x9a\x2a\xe9\x89\x91\x8a\xbf\xca\xda\x93\xbd\x3a\xae\xdf\x9c\x50\xb4\x57\x88\xab\xcc\xbe\xae\xa9\x92\xda\x1f\xd9\x9f\x4f\xb8\x9c\x09\x75\xb3\xea\xa4\xe9\xf5\xa2\x51\x95\x3a\x71\xd4\x1c\x0a\x01\x4a\x55\xda\x62\x5e\x19\xb7\x68\x35\xa9\x8c\xdf\xdc\xdd\x8c\xda\xf5\x35\x2b\x6a\x04\xc3\xbb\x8b\xb9\x65\xbc\xd7\x52\x2b\x73\xce\xca\xb5\x8d\x92\xc7\x9a\x93\xe7\xea\xad\x58\xc7\x2a\xa7\x73\x3f\x49\x6a\xa7\x0b\x80\xf8\x45\xcf\xca\x04\xc6\x54\xa1\x0d\x1d\x5c\x9d\xda\x8c\x47\x81\xae\x52\xad\x8a\xda\xea\xc8\x4d\x3a\xca\x01\xdb\x3f\x31\xe9\x53\x5c\x16\xdc\x78\x25\xb9\x44\x31\x5e\x24\xd9\x25\x8e\x85\x89\x20\x3c\x1f\x1c\xcf\x22\x92\xda\xcf\xd5\xa0\xb6\x1f\xb3\x5c\xf4\xc8\xe3\x7b\x40\x1c\x58\x7d\x24\x29\xd6\xe5\xb5\x54\x2d\xae\x19\x2e\x72\x8f\xc5\xe5\x86\x7a\xd6\x56\xd1\xa2\x6e\xf0\x20\x5a\xd2\x14\x96\x8a\x7c\x21\x60\x33\x44\x92\x71\xd4\xbc\x3f\x42\x94\xf2\x3d\xf1\xb0\x0c\xf2\x87\x43\x74\x1e\x11\xa6\x2e\x07\x91\x6b\x51\x2a\x15\xac\xb8\x29\x33\xe7\x9d\x2f\x05\x19\x30\x5a\x75\x0c\xf7\x4d\xcf\xcb\x0f\x30\x3c\x4d\x36\xda\xb7\x77\x25\xe8\xef\xfa\xfa\xae\x79\x6c\x1a\x0e\x51\x51\x66\x0b\xa6\xab\x25\xe9\x14\x45\x13\xda\x95\x6f\x36\xd8\x5c\x15\xa8\x57\x92\x39\xce\x96\x65\xdf\x39\x3a\x32\x04\xfc\x80\xbe\xd9\xf0\x1e\x16\x59\xef\x07\xb4\xf6\x9f\x79\xe5\x2a\xa6\x42\x1f\x7d\xb9\xf6\x9c\xe9\x6c\x04\xb2\x07\x7b\xde\x73\xa8\x9c\x11\xef\x69\x53\x9d\xfc\x94\x63\x60\xc9\x98\xe0\xbe\x24\x62\x2b\x63\x4c\x09\x1b\x9c\x04\x8f\xa8\xc4\xbc\x4c\x63\x1b\x03\x5d\xdf\xe1\x13\x27\x9a\x43\x11\xfd\xcf\x71\x47\x7c\xe3\x56\xe9\xf2\xd3\x6b\x96\xfe\x44\x5c\xac\x19\x54\x33\xc5\xe5\x47\xd5\xd4\x7b\x46\x6a\x8a\xa3\x68\xdd\x78\x15\x15\x33\x9d\xa8\x02\x41\x98\x7d\xff\x11\x9e\x4c\x7a\x1c\xc0\x4f\x6d\xde\x42\xde\x0e\x42\x08\x23\x5e\xd7\x60\x6c\x2e\x40\xb3\x47\x10\xe7\xc8\xdf\x1d\xf1\x57\xe5\xbd\xfd\x89\xf4\xde\x5e\xf5\x47\x26\x3d\x93\xe2\xae\xae\xd0\x03\x68\xb1\xb6\x18\x92\xac\xdb\x43\x9b\xfa\xdf\x4d\x96\x80\xfe\xd7\x72\x39\xd8\x43\xca\x62\x2d\x44\xf4\x76\xed\xcc\x88\xbf\xe1\x50\xde\xf3\x25\xd9\x54\xa3\x5a\x38\x56\x08\x36\xfe\xa0\xdb\x6f\x68\x1e\x19\xa2\x9a\xe4\xa8\x15\x53\xdd\xa2\xb2\xe1\x10\xb1\xcd\x4a\x88\x0b\x51\x1a\x23\x7e\x33\x82\xa2\x69\x44\x52\xbe\x72\xce\x31\x8f\xf0\xd7\xf0\xe7\x97\x3d\xed\x0d\xb0\xa1\x06\x5b\xd6\x71\xb6\xff\x86\x21\x8d\x99\x53\x36\x7e\x29\x48\xb7\x04\xba\x3b\x16\x78\x9c\xa5\x31\xa2\x0c\xb7\xb1\x12\x8d\x74\x9b\x89\x15\x19\x1c\x11\x74\x61\x6d\x3b\xec\xf5\x62\x74\xc7\x1d\xd2\x7d\xb7\x6b\xa2\x04\x3f\xd1\x6a\x9c\xb2\x28\xb3\x1c\xc7\xd2\x8f\x3b\x93\x40\x40\xe3\x33\x8d\x0a\x14\xcd\xe9\x86\x34\xf0\xf2\x6b\xfb\xaf\x92\x7f\xdb\x7f\x1e\xf7\xf2\x77\xd1\xc5\xfa\x1e\x5e\x57\xe6\x56\x71\x0c\xb7\x84\x0d\xa9\x69\x27\xdb\x1e\x28\xb4\x2b\x06\x41\xe8\x3f\x46\xf4\x98\x7d\x29\x7d\x69\x58\x52\x9c\x05\xd6\x70\x68\xb0\x2b\xd5\x0f\x0c\x70\xaa\x8a\x46\xc4\xb8\x5c\x60\x2f\x8a\xb0\x38\xbe\x43\x5a\x34\x22\x68\x8f\x42\x0a\x39\xeb\x11\xd3\x84\x36\x8f\x49\x9d\x90\x52\x14\x69\xa2\x29\x2f\x2e\x6a\x11\x63\x4b\xf1\xb9\x4c\x12\x63\x4a\x2f\xaf\x75\x62\xb0\x74\x23\x9b\xc2\xa6\x20\x4a\xfa\x2b\x16\xdd\xaa\x29\x6a\xcb\xc1\x86\x64\xc1\x7d\x9d\x08\x45\x71\xec\x94\xf6\x49\xca\x1c\x42\x4a\xcb\xea\xf8\x27\x92\x64\x5b\x6a\xe2\xa1\xd0\x50\x4d\x04\x45\xa9\xef\xfa\x05\xd5\x6c\xd1\xdf\x8a\x1a\xe8\x9f\xfc\xc1\xa4\x6b\x79\x8a\xd4\xe9\xaf\x27\xe8\x20\x90\xb3\xaf\x73\xb0\xe1\x90\xc5\x56\x54\x56\x16\x46\xa5\xca\x56\xe2\xcb\xf5\x2e\x05\x16\x58\x7a\x60\xb6\xcd\x11\xa3\x55\x0c\x67\xdc\x1c\xde\xe2\x00\x21\xeb\x8f\x12\x12\x32\xc6\x70\xd5\xa0\xec\x35\xac\xf0\x7f\x3e\xdb\x11\xb0\xff\xa8\xb6\x18\x41\x8e\xd5\x48\x31\x58\x64\x0b\xc3\xc1\x9c\xd9\xbd\x24\x2a\x4a\x0e\xe9\x54\xed\xef\x0e\x23\xa4\x1e\x2d\x08\xce\x8b\x1e\xc8\x17\x27\x10\x88\x16\xd2\xed\x3e\x29\x14\x36\x74\x89\x36\xc4\x81\x07\x2c\x2a\xc9\x0f\x68\xc3\xae\x8d\xcf\xb4\xa0\xfd\x7d\xb1\x96\x9b\xb5\x00\xe2\xef\x56\x2a\x41\x0d\x4d\x16\xb3\x14\xea\x34\x69\x6a\xa7\x0f\xeb\x81\xd9\xe5\xc1\x22\xba\x8c\x46\x09\xf6\x75\xcf\x3d\x0e\x30\xfb\xa9\x02\xa7\xb1\x8a\x48\x95\x66\xe9\x63\x5e\x89\x8e\x0e\x7b\x9b\xb8\xae\x9a\x7a\xf0\xed\x47\x39\xa3\x5f\x05\xdb\x13\x4b\x25\x80\x11\x6b\xb5\x8a\x09\x02\xdb\xb7\xf5\x3d\x56\xd1\xae\x39\x89\x95\x37\x82\xfa\x89\xd6\xd0\x01\x08\xb9\x2f\x8a\x53\x5b\x4b\x10\x63\x74\x1e\x15\x52\xa0\x5c\x33\x71\xc5\x96\x36\x5c\xbd\x6a\x47\x18\x65\x98\x65\xdd\xbf\xce\xa2\x62\xe6\x43\x3a\xed\x35\xce\xf3\xaa\x9b\x48\xfd\xca\xd1\x77\xaf\x58\x27\xf1\x50\x71\x34\x8e\xd9\xb5\x97\xc6\x75\x69\x4f\xfc\x6d\x55\x1c\xbb\xd0\x1e\x94\xa9\x10\xbe\x2a\x25\xc4\x09\xc9\x8b\xb2\x5a\x40\x5c\x51\xc6\xab\xd0\x80\xf8\xd4\x1e\xbe\xeb\x57\xe3\xab\xc9\xf1\x25\x44\xda\x64\x03\x6f\x9a\x67\xab\xb1\xb6\x28\x6f\x44\xf5\x2a\x43\xf7\xf3\x34\xa9\x93\x67\x40\x5c\x57\xc6\xb1\x2b\x36\x41\x7a\xbe\x7d\xc1\xec\x4a\x21\x89\x7f\x1a\x06\x68\x37\x16\xbc\x6c\xad\x59\x93\x76\xd6\xb3\xa9\xf3\x9a\xae\x4d\x19\x68\x22\xeb\x1f\xae\x0d\x87\xd6\x0e\x6c\x5c\xe0\x28\x8f\xc7\x9a\xfa\xd2\xaa\xbc\xc7\xf6\xe5\xe1\xd0\x70\xa5\x5b\x19\x77\x7a\x3c\x06\xaf\xb8\x19\x0b\xd4\x44\xd2\x69\x8d\x6c\x66\xaa\xb1\xcd\x91\xb3\x49\xbc\x76\x39\x91\x2e\x0e\xd5\x89\x42\xe8\x8b\x26\x75\xb5\x95\x88\x26\x28\xcd\x54\x0d\x94\xbd\x2d\xa2\xa2\xc0\x71\x40\xab\x50\xae\xef\x28\x44\xa1\x2d\x69\x93\x97\x49\xc2\x83\x19\xb0\xd0\x69\x98\x43\xfa\x7c\xa7\x9a\x36\xab\x68\x65\x19\x4a\x59\xca\x2b\x6d\x65\x39\xd3\x5c\x4b\x42\xb0\x1a\x08\x11\x26\x8c\x0a\x64\x97\x02\x51\x60\x84\xc7\xd1\xb2\xc0\xf4\x24\x1e\x67\x69\x89\xce\xa3\x14\x6c\x92\x8a\x45\x46\x12\x76\x1b\x9e\x96\x38\x9f\x44\x63\xe9\x1b\xbb\xc5\x49\xbc\xcd\x69\xdb\xde\xa6\x9a\xf9\x21\x72\xdc\xeb\xca\x35\xad\xad\xcd\x9f\x70\xc9\x9c\x35\xd3\xfd\x31\x40\xe7\x33\x32\x9e\x81\xd1\x00\x5d\xde\x65\xc6\xb7\x31\xb4\x48\x96\x45\xf3\xd5\x2b\xe7\x03\x0d\xf3\xab\x98\x87\xdf\x90\xa9\x41\x84\x5d\x5d\x4e\x95\xc5\x9a\xe5\xc7\xdb\xc8\x8e\xd5\x72\xa3\x66\xac\x7c\x23\x39\xa6\x4e\x86\x31\x5f\x3a\x0c\x98\x41\x7a\x7b\xe6\xeb\x39\xf5\x78\x8f\xbb\x2d\xae\xcf\xab\x58\x93\x73\x18\xf6\x9e\x82\x2b\x5e\xb2\xf8\xce\xc3\xee\xee\xa7\xec\xc2\x19\xfe\xdc\xc7\x2b\xc8\x73\x98\xf6\x9a\x2d\x59\x74\xbb\x2b\xcd\x9f\x4d\x5b\x89\x4e\xf8\x6d\x95\x05\xb4\xb4\x68\xe8\x84\x5b\xdb\xae\x49\x34\x1f\x79\x27\xdc\xde\xbc\x3e\x0d\xb6\x9e\xdc\x9b\x3e\xdd\x9b\x3e\xfd\xb5\x4d\x9f\x34\x5b\x67\x6e\x02\x79\x07\xc6\xce\x15\x6e\x2c\xb9\x71\x25\x7b\x97\x75\x34\x11\x77\xce\xfb\xf9\xb4\x08\x2b\x34\x37\x9a\x8c\xc7\x4f\xb0\xbc\x12\x3d\xf6\x9d\xd8\x4e\x28\xfb\x14\x95\x22\xdd\xc4\x09\xf8\x7c\xe0\xeb\xc3\xfb\x77\x07\x8c\xb9\xdf\xa6\x03\x2c\xde\x12\xb0\x5a\x0c\x0f\x18\xcb\x0c\xbd\x7f\x77\xc0\xef\x09\xfc\x1d\xe0\xcf\xd1\xc1\x89\xa2\x6a\x79\x96\x15\xfa\xed\x97\xdb\xf8\xc1\xd1\xdb\xb7\x2f\x0f\x3e\x1e\x1e\xbd\x45\x2f\xdf\xbf\x3f\x7a\x1f\xa2\x03\xa9\xfe\x1d\xb3\x2a\xd9\x89\x3e\xc6\xa8\xbb\x8e\x68\x7d\x68\xbd\x3b\xf0\xf7\x41\x79\xbc\x69\x3b\x76\xf9\xce\x9e\x29\x11\x4a\xba\x7a\x08\xab\xcc\xdf\x84\x30\xa4\x0d\x91\x6d\x14\xac\x0d\x13\x9e\xa5\xe1\xa2\x88\xa6\x18\xed\xa1\x07\x0f\xf8\x4b\x43\xba\xad\xf3\xdf\x03\x16\x32\xd6\x49\x19\x88\x62\xcf\x90\x37\x39\x44\x72\xba\xfe\xfe\xe1\xe8\x2d\xcc\x4a\x2e\xbb\xe4\x09\xb3\xca\xfb\xe6\xbc\x25\x53\x38\xe0\x55\x9b\xa3\x55\xb3\xf9\x91\x5d\x57\xeb\xe3\x9d\x17\x6d\xa7\xf4\xe3\xe1\x9b\x97\x47\xc7\x1f\x43\xc4\x2f\xbd\x29\x71\xd1\x4e\xce\x0b\xb4\x8e\xba\xf4\xbf\x68\x3c\xa3\x1c\xa3\x6b\x04\xb4\xe1\x6e\x24\xbf\xbd\xdf\xad\xee\x77\xab\xbf\xf6\x6e\xa5\x6d\x56\xf0\xea\xf2\x8f\x6a\xa5\xdb\xfe\x31\x7b\xab\x37\xf4\x77\xf8\x94\x5d\xf8\x1c\xa2\xeb\x5f\x1e\xce\xf4\x88\x4c\x85\x71\x0c\xe1\x6f\x6c\xa1\x2d\x75\x58\xb0\x8d\x90\xbf\xf6\x3b\xf8\x85\x30\xe5\xd5\x14\xe9\x7a\x3e\x0b\x5d\x81\x6a\x9e\x23\x17\x59\xda\x6f\x78\x42\xaf\x65\xa6\x59\x7a\x39\xcf\x96\xb2\x45\x99\x50\x71\x7a\x13\x48\x9b\x62\x81\x2b\x1c\x33\x79\x00\x82\x18\x38\xc1\x9a\x78\x9a\x3c\x9e\x3d\xcf\xb2\xe4\x1a\xc2\xab\xc6\xe0\x82\x9c\x6d\x12\x98\x41\xc6\xda\xec\xc0\xfb\x10\x1c\x1b\x0e\xd3\xc5\x89\x0f\x82\x11\xd0\x45\xc9\x6b\x1f\xae\x19\xd3\xa4\x7b\xdf\xa2\x10\xa6\xe3\x28\x56\xaf\x1d\x80\x41\x43\xbe\x7b\x25\x42\x3c\xa2\x02\x19\xf0\x9a\xe0\x7e\x83\xff\xae\x30\x77\xf5\x97\x57\xf6\xca\x95\x37\xc4\x3a\xb6\x19\x7d\xc6\xcc\x05\x38\x78\x31\xb2\x70\x1d\x2b\xef\xe0\xde\x68\x41\xde\x0a\xaa\x51\xa7\x55\x57\xe7\x24\x88\x51\xa2\xeb\xa0\xbc\xa7\xe8\xb5\xfd\xe8\x60\x85\x7a\x86\x56\x72\x7f\xe6\x35\xe3\xd2\x8b\xd6\xd3\xc3\x4a\x23\x12\x9e\xd4\x6f\x34\x9c\x82\x4c\xd3\xa8\x5c\xe6\xf6\x70\xf4\xf4\xaa\xf1\xe8\x30\xd5\xe3\x91\x50\x75\x03\x02\x07\x06\xed\xfb\xcf\x5f\x38\x08\xf2\xe6\x1c\x29\x4a\x63\xa9\x5a\x2a\x33\x08\x4a\x3c\x21\x69\x94\xf8\xad\x9e\x59\x1d\x3e\x9b\x52\x7d\x5d\x5b\x59\xbc\x7a\x03\x29\x22\x0f\x9f\xe1\xfc\xb2\x9c\x31\x8d\xf5\x7c\x44\x80\x65\x64\x2c\x4a\x34\xf4\x8d\x87\x59\xa8\xc5\x96\xc7\x35\x08\xef\x8e\xe3\xd9\x4e\x2e\x6e\xf9\x4b\x7b\x04\x78\xef\x40\x44\xb9\xeb\x90\xfe\x39\x9a\x3c\x8b\x08\xbd\xe6\x03\x6b\xe7\x71\xfb\xc9\x2b\x67\x0f\x5b\xb9\x6f\x41\xe6\xa7\x53\x50\x7b\xaf\xef\xaa\x34\xf9\x3c\x7d\x14\x1d\xbb\x2d\x4b\xd7\x42\x58\xd4\xf2\x73\x70\xbc\xcc\x83\x69\xf3\xf2\x27\x04\x42\x4c\x59\xc6\x00\x1c\x48\x9f\x3f\x4a\x37\x2a\x39\x5d\x26\x49\xc5\x0b\x17\xa5\x59\x44\xee\xe5\xbf\xa9\x10\x86\xfa\xaa\x02\x33\x42\xa6\x35\x9a\xb3\x9a\xdb\x7e\x8e\x7d\xe7\x6d\x4c\x8f\x6d\x5f\x01\x3a\xb3\x6f\xce\xfb\x76\x6c\xbd\x95\x6a\x83\xbe\x37\x50\x9c\x49\x24\xe3\x2c\x1d\x47\x65\xcf\x98\xfd\x7e\xb5\x1f\x9b\x4a\xae\xc7\x9d\xd8\x54\x73\x3d\x7b\xb7\xc5\x55\x1c\x2e\x66\x77\x0f\x2e\x0f\xe3\x5c\x81\x1b\x0e\xc1\x09\x81\xd5\x12\xcb\x66\x1f\x3e\x04\x7d\x83\xd9\x8b\xfa\x6d\xba\xda\xf9\x0e\xe0\xe0\x0e\xbd\xef\x44\xf9\xd4\x5a\x5d\x4a\x7c\x7c\x66\x94\x0c\xf5\x2f\xee\x99\x67\x53\xf3\x84\xc2\xc7\xc7\xef\x5f\x64\xbd\xf6\x4b\x2d\x36\x99\xe8\x8b\x94\xd2\xf4\xfa\xb6\xfa\xbb\x74\x65\xfe\x92\x91\xb4\xd7\xe9\xb8\x95\xcb\x47\x71\x8c\xdc\x18\x9e\xf4\xeb\x0d\x90\x0d\x7b\x74\x99\xf7\x03\xbd\x47\xfa\x55\x4d\x9a\x95\x87\x46\x5f\x25\x0a\x3d\xfe\x86\x14\x70\xcb\xb6\xe1\xd5\x42\x3f\xb0\x5a\xd1\xdb\x97\x1b\x89\xc6\xb5\xb3\x65\xb9\x58\x96\xaf\xb3\xa9\x62\xd7\xdc\x17\x8f\xb6\x5a\x84\xf3\x1f\xe6\x67\x46\x13\xcb\x4c\x30\xc5\xad\x61\x4c\xb6\x1b\x28\x06\xc3\x6e\xb9\x0c\x7e\x9a\xe3\x78\x39\xc6\xda\x5c\x45\xe3\x71\x80\xb8\x2b\x4a\x9d\x9f\x44\xe3\xf1\x09\x4f\x66\x3c\x91\x22\x85\x7f\x0b\x2a\x7f\x66\x4e\xd9\xa0\x98\x91\x49\xd9\xeb\xa3\xd0\xc1\xa8\xc8\x72\x94\x56\xd1\x78\x2c\xb4\x54\xcc\xd8\x9b\x91\x36\x4e\x70\x89\xc5\x38\x94\x93\x24\x33\x9d\x51\xd5\x0d\x58\x86\x76\x7f\xc5\xdf\x95\xf0\xa5\x4d\xb7\x7a\x26\xc6\x55\x3a\x56\xb8\x2b\xb9\xc8\x68\xb8\x5e\xf8\xf1\x38\x6e\xb0\xa5\x9f\x3f\xba\x47\xa6\xad\x66\x8f\x4c\x75\xc5\x37\xab\x6d\xec\xcc\x0a\x90\x21\x01\x1a\xbe\x1f\x6c\xb1\xc3\x76\xfb\xe4\x08\x94\x7f\x28\xff\x4f\x95\xb4\xac\x9b\xfe\xb7\x78\xd4\x68\xbd\x6a\xf3\xbe\x68\xac\xa5\xc6\xaf\xe5\x6c\x8a\x82\x9a\x27\xd7\x2a\x0e\x28\xec\x0b\xa1\xa5\x13\x0d\xe0\xd4\xa0\x5e\x1f\x80\xee\xbf\x4a\x11\x85\x17\xf4\x44\xb2\x7b\xd6\xf6\x69\xe5\x00\x0c\xab\x09\xef\x9d\xb0\x81\x4b\xcd\x23\x56\xdd\x95\x70\x93\x9f\xac\x1b\xba\xc6\x7a\xda\x46\x01\x7f\x5b\x5f\x97\x43\xbf\x6e\xf2\x0d\xa3\x41\x8f\xfe\xaf\x3e\x90\x88\x1e\x43\x64\x6d\x38\x44\x1f\x8f\x5e\x1c\x85\x28\xc7\xcc\x20\x2b\x40\x45\xc6\x4d\x67\xe4\x15\x97\xb2\xc5\x89\x98\xa6\x6b\x40\xcb\x91\xb2\x5b\xa0\x14\x8f\x71\x51\x44\xf9\x25\x5d\x2c\x10\x01\xbb\xa0\xe4\xd6\x05\x7f\xc5\xe0\x2d\x1a\x9d\x67\xf9\x67\x26\xe5\xcd\x97\x49\x49\x16\x89\x16\xc9\xc1\x8c\x9d\xe2\x77\x6f\x34\x7c\x84\xbc\xb6\xdc\xdf\x08\x53\x6e\x56\x87\x69\xc6\x20\x9a\x37\x6c\x48\x55\x63\x38\x66\x1b\x87\x79\x32\x91\xa5\x06\x02\x47\x3e\x07\x36\x0f\x68\xe7\x4e\x5c\xd8\x53\xdf\xf9\xa1\x0a\xd6\x62\xa7\xc8\xb1\x6f\x34\xfb\xc9\xfd\x39\xf9\x6a\x6a\x30\x83\xf4\xd6\x53\x79\x84\x52\xf5\x73\x82\xb7\xc7\xe4\x00\x78\x8e\xdc\x2c\xc7\x87\x0d\x96\x23\x99\x1e\x37\xe9\x31\xbb\xe8\xb1\xfc\xe4\xc5\x0a\x5c\x5a\x91\x62\x7c\x3e\xae\x6a\x0f\x62\xf5\xd3\x4d\x70\xcd\x78\x15\x8c\x67\xc8\x55\xf4\x82\x54\x90\x93\xcb\x95\x87\x2d\x0b\xde\xc1\xc0\x91\x66\x37\x8a\x2f\x06\x06\x3b\x52\x1f\xbb\x48\x00\x08\x2e\x04\xff\xef\x8a\x54\xc9\x72\xd8\x0f\x99\xae\x31\x1a\xf1\xd3\x94\x23\xf1\x05\x7f\xde\xed\x72\x73\x86\x06\xe5\x99\xa8\x82\x3f\x57\x70\xe4\x4e\xb8\x0d\x1e\x8c\x74\xa7\xe1\x94\x31\x7f\x77\x7f\x33\x7a\x7f\x33\xfa\xd7\xbe\x19\xe5\xd7\xa2\xfc\xc9\xef\x7f\x45\x7c\xbd\x3b\xf5\x18\x0e\x87\x80\x47\xe8\x20\x4b\xcf\x30\x65\x45\x11\x0f\x79\x0c\xe7\x60\x38\x0b\x40\xdc\x62\x11\xc8\x85\x12\x70\x94\x14\x19\x8a\x92\x24\x3b\x2f\x58\x78\x76\x50\xd4\x15\x83\x35\x5a\x91\x10\xfc\xdf\x90\x0b\x1c\x5f\xb3\xac\x35\xf7\x5e\x63\x8d\xdf\xa8\x96\x99\x1d\xe4\x98\xab\x2c\xe5\x81\xb3\x67\xaa\x44\xd1\xd5\x95\x08\x90\xae\x32\xba\x52\x87\xda\xed\xdb\xca\x00\x76\x96\xe3\x22\x12\x53\xcc\xb2\x3e\xf4\x84\x7e\xd1\x68\x88\xe9\x21\x8e\x26\xa0\x6a\xee\x43\xed\x1b\x4e\x9d\x00\xc9\xf9\xbe\xfe\xa2\xd5\xb8\x33\x12\x41\x94\x64\x3b\x70\xe4\xa2\xa2\x26\xe5\xb4\xe2\xf2\xc7\xb6\x84\xcd\xa4\x7e\x9f\x1f\xb6\x02\x3a\x09\x67\x38\x27\x13\xf0\xeb\x91\xe3\x71\x44\x39\x8e\x16\xa8\xe6\xe1\x43\x94\x44\xbf\x5e\xa2\x24\x8b\x62\x14\x5f\xa6\xd1\x9c\x8c\x51\x96\xe2\x02\x5a\xe3\x13\xa2\x1a\xe2\xc1\xac\x33\xa9\x27\x00\x28\x61\x5f\x2f\x1a\x77\xa0\xe8\x6c\x4d\x71\x79\x24\x0f\xc9\x1e\x0f\xce\x74\x62\x94\xc0\xda\xe4\x1e\x40\x57\x26\xf0\x29\x11\xc7\xe4\xea\x5b\x0f\x43\xd3\x5f\x79\xf5\xc2\xb2\x8b\x73\x02\xf1\x4a\xb4\x5e\x21\xd0\x41\x14\x98\x9d\xa0\x43\xe7\x65\x15\x13\xde\x97\x39\xe6\xea\xc5\x00\x2e\xf0\xc6\x6c\x75\xb0\xc3\xf1\x0c\x5f\xf8\xd4\x06\x4a\x6b\x6a\x25\x58\x9e\x28\x5b\x14\x31\x34\x9f\x3c\xac\x76\xa5\x52\xde\x52\xf8\x8b\x20\xdc\xcf\x78\x78\x72\x5a\x15\x5f\x64\x7d\x14\x8a\xf5\xc6\xc1\x5c\x59\xc9\x77\x4d\xe0\x79\x5e\x07\xdd\x0c\xad\x6e\x07\x0e\x1c\x5d\x02\x0a\x8a\x7e\xb9\x30\x65\xa6\xd7\xe3\xe6\x47\x22\x2a\xb3\x00\x8a\xf4\x98\xcc\x76\x6b\x70\x7f\x15\xae\x74\xad\x35\x90\xe5\xfa\xbe\xde\xdd\xa4\x46\x5e\xca\xd4\x4f\x69\x07\x1d\x46\x81\xc5\x8c\x52\xa0\x07\xe1\x16\xa9\x0b\x55\xcd\x7e\x1c\xb3\x67\x11\x52\x89\x16\xa5\x31\x2a\x70\x59\xa0\xe5\x02\x32\xf8\x69\x04\x58\x06\x29\x71\x4e\xf7\x8e\xec\x8c\x0b\x5b\xdc\x8d\xe9\x60\x6d\x4d\x7b\x1a\xf1\x3a\x9b\x16\xfb\xe5\x87\x32\xca\xcb\x35\x5b\xd3\x58\xe0\x64\x22\x13\x27\xee\xfb\x65\xce\xc2\xcd\x5a\x8c\x38\x61\x38\x99\x38\x3e\x7c\xc4\x23\xbb\x29\x2e\x99\x3e\x8b\x16\xb6\x5e\xda\x81\x7e\x41\x0d\xb3\x80\xee\x21\x71\xf2\xb4\x78\x06\x6d\x65\xe0\x63\x1c\x90\x31\xc5\x65\xcf\x7a\xf3\xc3\x2d\x19\x9d\x53\xce\x70\x88\xe2\x2c\xed\xf2\x57\xa2\xb4\x8f\x1c\x6d\x60\x36\x09\x17\xdd\x22\x51\x98\x1d\x81\x27\x8c\xc1\x60\x80\x7e\x59\x32\x47\xc0\xb4\x4d\xca\x7b\x9d\xf3\x72\xc5\xc3\xc8\x9a\x47\x91\xd7\xf6\x0b\x58\x6b\xa5\xcb\x61\xf8\xcf\x98\x2c\xd3\x7b\x30\x65\x86\x9c\x4d\xcf\x34\xd9\xe3\x1d\xd3\xec\xd3\xe8\x5f\xb3\x1f\xd6\xaf\x47\xba\x8b\x2c\x49\x18\xf9\xf8\xc9\x96\xd3\xa6\x02\xb3\xe9\x52\xaa\x44\x40\x6d\x9b\xbe\x91\x66\xb8\x06\xb1\x64\x15\xe4\xc2\x67\x34\x73\xe6\x54\x18\x59\x50\xd2\x13\x63\xf5\x4d\x82\xef\xd9\x94\x8f\x26\xb2\xd6\x27\xf9\xb6\xd4\x71\x33\xca\x50\x66\xca\x30\x34\xa5\xbc\x7e\x66\x25\xa8\x4a\x42\x51\xc8\x25\x9d\x5b\xa1\xe7\x76\x44\x5a\xa9\x0f\x80\x3e\xd9\xce\xa8\x29\xe3\x79\x97\x25\x09\xe5\x33\xaa\x27\x8c\x06\x43\x56\x84\x9e\xd3\xf0\x1c\xa7\x25\x1c\x39\x07\x94\xe2\x60\x68\x6a\x2f\x59\x70\x43\xfb\x13\x86\x29\x20\xc7\xc3\xf8\x34\x10\x57\x54\x46\x72\xa0\x88\x91\xe7\xe8\x6e\x8c\x98\x82\x18\xe8\x97\x6e\xd6\x22\x6a\xa1\x43\xe2\x96\x4c\x16\x20\x27\xbc\x87\x58\x6e\x9e\xdb\x81\x80\x9f\xa6\x0e\x72\x0c\x63\x02\x7b\xed\x03\xcf\x43\x47\x60\x76\x4c\x83\xad\x5d\xb8\x1a\xf8\xd0\x34\x7c\xab\xa8\xca\x2a\x75\x5d\x95\xca\x1e\xbf\x52\xcd\xec\x8c\x66\x4b\x80\x2a\x3d\xc6\x57\x5a\x63\x2a\x61\x53\x89\xc1\x96\xe8\xab\x41\x3b\x68\x30\x13\x34\x48\x31\xf3\xee\x93\x31\xb9\x42\xb8\x65\x8d\xcc\xe0\x5b\xee\x41\x55\xbe\x62\x7b\x4e\x96\x7e\xed\x24\x7f\x57\xf6\x7b\x90\xe2\x73\x7e\xeb\xa4\xe3\x40\xf7\x15\xc6\x98\x24\x89\x0d\xd7\x78\x7e\xe6\xd8\xb0\xec\x7b\xe3\x91\x47\xcc\x1d\x8f\x1a\xf9\x20\xe2\x1c\x99\x9f\x0b\x6b\xa8\xd7\x72\x48\xea\xb2\x97\x9a\xb2\xfe\x6e\xd4\xeb\x9d\x8d\xa5\x4d\x89\x20\x76\xfd\x00\xea\xae\x1a\x72\x0c\x97\x0c\xf4\xcc\xb1\xc0\x69\x0c\x06\x6e\x72\x92\xa3\x02\x14\x2d\x69\x41\x29\x54\xfa\x82\x51\x15\x65\x13\x00\xa6\x85\xa8\xd4\xd3\x67\xca\x15\xd9\xfa\x32\x8d\x8a\x82\x4c\x53\x1c\x0f\xdc\x3e\xda\x14\xe5\xe3\xc9\xbe\xd9\x91\x32\xd6\x78\xd4\x30\x41\xde\x66\x74\x93\x31\x6d\x24\xca\x9e\x18\x25\xba\x74\x18\x25\x39\x8e\xe2\x4b\xf5\x5e\x5d\x09\x8a\xc5\xed\x29\xcd\x14\x64\x85\xf4\xda\x34\x2e\x32\xe9\x59\xad\x49\x1f\x70\x1b\xae\x47\x2e\xb5\x32\x19\x17\xf7\xb9\x85\xa4\x52\x74\x99\xf1\xb1\x91\xf9\x1c\xc7\x24\x2a\x71\x72\x69\x37\xcb\xc9\x7d\xdc\x96\xb6\x4d\xe9\x04\xaa\xef\x55\x78\x9a\xf0\x79\xad\xd2\x35\xd9\x8c\xe5\xd3\xed\x87\x0d\x46\xbb\xcb\x3d\x77\xa2\x74\xd8\x9b\xb9\xc9\xdb\x98\x61\x9f\xd6\x0f\xa1\x8e\x31\x98\xa3\x3e\x1a\x6b\x9e\xf8\x75\xa9\x3b\x10\x0d\xd7\xda\x9d\xf0\x75\xdb\x81\xe8\xfb\x6e\xf3\x78\x1c\xc9\x21\x5b\x08\xc1\xc1\x1c\x48\x03\x7f\x87\xa7\xe5\xf3\xec\x4c\xa8\x34\x51\x54\x5c\xa6\x63\x79\xf8\xf1\x09\x46\x3e\xbe\xbd\x4c\xe1\xed\xb4\x81\x00\x4d\xc6\xb0\xb0\xe5\xf0\x2e\xdd\x10\x7e\x95\x9a\x0d\xc1\xdf\xc1\xe8\xd4\x0a\xd9\xee\x73\x9e\xe0\xc8\x14\x5e\x93\x13\x59\xd2\x16\xca\xad\x1d\xb5\xc2\x8e\x72\x38\x44\x87\x13\xc5\x19\x49\x21\xdf\xf5\x5d\x62\xee\x7e\x05\x91\x12\x29\x2f\x5d\xaa\xdc\xf9\x0c\x83\x31\x06\x1f\x7d\x1f\x31\xa6\x5a\x20\x52\x9a\x6c\xd5\xbb\x51\x3b\xc4\x2e\x97\x99\x6f\xf7\xf0\xa1\x9f\xd7\x68\x4f\xa8\xbe\x1f\x43\x84\x14\x0f\x7f\xfb\x8a\xfe\x79\x2c\x79\x3c\xc7\xb6\xf5\x5e\x92\x4d\xab\xda\x45\x16\x63\xaa\x39\x5b\x40\x2d\x21\xdd\x13\x2a\xdc\xf1\xf9\x03\x96\x98\x20\xce\x01\xc0\x1e\x58\x7b\x3a\x72\xdc\x4c\x71\x41\xfc\xf0\x05\x4b\x08\x39\x8d\xf5\xfa\x03\xb6\x23\x8f\x23\xe1\xb0\x10\xdc\xaa\xe0\x18\xd1\xd5\x3d\xcb\xb3\x34\x5b\x16\xd2\x7b\x21\x37\x0c\xa0\xbb\xbd\xed\x89\x88\x55\xc3\x85\xdd\xae\xd7\xbc\x16\x9c\x4a\x64\xca\x4a\xaf\x0d\x01\xb9\x36\x74\xb4\x86\xe6\x39\xbc\xc5\xbc\x5d\x37\xf0\x63\xe7\x8a\x94\xe1\xd6\x89\xfd\x56\x73\x41\x7a\x7d\x1a\x6c\x6f\xb4\xb9\x02\xed\x2e\x0b\xa6\x17\x1f\x97\xdd\xb5\xfb\x0b\xd1\xfb\x0b\xd1\x3f\xf1\x85\xa8\x7a\x2a\xaa\xa9\xac\x6f\xf2\x5e\x94\x03\xaf\x70\x93\xe9\x8b\xfd\xd6\xfa\x89\x69\x3a\x21\x53\x2f\x1c\xcb\x12\x80\x87\xa3\xc8\x8a\xe9\x42\x46\x51\xea\x89\xd3\x02\xda\x64\x16\x68\x8a\xd9\x48\xb3\xcb\xcc\x11\x99\x72\x0f\x06\x96\x15\x23\x03\x7a\x4e\xa6\x96\x52\x5f\xb7\x66\x64\x1a\xe7\x2b\x06\x71\x25\x61\xaf\x4d\xa7\x55\x2a\x5d\xb7\xc4\x05\x3d\x63\x45\x1b\x86\x54\xc4\x7a\xe7\x7d\x86\x56\x66\xb2\xac\x00\xdb\x95\x4a\x20\x52\xbc\xcb\x31\xbf\x06\xd5\x6e\x27\x8c\xba\x47\x2a\xdd\x6a\x60\xa4\x97\xa0\x07\x09\xee\xfd\x1e\x5d\x5d\xb9\x79\xfc\x6c\xea\xcf\xc4\x51\x9e\x10\x5a\x54\xeb\x5a\xba\x58\x96\x2f\xf0\x24\x5a\x26\xde\x8b\x93\xa6\x3e\xd2\x1d\xd9\x6e\x47\x5e\xf9\x7a\xa3\xb7\x50\x92\x19\xc4\x5a\x8b\x1e\xdf\x53\xd5\xf7\x38\x7a\x17\xac\x51\xfc\x16\xdd\xb7\x5f\x74\x31\x01\x85\xd6\x52\x31\xc7\x46\xa3\x9e\x0a\xb5\x6c\x0f\x1e\x04\x6d\xbd\xc2\x17\x9e\x91\xf3\x55\xc5\x06\x5b\x68\x46\x91\xd9\x04\x45\x86\x6b\xc0\x28\x8d\xc5\x4d\x69\x01\x37\x25\xcc\x2e\x80\xae\xbb\x57\x2f\xff\x69\x2d\x37\xa8\x83\xca\xc5\xde\x85\x26\x74\xf9\x86\x8b\x5d\xc7\xf0\x5d\x5c\x91\x0b\x6d\xbf\x5b\xa7\x37\xf0\xf7\x17\xe3\xf2\x18\xae\xff\xb4\x2b\x58\xf8\xbc\xba\xb2\x68\x68\x7f\x0c\x61\x17\x34\xc7\x67\x3a\xbc\xc7\xe3\x96\xa8\x16\xfa\xc4\xdd\x50\xf9\xaf\x1e\x4d\x39\x48\xaf\xba\xcc\x78\xbc\x68\x52\xa2\x39\x99\xce\x98\xe0\x28\x9d\x17\x73\x25\x95\xd3\x72\x99\x35\xb6\x5b\x66\x66\xab\x27\xdd\x69\x54\xbc\xcb\xc9\x18\x77\x03\x44\x7f\xd3\xff\x60\xfa\xe8\x8f\x34\x4b\xc7\xd8\xf7\x3a\xf1\x33\xbe\xac\x79\x9f\xf8\x19\x5f\xb6\x7d\xa1\x08\x35\x39\x38\x64\x35\xec\x69\xf6\x14\x2f\xf0\x98\xcc\xa3\xa4\xa7\x03\xb8\x2f\xc4\xcc\x4b\xd4\xaf\x4d\xc4\x9a\x2b\xcd\xbb\xa6\x65\x5f\xd5\x77\x4f\xd2\x37\xa5\xda\x7b\x7a\xfd\x2d\xe9\x95\x0b\x31\x0e\xc1\xc2\x7d\xa9\x88\xfd\xc3\xa9\xd5\x2b\xda\xb4\xa6\xd3\x0b\x53\x9c\xe1\xe9\x6b\x86\x0c\xd3\x48\x99\xe5\x45\xff\x8b\xd4\xe4\x5d\x0c\xf4\xed\xef\x81\x38\x4d\x2b\x0d\x96\x09\x20\x3d\x5a\x64\x02\x7f\x26\x80\x7c\xb3\x41\xd3\x35\x5c\xc0\xeb\x30\x7f\xf5\x0e\x94\xb7\x0d\x1b\x4a\x28\xeb\x2e\x06\x40\x52\xfe\x42\x90\xa5\x20\xa7\x51\xe1\x87\x9b\x46\x85\x01\x05\xe4\xab\x81\x2a\xd1\x4e\xcb\x57\x25\x84\xf1\x9a\x17\x5c\x7f\x2a\x2b\x4e\xd2\x17\x2b\x93\x92\x88\x32\x73\x13\x92\xe2\x01\x6f\x6a\x29\x4b\xc6\x5f\x5a\x85\xbc\xec\x8a\x2d\xb7\x2b\x7a\xe0\x1c\x15\x28\xa7\x81\xde\x7c\x50\xee\x9c\x79\xa0\x14\xe5\x89\xcc\x16\xe4\x57\x09\x5a\xdd\x64\x05\x21\xca\x78\x2e\xcb\xf9\x32\x89\x4a\x72\x86\x7f\x8a\x8a\xe3\x02\xde\xa5\x55\x55\xe5\xc0\x5a\x75\x4d\x1b\x6b\x98\xca\x72\x62\xf0\xa6\xa9\x81\x80\x4b\xb2\xa9\x6d\xb9\xa7\x32\xb4\x68\x34\x8e\x6a\x09\xf4\x43\x5e\xc5\x92\xe7\x75\x2b\x85\x6d\xd2\x22\xf1\x96\x5a\x2d\x00\x98\xdd\xf6\x24\x0f\x52\x77\x2d\x95\x43\x85\x2d\x68\xdc\xac\x49\xb7\x4f\x81\x1a\xa4\x81\xca\x70\x88\xa4\x6b\x1f\xf0\x71\xc7\x4f\xaf\x08\xb1\xa6\xe8\xfc\xbc\x26\x73\x52\x7a\xa6\xd0\x04\xe0\xb8\x92\x89\x15\xf3\x6e\xe4\x1b\x65\x0a\xf2\xab\x8f\x09\xaa\x4c\x03\xba\x24\x73\x5c\x94\xd1\x7c\x51\x59\x44\x42\xa8\x75\xc5\x32\xd2\xaa\x95\x6b\x64\x57\x55\x2b\x8f\xc6\x5a\x67\x62\x32\x99\x90\xf1\x32\x81\xe7\x19\x2e\x0f\xb5\x81\xcc\x81\x64\x65\x94\xbc\x68\x53\x81\x05\xa9\x0b\x49\xe6\x9a\xe1\xe0\x6a\x99\x9b\x2b\xc7\xcd\x76\x45\x10\x52\xe2\x79\xdf\x7e\x98\xe5\x58\xc7\x01\x94\x7b\x0f\x69\xac\x2f\xdf\x66\xce\x0a\x36\x2d\xb4\x11\x3b\x5a\xb7\x58\x66\x49\x36\xf5\xae\x27\x7d\x6d\xfb\x56\x53\x92\x4d\x95\x16\xc5\x5d\x52\x50\xaf\xb1\xac\xf4\x0a\xf5\x45\xa5\x69\xaf\xc9\x84\x7e\x19\x7c\x5d\x8e\xd3\xca\xf0\xd0\x98\x5d\x74\x57\xaf\xd3\x61\xdc\x46\xc5\x2d\x76\x00\x6f\x25\x46\x13\x49\x36\xf5\x54\x2d\x52\x2b\xaa\x94\x85\x4c\xa1\x13\x34\xf2\xcd\x07\xa4\xf3\x19\x29\x28\x5f\x5c\x64\x45\x79\x83\x13\xd2\xbb\xac\xa8\x17\x0c\xdc\x48\x3a\xb5\xfc\xd3\xad\x54\x9f\x68\xda\x49\x9d\x79\xd2\xef\xc1\x22\xba\x04\xf3\xf8\x3d\x43\xdb\xa1\x67\x71\x24\x43\x52\x59\x26\x5e\x31\x5e\x64\xea\xb0\xe7\x59\xfe\xf9\x63\xf6\x2e\xcf\xce\x70\x75\x19\x0d\x48\x2f\xbb\xc8\x49\x96\x13\x8d\xa3\x38\x05\x05\x84\xe6\x20\x7e\xa2\xc7\x0f\x32\x0c\x62\x19\x6b\x61\x9d\x64\xde\x32\x74\x9e\xa2\xa5\xa3\x3d\xe3\xeb\x19\x3a\xd1\x3e\x4f\x51\x28\x6f\xa3\xaf\x55\xab\x4c\x95\xca\xb4\xaa\x49\x92\x9d\xc3\xeb\x00\x71\x8c\xad\xab\xbe\xde\x9a\x9d\x45\xc0\xa3\xc4\x84\xb2\x34\xb9\x64\x6e\xfd\x4b\xc3\xc8\x5e\x18\xba\x33\x83\x76\xdf\xfb\x0c\x61\xed\x8e\x42\xfb\xed\x85\x6e\xe7\x6e\x9f\xb8\x68\x1f\x5b\xf1\x2e\xa9\xd6\x07\xfa\xe7\xc6\x86\x5e\x6e\xd6\x44\xe9\x7e\xb2\x36\xd5\xc3\xf5\x84\xcd\xe9\x1a\xf0\x8b\x2f\x16\x24\xbf\xf4\xac\x78\x2d\x57\x27\xb7\x82\x79\x01\xf1\x42\xd3\xbc\xaa\x25\x60\x81\x7a\x16\x00\x50\xb6\x4f\x96\xb0\x20\xfa\xbb\xbe\x55\xf9\x3e\x3a\x17\x24\xc3\x53\xbc\x60\x5a\xf5\xfb\xc5\x98\x10\x7b\xf9\x8a\x32\xfa\x6e\xfb\xf7\x82\x23\x4e\xc2\xa9\x38\x1a\x6a\x55\xa8\x06\xc0\x2d\x2e\xc4\xb2\xf2\x31\x87\xe1\x70\x95\x15\x01\x6b\x53\x5f\x8d\x95\x8b\x51\x2d\xb7\x5b\xac\x24\x4b\x9b\xcb\x50\xd4\x8e\xfe\x25\x53\xb5\x15\x30\xbe\xa0\x17\xba\x56\x9b\x27\x0d\x8a\xe5\x88\x3d\x18\xea\x6d\x04\xdb\x6c\x55\x76\x2e\xe2\x71\xc7\x70\xfe\x22\xbd\xcb\x74\x36\x2e\x3a\x68\x1d\xb9\x85\xb7\x8d\x10\x11\xd0\x2b\x76\xdd\x93\xe2\x73\xb8\xf9\xe9\x99\x31\x97\x41\x25\x3e\x8a\xd2\x01\x29\xfe\x11\x25\x24\xee\x41\x4c\x04\x9e\xf2\x82\xe4\x78\x5c\xf6\x7c\xfa\x70\xee\x7a\x0a\x00\x79\x8d\xbd\xbe\xa3\x6c\xd7\x25\x29\x15\xaa\x46\xf4\xc0\x53\xad\xe1\xdd\xcc\x53\x51\x8b\x2a\x78\xcf\xcc\x9a\x98\x0a\xc0\xb6\x35\xe0\xfe\xa7\x05\x6c\x57\xc4\x8e\x56\x9c\xe4\xc3\x65\x3a\x26\xa9\x5f\x1c\xe2\x0e\x9f\xb5\xb9\x7c\x60\x26\x21\xd7\xff\x8d\x21\xff\x81\xb7\x1c\x30\x56\x23\xe9\x14\xce\x32\xde\x23\xa4\x0b\x66\xfa\x1c\xe2\xee\x7f\x1a\x2a\xd0\xa1\xcc\xf2\x33\x32\x9d\xe1\xa2\xa9\xbc\x0e\xa5\xd1\x0e\xcf\xfd\x9c\x66\xe7\xe9\x87\x32\x2a\xb1\xcf\xff\x9c\x96\x5b\xdd\x80\x5e\xc5\xae\x5d\xc3\x62\x99\x24\x38\x6e\xaa\x42\x87\xaa\x38\xd5\x2a\x37\x44\x15\x9e\xe6\x9b\x2e\xda\xc2\x46\x88\x40\xd5\x53\x53\x41\x43\x49\xe3\x0e\x26\xf4\xa4\x69\xb0\xbe\xc3\x47\x58\x9d\xa5\x95\xb4\x99\x55\xe8\x4f\xd6\x4a\x18\x5b\x6b\xe8\x49\x63\xb0\x55\xd7\xb4\x61\x65\x8e\x5e\xce\x3f\xa0\xea\xbc\x8a\xb2\xb6\xde\xcb\x53\x85\x0d\x62\xf4\xde\xd0\x2e\x84\xde\x54\x1d\x5e\x3f\x36\x85\x9e\x34\x1d\xd6\x42\xa3\x27\x51\x87\xb6\xb9\x50\x58\x91\xce\xb8\x97\x61\xdb\xc3\x2e\x2c\x3a\xe1\xe6\xd3\x2a\x8f\x35\x94\x85\x77\xc2\xed\xed\xeb\xd3\x60\x7b\xf3\xde\xdb\xc1\xbd\x71\xcf\x7f\x8d\x71\x0f\xa7\xf4\xbb\x08\x5b\xb2\x9a\x8f\xf7\x96\x16\x3d\x2c\xaa\x8a\x69\xaa\xc3\xd2\xbe\x82\xb3\xf8\xf6\xee\xdd\xa3\x24\x19\x5a\x01\x10\xe1\xdd\xa6\x1d\x3e\xc5\x75\xfa\x2e\x8c\x8f\xdd\x48\x51\x35\xce\xde\x7d\xa1\xa2\x3e\xb1\xcd\x8d\x3b\x23\xd7\x63\xa4\xae\xee\x28\x5c\x55\xca\x77\x07\xbd\x56\x96\x74\xbb\x6a\x21\xbe\x5a\x04\xe7\x46\xa8\x53\x7c\xeb\x30\x22\x86\x2a\x07\xe1\x9f\x3a\xc4\x9d\x38\xaa\xa7\xfb\x83\x3d\x19\x86\x4b\x43\xb8\x67\x56\x4f\x7d\xf4\xa3\x4b\x3e\x35\xce\x2d\x37\x88\x0c\x2c\x64\x7c\x15\x46\x0d\xfc\x05\x00\xaf\x67\x8f\x53\xf2\x69\xc1\xbc\xd1\x3f\xe0\xc2\x5b\xbb\x0e\xeb\xc2\x58\x6d\xa7\xf5\xee\xfd\xe0\x90\x92\xc8\xd1\x83\xc2\xf1\x57\x70\xee\xe0\xfc\x63\xb3\xdf\xb8\xd7\x88\x89\x3d\x85\x87\x96\x88\xa8\x0b\xfd\xa6\x07\xab\xf5\xc5\x37\x22\x05\x1a\x67\x79\xee\xba\x1e\x84\x13\x50\x54\xe2\xfd\x7c\x5a\xf8\xa2\xc1\xa9\x70\xd4\x8f\xd0\xdf\xe0\x04\x55\xa0\x2f\x70\x7e\xba\xa6\xed\x91\x92\xdb\xfe\x1b\xde\x09\x3d\x53\xa5\xb7\x53\x39\x47\xea\x14\xcd\xa0\x00\x45\x8e\x0d\x42\xa4\x10\x3f\x1c\x8a\x47\x1e\xa0\x71\x32\xdc\x7e\xc0\xe6\x09\xce\xe6\x54\x94\x27\xba\xd5\x46\xf0\x44\x2c\x8f\x2e\xc5\x83\x27\x3e\x77\x0f\x7a\x4e\x90\xc0\xa8\x2f\x5d\x57\xd3\x73\xb1\x73\x07\x60\x5d\x49\x70\x70\xe6\x86\xb6\x16\x5e\xdd\x7a\x18\x65\xac\x02\xd6\x6b\x4b\x38\xab\x0b\xec\x08\x42\x7c\xb0\xb7\x57\x45\xc8\xe6\x0b\x17\x7a\xf6\xe5\x71\xba\x6a\xa2\x69\xf5\x9c\x87\xe7\x75\xae\x5a\x85\xd6\x07\x6c\x5e\x74\x52\x31\x82\x0d\x64\xef\x18\x98\x87\xbc\x9c\x4d\x43\xb9\x68\xae\x70\xdb\x1a\x25\xb2\x55\x65\x02\x54\x4b\x79\xb2\xfd\x5a\xb2\x33\xc2\x53\xae\xce\x30\x56\xe5\x17\x66\x54\xc9\x8a\xb0\x95\xd7\x8a\x9b\xeb\xcb\xa7\xe7\x89\x21\x59\x66\x7e\x0f\xf1\x46\x8c\xc9\x3d\x54\xe1\xfd\xdd\xe7\x44\x9c\xbf\x6f\xd0\x86\x6b\x04\xaf\xac\xb1\xb9\xa9\x88\x6e\x22\x50\x7f\xb3\x28\x0e\xde\xe2\xb5\xf3\x7e\xa3\x58\x0e\xdc\x0d\xf5\x46\x80\x9e\x0a\x6d\x50\x4d\x13\xcb\x74\x11\x8d\x3f\x1f\x31\x45\xb7\x61\x55\x06\x49\x86\x6e\xc8\x4c\x52\x5d\x30\xdd\xf1\x88\xaa\xd8\x0f\x49\x7a\x7b\x68\x0b\x3d\x13\x89\xc2\x53\x36\x12\xe7\x40\xf5\x74\x5c\xfa\xb7\xae\x72\x94\xad\x0b\x39\x01\x2f\x6e\xce\x28\xd7\xa5\xe8\x6e\x7e\x65\x8c\xb4\x93\x8d\x53\x14\xfa\x9c\x39\x1f\x40\x88\xe0\x48\x8b\xca\x2c\x90\x65\xc7\x7d\x8e\x92\x44\x5f\xdc\x83\xc1\x40\xac\xef\x03\xbb\xac\xb5\xf9\x38\x6e\x54\x0e\xd9\x76\x07\xe1\x5f\x05\x28\xdd\x8d\x22\x59\x43\x60\x86\x77\x17\xc9\xcc\x67\x18\xbc\x51\x13\x87\xae\xc8\x78\x45\x14\xa5\xb1\xe9\x6b\x43\x80\xb1\xf8\xc8\xec\x64\x44\xeb\x60\xc1\xe5\x28\x38\x47\x9b\x97\x76\xf9\xac\x42\x7c\xd7\x26\xaa\x85\x5e\x55\xc5\xd0\x5d\x25\x40\xae\x7f\xdf\x14\x32\x98\x65\xa5\x27\xf7\x18\x38\xc8\x28\xf9\x8f\xbb\xd6\x35\xc4\x42\x9d\xfd\x80\x7b\x60\x53\xfa\xd2\x8b\xe8\xe2\x8f\x5d\x4c\xdd\x18\x30\x97\xbe\x82\x4b\x0b\x38\x75\xef\xff\xc0\xf7\x64\x53\xe9\x68\x25\xe3\xc3\xe5\x8c\x21\x81\x57\x1d\x18\x5d\x73\x1f\x68\x41\x29\x7d\x09\xf7\x8c\xf5\xa0\x39\xa5\x76\x9e\x54\xb6\x69\x30\x70\x1d\xa1\xb8\x3c\x40\x73\x83\x22\x2c\xef\x8d\xc7\xf2\x01\xb3\xde\xd8\x35\x9d\xcf\xb2\x4e\xe3\xd8\x71\xb4\x5d\xe6\x97\xd6\xfb\x32\x0d\x14\x9e\x94\x55\x8f\x17\x19\x6f\xe0\xc6\xf0\x08\xb9\xe7\xb8\x32\x61\x14\xbf\x87\xb0\xd7\x89\x8a\xdd\x79\xd1\xba\x26\xc9\xd4\x6e\x14\x6d\xce\x95\xf6\xb6\x61\x16\x69\xdc\x15\xac\x16\xfe\x54\x4b\xad\x71\xcd\x08\x92\xe2\x80\xdc\xe4\xf1\x07\xb4\x01\x87\x1a\xe3\xac\xe9\x4a\x87\x7a\x64\xc9\x28\x65\xef\x79\xd3\x98\xfb\xfc\x83\xd0\xa0\xe9\x63\x71\x50\x75\x62\xa4\x36\x2c\x57\x23\x2e\x18\x5d\x37\xd6\x3c\xf4\xcc\x6b\x42\x5e\x5d\x23\x78\x7b\x87\xec\xb8\x28\xc9\x3c\x2a\xf1\x4f\x11\x28\x10\x9b\xa8\x4a\x03\x6f\xa2\x28\xbd\xe6\xbb\xa0\xa6\xaf\x4f\x1d\xed\x66\x48\x1b\x57\xd3\xec\x78\x40\xab\x66\xe6\xbd\x68\x06\x8b\x10\x53\x2c\x28\x3d\xd7\x05\x72\xf9\xc0\x1f\x7e\xde\xdd\x59\xed\x6a\x9a\xe6\xaa\x29\x48\xfd\xcd\xe6\xa9\x15\xe2\xc5\x95\x31\x5f\x99\x35\x11\xdd\xbd\x52\xf3\x2d\x02\xd5\xe9\x45\x05\x9e\x35\xb2\xaf\x45\xd8\x6f\x1b\xb5\x4e\xd6\x7f\xa3\xc0\x75\xb2\xd0\xaa\x83\xfc\x9a\x51\xec\x94\x8e\x86\x0e\x30\x5f\x8c\x85\x7b\xa4\x82\x9d\x9a\x9b\x18\x11\x87\xae\x36\x7b\xa9\x19\x17\x2f\xfb\xc7\xe6\x4a\xc8\x88\xe6\x21\xc0\x74\x31\xc5\x08\x4a\xa1\xcf\x89\xeb\x4f\xcc\xd2\xb8\x3e\x03\x27\xa5\x9f\x68\x8f\xbb\x28\x64\x1f\xd6\x4e\xd2\x0d\x1c\xe1\x25\x54\x7e\xbc\x64\x9e\xf4\x40\xc6\x87\x73\xaa\xb2\x58\xc7\x85\x7f\x4b\xc6\x20\x1b\x89\x41\x84\xdf\xa8\xda\x7e\x64\x60\x9b\xfa\xad\xc7\x13\x83\x46\x9f\xe0\xd2\x10\x74\x1e\x98\xd8\x51\xe6\x3e\xb0\xcd\x97\xba\x0c\x25\x7c\x38\xa8\xb4\xaa\xad\xc2\x42\xe7\x20\x5a\x2c\x92\x4b\xee\x51\xa6\x15\x61\xf5\x6d\x3b\x39\xb6\x05\x58\xcd\xd0\xc4\x1b\xd5\xdd\x30\x0f\x3c\x4e\x8b\x62\x3c\x2a\x54\xcb\xad\x63\xb4\x78\x26\xec\x6b\x85\x69\x11\xe9\x6a\xc5\xeb\x2e\x75\x2a\xc1\xf9\x61\x53\x61\xb8\x0a\xd0\x95\x9a\xbd\x93\x5f\x55\xdc\x14\x91\xd8\x48\x54\x52\x65\x31\xb5\x5b\x0b\x57\x30\xf4\xf3\x4f\x19\xa3\x46\x94\x05\x02\x27\xf9\x78\x99\x44\xf9\x83\x07\x0f\x1e\xd4\x47\xa6\x11\x14\xb4\x7b\x27\xb1\x69\x98\xf6\xb7\x13\x6e\x3d\xf1\x3b\xfa\xd8\xba\xbf\xfd\xbf\xbf\xfd\xff\x6b\xdf\xfe\xf3\xab\x7f\x0a\x2b\x62\x07\xf9\x23\x1e\xfc\x6e\xb1\x0c\x7c\x96\x05\xf5\x86\x00\x6b\xc3\x21\xc4\x46\x8a\x72\x4a\xca\x74\x07\x5b\x16\xe6\x10\x29\xc1\xc5\x64\x32\xc1\x39\x4e\x4b\x84\xd3\xb3\x02\x0a\x8d\xf2\xec\xbc\xc0\xf9\x9a\xe6\xf8\xf1\x9c\xa4\x71\x76\x0e\x1a\x0b\x2d\x22\x00\x7a\xf8\x90\xe7\x0c\xfe\xf9\xe6\xf5\xab\xb2\x5c\x70\x9f\xa2\x8c\x6b\x9a\x69\x68\xcf\x0f\x0b\xac\x8f\x3b\xb4\x27\xd3\x34\xa3\x8c\x20\x21\x29\xa6\x3d\x49\xb3\x18\xaf\x69\x5e\xa4\x9c\x1a\xe5\xc0\x2f\xe6\x09\x1d\x19\xdf\xd8\xba\xfd\xb6\x8d\x5c\x33\x4c\xfe\xf3\xd5\xfb\x2d\xa3\xba\x59\xbe\xd5\xed\x57\x96\x12\x92\x03\x6d\xe1\x9d\x40\xa6\x6b\x12\x01\xf2\x13\x15\xed\xc1\x8d\x22\x73\xba\x4c\x7b\x29\x0d\x20\x8c\xf2\xfa\x96\x3f\xcb\x8a\x32\x40\x25\x99\xe3\x6c\x59\x06\xb4\xc2\x3c\x00\x25\xf3\x79\x96\x73\xbf\x16\xb0\x99\x50\x38\xb4\x87\xe0\xbf\xab\x2b\xd4\xe5\xc4\x9e\x64\xe3\x28\xa1\x89\xe1\xd3\x6f\x76\xbe\x81\x00\xa4\x6c\xef\x61\x15\xd2\x9d\x90\xff\xba\xba\x42\x1b\x32\x9b\x36\x83\xf6\xa0\x35\x99\x26\x1a\x45\x7b\xb2\xfd\x46\xe1\x69\x91\xe3\x05\x44\xf4\xc2\xe7\xd6\x94\x59\xb2\x13\x07\x7c\xaf\x9d\x65\xb4\xf8\xf5\x38\x4a\xaf\xe1\x8e\x95\x05\xb0\x67\x73\xae\xb0\xcc\xdd\xf7\x69\x07\x3e\xb3\x2d\xc3\x47\x8c\x8e\x69\x4d\xee\x32\x3b\x60\x5e\x04\xd2\xea\x19\xaa\xd9\x0d\x0a\x23\x24\xca\xc3\xe0\x06\x50\x65\x23\xa4\xc4\x2b\x18\xf2\xab\xf7\x5b\x2a\xfe\x27\x93\xb4\x34\xcc\x6b\x13\x41\x61\x0c\x27\x69\x56\x45\xc6\x78\x58\x95\x20\x0f\x8b\x5a\xb3\x05\x4e\x7b\xdd\x77\x47\x1f\x3e\x8a\x90\x85\x8c\x70\x58\xe7\x76\xd7\x34\x8f\x6b\x30\xb7\x0f\x1f\x9a\x93\x6a\x1c\xfa\x96\x60\x50\xd3\x7d\x1e\x15\x64\x8c\xba\x68\x1d\xba\xf0\x7c\x49\xd9\x83\x56\xc5\x3a\xea\x86\xf2\xaa\x50\xd6\x33\x28\x33\xfe\x2a\xae\x3b\x8a\x0a\xfc\x64\xa7\x6b\x8d\x5f\xf9\x1b\x7e\x85\xa3\x18\xe7\xbd\xee\x3e\xf0\x55\xf2\x6b\xc4\x4e\x5b\xd0\x3e\x1b\x61\x4d\x21\x2a\x1f\xe3\xb4\x7c\x4c\x0f\xda\xdd\x00\x75\xa9\xe4\x4f\xc6\x50\xc5\xf0\x97\x42\xa8\x1d\xe5\x8d\x15\x9f\xb2\x06\x72\x65\x91\x29\x2e\xd3\xb1\x76\xa8\xb6\x35\xc9\xbe\x8b\xe7\x85\x76\x7d\xed\x8f\x41\x5c\x47\x7a\x85\x1d\x93\x4e\xe8\xd2\x6c\x92\x13\x34\x63\xd2\x2a\x0f\x6a\x0b\xf4\xa8\xb4\xfb\x0a\x73\x69\xdc\x83\x17\x17\xcc\xfe\x9f\x4c\x2e\x65\xfd\x1c\xc9\x42\x91\xaf\xbb\x13\xf6\x59\x03\x1c\x64\x69\x8a\xf9\xbb\x08\x41\x61\x8a\x12\x8d\xcb\x45\xd1\xba\x70\xec\xff\x11\x5f\x94\x4e\x07\x39\xac\xf6\x1c\x84\x5b\xc7\x9b\xdd\xaa\xeb\xd2\x7b\x5e\x7f\xcf\xd7\xa0\xbe\x4a\xda\xc7\x98\x05\x1a\x88\x1a\x88\x60\x5f\x72\x9c\x1a\x4a\xe0\x59\x3f\x3a\x51\x1d\x50\x99\x93\xe9\x14\xe7\x2c\x14\x0d\x9d\x7d\x10\x5b\xa4\x5f\x49\x8a\x83\x26\x82\x81\x1e\xf8\xa8\xc6\x8c\x28\xdb\x86\x7e\xc0\x78\x65\xd7\xe0\x26\x29\xf8\x00\x2e\xca\xa8\xc4\xe3\x59\x94\x4e\xfd\x0a\x04\x66\xde\x2f\x10\x1f\xc5\x97\x60\x58\x0f\x37\xc2\x3b\x94\xc3\xd8\x2c\xef\x81\x19\x11\xb6\x05\xc5\x28\x40\x71\xab\xa4\x85\x1a\xb2\x2f\xb3\x1a\x28\x0a\xce\x64\xde\x5b\x2b\x79\x63\xb5\x22\x6d\x21\xfd\x6a\xcb\xbe\xd8\x32\x5a\xa6\x67\xc1\x6b\x0b\xc5\x6a\x23\x70\x31\x6b\x56\x56\x0c\xd4\xd2\xfb\xc8\x4a\xf5\xf4\xcd\x83\x2f\xe4\xbb\xe5\x00\x76\x17\xea\x98\x00\x5f\x69\xfa\xba\x52\x97\xe5\xc9\x25\xa5\x77\xf6\x78\x15\x16\x17\xa5\xea\x8a\xb5\x45\x0a\x5e\x3f\x36\x99\xa9\x14\x02\x84\x82\xd3\x16\x06\xe8\xf9\x21\xed\x96\x68\x12\x91\x04\xc7\x03\x74\x44\xcf\x69\xe7\x84\x9e\x3d\x22\x88\x1e\x55\xbd\x9a\xb4\x36\x3d\x73\xa1\xf0\x29\xf5\x19\x32\x4a\x01\x89\x43\xf4\x9d\xfc\x13\xfa\x3e\xba\xfb\xe4\x8b\x71\x88\xba\x5b\x83\x0d\xa9\x3c\x14\xfa\xc7\x6e\x8a\xcb\x4f\x09\x29\x4a\x9c\x92\x74\x2a\xb3\xa5\xf6\xf0\xd4\x30\xe8\x12\x0a\xae\x9c\x85\xc2\x72\xc9\x57\x58\x15\xd2\x41\xaa\x49\x70\xd4\x05\xfa\xd0\x85\xaa\xc0\x38\xed\x53\x31\xb7\x13\x3e\xa5\xbf\x0c\xf9\xb9\x13\x6e\x7e\x4b\x4f\xfe\xdb\xf7\x27\xff\xfb\x93\xff\x5f\xfc\xe4\xaf\x0c\xff\xe1\xd1\xe2\x1d\x19\xfd\x4b\x43\x4e\xfd\x54\x39\x22\x53\x66\x83\x3b\xf8\x85\x9d\xd0\xd9\x3d\x48\xfc\x1a\x4f\xcc\x0d\x41\xc6\x04\xbc\xd4\x1e\xce\x19\x1b\x27\x83\x60\xec\xe2\x7c\x46\x7b\xdf\x33\x0d\xb4\xbe\x67\x85\xd1\x23\xb4\xe5\xbe\xbc\x03\x8b\x3f\x2a\xc5\x9b\xef\x0f\x51\x6d\x60\xfe\x77\xfc\x54\x17\xa5\xe8\xf0\xf9\xfe\x5b\x3e\xc9\x31\xfa\xee\x5b\x34\xce\xe6\x8b\x25\x8f\xc7\x31\xba\x44\xf3\xec\x8c\xa4\x53\x2d\xea\xd4\x0e\x1a\xcf\xa2\x1c\xf6\x02\x76\x33\x1b\x33\x53\x2a\x61\xae\x2e\xa0\x13\xcc\x1e\x2d\x94\x19\x6d\x90\xe1\xaa\x40\xbd\x7d\xb4\x87\x36\x37\x02\xf4\x9c\xfe\xbf\x19\xa0\xc1\x60\x10\xa0\xff\x43\x7b\x68\xfb\x9b\x3e\x3d\xec\xa0\x62\x81\xc7\x64\x42\xd8\x42\x3a\xfc\x70\xb4\xb9\xfd\x64\xf3\x89\x6d\x62\x46\x8a\x0c\xd2\xf9\x38\x5c\xef\xa3\xd7\xec\x4d\x2c\xed\x08\x1d\xa0\x79\xb5\xa6\xdf\x2c\x73\x49\x2a\x16\x60\xdc\x77\x82\x59\xbf\x31\xa1\xb4\x62\x7d\x1e\xe9\x88\xba\xfb\xdd\x01\x45\xcb\x41\x16\xe3\xfd\xb2\xb7\xa1\x69\xad\xe9\xd8\xba\xff\xe7\x64\x33\x06\xc8\xde\xed\x02\xb1\x96\xd9\xf1\x62\x81\xf3\x83\xa8\x50\xaa\x6c\x2d\x9b\x3d\xff\xed\xed\xf4\xc5\x8b\x5c\x9e\xb0\x11\xec\x58\x37\x66\x2c\x77\x91\x90\xb2\xd7\xed\xf6\xcd\xd7\xd0\x69\xdf\xb4\xae\x1a\x67\x31\x1d\x5c\xea\xeb\xbc\x90\x0f\x01\xe6\x87\x3d\xb4\x4f\x05\x42\xf8\xf8\x7e\x0f\xfd\x5f\xdf\xf1\x15\xef\x99\x59\x3e\xb1\x06\xa4\x74\x3e\x1a\x63\xf4\x18\xed\xa3\x75\xb4\xb9\xa1\xd9\x19\xf9\xfc\xa7\x8b\x18\x95\xb6\x0d\xd3\x75\x7f\xf0\x4b\x46\x52\x3a\x4c\xdb\x52\x71\xbc\x04\xcf\xac\x30\xc5\x6f\x8e\x5e\x50\xc2\xde\xdc\x10\x4c\x89\x5b\xf8\x01\xe5\x7b\x28\xee\xdb\x8d\x27\x3b\x36\xc1\xcd\xb3\xf8\xbb\x6f\x37\x37\xaa\x08\xcd\xa4\x2f\xe5\xef\x96\x51\x13\x2f\x5c\x4b\x45\x39\x9e\x47\x24\x65\xba\x23\x9a\xa7\xee\x1e\xb9\xf7\x18\x93\x3d\x70\x60\x65\xb7\xbc\xd5\xb7\xfc\xe2\x00\xb3\x12\x60\xd2\xe2\xf5\x3b\xc3\x44\x4e\x35\x09\xb2\xf6\x61\x5a\x32\x97\x3b\x01\xda\xdc\xe8\xa3\xff\x3f\xc5\xda\xba\x53\x0b\xf3\xba\xc3\xcd\xcf\x7d\x2f\x70\x65\x5d\xb2\xa4\xaa\xcf\x98\xa7\xe6\x77\x48\xcc\x04\x1d\xd6\x01\x37\xf8\x87\x0b\x75\x48\xe0\x6f\x1d\x38\xfb\x14\xf3\xe5\x9f\x9c\xa1\xee\x15\xd9\x3f\x09\xdc\x12\x5a\x2d\x39\xb7\xab\x4e\x34\xd2\xa6\x7e\x62\x08\x56\xb3\x9c\x8b\xd7\x39\x16\x51\x51\x98\x7d\x99\xe3\xf4\x3d\xd2\xb2\x84\x18\x4d\x87\x70\x2d\xd9\x9a\xae\x15\xa3\x39\x03\xad\xc6\x3a\xa7\x04\xa0\x23\x2a\x9e\x0b\x9f\x01\xda\x4b\x05\x1e\x35\x12\x6d\x3e\xd1\x58\xd8\x28\x2a\xf0\xf6\x13\xb4\x07\x65\x94\x7a\x68\xfb\x89\x61\x02\x10\xc7\x98\x69\x16\x61\x0f\xec\xb1\x42\x01\xda\xfc\xc6\x94\x84\x65\x3f\x9f\x8f\xa2\xb4\xc7\x8a\x99\xcc\xcf\x5a\xcc\xdc\xef\x89\xb6\x70\x9f\xd3\xa1\x97\x99\xb1\x7b\xd1\xe9\x43\xe0\xaa\x33\xbf\x14\x2b\x9a\x29\x93\xc0\x5e\xf7\x1d\x8b\x19\x90\x66\x25\x17\xca\xbe\x27\x3f\x74\xa6\x20\x91\x30\x7f\x3a\x13\x85\xd4\x62\x16\x31\x69\x0d\xf6\xb7\x8b\x71\xb2\x2c\xc8\x99\x0c\x71\x48\x46\x24\x21\xa5\x14\x70\x46\x51\xfa\x79\x38\xca\xa3\x74\x3c\x43\x05\xce\xcf\xc8\x58\x6c\x80\x11\xf3\x1c\xda\xf9\x7e\x48\x7e\x18\xd8\x34\x24\xc3\x0d\x14\x62\x17\x9a\xe0\x9c\x6e\x43\x51\x32\xcd\x72\x52\xce\xe6\x28\xc6\xc5\x38\x27\x23\xc6\x96\xb8\xfc\x83\xd3\xc1\x39\xf9\x4c\x16\x38\x26\x11\x08\x41\xf4\x6b\x78\x98\x96\x38\x4f\x23\xf6\x74\xe2\xd3\xf3\x28\xfd\xfc\x89\xbb\x2d\xfd\xc4\xe6\xf5\xff\xf7\x13\x1f\x69\x3a\xfd\x44\x87\xf8\x09\xde\x12\x7d\x8a\xc9\x94\x38\x4f\x39\xc4\xd4\xf8\x28\x72\x24\xf6\x54\x31\x03\xc2\x29\x4d\x99\x79\xb6\xd9\x16\xb4\xfa\xdc\x5e\x91\x23\x8b\x2d\xf2\x19\x3d\x60\xfb\x54\xf7\x9f\x2f\xbb\xbb\x6b\x5e\x9e\xc9\x79\x6c\xcf\xda\xb9\x7b\x7a\x05\xeb\xa8\xbb\x01\xa2\x12\xb4\xa2\x9b\xbb\x50\x74\xbc\xa0\xd8\x40\x7b\xa8\xc7\xc4\xa9\xde\x77\x4f\xd1\x63\xd5\x44\x5f\x3c\x1b\x78\xbc\x65\xed\xb7\xd2\xeb\x86\xd9\x94\x56\x27\x6f\xb0\x41\x6d\xc5\x99\x88\x86\x2b\x20\x6c\x16\x68\x9a\xa4\x45\x49\xca\x65\x29\x9c\xef\x92\x18\xa7\x25\xdd\xb4\x6c\x07\xed\xac\x96\xc3\x34\x26\x39\x36\x0d\x18\xcc\x37\x36\x45\x20\x64\x59\xf9\xc8\x06\x5e\x4d\x75\xb4\x96\x3a\xd0\x54\x47\xb5\xd5\x59\x85\x17\x99\x3d\xf1\x3a\xe4\x35\x8f\xc0\x26\x67\xe8\xbe\xfc\xf8\x8a\xce\x83\x78\xdd\xa2\x63\x40\x4b\x95\x7d\xeb\x5b\xfc\x3a\xab\xe3\xd7\xe2\x29\x1d\x43\x2e\x8f\xe2\x4c\x0a\xf6\x52\x4e\xe7\xe3\x8e\xdc\x09\x1e\x54\x2a\xe5\x4d\xb9\x17\x79\x14\x1f\x42\xe1\xc1\x9e\xd3\xb1\x96\xa4\xd0\x79\xa8\xf9\x67\xa9\x95\x13\x88\xee\xe7\x85\x30\xb2\xd2\x85\x3f\xe5\xe4\xa5\x51\x57\x2e\xb1\x00\x5d\xaf\x7c\x3d\xa8\x8f\x59\x79\xef\xf7\x8e\x2a\x40\x99\x47\x6b\x03\x63\xd3\xb5\x35\xee\x28\x2d\x4a\x18\xfe\xe7\x9f\x2f\x4f\x36\x1e\x7f\x77\xfa\x65\xeb\xba\xf7\xf2\xe3\x2b\xfa\x7b\xff\xf1\xff\x9d\x7e\xd9\xdc\xbe\xbe\x92\x1f\xdb\x1b\xc1\xf6\xe6\x75\xff\x7f\x86\x83\x12\x94\xa0\x72\x03\x37\xde\xe5\x55\x31\x06\x0d\x9c\x3d\xcf\xdb\x5c\x11\x61\xfc\x09\x26\x9c\xfe\xbd\x68\x7b\xa1\x96\xe0\xdd\xe0\xed\x85\xbb\x92\x2c\xc4\xa9\x41\xe9\x8f\x7b\xb6\x77\x20\x1e\xbc\x3f\xef\x9b\x1b\x0e\x7b\x82\x48\x5a\x31\x70\x83\xfb\xdc\xcd\xd0\xbd\x6c\xa4\xd5\xe0\xb7\x36\x5a\x59\x6d\x32\x91\x92\x8e\xb4\x58\xce\x29\xe0\x71\xc1\x8f\x0f\xf3\x2c\x7e\xfc\xdd\xb7\x8f\x37\x37\x64\x36\x9c\x71\xa1\x77\xe3\x2c\x41\xbd\xc3\x0f\x47\xc3\xc3\x97\x07\x88\x9e\x1b\xc2\xad\x8d\x8d\xed\xbe\xcd\x93\xb5\x6a\xdd\x53\xa8\x96\xeb\x0c\x5c\xe4\xb5\x1c\x36\x3f\x13\x6e\x05\x68\xab\x9d\xad\xaa\xce\x54\x8d\x2d\x05\xe1\xe9\x00\xfd\xf3\xfd\xcb\x9f\x1c\x4f\x85\xb2\x80\x7f\x34\x95\x35\xba\x93\xaa\x41\x36\x0d\x4f\x11\x40\x0f\xdc\xd8\x39\x43\xfe\x36\x40\x3b\x7d\x14\xa2\x6e\xb7\xd5\xb8\xc7\x09\x81\x87\x64\xb2\x83\xa0\x7c\x22\xa9\x3d\x3e\x8a\x85\x9f\xf6\xff\x71\xf4\xe3\xbf\x8e\xde\xff\xaf\x3d\xab\x50\x47\xc5\x9c\xda\xf5\x7b\x27\x97\x01\xdd\x7a\xec\x9b\x9b\xab\x8f\x9c\xaf\x26\xff\xb9\xc4\x3d\x78\xb8\x43\x73\x2a\x70\x86\x17\x79\xce\x21\xfa\xbd\x13\x1f\x9c\xcf\x01\x99\x71\xe8\x70\x07\xbc\xa3\x1d\x62\x2b\x8f\x32\xe2\xfc\x21\x4f\x29\xc6\x09\x95\x9d\x51\xcc\xf3\xcc\xe6\x93\x7e\x80\xb6\x36\xa4\x8b\x33\x43\xca\x13\xe8\xb5\x06\x29\x0a\xb7\x5b\xa0\x15\x5e\xa9\x0e\x21\x8b\x29\xf5\x75\xbd\x62\x27\x34\x3f\xaf\x4f\x83\xed\x9d\x7b\x35\xfe\xbd\x1a\xff\x2f\xae\xc6\xe7\x2a\xfc\xc5\xb8\xde\x7e\xef\x16\x16\x77\x1d\x15\xca\xae\xb3\xbb\x52\x08\xae\x06\x3b\x3d\xa6\x67\x5a\x8c\xbd\x96\x60\x8b\xa8\x9c\x05\x28\xc5\x86\xf5\xf7\x27\xd0\x5c\x38\x0f\x4f\xc5\x55\xb5\x1e\x04\x58\x78\x2d\xe0\xf6\x3a\x60\xe3\x43\xff\x63\xa9\x2a\x6b\x2c\x6f\x78\x81\x2b\x96\x22\xa1\xf7\x85\x42\x87\xaa\xbc\xf4\x75\x69\x15\x1b\x64\x69\xaf\x0b\xa3\xea\xea\x41\x33\xfb\x86\xfd\x74\x91\x51\x26\xc6\xde\x12\x1e\xbe\x3b\x40\xea\x5e\x99\xbd\x30\xec\x06\x48\x8f\x35\xff\x89\xb1\x41\x7e\xe1\xdd\xb3\xbd\x6d\x7a\x7b\x90\xc6\x7a\xfb\x5a\xf3\x95\x95\xa1\x35\xf9\xc6\xe0\xf5\xe1\x87\x8f\x2f\xdf\xc2\x0a\x3a\x38\x7a\xfb\xf6\xe5\xc1\xc7\xc3\xa3\xb7\xe8\xfd\xcb\x0f\xef\x8e\xde\x7e\x78\xf9\xa1\xb2\xd5\x38\x2a\x23\xbd\x59\xfa\xad\x6f\x4e\xc3\x47\xdc\x8c\x70\x1e\x5d\x8c\xb3\xf9\x22\xc1\x17\xa4\xbc\x0c\xd1\x13\xa0\x2c\xab\x87\xa0\x0b\x95\x76\x08\xb4\x2a\xb5\xdf\xf4\x3d\x11\x53\xb8\xcd\xc1\x17\x33\xe0\x31\x1c\xfc\x62\xdb\x76\x82\x77\x87\x05\x82\x06\xfe\x12\xa3\xf3\x19\x19\xcf\xd0\x3c\x2a\xc7\x33\x2e\xbe\xb2\x4d\x88\x32\xb4\xd8\x28\xe7\x09\x50\x00\x4d\xfb\x23\x22\xc3\x75\x94\xd3\x5b\xb0\x40\xf0\xc7\x2b\x25\x93\xde\x27\x3f\x21\x9f\xc0\xdb\x38\x12\x9f\xba\xfe\xd6\x65\x61\x3a\x56\x0e\xb6\xeb\x40\xd9\xb1\xa5\x2b\x63\xae\x42\x35\xbc\xef\x76\x45\xd7\x0e\x16\x27\x24\xc7\x86\x47\x00\x1b\x5d\x55\xe3\xa1\x43\xf1\xb4\x5e\x03\xae\x02\xc0\xea\xa6\x2d\xea\x2f\xc6\x09\x2e\x71\x5d\x0d\xf6\x60\x6c\xdc\xe8\xaf\xb0\x7f\xa6\xbb\x16\x10\x22\x27\x08\x56\x1f\x28\x77\x98\xad\x54\xca\x9c\xe5\xa0\x8c\xf9\x72\x26\xe5\x60\x6d\x4d\x08\x83\x26\x09\xaf\xd9\x6a\x0f\x78\x91\x49\x85\x3f\xc5\xf3\x34\xf1\xc8\x2c\xac\x7b\x56\xd5\x57\x95\xcd\x06\x03\x4b\x5e\xfb\x07\x73\x9d\xae\x3c\x00\x8b\x25\xfe\xe2\xe5\xe3\x83\x57\xc7\x6f\xff\xf7\xe5\x7b\x59\x4f\x8c\xc7\xb3\x65\xfa\x19\xc7\xfc\x55\x09\x7b\x31\xca\xff\x06\x39\x5e\x24\xd1\x18\xf7\x86\xff\xbe\x3e\xf9\x77\xfa\xef\xfc\xf4\xd9\xbf\xbf\x0c\xa7\x41\xf7\xfa\xea\xf1\xe3\xab\x2f\xdd\x3e\xf8\x2e\xfe\xe2\x85\xff\xf7\xa9\x28\x71\xc2\xcb\x9c\xd2\x42\x27\xa2\xd4\xe9\x89\xbf\x9c\x5d\xca\x28\x54\x51\x46\xb5\xa5\xb5\x24\x1b\xd2\xca\xf0\x6b\x3e\x9a\xdd\x15\x9c\xd4\xc0\x80\xbb\x66\x01\xf1\x1a\x7f\x19\x0e\xe1\x0e\x14\x73\x77\x18\xe0\x69\x03\x2a\x58\x73\x48\x9f\xe6\x1d\xd0\x2c\x73\xe5\x72\xbf\x33\x16\x0c\x5a\x47\xec\xfd\xab\x21\xaa\xcb\x3b\x6b\x8b\x93\xb9\x4e\x0d\x7c\xb6\x60\xd0\x77\xad\x14\xb7\xa6\x61\xc6\x34\x6b\xee\xe2\x53\x9d\xd9\xb3\x3b\x83\x8c\x38\xf2\xdc\x90\x0b\x5c\xdf\xa5\x63\x9c\x80\xc7\x7e\xf1\x88\xd3\x28\x33\x4e\x70\x94\x0b\x13\x2e\xab\x15\x9e\x6c\x2d\x68\x3f\x10\xf8\x6a\x28\x45\x45\xbe\x3d\xce\x2c\x6f\xef\x75\xfa\x5f\xad\x5d\x25\xc7\x99\x0e\x7f\x1d\xa0\xcd\x8d\x8d\x0d\xf4\x88\x5d\xce\x78\xee\x5a\xbd\x8e\x1f\xe0\xdd\x1e\x60\x47\xe0\x8b\x72\x90\x02\x73\x7a\x61\x51\x57\xf8\xbb\xbe\xd5\x51\xe5\xce\x98\x45\x22\x10\x4e\x88\x5b\x56\x3a\x1d\x66\x2c\x82\x05\x0e\x37\xed\xf6\x2c\x6d\xbd\x0e\xce\x9d\xff\x50\x1e\xf9\x13\xdf\x42\xa3\x38\x2e\xf4\x88\xd2\xdc\xca\xc1\x95\xc6\x98\x7a\x38\x58\x63\x1b\xae\x38\x18\xf0\xb3\x36\x61\xfe\xf0\x39\xd7\x9b\x8b\xf0\xf8\x06\xf7\x3d\x8c\x59\xa9\x28\xcf\xc9\x19\xd6\x19\x6e\x14\xcb\xd9\x13\xed\xd5\x70\x58\x0f\xb4\xe1\x0e\xdf\x6f\x53\xaa\xc9\x14\xe2\xb5\x3a\x89\xd1\xd5\x95\xf8\x3a\xd9\x38\x95\x5b\x26\x5c\x61\xb3\xbe\x29\x68\x9e\x60\x96\x60\x89\xba\x44\xe7\xdd\xbc\xd0\x9e\xec\x4d\x9d\xc4\x4b\x41\x07\xb2\x61\x51\xb7\xd8\xd5\xc4\x3a\xd2\x57\x2a\x8b\x3b\xcf\xcd\x52\x98\x58\x0e\xa7\x2f\xd0\xb8\xd3\xfd\x3d\xd6\xd0\xcc\x89\xb8\x06\xb5\xae\x7d\xa7\x3c\xda\x4f\xb2\xbc\x47\xf1\xf2\x19\x5f\xb2\x93\xa2\x6f\x00\xa6\x13\x98\x9e\x1f\x68\x30\x8b\x8a\xa3\xf3\xf4\x1d\xc4\x54\x2a\x2f\x21\x66\x9e\xc5\x05\x2a\xd0\xf3\x19\x5f\x9e\x56\xdb\x76\x76\xb3\x14\x1d\xbe\x3b\xe8\xda\xc1\xde\xb9\x6c\x51\x53\xa7\x63\x66\xa1\x96\xc9\x81\xee\x83\x90\xbb\x1b\x47\xda\x71\x83\x14\xa8\x28\x09\x8b\x76\x42\x62\x8d\xa8\x75\xb3\xd0\x4a\x84\xfb\xed\x38\x7b\xd5\xa7\x25\x21\x07\xd0\xdd\x23\xc7\xbc\x1f\x01\xa3\x02\xb3\x57\xd3\x2c\xc5\x5c\xf3\xd4\x7b\xf0\xc9\x16\xfb\xcf\x73\x52\x82\xbf\x14\x8b\x1b\x69\x20\xd6\x11\xea\x93\x7b\x86\x12\x2e\x06\x1f\x54\xd5\xce\x15\x48\xde\xa1\xd7\xbd\x20\x58\xd3\xe9\xc7\xaa\x17\x7f\xd0\x9e\xae\x20\x63\x93\xdd\x35\x38\xf7\x0a\x28\x12\x68\x6a\xc6\x12\xf2\x1c\xa1\x1a\xcf\x9a\xa2\x97\xb1\xf6\xec\xd7\x37\xaa\x1a\x8b\xe7\x9b\x89\x0d\x92\xaa\x75\xa9\xc1\x1c\x4a\xe3\x3e\x8a\xac\x3f\xdf\x3e\x69\x99\xdd\x71\x6d\xa2\x75\x46\x71\xdc\xf1\xfc\x2b\x5b\x82\x95\xb5\x7a\x6d\xd6\xe9\xae\xdb\xec\x76\xbd\xdb\x41\x85\x6e\x98\x3d\xd0\xed\xb4\x15\x1f\x84\x17\x5b\x59\x89\x8a\xe5\x62\x91\xe5\x25\xe8\xd6\xd8\x4d\xed\xbb\x03\x24\xb5\x2a\x5d\xc3\x11\x64\x35\x61\xb6\x7e\xa9\x70\x93\xc5\xd8\x4c\x65\x2b\x51\x98\xf7\x58\x0f\x34\x55\x6b\x41\xaf\x39\xd4\xb5\x77\xd3\x4a\x6f\x37\xae\x1e\x57\x61\xd0\x71\xd2\x5e\xf1\x4a\xfb\xfa\x34\xd8\xfe\xe6\x5e\xa5\x7b\xaf\xd2\xfd\xaf\x50\xe9\xf2\x87\x15\xb7\x7a\x8e\xbd\x1f\xe5\x59\x8a\xfe\x77\x39\x8f\xce\x48\x81\xbe\x8f\xe8\xe7\xdf\x3e\xb3\xcf\xc1\x1c\x7b\xd5\xbd\xc3\x21\x3a\x4c\x49\x49\xa2\x84\xfc\x8a\xd1\xdf\x59\x2f\x28\xa1\x46\xa8\x00\x4b\x2c\x61\x70\x03\x03\xa5\x4b\xd5\x70\x72\x3e\x00\xad\xae\x28\x26\xa2\x88\xf0\x08\x57\x87\x71\x88\x36\x9a\x6e\xde\x98\xb5\x07\x1d\xbe\xed\x56\xd7\x6b\x66\xe2\x75\xa7\xab\x5e\xa1\x89\x60\x5a\x13\x81\x50\x68\x49\x19\xf4\x78\x9c\xf0\xb2\xd7\x29\x81\xa6\xea\x99\x88\x6a\x44\x96\xf0\xbd\xeb\x75\x43\xa4\x8d\x80\xb6\xe7\xf4\x7e\xb8\xc6\xd1\x53\xe1\x8a\x97\xb5\x15\xf0\xc6\x0c\xa7\xa9\x2c\xab\x5f\xa5\x5a\x16\x4d\x3a\xc6\x3c\xd2\x6c\xf7\x41\x57\x0b\x6b\x15\xc5\x67\xf4\x8c\x2a\x66\x07\x1d\xbe\x80\x1c\xd1\x3b\x39\x69\xeb\xeb\x55\x7e\x86\xfc\xaf\x7f\xd8\x5b\x21\xa7\x1a\x95\x2d\x9e\x07\xf1\x91\xca\x74\xf1\x2e\x88\xfd\x4f\x0f\x4c\xe2\x85\x50\x7b\xc3\x0b\x81\x03\x79\x78\x14\x06\x44\x7e\x53\x1d\xa9\xac\x6b\x0a\xad\xe6\x79\x99\x6d\x35\xe0\x37\xcf\x10\x68\xb0\xda\xb3\x82\x0e\xb3\x44\xeb\x32\x94\xf9\xf4\xd1\x74\xce\x1c\xe8\x99\x6c\x7b\x80\xcf\x70\x7e\xd9\x13\xde\x90\x3f\x90\x74\x9a\xe0\x37\x0c\xe1\x7d\x14\x22\x6f\x86\xaa\x89\x4f\xab\xec\x88\x1f\x9c\x4f\xa0\x3c\x68\x49\xe1\x5d\xd0\x8d\x66\x41\x24\xd2\x18\x45\x1a\xb6\x45\x3c\x43\xcc\xcf\xde\xde\x1e\xa3\x1a\x1d\x88\xbb\x5d\x10\xb0\xf4\xcc\x4d\xc1\xd8\xb5\x6e\xd7\x57\x1d\x97\x61\x2d\x9f\x92\xc3\x21\x8b\xfd\x27\x93\xb8\x57\x76\x9d\xb9\x88\xf5\xd8\xca\x9f\x3c\x63\x44\x23\x78\x8f\xd6\xc0\x8e\x9e\x53\xa0\x6a\x17\xdf\xbc\xe3\x16\x7f\x61\x75\x15\x8c\xa9\xf2\xaa\x84\x80\x13\xf7\x41\x79\xc4\x17\x45\x4f\xf0\x9e\x3e\x9a\x10\x9c\xc4\x96\xe9\x01\x6f\xc5\xe8\xa9\xc5\x73\xf4\x0e\x5a\x8c\x87\x75\xcd\x22\x43\x91\x6c\x45\x7d\x10\x64\xe1\x3a\xc2\x72\xd8\x9b\x80\x1d\x08\xd6\x26\xbe\x39\x8b\x33\xf5\xf0\x8e\xac\xc8\xeb\xe3\x72\x22\x15\x03\x9f\xdc\x8b\x81\xf7\x62\xe0\x5f\x5b\x0c\x54\xef\xf3\xd8\xa2\xb9\xab\x17\x7a\x77\x73\x77\x4f\x41\xde\x08\x75\x63\xa5\xb1\x32\x9c\x13\x79\xa4\x16\x61\x85\x4c\x3f\xb5\x53\x24\x77\xb9\x26\x72\xe9\xa7\x71\x71\x0f\x3c\x4f\xe5\x2b\xc9\x60\x43\x03\x03\x9f\xfc\x7a\x50\x42\x65\x08\xad\x67\x68\x25\x98\xa7\x67\x5f\x11\x2b\xc7\x50\xba\x82\xc6\xe0\x4d\x94\x46\x53\xac\x5e\xe7\x53\x96\xc5\x50\x61\xa8\x02\x84\x0b\x0f\x05\xae\xed\xf7\x73\x03\x43\x4e\xc5\xf9\xbc\xc1\xfe\x3d\xc6\x94\xc3\x90\xd4\xf4\xef\x69\x89\x7f\xa3\xa8\x60\x3e\x17\xaa\x22\x51\x4c\x31\x78\xa9\xf4\x6c\x52\xa6\xa7\x79\xdb\xb1\xa8\x68\xd3\x6c\x0f\x48\xcc\x41\x04\x6f\xa3\x32\xd6\x84\xe1\x4e\x54\x0b\x9f\x23\x89\x43\xda\xf1\x09\x5f\x86\x05\x15\x6c\x64\x4a\x93\x9b\x63\xe6\x8c\x53\x5d\x52\xf0\xd0\x1c\x7c\xdb\x95\xe3\x1c\xa0\x37\x94\x95\x13\x5c\xf0\x28\xd5\x80\x0f\xc7\x0b\xa5\xe1\xd9\xb3\x35\xde\xc4\xa0\xae\xde\x2e\x93\x44\x39\xc6\x08\xa8\x14\x89\x2f\x08\x5c\x9b\xf9\x70\xf7\xc7\x8c\x3f\x74\x67\x61\x77\xd0\xda\xd7\x8a\xbb\xe3\x60\xb2\x55\xb4\x1d\x3b\xc0\x89\x0c\x25\x63\x1e\xc4\x50\x43\xf8\x98\xf7\xef\x0e\x78\x84\x89\xfa\xd8\x31\x0a\x6d\xdc\xd5\x2b\x23\x3c\x40\xba\x3c\x71\xda\x68\x62\xa0\x87\x14\xd2\xc5\x92\x41\x74\x32\xc9\x83\x0e\xad\x96\x5a\x6c\x3c\xf0\x70\xd7\x0a\x0a\xf2\x3d\x6e\xf4\x94\xb6\x64\x48\xe9\x74\x31\x40\x10\x85\xbb\x2e\x84\x14\x7a\xa6\x7e\x33\xea\x86\x22\xa7\x94\x1d\x68\x9f\x0d\x9e\xf5\x1d\xac\x33\x7e\x2f\xa3\xd7\xea\x98\x77\x11\xcf\x1c\xf0\xd6\x9f\x15\x4d\x77\xc4\x15\xb8\xf7\xc4\x48\x31\x83\xe5\xea\x28\xb4\x37\x2b\x70\x36\x03\xc7\x9e\x67\x5e\x00\x59\x95\x37\x36\x09\xc7\x85\x2f\x64\x91\x78\x3f\x25\xe8\x70\x85\xc8\x45\x91\x58\xb7\xad\x90\xd0\x2e\x06\x91\xee\x8e\x95\xef\x23\xb6\x97\xe4\x95\x9d\x2f\x73\x79\x02\x80\xb5\x65\xa0\x03\x42\x9e\x11\x60\x48\x1e\x53\xfc\x5a\x10\xa1\xce\x00\xcd\x52\x85\x32\xa3\xce\xad\xb2\xae\xe2\x70\x50\x25\x5c\xe4\x32\x7c\x9a\xd2\xd6\xe8\x17\x1d\x5d\x34\x43\x0c\x6d\xb4\x24\x49\x0c\x08\xe3\x83\xa2\x99\x8e\x7f\x5b\x60\xf8\x1f\x8f\x5e\x1c\x3d\x78\xf0\x00\xc4\xfb\x6e\x81\x96\xd3\xe4\x72\xc0\xa3\x88\xd1\x03\xc1\xb2\xa0\x7b\x62\x29\x5b\x49\x35\x97\xb2\xf4\xb7\xb0\xab\x91\x37\x24\x94\x71\x40\x86\x7c\x6f\xbd\x69\x44\x7a\x1a\xfd\x72\x42\xb3\x4f\x36\x4e\x4f\xa9\xd8\xa5\x7f\x5e\x5d\x49\xbb\x4d\x1b\x94\xfd\xd8\x84\x32\x74\x2c\xbb\xfe\xab\x22\xab\x76\x80\x44\x1a\x17\x76\xd0\x2b\x11\x55\x75\x8b\x2a\x2f\xd5\x95\xd1\x29\x0b\x81\x92\xfa\x9f\x65\x21\xc7\xcf\x37\x97\xdf\xd5\x69\x78\x15\x3f\xd0\xc8\x8a\x60\xe1\x0b\x55\x60\x9c\xd5\xa1\x2d\x53\xa2\x54\x17\x53\xea\x7e\xc6\x88\xc5\x22\xcd\xeb\x3c\xa6\x79\x76\xc3\x0c\x9e\xb7\xa3\x33\x33\x69\x14\x69\x19\xd0\x78\xc3\xa9\x98\xdd\x35\xaa\xa9\x1e\x82\x7d\x0d\xc5\x49\x85\x66\xb5\xf5\xf4\x2c\xc2\x5c\xe1\xb4\xd9\x9d\xa3\xe0\x90\xcb\x1c\xc3\x0d\xe9\xfb\x77\x07\xd2\x03\x13\x33\x65\x19\x47\xa9\x14\x36\x49\xca\x95\x2e\x7e\x5f\x4f\xb9\xeb\xeb\x71\x30\x18\x5c\xeb\xf1\xdd\x6c\x5f\x7a\x4a\x93\x29\x8a\x7a\x38\x69\x93\x4f\xfb\x4a\x77\xf3\xab\x10\xa1\xa0\x01\xd3\x27\xbd\x3e\x6b\x55\x88\xe6\x25\x2b\x14\x3b\x6f\x84\x0d\x4c\xdb\xeb\xbf\x6f\xef\xf5\x3e\xf7\x7a\x9f\xbf\xb6\xde\x87\x2b\x7d\xe2\xd1\x2d\x6e\xfe\x7c\x7a\x1f\xa9\xad\xd1\x15\x3f\x8c\x39\x49\x8d\xce\x8b\xe7\x06\x1f\xa1\xc3\x30\x5d\x7e\x38\x9a\x0a\x18\xa9\x95\xbc\x5b\x13\x28\x6c\x4d\xc9\x4b\x45\xcf\x63\xd3\xcf\x2f\xb8\xd0\x17\x64\x49\x57\x96\x1c\xd4\xa3\x35\x6b\x3b\x0b\x07\x72\xd4\x2e\x3d\x5f\x07\x2d\x7d\xb3\xda\xe5\xab\x03\x16\x2d\x96\xa5\x7c\xbc\x96\xe2\x73\x8e\xcd\x9e\xda\x2e\xa9\xd0\x11\xa2\xae\x84\xb3\xe2\x68\x84\xa8\x1b\x8f\x3e\xf9\x72\x85\x98\xb8\x2d\xfb\x24\x1b\x9d\xe2\x76\x8d\x4a\x38\x6f\xa3\xbe\x5c\xd1\xe8\x96\xdb\xe8\x62\x59\xbe\xc2\x17\xcd\xc3\x7c\x85\x2f\xaa\xc6\x68\x66\xd5\x0f\xb0\xb9\x2d\x06\x54\x35\x34\x7f\x5b\xd6\xb8\xf8\x66\x74\xa2\xe0\xc4\x44\x04\x0a\xc9\x01\x1f\x7a\xc0\xbb\x05\xc0\xa7\x15\x3b\xd7\x8b\xe7\x6a\xd7\x62\xb4\xd3\x09\xb7\x61\x8b\x7a\x7a\xbf\x45\xdd\x6f\x51\x7f\xed\x2d\x4a\x5d\x4d\xe0\x72\x76\xa3\x7b\x09\x0e\x7c\xb7\xaf\x12\x2b\xa2\xff\xfb\xc2\xff\xfb\x2e\x41\xfc\xf7\x20\x0d\xdb\x26\x05\x11\xe6\xc8\x16\xd0\x82\x27\x0b\xb0\x71\x55\x7b\xe3\x2c\x9d\x90\xa9\x00\xd3\x42\xe1\xe8\xd0\x22\xb2\x8a\x00\x3b\xe7\xcf\xd6\x8c\x0b\x1a\x9e\x28\x60\x7e\x64\xa1\xc0\x2d\x64\x40\xa2\x00\x39\x2c\x3e\x5c\xa6\x63\xb6\xc5\xe8\x50\x05\x4b\x15\x60\x94\x15\xe7\xd8\x06\xe2\xa9\xb2\x2e\xe6\xa0\x48\x87\x20\xa3\x28\x15\xd9\xcc\xeb\xa1\xd3\x1f\x91\x2c\x85\x10\xf0\x99\xd6\xe6\xce\x40\xea\xbc\xf9\x1b\x41\x50\x02\x6e\x9c\xf6\xd1\xc3\x87\x88\xff\x1e\x80\x4e\xf0\x68\xd2\xeb\x6e\x5c\x74\x99\xeb\x92\x8d\x3e\x7a\x86\x3a\xb8\x9c\xd1\xdd\x03\x02\x93\x3e\xbf\x7c\x15\x15\xb3\x0e\x0a\xed\x64\xa6\xd1\xed\x28\x29\x41\x8b\xff\xf4\x63\x9e\xcd\x9f\xff\x06\x3d\xed\xf2\x2e\x69\x61\x85\x9e\x5f\x42\xc3\xb4\xd3\xfb\x69\x7c\x48\xcb\xc9\x68\x5e\x5e\x48\x36\x0e\x09\xab\xc6\xb3\x4c\xc7\x09\xfe\x8d\x06\x70\x4c\xdb\x6a\xe8\xba\x0e\x53\xd9\x69\x31\x3f\xda\x38\x0f\xb2\x65\xda\xea\x9a\xe9\x0e\xc6\xe1\x6d\x9b\x91\x90\x3e\x94\x0a\x30\x36\x2a\x67\x0a\x7e\xc3\xfe\x1f\xcb\x06\xb5\xc9\x70\x26\x41\x07\x30\xfa\x2c\xbb\xf7\xb2\x9c\xdd\xf5\x01\xa1\xf5\xe1\xe0\x8e\xce\x06\x10\x00\xb8\xfa\x6c\xc0\x54\x1f\x8c\x8b\x13\xec\xed\xd1\x42\xef\xcc\xa2\xa1\x1f\x8b\x1b\x74\x41\xbb\xe3\x66\xdc\x95\xf9\xbf\x40\xba\x87\xee\xc3\xe7\xfb\x6f\xad\x60\x64\x9c\xa7\x32\xad\x0c\x7b\x40\xcb\x75\x33\xd7\x6b\x6b\xac\x77\x03\x66\x19\x25\xdf\xd2\xbc\x2c\x67\x4a\x1b\x14\xa0\xae\x1e\xba\xb9\x1b\xf0\x61\x4e\x71\x19\x56\xe8\x3c\x85\xaf\xd2\x81\x5e\x90\x8f\x24\xe0\x7a\x3a\xa3\xf0\x59\x94\x18\x51\xc6\x06\x56\xe0\xec\xb3\x28\x71\x9c\x91\xc8\xb4\xeb\x35\x40\xcf\x4a\x43\xe1\x7e\xfe\x6e\x32\x18\x5e\xf4\x26\xc3\xe1\x45\x5b\x0e\xa8\xcd\x59\x94\x72\x97\x28\x01\xcb\xcd\xc6\x93\x13\x07\x74\x4f\x4f\x82\x4d\x39\xf9\xf2\x08\xa5\x59\x73\x1a\x57\x78\x21\x3a\x51\x02\x15\xbb\xde\xe3\x6e\x34\x7f\x54\xb7\x79\x36\x84\x1e\xf9\x9c\xf1\x13\x09\xac\x85\x8e\xb4\xee\xb1\x42\xbd\x1a\x96\x27\x7d\xd6\x48\xa0\x8a\x63\x73\x96\x47\x53\xbc\x5f\xb6\x39\x39\x73\xd0\x4a\x1c\xf9\x20\xe4\xa1\xb6\x06\x4b\x6c\xdd\x31\x8e\x5d\x66\x70\xb2\x5c\x05\x2d\xde\x81\x71\xe7\x8e\x0d\x63\xa2\x50\x95\xc3\xb1\x32\x7f\xfb\xf9\xf6\x0e\x4c\xac\xfa\x26\x7a\x66\xec\xc8\x1a\x9a\x14\x19\x6f\x37\x2c\x5f\x6f\x03\x67\x89\x2b\xfb\x57\xba\x78\xd1\xf5\x6a\xf4\x4b\x9b\xa8\xa7\x5d\xd8\x7f\x9b\x31\x01\x60\x0e\x26\xa4\x44\xf7\x35\x30\xa1\x91\xf2\x2d\x06\x1d\xac\x55\x50\xf6\x7c\x41\x12\x76\x78\x6b\x24\x6f\x0e\x5a\x43\xe3\x2e\x84\xc0\xc3\x46\x35\xfd\xd9\xf2\x5a\x4b\x7a\xb4\x8b\x39\xdd\xaa\x13\x59\xdd\x0e\x6e\xde\x72\xa2\xea\xe6\x46\x4c\xe1\x0b\x3c\x26\xf3\x28\xa9\x46\x85\x92\x02\x5b\x22\x41\x15\xa8\x20\xca\x3f\xee\x80\x4d\xe1\xa9\x61\xb0\xd5\xb1\x92\x2b\x8e\x60\x20\x5f\xd7\x0e\xba\x79\x05\x69\x15\xd6\x33\x8f\x8f\x9e\x13\xea\x4a\x63\x92\xa5\x9c\xc1\x55\x1d\x7e\xff\x48\x9c\xe6\x26\x78\x7a\x8f\xc7\x98\x2c\x5a\x90\xb9\x5b\xa6\x0d\x01\xb8\xa0\xb7\xa5\x00\x5e\x63\xeb\x01\xb6\x5c\xc5\x8d\x5c\xcc\x33\x38\x1b\xb0\x0d\x05\x30\xb1\xe8\x8e\x04\xc4\xc6\xe5\x4d\x0f\x48\xef\xa3\xf3\xf6\x4b\xdc\x2d\xe0\x47\x44\x2d\x5c\x1b\xce\x46\xf1\xe0\x91\x85\xdc\xd0\xd2\x4d\xbd\x6d\xd5\xd5\x9b\xf7\xd3\x9e\x29\xdf\x1a\xf3\x8d\x83\x4c\xd3\x15\xc6\x61\x42\x57\x8c\xa3\x12\xe8\x2b\x8f\xa3\x45\xe7\xab\x7b\x7c\xe7\xb2\x76\x05\xe1\x70\xe3\xae\xba\x8e\x42\xe0\x7f\x6f\x47\xad\x9c\x9b\x74\x94\xee\x05\x77\x76\x22\x30\x23\xa4\xd7\x8d\x49\x83\xf4\x0f\xcd\x0f\x70\x13\x8a\x31\x46\x78\x2b\xae\x34\x66\xf2\xa9\x88\x6b\xde\x34\x6d\x0c\x7a\x20\x82\x9d\x57\x4c\xa1\x59\xa7\x6f\xac\x95\x1d\x79\xfd\xfa\x75\xcb\x3e\x24\x95\x14\x24\x6b\x5a\xa9\xe5\x0f\x38\x5f\xe0\xc6\xed\x49\x62\x80\x41\xd7\x23\xc0\x81\xa9\xe9\x45\xb1\x1c\xcd\x49\xf9\x73\x96\x37\x49\x49\x0a\xb0\x62\xa5\xfb\xf2\xeb\xaf\xbe\x5b\xb4\xca\xa1\x2a\xb7\xe2\x8a\xf6\xac\x23\x8e\x73\xfd\xad\x14\x3f\x81\x9e\x26\x15\x1d\x46\xea\x41\x16\x9b\x60\xb0\x84\x8d\x14\x90\xfd\xad\x42\xfc\x00\xe6\x96\xb4\xc5\x07\x17\x42\x1d\x25\x8c\x3c\xad\x60\x55\xba\x14\x4c\xab\x00\xb8\xec\x54\x95\x6d\x35\x6a\x1a\xf4\x6a\x8c\x44\x25\xba\x62\x80\x96\x67\xee\x57\x66\xa1\xca\x12\x5a\xf3\xe6\x8a\x76\x32\x5e\xbf\x7e\xed\x02\x33\xea\xd7\xaa\x94\x84\x69\x0c\x9a\x26\xc0\x37\xb7\x70\x60\x31\xd9\xa4\xb2\xbb\xce\x47\xb3\xa2\x23\x4a\xba\x52\xeb\x6a\x9a\x8e\xca\x85\x4b\xd2\x51\x54\xe8\x8a\x0a\xde\x01\x60\x94\x7c\xdd\x72\x18\x09\x72\xdd\x0f\x56\x68\x63\x4e\x52\xd3\xba\xc5\x69\x81\x43\xdc\xb0\xfe\x59\x54\xcc\xf2\xa8\xac\x1d\x43\x05\x4c\xab\x9d\x61\xf5\x1e\x89\xdb\xd9\x9a\x0e\xf9\x41\x9a\xcf\x19\xfc\x3a\xd8\x3c\x5c\xac\xde\xc3\x69\x54\xbc\xcb\xc9\xb8\x16\x67\x15\x30\x37\x56\x02\xaf\xde\x4b\x1e\x76\xa8\xa8\xeb\xa5\x84\xb9\x61\x1b\x23\xed\x0a\xad\xa6\x99\x6a\xb0\xaf\x44\x43\x22\x26\xc3\x3f\x98\xad\x4d\x5d\xdf\x6c\x50\xad\x45\x9d\x85\x18\xd7\x2e\x83\xb1\xb2\x63\xd0\xae\x34\x47\xc4\x78\xb1\x10\x8d\xcb\x2c\x17\xe2\x8f\xb0\x7c\x00\x33\xe2\x00\x51\x58\xc3\x96\x98\x43\xfb\x1a\x9b\x08\x4b\x07\xe7\x29\x6a\xa0\x3d\xb7\x63\x50\x07\x39\x06\x4b\x25\x78\x3c\x76\x60\x99\xd3\x6b\x71\x8a\x98\xf5\x84\xaa\x87\xa2\x42\x84\x9b\xb7\x6e\xec\x02\x61\x8e\x31\xc0\xe5\xac\xd7\x0f\x5c\x92\x7d\x9d\x4d\x35\xd9\xb8\x5d\x97\x7c\x03\x55\x86\x18\xf5\x2e\xf4\x05\xf6\x7b\xbc\xc0\x60\x9a\x64\xa3\x28\x19\x50\xa4\x0e\x22\x37\x99\xc7\x3c\xf3\x35\x49\xc6\xd1\xe2\xed\x4d\x9b\xa5\x85\x9d\x46\x59\x62\x5d\x93\x9a\x55\x8a\x6a\xd0\x7e\xfa\xa0\xc7\x94\x12\x05\x7a\xfe\xe9\x69\xf2\x46\xf5\xb2\x9c\x29\x7b\x3e\xcb\x30\xa7\x13\x6e\x3e\x0d\x3a\x8e\x81\x10\x37\x50\x57\x96\x39\x9d\x70\xeb\x1b\x48\x60\x73\xda\x09\xb7\xbe\x63\x9f\x92\x16\x3a\xe1\x36\x2b\x42\x46\x51\xda\x09\xb7\xb7\x03\xd3\x7c\x10\x3e\x39\x92\x3a\xe1\xce\x0e\x7c\x0b\x33\xa2\x4e\xb8\xc3\xaa\xe7\x9c\xbd\x13\xee\xb0\x6e\x89\xcb\xde\x4e\xb8\x43\x1b\x14\x46\x40\x9d\x70\x67\xfb\xfa\x34\xd8\xfe\xee\xde\x1e\xf1\xde\x1e\xf1\xaf\x6d\x8f\x58\x65\x8c\xf8\xff\xb1\xf7\xee\x6b\x6d\x23\xcb\xe2\xe8\xdf\xc9\x53\xf4\xcc\xef\xac\x89\x1d\x04\xf8\x0e\x21\x61\xf6\x26\x06\x02\x2b\x21\xf0\x03\x32\x33\x6b\xf3\x31\xf9\x64\xab\x8d\x95\xd8\x92\xb7\x24\x83\xc9\x84\xf5\x3e\xe7\x39\xce\x8b\x9d\xaf\xab\x2f\xea\xab\x2c\x73\xc9\x64\x66\xc1\xda\x3b\x63\x49\xdd\xd5\xd5\xdd\xd5\xd5\xd5\xd5\x75\xb9\xb3\xcd\x7c\x79\x33\xc1\x12\x36\x80\x50\xee\x3d\xce\x1e\xd2\xc4\x1e\xde\xce\x37\x59\xc9\x8d\xeb\x6f\x63\xb3\x52\xc2\xa4\x7e\x75\x75\x35\x8f\x49\x63\x8b\x73\xc3\x12\x36\x12\x16\x0f\xe0\x70\x36\x44\xfe\x24\x94\x70\x7f\xa0\x03\x89\x99\x8c\x5e\x13\x78\xd4\x8c\xf5\xb7\x15\xae\x30\x4e\x74\xdd\xb8\xd1\x8a\xab\xd0\x02\x02\x9f\x2c\x7e\x19\x9b\xda\x7b\x9c\x59\x36\x35\x75\xf3\x92\x77\x97\x9b\x73\xaf\x55\x7b\xdc\x2d\x1e\x77\x8b\xbf\xf7\x6e\xf1\x9d\x5a\xaf\xdf\x9f\xa1\x79\x49\x3b\xf8\xdc\x94\xf3\x08\x27\x69\x1c\xf9\xa3\x47\x7b\xce\x87\xb6\xe7\xbc\x29\x67\xe1\x17\xe1\xab\xdc\x6c\xb0\x48\x3f\x9c\x17\x34\x55\xc4\x13\x36\xab\x1f\xad\x85\xee\x70\x43\x19\x8e\xc9\x46\x70\xec\x5f\xbd\xc5\xf3\x6e\x2e\xe4\xa2\xcf\xbc\xa7\x4f\x9e\xe8\xb8\x19\x05\x0a\x3c\xd3\xca\xdf\xc4\x99\xed\x88\x0f\x92\xe1\xde\x93\x27\x25\xef\xa6\x4b\x5f\xc1\xe1\xfe\x31\xee\xc7\x97\x34\x38\x54\xd1\x9d\x15\x2f\x67\xc5\x55\xfd\x5a\x30\x20\xd3\x68\x14\xf7\x3f\x97\xa3\x14\xa5\x6c\x01\xb1\xb8\xca\x95\x31\x78\x2c\x37\x6e\xce\xd1\xbb\xe7\x9b\xef\x7c\xee\xe7\x5e\x7f\x2f\x72\xcd\x69\xbb\x36\x76\x76\xa9\xfc\xfc\x94\x9b\x9d\xe2\xb9\x59\xe4\x2e\x53\x9f\x1b\x0d\x79\x9b\x64\xcd\x1a\x96\x1a\x91\x16\x6f\xfe\x56\xa1\x20\xe9\xf6\x84\x53\xb5\xeb\xb6\xc3\x79\x29\x22\x81\x93\xe5\xdd\x87\x3b\x1f\x6c\xcd\x51\x0b\xe7\xd3\x21\x17\x76\x88\xe5\xa6\x5c\xce\xb7\xdb\x5c\x38\xb7\xa8\x88\x34\xad\x90\x2e\xa7\xd7\x1f\xe5\xf4\x47\x39\xfd\xef\x2d\xa7\x33\x21\x3d\x1d\x3a\xb4\x3a\x73\xc4\x6f\x9c\xe0\xe9\x98\x80\xfe\x79\x8e\x12\xa8\x1f\x27\x78\x25\x8c\x55\x39\x7d\xad\x74\xe0\x84\x92\x8e\x96\xf3\xfc\x35\xa1\xd0\xc9\x70\xf8\xe0\xda\xa1\xef\x47\x1e\x27\xdc\xf1\x64\xa8\xdc\x6e\xe0\x2b\x16\x74\x7a\xf7\x5b\x5c\xe8\xa4\xc3\xf9\x17\x3a\xe9\x10\x2e\x74\xa8\xe0\xb2\xc8\xbd\x4d\x91\x9c\xef\xde\x9c\x0c\xf1\x40\xda\x9a\x2e\xad\x37\x75\x4c\x44\x48\x87\xc3\x8f\xf6\x02\xaa\x51\x08\xb2\xe8\xb2\x8a\x1a\x0d\xa3\x41\xec\x6e\xd1\xf2\xf5\x6e\xcd\xa5\x38\x3b\xf0\x67\x8c\x08\x4e\xc2\x2f\xfa\xe5\xb0\xd4\xf6\xbc\xa2\xaa\xd5\xcf\x6d\x10\x09\xa3\xa3\xf8\xd7\x62\x04\x6c\x45\xee\xd6\xf0\xd8\x4f\x3e\x9f\x26\xd3\x34\xc3\xc1\x11\x36\x2e\x83\xa5\xe6\x8b\x0b\xde\x0d\x89\x08\x13\x99\xee\xc8\x0f\x0b\xda\x77\x96\xb9\x1b\x05\xf8\x41\x70\x94\x84\x97\x7e\x86\xe9\x91\xd0\xd1\x7a\x51\xb1\xbb\xf5\x9d\x26\xfd\x9a\xdb\xfd\xa2\x62\x77\x43\x60\xe8\xa7\x73\x5b\x77\x96\xb9\x5b\xd3\x17\x38\xa3\x1b\x7a\xe1\xd8\x17\x94\xba\x7b\xf3\x25\xe6\xbe\xa8\xd8\x9d\xe9\xfe\xe4\x7a\x5c\xd8\xb8\xab\xc8\x9d\xa9\x7e\x5e\xc3\xae\x22\x77\x1d\x72\x22\xc7\x65\x98\x82\xde\x4d\xe2\xf1\x91\x9f\xa6\x57\x71\x12\x14\x8d\x7f\xc9\x3a\x77\x5e\x07\xf3\xc6\xc4\x55\xe4\xce\x64\x38\xaf\x61\x57\x91\xfb\x60\x3d\xf3\xda\x2e\x28\x65\x6f\x5e\x3c\xac\xae\xa2\x74\xda\x83\x9b\x37\x9a\xd2\x78\x1a\xe5\xcf\xe3\x30\x4d\xc3\xe8\xe2\x69\x69\x6c\x27\x71\xaa\x5f\x5d\x49\x58\x5a\xbe\x5a\xf4\x14\xa8\x58\xef\x88\xe6\xdf\x72\x9d\x0c\x87\x52\x02\x31\xcd\xf6\x42\x39\x45\x6b\x96\x11\xad\xc6\xe3\x19\xfa\xf1\x0c\xfd\xf7\x3e\x43\xe7\x77\x5d\xbd\x2f\x5f\xb4\xbb\xae\xad\x11\x9e\xa1\xd7\x38\xc1\x17\xe9\x17\x3f\xfd\x12\xa2\x57\xfe\x08\xcf\xfe\x3b\xc9\x06\xe9\xca\x70\xaa\x1e\x87\x3b\x2c\x9a\xe9\x31\x1e\xe0\x04\x47\x7d\xbc\x81\x48\xfb\xe9\xc6\xea\xea\x45\x98\x0d\xa7\xbd\x95\x7e\x3c\x5e\xe5\xa7\xee\xd5\x8b\x78\x59\xfc\xee\x8d\xe2\xde\x6a\x7a\xe5\x27\xe3\xd5\x30\xca\x70\x12\xf9\xa3\x55\xd2\x25\x3c\xcb\xf8\x7f\x57\x2e\xe2\xff\xf3\xae\xd9\x7c\xe0\xab\xb1\xfc\xbe\xeb\x84\x60\xf3\x37\x3f\x5c\xc3\x8f\xbf\xc4\x65\x17\xb5\x7c\xc5\xd9\x55\x9c\x7c\x3e\xc6\x10\xaa\xb6\x48\x51\xae\x17\x37\xb5\xe5\xbd\x2f\x5f\x3e\x16\x94\xba\x8b\x6f\xde\x75\xd4\xdf\x89\xfc\xde\x08\xcf\xc3\x52\x2a\x69\x47\xd0\x5e\xe0\x2e\xb8\x5d\xf9\x93\x92\xb8\xe5\x25\x1d\xb8\x59\x0b\xdc\x01\xb7\x20\xbe\x8a\x58\x14\xe2\x22\xc4\x78\x31\x3b\x56\x96\xaf\xe5\xdd\x4d\x1d\x88\x4d\x27\x25\xd0\xa2\x85\xec\x48\x19\xdf\xee\x8c\x52\x82\xb3\x24\xc4\x97\xf3\x22\x40\xf0\x62\x76\xb4\x2c\x5f\xef\x42\x5a\x19\xd9\xed\xe6\x10\x15\x29\xe3\x20\x27\xed\xd3\x9d\x87\xe8\x02\x97\x70\x67\xb6\xe3\xa2\x7e\xb8\xc3\x98\xd0\xec\x0d\x73\x62\xa4\xda\x71\x50\x3f\xdc\x79\x34\x58\xc2\x96\x62\x64\x68\x21\x3b\x3e\xc6\x37\x8e\x52\xab\x14\x4a\x05\xb7\xba\x86\x8a\x53\x67\xcb\xd2\xed\x5f\xce\x0f\xa5\x97\x39\x23\xca\x5f\x72\x3e\x20\xdd\x38\x4e\xd4\x67\x4e\xfd\x12\x20\x42\x82\xf9\xe3\x05\x96\x2e\x26\x27\x53\xe9\x41\x92\xc5\x1f\xf4\x9a\x71\x18\x5e\x3a\x7d\x63\xc8\x9c\xc0\x77\xe7\x19\xb2\x18\xb6\x45\x29\xab\xc0\x86\xef\x8e\xe3\x95\xe5\x7c\x45\x84\x25\x5b\xb0\x5b\xeb\xbd\x64\xf3\xf1\x4c\xf5\x78\xa6\xfa\x7b\x9f\xa9\xd8\x81\x8a\x5f\x10\x7d\xdb\x28\xed\xb7\x31\xac\xe6\xde\x51\xfe\x24\xe4\xc2\x38\x4d\xf1\x97\x0d\x8b\x2c\xd0\xe8\x75\x59\x61\x54\x4a\x5e\x3a\xbb\x9e\x10\xf9\x80\x45\xa0\x7c\xf9\x54\x62\xe0\x61\xd6\x1f\x56\xc8\x77\x3d\xb7\x48\xdf\x4f\x31\x7a\x46\x28\x3e\xcd\x9e\x6d\x28\x9f\x60\xb2\x92\x8b\x74\x25\x1d\x86\x83\xac\xa2\x25\x14\x41\x46\x72\xc0\x9a\x59\x80\xb1\x64\x70\x5f\x8b\xf0\x15\x8d\x40\x45\x2f\x64\x5f\x5a\xd0\x98\xe0\x28\x08\xa3\x8b\x07\xc7\xe3\x88\xb6\x23\xdb\x10\xd9\x90\x62\xa1\x03\x4d\x6c\x34\x70\x46\x65\x9a\x60\xe5\x46\x92\x0e\x44\xa9\xf9\x96\x84\x0c\x9a\x2e\x23\x28\xa4\x60\x91\x9d\x2c\x52\x75\x14\x46\x69\xe6\x8f\x46\xa5\x5a\xd6\x4a\xdb\x7d\xdd\xdd\x85\x0a\xf0\xb8\xc0\xd9\xbb\xf8\xa2\x44\x40\x31\x52\xca\xe9\x63\x4f\x5b\xd4\x8a\x14\xb4\x3a\x89\xe7\xc6\xe1\x20\x45\xe6\xb4\xd7\x1d\xfa\xd1\x05\x2e\xd1\xa4\x4d\xf8\xa0\x20\x64\x93\x2c\x65\xf4\x14\x41\x88\x74\x4c\x6a\x24\x1e\x8d\x64\x79\x60\x61\x7e\x93\x0e\x87\x2b\xc0\x1a\x0d\x76\x93\x0e\x4d\x76\xe3\x16\x9f\xe6\xdc\xd2\x18\x64\x80\x8c\x5b\x1a\xc5\x92\xe0\x5e\xd5\xf4\x6e\x62\x44\x36\x4d\xfd\xc3\x21\x62\x92\x2e\x32\xae\x29\x68\xb3\x0c\x07\xbd\xe8\xdd\x9a\xd7\xc8\xf8\x1e\xda\x96\x49\xcf\x90\x44\x29\x0e\x38\x1b\x6e\x90\x7f\x28\xb0\x74\x38\xdc\x20\xff\x50\xe1\xd5\x96\x90\xa1\xd5\x7a\x14\x49\x1f\x45\xd2\xbf\xb9\x48\x9a\xeb\xf9\xb9\x8f\xf5\x3d\x65\x8b\xa6\xfe\xe1\xc7\xf8\x82\xcc\xb3\x9f\x6c\xf5\x42\x47\x5e\x82\x74\xf5\x8d\x5a\x14\x12\xfd\x73\xf5\x7c\xd8\xf7\x27\x32\x10\x17\x8c\xfd\xee\xd6\x91\x09\x41\xc2\x84\x39\xa2\x33\xeb\x65\xb4\x89\x9e\xd5\x66\xfd\x4e\xf0\x22\x68\xf4\x83\x56\xeb\x85\xbf\xd6\x6e\xf5\x5b\x2f\x5a\x8d\x4e\x0b\xd7\xd7\x6b\x2f\xfa\xed\x1a\x6e\xb6\x82\x4e\xab\xdd\x69\xf4\x9e\xe5\xb8\xd8\xc0\xf8\x75\xbf\x5e\xaf\xf7\xfa\xb5\xb5\x56\xff\x45\x7f\xe0\xaf\xad\xd7\x07\xb5\x7e\x73\x1d\x77\x9a\xbd\xa0\x5d\xef\xbf\xa8\xf7\xd6\xfd\x41\xad\xf6\xcc\xcd\x9b\x28\x8e\x1b\x92\xa4\xeb\xf7\xc2\x0d\xcb\x20\xe6\x9c\x90\xb9\xc1\x6f\x58\xfb\x47\x77\x7a\x5a\x98\xa0\x6d\x40\xd6\xc7\xd5\x02\xd7\xec\x2e\x85\xaa\x70\xcc\xe2\x59\xfc\x71\xa3\xee\xfd\x38\x67\x9e\x7e\xdc\x68\x10\x66\xdb\x7e\x64\xb6\x8f\xcc\xf6\xef\xcd\x6c\x73\x5e\xcb\x95\x5f\x1a\xb3\x2d\x32\x4c\x1e\x24\xf1\x17\x3c\xf6\xa3\x95\x00\xff\xfc\xad\xd2\xf9\xeb\x17\xa4\x77\x49\xd7\x4f\x15\x89\xd2\x77\xfa\x42\xc9\x48\xa0\x95\x48\xf5\x12\xb7\xc9\xbd\xbf\x78\x86\xff\x82\x6c\xfd\x7c\x2c\x1e\x3e\x5f\x7f\xd9\x1c\xdf\x77\x4e\xf1\x6d\xe9\x52\x41\x92\x6f\x5b\xe8\x16\x6d\x84\xff\xcb\xf6\x96\xd6\x85\x74\xdb\xdf\x49\x7a\x6d\x67\xbf\xef\x29\xc1\xf6\x0f\x9b\x94\x70\xb4\x57\x64\x43\x19\x84\x11\x0e\xee\x92\x81\x9b\x67\x8e\xcd\x62\xc4\xd2\x56\xe7\xe9\xac\x21\x1d\xb7\x38\x6c\x8b\x84\xac\x2b\xe8\x80\x6c\x6c\x21\x4e\x19\x25\xc1\x30\x69\x63\xa9\xe5\xc0\x9e\x9b\x4d\x9f\x8f\xeb\x2e\x1b\xa9\xaf\xef\xa7\xa3\xd1\x8d\x64\xec\x1e\x0e\x10\x9e\x85\x29\x14\xb7\x0e\xb9\xd6\x62\x61\x4e\x79\x9e\xc1\x86\xb7\x46\x73\xd8\xc8\x79\xf7\x97\x51\xfd\xbc\xea\x48\x33\xbf\x32\x89\x27\x95\x2a\xe4\xad\x66\xf7\x5e\x84\xff\xc3\x7a\x82\xd1\xfa\x41\x16\x6e\xd4\xe1\xa6\xf6\x0d\x39\x66\x59\x6c\x27\x45\xd5\x0e\xc2\x45\x8c\xec\x15\xef\x85\x93\x1a\xcb\xa7\xef\x86\x3a\x42\x94\x44\x3c\x41\x49\x9e\xce\xfb\x0d\xce\x2a\xd2\xe9\x1c\x47\xd3\x31\x4e\xfc\xde\x08\x6f\xa0\x2c\x99\x62\x53\xf5\xe7\x8f\x71\x5a\x98\xaa\x5b\xca\xe7\x0d\x85\x41\x79\x8b\xa4\x1c\xde\xe9\x9c\x24\xde\xa9\x96\xc5\x3b\x75\xa4\xf1\xd6\x8b\xbc\x54\x34\x62\xa2\xf9\x3a\xcf\xde\x4f\x3b\x61\xcf\xee\x12\xf7\x3e\x79\x50\xde\xa3\x43\xc6\xfa\x42\xe0\xfb\xe9\x75\xd4\x7f\x03\xfb\x0d\x11\x79\xa1\x0b\xd5\x73\x25\x27\xfa\x16\x2b\x52\x91\xdc\x34\xb4\x6a\xca\x24\x01\x08\x95\x65\xc0\xed\x32\x5a\x02\x1c\x56\xfa\x43\x3f\xd9\xca\x2a\xb5\xea\x4a\x16\x7f\x98\x4c\x70\xd2\xf5\x53\x5c\xa9\xf2\xcf\x90\x55\xb9\x52\xaf\x3a\x37\x1e\x3e\xb3\xee\xcc\xa3\xf9\xc6\x9d\xa7\x51\xe5\x11\xd1\x78\x8d\x0b\xd2\x21\x73\xc5\x08\x01\x45\x49\xb0\x2d\xde\xda\x52\x6c\xab\x8a\x1e\x9e\xd9\x5e\x54\xa1\xdb\xbd\xa4\xb1\xc9\x53\x71\x17\x75\x90\x8f\xfa\x62\xbd\xcc\xef\xfa\xdd\x41\xc0\x50\x6e\xe6\x64\xed\x10\x4d\x7b\xbe\x60\xaf\x4a\xa6\x47\x57\x53\xa2\xdb\x07\xdb\x4c\x8a\x7e\xa3\x66\x2f\xbf\xc0\xd9\x82\xc9\xcb\x2f\xb0\x6b\x3b\xf9\xbe\x73\x97\x5b\x88\xa3\x7c\xf6\x72\xdd\x6c\x6e\x43\x96\x47\x4d\x25\xf9\xd9\xb9\xaa\x5e\x27\xd3\xc4\xaa\x68\x9b\x55\xc9\x44\xe8\xf2\x94\x3d\x54\x3a\x74\x3e\x40\xd2\xc1\x5c\x8b\xd9\x43\x8e\xd8\x9d\xc7\x23\xf6\xe3\x11\xfb\xef\x7d\xc4\x96\xf4\x99\x8c\x43\x8c\x19\x4b\x57\x4f\xda\xff\xc4\x83\x41\x82\xaf\xd1\xaf\xe1\xa8\xff\x19\xa3\x57\x9f\xf0\x60\xe0\x8a\xd6\xb3\x50\x68\x9f\x03\x3f\x21\x47\xf8\x43\x3f\xea\x63\x1f\xca\xda\x82\xfa\xdc\x22\x0e\x10\xab\xf2\xc6\xbf\x44\xbf\xc6\x71\x80\x5e\x5d\x38\x0f\xf9\xad\xfc\x90\xff\x4f\xc6\x4d\x15\xe7\x61\xc6\x62\x8b\x52\xda\x5a\x02\xd5\xe9\x59\x68\x6d\x29\x68\x71\x92\xc4\x5a\xf0\xa0\x55\xfa\x8e\xda\x20\xd0\x6d\x67\x3f\x7b\x96\x92\x8d\x71\x12\x47\x69\xd8\x1b\x51\x02\x9b\xf8\xe0\x44\x82\xc6\xec\xce\x87\xec\x45\x93\x24\xbe\x0c\x03\x9c\xa4\xa2\x96\x3f\x4a\x63\xb3\x6a\x3c\x1a\x91\xaa\x84\xda\xb8\xf5\x38\x8a\xe2\x80\x7e\x0d\xa3\x7e\x3c\x96\x21\x13\x60\x2c\xa7\x00\xbd\x72\xcd\xc2\x31\x26\x8b\x2d\x4c\x51\x1d\xa5\xb8\x1f\x47\x01\xec\x8e\x61\x74\x31\xc2\x59\x1c\xc1\x70\x92\xee\x15\x1c\xf4\x39\xaa\xca\x71\x9f\xbf\x44\x9b\xa2\x2b\x92\x9e\x81\xb4\x0d\x1a\xe0\x1b\xe9\x25\xc7\x45\xd6\x3a\x38\x0f\x7f\x44\x42\x19\x26\x71\x14\x4f\xd3\xd1\x35\x84\xc1\x70\xec\xc3\xe4\x93\xe5\x3c\x82\x02\x3f\xf3\x9d\x27\x64\xb5\xb7\x8a\xca\x23\x0a\x94\xce\x13\x30\xf2\x49\xed\x07\xa5\xf7\x4a\x72\xc3\x38\x4a\x63\xb2\x75\x11\xa2\xa8\x50\xd2\x58\xd9\x8f\x2e\xfd\x51\x18\x1c\xb1\xf2\x15\x59\xe6\xe1\x5e\xd8\x30\x18\x92\x84\xaf\xee\xf1\x8c\xcc\x57\xb2\xf8\x88\xbe\x03\x94\x56\x68\xef\x3d\xe8\x26\x33\xb6\x90\xce\x2f\xec\x54\xbe\xa9\xce\x15\x15\x66\x19\x68\x7e\x55\x0e\x9d\xe2\x8d\x84\xe9\x2f\x04\xdd\x63\x4a\x85\x58\x08\x6a\x52\x37\xb3\x61\x12\x5f\x21\xb5\x7b\x7a\x79\xa5\x3b\xac\x9b\xf4\xd3\x4a\xa9\x93\xbf\xbf\xd0\xec\x83\x34\x5b\x48\x02\xfa\xb9\x54\x48\x3f\xf3\x89\x01\x80\x1b\x14\x21\x05\xcf\x2d\x45\x1b\x3c\x75\xa6\x24\x1b\x17\x51\xc7\xfd\x10\x82\x39\xf7\x54\xee\x67\x20\x4b\xc8\xf3\xa4\x53\x38\x49\x74\x11\xdf\xd2\x9b\xaa\x6e\x6e\x43\xfe\x14\x38\x8b\xd0\xd8\xfc\x21\x33\x6a\xcb\xed\x1b\x42\x2e\xcb\xf6\xaa\x90\xa0\x1e\x9c\xd3\x7d\x6c\xb0\x51\x63\xd1\xc9\x80\x14\x78\x4d\xbe\x5b\x94\x4c\xb4\xde\x7d\x10\x26\xb4\xf0\x9d\x11\x26\xe0\x24\x53\x27\x67\x32\xb7\x23\xc5\xf4\x1e\x68\x51\xa5\x41\xae\x67\x83\xd9\xa8\xf0\x56\xee\x44\x7a\xe9\x3c\xda\x53\x3a\x24\x88\x0e\xcd\xd9\xfe\x70\x26\xf6\x55\x22\x6d\xf2\x33\x21\x13\xf9\x0c\x8a\xcb\xf8\x54\xd9\x55\x73\x85\xb4\x24\xea\xaa\xbb\xbe\x73\xbb\x9f\xb7\x73\x67\xe4\x48\xc5\x04\x17\x1d\x51\xf2\xed\x48\x7c\x9a\xcb\xb1\x69\xec\xff\x1b\x80\xb6\x1f\xcc\x5d\x32\x96\xaf\xc2\x2c\x89\x63\x92\xc5\x41\x8c\xfa\x23\xec\x47\xd3\x09\x8a\x00\x3e\x19\x60\x71\x6c\x2f\x1a\x2a\x09\x7b\xcb\xca\xa3\x48\xca\x01\x51\x44\xe3\xea\x58\x12\xe1\xe8\x8c\x96\x3e\x27\x42\x12\xa9\xbe\x81\x28\x90\x30\xd8\x30\x00\x6d\xd8\x40\x6e\xe4\x3f\x6f\x78\x4e\xec\xd5\x55\x7d\xf4\x15\x06\xc0\x04\x30\x75\x37\x67\x08\x55\xc4\x0a\x9f\x33\xb9\xf1\x44\x08\xa5\x44\x04\x65\x66\xb4\x70\xba\xb9\x08\xc9\x91\x2e\xd4\x75\xc7\xa4\x8e\x65\xce\x8d\xb9\x2d\x1c\x79\x01\x42\x25\x52\xa8\xcb\x3b\x44\x2d\xcb\x2c\x83\xfc\x52\x1a\x9e\x1c\x7f\x36\x3a\x15\xa6\x51\xfd\x8c\xaf\xd3\x4a\x5e\xb7\xca\xb5\xbc\x90\x2c\x1e\xfd\xf4\x13\x72\x8d\x21\x21\xa6\xe4\x94\xbe\xaf\x28\x85\x5e\xaa\xe3\xac\x0b\xc0\x05\xe3\x9d\xef\x3e\x09\x26\xbc\x80\xc8\xff\x7c\xd8\xc7\xb8\x3f\xf4\xa3\x30\x1d\xf3\x63\x68\x31\x73\x00\x00\xc5\xc3\x4b\xdb\x90\x07\xf6\x33\xc6\x13\x91\x3f\x80\x77\x76\xf5\xf9\xa7\x74\x18\x46\xa4\xa1\x59\x3f\x1e\x4f\x46\x78\x16\x66\xd7\x1b\x6d\x38\x92\x91\x02\x84\x20\x2a\x64\x73\xf8\x8c\xaf\xa9\xa6\x40\x8c\xa6\x34\x5e\xab\xab\x28\xc1\xe3\xf8\x12\x23\x7f\x34\x82\x5e\xa5\x1e\xc2\xb3\x3e\x9e\x64\x20\xf6\xb3\x57\x72\xf9\x6c\x88\xaf\x51\x84\xe9\x88\xf4\x30\xab\x1f\x90\x1e\x4f\xfd\xd1\xe8\x1a\xf5\xae\x61\xc8\xc8\xf0\xb0\x54\x00\x40\x33\xbf\x92\x0d\x29\x8c\x2e\x2a\x55\x69\x1f\xa8\xfc\xa0\xf4\x0e\x7d\xfd\x4a\xf0\x5d\x09\xa3\x00\xcf\x0e\x07\x15\x70\x53\x24\xc4\xf6\xf1\x59\x15\x26\x7f\xb9\xae\x6f\x10\x12\x85\x7d\xc6\xd7\xe7\x2b\x62\x25\xea\xe6\xd0\x26\x45\x92\xf2\x86\x69\xf2\x5f\x98\x3c\xe1\x94\x49\xe6\xbd\x4f\x6d\x73\x51\x1c\x95\xe1\x09\xd4\xa4\xb6\x88\x26\x99\xc5\xb0\xa9\x02\x75\x50\x21\xea\x10\x70\x96\xce\xa4\x38\x53\x7a\x4f\x00\x4b\xaa\x48\x0f\xf5\x57\x76\x4e\xf7\x3e\x1e\x1d\xbe\x7b\xb7\xff\xfe\xcd\xc7\xd3\xfd\x83\x9d\xc3\x0f\xa7\xf2\xf1\xa8\xcc\x0c\x98\x42\x95\x22\x31\x3d\xc8\xd1\xd1\x94\xc9\x08\x5e\xdb\x7e\xe6\xa3\x4d\x74\x76\xfe\x52\x7d\xbf\x0f\xee\xc6\xfc\x75\xb9\xa5\x2a\x00\xae\x4c\xa6\xe9\xb0\xa2\xd3\x3d\x13\xf1\x94\xd2\xfb\x41\x4a\x0b\x7f\xc6\xd7\x55\x63\x0c\x72\x80\x0b\x0c\x5e\x29\x71\x53\x40\x66\x8d\xf2\x25\x35\xf6\x27\x0a\x93\x0c\x81\x6c\x81\xa1\x00\x89\x11\xd2\x54\x87\xe9\xc0\x9f\x48\xaa\x0b\x49\xaf\xad\x7a\x8a\x53\xc1\x15\xb8\x46\xf5\x0f\x7d\x0c\x0e\xfc\xc9\x19\x54\x0b\x61\x8b\xe7\x23\x73\x06\xc5\xcf\x25\x8f\x74\xd1\xb8\xe2\x37\x8f\x16\x96\x99\x63\x55\x6a\x56\xc2\x9b\x9c\x1e\x6e\x1f\x6e\x70\x22\x43\xa3\xf8\xe2\xbf\x74\xa9\x3a\x76\xc8\xd5\x77\x95\xa4\x4b\x28\x0b\x52\xeb\xd1\x91\x7d\x5b\x19\xfb\x93\x8a\xcb\x58\x81\xff\x81\xfd\x62\x90\x8f\x32\x19\x7b\x76\xd4\x0b\x03\xd9\xf1\x46\x50\xc4\x67\x8c\xd2\x69\x02\x7a\x62\xce\xac\xc2\x14\xa5\x59\x48\xe8\x81\x72\x72\x1c\x20\x7f\x00\x0e\x42\x49\x12\x5e\xfa\x23\x6d\xaf\x55\x60\x92\x01\x01\xb7\x7f\xba\x34\xc2\xe0\x5c\x47\x31\xef\xd2\x4a\x3f\xb7\x07\x50\xeb\x88\x2f\x4e\x87\x19\xae\x3b\x91\x3f\xdd\x20\x3c\x62\x7a\x66\x4b\x8d\x81\x3f\x4a\xb1\x7c\xcb\xc6\xdc\x9e\xe6\x8e\xa9\x48\xe7\xcf\xda\x44\xb7\x80\x41\xe6\x05\x66\x5c\x5a\xb4\x8e\xc3\xff\x4b\x63\x3c\x7f\x80\x9a\x25\xc6\xb1\xbc\x62\x00\x29\x14\x26\xf5\x12\x2a\xaa\xa3\xa4\x2d\x76\xf7\x30\xa9\xb8\xb8\xf5\x0c\x48\xbe\xe4\x74\x65\x5c\x3a\xd6\x83\x6a\xa8\x37\x5e\x5a\xea\x25\x33\x75\x05\x53\x48\xff\xb8\xd1\x80\xd0\x3e\x4c\x19\xfe\xe3\x46\x13\xdc\x50\xd7\xca\xdc\x91\xb1\x98\x9b\x38\xcb\xc2\xe8\xc2\xee\xd9\x0b\x8c\x29\x90\x32\xd7\xa2\x4d\xe1\xb3\xf6\xd2\x28\x91\x47\x7a\x16\xf6\x41\xae\xa0\x45\xac\x51\xd6\x6f\x82\xf2\xfa\xe3\xb5\xde\xe3\xb5\xde\xdf\xfc\x5a\x8f\x45\xf4\x65\xa7\x96\xdb\x44\xf5\x9d\x67\x0e\xeb\xc8\x7d\xa1\xa5\xbe\x58\xc4\x70\x96\x2f\xe9\x3a\x3b\x1c\x6c\x05\x41\x0a\x43\x27\x76\x37\x3f\x02\xb5\x54\x8a\xa6\x54\xfc\x62\x4e\x6f\x1e\x11\xbe\xc2\x0c\x22\xe5\x21\x48\x0a\x40\x37\x55\xba\xdb\x3f\x7d\x2a\x9f\x0f\xd8\xf9\xec\xa9\xae\x24\x22\xdb\xe6\x53\x76\x6d\x25\x95\x93\x78\x15\x8d\xd3\xc3\x5d\xe9\x48\xb9\x38\x62\x0e\x57\x0a\x47\x63\x72\x13\x19\x7b\x8b\xaa\xd1\x25\x14\xd1\x7d\x9b\xf7\x34\xb5\x6c\x16\x36\x7b\x1c\xfe\xa7\xee\x5b\xfa\xf6\xe4\xd2\x5d\x0a\x0b\x41\x1e\x88\x08\x50\xfe\xe9\x27\xc0\x9d\x2a\xa6\xc2\xe8\x02\xb8\x71\x55\x81\xc8\xaf\x2f\xe6\xa5\x34\xa5\x10\x65\x2f\xe5\xdb\x76\x52\x48\x43\x23\x3f\x85\x66\x4e\x32\x32\xd9\x3f\x6c\x6e\x1a\x03\xcd\xff\x8c\x17\xab\xab\x34\x73\xbb\x42\x52\xb0\xd4\xb2\x64\x4a\x64\xb6\x24\xcd\x50\x1a\x53\x3b\xc7\xc9\x04\x58\x37\x9c\x9d\xfd\xe8\x3a\x23\x07\x7e\x0f\xf5\xf0\x80\x30\x00\xba\xc4\xf9\x15\x2a\x8c\x06\x55\x32\x6a\x7f\xe1\xa0\xf2\x83\x05\xeb\x9f\x7e\x42\xb6\x91\xaf\x1a\xf5\x91\x79\xdd\x40\x50\xb5\xb8\x47\x3b\x3b\x1b\x53\xbe\x19\xe1\x59\x86\xba\x47\x1f\x50\xff\xba\x3f\xc2\x9e\xe8\x26\x0c\xbb\xd8\x6c\xa0\x27\xd0\x65\x66\xb3\x34\x49\xe2\x3e\xe1\x59\x29\x1d\x1d\xa3\x15\xe9\x18\x2c\x96\x89\x6d\x2e\x2c\x1d\x61\xa4\xa1\x97\xba\xf1\x50\xad\x4c\xff\x2c\xc3\x4a\x49\xc1\x25\x9a\x49\xc6\x60\x4f\x05\x00\xdd\x8c\x4d\xd2\xc5\x56\x4c\x3b\x28\x47\xba\x5f\xdd\x12\xea\xc6\xcb\x85\xf0\xfd\xc0\xcb\xd9\x04\x7b\x2f\xeb\x90\xa8\xce\x00\x38\x0b\x59\x27\xdc\x4e\x72\xdf\x9a\x96\xd3\x99\x6b\xb3\xd8\x64\x5e\x93\xff\x90\xac\x6b\xda\x27\x72\xb4\xa4\x9c\x5a\xa2\x5c\x78\x69\x49\x2a\x27\xd6\xab\x74\xd2\x87\x0f\x7e\x10\x08\xdb\x2e\x29\xef\xa7\xf8\xae\x4f\x8f\x74\x70\x90\x58\x2c\x37\xde\x82\xf7\x92\xad\x38\x15\xe8\xc4\x48\xc8\x96\xbe\x79\xbb\x85\x16\x8b\xe1\x20\x7f\xa5\x6a\xa5\x72\x16\x04\x5a\x05\x0d\xf9\x52\x48\xc8\xb3\xe8\x96\x68\x0d\x02\x13\x2a\xe7\x8a\x34\x07\xd5\x82\xd1\xb6\x4a\xb5\x02\x21\xb7\x01\x1b\x91\xd5\xd5\x6c\x17\x44\xf6\x7d\xcc\x51\xfa\x28\xfb\xfe\xdd\x65\xdf\xdc\xa4\x8d\x27\xec\xbd\x2f\x1f\xdd\xfd\x9e\x1f\xa9\xd2\x6e\xd8\xf3\x85\xeb\x2d\x9e\x51\x75\x75\x91\xeb\xee\xc9\xd8\x4f\xb2\x1d\x56\x30\x77\xbb\x75\x5e\x8d\x81\x5a\x09\x9a\xe5\x7d\xd1\x74\xde\xd2\x6b\x71\x09\x76\x92\x25\x61\x74\x71\x03\xae\x2d\xb6\xf7\x44\x5a\xee\xf9\x91\xfc\xe9\x17\x7f\x34\xc5\x37\xe8\x92\xfc\x87\x5d\x87\x10\xc8\x03\x9c\xe0\x39\x37\xa4\x9e\x6a\x5e\x00\x41\x6a\x18\x4e\xaa\x58\x9c\x0d\x3d\xc0\x88\x48\xeb\x1e\x6d\xc9\xdc\xc2\x40\xed\x46\x47\x19\xb2\x4d\xf7\xfc\xa8\x92\xc5\x55\xa6\x2a\x02\x1d\x0e\xf9\xcc\x55\x3e\x15\x8b\x15\x11\xa9\x07\x69\x22\x2a\xcf\x42\xaa\xbe\xa1\x10\x99\x9f\xee\x33\x53\x7f\xcc\x20\x6e\x87\x09\x91\xc5\x6c\x0e\x31\xbc\x47\xa7\x31\xf3\xec\x95\xbb\x03\xd5\x19\xf4\x4a\xd5\xec\x1a\x6f\x4f\xc8\x31\xd0\x0d\x9b\xa4\x0b\x2e\x12\xc2\x53\x1a\x67\x43\x39\x25\x78\xa5\x0a\x8d\x30\x6c\xa3\x34\x0b\xb3\x29\x15\xb8\x4c\xf3\xaf\x00\x4f\xe2\x34\xcc\x64\x2c\x19\x5c\x81\x1e\x80\xe9\x8f\x42\x1c\x65\xba\x25\x46\xe9\x86\x0d\x13\x0b\x9e\x6a\xdc\x1c\xc1\x45\x31\x32\xc7\x8f\xab\xe0\x0b\xaf\x92\x05\xe9\x0d\xa6\x51\x00\x36\x91\x7d\x9c\x64\x7e\x28\xa6\xdf\xb1\x7c\xc4\xc4\x2e\xb6\x8e\x1e\x7c\x09\x09\xbc\x6e\xb1\x96\xd8\xc8\x93\xd9\xd4\x32\x7e\x49\xb2\xad\xf0\x5e\xcf\xe2\x5c\xa2\x25\xa0\x37\x68\x03\x12\x6d\x8e\xa6\x78\x83\xfe\x87\x8b\xb9\x5a\xb2\x77\xe7\xac\xb0\xc9\xcf\x27\x05\xe2\xda\x87\x7d\xc4\x39\x21\xe2\x1c\x12\x55\xc6\xd3\x34\x83\xad\x0e\x8f\x71\x94\x09\xba\xe9\x5d\x67\x38\x6d\x36\xaa\x4c\x18\xff\xa1\xaa\x4d\x24\x2b\x77\xef\xd3\x97\x1a\xf3\xc7\xab\x53\x4a\x45\xd3\x28\xfc\xdf\x29\x46\x61\x80\xa3\x2c\x1c\x84\x2a\x27\x2e\x35\xd7\x7c\x74\x4a\xcc\x30\x34\x69\xe7\x9a\x3e\xec\x3a\xd2\x1e\xf4\x52\x27\x02\x3e\xc6\x15\xbf\x17\x56\x57\xfc\x8c\x30\xd6\x15\x3e\xbe\x1c\xf4\x1f\x77\x25\x02\x43\x56\xe5\xa3\x68\x0d\x82\x60\xee\x87\x3f\x6e\x34\x89\xe8\xca\x13\xf7\xdf\x9c\x7b\xed\x52\xa9\x92\x99\x76\xb7\x5d\x2a\x5f\xdb\x4b\x59\x09\x1f\x13\xf9\x62\xe0\xf7\xb3\x38\xb9\xf6\xa8\x42\x99\x0c\xec\x13\xc2\xa6\x89\xa8\x1f\x0f\x90\xe8\xcd\xe6\x26\xfa\x91\x06\x64\xfa\x11\xca\x3c\x59\x5d\x45\xdd\x78\x3c\x8e\xa3\x7f\x9e\x3c\x7d\xf2\xc4\xe8\x7c\xfe\x8b\x35\xc0\x71\xaa\xfc\x48\x86\x21\xc1\x3f\x56\x3d\x24\xbd\xc2\x51\x7f\xb9\xe7\xa7\xb8\xd3\xd2\x3e\x8c\x83\xb6\x5e\xf4\x72\xf2\x39\x18\x68\x2f\xfb\xe1\x64\x88\x93\x65\x0a\xb9\xfa\xf2\xe9\x93\x9b\xa7\x4f\xf0\x28\xc5\x48\xea\x0c\x55\x98\xd3\xbe\xf0\x61\xf8\x11\xfd\xf4\x13\xfb\xb0\xe2\x8f\x03\xd1\xb7\xad\x83\xed\xa7\x4f\x9e\xd0\x0f\x95\x33\x8e\xb3\x87\x54\x54\xe1\x99\x60\x48\x3f\x50\xc4\xe0\xb7\x8c\xcf\xb9\x18\x65\x19\x31\xd6\x10\x8d\x86\x81\x2a\xbd\x24\xbe\x4a\x71\x52\x7d\xfa\xe4\x89\x18\xb1\x38\xce\x56\xba\xc9\xf5\x24\x8b\xff\x79\x42\xab\xde\xc0\xe9\x49\xde\x7e\xc4\x77\xf4\xc7\xd3\xa7\x4f\x2a\xea\x71\xec\x09\xa2\x1a\x91\x93\x61\x9c\x64\xfd\x69\x96\xd2\x37\x64\xd9\x74\xd1\x26\xe2\x75\x5f\x4a\xaf\x3f\x8e\xc2\x1e\xf9\xb4\x32\x0a\x7b\xd2\x7b\x50\x86\x75\xa1\x53\xe4\x2b\x29\xb5\x22\xbd\x53\x20\xf8\xa3\x8b\x18\x40\x90\x1f\x2f\x9f\x0a\x2c\xde\xc5\xf1\xe7\xe9\x04\x65\x7e\x6f\x84\x25\x4c\x4e\x5e\x1f\xfe\xc6\xce\x7c\xe2\xdd\xfe\xfb\x5f\x3e\xda\xde\x9f\x7c\x78\xfd\xf1\x60\xff\xb7\x8f\x35\xd7\x87\xba\xeb\x43\xc3\xf5\xa1\x69\x6d\xdb\xd5\x8e\xfc\xd1\x68\x4b\xfe\x68\xb4\x27\x7f\xe4\x6d\x8a\xa1\xe9\xc6\xe3\x09\x39\x28\x8e\xcc\x21\xb2\x4d\xa9\x56\x2b\x88\xa7\x3d\x22\xf5\x93\x5a\x79\x01\x60\xb1\x32\x16\x48\xb6\x54\x08\x21\x9a\x20\x0a\xd1\x2b\xd4\x68\x77\x5e\xa2\x70\x69\x49\x01\x2f\x64\x44\xf4\x0a\xd5\x1b\xeb\xc6\x37\xf2\x17\x9c\x85\xe7\x68\x93\xc0\x78\x85\xea\x2f\xd5\xef\xf4\x2a\xb5\xa0\x56\x85\x56\xab\xa2\xdf\x51\x6d\x56\xaf\xf7\xf4\xfa\xf9\xe3\xcd\x53\xa5\xd7\xbf\xfa\xa3\xcf\xe8\xcd\x6e\xa5\xf1\xfb\x7a\x55\xed\xed\x8c\x46\x48\x54\xdf\x85\xda\xcb\x85\x46\x40\x1a\xe4\xb4\x17\xcf\xd4\x8f\x60\x68\x40\xda\x9c\x85\xe8\x77\x54\x99\xe5\x1d\x62\xbf\x1b\xd2\xef\xa6\xf4\xbb\x55\xd5\x3a\x0b\x50\x2a\xe9\x0c\xfd\xfc\xf3\xcf\x68\x1d\x4a\xa6\x33\xf4\x13\xaa\xcd\x06\x03\x3a\x40\x9d\xa6\x56\x85\xac\x8e\xb3\x19\x19\xc8\x74\xa6\x7d\xe2\x8b\xe7\x2c\x85\xef\xb3\x97\x4f\x9d\x9d\x1a\x4f\x47\x59\x38\x19\x85\x7d\xd0\x12\x98\xdd\x9b\x11\x32\x0e\xce\x66\xe7\x2f\x2d\xdf\x5a\xf4\x5b\xc3\xfa\x71\x9d\x7e\x6c\x9d\x17\xb4\x9e\x4e\x7b\x08\xe4\x1b\x0f\x8d\xc3\x19\xea\xc7\xa3\xe9\x38\x4a\x15\xea\x97\x61\x12\x49\xa1\x12\x40\xaf\x9e\x13\x9a\xa9\xd5\xf9\x48\xb1\xc7\x5a\xbd\x56\xd3\x87\x56\xac\x64\x3a\x58\x95\x0c\x26\xa6\x55\x45\x5f\xc9\x6f\x3a\xde\x8e\x2a\x75\xb9\x4a\xbd\x23\x55\xa9\x77\x5c\x75\x1a\x72\x9d\xf5\x2a\xca\xeb\x34\x8c\x59\x17\xdc\x80\xd6\xc9\x0a\x46\x2a\x8c\x2e\xe5\xd1\x22\x8f\xa5\x47\x6c\xb6\x2e\x8d\x0f\x23\xcf\x16\x7b\x55\xe3\x2f\x1a\xca\x90\x16\x8e\xa8\xc2\x1f\x19\x8d\x95\x19\x56\x85\x75\x2a\xf5\xe6\x8c\xad\xc2\x56\x95\x8a\x73\x06\x58\x61\xb9\xac\x62\xd1\x28\xc3\x65\x01\xe8\x81\x71\x62\x72\xc2\x1f\x66\x56\x26\xc8\x18\xc0\xe6\x02\x1c\x10\xaa\x34\xd0\xef\x28\x38\x23\xff\x9b\xad\xa3\xdf\xd1\xac\x71\x7e\xae\x2f\x24\x28\x1b\xa2\xdf\x37\xa1\xe0\x2c\x34\x0a\x28\x4c\x12\x7e\xde\xc0\x99\x56\xec\x2b\x47\x09\xee\xd3\xce\x05\xe8\xb8\x1f\x47\x6c\x83\xc9\x77\xa5\xe3\xee\xe1\x7b\xb2\x47\xd4\x66\xb5\x9a\x87\x6a\xb3\x5a\x1d\xfe\x6d\xc0\xbf\x2d\xf8\x77\xdd\x03\x5a\x20\xff\x36\xe0\xdf\x16\xfc\xbb\x0e\xff\xd6\x7b\xe4\xdf\x66\x27\xdf\xcc\x9e\x3f\x67\x48\x3d\x47\x5b\x3b\x27\x34\x1e\x3b\xa2\xe2\x10\x22\x02\x41\x12\x66\xc3\xf1\x0a\x2f\xb3\x9a\xa3\x42\x4a\x6f\x32\xf1\x61\x85\x3e\x48\x12\xc6\x0a\x9e\x65\x34\x7a\x80\xe8\xf2\xc7\x20\x3e\xc6\x29\xce\x36\x90\x63\x8b\x64\x83\x70\xf2\x39\x9c\x30\xcb\xdf\x78\x80\xa2\xe3\x18\x4e\x63\x43\x3f\x45\x3d\x8c\x23\xf0\x0e\x60\xf7\x5b\x7e\x14\x80\x09\x5f\x10\x06\x28\x8a\x33\x66\x86\x69\x92\x02\x4d\xe6\xc2\x21\x71\x73\xd1\x8f\x9f\xf1\xf5\x51\x12\xc6\xc9\x31\xb5\x00\xde\xdc\xcc\xdf\x5b\x49\x87\x9b\x85\x69\x73\x6a\x76\x40\x15\xdf\xf8\x1f\x37\x38\xdc\xb4\x37\x9f\xbf\xb5\xf0\xe7\xcf\xf8\xfa\xd7\x38\x01\x23\xc6\xcf\xf8\x7a\xe5\x8a\xfc\xb6\x17\x3b\x09\xbf\x60\x56\x2a\x0d\x2f\x5e\x13\x06\x84\x56\x51\xab\x68\x19\x09\x3f\x80\x04\x06\xc8\x04\xcb\x47\x8e\xe3\x98\x3f\xf3\x06\x97\x50\xa7\x54\x0b\xa4\xff\x69\x7f\x88\xc9\xf1\x03\x11\x11\xda\xd2\x87\xf4\x38\xbe\x22\xb0\x2b\xbc\x99\x25\xb2\x4b\x3f\x2f\xec\x83\x0c\xd7\x3e\x2c\xbc\x51\x69\x9c\xa5\x77\x67\xfa\x52\xcd\x4d\x44\x09\x3a\x54\xf4\xa0\x3f\x5f\x31\x0c\xd9\xb3\x45\x0a\x41\x8c\xec\x44\x79\x3a\x48\xd6\x72\xe4\x4f\x42\xe5\x0c\xea\x9c\xd3\x91\x85\x19\x67\x6f\x2c\xac\xc6\xcd\xb0\x90\xb4\x9f\x18\xc0\x21\x9a\x8e\x3e\x94\x32\xda\x3f\x30\xc4\xff\x21\x10\x77\x62\xce\x66\xe1\x38\xce\x10\x21\x49\x77\xa1\x4c\xde\x03\xd4\x2d\xa0\x10\xf2\xc9\xb4\x57\x06\x32\x88\x4f\x1c\xe6\xb9\xb4\xb7\xc1\x87\x7c\xa7\x62\x32\xda\xb9\xb4\x8b\xc9\x25\xd6\x95\x02\x80\x29\x83\xcc\x5e\xcf\xc1\xf6\x20\x9c\x01\xdb\x2e\xc2\xf6\xf7\x4d\x60\xe2\x67\x6c\x90\x57\x73\xea\xf8\x8a\x6a\x0c\x75\xcb\x64\xa3\x7c\xc2\x81\xb4\xd8\xba\xfb\x19\x75\x08\x3f\xd3\x26\x0c\x6d\x6e\xa2\xd6\xbc\x49\xfb\xee\x86\xd6\xde\x67\xc7\x88\xbb\xd6\x8c\x41\xeb\x6c\x48\xce\xd1\xef\x44\x96\x30\x17\xd1\x5c\x6e\x2e\xcb\x74\xc5\x6c\x26\x8c\x2e\xdf\x5a\x38\x8d\xf1\xda\xcd\x6c\x48\xd1\x9c\xdf\x88\xa7\x9c\xe5\xf0\x57\x0e\xae\x23\x33\x2c\xc6\x47\x97\x45\x1d\x1b\xf1\xc2\x91\x91\x37\xf3\x8f\x02\xa2\x71\xb2\x93\xfb\xe5\x4c\x2d\x2b\xb8\x79\x88\xbf\x42\x2d\x70\x64\xa1\x0f\x45\xb4\xaf\xce\xc5\x19\x87\xc0\x24\xcd\x05\x3b\x52\x00\x4c\x15\xba\xd5\x35\x44\x48\x51\x15\xae\x1d\x4b\xe9\x1c\xfd\xee\x5e\x9c\x8e\x3f\x55\xf8\xb6\xaf\x40\x1d\x81\xe6\x99\xba\x14\xed\x73\xe0\x94\x64\x3d\x69\x7a\x70\xd4\x4f\xae\x27\xd4\x32\x56\x96\xf3\x0e\x3c\x14\x0f\x06\x29\xce\x8c\x99\xa1\x6b\x24\x88\xbb\xa2\x5e\x5e\xd8\x33\xf7\x6a\x2f\x3f\x21\xe6\x3f\xeb\xf9\xcf\x46\xfe\xb3\xe9\x01\x8b\x91\x4f\x19\x0a\xae\x01\x5e\x14\x57\xc2\x35\xaf\xfc\x09\x6a\x44\x01\xc8\x9e\xad\x6c\xe8\x10\x62\x08\x7d\x1f\x9c\x51\x30\x44\x7e\xd1\x87\x54\xf9\xa6\x96\x6d\x16\x94\x6d\x5a\x8f\x44\x65\x86\x50\xa5\x55\x4f\x25\x50\xf5\xb1\xae\x3e\x36\xd4\xc7\xa6\x27\x14\x16\xc6\xe6\xbd\xba\x8a\xf6\xc9\xc9\xf7\xbb\x18\x23\xfb\xa4\x2b\xc3\x64\x9d\x75\x0f\xdd\x8d\xdc\x6c\x44\xc3\x0e\x04\xa5\x25\x6b\xcb\xc0\xbe\xc1\x2c\x56\x28\x5c\x48\x52\x51\x9d\x60\x6a\xd1\x71\xd5\xa4\xc1\x3a\x87\xd7\xbf\x2b\xcc\xb6\x66\xd3\x00\xa5\x75\x7d\x3a\xb4\x5a\xc6\xfc\x40\xad\x86\x5a\xab\xa1\xd7\xb2\x6a\x9b\xd2\xa6\x3e\x9d\x5a\xad\xa6\x4d\x0d\xf5\x56\x3b\x3b\xd8\x8f\xfe\xf2\x16\x68\x3b\x31\x1c\x5b\xce\x38\x62\xff\xa5\xa3\xba\x89\xea\x2f\xd9\xcf\x57\x7c\x86\xd8\x0b\xc7\xbe\x0b\x73\x1c\x0e\x32\xa0\x74\xcf\xa1\x28\x2b\x9c\x38\x8e\x7a\x46\x26\x4f\x52\xd7\xd4\x84\xe4\xf5\xbb\xa4\xe8\xaa\xa4\x75\x43\xee\xfa\x5d\x52\x6a\x55\xd2\x86\x2e\x75\xfd\x2e\xe9\xaf\xd2\xa6\xf4\xda\xd8\x86\x97\x96\x6c\x1b\x00\x20\x57\x57\x91\xab\x3b\x90\x6b\xcc\x41\xae\x59\x88\x5c\xed\x96\xc8\x35\x54\xe4\x1a\x0e\xe4\x9a\x73\x90\xab\x15\x22\x57\xbf\x25\x72\x4d\x15\xb9\xa6\x03\xb9\xda\x1c\xe4\xea\x85\xc8\x35\xe6\x22\x67\x25\xdd\x0f\x13\xb0\x21\x4a\x33\x3f\xc3\x66\x01\x60\x27\x59\xcd\xd2\x31\x60\x19\x99\xae\x47\x83\x2f\x64\x2e\xb2\x86\xed\x0b\x19\x88\x4c\xd7\x8e\x5b\x95\x28\xd6\xf5\x34\x87\xf7\xc1\xf2\xa9\xd0\x93\x87\xb4\x76\xf4\x53\x8b\x65\xf9\xe8\xc7\x16\x73\x05\x29\xe7\x96\x7c\x09\x55\xcb\x51\x82\x58\x3f\x1c\xbb\xba\x1b\x3b\x73\xfd\x18\xd8\x19\x4b\x48\xc5\xae\x76\x1b\xec\x1a\x12\x76\x0d\x37\x76\xe6\x02\x32\xb0\x33\xd6\x90\x8a\x5d\xfd\x36\xd8\x35\x25\xec\x9a\x6e\xec\xcc\x15\x64\x60\x67\x2c\x22\x15\xbb\xc6\x7c\xec\x4c\x6a\xc5\x3c\xb0\xb5\x5d\x2e\xa1\xdb\xb0\x65\x1d\xe9\x42\x8e\xb1\x9c\xd4\xcd\xd5\xb2\xaa\x0c\xd1\xa7\xe9\x92\x7d\xd8\x51\x78\x03\x35\xda\x9d\xd5\x66\x83\x69\xa0\xab\x36\x55\x30\x97\x58\x84\x80\x94\x32\xc7\x61\xa6\x1a\x7e\x96\xb2\x7c\x4f\x08\x52\x78\x0f\xfc\x3e\x16\x3a\x62\x01\xe4\xbf\xf1\xcc\x1f\x4f\xc4\x49\x39\xff\xc0\xe7\x94\xc2\xca\xf0\x2c\x93\x6e\xb7\x57\xb6\x76\x4e\x56\xd8\x39\xa2\x32\xe6\x16\xe9\x9f\xf1\xb5\x87\xfa\x83\x0b\x21\xcd\xe7\x50\x26\x23\x9f\x20\x31\xcb\x90\x0e\x85\x49\xf8\x95\xbc\x1d\x1b\x20\xa6\xd3\xee\x5a\x94\xd8\x1f\x69\xd4\xd4\x3d\x3c\x9a\xe0\xa4\xb2\xb5\x43\xaf\xf5\xa9\xce\xfe\xe9\x13\x66\xb3\x22\x37\xf9\xf2\xe9\x53\x88\x80\x0b\x06\x24\x8a\x55\xc1\x46\xbb\xe1\x71\xbb\x84\x8d\x36\xd8\x8e\x48\x96\x09\x1b\xed\x96\x97\x9b\x24\x6c\xb4\xc1\x85\x71\x1c\xb4\x7f\xdc\xe8\xd4\x6f\xce\xbd\x76\xe3\x4e\xd6\x22\xdf\xd2\x4c\xe4\xc1\x8c\x39\xbe\xa1\x59\x06\x5d\x09\xcf\x11\x33\xa0\x20\xcd\xa3\x7e\x3c\x9e\xc4\x11\x84\x5c\x27\xdf\x56\x9f\x3e\x11\xf3\x3e\x0a\x7b\x2b\xac\xe8\xd7\xaf\xb2\x01\x80\x70\xfa\xbc\x67\xe3\x0e\x3f\xc5\xb9\x55\x87\x9f\x62\xe9\xdb\xaf\x71\x12\x80\x5b\xba\x28\x20\xde\xc8\x10\xa6\x03\xb0\x17\x03\x5a\xdf\xe2\xb7\x3c\x39\x4c\xeb\x67\x05\x33\x0c\x9e\x55\x5d\xb2\x50\xa5\xf7\x1f\xb2\xc1\x3a\x40\xc1\x51\x7f\x85\x3c\x68\x58\x77\x5a\xe2\x2b\x7d\x2c\x32\x44\x11\x5f\x76\x2e\x27\x6f\xb7\x77\xf3\xcb\x26\xfa\x6c\xbd\xc1\xea\xa5\xd4\x3c\x8f\x2c\x2b\x7e\x8b\x95\xe1\xf1\x64\xe4\x67\x36\x06\x25\x82\x4c\xff\x11\xb1\x80\x3c\x5c\x83\x0a\x4e\x05\x82\xd7\x81\xde\x2f\xfc\x82\x57\x78\x80\xc9\x0d\xd4\x42\x95\x7a\x63\x1d\xf5\xc2\x2c\xad\x16\x01\x0c\x2f\x2d\xf0\xf6\x7f\xb9\x2d\xb8\x8f\x3b\xef\xbb\x1f\x7f\xdb\x3d\x3c\x3e\xf8\x78\x70\xb8\xbd\x83\xb6\x20\xb4\x41\xe6\x47\x19\x4a\xf0\x24\xc1\x29\x8e\xb2\x30\xba\xe0\x8a\x18\x42\x86\xe3\x38\xc8\xfb\x6e\x85\xb9\xbd\x53\x0a\x26\x63\xa7\x06\x4c\xe9\x52\x50\x33\x39\x12\x8f\x76\x8a\xb2\x5c\x12\xe6\xb3\x49\xd1\xed\x82\xdb\xf7\x34\x01\x83\x07\x91\xe3\x43\x2e\xa2\x14\x97\x7a\x27\xe8\x9e\xcc\x01\x3a\x1d\x62\x32\xea\x59\x8c\xa6\xcc\x4d\x80\xb0\x00\x44\x0a\x03\x68\x05\xe4\x6a\xfe\xd0\x1f\x5c\x6c\x00\xe9\x72\x5c\xab\xf2\x8e\x6a\x60\x0b\xdb\x45\x4a\x61\x33\xf2\x0b\x23\xd7\x64\xd8\xd0\xa7\xf6\x98\x12\xee\x84\xf4\x08\xf2\x9f\xf1\xf5\x8a\xb5\x2c\xf7\x0c\xed\x0f\x2e\x50\xe5\x10\x5a\xf1\x47\x55\xa8\xd3\xb7\x0d\x5e\xc9\x31\x50\xdb\xe2\x71\x44\xe9\x84\xde\x10\x12\xe1\xbd\x23\x84\xd2\x2f\xea\x13\x39\x57\x84\x7d\xf7\x77\x55\x4a\x30\x0b\x20\x45\x5a\x90\xf7\x78\x7e\xf5\xbc\x42\xb7\xe9\x1d\x3a\xcc\x71\x52\x61\x97\x67\x30\x84\x1e\xfa\x03\x85\x97\x1b\x28\xbc\xcc\x79\xe3\x8d\x62\x7a\xa0\xcc\xb7\x0a\x69\x43\x09\x0b\xc5\x24\x07\x5d\x03\x20\x27\x0e\xa1\xf5\xd9\x8d\xb3\xba\x56\x2d\xb2\x87\x2e\xa1\x95\xa4\x27\xc7\x42\x7c\xa4\xa7\xfb\xa5\xa7\x6d\x7c\x5f\xf4\x24\x20\xdd\x8d\x9e\x54\x3e\x7d\x0b\x7a\xda\x8f\xc2\x2c\xf4\x47\xe1\x17\x9c\x22\x1f\x45\xf8\x6a\x74\xcd\x30\x0c\xd8\x70\xcc\xa7\x25\xbe\x6b\xcc\x06\x71\x32\x3e\x88\x03\x8c\x76\xa8\xaf\x1a\x84\x69\xce\x39\x5d\x9c\xc8\x74\x0a\xd6\xd5\xe0\xe6\xc7\xa9\x56\x6c\x32\x76\x32\xfc\xee\x48\xf6\xde\xc8\xaa\x62\x7e\xb0\x71\x8a\x5b\x12\x5c\x18\x85\x8a\x85\x8d\x98\x26\x89\x5c\x2c\x2a\xea\xad\xc9\x84\xd0\x02\x8c\x16\xcf\x36\x9d\x5a\xae\x19\xc8\x10\x6f\x8a\x9f\x7c\x53\xa4\x34\x68\x9e\x8a\x33\x22\x39\x53\xc3\xfa\x38\x19\xd3\x69\xf7\x6d\xba\x1b\x4a\xdf\x39\x49\x6d\xe6\xe4\xf5\xd2\x56\x92\xda\xd1\x80\xad\x8c\xf5\x2c\x1e\x52\x42\xa7\x1e\x00\xb6\x7e\x80\x7d\x51\xa5\xf4\xc2\x01\x1b\x1d\x95\x0f\x43\x2c\x87\x54\xb4\x04\xda\xb3\x3b\x92\x0f\x5b\x82\x26\x6e\xca\x0c\x27\x65\x8c\xa8\xa8\x51\x51\xe0\x67\x3e\xea\x81\xec\xa5\x96\x70\xc8\x63\x00\x9a\x66\xba\xe0\xde\xce\x3a\xe0\x23\x9c\xc0\x5c\xf6\xe3\xa8\x9f\xe0\x0c\x2f\xb3\xe1\x18\xc5\x17\x0a\x53\x96\xee\xa5\x8e\x17\x1b\x6b\x88\xa7\x01\x98\x53\xf7\x16\xc6\x53\x70\x20\xb1\x14\x1c\x2c\xb0\xe9\x7d\x4d\x99\x2b\x0c\x01\xca\x94\x9d\x84\x37\xf0\x36\x58\x03\x12\xf8\x12\x3b\x97\xc4\x9f\x04\x2c\x1a\x34\x8b\x05\x23\x08\xa3\x8b\x7b\xe0\x26\x79\xe7\x37\x39\x79\x30\xf8\x95\x67\xa4\xcd\x67\x2a\x99\x94\xa9\x77\xc5\x31\x77\x52\x18\x2b\xb9\xa1\x45\x79\xa5\x43\xe7\xe0\x1e\x38\x0a\x6c\xb3\xef\xc3\x17\xb9\xba\x8d\xa6\x68\x7b\xc8\xbf\xf4\xc3\x91\xdf\x1b\x61\x6a\x86\x98\xba\xb7\xc5\x8f\xbc\x33\xa5\xa9\x6a\x37\x8c\xd8\xc6\x57\xb8\x4f\x31\xb8\xea\x3e\xf3\x3e\xce\x98\x77\x34\x0d\x9a\x46\x21\xe5\xbb\x06\x0a\x53\x84\x07\x03\xdc\xcf\xc2\x4b\x3c\xba\x46\x3e\x0a\x70\x9a\x25\x53\x78\xf6\x50\x82\xfd\x60\x39\x8e\xfa\xb8\xd4\x3e\x53\x96\x7a\x01\x8d\x87\xa2\x61\x0a\xfc\xa1\x29\x99\x8f\x64\xa5\x3c\x11\x8b\x2a\x8b\x52\xbf\xa8\x38\x9f\xfc\x79\xd1\xf2\xf4\xbf\x9b\xcf\xc5\x14\x0a\xa9\x25\xc2\x41\x21\x00\x54\xb8\x5a\x94\xa2\x96\x8b\x92\x05\x18\x32\xc4\x43\x22\xa8\xb2\x05\x87\x03\x16\x2f\x93\x73\xea\x5d\x69\x42\xac\x8b\xcf\xac\x3d\x57\xd9\x5c\x6f\xac\xaf\x36\x1b\xf2\x27\xaa\x12\xb1\x7d\xd1\xe4\xa0\x0d\x54\x57\xbe\xaa\xf2\xef\x06\x6a\x94\x39\x3b\xa5\x56\x55\xb6\x3f\x5f\x91\x8d\x9c\x6b\x93\x9f\x5a\xd8\x48\x9f\x0e\xb1\x24\x14\xb0\x44\x5b\x3e\x1a\x82\xd6\x98\x08\x99\x25\x96\x22\x17\x61\xb7\x22\x8e\x0f\x04\x18\xe0\xcb\x9a\x08\x4d\x6c\x5d\x5b\x3a\xf4\x0d\x0e\x4b\xcc\xda\xdb\x54\x79\x6a\x3a\x72\x43\xb6\x75\xae\x32\xa5\xde\x86\xd3\x6f\x8a\xfc\x89\x4f\x29\x1e\xe1\x7e\x46\x1b\x3e\xc9\x12\x3f\xc3\x17\xd7\x15\x97\xb9\xb6\xa4\x7d\x06\x71\x71\x13\x3d\xa3\xac\xf4\x99\xd3\x3c\x8c\xcd\xc6\x91\x9f\xa6\x84\x4d\xbc\xf6\x53\x1c\x28\x1e\x73\xf2\x5f\xb1\x71\x18\x03\x75\x82\x13\x38\x70\x91\x5d\xcd\x0d\xa9\x78\x91\xeb\xb9\xfd\xd8\x7d\x46\x81\x8d\xba\x0b\x29\x46\x4e\x32\x63\x33\x6f\x58\x8a\xec\x46\xf3\x20\x60\xf6\x79\x10\x17\x37\x14\x45\x0f\xb9\x2f\x70\xf4\x31\xf0\x1c\x96\x9e\x8c\xec\x37\x8c\xfe\x6b\xf7\x39\x77\x42\x5b\xbd\x29\xf2\x50\xe1\x8d\x91\x8e\xb9\x65\x42\x75\xb6\x2d\x73\xc9\x4a\x95\x69\x78\xed\x57\x6f\xaa\x0e\x3b\xcd\x12\xec\x8f\x6f\xa5\xca\x06\x19\x8a\x29\x9f\x65\x1b\xfc\x66\x63\xb9\x17\x52\x83\x6d\xf5\x44\x43\xa5\x13\x08\x63\x2d\x69\xa6\xeb\xa8\xd2\x6c\xa8\x8a\x69\x49\xe1\x7b\x02\xf8\x69\x6a\x5f\xfd\x65\x81\x47\xc8\xae\x65\xaf\xb5\xed\xb0\x5c\x44\x9c\xf8\x09\x1c\xb7\x6c\x02\xa2\xb9\xbd\xc1\xf1\x26\xb7\xae\xe2\x42\xe3\x0f\x3f\x3c\x1b\x8c\xa6\xe9\xf0\x59\xb9\x6d\x8e\x42\x71\x6d\x74\x62\x98\x37\x50\xbd\x68\x5e\xe1\x5c\x0b\x59\x4d\x27\xf2\x6d\xa9\xac\x3c\xff\x38\xa6\x67\xdf\xee\x0a\xfb\xf1\xc7\xcd\x7c\x0a\x51\x3c\x76\xa0\x9e\x41\x25\x52\x1b\xd2\xed\x26\x3b\x68\x1b\xce\xc1\xec\xbd\xac\xf4\x2e\x52\xd0\xcb\x2a\xca\x31\x4f\xce\x95\xcb\xd7\x0b\xef\xa6\x5b\x6a\x8f\xac\x0a\x41\x3d\xb3\x4c\xae\xe0\x07\xaa\xfe\x06\xfb\x21\x9f\x29\xbe\xdd\x81\x1e\xb6\xfb\xba\x6b\xa8\xa2\x39\x47\x09\x2f\xa9\xd7\xce\x6d\x34\xcf\x39\x8c\x42\x5d\xa1\xa8\xcb\x15\x4d\x52\xbd\x5b\x69\x9c\xc5\x74\xe6\x07\xa4\xff\xcc\xe9\xcc\x35\xc1\x0b\x4e\xa7\x55\xf1\x5b\x72\x3a\x45\xdd\x3b\x4c\x67\x91\xc2\xb7\xdc\xd5\xc1\x37\x9d\xce\x3b\x4f\x57\xc1\x12\x98\x33\x5f\xba\xde\xb4\x60\x92\xe8\x66\x22\xf4\xbc\x7d\x9b\x58\xc7\xac\xae\x2f\xd1\x26\x0a\x2f\xe5\xd9\x2a\xda\x22\xd8\x8e\x49\xe3\x4a\x77\x87\x7e\x18\x41\xca\x13\xd7\x5d\xeb\x6b\xb0\x1b\xf8\xc8\x3b\x8f\x36\xdd\xc1\x07\x74\x15\x9b\xb2\x83\x90\xba\x06\x31\x48\x43\x93\x37\xa6\xed\x12\xe2\x4e\xf4\x65\x11\x47\x79\xdd\xe5\xdb\x81\x76\x12\x92\x9a\x50\xe6\x8e\xf4\xea\x75\xd7\xb2\xf7\x98\xe0\x69\x13\x47\x22\xfc\x67\xc6\xd5\x18\x94\x4a\xfd\x8c\x19\x75\xaf\xe8\x75\x0c\x18\x1a\xcd\x52\xe9\x48\x68\x45\x98\xb0\x14\x73\x19\x09\xa9\x9c\x10\x59\x6f\x48\x98\x5d\x16\x01\xc2\x7e\x5e\x0d\x31\x8b\xbc\x4f\xf1\x83\x40\x9e\x69\x09\xe4\xcc\x85\x61\x2f\x48\xfe\x60\x2a\x99\xa8\x43\xbd\x01\x20\x3d\x1e\x74\x41\xb8\x36\xe8\xb2\xac\x3c\x19\x28\x57\x01\x1a\x66\xf2\x2a\x14\xa7\x2d\xb4\xd5\x01\x16\xe9\x37\x24\xf2\x42\x72\x18\xce\xe6\x42\xac\xd0\xe4\x88\x57\x0e\x73\xd6\xdf\x0e\x8f\xe1\xbc\xcc\x88\xce\x2c\x33\x8b\x13\xe8\x57\xae\xe8\xf6\x90\xd2\x2f\x2f\x6f\xd6\x26\xf4\x33\x3c\x64\x5f\x97\x8a\x3e\xba\x56\xcc\x8e\xf1\x18\x83\x14\x0e\xbb\x2b\x25\x01\x76\x15\x05\xa7\x7d\x70\x68\x87\xd7\x66\x75\x2e\xc1\xe2\x4b\x1e\x76\x9e\x32\x53\x9a\x4f\x9e\xe3\x2d\x4c\x01\x9d\x1d\x90\x3d\x77\xe6\xae\xdb\x00\x97\x58\xb7\x62\x9f\x7a\x5c\xb7\x8f\xeb\x16\xdd\x7e\xdd\xde\x65\x75\x80\x85\xf0\x30\x4c\x17\x5e\x1b\x56\x4c\x18\x45\x03\x17\xf9\xed\xf0\xd8\xc9\x01\x64\x0f\x32\x83\x03\xdc\x95\xed\x58\x31\x3b\xcd\x87\xa6\x87\xfb\xf1\x98\x2d\x1d\xc2\x16\xc2\x78\x9a\x96\x67\x1e\x62\xb0\xca\xb2\x07\x41\x4a\xbc\x1b\x15\x27\xee\x0b\x79\x40\x81\x88\xc4\xa5\x25\x9b\x87\xff\x30\x8e\x53\x8c\xc6\xe1\x8c\xc8\x42\x96\xfe\x81\x27\xa8\x29\xa4\x21\x99\x10\x99\x14\xe6\x22\xbb\xf8\x12\xa4\x53\x72\xd2\x49\xa7\xbd\x14\xff\xef\x14\x47\x99\x55\xc5\x80\x54\xd1\x4e\xca\xea\xa1\x8e\xa2\x53\x35\x28\xa3\xa4\xcd\xca\x7c\x55\x3f\xd9\xd9\x6c\x58\xd9\x62\x24\xe5\xab\xcd\x1a\x29\x89\xfc\xc1\x04\xe6\xd6\xe3\xe1\x39\xfa\x7d\x93\xd6\x3b\x0b\x0b\x43\x97\xe4\xbf\xb9\x09\xf4\xeb\x2e\x2b\xaf\x04\x34\x91\x44\xdb\x23\x3f\x08\xc8\x04\xce\x51\x80\x4c\x20\xcb\x55\x77\x85\xfe\xd7\xae\xfe\x38\x7a\xdb\x3d\x41\xff\xa7\xbd\xba\x86\x26\x0c\x68\xca\x74\x79\x36\x98\x47\x9f\xfb\xe9\x1a\xc8\xc9\x13\x3f\x58\xe1\x4f\x05\xb2\xf1\x91\xcf\xaf\x9f\xa7\x29\x0f\x9d\x2f\x02\xa1\x30\x73\x65\x88\x9b\x2c\xf0\x58\xc8\xfe\x0a\x20\xcb\xb7\xcf\x04\x2d\x6b\x25\xbb\x1e\x8f\x85\x80\x92\xee\x23\x01\x50\x2a\x82\x59\x92\x41\x81\x70\x96\x0f\x7c\x6c\x16\x87\x2f\x31\xae\xe4\x57\x7e\xbd\xe6\x69\x71\xb3\x94\x0b\x66\x3f\xd0\x2f\xd7\x6e\xcd\x40\x44\x35\x1a\xeb\x64\x53\x1a\x2f\x57\xcc\x90\x69\x94\x09\xda\x01\xbf\x22\x13\x6a\xc4\x08\xd6\x00\x4a\x5f\x2c\xd3\x94\xd3\x22\xc2\xca\x3f\xb4\x02\xb6\x66\xe9\xbd\x10\x6f\xd7\x0c\xbd\x40\x33\xbd\xc1\x57\x42\x2f\x10\x01\x45\xc1\x22\xf7\x75\x31\xde\x33\x07\x17\xe3\x3d\xb8\xb5\x28\x6f\xe7\x62\x56\x88\x54\x5a\x1c\xbe\x20\x67\x3f\x6a\x9b\x28\x44\x4b\x2e\xb7\x7c\x19\x3a\x0d\x73\x2f\xbd\x29\x90\x5e\x35\xec\xd0\x66\x6e\xfb\xce\x0f\xff\x32\x68\x4f\x45\xc9\x66\x86\xb0\x15\x04\xf6\x41\x80\xb9\xee\xc7\x51\xdf\xcf\x38\xcc\xd2\x1a\x98\x0f\xd1\x44\x30\x14\x58\xb2\x43\x3f\xa0\x81\x8c\xd8\x42\xfd\x36\x5c\x66\x1a\xe9\x7c\xe6\x9b\x70\x04\x68\xb6\xc4\x95\x3b\x94\xd3\x59\x82\x8d\x0f\xbc\xc1\x99\x92\xb8\x58\x5a\xc4\x10\x03\x16\x8d\xfc\x34\x83\xe7\xf9\x6b\x3a\x17\xaf\xcf\x2a\xea\x72\x5e\x46\xf5\x2a\x75\x31\x3b\x67\xce\x60\x36\x4f\x62\x2a\x38\xb8\x29\x26\x07\xb7\xa9\xaf\x41\x69\x33\xa5\xdb\xe6\x82\x7a\xfe\x3f\xe3\x22\xc8\xe6\xa2\x60\xbf\x59\xb0\xdd\x2a\x14\xdd\x03\xdd\x9f\xd1\xff\x41\x1c\xe0\x1b\xaa\x1e\x3c\x15\xa7\x35\x7a\x29\x02\x27\x09\xa9\x3b\xdd\xd7\x5d\x17\x14\x36\x57\x37\x82\xbe\x08\x2c\x5d\xd8\x30\x21\x02\xc9\x3b\x08\x1c\xfc\x08\xd8\x00\x48\x86\x93\x1a\x81\x13\x4c\x01\x33\x4f\x3b\xd5\xd1\xb6\x8d\x26\x6e\x14\x6f\x84\x05\x0c\x03\xe9\x44\xab\x1f\xbb\x92\xf5\x61\xb1\x0d\x60\x41\x80\x33\xd5\x3e\xd4\xe2\xc7\x09\x72\x33\x19\x01\x45\x2d\x8a\x54\xc5\x2e\xf9\x3e\x06\xdb\x4f\x07\xfe\xf9\xc4\x9a\x87\x01\xc3\x96\x94\x4b\xda\xaa\x71\x89\xf3\xc4\x40\xa0\xc2\x96\x08\x1a\x0d\x38\x95\x6b\x77\x33\x76\x69\x7f\xf5\x79\x71\xf3\xaa\xf5\x4a\x15\x3d\x5f\x5d\x18\x03\xa1\x6a\x71\x9c\x65\xde\x62\x3c\x41\x7e\x86\x46\x98\x70\xc1\x38\xe2\x2b\x80\x65\xf9\xa0\x96\xa0\xb0\x5f\x03\xc3\x35\xf9\x16\x12\xe7\x9b\x71\x18\x51\x23\x51\x76\x88\x37\xc2\x25\xaa\x8f\xac\x12\x9d\x3e\x09\x7f\x4a\x48\x63\xb0\x3f\xa6\x47\xde\xf0\x12\xfd\xf4\x93\x55\x1f\xaf\x07\xea\x38\xba\x95\x2e\x23\xc7\x44\x55\xa6\x38\xcf\xe7\x7a\xb3\x65\xaf\xa4\xdd\x22\x69\x2e\x92\x08\x43\x69\xf6\xca\x42\xd0\xbc\xb9\xfb\x25\xe4\xd5\x55\x72\x90\xa1\xe9\xbe\x5c\x22\x17\xc8\xeb\xcc\xf4\x0b\x24\x70\xf8\x3d\x57\x07\xc1\xaf\xe2\xa9\x8d\xa0\xeb\x94\x7c\xab\xcb\xf8\x87\x5b\x56\x0f\x8b\xb7\xb5\x3d\x90\xfc\xe6\xcc\x00\x95\x8f\x6c\xed\xcd\xb3\xfc\xbb\xa3\xa5\x02\x98\xde\x31\xd9\xc3\x6e\x86\x82\xfa\xf1\x68\x84\x29\xfd\xc7\x03\x2e\x1a\x80\xa8\x89\x21\x97\x5e\x91\xe8\x21\x89\xa2\x92\x93\x37\xd9\x46\x13\xff\x4a\x7a\x65\xf5\x4b\xb4\xbb\x7e\x50\x07\x74\x21\xa4\x94\xa9\x9d\x5f\x3c\x42\x86\x07\xc6\x05\x69\x7d\xb2\x3e\x0d\x73\x5c\x17\xa0\xd4\x1f\x51\xec\xe1\x07\x00\x03\x95\xa4\x4f\xc3\x8f\xe2\x24\xbc\xa4\xb2\x0a\xe7\x18\x56\x80\xfc\x2a\x35\x97\xf3\x25\xcb\x41\x33\xd6\x6a\x39\xb9\xe6\x36\x3d\x2b\x96\x6f\xfa\x43\x3c\xbe\x1d\x5c\xbb\xc0\xc9\x54\xe6\x60\x31\x3d\x90\xe0\x59\x41\xd0\x9c\x8c\x37\x79\xce\x46\x7a\x8a\xa1\x22\x16\x7f\xab\x8b\x61\xfd\x38\xba\xc4\x49\xa6\xc8\xb0\x34\xdb\x1d\x37\xa6\x04\x8b\x4f\x6a\xfd\xe7\x76\x5b\x3d\xa2\x55\x54\xe7\x55\xf1\xb2\xa4\x3d\xcc\x7c\x17\x2b\x15\xb5\xf9\xc7\x3a\xe1\xdd\x24\xe3\xa3\xd9\x89\xfa\x91\x48\x62\x35\x89\xd3\x34\xec\x8d\xb0\x7b\xc5\x5a\x9a\x5a\xcc\xb9\x29\x1f\x28\xd3\x1e\x94\x7e\xe3\x27\xf0\x3f\x0c\x28\x48\xa8\xcf\xc9\x0a\xde\x90\x7e\xe7\x0e\x4f\xd6\x4a\x9f\xf1\xf5\x86\xea\x17\x65\x2d\xa6\x79\x4a\xd9\x0b\x91\x65\xbc\x01\xff\xce\x29\x28\x56\xe5\x86\xe9\xce\x65\xaf\xc1\x44\x78\xdd\x32\xc1\x5e\x58\xc8\xf5\xea\xd1\xf9\x6d\xf7\x64\xcd\x5e\x41\x62\xe1\x2d\x7b\x09\xb1\x70\x24\xa0\xf4\xdd\xca\xe1\x04\x47\x27\x27\xef\x8c\x6a\xe5\x9d\xc9\xe4\xe9\xb7\x0b\x5e\xe3\x70\xb6\x1f\xa9\xe5\x4a\x9b\x1e\xd1\x55\x9c\x2e\xb6\x8c\x91\x73\xdd\x98\xac\x44\xf3\x0d\x74\x70\x13\x72\xa8\x73\x03\xe7\x06\xb6\xdc\x2b\x03\x76\x05\xf8\x1d\x0e\x42\x7d\x8d\x17\xc0\x81\x24\x60\x29\xcd\x00\x06\xd9\xe3\x70\xee\x45\x99\x63\x1c\xc5\xf4\x8d\xc6\x00\x59\xce\x7e\x5c\xc4\x3d\xca\x2e\x69\x8a\xbc\xb8\xa6\x63\x6b\x7b\x09\x3d\x7b\x66\xf7\xad\xb0\x96\x5f\xc9\x62\x9a\x6f\xc8\xe5\xca\x31\xa7\x96\x83\x54\x9d\x84\xc9\x2b\xca\xc4\x29\xc6\xc6\x65\x55\x95\x97\x40\x5f\xbf\x52\x72\xcd\xeb\xac\xf0\x49\xbc\xe6\xc7\x5e\x43\x47\x63\x95\x93\x28\x95\xcd\xbb\xd7\xa0\xed\xc0\xd5\x86\xf8\x69\xbf\xdd\x60\x3d\xb7\x11\xa7\x0d\x34\x2b\x2e\x52\x19\xc3\xee\xa5\x0e\x62\xf1\x75\x87\x58\x75\xbe\x7b\xc9\x45\xbc\x99\xe5\x7e\x3c\x9e\xf8\x19\x6c\x2f\x65\x97\xa1\xbc\x2d\x68\x9b\x98\x24\xfe\x94\xdd\x13\x6d\xcb\xef\x36\xc8\xdd\x97\xe1\x60\x4c\xdb\x3e\xe1\xe4\xed\x20\x64\x89\xba\x5c\xbc\x51\xa1\x6f\x51\xbc\x34\xf7\x9d\xa3\x96\x91\x23\x2d\x29\x4b\x30\xff\x62\x0b\xd4\x48\xc4\x5d\xad\x02\x79\x67\x3b\xc6\x42\x7f\xcd\x43\x2c\x29\xee\x54\xb5\x5c\x49\xd1\x6a\x0c\xed\xfd\x59\x6d\xd6\x6e\x76\xea\x9d\xfe\x1a\x24\x36\xe8\xb4\x3b\xad\xf6\xa0\x3d\x38\xaf\x72\x55\x3c\x80\xe6\x0f\x79\x3f\x1c\xe7\xc8\x12\x28\x38\xc7\xc2\x71\xf8\x12\x75\x73\x46\x46\xc3\xda\x2c\xbe\xe7\x15\xad\x31\xd9\x5f\x69\x51\xe1\x91\xaf\x93\x9c\x4e\x6f\xbd\x64\xd4\x98\x0d\x7c\x41\xdf\x62\x0d\xdf\x6f\x00\x07\x53\x18\xd5\x96\xde\xc4\x4f\x52\x5c\x51\x16\x6a\xc1\xc5\x64\x92\x2a\x8a\x9f\xbc\x9a\xd5\x2b\x81\x14\x47\x34\x86\xd7\x9c\x45\x47\x09\xc3\x40\xa6\x48\xbd\x5a\x04\x91\x5f\xc6\x49\x87\x61\x96\x14\xc2\x00\x77\x8a\xd3\x8c\xda\x36\xf8\x23\xcb\x02\xd5\x60\x9e\xd5\xce\xd1\xe6\x26\xca\xd7\x1e\xfa\xe9\x27\xbd\xdd\xb3\x3a\x2b\xc3\xd7\xa4\x4b\x05\xb5\x33\xa3\x17\x18\x66\xcb\x48\xe5\x30\xc6\xe2\xd7\x5a\x64\xa6\x3c\x0d\x0f\xb5\xaa\x05\xd6\x75\xf1\x25\x3b\xa2\xc3\x55\x50\x0e\xc3\x2c\x6f\xc0\x9f\x40\x03\x35\xfd\xd6\xda\x28\xae\xdc\xea\xd4\x3b\xe5\x18\x85\xf5\x68\xe4\x38\x06\x79\xd2\xe9\x44\x15\xcd\x0b\xef\x8a\xf8\x22\xbc\x4a\xfc\xc9\x04\xe4\x48\x3f\x63\xcd\xcb\x2a\x13\xe4\x93\x9d\x3e\x95\xbc\xd2\x0a\x57\xaf\xe2\xea\x63\xb8\xb2\xe5\x0e\x3f\xb6\x4f\x65\x1d\x48\x6e\x7d\xd9\x23\x84\x1e\x2e\xe3\x17\x49\xf5\x5c\x47\x20\xf7\x96\x75\x96\x3a\x84\x46\x01\xa5\x1a\x71\xc0\xc8\x2f\x76\x2c\x07\xa7\xa2\x10\x51\xba\xf7\x22\x20\xb4\x61\x88\x6a\xd2\xc4\x16\x06\x95\x62\xd7\x0e\x64\xde\x98\x37\xdd\x5d\x3c\x54\x73\xe5\x93\xe5\xa8\x53\xe0\x7d\xce\x9a\xa6\x36\x28\xec\x77\xee\x77\xfe\x17\x89\xe1\x62\xdf\xc2\xb6\xfe\xdc\x0d\x8c\x2c\x4b\xbb\x46\xc5\x5c\x56\xc2\xbf\xd2\xd4\x46\x28\xae\x96\x8e\x53\xd8\xc3\x35\x98\x07\xa9\xd1\xd5\x09\xdf\xb4\x71\x4f\xac\x36\x87\x34\x50\xa0\xec\xb0\x38\xc7\xba\xbd\x58\x6f\x17\x42\x67\xa1\xe8\x39\x3b\x36\xfb\x75\x29\xba\x41\x9c\x3b\x9f\xd8\x02\xa0\x59\x7d\x56\x0d\xb1\x24\xf7\xcc\x10\x01\x12\x58\x67\x6f\x23\x99\x74\xa1\x7f\x39\x4c\xb8\x02\x36\xa0\x30\x7b\x23\xc2\x71\x85\x63\xae\x6b\x3f\x2a\xbf\x9d\x16\x6d\xda\xca\xfe\x6a\x16\xe4\xaa\x45\xcb\x27\x42\x56\xa2\x6f\x2b\xe1\xa5\xa5\x88\xa4\x23\x64\xf4\x62\x96\xa1\x5a\xc1\x1c\x10\x5c\x88\x9a\xc5\x84\x3e\x30\x2f\xc9\x5e\x59\x0a\x4b\xba\x40\xdd\xc2\xda\x52\x5a\xd2\x0b\x12\xd2\x1b\x58\x8e\x6b\x37\xa5\x8f\x2d\xec\x1e\x3a\x15\x13\x27\x14\x5f\xf2\xb5\x0c\x7a\xb0\xed\x49\x26\x00\xb1\x43\x69\x17\x4d\xd2\x23\xa4\xf6\xfe\x2b\xee\x53\x5a\x80\x16\x11\xe9\xf8\x1b\xec\x4d\x79\x54\xe5\xf9\x6c\x9a\x7b\xcf\x5b\xd8\x34\x27\x3b\x16\x46\x41\xf2\xa8\xbf\x35\xcb\xbe\x6f\x14\xf5\x7d\xe9\x1e\xb7\x14\x67\xec\x02\x47\x84\x81\x6f\xb0\xab\x30\x8d\x83\xa4\x5a\x90\x17\x93\x06\x58\xde\x29\xd8\xed\x37\x9c\x5f\x65\xe4\x73\x6e\x62\x6b\x8e\x71\x0a\x73\xc3\x90\x27\x4f\xd9\xc4\x94\xa8\x8b\x74\x58\xf2\xbd\x49\x62\x32\x8a\xc2\xc7\xba\x4d\x88\x26\x16\xd6\xc6\x58\xd9\x9a\x3e\x56\xea\xfd\x0b\xe8\x98\xfc\x34\x9d\x8e\x71\xa0\xde\x27\xfa\xa3\x04\xfb\xc1\xb5\xb4\xdf\x29\x07\xb2\x69\x44\xd3\x56\x96\x88\x68\xb6\x18\xdb\xb3\xf3\xaf\x85\x0e\x4d\x84\x71\x81\x89\x7a\x92\xe2\x85\x79\xbd\x5b\x5f\x34\x8d\x16\x85\xf5\x27\x4a\xdc\x06\xc9\x53\x15\xd2\x21\xa7\x02\x24\x88\xdf\xce\x03\x3e\x1a\x3a\x25\x79\xf5\xb0\xca\xb6\x54\xde\x2c\x76\x8d\xbc\x08\xe7\x84\xb0\xe1\x36\x21\x94\x3d\x99\x4b\x55\xbf\xd8\x40\x85\xda\x51\x06\xad\x40\x29\x6a\x68\x26\xac\x37\x24\x6f\xed\x26\x12\xf3\xae\x4c\x3e\x07\x03\xb8\x2f\xa1\xff\x2d\xbe\x2c\x99\x67\x85\x61\x5e\x98\xbc\xa5\xd0\x49\x2b\xe5\xee\x49\xb6\x09\x78\xb8\xd3\x27\x8d\x91\xb5\xbc\xff\x0b\x57\x18\x4c\x58\xbc\xa0\xf2\xea\x58\x5e\x83\x59\x5e\xb0\x07\x90\x53\x48\x33\x00\xb8\xd8\x2b\x24\x0f\x54\x8e\xa9\x6d\x45\x18\x31\x4b\x5e\x66\x07\xc0\x4c\x66\x2e\x70\x04\xc6\xbc\xc5\xd0\x44\x94\x72\x07\x30\x1a\x3a\xbb\x18\x96\xa9\x33\x00\x15\x96\x24\x24\x6d\xa1\x4e\x0b\x4c\x8e\xe1\x03\xb7\x9f\xdd\x1f\xa0\x78\x1c\x12\x19\xc1\x43\x3e\xfd\x74\x15\x8e\x46\xa8\x87\x45\x83\x01\x4a\xfc\x28\x88\xc7\xa3\xeb\x7b\x3a\xdc\x53\xab\x09\x36\x4c\x1e\xda\xff\xc5\x83\x29\x25\x8d\x7f\x03\x2e\x44\x27\x39\x30\x59\x90\x44\x8d\x2b\x78\x86\xfb\xd3\x0c\x57\x9e\xf1\x68\x54\xcf\x3c\x96\xb8\xc3\x63\xe6\x5b\x0e\xb1\xe8\x9e\xa0\x7b\xe8\x19\x19\x0e\xf2\xff\xcf\xdc\x67\x66\x0a\x46\xe6\x6e\x9c\x9a\x3d\x4e\xa2\x1e\xa3\x2e\xaa\xd8\xb4\x1b\xf5\xd3\x69\x66\xb3\xec\x50\x54\xff\xe0\xbc\x4a\x32\x94\xc8\x14\x4e\xa5\xd3\x5a\x35\xd2\x9a\x5b\xdc\xea\xe8\xd2\x96\xd6\xb5\x29\xad\xd0\x78\xb3\x34\xf1\x40\xae\xc0\x15\x31\xee\xf2\x34\xc8\x6c\x21\xdd\x54\x57\x58\x22\x6f\x69\x3c\x00\x7f\x6b\xc0\x5a\x42\x9b\x59\x31\x06\x60\x37\x6d\xa8\xc9\x45\x32\x68\xa6\x20\xe7\xc9\x64\xf9\x98\xa3\xe7\xa6\x3e\x5b\x49\x0d\x9d\xa7\x70\xb6\x3b\x4b\x1d\x33\x51\x6a\xc1\xc3\x78\x7e\xa4\x16\x52\xf4\xed\xb4\xda\x36\xcd\x80\xa2\xe2\x0e\x18\x5f\xe6\x2c\x4f\x63\xc9\x9e\x80\xe5\x10\xbf\x6e\xaf\x0f\xb7\x44\x89\x13\x0a\x71\xfb\x37\x9b\x86\xeb\x01\xf5\xe3\x6f\xb7\x77\x6f\x10\xd9\x3e\xb9\x05\xa5\x6d\x17\xce\xa5\x3c\xce\x6c\x8b\xb7\xb8\x85\xb4\xe2\x96\x0e\xbb\x9d\x1f\x3e\x07\x83\x0d\x69\x7b\x96\x28\x64\x41\xf5\x38\x73\xa9\x5a\x64\x5f\xfe\x3e\xf4\xe5\x85\xd2\xc1\x77\xa0\x8e\xf8\x8b\xa8\xcd\x2d\x8b\xaf\x94\x26\xf9\x19\x1f\x6a\x57\x58\xd9\x87\x6f\xd8\x43\x7f\x3c\xb0\x06\x3b\xdf\x8e\xbe\x91\xc2\x41\xdb\x5d\xe3\xcc\xa5\xdc\xb5\xc9\x2e\x04\x3c\x11\x5b\xb8\xb8\x22\x61\x4f\x87\x57\xc8\x18\xec\x99\x6e\x7b\x2e\xef\x4e\x2a\xc6\xd2\xbe\x19\x5d\x5a\x81\x2d\x56\xc1\x60\xc5\x1a\x92\xc0\xa9\x98\x57\xf4\x25\xee\xeb\x0c\x39\x00\x84\x31\x3f\x6a\xfb\x92\x1e\xdf\x40\xe3\x20\x9c\xd1\x64\x20\x50\xc1\x3a\xa4\xd2\xd9\x9a\x1a\x66\x2a\xd0\x5d\x7a\x13\xeb\x89\xef\x0e\xfa\xe0\x3f\x81\x1f\xdf\xb3\x82\xf8\x7b\x67\xcc\xdf\xa3\x9e\xd8\xc6\x0c\x17\x55\x14\xdf\x89\x31\xde\x3b\x8a\xa6\xa2\xf8\xbe\x18\x77\x49\x3d\xf1\x37\xe7\xdd\xdf\x5c\x59\xfc\xed\xb7\x0a\x4f\xb1\xed\x71\x9c\xd0\xee\x6f\xef\x28\xa5\x0f\x77\xdf\x5f\xd8\xb6\x0e\x79\x7c\x4b\xee\x1e\x45\x0a\xf2\x5c\x95\x27\x32\x5d\xca\x29\x2d\x59\xfe\xca\x9b\x73\xaf\xdd\xfc\x5e\x93\x52\xde\x7b\x0e\xca\x45\x73\x4f\x2a\x39\x27\x0d\xc4\xcc\xf4\x93\x5a\xda\x49\x5e\xd1\x91\x78\x12\xf4\xa3\x39\x70\xf1\x53\x4d\x3e\x79\xe0\x67\x43\x0f\x59\x52\x50\xe6\xc7\xeb\x77\x71\xdf\x1f\xa1\x49\x3c\xba\x1e\x84\x23\x14\x0f\x10\xdd\xb4\xd8\x29\xde\x72\xe4\x65\xb1\xed\x37\xd5\x82\x5a\xc3\x0a\x63\x12\xaf\x77\xc9\xfb\x9b\x97\x66\xec\x20\xc9\xd6\xb2\xf7\xc9\x60\x6a\x60\x23\x38\xed\x91\x19\xd4\x89\x78\x77\x65\x92\xc4\x59\x4c\x3e\xa1\x4d\x72\xfa\xd0\x0b\xb0\x7a\x68\x13\x45\xf8\x8a\x20\x50\x0c\x21\x9a\x8e\x46\x8e\x85\x22\x30\xc8\x97\x89\x14\xef\xc8\x16\xc9\x93\xcf\x49\xb1\x92\xdb\xa9\xd8\x7e\x17\xf6\x12\x3f\xb9\x9e\xa7\x23\x97\xf2\x83\x3a\x41\x41\xb6\x50\xa6\xf5\x24\xc2\x05\xef\xb2\x3f\x42\x61\x34\xc4\x49\xa8\x04\x70\x55\x22\x3a\xe8\x79\x46\xcd\x08\xa3\xe6\x74\x96\x08\xfb\xc7\x63\x0c\x83\x7b\x9c\xf0\x33\x18\xfa\x19\x47\x88\x85\xf2\xa0\x62\x90\x71\xaa\x44\xa8\x28\x0e\x20\x97\xbb\xe2\x4b\x9c\x24\x61\x80\x53\x74\x44\x15\x22\x21\x4e\x29\x03\x9f\x5c\xa3\x30\x62\xd9\x8c\x73\x04\x4a\xb4\xa0\xe7\x6a\x38\x5d\x14\x80\x21\x73\x39\xca\x2d\x12\x35\x90\x4c\xd4\xc1\xf5\x29\x25\x61\x45\xba\x29\x30\x49\x94\xfd\xc5\x42\x3c\x0a\x36\xd0\x33\xc8\x94\xf5\x4c\x37\x1c\xb1\xb7\x49\xfe\xc6\x38\x1b\xc6\x41\xa1\x8f\xbc\x54\x5a\x8f\x91\x6f\x73\x3c\x43\xc8\x0c\x67\x48\xd1\x57\x0c\xb2\xf9\xbc\x3a\x83\x18\x4e\xfc\xab\xc8\xfc\x22\x31\x12\x22\x2c\xe4\x69\xf5\x5c\xe6\xc4\x5b\xd3\x8b\x31\x8e\x2c\xa6\xc3\x64\x47\x29\xc6\x02\xe5\xcc\x87\x9d\xbb\xf2\xf2\xd6\xf4\x0f\x56\x04\x98\x99\x14\x77\xfd\x0a\x85\x63\x69\x62\xc7\xe9\x07\xde\xe4\xd0\x4f\x0f\xaf\x22\x46\xf6\xd7\x95\x67\xa4\xe6\xb3\xaa\xf0\x79\x22\x8f\xb0\x09\xf2\xf2\xe4\xc5\xdc\x7e\xd0\x5a\x85\xd3\x6d\xa9\xf5\xff\xa4\xd3\x09\x11\xb5\xa2\x30\x5b\xf1\x89\x70\xca\xb6\x3e\x3f\xb9\x98\x92\xd1\xb5\x8e\x07\xb2\x64\x50\x28\x18\xa7\xdc\xe3\x36\x79\x96\xa2\x9c\xa3\x87\x54\x29\xcc\x27\x9d\xae\x52\x13\x82\xdc\x41\x65\x3f\x70\x6c\x3b\x88\x2b\xc6\x07\x38\xc1\x51\x9f\x34\x00\xe3\x3c\xd1\xd7\xab\x31\x0c\x4c\x2e\xb6\x01\x74\xee\x33\xc8\x96\x1a\xc3\xc6\x54\x77\x60\xa5\xa4\x32\xd3\xa4\x2a\xef\x69\x44\xc7\x01\x26\x90\xae\x5a\x33\x04\xea\x16\x9f\x8f\x3c\x83\x4d\xa5\x2a\xae\xe1\x88\x28\x0d\x21\xe5\x00\x48\xa5\xfa\x57\xe6\x95\x3c\x62\x39\xda\x64\x6c\x93\xdf\x59\xcc\xe5\x45\xb4\x5c\x31\xc7\x33\x1b\x81\x25\x97\xc7\xc9\x36\x57\x2e\x8f\xa0\x2e\xad\x11\xfe\x4e\x5d\x27\x4e\xaa\xe1\xc5\x6f\x43\x36\x45\xee\xea\x8e\xb9\x42\x87\x8c\x99\xb1\x24\x01\x40\x52\x60\x42\x1f\x04\x28\x8d\xc7\x98\xa6\x9e\x42\x57\x43\x1c\xa1\xeb\x78\x9a\x08\x33\x7b\x9f\x88\xb3\x14\xf8\x3d\xc7\xce\xbd\xeb\x2e\xa8\x3b\x3a\x17\xed\x65\x88\x32\x80\x95\x15\x73\x64\xc4\xd0\xdf\x72\xbb\x9b\x8b\x46\xa9\x39\xed\xc6\x13\x22\xec\x4c\x72\xb9\x87\xc9\x3b\x77\x10\xa7\x24\x60\xa0\x61\x52\x64\xaa\x31\x68\x22\xef\x79\x4a\xd9\xea\xa4\xfb\x67\x59\xf9\xe5\x96\xe3\x0e\x8d\x28\x97\xd8\xa2\x7f\xd6\x35\x2e\x22\x1e\xf2\xcb\xb6\xf7\xfe\x18\x8c\x26\xe6\xd4\x43\x6c\xab\xce\x8b\xe9\x9b\xb5\x0c\xb0\x5a\xb8\xc5\x92\xe9\x3c\x93\x8b\x9f\xa3\x4d\xa9\x7d\xf5\xd3\x02\xa9\x8b\x1c\x9b\xec\x0e\xba\x8a\xa3\x67\x19\x95\x9f\xb9\xbb\xa3\x14\xbc\x70\x14\xc7\x13\xe4\xf7\xe2\x4b\xcb\x36\x58\xdc\xe5\x67\x1c\xda\x33\x77\x87\x81\x8b\x8a\x56\xe5\x7e\x8a\xb7\x25\xf2\x6a\x95\x5a\x3c\xe2\x70\x02\x3d\x05\xfb\x97\x45\xd6\x8d\x6d\xe3\xeb\x8f\xe2\x08\x3f\x00\xc7\x03\xb8\x68\x33\xdf\x43\xe0\x45\x89\x9d\x8c\x14\x9b\xbb\x91\xc9\xb9\x48\x54\xe1\x88\xf3\x53\xab\x3d\x99\xfd\x8c\x6c\xbd\xdd\x8f\x90\x0f\x9e\xb7\x5a\x2c\xc2\xc2\xc8\x42\x46\x9c\xf7\x62\x10\xb6\xf0\x34\xc2\xf8\x41\x0d\x87\x98\x86\x17\x51\x38\x08\xfb\x7e\x94\xb1\x80\x92\x21\xed\x3d\x80\xa4\xed\xd8\x8e\xc9\xbf\x4a\x1e\xc4\xf4\xac\x2c\xbf\xb9\x87\xb0\x31\x66\xf3\x3a\x59\x38\xc2\xe0\xcb\xa6\x57\x73\xc6\x1a\x59\xcd\xc2\xc4\x48\x69\x37\x18\x73\x07\x0d\xdf\x5b\xaa\x17\xd9\x3f\x5b\xd9\xd8\x0d\x5b\x18\x87\xf6\xbf\x3c\x80\xb3\xda\xac\x56\xab\xd5\x6b\x8d\x5a\xd3\x43\xb5\x59\xad\x55\x6b\xd7\x3a\xb5\xb5\xf3\x07\x03\xec\xa1\x4e\xe9\xd0\x2b\x2c\x7c\x1d\x9f\x11\x63\xc5\x5e\x31\x87\x60\x58\xae\xfc\x81\xfe\xf7\xeb\x57\x88\xd9\xab\x89\x1a\x03\x54\x11\xd3\xfb\xc3\xa6\x45\x51\x28\xff\x01\x54\xc9\x68\x88\xff\x2c\x6d\x4c\xaa\x03\xa0\xe4\x31\xc2\xd1\x45\x36\xa4\xa6\x47\x4e\x2e\x52\x3e\x66\x4c\xbe\x50\x16\x8b\x14\xb3\x13\xf5\xe3\x80\xd0\x3b\xa6\x3f\x74\x72\x87\xd7\xc5\xb1\x3f\x05\x01\xe0\xa8\xbf\xb2\x87\x67\xee\x36\xe7\x05\x90\x29\xb5\xda\x17\x0e\xee\x92\x13\x6b\x89\xc8\x2e\x96\xb8\x06\xf3\xc2\xba\x58\xaa\x28\x43\xf2\x21\x1b\xac\x2f\x14\xcd\x85\x4d\x85\x33\x96\x0b\x9f\xaa\xaf\x5f\xd1\x1e\x9e\x15\x86\x6f\x99\x43\x40\x7d\x3f\xc3\x11\xdb\xf3\x55\x0a\x72\x30\x7f\x37\x21\x49\xf7\xb0\xf9\x80\x9f\x32\x6e\x28\x51\x26\xa4\xf9\x5d\xf4\x5e\xb7\x2c\x2e\x65\x68\x43\x60\x57\xe7\xf1\x33\xc4\x9b\x86\x3b\xa5\x19\x94\xd4\x99\x12\x0d\xec\xbc\x58\x38\x12\x32\xb0\xbf\x1a\x0c\xcb\xe2\xab\x98\x0d\x7d\x11\xea\x20\x27\x31\x77\xe9\x30\x3d\xc9\x79\x8c\xc2\x73\x1c\xc0\x4f\x54\x96\x44\xe1\xe7\x75\x8c\x4e\x75\x47\xfe\x78\x82\xf0\x0c\x22\x49\xf6\x42\xbd\x73\xf4\x5e\x95\x94\x31\x6f\x1b\xe8\x7d\x6a\xdf\x16\x24\x45\x41\xfc\x1f\x8e\x40\xe9\x50\x9f\x88\xa4\x11\x86\xad\x16\xf9\x19\xf2\x51\x16\x8e\x2d\x12\xb7\x2d\x24\xbb\xdc\x5d\x77\x52\x08\x79\x70\x48\x51\xb4\x49\xd0\x63\xb3\x70\x16\xf2\xa8\xd8\xe4\x3f\x95\x46\x0b\x2d\xa3\x4a\x48\x31\x7e\x8e\xd6\xab\x55\x11\x2d\xdb\x29\xc5\x53\x38\x6a\x8f\x97\x50\x28\xc2\x6d\x7f\xdd\xcc\x9b\x7e\xf5\x8a\xb7\x61\x29\x2f\x1a\x2d\x21\xf8\x3b\xb7\x25\x79\x4c\xe9\xe2\xba\xd3\x98\xba\xa3\xdc\x97\xed\xfe\x26\x32\x07\xbb\x4c\xc6\x60\x93\x0a\xc5\x66\xbb\xb4\xa9\xa2\x69\xcb\xb1\xe2\x87\x91\xdf\xd3\x4f\x1e\xd2\x01\xa0\x2c\x3b\xa5\x31\x38\x88\x10\xa8\x08\x86\x61\x76\x57\x51\x30\x5f\x9c\x62\x75\x39\x98\x14\xf9\x5c\x36\x74\xaf\x85\x35\x99\x72\x94\x2d\x2e\x92\x93\xc9\xd8\x19\x86\x45\x54\x3b\x13\x30\x78\x9c\xf9\x4d\x58\x3a\xf4\x0f\x48\xbf\xd9\x20\xa4\x9f\x2a\x7c\xc1\x42\xf0\x8a\x28\xb5\x89\x0e\xfc\x6c\xb8\xd2\xc7\xe1\x28\xaf\xb9\x8a\x16\x88\x48\x64\x3f\xff\x96\xda\x79\x1c\xe6\x48\xc6\xf1\xf7\xb6\x76\x9f\xec\xb8\x2b\xd3\x82\x71\xde\x55\x69\x61\xde\x39\x57\x06\x0b\x27\x35\x8a\xab\x1c\xfd\xdc\x3c\x39\xaf\x98\x34\xc2\xcc\xef\x6b\x4e\x93\x3a\x52\x6f\xf1\x29\x90\xc4\x86\x41\x38\x1a\xf1\xb0\xb3\xcc\x4d\x02\xce\x5b\xf3\x85\x12\x7e\x98\x8b\x6c\x87\x5e\x19\x94\xd3\xc5\xa7\xd4\x2c\x33\x48\xa5\x08\xe5\xbe\x8c\xcf\x4a\x1c\xc1\x98\x2b\x48\xdd\x7d\xd2\xa2\x25\x64\x32\x89\xec\x47\x2c\x99\x3d\x98\x07\x2a\xf2\x35\x51\x6f\xc8\xc7\x1f\xaf\xdc\x51\xe6\x3f\x5e\xa1\x4d\xf2\xaf\x23\x81\xda\xf8\xe3\x17\xb2\xcd\xcc\x9a\x7e\x80\x3b\xeb\x3d\x3d\xfc\xba\x28\xe6\xa7\x9f\x91\xcc\x39\x0a\xee\x09\x4a\xdc\xdd\xd1\x56\x2b\xb5\xd9\x8b\x5a\xe7\x05\x7a\x4e\xba\xf0\x05\xf6\xf4\xdd\xdd\xdd\xdd\x2a\x5a\xa2\x2f\x7e\xfe\x19\xd5\x66\xf5\x1a\x6c\xf7\x04\x01\xc7\x76\x4f\xbb\x58\xa9\xcd\x5a\x9d\x76\x8d\x02\xbb\xd2\x81\x5d\x95\x05\x06\xc3\x8b\xd3\x29\x78\xfa\x54\x00\x8d\x57\xaf\x68\x4d\xb4\x84\x60\xa4\x0b\xeb\xb3\xba\xab\x9b\x50\x87\xfd\x15\x97\x5d\xda\x44\xb5\x95\xb6\xb3\x0c\x8c\x29\x2b\xfa\x9c\xda\xdb\x70\x6a\xab\xa2\x9f\xd1\x4a\x1b\xfd\x17\xaa\xa3\x0d\xb4\x5c\x2f\x23\xa2\x18\x9c\x43\x15\x37\x3c\x94\xf4\xfd\xfe\x10\xb3\xec\x3a\xf3\x05\x0e\x52\xf3\x23\xa1\xc7\xa4\x52\xa1\x55\xc9\x51\x49\x41\x92\xec\x26\xd2\x60\xd8\xaf\x98\x68\xd5\x4d\xf4\x31\xa9\xd0\xf2\x40\x90\x6b\xbd\x35\x4b\x9f\xae\xf2\x1c\x3e\x15\x51\x3e\x87\x8f\xbe\xa2\x5a\xc9\xb0\xe6\x11\xbe\x92\x9c\x9d\xe0\xd6\x91\x29\x40\x22\x9e\xbe\xe7\x89\x36\x92\x76\xe7\x53\x76\xb4\x9f\x67\x48\x83\xa3\x3e\x18\xd2\xd0\xff\xda\x0d\x69\xf6\xf0\xcc\xd4\x04\xd8\xc0\x91\x82\x9b\x14\xe8\x0a\xfd\x5d\x2e\xfe\xa6\xae\xbe\x18\xe2\x59\x69\x15\x46\x89\x93\xe7\x82\x51\x35\x4b\xb5\x7e\x5f\x8c\x7c\x88\x67\x66\x08\x4d\x36\x7e\xd2\xd1\x7e\x7e\x22\x21\x6b\xe0\xcc\xdb\x1e\x53\xaf\x4a\x9f\x3c\xd3\x45\x8f\x91\x74\xd6\x4d\x40\x43\x3c\xeb\x0e\xfd\xa4\x74\x9e\xad\x74\xee\x81\x0e\x72\xa4\x85\xf4\x20\x77\x75\xc7\x43\x1c\xc7\x8e\xad\x71\x00\x4b\x80\xb4\xaa\xb9\xda\xa7\xde\xa9\xda\xf8\x9d\xad\x2a\x69\xa7\x36\x28\xae\xeb\x60\x10\x02\xdc\xa7\x38\x8c\x2a\xcf\x9e\xdd\x22\xe2\xa6\x44\xe1\x74\xbd\x2d\xa2\xe9\xe1\x2b\x85\x12\x6e\xf9\x05\xe3\x10\x9e\xfe\x7c\xa9\x89\x2f\x36\x6a\xb3\x2d\xd6\x63\xf9\x48\x99\xb4\xca\x62\x89\x52\x68\x9d\x77\xfc\xe8\x42\x1f\xd9\x51\x66\x91\x55\x73\xb5\x48\x6a\x3a\xb9\x51\xb6\x85\x36\x0a\xf2\x63\xd2\xd5\xd2\x04\xcd\x04\x74\x7a\x3f\xca\x58\x67\x57\xd2\x69\x2f\xcd\x92\x4a\xe8\xa1\x46\xd5\x83\x24\x7c\xb9\xca\x82\xac\xa8\xf5\xaa\xcd\x01\x77\xe1\x3d\x4f\x19\xa6\x55\xd4\x28\xeb\x3e\xfb\xce\xcf\xc2\xa8\x5e\x6e\xd3\x62\x65\xf9\xbe\x25\x1e\x6f\xb7\x75\xb1\xea\x7f\xde\xee\x55\x16\x81\xfb\x5a\x53\x23\x68\xcf\xbe\x87\x51\x5c\xfe\xa3\xb6\x31\x3a\x1c\xdf\xf1\x4e\x26\x21\x48\x77\x24\x3a\x75\x2b\x83\x24\x1e\x93\xb7\xdd\x38\xc0\xb0\x49\x95\xdd\x90\x64\x80\x77\xd8\x93\x14\xba\xbd\xfd\xb6\x24\xc8\x71\xa1\xc5\xf0\x5d\x6f\x4e\x6c\x15\xd1\xfd\x49\x5e\x6e\xe5\xb7\x28\x51\x6b\xb1\x5d\x4a\x54\x13\x1b\x95\x78\xf3\xd0\x7b\x95\xd6\xf4\xbc\x5c\xce\xa1\xa4\x45\xcf\x7b\xbb\xd2\x67\x04\xbd\x95\x55\x42\xbe\x26\xf4\xad\xca\xae\x5b\x5c\x78\xab\xd2\x10\x2e\xbb\x53\x7d\x38\xdd\x5d\x5e\x2f\xb7\x51\x7d\xc8\x06\xeb\x62\x9b\x62\x0f\xb7\xdb\xa4\x68\xa3\x7f\xde\x1e\x55\xb2\xfd\xfb\x5a\x59\xd3\x6c\xb0\x6e\xdf\xa0\xc8\x28\x3e\xe4\xf6\x94\x25\xd7\x05\x06\x46\x01\x26\x47\xf4\x0f\xc7\xfb\x5d\xee\xe9\x54\xc1\x69\xdf\x9f\xe0\x4a\xc1\xc6\x69\xb2\x65\xd4\xf7\xb3\xfe\x10\x55\xcc\xf4\xd1\x80\xc2\x30\x89\xaf\x80\x6e\x21\xe3\x4a\xe5\xd9\x81\x3f\x1a\xc4\xc9\x18\x07\x6c\x1a\x02\x3f\xf3\xcd\x14\x74\x8b\x33\x70\x79\x52\x6f\xcf\xbf\xd9\x5c\x2d\x42\x26\xdf\x35\xf3\x06\x0a\xa3\xac\x3b\x27\xc3\xf2\x8c\x9b\xd5\x71\x19\x03\x28\x5b\xc3\x34\x62\xd4\x43\x2d\x04\x14\xba\xe2\x70\xaa\xa5\x03\xd0\x88\x14\xbc\x90\x0b\x13\x07\x2c\x9b\x99\xe4\x85\xee\xcc\xc4\x2b\xd9\xc9\x5e\x4b\x29\xd1\xc6\xd3\x34\x43\x3d\x8c\x42\x32\xa2\x63\x1c\x65\x34\xcf\x9a\x0f\xd7\xeb\x09\xce\x84\xc7\x42\xa9\xdc\xbe\x5a\x9e\x4e\x55\xb9\x4f\x73\x1c\x52\xd7\xaa\x3c\x41\xfc\x67\x3c\xc9\xd0\x34\x9a\xf0\xa4\x81\x6a\x76\x50\xc9\xa6\xa5\x66\xe1\xbe\xaf\xd9\x38\x40\xa6\xc1\x2d\x31\x0a\xc2\x4b\xcc\xf5\xb9\xa4\x19\x1c\x64\x77\x65\xd6\x3c\xda\x48\x3f\x63\x49\xb4\x59\x12\xd3\x2c\x46\x61\x96\x72\xaf\x18\x44\x28\xf8\xae\x77\x4c\x3d\x2b\xf2\x34\x21\xae\xfb\x92\xa9\x54\xd6\x5d\x66\xde\x87\xc0\x4a\xd9\x66\x33\x00\x19\x38\x99\xa7\xa2\xb6\xb3\xea\x4c\x89\x96\x8f\xb6\xfd\xcc\xe7\xc2\x7a\xad\xac\xa4\xb9\x15\x04\x29\xb4\xc1\xf3\x82\x3b\x46\x9a\xd1\x42\xf9\x4d\x51\x04\x59\x30\x32\x8f\x33\x63\x17\x44\xd7\x3c\x73\x02\xa0\xfc\x92\xfa\x94\xf8\x92\x05\x25\xb5\x27\x06\x8e\xf7\x30\x93\xf9\x91\xa2\x53\x79\x66\xf2\xfb\x52\xf5\xe6\xef\x8d\xac\x64\x99\x64\xe6\xa6\x7b\x7d\x9e\x8e\x4e\x0e\x28\x2a\x0d\x10\x0b\x26\xaa\x82\x92\x7d\x9c\x81\x8c\xe6\xc4\x89\x64\xb4\x26\x31\x65\xc0\x70\x7e\xa4\xb4\x2d\xe8\x9a\x8b\x7c\xb9\x29\x91\x0d\x98\x41\xb4\x4b\x9b\x6a\x92\xf4\xb2\x14\xcc\x73\x9d\xa6\xc8\xbf\xf4\xc3\x11\x44\xec\xa2\x7c\x01\x98\x9d\x9b\x6a\x4e\x25\x67\x95\x30\xba\x8c\x3f\xe3\x54\x4f\x32\x5c\x61\xc9\x81\x3d\x74\x35\x0c\xfb\x43\x2b\xab\xee\x5d\x17\xb0\x6a\xb3\x55\xbe\x50\x7a\x71\x3c\xc2\x7e\x74\x83\x82\x78\x77\x34\x4d\x87\xe8\xd7\x21\xce\x68\x3c\x13\x9e\x8b\x16\xdc\xb5\x26\x7e\x02\x8c\x82\xbd\xca\xb9\xb6\x60\xd7\xb7\x08\x07\x22\x38\x3d\x8c\xf8\xdd\xb7\x79\x01\x70\x9b\x12\x92\x6b\xcd\xf0\x54\xb9\xae\xb8\x1c\x0b\x82\xb1\x67\x0a\x56\x63\xad\xd2\xa2\xca\xe2\xa3\x03\xbe\xa0\xce\x84\x2d\x91\x9c\xb8\x2d\xda\x12\xf2\x9a\x1b\xa7\xc1\xc8\xba\xd4\x2a\xe4\xa3\x64\x68\xe6\xa2\x7b\x5e\x3c\x97\x15\x36\xb5\x94\xcc\x45\x85\x39\xf4\xbc\xb6\x3d\xa2\x5f\x37\x9e\x46\x19\xa7\x2f\x0b\x33\x21\x40\x23\x9a\x48\xf8\x18\xe2\x16\x6f\xaa\xf8\xaf\x6a\x4d\xbe\x34\x79\x91\x6b\xc8\x19\x06\xc7\xf1\x34\x0a\xd0\x74\x42\x1d\x0a\xfb\xa3\x69\x80\x35\xba\x37\xab\x69\x18\xe5\x46\x2e\xf2\x87\xf2\xb1\x6d\x05\x16\x41\x7c\x15\xc9\x78\xc4\xd1\xe8\x1a\x0d\xa6\x62\x51\x5a\x22\xe9\xaf\xae\xa2\x11\x4e\xa9\x53\xa5\x5d\xd6\x02\xbe\x91\xe0\xb1\x1f\x46\xaa\x70\x55\xae\x5f\x63\x7f\x56\x51\xfa\x05\x17\xa7\x68\xd9\x96\x99\xdd\x9b\x7f\xa5\x2a\xe6\x9c\x6a\x1e\x5c\x53\x0e\x94\xcc\xf1\x50\x5a\x7f\x8e\x24\x02\x74\xd1\x13\xd0\x86\x93\x9c\xc8\x57\xb5\x8f\x61\x54\x91\x9b\x7c\x8e\x5a\x9e\x42\x67\x36\xf3\x49\x9e\xc1\xdb\x46\x24\x84\xee\x24\x80\xc5\x6e\x5b\x94\xcf\x53\x35\x0b\xfb\xfd\x4a\x1e\x01\xf1\x76\x49\x5a\x4f\x4e\xa3\x09\x82\x19\x4e\xc8\x69\x52\x6c\x0c\xcb\xf9\x01\x01\x9c\x21\xed\x15\x19\x77\x51\xf7\x20\xc1\x55\x6c\xb9\xea\x5d\x73\x8c\x94\x14\x58\x39\xc3\x87\x29\x37\x8b\x2a\xdc\x57\x66\x61\x7a\x32\x2c\x79\x44\x2d\x68\x28\x9c\x0c\x2d\x6f\xca\x33\x3d\x9f\x2a\x79\x6c\xd1\x22\x6c\xdd\x0a\x27\x15\x7f\x4f\x6e\xfa\xae\xc6\x6e\xa5\xb3\x50\x16\x3a\x79\xdd\xd1\xca\xcd\xb1\x1b\xfe\x49\x26\x6f\x1f\x8d\x0d\x31\xc7\xc4\x3a\x63\x85\x16\x6f\x2a\x0f\x13\x27\x4d\x47\x26\x7a\x7e\x06\x1f\xfa\x29\x64\xc8\x75\x9e\xb8\xe7\xa6\x22\xcf\xd9\xb5\xec\x03\x45\x27\x9d\x41\xa7\x61\xd7\x70\x8a\xe2\x48\x3a\x0a\xd7\x3b\xa8\xd2\xae\x37\xc0\x92\xb5\x6a\x39\x16\xef\xd1\xca\xfc\x18\x2c\x1e\xed\xe7\xe1\x7b\x89\xfa\x5a\x94\x81\xac\x30\x60\x6a\x91\xab\x19\x1d\x84\x05\x72\x92\xdf\x36\xba\x1d\x69\x08\xd1\x10\xc9\xf3\x82\xdc\x95\xb6\x21\x11\x73\xa0\x84\x6e\x3b\xd9\xdb\x6a\xb4\x3b\x76\x27\xb1\xa2\x54\xd7\xb7\x8e\xb0\xc6\x63\xab\x95\x0f\xb3\x76\x82\x45\x78\x0f\xb7\x86\xc0\x54\x43\xcc\xb1\xc4\xce\x35\x29\x7c\xe1\xdc\xbf\xca\x84\xd1\xcb\x7d\xa8\x48\x00\x61\x59\xc5\xa3\x96\x70\xac\x24\x00\xad\x30\x2f\x53\x6a\xd0\xf7\x66\x36\x1c\x96\x8d\x99\x6f\xc8\xc7\x8b\x8d\xf5\x87\x49\x00\x2c\x43\x1e\x6c\x9a\x96\xbf\x7c\xc6\x3e\x67\x04\x61\x0a\x5c\x8f\x23\x5c\xda\x85\x88\xb2\x22\xe6\x3f\x34\x77\x79\x2f\x30\xe7\x53\xc0\xab\xf2\x8c\x21\x65\xd3\xa5\xa8\x25\xe7\xab\x4e\x68\x41\x99\x50\x94\x31\x70\xac\x47\x87\x46\x82\x29\x6c\x54\x08\x16\xf2\x60\xe3\x4b\x84\x74\x82\xaf\x0d\x94\x74\x8e\x35\xc5\xdf\x7b\xf3\x9d\xd8\x65\x49\x6e\x52\x81\x8b\x93\x41\xa2\xf7\x31\xa0\xec\x67\x34\x5f\x3c\xab\x99\xc7\x0c\x45\x61\x8a\xf0\x60\x80\xfb\x59\x78\x89\x47\xd7\xc8\x47\x01\x4e\xb3\x64\x0a\xcf\x1e\xc8\xe9\xcb\x71\xd4\xc7\xa5\xa2\x8c\x96\xa4\x50\x25\xd1\x03\xa0\x94\x07\xe4\x86\x12\x8b\x6b\x2e\xc8\x20\xdc\xd3\xce\x80\x36\x39\x39\x8a\x64\x42\x0e\xb5\x84\xa3\x74\x11\xa1\x17\x54\x9b\x4f\xf5\xbc\xe8\x42\x74\xbf\x6b\x19\x5f\xf3\x40\x54\x0c\x06\xcd\x5b\x2b\xf3\x04\xf8\x05\x38\xab\x34\x42\x9c\xc9\xee\x4a\xf3\x60\x5d\x3c\xa4\xbc\x6b\xf1\x48\xc9\xef\xda\xf5\xc6\x6a\xb3\x51\x4e\xcc\x4f\x99\xc6\x47\x89\x7f\xef\xb3\x49\x7b\x26\x02\x27\x85\x51\x86\x93\x81\x64\x2d\x8c\x9c\xab\x82\xf3\x57\xd6\x75\x4e\xb5\x74\xbb\x65\xf1\x11\x7d\x34\xc4\xa3\x09\x4e\x88\xf8\x53\x62\x11\xec\x32\xdc\x98\x6f\xb0\x8e\xf2\x37\xb8\xc7\xa3\x32\x93\xee\x54\x41\xbb\xba\xf2\x91\xf6\x6a\x0f\xba\x54\xb1\x09\x5b\x6e\xfd\x9c\x5c\x55\x31\x1e\x04\xd0\xae\xfb\x3d\x63\x5d\xd8\x03\xe0\x22\xf5\xbc\xc8\x56\x22\x1c\x16\xd5\x2c\x62\x79\x86\x4b\x95\xc2\x17\x3f\x36\x5a\xe9\x89\xb0\xe4\xbd\x83\xad\xee\xfd\xd3\x13\x11\xa1\x79\x50\x0a\xd2\x02\xa3\xab\xbf\x04\x4d\xed\x8d\xfd\x7e\x29\xba\x1a\xfb\xfd\xbb\xd0\x96\xa8\x7e\x27\xfa\xfa\x8c\xed\x2a\x24\x89\xbe\xba\x1f\x01\x2d\x32\x0f\x94\xc8\x68\x23\xb4\xee\x62\xc4\x56\x78\xfc\x15\x9a\xa4\x39\x3e\x0c\x04\x1b\x70\x62\x60\x3f\x72\x2f\x06\x9e\xa9\x05\x42\xfa\x1e\xf8\xd9\x90\x86\xf5\x7d\xc2\xdf\xb3\x61\x7e\x99\x47\xfa\xbd\x39\xf7\xda\xad\xef\x35\xbc\x2f\x43\xa6\xc2\xc3\x11\x57\xef\x3d\xde\x2f\x87\xbc\x68\xdc\x5f\x81\xa1\x1c\xff\xd7\x15\xf4\x57\x7c\x87\xe0\xbf\xb6\x00\xba\xe6\x15\x05\x8f\x1a\x9b\x4f\x99\x44\x00\x52\x34\x58\xe9\x7d\x41\x78\x1a\xa5\xb6\xe4\x02\xe3\x0a\x23\xdb\x69\x95\x33\xd1\x62\x65\xb9\x91\x96\x78\xbc\x9d\x99\x16\xab\xfe\xe7\xd9\x69\x95\x45\xe0\xbe\x38\x65\x0f\xda\xb3\x9b\x6a\x51\x5c\xfe\x06\xb6\xc4\x46\xf9\xb1\x3f\x11\xc2\xe1\xd8\x9f\x2c\x1e\x7b\xc1\xe2\x22\x6e\x82\x70\x59\x65\xd2\x31\xbf\xad\xc1\x32\x5a\xda\x44\x4d\xb7\xcd\xf2\x75\x86\xeb\x16\xa3\x65\xfa\xe7\x32\x5d\xa6\x7f\x4e\x03\x66\x0e\xb8\x91\x03\xae\x84\x68\x09\xd5\xab\x16\x9b\x68\xfe\xa5\x8c\x65\x34\x07\xdc\xd4\x00\x37\x9c\x80\x1b\x56\xc0\x76\xc8\x59\x12\x4e\x46\x70\xf5\x52\xa1\xc3\xf2\xea\x15\xf8\x4d\x7c\xa5\xcf\x0d\xf2\xbc\x4e\x1e\x01\x05\x1b\x14\x31\x15\x9f\xe8\x54\x54\x3e\xa1\x57\xa4\xf5\x9f\x7e\x42\x80\xcd\x27\xf4\x1c\xd5\x56\xd6\xda\xd2\x0c\x55\x5f\xa2\x4f\x05\xe1\x2e\xa4\xb9\xa7\xb6\xe0\x63\x7f\x02\x36\xb3\x5b\x59\xa5\xc2\x11\x86\x4e\x77\xd0\x73\x54\x69\xa2\x65\xf4\xa9\xca\x7a\xda\x1c\x58\xbd\x9d\x8c\xf8\x0c\xa6\xe2\x22\x08\x78\xba\x6f\x93\x1a\xd9\x07\x82\x12\xda\x44\x12\x3a\x1d\xc3\x99\x04\x62\xeb\xe5\xc5\xed\xc6\xc1\xc3\x70\x84\x51\x45\xee\x27\x0b\x17\xe0\x8a\x35\x62\x1d\x16\xb9\x99\xc5\xfb\xcc\x38\xab\x0c\xf5\x0e\x76\xf2\x0a\x4f\xbe\xbd\x9d\xa5\x60\xb5\x0b\x31\xfa\xef\xda\xd4\x92\xed\x10\xd4\xae\x47\xde\x4a\xca\x9b\x5b\x8a\x5a\x0b\x6e\x0e\xa2\x9e\x30\x94\x17\x6f\x84\xa1\xfc\x7c\xbe\x6f\x94\x48\xf0\x25\x4e\x52\x7c\x20\x15\xcc\x5f\xd9\xe2\x9a\xfd\x90\x7f\x76\x52\x77\x21\x50\xdb\x16\xc0\xff\x74\xfe\x43\xd8\x0f\x59\xa1\xac\x83\x85\x9c\x46\x6d\xf8\x8c\x2f\x6c\x66\x9b\xff\xa9\x7a\x8e\x36\xd1\xa7\x72\xb1\x3a\x2d\x2c\x65\xff\x22\x8a\x13\xfc\xcd\xb8\x8a\x04\x72\x3f\x0a\xc0\xcf\x39\x9f\xee\x90\xbc\x39\x1c\xcc\xe3\x19\x52\x3b\x14\xc6\x0f\x9b\x9b\x68\xb9\x3e\x87\x27\xc9\x14\x26\xd7\xbe\x15\x23\xb6\x8a\x04\x89\x48\x7b\x99\xe2\x77\x71\x3c\xc9\x97\x84\xa7\xe3\xe0\x49\x33\xaa\x88\x1c\xda\x8d\xa7\x3f\xd9\x40\xcf\xb6\x5e\x77\xb7\x77\x76\xdf\xec\xed\xff\xf3\xed\xbb\x83\xf7\x87\x47\xff\xf7\xf8\xe4\xf4\xc3\x2f\xbf\xfe\xf6\xaf\xff\xf1\x7b\xfd\x00\x0f\x2e\x86\xe1\xa7\xcf\xa3\x71\x14\x4f\xfe\x37\x49\xb3\xe9\xe5\xd5\xec\xfa\x4b\xad\xde\x68\xb6\xda\x9d\xb5\xf5\x17\x4b\xab\x9b\x2c\xc2\xad\x38\xda\x89\x45\xbb\x30\xaa\xf9\x10\x3b\xbc\x52\x72\xcb\x0d\xc5\xc2\xd4\x26\x0a\x69\xed\xd8\xdc\x54\xc8\x4c\x87\x8e\xfd\x86\x39\x76\xa5\x44\x48\x92\x96\x47\x4e\x4d\xb2\x03\x0b\x5a\x46\xf5\xea\x39\x78\xaf\xe4\x02\x53\xc3\x24\x2e\x0e\xb4\x51\x06\x68\xf5\x9c\x6f\xf0\xb2\x18\x66\x81\x4a\x05\xa2\x48\x89\xdc\xf3\x95\x08\x33\x80\xfe\x57\xda\xa2\xec\x5b\x13\x15\x07\xef\x41\x6c\x88\x97\x96\x94\x0f\x82\x6c\xc5\x0f\x46\x91\x46\x6c\x49\x6b\x58\x84\x9b\x3c\x77\x8f\x7e\xc8\x97\xf6\x88\x97\xce\xcc\x3e\xed\xc7\xa3\xff\xe3\xd1\x5f\x1c\xfd\x3f\x9c\xee\x2e\xd7\x3b\xe8\xf5\x4e\x69\x07\xad\x7a\xe7\xf5\x8e\xec\xa3\x55\xef\xa8\x4f\xf0\xf5\xf6\x4e\x5b\x14\x99\x3f\xd7\x71\xab\x24\x0e\xf7\xe8\xbc\x55\xef\x38\xbd\xb7\xea\x9d\xbf\x81\x46\xa0\xfc\x61\x1d\x06\xe3\x2e\x67\x75\xbb\xbf\x3f\x58\x46\xc5\x01\x3e\x8a\xc3\x28\x73\x39\x19\xd7\x3b\x0e\x27\x63\xeb\x61\x3a\xc7\xd4\xed\x65\x2c\x9a\x2c\xeb\x6a\x2c\x01\xbd\xc3\x09\x4a\x27\xe2\x3b\x39\xab\x01\x6d\x2e\xba\x36\xbe\xeb\x63\x14\x5d\x55\xc2\x65\x8d\x2f\xbe\x85\x7c\xd6\xa0\xd2\x62\xbe\xc6\xbc\x96\x90\x6f\xf9\x8b\x87\xf6\x34\x56\x1b\x2e\xe7\x68\x5c\x07\xd9\x47\x60\xa8\xba\x19\x13\x11\x28\x5f\x2c\x0d\xb2\x58\xb4\x20\x6c\x6e\x0a\x77\x49\x39\xda\xe8\x3c\x2f\x1f\x0a\x83\x91\xe5\xbb\x12\x7b\x98\xb4\x4f\xbd\xbb\xf3\x3e\xf5\xee\x3b\xd8\xa7\xca\xe0\x70\xdf\xfb\x94\x75\x39\xbd\xdb\x79\xdc\xa6\xc4\xdf\xbd\x6d\x53\xe9\x95\x3f\xd9\x89\x82\xd0\x8f\x2a\x8b\xee\x58\xb6\x23\xf9\xf7\xbf\x65\xbd\x7b\x98\x2d\xab\xcc\x32\xf9\xfe\xb7\xac\x77\x3b\xda\xa6\xf5\xb8\x63\x19\x3b\x96\xb4\x62\x16\xda\xbc\xbe\xe9\xee\x25\xe6\x45\xc2\x96\x00\x52\xfa\xc8\xa3\xe1\xc3\x17\x76\x77\x42\x17\x77\xad\x46\xfe\x1f\x2e\x56\xe8\x47\xd2\x7d\xf6\x95\x7e\xcb\x97\xff\x3c\x75\x01\x10\x96\x5b\x5b\xd0\xb9\x93\xb6\x80\xe5\xa8\xfd\x96\x4a\x03\x0f\x49\xaf\xd2\xa1\x5f\xd7\x5e\x0d\xc7\x7e\xff\x01\x55\x0b\x1e\xe2\xcd\xc2\x2f\x68\xed\xef\xa0\x6e\x30\xf2\xc5\xde\x42\x15\xa1\x18\xb1\x48\x5f\x0e\xb6\xdb\x50\x13\x4c\x6e\x0e\xb6\xdb\x36\x19\x0f\x4c\x9c\x3f\xe3\x6b\x9a\x05\x9b\xda\xc1\x8a\xbe\x82\xf3\xaf\x1f\x65\x3c\x89\x77\x9c\x8c\xa9\x8d\xf6\xce\x2f\x47\x1f\x61\xd3\x3d\x8d\xdf\xe2\x5c\x18\x44\x57\x57\x57\x2b\xf1\x04\x47\x69\x3a\x5a\x89\x93\x8b\xd5\x20\xee\xa7\xab\x90\x84\x3b\x5e\xd5\xea\x0c\xb3\xf1\xc8\xa2\x08\xd9\xb9\x9c\xbc\xdd\xde\xcd\xd1\x16\xcf\x25\x83\x21\xcc\xf7\x01\xd1\xf6\x38\xc3\xfb\x85\xa5\x3c\x87\x3d\x8a\x0c\x4c\x4a\x1e\xc2\x88\xbb\xbd\x48\xe1\x9e\x73\x57\x97\x16\xaa\xd4\x1b\xeb\x8a\xa7\x8b\x01\xdf\x61\xa4\x26\x87\xc5\xd0\x13\xa4\x1c\x6c\xb7\xe7\x61\x1b\x66\xcc\x16\x59\x0f\x52\x2d\x7d\xc8\x62\x34\xa1\x56\xa7\xb2\x77\x8e\x63\x87\x33\xfc\x62\xb4\xdd\x81\x0d\xcf\x06\xaa\x37\xd6\xc1\x84\x54\xf9\x4a\x3b\x07\x98\x6b\x5f\x72\x7c\x94\xb6\x6f\x6e\xed\x76\xe3\x20\xda\x87\xf6\xc3\xc1\x52\xa3\xf7\x60\x66\xfd\x39\x18\x18\xde\x37\x94\xe6\xe7\xa4\x68\x9a\x5f\xf1\x8f\x7c\xae\xd6\xb5\x7c\x7e\xb7\x05\xe3\xa9\xd3\x58\xab\xd5\x74\xc0\x0b\x7a\x07\xcd\xf5\xfb\x29\x27\xef\x6e\x43\x0a\x7f\x42\x23\x84\x2a\x20\x11\xb6\x0f\x19\x58\xc9\xa2\xbd\x8d\x95\x3e\xaf\x4b\x63\x01\xd8\x00\x15\x54\x4e\xfd\x51\x86\xb6\xe0\x3f\x8b\x8b\xc5\x40\x5d\x94\xbc\xef\x83\xbc\x30\xd9\x3c\x3e\x07\x83\x15\xea\x16\x81\x2b\xbc\x33\x1e\xe0\x57\x90\xb7\x06\x8a\x2b\xf9\x1d\xd5\x9a\x0b\x09\xbc\xea\x14\x5b\xc4\x5b\xb2\xd2\x19\xf7\x30\x6b\x0b\x2f\x35\x42\x1e\xcc\x44\x39\x5f\x1d\x56\x58\x2e\xb7\x30\x08\x2d\x40\x87\xf8\x2d\x8c\x8d\x2d\x25\xda\x22\x67\xe4\x1c\x98\xf0\x09\x16\x6f\x9c\xc7\x65\xbe\xc7\xd0\x1e\xb1\x27\x4b\x39\x89\x89\xd3\xa2\xf9\x0b\x0b\x96\x6f\xd8\xc6\x44\xc0\xab\x1f\x99\x31\x8b\x86\x2b\x37\x68\x79\xc5\xf1\xb1\x1e\x05\x88\x18\x07\x9e\x03\xce\x0b\x66\xd5\x65\x89\x96\x9d\x7f\xad\x8c\xe4\x60\x0c\xb9\x13\x08\x83\xc2\x89\x4d\x32\x0a\x36\xe8\x55\x6d\x5e\xf8\xd3\x99\x25\x08\x4d\x88\x81\x33\x3f\x2b\x07\xa5\x3a\x3d\x28\x49\x03\x5d\x98\xf6\x47\xc3\x5e\x20\xeb\x1c\x05\x1b\xc6\x96\xa1\x32\xdf\x49\x64\xc5\x62\xc6\x58\xdb\xd0\x46\x59\xaa\x25\xe9\x68\x38\xfd\x59\xa2\x5d\x88\x00\x73\xbc\x5e\x59\x9b\xeb\x52\x3c\x58\xf6\x3b\xbe\x15\xef\x5d\x90\xef\xde\xa3\xf7\xad\xc5\xaf\x4c\xea\x4d\x79\x6e\x2e\x55\x52\xb4\x1b\xd2\x7b\x95\xbb\xe7\x1f\x90\xc2\xd5\xc5\xa6\x4d\xf7\x6b\x17\x67\x5f\xac\x9a\x87\x1c\x62\xc3\x5d\xc0\x14\x8a\x0d\x42\x85\x9c\xcb\xfa\xae\x3d\xc7\x74\x61\x61\xc3\xae\x4a\x2c\xe0\xb8\x52\xbc\xdf\xdd\xbc\x2c\x38\xbe\x53\x68\xf6\xb3\xbb\xc7\x0f\x9f\x1b\xed\x75\x8f\x1f\x49\x37\xd6\xd6\xc8\x99\x7e\xed\x2f\x7d\xa6\xef\x87\x93\x21\x4e\x96\x1f\xd8\x44\x00\x4e\xef\x72\x53\x7f\xce\x21\xde\xcc\xdc\x79\x2f\xa7\xf9\x2e\x74\xec\x88\x70\x9c\x54\x1c\xda\xe5\x97\x6e\x13\x02\xf1\x5e\xcb\x84\xa1\xd4\x20\x67\x38\x3f\x83\x4a\xf4\x27\x67\xc4\xac\xe2\x2e\xbc\xcc\x58\x54\x05\x5a\x64\x81\x74\x1a\xe4\x74\x43\xe7\x26\xc3\xb3\x8c\x9c\x22\x7d\xf6\x8c\x26\xb4\x4f\xcc\x37\x8b\xa7\xda\xf0\x03\xdc\x0f\xc7\xfe\x68\x74\xcd\xd2\x80\x06\xa5\x6f\x6e\xe4\x51\xb9\x61\xad\xb0\x81\x3b\x15\x68\xa8\xcd\x2e\x9e\x8c\xe3\x36\xf8\x3d\x68\x7a\x8e\x7c\x4a\xa4\x5b\x1d\xb9\xf3\x8b\x5d\xec\x28\x35\x1d\x8e\x5a\x72\x99\x95\x7c\x76\xf3\x04\x12\x7b\x78\x76\xcb\x4c\x10\x96\xe1\x95\xc8\x47\xbe\x6f\x58\x70\x3a\xb5\x9b\x87\x30\x9a\x4c\xb3\xbb\xcc\x29\x27\x0f\x95\xe8\x6e\x41\x67\xf7\x45\x1c\x7d\x8d\x51\x58\xe8\xe3\xd6\x49\x25\x60\xb4\xec\x21\x6c\xf2\xc9\xd9\x44\x79\x1b\xb4\xc2\x4b\x2b\xf5\x74\x15\xea\xe1\x1a\x81\x1c\xd0\x86\x0c\xf4\xc6\xae\x9b\x77\xef\xb4\x79\x77\xb5\xdd\x56\xda\x20\x36\xda\x0d\x4f\x53\x9e\xaf\x3f\x9a\xda\xfd\xdd\x75\xdf\xae\xdd\xd1\x88\x64\x5e\xa4\x09\x37\x0f\x29\xe0\x00\x2c\x34\xae\xd6\x44\x54\xa4\xc4\xa6\xec\xa8\x7a\x3f\x09\xe9\xc1\xe5\x75\x2e\xc7\x2b\xad\x24\x2e\xa9\x8a\x22\xb2\x3a\x38\x2f\xe3\x7e\x82\xb3\x7b\x52\x2a\x11\xf9\x77\xcf\x1e\x38\x08\x7a\xc9\xd8\x84\xcd\x13\x99\x3a\xfa\x96\xd5\x18\xca\xce\xc1\x8e\x00\xc1\x56\x9d\x91\xd0\x17\x51\x1f\x05\xf1\xa8\x7b\xb8\x17\x78\xbb\xdd\x67\x7c\x59\x38\x30\xcd\x09\x2f\x4b\x0f\x55\x52\x74\x59\x7d\x9c\xec\x86\xf8\x05\x8a\x29\xda\xd1\xd7\x52\x5c\x4c\xd6\xf5\xa2\xc8\x98\x5a\x25\xae\x2f\xd0\x61\xd9\xa3\x64\x6e\x8d\x46\xf1\x15\xf2\x93\x5e\x98\x25\x7e\x72\x8d\x98\x7a\xe9\x33\xbe\xb6\xc4\x1d\xfc\x2c\x6b\x24\x7e\xb6\x36\x5c\x30\x50\xba\xba\xa5\xdc\x68\xcd\x71\x86\x24\x28\x15\xb8\x41\x42\xfc\x37\xd0\x6d\xc4\x09\x0a\xa3\x08\x27\x10\x7d\x36\x9e\x66\x20\x40\xe8\x51\xf8\x20\x66\x22\xd5\x31\x52\x32\x64\x0f\xb4\x15\x23\x20\x1d\xd7\xf8\xc9\x35\x42\x4b\x8d\x45\x48\x20\x96\xb4\x92\x71\x91\x3e\x32\x94\x0a\x86\x52\x41\xa3\xb1\xdf\x0e\x8f\x61\x3e\xe9\x35\xe0\xc4\x0f\x50\x3f\x8e\xd2\xcc\x8f\xf4\xe6\xad\x49\xa4\xd4\x39\x76\x2b\xd6\x04\xde\x67\xe1\x39\xfa\x7d\x13\xd5\x66\xed\x3e\xfd\x9f\xcd\x1d\xc6\x28\xdc\xec\xd0\xff\x15\x6b\xc6\x62\x4d\x27\x16\x6a\xcf\x36\x8a\xfc\x13\xe2\x90\xc1\x0e\xf4\x10\x51\xc8\x04\x13\xbf\x97\x48\x64\x05\xf9\xca\x6c\xcc\xd8\x32\x90\xd0\x69\x1b\x1f\x77\xe8\x49\x55\x7d\x71\xbe\x60\x6e\x17\x81\x0c\x86\xf9\xbb\x89\x3f\x76\xb0\xd5\x65\xd1\xc7\x00\xaf\x10\x96\x58\x61\x24\x94\x05\xa7\xbc\x4c\x20\x32\xa3\xf4\xfd\x07\x23\x93\x49\x82\xb7\x32\x37\xf8\xd8\x43\x45\x0f\x83\xa1\xfe\x4f\x8f\x1e\x36\x47\x4c\x5d\x44\x44\x24\x3c\x34\xa7\xa1\xb9\x11\xc4\xdc\x35\xe6\x46\x11\x73\x57\x7d\xa0\x48\x62\x77\xe7\x76\x5d\xaa\x9e\x86\xf1\xb6\xec\xc7\x44\xba\xd8\xb3\x07\x47\x2b\x0c\x38\x56\xc8\x31\xe5\xb1\xd2\x80\xe6\x12\x0a\x97\x34\xf8\x25\x93\x40\xa5\xea\x0c\x39\x36\xf6\xfb\xf6\x4b\x22\x71\xf0\x77\x18\xc1\xbd\xf8\x4b\x2b\xcc\x67\x9d\xd6\xb2\xe5\xf5\x28\xec\x2d\x13\x54\x02\xb0\x6d\x4d\xb5\xaf\x38\xea\x2f\x83\x4d\xa3\xe5\x3d\x75\xb3\xd4\x3e\x8c\x83\xf6\x7c\xe3\xbb\x74\xe8\x37\xda\x3a\x48\xf2\xb2\xa1\x83\x4b\x87\x7e\xbb\xde\x30\x5f\x36\xd7\x2d\x25\x9b\xda\xab\x24\x9c\xe0\x71\x50\xef\xd4\xac\xb6\x7f\xca\xab\x49\xef\x73\x30\xd0\xdb\xc1\x97\x93\xcf\xc1\xa0\xe8\xde\x41\xed\x7a\x1c\xe0\xe5\xfe\xa0\x67\x7d\x9d\x25\x8e\xd7\xcb\x17\x23\x3f\x18\xfb\x91\xed\x73\x6c\x07\x86\xfb\xfa\xeb\x89\x1f\x2c\xfb\x51\x1a\xce\x5e\x34\xf4\x41\x20\x9f\xc2\x34\xae\xd7\xea\x0d\x7d\xc4\xd9\xa7\x17\x6b\x2f\xd6\xf4\x19\x22\x9f\xbe\xe0\x24\x66\xae\xd7\x96\xaf\x91\xe3\x1b\xd5\x91\x2d\x0f\xf1\x4c\xfb\xe0\x63\x9d\xb8\x68\xdc\x8d\xc0\x78\x9f\xf4\xf5\xc9\x4d\xfc\x5e\x2f\xcc\xac\x2f\x97\x47\xf8\xc2\xef\x5f\x3f\xf4\x1d\x90\x58\x3d\xf0\xa4\x2f\x1a\x78\x99\xaf\x15\xf1\xc8\x96\x08\x3c\x93\x95\xa1\x99\x85\xb2\x75\x20\x7e\x37\x5a\xe2\x37\xa1\x7a\xfe\x9b\x10\xbb\xf8\x4d\x7f\xe5\xa4\x9d\xdb\x97\xc2\x2f\x46\xc8\x14\x03\x4a\xbf\xc6\x1d\x16\x45\x87\x53\xab\xf4\x94\x25\xea\x93\xa0\xcd\xfc\x6d\xac\xd4\x20\x94\x48\x9b\x95\x09\x50\xbc\x11\x74\x27\xbf\xa1\xe4\x26\xde\xc8\x54\x26\x5e\x46\xea\x2b\x89\xa6\xe0\x99\x90\x12\xfc\xc8\x29\x88\x8e\x4a\x9f\x0d\x14\xa3\x17\xe9\x37\x27\x93\x45\x15\x91\x8a\x02\x52\xe6\xb5\x8b\x2b\x26\xdd\xa1\xd8\x58\x97\x36\xda\x75\xaf\x58\x9b\xec\xa9\x74\xb5\xd1\x6e\x79\x0a\xe1\x6d\xb4\xdb\x5e\x3e\xf1\x1b\xed\x8e\xa7\x8e\xde\x46\x7b\x4d\xbf\x11\xd6\x49\x79\xa3\x53\xf3\x18\xb5\x6e\x74\x00\x1f\x41\x29\x1b\x9d\x86\x27\xd3\xca\x46\xa7\xe5\xd9\xa8\x65\xa3\xd3\xf4\x64\x0a\xd9\xe8\xb4\x3d\x99\x7e\x36\x3a\x80\x97\x42\x33\x1b\x9d\x35\x4f\xa7\x9a\x8d\xce\xba\xa7\xd3\xcd\x46\xe7\x85\x67\x10\xc9\xc6\x5a\xcd\xb3\x90\xd3\xc6\x1a\xe0\xcf\x96\xc4\xc6\x1a\x60\xcf\x48\x63\x63\xad\xe5\x19\xc4\xb1\xb1\x06\x88\x13\x32\xda\x58\x03\x9c\xf3\x75\xb6\xb1\xd6\x91\x2f\xd0\xbd\x7c\xc9\x6e\xac\xf1\xab\x75\xb2\x98\x37\xd6\x5e\x78\x7c\xa9\x6e\xac\xd7\xbc\x7c\x09\x6f\xac\xd7\xbd\x7c\x71\x6f\xac\x03\x3a\x39\x05\x6f\xac\x43\xe3\x82\xd1\x6c\xac\xb7\x6e\xce\xbd\x4e\xed\xf1\xf2\xe0\xcf\xbf\x3c\xe8\x0e\x71\xff\x33\xe9\x14\xac\x14\xea\x06\x44\xd3\x9c\xa5\xd3\x09\x19\x18\xcc\xe2\x53\x4b\xfd\x06\x39\x9e\x86\x34\x47\x3f\x6c\xa2\x67\x1c\xf2\x33\x8b\x45\x88\x70\xd2\xb8\xc7\xeb\x8a\x42\x73\x7c\xd1\xce\x31\x1e\xe0\x04\xc3\x41\x2f\x09\x2f\xe0\x4c\x16\x46\x61\x96\x83\x49\xa7\x13\x9c\x80\xea\x7a\x53\x4b\xcf\x21\x41\xd9\x9a\x5e\x8c\x71\x94\x69\x05\x50\x16\xa3\xa1\x1f\x05\x23\xac\x8c\x9b\x0c\xbb\x67\x85\xac\xd8\xd4\x40\x55\xd3\x1d\x50\xd2\x7d\xd3\x58\xf2\xd4\x04\x2a\x8c\xb2\x75\x49\x43\x3f\x90\xeb\x0b\xc5\x84\x3a\x3b\xe6\x31\x3f\xaf\x41\x95\xf0\x1f\x08\x54\x78\x21\x63\xa3\x1c\x22\xac\x88\xc5\x34\xfd\x17\x40\xba\x0c\xf1\x95\x0b\x45\x67\xf3\x12\xc2\xfb\x1c\x05\xf4\xf5\xab\x5a\x9e\x13\x1c\x60\x09\x3a\x63\x5e\xfd\x07\xb2\xe6\x84\xed\x08\x2c\x3a\x3b\x70\xa3\x6a\xd5\x68\xc5\x89\x55\xbd\x63\x47\xcb\xdd\xd2\x62\x35\xf6\xa3\xac\xd9\x58\xb4\x89\xc5\x6a\xec\x8e\x62\xff\x36\x55\x3a\x2d\x78\x9f\x97\xbf\x25\x29\xad\x50\x0a\xf6\x90\xfc\xea\x3a\xc3\x87\x90\x1c\xc8\x78\x6d\xcb\xbb\xac\xd0\xdf\x1e\x5d\x74\x79\x5b\x65\x56\x44\x5e\x7a\x31\x15\x42\x0e\xed\xb5\xc0\x0d\x6d\xda\x71\xb6\x68\x16\x76\x66\x2c\xfb\xea\x75\x66\x33\x7e\x5e\xc8\x5d\xd0\x86\xca\x22\xf9\xb4\xf3\xfa\x67\xe1\xf9\xad\x92\x67\xe7\xe6\xdc\xe1\x17\x4c\x55\xb5\xb9\xe3\xa8\x5a\x54\x30\xd6\x3c\xb5\x85\x87\x98\x1b\xa1\xad\x23\xca\x7c\x5b\xb3\x9e\x91\xd1\x24\xaf\x09\x3c\x14\x11\xa9\x4f\x66\xe6\x66\xbb\xfe\x64\x32\xba\x66\x0d\xfb\xc9\xc5\x94\xb0\xf0\xb4\xc8\x5f\x91\xf1\xeb\x95\x49\x12\x67\x31\xc1\x51\xe6\xdc\x45\x86\x13\xfa\xee\x63\x57\xb0\x74\xea\x8f\xb2\xce\x9f\x23\xeb\x40\xc0\xe8\x3f\x21\x2e\x91\x35\xa7\x52\x09\x13\x09\xd8\x62\xe9\x3d\x1e\xca\x72\xdd\x3a\xa9\x72\xca\x98\x85\x54\x92\xaa\x2e\xb5\x9b\x3f\x9b\xa4\xe7\xe2\x2b\x9d\x96\x9d\x8b\x9c\x12\x36\xb1\x49\x87\x6f\xc5\xef\xa5\xf4\x47\x1a\x46\x2c\x18\x2b\x61\x19\xb5\x59\xbd\xc6\xfe\xaa\xe8\xab\x9a\xc6\x97\x2d\xaf\x4a\xd5\x6a\xa1\x7e\xb0\xdd\xd6\xac\x29\x6c\x06\x20\xba\xd7\x24\xda\x64\xa3\x6a\x31\x00\xe1\x69\x6f\x0a\x6f\xc7\x72\x4d\xb0\x3d\x57\xf1\x99\xc9\x49\x6b\xb3\xce\x5a\xab\xdd\x68\xd6\xea\x1e\xaa\xcd\xf0\xa0\x1f\xf8\xbd\xf5\x17\x96\xbc\x8a\xb5\xd9\x8b\xf5\x9e\x1f\xf4\x07\xd8\x83\x81\x69\x36\xda\xad\xb5\x8e\x5a\xee\xdc\x79\x23\xa6\xa5\xd1\x93\x7b\x71\x20\x32\xe9\xd9\xf6\xae\x2b\x7f\x82\x30\xb8\x57\xcf\xdf\x43\xea\x1d\xf7\x8e\xe1\xbe\xbe\xe6\xb3\x41\x91\xf8\x48\xe0\xf1\xf4\x82\x28\x74\x44\xe0\x3d\xf8\x28\x95\x3e\x38\xe3\x0f\xe7\x36\x97\x10\xe9\x33\x21\x38\xb3\x00\xf9\xab\x54\x2a\x12\x4c\xea\x29\x8e\xbe\x22\xf9\x25\xec\x75\xad\xaa\xe6\x23\x8e\xbe\x96\x04\xd8\x68\x55\x2d\x00\x21\x94\xb1\xe2\x92\x6e\x82\xbb\x9b\x71\xc8\x9e\x72\x43\x61\xbf\xee\x57\x86\xb4\x86\xa4\x31\x45\x4b\xa8\xa6\x8b\x0f\x4a\xe9\xba\x56\xba\x5e\x58\xba\xa1\x95\x6e\x14\x96\x6e\x6a\xa5\x9b\x85\xa5\x5b\x5a\xe9\x56\x61\xe9\xb6\x56\xba\x5d\x58\xba\xa3\x95\xee\x14\x96\x5e\xd3\x4a\xaf\x15\x96\x5e\xd7\x4a\xaf\x17\x96\x7e\xa1\x95\x7e\x51\x3c\x3b\x35\x6d\x76\xe6\x4c\x66\x5d\x2b\x5e\x3c\x9b\xf5\x86\x56\xbc\x78\x3a\xeb\x4d\xad\x78\xf1\x7c\xd6\x5b\x5a\xf1\xe2\x09\xad\xb7\xb5\xe2\x6d\x83\x1b\xac\xae\x12\x86\xfc\x39\x8c\x2e\x48\xd5\xd0\x1f\xf5\x6c\x62\xb3\x4f\xb6\x81\x33\xeb\x40\xf5\xe0\x93\x75\x50\xfa\xf0\xc9\x3a\x00\x01\x7c\x6a\xda\xd0\xe9\xe6\x77\xd0\xea\x37\x82\xc4\xee\x6e\xc5\xf7\x50\xcf\x43\x7d\x0f\x05\x9e\xb4\x40\x3d\x84\xd6\x3c\xb2\x85\xd6\xce\x75\xde\x10\xd0\x7a\x81\x87\x44\xd5\x7c\x84\x3c\x84\xea\x0d\x0f\x9d\x9e\xd5\x8d\x7a\x7d\x5a\x8f\xb6\x44\xab\xe6\x8b\x96\xd4\x5b\x23\xf5\x1a\x46\xbd\x1e\xad\x27\x90\xf4\xa5\x7a\x4d\x0f\xa1\x06\xb4\xd7\x34\xea\x15\xf5\xaf\x25\xfa\xd7\x5a\xa8\x7f\x6d\xd1\xbf\xf6\x42\xfd\xeb\x88\xfe\x75\x16\xea\xdf\x9a\xe8\xdf\xda\x42\xfd\x5b\x17\xfd\x5b\x5f\xa8\x7f\x2f\x44\xff\x5e\x2c\xd4\xbf\x7a\xcd\x63\xfd\xab\x9b\x04\x53\xd4\xc1\x7a\xdd\x63\x1d\xac\x9b\x14\x53\xd4\x43\x82\x25\xed\x61\xdd\x24\x99\x42\x12\x6d\x7a\x9c\x44\x4d\x9a\x29\xec\x63\x4b\xf4\xd1\x24\x9a\xc2\x3e\xb6\x45\x1f\x81\x6a\xcc\x4e\xbe\x79\xe3\xe8\xa4\x87\x50\x9b\x76\xd2\xa4\x9b\x80\x56\xb4\x76\x92\xd0\xdb\x0b\x5a\xd1\x24\x9c\x3e\xad\x68\xef\x64\xdd\x43\xa4\xa3\xa7\x67\x75\x93\x72\x7a\xb4\xa2\xb5\x93\x84\x63\x34\x6a\x50\xd1\x24\x9d\xa2\x3e\xb6\x45\x1f\x1b\x76\x5e\xe3\xea\x23\xa1\x39\xda\xc7\x86\x9d\xd9\x38\xfb\xd8\xe6\x7d\x6c\xd8\xb9\x8d\xab\x8f\x2d\xd1\xc7\x86\x9d\xdd\xb8\xfa\xf8\x22\xef\xa3\x9d\xdf\x38\xfb\xd8\x12\x7d\xb4\x33\x1c\x57\x1f\x09\x63\x64\x7d\xb4\x73\x1c\x57\x1f\xd7\xf3\x3e\xda\x59\x8e\x93\x56\x9b\x1e\xef\xa3\x9d\xe7\xb8\xfa\xd8\x10\xb4\xda\xb0\x33\x1d\x57\x1f\xd7\x44\x1f\x9b\x76\xa6\xe3\xea\x23\x59\xfe\xb4\x8f\xcd\xba\x7d\x41\xee\xed\xb9\x89\xb5\x05\xb8\x36\xed\x5c\x67\x6f\xcf\xde\x49\x32\xac\x64\x6d\x9d\x9e\x35\xed\x5c\x67\x6f\xaf\x60\x41\x76\xa0\xa2\x9d\xeb\xec\xed\x39\x3a\xd9\xf2\x50\xa3\x09\x15\x4d\xd2\x29\xea\x63\x3d\xef\xa3\x9d\xe9\xb8\xfa\xd8\xca\xfb\x68\x67\x3a\xae\x3e\xc2\x44\xd2\x3e\xda\x99\x8e\xb3\x8f\x35\xd1\x47\x3b\xd3\x71\xf6\xb1\xe9\xb1\x3e\xb6\xec\x4c\xc7\xd5\xc7\x9a\xe8\x63\xcb\xce\x74\x5c\x7d\x6c\x8a\x3e\xb6\xec\x4c\xc7\xd5\x47\xc2\xca\x69\x1f\x5b\x76\xa6\xe3\xea\xe3\x0b\x31\x8f\x2d\x3b\xd3\x71\xf5\x91\x2c\x0f\xd6\x47\x3b\xd3\x71\xd2\x6a\x9b\xd3\x6a\xcb\xce\x74\x5c\x7d\x6c\xe4\x7d\x5c\xb3\x2f\xc8\xfd\x7d\xb7\xa0\xda\xa1\x9d\xb4\x73\x9d\xfd\x7d\x7b\x27\x81\xe6\x80\x07\xb4\xec\x5c\x67\x7f\xbf\x40\x0c\x68\x83\x08\x68\xe7\x3a\xfb\xfb\xf6\x4e\x12\xde\xd1\x80\x61\x6d\xdb\x45\x1d\x57\x1f\xc9\x7c\xd0\x3e\xb6\xed\x4c\xc7\xd5\xc7\xa6\xe8\x63\xdb\xce\x74\x9c\x7d\xac\x89\x3e\xda\x99\x8e\xab\x8f\xf5\xbc\x8f\x76\xa6\xe3\xea\xe3\xba\x98\xc7\xb6\x9d\xe9\xb8\xfa\x08\x34\x47\xfb\x68\x67\x3a\xae\x3e\x82\x48\x4e\xfb\x68\x67\x3a\xce\x3e\x36\x3d\xde\x47\x3b\xd3\x71\xf5\xb1\x25\xfa\xd8\xb1\x33\x1d\x67\x1f\xeb\xbc\x8f\x1d\x3b\xd3\x71\xf5\xb1\x21\xfa\xd8\xb1\x33\x1d\x57\x1f\x5f\x88\x79\xec\x34\xcd\x05\x09\xd7\x28\x19\x4e\xc6\x38\x08\xfd\x8c\x39\x95\x81\xbb\x82\x5a\x8e\x1c\x71\xd1\x26\xaa\xc0\x7f\x97\x90\xaf\x6b\x58\x69\x99\x3a\x2b\x53\x27\x65\x7a\xf6\x32\x0d\x56\xa6\x41\xca\xf4\xed\x65\x9a\xac\x4c\x93\x94\x09\x0c\x6d\xae\xa6\xaa\xdc\xb5\x58\xea\x2e\x18\xd0\x16\x32\xa5\x8b\x6c\xba\x7e\xe6\xdb\x0e\xe6\x7e\xe6\x8b\x50\x3e\x7e\xe6\xbb\x95\x63\xd1\xeb\x30\x4b\x4f\xe3\xcc\x1f\x09\x98\xd1\xb6\x9f\xf9\xd4\x83\xe4\x39\x5a\xb7\x40\x87\x3a\xef\xf0\x20\xe3\xd0\x85\xc7\x09\x94\x37\x3a\xe3\x4c\x79\x25\xd0\x3c\xcb\x41\xfe\xfc\xf3\xcf\xa8\x0d\x17\x6f\xb5\xd9\x7a\x2d\xbf\x6f\xcb\x4b\xfc\x03\x35\x1b\x06\x71\xa8\x7d\xd9\x43\x9b\x08\xd4\xee\x83\x51\x1c\x27\x15\xa9\x93\xab\x8a\xee\xdd\xd5\x39\x28\xfb\x0e\x6d\x4a\x4f\xfa\xc2\x11\xa8\x57\x2a\x95\x1c\xb7\x25\xd4\x69\xd1\x7c\x69\x2f\x20\x98\x68\xab\x4a\x15\x36\x76\xfd\x2c\xaf\xca\x70\xce\x95\xb3\xf2\xdb\xf2\xda\x59\x13\x1c\x53\xcd\xea\xe0\xe6\xe9\x66\x0d\x2e\xb1\x48\x67\x5b\x65\x3a\xfb\xce\xda\xd9\x77\xb7\xed\xec\x3b\x6b\x67\xdf\x95\xed\xac\xd9\x5b\xd9\x89\xaa\x22\xba\xcf\x83\x4d\x41\x4e\x3d\xbb\xff\x20\x18\xbc\x53\x37\x06\xf0\x51\xb4\x79\x52\x15\xe6\x95\x9f\xe3\x0d\xa9\xe8\xbc\x2d\xe4\xbb\xc7\x0c\xe3\x9d\xde\x6f\x0b\xdd\x7b\x38\xae\xb8\x50\xd1\xf5\xbf\xc0\x04\xae\x30\xf6\xce\xec\x77\x17\x7b\xec\x96\xac\x52\xd9\x53\xae\x25\xf6\x16\xbe\x8f\xa0\xb4\xb0\xa7\xdc\x45\xec\x39\x2f\x21\xe6\xdf\x38\x1c\xb3\xdc\xc0\x30\x87\x2c\x02\x4f\x00\x63\xaa\x16\x2d\x91\xac\x1c\xdc\x10\x0a\x59\x3d\x28\x58\xc1\x29\x53\xdc\xd0\xc1\x63\x7e\xfd\x6f\x6c\xbc\xf0\xf9\xa3\x41\x0b\x2e\xef\x4a\x1e\x41\x83\x7c\xb5\x7b\x38\xd0\x5f\x02\x49\x4d\xf5\x35\xf3\x50\xea\x21\xf5\x0a\x0d\xf8\x24\xda\x44\x3e\x5a\x42\x95\x4a\x0f\xfd\x44\x37\xc7\xca\xbf\xc9\xcf\xa0\x4a\xd8\xc0\x0c\x2d\xa1\x4c\x6a\x4f\x04\x2c\x8e\xc8\x34\xa5\x74\xa5\xd2\x38\xe5\xcd\x06\x5a\x46\x69\x15\xaa\xf5\x34\xa3\x37\x81\x95\x76\xfe\x2f\x87\x15\x6c\xc7\x95\x3e\xfa\x09\xfd\xfb\x61\xb0\xd2\x0e\x41\x73\xb1\xea\xa1\xdf\x51\x1f\xfd\x4e\x10\xbb\x7f\x64\x34\x01\x70\x2e\x32\x04\x91\x4a\x0f\x7d\xbd\xe7\xc1\x91\x6f\xab\x4f\x5c\x69\xd2\xe7\x26\xde\x2f\x13\x64\x8d\xfb\x89\x69\x2e\x8a\xb0\x1a\x4c\x30\x0e\x67\x31\x47\xe9\xdb\x86\x35\x63\xeb\x52\x18\xb9\x1c\x6c\xb7\x2d\xbe\x5f\xc5\xe5\x4d\x87\xaf\x3c\xbe\x98\x72\x99\xaf\x66\xe4\x3f\xd8\x6e\x5b\x4d\x06\x9c\x93\x30\x27\x57\xfd\x7d\x4d\xc1\xad\x42\x3b\xcc\x9f\x38\xd9\xcb\xef\x3e\x26\x8e\x3a\x95\x89\x89\xd8\x1b\xfb\x7d\x32\x19\x4a\x66\x78\x73\x3e\x58\x31\x73\x4e\xf2\x6c\xf6\x74\x5e\x0a\x33\xb0\xb3\xc8\xd6\x0e\x0b\xa8\xc6\x5f\xda\xc5\xec\xef\x1f\x93\x8d\x2e\xb6\xe7\x2c\xce\x10\xda\xc5\x38\xe8\xf9\xfd\xcf\x2c\xae\xe6\x38\x0e\x60\x49\x11\x9a\x11\xf3\x0d\x2f\xbb\xbb\xaf\x89\x08\x64\x11\x0f\xc0\xcc\x09\xbe\x2a\xd6\x72\x60\xe1\x42\x5b\x39\x20\x00\x98\x31\x8f\x58\xf5\xdd\xdd\xd7\x2b\x3b\x11\x8d\x55\x0e\x06\x54\xbb\xaf\x2d\x06\x3f\x13\x87\xb9\x0c\x33\x33\x2c\x30\x99\x71\x8b\xa6\x2c\x04\x15\x17\x48\xe8\xa3\xed\x9e\x59\x0a\xe5\x41\x0b\xc9\xa1\x3c\xd4\xf2\x3c\x46\xf9\x5b\x7c\x9d\x66\x09\xf6\xc7\x5b\x51\xc0\x7a\x67\xb1\x8e\x8c\x99\x59\xac\x00\xe7\xb1\x06\x6c\x42\xf6\x31\x1e\x63\x08\x32\x0e\xc6\x98\x74\x9e\x58\xac\x4c\xf0\x9f\x8f\xf0\x2c\xa3\xaf\xed\xe2\x3b\xbe\x7c\xcd\x62\xa6\x42\xeb\x2b\xe9\x28\xec\xe3\x0a\x47\x41\xdc\xd4\x0b\x5c\x6c\xf6\x93\xca\xac\x6d\xe3\xbf\xcb\xac\xdd\x61\x74\xc1\x70\x78\x18\xa6\x0b\x8f\xed\x37\xa3\x9b\xd3\xbc\x43\x3d\xdc\x8f\xc7\xcc\xeb\x9e\x10\x44\x18\x4f\xd3\x72\x24\x23\xba\x58\x4a\x1c\x2f\xe8\x4d\x65\x6e\x17\x34\xdf\x08\xf3\xc0\x06\xe7\xbd\xcb\x3c\x58\xcb\xe5\x4b\xd5\x68\x5c\x0e\xc7\x4c\x9b\xcf\x3f\x43\x66\xd7\x4b\xeb\x91\x46\x94\x46\x9b\x28\xbc\x64\x53\x58\x73\xac\xc4\xf8\x12\xa3\xfd\x5f\xe0\xfc\x99\x4e\x7b\x29\xfe\xdf\x29\x8e\xb2\x82\xd3\x33\xe0\x2b\x1c\x18\xe6\x1a\x40\xeb\xf8\x68\x13\x62\x4e\x02\xf9\x63\x54\x8e\xe9\x40\x43\xc1\x8a\x00\xe2\x21\xb5\x2b\xab\xab\x88\xcd\x48\xfe\xce\x9a\x2d\xb7\x38\x6a\x0c\x35\x3d\xcf\x2d\x04\x21\x12\x8c\x68\x14\xce\xd1\x06\xbd\x30\x2c\xb8\x38\xb1\xfb\xba\xc8\xe0\x9a\x6f\x3a\x8b\xc4\xa9\xeb\x34\x1f\x85\x8f\xef\x5d\xf8\x40\xff\x3d\x49\x70\x8a\x93\x4b\x4c\xc5\x90\x78\x4a\x44\x79\x49\xfc\x00\x35\x86\x9f\x85\xbd\x11\xe3\xc0\x68\x3b\x41\xaf\x93\xd0\x8f\xd0\x1b\xea\x9e\x89\x06\xe1\x08\xe3\xa8\xbf\xd2\x07\x10\x3c\xe4\x33\x44\xc0\xd6\xe8\xe7\xf4\x18\x8a\xfc\xd3\x8f\xd0\x5e\x32\xed\x5d\xa3\x4f\x43\xf2\x9f\x95\x2b\xdc\xfb\xef\x8b\xb1\x1f\x8e\x56\xfa\xf1\xd8\x2e\xef\x9c\x1e\xf3\xe6\x0a\xc4\x1e\xb9\x50\x69\xe9\xe7\x49\x9e\xef\x25\xea\x93\x83\x02\x4d\x99\xf4\xf4\xc9\x13\x32\xe8\x40\x7a\x22\x1d\x12\x28\x89\xa8\x52\xa8\x0a\xb3\x4e\x7f\xfd\x81\x56\x57\xe3\x4b\x9c\x0c\x46\xf1\x15\xa9\x03\x1b\x5f\x9d\xa7\x03\x25\xf5\xea\x9d\xea\x4f\xa4\xec\x4b\xf1\xb9\x21\x7f\x5e\xd7\xbf\x36\xd9\x1e\xc6\x1a\x03\x3c\x01\x15\x02\x56\xb4\xbb\xba\x8a\x78\xb3\xa8\x57\x27\x45\x00\x65\x68\xba\xf6\x52\x54\x69\xe4\x55\x44\x99\x27\x80\x00\x2d\x44\x4b\x35\xd5\x52\xac\xd8\x13\x40\x85\x95\xbb\x81\x7f\x09\x41\xca\x25\x96\x96\x7a\x4d\xe9\x3b\xfc\xc3\xcb\xd0\x22\x4b\x4b\xbd\xc6\xcb\xa7\xee\x02\x4b\x4b\xbd\x3a\xfb\x4e\xfe\x85\x8e\xf3\x46\xe1\x61\x69\x13\x7a\xfe\xea\x15\xcb\x07\x29\xbf\x6e\x50\x15\xa0\xf2\x96\x21\x64\xb6\x24\xaa\xd5\x66\xb5\x3a\xd3\xfa\xe5\x45\x19\xd7\x23\x85\xc8\xcb\x1b\x9d\x3a\xd8\xf2\xa8\xf4\xe9\x7f\x55\x1a\x61\x2f\xe9\x0d\x12\x27\xa5\xfc\x65\x95\x11\x8c\x34\x05\xab\xab\x88\xec\x12\x70\x13\x83\x42\x69\x21\xd1\xc5\x63\xac\xb4\x67\x29\x02\x78\x29\x8a\xa3\xd1\x35\x5d\x8e\xdb\xbf\x1e\x1e\x6f\xa3\x4f\xe8\x15\x5a\x07\x98\xbc\xc1\xba\x0d\x0b\x7a\x17\xa7\x76\x96\x7d\xe3\xfd\xe5\x6b\x49\x39\x0b\x88\x75\xb5\xe2\x78\xfd\x27\xca\x9c\x8b\x8a\x9c\x46\x71\x4d\x86\x31\x5b\x65\x3c\x51\x34\xcb\x07\xcc\x40\xbd\x48\xe2\x41\x6e\xa9\x07\x84\x06\x7b\x23\xc5\x32\x10\xba\x85\x1c\x84\xe6\xcb\x42\x5c\x3a\x20\x84\x6d\xd2\x3c\x65\x45\x4f\x74\xd1\x88\x7d\x96\x70\x55\x55\xcf\x8b\x08\x45\xc8\x21\x18\xa1\xdb\x09\x47\x68\x41\x01\x09\xa9\xf2\x9c\x79\xe8\xca\xe9\x5e\x3e\x7b\x89\xa5\xf1\x52\x93\xac\x44\x71\x49\xc0\x72\x8a\x58\x52\xe1\x05\x24\xad\xd6\xa3\xa4\xf5\xbd\x4b\x5a\x0e\xf9\xca\xa1\xde\x39\x3d\x2e\x96\x73\x16\x55\xef\x58\x58\xba\xce\xcb\x1f\x99\xf8\xdf\x8f\x89\x17\x9e\x66\x1f\x80\x65\xef\x47\xfd\x04\x43\xe4\x06\x06\x5c\x03\xc9\xe4\x90\x7c\x72\x97\x11\x35\xa6\x71\x7c\x81\xdb\xf2\xaf\xa8\xf6\x97\xda\x1c\xca\xee\x0a\xf3\xcf\xdb\xa4\xcc\x02\xbb\x40\xfb\x71\x17\xf8\x4b\xec\x02\x3b\x23\xdc\xcf\x92\x38\x0a\xfb\xa8\x1b\x07\xb8\x17\xc7\xf3\x15\xfe\x3b\xdd\x22\x85\x3f\xfd\xba\xd0\x8e\xb0\xd3\x55\x15\xfe\xe4\xf9\xbe\x76\x00\x99\xb5\xab\x0c\x44\xad\x57\xa4\xc5\x24\xf8\x28\x0b\xe9\xa1\xf0\x0b\xf0\xad\xf0\xe3\xa9\x97\xba\xf3\xf5\x66\x50\x66\x81\x75\xfc\xd7\x4e\x8e\xfc\x9f\xb3\x8e\x0f\xa7\xd9\x64\x9a\x95\xbf\xb4\x3b\x2c\xbc\xb4\x3b\x5c\xfc\xd2\x4e\x97\xea\x0e\xb5\x4b\xbc\xc3\x3f\xf7\x3a\xe8\xc1\xa5\x3a\x53\x37\x2f\xde\xdc\xaf\x64\x57\xd0\xd0\xf7\x22\xdd\xfd\x9d\x4e\xd8\x87\xda\xb5\xa6\x4b\x88\x3a\x2c\x71\x69\x71\xb8\xe0\xa5\xc5\x63\x16\xbb\xbf\x06\xf3\xdd\x7a\x7f\xb2\x8f\x7e\x5b\x79\xd1\x68\x72\x03\x71\x94\x66\x64\x79\x5f\x5c\x1b\xdc\x77\xe2\x07\x2b\x5b\x51\x1a\xfe\x46\x4a\x8b\x5c\x70\x13\x3f\x90\xd9\x5f\xe0\x67\xbe\x74\x11\xea\xba\x00\x4d\xd5\x1b\x50\x52\xeb\x24\x37\xf8\x55\x0c\x80\x5f\xaa\x45\x7b\x7a\x5a\x91\x9e\x2b\xa1\x08\x10\xc5\x34\xca\x44\xcf\xb4\x60\x56\x60\x8b\x77\x44\xbf\x19\xc0\xe8\x8b\x65\x15\xb3\x7f\x68\xdf\x8d\xd6\x68\x4c\x9b\x91\x9f\xd2\xc8\x59\x68\x12\xa7\xa1\xea\x81\x4f\x1a\x25\xdf\x49\xfd\xa3\x98\x77\x56\xb4\xb0\xa4\x61\xb4\x8c\xea\x5a\x23\x47\x7e\x90\x3f\xc3\x40\x89\x6c\x23\xea\x6b\xca\x4a\xe4\xb6\xf2\x90\x5a\x6a\x23\x79\x48\x2d\xb9\xb4\x2d\xb8\x96\x6a\x99\xbd\xa4\x01\xe2\x76\x88\xdc\x02\x77\x1a\x59\x88\x43\xa7\x88\x37\x38\x93\x12\xce\x2b\x53\x45\x15\xf8\x62\x34\x8b\x67\x4e\xea\x73\x45\x45\x73\x99\x1c\x7f\x59\xdf\xf3\x8b\x20\x09\x05\xb6\xaf\x18\x1e\x12\x1a\x18\x47\x6f\x9f\x3e\xb9\xb1\xf2\x4d\xbe\x5c\x66\x2f\x1a\xcd\x85\x78\xe7\xdd\x12\x93\x3d\xf2\xce\x6f\xc5\x3b\xf7\x4f\x0e\x11\x84\xc4\x2d\xc7\x3a\xf7\x59\x00\xdd\xbb\xb2\xce\x3f\x9d\x1d\xe6\x4b\x62\x0e\x3f\xb4\xb0\x2a\x9a\x0e\xc0\x1e\x81\x6e\x25\xf1\xa3\x20\x1e\x57\x0c\x0e\x58\xad\xae\x68\x92\x52\x31\x1c\x96\x3a\xec\xcc\xe0\x72\x8d\xd6\xb9\x47\xc0\x3d\x32\x2a\x9d\x51\x71\xe2\x5c\x88\x51\xfd\xb5\x33\x2f\xfc\x47\x31\xaa\xd5\xfd\x9d\x2e\x7a\xb1\xf6\x62\x6d\xb9\x8e\x18\x6d\xa0\x03\x9c\x0d\xe3\x00\x35\x5c\xdc\x0a\x42\x7b\xdf\x96\x5b\x6d\x05\x01\xf5\x1f\x54\x17\x44\x09\x2e\xc0\x57\x2f\xa9\x4d\xff\xf8\xa2\x55\x1a\xf8\x1f\x9c\xc4\x90\x3b\x2c\x1b\x62\x94\xe0\x54\xe2\x8b\x4a\x47\x48\x39\xd6\x63\xf2\x6c\xe0\x7d\x2b\x5e\xc0\x16\xe2\x17\x86\x83\xba\x1a\x9d\xcd\x03\x68\x0a\xcf\xbe\xb0\xe3\x08\xa3\x71\x9c\x60\x2a\x3c\x2e\x2f\x43\xdf\x5c\xa3\xc8\xd7\xfb\xf2\x72\xc9\x05\x0e\xf3\xb9\xc8\x02\x5f\xbb\x5b\x94\xf3\xc7\x05\xfe\xcd\x4e\x71\x28\x8a\xe3\x49\x39\x31\xe4\x3d\x27\x47\xe7\xca\x16\xc4\xee\x5e\x13\x79\x91\x22\x9a\x13\x4d\x2d\x44\x74\x77\x0b\x37\xfb\x48\x74\xdf\x8a\xe8\xfe\x47\x62\x7e\xc5\x24\x27\xf1\xc0\x3f\x51\xf8\x2d\x7d\x70\x96\xcf\xb7\x86\x00\x5c\xa9\x14\x8b\xc0\x55\xf4\xf5\xab\xfe\xea\x56\x5b\x8c\xbd\xc7\xf3\xe3\x0a\xac\xae\xa2\x0f\x04\xbe\x5a\x2f\x34\x22\x05\x80\x66\x41\x94\xb9\x1a\x86\x23\x8c\x2a\x3f\x54\x72\x5f\xeb\x3c\x06\x37\x78\x1c\x1a\x31\xb7\x85\x09\xa7\xa1\xc8\x0c\xc5\x96\x84\x54\x15\xa5\xee\xd8\x0d\xf1\x78\xcb\xec\x5e\x12\x05\x2d\xc4\x4b\xfe\xda\x8e\x5b\x96\x1c\x5d\x34\x49\xd6\xc3\xf2\x95\x3c\x13\x12\xb4\xf6\xe7\xe7\xf9\x78\xd8\x24\xe1\xe5\x62\x62\x1b\x31\xaf\xc5\x97\x93\xbd\xad\x7a\x1e\xeb\x99\x3c\x49\x1f\xcd\x44\xe0\x36\x07\xd1\x23\x3f\x4d\xc9\x42\x5e\x26\xa8\x05\xe8\x2d\xbe\x46\xdb\x38\x09\x2f\x69\x4e\xc8\x5d\x3e\x28\x8d\xe2\x98\xd3\x47\xaf\xdf\x6e\xef\x36\xf2\xd6\xc4\x73\xc9\xc4\xe3\xdd\x38\x1a\x84\x17\x53\x96\x89\x32\x86\xac\x90\x69\x51\x7e\xc9\x24\x9e\xe0\x24\xbb\x46\x7f\xd0\x63\x31\x78\x93\x02\xf3\x3d\x1d\xd2\x1c\xc7\x29\x79\x08\x23\x96\x2e\x20\x8b\x85\x2f\xcd\x0a\xda\xc6\x03\x7f\x3a\xca\x36\x50\x0b\x55\xea\x8d\x75\x48\xa4\x5c\x75\xc1\x77\x24\x34\xc7\x09\x4f\x64\x9e\x83\x23\xe3\x3f\x0f\xcd\x30\x63\xc9\x33\x53\x00\x95\x1f\xea\xa5\x0f\x59\x8c\x26\x38\x19\xc4\xc9\x58\x02\xae\x40\x96\xd2\x3f\xf6\x07\x17\x1b\xae\x51\x46\xf4\xe2\xeb\x04\x62\xce\xd4\x1b\xeb\xab\xcd\x86\x16\x82\x9b\x76\x85\xa2\xae\x7d\xca\x11\x52\x1a\xbf\xa9\x16\x25\x24\x2d\x4a\x20\x4f\x66\x25\xc8\x49\x8b\xaf\xb7\xf9\x59\x44\x0f\x81\xcf\xdd\x90\xae\xca\x19\x43\xc9\xf8\xf5\x6d\x74\xc3\xfd\xcd\x06\x71\x02\xa7\x98\xbc\xd1\x7b\x48\x0c\xfa\x39\x18\x18\x49\xe3\x29\xb5\xf3\xd3\xa3\x62\x86\xb5\x48\xc5\x3f\xf2\xc9\x5a\xa7\xe9\x27\xef\x0c\xc6\x53\xa7\xb1\x56\xab\xe9\x80\x0b\xb2\xd7\xf7\x07\x17\x76\xc3\x0b\x32\x11\x9b\xe2\x27\x27\x3c\x52\xdc\x15\x0c\xc3\x5c\xef\x70\x5d\x41\x3d\xe8\xca\xb2\xa0\xdb\xe4\x9b\x9d\x30\xd8\x40\x2d\xfc\x61\xa5\x64\xe5\xd4\x1f\x65\x68\x0b\xfe\xb3\x78\x22\x5a\xee\x46\x23\xf9\xb5\xdf\x85\xec\x68\x22\xf5\x60\xb0\xc2\xa2\x92\x54\x78\x67\x3c\xc0\xcf\x39\xa9\xac\xb8\x3c\xaf\x5a\xcd\x85\x72\xbb\xa8\x53\x6f\x35\x20\x0c\x33\x47\x52\x58\xe6\x65\x0f\xbe\xfb\x8c\x56\x09\xf9\x50\x1e\xe4\x89\xd9\xb1\x9b\x25\xba\x13\x94\x83\x6c\x4a\x07\x9b\xa6\x9b\x37\xf4\x39\xb6\x50\x4f\x20\x27\xef\x47\x01\x9e\xd9\x6a\x9c\xd5\x66\x4c\x01\x64\x89\xd6\x39\x27\x44\x97\x40\x45\x08\xcb\xe2\x8d\x33\x7f\x7d\x8e\x0d\xaf\x94\xbf\x71\x56\xe2\x5b\xde\x26\x99\x95\x15\xf6\x64\x33\xc2\xc8\xb7\x16\x5a\x34\x7f\x31\xc7\xc8\x42\xfd\xc8\x04\x75\xad\x83\x3c\x2e\xd2\x2b\x8e\x8f\xd5\xb8\x40\x74\x92\xe5\x39\xe6\xc9\xb2\x81\x02\xf3\x34\xbe\x79\xaf\xf5\x39\x43\x2c\xa3\x77\x9e\x1a\xd8\xfc\x3e\x3f\x1b\x03\xc0\x57\x86\xd8\x3a\xba\x66\x71\x91\xc5\x28\x7f\xc5\x3a\xee\x40\x64\x5f\x8c\xb1\x1d\x74\x28\x47\xb3\x63\x60\x2d\x58\x28\xb6\x1c\x75\x6a\xcb\x21\x4d\x9f\xd3\x98\x03\x01\x3f\x57\x9a\x80\xd1\x13\x23\x2d\x7f\xb4\x8d\x75\x99\xf1\x46\xf3\x42\x41\xd9\x3a\xcb\x47\x5f\x7e\x67\x0f\x58\x25\x35\xf1\xdb\xe1\xb1\xda\x1d\x70\x9d\xb2\x78\x5c\x1b\xe3\xf6\x89\xda\xc0\x7c\xe2\x36\x30\xd2\x6c\xbe\x44\x9f\x0a\x46\x8f\xfc\xe5\x35\xce\x3e\x81\x39\x8c\xd1\x91\xb3\x4f\xba\x59\x0c\xff\xbb\x31\x5f\xeb\x01\xa7\xc8\x9f\xc4\x1c\x98\x6e\x1a\x1a\xb5\x4d\x89\xc6\x24\xce\x6a\xe7\x4b\x4b\xc5\x26\x45\x12\x70\xe9\xe8\xcb\xf9\x86\x25\x88\x19\xdb\xcb\xf2\x7a\x45\x06\x94\xf2\x31\xe2\x4e\x1b\x7a\x99\x60\x33\x85\x1b\xf9\x82\x9b\xf8\x7d\x89\x96\x61\x6a\x4b\xb7\x3f\x3f\x7a\x8d\x45\x34\xb8\x87\x20\x36\x54\x44\x10\x92\x21\x15\x0a\x5d\x62\xc2\x62\xd5\x3c\xe4\x90\x4d\xef\x02\xa6\x50\x36\xcd\x83\xec\x88\xa3\xa4\x4b\x80\xf1\x90\x2e\xa8\xb2\x61\x57\xc5\x62\x52\x68\x8e\xf0\x74\x53\x64\x8b\x46\xa1\xd9\x03\xf5\xe8\x29\x74\x79\x4e\xd8\x9b\x73\x6f\xed\xaf\xed\x43\xbf\x40\x5a\xf7\xf9\xc9\xd1\x1f\x56\x77\xe4\x4c\xaf\xed\xca\x7a\xfd\x77\xd0\x2e\x9d\x80\x71\x66\x97\x1b\xef\x52\x25\x92\xfc\xb2\x48\x8f\x24\xf0\x38\xc6\xd3\xd4\xef\x8d\x30\x0b\x07\x26\xa1\x73\x82\xe4\x54\x8b\x14\x8a\xfe\xe6\x0d\x52\x33\xac\x49\xdb\xc2\x31\x64\x53\x46\xcc\xd0\x96\xd9\x18\x9b\x9a\x24\x51\x1e\x62\xac\x84\x29\xf2\x11\x4d\xc0\x8c\x2e\x71\x92\x42\xd4\xb2\xa1\x9f\xa1\x08\x5f\x8c\x70\x3f\xc3\x01\x61\xc3\x7d\x96\x52\x35\x63\x0a\x9f\x2c\x46\xa3\x30\xcb\x46\x78\x99\x06\xb8\x5c\x51\x81\xe2\x24\x89\x13\x14\xc4\x38\x8d\x9e\x65\xc8\x1f\x0c\x70\x9f\xd6\xa5\x48\x3d\x4b\x51\x8a\xfb\xd3\x24\xcc\xae\x3d\x51\xb1\x37\xcd\x50\x98\x41\x25\x5e\x23\xcc\x52\x11\x50\x21\x1c\x85\x19\x73\xe2\xa6\x79\x5d\x43\xc2\x9f\xc7\x38\xa2\xfb\x41\x6a\x53\x94\xd1\x01\x79\x47\x3b\x27\xd4\x65\xda\x5b\x79\xfe\x6e\x9b\xb4\xad\xf8\x90\xf2\x56\x36\x83\x76\x1e\x30\x72\xeb\x6d\x38\x35\x5c\x16\x9d\x16\x42\x76\x42\x23\xbb\x17\x76\x9e\xd3\x7e\x13\xed\x92\x5f\x96\xc4\x71\x6f\xcf\x6a\xe7\x1e\xaa\xbc\x3d\x6b\x9e\xb3\x60\x01\xe8\x2b\x79\x64\x57\x01\xf5\x4e\xd5\x92\x44\xee\xed\x59\x9d\x56\xaa\xa9\x95\x9a\xc5\x95\x1a\xb4\x52\x5d\xad\x54\x2b\xae\xd4\xa4\x95\x1a\x6a\xa5\xba\xa8\xa4\xd6\xb1\x65\x47\x32\x86\x8c\x7b\x19\xba\x06\xad\x2b\x06\xad\x6b\x1f\x34\x13\x1f\x69\xb8\x58\x9f\xe8\x85\xc9\x60\xc0\xd3\x0e\x52\xa4\x69\x90\xd5\x5a\x8d\x7c\xb1\xf5\xd7\x9c\x88\xa6\x0a\xb9\x6e\x85\xdc\x28\x05\xb9\xe6\x1c\x78\x09\x86\x06\xb9\x59\x0a\x72\xdd\x35\x3b\x9e\x04\x43\x83\x5c\xd3\x20\xcf\x9f\xc8\xae\x9f\x24\xd7\xa8\xa7\xa7\x53\xa5\x53\xd5\xa3\xf1\x2f\x4c\x4d\x46\x46\x27\x9f\xb0\x9e\xf4\x3a\xcd\xf0\x18\x0d\xe2\x69\x82\xb2\x70\xac\xcf\xfd\x82\x41\x79\x23\x3c\xcb\x4e\xc8\xea\x73\xc7\x8f\xb5\x44\xbc\x3d\x88\x83\x70\x70\x4d\x39\x21\xa5\xc3\x12\x58\xac\xbb\xb1\xe8\x9e\x51\xc7\x81\xdf\xce\x20\xe5\x25\x44\x5b\x31\x32\xc5\xd9\x92\xe4\xfe\x82\x52\x9c\x4d\x27\xea\x87\x02\x8f\x8e\xf9\x87\xfd\xfd\x5f\xa8\x6b\x47\xd1\x09\x7f\xff\x97\x8f\x35\xb4\x89\xf6\x7f\x31\x53\xa3\x49\x45\xea\xb4\x48\xdd\x1a\xcd\x58\x5e\xd2\x30\x95\xe9\xb4\x77\x89\x89\xa8\xe0\x3a\xfa\xd7\x68\xf0\x63\x68\x9b\x46\x3f\xfe\x8a\xe8\x93\x2b\xfa\xb1\x5c\x9c\x85\x39\x16\xe5\xf3\xeb\x50\x7b\x98\x63\xd1\x6c\x43\x34\x5b\x57\x9a\xad\xcf\x6b\xb6\xae\x36\x5b\x5f\xac\x59\x08\xa3\x13\xd6\xf8\x12\x24\x40\xc2\x86\xba\x02\x5d\x55\x9b\x50\xb5\xc1\x17\x33\x54\xad\xa9\xcb\xd4\x31\x23\x8c\xac\x8b\x58\x2b\x02\x6a\xad\xd1\x73\xbd\x1e\xdb\x9f\x7e\xac\xd3\x8f\x75\xeb\xc7\x06\xfd\xd8\xb0\x7e\x6c\xd2\x8f\x4d\xeb\xc7\x56\x51\x9b\xed\xa2\x36\x3b\x45\x6d\xae\x89\x36\x0b\x34\x52\xa5\x38\x0f\x5a\x9c\xfb\xa0\x72\x1c\x08\x99\x4a\x0a\xd9\x8f\xe8\x5e\x92\xbb\x3a\x95\xd7\x92\xf4\x51\x8a\x33\xab\x45\xec\xbd\x73\x6f\xef\x30\xb8\xb9\x97\x19\x70\x21\xb5\xf4\x09\x0d\x35\xf4\x1b\x10\x21\xaa\xfc\x46\xe6\x9e\xaf\x12\x78\x16\x7b\xef\x4b\xbd\x62\x9d\x56\x6c\xb0\x8a\x6b\x5a\xc5\xb6\xb3\x62\x83\x56\x6c\xb1\x8a\x75\xad\xe2\x9a\xb3\x62\x93\x56\xec\x9c\x0b\xd4\x94\x8a\xf5\xbc\xe2\x9d\x76\xb1\xa2\x28\xf5\x14\x11\x1e\x3b\xfe\x84\xa5\x64\x67\xc1\xe3\xe1\xf1\x36\xd1\xe3\x39\x1c\xc6\xe0\x04\x1c\x5b\xfc\x78\x2b\xbe\x56\x27\x3c\x24\xe5\xe8\x15\xde\x74\x27\xc5\x5e\x74\x32\xf5\x0b\x3b\x9e\xfc\xe6\x36\xff\x18\x5e\xd2\x2f\x9d\xd6\x6a\xb3\xa1\xab\xe5\xc4\x32\x11\x04\x5b\x29\xe9\x0a\xa5\xac\x0f\xe5\x8b\x24\x82\x6a\x06\x3f\x27\xfe\x25\x46\xf1\x28\x70\xb2\xda\x05\xe4\x87\xee\x47\x3a\xb9\x5d\x3d\xde\xa1\xd2\x62\xd7\x1f\xf5\xa7\x23\xb2\xc2\x22\x7c\xe5\x6c\xb6\xcb\x12\xc1\x74\x69\x22\x98\xda\xac\x15\x34\xe1\xff\xd0\x12\x97\xd0\xf4\x7c\x2d\x5d\x96\x17\xa6\x4b\xf3\xc2\xd4\x66\xac\x46\x13\x62\xca\x77\xb9\x80\x5a\xab\xa2\x57\xa8\xd2\xfd\x28\x3d\xff\x17\xaa\xa3\x0d\x54\xab\x9a\x10\x1b\x0c\x62\x83\x42\x64\x00\x5b\x0c\x62\x5d\x83\x58\x2f\x01\xb1\xc9\x20\x36\x8d\x6e\x55\x68\x3b\x0a\xc4\x46\x09\x88\x2d\x06\xb1\x65\xed\x75\x53\x83\xd8\x2c\x01\xb1\xcd\x20\xb6\xad\xbd\x6e\x69\x10\x5b\x25\x20\x76\x18\xc4\x8e\xb5\xd7\x6d\x0d\x62\xbb\x04\xc4\x35\x06\x71\xcd\xda\xeb\x8e\x06\xb1\x33\x17\x62\x2e\xf6\x53\xa0\x4a\xf5\x35\xbd\xba\xee\x1d\x23\x68\x9a\xec\x3e\x17\xcb\x77\x58\x44\xa4\xd4\xc5\x0c\x78\x75\x48\xba\xd6\xb5\x24\xe1\xe0\xe9\xf2\x93\x69\x3f\x43\xc3\xf0\x62\x88\xfc\x28\x40\xa3\xf8\x0a\xf9\xc9\xc5\x14\xc2\xbf\x80\x9b\xf3\xff\x4e\xfd\xc4\x48\xdc\x03\x0d\xf8\x68\x93\xb4\xc2\xa5\x38\x8b\xf2\xe0\xa2\x47\x8b\xd0\x5d\xc2\x7a\x7c\xe2\x7d\x56\x30\x48\x70\x3a\x1d\x65\x28\x1e\x14\x35\x3f\xa4\x5b\x40\xe5\xc2\x47\xcf\xd1\x85\x4f\x5d\x57\xea\x6b\x55\xb4\x84\xe8\xab\x1e\x7b\xd5\x86\x57\x3d\x78\x65\x43\x72\x44\x01\x49\x5d\xa1\x47\xc2\xe7\xe8\x62\x06\x33\x5c\x05\x82\xe0\x05\x84\xd8\x29\x15\xb0\x25\x82\x21\x1d\xfa\xed\xf0\x18\x41\x38\x49\xf9\xe3\x1b\xca\xe1\x2e\x86\xe8\x77\x74\x31\x2a\xcb\xe4\xec\x4a\x95\xdf\x18\x8b\x7b\x43\x59\x5c\xa5\xf2\x26\xdf\xbe\xc9\x4e\xf6\x46\x12\x0b\xaa\xac\x40\x47\x2d\xd0\xc9\x0b\xe8\xf4\xfc\x1b\xe3\x86\x6f\x28\x37\xac\xd0\x66\xf2\xfd\xf6\x0d\xe7\x7f\xb0\xdf\x2e\x21\xd2\x9a\x09\xa3\xc1\x60\x34\x38\x8c\xba\x8a\x40\xdd\xc0\xb0\xa6\x16\xa8\x15\x61\xd8\x64\xd0\x9b\x1c\x7a\x43\xc5\xb0\xa1\x61\x58\xb7\x60\xd8\x62\x30\x5a\x1c\x46\x53\x45\xa0\x69\x60\xd8\x50\x0b\x34\x8a\x30\x6c\x33\xe8\x6d\x0e\xbd\xa5\x62\xd8\xd2\x30\x6c\x5a\x30\xec\x30\x18\x1d\x0e\xa3\xad\x22\xd0\x36\x30\x6c\xa9\x05\x5a\x45\x18\xae\x31\xe8\x6b\xe7\x0a\x89\x08\x0c\x3b\x1a\x86\x6d\x05\xc3\x52\x89\x3f\x52\x9e\x74\x42\xe8\x5a\x4b\xa4\x9d\x98\x77\xdd\x45\x61\x65\x78\x96\xc9\xf7\x4e\xb2\x26\x95\x87\x52\x50\xd2\x38\xd0\xdb\x22\xf3\xfe\x6a\x32\xf2\x09\x36\xb3\x0c\x39\xc1\xb1\x38\x33\x95\xbc\x65\x1b\x44\x71\x71\x55\xa4\xd4\x55\x93\x77\xc8\x25\xab\x45\x77\x50\x72\xc1\xd2\xc6\xc8\x9e\x7a\x37\xb2\xd1\x6e\x79\xf9\xa5\xc8\x46\xbb\xe3\xb1\xbb\x92\x8d\x4e\xfd\xe6\xdc\x5b\xfb\x6b\x47\x22\x7c\xbc\xaf\x7a\xbc\xaf\x7a\xb0\xfb\x2a\x6d\x89\xe7\xf7\x39\xfa\x4d\xce\x5f\xeb\x0e\xe7\xbe\xb2\xc2\xbd\x15\x47\xf3\xb7\xea\xd1\xfc\xed\x6d\x8f\xe6\x6f\xd5\xa3\xf9\xdb\xa2\xa3\xf9\x3c\x05\xf3\xe3\x4d\xd5\xe3\x4d\xd5\xe3\x4d\x95\xf2\xe5\xf1\xa6\xea\xf1\xa6\xea\xf1\xa6\x2a\x6f\xf6\xf1\xa6\x4a\xff\xf8\x78\x53\xe5\x78\x7c\xbc\xa9\x7a\xbc\xa9\x7a\xbc\xa9\x82\xbf\xc7\x9b\xaa\x72\x4a\xdc\xc7\x9b\xaa\xc7\x9b\xaa\xc7\x9b\x2a\xe9\xef\xf1\xa6\xea\xf1\xa6\xea\xf1\xa6\xea\xf1\xa6\xea\x3f\xf9\xa6\xea\xde\xee\xa8\x6e\x77\x3b\x55\xe6\x5e\xaa\xc4\x8d\xd4\x43\xdd\x45\xfd\xb5\xf3\xa1\x3c\xde\x45\xfd\xfd\xef\xa2\xe4\xbb\xa3\x6e\x6b\xae\xa3\x93\x7c\x73\xd4\x6d\x49\xd7\x46\xf0\xf0\xf0\x77\x46\xd4\x4b\x53\xdc\x1a\xd9\x83\x0a\x70\x0f\xed\xa2\x6b\x25\x70\xe3\x94\x3d\x8a\xa5\x98\xe9\xa6\xbe\x22\x0a\x33\x94\xf6\xe2\x99\x09\xe7\x44\xa0\x73\x22\x5f\xd3\xf1\x3f\x9b\x34\xd9\x68\x77\xdc\x87\x72\x76\xe8\x0e\xe7\xab\x71\xdf\xe2\x6b\x9b\x1e\x57\x6d\xd1\xe3\xfe\xe3\x73\x1b\x66\x83\x42\x86\x80\x47\x95\x08\xd1\x3f\xe4\x71\x72\xa8\x0e\x59\x25\xb2\xb5\xf1\xb1\x3f\x53\x00\x99\x91\xd0\x94\xcf\x46\x50\x34\xdb\xd9\x9f\xf4\xa2\xf2\x09\x2d\xd1\xf1\x59\xe2\x8d\x56\xd1\x3f\xa0\x57\x8e\x58\x0a\x57\xfe\xc4\x8e\x33\xec\x1b\xa6\x86\x40\x9a\x80\x13\xbb\x63\x3c\x79\x4d\x66\x7c\xfe\xf4\x74\xad\x2a\x7e\x96\x55\x43\x10\xcd\x27\x96\x65\x56\x00\xba\xb3\x5a\x8e\x6b\x42\x40\x0b\x62\xe4\x5f\x27\xd3\x63\x57\x19\x2a\x2d\x0b\x27\xe7\x46\xbb\xe3\x50\x88\xd4\x9c\xca\x10\x6b\xa3\x65\x15\x23\xd2\x7a\xd2\x14\x23\xf9\xa0\x85\xda\x97\x4f\xf9\x70\xce\xcd\x00\x0f\xca\x41\xb5\xfa\x67\x19\x4f\x6d\x3e\xc4\x6a\x8a\xe8\x32\x8a\xa8\x4a\x2d\xb2\x2c\xa2\x10\x34\xe8\x34\x61\x1c\xa3\x4a\xe5\xbb\x42\xc2\x0e\xc2\xb5\x12\x6d\x01\xc1\xba\x89\x35\x27\x54\xf5\xbd\xda\xd9\xaf\xa4\x6e\x85\xad\x29\x52\x85\xe1\x75\x9e\xe7\x35\x88\xf4\x3c\x06\xda\xf1\xe9\x03\xc4\x41\xb1\xdc\x68\xe5\xa4\x1e\x1a\x67\x77\x32\x16\xca\x5c\x31\xb1\x4c\xc1\xee\x7b\x95\x7b\xbb\xad\xfb\x10\x7a\xbb\xad\x85\x25\x5e\x73\x8f\xd5\xc4\xdd\x6e\xcb\x1a\xdb\x02\x6e\x68\x42\x1c\xdc\x62\x87\xdf\x4e\xe2\x89\xb2\xcb\xb3\x17\x30\x08\xdf\x20\x2a\x5e\x40\x9a\x53\x03\xcd\x69\x7a\x7e\x32\xf1\xa4\x94\x08\x35\x87\xea\x2f\x1a\x32\x58\x3d\xd6\x1c\x41\x5d\x8a\xfa\xa5\xad\x62\x02\x6a\x43\x05\xa1\x46\x8c\x2b\x25\xc4\x90\x36\x78\xc1\xe2\x3b\x0c\x32\x9e\x05\x1b\xb8\x30\x7c\x21\x78\x91\x5d\xfc\x67\xd8\xcc\x97\x97\xad\x7b\xf8\x02\xec\x1e\xcd\x49\x80\xf4\x1d\xad\x36\x32\x44\xf7\xb3\xe2\x00\xd2\xe2\xab\x8e\xd1\x7c\xf1\xca\x23\x85\x8a\x4f\x9a\xdd\xd6\x43\x1d\x33\xef\x96\xae\xef\x5b\x9e\x2f\x1f\xec\x14\xf8\x6d\x83\x38\x13\x56\x85\x53\x9c\x5c\xe2\xa7\x4f\x2a\xfd\x2a\x6a\xd4\xea\x0d\xd4\xbb\x46\xdd\xff\xef\xff\x0d\x92\xb0\x8f\x0e\x70\x1a\x85\xa3\x15\xb4\x35\x1a\xa1\x24\xbc\x18\x66\x29\x62\xe5\x83\x95\xa7\x4f\x9f\x1c\xe3\x20\x4c\xb3\x24\xec\x4d\x01\xbe\x1f\x05\x10\x94\x27\x8c\x50\x1a\x4f\x93\x3e\x86\x37\xbd\x30\xf2\x93\x6b\xc2\x0e\xc6\xa9\xc7\xa2\x34\x24\xf0\xdf\x78\x9a\xa1\x31\xf0\xf4\x3e\x70\x56\x0f\xf9\x09\x46\x13\x9c\x8c\xc3\x2c\xc3\x01\x9a\x24\xf1\x65\x18\xe0\x80\x06\x9d\x20\xeb\x74\x10\x8f\x46\xf1\x55\x18\x5d\xa0\x7e\x1c\x05\x21\x5d\xc3\xa4\xd2\x18\x67\x1b\x6c\xc5\x2f\x23\x15\xad\x14\x14\xc3\x14\x9f\x7e\x1c\x60\x34\x9e\xa6\x19\xd9\xa8\xfd\x30\x02\xa0\x7e\x2f\xbe\x24\x9f\x26\xd7\xd0\x45\x14\xc5\x59\xd8\xc7\x1e\x8d\x2b\x34\x0a\x53\xd0\x2c\xcb\xed\x45\x81\x86\x4c\x10\xa6\xfd\x91\x1f\x8e\x71\xb2\xe2\xc2\x21\x8c\xe4\x81\xe0\x38\x4c\x92\x38\x98\xf6\xf1\xbd\xa3\x81\x58\xd7\x82\xb8\x3f\x15\x71\x30\x48\x8d\xd5\x38\x61\x31\x32\xc6\x7e\x86\x93\xd0\x1f\xa5\xf9\x30\xc3\xdc\x40\x35\x09\x75\x32\xcf\xa7\x7b\xfb\x27\xe8\xe4\x70\xf7\xf4\xd7\xad\xe3\x1d\xb4\x7f\x82\x8e\x8e\x0f\x7f\xd9\xdf\xde\xd9\x46\xaf\xff\x85\x4e\xf7\x76\x50\xf7\xf0\xe8\x5f\xc7\xfb\x6f\xf6\x4e\xd1\xde\xe1\xbb\xed\x9d\xe3\x13\xb4\xf5\x7e\x1b\x75\x0f\xdf\x9f\x1e\xef\xbf\xfe\x70\x7a\x78\x7c\x82\x7e\xdc\x3a\x41\xfb\x27\x3f\xc2\x87\xad\xf7\xff\x42\x3b\xbf\x1d\x1d\xef\x9c\x9c\xa0\xc3\x63\xb4\x7f\x70\xf4\x6e\x7f\x67\x1b\xfd\xba\x75\x7c\xbc\xf5\xfe\x74\x7f\xe7\xc4\x43\xfb\xef\xbb\xef\x3e\x6c\xef\xbf\x7f\xe3\xa1\xd7\x1f\x4e\xd1\xfb\xc3\x53\xf4\x6e\xff\x60\xff\x74\x67\x1b\x9d\x1e\x7a\xd0\xa8\x59\x0d\x1d\xee\xa2\x83\x9d\xe3\xee\xde\xd6\xfb\xd3\xad\xd7\xfb\xef\xf6\x4f\xff\x05\xed\xed\xee\x9f\xbe\x27\x6d\xed\x1e\x1e\xa3\x2d\x74\xb4\x75\x7c\xba\xdf\xfd\xf0\x6e\xeb\x18\x1d\x7d\x38\x3e\x3a\x3c\xd9\x41\xa4\x5b\xdb\xfb\x27\xdd\x77\x5b\xfb\x07\x3b\xdb\x2b\x68\xff\x3d\x7a\x7f\x88\x76\x7e\xd9\x79\x7f\x8a\x4e\xf6\xb6\xde\xbd\xb3\xf6\x92\xe0\xae\xf4\xf1\xf5\x0e\x7a\xb7\xbf\xf5\xfa\xdd\x0e\x6d\xe9\xfd\xbf\xd0\xf6\xfe\xf1\x4e\xf7\x94\x74\x27\xff\xd5\xdd\xdf\xde\x79\x7f\xba\xf5\xce\x43\x27\x47\x3b\xdd\x7d\xf2\x63\xe7\xb7\x9d\x83\xa3\x77\x5b\xc7\xff\xf2\x18\xcc\x93\x9d\xff\xfb\x61\xe7\xfd\xe9\xfe\xd6\x3b\xb4\xbd\x75\xb0\xf5\x66\xe7\x04\x55\xe6\x0c\xc9\xd1\xf1\x61\xf7\xc3\xf1\xce\x01\xc1\xf9\x70\x17\x9d\x7c\x78\x7d\x72\xba\x7f\xfa\xe1\x74\x07\xbd\x39\x3c\xdc\x86\x81\x3e\xd9\x39\xfe\x65\xbf\xbb\x73\xf2\x12\xbd\x3b\x3c\x81\xd1\xfa\x70\xb2\xe3\xa1\xed\xad\xd3\x2d\x68\xf8\xe8\xf8\x70\x77\xff\xf4\xe4\x25\xf9\xfd\xfa\xc3\xc9\x3e\x0c\xda\xfe\xfb\xd3\x9d\xe3\xe3\x0f\x47\xa7\xfb\x87\xef\xab\x68\xef\xf0\xd7\x9d\x5f\x76\x8e\x51\x77\xeb\xc3\xc9\xce\x36\x8c\xee\xe1\x7b\xe8\xea\xe9\xde\xce\xe1\xf1\xbf\x08\x50\x32\x06\x30\xf8\x1e\xfa\x75\x6f\xe7\x74\x6f\xe7\x98\x0c\x28\x8c\xd4\x16\x19\x82\x93\xd3\xe3\xfd\xee\xa9\x5c\xec\xf0\x18\x9d\x1e\x1e\x9f\x4a\x7d\x44\xef\x77\xde\xbc\xdb\x7f\xb3\xf3\xbe\xbb\x43\xbe\x1e\x12\x28\xbf\xee\x9f\xec\x54\xd1\xd6\xf1\xfe\x09\x29\xb0\x4f\x9b\xfd\x75\xeb\x5f\xe8\xf0\x03\x74\x99\xcc\xd1\x87\x93\x1d\xfa\x53\xa2\x58\x0f\x66\x12\xed\xef\xa2\xad\xed\x5f\xf6\x09\xda\xac\xf0\xd1\xe1\xc9\xc9\x3e\xa3\x13\x18\xb2\xee\x1e\x1b\xee\x95\xa7\x4f\x9e\xaf\xaa\x3a\xaf\x03\x3f\x1b\xde\xaf\xde\xab\x5c\xd4\x69\x1a\xf8\x58\x14\xa1\x8f\xa5\xac\xb3\xe1\xc2\xce\x8f\xb2\x14\x65\x7e\x8f\x4b\x2c\xa4\xca\xc7\x2f\x23\x6b\xb0\xcd\x5c\x8e\xaa\x79\x08\xd5\x3d\x84\x1a\x1e\x42\x4d\x0f\xa1\x96\x87\x50\xdb\x43\xa8\xe3\x21\xb4\xe6\x21\xb4\xee\x21\xf4\xc2\x43\xf5\x9a\x87\xea\x75\x0f\xd5\x1b\x1e\xaa\x37\x3d\x54\x6f\x79\xa8\xde\x96\x2c\x2c\xd7\x68\x5d\xf2\x8d\xc0\x23\xe5\x09\x8c\x7a\x9b\xc2\x25\xf5\xa0\xad\x17\x0c\x7e\x83\xc1\xa8\x43\x1b\x39\x9c\x26\x6b\xab\xc5\x70\x79\xc1\x60\xac\x4b\x78\xae\x31\x58\x1d\x86\x4b\x9d\xc2\xac\xcb\xb1\x96\xeb\xac\x2e\xc7\xa5\x46\x61\x00\x1e\x1c\xcf\x26\x85\x45\xe0\xd7\xe5\x7e\xcb\x70\x5a\xac\x6e\x9b\xe1\xbe\xc6\x60\x34\x24\x3c\xeb\x0c\xd6\x3a\xc3\x85\xf5\xbb\xde\x3c\xaf\xbe\x94\xe7\x22\x99\x33\x17\x1c\x8f\x35\x69\xac\x1a\x0c\x26\xc7\xb9\xa3\x8e\x07\xf4\xad\xa9\xf5\xbd\xc3\xea\x34\x73\x58\x50\xb7\x9d\xe3\xcc\x61\xf0\xf1\x80\xb6\xea\x5a\xdf\xa1\x50\x5b\xea\xe0\x1a\x43\xb0\x93\x0f\xae\x00\xd2\x90\x06\x9a\x22\x9b\x03\x5a\x67\x75\xa4\xc1\x82\x89\x69\xe7\x83\x2b\x60\x34\xa5\x81\xa6\xc8\x4a\x08\x35\xd8\xc8\xd6\x24\x60\x7c\x34\xd6\xc4\xec\x09\x0a\x45\x6c\x74\x28\xb2\xea\x6c\xa4\xf3\x56\x06\x45\x91\x8d\x15\xa0\x27\xb7\xc4\x69\xab\x29\x8d\x67\x27\xff\xa6\xd0\xf4\x9a\x07\x9f\x60\xa8\x38\xbd\xbe\xc8\x69\x8f\xd3\x54\xbd\x2d\x0d\xeb\x1a\x2b\xab\xcc\x47\x3d\x27\x02\x31\x17\x2f\x58\x41\x4e\x3c\xeb\x52\x19\x8e\xf8\x1a\xfc\x96\xcf\x52\x62\x2d\xb7\xf2\xaa\xbc\x7d\xb1\xe6\xe5\x35\xb1\xae\x80\xcc\x41\xf1\xf5\xd9\xce\x69\x5f\xf4\xb3\x91\xa3\x20\xc6\x89\x91\x0c\x85\x8b\xb4\x29\x99\xb7\x40\x18\x62\xca\xe0\xb7\x73\x04\xa0\x9f\x6b\xf9\x42\x84\x06\x5b\x0c\x91\x8e\x86\x74\x53\x1d\x7c\xd1\xe9\x7a\x0e\x47\x8c\x9d\x58\xd0\xf0\x5d\x81\x23\x18\x48\x5d\x1a\xa4\x4e\xde\xae\x58\x78\x6c\x01\xd7\x9b\x96\xf9\x10\x1d\xd0\x10\xe7\x80\xc4\x82\x6b\x48\xff\x6d\x8b\x55\xac\x0e\x50\xdb\x52\xae\xa5\xce\x8c\x98\xc9\xbc\x53\xa8\x5e\x47\xe7\x4a\x96\xec\x8f\x43\xb2\x42\x2c\xf3\x81\x44\xa8\xe6\x9a\x87\x6a\xb3\xf6\xd6\x7a\x63\xed\xc5\x8b\x17\xe4\x77\x67\x67\xfb\xc5\xce\xeb\xad\x3a\xf9\xbd\xbe\x5b\x7f\xfd\xba\xbb\xdd\x25\xbf\xb7\x5e\xb4\x9b\xbb\xdb\xad\x1d\x75\xbe\x87\x89\xb3\x81\x76\x6d\xab\xb1\xfe\x7a\xa7\x03\x0d\x74\x5b\xdb\xdb\xf5\x46\x0b\x1a\xd8\x5e\xab\x35\x77\x76\x9b\xe4\xf7\xda\x56\x67\x7b\xad\xb3\x03\x0d\x73\x84\xce\xad\xfa\x80\xe3\xfd\xa3\x9d\x83\xed\x7a\xa7\x06\xe1\xf7\xe7\xe8\x90\x44\xd9\x5c\x8b\x24\xbd\xa2\xbb\xf2\x6d\xef\x8a\xa8\x32\x11\x90\x70\x04\xc1\xee\xac\xb5\xda\x8d\x66\x0d\x46\x70\x67\xb7\xbb\xbd\xf5\x7a\x1d\x3a\xf8\x62\xfd\xf5\xd6\x76\x77\x77\x87\xfc\xae\xd7\x9a\x8d\x76\x6b\x0d\x06\xa7\xdb\xdc\x6e\xec\xd4\x77\x6b\xe7\x4e\xd5\x78\x59\xa5\xbc\x55\xb1\x5b\xda\x4b\xa9\x5e\x70\x53\x33\xdf\x1c\x9f\x62\x01\xba\xd7\xdc\x2c\xd2\x71\x7d\x73\xf0\x51\x2a\xcd\x2f\x0f\x3e\x9a\x86\x4c\xa8\xe8\x4e\x45\xaa\x87\x36\x51\xc5\x2c\x80\xa8\x01\xa8\xd4\x58\x6e\xf8\x20\xbd\x5c\xcc\xa8\xd4\x00\xc8\xec\x4a\x35\x80\xa6\x75\xa9\x09\xae\x40\x35\x86\xe6\xd9\x3a\xef\x21\x71\xff\x40\x48\xd1\x79\xe5\x08\x0c\xe0\xe3\x70\xe4\x2e\x90\x40\x81\xc4\x59\x00\xc4\xcf\x8f\x5f\xdc\x10\x40\x26\xfa\xf8\xc5\x0d\x01\xb6\xe9\x8f\xa9\x1b\x02\x6c\x1a\x1f\xd3\xc4\x1e\xd1\x7a\x75\x95\xac\xb2\xcf\xe4\xd0\x7c\xe9\x27\x21\x91\x8e\x2d\x97\xb4\xfe\xc8\x43\xbd\x91\x87\xfa\x23\x0f\x05\x23\x0f\xe1\x91\xa5\x21\x3f\xf1\x50\x2f\xf1\x50\x3f\xf1\x50\x90\x78\x08\x27\x7a\x63\x3e\x41\xc5\x27\x08\xef\x99\x2e\x23\xbd\x04\x82\x8e\xc3\xc7\xba\xfe\xb1\x4f\x3e\xf6\xe9\xc7\x86\xfe\x31\x20\x1f\x03\xfa\xb1\xa9\x7f\x84\x03\x03\xa6\x1f\x5b\xfa\x47\x91\xa6\xda\x57\xf3\x52\xf3\x2e\xe9\xb7\x82\x56\x53\x42\xf8\xef\xd2\x26\xaa\x5b\xd7\x76\x46\x96\x8f\x3f\x42\x4b\xf9\x9a\x5a\xfa\x32\x3a\x0b\xcf\xcf\xab\x5f\x6d\x4e\x0c\xe0\xb5\xf3\xaa\xde\xa9\xfe\xf1\xf4\x89\xca\x1a\x49\x1b\x68\x50\xaf\xf4\x46\x5e\x7f\xe4\x05\xa3\x2a\x5a\x42\xc3\x91\xdd\xf7\xe6\x06\x09\x85\x5c\xf8\xaa\xd9\xa0\xaa\x36\x0b\xb4\x86\x0e\xcd\x18\x79\x03\x5a\x6b\xdd\x09\xad\xa9\x43\x33\xa6\xca\x80\xd6\x69\x39\xa1\xb5\x74\x68\xc6\xdc\x4a\xd0\xfe\x58\x5d\x65\x10\xd7\x6b\x4e\x88\x6d\x1d\xa2\x41\x10\xc8\x1e\x26\x9d\x4c\x62\x66\x9d\x2e\xf2\x05\x25\x71\x36\xaa\x64\x5e\x4a\xa6\xd5\xe6\xb4\x01\x34\x90\x2d\xe1\x91\x7d\xca\x61\x45\x18\x4b\x8a\xfc\x01\xdd\x06\xb6\x2f\x40\xee\xd0\x2e\x59\x93\x75\xab\x1b\x10\xac\x97\x9e\xad\x36\x2c\x33\xe3\x26\x51\xa0\xea\x27\x68\x49\xa2\xd6\xe4\xf6\xd4\xda\xae\xf4\x12\xaf\x9f\x78\x41\x02\x23\x9e\xdc\x8d\x5a\x5b\x3a\xb4\xbb\x52\xab\x0a\xed\x4e\xd4\xda\xd0\xa1\xdd\x99\x5a\xeb\x3a\xc4\x7b\xa6\xd6\x04\x6e\xad\x0b\xc8\x35\x71\x90\x2b\x70\xd4\xc4\x46\xae\xc0\x88\x6d\x5f\x80\x45\x53\x72\x4d\x9c\xe4\x0a\x1b\x80\xad\x36\x6c\x0d\xa6\x85\x86\xce\xca\xf7\xe5\x74\x0c\x20\x43\x82\xd5\xaf\x26\x61\x92\x7f\x36\x51\x65\x8f\x9a\xe6\xf6\x09\x67\x0e\x2c\x3d\xdd\x63\x26\xbc\x7b\xd4\xfc\x36\x20\xe5\x6c\x23\xb2\xc7\xcc\x74\xf7\xa8\x21\x2d\x26\xe5\x7c\x6b\xb9\x26\x2b\x07\xc6\xb2\xb0\x23\xf4\xac\xe5\x5a\xac\x1c\x18\x26\xf7\x48\xb9\xbe\xb5\x1c\x18\x30\x2b\xc3\xa2\x8b\xb5\xbb\x2c\xb5\xc6\x1d\xcc\xb3\x02\x3f\xf3\x85\x30\x44\x1e\x2c\x1b\xff\xfc\x34\x8c\xbc\x64\xf4\x3a\xcc\xd2\xd3\x38\x03\x8e\x47\x61\x46\xdb\x7e\xe6\x53\xab\xad\xe7\x68\xdd\x02\x1d\xea\xbc\xc3\x83\xcc\x48\xda\x08\xe5\x8d\xce\x6c\x05\x81\x99\x85\x18\xb1\x7c\x8b\xd4\x98\x29\x07\x49\xa4\xc9\xf6\x39\xfa\xba\x49\x13\x0b\xe7\x36\x12\xa2\xc4\x3f\x50\xb3\xa1\x53\x6b\x0e\xa9\x52\xa9\xe4\x45\x97\x10\xe1\x0f\x04\xe4\x8b\x2a\x01\xd5\x22\xeb\xb6\xde\x72\x08\xd0\xbc\x2a\x1d\x8e\x5c\x78\x96\x5e\x96\x17\x9e\x0d\x60\x4c\x70\xd6\x80\xcd\x13\x9c\x6d\x1d\x95\xf3\x74\xe4\xf9\x30\x79\x8e\x1d\x30\x8e\xb1\xa4\xed\x58\x5d\x85\x93\x20\x82\xec\x2e\xd4\x21\xcb\x6a\x38\x35\xa1\x27\x2f\x33\x9b\x4b\x31\x59\xc2\xea\x96\x65\x74\x0b\xe1\xec\xa1\x4d\x24\x8b\xef\x77\x3b\xbf\xb5\x4b\x1d\xdf\xec\x27\xb2\x3d\x38\x8a\xed\x59\x9c\x49\x50\xd1\x19\x6c\x4f\xb8\xeb\xed\x29\xc7\xab\xbd\x85\xcf\x55\x94\x42\xf6\x94\x33\xd5\x9e\xf3\x30\x35\xdf\x14\xee\x98\xde\x84\xd3\xc9\x65\x19\x2c\x02\x18\x6c\xb5\x28\xbb\x31\xd7\x26\x48\x61\x53\xfd\x51\x1c\x15\x33\x28\x30\x25\x20\xa5\x72\xed\x02\x3c\xba\xcd\x20\xe8\xe7\x8f\x06\x91\xd0\x7a\x26\xad\x31\x34\xe1\xab\x62\x17\x05\x3f\x6f\xe8\xed\x3f\x92\x2d\xe2\x06\xf5\xca\xcc\x43\xd7\x1e\xfa\x62\x4b\xf3\x51\xa9\xcc\xc0\xb3\xf3\x1a\xfe\xfd\x92\x67\x6b\xbf\x31\xe0\x34\x8a\xe1\x54\x66\xd5\x9f\x2a\xd7\x55\xea\x4e\xfe\x6f\xf2\xf0\xa5\x5a\xad\xbe\x74\x41\x6b\xce\x85\x46\x00\xfd\x9b\x40\xcc\x51\x73\xc0\x6a\xcd\x87\xf5\x13\x40\x00\xdc\xae\xab\x3f\x55\xfe\x0d\xc8\xb9\x21\xb6\xcb\x8c\x19\x19\xb4\xaf\x39\x28\x07\x2c\x10\x25\x66\x5e\x64\x85\x34\x7b\xf5\x2a\xfa\xff\xd9\x7b\xfb\xee\xa8\x71\xa4\x51\xfc\xef\xe1\x53\x68\xf7\x77\x16\x3a\xa4\x93\x58\xf2\x9b\x0c\x64\x7e\x97\xc9\xc0\xc3\xdc\x81\x81\x03\x99\x0b\xcf\xe1\xc0\xac\x6c\xcb\x69\x0f\x9d\xee\x3c\xdd\x0e\x49\x76\x87\x3d\xf7\x6b\xdc\xaf\x77\x3f\xc9\x3d\x2a\xc9\xb6\x6c\x4b\x72\x77\x08\xf3\xec\xec\x92\x3d\xcb\x74\xb7\x4b\x55\xa5\x7a\x53\x59\x2f\x25\xe0\xea\xf2\xdb\x6f\xbf\x9d\xf8\x64\x6f\xa1\x33\x25\x3f\x38\x77\xc3\xd4\x9b\x61\xe4\x3d\x70\x9b\x6d\x86\xb1\xde\xf6\xa3\xf6\xb7\xc0\x9e\xa7\xfa\x73\xb5\x94\x91\x69\x88\xc6\x72\x3f\x8f\x05\xfa\xba\x17\xf3\x28\xcf\x68\x77\xb2\xd4\x13\x78\x93\x3b\x8a\xc5\x3b\x86\x5d\x38\xf6\x56\x17\x35\xb7\xa6\xed\x36\xc3\xc9\xc1\xde\x56\x9b\x1a\x60\xb3\xad\x4a\xb5\x72\x9e\x3c\x7b\x78\xf4\x3b\xa8\xc6\xd1\xfc\x03\xbf\x82\xa6\x6b\x9e\xad\x78\x65\xb9\x3b\xc9\xa2\x50\xb8\x72\xf0\x06\x15\x2a\x2f\x32\x6c\x54\xf3\xe4\x94\x65\xad\x7a\xf4\x2d\x56\x06\x0d\x75\x80\x87\x5a\x3a\x65\x99\x41\x53\xdf\x7c\x92\xeb\xc0\x96\xad\x51\x35\xa4\xf9\x76\xa2\x4f\xef\xa6\x71\xfc\x75\x8b\xd3\xbf\xc2\x91\x95\x2f\xbd\x74\xdf\x2b\xac\xa6\x11\xb6\x96\x4c\x7b\xf5\xe4\xe1\x1e\xde\x60\x25\x63\x78\x57\xf5\x4d\xae\x5f\x1c\xc2\xe9\xd3\x76\x09\xa3\x5c\x94\xd5\xc4\x50\x80\xaa\xbb\xa4\xc1\x8b\x2c\x67\x29\x4d\x0c\xb5\x99\xbc\xcb\x84\xa6\x2c\xcf\x0a\xde\x59\xe3\x30\x01\x66\x7e\x4e\x38\x2e\xbc\xee\xb3\xcf\x5f\x02\xb1\x65\xe8\xe6\xe4\x7b\x38\x83\x3e\x40\xb0\xc9\xdc\xb3\x79\xba\x58\x3c\x4a\xcd\x93\xc5\x90\x30\x9a\xa7\x8a\xe1\x75\xd5\x3c\x51\x2c\x1e\xf1\x66\x9a\x78\xc0\xa9\x75\x9e\xd8\x3a\x27\x6c\x79\x5b\x80\x79\x1f\x24\x4f\x98\x5a\x6a\xc1\xbc\x96\x89\x7f\xb7\x04\x46\xf7\xec\x69\xfd\x57\x4f\x28\x99\x11\xd5\xe7\x1c\x5e\xbf\x2d\xd1\x1e\xf2\xdf\xa1\xf7\xea\x23\x6d\x3f\xe2\x40\xfb\x1c\xd9\xee\x8e\x54\x2c\x4d\x16\x70\x38\x56\xbe\x5b\xc2\xeb\x83\x8f\xcd\x65\x6a\xcc\x6f\x42\x30\xb5\x34\x61\x02\x49\x08\x48\x98\x7c\x93\x89\xe1\x80\x2c\x47\xbb\x40\xc8\x36\xd1\x88\x1e\x20\xe2\x59\xa5\x06\xd3\x66\x93\x49\x8a\x6e\xa3\x4c\xe6\xb9\xe2\x63\x0e\x98\xbd\xcb\x90\xc9\x55\xd8\x91\x29\x3e\xf4\x00\x05\x63\x24\x52\xf4\x1e\x65\xe8\x3d\xca\x25\xe6\x88\xe7\x09\x4f\x99\xa9\xe8\x50\x0f\x73\xb4\x05\xf3\x92\x77\xf1\x29\x53\xbd\xd8\x43\xde\x65\xec\xf1\x20\xf0\x49\x60\xa7\x75\x70\xb7\x21\x47\xbd\x1d\x74\xf7\x60\xe3\xbe\x08\xfc\x7e\x98\xe4\x3e\x27\xfd\x59\x1e\x64\x51\xa9\xf0\x97\xdc\x34\xdd\x87\x0e\x51\x66\x9a\xe2\x43\x40\xf2\xc1\x03\xe4\x7b\xaa\x97\xa0\x7e\xe3\xdd\xa2\xe8\x10\x99\xf8\x60\x9b\x9d\xd6\xda\x68\x32\x50\x4d\xa2\xd5\x93\x6d\xac\x7f\xc2\x1b\x75\x26\x02\x61\xc2\x70\x50\xf9\x04\x75\x26\x01\x61\xb2\x30\x33\xc3\xf8\xfa\x44\x61\x6e\x86\x09\xf4\x49\x42\xde\x87\xf9\x3a\xc1\xf7\xcf\x3a\xc1\x27\x72\xe1\xfd\x62\xbe\x5c\xae\xf4\x39\xb7\x03\x18\xa8\xd5\xdf\x67\x11\x81\x5a\x08\x2d\xe6\x91\x79\xba\xc1\x34\xdd\x17\x9a\xa1\xdb\x72\x1e\xc8\x38\x5d\xf7\x47\x9c\x0d\xfa\x3a\x85\x30\x98\x0c\x10\xe9\xf3\x56\xb3\x07\xd0\xc0\x35\x71\xd0\x4d\xc8\xbb\x73\x06\xe2\xd9\xd7\xe9\x82\x1b\x9d\x2e\x00\x7d\x6c\x30\x53\x60\x56\x4b\x3b\x49\xa0\x54\x63\x3f\x36\x25\x00\xec\xd3\x02\xf4\x0f\x5d\x60\x63\x3d\x63\x24\x8c\xbe\x74\x6d\x0c\x45\xe5\xdf\x67\xfa\x60\x30\x3d\xa0\xbf\xc3\x93\x30\xea\xbc\xc5\x6b\xa7\xb0\xfb\xb3\x02\x84\x04\x9b\xcd\x0b\x08\xc0\x0e\x4e\xf8\x2e\x91\xff\xae\x73\x03\x19\xf6\xc2\x84\xe7\x54\xbc\xf2\xfb\x51\x9c\xe5\xa1\x17\xc3\x67\x2f\xf6\xf2\x1c\xc3\xe7\x22\xf6\x78\x98\xf8\xe6\x39\x83\xa2\xc8\x3c\x2f\xf5\x61\x72\x21\xa2\x21\xc5\x21\x96\x9f\x83\x22\xa1\x05\x03\x04\x29\x2f\x58\x50\xb0\x60\x8b\xe9\x82\x8d\x32\x4f\x2d\xec\x2b\xd1\x69\x2d\x1d\xa7\x68\x21\xa2\x36\xe9\xcc\xde\xe1\x30\x79\xb1\x2c\x2c\x7d\x1d\xa2\x47\x46\x5c\x42\x82\x6d\x07\x69\xd1\x64\x64\x98\xee\x78\xc7\x60\xa0\x26\xc4\x7c\x88\xfd\xeb\x50\xfd\x19\x43\xb5\xd0\xca\x66\x83\xb5\x51\x39\x9d\xe1\x5a\x2a\xc8\x39\x60\x13\xd2\x3f\xea\xac\x9d\x6b\x56\xc3\xd1\xbd\x38\x11\x03\x78\xf2\x75\x5e\xff\xbf\x67\x60\xfe\xe3\x1d\xcb\xfb\x41\x5e\xe2\x50\xfe\xad\x39\x95\x8b\x56\xcb\xf3\x45\x8e\xb2\xee\x79\x3d\xad\x07\x4f\xfa\x57\xa7\xfc\xd8\x5d\x06\xa8\x27\x6a\x79\x8b\x43\x3e\x31\x65\x30\x48\x5f\x52\x2e\xd7\x2f\x56\xe5\x29\x9f\x2c\x8c\xc3\xd8\xfa\xbf\x56\xd5\x4f\xf5\x7b\xbe\xf8\x32\x59\xf4\xdf\x33\x9b\x89\x60\xa9\x4e\x74\x88\xc8\xfd\xfa\xf3\x83\x43\x89\xa1\xfe\xc1\x31\x37\xfc\xa7\xc9\x02\xfd\x45\x81\xed\x58\xe7\x0b\x95\x8f\x16\x6c\xbe\xe6\xe3\xbb\x02\xfb\xf3\x63\xf5\xfb\xf8\xea\xbc\xfb\x86\x6b\x10\xcb\x09\xaf\x1e\xaf\x18\x7c\x66\xf3\xef\xca\x6a\x6d\x10\x50\xb3\x84\xbf\x40\x7b\x68\xb2\x80\xca\x9e\x3b\xe8\x6e\x67\xf2\xa3\x3f\x93\xa5\xd1\xaa\x67\xa9\xf5\xca\xec\xf0\x1b\x28\xa4\x57\xbf\xe7\x62\x56\xce\x39\x9a\xa8\x67\x0f\x90\xda\x92\xd9\x97\x62\xab\x4d\xab\xa0\x1b\x14\xd4\x2a\xe5\x27\x6f\x25\x10\x94\x1d\x1d\x08\x02\x6c\xe1\x6c\x79\x31\x59\x4c\x11\x46\x07\x88\xec\x6c\x50\xb1\x1d\xc1\x4d\x28\xdb\xa0\xf5\x77\x8c\xc5\xb3\x25\x8a\xdd\xdd\x91\xa9\xd0\x45\x07\xa2\xce\x90\x26\x2d\xce\xeb\xaf\xb1\x89\xc4\x7b\xb3\x6c\x7a\x98\xa1\x7f\xf1\x95\xb6\x27\xfb\xeb\x79\x99\xf1\x89\xb7\xf3\x75\xd5\x6b\xe3\x55\xaf\xc1\xa3\x02\x1e\x85\xa6\x47\x27\xf0\x68\xb0\x60\x04\x39\x0b\x3c\x8a\x3f\x7b\x19\x2d\x72\xd4\xba\xff\xbd\x97\xd1\x4e\xd8\xe9\x29\xf3\x2e\x9b\xc5\x34\x3c\x10\xca\x10\x1a\x36\x1a\x4f\xea\x96\x0f\x1e\x20\x22\x17\xbd\xea\x5f\xbe\xfd\xf6\x5b\x14\xef\xec\x20\xf4\xde\x8c\xa9\xfb\xd7\xc1\x84\x83\x01\x26\x4c\x77\x76\x36\xc3\xd4\x6d\xe7\x1b\xc3\x4b\xa7\x27\xb8\xed\xb7\x71\x93\x7c\x17\x58\xeb\x36\x96\xcc\x6a\xdd\xc6\x97\x75\xbd\xe9\x0d\x99\xed\x62\xf2\x87\x98\x92\x2d\xbb\x5d\xb7\x33\xdf\x49\x80\x5a\xc3\x51\x4a\xdc\x55\x3d\x87\x22\xbf\xaa\x87\xbb\xce\x05\x53\xdb\xea\x67\x06\xa7\x1a\x27\x1c\xdd\x46\x05\x6c\x76\xfb\x87\xf8\x78\x62\xbb\xc2\xe5\x94\x41\x85\x39\x86\x6e\xa3\x14\xc0\x99\x5c\x1d\x7c\x8f\xd4\x3a\xa1\x89\x7f\x48\x56\xca\x13\xc1\x78\xb3\xd4\xaa\x16\xdb\xd4\x5a\xab\xdc\xfa\x27\x9f\xe0\x44\x7b\x82\xfd\xce\xa3\x4e\x23\xf3\xd8\xd6\x10\x83\x7b\x6a\x26\x1c\x6c\x5c\x56\x4e\xe6\xd0\x2e\x52\x18\xe5\x13\xac\x3d\xc1\x58\x7f\x14\xcb\x9d\xad\xf2\x11\x09\xcd\x23\x1e\x2c\x20\x0b\x4a\x33\xb4\x5b\x93\xdd\x15\x42\xdd\x95\x17\xbd\x59\x17\x8f\xa1\x21\x41\x87\xb5\x60\x76\x85\x68\x4d\x14\x44\xe0\x3a\x31\x20\x10\xb1\xae\x5f\xa7\x5d\xfc\x89\xf0\x68\x4a\xbf\xa0\x76\x26\xdc\x96\x80\x4d\xcb\x7c\x68\x64\x89\xb4\x5f\x6d\x1d\x8d\x2c\x87\x4e\x2a\x21\x88\x8a\x98\x68\xfd\xbb\x2c\x8d\x4a\x98\x50\xc1\x40\xc9\xf0\xc2\x0c\x13\x29\x18\x28\x09\x7e\x62\x86\x89\x15\x0c\xf8\xfc\xec\xeb\x32\xec\xd7\x65\xd8\xaf\xcb\xb0\xc3\x6c\xf3\xeb\x32\xec\x3f\xe5\x1c\x6f\x18\x6d\x3d\xc7\x1b\x46\xa3\x73\xbc\xfa\x3b\xdb\x70\x8e\x37\x8c\xbe\xce\xf1\xde\xf8\x1c\x6f\x18\x6d\x3a\xc7\x6b\x52\x4e\x77\x8e\x17\x14\xe4\xde\xb4\xdd\xac\x9d\x99\x97\x66\xa9\xf7\x87\x5e\x9a\xbd\x8c\x82\xdf\xe5\xe2\x82\x86\xce\xd7\x59\xe0\xee\x2c\xf0\x65\x04\x6b\xaa\xfb\x97\x51\xa0\xfd\xfe\x26\x0a\x54\x95\x6e\x80\xd8\xd7\xea\x44\x6f\x55\xd3\x4d\xeb\xdf\xcb\x27\xcf\x7f\x79\xfe\xf8\xf1\xab\x47\xc7\xaf\xfa\xb3\xc5\x2f\x7e\xf8\xe5\x87\x9f\xbe\x7f\xf4\xe6\xd1\xf0\x56\xee\x97\xcf\x7f\xfe\xe9\xfb\x5f\x8e\x9e\xff\xf4\xea\xf8\xe1\x4f\x4d\x4b\x8d\x9c\x9c\x56\x3e\xda\x6c\x5a\x59\x6b\xb1\x9a\x2d\xeb\xa2\x2d\xbd\x39\xe9\x9a\xb4\x78\xbb\xc6\x53\x74\x65\x2b\x55\x5e\xc9\x29\x91\x0a\x3d\x40\x24\xb8\x8f\x2a\xc3\x94\x88\xd6\xe7\xb7\x97\x68\x17\x85\xe8\x2e\xba\x92\xa7\x07\xab\xfa\x90\x26\x7c\x22\x3b\x30\x53\x89\xfe\x82\xa2\x41\x2e\x02\x69\x20\xbf\x78\x83\x0e\xd1\x15\xfa\x0b\x0a\x4d\x59\x22\xbf\xf8\x4f\x81\x95\xa0\xbb\x48\xd0\xf1\x05\x9d\x1d\x03\xf0\xa5\x9c\x96\x7b\xd3\xfb\xf9\x4a\xfe\xfc\x9f\x96\xa9\x60\x4d\x6c\x67\x25\x2a\xe1\x3a\x01\x83\xd0\x1a\xc9\x5c\x4a\xc9\x5c\xca\x03\x9a\x97\x06\xc1\x34\xa0\x52\xba\xe8\x4a\x82\x5e\x59\xa6\x95\x5a\x03\xe9\x8a\xf1\x0a\x2e\xf8\x19\xf6\x5a\xc8\xb5\xdf\xf5\x4f\xa3\x7d\xeb\xad\x72\x74\xad\xe1\xe9\xe3\x57\x2f\x05\xaf\x97\x1e\x36\x19\x83\x7e\xef\x84\x65\x7e\x4c\x80\x01\x89\xda\x58\x9f\xad\x2f\x7a\xb6\x65\x04\x7b\x5a\x83\x59\x44\xa8\x6e\x9e\xf8\x15\x3d\x40\xf1\x7d\xf4\xab\x63\x66\x0e\xfa\x00\x47\x53\xcd\x55\x51\x6a\xf2\x69\x59\xbd\x58\xae\xa1\x8e\xab\xb0\x2a\xb8\x2c\xf7\xd7\x1d\xb4\x87\x4c\xbb\xa9\x6b\xe4\x7a\xa3\x07\x48\xd5\x8b\x30\x01\x8b\xbf\x41\x07\xdf\x1f\x22\x20\xa3\x61\xb1\xd0\xea\xee\xa8\xd6\xa9\x7e\x7b\x08\x64\xed\x9b\xab\x07\x94\x9f\x69\x94\x3b\xa8\xf6\x0c\xef\x3d\x0d\x03\x9b\x4d\x2d\x69\x86\xb5\xe0\x97\x15\x18\xd0\x88\x5a\xa8\x7d\x27\xfa\xc1\x01\x7a\xb1\x2a\x4f\xcb\xaa\xfc\xc8\xd1\xd9\x72\x7e\xb5\x58\x9e\x96\x6c\x8e\x96\x1f\xf9\x0a\xfd\xc7\xe3\x09\xd9\xb9\x87\x2e\xdf\x53\xb4\x8b\x2e\xdf\x47\xf0\x6f\x08\xff\x06\x22\xcc\x98\x51\x2a\x8b\x96\xe4\xe5\xf9\x81\xf7\xc8\xbb\x8c\x1d\x5b\xe6\x2d\xcc\x29\x0c\x87\x46\xfb\x18\x59\xf4\xea\x05\x78\x39\xc7\xa7\x86\x9f\xba\xc0\x58\x5f\x67\xd3\x81\xfd\xec\x6c\xbb\x9a\xb2\x06\xff\xa9\xf8\xe9\xd9\x72\xc5\x56\x57\x9d\x9b\xe8\x84\x0b\x1c\xeb\x03\x91\x75\x95\xd2\x78\xeb\x8c\xd9\xfb\x8f\x8d\x3d\x1b\xe3\xbb\xb7\xb6\xe3\x6f\xb6\xb2\xe3\x77\xd6\x75\x7c\xd7\xaa\xce\xcd\x5f\x25\xb0\x3c\xaf\xce\xce\xab\xa7\xf0\x6a\xdd\x81\x45\x90\xa4\xe7\x7c\x5d\xae\x78\xae\x5d\x34\x90\x96\xd5\xba\x2e\x08\x2d\x1b\x77\xde\x16\xea\xc6\xcf\x17\xf3\x5a\x4d\x5a\x0d\x6e\xb6\xe2\xf7\x10\x21\xc1\x14\x91\x30\x9a\x22\x9f\x06\x53\x14\x62\xd2\x6f\xac\xee\x2c\xb8\x27\x9e\xe9\x8f\xfa\x97\x16\xd4\x2f\xcd\xd6\x7b\x0b\xf4\xde\xf5\xb0\x5d\xe3\xfe\x02\x98\xa9\x85\x9b\x10\xeb\x77\xef\xfa\xdb\xdb\x77\x96\x68\xbf\x81\xa9\x89\x3f\xc0\x23\x4d\x6e\xc1\x2f\x1a\xb3\x83\x45\xb8\xb1\x52\x02\xc0\x49\x73\x5b\x2f\x8c\x00\x91\xe7\xa1\x3d\x24\x06\xda\xe6\xa6\x04\x5d\x12\x22\x7b\xf1\xc9\x97\x5a\xd1\x33\x4c\xcc\x19\x84\x66\x9c\x3c\xab\x3b\xf1\x94\x2d\x60\xee\xa7\xd7\xb5\x03\x44\x4c\x73\x68\xe9\x7a\xb9\x4a\xc7\xe5\xdf\x43\xff\x39\x95\x04\x9f\x91\x12\x75\x17\xc5\x84\xac\xad\xd3\xe6\xcf\x08\xdc\x41\xdf\x07\x17\xb1\xde\x55\xcc\xc2\x7a\x05\xb5\x20\xef\xac\x27\x48\x3a\x85\x04\xc9\x75\x2a\x08\x92\x4e\xe9\x40\x72\xfd\x9a\x81\x8a\x61\x3c\xc6\x31\xee\xb2\x8c\xaf\xc5\x33\xee\x32\x8d\xb7\xe1\xda\xa8\x07\x69\x5c\xcd\xd4\x48\xb9\xa8\x96\xd2\x9a\xcd\x9a\x9e\x33\x98\xcc\xab\xdd\xd9\x20\x0a\x01\xb1\x0f\xf7\xcd\xbe\x3f\x04\xb9\xd8\x60\xe6\xcb\x0b\xa4\x60\xc6\x57\x23\x5e\x8a\x01\x76\x6d\xf1\x01\x99\x28\x83\x1f\xc8\x8f\x32\xe9\x85\xcf\x76\x17\x38\x9e\xf1\x8a\x0d\x9f\x6c\xf1\xd6\xa0\x21\x7b\x56\x8a\x57\x90\xf9\xf9\xe9\x02\x3a\x67\x70\xab\x5a\x82\x75\x9a\x3d\x45\x6d\x26\x6d\x04\xde\xf2\x9d\x44\xa7\xd1\xd1\x52\xfb\x86\x62\x21\x24\xfe\xea\xd4\xb3\xd1\x9e\x0b\xf6\xa9\x06\x3b\x5f\x5e\x58\xf3\x52\xab\xb4\x8e\x8d\x79\x8e\xa9\x27\xc7\x42\x0b\xc7\x6f\x2f\x6d\xbc\x1f\x5f\x4a\x5b\x3b\x84\x1e\xd8\x81\xc0\xd8\x0e\x81\xf5\xcd\x76\xdf\x5c\xcf\x0c\x1c\x61\xb5\xed\x51\x00\x5d\x9a\x08\xbd\x04\xf0\x7a\xe8\x5a\x2c\x3f\xbe\xc4\x2d\x38\xde\x04\x5c\xda\xd7\xf1\x25\x76\xe9\x51\xc1\x3e\x6d\x60\x41\x8f\x4e\xf3\x5e\x9f\xaf\xc0\xa3\xe4\x75\x22\xc2\xd4\xc7\xad\xfc\xf8\x32\x50\xb1\x00\x4d\x26\x8a\xb7\xe6\x68\xb0\xa2\xaf\xce\x07\xdb\x5e\x6f\x00\xdb\xd3\x06\x9b\x8c\x1a\x12\xdb\xd3\x1e\xb6\x67\xe3\xd8\x7e\x57\xa7\xea\x84\x42\x87\x7d\xa2\x7e\x48\xb4\x98\x29\xda\xea\x6d\xef\xe5\x6c\x89\x5e\x94\x0e\xcb\x16\x24\xeb\x3b\x1f\xf1\x7d\xed\xab\x4c\xe5\x9a\xef\x9f\x6d\xf2\x1d\xc9\x35\x68\x5d\x66\x2c\x80\xa4\x05\x8d\x05\xa4\x1a\xfa\x69\x0b\x6d\x0f\x49\x30\x58\xcc\x96\xcf\x65\x96\x72\xd8\x99\x0f\xd3\xf9\xb2\x76\xf6\xe5\x12\x12\x3d\x47\x88\x17\x2f\xd0\x2d\x89\xd1\x89\x07\xcd\x57\x26\x75\xa7\x1f\x3c\x68\x99\x04\xd3\xae\xfb\x07\x57\x69\xfa\x04\xed\x69\xcf\x6d\x86\x8e\xba\xae\xd3\xe0\x30\x22\x7f\xb6\x25\xf2\xee\x9c\x47\xdb\xdd\x8d\x66\x3c\xfa\x5d\x56\x5c\x69\x68\x60\xb6\x63\xc8\x5c\x14\x5c\xbb\xe7\xcf\x46\x68\x3c\xdd\x92\x86\x6b\x6c\x5b\xb1\xc5\xfa\x6c\xb9\x76\x5a\x09\x84\xdf\x17\xe5\x53\xe9\x18\xc7\x6f\xb5\x09\xc5\xd6\x0e\xad\x63\x9e\x6c\xb8\xc9\xc0\xa7\x20\xc7\x46\x3f\x6b\xfc\x38\x2b\x11\xab\x60\x08\x84\x78\x69\xce\x09\x8f\x3d\xe8\x83\xb1\x68\x6b\xf3\x72\xe4\x35\x01\xc0\x08\x77\xec\xd5\xdd\x91\xd0\x36\x97\x3f\xf6\xea\xce\x28\x38\xcb\xb8\x75\x70\x80\x8e\x66\xae\xe0\xb7\xf9\xb0\x7e\xcd\x21\x63\x3c\x34\x22\x2d\x7c\xd5\x71\xb8\x19\x57\x46\x8c\x7b\xbb\x90\x5a\xb7\x3a\x6e\x0c\x6e\xf3\x26\x97\xb8\x69\x34\xd1\x92\x90\x9d\x4d\x06\x40\x89\x80\xf4\x10\x90\x01\x02\xa7\x14\x45\xee\xb1\x5a\x5e\x38\x84\x38\xd7\xbc\xe1\xb8\x75\x8d\xf7\x68\xf2\x0f\xc5\xbe\xfc\xe1\x76\xcd\x0c\x7c\x75\xc5\x8f\xb9\xe6\x35\xc7\xad\x0b\xe9\x18\xe1\x87\x16\xe3\x7c\x79\xf1\xf9\x13\xb4\x3f\x2c\x4d\x6f\x24\x03\x7d\x5b\x3d\xad\x33\x0d\x29\xc6\xb7\xde\x64\x26\x3c\x1f\x7d\x69\xeb\x60\xb1\x39\x62\x27\x5f\xe9\xb6\x10\x2e\xe9\x58\xec\xf8\xe7\xda\x16\x65\x98\xa4\xb9\xf1\x5d\x51\x03\xf8\x66\xc6\x47\xb4\x1b\x4e\x03\xdd\x85\xc9\xab\xe1\x3c\xd0\x75\xf7\x52\xe1\xeb\x6c\xa5\x82\x4d\x52\x19\x2f\xe7\xdd\xfd\x4e\x78\x07\x1d\x74\xf9\xdf\x41\x77\xfb\x3f\x00\x71\x58\xa0\x69\x76\x73\xfd\x93\x6c\x82\xfa\xec\x39\x3c\x7d\x9a\xb1\x66\xde\x38\x07\x89\x0e\x8c\xaa\xd7\x41\xea\x59\xc0\x21\xce\x03\xe3\x66\xba\x57\xff\x75\xce\xf9\xdf\xf8\x10\xe9\x8c\xad\x67\xb5\x71\x6f\x74\x17\xfd\x80\x8b\xcf\x99\x2c\x1c\x9f\x13\xda\x3c\xa5\xb7\xa5\xf3\xdb\xcf\x21\xb6\xf4\xec\xb3\x72\x5a\x6a\xa8\x26\xe6\xf4\x84\x73\xab\xb9\x39\x0d\x95\x9a\x9e\xd3\x51\x5d\x77\x5e\xb1\x15\x85\xbb\x13\x4f\x07\x9d\x78\x7a\xdd\x4e\x3c\x1d\x74\xe2\xe9\x76\x9d\x30\xab\x4a\x9a\xae\x72\xb2\x6a\x89\x56\xbc\x5a\x95\xfc\x23\x37\x6c\x40\x44\xea\x70\xb7\x8c\x07\x67\xe7\xeb\x59\xcd\x86\x49\x44\x06\xc8\x67\x43\xc8\xcf\x2f\x4f\x6c\x38\x3d\xd4\x90\x9e\x0e\x5d\xd8\x7a\x9e\xe8\x86\x76\x4d\xda\xe3\x97\xda\x42\x69\x08\x67\xcd\x61\xa7\x0d\x22\xc4\x86\x8b\x39\xf5\xc7\x76\x7f\xa6\x53\xec\x5f\xb7\x6b\x5e\x73\xbb\xa6\xbf\xed\x66\x4d\x7f\x6c\xab\xa6\xef\xd8\xa8\xe9\x7f\xdd\xa6\x79\xd3\xdb\x34\xfd\x0d\x37\x69\x1a\xd4\xd2\xd9\xa2\xe9\x6f\xb2\x41\xd3\xb7\x1f\xc3\x6f\x36\x1e\xde\xa3\xc1\xa7\x77\x53\x8a\xff\x45\xb6\x6b\xf6\x0b\xec\x84\x98\xfc\x6e\x7b\x38\xeb\x72\x3b\x82\xe6\x1f\xab\xdc\xce\xb5\x76\x5b\xaa\xc7\xed\x6e\xcf\x1a\x66\xab\x82\x3c\x21\x26\x9d\x6d\x21\x21\x26\xd6\x6d\x26\x74\xc3\x82\x3c\x02\xb0\xb3\xd5\x84\xaa\xaa\x16\x21\x26\x37\x76\x84\x58\xef\xbe\xb5\x26\xcf\x60\x93\x83\x77\x99\xa5\x69\x9a\xe4\x61\x3e\xd5\x0a\xf6\xec\x4c\x4d\x90\x11\x49\x18\x49\x08\xd3\xcb\xf9\xec\x18\xea\xf6\x18\x9a\x26\x38\x4c\x3c\x1c\x32\xbd\xfa\x8f\x99\x08\x0e\x49\xc1\x33\x59\x33\xa8\xae\x0d\xb4\x21\x91\x28\xf6\x7d\x12\x45\xb2\xac\x90\xaa\x1c\x64\x26\x42\x79\x1a\x04\x8c\xc6\x7a\x5d\xa1\x0d\x89\xe4\xa9\x97\x11\xee\xe5\x7a\x19\x22\x33\x91\x20\x4e\xc3\x80\xe2\x5c\x2f\x52\xd4\x4b\x4d\x6f\xba\x4a\x91\xb0\xa7\x6b\x56\x29\xc2\xd1\xd7\x32\x45\x37\x94\x13\xd1\xad\xcb\x14\x89\x26\x63\x79\x91\x1e\x33\x86\x99\x11\xfd\x5a\xa6\xe8\xe6\x73\x23\xba\x69\x99\x22\xa3\x72\xba\xf9\x11\x1d\x2d\x53\xe4\x53\x77\x99\x22\x31\x8c\xdf\xa3\xc4\x94\x2d\x91\x7f\x91\x6c\xe9\x5f\xfa\x70\xcb\xcd\x1e\x6c\xf9\x42\x47\x56\xae\x9f\x44\xc9\x47\x4d\x77\x15\xa2\x5f\xea\x1d\xbc\x86\xbb\x6e\xba\x9b\x7c\xf7\xd9\xd9\xd9\xfc\x6a\xa2\x7e\x9c\x22\xb6\x3a\x39\x3f\xe5\x8b\x6a\xdd\xbf\x93\x47\x3f\x3e\xd3\xf2\x03\xa5\x94\x5a\x12\x3d\xf2\xde\x65\x40\x28\x23\x45\x02\x79\x45\x1e\x13\xca\x38\x21\x3b\xd3\x21\x5c\x8c\xfd\x38\x08\x12\x28\x33\x48\x7c\x5e\x44\x61\x96\xeb\xa9\xc1\xa0\x41\x1a\x66\x5e\x91\x66\x05\x5c\x80\x90\x05\xb9\x9f\x92\xc2\x84\x98\x27\x69\x98\xa7\x2c\x84\xdb\xb3\x31\x4d\xf2\x34\xcd\x9c\x88\xfd\x24\x8c\x32\x12\xa6\x90\xce\xf8\x01\x4d\x43\x9f\x9a\x10\x87\x49\x81\x31\x2e\x80\xe3\x34\xf2\xc2\xdc\xc3\x89\x13\x71\x42\xfc\x82\x12\x06\x57\x6e\xb3\x02\x27\x41\x91\xa4\x26\xc4\x2c\xc5\x59\xc8\x73\xe0\x38\x67\x51\x4e\x31\xa6\x4e\xc4\x39\xf5\x62\xc6\xa4\x8c\x99\xef\xf9\x1e\x09\x8c\x32\xc6\x84\xfa\x61\x2a\xef\x8c\x08\xc2\xd8\x8b\x8a\x94\x3b\x11\x93\xc0\xc7\x34\x4c\xe1\xee\x88\x80\xf3\x20\x25\x34\x33\x8a\x22\xf4\xb2\x38\xcf\xe0\x02\xf1\x3c\x2c\x8a\x34\xe0\xc4\x89\x38\x26\x29\x0f\xf3\x18\x44\x51\x90\x38\xa5\x49\x64\x54\x1e\xf5\x72\x9e\x62\x79\x79\x85\x9f\xe2\x28\x89\x52\xec\x96\x71\x9a\x67\x5e\x24\x2b\x54\x92\x30\x8b\x31\xf1\x43\x13\xe2\x0c\x27\x69\x81\x25\x03\x59\x11\x25\x24\x4a\x02\x27\x62\x1e\x24\x69\x94\x64\x20\xbb\x84\x17\x38\x60\xb9\x51\xc6\xbc\x48\x79\x10\x53\xb8\x46\xdc\xa7\x41\x41\x42\xee\x3b\x11\x7b\x45\x86\x93\x3c\x83\x06\x34\xa5\x59\x1e\xa6\x46\x8e\x49\xe0\x65\x0c\x67\x19\x5c\xd2\x1e\xb3\x2c\xc9\xa2\xd0\xad\xbc\x9c\x27\x24\x8b\xc0\x41\xc2\x84\xa4\x1e\x89\x8d\x88\x03\x16\x07\x34\x60\xf0\x8e\x10\x71\x16\xf1\x80\xba\x39\x0e\xb3\xd4\x63\x49\x0e\x9c\xa4\x79\x80\x8b\x34\x0f\x8c\x2e\x1d\x15\x09\xa5\x39\x20\xa6\x3e\xc6\xa1\x9f\xba\x39\x4e\xa8\xcf\x43\x1c\x12\x70\x69\x1e\x45\x79\xc1\xcc\x0e\x42\x7d\x9c\x45\x11\x64\xf8\x24\x4f\x03\x9f\x60\xcf\x1d\x2b\x3c\xcf\x27\x71\x46\xe5\x9d\xef\x45\x4a\xb0\x6f\x34\xb7\xb4\x08\x93\xb8\xc8\x54\x7d\x53\x5e\x78\x9c\xbb\xad\x22\x8b\xb8\xe7\xa5\x05\x18\xbe\x9f\x33\x4a\x8b\xcc\x68\x15\x79\xc8\xe2\x04\x07\x80\x38\xf1\x3d\xc6\x62\xe2\x16\x85\x17\x65\x2c\xf2\x43\x79\xbd\x8b\xe7\xf9\x94\x98\x1d\x04\x07\x24\x21\x89\x7c\xf7\xf2\x98\xc7\x23\x1e\xbb\x45\x41\xe2\x34\xf6\x18\x85\xe0\x12\x44\x39\x21\x45\x61\x74\x69\xc2\xb1\x10\x13\x88\x2c\xcc\x48\x94\x25\x24\x72\x22\x0e\x72\x92\x45\x79\x01\x56\x11\xb2\x2c\x20\x8c\xe7\xc6\x58\xe1\xfb\xd4\xcb\x31\x88\x2c\xc9\x93\x30\xf5\xf3\xc2\x89\x38\x0a\x3d\x16\xfb\x61\x20\x1d\x84\x15\x91\x9f\x73\xb3\xb9\x45\xcc\x63\x29\xc4\x6d\x3f\x8b\xe3\x94\x30\x77\xd8\xa4\x38\x23\x59\x42\x64\x74\x8b\x79\xce\x38\x8f\x4c\x88\x13\x12\x13\x92\x49\x91\xe1\x80\x12\x3f\xf4\x53\x27\x62\x46\xd2\x82\x53\x26\xe3\x6c\x56\x60\xcf\x8f\x8c\x0e\xc2\x28\x66\x51\x14\x00\xc7\x69\x16\x10\xdf\xf3\xdc\xd1\x2d\x23\x41\x4a\xd3\xd8\x83\x38\xeb\x15\x34\x89\x13\x6c\x8c\x6e\x71\x94\x85\x98\x81\x8c\xbd\x28\x0c\x52\xee\xbb\xad\x22\xc7\x09\xe1\x14\x27\x80\x38\xe2\x45\x48\xb0\x71\xcc\xcb\xa3\x24\xf1\x22\x02\xba\x08\xc3\x28\x64\xc9\x88\xe7\x15\x81\xc7\xfd\x50\xca\x2e\x8c\x63\x4c\x3c\xc2\x8c\x76\xec\x45\x8c\x79\xb2\x67\x3e\x49\xd3\x1c\xa7\x6e\xe5\xe1\x84\x05\x19\xc6\x10\x36\x53\x9a\x93\xdc\xcb\x8c\x1c\x63\xee\xc7\x51\xe6\x49\x3b\xc6\x01\x66\x69\xe8\x8e\x6e\x24\x0e\x68\x1c\x07\x60\xc7\x79\x41\x39\x4f\x93\xc4\x84\xd8\x0f\x52\x2f\xcd\x52\xe8\x19\xc7\x49\x1a\xd0\x11\x73\xf3\x13\x9c\x79\x59\x0a\x4a\xc9\xc2\x2c\x09\x59\xe4\x1b\xe3\x31\xcf\x29\x63\x01\x84\x4d\xee\x07\x98\xb2\xcc\x6d\x6e\x61\x9a\x64\x19\x0b\x0a\x39\x32\x44\x3e\xf7\x63\x23\xe2\x88\x12\x1e\x15\x32\x58\xe5\x51\x4a\x52\xca\xdc\xa2\x88\x03\x5a\x50\xc2\xc1\x41\xc2\x9c\x17\x29\x31\xc7\x8a\x98\xb2\x30\xf2\xe5\x48\x13\xf8\x38\x26\x45\xe4\xb6\x0a\x1a\x64\x34\xa6\x58\x66\x42\xb8\xf0\x58\x1a\x1b\xc3\x26\xcd\xb2\xd8\x23\x52\x79\x98\x45\x81\x9f\x70\x77\xee\x96\x78\x29\x2f\x8a\x82\xc9\x2c\x32\xf2\x31\x27\x46\xab\x60\x41\xe8\x45\x19\x07\xcf\xcb\x39\x25\x69\xce\xdd\xb9\x5b\xca\x8b\x84\xf9\x85\x1c\x19\x48\x16\xc5\x09\x36\xe7\x15\x51\x8c\x63\x5a\xc8\x21\xcc\x8f\x49\xe8\x13\xb7\xf2\x32\x46\x62\x9f\x67\x20\x63\xce\x48\x14\xe1\xc4\x28\xe3\x1c\xd3\x28\xa5\x72\x68\x22\xc2\x90\x48\x77\x12\x70\x98\x88\xb0\x9c\xc5\x79\x0e\x0e\x92\xe5\xdc\xe3\x29\x36\x86\xcd\x22\x8c\xf3\xa0\x88\x0b\x35\xe8\xf2\x1c\xc7\x6e\x3b\xf6\xa2\xc2\x8b\x62\x99\x2f\xc4\x04\xc7\x51\x91\x1a\x5d\xda\x63\x91\x1f\xe7\x19\x38\x08\x23\x19\x4d\x28\x73\x8f\x20\x18\xfb\x45\x42\xbd\x40\x4d\xdc\x25\x5e\xce\x8c\x1c\xe3\x34\xc6\x5e\xea\xcb\x78\xec\xe3\x2c\x88\xb1\x5b\xc6\x84\xe6\x69\x1c\x17\xa1\xb4\x0a\x2f\x88\x73\x6a\x8c\xc7\x3e\xc9\x18\x4b\x63\xb0\x8a\xc0\xcb\x62\x12\x24\x6e\x07\xf1\xb3\x84\xa7\xdc\x03\x51\xe0\x30\x4b\x52\x9e\x1a\x95\x17\xf8\x38\x8f\xe2\x0c\x7a\x96\x64\xd8\xf3\xf2\xc0\x6d\xc7\x41\x96\x85\x79\x20\x13\xef\x2c\xf5\x79\x40\x52\xe3\xd0\x24\xd2\x15\x92\x24\x10\xac\x8a\x2c\x0a\x63\x2e\xc2\xab\x2b\x56\x14\x59\x1a\x15\x4c\x0e\x92\x2c\x8f\x0a\xc6\x8d\x1c\x47\x59\x10\xe0\x84\x02\xe2\x80\x05\x71\x48\x71\xac\x26\x51\xdf\x39\x8e\xad\xb6\xef\x85\xaf\xaf\x7b\x42\xd5\x76\x0d\xda\xeb\xce\x09\xd5\x5f\xae\x77\x42\x35\xc4\x64\xb3\xa5\x03\xc3\x72\xc4\xcd\x57\x1f\xbd\xee\xd2\x41\xc4\xbc\x84\xd7\x13\xee\x7e\x9a\x65\x89\x67\x59\x3a\x48\xd3\x28\x66\x5c\x0e\xbf\x34\xc8\x18\x8b\xbb\xa9\x8b\x83\x88\x9f\x45\xbc\xf0\x63\x88\x64\x05\x4f\x82\x82\x8a\x48\x66\x82\x64\x61\x50\x14\xa1\x0f\x5e\x10\x16\x38\xf7\xa3\x62\xd3\x59\xfd\x10\x7b\x3c\x24\x32\xf8\xb0\x9c\x47\x94\xe4\x96\xa5\x83\x24\xf5\xc2\x88\x4a\x83\x24\xa9\xcf\xa3\x0c\x17\x1b\x12\xc1\x05\xf5\xf3\x44\xda\x7c\x91\x06\x38\xcd\x23\x4b\x4f\xc2\x94\x7b\x59\x2e\xd3\x20\xec\xc7\x9c\xe0\x38\xd9\x66\xe9\xe0\xa6\xcf\x91\x6e\x52\x1a\x16\xe0\x3c\x7b\xe5\xd7\x27\xd8\x5e\xfa\xf5\x09\xb1\xd7\x7e\x7d\xe2\xdb\x8b\xbf\x3e\x09\xec\xd5\x5f\x9f\x84\xf6\xf2\xaf\x4f\x22\x7b\xfd\xd7\x27\xb1\xa5\x00\xac\xec\x20\x94\x87\x35\xee\x03\x97\xcf\xe7\xf2\xf9\xf0\xb0\x87\x94\x01\x34\x37\x1e\x81\x92\xcf\xe7\xf2\xb9\xa5\x39\x81\xe6\xc4\xda\x9c\xcc\xe5\x73\x4b\x73\x1f\x9a\xfb\xd6\xe6\xfe\x5c\x3e\xb7\x34\x0f\xa0\x79\x60\x6d\x1e\xcc\xe5\x73\x4b\xf3\x10\x9a\x87\xd6\xe6\xe1\x5c\x3e\xb7\x34\x8f\xa0\x79\x64\x6d\x1e\xcd\xe5\x73\x4b\xf3\x18\x9a\xc7\xd6\xe6\xf1\x5c\x3e\x37\x6c\xeb\xdb\xb0\xe8\xb1\xb4\x0c\x13\x72\x26\x8d\xa2\x5f\x71\x0f\xb6\xdc\x4a\x83\x30\xb5\x4a\xa5\x2d\x98\x5a\x65\xd2\x0e\x4c\xad\x32\x69\x02\xa6\x56\xb9\x54\xbf\xa9\x55\x2e\x35\x6f\x6a\xc5\xa5\xd6\x4d\xad\xb8\x54\xb8\xa9\x55\x21\x95\x6d\x6a\x55\x48\x3d\x9b\x5a\x9d\x48\x1d\x9b\x5a\x9d\x48\xf5\x9a\x5a\xcd\xa4\x6a\x4d\xad\x66\x52\xab\x73\x53\xdd\x41\xd7\xd1\xdd\x0d\xaf\x43\xb5\xd6\xd3\xae\xe9\xbf\x2e\x65\xed\x61\xdb\x71\xf3\x47\x30\x82\xd7\xcb\x67\x43\x90\x0d\x0a\x45\x4b\x32\x42\x04\xaf\xcb\xfa\xb4\x81\x5e\x35\x1a\xdd\x45\xe4\x1d\x40\x9a\x6b\xb9\xb6\x38\xe6\x12\x87\x3a\x5f\xd0\xc7\x01\xa7\xe6\xaf\x55\x81\xfa\xe0\x00\xfd\x07\x54\x23\xb6\x13\xaf\x4b\x3a\x6f\x55\xa1\xfa\x72\xd6\xd4\x39\xbe\x1c\x3b\x8b\xa7\xc0\xe6\x5a\x0b\xf7\x79\x3c\x09\x35\xeb\x54\xc1\x9e\xc9\xe2\xbf\x7a\xf1\xea\x39\x94\x28\xae\xcb\x01\x77\xe0\xe8\x00\x0e\x36\xbd\xbe\x47\x5d\xb0\xd8\x75\xc2\x54\x42\xce\x3b\x5c\xcc\x87\x5c\xcc\x4c\x5c\xcc\x87\x5c\xcc\x74\x2e\xba\x70\xf1\x10\xce\x52\xc9\x58\x57\xa9\xa5\x66\xce\x47\xad\xf6\xf6\x36\xc5\xb7\x5b\x8d\xe2\xcd\x34\x8a\x5b\x8d\xe2\x8d\x34\x8a\x67\x9d\x02\xdf\xb3\xba\x0a\xb7\x56\x98\x7b\xae\x6a\x75\x6b\x42\xc2\x4a\xc2\x5d\x30\xd8\xc7\x9c\x68\x2a\xad\xf1\x45\xa3\x2a\xc5\xf3\x0e\x1b\x73\x03\x1b\x33\x13\x1b\xf3\x01\x1b\xb3\x0e\x1b\x5d\x84\xd1\x00\x1f\x89\x9c\x3a\xdd\xaa\x76\xb8\x2b\x94\xc4\xad\xda\x63\x97\xda\x5f\x97\xb1\x8c\x5c\xc6\x81\xb9\x07\x39\x57\x90\x8e\x33\xe1\x12\x12\x47\x5a\x20\xb1\xde\x0a\x5d\xc3\x4a\x06\xb0\x31\xb3\xe8\xc3\xce\x6b\xd8\x51\x1e\xda\x48\x33\x17\x42\x2b\xe3\xfe\xc8\xd5\x05\x6f\x43\xd9\x4c\x82\xcf\xa0\x66\x9b\xc0\x23\x34\xe9\xed\xa0\x07\xb5\x77\x36\xbf\xfc\xff\x08\xa3\x7b\x68\xb0\x6d\x7a\xc8\x87\xf8\xb7\xd6\xe0\x38\x1b\xe2\xdf\xdd\xc6\x5b\x2c\x5c\xe0\xeb\x72\x01\x52\xdc\x90\x07\xa9\x9d\x21\x07\x52\x13\x03\xfa\x66\xa4\xed\xa8\xf8\xba\xb4\xa9\xb7\x1d\xf5\x5e\x97\x26\xe6\xec\x35\xf1\x55\x51\xfc\x19\xba\x8d\x8a\x99\x2a\x8b\x2f\xbe\x98\xcf\xf1\xc9\x36\xd2\xf7\xf9\x5c\xb4\x99\xab\x36\xe2\xcb\xc9\xdc\x51\x4c\x7f\x06\xd5\xf4\x05\xea\x54\xd2\x81\xcf\x99\xfc\x9c\xaa\xcf\xf6\xe6\x73\x68\x2e\xa8\xa4\x92\x24\x7c\xce\xe4\xe7\x54\x7d\x76\x97\xe4\x9f\xc9\x9a\xfc\x2a\xe0\xc8\x71\x85\xcd\x65\x79\xe9\x1d\x59\xfc\x80\xcd\xea\x8a\xfd\xea\x61\xa7\x66\xff\x4c\xbb\x45\x82\xd5\xa3\x8e\xb3\x32\x3f\xbc\x4d\x4d\x1a\x44\x8a\xe6\xac\x4b\x73\xde\xa1\x39\xeb\xd2\x9c\xeb\x34\x67\x9b\xd0\xc4\xb2\x9f\x5c\x0d\x0d\xf2\xbc\x09\x97\x83\x02\xad\xcb\xfe\xcf\xea\x4b\x2b\xb4\x87\x41\xfb\x50\xd0\xf4\xeb\x67\xb2\x0c\xb7\x9b\xa6\xec\xa7\x02\xae\x69\xce\xba\x34\xe7\x1d\x9a\xb3\x2e\xcd\xb9\x4e\x73\xd6\xd2\x34\x66\x9d\xe3\xf7\x10\x98\x79\xfd\x11\xaa\x2f\xfd\x68\x3f\x4c\xf5\x23\x38\xef\x8f\xa5\xeb\x18\xd5\x8f\x10\x0c\x7e\x2c\x6d\x21\xf4\x23\x5c\x94\x20\x60\x66\xf3\x86\x45\x93\x53\x4a\x40\x41\x70\xd6\xf6\x45\x86\x8b\x0a\xeb\xe1\x62\xb6\x49\xac\x6a\xc9\x8a\x7f\x85\x44\xdc\x34\x2b\x20\x95\xcd\x4c\x04\xb3\x6b\x51\xfc\xd1\x18\x7a\xfa\x14\x7f\x2c\x4d\x14\x7f\x2c\xaf\x43\xd1\x1c\xec\xfa\x14\x5f\x1b\x29\xbe\x36\x51\x34\x5b\x5b\xff\xf2\x0a\x0b\x49\x98\xbc\xa8\xdd\x1e\x00\xad\xdc\xc1\x3c\x48\x1d\x95\x76\x65\x78\x04\x16\x89\xce\x62\x8d\x6b\x33\x36\x7f\x3e\xcb\x59\xc5\xd1\x85\xfb\x4d\x5f\xfc\xc1\xfb\xa6\xd1\xbe\xe1\x75\xf3\xc4\xc4\x36\x0c\x40\x85\xa9\x0d\xbc\xd8\x16\xa6\x36\xf0\x0e\xcd\x4d\x6d\xe0\x15\x9a\x9b\xda\xc0\x2b\xf9\x24\x9f\xc3\xf5\x1d\x73\xdb\xfd\x1d\xf0\x4e\x3f\xc9\x67\x00\x25\x45\xc7\x75\xc9\xe5\x03\xa1\x59\x6f\x02\x11\x98\x32\x13\x8f\x30\xa5\x90\x99\x78\x84\xd9\x8b\xd4\xd4\x06\x26\x2f\x52\x53\x1b\x98\x27\x61\xa6\x36\x30\x4d\x32\xb8\xcd\x40\xfc\xc1\xb4\xcb\x44\x9a\x7a\x45\xac\xc2\x80\x89\x9b\x89\x94\x83\xb0\xac\xdd\x76\xc4\x91\xd2\xa8\x86\xc9\xce\x8d\x5e\x56\xa2\xcd\x19\x42\x66\xf0\x04\xec\x9f\x0d\xb2\x81\x27\x4d\x31\x8a\xc9\x13\xb0\x7b\x26\x99\x7d\xe2\xe9\xdc\xb2\x21\xb3\x7d\x3c\xda\x2c\xa3\x24\x08\x22\x4a\x87\x04\x71\x4b\x10\xc4\x93\x2a\x82\x9d\x48\x90\x8e\x13\xd4\xe6\x25\x25\x41\x02\x21\x76\x48\x90\xb4\x04\xc9\xac\x1e\x97\x26\x00\xaf\x85\xd7\x71\x82\xda\x4c\xa6\x24\xe8\x0b\x82\xf9\x90\xa0\xdf\x12\xf4\x05\xad\x5c\x11\xf4\x47\xdc\xa1\x8f\x47\x9b\xfb\x94\x04\x03\x41\x90\x0f\x09\x06\x2d\xc1\x40\xd0\xe2\x8a\x60\xa0\x13\xe4\xe3\x04\xb5\xd9\x52\x49\x30\x14\x04\x8b\x21\xc1\xb0\x25\x18\x0a\x5a\x85\x22\x18\xea\x04\x8b\x71\x82\xda\xfc\xaa\x24\x18\xc1\x4b\xc5\x90\x60\xd4\x12\x84\xec\xfd\x44\x11\x8c\x3a\x2f\x11\xe3\x04\xb5\x19\x59\x49\x30\x16\x04\x67\x43\x82\x71\x4b\x10\x5e\x9b\xd4\x98\x2c\xe0\x5d\x49\xc0\x67\x9f\xbd\xf8\x7a\x29\xce\xcd\x5d\x8a\x83\x45\x72\xaf\x6e\x36\x13\xc8\xa0\x0e\x8b\xef\xdd\xf4\xb5\x38\x66\x32\xf8\x9f\xf2\x62\x9c\xa3\xe5\xe2\x23\x5f\xc9\x2a\xbf\xa8\x5a\x22\x9f\xec\xa5\x65\x25\x12\x94\x1c\x31\xd8\x9f\x9d\xf2\x62\xb9\xe2\x6a\x3b\xf5\x40\x6b\xda\x59\x13\x6d\xed\xae\x5a\xbe\xf1\xc9\x4d\x5c\xc4\xf3\x47\xbd\x82\x47\xe7\xb3\xa9\x0f\x72\x0f\x61\x8f\x04\x07\xbe\xaa\x53\xfc\xf5\x74\x93\xf5\xa8\x52\x88\xc9\xb6\xa7\x9b\x44\x93\x91\xd3\x4d\x9d\x6d\x0d\x83\xd3\x4d\x21\x26\x5f\x4f\x37\xdd\xf4\xe9\x26\xa1\x95\xcd\x4e\x37\x19\x95\xd3\x39\xdd\x24\x15\xe4\x3c\xdd\x24\xcf\xd1\x6e\x78\xfa\xdb\xff\x43\x9f\x67\xe2\x8b\x6c\x2f\x65\x6b\x1e\x05\xbd\x07\xa7\x79\xd8\x07\xfd\x78\xf6\x21\x2f\x7a\x3f\x66\xe5\xd9\x8c\xaf\x7e\x97\x23\x51\x1a\xab\xf0\x5d\x70\x28\x1f\x48\xc6\xe0\xb3\xce\xcf\xbf\xc2\xd1\xa9\xd7\x1b\xdd\x09\x04\x9b\x67\x8e\xa0\xeb\x0d\x9c\xf6\xdb\xf8\x51\xa8\x83\x03\xf4\x82\xaf\x4e\x61\x14\x3d\x9a\x2d\xcb\x8c\x23\xdc\xbf\x36\x45\x34\x7f\x71\x84\xbb\x67\x97\xc2\x78\x8a\x82\x64\x8a\x02\x3c\x45\xbe\x3f\x45\x24\x9c\x22\x1c\x4f\x51\x32\x45\x08\x6b\x5b\x8d\x42\x3a\x45\xa1\x37\x45\x01\x99\x22\x3f\x98\x22\x12\x4d\x11\xa6\x53\x84\xbd\x29\x22\x3a\x5c\x32\x45\x21\x9e\xa2\xc0\x9f\x22\x3f\x9c\x22\x12\x4f\x11\x4e\xa6\x08\x0b\xfc\x1a\x5c\xe4\x4d\x51\x48\xa6\x28\x08\xa6\xc8\x8f\xa6\x28\xf2\xa7\x28\x0c\xa7\x28\x88\xa7\xc8\x4f\x34\x40\x1f\x4f\x11\xf1\xa7\x08\x87\x53\x14\x4f\x11\x8a\xc8\x14\x85\xc1\x14\x05\x70\xb5\x80\x0e\x28\x38\x21\x53\x84\x83\x29\x8a\x04\x20\x9e\xa2\xd0\x9f\xa2\x20\x9c\x22\x3f\xd6\x00\x49\x32\x45\x04\x4f\x11\x16\x24\xa7\x08\x11\x3a\x45\xc4\x9b\x22\x2c\xd8\x91\x60\xef\x1c\x72\x25\x66\xb9\x92\xae\x5c\x05\x17\x42\x8e\xa2\xdf\x44\x7c\x9e\x22\x14\xea\xdc\x2a\xc2\xa2\x5b\x82\x5b\x60\xc8\xd3\xb9\xf4\x95\xe0\x04\x57\x02\x20\x9a\x22\xbd\xbb\x38\x92\xf2\x10\x02\x06\xee\xfd\xae\x22\x84\x42\x85\x80\x85\xfc\xfc\x58\x0a\x36\x0c\x7b\xf2\x0a\x3c\xa5\xad\x50\x6a\x3f\xd0\x29\x08\xd5\x08\xd3\xf0\x85\x4a\x23\xa9\xf6\x50\xd7\xa1\x50\x81\xb0\x07\x61\x17\x42\x87\x42\xb0\x75\x56\xd3\xb9\x11\xea\xfc\xf4\x7c\xce\xe0\x9a\x14\x91\x54\xae\x67\x65\x31\xb8\xe1\x09\xbc\xe0\x87\xe3\x5f\x5e\x3d\xf9\xe1\xb1\xbc\x53\x4a\x48\x8c\x4c\x11\x74\x5e\x48\x88\x0a\x8b\x54\x6a\x02\xe9\x2a\x4b\xc5\x4a\x9d\x44\x59\x2f\x08\x84\xea\xf4\x5f\x7d\xf7\xfc\x0d\x5f\x23\xb6\xc8\x55\x6d\xf4\x33\x50\xa9\xbc\x4f\xc3\xc0\x87\x80\xff\xe5\x45\x57\x9f\xbd\x94\xd2\xbb\xf4\xee\xc1\xcb\x08\x25\x9e\x37\xed\x3f\xab\xdf\x15\x24\x88\x01\x80\x74\x00\xa8\xe7\x91\x01\x88\xaf\x81\x0c\x9f\x06\xfa\x53\x03\x81\xb0\x4b\x80\x18\x08\x44\x5d\x26\x4d\x20\x71\xaf\x1f\x06\x42\xb4\xc3\xc8\x10\x45\xd2\xa7\x32\x44\xc1\x74\x10\x13\x40\xda\x97\xd6\x10\x24\xeb\x91\x19\x00\xe4\xfd\xae\x0c\x41\xb8\x06\x32\xa4\x50\x74\xb9\x1c\x36\xa7\xae\xd6\x98\x8e\xea\x83\xd0\x11\x02\x3e\x1d\xb1\xaa\xa0\x4f\xc4\x60\x17\xd4\x6d\x37\x11\x1d\x35\xcc\x98\xba\x0c\x93\xd2\x51\x7d\x27\x74\x44\xdf\xac\xcf\x84\xc1\x24\xfa\x64\x86\x9c\x64\x74\x54\xe3\x39\x1d\xb1\x1a\x4e\xdd\xd6\x5d\xf4\x69\x18\x34\x6f\x55\x97\x8a\x12\xd8\x2c\x48\xa2\x3d\xb5\x28\xd3\xef\x80\x18\xa9\x07\x5d\x2c\xa6\x3e\x86\x3a\x88\xd1\x26\x74\x3e\x0d\xcf\xe3\x2e\x1b\x0e\xdf\xc0\x0e\xf3\x4f\xfa\x9c\x5a\x03\x05\x76\x68\x34\xed\x76\xc6\x60\x15\x9d\xce\x58\xe3\x04\x76\xd8\x2f\xef\x81\xd8\x42\x05\x36\x87\x02\x3a\x2a\x0a\x4c\x47\x45\x41\xe8\xa8\xea\x7d\xea\x56\x5b\xd0\x43\x61\x8b\x15\x2e\x71\x47\xd4\x65\xc2\x31\x1d\x51\x06\xa5\x23\x92\x4c\xe8\xa8\x69\x31\xea\x56\x68\xda\x97\xb7\x61\xf0\xe8\x53\x19\x82\xe4\xd4\xa5\x52\x4e\x47\x5c\xa8\xe8\x6b\x54\xbf\xa3\x6a\x3a\x96\x65\x04\x9e\x47\x03\x0f\x5b\x23\x88\x82\xb1\xa6\x19\x8d\x02\x6d\x11\xa4\x26\xe2\x99\x88\x04\x5d\x22\x46\x98\xb0\x8b\xc7\xc8\x4c\xd4\xc5\x63\x84\x89\x5b\x18\x03\x15\x3d\xd8\x1a\x9b\x27\x7d\x12\x06\x24\xac\xdf\x1d\x7b\xc2\xa1\x08\x19\x90\x64\x1d\xc1\x1a\x00\xf2\x16\xc0\x1a\x40\x24\x0b\x86\xc6\x45\x5f\x2b\xd6\xbc\xcb\x29\x4c\x4c\x47\x7a\x41\xa8\x4b\xda\x7e\x9f\x84\xc9\x36\x68\x4f\xef\x26\xdb\xa0\xe3\x02\x8f\xe8\x88\xa1\xc6\x74\xdc\x50\x29\x1d\x51\x4a\x42\x1d\x4a\x61\xd4\xed\x4b\x69\x9f\x03\x7b\x20\x71\xba\x4a\x4e\x47\x8c\x98\xf7\x65\x6a\x8f\x27\x56\x0b\xd2\x5f\x40\x0c\x4f\xf1\x06\x6e\x8f\xc9\x06\xce\x84\xfd\x0d\x1c\x1f\x07\x1b\xd8\x33\x0e\x9d\xae\x8f\xa3\x31\x97\xc4\xf1\x48\x30\xd4\x53\x70\x33\x86\x64\x2c\x5c\x62\x36\xe6\xf7\x38\xdd\x20\x5a\xe2\x6c\x2c\x90\xe1\x7c\x83\x60\x89\xf9\x06\xa1\x0c\x17\x7d\x0d\x19\xcd\x65\x2c\x54\x60\x3c\xe6\xa1\x98\x6c\xe0\x20\xd8\x1f\xf1\x32\x1c\x6c\x12\xd8\xc2\x0d\xc2\x0e\x8e\x9c\xd1\x0d\xc7\x1b\x84\x25\x4c\x37\xf0\x45\x9c\x6c\xe0\xf5\x98\x6d\x10\x4d\x71\x3a\x16\xc1\x70\xe6\x0a\x61\x38\x1f\x0b\x0b\x7c\x83\x30\x8a\x8b\x5e\x84\xda\x26\x55\xc1\x5e\x60\x09\x46\x66\x96\x49\x47\x2a\xd8\x9a\xa2\x48\xdc\x26\xec\x81\xf6\xdc\x33\x3c\x0f\x7b\xca\x19\x42\x44\x1d\xa1\x99\x68\xc4\x1d\x88\xf1\xe1\xd8\x9e\x9b\xb4\x54\x6c\x99\x49\xdd\x53\x5b\x56\xd2\x72\x31\xe4\x33\xeb\x49\x73\x08\x91\x77\xa4\x65\x4b\x4d\x00\x83\x25\x2d\x51\x6d\xcd\x12\x70\x75\x0f\xd3\x31\xf6\x09\xb5\x1b\x8a\x4f\xc7\x0c\x25\xa0\x63\x8a\x0e\xa9\xbb\xf3\x11\x75\x9b\x52\xac\x3d\x1f\x3e\xa5\xd4\x2e\xba\x84\xba\x44\xc7\xe8\x98\x79\xa5\xd4\xed\x04\x19\x75\x9b\x4e\x4e\xc7\x0c\x83\xd3\x31\x27\x28\xe8\x98\x89\x77\xd2\x0a\x8b\x11\xe0\x11\x77\xc5\x64\xc4\x42\xb1\x3f\x1a\x32\x70\xe0\xb4\x54\x1c\x8e\x3a\x3c\x8e\x46\xa3\x06\x8e\x5d\x91\x98\x8e\x7a\x22\x4e\x46\x43\x06\x66\x0e\x6f\xc4\xe9\x48\xb8\xc0\xd9\x68\xd4\xc2\x7a\x38\x30\x90\xe0\x23\xb1\x17\x17\xa3\x21\x49\xa5\x16\xce\x6e\x62\xa7\x5f\x61\x32\x1e\x5a\x7c\x47\xe4\xc0\xc1\x88\x5b\xe3\x70\x34\xb6\xe0\xc8\xe9\xc0\x38\x1e\x8d\x6d\x98\x8e\x04\x1f\x9c\x8c\x7a\x20\x66\x23\x61\x00\xa7\xa3\x31\x10\x67\xa3\xa1\x00\xe7\xa3\xf1\x08\x73\x47\xb0\xc3\x45\x37\x1a\x6d\x93\x3f\x50\x4f\x92\x34\xc7\x96\x3a\xfb\xc4\x5e\x60\x49\x25\x6a\xa6\x0d\xcf\xfd\x16\x43\x60\x36\xc4\xc0\x6e\x44\x61\x57\x22\xe6\x1c\xa2\x49\x8e\x4d\xe4\x63\xaf\x93\xfe\xd9\xc7\xcf\x7a\x45\xc5\x9c\x41\xb4\xba\x35\xe7\x0f\xf2\xb9\x39\x77\x68\xc5\x67\x5b\x41\x69\xc5\x63\xc0\x91\x6b\x5e\x6a\xc9\x1c\x6a\xf3\x36\xe7\x0e\xad\x82\x2d\xfd\x77\xea\x17\x53\x7b\xf7\x08\x1d\x63\xde\xa7\x63\x02\x08\xa8\x5b\xc5\x21\x1d\xeb\x42\x44\xad\xf6\x13\xd3\x31\xe3\xa3\xd4\x25\xbf\xa4\x4b\xdc\x96\x44\x38\xac\x23\xa5\x2e\xed\x65\x74\xcc\xfa\x72\xea\xb6\x5f\x4e\xdd\xee\x57\xd0\x31\x0f\xc1\xde\x88\x8b\x60\x3c\xe2\x85\x98\x8c\xba\x21\xf6\x5d\x23\x85\xd3\xc2\x71\x38\xea\x22\x38\xf2\xc6\xf4\x84\xe3\xd1\x48\x86\xe9\xa8\xb7\xe0\x64\x34\x5c\x60\x36\x1a\xf0\x70\x3a\x12\x33\x71\x36\x1a\x37\x70\x3e\x12\x96\x30\x77\xc4\x25\x5c\x38\xc3\x86\xcc\x1e\xdc\x7d\xc0\xa3\x7e\x89\x89\xdd\x31\xb1\x3f\xe2\xf6\x38\x18\x31\x7c\x1c\x8e\xfa\x0e\x8e\xc6\xa3\x5b\xec\x08\x6f\x98\x8e\x3b\x4f\xe2\x8c\x1f\x98\x8d\xc6\x3f\x9c\x8e\x06\x51\x9c\x39\x83\x08\xce\x47\xa3\x14\xe6\x23\x61\x0a\x17\xdd\x38\xb2\x5d\xf2\x60\x8c\x29\x35\xbf\xb6\x15\x92\x86\x1b\x63\xca\x70\x4f\xdb\xae\x61\xcc\x18\x14\x00\xcc\xa7\x18\xf3\x86\x26\xe7\x33\x3c\x8f\x6a\x04\x36\x80\xb8\x65\xd0\xf0\x54\xd7\xb9\x2d\x65\x68\xf9\xb3\xe4\x0c\x6d\x0f\x0d\x14\xd2\x96\x41\x33\x0b\x59\x07\xc0\x34\x70\x58\x7d\x8f\xeb\xca\x31\xa0\x2e\x3a\xc2\x31\xcf\x39\xb8\xda\x63\x3a\x22\x5c\x42\x3d\x9b\xe1\xf8\xd4\x6d\x38\x01\x75\x19\x4e\x48\x47\xec\x22\xa2\x23\x52\x8b\xe9\x88\xe9\x51\x3a\xa2\xda\x84\xda\xe4\xce\xe8\x88\x4e\x53\xea\xb6\xda\x8c\x8e\x58\x4d\x4e\x47\x34\xc7\xa9\xdb\x70\x0b\xea\x32\x7b\xec\x39\xdd\x16\x63\xcf\xaa\x57\x4c\xc6\x7c\x1a\xfb\x63\x3e\x89\x83\x11\xaf\xc6\xe1\x98\x53\xe0\x68\x2c\x72\xe0\x78\xc4\xb7\x9b\x71\xcf\xaa\x46\x9c\x8c\x39\x10\x66\x23\xf1\x11\xa7\x63\x11\x04\x67\xce\x08\x85\xf3\xb1\x08\x83\xb9\x7d\x70\x2e\x46\x22\x04\xe4\x07\x6e\x5d\xe1\x11\x4b\xc3\x64\xc4\xd3\xb1\x3f\xe6\xcc\x38\x18\x73\x56\x1c\x8e\x85\xaa\xc8\x1e\x8a\x70\x3c\x16\x2c\x30\x75\xbb\x4b\x32\xe6\xf0\x98\x59\x83\x05\x4e\xc7\x7c\x19\x67\x23\xe1\x02\xe7\xce\x60\x89\xf9\x58\x28\xc3\x45\x2f\xe0\x6c\x93\x15\x28\xb6\xa9\x29\x8a\xd4\x38\x4d\x79\x81\x6c\x4b\xcc\x7d\xf6\xdb\xe7\xc4\x84\x3b\x68\x25\x62\xc4\x1f\xea\xfd\x31\x65\x05\xcd\xd3\x21\xee\xb8\x63\xd0\xd6\x51\xd1\x98\x0d\x68\x4c\x0d\x11\xb3\x9a\xac\x91\xe5\x54\x19\xa8\x29\x03\xd0\x64\x35\x7c\x9e\x6b\x68\x87\x4f\x79\xd3\xd7\xe1\xb3\xa2\x23\x65\x53\x4f\x9d\x4a\xc2\xd4\xad\x24\x42\x2d\x3d\xf2\xa9\x4b\x3b\x01\x75\xf5\x27\xa4\x6e\xab\x8b\xa8\xdb\x32\x62\x6a\x97\x07\xa5\x2e\xbb\x48\xa8\xdd\x9e\x19\x75\xab\x3e\xa5\x6e\x1d\x66\xd4\x62\x53\x39\x75\xab\x88\x53\x97\x4d\x15\xd4\x6d\xca\xd8\x1b\xf1\x23\x8c\x47\x8c\x0f\x93\x11\x4f\xc5\xbe\xc3\x00\x71\xe0\xf4\x53\x1c\x8e\xb8\x22\x8e\xbc\x91\x18\x14\x3b\x7d\xae\xc9\x60\x2d\xbc\x27\xd6\xa8\xcd\x6c\xde\x8a\xd3\x91\xd0\x86\x33\x47\x5c\xc4\xf9\x48\x0c\xc1\x7c\xc4\x67\x71\xe1\x0c\x6e\x62\x44\xb7\x30\x8e\x9d\xa6\x84\x89\xd3\x69\xb1\x3f\xe2\x97\x38\x18\x71\x4c\x1c\x3a\x3c\x13\x47\x23\xb1\x06\xc7\xa3\xc1\x6a\xc4\x93\x70\x32\xe2\xa3\x98\x39\x02\x00\x4e\x9d\x51\x0b\x67\xce\xd0\x82\x73\x9b\xff\x63\x3e\xe6\xc2\x45\x37\xf4\x6c\x3f\x74\x1b\x6c\xa4\x66\x35\xf0\xb0\x61\xe8\x56\xa9\x86\x61\xd0\x56\x48\x4d\xcd\x82\x26\xc9\x31\x3d\x0d\x2d\xdd\x8f\x24\x4a\xc3\x18\xdd\xa6\x4c\xc3\xa7\x54\xeb\x80\x69\x98\x6e\xfa\x3e\x6c\xca\x34\x23\x1f\x3e\x4d\xb5\x4e\x98\x5e\xd5\xb5\x3c\xce\x30\x4c\x4b\xb9\x0d\xb1\xf2\x56\x6e\xa6\x97\x74\x2d\xf3\x1d\xf6\xd4\x25\x06\x4c\xcd\x42\x25\xd4\xa5\x5f\x9f\xba\xfa\x18\x50\x87\xe1\x84\xd4\x25\xbc\x88\xba\x7a\x12\x53\x9b\x78\x28\x75\x98\x55\x42\x5d\xaa\x66\xd4\xa5\x91\x94\x3a\x0c\x21\xa3\x36\x33\xcf\xa9\xcb\x92\x39\x35\x5b\x6c\x41\x1d\x4a\xc6\x9e\x53\xcb\x18\x3b\xdd\x95\x38\xfd\x15\xfb\x4e\x5f\xc1\x81\xcb\x1d\x70\xe8\x74\x25\x1c\x39\x1d\x02\xc7\xae\x88\xa0\xc6\x1b\xe3\xa3\xc4\x19\x2d\x30\x73\x79\x0c\x4e\x2d\x41\x03\x67\xb6\x20\x9b\x3b\x3d\x17\x73\x67\x50\xc0\x85\x35\x22\x62\xcf\xa9\x75\xec\x74\x44\x4c\xdc\xde\xed\x5b\x2c\x0d\x07\x4e\x47\xc3\xa1\xcb\x85\x71\x64\xf5\x43\x1c\x3b\x23\x03\xa6\x4e\xef\xc7\x89\xd3\x17\x31\xb3\x04\x2b\x9c\x3a\xdd\x0d\x67\xae\xe8\x80\x73\xab\x17\x63\xee\x8c\x1c\xb8\xd0\x82\xc3\x36\x63\x2a\x15\x03\x3c\x31\x20\x6c\x84\x33\x8c\xc7\xf7\xda\xc5\x8d\x61\x38\x96\xed\x86\x81\x58\xe1\x33\x3c\x0a\x25\x3e\x62\xe4\x23\x6a\x1e\x9a\x82\xb0\xe2\xc4\x3c\xce\x50\xcf\xcc\x7f\xd2\xf4\xdb\x14\x82\x25\x9f\xa6\x47\x69\x83\xd4\xc0\x67\x76\x4f\x1e\xf6\x18\x86\x5f\xb3\x9d\xf0\x46\x88\x86\x36\x85\x62\xc2\xf0\xa8\x5e\x54\xb2\xf6\x5c\x3e\xc6\x2e\x99\x2a\x18\xe2\xd2\xbf\x82\xf1\x5d\xba\x56\xbf\x07\x2e\x61\x2b\x98\xd0\x2e\x56\x05\x11\x8d\xf6\x39\xb6\x98\x96\x7a\x4c\x5d\x12\x55\x30\x89\x4d\x4b\xea\x39\xb3\x5b\xa9\x82\x48\x5d\xf6\xa8\x60\x32\xb3\xca\xd5\xd3\xdc\x65\x46\x0a\x86\xbb\x4c\x54\xc1\x14\x76\x0f\xad\x33\x62\xa3\x63\x63\x57\x0f\x30\xb1\x08\x19\xfb\x36\x8b\xc3\x81\x8b\x59\x1c\xba\xd4\x82\x23\x97\x30\x70\xec\xe8\xa2\x2d\xfe\x26\x76\x15\x62\xe6\xb2\x54\x9c\x3a\xe3\x61\xe6\xf2\x28\x9c\xdb\xed\x1b\x73\x9b\xd1\xe1\x62\xdc\xbb\xda\x97\x1b\x2b\x04\x76\xc7\x02\x4c\xc6\x0d\x0e\xfb\x63\xde\x87\x03\xa7\xf7\xe1\x70\x3c\x08\xd4\xca\x76\x76\x37\x1e\x0f\x4a\x98\x8e\x07\x37\x9c\x8c\x47\x83\xda\x1c\x5c\x5e\x26\x8d\xc2\xfa\x34\x1b\x0b\x6b\xd2\x30\x1c\x7c\xf2\xb1\x88\x53\x1b\x09\x50\xd1\x46\x76\xf9\x51\xaf\x6b\xf0\x8c\xad\x3f\xac\x51\x35\x63\x15\x5a\xf3\x39\xcf\x2a\xa8\x47\xf4\xea\xbb\xe7\x6f\x50\xb9\x38\xab\xaf\x89\x68\x2a\x1a\x3c\x7b\xf8\xaa\x77\x71\x71\x7b\x30\x71\x8a\xda\x8d\xff\x70\x81\xa2\xfa\x02\x9f\xd5\x97\xa9\xde\xd0\x53\xbf\x4a\x00\xf9\xa5\xfe\x2c\xbe\x4c\xb5\xfe\xf4\x39\xd7\xaa\x2a\x7d\xff\xe8\x95\x2c\x8c\x85\x64\xe1\x17\xf7\x1d\x55\x02\xba\xb9\xa0\x4a\x7e\xd1\xaa\xa4\x5c\xf7\x8a\x2a\x77\x69\xbd\x0f\xfc\xaa\x29\x01\xf6\x81\x5f\x19\x4a\xdf\x7d\xe0\x57\x75\x5d\xbd\x0f\xfc\xca\x5c\x56\x4f\xd0\x90\x2a\x0a\x23\x94\x96\xd5\x1a\xb1\x2c\x5b\xae\xf2\x72\x71\x82\xaa\x25\x7a\x71\x84\x8d\x78\xbf\x2b\xa1\x14\xd0\xdb\x7e\x0d\x64\xd3\xdd\x21\x61\x64\xbf\x3b\xa4\x45\xf7\x62\x29\x10\xbe\x38\xc2\x6f\xcb\x77\x68\x0f\x61\x43\x8d\x52\x45\x57\x96\xe7\x9f\xd4\xbd\x7b\xdb\xb6\x57\xe5\xf8\xc4\x7f\x26\x3e\x46\x7b\x1a\x6a\xa8\xc3\xb7\x83\x6e\x0f\x10\x1b\x0a\x96\x3e\x5c\xaf\xf9\x69\x3a\xe7\x08\x47\x68\x7d\x9e\x7e\xe0\x57\x06\xf1\xaf\xcf\xd3\x1f\xf9\xd5\xba\x51\x41\xfb\xdd\x2e\x94\xc5\x2b\x00\x92\xa2\xa9\xbf\x3c\x40\x38\x6a\xbe\xd9\xaf\x58\x39\x82\x8a\x53\x8a\x1f\xb3\x20\xd7\x35\x76\xc5\xcb\x5b\x85\xf4\x9d\x62\xca\x88\xd7\x7d\x75\x4b\x5a\x56\xaf\xa0\x2a\xca\xa1\x56\x04\xa5\xc1\x6b\x43\x29\x0d\x2a\xa0\x46\x83\x22\xc3\x36\x26\xab\x21\x81\xdd\x6a\xba\x74\x8a\xd5\xf2\x14\x02\xcc\x9c\x17\x15\x22\x14\x3c\x43\x50\x36\x37\x94\xc2\x79\x3b\x29\xd1\x81\xbc\x1b\xc2\x83\x02\x8e\xb5\x71\x4d\x26\x2f\x8e\x88\xb2\xc1\x1d\xb4\xdb\x48\x60\x07\xfd\x05\x11\xfa\x0e\x6a\x3c\x82\x6d\x95\xe8\x2f\x70\xc7\xc5\xc6\xec\xad\xca\x93\xd9\xe6\xfc\x05\x50\xbe\xb3\x65\x72\xa7\xc3\x25\xa1\xf0\x58\xf2\x8a\x76\x11\x09\x2c\x0c\xef\x18\x38\x1e\x90\x35\x55\xf6\x17\x1d\x28\x17\x19\x47\x9c\x65\x33\x65\x76\xa8\x5c\x23\x76\x76\x36\x2f\x79\x2e\x74\xc9\x16\x88\x5f\x9e\xb1\x45\xce\xf3\xba\x2e\x23\x84\xf7\xa9\x11\x9b\x10\x81\x42\x93\xb1\x05\x4a\x39\x4a\x57\xcb\x0f\x7c\x81\xca\x45\xb5\x44\x54\x16\x05\x5e\xa3\x75\xc6\xe6\x12\xbd\x44\xb9\x36\x63\xbb\x98\x95\xd9\x0c\xb1\xf9\x7c\x79\xb1\x06\xd4\x02\x6f\xb5\x14\x68\xcf\xd7\x3c\x47\x17\x65\x35\x5b\x9e\x57\x92\xc1\x75\xb9\x5c\x0c\xb1\x28\x41\x43\x79\xcd\x49\xfb\xe5\xc1\x03\x75\xad\x4c\xfb\x93\x08\x28\x3e\x36\x49\xae\x63\xb9\x58\x5a\x6e\xec\x36\x5c\x85\x16\x82\x58\xfb\x19\x62\xd6\xa4\x94\x4a\xbc\x8b\x84\xf6\x7d\xb3\xaa\x6c\xfd\x88\xf5\x7e\xc4\xef\x54\x61\xcf\xdf\xf4\x9f\xe0\x52\x80\xc1\x55\x3b\x86\x08\x78\x24\x0b\x5f\xa2\x72\xf1\x91\xaf\xd6\xdc\x1e\x05\xcb\xc5\xc7\x57\xbd\x40\xd8\xf9\x69\xa3\x01\x02\x3b\x06\x88\x16\x9b\x2e\xb1\xf5\x5b\x1c\x0a\x83\xee\x63\xff\xd4\x99\x70\x68\xbf\xf0\x45\xb6\xba\x3a\xab\xb6\xb8\x0a\x50\x55\xac\x5d\x1e\x35\xed\x5a\xe0\x69\x37\xe4\x5b\x4b\xe8\xe6\xfc\x4b\x50\x6d\x25\xe2\xaa\xdd\x7b\xe4\xa6\x3c\xad\x05\x69\x4a\x3a\xfe\x83\x57\x7a\x9e\xd6\x65\x6e\x0e\x48\xb5\xab\xb1\xfa\x3a\x90\x60\xab\x3e\x18\xdc\x9c\x65\xc8\x3e\x7e\x58\x94\x55\xc9\xe6\x7a\xe9\xab\x2e\x0c\xbf\xcc\x66\x6c\x71\xc2\x9f\xbe\x6c\xcb\xa2\xca\xca\x63\xde\xa5\x57\xc8\xff\xf5\x4d\xda\xdc\x46\xde\x4f\x0d\x6f\xac\x45\x61\x6d\xf3\xf2\xa9\xde\x86\x00\x1d\x5f\xfd\x6d\xd6\x86\x4a\xde\xbc\xa2\x10\xff\xdf\x90\x37\x68\x13\xaa\x3f\x63\x65\x5a\xd7\x55\x6d\xb2\x7c\x18\x78\x94\xfc\x28\xbd\x0a\x3e\x8f\x5f\xdb\x66\x18\x89\x8c\xf9\x04\xa0\xb3\x5d\x7b\xd1\x18\x86\x6e\x27\x16\xd8\x55\x17\x76\xa5\x60\x8d\x4c\x3e\xe6\xe5\xba\xe2\xf3\xc6\x8a\xcd\x18\x0b\xe8\xfc\x66\xa9\x05\x75\x07\xe8\x42\x0c\xb4\xb2\xd4\xda\xdb\xf2\xdd\xdb\xc9\x44\x71\xfb\xbe\x0d\xd7\x22\x91\x6c\x5e\x5d\xe0\x3b\x94\xd5\x36\x89\xc6\x10\xb0\x7b\x8e\xb4\xb2\x49\xaa\xe7\x49\xf3\x9a\x8d\x62\x3c\x80\xff\xbc\xc8\x97\x68\x7d\xc1\xce\x64\xfa\x31\x67\xeb\x4a\x1a\xc3\x30\x84\x57\x6e\x95\xf5\x98\xed\x2a\xcc\xe5\xf8\x95\xc1\x86\xa1\xa2\xf8\xb6\xae\x3e\x70\x8d\x1b\x73\xc1\xeb\xb8\xfa\x75\x42\xca\x48\xe8\x32\xbc\x91\x55\x68\x79\x5e\x0d\x22\x70\x13\x72\xdd\x2a\xeb\x84\x5c\xbb\xce\x3a\x43\xc6\x07\x7e\x25\x4b\x40\x47\xc1\x81\x4f\xf4\x27\xe5\x47\xcb\x03\xad\x6e\x74\x64\xac\x1a\x7d\x80\x5e\x09\x0b\x54\x2f\x01\xab\xe5\x7a\xdd\xa6\xe9\x50\xf3\x10\x12\x62\x78\x2d\x95\x2d\x9a\x81\xaa\x15\xdc\xa4\x1e\xaf\x4e\xd9\xfa\x43\xc7\x65\x6b\xdb\x9d\x4c\x3a\x26\x2a\x1c\xb1\x1e\x5d\xdf\x77\xba\x2e\x9c\x56\x60\xd1\x44\xd0\x31\xd9\xf7\x60\xb3\xdf\x18\x0d\x5f\x3c\x13\x19\x95\xc4\xac\xa0\x6a\xbf\x1b\xb0\xfd\xf2\xe9\xe6\x6c\xaf\xec\x6c\xcf\xdd\x6c\xcf\x1d\x6c\xaf\x36\x60\xdb\x59\x44\x7a\x5d\x57\x91\x96\xd3\x1f\x9b\xd5\x91\x1e\x2b\xc2\x2c\x71\x55\xfc\xb2\xd2\x4b\x31\x7f\xff\xe8\xd5\xbe\x4a\xd0\x3a\xb5\x98\xa7\x28\x2b\x4e\x0c\xc5\xb5\xcf\xe6\x4c\x30\x71\x59\xa1\x3e\x16\x95\x70\x4d\x5a\x3a\x26\x44\x4d\x65\xe7\xe1\x44\x4d\xb7\xe8\xf6\xf7\x8f\x5e\x19\x2b\x6e\x1f\xaf\xca\xb3\x39\xdf\xdb\x6e\x8a\x48\x36\xea\x4c\x14\xe9\x3f\xfd\x71\xa6\x8b\xd4\x44\x84\x60\xbb\x84\x0a\xa5\x59\xff\x7a\x20\x95\xc5\xf2\x35\x46\x87\x02\x6e\x5f\x4a\xf5\x91\xd4\xf1\x72\x35\x69\xef\x59\x57\x17\xc7\xd7\xa4\xf7\xd7\xf3\x32\xe3\x13\x6f\x8a\xc8\xce\xe0\x2e\x8c\x06\x2d\xb9\x26\x5a\x32\x45\x81\x03\xad\x7f\x4d\xb4\xc1\x14\x45\x3b\xf6\x8b\x34\xae\xfd\xee\xc1\xd7\x78\x5f\x6f\xac\xb5\xb0\x4a\x66\x5f\x7f\xe7\xd8\xa0\x81\xbf\x01\x85\x9b\x79\xa7\x11\xb4\xb6\x64\x8e\x6c\xdb\x7d\xbc\x01\x05\xf3\xa8\x87\x13\x72\x63\xc3\xde\x3f\x49\x58\x6d\xa2\xcb\x0d\x04\xd7\x16\xd7\x96\x21\xd6\x16\xe2\xba\x81\xb6\x81\x72\xd6\xcf\x6f\xa0\x7a\x25\xf4\xb5\xc2\xec\xf7\x42\x32\xed\x55\xd5\xd7\x8a\xbb\xdf\x0b\x83\x69\x5b\xd5\xfd\x5e\x18\x4d\x55\xb1\xf7\x7b\x11\xfe\xf4\x6e\x4a\x83\xcf\x2a\xb8\xff\x7b\x56\xda\xff\x62\xf5\xf0\xff\x7b\x2a\xdb\xc3\x4d\x05\xe5\x82\xe7\x37\x5b\xe2\xfe\x3b\xb6\xe6\x6d\xd5\x7a\xb6\xe6\xda\xb3\x37\x3e\x71\x56\xc0\x1f\xfa\xf2\x65\x14\xa0\x05\x3b\xe5\xeb\x33\xdd\x4b\x0f\x74\x36\x04\x88\x60\x43\xfe\xf7\xef\x9f\x4c\x68\x1e\xa2\x28\x68\xae\xb0\x31\xa1\x79\x13\x05\x82\x0f\x60\xea\x32\x0a\xf6\xd5\x17\xc1\xbf\x21\x33\x68\x51\x4b\xf4\x6a\x3a\xa5\xfc\x1b\x5f\x23\x86\x16\xfc\x62\x7e\x85\xa4\xaf\xe5\x26\xc2\x7a\x40\x41\x9d\xdb\x3c\x16\xe7\xa7\x29\x5f\x7d\x42\x70\xab\x14\xdc\xaa\x22\x3e\xf8\x04\xd2\xf9\x7d\x67\x93\xf9\xf2\x02\x5a\x88\xff\x9a\x1a\x74\x1b\x77\xa3\xdb\x10\xa0\x96\xcb\x65\x2b\x97\x3a\x22\xd4\xe2\xa9\x07\x66\xb9\xfa\xe7\x11\xcf\x87\xb7\xb2\xc0\x0b\xbd\xc8\xeb\xce\x77\xd6\x92\x86\x10\xbf\x28\x3b\x19\x95\xe8\xe1\x54\x70\x6d\x1e\xc3\xd4\xfd\x5a\x86\x5b\x3d\xe1\xb1\xe8\xed\x21\xea\xde\xbe\xad\xbf\x99\xf7\x35\xf5\x5d\x59\x5d\x94\x6b\x8e\x7e\x7a\x7e\xbc\x06\x0c\x63\x8a\xa9\x2f\x4a\x51\x06\xf2\x09\x3d\x14\xfa\x15\x72\xd9\x03\xc1\xa8\x91\x84\x15\x15\x5f\xa1\x05\x3f\x61\x55\xb9\x38\xb9\x01\xc1\x03\x2a\x2e\x04\xaf\x54\xb0\xbf\x58\x56\x13\xab\x54\x0f\x0e\xd0\x62\x39\x9a\xa9\xc2\x9d\x2c\x52\xa0\xff\x68\xa4\x7b\xdf\x08\x26\x05\xfb\x8f\x5a\xc8\x86\x94\x54\x49\x46\x09\xa6\xb6\x86\x56\x9d\xf7\x3b\xdc\x75\x32\x00\x9b\x56\x1e\xfe\xf4\xbd\xa6\x15\x58\x4e\x80\x71\xfb\x8c\xad\x61\x79\x61\x23\x1f\x6a\x34\x05\x38\x84\x4b\x34\xca\xaa\x96\x82\x44\x8d\xf7\x86\x95\xff\xf0\xa7\xef\x6f\x46\xf5\x72\x6d\xa7\x55\x3c\x5b\xe4\x13\xb6\x58\x56\x33\xbe\x52\x8c\xb8\xcc\x80\x2d\x72\xdd\x0c\x44\x0f\x47\x4c\xa1\xf5\xb3\xdb\x52\x20\x63\x56\xd1\x78\x9e\x82\xff\xdd\xec\xe3\xf9\xcb\x2f\x6d\x1e\xcf\x5f\x7e\x21\xeb\x78\xfe\xf2\x66\x8c\x63\xb9\xea\xd8\xc6\x72\xb5\x85\x69\x2c\x57\xd7\xb6\x8c\xdf\xb6\xb4\x8c\xdf\x7e\x67\xcb\x78\xf3\xe5\x4d\xe3\xcd\x17\xb3\x8d\x37\x37\x65\x1c\x97\x3d\xeb\xb8\xdc\xca\x3c\x2e\x3f\xc3\x3e\xde\x6f\x69\x1f\xef\x7f\x27\xfb\x80\x45\x79\xdd\x32\x16\x72\x66\x54\xbd\x10\xce\x79\x51\x6d\x9e\x95\x2d\xc0\x26\xe4\x37\xb4\x2c\x1a\x4c\x70\x85\xcd\x4d\x19\x03\x20\xbb\x19\x73\x00\x54\x1d\x83\x80\x5f\x9e\x4e\x48\xe8\xb2\x03\x09\xa4\x9b\xc2\xc2\x64\x07\xe2\x15\x68\x81\x1e\x20\x9f\xd8\x56\xba\x34\x4b\x99\xb4\xa6\xf2\xe0\x01\x5a\xc0\x12\x79\x63\x0c\x72\xeb\x10\x41\x7b\x68\x61\xbc\xac\xde\x6c\x42\x02\xcf\xd0\xd6\x3e\xa1\xfa\xe5\xc9\xcd\x90\x8e\x66\xb2\x40\x7b\x86\x1b\x43\x07\xa4\xfb\x4b\x5d\x82\xdc\x7f\xa7\xf5\xc2\x54\xfe\xbf\x9d\xf9\xbe\x9c\xd8\x5f\x2e\x6a\xeb\x7d\x79\x43\xd6\x2b\xf5\xde\xb5\x54\xcd\x78\x6b\x7b\xde\xc0\x78\x07\x11\x13\x50\x5d\xc3\x7e\x35\x2f\x68\xf0\x8c\x1b\xb0\x22\xff\xbb\x5b\xf0\xcb\x65\xc5\x2a\xfe\xa5\x03\xf0\x0a\xa8\xdc\x94\x09\x03\xb6\x9b\x31\x61\xc9\x98\x6e\xc2\xab\xe5\x68\xfc\x15\x20\xa3\xf6\xab\x7a\x04\x76\xa0\xa2\xfa\x62\x47\xa4\x83\xed\x2f\x2f\x27\x51\x30\x30\xcb\xcf\x55\xd8\x0d\xc5\x9c\x3f\x96\xc6\x46\x42\x8e\x80\xd8\x5e\x61\x2f\x07\x0a\x7b\x7a\x1d\x85\x3d\xcc\xf3\x2f\x9d\xf9\xb2\x3c\xff\x42\x99\xaf\xbc\xf2\xfb\x26\xde\x99\xf3\xde\x3b\x73\xbe\xd5\x3b\x73\xbe\xf1\x3b\x73\x7f\x44\xd8\x6d\x12\x59\xd8\x30\x6a\x4e\x7e\x33\xb6\x5a\x5d\x89\x66\xf5\x18\x22\x2f\x86\xef\x0c\x2b\xed\xf5\xf0\x66\x1c\xc3\x44\x6a\xb7\xcd\xb9\xd1\xae\xa4\xa1\x78\xf8\xdc\x88\x2e\xbf\x99\x57\x57\x1e\x2e\xd4\x15\xe0\xcb\x42\x9f\xdb\x5c\x9b\x6e\x38\x5e\x2d\xcf\xf8\xaa\xba\x42\x7f\x57\x57\x0c\x03\x20\x98\x57\x83\x62\x30\xad\xa8\x0c\x64\xbd\x6f\xc2\x53\x87\x95\xe6\x4e\xf4\x6e\x74\x59\x97\x27\x8b\xb2\x28\x33\xb6\xa8\x50\x0a\xcf\xcb\x85\xe6\x1b\x40\xd4\x31\xfb\xdb\xce\x4b\xd7\xcc\xd4\xbf\xdc\xc0\x3c\xf0\x90\x03\xbb\x3b\x76\xc4\x35\x79\x7e\x26\xcc\x92\xcd\x77\x3a\xb2\x1f\x15\x1c\x32\x06\xe4\x46\x72\x1a\xda\x8d\x84\xc8\xbb\x6a\xfe\x0c\x5f\xbd\xd0\x45\xdd\xef\x45\x67\xcd\xb7\xeb\xb3\x9f\x89\xec\xed\xa0\xbd\xf8\xdb\x76\x5a\x7b\xba\x2d\x16\x4c\x71\x82\x19\x4e\xe1\x4c\x4d\x86\x73\xcc\x71\xb1\x33\x40\xf2\xee\xdf\xa8\xab\x53\x84\xbd\x8d\x97\x07\xc0\xe8\xa6\x8d\xd9\x0e\xc2\xf2\x85\xda\x3c\x01\x61\xb1\xfe\x22\xff\xfb\xdb\x6f\x86\x03\x18\x22\xef\x6f\x7c\xe0\x4f\x87\x68\xb8\x0a\xa6\xff\xc9\xb1\xb9\x06\x3f\x6c\xd8\xe8\xef\x05\xb4\x26\xed\x7d\x04\xd2\x87\xe6\x7c\x71\x52\xcd\xd0\x5d\x44\x37\xdc\x4a\xdd\x0f\x34\x47\xcb\xc5\x47\xbe\xaa\x5f\x0d\xb5\x30\xac\xe2\x83\x18\xb4\xeb\xd3\x01\x1b\x05\x9e\x7a\xd4\x6e\xb4\xdb\x59\x99\xfb\x84\x8e\xbb\x41\xf4\xce\x1a\xe5\xac\x62\x88\xad\xb7\xa4\xb3\xf1\x4c\x56\x77\xa5\xf0\x52\x0b\xd0\xfb\xd5\xf2\x8d\x4f\xec\x4b\x21\xf0\xf8\x33\xf6\xec\x28\x5a\x5d\xa3\x32\xec\xdc\xa9\xe1\x9e\x4a\x65\x36\x4c\xd6\xea\x35\xed\xe2\x91\x6a\x33\xe0\x92\xdd\xdd\x78\xf3\x7e\x97\xb6\xfb\xa4\x57\xbb\x84\x57\xb7\x7a\x3b\xd8\xc2\x2f\xfe\x6a\x1e\xf6\xcf\xce\xd7\xb3\x49\x9d\x48\x89\x1c\xc1\xf4\x5e\x69\x86\xee\xe5\x12\xc8\xb0\x4f\xb6\x4e\x45\x34\x05\xd7\x11\xa4\xc6\x39\xed\xba\x8d\x75\x23\xc9\xc0\x2b\x00\x8d\x30\xc9\x6c\x79\x06\x83\xa4\x65\xec\x47\xa3\x69\x6b\x63\xf6\x1c\x65\xf3\xe5\xc2\xf5\xa6\xb2\xa9\x49\x03\x9e\xbe\x2d\xc3\x8f\x76\x5b\x86\xc7\x4e\x5b\xd6\x31\x43\x96\x22\xd9\x6d\x76\xbe\x9a\x76\xba\x1e\x01\xfc\x9f\xc1\xb0\xff\x2c\x25\x33\x44\x5a\xc7\x52\x89\x6f\x18\x66\xeb\x5d\x63\x76\x02\x70\x86\xa9\x5e\x58\x97\xc9\x89\x85\x4c\xe3\x42\x17\x1d\xff\x19\x75\x83\x8b\x4d\x7c\xe0\x42\x99\x7c\x8d\xfe\x6d\xf9\xce\x24\x76\xbb\xa9\x02\x70\x67\x7d\xb9\x49\x8f\xad\xfb\x66\x7a\xbb\x65\xd4\xd6\x98\x4f\xef\xa6\x34\xdc\x64\xbf\xcb\xc1\xdd\x3f\xa1\x59\x55\x9d\xad\xef\x1d\x1c\x9c\x56\xb3\xf5\x7e\xca\x0f\xce\xab\x82\xfe\xba\x46\x1f\xc9\x3e\xde\x27\x28\xbd\x42\xff\xe3\x94\x55\xb3\x92\xad\x85\xc5\xb4\x1b\x64\x60\x57\x88\xdc\xec\x71\x70\x80\xbe\xe7\x95\x3c\x0e\xc7\xb9\x10\x77\xc9\xd2\x39\x5f\xa3\xbf\x2a\x4a\x7f\xbd\xf5\x0d\x6c\xe3\x5f\x71\xfe\xa8\xd9\xff\x32\xd8\x49\x83\xee\x48\xe5\xdd\x41\xb7\x6f\xd7\x3f\xdf\xb7\xa3\x47\x7f\x95\xdd\xd1\x90\x3f\x83\x1f\x5a\xdc\xa7\xea\x7b\x17\xb5\xfa\xf5\xf6\x6d\xc3\xfe\x9c\xc3\x0e\x93\x0d\xb0\x93\x8d\x13\xd8\x39\xf3\xd7\xa9\xdc\x8d\xff\xd3\x32\xe7\xfb\xbf\xae\xd1\x72\x85\xbe\x93\x5b\x69\xca\xa2\xe4\x39\xca\x96\x39\x9f\x02\x16\xb6\xc8\xd1\xf9\x9a\xa3\xb2\x12\xe3\xda\x5f\x85\x1c\xb5\x3e\xa8\x7d\x38\x4d\x1f\x4e\xd4\xf7\x6e\x1f\xe4\xaf\xf7\xe5\x9e\xa4\xb6\xd9\x7e\x03\x7d\xa8\x23\xfb\xed\x37\xed\xdb\xfe\x45\xb9\xc8\xc5\xdb\x65\x07\x46\x6e\x1d\x12\xbc\x20\xfd\x67\xd8\xec\x73\xeb\x9b\x83\xbb\x7b\x37\xf6\x77\xf7\xe0\x96\xec\xed\xba\x5a\x95\x8b\x93\xc7\xab\xe5\xe9\xd1\x8c\xad\x8e\x96\xb9\xd0\xdc\x2b\xf8\x71\xbf\xd0\x7e\x55\xc2\x3f\x66\x1f\xf8\x42\xca\xb8\x6f\xb2\x67\xe7\x8b\x2b\x21\xdf\x5b\xdf\x34\x11\xec\x3c\x5b\x93\x9c\x8b\x1f\x27\x92\x8e\xec\x20\x2c\x6d\xc2\xe6\xfb\x7a\x08\x84\x9f\xb2\xe5\xf9\xa2\xe2\x2b\x35\x73\x09\x3f\xcd\xeb\x58\x21\x9b\xb7\xc1\x02\x9e\xc2\x79\xc6\xfa\x0b\xbf\xac\x56\x4c\x7c\xb9\x98\x95\x73\x8e\x26\x35\xb6\x07\x0a\x89\x24\xfd\x0d\xb4\x69\x11\x66\xaa\x7b\x0f\xab\xba\xc1\xee\xae\x70\xf5\x6f\x40\xa7\x12\xf8\xdb\x43\xe4\x5d\x7e\x4f\x3d\x4f\xe8\x5c\xfe\xf4\x00\x7e\xfa\xee\xf1\x63\xf1\x93\x85\x92\x10\x17\xbc\xae\xaf\xcf\x57\xab\xe5\x09\xab\xf8\x14\xac\xae\x9a\xf1\x15\x87\x73\x9e\x68\xc1\x2f\x2b\x24\x58\x60\x59\xc5\x57\xd0\x08\xba\xb1\x09\x7f\xc0\xe0\x44\x82\xdf\x46\xde\xe5\xe3\x23\xcf\xdb\x11\x16\xea\x5d\x7e\x0f\x1f\xff\x2e\x82\xf3\x7c\x79\xd1\xd2\x87\x66\xdf\x48\xc9\xcb\xa1\x7c\xa2\xba\x28\x10\xf8\x8f\x1f\xef\xc0\xd1\x4c\x6f\x07\xed\x22\x0d\x33\x3c\xd8\xad\x2b\x0e\x29\xea\x6d\x16\xac\xba\x7a\xbe\x38\x65\x55\x36\xe3\x79\x4b\xef\x3e\x5a\x2e\xe6\x57\x88\x9d\x9d\x71\xe8\x77\xb9\x06\x07\x44\xe7\x8b\xb2\x9a\x8a\x17\xcd\x8c\xad\x39\xbc\x6d\x0a\x41\x34\x98\x1a\x18\x21\xa4\xaa\xde\x17\xd5\x60\x15\x43\x3d\xd3\xbe\x9e\xb1\x72\x35\xec\x19\xf4\x4b\xf1\xfa\x8d\x12\xdd\xde\x9e\xe2\xfd\x56\xbf\x03\x96\x96\x02\x50\xfc\x5f\xc5\x7b\x09\x55\x7b\xe3\x75\x9c\x81\x2f\xc0\x19\x60\x14\x6e\x7d\xa1\xb1\x72\x99\xb7\x74\x8d\xbc\x5c\xe4\xfc\x12\x1d\xa2\x3d\x6c\x34\xfb\xc6\x8f\xee\xdc\xd1\x8c\x7f\x77\x57\x36\xb3\x18\x3f\xd0\x79\x0b\x20\xef\xfa\xc6\x2e\x4c\xe9\xb1\xd0\xb8\x94\x8c\xfc\x75\xef\xb0\x56\xff\x7d\x4d\x5e\x68\xf7\xd0\x10\x3f\x6a\x44\xdf\x7e\x8b\xb0\x57\x1b\x10\xfa\x4d\xf9\x90\x52\x49\xcd\x89\x34\x56\xf4\x1b\xea\xd8\x61\x23\xfc\x0d\x08\x01\x42\x9b\x92\x1a\xe1\x67\x33\x9e\x7d\x78\x95\xb1\x39\x5b\xfd\x2f\xd1\x6a\x22\xf4\xf0\x62\x59\x2e\xe4\x6e\x6a\x10\x40\xf3\x53\xd7\xe3\xdb\x9f\xa5\xd7\xb7\xc2\xa9\x66\xab\xe5\x05\x7a\xb4\x5a\x2d\x57\x13\xe8\xd5\x9d\xa7\x22\x15\x6a\x4d\xf3\xe7\xdd\x3b\x68\xb7\x45\xb0\x5f\x2d\x65\x64\x9d\xe0\x68\x67\xbf\x5a\xfe\x7c\x76\xc6\x57\x47\x6c\xcd\x27\x3b\x68\x57\x22\x10\x26\xbf\x58\x56\xc2\xc0\x81\x59\x29\x97\x3b\xe2\x61\xdd\xd1\x4f\x5f\x60\x24\x68\xe5\x04\x59\xb5\xc8\xc4\x5b\x71\x4c\xe5\x32\x9b\x1a\x9c\xa4\x94\x0d\xda\x98\xe8\x02\xfc\xb6\x6e\x23\x35\x0a\x53\x95\x97\xd4\xdb\xe9\xeb\x45\x3a\xc4\x51\xdd\xd0\xa4\x16\x0d\xed\x6d\x65\x9c\x8f\x1f\x53\x15\xeb\x54\x98\xc3\x7b\xe9\x55\xc5\xd1\x9a\xff\xd7\x39\x5f\x64\x10\xe8\xec\x8c\xb6\x34\x6a\xd3\x81\x81\xf0\xea\x34\x5d\xce\x1b\x47\xb2\x51\xa6\x5e\x97\x32\x19\x52\x6e\x30\x8d\x0b\x29\x92\x02\xc2\x4a\x40\x47\x5e\xc3\x52\xb3\xf1\xd8\xc0\x04\x84\x61\x9d\x09\x7f\xc8\x84\xc3\xe0\xef\x6f\xc9\x24\x26\x92\x4b\x4f\x71\xf9\xc8\xeb\xa0\xd8\x3d\xb4\x58\x4d\xb4\x41\x67\x1e\x79\x83\xce\x04\x9f\x25\x51\x4c\x15\xb3\xb1\x64\xf6\xf1\x86\xcc\x62\xb2\x6d\xa7\x5a\x48\x13\x57\xdd\x8e\x76\x3d\xa0\xb1\x4d\xc0\xd0\x77\x09\x91\xfa\xab\x71\xa2\x9f\x34\x35\x48\x45\xea\x3e\x4c\xae\x06\x59\x53\x0b\x3f\x3a\xa8\x34\xa0\xf5\x0f\x42\x09\x32\x5a\x6d\x38\xb8\xb4\x3d\xd6\x09\xeb\xa3\x8c\x86\x72\xf7\xd0\xe1\xfa\xbd\x88\xde\x36\xfb\x52\x89\x70\x23\xfb\x15\x67\xf9\xd1\x72\x51\x95\x8b\x73\x38\x3c\x0b\xda\x6f\x43\x91\xe0\xe4\x07\xe8\xfb\xb7\x87\xc0\xd6\x91\x48\x2c\x0c\xa3\xc1\x9d\x1f\x16\x1f\xd9\xbc\xcc\x01\x48\x4a\xfb\x8e\xea\x56\x23\xef\x2e\x15\x24\x11\xc2\x44\xc1\xdb\x86\xce\x3b\xe5\x26\xa2\x69\xf3\xe3\xee\xae\x48\xc6\xeb\x08\xd5\x43\x73\x5b\x86\x11\x99\x08\x8a\x28\xf9\x77\x2d\x18\x1a\xa1\xfd\xc7\x0d\x63\x07\x07\xe8\x87\x02\x5d\x70\x24\xf2\xb5\xf3\x33\x24\x32\xd5\x29\x2a\xab\xff\xfb\xbf\xff\x4f\x3d\x2c\xe9\x28\x80\xe3\x5b\x96\x9e\x0f\x00\xef\x0c\x82\xbf\xb4\xde\x57\xe0\x05\x93\xd6\xca\x05\x30\xd6\xcd\x90\xe8\x5f\x7c\xfd\x4b\x60\x30\xdf\xa1\xae\x3e\x43\x55\x5d\x4c\x87\x43\xad\x2b\xc9\x16\x6c\x0e\x87\x1f\x1a\x39\xbe\xe4\x2c\x47\x45\xb9\x5a\x57\xb5\x94\xa0\x5b\xdb\xab\x79\x38\xba\xa1\xc9\x62\x39\x14\xef\x7a\xa7\xb6\x09\x49\xe8\xb6\xd2\xbf\x8a\xac\x1a\xaf\x8d\x7c\x6b\x5e\x87\x63\x58\x0f\xcf\xa3\xda\xa0\x8e\x6a\x54\xa0\x16\x74\x68\x71\x98\xfb\xfd\x78\xa0\x23\xc3\xf2\x35\x03\x6a\xee\x34\xda\x35\x25\x60\x8d\xf5\xb6\xe6\xab\xc5\xa8\x6e\x02\xbf\x85\x09\xd6\x69\xbd\xec\xbb\xdf\x97\xed\x29\xbb\x42\xe5\x22\x9b\x9f\xc3\x4b\x88\x78\xb9\xd0\x5f\x69\x4c\x52\x7e\x5c\x4b\xe7\xd1\x16\xd2\x01\x53\xbe\x9e\x00\x3d\xf5\x9e\x46\x60\x6f\x92\xa4\xa5\x0b\xd4\xb7\x09\xd4\x83\xe4\x45\x0a\x6c\x2c\x3f\xf8\x92\x32\x1f\x8e\xf0\x7d\x89\x52\x25\xd1\xc7\x37\x2b\x51\x08\x19\xd7\x14\x7a\x0c\x42\xf7\x2e\xfb\x62\xf7\x2e\xbd\xa3\x1d\xf4\x1b\x48\x64\x22\x79\x90\xbf\x36\xfa\x08\xac\xfa\x80\x37\x2a\xc3\x3b\x06\xf6\xf4\x57\x30\xb3\x26\x6a\x79\x1a\xb5\xf0\xf3\xf1\xe3\x3d\x8a\x72\x98\x29\xe3\x79\x13\x79\xeb\xb0\xa9\x4e\x60\x35\xdf\x21\xa0\x69\xdf\x21\xfe\xdc\xef\xe5\x24\x2a\xd7\x68\x47\x63\xc9\x5f\x83\xaf\x9b\x92\x68\x60\x75\x54\x03\x2a\x7a\x00\xd4\x92\x12\x2d\xc6\xb6\xb3\x3f\x9d\x74\xa7\x9d\x27\xaa\x4e\xcf\xb4\x6c\x64\x52\x9d\x9e\xa1\xc3\xde\x58\xb2\x83\xfe\x74\x78\x28\x83\x72\x3f\x3b\x51\x8b\x18\xd5\xe9\x59\x3f\xcf\xd0\x5e\xd0\x5b\xe8\x9d\x2f\x39\xf9\x26\xc4\x8a\x0e\x81\xc1\x3b\x1f\xf9\x6a\x5d\x2e\x17\x77\xee\xa1\x3b\x30\xe9\x7b\x67\x2a\x7e\x95\xfc\xdc\xb9\xa7\x65\x85\xf0\xbb\xec\xae\xfa\x5d\x7e\xb9\xf5\xcd\x27\x35\x49\xf7\x6a\x79\xca\xd1\xc3\x67\xdf\xa3\xf4\xbc\x9c\xe7\x68\x79\x56\x95\xa7\xe5\xdf\xf8\x6a\x3d\x45\xf3\xf2\x03\x47\xab\xfd\x5f\xd7\x53\xf9\x4a\x0c\x33\xed\xeb\x33\x9e\x95\x45\x99\x09\xe7\xcd\x4b\x50\xf8\x19\xab\x2a\xbe\x5a\xac\x01\x1f\x34\xaa\x66\x1c\x15\xcb\xf9\x7c\x79\x51\x2e\x4e\xee\xc9\x39\x4f\x61\x7e\xbd\x73\x91\xe8\x4e\x6d\x34\x77\xe4\xe4\x6e\x07\x60\x9f\x9d\xe6\xbd\x59\xd4\xe6\x88\xa4\x78\x76\xeb\x1b\xa9\x2e\x75\x68\xb2\x99\xe6\xee\x0e\x60\xa2\xcf\xa0\x3b\x50\x4e\xfb\x76\xd1\x9b\x35\xfe\x93\xf6\x7d\x7f\xb1\xcc\xf9\xf1\xd5\x19\x6f\x93\xb9\x76\xae\x5a\xbd\x78\x94\x0b\x7d\xde\xf8\x65\xb9\x38\x59\xfe\xcf\x57\xe8\xa3\xb7\x4f\xf7\x3d\x78\x3d\x6f\x5b\x68\x67\x49\x1b\x66\x54\x68\xac\x31\xb1\xd5\xc5\x8c\xcd\x7b\x98\xe2\x7d\x6f\x4f\x4e\xc4\xac\xea\xbd\x51\xf2\x14\xa3\xfa\x6d\xc6\xd6\xcf\x2f\x16\x2f\xea\x2d\x30\x87\x0a\x68\xbf\xfb\x3b\x80\x37\x4b\x24\x50\x35\x4e\x0a\xa5\x8e\x18\x5d\x70\xb9\x3e\x24\x9e\xc3\x41\xe2\x1d\x21\x1b\x5d\x56\x6f\x3f\xc8\x02\x86\x02\x02\x3e\x77\x26\xbf\x7a\xfd\x7a\x39\x2b\x17\x4b\xd1\x2b\x86\x2e\x78\x8a\xd4\x41\x55\x35\x6b\xbd\xaf\x0c\x5a\xc9\xe4\xd3\x2d\x75\x44\x15\x96\x4d\x3e\x4d\xff\xfe\xe9\xdd\x94\x46\x9b\x2c\x89\x0c\x4e\xec\xbe\x79\xf6\xf4\x49\x55\x9d\xbd\x14\x43\xc6\xba\x6a\xb0\xfd\x39\x2d\x4f\xe4\x66\x96\xfd\x5f\xd7\x7f\xde\x04\xf3\x9d\xf3\x35\x87\x17\xb6\xac\xba\x73\xff\xd6\x90\xd0\x77\xe5\xc9\x4f\x80\xf0\xbe\xe8\xf0\xaf\xeb\x99\x08\xca\xe5\xc9\x62\xb9\xe2\xf7\xe6\xe5\x82\xdf\x6a\x48\x5f\xf0\xd4\xdf\x88\xa4\x50\xd2\x6b\x9e\xca\xb1\x49\x1e\x33\xbe\xb3\x7f\x30\x2f\xd3\x03\x81\x42\x04\xe7\x5b\x07\x07\x28\x5f\x2e\x2a\xb4\xfc\xc8\x57\xab\x32\xe7\xf5\x82\x43\xbd\xbe\x71\x4b\x3b\x82\xac\x56\x0e\x44\x80\xbb\xd3\x6c\x68\x80\xf5\x88\x0e\xc0\xbe\x24\xd9\x85\x12\x06\x02\xcb\x64\x3a\x08\x30\x77\xff\xd6\x27\x83\x34\xe4\x13\xb5\xb0\x55\x73\xfc\xe7\x7b\x84\x7c\x7a\x27\xa4\x30\x7d\x2b\xa5\xf0\x6e\xe7\xd6\xc1\xc1\xff\x87\xd6\xcb\xf3\x55\xc6\x9f\xb1\xb3\xb3\x72\x71\xf2\xf3\xcb\xa7\x87\xe2\xe1\xde\x1c\x36\x91\xfe\xba\xde\x3f\x65\x67\xb7\xfe\x5f\x00\x00\x00\xff\xff\x7e\x7c\x75\xf5\xb3\x1f\x06\x00")
- var importRawKey = new Method({
- name: 'importRawKey',
- call: 'personal_importRawKey',
- params: 2
- });
-
- var sign = new Method({
- name: 'sign',
- call: 'personal_sign',
- params: 3,
- inputFormatter: [null, formatters.inputAddressFormatter, null]
- });
-
- var ecRecover = new Method({
- name: 'ecRecover',
- call: 'personal_ecRecover',
- params: 2
- });
-
- var unlockAccount = new Method({
- name: 'unlockAccount',
- call: 'personal_unlockAccount',
- params: 3,
- inputFormatter: [formatters.inputAddressFormatter, null, null]
- });
-
- var sendTransaction = new Method({
- name: 'sendTransaction',
- call: 'personal_sendTransaction',
- params: 2,
- inputFormatter: [formatters.inputTransactionFormatter, null]
- });
-
- var lockAccount = new Method({
- name: 'lockAccount',
- call: 'personal_lockAccount',
- params: 1,
- inputFormatter: [formatters.inputAddressFormatter]
- });
-
- return [
- newAccount,
- importRawKey,
- unlockAccount,
- ecRecover,
- sign,
- sendTransaction,
- lockAccount
- ];
-};
-
-var properties = function () {
- return [
- new Property({
- name: 'listAccounts',
- getter: 'personal_listAccounts'
- })
- ];
-};
-
-
-module.exports = Personal;
-
-},{"../formatters":30,"../method":36,"../property":45}],41:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/** @file shh.js
- * @authors:
- * Fabian Vogelsteller
- * Marek Kotewicz
- * @date 2017
- */
-
-var Method = require('../method');
-var Filter = require('../filter');
-var watches = require('./watches');
-
-var Shh = function (web3) {
- this._requestManager = web3._requestManager;
-
- var self = this;
-
- methods().forEach(function(method) {
- method.attachToObject(self);
- method.setRequestManager(self._requestManager);
- });
-};
-
-Shh.prototype.newMessageFilter = function (options, callback, filterCreationErrorCallback) {
- return new Filter(options, 'shh', this._requestManager, watches.shh(), null, callback, filterCreationErrorCallback);
-};
-
-var methods = function () {
-
- return [
- new Method({
- name: 'version',
- call: 'shh_version',
- params: 0
- }),
- new Method({
- name: 'info',
- call: 'shh_info',
- params: 0
- }),
- new Method({
- name: 'setMaxMessageSize',
- call: 'shh_setMaxMessageSize',
- params: 1
- }),
- new Method({
- name: 'setMinPoW',
- call: 'shh_setMinPoW',
- params: 1
- }),
- new Method({
- name: 'markTrustedPeer',
- call: 'shh_markTrustedPeer',
- params: 1
- }),
- new Method({
- name: 'newKeyPair',
- call: 'shh_newKeyPair',
- params: 0
- }),
- new Method({
- name: 'addPrivateKey',
- call: 'shh_addPrivateKey',
- params: 1
- }),
- new Method({
- name: 'deleteKeyPair',
- call: 'shh_deleteKeyPair',
- params: 1
- }),
- new Method({
- name: 'hasKeyPair',
- call: 'shh_hasKeyPair',
- params: 1
- }),
- new Method({
- name: 'getPublicKey',
- call: 'shh_getPublicKey',
- params: 1
- }),
- new Method({
- name: 'getPrivateKey',
- call: 'shh_getPrivateKey',
- params: 1
- }),
- new Method({
- name: 'newSymKey',
- call: 'shh_newSymKey',
- params: 0
- }),
- new Method({
- name: 'addSymKey',
- call: 'shh_addSymKey',
- params: 1
- }),
- new Method({
- name: 'generateSymKeyFromPassword',
- call: 'shh_generateSymKeyFromPassword',
- params: 1
- }),
- new Method({
- name: 'hasSymKey',
- call: 'shh_hasSymKey',
- params: 1
- }),
- new Method({
- name: 'getSymKey',
- call: 'shh_getSymKey',
- params: 1
- }),
- new Method({
- name: 'deleteSymKey',
- call: 'shh_deleteSymKey',
- params: 1
- }),
-
- // subscribe and unsubscribe missing
-
- new Method({
- name: 'post',
- call: 'shh_post',
- params: 1,
- inputFormatter: [null]
- })
- ];
-};
-
-module.exports = Shh;
-
-
-},{"../filter":29,"../method":36,"./watches":43}],42:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file bzz.js
- * @author Alex Beregszaszi
- * @date 2016
- *
- * Reference: https://github.com/ethereum/go-ethereum/blob/swarm/internal/web3ext/web3ext.go#L33
- */
-
-"use strict";
-
-var Method = require('../method');
-var Property = require('../property');
-
-function Swarm(web3) {
- this._requestManager = web3._requestManager;
-
- var self = this;
-
- methods().forEach(function(method) {
- method.attachToObject(self);
- method.setRequestManager(self._requestManager);
- });
-
- properties().forEach(function(p) {
- p.attachToObject(self);
- p.setRequestManager(self._requestManager);
- });
+func web3JsBytes() ([]byte, error) {
+ return bindataRead(
+ _web3Js,
+ "web3.js",
+ )
}
-var methods = function () {
- var blockNetworkRead = new Method({
- name: 'blockNetworkRead',
- call: 'bzz_blockNetworkRead',
- params: 1,
- inputFormatter: [null]
- });
-
- var syncEnabled = new Method({
- name: 'syncEnabled',
- call: 'bzz_syncEnabled',
- params: 1,
- inputFormatter: [null]
- });
-
- var swapEnabled = new Method({
- name: 'swapEnabled',
- call: 'bzz_swapEnabled',
- params: 1,
- inputFormatter: [null]
- });
-
- var download = new Method({
- name: 'download',
- call: 'bzz_download',
- params: 2,
- inputFormatter: [null, null]
- });
-
- var upload = new Method({
- name: 'upload',
- call: 'bzz_upload',
- params: 2,
- inputFormatter: [null, null]
- });
-
- var retrieve = new Method({
- name: 'retrieve',
- call: 'bzz_retrieve',
- params: 1,
- inputFormatter: [null]
- });
-
- var store = new Method({
- name: 'store',
- call: 'bzz_store',
- params: 2,
- inputFormatter: [null, null]
- });
-
- var get = new Method({
- name: 'get',
- call: 'bzz_get',
- params: 1,
- inputFormatter: [null]
- });
-
- var put = new Method({
- name: 'put',
- call: 'bzz_put',
- params: 2,
- inputFormatter: [null, null]
- });
-
- var modify = new Method({
- name: 'modify',
- call: 'bzz_modify',
- params: 4,
- inputFormatter: [null, null, null, null]
- });
-
- return [
- blockNetworkRead,
- syncEnabled,
- swapEnabled,
- download,
- upload,
- retrieve,
- store,
- get,
- put,
- modify
- ];
-};
-
-var properties = function () {
- return [
- new Property({
- name: 'hive',
- getter: 'bzz_hive'
- }),
- new Property({
- name: 'info',
- getter: 'bzz_info'
- })
- ];
-};
-
-
-module.exports = Swarm;
-
-},{"../method":36,"../property":45}],43:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/** @file watches.js
- * @authors:
- * Marek Kotewicz
- * @date 2015
- */
-
-var Method = require('../method');
-
-/// @returns an array of objects describing web3.eth.filter api methods
-var eth = function () {
- var newFilterCall = function (args) {
- var type = args[0];
-
- switch(type) {
- case 'latest':
- args.shift();
- this.params = 0;
- return 'eth_newBlockFilter';
- case 'pending':
- args.shift();
- this.params = 0;
- return 'eth_newPendingTransactionFilter';
- default:
- return 'eth_newFilter';
- }
- };
-
- var newFilter = new Method({
- name: 'newFilter',
- call: newFilterCall,
- params: 1
- });
-
- var uninstallFilter = new Method({
- name: 'uninstallFilter',
- call: 'eth_uninstallFilter',
- params: 1
- });
-
- var getLogs = new Method({
- name: 'getLogs',
- call: 'eth_getFilterLogs',
- params: 1
- });
-
- var poll = new Method({
- name: 'poll',
- call: 'eth_getFilterChanges',
- params: 1
- });
-
- return [
- newFilter,
- uninstallFilter,
- getLogs,
- poll
- ];
-};
-
-/// @returns an array of objects describing web3.shh.watch api methods
-var shh = function () {
-
- return [
- new Method({
- name: 'newFilter',
- call: 'shh_newMessageFilter',
- params: 1
- }),
- new Method({
- name: 'uninstallFilter',
- call: 'shh_deleteMessageFilter',
- params: 1
- }),
- new Method({
- name: 'getLogs',
- call: 'shh_getFilterMessages',
- params: 1
- }),
- new Method({
- name: 'poll',
- call: 'shh_getFilterMessages',
- params: 1
- })
- ];
-};
-
-module.exports = {
- eth: eth,
- shh: shh
-};
-
-
-},{"../method":36}],44:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file namereg.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var globalRegistrarAbi = require('../contracts/GlobalRegistrar.json');
-var icapRegistrarAbi= require('../contracts/ICAPRegistrar.json');
-
-var globalNameregAddress = '0xc6d9d2cd449a754c494264e1809c50e34d64562b';
-var icapNameregAddress = '0xa1a111bc074c9cfa781f0c38e63bd51c91b8af00';
-
-module.exports = {
- global: {
- abi: globalRegistrarAbi,
- address: globalNameregAddress
- },
- icap: {
- abi: icapRegistrarAbi,
- address: icapNameregAddress
- }
-};
-
-
-},{"../contracts/GlobalRegistrar.json":1,"../contracts/ICAPRegistrar.json":2}],45:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file property.js
- * @author Fabian Vogelsteller
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var utils = require('../utils/utils');
-
-var Property = function (options) {
- this.name = options.name;
- this.getter = options.getter;
- this.setter = options.setter;
- this.outputFormatter = options.outputFormatter;
- this.inputFormatter = options.inputFormatter;
- this.requestManager = null;
-};
-
-Property.prototype.setRequestManager = function (rm) {
- this.requestManager = rm;
-};
-
-/**
- * Should be called to format input args of method
- *
- * @method formatInput
- * @param {Array}
- * @return {Array}
- */
-Property.prototype.formatInput = function (arg) {
- return this.inputFormatter ? this.inputFormatter(arg) : arg;
-};
-
-/**
- * Should be called to format output(result) of method
- *
- * @method formatOutput
- * @param {Object}
- * @return {Object}
- */
-Property.prototype.formatOutput = function (result) {
- return this.outputFormatter && result !== null && result !== undefined ? this.outputFormatter(result) : result;
-};
-
-/**
- * Should be used to extract callback from array of arguments. Modifies input param
- *
- * @method extractCallback
- * @param {Array} arguments
- * @return {Function|Null} callback, if exists
- */
-Property.prototype.extractCallback = function (args) {
- if (utils.isFunction(args[args.length - 1])) {
- return args.pop(); // modify the args array!
- }
-};
-
-
-/**
- * Should attach function to method
- *
- * @method attachToObject
- * @param {Object}
- * @param {Function}
- */
-Property.prototype.attachToObject = function (obj) {
- var proto = {
- get: this.buildGet(),
- enumerable: true
- };
-
- var names = this.name.split('.');
- var name = names[0];
- if (names.length > 1) {
- obj[names[0]] = obj[names[0]] || {};
- obj = obj[names[0]];
- name = names[1];
- }
-
- Object.defineProperty(obj, name, proto);
- obj[asyncGetterName(name)] = this.buildAsyncGet();
-};
-
-var asyncGetterName = function (name) {
- return 'get' + name.charAt(0).toUpperCase() + name.slice(1);
-};
-
-Property.prototype.buildGet = function () {
- var property = this;
- return function get() {
- return property.formatOutput(property.requestManager.send({
- method: property.getter
- }));
- };
-};
-
-Property.prototype.buildAsyncGet = function () {
- var property = this;
- var get = function (callback) {
- property.requestManager.sendAsync({
- method: property.getter
- }, function (err, result) {
- callback(err, property.formatOutput(result));
- });
- };
- get.request = this.request.bind(this);
- return get;
-};
-
-/**
- * Should be called to create pure JSONRPC request which can be used in batch request
- *
- * @method request
- * @param {...} params
- * @return {Object} jsonrpc request
- */
-Property.prototype.request = function () {
- var payload = {
- method: this.getter,
- params: [],
- callback: this.extractCallback(Array.prototype.slice.call(arguments))
- };
- payload.format = this.formatOutput.bind(this);
- return payload;
-};
-
-module.exports = Property;
-
-
-},{"../utils/utils":20}],46:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file requestmanager.js
- * @author Jeffrey Wilcke
- * @author Marek Kotewicz
- * @author Marian Oancea
- * @author Fabian Vogelsteller
- * @author Gav Wood
- * @date 2014
- */
-
-var Jsonrpc = require('./jsonrpc');
-var utils = require('../utils/utils');
-var c = require('../utils/config');
-var errors = require('./errors');
-
-/**
- * It's responsible for passing messages to providers
- * It's also responsible for polling the ethereum node for incoming messages
- * Default poll timeout is 1 second
- * Singleton
- */
-var RequestManager = function (provider) {
- this.provider = provider;
- this.polls = {};
- this.timeout = null;
-};
-
-/**
- * Should be used to synchronously send request
- *
- * @method send
- * @param {Object} data
- * @return {Object}
- */
-RequestManager.prototype.send = function (data) {
- if (!this.provider) {
- console.error(errors.InvalidProvider());
- return null;
- }
-
- var payload = Jsonrpc.toPayload(data.method, data.params);
- var result = this.provider.send(payload);
-
- if (!Jsonrpc.isValidResponse(result)) {
- throw errors.InvalidResponse(result);
- }
-
- return result.result;
-};
-
-/**
- * Should be used to asynchronously send request
- *
- * @method sendAsync
- * @param {Object} data
- * @param {Function} callback
- */
-RequestManager.prototype.sendAsync = function (data, callback) {
- if (!this.provider) {
- return callback(errors.InvalidProvider());
- }
-
- var payload = Jsonrpc.toPayload(data.method, data.params);
- this.provider.sendAsync(payload, function (err, result) {
- if (err) {
- return callback(err);
- }
-
- if (!Jsonrpc.isValidResponse(result)) {
- return callback(errors.InvalidResponse(result));
- }
-
- callback(null, result.result);
- });
-};
-
-/**
- * Should be called to asynchronously send batch request
- *
- * @method sendBatch
- * @param {Array} batch data
- * @param {Function} callback
- */
-RequestManager.prototype.sendBatch = function (data, callback) {
- if (!this.provider) {
- return callback(errors.InvalidProvider());
- }
-
- var payload = Jsonrpc.toBatchPayload(data);
-
- this.provider.sendAsync(payload, function (err, results) {
- if (err) {
- return callback(err);
- }
-
- if (!utils.isArray(results)) {
- return callback(errors.InvalidResponse(results));
- }
-
- callback(err, results);
- });
-};
-
-/**
- * Should be used to set provider of request manager
- *
- * @method setProvider
- * @param {Object}
- */
-RequestManager.prototype.setProvider = function (p) {
- this.provider = p;
-};
-
-/**
- * Should be used to start polling
- *
- * @method startPolling
- * @param {Object} data
- * @param {Number} pollId
- * @param {Function} callback
- * @param {Function} uninstall
- *
- * @todo cleanup number of params
- */
-RequestManager.prototype.startPolling = function (data, pollId, callback, uninstall) {
- this.polls[pollId] = {data: data, id: pollId, callback: callback, uninstall: uninstall};
-
-
- // start polling
- if (!this.timeout) {
- this.poll();
- }
-};
-
-/**
- * Should be used to stop polling for filter with given id
- *
- * @method stopPolling
- * @param {Number} pollId
- */
-RequestManager.prototype.stopPolling = function (pollId) {
- delete this.polls[pollId];
-
- // stop polling
- if(Object.keys(this.polls).length === 0 && this.timeout) {
- clearTimeout(this.timeout);
- this.timeout = null;
- }
-};
-
-/**
- * Should be called to reset the polling mechanism of the request manager
- *
- * @method reset
- */
-RequestManager.prototype.reset = function (keepIsSyncing) {
- /*jshint maxcomplexity:5 */
-
- for (var key in this.polls) {
- // remove all polls, except sync polls,
- // they need to be removed manually by calling syncing.stopWatching()
- if(!keepIsSyncing || key.indexOf('syncPoll_') === -1) {
- this.polls[key].uninstall();
- delete this.polls[key];
- }
- }
-
- // stop polling
- if(Object.keys(this.polls).length === 0 && this.timeout) {
- clearTimeout(this.timeout);
- this.timeout = null;
- }
-};
-
-/**
- * Should be called to poll for changes on filter with given id
- *
- * @method poll
- */
-RequestManager.prototype.poll = function () {
- /*jshint maxcomplexity: 6 */
- this.timeout = setTimeout(this.poll.bind(this), c.ETH_POLLING_TIMEOUT);
-
- if (Object.keys(this.polls).length === 0) {
- return;
- }
-
- if (!this.provider) {
- console.error(errors.InvalidProvider());
- return;
- }
-
- var pollsData = [];
- var pollsIds = [];
- for (var key in this.polls) {
- pollsData.push(this.polls[key].data);
- pollsIds.push(key);
- }
-
- if (pollsData.length === 0) {
- return;
- }
-
- var payload = Jsonrpc.toBatchPayload(pollsData);
-
- // map the request id to they poll id
- var pollsIdMap = {};
- payload.forEach(function(load, index){
- pollsIdMap[load.id] = pollsIds[index];
- });
-
-
- var self = this;
- this.provider.sendAsync(payload, function (error, results) {
-
-
- // TODO: console log?
- if (error) {
- return;
- }
-
- if (!utils.isArray(results)) {
- throw errors.InvalidResponse(results);
- }
- results.map(function (result) {
- var id = pollsIdMap[result.id];
-
- // make sure the filter is still installed after arrival of the request
- if (self.polls[id]) {
- result.callback = self.polls[id].callback;
- return result;
- } else
- return false;
- }).filter(function (result) {
- return !!result;
- }).filter(function (result) {
- var valid = Jsonrpc.isValidResponse(result);
- if (!valid) {
- result.callback(errors.InvalidResponse(result));
- }
- return valid;
- }).forEach(function (result) {
- result.callback(null, result.result);
- });
- });
-};
-
-module.exports = RequestManager;
-
-
-},{"../utils/config":18,"../utils/utils":20,"./errors":26,"./jsonrpc":35}],47:[function(require,module,exports){
-
-
-var Settings = function () {
- this.defaultBlock = 'latest';
- this.defaultAccount = undefined;
-};
-
-module.exports = Settings;
-
-
-},{}],48:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/** @file syncing.js
- * @authors:
- * Fabian Vogelsteller
- * @date 2015
- */
-
-var formatters = require('./formatters');
-var utils = require('../utils/utils');
-
-var count = 1;
-
-/**
-Adds the callback and sets up the methods, to iterate over the results.
-
-@method pollSyncing
-@param {Object} self
-*/
-var pollSyncing = function(self) {
-
- var onMessage = function (error, sync) {
- if (error) {
- return self.callbacks.forEach(function (callback) {
- callback(error);
- });
- }
-
- if(utils.isObject(sync) && sync.startingBlock)
- sync = formatters.outputSyncingFormatter(sync);
-
- self.callbacks.forEach(function (callback) {
- if (self.lastSyncState !== sync) {
-
- // call the callback with true first so the app can stop anything, before receiving the sync data
- if(!self.lastSyncState && utils.isObject(sync))
- callback(null, true);
-
- // call on the next CPU cycle, so the actions of the sync stop can be processes first
- setTimeout(function() {
- callback(null, sync);
- }, 0);
-
- self.lastSyncState = sync;
- }
- });
- };
-
- self.requestManager.startPolling({
- method: 'eth_syncing',
- params: [],
- }, self.pollId, onMessage, self.stopWatching.bind(self));
-
-};
-
-var IsSyncing = function (requestManager, callback) {
- this.requestManager = requestManager;
- this.pollId = 'syncPoll_'+ count++;
- this.callbacks = [];
- this.addCallback(callback);
- this.lastSyncState = false;
- pollSyncing(this);
-
- return this;
-};
-
-IsSyncing.prototype.addCallback = function (callback) {
- if(callback)
- this.callbacks.push(callback);
- return this;
-};
-
-IsSyncing.prototype.stopWatching = function () {
- this.requestManager.stopPolling(this.pollId);
- this.callbacks = [];
-};
-
-module.exports = IsSyncing;
-
-
-},{"../utils/utils":20,"./formatters":30}],49:[function(require,module,exports){
-/*
- This file is part of web3.js.
-
- web3.js is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- web3.js is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with web3.js. If not, see .
-*/
-/**
- * @file transfer.js
- * @author Marek Kotewicz
- * @date 2015
- */
-
-var Iban = require('./iban');
-var exchangeAbi = require('../contracts/SmartExchange.json');
-
-/**
- * Should be used to make Iban transfer
- *
- * @method transfer
- * @param {String} from
- * @param {String} to iban
- * @param {Value} value to be tranfered
- * @param {Function} callback, callback
- */
-var transfer = function (eth, from, to, value, callback) {
- var iban = new Iban(to);
- if (!iban.isValid()) {
- throw new Error('invalid iban address');
- }
-
- if (iban.isDirect()) {
- return transferToAddress(eth, from, iban.address(), value, callback);
- }
-
- if (!callback) {
- var address = eth.icapNamereg().addr(iban.institution());
- return deposit(eth, from, address, value, iban.client());
- }
-
- eth.icapNamereg().addr(iban.institution(), function (err, address) {
- return deposit(eth, from, address, value, iban.client(), callback);
- });
-
-};
-
-/**
- * Should be used to transfer funds to certain address
- *
- * @method transferToAddress
- * @param {String} from
- * @param {String} to
- * @param {Value} value to be tranfered
- * @param {Function} callback, callback
- */
-var transferToAddress = function (eth, from, to, value, callback) {
- return eth.sendTransaction({
- address: to,
- from: from,
- value: value
- }, callback);
-};
-
-/**
- * Should be used to deposit funds to generic Exchange contract (must implement deposit(bytes32) method!)
- *
- * @method deposit
- * @param {String} from
- * @param {String} to
- * @param {Value} value to be transfered
- * @param {String} client unique identifier
- * @param {Function} callback, callback
- */
-var deposit = function (eth, from, to, value, client, callback) {
- var abi = exchangeAbi;
- return eth.contract(abi).at(to).deposit(client, {
- from: from,
- value: value
- }, callback);
-};
-
-module.exports = transfer;
-
-
-},{"../contracts/SmartExchange.json":3,"./iban":33}],50:[function(require,module,exports){
-
-},{}],51:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./enc-base64"), require("./md5"), require("./evpkdf"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./enc-base64", "./md5", "./evpkdf", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var BlockCipher = C_lib.BlockCipher;
- var C_algo = C.algo;
-
- // Lookup tables
- var SBOX = [];
- var INV_SBOX = [];
- var SUB_MIX_0 = [];
- var SUB_MIX_1 = [];
- var SUB_MIX_2 = [];
- var SUB_MIX_3 = [];
- var INV_SUB_MIX_0 = [];
- var INV_SUB_MIX_1 = [];
- var INV_SUB_MIX_2 = [];
- var INV_SUB_MIX_3 = [];
-
- // Compute lookup tables
- (function () {
- // Compute double table
- var d = [];
- for (var i = 0; i < 256; i++) {
- if (i < 128) {
- d[i] = i << 1;
- } else {
- d[i] = (i << 1) ^ 0x11b;
- }
- }
-
- // Walk GF(2^8)
- var x = 0;
- var xi = 0;
- for (var i = 0; i < 256; i++) {
- // Compute sbox
- var sx = xi ^ (xi << 1) ^ (xi << 2) ^ (xi << 3) ^ (xi << 4);
- sx = (sx >>> 8) ^ (sx & 0xff) ^ 0x63;
- SBOX[x] = sx;
- INV_SBOX[sx] = x;
-
- // Compute multiplication
- var x2 = d[x];
- var x4 = d[x2];
- var x8 = d[x4];
-
- // Compute sub bytes, mix columns tables
- var t = (d[sx] * 0x101) ^ (sx * 0x1010100);
- SUB_MIX_0[x] = (t << 24) | (t >>> 8);
- SUB_MIX_1[x] = (t << 16) | (t >>> 16);
- SUB_MIX_2[x] = (t << 8) | (t >>> 24);
- SUB_MIX_3[x] = t;
-
- // Compute inv sub bytes, inv mix columns tables
- var t = (x8 * 0x1010101) ^ (x4 * 0x10001) ^ (x2 * 0x101) ^ (x * 0x1010100);
- INV_SUB_MIX_0[sx] = (t << 24) | (t >>> 8);
- INV_SUB_MIX_1[sx] = (t << 16) | (t >>> 16);
- INV_SUB_MIX_2[sx] = (t << 8) | (t >>> 24);
- INV_SUB_MIX_3[sx] = t;
-
- // Compute next counter
- if (!x) {
- x = xi = 1;
- } else {
- x = x2 ^ d[d[d[x8 ^ x2]]];
- xi ^= d[d[xi]];
- }
- }
- }());
-
- // Precomputed Rcon lookup
- var RCON = [0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36];
-
- /**
- * AES block cipher algorithm.
- */
- var AES = C_algo.AES = BlockCipher.extend({
- _doReset: function () {
- // Skip reset of nRounds has been set before and key did not change
- if (this._nRounds && this._keyPriorReset === this._key) {
- return;
- }
-
- // Shortcuts
- var key = this._keyPriorReset = this._key;
- var keyWords = key.words;
- var keySize = key.sigBytes / 4;
-
- // Compute number of rounds
- var nRounds = this._nRounds = keySize + 6;
-
- // Compute number of key schedule rows
- var ksRows = (nRounds + 1) * 4;
-
- // Compute key schedule
- var keySchedule = this._keySchedule = [];
- for (var ksRow = 0; ksRow < ksRows; ksRow++) {
- if (ksRow < keySize) {
- keySchedule[ksRow] = keyWords[ksRow];
- } else {
- var t = keySchedule[ksRow - 1];
-
- if (!(ksRow % keySize)) {
- // Rot word
- t = (t << 8) | (t >>> 24);
-
- // Sub word
- t = (SBOX[t >>> 24] << 24) | (SBOX[(t >>> 16) & 0xff] << 16) | (SBOX[(t >>> 8) & 0xff] << 8) | SBOX[t & 0xff];
-
- // Mix Rcon
- t ^= RCON[(ksRow / keySize) | 0] << 24;
- } else if (keySize > 6 && ksRow % keySize == 4) {
- // Sub word
- t = (SBOX[t >>> 24] << 24) | (SBOX[(t >>> 16) & 0xff] << 16) | (SBOX[(t >>> 8) & 0xff] << 8) | SBOX[t & 0xff];
- }
-
- keySchedule[ksRow] = keySchedule[ksRow - keySize] ^ t;
- }
- }
-
- // Compute inv key schedule
- var invKeySchedule = this._invKeySchedule = [];
- for (var invKsRow = 0; invKsRow < ksRows; invKsRow++) {
- var ksRow = ksRows - invKsRow;
-
- if (invKsRow % 4) {
- var t = keySchedule[ksRow];
- } else {
- var t = keySchedule[ksRow - 4];
- }
-
- if (invKsRow < 4 || ksRow <= 4) {
- invKeySchedule[invKsRow] = t;
- } else {
- invKeySchedule[invKsRow] = INV_SUB_MIX_0[SBOX[t >>> 24]] ^ INV_SUB_MIX_1[SBOX[(t >>> 16) & 0xff]] ^
- INV_SUB_MIX_2[SBOX[(t >>> 8) & 0xff]] ^ INV_SUB_MIX_3[SBOX[t & 0xff]];
- }
- }
- },
-
- encryptBlock: function (M, offset) {
- this._doCryptBlock(M, offset, this._keySchedule, SUB_MIX_0, SUB_MIX_1, SUB_MIX_2, SUB_MIX_3, SBOX);
- },
-
- decryptBlock: function (M, offset) {
- // Swap 2nd and 4th rows
- var t = M[offset + 1];
- M[offset + 1] = M[offset + 3];
- M[offset + 3] = t;
-
- this._doCryptBlock(M, offset, this._invKeySchedule, INV_SUB_MIX_0, INV_SUB_MIX_1, INV_SUB_MIX_2, INV_SUB_MIX_3, INV_SBOX);
-
- // Inv swap 2nd and 4th rows
- var t = M[offset + 1];
- M[offset + 1] = M[offset + 3];
- M[offset + 3] = t;
- },
-
- _doCryptBlock: function (M, offset, keySchedule, SUB_MIX_0, SUB_MIX_1, SUB_MIX_2, SUB_MIX_3, SBOX) {
- // Shortcut
- var nRounds = this._nRounds;
-
- // Get input, add round key
- var s0 = M[offset] ^ keySchedule[0];
- var s1 = M[offset + 1] ^ keySchedule[1];
- var s2 = M[offset + 2] ^ keySchedule[2];
- var s3 = M[offset + 3] ^ keySchedule[3];
-
- // Key schedule row counter
- var ksRow = 4;
-
- // Rounds
- for (var round = 1; round < nRounds; round++) {
- // Shift rows, sub bytes, mix columns, add round key
- var t0 = SUB_MIX_0[s0 >>> 24] ^ SUB_MIX_1[(s1 >>> 16) & 0xff] ^ SUB_MIX_2[(s2 >>> 8) & 0xff] ^ SUB_MIX_3[s3 & 0xff] ^ keySchedule[ksRow++];
- var t1 = SUB_MIX_0[s1 >>> 24] ^ SUB_MIX_1[(s2 >>> 16) & 0xff] ^ SUB_MIX_2[(s3 >>> 8) & 0xff] ^ SUB_MIX_3[s0 & 0xff] ^ keySchedule[ksRow++];
- var t2 = SUB_MIX_0[s2 >>> 24] ^ SUB_MIX_1[(s3 >>> 16) & 0xff] ^ SUB_MIX_2[(s0 >>> 8) & 0xff] ^ SUB_MIX_3[s1 & 0xff] ^ keySchedule[ksRow++];
- var t3 = SUB_MIX_0[s3 >>> 24] ^ SUB_MIX_1[(s0 >>> 16) & 0xff] ^ SUB_MIX_2[(s1 >>> 8) & 0xff] ^ SUB_MIX_3[s2 & 0xff] ^ keySchedule[ksRow++];
-
- // Update state
- s0 = t0;
- s1 = t1;
- s2 = t2;
- s3 = t3;
- }
-
- // Shift rows, sub bytes, add round key
- var t0 = ((SBOX[s0 >>> 24] << 24) | (SBOX[(s1 >>> 16) & 0xff] << 16) | (SBOX[(s2 >>> 8) & 0xff] << 8) | SBOX[s3 & 0xff]) ^ keySchedule[ksRow++];
- var t1 = ((SBOX[s1 >>> 24] << 24) | (SBOX[(s2 >>> 16) & 0xff] << 16) | (SBOX[(s3 >>> 8) & 0xff] << 8) | SBOX[s0 & 0xff]) ^ keySchedule[ksRow++];
- var t2 = ((SBOX[s2 >>> 24] << 24) | (SBOX[(s3 >>> 16) & 0xff] << 16) | (SBOX[(s0 >>> 8) & 0xff] << 8) | SBOX[s1 & 0xff]) ^ keySchedule[ksRow++];
- var t3 = ((SBOX[s3 >>> 24] << 24) | (SBOX[(s0 >>> 16) & 0xff] << 16) | (SBOX[(s1 >>> 8) & 0xff] << 8) | SBOX[s2 & 0xff]) ^ keySchedule[ksRow++];
-
- // Set output
- M[offset] = t0;
- M[offset + 1] = t1;
- M[offset + 2] = t2;
- M[offset + 3] = t3;
- },
-
- keySize: 256/32
- });
-
- /**
- * Shortcut functions to the cipher's object interface.
- *
- * @example
- *
- * var ciphertext = CryptoJS.AES.encrypt(message, key, cfg);
- * var plaintext = CryptoJS.AES.decrypt(ciphertext, key, cfg);
- */
- C.AES = BlockCipher._createHelper(AES);
- }());
-
-
- return CryptoJS.AES;
-
-}));
-},{"./cipher-core":52,"./core":53,"./enc-base64":54,"./evpkdf":56,"./md5":61}],52:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /**
- * Cipher core components.
- */
- CryptoJS.lib.Cipher || (function (undefined) {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var Base = C_lib.Base;
- var WordArray = C_lib.WordArray;
- var BufferedBlockAlgorithm = C_lib.BufferedBlockAlgorithm;
- var C_enc = C.enc;
- var Utf8 = C_enc.Utf8;
- var Base64 = C_enc.Base64;
- var C_algo = C.algo;
- var EvpKDF = C_algo.EvpKDF;
-
- /**
- * Abstract base cipher template.
- *
- * @property {number} keySize This cipher's key size. Default: 4 (128 bits)
- * @property {number} ivSize This cipher's IV size. Default: 4 (128 bits)
- * @property {number} _ENC_XFORM_MODE A constant representing encryption mode.
- * @property {number} _DEC_XFORM_MODE A constant representing decryption mode.
- */
- var Cipher = C_lib.Cipher = BufferedBlockAlgorithm.extend({
- /**
- * Configuration options.
- *
- * @property {WordArray} iv The IV to use for this operation.
- */
- cfg: Base.extend(),
-
- /**
- * Creates this cipher in encryption mode.
- *
- * @param {WordArray} key The key.
- * @param {Object} cfg (Optional) The configuration options to use for this operation.
- *
- * @return {Cipher} A cipher instance.
- *
- * @static
- *
- * @example
- *
- * var cipher = CryptoJS.algo.AES.createEncryptor(keyWordArray, { iv: ivWordArray });
- */
- createEncryptor: function (key, cfg) {
- return this.create(this._ENC_XFORM_MODE, key, cfg);
- },
-
- /**
- * Creates this cipher in decryption mode.
- *
- * @param {WordArray} key The key.
- * @param {Object} cfg (Optional) The configuration options to use for this operation.
- *
- * @return {Cipher} A cipher instance.
- *
- * @static
- *
- * @example
- *
- * var cipher = CryptoJS.algo.AES.createDecryptor(keyWordArray, { iv: ivWordArray });
- */
- createDecryptor: function (key, cfg) {
- return this.create(this._DEC_XFORM_MODE, key, cfg);
- },
-
- /**
- * Initializes a newly created cipher.
- *
- * @param {number} xformMode Either the encryption or decryption transormation mode constant.
- * @param {WordArray} key The key.
- * @param {Object} cfg (Optional) The configuration options to use for this operation.
- *
- * @example
- *
- * var cipher = CryptoJS.algo.AES.create(CryptoJS.algo.AES._ENC_XFORM_MODE, keyWordArray, { iv: ivWordArray });
- */
- init: function (xformMode, key, cfg) {
- // Apply config defaults
- this.cfg = this.cfg.extend(cfg);
-
- // Store transform mode and key
- this._xformMode = xformMode;
- this._key = key;
-
- // Set initial values
- this.reset();
- },
-
- /**
- * Resets this cipher to its initial state.
- *
- * @example
- *
- * cipher.reset();
- */
- reset: function () {
- // Reset data buffer
- BufferedBlockAlgorithm.reset.call(this);
-
- // Perform concrete-cipher logic
- this._doReset();
- },
-
- /**
- * Adds data to be encrypted or decrypted.
- *
- * @param {WordArray|string} dataUpdate The data to encrypt or decrypt.
- *
- * @return {WordArray} The data after processing.
- *
- * @example
- *
- * var encrypted = cipher.process('data');
- * var encrypted = cipher.process(wordArray);
- */
- process: function (dataUpdate) {
- // Append
- this._append(dataUpdate);
-
- // Process available blocks
- return this._process();
- },
-
- /**
- * Finalizes the encryption or decryption process.
- * Note that the finalize operation is effectively a destructive, read-once operation.
- *
- * @param {WordArray|string} dataUpdate The final data to encrypt or decrypt.
- *
- * @return {WordArray} The data after final processing.
- *
- * @example
- *
- * var encrypted = cipher.finalize();
- * var encrypted = cipher.finalize('data');
- * var encrypted = cipher.finalize(wordArray);
- */
- finalize: function (dataUpdate) {
- // Final data update
- if (dataUpdate) {
- this._append(dataUpdate);
- }
-
- // Perform concrete-cipher logic
- var finalProcessedData = this._doFinalize();
-
- return finalProcessedData;
- },
-
- keySize: 128/32,
-
- ivSize: 128/32,
-
- _ENC_XFORM_MODE: 1,
-
- _DEC_XFORM_MODE: 2,
-
- /**
- * Creates shortcut functions to a cipher's object interface.
- *
- * @param {Cipher} cipher The cipher to create a helper for.
- *
- * @return {Object} An object with encrypt and decrypt shortcut functions.
- *
- * @static
- *
- * @example
- *
- * var AES = CryptoJS.lib.Cipher._createHelper(CryptoJS.algo.AES);
- */
- _createHelper: (function () {
- function selectCipherStrategy(key) {
- if (typeof key == 'string') {
- return PasswordBasedCipher;
- } else {
- return SerializableCipher;
- }
- }
-
- return function (cipher) {
- return {
- encrypt: function (message, key, cfg) {
- return selectCipherStrategy(key).encrypt(cipher, message, key, cfg);
- },
-
- decrypt: function (ciphertext, key, cfg) {
- return selectCipherStrategy(key).decrypt(cipher, ciphertext, key, cfg);
- }
- };
- };
- }())
- });
-
- /**
- * Abstract base stream cipher template.
- *
- * @property {number} blockSize The number of 32-bit words this cipher operates on. Default: 1 (32 bits)
- */
- var StreamCipher = C_lib.StreamCipher = Cipher.extend({
- _doFinalize: function () {
- // Process partial blocks
- var finalProcessedBlocks = this._process(!!'flush');
-
- return finalProcessedBlocks;
- },
-
- blockSize: 1
- });
-
- /**
- * Mode namespace.
- */
- var C_mode = C.mode = {};
-
- /**
- * Abstract base block cipher mode template.
- */
- var BlockCipherMode = C_lib.BlockCipherMode = Base.extend({
- /**
- * Creates this mode for encryption.
- *
- * @param {Cipher} cipher A block cipher instance.
- * @param {Array} iv The IV words.
- *
- * @static
- *
- * @example
- *
- * var mode = CryptoJS.mode.CBC.createEncryptor(cipher, iv.words);
- */
- createEncryptor: function (cipher, iv) {
- return this.Encryptor.create(cipher, iv);
- },
-
- /**
- * Creates this mode for decryption.
- *
- * @param {Cipher} cipher A block cipher instance.
- * @param {Array} iv The IV words.
- *
- * @static
- *
- * @example
- *
- * var mode = CryptoJS.mode.CBC.createDecryptor(cipher, iv.words);
- */
- createDecryptor: function (cipher, iv) {
- return this.Decryptor.create(cipher, iv);
- },
-
- /**
- * Initializes a newly created mode.
- *
- * @param {Cipher} cipher A block cipher instance.
- * @param {Array} iv The IV words.
- *
- * @example
- *
- * var mode = CryptoJS.mode.CBC.Encryptor.create(cipher, iv.words);
- */
- init: function (cipher, iv) {
- this._cipher = cipher;
- this._iv = iv;
- }
- });
-
- /**
- * Cipher Block Chaining mode.
- */
- var CBC = C_mode.CBC = (function () {
- /**
- * Abstract base CBC mode.
- */
- var CBC = BlockCipherMode.extend();
-
- /**
- * CBC encryptor.
- */
- CBC.Encryptor = CBC.extend({
- /**
- * Processes the data block at offset.
- *
- * @param {Array} words The data words to operate on.
- * @param {number} offset The offset where the block starts.
- *
- * @example
- *
- * mode.processBlock(data.words, offset);
- */
- processBlock: function (words, offset) {
- // Shortcuts
- var cipher = this._cipher;
- var blockSize = cipher.blockSize;
-
- // XOR and encrypt
- xorBlock.call(this, words, offset, blockSize);
- cipher.encryptBlock(words, offset);
-
- // Remember this block to use with next block
- this._prevBlock = words.slice(offset, offset + blockSize);
- }
- });
-
- /**
- * CBC decryptor.
- */
- CBC.Decryptor = CBC.extend({
- /**
- * Processes the data block at offset.
- *
- * @param {Array} words The data words to operate on.
- * @param {number} offset The offset where the block starts.
- *
- * @example
- *
- * mode.processBlock(data.words, offset);
- */
- processBlock: function (words, offset) {
- // Shortcuts
- var cipher = this._cipher;
- var blockSize = cipher.blockSize;
-
- // Remember this block to use with next block
- var thisBlock = words.slice(offset, offset + blockSize);
-
- // Decrypt and XOR
- cipher.decryptBlock(words, offset);
- xorBlock.call(this, words, offset, blockSize);
-
- // This block becomes the previous block
- this._prevBlock = thisBlock;
- }
- });
-
- function xorBlock(words, offset, blockSize) {
- // Shortcut
- var iv = this._iv;
-
- // Choose mixing block
- if (iv) {
- var block = iv;
-
- // Remove IV for subsequent blocks
- this._iv = undefined;
- } else {
- var block = this._prevBlock;
- }
-
- // XOR blocks
- for (var i = 0; i < blockSize; i++) {
- words[offset + i] ^= block[i];
- }
- }
-
- return CBC;
- }());
-
- /**
- * Padding namespace.
- */
- var C_pad = C.pad = {};
-
- /**
- * PKCS #5/7 padding strategy.
- */
- var Pkcs7 = C_pad.Pkcs7 = {
- /**
- * Pads data using the algorithm defined in PKCS #5/7.
- *
- * @param {WordArray} data The data to pad.
- * @param {number} blockSize The multiple that the data should be padded to.
- *
- * @static
- *
- * @example
- *
- * CryptoJS.pad.Pkcs7.pad(wordArray, 4);
- */
- pad: function (data, blockSize) {
- // Shortcut
- var blockSizeBytes = blockSize * 4;
-
- // Count padding bytes
- var nPaddingBytes = blockSizeBytes - data.sigBytes % blockSizeBytes;
-
- // Create padding word
- var paddingWord = (nPaddingBytes << 24) | (nPaddingBytes << 16) | (nPaddingBytes << 8) | nPaddingBytes;
-
- // Create padding
- var paddingWords = [];
- for (var i = 0; i < nPaddingBytes; i += 4) {
- paddingWords.push(paddingWord);
- }
- var padding = WordArray.create(paddingWords, nPaddingBytes);
-
- // Add padding
- data.concat(padding);
- },
-
- /**
- * Unpads data that had been padded using the algorithm defined in PKCS #5/7.
- *
- * @param {WordArray} data The data to unpad.
- *
- * @static
- *
- * @example
- *
- * CryptoJS.pad.Pkcs7.unpad(wordArray);
- */
- unpad: function (data) {
- // Get number of padding bytes from last byte
- var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff;
-
- // Remove padding
- data.sigBytes -= nPaddingBytes;
- }
- };
-
- /**
- * Abstract base block cipher template.
- *
- * @property {number} blockSize The number of 32-bit words this cipher operates on. Default: 4 (128 bits)
- */
- var BlockCipher = C_lib.BlockCipher = Cipher.extend({
- /**
- * Configuration options.
- *
- * @property {Mode} mode The block mode to use. Default: CBC
- * @property {Padding} padding The padding strategy to use. Default: Pkcs7
- */
- cfg: Cipher.cfg.extend({
- mode: CBC,
- padding: Pkcs7
- }),
-
- reset: function () {
- // Reset cipher
- Cipher.reset.call(this);
-
- // Shortcuts
- var cfg = this.cfg;
- var iv = cfg.iv;
- var mode = cfg.mode;
-
- // Reset block mode
- if (this._xformMode == this._ENC_XFORM_MODE) {
- var modeCreator = mode.createEncryptor;
- } else /* if (this._xformMode == this._DEC_XFORM_MODE) */ {
- var modeCreator = mode.createDecryptor;
-
- // Keep at least one block in the buffer for unpadding
- this._minBufferSize = 1;
- }
- this._mode = modeCreator.call(mode, this, iv && iv.words);
- },
-
- _doProcessBlock: function (words, offset) {
- this._mode.processBlock(words, offset);
- },
-
- _doFinalize: function () {
- // Shortcut
- var padding = this.cfg.padding;
-
- // Finalize
- if (this._xformMode == this._ENC_XFORM_MODE) {
- // Pad data
- padding.pad(this._data, this.blockSize);
-
- // Process final blocks
- var finalProcessedBlocks = this._process(!!'flush');
- } else /* if (this._xformMode == this._DEC_XFORM_MODE) */ {
- // Process final blocks
- var finalProcessedBlocks = this._process(!!'flush');
-
- // Unpad data
- padding.unpad(finalProcessedBlocks);
- }
-
- return finalProcessedBlocks;
- },
-
- blockSize: 128/32
- });
-
- /**
- * A collection of cipher parameters.
- *
- * @property {WordArray} ciphertext The raw ciphertext.
- * @property {WordArray} key The key to this ciphertext.
- * @property {WordArray} iv The IV used in the ciphering operation.
- * @property {WordArray} salt The salt used with a key derivation function.
- * @property {Cipher} algorithm The cipher algorithm.
- * @property {Mode} mode The block mode used in the ciphering operation.
- * @property {Padding} padding The padding scheme used in the ciphering operation.
- * @property {number} blockSize The block size of the cipher.
- * @property {Format} formatter The default formatting strategy to convert this cipher params object to a string.
- */
- var CipherParams = C_lib.CipherParams = Base.extend({
- /**
- * Initializes a newly created cipher params object.
- *
- * @param {Object} cipherParams An object with any of the possible cipher parameters.
- *
- * @example
- *
- * var cipherParams = CryptoJS.lib.CipherParams.create({
- * ciphertext: ciphertextWordArray,
- * key: keyWordArray,
- * iv: ivWordArray,
- * salt: saltWordArray,
- * algorithm: CryptoJS.algo.AES,
- * mode: CryptoJS.mode.CBC,
- * padding: CryptoJS.pad.PKCS7,
- * blockSize: 4,
- * formatter: CryptoJS.format.OpenSSL
- * });
- */
- init: function (cipherParams) {
- this.mixIn(cipherParams);
- },
-
- /**
- * Converts this cipher params object to a string.
- *
- * @param {Format} formatter (Optional) The formatting strategy to use.
- *
- * @return {string} The stringified cipher params.
- *
- * @throws Error If neither the formatter nor the default formatter is set.
- *
- * @example
- *
- * var string = cipherParams + '';
- * var string = cipherParams.toString();
- * var string = cipherParams.toString(CryptoJS.format.OpenSSL);
- */
- toString: function (formatter) {
- return (formatter || this.formatter).stringify(this);
- }
- });
-
- /**
- * Format namespace.
- */
- var C_format = C.format = {};
-
- /**
- * OpenSSL formatting strategy.
- */
- var OpenSSLFormatter = C_format.OpenSSL = {
- /**
- * Converts a cipher params object to an OpenSSL-compatible string.
- *
- * @param {CipherParams} cipherParams The cipher params object.
- *
- * @return {string} The OpenSSL-compatible string.
- *
- * @static
- *
- * @example
- *
- * var openSSLString = CryptoJS.format.OpenSSL.stringify(cipherParams);
- */
- stringify: function (cipherParams) {
- // Shortcuts
- var ciphertext = cipherParams.ciphertext;
- var salt = cipherParams.salt;
-
- // Format
- if (salt) {
- var wordArray = WordArray.create([0x53616c74, 0x65645f5f]).concat(salt).concat(ciphertext);
- } else {
- var wordArray = ciphertext;
- }
-
- return wordArray.toString(Base64);
- },
-
- /**
- * Converts an OpenSSL-compatible string to a cipher params object.
- *
- * @param {string} openSSLStr The OpenSSL-compatible string.
- *
- * @return {CipherParams} The cipher params object.
- *
- * @static
- *
- * @example
- *
- * var cipherParams = CryptoJS.format.OpenSSL.parse(openSSLString);
- */
- parse: function (openSSLStr) {
- // Parse base64
- var ciphertext = Base64.parse(openSSLStr);
-
- // Shortcut
- var ciphertextWords = ciphertext.words;
-
- // Test for salt
- if (ciphertextWords[0] == 0x53616c74 && ciphertextWords[1] == 0x65645f5f) {
- // Extract salt
- var salt = WordArray.create(ciphertextWords.slice(2, 4));
-
- // Remove salt from ciphertext
- ciphertextWords.splice(0, 4);
- ciphertext.sigBytes -= 16;
- }
-
- return CipherParams.create({ ciphertext: ciphertext, salt: salt });
- }
- };
-
- /**
- * A cipher wrapper that returns ciphertext as a serializable cipher params object.
- */
- var SerializableCipher = C_lib.SerializableCipher = Base.extend({
- /**
- * Configuration options.
- *
- * @property {Formatter} format The formatting strategy to convert cipher param objects to and from a string. Default: OpenSSL
- */
- cfg: Base.extend({
- format: OpenSSLFormatter
- }),
-
- /**
- * Encrypts a message.
- *
- * @param {Cipher} cipher The cipher algorithm to use.
- * @param {WordArray|string} message The message to encrypt.
- * @param {WordArray} key The key.
- * @param {Object} cfg (Optional) The configuration options to use for this operation.
- *
- * @return {CipherParams} A cipher params object.
- *
- * @static
- *
- * @example
- *
- * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key);
- * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv });
- * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv, format: CryptoJS.format.OpenSSL });
- */
- encrypt: function (cipher, message, key, cfg) {
- // Apply config defaults
- cfg = this.cfg.extend(cfg);
-
- // Encrypt
- var encryptor = cipher.createEncryptor(key, cfg);
- var ciphertext = encryptor.finalize(message);
-
- // Shortcut
- var cipherCfg = encryptor.cfg;
-
- // Create and return serializable cipher params
- return CipherParams.create({
- ciphertext: ciphertext,
- key: key,
- iv: cipherCfg.iv,
- algorithm: cipher,
- mode: cipherCfg.mode,
- padding: cipherCfg.padding,
- blockSize: cipher.blockSize,
- formatter: cfg.format
- });
- },
-
- /**
- * Decrypts serialized ciphertext.
- *
- * @param {Cipher} cipher The cipher algorithm to use.
- * @param {CipherParams|string} ciphertext The ciphertext to decrypt.
- * @param {WordArray} key The key.
- * @param {Object} cfg (Optional) The configuration options to use for this operation.
- *
- * @return {WordArray} The plaintext.
- *
- * @static
- *
- * @example
- *
- * var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, key, { iv: iv, format: CryptoJS.format.OpenSSL });
- * var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, key, { iv: iv, format: CryptoJS.format.OpenSSL });
- */
- decrypt: function (cipher, ciphertext, key, cfg) {
- // Apply config defaults
- cfg = this.cfg.extend(cfg);
-
- // Convert string to CipherParams
- ciphertext = this._parse(ciphertext, cfg.format);
-
- // Decrypt
- var plaintext = cipher.createDecryptor(key, cfg).finalize(ciphertext.ciphertext);
-
- return plaintext;
- },
-
- /**
- * Converts serialized ciphertext to CipherParams,
- * else assumed CipherParams already and returns ciphertext unchanged.
- *
- * @param {CipherParams|string} ciphertext The ciphertext.
- * @param {Formatter} format The formatting strategy to use to parse serialized ciphertext.
- *
- * @return {CipherParams} The unserialized ciphertext.
- *
- * @static
- *
- * @example
- *
- * var ciphertextParams = CryptoJS.lib.SerializableCipher._parse(ciphertextStringOrParams, format);
- */
- _parse: function (ciphertext, format) {
- if (typeof ciphertext == 'string') {
- return format.parse(ciphertext, this);
- } else {
- return ciphertext;
- }
- }
- });
-
- /**
- * Key derivation function namespace.
- */
- var C_kdf = C.kdf = {};
-
- /**
- * OpenSSL key derivation function.
- */
- var OpenSSLKdf = C_kdf.OpenSSL = {
- /**
- * Derives a key and IV from a password.
- *
- * @param {string} password The password to derive from.
- * @param {number} keySize The size in words of the key to generate.
- * @param {number} ivSize The size in words of the IV to generate.
- * @param {WordArray|string} salt (Optional) A 64-bit salt to use. If omitted, a salt will be generated randomly.
- *
- * @return {CipherParams} A cipher params object with the key, IV, and salt.
- *
- * @static
- *
- * @example
- *
- * var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
- * var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
- */
- execute: function (password, keySize, ivSize, salt) {
- // Generate random salt
- if (!salt) {
- salt = WordArray.random(64/8);
- }
-
- // Derive key and IV
- var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
-
- // Separate key and IV
- var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);
- key.sigBytes = keySize * 4;
-
- // Return params
- return CipherParams.create({ key: key, iv: iv, salt: salt });
- }
- };
-
- /**
- * A serializable cipher wrapper that derives the key from a password,
- * and returns ciphertext as a serializable cipher params object.
- */
- var PasswordBasedCipher = C_lib.PasswordBasedCipher = SerializableCipher.extend({
- /**
- * Configuration options.
- *
- * @property {KDF} kdf The key derivation function to use to generate a key and IV from a password. Default: OpenSSL
- */
- cfg: SerializableCipher.cfg.extend({
- kdf: OpenSSLKdf
- }),
-
- /**
- * Encrypts a message using a password.
- *
- * @param {Cipher} cipher The cipher algorithm to use.
- * @param {WordArray|string} message The message to encrypt.
- * @param {string} password The password.
- * @param {Object} cfg (Optional) The configuration options to use for this operation.
- *
- * @return {CipherParams} A cipher params object.
- *
- * @static
- *
- * @example
- *
- * var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password');
- * var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password', { format: CryptoJS.format.OpenSSL });
- */
- encrypt: function (cipher, message, password, cfg) {
- // Apply config defaults
- cfg = this.cfg.extend(cfg);
-
- // Derive key and other params
- var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);
-
- // Add IV to config
- cfg.iv = derivedParams.iv;
-
- // Encrypt
- var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);
-
- // Mix in derived params
- ciphertext.mixIn(derivedParams);
-
- return ciphertext;
- },
-
- /**
- * Decrypts serialized ciphertext using a password.
- *
- * @param {Cipher} cipher The cipher algorithm to use.
- * @param {CipherParams|string} ciphertext The ciphertext to decrypt.
- * @param {string} password The password.
- * @param {Object} cfg (Optional) The configuration options to use for this operation.
- *
- * @return {WordArray} The plaintext.
- *
- * @static
- *
- * @example
- *
- * var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, 'password', { format: CryptoJS.format.OpenSSL });
- * var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, 'password', { format: CryptoJS.format.OpenSSL });
- */
- decrypt: function (cipher, ciphertext, password, cfg) {
- // Apply config defaults
- cfg = this.cfg.extend(cfg);
-
- // Convert string to CipherParams
- ciphertext = this._parse(ciphertext, cfg.format);
-
- // Derive key and other params
- var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);
-
- // Add IV to config
- cfg.iv = derivedParams.iv;
-
- // Decrypt
- var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);
-
- return plaintext;
- }
- });
- }());
-
-
-}));
-},{"./core":53}],53:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory();
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define([], factory);
- }
- else {
- // Global (browser)
- root.CryptoJS = factory();
- }
-}(this, function () {
-
- /**
- * CryptoJS core components.
- */
- var CryptoJS = CryptoJS || (function (Math, undefined) {
- /*
- * Local polyfil of Object.create
- */
- var create = Object.create || (function () {
- function F() {};
-
- return function (obj) {
- var subtype;
-
- F.prototype = obj;
-
- subtype = new F();
-
- F.prototype = null;
-
- return subtype;
- };
- }())
-
- /**
- * CryptoJS namespace.
- */
- var C = {};
-
- /**
- * Library namespace.
- */
- var C_lib = C.lib = {};
-
- /**
- * Base object for prototypal inheritance.
- */
- var Base = C_lib.Base = (function () {
-
-
- return {
- /**
- * Creates a new object that inherits from this object.
- *
- * @param {Object} overrides Properties to copy into the new object.
- *
- * @return {Object} The new object.
- *
- * @static
- *
- * @example
- *
- * var MyType = CryptoJS.lib.Base.extend({
- * field: 'value',
- *
- * method: function () {
- * }
- * });
- */
- extend: function (overrides) {
- // Spawn
- var subtype = create(this);
-
- // Augment
- if (overrides) {
- subtype.mixIn(overrides);
- }
-
- // Create default initializer
- if (!subtype.hasOwnProperty('init') || this.init === subtype.init) {
- subtype.init = function () {
- subtype.$super.init.apply(this, arguments);
- };
- }
-
- // Initializer's prototype is the subtype object
- subtype.init.prototype = subtype;
-
- // Reference supertype
- subtype.$super = this;
-
- return subtype;
- },
-
- /**
- * Extends this object and runs the init method.
- * Arguments to create() will be passed to init().
- *
- * @return {Object} The new object.
- *
- * @static
- *
- * @example
- *
- * var instance = MyType.create();
- */
- create: function () {
- var instance = this.extend();
- instance.init.apply(instance, arguments);
-
- return instance;
- },
-
- /**
- * Initializes a newly created object.
- * Override this method to add some logic when your objects are created.
- *
- * @example
- *
- * var MyType = CryptoJS.lib.Base.extend({
- * init: function () {
- * // ...
- * }
- * });
- */
- init: function () {
- },
-
- /**
- * Copies properties into this object.
- *
- * @param {Object} properties The properties to mix in.
- *
- * @example
- *
- * MyType.mixIn({
- * field: 'value'
- * });
- */
- mixIn: function (properties) {
- for (var propertyName in properties) {
- if (properties.hasOwnProperty(propertyName)) {
- this[propertyName] = properties[propertyName];
- }
- }
-
- // IE won't copy toString using the loop above
- if (properties.hasOwnProperty('toString')) {
- this.toString = properties.toString;
- }
- },
-
- /**
- * Creates a copy of this object.
- *
- * @return {Object} The clone.
- *
- * @example
- *
- * var clone = instance.clone();
- */
- clone: function () {
- return this.init.prototype.extend(this);
- }
- };
- }());
-
- /**
- * An array of 32-bit words.
- *
- * @property {Array} words The array of 32-bit words.
- * @property {number} sigBytes The number of significant bytes in this word array.
- */
- var WordArray = C_lib.WordArray = Base.extend({
- /**
- * Initializes a newly created word array.
- *
- * @param {Array} words (Optional) An array of 32-bit words.
- * @param {number} sigBytes (Optional) The number of significant bytes in the words.
- *
- * @example
- *
- * var wordArray = CryptoJS.lib.WordArray.create();
- * var wordArray = CryptoJS.lib.WordArray.create([0x00010203, 0x04050607]);
- * var wordArray = CryptoJS.lib.WordArray.create([0x00010203, 0x04050607], 6);
- */
- init: function (words, sigBytes) {
- words = this.words = words || [];
-
- if (sigBytes != undefined) {
- this.sigBytes = sigBytes;
- } else {
- this.sigBytes = words.length * 4;
- }
- },
-
- /**
- * Converts this word array to a string.
- *
- * @param {Encoder} encoder (Optional) The encoding strategy to use. Default: CryptoJS.enc.Hex
- *
- * @return {string} The stringified word array.
- *
- * @example
- *
- * var string = wordArray + '';
- * var string = wordArray.toString();
- * var string = wordArray.toString(CryptoJS.enc.Utf8);
- */
- toString: function (encoder) {
- return (encoder || Hex).stringify(this);
- },
-
- /**
- * Concatenates a word array to this word array.
- *
- * @param {WordArray} wordArray The word array to append.
- *
- * @return {WordArray} This word array.
- *
- * @example
- *
- * wordArray1.concat(wordArray2);
- */
- concat: function (wordArray) {
- // Shortcuts
- var thisWords = this.words;
- var thatWords = wordArray.words;
- var thisSigBytes = this.sigBytes;
- var thatSigBytes = wordArray.sigBytes;
-
- // Clamp excess bits
- this.clamp();
-
- // Concat
- if (thisSigBytes % 4) {
- // Copy one byte at a time
- for (var i = 0; i < thatSigBytes; i++) {
- var thatByte = (thatWords[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff;
- thisWords[(thisSigBytes + i) >>> 2] |= thatByte << (24 - ((thisSigBytes + i) % 4) * 8);
- }
- } else {
- // Copy one word at a time
- for (var i = 0; i < thatSigBytes; i += 4) {
- thisWords[(thisSigBytes + i) >>> 2] = thatWords[i >>> 2];
- }
- }
- this.sigBytes += thatSigBytes;
-
- // Chainable
- return this;
- },
-
- /**
- * Removes insignificant bits.
- *
- * @example
- *
- * wordArray.clamp();
- */
- clamp: function () {
- // Shortcuts
- var words = this.words;
- var sigBytes = this.sigBytes;
-
- // Clamp
- words[sigBytes >>> 2] &= 0xffffffff << (32 - (sigBytes % 4) * 8);
- words.length = Math.ceil(sigBytes / 4);
- },
-
- /**
- * Creates a copy of this word array.
- *
- * @return {WordArray} The clone.
- *
- * @example
- *
- * var clone = wordArray.clone();
- */
- clone: function () {
- var clone = Base.clone.call(this);
- clone.words = this.words.slice(0);
-
- return clone;
- },
-
- /**
- * Creates a word array filled with random bytes.
- *
- * @param {number} nBytes The number of random bytes to generate.
- *
- * @return {WordArray} The random word array.
- *
- * @static
- *
- * @example
- *
- * var wordArray = CryptoJS.lib.WordArray.random(16);
- */
- random: function (nBytes) {
- var words = [];
-
- var r = (function (m_w) {
- var m_w = m_w;
- var m_z = 0x3ade68b1;
- var mask = 0xffffffff;
-
- return function () {
- m_z = (0x9069 * (m_z & 0xFFFF) + (m_z >> 0x10)) & mask;
- m_w = (0x4650 * (m_w & 0xFFFF) + (m_w >> 0x10)) & mask;
- var result = ((m_z << 0x10) + m_w) & mask;
- result /= 0x100000000;
- result += 0.5;
- return result * (Math.random() > .5 ? 1 : -1);
- }
- });
-
- for (var i = 0, rcache; i < nBytes; i += 4) {
- var _r = r((rcache || Math.random()) * 0x100000000);
-
- rcache = _r() * 0x3ade67b7;
- words.push((_r() * 0x100000000) | 0);
- }
-
- return new WordArray.init(words, nBytes);
- }
- });
-
- /**
- * Encoder namespace.
- */
- var C_enc = C.enc = {};
-
- /**
- * Hex encoding strategy.
- */
- var Hex = C_enc.Hex = {
- /**
- * Converts a word array to a hex string.
- *
- * @param {WordArray} wordArray The word array.
- *
- * @return {string} The hex string.
- *
- * @static
- *
- * @example
- *
- * var hexString = CryptoJS.enc.Hex.stringify(wordArray);
- */
- stringify: function (wordArray) {
- // Shortcuts
- var words = wordArray.words;
- var sigBytes = wordArray.sigBytes;
-
- // Convert
- var hexChars = [];
- for (var i = 0; i < sigBytes; i++) {
- var bite = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff;
- hexChars.push((bite >>> 4).toString(16));
- hexChars.push((bite & 0x0f).toString(16));
- }
-
- return hexChars.join('');
- },
-
- /**
- * Converts a hex string to a word array.
- *
- * @param {string} hexStr The hex string.
- *
- * @return {WordArray} The word array.
- *
- * @static
- *
- * @example
- *
- * var wordArray = CryptoJS.enc.Hex.parse(hexString);
- */
- parse: function (hexStr) {
- // Shortcut
- var hexStrLength = hexStr.length;
-
- // Convert
- var words = [];
- for (var i = 0; i < hexStrLength; i += 2) {
- words[i >>> 3] |= parseInt(hexStr.substr(i, 2), 16) << (24 - (i % 8) * 4);
- }
-
- return new WordArray.init(words, hexStrLength / 2);
- }
- };
-
- /**
- * Latin1 encoding strategy.
- */
- var Latin1 = C_enc.Latin1 = {
- /**
- * Converts a word array to a Latin1 string.
- *
- * @param {WordArray} wordArray The word array.
- *
- * @return {string} The Latin1 string.
- *
- * @static
- *
- * @example
- *
- * var latin1String = CryptoJS.enc.Latin1.stringify(wordArray);
- */
- stringify: function (wordArray) {
- // Shortcuts
- var words = wordArray.words;
- var sigBytes = wordArray.sigBytes;
-
- // Convert
- var latin1Chars = [];
- for (var i = 0; i < sigBytes; i++) {
- var bite = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff;
- latin1Chars.push(String.fromCharCode(bite));
- }
-
- return latin1Chars.join('');
- },
-
- /**
- * Converts a Latin1 string to a word array.
- *
- * @param {string} latin1Str The Latin1 string.
- *
- * @return {WordArray} The word array.
- *
- * @static
- *
- * @example
- *
- * var wordArray = CryptoJS.enc.Latin1.parse(latin1String);
- */
- parse: function (latin1Str) {
- // Shortcut
- var latin1StrLength = latin1Str.length;
-
- // Convert
- var words = [];
- for (var i = 0; i < latin1StrLength; i++) {
- words[i >>> 2] |= (latin1Str.charCodeAt(i) & 0xff) << (24 - (i % 4) * 8);
- }
-
- return new WordArray.init(words, latin1StrLength);
- }
- };
-
- /**
- * UTF-8 encoding strategy.
- */
- var Utf8 = C_enc.Utf8 = {
- /**
- * Converts a word array to a UTF-8 string.
- *
- * @param {WordArray} wordArray The word array.
- *
- * @return {string} The UTF-8 string.
- *
- * @static
- *
- * @example
- *
- * var utf8String = CryptoJS.enc.Utf8.stringify(wordArray);
- */
- stringify: function (wordArray) {
- try {
- return decodeURIComponent(escape(Latin1.stringify(wordArray)));
- } catch (e) {
- throw new Error('Malformed UTF-8 data');
- }
- },
-
- /**
- * Converts a UTF-8 string to a word array.
- *
- * @param {string} utf8Str The UTF-8 string.
- *
- * @return {WordArray} The word array.
- *
- * @static
- *
- * @example
- *
- * var wordArray = CryptoJS.enc.Utf8.parse(utf8String);
- */
- parse: function (utf8Str) {
- return Latin1.parse(unescape(encodeURIComponent(utf8Str)));
- }
- };
-
- /**
- * Abstract buffered block algorithm template.
- *
- * The property blockSize must be implemented in a concrete subtype.
- *
- * @property {number} _minBufferSize The number of blocks that should be kept unprocessed in the buffer. Default: 0
- */
- var BufferedBlockAlgorithm = C_lib.BufferedBlockAlgorithm = Base.extend({
- /**
- * Resets this block algorithm's data buffer to its initial state.
- *
- * @example
- *
- * bufferedBlockAlgorithm.reset();
- */
- reset: function () {
- // Initial values
- this._data = new WordArray.init();
- this._nDataBytes = 0;
- },
-
- /**
- * Adds new data to this block algorithm's buffer.
- *
- * @param {WordArray|string} data The data to append. Strings are converted to a WordArray using UTF-8.
- *
- * @example
- *
- * bufferedBlockAlgorithm._append('data');
- * bufferedBlockAlgorithm._append(wordArray);
- */
- _append: function (data) {
- // Convert string to WordArray, else assume WordArray already
- if (typeof data == 'string') {
- data = Utf8.parse(data);
- }
-
- // Append
- this._data.concat(data);
- this._nDataBytes += data.sigBytes;
- },
-
- /**
- * Processes available data blocks.
- *
- * This method invokes _doProcessBlock(offset), which must be implemented by a concrete subtype.
- *
- * @param {boolean} doFlush Whether all blocks and partial blocks should be processed.
- *
- * @return {WordArray} The processed data.
- *
- * @example
- *
- * var processedData = bufferedBlockAlgorithm._process();
- * var processedData = bufferedBlockAlgorithm._process(!!'flush');
- */
- _process: function (doFlush) {
- // Shortcuts
- var data = this._data;
- var dataWords = data.words;
- var dataSigBytes = data.sigBytes;
- var blockSize = this.blockSize;
- var blockSizeBytes = blockSize * 4;
-
- // Count blocks ready
- var nBlocksReady = dataSigBytes / blockSizeBytes;
- if (doFlush) {
- // Round up to include partial blocks
- nBlocksReady = Math.ceil(nBlocksReady);
- } else {
- // Round down to include only full blocks,
- // less the number of blocks that must remain in the buffer
- nBlocksReady = Math.max((nBlocksReady | 0) - this._minBufferSize, 0);
- }
-
- // Count words ready
- var nWordsReady = nBlocksReady * blockSize;
-
- // Count bytes ready
- var nBytesReady = Math.min(nWordsReady * 4, dataSigBytes);
-
- // Process blocks
- if (nWordsReady) {
- for (var offset = 0; offset < nWordsReady; offset += blockSize) {
- // Perform concrete-algorithm logic
- this._doProcessBlock(dataWords, offset);
- }
-
- // Remove processed words
- var processedWords = dataWords.splice(0, nWordsReady);
- data.sigBytes -= nBytesReady;
- }
-
- // Return processed words
- return new WordArray.init(processedWords, nBytesReady);
- },
-
- /**
- * Creates a copy of this object.
- *
- * @return {Object} The clone.
- *
- * @example
- *
- * var clone = bufferedBlockAlgorithm.clone();
- */
- clone: function () {
- var clone = Base.clone.call(this);
- clone._data = this._data.clone();
-
- return clone;
- },
-
- _minBufferSize: 0
- });
-
- /**
- * Abstract hasher template.
- *
- * @property {number} blockSize The number of 32-bit words this hasher operates on. Default: 16 (512 bits)
- */
- var Hasher = C_lib.Hasher = BufferedBlockAlgorithm.extend({
- /**
- * Configuration options.
- */
- cfg: Base.extend(),
-
- /**
- * Initializes a newly created hasher.
- *
- * @param {Object} cfg (Optional) The configuration options to use for this hash computation.
- *
- * @example
- *
- * var hasher = CryptoJS.algo.SHA256.create();
- */
- init: function (cfg) {
- // Apply config defaults
- this.cfg = this.cfg.extend(cfg);
-
- // Set initial values
- this.reset();
- },
-
- /**
- * Resets this hasher to its initial state.
- *
- * @example
- *
- * hasher.reset();
- */
- reset: function () {
- // Reset data buffer
- BufferedBlockAlgorithm.reset.call(this);
-
- // Perform concrete-hasher logic
- this._doReset();
- },
-
- /**
- * Updates this hasher with a message.
- *
- * @param {WordArray|string} messageUpdate The message to append.
- *
- * @return {Hasher} This hasher.
- *
- * @example
- *
- * hasher.update('message');
- * hasher.update(wordArray);
- */
- update: function (messageUpdate) {
- // Append
- this._append(messageUpdate);
-
- // Update the hash
- this._process();
-
- // Chainable
- return this;
- },
-
- /**
- * Finalizes the hash computation.
- * Note that the finalize operation is effectively a destructive, read-once operation.
- *
- * @param {WordArray|string} messageUpdate (Optional) A final message update.
- *
- * @return {WordArray} The hash.
- *
- * @example
- *
- * var hash = hasher.finalize();
- * var hash = hasher.finalize('message');
- * var hash = hasher.finalize(wordArray);
- */
- finalize: function (messageUpdate) {
- // Final message update
- if (messageUpdate) {
- this._append(messageUpdate);
- }
-
- // Perform concrete-hasher logic
- var hash = this._doFinalize();
-
- return hash;
- },
-
- blockSize: 512/32,
-
- /**
- * Creates a shortcut function to a hasher's object interface.
- *
- * @param {Hasher} hasher The hasher to create a helper for.
- *
- * @return {Function} The shortcut function.
- *
- * @static
- *
- * @example
- *
- * var SHA256 = CryptoJS.lib.Hasher._createHelper(CryptoJS.algo.SHA256);
- */
- _createHelper: function (hasher) {
- return function (message, cfg) {
- return new hasher.init(cfg).finalize(message);
- };
- },
-
- /**
- * Creates a shortcut function to the HMAC's object interface.
- *
- * @param {Hasher} hasher The hasher to use in this HMAC helper.
- *
- * @return {Function} The shortcut function.
- *
- * @static
- *
- * @example
- *
- * var HmacSHA256 = CryptoJS.lib.Hasher._createHmacHelper(CryptoJS.algo.SHA256);
- */
- _createHmacHelper: function (hasher) {
- return function (message, key) {
- return new C_algo.HMAC.init(hasher, key).finalize(message);
- };
- }
- });
-
- /**
- * Algorithm namespace.
- */
- var C_algo = C.algo = {};
-
- return C;
- }(Math));
-
-
- return CryptoJS;
-
-}));
-},{}],54:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var WordArray = C_lib.WordArray;
- var C_enc = C.enc;
-
- /**
- * Base64 encoding strategy.
- */
- var Base64 = C_enc.Base64 = {
- /**
- * Converts a word array to a Base64 string.
- *
- * @param {WordArray} wordArray The word array.
- *
- * @return {string} The Base64 string.
- *
- * @static
- *
- * @example
- *
- * var base64String = CryptoJS.enc.Base64.stringify(wordArray);
- */
- stringify: function (wordArray) {
- // Shortcuts
- var words = wordArray.words;
- var sigBytes = wordArray.sigBytes;
- var map = this._map;
-
- // Clamp excess bits
- wordArray.clamp();
-
- // Convert
- var base64Chars = [];
- for (var i = 0; i < sigBytes; i += 3) {
- var byte1 = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff;
- var byte2 = (words[(i + 1) >>> 2] >>> (24 - ((i + 1) % 4) * 8)) & 0xff;
- var byte3 = (words[(i + 2) >>> 2] >>> (24 - ((i + 2) % 4) * 8)) & 0xff;
-
- var triplet = (byte1 << 16) | (byte2 << 8) | byte3;
-
- for (var j = 0; (j < 4) && (i + j * 0.75 < sigBytes); j++) {
- base64Chars.push(map.charAt((triplet >>> (6 * (3 - j))) & 0x3f));
- }
- }
-
- // Add padding
- var paddingChar = map.charAt(64);
- if (paddingChar) {
- while (base64Chars.length % 4) {
- base64Chars.push(paddingChar);
- }
- }
-
- return base64Chars.join('');
- },
-
- /**
- * Converts a Base64 string to a word array.
- *
- * @param {string} base64Str The Base64 string.
- *
- * @return {WordArray} The word array.
- *
- * @static
- *
- * @example
- *
- * var wordArray = CryptoJS.enc.Base64.parse(base64String);
- */
- parse: function (base64Str) {
- // Shortcuts
- var base64StrLength = base64Str.length;
- var map = this._map;
- var reverseMap = this._reverseMap;
-
- if (!reverseMap) {
- reverseMap = this._reverseMap = [];
- for (var j = 0; j < map.length; j++) {
- reverseMap[map.charCodeAt(j)] = j;
- }
- }
-
- // Ignore padding
- var paddingChar = map.charAt(64);
- if (paddingChar) {
- var paddingIndex = base64Str.indexOf(paddingChar);
- if (paddingIndex !== -1) {
- base64StrLength = paddingIndex;
- }
- }
-
- // Convert
- return parseLoop(base64Str, base64StrLength, reverseMap);
-
- },
-
- _map: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='
- };
-
- function parseLoop(base64Str, base64StrLength, reverseMap) {
- var words = [];
- var nBytes = 0;
- for (var i = 0; i < base64StrLength; i++) {
- if (i % 4) {
- var bits1 = reverseMap[base64Str.charCodeAt(i - 1)] << ((i % 4) * 2);
- var bits2 = reverseMap[base64Str.charCodeAt(i)] >>> (6 - (i % 4) * 2);
- words[nBytes >>> 2] |= (bits1 | bits2) << (24 - (nBytes % 4) * 8);
- nBytes++;
- }
- }
- return WordArray.create(words, nBytes);
- }
- }());
-
-
- return CryptoJS.enc.Base64;
-
-}));
-},{"./core":53}],55:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var WordArray = C_lib.WordArray;
- var C_enc = C.enc;
-
- /**
- * UTF-16 BE encoding strategy.
- */
- var Utf16BE = C_enc.Utf16 = C_enc.Utf16BE = {
- /**
- * Converts a word array to a UTF-16 BE string.
- *
- * @param {WordArray} wordArray The word array.
- *
- * @return {string} The UTF-16 BE string.
- *
- * @static
- *
- * @example
- *
- * var utf16String = CryptoJS.enc.Utf16.stringify(wordArray);
- */
- stringify: function (wordArray) {
- // Shortcuts
- var words = wordArray.words;
- var sigBytes = wordArray.sigBytes;
-
- // Convert
- var utf16Chars = [];
- for (var i = 0; i < sigBytes; i += 2) {
- var codePoint = (words[i >>> 2] >>> (16 - (i % 4) * 8)) & 0xffff;
- utf16Chars.push(String.fromCharCode(codePoint));
- }
-
- return utf16Chars.join('');
- },
-
- /**
- * Converts a UTF-16 BE string to a word array.
- *
- * @param {string} utf16Str The UTF-16 BE string.
- *
- * @return {WordArray} The word array.
- *
- * @static
- *
- * @example
- *
- * var wordArray = CryptoJS.enc.Utf16.parse(utf16String);
- */
- parse: function (utf16Str) {
- // Shortcut
- var utf16StrLength = utf16Str.length;
-
- // Convert
- var words = [];
- for (var i = 0; i < utf16StrLength; i++) {
- words[i >>> 1] |= utf16Str.charCodeAt(i) << (16 - (i % 2) * 16);
- }
-
- return WordArray.create(words, utf16StrLength * 2);
- }
- };
-
- /**
- * UTF-16 LE encoding strategy.
- */
- C_enc.Utf16LE = {
- /**
- * Converts a word array to a UTF-16 LE string.
- *
- * @param {WordArray} wordArray The word array.
- *
- * @return {string} The UTF-16 LE string.
- *
- * @static
- *
- * @example
- *
- * var utf16Str = CryptoJS.enc.Utf16LE.stringify(wordArray);
- */
- stringify: function (wordArray) {
- // Shortcuts
- var words = wordArray.words;
- var sigBytes = wordArray.sigBytes;
-
- // Convert
- var utf16Chars = [];
- for (var i = 0; i < sigBytes; i += 2) {
- var codePoint = swapEndian((words[i >>> 2] >>> (16 - (i % 4) * 8)) & 0xffff);
- utf16Chars.push(String.fromCharCode(codePoint));
- }
-
- return utf16Chars.join('');
- },
-
- /**
- * Converts a UTF-16 LE string to a word array.
- *
- * @param {string} utf16Str The UTF-16 LE string.
- *
- * @return {WordArray} The word array.
- *
- * @static
- *
- * @example
- *
- * var wordArray = CryptoJS.enc.Utf16LE.parse(utf16Str);
- */
- parse: function (utf16Str) {
- // Shortcut
- var utf16StrLength = utf16Str.length;
-
- // Convert
- var words = [];
- for (var i = 0; i < utf16StrLength; i++) {
- words[i >>> 1] |= swapEndian(utf16Str.charCodeAt(i) << (16 - (i % 2) * 16));
- }
-
- return WordArray.create(words, utf16StrLength * 2);
- }
- };
-
- function swapEndian(word) {
- return ((word << 8) & 0xff00ff00) | ((word >>> 8) & 0x00ff00ff);
- }
- }());
-
-
- return CryptoJS.enc.Utf16;
-
-}));
-},{"./core":53}],56:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./sha1"), require("./hmac"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./sha1", "./hmac"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var Base = C_lib.Base;
- var WordArray = C_lib.WordArray;
- var C_algo = C.algo;
- var MD5 = C_algo.MD5;
-
- /**
- * This key derivation function is meant to conform with EVP_BytesToKey.
- * www.openssl.org/docs/crypto/EVP_BytesToKey.html
- */
- var EvpKDF = C_algo.EvpKDF = Base.extend({
- /**
- * Configuration options.
- *
- * @property {number} keySize The key size in words to generate. Default: 4 (128 bits)
- * @property {Hasher} hasher The hash algorithm to use. Default: MD5
- * @property {number} iterations The number of iterations to perform. Default: 1
- */
- cfg: Base.extend({
- keySize: 128/32,
- hasher: MD5,
- iterations: 1
- }),
-
- /**
- * Initializes a newly created key derivation function.
- *
- * @param {Object} cfg (Optional) The configuration options to use for the derivation.
- *
- * @example
- *
- * var kdf = CryptoJS.algo.EvpKDF.create();
- * var kdf = CryptoJS.algo.EvpKDF.create({ keySize: 8 });
- * var kdf = CryptoJS.algo.EvpKDF.create({ keySize: 8, iterations: 1000 });
- */
- init: function (cfg) {
- this.cfg = this.cfg.extend(cfg);
- },
-
- /**
- * Derives a key from a password.
- *
- * @param {WordArray|string} password The password.
- * @param {WordArray|string} salt A salt.
- *
- * @return {WordArray} The derived key.
- *
- * @example
- *
- * var key = kdf.compute(password, salt);
- */
- compute: function (password, salt) {
- // Shortcut
- var cfg = this.cfg;
-
- // Init hasher
- var hasher = cfg.hasher.create();
-
- // Initial values
- var derivedKey = WordArray.create();
-
- // Shortcuts
- var derivedKeyWords = derivedKey.words;
- var keySize = cfg.keySize;
- var iterations = cfg.iterations;
-
- // Generate key
- while (derivedKeyWords.length < keySize) {
- if (block) {
- hasher.update(block);
- }
- var block = hasher.update(password).finalize(salt);
- hasher.reset();
-
- // Iterations
- for (var i = 1; i < iterations; i++) {
- block = hasher.finalize(block);
- hasher.reset();
- }
-
- derivedKey.concat(block);
- }
- derivedKey.sigBytes = keySize * 4;
-
- return derivedKey;
- }
- });
-
- /**
- * Derives a key from a password.
- *
- * @param {WordArray|string} password The password.
- * @param {WordArray|string} salt A salt.
- * @param {Object} cfg (Optional) The configuration options to use for this computation.
- *
- * @return {WordArray} The derived key.
- *
- * @static
- *
- * @example
- *
- * var key = CryptoJS.EvpKDF(password, salt);
- * var key = CryptoJS.EvpKDF(password, salt, { keySize: 8 });
- * var key = CryptoJS.EvpKDF(password, salt, { keySize: 8, iterations: 1000 });
- */
- C.EvpKDF = function (password, salt, cfg) {
- return EvpKDF.create(cfg).compute(password, salt);
- };
- }());
-
-
- return CryptoJS.EvpKDF;
-
-}));
-},{"./core":53,"./hmac":58,"./sha1":77}],57:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function (undefined) {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var CipherParams = C_lib.CipherParams;
- var C_enc = C.enc;
- var Hex = C_enc.Hex;
- var C_format = C.format;
-
- var HexFormatter = C_format.Hex = {
- /**
- * Converts the ciphertext of a cipher params object to a hexadecimally encoded string.
- *
- * @param {CipherParams} cipherParams The cipher params object.
- *
- * @return {string} The hexadecimally encoded string.
- *
- * @static
- *
- * @example
- *
- * var hexString = CryptoJS.format.Hex.stringify(cipherParams);
- */
- stringify: function (cipherParams) {
- return cipherParams.ciphertext.toString(Hex);
- },
-
- /**
- * Converts a hexadecimally encoded ciphertext string to a cipher params object.
- *
- * @param {string} input The hexadecimally encoded string.
- *
- * @return {CipherParams} The cipher params object.
- *
- * @static
- *
- * @example
- *
- * var cipherParams = CryptoJS.format.Hex.parse(hexString);
- */
- parse: function (input) {
- var ciphertext = Hex.parse(input);
- return CipherParams.create({ ciphertext: ciphertext });
- }
- };
- }());
-
-
- return CryptoJS.format.Hex;
-
-}));
-},{"./cipher-core":52,"./core":53}],58:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var Base = C_lib.Base;
- var C_enc = C.enc;
- var Utf8 = C_enc.Utf8;
- var C_algo = C.algo;
-
- /**
- * HMAC algorithm.
- */
- var HMAC = C_algo.HMAC = Base.extend({
- /**
- * Initializes a newly created HMAC.
- *
- * @param {Hasher} hasher The hash algorithm to use.
- * @param {WordArray|string} key The secret key.
- *
- * @example
- *
- * var hmacHasher = CryptoJS.algo.HMAC.create(CryptoJS.algo.SHA256, key);
- */
- init: function (hasher, key) {
- // Init hasher
- hasher = this._hasher = new hasher.init();
-
- // Convert string to WordArray, else assume WordArray already
- if (typeof key == 'string') {
- key = Utf8.parse(key);
- }
-
- // Shortcuts
- var hasherBlockSize = hasher.blockSize;
- var hasherBlockSizeBytes = hasherBlockSize * 4;
-
- // Allow arbitrary length keys
- if (key.sigBytes > hasherBlockSizeBytes) {
- key = hasher.finalize(key);
- }
-
- // Clamp excess bits
- key.clamp();
-
- // Clone key for inner and outer pads
- var oKey = this._oKey = key.clone();
- var iKey = this._iKey = key.clone();
-
- // Shortcuts
- var oKeyWords = oKey.words;
- var iKeyWords = iKey.words;
-
- // XOR keys with pad constants
- for (var i = 0; i < hasherBlockSize; i++) {
- oKeyWords[i] ^= 0x5c5c5c5c;
- iKeyWords[i] ^= 0x36363636;
- }
- oKey.sigBytes = iKey.sigBytes = hasherBlockSizeBytes;
-
- // Set initial values
- this.reset();
- },
-
- /**
- * Resets this HMAC to its initial state.
- *
- * @example
- *
- * hmacHasher.reset();
- */
- reset: function () {
- // Shortcut
- var hasher = this._hasher;
-
- // Reset
- hasher.reset();
- hasher.update(this._iKey);
- },
-
- /**
- * Updates this HMAC with a message.
- *
- * @param {WordArray|string} messageUpdate The message to append.
- *
- * @return {HMAC} This HMAC instance.
- *
- * @example
- *
- * hmacHasher.update('message');
- * hmacHasher.update(wordArray);
- */
- update: function (messageUpdate) {
- this._hasher.update(messageUpdate);
-
- // Chainable
- return this;
- },
-
- /**
- * Finalizes the HMAC computation.
- * Note that the finalize operation is effectively a destructive, read-once operation.
- *
- * @param {WordArray|string} messageUpdate (Optional) A final message update.
- *
- * @return {WordArray} The HMAC.
- *
- * @example
- *
- * var hmac = hmacHasher.finalize();
- * var hmac = hmacHasher.finalize('message');
- * var hmac = hmacHasher.finalize(wordArray);
- */
- finalize: function (messageUpdate) {
- // Shortcut
- var hasher = this._hasher;
-
- // Compute HMAC
- var innerHash = hasher.finalize(messageUpdate);
- hasher.reset();
- var hmac = hasher.finalize(this._oKey.clone().concat(innerHash));
-
- return hmac;
- }
- });
- }());
-
-
-}));
-},{"./core":53}],59:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./x64-core"), require("./lib-typedarrays"), require("./enc-utf16"), require("./enc-base64"), require("./md5"), require("./sha1"), require("./sha256"), require("./sha224"), require("./sha512"), require("./sha384"), require("./sha3"), require("./ripemd160"), require("./hmac"), require("./pbkdf2"), require("./evpkdf"), require("./cipher-core"), require("./mode-cfb"), require("./mode-ctr"), require("./mode-ctr-gladman"), require("./mode-ofb"), require("./mode-ecb"), require("./pad-ansix923"), require("./pad-iso10126"), require("./pad-iso97971"), require("./pad-zeropadding"), require("./pad-nopadding"), require("./format-hex"), require("./aes"), require("./tripledes"), require("./rc4"), require("./rabbit"), require("./rabbit-legacy"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./x64-core", "./lib-typedarrays", "./enc-utf16", "./enc-base64", "./md5", "./sha1", "./sha256", "./sha224", "./sha512", "./sha384", "./sha3", "./ripemd160", "./hmac", "./pbkdf2", "./evpkdf", "./cipher-core", "./mode-cfb", "./mode-ctr", "./mode-ctr-gladman", "./mode-ofb", "./mode-ecb", "./pad-ansix923", "./pad-iso10126", "./pad-iso97971", "./pad-zeropadding", "./pad-nopadding", "./format-hex", "./aes", "./tripledes", "./rc4", "./rabbit", "./rabbit-legacy"], factory);
- }
- else {
- // Global (browser)
- root.CryptoJS = factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- return CryptoJS;
-
-}));
-},{"./aes":51,"./cipher-core":52,"./core":53,"./enc-base64":54,"./enc-utf16":55,"./evpkdf":56,"./format-hex":57,"./hmac":58,"./lib-typedarrays":60,"./md5":61,"./mode-cfb":62,"./mode-ctr":64,"./mode-ctr-gladman":63,"./mode-ecb":65,"./mode-ofb":66,"./pad-ansix923":67,"./pad-iso10126":68,"./pad-iso97971":69,"./pad-nopadding":70,"./pad-zeropadding":71,"./pbkdf2":72,"./rabbit":74,"./rabbit-legacy":73,"./rc4":75,"./ripemd160":76,"./sha1":77,"./sha224":78,"./sha256":79,"./sha3":80,"./sha384":81,"./sha512":82,"./tripledes":83,"./x64-core":84}],60:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Check if typed arrays are supported
- if (typeof ArrayBuffer != 'function') {
- return;
- }
-
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var WordArray = C_lib.WordArray;
-
- // Reference original init
- var superInit = WordArray.init;
-
- // Augment WordArray.init to handle typed arrays
- var subInit = WordArray.init = function (typedArray) {
- // Convert buffers to uint8
- if (typedArray instanceof ArrayBuffer) {
- typedArray = new Uint8Array(typedArray);
- }
-
- // Convert other array views to uint8
- if (
- typedArray instanceof Int8Array ||
- (typeof Uint8ClampedArray !== "undefined" && typedArray instanceof Uint8ClampedArray) ||
- typedArray instanceof Int16Array ||
- typedArray instanceof Uint16Array ||
- typedArray instanceof Int32Array ||
- typedArray instanceof Uint32Array ||
- typedArray instanceof Float32Array ||
- typedArray instanceof Float64Array
- ) {
- typedArray = new Uint8Array(typedArray.buffer, typedArray.byteOffset, typedArray.byteLength);
- }
-
- // Handle Uint8Array
- if (typedArray instanceof Uint8Array) {
- // Shortcut
- var typedArrayByteLength = typedArray.byteLength;
-
- // Extract bytes
- var words = [];
- for (var i = 0; i < typedArrayByteLength; i++) {
- words[i >>> 2] |= typedArray[i] << (24 - (i % 4) * 8);
- }
-
- // Initialize this word array
- superInit.call(this, words, typedArrayByteLength);
- } else {
- // Else call normal init
- superInit.apply(this, arguments);
- }
- };
-
- subInit.prototype = WordArray;
- }());
-
-
- return CryptoJS.lib.WordArray;
-
-}));
-},{"./core":53}],61:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function (Math) {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var WordArray = C_lib.WordArray;
- var Hasher = C_lib.Hasher;
- var C_algo = C.algo;
-
- // Constants table
- var T = [];
-
- // Compute constants
- (function () {
- for (var i = 0; i < 64; i++) {
- T[i] = (Math.abs(Math.sin(i + 1)) * 0x100000000) | 0;
- }
- }());
-
- /**
- * MD5 hash algorithm.
- */
- var MD5 = C_algo.MD5 = Hasher.extend({
- _doReset: function () {
- this._hash = new WordArray.init([
- 0x67452301, 0xefcdab89,
- 0x98badcfe, 0x10325476
- ]);
- },
-
- _doProcessBlock: function (M, offset) {
- // Swap endian
- for (var i = 0; i < 16; i++) {
- // Shortcuts
- var offset_i = offset + i;
- var M_offset_i = M[offset_i];
-
- M[offset_i] = (
- (((M_offset_i << 8) | (M_offset_i >>> 24)) & 0x00ff00ff) |
- (((M_offset_i << 24) | (M_offset_i >>> 8)) & 0xff00ff00)
- );
- }
-
- // Shortcuts
- var H = this._hash.words;
-
- var M_offset_0 = M[offset + 0];
- var M_offset_1 = M[offset + 1];
- var M_offset_2 = M[offset + 2];
- var M_offset_3 = M[offset + 3];
- var M_offset_4 = M[offset + 4];
- var M_offset_5 = M[offset + 5];
- var M_offset_6 = M[offset + 6];
- var M_offset_7 = M[offset + 7];
- var M_offset_8 = M[offset + 8];
- var M_offset_9 = M[offset + 9];
- var M_offset_10 = M[offset + 10];
- var M_offset_11 = M[offset + 11];
- var M_offset_12 = M[offset + 12];
- var M_offset_13 = M[offset + 13];
- var M_offset_14 = M[offset + 14];
- var M_offset_15 = M[offset + 15];
-
- // Working varialbes
- var a = H[0];
- var b = H[1];
- var c = H[2];
- var d = H[3];
-
- // Computation
- a = FF(a, b, c, d, M_offset_0, 7, T[0]);
- d = FF(d, a, b, c, M_offset_1, 12, T[1]);
- c = FF(c, d, a, b, M_offset_2, 17, T[2]);
- b = FF(b, c, d, a, M_offset_3, 22, T[3]);
- a = FF(a, b, c, d, M_offset_4, 7, T[4]);
- d = FF(d, a, b, c, M_offset_5, 12, T[5]);
- c = FF(c, d, a, b, M_offset_6, 17, T[6]);
- b = FF(b, c, d, a, M_offset_7, 22, T[7]);
- a = FF(a, b, c, d, M_offset_8, 7, T[8]);
- d = FF(d, a, b, c, M_offset_9, 12, T[9]);
- c = FF(c, d, a, b, M_offset_10, 17, T[10]);
- b = FF(b, c, d, a, M_offset_11, 22, T[11]);
- a = FF(a, b, c, d, M_offset_12, 7, T[12]);
- d = FF(d, a, b, c, M_offset_13, 12, T[13]);
- c = FF(c, d, a, b, M_offset_14, 17, T[14]);
- b = FF(b, c, d, a, M_offset_15, 22, T[15]);
-
- a = GG(a, b, c, d, M_offset_1, 5, T[16]);
- d = GG(d, a, b, c, M_offset_6, 9, T[17]);
- c = GG(c, d, a, b, M_offset_11, 14, T[18]);
- b = GG(b, c, d, a, M_offset_0, 20, T[19]);
- a = GG(a, b, c, d, M_offset_5, 5, T[20]);
- d = GG(d, a, b, c, M_offset_10, 9, T[21]);
- c = GG(c, d, a, b, M_offset_15, 14, T[22]);
- b = GG(b, c, d, a, M_offset_4, 20, T[23]);
- a = GG(a, b, c, d, M_offset_9, 5, T[24]);
- d = GG(d, a, b, c, M_offset_14, 9, T[25]);
- c = GG(c, d, a, b, M_offset_3, 14, T[26]);
- b = GG(b, c, d, a, M_offset_8, 20, T[27]);
- a = GG(a, b, c, d, M_offset_13, 5, T[28]);
- d = GG(d, a, b, c, M_offset_2, 9, T[29]);
- c = GG(c, d, a, b, M_offset_7, 14, T[30]);
- b = GG(b, c, d, a, M_offset_12, 20, T[31]);
-
- a = HH(a, b, c, d, M_offset_5, 4, T[32]);
- d = HH(d, a, b, c, M_offset_8, 11, T[33]);
- c = HH(c, d, a, b, M_offset_11, 16, T[34]);
- b = HH(b, c, d, a, M_offset_14, 23, T[35]);
- a = HH(a, b, c, d, M_offset_1, 4, T[36]);
- d = HH(d, a, b, c, M_offset_4, 11, T[37]);
- c = HH(c, d, a, b, M_offset_7, 16, T[38]);
- b = HH(b, c, d, a, M_offset_10, 23, T[39]);
- a = HH(a, b, c, d, M_offset_13, 4, T[40]);
- d = HH(d, a, b, c, M_offset_0, 11, T[41]);
- c = HH(c, d, a, b, M_offset_3, 16, T[42]);
- b = HH(b, c, d, a, M_offset_6, 23, T[43]);
- a = HH(a, b, c, d, M_offset_9, 4, T[44]);
- d = HH(d, a, b, c, M_offset_12, 11, T[45]);
- c = HH(c, d, a, b, M_offset_15, 16, T[46]);
- b = HH(b, c, d, a, M_offset_2, 23, T[47]);
-
- a = II(a, b, c, d, M_offset_0, 6, T[48]);
- d = II(d, a, b, c, M_offset_7, 10, T[49]);
- c = II(c, d, a, b, M_offset_14, 15, T[50]);
- b = II(b, c, d, a, M_offset_5, 21, T[51]);
- a = II(a, b, c, d, M_offset_12, 6, T[52]);
- d = II(d, a, b, c, M_offset_3, 10, T[53]);
- c = II(c, d, a, b, M_offset_10, 15, T[54]);
- b = II(b, c, d, a, M_offset_1, 21, T[55]);
- a = II(a, b, c, d, M_offset_8, 6, T[56]);
- d = II(d, a, b, c, M_offset_15, 10, T[57]);
- c = II(c, d, a, b, M_offset_6, 15, T[58]);
- b = II(b, c, d, a, M_offset_13, 21, T[59]);
- a = II(a, b, c, d, M_offset_4, 6, T[60]);
- d = II(d, a, b, c, M_offset_11, 10, T[61]);
- c = II(c, d, a, b, M_offset_2, 15, T[62]);
- b = II(b, c, d, a, M_offset_9, 21, T[63]);
-
- // Intermediate hash value
- H[0] = (H[0] + a) | 0;
- H[1] = (H[1] + b) | 0;
- H[2] = (H[2] + c) | 0;
- H[3] = (H[3] + d) | 0;
- },
-
- _doFinalize: function () {
- // Shortcuts
- var data = this._data;
- var dataWords = data.words;
-
- var nBitsTotal = this._nDataBytes * 8;
- var nBitsLeft = data.sigBytes * 8;
-
- // Add padding
- dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32);
-
- var nBitsTotalH = Math.floor(nBitsTotal / 0x100000000);
- var nBitsTotalL = nBitsTotal;
- dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = (
- (((nBitsTotalH << 8) | (nBitsTotalH >>> 24)) & 0x00ff00ff) |
- (((nBitsTotalH << 24) | (nBitsTotalH >>> 8)) & 0xff00ff00)
- );
- dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = (
- (((nBitsTotalL << 8) | (nBitsTotalL >>> 24)) & 0x00ff00ff) |
- (((nBitsTotalL << 24) | (nBitsTotalL >>> 8)) & 0xff00ff00)
- );
-
- data.sigBytes = (dataWords.length + 1) * 4;
-
- // Hash final blocks
- this._process();
-
- // Shortcuts
- var hash = this._hash;
- var H = hash.words;
-
- // Swap endian
- for (var i = 0; i < 4; i++) {
- // Shortcut
- var H_i = H[i];
-
- H[i] = (((H_i << 8) | (H_i >>> 24)) & 0x00ff00ff) |
- (((H_i << 24) | (H_i >>> 8)) & 0xff00ff00);
- }
-
- // Return final computed hash
- return hash;
- },
-
- clone: function () {
- var clone = Hasher.clone.call(this);
- clone._hash = this._hash.clone();
-
- return clone;
- }
- });
-
- function FF(a, b, c, d, x, s, t) {
- var n = a + ((b & c) | (~b & d)) + x + t;
- return ((n << s) | (n >>> (32 - s))) + b;
- }
-
- function GG(a, b, c, d, x, s, t) {
- var n = a + ((b & d) | (c & ~d)) + x + t;
- return ((n << s) | (n >>> (32 - s))) + b;
- }
-
- function HH(a, b, c, d, x, s, t) {
- var n = a + (b ^ c ^ d) + x + t;
- return ((n << s) | (n >>> (32 - s))) + b;
- }
-
- function II(a, b, c, d, x, s, t) {
- var n = a + (c ^ (b | ~d)) + x + t;
- return ((n << s) | (n >>> (32 - s))) + b;
- }
-
- /**
- * Shortcut function to the hasher's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- *
- * @return {WordArray} The hash.
- *
- * @static
- *
- * @example
- *
- * var hash = CryptoJS.MD5('message');
- * var hash = CryptoJS.MD5(wordArray);
- */
- C.MD5 = Hasher._createHelper(MD5);
-
- /**
- * Shortcut function to the HMAC's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- * @param {WordArray|string} key The secret key.
- *
- * @return {WordArray} The HMAC.
- *
- * @static
- *
- * @example
- *
- * var hmac = CryptoJS.HmacMD5(message, key);
- */
- C.HmacMD5 = Hasher._createHmacHelper(MD5);
- }(Math));
-
-
- return CryptoJS.MD5;
-
-}));
-},{"./core":53}],62:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /**
- * Cipher Feedback block mode.
- */
- CryptoJS.mode.CFB = (function () {
- var CFB = CryptoJS.lib.BlockCipherMode.extend();
-
- CFB.Encryptor = CFB.extend({
- processBlock: function (words, offset) {
- // Shortcuts
- var cipher = this._cipher;
- var blockSize = cipher.blockSize;
-
- generateKeystreamAndEncrypt.call(this, words, offset, blockSize, cipher);
-
- // Remember this block to use with next block
- this._prevBlock = words.slice(offset, offset + blockSize);
- }
- });
-
- CFB.Decryptor = CFB.extend({
- processBlock: function (words, offset) {
- // Shortcuts
- var cipher = this._cipher;
- var blockSize = cipher.blockSize;
-
- // Remember this block to use with next block
- var thisBlock = words.slice(offset, offset + blockSize);
-
- generateKeystreamAndEncrypt.call(this, words, offset, blockSize, cipher);
-
- // This block becomes the previous block
- this._prevBlock = thisBlock;
- }
- });
-
- function generateKeystreamAndEncrypt(words, offset, blockSize, cipher) {
- // Shortcut
- var iv = this._iv;
-
- // Generate keystream
- if (iv) {
- var keystream = iv.slice(0);
-
- // Remove IV for subsequent blocks
- this._iv = undefined;
- } else {
- var keystream = this._prevBlock;
- }
- cipher.encryptBlock(keystream, 0);
-
- // Encrypt
- for (var i = 0; i < blockSize; i++) {
- words[offset + i] ^= keystream[i];
- }
- }
-
- return CFB;
- }());
-
-
- return CryptoJS.mode.CFB;
-
-}));
-},{"./cipher-core":52,"./core":53}],63:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /** @preserve
- * Counter block mode compatible with Dr Brian Gladman fileenc.c
- * derived from CryptoJS.mode.CTR
- * Jan Hruby jhruby.web@gmail.com
- */
- CryptoJS.mode.CTRGladman = (function () {
- var CTRGladman = CryptoJS.lib.BlockCipherMode.extend();
-
- function incWord(word)
- {
- if (((word >> 24) & 0xff) === 0xff) { //overflow
- var b1 = (word >> 16)&0xff;
- var b2 = (word >> 8)&0xff;
- var b3 = word & 0xff;
-
- if (b1 === 0xff) // overflow b1
- {
- b1 = 0;
- if (b2 === 0xff)
- {
- b2 = 0;
- if (b3 === 0xff)
- {
- b3 = 0;
- }
- else
- {
- ++b3;
- }
- }
- else
- {
- ++b2;
- }
- }
- else
- {
- ++b1;
- }
-
- word = 0;
- word += (b1 << 16);
- word += (b2 << 8);
- word += b3;
- }
- else
- {
- word += (0x01 << 24);
- }
- return word;
- }
-
- function incCounter(counter)
- {
- if ((counter[0] = incWord(counter[0])) === 0)
- {
- // encr_data in fileenc.c from Dr Brian Gladman's counts only with DWORD j < 8
- counter[1] = incWord(counter[1]);
- }
- return counter;
- }
-
- var Encryptor = CTRGladman.Encryptor = CTRGladman.extend({
- processBlock: function (words, offset) {
- // Shortcuts
- var cipher = this._cipher
- var blockSize = cipher.blockSize;
- var iv = this._iv;
- var counter = this._counter;
-
- // Generate keystream
- if (iv) {
- counter = this._counter = iv.slice(0);
-
- // Remove IV for subsequent blocks
- this._iv = undefined;
- }
-
- incCounter(counter);
-
- var keystream = counter.slice(0);
- cipher.encryptBlock(keystream, 0);
-
- // Encrypt
- for (var i = 0; i < blockSize; i++) {
- words[offset + i] ^= keystream[i];
- }
- }
- });
-
- CTRGladman.Decryptor = Encryptor;
-
- return CTRGladman;
- }());
-
-
-
-
- return CryptoJS.mode.CTRGladman;
-
-}));
-},{"./cipher-core":52,"./core":53}],64:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /**
- * Counter block mode.
- */
- CryptoJS.mode.CTR = (function () {
- var CTR = CryptoJS.lib.BlockCipherMode.extend();
-
- var Encryptor = CTR.Encryptor = CTR.extend({
- processBlock: function (words, offset) {
- // Shortcuts
- var cipher = this._cipher
- var blockSize = cipher.blockSize;
- var iv = this._iv;
- var counter = this._counter;
-
- // Generate keystream
- if (iv) {
- counter = this._counter = iv.slice(0);
-
- // Remove IV for subsequent blocks
- this._iv = undefined;
- }
- var keystream = counter.slice(0);
- cipher.encryptBlock(keystream, 0);
-
- // Increment counter
- counter[blockSize - 1] = (counter[blockSize - 1] + 1) | 0
-
- // Encrypt
- for (var i = 0; i < blockSize; i++) {
- words[offset + i] ^= keystream[i];
- }
- }
- });
-
- CTR.Decryptor = Encryptor;
-
- return CTR;
- }());
-
-
- return CryptoJS.mode.CTR;
-
-}));
-},{"./cipher-core":52,"./core":53}],65:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /**
- * Electronic Codebook block mode.
- */
- CryptoJS.mode.ECB = (function () {
- var ECB = CryptoJS.lib.BlockCipherMode.extend();
-
- ECB.Encryptor = ECB.extend({
- processBlock: function (words, offset) {
- this._cipher.encryptBlock(words, offset);
- }
- });
-
- ECB.Decryptor = ECB.extend({
- processBlock: function (words, offset) {
- this._cipher.decryptBlock(words, offset);
- }
- });
-
- return ECB;
- }());
-
-
- return CryptoJS.mode.ECB;
-
-}));
-},{"./cipher-core":52,"./core":53}],66:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /**
- * Output Feedback block mode.
- */
- CryptoJS.mode.OFB = (function () {
- var OFB = CryptoJS.lib.BlockCipherMode.extend();
-
- var Encryptor = OFB.Encryptor = OFB.extend({
- processBlock: function (words, offset) {
- // Shortcuts
- var cipher = this._cipher
- var blockSize = cipher.blockSize;
- var iv = this._iv;
- var keystream = this._keystream;
-
- // Generate keystream
- if (iv) {
- keystream = this._keystream = iv.slice(0);
-
- // Remove IV for subsequent blocks
- this._iv = undefined;
- }
- cipher.encryptBlock(keystream, 0);
-
- // Encrypt
- for (var i = 0; i < blockSize; i++) {
- words[offset + i] ^= keystream[i];
- }
- }
- });
-
- OFB.Decryptor = Encryptor;
-
- return OFB;
- }());
-
-
- return CryptoJS.mode.OFB;
-
-}));
-},{"./cipher-core":52,"./core":53}],67:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /**
- * ANSI X.923 padding strategy.
- */
- CryptoJS.pad.AnsiX923 = {
- pad: function (data, blockSize) {
- // Shortcuts
- var dataSigBytes = data.sigBytes;
- var blockSizeBytes = blockSize * 4;
-
- // Count padding bytes
- var nPaddingBytes = blockSizeBytes - dataSigBytes % blockSizeBytes;
-
- // Compute last byte position
- var lastBytePos = dataSigBytes + nPaddingBytes - 1;
-
- // Pad
- data.clamp();
- data.words[lastBytePos >>> 2] |= nPaddingBytes << (24 - (lastBytePos % 4) * 8);
- data.sigBytes += nPaddingBytes;
- },
-
- unpad: function (data) {
- // Get number of padding bytes from last byte
- var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff;
-
- // Remove padding
- data.sigBytes -= nPaddingBytes;
- }
- };
-
-
- return CryptoJS.pad.Ansix923;
-
-}));
-},{"./cipher-core":52,"./core":53}],68:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /**
- * ISO 10126 padding strategy.
- */
- CryptoJS.pad.Iso10126 = {
- pad: function (data, blockSize) {
- // Shortcut
- var blockSizeBytes = blockSize * 4;
-
- // Count padding bytes
- var nPaddingBytes = blockSizeBytes - data.sigBytes % blockSizeBytes;
-
- // Pad
- data.concat(CryptoJS.lib.WordArray.random(nPaddingBytes - 1)).
- concat(CryptoJS.lib.WordArray.create([nPaddingBytes << 24], 1));
- },
-
- unpad: function (data) {
- // Get number of padding bytes from last byte
- var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff;
-
- // Remove padding
- data.sigBytes -= nPaddingBytes;
- }
- };
-
-
- return CryptoJS.pad.Iso10126;
-
-}));
-},{"./cipher-core":52,"./core":53}],69:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /**
- * ISO/IEC 9797-1 Padding Method 2.
- */
- CryptoJS.pad.Iso97971 = {
- pad: function (data, blockSize) {
- // Add 0x80 byte
- data.concat(CryptoJS.lib.WordArray.create([0x80000000], 1));
-
- // Zero pad the rest
- CryptoJS.pad.ZeroPadding.pad(data, blockSize);
- },
-
- unpad: function (data) {
- // Remove zero padding
- CryptoJS.pad.ZeroPadding.unpad(data);
-
- // Remove one more byte -- the 0x80 byte
- data.sigBytes--;
- }
- };
-
-
- return CryptoJS.pad.Iso97971;
-
-}));
-},{"./cipher-core":52,"./core":53}],70:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /**
- * A noop padding strategy.
- */
- CryptoJS.pad.NoPadding = {
- pad: function () {
- },
-
- unpad: function () {
- }
- };
-
-
- return CryptoJS.pad.NoPadding;
-
-}));
-},{"./cipher-core":52,"./core":53}],71:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /**
- * Zero padding strategy.
- */
- CryptoJS.pad.ZeroPadding = {
- pad: function (data, blockSize) {
- // Shortcut
- var blockSizeBytes = blockSize * 4;
-
- // Pad
- data.clamp();
- data.sigBytes += blockSizeBytes - ((data.sigBytes % blockSizeBytes) || blockSizeBytes);
- },
-
- unpad: function (data) {
- // Shortcut
- var dataWords = data.words;
-
- // Unpad
- var i = data.sigBytes - 1;
- while (!((dataWords[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff)) {
- i--;
- }
- data.sigBytes = i + 1;
- }
- };
-
-
- return CryptoJS.pad.ZeroPadding;
-
-}));
-},{"./cipher-core":52,"./core":53}],72:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./sha1"), require("./hmac"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./sha1", "./hmac"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var Base = C_lib.Base;
- var WordArray = C_lib.WordArray;
- var C_algo = C.algo;
- var SHA1 = C_algo.SHA1;
- var HMAC = C_algo.HMAC;
-
- /**
- * Password-Based Key Derivation Function 2 algorithm.
- */
- var PBKDF2 = C_algo.PBKDF2 = Base.extend({
- /**
- * Configuration options.
- *
- * @property {number} keySize The key size in words to generate. Default: 4 (128 bits)
- * @property {Hasher} hasher The hasher to use. Default: SHA1
- * @property {number} iterations The number of iterations to perform. Default: 1
- */
- cfg: Base.extend({
- keySize: 128/32,
- hasher: SHA1,
- iterations: 1
- }),
-
- /**
- * Initializes a newly created key derivation function.
- *
- * @param {Object} cfg (Optional) The configuration options to use for the derivation.
- *
- * @example
- *
- * var kdf = CryptoJS.algo.PBKDF2.create();
- * var kdf = CryptoJS.algo.PBKDF2.create({ keySize: 8 });
- * var kdf = CryptoJS.algo.PBKDF2.create({ keySize: 8, iterations: 1000 });
- */
- init: function (cfg) {
- this.cfg = this.cfg.extend(cfg);
- },
-
- /**
- * Computes the Password-Based Key Derivation Function 2.
- *
- * @param {WordArray|string} password The password.
- * @param {WordArray|string} salt A salt.
- *
- * @return {WordArray} The derived key.
- *
- * @example
- *
- * var key = kdf.compute(password, salt);
- */
- compute: function (password, salt) {
- // Shortcut
- var cfg = this.cfg;
-
- // Init HMAC
- var hmac = HMAC.create(cfg.hasher, password);
-
- // Initial values
- var derivedKey = WordArray.create();
- var blockIndex = WordArray.create([0x00000001]);
-
- // Shortcuts
- var derivedKeyWords = derivedKey.words;
- var blockIndexWords = blockIndex.words;
- var keySize = cfg.keySize;
- var iterations = cfg.iterations;
-
- // Generate key
- while (derivedKeyWords.length < keySize) {
- var block = hmac.update(salt).finalize(blockIndex);
- hmac.reset();
-
- // Shortcuts
- var blockWords = block.words;
- var blockWordsLength = blockWords.length;
-
- // Iterations
- var intermediate = block;
- for (var i = 1; i < iterations; i++) {
- intermediate = hmac.finalize(intermediate);
- hmac.reset();
-
- // Shortcut
- var intermediateWords = intermediate.words;
-
- // XOR intermediate with block
- for (var j = 0; j < blockWordsLength; j++) {
- blockWords[j] ^= intermediateWords[j];
- }
- }
-
- derivedKey.concat(block);
- blockIndexWords[0]++;
- }
- derivedKey.sigBytes = keySize * 4;
-
- return derivedKey;
- }
- });
-
- /**
- * Computes the Password-Based Key Derivation Function 2.
- *
- * @param {WordArray|string} password The password.
- * @param {WordArray|string} salt A salt.
- * @param {Object} cfg (Optional) The configuration options to use for this computation.
- *
- * @return {WordArray} The derived key.
- *
- * @static
- *
- * @example
- *
- * var key = CryptoJS.PBKDF2(password, salt);
- * var key = CryptoJS.PBKDF2(password, salt, { keySize: 8 });
- * var key = CryptoJS.PBKDF2(password, salt, { keySize: 8, iterations: 1000 });
- */
- C.PBKDF2 = function (password, salt, cfg) {
- return PBKDF2.create(cfg).compute(password, salt);
- };
- }());
-
-
- return CryptoJS.PBKDF2;
-
-}));
-},{"./core":53,"./hmac":58,"./sha1":77}],73:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./enc-base64"), require("./md5"), require("./evpkdf"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./enc-base64", "./md5", "./evpkdf", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var StreamCipher = C_lib.StreamCipher;
- var C_algo = C.algo;
-
- // Reusable objects
- var S = [];
- var C_ = [];
- var G = [];
-
- /**
- * Rabbit stream cipher algorithm.
- *
- * This is a legacy version that neglected to convert the key to little-endian.
- * This error doesn't affect the cipher's security,
- * but it does affect its compatibility with other implementations.
- */
- var RabbitLegacy = C_algo.RabbitLegacy = StreamCipher.extend({
- _doReset: function () {
- // Shortcuts
- var K = this._key.words;
- var iv = this.cfg.iv;
-
- // Generate initial state values
- var X = this._X = [
- K[0], (K[3] << 16) | (K[2] >>> 16),
- K[1], (K[0] << 16) | (K[3] >>> 16),
- K[2], (K[1] << 16) | (K[0] >>> 16),
- K[3], (K[2] << 16) | (K[1] >>> 16)
- ];
-
- // Generate initial counter values
- var C = this._C = [
- (K[2] << 16) | (K[2] >>> 16), (K[0] & 0xffff0000) | (K[1] & 0x0000ffff),
- (K[3] << 16) | (K[3] >>> 16), (K[1] & 0xffff0000) | (K[2] & 0x0000ffff),
- (K[0] << 16) | (K[0] >>> 16), (K[2] & 0xffff0000) | (K[3] & 0x0000ffff),
- (K[1] << 16) | (K[1] >>> 16), (K[3] & 0xffff0000) | (K[0] & 0x0000ffff)
- ];
-
- // Carry bit
- this._b = 0;
-
- // Iterate the system four times
- for (var i = 0; i < 4; i++) {
- nextState.call(this);
- }
-
- // Modify the counters
- for (var i = 0; i < 8; i++) {
- C[i] ^= X[(i + 4) & 7];
- }
-
- // IV setup
- if (iv) {
- // Shortcuts
- var IV = iv.words;
- var IV_0 = IV[0];
- var IV_1 = IV[1];
-
- // Generate four subvectors
- var i0 = (((IV_0 << 8) | (IV_0 >>> 24)) & 0x00ff00ff) | (((IV_0 << 24) | (IV_0 >>> 8)) & 0xff00ff00);
- var i2 = (((IV_1 << 8) | (IV_1 >>> 24)) & 0x00ff00ff) | (((IV_1 << 24) | (IV_1 >>> 8)) & 0xff00ff00);
- var i1 = (i0 >>> 16) | (i2 & 0xffff0000);
- var i3 = (i2 << 16) | (i0 & 0x0000ffff);
-
- // Modify counter values
- C[0] ^= i0;
- C[1] ^= i1;
- C[2] ^= i2;
- C[3] ^= i3;
- C[4] ^= i0;
- C[5] ^= i1;
- C[6] ^= i2;
- C[7] ^= i3;
-
- // Iterate the system four times
- for (var i = 0; i < 4; i++) {
- nextState.call(this);
- }
- }
- },
-
- _doProcessBlock: function (M, offset) {
- // Shortcut
- var X = this._X;
-
- // Iterate the system
- nextState.call(this);
-
- // Generate four keystream words
- S[0] = X[0] ^ (X[5] >>> 16) ^ (X[3] << 16);
- S[1] = X[2] ^ (X[7] >>> 16) ^ (X[5] << 16);
- S[2] = X[4] ^ (X[1] >>> 16) ^ (X[7] << 16);
- S[3] = X[6] ^ (X[3] >>> 16) ^ (X[1] << 16);
-
- for (var i = 0; i < 4; i++) {
- // Swap endian
- S[i] = (((S[i] << 8) | (S[i] >>> 24)) & 0x00ff00ff) |
- (((S[i] << 24) | (S[i] >>> 8)) & 0xff00ff00);
-
- // Encrypt
- M[offset + i] ^= S[i];
- }
- },
-
- blockSize: 128/32,
-
- ivSize: 64/32
- });
-
- function nextState() {
- // Shortcuts
- var X = this._X;
- var C = this._C;
-
- // Save old counter values
- for (var i = 0; i < 8; i++) {
- C_[i] = C[i];
- }
-
- // Calculate new counter values
- C[0] = (C[0] + 0x4d34d34d + this._b) | 0;
- C[1] = (C[1] + 0xd34d34d3 + ((C[0] >>> 0) < (C_[0] >>> 0) ? 1 : 0)) | 0;
- C[2] = (C[2] + 0x34d34d34 + ((C[1] >>> 0) < (C_[1] >>> 0) ? 1 : 0)) | 0;
- C[3] = (C[3] + 0x4d34d34d + ((C[2] >>> 0) < (C_[2] >>> 0) ? 1 : 0)) | 0;
- C[4] = (C[4] + 0xd34d34d3 + ((C[3] >>> 0) < (C_[3] >>> 0) ? 1 : 0)) | 0;
- C[5] = (C[5] + 0x34d34d34 + ((C[4] >>> 0) < (C_[4] >>> 0) ? 1 : 0)) | 0;
- C[6] = (C[6] + 0x4d34d34d + ((C[5] >>> 0) < (C_[5] >>> 0) ? 1 : 0)) | 0;
- C[7] = (C[7] + 0xd34d34d3 + ((C[6] >>> 0) < (C_[6] >>> 0) ? 1 : 0)) | 0;
- this._b = (C[7] >>> 0) < (C_[7] >>> 0) ? 1 : 0;
-
- // Calculate the g-values
- for (var i = 0; i < 8; i++) {
- var gx = X[i] + C[i];
-
- // Construct high and low argument for squaring
- var ga = gx & 0xffff;
- var gb = gx >>> 16;
-
- // Calculate high and low result of squaring
- var gh = ((((ga * ga) >>> 17) + ga * gb) >>> 15) + gb * gb;
- var gl = (((gx & 0xffff0000) * gx) | 0) + (((gx & 0x0000ffff) * gx) | 0);
-
- // High XOR low
- G[i] = gh ^ gl;
- }
-
- // Calculate new state values
- X[0] = (G[0] + ((G[7] << 16) | (G[7] >>> 16)) + ((G[6] << 16) | (G[6] >>> 16))) | 0;
- X[1] = (G[1] + ((G[0] << 8) | (G[0] >>> 24)) + G[7]) | 0;
- X[2] = (G[2] + ((G[1] << 16) | (G[1] >>> 16)) + ((G[0] << 16) | (G[0] >>> 16))) | 0;
- X[3] = (G[3] + ((G[2] << 8) | (G[2] >>> 24)) + G[1]) | 0;
- X[4] = (G[4] + ((G[3] << 16) | (G[3] >>> 16)) + ((G[2] << 16) | (G[2] >>> 16))) | 0;
- X[5] = (G[5] + ((G[4] << 8) | (G[4] >>> 24)) + G[3]) | 0;
- X[6] = (G[6] + ((G[5] << 16) | (G[5] >>> 16)) + ((G[4] << 16) | (G[4] >>> 16))) | 0;
- X[7] = (G[7] + ((G[6] << 8) | (G[6] >>> 24)) + G[5]) | 0;
- }
-
- /**
- * Shortcut functions to the cipher's object interface.
- *
- * @example
- *
- * var ciphertext = CryptoJS.RabbitLegacy.encrypt(message, key, cfg);
- * var plaintext = CryptoJS.RabbitLegacy.decrypt(ciphertext, key, cfg);
- */
- C.RabbitLegacy = StreamCipher._createHelper(RabbitLegacy);
- }());
-
-
- return CryptoJS.RabbitLegacy;
-
-}));
-},{"./cipher-core":52,"./core":53,"./enc-base64":54,"./evpkdf":56,"./md5":61}],74:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./enc-base64"), require("./md5"), require("./evpkdf"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./enc-base64", "./md5", "./evpkdf", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var StreamCipher = C_lib.StreamCipher;
- var C_algo = C.algo;
-
- // Reusable objects
- var S = [];
- var C_ = [];
- var G = [];
-
- /**
- * Rabbit stream cipher algorithm
- */
- var Rabbit = C_algo.Rabbit = StreamCipher.extend({
- _doReset: function () {
- // Shortcuts
- var K = this._key.words;
- var iv = this.cfg.iv;
-
- // Swap endian
- for (var i = 0; i < 4; i++) {
- K[i] = (((K[i] << 8) | (K[i] >>> 24)) & 0x00ff00ff) |
- (((K[i] << 24) | (K[i] >>> 8)) & 0xff00ff00);
- }
-
- // Generate initial state values
- var X = this._X = [
- K[0], (K[3] << 16) | (K[2] >>> 16),
- K[1], (K[0] << 16) | (K[3] >>> 16),
- K[2], (K[1] << 16) | (K[0] >>> 16),
- K[3], (K[2] << 16) | (K[1] >>> 16)
- ];
-
- // Generate initial counter values
- var C = this._C = [
- (K[2] << 16) | (K[2] >>> 16), (K[0] & 0xffff0000) | (K[1] & 0x0000ffff),
- (K[3] << 16) | (K[3] >>> 16), (K[1] & 0xffff0000) | (K[2] & 0x0000ffff),
- (K[0] << 16) | (K[0] >>> 16), (K[2] & 0xffff0000) | (K[3] & 0x0000ffff),
- (K[1] << 16) | (K[1] >>> 16), (K[3] & 0xffff0000) | (K[0] & 0x0000ffff)
- ];
-
- // Carry bit
- this._b = 0;
-
- // Iterate the system four times
- for (var i = 0; i < 4; i++) {
- nextState.call(this);
- }
-
- // Modify the counters
- for (var i = 0; i < 8; i++) {
- C[i] ^= X[(i + 4) & 7];
- }
-
- // IV setup
- if (iv) {
- // Shortcuts
- var IV = iv.words;
- var IV_0 = IV[0];
- var IV_1 = IV[1];
-
- // Generate four subvectors
- var i0 = (((IV_0 << 8) | (IV_0 >>> 24)) & 0x00ff00ff) | (((IV_0 << 24) | (IV_0 >>> 8)) & 0xff00ff00);
- var i2 = (((IV_1 << 8) | (IV_1 >>> 24)) & 0x00ff00ff) | (((IV_1 << 24) | (IV_1 >>> 8)) & 0xff00ff00);
- var i1 = (i0 >>> 16) | (i2 & 0xffff0000);
- var i3 = (i2 << 16) | (i0 & 0x0000ffff);
-
- // Modify counter values
- C[0] ^= i0;
- C[1] ^= i1;
- C[2] ^= i2;
- C[3] ^= i3;
- C[4] ^= i0;
- C[5] ^= i1;
- C[6] ^= i2;
- C[7] ^= i3;
-
- // Iterate the system four times
- for (var i = 0; i < 4; i++) {
- nextState.call(this);
- }
- }
- },
-
- _doProcessBlock: function (M, offset) {
- // Shortcut
- var X = this._X;
-
- // Iterate the system
- nextState.call(this);
-
- // Generate four keystream words
- S[0] = X[0] ^ (X[5] >>> 16) ^ (X[3] << 16);
- S[1] = X[2] ^ (X[7] >>> 16) ^ (X[5] << 16);
- S[2] = X[4] ^ (X[1] >>> 16) ^ (X[7] << 16);
- S[3] = X[6] ^ (X[3] >>> 16) ^ (X[1] << 16);
-
- for (var i = 0; i < 4; i++) {
- // Swap endian
- S[i] = (((S[i] << 8) | (S[i] >>> 24)) & 0x00ff00ff) |
- (((S[i] << 24) | (S[i] >>> 8)) & 0xff00ff00);
-
- // Encrypt
- M[offset + i] ^= S[i];
- }
- },
-
- blockSize: 128/32,
-
- ivSize: 64/32
- });
-
- function nextState() {
- // Shortcuts
- var X = this._X;
- var C = this._C;
-
- // Save old counter values
- for (var i = 0; i < 8; i++) {
- C_[i] = C[i];
- }
-
- // Calculate new counter values
- C[0] = (C[0] + 0x4d34d34d + this._b) | 0;
- C[1] = (C[1] + 0xd34d34d3 + ((C[0] >>> 0) < (C_[0] >>> 0) ? 1 : 0)) | 0;
- C[2] = (C[2] + 0x34d34d34 + ((C[1] >>> 0) < (C_[1] >>> 0) ? 1 : 0)) | 0;
- C[3] = (C[3] + 0x4d34d34d + ((C[2] >>> 0) < (C_[2] >>> 0) ? 1 : 0)) | 0;
- C[4] = (C[4] + 0xd34d34d3 + ((C[3] >>> 0) < (C_[3] >>> 0) ? 1 : 0)) | 0;
- C[5] = (C[5] + 0x34d34d34 + ((C[4] >>> 0) < (C_[4] >>> 0) ? 1 : 0)) | 0;
- C[6] = (C[6] + 0x4d34d34d + ((C[5] >>> 0) < (C_[5] >>> 0) ? 1 : 0)) | 0;
- C[7] = (C[7] + 0xd34d34d3 + ((C[6] >>> 0) < (C_[6] >>> 0) ? 1 : 0)) | 0;
- this._b = (C[7] >>> 0) < (C_[7] >>> 0) ? 1 : 0;
-
- // Calculate the g-values
- for (var i = 0; i < 8; i++) {
- var gx = X[i] + C[i];
-
- // Construct high and low argument for squaring
- var ga = gx & 0xffff;
- var gb = gx >>> 16;
-
- // Calculate high and low result of squaring
- var gh = ((((ga * ga) >>> 17) + ga * gb) >>> 15) + gb * gb;
- var gl = (((gx & 0xffff0000) * gx) | 0) + (((gx & 0x0000ffff) * gx) | 0);
-
- // High XOR low
- G[i] = gh ^ gl;
- }
-
- // Calculate new state values
- X[0] = (G[0] + ((G[7] << 16) | (G[7] >>> 16)) + ((G[6] << 16) | (G[6] >>> 16))) | 0;
- X[1] = (G[1] + ((G[0] << 8) | (G[0] >>> 24)) + G[7]) | 0;
- X[2] = (G[2] + ((G[1] << 16) | (G[1] >>> 16)) + ((G[0] << 16) | (G[0] >>> 16))) | 0;
- X[3] = (G[3] + ((G[2] << 8) | (G[2] >>> 24)) + G[1]) | 0;
- X[4] = (G[4] + ((G[3] << 16) | (G[3] >>> 16)) + ((G[2] << 16) | (G[2] >>> 16))) | 0;
- X[5] = (G[5] + ((G[4] << 8) | (G[4] >>> 24)) + G[3]) | 0;
- X[6] = (G[6] + ((G[5] << 16) | (G[5] >>> 16)) + ((G[4] << 16) | (G[4] >>> 16))) | 0;
- X[7] = (G[7] + ((G[6] << 8) | (G[6] >>> 24)) + G[5]) | 0;
- }
-
- /**
- * Shortcut functions to the cipher's object interface.
- *
- * @example
- *
- * var ciphertext = CryptoJS.Rabbit.encrypt(message, key, cfg);
- * var plaintext = CryptoJS.Rabbit.decrypt(ciphertext, key, cfg);
- */
- C.Rabbit = StreamCipher._createHelper(Rabbit);
- }());
-
-
- return CryptoJS.Rabbit;
-
-}));
-},{"./cipher-core":52,"./core":53,"./enc-base64":54,"./evpkdf":56,"./md5":61}],75:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./enc-base64"), require("./md5"), require("./evpkdf"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./enc-base64", "./md5", "./evpkdf", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var StreamCipher = C_lib.StreamCipher;
- var C_algo = C.algo;
-
- /**
- * RC4 stream cipher algorithm.
- */
- var RC4 = C_algo.RC4 = StreamCipher.extend({
- _doReset: function () {
- // Shortcuts
- var key = this._key;
- var keyWords = key.words;
- var keySigBytes = key.sigBytes;
-
- // Init sbox
- var S = this._S = [];
- for (var i = 0; i < 256; i++) {
- S[i] = i;
- }
-
- // Key setup
- for (var i = 0, j = 0; i < 256; i++) {
- var keyByteIndex = i % keySigBytes;
- var keyByte = (keyWords[keyByteIndex >>> 2] >>> (24 - (keyByteIndex % 4) * 8)) & 0xff;
-
- j = (j + S[i] + keyByte) % 256;
-
- // Swap
- var t = S[i];
- S[i] = S[j];
- S[j] = t;
- }
-
- // Counters
- this._i = this._j = 0;
- },
-
- _doProcessBlock: function (M, offset) {
- M[offset] ^= generateKeystreamWord.call(this);
- },
-
- keySize: 256/32,
-
- ivSize: 0
- });
-
- function generateKeystreamWord() {
- // Shortcuts
- var S = this._S;
- var i = this._i;
- var j = this._j;
-
- // Generate keystream word
- var keystreamWord = 0;
- for (var n = 0; n < 4; n++) {
- i = (i + 1) % 256;
- j = (j + S[i]) % 256;
-
- // Swap
- var t = S[i];
- S[i] = S[j];
- S[j] = t;
-
- keystreamWord |= S[(S[i] + S[j]) % 256] << (24 - n * 8);
- }
-
- // Update counters
- this._i = i;
- this._j = j;
-
- return keystreamWord;
- }
-
- /**
- * Shortcut functions to the cipher's object interface.
- *
- * @example
- *
- * var ciphertext = CryptoJS.RC4.encrypt(message, key, cfg);
- * var plaintext = CryptoJS.RC4.decrypt(ciphertext, key, cfg);
- */
- C.RC4 = StreamCipher._createHelper(RC4);
-
- /**
- * Modified RC4 stream cipher algorithm.
- */
- var RC4Drop = C_algo.RC4Drop = RC4.extend({
- /**
- * Configuration options.
- *
- * @property {number} drop The number of keystream words to drop. Default 192
- */
- cfg: RC4.cfg.extend({
- drop: 192
- }),
-
- _doReset: function () {
- RC4._doReset.call(this);
-
- // Drop
- for (var i = this.cfg.drop; i > 0; i--) {
- generateKeystreamWord.call(this);
- }
- }
- });
-
- /**
- * Shortcut functions to the cipher's object interface.
- *
- * @example
- *
- * var ciphertext = CryptoJS.RC4Drop.encrypt(message, key, cfg);
- * var plaintext = CryptoJS.RC4Drop.decrypt(ciphertext, key, cfg);
- */
- C.RC4Drop = StreamCipher._createHelper(RC4Drop);
- }());
-
-
- return CryptoJS.RC4;
-
-}));
-},{"./cipher-core":52,"./core":53,"./enc-base64":54,"./evpkdf":56,"./md5":61}],76:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- /** @preserve
- (c) 2012 by Cédric Mesnil. All rights reserved.
-
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
- - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
- (function (Math) {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var WordArray = C_lib.WordArray;
- var Hasher = C_lib.Hasher;
- var C_algo = C.algo;
-
- // Constants table
- var _zl = WordArray.create([
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
- 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8,
- 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12,
- 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2,
- 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13]);
- var _zr = WordArray.create([
- 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12,
- 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2,
- 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13,
- 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14,
- 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11]);
- var _sl = WordArray.create([
- 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8,
- 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12,
- 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5,
- 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12,
- 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6 ]);
- var _sr = WordArray.create([
- 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6,
- 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11,
- 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5,
- 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8,
- 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11 ]);
-
- var _hl = WordArray.create([ 0x00000000, 0x5A827999, 0x6ED9EBA1, 0x8F1BBCDC, 0xA953FD4E]);
- var _hr = WordArray.create([ 0x50A28BE6, 0x5C4DD124, 0x6D703EF3, 0x7A6D76E9, 0x00000000]);
-
- /**
- * RIPEMD160 hash algorithm.
- */
- var RIPEMD160 = C_algo.RIPEMD160 = Hasher.extend({
- _doReset: function () {
- this._hash = WordArray.create([0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, 0xC3D2E1F0]);
- },
-
- _doProcessBlock: function (M, offset) {
-
- // Swap endian
- for (var i = 0; i < 16; i++) {
- // Shortcuts
- var offset_i = offset + i;
- var M_offset_i = M[offset_i];
-
- // Swap
- M[offset_i] = (
- (((M_offset_i << 8) | (M_offset_i >>> 24)) & 0x00ff00ff) |
- (((M_offset_i << 24) | (M_offset_i >>> 8)) & 0xff00ff00)
- );
- }
- // Shortcut
- var H = this._hash.words;
- var hl = _hl.words;
- var hr = _hr.words;
- var zl = _zl.words;
- var zr = _zr.words;
- var sl = _sl.words;
- var sr = _sr.words;
-
- // Working variables
- var al, bl, cl, dl, el;
- var ar, br, cr, dr, er;
-
- ar = al = H[0];
- br = bl = H[1];
- cr = cl = H[2];
- dr = dl = H[3];
- er = el = H[4];
- // Computation
- var t;
- for (var i = 0; i < 80; i += 1) {
- t = (al + M[offset+zl[i]])|0;
- if (i<16){
- t += f1(bl,cl,dl) + hl[0];
- } else if (i<32) {
- t += f2(bl,cl,dl) + hl[1];
- } else if (i<48) {
- t += f3(bl,cl,dl) + hl[2];
- } else if (i<64) {
- t += f4(bl,cl,dl) + hl[3];
- } else {// if (i<80) {
- t += f5(bl,cl,dl) + hl[4];
- }
- t = t|0;
- t = rotl(t,sl[i]);
- t = (t+el)|0;
- al = el;
- el = dl;
- dl = rotl(cl, 10);
- cl = bl;
- bl = t;
-
- t = (ar + M[offset+zr[i]])|0;
- if (i<16){
- t += f5(br,cr,dr) + hr[0];
- } else if (i<32) {
- t += f4(br,cr,dr) + hr[1];
- } else if (i<48) {
- t += f3(br,cr,dr) + hr[2];
- } else if (i<64) {
- t += f2(br,cr,dr) + hr[3];
- } else {// if (i<80) {
- t += f1(br,cr,dr) + hr[4];
- }
- t = t|0;
- t = rotl(t,sr[i]) ;
- t = (t+er)|0;
- ar = er;
- er = dr;
- dr = rotl(cr, 10);
- cr = br;
- br = t;
- }
- // Intermediate hash value
- t = (H[1] + cl + dr)|0;
- H[1] = (H[2] + dl + er)|0;
- H[2] = (H[3] + el + ar)|0;
- H[3] = (H[4] + al + br)|0;
- H[4] = (H[0] + bl + cr)|0;
- H[0] = t;
- },
-
- _doFinalize: function () {
- // Shortcuts
- var data = this._data;
- var dataWords = data.words;
-
- var nBitsTotal = this._nDataBytes * 8;
- var nBitsLeft = data.sigBytes * 8;
-
- // Add padding
- dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32);
- dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = (
- (((nBitsTotal << 8) | (nBitsTotal >>> 24)) & 0x00ff00ff) |
- (((nBitsTotal << 24) | (nBitsTotal >>> 8)) & 0xff00ff00)
- );
- data.sigBytes = (dataWords.length + 1) * 4;
-
- // Hash final blocks
- this._process();
-
- // Shortcuts
- var hash = this._hash;
- var H = hash.words;
-
- // Swap endian
- for (var i = 0; i < 5; i++) {
- // Shortcut
- var H_i = H[i];
-
- // Swap
- H[i] = (((H_i << 8) | (H_i >>> 24)) & 0x00ff00ff) |
- (((H_i << 24) | (H_i >>> 8)) & 0xff00ff00);
- }
-
- // Return final computed hash
- return hash;
- },
-
- clone: function () {
- var clone = Hasher.clone.call(this);
- clone._hash = this._hash.clone();
-
- return clone;
- }
- });
-
-
- function f1(x, y, z) {
- return ((x) ^ (y) ^ (z));
-
- }
-
- function f2(x, y, z) {
- return (((x)&(y)) | ((~x)&(z)));
- }
-
- function f3(x, y, z) {
- return (((x) | (~(y))) ^ (z));
- }
-
- function f4(x, y, z) {
- return (((x) & (z)) | ((y)&(~(z))));
- }
-
- function f5(x, y, z) {
- return ((x) ^ ((y) |(~(z))));
-
- }
-
- function rotl(x,n) {
- return (x<>>(32-n));
- }
-
-
- /**
- * Shortcut function to the hasher's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- *
- * @return {WordArray} The hash.
- *
- * @static
- *
- * @example
- *
- * var hash = CryptoJS.RIPEMD160('message');
- * var hash = CryptoJS.RIPEMD160(wordArray);
- */
- C.RIPEMD160 = Hasher._createHelper(RIPEMD160);
-
- /**
- * Shortcut function to the HMAC's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- * @param {WordArray|string} key The secret key.
- *
- * @return {WordArray} The HMAC.
- *
- * @static
- *
- * @example
- *
- * var hmac = CryptoJS.HmacRIPEMD160(message, key);
- */
- C.HmacRIPEMD160 = Hasher._createHmacHelper(RIPEMD160);
- }(Math));
-
-
- return CryptoJS.RIPEMD160;
-
-}));
-},{"./core":53}],77:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var WordArray = C_lib.WordArray;
- var Hasher = C_lib.Hasher;
- var C_algo = C.algo;
-
- // Reusable object
- var W = [];
-
- /**
- * SHA-1 hash algorithm.
- */
- var SHA1 = C_algo.SHA1 = Hasher.extend({
- _doReset: function () {
- this._hash = new WordArray.init([
- 0x67452301, 0xefcdab89,
- 0x98badcfe, 0x10325476,
- 0xc3d2e1f0
- ]);
- },
-
- _doProcessBlock: function (M, offset) {
- // Shortcut
- var H = this._hash.words;
-
- // Working variables
- var a = H[0];
- var b = H[1];
- var c = H[2];
- var d = H[3];
- var e = H[4];
-
- // Computation
- for (var i = 0; i < 80; i++) {
- if (i < 16) {
- W[i] = M[offset + i] | 0;
- } else {
- var n = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16];
- W[i] = (n << 1) | (n >>> 31);
- }
-
- var t = ((a << 5) | (a >>> 27)) + e + W[i];
- if (i < 20) {
- t += ((b & c) | (~b & d)) + 0x5a827999;
- } else if (i < 40) {
- t += (b ^ c ^ d) + 0x6ed9eba1;
- } else if (i < 60) {
- t += ((b & c) | (b & d) | (c & d)) - 0x70e44324;
- } else /* if (i < 80) */ {
- t += (b ^ c ^ d) - 0x359d3e2a;
- }
-
- e = d;
- d = c;
- c = (b << 30) | (b >>> 2);
- b = a;
- a = t;
- }
-
- // Intermediate hash value
- H[0] = (H[0] + a) | 0;
- H[1] = (H[1] + b) | 0;
- H[2] = (H[2] + c) | 0;
- H[3] = (H[3] + d) | 0;
- H[4] = (H[4] + e) | 0;
- },
-
- _doFinalize: function () {
- // Shortcuts
- var data = this._data;
- var dataWords = data.words;
-
- var nBitsTotal = this._nDataBytes * 8;
- var nBitsLeft = data.sigBytes * 8;
-
- // Add padding
- dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32);
- dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = Math.floor(nBitsTotal / 0x100000000);
- dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = nBitsTotal;
- data.sigBytes = dataWords.length * 4;
-
- // Hash final blocks
- this._process();
-
- // Return final computed hash
- return this._hash;
- },
-
- clone: function () {
- var clone = Hasher.clone.call(this);
- clone._hash = this._hash.clone();
-
- return clone;
- }
- });
-
- /**
- * Shortcut function to the hasher's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- *
- * @return {WordArray} The hash.
- *
- * @static
- *
- * @example
- *
- * var hash = CryptoJS.SHA1('message');
- * var hash = CryptoJS.SHA1(wordArray);
- */
- C.SHA1 = Hasher._createHelper(SHA1);
-
- /**
- * Shortcut function to the HMAC's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- * @param {WordArray|string} key The secret key.
- *
- * @return {WordArray} The HMAC.
- *
- * @static
- *
- * @example
- *
- * var hmac = CryptoJS.HmacSHA1(message, key);
- */
- C.HmacSHA1 = Hasher._createHmacHelper(SHA1);
- }());
-
-
- return CryptoJS.SHA1;
-
-}));
-},{"./core":53}],78:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./sha256"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./sha256"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var WordArray = C_lib.WordArray;
- var C_algo = C.algo;
- var SHA256 = C_algo.SHA256;
-
- /**
- * SHA-224 hash algorithm.
- */
- var SHA224 = C_algo.SHA224 = SHA256.extend({
- _doReset: function () {
- this._hash = new WordArray.init([
- 0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939,
- 0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4
- ]);
- },
-
- _doFinalize: function () {
- var hash = SHA256._doFinalize.call(this);
-
- hash.sigBytes -= 4;
-
- return hash;
- }
- });
-
- /**
- * Shortcut function to the hasher's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- *
- * @return {WordArray} The hash.
- *
- * @static
- *
- * @example
- *
- * var hash = CryptoJS.SHA224('message');
- * var hash = CryptoJS.SHA224(wordArray);
- */
- C.SHA224 = SHA256._createHelper(SHA224);
-
- /**
- * Shortcut function to the HMAC's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- * @param {WordArray|string} key The secret key.
- *
- * @return {WordArray} The HMAC.
- *
- * @static
- *
- * @example
- *
- * var hmac = CryptoJS.HmacSHA224(message, key);
- */
- C.HmacSHA224 = SHA256._createHmacHelper(SHA224);
- }());
-
-
- return CryptoJS.SHA224;
-
-}));
-},{"./core":53,"./sha256":79}],79:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"));
+func web3Js() (*asset, error) {
+ bytes, err := web3JsBytes()
+ if err != nil {
+ return nil, err
}
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function (Math) {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var WordArray = C_lib.WordArray;
- var Hasher = C_lib.Hasher;
- var C_algo = C.algo;
-
- // Initialization and round constants tables
- var H = [];
- var K = [];
-
- // Compute constants
- (function () {
- function isPrime(n) {
- var sqrtN = Math.sqrt(n);
- for (var factor = 2; factor <= sqrtN; factor++) {
- if (!(n % factor)) {
- return false;
- }
- }
-
- return true;
- }
-
- function getFractionalBits(n) {
- return ((n - (n | 0)) * 0x100000000) | 0;
- }
-
- var n = 2;
- var nPrime = 0;
- while (nPrime < 64) {
- if (isPrime(n)) {
- if (nPrime < 8) {
- H[nPrime] = getFractionalBits(Math.pow(n, 1 / 2));
- }
- K[nPrime] = getFractionalBits(Math.pow(n, 1 / 3));
-
- nPrime++;
- }
-
- n++;
- }
- }());
-
- // Reusable object
- var W = [];
-
- /**
- * SHA-256 hash algorithm.
- */
- var SHA256 = C_algo.SHA256 = Hasher.extend({
- _doReset: function () {
- this._hash = new WordArray.init(H.slice(0));
- },
-
- _doProcessBlock: function (M, offset) {
- // Shortcut
- var H = this._hash.words;
-
- // Working variables
- var a = H[0];
- var b = H[1];
- var c = H[2];
- var d = H[3];
- var e = H[4];
- var f = H[5];
- var g = H[6];
- var h = H[7];
-
- // Computation
- for (var i = 0; i < 64; i++) {
- if (i < 16) {
- W[i] = M[offset + i] | 0;
- } else {
- var gamma0x = W[i - 15];
- var gamma0 = ((gamma0x << 25) | (gamma0x >>> 7)) ^
- ((gamma0x << 14) | (gamma0x >>> 18)) ^
- (gamma0x >>> 3);
-
- var gamma1x = W[i - 2];
- var gamma1 = ((gamma1x << 15) | (gamma1x >>> 17)) ^
- ((gamma1x << 13) | (gamma1x >>> 19)) ^
- (gamma1x >>> 10);
-
- W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16];
- }
-
- var ch = (e & f) ^ (~e & g);
- var maj = (a & b) ^ (a & c) ^ (b & c);
-
- var sigma0 = ((a << 30) | (a >>> 2)) ^ ((a << 19) | (a >>> 13)) ^ ((a << 10) | (a >>> 22));
- var sigma1 = ((e << 26) | (e >>> 6)) ^ ((e << 21) | (e >>> 11)) ^ ((e << 7) | (e >>> 25));
-
- var t1 = h + sigma1 + ch + K[i] + W[i];
- var t2 = sigma0 + maj;
-
- h = g;
- g = f;
- f = e;
- e = (d + t1) | 0;
- d = c;
- c = b;
- b = a;
- a = (t1 + t2) | 0;
- }
-
- // Intermediate hash value
- H[0] = (H[0] + a) | 0;
- H[1] = (H[1] + b) | 0;
- H[2] = (H[2] + c) | 0;
- H[3] = (H[3] + d) | 0;
- H[4] = (H[4] + e) | 0;
- H[5] = (H[5] + f) | 0;
- H[6] = (H[6] + g) | 0;
- H[7] = (H[7] + h) | 0;
- },
-
- _doFinalize: function () {
- // Shortcuts
- var data = this._data;
- var dataWords = data.words;
-
- var nBitsTotal = this._nDataBytes * 8;
- var nBitsLeft = data.sigBytes * 8;
-
- // Add padding
- dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32);
- dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = Math.floor(nBitsTotal / 0x100000000);
- dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = nBitsTotal;
- data.sigBytes = dataWords.length * 4;
-
- // Hash final blocks
- this._process();
-
- // Return final computed hash
- return this._hash;
- },
-
- clone: function () {
- var clone = Hasher.clone.call(this);
- clone._hash = this._hash.clone();
-
- return clone;
- }
- });
-
- /**
- * Shortcut function to the hasher's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- *
- * @return {WordArray} The hash.
- *
- * @static
- *
- * @example
- *
- * var hash = CryptoJS.SHA256('message');
- * var hash = CryptoJS.SHA256(wordArray);
- */
- C.SHA256 = Hasher._createHelper(SHA256);
-
- /**
- * Shortcut function to the HMAC's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- * @param {WordArray|string} key The secret key.
- *
- * @return {WordArray} The HMAC.
- *
- * @static
- *
- * @example
- *
- * var hmac = CryptoJS.HmacSHA256(message, key);
- */
- C.HmacSHA256 = Hasher._createHmacHelper(SHA256);
- }(Math));
-
-
- return CryptoJS.SHA256;
-
-}));
-},{"./core":53}],80:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./x64-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./x64-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function (Math) {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var WordArray = C_lib.WordArray;
- var Hasher = C_lib.Hasher;
- var C_x64 = C.x64;
- var X64Word = C_x64.Word;
- var C_algo = C.algo;
-
- // Constants tables
- var RHO_OFFSETS = [];
- var PI_INDEXES = [];
- var ROUND_CONSTANTS = [];
-
- // Compute Constants
- (function () {
- // Compute rho offset constants
- var x = 1, y = 0;
- for (var t = 0; t < 24; t++) {
- RHO_OFFSETS[x + 5 * y] = ((t + 1) * (t + 2) / 2) % 64;
-
- var newX = y % 5;
- var newY = (2 * x + 3 * y) % 5;
- x = newX;
- y = newY;
- }
-
- // Compute pi index constants
- for (var x = 0; x < 5; x++) {
- for (var y = 0; y < 5; y++) {
- PI_INDEXES[x + 5 * y] = y + ((2 * x + 3 * y) % 5) * 5;
- }
- }
-
- // Compute round constants
- var LFSR = 0x01;
- for (var i = 0; i < 24; i++) {
- var roundConstantMsw = 0;
- var roundConstantLsw = 0;
-
- for (var j = 0; j < 7; j++) {
- if (LFSR & 0x01) {
- var bitPosition = (1 << j) - 1;
- if (bitPosition < 32) {
- roundConstantLsw ^= 1 << bitPosition;
- } else /* if (bitPosition >= 32) */ {
- roundConstantMsw ^= 1 << (bitPosition - 32);
- }
- }
-
- // Compute next LFSR
- if (LFSR & 0x80) {
- // Primitive polynomial over GF(2): x^8 + x^6 + x^5 + x^4 + 1
- LFSR = (LFSR << 1) ^ 0x71;
- } else {
- LFSR <<= 1;
- }
- }
-
- ROUND_CONSTANTS[i] = X64Word.create(roundConstantMsw, roundConstantLsw);
- }
- }());
-
- // Reusable objects for temporary values
- var T = [];
- (function () {
- for (var i = 0; i < 25; i++) {
- T[i] = X64Word.create();
- }
- }());
-
- /**
- * SHA-3 hash algorithm.
- */
- var SHA3 = C_algo.SHA3 = Hasher.extend({
- /**
- * Configuration options.
- *
- * @property {number} outputLength
- * The desired number of bits in the output hash.
- * Only values permitted are: 224, 256, 384, 512.
- * Default: 512
- */
- cfg: Hasher.cfg.extend({
- outputLength: 512
- }),
-
- _doReset: function () {
- var state = this._state = []
- for (var i = 0; i < 25; i++) {
- state[i] = new X64Word.init();
- }
-
- this.blockSize = (1600 - 2 * this.cfg.outputLength) / 32;
- },
-
- _doProcessBlock: function (M, offset) {
- // Shortcuts
- var state = this._state;
- var nBlockSizeLanes = this.blockSize / 2;
-
- // Absorb
- for (var i = 0; i < nBlockSizeLanes; i++) {
- // Shortcuts
- var M2i = M[offset + 2 * i];
- var M2i1 = M[offset + 2 * i + 1];
-
- // Swap endian
- M2i = (
- (((M2i << 8) | (M2i >>> 24)) & 0x00ff00ff) |
- (((M2i << 24) | (M2i >>> 8)) & 0xff00ff00)
- );
- M2i1 = (
- (((M2i1 << 8) | (M2i1 >>> 24)) & 0x00ff00ff) |
- (((M2i1 << 24) | (M2i1 >>> 8)) & 0xff00ff00)
- );
-
- // Absorb message into state
- var lane = state[i];
- lane.high ^= M2i1;
- lane.low ^= M2i;
- }
-
- // Rounds
- for (var round = 0; round < 24; round++) {
- // Theta
- for (var x = 0; x < 5; x++) {
- // Mix column lanes
- var tMsw = 0, tLsw = 0;
- for (var y = 0; y < 5; y++) {
- var lane = state[x + 5 * y];
- tMsw ^= lane.high;
- tLsw ^= lane.low;
- }
-
- // Temporary values
- var Tx = T[x];
- Tx.high = tMsw;
- Tx.low = tLsw;
- }
- for (var x = 0; x < 5; x++) {
- // Shortcuts
- var Tx4 = T[(x + 4) % 5];
- var Tx1 = T[(x + 1) % 5];
- var Tx1Msw = Tx1.high;
- var Tx1Lsw = Tx1.low;
-
- // Mix surrounding columns
- var tMsw = Tx4.high ^ ((Tx1Msw << 1) | (Tx1Lsw >>> 31));
- var tLsw = Tx4.low ^ ((Tx1Lsw << 1) | (Tx1Msw >>> 31));
- for (var y = 0; y < 5; y++) {
- var lane = state[x + 5 * y];
- lane.high ^= tMsw;
- lane.low ^= tLsw;
- }
- }
-
- // Rho Pi
- for (var laneIndex = 1; laneIndex < 25; laneIndex++) {
- // Shortcuts
- var lane = state[laneIndex];
- var laneMsw = lane.high;
- var laneLsw = lane.low;
- var rhoOffset = RHO_OFFSETS[laneIndex];
-
- // Rotate lanes
- if (rhoOffset < 32) {
- var tMsw = (laneMsw << rhoOffset) | (laneLsw >>> (32 - rhoOffset));
- var tLsw = (laneLsw << rhoOffset) | (laneMsw >>> (32 - rhoOffset));
- } else /* if (rhoOffset >= 32) */ {
- var tMsw = (laneLsw << (rhoOffset - 32)) | (laneMsw >>> (64 - rhoOffset));
- var tLsw = (laneMsw << (rhoOffset - 32)) | (laneLsw >>> (64 - rhoOffset));
- }
-
- // Transpose lanes
- var TPiLane = T[PI_INDEXES[laneIndex]];
- TPiLane.high = tMsw;
- TPiLane.low = tLsw;
- }
-
- // Rho pi at x = y = 0
- var T0 = T[0];
- var state0 = state[0];
- T0.high = state0.high;
- T0.low = state0.low;
-
- // Chi
- for (var x = 0; x < 5; x++) {
- for (var y = 0; y < 5; y++) {
- // Shortcuts
- var laneIndex = x + 5 * y;
- var lane = state[laneIndex];
- var TLane = T[laneIndex];
- var Tx1Lane = T[((x + 1) % 5) + 5 * y];
- var Tx2Lane = T[((x + 2) % 5) + 5 * y];
-
- // Mix rows
- lane.high = TLane.high ^ (~Tx1Lane.high & Tx2Lane.high);
- lane.low = TLane.low ^ (~Tx1Lane.low & Tx2Lane.low);
- }
- }
-
- // Iota
- var lane = state[0];
- var roundConstant = ROUND_CONSTANTS[round];
- lane.high ^= roundConstant.high;
- lane.low ^= roundConstant.low;;
- }
- },
-
- _doFinalize: function () {
- // Shortcuts
- var data = this._data;
- var dataWords = data.words;
- var nBitsTotal = this._nDataBytes * 8;
- var nBitsLeft = data.sigBytes * 8;
- var blockSizeBits = this.blockSize * 32;
-
- // Add padding
- dataWords[nBitsLeft >>> 5] |= 0x1 << (24 - nBitsLeft % 32);
- dataWords[((Math.ceil((nBitsLeft + 1) / blockSizeBits) * blockSizeBits) >>> 5) - 1] |= 0x80;
- data.sigBytes = dataWords.length * 4;
-
- // Hash final blocks
- this._process();
-
- // Shortcuts
- var state = this._state;
- var outputLengthBytes = this.cfg.outputLength / 8;
- var outputLengthLanes = outputLengthBytes / 8;
-
- // Squeeze
- var hashWords = [];
- for (var i = 0; i < outputLengthLanes; i++) {
- // Shortcuts
- var lane = state[i];
- var laneMsw = lane.high;
- var laneLsw = lane.low;
-
- // Swap endian
- laneMsw = (
- (((laneMsw << 8) | (laneMsw >>> 24)) & 0x00ff00ff) |
- (((laneMsw << 24) | (laneMsw >>> 8)) & 0xff00ff00)
- );
- laneLsw = (
- (((laneLsw << 8) | (laneLsw >>> 24)) & 0x00ff00ff) |
- (((laneLsw << 24) | (laneLsw >>> 8)) & 0xff00ff00)
- );
-
- // Squeeze state to retrieve hash
- hashWords.push(laneLsw);
- hashWords.push(laneMsw);
- }
-
- // Return final computed hash
- return new WordArray.init(hashWords, outputLengthBytes);
- },
-
- clone: function () {
- var clone = Hasher.clone.call(this);
-
- var state = clone._state = this._state.slice(0);
- for (var i = 0; i < 25; i++) {
- state[i] = state[i].clone();
- }
-
- return clone;
- }
- });
-
- /**
- * Shortcut function to the hasher's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- *
- * @return {WordArray} The hash.
- *
- * @static
- *
- * @example
- *
- * var hash = CryptoJS.SHA3('message');
- * var hash = CryptoJS.SHA3(wordArray);
- */
- C.SHA3 = Hasher._createHelper(SHA3);
-
- /**
- * Shortcut function to the HMAC's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- * @param {WordArray|string} key The secret key.
- *
- * @return {WordArray} The HMAC.
- *
- * @static
- *
- * @example
- *
- * var hmac = CryptoJS.HmacSHA3(message, key);
- */
- C.HmacSHA3 = Hasher._createHmacHelper(SHA3);
- }(Math));
-
-
- return CryptoJS.SHA3;
-
-}));
-},{"./core":53,"./x64-core":84}],81:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./x64-core"), require("./sha512"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./x64-core", "./sha512"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_x64 = C.x64;
- var X64Word = C_x64.Word;
- var X64WordArray = C_x64.WordArray;
- var C_algo = C.algo;
- var SHA512 = C_algo.SHA512;
-
- /**
- * SHA-384 hash algorithm.
- */
- var SHA384 = C_algo.SHA384 = SHA512.extend({
- _doReset: function () {
- this._hash = new X64WordArray.init([
- new X64Word.init(0xcbbb9d5d, 0xc1059ed8), new X64Word.init(0x629a292a, 0x367cd507),
- new X64Word.init(0x9159015a, 0x3070dd17), new X64Word.init(0x152fecd8, 0xf70e5939),
- new X64Word.init(0x67332667, 0xffc00b31), new X64Word.init(0x8eb44a87, 0x68581511),
- new X64Word.init(0xdb0c2e0d, 0x64f98fa7), new X64Word.init(0x47b5481d, 0xbefa4fa4)
- ]);
- },
-
- _doFinalize: function () {
- var hash = SHA512._doFinalize.call(this);
-
- hash.sigBytes -= 16;
-
- return hash;
- }
- });
-
- /**
- * Shortcut function to the hasher's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- *
- * @return {WordArray} The hash.
- *
- * @static
- *
- * @example
- *
- * var hash = CryptoJS.SHA384('message');
- * var hash = CryptoJS.SHA384(wordArray);
- */
- C.SHA384 = SHA512._createHelper(SHA384);
-
- /**
- * Shortcut function to the HMAC's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- * @param {WordArray|string} key The secret key.
- *
- * @return {WordArray} The HMAC.
- *
- * @static
- *
- * @example
- *
- * var hmac = CryptoJS.HmacSHA384(message, key);
- */
- C.HmacSHA384 = SHA512._createHmacHelper(SHA384);
- }());
-
-
- return CryptoJS.SHA384;
-
-}));
-},{"./core":53,"./sha512":82,"./x64-core":84}],82:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./x64-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./x64-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var Hasher = C_lib.Hasher;
- var C_x64 = C.x64;
- var X64Word = C_x64.Word;
- var X64WordArray = C_x64.WordArray;
- var C_algo = C.algo;
-
- function X64Word_create() {
- return X64Word.create.apply(X64Word, arguments);
- }
-
- // Constants
- var K = [
- X64Word_create(0x428a2f98, 0xd728ae22), X64Word_create(0x71374491, 0x23ef65cd),
- X64Word_create(0xb5c0fbcf, 0xec4d3b2f), X64Word_create(0xe9b5dba5, 0x8189dbbc),
- X64Word_create(0x3956c25b, 0xf348b538), X64Word_create(0x59f111f1, 0xb605d019),
- X64Word_create(0x923f82a4, 0xaf194f9b), X64Word_create(0xab1c5ed5, 0xda6d8118),
- X64Word_create(0xd807aa98, 0xa3030242), X64Word_create(0x12835b01, 0x45706fbe),
- X64Word_create(0x243185be, 0x4ee4b28c), X64Word_create(0x550c7dc3, 0xd5ffb4e2),
- X64Word_create(0x72be5d74, 0xf27b896f), X64Word_create(0x80deb1fe, 0x3b1696b1),
- X64Word_create(0x9bdc06a7, 0x25c71235), X64Word_create(0xc19bf174, 0xcf692694),
- X64Word_create(0xe49b69c1, 0x9ef14ad2), X64Word_create(0xefbe4786, 0x384f25e3),
- X64Word_create(0x0fc19dc6, 0x8b8cd5b5), X64Word_create(0x240ca1cc, 0x77ac9c65),
- X64Word_create(0x2de92c6f, 0x592b0275), X64Word_create(0x4a7484aa, 0x6ea6e483),
- X64Word_create(0x5cb0a9dc, 0xbd41fbd4), X64Word_create(0x76f988da, 0x831153b5),
- X64Word_create(0x983e5152, 0xee66dfab), X64Word_create(0xa831c66d, 0x2db43210),
- X64Word_create(0xb00327c8, 0x98fb213f), X64Word_create(0xbf597fc7, 0xbeef0ee4),
- X64Word_create(0xc6e00bf3, 0x3da88fc2), X64Word_create(0xd5a79147, 0x930aa725),
- X64Word_create(0x06ca6351, 0xe003826f), X64Word_create(0x14292967, 0x0a0e6e70),
- X64Word_create(0x27b70a85, 0x46d22ffc), X64Word_create(0x2e1b2138, 0x5c26c926),
- X64Word_create(0x4d2c6dfc, 0x5ac42aed), X64Word_create(0x53380d13, 0x9d95b3df),
- X64Word_create(0x650a7354, 0x8baf63de), X64Word_create(0x766a0abb, 0x3c77b2a8),
- X64Word_create(0x81c2c92e, 0x47edaee6), X64Word_create(0x92722c85, 0x1482353b),
- X64Word_create(0xa2bfe8a1, 0x4cf10364), X64Word_create(0xa81a664b, 0xbc423001),
- X64Word_create(0xc24b8b70, 0xd0f89791), X64Word_create(0xc76c51a3, 0x0654be30),
- X64Word_create(0xd192e819, 0xd6ef5218), X64Word_create(0xd6990624, 0x5565a910),
- X64Word_create(0xf40e3585, 0x5771202a), X64Word_create(0x106aa070, 0x32bbd1b8),
- X64Word_create(0x19a4c116, 0xb8d2d0c8), X64Word_create(0x1e376c08, 0x5141ab53),
- X64Word_create(0x2748774c, 0xdf8eeb99), X64Word_create(0x34b0bcb5, 0xe19b48a8),
- X64Word_create(0x391c0cb3, 0xc5c95a63), X64Word_create(0x4ed8aa4a, 0xe3418acb),
- X64Word_create(0x5b9cca4f, 0x7763e373), X64Word_create(0x682e6ff3, 0xd6b2b8a3),
- X64Word_create(0x748f82ee, 0x5defb2fc), X64Word_create(0x78a5636f, 0x43172f60),
- X64Word_create(0x84c87814, 0xa1f0ab72), X64Word_create(0x8cc70208, 0x1a6439ec),
- X64Word_create(0x90befffa, 0x23631e28), X64Word_create(0xa4506ceb, 0xde82bde9),
- X64Word_create(0xbef9a3f7, 0xb2c67915), X64Word_create(0xc67178f2, 0xe372532b),
- X64Word_create(0xca273ece, 0xea26619c), X64Word_create(0xd186b8c7, 0x21c0c207),
- X64Word_create(0xeada7dd6, 0xcde0eb1e), X64Word_create(0xf57d4f7f, 0xee6ed178),
- X64Word_create(0x06f067aa, 0x72176fba), X64Word_create(0x0a637dc5, 0xa2c898a6),
- X64Word_create(0x113f9804, 0xbef90dae), X64Word_create(0x1b710b35, 0x131c471b),
- X64Word_create(0x28db77f5, 0x23047d84), X64Word_create(0x32caab7b, 0x40c72493),
- X64Word_create(0x3c9ebe0a, 0x15c9bebc), X64Word_create(0x431d67c4, 0x9c100d4c),
- X64Word_create(0x4cc5d4be, 0xcb3e42b6), X64Word_create(0x597f299c, 0xfc657e2a),
- X64Word_create(0x5fcb6fab, 0x3ad6faec), X64Word_create(0x6c44198c, 0x4a475817)
- ];
-
- // Reusable objects
- var W = [];
- (function () {
- for (var i = 0; i < 80; i++) {
- W[i] = X64Word_create();
- }
- }());
-
- /**
- * SHA-512 hash algorithm.
- */
- var SHA512 = C_algo.SHA512 = Hasher.extend({
- _doReset: function () {
- this._hash = new X64WordArray.init([
- new X64Word.init(0x6a09e667, 0xf3bcc908), new X64Word.init(0xbb67ae85, 0x84caa73b),
- new X64Word.init(0x3c6ef372, 0xfe94f82b), new X64Word.init(0xa54ff53a, 0x5f1d36f1),
- new X64Word.init(0x510e527f, 0xade682d1), new X64Word.init(0x9b05688c, 0x2b3e6c1f),
- new X64Word.init(0x1f83d9ab, 0xfb41bd6b), new X64Word.init(0x5be0cd19, 0x137e2179)
- ]);
- },
-
- _doProcessBlock: function (M, offset) {
- // Shortcuts
- var H = this._hash.words;
-
- var H0 = H[0];
- var H1 = H[1];
- var H2 = H[2];
- var H3 = H[3];
- var H4 = H[4];
- var H5 = H[5];
- var H6 = H[6];
- var H7 = H[7];
-
- var H0h = H0.high;
- var H0l = H0.low;
- var H1h = H1.high;
- var H1l = H1.low;
- var H2h = H2.high;
- var H2l = H2.low;
- var H3h = H3.high;
- var H3l = H3.low;
- var H4h = H4.high;
- var H4l = H4.low;
- var H5h = H5.high;
- var H5l = H5.low;
- var H6h = H6.high;
- var H6l = H6.low;
- var H7h = H7.high;
- var H7l = H7.low;
-
- // Working variables
- var ah = H0h;
- var al = H0l;
- var bh = H1h;
- var bl = H1l;
- var ch = H2h;
- var cl = H2l;
- var dh = H3h;
- var dl = H3l;
- var eh = H4h;
- var el = H4l;
- var fh = H5h;
- var fl = H5l;
- var gh = H6h;
- var gl = H6l;
- var hh = H7h;
- var hl = H7l;
-
- // Rounds
- for (var i = 0; i < 80; i++) {
- // Shortcut
- var Wi = W[i];
-
- // Extend message
- if (i < 16) {
- var Wih = Wi.high = M[offset + i * 2] | 0;
- var Wil = Wi.low = M[offset + i * 2 + 1] | 0;
- } else {
- // Gamma0
- var gamma0x = W[i - 15];
- var gamma0xh = gamma0x.high;
- var gamma0xl = gamma0x.low;
- var gamma0h = ((gamma0xh >>> 1) | (gamma0xl << 31)) ^ ((gamma0xh >>> 8) | (gamma0xl << 24)) ^ (gamma0xh >>> 7);
- var gamma0l = ((gamma0xl >>> 1) | (gamma0xh << 31)) ^ ((gamma0xl >>> 8) | (gamma0xh << 24)) ^ ((gamma0xl >>> 7) | (gamma0xh << 25));
-
- // Gamma1
- var gamma1x = W[i - 2];
- var gamma1xh = gamma1x.high;
- var gamma1xl = gamma1x.low;
- var gamma1h = ((gamma1xh >>> 19) | (gamma1xl << 13)) ^ ((gamma1xh << 3) | (gamma1xl >>> 29)) ^ (gamma1xh >>> 6);
- var gamma1l = ((gamma1xl >>> 19) | (gamma1xh << 13)) ^ ((gamma1xl << 3) | (gamma1xh >>> 29)) ^ ((gamma1xl >>> 6) | (gamma1xh << 26));
-
- // W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16]
- var Wi7 = W[i - 7];
- var Wi7h = Wi7.high;
- var Wi7l = Wi7.low;
-
- var Wi16 = W[i - 16];
- var Wi16h = Wi16.high;
- var Wi16l = Wi16.low;
-
- var Wil = gamma0l + Wi7l;
- var Wih = gamma0h + Wi7h + ((Wil >>> 0) < (gamma0l >>> 0) ? 1 : 0);
- var Wil = Wil + gamma1l;
- var Wih = Wih + gamma1h + ((Wil >>> 0) < (gamma1l >>> 0) ? 1 : 0);
- var Wil = Wil + Wi16l;
- var Wih = Wih + Wi16h + ((Wil >>> 0) < (Wi16l >>> 0) ? 1 : 0);
-
- Wi.high = Wih;
- Wi.low = Wil;
- }
-
- var chh = (eh & fh) ^ (~eh & gh);
- var chl = (el & fl) ^ (~el & gl);
- var majh = (ah & bh) ^ (ah & ch) ^ (bh & ch);
- var majl = (al & bl) ^ (al & cl) ^ (bl & cl);
-
- var sigma0h = ((ah >>> 28) | (al << 4)) ^ ((ah << 30) | (al >>> 2)) ^ ((ah << 25) | (al >>> 7));
- var sigma0l = ((al >>> 28) | (ah << 4)) ^ ((al << 30) | (ah >>> 2)) ^ ((al << 25) | (ah >>> 7));
- var sigma1h = ((eh >>> 14) | (el << 18)) ^ ((eh >>> 18) | (el << 14)) ^ ((eh << 23) | (el >>> 9));
- var sigma1l = ((el >>> 14) | (eh << 18)) ^ ((el >>> 18) | (eh << 14)) ^ ((el << 23) | (eh >>> 9));
-
- // t1 = h + sigma1 + ch + K[i] + W[i]
- var Ki = K[i];
- var Kih = Ki.high;
- var Kil = Ki.low;
-
- var t1l = hl + sigma1l;
- var t1h = hh + sigma1h + ((t1l >>> 0) < (hl >>> 0) ? 1 : 0);
- var t1l = t1l + chl;
- var t1h = t1h + chh + ((t1l >>> 0) < (chl >>> 0) ? 1 : 0);
- var t1l = t1l + Kil;
- var t1h = t1h + Kih + ((t1l >>> 0) < (Kil >>> 0) ? 1 : 0);
- var t1l = t1l + Wil;
- var t1h = t1h + Wih + ((t1l >>> 0) < (Wil >>> 0) ? 1 : 0);
-
- // t2 = sigma0 + maj
- var t2l = sigma0l + majl;
- var t2h = sigma0h + majh + ((t2l >>> 0) < (sigma0l >>> 0) ? 1 : 0);
-
- // Update working variables
- hh = gh;
- hl = gl;
- gh = fh;
- gl = fl;
- fh = eh;
- fl = el;
- el = (dl + t1l) | 0;
- eh = (dh + t1h + ((el >>> 0) < (dl >>> 0) ? 1 : 0)) | 0;
- dh = ch;
- dl = cl;
- ch = bh;
- cl = bl;
- bh = ah;
- bl = al;
- al = (t1l + t2l) | 0;
- ah = (t1h + t2h + ((al >>> 0) < (t1l >>> 0) ? 1 : 0)) | 0;
- }
-
- // Intermediate hash value
- H0l = H0.low = (H0l + al);
- H0.high = (H0h + ah + ((H0l >>> 0) < (al >>> 0) ? 1 : 0));
- H1l = H1.low = (H1l + bl);
- H1.high = (H1h + bh + ((H1l >>> 0) < (bl >>> 0) ? 1 : 0));
- H2l = H2.low = (H2l + cl);
- H2.high = (H2h + ch + ((H2l >>> 0) < (cl >>> 0) ? 1 : 0));
- H3l = H3.low = (H3l + dl);
- H3.high = (H3h + dh + ((H3l >>> 0) < (dl >>> 0) ? 1 : 0));
- H4l = H4.low = (H4l + el);
- H4.high = (H4h + eh + ((H4l >>> 0) < (el >>> 0) ? 1 : 0));
- H5l = H5.low = (H5l + fl);
- H5.high = (H5h + fh + ((H5l >>> 0) < (fl >>> 0) ? 1 : 0));
- H6l = H6.low = (H6l + gl);
- H6.high = (H6h + gh + ((H6l >>> 0) < (gl >>> 0) ? 1 : 0));
- H7l = H7.low = (H7l + hl);
- H7.high = (H7h + hh + ((H7l >>> 0) < (hl >>> 0) ? 1 : 0));
- },
-
- _doFinalize: function () {
- // Shortcuts
- var data = this._data;
- var dataWords = data.words;
-
- var nBitsTotal = this._nDataBytes * 8;
- var nBitsLeft = data.sigBytes * 8;
-
- // Add padding
- dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32);
- dataWords[(((nBitsLeft + 128) >>> 10) << 5) + 30] = Math.floor(nBitsTotal / 0x100000000);
- dataWords[(((nBitsLeft + 128) >>> 10) << 5) + 31] = nBitsTotal;
- data.sigBytes = dataWords.length * 4;
-
- // Hash final blocks
- this._process();
-
- // Convert hash to 32-bit word array before returning
- var hash = this._hash.toX32();
-
- // Return final computed hash
- return hash;
- },
-
- clone: function () {
- var clone = Hasher.clone.call(this);
- clone._hash = this._hash.clone();
-
- return clone;
- },
-
- blockSize: 1024/32
- });
-
- /**
- * Shortcut function to the hasher's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- *
- * @return {WordArray} The hash.
- *
- * @static
- *
- * @example
- *
- * var hash = CryptoJS.SHA512('message');
- * var hash = CryptoJS.SHA512(wordArray);
- */
- C.SHA512 = Hasher._createHelper(SHA512);
-
- /**
- * Shortcut function to the HMAC's object interface.
- *
- * @param {WordArray|string} message The message to hash.
- * @param {WordArray|string} key The secret key.
- *
- * @return {WordArray} The HMAC.
- *
- * @static
- *
- * @example
- *
- * var hmac = CryptoJS.HmacSHA512(message, key);
- */
- C.HmacSHA512 = Hasher._createHmacHelper(SHA512);
- }());
-
-
- return CryptoJS.SHA512;
-
-}));
-},{"./core":53,"./x64-core":84}],83:[function(require,module,exports){
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./enc-base64"), require("./md5"), require("./evpkdf"), require("./cipher-core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./enc-base64", "./md5", "./evpkdf", "./cipher-core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function () {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var WordArray = C_lib.WordArray;
- var BlockCipher = C_lib.BlockCipher;
- var C_algo = C.algo;
-
- // Permuted Choice 1 constants
- var PC1 = [
- 57, 49, 41, 33, 25, 17, 9, 1,
- 58, 50, 42, 34, 26, 18, 10, 2,
- 59, 51, 43, 35, 27, 19, 11, 3,
- 60, 52, 44, 36, 63, 55, 47, 39,
- 31, 23, 15, 7, 62, 54, 46, 38,
- 30, 22, 14, 6, 61, 53, 45, 37,
- 29, 21, 13, 5, 28, 20, 12, 4
- ];
-
- // Permuted Choice 2 constants
- var PC2 = [
- 14, 17, 11, 24, 1, 5,
- 3, 28, 15, 6, 21, 10,
- 23, 19, 12, 4, 26, 8,
- 16, 7, 27, 20, 13, 2,
- 41, 52, 31, 37, 47, 55,
- 30, 40, 51, 45, 33, 48,
- 44, 49, 39, 56, 34, 53,
- 46, 42, 50, 36, 29, 32
- ];
-
- // Cumulative bit shift constants
- var BIT_SHIFTS = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28];
-
- // SBOXes and round permutation constants
- var SBOX_P = [
- {
- 0x0: 0x808200,
- 0x10000000: 0x8000,
- 0x20000000: 0x808002,
- 0x30000000: 0x2,
- 0x40000000: 0x200,
- 0x50000000: 0x808202,
- 0x60000000: 0x800202,
- 0x70000000: 0x800000,
- 0x80000000: 0x202,
- 0x90000000: 0x800200,
- 0xa0000000: 0x8200,
- 0xb0000000: 0x808000,
- 0xc0000000: 0x8002,
- 0xd0000000: 0x800002,
- 0xe0000000: 0x0,
- 0xf0000000: 0x8202,
- 0x8000000: 0x0,
- 0x18000000: 0x808202,
- 0x28000000: 0x8202,
- 0x38000000: 0x8000,
- 0x48000000: 0x808200,
- 0x58000000: 0x200,
- 0x68000000: 0x808002,
- 0x78000000: 0x2,
- 0x88000000: 0x800200,
- 0x98000000: 0x8200,
- 0xa8000000: 0x808000,
- 0xb8000000: 0x800202,
- 0xc8000000: 0x800002,
- 0xd8000000: 0x8002,
- 0xe8000000: 0x202,
- 0xf8000000: 0x800000,
- 0x1: 0x8000,
- 0x10000001: 0x2,
- 0x20000001: 0x808200,
- 0x30000001: 0x800000,
- 0x40000001: 0x808002,
- 0x50000001: 0x8200,
- 0x60000001: 0x200,
- 0x70000001: 0x800202,
- 0x80000001: 0x808202,
- 0x90000001: 0x808000,
- 0xa0000001: 0x800002,
- 0xb0000001: 0x8202,
- 0xc0000001: 0x202,
- 0xd0000001: 0x800200,
- 0xe0000001: 0x8002,
- 0xf0000001: 0x0,
- 0x8000001: 0x808202,
- 0x18000001: 0x808000,
- 0x28000001: 0x800000,
- 0x38000001: 0x200,
- 0x48000001: 0x8000,
- 0x58000001: 0x800002,
- 0x68000001: 0x2,
- 0x78000001: 0x8202,
- 0x88000001: 0x8002,
- 0x98000001: 0x800202,
- 0xa8000001: 0x202,
- 0xb8000001: 0x808200,
- 0xc8000001: 0x800200,
- 0xd8000001: 0x0,
- 0xe8000001: 0x8200,
- 0xf8000001: 0x808002
- },
- {
- 0x0: 0x40084010,
- 0x1000000: 0x4000,
- 0x2000000: 0x80000,
- 0x3000000: 0x40080010,
- 0x4000000: 0x40000010,
- 0x5000000: 0x40084000,
- 0x6000000: 0x40004000,
- 0x7000000: 0x10,
- 0x8000000: 0x84000,
- 0x9000000: 0x40004010,
- 0xa000000: 0x40000000,
- 0xb000000: 0x84010,
- 0xc000000: 0x80010,
- 0xd000000: 0x0,
- 0xe000000: 0x4010,
- 0xf000000: 0x40080000,
- 0x800000: 0x40004000,
- 0x1800000: 0x84010,
- 0x2800000: 0x10,
- 0x3800000: 0x40004010,
- 0x4800000: 0x40084010,
- 0x5800000: 0x40000000,
- 0x6800000: 0x80000,
- 0x7800000: 0x40080010,
- 0x8800000: 0x80010,
- 0x9800000: 0x0,
- 0xa800000: 0x4000,
- 0xb800000: 0x40080000,
- 0xc800000: 0x40000010,
- 0xd800000: 0x84000,
- 0xe800000: 0x40084000,
- 0xf800000: 0x4010,
- 0x10000000: 0x0,
- 0x11000000: 0x40080010,
- 0x12000000: 0x40004010,
- 0x13000000: 0x40084000,
- 0x14000000: 0x40080000,
- 0x15000000: 0x10,
- 0x16000000: 0x84010,
- 0x17000000: 0x4000,
- 0x18000000: 0x4010,
- 0x19000000: 0x80000,
- 0x1a000000: 0x80010,
- 0x1b000000: 0x40000010,
- 0x1c000000: 0x84000,
- 0x1d000000: 0x40004000,
- 0x1e000000: 0x40000000,
- 0x1f000000: 0x40084010,
- 0x10800000: 0x84010,
- 0x11800000: 0x80000,
- 0x12800000: 0x40080000,
- 0x13800000: 0x4000,
- 0x14800000: 0x40004000,
- 0x15800000: 0x40084010,
- 0x16800000: 0x10,
- 0x17800000: 0x40000000,
- 0x18800000: 0x40084000,
- 0x19800000: 0x40000010,
- 0x1a800000: 0x40004010,
- 0x1b800000: 0x80010,
- 0x1c800000: 0x0,
- 0x1d800000: 0x4010,
- 0x1e800000: 0x40080010,
- 0x1f800000: 0x84000
- },
- {
- 0x0: 0x104,
- 0x100000: 0x0,
- 0x200000: 0x4000100,
- 0x300000: 0x10104,
- 0x400000: 0x10004,
- 0x500000: 0x4000004,
- 0x600000: 0x4010104,
- 0x700000: 0x4010000,
- 0x800000: 0x4000000,
- 0x900000: 0x4010100,
- 0xa00000: 0x10100,
- 0xb00000: 0x4010004,
- 0xc00000: 0x4000104,
- 0xd00000: 0x10000,
- 0xe00000: 0x4,
- 0xf00000: 0x100,
- 0x80000: 0x4010100,
- 0x180000: 0x4010004,
- 0x280000: 0x0,
- 0x380000: 0x4000100,
- 0x480000: 0x4000004,
- 0x580000: 0x10000,
- 0x680000: 0x10004,
- 0x780000: 0x104,
- 0x880000: 0x4,
- 0x980000: 0x100,
- 0xa80000: 0x4010000,
- 0xb80000: 0x10104,
- 0xc80000: 0x10100,
- 0xd80000: 0x4000104,
- 0xe80000: 0x4010104,
- 0xf80000: 0x4000000,
- 0x1000000: 0x4010100,
- 0x1100000: 0x10004,
- 0x1200000: 0x10000,
- 0x1300000: 0x4000100,
- 0x1400000: 0x100,
- 0x1500000: 0x4010104,
- 0x1600000: 0x4000004,
- 0x1700000: 0x0,
- 0x1800000: 0x4000104,
- 0x1900000: 0x4000000,
- 0x1a00000: 0x4,
- 0x1b00000: 0x10100,
- 0x1c00000: 0x4010000,
- 0x1d00000: 0x104,
- 0x1e00000: 0x10104,
- 0x1f00000: 0x4010004,
- 0x1080000: 0x4000000,
- 0x1180000: 0x104,
- 0x1280000: 0x4010100,
- 0x1380000: 0x0,
- 0x1480000: 0x10004,
- 0x1580000: 0x4000100,
- 0x1680000: 0x100,
- 0x1780000: 0x4010004,
- 0x1880000: 0x10000,
- 0x1980000: 0x4010104,
- 0x1a80000: 0x10104,
- 0x1b80000: 0x4000004,
- 0x1c80000: 0x4000104,
- 0x1d80000: 0x4010000,
- 0x1e80000: 0x4,
- 0x1f80000: 0x10100
- },
- {
- 0x0: 0x80401000,
- 0x10000: 0x80001040,
- 0x20000: 0x401040,
- 0x30000: 0x80400000,
- 0x40000: 0x0,
- 0x50000: 0x401000,
- 0x60000: 0x80000040,
- 0x70000: 0x400040,
- 0x80000: 0x80000000,
- 0x90000: 0x400000,
- 0xa0000: 0x40,
- 0xb0000: 0x80001000,
- 0xc0000: 0x80400040,
- 0xd0000: 0x1040,
- 0xe0000: 0x1000,
- 0xf0000: 0x80401040,
- 0x8000: 0x80001040,
- 0x18000: 0x40,
- 0x28000: 0x80400040,
- 0x38000: 0x80001000,
- 0x48000: 0x401000,
- 0x58000: 0x80401040,
- 0x68000: 0x0,
- 0x78000: 0x80400000,
- 0x88000: 0x1000,
- 0x98000: 0x80401000,
- 0xa8000: 0x400000,
- 0xb8000: 0x1040,
- 0xc8000: 0x80000000,
- 0xd8000: 0x400040,
- 0xe8000: 0x401040,
- 0xf8000: 0x80000040,
- 0x100000: 0x400040,
- 0x110000: 0x401000,
- 0x120000: 0x80000040,
- 0x130000: 0x0,
- 0x140000: 0x1040,
- 0x150000: 0x80400040,
- 0x160000: 0x80401000,
- 0x170000: 0x80001040,
- 0x180000: 0x80401040,
- 0x190000: 0x80000000,
- 0x1a0000: 0x80400000,
- 0x1b0000: 0x401040,
- 0x1c0000: 0x80001000,
- 0x1d0000: 0x400000,
- 0x1e0000: 0x40,
- 0x1f0000: 0x1000,
- 0x108000: 0x80400000,
- 0x118000: 0x80401040,
- 0x128000: 0x0,
- 0x138000: 0x401000,
- 0x148000: 0x400040,
- 0x158000: 0x80000000,
- 0x168000: 0x80001040,
- 0x178000: 0x40,
- 0x188000: 0x80000040,
- 0x198000: 0x1000,
- 0x1a8000: 0x80001000,
- 0x1b8000: 0x80400040,
- 0x1c8000: 0x1040,
- 0x1d8000: 0x80401000,
- 0x1e8000: 0x400000,
- 0x1f8000: 0x401040
- },
- {
- 0x0: 0x80,
- 0x1000: 0x1040000,
- 0x2000: 0x40000,
- 0x3000: 0x20000000,
- 0x4000: 0x20040080,
- 0x5000: 0x1000080,
- 0x6000: 0x21000080,
- 0x7000: 0x40080,
- 0x8000: 0x1000000,
- 0x9000: 0x20040000,
- 0xa000: 0x20000080,
- 0xb000: 0x21040080,
- 0xc000: 0x21040000,
- 0xd000: 0x0,
- 0xe000: 0x1040080,
- 0xf000: 0x21000000,
- 0x800: 0x1040080,
- 0x1800: 0x21000080,
- 0x2800: 0x80,
- 0x3800: 0x1040000,
- 0x4800: 0x40000,
- 0x5800: 0x20040080,
- 0x6800: 0x21040000,
- 0x7800: 0x20000000,
- 0x8800: 0x20040000,
- 0x9800: 0x0,
- 0xa800: 0x21040080,
- 0xb800: 0x1000080,
- 0xc800: 0x20000080,
- 0xd800: 0x21000000,
- 0xe800: 0x1000000,
- 0xf800: 0x40080,
- 0x10000: 0x40000,
- 0x11000: 0x80,
- 0x12000: 0x20000000,
- 0x13000: 0x21000080,
- 0x14000: 0x1000080,
- 0x15000: 0x21040000,
- 0x16000: 0x20040080,
- 0x17000: 0x1000000,
- 0x18000: 0x21040080,
- 0x19000: 0x21000000,
- 0x1a000: 0x1040000,
- 0x1b000: 0x20040000,
- 0x1c000: 0x40080,
- 0x1d000: 0x20000080,
- 0x1e000: 0x0,
- 0x1f000: 0x1040080,
- 0x10800: 0x21000080,
- 0x11800: 0x1000000,
- 0x12800: 0x1040000,
- 0x13800: 0x20040080,
- 0x14800: 0x20000000,
- 0x15800: 0x1040080,
- 0x16800: 0x80,
- 0x17800: 0x21040000,
- 0x18800: 0x40080,
- 0x19800: 0x21040080,
- 0x1a800: 0x0,
- 0x1b800: 0x21000000,
- 0x1c800: 0x1000080,
- 0x1d800: 0x40000,
- 0x1e800: 0x20040000,
- 0x1f800: 0x20000080
- },
- {
- 0x0: 0x10000008,
- 0x100: 0x2000,
- 0x200: 0x10200000,
- 0x300: 0x10202008,
- 0x400: 0x10002000,
- 0x500: 0x200000,
- 0x600: 0x200008,
- 0x700: 0x10000000,
- 0x800: 0x0,
- 0x900: 0x10002008,
- 0xa00: 0x202000,
- 0xb00: 0x8,
- 0xc00: 0x10200008,
- 0xd00: 0x202008,
- 0xe00: 0x2008,
- 0xf00: 0x10202000,
- 0x80: 0x10200000,
- 0x180: 0x10202008,
- 0x280: 0x8,
- 0x380: 0x200000,
- 0x480: 0x202008,
- 0x580: 0x10000008,
- 0x680: 0x10002000,
- 0x780: 0x2008,
- 0x880: 0x200008,
- 0x980: 0x2000,
- 0xa80: 0x10002008,
- 0xb80: 0x10200008,
- 0xc80: 0x0,
- 0xd80: 0x10202000,
- 0xe80: 0x202000,
- 0xf80: 0x10000000,
- 0x1000: 0x10002000,
- 0x1100: 0x10200008,
- 0x1200: 0x10202008,
- 0x1300: 0x2008,
- 0x1400: 0x200000,
- 0x1500: 0x10000000,
- 0x1600: 0x10000008,
- 0x1700: 0x202000,
- 0x1800: 0x202008,
- 0x1900: 0x0,
- 0x1a00: 0x8,
- 0x1b00: 0x10200000,
- 0x1c00: 0x2000,
- 0x1d00: 0x10002008,
- 0x1e00: 0x10202000,
- 0x1f00: 0x200008,
- 0x1080: 0x8,
- 0x1180: 0x202000,
- 0x1280: 0x200000,
- 0x1380: 0x10000008,
- 0x1480: 0x10002000,
- 0x1580: 0x2008,
- 0x1680: 0x10202008,
- 0x1780: 0x10200000,
- 0x1880: 0x10202000,
- 0x1980: 0x10200008,
- 0x1a80: 0x2000,
- 0x1b80: 0x202008,
- 0x1c80: 0x200008,
- 0x1d80: 0x0,
- 0x1e80: 0x10000000,
- 0x1f80: 0x10002008
- },
- {
- 0x0: 0x100000,
- 0x10: 0x2000401,
- 0x20: 0x400,
- 0x30: 0x100401,
- 0x40: 0x2100401,
- 0x50: 0x0,
- 0x60: 0x1,
- 0x70: 0x2100001,
- 0x80: 0x2000400,
- 0x90: 0x100001,
- 0xa0: 0x2000001,
- 0xb0: 0x2100400,
- 0xc0: 0x2100000,
- 0xd0: 0x401,
- 0xe0: 0x100400,
- 0xf0: 0x2000000,
- 0x8: 0x2100001,
- 0x18: 0x0,
- 0x28: 0x2000401,
- 0x38: 0x2100400,
- 0x48: 0x100000,
- 0x58: 0x2000001,
- 0x68: 0x2000000,
- 0x78: 0x401,
- 0x88: 0x100401,
- 0x98: 0x2000400,
- 0xa8: 0x2100000,
- 0xb8: 0x100001,
- 0xc8: 0x400,
- 0xd8: 0x2100401,
- 0xe8: 0x1,
- 0xf8: 0x100400,
- 0x100: 0x2000000,
- 0x110: 0x100000,
- 0x120: 0x2000401,
- 0x130: 0x2100001,
- 0x140: 0x100001,
- 0x150: 0x2000400,
- 0x160: 0x2100400,
- 0x170: 0x100401,
- 0x180: 0x401,
- 0x190: 0x2100401,
- 0x1a0: 0x100400,
- 0x1b0: 0x1,
- 0x1c0: 0x0,
- 0x1d0: 0x2100000,
- 0x1e0: 0x2000001,
- 0x1f0: 0x400,
- 0x108: 0x100400,
- 0x118: 0x2000401,
- 0x128: 0x2100001,
- 0x138: 0x1,
- 0x148: 0x2000000,
- 0x158: 0x100000,
- 0x168: 0x401,
- 0x178: 0x2100400,
- 0x188: 0x2000001,
- 0x198: 0x2100000,
- 0x1a8: 0x0,
- 0x1b8: 0x2100401,
- 0x1c8: 0x100401,
- 0x1d8: 0x400,
- 0x1e8: 0x2000400,
- 0x1f8: 0x100001
- },
- {
- 0x0: 0x8000820,
- 0x1: 0x20000,
- 0x2: 0x8000000,
- 0x3: 0x20,
- 0x4: 0x20020,
- 0x5: 0x8020820,
- 0x6: 0x8020800,
- 0x7: 0x800,
- 0x8: 0x8020000,
- 0x9: 0x8000800,
- 0xa: 0x20800,
- 0xb: 0x8020020,
- 0xc: 0x820,
- 0xd: 0x0,
- 0xe: 0x8000020,
- 0xf: 0x20820,
- 0x80000000: 0x800,
- 0x80000001: 0x8020820,
- 0x80000002: 0x8000820,
- 0x80000003: 0x8000000,
- 0x80000004: 0x8020000,
- 0x80000005: 0x20800,
- 0x80000006: 0x20820,
- 0x80000007: 0x20,
- 0x80000008: 0x8000020,
- 0x80000009: 0x820,
- 0x8000000a: 0x20020,
- 0x8000000b: 0x8020800,
- 0x8000000c: 0x0,
- 0x8000000d: 0x8020020,
- 0x8000000e: 0x8000800,
- 0x8000000f: 0x20000,
- 0x10: 0x20820,
- 0x11: 0x8020800,
- 0x12: 0x20,
- 0x13: 0x800,
- 0x14: 0x8000800,
- 0x15: 0x8000020,
- 0x16: 0x8020020,
- 0x17: 0x20000,
- 0x18: 0x0,
- 0x19: 0x20020,
- 0x1a: 0x8020000,
- 0x1b: 0x8000820,
- 0x1c: 0x8020820,
- 0x1d: 0x20800,
- 0x1e: 0x820,
- 0x1f: 0x8000000,
- 0x80000010: 0x20000,
- 0x80000011: 0x800,
- 0x80000012: 0x8020020,
- 0x80000013: 0x20820,
- 0x80000014: 0x20,
- 0x80000015: 0x8020000,
- 0x80000016: 0x8000000,
- 0x80000017: 0x8000820,
- 0x80000018: 0x8020820,
- 0x80000019: 0x8000020,
- 0x8000001a: 0x8000800,
- 0x8000001b: 0x0,
- 0x8000001c: 0x20800,
- 0x8000001d: 0x820,
- 0x8000001e: 0x20020,
- 0x8000001f: 0x8020800
- }
- ];
-
- // Masks that select the SBOX input
- var SBOX_MASK = [
- 0xf8000001, 0x1f800000, 0x01f80000, 0x001f8000,
- 0x0001f800, 0x00001f80, 0x000001f8, 0x8000001f
- ];
-
- /**
- * DES block cipher algorithm.
- */
- var DES = C_algo.DES = BlockCipher.extend({
- _doReset: function () {
- // Shortcuts
- var key = this._key;
- var keyWords = key.words;
-
- // Select 56 bits according to PC1
- var keyBits = [];
- for (var i = 0; i < 56; i++) {
- var keyBitPos = PC1[i] - 1;
- keyBits[i] = (keyWords[keyBitPos >>> 5] >>> (31 - keyBitPos % 32)) & 1;
- }
-
- // Assemble 16 subkeys
- var subKeys = this._subKeys = [];
- for (var nSubKey = 0; nSubKey < 16; nSubKey++) {
- // Create subkey
- var subKey = subKeys[nSubKey] = [];
-
- // Shortcut
- var bitShift = BIT_SHIFTS[nSubKey];
-
- // Select 48 bits according to PC2
- for (var i = 0; i < 24; i++) {
- // Select from the left 28 key bits
- subKey[(i / 6) | 0] |= keyBits[((PC2[i] - 1) + bitShift) % 28] << (31 - i % 6);
-
- // Select from the right 28 key bits
- subKey[4 + ((i / 6) | 0)] |= keyBits[28 + (((PC2[i + 24] - 1) + bitShift) % 28)] << (31 - i % 6);
- }
-
- // Since each subkey is applied to an expanded 32-bit input,
- // the subkey can be broken into 8 values scaled to 32-bits,
- // which allows the key to be used without expansion
- subKey[0] = (subKey[0] << 1) | (subKey[0] >>> 31);
- for (var i = 1; i < 7; i++) {
- subKey[i] = subKey[i] >>> ((i - 1) * 4 + 3);
- }
- subKey[7] = (subKey[7] << 5) | (subKey[7] >>> 27);
- }
-
- // Compute inverse subkeys
- var invSubKeys = this._invSubKeys = [];
- for (var i = 0; i < 16; i++) {
- invSubKeys[i] = subKeys[15 - i];
- }
- },
-
- encryptBlock: function (M, offset) {
- this._doCryptBlock(M, offset, this._subKeys);
- },
-
- decryptBlock: function (M, offset) {
- this._doCryptBlock(M, offset, this._invSubKeys);
- },
-
- _doCryptBlock: function (M, offset, subKeys) {
- // Get input
- this._lBlock = M[offset];
- this._rBlock = M[offset + 1];
-
- // Initial permutation
- exchangeLR.call(this, 4, 0x0f0f0f0f);
- exchangeLR.call(this, 16, 0x0000ffff);
- exchangeRL.call(this, 2, 0x33333333);
- exchangeRL.call(this, 8, 0x00ff00ff);
- exchangeLR.call(this, 1, 0x55555555);
-
- // Rounds
- for (var round = 0; round < 16; round++) {
- // Shortcuts
- var subKey = subKeys[round];
- var lBlock = this._lBlock;
- var rBlock = this._rBlock;
-
- // Feistel function
- var f = 0;
- for (var i = 0; i < 8; i++) {
- f |= SBOX_P[i][((rBlock ^ subKey[i]) & SBOX_MASK[i]) >>> 0];
- }
- this._lBlock = rBlock;
- this._rBlock = lBlock ^ f;
- }
-
- // Undo swap from last round
- var t = this._lBlock;
- this._lBlock = this._rBlock;
- this._rBlock = t;
-
- // Final permutation
- exchangeLR.call(this, 1, 0x55555555);
- exchangeRL.call(this, 8, 0x00ff00ff);
- exchangeRL.call(this, 2, 0x33333333);
- exchangeLR.call(this, 16, 0x0000ffff);
- exchangeLR.call(this, 4, 0x0f0f0f0f);
-
- // Set output
- M[offset] = this._lBlock;
- M[offset + 1] = this._rBlock;
- },
-
- keySize: 64/32,
-
- ivSize: 64/32,
-
- blockSize: 64/32
- });
-
- // Swap bits across the left and right words
- function exchangeLR(offset, mask) {
- var t = ((this._lBlock >>> offset) ^ this._rBlock) & mask;
- this._rBlock ^= t;
- this._lBlock ^= t << offset;
- }
-
- function exchangeRL(offset, mask) {
- var t = ((this._rBlock >>> offset) ^ this._lBlock) & mask;
- this._lBlock ^= t;
- this._rBlock ^= t << offset;
- }
-
- /**
- * Shortcut functions to the cipher's object interface.
- *
- * @example
- *
- * var ciphertext = CryptoJS.DES.encrypt(message, key, cfg);
- * var plaintext = CryptoJS.DES.decrypt(ciphertext, key, cfg);
- */
- C.DES = BlockCipher._createHelper(DES);
-
- /**
- * Triple-DES block cipher algorithm.
- */
- var TripleDES = C_algo.TripleDES = BlockCipher.extend({
- _doReset: function () {
- // Shortcuts
- var key = this._key;
- var keyWords = key.words;
-
- // Create DES instances
- this._des1 = DES.createEncryptor(WordArray.create(keyWords.slice(0, 2)));
- this._des2 = DES.createEncryptor(WordArray.create(keyWords.slice(2, 4)));
- this._des3 = DES.createEncryptor(WordArray.create(keyWords.slice(4, 6)));
- },
-
- encryptBlock: function (M, offset) {
- this._des1.encryptBlock(M, offset);
- this._des2.decryptBlock(M, offset);
- this._des3.encryptBlock(M, offset);
- },
-
- decryptBlock: function (M, offset) {
- this._des3.decryptBlock(M, offset);
- this._des2.encryptBlock(M, offset);
- this._des1.decryptBlock(M, offset);
- },
-
- keySize: 192/32,
-
- ivSize: 64/32,
-
- blockSize: 64/32
- });
-
- /**
- * Shortcut functions to the cipher's object interface.
- *
- * @example
- *
- * var ciphertext = CryptoJS.TripleDES.encrypt(message, key, cfg);
- * var plaintext = CryptoJS.TripleDES.decrypt(ciphertext, key, cfg);
- */
- C.TripleDES = BlockCipher._createHelper(TripleDES);
- }());
-
-
- return CryptoJS.TripleDES;
-
-}));
-},{"./cipher-core":52,"./core":53,"./enc-base64":54,"./evpkdf":56,"./md5":61}],84:[function(require,module,exports){
-;(function (root, factory) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- (function (undefined) {
- // Shortcuts
- var C = CryptoJS;
- var C_lib = C.lib;
- var Base = C_lib.Base;
- var X32WordArray = C_lib.WordArray;
-
- /**
- * x64 namespace.
- */
- var C_x64 = C.x64 = {};
-
- /**
- * A 64-bit word.
- */
- var X64Word = C_x64.Word = Base.extend({
- /**
- * Initializes a newly created 64-bit word.
- *
- * @param {number} high The high 32 bits.
- * @param {number} low The low 32 bits.
- *
- * @example
- *
- * var x64Word = CryptoJS.x64.Word.create(0x00010203, 0x04050607);
- */
- init: function (high, low) {
- this.high = high;
- this.low = low;
- }
-
- /**
- * Bitwise NOTs this word.
- *
- * @return {X64Word} A new x64-Word object after negating.
- *
- * @example
- *
- * var negated = x64Word.not();
- */
- // not: function () {
- // var high = ~this.high;
- // var low = ~this.low;
-
- // return X64Word.create(high, low);
- // },
-
- /**
- * Bitwise ANDs this word with the passed word.
- *
- * @param {X64Word} word The x64-Word to AND with this word.
- *
- * @return {X64Word} A new x64-Word object after ANDing.
- *
- * @example
- *
- * var anded = x64Word.and(anotherX64Word);
- */
- // and: function (word) {
- // var high = this.high & word.high;
- // var low = this.low & word.low;
-
- // return X64Word.create(high, low);
- // },
-
- /**
- * Bitwise ORs this word with the passed word.
- *
- * @param {X64Word} word The x64-Word to OR with this word.
- *
- * @return {X64Word} A new x64-Word object after ORing.
- *
- * @example
- *
- * var ored = x64Word.or(anotherX64Word);
- */
- // or: function (word) {
- // var high = this.high | word.high;
- // var low = this.low | word.low;
-
- // return X64Word.create(high, low);
- // },
-
- /**
- * Bitwise XORs this word with the passed word.
- *
- * @param {X64Word} word The x64-Word to XOR with this word.
- *
- * @return {X64Word} A new x64-Word object after XORing.
- *
- * @example
- *
- * var xored = x64Word.xor(anotherX64Word);
- */
- // xor: function (word) {
- // var high = this.high ^ word.high;
- // var low = this.low ^ word.low;
-
- // return X64Word.create(high, low);
- // },
-
- /**
- * Shifts this word n bits to the left.
- *
- * @param {number} n The number of bits to shift.
- *
- * @return {X64Word} A new x64-Word object after shifting.
- *
- * @example
- *
- * var shifted = x64Word.shiftL(25);
- */
- // shiftL: function (n) {
- // if (n < 32) {
- // var high = (this.high << n) | (this.low >>> (32 - n));
- // var low = this.low << n;
- // } else {
- // var high = this.low << (n - 32);
- // var low = 0;
- // }
-
- // return X64Word.create(high, low);
- // },
-
- /**
- * Shifts this word n bits to the right.
- *
- * @param {number} n The number of bits to shift.
- *
- * @return {X64Word} A new x64-Word object after shifting.
- *
- * @example
- *
- * var shifted = x64Word.shiftR(7);
- */
- // shiftR: function (n) {
- // if (n < 32) {
- // var low = (this.low >>> n) | (this.high << (32 - n));
- // var high = this.high >>> n;
- // } else {
- // var low = this.high >>> (n - 32);
- // var high = 0;
- // }
-
- // return X64Word.create(high, low);
- // },
-
- /**
- * Rotates this word n bits to the left.
- *
- * @param {number} n The number of bits to rotate.
- *
- * @return {X64Word} A new x64-Word object after rotating.
- *
- * @example
- *
- * var rotated = x64Word.rotL(25);
- */
- // rotL: function (n) {
- // return this.shiftL(n).or(this.shiftR(64 - n));
- // },
-
- /**
- * Rotates this word n bits to the right.
- *
- * @param {number} n The number of bits to rotate.
- *
- * @return {X64Word} A new x64-Word object after rotating.
- *
- * @example
- *
- * var rotated = x64Word.rotR(7);
- */
- // rotR: function (n) {
- // return this.shiftR(n).or(this.shiftL(64 - n));
- // },
-
- /**
- * Adds this word with the passed word.
- *
- * @param {X64Word} word The x64-Word to add with this word.
- *
- * @return {X64Word} A new x64-Word object after adding.
- *
- * @example
- *
- * var added = x64Word.add(anotherX64Word);
- */
- // add: function (word) {
- // var low = (this.low + word.low) | 0;
- // var carry = (low >>> 0) < (this.low >>> 0) ? 1 : 0;
- // var high = (this.high + word.high + carry) | 0;
-
- // return X64Word.create(high, low);
- // }
- });
-
- /**
- * An array of 64-bit words.
- *
- * @property {Array} words The array of CryptoJS.x64.Word objects.
- * @property {number} sigBytes The number of significant bytes in this word array.
- */
- var X64WordArray = C_x64.WordArray = Base.extend({
- /**
- * Initializes a newly created word array.
- *
- * @param {Array} words (Optional) An array of CryptoJS.x64.Word objects.
- * @param {number} sigBytes (Optional) The number of significant bytes in the words.
- *
- * @example
- *
- * var wordArray = CryptoJS.x64.WordArray.create();
- *
- * var wordArray = CryptoJS.x64.WordArray.create([
- * CryptoJS.x64.Word.create(0x00010203, 0x04050607),
- * CryptoJS.x64.Word.create(0x18191a1b, 0x1c1d1e1f)
- * ]);
- *
- * var wordArray = CryptoJS.x64.WordArray.create([
- * CryptoJS.x64.Word.create(0x00010203, 0x04050607),
- * CryptoJS.x64.Word.create(0x18191a1b, 0x1c1d1e1f)
- * ], 10);
- */
- init: function (words, sigBytes) {
- words = this.words = words || [];
-
- if (sigBytes != undefined) {
- this.sigBytes = sigBytes;
- } else {
- this.sigBytes = words.length * 8;
- }
- },
-
- /**
- * Converts this 64-bit word array to a 32-bit word array.
- *
- * @return {CryptoJS.lib.WordArray} This word array's data as a 32-bit word array.
- *
- * @example
- *
- * var x32WordArray = x64WordArray.toX32();
- */
- toX32: function () {
- // Shortcuts
- var x64Words = this.words;
- var x64WordsLength = x64Words.length;
-
- // Convert
- var x32Words = [];
- for (var i = 0; i < x64WordsLength; i++) {
- var x64Word = x64Words[i];
- x32Words.push(x64Word.high);
- x32Words.push(x64Word.low);
- }
-
- return X32WordArray.create(x32Words, this.sigBytes);
- },
-
- /**
- * Creates a copy of this word array.
- *
- * @return {X64WordArray} The clone.
- *
- * @example
- *
- * var clone = x64WordArray.clone();
- */
- clone: function () {
- var clone = Base.clone.call(this);
-
- // Clone "words" array
- var words = clone.words = this.words.slice(0);
-
- // Clone each X64Word object
- var wordsLength = words.length;
- for (var i = 0; i < wordsLength; i++) {
- words[i] = words[i].clone();
- }
-
- return clone;
- }
- });
- }());
-
-
- return CryptoJS;
-
-}));
-},{"./core":53}],85:[function(require,module,exports){
-/*! https://mths.be/utf8js v2.1.2 by @mathias */
-;(function(root) {
-
- // Detect free variables `exports`
- var freeExports = typeof exports == 'object' && exports;
-
- // Detect free variable `module`
- var freeModule = typeof module == 'object' && module &&
- module.exports == freeExports && module;
-
- // Detect free variable `global`, from Node.js or Browserified code,
- // and use it as `root`
- var freeGlobal = typeof global == 'object' && global;
- if (freeGlobal.global === freeGlobal || freeGlobal.window === freeGlobal) {
- root = freeGlobal;
- }
-
- /*--------------------------------------------------------------------------*/
-
- var stringFromCharCode = String.fromCharCode;
-
- // Taken from https://mths.be/punycode
- function ucs2decode(string) {
- var output = [];
- var counter = 0;
- var length = string.length;
- var value;
- var extra;
- while (counter < length) {
- value = string.charCodeAt(counter++);
- if (value >= 0xD800 && value <= 0xDBFF && counter < length) {
- // high surrogate, and there is a next character
- extra = string.charCodeAt(counter++);
- if ((extra & 0xFC00) == 0xDC00) { // low surrogate
- output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);
- } else {
- // unmatched surrogate; only append this code unit, in case the next
- // code unit is the high surrogate of a surrogate pair
- output.push(value);
- counter--;
- }
- } else {
- output.push(value);
- }
- }
- return output;
- }
-
- // Taken from https://mths.be/punycode
- function ucs2encode(array) {
- var length = array.length;
- var index = -1;
- var value;
- var output = '';
- while (++index < length) {
- value = array[index];
- if (value > 0xFFFF) {
- value -= 0x10000;
- output += stringFromCharCode(value >>> 10 & 0x3FF | 0xD800);
- value = 0xDC00 | value & 0x3FF;
- }
- output += stringFromCharCode(value);
- }
- return output;
- }
-
- function checkScalarValue(codePoint) {
- if (codePoint >= 0xD800 && codePoint <= 0xDFFF) {
- throw Error(
- 'Lone surrogate U+' + codePoint.toString(16).toUpperCase() +
- ' is not a scalar value'
- );
- }
- }
- /*--------------------------------------------------------------------------*/
-
- function createByte(codePoint, shift) {
- return stringFromCharCode(((codePoint >> shift) & 0x3F) | 0x80);
- }
-
- function encodeCodePoint(codePoint) {
- if ((codePoint & 0xFFFFFF80) == 0) { // 1-byte sequence
- return stringFromCharCode(codePoint);
- }
- var symbol = '';
- if ((codePoint & 0xFFFFF800) == 0) { // 2-byte sequence
- symbol = stringFromCharCode(((codePoint >> 6) & 0x1F) | 0xC0);
- }
- else if ((codePoint & 0xFFFF0000) == 0) { // 3-byte sequence
- checkScalarValue(codePoint);
- symbol = stringFromCharCode(((codePoint >> 12) & 0x0F) | 0xE0);
- symbol += createByte(codePoint, 6);
- }
- else if ((codePoint & 0xFFE00000) == 0) { // 4-byte sequence
- symbol = stringFromCharCode(((codePoint >> 18) & 0x07) | 0xF0);
- symbol += createByte(codePoint, 12);
- symbol += createByte(codePoint, 6);
- }
- symbol += stringFromCharCode((codePoint & 0x3F) | 0x80);
- return symbol;
- }
-
- function utf8encode(string) {
- var codePoints = ucs2decode(string);
- var length = codePoints.length;
- var index = -1;
- var codePoint;
- var byteString = '';
- while (++index < length) {
- codePoint = codePoints[index];
- byteString += encodeCodePoint(codePoint);
- }
- return byteString;
- }
-
- /*--------------------------------------------------------------------------*/
-
- function readContinuationByte() {
- if (byteIndex >= byteCount) {
- throw Error('Invalid byte index');
- }
-
- var continuationByte = byteArray[byteIndex] & 0xFF;
- byteIndex++;
-
- if ((continuationByte & 0xC0) == 0x80) {
- return continuationByte & 0x3F;
- }
-
- // If we end up here, it’s not a continuation byte
- throw Error('Invalid continuation byte');
- }
-
- function decodeSymbol() {
- var byte1;
- var byte2;
- var byte3;
- var byte4;
- var codePoint;
-
- if (byteIndex > byteCount) {
- throw Error('Invalid byte index');
- }
-
- if (byteIndex == byteCount) {
- return false;
- }
-
- // Read first byte
- byte1 = byteArray[byteIndex] & 0xFF;
- byteIndex++;
-
- // 1-byte sequence (no continuation bytes)
- if ((byte1 & 0x80) == 0) {
- return byte1;
- }
-
- // 2-byte sequence
- if ((byte1 & 0xE0) == 0xC0) {
- byte2 = readContinuationByte();
- codePoint = ((byte1 & 0x1F) << 6) | byte2;
- if (codePoint >= 0x80) {
- return codePoint;
- } else {
- throw Error('Invalid continuation byte');
- }
- }
-
- // 3-byte sequence (may include unpaired surrogates)
- if ((byte1 & 0xF0) == 0xE0) {
- byte2 = readContinuationByte();
- byte3 = readContinuationByte();
- codePoint = ((byte1 & 0x0F) << 12) | (byte2 << 6) | byte3;
- if (codePoint >= 0x0800) {
- checkScalarValue(codePoint);
- return codePoint;
- } else {
- throw Error('Invalid continuation byte');
- }
- }
-
- // 4-byte sequence
- if ((byte1 & 0xF8) == 0xF0) {
- byte2 = readContinuationByte();
- byte3 = readContinuationByte();
- byte4 = readContinuationByte();
- codePoint = ((byte1 & 0x07) << 0x12) | (byte2 << 0x0C) |
- (byte3 << 0x06) | byte4;
- if (codePoint >= 0x010000 && codePoint <= 0x10FFFF) {
- return codePoint;
- }
- }
-
- throw Error('Invalid UTF-8 detected');
- }
-
- var byteArray;
- var byteCount;
- var byteIndex;
- function utf8decode(byteString) {
- byteArray = ucs2decode(byteString);
- byteCount = byteArray.length;
- byteIndex = 0;
- var codePoints = [];
- var tmp;
- while ((tmp = decodeSymbol()) !== false) {
- codePoints.push(tmp);
- }
- return ucs2encode(codePoints);
- }
-
- /*--------------------------------------------------------------------------*/
-
- var utf8 = {
- 'version': '2.1.2',
- 'encode': utf8encode,
- 'decode': utf8decode
- };
-
- // Some AMD build optimizers, like r.js, check for specific condition patterns
- // like the following:
- if (
- typeof define == 'function' &&
- typeof define.amd == 'object' &&
- define.amd
- ) {
- define(function() {
- return utf8;
- });
- } else if (freeExports && !freeExports.nodeType) {
- if (freeModule) { // in Node.js or RingoJS v0.8.0+
- freeModule.exports = utf8;
- } else { // in Narwhal or RingoJS v0.7.0-
- var object = {};
- var hasOwnProperty = object.hasOwnProperty;
- for (var key in utf8) {
- hasOwnProperty.call(utf8, key) && (freeExports[key] = utf8[key]);
- }
- }
- } else { // in Rhino or a web browser
- root.utf8 = utf8;
- }
-
-}(this));
-
-},{}],86:[function(require,module,exports){
-module.exports = XMLHttpRequest;
-
-},{}],"bignumber.js":[function(require,module,exports){
-'use strict';
-
-module.exports = BigNumber; // jshint ignore:line
-
-
-},{}],"web3":[function(require,module,exports){
-var Web3 = require('./lib/web3');
-// dont override global variable
-if (typeof window !== 'undefined' && typeof window.Web3 === 'undefined') {
- window.Web3 = Web3;
+ info := bindataFileInfo{name: "web3.js", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)}
+ a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xeb, 0xce, 0x25, 0x48, 0xcf, 0xf1, 0x6, 0x4f, 0x4d, 0xd3, 0xc, 0x7b, 0x53, 0x29, 0xe4, 0x53, 0x82, 0xa7, 0x6f, 0xe2, 0x9a, 0x8f, 0xc4, 0x59, 0x8d, 0x2e, 0x56, 0x2b, 0x78, 0xf6, 0x75, 0xcb}}
+ return a, nil
}
-module.exports = Web3;
+// Asset loads and returns the asset for the given name.
+// It returns an error if the asset could not be found or
+// could not be loaded.
+func Asset(name string) ([]byte, error) {
+ canonicalName := strings.Replace(name, "\\", "/", -1)
+ if f, ok := _bindata[canonicalName]; ok {
+ a, err := f()
+ if err != nil {
+ return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
+ }
+ return a.bytes, nil
+ }
+ return nil, fmt.Errorf("Asset %s not found", name)
+}
-},{"./lib/web3":22}]},{},["web3"])
-//# sourceMappingURL=web3-light.js.map
+// AssetString returns the asset contents as a string (instead of a []byte).
+func AssetString(name string) (string, error) {
+ data, err := Asset(name)
+ return string(data), err
+}
+
+// MustAsset is like Asset but panics when Asset would return an error.
+// It simplifies safe initialization of global variables.
+func MustAsset(name string) []byte {
+ a, err := Asset(name)
+ if err != nil {
+ panic("asset: Asset(" + name + "): " + err.Error())
+ }
+
+ return a
+}
+
+// MustAssetString is like AssetString but panics when Asset would return an
+// error. It simplifies safe initialization of global variables.
+func MustAssetString(name string) string {
+ return string(MustAsset(name))
+}
+
+// AssetInfo loads and returns the asset info for the given name.
+// It returns an error if the asset could not be found or
+// could not be loaded.
+func AssetInfo(name string) (os.FileInfo, error) {
+ canonicalName := strings.Replace(name, "\\", "/", -1)
+ if f, ok := _bindata[canonicalName]; ok {
+ a, err := f()
+ if err != nil {
+ return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
+ }
+ return a.info, nil
+ }
+ return nil, fmt.Errorf("AssetInfo %s not found", name)
+}
+
+// AssetDigest returns the digest of the file with the given name. It returns an
+// error if the asset could not be found or the digest could not be loaded.
+func AssetDigest(name string) ([sha256.Size]byte, error) {
+ canonicalName := strings.Replace(name, "\\", "/", -1)
+ if f, ok := _bindata[canonicalName]; ok {
+ a, err := f()
+ if err != nil {
+ return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err)
+ }
+ return a.digest, nil
+ }
+ return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name)
+}
+
+// Digests returns a map of all known files and their checksums.
+func Digests() (map[string][sha256.Size]byte, error) {
+ mp := make(map[string][sha256.Size]byte, len(_bindata))
+ for name := range _bindata {
+ a, err := _bindata[name]()
+ if err != nil {
+ return nil, err
+ }
+ mp[name] = a.digest
+ }
+ return mp, nil
+}
+
+// AssetNames returns the names of the assets.
+func AssetNames() []string {
+ names := make([]string, 0, len(_bindata))
+ for name := range _bindata {
+ names = append(names, name)
+ }
+ return names
+}
+
+// _bindata is a table, holding each asset generator, mapped to its name.
+var _bindata = map[string]func() (*asset, error){
+ "bignumber.js": bignumberJs,
+
+ "web3.js": web3Js,
+}
+
+// AssetDir returns the file names below a certain
+// directory embedded in the file by go-bindata.
+// For example if you run go-bindata on data/... and data contains the
+// following hierarchy:
+// data/
+// foo.txt
+// img/
+// a.png
+// b.png
+// then AssetDir("data") would return []string{"foo.txt", "img"},
+// AssetDir("data/img") would return []string{"a.png", "b.png"},
+// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and
+// AssetDir("") will return []string{"data"}.
+func AssetDir(name string) ([]string, error) {
+ node := _bintree
+ if len(name) != 0 {
+ canonicalName := strings.Replace(name, "\\", "/", -1)
+ pathList := strings.Split(canonicalName, "/")
+ for _, p := range pathList {
+ node = node.Children[p]
+ if node == nil {
+ return nil, fmt.Errorf("Asset %s not found", name)
+ }
+ }
+ }
+ if node.Func != nil {
+ return nil, fmt.Errorf("Asset %s not found", name)
+ }
+ rv := make([]string, 0, len(node.Children))
+ for childName := range node.Children {
+ rv = append(rv, childName)
+ }
+ return rv, nil
+}
+
+type bintree struct {
+ Func func() (*asset, error)
+ Children map[string]*bintree
+}
+
+var _bintree = &bintree{nil, map[string]*bintree{
+ "bignumber.js": {bignumberJs, map[string]*bintree{}},
+ "web3.js": {web3Js, map[string]*bintree{}},
+}}
+
+// RestoreAsset restores an asset under the given directory.
+func RestoreAsset(dir, name string) error {
+ data, err := Asset(name)
+ if err != nil {
+ return err
+ }
+ info, err := AssetInfo(name)
+ if err != nil {
+ return err
+ }
+ err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
+ if err != nil {
+ return err
+ }
+ err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
+ if err != nil {
+ return err
+ }
+ return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
+}
+
+// RestoreAssets restores an asset under the given directory recursively.
+func RestoreAssets(dir, name string) error {
+ children, err := AssetDir(name)
+ // File
+ if err != nil {
+ return RestoreAsset(dir, name)
+ }
+ // Dir
+ for _, child := range children {
+ err = RestoreAssets(dir, filepath.Join(name, child))
+ if err != nil {
+ return err
+ }
+ }
+ return nil
+}
+
+func _filePath(dir, name string) string {
+ canonicalName := strings.Replace(name, "\\", "/", -1)
+ return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...)
+}
\ No newline at end of file