diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/execution.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/execution.pb.cc
index 3558de06f6..d8ba7bbaec 100644
--- a/flyteidl/gen/pb-cpp/flyteidl/core/execution.pb.cc
+++ b/flyteidl/gen/pb-cpp/flyteidl/core/execution.pb.cc
@@ -191,25 +191,26 @@ const char descriptor_table_protodef_flyteidl_2fcore_2fexecution_2eproto[] =
"odeExecution\"\200\001\n\005Phase\022\r\n\tUNDEFINED\020\000\022\n\n"
"\006QUEUED\020\001\022\013\n\007RUNNING\020\002\022\r\n\tSUCCEEDED\020\003\022\013\n"
"\007FAILING\020\004\022\n\n\006FAILED\020\005\022\013\n\007ABORTED\020\006\022\013\n\007S"
- "KIPPED\020\007\022\r\n\tTIMED_OUT\020\010\"h\n\rTaskExecution"
- "\"W\n\005Phase\022\r\n\tUNDEFINED\020\000\022\n\n\006QUEUED\020\001\022\013\n\007"
- "RUNNING\020\002\022\r\n\tSUCCEEDED\020\003\022\013\n\007ABORTED\020\004\022\n\n"
- "\006FAILED\020\005\"\251\001\n\016ExecutionError\022\014\n\004code\030\001 \001"
- "(\t\022\017\n\007message\030\002 \001(\t\022\021\n\terror_uri\030\003 \001(\t\0225"
- "\n\004kind\030\004 \001(\0162\'.flyteidl.core.ExecutionEr"
- "ror.ErrorKind\".\n\tErrorKind\022\013\n\007UNKNOWN\020\000\022"
- "\010\n\004USER\020\001\022\n\n\006SYSTEM\020\002\"\273\001\n\007TaskLog\022\013\n\003uri"
- "\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022<\n\016message_format\030\003"
- " \001(\0162$.flyteidl.core.TaskLog.MessageForm"
- "at\022&\n\003ttl\030\004 \001(\0132\031.google.protobuf.Durati"
- "on\"/\n\rMessageFormat\022\013\n\007UNKNOWN\020\000\022\007\n\003CSV\020"
- "\001\022\010\n\004JSON\020\002B2Z0github.com/lyft/flyteidl/"
- "gen/pb-go/flyteidl/coreb\006proto3"
+ "KIPPED\020\007\022\r\n\tTIMED_OUT\020\010\"\226\001\n\rTaskExecutio"
+ "n\"\204\001\n\005Phase\022\r\n\tUNDEFINED\020\000\022\n\n\006QUEUED\020\001\022\013"
+ "\n\007RUNNING\020\002\022\r\n\tSUCCEEDED\020\003\022\013\n\007ABORTED\020\004\022"
+ "\n\n\006FAILED\020\005\022\020\n\014INITIALIZING\020\006\022\031\n\025WAITING"
+ "_FOR_RESOURCES\020\007\"\251\001\n\016ExecutionError\022\014\n\004c"
+ "ode\030\001 \001(\t\022\017\n\007message\030\002 \001(\t\022\021\n\terror_uri\030"
+ "\003 \001(\t\0225\n\004kind\030\004 \001(\0162\'.flyteidl.core.Exec"
+ "utionError.ErrorKind\".\n\tErrorKind\022\013\n\007UNK"
+ "NOWN\020\000\022\010\n\004USER\020\001\022\n\n\006SYSTEM\020\002\"\273\001\n\007TaskLog"
+ "\022\013\n\003uri\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022<\n\016message_f"
+ "ormat\030\003 \001(\0162$.flyteidl.core.TaskLog.Mess"
+ "ageFormat\022&\n\003ttl\030\004 \001(\0132\031.google.protobuf"
+ ".Duration\"/\n\rMessageFormat\022\013\n\007UNKNOWN\020\000\022"
+ "\007\n\003CSV\020\001\022\010\n\004JSON\020\002B2Z0github.com/lyft/fl"
+ "yteidl/gen/pb-go/flyteidl/coreb\006proto3"
;
::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fcore_2fexecution_2eproto = {
false, InitDefaults_flyteidl_2fcore_2fexecution_2eproto,
descriptor_table_protodef_flyteidl_2fcore_2fexecution_2eproto,
- "flyteidl/core/execution.proto", &assign_descriptors_table_flyteidl_2fcore_2fexecution_2eproto, 911,
+ "flyteidl/core/execution.proto", &assign_descriptors_table_flyteidl_2fcore_2fexecution_2eproto, 958,
};
void AddDescriptors_flyteidl_2fcore_2fexecution_2eproto() {
@@ -306,6 +307,8 @@ bool TaskExecution_Phase_IsValid(int value) {
case 3:
case 4:
case 5:
+ case 6:
+ case 7:
return true;
default:
return false;
@@ -319,6 +322,8 @@ const TaskExecution_Phase TaskExecution::RUNNING;
const TaskExecution_Phase TaskExecution::SUCCEEDED;
const TaskExecution_Phase TaskExecution::ABORTED;
const TaskExecution_Phase TaskExecution::FAILED;
+const TaskExecution_Phase TaskExecution::INITIALIZING;
+const TaskExecution_Phase TaskExecution::WAITING_FOR_RESOURCES;
const TaskExecution_Phase TaskExecution::Phase_MIN;
const TaskExecution_Phase TaskExecution::Phase_MAX;
const int TaskExecution::Phase_ARRAYSIZE;
diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/execution.pb.h b/flyteidl/gen/pb-cpp/flyteidl/core/execution.pb.h
index d210d9d16c..9aaeb67124 100644
--- a/flyteidl/gen/pb-cpp/flyteidl/core/execution.pb.h
+++ b/flyteidl/gen/pb-cpp/flyteidl/core/execution.pb.h
@@ -144,12 +144,14 @@ enum TaskExecution_Phase {
TaskExecution_Phase_SUCCEEDED = 3,
TaskExecution_Phase_ABORTED = 4,
TaskExecution_Phase_FAILED = 5,
+ TaskExecution_Phase_INITIALIZING = 6,
+ TaskExecution_Phase_WAITING_FOR_RESOURCES = 7,
TaskExecution_Phase_TaskExecution_Phase_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
TaskExecution_Phase_TaskExecution_Phase_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
};
bool TaskExecution_Phase_IsValid(int value);
const TaskExecution_Phase TaskExecution_Phase_Phase_MIN = TaskExecution_Phase_UNDEFINED;
-const TaskExecution_Phase TaskExecution_Phase_Phase_MAX = TaskExecution_Phase_FAILED;
+const TaskExecution_Phase TaskExecution_Phase_Phase_MAX = TaskExecution_Phase_WAITING_FOR_RESOURCES;
const int TaskExecution_Phase_Phase_ARRAYSIZE = TaskExecution_Phase_Phase_MAX + 1;
const ::google::protobuf::EnumDescriptor* TaskExecution_Phase_descriptor();
@@ -604,6 +606,10 @@ class TaskExecution final :
TaskExecution_Phase_ABORTED;
static const Phase FAILED =
TaskExecution_Phase_FAILED;
+ static const Phase INITIALIZING =
+ TaskExecution_Phase_INITIALIZING;
+ static const Phase WAITING_FOR_RESOURCES =
+ TaskExecution_Phase_WAITING_FOR_RESOURCES;
static inline bool Phase_IsValid(int value) {
return TaskExecution_Phase_IsValid(value);
}
diff --git a/flyteidl/gen/pb-go/flyteidl/core/execution.pb.go b/flyteidl/gen/pb-go/flyteidl/core/execution.pb.go
index 29a8e5c4e5..11bc4b41eb 100644
--- a/flyteidl/gen/pb-go/flyteidl/core/execution.pb.go
+++ b/flyteidl/gen/pb-go/flyteidl/core/execution.pb.go
@@ -122,6 +122,10 @@ const (
TaskExecution_SUCCEEDED TaskExecution_Phase = 3
TaskExecution_ABORTED TaskExecution_Phase = 4
TaskExecution_FAILED TaskExecution_Phase = 5
+ // To indicate cases where task is initializing, like: ErrImagePull, ContainerCreating, PodInitializing
+ TaskExecution_INITIALIZING TaskExecution_Phase = 6
+ // To address cases, where underlying resource is not available: Backoff error, Resource quota exceeded
+ TaskExecution_WAITING_FOR_RESOURCES TaskExecution_Phase = 7
)
var TaskExecution_Phase_name = map[int32]string{
@@ -131,15 +135,19 @@ var TaskExecution_Phase_name = map[int32]string{
3: "SUCCEEDED",
4: "ABORTED",
5: "FAILED",
+ 6: "INITIALIZING",
+ 7: "WAITING_FOR_RESOURCES",
}
var TaskExecution_Phase_value = map[string]int32{
- "UNDEFINED": 0,
- "QUEUED": 1,
- "RUNNING": 2,
- "SUCCEEDED": 3,
- "ABORTED": 4,
- "FAILED": 5,
+ "UNDEFINED": 0,
+ "QUEUED": 1,
+ "RUNNING": 2,
+ "SUCCEEDED": 3,
+ "ABORTED": 4,
+ "FAILED": 5,
+ "INITIALIZING": 6,
+ "WAITING_FOR_RESOURCES": 7,
}
func (x TaskExecution_Phase) String() string {
@@ -453,38 +461,41 @@ func init() {
func init() { proto.RegisterFile("flyteidl/core/execution.proto", fileDescriptor_1523842fd9084ee4) }
var fileDescriptor_1523842fd9084ee4 = []byte{
- // 522 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x93, 0xdd, 0x8e, 0xd2, 0x40,
- 0x14, 0xc7, 0x77, 0x68, 0x97, 0x8f, 0xb3, 0x29, 0x19, 0xe7, 0x0a, 0x35, 0x9a, 0x4d, 0x63, 0xe2,
- 0x26, 0xc6, 0xa9, 0xc1, 0x4b, 0xaf, 0x76, 0xe9, 0x60, 0x90, 0xa5, 0x60, 0x4b, 0x25, 0x7a, 0x43,
- 0x0a, 0x1d, 0x4a, 0x43, 0x61, 0x36, 0xa5, 0x8d, 0xee, 0x9d, 0x89, 0x6f, 0xe0, 0x9d, 0x6f, 0xe4,
- 0x33, 0xf8, 0x34, 0x66, 0x06, 0x0a, 0xd4, 0x78, 0x63, 0xbc, 0x21, 0x73, 0xce, 0xff, 0x7c, 0xfc,
- 0xfe, 0xa4, 0x07, 0x9e, 0x2c, 0x92, 0xfb, 0x8c, 0xc7, 0x61, 0x62, 0xcd, 0x45, 0xca, 0x2d, 0xfe,
- 0x85, 0xcf, 0xf3, 0x2c, 0x16, 0x1b, 0x7a, 0x97, 0x8a, 0x4c, 0x10, 0xa3, 0x90, 0xa9, 0x94, 0x1f,
- 0x3d, 0x8d, 0x84, 0x88, 0x12, 0x6e, 0x29, 0x71, 0x96, 0x2f, 0xac, 0x30, 0x4f, 0x83, 0x63, 0xb9,
- 0xf9, 0x03, 0xc1, 0x83, 0x89, 0x48, 0x57, 0x8b, 0x44, 0x7c, 0x66, 0xc5, 0x28, 0xf3, 0x1b, 0x82,
- 0xf3, 0xd1, 0x32, 0xd8, 0x72, 0x62, 0x40, 0xc3, 0x77, 0x6c, 0xd6, 0xed, 0x39, 0xcc, 0xc6, 0x67,
- 0x04, 0xa0, 0xfa, 0xde, 0x67, 0x3e, 0xb3, 0x31, 0x22, 0x17, 0x50, 0x73, 0x7d, 0xc7, 0xe9, 0x39,
- 0x6f, 0x71, 0x85, 0x34, 0x01, 0x3c, 0xbf, 0xd3, 0x61, 0xcc, 0x96, 0xb1, 0x26, 0xfb, 0xf6, 0x31,
- 0xb3, 0xb1, 0x2e, 0x6b, 0xbb, 0xd7, 0xbd, 0x5b, 0xa9, 0x9d, 0xcb, 0x21, 0x32, 0x60, 0x36, 0xae,
- 0x4a, 0xe1, 0xfa, 0x66, 0xe8, 0x8e, 0x99, 0x8d, 0x6b, 0xb2, 0x69, 0xdc, 0x1b, 0x30, 0x7b, 0x3a,
- 0xf4, 0xc7, 0xb8, 0x6e, 0x7e, 0x47, 0x60, 0x38, 0x22, 0xe4, 0x47, 0xae, 0xaf, 0xff, 0xcc, 0x55,
- 0xe2, 0xd0, 0x4e, 0x39, 0xf4, 0x13, 0x8e, 0xf3, 0x53, 0x0e, 0x05, 0xe5, 0xf5, 0x7b, 0xa3, 0xd1,
- 0xdf, 0xa0, 0x96, 0x60, 0x8c, 0x83, 0xed, 0xea, 0xc8, 0x34, 0xf9, 0x7f, 0xa4, 0x62, 0x73, 0x09,
- 0xc9, 0xfc, 0x89, 0xa0, 0x79, 0x58, 0xc3, 0xd2, 0x54, 0xa4, 0x84, 0x80, 0x3e, 0x17, 0x21, 0x6f,
- 0xa1, 0x4b, 0x74, 0xd5, 0x70, 0xd5, 0x9b, 0xb4, 0xa0, 0xb6, 0xe6, 0xdb, 0x6d, 0x10, 0xf1, 0x56,
- 0x45, 0xa5, 0x8b, 0x90, 0x3c, 0x86, 0x06, 0x97, 0x6d, 0xd3, 0x3c, 0x8d, 0x5b, 0x9a, 0xd2, 0xea,
- 0x2a, 0xe1, 0xa7, 0x31, 0x79, 0x03, 0xfa, 0x2a, 0xde, 0x84, 0x2d, 0xfd, 0x12, 0x5d, 0x35, 0xdb,
- 0xcf, 0x69, 0xe9, 0xb3, 0xa1, 0xe5, 0xbd, 0x54, 0xfd, 0xf6, 0xe3, 0x4d, 0xe8, 0xaa, 0x26, 0x93,
- 0x42, 0xe3, 0x90, 0x92, 0x06, 0x7c, 0xa7, 0xef, 0x0c, 0x27, 0x0e, 0x3e, 0x23, 0x75, 0xd0, 0x7d,
- 0x8f, 0xb9, 0x18, 0x49, 0x2b, 0xde, 0x47, 0x6f, 0xcc, 0x06, 0xb8, 0x62, 0xfe, 0x42, 0x50, 0x93,
- 0xff, 0xda, 0xad, 0x88, 0x08, 0x06, 0x4d, 0xf2, 0xec, 0x2c, 0xc8, 0xa7, 0x74, 0xb5, 0x09, 0xd6,
- 0x05, 0xbe, 0x7a, 0x93, 0x3e, 0x34, 0xf7, 0x36, 0xa6, 0x0b, 0x91, 0xae, 0x83, 0x4c, 0x19, 0x68,
- 0xb6, 0x9f, 0xfd, 0x01, 0xba, 0x9f, 0x4a, 0x07, 0xbb, 0xe2, 0xae, 0xaa, 0x75, 0x8d, 0xf5, 0x69,
- 0x48, 0x5e, 0x80, 0x96, 0x65, 0x89, 0xb2, 0x7a, 0xd1, 0x7e, 0x48, 0x77, 0x27, 0x41, 0x8b, 0x93,
- 0xa0, 0xf6, 0xfe, 0x24, 0x5c, 0x59, 0x65, 0x5a, 0x60, 0x94, 0x86, 0x95, 0xfd, 0xd5, 0x40, 0xeb,
- 0x78, 0x1f, 0x30, 0x92, 0x46, 0xdf, 0x79, 0x43, 0x07, 0x57, 0x6e, 0xda, 0x9f, 0x5e, 0x45, 0x71,
- 0xb6, 0xcc, 0x67, 0x74, 0x2e, 0xd6, 0x56, 0x72, 0xbf, 0xc8, 0xac, 0xc3, 0x89, 0x46, 0x7c, 0x63,
- 0xdd, 0xcd, 0x5e, 0x46, 0xc2, 0x2a, 0x5d, 0xed, 0xac, 0xaa, 0x96, 0xbf, 0xfe, 0x1d, 0x00, 0x00,
- 0xff, 0xff, 0x6d, 0x96, 0x6c, 0x39, 0xcd, 0x03, 0x00, 0x00,
+ // 563 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0xcd, 0x6e, 0xd3, 0x4c,
+ 0x14, 0x86, 0x3b, 0x89, 0x1b, 0x37, 0xa7, 0x9f, 0xa3, 0xf9, 0x46, 0x42, 0x4a, 0x41, 0xa0, 0xca,
+ 0x42, 0xa2, 0x12, 0xc2, 0x46, 0x61, 0xc9, 0x2a, 0x8d, 0x27, 0x95, 0x49, 0x3b, 0x2e, 0xfe, 0xa1,
+ 0xa2, 0x9b, 0xc8, 0x89, 0x27, 0xae, 0x55, 0x27, 0x53, 0x39, 0x8e, 0xa0, 0x3b, 0x24, 0xb8, 0x02,
+ 0x16, 0x48, 0xdc, 0x11, 0xd7, 0xc0, 0xd5, 0xa0, 0x99, 0xc6, 0x4d, 0x8c, 0xd8, 0x20, 0xb1, 0x89,
+ 0xe6, 0x9c, 0xf7, 0xfc, 0x3c, 0x6f, 0xe4, 0x03, 0x8f, 0x67, 0xf9, 0x6d, 0xc9, 0xb3, 0x24, 0xb7,
+ 0xa7, 0xa2, 0xe0, 0x36, 0xff, 0xc8, 0xa7, 0xab, 0x32, 0x13, 0x0b, 0xeb, 0xa6, 0x10, 0xa5, 0x20,
+ 0x46, 0x25, 0x5b, 0x52, 0x7e, 0xf8, 0x24, 0x15, 0x22, 0xcd, 0xb9, 0xad, 0xc4, 0xc9, 0x6a, 0x66,
+ 0x27, 0xab, 0x22, 0xde, 0x94, 0x9b, 0xdf, 0x11, 0xfc, 0x7f, 0x21, 0x8a, 0xeb, 0x59, 0x2e, 0x3e,
+ 0xd0, 0x6a, 0x94, 0xf9, 0x19, 0xc1, 0xee, 0xf9, 0x55, 0xbc, 0xe4, 0xc4, 0x80, 0x76, 0xc4, 0x1c,
+ 0x3a, 0x74, 0x19, 0x75, 0xf0, 0x0e, 0x01, 0x68, 0xbd, 0x8d, 0x68, 0x44, 0x1d, 0x8c, 0xc8, 0x3e,
+ 0xe8, 0x7e, 0xc4, 0x98, 0xcb, 0x4e, 0x70, 0x83, 0x74, 0x00, 0x82, 0x68, 0x30, 0xa0, 0xd4, 0x91,
+ 0x71, 0x53, 0xf6, 0xad, 0x63, 0xea, 0x60, 0x4d, 0xd6, 0x0e, 0xfb, 0xee, 0xa9, 0xd4, 0x76, 0xe5,
+ 0x10, 0x19, 0x50, 0x07, 0xb7, 0xa4, 0xd0, 0x3f, 0xf6, 0xfc, 0x90, 0x3a, 0x58, 0x97, 0x4d, 0xa1,
+ 0x7b, 0x46, 0x9d, 0xb1, 0x17, 0x85, 0x78, 0xcf, 0xfc, 0x8a, 0xc0, 0x60, 0x22, 0xe1, 0x1b, 0xae,
+ 0x4f, 0x7f, 0xcd, 0x55, 0xe3, 0x68, 0x6e, 0x73, 0x68, 0x5b, 0x1c, 0xbb, 0xdb, 0x1c, 0x0a, 0x2a,
+ 0x18, 0xb9, 0xe7, 0xe7, 0x7f, 0x82, 0xfa, 0x86, 0xc0, 0x08, 0xe3, 0xe5, 0xf5, 0x06, 0xea, 0xcb,
+ 0x3f, 0x80, 0xaa, 0x76, 0xd7, 0xa1, 0x30, 0xfc, 0xe7, 0x32, 0x37, 0x74, 0xfb, 0xa7, 0xee, 0xa5,
+ 0xec, 0x6c, 0x91, 0x03, 0x78, 0x70, 0xd1, 0x77, 0x43, 0x97, 0x9d, 0x8c, 0x87, 0x9e, 0x3f, 0xf6,
+ 0x69, 0xe0, 0x45, 0xfe, 0x80, 0x06, 0x58, 0x37, 0x7f, 0x20, 0xe8, 0xdc, 0x43, 0xd1, 0xa2, 0x10,
+ 0x05, 0x21, 0xa0, 0x4d, 0x45, 0xc2, 0xbb, 0xe8, 0x10, 0x1d, 0xb5, 0x7d, 0xf5, 0x26, 0x5d, 0xd0,
+ 0xe7, 0x7c, 0xb9, 0x8c, 0x53, 0xde, 0x6d, 0xa8, 0x74, 0x15, 0x92, 0x47, 0xd0, 0xe6, 0xb2, 0x6d,
+ 0xbc, 0x2a, 0xb2, 0x6e, 0x53, 0x69, 0x7b, 0x2a, 0x11, 0x15, 0x19, 0x79, 0x0d, 0xda, 0x75, 0xb6,
+ 0x48, 0xba, 0xda, 0x21, 0x3a, 0xea, 0xf4, 0x9e, 0x59, 0xb5, 0xaf, 0xcc, 0xaa, 0xef, 0xb5, 0xd4,
+ 0xef, 0x28, 0x5b, 0x24, 0xbe, 0x6a, 0x32, 0x2d, 0x68, 0xdf, 0xa7, 0xa4, 0xdb, 0x88, 0x8d, 0x98,
+ 0x77, 0xc1, 0xf0, 0x0e, 0xd9, 0x03, 0x2d, 0x0a, 0xa8, 0x8f, 0x91, 0xf4, 0x1d, 0xbc, 0x0f, 0x42,
+ 0x7a, 0x86, 0x1b, 0xe6, 0x4f, 0x04, 0xba, 0xfc, 0x8f, 0x4f, 0x45, 0x4a, 0x30, 0x34, 0x25, 0xcf,
+ 0x9d, 0x05, 0xf9, 0x94, 0xae, 0x16, 0xf1, 0xbc, 0xc2, 0x57, 0x6f, 0x32, 0x82, 0xce, 0xda, 0xc6,
+ 0x78, 0x26, 0x8a, 0x79, 0x5c, 0x2a, 0x03, 0x9d, 0xde, 0xd3, 0xdf, 0x40, 0xd7, 0x53, 0xad, 0xb3,
+ 0xbb, 0xe2, 0xa1, 0xaa, 0xf5, 0x8d, 0xf9, 0x76, 0x48, 0x9e, 0x43, 0xb3, 0x2c, 0x73, 0x65, 0x75,
+ 0xbf, 0x77, 0x60, 0xdd, 0x5d, 0x90, 0x55, 0x5d, 0x90, 0xe5, 0xac, 0x2f, 0xc8, 0x97, 0x55, 0xa6,
+ 0x0d, 0x46, 0x6d, 0x58, 0xdd, 0x9f, 0x0e, 0xcd, 0x41, 0xf0, 0x0e, 0x23, 0x69, 0xf4, 0x4d, 0xe0,
+ 0x31, 0xdc, 0x38, 0xee, 0x5d, 0xbe, 0x4c, 0xb3, 0xf2, 0x6a, 0x35, 0xb1, 0xa6, 0x62, 0x6e, 0xe7,
+ 0xb7, 0xb3, 0xd2, 0xbe, 0xbf, 0xe8, 0x94, 0x2f, 0xec, 0x9b, 0xc9, 0x8b, 0x54, 0xd8, 0xb5, 0x23,
+ 0x9f, 0xb4, 0xd4, 0xf2, 0x57, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0xcb, 0xb8, 0xe5, 0x75, 0xfc,
+ 0x03, 0x00, 0x00,
}
diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json
index 01b42b50ea..f38593492a 100644
--- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json
+++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json
@@ -5020,9 +5020,12 @@
"RUNNING",
"SUCCEEDED",
"ABORTED",
- "FAILED"
+ "FAILED",
+ "INITIALIZING",
+ "WAITING_FOR_RESOURCES"
],
- "default": "UNDEFINED"
+ "default": "UNDEFINED",
+ "title": "- INITIALIZING: To indicate cases where task is initializing, like: ErrImagePull, ContainerCreating, PodInitializing\n - WAITING_FOR_RESOURCES: To address cases, where underlying resource is not available: Backoff error, Resource quota exceeded"
},
"coreTaskLog": {
"type": "object",
diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml
index 2d754ad1e0..73dfad87e0 100644
--- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml
+++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml
@@ -22277,6 +22277,10 @@ definitions:
retry_attempt: 0
coreTaskExecutionPhase:
type: "string"
+ title: "- INITIALIZING: To indicate cases where task is initializing, like: ErrImagePull,\
+ \ ContainerCreating, PodInitializing\n - WAITING_FOR_RESOURCES: To address cases,\
+ \ where underlying resource is not available: Backoff error, Resource quota\
+ \ exceeded"
enum:
- "UNDEFINED"
- "QUEUED"
@@ -22284,6 +22288,8 @@ definitions:
- "SUCCEEDED"
- "ABORTED"
- "FAILED"
+ - "INITIALIZING"
+ - "WAITING_FOR_RESOURCES"
default: "UNDEFINED"
coreTaskLog:
type: "object"
diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_execution_phase.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_execution_phase.go
index 9d52259be1..0dd23b9a2c 100644
--- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_execution_phase.go
+++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_execution_phase.go
@@ -19,4 +19,6 @@ const (
CoreTaskExecutionPhaseSUCCEEDED CoreTaskExecutionPhase = "SUCCEEDED"
CoreTaskExecutionPhaseABORTED CoreTaskExecutionPhase = "ABORTED"
CoreTaskExecutionPhaseFAILED CoreTaskExecutionPhase = "FAILED"
+ CoreTaskExecutionPhaseINITIALIZING CoreTaskExecutionPhase = "INITIALIZING"
+ CoreTaskExecutionPhaseWAITING_FOR_RESOURCES CoreTaskExecutionPhase = "WAITING_FOR_RESOURCES"
)
diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go
index 7f228a42a5..5f371b35fc 100644
--- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go
+++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go
@@ -77,7 +77,7 @@ func (fi bindataFileInfo) Sys() interface{} {
return nil
}
-var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\x7f\x7f\x0a\x5c\xed\x46\x54\x97\x4d\xa9\xda\x9e\xf1\x84\xb7\x26\x26\x6e\xb0\x25\x56\xb5\xa6\x55\x92\xac\x47\xd7\x3a\x2e\x27\x64\x30\x13\x24\x61\x25\x91\x34\x80\x94\x8a\x76\xf4\x77\xbf\x81\x83\x47\x02\xf9\x62\x26\x49\x49\x94\x3a\x67\x63\xdd\x2a\x92\x89\xc4\xf3\xe0\x3c\x7e\xe7\x77\xfe\xf5\x1d\x42\x07\xe2\x11\xcf\x66\x84\x1f\x7c\x44\x07\x7f\x3c\xfa\xe1\x60\xa0\x3e\xa3\x6c\x9a\x1e\x7c\x44\xea\x7b\x84\x0e\x24\x95\x09\x51\xdf\x4f\x93\x95\x24\x34\x4e\x3e\x08\xc2\x1f\x68\x44\x3e\xe0\x78\x41\xd9\xd1\x92\xa7\x32\x85\x07\x11\x3a\x78\x20\x5c\xd0\x94\xa9\x9f\x9b\x3f\x11\x4b\x25\x12\x44\x1e\x7c\x87\xd0\xaf\xd0\xbc\x88\xe6\x64\x41\xc4\xc1\x47\xf4\xff\xe9\x87\xe6\x52\x2e\x6d\x03\xea\x6f\xa1\x7e\xfb\x3f\xf0\xdb\x28\x65\x22\x0b\x7e\x8c\x97\xcb\x84\x46\x58\xd2\x94\x7d\xf8\xbb\x48\x59\xfe\xdb\x25\x4f\xe3\x2c\x6a\xf9\x5b\x2c\xe7\x22\x1f\xe3\x07\xbc\xa4\x1f\x1e\xfe\xf0\x01\x47\x92\x3e\x90\xbb\x04\x67\x2c\x9a\xdf\x2d\x13\xcc\xc4\x87\x7f\xd1\x58\x8d\xf1\xef\x24\x92\xbf\xc2\x3f\xe2\x74\x81\x29\xd3\x7f\x33\xbc\x20\xbf\xba\x76\x10\x3a\x98\x11\xe9\xfd\x13\xa1\x83\x98\x88\x88\xd3\xa5\x34\xb3\x72\x45\x24\xa7\xe4\x81\x20\x39\x27\x48\xbf\x0e\xe9\xd7\x21\xf5\x3a\x64\x67\x4d\x2c\x49\x44\xa7\x94\xc4\x68\xb2\x42\x94\x2d\x33\x89\x38\xf9\x47\x46\x84\x44\x53\x9a\x48\xc2\xc5\x91\x99\x32\x78\x4b\xba\x24\x1c\xc6\x79\x1a\xab\xb7\x7c\x26\x72\x08\x6d\x9f\x41\xd3\x97\x09\x66\xfe\xaf\x39\x11\xcb\x94\x09\x22\x82\xae\x22\x74\xf0\xc7\x1f\x7e\x28\x7c\x54\x1e\xc1\x10\x89\x2c\x8a\x88\x10\xd3\x2c\x41\xb6\x25\xbf\x33\xf0\x10\x2c\x32\x2e\x35\x86\xd0\xc1\xff\xe6\x64\xaa\xda\xf9\x5f\x1f\x62\x32\xa5\x8c\xaa\x76\x85\xde\x4b\x5e\x6f\x83\xa7\x7e\xfd\xae\xea\xef\x5f\xbd\x11\x2d\x31\xc7\x0b\xa2\xa6\xc5\xad\xbe\xfe\xbf\xc2\x58\xd4\x7a\xa9\x97\xe7\x6b\x5a\xec\x78\x61\xb4\xe7\x78\x41\x50\x3a\x85\xe5\x32\x4f\xc0\xdf\x9c\x88\x34\xe3\x11\x41\x13\x92\xa4\x6c\x26\x90\x4c\x4b\x73\x40\xa1\x05\xb5\xd5\x8a\xdf\xa8\xa5\xa4\x9c\xa8\xb5\x92\x3c\x23\x85\x6f\xe5\x6a\x09\x9d\x14\x92\x53\x36\xf3\xa7\xe2\xd7\x41\xab\xa1\xe9\x1d\xda\x61\x64\xfa\x81\xda\x81\x8d\xd9\xd0\xfe\x24\xc2\x0c\x4d\x08\x52\xe7\x92\xc6\x84\x93\x18\x61\x81\x30\x12\xd9\x44\x10\x89\x1e\xa9\x9c\x53\xa6\xfe\xad\xb7\x6f\x64\xe7\x6c\x7f\xe6\x06\xfe\x6c\x9e\x99\x5b\x41\xb8\xea\xf8\x03\x8d\x49\x8c\x1e\x70\x92\x11\x34\x4d\x79\x30\x3d\x47\x63\x76\x33\x57\xf3\xb0\x98\x50\x06\x27\x4f\xcd\xa5\xdd\x21\xbf\xb7\xd3\xf5\x7b\xa4\xde\x87\x32\x46\xff\x91\x91\x64\x85\x68\x4c\x98\x54\xe7\x5a\x14\x5b\xfb\x7d\x0a\xef\xc7\x09\x3a\x44\x6a\x9e\x09\x97\x30\xdf\x29\x93\xe4\x9b\x14\xe8\x10\x25\xf4\x9e\xa0\x77\x67\x54\x48\x34\xbc\x3c\x7d\x37\x40\xef\xce\x72\xc1\x21\xde\x3d\xc3\x0c\xbb\xbf\xff\xc7\x3b\x7a\x12\xcf\x8a\x87\xee\x60\xa8\x4e\xf3\xb5\xbe\x26\xf2\x16\xfe\xe7\x3b\xbf\x1d\xb3\x5e\xcd\xb2\x37\x17\xbc\x46\xea\x76\x91\xb5\x9f\x88\x8c\xe6\x6b\x04\xad\xd8\x52\xd2\xaa\xe5\x28\x8a\x5a\xf1\xba\x64\xad\x1a\xc2\x53\xcb\xdb\x6d\x84\x2d\x96\x70\x0a\x30\x65\xfa\xd0\xb8\x33\x14\xae\x0c\x7a\x39\xb1\xb2\x8d\xbc\xf5\x46\xe3\x89\x5c\x2b\x49\xbd\x99\xd8\x93\xb1\x26\x74\x41\xd7\xad\xe3\x29\x8b\x95\xda\x65\x84\x1c\xcb\x16\x13\xc2\xd5\xd0\xad\xb8\x83\x11\x4e\x94\xf8\x93\x19\x67\x24\xae\x19\xda\x3f\x32\xc2\x57\x0d\x63\x9b\xe2\x44\xd4\x0d\x8e\x32\x49\x94\x5e\x5b\xf8\x7a\x9a\xf2\x05\x96\xe6\x07\xff\xf1\xef\x5d\x07\x2f\xd3\x7b\xb2\x6e\x9d\x4f\xf5\xaa\x45\x58\xc0\x72\x2f\xb2\x44\xd2\x65\x42\xd0\x12\xcf\x88\x30\xb3\x90\x25\x52\x0c\xe0\x67\x4a\x97\x26\xfc\xd0\xdd\x36\xf0\x06\x7b\xcb\x66\x02\x3e\x41\x53\x27\xc8\x18\xf9\x26\xa1\xa5\x31\x83\x7b\x16\xa6\xc8\xbf\x3d\x9e\x60\x2a\x37\xdb\x27\x22\xe5\xf2\x6e\xb2\x3a\xba\x27\xa5\xf7\xd6\xee\x16\xcc\x10\x96\x92\xd3\x49\x26\x89\x1a\xb7\x6a\xc3\xde\x93\x20\xfa\xf4\x65\x2c\xd4\xe5\x7b\x71\x72\xf1\xfd\x3d\x96\x3c\x9d\x61\xf6\xfe\x23\x1a\xc6\x31\xd2\x1d\x55\xbf\xa1\xb1\xbe\x92\xe7\x84\x93\x23\x74\x33\xa7\x02\x89\x79\x9a\x25\x31\x62\xe4\x81\x70\x35\xb7\x64\xb1\x94\xab\xbd\x9b\xad\x98\x72\x12\xc1\xc4\x74\x39\x61\xee\x29\x35\x69\xca\xe8\x59\xe9\xa9\xbb\x27\x2b\x50\x5c\xca\xd3\xf7\x0c\xfb\xa5\xf0\x2d\x61\xd9\xa2\x70\x57\xc0\xe7\x27\xa3\xeb\xe3\xd1\xf9\xc9\xe9\xf9\xe7\xc2\x13\x4a\x8d\x70\x5f\x05\xdf\xfc\x4f\x69\x6e\xa6\x38\x4b\xe0\x54\x7b\xad\x3d\x9b\xe2\x12\xcd\x69\x12\x73\xc2\x3e\x48\x2c\xee\xef\xc8\x37\x12\x65\xfa\x9e\xfd\x57\xf8\xc1\x9d\xd2\x3e\xd3\x98\x84\x9f\x04\xff\xc8\xd5\x9d\xce\x8f\x3a\xab\xb4\xf3\x93\x60\xc3\xb6\x7b\x0e\x3e\xa1\x71\xe5\xaf\xe1\x93\x35\x63\xb0\xbf\x69\xe8\xac\xfd\x49\x6d\xaf\xec\x0f\x8c\x02\x57\xf9\x1b\x4e\x24\x5f\xdd\x61\x29\xd5\x29\xdf\x40\x67\x84\x25\x45\x6a\xb4\x28\x5f\x4f\xa3\x3e\x6a\x45\x11\x64\xb7\xd3\x1c\x55\x0f\xf2\x5f\xae\xd3\x17\xcf\xd3\x98\x8c\x5c\xb3\x9f\x52\x7e\x83\xc5\xfd\x6b\xd0\x19\x83\x8e\x3f\x87\xda\xb8\xe9\x01\x7a\x73\x46\xfd\x86\xe2\xa0\x77\x01\x6c\x3f\x93\x6d\x1d\x06\x29\x47\x62\x25\x24\x59\xac\x75\x1d\xbc\x9e\x89\x30\xf2\x7e\x5f\x3b\x5c\xb8\x72\x7e\x03\xa7\x3e\xbc\x40\xfb\xe3\xdd\x61\xca\x76\xe5\xf8\xdb\xf7\x71\xda\x10\x4c\xf3\x50\xaf\xed\xf2\xd9\x80\x83\xd9\x27\x7b\x3f\xcc\x40\xb5\xdb\x75\x27\x9f\xc8\x6b\x50\xbb\x56\x76\xb6\xef\xa0\x03\x6b\x4c\xbe\xd0\x75\xec\xce\x9f\x7a\xd4\x77\xae\x68\x8f\x99\x54\x36\xaf\xf1\x2d\x11\x8e\xa2\x94\x6b\x55\x30\x6e\x10\x6f\xcf\x67\xf4\xdd\x9e\x5f\x5f\x8e\x8e\x4f\x3f\x9d\x8e\x4e\xca\x56\xdf\xcd\xf0\xfa\xe7\xf2\xa7\x5f\x2f\xae\x7e\xfe\x74\x76\xf1\xb5\xfc\xcd\xd9\xf0\xf6\xfc\xf8\xa7\xbb\xcb\xb3\xe1\x79\x6b\x3b\xd1\xef\x40\xc7\xd5\xec\x1d\x60\xbb\x74\x80\x0d\xde\xae\x07\xcc\x44\x0f\xda\x7b\xbf\x50\x42\x85\x54\x13\x64\x9e\x44\x4b\x2c\x84\xbe\x7f\x75\x0f\x8e\xc6\xec\x4b\xca\x09\xa2\x6c\x9a\xa2\x14\x82\x43\x42\xf2\x2c\x92\x94\xcd\xdc\x43\x1f\xd1\x38\xfb\xe1\x87\x7f\x8b\xce\x28\xbb\x87\xbf\xc8\x3e\x4e\x4e\xef\x1e\xdc\x64\xb6\x7a\xf7\xa0\xff\xdd\xeb\x70\x0f\xc6\x58\xe2\x0f\xbe\x57\xf0\x69\xf0\x24\x3a\x72\x89\x59\x8c\xd2\x4c\xaa\x3f\xd5\x7b\xd1\x94\xa7\x0b\x75\x6e\xc8\x37\x2a\x40\x4a\x3c\xa6\xfc\x7e\x9a\xa4\x8f\xed\xbc\x55\x9f\x89\x74\xfe\x9e\x13\x2c\xf1\x6b\x70\x52\x7d\x35\x23\x74\x1d\xff\x4c\xa4\xea\xfb\x95\x79\x4b\x0f\x2d\xe9\xa1\x25\x2f\x0b\x2d\xd9\x2b\x4f\xd1\xd3\xcb\xbe\xd0\xad\xa4\x05\x60\x4d\xd4\xa3\x36\xa8\x51\x13\xb3\xf0\x42\x12\x4f\x29\x34\xc3\x40\xc0\x1a\x81\x19\x38\xc9\x5f\x8b\xd0\x0c\x3a\xfd\xfc\x02\xf3\x37\xe1\xc3\xef\x5d\xf4\x1b\x4e\xd4\xab\x94\xab\x2d\xaf\x8c\x67\x73\xb0\x3f\xbd\x9c\x2f\x85\xbf\xbb\xc4\xbb\x3b\x04\xb8\x5b\x47\xb4\xd7\x84\xb0\x2b\x63\xd6\x55\x41\xea\x72\x54\xba\x32\x0c\xbd\x55\xdc\xb9\xeb\x95\xd4\x3e\xe2\xfc\x99\xc8\x1b\x2c\xee\x5f\xdd\x95\x14\x74\xfa\xf9\xaf\xa4\xdf\x68\xa0\xb9\x8f\x2c\x3f\xe1\xd4\xbd\xf5\x8b\x6c\x7f\x63\xc7\xbf\x81\x60\x71\x1f\x1d\xee\x34\x47\x6f\x2b\x1c\xfc\x56\xe3\xbf\xaf\x33\xe0\xdb\x47\x78\xf7\x37\xc2\xfb\xa4\x76\x10\x79\x20\x4c\x0a\xf0\x78\xf9\xea\xf4\xc1\x32\x15\xcd\xea\xff\x31\x27\x58\x12\x84\x0b\xae\x26\x04\x0d\x22\x4e\xa2\x94\xc7\x4a\xed\xc7\x68\x39\xc7\x82\x20\xc9\x31\x13\x74\x9d\xea\xaf\x5b\x05\xdf\x8e\x6a\xe7\x35\x68\xfd\x81\x23\x0a\x7a\xfd\x5c\x3a\xff\x24\x8d\x4b\x47\x43\x9f\x9a\xaa\x6f\x9a\xc5\xcb\xce\x86\x0e\x79\x68\x6d\x46\xfe\x84\xbb\x59\x89\xb2\x0d\x77\x73\x68\xa5\xee\x64\x37\x83\x59\xf8\x5a\x76\x73\x60\xc3\xfe\xb6\x76\x73\xd5\xd0\xf7\x61\x37\xdb\x00\xe8\x86\x3b\xba\x1c\x3f\xdd\xc9\xae\x76\x41\xcb\xd7\xb2\xb3\x4b\x51\xd6\xdf\xd6\xee\xae\x1b\xfe\xcb\xee\x70\xe7\x7b\xdd\xd5\xde\x5e\xbf\x71\xdd\x04\xbc\x86\x4d\xeb\x3a\xab\xfb\xfe\x9b\xd9\xad\xa5\x71\xef\xc9\x36\xfd\xc0\x89\xce\xa9\xea\xb4\x5f\xaf\xcc\x43\x9d\x77\xac\x7d\xb0\xdf\xb3\xaf\x69\xcf\xda\x55\xdb\x9f\x5d\x5b\x87\xe0\xea\x9e\x67\xd8\x00\xcb\x12\x68\x81\x65\x34\x57\x5f\xea\x90\x50\x4b\x32\x8a\x3c\xb1\xf0\x55\xed\xee\xe7\xc8\x26\x7c\xdb\xce\xdf\xde\xe9\xfb\x1b\x24\xfd\xd9\x1b\x84\x72\x9f\x15\xb1\xc3\xac\x08\x2a\xfa\xac\x88\x3e\x2b\xa2\xed\x04\xf5\x59\x11\x7d\x56\x84\xf7\xdd\xeb\xc8\x8a\x78\xfa\x84\x88\xdd\x64\x3d\xbc\x2a\x25\xba\x57\xa0\x7b\x05\xba\x4f\x6d\x70\x43\xdb\x95\x00\xb3\x4f\x1f\xc4\x24\x21\x92\x34\x8a\x9f\x1b\xc2\x17\xca\x36\x08\x08\x7e\x2b\x82\x06\x39\x77\x90\xdb\x41\xe0\xde\x68\x92\x4b\xae\xed\xd7\x29\x9d\x5c\xf7\xfb\x4c\xac\x5e\x5c\xf5\xe2\x6a\x93\xa1\xed\x8f\x57\xd6\x3b\xcc\x2f\xea\x96\xf5\xe8\x82\xef\x68\xbc\x1b\xc6\x60\xa7\x36\xfa\x7c\xc1\xf9\x54\x04\x94\xad\x9b\x39\x69\x73\xf2\xdd\xd3\xf8\x55\xf8\x69\x95\x1c\x89\x47\x4c\x52\xb9\x72\x28\x35\xde\x13\x07\xf7\xc4\xc1\xed\xc7\xda\x7b\x08\x77\xe8\x21\xec\x89\x83\x7b\x1f\x58\xef\x03\x7b\xe5\x3e\x30\xbf\xd4\xc1\x46\x88\x1d\x16\x23\x4e\x66\x54\x48\xc2\x11\xae\xd1\x56\xd6\x43\x78\x5e\x6b\x8d\x98\xd6\x80\x08\xff\xb5\x07\xff\xde\xa2\xfb\x57\xe6\x7a\x81\x33\x30\xc1\xb1\x2b\x08\x01\x3a\xc5\x02\xaf\xd0\x1c\x3f\x10\x34\xc5\x34\xd1\x16\x83\x11\x1b\x0d\x23\x6c\xea\xd0\xff\xe9\xd6\x21\x1c\x76\x87\x93\x29\xe1\x84\x45\x5a\x0c\x6a\xad\x20\xc2\x09\x22\xa0\xad\xe9\xdf\xcc\x95\xfd\x96\x70\x82\xe3\x15\x9a\x10\xc2\xdc\xb6\xa9\xb8\x42\x6b\xfa\xbc\x13\x6d\xee\xc5\xed\x97\xf2\xee\xd9\x17\xeb\xe5\x49\x60\x25\xd5\x22\x61\x7b\xab\x45\xfc\xf1\x75\x89\x8a\x1e\x5d\xd2\x7b\x9b\x5e\xde\xdb\xd4\xa3\x4b\x7a\xdb\x71\x0f\x6c\xc7\x1e\x5d\xd2\xa3\x4b\x7a\xcb\xba\xf5\x6c\xf5\x96\xb5\xff\xdd\xeb\xb3\xac\x77\x8c\x2f\x79\x2e\x0d\xbb\x57\xb0\xed\xef\x7a\x05\xbb\x57\xb0\xdf\xa8\x82\xbd\x1f\x33\xdc\x6b\xd7\xbd\x76\xdd\x6b\xd7\xbd\x76\xdd\x6b\xd7\xbd\x76\x6d\x9e\xda\xa5\x76\x0d\x7f\x59\x9a\xcc\xad\xa1\xdc\xdd\xa3\x5c\x9f\x89\x7c\xad\x21\xae\x5e\xa5\xee\x55\xea\xfd\x56\xa9\xf7\x66\x40\x6f\x8f\xf6\xae\x27\x8e\x2b\xdd\x8f\x6f\x81\x38\xce\x3e\x7d\xb0\xcc\x9a\xaf\xbf\xdb\x65\x6c\xf3\x08\x84\xc4\x32\x03\x4b\xa3\xc5\x55\x88\x86\x12\x2d\x52\xa5\x77\x33\x12\xfc\xc6\xee\x79\x0d\x22\x98\xd1\x07\xc2\x90\xc5\xcb\x0e\x8c\x64\x1b\x80\xf1\xfb\xab\x15\x70\x26\x81\x01\x4b\x84\x91\xa4\x0b\x72\x84\x4e\xa7\x7a\x03\x45\x38\x49\x90\x20\x52\x14\x90\x27\x4a\x21\x33\x0f\xb1\x38\xef\xab\x7d\x37\xcd\x81\x08\xfa\x67\x03\x7b\xfe\xb2\x44\xea\xd3\x68\x1b\x7f\xa4\x49\xa2\xfa\x60\x36\x2d\x08\x9f\x05\xe1\x89\x7d\x32\x78\xad\xfd\xf1\x02\xc7\xca\x9a\xf0\xba\x90\x67\x5a\xf8\xbf\x07\x31\x4f\x85\x83\x52\x04\xcf\xeb\xa7\x8f\x90\xb1\xfb\x34\xc1\x53\xab\x6e\xcc\x71\xac\xc4\x7e\x34\x27\x71\x96\x10\x84\x85\x48\x23\x8a\x25\x89\x11\xd5\xd7\x02\xa2\xd2\x5a\x89\xf6\x47\xf6\xd5\x31\x15\x78\x92\x90\xd8\xcc\x31\xc9\x91\x1d\x8d\x3d\xa7\x02\x4d\x88\x9a\x62\x75\xf3\x84\xb3\x3f\xd7\x97\x52\x45\x6f\xbc\xae\x90\x72\x4f\x08\xd3\x1d\x69\x50\xaa\xf4\xe6\x7c\xad\x7a\x95\xee\x7d\x9f\x87\xd2\x6b\x59\xbd\x96\xd5\x69\x40\x6f\x4a\xcb\xda\x23\x34\x9a\x15\x48\x2f\x8a\x46\x83\x98\x95\x92\xfc\x77\xce\x29\x25\x36\xb3\xd7\x9d\xdf\xef\x8b\x6d\x72\xe8\x5a\x3c\x4e\xd9\x94\xce\x32\x6e\x1c\xf0\x13\x75\x62\xd7\x06\xc6\x2a\xda\x79\x15\x37\x4e\x75\xd7\x9f\xeb\xe2\xe9\x62\x43\xa0\x43\xa4\xb4\xeb\xbb\xab\xd1\xf5\xc5\xed\xd5\xf1\xe8\x23\x1a\x2e\x97\x09\xd5\x8e\xfd\x28\x13\x32\x5d\xd0\x7f\xaa\x61\x68\x52\x57\x27\xb9\x8d\x1a\x22\x40\xe1\x80\x48\x82\x38\x1a\x33\x74\x88\x8e\xcf\x6e\xaf\x6f\x46\x57\x35\x0d\x9a\x4d\x00\xa5\x4c\xc8\x62\x99\x80\x56\x72\x9f\x4d\x08\x67\x44\x12\x81\xa2\x24\x03\x58\xb3\x8b\x2f\xe8\x46\x47\xff\x77\x74\x7c\x7b\x73\x7a\x71\x7e\xf7\x97\xdb\xd1\xed\xe8\x23\xb2\xbb\x49\x35\xab\xfa\xa5\x7a\x11\xaf\x18\x5e\x28\xf3\x27\x64\x9f\xfd\x47\x46\x32\x50\x82\xe8\x8c\x2d\x08\x93\xc5\x16\x6d\x87\xcf\x86\x3f\x8e\xce\xc2\x96\xe7\x04\xfd\xfc\xe7\xbc\x53\x09\x9e\x90\xc4\x04\x3c\xc0\x9f\xaf\x04\x76\xfe\x22\x13\x09\xc9\x4a\x62\xf2\xb9\x6d\xa9\x60\x41\xcb\xd6\x51\x71\x85\xca\xbf\x28\x4c\x77\xd3\x0f\x82\xd9\x6b\x6d\x6c\x85\x3d\x7c\x36\x49\xa7\x0e\x48\x7c\x07\x08\x69\x4a\xc4\x87\x7f\x05\x07\xe5\xd7\x27\x63\xa4\x40\x5e\x1a\x9d\x91\x7c\xeb\x8a\xc9\xe5\x0f\xbc\x06\x79\xe7\x77\xf7\x25\x65\xdb\x8e\xf4\x89\xfd\x72\x59\x74\xd7\xd6\x7a\xab\xa3\xb7\x3a\xaa\x67\xa6\x87\x4b\xd4\xcc\xf0\xae\xae\x9d\x4d\xbc\x7c\x53\x4a\x92\x58\x94\xdc\x34\xc1\xb5\xb1\xd6\x25\xf3\x7a\x6f\x8c\xe7\x75\xca\x74\xd1\x8d\xaf\x9c\xff\xdc\x38\xd4\xd5\x6a\x2d\x88\xc4\x50\x9b\x4f\xa6\x28\x83\xae\xf7\xb7\x50\x79\x9a\xfb\x5b\xa8\xbf\x85\x6a\x67\xa6\xbf\x85\x5e\xb1\xf3\xaa\x42\x72\xbf\xa8\xf7\x6a\x9d\x4d\xb7\x15\x31\x4c\x85\x6b\xab\x6c\xcb\x09\x24\xe6\x98\xeb\x12\x20\x51\xba\x58\xa4\xcc\x8b\xbc\xae\x96\x64\x80\x5c\xb0\x0d\xdc\x14\xd0\x8d\x75\x9e\xaf\xfc\x35\xf4\x75\xf8\xbc\xbc\x79\x79\x0e\x54\x78\x6f\x07\xae\x99\xa0\x9e\x41\xa7\x67\xd0\xe9\x71\xda\x3d\x83\x4e\xf3\x6e\xe9\x91\xc8\x3d\x12\xd9\xff\xee\x75\x20\x91\xc3\xaa\xd3\x1a\x8c\x5c\x55\xa6\xfd\xd7\xf2\x37\xbe\x4b\xbf\x54\xa4\xdb\x78\xfa\x75\x05\xeb\xed\x31\xcb\x61\x51\xcf\x75\x2e\x7f\xbf\x0c\xe4\x9e\x2b\x7c\xd3\x64\x25\x09\x8d\x93\x72\xfd\xca\x67\xc0\xd4\xfc\x56\xea\xf1\xf7\xd5\xf7\x37\x99\xa8\xb7\x4a\x01\xfb\xac\x95\xf5\x9f\x57\x78\x5b\x9a\xec\xbb\x1a\x11\x5e\xfd\xbd\x13\xe4\xd5\x5f\x6f\x9b\xe0\x1d\xca\xee\x4d\x13\xbb\x03\xd9\xf8\x3a\xcc\x78\xbf\xc7\xcf\x61\xc8\x37\xae\xfe\x9b\x93\xeb\x4d\x7b\xb9\x97\xee\x2d\xa7\xeb\xad\xca\xf8\xde\xd0\xdf\xa5\xa1\x3f\x78\xbb\x96\x7e\x9f\x90\xdd\x30\x39\xbd\x1b\x64\x93\xd9\xea\xdd\x20\xfe\x77\xaf\xc3\x0d\x62\xee\xea\x3b\x7d\xd5\x7b\xe8\xed\x0f\xff\xca\xff\xf6\x14\x69\xef\xc3\x8a\x58\x58\x07\xc4\x8a\xc5\x05\x93\x38\x57\x3f\xf2\xc6\x2b\x90\x2c\xa6\x0f\x87\x56\x29\xc9\xa3\xba\x6b\x81\x2d\x97\xfa\xd1\x13\x78\xf2\x75\xc1\xc0\x6b\xba\xfe\xbc\x80\x97\xf2\x4e\x58\xa7\x3a\x41\x2c\xdd\xe9\xd3\x54\xc3\x9c\x1f\xe7\x14\xae\x49\xe0\x39\x81\xab\xc4\x5b\x70\x9b\x40\x86\x01\xe9\x5d\xa7\x73\x3c\xb7\x3a\x55\xda\xee\xed\x06\x6e\xf6\xe8\xeb\x1d\xf7\x8b\x43\x04\xd6\xec\xfb\x17\x85\x0b\x34\xc8\xcc\xdd\x20\x05\x9e\x4f\x3e\x7e\x26\xf2\xed\x09\xc7\xcf\x44\x3e\x97\x64\xdc\x54\x1c\x36\x8a\x84\x9c\x96\x7d\x4f\xa4\xc1\x66\xa2\xef\x75\x8d\xb1\x4f\x78\xea\x13\x9e\x7e\xeb\x09\x4f\xf6\xe9\x36\xd5\x2a\x4f\xe0\x27\xcf\x78\x55\xe9\x17\xbe\xbd\xdb\x4a\x8f\xab\xbf\xb0\xfa\x0b\xab\xdb\x18\xf7\x55\x45\xb7\xfb\x79\x1f\x54\xf4\x4e\x39\xe8\x3a\x7a\x97\x97\xb7\xb1\xdb\x7f\x6d\x84\xee\xd2\xbe\xec\xf5\x08\x21\xd1\x55\xce\x6c\x95\xc7\xb4\xae\x28\xd5\x55\x5e\x89\xaa\x22\x76\x54\x9c\x72\xfb\xeb\xcb\x92\x28\xdb\xf7\x59\xb7\x3d\x7f\x2e\x61\xbf\x2f\x22\x22\x1f\xf7\x8b\x0a\x05\xa5\xe3\x16\x21\x5f\x21\x92\xe0\xae\x11\x04\xb6\xe6\xb7\x41\xa6\x77\xf3\x4f\x0b\x40\xb1\xf0\x3b\x03\x1d\x83\xaf\xa1\xcb\xc5\x7e\xd8\x0f\xfd\x17\xda\xcf\xf2\x96\xed\x27\x96\x3e\x13\x3e\xe4\x44\xf2\xd5\x1d\x96\xca\x8e\x90\xdb\xa3\xd3\x42\xab\x61\x0d\x3a\xed\x06\x8b\xfb\x57\x89\x4e\x0b\x3b\xfe\xc4\x67\xb6\xf5\x9e\x7c\x73\xb8\x86\xb6\x27\xac\xc7\x38\x6c\x30\x75\x6f\x15\xef\xd0\x24\x42\xf7\xa6\x87\x05\x29\xfe\x16\x4f\x6e\x78\x27\xf5\x47\xb4\x69\x8e\xde\x1c\xb5\x5b\x41\xd5\x58\x33\xb6\x57\x42\xf1\x56\xd4\x96\x76\xdd\xab\xa7\x81\x40\x79\xab\xd1\xd3\x00\xbf\x51\x1a\xe0\x76\xc6\x4d\x6b\xcb\xa6\xad\x59\xd3\xce\xa6\xa9\x37\x68\xb6\x40\x52\x87\x76\xc6\xa6\x48\xea\x40\x8f\x7f\x15\xde\x9a\xa0\xc7\xcf\x81\xa4\xfe\x8d\x9a\x1e\xbd\xdd\xf1\x24\xf3\xf6\x56\x8d\x8e\x3d\xb7\x38\x7a\x0c\xf8\x2e\x31\xe0\x3d\x04\xbc\x87\x80\xb7\x9d\xa0\x1e\x02\xde\x43\xc0\xbd\xef\x5e\x07\x04\xdc\xd8\x8b\xdb\xa2\x17\xab\x54\xf6\x5c\xa1\x0d\x18\x53\x36\x57\xdf\x4f\xe3\x57\xa1\xb7\x7b\x44\x46\xce\xb2\xe6\xcf\xa1\xbf\xf7\x8c\x3d\x3d\x63\x4f\xaf\xc4\xfd\x96\x94\xb8\x5e\x4f\xd9\x64\xb6\x7a\x3d\xc5\xff\xee\xf5\xe8\x29\x01\xa0\x6b\x2d\xae\xe8\x98\x13\x2c\x75\x3d\x2b\x9e\x43\x8c\x0a\x9a\x49\x93\xda\xa1\x1b\x50\x8a\xc7\x6b\xd0\x3a\x54\x3f\x75\x8f\x5b\x00\x8c\xfc\x17\x1e\xfc\x7b\x8b\x8e\x5f\x99\x4b\x04\x76\xfa\x04\xc7\xae\x8a\x18\x68\x0e\x0b\xbc\x42\x73\xfc\x40\xd0\x14\xd3\x44\xfb\x6f\x8c\x70\x68\x18\x5b\x53\x87\xfe\x4f\xb7\x0e\xe1\xb0\x3b\x39\x5a\x53\x09\x3b\x7d\xf7\x47\x38\x41\x44\x93\x6e\xc2\x6f\xa0\xc4\x99\x29\x28\x37\x21\x84\x79\xd0\xbf\xb6\x7d\xde\x89\xce\xf6\xe2\x28\x2d\x7f\xdf\xbc\x38\x40\xab\xbe\x2c\xf0\xee\x8c\x91\x6d\x2c\x10\xf1\xc7\xd7\x22\x0a\x9e\xc3\xde\x78\xc3\x31\x81\xde\xef\xff\xdb\xe4\xe8\xde\x1b\x5d\xb5\xb7\x00\x77\x68\x01\x42\x4e\xc7\x1b\x35\x01\x7b\x3f\x7e\xc3\xe4\xf4\xf6\xf1\x26\xb3\xd5\xdb\xc7\xfe\x77\xaf\xc8\x3e\xde\x71\x01\xba\x27\xd4\xa3\x7b\x35\xba\x57\xa3\x7b\x35\xfa\xcd\xaa\xd1\xfb\x31\xc3\xbd\x0e\xdd\xeb\xd0\xbd\x0e\xdd\xeb\xd0\xbd\x0e\xdd\xeb\xd0\xe6\xa9\x9d\xe8\xd0\xf0\x97\xcd\xac\xdd\x4d\x1a\x6d\xbb\x88\x94\xc9\xa3\x7d\x2d\xca\x73\xaf\x38\xf7\x8a\xf3\x7e\x2b\xce\x7b\x33\xa0\xb7\x97\x3c\xd7\xa7\x9f\x95\x6e\xc1\x37\x9b\x7e\xe6\x58\xf6\x37\x60\x10\x0e\x3e\xb3\x0d\x3d\x37\xaf\xf0\xc0\x4a\x46\xcc\x62\x64\x3b\xd1\x89\x65\xf8\xab\x79\xe8\x75\xb1\x92\x95\x7b\xdd\x73\x0b\x23\x6f\xd5\x7a\x6e\xe1\x27\x1c\xb7\x3d\x67\x6b\x46\x6e\xf7\xa8\xf6\x5e\xbd\xd2\x61\xbf\x38\xcc\xa7\xfe\xa4\xbf\x28\xe8\xa7\xf2\xe6\x28\x65\x22\xe4\x35\x9a\x9e\x9f\x52\x79\x9b\xab\xe1\x33\x91\x6f\xe5\x5e\xe8\x69\x95\x7b\x96\xca\x8d\xab\x2f\x75\x92\xf0\xaf\x6b\x88\x3d\x73\x74\xcf\x1c\xdd\x33\x47\xbb\xb7\x3e\x07\x73\xf4\x36\x37\xb2\x7e\xfd\x5b\xb9\x94\x7b\xf6\xe8\xfe\x5e\xee\xef\xe5\xca\x21\xee\xa1\xc1\xb5\x17\xdc\xd8\xce\xe0\xda\x55\xce\xb7\x1f\xca\x72\xc2\x78\xa7\xa9\xdf\x76\x26\xfb\xf4\x6f\xf3\x7f\x7d\xfa\x77\x9b\xc1\xf5\xe9\xdf\x3d\x70\xa9\x4f\xff\xee\xa1\x39\x3d\x34\xe7\x0d\x40\x73\xac\x66\xb1\x8b\x14\xf0\x0a\x2d\x65\x7d\x1a\xf8\xd7\xb2\xca\xbc\xb7\x1a\x88\xed\x6b\x9f\x0e\xde\xa7\x83\x6f\xbb\x77\xf6\xc2\x58\x79\x92\xb4\xf0\x0a\x31\xb0\xad\x85\xf2\x3a\xd2\xc3\x6d\x6f\xfb\xdc\x96\x1e\xa2\xb7\xff\x10\xbd\xbd\xcb\x6d\xd9\x1b\x7d\xb6\xb7\x12\x77\x68\x25\xf6\xe9\x2d\x7d\x7a\x4b\x6f\x43\xb7\x9e\xad\xde\x86\xf6\xbf\x7b\x65\x36\xf4\xd3\xa6\x89\x3f\x85\x5e\xdd\xab\xd5\xfa\x77\xbd\x5a\xdd\xab\xd5\x6f\x54\xad\xde\x8f\x19\xee\x75\xea\x5e\xa7\xee\x75\xea\x5e\xa7\xee\x75\xea\x5e\xa7\x36\x4f\xed\x4c\xa7\xde\x6d\xda\x78\xc7\x28\x96\x97\x8a\xf0\x9a\x94\xe9\x5e\x91\xee\x15\xe9\xfd\x56\xa4\xf7\x66\x40\x7d\x0a\x79\x9f\x42\x5e\xfa\x66\x1f\x53\xc8\xed\xd3\x5d\x12\xbb\x85\x54\x7f\xa5\xd3\x6d\xae\xc0\x30\x51\xfb\x35\xdd\x82\xcf\x9b\x94\xdd\xdf\x89\xfd\x9d\x58\x3b\x33\xfd\x9d\xd8\xa7\x34\xbc\x4c\xe6\xf8\x77\x66\x96\x0e\xbc\x7e\xb9\x01\x1c\xfc\x98\xa4\x93\x9b\xd5\x92\xa8\xff\x9e\xd0\x05\x61\x02\x4c\x5c\x2a\x57\xbe\xa5\x55\x73\x23\x97\xef\xe2\x83\xeb\xd3\xf3\xcf\x67\x7e\x36\xde\xc1\x97\xdb\xb3\x9b\xd3\xcb\xe1\xd5\x8d\xed\xa1\x1b\x95\x7f\x79\x9a\xe7\x02\x63\xf1\x38\x5d\x2c\x31\xa7\x22\x65\xa3\x6f\x4b\x4e\x84\xea\xda\x05\xdc\x4d\x29\xdf\xac\x77\xa3\xbf\xf8\x3d\x3b\x0f\xff\xf9\xf9\x26\xfc\x57\x30\x8a\xb3\x9b\xf0\x5f\xa3\xc6\xd1\x78\x0d\x17\x0f\xcd\x21\xfa\x7c\xf3\x11\x7d\x06\x98\x18\x47\x37\x73\xcc\x20\xd7\xf3\xec\xe6\x23\x3a\x23\x42\xc0\x27\xf9\xc3\x92\xca\x04\xc6\xf6\x23\x65\x98\xaf\x90\x1d\xbe\x4e\xeb\xc4\x10\x3f\xb2\x53\x53\x9c\x3c\xf6\xf7\x8c\x81\x87\x23\x9f\xbd\xb3\x74\x46\x23\x9c\x6c\x37\x89\xc3\x73\x5f\xc1\x3a\xb8\xb8\x6a\x9c\x0a\xff\xd7\xe5\xb9\x18\x9e\x9f\x40\x3a\xab\xed\x6a\xc5\xc8\xcf\x89\x90\x24\x56\xb7\x43\xac\x37\xef\x11\xba\x99\x93\x95\x77\x6b\xfc\x3d\xa5\x8c\xc4\x28\x13\x4a\xb9\x19\x9e\x9f\xa0\x0f\xe8\xe2\x6a\xcc\x2e\x78\xac\x1d\xcc\x44\x89\x5b\xed\xdc\xa2\x02\xb1\x54\x22\xba\x58\xa6\x5c\x62\x26\xd5\x4d\xa3\x44\x56\x6a\x66\x44\x20\xcc\x09\x3a\x4e\x17\x8b\x4c\x62\x49\x1f\x48\x69\x52\x99\xf6\x1a\x5d\x13\x79\x1a\x43\xc8\xaa\x62\x0e\xd3\x49\xa0\x05\x1c\x2c\xb9\x6a\x5f\xd2\x82\xa2\x74\x40\xe3\x92\xe6\x64\x9b\xc0\x9c\xe3\x50\x36\x1d\x50\x49\x16\xc5\xdf\x37\x0b\xc7\xef\x8a\x7f\x85\xce\x18\x57\x24\x7d\xc4\x79\xca\xe1\x7f\x7e\xa6\x2c\xde\x6c\x57\xdc\x9e\xff\x7c\x7e\xf1\xf5\xdc\xdf\x19\xb7\xd7\xa3\x2b\xff\xdf\xd7\x7f\xbd\xbe\x19\x7d\x69\xdc\x2d\xc5\x56\xf2\x6d\x00\xdd\x03\xc3\xe4\x23\xba\xd6\x75\xaf\x53\x8e\xd4\xb5\x7a\x50\x3d\xa8\x2f\x44\xe2\x18\x4b\x9c\x7f\x90\xc6\x64\xb3\xb1\x7d\x19\x9e\xdf\x0e\xcf\x82\xa1\x1c\xff\x34\x3a\xb9\x3d\x0b\x4c\x0d\x3b\x3e\xef\x93\xab\x91\x36\x24\xfc\xcf\x8e\x7f\x3a\x3d\x3b\xb9\x73\xa6\x47\xd3\x6c\x14\xde\x5b\x3c\x3e\x37\x73\x82\x16\x44\xce\xd3\x18\x4d\x56\x7e\x9e\x61\x9e\xef\xfd\x88\x05\x4a\x20\x5c\x44\xe2\xa3\xb1\x16\x35\xba\xd5\x8f\xea\x14\x21\xf3\x32\xef\x89\x45\x1a\x93\x81\xf9\x8d\x3a\x27\x3a\x2d\x5e\x99\x7f\x60\x42\x54\x35\xac\xde\x8e\x19\xa2\x2c\xa6\x0f\x34\xce\x70\xa2\xd3\xd7\xdd\x1c\x7d\x44\x43\xa4\x2e\xce\x38\x4b\x08\x92\x9c\xce\x66\xa0\xe4\x15\xba\xaa\x5b\x33\x8f\xc2\x4c\xc2\x73\xae\xc4\xb9\x32\x15\xe0\xb5\xc6\x56\xa0\x93\x44\xab\x50\xfa\x41\x48\xd7\x0f\x5b\xe4\x58\xce\x09\xaf\xea\x9a\x5d\x97\x8f\xda\xcf\x5d\x33\x2c\x48\x9f\xce\x71\xcf\x10\x82\x17\x5a\x37\x5d\x72\xf2\x40\xd3\xcc\x7b\xd4\x30\x0b\x04\x8b\x5b\xd9\x7c\x3e\x01\x30\x6d\x29\xf4\x31\x6f\x26\xdc\xcd\x57\x36\x36\x66\xff\x18\x31\xc9\x2b\xaf\xe6\xb6\x32\xc7\x68\x45\x81\xd0\xa9\xd6\x5d\x4a\xef\x3e\x2f\xaa\xb9\x65\x87\xab\xd1\xf3\xd5\x4b\x8e\x0e\x2a\xad\x2a\x50\x7d\xeb\xa4\x5e\x85\xc5\x9f\x4b\x80\x5f\x40\x69\x5e\x64\x42\x02\x4f\x91\x8e\x59\xa0\xfb\x3f\x0b\xf4\x8f\x0c\x03\x26\xfd\x08\x5d\x13\x32\x66\x73\x29\x97\xe2\xe3\x87\x0f\x33\x2a\xe7\xd9\xe4\x28\x4a\x17\x1f\x72\xfa\x86\x0f\x78\x49\x17\x58\xed\x17\xc2\x57\x1f\x26\x49\x3a\xf9\xb0\xc0\x42\x12\xfe\x61\x79\x3f\x03\xf7\xb4\x55\x5f\x3f\xb8\x66\x67\xe9\xff\x3a\xfb\xb7\x1f\x0e\xcf\xfe\xfc\xc3\x41\x59\xa4\xd6\x9d\xce\x11\x8b\xf0\x52\x64\x89\x09\x63\x71\x7f\x6e\x20\xb5\x02\x66\x62\xdd\x7a\x9f\x87\xcb\xb5\x9d\x40\x3e\xbe\xbc\x0d\x54\x9c\xf0\x9f\x5f\x46\x5f\x2e\xae\xfe\x1a\x08\xb4\x9b\x8b\xab\xe1\xe7\x66\x55\xa7\x24\xb1\x0b\xd3\xf0\x33\x4b\x1f\x59\x38\x7a\x51\x1c\x74\xc6\x24\x5d\x10\x2b\xb0\xcd\x3f\x6f\xf4\x48\x37\x18\xf9\xc5\xcd\x4f\xe1\xc5\xf3\xe9\xec\xaf\x37\xa3\xbb\xeb\x93\x9f\x1b\x47\xa2\x1f\x0b\x7a\x76\x0d\xea\xfe\x71\x9a\x64\x0b\xe6\xff\xbd\x79\xdf\x4e\xcf\x6f\x46\x9f\x8b\xbd\xbb\x18\xde\x84\xd3\x7e\x15\x86\x76\x0e\x7e\xbc\xb8\x38\x1b\x0d\x83\xb5\x3c\x19\xde\x8c\x6e\x4e\xbf\x04\x4a\xea\xc9\xed\xd5\xf0\xe6\xf4\xe2\xbc\x71\x98\xb6\x07\x15\x03\x55\xc3\xf2\x87\xb9\x6b\x39\xd3\xea\x98\x0f\x0d\x6c\x42\x1f\x94\x43\x2f\xd9\x54\x1b\x5f\xa0\x03\x1c\x3a\xe3\x39\xd2\x3d\xad\x94\x35\x32\x5c\x26\x54\x2f\xeb\x1a\x17\xba\x49\xe4\xdd\xb8\x2e\x40\xbf\x4c\xe0\x14\x27\x49\xfa\xa8\x83\xd7\x0b\xaa\xb4\x57\x93\xf9\xaf\x7e\x22\x50\x94\x71\x4e\x98\x4c\x56\x47\x15\xe2\x24\x5c\x96\x94\xcb\x13\x17\xde\xdc\x68\xc3\x55\xc6\x0a\xcb\x51\xc2\xca\xad\x52\x8c\x0c\xda\x6e\x41\x85\x8f\x74\xf6\x85\x08\x81\x67\xe4\x93\x45\x4f\xec\x48\x48\x5d\xff\xe2\xff\xf3\xbf\xaf\xd7\xec\x67\xdb\x44\xd0\x43\xb0\xbb\x87\x93\x94\x4b\x2b\x55\xb6\xd9\xcb\x11\xce\x44\xa7\xcd\xdc\x0c\xfe\xc0\x28\x13\x84\x1f\x1a\x7f\x16\x89\x11\x56\x1d\x35\xc8\x0f\xe0\xe1\x5b\x62\xa1\x36\x51\x0a\x3a\x0d\x31\x3f\xcf\x34\x33\x1f\x82\xde\xd4\xdc\xae\x4b\x4e\x59\x44\x97\x38\xd9\xe8\xe8\x15\xc2\x01\x26\xd1\xeb\x7b\x3a\x45\x98\xad\xde\x97\x14\x2f\x49\xf8\x02\x50\x50\xa6\x9b\x4e\x89\x59\xb7\xad\xf5\xea\x30\x96\x4a\x1c\xba\x23\x36\x58\x1b\x1d\x9e\xaf\x1b\x6e\xa1\x15\xf3\x76\x6d\x48\xe2\xe4\xb2\xba\xcd\xaa\x09\xf3\xcd\xaa\xa6\xa5\xfe\x82\x97\x6a\x89\x35\x47\x0f\xc2\xf9\x18\x0d\xb8\xc9\xd0\x2b\xaa\x7f\x05\x53\xe6\x39\xcd\xda\xab\x18\xf9\x14\x1a\x94\x42\xf9\x25\x81\xd2\xee\xe1\xce\xcc\x96\x9c\x66\x32\xe3\x4a\x99\x52\x6a\x3f\xfa\x9e\x1c\xcd\x8e\xd0\xc5\x2f\xa3\xab\xab\xd3\x93\xd1\x00\x0d\x2f\x2f\x47\xe7\x27\x03\x44\x64\xf4\xde\xda\xdb\x20\x35\x49\x3c\x66\x32\x35\x1e\xd9\x15\x9a\xa7\x8f\xea\x5d\x0b\xc2\x67\x24\x18\xb3\xf9\x31\x82\x6c\xc2\x19\x15\x52\xc7\x15\x40\xfd\xf1\x48\xa9\xe8\xa2\xa8\x07\xe9\x1d\x92\xc9\xf9\x36\x5b\x03\x0b\x91\x2d\xf0\x24\x21\x77\x14\x2f\xee\x78\x9a\xac\x3b\xc3\x95\x47\x2a\x57\x1d\xef\x84\x76\xb5\xdd\xe1\x28\x4a\x33\x26\x5b\xb7\xb6\x6e\x1d\x4f\x60\x9a\x04\x5a\xaa\x03\x05\x8e\x9a\x32\x8d\x93\x9b\x2e\x81\x22\x70\x1e\x81\xfd\x00\x22\x23\xc9\xf1\x80\xb0\x24\x55\x73\x79\xac\xf9\xc1\xac\x5a\xe9\x31\x38\x6d\x33\xc1\x55\xad\xbc\xec\xf9\x3b\xd6\x07\xaf\x8a\x18\x4b\x1b\xc8\x05\x9e\x53\x00\x5d\x16\x08\xdd\xf4\x04\xab\x9d\xa9\x0f\xc4\x3f\xb2\x54\x62\xf1\xfe\x68\xcc\xd4\xe9\xbe\x27\x2b\xed\x25\x52\xe7\xe7\x77\x4a\xa6\x1f\x0a\xc2\x04\x95\xf4\x81\xfc\x4e\xeb\xb7\x4a\x02\x3c\x60\x4e\xd5\xde\x13\xea\x0d\x86\x47\x2e\xe4\xec\x9a\xd2\x04\x70\x45\xaa\x51\x73\x7c\x0d\xe0\x6a\xe2\x13\x7d\xd9\xef\x74\xf7\x67\x44\x42\x60\x44\x52\x99\xa9\x3d\x10\x6b\xa2\xba\x52\xd7\xd7\xaa\x16\xb0\x2b\x4e\x74\x50\x67\x2b\x17\xd6\x26\x67\xaa\xab\x72\x58\x3c\x2f\x54\x2c\x13\xbc\x2a\x99\x99\xeb\xce\x99\x32\xa6\xc4\x12\x47\x24\x0f\x2a\xd9\xf8\x5b\x94\x2e\x16\x29\x4b\x56\x0e\x5c\x19\xd3\x29\xa4\x3f\x4b\x75\x06\xd1\x84\xc8\x47\x42\x58\xfe\x29\x32\xb2\x00\x51\x26\x24\x66\x9a\x05\x10\x76\xcb\x58\xcd\x55\x9c\x81\xca\x36\x3e\x18\xa0\xf1\x41\x4c\x1e\x48\x92\x2e\x17\x84\x49\xf5\x01\x91\x95\x27\x74\xb4\xc0\x34\x39\x4f\xd5\xfd\x1b\xe1\x3a\x7d\xaf\xed\xb2\x70\x12\xd1\x25\x25\x4c\x8a\x3b\xa2\xda\x7d\x52\x37\xe3\x3a\xfd\xd8\x22\x38\xa1\x27\x08\xc7\x31\x27\x42\x00\xf9\x95\xed\xa4\xd1\xe6\xb5\x77\xd6\x4d\x40\xbb\x3d\xec\xfc\x7b\xbb\xdd\xc6\xd5\x76\x42\x94\x72\x17\x09\x77\x2f\xce\xe9\x8a\x1a\x77\xad\x21\x3f\xcb\x49\x75\x6c\xbc\xcc\xc5\xe3\x8b\x5e\xa0\xe2\xb1\x51\xc2\xbd\x5d\x3f\xc3\x99\xb9\x56\xcf\x35\x76\x4d\xf8\x60\x63\xcb\x80\x99\xdf\xd5\xc6\xf5\x55\xf4\xb6\x91\xb5\x3d\x8e\x92\x54\x64\xbc\xa5\x11\x16\x76\xfa\xd8\x3c\xda\xd4\xef\x91\xaf\xda\x64\x89\x14\x9d\xb4\xa7\x8a\x89\x47\x9c\x2c\x39\x11\xb0\x27\xc1\x6f\xa8\x0e\xb7\x34\xd7\xb0\xf9\xf5\x00\x51\x16\x25\x59\xac\xe6\x00\x27\xb9\x5f\x90\xc5\x28\xbf\xda\xc6\x6c\x61\x0c\x0f\x84\x05\x7a\x24\x49\xa2\xfe\x1b\xa5\x8b\x25\x88\x6d\xd3\x5d\xd3\x92\x32\x10\x25\x96\x64\x80\xd2\x4c\xaa\xc6\x06\x9a\x2c\xd4\x2c\xc1\xe1\x04\x03\xe2\x39\xa7\x00\x1f\xb3\x5b\x61\xc3\xe4\x0e\xa8\xaa\xf7\xba\x16\x60\x94\xa1\xcf\x44\x42\x2b\x90\x39\xe0\x0f\x50\x93\xa2\x56\x8a\xa0\xe2\xdc\x6f\x71\xa2\xcc\x48\x3a\xac\xfc\x19\x95\x84\xe3\xe4\x0b\x5e\xfe\x98\xa4\x93\xc6\x75\x1f\xa2\x85\xd6\xb3\xcd\x5b\x10\x2d\x5a\x58\x1e\xb6\x64\xdd\x1e\x25\x9c\x07\xa1\xb0\x35\xc7\x3f\x8c\x9a\x34\x6f\x4f\x88\x59\x50\xa6\xf3\x0b\x20\xfe\x54\xec\xa7\xa1\xfa\x58\xd7\x47\xb0\x10\xef\x5e\x8f\x1d\xaa\xfb\xbb\x28\xdb\xde\xeb\x36\x41\x68\xb3\x3f\xf5\x60\xe0\x80\xc8\x39\xa1\x1c\xb5\x1a\x96\x3d\xbf\x77\xfa\xcc\xb7\xdf\x34\xf9\xde\xae\x33\xbd\xb5\x10\x71\x02\x42\x75\xcc\x64\x3a\x04\x0c\xbe\x47\x63\x56\xe8\x04\x8a\xc9\x92\xb0\x58\x20\xd8\x5e\xf6\x34\x04\xb2\x7f\x80\xa6\xf4\x9b\x69\xd4\x46\x7c\xf2\x9f\x7a\xe6\x43\x8d\x53\x61\x8e\xcb\xdb\xae\xc3\xfd\x78\x09\xcf\x37\x5a\xcd\xa9\x50\x16\x62\xa4\x14\x2b\x4e\xa2\x94\x2b\x91\x08\xaf\x75\x7e\xbe\xb5\x77\xa3\xc4\x5c\x4d\x0a\x5e\x67\x96\x05\xfd\xc8\x33\x7f\x62\x2c\xc9\xa1\xb2\x44\xd7\x44\x38\x96\xa9\x7a\x0d\xa2\x0b\x65\x5b\xb8\xa0\x9b\x6f\xc9\x4f\xc8\x0c\x33\xc4\x33\xc6\x28\x9b\xd5\xf4\xd6\x8a\xf6\x2d\x0e\xb3\xd2\xac\xf0\x42\xd9\xa1\xa0\x47\xa8\x0e\x85\xfd\x10\x4b\x98\xce\xc6\x7e\x18\x53\xf2\xb9\x66\x4d\x36\x4c\xdb\x23\x76\x96\x6d\x4d\x67\x33\xc0\xcf\xec\x4d\x67\x13\x2c\x24\x32\x7d\xaa\xe9\xb1\xaf\xcd\xee\x20\xd4\xdf\xc4\x9e\xe9\x1b\x0e\x5d\x94\x73\xbf\x8b\x48\x10\x29\xa9\x61\x79\xcc\x04\x41\x78\xaa\xec\xe2\x05\xe1\x33\xab\xf0\x69\x7e\x23\x77\xb4\x0d\x98\xc9\xca\x51\x5f\x96\x8c\x59\x65\xd3\x47\x68\xc8\x4a\x51\x5f\xeb\xe4\x08\xe6\x4b\x4b\x6d\x9c\x3c\xe2\x95\x40\x4b\x60\xa3\xd2\x81\xe8\x7c\xf0\xe0\x85\x0a\x1f\xb2\x2e\x27\xa5\x50\xd1\x08\x27\xc9\x0a\x81\xa1\xe7\xf5\xac\x66\xb1\x3c\x8a\xd7\xf6\xc2\xae\xa5\xee\x5f\xf0\xac\x56\x11\xbe\x3a\x13\xa8\x52\xd2\x95\x94\xd9\x1c\x18\xe1\xc7\x19\x0d\xfc\x0e\x74\x4b\x63\x5d\x8c\x42\xaf\x6c\x9d\xc2\x07\x2e\x90\x33\x3c\x21\xc9\xd6\xde\xd8\x8d\x7c\xcf\xf0\x6a\x03\x8c\x54\xe6\x37\xd1\xde\x65\x82\x1e\xe7\x84\x17\x45\x9b\x75\xe2\xf0\xac\x9d\xaf\x39\x1f\x67\x40\xcf\xb5\xc5\x40\x2d\xd2\x77\x73\xf9\x5d\x87\x02\xf6\x2f\x92\x1c\x06\x5c\x7d\x8b\x14\xdd\x37\xdb\xf4\xc1\xc3\xeb\x56\x76\x01\xed\x02\xb1\xbb\x13\x6f\x90\xdb\x33\x2d\x33\xb6\x4f\xa7\x88\xa5\x8c\x20\x2a\xf2\x1f\x43\x3c\x51\x63\x4b\x60\x33\xcd\x08\x23\x1c\x48\x0f\x6d\xf8\xd1\x65\x97\xba\xbc\xbf\x67\x36\xca\x87\xce\x98\x44\x53\x4a\x92\x58\x20\x46\x94\x4d\x83\xf9\x4a\x9d\x10\x23\xd0\xda\xe8\x46\xbb\xd2\x56\x2b\xae\x0f\xa3\x46\x5a\xd4\x2c\x64\xa0\x2a\x4d\xac\xd0\x2f\x34\x4c\x92\xfc\x47\xe6\x21\x03\xe5\x18\x33\x67\x05\xc3\xfe\xa3\x42\x59\x77\x47\x08\x96\x4d\xe6\x4f\xa9\x3b\x46\x7d\x60\xd7\x70\x60\x75\x59\xa1\xf3\x37\xbb\xd8\xfe\xf6\xde\xca\xe7\x31\x44\x37\xa9\xcb\x48\x8d\x60\x46\x1f\x08\xab\x2c\xa0\x60\x37\x45\x12\xb8\x21\x9b\xa5\x8e\xc9\x43\xd8\x03\x3f\x55\xfb\x99\x52\x8b\x9c\x95\x3c\x57\x9a\x2e\x32\x37\xb2\x93\x95\x8b\x4a\xf8\xa6\xca\xa9\x16\x2d\x9a\x07\x1f\x0b\xf4\x3b\x96\xca\xdf\xa1\xdc\x46\xb3\xe6\xb0\xe6\x1b\x35\xae\x89\x41\x90\x68\xa4\xde\x06\x27\xd4\x6c\x12\x84\xdd\x59\x8d\xd7\xcf\xfc\xb6\x08\xcd\x3c\xea\xf2\xa4\xda\xdb\xa8\x1c\x39\xad\xcb\x4a\xd1\x64\x03\x3b\xf3\x01\x3c\x07\x05\x34\xd2\xdb\x80\x13\x08\x9b\xb0\x14\x2d\x52\x4e\x0a\x84\x07\x5a\x78\xdb\x7b\xdd\x24\x9a\xb7\xdf\xa5\x15\xee\x30\x9d\xc4\x9d\x1f\xf3\xc0\x0d\xd6\xec\xfe\xda\x05\x66\x60\x11\xa2\x4d\x1b\x76\xc0\x1a\xc4\x6a\xb5\x49\xbe\x49\x9c\xbf\x4e\x27\x75\x8e\x68\x9f\xd9\xb5\x0e\xa7\x79\x34\x66\x9f\x52\x6e\xee\x4e\x61\x40\xd7\x13\x1c\xdd\x1f\x12\x16\x23\x9c\xc9\xb9\xc6\x4b\x1a\xdf\xf1\xca\xac\xac\xd2\x0b\x60\x0b\xd8\x25\x8e\xa9\x88\x30\x37\x42\x7f\x8a\x1f\x52\xdb\x8b\x31\xf3\x1a\x01\x58\x37\xe4\x1a\x02\x1f\x4a\x9d\x02\x41\x20\xb1\xad\x6e\x2e\xaa\x58\x3f\x4a\x9c\x1f\xcd\x67\xc6\x67\x0e\x18\xc3\xfb\x48\xcc\x88\x10\xe3\x03\xdd\xeb\xc2\x0c\x9d\x5a\x7f\x94\xb5\x6f\x84\xcf\x9f\xec\x7e\xa9\xcf\x98\xf5\xc8\x98\x51\x28\x35\xe5\x07\x2b\x3b\x03\xf4\xe8\x34\xe3\x00\x16\xad\x6a\xf3\xfb\x68\x4e\x93\xdc\x47\xfd\x7e\x60\xce\xa3\x6e\x32\x21\x0f\x24\x51\x0d\x53\x16\x71\xb2\x20\xcc\x84\x8f\x7f\x40\xff\xa5\xd9\x30\xd0\x1f\xc6\xec\x33\x88\xd5\x24\x59\x0d\x10\x9d\xe6\x2d\x63\x59\x68\xe6\xbe\xb2\x03\x6a\xc9\xb4\x64\x09\x3a\xa2\xd7\x7b\x8e\x1f\xc8\x98\xd9\x66\xfe\x0b\xdd\xa3\xdf\xa3\x3f\xd4\x39\x72\x0c\x52\xf8\xa9\xed\x7c\xd8\xc5\xf6\x5d\x9e\x64\x18\x18\xf5\x11\x24\x87\x75\x03\x84\x55\xb4\x9c\xa9\xe6\x14\x5c\x07\x6f\xa6\xec\x21\x2d\x47\xaf\xfc\x93\x8b\x39\x61\xf2\x8e\xa5\x31\xb9\x23\x15\xa1\xab\x06\x41\xa1\x2e\xf5\xf3\x34\x26\x6b\x03\x4f\x4e\x41\xfe\x0a\xae\x0b\x91\x4d\xdc\x72\xa8\xf7\xe6\x46\x77\xb8\xc1\xaa\x3b\xec\x68\xa0\x37\xe9\xee\xa6\xb1\xb2\x0b\xa3\x5d\x0d\x40\xa2\x9b\x0e\x54\xc7\x6b\x74\x7d\x36\xc0\xd3\x14\x4f\x61\xd1\x43\xac\x7e\xac\x46\x6e\xee\x1c\x8f\xe0\x1a\x72\x40\x38\x9d\x51\xa5\x6d\xb7\x8f\xc7\x81\x10\xdc\xc4\xcd\xad\x33\x18\x5a\xf9\xb9\xf3\xa9\x58\x26\x58\xaa\x5d\x7e\xe8\xb6\x5d\x1e\x63\x9a\xa4\x59\x51\xe7\x36\x13\x40\x85\x8f\xf4\x31\xea\xf5\x4a\x89\xe0\x99\x46\x91\x90\x39\x55\x92\x9b\xa1\xe1\xf1\x19\x52\x87\x22\x5d\x10\xcd\x85\xa2\x26\x2d\x93\xf3\x94\xd3\x7f\xd6\x06\x64\xeb\x35\xec\x3c\x90\xe6\x15\x27\x83\x7e\x86\xba\x36\xec\x51\xad\x19\xc8\xc0\x90\xa8\xb2\x70\xd0\x44\x3d\xcf\x41\xf9\x98\x66\x50\xe9\x4e\x3b\x8c\x35\x33\x97\x08\x4b\xa1\x71\x5b\x54\x4f\x63\x90\x6c\x83\xd4\x20\xb0\x63\x70\x1e\xa1\x68\x8e\xd9\xac\x59\x8f\xfc\x4b\x46\xb2\x1d\x81\x66\x4c\x22\xdf\x0b\x85\xe3\xf1\x4c\xe4\x75\x01\xf5\xdc\x28\x91\x5c\x28\x45\x68\x02\xf2\x58\xdc\xe7\x0e\x35\x07\xc4\xd5\x66\x74\xd1\x9e\x6f\xe1\x7c\xb9\x32\xc7\x6f\x07\xee\x97\xe7\x88\xd7\x97\xf5\xa3\x0a\xf9\x03\xfb\xcf\xa4\xae\x3c\xab\x77\xc3\xc9\xf0\x82\xde\xb1\x6b\x4f\x47\x07\x4b\xda\x76\xca\xf4\xd0\x08\xd7\x72\x70\xb3\x7a\x77\x5c\x87\x7e\x94\xce\x5b\x42\xbf\xfb\x0e\xc2\x58\x5b\xbb\x6f\x3d\xb7\x64\x8e\xad\xd3\xe0\x4a\x3d\x1a\x12\x3f\xad\xab\x25\x0c\x0c\x86\xf0\x4e\x2f\x2e\x58\x07\xbb\xf5\x7a\xb4\xc1\xed\x54\x36\x84\xaa\xfb\x66\xbf\x6e\xdb\x95\xc6\x70\x48\xcb\xe0\x06\x58\xf4\x4d\xc7\xf6\xcc\xa0\x8d\xc2\xb0\x80\x86\x50\xa4\x5e\x60\x14\x22\x04\x99\x40\x92\x63\x40\xef\xa5\x4c\x8c\xd9\x57\xad\xc5\x52\xa1\xed\x45\x93\x2e\x0a\xe6\x28\xa2\xf0\x6f\x10\x9e\x26\xb3\x4c\xce\xb1\xb6\x71\xaa\x43\x10\x8e\xfd\xc0\x9d\x04\x3f\x08\x51\xf5\x32\x78\x91\x51\xdd\x2b\x9b\xb4\x13\xed\x43\x3e\x4b\x95\xdb\xab\x7d\xc5\x54\x00\x14\x16\x27\xb5\x36\xe3\x24\x4d\x13\x82\x59\x9d\x5a\x5d\xf9\x75\xc9\x5b\x44\x7d\x14\xa3\xb2\xfa\x94\x66\xc6\x33\xa2\x6c\x0a\x9c\x24\x85\x71\x61\x20\xee\x93\x84\x69\xe7\x82\x31\x0c\x55\x47\xe3\x35\x01\x91\x81\x7f\xf2\x27\x24\xe9\x84\x34\xd1\x0f\x34\xee\x22\xf8\x49\xce\x0d\xd7\x0a\xaf\xed\x03\x20\x2a\xd1\xed\xeb\x3a\xe6\x63\xe2\x1b\x5d\xc3\x21\xae\xbc\x43\x17\xd7\x89\xf3\x61\x01\x3a\x80\x08\xe0\x0d\x30\x00\xf6\xd4\xfa\xc1\x79\xb7\x9e\x1f\x27\xef\x83\x55\x82\xcc\x52\x78\x38\x4e\x89\xf0\x54\x2c\x94\x3e\x10\xb3\x7f\xe9\x94\x28\x35\x6c\xcc\x2c\x37\x8d\xed\x34\x16\xea\xa0\x2d\x79\x3a\x33\x28\x41\x1c\xf1\x54\x08\x83\x06\xd0\xed\x88\xa3\xc6\x9b\xe4\xc6\xe4\x25\xec\x22\xce\xf3\x7c\xc0\xc0\x32\x4d\x6c\x9e\xb5\x5a\xa3\x79\x4c\x88\xcb\xc1\xa8\x3d\xf7\xdb\x62\x86\xac\xf9\x81\x38\xc1\xc2\xd8\xbe\x00\xad\x29\x80\x0a\x3a\xe8\x09\xae\xcf\x1a\x62\x77\x68\x17\xdb\xdf\x42\x26\x8f\x4a\x33\x34\x52\x81\x28\xe7\x04\x68\x46\x26\x89\x09\xe9\x04\xbb\x86\xe6\x65\x88\xf2\x19\x71\x66\x9e\x7e\x33\xc8\x49\x41\x17\xea\xac\x40\x02\x29\x4b\x0f\xd3\x25\xd8\x0d\xc5\x5f\x4d\x31\x4d\x94\xc0\xa2\x61\x15\x24\xa5\x5c\x1d\x02\x8d\x12\x61\xb2\xca\xd1\x6d\x1b\x01\xc7\x38\x89\xf5\x32\xea\x9d\x3b\x3e\x18\xfe\x78\x71\x75\x33\x3a\x19\x1f\xe4\xe1\x4b\x0b\x75\xb1\x62\xdd\x65\xd4\xa4\x6c\xcc\x5c\x10\xc2\x51\x04\xc3\x5a\x22\x1c\xc7\x79\x02\x89\x06\xc0\xdd\x69\x67\x6a\xdb\x53\xb1\x36\x0e\x51\x6e\xe6\x13\xfd\x46\xe2\x2b\x2c\xb7\x8a\x5e\x34\x46\x87\x5b\x79\xe9\x2a\xb7\x78\xc6\x68\xc9\x53\xd4\x20\x64\xdd\x50\x6e\xd5\x73\xed\x77\xb0\x3e\x09\xb0\x56\xd6\xdd\x23\x10\xcf\x98\xb2\x2c\xb1\x63\x6e\x9e\xc2\x1e\x60\xd1\x6a\x80\x00\x0e\xae\x76\xed\x0a\xfd\x11\x2d\x28\x03\xe8\x66\xd3\xdc\xde\x86\x03\xe9\xc2\x50\x70\x7a\x7e\x1b\x12\x96\xfc\x74\x71\x7b\x15\xe6\x8b\xfe\xb5\x99\x6b\x20\x6c\xa1\xc9\x9c\xcf\xc7\xe8\xc1\x63\x52\x3d\x15\x6e\x6a\xaa\x06\x7a\x56\xbc\xa8\xdf\x56\xb6\x57\xe2\x74\x86\x5d\x27\x7a\x79\xe0\x88\xbd\xc8\xf1\x32\x23\xdd\x2e\xbd\x4b\x9b\x56\x97\xa1\xbd\xf6\xa4\x17\x74\x65\x00\x74\xf3\x50\x7e\x3e\x00\xb0\x5d\xab\xaf\xdf\xce\x00\xf8\xbc\x55\x8b\xc2\xee\xa0\xbd\xa1\xfc\x69\xeb\x01\x10\xc6\x09\xba\xc4\x13\x9a\x40\x78\x27\xf5\xf2\x91\x2a\x34\x0b\x71\x34\x66\x3e\xc5\xbc\xbe\x33\xd5\x1e\xb0\x39\x69\x94\xcd\x50\xca\x08\x4a\xb9\x0e\xe5\x39\x71\x38\xf0\xc1\xf0\x45\x30\x97\x9c\xa3\x55\x9a\x71\xf7\xc6\xd2\x7b\xcc\xee\x13\x73\x6c\xc3\xfd\x56\xcf\x34\xc1\x28\x3f\x09\x0e\xda\x5b\x72\x92\x1b\x5b\xf0\x62\xf2\x40\x18\x7a\x54\x86\x55\x1e\x9b\x18\x33\x0f\x66\xa5\x54\x52\xf6\x4e\x3a\x2c\x05\x4d\x4c\xd1\x45\xec\x02\x31\xb9\xab\x45\x60\x6a\x5a\x6e\xde\xc0\x3b\xc0\xcb\x43\x02\xc0\x66\x9b\x0f\x9e\xac\xf3\x1e\xe8\xc8\x15\xec\x01\xdf\x97\xa1\x31\xbd\x95\x5b\x96\x7c\x5b\x92\x68\x13\x90\xf3\xa5\x25\x4c\x6c\xf2\x66\xf8\x91\x34\x93\x15\x6f\x96\x4e\xa6\xd6\xb7\x52\xec\xed\x9a\x7e\x76\x4a\x35\x50\x1d\xfd\xc5\xe4\xe6\x75\xec\xa7\x4d\x36\x98\xf2\x74\xd1\xae\x8b\xcf\x03\xaf\xbd\x29\x01\x55\x03\xf7\xc0\x9e\xe0\x6a\xd7\xf7\xb2\x0e\x50\xbb\x4e\xea\xfd\xa2\xef\x45\x87\x9d\x87\xbc\x58\x82\xa6\xc9\x4a\x12\x17\x34\x31\x58\x56\xff\x9d\xfe\x9d\xe5\xc2\x07\x16\x66\x52\x38\x05\x41\x60\x62\x42\x90\xd1\x86\x34\xb6\xb4\x1a\x14\x0b\xd7\x67\x95\x47\xd4\x8b\xad\x9a\xd4\x20\x35\x79\x42\xe2\x85\x4b\x04\x2d\x66\xff\x16\xa6\x6b\x8d\x34\xda\x15\xc8\xf1\x09\x80\xb0\x55\xb6\x6e\x00\xce\x35\x20\x84\xdd\x64\xc0\x15\x6e\xe8\xc6\x8e\x05\x29\x70\x7e\x87\x62\x22\x31\x4d\x84\x9f\xf6\x55\x5e\xca\xe0\xe6\xd3\x9c\x4e\xd6\xf1\xba\xa1\x95\xec\x55\x5e\xf6\x57\x1e\xf9\x77\x3c\x38\x59\x16\x78\xe5\x81\xa3\xd4\x29\x48\x88\x84\xcb\x99\x32\xf7\xaf\x50\xd4\xda\xcd\xec\x6f\xd1\x2a\x80\xc2\x11\xfa\x71\xe5\xae\x45\x9c\x24\x7e\x4f\xb4\xf3\x2e\xaf\xf7\xab\x8e\x82\xa6\x1b\x3e\x3d\x1f\x1e\xdf\x9c\xfe\x32\x02\xe0\xcf\x2a\xcd\xd0\x23\x15\xca\x42\x18\x33\xf0\x07\x3a\x5a\x62\x99\x22\xfd\xc3\x01\xfc\x0a\xe0\x80\x22\x9b\x2c\xa8\xb2\xa7\xf2\x41\x06\xb4\x99\x03\x73\x8e\xd5\x03\x70\x6d\x5b\xd8\x59\x15\xc2\x7b\xcd\xf9\xd8\xc0\x0c\xce\x1b\xd9\x16\x59\xe6\x85\x2b\x9e\x16\x5b\xe6\xa9\xd9\xbe\x59\x53\x79\xbc\x7a\x70\x59\xf5\xa1\x0c\x33\x2c\x21\x0d\x96\x0a\x59\xb8\x4c\xea\xf3\x2a\xf3\x25\xd8\x05\xb2\xcc\x6a\xdb\x5d\xe0\x06\xf6\x91\x6a\x6d\xe7\xda\x91\xf3\x55\xaa\x60\x97\xb5\xfa\xcd\xbe\xe5\xb7\xe4\x61\xbb\xcd\x83\x40\x5d\xcc\xad\x1c\xa1\xed\x6f\x05\x0f\x81\x10\x22\x9b\x49\x51\x74\xb3\x54\x42\xf4\x35\x92\xc9\xaa\x02\xfa\x30\x66\xd5\x7a\x43\xf3\x1e\xdb\x36\x90\xba\xd3\x3c\x18\xb7\x22\x57\x6e\x14\xc6\x23\xf2\xd5\x21\xc7\xb4\x31\xea\x8a\x0c\x90\xc2\xb9\xb2\xfe\xd7\x1a\x2b\x00\xd4\x85\x4d\x30\x38\x15\xa7\xb2\x65\x98\x73\xed\xb9\x30\x57\xe6\xd3\x58\x50\x5b\xc6\x83\x21\x15\x74\xf7\x09\xac\xe0\xc4\x1c\x80\x87\x3c\x7d\x20\x9c\xd3\x58\x59\x58\x3e\x73\x40\xab\x99\x6b\xc1\xd2\x53\x23\xc3\x74\x21\x2b\x99\x42\xd8\xc4\xd9\xbc\xaa\x3d\x9b\xcd\x56\x90\x6e\x4e\xdd\xc9\x58\x4c\x38\x23\x58\xce\x9f\x2f\xbe\x78\xbc\xad\xcb\xf0\xd9\x62\x8d\xc7\x3b\xa1\xb2\xf2\xbb\x1b\xd2\x3a\xad\xed\x67\x56\xa0\x8b\x6f\x46\xe7\xe6\x1c\x4a\x25\x23\xaa\xc2\xd5\xe5\xc1\x9c\x8d\x9d\x15\xf2\x29\x75\xc4\xa0\xd7\x5a\x10\xce\xfd\xa4\xcc\x83\x90\x5f\xc3\xd4\x17\x6b\x16\xe9\xb2\x26\xf2\xd2\x86\x70\x52\xeb\xd8\x01\xfb\x9f\xfe\xc4\x7c\x50\xc3\x12\x59\x78\xac\x38\x5a\xdf\x30\x60\xab\xa2\x5d\x8d\x79\x9c\x10\x01\x2a\x9f\xd6\xf5\x0b\x5a\x5d\x93\xcd\x31\x66\x3f\xa5\x8f\xe4\x81\xf0\x01\xc2\x12\x2d\x52\x75\x93\x33\xe2\x17\x19\xc0\x61\x9e\xa9\x76\x69\x63\x74\x8e\x17\x24\x1e\xc1\x7d\xe0\x61\xb7\x8c\xe5\x63\xbc\x8a\x55\xa9\x3c\x90\x9e\xa2\x97\xc1\xba\xc0\xc7\x0c\x47\x92\x3e\x10\x1d\xdb\x01\xc0\x20\xb5\x03\x83\xfd\xff\x3b\xe7\xf3\xfc\xdd\x11\xba\x51\x17\x17\x15\x61\x7f\x3d\x48\x70\x5d\xdf\xc6\x6c\xc6\xd3\x6c\xe9\x34\xd3\x74\x02\x2a\xb1\xf6\x7d\x56\xf8\x3c\xa1\x33\xd6\xe1\x19\xe1\x58\x5d\x8b\xcd\x1b\x27\x2c\x39\xb0\x5f\xae\x80\x10\x5f\xe7\x6f\x20\x75\x5b\xb8\xb0\x92\x81\x0e\xc0\x36\xaa\xcf\xfd\xdf\x9d\xef\xb4\xc4\xcd\x26\x40\x29\x73\x26\x6b\x00\xb6\xd8\x50\x54\x78\x66\xbe\x35\x89\xab\x51\x42\xf9\x6b\x35\xd7\xa9\x16\x1c\xa4\x9a\x3c\xb8\x66\xed\xdb\x67\x9d\x15\x7a\x79\x99\xf1\x65\x0a\x30\xdb\x64\x65\xa1\x49\x06\x3a\xbc\x4c\x97\x99\x06\x5e\x53\x3f\xc8\x54\xd9\x21\x2a\xe4\x17\x2c\xa3\xb9\xd2\x07\x72\x08\xed\x2e\xb2\xe1\x02\x41\xfa\xb4\xf6\x47\xc5\x08\x8e\xfd\xb7\xd7\xd8\xd6\xad\x4d\x4b\x9d\x50\x67\xf1\x03\xf0\xaf\x24\xc9\xcb\x7f\x57\xf0\xd9\x55\xcf\x75\x40\xa1\xb3\xf3\x40\xeb\x16\xfa\xe1\x89\x52\xa0\x29\x43\xf9\x0f\x91\xf1\x20\x57\x1e\xe9\x8c\xd3\x8d\xd4\x40\xe3\x81\x20\x0f\x84\xc9\xdc\xa0\x58\xe0\x25\xa2\x4a\x6e\xab\x9b\x87\xcf\xc8\x00\x3d\xda\x3a\xc3\x08\xa3\x8c\x53\x7b\xc2\xc0\x0a\x68\x58\xbe\x50\x0d\xff\xa0\x23\x02\x1a\x13\x15\x61\x8f\x3d\xca\xb0\xbb\x47\x32\xc3\x2e\x6e\x0b\x2b\x9c\x50\x76\xaf\x5e\xa6\xb3\xda\xad\xb7\x97\x2b\xf9\x96\x72\x0b\x2a\x0d\xd6\x74\xed\xce\xdb\x62\x95\xeb\x09\x1c\xd7\x1d\x05\xca\x66\x1e\x1c\xbe\xda\x08\x6a\x93\x9d\x5e\xf9\x64\xbb\xe4\xfa\xca\x47\xad\x3e\xb1\xc9\xb3\x0d\x08\xe2\x8d\xa9\x3d\x03\xdc\x84\xc1\x09\x18\x8d\xc4\x4f\x54\x30\xaa\x34\xa4\x19\x51\x5d\xb5\xc0\x68\x28\xff\xe9\xfe\xd2\x9c\x40\x7a\x6a\xfe\x13\xa5\x7c\xcc\xf4\xe7\x03\x47\x1f\xa0\x7e\x90\x67\xfa\xd4\xe4\xc6\xba\xfd\x64\xb9\x40\x37\xd3\x2b\x6f\x86\xd7\x3f\xdf\x5d\x8d\xae\x2f\x6e\xaf\x8e\x03\xe5\xf2\xf8\xec\xf6\xfa\x66\x74\x55\xf9\xdd\xe8\xff\x8e\x8e\x6f\x6f\x4e\x2f\xce\xef\xfe\x72\x3b\xba\xad\xf9\xca\x36\x70\x36\xfc\x71\x74\xd6\xa8\xa4\x56\xf7\xa1\x8e\x5d\x15\x17\xca\x19\xe6\x24\x06\xf6\x52\x9d\xac\xcc\x12\xd1\x7f\x82\xf1\x7a\xa9\xe7\xf5\x70\x60\xff\xd2\x7c\x99\x87\xea\x28\x5b\xf7\x45\x7e\x0a\xc6\xcc\xf9\x97\x9c\xdc\x96\x78\x26\x6c\xdd\x8d\xa0\xb7\x1f\xd1\x70\x69\x6a\x6b\xa4\xe1\x4b\x25\x16\xf7\x79\x4f\xad\x5b\x11\xd6\x16\xd8\xc4\x85\xa9\x34\x51\x98\xe6\xb0\x41\x33\x26\xe8\x82\x71\xaf\xc4\x28\x67\xb2\x2d\x51\x9e\x9a\x46\x0b\xeb\x03\xa5\x79\xf4\xe4\x08\xdd\x2f\xc8\x9a\x59\x31\xbc\xa0\x91\xfe\xa0\x90\x38\x62\x52\x4a\x16\x84\xc9\x62\x8b\xc1\xb2\x86\x2d\xcf\x09\xfa\xf9\xcf\x79\xa7\xc0\x28\x36\x46\x66\x56\x62\xc0\xb2\x55\xe2\xb3\x2a\x42\x93\x0a\xd9\xb4\x55\xaa\x8e\xb8\xbf\x73\xf5\x34\x37\x12\x96\x37\x58\xdc\x57\x90\xee\x56\xca\x1f\x33\xfe\x2d\xdf\x58\xcf\xf4\x5b\xed\x3f\xb3\xf3\x7a\x07\x0b\xb8\xd9\x3b\x6b\xf3\xa4\xd6\xbc\xd2\x8e\x38\x29\xf0\xce\xb4\x7e\x5f\xc0\x5b\xd3\x5e\x2a\x43\xaa\x2b\x8d\x20\xad\x18\x53\x66\x08\x0d\x88\x63\xd2\xb1\xd4\x8e\x9a\xaf\xdf\x64\xff\xe0\x49\xfa\x10\xa4\x97\x2d\x34\xff\x7d\xa5\x26\xe6\xd9\x7b\xdb\xec\xc0\xb0\x98\x6b\x6b\x6d\xcc\x2e\x3e\x94\x2f\xa8\x5c\x83\xb6\xf6\x5c\x71\x30\xeb\x20\x54\x1b\xf8\x61\xbd\xd6\x9d\x23\xb6\x8d\x0a\x76\x02\x6b\x3a\x01\x2f\x7b\xce\xb0\xa8\x89\x7c\xc1\x50\xf3\x8d\xee\x41\x1e\x70\xd6\xaa\x99\xbb\x34\x3f\xd8\x7b\x14\x7d\xd0\x9e\x80\x0f\xde\x3d\xb1\x5a\xaa\x0b\x62\x31\x31\xa0\xdc\xe6\x85\xf6\xe6\x66\x2f\x99\x85\x2a\xeb\x8b\x6e\xae\xba\xb5\xed\xc2\x33\x14\x02\xad\x1c\xc4\x53\xd3\x0a\xe9\xd2\x1f\x6e\x6f\xa8\xe1\xda\xd9\xfe\xbd\x1d\xd1\xef\xf5\x96\xca\x6a\x10\xfe\x5e\x6b\x2e\xf7\x0e\x1d\x02\x27\xb9\x81\x13\x1b\xe2\x03\x81\x0e\x51\x42\xef\x09\x7a\x07\x91\xad\xe1\xe5\xe9\xbb\x01\x7a\xe7\xa3\xe7\xde\x75\x10\x7f\x39\x65\x98\xe9\xb7\xe1\x17\x02\xb5\x28\x00\x66\x7c\x02\x0c\x8d\xd7\xcd\xa1\x47\x35\x0e\xe8\x7d\x49\xb8\x66\xc1\x81\x68\xbc\x8b\xf8\x1a\x6f\xdd\x3a\xd9\x98\x1f\x99\xad\x99\x5a\x54\x7b\x65\x6c\xef\x8e\xa3\x90\xcd\x82\x70\x0d\x5a\x78\xe8\x98\xb0\x73\x6e\x1b\x51\xb3\x79\xfb\x48\x7c\xd5\xa8\x02\x6b\xca\x4e\x66\xe5\xa2\xac\xdb\x78\xaf\x6d\xbb\xb5\x88\x79\x0f\xab\x66\xc4\x60\x16\x6a\x34\xb1\x7e\x97\x3d\xed\x2e\xdb\x05\xdc\x23\xec\x5c\xf7\xdb\xec\x58\x2b\x44\x5e\x33\x36\xa5\x4e\x69\xb8\x56\x4e\x87\x14\x40\xcd\xa9\xe0\x8d\x43\xde\x59\xc4\x61\x17\xaa\x6f\x1d\x14\xc1\x57\xef\xcc\xc0\x1d\x95\x86\x4c\x0d\x06\xf5\xc9\x14\xe7\x1a\xcf\x65\x89\x6e\xa0\x6d\x97\x76\xa4\x73\xaf\x01\x3f\x18\xf0\x93\x09\x59\x98\xba\xb9\x8c\x3c\xea\xd3\xb6\x1f\xc1\x8f\x8a\x7d\xf8\xc2\xd1\x8f\x80\xaf\x67\x67\xb4\xfa\x77\xeb\xdd\xe3\xd5\x96\xf7\xee\xa8\xee\x0b\x85\x79\x7d\x13\xcc\xea\xca\xe7\xf5\xf4\x65\xdd\x18\xc5\x83\x49\x5c\xcf\x26\x0e\x35\x47\xb0\xa8\xa1\x12\x87\x9c\xfe\x78\x5f\x08\xc5\xcb\xa8\xf8\xb0\x73\x2f\xcc\x26\x5e\xe8\xcc\xfe\x50\x8a\xaf\x9d\xb7\xfd\x4d\x7b\xa8\xe8\x68\x0b\x2a\x71\x87\xca\x03\xe6\xb0\x6e\x22\x1f\x32\x21\x68\x9c\x80\x44\xb2\x8e\x6b\x75\xa8\xda\xf8\x5b\x8a\x70\xa0\xc0\x65\x56\x18\x8b\x81\xca\x83\x9b\x38\xac\xc8\x52\x2f\x14\x47\x0f\x84\xc9\x9d\xe8\x0b\xd0\x44\x05\x6a\xb1\x9d\xd1\xaf\xb9\x70\x4e\x4f\x72\x31\xe1\xd8\x23\xbd\x68\x81\xe4\x38\x02\xd2\x2c\x5d\x0f\xca\x54\x81\xaa\x73\x74\xaa\xa1\xb5\x5b\x22\xf8\x69\x79\x5e\xd6\x40\x13\xcc\x6c\xe7\xe4\x5f\x79\xd8\x33\x8d\xa0\xcc\x68\xa7\x44\x9a\xe0\x66\x66\x31\x24\xbc\x7b\x14\xee\xba\x0a\x78\x71\xcd\xf5\x3b\xe7\x58\x14\x5f\xb9\x76\xc9\x37\xc0\xdf\x07\xcd\x7c\x26\xf2\x04\x4b\xbc\x13\x5e\xdd\x0e\x70\x48\xe8\xc8\x2d\x4f\xd6\x56\xa9\xb9\xd6\xc4\x63\x19\x4f\x72\xc3\x06\x23\x75\xa1\x1d\x79\x51\x70\x40\x29\x07\x33\xaa\x3b\x53\x23\x07\xba\xd7\xd5\x79\xca\xae\x9a\xde\x6c\x84\xa6\x17\x92\x67\x11\xa4\x26\xab\x13\x57\xbd\xb2\x86\x93\x01\x64\xa7\x71\xd6\x8b\x20\xd3\xc6\xa6\xe4\x41\x70\xbd\xf2\x5e\xaf\xdf\x3f\xdb\xfa\x00\x42\x0e\xc7\x27\x73\x05\x04\xd2\x3b\x18\x40\x9f\xd0\xb1\xa9\x81\x6f\x68\x3a\xdc\x0e\x84\x7c\x2b\xc9\x29\x81\x44\xe0\xc4\x65\x0f\x84\x92\xce\xf8\x7c\xd6\x6e\x2c\x75\xad\x9e\xb4\x34\xfb\x3d\xab\x34\xf7\x3a\xe4\x79\x05\x5e\xb8\xc9\xa3\xba\xc4\x70\x5c\x1a\x4b\x3b\xec\xaa\x92\x20\xa8\xce\x4f\xb6\xb7\x1b\xea\x05\xf9\x7b\xbb\x9d\x57\x55\x77\x55\xa3\x6b\x94\xc0\xc8\x04\xe1\x3a\xab\xdc\x21\x81\x2b\xa8\xb5\x6a\x83\x20\x95\x85\x13\x9b\x82\x92\xa5\x02\x8e\xd5\x9a\x86\xf6\xac\xa0\xef\x1f\x70\x42\x95\xc6\x77\x64\x13\x3f\xde\xa3\xff\x02\xaa\xac\xff\xac\x63\x8e\x9d\x11\x7e\x17\x67\x41\x44\x71\x5d\xa7\x2e\xd5\x43\x27\x99\x5c\x55\x27\xd0\x04\x06\x4f\x82\xa3\xfb\x2e\x49\x45\xea\xf7\x35\xcd\xae\x3f\x81\x9e\x8b\x2d\xbc\x08\x6a\x52\x76\x48\x21\x65\xc7\x04\x60\xfc\xf7\xeb\x60\x09\x03\x26\x35\xcf\x5b\x60\xe2\x46\x43\xd5\xe7\x23\xf4\x49\xb3\x61\xc0\xa5\xa6\x5f\x11\xa5\x59\x12\x8f\x19\xf9\xa6\xcc\xfd\x00\x3a\x51\xc1\x60\x60\x20\x3c\xe6\x4d\xd5\x92\xa0\x40\x56\xb7\xd5\x0d\xf3\xe2\xf9\x55\xe5\x35\x2d\x0f\xb9\x7a\x93\x6d\xa5\xcb\xef\x49\xf9\xd2\x63\x5b\xaa\x7f\x80\xdc\x20\x0b\xdb\x22\x21\x0f\x84\xe3\x19\x31\xe5\x4d\x3d\xb6\x0a\xbc\x41\x35\xd3\xcb\x52\xf4\xf7\x75\x97\xe4\x2d\x05\x95\x9f\x76\x1b\x9b\x82\xc6\x6b\xf5\xa2\xf6\x4e\xf5\xf6\x32\xed\x26\x5d\x1e\x6a\x86\x74\xe6\xea\x0c\x5b\xa5\x27\x4a\xb0\x10\x74\xba\xf2\x0a\x08\x5b\x6d\x42\xc7\x75\x1d\x29\x4a\x48\x9e\x53\xa9\x6b\x04\x60\xb4\xdd\x20\x9d\xb6\x07\x1d\x18\xfb\xd9\x46\xc0\x69\xec\xa3\xf8\x81\x15\xb2\x84\x7a\x6c\x49\x5c\xb9\x2d\x16\xc1\xf4\xcc\x44\xe4\x77\xd7\x31\x0b\xf2\xdb\x0c\x32\xd5\x88\xa2\x5d\x2b\x1f\x8a\x6b\x7f\x42\x12\xb2\x27\x75\xad\xca\x1b\xa1\x71\xae\xf3\xfc\xce\x67\x5b\xff\xed\xfa\xb3\x41\x5c\xaa\x06\x77\xbb\x83\xf5\x7e\xe1\xe8\x46\x4d\xef\x3e\x93\x36\xde\x9d\xb5\x7b\x71\xa3\x73\x55\x27\x1c\xb7\x98\xec\x9d\x85\x34\x9f\x78\x40\x75\x6b\x7d\x4d\xa4\xb0\x8a\xab\xb7\xd3\xb5\xcf\xc4\x9c\xd3\x43\x0b\xc1\xca\x01\x4d\x1d\x16\x7c\x4f\x82\x6d\xa6\x77\x57\x86\x93\xe4\xe9\xc4\xe1\xfa\xe5\xea\xb2\xdf\xf2\xfe\x6e\xe0\x11\x35\x6d\xec\xe2\xf6\x7f\x5a\xd5\xac\x34\x31\x2d\x8d\x8b\xeb\x32\xdd\x45\xf7\x44\x31\x9e\xb2\x3b\xf2\x4d\xd9\x9c\x62\x53\x1c\xc5\xad\x20\x02\x0d\xbf\x5e\x23\xb1\x62\x12\x7f\xfb\x88\xc6\x07\x5f\x34\xa7\x27\xfa\x29\xcd\xb8\x40\x27\x78\x75\x98\x4e\x0f\x17\x29\x93\x73\xf4\x05\xfe\xd7\x7c\xf4\x48\xc8\x3d\xfa\x2b\xc1\x7c\x7c\x30\x66\x90\xac\x6a\xea\xa7\x39\xde\x8d\x39\x86\xb0\x9a\x30\x74\xa1\x7f\xf8\x93\xe5\x0b\x55\xaf\xf9\xe1\xc3\x1f\xfe\x84\x7e\x07\xff\xef\xff\x45\xbf\x1b\x1f\xd4\xdc\x4b\xdd\x72\x20\x73\x42\xd7\xca\xd6\xee\x69\x74\x9f\x4e\xa7\x77\x92\x2e\x88\x26\x0b\xb8\xc3\xbc\xb6\xc2\x52\x47\x44\x28\x35\x1c\x06\x9a\x85\x2d\x4f\xd3\x32\x2f\xd5\xe1\x47\xab\x84\xb9\xc2\xdc\x3a\x6b\x8a\x85\xb9\xfb\x54\xc0\x53\x24\x46\xe9\x74\xda\xc5\x07\x68\xb3\x42\xca\x0c\x49\x79\x20\xdb\x67\xe4\x70\x46\x9d\xef\x8a\x48\xd7\x31\x9e\x96\x7d\x24\x6f\xcc\x2a\x86\x01\x3e\xa9\x45\x7c\x9d\xf2\xad\x44\xf8\x3d\x29\xf9\xcb\x3a\x39\xc0\x2d\xb9\x80\x4f\xec\x02\x11\xb2\x94\x3b\x58\xb5\x0e\x68\x98\x4c\xfe\x31\xbb\xb9\x38\xb9\xf8\xfe\x1e\x4b\x9e\xce\x30\x7b\xff\x11\x0d\xe3\xd8\x14\xd9\x40\xc6\xe9\xa7\x36\xcf\x9c\x70\x72\x84\x7c\xc6\x7c\xa6\x26\xae\xd2\xa3\xed\xeb\xc3\x94\x93\xa8\xca\x70\xad\x3e\xec\x6a\xfa\x4e\xdc\x23\x35\xd0\xa3\x80\x41\xc1\xbd\x20\xcf\x76\x86\xb1\xde\x93\x95\x29\xaa\x57\x1c\xef\x26\x75\x43\xae\x97\x24\x52\xd6\xaf\x2e\x34\xc4\x63\x02\xd3\xa3\x4b\x35\x53\x21\x6d\xf0\xb5\xf2\x50\x85\xc5\x93\xb6\x41\x71\x16\x33\x51\xb6\xd8\x29\xba\xd6\x56\x2e\x1b\x6c\x36\x53\xa1\x88\x1b\xc7\x4a\x6c\x6c\x08\x47\x34\x75\x5c\xfc\xf2\x13\x99\x20\xfc\x70\x8a\x23\x35\x7b\x85\x72\x50\xbe\xa8\xaa\x9a\xc7\x1b\x2c\xee\x77\xeb\x68\xda\x9a\x13\x80\xc6\x79\x0e\xad\xde\x8d\xe5\xda\xa3\xe6\x12\x91\x58\xdc\xd7\x41\x50\x3a\x93\xee\xaa\xa9\xb0\xe8\xac\xa6\xfe\x99\x96\xbd\x54\x21\x53\x16\x01\x14\x53\x0f\x45\xbf\xc0\x4b\x5d\x9a\x01\x2e\x18\x9a\x90\xd8\x27\xb0\xa8\xea\xff\xba\x6d\xa0\xa1\xf8\x9e\x9f\x88\x43\xfa\x81\x52\x9b\x63\x88\xcd\x61\xb6\xd2\x07\x49\x5d\x58\x58\xdc\x0b\x47\x4c\x81\xc4\x02\x27\xc9\x00\x71\x92\x41\x6d\x8d\x01\x12\x24\x99\x1e\xda\xec\xa7\x18\x25\xe9\x8c\x46\x38\x41\x93\x24\x8d\xee\xc5\x98\xa9\x1b\x84\xcd\xf4\xc5\xb7\xe4\x69\x44\x84\xf0\xae\xdc\x3c\xfc\xba\xe4\x69\x9c\x45\x9a\x3b\x57\x73\xd7\x53\x21\x69\x54\x20\x4c\x55\x12\x11\x4a\x49\x45\x18\x0c\x0c\xa0\xc4\x58\xe8\xda\x90\x9c\x12\x70\x82\xc9\xcc\x96\x37\x81\xec\x0e\x9c\xd0\x7f\xea\xda\x64\xf8\x81\xa6\xbc\x6e\xf7\xee\x00\x50\x67\x97\xe7\x4e\x86\xa7\x61\xcd\x7e\x3e\x36\x8f\xc1\x19\x6a\xda\x31\x57\xe1\x76\x76\xbb\xc1\x6d\x73\x97\x84\x61\x37\x45\xce\x2f\x6b\x13\x5d\xf4\x4f\x6c\x58\x75\xcf\x70\x57\xd0\xe5\x1a\xb4\xd5\xba\x3d\x7d\xac\x29\x5b\x4d\x6e\xa9\xe7\x80\x83\xd6\x2d\xa9\xa5\xc9\x92\x57\x57\xc4\x83\xda\x24\x76\x7a\xd4\xdc\xab\x6b\x64\xe0\x78\x54\xb1\x40\xcb\x24\x9b\x51\x96\x97\xc8\x53\xf2\x70\xcc\x80\x50\x45\xbd\xa4\x40\xca\x59\xde\x51\x7b\xcc\x9d\xba\x1b\xe1\xd8\x91\x42\xd5\x4e\x72\x97\x4d\x1e\xee\x5b\x5b\x4a\x6e\x63\x08\x3e\xaf\x0a\xd7\x9b\x9a\xd1\xea\xdb\x07\x9a\x13\x03\x79\x2f\xaa\x5d\xdb\x8d\xbd\x14\x85\x5e\x95\x70\x2c\x74\xaa\x37\x19\xf4\x0d\x42\x95\xa6\x0e\x48\x5d\x8f\x5e\x04\x19\xdc\xb4\x90\x97\x58\xea\x5a\x0e\x64\x91\x4a\x4d\x87\xa1\x99\x29\x0c\x61\x85\x21\xbc\x98\x24\xe9\x04\xee\x15\x20\xad\x80\x71\x07\x0c\x60\x66\xdc\x24\x46\xdf\x7b\xd7\x84\x83\xeb\xbc\xaf\x8b\xb8\xef\x0e\x9e\x5c\xcc\x78\xab\x05\x29\x87\x59\xec\x47\xe8\x32\x77\x37\x15\x47\x35\xc5\x4a\x72\xd7\xd5\x75\xed\x06\x69\x0e\x56\x7f\x07\x90\xe6\xc2\x30\x6a\x08\x2e\xd2\x5d\x94\x9e\x6c\x1e\xd4\x59\xda\xde\x8e\xd4\x00\x46\xad\x7f\x04\x8b\x63\xb7\xd9\xaa\x6a\x89\xf6\x0b\xae\x5d\x60\x41\x78\x59\xb8\x76\xa1\x33\xfb\x0c\xd7\x2e\x74\x75\x7f\xe1\xda\x15\x1d\x6d\x01\xd7\xd6\xee\xf6\x3b\xb5\xa9\xdb\x09\x85\x25\x4f\x65\x3a\xc9\xa6\xd7\x70\x9b\xb4\x61\x64\xd4\xc2\xd9\xea\x39\x26\x4b\x06\x7a\xab\x75\xa0\x6e\x8a\x98\x8f\xea\x2e\x0c\xb9\x25\xaa\x3b\x10\x69\x3d\xaa\xdb\xa1\xba\xcb\xf3\xb2\x8f\xa8\xee\xc2\x9a\xb7\x43\x75\x57\x2d\xf9\x06\x31\x8c\xa0\x99\x37\x83\xea\x2e\xcc\xe8\x3e\xa3\xba\x0b\x5d\xdd\x1d\xaa\xbb\x7a\x65\xbb\xa1\xba\x2b\xaf\xff\xfa\xfd\xb3\x2d\xe6\x0e\x48\x7f\x9e\x19\xd5\x1d\x0c\xa0\x47\x75\x6f\x49\xd3\x1f\x6e\x41\xd3\x03\x60\x9d\x35\x40\xe1\xa2\xac\x6b\xc0\x75\x83\x4a\xbb\x83\x1d\xf5\xb4\xb1\x55\xf0\x42\xb5\xd5\xba\x87\xc1\x3c\x08\xc3\x83\xa8\xae\x3f\x8b\xb5\xf5\x4a\x59\xf6\xf4\x14\xdb\x12\x07\x14\x26\xd9\x79\xaf\x60\xe1\xea\xb6\x5c\x05\x7b\xd7\x16\x1b\xd0\x50\xe6\x6d\xca\x5b\x56\x5f\xdd\x4e\x13\xd2\xed\xa6\xd9\xef\xfc\xff\xd6\x4e\xc8\xb6\xc5\x0d\xa2\x65\xb6\x09\x3a\x76\xb6\xd9\x63\x0b\xb2\x48\xf9\xba\xf0\x63\x8d\x39\x9b\x72\x3c\x5b\x87\xc8\x6d\x3b\x7b\xdb\xce\x9a\xe5\x10\xec\xe6\xdf\xb8\xb1\x4f\x35\x1a\x5c\xb6\xfa\x83\xef\x01\x07\x9d\xb4\x32\xc6\xe2\x42\x5c\x1b\x46\x51\x6a\x12\x0f\xca\x2f\x04\xf7\xaa\x20\xfc\xd0\xcb\x24\x08\xfd\x9a\xe5\x1e\x04\xf3\x6e\x15\xb4\x2d\xa6\x3d\xe3\xb5\x31\xfe\x16\x32\x76\xa8\xd9\x67\x95\xf6\xe7\x13\x26\x14\x77\xda\x64\x55\x81\x47\x6b\x67\x52\xeb\x9a\xbc\x5d\x1c\xc3\xf4\x9f\x6e\xa1\xa7\x34\x21\x08\x47\x11\x11\x50\xd4\x19\x19\x0c\x88\x66\xd9\xcb\x78\xb2\xcd\xaa\x52\x36\x83\x71\x2b\x65\xd2\xab\x02\xe0\x36\x8f\xbe\x33\xe6\x3c\xcd\x66\x73\x6b\x65\xd9\x42\x71\x55\x6b\xf9\xb5\xcc\x2a\xfb\xca\x02\x02\x85\xd2\x31\xc5\x4d\xd0\x3d\x62\x6a\xa7\xe4\x99\xa3\xa6\x55\xe3\xe8\xb0\x3b\x02\xec\x50\x7e\xfc\xad\x1f\x5b\x6b\x25\x90\x29\x34\x66\xc3\x00\x65\x64\xeb\x8c\x4d\x56\x39\x5a\x41\x5f\xed\xfe\x26\x83\xca\xa8\xc6\x7a\x81\x52\x24\xea\x2f\x50\x43\xe0\x21\x13\x4f\xb5\x31\x53\x00\x5a\x90\xf8\x10\x47\xab\x28\xa1\x91\xa7\x92\xce\x38\x5e\xce\x9b\x76\x62\x0f\xfb\x7f\x29\xd8\x7f\x4b\x86\xe9\x46\xa8\x88\xcf\xd1\xfc\xaa\xd3\x11\xca\xdb\xb1\xcf\x44\xe8\xb0\x25\xb7\xeb\xcf\xce\x77\xe2\x6b\x4a\x8c\xa8\xdf\x79\x2f\x0c\x42\x2f\x77\xec\x25\xd3\x21\x2a\xee\x8b\xcd\x66\xf7\x65\x93\x20\x5a\x0d\xa3\x16\x6a\xd8\x22\xff\x21\x28\x08\xe4\xee\xfd\x35\xd9\x10\xf5\xb3\xb4\x27\x7b\x70\x97\xf8\xa8\x3a\x69\xb3\x1e\x23\xd5\x45\x55\xec\x06\x97\x72\x0b\xf5\xba\x20\x53\xae\xdb\x1b\xc2\xa6\x86\x1e\x71\xf9\x3c\x4d\xa0\x24\x71\x30\x5b\xee\x05\x0e\x79\xe1\x26\xc8\x2e\x06\xd4\x9f\x04\xd5\x35\x27\x9b\x68\x02\x47\xb9\x45\x7c\x1b\x00\xa9\x35\xf6\x50\x47\x90\x94\x3f\xa9\xdb\x01\xa5\xb6\xb4\x6f\xba\x81\xa5\x9a\xea\x89\x16\xd7\x7b\x83\xb0\x5e\x89\xd8\xa3\x0f\x0a\xbb\xa0\x70\xf5\xdc\xec\x63\x60\xb8\x5c\xa1\xaf\x65\x70\xb8\x6e\xf9\x77\xb1\x93\x76\x18\x24\x7e\xe1\xd0\x6b\x63\xd4\xd5\xdb\x60\x2f\x1b\xcb\x6e\x0a\x63\xaf\xdf\x66\x95\x71\xb9\xfa\x35\xed\x14\x1e\x5e\x93\xe3\x60\xdf\xb2\x6d\x0c\xcf\xe1\xee\x9f\x34\x8e\xe7\xfc\x8c\xde\x13\x2d\x63\x79\x79\x62\x40\x1f\xcf\x7b\xd2\x78\x5e\xc5\x44\xaf\x8f\xe9\x05\x0a\xc2\xb3\x06\x62\xec\x9b\x9f\x23\x18\xb3\x4e\xa9\xca\x26\x77\x4f\x7e\x8e\x2a\xc7\xdc\xf6\x38\x7d\x75\x6b\xab\x2f\x3f\xae\x36\xcd\x84\xc4\xba\x82\xbb\x4c\x51\x0a\x89\x57\xf9\x16\x60\x44\x6f\xd6\xbc\x0a\x37\x86\xc2\x26\x34\xd6\x80\xcc\x25\x06\xae\x17\x77\x87\x6a\x94\xde\x98\xc1\xfa\x26\x09\xe1\x56\x67\xe7\xe8\x7b\x41\xa1\x3a\x7a\xae\xc7\x73\x14\xa7\x44\xb0\x77\x52\xd7\xd6\xc0\x6c\x85\xee\x59\xfa\x98\x90\x78\x06\x2b\x54\xec\xcc\x21\xa2\x64\x80\xa8\x74\x8f\x71\x82\xa3\xb9\x12\x97\x63\xd5\x77\x70\x6b\xeb\xcb\x9e\x98\x67\xb9\xc9\x3c\xf7\x4c\x06\xf1\xfe\x08\xa1\x53\x86\xa6\x58\x19\xc5\x22\x9b\xe4\xed\xc7\x29\x14\xac\x57\xb7\xbf\x3f\xf0\xbc\x91\x27\x0b\xc4\x55\x06\xde\xda\x68\xaf\x5b\x14\x4e\xfe\x7a\x71\xf5\xf3\xa7\xb3\x8b\xaf\x77\xe5\xfa\xc9\xf9\x57\x57\xc7\x3f\x9d\xfe\x32\x3a\xb1\xe3\xae\xac\x52\x57\xd7\x50\x15\xa6\x57\x73\x9b\x95\xcc\x5b\x2a\x72\x26\xa1\x94\x49\x9e\x26\x88\x4a\x81\x94\x2e\x3f\xa1\x09\x95\x2b\xeb\x12\xb8\x3d\xb5\xd5\xe6\x0a\x6f\xfd\x88\xf2\x82\xcd\x03\x38\xc0\xc5\x4c\xb2\xbc\xe6\x8e\xa9\x7c\xcc\x62\x5d\x19\x1d\xc5\xe4\x81\x24\xe9\x32\x2f\xea\x56\x1a\xff\x47\x34\xe4\xd1\x1c\xb2\x73\xc2\x66\x59\x8a\xd4\x79\x20\x5c\xf7\x55\x57\x43\x36\x1d\x6d\x58\xb6\xd7\x53\xb6\x38\xf7\x40\x3c\x71\xcd\xe2\x70\x47\x37\xdb\x09\x4d\x15\x8b\x37\x33\x30\x9b\x18\xfb\xbd\x78\x5a\x47\xba\xfe\xe2\x72\xbf\x9c\xd7\x4c\xad\xff\x30\xa1\x78\xab\x68\xda\x03\xde\x26\x7f\xf8\x4b\x26\xa4\x2e\x1c\x09\xe5\xc3\x8d\x08\x30\x99\x10\x8e\x2b\x01\xa8\xc5\x34\xef\x00\x4b\xe3\xda\x12\xfb\x85\xa1\x74\xed\x4b\x1e\xfa\x34\x8c\x66\xc6\x8f\x02\xed\x6a\x19\x1d\xa7\x8f\x4c\x48\x4e\xf0\x02\x3a\x22\x4c\xfd\xdb\xa9\x0e\x72\xea\xb9\xa6\x5c\xab\xed\x5d\xf6\xda\x19\x65\xf7\xea\x4a\xc8\xd9\x21\x52\x48\xbd\x57\x6f\xae\x58\xb4\x1f\x29\xc3\x7c\xab\x12\x7b\xba\x7c\xc5\x46\xfe\xbf\xc9\xaa\x8e\x3e\x43\xe2\x75\x5c\x19\xed\x67\x64\x88\x04\x5d\x28\x65\x5a\xbd\x0e\x81\x7e\xa4\xb9\x28\x31\x92\x78\xa6\xe6\x67\x4e\x92\xa5\xc7\x2c\xb7\xc4\x5c\xba\x3b\xc4\xa4\x8c\x47\xe9\x62\x91\x31\xc8\xf2\x37\x0e\x84\x47\x93\x1b\x6c\x8e\x45\xde\xf8\xd1\x98\x9d\xca\x77\x42\x5d\xca\x29\x9b\x25\x2b\x84\xe3\x07\x2a\x72\xa6\x0e\x75\x55\x64\x0b\xc2\xcd\x2b\xa8\xd0\x75\x54\x74\x5d\x7a\x84\xed\x5e\x51\x7d\x53\x77\x88\xa5\x39\x35\x0a\xe5\x0c\x4d\xc8\x54\x69\xea\x4b\xcc\x85\x75\x5c\x56\x38\x1d\xcd\xe2\xc6\x6a\xae\x5e\xec\x4c\xfe\xe2\x1f\x3b\xb4\xc8\x4f\x28\x36\x86\xf0\x87\xe2\xf9\x34\xb3\xde\x70\x36\x27\xa5\x41\xa1\xe6\x7b\xc9\xcc\xc2\x49\xa9\x46\x4b\x51\xee\xdb\x52\x31\x02\x0e\x8d\x7a\x8f\xb5\x82\x74\xe7\x3a\xb9\x98\x0b\x03\x34\xbd\xd6\x7e\x43\xff\x6c\x9a\x72\xc5\x4a\xf6\xd3\xc8\x18\x5c\x39\x19\xb7\x7e\xba\x7e\x69\xdb\xb2\x24\xd7\x2d\xaf\x88\x70\x52\x5e\xe1\xfa\xb9\xbc\xd6\xbf\x6f\x96\x7d\xe6\xb8\xe9\xb6\x1b\xb1\x53\x51\x9a\x24\x5d\xc8\x38\x0a\x23\x3f\xce\x1f\x6f\xee\x51\xfe\x1e\xb5\x00\x76\x2d\xe0\xd4\x68\x02\x11\x9c\x18\x73\x44\x48\xb3\x4a\xfe\x8f\xb4\x0c\x5d\x21\x96\x2d\x26\x84\x8f\x59\x3a\x05\x8e\x96\xa4\xce\xd7\xb4\xe4\xe9\x82\x76\xc9\x66\xbc\x80\x65\xbe\xb2\x3a\xc1\x1a\x17\xb8\x8d\x23\xab\x53\x64\xb6\x97\x79\xa3\x2e\xcd\xc9\xb4\x71\xd2\x70\x86\x16\x78\xb9\xd1\x84\x97\xca\xd3\x97\x66\x7a\xa1\xfd\x5d\x66\xf6\x80\x42\x81\x00\xf3\x09\x4c\xf2\x23\x5e\xe5\x08\xb3\x2e\xc7\xe9\x5a\x1b\x30\x44\xe4\xe5\xbd\xcd\x2e\xf3\x4e\x8c\xd3\xa9\xf4\x7a\xe9\x59\x68\x73\x82\x8e\xab\xb6\x61\xe7\xb3\x64\xc7\xfc\x94\x96\xb9\x7f\xec\x7d\xa3\xbc\xcb\x6d\x18\x1e\x06\xaf\x45\x04\xdd\x69\x9e\xaa\x2f\xc1\xce\xd9\xf9\x1c\x15\xda\x41\x5a\xd5\xb5\x01\xb6\xcb\xea\x56\x9f\x61\xce\xcc\xb6\x6e\x35\x59\x5b\x82\x56\xbb\x95\xa6\xb1\x6f\xac\xa8\x44\xe3\x9d\xf7\x2e\xe5\xae\xd6\x1b\x33\x53\xa5\xbb\x68\xb5\x32\x9d\x4e\x93\x14\xc7\xca\x5a\xd2\x80\x97\x29\x4d\x88\x38\x42\xa7\x15\x4e\x08\xe9\x55\x8b\xd3\x39\xf1\x10\x3e\xb5\xfa\x4e\xc6\xa9\x31\x02\x09\x27\x4e\xab\x41\xd4\x30\x95\xe7\x7e\x4a\x4e\x54\x9f\x61\x03\x83\x26\x3f\x4f\x1f\x75\xac\x92\x53\x25\x65\xb4\x7a\xa9\x0c\x16\xed\x10\xa2\x52\x3b\x30\x63\xb2\x24\x2c\x76\x0f\xa4\xba\xf6\x2a\x8e\x74\x61\xdc\xbc\x57\x35\x4b\xba\x0b\xba\xa4\xf6\xc0\x1e\xfb\xd6\x42\x01\xea\xef\xfc\xff\x16\x7b\x78\x13\xb6\xde\xb9\x77\x4e\x2f\xef\x1e\x11\xfc\x04\x8f\x5a\x0f\x34\x46\x53\x4e\x20\x48\xb1\x70\x60\x62\x16\x13\x2e\x64\x9a\xc2\x0d\x75\x7d\xf2\xf3\x87\xdb\x53\x44\x64\x04\xe4\xcd\x63\x16\x89\x87\x81\x52\x68\xff\x91\x11\xa9\x3e\xae\x63\xee\x5a\x10\x26\x40\x12\xd0\xb6\x24\xfe\x76\x62\xd4\x7f\x4f\xc2\xe7\x1b\xb6\xbc\x57\x23\x5b\xb3\xdc\xc1\xde\xb5\x6c\x3a\xb0\x4d\x81\xc2\x21\x28\x0e\x1a\xac\x47\x9a\x26\x04\xb3\x51\x15\x65\xe2\x06\x10\x12\xf6\xf7\x8c\x75\x54\x93\x8e\xf3\x87\xbc\x5e\xd4\x68\x61\x8b\x25\xe6\x54\x74\x6b\xde\x3e\x53\xd9\xfa\x3a\x21\x62\xe7\x15\xa3\x89\x9e\x29\x94\xb3\x4b\x22\xc9\x09\x01\x11\xe2\xf6\x93\xb9\xeb\xe1\x96\xf7\x66\xc3\x7b\xe8\x68\xcc\xbe\xd8\xa0\x49\xfe\xa9\xc8\x4b\x62\x2f\x26\xc0\xd4\x94\x81\xcd\x14\xb6\x02\xcd\xc6\x54\xb8\x0f\x80\xc0\x43\x64\x89\xd4\x7c\x6a\x53\xca\x70\xe2\x3a\xaa\xbf\xa9\x92\x12\x1c\xb3\x68\x0e\x45\xfb\xb6\xf1\xb8\x4d\xef\x48\xd2\x45\x77\x3c\x9d\x8e\x12\xa1\xf6\x77\x74\x5f\x73\x3a\x7f\x6f\x79\x18\x3b\x2c\x50\x3e\x18\xd0\xdc\x2c\xab\x94\xb6\x4a\xb4\x73\x3f\xd1\xec\x6c\x04\x81\xf3\xaa\xe8\x72\xd5\x08\x6c\xb5\x8a\x46\xb7\x36\x4e\x2d\x70\xbe\x5a\x5f\xfe\x04\xde\x82\xb0\x1c\x33\x9e\x31\xa0\x61\x70\x41\x37\x8c\x04\xe1\x54\x47\xbf\xa2\x94\x69\x1d\xc0\x38\x4f\x66\x4a\x4c\x28\xcd\x0f\x1c\x53\x29\x03\x8b\x2a\xcd\x84\x92\x21\x78\x41\xa4\xba\xa0\xbe\x07\xa2\x50\x1d\xf6\x1c\xa0\x25\xa7\x0b\x49\x1f\x88\xe3\x4e\xf1\x57\xae\x72\x33\x6f\x13\x12\x5f\x12\x8e\x65\x5b\x2a\x96\xaa\xb7\x5f\xd8\x16\x2a\x0f\x6c\x42\xa6\xf2\xae\xd2\xef\xd2\x60\x62\xa8\x16\x59\x5c\x03\x3d\xa5\xb3\xf9\x0e\x5a\x6c\x7f\xea\xff\x68\xfc\x62\xea\xa8\x7b\x37\x3e\x4f\x53\xa9\xf7\x5b\x2e\x93\x90\x9d\x4d\x50\x17\xcc\x4b\xb5\x77\x5c\x2d\x2a\x85\x55\x55\x67\xf8\x9e\xa5\x8f\xcc\xd9\xd6\x4a\x6d\x18\x61\x60\x14\x74\x82\xc5\x04\x37\xf5\xa9\x5e\x7b\x9e\x03\x8a\xb2\x3d\x49\xfe\xf2\xab\x12\x03\xed\x6a\xb2\x42\x39\x0d\x5d\xf0\x5c\x9b\xeb\x4d\xdb\x9d\xf6\xec\xea\x01\x1b\xe6\x25\x49\x96\xc6\x36\x36\x85\x6b\x1d\x32\x0c\xdc\xab\xea\x55\x47\xe8\xab\xd5\xe4\x20\x76\x9c\xd3\x27\x4a\xed\x38\x49\xf0\xca\x96\x77\xaf\x9a\xd8\x5d\x64\x05\xed\x3a\xa0\xdb\x3c\xc1\x0e\xee\x5d\x31\xcb\xc1\x85\xca\x98\xb6\xb0\x5a\x02\x4e\xcc\x85\x6d\x1e\xba\x26\xcd\x40\xa6\x4f\x40\xc5\x24\x09\x57\xd7\x52\x26\x08\x4a\x59\xb2\xfa\x7f\xf4\x62\x41\x36\x90\x8b\x77\x19\x02\x20\xe3\xc3\x54\xe7\x07\x7c\x70\x2c\x95\xea\x52\x9c\xd2\x24\x01\xbf\xfe\x11\x1a\x02\x99\x20\xd0\xc4\x29\x45\xde\x46\xfc\xe9\x8c\xa5\xeb\xe2\x92\x35\x9b\x29\xf2\x36\xd3\x75\xfd\x66\x12\xb0\x9b\x5c\x50\x65\x47\x3b\x6a\x07\xb8\x5d\x25\x5b\x70\x39\xf7\xb4\x3d\x5a\xb7\xc3\x65\xfc\x12\x31\xfe\x52\x77\x7d\xd3\xb8\xba\xeb\x9f\x33\xcc\x31\x93\x10\xb9\x36\x94\xd3\xdc\xa0\x43\xd4\x0e\x44\xe4\x1b\x40\x3c\x98\x36\xec\xe0\x23\x7f\x71\xad\xd3\x7d\x46\x1f\x08\x43\x34\x1e\x20\x7a\x44\x8e\x06\x86\xb2\x5b\x64\x93\xfc\x97\x73\x2c\x10\x1e\xb3\x12\xfa\xf4\x08\x0d\x13\x91\x9a\x27\x08\x8b\x12\x20\xef\xf4\x82\xec\x6e\xe7\x1b\x37\xd1\x64\x05\x10\x75\x58\xca\xbc\xf9\xd4\x7c\xe1\x3d\x38\x66\x58\x68\xaf\x74\x02\x27\x3d\xff\xbc\x8a\x9c\x37\x88\x54\x3c\x21\x39\x41\xe9\x1a\x7a\xb2\x45\xd2\x2c\x94\x4d\x0b\x04\xbf\x80\x85\xc9\x51\xc1\x63\xe6\xb6\x33\xfa\x1e\xcb\x84\x60\x21\xd1\x1f\xde\x77\x0a\xce\xd8\xf1\xe5\xc2\xd5\x9c\xde\x1c\xbb\x66\xf1\x32\x75\xdc\xe2\xc0\x5d\x86\x30\x54\x53\x77\x68\xb6\x81\x5a\x66\x99\xa2\x07\x2a\x32\xa0\x43\xf5\xb0\x98\x9a\xd0\x92\x4a\x61\xb9\x99\xb4\x9f\xb2\x46\x8c\x58\x7a\x69\xe3\xbf\x34\xdd\xaa\xd8\x58\x03\x3d\xe5\x54\x2b\xbb\x90\x0e\x91\x23\x57\xe6\x4a\xcb\x35\x82\xd5\xc6\x6d\x3c\xde\xbc\x61\x92\x84\x68\x11\xa5\xe0\xc4\x84\xa9\x01\x03\x99\xeb\x11\xf2\x2b\x0f\x8b\x3c\x56\x18\x22\x1d\xdc\x59\x51\x8a\xf3\x98\x39\x48\xbb\xdf\x76\xa5\xb2\x53\x65\x2e\x3e\xa3\x0e\x5c\xf1\xfa\x33\xcd\xaa\xdb\x42\x17\xae\x2f\x4d\xd0\xe0\x5e\x29\x99\xe8\x0d\xaa\xf1\xae\x5f\xd0\x5e\x53\xae\x36\x77\xe1\x96\x7d\x4c\x2b\xac\xe7\x9a\xc5\xf5\x54\x8b\x2d\x16\x35\x0f\x5a\x3f\x97\x03\x37\xe8\xfa\x69\x0c\x30\xd4\xf5\x42\x30\x87\x75\x5a\xd1\x01\x76\x2b\x8d\x3d\x60\x9a\x17\x80\x07\xfc\xa1\x95\x7b\xe6\x97\x75\x24\x7a\xaf\x7b\xf8\x83\x7c\xfc\x76\x28\x2e\x0a\x5d\x1e\x78\xbd\xae\x37\x8c\xff\x8e\x23\xc2\xa2\x95\x7e\x93\x25\x03\xcd\xf5\x38\x50\xf6\xbc\xb4\x6f\x0c\xb6\x79\xa5\x76\x68\x08\xb2\x8f\xd0\x08\xee\x19\xcb\x97\x8d\xa7\xd6\xbf\xe0\xfd\x78\xcc\x94\x61\xa2\xae\x78\xa1\x3b\x6d\xdb\x0f\xb7\x78\xd5\x09\xd0\xf9\x3e\x5b\xb9\x66\x16\xeb\x19\x45\xea\x8c\x09\x9b\x6e\x04\x6d\x00\x3d\x03\x1a\xcd\x3e\xa2\x38\x8d\xee\x09\xff\xc0\x49\x4c\xc5\x47\x70\x95\xcb\x5a\x1f\xdd\x42\x19\xdb\x5b\x2b\x1a\x9b\x96\xac\xd0\xef\x37\x90\x45\x7d\x6f\x11\xa5\x21\x4c\xc1\x9a\xb0\x50\x64\x8d\x4f\x36\x38\x39\x44\x98\xe4\xab\x65\x4a\x99\xb4\x28\x89\xa8\x30\x11\xd6\xd0\x50\x3a\x5b\x1d\x16\x87\xef\x22\xa4\xb6\xe1\xb0\x6f\xe6\x44\x10\x1b\x3f\xd0\x83\x92\x29\xd2\x54\xf2\x5a\x5c\x2c\xb1\x9c\x0b\x00\x53\x87\x73\x60\x6c\x2e\x78\x54\xcd\x10\x5e\x42\xf8\x41\x3b\x29\xf2\x87\x1c\x4a\x58\x48\x9a\x24\x63\xc6\x08\x89\x05\x02\x72\xb3\x77\x95\xa0\x7d\xf5\xe8\x00\xe1\x38\x46\xff\xfb\xfb\x4f\x67\x7f\xbd\x19\xdd\x9d\x9e\x5f\xde\xde\xdc\x7d\x3a\x3d\x1b\xbd\x1f\xb8\x0f\x2f\x6e\x6f\xdc\xa7\xda\xc1\xf2\x40\x38\x5a\xe0\x7b\xb0\xf0\x98\xd0\xea\x1f\x60\x69\xfd\x9e\x5a\xb4\x97\xfa\x46\x10\x0b\x35\x31\x6a\x8a\xcb\x92\x33\x6b\xb8\x26\x8f\xb9\x83\xed\x7b\xe5\x1e\x69\xde\x83\x76\xf3\xb8\x57\x58\x35\x70\x41\x98\x54\x32\xc6\x00\x5d\x73\xd3\x37\xdf\x70\x84\xcd\x28\xab\x0b\x88\x13\xf6\xf0\x94\x3a\xfc\xcf\x64\xf5\x8b\xb2\xae\x2f\x31\xe5\xad\xf7\xde\x88\x3d\x50\x9e\x32\x18\x9a\xf3\x6a\xe5\x65\x7d\x08\x0c\xb8\x70\xa8\x84\xd6\x85\x21\xe4\xb2\xac\x05\x5d\xb0\x29\xad\x85\x57\xbd\xd8\x70\x87\xda\x4d\x4c\xbe\x49\x8e\x0d\xfa\x51\x18\x71\x83\x1f\x30\x4d\x00\x30\x63\x2f\x9a\x7c\x0f\xea\x6a\x31\x1f\x11\x49\xf0\x24\xe5\x80\xbd\xd7\x11\x3e\xdb\x84\x99\x30\xa8\x9b\xe0\x1a\xaa\x03\x6e\xa4\xfc\xe9\xaa\x78\x05\xf7\xd0\x65\xca\xdb\xdc\xe4\xea\x67\x30\x0b\xe9\x52\x99\x64\x05\x21\x6a\xae\xd9\x29\xc1\x9a\x3e\x5d\x80\xa4\x11\xd9\x52\x8d\xc3\x80\x41\x92\x24\x60\xea\x53\x67\x40\x1c\x19\xe7\x78\xfe\xcb\x94\xa1\x9f\xff\x2c\xd0\x24\x93\x63\x16\xb6\x91\x32\x28\xda\xf5\x23\x96\xd1\xbc\xca\xb0\xab\xbf\x6a\x2f\xb7\x2c\x3c\xe4\x86\x79\xb7\x0c\x5b\x0a\x5a\xa3\x4c\x92\x59\x11\x72\xdc\x85\x62\xe9\x1c\x40\x3d\x50\xff\x1c\x2a\x12\xa5\xc8\x54\xb2\x36\x89\x3f\xcb\x34\x7e\x27\xd0\xe9\xa5\x92\xb9\x4a\xc7\x86\x70\x34\x15\xda\x93\x06\xd1\x29\x40\xe8\xe9\xa7\x35\x42\x68\x80\x7e\x40\xe3\xec\x87\x1f\xfe\x2d\x42\xdf\xec\x1f\xff\xf1\xa7\x3f\xfd\xdb\x7f\x6c\x52\x60\x0b\xda\xcd\xe7\xc8\xa4\xdd\x17\x85\xb0\xbf\x02\xa3\x02\x0d\x7c\xf7\x48\x30\xb0\x8a\xdf\x29\x85\xb0\x63\x8e\x68\x05\x24\xdf\xa8\x95\xd6\x1b\xc1\x89\x8e\xd6\x03\x57\x7d\x1d\x3c\x89\x08\xd1\x51\xd5\xaa\xe4\xab\x37\xed\x00\x53\xd5\xe3\xa6\x35\x83\x94\x75\x05\xad\xe9\x56\xac\xb1\xe0\xa1\xab\x82\xb9\x0f\x39\xf5\xb7\xda\xfe\xf1\x66\xca\xa6\x1e\x7b\x04\xd3\x9e\x57\xdf\x42\x33\x9e\x66\x4b\x07\x41\xb4\x60\x0c\xbd\x0c\x63\xf6\x45\xdd\xf3\xa7\x6c\x9a\x7e\x34\x1b\xf6\x8c\xb2\x7b\xf8\xab\xc6\xc7\xbd\xfd\x1a\x39\xf6\x7a\xef\x73\x6b\x1f\xe8\x19\x3f\x34\x25\x4c\x54\xaf\x85\xc4\xd1\xbd\xce\x29\x6e\xaa\x7e\xd0\xb5\x7e\x43\x0e\x61\xc8\x94\xa4\x34\x53\x07\xc5\xe9\x85\xcf\xae\xf6\x40\x31\xc2\xe8\xf6\xea\xb4\xfa\xdd\xf7\xb4\xac\x9b\x57\xdf\x02\xe1\x06\x81\xff\xf9\x99\x76\x8a\xa2\x15\x72\xe0\x49\xb0\xd5\x5d\x2a\x5d\x5d\x56\x67\x21\x53\x63\xab\x2c\xf2\xce\x7c\x35\xbe\xae\x07\x70\x95\xa6\xfd\xe1\x7a\x19\xe6\x30\xb9\xad\x6b\xdf\x6f\x25\x8b\x32\x38\xf5\x23\x90\x16\xc6\x75\x81\x11\x65\xf2\xa7\xf5\x38\xcd\x2d\x29\x92\xfc\xaa\x8c\x96\x27\xc9\xd4\xb4\xd3\x7d\x9b\x10\xc8\x67\xab\xef\xc3\xd6\xa4\x48\x7e\x17\x0c\x07\x4b\x5d\x0f\xc6\x6c\x68\x7f\xe2\x70\x11\x79\xda\x92\xd0\x1e\x71\x1d\xff\x91\x73\xf0\x70\xba\x49\x37\x83\xab\x19\xc4\x96\xc5\xef\x6f\x05\xe1\xce\x7c\x32\x88\x4e\xab\xe9\xd9\x71\xd4\xbc\xd9\xd0\xdb\x6d\xf1\xf2\x6b\x3b\xc4\x02\x53\x5e\xd5\x8b\xd7\x1d\xcd\x91\xc3\xbc\x99\x86\x7c\x72\x3e\xed\x35\x4f\x56\xb9\x8f\x56\xcd\xb8\xb6\x25\x0b\x2f\x0b\x0e\xeb\x54\x63\x3b\xb6\xd3\xa4\xb4\x0b\x6a\xe7\xde\x51\x39\x27\x0c\xf4\x84\xf6\x2d\x03\x40\xa6\xbb\x1a\x84\x73\x10\x88\x35\x5d\x3d\xc5\x36\x63\xd4\x10\x39\x18\x5f\xbd\xe7\xa4\xb0\x85\x68\xf2\xe7\x95\x99\x84\x25\x15\x53\x5a\x62\x5e\x28\x22\x6a\xb6\x99\xf5\x4e\x05\x6d\xec\x32\x37\x6d\x55\x17\x6c\x39\x42\x9f\x28\x17\xd2\x1b\x92\x52\x5b\x0d\x20\xa6\x8e\x22\x5f\xce\xeb\xeb\x33\xee\xc2\xb6\xb1\x23\x68\x6b\xf0\xb9\xc0\xda\x11\x1a\xe6\x1c\x3a\x1a\x12\x44\x44\x8b\x11\x91\x44\x90\x4d\x36\x5f\x2b\x8d\x15\xec\x00\xd8\x40\x08\xc4\xa5\x50\x9f\xe7\x79\x65\xae\x9b\x8f\x80\x5d\xc1\xf7\xa4\xae\xb0\x4e\xd7\xa2\x4c\x6b\x6b\x31\x0d\x9d\x42\x9a\x6a\x9d\x74\x93\x0e\xb6\x3f\x76\x39\x0a\x8b\x4e\x3f\xa8\x29\x37\x55\x0e\x75\xc8\x6c\x0a\xfb\xd0\xe0\xb8\x1e\xe7\xca\x6e\xca\x37\xa5\x5d\x3f\xa1\x6b\xd8\x66\xc4\x86\xc6\x20\xe2\xe8\x26\xf8\x68\xcc\x4e\xa7\x88\xa5\x3e\xcc\x0b\x7a\xed\x0e\xa9\x76\xa9\xb9\xf5\x46\xe6\x6e\xd0\xd3\x00\x06\xbe\x6d\xaa\x7c\x9a\x03\x67\xc4\x16\xc7\x79\xbb\x3a\xb8\xee\xe4\xd6\x5c\x63\x5d\x93\xe8\x6a\xcf\x52\xa7\xd8\xeb\x8c\x30\xc2\x69\x04\x09\x1a\xfa\xda\x5d\x62\x5a\x65\x52\x1a\x36\x93\x7d\x4d\x35\xda\x75\x8e\x91\x19\xee\x86\xf9\x45\x89\x7e\x5a\x63\xe4\x13\x60\x87\xd4\x79\x45\xbb\xc8\xc6\xc9\x79\x65\xda\x65\xe2\xe8\xcd\x23\x74\xf9\x06\xdd\xaf\x6e\x7b\x24\x98\x62\x53\x6e\x59\x7b\x87\x04\x24\x45\x69\x20\x5f\x3a\x75\xc9\x53\xda\xb7\xa4\xf3\x2c\x95\xad\x59\xfa\xe3\xc7\x24\x9d\x88\xf7\x7e\xd1\x49\xf3\x8e\x1c\xcf\x57\xbf\x05\x77\x93\xab\x63\xa7\xe2\x29\xef\x43\x7b\x66\xfc\xfb\xb0\xcb\xc4\x57\x6f\xaa\x3c\xb4\xa6\xe1\x0c\x98\xa7\x19\xb3\xb9\x0e\x29\x23\xe9\x14\xf0\x8d\x50\x0e\xcb\x5a\x85\x00\x83\x66\xa9\xf4\xa0\x0b\x9c\x2c\x75\xe0\x0c\x34\xd4\xfa\xe9\xde\x32\xdf\x67\xdd\x3c\x3f\x45\xbe\xcf\xb6\xf3\x6e\x0e\xce\x0b\x4d\xf8\xb6\x59\x1c\xfa\x28\x75\x10\xb3\xf0\xfb\xb5\xc6\xb8\x93\x03\x60\x7d\xfb\x34\x6f\x1a\xa9\x0b\x9e\x62\x72\x28\xd3\x43\x80\x7c\x01\x90\x48\x67\xe0\xd5\xf1\x37\x44\x73\xb2\xe8\x90\xe4\x74\x0d\xbf\x6f\xd1\xcf\x08\x80\x9b\xdf\xbc\x8e\x9a\xbb\x57\x20\x4b\xf1\x0c\xca\x0c\x83\x6a\x6d\x60\x9f\xad\xbd\x39\x3a\xba\x38\xfc\xa5\x6c\xf6\x80\x99\xec\x92\x42\x76\x94\xc9\x69\x9c\x82\xd1\x63\xfb\x70\x84\x2e\x58\xb2\x42\xf3\x74\x91\xaa\x6b\x3b\xcd\x84\xf7\xa5\x86\x0b\xc1\x65\xd3\x40\x70\xbd\xd4\x10\xef\x97\x1b\x8d\x3a\x5a\xea\x2b\xad\x3b\xfa\x3f\x5a\x9f\x22\xea\x8d\x64\x12\xa6\xd8\xad\xe9\xbf\xcb\x8d\x6a\xde\x37\x90\xd0\xb3\xa0\xb3\xb9\xa1\x0b\xf2\xeb\x68\xc3\xd6\x5f\x38\xf6\x54\x5b\xd0\x4f\xa7\x94\xc1\x86\x62\x55\x75\x12\x6a\xdd\xdb\x5d\x32\xfc\x3a\x14\x36\xf4\x10\xc0\x0e\x3b\x07\x93\xec\x70\xb4\x16\x9f\xe6\x1e\x7c\xc8\xb9\xaa\x56\x4b\x32\x40\x93\x0c\xbe\x3f\xbf\xb8\xf1\x7d\x43\x94\xc1\xd7\x87\xd1\x9c\x44\xf7\x6a\x5d\x90\x16\x8a\x7a\xba\x2c\xe9\xd8\x64\x35\x66\x39\xb9\x81\x4c\xad\xa3\x63\xe5\xb2\x47\x5c\x06\x55\xca\x51\x4c\xc5\x32\xc1\x2b\x44\xbe\x49\xc2\x34\x41\x54\x45\x75\x59\xb5\x59\x36\x33\x5b\x80\x7d\xc1\x48\x01\xab\x87\xc1\xbf\xec\x20\x1c\x33\x25\x60\xa9\xa7\x38\xaa\x54\x3b\xb6\xce\xe7\xd9\x26\x7e\x52\xc7\x23\xe2\xf1\xb1\xea\x15\xf5\x5d\xa5\x0e\xca\xc3\x0a\x98\x9c\xb1\x21\x41\x1c\x1f\x80\x07\x65\x6c\xa9\x1b\xd5\xbf\x35\xf5\x1b\xe1\x0f\x24\x1e\xb3\x10\x2c\x65\xae\xb2\x7c\x95\x51\x9e\x5f\x5e\x27\x3a\xbb\x27\xb1\xaa\x79\x76\x39\x96\x8d\xa1\x1d\x08\x10\xe7\xc8\x70\xc7\xe6\xd9\x90\xef\x5e\x4d\xfe\xf8\x04\x89\xd9\xad\x9d\x1f\x79\x42\xbb\xc9\x46\x35\x74\x13\x44\xa7\x4a\x26\x2b\xb5\x41\xdd\xc6\x74\x50\x10\x8d\x13\x75\xd8\x57\x83\x0f\xc9\x51\x0f\x66\xcd\xab\xda\x18\x33\x1b\xb1\x9c\x66\x49\xa2\xb1\xff\xb5\xa5\x62\x35\x34\xcc\x46\x00\x5f\x0e\x7f\xe3\xec\x5a\xe4\x31\x00\x78\x85\x55\x97\xb1\x92\x1d\x2c\x5a\xe5\x54\xb4\xb0\x79\x09\x13\x19\x24\x9e\xda\xec\x5f\x00\x3a\xcf\x88\x44\x4a\xef\x88\xb3\x44\x03\x87\x79\xc6\x0c\xce\x0c\x27\x40\x09\x36\x66\x0e\x16\xa7\x59\x79\xe0\x2a\x88\x4c\x2e\x48\x6c\x74\x41\x78\x05\x34\x6b\x88\xe5\xe0\x82\xa0\x11\x95\x41\x97\xc0\x53\xb9\xf2\x53\xe6\x96\x4b\x82\x39\xa8\x8b\xb6\xb2\x89\xaf\x0d\x16\x97\xc1\x54\x24\x07\xea\x9e\xfa\x12\x43\xbb\xd8\xbd\x9a\xba\xa9\xf3\xa2\x1c\xa1\xa1\x1e\x9d\x52\x05\x2d\x7f\x8d\xee\xad\x09\x53\x9b\x78\x82\xd2\xb7\xa4\x70\x0c\xad\x4e\xa3\x5e\x62\x2e\x69\x94\x25\x98\x27\x2b\x25\x5d\xa6\x59\x82\xe8\xd4\xa3\xe2\x81\x45\xd0\xa8\x28\x43\xde\x06\x59\xc5\x06\xf5\x2c\xf0\x82\xe4\x1b\xdc\x1a\x9e\x89\xe7\x44\xd4\x99\x5e\xda\x3b\xa5\xda\x7a\x7f\x84\x4e\x8a\xc4\x4b\x70\x2c\x3c\x34\x35\x15\x5a\x02\xba\xfe\x9a\xa4\x51\x20\xa8\x04\x02\x27\x3a\x55\xca\xee\x3b\xef\xe0\xd5\xd1\x82\x62\x71\xdf\xd1\x43\x79\x83\xc5\xfd\x5a\x2f\xe5\xa9\x77\x55\xe6\x02\xf0\x06\xd8\x26\x03\xbf\xa5\x3b\x11\x6b\x4a\x60\x74\xec\xa4\x8f\x44\xdf\xa0\xa3\x5f\x3d\x3a\xc7\x62\x67\x17\x0d\xcc\x3f\xb0\x8e\x1d\xbb\xea\x65\xe5\x76\xef\xa8\xb7\x73\x7c\x7f\x74\xed\xcc\xae\x37\x2e\xbf\x06\xf9\xb1\x48\xf5\x4b\x29\xf6\x44\x47\x30\x0a\x4c\xc1\xd0\x07\x93\x48\x0b\xb9\x8c\xee\xb0\x4d\x08\x4a\x28\xbb\xd7\xa7\x02\xc3\xca\x0f\x10\xce\x5b\x87\xc3\xa7\x7b\xaf\x37\x73\x8d\x66\xe3\xa2\xd1\xbb\x09\x09\xb7\x43\x8c\x54\x2e\xae\x1b\x77\xc5\xf3\xeb\x37\x62\xd5\x38\xda\x2f\x4b\x63\xd8\xce\x29\xb1\x36\x56\xa7\x2f\x98\xb0\xfa\xe9\x6a\xdd\xfc\x5e\xce\x71\x35\x33\xdf\x7a\x22\xcd\xdb\xf3\x93\xd1\xa7\xd3\xf3\xd1\x89\x4f\xa1\xf9\x97\xdb\xd1\x6d\xf8\xc9\xd5\xed\xf9\xf9\xe9\xf9\x67\xff\xa3\xeb\xdb\xe3\xe3\xd1\xe8\x24\xfc\xdd\xa7\xe1\xe9\x59\xe1\x77\xea\xa3\xf0\x47\xc3\x1f\x2f\xae\x6e\xc2\x8f\xae\x7f\x3e\xbd\xbc\x0c\x3f\xba\x39\xfd\x32\x3a\xb9\xbb\xb8\xbd\xb1\x73\x5d\xc9\xdf\x99\xf7\xbf\x72\x8a\x76\x41\xac\xd1\x35\xfe\xec\x21\xe5\xa7\x9c\x12\x16\x27\xab\xbc\x96\x94\x3a\x74\x85\x20\xa5\x2f\xd2\xe9\x82\xa4\xd9\x36\x98\x01\x65\xfa\xa6\x0f\xca\xa4\x4e\x90\x69\xcd\x60\x72\x0a\xb5\x18\xbd\xb7\x72\x22\x79\xd9\x0d\xd6\x88\xb2\x90\x7c\x75\x2d\x39\x96\x64\xb6\x6a\x89\x7f\x33\x2f\x41\x4b\xc2\x9b\xfa\x02\x17\x2e\xcf\x96\x92\x4e\xca\x8e\x26\x3b\x0f\x26\x31\xa5\x96\xf9\xcf\x7c\xdd\xdd\xb2\xd3\xf8\x50\x5a\x29\xae\xcf\xab\x05\x9d\x4d\x54\xdf\x32\x1b\x14\x3c\xd3\xed\x57\xe0\xd2\x3d\x52\xbd\xf5\x8e\x2d\xb9\x85\x32\x99\x25\x66\x35\xc0\xff\x8e\x04\x7c\x79\x36\x2e\xcf\x69\x30\xcd\x4d\x65\xad\x88\x1c\x4d\xbc\x89\x65\x6d\x12\xf2\x59\x9c\x17\x1a\x34\x89\xfa\x1e\x1b\x47\xc5\x22\x14\x28\xce\x9e\xfc\x96\x69\xdc\xf3\x06\x93\x08\xaa\x9f\xce\x88\x34\xe5\x33\xf5\xb5\x0c\x69\xc6\xb5\xa1\xba\x1d\x33\x22\x3a\xd5\x33\xa7\x73\x73\x04\x81\x56\x1e\x75\x57\x34\x0a\x64\x68\x1e\x51\x9c\x2e\x68\x03\x09\xb0\xd0\x6c\xee\x8b\x33\x9a\x85\x96\x03\x0f\x24\x46\x87\x3e\x01\x65\x7c\x08\xe8\xb2\x31\xab\xb3\x30\x2b\xc8\x1b\xfd\x1d\x70\x69\xb9\x39\xb6\x59\xfb\x8a\xd9\xaf\x3f\x82\x76\xb2\xdb\x81\x2a\x90\xfd\xf9\x11\xaa\x77\x65\x9a\x75\x99\x60\xed\x42\x82\xb3\xe5\x48\x47\xea\x20\x5e\xee\x2e\xec\xe6\x71\x6d\xe5\x6d\xc5\x2e\x31\x45\xfb\x59\x41\x67\x99\x63\xf0\xbf\x69\xae\xcd\xa0\xe3\x1e\xd5\x68\x9d\xd1\xe2\x12\xd4\xb7\x13\xed\xad\x2c\xc8\x81\x46\x04\xb8\x52\x03\x7e\x56\xaf\x63\x28\xe8\xb6\xf1\xdd\x6a\xb8\x5c\x70\x6c\xe5\x1e\x08\xac\x04\x67\x4a\xa7\x5f\x26\x58\x03\x89\xe6\x58\xe8\x2d\x6d\x9d\x94\xd8\x50\x82\xcb\xd4\x98\xf7\x85\x19\x4e\x39\x5a\x60\x7e\xaf\x2c\x5a\x92\x4c\x55\xeb\x85\xe0\x7e\xe5\xa6\xdf\x32\x90\x96\x13\xdb\x3c\x67\x28\x2d\x3f\xb2\x6d\x7d\x03\xf9\xb6\x34\x61\xb4\x7c\x39\x34\xf5\xb2\x4c\x3d\x92\x9e\x6e\x2b\x6b\x5a\xbc\x2c\x3e\x1e\xcc\x77\xc5\x45\xdd\xdd\x67\x6b\x72\x0a\x3a\x88\xf9\x62\xc6\x41\xe5\xc9\x9a\x26\x29\xae\xa1\xd9\xb1\x6d\xeb\x04\x82\xba\xb6\xe3\x34\x53\xe2\xac\xb2\x71\xdd\xab\xe6\xd6\x9b\x0c\x30\x7b\x6e\x77\xa5\xd0\xf9\x02\x10\x4b\x02\x65\xde\x36\x9a\xd0\xbc\x4a\x5c\x75\xe3\x19\xc7\x55\xe8\x8e\xf6\x04\x87\x79\xb6\x8d\xdd\x3c\xe8\x66\xb5\x24\x15\xb4\x6e\x01\x76\x79\x43\x63\xee\xfa\x72\x74\x7c\xfa\xe9\xb4\x60\x49\x0d\xaf\x7f\xf6\xff\x6d\x2b\x04\xf8\x9f\x9d\x0d\x6f\xcf\x8f\x7f\xba\xbb\x3c\x1b\x9e\xaf\xb1\xb7\xca\xaf\x28\xbb\x3b\xf2\xc4\x80\x1c\x47\xad\xee\x06\x03\xfd\x05\x53\xb7\xe2\x7c\x5d\x55\x24\xf7\x6d\x5a\x7f\xec\xc9\x5c\x9a\xae\x93\xf6\x8f\x11\x93\x7c\xd5\x25\xe9\x13\xc5\xb6\x08\x80\xf6\x5e\x86\x09\x87\x44\x80\x2f\xd8\xb6\x7e\x0e\x82\xcd\x7a\xd7\x4d\x88\xc6\xcc\xa3\xba\x58\x12\x5a\x5b\x37\x28\x51\x1b\x6e\x5f\xe7\xc1\xc7\x00\xc2\x2c\x4c\xd2\x8c\xc5\x96\x59\x6d\x41\xd9\x87\x05\xfe\xf6\xde\x8e\x34\x2f\xcf\x08\xf9\xac\x9a\xce\x3e\x51\x5a\xc7\x0a\xf1\x8c\x35\x4f\xd7\x98\x35\xcc\xd7\xfa\x9b\x41\x17\x27\xa5\xff\xc4\xba\x42\x86\xd5\x47\xb5\xc7\xf8\x81\xac\xaa\xd6\xaf\x94\x48\xa5\xbd\xd2\x46\x07\x86\x46\x96\x9c\x00\x91\xa8\xf3\x47\x27\x3a\xce\xe0\xfe\x0d\xf1\xce\x20\xbf\xb4\xea\x4e\x0a\x6d\xf1\xad\xce\x4d\xa5\x17\xe0\x09\x52\xe1\xcc\x9b\xd4\xa2\x69\x9f\x80\x4d\x3b\x35\xf1\xdd\x18\x3d\xce\x89\x5e\xad\xbf\xa7\x13\x34\x85\x70\xb8\xa1\x8f\xe1\x24\x02\xf7\x86\x5a\x0b\x9b\x5e\x04\xb0\xda\x92\xa3\xc1\xee\x81\x84\x08\x70\xb6\x01\x15\x23\xf9\x47\x66\xb0\x73\x7f\xf8\xa1\x5b\xca\x96\xe4\x2b\x24\xcc\x34\xfb\xe1\x78\x83\x46\x31\x3e\x3b\xe8\x57\xc6\x68\x15\xe5\xdb\x95\x26\x21\x7c\x5e\xae\xd7\xc2\x4b\xcd\x3f\xd7\x22\x16\x6e\x6c\x1a\x8c\xfe\xfd\x93\xe5\x47\xfc\x52\x48\x8b\x30\xaf\x83\x40\xa4\x69\x5d\x78\xa8\x7b\x65\x19\x3d\x62\x1e\x6b\xc7\x00\xf8\x88\x8e\xd0\x4f\xe9\x23\x79\x20\x7c\x80\x22\xc2\x25\x36\x70\x65\x75\xd6\x92\x04\x0e\x94\x69\x67\xcc\x20\x36\xaf\xb1\xdf\x0c\xa8\x77\x24\x9d\xcd\x95\xf2\x68\x8c\x50\x43\xd7\x29\x88\x04\xa8\x21\xf9\xb6\x24\x91\x06\x65\xd4\x45\xa2\xa7\x09\x7e\x28\xe3\xaf\x37\x81\xd6\x7a\x8c\xa4\xb6\x98\x90\xc9\x59\x69\x74\x4a\x59\x62\x4b\x2d\x35\x97\x2b\x39\x4f\xd9\x00\xcd\xd2\x04\xb3\xd9\xd1\xd1\x11\x22\x32\x3a\x7a\xdf\x69\xa3\x9b\x06\xbd\xd7\xe5\x11\xb5\x24\x15\x24\x59\x59\x0b\x2f\x47\x3e\xa8\x59\x06\xa4\x85\xad\x78\x54\xb1\xfb\xaf\x8b\x08\xdd\xe7\x75\x93\x55\x6b\xa5\x9d\xa1\x3e\x35\xed\x14\xeb\x9c\xac\x6b\x49\xff\xbe\x5a\xd3\xee\x00\x5d\x03\x26\x07\x1a\x27\x39\x84\xad\x26\x83\x2a\x65\x5d\x71\x59\xbf\xa4\x75\x2c\x35\x1b\xa5\x1c\x54\xb6\x64\x00\xe2\x1b\x21\x95\xca\x3b\xba\x62\xc7\x39\x50\xdf\x56\xe9\x4d\x49\xb6\x28\x53\x2d\xee\x4a\x8b\xca\x3b\xa9\xff\x3a\x86\xd7\xb5\xe7\x35\x70\x64\x3c\x29\xd7\x68\x2a\xd3\x5f\xed\xf7\xd0\x9b\x09\xa4\x25\xa7\x02\x12\x2d\x36\x01\x3c\xb9\x66\x74\xd3\xe0\x9e\x55\x36\x8c\xa6\x47\x33\x85\x68\x00\xc3\xe5\xea\xc9\xe8\x47\x84\x56\x75\xc0\xa7\x5b\x2f\x19\x72\x90\xe8\x46\x56\xcf\xf9\xc5\x79\x50\x00\xee\xf4\xfc\x66\xf4\x79\x74\x15\xc4\xa0\xce\x2e\x86\x37\x41\xbc\xe9\xe6\xaa\x10\xa6\xfa\xf1\xe2\xe2\x6c\x34\x3c\xf7\x3f\x3a\x19\xde\x8c\x6e\x4e\xbf\x04\x8d\x9f\xdc\x5e\x0d\x6f\x4e\x2f\x82\xdf\xfd\x78\x7a\x3e\xbc\xfa\xab\xff\xc9\xe8\xea\xea\xe2\xaa\xf0\xbe\xdb\xe3\xe6\x48\x56\x30\x8c\xea\x95\xc8\x95\x65\x0f\x2f\x5b\xa5\x14\xde\x60\x71\xbf\xe3\xe8\x2b\xa0\x0d\x36\xac\xd8\x56\x23\x94\x62\x72\xb7\x59\x60\xb6\x2e\xb8\x5c\xf9\x1e\xa5\x0f\xae\xee\xb0\x94\x64\xb1\xdc\x8e\xe8\xa1\xfd\xc1\xe9\x16\xf3\x05\x93\xa6\x45\xcc\x37\x58\xd5\xfd\x89\xf9\x56\x84\x73\x4d\xcc\xb7\x69\xbb\x37\x04\x6e\xd5\x38\xcf\xd2\xad\x2a\x4b\x75\xa9\x49\xe1\xef\xc9\xf5\xa1\xde\xca\xe7\x0c\x32\xff\xae\xba\xca\x41\xf5\x46\x36\xa3\xfc\xa2\x1f\xd5\x45\x0e\x6a\xa2\xc2\x32\xd9\x81\xff\xe9\x2c\x9d\x55\xa3\x60\x5d\x19\x59\x2a\xbc\x3c\x78\xf0\x66\xa7\x33\x24\x28\xbb\x1f\xb3\xaf\xca\x20\x4b\x33\xae\x3f\x92\x29\x07\x40\xf5\x34\xc9\xc4\x9c\x00\x7d\xd4\x00\x3d\x12\xa8\xea\x07\x5e\xed\x90\x5f\x17\x48\x42\x13\x7a\x4f\xe0\xe9\x84\x32\xb5\xdb\x97\xd4\x6a\x40\xc5\xa5\xdf\x85\x81\x14\x53\xe1\xec\xc4\x27\x0c\x35\xe4\x9e\xae\xc7\x39\x01\xdc\xaa\xc7\xce\x65\x89\x3d\xb5\xe4\x81\x1c\xa9\x34\xbd\xcf\x96\xa6\x2c\x1b\x16\xf7\xef\x2c\x0a\x0c\xa6\xfb\x21\xa5\x31\x8a\xb3\x65\xe2\x95\x52\x7d\x4c\x79\x6d\xd4\x5e\x6b\xea\x1d\xa2\xf6\x05\xfb\xb3\x69\x60\x15\x66\x80\x67\x75\x34\xc4\xef\x9f\x18\xc1\xe0\x71\x76\x64\x82\xf0\x43\xc9\xe9\x6c\x06\x7a\x8f\x75\x2a\xec\x3f\xc4\xc1\xee\xcd\xd5\xdd\xf6\xf6\xb3\xef\x6a\x4d\x34\xa3\xa9\xa3\x1a\x08\x8b\x8b\x9a\x2d\xe7\x8e\xfd\x52\x57\xe5\x54\xfd\x76\x1d\xaa\x0d\x31\x2e\x39\x51\x6f\x89\xef\x34\x0d\xca\xf6\xf4\x2c\xa7\x53\xa5\xc9\x98\x42\xe0\x39\x91\x4c\x4e\xb6\xa1\x17\x1b\xb2\x20\xcc\xbb\x6d\x5a\x80\xce\xc8\x65\xba\xa0\xdf\x23\xb3\xa5\x0e\xb1\xd0\xa6\x3d\x4b\xe1\x6e\x75\xa9\x02\x50\x50\x0d\xf2\x79\x5d\x8d\x3c\x93\x61\x68\x7c\x74\x9a\x69\xef\xe5\x21\x29\x4e\x50\x03\xd2\x32\x2c\xb9\x54\x14\x91\xdb\xe6\x0d\xb8\xf8\xfd\xa6\x1a\x5d\xb3\x4d\x32\x4b\xd2\x09\x4e\x92\x55\x45\x46\x81\x7f\xeb\x74\x73\xc0\xd9\xc2\x50\xe1\x9d\x65\x91\x39\x10\xea\x4d\x1b\x32\xb5\x83\xf2\x05\x3b\x4d\xb9\xd8\x7e\xc2\x32\x99\xea\x6c\x69\xf0\x28\xaa\xc1\x9d\x16\xe8\xf5\x8f\x34\xfe\xf6\x34\xae\x24\xfa\xc8\x4f\x8c\x9d\xf9\x3a\xe9\x5c\xe1\x03\xe8\x94\x31\xb2\xe4\xc4\x7a\x7f\x56\x44\x3a\xa7\x4f\x62\xf1\xc1\xab\x65\xc8\xa8\xee\x7b\xbd\x5d\x91\x6c\xe3\x4f\xd7\x45\xd3\x3d\xce\xd6\x94\x11\x26\x35\x73\x25\x4b\xc7\xcc\x34\x6e\xf3\xcf\x1c\x85\x8b\x71\xe4\xeb\x89\x19\x18\x1d\x1a\xa4\x02\x27\x22\x4d\x1e\x4c\x31\x53\x37\x27\x32\x05\x7c\xb8\xea\xe0\xb1\x12\xe7\x4a\x79\x51\x26\xac\xe3\xdc\x9c\x93\x31\x2b\x24\x61\x79\xb5\xd7\xed\x8e\xf5\x9f\xdf\x59\x62\x4a\xa0\xef\x34\x4d\x7d\x6d\x62\xca\x3a\xc1\x35\xc5\x51\x17\x80\xf8\x6a\x49\xe2\x53\xf7\x5c\xf3\x66\x08\x4c\xff\xd8\x0b\x8d\x04\x87\x5c\xef\x01\x2d\xb0\x85\xce\xee\x11\xae\x12\xaa\x5b\x24\x47\x0a\xe4\xc8\xc6\xd5\x12\xcd\xb0\x25\x9c\x17\x8e\x6d\x1c\xa2\xb5\x81\xcb\xb6\x50\x1c\xc8\xe9\x52\x51\x2a\xa4\x8e\x0f\xc1\x23\x53\x4c\x93\x8c\xd7\xaa\x08\x7a\x5b\xee\x3c\x6d\xee\x18\x9a\x45\x55\xab\xe6\xfc\xaa\xde\x31\x72\x3e\x55\x57\x74\x28\xc9\x66\x94\x89\x70\xd7\xd7\x93\x6f\x96\x88\x88\xd7\x2c\x78\xce\x5d\xdc\x5e\x16\x0f\xf5\x61\x17\x30\x78\xf0\xa3\xd7\x33\x10\x19\xa5\xcd\xeb\xfb\x98\xdd\xc0\x5d\xad\xb3\xc2\xdc\x31\x03\x86\x28\x4d\xf8\x01\x2c\xcc\x55\xe3\x0d\xe4\x79\xb8\x53\xb7\x02\x64\x54\xe5\x6f\xad\x07\x7e\x7d\xc1\xcb\xa6\xd4\x9a\xad\x5b\x5c\xb7\x0c\xce\x3b\x57\x3c\x86\x45\x5a\xdf\x8a\xd9\x73\xe0\xb5\x67\x09\x42\x75\x49\xf4\x75\x18\x46\x93\x22\x5f\xca\xd2\x0c\x14\x53\xff\xd1\xee\x30\xd6\x3c\xfa\x62\x2a\x09\xea\x06\x27\x1a\x78\xe8\x63\x25\xb7\xc8\x12\x75\x0b\x53\xa8\xf4\x5c\xb5\x1c\x5b\xe2\xb8\x72\xe8\xed\x33\xc2\xb8\x7e\x29\x4d\x51\x57\x14\x57\xa1\x7e\xbe\x4c\xbd\x3a\x5b\xad\x34\x66\x87\xde\xfa\x25\xc4\x1e\x07\x53\x9c\xd2\x56\x20\xed\x32\x7b\x1c\x28\x2d\x31\x61\xa9\x24\x08\x23\x46\x93\x0f\x2c\x4b\x92\x0f\xe7\x50\xe6\x44\x08\x3a\xd3\x2c\xca\xe0\x31\x09\xca\x52\x03\xf6\xd5\xc3\xb2\x7a\x47\x00\xae\x48\xd5\x25\x5d\xe4\x5d\x2a\x89\xa9\x96\x20\x59\x8d\x99\x7a\x42\xab\x58\xae\xc6\xa8\xad\x55\x08\x6f\xb3\x79\x39\xe6\x5d\xca\x36\x66\x2b\xbf\xf1\x8a\x0d\xd6\x94\xca\xb2\x55\x48\xae\xe7\x38\xdc\x1b\x8e\xc3\x94\x5b\xcf\x53\x07\xb6\xc3\xfa\x43\xb5\x31\xdd\xa0\x53\xc4\x9c\x4b\xbb\xc5\x7e\x7c\x49\x77\xf6\x53\x26\x36\x6d\x9d\xc5\x64\x67\x6a\x17\x5e\xd1\x7f\x64\x24\xa3\x6c\x76\x37\xc9\xe2\x19\xd9\xca\x47\x97\x4a\x9c\xa0\x47\x4c\x25\xb8\xe8\x7c\xb5\xdd\x9c\x8b\x98\x24\x78\xa5\x33\x01\xd4\x5b\x49\xc7\x92\xec\x76\xb4\x6e\xef\xaa\x5d\xc6\x3d\xbe\x81\x31\xbb\x49\x9d\x51\x69\x4e\xec\x34\x53\xda\x68\x83\xf4\xb3\xad\x9e\xe8\x99\xdf\x0a\x66\xb8\x4b\xaf\x50\xa3\xa7\xcc\x46\x8b\xac\x87\xd9\xaf\x46\x16\x74\xc2\x20\xa1\xf4\x99\x07\x06\x7f\x19\x1a\x46\x9a\xe5\xc1\x82\xad\x4c\x2d\x8d\x0c\x3b\xec\x39\xcc\xa5\x9a\x70\x93\x18\x9d\x31\xc0\x4e\x91\x6f\x3a\xfd\x3c\x59\xf9\xad\x42\xa2\x22\xb4\xd8\x31\xa2\x0c\x36\xb7\xcb\x25\x5d\xbb\xd0\xf5\xab\xb9\xad\x13\x4c\x63\xf5\x97\x09\x66\x77\x5a\xb9\x79\x01\x37\x98\x97\x2f\x50\x47\x65\xe4\xd5\xec\xdb\x4d\x3f\x9d\x84\xbf\x0a\xb2\x78\xfc\x22\x5e\x83\x22\xdd\xa9\xd5\x48\x5c\x35\x73\x63\x8c\x1b\x3e\xeb\x6f\x55\x80\x8c\xf5\xae\x3c\x5c\x30\xdc\x1d\xa1\xfb\x1a\x5f\x5e\xa9\xca\xe6\x9e\xf9\xf3\xda\xac\x7c\x61\x83\x17\x97\xbd\xbb\x2b\xa9\x74\x51\x6c\xe4\x4e\x5a\xd3\xad\xa7\x75\x29\xd5\x9a\x4e\x65\xd7\xd2\xd7\xb0\x18\x54\x04\xd5\x15\xa3\x24\x8b\x09\x12\xa9\xd2\xe7\xac\x65\x57\x9d\x0f\x52\xc0\x21\x3c\x29\xff\x45\x98\xee\xdb\x1a\xd0\xa3\x19\x70\xd0\x29\x43\xd6\x42\x1b\xa0\xf1\x81\xde\x59\x62\x7c\x10\x56\xce\xb6\xf4\x3a\x61\x41\x84\xa2\xe3\x55\xc7\x44\xbc\x1b\x84\x79\xee\x81\xe2\xbc\xd4\x78\x31\x5e\x92\xd7\xc6\x43\x3b\xe9\xb0\xe9\x44\x37\x60\x94\x52\xad\x6b\xaf\x2c\xe9\x0d\xa4\xbe\xf2\x2c\x92\x5e\x6d\x4e\xcb\x11\xf2\xa3\x7d\x50\x4d\xd1\x32\x4b\x4c\xed\x71\xcb\xc9\x91\xf2\x31\xb3\xad\xe5\x54\x7d\xc3\x24\x29\x35\x55\xa6\xc7\xf1\xf6\x2a\x90\x65\x59\x1c\x32\xe0\xdb\xd5\x8f\x00\xa9\x55\x92\x03\x63\xa6\xb3\xd2\x5c\x42\xe4\x11\x1a\x16\x6a\x96\x86\x4c\x30\x3e\x11\x4c\x92\x58\x16\x14\xcd\x2d\xe2\x51\x5f\x88\x0c\xea\x0c\x4c\x33\x25\x8e\xdc\xdb\x65\x3a\x66\x40\x0a\xa4\xcb\xcf\xdb\x79\x19\xb3\x2f\xa9\xb0\x75\xd4\x44\x3e\x1f\x56\x67\x30\xd3\xf6\xce\xc1\xb1\xcd\x07\x27\x4a\x88\xa8\xa7\x94\x69\x5b\x48\xc6\x85\xb8\x1d\xa0\x0b\x06\x68\x95\x66\x3c\x50\x15\xc7\xec\xef\x6a\x7a\x2c\xd3\x4d\xea\xaa\xfc\xc2\x21\xb6\xc9\xcb\xe8\xfb\xbf\xe9\x46\xbf\xff\xd3\xfb\xbf\xbd\xd7\x3c\x62\x99\xc8\x94\x84\x1d\x84\x57\x88\xed\xa8\x5a\x52\xca\x66\x63\x66\x47\xe0\x4a\x17\xe4\xaf\x68\xcc\x89\x37\xce\xe2\x5d\x33\x40\xe7\x1e\xa7\x21\x8a\xb0\x8c\xe6\x87\xd8\xec\x3d\x9f\xfd\x87\x8a\x9c\x5f\xfc\x71\x4e\x18\x94\xd7\x0a\x39\xc9\x75\x42\x00\x8a\x95\x64\x5b\xb8\x74\xd2\x60\xbf\xe8\x42\x2b\x46\x2b\x2c\xe4\xd1\xda\x37\xc1\xe6\xcc\x33\x39\xbf\xe6\x92\xc1\xfe\xdc\xe2\xdb\x73\x37\x91\x71\x8d\x29\x93\x35\x46\x63\x8d\x07\x1d\x1f\xd8\xe5\x1f\xb3\xe5\xe4\x28\x59\x4d\xe5\x11\xa0\x53\x8f\xd4\xb4\x1c\x8d\x1a\xeb\xb1\xe8\x4b\xe8\x2e\x2e\x6b\xe5\x6b\xa6\xbb\x56\xaf\xaf\xd6\x77\xdc\xec\xb8\x37\xb5\x57\x5a\xb4\x69\xeb\xe6\xe7\x3a\xf4\x7d\x13\x67\x2b\x13\x1d\xcf\x18\x58\x76\x17\xcc\xc2\x12\xc2\xee\x7c\x02\xd5\x90\xba\xe8\xb0\xa4\x11\xe8\x0a\x98\xe1\x64\x05\x59\x26\x83\x31\x8b\x29\x27\x11\xd4\x36\x8c\x56\x51\x42\x23\xc3\xd4\x12\xea\x42\xe4\x81\x30\x19\x80\xe1\x46\xea\x93\xe7\x52\x87\xea\x60\x78\xd5\xb3\x7f\x5b\xa3\x0a\x39\x56\xad\xd0\x5b\x50\xdc\x26\x26\xb7\x9c\x77\xcc\xcd\x77\xaf\x07\xd1\x1c\x5b\x3f\x4f\xca\xe9\x8c\x32\x28\xfc\xff\x3d\xb8\x3d\x93\x84\xf0\xf7\xae\x40\x0c\xcc\x62\x75\x37\xe6\x9d\x88\xf7\x2b\x68\x5a\xaa\x2f\xdb\x28\xca\x38\x27\xf1\x5d\x19\x3d\xd6\x35\x8f\xb1\x19\x5b\xa3\x54\x6b\xba\x20\x42\xe2\xc5\xd2\x2f\x94\xee\x32\x6e\xcc\xcc\x24\x7a\x12\x90\xed\xd8\x00\x51\x00\x88\xb9\x30\xf5\x98\x99\x00\xb5\x5e\xb7\x94\x57\x24\xe8\x17\x47\x09\x82\xa3\x45\x11\x9d\x06\x7d\xa4\x6b\x09\x9e\xa2\xa3\xec\xea\xcc\x62\x08\xd2\xa0\xa2\xbc\x57\xd9\x99\xc2\x79\x86\x73\x5a\x51\x1b\x7a\xcc\x72\x08\xd2\x71\x92\x66\x31\x32\x6e\x42\xe3\x74\xe3\x47\x88\x92\xa3\x01\x12\xff\xf6\xf1\xc3\x87\xa3\xa3\x1d\xf1\xf6\x87\x85\x9f\xaa\x77\xb8\x2e\xcd\x54\x05\xf1\x5b\x73\xb4\x02\x9e\xae\xbb\x6e\x96\x87\x4d\x41\x80\xdd\xe2\x5b\xe6\x21\x80\xa5\xf8\xca\x25\xe6\x84\xc9\x3b\x00\x15\x77\x7b\x21\xbc\xe8\x12\x1e\x0f\xf0\xb0\xad\xcc\x9e\x9c\xe7\xcf\x24\x14\x62\x71\x8f\xbe\xa7\xe0\x41\x7f\x6f\x8c\x71\xa8\x6d\xde\x40\xbf\x55\x96\xc0\x4d\xbd\x79\x26\x51\x5c\x07\xf8\x6e\xd3\xfd\xe0\xd9\xad\x2f\x90\x6d\x70\xe2\x8d\x7e\xb0\x13\xc7\x25\x0b\xb1\xf3\x53\x86\xa2\x74\x31\x51\x42\x5c\x6d\x75\xe7\x98\x00\xb8\xf7\xd0\x62\x2e\x1d\x60\xcc\x62\xcc\x34\x1b\x43\x01\x71\xed\xbc\xd9\x3e\x22\x4c\x6f\xd1\xc2\xdd\x54\x57\xeb\x49\x6f\xe7\x27\x80\xb4\x57\x1f\xf5\x61\x71\x04\x39\xbb\xf1\x3d\x8d\xee\x89\xba\xe7\xa6\x39\x0b\x8b\x2f\xdd\xdc\xfd\xe6\x20\x72\xa6\x70\xbc\xc6\x63\x10\x33\xee\x3b\xaa\x39\x2c\x89\x2d\xd8\xea\x61\x69\xde\x89\xea\xc9\x79\x6a\xfc\x7d\xf5\x5c\x40\xfb\x0e\x65\x6b\xf2\x40\x9d\x6a\xa1\x95\x31\x90\xc8\x7f\x74\xf2\x50\x90\x28\x65\x0e\x99\xbb\x93\x8b\xbe\x02\x9b\x5f\xdd\x5d\xf8\xae\x94\x40\xba\x4e\xeb\xd8\x52\xf9\xc9\x15\x1f\x5b\x00\x5b\x1b\xcc\x10\xb7\x04\x78\x8e\x7a\xf7\x00\x2d\x30\x65\xe6\x18\x40\x31\x3c\x14\x93\x49\x36\x9b\xd5\xde\xc9\x49\xba\x8b\xf2\xc9\xcd\xb3\x7a\x96\x36\x38\x08\xdc\x08\x93\x26\x74\xfb\x9a\x1d\xfa\x86\x94\xaf\x46\x34\xd8\x2e\xd4\xa7\x53\xfb\x26\x6d\x04\x4e\x69\x42\x9e\x47\x63\xda\x91\xfa\x77\xda\x46\xfd\xb3\x5e\x04\x88\xe0\xea\x71\x38\x3b\xef\x37\xa4\x17\x6a\x44\xdc\x9d\x7a\xf2\x49\x61\x71\x0e\xc8\x0b\x87\x55\x03\xde\x94\x6c\x8a\x05\x24\x7c\xef\x1e\x27\x07\xb2\x7d\x1d\xfa\x7e\x6b\xc2\x83\xeb\x74\x41\x10\xbc\x4a\x0c\x74\xfa\x8b\x09\x41\x0f\xc0\xeb\xa8\x06\x88\x16\x59\x22\xe9\x32\x31\xc2\xdf\xb8\xd5\xa2\x39\x66\x33\x8f\xe9\x1f\x7d\xcf\xc8\x23\x52\xb2\x76\xe0\xbb\x61\xbc\xe5\x19\x20\x22\xa3\xf7\x4a\xb7\x09\xa2\x36\x9c\x44\x29\x8f\x21\x39\x62\x86\x79\x0c\xd1\x3c\xb3\xe1\x13\x1c\xdd\x03\x83\x12\x5c\x47\xfa\x8d\x36\x80\x68\xf2\x07\xb4\xfb\x32\x6f\x8d\xb2\x48\xd7\x42\xb7\x04\x0d\xae\x7f\xfa\x71\x81\x70\xc4\x53\xa1\x3d\x51\x96\x38\x47\xc3\x53\x40\xfd\x7a\xa0\x71\x86\x13\xfd\xc6\x2e\x31\xc3\x4b\xb3\x21\x2c\x92\xc2\x73\x82\x81\x94\x0c\x52\xd5\x3f\xa5\xdc\xe4\x02\xc0\x8c\x5f\x9a\x8c\xf8\x9f\xe8\x03\x19\xa0\xeb\x25\xe6\xf7\x03\x74\xb2\x62\x78\x41\xa3\xff\x4e\x27\x55\xfe\x94\x12\x34\x61\x6b\x95\x78\xf7\xec\xb3\xd5\x07\xfd\x6b\x09\x78\x81\xea\x92\xb8\x5f\xa7\x37\xa5\x06\x35\xf2\xd6\x2f\xf5\x35\x31\xb9\xde\x31\xb2\xd3\x0b\xb0\xd2\x50\xb6\x6e\x0e\x1c\x2f\x28\x0b\x6c\xb5\xbd\x72\xb6\x16\x17\xb5\x0a\xa5\x15\x08\xe3\x56\xd6\xed\x2e\x34\xc7\x4b\xac\xac\x1c\x65\x50\x2e\x52\x49\xf4\xbd\x2f\x64\xca\x89\x3a\x27\xdc\xaa\x93\x50\x26\x87\x0a\xfd\x4d\x1d\x85\x64\x94\xa4\x22\xe3\x2d\xc5\x46\x79\xc1\x8e\xcd\xe3\x8d\xda\x49\xba\x58\x42\xf4\x85\x13\x91\x25\x52\x54\xd8\x6b\x25\xb7\xf5\x4e\x02\xf9\xe5\xee\x7e\x21\x12\x9f\x94\xfc\x5a\x6e\x6f\x07\xf8\x19\x48\x84\x1a\x35\xec\xe9\xba\x2b\x76\xe4\xc7\x2f\xd4\xd9\xb6\x45\x88\x4c\xa1\x05\xca\x66\x49\x1d\x37\xf9\x98\x99\x3a\x0d\x9e\xec\xc3\x79\x3e\x8f\x55\xc8\x6c\x4a\xe7\x63\xc0\x51\xef\x8a\x3c\x18\x20\x0c\x36\x06\xbb\xd3\x8b\xe0\x2e\x1f\x00\xc1\x92\x06\x06\x31\xe0\xd7\x1a\x33\x91\x4d\x0e\x73\xb8\x4a\xca\x41\xba\x02\x41\xc2\x12\x2b\x71\x8a\xa2\x39\x4d\xe2\xc3\x32\x18\xd1\x68\x39\x50\xde\xc1\x91\x89\x4d\x08\xf0\x05\xc1\x8a\xeb\x52\x6a\x3a\x5a\xea\xc6\xee\xda\x99\x64\x12\x11\x47\x97\x4f\x85\x71\x1e\x15\x34\x89\x40\x5e\x04\xbe\x81\x97\xf6\x08\xae\x97\x17\x75\xe9\x7a\x6f\x5f\x4e\x04\x73\xd6\x46\x4e\xdc\x84\x5e\x38\x7b\x6a\x30\x73\x92\xa3\x6e\xaa\xc4\x9d\x76\xa1\x3d\x21\x72\xf0\xab\x4b\x49\xb7\x49\x56\x62\x89\x1f\x99\x01\x89\x74\xa2\x47\x6d\x27\x1f\xaa\x79\x2c\x94\x7c\x28\x7c\xe3\x4b\x0a\x75\x1d\x41\x90\x9f\xba\xe4\xc7\x81\x97\xe5\x0d\xa5\x73\xf2\x8c\x96\xdc\xfc\x19\xb3\x1c\xbd\x94\xd7\xfa\x8c\x8a\x82\xdb\x80\x82\x62\x08\xb4\x92\x81\x45\x34\x0c\x74\x06\xa0\x31\x52\x0e\x27\x18\xa8\x7c\xa5\xe4\x74\x92\xc9\x12\xa5\x4a\x70\x9a\x2b\x83\x1c\xbb\xb0\x0e\x4e\x9f\xbe\x34\x45\xf5\xb5\x91\x97\xf6\xc8\xa1\x4a\xc5\xa1\x7b\x14\x53\xcf\x4f\xcb\xd1\x2d\xd3\xc8\xe3\x7d\x6a\xbf\xc3\x4b\xd9\x8c\x86\xf3\x08\x2c\xea\xd8\x63\xec\x0e\x80\x14\x30\x85\x39\xa3\xb9\x03\x99\x78\x49\x1f\x4a\x44\xe1\x19\x41\x0b\x12\xd3\xac\x98\xc8\xb6\x3e\x7a\xb6\x57\x66\x67\x9b\x9d\xa5\x0c\x70\x67\x88\x9e\x83\xb1\xf0\xa8\x6e\x6d\x0d\x41\x03\xa7\x47\x35\xa9\x84\x07\x03\xc5\xf2\x9d\x70\xd1\xb8\x70\xc6\xac\x8b\xe9\x8c\x0a\xf9\x4b\x81\x8d\x78\x83\x7c\xa9\x24\x7b\x3a\xec\x9f\xed\xaa\xee\xa6\xf7\x44\x23\xc6\xed\x2a\x28\xe5\x0a\x9b\x4c\xbb\x2b\x00\x23\x62\x33\xc9\x54\xbf\xbb\x08\xf0\xbf\xb9\xf9\xfa\x9b\x29\x36\xcb\xf1\x72\x49\x38\x32\x05\x67\x8b\x25\x64\x75\x5a\x16\xbc\x65\xcc\xb4\xc2\xf4\xdf\xd7\x17\xe7\xb9\xe4\xce\xed\xa8\x42\xd3\xf0\x33\x98\xba\xa3\xea\x95\x3b\xcf\x92\xa4\x76\xe5\x5a\xb0\x7d\xdd\x9e\x9d\xdd\xfd\x32\x3c\xbb\x1d\x35\xb3\x69\xe5\x3f\xab\x9d\x13\xd7\x13\x33\x27\xfa\x1a\x93\x70\x75\x65\x0b\x62\x1c\x58\xa0\x8c\x98\x51\x6b\x80\x43\x96\x24\x61\x66\xcd\x98\xfd\xcd\xb4\x03\x00\xb8\x8c\x69\x35\x73\xcc\x50\xe3\xc4\x85\xef\x87\x9f\xfd\x4d\x35\xfe\x37\xfd\xec\x21\xca\x07\xf1\x11\x9d\xbb\xb7\xd6\xcc\xab\x71\xba\x6e\x71\x1c\x74\x82\xcf\x73\xe5\x0e\x6e\x76\x3c\x6e\x99\x25\xba\x33\x29\x7f\x3b\x39\x1d\x7a\xee\xfe\x16\x9a\x30\x2e\xbf\x39\xd6\x72\x1e\xda\x1d\xe8\x8c\x2f\x5d\x8c\xdc\x25\x45\x8d\x99\xc6\x13\x40\x09\xda\xb4\xbe\x4f\xe8\x94\x69\x64\x63\x82\xd9\x2c\xc3\x33\x22\x06\xc8\xbe\x7c\xcc\x5c\xc1\x53\x43\x50\xe2\x0a\x69\x60\xa0\x0d\x0f\xb7\x90\x76\x75\x92\x6f\x78\xb1\x84\x10\x0c\x1b\x33\x33\x26\x36\xcb\x9b\xd7\x5e\xd0\xff\xbe\x76\xc3\x51\x3b\xcd\x35\x64\x92\xd6\xd8\x98\xe9\xc5\xd5\x19\x8b\x56\xb7\x03\x07\x10\x54\x38\x0e\xb6\x2e\xe6\xc4\xe6\xc9\x82\x4c\x9f\x81\x96\xa9\x39\x96\x6d\x88\x51\x49\x7a\x8f\x64\x45\x3b\x9c\x75\x97\xd6\xcb\x13\xbb\x18\xf6\x4c\x98\xbe\x55\xef\xfa\xad\xef\x00\x75\xe0\xaa\x79\xed\x9b\xb7\x6d\x2e\xc6\xd6\x48\xf3\x7c\x43\xb1\xe2\x11\x46\x45\x28\x3a\x04\xaf\x77\xc0\xe1\xdf\xba\x4b\xfa\xf7\x8d\x9d\xea\x40\xfd\xdf\xfa\xb5\x26\xdd\xba\xe9\xb5\xca\xc2\x69\x7e\xe9\x0e\x4c\xa4\xa0\x53\xe6\x81\x75\x93\x91\x45\x35\x55\x16\xb6\x8e\x89\x15\xa7\xc8\x4a\x9f\xa6\x0e\x25\x54\x6c\xd4\x9d\x5c\x7f\x6a\xdd\x23\xa7\x21\x98\xcb\xae\x93\x84\x35\xf7\x5c\x20\x60\x6b\xc4\xa4\xc1\x66\x19\xb7\x0c\xa1\x5a\xbc\xa8\xc3\x33\x80\x43\xa4\xf6\xff\xc0\x6d\xa2\x41\xbe\x72\x03\xcd\x0f\x9e\x71\xa1\xc4\xa5\x91\x77\x46\x6a\x2b\x33\x67\xcc\x6c\xfa\x80\x15\xc7\x43\x5b\xb2\x88\xbb\x4f\x75\x9c\x71\xa9\xc1\xb7\xa0\xb1\xca\xbc\xd6\x15\x96\x63\x06\xb9\xe9\x0c\x4c\xc8\x89\x80\xec\x29\x93\x81\x6d\xbe\xf0\xe8\xac\x30\x73\x1c\xe5\x6b\x64\x5e\x41\x0d\x08\xee\xf9\xef\xd4\xff\xff\xf5\xbb\xff\x3f\x00\x00\xff\xff\x98\xa6\x5e\x4c\xa2\xf6\x02\x00")
+var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\x7f\x7f\x0a\x5c\xed\x46\x74\x97\x4d\xa9\xda\xf6\x78\xc2\x5b\x13\x13\x37\xd8\x12\xab\x5a\xd3\x2a\x49\xd6\xa3\x6b\x7c\x2f\x27\x64\x30\x13\x24\x61\x25\x91\x6c\x00\x29\x15\xed\xe8\xef\xbe\x81\x83\x47\x02\xf9\x62\x26\x49\x49\x94\x3a\x67\x63\xdd\x2a\x92\x89\xc4\xf3\xe0\x3c\x7e\xe7\x77\xfe\xf5\x0d\x42\x07\xe2\x11\xcf\x66\x84\x1f\x7c\x40\x07\x7f\x3c\xfa\xfe\x60\xa0\x3e\xa3\x6c\x9a\x1e\x7c\x40\xea\x7b\x84\x0e\x24\x95\x09\x51\xdf\x4f\x93\x95\x24\x34\x4e\xde\x0b\xc2\x1f\x68\x44\xde\xe3\x78\x41\xd9\xd1\x92\xa7\x32\x85\x07\x11\x3a\x78\x20\x5c\xd0\x94\xa9\x9f\x9b\x3f\x11\x4b\x25\x12\x44\x1e\x7c\x83\xd0\xaf\xd0\xbc\x88\xe6\x64\x41\xc4\xc1\x07\xf4\xff\xeb\x87\xe6\x52\x2e\x6d\x03\xea\x6f\xa1\x7e\xfb\x3f\xf0\xdb\x28\x65\x22\x0b\x7e\x8c\x97\xcb\x84\x46\x58\xd2\x94\xbd\xff\x87\x48\x59\xfe\xdb\x25\x4f\xe3\x2c\x6a\xf9\x5b\x2c\xe7\x22\x1f\xe3\x7b\xbc\xa4\xef\x1f\xfe\xf0\x1e\x47\x92\x3e\x90\xbb\x04\x67\x2c\x9a\xdf\x2d\x13\xcc\xc4\xfb\x7f\xd1\x58\x8d\xf1\x1f\x24\x92\xbf\xc2\x3f\xe2\x74\x81\x29\xd3\x7f\x33\xbc\x20\xbf\xba\x76\x10\x3a\x98\x11\xe9\xfd\x13\xa1\x83\x98\x88\x88\xd3\xa5\x34\xb3\x72\x45\x24\xa7\xe4\x81\x20\x39\x27\x48\xbf\x0e\xe9\xd7\x21\xf5\x3a\x64\x67\x4d\x2c\x49\x44\xa7\x94\xc4\x68\xb2\x42\x94\x2d\x33\x89\x38\xf9\x25\x23\x42\xa2\x29\x4d\x24\xe1\xe2\xc8\x4c\x19\xbc\x25\x5d\x12\x0e\xe3\x3c\x8d\xd5\x5b\x3e\x11\x39\x84\xb6\xcf\xa0\xe9\xcb\x04\x33\xff\xd7\x9c\x88\x65\xca\x04\x11\x41\x57\x11\x3a\xf8\xe3\xf7\xdf\x17\x3e\x2a\x8f\x60\x88\x44\x16\x45\x44\x88\x69\x96\x20\xdb\x92\xdf\x19\x78\x08\x16\x19\x97\x1a\x43\xe8\xe0\x7f\x73\x32\x55\xed\xfc\xaf\xf7\x31\x99\x52\x46\x55\xbb\x42\xef\x25\xaf\xb7\xc1\x53\xbf\x7e\x53\xf5\xf7\xaf\xde\x88\x96\x98\xe3\x05\x51\xd3\xe2\x56\x5f\xff\x5f\x61\x2c\x6a\xbd\xd4\xcb\xf3\x35\x2d\x76\xbc\x30\xda\x73\xbc\x20\x28\x9d\xc2\x72\x99\x27\xe0\x6f\x4e\x44\x9a\xf1\x88\xa0\x09\x49\x52\x36\x13\x48\xa6\xa5\x39\xa0\xd0\x82\xda\x6a\xc5\x6f\xd4\x52\x52\x4e\xd4\x5a\x49\x9e\x91\xc2\xb7\x72\xb5\x84\x4e\x0a\xc9\x29\x9b\xf9\x53\xf1\xeb\xa0\xd5\xd0\xf4\x0e\xed\x30\x32\xfd\x40\xed\xc0\xc6\x6c\x68\x7f\x12\x61\x86\x26\x04\xa9\x73\x49\x63\xc2\x49\x8c\xb0\x40\x18\x89\x6c\x22\x88\x44\x8f\x54\xce\x29\x53\xff\xd6\xdb\x37\xb2\x73\xb6\x3f\x73\x03\x7f\x36\xcf\xcc\xad\x20\x5c\x75\xfc\x81\xc6\x24\x46\x0f\x38\xc9\x08\x9a\xa6\x3c\x98\x9e\xa3\x31\xbb\x99\xab\x79\x58\x4c\x28\x83\x93\xa7\xe6\xd2\xee\x90\xdf\xdb\xe9\xfa\x3d\x52\xef\x43\x19\xa3\xbf\x64\x24\x59\x21\x1a\x13\x26\xd5\xb9\x16\xc5\xd6\x7e\x9f\xc2\xfb\x71\x82\x0e\x91\x9a\x67\xc2\x25\xcc\x77\xca\x24\xf9\x2a\x05\x3a\x44\x09\xbd\x27\xe8\xdb\x33\x2a\x24\x1a\x5e\x9e\x7e\x3b\x40\xdf\x9e\xe5\x82\x43\x7c\xfb\x0c\x33\xec\xfe\xfe\x1f\xef\xe8\x49\x3c\x2b\x1e\xba\x83\xa1\x3a\xcd\xd7\xfa\x9a\xc8\x5b\xf8\x9f\x6f\xfc\x76\xcc\x7a\x35\xcb\xde\x5c\xf0\x1a\xa9\xdb\x45\xd6\x7e\x24\x32\x9a\xaf\x11\xb4\x62\x4b\x49\xab\x96\xa3\x28\x6a\xc5\xeb\x92\xb5\x6a\x08\x4f\x2d\x6f\xb7\x11\xb6\x58\xc2\x29\xc0\x94\xe9\x43\xe3\xce\x50\xb8\x32\xe8\xe5\xc4\xca\x36\xf2\xd6\x1b\x8d\x27\x72\xad\x24\xf5\x66\x62\x4f\xc6\x9a\xd0\x05\x5d\xb7\x8e\xa7\x2c\x56\x6a\x97\x11\x72\x2c\x5b\x4c\x08\x57\x43\xb7\xe2\x0e\x46\x38\x51\xe2\x4f\x66\x9c\x91\xb8\x66\x68\xbf\x64\x84\xaf\x1a\xc6\x36\xc5\x89\xa8\x1b\x1c\x65\x92\x28\xbd\xb6\xf0\xf5\x34\xe5\x0b\x2c\xcd\x0f\xfe\xfd\xdf\xba\x0e\x5e\xa6\xf7\x64\xdd\x3a\x9f\xea\x55\x8b\xb0\x80\xe5\x5e\x64\x89\xa4\xcb\x84\xa0\x25\x9e\x11\x61\x66\x21\x4b\xa4\x18\xc0\xcf\x94\x2e\x4d\xf8\xa1\xbb\x6d\xe0\x0d\xf6\x96\xcd\x04\x7c\x82\xa6\x4e\x90\x31\xf2\x55\x42\x4b\x63\x06\xf7\x2c\x4c\x91\x7f\x7b\x3c\xc1\x54\x6e\xb6\x4f\x44\xca\xe5\xdd\x64\x75\x74\x4f\x4a\xef\xad\xdd\x2d\x98\x21\x2c\x25\xa7\x93\x4c\x12\x35\x6e\xd5\x86\xbd\x27\x41\xf4\xe9\xcb\x58\xa8\xcb\xf7\xe2\xe4\xe2\xbb\x7b\x2c\x79\x3a\xc3\xec\xdd\x07\x34\x8c\x63\xa4\x3b\xaa\x7e\x43\x63\x7d\x25\xcf\x09\x27\x47\xe8\x66\x4e\x05\x12\xf3\x34\x4b\x62\xc4\xc8\x03\xe1\x6a\x6e\xc9\x62\x29\x57\x7b\x37\x5b\x31\xe5\x24\x82\x89\xe9\x72\xc2\xdc\x53\x6a\xd2\x94\xd1\xb3\xd2\x53\x77\x4f\x56\xa0\xb8\x94\xa7\xef\x19\xf6\x4b\xe1\x5b\xc2\xb2\x45\xe1\xae\x80\xcf\x4f\x46\xd7\xc7\xa3\xf3\x93\xd3\xf3\x4f\x85\x27\x94\x1a\xe1\xbe\x0a\xbe\xf9\x9f\xd2\xdc\x4c\x71\x96\xc0\xa9\xf6\x5a\x7b\x36\xc5\x25\x9a\xd3\x24\xe6\x84\xbd\x97\x58\xdc\xdf\x91\xaf\x24\xca\xf4\x3d\xfb\xaf\xf0\x83\x3b\xa5\x7d\xa6\x31\x09\x3f\x09\xfe\x91\xab\x3b\x9d\x1f\x75\x56\x69\xe7\x27\xc1\x86\x6d\xf7\x1c\x7c\x42\xe3\xca\x5f\xc3\x27\x6b\xc6\x60\x7f\xd3\xd0\x59\xfb\x93\xda\x5e\xd9\x1f\x18\x05\xae\xf2\x37\x9c\x48\xbe\xba\xc3\x52\xaa\x53\xbe\x81\xce\x08\x4b\x8a\xd4\x68\x51\xbe\x9e\x46\x7d\xd4\x8a\x22\xc8\x6e\xa7\x39\xaa\x1e\xe4\xbf\x5c\xa7\x2f\x9e\xa7\x31\x19\xb9\x66\x3f\xa6\xfc\x06\x8b\xfb\xd7\xa0\x33\x06\x1d\x7f\x0e\xb5\x71\xd3\x03\xf4\xe6\x8c\xfa\x0d\xc5\x41\xef\x02\xd8\x7e\x26\xdb\x3a\x0c\x52\x8e\xc4\x4a\x48\xb2\x58\xeb\x3a\x78\x3d\x13\x61\xe4\xfd\xbe\x76\xb8\x70\xe5\xfc\x06\x4e\x7d\x78\x81\xf6\xc7\xbb\xc3\x94\xed\xca\xf1\xb7\xef\xe3\xb4\x21\x98\xe6\xa1\x5e\xdb\xe5\xb3\x01\x07\xb3\x4f\xf6\x7e\x98\x81\x6a\xb7\xeb\x4e\x3e\x91\xd7\xa0\x76\xad\xec\x6c\xdf\x41\x07\xd6\x98\x7c\xa1\xeb\xd8\x9d\x3f\xf5\xa8\xef\x5c\xd1\x1e\x33\xa9\x6c\x5e\xe3\x5b\x22\x1c\x45\x29\xd7\xaa\x60\xdc\x20\xde\x9e\xcf\xe8\xbb\x3d\xbf\xbe\x1c\x1d\x9f\x7e\x3c\x1d\x9d\x94\xad\xbe\x9b\xe1\xf5\x4f\xe5\x4f\xbf\x5c\x5c\xfd\xf4\xf1\xec\xe2\x4b\xf9\x9b\xb3\xe1\xed\xf9\xf1\x8f\x77\x97\x67\xc3\xf3\xd6\x76\xa2\xdf\x81\x8e\xab\xd9\x3b\xc0\x76\xe9\x00\x1b\xbc\x5d\x0f\x98\x89\x1e\xb4\xf7\x7e\xa1\x84\x0a\xa9\x26\xc8\x3c\x89\x96\x58\x08\x7d\xff\xea\x1e\x1c\x8d\xd9\xe7\x94\x13\x44\xd9\x34\x45\x29\x04\x87\x84\xe4\x59\x24\x29\x9b\xb9\x87\x3e\xa0\x71\xf6\xfd\xf7\x7f\x8a\xce\x28\xbb\x87\xbf\xc8\x3e\x4e\x4e\xef\x1e\xdc\x64\xb6\x7a\xf7\xa0\xff\xdd\xeb\x70\x0f\xc6\x58\xe2\xf7\xbe\x57\xf0\x69\xf0\x24\x3a\x72\x89\x59\x8c\xd2\x4c\xaa\x3f\xd5\x7b\xd1\x94\xa7\x0b\x75\x6e\xc8\x57\x2a\x40\x4a\x3c\xa6\xfc\x7e\x9a\xa4\x8f\xed\xbc\x55\x9f\x88\x74\xfe\x9e\x13\x2c\xf1\x6b\x70\x52\x7d\x31\x23\x74\x1d\xff\x44\xa4\xea\xfb\x95\x79\x4b\x0f\x2d\xe9\xa1\x25\x2f\x0b\x2d\xd9\x2b\x4f\xd1\xd3\xcb\xbe\xd0\xad\xa4\x05\x60\x4d\xd4\xa3\x36\xa8\x51\x13\xb3\xf0\x42\x12\x4f\x29\x34\xc3\x40\xc0\x1a\x81\x19\x38\xc9\x5f\x8b\xd0\x0c\x3a\xfd\xfc\x02\xf3\x37\xe1\xc3\xef\x5d\xf4\x1b\x4e\xd4\xab\x94\xab\x2d\xaf\x8c\x67\x73\xb0\x3f\xbd\x9c\x2f\x85\xbf\xbb\xc4\xbb\x3b\x04\xb8\x5b\x47\xb4\xd7\x84\xb0\x2b\x63\xd6\x55\x41\xea\x72\x54\xba\x32\x0c\xbd\x55\xdc\xb9\xeb\x95\xd4\x3e\xe2\xfc\x89\xc8\x1b\x2c\xee\x5f\xdd\x95\x14\x74\xfa\xf9\xaf\xa4\xdf\x68\xa0\xb9\x8f\x2c\x3f\xe1\xd4\xbd\xf5\x8b\x6c\x7f\x63\xc7\xbf\x81\x60\x71\x1f\x1d\xee\x34\x47\x6f\x2b\x1c\xfc\x56\xe3\xbf\xaf\x33\xe0\xdb\x47\x78\xf7\x37\xc2\xfb\xa4\x76\x10\x79\x20\x4c\x0a\xf0\x78\xf9\xea\xf4\xc1\x32\x15\xcd\xea\xff\x31\x27\x58\x12\x84\x0b\xae\x26\x04\x0d\x22\x4e\xa2\x94\xc7\x4a\xed\xc7\x68\x39\xc7\x82\x20\xc9\x31\x13\x74\x9d\xea\xaf\x5b\x05\xdf\x8e\x6a\xe7\x35\x68\xfd\x81\x23\x0a\x7a\xfd\x5c\x3a\xff\x24\x8d\x4b\x47\x43\x9f\x9a\xaa\x6f\x9a\xc5\xcb\xce\x86\x0e\x79\x68\x6d\x46\xfe\x84\xbb\x59\x89\xb2\x0d\x77\x73\x68\xa5\xee\x64\x37\x83\x59\xf8\x5a\x76\x73\x60\xc3\xfe\xb6\x76\x73\xd5\xd0\xf7\x61\x37\xdb\x00\xe8\x86\x3b\xba\x1c\x3f\xdd\xc9\xae\x76\x41\xcb\xd7\xb2\xb3\x4b\x51\xd6\xdf\xd6\xee\xae\x1b\xfe\xcb\xee\x70\xe7\x7b\xdd\xd5\xde\x5e\xbf\x71\xdd\x04\xbc\x86\x4d\xeb\x3a\xab\xfb\xfe\x9b\xd9\xad\xa5\x71\xef\xc9\x36\x7d\xcf\x89\xce\xa9\xea\xb4\x5f\xaf\xcc\x43\x9d\x77\xac\x7d\xb0\xdf\xb3\xaf\x69\xcf\xda\x55\xdb\x9f\x5d\x5b\x87\xe0\xea\x9e\x67\xd8\x00\xcb\x12\x68\x81\x65\x34\x57\x5f\xea\x90\x50\x4b\x32\x8a\x3c\xb1\xf0\x55\xed\xee\xe7\xc8\x26\x7c\xdb\xce\xdf\xde\xe9\xfb\x1b\x24\xfd\xd9\x1b\x84\x72\x9f\x15\xb1\xc3\xac\x08\x2a\xfa\xac\x88\x3e\x2b\xa2\xed\x04\xf5\x59\x11\x7d\x56\x84\xf7\xdd\xeb\xc8\x8a\x78\xfa\x84\x88\xdd\x64\x3d\xbc\x2a\x25\xba\x57\xa0\x7b\x05\xba\x4f\x6d\x70\x43\xdb\x95\x00\xb3\x4f\x1f\xc4\x24\x21\x92\x34\x8a\x9f\x1b\xc2\x17\xca\x36\x08\x08\x7e\x2b\x82\x06\x39\x77\x90\xdb\x41\xe0\xde\x68\x92\x4b\xae\xed\xd7\x29\x9d\x5c\xf7\xfb\x4c\xac\x5e\x5c\xf5\xe2\x6a\x93\xa1\xed\x8f\x57\xd6\x3b\xcc\x2f\xea\x96\xf5\xe8\x82\xef\x68\xbc\x1b\xc6\x60\xa7\x36\xfa\x7c\xc1\xf9\x54\x04\x94\xad\x9b\x39\x69\x73\xf2\xdd\xd3\xf8\x55\xf8\x69\x95\x1c\x89\x47\x4c\x52\xb9\x72\x28\x35\xde\x13\x07\xf7\xc4\xc1\xed\xc7\xda\x7b\x08\x77\xe8\x21\xec\x89\x83\x7b\x1f\x58\xef\x03\x7b\xe5\x3e\x30\xbf\xd4\xc1\x46\x88\x1d\x16\x23\x4e\x66\x54\x48\xc2\x11\xae\xd1\x56\xd6\x43\x78\x5e\x6b\x8d\x98\xd6\x80\x08\xff\xb5\x07\xff\xd6\xa2\xfb\x57\xe6\x7a\x81\x33\x30\xc1\xb1\x2b\x08\x01\x3a\xc5\x02\xaf\xd0\x1c\x3f\x10\x34\xc5\x34\xd1\x16\x83\x11\x1b\x0d\x23\x6c\xea\xd0\xff\xe9\xd6\x21\x1c\x76\x87\x93\x29\xe1\x84\x45\x5a\x0c\x6a\xad\x20\xc2\x09\x22\xa0\xad\xe9\xdf\xcc\x95\xfd\x96\x70\x82\xe3\x15\x9a\x10\xc2\xdc\xb6\xa9\xb8\x42\x6b\xfa\xbc\x13\x6d\xee\xc5\xed\x97\xf2\xee\xd9\x17\xeb\xe5\x49\x60\x25\xd5\x22\x61\x7b\xab\x45\xfc\xf1\x75\x89\x8a\x1e\x5d\xd2\x7b\x9b\x5e\xde\xdb\xd4\xa3\x4b\x7a\xdb\x71\x0f\x6c\xc7\x1e\x5d\xd2\xa3\x4b\x7a\xcb\xba\xf5\x6c\xf5\x96\xb5\xff\xdd\xeb\xb3\xac\x77\x8c\x2f\x79\x2e\x0d\xbb\x57\xb0\xed\xef\x7a\x05\xbb\x57\xb0\xdf\xa8\x82\xbd\x1f\x33\xdc\x6b\xd7\xbd\x76\xdd\x6b\xd7\xbd\x76\xdd\x6b\xd7\xbd\x76\x6d\x9e\xda\xa5\x76\x0d\x7f\x59\x9a\xcc\xad\xa1\xdc\xdd\xa3\x5c\x9f\x88\x7c\xad\x21\xae\x5e\xa5\xee\x55\xea\xfd\x56\xa9\xf7\x66\x40\x6f\x8f\xf6\xae\x27\x8e\x2b\xdd\x8f\x6f\x81\x38\xce\x3e\x7d\xb0\xcc\x9a\xaf\xbf\xdb\x65\x6c\xf3\x08\x84\xc4\x32\x03\x4b\xa3\xc5\x55\x88\x86\x12\x2d\x52\xa5\x77\x33\x12\xfc\xc6\xee\x79\x0d\x22\x98\xd1\x07\xc2\x90\xc5\xcb\x0e\x8c\x64\x1b\x80\xf1\xfb\xab\x15\x70\x26\x81\x01\x4b\x84\x91\xa4\x0b\x72\x84\x4e\xa7\x7a\x03\x45\x38\x49\x90\x20\x52\x14\x90\x27\x4a\x21\x33\x0f\xb1\x38\xef\xab\x7d\x37\xcd\x81\x08\xfa\x67\x03\x7b\xfe\xb2\x44\xea\xd3\x68\x1b\x7f\xa4\x49\xa2\xfa\x60\x36\x2d\x08\x9f\x05\xe1\x89\x7d\x32\x78\xad\xfd\xf1\x02\xc7\xca\x9a\xf0\xba\x90\x67\x5a\xf8\xbf\x07\x31\x4f\x85\x83\x52\x04\xcf\xeb\xa7\x8f\x90\xb1\xfb\x34\xc1\x53\xab\x6e\xcc\x71\xac\xc4\x7e\x34\x27\x71\x96\x10\x84\x85\x48\x23\x8a\x25\x89\x11\xd5\xd7\x02\xa2\xd2\x5a\x89\xf6\x47\xf6\xd5\x31\x15\x78\x92\x90\xd8\xcc\x31\xc9\x91\x1d\x8d\x3d\xa7\x02\x4d\x88\x9a\x62\x75\xf3\x84\xb3\x3f\xd7\x97\x52\x45\x6f\xbc\xae\x90\x72\x4f\x08\xd3\x1d\x69\x50\xaa\xf4\xe6\x7c\xad\x7a\x95\xee\x7d\x9f\x87\xd2\x6b\x59\xbd\x96\xd5\x69\x40\x6f\x4a\xcb\xda\x23\x34\x9a\x15\x48\x2f\x8a\x46\x83\x98\x95\x92\xfc\x77\xce\x29\x25\x36\xb3\xd7\x9d\xdf\xef\xb3\x6d\x72\xe8\x5a\x3c\x4e\xd9\x94\xce\x32\x6e\x1c\xf0\x13\x75\x62\xd7\x06\xc6\x2a\xda\x79\x15\x37\x4e\x75\xd7\x9f\xeb\xe2\xe9\x62\x43\xa0\x43\xa4\xb4\xeb\xbb\xab\xd1\xf5\xc5\xed\xd5\xf1\xe8\x03\x1a\x2e\x97\x09\xd5\x8e\xfd\x28\x13\x32\x5d\xd0\x7f\xaa\x61\x68\x52\x57\x27\xb9\x8d\x1a\x22\x40\xe1\x80\x48\x82\x38\x1a\x33\x74\x88\x8e\xcf\x6e\xaf\x6f\x46\x57\x35\x0d\x9a\x4d\x00\xa5\x4c\xc8\x62\x99\x80\x56\x72\x9f\x4d\x08\x67\x44\x12\x81\xa2\x24\x03\x58\xb3\x8b\x2f\xe8\x46\x47\xff\x3d\x3a\xbe\xbd\x39\xbd\x38\xbf\xfb\xeb\xed\xe8\x76\xf4\x01\xd9\xdd\xa4\x9a\x55\xfd\x52\xbd\x88\x57\x0c\x2f\x94\xf9\x13\xb2\xcf\xfe\x92\x91\x0c\x94\x20\x3a\x63\x0b\xc2\x64\xb1\x45\xdb\xe1\xb3\xe1\x0f\xa3\xb3\xb0\xe5\x39\x41\x3f\xfd\x25\xef\x54\x82\x27\x24\x31\x01\x0f\xf0\xe7\x2b\x81\x9d\xbf\xc8\x44\x42\xb2\x92\x98\x7c\x6e\x5b\x2a\x58\xd0\xb2\x75\x54\x5c\xa1\xf2\x2f\x0a\xd3\xdd\xf4\x83\x60\xf6\x5a\x1b\x5b\x61\x0f\x9f\x4d\xd2\xa9\x03\x12\xdf\x01\x42\x9a\x12\xf1\xfe\x5f\xc1\x41\xf9\xf5\xc9\x18\x29\x90\x97\x46\x67\x24\xdf\xba\x62\x72\xf9\x03\xaf\x41\xde\xf9\xdd\x7d\x49\xd9\xb6\x23\x7d\x62\xbf\x5c\x16\xdd\xb5\xb5\xde\xea\xe8\xad\x8e\xea\x99\xe9\xe1\x12\x35\x33\xbc\xab\x6b\x67\x13\x2f\xdf\x94\x92\x24\x16\x25\x37\x4d\x70\x6d\xac\x75\xc9\xbc\xde\x1b\xe3\x79\x9d\x32\x5d\x74\xe3\x2b\xe7\x3f\x37\x0e\x75\xb5\x5a\x0b\x22\x31\xd4\xe6\x93\x29\xca\xa0\xeb\xfd\x2d\x54\x9e\xe6\xfe\x16\xea\x6f\xa1\xda\x99\xe9\x6f\xa1\x57\xec\xbc\xaa\x90\xdc\x2f\xea\xbd\x5a\x67\xd3\x6d\x45\x0c\x53\xe1\xda\x2a\xdb\x72\x02\x89\x39\xe6\xba\x04\x48\x94\x2e\x16\x29\xf3\x22\xaf\xab\x25\x19\x20\x17\x6c\x03\x37\x05\x74\x63\x9d\xe7\x2b\x7f\x0d\x7d\x1d\x3e\x2f\x6f\x5e\x9e\x03\x15\xde\xdb\x81\x6b\x26\xa8\x67\xd0\xe9\x19\x74\x7a\x9c\x76\xcf\xa0\xd3\xbc\x5b\x7a\x24\x72\x8f\x44\xf6\xbf\x7b\x1d\x48\xe4\xb0\xea\xb4\x06\x23\x57\x95\x69\xff\xb5\xfc\x8d\xef\xd2\x2f\x15\xe9\x36\x9e\x7e\x5d\xc1\x7a\x7b\xcc\x72\x58\xd4\x73\x9d\xcb\xdf\x2f\x03\xb9\xe7\x0a\xdf\x34\x59\x49\x42\xe3\xa4\x5c\xbf\xf2\x19\x30\x35\xbf\x95\x7a\xfc\x7d\xf5\xfd\x4d\x26\xea\xad\x52\xc0\x3e\x6b\x65\xfd\xe7\x15\xde\x96\x26\xfb\xae\x46\x84\x57\x7f\xef\x04\x79\xf5\xd7\xdb\x26\x78\x87\xb2\x7b\xd3\xc4\xee\x40\x36\xbe\x0e\x33\xde\xef\xf1\x73\x18\xf2\x8d\xab\xff\xe6\xe4\x7a\xd3\x5e\xee\xa5\x7b\xcb\xe9\x7a\xab\x32\xbe\x37\xf4\x77\x69\xe8\x0f\xde\xae\xa5\xdf\x27\x64\x37\x4c\x4e\xef\x06\xd9\x64\xb6\x7a\x37\x88\xff\xdd\xeb\x70\x83\x98\xbb\xfa\x4e\x5f\xf5\x1e\x7a\xfb\xfd\xbf\xf2\xbf\x3d\x45\xda\xfb\xb0\x22\x16\xd6\x01\xb1\x62\x71\xc1\x24\xce\xd5\x8f\xbc\xf1\x0a\x24\x8b\xe9\xc3\xa1\x55\x4a\xf2\xa8\xee\x5a\x60\xcb\xa5\x7e\xf4\x04\x9e\x7c\x5d\x30\xf0\x9a\xae\x3f\x2f\xe0\xa5\xbc\x13\xd6\xa9\x4e\x10\x4b\x77\xfa\x34\xd5\x30\xe7\xc7\x39\x85\x6b\x12\x78\x4e\xe0\x2a\xf1\x16\xdc\x26\x90\x61\x40\x7a\xd7\xe9\x1c\xcf\xad\x4e\x95\xb6\x7b\xbb\x81\x9b\x3d\xfa\x7a\xc7\xfd\xe2\x10\x81\x35\xfb\xfe\x45\xe1\x02\x0d\x32\x73\x37\x48\x81\xe7\x93\x8f\x9f\x88\x7c\x7b\xc2\xf1\x13\x91\xcf\x25\x19\x37\x15\x87\x8d\x22\x21\xa7\x65\xdf\x13\x69\xb0\x99\xe8\x7b\x5d\x63\xec\x13\x9e\xfa\x84\xa7\xdf\x7a\xc2\x93\x7d\xba\x4d\xb5\xca\x13\xf8\xc9\x33\x5e\x55\xfa\x85\x6f\xef\xb6\xd2\xe3\xea\x2f\xac\xfe\xc2\xea\x36\xc6\x7d\x55\xd1\xed\x7e\xde\x07\x15\xbd\x53\x0e\xba\x8e\xde\xe5\xe5\x6d\xec\xf6\x5f\x1b\xa1\xbb\xb4\x2f\x7b\x3d\x42\x48\x74\x95\x33\x5b\xe5\x31\xad\x2b\x4a\x75\x95\x57\xa2\xaa\x88\x1d\x15\xa7\xdc\xfe\xfa\xb2\x24\xca\xf6\x7d\xd6\x6d\xcf\x9f\x4b\xd8\xef\x8b\x88\xc8\xc7\xfd\xa2\x42\x41\xe9\xb8\x45\xc8\x57\x88\x24\xb8\x6b\x04\x81\xad\xf9\x6d\x90\xe9\xdd\xfc\xd3\x02\x50\x2c\xfc\xce\x40\xc7\xe0\x6b\xe8\x72\xb1\x1f\xf6\x43\xff\x85\xf6\xb3\xbc\x65\xfb\x89\xa5\xcf\x84\x0f\x39\x91\x7c\x75\x87\xa5\xb2\x23\xe4\xf6\xe8\xb4\xd0\x6a\x58\x83\x4e\xbb\xc1\xe2\xfe\x55\xa2\xd3\xc2\x8e\x3f\xf1\x99\x6d\xbd\x27\xdf\x1c\xae\xa1\xed\x09\xeb\x31\x0e\x1b\x4c\xdd\x5b\xc5\x3b\x34\x89\xd0\xbd\xe9\x61\x41\x8a\xbf\xc5\x93\x1b\xde\x49\xfd\x11\x6d\x9a\xa3\x37\x47\xed\x56\x50\x35\xd6\x8c\xed\x95\x50\xbc\x15\xb5\xa5\x5d\xf7\xea\x69\x20\x50\xde\x6a\xf4\x34\xc0\x6f\x94\x06\xb8\x9d\x71\xd3\xda\xb2\x69\x6b\xd6\xb4\xb3\x69\xea\x0d\x9a\x2d\x90\xd4\xa1\x9d\xb1\x29\x92\x3a\xd0\xe3\x5f\x85\xb7\x26\xe8\xf1\x73\x20\xa9\x7f\xa3\xa6\x47\x6f\x77\x3c\xc9\xbc\xbd\x55\xa3\x63\xcf\x2d\x8e\x1e\x03\xbe\x4b\x0c\x78\x0f\x01\xef\x21\xe0\x6d\x27\xa8\x87\x80\xf7\x10\x70\xef\xbb\xd7\x01\x01\x37\xf6\xe2\xb6\xe8\xc5\x2a\x95\x3d\x57\x68\x03\xc6\x94\xcd\xd5\xf7\xd3\xf8\x55\xe8\xed\x1e\x91\x91\xb3\xac\xf9\x73\xe8\xef\x3d\x63\x4f\xcf\xd8\xd3\x2b\x71\xbf\x25\x25\xae\xd7\x53\x36\x99\xad\x5e\x4f\xf1\xbf\x7b\x3d\x7a\x4a\x00\xe8\x5a\x8b\x2b\x3a\xe6\x04\x4b\x5d\xcf\x8a\xe7\x10\xa3\x82\x66\xd2\xa4\x76\xe8\x06\x94\xe2\xf1\x1a\xb4\x0e\xd5\x4f\xdd\xe3\x16\x00\x23\xff\x85\x07\xff\xd6\xa2\xe3\x57\xe6\x12\x81\x9d\x3e\xc1\xb1\xab\x22\x06\x9a\xc3\x02\xaf\xd0\x1c\x3f\x10\x34\xc5\x34\xd1\xfe\x1b\x23\x1c\x1a\xc6\xd6\xd4\xa1\xff\xd3\xad\x43\x38\xec\x4e\x8e\xd6\x54\xc2\x4e\xdf\xfd\x11\x4e\x10\xd1\xa4\x9b\xf0\x1b\x28\x71\x66\x0a\xca\x4d\x08\x61\x1e\xf4\xaf\x6d\x9f\x77\xa2\xb3\xbd\x38\x4a\xcb\xdf\x37\x2f\x0e\xd0\xaa\x2f\x0b\xbc\x3b\x63\x64\x1b\x0b\x44\xfc\xf1\xb5\x88\x82\xe7\xb0\x37\xde\x70\x4c\xa0\xf7\xfb\xff\x36\x39\xba\xf7\x46\x57\xed\x2d\xc0\x1d\x5a\x80\x90\xd3\xf1\x46\x4d\xc0\xde\x8f\xdf\x30\x39\xbd\x7d\xbc\xc9\x6c\xf5\xf6\xb1\xff\xdd\x2b\xb2\x8f\x77\x5c\x80\xee\x09\xf5\xe8\x5e\x8d\xee\xd5\xe8\x5e\x8d\x7e\xb3\x6a\xf4\x7e\xcc\x70\xaf\x43\xf7\x3a\x74\xaf\x43\xf7\x3a\x74\xaf\x43\xf7\x3a\xb4\x79\x6a\x27\x3a\x34\xfc\x65\x33\x6b\x77\x93\x46\xdb\x2e\x22\x65\xf2\x68\x5f\x8b\xf2\xdc\x2b\xce\xbd\xe2\xbc\xdf\x8a\xf3\xde\x0c\xe8\xed\x25\xcf\xf5\xe9\x67\xa5\x5b\xf0\xcd\xa6\x9f\x39\x96\xfd\x0d\x18\x84\x83\xcf\x6c\x43\xcf\xcd\x2b\x3c\xb0\x92\x11\xb3\x18\xd9\x4e\x74\x62\x19\xfe\x62\x1e\x7a\x5d\xac\x64\xe5\x5e\xf7\xdc\xc2\xc8\x5b\xb5\x9e\x5b\xf8\x09\xc7\x6d\xcf\xd9\x9a\x91\xdb\x3d\xaa\xbd\x57\xaf\x74\xd8\x2f\x0e\xf3\xa9\x3f\xe9\x2f\x0a\xfa\xa9\xbc\x39\x4a\x99\x08\x79\x8d\xa6\xe7\xa7\x54\xde\xe6\x6a\xf8\x44\xe4\x5b\xb9\x17\x7a\x5a\xe5\x9e\xa5\x72\xe3\xea\x4b\x9d\x24\xfc\xeb\x1a\x62\xcf\x1c\xdd\x33\x47\xf7\xcc\xd1\xee\xad\xcf\xc1\x1c\xbd\xcd\x8d\xac\x5f\xff\x56\x2e\xe5\x9e\x3d\xba\xbf\x97\xfb\x7b\xb9\x72\x88\x7b\x68\x70\xed\x05\x37\xb6\x33\xb8\x76\x95\xf3\xed\x87\xb2\x9c\x30\xde\x69\xea\xb7\x9d\xc9\x3e\xfd\xdb\xfc\x5f\x9f\xfe\xdd\x66\x70\x7d\xfa\x77\x0f\x5c\xea\xd3\xbf\x7b\x68\x4e\x0f\xcd\x79\x03\xd0\x1c\xab\x59\xec\x22\x05\xbc\x42\x4b\x59\x9f\x06\xfe\xa5\xac\x32\xef\xad\x06\x62\xfb\xda\xa7\x83\xf7\xe9\xe0\xdb\xee\x9d\xbd\x30\x56\x9e\x24\x2d\xbc\x42\x0c\x6c\x6b\xa1\xbc\x8e\xf4\x70\xdb\xdb\x3e\xb7\xa5\x87\xe8\xed\x3f\x44\x6f\xef\x72\x5b\xf6\x46\x9f\xed\xad\xc4\x1d\x5a\x89\x7d\x7a\x4b\x9f\xde\xd2\xdb\xd0\xad\x67\xab\xb7\xa1\xfd\xef\x5e\x99\x0d\xfd\xb4\x69\xe2\x4f\xa1\x57\xf7\x6a\xb5\xfe\x5d\xaf\x56\xf7\x6a\xf5\x1b\x55\xab\xf7\x63\x86\x7b\x9d\xba\xd7\xa9\x7b\x9d\xba\xd7\xa9\x7b\x9d\xba\xd7\xa9\xcd\x53\x3b\xd3\xa9\x77\x9b\x36\xde\x31\x8a\xe5\xa5\x22\xbc\x26\x65\xba\x57\xa4\x7b\x45\x7a\xbf\x15\xe9\xbd\x19\x50\x9f\x42\xde\xa7\x90\x97\xbe\xd9\xc7\x14\x72\xfb\x74\x97\xc4\x6e\x21\xd5\x5f\xe9\x74\x9b\x2b\x30\x4c\xd4\x7e\x4d\xb7\xe0\xf3\x26\x65\xf7\x77\x62\x7f\x27\xd6\xce\x4c\x7f\x27\xf6\x29\x0d\x2f\x93\x39\xfe\x8d\x99\xa5\x03\xaf\x5f\x6e\x00\x07\x3f\x24\xe9\xe4\x66\xb5\x24\xea\xbf\x27\x74\x41\x98\x00\x13\x97\xca\x95\x6f\x69\xd5\xdc\xc8\xe5\xbb\xf8\xe0\xfa\xf4\xfc\xd3\x99\x9f\x8d\x77\xf0\xf9\xf6\xec\xe6\xf4\x72\x78\x75\x63\x7b\xe8\x46\xe5\x5f\x9e\xe6\xb9\xc0\x58\x3c\x4e\x17\x4b\xcc\xa9\x48\xd9\xe8\xeb\x92\x13\xa1\xba\x76\x01\x77\x53\xca\x37\xeb\xdd\xe8\xaf\x7e\xcf\xce\xc3\x7f\x7e\xba\x09\xff\x15\x8c\xe2\xec\x26\xfc\xd7\xa8\x71\x34\x5e\xc3\xc5\x43\x73\x88\x3e\xdd\x7c\x40\x9f\x00\x26\xc6\xd1\xcd\x1c\x33\xc8\xf5\x3c\xbb\xf9\x80\xce\x88\x10\xf0\x49\xfe\xb0\xa4\x32\x81\xb1\xfd\x40\x19\xe6\x2b\x64\x87\xaf\xd3\x3a\x31\xc4\x8f\xec\xd4\x14\x27\x8f\xfd\x23\x63\xe0\xe1\xc8\x67\xef\x2c\x9d\xd1\x08\x27\xdb\x4d\xe2\xf0\xdc\x57\xb0\x0e\x2e\xae\x1a\xa7\xc2\xff\x75\x79\x2e\x86\xe7\x27\x90\xce\x6a\xbb\x5a\x31\xf2\x73\x22\x24\x89\xd5\xed\x10\xeb\xcd\x7b\x84\x6e\xe6\x64\xe5\xdd\x1a\xff\x48\x29\x23\x31\xca\x84\x52\x6e\x86\xe7\x27\xe8\x3d\xba\xb8\x1a\xb3\x0b\x1e\x6b\x07\x33\x51\xe2\x56\x3b\xb7\xa8\x40\x2c\x95\x88\x2e\x96\x29\x97\x98\x49\x75\xd3\x28\x91\x95\x9a\x19\x11\x08\x73\x82\x8e\xd3\xc5\x22\x93\x58\xd2\x07\x52\x9a\x54\xa6\xbd\x46\xd7\x44\x9e\xc6\x10\xb2\xaa\x98\xc3\x74\x12\x68\x01\x07\x4b\xae\xda\x97\xb4\xa0\x28\x1d\xd0\xb8\xa4\x39\xd9\x26\x30\xe7\x38\x94\x4d\x07\x54\x92\x45\xf1\xf7\xcd\xc2\xf1\x9b\xe2\x5f\xa1\x33\xc6\x15\x49\x1f\x71\x9e\x72\xf8\x9f\x9f\x28\x8b\x37\xdb\x15\xb7\xe7\x3f\x9d\x5f\x7c\x39\xf7\x77\xc6\xed\xf5\xe8\xca\xff\xf7\xf5\xdf\xae\x6f\x46\x9f\x1b\x77\x4b\xb1\x95\x7c\x1b\x40\xf7\xc0\x30\xf9\x80\xae\x75\xdd\xeb\x94\x23\x75\xad\x1e\x54\x0f\xea\x33\x91\x38\xc6\x12\xe7\x1f\xa4\x31\xd9\x6c\x6c\x9f\x87\xe7\xb7\xc3\xb3\x60\x28\xc7\x3f\x8e\x4e\x6e\xcf\x02\x53\xc3\x8e\xcf\xfb\xe4\x6a\xa4\x0d\x09\xff\xb3\xe3\x1f\x4f\xcf\x4e\xee\x9c\xe9\xd1\x34\x1b\x85\xf7\x16\x8f\xcf\xcd\x9c\xa0\x05\x91\xf3\x34\x46\x93\x95\x9f\x67\x98\xe7\x7b\x3f\x62\x81\x12\x08\x17\x91\xf8\x68\xac\x45\x8d\x6e\xf5\x83\x3a\x45\xc8\xbc\xcc\x7b\x62\x91\xc6\x64\x60\x7e\xa3\xce\x89\x4e\x8b\x57\xe6\x1f\x98\x10\x55\x0d\xab\xb7\x63\x86\x28\x8b\xe9\x03\x8d\x33\x9c\xe8\xf4\x75\x37\x47\x1f\xd0\x10\xa9\x8b\x33\xce\x12\x82\x24\xa7\xb3\x19\x28\x79\x85\xae\xea\xd6\xcc\xa3\x30\x93\xf0\x9c\x2b\x71\xae\x4c\x05\x78\xad\xb1\x15\xe8\x24\xd1\x2a\x94\x7e\x10\xd2\xf5\xc3\x16\x39\x96\x73\xc2\xab\xba\x66\xd7\xe5\x83\xf6\x73\xd7\x0c\x0b\xd2\xa7\x73\xdc\x33\x84\xe0\x85\xd6\x4d\x97\x9c\x3c\xd0\x34\xf3\x1e\x35\xcc\x02\xc1\xe2\x56\x36\x9f\x4f\x00\x4c\x5b\x0a\x7d\xcc\x9b\x09\x77\xf3\x95\x8d\x8d\xd9\x3f\x46\x4c\xf2\xca\xab\xb9\xad\xcc\x31\x5a\x51\x20\x74\xaa\x75\x97\xd2\xbb\xcf\x8b\x6a\x6e\xd9\xe1\x6a\xf4\x7c\xf5\x92\xa3\x83\x4a\xab\x0a\x54\xdf\x3a\xa9\x57\x61\xf1\xe7\x12\xe0\x67\x50\x9a\x17\x99\x90\xc0\x53\xa4\x63\x16\xe8\xfe\x2f\x02\xfd\x92\x61\xc0\xa4\x1f\xa1\x6b\x42\xc6\x6c\x2e\xe5\x52\x7c\x78\xff\x7e\x46\xe5\x3c\x9b\x1c\x45\xe9\xe2\x7d\x4e\xdf\xf0\x1e\x2f\xe9\x02\xab\xfd\x42\xf8\xea\xfd\x24\x49\x27\xef\x17\x58\x48\xc2\xdf\x2f\xef\x67\xe0\x9e\xb6\xea\xeb\x7b\xd7\xec\x2c\xfd\x5f\x67\x7f\xfa\xfe\xf0\xec\x2f\xdf\x1f\x94\x45\x6a\xdd\xe9\x1c\xb1\x08\x2f\x45\x96\x98\x30\x16\xf7\xe7\x06\x52\x2b\x60\x26\xd6\xad\xf7\x79\xb8\x5c\xdb\x09\xe4\xe3\xcb\xdb\x40\xc5\x09\xff\xf9\x79\xf4\xf9\xe2\xea\x6f\x81\x40\xbb\xb9\xb8\x1a\x7e\x6a\x56\x75\x4a\x12\xbb\x30\x0d\x3f\xb1\xf4\x91\x85\xa3\x17\xc5\x41\x67\x4c\xd2\x05\xb1\x02\xdb\xfc\xf3\x46\x8f\x74\x83\x91\x5f\xdc\xfc\x18\x5e\x3c\x1f\xcf\xfe\x76\x33\xba\xbb\x3e\xf9\xa9\x71\x24\xfa\xb1\xa0\x67\xd7\xa0\xee\x1f\xa7\x49\xb6\x60\xfe\xdf\x9b\xf7\xed\xf4\xfc\x66\xf4\xa9\xd8\xbb\x8b\xe1\x4d\x38\xed\x57\x61\x68\xe7\xe0\x87\x8b\x8b\xb3\xd1\x30\x58\xcb\x93\xe1\xcd\xe8\xe6\xf4\x73\xa0\xa4\x9e\xdc\x5e\x0d\x6f\x4e\x2f\xce\x1b\x87\x69\x7b\x50\x31\x50\x35\x2c\x7f\x98\xbb\x96\x33\xad\x8e\xf9\xd0\xc0\x26\xf4\x41\x39\xf4\x92\x4d\xb5\xf1\x05\x3a\xc0\xa1\x33\x9e\x23\xdd\xd3\x4a\x59\x23\xc3\x65\x42\xf5\xb2\xae\x71\xa1\x9b\x44\xde\x8d\xeb\x02\xf4\xcb\x04\x4e\x71\x92\xa4\x8f\x3a\x78\xbd\xa0\x4a\x7b\x35\x99\xff\xea\x27\x02\x45\x19\xe7\x84\xc9\x64\x75\x54\x21\x4e\xc2\x65\x49\xb9\x3c\x71\xe1\xcd\x8d\x36\x5c\x65\xac\xb0\x1c\x25\xac\xdc\x2a\xc5\xc8\xa0\xed\x16\x54\xf8\x48\x67\x9f\x89\x10\x78\x46\x3e\x5a\xf4\xc4\x8e\x84\xd4\xf5\xcf\xfe\x3f\xff\xeb\x7a\xcd\x7e\xb6\x4d\x04\x3d\x04\xbb\x7b\x38\x49\xb9\xb4\x52\x65\x9b\xbd\x1c\xe1\x4c\x74\xda\xcc\xcd\xe0\x0f\x8c\x32\x41\xf8\xa1\xf1\x67\x91\x18\x61\xd5\x51\x83\xfc\x00\x1e\xbe\x25\x16\x6a\x13\xa5\xa0\xd3\x10\xf3\xf3\x4c\x33\xf3\x21\xe8\x4d\xcd\xed\xba\xe4\x94\x45\x74\x89\x93\x8d\x8e\x5e\x21\x1c\x60\x12\xbd\xbe\xa3\x53\x84\xd9\xea\x5d\x49\xf1\x92\x84\x2f\x00\x05\x65\xba\xe9\x94\x98\x75\xdb\x5a\xaf\x0e\x63\xa9\xc4\xa1\x3b\x62\x83\xb5\xd1\xe1\xf9\xba\xe1\x16\x5a\x31\x6f\xd7\x86\x24\x4e\x2e\xab\xdb\xac\x9a\x30\xdf\xac\x6a\x5a\xea\xcf\x78\xa9\x96\x58\x73\xf4\x20\x9c\x8f\xd1\x80\x9b\x0c\xbd\xa2\xfa\x57\x30\x65\x9e\xd3\xac\xbd\x8a\x91\x4f\xa1\x41\x29\x94\x5f\x12\x28\xed\x1e\xee\xcc\x6c\xc9\x69\x26\x33\xae\x94\x29\xa5\xf6\xa3\xef\xc8\xd1\xec\x08\x5d\xfc\x3c\xba\xba\x3a\x3d\x19\x0d\xd0\xf0\xf2\x72\x74\x7e\x32\x40\x44\x46\xef\xac\xbd\x0d\x52\x93\xc4\x63\x26\x53\xe3\x91\x5d\xa1\x79\xfa\xa8\xde\xb5\x20\x7c\x46\x82\x31\x9b\x1f\x23\xc8\x26\x9c\x51\x21\x75\x5c\x01\xd4\x1f\x8f\x94\x8a\x2e\x8a\x7a\x90\xde\x21\x99\x9c\x6f\xb3\x35\xb0\x10\xd9\x02\x4f\x12\x72\x47\xf1\xe2\x8e\xa7\xc9\xba\x33\x5c\x79\xa4\x72\xd5\xf1\x4e\x68\x57\xdb\x1d\x8e\xa2\x34\x63\xb2\x75\x6b\xeb\xd6\xf1\x04\xa6\x49\xa0\xa5\x3a\x50\xe0\xa8\x29\xd3\x38\xb9\xe9\x12\x28\x02\xe7\x11\xd8\x0f\x20\x32\x92\x1c\x0f\x08\x4b\x52\x35\x97\xc7\x9a\x1f\xcc\xaa\x95\x1e\x83\xd3\x36\x13\x5c\xd5\xca\xcb\x9e\xbf\x63\x7d\xf0\xaa\x88\xb1\xb4\x81\x5c\xe0\x39\x05\xd0\x65\x81\xd0\x4d\x4f\xb0\xda\x99\xfa\x40\xfc\x92\xa5\x12\x8b\x77\x47\x63\xa6\x4e\xf7\x3d\x59\x69\x2f\x91\x3a\x3f\xbf\x53\x32\xfd\x50\x10\x26\xa8\xa4\x0f\xe4\x77\x5a\xbf\x55\x12\xe0\x01\x73\xaa\xf6\x9e\x50\x6f\x30\x3c\x72\x21\x67\xd7\x94\x26\x80\x2b\x52\x8d\x9a\xe3\x6b\x00\x57\x13\x9f\xe8\xcb\x7e\xa7\xbb\x3f\x23\x12\x02\x23\x92\xca\x4c\xed\x81\x58\x13\xd5\x95\xba\xbe\x56\xb5\x80\x5d\x71\xa2\x83\x3a\x5b\xb9\xb0\x36\x39\x53\x5d\x95\xc3\xe2\x79\xa1\x62\x99\xe0\x55\xc9\xcc\x5c\x77\xce\x94\x31\x25\x96\x38\x22\x79\x50\xc9\xc6\xdf\xa2\x74\xb1\x48\x59\xb2\x72\xe0\xca\x98\x4e\x21\xfd\x59\xaa\x33\x88\x26\x44\x3e\x12\xc2\xf2\x4f\x91\x91\x05\x88\x32\x21\x31\xd3\x2c\x80\xb0\x5b\xc6\x6a\xae\xe2\x0c\x54\xb6\xf1\xc1\x00\x8d\x0f\x62\xf2\x40\x92\x74\xb9\x20\x4c\xaa\x0f\x88\xac\x3c\xa1\xa3\x05\xa6\xc9\x79\xaa\xee\xdf\x08\xd7\xe9\x7b\x6d\x97\x85\x93\x88\x2e\x29\x61\x52\xdc\x11\xd5\xee\x93\xba\x19\xd7\xe9\xc7\x16\xc1\x09\x3d\x41\x38\x8e\x39\x11\x02\xc8\xaf\x6c\x27\x8d\x36\xaf\xbd\xb3\x6e\x02\xda\xed\x61\xe7\xdf\xdb\xed\x36\xae\xb6\x13\xa2\x94\xbb\x48\xb8\x7b\x71\x4e\x57\xd4\xb8\x6b\x0d\xf9\x59\x4e\xaa\x63\xe3\x65\x2e\x1e\x5f\xf4\x02\x15\x8f\x8d\x12\xee\xed\xfa\x19\xce\xcc\xb5\x7a\xae\xb1\x6b\xc2\x07\x1b\x5b\x06\xcc\xfc\xae\x36\xae\xaf\xa2\xb7\x8d\xac\xed\x71\x94\xa4\x22\xe3\x2d\x8d\xb0\xb0\xd3\xc7\xe6\xd1\xa6\x7e\x8f\x7c\xd5\x26\x4b\xa4\xe8\xa4\x3d\x55\x4c\x3c\xe2\x64\xc9\x89\x80\x3d\x09\x7e\x43\x75\xb8\xa5\xb9\x86\xcd\xaf\x07\x88\xb2\x28\xc9\x62\x35\x07\x38\xc9\xfd\x82\x2c\x46\xf9\xd5\x36\x66\x0b\x63\x78\x20\x2c\xd0\x23\x49\x12\xf5\xdf\x28\x5d\x2c\x41\x6c\x9b\xee\x9a\x96\x94\x81\x28\xb1\x24\x03\x94\x66\x52\x35\x36\xd0\x64\xa1\x66\x09\x0e\x27\x18\x10\xcf\x39\x05\xf8\x98\xdd\x0a\x1b\x26\x77\x40\x55\xbd\xd7\xb5\x00\xa3\x0c\x7d\x22\x12\x5a\x81\xcc\x01\x7f\x80\x9a\x14\xb5\x52\x04\x15\xe7\x7e\x8b\x13\x65\x46\xd2\x61\xe5\xcf\xa8\x24\x1c\x27\x9f\xf1\xf2\x87\x24\x9d\x34\xae\xfb\x10\x2d\xb4\x9e\x6d\xde\x82\x68\xd1\xc2\xf2\xb0\x25\xeb\xf6\x28\xe1\x3c\x08\x85\xad\x39\xfe\x61\xd4\xa4\x79\x7b\x42\xcc\x82\x32\x9d\x5f\x00\xf1\xa7\x62\x3f\x0d\xd5\xc7\xba\x3e\x82\x85\x78\xf7\x7a\xec\x50\xdd\xdf\x45\xd9\xf6\x5e\xb7\x09\x42\x9b\xfd\xa9\x07\x03\x07\x44\xce\x09\xe5\xa8\xd5\xb0\xec\xf9\xbd\xd3\x67\xbe\xfd\xa6\xc9\xf7\x76\x9d\xe9\xad\x85\x88\x13\x10\xaa\x63\x26\xd3\x21\x60\xf0\x3d\x1a\xb3\x42\x27\x50\x4c\x96\x84\xc5\x02\xc1\xf6\xb2\xa7\x21\x90\xfd\x03\x34\xa5\x5f\x4d\xa3\x36\xe2\x93\xff\xd4\x33\x1f\x6a\x9c\x0a\x73\x5c\xde\x76\x1d\xee\xc7\x4b\x78\xbe\xd1\x6a\x4e\x85\xb2\x10\x23\xa5\x58\x71\x12\xa5\x5c\x89\x44\x78\xad\xf3\xf3\xad\xbd\x1b\x25\xe6\x6a\x52\xf0\x3a\xb3\x2c\xe8\x47\x9e\xf9\x13\x63\x49\x0e\x95\x25\xba\x26\xc2\xb1\x4c\xd5\x6b\x10\x5d\x28\xdb\xc2\x05\xdd\x7c\x4b\x7e\x42\x66\x98\x21\x9e\x31\x46\xd9\xac\xa6\xb7\x56\xb4\x6f\x71\x98\x95\x66\x85\x17\xca\x0e\x05\x3d\x42\x75\x28\xec\x87\x58\xc2\x74\x36\xf6\xc3\x98\x92\xcf\x35\x6b\xb2\x61\xda\x1e\xb1\xb3\x6c\x6b\x3a\x9b\x01\x7e\x66\x6f\x3a\x9b\x60\x21\x91\xe9\x53\x4d\x8f\x7d\x6d\x76\x07\xa1\xfe\x26\xf6\x4c\xdf\x70\xe8\xa2\x9c\xfb\x5d\x44\x82\x48\x49\x0d\xcb\x63\x26\x08\xc2\x53\x65\x17\x2f\x08\x9f\x59\x85\x4f\xf3\x1b\xb9\xa3\x6d\xc0\x4c\x56\x8e\xfa\xb2\x64\xcc\x2a\x9b\x3e\x42\x43\x56\x8a\xfa\x5a\x27\x47\x30\x5f\x5a\x6a\xe3\xe4\x11\xaf\x04\x5a\x02\x1b\x95\x0e\x44\xe7\x83\x07\x2f\x54\xf8\x90\x75\x39\x29\x85\x8a\x46\x38\x49\x56\x08\x0c\x3d\xaf\x67\x35\x8b\xe5\x51\xbc\xb6\x17\x76\x2d\x75\xff\x82\x67\xb5\x8a\xf0\xd5\x99\x40\x95\x92\xae\xa4\xcc\xe6\xc0\x08\x3f\xce\x68\xe0\x77\xa0\x5b\x1a\xeb\x62\x14\x7a\x65\xeb\x14\x3e\x70\x81\x9c\xe1\x09\x49\xb6\xf6\xc6\x6e\xe4\x7b\x86\x57\x1b\x60\xa4\x32\xbf\x89\xf6\x2e\x13\xf4\x38\x27\xbc\x28\xda\xac\x13\x87\x67\xed\x7c\xcd\xf9\x38\x03\x7a\xae\x2d\x06\x6a\x91\xbe\x9b\xcb\xef\x3a\x14\xb0\x7f\x91\xe4\x30\xe0\xea\x5b\xa4\xe8\xbe\xd9\xa6\x0f\x1e\x5e\xb7\xb2\x0b\x68\x17\x88\xdd\x9d\x78\x83\xdc\x9e\x69\x99\xb1\x7d\x3a\x45\x2c\x65\x04\x51\x91\xff\x18\xe2\x89\x1a\x5b\x02\x9b\x69\x46\x18\xe1\x40\x7a\x68\xc3\x8f\x2e\xbb\xd4\xe5\xfd\x3d\xb3\x51\x3e\x74\xc6\x24\x9a\x52\x92\xc4\x02\x31\xa2\x6c\x1a\xcc\x57\xea\x84\x18\x81\xd6\x46\x37\xda\x95\xb6\x5a\x71\x7d\x18\x35\xd2\xa2\x66\x21\x03\x55\x69\x62\x85\x7e\xa1\x61\x92\xe4\x3f\x32\x0f\x19\x28\xc7\x98\x39\x2b\x18\xf6\x1f\x15\xca\xba\x3b\x42\xb0\x6c\x32\x7f\x4a\xdd\x31\xea\x03\xbb\x86\x03\xab\xcb\x0a\x9d\xbf\xd9\xc5\xf6\xb7\xf7\x56\x3e\x8f\x21\xba\x49\x5d\x46\x6a\x04\x33\xfa\x40\x58\x65\x01\x05\xbb\x29\x92\xc0\x0d\xd9\x2c\x75\x4c\x1e\xc2\x1e\xf8\xa9\xda\xcf\x94\x5a\xe4\xac\xe4\xb9\xd2\x74\x91\xb9\x91\x9d\xac\x5c\x54\xc2\x37\x55\x4e\xb5\x68\xd1\x3c\xf8\x58\xa0\xdf\xb1\x54\xfe\x0e\xe5\x36\x9a\x35\x87\x35\xdf\xa8\x71\x4d\x0c\x82\x44\x23\xf5\x36\x38\xa1\x66\x93\x20\xec\xce\x6a\xbc\x7e\xe6\xb7\x45\x68\xe6\x51\x97\x27\xd5\xde\x46\xe5\xc8\x69\x5d\x56\x8a\x26\x1b\xd8\x99\x0f\xe0\x39\x28\xa0\x91\xde\x06\x9c\x40\xd8\x84\xa5\x68\x91\x72\x52\x20\x3c\xd0\xc2\xdb\xde\xeb\x26\xd1\xbc\xfd\x2e\xad\x70\x87\xe9\x24\xee\xfc\x98\x07\x6e\xb0\x66\xf7\xd7\x2e\x30\x03\x8b\x10\x6d\xda\xb0\x03\xd6\x20\x56\xab\x4d\xf2\x4d\xe2\xfc\x75\x3a\xa9\x73\x44\xfb\xcc\xae\x75\x38\xcd\xa3\x31\xfb\x98\x72\x73\x77\x0a\x03\xba\x9e\xe0\xe8\xfe\x90\xb0\x18\xe1\x4c\xce\x35\x5e\xd2\xf8\x8e\x57\x66\x65\x95\x5e\x00\x5b\xc0\x2e\x71\x4c\x45\x84\xb9\x11\xfa\x53\xfc\x90\xda\x5e\x8c\x99\xd7\x08\xc0\xba\x21\xd7\x10\xf8\x50\xea\x14\x08\x02\x89\x6d\x75\x73\x51\xc5\xfa\x51\xe2\xfc\x68\x3e\x33\x3e\x73\xc0\x18\xde\x47\x62\x46\x84\x18\x1f\xe8\x5e\x17\x66\xe8\xd4\xfa\xa3\xac\x7d\x23\x7c\xfe\x64\xf7\x4b\x7d\xc6\xac\x47\xc6\x8c\x42\xa9\x29\xdf\x5b\xd9\x19\xa0\x47\xa7\x19\x07\xb0\x68\x55\x9b\xdf\x45\x73\x9a\xe4\x3e\xea\x77\x03\x73\x1e\x75\x93\x09\x79\x20\x89\x6a\x98\xb2\x88\x93\x05\x61\x26\x7c\xfc\x3d\xfa\x4f\xcd\x86\x81\xfe\x30\x66\x9f\x40\xac\x26\xc9\x6a\x80\xe8\x34\x6f\x19\xcb\x42\x33\xf7\x95\x1d\x50\x4b\xa6\x25\x4b\xd0\x11\xbd\xde\x73\xfc\x40\xc6\xcc\x36\xf3\x9f\xe8\x1e\xfd\x1e\xfd\xa1\xce\x91\x63\x90\xc2\x4f\x6d\xe7\xc3\x2e\xb6\xef\xf2\x24\xc3\xc0\xa8\x8f\x20\x39\xac\x1b\x20\xac\xa2\xe5\x4c\x35\xa7\xe0\x3a\x78\x33\x65\x0f\x69\x39\x7a\xe5\x9f\x5c\xcc\x09\x93\x77\x2c\x8d\xc9\x1d\xa9\x08\x5d\x35\x08\x0a\x75\xa9\x9f\xa7\x31\x59\x1b\x78\x72\x0a\xf2\x17\x70\x5d\x88\x6c\xe2\x96\x43\xbd\x37\x37\xba\xc3\x0d\x56\xdd\x61\x47\x03\xbd\x49\x77\x37\x8d\x95\x5d\x18\xed\x6a\x00\x12\xdd\x74\xa0\x3a\x5e\xa3\xeb\xb3\x01\x9e\xa6\x78\x0a\x8b\x1e\x62\xf5\x63\x35\x72\x73\xe7\x78\x04\xd7\x90\x03\xc2\xe9\x8c\x2a\x6d\xbb\x7d\x3c\x0e\x84\xe0\x26\x6e\x6e\x9d\xc1\xd0\xca\xcf\x9d\x4f\xc5\x32\xc1\x52\xed\xf2\x43\xb7\xed\xf2\x18\xd3\x24\xcd\x8a\x3a\xb7\x99\x00\x2a\x7c\xa4\x8f\x51\xaf\x57\x4a\x04\xcf\x34\x8a\x84\xcc\xa9\x92\xdc\x0c\x0d\x8f\xcf\x90\x3a\x14\xe9\x82\x68\x2e\x14\x35\x69\x99\x9c\xa7\x9c\xfe\xb3\x36\x20\x5b\xaf\x61\xe7\x81\x34\xaf\x38\x19\xf4\x33\xd4\xb5\x61\x8f\x6a\xcd\x40\x06\x86\x44\x95\x85\x83\x26\xea\x79\x0e\xca\xc7\x34\x83\x4a\x77\xda\x61\xac\x99\xb9\x44\x58\x0a\x8d\xdb\xa2\x7a\x1a\x83\x64\x1b\xa4\x06\x81\x1d\x83\xf3\x08\x45\x73\xcc\x66\xcd\x7a\xe4\x5f\x33\x92\xed\x08\x34\x63\x12\xf9\x5e\x28\x1c\x8f\x67\x22\xaf\x0b\xa8\xe7\x46\x89\xe4\x42\x29\x42\x13\x90\xc7\xe2\x3e\x77\xa8\x39\x20\xae\x36\xa3\x8b\xf6\x7c\x0b\xe7\xcb\x95\x39\x7e\x3b\x70\xbf\x3c\x47\xbc\xbe\xac\x1f\x55\xc8\x1f\xd8\x7f\x26\x75\xe5\x59\xbd\x1b\x4e\x86\x17\xf4\x8e\x5d\x7b\x3a\x3a\x58\xd2\xb6\x53\xa6\x87\x46\xb8\x96\x83\x9b\xd5\xbb\xe3\x3a\xf4\xa3\x74\xde\x12\xfa\xdd\x77\x10\xc6\xda\xda\x7d\xeb\xb9\x25\x73\x6c\x9d\x06\x57\xea\xd1\x90\xf8\x69\x5d\x2d\x61\x60\x30\x84\x77\x7a\x71\xc1\x3a\xd8\xad\xd7\xa3\x0d\x6e\xa7\xb2\x21\x54\xdd\x37\xfb\x75\xdb\xae\x34\x86\x43\x5a\x06\x37\xc0\xa2\x6f\x3a\xb6\x67\x06\x6d\x14\x86\x05\x34\x84\x22\xf5\x02\xa3\x10\x21\xc8\x04\x92\x1c\x03\x7a\x2f\x65\x62\xcc\xbe\x68\x2d\x96\x0a\x6d\x2f\x9a\x74\x51\x30\x47\x11\x85\x7f\x83\xf0\x34\x99\x65\x72\x8e\xb5\x8d\x53\x1d\x82\x70\xec\x07\xee\x24\xf8\x41\x88\xaa\x97\xc1\x8b\x8c\xea\x5e\xd9\xa4\x9d\x68\x1f\xf2\x59\xaa\xdc\x5e\xed\x2b\xa6\x02\xa0\xb0\x38\xa9\xb5\x19\x27\x69\x9a\x10\xcc\xea\xd4\xea\xca\xaf\x4b\xde\x22\xea\xa3\x18\x95\xd5\xa7\x34\x33\x9e\x11\x65\x53\xe0\x24\x29\x8c\x0b\x03\x71\x9f\x24\x4c\x3b\x17\x8c\x61\xa8\x3a\x1a\xaf\x09\x88\x0c\xfc\x93\x3f\x21\x49\x27\xa4\x89\x7e\xa0\x71\x17\xc1\x4f\x72\x6e\xb8\x56\x78\x6d\x1f\x00\x51\x89\x6e\x5f\xd7\x31\x1f\x13\xdf\xe8\x1a\x0e\x71\xe5\x1d\xba\xb8\x4e\x9c\x0f\x0b\xd0\x01\x44\x00\x6f\x80\x01\xb0\xa7\xd6\x0f\xce\xbb\xf5\xfc\x38\x79\x1f\xac\x12\x64\x96\xc2\xc3\x71\x4a\x84\xa7\x62\xa1\xf4\x81\x98\xfd\x4b\xa7\x44\xa9\x61\x63\x66\xb9\x69\x6c\xa7\xb1\x50\x07\x6d\xc9\xd3\x99\x41\x09\xe2\x88\xa7\x42\x18\x34\x80\x6e\x47\x1c\x35\xde\x24\x37\x26\x2f\x61\x17\x71\x9e\xe7\x03\x06\x96\x69\x62\xf3\xac\xd5\x1a\xcd\x63\x42\x5c\x0e\x46\xed\xb9\xdf\x16\x33\x64\xcd\x0f\xc4\x09\x16\xc6\xf6\x05\x68\x4d\x01\x54\xd0\x41\x4f\x70\x7d\xd6\x10\xbb\x43\xbb\xd8\xfe\x16\x32\x79\x54\x9a\xa1\x91\x0a\x44\x39\x27\x40\x33\x32\x49\x4c\x48\x27\xd8\x35\x34\x2f\x43\x94\xcf\x88\x33\xf3\xf4\x9b\x41\x4e\x0a\xba\x50\x67\x05\x12\x48\x59\x7a\x98\x2e\xc1\x6e\x28\xfe\x6a\x8a\x69\xa2\x04\x16\x0d\xab\x20\x29\xe5\xea\x10\x68\x94\x08\x93\x55\x8e\x6e\xdb\x08\x38\xc6\x49\xac\x97\x51\xef\xdc\xf1\xc1\xf0\x87\x8b\xab\x9b\xd1\xc9\xf8\x20\x0f\x5f\x5a\xa8\x8b\x15\xeb\x2e\xa3\x26\x65\x63\xe6\x82\x10\x8e\x22\x18\xd6\x12\xe1\x38\xce\x13\x48\x34\x00\xee\x4e\x3b\x53\xdb\x9e\x8a\xb5\x71\x88\x72\x33\x1f\xe9\x57\x12\x5f\x61\xb9\x55\xf4\xa2\x31\x3a\xdc\xca\x4b\x57\xb9\xc5\x33\x46\x4b\x9e\xa2\x06\x21\xeb\x86\x72\xab\x9e\x6b\xbf\x83\xf5\x49\x80\xb5\xb2\xee\x1e\x81\x78\xc6\x94\x65\x89\x1d\x73\xf3\x14\xf6\x00\x8b\x56\x03\x04\x70\x70\xb5\x6b\x57\xe8\x8f\x68\x41\x19\x40\x37\x9b\xe6\xf6\x36\x1c\x48\x17\x86\x82\xd3\xf3\xdb\x90\xb0\xe4\xc7\x8b\xdb\xab\x30\x5f\xf4\x6f\xcd\x5c\x03\x61\x0b\x4d\xe6\x7c\x3e\x46\x0f\x1e\x93\xea\xa9\x70\x53\x53\x35\xd0\xb3\xe2\x45\xfd\xb6\xb2\xbd\x12\xa7\x33\xec\x3a\xd1\xcb\x03\x47\xec\x45\x8e\x97\x19\xe9\x76\xe9\x5d\xda\xb4\xba\x0c\xed\xb5\x27\xbd\xa0\x2b\x03\xa0\x9b\x87\xf2\xf3\x01\x80\xed\x5a\x7d\xfd\x76\x06\xc0\xe7\xad\x5a\x14\x76\x07\xed\x0d\xe5\x4f\x5b\x0f\x80\x30\x4e\xd0\x25\x9e\xd0\x04\xc2\x3b\xa9\x97\x8f\x54\xa1\x59\x88\xa3\x31\xf3\x29\xe6\xf5\x9d\xa9\xf6\x80\xcd\x49\xa3\x6c\x86\x52\x46\x50\xca\x75\x28\xcf\x89\xc3\x81\x0f\x86\x2f\x82\xb9\xe4\x1c\xad\xd2\x8c\xbb\x37\x96\xde\x63\x76\x9f\x98\x63\x1b\xee\xb7\x7a\xa6\x09\x46\xf9\x49\x70\xd0\xde\x92\x93\xdc\xd8\x82\x17\x93\x07\xc2\xd0\xa3\x32\xac\xf2\xd8\xc4\x98\x79\x30\x2b\xa5\x92\xb2\x6f\xa5\xc3\x52\xd0\xc4\x14\x5d\xc4\x2e\x10\x93\xbb\x5a\x04\xa6\xa6\xe5\xe6\x0d\xbc\x03\xbc\x3c\x24\x00\x6c\xb6\xf9\xe0\xc9\x3a\xef\x81\x8e\x5c\xc1\x1e\xf0\x7d\x19\x1a\xd3\x5b\xb9\x65\xc9\xd7\x25\x89\x36\x01\x39\x5f\x5a\xc2\xc4\x26\x6f\x86\x1f\x49\x33\x59\xf1\x66\xe9\x64\x6a\x7d\x2b\xc5\xde\xae\xe9\x67\xa7\x54\x03\xd5\xd1\x9f\x4d\x6e\x5e\xc7\x7e\xda\x64\x83\x29\x4f\x17\xed\xba\xf8\x3c\xf0\xda\x9b\x12\x50\x35\x70\x0f\xec\x09\xae\x76\x7d\x2f\xeb\x00\xb5\xeb\xa4\xde\xcf\xfa\x5e\x74\xd8\x79\xc8\x8b\x25\x68\x9a\xac\x24\x71\x41\x13\x83\x65\xf5\xdf\xe9\xdf\x59\x2e\x7c\x60\x61\x26\x85\x53\x10\x04\x26\x26\x04\x19\x6d\x48\x63\x4b\xab\x41\xb1\x70\x7d\x56\x79\x44\xbd\xd8\xaa\x49\x0d\x52\x93\x27\x24\x5e\xb8\x44\xd0\x62\xf6\x6f\x61\xba\xd6\x48\xa3\x5d\x81\x1c\x9f\x00\x08\x5b\x65\xeb\x06\xe0\x5c\x03\x42\xd8\x4d\x06\x5c\xe1\x86\x6e\xec\x58\x90\x02\xe7\x77\x28\x26\x12\xd3\x44\xf8\x69\x5f\xe5\xa5\x0c\x6e\x3e\xcd\xe9\x64\x1d\xaf\x1b\x5a\xc9\x5e\xe5\x65\x7f\xe5\x91\x7f\xc7\x83\x93\x65\x81\x57\x1e\x38\x4a\x9d\x82\x84\x48\xb8\x9c\x29\x73\xff\x0a\x45\xad\xdd\xcc\xfe\x16\xad\x02\x28\x1c\xa1\x1f\x56\xee\x5a\xc4\x49\xe2\xf7\x44\x3b\xef\xf2\x7a\xbf\xea\x28\x68\xba\xe1\xd3\xf3\xe1\xf1\xcd\xe9\xcf\x23\x00\xfe\xac\xd2\x0c\x3d\x52\xa1\x2c\x84\x31\x03\x7f\xa0\xa3\x25\x96\x29\xd2\x3f\x1c\xc0\xaf\x00\x0e\x28\xb2\xc9\x82\x2a\x7b\x2a\x1f\x64\x40\x9b\x39\x30\xe7\x58\x3d\x00\xd7\xb6\x85\x9d\x55\x21\xbc\xd7\x9c\x8f\x0d\xcc\xe0\xbc\x91\x6d\x91\x65\x5e\xb8\xe2\x69\xb1\x65\x9e\x9a\xed\x9b\x35\x95\xc7\xab\x07\x97\x55\x1f\xca\x30\xc3\x12\xd2\x60\xa9\x90\x85\xcb\xa4\x3e\xaf\x32\x5f\x82\x5d\x20\xcb\xac\xb6\xdd\x05\x6e\x60\x1f\xa9\xd6\x76\xae\x1d\x39\x5f\xa5\x0a\x76\x59\xab\xdf\xec\x5b\x7e\x4b\x1e\xb6\xdb\x3c\x08\xd4\xc5\xdc\xca\x11\xda\xfe\x56\xf0\x10\x08\x21\xb2\x99\x14\x45\x37\x4b\x25\x44\x5f\x23\x99\xac\x2a\xa0\x0f\x63\x56\xad\x37\x34\xef\xb1\x6d\x03\xa9\x3b\xcd\x83\x71\x2b\x72\xe5\x46\x61\x3c\x22\x5f\x1c\x72\x4c\x1b\xa3\xae\xc8\x00\x29\x9c\x2b\xeb\x7f\xad\xb1\x02\x40\x5d\xd8\x04\x83\x53\x71\x2a\x5b\x86\x39\xd7\x9e\x0b\x73\x65\x3e\x8d\x05\xb5\x65\x3c\x18\x52\x41\x77\x9f\xc0\x0a\x4e\xcc\x01\x78\xc8\xd3\x07\xc2\x39\x8d\x95\x85\xe5\x33\x07\xb4\x9a\xb9\x16\x2c\x3d\x35\x32\x4c\x17\xb2\x92\x29\x84\x4d\x9c\xcd\xab\xda\xb3\xd9\x6c\x05\xe9\xe6\xd4\x9d\x8c\xc5\x84\x33\x82\xe5\xfc\xf9\xe2\x8b\xc7\xdb\xba\x0c\x9f\x2d\xd6\x78\xbc\x13\x2a\x2b\xbf\xbb\x21\xad\xd3\xda\x7e\x66\x05\xba\xf8\x66\x74\x6e\xce\xa1\x54\x32\xa2\x2a\x5c\x5d\x1e\xcc\xd9\xd8\x59\x21\x9f\x52\x47\x0c\x7a\xad\x05\xe1\xdc\x4f\xca\x3c\x08\xf9\x35\x4c\x7d\xb1\x66\x91\x2e\x6b\x22\x2f\x6d\x08\x27\xb5\x8e\x1d\xb0\xff\xe9\x4f\xcc\x07\x35\x2c\x91\x85\xc7\x8a\xa3\xf5\x0d\x03\xb6\x2a\xda\xd5\x98\xc7\x09\x11\xa0\xf2\x69\x5d\xbf\xa0\xd5\x35\xd9\x1c\x63\xf6\x63\xfa\x48\x1e\x08\x1f\x20\x2c\xd1\x22\x55\x37\x39\x23\x7e\x91\x01\x1c\xe6\x99\x6a\x97\x36\x46\xe7\x78\x41\xe2\x11\xdc\x07\x1e\x76\xcb\x58\x3e\xc6\xab\x58\x95\xca\x03\xe9\x29\x7a\x19\xac\x0b\x7c\xcc\x70\x24\xe9\x03\xd1\xb1\x1d\x00\x0c\x52\x3b\x30\xd8\xff\xbf\x73\x3e\xcf\xdf\x1d\xa1\x1b\x75\x71\x51\x11\xf6\xd7\x83\x04\xd7\xf5\x6d\xcc\x66\x3c\xcd\x96\x4e\x33\x4d\x27\xa0\x12\x6b\xdf\x67\x85\xcf\x13\x3a\x63\x1d\x9e\x11\x8e\xd5\xb5\xd8\xbc\x71\xc2\x92\x03\xfb\xe5\x0a\x08\xf1\x75\xfe\x06\x52\xb7\x85\x0b\x2b\x19\xe8\x00\x6c\xa3\xfa\xdc\xff\xdd\xf9\x4e\x4b\xdc\x6c\x02\x94\x32\x67\xb2\x06\x60\x8b\x0d\x45\x85\x67\xe6\x5b\x93\xb8\x1a\x25\x94\xbf\x56\x73\x9d\x6a\xc1\x41\xaa\xc9\x83\x6b\xd6\xbe\x7d\xd6\x59\xa1\x97\x97\x19\x5f\xa6\x00\xb3\x4d\x56\x16\x9a\x64\xa0\xc3\xcb\x74\x99\x69\xe0\x35\xf5\x83\x4c\x95\x1d\xa2\x42\x7e\xc6\x32\x9a\x2b\x7d\x20\x87\xd0\xee\x22\x1b\x2e\x10\xa4\x4f\x6b\x7f\x54\x8c\xe0\xd8\x7f\x7b\x8d\x6d\xdd\xda\xb4\xd4\x09\x75\x16\x3f\x00\xff\x4a\x92\xbc\xfc\x77\x05\x9f\x5d\xf5\x5c\x07\x14\x3a\x3b\x0f\xb4\x6e\xa1\x1f\x9e\x28\x05\x9a\x32\x94\xff\x10\x19\x0f\x72\xe5\x91\xce\x38\xdd\x48\x0d\x34\x1e\x08\xf2\x40\x98\xcc\x0d\x8a\x05\x5e\x22\xaa\xe4\xb6\xba\x79\xf8\x8c\x0c\xd0\xa3\xad\x33\x8c\x30\xca\x38\xb5\x27\x0c\xac\x80\x86\xe5\x0b\xd5\xf0\xf7\x3a\x22\xa0\x31\x51\x11\xf6\xd8\xa3\x0c\xbb\x7b\x24\x33\xec\xe2\xb6\xb0\xc2\x09\x65\xf7\xea\x65\x3a\xab\xdd\x7a\x7b\xb9\x92\x6f\x29\xb7\xa0\xd2\x60\x4d\xd7\xee\xbc\x2d\x56\xb9\x9e\xc0\x71\xdd\x51\xa0\x6c\xe6\xc1\xe1\xab\x8d\xa0\x36\xd9\xe9\x95\x4f\xb6\x4b\xae\xaf\x7c\xd4\xea\x13\x9b\x3c\xdb\x80\x20\xde\x98\xda\x33\xc0\x4d\x18\x9c\x80\xd1\x48\xfc\x44\x05\xa3\x4a\x43\x9a\x11\xd5\x55\x0b\x8c\x86\xf2\x1f\xee\x2f\xcd\x09\xa4\xa7\xe6\x3f\x50\xca\xc7\x4c\x7f\x3e\x70\xf4\x01\xea\x07\x79\xa6\x4f\x4d\x6e\xac\xdb\x4f\x96\x0b\x74\x33\xbd\xf2\x66\x78\xfd\xd3\xdd\xd5\xe8\xfa\xe2\xf6\xea\x38\x50\x2e\x8f\xcf\x6e\xaf\x6f\x46\x57\x95\xdf\x8d\xfe\x7b\x74\x7c\x7b\x73\x7a\x71\x7e\xf7\xd7\xdb\xd1\x6d\xcd\x57\xb6\x81\xb3\xe1\x0f\xa3\xb3\x46\x25\xb5\xba\x0f\x75\xec\xaa\xb8\x50\xce\x30\x27\x31\xb0\x97\xea\x64\x65\x96\x88\xfe\x13\x8c\xd7\x4b\x3d\xaf\x87\x03\xfb\x97\xe6\xcb\x3c\x54\x47\xd9\xba\x2f\xf2\x53\x30\x66\xce\xbf\xe4\xe4\xb6\xc4\x33\x61\xeb\x6e\x04\xbd\xfd\x80\x86\x4b\x53\x5b\x23\x0d\x5f\x2a\xb1\xb8\xcf\x7b\x6a\xdd\x8a\xb0\xb6\xc0\x26\x2e\x4c\xa5\x89\xc2\x34\x87\x0d\x9a\x31\x41\x17\x8c\x7b\x25\x46\x39\x93\x6d\x89\xf2\xd4\x34\x5a\x58\x1f\x28\xcd\xa3\x27\x47\xe8\x7e\x41\xd6\xcc\x8a\xe1\x05\x8d\xf4\x07\x85\xc4\x11\x93\x52\xb2\x20\x4c\x16\x5b\x0c\x96\x35\x6c\x79\x4e\xd0\x4f\x7f\xc9\x3b\x05\x46\xb1\x31\x32\xb3\x12\x03\x96\xad\x12\x9f\x55\x11\x9a\x54\xc8\xa6\xad\x52\x75\xc4\xfd\x9d\xab\xa7\xb9\x91\xb0\xbc\xc1\xe2\xbe\x82\x74\xb7\x52\xfe\x98\xf1\x6f\xf9\xc6\x7a\xa6\xdf\x6a\xff\x99\x9d\xd7\x3b\x58\xc0\xcd\xde\x59\x9b\x27\xb5\xe6\x95\x76\xc4\x49\x81\x77\xa6\xf5\xfb\x02\xde\x9a\xf6\x52\x19\x52\x5d\x69\x04\x69\xc5\x98\x32\x43\x68\x40\x1c\x93\x8e\xa5\x76\xd4\x7c\xfd\x26\xfb\x07\x4f\xd2\x87\x20\xbd\x6c\xa1\xf9\xef\x2b\x35\x31\xcf\xde\xdb\x66\x07\x86\xc5\x5c\x5b\x6b\x63\x76\xf1\xa1\x7c\x41\xe5\x1a\xb4\xb5\xe7\x8a\x83\x59\x07\xa1\xda\xc0\x0f\xeb\xb5\xee\x1c\xb1\x6d\x54\xb0\x13\x58\xd3\x09\x78\xd9\x73\x86\x45\x4d\xe4\x0b\x86\x9a\x6f\x74\x0f\xf2\x80\xb3\x56\xcd\xdc\xa5\xf9\xde\xde\xa3\xe8\xbd\xf6\x04\xbc\xf7\xee\x89\xd5\x52\x5d\x10\x8b\x89\x01\xe5\x36\x2f\xb4\x37\x37\x7b\xc9\x2c\x54\x59\x5f\x74\x73\xd5\xad\x6d\x17\x9e\xa1\x10\x68\xe5\x20\x9e\x9a\x56\x48\x97\xfe\x70\x7b\x43\x0d\xd7\xce\xf6\xef\xed\x88\x7e\xaf\xb7\x54\x56\x83\xf0\xf7\x5a\x73\xb9\x77\xe8\x10\x38\xc9\x0d\x9c\xd8\x10\x1f\x08\x74\x88\x12\x7a\x4f\xd0\xb7\x10\xd9\x1a\x5e\x9e\x7e\x3b\x40\xdf\xfa\xe8\xb9\x6f\x3b\x88\xbf\x9c\x32\xcc\xf4\xdb\xf0\x0b\x81\x5a\x14\x00\x33\x3e\x02\x86\xc6\xeb\xe6\xd0\xa3\x1a\x07\xf4\xbe\x24\x5c\xb3\xe0\x40\x34\xde\x45\x7c\x8d\xb7\x6e\x9d\x6c\xcc\x8f\xcc\xd6\x4c\x2d\xaa\xbd\x32\xb6\x77\xc7\x51\xc8\x66\x41\xb8\x06\x2d\x3c\x74\x4c\xd8\x39\xb7\x8d\xa8\xd9\xbc\x7d\x24\xbe\x6a\x54\x81\x35\x65\x27\xb3\x72\x51\xd6\x6d\xbc\xd7\xb6\xdd\x5a\xc4\xbc\x87\x55\x33\x62\x30\x0b\x35\x9a\x58\xbf\xcb\x9e\x76\x97\xed\x02\xee\x11\x76\xae\xfb\x6d\x76\xac\x15\x22\xaf\x19\x9b\x52\xa7\x34\x5c\x2b\xa7\x43\x0a\xa0\xe6\x54\xf0\xc6\x21\xef\x2c\xe2\xb0\x0b\xd5\xb7\x0e\x8a\xe0\xab\x77\x66\xe0\x8e\x4a\x43\xa6\x06\x83\xfa\x64\x8a\x73\x8d\xe7\xb2\x44\x37\xd0\xb6\x4b\x3b\xd2\xb9\xd7\x80\x1f\x0c\xf8\xc9\x84\x2c\x4c\xdd\x5c\x46\x1e\xf5\x69\xdb\x8f\xe0\x47\xc5\x3e\x7c\xe1\xe8\x47\xc0\xd7\xb3\x33\x5a\xfd\xbb\xf5\xee\xf1\x6a\xcb\x7b\x77\x54\xf7\x85\xc2\xbc\xbe\x09\x66\x75\xe5\xf3\x7a\xfa\xb2\x6e\x8c\xe2\xc1\x24\xae\x67\x13\x87\x9a\x23\x58\xd4\x50\x89\x43\x4e\x7f\xbc\x2f\x84\xe2\x65\x54\x7c\xd8\xb9\x17\x66\x13\x2f\x74\x66\x7f\x28\xc5\xd7\xce\xdb\xfe\xa6\x3d\x54\x74\xb4\x05\x95\xb8\x43\xe5\x01\x73\x58\x37\x91\x0f\x99\x10\x34\x4e\x40\x22\x59\xc7\xb5\x3a\x54\x6d\xfc\x2d\x45\x38\x50\xe0\x32\x2b\x8c\xc5\x40\xe5\xc1\x4d\x1c\x56\x64\xa9\x17\x8a\xa3\x07\xc2\xe4\x4e\xf4\x05\x68\xa2\x02\xb5\xd8\xce\xe8\xd7\x5c\x38\xa7\x27\xb9\x98\x70\xec\x91\x5e\xb4\x40\x72\x1c\x01\x69\x96\xae\x07\x65\xaa\x40\xd5\x39\x3a\xd5\xd0\xda\x2d\x11\xfc\xb4\x3c\x2f\x6b\xa0\x09\x66\xb6\x73\xf2\xaf\x3c\xec\x99\x46\x50\x66\xb4\x53\x22\x4d\x70\x33\xb3\x18\x12\xde\x3d\x0a\x77\x5d\x05\xbc\xb8\xe6\xfa\x9d\x73\x2c\x8a\xaf\x5c\xbb\xe4\x1b\xe0\xef\x83\x66\x3e\x11\x79\x82\x25\xde\x09\xaf\x6e\x07\x38\x24\x74\xe4\x96\x27\x6b\xab\xd4\x5c\x6b\xe2\xb1\x8c\x27\xb9\x61\x83\x91\xba\xd0\x8e\xbc\x28\x38\xa0\x94\x83\x19\xd5\x9d\xa9\x91\x03\xdd\xeb\xea\x3c\x65\x57\x4d\x6f\x36\x42\xd3\x0b\xc9\xb3\x08\x52\x93\xd5\x89\xab\x5e\x59\xc3\xc9\x00\xb2\xd3\x38\xeb\x45\x90\x69\x63\x53\xf2\x20\xb8\x5e\x79\xaf\xd7\xef\x9f\x6d\x7d\x00\x21\x87\xe3\x93\xb9\x02\x02\xe9\x1d\x0c\xa0\x4f\xe8\xd8\xd4\xc0\x37\x34\x1d\x6e\x07\x42\xbe\x95\xe4\x94\x40\x22\x70\xe2\xb2\x07\x42\x49\x67\x7c\x3e\x6b\x37\x96\xba\x56\x4f\x5a\x9a\xfd\x9e\x55\x9a\x7b\x1d\xf2\xbc\x02\x2f\xdc\xe4\x51\x5d\x62\x38\x2e\x8d\xa5\x1d\x76\x55\x49\x10\x54\xe7\x27\xdb\xdb\x0d\xf5\x82\xfc\xbd\xdd\xce\xab\xaa\xbb\xaa\xd1\x35\x4a\x60\x64\x82\x70\x9d\x55\xee\x90\xc0\x15\xd4\x5a\xb5\x41\x90\xca\xc2\x89\x4d\x41\xc9\x52\x01\xc7\x6a\x4d\x43\x7b\x56\xd0\x77\x0f\x38\xa1\x4a\xe3\x3b\xb2\x89\x1f\xef\xd0\x7f\x02\x55\xd6\x7f\xd4\x31\xc7\xce\x08\xbf\x8b\xb3\x20\xa2\xb8\xae\x53\x97\xea\xa1\x93\x4c\xae\xaa\x13\x68\x02\x83\x27\xc1\xd1\x7d\x97\xa4\x22\xf5\xfb\x9a\x66\xd7\x9f\x40\xcf\xc5\x16\x5e\x04\x35\x29\x3b\xa4\x90\xb2\x63\x02\x30\xfe\xfb\x75\xb0\x84\x01\x93\x9a\xe7\x2d\x30\x71\xa3\xa1\xea\xf3\x11\xfa\xa8\xd9\x30\xe0\x52\xd3\xaf\x88\xd2\x2c\x89\xc7\x8c\x7c\x55\xe6\x7e\x00\x9d\xa8\x60\x30\x30\x10\x1e\xf3\xa6\x6a\x49\x50\x20\xab\xdb\xea\x86\x79\xf1\xfc\xaa\xf2\x9a\x96\x87\x5c\xbd\xc9\xb6\xd2\xe5\xf7\xa4\x7c\xe9\xb1\x2d\xd5\x3f\x40\x6e\x90\x85\x6d\x91\x90\x07\xc2\xf1\x8c\x98\xf2\xa6\x1e\x5b\x05\xde\xa0\x9a\xe9\x65\x29\xfa\xfb\xba\x4b\xf2\x96\x82\xca\x4f\xbb\x8d\x4d\x41\xe3\xb5\x7a\x51\x7b\xa7\x7a\x7b\x99\x76\x93\x2e\x0f\x35\x43\x3a\x73\x75\x86\xad\xd2\x13\x25\x58\x08\x3a\x5d\x79\x05\x84\xad\x36\xa1\xe3\xba\x8e\x14\x25\x24\xcf\xa9\xd4\x35\x02\x30\xda\x6e\x90\x4e\xdb\x83\x0e\x8c\xfd\x6c\x23\xe0\x34\xf6\x51\xfc\xc0\x0a\x59\x42\x3d\xb6\x24\xae\xdc\x16\x8b\x60\x7a\x66\x22\xf2\xbb\xeb\x98\x05\xf9\x6d\x06\x99\x6a\x44\xd1\xae\x95\x0f\xc5\xb5\x3f\x21\x09\xd9\x93\xba\x56\xe5\x8d\xd0\x38\xd7\x79\x7e\xe7\xb3\xad\xff\x76\xfd\xd9\x20\x2e\x55\x83\xbb\xdd\xc1\x7a\xbf\x70\x74\xa3\xa6\x77\x9f\x48\x1b\xef\xce\xda\xbd\xb8\xd1\xb9\xaa\x13\x8e\x5b\x4c\xf6\xce\x42\x9a\x4f\x3c\xa0\xba\xb5\xbe\x26\x52\x58\xc5\xd5\xdb\xe9\xda\x67\x62\xce\xe9\xa1\x85\x60\xe5\x80\xa6\x0e\x0b\xbe\x27\xc1\x36\xd3\xbb\x2b\xc3\x49\xf2\x74\xe2\x70\xfd\x72\x75\xd9\x6f\x79\x7f\x37\xf0\x88\x9a\x36\x76\x71\xfb\x3f\xad\x6a\x56\x9a\x98\x96\xc6\xc5\x75\x99\xee\xa2\x7b\xa2\x18\x4f\xd9\x1d\xf9\xaa\x6c\x4e\xb1\x29\x8e\xe2\x56\x10\x81\x86\x5f\xae\x91\x58\x31\x89\xbf\x7e\x40\xe3\x83\xcf\x9a\xd3\x13\xfd\x98\x66\x5c\xa0\x13\xbc\x3a\x4c\xa7\x87\x8b\x94\xc9\x39\xfa\x0c\xff\x6b\x3e\x7a\x24\xe4\x1e\xfd\x8d\x60\x3e\x3e\x18\x33\x48\x56\x35\xf5\xd3\x1c\xef\xc6\x1c\x43\x58\x4d\x18\xba\xd0\x3f\xfc\xd9\xf2\x85\xaa\xd7\x7c\xff\xfe\x0f\x7f\x46\xbf\x83\xff\xf7\xff\xa2\xdf\x8d\x0f\x6a\xee\xa5\x6e\x39\x90\x39\xa1\x6b\x65\x6b\xf7\x34\xba\x4f\xa7\xd3\x3b\x49\x17\x44\x93\x05\xdc\x61\x5e\x5b\x61\xa9\x23\x22\x94\x1a\x0e\x03\xcd\xc2\x96\xa7\x69\x99\x97\xea\xf0\xa3\x55\xc2\x5c\x61\x6e\x9d\x35\xc5\xc2\xdc\x7d\x2a\xe0\x29\x12\xa3\x74\x3a\xed\xe2\x03\xb4\x59\x21\x65\x86\xa4\x3c\x90\xed\x33\x72\x38\xa3\xce\x77\x45\xa4\xeb\x18\x4f\xcb\x3e\x92\x37\x66\x15\xc3\x00\x9f\xd4\x22\xbe\x4e\xf9\x56\x22\xfc\x9e\x94\xfc\x65\x9d\x1c\xe0\x96\x5c\xc0\x27\x76\x81\x08\x59\xca\x1d\xac\x5a\x07\x34\x4c\x26\xff\x98\xdd\x5c\x9c\x5c\x7c\x77\x8f\x25\x4f\x67\x98\xbd\xfb\x80\x86\x71\x6c\x8a\x6c\x20\xe3\xf4\x53\x9b\x67\x4e\x38\x39\x42\x3e\x63\x3e\x53\x13\x57\xe9\xd1\xf6\xf5\x61\xca\x49\x54\x65\xb8\x56\x1f\x76\x35\x7d\x27\xee\x91\x1a\xe8\x51\xc0\xa0\xe0\x5e\x90\x67\x3b\xc3\x58\xef\xc9\xca\x14\xd5\x2b\x8e\x77\x93\xba\x21\xd7\x4b\x12\x29\xeb\x57\x17\x1a\xe2\x31\x81\xe9\xd1\xa5\x9a\xa9\x90\x36\xf8\x5a\x79\xa8\xc2\xe2\x49\xdb\xa0\x38\x8b\x99\x28\x5b\xec\x14\x5d\x6b\x2b\x97\x0d\x36\x9b\xa9\x50\xc4\x8d\x63\x25\x36\x36\x84\x23\x9a\x3a\x2e\x7e\xf9\x89\x4c\x10\x7e\x38\xc5\x91\x9a\xbd\x42\x39\x28\x5f\x54\x55\xcd\xe3\x0d\x16\xf7\xbb\x75\x34\x6d\xcd\x09\x40\xe3\x3c\x87\x56\xef\xc6\x72\xed\x51\x73\x89\x48\x2c\xee\xeb\x20\x28\x9d\x49\x77\xd5\x54\x58\x74\x56\x53\xff\x4c\xcb\x5e\xaa\x90\x29\x8b\x00\x8a\xa9\x87\xa2\x5f\xe0\xa5\x2e\xcd\x00\x17\x0c\x4d\x48\xec\x13\x58\x54\xf5\x7f\xdd\x36\xd0\x50\x7c\xcf\x4f\xc4\x21\xfd\x40\xa9\xcd\x31\xc4\xe6\x30\x5b\xe9\x83\xa4\x2e\x2c\x2c\xee\x85\x23\xa6\x40\x62\x81\x93\x64\x80\x38\xc9\xa0\xb6\xc6\x00\x09\x92\x4c\x0f\x6d\xf6\x53\x8c\x92\x74\x46\x23\x9c\xa0\x49\x92\x46\xf7\x62\xcc\xd4\x0d\xc2\x66\xfa\xe2\x5b\xf2\x34\x22\x42\x78\x57\x6e\x1e\x7e\x5d\xf2\x34\xce\x22\xcd\x9d\xab\xb9\xeb\xa9\x90\x34\x2a\x10\xa6\x2a\x89\x08\xa5\xa4\x22\x0c\x06\x06\x50\x62\x2c\x74\x6d\x48\x4e\x09\x38\xc1\x64\x66\xcb\x9b\x40\x76\x07\x4e\xe8\x3f\x75\x6d\x32\xfc\x40\x53\x5e\xb7\x7b\x77\x00\xa8\xb3\xcb\x73\x27\xc3\xd3\xb0\x66\x3f\x1f\x9b\xc7\xe0\x0c\x35\xed\x98\xab\x70\x3b\xbb\xdd\xe0\xb6\xb9\x4b\xc2\xb0\x9b\x22\xe7\x97\xb5\x89\x2e\xfa\x27\x36\xac\xba\x67\xb8\x2b\xe8\x72\x0d\xda\x6a\xdd\x9e\x3e\xd6\x94\xad\x26\xb7\xd4\x73\xc0\x41\xeb\x96\xd4\xd2\x64\xc9\xab\x2b\xe2\x41\x6d\x12\x3b\x3d\x6a\xee\xd5\x35\x32\x70\x3c\xaa\x58\xa0\x65\x92\xcd\x28\xcb\x4b\xe4\x29\x79\x38\x66\x40\xa8\xa2\x5e\x52\x20\xe5\x2c\xef\xa8\x3d\xe6\x4e\xdd\x8d\x70\xec\x48\xa1\x6a\x27\xb9\xcb\x26\x0f\xf7\xad\x2d\x25\xb7\x31\x04\x9f\x57\x85\xeb\x4d\xcd\x68\xf5\xed\x03\xcd\x89\x81\xbc\x17\xd5\xae\xed\xc6\x5e\x8a\x42\xaf\x4a\x38\x16\x3a\xd5\x9b\x0c\xfa\x06\xa1\x4a\x53\x07\xa4\xae\x47\x2f\x82\x0c\x6e\x5a\xc8\x4b\x2c\x75\x2d\x07\xb2\x48\xa5\xa6\xc3\xd0\xcc\x14\x86\xb0\xc2\x10\x5e\x4c\x92\x74\x02\xf7\x0a\x90\x56\xc0\xb8\x03\x06\x30\x33\x6e\x12\xa3\xef\xbc\x6b\xc2\xc1\x75\xde\xd5\x45\xdc\x77\x07\x4f\x2e\x66\xbc\xd5\x82\x94\xc3\x2c\xf6\x23\x74\x99\xbb\x9b\x8a\xa3\x9a\x62\x25\xb9\xeb\xea\xba\x76\x83\x34\x07\xab\xbf\x03\x48\x73\x61\x18\x35\x04\x17\xe9\x2e\x4a\x4f\x36\x0f\xea\x2c\x6d\x6f\x47\x6a\x00\xa3\xd6\x3f\x82\xc5\xb1\xdb\x6c\x55\xb5\x44\xfb\x05\xd7\x2e\xb0\x20\xbc\x2c\x5c\xbb\xd0\x99\x7d\x86\x6b\x17\xba\xba\xbf\x70\xed\x8a\x8e\xb6\x80\x6b\x6b\x77\xfb\x9d\xda\xd4\xed\x84\xc2\x92\xa7\x32\x9d\x64\xd3\x6b\xb8\x4d\xda\x30\x32\x6a\xe1\x6c\xf5\x1c\x93\x25\x03\xbd\xd5\x3a\x50\x37\x45\xcc\x47\x75\x17\x86\xdc\x12\xd5\x1d\x88\xb4\x1e\xd5\xed\x50\xdd\xe5\x79\xd9\x47\x54\x77\x61\xcd\xdb\xa1\xba\xab\x96\x7c\x83\x18\x46\xd0\xcc\x9b\x41\x75\x17\x66\x74\x9f\x51\xdd\x85\xae\xee\x0e\xd5\x5d\xbd\xb2\xdd\x50\xdd\x95\xd7\x7f\xfd\xfe\xd9\x16\x73\x07\xa4\x3f\xcf\x8c\xea\x0e\x06\xd0\xa3\xba\xb7\xa4\xe9\x0f\xb7\xa0\xe9\x01\xb0\xce\x1a\xa0\x70\x51\xd6\x35\xe0\xba\x41\xa5\xdd\xc1\x8e\x7a\xda\xd8\x2a\x78\xa1\xda\x6a\xdd\xc3\x60\x1e\x84\xe1\x41\x54\xd7\x9f\xc5\xda\x7a\xa5\x2c\x7b\x7a\x8a\x6d\x89\x03\x0a\x93\xec\xbc\x57\xb0\x70\x75\x5b\xae\x82\xbd\x6b\x8b\x0d\x68\x28\xf3\x36\xe5\x2d\xab\xaf\x6e\xa7\x09\xe9\x76\xd3\xec\x37\xfe\x7f\x6b\x27\x64\xdb\xe2\x06\xd1\x32\xdb\x04\x1d\x3b\xdb\xec\xb1\x05\x59\xa4\x7c\x5d\xf8\xb1\xc6\x9c\x4d\x39\x9e\xad\x43\xe4\xb6\x9d\xbd\x6d\x67\xcd\x72\x08\x76\xf3\x6f\xdc\xd8\xa7\x1a\x0d\x2e\x5b\xfd\xc1\xf7\x80\x83\x4e\x5a\x19\x63\x71\x21\xae\x0d\xa3\x28\x35\x89\x07\xe5\x17\x82\x7b\x55\x10\x7e\xe8\x65\x12\x84\x7e\xcd\x72\x0f\x82\x79\xb7\x0a\xda\x16\xd3\x9e\xf1\xda\x18\x7f\x0b\x19\x3b\xd4\xec\xb3\x4a\xfb\xf3\x09\x13\x8a\x3b\x6d\xb2\xaa\xc0\xa3\xb5\x33\xa9\x75\x4d\xde\x2e\x8e\x61\xfa\x4f\xb7\xd0\x53\x9a\x10\x84\xa3\x88\x08\x28\xea\x8c\x0c\x06\x44\xb3\xec\x65\x3c\xd9\x66\x55\x29\x9b\xc1\xb8\x95\x32\xe9\x55\x01\x70\x9b\x47\xdf\x19\x73\x9e\x66\xb3\xb9\xb5\xb2\x6c\xa1\xb8\xaa\xb5\xfc\x52\x66\x95\x7d\x65\x01\x81\x42\xe9\x98\xe2\x26\xe8\x1e\x31\xb5\x53\xf2\xcc\x51\xd3\xaa\x71\x74\xd8\x1d\x01\x76\x28\x3f\xfe\xd6\x8f\xad\xb5\x12\xc8\x14\x1a\xb3\x61\x80\x32\xb2\x75\xc6\x26\xab\x1c\xad\xa0\xaf\x76\x7f\x93\x41\x65\x54\x63\xbd\x40\x29\x12\xf5\x17\xa8\x21\xf0\x90\x89\xa7\xda\x98\x29\x00\x2d\x48\x7c\x88\xa3\x55\x94\xd0\xc8\x53\x49\x67\x1c\x2f\xe7\x4d\x3b\xb1\x87\xfd\xbf\x14\xec\xbf\x25\xc3\x74\x23\x54\xc4\xe7\x68\x7e\xd5\xe9\x08\xe5\xed\xd8\x67\x22\x74\xd8\x92\xdb\xf5\x67\xe7\x3b\xf1\x35\x25\x46\xd4\xef\xbc\x17\x06\xa1\x97\x3b\xf6\x92\xe9\x10\x15\xf7\xc5\x66\xb3\xfb\xb2\x49\x10\xad\x86\x51\x0b\x35\x6c\x91\xff\x10\x14\x04\x72\xf7\xfe\x9a\x6c\x88\xfa\x59\xda\x93\x3d\xb8\x4b\x7c\x54\x9d\xb4\x59\x8f\x91\xea\xa2\x2a\x76\x83\x4b\xb9\x85\x7a\x5d\x90\x29\xd7\xed\x0d\x61\x53\x43\x8f\xb8\x7c\x9e\x26\x50\x92\x38\x98\x2d\xf7\x02\x87\xbc\x70\x13\x64\x17\x03\xea\x4f\x82\xea\x9a\x93\x4d\x34\x81\xa3\xdc\x22\xbe\x0d\x80\xd4\x1a\x7b\xa8\x23\x48\xca\x9f\xd4\xed\x80\x52\x5b\xda\x37\xdd\xc0\x52\x4d\xf5\x44\x8b\xeb\xbd\x41\x58\xaf\x44\xec\xd1\x07\x85\x5d\x50\xb8\x7a\x6e\xf6\x31\x30\x5c\xae\xd0\xd7\x32\x38\x5c\xb7\xfc\xbb\xd8\x49\x3b\x0c\x12\xbf\x70\xe8\xb5\x31\xea\xea\x6d\xb0\x97\x8d\x65\x37\x85\xb1\xd7\x6f\xb3\xca\xb8\x5c\xfd\x9a\x76\x0a\x0f\xaf\xc9\x71\xb0\x6f\xd9\x36\x86\xe7\x70\xf7\x4f\x1a\xc7\x73\x7e\x46\xef\x89\x96\xb1\xbc\x3c\x31\xa0\x8f\xe7\x3d\x69\x3c\xaf\x62\xa2\xd7\xc7\xf4\x02\x05\xe1\x59\x03\x31\xf6\xcd\xcf\x11\x8c\x59\xa7\x54\x65\x93\xbb\x27\x3f\x47\x95\x63\x6e\x7b\x9c\xbe\xb8\xb5\xd5\x97\x1f\x57\x9b\x66\x42\x62\x5d\xc1\x5d\xa6\x28\x85\xc4\xab\x7c\x0b\x30\xa2\x37\x6b\x5e\x85\x1b\x43\x61\x13\x1a\x6b\x40\xe6\x12\x03\xd7\x8b\xbb\x43\x35\x4a\x6f\xcc\x60\x7d\x93\x84\x70\xab\xb3\x73\xf4\x9d\xa0\x50\x1d\x3d\xd7\xe3\x39\x8a\x53\x22\xd8\xb7\x52\xd7\xd6\xc0\x6c\x85\xee\x59\xfa\x98\x90\x78\x06\x2b\x54\xec\xcc\x21\xa2\x64\x80\xa8\x74\x8f\x71\x82\xa3\xb9\x12\x97\x63\xd5\x77\x70\x6b\xeb\xcb\x9e\x98\x67\xb9\xc9\x3c\xf7\x4c\x06\xf1\xee\x08\xa1\x53\x86\xa6\x58\x19\xc5\x22\x9b\xe4\xed\xc7\x29\x14\xac\x57\xb7\xbf\x3f\xf0\xbc\x91\x27\x0b\xc4\x55\x06\xde\xda\x68\xaf\x5b\x14\x4e\xfe\x72\x71\xf5\xd3\xc7\xb3\x8b\x2f\x77\xe5\xfa\xc9\xf9\x57\x57\xc7\x3f\x9e\xfe\x3c\x3a\xb1\xe3\xae\xac\x52\x57\xd7\x50\x15\xa6\x57\x73\x9b\x95\xcc\x5b\x2a\x72\x26\xa1\x94\x49\x9e\x26\x88\x4a\x81\x94\x2e\x3f\xa1\x09\x95\x2b\xeb\x12\xb8\x3d\xb5\xd5\xe6\x0a\x6f\xfd\x80\xf2\x82\xcd\x03\x38\xc0\xc5\x4c\xb2\xbc\xe6\x8e\xa9\x7c\xcc\x62\x5d\x19\x1d\xc5\xe4\x81\x24\xe9\x32\x2f\xea\x56\x1a\xff\x07\x34\xe4\xd1\x1c\xb2\x73\xc2\x66\x59\x8a\xd4\x79\x20\x5c\xf7\x55\x57\x43\x36\x1d\x6d\x58\xb6\xd7\x53\xb6\x38\xf7\x40\x3c\x71\xcd\xe2\x70\x47\x37\xdb\x09\x4d\x15\x8b\x37\x33\x30\x9b\x18\xfb\xbd\x78\x5a\x47\xba\xfe\xe2\x72\xbf\x9c\xd7\x4c\xad\xff\x30\xa1\x78\xab\x68\xda\x03\xde\x26\x7f\xf8\x73\x26\xa4\x2e\x1c\x09\xe5\xc3\x8d\x08\x30\x99\x10\x8e\x2b\x01\xa8\xc5\x34\xef\x00\x4b\xe3\xda\x12\xfb\x85\xa1\x74\xed\x4b\x1e\xfa\x34\x8c\x66\xc6\x8f\x02\xed\x6a\x19\x1d\xa7\x8f\x4c\x48\x4e\xf0\x02\x3a\x22\x4c\xfd\xdb\xa9\x0e\x72\xea\xb9\xa6\x5c\xab\xed\x5d\xf6\xda\x19\x65\xf7\xea\x4a\xc8\xd9\x21\x52\x48\xbd\x57\x6f\xae\x58\xb4\x1f\x28\xc3\x7c\xab\x12\x7b\xba\x7c\xc5\x46\xfe\xbf\xc9\xaa\x8e\x3e\x43\xe2\x75\x5c\x19\xed\x67\x64\x88\x04\x5d\x28\x65\x5a\xbd\x0e\x81\x7e\xa4\xb9\x28\x31\x92\x78\xa6\xe6\x67\x4e\x92\xa5\xc7\x2c\xb7\xc4\x5c\xba\x3b\xc4\xa4\x8c\x47\xe9\x62\x91\x31\xc8\xf2\x37\x0e\x84\x47\x93\x1b\x6c\x8e\x45\xde\xf8\xd1\x98\x9d\xca\x6f\x85\xba\x94\x53\x36\x4b\x56\x08\xc7\x0f\x54\xe4\x4c\x1d\xea\xaa\xc8\x16\x84\x9b\x57\x50\xa1\xeb\xa8\xe8\xba\xf4\x08\xdb\xbd\xa2\xfa\xa6\xee\x10\x4b\x73\x6a\x14\xca\x19\x9a\x90\xa9\xd2\xd4\x97\x98\x0b\xeb\xb8\xac\x70\x3a\x9a\xc5\x8d\xd5\x5c\xbd\xd8\x99\xfc\xd9\x3f\x76\x68\x91\x9f\x50\x6c\x0c\xe1\xf7\xc5\xf3\x69\x66\xbd\xe1\x6c\x4e\x4a\x83\x42\xcd\xf7\x92\x99\x85\x93\x52\x8d\x96\xa2\xdc\xb7\xa5\x62\x04\x1c\x1a\xf5\x1e\x6b\x05\xe9\xce\x75\x72\x31\x17\x06\x68\x7a\xad\xfd\x86\xfe\xd9\x34\xe5\x8a\x95\xec\xa7\x91\x31\xb8\x72\x32\x6e\xfd\x74\xfd\xd2\xb6\x65\x49\xae\x5b\x5e\x11\xe1\xa4\xbc\xc2\xf5\x73\x79\xad\x7f\xdf\x2c\xfb\xcc\x71\xd3\x6d\x37\x62\xa7\xa2\x34\x49\xba\x90\x71\x14\x46\x7e\x9c\x3f\xde\xdc\xa3\xfc\x3d\x6a\x01\xec\x5a\xc0\xa9\xd1\x04\x22\x38\x31\xe6\x88\x90\x66\x95\xfc\x1f\x69\x19\xba\x42\x2c\x5b\x4c\x08\x1f\xb3\x74\x0a\x1c\x2d\x49\x9d\xaf\x69\xc9\xd3\x05\xed\x92\xcd\x78\x01\xcb\x7c\x65\x75\x82\x35\x2e\x70\x1b\x47\x56\xa7\xc8\x6c\x2f\xf3\x46\x5d\x9a\x93\x69\xe3\xa4\xe1\x0c\x2d\xf0\x72\xa3\x09\x2f\x95\xa7\x2f\xcd\xf4\x42\xfb\xbb\xcc\xec\x01\x85\x02\x01\xe6\x13\x98\xe4\x47\xbc\xca\x11\x66\x5d\x8e\xd3\xb5\x36\x60\x88\xc8\xcb\x7b\x9b\x5d\xe6\x9d\x18\xa7\x53\xe9\xf5\xd2\xb3\xd0\xe6\x04\x1d\x57\x6d\xc3\xce\x67\xc9\x8e\xf9\x29\x2d\x73\xff\xd8\xfb\x46\x79\x97\xdb\x30\x3c\x0c\x5e\x8b\x08\xba\xd3\x3c\x55\x9f\x83\x9d\xb3\xf3\x39\x2a\xb4\x83\xb4\xaa\x6b\x03\x6c\x97\xd5\xad\x3e\xc3\x9c\x99\x6d\xdd\x6a\xb2\xb6\x04\xad\x76\x2b\x4d\x63\xdf\x58\x51\x89\xc6\x3b\xef\x5d\xca\x5d\xad\x37\x66\xa6\x4a\x77\xd1\x6a\x65\x3a\x9d\x26\x29\x8e\x95\xb5\xa4\x01\x2f\x53\x9a\x10\x71\x84\x4e\x2b\x9c\x10\xd2\xab\x16\xa7\x73\xe2\x21\x7c\x6a\xf5\x9d\x8c\x53\x63\x04\x12\x4e\x9c\x56\x83\xa8\x61\x2a\xcf\xfd\x94\x9c\xa8\x3e\xc3\x06\x06\x4d\x7e\x9e\x3e\xea\x58\x25\xa7\x4a\xca\x68\xf5\x52\x19\x2c\xda\x21\x44\xa5\x76\x60\xc6\x64\x49\x58\xec\x1e\x48\x75\xed\x55\x1c\xe9\xc2\xb8\x79\xaf\x6a\x96\x74\x17\x74\x49\xed\x81\x3d\xf6\xad\x85\x02\xd4\xdf\xf8\xff\x2d\xf6\xf0\x26\x6c\xbd\x73\xef\x9c\x5e\xde\x3d\x22\xf8\x11\x1e\xb5\x1e\x68\x8c\xa6\x9c\x40\x90\x62\xe1\xc0\xc4\x2c\x26\x5c\xc8\x34\x85\x1b\xea\xfa\xe4\xa7\xf7\xb7\xa7\x88\xc8\x08\xc8\x9b\xc7\x2c\x12\x0f\x03\xa5\xd0\xfe\x92\x11\xa9\x3e\xae\x63\xee\x5a\x10\x26\x40\x12\xd0\xb6\x24\xfe\x76\x62\xd4\x7f\x4f\xc2\xe7\x1b\xb6\xbc\x57\x23\x5b\xb3\xdc\xc1\xde\xb5\x6c\x3a\xb0\x4d\x81\xc2\x21\x28\x0e\x1a\xac\x47\x9a\x26\x04\xb3\x51\x15\x65\xe2\x06\x10\x12\xf6\x8f\x8c\x75\x54\x93\x8e\xf3\x87\xbc\x5e\xd4\x68\x61\x8b\x25\xe6\x54\x74\x6b\xde\x3e\x53\xd9\xfa\x3a\x21\x62\xe7\x15\xa3\x89\x9e\x29\x94\xb3\x4b\x22\xc9\x09\x01\x11\xe2\xf6\x93\xb9\xeb\xe1\x96\xf7\x66\xc3\x7b\xe8\x68\xcc\x3e\xdb\xa0\x49\xfe\xa9\xc8\x4b\x62\x2f\x26\xc0\xd4\x94\x81\xcd\x14\xb6\x02\xcd\xc6\x54\xb8\x0f\x80\xc0\x43\x64\x89\xd4\x7c\x6a\x53\xca\x70\xe2\x3a\xaa\xbf\xa9\x92\x12\x1c\xb3\x68\x0e\x45\xfb\xb6\xf1\xb8\x4d\xef\x48\xd2\x45\x77\x3c\x9d\x8e\x12\xa1\xf6\x77\x74\x5f\x73\x3a\x7f\x6f\x79\x18\x3b\x2c\x50\x3e\x18\xd0\xdc\x2c\xab\x94\xb6\x4a\xb4\x73\x3f\xd1\xec\x6c\x04\x81\xf3\xaa\xe8\x72\xd5\x08\x6c\xb5\x8a\x46\xb7\x36\x4e\x2d\x70\xbe\x5a\x5f\xfe\x04\xde\x82\xb0\x1c\x33\x9e\x31\xa0\x61\x70\x41\x37\x8c\x04\xe1\x54\x47\xbf\xa2\x94\x69\x1d\xc0\x38\x4f\x66\x4a\x4c\x28\xcd\x0f\x1c\x53\x29\x03\x8b\x2a\xcd\x84\x92\x21\x78\x41\xa4\xba\xa0\xbe\x03\xa2\x50\x1d\xf6\x1c\xa0\x25\xa7\x0b\x49\x1f\x88\xe3\x4e\xf1\x57\xae\x72\x33\x6f\x13\x12\x5f\x12\x8e\x65\x5b\x2a\x96\xaa\xb7\x5f\xd8\x16\x2a\x0f\x6c\x42\xa6\xf2\xae\xd2\xef\xd2\x60\x62\xa8\x16\x59\x5c\x03\x3d\xa5\xb3\xf9\x0e\x5a\x6c\x7f\xea\xff\x68\xfc\x62\xea\xa8\x7b\x37\x3e\x4f\x53\xa9\xf7\x5b\x2e\x93\x90\x9d\x4d\x50\x17\xcc\x4b\xb5\x77\x5c\x2d\x2a\x85\x55\x55\x67\xf8\x9e\xa5\x8f\xcc\xd9\xd6\x4a\x6d\x18\x61\x60\x14\x74\x82\xc5\x04\x37\xf5\xa9\x5e\x7b\x9e\x03\x8a\xb2\x3d\x49\xfe\xf2\xab\x12\x03\xed\x6a\xb2\x42\x39\x0d\x5d\xf0\x5c\x9b\xeb\x4d\xdb\x9d\xf6\xec\xea\x01\x1b\xe6\x25\x49\x96\xc6\x36\x36\x85\x6b\x1d\x32\x0c\xdc\xab\xea\x55\x47\xe8\x8b\xd5\xe4\x20\x76\x9c\xd3\x27\x4a\xed\x38\x49\xf0\xca\x96\x77\xaf\x9a\xd8\x5d\x64\x05\xed\x3a\xa0\xdb\x3c\xc1\x0e\xee\x5d\x31\xcb\xc1\x85\xca\x98\xb6\xb0\x5a\x02\x4e\xcc\x85\x6d\x1e\xba\x26\xcd\x40\xa6\x8f\x40\xc5\x24\x09\x57\xd7\x52\x26\x08\x4a\x59\xb2\xfa\x7f\xf4\x62\x41\x36\x90\x8b\x77\x19\x02\x20\xe3\xc3\x54\xe7\x07\x7c\x70\x2c\x95\xea\x52\x9c\xd2\x24\x01\xbf\xfe\x11\x1a\x02\x99\x20\xd0\xc4\x29\x45\xde\x46\xfc\xe9\x8c\xa5\xeb\xe2\x92\x35\x9b\x29\xf2\x36\xd3\x75\xfd\x66\x12\xb0\x9b\x5c\x50\x65\x47\x3b\x6a\x07\xb8\x5d\x25\x5b\x70\x39\xf7\xb4\x3d\x5a\xb7\xc3\x65\xfc\x12\x31\xfe\x52\x77\x7d\xd3\xb8\xba\xeb\x9f\x32\xcc\x31\x93\x10\xb9\x36\x94\xd3\xdc\xa0\x43\xd4\x0e\x44\xe4\x2b\x40\x3c\x98\x36\xec\xe0\x23\x7f\x71\xad\xd3\x7d\x46\x1f\x08\x43\x34\x1e\x20\x7a\x44\x8e\x06\x86\xb2\x5b\x64\x93\xfc\x97\x73\x2c\x10\x1e\xb3\x12\xfa\xf4\x08\x0d\x13\x91\x9a\x27\x08\x8b\x12\x20\xef\xf4\x82\xec\x6e\xe7\x1b\x37\xd1\x64\x05\x10\x75\x58\xca\xbc\xf9\xd4\x7c\xe1\x3d\x38\x66\x58\x68\xaf\x74\x02\x27\x3d\xff\xbc\x8a\x9c\x37\x88\x54\x3c\x21\x39\x41\xe9\x1a\x7a\xb2\x45\xd2\x2c\x94\x4d\x0b\x04\xbf\x80\x85\xc9\x51\xc1\x63\xe6\xb6\x33\xfa\x0e\xcb\x84\x60\x21\xd1\x1f\xde\x75\x0a\xce\xd8\xf1\xe5\xc2\xd5\x9c\xde\x1c\xbb\x66\xf1\x32\x75\xdc\xe2\xc0\x5d\x86\x30\x54\x53\x77\x68\xb6\x81\x5a\x66\x99\xa2\x07\x2a\x32\xa0\x43\xf5\xb0\x98\x9a\xd0\x92\x4a\x61\xb9\x99\xb4\x9f\xb2\x46\x8c\x58\x7a\x69\xe3\xbf\x34\xdd\xaa\xd8\x58\x03\x3d\xe5\x54\x2b\xbb\x90\x0e\x91\x23\x57\xe6\x4a\xcb\x35\x82\xd5\xc6\x6d\x3c\xde\xbc\x61\x92\x84\x68\x11\xa5\xe0\xc4\x84\xa9\x01\x03\x99\xeb\x11\xf2\x2b\x0f\x8b\x3c\x56\x18\x22\x1d\xdc\x59\x51\x8a\xf3\x98\x39\x48\xbb\xdf\x76\xa5\xb2\x53\x65\x2e\x3e\xa3\x0e\x5c\xf1\xfa\x33\xcd\xaa\xdb\x42\x17\xae\x2f\x4d\xd0\xe0\x5e\x29\x99\xe8\x0d\xaa\xf1\xae\x5f\xd0\x5e\x53\xae\x36\x77\xe1\x96\x7d\x4c\x2b\xac\xe7\x9a\xc5\xf5\x54\x8b\x2d\x16\x35\x0f\x5a\x3f\x97\x03\x37\xe8\xfa\x69\x0c\x30\xd4\xf5\x42\x30\x87\x75\x5a\xd1\x01\x76\x2b\x8d\x3d\x60\x9a\x17\x80\x07\xfc\xa1\x95\x7b\xe6\x97\x75\x24\x7a\xaf\x7b\xf8\x83\x7c\xfc\x76\x28\x2e\x0a\x5d\x1e\x78\xbd\xae\x37\x8c\xff\x81\x23\xc2\xa2\x95\x7e\x93\x25\x03\xcd\xf5\x38\x50\xf6\xbc\xb4\x6f\x0c\xb6\x79\xa5\x76\x68\x08\xb2\x8f\xd0\x08\xee\x19\xcb\x97\x8d\xa7\xd6\xbf\xe0\xfd\x78\xcc\x94\x61\xa2\xae\x78\xa1\x3b\x6d\xdb\x0f\xb7\x78\xd5\x09\xd0\xf9\x3e\x5b\xb9\x66\x16\xeb\x19\x45\xea\x8c\x09\x9b\x6e\x04\x6d\x00\x3d\x03\x1a\xcd\x3e\xa0\x38\x8d\xee\x09\x7f\xcf\x49\x4c\xc5\x07\x70\x95\xcb\x5a\x1f\xdd\x42\x19\xdb\x5b\x2b\x1a\x9b\x96\xac\xd0\xef\x37\x90\x45\x7d\x6f\x11\xa5\x21\x4c\xc1\x9a\xb0\x50\x64\x8d\x4f\x36\x38\x39\x44\x98\xe4\xab\x65\x4a\x99\xb4\x28\x89\xa8\x30\x11\xd6\xd0\x50\x3a\x5b\x1d\x16\x87\xef\x22\xa4\xb6\xe1\xb0\x6f\xe6\x44\x10\x1b\x3f\xd0\x83\x92\x29\xd2\x54\xf2\x5a\x5c\x2c\xb1\x9c\x0b\x00\x53\x87\x73\x60\x6c\x2e\x78\x54\xcd\x10\x5e\x42\xf8\x41\x3b\x29\xf2\x87\x1c\x4a\x58\x48\x9a\x24\x63\xc6\x08\x89\x05\x02\x72\xb3\x6f\x2b\x41\xfb\xea\xd1\x01\xc2\x71\x8c\xfe\xf7\x77\x1f\xcf\xfe\x76\x33\xba\x3b\x3d\xbf\xbc\xbd\xb9\xfb\x78\x7a\x36\x7a\x37\x70\x1f\x5e\xdc\xde\xb8\x4f\xb5\x83\xe5\x81\x70\xb4\xc0\xf7\x60\xe1\x31\xa1\xd5\x3f\xc0\xd2\xfa\x3d\xb5\x68\x2f\xf5\x8d\x20\x16\x6a\x62\xd4\x14\x97\x25\x67\xd6\x70\x4d\x1e\x73\x07\xdb\xf7\xca\x3d\xd2\xbc\x07\xed\xe6\x71\xaf\xb0\x6a\xe0\x82\x30\xa9\x64\x8c\x01\xba\xe6\xa6\x6f\xbe\xe1\x08\x9b\x51\x56\x17\x10\x27\xec\xe1\x29\x75\xf8\x9f\xc8\xea\x67\x65\x5d\x5f\x62\xca\x5b\xef\xbd\x11\x7b\xa0\x3c\x65\x30\x34\xe7\xd5\xca\xcb\xfa\x10\x18\x70\xe1\x50\x09\xad\x0b\x43\xc8\x65\x59\x0b\xba\x60\x53\x5a\x0b\xaf\x7a\xb1\xe1\x0e\xb5\x9b\x98\x7c\x95\x1c\x1b\xf4\xa3\x30\xe2\x06\x3f\x60\x9a\x00\x60\xc6\x5e\x34\xf9\x1e\xd4\xd5\x62\x3e\x20\x92\xe0\x49\xca\x01\x7b\xaf\x23\x7c\xb6\x09\x33\x61\x50\x37\xc1\x35\x54\x07\xdc\x48\xf9\xd3\x55\xf1\x0a\xee\xa1\xcb\x94\xb7\xb9\xc9\xd5\xcf\x60\x16\xd2\xa5\x32\xc9\x0a\x42\xd4\x5c\xb3\x53\x82\x35\x7d\xba\x00\x49\x23\xb2\xa5\x1a\x87\x01\x83\x24\x49\xc0\xd4\xa7\xce\x80\x38\x32\xce\xf1\xfc\x97\x29\x43\x3f\xfd\x45\xa0\x49\x26\xc7\x2c\x6c\x23\x65\x50\xb4\xeb\x07\x2c\xa3\x79\x95\x61\x57\x7f\xd5\x5e\x6e\x59\x78\xc8\x0d\xf3\x6e\x19\xb6\x14\xb4\x46\x99\x24\xb3\x22\xe4\xb8\x0b\xc5\xd2\x39\x80\x7a\xa0\xfe\x39\x54\x24\x4a\x91\xa9\x64\x6d\x12\x7f\x96\x69\xfc\xad\x40\xa7\x97\x4a\xe6\x2a\x1d\x1b\xc2\xd1\x54\x68\x4f\x1a\x44\xa7\x00\xa1\xa7\x9f\xd6\x08\xa1\x01\xfa\x1e\x8d\xb3\xef\xbf\xff\x53\x84\xbe\xda\x3f\xfe\xfd\xcf\x7f\xfe\xd3\xbf\x6f\x52\x60\x0b\xda\xcd\xe7\xc8\xa4\xdd\x17\x85\xb0\xbf\x02\xa3\x02\x0d\x7c\xf7\x48\x30\xb0\x8a\xdf\x29\x85\xb0\x63\x8e\x68\x05\x24\xdf\xa8\x95\xd6\x1b\xc1\x89\x8e\xd6\x03\x57\x7d\x1d\x3c\x89\x08\xd1\x51\xd5\xaa\xe4\xab\x37\xed\x00\x53\xd5\xe3\xa6\x35\x83\x94\x75\x05\xad\xe9\x56\xac\xb1\xe0\xa1\xab\x82\xb9\x0f\x39\xf5\xb7\xda\xfe\xf1\x66\xca\xa6\x1e\x7b\x04\xd3\x9e\x57\xdf\x42\x33\x9e\x66\x4b\x07\x41\xb4\x60\x0c\xbd\x0c\x63\xf6\x59\xdd\xf3\xa7\x6c\x9a\x7e\x30\x1b\xf6\x8c\xb2\x7b\xf8\xab\xc6\xc7\xbd\xfd\x1a\x39\xf6\x7a\xef\x73\x6b\x1f\xe8\x19\x3f\x34\x25\x4c\x54\xaf\x85\xc4\xd1\xbd\xce\x29\x6e\xaa\x7e\xd0\xb5\x7e\x43\x0e\x61\xc8\x94\xa4\x34\x53\x07\xc5\xe9\x85\xcf\xae\xf6\x40\x31\xc2\xe8\xf6\xea\xb4\xfa\xdd\xf7\xb4\xac\x9b\x57\xdf\x02\xe1\x06\x81\xff\xf9\x89\x76\x8a\xa2\x15\x72\xe0\x49\xb0\xd5\x5d\x2a\x5d\x5d\x56\x67\x21\x53\x63\xab\x2c\xf2\xce\x7c\x35\xbe\xae\x07\x70\x95\xa6\xfd\xe1\x7a\x19\xe6\x30\xb9\xad\x6b\xdf\x6f\x25\x8b\x32\x38\xf5\x23\x90\x16\xc6\x75\x81\x11\x65\xf2\xa7\xf5\x38\xcd\x2d\x29\x92\xfc\xaa\x8c\x96\x27\xc9\xd4\xb4\xd3\x7d\x9b\x10\xc8\x67\xab\xef\xc3\xd6\xa4\x48\x7e\x17\x0c\x07\x4b\x5d\x0f\xc6\x6c\x68\x7f\xe2\x70\x11\x79\xda\x92\xd0\x1e\x71\x1d\xff\x91\x73\xf0\x70\xba\x49\x37\x83\xab\x19\xc4\x96\xc5\xef\x6f\x05\xe1\xce\x7c\x32\x88\x4e\xab\xe9\xd9\x71\xd4\xbc\xd9\xd0\xdb\x6d\xf1\xf2\x6b\x3b\xc4\x02\x53\x5e\xd5\x8b\xd7\x1d\xcd\x91\xc3\xbc\x99\x86\x7c\x72\x3e\xed\x35\x4f\x56\xb9\x8f\x56\xcd\xb8\xb6\x25\x0b\x2f\x0b\x0e\xeb\x54\x63\x3b\xb6\xd3\xa4\xb4\x0b\x6a\xe7\xde\x51\x39\x27\x0c\xf4\x84\xf6\x2d\x03\x40\xa6\xbb\x1a\x84\x73\x10\x88\x35\x5d\x3d\xc5\x36\x63\xd4\x10\x39\x18\x5f\xbd\xe7\xa4\xb0\x85\x68\xf2\xe7\x95\x99\x84\x25\x15\x53\x5a\x62\x5e\x28\x22\x6a\xb6\x99\xf5\x4e\x05\x6d\xec\x32\x37\x6d\x55\x17\x6c\x39\x42\x1f\x29\x17\xd2\x1b\x92\x52\x5b\x0d\x20\xa6\x8e\x22\x5f\xce\xeb\xeb\x33\xee\xc2\xb6\xb1\x23\x68\x6b\xf0\xb9\xc0\xda\x11\x1a\xe6\x1c\x3a\x1a\x12\x44\x44\x8b\x11\x91\x44\x90\x4d\x36\x5f\x2b\x8d\x15\xec\x00\xd8\x40\x08\xc4\xa5\x50\x9f\xe7\x79\x65\xae\x9b\x8f\x80\x5d\xc1\xf7\xa4\xae\xb0\x4e\xd7\xa2\x4c\x6b\x6b\x31\x0d\x9d\x42\x9a\x6a\x9d\x74\x93\x0e\xb6\x3f\x76\x39\x0a\x8b\x4e\xdf\xab\x29\x37\x55\x0e\x75\xc8\x6c\x0a\xfb\xd0\xe0\xb8\x1e\xe7\xca\x6e\xca\x37\xa5\x5d\x3f\xa1\x6b\xd8\x66\xc4\x86\xc6\x20\xe2\xe8\x26\xf8\x68\xcc\x4e\xa7\x88\xa5\x3e\xcc\x0b\x7a\xed\x0e\xa9\x76\xa9\xb9\xf5\x46\xe6\x6e\xd0\xd3\x00\x06\xbe\x6d\xaa\x7c\x9a\x03\x67\xc4\x16\xc7\x79\xbb\x3a\xb8\xee\xe4\xd6\x5c\x63\x5d\x93\xe8\x6a\xcf\x52\xa7\xd8\xeb\x8c\x30\xc2\x69\x04\x09\x1a\xfa\xda\x5d\x62\x5a\x65\x52\x1a\x36\x93\x7d\x4d\x35\xda\x75\x8e\x91\x19\xee\x86\xf9\x45\x89\x7e\x5a\x63\xe4\x13\x60\x87\xd4\x79\x45\xbb\xc8\xc6\xc9\x79\x65\xda\x65\xe2\xe8\xcd\x23\x74\xf9\x06\xdd\xaf\x6e\x7b\x24\x98\x62\x53\x6e\x59\x7b\x87\x04\x24\x45\x69\x20\x5f\x3a\x75\xc9\x53\xda\xb7\xa4\xf3\x2c\x95\xad\x59\xfa\xe3\x87\x24\x9d\x88\x77\x7e\xd1\x49\xf3\x8e\x1c\xcf\x57\xbf\x05\x77\x93\xab\x63\xa7\xe2\x29\xef\x43\x7b\x66\xfc\xfb\xb0\xcb\xc4\x57\x6f\xaa\x3c\xb4\xa6\xe1\x0c\x98\xa7\x19\xb3\xb9\x0e\x29\x23\xe9\x14\xf0\x8d\x50\x0e\xcb\x5a\x85\x00\x83\x66\xa9\xf4\xa0\x0b\x9c\x2c\x75\xe0\x0c\x34\xd4\xfa\xe9\xde\x32\xdf\x67\xdd\x3c\x3f\x45\xbe\xcf\xb6\xf3\x6e\x0e\xce\x0b\x4d\xf8\xb6\x59\x1c\xfa\x28\x75\x10\xb3\xf0\xfb\xb5\xc6\xb8\x93\x03\x60\x7d\xfb\x34\x6f\x1a\xa9\x0b\x9e\x62\x72\x28\xd3\x43\x80\x7c\x01\x90\x48\x67\xe0\xd5\xf1\x37\x44\x73\xb2\xe8\x90\xe4\x74\x0d\xbf\x6f\xd1\xcf\x08\x80\x9b\x5f\xbd\x8e\x9a\xbb\x57\x20\x4b\xf1\x0c\xca\x0c\x83\x6a\x6d\x60\x9f\xad\xbd\x39\x3a\xba\x38\xfc\xa5\x6c\xf6\x80\x99\xec\x92\x42\x76\x94\xc9\x69\x9c\x82\xd1\x63\xfb\x70\x84\x2e\x58\xb2\x42\xf3\x74\x91\xaa\x6b\x3b\xcd\x84\xf7\xa5\x86\x0b\xc1\x65\xd3\x40\x70\xbd\xd4\x10\xef\x97\x1b\x8d\x3a\x5a\xea\x2b\xad\x3b\xfa\x3f\x5a\x9f\x22\xea\x8d\x64\x12\xa6\xd8\xad\xe9\xbf\xcb\x8d\x6a\xde\x37\x90\xd0\xb3\xa0\xb3\xb9\xa1\x0b\xf2\xeb\x68\xc3\xd6\x5f\x38\xf6\x54\x5b\xd0\x4f\xa7\x94\xc1\x86\x62\x55\x75\x12\x6a\xdd\xdb\x5d\x32\xfc\x3a\x14\x36\xf4\x10\xc0\x0e\x3b\x07\x93\xec\x70\xb4\x16\x9f\xe6\x1e\x7c\xc8\xb9\xaa\x56\x4b\x32\x40\x93\x0c\xbe\x3f\xbf\xb8\xf1\x7d\x43\x94\xc1\xd7\x87\xd1\x9c\x44\xf7\x6a\x5d\x90\x16\x8a\x7a\xba\x2c\xe9\xd8\x64\x35\x66\x39\xb9\x81\x4c\xad\xa3\x63\xe5\xb2\x47\x5c\x06\x55\xca\x51\x4c\xc5\x32\xc1\x2b\x44\xbe\x4a\xc2\x34\x41\x54\x45\x75\x59\xb5\x59\x36\x33\x5b\x80\x7d\xc1\x48\x01\xab\x87\xc1\xbf\xec\x20\x1c\x33\x25\x60\xa9\xa7\x38\xaa\x54\x3b\xb6\xce\xe7\xd9\x26\x7e\x52\xc7\x23\xe2\xf1\xb1\xea\x15\xf5\x5d\xa5\x0e\xca\xc3\x0a\x98\x9c\xb1\x21\x41\x1c\x1f\x80\x07\x65\x6c\xa9\x1b\xd5\xbf\x35\xf5\x1b\xe1\x0f\x24\x1e\xb3\x10\x2c\x65\xae\xb2\x7c\x95\x51\x9e\x5f\x5e\x27\x3a\xbb\x27\xb1\xaa\x79\x76\x39\x96\x8d\xa1\x1d\x08\x10\xe7\xc8\x70\xc7\xe6\xd9\x90\xef\x5e\x4d\xfe\xf8\x04\x89\xd9\xad\x9d\x1f\x79\x42\xbb\xc9\x46\x35\x74\x13\x44\xa7\x4a\x26\x2b\xb5\x41\xdd\xc6\x74\x50\x10\x8d\x13\x75\xd8\x57\x83\x0f\xc9\x51\x0f\x66\xcd\xab\xda\x18\x33\x1b\xb1\x9c\x66\x49\xa2\xb1\xff\xb5\xa5\x62\x35\x34\xcc\x46\x00\x5f\x0e\x7f\xe3\xec\x5a\xe4\x31\x00\x78\x85\x55\x97\xb1\x92\x1d\x2c\x5a\xe5\x54\xb4\xb0\x79\x09\x13\x19\x24\x9e\xda\xec\x5f\x00\x3a\xcf\x88\x44\x4a\xef\x88\xb3\x44\x03\x87\x79\xc6\x0c\xce\x0c\x27\x40\x09\x36\x66\x0e\x16\xa7\x59\x79\xe0\x2a\x88\x4c\x2e\x48\x6c\x74\x41\x78\x05\x34\x6b\x88\xe5\xe0\x82\xa0\x11\x95\x41\x97\xc0\x53\xb9\xf2\x53\xe6\x96\x4b\x82\x39\xa8\x8b\xb6\xb2\x89\xaf\x0d\x16\x97\xc1\x54\x24\x07\xea\x9e\xfa\x12\x43\xbb\xd8\xbd\x9a\xba\xa9\xf3\xa2\x1c\xa1\xa1\x1e\x9d\x52\x05\x2d\x7f\x8d\xee\xad\x09\x53\x9b\x78\x82\xd2\xb7\xa4\x70\x0c\xad\x4e\xa3\x5e\x62\x2e\x69\x94\x25\x98\x27\x2b\x25\x5d\xa6\x59\x82\xe8\xd4\xa3\xe2\x81\x45\xd0\xa8\x28\x43\xde\x06\x59\xc5\x06\xf5\x2c\xf0\x82\xe4\x1b\xdc\x1a\x9e\x89\xe7\x44\xd4\x99\x5e\xda\x3b\xa5\xda\x7a\x77\x84\x4e\x8a\xc4\x4b\x70\x2c\x3c\x34\x35\x15\x5a\x02\xba\xfe\x9a\xa4\x51\x20\xa8\x04\x02\x27\x3a\x55\xca\xee\xb7\xde\xc1\xab\xa3\x05\xc5\xe2\xbe\xa3\x87\xf2\x06\x8b\xfb\xb5\x5e\xca\x53\xef\xaa\xcc\x05\xe0\x0d\xb0\x4d\x06\x7e\x4b\x77\x22\xd6\x94\xc0\xe8\xd8\x49\x1f\x89\xbe\x41\x47\xbf\x78\x74\x8e\xc5\xce\x2e\x1a\x98\x7f\x60\x1d\x3b\x76\xd5\xcb\xca\xed\xde\x51\x6f\xe7\xf8\xfe\xe8\xda\x99\x5d\x6f\x5c\x7e\x09\xf2\x63\x91\xea\x97\x52\xec\x89\x8e\x60\x14\x98\x82\xa1\x0f\x26\x91\x16\x72\x19\xdd\x61\x9b\x10\x94\x50\x76\xaf\x4f\x05\x86\x95\x1f\x20\x9c\xb7\x0e\x87\x4f\xf7\x5e\x6f\xe6\x1a\xcd\xc6\x45\xa3\x77\x13\x12\x6e\x87\x18\xa9\x5c\x5c\x37\xee\x8a\xe7\xd7\x6f\xc4\xaa\x71\xb4\x5f\x96\xc6\xb0\x9d\x53\x62\x6d\xac\x4e\x5f\x30\x61\xf5\xd3\xd5\xba\xf9\xbd\x9c\xe3\x6a\x66\xbe\xf5\x44\x9a\xb7\xe7\x27\xa3\x8f\xa7\xe7\xa3\x13\x9f\x42\xf3\xaf\xb7\xa3\xdb\xf0\x93\xab\xdb\xf3\xf3\xd3\xf3\x4f\xfe\x47\xd7\xb7\xc7\xc7\xa3\xd1\x49\xf8\xbb\x8f\xc3\xd3\xb3\xc2\xef\xd4\x47\xe1\x8f\x86\x3f\x5c\x5c\xdd\x84\x1f\x5d\xff\x74\x7a\x79\x19\x7e\x74\x73\xfa\x79\x74\x72\x77\x71\x7b\x63\xe7\xba\x92\xbf\x33\xef\x7f\xe5\x14\xed\x82\x58\xa3\x6b\xfc\xd9\x43\xca\x4f\x39\x25\x2c\x4e\x56\x79\x2d\x29\x75\xe8\x0a\x41\x4a\x5f\xa4\xd3\x05\x49\xb3\x6d\x30\x03\xca\xf4\x4d\x1f\x94\x49\x9d\x20\xd3\x9a\xc1\xe4\x14\x6a\x31\x7a\x6f\xe5\x44\xf2\xb2\x1b\xac\x11\x65\x21\xf9\xea\x5a\x72\x2c\xc9\x6c\xd5\x12\xff\x66\x5e\x82\x96\x84\x37\xf5\x05\x2e\x5c\x9e\x2d\x25\x9d\x94\x1d\x4d\x76\x1e\x4c\x62\x4a\x2d\xf3\x9f\xf9\xba\xbb\x65\xa7\xf1\xa1\xb4\x52\x5c\x9f\x57\x0b\x3a\x9b\xa8\xbe\x65\x36\x28\x78\xa6\xdb\xaf\xc0\xa5\x7b\xa4\x7a\xeb\x1d\x5b\x72\x0b\x65\x32\x4b\xcc\x6a\x80\xff\x1d\x09\xf8\xf2\x6c\x5c\x9e\xd3\x60\x9a\x9b\xca\x5a\x11\x39\x9a\x78\x13\xcb\xda\x24\xe4\xb3\x38\x2f\x34\x68\x12\xf5\x3d\x36\x8e\x8a\x45\x28\x50\x9c\x3d\xf9\x2d\xd3\xb8\xe7\x0d\x26\x11\x54\x3f\x9d\x11\x69\xca\x67\xea\x6b\x19\xd2\x8c\x6b\x43\x75\x3b\x66\x44\x74\xaa\x67\x4e\xe7\xe6\x08\x02\xad\x3c\xea\xae\x68\x14\xc8\xd0\x3c\xa2\x38\x5d\xd0\x06\x12\x60\xa1\xd9\xdc\x17\x67\x34\x0b\x2d\x07\x1e\x48\x8c\x0e\x7d\x02\xca\xf8\x10\xd0\x65\x63\x56\x67\x61\x56\x90\x37\xfa\x3b\xe0\xd2\x72\x73\x6c\xb3\xf6\x15\xb3\x5f\x7f\x04\xed\x64\xb7\x03\x55\x20\xfb\xf3\x23\x54\xef\xca\x34\xeb\x32\xc1\xda\x85\x04\x67\xcb\x91\x8e\xd4\x41\xbc\xdc\x5d\xd8\xcd\xe3\xda\xca\xdb\x8a\x5d\x62\x8a\xf6\xb3\x82\xce\x32\xc7\xe0\x7f\xd3\x5c\x9b\x41\xc7\x3d\xaa\xd1\x3a\xa3\xc5\x25\xa8\x6f\x27\xda\x5b\x59\x90\x03\x8d\x08\x70\xa5\x06\xfc\xac\x5e\xc7\x50\xd0\x6d\xe3\xbb\xd5\x70\xb9\xe0\xd8\xca\x3d\x10\x58\x09\xce\x94\x4e\xbf\x4c\xb0\x06\x12\xcd\xb1\xd0\x5b\xda\x3a\x29\xb1\xa1\x04\x97\xa9\x31\xef\x0b\x33\x9c\x72\xb4\xc0\xfc\x5e\x59\xb4\x24\x99\xaa\xd6\x0b\xc1\xfd\xca\x4d\xbf\x65\x20\x2d\x27\xb6\x79\xce\x50\x5a\x7e\x64\xdb\xfa\x06\xf2\x6d\x69\xc2\x68\xf9\x72\x68\xea\x65\x99\x7a\x24\x3d\xdd\x56\xd6\xb4\x78\x59\x7c\x3c\x98\xef\x8a\x8b\xba\xbb\xcf\xd6\xe4\x14\x74\x10\xf3\xc5\x8c\x83\xca\x93\x35\x4d\x52\x5c\x43\xb3\x63\xdb\xd6\x09\x04\x75\x6d\xc7\x69\xa6\xc4\x59\x65\xe3\xba\x57\xcd\xad\x37\x19\x60\xf6\xdc\xee\x4a\xa1\xf3\x05\x20\x96\x04\xca\xbc\x6d\x34\xa1\x79\x95\xb8\xea\xc6\x33\x8e\xab\xd0\x1d\xed\x09\x0e\xf3\x6c\x1b\xbb\x79\xd0\xcd\x6a\x49\x2a\x68\xdd\x02\xec\xf2\x86\xc6\xdc\xf5\xe5\xe8\xf8\xf4\xe3\x69\xc1\x92\x1a\x5e\xff\xe4\xff\xdb\x56\x08\xf0\x3f\x3b\x1b\xde\x9e\x1f\xff\x78\x77\x79\x36\x3c\x5f\x63\x6f\x95\x5f\x51\x76\x77\xe4\x89\x01\x39\x8e\x5a\xdd\x0d\x06\xfa\x0b\xa6\x6e\xc5\xf9\xba\xaa\x48\xee\xdb\xb4\xfe\xd8\x93\xb9\x34\x5d\x27\xed\x1f\x23\x26\xf9\xaa\x4b\xd2\x27\x8a\x6d\x11\x00\xed\xbd\x0c\x13\x0e\x89\x00\x5f\xb0\x6d\xfd\x1c\x04\x9b\xf5\xae\x9b\x10\x8d\x99\x47\x75\xb1\x24\xb4\xb6\x6e\x50\xa2\x36\xdc\xbe\xce\x83\x8f\x01\x84\x59\x98\xa4\x19\x8b\x2d\xb3\xda\x82\xb2\xf7\x0b\xfc\xf5\x9d\x1d\x69\x5e\x9e\x11\xf2\x59\x35\x9d\x7d\xa2\xb4\x8e\x15\xe2\x19\x6b\x9e\xae\x31\x6b\x98\xaf\xf5\x37\x83\x2e\x4e\x4a\xff\x89\x75\x85\x0c\xab\x8f\x6a\x8f\xf1\x03\x59\x55\xad\x5f\x29\x91\x4a\x7b\xa5\x8d\x0e\x0c\x8d\x2c\x39\x01\x22\x51\xe7\x8f\x4e\x74\x9c\xc1\xfd\x1b\xe2\x9d\x41\x7e\x69\xd5\x9d\x14\xda\xe2\x5b\x9d\x9b\x4a\x2f\xc0\x13\xa4\xc2\x99\x37\xa9\x45\xd3\x3e\x01\x9b\x76\x6a\xe2\xbb\x31\x7a\x9c\x13\xbd\x5a\xff\x48\x27\x68\x0a\xe1\x70\x43\x1f\xc3\x49\x04\xee\x0d\xb5\x16\x36\xbd\x08\x60\xb5\x25\x47\x83\xdd\x03\x09\x11\xe0\x6c\x03\x2a\x46\xf2\x4b\x66\xb0\x73\x7f\xf8\xbe\x5b\xca\x96\xe4\x2b\x24\xcc\x34\xfb\xe1\x78\x83\x46\x31\x3e\x3b\xe8\x57\xc6\x68\x15\xe5\xdb\x95\x26\x21\x7c\x5e\xae\xd7\xc2\x4b\xcd\x3f\xd7\x22\x16\x6e\x6c\x1a\x8c\xfe\xfd\x93\xe5\x47\xfc\x5c\x48\x8b\x30\xaf\x83\x40\xa4\x69\x5d\x78\xa8\x7b\x65\x19\x3d\x62\x1e\x6b\xc7\x00\xf8\x88\x8e\xd0\x8f\xe9\x23\x79\x20\x7c\x80\x22\xc2\x25\x36\x70\x65\x75\xd6\x92\x04\x0e\x94\x69\x67\xcc\x20\x36\xaf\xb1\xdf\x0c\xa8\x77\x24\x9d\xcd\x95\xf2\x68\x8c\x50\x43\xd7\x29\x88\x04\xa8\x21\xf9\xba\x24\x91\x06\x65\xd4\x45\xa2\xa7\x09\x7e\x28\xe3\xaf\x37\x81\xd6\x7a\x8c\xa4\xb6\x98\x90\xc9\x59\x69\x74\x4a\x59\x62\x4b\x2d\x35\x97\x2b\x39\x4f\xd9\x00\xcd\xd2\x04\xb3\xd9\xd1\xd1\x11\x22\x32\x3a\x7a\xd7\x69\xa3\x9b\x06\xbd\xd7\xe5\x11\xb5\x24\x15\x24\x59\x59\x0b\x2f\x47\x3e\xa8\x59\x06\xa4\x85\xad\x78\x54\xb1\xfb\xaf\x8b\x08\xdd\xe7\x75\x93\x55\x6b\xa5\x9d\xa1\x3e\x35\xed\x14\xeb\x9c\xac\x6b\x49\xff\xbe\x5a\xd3\xee\x00\x5d\x03\x26\x07\x1a\x27\x39\x84\xad\x26\x83\x2a\x65\x5d\x71\x59\x3f\xa7\x75\x2c\x35\x1b\xa5\x1c\x54\xb6\x64\x00\xe2\x1b\x21\x95\xca\x3b\xba\x62\xc7\x39\x50\xdf\x56\xe9\x4d\x49\xb6\x28\x53\x2d\xee\x4a\x8b\xca\x3b\xa9\xff\x3a\x86\xd7\xb5\xe7\x35\x70\x64\x3c\x29\xd7\x68\x2a\xd3\x5f\xed\xf7\xd0\x9b\x09\xa4\x25\xa7\x02\x12\x2d\x36\x01\x3c\xb9\x66\x74\xd3\xe0\x9e\x55\x36\x8c\xa6\x47\x33\x85\x68\x00\xc3\xe5\xea\xc9\xe8\x47\x84\x56\x75\xc0\xa7\x5b\x2f\x19\x72\x90\xe8\x46\x56\xcf\xf9\xc5\x79\x50\x00\xee\xf4\xfc\x66\xf4\x69\x74\x15\xc4\xa0\xce\x2e\x86\x37\x41\xbc\xe9\xe6\xaa\x10\xa6\xfa\xe1\xe2\xe2\x6c\x34\x3c\xf7\x3f\x3a\x19\xde\x8c\x6e\x4e\x3f\x07\x8d\x9f\xdc\x5e\x0d\x6f\x4e\x2f\x82\xdf\xfd\x70\x7a\x3e\xbc\xfa\x9b\xff\xc9\xe8\xea\xea\xe2\xaa\xf0\xbe\xdb\xe3\xe6\x48\x56\x30\x8c\xea\x95\xc8\x95\x65\x0f\x2f\x5b\xa5\x14\xde\x60\x71\xbf\xe3\xe8\x2b\xa0\x0d\x36\xac\xd8\x56\x23\x94\x62\x72\xb7\x59\x60\xb6\x2e\xb8\x5c\xf9\x1e\xa5\x0f\xae\xee\xb0\x94\x64\xb1\xdc\x8e\xe8\xa1\xfd\xc1\xe9\x16\xf3\x05\x93\xa6\x45\xcc\x37\x58\xd5\xfd\x89\xf9\x56\x84\x73\xcb\x31\xdf\xd3\xf3\xd3\x9b\xd3\xe1\xd9\xe9\xff\x57\x68\xf1\xcb\xf0\xf4\xe6\xf4\xfc\xd3\xdd\xc7\x8b\xab\xbb\xab\xd1\xf5\xc5\xed\xd5\xf1\xe8\xba\x65\xc4\xb7\xec\x63\x39\x44\xfe\x7b\x3e\xa0\x9b\xd4\xb1\x14\x18\xad\xd0\xd0\x41\xab\x19\x87\xf2\x5a\x54\x02\x0c\x97\xb2\xd9\x00\xca\x05\x7c\x40\x23\xce\x4f\x17\x78\x46\x2e\xb3\x24\x19\x20\x47\x38\x02\xa5\xd6\xe1\x67\x97\x69\x7c\xea\x3d\xa7\x8b\x2e\x56\x0d\x03\xde\x6f\x88\x3d\xf4\xeb\x07\xe6\xfd\x5e\x80\xc3\x39\x48\x0c\xc1\x8a\x63\x91\xf9\x80\x7e\xc0\xd1\x7d\x3a\x35\x34\x0a\x03\x67\xe2\xa2\x5f\xb2\x54\x62\x44\xbe\x46\x84\xc4\x96\xea\xb5\xb8\x4f\xce\xd2\xad\x2a\x73\x75\xa9\xe9\xe1\x9f\xe9\xf5\xa1\xf2\xca\xe7\x4c\x66\xc3\x5d\x75\x95\x88\x6a\x41\x60\x46\xf9\x59\x3f\xaa\x8b\x44\xd4\x44\xd5\x65\xb2\x03\xff\xdd\x59\x3a\xab\x46\x11\xbb\x32\xbc\x54\x78\x3c\x02\x10\x0d\x48\x67\x48\x50\x76\x3f\x66\x5f\x94\x41\x9b\x66\x5c\x7f\x24\x53\x0e\x80\xf4\x69\x92\x89\x39\x01\xfa\xad\x01\x7a\x24\x50\x15\x11\xa2\x02\x21\x3f\x31\x6c\x19\xb5\x39\xe1\xe9\x84\x32\x25\x2d\x96\xd4\x6a\x90\xc5\xa5\xdf\x85\x81\x19\x53\xe1\xec\xec\x27\x0c\xd5\xe4\x9e\xc2\xc7\x39\x01\xdc\xaf\xc7\x6e\x66\x89\x51\xb5\xe4\x86\x1c\xb3\x34\xbd\xcf\x96\xa6\xac\x1d\x16\xf7\xdf\x5a\x14\x1d\x4c\xf7\x43\x4a\x63\x14\x67\xcb\xc4\x2b\x45\xfb\x98\xf2\x5a\xd4\x83\xb6\x74\x3a\xa0\x1e\x0a\xf6\x7b\xd3\xc0\x2a\xcc\x28\xcf\x6a\x6b\xc0\x3f\x3c\x31\x02\xc4\xe3\x3c\xc9\x04\xe1\x87\x92\xd3\xd9\x0c\xf4\x46\xeb\x94\xd9\x7f\x88\x88\xdd\x9b\xab\xbb\xed\xfd\x0f\xbe\xab\x3a\xd1\x8c\xb0\x8e\xaa\x21\x2c\xce\x6a\xb6\x9c\x3b\xf6\x4b\x5d\xd5\x54\xf5\xdb\x75\xa8\x36\x44\xbb\xe4\x44\xbd\x25\xbe\xd3\x34\x32\xdb\xd3\xdb\x9c\x4e\x95\x26\x68\x0a\xa9\xe7\x44\x3c\x39\x59\x89\xbd\xe1\xf2\x77\xdb\xb4\x0a\x9d\xd1\xcc\x74\x41\xc4\x47\x66\x4b\x45\x62\xa1\x5d\x23\x2c\x05\xdd\xc4\xa5\x5a\x40\x41\x3a\xc8\x87\x76\x35\x06\x4d\x86\xa6\xf1\x71\x6a\xa6\xc2\x97\x87\xf4\x38\x41\x0d\x48\xd5\xb0\x64\x55\x51\x44\x6e\x9b\x77\xe1\xf0\x0f\x9b\x6a\xc4\xcd\x36\xdd\x2c\x49\x27\x38\x49\x56\x15\x19\x19\xfe\xad\xd3\xcd\x81\x69\x0b\x6b\x85\x77\x96\x45\x36\x41\xa8\x3c\x6d\xc8\x74\x0f\xca\x3f\xec\x34\x65\x65\xfb\x09\xcb\x64\xaa\xb3\xcd\xc1\x23\xab\x06\x77\x5a\x28\x4f\x70\xa4\xf1\xcb\xa7\x71\x25\x51\x4a\x7e\x62\xec\xcc\xd7\x49\xe7\x0a\x1f\x4a\xa7\x8c\x9b\x25\x27\xd6\x7b\xb6\x22\xd2\x39\xcd\x12\x8b\xaf\x5e\x2d\x43\x46\x7a\x3f\x6a\xe0\x8a\x8c\x9b\x78\x84\x2e\x3a\xef\x71\xde\xa6\x8c\x30\xa9\x99\x3f\x59\x3a\x66\xa6\x71\x9b\xbf\xe7\x28\x70\x4c\x20\x44\x4f\xcc\xc0\xd8\x20\x20\x15\x94\x2e\x9a\x3c\x98\x62\xb0\x6e\x4e\x64\x0a\xf8\x7a\xd5\xc1\x63\x25\xce\x95\xf2\x82\x59\x9c\x73\x96\xce\xc9\x98\x15\x92\xd8\xbc\xda\xf5\x76\xc7\xfa\xcf\xef\x2c\xb1\x27\xd0\x77\x9a\xa6\xbe\x36\xb1\x67\x9d\xe0\x9a\xe2\xa8\x0b\xc0\x7e\xb5\x24\xf1\xa9\x7b\xae\x79\x33\x04\xae\x93\xd8\x0b\x2d\x05\x87\x5c\xef\x01\x2d\xb0\x85\xce\x8e\x12\xae\x92\xac\x5b\x24\x47\xaa\xe4\xc8\xda\xd5\x12\xcd\xb0\x25\xec\x17\x8e\xad\x1d\xa2\xdd\x81\xcb\xbb\x50\x5c\xc9\xe9\x52\x51\x2a\xa4\x8e\xaf\xc1\x23\x53\x4c\x93\x8c\xd7\xaa\x08\x7a\x5b\xee\x3c\xed\xf0\x18\x9a\x45\x55\xab\xe6\xfc\xd2\xde\x31\x72\x3e\x69\x57\xb4\x29\xc9\x66\x94\x89\x70\xd7\xd7\x93\x97\x96\x88\x9c\xd7\x2c\x78\xce\xfd\xdc\x5e\x16\x0f\xf5\x61\x17\x30\x78\x88\x43\xd4\x33\x38\x19\xa5\xcd\xeb\xfb\x98\xdd\xc0\x5d\xad\xb3\xea\xdc\x31\x03\x86\x2d\x4d\x98\x02\x2c\xd6\x55\xe3\x0d\xe4\x79\xb8\x53\xb7\x02\xb4\x54\xe5\xbf\xad\x07\xce\x7d\xc6\xcb\xa6\xd4\xa4\xad\x5b\x5c\xb7\x0c\xce\xbb\x59\x3c\x86\x45\x5a\xe4\x8a\xd9\x73\xe0\xbf\x67\x09\xe2\x75\x49\x94\x76\x18\x50\x43\x31\x50\xca\x72\x0d\x14\x53\xff\xd1\xee\x30\xe0\x3c\x7a\x65\x2a\x31\xea\x06\x27\x1a\xb8\xe9\x63\x4d\xb7\xc8\xb2\x75\x0b\x53\xa8\x94\x5d\xb5\x1c\x5b\xe2\xe0\x72\xe8\xf2\x33\xc2\xe0\x7e\x2e\x4d\x51\x57\x14\xdc\x83\x0f\xfb\x85\xbb\x21\xaf\x53\xd6\x4a\x63\x76\xe8\xb7\x9f\x43\xec\x76\x30\xc5\x29\x6d\x05\x72\x2f\xb3\xef\x81\xd2\x12\x13\x96\x4a\x82\x30\x62\x34\x79\xcf\xb2\x24\x79\x7f\x0e\x65\x62\x84\xa0\x33\xcd\x42\x0d\x1e\x93\xa0\xac\x37\x60\x87\x3d\x57\x99\x77\x04\xe0\x8a\x54\x5d\xd2\x5e\x3c\xa9\x24\xa6\x5a\x82\x64\x35\x66\xea\x09\xad\x62\xb9\x1a\xad\xb6\xd6\x23\xbc\xcd\xe6\x35\x99\x77\x29\xdb\x98\xad\xfc\xc6\x2b\x36\x58\x53\x2a\xd0\x56\x21\xcd\x9e\x23\x72\x6f\x38\x22\x53\x6e\x3d\x4f\x1d\xd8\x22\xeb\x0f\xd5\xc6\x74\x8d\x4e\x11\x73\x21\x81\x16\xfb\xf1\x25\xc3\x01\x4f\x99\x18\xb6\x75\x16\x98\x9d\xa9\x5d\x78\x45\x7f\xc9\x48\x46\xd9\xec\x6e\x92\xc5\x33\xb2\x95\x8f\x2e\x95\x38\x41\x8f\x98\x4a\x70\xd1\xf9\x6a\xbb\x39\x17\x31\x49\xf0\x4a\x67\x52\xa8\xb7\x92\x8e\x25\xed\xed\x68\xdd\xde\x55\xbb\x8c\x7b\x7c\x0d\x63\x76\x93\x3a\xa3\xd2\x9c\xd8\x69\xa6\xb4\xd1\x06\xe9\x67\x5b\x3d\xd1\x33\xbf\x15\x4c\x73\x97\x5e\xa1\x46\x4f\x99\x8d\xb6\x59\x0f\xb3\x5f\xcd\x2d\xe8\x84\x41\x92\xe9\x33\x0f\x15\x10\x64\x68\x18\x69\x96\x0c\x0b\x56\x33\xb5\x48\x32\xec\xb0\xfb\x30\x97\x6a\xc2\x4d\x62\x79\xc6\x00\x7b\x46\xbe\xea\xf4\xfd\x64\xe5\xb7\x0a\x89\x9e\xd0\x62\xc7\x88\x3c\xd8\xdc\x2e\x17\x77\xed\x42\xd7\xaf\xe6\xb6\x4e\x30\x9d\xeb\xb0\x4c\x30\xbb\xd3\xca\xcd\x0b\xb8\xc1\xbc\x7c\x8b\x3a\x2a\x28\xaf\xe6\xe1\x6e\xfa\xe9\x24\xfc\x55\x90\x05\xe5\x17\x41\x1b\x14\xe9\x62\xad\x46\xe2\xaa\xc1\x1b\x63\xdc\xf0\x81\x7f\xad\x02\xb4\xac\x77\xe5\xe1\x82\xe1\xee\x08\xf1\xd7\xf8\xf2\x4a\x55\x4a\xf7\xcc\x9f\xd7\x66\xe5\x0b\x1b\xbc\xb8\xec\xdd\x5d\x49\xa5\x8b\x62\x23\x77\xd2\x9a\x6e\x3d\xad\x4b\xa9\xd6\x74\x2a\xbb\x96\xbe\x84\xc5\xb4\x22\xa8\x4e\x19\x25\x59\x4c\x90\x48\x95\x3e\x67\x2d\xbb\xea\x7c\x9a\x02\x8e\xe3\x49\xf9\x43\xc2\x74\xe9\xd6\x80\x28\xcd\x20\x84\x4e\x19\xb2\x16\xda\x00\x8d\x0f\xf4\xce\x12\xe3\x83\xb0\xf2\xb8\xa5\x27\x0a\x0b\x4a\x14\x1d\xaf\x3a\x26\xe2\xdd\x20\xcc\x73\x0f\x14\xe7\xa5\xc6\x8b\xf1\x92\xbc\x40\x1e\x5a\x4c\x87\x4d\x27\xba\x01\xa3\x94\x6a\x5d\x7b\x65\x49\x83\x20\x75\x98\x67\x91\xf4\x6a\x9b\x5a\x8e\x95\x1f\xec\x83\x6a\x8a\x96\x59\x62\x6a\xb7\x5b\x4e\x93\x94\x8f\x99\x6d\x2d\xa7\x3a\x1c\x26\x49\xa9\xa9\x32\xbd\x90\xb7\x57\x81\x6c\xcc\xe2\xb8\x21\x3f\x40\xfd\x08\x90\x6e\x25\x39\x30\x66\x3a\xab\xcf\x25\x94\x1e\xa1\x61\xa1\xe6\x6b\xc8\xa4\xe3\x13\xe9\x24\x89\x65\x91\xd1\xdc\x2c\x1e\x75\x88\xc8\xa0\x4e\xc3\x34\x53\xe2\xc8\xbd\x5d\xa6\x63\x06\xa4\x4a\xba\x7c\xbf\x9d\x97\x31\xfb\x9c\x0a\x5b\x87\x4e\xe4\xf3\x61\x75\x06\x33\x6d\xdf\x3a\x38\xbb\xf9\xe0\x44\x09\x11\xf5\x94\x32\x6d\x0b\xc9\xcc\x10\xb7\x03\x74\xc1\x00\xad\xd2\x8c\x07\xaa\xe2\x98\xfd\x43\x4d\x8f\x65\x0a\x4a\x5d\x95\x64\x38\xc4\x36\xf9\x1b\x7d\xf7\x77\xdd\xe8\x77\x7f\x7e\xf7\xf7\x77\x9a\x87\x2d\x13\x99\x92\xb0\x83\xf0\x0a\xb1\x1d\x55\x4b\x0a\xd8\x16\x3b\x02\x57\xfa\x21\x7f\x45\x23\xa7\x80\x71\x16\xef\x9a\x41\x3b\xf7\x38\x0d\x51\x84\x65\x34\x3f\xc4\x66\xef\xf9\xec\x49\x54\xe4\xfc\xec\x8f\x73\xc2\xa0\x3c\x59\xc8\xe9\xae\x13\x2a\x50\xac\x24\xdb\xc2\xa5\xe3\x06\xfb\x45\x17\xaa\x31\x5a\x61\x21\x0f\xd9\xbe\x09\x36\x67\x9e\x09\xfb\x25\x97\x0c\xf6\xe7\x36\x3f\x20\x77\x13\x19\xd7\x98\x32\x59\x63\x34\xd6\x78\xda\xf1\x81\x5d\xfe\x31\x5b\x4e\x8e\x92\xd5\x54\x1e\x01\xba\xf7\x48\x4d\xcb\xd1\xa8\xb1\x9e\x8d\xbe\x84\xee\xe2\xb2\x56\xbe\x66\xba\x6b\xf5\xfa\x6a\x7d\xc7\xcd\x8e\x7b\x53\x7b\xa5\x45\x9b\xb6\x6e\x7e\xae\x43\xdf\x37\x71\xb6\x32\xd1\xf1\x8c\x81\x65\xc7\xc1\x2c\x2c\xc1\xec\xce\x27\x50\x35\xa9\x8b\x0e\x4b\x1a\x81\xae\x80\x19\x4e\x56\x90\xa5\x33\x18\xb3\x98\x72\x12\x41\x6d\xc8\x68\x15\x25\x34\x32\x4c\x37\xa1\x2e\x44\x1e\x08\x93\x01\x98\x70\xa4\x3e\x79\x2e\x75\xa8\x0e\xc6\x58\x3d\xfb\xb7\x35\xaa\x90\x63\x25\x0b\xbd\x05\xc5\x6d\x62\x72\xf3\x79\x47\x6e\x03\xf7\x7a\x10\xcd\xb1\xf5\xf3\xa4\x9c\xce\x28\xc3\x32\xe5\xe8\x3b\x70\x7b\x26\x09\xe1\xef\x5c\x81\x1d\x98\xc5\xea\x6e\xcc\x3b\x15\x2e\xa8\xa0\xb9\xa9\xbe\x6c\xa3\x28\xe3\x9c\xc4\x77\x65\xf4\x58\xd7\x3c\xd0\x66\x6c\x8d\x52\xad\xe9\x82\x08\x89\x17\x4b\xbf\xd0\xbc\xcb\x58\x32\x33\x93\xe8\x49\x40\xb6\x63\x03\x44\x01\x20\xe6\xc2\xd4\x63\x66\x02\xd4\x7a\xdd\x52\x5e\x41\x70\x50\x1c\x25\x08\x8e\x16\x45\x88\x1a\xf4\x91\xae\x25\x8c\x8a\x8e\xb2\xab\x33\x8b\x21\x48\x83\x8a\xfc\x5e\x65\x6c\x0a\xe7\x19\xce\x69\x45\x6d\xed\x31\xcb\x21\x48\xc7\x49\x9a\xc5\xc8\xb8\x09\x8d\xd3\x8d\x1f\x21\x4a\x8e\x06\x48\xfc\xe9\xc3\xfb\xf7\x47\x47\x3b\xaa\x7b\x10\x16\xce\xaa\xde\xe1\xba\xb4\x55\x15\xc4\x6f\xcd\xd1\x0a\x78\xce\xee\xba\x59\x1e\x36\x85\x03\x76\x8b\x6f\x99\x87\x00\x96\xe2\x2b\x97\x98\x13\x26\xef\x00\x94\xdd\xed\x85\xf0\xa2\x4b\x78\x3c\xc0\x13\xb7\x32\x7b\x72\x9e\x44\x93\x90\x89\xc5\x3d\xfa\x8e\x82\x07\xfd\x9d\x31\xc6\xa1\x36\x7c\x03\x7d\x59\x59\x02\x37\xf5\xe6\x99\x44\x71\x1d\x60\xbe\x4d\xf7\x83\x67\xb7\xbe\x40\xb6\xc1\xd9\x37\xfa\xc1\x4e\x1c\x17\x2f\xc4\xce\x4f\x19\x8a\xd2\xc5\x44\x09\x71\xb5\xd5\x9d\x63\x02\xe0\xf2\x43\x8b\xb9\x74\x80\x31\x8b\x31\xd3\x6c\x16\x05\xc4\xba\xf3\x66\xfb\x88\x30\xbd\x45\x0b\x77\x53\x5d\xad\x2c\xbd\x9d\x9f\x20\x25\xa0\xfa\xa8\x0f\x8b\x23\xc8\xd9\xa1\xef\x69\x74\x4f\xd4\x3d\x37\xcd\x59\x6c\x7c\xe9\xe6\xee\x37\x07\x91\x33\x85\xf7\x35\x1e\x83\x98\x71\xdf\x51\xcd\x01\x4a\x6c\xc1\x5b\x0f\x4b\xf3\xad\xa8\x9e\x9c\xa7\xce\x5f\xa8\x9e\x0b\x68\xdf\xa1\x6c\x4d\x1e\xad\x53\x2d\xb4\x32\x06\x12\xf9\x8f\x4e\x1e\x0a\x12\xa5\xcc\x21\x73\x77\x72\xd1\x57\xe4\x36\x54\x77\x17\xbe\x2b\x25\xe0\xae\xd3\x3a\xb6\x54\x7e\x72\xc5\xc7\x16\x10\xd7\x06\x33\xc4\x2d\x01\x9e\xa3\xde\x3d\x40\x0b\x4c\x99\x39\x06\x50\x4c\x10\xc5\x64\x92\xcd\x66\xb5\x77\x72\x92\xee\xa2\xfc\x74\xf3\xac\x9e\xa5\x0d\x0e\x02\x37\xc2\xa4\x09\xdd\xbe\x66\x87\xbe\x21\xe5\xab\x11\x0d\xb6\x0b\xf5\xe9\xd4\xbe\x49\x1b\x81\x53\x9a\x90\xe7\xd1\x98\x76\xa4\xfe\x9d\xb6\x51\xff\xac\x17\x01\x22\xb8\x7a\x1c\xce\xce\xfb\x0d\xe9\x85\x1a\x11\x77\xa7\x9e\x7c\x52\x58\x9c\x03\xf2\xc2\x61\xd5\x80\x37\x25\x9b\x62\x01\x09\xf3\xbb\xc7\xc9\x81\x6c\x5f\x87\xbe\xdf\x9a\x30\xe2\x3a\x5d\x10\x04\xaf\x12\x3a\x37\x0b\x99\x10\xf4\x00\xbc\x8e\x6a\x80\x68\x91\x25\x92\x2e\x13\x23\xfc\x8d\x5b\x2d\x9a\x63\x36\xf3\x2a\x25\xa0\xef\x18\x79\x44\x4a\xd6\x0e\x7c\x37\x8c\xb7\x3c\x03\x44\x64\xf4\x4e\xe9\x36\x41\xd4\x86\x93\x28\xe5\x31\x24\x47\xcc\x30\x8f\x21\x9a\x67\x36\x7c\x82\xa3\x7b\x60\xa0\x82\xeb\x48\xbf\xd1\x06\x10\x4d\xfe\x80\x76\x5f\xe6\xad\x51\x16\xe9\x5a\xf2\x96\xe0\xc2\xf5\x4f\x3f\x2e\x10\x8e\x78\x2a\xb4\x27\xca\x12\x0f\x69\x78\x0a\xa8\x5f\x0f\x34\xce\x70\xa2\xdf\xd8\x25\x66\x78\x69\x36\x84\x45\x52\x78\x4e\x30\x90\x92\x41\xaa\xff\xc7\x94\x9b\x5c\x00\x98\xf1\x4b\xc3\x28\xf0\x23\x7d\x20\x03\x74\xbd\xc4\xfc\x7e\x80\x4e\x56\x0c\x2f\x68\xf4\x5f\xe9\xa4\xca\x9f\x52\x82\x26\x6c\xad\x12\xef\x9e\xbd\xb7\xfa\xa0\x7f\x29\x01\x2f\x50\x5d\x12\xfc\xeb\xf4\xa6\xd4\xa0\x46\xde\xfa\xa5\xbe\x26\x26\xd7\x3b\x46\x76\x7a\x01\x56\x1a\xca\xd6\xcd\x81\xe3\x05\x65\x81\xad\xb6\x57\xce\xd6\xe2\xa2\x56\xa1\xb4\x02\x61\xdc\xca\xba\xdd\x85\xe6\x78\x89\x95\x95\xa3\x0c\xca\x45\x2a\x89\xbe\xf7\x85\x4c\x39\x31\x19\xc5\x5a\x9d\x84\x32\x43\x54\xe8\x6f\xea\x28\x38\xa3\x24\x15\x19\x6f\x29\x36\xca\x0b\x76\x6c\x1e\x6f\xd4\x4e\xd2\xc5\x12\xa2\x2f\x9c\x88\x2c\x91\xa2\xc2\x5e\x2b\xb9\xad\x77\x12\xc8\x2f\x77\xf7\x33\x91\xf8\xa4\xe4\xd7\x72\x7b\x3b\xc0\xcf\x40\x22\xd4\xa8\x61\x4f\xd7\x5d\xb1\x23\x3f\x7e\xa1\xce\xb6\x2d\xe2\x64\x0a\x55\x50\x36\x4b\xea\xb8\xdd\xc7\xcc\xd4\xb9\xf0\x64\x1f\xce\xf3\x79\xac\x42\x66\x53\x3a\x1f\x03\x8e\x7f\x57\x24\xc3\x00\x61\xb0\x31\xd8\x9d\x5e\x04\x77\xf9\x00\x08\xaa\x34\x30\x88\x01\x3f\xd9\x98\x89\x6c\x72\x98\xc3\x55\x52\x0e\xd2\x15\x08\x26\x96\x98\x43\xbe\xfc\x9c\x26\xf1\x61\x19\x8c\x68\xb4\x1c\x28\x8f\xe1\xc8\xd8\x26\x04\xf8\x96\x60\xc5\x75\x29\x3a\x1d\x2d\x75\x63\x77\xed\x4c\x32\x89\x88\x2b\x37\x40\x85\x71\x1e\x15\x34\x89\x40\x5e\x04\xbe\x81\x97\xf6\x08\xae\x97\x17\x75\xe9\x7a\x6f\x5f\x4e\x04\x73\xd6\x46\x4e\xdc\x84\x5e\x38\x7b\x6a\x30\x73\x92\xa3\x6e\xaa\xc4\x9d\x76\xa1\x3d\x21\x72\xf0\x8b\x4b\x49\xb7\x49\x56\x62\x89\x1f\x99\x01\x89\x74\xa2\x97\x6d\x27\x1f\xaa\x79\x40\x94\x7c\x28\x7c\xe3\x4b\x0a\x75\x1d\x41\x90\x9f\xba\xe4\xc7\x81\x97\xe5\x0d\xa5\x87\xf2\x8c\x96\xdc\xfc\x19\xb3\x1c\xbd\x94\xd7\x4a\x8d\x8a\x82\xdb\x80\x82\x62\x08\xb4\x92\x81\x45\x34\x0c\x74\x06\xa0\x31\x52\x0e\x27\x18\xa8\x90\xa5\xe4\x74\x92\xc9\x12\x25\x4d\x70\x9a\x2b\x83\x1c\xbb\xb0\x0e\x4e\x9f\xbe\xb4\x47\xf5\xb5\x91\x97\x46\xc9\xa1\x4a\xc5\xa1\x7b\x14\x5d\xcf\x4f\xcb\xd1\x2d\xd3\xc8\xe3\xcd\x6a\xbf\xc3\x4b\xd9\x8c\x86\x33\x0a\x2c\xea\xd8\x63\x3c\x0f\x80\x14\x30\x85\x39\x23\xbc\x03\x99\x78\x49\x1f\x4a\x44\xe1\x19\x41\x0b\x12\xd3\xac\x98\xc8\xb6\x3e\x7a\xb6\x57\x66\x67\x9b\x9d\xa5\x0c\x70\x67\x88\x9e\x83\xb1\xf0\xa8\x6e\x6d\x0d\x41\x03\xa7\x47\x35\xa9\x84\x07\x03\xc5\xf2\x5b\xe1\xa2\x71\xe1\x8c\x59\x17\xd3\x19\x15\xf2\xe7\x02\x9b\xf3\x06\xf9\x52\x49\xf6\x74\xd8\x3f\xdb\x55\xdd\x4d\xef\x89\x46\x8c\xdb\x55\x50\x0a\x17\x36\x99\x76\x57\x00\x46\xc4\x66\x92\xa9\x7e\x77\x11\xe0\x7f\x77\xf3\xf5\x77\x53\xac\x97\xe3\xe5\x92\x70\x64\x0a\xf6\x16\x4b\xf0\xea\xb4\x2c\x78\xcb\x98\x69\x85\xe9\xbf\xae\x2f\xce\x73\xc9\x9d\xdb\x51\x85\xa6\xe1\x67\x30\x75\x47\xd5\x2b\x77\x9e\x25\x49\xed\xca\xb5\x60\x4b\xbb\x3d\x3b\xbb\xfb\x79\x78\x76\x3b\x6a\x66\x23\xcb\x7f\x56\x3b\x27\xae\x27\x66\x4e\xf4\x35\x26\xe1\xea\xca\x16\xc4\x38\xb0\x40\x19\x31\xa3\xd6\x00\x87\x2c\x49\xc2\xcc\x9a\x31\xfb\xbb\x69\x07\x00\x70\x19\xd3\x6a\xe6\x98\xa1\xc6\x89\x0b\xdf\x0f\x3f\xfb\xbb\x6a\xfc\xef\xfa\xd9\x43\x94\x0f\xe2\x03\x3a\x77\x6f\xad\x99\x57\xe3\x74\xdd\xe2\x38\xe8\x04\x9f\xe7\xca\x1d\xdc\xec\x78\xdc\x32\x4b\x14\x68\x52\xfe\x76\x72\x3a\xf4\xdc\xfd\x3d\x34\x61\x5c\x7e\x73\xac\xe5\x3c\xb4\x3b\xd0\x19\x5f\xba\x98\xbb\x4b\x8a\x1a\x33\x8d\x27\x80\x12\xbe\x69\x7d\x9f\xd0\x29\xd3\xc8\xc6\x04\xb3\x59\x86\x67\x44\x0c\x90\x7d\xf9\x98\xb9\x82\xb1\x86\xa0\xc4\x15\x22\xc1\x40\xbb\x1e\x6e\x21\xed\xea\x24\x5f\xf1\x62\x09\x21\x18\x36\x66\x66\x4c\x6c\x96\x37\xaf\xbd\xa0\xff\x75\xed\x86\xa3\x76\x9a\x6b\xc8\x24\xad\xb1\x31\xd3\x8b\xab\x33\x16\xad\x6e\x07\x0e\x20\xa8\x10\x1d\x6c\x5d\xcc\x89\xcd\x93\x05\x99\x3e\x03\x2d\x53\x73\x54\xdb\x10\xa3\x92\xf4\x1e\xc9\x8a\x76\x38\xeb\x2e\xad\x97\x27\x76\x31\xec\x99\x30\x7d\xab\xde\xf5\x5b\xdf\x01\xea\xc0\x55\xd7\x05\x68\xde\xb6\xb9\x18\x5b\x23\xcd\xf3\x0d\xc5\x8a\x47\x18\x15\xa1\xe8\x10\xbc\xde\x41\x0d\x84\xd6\x5d\xd2\xbf\x6f\xec\x54\x87\xd2\x09\xad\x5f\x6b\xd2\xad\x9b\x5e\xab\x2c\x9c\xe6\x97\xee\xc0\x44\x0a\x3a\x65\x1e\x58\x37\x19\x59\x54\x53\xa5\x62\xeb\x98\x58\x71\x8a\xac\xf4\x69\xea\x50\x42\xc5\x46\xdd\xc9\xf5\xa7\xd6\x3d\x72\x1a\x82\xb9\xec\x3a\x49\x58\x73\xcf\x05\x02\xb6\x46\x4c\x1a\x6c\x96\x71\xcb\x10\xaa\xc5\x0b\x03\x3a\x43\x6c\x00\x1e\x03\xb7\x89\x06\xf9\xca\x0d\x34\xbf\x7a\xc6\x85\x12\x97\x46\xde\x19\xa9\xad\xcc\x9c\x31\xb3\xe9\x03\x56\x1c\x0f\x6d\xc9\x27\xee\x3e\xd5\x71\xc6\xa5\x06\xdf\x82\xc6\x2a\xf3\x5a\x61\x58\x8e\x19\xe4\xa6\x33\x30\x21\x27\x02\xb2\xa7\x4c\x06\xb6\xf9\xc2\xa3\xb3\xc2\xcc\x71\xbc\xaf\x91\x79\x05\x35\x20\xb8\xe7\xbf\x51\xff\xff\xd7\x6f\xfe\x6f\x00\x00\x00\xff\xff\xba\x9b\x7a\x6a\xe2\xf7\x02\x00")
func adminSwaggerJsonBytes() ([]byte, error) {
return bindataRead(
@@ -92,7 +92,7 @@ func adminSwaggerJson() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "admin.swagger.json", size: 194210, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)}
+ info := bindataFileInfo{name: "admin.swagger.json", size: 194530, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
diff --git a/flyteidl/gen/pb-java/flyteidl/core/Execution.java b/flyteidl/gen/pb-java/flyteidl/core/Execution.java
index 2a5c6a5ed0..b11a064817 100644
--- a/flyteidl/gen/pb-java/flyteidl/core/Execution.java
+++ b/flyteidl/gen/pb-java/flyteidl/core/Execution.java
@@ -1282,6 +1282,22 @@ public enum Phase
* FAILED = 5;
*/
FAILED(5),
+ /**
+ *
+ * To indicate cases where task is initializing, like: ErrImagePull, ContainerCreating, PodInitializing + *+ * + *
INITIALIZING = 6;
+ */
+ INITIALIZING(6),
+ /**
+ * + * To address cases, where underlying resource is not available: Backoff error, Resource quota exceeded + *+ * + *
WAITING_FOR_RESOURCES = 7;
+ */
+ WAITING_FOR_RESOURCES(7),
UNRECOGNIZED(-1),
;
@@ -1309,6 +1325,22 @@ public enum Phase
* FAILED = 5;
*/
public static final int FAILED_VALUE = 5;
+ /**
+ * + * To indicate cases where task is initializing, like: ErrImagePull, ContainerCreating, PodInitializing + *+ * + *
INITIALIZING = 6;
+ */
+ public static final int INITIALIZING_VALUE = 6;
+ /**
+ * + * To address cases, where underlying resource is not available: Backoff error, Resource quota exceeded + *+ * + *
WAITING_FOR_RESOURCES = 7;
+ */
+ public static final int WAITING_FOR_RESOURCES_VALUE = 7;
public final int getNumber() {
@@ -1335,6 +1367,8 @@ public static Phase forNumber(int value) {
case 3: return SUCCEEDED;
case 4: return ABORTED;
case 5: return FAILED;
+ case 6: return INITIALIZING;
+ case 7: return WAITING_FOR_RESOURCES;
default: return null;
}
}
@@ -4016,20 +4050,21 @@ public flyteidl.core.Execution.TaskLog getDefaultInstanceForType() {
"odeExecution\"\200\001\n\005Phase\022\r\n\tUNDEFINED\020\000\022\n\n" +
"\006QUEUED\020\001\022\013\n\007RUNNING\020\002\022\r\n\tSUCCEEDED\020\003\022\013\n" +
"\007FAILING\020\004\022\n\n\006FAILED\020\005\022\013\n\007ABORTED\020\006\022\013\n\007S" +
- "KIPPED\020\007\022\r\n\tTIMED_OUT\020\010\"h\n\rTaskExecution" +
- "\"W\n\005Phase\022\r\n\tUNDEFINED\020\000\022\n\n\006QUEUED\020\001\022\013\n\007" +
- "RUNNING\020\002\022\r\n\tSUCCEEDED\020\003\022\013\n\007ABORTED\020\004\022\n\n" +
- "\006FAILED\020\005\"\251\001\n\016ExecutionError\022\014\n\004code\030\001 \001" +
- "(\t\022\017\n\007message\030\002 \001(\t\022\021\n\terror_uri\030\003 \001(\t\0225" +
- "\n\004kind\030\004 \001(\0162\'.flyteidl.core.ExecutionEr" +
- "ror.ErrorKind\".\n\tErrorKind\022\013\n\007UNKNOWN\020\000\022" +
- "\010\n\004USER\020\001\022\n\n\006SYSTEM\020\002\"\273\001\n\007TaskLog\022\013\n\003uri" +
- "\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022<\n\016message_format\030\003" +
- " \001(\0162$.flyteidl.core.TaskLog.MessageForm" +
- "at\022&\n\003ttl\030\004 \001(\0132\031.google.protobuf.Durati" +
- "on\"/\n\rMessageFormat\022\013\n\007UNKNOWN\020\000\022\007\n\003CSV\020" +
- "\001\022\010\n\004JSON\020\002B2Z0github.com/lyft/flyteidl/" +
- "gen/pb-go/flyteidl/coreb\006proto3"
+ "KIPPED\020\007\022\r\n\tTIMED_OUT\020\010\"\226\001\n\rTaskExecutio" +
+ "n\"\204\001\n\005Phase\022\r\n\tUNDEFINED\020\000\022\n\n\006QUEUED\020\001\022\013" +
+ "\n\007RUNNING\020\002\022\r\n\tSUCCEEDED\020\003\022\013\n\007ABORTED\020\004\022" +
+ "\n\n\006FAILED\020\005\022\020\n\014INITIALIZING\020\006\022\031\n\025WAITING" +
+ "_FOR_RESOURCES\020\007\"\251\001\n\016ExecutionError\022\014\n\004c" +
+ "ode\030\001 \001(\t\022\017\n\007message\030\002 \001(\t\022\021\n\terror_uri\030" +
+ "\003 \001(\t\0225\n\004kind\030\004 \001(\0162\'.flyteidl.core.Exec" +
+ "utionError.ErrorKind\".\n\tErrorKind\022\013\n\007UNK" +
+ "NOWN\020\000\022\010\n\004USER\020\001\022\n\n\006SYSTEM\020\002\"\273\001\n\007TaskLog" +
+ "\022\013\n\003uri\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022<\n\016message_f" +
+ "ormat\030\003 \001(\0162$.flyteidl.core.TaskLog.Mess" +
+ "ageFormat\022&\n\003ttl\030\004 \001(\0132\031.google.protobuf" +
+ ".Duration\"/\n\rMessageFormat\022\013\n\007UNKNOWN\020\000\022" +
+ "\007\n\003CSV\020\001\022\010\n\004JSON\020\002B2Z0github.com/lyft/fl" +
+ "yteidl/gen/pb-go/flyteidl/coreb\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts
index 993ef759ba..c34d731b96 100644
--- a/flyteidl/gen/pb-js/flyteidl.d.ts
+++ b/flyteidl/gen/pb-js/flyteidl.d.ts
@@ -4109,7 +4109,9 @@ export namespace flyteidl {
RUNNING = 2,
SUCCEEDED = 3,
ABORTED = 4,
- FAILED = 5
+ FAILED = 5,
+ INITIALIZING = 6,
+ WAITING_FOR_RESOURCES = 7
}
}
diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js
index fdbe85b454..fa815ac3a1 100644
--- a/flyteidl/gen/pb-js/flyteidl.js
+++ b/flyteidl/gen/pb-js/flyteidl.js
@@ -9892,6 +9892,8 @@ export const flyteidl = $root.flyteidl = (() => {
* @property {number} SUCCEEDED=3 SUCCEEDED value
* @property {number} ABORTED=4 ABORTED value
* @property {number} FAILED=5 FAILED value
+ * @property {number} INITIALIZING=6 INITIALIZING value
+ * @property {number} WAITING_FOR_RESOURCES=7 WAITING_FOR_RESOURCES value
*/
TaskExecution.Phase = (function() {
const valuesById = {}, values = Object.create(valuesById);
@@ -9901,6 +9903,8 @@ export const flyteidl = $root.flyteidl = (() => {
values[valuesById[3] = "SUCCEEDED"] = 3;
values[valuesById[4] = "ABORTED"] = 4;
values[valuesById[5] = "FAILED"] = 5;
+ values[valuesById[6] = "INITIALIZING"] = 6;
+ values[valuesById[7] = "WAITING_FOR_RESOURCES"] = 7;
return values;
})();
@@ -11486,6 +11490,8 @@ export const flyteidl = $root.flyteidl = (() => {
case 3:
case 4:
case 5:
+ case 6:
+ case 7:
break;
}
if (message.producerId != null && message.hasOwnProperty("producerId"))
@@ -26161,6 +26167,8 @@ export const flyteidl = $root.flyteidl = (() => {
case 3:
case 4:
case 5:
+ case 6:
+ case 7:
break;
}
if (message.logs != null && message.hasOwnProperty("logs")) {
diff --git a/flyteidl/gen/pb-protodoc/flyteidl/core/execution.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/core/execution.proto.rst
index c29d272a9a..39ff156f31 100644
--- a/flyteidl/gen/pb-protodoc/flyteidl/core/execution.proto.rst
+++ b/flyteidl/gen/pb-protodoc/flyteidl/core/execution.proto.rst
@@ -195,13 +195,25 @@ ABORTED
FAILED
+.. _api_enum_value_flyteidl.core.TaskExecution.Phase.INITIALIZING:
+
+INITIALIZING
+ To indicate cases where task is initializing, like: ErrImagePull, ContainerCreating, PodInitializing
+
+
+.. _api_enum_value_flyteidl.core.TaskExecution.Phase.WAITING_FOR_RESOURCES:
+
+WAITING_FOR_RESOURCES
+ To address cases, where underlying resource is not available: Backoff error, Resource quota exceeded
+
+
.. _api_msg_flyteidl.core.ExecutionError:
flyteidl.core.ExecutionError
----------------------------
-`[flyteidl.core.ExecutionError proto]