From 184f42aff9e9c0e031f870ce25922acfd0f22cf4 Mon Sep 17 00:00:00 2001 From: Ketan Umare <16888709+kumare3@users.noreply.github.com> Date: Tue, 9 Mar 2021 11:34:46 -0800 Subject: [PATCH] Version v0.18.16 (#111) * Version v0.18.16 Signed-off-by: Ketan Umare * Update GetVersion API to match the other API style - Have an additional envelop structure Signed-off-by: Ketan Umare --- .../go/admin/mocks/AdminServiceClient.go | 10 +- .../gen/pb-cpp/flyteidl/admin/version.pb.cc | 339 +++++++- .../gen/pb-cpp/flyteidl/admin/version.pb.h | 182 ++++- .../pb-cpp/flyteidl/service/admin.grpc.pb.cc | 22 +- .../pb-cpp/flyteidl/service/admin.grpc.pb.h | 74 +- .../gen/pb-cpp/flyteidl/service/admin.pb.cc | 18 +- .../gen/pb-go/flyteidl/admin/version.pb.go | 72 +- .../flyteidl/admin/version.pb.validate.go | 77 ++ .../gen/pb-go/flyteidl/service/admin.pb.go | 372 ++++----- .../pb-go/flyteidl/service/admin.swagger.json | 16 +- .../flyteidl/service/flyteadmin/README.md | 1 + .../service/flyteadmin/api/swagger.yaml | 19 +- .../service/flyteadmin/api_admin_service.go | 8 +- .../model_admin_get_version_request.go | 1 - .../model_admin_get_version_response.go | 14 + .../service/flyteadmin/model_admin_version.go | 1 - .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../flyteidl/admin/VersionOuterClass.java | 722 +++++++++++++++++- .../gen/pb-java/flyteidl/service/Admin.java | 16 +- flyteidl/gen/pb-js/flyteidl.d.ts | 60 +- flyteidl/gen/pb-js/flyteidl.js | 120 ++- .../flyteidl/admin/version.proto.rst | 32 +- .../pb_python/flyteidl/admin/version_pb2.py | 50 +- .../pb_python/flyteidl/service/admin_pb2.py | 6 +- .../flyteidl/service/admin_pb2_grpc.py | 4 +- .../flyteidl/service/flyteadmin/README.md | 1 + .../service/flyteadmin/flyteadmin/__init__.py | 1 + .../flyteadmin/api/admin_service_api.py | 6 +- .../flyteadmin/flyteadmin/models/__init__.py | 1 + .../models/admin_get_version_response.py | 117 +++ .../test/test_admin_get_version_response.py | 40 + flyteidl/go.sum | 244 ++++++ flyteidl/package.json | 2 +- flyteidl/protos/flyteidl/admin/version.proto | 14 +- flyteidl/protos/flyteidl/service/admin.proto | 2 +- flyteidl/setup.py | 2 +- 36 files changed, 2333 insertions(+), 337 deletions(-) create mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_get_version_response.go create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_get_version_response.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_get_version_response.py diff --git a/flyteidl/clients/go/admin/mocks/AdminServiceClient.go b/flyteidl/clients/go/admin/mocks/AdminServiceClient.go index d4c449750b..e805f10db0 100644 --- a/flyteidl/clients/go/admin/mocks/AdminServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/AdminServiceClient.go @@ -981,7 +981,7 @@ type AdminServiceClient_GetVersion struct { *mock.Call } -func (_m AdminServiceClient_GetVersion) Return(_a0 *admin.Version, _a1 error) *AdminServiceClient_GetVersion { +func (_m AdminServiceClient_GetVersion) Return(_a0 *admin.GetVersionResponse, _a1 error) *AdminServiceClient_GetVersion { return &AdminServiceClient_GetVersion{Call: _m.Call.Return(_a0, _a1)} } @@ -996,7 +996,7 @@ func (_m *AdminServiceClient) OnGetVersionMatch(matchers ...interface{}) *AdminS } // GetVersion provides a mock function with given fields: ctx, in, opts -func (_m *AdminServiceClient) GetVersion(ctx context.Context, in *admin.GetVersionRequest, opts ...grpc.CallOption) (*admin.Version, error) { +func (_m *AdminServiceClient) GetVersion(ctx context.Context, in *admin.GetVersionRequest, opts ...grpc.CallOption) (*admin.GetVersionResponse, error) { _va := make([]interface{}, len(opts)) for _i := range opts { _va[_i] = opts[_i] @@ -1006,12 +1006,12 @@ func (_m *AdminServiceClient) GetVersion(ctx context.Context, in *admin.GetVersi _ca = append(_ca, _va...) ret := _m.Called(_ca...) - var r0 *admin.Version - if rf, ok := ret.Get(0).(func(context.Context, *admin.GetVersionRequest, ...grpc.CallOption) *admin.Version); ok { + var r0 *admin.GetVersionResponse + if rf, ok := ret.Get(0).(func(context.Context, *admin.GetVersionRequest, ...grpc.CallOption) *admin.GetVersionResponse); ok { r0 = rf(ctx, in, opts...) } else { if ret.Get(0) != nil { - r0 = ret.Get(0).(*admin.Version) + r0 = ret.Get(0).(*admin.GetVersionResponse) } } diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/version.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/version.pb.cc index 3792f8020c..205ba1709c 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/version.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/version.pb.cc @@ -16,8 +16,13 @@ // @@protoc_insertion_point(includes) #include +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fversion_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Version_flyteidl_2fadmin_2fversion_2eproto; namespace flyteidl { namespace admin { +class GetVersionResponseDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _GetVersionResponse_default_instance_; class VersionDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; @@ -28,6 +33,21 @@ class GetVersionRequestDefaultTypeInternal { } _GetVersionRequest_default_instance_; } // namespace admin } // namespace flyteidl +static void InitDefaultsGetVersionResponse_flyteidl_2fadmin_2fversion_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::admin::_GetVersionResponse_default_instance_; + new (ptr) ::flyteidl::admin::GetVersionResponse(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::admin::GetVersionResponse::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<1> scc_info_GetVersionResponse_flyteidl_2fadmin_2fversion_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsGetVersionResponse_flyteidl_2fadmin_2fversion_2eproto}, { + &scc_info_Version_flyteidl_2fadmin_2fversion_2eproto.base,}}; + static void InitDefaultsVersion_flyteidl_2fadmin_2fversion_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -57,15 +77,22 @@ ::google::protobuf::internal::SCCInfo<0> scc_info_GetVersionRequest_flyteidl_2fa {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsGetVersionRequest_flyteidl_2fadmin_2fversion_2eproto}, {}}; void InitDefaults_flyteidl_2fadmin_2fversion_2eproto() { + ::google::protobuf::internal::InitSCC(&scc_info_GetVersionResponse_flyteidl_2fadmin_2fversion_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_Version_flyteidl_2fadmin_2fversion_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_GetVersionRequest_flyteidl_2fadmin_2fversion_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fversion_2eproto[2]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fversion_2eproto[3]; constexpr ::google::protobuf::EnumDescriptor const** file_level_enum_descriptors_flyteidl_2fadmin_2fversion_2eproto = nullptr; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fadmin_2fversion_2eproto = nullptr; const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fversion_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetVersionResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetVersionResponse, control_plane_version_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Version, _internal_metadata_), ~0u, // no _extensions_ @@ -81,11 +108,13 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fversion_2eproto: ~0u, // no _weak_field_map_ }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { - { 0, -1, sizeof(::flyteidl::admin::Version)}, - { 8, -1, sizeof(::flyteidl::admin::GetVersionRequest)}, + { 0, -1, sizeof(::flyteidl::admin::GetVersionResponse)}, + { 6, -1, sizeof(::flyteidl::admin::Version)}, + { 14, -1, sizeof(::flyteidl::admin::GetVersionRequest)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { + reinterpret_cast(&::flyteidl::admin::_GetVersionResponse_default_instance_), reinterpret_cast(&::flyteidl::admin::_Version_default_instance_), reinterpret_cast(&::flyteidl::admin::_GetVersionRequest_default_instance_), }; @@ -93,20 +122,22 @@ static ::google::protobuf::Message const * const file_default_instances[] = { ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fadmin_2fversion_2eproto = { {}, AddDescriptors_flyteidl_2fadmin_2fversion_2eproto, "flyteidl/admin/version.proto", schemas, file_default_instances, TableStruct_flyteidl_2fadmin_2fversion_2eproto::offsets, - file_level_metadata_flyteidl_2fadmin_2fversion_2eproto, 2, file_level_enum_descriptors_flyteidl_2fadmin_2fversion_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fversion_2eproto, + file_level_metadata_flyteidl_2fadmin_2fversion_2eproto, 3, file_level_enum_descriptors_flyteidl_2fadmin_2fversion_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fversion_2eproto, }; const char descriptor_table_protodef_flyteidl_2fadmin_2fversion_2eproto[] = "\n\034flyteidl/admin/version.proto\022\016flyteidl" - ".admin\"<\n\007Version\022\r\n\005Build\030\001 \001(\t\022\017\n\007Vers" - "ion\030\002 \001(\t\022\021\n\tBuildTime\030\003 \001(\t\"\023\n\021GetVersi" - "onRequestB7Z5github.com/flyteorg/flyteid" - "l/gen/pb-go/flyteidl/adminb\006proto3" + ".admin\"L\n\022GetVersionResponse\0226\n\025control_" + "plane_version\030\001 \001(\0132\027.flyteidl.admin.Ver" + "sion\"<\n\007Version\022\r\n\005Build\030\001 \001(\t\022\017\n\007Versio" + "n\030\002 \001(\t\022\021\n\tBuildTime\030\003 \001(\t\"\023\n\021GetVersion" + "RequestB7Z5github.com/flyteorg/flyteidl/" + "gen/pb-go/flyteidl/adminb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2fversion_2eproto = { false, InitDefaults_flyteidl_2fadmin_2fversion_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2fversion_2eproto, - "flyteidl/admin/version.proto", &assign_descriptors_table_flyteidl_2fadmin_2fversion_2eproto, 194, + "flyteidl/admin/version.proto", &assign_descriptors_table_flyteidl_2fadmin_2fversion_2eproto, 272, }; void AddDescriptors_flyteidl_2fadmin_2fversion_2eproto() { @@ -121,6 +152,293 @@ static bool dynamic_init_dummy_flyteidl_2fadmin_2fversion_2eproto = []() { AddDe namespace flyteidl { namespace admin { +// =================================================================== + +void GetVersionResponse::InitAsDefaultInstance() { + ::flyteidl::admin::_GetVersionResponse_default_instance_._instance.get_mutable()->control_plane_version_ = const_cast< ::flyteidl::admin::Version*>( + ::flyteidl::admin::Version::internal_default_instance()); +} +class GetVersionResponse::HasBitSetters { + public: + static const ::flyteidl::admin::Version& control_plane_version(const GetVersionResponse* msg); +}; + +const ::flyteidl::admin::Version& +GetVersionResponse::HasBitSetters::control_plane_version(const GetVersionResponse* msg) { + return *msg->control_plane_version_; +} +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int GetVersionResponse::kControlPlaneVersionFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +GetVersionResponse::GetVersionResponse() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.admin.GetVersionResponse) +} +GetVersionResponse::GetVersionResponse(const GetVersionResponse& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from.has_control_plane_version()) { + control_plane_version_ = new ::flyteidl::admin::Version(*from.control_plane_version_); + } else { + control_plane_version_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:flyteidl.admin.GetVersionResponse) +} + +void GetVersionResponse::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_GetVersionResponse_flyteidl_2fadmin_2fversion_2eproto.base); + control_plane_version_ = nullptr; +} + +GetVersionResponse::~GetVersionResponse() { + // @@protoc_insertion_point(destructor:flyteidl.admin.GetVersionResponse) + SharedDtor(); +} + +void GetVersionResponse::SharedDtor() { + if (this != internal_default_instance()) delete control_plane_version_; +} + +void GetVersionResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const GetVersionResponse& GetVersionResponse::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_GetVersionResponse_flyteidl_2fadmin_2fversion_2eproto.base); + return *internal_default_instance(); +} + + +void GetVersionResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.admin.GetVersionResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == nullptr && control_plane_version_ != nullptr) { + delete control_plane_version_; + } + control_plane_version_ = nullptr; + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* GetVersionResponse::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // .flyteidl.admin.Version control_plane_version = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::admin::Version::_InternalParse; + object = msg->mutable_control_plane_version(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool GetVersionResponse::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.admin.GetVersionResponse) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // .flyteidl.admin.Version control_plane_version = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_control_plane_version())); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.admin.GetVersionResponse) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.admin.GetVersionResponse) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void GetVersionResponse::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.admin.GetVersionResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.admin.Version control_plane_version = 1; + if (this->has_control_plane_version()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 1, HasBitSetters::control_plane_version(this), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.admin.GetVersionResponse) +} + +::google::protobuf::uint8* GetVersionResponse::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.GetVersionResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.admin.Version control_plane_version = 1; + if (this->has_control_plane_version()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 1, HasBitSetters::control_plane_version(this), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.admin.GetVersionResponse) + return target; +} + +size_t GetVersionResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.GetVersionResponse) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .flyteidl.admin.Version control_plane_version = 1; + if (this->has_control_plane_version()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *control_plane_version_); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void GetVersionResponse::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.GetVersionResponse) + GOOGLE_DCHECK_NE(&from, this); + const GetVersionResponse* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.GetVersionResponse) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.GetVersionResponse) + MergeFrom(*source); + } +} + +void GetVersionResponse::MergeFrom(const GetVersionResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.GetVersionResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_control_plane_version()) { + mutable_control_plane_version()->::flyteidl::admin::Version::MergeFrom(from.control_plane_version()); + } +} + +void GetVersionResponse::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.GetVersionResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void GetVersionResponse::CopyFrom(const GetVersionResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.GetVersionResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool GetVersionResponse::IsInitialized() const { + return true; +} + +void GetVersionResponse::Swap(GetVersionResponse* other) { + if (other == this) return; + InternalSwap(other); +} +void GetVersionResponse::InternalSwap(GetVersionResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(control_plane_version_, other->control_plane_version_); +} + +::google::protobuf::Metadata GetVersionResponse::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fversion_2eproto); + return ::file_level_metadata_flyteidl_2fadmin_2fversion_2eproto[kIndexInFileMessages]; +} + + // =================================================================== void Version::InitAsDefaultInstance() { @@ -778,6 +1096,9 @@ ::google::protobuf::Metadata GetVersionRequest::GetMetadata() const { } // namespace flyteidl namespace google { namespace protobuf { +template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetVersionResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::GetVersionResponse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::GetVersionResponse >(arena); +} template<> PROTOBUF_NOINLINE ::flyteidl::admin::Version* Arena::CreateMaybeMessage< ::flyteidl::admin::Version >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::admin::Version >(arena); } diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/version.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/version.pb.h index 8302d7e64c..898f4ef3ca 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/version.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/version.pb.h @@ -41,7 +41,7 @@ struct TableStruct_flyteidl_2fadmin_2fversion_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::google::protobuf::internal::ParseTable schema[2] + static const ::google::protobuf::internal::ParseTable schema[3] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -53,6 +53,9 @@ namespace admin { class GetVersionRequest; class GetVersionRequestDefaultTypeInternal; extern GetVersionRequestDefaultTypeInternal _GetVersionRequest_default_instance_; +class GetVersionResponse; +class GetVersionResponseDefaultTypeInternal; +extern GetVersionResponseDefaultTypeInternal _GetVersionResponse_default_instance_; class Version; class VersionDefaultTypeInternal; extern VersionDefaultTypeInternal _Version_default_instance_; @@ -61,6 +64,7 @@ extern VersionDefaultTypeInternal _Version_default_instance_; namespace google { namespace protobuf { template<> ::flyteidl::admin::GetVersionRequest* Arena::CreateMaybeMessage<::flyteidl::admin::GetVersionRequest>(Arena*); +template<> ::flyteidl::admin::GetVersionResponse* Arena::CreateMaybeMessage<::flyteidl::admin::GetVersionResponse>(Arena*); template<> ::flyteidl::admin::Version* Arena::CreateMaybeMessage<::flyteidl::admin::Version>(Arena*); } // namespace protobuf } // namespace google @@ -69,6 +73,121 @@ namespace admin { // =================================================================== +class GetVersionResponse final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.GetVersionResponse) */ { + public: + GetVersionResponse(); + virtual ~GetVersionResponse(); + + GetVersionResponse(const GetVersionResponse& from); + + inline GetVersionResponse& operator=(const GetVersionResponse& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + GetVersionResponse(GetVersionResponse&& from) noexcept + : GetVersionResponse() { + *this = ::std::move(from); + } + + inline GetVersionResponse& operator=(GetVersionResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const GetVersionResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const GetVersionResponse* internal_default_instance() { + return reinterpret_cast( + &_GetVersionResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 0; + + void Swap(GetVersionResponse* other); + friend void swap(GetVersionResponse& a, GetVersionResponse& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline GetVersionResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + GetVersionResponse* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const GetVersionResponse& from); + void MergeFrom(const GetVersionResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(GetVersionResponse* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // .flyteidl.admin.Version control_plane_version = 1; + bool has_control_plane_version() const; + void clear_control_plane_version(); + static const int kControlPlaneVersionFieldNumber = 1; + const ::flyteidl::admin::Version& control_plane_version() const; + ::flyteidl::admin::Version* release_control_plane_version(); + ::flyteidl::admin::Version* mutable_control_plane_version(); + void set_allocated_control_plane_version(::flyteidl::admin::Version* control_plane_version); + + // @@protoc_insertion_point(class_scope:flyteidl.admin.GetVersionResponse) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::flyteidl::admin::Version* control_plane_version_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fadmin_2fversion_2eproto; +}; +// ------------------------------------------------------------------- + class Version final : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.Version) */ { public: @@ -107,7 +226,7 @@ class Version final : &_Version_default_instance_); } static constexpr int kIndexInFileMessages = - 0; + 1; void Swap(Version* other); friend void swap(Version& a, Version& b) { @@ -257,7 +376,7 @@ class GetVersionRequest final : &_GetVersionRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 1; + 2; void Swap(GetVersionRequest* other); friend void swap(GetVersionRequest& a, GetVersionRequest& b) { @@ -331,6 +450,61 @@ class GetVersionRequest final : #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ +// GetVersionResponse + +// .flyteidl.admin.Version control_plane_version = 1; +inline bool GetVersionResponse::has_control_plane_version() const { + return this != internal_default_instance() && control_plane_version_ != nullptr; +} +inline void GetVersionResponse::clear_control_plane_version() { + if (GetArenaNoVirtual() == nullptr && control_plane_version_ != nullptr) { + delete control_plane_version_; + } + control_plane_version_ = nullptr; +} +inline const ::flyteidl::admin::Version& GetVersionResponse::control_plane_version() const { + const ::flyteidl::admin::Version* p = control_plane_version_; + // @@protoc_insertion_point(field_get:flyteidl.admin.GetVersionResponse.control_plane_version) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::admin::_Version_default_instance_); +} +inline ::flyteidl::admin::Version* GetVersionResponse::release_control_plane_version() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetVersionResponse.control_plane_version) + + ::flyteidl::admin::Version* temp = control_plane_version_; + control_plane_version_ = nullptr; + return temp; +} +inline ::flyteidl::admin::Version* GetVersionResponse::mutable_control_plane_version() { + + if (control_plane_version_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::admin::Version>(GetArenaNoVirtual()); + control_plane_version_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetVersionResponse.control_plane_version) + return control_plane_version_; +} +inline void GetVersionResponse::set_allocated_control_plane_version(::flyteidl::admin::Version* control_plane_version) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete control_plane_version_; + } + if (control_plane_version) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + control_plane_version = ::google::protobuf::internal::GetOwnedMessage( + message_arena, control_plane_version, submessage_arena); + } + + } else { + + } + control_plane_version_ = control_plane_version; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetVersionResponse.control_plane_version) +} + +// ------------------------------------------------------------------- + // Version // string Build = 1; @@ -501,6 +675,8 @@ inline void Version::set_allocated_buildtime(::std::string* buildtime) { #endif // __GNUC__ // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.cc index e9b9ca7e38..7f976f7018 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.cc @@ -1353,32 +1353,32 @@ ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::NamedEntityUpdateResponse> return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::NamedEntityUpdateResponse>::Create(channel_.get(), cq, rpcmethod_UpdateNamedEntity_, context, request, false); } -::grpc::Status AdminService::Stub::GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::flyteidl::admin::Version* response) { +::grpc::Status AdminService::Stub::GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::flyteidl::admin::GetVersionResponse* response) { return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetVersion_, context, request, response); } -void AdminService::Stub::experimental_async::GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response, std::function f) { +void AdminService::Stub::experimental_async::GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response, std::function f) { ::grpc::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetVersion_, context, request, response, std::move(f)); } -void AdminService::Stub::experimental_async::GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::Version* response, std::function f) { +void AdminService::Stub::experimental_async::GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetVersionResponse* response, std::function f) { ::grpc::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetVersion_, context, request, response, std::move(f)); } -void AdminService::Stub::experimental_async::GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response, ::grpc::experimental::ClientUnaryReactor* reactor) { +void AdminService::Stub::experimental_async::GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { ::grpc::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetVersion_, context, request, response, reactor); } -void AdminService::Stub::experimental_async::GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::Version* response, ::grpc::experimental::ClientUnaryReactor* reactor) { +void AdminService::Stub::experimental_async::GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetVersionResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { ::grpc::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetVersion_, context, request, response, reactor); } -::grpc::ClientAsyncResponseReader< ::flyteidl::admin::Version>* AdminService::Stub::AsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::Version>::Create(channel_.get(), cq, rpcmethod_GetVersion_, context, request, true); +::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetVersionResponse>* AdminService::Stub::AsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::GetVersionResponse>::Create(channel_.get(), cq, rpcmethod_GetVersion_, context, request, true); } -::grpc::ClientAsyncResponseReader< ::flyteidl::admin::Version>* AdminService::Stub::PrepareAsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::Version>::Create(channel_.get(), cq, rpcmethod_GetVersion_, context, request, false); +::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetVersionResponse>* AdminService::Stub::PrepareAsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::GetVersionResponse>::Create(channel_.get(), cq, rpcmethod_GetVersion_, context, request, false); } AdminService::Service::Service() { @@ -1605,7 +1605,7 @@ AdminService::Service::Service() { AddMethod(new ::grpc::internal::RpcServiceMethod( AdminService_method_names[44], ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::GetVersionRequest, ::flyteidl::admin::Version>( + new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::GetVersionRequest, ::flyteidl::admin::GetVersionResponse>( std::mem_fn(&AdminService::Service::GetVersion), this))); } @@ -1920,7 +1920,7 @@ ::grpc::Status AdminService::Service::UpdateNamedEntity(::grpc::ServerContext* c return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } -::grpc::Status AdminService::Service::GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response) { +::grpc::Status AdminService::Service::GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response) { (void) context; (void) request; (void) response; diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.h b/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.h index d05667d887..ce7813470f 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.h @@ -360,12 +360,12 @@ class AdminService final { std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::NamedEntityUpdateResponse>> PrepareAsyncUpdateNamedEntity(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityUpdateRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::NamedEntityUpdateResponse>>(PrepareAsyncUpdateNamedEntityRaw(context, request, cq)); } - virtual ::grpc::Status GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::flyteidl::admin::Version* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::Version>> AsyncGetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::Version>>(AsyncGetVersionRaw(context, request, cq)); + virtual ::grpc::Status GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::flyteidl::admin::GetVersionResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetVersionResponse>> AsyncGetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetVersionResponse>>(AsyncGetVersionRaw(context, request, cq)); } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::Version>> PrepareAsyncGetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::Version>>(PrepareAsyncGetVersionRaw(context, request, cq)); + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetVersionResponse>> PrepareAsyncGetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetVersionResponse>>(PrepareAsyncGetVersionRaw(context, request, cq)); } class experimental_async_interface { public: @@ -548,10 +548,10 @@ class AdminService final { virtual void UpdateNamedEntity(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::NamedEntityUpdateResponse* response, std::function) = 0; virtual void UpdateNamedEntity(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityUpdateRequest* request, ::flyteidl::admin::NamedEntityUpdateResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; virtual void UpdateNamedEntity(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::NamedEntityUpdateResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - virtual void GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response, std::function) = 0; - virtual void GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::Version* response, std::function) = 0; - virtual void GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - virtual void GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::Version* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + virtual void GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response, std::function) = 0; + virtual void GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetVersionResponse* response, std::function) = 0; + virtual void GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + virtual void GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetVersionResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; }; virtual class experimental_async_interface* experimental_async() { return nullptr; } private: @@ -643,8 +643,8 @@ class AdminService final { virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::NamedEntity>* PrepareAsyncGetNamedEntityRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityGetRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::NamedEntityUpdateResponse>* AsyncUpdateNamedEntityRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityUpdateRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::NamedEntityUpdateResponse>* PrepareAsyncUpdateNamedEntityRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityUpdateRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::Version>* AsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::Version>* PrepareAsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetVersionResponse>* AsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetVersionResponse>* PrepareAsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) = 0; }; class Stub final : public StubInterface { public: @@ -957,12 +957,12 @@ class AdminService final { std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::NamedEntityUpdateResponse>> PrepareAsyncUpdateNamedEntity(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityUpdateRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::NamedEntityUpdateResponse>>(PrepareAsyncUpdateNamedEntityRaw(context, request, cq)); } - ::grpc::Status GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::flyteidl::admin::Version* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::Version>> AsyncGetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::Version>>(AsyncGetVersionRaw(context, request, cq)); + ::grpc::Status GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::flyteidl::admin::GetVersionResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetVersionResponse>> AsyncGetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetVersionResponse>>(AsyncGetVersionRaw(context, request, cq)); } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::Version>> PrepareAsyncGetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::Version>>(PrepareAsyncGetVersionRaw(context, request, cq)); + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetVersionResponse>> PrepareAsyncGetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetVersionResponse>>(PrepareAsyncGetVersionRaw(context, request, cq)); } class experimental_async final : public StubInterface::experimental_async_interface { @@ -1143,10 +1143,10 @@ class AdminService final { void UpdateNamedEntity(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::NamedEntityUpdateResponse* response, std::function) override; void UpdateNamedEntity(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityUpdateRequest* request, ::flyteidl::admin::NamedEntityUpdateResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; void UpdateNamedEntity(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::NamedEntityUpdateResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - void GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response, std::function) override; - void GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::Version* response, std::function) override; - void GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - void GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::Version* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + void GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response, std::function) override; + void GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetVersionResponse* response, std::function) override; + void GetVersion(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + void GetVersion(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetVersionResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; private: friend class Stub; explicit experimental_async(Stub* stub): stub_(stub) { } @@ -1246,8 +1246,8 @@ class AdminService final { ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::NamedEntity>* PrepareAsyncGetNamedEntityRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityGetRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::NamedEntityUpdateResponse>* AsyncUpdateNamedEntityRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityUpdateRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::NamedEntityUpdateResponse>* PrepareAsyncUpdateNamedEntityRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityUpdateRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::Version>* AsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::Version>* PrepareAsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetVersionResponse>* AsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetVersionResponse>* PrepareAsyncGetVersionRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetVersionRequest& request, ::grpc::CompletionQueue* cq) override; const ::grpc::internal::RpcMethod rpcmethod_CreateTask_; const ::grpc::internal::RpcMethod rpcmethod_GetTask_; const ::grpc::internal::RpcMethod rpcmethod_ListTaskIds_; @@ -1346,7 +1346,7 @@ class AdminService final { virtual ::grpc::Status ListNamedEntities(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityListRequest* request, ::flyteidl::admin::NamedEntityList* response); virtual ::grpc::Status GetNamedEntity(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityGetRequest* request, ::flyteidl::admin::NamedEntity* response); virtual ::grpc::Status UpdateNamedEntity(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityUpdateRequest* request, ::flyteidl::admin::NamedEntityUpdateResponse* response); - virtual ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response); + virtual ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response); }; template class WithAsyncMethod_CreateTask : public BaseClass { @@ -2240,11 +2240,11 @@ class AdminService final { BaseClassMustBeDerivedFromService(this); } // disable synchronous version of this method - ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response) override { + ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } - void RequestGetVersion(::grpc::ServerContext* context, ::flyteidl::admin::GetVersionRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::Version>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + void RequestGetVersion(::grpc::ServerContext* context, ::flyteidl::admin::GetVersionRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::GetVersionResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { ::grpc::Service::RequestAsyncUnary(44, context, request, response, new_call_cq, notification_cq, tag); } }; @@ -3620,17 +3620,17 @@ class AdminService final { public: ExperimentalWithCallbackMethod_GetVersion() { ::grpc::Service::experimental().MarkMethodCallback(44, - new ::grpc::internal::CallbackUnaryHandler< ::flyteidl::admin::GetVersionRequest, ::flyteidl::admin::Version>( + new ::grpc::internal::CallbackUnaryHandler< ::flyteidl::admin::GetVersionRequest, ::flyteidl::admin::GetVersionResponse>( [this](::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, - ::flyteidl::admin::Version* response, + ::flyteidl::admin::GetVersionResponse* response, ::grpc::experimental::ServerCallbackRpcController* controller) { return this->GetVersion(context, request, response, controller); })); } void SetMessageAllocatorFor_GetVersion( - ::grpc::experimental::MessageAllocator< ::flyteidl::admin::GetVersionRequest, ::flyteidl::admin::Version>* allocator) { - static_cast<::grpc::internal::CallbackUnaryHandler< ::flyteidl::admin::GetVersionRequest, ::flyteidl::admin::Version>*>( + ::grpc::experimental::MessageAllocator< ::flyteidl::admin::GetVersionRequest, ::flyteidl::admin::GetVersionResponse>* allocator) { + static_cast<::grpc::internal::CallbackUnaryHandler< ::flyteidl::admin::GetVersionRequest, ::flyteidl::admin::GetVersionResponse>*>( ::grpc::Service::experimental().GetHandler(44)) ->SetMessageAllocator(allocator); } @@ -3638,11 +3638,11 @@ class AdminService final { BaseClassMustBeDerivedFromService(this); } // disable synchronous version of this method - ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response) override { + ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } - virtual void GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } + virtual void GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } }; typedef ExperimentalWithCallbackMethod_CreateTask > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ExperimentalCallbackService; template @@ -4405,7 +4405,7 @@ class AdminService final { BaseClassMustBeDerivedFromService(this); } // disable synchronous version of this method - ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response) override { + ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } @@ -5302,7 +5302,7 @@ class AdminService final { BaseClassMustBeDerivedFromService(this); } // disable synchronous version of this method - ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response) override { + ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } @@ -6429,7 +6429,7 @@ class AdminService final { BaseClassMustBeDerivedFromService(this); } // disable synchronous version of this method - ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response) override { + ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } @@ -7322,18 +7322,18 @@ class AdminService final { public: WithStreamedUnaryMethod_GetVersion() { ::grpc::Service::MarkMethodStreamed(44, - new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::GetVersionRequest, ::flyteidl::admin::Version>(std::bind(&WithStreamedUnaryMethod_GetVersion::StreamedGetVersion, this, std::placeholders::_1, std::placeholders::_2))); + new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::GetVersionRequest, ::flyteidl::admin::GetVersionResponse>(std::bind(&WithStreamedUnaryMethod_GetVersion::StreamedGetVersion, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_GetVersion() override { BaseClassMustBeDerivedFromService(this); } // disable regular version of this method - ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::Version* response) override { + ::grpc::Status GetVersion(::grpc::ServerContext* context, const ::flyteidl::admin::GetVersionRequest* request, ::flyteidl::admin::GetVersionResponse* response) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } // replace default version of method with streamed unary - virtual ::grpc::Status StreamedGetVersion(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::admin::GetVersionRequest,::flyteidl::admin::Version>* server_unary_streamer) = 0; + virtual ::grpc::Status StreamedGetVersion(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::admin::GetVersionRequest,::flyteidl::admin::GetVersionResponse>* server_unary_streamer) = 0; }; typedef WithStreamedUnaryMethod_CreateTask > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedUnaryService; typedef Service SplitStreamedService; diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/admin.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/service/admin.pb.cc index dae4b7fe9e..f57923fb7d 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/admin.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/service/admin.pb.cc @@ -51,7 +51,7 @@ const char descriptor_table_protodef_flyteidl_2fservice_2fadmin_2eproto[] = "dmin/task_execution.proto\032\034flyteidl/admi" "n/version.proto\032\033flyteidl/admin/common.p" "roto\032,protoc-gen-swagger/options/annotat" - "ions.proto2\232a\n\014AdminService\022\305\002\n\nCreateTa" + "ions.proto2\245a\n\014AdminService\022\305\002\n\nCreateTa" "sk\022!.flyteidl.admin.TaskCreateRequest\032\"." "flyteidl.admin.TaskCreateResponse\"\357\001\202\323\344\223" "\002\022\"\r/api/v1/tasks:\001*\222A\323\001\032&Create and reg" @@ -357,19 +357,19 @@ const char descriptor_table_protodef_flyteidl_2fservice_2fadmin_2eproto[] = "pdateResponse\"\210\001\202\323\344\223\002N\032I/api/v1/named_en" "tities/{resource_type}/{id.project}/{id." "domain}/{id.name}:\001*\222A1\032/Update the fiel" - "ds associated with a NamedEntity\022\264\001\n\nGet" + "ds associated with a NamedEntity\022\277\001\n\nGet" "Version\022!.flyteidl.admin.GetVersionReque" - "st\032\027.flyteidl.admin.Version\"j\202\323\344\223\002\021\032\014/ap" - "i/version:\001*\222AP\032NRetrieve the Version (i" - "ncluding the Build information) for Fly" - "teAdmin serviceB9Z7github.com/flyteorg/f" - "lyteidl/gen/pb-go/flyteidl/serviceb\006prot" - "o3" + "st\032\".flyteidl.admin.GetVersionResponse\"j" + "\202\323\344\223\002\021\032\014/api/version:\001*\222AP\032NRetrieve the" + " Version (including the Build informati" + "on) for FlyteAdmin serviceB9Z7github.com" + "/flyteorg/flyteidl/gen/pb-go/flyteidl/se" + "rviceb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fservice_2fadmin_2eproto = { false, InitDefaults_flyteidl_2fservice_2fadmin_2eproto, descriptor_table_protodef_flyteidl_2fservice_2fadmin_2eproto, - "flyteidl/service/admin.proto", &assign_descriptors_table_flyteidl_2fservice_2fadmin_2eproto, 13082, + "flyteidl/service/admin.proto", &assign_descriptors_table_flyteidl_2fservice_2fadmin_2eproto, 13093, }; void AddDescriptors_flyteidl_2fservice_2fadmin_2eproto() { diff --git a/flyteidl/gen/pb-go/flyteidl/admin/version.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/version.pb.go index 53e1f17942..c51cf4d8d5 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/version.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/version.pb.go @@ -20,7 +20,49 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package -// Represents a request structure to get version of flyteadmin. +// Response for the GetVersion API +type GetVersionResponse struct { + // The control plane version information. FlyteAdmin and related components + // form the control plane of Flyte + ControlPlaneVersion *Version `protobuf:"bytes,1,opt,name=control_plane_version,json=controlPlaneVersion,proto3" json:"control_plane_version,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetVersionResponse) Reset() { *m = GetVersionResponse{} } +func (m *GetVersionResponse) String() string { return proto.CompactTextString(m) } +func (*GetVersionResponse) ProtoMessage() {} +func (*GetVersionResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_a025621cd13402e3, []int{0} +} + +func (m *GetVersionResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetVersionResponse.Unmarshal(m, b) +} +func (m *GetVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetVersionResponse.Marshal(b, m, deterministic) +} +func (m *GetVersionResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetVersionResponse.Merge(m, src) +} +func (m *GetVersionResponse) XXX_Size() int { + return xxx_messageInfo_GetVersionResponse.Size(m) +} +func (m *GetVersionResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetVersionResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetVersionResponse proto.InternalMessageInfo + +func (m *GetVersionResponse) GetControlPlaneVersion() *Version { + if m != nil { + return m.ControlPlaneVersion + } + return nil +} + +// Provides Version information for a component type Version struct { // Specifies the GIT sha of the build Build string `protobuf:"bytes,1,opt,name=Build,proto3" json:"Build,omitempty"` @@ -37,7 +79,7 @@ func (m *Version) Reset() { *m = Version{} } func (m *Version) String() string { return proto.CompactTextString(m) } func (*Version) ProtoMessage() {} func (*Version) Descriptor() ([]byte, []int) { - return fileDescriptor_a025621cd13402e3, []int{0} + return fileDescriptor_a025621cd13402e3, []int{1} } func (m *Version) XXX_Unmarshal(b []byte) error { @@ -79,7 +121,7 @@ func (m *Version) GetBuildTime() string { return "" } -// Represents a get version request. +// Empty request for GetVersion type GetVersionRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -90,7 +132,7 @@ func (m *GetVersionRequest) Reset() { *m = GetVersionRequest{} } func (m *GetVersionRequest) String() string { return proto.CompactTextString(m) } func (*GetVersionRequest) ProtoMessage() {} func (*GetVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_a025621cd13402e3, []int{1} + return fileDescriptor_a025621cd13402e3, []int{2} } func (m *GetVersionRequest) XXX_Unmarshal(b []byte) error { @@ -112,6 +154,7 @@ func (m *GetVersionRequest) XXX_DiscardUnknown() { var xxx_messageInfo_GetVersionRequest proto.InternalMessageInfo func init() { + proto.RegisterType((*GetVersionResponse)(nil), "flyteidl.admin.GetVersionResponse") proto.RegisterType((*Version)(nil), "flyteidl.admin.Version") proto.RegisterType((*GetVersionRequest)(nil), "flyteidl.admin.GetVersionRequest") } @@ -119,16 +162,19 @@ func init() { func init() { proto.RegisterFile("flyteidl/admin/version.proto", fileDescriptor_a025621cd13402e3) } var fileDescriptor_a025621cd13402e3 = []byte{ - // 167 bytes of a gzipped FileDescriptorProto + // 219 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x49, 0xcb, 0xa9, 0x2c, 0x49, 0xcd, 0x4c, 0xc9, 0xd1, 0x4f, 0x4c, 0xc9, 0xcd, 0xcc, 0xd3, 0x2f, 0x4b, 0x2d, 0x2a, 0xce, 0xcc, 0xcf, 0xd3, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x83, 0xc9, 0xea, 0x81, 0x65, 0x95, - 0xc2, 0xb9, 0xd8, 0xc3, 0x20, 0x0a, 0x84, 0x44, 0xb8, 0x58, 0x9d, 0x4a, 0x33, 0x73, 0x52, 0x24, - 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0x20, 0x1c, 0x21, 0x09, 0xb8, 0x02, 0x09, 0x26, 0xb0, 0x38, - 0x5c, 0xbd, 0x0c, 0x17, 0x27, 0x58, 0x49, 0x48, 0x66, 0x6e, 0xaa, 0x04, 0x33, 0x58, 0x0e, 0x21, - 0xa0, 0x24, 0xcc, 0x25, 0xe8, 0x9e, 0x5a, 0x02, 0x55, 0x1b, 0x94, 0x5a, 0x58, 0x9a, 0x5a, 0x5c, - 0xe2, 0x64, 0x1e, 0x65, 0x9a, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x0f, - 0x76, 0x4a, 0x7e, 0x51, 0xba, 0x3e, 0xdc, 0xc5, 0xe9, 0xa9, 0x79, 0xfa, 0x05, 0x49, 0xba, 0xe9, - 0xf9, 0xfa, 0xa8, 0x9e, 0x48, 0x62, 0x03, 0xbb, 0xde, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xb9, - 0x67, 0x78, 0xe8, 0xdd, 0x00, 0x00, 0x00, + 0x12, 0xb9, 0x84, 0xdc, 0x53, 0x4b, 0xc2, 0x20, 0x6a, 0x82, 0x52, 0x8b, 0x0b, 0xf2, 0xf3, 0x8a, + 0x53, 0x85, 0xbc, 0xb9, 0x44, 0x93, 0xf3, 0xf3, 0x4a, 0x8a, 0xf2, 0x73, 0xe2, 0x0b, 0x72, 0x12, + 0xf3, 0x52, 0xe3, 0xa1, 0x86, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x1b, 0x89, 0xeb, 0xa1, 0x9a, + 0xa2, 0x07, 0xd3, 0x2f, 0x0c, 0xd5, 0x15, 0x00, 0xd2, 0x04, 0x15, 0x54, 0x0a, 0xe7, 0x62, 0x87, + 0x32, 0x85, 0x44, 0xb8, 0x58, 0x9d, 0x4a, 0x33, 0x73, 0x52, 0xc0, 0xe6, 0x70, 0x06, 0x41, 0x38, + 0x42, 0x12, 0x70, 0x05, 0x12, 0x4c, 0x60, 0x71, 0xb8, 0x7a, 0x19, 0x2e, 0x4e, 0xb0, 0x92, 0x90, + 0xcc, 0xdc, 0x54, 0x09, 0x66, 0xb0, 0x1c, 0x42, 0x40, 0x49, 0x98, 0x4b, 0x10, 0xd9, 0xed, 0x85, + 0xa5, 0xa9, 0xc5, 0x25, 0x4e, 0xe6, 0x51, 0xa6, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, + 0xf9, 0xb9, 0xfa, 0x60, 0x77, 0xe6, 0x17, 0xa5, 0xeb, 0xc3, 0x03, 0x25, 0x3d, 0x35, 0x4f, 0xbf, + 0x20, 0x49, 0x37, 0x3d, 0x5f, 0x1f, 0x35, 0x9c, 0x92, 0xd8, 0xc0, 0x01, 0x64, 0x0c, 0x08, 0x00, + 0x00, 0xff, 0xff, 0x77, 0x9b, 0x1b, 0x7c, 0x40, 0x01, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/version.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/version.pb.validate.go index 5f3bc7bf0a..697aab8fc1 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/version.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/version.pb.validate.go @@ -36,6 +36,83 @@ var ( // define the regex for a UUID once up-front var _version_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") +// Validate checks the field values on GetVersionResponse with the rules +// defined in the proto definition for this message. If any rules are +// violated, an error is returned. +func (m *GetVersionResponse) Validate() error { + if m == nil { + return nil + } + + if v, ok := interface{}(m.GetControlPlaneVersion()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return GetVersionResponseValidationError{ + field: "ControlPlaneVersion", + reason: "embedded message failed validation", + cause: err, + } + } + } + + return nil +} + +// GetVersionResponseValidationError is the validation error returned by +// GetVersionResponse.Validate if the designated constraints aren't met. +type GetVersionResponseValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e GetVersionResponseValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e GetVersionResponseValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e GetVersionResponseValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e GetVersionResponseValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e GetVersionResponseValidationError) ErrorName() string { + return "GetVersionResponseValidationError" +} + +// Error satisfies the builtin error interface +func (e GetVersionResponseValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sGetVersionResponse.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = GetVersionResponseValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = GetVersionResponseValidationError{} + // Validate checks the field values on Version with the rules defined in the // proto definition for this message. If any rules are violated, an error is returned. func (m *Version) Validate() error { diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.pb.go b/flyteidl/gen/pb-go/flyteidl/service/admin.pb.go index 76887e1b8e..98b177224b 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.pb.go @@ -30,191 +30,191 @@ const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package func init() { proto.RegisterFile("flyteidl/service/admin.proto", fileDescriptor_5cfa31da1d67295d) } var fileDescriptor_5cfa31da1d67295d = []byte{ - // 2930 bytes of a gzipped FileDescriptorProto + // 2931 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5b, 0x4b, 0x8c, 0x1c, 0x47, 0x19, 0x56, 0x8f, 0x49, 0x10, 0x1d, 0x3b, 0xb1, 0xcb, 0x31, 0xb1, 0x2b, 0xb6, 0xa9, 0x8c, 0xb1, 0xbd, 0xbb, 0xde, 0x9d, 0xd9, 0x3c, 0x8d, 0x9d, 0xc4, 0x49, 0xfb, 0xb5, 0xda, 0x3c, 0x9c, 0x68, 0x09, 0x21, 0x32, 0x81, 0x51, 0xcd, 0x74, 0xcd, 0x4c, 0x39, 0x3d, 0xdd, 0x43, 0x77, 0xcd, 0x3a, - 0x8b, 0xb5, 0x52, 0x14, 0x11, 0x40, 0x88, 0x53, 0x23, 0x81, 0x12, 0xa1, 0x44, 0x81, 0x53, 0xa2, - 0x44, 0x02, 0x82, 0xb8, 0x06, 0x21, 0x21, 0x01, 0x8a, 0x72, 0xc9, 0x81, 0x87, 0x04, 0x02, 0x09, - 0x4e, 0x80, 0x72, 0x08, 0x12, 0x17, 0x22, 0x50, 0xbd, 0xfa, 0xdd, 0x3d, 0x3d, 0x1b, 0x07, 0x29, - 0x12, 0x27, 0xaf, 0xfb, 0xff, 0xab, 0xfa, 0xff, 0xbe, 0xfa, 0x5f, 0x55, 0x5d, 0x63, 0xee, 0xef, - 0x3b, 0x1b, 0x8c, 0x50, 0xdb, 0x69, 0x07, 0xc4, 0x5f, 0xa7, 0x3d, 0xd2, 0xc6, 0xf6, 0x88, 0xba, - 0xad, 0xb1, 0xef, 0x31, 0x0f, 0xec, 0xd4, 0xd2, 0x96, 0x92, 0xc2, 0xfd, 0x03, 0xcf, 0x1b, 0x38, - 0xa4, 0x8d, 0xc7, 0xb4, 0x8d, 0x5d, 0xd7, 0x63, 0x98, 0x51, 0xcf, 0x0d, 0xa4, 0x3e, 0x8c, 0x67, - 0x13, 0xb3, 0xb4, 0xc7, 0xbe, 0x77, 0x89, 0xf4, 0x98, 0x92, 0xb6, 0x8a, 0xa5, 0x1d, 0xdb, 0x1b, - 0x61, 0xea, 0x76, 0x30, 0x63, 0x3e, 0xed, 0x4e, 0x18, 0xd1, 0xb3, 0xed, 0xcb, 0xe8, 0x33, 0x1c, - 0x3c, 0xa5, 0x44, 0x07, 0x32, 0xa2, 0xcb, 0x9e, 0xff, 0x54, 0xdf, 0xf1, 0x2e, 0x2b, 0xf1, 0x5c, - 0x89, 0x38, 0xff, 0x0e, 0x94, 0xd1, 0x74, 0xf0, 0xc4, 0xed, 0x0d, 0x3b, 0x63, 0x07, 0x2b, 0x0e, - 0x20, 0xcc, 0x68, 0x90, 0x75, 0xe2, 0x6a, 0x44, 0x07, 0xb3, 0xb2, 0xa7, 0x49, 0x6f, 0xc2, 0x09, - 0x51, 0xf2, 0xa3, 0x19, 0xf9, 0x08, 0xb3, 0xde, 0x10, 0x77, 0x1d, 0xd2, 0xf1, 0x49, 0xe0, 0x4d, - 0xfc, 0x1e, 0x51, 0x8a, 0x87, 0x32, 0x8a, 0xae, 0x67, 0x93, 0x4e, 0x76, 0xb6, 0x43, 0x05, 0x7c, - 0xe4, 0x94, 0xb2, 0x4b, 0xb0, 0x4e, 0xfc, 0x20, 0x96, 0xde, 0x9c, 0x91, 0xf6, 0xbc, 0xd1, 0x28, - 0x12, 0x2e, 0x8a, 0x7f, 0x7a, 0x4b, 0x03, 0xe2, 0x2e, 0x05, 0x97, 0xf1, 0x60, 0x40, 0xfc, 0xb6, - 0x37, 0x16, 0xeb, 0x9b, 0x5f, 0xeb, 0xdb, 0x5e, 0xc0, 0xe6, 0x76, 0x8b, 0x4f, 0xf2, 0x59, 0xe9, - 0x1a, 0xe0, 0x17, 0x0d, 0xd3, 0x3c, 0xe3, 0x13, 0xcc, 0xc8, 0x63, 0x38, 0x78, 0x0a, 0xdc, 0x12, - 0x2d, 0x77, 0x4b, 0xba, 0x14, 0x7f, 0x2a, 0xe5, 0x6b, 0xe4, 0xcb, 0x13, 0x12, 0x30, 0xd8, 0xac, - 0x52, 0x09, 0xc6, 0x9e, 0x1b, 0x90, 0xe6, 0xbb, 0x46, 0x68, 0xbd, 0x63, 0xc0, 0x23, 0xf2, 0x31, - 0xc2, 0xae, 0x8d, 0x7c, 0x32, 0xa0, 0x01, 0x23, 0x3e, 0xc2, 0x88, 0x53, 0x80, 0x6c, 0xd2, 0xa7, - 0x2e, 0x15, 0x1c, 0x3c, 0x70, 0xda, 0xdc, 0x76, 0xc7, 0xf2, 0x32, 0xb8, 0xdb, 0x3c, 0xb1, 0x46, - 0xd8, 0xc4, 0x77, 0x89, 0x8d, 0xfa, 0x9e, 0x8f, 0xba, 0x98, 0x0f, 0x13, 0x6f, 0x45, 0x6c, 0x88, - 0x19, 0x1a, 0xe1, 0x0d, 0x34, 0xc4, 0xeb, 0x04, 0xf5, 0x31, 0x75, 0x88, 0x8d, 0xd6, 0xb1, 0x43, - 0x6d, 0x2c, 0xe7, 0x20, 0x7c, 0x8e, 0x13, 0xe0, 0x4b, 0xe6, 0x93, 0xa9, 0x39, 0x70, 0x7a, 0x06, - 0x9f, 0xf4, 0x89, 0x4f, 0xdc, 0x1e, 0x09, 0x10, 0x76, 0x11, 0xb5, 0x89, 0xcb, 0x68, 0x0f, 0x3b, - 0x88, 0xff, 0xcb, 0x36, 0xa4, 0xce, 0x10, 0x07, 0x08, 0x3b, 0x3e, 0xc1, 0xf6, 0x06, 0xea, 0x12, - 0xe2, 0x46, 0xa6, 0x13, 0xbb, 0xf5, 0xec, 0x3b, 0x7f, 0xf9, 0x76, 0x03, 0x34, 0x77, 0x88, 0x50, - 0x5a, 0xbf, 0x55, 0xac, 0x66, 0x70, 0xd2, 0x58, 0x00, 0x3f, 0x36, 0xcc, 0x8f, 0xaf, 0x10, 0x26, - 0x48, 0x44, 0x59, 0x86, 0x1e, 0xe9, 0xf2, 0x90, 0x59, 0x21, 0x4c, 0x73, 0x78, 0x63, 0x11, 0x87, - 0x4d, 0x2f, 0xb4, 0x8e, 0xc2, 0xc3, 0x6b, 0x84, 0xf9, 0x94, 0xac, 0x73, 0xd6, 0x10, 0x79, 0x9a, - 0x06, 0x8c, 0xba, 0x83, 0x1c, 0x65, 0xc2, 0x8e, 0xfb, 0xc0, 0xbd, 0x29, 0x3b, 0xda, 0x57, 0xa8, - 0xdd, 0x52, 0xf1, 0xb9, 0x29, 0xfe, 0x23, 0x83, 0x54, 0xfe, 0xed, 0xe2, 0x11, 0x91, 0x7f, 0x29, - 0xef, 0xda, 0x04, 0x7f, 0x34, 0xcc, 0xeb, 0x1e, 0xa2, 0x81, 0xb0, 0x7a, 0xd5, 0x0e, 0xc0, 0x72, - 0xd6, 0xac, 0x0b, 0x78, 0x44, 0xec, 0x73, 0x82, 0x9b, 0x55, 0xc1, 0x55, 0x9f, 0x12, 0x9f, 0x8f, - 0xd0, 0x40, 0xe6, 0x6b, 0x8f, 0x68, 0xfa, 0xa1, 0x75, 0x16, 0x9e, 0x3e, 0x4f, 0x58, 0x6f, 0x58, - 0x8a, 0x4b, 0xad, 0x08, 0x1f, 0x13, 0x20, 0x11, 0x77, 0x5c, 0x89, 0xba, 0xe3, 0x09, 0x43, 0x7d, - 0xea, 0x30, 0xe2, 0x07, 0x12, 0xfa, 0x61, 0x70, 0x28, 0x09, 0xbd, 0x43, 0xed, 0xa0, 0x7d, 0x25, - 0x86, 0xae, 0x70, 0x83, 0xbf, 0x19, 0xe6, 0x27, 0x34, 0xc0, 0x00, 0x1c, 0xca, 0x1a, 0xbb, 0xa6, - 0xe2, 0x39, 0x89, 0x68, 0x6f, 0xd1, 0xd2, 0x08, 0x00, 0x2f, 0x1a, 0xa1, 0x75, 0x02, 0x1e, 0xaf, - 0x46, 0x50, 0x6d, 0xf6, 0x93, 0x60, 0x79, 0xd6, 0x15, 0xbb, 0x38, 0x07, 0x8e, 0xd4, 0x1b, 0x03, - 0x7e, 0xd7, 0x30, 0xaf, 0x97, 0x11, 0xf7, 0x79, 0x95, 0x3a, 0xc1, 0xe1, 0x2c, 0x1a, 0x2d, 0x49, - 0xc7, 0xf4, 0x91, 0x69, 0x6a, 0x2a, 0xae, 0xff, 0x65, 0x84, 0xd6, 0x6f, 0x0c, 0xb8, 0x50, 0x1c, - 0xd7, 0x3a, 0x61, 0x7f, 0x94, 0x63, 0xfb, 0x93, 0xcd, 0x5d, 0x9a, 0x6d, 0x0d, 0x47, 0xc4, 0xf7, - 0xcf, 0x0d, 0xf3, 0xba, 0x15, 0xc2, 0x22, 0x62, 0xa7, 0xc7, 0xf8, 0xde, 0x32, 0x4e, 0x9b, 0x97, - 0x43, 0xeb, 0x18, 0x9c, 0x2f, 0x8c, 0xf3, 0x22, 0x0a, 0x85, 0x5d, 0x67, 0x80, 0x95, 0xb3, 0x6b, - 0xe6, 0x78, 0xff, 0x87, 0x61, 0xde, 0xc0, 0x5d, 0x59, 0x5b, 0xf2, 0xa1, 0xc7, 0xfc, 0x66, 0x68, - 0x3d, 0x08, 0x57, 0x65, 0xc4, 0x4c, 0x81, 0x59, 0x3b, 0xf4, 0xe7, 0xc1, 0xd1, 0x2c, 0x13, 0x65, - 0xe1, 0xff, 0x1f, 0xc3, 0xdc, 0x91, 0xc4, 0x5b, 0x33, 0x05, 0xec, 0x2f, 0x5b, 0x39, 0x81, 0xe9, - 0x55, 0x23, 0xb4, 0xee, 0x85, 0x77, 0x67, 0xd2, 0x40, 0x01, 0xa2, 0x6a, 0x18, 0x36, 0xb8, 0x63, - 0x2b, 0x0b, 0x7a, 0x71, 0x11, 0x2c, 0xd4, 0x1f, 0x07, 0xfe, 0xda, 0x30, 0x77, 0xca, 0x60, 0x7d, - 0x48, 0xf4, 0x48, 0x8f, 0x3a, 0xd8, 0x05, 0x47, 0xb3, 0xf8, 0x62, 0x59, 0x3a, 0x2d, 0xcc, 0x4d, - 0x57, 0x54, 0x89, 0xe1, 0x7d, 0x23, 0xb4, 0x7e, 0x6f, 0xc0, 0xa5, 0xe2, 0xc4, 0x20, 0xfb, 0x33, - 0xc4, 0xfb, 0xb3, 0x8f, 0x72, 0x6e, 0xd8, 0xd7, 0xbc, 0x51, 0x53, 0x9f, 0xe8, 0x38, 0x45, 0x7a, - 0x78, 0xcb, 0x30, 0x77, 0xac, 0x10, 0x96, 0x20, 0x79, 0x7a, 0x82, 0x80, 0xe5, 0xec, 0xf2, 0xc0, - 0x69, 0xc1, 0xc5, 0xc2, 0x14, 0x51, 0x42, 0xa6, 0xb0, 0xf0, 0x3c, 0x38, 0x5b, 0x64, 0xe1, 0xcc, - 0x89, 0xe2, 0x3d, 0xc3, 0xdc, 0xbd, 0x42, 0x98, 0xd5, 0x63, 0x74, 0xbd, 0xd2, 0x73, 0xb2, 0x1a, - 0x75, 0xb0, 0x7d, 0xc7, 0x08, 0xad, 0x87, 0xe1, 0x83, 0x11, 0x38, 0x36, 0x24, 0x08, 0x8b, 0x79, - 0x52, 0xd8, 0x94, 0x31, 0x28, 0x18, 0x93, 0x1e, 0x4f, 0x0b, 0x36, 0xea, 0x6e, 0xa8, 0x40, 0xd2, - 0x4b, 0x9b, 0x0a, 0xa8, 0xfb, 0xc1, 0x29, 0x8d, 0x5d, 0xce, 0xd6, 0x99, 0x91, 0x02, 0xde, 0x2d, - 0xec, 0xe1, 0x21, 0x9e, 0x05, 0x15, 0x80, 0x63, 0xd3, 0x70, 0x27, 0xd3, 0xc7, 0xc1, 0x72, 0xec, - 0x22, 0x81, 0x7c, 0xd5, 0x48, 0x64, 0xc5, 0x6a, 0xf0, 0x41, 0x6d, 0xf4, 0xcb, 0xa0, 0x55, 0x89, - 0x3e, 0x9f, 0x1c, 0xdf, 0x33, 0xcc, 0x5d, 0xdc, 0x9e, 0xd8, 0xba, 0x0f, 0xbd, 0x1c, 0x3c, 0x93, - 0x44, 0x3e, 0xc5, 0xa1, 0x6b, 0xd7, 0x83, 0x44, 0x42, 0x4c, 0x40, 0x2e, 0x2b, 0x09, 0xdf, 0x6a, - 0xc8, 0x12, 0x98, 0x5c, 0xdd, 0x5a, 0x45, 0x61, 0xda, 0xaa, 0xbe, 0x61, 0x84, 0xd6, 0xfd, 0xf0, - 0x54, 0x2d, 0x6c, 0xd5, 0x80, 0x2e, 0x81, 0xe3, 0x5b, 0x0c, 0xe2, 0x8b, 0x6d, 0xb0, 0x34, 0xd3, - 0x50, 0xf0, 0xb3, 0x6b, 0xcd, 0x9d, 0x9f, 0x1b, 0xdb, 0xb5, 0xeb, 0x83, 0xd4, 0xad, 0x51, 0x1f, - 0xb4, 0xa2, 0xaa, 0x0f, 0xbf, 0xbd, 0x26, 0xb4, 0x9e, 0xbb, 0x06, 0x3e, 0x7b, 0x8d, 0x7c, 0x2e, - 0xdc, 0x3e, 0x60, 0x98, 0x4d, 0x02, 0xe4, 0xf5, 0xeb, 0xa4, 0x37, 0x64, 0x31, 0x34, 0xf2, 0x02, - 0x86, 0x3c, 0xb7, 0x38, 0x4d, 0xc8, 0xa4, 0x3f, 0xa0, 0xeb, 0xc4, 0x45, 0x7a, 0xdd, 0x17, 0x91, - 0xc4, 0xb9, 0x88, 0x04, 0x3d, 0xa8, 0x87, 0x5d, 0xd4, 0x8d, 0xe2, 0x0d, 0x33, 0xbe, 0x17, 0xa5, - 0x23, 0xd2, 0x42, 0xab, 0x7d, 0xc4, 0x86, 0x34, 0x40, 0x3d, 0xec, 0x38, 0x28, 0x20, 0x2c, 0xc8, - 0x14, 0x2d, 0xe6, 0x45, 0x83, 0x5c, 0x3b, 0xb6, 0x55, 0xbf, 0x9b, 0xc6, 0x85, 0x43, 0xaa, 0x2d, - 0x0a, 0x80, 0x3e, 0x09, 0x26, 0x0e, 0xe3, 0x00, 0xe3, 0xc9, 0x2f, 0x53, 0xc7, 0xe1, 0x36, 0x88, - 0x8a, 0xc3, 0x95, 0xfa, 0x9e, 0x3f, 0x22, 0xbe, 0xb3, 0x51, 0x94, 0x05, 0xb4, 0xf2, 0x08, 0xdb, - 0x04, 0x51, 0x37, 0x61, 0x42, 0x9c, 0x16, 0x92, 0xfa, 0xd4, 0x95, 0x6f, 0xd2, 0x19, 0x22, 0x35, - 0x5e, 0x8e, 0x6e, 0xa1, 0x55, 0x57, 0xbc, 0x57, 0x9c, 0x88, 0xd4, 0x33, 0x63, 0x88, 0x6d, 0x84, - 0x51, 0xd0, 0x1b, 0x12, 0x7b, 0xe2, 0x10, 0x84, 0x83, 0xc0, 0xeb, 0x51, 0xcc, 0x88, 0x8d, 0x28, - 0x7f, 0x07, 0x1b, 0x22, 0xca, 0x16, 0xe5, 0x9b, 0x23, 0x25, 0xfd, 0x6a, 0x9b, 0x06, 0xb8, 0xeb, - 0x10, 0x5b, 0x71, 0x4c, 0xe2, 0x4a, 0x5c, 0x69, 0x39, 0x0d, 0x50, 0x97, 0x70, 0x8a, 0x03, 0xc2, - 0x32, 0xec, 0x8b, 0x32, 0x5d, 0x68, 0x4d, 0xc2, 0x14, 0x92, 0xb7, 0x84, 0xb8, 0xd2, 0x10, 0x11, - 0x63, 0xab, 0xf0, 0xaa, 0x14, 0x4a, 0x5e, 0xfa, 0xbf, 0x6f, 0x98, 0x37, 0xc8, 0xb6, 0xe7, 0x9c, - 0x3e, 0xd5, 0x01, 0xb9, 0xfd, 0x54, 0x24, 0x4a, 0x37, 0x58, 0x47, 0xa7, 0xea, 0xa9, 0xf8, 0x39, - 0x15, 0x5a, 0x07, 0xe1, 0x7e, 0xdd, 0x5d, 0xc5, 0xdd, 0x66, 0x7c, 0x90, 0x24, 0x60, 0xdd, 0xd4, - 0x04, 0x1a, 0x56, 0x24, 0x11, 0xfd, 0xc9, 0x8f, 0x0c, 0x73, 0xd7, 0x1a, 0x91, 0x50, 0x63, 0x33, - 0xe7, 0x4a, 0x5f, 0xaf, 0x75, 0x67, 0x36, 0x74, 0x35, 0xb4, 0x10, 0x3c, 0xa8, 0x87, 0x57, 0x98, - 0x8a, 0x9a, 0x37, 0xe7, 0x4d, 0x6d, 0xfb, 0x6a, 0xa0, 0xda, 0x72, 0x6d, 0x5f, 0x21, 0x2c, 0x36, - 0xf7, 0x58, 0x59, 0x5f, 0x1e, 0xa9, 0x24, 0xba, 0xab, 0x7d, 0xa5, 0x16, 0x37, 0x2f, 0x85, 0xd6, - 0x02, 0x9c, 0xab, 0xde, 0x7f, 0x65, 0xac, 0x3d, 0x0e, 0xee, 0x2c, 0xb0, 0xb6, 0x46, 0x4f, 0xf1, - 0x6c, 0xc3, 0xdc, 0x99, 0x04, 0x71, 0x16, 0x33, 0x0c, 0xda, 0x75, 0x80, 0x70, 0x4d, 0x0d, 0x66, - 0xb9, 0xfe, 0x00, 0xb5, 0x0e, 0xdf, 0x34, 0x42, 0xeb, 0x1c, 0x3c, 0x13, 0x81, 0x94, 0x75, 0x86, - 0xc7, 0x8f, 0x37, 0x61, 0xfc, 0x4f, 0x1b, 0x33, 0x8c, 0xfa, 0xbe, 0x37, 0xaa, 0x85, 0xff, 0x1e, - 0x70, 0x52, 0xe3, 0xe7, 0x03, 0x67, 0x24, 0xe1, 0x97, 0x86, 0x79, 0x3d, 0x2f, 0x92, 0x91, 0xb5, - 0x35, 0x6b, 0xee, 0x81, 0xd2, 0x35, 0xd4, 0x27, 0x4a, 0xf7, 0xc0, 0x93, 0x65, 0x1b, 0xb1, 0xd8, - 0xc4, 0xca, 0x6a, 0xbb, 0x04, 0x8e, 0xcd, 0xb0, 0xb2, 0xe0, 0x9f, 0x86, 0x09, 0x1e, 0x23, 0xfe, - 0x88, 0xba, 0xa9, 0x80, 0x9f, 0x2f, 0xb5, 0x34, 0x52, 0xd6, 0xa0, 0x16, 0xea, 0xa8, 0xaa, 0x55, - 0xfc, 0x9a, 0x11, 0x5a, 0x67, 0xa0, 0x15, 0x09, 0x92, 0xed, 0x62, 0x1e, 0x68, 0xa2, 0x2a, 0x50, - 0x57, 0x25, 0x5b, 0xf1, 0x4e, 0x89, 0xf4, 0xe4, 0xc2, 0xd6, 0x7c, 0x98, 0xc7, 0xe2, 0xbf, 0x0d, - 0xe1, 0xc6, 0x17, 0x3c, 0x3b, 0x01, 0x3a, 0x97, 0x14, 0x52, 0xe2, 0x44, 0x2c, 0x1e, 0xa8, 0x54, - 0x6c, 0xbe, 0x64, 0x84, 0xd6, 0x11, 0xf8, 0xe9, 0xc2, 0x80, 0x74, 0x3d, 0x9b, 0x64, 0x9d, 0x71, - 0x0c, 0x5c, 0x0d, 0x24, 0x7d, 0xe4, 0x2e, 0xd1, 0x44, 0xff, 0xed, 0x64, 0xa1, 0xa5, 0x24, 0x49, - 0x9c, 0x29, 0x41, 0x9c, 0xe6, 0xc5, 0xec, 0xd4, 0xde, 0x04, 0x2f, 0x34, 0x4c, 0xc0, 0x5d, 0x2e, - 0x65, 0x77, 0x90, 0xcf, 0x9f, 0x29, 0x79, 0xd2, 0x93, 0x6f, 0x99, 0xaa, 0xd9, 0xfc, 0xa9, 0x11, - 0x5a, 0x9f, 0x81, 0x77, 0x65, 0xdc, 0x39, 0x8d, 0xbf, 0xda, 0x95, 0x27, 0x20, 0x28, 0xe5, 0x25, - 0x3a, 0x2a, 0x29, 0x61, 0xa7, 0x58, 0x1e, 0x71, 0x54, 0x2c, 0x96, 0xd1, 0xfd, 0xee, 0xc7, 0xcc, - 0x7d, 0x79, 0x72, 0xce, 0x7b, 0xbe, 0x38, 0x0c, 0x6f, 0x57, 0x22, 0x57, 0x5a, 0x33, 0x52, 0xf5, - 0xfe, 0xb6, 0xd0, 0x5a, 0x81, 0xe7, 0x24, 0x55, 0xbd, 0x21, 0x75, 0xec, 0x1c, 0x4f, 0xb2, 0x8c, - 0xc8, 0x6d, 0x93, 0x68, 0x07, 0xa2, 0xd0, 0x10, 0x07, 0xb6, 0x19, 0x8f, 0x7a, 0x6d, 0x1b, 0x78, - 0x65, 0x9b, 0xe6, 0x4e, 0x4c, 0xe8, 0x93, 0xec, 0xa7, 0x9a, 0xa0, 0x7d, 0x25, 0xfd, 0xa0, 0xa3, - 0x3d, 0x24, 0xf5, 0xa4, 0x84, 0xdf, 0x99, 0x87, 0x46, 0xd4, 0xcf, 0x3c, 0x52, 0xf9, 0x6f, 0x9d, - 0x71, 0xda, 0xc1, 0x8b, 0xb4, 0xd5, 0xb9, 0x7a, 0x25, 0x06, 0xad, 0x53, 0x61, 0xac, 0x56, 0x29, - 0xb5, 0x4a, 0x2b, 0xe8, 0x9e, 0xaa, 0x48, 0xc7, 0x27, 0xcc, 0xdf, 0xe8, 0x60, 0xc6, 0xc8, 0x68, - 0xcc, 0x36, 0xc1, 0x1b, 0x0d, 0xf3, 0xc6, 0x6c, 0x36, 0x12, 0x85, 0xf5, 0xd8, 0xb4, 0x8c, 0x94, - 0x2c, 0xaa, 0x8b, 0xf5, 0x94, 0x55, 0x2a, 0x7e, 0xd3, 0x08, 0x2d, 0x0b, 0xde, 0x37, 0x6b, 0x41, - 0x2d, 0xca, 0x5f, 0x89, 0x38, 0x15, 0xc5, 0xf4, 0x7f, 0x94, 0xc4, 0xbe, 0x6b, 0x98, 0x37, 0xac, - 0xa9, 0x23, 0xad, 0x47, 0xe5, 0x8c, 0xf9, 0x46, 0x55, 0x09, 0xb4, 0x5e, 0x69, 0xff, 0x97, 0xd3, - 0x53, 0x34, 0xdd, 0x1e, 0x5a, 0x7b, 0xe0, 0xee, 0xb5, 0xf8, 0xec, 0x4f, 0x7f, 0x4d, 0x16, 0xc8, - 0xf7, 0x34, 0x77, 0x6a, 0xe4, 0xea, 0xb9, 0xe8, 0x4e, 0xbf, 0x6e, 0x98, 0x3b, 0xe4, 0xc6, 0x50, - 0xdb, 0x75, 0x53, 0xc9, 0xfb, 0xe0, 0xe1, 0x12, 0x41, 0x66, 0xbf, 0x79, 0x57, 0x68, 0xed, 0x86, - 0xbb, 0xd4, 0x66, 0x33, 0x63, 0x04, 0x84, 0x7b, 0xb2, 0x46, 0x70, 0xa2, 0x44, 0x9d, 0x7b, 0xce, - 0x30, 0xb7, 0xf3, 0x14, 0xa3, 0x66, 0x0d, 0x40, 0xb3, 0xe4, 0x7d, 0x95, 0x9f, 0x8c, 0xf4, 0xe8, - 0xe6, 0xf1, 0xd0, 0xda, 0x0f, 0xa1, 0xcc, 0x53, 0xf1, 0x69, 0xa2, 0x36, 0x47, 0xa5, 0x6d, 0x00, - 0x72, 0xa4, 0x80, 0x3f, 0x18, 0xe6, 0xee, 0xf4, 0xa7, 0x9c, 0x73, 0x7c, 0xbf, 0x06, 0x96, 0xa6, - 0x36, 0x82, 0x42, 0x4f, 0x5b, 0xd6, 0xaa, 0xab, 0xae, 0x68, 0x1b, 0x08, 0x1f, 0xaf, 0xd8, 0x66, - 0xa8, 0x6d, 0xa3, 0x4f, 0x7a, 0x9e, 0x6f, 0x73, 0xff, 0xc6, 0x68, 0x3c, 0xc4, 0x01, 0x41, 0xcc, - 0xc7, 0x6e, 0x90, 0x38, 0x89, 0x3c, 0xd0, 0xdc, 0x1b, 0x35, 0x1b, 0x7c, 0x48, 0x90, 0xfe, 0x9c, - 0xf2, 0xab, 0x68, 0xd3, 0x24, 0x82, 0x4e, 0x60, 0x9b, 0xaf, 0x8c, 0xc7, 0x14, 0xae, 0x85, 0x3a, - 0xaa, 0x0a, 0x53, 0x47, 0x1c, 0xd7, 0x47, 0x98, 0xd2, 0x01, 0x59, 0x1b, 0x4f, 0xe2, 0xec, 0x57, - 0xe1, 0xe1, 0x13, 0x65, 0xb0, 0xf0, 0x52, 0x56, 0x82, 0x45, 0x88, 0xea, 0x61, 0x29, 0x52, 0x2d, - 0xc6, 0x92, 0x2e, 0x65, 0x1f, 0x00, 0x4b, 0xf4, 0x19, 0xfb, 0x95, 0x6d, 0xa2, 0xcf, 0x4b, 0x99, - 0x90, 0xef, 0xf3, 0x52, 0xe2, 0xaa, 0x3e, 0x2f, 0xa5, 0xd8, 0x7c, 0xab, 0x51, 0xde, 0xe7, 0x15, - 0x55, 0xe5, 0xef, 0x35, 0xc0, 0xf3, 0x8d, 0xd4, 0x67, 0xde, 0x4c, 0x92, 0xac, 0x5d, 0x7d, 0x67, - 0x28, 0xb7, 0xb5, 0xeb, 0xeb, 0x94, 0x82, 0x5a, 0x58, 0x41, 0x8b, 0x4a, 0x66, 0xbe, 0x46, 0x16, - 0x16, 0xc5, 0x7c, 0x15, 0x7c, 0x47, 0x35, 0xa5, 0x29, 0x92, 0x0b, 0x9a, 0xd2, 0x94, 0xbc, 0xb2, - 0xd3, 0xca, 0x69, 0x8a, 0x8b, 0x1c, 0xf9, 0xa6, 0x34, 0xbd, 0x58, 0xd5, 0x4d, 0xe9, 0xeb, 0x06, - 0x78, 0xd5, 0x28, 0x5d, 0xc4, 0xda, 0x2b, 0x58, 0x77, 0xf9, 0xea, 0xad, 0x5d, 0xf9, 0xc2, 0x81, - 0x3f, 0x6d, 0x13, 0xbd, 0x45, 0x8a, 0x8a, 0xe2, 0xde, 0x22, 0x1b, 0x05, 0x95, 0xbd, 0x45, 0xb1, - 0xb2, 0x0a, 0xeb, 0xbf, 0x37, 0xb6, 0xd4, 0x5b, 0x14, 0xc5, 0xcc, 0xcb, 0x0d, 0xf0, 0x62, 0x23, - 0xd5, 0x5d, 0xfc, 0x3f, 0x70, 0xb2, 0x81, 0xf3, 0x66, 0xc3, 0x3c, 0x90, 0x6a, 0x37, 0xce, 0x8a, - 0x29, 0xad, 0xe8, 0x9a, 0x19, 0xb8, 0xa3, 0xa4, 0xa2, 0x67, 0x15, 0xd3, 0xc7, 0xe1, 0x77, 0xce, - 0x38, 0x4a, 0xad, 0xfe, 0x0f, 0x8d, 0xd0, 0x7a, 0x02, 0x3e, 0x9e, 0x38, 0x19, 0xef, 0x4d, 0x02, - 0xe6, 0x8d, 0xe8, 0x57, 0x88, 0x8d, 0xf4, 0x95, 0x33, 0x14, 0x5f, 0x82, 0xcb, 0x1d, 0x79, 0x46, - 0xfd, 0xcd, 0x92, 0xe4, 0x06, 0xf5, 0xbc, 0x51, 0x97, 0xba, 0xe2, 0x03, 0xa9, 0x70, 0x8a, 0x47, - 0xe0, 0x03, 0x99, 0x0e, 0x23, 0x7f, 0x7d, 0xaf, 0x7d, 0x25, 0x7d, 0xcd, 0x4e, 0x11, 0x9f, 0x78, - 0xa8, 0x88, 0xe7, 0x65, 0xe2, 0xa5, 0x86, 0x09, 0x57, 0x08, 0x2b, 0xa3, 0xef, 0xd6, 0x9a, 0x44, - 0x24, 0x4a, 0xc7, 0x6d, 0xb3, 0x0c, 0x51, 0xc4, 0x3d, 0x6f, 0x84, 0xd6, 0x45, 0xf8, 0x44, 0xea, - 0x43, 0xe2, 0xd5, 0xa6, 0xee, 0xae, 0xf8, 0x33, 0x7d, 0x05, 0x75, 0xf9, 0xef, 0x4c, 0xaf, 0x34, - 0xcc, 0x03, 0x67, 0x89, 0x43, 0x3e, 0xb8, 0x8f, 0xc9, 0x59, 0x66, 0xf5, 0x31, 0x3d, 0x4a, 0x51, - 0xf5, 0x82, 0xf4, 0x31, 0xf9, 0xf4, 0x43, 0x21, 0xea, 0xc4, 0xc2, 0x96, 0x88, 0xe2, 0xde, 0xf4, - 0x76, 0xc3, 0xdc, 0x2b, 0xbd, 0x5f, 0xb7, 0xa7, 0x09, 0x9a, 0x4a, 0xcf, 0x4a, 0xcb, 0xa2, 0x70, - 0xb9, 0xfe, 0x00, 0x45, 0xce, 0xdb, 0x46, 0x68, 0xf5, 0xa1, 0x7d, 0x15, 0x02, 0x50, 0x7f, 0x70, - 0x12, 0xb9, 0x3b, 0xea, 0x9e, 0xb3, 0x54, 0x75, 0xe0, 0xc5, 0xdc, 0x0d, 0x96, 0x2d, 0x04, 0x62, - 0xea, 0x99, 0x9e, 0x48, 0x10, 0xfa, 0x83, 0x86, 0xb9, 0x27, 0x71, 0x59, 0x29, 0xc1, 0xe6, 0xe2, - 0x74, 0x72, 0x12, 0x41, 0xb9, 0x54, 0x53, 0x5b, 0xf1, 0xf8, 0x9a, 0x11, 0x5a, 0x43, 0xd8, 0xbf, - 0x2a, 0xf1, 0x58, 0x8f, 0xc9, 0xbb, 0xc1, 0x89, 0x4a, 0x26, 0x73, 0xee, 0x16, 0x9f, 0x64, 0x6d, - 0x82, 0xd7, 0x1b, 0xe6, 0x5e, 0x19, 0x10, 0x5b, 0x73, 0xbb, 0x74, 0x60, 0x2e, 0xd7, 0x1f, 0xa0, - 0xe8, 0x7a, 0x5d, 0xba, 0xdd, 0x55, 0x88, 0xc9, 0x7a, 0x64, 0x9d, 0x5a, 0xd8, 0x3a, 0x59, 0xdc, - 0xab, 0xfe, 0x6c, 0x98, 0x37, 0xf1, 0xa6, 0xf0, 0x61, 0x7d, 0x1f, 0x3a, 0x41, 0x57, 0x6e, 0xa3, - 0x59, 0xa2, 0xa8, 0xd9, 0x6a, 0xd7, 0xd6, 0x57, 0x64, 0x91, 0xd0, 0x3a, 0x05, 0xef, 0x89, 0xb7, - 0x0e, 0xc8, 0xa1, 0x81, 0xf8, 0xb4, 0x5a, 0x30, 0xe8, 0x8c, 0xe7, 0xf6, 0xe9, 0x60, 0xe2, 0x0b, - 0xe8, 0xc8, 0xeb, 0x26, 0xf6, 0xda, 0x07, 0xc1, 0x7e, 0xcd, 0x41, 0x7c, 0xad, 0x3b, 0x26, 0x01, - 0x3c, 0xd3, 0x90, 0x97, 0x22, 0xe2, 0x3b, 0x0c, 0x94, 0x04, 0xf9, 0x53, 0x92, 0xc4, 0x15, 0x87, - 0x64, 0x43, 0xfd, 0xa9, 0x29, 0x7a, 0xcd, 0x97, 0x8d, 0xd0, 0xfa, 0x22, 0xfc, 0x42, 0x01, 0x8c, - 0x84, 0xa6, 0xb6, 0x18, 0x05, 0x43, 0xec, 0xcb, 0x7d, 0x9c, 0xbc, 0xf1, 0x1d, 0x3b, 0x05, 0xdb, - 0x18, 0x93, 0xc5, 0x78, 0xf5, 0xf9, 0xb2, 0xcb, 0x35, 0x6b, 0x65, 0xc3, 0x82, 0x77, 0x46, 0x76, - 0x87, 0x28, 0x24, 0xed, 0x2b, 0x7a, 0x8a, 0x0e, 0x9f, 0x62, 0xb3, 0xa8, 0x72, 0xfd, 0xda, 0x30, - 0xaf, 0x5f, 0x21, 0x09, 0x06, 0x36, 0xf2, 0xb7, 0x48, 0x13, 0xc2, 0x44, 0xba, 0xb8, 0xb9, 0x42, - 0xad, 0xc9, 0xd4, 0x87, 0xc1, 0x08, 0x79, 0x1e, 0xb1, 0x34, 0xfe, 0x41, 0xb0, 0x5a, 0xd7, 0xf8, - 0xe9, 0x5f, 0x9e, 0xde, 0x33, 0x4c, 0x75, 0x0a, 0x94, 0xc4, 0x33, 0x57, 0x61, 0x68, 0xba, 0x98, - 0xcc, 0xd7, 0xd0, 0x54, 0x1e, 0xfa, 0x0d, 0x23, 0xb4, 0x6e, 0x85, 0xed, 0x44, 0x15, 0xe9, 0x53, - 0xe2, 0xd8, 0x45, 0x61, 0x9b, 0x98, 0x44, 0x40, 0xbe, 0x00, 0xaf, 0x1e, 0x64, 0x1e, 0xa9, 0x3f, - 0x31, 0x4c, 0x73, 0x85, 0xb0, 0xc7, 0x65, 0x0f, 0x9c, 0xbf, 0xd4, 0x1f, 0xcb, 0x34, 0xce, 0xdc, - 0x79, 0x9b, 0x92, 0x37, 0x2f, 0x85, 0xd6, 0xa3, 0xf0, 0x42, 0x2a, 0xa5, 0x2b, 0x11, 0x9a, 0xa3, - 0x6e, 0xcf, 0x99, 0x88, 0x93, 0x06, 0xfe, 0xf8, 0xf4, 0x84, 0x3a, 0x36, 0x42, 0xd4, 0xed, 0x7b, - 0xfe, 0x48, 0x84, 0xde, 0xbc, 0xb8, 0x94, 0x71, 0x9e, 0x4f, 0x2c, 0x7e, 0x73, 0x80, 0xd4, 0xef, - 0x51, 0x04, 0xe6, 0x5d, 0x70, 0xbb, 0xc4, 0x2c, 0x67, 0x3b, 0x69, 0x2c, 0x9c, 0x3e, 0x71, 0xf1, - 0xf8, 0x80, 0xb2, 0xe1, 0xa4, 0xdb, 0xea, 0x79, 0xa3, 0xb6, 0x30, 0xc8, 0xf3, 0x07, 0xed, 0xe8, - 0xd7, 0x0f, 0x03, 0xe2, 0xb6, 0xc7, 0xdd, 0xa5, 0x81, 0xd7, 0xce, 0xfe, 0xfe, 0xa5, 0x7b, 0xad, - 0xf8, 0x79, 0xc3, 0xed, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x94, 0x70, 0x40, 0xcf, 0x1a, 0x33, - 0x00, 0x00, + 0x8b, 0xb5, 0x52, 0x14, 0x11, 0x40, 0x88, 0x53, 0x23, 0x81, 0x12, 0xa1, 0x44, 0x01, 0x71, 0x48, + 0x94, 0x48, 0x40, 0x24, 0xae, 0x41, 0x48, 0x48, 0x80, 0xa2, 0x5c, 0x72, 0xe0, 0x21, 0x81, 0x40, + 0x82, 0x13, 0xa0, 0x1c, 0x82, 0xc4, 0x85, 0x08, 0x54, 0xaf, 0x7e, 0x77, 0x4f, 0xcf, 0xc6, 0x41, + 0x8a, 0xc4, 0xc9, 0xeb, 0xfe, 0xff, 0xaa, 0xfe, 0xbf, 0xaf, 0xfe, 0x57, 0x55, 0xd7, 0x98, 0xfb, + 0xfb, 0xce, 0x06, 0x23, 0xd4, 0x76, 0xda, 0x01, 0xf1, 0xd7, 0x69, 0x8f, 0xb4, 0xb1, 0x3d, 0xa2, + 0x6e, 0x6b, 0xec, 0x7b, 0xcc, 0x03, 0x3b, 0xb5, 0xb4, 0xa5, 0xa4, 0x70, 0xff, 0xc0, 0xf3, 0x06, + 0x0e, 0x69, 0xe3, 0x31, 0x6d, 0x63, 0xd7, 0xf5, 0x18, 0x66, 0xd4, 0x73, 0x03, 0xa9, 0x0f, 0xe3, + 0xd9, 0xc4, 0x2c, 0xed, 0xb1, 0xef, 0x5d, 0x22, 0x3d, 0xa6, 0xa4, 0xad, 0x62, 0x69, 0xc7, 0xf6, + 0x46, 0x98, 0xba, 0x1d, 0xcc, 0x98, 0x4f, 0xbb, 0x13, 0x46, 0xf4, 0x6c, 0xfb, 0x32, 0xfa, 0x0c, + 0x07, 0x4f, 0x29, 0xd1, 0x81, 0x8c, 0xe8, 0xb2, 0xe7, 0x3f, 0xd5, 0x77, 0xbc, 0xcb, 0x4a, 0x3c, + 0x57, 0x22, 0xce, 0xbf, 0x03, 0x65, 0x34, 0x1d, 0x3c, 0x71, 0x7b, 0xc3, 0xce, 0xd8, 0xc1, 0x8a, + 0x03, 0x08, 0x33, 0x1a, 0x64, 0x9d, 0xb8, 0x1a, 0xd1, 0xc1, 0xac, 0xec, 0x69, 0xd2, 0x9b, 0x70, + 0x42, 0x94, 0xfc, 0x68, 0x46, 0x3e, 0xc2, 0xac, 0x37, 0xc4, 0x5d, 0x87, 0x74, 0x7c, 0x12, 0x78, + 0x13, 0xbf, 0x47, 0x94, 0xe2, 0xa1, 0x8c, 0xa2, 0xeb, 0xd9, 0xa4, 0x93, 0x9d, 0xed, 0x50, 0x01, + 0x1f, 0x39, 0xa5, 0xec, 0x12, 0xac, 0x13, 0x3f, 0x88, 0xa5, 0x37, 0x67, 0xa4, 0x3d, 0x6f, 0x34, + 0x8a, 0x84, 0x8b, 0xe2, 0x9f, 0xde, 0xd2, 0x80, 0xb8, 0x4b, 0xc1, 0x65, 0x3c, 0x18, 0x10, 0xbf, + 0xed, 0x8d, 0xc5, 0xfa, 0xe6, 0xd7, 0xfa, 0xb6, 0x1f, 0x62, 0x73, 0xbb, 0xc5, 0x27, 0xf9, 0xac, + 0x74, 0x0d, 0xf0, 0x8b, 0x86, 0x69, 0x9e, 0xf1, 0x09, 0x66, 0xe4, 0x31, 0x1c, 0x3c, 0x05, 0x6e, + 0x89, 0x96, 0xbb, 0x25, 0x5d, 0x8a, 0x3f, 0x95, 0xf2, 0x35, 0xf2, 0xe5, 0x09, 0x09, 0x18, 0x6c, + 0x56, 0xa9, 0x04, 0x63, 0xcf, 0x0d, 0x48, 0xf3, 0x5d, 0x23, 0xb4, 0xde, 0x31, 0xe0, 0x11, 0xf9, + 0x18, 0x61, 0xd7, 0x46, 0x3e, 0x19, 0xd0, 0x80, 0x11, 0x1f, 0x61, 0xc4, 0x29, 0x40, 0x36, 0xe9, + 0x53, 0x97, 0x0a, 0x0e, 0x1e, 0x38, 0x6d, 0x6e, 0xbb, 0x63, 0x79, 0x19, 0xdc, 0x6d, 0x9e, 0x58, + 0x23, 0x6c, 0xe2, 0xbb, 0xc4, 0x46, 0x7d, 0xcf, 0x47, 0x5d, 0xcc, 0x87, 0x89, 0xb7, 0x22, 0x36, + 0xc4, 0x0c, 0x8d, 0xf0, 0x06, 0x1a, 0xe2, 0x75, 0x82, 0xfa, 0x98, 0x3a, 0xc4, 0x46, 0xeb, 0xd8, + 0xa1, 0x36, 0x96, 0x73, 0x10, 0x3e, 0xc7, 0x09, 0xf0, 0x25, 0xf3, 0xc9, 0xd4, 0x1c, 0x38, 0x3d, + 0x83, 0x4f, 0xfa, 0xc4, 0x27, 0x6e, 0x8f, 0x04, 0x08, 0xbb, 0x88, 0xda, 0xc4, 0x65, 0xb4, 0x87, + 0x1d, 0xc4, 0xff, 0x65, 0x1b, 0x52, 0x67, 0x88, 0x03, 0x84, 0x1d, 0x9f, 0x60, 0x7b, 0x03, 0x75, + 0x09, 0x71, 0x23, 0xd3, 0x89, 0xdd, 0x7a, 0xf6, 0x9d, 0xbf, 0x7c, 0xbb, 0x01, 0x9a, 0x3b, 0x44, + 0x28, 0xad, 0xdf, 0x2a, 0x56, 0x33, 0x38, 0x69, 0x2c, 0x80, 0x9f, 0x18, 0xe6, 0xc7, 0x57, 0x08, + 0x13, 0x24, 0xa2, 0x2c, 0x43, 0x8f, 0x74, 0x79, 0xc8, 0xac, 0x10, 0xa6, 0x39, 0xbc, 0xb1, 0x88, + 0xc3, 0xa6, 0x17, 0x5a, 0x47, 0xe1, 0xe1, 0x35, 0xc2, 0x7c, 0x4a, 0xd6, 0x39, 0x6b, 0x88, 0x3c, + 0x4d, 0x03, 0x46, 0xdd, 0x41, 0x8e, 0x32, 0x61, 0xc7, 0x7d, 0xe0, 0xde, 0x94, 0x1d, 0xed, 0x2b, + 0xd4, 0x6e, 0xa9, 0xf8, 0xdc, 0x14, 0xff, 0x91, 0x41, 0x2a, 0xff, 0x76, 0xf1, 0x88, 0xc8, 0xbf, + 0x94, 0x77, 0x6d, 0x82, 0x3f, 0x1a, 0xe6, 0x75, 0x0f, 0xd1, 0x40, 0x58, 0xbd, 0x6a, 0x07, 0x60, + 0x39, 0x6b, 0xd6, 0x05, 0x3c, 0x22, 0xf6, 0x39, 0xc1, 0xcd, 0xaa, 0xe0, 0xaa, 0x4f, 0x89, 0xcf, + 0x47, 0x68, 0x20, 0xf3, 0xb5, 0x47, 0x34, 0xfd, 0xd0, 0x3a, 0x0b, 0x4f, 0x9f, 0x27, 0xac, 0x37, + 0x2c, 0xc5, 0xa5, 0x56, 0x84, 0x8f, 0x09, 0x90, 0x88, 0x3b, 0xae, 0x44, 0xdd, 0xf1, 0x84, 0xa1, + 0x3e, 0x75, 0x18, 0xf1, 0x03, 0x09, 0xfd, 0x30, 0x38, 0x94, 0x84, 0xde, 0xa1, 0x76, 0xd0, 0xbe, + 0x12, 0x43, 0x57, 0xb8, 0xc1, 0xdf, 0x0c, 0xf3, 0x13, 0x1a, 0x60, 0x00, 0x0e, 0x65, 0x8d, 0x5d, + 0x53, 0xf1, 0x9c, 0x44, 0xb4, 0xb7, 0x68, 0x69, 0x04, 0x80, 0x17, 0x8d, 0xd0, 0x3a, 0x01, 0x8f, + 0x57, 0x23, 0xa8, 0x36, 0xfb, 0x49, 0xb0, 0x3c, 0xeb, 0x8a, 0x5d, 0x9c, 0x03, 0x47, 0xea, 0x8d, + 0x01, 0xbf, 0x6b, 0x98, 0xd7, 0xcb, 0x88, 0xfb, 0xbc, 0x4a, 0x9d, 0xe0, 0x70, 0x16, 0x8d, 0x96, + 0xa4, 0x63, 0xfa, 0xc8, 0x34, 0x35, 0x15, 0xd7, 0xff, 0x32, 0x42, 0xeb, 0x37, 0x06, 0x5c, 0x28, + 0x8e, 0x6b, 0x9d, 0xb0, 0x3f, 0xca, 0xb1, 0xfd, 0xc9, 0xe6, 0x2e, 0xcd, 0xb6, 0x86, 0x23, 0xe2, + 0xfb, 0xe7, 0x86, 0x79, 0xdd, 0x0a, 0x61, 0x11, 0xb1, 0xd3, 0x63, 0x7c, 0x6f, 0x19, 0xa7, 0xcd, + 0xcb, 0xa1, 0x75, 0x0c, 0xce, 0x17, 0xc6, 0x79, 0x11, 0x85, 0xc2, 0xae, 0x33, 0xc0, 0xca, 0xd9, + 0x35, 0x73, 0xbc, 0xff, 0xc3, 0x30, 0x6f, 0xe0, 0xae, 0xac, 0x2d, 0xf9, 0xd0, 0x63, 0x7e, 0x33, + 0xb4, 0x1e, 0x84, 0xab, 0x32, 0x62, 0xa6, 0xc0, 0xac, 0x1d, 0xfa, 0xf3, 0xe0, 0x68, 0x96, 0x89, + 0xb2, 0xf0, 0xff, 0x8f, 0x61, 0xee, 0x48, 0xe2, 0xad, 0x99, 0x02, 0xf6, 0x97, 0xad, 0x9c, 0xc0, + 0xf4, 0xaa, 0x11, 0x5a, 0xf7, 0xc2, 0xbb, 0x33, 0x69, 0xa0, 0x00, 0x51, 0x35, 0x0c, 0x1b, 0xdc, + 0xb1, 0x95, 0x05, 0xbd, 0xb8, 0x08, 0x16, 0xea, 0x8f, 0x03, 0x7f, 0x6d, 0x98, 0x3b, 0x65, 0xb0, + 0x3e, 0x24, 0x7a, 0xa4, 0x47, 0x1d, 0xec, 0x82, 0xa3, 0x59, 0x7c, 0xb1, 0x2c, 0x9d, 0x16, 0xe6, + 0xa6, 0x2b, 0xaa, 0xc4, 0xf0, 0xbe, 0x11, 0x5a, 0xbf, 0x37, 0xe0, 0x52, 0x71, 0x62, 0x90, 0xfd, + 0x19, 0xe2, 0xfd, 0xd9, 0x47, 0x39, 0x37, 0xec, 0x6b, 0xde, 0xa8, 0xa9, 0x4f, 0x74, 0x9c, 0x22, + 0x3d, 0xbc, 0x65, 0x98, 0x3b, 0x56, 0x08, 0x4b, 0x90, 0x3c, 0x3d, 0x41, 0xc0, 0x72, 0x76, 0x79, + 0xe0, 0xb4, 0xe0, 0x62, 0x61, 0x8a, 0x28, 0x21, 0x53, 0x58, 0x78, 0x1e, 0x9c, 0x2d, 0xb2, 0x70, + 0xe6, 0x44, 0xf1, 0x9e, 0x61, 0xee, 0x5e, 0x21, 0xcc, 0xea, 0x31, 0xba, 0x5e, 0xe9, 0x39, 0x59, + 0x8d, 0x3a, 0xd8, 0xbe, 0x63, 0x84, 0xd6, 0xc3, 0xf0, 0xc1, 0x08, 0x1c, 0x1b, 0x12, 0x84, 0xc5, + 0x3c, 0x29, 0x6c, 0xca, 0x18, 0x14, 0x8c, 0x49, 0x8f, 0xa7, 0x05, 0x1b, 0x75, 0x37, 0x54, 0x20, + 0xe9, 0xa5, 0x4d, 0x05, 0xd4, 0xfd, 0xe0, 0x94, 0xc6, 0x2e, 0x67, 0xeb, 0xcc, 0x48, 0x01, 0xef, + 0x16, 0xf6, 0xf0, 0x10, 0xcf, 0x82, 0x0a, 0xc0, 0xb1, 0x69, 0xb8, 0x93, 0xe9, 0xe3, 0x60, 0x39, + 0x76, 0x91, 0x40, 0xbe, 0x6a, 0x24, 0xb2, 0x62, 0x35, 0xf8, 0xa0, 0x36, 0xfa, 0x65, 0xd0, 0xaa, + 0x44, 0x9f, 0x4f, 0x8e, 0xef, 0x19, 0xe6, 0x2e, 0x6e, 0x4f, 0x6c, 0xdd, 0x87, 0x5e, 0x0e, 0x9e, + 0x49, 0x22, 0x9f, 0xe2, 0xd0, 0xb5, 0xeb, 0x41, 0x22, 0x21, 0x26, 0x20, 0x97, 0x95, 0x84, 0x6f, + 0x35, 0x64, 0x09, 0x4c, 0xae, 0x6e, 0xad, 0xa2, 0x30, 0x6d, 0x55, 0xdf, 0x30, 0x42, 0xeb, 0x7e, + 0x78, 0xaa, 0x16, 0xb6, 0x6a, 0x40, 0x97, 0xc0, 0xf1, 0x2d, 0x06, 0xf1, 0xc5, 0x36, 0x58, 0x9a, + 0x69, 0x28, 0xf8, 0xd9, 0xb5, 0xe6, 0xce, 0xcf, 0x8d, 0xed, 0xda, 0xf5, 0x41, 0xea, 0xd6, 0xa8, + 0x0f, 0x5a, 0x51, 0xd5, 0x87, 0xdf, 0x5e, 0x13, 0x5a, 0xcf, 0x5d, 0x03, 0x9f, 0xbd, 0x46, 0x3e, + 0x17, 0x6e, 0x1f, 0x30, 0xcc, 0x26, 0x01, 0xf2, 0xfa, 0x75, 0xd2, 0x1b, 0xb2, 0x18, 0x1a, 0x79, + 0x01, 0x43, 0x9e, 0x5b, 0x9c, 0x26, 0x64, 0xd2, 0x1f, 0xd0, 0x75, 0xe2, 0x22, 0xbd, 0xee, 0x8b, + 0x48, 0xe2, 0x5c, 0x44, 0x82, 0x1e, 0xd4, 0xc3, 0x2e, 0xea, 0x46, 0xf1, 0x86, 0x19, 0xdf, 0x8b, + 0xd2, 0x11, 0x69, 0xa1, 0xd5, 0x3e, 0x62, 0x43, 0x1a, 0xa0, 0x1e, 0x76, 0x1c, 0x14, 0x10, 0x16, + 0x64, 0x8a, 0x16, 0xf3, 0xa2, 0x41, 0xae, 0x1d, 0xdb, 0xaa, 0xdf, 0x4d, 0xe3, 0xc2, 0x21, 0xd5, + 0x16, 0x05, 0x40, 0x9f, 0x04, 0x13, 0x87, 0x71, 0x80, 0xf1, 0xe4, 0x97, 0xa9, 0xe3, 0x70, 0x1b, + 0x44, 0xc5, 0xe1, 0x4a, 0x7d, 0xcf, 0x1f, 0x11, 0xdf, 0xd9, 0x28, 0xca, 0x02, 0x5a, 0x79, 0x84, + 0x6d, 0x82, 0xa8, 0x9b, 0x30, 0x21, 0x4e, 0x0b, 0x49, 0x7d, 0xea, 0xca, 0x37, 0xe9, 0x0c, 0x91, + 0x1a, 0x2f, 0x47, 0xb7, 0xd0, 0xaa, 0x2b, 0xde, 0x2b, 0x4e, 0x44, 0xea, 0x99, 0x31, 0xc4, 0x36, + 0xc2, 0x28, 0xe8, 0x0d, 0x89, 0x3d, 0x71, 0x08, 0xc2, 0x41, 0xe0, 0xf5, 0x28, 0x66, 0xc4, 0x46, + 0x94, 0xbf, 0x83, 0x0d, 0x11, 0x65, 0x8b, 0xf2, 0xcd, 0x91, 0x92, 0x7e, 0xb5, 0x4d, 0x03, 0xdc, + 0x75, 0x88, 0xad, 0x38, 0x26, 0x71, 0x25, 0xae, 0xb4, 0x9c, 0x06, 0xa8, 0x4b, 0x38, 0xc5, 0x01, + 0x61, 0x19, 0xf6, 0x45, 0x99, 0x2e, 0xb4, 0x26, 0x61, 0x0a, 0xc9, 0x5b, 0x42, 0x5c, 0x69, 0x88, + 0x88, 0xb1, 0x55, 0x78, 0x55, 0x0a, 0x25, 0x2f, 0xfd, 0xdf, 0x37, 0xcc, 0x1b, 0x64, 0xdb, 0x73, + 0x4e, 0x9f, 0xea, 0x80, 0xdc, 0x7e, 0x2a, 0x12, 0xa5, 0x1b, 0xac, 0xa3, 0x53, 0xf5, 0x54, 0xfc, + 0x9c, 0x0a, 0xad, 0x83, 0x70, 0xbf, 0xee, 0xae, 0xe2, 0x6e, 0x33, 0x3e, 0x48, 0x12, 0xb0, 0x6e, + 0x6a, 0x02, 0x0d, 0x2b, 0x92, 0x88, 0xfe, 0xe4, 0xc7, 0x86, 0xb9, 0x6b, 0x8d, 0x48, 0xa8, 0xb1, + 0x99, 0x73, 0xa5, 0xaf, 0xd7, 0xba, 0x33, 0x1b, 0xba, 0x1a, 0x5a, 0x08, 0x1e, 0xd4, 0xc3, 0x2b, + 0x4c, 0x45, 0xcd, 0x9b, 0xf3, 0xa6, 0xb6, 0x7d, 0x35, 0x50, 0x6d, 0xb9, 0xb6, 0xaf, 0x10, 0x16, + 0x9b, 0x7b, 0xac, 0xac, 0x2f, 0x8f, 0x54, 0x12, 0xdd, 0xd5, 0xbe, 0x52, 0x8b, 0x9b, 0x97, 0x42, + 0x6b, 0x01, 0xce, 0x55, 0xef, 0xbf, 0x32, 0xd6, 0x1e, 0x07, 0x77, 0x16, 0x58, 0x5b, 0xa3, 0xa7, + 0x78, 0xb6, 0x61, 0xee, 0x4c, 0x82, 0x38, 0x8b, 0x19, 0x06, 0xed, 0x3a, 0x40, 0xb8, 0xa6, 0x06, + 0xb3, 0x5c, 0x7f, 0x80, 0x5a, 0x87, 0x6f, 0x1a, 0xa1, 0x75, 0x0e, 0x9e, 0x89, 0x40, 0xca, 0x3a, + 0xc3, 0xe3, 0xc7, 0x9b, 0x30, 0xfe, 0xa7, 0x8d, 0x19, 0x46, 0x7d, 0xdf, 0x1b, 0xd5, 0xc2, 0x7f, + 0x0f, 0x38, 0xa9, 0xf1, 0xf3, 0x81, 0x33, 0x92, 0xf0, 0x4b, 0xc3, 0xbc, 0x9e, 0x17, 0xc9, 0xc8, + 0xda, 0x9a, 0x35, 0xf7, 0x40, 0xe9, 0x1a, 0xea, 0x13, 0xa5, 0x7b, 0xe0, 0xc9, 0xb2, 0x8d, 0x58, + 0x6c, 0x62, 0x65, 0xb5, 0x5d, 0x02, 0xc7, 0x66, 0x58, 0x59, 0xf0, 0x4f, 0xc3, 0x04, 0x8f, 0x11, + 0x7f, 0x44, 0xdd, 0x54, 0xc0, 0xcf, 0x97, 0x5a, 0x1a, 0x29, 0x6b, 0x50, 0x0b, 0x75, 0x54, 0xd5, + 0x2a, 0x7e, 0xcd, 0x08, 0xad, 0x33, 0xd0, 0x8a, 0x04, 0xc9, 0x76, 0x31, 0x0f, 0x34, 0x51, 0x15, + 0xa8, 0xab, 0x92, 0xad, 0x78, 0xa7, 0x44, 0x7a, 0x72, 0x61, 0x6b, 0x3e, 0xcc, 0x63, 0xf1, 0xdf, + 0x86, 0x70, 0xe3, 0x0b, 0x9e, 0x9d, 0x00, 0x9d, 0x4b, 0x0a, 0x29, 0x71, 0x22, 0x16, 0x0f, 0x54, + 0x2a, 0x36, 0x5f, 0x32, 0x42, 0xeb, 0x08, 0xfc, 0x74, 0x61, 0x40, 0xba, 0x9e, 0x4d, 0xb2, 0xce, + 0x38, 0x06, 0xae, 0x06, 0x92, 0x3e, 0x72, 0x97, 0x68, 0xa2, 0xff, 0x76, 0xb2, 0xd0, 0x52, 0x92, + 0x24, 0xce, 0x94, 0x20, 0x4e, 0xf3, 0x62, 0x76, 0x6a, 0x6f, 0x82, 0x17, 0x1a, 0x26, 0xe0, 0x2e, + 0x97, 0xb2, 0x3b, 0xc8, 0xe7, 0xcf, 0x94, 0x3c, 0xe9, 0xc9, 0xb7, 0x4c, 0xd5, 0x6c, 0xfe, 0xd4, + 0x08, 0xad, 0xcf, 0xc0, 0xbb, 0x32, 0xee, 0x9c, 0xc6, 0x5f, 0xed, 0xca, 0x13, 0x10, 0x94, 0xf2, + 0x12, 0x1d, 0x95, 0x94, 0xb0, 0x53, 0x2c, 0x8f, 0x38, 0x2a, 0x16, 0xcb, 0xe8, 0x7e, 0xf7, 0x63, + 0xe6, 0xbe, 0x3c, 0x39, 0xe7, 0x3d, 0x5f, 0x1c, 0x86, 0xb7, 0x2b, 0x91, 0x2b, 0xad, 0x19, 0xa9, + 0x7a, 0x7f, 0x5b, 0x68, 0xad, 0xc0, 0x73, 0x92, 0xaa, 0xde, 0x90, 0x3a, 0x76, 0x8e, 0x27, 0x59, + 0x46, 0xe4, 0xb6, 0x49, 0xb4, 0x03, 0x51, 0x68, 0x88, 0x03, 0xdb, 0x8c, 0x47, 0xbd, 0xb6, 0x0d, + 0xbc, 0xb2, 0x4d, 0x73, 0x27, 0x26, 0xf4, 0x49, 0xf6, 0x53, 0x4d, 0xd0, 0xbe, 0x92, 0x7e, 0xd0, + 0xd1, 0x1e, 0x92, 0x7a, 0x52, 0xc2, 0xef, 0xcc, 0x43, 0x23, 0xea, 0x67, 0x1e, 0xa9, 0xfc, 0xb7, + 0xce, 0x38, 0xed, 0xe0, 0x45, 0xda, 0xea, 0x5c, 0xbd, 0x12, 0x83, 0xd6, 0xa9, 0x30, 0x56, 0xab, + 0x94, 0x5a, 0xa5, 0x15, 0x74, 0x4f, 0x55, 0xa4, 0xe3, 0x13, 0xe6, 0x6f, 0x74, 0x30, 0x63, 0x64, + 0x34, 0x66, 0x9b, 0xe0, 0x8d, 0x86, 0x79, 0x63, 0x36, 0x1b, 0x89, 0xc2, 0x7a, 0x6c, 0x5a, 0x46, + 0x4a, 0x16, 0xd5, 0xc5, 0x7a, 0xca, 0x2a, 0x15, 0xbf, 0x69, 0x84, 0x96, 0x05, 0xef, 0x9b, 0xb5, + 0xa0, 0x16, 0xe5, 0xaf, 0x44, 0x9c, 0x8a, 0x62, 0xfa, 0x3f, 0x4a, 0x62, 0xdf, 0x35, 0xcc, 0x1b, + 0xd6, 0xd4, 0x91, 0xd6, 0xa3, 0x72, 0xc6, 0x7c, 0xa3, 0xaa, 0x04, 0x5a, 0xaf, 0xb4, 0xff, 0xcb, + 0xe9, 0x29, 0x9a, 0x6e, 0x0f, 0xad, 0x3d, 0x70, 0xf7, 0x5a, 0x7c, 0xf6, 0xa7, 0xbf, 0x26, 0x0b, + 0xe4, 0x7b, 0x9a, 0x3b, 0x35, 0x72, 0xf5, 0x5c, 0x74, 0xa7, 0x5f, 0x37, 0xcc, 0x1d, 0x72, 0x63, + 0xa8, 0xed, 0xba, 0xa9, 0xe4, 0x7d, 0xf0, 0x70, 0x89, 0x20, 0xb3, 0xdf, 0xbc, 0x2b, 0xb4, 0x76, + 0xc3, 0x5d, 0x6a, 0xb3, 0x99, 0x31, 0x02, 0xc2, 0x3d, 0x59, 0x23, 0x38, 0x51, 0xa2, 0xce, 0x3d, + 0x67, 0x98, 0xdb, 0x79, 0x8a, 0x51, 0xb3, 0x06, 0xa0, 0x59, 0xf2, 0xbe, 0xca, 0x4f, 0x46, 0x7a, + 0x74, 0xf3, 0x78, 0x68, 0xed, 0x87, 0x50, 0xe6, 0xa9, 0xf8, 0x34, 0x51, 0x9b, 0xa3, 0xd2, 0x36, + 0x00, 0x39, 0x52, 0xc0, 0x1f, 0x0c, 0x73, 0x77, 0xfa, 0x53, 0xce, 0x39, 0xbe, 0x5f, 0x03, 0x4b, + 0x53, 0x1b, 0x41, 0xa1, 0xa7, 0x2d, 0x6b, 0xd5, 0x55, 0x57, 0xb4, 0x0d, 0x84, 0x8f, 0x57, 0x6c, + 0x33, 0xd4, 0xb6, 0xd1, 0x27, 0x3d, 0xcf, 0xb7, 0xb9, 0x7f, 0x63, 0x34, 0x1e, 0xe2, 0x80, 0x20, + 0xe6, 0x63, 0x37, 0x48, 0x9c, 0x44, 0x1e, 0x68, 0xee, 0x8d, 0x9a, 0x0d, 0x3e, 0x24, 0x48, 0x7f, + 0x4e, 0xf9, 0x55, 0xb4, 0x69, 0x12, 0x41, 0x27, 0xb0, 0xcd, 0x57, 0xc6, 0x63, 0x0a, 0xd7, 0x42, + 0x1d, 0x55, 0x85, 0xa9, 0x23, 0x8e, 0xeb, 0x23, 0x4c, 0xe9, 0x80, 0xac, 0x8d, 0x27, 0x71, 0xf6, + 0xab, 0xf0, 0xf0, 0x89, 0x32, 0x58, 0x78, 0x29, 0x2b, 0xc1, 0x22, 0x44, 0xf5, 0xb0, 0x14, 0xa9, + 0x16, 0x63, 0x49, 0x97, 0xb2, 0x0f, 0x80, 0x25, 0xfa, 0x8c, 0xfd, 0xca, 0x36, 0xd1, 0xe7, 0xa5, + 0x4c, 0xc8, 0xf7, 0x79, 0x29, 0x71, 0x55, 0x9f, 0x97, 0x52, 0x6c, 0xbe, 0xd5, 0x28, 0xef, 0xf3, + 0x8a, 0xaa, 0xf2, 0xf7, 0x1a, 0xe0, 0xf9, 0x46, 0xea, 0x33, 0x6f, 0x26, 0x49, 0xd6, 0xae, 0xbe, + 0x33, 0x94, 0xdb, 0xda, 0xf5, 0x75, 0x4a, 0x41, 0x2d, 0xac, 0xa0, 0x45, 0x25, 0x33, 0x5f, 0x23, + 0x0b, 0x8b, 0x62, 0xbe, 0x0a, 0xbe, 0xa3, 0x9a, 0xd2, 0x14, 0xc9, 0x05, 0x4d, 0x69, 0x4a, 0x5e, + 0xd9, 0x69, 0xe5, 0x34, 0xc5, 0x45, 0x8e, 0x7c, 0x53, 0x9a, 0x5e, 0xac, 0xea, 0xa6, 0xf4, 0x75, + 0x03, 0xbc, 0x6a, 0x94, 0x2e, 0x62, 0xed, 0x15, 0xac, 0xbb, 0x7c, 0xf5, 0xd6, 0xae, 0x7c, 0xe1, + 0xc0, 0x9f, 0xb6, 0x89, 0xde, 0x22, 0x45, 0x45, 0x71, 0x6f, 0x91, 0x8d, 0x82, 0xca, 0xde, 0xa2, + 0x58, 0x59, 0x85, 0xf5, 0xdf, 0x1b, 0x5b, 0xea, 0x2d, 0x8a, 0x62, 0xe6, 0xe5, 0x06, 0x78, 0xb1, + 0x91, 0xea, 0x2e, 0xfe, 0x1f, 0x38, 0xd9, 0xc0, 0x79, 0xb3, 0x61, 0x1e, 0x48, 0xb5, 0x1b, 0x67, + 0xc5, 0x94, 0x56, 0x74, 0xcd, 0x0c, 0xdc, 0x51, 0x52, 0xd1, 0xb3, 0x8a, 0xe9, 0xe3, 0xf0, 0x3b, + 0x67, 0x1c, 0xa5, 0x56, 0xff, 0x47, 0x46, 0x68, 0x3d, 0x01, 0x1f, 0x4f, 0x9c, 0x8c, 0xf7, 0x26, + 0x01, 0xf3, 0x46, 0xf4, 0x2b, 0xc4, 0x46, 0xfa, 0xca, 0x19, 0x8a, 0x2f, 0xc1, 0xe5, 0x8e, 0x3c, + 0xa3, 0xfe, 0x66, 0x49, 0x72, 0x83, 0x7a, 0xde, 0xa8, 0x4b, 0x5d, 0xf1, 0x81, 0x54, 0x38, 0xc5, + 0x23, 0xf0, 0x81, 0x4c, 0x87, 0x91, 0xbf, 0xbe, 0xd7, 0xbe, 0x92, 0xbe, 0x66, 0xa7, 0x88, 0x4f, + 0x3c, 0x54, 0xc4, 0xf3, 0x32, 0xf1, 0x52, 0xc3, 0x84, 0x2b, 0x84, 0x95, 0xd1, 0x77, 0x6b, 0x4d, + 0x22, 0x12, 0xa5, 0xe3, 0xb6, 0x59, 0x86, 0x28, 0xe2, 0x9e, 0x37, 0x42, 0xeb, 0x22, 0x7c, 0x22, + 0xf5, 0x21, 0xf1, 0x6a, 0x53, 0x77, 0x57, 0xfc, 0x99, 0xbe, 0x82, 0xba, 0xfc, 0x77, 0xa6, 0x57, + 0x1a, 0xe6, 0x81, 0xb3, 0xc4, 0x21, 0x1f, 0xdc, 0xc7, 0xe4, 0x2c, 0xb3, 0xfa, 0x98, 0x1e, 0xa5, + 0xa8, 0x7a, 0x41, 0xfa, 0x98, 0x7c, 0xfa, 0xa1, 0x10, 0x75, 0x62, 0x61, 0x4b, 0x44, 0x71, 0x6f, + 0x7a, 0xbb, 0x61, 0xee, 0x95, 0xde, 0xaf, 0xdb, 0xd3, 0x04, 0x4d, 0xa5, 0x67, 0xa5, 0x65, 0x51, + 0xb8, 0x5c, 0x7f, 0x80, 0x22, 0xe7, 0x6d, 0x23, 0xb4, 0xfa, 0xd0, 0xbe, 0x0a, 0x01, 0xa8, 0x3f, + 0x38, 0x89, 0xdc, 0x1d, 0x75, 0xcf, 0x59, 0xaa, 0x3a, 0xf0, 0x62, 0xee, 0x06, 0xcb, 0x16, 0x02, + 0x31, 0xf5, 0x4c, 0x4f, 0x24, 0x08, 0xfd, 0x41, 0xc3, 0xdc, 0x93, 0xb8, 0xac, 0x94, 0x60, 0x73, + 0x71, 0x3a, 0x39, 0x89, 0xa0, 0x5c, 0xaa, 0xa9, 0xad, 0x78, 0x7c, 0xcd, 0x08, 0xad, 0x21, 0xec, + 0x5f, 0x95, 0x78, 0xac, 0xc7, 0xe4, 0xdd, 0xe0, 0x44, 0x25, 0x93, 0x39, 0x77, 0x8b, 0x4f, 0xb2, + 0x36, 0xc1, 0xeb, 0x0d, 0x73, 0xaf, 0x0c, 0x88, 0xad, 0xb9, 0x5d, 0x3a, 0x30, 0x97, 0xeb, 0x0f, + 0x50, 0x74, 0xbd, 0x2e, 0xdd, 0xee, 0x2a, 0xc4, 0x64, 0x3d, 0xb2, 0x4e, 0x2d, 0x6c, 0x9d, 0x2c, + 0xee, 0x55, 0x7f, 0x36, 0xcc, 0x9b, 0x78, 0x53, 0xf8, 0xb0, 0xbe, 0x0f, 0x9d, 0xa0, 0x2b, 0xb7, + 0xd1, 0x2c, 0x51, 0xd4, 0x6c, 0xb5, 0x6b, 0xeb, 0x2b, 0xb2, 0x48, 0x68, 0x9d, 0x82, 0xf7, 0xc4, + 0x5b, 0x07, 0xe4, 0xd0, 0x40, 0x7c, 0x5a, 0x2d, 0x18, 0x74, 0xc6, 0x73, 0xfb, 0x74, 0x30, 0xf1, + 0x05, 0x74, 0xe4, 0x75, 0x13, 0x7b, 0xed, 0x83, 0x60, 0xbf, 0xe6, 0x20, 0xbe, 0xd6, 0x1d, 0x93, + 0x00, 0x9e, 0x69, 0xc8, 0x4b, 0x11, 0xf1, 0x1d, 0x06, 0x4a, 0x82, 0xfc, 0x29, 0x49, 0xe2, 0x8a, + 0x43, 0xb2, 0xa1, 0xfe, 0xd4, 0x14, 0xbd, 0xe6, 0xcb, 0x46, 0x68, 0x7d, 0x11, 0x7e, 0xa1, 0x00, + 0x46, 0x42, 0x53, 0x5b, 0x8c, 0x82, 0x21, 0xf6, 0xe5, 0x3e, 0x4e, 0xde, 0xf8, 0x8e, 0x9d, 0x82, + 0x6d, 0x8c, 0xc9, 0x62, 0xbc, 0xfa, 0x7c, 0xd9, 0xe5, 0x9a, 0xb5, 0xb2, 0x61, 0xc1, 0x3b, 0x23, + 0xbb, 0x43, 0x14, 0x92, 0xf6, 0x15, 0x3d, 0x45, 0x87, 0x4f, 0xb1, 0x59, 0x54, 0xb9, 0x7e, 0x6d, + 0x98, 0xd7, 0xaf, 0x90, 0x04, 0x03, 0x1b, 0xf9, 0x5b, 0xa4, 0x09, 0x61, 0x22, 0x5d, 0xdc, 0x5c, + 0xa1, 0xd6, 0x64, 0xea, 0xc3, 0x60, 0x84, 0x3c, 0x8f, 0x58, 0x1a, 0xff, 0x20, 0x58, 0xad, 0x6b, + 0xfc, 0xf4, 0x2f, 0x4f, 0xef, 0x19, 0xa6, 0x3a, 0x05, 0x4a, 0xe2, 0x99, 0xab, 0x30, 0x34, 0x5d, + 0x4c, 0xe6, 0x6b, 0x68, 0x2a, 0x0f, 0xfd, 0x86, 0x11, 0x5a, 0xb7, 0xc2, 0x76, 0xa2, 0x8a, 0xf4, + 0x29, 0x71, 0xec, 0xa2, 0xb0, 0x4d, 0x4c, 0x22, 0x20, 0x5f, 0x80, 0x57, 0x0f, 0x32, 0x8f, 0xd4, + 0x37, 0x0d, 0xd3, 0x5c, 0x21, 0xec, 0x71, 0xd9, 0x03, 0xe7, 0x2f, 0xf5, 0xc7, 0xb2, 0xd2, 0x4b, + 0xfd, 0x49, 0x15, 0x05, 0xf0, 0x52, 0x68, 0x3d, 0x0a, 0x2f, 0xa4, 0xb2, 0xbb, 0x52, 0x41, 0x73, + 0xd4, 0xed, 0x39, 0x13, 0x71, 0xe8, 0xc0, 0x1f, 0x9f, 0x9e, 0x50, 0xc7, 0x46, 0x88, 0xba, 0x7d, + 0xcf, 0x1f, 0x89, 0x28, 0x9c, 0x17, 0xf7, 0x33, 0xce, 0xf3, 0x77, 0x88, 0x9f, 0x1f, 0x20, 0xf5, + 0xd3, 0x14, 0x01, 0x7f, 0x17, 0xdc, 0x2e, 0xe1, 0xcb, 0xd9, 0x4e, 0x1a, 0x0b, 0xa7, 0x4f, 0x5c, + 0x3c, 0x3e, 0xa0, 0x6c, 0x38, 0xe9, 0xb6, 0x7a, 0xde, 0xa8, 0x2d, 0x6c, 0xf3, 0xfc, 0x41, 0x3b, + 0xfa, 0x21, 0xc4, 0x80, 0xb8, 0xed, 0x71, 0x77, 0x69, 0xe0, 0xb5, 0xb3, 0x3f, 0x85, 0xe9, 0x5e, + 0x2b, 0x7e, 0xe9, 0x70, 0xfb, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x93, 0x2d, 0x38, 0xda, 0x25, + 0x33, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -275,7 +275,7 @@ type AdminServiceClient interface { ListNamedEntities(ctx context.Context, in *admin.NamedEntityListRequest, opts ...grpc.CallOption) (*admin.NamedEntityList, error) GetNamedEntity(ctx context.Context, in *admin.NamedEntityGetRequest, opts ...grpc.CallOption) (*admin.NamedEntity, error) UpdateNamedEntity(ctx context.Context, in *admin.NamedEntityUpdateRequest, opts ...grpc.CallOption) (*admin.NamedEntityUpdateResponse, error) - GetVersion(ctx context.Context, in *admin.GetVersionRequest, opts ...grpc.CallOption) (*admin.Version, error) + GetVersion(ctx context.Context, in *admin.GetVersionRequest, opts ...grpc.CallOption) (*admin.GetVersionResponse, error) } type adminServiceClient struct { @@ -682,8 +682,8 @@ func (c *adminServiceClient) UpdateNamedEntity(ctx context.Context, in *admin.Na return out, nil } -func (c *adminServiceClient) GetVersion(ctx context.Context, in *admin.GetVersionRequest, opts ...grpc.CallOption) (*admin.Version, error) { - out := new(admin.Version) +func (c *adminServiceClient) GetVersion(ctx context.Context, in *admin.GetVersionRequest, opts ...grpc.CallOption) (*admin.GetVersionResponse, error) { + out := new(admin.GetVersionResponse) err := c.cc.Invoke(ctx, "/flyteidl.service.AdminService/GetVersion", in, out, opts...) if err != nil { return nil, err @@ -739,7 +739,7 @@ type AdminServiceServer interface { ListNamedEntities(context.Context, *admin.NamedEntityListRequest) (*admin.NamedEntityList, error) GetNamedEntity(context.Context, *admin.NamedEntityGetRequest) (*admin.NamedEntity, error) UpdateNamedEntity(context.Context, *admin.NamedEntityUpdateRequest) (*admin.NamedEntityUpdateResponse, error) - GetVersion(context.Context, *admin.GetVersionRequest) (*admin.Version, error) + GetVersion(context.Context, *admin.GetVersionRequest) (*admin.GetVersionResponse, error) } // UnimplementedAdminServiceServer can be embedded to have forward compatible implementations. @@ -878,7 +878,7 @@ func (*UnimplementedAdminServiceServer) GetNamedEntity(ctx context.Context, req func (*UnimplementedAdminServiceServer) UpdateNamedEntity(ctx context.Context, req *admin.NamedEntityUpdateRequest) (*admin.NamedEntityUpdateResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateNamedEntity not implemented") } -func (*UnimplementedAdminServiceServer) GetVersion(ctx context.Context, req *admin.GetVersionRequest) (*admin.Version, error) { +func (*UnimplementedAdminServiceServer) GetVersion(ctx context.Context, req *admin.GetVersionRequest) (*admin.GetVersionResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method GetVersion not implemented") } diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 2ed13f3ca0..6cb95aabd1 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -2753,7 +2753,7 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/adminVersion" + "$ref": "#/definitions/adminGetVersionResponse" } } }, @@ -3394,7 +3394,17 @@ }, "adminGetVersionRequest": { "type": "object", - "description": "Represents a get version request." + "title": "Empty request for GetVersion" + }, + "adminGetVersionResponse": { + "type": "object", + "properties": { + "control_plane_version": { + "$ref": "#/definitions/adminVersion", + "title": "The control plane version information. FlyteAdmin and related components\nform the control plane of Flyte" + } + }, + "title": "Response for the GetVersion API" }, "adminLabels": { "type": "object", @@ -4388,7 +4398,7 @@ "title": "Build timestamp" } }, - "description": "Represents a request structure to get version of flyteadmin." + "title": "Provides Version information for a component" }, "adminWorkflow": { "type": "object", diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md index a590b313be..550f00c0df 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -96,6 +96,7 @@ Class | Method | HTTP request | Description - [AdminFixedRate](docs/AdminFixedRate.md) - [AdminFixedRateUnit](docs/AdminFixedRateUnit.md) - [AdminGetVersionRequest](docs/AdminGetVersionRequest.md) + - [AdminGetVersionResponse](docs/AdminGetVersionResponse.md) - [AdminLabels](docs/AdminLabels.md) - [AdminLaunchPlan](docs/AdminLaunchPlan.md) - [AdminLaunchPlanClosure](docs/AdminLaunchPlanClosure.md) 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 8721010441..eda44190aa 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -2433,7 +2433,7 @@ paths: 200: description: "A successful response." schema: - $ref: "#/definitions/adminVersion" + $ref: "#/definitions/adminGetVersionResponse" definitions: BlobTypeBlobDimensionality: type: "string" @@ -3721,7 +3721,20 @@ definitions: default: "MINUTE" adminGetVersionRequest: type: "object" - description: "Represents a get version request." + title: "Empty request for GetVersion" + adminGetVersionResponse: + type: "object" + properties: + control_plane_version: + title: "The control plane version information. FlyteAdmin and related components\n\ + form the control plane of Flyte" + $ref: "#/definitions/adminVersion" + title: "Response for the GetVersion API" + example: + control_plane_version: + Version: "Version" + Build: "Build" + BuildTime: "BuildTime" adminLabels: type: "object" properties: @@ -7130,7 +7143,7 @@ definitions: BuildTime: type: "string" title: "Build timestamp" - description: "Represents a request structure to get version of flyteadmin." + title: "Provides Version information for a component" example: Version: "Version" Build: "Build" diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go index 90189c61f0..988e7fcd81 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go @@ -2023,15 +2023,15 @@ Retrieve the Version (including the Build information) for FlyteAdmin service * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param body -@return AdminVersion +@return AdminGetVersionResponse */ -func (a *AdminServiceApiService) GetVersion(ctx context.Context, body AdminGetVersionRequest) (AdminVersion, *http.Response, error) { +func (a *AdminServiceApiService) GetVersion(ctx context.Context, body AdminGetVersionRequest) (AdminGetVersionResponse, *http.Response, error) { var ( localVarHttpMethod = strings.ToUpper("Put") localVarPostBody interface{} localVarFileName string localVarFileBytes []byte - localVarReturnValue AdminVersion + localVarReturnValue AdminGetVersionResponse ) // create path and map variables @@ -2091,7 +2091,7 @@ func (a *AdminServiceApiService) GetVersion(ctx context.Context, body AdminGetVe } if localVarHttpResponse.StatusCode == 200 { - var v AdminVersion + var v AdminGetVersionResponse err = a.client.decode(&v, localVarBody, localVarHttpResponse.Header.Get("Content-Type")); if err != nil { newErr.error = err.Error() diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_get_version_request.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_get_version_request.go index 5536180ed7..82cbf69713 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_get_version_request.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_get_version_request.go @@ -9,6 +9,5 @@ package flyteadmin -// Represents a get version request. type AdminGetVersionRequest struct { } diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_get_version_response.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_get_version_response.go new file mode 100644 index 0000000000..b09afbfe02 --- /dev/null +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_get_version_response.go @@ -0,0 +1,14 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin + +type AdminGetVersionResponse struct { + ControlPlaneVersion *AdminVersion `json:"control_plane_version,omitempty"` +} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_version.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_version.go index 69428347c4..559cc80b93 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_version.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_version.go @@ -9,7 +9,6 @@ package flyteadmin -// Represents a request structure to get version of flyteadmin. type AdminVersion struct { Build string `json:"Build,omitempty"` Version string `json:"Version,omitempty"` diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index ddd993761f..c6baabbb6a 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,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\x91\x2f\xfa\xbf\x3f\x05\x4e\xfb\x44\x4c\xb7\x2d\x51\x63\x7b\xd7\xe1\xa3\x8d\x8d\x7b\xd9\x12\xbb\x87\x77\xd4\x92\x2c\x51\xd3\x3b\x67\xe9\xe0\x82\x55\x20\x09\xab\x08\x70\x00\x94\xd4\xb4\xc3\xdf\xfd\x06\x32\x01\x14\xaa\x58\xc5\xb7\xd4\x52\x0f\x77\x23\x3c\x6a\x56\x15\x9e\x89\x44\x3e\x7f\xf9\xcf\xdf\x10\xf2\x46\x3f\xd2\xf1\x98\xa9\x37\xa7\xe4\xcd\x1f\x5b\xdf\xbf\x39\xb2\xbf\x71\x31\x92\x6f\x4e\x89\x7d\x4e\xc8\x1b\xc3\x4d\xc6\xec\xf3\x51\x36\x37\x8c\xa7\xd9\x89\x66\xea\x81\x27\xec\x84\xa6\x53\x2e\x5a\x33\x25\x8d\x84\x0f\x09\x79\xf3\xc0\x94\xe6\x52\xd8\xd7\xdd\x9f\x44\x48\x43\x34\x33\x6f\x7e\x43\xc8\xbf\xa0\x79\x9d\x4c\xd8\x94\xe9\x37\xa7\xe4\xbf\xf1\xa3\x89\x31\x33\xdf\x80\xfd\x5b\xdb\x77\xff\x06\xef\x26\x52\xe8\xbc\xf4\x32\x9d\xcd\x32\x9e\x50\xc3\xa5\x38\xf9\xbb\x96\xa2\x78\x77\xa6\x64\x9a\x27\x6b\xbe\x4b\xcd\x44\x17\x73\x3c\xa1\x33\x7e\xf2\xf0\x87\x13\x9a\x18\xfe\xc0\x06\x19\xcd\x45\x32\x19\xcc\x32\x2a\xf4\xc9\x3f\x79\x6a\xe7\xf8\x77\x96\x98\x7f\xc1\x3f\x52\x39\xa5\x5c\xe0\xdf\x82\x4e\xd9\xbf\x42\x3b\x84\xbc\x19\x33\x13\xfd\x93\x90\x37\x29\xd3\x89\xe2\x33\xe3\x56\xe5\x86\x19\xc5\xd9\x03\x23\x66\xc2\x08\x76\x47\xb0\x3b\x62\xbb\x23\x7e\xd5\xf4\x8c\x25\x7c\xc4\x59\x4a\x86\x73\xc2\xc5\x2c\x37\x44\xb1\x5f\x72\xa6\x0d\x19\xf1\xcc\x30\xa5\x5b\x6e\xc9\xa0\x17\x39\x63\x0a\xe6\xd9\x4d\x6d\x2f\x1f\x99\x69\x43\xdb\x17\xd0\xf4\x75\x46\x45\xfc\xb6\x62\x7a\x26\x85\x66\xba\x34\x54\x42\xde\xfc\xf1\xfb\xef\x2b\x3f\x2d\xce\xa0\x4d\x74\x9e\x24\x4c\xeb\x51\x9e\x11\xdf\x52\x3c\x18\xf8\x08\x36\x99\x2e\x34\x46\xc8\x9b\xff\xad\xd8\xc8\xb6\xf3\xdb\x93\x94\x8d\xb8\xe0\xb6\x5d\x8d\xb4\x14\x8d\xb6\xf4\xd5\xbf\x7e\x53\xf7\xf7\xbf\xa2\x19\xcd\xa8\xa2\x53\x66\x97\x25\xec\x3e\xfe\x5f\x65\x2e\x76\xbf\x6c\xe7\xc5\x9e\x56\x07\x5e\x99\xed\x25\x9d\x32\x22\x47\xb0\x5d\xee\x0b\xf8\x5b\x31\x2d\x73\x95\x30\x32\x64\x99\x14\x63\x4d\x8c\x5c\x58\x03\x0e\x2d\x58\x52\xab\x3e\xb1\x5b\xc9\x15\xb3\x7b\x65\x54\xce\x2a\x4f\xcd\x7c\x06\x83\xd4\x46\x71\x31\x8e\x97\xe2\x5f\x47\x6b\x4d\x0d\x29\x74\x83\x99\xe1\x07\x8d\x13\xeb\x8b\xb6\x7f\x25\xa1\x82\x0c\x19\xb1\xe7\x92\xa7\x4c\xb1\x94\x50\x4d\x28\xd1\xf9\x50\x33\x43\x1e\xb9\x99\x70\x61\xff\x8d\xe4\x9b\xf8\x35\x7b\x39\x6b\x03\x7f\x2e\x5f\x99\x3b\xcd\x94\x1d\xf8\x03\x4f\x59\x4a\x1e\x68\x96\x33\x32\x92\xaa\xb4\x3c\xad\xbe\xe8\x4d\xec\x3a\x4c\x87\x5c\xc0\xc9\xb3\x6b\xe9\x29\xe4\xf7\x7e\xb9\x7e\x4f\x6c\x7f\x24\x17\xfc\x97\x9c\x65\x73\xc2\x53\x26\x8c\x3d\xd7\xba\xda\xda\xef\x25\xf4\x4f\x33\x72\x4c\xec\x3a\x33\x65\x60\xbd\xa5\x30\xec\x8b\xd1\xe4\x98\x64\xfc\x9e\x91\xef\x2e\xb8\x36\xa4\x7d\xdd\xfd\xee\x88\x7c\x77\x51\x30\x0e\xfd\xdd\x33\xac\x70\xf8\xfb\x6f\xd1\xd1\x33\x74\x5c\x3d\x74\x6f\xda\xf6\x34\xdf\xe2\x35\x51\xb4\xf0\xb7\xdf\xc4\xed\xb8\xfd\x5a\xce\x7b\x0b\xc6\xeb\xb8\xee\x26\xbc\xf6\x03\x33\xc9\x64\x05\xa3\xd5\x3b\x72\x5a\xbb\x1d\x55\x56\xab\x5f\x17\xaf\xb5\x53\x78\x6a\x7e\xbb\x0b\xb3\xa5\x06\x4e\x01\xe5\x02\x0f\x4d\x38\x43\xe5\x9d\x21\x5f\x8f\xad\xec\xc2\x6f\xa3\xd9\x44\x2c\xd7\x73\xd2\x68\x25\x5e\xc8\x5c\x33\x3e\xe5\xab\xf6\xb1\x2b\x52\x2b\x76\x39\x26\x27\xf2\xe9\x90\x29\x3b\x75\xcf\xee\x60\x86\x43\xcb\xfe\x4c\xae\x04\x4b\x1b\xa6\xf6\x4b\xce\xd4\x7c\xc9\xdc\x46\x34\xd3\x4d\x93\xe3\xc2\x30\x2b\xd7\x56\x1e\x8f\xa4\x9a\x52\xe3\x5e\xf8\xf3\xbf\x6d\x3a\x79\x23\xef\xd9\xaa\x7d\xee\xe2\xae\x25\x54\xc3\x76\x4f\xf3\xcc\xf0\x59\xc6\xc8\x8c\x8e\x99\x76\xab\x90\x67\x46\x1f\xc1\x6b\x56\x96\x66\xea\x38\xdc\x36\xd0\x83\xbf\x65\x73\x0d\xbf\x90\x51\x60\x64\x82\x7d\x31\xd0\x52\x5f\xc0\x3d\x0b\x4b\x14\xdf\x1e\x4f\xb0\x94\xdb\xd1\x89\x96\xca\x0c\x86\xf3\xd6\x3d\x5b\xe8\xb7\x91\x5a\xa8\x20\xd4\x18\xc5\x87\xb9\x61\x76\xde\xb6\x0d\x7f\x4f\x02\xeb\xc3\xcb\x58\xdb\xcb\xf7\xea\xfc\xea\xed\x3d\x35\x4a\x8e\xa9\x78\x77\x4a\xda\x69\x4a\x70\xa0\xf6\x1d\x9e\xe2\x95\x3c\x61\x8a\xb5\x48\x6f\xc2\x35\xd1\x13\x99\x67\x29\x11\xec\x81\x29\xbb\xb6\x6c\x3a\x33\xf3\x17\xb7\x5a\x29\x57\x2c\x81\x85\xd9\xe4\x84\x85\xaf\xec\xa2\x59\xa5\x67\x8e\x4b\x77\xcf\xe6\x20\xb8\x2c\x2e\xdf\x33\xd0\x4b\xe5\x29\x13\xf9\xb4\x72\x57\xc0\xef\xe7\x9d\xdb\xb3\xce\xe5\x79\xf7\xf2\x63\xe5\x0b\x2b\x46\x84\x47\xa5\x27\x7f\x5b\x58\x9b\x11\xcd\x33\x38\xd5\x51\x6b\xcf\x26\xb8\x24\x13\x9e\xa5\x8a\x89\x13\x43\xf5\xfd\x80\x7d\x61\x49\x8e\xf7\xec\x3f\xcb\x3f\x0c\xac\xf4\x29\x53\x56\xfe\xa5\xf4\x8f\x42\xdc\xd9\xf8\xd3\xa0\x95\x6e\xfc\x25\xe8\xb0\xeb\x7d\x07\xbf\xf0\xb4\xf6\x6d\xf8\x65\xc5\x1c\xfc\x3b\x4b\x06\xeb\x5f\x69\x1c\x95\x7f\xc1\x09\x70\xb5\xef\x28\x66\xd4\x7c\x40\x8d\xb1\xa7\x7c\x0b\x99\x11\xb6\x94\xd8\xd9\x92\x62\x3f\x9d\xf8\x88\x82\x22\xf0\xee\x20\x39\xda\x11\x14\x6f\xae\x92\x17\x2f\x65\xca\x3a\xa1\xd9\x0f\x52\xf5\xa8\xbe\x7f\x0d\x32\x63\x69\xe0\xcf\x21\x36\x6e\x7b\x80\xbe\x39\xa5\x7e\x4b\x76\x70\x30\x01\xec\xbe\x92\xeb\x1a\x0c\xa4\x22\x7a\xae\x0d\x9b\xae\x34\x1d\xbc\x9e\x85\x70\xfc\xfe\xa5\x0e\xb8\x72\xe5\xfc\x0a\x4e\x7d\xf9\x02\x3d\x1c\xef\x0d\x96\x6c\x5f\x86\xbf\x97\x3e\x4f\xef\x82\x59\x3e\xd5\x5b\xbf\x7d\xde\xe1\xe0\xe8\xe4\xc5\x4f\xb3\x24\xda\xed\x7b\x90\x4f\x64\x35\x68\xdc\x2b\xbf\xda\x03\x18\xc0\x0a\x95\xaf\x6c\x3a\x0e\xe7\xcf\x7e\x1a\x1b\x57\xd0\x62\x66\xac\xce\xeb\x6c\x4b\x4c\x91\x44\x2a\x14\x05\x53\x77\xdc\xfb\x82\x1c\x93\xf3\x76\xaf\x7d\xdb\xe9\x9d\x92\x36\x49\xa9\xa1\xf6\x7c\x2b\x36\x53\x4c\x33\x61\x40\x1b\xb7\x9f\x9b\x39\x99\xca\x94\x65\x2c\x25\x5c\x90\x0f\xd9\xdc\x30\x72\x4e\x0d\x3d\xa3\x86\x66\x72\xdc\x22\x6d\xf8\xa7\xfd\x98\x6b\x42\x33\x2d\x09\xf5\x54\xc5\x52\xdf\x04\x15\xa9\xe7\x2c\x94\x24\x72\x3a\xe3\x59\xb0\x9a\x07\x13\x09\x17\x29\x7f\xe0\x69\x4e\x33\x22\x87\x96\xa9\x58\x55\xb5\xf3\xc0\x84\xc9\x69\x96\xcd\x09\xcd\x32\xe2\xba\xf5\x2f\x78\xbd\x7e\xc8\xc2\x28\x35\x9f\xf2\x8c\x2a\xab\x0b\xe3\x68\xaf\x5c\x5b\xa4\x37\x61\x61\xac\x30\x2e\xbb\x98\x53\x7a\xcf\x34\xe1\x86\xcc\xa4\xd6\x7c\x98\x15\x47\xfe\xae\x4b\x60\xdc\x67\x17\x5d\x50\xac\x13\x43\x24\xb2\x50\xdf\xb9\xb3\xc2\xf8\x1e\xa7\x54\x08\x06\x1d\x4b\x33\x61\xca\x75\xef\x5e\xfe\xda\x8a\xf6\xdd\xe5\xed\x75\xe7\xac\xfb\xa1\xdb\x39\x5f\xd4\xb4\x7b\xed\xdb\x1f\x17\x7f\xfd\x7c\x75\xf3\xe3\x87\x8b\xab\xcf\x8b\x4f\x2e\xda\x77\x97\x67\x3f\x0c\xae\x2f\xda\x97\x8b\x0f\x1d\x59\xad\xad\xb4\xc7\x23\xdb\xf0\x68\x1d\xac\x91\xfb\xb4\x46\x1e\x7d\xbb\xe6\x48\xe7\xca\x59\xdf\x14\x49\x32\xae\x8d\x5d\x20\xf7\x25\x99\x51\xad\x51\x18\xc2\x11\xb4\xfa\xe2\x93\x54\x96\x69\x8d\xa4\xe5\x0b\x56\x60\x32\x2a\x4f\x0c\x17\xe3\xf0\xd1\x29\xe9\xe7\xdf\x7f\xff\xa7\xe4\x82\x8b\x7b\xf8\x8b\xbd\xc4\xc5\x39\xd8\x6a\xb7\x59\xad\x83\xad\x36\x7e\xf6\x3a\x6c\xb5\x56\xcc\x39\x89\x4d\xb4\x4f\x13\xdc\x83\x6e\x64\x2b\x3b\xc8\xdc\xd8\x3f\x6d\xbf\x64\xa4\xe4\x14\xa4\xaa\x2f\x5c\x03\x97\x78\x94\xea\x7e\x94\xc9\xc7\xf5\x4c\x87\x1f\x99\x09\xc6\x37\x2b\xc5\xbc\x06\x8b\xe1\x67\x37\xc3\x30\xf0\x8f\xcc\xd8\xb1\xdf\xb8\x5e\x0e\x71\x3e\x87\x38\x9f\xaf\x1b\xe7\xf3\xa2\xcc\x76\x4f\xcf\xfb\xca\x36\x3e\x64\x80\x0d\x2e\xa8\x46\x0f\x53\x83\x03\x29\xf2\x0f\x3d\x25\xd3\x2c\x7b\x65\x56\x30\xcc\x92\xc7\xe2\xb5\x30\xcd\xd2\xa0\x9f\x9f\x61\xfe\x2a\x1c\x2a\x07\x7f\xc9\x96\x0b\xf5\x2a\xf9\xea\x9a\x57\xc6\xb3\x79\x3b\x9e\x9e\xcf\x2f\xc4\x22\x6c\x12\x7c\xb0\x41\xb4\xc1\xda\xe1\x05\x2b\xe2\x09\x6a\x03\x08\xea\x22\x06\x16\x43\x04\x6a\x63\x02\x76\x0a\x02\xd8\xf4\x4a\x5a\xdf\xfd\xff\x91\x99\x1e\xd5\xf7\xaf\xee\x4a\x2a\x0d\xfa\xf9\xaf\xa4\x5f\xa9\xd7\xff\xe0\xe6\x7f\xc2\xa5\xfb\xd6\x2f\xb2\x97\xeb\xc8\xff\x15\x78\xee\x0f\xae\xfa\x8d\xd6\xe8\xdb\xf2\xcd\x7f\xab\xce\xf8\xd7\xe9\x7d\x3f\xb8\xdb\x0f\xee\xf6\x83\xbb\x7d\x0d\x77\xfb\x93\x2a\xa5\xcc\x92\x95\x06\xf3\x63\xac\xdb\xbc\x99\x49\xbd\x5c\x17\x3b\x53\x8c\x1a\x4b\xc5\x65\xbb\x1f\x81\x06\x89\x62\x89\x54\xa9\xd5\xc1\x28\x99\x4d\xa8\x66\xc4\x28\x2a\x34\x5f\xa5\x87\x61\xab\x60\x68\xb3\xed\xbc\x06\x15\xac\x64\x15\x84\x51\x3f\x97\x02\x36\x94\xe9\xc2\x99\xc1\xe3\x54\xf7\x64\x39\xaf\xdf\xdb\xd4\x21\x43\x73\x9d\x99\x3f\x21\x35\xdb\x7b\x65\x4b\x6a\x2e\x9b\x0c\xf6\x42\xcd\xa0\xa3\xbf\x16\x6a\x2e\x19\x14\x7e\x5d\xd4\x5c\x37\xf5\x97\x40\xcd\xde\x1b\xbd\x25\x45\x2f\x3a\xb3\xf7\x42\xd5\xc1\x83\xfc\x5a\x28\x7b\xc1\xe5\xfd\xeb\xa2\xee\xa6\xe9\x7f\x5d\x0a\x0f\x86\xf0\x7d\xd1\xf6\x6a\xc2\x0d\x0b\xf0\x1a\x88\x36\x0c\x16\xc7\xfe\xab\xa1\xd6\x85\x79\xbf\x10\x32\x3d\x51\x0c\xb3\x0d\x37\xa2\xd7\x1b\xf7\xd1\xc6\x14\xeb\x3f\x3c\xd0\xec\x6b\xa2\x59\xbf\x6b\x2f\x87\x6a\x9b\xc2\xe9\x36\xcf\xc0\x5d\x12\x23\xa7\xc9\x94\x9a\x64\x62\x1f\xa2\x7f\x6e\x4d\x98\x96\x22\xe5\xf6\x55\x51\xf7\x73\xe4\xd9\x7e\xdb\x96\xf8\x83\x05\xfe\x57\x08\x87\xf5\x62\xc2\xc5\x0f\x29\x2a\x7b\x4c\x51\xe1\xfa\x90\xa2\x72\x48\x51\x59\x77\x81\x0e\x29\x2a\x87\x14\x95\xe8\xd9\xeb\x48\x51\x79\xfa\xec\x94\xfd\xa4\xa0\xbc\x2a\x21\xfa\x20\x40\x1f\x04\xe8\x43\x9e\x49\x98\xda\xbe\x18\x98\xff\xfa\x4d\xca\x32\x66\xd8\x52\xf6\xd3\x63\x6a\x6a\x75\x83\x12\xf4\x75\x8d\xd3\xa0\x40\xd5\x0a\x14\x04\xe6\x8d\x65\x7c\x29\xb4\xfd\x3a\xb9\x53\x18\xfe\x21\x2d\xee\xc0\xae\x0e\xec\x6a\x9b\xa9\xbd\x1c\xab\x6c\x74\x98\xbf\xaa\x59\x36\x02\xd2\x1e\xf0\x74\x3f\x58\xda\x41\x6c\x8c\x91\xb4\x8b\xa5\x28\x81\x19\x6f\x67\xa4\x2d\x60\xa9\xbb\xe9\xab\xb0\xd3\x5a\x3e\x92\x76\x20\xea\x2e\x84\x0c\xaa\x03\xa4\xf6\x01\x52\x7b\xfd\xb9\x1e\x2c\x84\x7b\xb4\x10\x1e\x20\xb5\x0f\x36\xb0\x83\x0d\xec\xe9\x6d\x60\x5f\xcb\xa0\xfd\xcc\xc7\xf2\xb9\x44\xb4\xed\x02\x93\x44\x4a\x14\x1b\x73\x6d\x98\xb2\xab\x57\x2b\x94\xad\x8e\x54\x7a\xad\x45\xa2\xd6\x8e\xfb\x88\xbb\x7d\xf3\x6f\x6b\x0c\xff\xc6\xdd\xa2\x70\xd4\x87\x34\x0d\x15\x61\x40\x74\x9a\xd2\x39\x99\xd0\x07\x46\x46\x94\x67\xa8\x18\x39\xee\xb8\x64\x86\xcb\x06\xf4\x7f\x36\x1b\x10\x2d\x0f\x47\xb1\x11\x53\x4c\x24\xc8\xed\x51\xf8\x49\x68\xe6\x53\x41\xe0\x9d\x89\x55\x53\x33\xc5\x68\x3a\x27\x43\xc6\x44\x20\x9b\x1a\x49\xa1\x61\xcc\x7b\x11\x5a\xbf\xba\x9a\xb6\x48\x3d\x2f\x45\x49\x7b\x92\xe8\x99\x7a\x96\xb0\xbb\x72\xa6\xff\xf8\xba\x58\xc5\x21\x88\xe6\x60\x54\xfb\xfa\x46\xb5\x43\x10\xcd\x41\x45\x7e\x01\x2a\xf2\x21\x88\xe6\x10\x44\x73\x30\x20\xac\xbd\x5a\x07\x03\x42\xfc\xec\x75\x04\xd1\x3c\x61\x05\xe7\xe7\x92\xb0\x0f\x02\xb6\x7f\xef\x20\x60\x1f\x04\xec\x6f\x54\xc0\x7e\x19\x2b\x7c\x90\xae\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\xbb\xaf\xf6\x29\x5d\xc3\x5f\x1e\x9a\x75\xe7\x88\xf5\xcd\xbd\x5c\x1f\x99\x79\xad\x2e\xae\x83\x48\x7d\x10\xa9\x5f\xb6\x48\xfd\x62\x26\xf4\xed\x41\x2d\x1e\xc0\x0a\x0f\x60\x85\x07\xb0\xc2\xa7\x05\x2b\xf4\x5f\xbf\x99\xe5\xcb\x65\x91\xbb\x59\xea\x73\x57\xb4\xa1\x26\x07\xb5\x6f\x0d\xb9\x84\xb4\x0d\x99\x4a\xab\x04\x09\x56\x7a\xc7\x33\x20\x8c\xe8\x18\xf3\x07\x26\x88\x8f\xd1\x3e\x72\xd7\xcc\x11\x58\x22\xfe\x15\x4e\x07\x26\xcd\x50\x43\x28\x31\x7c\xca\x5a\xa4\x3b\xc2\xd3\x9c\x58\xf2\xd7\xcc\xe8\x4a\x18\x10\x92\x26\x7c\x24\xd2\x62\xac\xbe\x6f\x5e\x44\x85\xe0\x6b\x47\x9e\x19\xe6\x99\x41\xd6\xe8\x1b\x7f\xe4\x59\x66\xc7\xe0\x38\x08\x9c\x84\x29\x53\x99\xff\xb2\xd4\xad\x7f\x79\x4a\x53\x7b\x72\xa3\x21\x14\xd9\x3d\xf1\xfb\x70\xe7\x72\x1d\xe2\x5a\x4a\xdf\xe3\xd7\x2d\xe2\x94\x70\x04\x15\x5b\x6b\x18\x13\x9a\xda\x13\x98\x4c\x58\x9a\x67\x8c\x50\xad\x65\xc2\xa9\xb1\xdc\x0a\xef\x68\xc2\x8d\x57\xd9\xfd\x4b\xbe\xeb\x94\x6b\x3a\xcc\x58\xea\xd6\x98\x15\x61\x36\x4b\x47\xce\x35\x19\x32\xbb\xc4\x96\x8f\x94\x57\x7f\x82\x12\x42\xcd\x68\xa2\xa1\xb0\xc5\x91\x30\x81\x03\x59\x22\xe1\x22\x71\xbe\x56\x21\x17\x47\x7f\xc8\x7d\x3a\x88\xbc\x07\x91\x77\xa3\x09\x7d\x53\x22\xef\x0b\x0a\x0d\xf4\x0c\xe9\xab\x86\x06\x82\x03\xd1\x72\xfe\x41\xb0\x10\xea\xed\x8c\x27\xc1\x08\xfb\xc9\x37\xd9\x0e\x2d\x9e\x49\x31\xe2\xe3\x5c\x39\x81\xdb\x49\xc3\x2b\xbc\x94\x35\xed\xbc\x8a\x1b\xa7\x7e\xe8\xcf\x75\xf1\x6c\xa2\xd0\x91\x63\x62\xc5\xee\xc1\x4d\xe7\xf6\xea\xee\xe6\xac\x73\x4a\xda\xb3\x59\xc6\xd1\xcb\x92\xe4\xda\xc8\x29\xff\x87\x9d\x06\x02\x09\x07\xce\xed\xc4\x10\x0d\x02\x07\xb8\x75\xac\x9a\x44\x8e\xc9\xd9\xc5\xdd\x6d\xaf\x73\xd3\xd0\xa0\x23\x02\xa8\x65\xc4\xa6\xb3\x0c\xa4\x92\xfb\x7c\xc8\x94\x60\x86\x69\x92\x64\x39\xc4\x98\x07\x67\x0f\x36\xda\xf9\xaf\xce\xd9\x5d\xaf\x7b\x75\x39\xf8\xeb\x5d\xe7\xae\x73\x4a\x3c\x35\xd9\x66\xed\xb8\xec\x28\xd2\xb9\xa0\x53\xab\x8b\x96\x11\x8f\x7f\xc9\x59\x0e\x42\x10\x1f\x8b\x29\x13\xa6\xda\xa2\x1f\xf0\x45\xfb\x7d\xe7\xa2\xdc\xf2\x84\x91\x1f\xff\x52\x0c\x2a\xa3\x43\x96\x39\xef\x13\x38\x57\x2c\xc3\x2e\x3a\x72\x6e\xa9\x1c\xd5\xda\xbf\xde\xb5\x2f\xba\xbd\x9f\x07\x57\x1f\x06\xb7\x9d\x9b\x9f\xba\x67\x9d\x81\x53\x30\xce\xda\xb6\xdf\x52\x4f\x4e\x0f\x21\xbf\xe4\x34\xb3\x8a\xaa\x1c\x81\x6b\x87\x27\x8c\x3c\x4e\x98\x20\xb9\x00\x1a\x43\xed\x17\x74\x81\x38\x89\x1d\x67\x74\x7d\x71\xf7\xb1\x7b\x39\xb8\xfa\xa9\x73\x73\xd3\x3d\xef\x9c\x92\x5b\x96\x81\x7e\xe8\x17\x1d\x76\x71\x96\xe5\x63\x2e\x08\x9f\xce\x32\x66\x57\x03\x8f\xe3\x90\x4d\xe8\x03\x97\xaa\xa4\x23\xc0\x3a\x5a\x12\xfa\xea\x86\xec\x12\x85\x2e\xaa\x7a\x55\x92\x5b\x7c\xa3\x42\x3f\xcb\x5e\x28\x91\xc3\xe2\x8b\xab\xb6\x75\xf1\x8b\xca\xbe\xac\xad\x90\x96\x27\xfd\x6c\xb7\x81\x65\x22\xe9\xc0\x1b\x26\x4e\xfe\x59\x62\x26\xff\x7a\x32\xa4\x18\x12\xa5\xb7\xba\xdb\x61\x55\xc5\xcd\xe2\x83\xd7\x70\x27\xc4\xc3\xfd\x9a\xfc\x7f\x4f\x32\xd7\x2b\xb1\xf7\x6c\x2e\xea\x1e\x54\xb6\x83\xca\x56\xbf\x32\x87\xc0\x9f\x86\x15\xde\xd7\x7d\xb4\x8d\x89\x74\xc4\x59\x96\xea\x05\x1b\x57\xe9\x3e\x59\x69\xcf\x7a\xbd\x57\xc9\xf3\x5a\xb4\x36\x51\x2c\x6e\x82\x27\xc8\xb9\x86\xec\x6e\x4d\x99\xa1\x50\xd9\xd4\x48\x92\xc3\xd0\x0f\xd7\x93\xfb\xbf\xc3\xf5\x74\xb8\x9e\x0e\xd7\xd3\xaf\xd5\x24\x58\xc3\xd2\xbf\xaa\x4d\x70\x95\x16\xb8\x13\xc4\x53\x8d\xc1\x70\x51\xfb\xd3\x44\x4f\xa8\xc2\x62\x3e\x89\x9c\x4e\xa5\x88\x82\x0b\xe6\x33\x76\x44\x82\x0b\x13\x8c\x3f\x30\x8c\x55\xf6\xc4\xa2\x1b\xfe\x3a\x2c\x89\xd1\xba\x3c\x47\xe2\xc3\x41\x73\xf4\xff\xb7\xe9\xd5\x7c\x00\xc9\x3a\x80\x64\x1d\x72\x14\x0e\x20\x59\xcb\xa9\xe5\x10\x85\x7f\x88\xc2\x8f\x9f\x1d\x40\xb2\x5e\x10\x48\x96\x90\x29\x1b\x54\x40\xf1\xc3\x3f\x07\x55\xbf\x47\xe9\x49\xec\x04\x29\x3d\x28\xd2\x12\xa0\x75\x9e\xee\x9e\x96\x50\x2e\x4f\xbc\xca\x49\x12\x17\xb4\x7d\xe1\x02\xef\x28\x9b\x1b\xc6\xd3\x6c\xb1\x12\xef\x33\x44\x6a\xd5\x6d\xf4\xb7\x68\x64\xa9\x21\xdb\x83\xc5\x65\xe5\x42\x7d\xab\x60\xd6\x05\x5f\x7a\x45\x6e\x82\xf5\x98\xb7\x07\xfc\x1f\x34\xb0\xf0\xfa\xe7\x81\x91\xd7\x3f\xde\x15\xc3\xa1\xcc\xbb\xb7\xc5\x6e\x28\xf1\xc6\xd7\x61\xc6\x88\x47\xfc\x1c\x86\x8c\xa5\xbb\xff\xcd\xf1\xf5\x65\xb4\x7c\xe0\xee\x6b\x2e\xd7\xb7\xca\xe3\x0f\xf6\x8c\x7d\xda\x33\x8e\xbe\x5d\x83\xc6\x01\x73\x61\xc9\xe2\x1c\xac\x3d\xdb\xac\xd6\xc1\xda\x13\x3f\x7b\x4e\x6b\x0f\xfa\x6e\x07\x33\xaa\x98\x30\x35\xf2\x7d\xf5\x66\x83\xd7\x23\x5b\x7d\x10\x80\xa0\x01\x14\x5c\x9d\x6c\x10\x6e\xcd\x6f\xcb\xfc\xe3\x64\x94\x01\x8a\x38\x51\x2e\xc4\xc9\x3f\x8b\xbf\x23\x05\x22\xfa\xb1\xc6\x07\xba\x41\x08\x93\x8f\xb2\x67\x69\x21\x76\x15\x8d\xd7\x84\x36\xb9\x31\x1c\x7b\x61\xac\xf0\xe6\xaf\x8c\x74\xba\xc6\x4f\xcf\xe1\xcb\xd7\x95\x54\xd1\x30\xf4\xe7\x8d\x80\x5a\xa4\x84\xf5\x0e\x96\xd7\x23\x38\x26\x0d\x3c\x4e\x38\x88\x07\x00\xe1\x04\x57\x68\xb4\xe1\x3e\x1d\x93\x42\xde\x44\x93\xac\xf5\xdc\x62\xe4\x02\xb9\xaf\x37\x71\x47\xa3\xaf\x77\xde\x5f\x3d\x34\x64\x05\xdd\x7f\xd5\x30\x91\x25\x3c\x73\x3f\x11\x22\xcf\xc7\x1f\x3f\x32\xf3\xed\x31\xc7\x8f\xcc\x3c\x17\x67\xdc\x96\x1d\x2e\x65\x09\x45\xc5\x89\x17\xc2\x0d\xb6\x63\x7d\xaf\x6b\x8e\x87\xf4\xc1\x43\xfa\xe0\x21\x7d\x30\x7e\xe3\x90\x3e\xb8\x6b\x4d\xe6\x73\x78\xe5\x19\xaf\x73\xec\xf0\xdb\xbb\xd1\x71\x5e\x87\x4b\xfd\x70\xa9\x6f\x36\xc7\x97\xaa\xc6\x78\x7a\x7e\x09\x6a\xcc\x46\xa8\x17\xe8\xd9\x2d\xaa\x9b\x79\xf2\x5f\xe9\xbd\xbd\xf6\x9d\xbd\x1e\x26\xa4\x9f\x9a\xcf\xec\xe2\xa3\xf2\xeb\x7e\x70\x51\x1d\x60\xc1\x0f\x2e\xaa\x83\x8b\xea\xe0\xa2\x72\x4f\xbf\x09\x58\xf0\xa0\x64\xac\x2c\x55\x7b\x53\xd4\xa7\xad\x09\x37\xa9\xde\xc4\xfe\xed\xeb\x05\x09\xf7\xa5\x5f\xc6\x7e\xe4\xcf\xa5\x03\xbc\x14\xc9\xb1\x98\xf7\x8b\x90\x15\x4f\xfe\x59\x09\xe6\x5e\xf0\xf8\xe9\x7c\x3a\xa5\x6a\x0e\xf7\x96\x0b\x6d\x6e\xc1\x84\x5a\x6e\x46\x11\x6c\xb0\xbb\x96\x86\xb9\x89\x22\xb1\xb4\x25\xe4\x19\x53\x66\x1e\xbd\x09\x5c\xf4\x3f\xfa\x82\x17\xe0\xa5\x7c\x2c\xa4\x42\xe3\x8e\xfd\x78\x42\x45\x9a\xd9\x73\xa0\x43\x3b\x09\x15\x42\x1a\xb8\xfd\xc1\x6d\x90\x92\x07\x4e\x51\x56\x68\x5f\x77\x4b\xe7\xa4\xde\x4f\xb9\xd6\x99\x2a\xb9\x18\x5f\xd1\x89\x7a\x6e\x58\xd0\x83\x46\x18\xaf\xfe\xd7\x3a\xc8\x86\xea\xfb\x6a\xba\x47\x39\x8a\x78\xb0\x34\x01\x64\xc5\xbb\x25\x5c\xac\xe5\xaf\x56\x92\x44\xca\xcf\x5c\xda\x08\x3c\x86\x21\x57\xc7\xe1\x7f\x8c\x3b\xf4\xbf\x15\x2d\xfb\x5f\x7c\x75\x0c\xf8\x51\x31\xa3\xe6\x03\x6a\x8c\x65\x2a\xbb\x67\xa6\x94\x2d\xe7\x2b\x32\x53\x7a\x54\xdf\xbf\xca\xcc\x94\xf2\xc0\x9f\x9c\x59\xac\x49\x93\xdf\x5c\x4c\xf3\xba\x27\xec\x10\xdf\xbc\xc5\xd2\x7d\xab\xb1\xce\xcb\x58\xe8\x8b\x19\x61\x85\x8b\x7f\x8b\x27\xb7\x7c\x27\x1d\x8e\xe8\xb2\x35\xfa\xe6\xc0\xc2\x2b\xa2\xc6\x8a\xb9\xbd\x12\xd0\xf0\xaa\xb4\xb4\xef\x51\x3d\x8d\x6d\x39\xda\x8d\x43\x95\x9f\x43\x95\x9f\x43\x95\x9f\xa7\xae\xf2\xb3\x9e\xa6\xb9\xb6\x9a\xb9\xae\x8e\xb9\x9e\x82\xd9\xac\x5d\xee\x90\xd2\x5a\x56\xfa\xb6\x4d\x69\x2d\x29\x55\xaf\xc2\x35\x5a\x1a\xf1\x73\xa4\xb4\xfe\x4a\xf5\xc0\x83\x12\xf8\x24\xeb\xf6\xad\x6a\x80\x2f\x5c\xfd\x3b\x24\xe3\xee\x31\xd2\xe1\x1b\x06\x17\x3b\x04\x3a\x2c\x59\x9c\x43\xa0\xc3\x36\xab\x75\x08\x74\x88\x9f\xbd\xb8\x40\x87\x66\xcd\x81\xa7\xbb\xa6\x53\xd5\x89\xec\x85\x40\x5b\x42\xe8\xdc\x5e\x7c\xef\xa6\xaf\x42\x6e\x8f\x10\x75\x83\x99\x43\x3d\x87\xfc\x7e\x40\x88\x3d\x20\xc4\x1e\x84\xb8\x5f\x93\x10\x77\x90\x53\xb6\x59\xad\x83\x9c\x12\x3f\x3b\x20\xc4\xbe\x20\x88\x10\x2b\x38\x95\x92\x44\x56\x06\xa5\x9e\x29\x06\xe1\x73\x22\x0d\xa9\x22\x84\x56\x05\xb0\x65\xd2\x15\x36\x60\xe5\xab\xd7\x20\x5c\xd9\x71\xe2\x88\xd7\x88\xa6\x8b\x3b\x7c\xf3\x6f\x6b\x0c\xfc\xc6\xdd\x95\x70\xa0\x87\x34\x0d\xb5\xd0\x41\x40\x9a\xd2\x39\x99\xd0\x07\x46\x46\x94\x67\x68\xa6\x72\x3c\x70\xc9\xdc\x96\x0d\xe8\xff\x6c\x36\x20\x5a\x1e\x4e\x91\x01\x66\x79\x3a\x8a\x38\x09\xcd\xbc\x93\x0a\xde\x81\x42\xed\xae\x2c\xfe\x90\x31\x11\xa5\x13\xad\x3b\xe6\xbd\x88\xa6\x5f\x3d\x14\x30\xa6\x9b\xaf\x1a\xdd\x0b\x27\xbc\xb1\xc8\xe5\xfe\x74\xae\x5d\x14\x2d\xfd\xc7\xd7\xc2\x0a\x9e\x43\xad\xfa\x86\x5d\x1f\x07\xf7\xc6\xaf\xb3\x26\xd6\x8b\x11\xc9\x0f\x8a\xee\x1e\x15\xdd\x43\x5e\xe6\xc1\x5d\x71\x30\x03\xac\xbd\x5a\x07\x33\x40\xfc\xec\xf5\xb8\x2b\x9a\xa5\xe7\xed\x4a\xc4\x3f\xa1\x1c\x7d\x10\xa3\x0f\x62\xf4\x41\x8c\xfe\x66\xc5\xe8\x97\xb1\xc2\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\x0f\x32\xb4\xfb\x6a\x2f\x32\x34\xfc\xe5\xb3\xb9\xf7\x93\xba\xbd\x9e\x47\xca\xe5\x6e\xbf\x16\xe1\xf9\x20\x38\x1f\x04\xe7\x97\x2d\x38\xbf\x98\x09\x7d\x7b\x09\x9b\x87\x94\xc7\x43\xca\xe3\x21\xe5\xf1\x2b\xa4\x3c\x86\x12\x7b\x5b\x94\xd1\x29\xfd\xe6\x1b\x7a\xee\xe2\x3a\x47\xfe\x9a\xb2\x24\xea\x07\xb1\x51\xa9\x9d\xcf\xee\xa3\xd7\x05\x3b\xbd\x38\xea\x43\x81\x1d\x12\xed\xda\xa1\xc0\xce\x13\xce\xdb\x9f\xb3\x15\x33\xf7\x34\x8a\xa6\xc4\x57\x3a\xed\xaf\x1e\x73\xd5\x7c\xd2\xbf\x6a\x04\x56\xed\xcd\xb1\x90\xfd\x52\x14\x68\x7e\xfe\xba\x42\xbb\x5c\x0d\x1f\x99\xf9\x56\xee\x85\x43\x6d\xa1\x43\x19\x82\xad\x4b\x2f\x6f\xc4\xe1\x5f\xd7\x14\x0f\xe5\x93\x0e\xe5\x93\x0e\xe5\x93\xe2\x37\x0e\xe5\x93\x5e\x40\xf9\xa4\x5d\xa4\x16\xec\xfe\x5b\x11\x5c\x0e\x25\x94\x0e\xb2\xcb\x41\x76\xa9\x9d\xe2\x0b\x54\x4a\x5f\x44\x81\xa8\xa0\x94\xee\x0b\x8b\x21\xf6\xbd\x06\x66\xbc\x57\x48\x06\xbf\x92\x07\x58\x06\xf7\x7f\x07\x58\x86\x75\x26\x77\x80\x65\x38\x44\xda\x1d\x60\x19\x0e\xb1\x64\x87\x58\xb2\x03\x2c\xc3\x6b\x81\x65\xf0\x02\xd4\x3e\xa0\x19\x6a\x84\xb1\xd5\xf0\x0c\x9f\x17\x35\x83\x17\x2b\x68\xf9\xb1\x1e\x60\x1a\x0e\x30\x0d\xbb\xd2\xce\x8b\xd0\xc9\x9e\x04\xae\xa1\x86\x0d\xec\xaa\x88\xbd\x0e\xd8\x06\x3f\xda\x43\xce\xd9\x21\x74\xf6\xe5\x87\xce\xbe\xb8\x9c\xb3\x17\x23\xb6\x1f\x94\xe1\x3d\x2a\xc3\x87\xb4\xb3\x43\xda\xd9\xc1\x54\xb0\xf6\x6a\x1d\x4c\x05\xf1\xb3\xd7\x91\x76\xb6\x5a\x9a\xde\x0b\x7c\xc3\x53\xc8\xd5\x07\xb1\x1a\xdf\x3b\x88\xd5\x07\xb1\xfa\x1b\x15\xab\x5f\xc6\x0a\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x3e\xc8\xd4\xee\xab\xbd\xc9\xd4\xfb\x85\x73\xd8\xd0\x8b\x15\x65\xa5\xbc\x26\x61\xfa\x20\x48\x1f\x04\xe9\x97\x2d\x48\xbf\x98\x09\x1d\xa0\x1d\x0e\xd0\x0e\x07\x68\x87\x03\xb4\xc3\xce\x52\x8d\xe3\x23\x1b\x80\x31\x94\x72\x6e\x7f\x72\x8c\xe5\x2d\x17\x49\x96\xa7\x90\x89\x36\x61\xe4\x7d\xce\xb3\x94\x80\x76\x63\x95\x54\x2e\xc5\x3b\x20\x26\xa0\x03\x18\xa4\xcf\xc8\x5a\x2e\xc5\xfc\xb4\xc0\xe6\x5e\xac\x10\xe3\x87\xfa\xc4\x32\xcc\x57\x8f\x19\x29\x76\xe5\xb9\xe3\x45\x7e\xe3\x56\xee\x4d\x34\xa6\x30\xf8\x37\xef\x33\x39\xec\xcd\x67\xcc\xfe\xf7\x9c\x4f\x99\xd0\xa0\xf6\x70\x33\x8f\x89\xbb\x81\x63\x2c\xf2\x8a\x37\xb7\xdd\xcb\x8f\x17\x71\x6e\xdb\x9b\x4f\x77\x17\xbd\xee\x75\xfb\x26\x9c\xe7\x30\xab\xf8\x0c\xbb\xef\x4a\x47\xed\x4c\x4e\x67\x54\x71\x2d\x45\xe7\x8b\xbd\x55\xec\xd0\xae\x80\xd8\xa5\xda\x6e\x74\x9d\xbf\xc6\x23\xbb\x2c\xff\xf3\x63\xaf\xfc\xaf\xd2\x2c\x2e\x7a\xe5\x7f\x75\x96\xce\x26\x6a\xb8\x7a\x96\x8e\xc9\xc7\xde\x29\xf9\x08\xa1\x43\x8a\xf4\x26\x14\xaf\xd2\x8b\xde\x29\xb9\x60\x5a\xc3\x2f\xc5\xc7\x86\x9b\x0c\xe6\xf6\x9e\x0b\xaa\xe6\xc4\x4f\x1f\xb3\x3e\x29\xf8\x14\xfc\xd2\x54\x17\x4f\xfc\x3d\x17\xa0\xf5\x16\xab\x77\x21\xc7\x3c\xa1\xd9\x6e\x8b\xd8\xbe\x8c\x2f\x80\x37\x57\x37\x4b\x97\x22\x7e\x7b\x71\x2d\xda\x97\xe7\x90\x83\xea\x87\x5a\x33\xf3\x4b\xa6\x0d\x4b\xad\x14\x9d\x22\xf1\xc2\x3d\x3c\x8f\xa4\xeb\xbf\x4b\xc8\x4a\xcd\xb5\xe5\xa3\xed\xcb\x73\x72\x42\xae\x6e\xfa\xe2\x4a\xa5\x68\x74\x64\x56\x2c\x45\x69\x81\x6b\x22\xa4\x21\x7c\x3a\x93\xca\x50\x61\xac\x44\x0e\x17\xb2\x5b\x11\x4d\xa8\x62\xe4\x4c\x4e\xa7\xb9\xa1\x86\x3f\xb0\x85\x45\x15\x68\x49\xb8\x65\xa6\x9b\x82\x1b\xa3\x66\x0d\xf1\xc6\x2e\xe6\x32\x53\xb6\x7d\x2b\x2d\x94\xaf\x08\x9e\x2e\xb0\x63\xdf\x04\x55\x8a\x96\xf9\xd2\x1b\x6e\xd8\xb4\xfa\xfe\x9a\xe1\xa6\xff\xaa\xbd\xca\xac\x28\x73\x21\xa9\xbd\x7e\x30\x0d\xf8\x82\x1b\xa6\x68\xf6\x89\xce\x3e\x78\x2b\xe9\x16\xf4\xf1\xff\xdd\x96\x32\x50\xdf\xfc\xdc\xfe\x14\xe7\xb0\xbe\xb9\xbe\xb9\xea\x5d\x2d\xa5\x99\x52\x0b\x8b\x44\x63\x1f\x9f\xc2\xff\x92\x13\x62\x5b\x0f\x12\xd7\x94\x19\x6a\x25\x51\xf2\x16\x13\xce\x42\x5a\x0a\x17\x19\xd0\xc8\x4c\xf1\x29\xb7\xfb\xea\x4c\x3d\xef\x50\xa8\x0b\x52\x6b\xa0\x12\xfc\x00\x93\x47\x41\x5c\x36\x54\xa4\x54\xa5\xe4\xef\xda\x25\x3c\x5b\xe1\x19\x5f\xa7\xda\xff\xc0\x52\x72\x4c\x26\xc6\xcc\xf4\xe9\xc9\xc9\xe3\xe3\x63\xcb\xbe\xdd\x92\x6a\x7c\x62\xff\x38\x66\xa2\x35\x31\xd3\x0c\x33\xa5\xed\x2a\x9c\x92\x6b\x25\x8d\x04\xc1\xd7\x5e\xed\x9c\x66\x90\xd2\x3a\xc4\xd3\x2e\x47\xe4\x7f\x12\xa9\x58\xab\xd8\x98\xff\x21\x51\x12\xf6\xc8\xca\x05\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x02\xc0\x44\x22\x41\xf2\x40\x61\xc3\xb6\xe7\xb3\xf4\x98\x73\x41\x86\xe5\x8c\x84\x64\x9a\x32\x42\x1f\x28\xcf\x30\x1f\x5f\xa2\xa9\x1b\xd7\x99\x29\x2b\x70\x77\x51\x5b\xca\xad\x66\x08\x31\xa3\x20\x3a\xf8\x57\x67\x76\xc2\x89\xcc\xc8\x30\x1f\x59\xcd\x22\xba\x95\x8e\xac\x14\xcd\x35\x51\x2c\x91\xd3\x29\x13\x68\x0c\xb7\x0d\xc1\x97\xb0\x62\x6e\xb4\xad\xbe\x80\xfd\xb7\xe2\x35\x50\x40\x2a\xe1\x60\x0b\x66\xb5\x6c\x31\xc7\x6e\x86\xf9\xa8\xe4\x61\x35\x92\x28\x46\x53\xc2\x4d\x5f\xb4\x33\x2b\xca\x4c\xa5\x61\x71\xf0\x2b\xb8\x63\x4a\x0b\x0e\x0c\x41\xb1\x59\x46\x13\x9f\x4c\x9c\xc9\x84\x66\x64\xc4\x33\xa6\xe7\xda\xb0\x69\xdc\xc0\x5b\x30\x11\xd8\x35\xe3\x9a\xa4\xf2\x51\x64\x92\xba\x79\x54\x3f\x7b\x57\xe6\x2d\x1d\x9f\x4e\xdf\x51\x4a\x2a\xf8\x9f\x1f\xb9\x48\xb7\x3b\x83\x77\x97\x3f\x5e\x5e\x7d\x2e\x1d\xc3\xbb\xdb\xce\x4d\xfc\xef\xdb\x9f\x6f\x7b\x9d\x4f\x4b\xcf\x61\xb5\x95\x82\xb2\x60\x78\xa0\x3a\x9e\x92\x5b\x5c\x04\xa9\xc8\x9d\x66\xaa\x61\x52\x9f\x1c\x29\x15\x3f\xc8\x94\x6d\x37\xb7\x4f\xed\xcb\xbb\x76\x89\xa3\xdc\x9e\xfd\xd0\x39\xbf\xbb\x28\x29\x26\x7e\x7e\xd1\x2f\x37\x1d\x54\x3b\xe2\xdf\xce\x7e\xe8\x5e\x9c\x0f\x82\xa2\xb2\x6c\x35\x2a\xfd\x56\xf9\x52\x0f\xf9\xcf\x44\xa6\x64\x38\x8f\x13\x5e\x0b\x9c\x84\x47\xaa\x49\x06\x0e\x3d\x96\x7a\x1d\x1a\x5b\x3d\x05\x36\xe4\x11\x18\x8a\x2f\xac\x4e\x7a\xe4\xde\x01\xbc\x04\x54\xdf\xa9\x29\x03\x30\xc4\x0d\xdb\xde\xa9\x88\x74\x61\x44\x66\x08\x6b\x64\xb5\x75\x2b\xc2\xa6\xb9\x3d\xbf\x8a\x8f\xc7\x60\x9a\xaa\x0c\x15\x5b\x73\x9f\xc2\x4a\xc2\x77\xb8\xd5\x33\x25\xe1\x48\xdb\x6e\x9d\x3a\x10\x14\x5f\xfc\x10\x35\x9a\x52\x8b\x8a\x82\x4e\x5b\x33\x34\xbf\x2f\xa7\xe8\x89\x68\x98\x16\x1c\xbd\x22\x32\x1d\x38\x94\x46\x8b\xda\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\x03\x52\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xbd\xbb\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x58\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x54\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x0c\x8b\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\xbe\x6b\x60\xfc\x24\xac\x2c\x4b\xd1\x36\x54\x9e\xc5\x29\x18\x4e\xea\x9a\x44\x9b\xa8\x51\x8c\x4e\x81\x9d\x53\x41\x3a\x22\x3d\xbe\x1a\x1d\xdf\xe2\x8f\x53\xaa\xee\x99\x0a\x9f\x3e\x2a\x6e\x0c\x03\x57\x0e\x77\x5e\x1e\x30\xec\xc0\x90\xed\x7d\x03\xb9\x09\x45\x07\x2d\x72\x63\xd9\xb3\x7d\x3f\xdc\x3d\x96\x50\x53\x66\x28\xcf\xb4\x1b\x6c\x69\x5d\x4f\xc9\x05\x55\xe3\xc2\x4c\xf3\x56\x8e\x46\xd8\xd8\x3b\x1c\x86\xbd\x6a\x4a\xb3\xa8\x61\x91\x96\x34\xfc\xf5\x05\xfd\xb9\x97\x83\x90\xb6\x48\x55\x77\xb3\xdd\x68\xea\xee\x1a\x56\xfc\xea\x72\xd0\xf9\xaf\x6e\x49\x61\x71\x4f\x6a\x68\x0d\x26\x8e\x8f\x97\xdf\x05\xf5\x6d\x2f\x92\x53\xf9\xc5\x1a\x72\xca\x67\x7e\xe7\x47\x56\x05\xaa\xa1\x25\xf6\x85\x1b\xdc\x98\x78\xdc\x15\x12\x2a\x9a\x01\xeb\x1b\x9d\xcd\x18\x55\xba\x6e\xb7\xcb\xd2\x5a\xc3\xde\x63\x4f\x71\x1f\x6e\x93\x7d\x3f\x47\x44\x8a\x6c\x1e\xdf\xf5\x15\x8a\x5c\x83\x06\xb0\xad\x05\x0a\xb8\x06\x3c\x9c\xab\x07\xa6\x14\x4f\xd9\x27\xae\xad\x26\x83\x3f\xbe\x77\xa0\x38\xdb\x11\xc4\x87\x76\xf7\xa2\x22\x03\x0c\xce\x3b\x1f\xda\x77\x17\xcb\xb5\xf1\xd2\x77\x35\x68\x4d\x51\x3b\xa7\xf6\xd6\x77\x26\x65\xb8\x1d\x8e\x3d\xd4\x0f\x4b\xc3\x85\x56\x46\xfa\xa9\x70\xd5\x6b\x74\x7b\xb8\xff\xdc\x1a\x6a\xb6\x24\xff\xf6\x59\xaf\xfb\x53\x49\x6b\x6f\xdf\x9c\xfd\xd0\xfd\xa9\x4e\x2e\x18\x7c\xec\x5c\x76\x6e\xda\xbd\xce\x72\xaa\xaf\x34\x59\x77\xe7\x6b\x3b\xe0\xaa\xdb\x8b\xeb\x10\xb9\x61\xc9\x5a\xc9\x8c\x70\xa3\xc9\x03\xd7\x7c\xc8\x01\x5d\xc9\xb9\x90\xee\xba\xc0\xf4\xc0\x27\xcf\xcd\xdc\x4b\x05\xd8\xef\x29\x79\x3f\xf7\x6b\x78\x04\x4c\xce\xb5\x8f\x6a\x6a\xec\x58\x4a\xac\x52\x83\xb7\x9e\x9f\xf4\x29\x69\xab\x64\xc2\x1f\x40\xed\x89\x3e\x13\x56\x14\x15\x63\xa6\x70\x38\x60\x37\x8f\xc7\x12\x3d\xb7\xa3\x8a\x65\x80\x62\xd5\x82\xd8\x37\x66\xc2\xaa\xce\x71\x27\x28\x9f\x28\x26\xbe\xb3\xa2\xcc\x2c\xe3\x09\x37\xd9\x9c\x24\x60\xf3\x48\xad\xa0\x38\xa5\x82\x8e\xdd\x9d\x0b\x8a\x42\x85\x24\xfe\x8a\x10\x54\x57\x23\x67\xdc\xea\x71\xb6\xe5\x09\xb8\xbb\x3c\xef\x7c\xe8\x5e\x96\x49\xe0\x87\xee\xc7\x92\x10\xf8\xa9\x73\xde\xbd\x2b\x5d\xb4\xab\x64\xc1\xc5\x66\xeb\x4e\x89\x7f\xe9\x94\x9c\xe3\xa7\xa7\x76\x71\x6b\xf0\xb5\x82\xfa\x58\x59\x87\x1b\x1f\x2e\xe5\xff\xe8\x08\xa3\x6a\x2d\x73\xeb\x9a\x1c\x9c\x41\xb4\x64\x73\xa8\x37\x5b\x2e\xf4\x7d\x59\xf5\x06\x2e\x9a\xb8\x9d\x07\xc9\x76\xd2\x2a\x2c\x11\xb1\xe1\x16\xd4\xee\x26\xa3\x47\x8d\x43\xa2\xe0\xa5\x3f\x81\x6f\x71\x9a\x6b\x83\x4e\x20\x20\x4e\x72\xff\x17\x6d\x17\x14\x9c\x44\x2d\x72\xcb\x58\x5f\x78\xfd\x7b\xcc\xcd\x24\x1f\xb6\x12\x39\x3d\x29\xc0\xdd\x4e\xe8\x8c\x4f\xa9\x15\x50\x99\x9a\x9f\x0c\x33\x39\x3c\x99\x52\x6d\x98\x3a\x99\xdd\x8f\xc1\xb6\xef\xfd\x60\x27\xa1\xd9\xb1\xfc\xed\xc5\x9f\xbe\x3f\xbe\xf8\xcb\xf7\x6f\x16\x2d\x2a\x4d\xfb\xdf\x11\x09\x9d\xe9\x3c\x73\x91\x4d\x2a\x5e\x1b\x7f\xe4\x73\xb6\x6a\xbf\x2f\xcb\xdb\xb5\x9b\x06\x78\x76\x7d\x57\xb2\x70\x96\xff\xf9\xa9\xf3\xe9\xea\xe6\xe7\x12\xa7\xec\x5d\xdd\xb4\x3f\x2e\xb7\x74\x2e\xa8\x88\x95\x65\xf8\x51\xc8\x47\x51\x9e\xbd\xae\x4e\x3a\x17\x86\x4f\x99\xd7\x10\xdd\x3f\x7b\x38\xd3\x2d\x66\x7e\xd5\xfb\xa1\x2c\xe4\x7c\xb8\xf8\xb9\xd7\x19\xdc\x9e\xff\xb8\x74\x26\xf8\x59\x69\x64\xb7\x60\xe9\x3f\x93\x59\x3e\x15\xf1\xdf\xdb\x8f\xad\x7b\xd9\xeb\x7c\xac\x8e\xee\xaa\xdd\x2b\x2f\xfb\x4d\x39\xda\xe7\xcd\xfb\xab\xab\x8b\x4e\xc9\x53\xf6\xe6\xbc\xdd\xeb\xf4\xba\x9f\x4a\xb7\xdd\xf9\xdd\x0d\xc2\xbf\x2d\x9b\xa6\x1f\x41\xcd\x44\xed\xb4\xe2\x69\xee\x9b\xcf\xac\x75\xcc\xdb\x2e\x92\x16\x0f\xca\x71\x04\xb3\x82\x7e\x17\x30\x3a\x1c\x07\x8b\x5f\x82\x23\xad\xe5\x35\xa6\xbc\x4d\xa4\x99\xd7\x2d\xdd\xe8\x65\x2c\xaf\x17\x86\x80\x20\x85\xa8\x62\xd2\x2c\x93\x8f\x18\xcf\x38\xe5\xf6\xca\x73\x98\x57\xf6\x15\x4d\x92\x5c\x29\x26\x4c\x36\x6f\xd5\xb0\x93\xf2\xb6\xb0\x44\x31\xf3\x49\xe6\xc2\x6c\x4f\x72\x9d\xcb\x9f\x06\x3f\xb5\xcb\x24\xd7\xbd\x58\xe1\xbf\xa8\x7c\x53\x73\xb9\xb9\x57\x4e\xfd\x1f\x41\x19\x73\xb2\x20\x0c\x1d\xec\x71\x3e\xd6\x77\x6a\xe7\xe1\x14\x3e\x41\x98\x78\xe0\x4a\x02\x18\x26\x79\xa0\x8a\xd3\x61\xe6\xe4\x17\x3b\xba\x53\xf8\xdf\xcd\xda\x04\xd3\x5a\x85\xb7\xdc\x4a\x65\xce\x43\xcc\xe0\x76\x8a\x7a\x5d\x00\xde\x62\xe8\x5d\xbd\x0e\x5e\x09\xb7\xf3\xc3\xea\x51\x7d\xbf\x60\x1a\xeb\x0a\x6d\xa8\x48\xd8\x59\x46\xb5\xde\x76\xac\x28\xdb\x1f\x95\x39\xce\xcd\xcd\xdd\x75\xaf\xfb\x7e\xc5\xa6\x57\x3f\x5e\x8c\xa9\x4c\xb2\xdc\x5b\x8f\x87\x4a\xd2\x94\xd8\xbd\x91\x63\xb4\x54\xbb\x5b\xb5\x00\x25\xc5\xe0\xe6\x10\x66\x52\x02\x44\x0d\x11\x24\x5e\x89\x88\xcd\x5f\xdc\x2d\x04\x49\xec\x4a\x90\x48\x9f\xf0\xa7\x1e\x0c\xdf\x88\x64\xee\xb4\xba\x59\x46\xcd\x48\xaa\x29\x92\x50\x69\xd2\xd8\xf8\xf2\x46\xb9\x30\x4c\xa9\x7c\x66\xb8\x47\x99\xad\xde\x52\x50\x81\x54\x8e\x3f\x31\xad\xe9\x98\xed\xe2\x1f\xa9\xbb\x99\x6f\x7f\x8a\xff\x09\xfe\x8f\x75\x6e\xdd\xd2\x08\x7d\x3c\xa0\xa7\xa7\x2b\xf1\x81\xf2\x2c\x57\xec\x5a\x66\x3c\xd9\xd2\x9f\x6b\x35\xc1\x41\xf7\x93\x95\x90\xdb\xbd\xce\x45\x49\x3e\x80\x67\xed\x0f\xbd\xce\xcd\x00\xa1\x4b\xdb\xef\x2f\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xd3\xf5\x45\x67\x85\x9b\xb4\xb1\xf1\x45\xab\x42\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\x0a\x88\x57\x46\x21\x74\x9e\xf2\x0c\x7c\x34\x12\x7d\x35\x94\x08\xab\x96\xdb\x9f\xb5\x57\x7d\x7c\xa4\x68\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\xa5\x31\x9b\xf7\x05\x1d\x4a\x65\x40\x01\x0b\xcc\x9b\xa8\x5c\x08\x2e\xc6\xd0\x18\x22\x10\x27\x19\xa3\x82\xe4\xb3\x28\xcb\xc1\xd9\xcb\x46\x5c\x40\x00\xd2\x94\xaa\x7b\x1f\xec\x11\x82\x53\xc3\xa1\xd0\x84\xea\xbe\x40\x40\x10\xc7\x0a\xd7\x58\xe1\xd3\xb5\xde\x6a\x5c\x9d\x29\xbd\x67\x76\x55\xa6\x79\x32\xb1\x2a\xdc\x58\x31\xad\x9d\x4d\x25\xa1\x02\xfd\x63\xee\xf5\x47\x9e\x65\x7d\x21\xa4\x5d\x0a\x6f\xba\x49\xd9\x8c\x89\x94\x89\x84\x63\x6e\x03\xb8\x96\x82\x89\x75\xac\xe8\x6c\x42\xb4\x04\x9f\x0c\x2c\x3b\x28\x87\xf8\x91\x8f\x86\x72\x10\x28\xf0\x38\xb6\xbc\xa8\xdc\xf2\x89\x2b\x30\xc9\xe2\x2a\xc3\xc7\xde\xec\xe2\xcd\x8d\xa8\x64\x4f\x67\x19\x33\x08\x23\x0c\x4b\x0e\x9b\x61\xd7\xba\xb4\x1f\x76\x9b\xea\x36\xa1\x2f\x8a\x31\x53\xed\x46\xd4\xaa\xb1\xe8\xb8\x23\x45\x7e\xa0\x22\xcd\x6c\x2b\xde\x76\x57\x3e\x8b\x10\xf3\xd1\xb6\x54\xe3\x4f\xe3\x2e\xc2\x54\x42\x73\xbd\x91\x34\xb5\x3c\x21\x05\x55\xee\xe3\xc2\x67\x09\xe4\xed\xb2\x51\x60\x75\x67\x96\x45\xd2\x4c\xba\x55\xc2\xd7\x73\x2c\x1c\x41\x60\x34\x0d\xea\xdd\x4c\x71\x91\xf0\x19\xcd\xb6\x92\xfd\x2a\x21\x8a\x2e\xf4\xef\x2d\x1f\x59\xf2\x79\xb7\xe0\x6a\x30\x4c\x4d\x21\x33\xcb\x0d\x33\x6c\xe1\x2a\xb9\x0a\x77\xc7\x12\x32\x2d\x87\xc3\x6c\xb1\x37\xe8\x47\x6e\x9a\x6e\xa5\x15\xd7\x3b\x06\x32\xd0\xec\xba\xbe\xcd\xba\x05\x8b\x1e\xfe\x6b\xd9\x56\x7f\xa2\x33\xbb\xc5\x08\x8f\x4c\x68\x31\x47\x27\x30\xb9\xea\x1f\xde\x1b\x1b\xb9\x67\x42\x70\xeb\xfa\x3a\x6e\xb1\x84\xce\x9d\xbe\xd8\x49\xc9\x4d\x15\xe5\xc2\x39\x92\x1c\xe5\xc6\x9e\x26\x0a\x8e\x2e\xf2\x96\xb5\xc6\x2d\xe2\x41\xaa\x8f\x48\xfb\xfa\xba\x73\x79\x7e\x44\x98\x49\xde\xf9\x78\x0f\xe7\xfe\xee\x0b\x23\x9d\x70\x31\x27\x13\xf9\x08\xac\x8c\xa9\x31\x2b\xcd\xd9\xfb\xca\x01\xe1\x68\xcc\xb5\x51\xce\x63\x2f\xd2\x18\x33\x9d\x4f\xab\x72\x23\x52\x48\x6e\x26\xbb\x90\x06\xd5\x3a\x9f\x5a\xb9\x76\xc0\xe9\x74\xa0\x64\xb6\xea\x0c\xd7\x1e\xa9\xc2\x76\x31\x70\xe6\xa2\x01\x4d\x12\x2b\xf7\xae\xdd\xda\xaa\x7d\x3c\x87\x65\xd2\x64\x66\x0f\x14\x04\x0a\x2d\x22\x68\x47\xb7\x94\x37\xe4\x0d\xe7\xc8\x32\xb2\x22\x47\xd1\x43\xc1\x9f\xb3\x99\x62\x56\x3a\xac\x5a\xb4\xc2\xc2\xde\x94\x97\xe3\x1b\x5a\xdc\xc0\xce\x36\x5b\xd6\xd2\xaa\x1d\x91\x59\xc6\x2c\xbb\xce\x35\xc3\x88\x84\x5b\x96\xe4\x8a\x9b\xf9\x19\x66\x8b\xd6\xac\xea\x19\x56\x08\xf0\xa6\xa3\x08\x9f\x7c\x97\x65\xae\x6b\x65\x59\x4b\xe4\xc9\x59\xdc\x19\xf2\xb6\x3a\xd8\x77\xf4\xba\x57\x2a\x1d\x41\x50\x47\xa5\xa4\x03\xd2\x30\x84\xe0\x02\xcf\xf9\x25\x97\x86\xea\x77\xad\xbe\xb0\x0c\xf4\x9e\xcd\xd1\x54\x6e\x59\xd4\xef\xec\xb5\x79\xac\x99\xd0\x10\x38\xf4\x3b\xb4\x61\x59\x26\xeb\xd5\x56\x94\x22\xb1\x92\x44\x19\x91\x1e\x82\x3d\x5c\xa3\x8e\x43\x16\xa1\x34\x05\x8c\xbd\x7f\x86\xc3\x1f\x33\x03\x39\x22\x86\x1b\x10\x6f\x52\x2c\x55\xb1\x30\xf4\x95\xe6\x03\xa4\x0a\x25\xc1\xa4\x91\xe6\xbb\x9d\x37\xbd\xd8\x46\xdd\x26\xd6\x5f\xec\xb7\x2e\x7a\xea\xc4\xab\x78\x89\x92\x0b\xf5\x1f\xa8\xe5\xd7\x76\xa7\x87\xc8\x5b\xbc\x1d\x97\x89\xd6\x23\xbf\xe7\x33\x96\x72\x0a\xb1\x54\xf6\x5f\x27\x76\x5e\xbf\x3d\xbb\xb9\xba\x1c\x14\x11\x90\xff\xd1\x17\xed\x4c\x4b\x62\x45\x15\xa9\x8c\x26\x42\x8a\x10\xb8\x35\x53\xcc\x5f\x07\x6e\x2e\x76\x55\x23\x2b\x50\x5f\x34\x8d\x20\x95\x89\x6e\xd1\x47\xdd\xa2\x53\xfa\x0f\x29\xc0\xa4\xdc\x86\x3f\xcf\x32\x99\xa7\x9f\xa9\x49\x26\x27\x60\xe9\x35\x27\xec\x81\x09\x83\x16\x25\xbb\x5c\x29\xa4\x1f\x68\x88\xfb\xfa\xad\x1d\x73\x11\x8c\xa9\xad\xd0\x99\xb0\x99\x21\xff\xaf\x62\x43\x29\x4d\x3d\x8b\x92\xa3\x91\x66\xab\xd8\x51\x83\x3c\x75\x7b\x45\xfe\xf2\xe7\xef\xff\x60\x49\x68\x9b\x35\xee\xde\x5e\x0d\xec\xf7\xbf\x3d\x77\xdf\xeb\xb5\x48\xee\x1c\x53\xaa\x76\x0a\x8c\xdc\x86\x99\x6f\x6a\x73\xac\xde\x82\x5c\xcf\x32\x3a\x5f\xf0\x5e\xac\xba\x3d\x2f\x2d\x3f\x98\xd1\x84\x15\x29\x5d\xde\x0d\x98\xc8\xe9\x14\xbc\xc6\xde\x19\x98\xf2\x11\xb8\x8f\x8d\xbd\x02\xc8\x90\x99\x47\x08\x56\xf0\xbf\x06\x87\x90\xb7\x56\x58\xe6\x01\x0c\xaa\x6f\xd7\x2a\xcd\xc1\x8e\xd5\x7f\x73\x44\xfa\x6f\x52\xf6\xc0\x32\x39\xb3\xe7\xc7\xfe\xc0\x4c\x52\x77\xd5\x76\xa6\x94\x67\x97\xd2\x04\xff\xf7\x2e\xdb\xa2\x58\xc2\x67\xdc\xd2\xf3\x80\xd9\x76\x9f\x34\x78\x75\x95\xd9\xd5\xe7\x8a\xc3\x48\x08\x4d\x53\x7b\xac\xa0\x9a\x80\x1f\x64\x61\x85\x12\xd1\x02\xac\xc7\x36\x83\x75\x6e\xbf\x64\x5c\x6f\x7e\xb6\x17\xbc\xb7\xde\x84\x8e\x0b\xfc\xf7\xa5\x54\xeb\xaa\x49\x14\x28\xe5\x5e\x09\x5f\xb4\x2f\x34\xe8\x6c\x56\x64\x5b\x6f\x9c\xe5\x95\xb9\xb5\xdf\x2d\x1d\x9a\x8e\x61\x0d\x42\x05\xa0\x20\x81\xbb\x10\xae\x6a\xd4\x18\x5b\x39\xe2\x24\x93\x3a\x57\x6b\xda\xf6\xcb\x83\x3e\x73\x9f\x2e\x1b\x77\x27\x56\x58\xf2\xcc\xe8\x8d\x74\xa2\x9a\x85\xaf\x64\xc5\xe1\xe1\x36\x4e\x0a\x74\x6f\x1f\x91\x22\x17\x88\x66\x45\x7c\x9b\x48\x49\x21\x4d\xf5\x45\x08\xc9\xa5\x9a\x3c\xb2\x0c\x0c\x5b\x89\x9c\xce\x40\x52\x70\xc3\x75\x2d\xd9\x8b\xce\x50\xc3\x8e\x88\xcc\x8d\x6d\xec\x08\x2b\x54\xb9\x2d\x38\x1e\x52\xc0\x56\x28\xea\x4e\xf6\xc5\x9d\xf6\xb6\xf4\x90\x12\x8f\xb4\x8e\x0c\x8c\x0b\xf2\x91\x19\x68\x05\x30\x4a\xe2\x09\x62\x25\xae\x5a\x16\x54\x5d\xfb\x1d\x4e\x94\x9b\xc9\x06\x3b\x5f\x44\xf2\xbe\xcf\xe4\x70\xe9\xbe\xb7\xc9\x14\xb5\x67\xd7\x8b\x37\x0e\x16\x76\x93\x28\x0d\x6a\x15\x8d\x32\xa5\x4a\x51\x3b\x2b\x8e\x7f\x39\xfa\x77\x39\x79\x42\xec\x6d\x94\x24\xb6\x38\x4e\x67\x51\x5b\x35\x46\xb0\xfb\x0c\x5e\x8f\x75\x09\xc7\x3b\x5d\xb4\xa8\xad\x22\x82\xb2\x25\xee\xa9\x27\x03\x07\xc4\x4c\x18\x57\x64\xad\x69\xf9\xf3\x3b\xc0\x33\xbf\x3e\xd1\x14\xb4\xdd\x24\x00\x22\x13\x09\x0c\xc2\x0e\xcc\x61\xaa\x94\xca\xc6\xb5\xfa\xa2\x32\x08\x67\xa2\xd5\x04\xc8\xcb\x9f\x86\x12\xef\x3f\x22\x23\xfe\xc5\x35\x5a\xb8\x6e\xfc\xab\x91\x51\xa0\xc1\x54\x38\xa1\x8b\x64\xb7\xc1\xfd\x78\x0d\xdf\x2f\xb5\x85\x49\x6d\xac\x38\x60\x05\x2b\xc5\x12\xa9\x2c\x4b\x84\x6e\x83\x23\x69\xe5\xdd\x68\xa8\xb2\x8b\x42\x37\x12\xc0\x0b\x8c\xa1\x94\x1a\x76\x6c\xf8\xca\xc0\x19\xab\xae\x58\x06\x3b\xb5\xea\x6c\x94\x87\x51\x70\xd8\x21\x1b\x53\xe1\x9d\x0e\x0d\xa3\xf5\xac\x7d\x87\xc3\x6c\x25\x2b\x0a\x5e\x55\x90\x23\xec\x80\xca\xe3\xd0\x33\x58\xce\xa5\xe3\x70\x06\xa2\xe7\x5a\x35\xb3\x64\xd9\x1e\x69\xb0\x57\x35\x0c\x36\x87\x72\xbf\x2f\x66\xb0\x19\xd5\x86\xb8\x31\x35\x8c\x38\x96\x66\xf7\x90\x40\xb6\xac\x1c\x51\xac\x38\x6c\x22\x9c\xc7\x43\x24\x9a\x19\xc3\x5d\xd9\x9c\x5c\x33\x17\xf7\x3b\x65\x6a\xec\x05\x3e\x44\x52\x0f\x47\xdb\xa5\xc8\x7a\x3e\x1a\xf3\x12\x70\x3f\x2d\x36\xdd\x22\x6d\xb1\x90\xbd\xe0\x6d\x6c\xa5\xf5\x42\xae\x4d\xb3\x47\x3a\xd7\x64\xa6\x30\x58\x18\x7d\x52\x7e\xf2\x60\x5b\x2e\x7f\x14\x2c\x07\xc6\x3b\x05\xa1\x08\x66\x3c\xb2\x86\xcd\x8a\x6a\x66\xad\xcf\xec\xd6\x94\xfd\x2b\xfe\x92\xba\x0a\x5a\x41\x05\xaa\xe5\x74\xcd\xb6\xcb\x52\xf8\x9a\x03\xbf\x00\xd9\xd2\x69\x17\x9d\xb2\xaf\xa5\x49\xe0\x03\xab\xdb\x05\x1d\xb2\x6c\x67\x1f\xcb\x56\x16\x10\xe8\xda\xc1\x92\x58\xf5\x9b\xa1\xcf\x08\x2a\x9a\xaa\x2a\x6b\xf3\x76\x43\x95\xaf\xe7\x41\x2a\xe6\x59\x2a\x04\xb0\xc3\x44\x3d\xce\xce\xf6\xfc\xbb\x09\x83\x27\xbe\x48\x0a\x10\x9e\xfa\x5b\xa4\x6a\xbe\xd9\x65\x0c\x11\x5a\x4e\xed\x10\xf6\x01\x97\xb3\x17\x63\x50\x20\x99\x35\xa1\x21\xbb\x23\x22\xa4\x60\x84\xeb\xe2\x65\x53\x76\x95\x87\xd8\x68\x2b\x46\xa2\x9a\xbe\x58\x78\xe6\x99\x75\xf2\x76\xd0\x25\xc9\x88\xb3\x2c\xd5\x44\x30\xab\xd2\x50\x35\x87\x1c\x45\xe4\x67\xeb\x88\x46\xfb\x12\x56\x6b\x6e\x0f\x27\x45\x7a\x18\x06\x80\xba\xb3\x82\x58\x65\x5c\x04\x73\x38\xdd\x4b\xee\x23\x17\x20\xdc\x17\x41\x09\x06\xf2\xe3\xda\x2a\x77\x2d\x02\xdb\x66\x8a\xaf\x30\xe0\xdd\x84\x3d\x3c\xf2\xa2\xac\x46\xa0\xb8\x4d\x54\x7f\x7f\x6d\x15\xeb\x58\x4e\xd2\xf3\xb9\xc4\x58\xd9\xb8\xae\x20\xad\x27\x8a\xac\x64\x85\x5c\xce\x74\x5c\xe5\x9a\x17\x60\xa6\x5a\x7f\xa5\xec\x26\xe7\x0b\x86\x2b\xac\x4b\x53\xe8\xd8\x51\xce\x40\xac\xa9\xb8\xfc\x62\xac\x2b\x4a\x35\xf9\x9d\x90\xe6\x77\x51\x06\xb6\xd7\x86\xb1\xb0\x91\xb3\x4c\x1c\x95\x10\x8d\xb8\xcf\x27\x73\x44\x42\x68\x94\xc7\xb0\x72\xe5\x77\x4d\xfb\x2f\x7c\x7e\x4f\x2a\xbc\x75\x16\xc3\x21\x9a\xe0\x54\x10\xd5\x74\x6f\x26\x80\xe7\x28\xa9\x47\x90\x0c\x14\xf3\x39\x2d\x53\xa9\x58\x05\x59\x15\x99\x77\x88\x17\x42\x44\xcb\xf5\xa9\xb4\xc6\x1a\x86\x68\x91\xc5\x31\x2f\x59\xc1\x96\x5b\xbf\xf6\x11\x08\x34\x2d\xa7\x06\x2e\xa1\x80\x15\x89\xd7\xf5\x1a\xf9\x36\xc1\x3b\x4d\x22\x69\xb0\x43\xc7\x25\xa4\x9a\xd2\x8d\x5b\x7d\xf1\x41\x2a\x77\x77\x6a\x87\xe4\x31\xa4\xc9\xfd\x31\x13\x29\xa1\xb9\x99\x60\xda\xaf\x33\x1d\xcf\xdd\xce\x5a\xb9\x00\x48\x20\xa4\x95\x72\x9d\x50\xe5\x98\xfe\x88\x3e\x48\x3f\x8a\xbe\x88\x1a\x01\xac\x10\x00\x35\x03\x57\x7a\x93\x00\xc1\x00\x44\xb2\x69\x2d\xea\xe0\x85\x17\xc0\x85\x97\x9f\x99\x38\xb6\xb9\x0f\xfd\xb1\x54\x30\xad\xfb\x6f\x70\xd4\x95\x15\xea\x7a\x73\x94\x57\x6f\x74\x5c\xa8\x2d\xbc\x79\xe4\xc2\xf2\xd0\x20\xe3\x66\x61\xc5\x94\xef\x3d\xef\x2c\x25\x41\x8f\x72\x05\x01\x76\x75\x6d\xbe\x4d\x26\x3c\x2b\x4c\xd4\xef\x8e\xdc\x79\xc4\x26\x33\xf6\xc0\x32\xc4\xca\x48\x14\xf8\x71\xd1\xa7\xf8\x3d\xf9\x4f\x84\xdd\x25\x7f\xe8\x8b\x8f\xc0\x56\xb3\x6c\x7e\x44\xf8\xa8\x68\x99\x9a\x4a\x33\xf7\xb5\x03\xb0\x5b\x86\x9c\xa5\x34\x10\xdc\xef\x09\x7d\x60\x7d\xe1\x9b\xf9\x4f\x72\x4f\x7e\x4f\xfe\xd0\x64\xc7\xf1\xee\xd8\x27\x56\xf3\x81\x8a\x7d\x5f\x11\x67\x38\x72\xe2\x23\x70\x0e\x6f\x05\x28\x99\xe0\x6a\x42\xa6\x43\x96\x3e\x17\x0f\x72\xd1\x79\x15\x9f\x5c\xaa\x98\x30\x03\x21\x53\x36\x60\x35\x9e\xab\x25\x8c\xc2\x5e\xea\x97\x32\x65\x2b\xfd\x4e\x41\x40\xfe\x0c\x96\x0b\x9d\x0f\xc3\x76\x40\xe4\x66\xd0\xb9\xcb\x04\x56\x3f\xe0\x90\x45\xbb\xcd\x70\xb7\x75\x95\x5d\x39\xe9\xea\x08\x38\xba\x1b\x40\xbd\xbb\x26\xa3\xc6\x07\xc9\x55\x4f\x61\xd5\x40\x6c\x5f\xb6\x33\x77\x77\x4e\x94\x1f\x0c\xc0\x42\x8a\x8f\xb9\x95\xb6\xd7\x77\xc7\x01\x13\xdc\xc6\xca\x8d\x19\x99\x6b\x99\xb9\x8b\xa5\xf0\x81\xf3\xc7\x81\xec\x0a\x17\xd3\x50\xe6\x55\x99\xdb\x2d\x00\xd7\x71\xf8\x9e\x13\xaf\xe7\x96\x05\x8f\x31\x34\x8c\x4d\x38\xe6\xf2\xb7\xcf\x2e\x88\x3d\x14\x72\xca\x10\x74\xd9\x2e\x5a\x6e\x26\x52\xf1\x7f\x34\xfa\x63\x9b\x25\xec\xc2\x8f\x56\x44\xfd\xe0\x38\xcb\xb2\x36\xd0\x28\x4a\x06\xa6\xa4\x48\xd4\x69\x38\x64\x98\x43\xc2\xaa\xe5\xae\xa3\x3c\x43\x9c\x98\x44\xaa\x14\x4b\x00\xe8\x52\x8c\x91\x7d\x8f\x6a\xcd\xc7\x2e\xb0\xd0\x37\xc8\x5d\x5e\x9f\x43\xa2\x49\x26\x54\x8c\x97\xcb\x91\x7f\xcd\x59\xbe\xa7\x30\x2d\x87\x0e\xf7\x95\xbc\xf1\x74\xac\x8b\xb4\x0f\x5c\x1b\xcb\x92\x8b\xf5\xfd\xc5\xce\xd4\xf9\xe3\xa9\xbe\x2f\xec\x69\x21\xbd\x0b\xd5\xe8\xaa\x3e\xbf\x86\xed\xe5\xc6\x1d\xbf\x3d\x58\x5f\x9e\xc3\x5d\xbf\x28\x1f\xd5\xf0\x1f\xa0\x3f\x87\xc0\xf2\xac\xd6\x8d\xc0\xc3\x2b\x72\xc7\xbe\x2d\x1d\x1b\x68\xd2\x7e\x50\x6e\x84\x8e\xb9\x2e\xfa\x36\xeb\xa9\xe3\xb6\x6c\x47\xd9\x98\x24\xb0\xef\x01\x78\xb1\x76\xb6\xde\x46\x56\xc9\x22\x60\x16\x23\xa6\x7d\x2e\xc3\xd3\x9a\x5a\xca\x7e\xc1\x72\xcc\x76\xe4\x16\x6c\x8a\xa5\x8f\x46\xb4\xc5\xed\xb4\xa8\x08\xd5\x8f\xcd\x3f\x5e\x77\x28\x4b\xbd\x21\x6b\xfa\x36\x40\xa3\x5f\x76\x6c\x2f\x5c\xb0\x51\xd9\x2b\x80\x11\x14\x32\xf2\x8b\x82\x83\x20\xd7\xc4\x28\x0a\xf1\xa2\x10\xe5\xf7\x19\xa5\x58\xae\x51\x5f\x74\x18\x84\xa0\x8e\x3a\xc4\x33\x60\x9e\x0e\x20\xc9\x4c\xa8\x70\xe9\x32\x75\x1e\x88\x00\x3d\x1e\x4e\x42\xec\x83\xa8\xeb\x0c\x3a\x72\xa2\x7b\x6d\x93\x7e\xa1\xe3\x38\xee\x4a\x0c\x6d\x93\xa9\x98\x6b\x08\xc1\xa6\x59\xa3\xce\x38\x94\x32\x63\x54\x34\x89\xd5\xb5\x8f\x17\xac\x45\x3c\x8e\x9b\xb5\x5a\x9f\x95\xcc\x54\xce\xac\x4e\x41\x31\x61\x28\x9a\x17\x85\x0a\x21\x26\x00\xc8\xa1\x62\x68\x07\x9a\xae\xf0\x87\x1c\xc5\x27\x7f\xc8\xb2\x8d\x02\x4d\xf0\x83\xa5\x54\x04\xaf\x14\x45\x28\xd6\x4a\xc2\x88\xe3\x1f\x6a\x53\x56\x56\x0d\x2c\x4e\x74\x59\x6a\x1a\x2e\x27\x8b\x6c\x39\xc4\xdc\x4c\x6a\xa3\xf1\x97\x0d\xd0\xa7\x03\xac\x23\xb1\x9e\x82\xf4\x48\xa4\x03\xcb\x89\x46\xba\xce\xae\x6a\x17\x45\x3f\x70\xba\xff\xfa\x3c\xb5\x1a\x7f\xbf\xde\x58\x7d\x7f\xde\xd6\xb0\xed\xb8\x1d\x66\xc8\x40\x8e\x7c\x9e\xc2\xfa\x23\xaf\x82\xa9\x6c\x60\x95\x50\x88\xc5\x40\x66\x8a\x4b\xe5\x30\x4b\x1a\x7d\x03\xab\x2e\xf5\x76\x25\x7e\x04\x10\x28\xa7\x70\xef\xe8\x02\xc1\xcb\xdb\xff\xc2\xad\x5f\x5a\x1d\xc8\x46\x84\x8f\x53\xc9\x74\x24\x68\xc3\xc2\x22\x17\xe3\x23\x66\x07\xdd\x17\x56\xd3\x88\x95\x02\x4c\x6a\xf4\x39\x8e\xb6\xd3\x44\x49\xad\x5d\x48\x08\xb6\xa3\x5b\x4b\xe5\x89\x9e\x4b\x39\xdb\x87\xb3\xef\xf9\xa2\x43\x17\xab\x92\x45\x48\xf9\xf5\xf2\xe7\x90\x85\xf4\xba\x46\xee\xbf\x6b\xe0\x98\x3f\x26\x44\x31\xaa\x9d\x05\x04\xe2\xab\x2a\x91\x25\x1b\x48\x8b\x61\xcc\x18\x67\x79\x1c\x12\x5a\x23\x12\x72\x18\x0d\x58\x10\x88\x6b\xc2\x95\x62\x00\xe8\x8e\x08\x04\xdd\x0a\xd5\xf0\xa2\xea\x7d\xb1\x22\x41\xd9\xc7\x9e\xe1\xb6\xd4\x7c\x6a\xcf\x33\x80\xd3\x08\x79\x2c\x67\xa0\x3d\x56\xdf\x82\x6c\x64\x3e\xb2\x94\x18\x17\xdd\xb7\x22\xf6\x31\x14\xae\x61\xc2\xd4\xb9\x3b\x7c\x23\xe0\x1e\x01\x00\x84\x09\x73\x94\xdb\x7f\xd3\x7e\x7f\x75\xd3\xeb\x9c\xf7\xdf\x14\x3e\x6c\x1f\xef\xe4\x2f\xf7\x90\x2c\x29\x45\x5f\x04\x57\x54\xa8\x48\x07\x7b\x49\x68\x9a\x16\xb9\x81\x18\x05\x39\x40\x93\xfa\xba\xa7\x62\xa5\x37\x6a\xb1\x99\x0f\xfc\x0b\x4b\x6f\x1a\x50\xbf\xf6\x12\x22\xb0\x96\xad\xb6\x96\xc4\x73\xc1\xd7\xbc\x23\xca\x53\xb9\xb3\xdf\xad\x4f\xc1\x78\x12\x60\xaf\xbc\xd1\x4f\x5b\xe6\x4b\xa8\x21\x34\x14\x0a\x1c\x01\x0d\x88\x64\x7e\x44\x20\x27\xc0\x52\xed\x9c\xfc\x91\x4c\xb9\x80\xf8\xdd\x65\x6b\x7b\x57\x9e\xc8\x26\x70\xab\xdd\xcb\xbb\x32\x16\xfa\x0f\x57\x77\x65\x10\xc1\xf6\xcf\xcb\x81\x53\xcb\x2d\x2c\x33\xea\x14\x73\x8c\x62\xa4\x24\x2e\x45\x58\x9a\xba\x89\x2e\xe2\xeb\xaf\x41\x4c\xcb\x06\x32\x66\x26\xd4\x7f\x71\x67\xaf\xae\xdf\x8b\xaa\x98\xf8\x6d\x25\x10\x67\x41\x62\xdd\x77\xee\x70\x14\x99\xf3\x22\xd2\x86\xdd\x4c\x77\xcb\x18\x46\xc5\xfe\xba\x6c\x2d\x78\x52\xc1\xa0\xd6\xfd\xbe\x7d\x20\x49\x31\x01\xb0\x9c\xd4\x5f\xfb\x1b\x67\x5f\x14\xad\xfa\x14\x80\x0d\xa4\x46\x52\x7c\xed\xed\x4f\xda\x99\xe0\x67\xd4\x81\x29\xc2\xcd\xef\xf3\x2f\xeb\x90\x35\x5a\x7d\x11\x57\x52\xc5\xbb\xda\xd2\x80\xcf\xc7\xe5\x62\x4c\xa4\x60\x00\x4e\x28\x15\x2b\xd8\xf0\x51\x9c\x89\x51\x8d\x24\x34\x13\x32\x97\xb9\x0a\x3d\x2e\xf4\xe3\xa8\x4f\x4f\xa8\x0f\x36\xf1\xf2\xad\x73\x85\xc6\x79\xd5\xd0\x5e\x94\xa6\xe8\x3a\x66\x0f\x4c\x90\x47\xab\xd6\xd3\x08\xaf\x22\x8a\xf1\xb3\xa2\xb0\xf8\xce\x84\x48\x1e\x9e\xcd\xc1\x39\x46\x68\x70\x03\x16\x86\x3e\x4d\xb9\x6b\x79\x39\x01\xef\x21\x59\x43\x57\xa0\x3c\x37\x20\x3e\xf8\xb2\xc9\x76\xe5\x40\x7f\x2d\x0d\xc4\x96\x34\x0c\x28\xaf\x25\x59\xf6\x65\xc6\x92\x6d\x22\xec\xaf\x7d\x9d\x99\x65\xb6\xb4\x32\x46\x15\xd8\x89\xdc\xd6\x19\xe9\x2d\x7b\xd5\xd1\xae\x18\xe7\x46\x79\x2e\x76\xa0\x3f\xb9\x5c\xe4\x0d\xc7\xe9\x33\x5d\x46\x4a\x4e\xd7\x1b\xe2\xf3\xc4\x76\xf7\x16\xa2\xa4\x4b\xc6\xa9\x17\x12\xd4\xbd\x7a\x94\x4d\xd1\xdc\xab\xb8\xde\x4f\x78\x2f\x86\xc4\x0d\x80\x5a\xf0\xb8\x57\xde\x65\xe7\x02\xa9\xe3\x3e\xe3\x3b\x2b\x38\xaf\x7c\x90\x53\xe5\x14\x94\xdc\x62\x43\xab\xe4\x83\xf0\x83\x81\xcd\xf5\x11\xd9\x70\x7d\xd6\xd9\xe3\x23\xcf\xbe\xcb\x4b\xb3\x8b\xa7\x0d\x9d\x86\xc4\xf7\x2a\xf2\x41\x65\xb9\x56\x70\xa3\x7d\x45\xd8\x3e\x41\x14\x76\x9d\x8e\x5d\x8a\x0c\x77\x21\x30\xfb\x49\xbf\xac\xdc\xd0\x4b\x07\x56\xca\xbf\x8c\x07\xe4\xf0\xaf\xe3\x9c\xc3\xc5\xad\x2c\xdd\x7c\x08\x8c\xef\xcd\xfe\x5b\x6a\xe7\x48\x9d\x4c\x55\x02\xe7\x49\x7c\xc7\x83\x71\x67\x4a\xe7\x51\x68\x9e\x03\x77\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x78\x4c\x2b\xc2\x54\x06\xab\x53\x16\xdf\xd7\x58\xec\x03\x47\x89\xc6\x76\x84\x77\xee\x5e\x22\x22\x33\x84\x9d\xcd\x65\x4e\x1e\xb9\xb6\x9a\x49\x5f\x80\x35\x3a\xc0\x40\x1b\xe9\xa0\x9b\x8f\xe0\x2d\x08\x46\xd5\xf9\x70\xca\xad\x1e\x57\x4c\xf2\x0e\x38\xc2\x8d\x0f\x4d\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x3d\xd6\xa5\x17\xac\x38\x1f\x5b\xa8\xdf\x45\x23\xbb\xc6\x35\x46\xce\xb2\xa7\x8d\x6c\x8c\xc4\xec\x58\xad\xa9\x3d\x5e\x87\xd0\xc6\xfa\x43\x59\x4e\xef\x85\x1c\x6c\xae\x4d\xe5\x32\x69\x4e\xea\x2d\xb6\x60\x1f\x71\x8d\x4d\xe0\x22\xcb\x82\x5d\xfc\x27\xf5\xd2\xce\x6d\xa8\x70\x52\x2b\x82\x5d\x37\xca\x37\x2f\x2d\xb9\x2a\x2a\xe6\xb4\xb5\x0b\x72\x13\x75\xab\xc8\x0f\x88\x49\x21\x8a\x7f\x29\xc7\xd5\xb3\x2a\xeb\x16\xd2\x80\xef\x3f\x01\x8c\xc4\x85\xc0\x9b\xbe\xa8\x97\x1b\x96\xd3\xd8\xae\x6e\xfc\xbd\x26\x61\x85\x1d\xb9\x09\xb3\x70\x16\x91\xcf\x21\x6e\x11\x95\xd1\x50\x4b\x97\x55\xce\x95\xb7\xfb\x36\x68\x01\x20\x2e\x6c\x13\x01\x56\x73\x2a\xd7\x74\xb2\xaf\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x68\x04\xc8\x43\xde\x7f\xf6\x34\x18\x4f\x8f\xc0\x32\xef\xdc\x76\x14\xab\x25\x04\xd8\x8a\xb5\x56\x6e\x0d\x6c\xb2\x06\x1e\x06\x0f\x4b\x85\x6e\xe0\xf0\xc8\x2c\x14\x15\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xdd\x3e\xdb\xd5\x64\xf8\x6c\x9e\xee\xb3\xbd\xa0\x23\x56\xbc\xde\x1b\x3a\xbc\x37\xf0\xc2\x16\xf8\x71\x0b\x4a\x54\x1d\x88\x6c\x11\x64\xef\xf4\xac\x32\x44\xdf\x53\x38\xee\xeb\x15\x9b\xa7\xf1\xb5\xd7\x18\x34\x16\xbc\xec\xf6\x6c\xc6\xa8\x7b\x2b\x96\xe4\xf5\xfa\xdc\x63\x36\x43\x1f\x9d\xd9\x68\x60\x39\xfb\x00\xf1\x76\x36\xd8\xcd\x1b\xfa\x78\x05\xdf\x43\x75\x76\xfc\x7a\x7d\xc1\x61\x99\xb2\x19\x2c\x95\x80\x92\x5c\xc2\x01\x42\xae\xbf\xe2\xf6\xdf\xbe\x24\x90\xd7\xdb\x4a\xd0\xed\xf8\x8b\xfb\xa1\xa1\x48\xc2\x8a\xc2\x3f\xb1\x0e\x29\xe6\x55\x13\x0c\x55\x69\xc6\x34\x68\x07\xa8\x16\x56\x14\x80\x65\xea\x69\x5f\xfc\x20\x1f\xd9\x03\x53\x47\x84\x1a\x32\x95\x56\xe8\x13\x2c\xb8\xa2\x20\xe4\xbc\x94\x0f\x8f\xde\x0f\x4a\x2e\xe9\x94\xa5\x1d\x10\x1d\xa2\x20\x53\xa7\x24\x3b\x03\x74\x5d\xce\x21\xe4\xd1\xb9\x6a\xa8\x6e\xa0\x7d\x81\xf5\x84\xd0\xfd\x08\xd4\xc8\xfd\xc4\x80\x55\xfe\x2e\x98\xc7\x7f\xd7\x22\x3d\x2b\xe3\x70\x5d\x1e\x6f\x94\xbb\xd0\x34\xb6\xbe\x18\x2b\x99\xcf\x82\x12\x23\x87\xa0\x3d\xa1\x99\xbc\xc6\x3c\x0e\x83\xf1\xb6\xf1\x84\xa6\x56\x82\x5a\x4e\x38\x25\x35\xfb\x85\x59\x8d\xca\x81\xc0\x31\x01\x59\xe6\x15\x3c\x9f\x2e\xba\x05\xc8\xa8\x19\xa3\x64\x7f\x66\xf6\x05\x64\x58\x0d\xf2\x7b\xb0\x6e\x94\xa2\xc2\x1a\x6e\x95\x0d\x2c\x42\xde\x7a\x52\x1f\xce\x58\x74\x8b\xa5\x3e\x02\x64\x7f\x5d\xed\x9c\x86\xbd\x5f\x3f\x3d\xb6\x32\xca\xeb\x5c\xcd\x24\xe4\x03\x64\x73\x1f\x43\xe9\x72\x1c\x66\x72\x96\x63\x86\x08\x8f\xfd\x91\xb5\x03\xe2\xda\x7c\xa2\x26\x99\x58\xd1\xb1\x88\xf5\xdf\x47\xda\x6e\x89\x91\x3e\xad\xaa\x5a\x33\x83\xb3\xb8\xf7\x06\x33\xcc\xda\x56\x08\xcc\xfc\xf5\x21\x2e\xf0\xaf\x2c\x23\x53\xdb\x6b\x09\xfa\x34\x02\x2b\xab\x5d\xeb\x12\xd4\xd7\xde\x7d\xf2\x3b\xa8\x12\x50\x55\x90\x0b\x12\xd5\x15\x76\xce\x86\xda\x23\x9d\x2b\xbe\x95\xc6\xe0\x8c\x55\x80\x41\x5a\xe8\x9e\x53\x3a\x23\xdc\xf2\x6d\x7b\xf3\xa8\x31\x3b\x22\x8f\xf6\xc4\x99\x5c\x59\xde\x9c\x2b\xee\x4f\x18\x28\x8c\x4b\xb6\xaf\xac\xb1\x9d\xa0\xb4\x81\x61\x7b\x09\x8d\x50\xee\x5c\x65\xb7\xc4\xe4\x34\xb8\xf8\x61\x87\x33\x2e\xee\x6d\x67\x88\xbe\xe1\x1d\x03\xca\xf2\x37\xa9\x7c\xf4\x7b\x69\x4f\x57\x52\xde\x0e\xbb\xdc\x8c\x6d\xbc\xea\x28\x70\x31\x8e\xf2\x76\xea\xf5\xe5\x75\x50\x34\x6a\xbf\x5c\x0f\x04\xa4\xf6\x53\x2f\x4f\x6c\xf3\xed\x92\x54\x87\xad\x81\xc5\x4b\x11\x35\x2e\xa4\xc4\x49\x24\x71\x46\x95\xd3\xba\x20\x1f\x92\x63\x95\x60\x27\xa1\xfc\x47\xf8\x0b\xb1\xcb\x70\x69\xfe\x83\x48\xd5\x17\xf8\xfb\x51\x80\x39\xb1\x2f\x14\x29\x89\x0d\x49\xfc\x81\x9e\x3c\x4c\xf6\x76\x72\x65\xaf\x7d\xfb\xe3\xe0\xa6\x73\x7b\x75\x77\x73\x56\x12\x2e\xcf\x2e\xee\x6e\x7b\x9d\x9b\xda\x67\x58\x9c\xa3\x7b\x75\x39\xf8\xeb\x5d\xe7\xae\xe1\x91\x6f\xe0\xa2\xfd\xbe\x53\xaa\xdd\xf9\xd7\xbb\xf6\x45\xb7\xf7\xf3\xe0\xea\xc3\xe0\xb6\x73\xf3\x53\xf7\xac\x33\xb8\xbd\xee\x9c\x75\x3f\x74\xcf\xb0\xea\x57\xf4\xee\xf5\xc5\xdd\xc7\xee\xe5\xc0\x87\xc4\x2c\x95\x75\xeb\xa7\xd2\x04\x11\x1f\x55\xb2\x03\xfe\x52\x80\xb6\xf8\xbb\x79\x38\x77\x3b\xcd\xff\x01\xe6\x12\x57\xd7\xf3\xf8\xc8\xff\x85\xf0\xc0\xc7\x96\x23\x78\x83\x59\x71\x98\xfa\x22\x58\x34\x03\xfb\x37\x74\xac\x7d\xc1\xa0\xd2\x68\x4f\x49\x7b\xe6\x4a\x62\xcb\x72\xa7\x50\x6d\x28\x8c\xd4\x1b\xb2\x81\x44\xa0\x26\x97\x76\x05\xa2\x2b\xbb\x55\x6e\xd0\xcd\x09\x86\xe0\x0c\x7a\x29\x29\x10\xe3\x17\x40\xc5\x5d\xa3\x95\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x4b\x70\x2e\xe8\x74\xa1\x2c\x12\x26\xca\xb9\x14\xba\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf1\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xe0\x9f\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x75\x2c\x21\x4a\x25\x17\x51\xae\x4a\x29\x90\xcb\x15\x07\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x3b\x34\x08\x35\x76\x17\x67\x50\x02\xb7\x8a\x13\x3e\x74\x25\x71\x9d\xd4\x80\x68\x2a\xb0\x8e\x50\x82\xad\xe9\xd0\x97\x79\xf6\x4e\xb9\x96\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\x06\xa7\xbf\x96\x2f\xbb\x0d\xdd\xb1\xc7\xe6\xe2\x00\xb5\x9d\x86\x3d\x1b\x00\x45\x6e\xd7\x67\x63\xa2\xeb\x8a\x2e\xfd\x8c\xb3\x0a\x6e\xd8\xda\xfd\x95\x70\xc7\x9e\xde\xb6\x53\x7f\x8b\x03\xed\x0e\x7c\xbe\xc7\x26\xeb\x56\x2e\x07\xbd\x89\xf7\x06\xd0\x16\x78\x12\x95\xd2\x86\x53\x1f\xb0\xdc\x3c\xb8\x30\x16\x22\x74\x86\x25\x3a\x94\x0f\xa5\x0c\xe7\x29\xd6\x38\xab\x95\xb1\x23\x4d\x7e\x97\x33\x14\x88\x79\xfd\x1a\x8d\x76\xe9\x3d\xf9\x42\x35\xc4\xda\x65\x5f\x57\x53\xaf\x4e\x66\x55\x1c\xe5\x16\xce\x98\xa8\xf5\xe0\x8d\x59\x47\xb8\x3e\x77\x00\xfd\xba\x84\xf1\x8b\x50\xf2\xa0\x82\xc7\xe6\x94\xa3\x22\xea\xc4\x95\x53\xf6\xe2\xd0\x89\x97\x90\xc8\x09\xda\x78\x4e\xa2\xab\x7b\x3e\xb3\x77\xf6\x74\xe8\x32\x02\x96\x6f\x74\xb4\x36\x3b\x6c\xf9\xd3\x61\xdb\x85\x69\x7d\x35\x68\xbb\xba\x11\xbc\x5a\x64\x3b\xac\x69\x1a\x68\xc3\x4e\xd7\xaf\xf6\xef\xfd\x8c\x7e\x8f\x24\x95\x37\xa4\x17\x45\xad\x85\xf4\x6f\x72\x0c\x85\x58\x5c\x2e\x83\xb3\xd4\x6b\x72\x4c\x32\x7e\xcf\xc8\x77\xe0\xde\x6e\x5f\x77\xbf\x3b\x22\xdf\xc5\x21\xb4\xdf\x6d\xc0\xfe\x0a\xd0\x4a\x37\x6e\x07\x71\x07\x92\x6a\x29\x3a\xeb\x03\x04\xd2\x45\xc3\x6c\x47\xf5\x55\x20\x75\xc8\x30\x85\x40\x6c\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x60\x61\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\x16\x43\x01\xaf\xa6\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x3e\xaf\x95\x70\x3d\x9f\x2e\xa3\xd0\xad\xc6\x5d\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\xe1\xe2\x48\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x7a\x42\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xe1\x01\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x75\xce\x07\x9d\xcb\x5e\xb7\xf7\xf3\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x43\xf7\xa7\xce\x79\xfc\xc2\xed\xcf\xb7\xbd\xce\xa7\xc1\xc7\xce\x65\xe7\xa6\xdd\xeb\x9c\x2f\x35\x5e\x2d\xeb\xac\x0e\x74\xd4\xc5\xc6\xc9\x02\x42\x34\xf5\x00\x85\x1e\x86\x03\x2d\x3f\x46\xc9\x8c\x70\xa3\xc9\x03\xd7\xdc\x65\x19\x39\x61\xef\xae\xeb\x8d\x51\x35\xbd\x9f\x46\xe1\xc5\x47\x88\x4d\x51\x74\xc2\x9d\xb5\x3b\x16\x04\x9d\xa3\x55\xa4\x18\xb3\x43\xa2\xb2\x4e\xad\x9a\x4e\xdc\x82\x9d\x92\xb6\xdb\xda\xba\xf6\x85\x24\x56\x0c\x65\x0a\x47\x8f\x5e\xd8\x30\x74\x72\x4c\xaa\x6b\x7c\x4a\x10\x3b\x2c\x42\x41\x0d\x0d\x82\xf0\x44\x15\x13\xdf\x19\xc2\xbe\xcc\x32\x9e\x70\x13\x21\xb3\x4a\x45\xa6\x54\xd0\xb1\x57\x3f\x72\xcd\xd4\x0a\xee\xb1\x37\xb7\xec\x3e\xb4\xc8\xa6\xd0\xbe\x58\x53\x72\xe4\x12\x80\xd1\x8c\x74\x39\x1d\x4f\xa6\x83\x36\xb8\x77\x16\xc0\xa3\xd6\x1d\xd2\x9e\xd4\xd7\x15\xc1\x84\x2e\x98\xd8\xf9\x75\xa9\x76\xd7\xdd\x23\x5e\x5c\x2f\xc3\x43\x5c\x43\x87\x5f\xd9\x45\x5c\x42\x5f\xdc\x5b\x8d\xa4\xc1\x6a\x1f\x62\x2d\xa5\xec\xb1\x6e\x51\x51\x4c\x60\xa1\x62\x91\x57\x3b\x2f\x9b\xc1\x68\x37\x2b\x0f\x53\x5a\xc4\xd5\xa5\x61\xa0\x80\x1c\xd5\x0d\x75\x61\x00\xa1\x29\x7d\x29\xd5\x61\x16\xb3\xcc\xca\x83\xfb\xca\xa5\x61\x2a\x83\x79\x39\xf5\x61\x56\xae\xdb\xcb\x4d\x23\xac\x19\xe8\x1a\x75\x61\x42\x94\x3b\xe0\xc0\x6e\xc6\xf2\x21\xb3\x90\xa7\x19\x70\x24\xef\x96\xb3\x87\xaa\xc6\x74\x19\x2b\x5a\x54\xdf\xef\xdc\x5d\x8f\xea\xfb\x86\xae\x56\x5d\x14\x67\x25\x43\x77\x65\xd9\x5c\x96\x1b\x08\x57\xe5\x4a\x7e\xcd\xfc\x17\xca\xb5\xee\x45\x34\x81\x26\x6a\x12\x0e\xd6\x33\xd5\x21\x88\x62\xf7\xbc\xe0\x48\x01\x76\x3c\x72\xbb\x1a\x45\x13\x40\x5b\xc5\x3a\xa2\xce\x95\xd1\xe4\x60\xb1\x53\x5b\x6f\x7b\xe0\xd5\xc5\x75\x59\x11\x2a\xe6\x56\xbb\x40\x8d\x2d\xc2\x50\x64\x92\xe4\x4a\x6d\x96\x03\x5b\x12\x02\x44\x0a\x18\x39\x51\xe9\x1f\x94\x4b\xab\x7b\x8e\x7d\x4e\xa8\xae\x76\xb9\x72\xcb\xb7\x48\x9d\x2b\x35\xf3\x91\x41\xe0\xec\x5e\x0a\x32\x6c\x90\xc9\x00\x03\xb9\x53\xd9\xca\xea\x86\xb7\x88\x58\x9b\xab\xac\x30\x47\x50\xac\x2d\x1e\x45\x25\x41\x82\x51\x69\x45\x71\x30\x0d\x2c\x67\xf3\x7a\x8c\x4f\x39\x54\x37\x9a\x86\xb1\x5a\x31\x6d\x6f\x49\x22\x8d\x78\xca\x51\x2f\x68\xa9\x01\x7d\xbd\x2c\x11\x82\xec\x3e\x47\xc4\x61\x50\xfa\x68\x2c\xba\x6a\xfe\x0f\x7b\xb3\x2a\xa6\x27\x32\x6b\xe2\xf5\xd0\xcd\xc6\x28\x01\xdb\xcd\xc6\x83\x04\xec\x7b\x3a\xab\x19\x80\x0b\x0f\xd4\x46\xe5\x09\x20\xbe\x58\x6e\x58\x7f\xea\x1c\xc4\x16\x5c\xa1\xce\xfd\xa9\x4b\x09\xcc\x1e\xe9\x00\x82\x06\x6a\xc5\xbb\xe6\xb3\xbd\xab\x55\xb5\x0c\xcc\xfe\x64\xc6\xd5\xd2\xad\x5a\x9a\xc0\x21\x4f\x76\x5b\x93\xa9\x43\x5d\x0b\x14\x08\x69\xec\x46\x71\x06\xf8\x2a\x59\x48\xca\x2c\xdf\x42\xce\x78\xb2\x92\xb0\xac\xc8\x73\xbe\xa3\x21\xd5\x0e\x67\x3e\x80\x58\xfa\x5d\x3c\x9b\xa5\x19\xa0\x1d\x09\xda\x64\xa9\xab\x05\x8a\x10\x39\x6e\xf6\xc1\x86\x86\xa5\x07\xfa\xe2\xc6\x8e\x02\xbf\x00\x53\x1a\x0a\x30\x01\xdf\x9b\x15\x08\x98\x23\x42\xdd\x57\xb0\x6c\x4d\xe5\xa5\xf4\x20\xaa\x6a\xd0\x34\xb1\x6d\xd0\x65\x83\x90\xf5\x1e\x9f\x92\x51\x46\xc7\x3e\xc5\x0e\x6a\x65\x8c\x0a\x21\xdc\x4a\x12\x58\x7c\xc2\xfe\x53\x3b\x06\xc7\x1b\xe2\x76\xf5\x8c\x25\x28\x0e\x6f\x29\xf7\xc1\x2e\xf0\x34\x18\x28\xe1\x9f\xa2\xbe\x92\x80\x43\x17\x9c\xd2\x19\x84\xab\x21\xa5\xcb\x51\x08\xaa\xeb\xb9\x98\xb5\x16\x8c\xfc\xbf\xff\xeb\x6f\x2d\x9e\xae\x15\x80\x10\xfb\x09\x8a\x74\xe0\x28\x40\x24\xaa\x8f\x40\x81\x1d\x2f\x2d\x07\xb8\xaf\xea\xf3\xa0\xa1\x3f\x19\xef\x5c\x52\x63\x36\xe6\x9d\xeb\xf9\x41\x71\xa8\x18\xe9\x6c\x2f\xa4\x5c\x33\x85\x26\xfa\x90\xc0\x57\x83\xc7\xdc\x18\xb6\x50\x5b\x6c\x7f\x59\x20\xd4\x42\xd1\xff\x7a\x6a\x43\x5f\x08\x79\xfb\x40\x33\x6e\x15\xcb\x96\xcf\xd7\x7e\x47\xfe\x13\xf0\x95\xff\xa3\xc1\x36\x43\xc7\x4c\x0d\xd2\xbc\x14\x03\xb4\x6a\x50\xd7\xf6\xa3\xf3\xdc\xcc\xeb\xf3\xde\x4b\xc7\x28\xa3\xc9\xfd\x26\x58\x00\xf6\xfd\x86\x66\x57\x73\xf8\xc8\x29\x56\x16\x34\x1a\x32\xed\x59\x25\xd3\xde\x85\x4c\xc4\xfd\x23\xb3\x13\x00\xbf\x1d\x89\x42\x8e\x1b\xb6\xed\x98\x5b\xe4\x03\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x84\xf3\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\x22\x1b\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\x42\x49\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xc2\xfd\x84\x8a\xd4\x45\xb0\xeb\x50\x07\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x25\x1b\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x13\x36\x85\x3f\xbe\xf7\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xd9\x05\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\x90\xe2\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x5f\x5f\xd8\xae\x81\xb8\xec\x40\x13\x10\x50\x8a\x2a\xc8\xa9\x4b\xf4\x74\xc3\x2e\x3a\x77\xc5\x2a\x04\x96\x4f\x00\xed\x0b\x47\x8f\x21\x74\x29\x9b\x65\x72\x3e\x6d\xb8\x81\xaa\x91\xcc\xbb\x78\xb5\x9a\x02\xa9\xf7\x7a\xf9\x54\x98\xde\xc6\xd7\xcf\x42\x8c\xeb\x1e\x52\x8d\xd7\xf1\xda\x6d\x1a\x13\x5a\x3d\x57\x5c\xcf\x32\x5a\x2a\x3a\x5b\xed\x01\x03\x3f\x9f\x76\xf5\x31\x33\x68\xb5\xad\x62\xfd\xd0\xa1\xda\xcf\x9f\xa4\xb4\x87\xbf\x7b\x5d\x8d\x0f\xe0\x42\xce\x1e\xc3\xb2\x16\x34\xd3\xc2\x18\xee\xd6\x4c\x49\x7b\x37\xcb\xbe\x30\x74\xec\x63\x6b\x9d\x54\x27\x1f\x05\x53\x7a\xc2\x67\xb1\xbb\x74\xf7\xc4\x6f\x47\x98\xee\x3f\x18\xdd\xb3\x01\x0b\x94\xb3\x63\x2c\xd3\x68\x09\x44\xcf\x68\x52\x18\x69\x92\x8c\x6a\xcd\x47\x73\x92\xf2\x11\x78\xe8\x4d\x11\x3a\x02\x91\xbd\x01\x1b\xb7\x8c\xa1\x5c\x6b\x1b\x29\x65\x88\xed\x27\x5b\x67\xf7\xb0\x73\xe7\x8b\xf1\x31\xd0\x3c\x8d\x33\xf4\xa1\x34\xcd\x42\x46\xe3\x9a\xd5\x73\x76\x8d\x46\x77\x23\x73\x31\xd9\xfb\x1b\x98\xcf\xbc\xdb\x2e\xed\x67\x69\x86\xec\x4a\xde\x59\xdd\xfb\x73\x96\xb1\x17\x52\x5b\x7f\x91\x10\x96\xae\x75\x01\xf3\xf5\x6c\xfb\xbf\xdb\x78\xb6\x08\xa7\x6a\xc8\xa9\xdd\xc3\x7e\x7f\xe5\xa0\x9c\x86\xd1\x7d\x64\xeb\x78\x0a\x57\xd2\xe2\x56\xe7\xaa\x89\x39\xee\xb0\xd8\x7b\x8b\xc4\x7b\xe2\x09\x35\xed\xf5\x2d\x33\xda\x1b\x42\x22\x4a\x47\x21\xdb\x9d\xd3\x63\x9f\x84\x53\xa4\xb4\x6c\xb0\xe1\x2f\x24\x46\xcc\x8d\xee\xc6\xa9\x7a\x4f\xc7\x0e\x57\x6f\xd7\x26\xf4\x56\x8c\x77\x0b\xef\xba\x6b\x63\xed\x1d\x68\x6c\x61\x1f\xf2\xc3\x13\xab\x1d\xd5\xa5\x3d\x78\xe9\xd6\x33\x52\xd5\x61\x96\xed\x1e\x3a\x99\xb9\x6a\xdb\x83\x99\x62\x23\xfe\x65\x2b\x4f\xce\x35\x7c\xea\x24\x32\x3b\x7b\x39\x1a\x65\x92\xda\x65\x44\xe0\x4d\xab\x20\x40\x35\xf7\x42\x40\xf6\x0b\xf0\xa8\xb8\x31\x4c\xf4\x05\x40\x7b\xe9\x3f\x9d\x9e\x9c\x0c\xf3\xe4\x9e\x99\x93\x7b\x36\x87\x6a\xca\xd1\x4f\x5b\xe5\xc7\x31\x8d\x7d\x6b\x66\x0c\x17\x63\x4d\x66\x98\x97\xe7\xf0\x26\x2b\x63\x7d\xcb\x5b\xac\x45\xde\x67\x72\xa8\x8f\xc8\x6d\x32\x61\x53\x7a\x84\xbb\x0b\xcf\xa1\xd2\x4a\xeb\x5d\xab\x2f\x6e\x19\x23\x13\x63\x66\xfa\xf4\xe4\x64\xcc\xcd\x24\x1f\x5a\x9d\x07\xfd\xd2\x52\x8d\xf1\x8f\x13\xae\x75\xce\xf4\xc9\x1f\xff\xf0\x07\x58\x1e\xa0\x87\x21\x4d\xee\xc7\x0a\x8c\x50\x8b\x8a\x4f\x69\xcb\x6f\x17\xb1\x82\x37\x87\x4e\x52\x52\x0c\xd8\x97\x99\x62\x00\x10\xb8\x6d\x36\xa5\x26\xed\xcf\xb7\x44\xcf\x85\xa1\x5f\x4e\x49\xff\xcd\x27\x2c\xc4\x44\x7e\x90\xb9\xd2\xe4\x9c\xce\x8f\xe5\xe8\x78\x2a\x85\x99\x90\x4f\xf0\xbf\xee\xa7\x47\xc6\xee\xc9\xcf\x8c\xaa\xfe\x1b\xb7\xc7\x78\x63\x05\xd0\x34\x30\xc1\xa9\x5c\x68\x57\xe3\xe9\x0f\xff\xee\x8b\x3c\xd9\x6e\xbe\x3f\xf9\xc3\xbf\x93\xdf\xc1\xff\xff\x3f\xe4\x77\xfd\x37\x4d\x78\x80\x1b\x65\xb2\x14\x55\xb8\x6a\x5b\x83\x15\xdb\x02\xa6\xf9\x4c\xc9\x62\xc7\x6a\x5b\xbe\xe7\xc9\xbd\x1c\x8d\x06\x86\x4f\x19\x06\xce\x0c\xa8\x5a\xc0\x2d\xdc\x32\x47\x97\x3b\x68\x59\x2c\x8e\x51\x40\x22\xb9\x4e\x31\x8a\xd5\x1f\x3b\x9d\x17\xf0\x9f\x8f\x58\x46\x35\x82\x54\xe5\x1a\xbe\x62\xa9\x3d\x1d\x9b\x18\x10\xbd\xd1\x72\x11\xb8\xbe\x88\x87\x8e\x81\x92\x83\xd1\x3e\x76\x35\xc9\x55\x05\xb0\x16\x7d\x60\xdf\x98\xd7\x03\x26\xf8\xa4\x1e\x8f\x5b\xa9\x76\x12\xa9\xee\xd9\x82\x3f\x74\xa3\xab\xd9\xa3\x80\xc6\x78\xdb\x10\xfd\x28\x55\x48\x74\xc7\x80\x28\x87\x9a\xd9\x17\xbd\xab\xf3\xab\xb7\xf7\xd4\x28\x39\xa6\xe2\xdd\x29\x69\xa7\xa9\xab\xbc\x4d\x9c\x53\xd7\x12\x8f\xbd\x7f\x5a\x24\x2e\xa3\x2b\xec\xc2\xd5\xde\xb5\xb1\x7e\xca\x15\xda\x99\xd7\x3b\xef\x76\xf9\xce\xc3\x27\xf5\x4c\xb3\x0c\x75\x1a\x3a\x28\x90\x05\x61\xae\xf6\x96\xb3\x1c\x71\x71\xbe\xdb\x14\x13\xbf\x9d\xb1\x84\x33\x8d\x4d\x83\xff\x03\x82\x3c\x84\x0f\xdf\x59\x52\xdd\x0d\xb3\xa2\xf6\x91\xed\xb8\x80\x6e\xb2\x03\xa5\x7c\x06\x2d\xbf\xe0\x0d\x1e\xf2\xa7\x5c\x2b\x95\x28\x6a\xd9\xc6\x96\x09\xa2\xae\xb8\x7b\x5c\x93\xda\x0a\x0c\xc7\x23\x9a\xd8\xd5\x0b\x79\x47\x18\xed\x1b\xb3\xaa\xba\x75\xec\x51\x7d\xbf\x5f\xa3\xf8\xce\xf8\x9b\x3c\x2d\xf0\xea\x90\x1a\x5d\xc8\x12\x5f\x48\xb2\x32\x54\xdf\x37\x65\x32\x6c\x5c\x0b\xcd\x2e\x85\x4f\xf2\x59\x36\x3e\xd7\x72\x04\xde\xe2\xaa\xe4\x82\xa2\x18\xe1\x1a\xf8\xf8\x1f\xac\x93\xc2\x33\x96\x56\x13\x4a\xab\xe3\x5f\x45\x06\xe8\xd9\x89\xec\xb6\x90\xb2\x38\xb5\x6a\x2c\x38\x1f\xa7\x54\xcc\xf1\x20\xd9\x0b\x8b\xea\x7b\x1d\x40\x60\x89\x9e\xd2\x2c\x3b\x22\x8a\xe5\x50\x70\xfb\x88\x68\x96\x8d\x8e\x3d\x1e\x4d\x4a\x32\x39\xe6\x09\xcd\xc8\x30\x93\xc9\xbd\xee\x0b\x7b\x83\x88\x31\x5e\x7c\x33\x25\x13\xa6\x75\x74\xe5\x16\xe1\x9b\x33\x25\xd3\x3c\xc1\x92\x66\x58\xca\x94\x6b\xc3\x93\x4a\x1d\x2b\xcb\x11\xc1\x6f\x6a\x75\x94\x44\x22\x6e\x2d\x0c\xd7\x8a\x00\x0c\xf3\x19\x73\x5f\xf3\x1c\xf0\x36\x68\xc6\xff\x01\x21\xf4\xe8\x4d\x6c\xa2\xde\x3d\xe4\x65\xf9\xed\x19\x98\xf2\x69\x58\x41\xcf\x67\xee\x33\x38\x43\xcb\x28\xe6\xa6\x4c\xce\x81\x1a\x02\x99\x07\x58\x0c\x4f\x14\x85\xaf\xd4\x43\x8f\xe0\x2b\x5e\xe1\x7b\x61\xe9\x3b\x30\xe4\x86\xa4\x9d\x55\x34\x7d\x86\x95\xb4\x1c\x00\x5b\x64\x10\x87\xd6\x7d\xad\x21\x87\x48\x69\xaf\x88\x07\x4b\x24\x7e\x79\xec\xda\xdb\x6b\xe4\x28\x94\xb7\xa2\xda\xb9\x4a\x8f\x03\x6a\x8b\xe5\x87\x7d\x01\xe0\xc5\xb6\x93\x4a\xad\xa4\x45\x8a\x7a\xc1\x25\xad\xf6\xc3\x1c\x37\xac\x6c\xe5\x17\x79\x13\x22\x2f\xd3\x2d\xe4\xca\x6c\xc8\xec\x4a\xf1\x5f\xaa\x2e\xdc\x17\xa9\x0d\x9e\x3e\xf0\x02\x84\x3b\xea\xa8\x71\x6f\xb7\xb6\x1a\x56\x46\xb5\x10\x07\xcf\x47\x48\x64\x30\x36\x08\x45\x73\x65\xa1\x9b\x46\xf4\x55\x12\x4c\x97\x6d\xe4\x35\x35\x58\xda\x97\x4d\xa5\x41\xe8\x59\x44\x81\xf5\xe6\x12\x04\x97\x1d\x66\x72\x08\xf7\x0a\x00\xc4\xfa\xd0\xdc\x28\x04\x0f\xe7\xcd\x52\xf2\x36\xba\x26\x42\xb8\xff\xbb\xa6\x88\xca\xfd\x65\xb9\x56\x6d\x2c\x8d\xb9\xae\x65\xa8\xc7\x16\xb9\xae\x64\x50\x44\xb3\x1a\x51\xcb\xb9\x9b\x62\x98\x36\xcb\x8c\x2d\xed\xfe\x1e\x32\x63\x2b\xd3\x68\x70\xb1\xcb\xf1\x93\x46\xea\xda\x49\x5d\xc8\xf5\xf5\x48\x4c\x4e\x43\xf9\xa3\xb4\x39\x9e\xcc\xe6\x75\x5b\xf4\xb2\xb2\x7e\x2b\x50\xa1\x5f\x37\xeb\xb7\x32\x98\x97\x9c\xf5\x5b\x19\xea\xcb\xcd\xfa\xad\x19\xe8\x1a\x59\xbf\xe8\xfe\x1a\x58\xa2\x5e\x8f\x29\x40\xf8\xc9\x30\x1f\xdd\xc2\x6d\xb2\x74\x8c\xae\x50\x0e\x32\x67\x2f\xe7\x38\xb0\x05\x18\xad\x0b\x38\xdc\x3a\x63\xb7\x32\xe5\x35\x33\x76\x4b\x2c\xed\x90\xb1\x1b\x32\x76\x17\xd7\xe5\x25\x66\xec\x56\xf6\x7c\xbd\x8c\xdd\xba\x2d\xdf\xc2\x23\x58\x6a\xe6\x9b\xc9\xd8\xad\xac\xe8\x4b\xce\xd8\xad\x0c\xf5\x90\xb1\xfb\x24\xb3\x79\x61\x19\xbb\xf5\xa7\x6e\xb3\x8c\xdd\x5a\xd1\xac\xf9\x6c\xef\x9a\xef\x02\x39\x0b\xcf\x9c\xb1\x5b\x9a\xc0\x21\x16\x60\xc7\xca\xb6\x65\x12\x74\x23\x80\xea\x5b\x2e\x49\xaf\x7a\x0f\x2d\xc9\xd9\x05\x75\x63\x0f\x14\xf5\xb4\x51\x24\x60\x21\x5c\x57\x23\x6a\x97\xd6\x41\xbb\x7a\x30\x56\x34\xf1\x79\x6e\xe8\x71\x8a\x7d\x23\x07\x0a\xdc\xd8\xa2\xd4\xb0\xc8\xc1\xb2\x88\x81\xe1\x0d\x24\x57\x83\xd6\xbf\x03\x01\xba\x7c\xa1\x6d\xeb\x14\x80\x69\xae\x5e\xd9\x87\x8a\x1a\xfb\x69\xf6\x37\xf1\x7f\x1b\x17\x64\xd7\x7a\xc0\xc9\x2c\xdf\x26\x71\x60\xbc\xdd\x67\x53\x36\x95\x6a\x95\x6b\xb8\xc1\xd4\x20\x15\x1d\xaf\xca\xec\x58\x77\xf5\x76\x5d\x35\x5f\x04\x65\x33\xdb\x93\x4f\x43\x5f\xae\x0c\xfb\x82\xc9\xb1\x77\x02\xf4\x85\x5a\xff\x57\x70\x3f\x6e\xe9\xe1\x6a\x48\xfa\x5d\xec\x10\x4c\xdf\x9a\xa9\xe3\x58\x3c\x2a\xd9\x9c\x17\x47\x50\x5a\x77\x2f\x3c\xef\xb0\xec\xb9\x6a\x8c\xbf\x58\x27\x71\x12\xab\x70\x59\xc9\x3c\xc6\x44\xac\x52\xda\x70\x5e\x13\xbb\xbb\x9e\xb9\x83\x0b\xf3\xe7\x7f\xdb\xc8\x68\x6f\xe5\x4b\xb7\x6e\x23\x9e\x31\x42\x93\x84\x69\xcc\xe5\x74\xf1\x39\x58\x93\x22\x57\xd9\x2e\xbb\xca\xc5\x18\xe6\x6d\x85\xc9\xa8\x70\x6e\x20\x1e\xbc\x33\x26\x4a\xe6\xe3\x89\xd7\x80\x2d\x15\xda\xa9\xd5\xed\xe5\x4f\xe8\x56\xdd\x65\x2f\xdf\xe7\x3c\xdb\xce\xbe\x70\x8b\x54\xe7\x68\xf2\x63\xb7\x47\xf4\x24\xd0\xff\x10\x9a\xad\xdd\xd8\xc5\x41\xaf\xdf\xa7\xfb\x36\x58\xb0\xa1\x9b\x23\x1f\x43\x32\x92\x59\x26\x1f\x21\x1f\x71\xfa\xd0\x54\x37\x03\x26\xdc\xe3\x5b\x56\x2c\x80\xaf\xc1\xe8\xa8\x0d\x9d\xce\xf6\xea\xd6\x19\x33\x13\x3b\xca\x41\x12\x6f\xbc\x8d\x3f\x2f\x16\x56\x7b\x65\x7e\xba\x4a\xa1\xfd\xea\x3e\x6d\x1e\xc8\xe0\x97\xe4\x99\x83\x19\xea\xe6\xb1\x01\x31\x94\x42\xfa\x0a\x7a\xf0\xee\x25\x14\x48\x01\xa0\xa1\x2f\xda\xa5\xe0\x3f\x0f\x78\x3c\x9c\x17\x41\x44\x28\xd5\xc5\xfc\x05\x40\x72\x9c\xe2\x0a\x85\xdb\xed\x5f\x20\x81\x62\xe6\x35\x86\x39\xf8\x50\x06\x88\x7f\x62\xe9\x31\x4d\xe6\x49\xc6\x93\x48\x1b\x19\x2b\x3a\x9b\x2c\xa3\xc4\x43\x76\xdc\xd7\xca\x8e\x5b\xb3\xc8\xe2\xd2\x08\xae\xb8\x4c\xe1\xab\xce\xda\x5b\x24\xc7\x43\xc2\xde\x06\x24\xb9\xdb\x78\xf6\x4e\x89\xaf\x29\x7f\xb0\x99\xf2\xbe\x72\xae\xd6\xe2\xc0\xbe\x66\xd6\x60\xcd\x7d\xb1\xdd\xea\x7e\xdd\x5c\xc1\xb5\xa6\xd1\xb4\xaf\xeb\xa4\x09\x96\x6a\xe2\x87\x7b\x7f\x45\xd2\x60\xf3\x2a\xbd\x10\x1a\xdc\x67\xd8\x62\x13\xb7\x59\x1d\xba\xb8\x89\xa8\xb8\x59\x14\x63\xd8\xa8\xd7\x15\xc9\x18\x86\xbd\x65\x34\x63\x3b\xaa\xf0\x38\x91\x19\x40\x33\x96\x56\x2b\x74\x10\x02\xa2\xc2\x02\xf9\xcd\xb0\x0a\x25\x8a\xae\x05\xc6\xdf\xb2\x98\xc5\xb0\x89\xdf\x46\xdc\xe2\x0a\x7d\x68\xc3\xd8\xc5\x78\x51\x77\x8b\x5f\xdc\x51\xbf\xd9\x2c\x86\xb1\xd2\xd9\xd2\xfd\xde\xc2\xdb\xbe\x80\xa7\x78\x88\xd5\x08\xb1\x1a\xf5\x6b\xf3\x12\xe3\x35\x8a\x5a\x53\x1b\xc6\x6c\x34\x6d\xff\x3e\x28\x69\x8f\xb1\x1b\x5f\x39\x22\x62\xdd\x60\x88\xaf\x1b\x62\xb2\x66\x74\xc9\x21\x62\xe3\xdb\x88\xd8\x68\x3e\x6f\x1b\x45\x6d\xac\x48\x0b\xf3\xbd\xec\xea\x5a\x0f\xa9\x4a\x4f\xea\x5e\x0f\x36\xe0\xe8\x8b\x35\x5d\xec\x45\x2e\xd5\xc1\xcd\xfe\xa4\x6e\xf6\x9a\x85\x5e\xed\x6a\x2f\x09\x6f\xcf\xea\x1f\xad\x42\x75\x3f\xa5\x8f\x74\x95\xc0\x9b\x0f\x07\x4f\x7e\x8e\x6a\xe7\xbc\xee\x71\xfa\x1c\xf6\xd6\x97\x24\x24\x6c\x3a\x64\x69\x0a\x0a\xb1\x91\x0e\xed\xb2\x20\x01\xc1\x90\x58\x2d\x27\xa5\xda\x52\x2e\x85\xea\xdc\x3c\x65\x11\x74\x7d\x21\xdf\x60\x60\x73\x5f\xc0\xfe\x66\x19\x53\x5e\x9f\x52\xe4\xad\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\xac\xba\x49\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x5c\xd7\xd0\xcc\xbb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\x50\xe7\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x3f\x5e\xeb\x0f\x6f\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\xb2\xa7\x3f\xe5\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x79\x20\x01\x29\x02\x80\x0e\x11\x75\x61\x49\x91\x02\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x5f\xd1\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\xab\x40\x60\x39\x31\x98\x62\xd1\xbf\xe4\xea\xbd\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\xc0\xc6\x00\xd4\x59\xe8\xb9\x66\xd3\xde\x73\x41\x4b\x31\x2c\x5b\xec\x5a\x96\x6f\xe4\x05\x8e\xca\x38\xcc\x9b\x60\x49\x0c\x5d\x85\x14\xb2\x89\x51\x45\x03\xd4\x2e\xb1\xdd\x11\x60\x75\x88\xc9\x49\x89\xa1\x00\x8b\x33\x61\xd9\x2c\xc2\xb9\x9c\x51\x65\x42\x1d\x0c\x97\x30\x9f\xc8\xe9\x34\x17\x80\x71\xe0\xf4\xb4\x47\x97\x19\xed\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\x4e\x49\x22\x85\xce\xa7\x4c\x55\x50\xa0\x11\x04\x9b\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\x20\xfe\xee\x6e\x18\x93\x21\x1b\xd9\x4b\x77\x46\x95\xf6\xf6\xa1\x1a\xdb\x8e\xdb\xdc\xd4\xae\xd5\x57\x3b\x93\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\x81\x8c\xa6\x88\x96\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x85\x42\xa7\x55\x35\xdc\xd7\x5b\xd5\x70\x68\x6c\x3f\x5e\xa0\xc1\xc1\x6d\x64\xc9\xab\x4c\xd0\x8d\x1a\xcd\x33\xf1\xd9\x64\x1c\x2e\x05\x6d\xa8\xe1\x89\x2f\xf6\x11\x4a\x19\xe1\xd7\xcd\x5b\xbb\x6b\x8d\x19\x9d\xd0\x6c\x71\x87\x9b\xd7\xf2\x16\xdf\x5f\xce\xfb\xdc\x71\xc3\xb6\x97\x46\x27\x25\x32\xcb\x36\x81\x22\xa9\xcc\xfc\xac\xf8\x7c\xf9\x88\x8a\x7e\xec\x06\xf8\xbd\x80\x53\x83\xf0\x29\x34\x73\x92\x85\x36\x6e\x97\xe2\x97\x90\x87\xce\x89\xc8\xa7\x43\xa6\xfa\x42\x8e\x00\xa1\x26\x6b\xd2\x96\x67\x4a\x4e\xf9\x26\xb9\x9c\x88\x75\x76\xe3\x1d\x71\x2b\x2c\x8d\xde\x5d\x07\x68\xe2\x48\x5e\xae\x47\xac\xd5\x2c\x50\xce\x58\x72\x86\xa6\x74\xa1\xa4\xd0\x5a\x0b\xbe\x4a\xf9\x6d\x93\x29\x9a\x15\xdc\xea\x69\x84\xac\xbf\x67\x50\x86\x9b\x66\x8f\x74\x5e\xc4\x70\x6d\x72\x9c\x8a\x28\x29\x77\x5e\xa8\xa7\xb2\xe8\xc4\x04\x47\x26\xee\x17\xae\xc2\x3a\x27\xe8\xac\x8e\x0c\x37\x3e\x4b\x7e\xce\x4f\x29\x64\xc7\xc7\x3e\x96\xaf\x37\xb9\x0d\xcb\x87\x21\x6a\x91\xc0\x70\x96\x2f\xd5\xa7\x12\xe5\xec\x7d\x8d\x2a\xed\x10\xd4\xe5\xbc\x1f\xe3\xba\xbe\xd5\x67\x58\x33\x47\xd6\x6b\x2d\xd6\x8e\x61\xa1\x9b\x15\x5c\xf5\x3d\x2e\x2f\xe7\xba\x49\xcd\xe8\xd5\x3a\xc4\xc8\xca\x2e\xae\x98\x41\x00\x14\x74\x71\x05\x23\x9e\x31\xdd\x22\xdd\x1a\x7d\xc2\x44\x25\xd7\x11\x11\x00\xbc\x54\x5e\xde\xc9\x15\x8f\x50\x15\xbd\x54\x43\xb8\xab\xc3\x53\x98\x1c\x14\xb3\x63\x06\x02\x06\x49\x7e\x62\x55\xbc\x09\x36\x00\x15\x2f\xac\x78\x69\xc0\x7a\x66\x79\x01\x77\xd5\x32\xb0\xd8\x59\xf8\xc0\xca\xd8\x86\x29\x9a\x18\x5f\x1d\xc3\x8d\xaa\x61\x4b\xf7\x01\x16\xb5\x7e\xfc\x84\xef\x15\x4a\xd9\x2f\xee\x4d\xed\x08\x7b\xe5\xd6\x37\x1e\x5d\x90\xcb\x37\x77\xbc\x7c\x80\x4f\xbd\x31\x89\x92\x91\x62\x60\x6f\x9c\x86\x70\x5d\x91\x32\xa5\x8d\x94\x70\x43\xdd\x9e\xff\x78\x72\xd7\x25\xcc\x24\x00\x25\xdf\x17\x89\x7e\x38\xb2\x02\xed\x2f\x39\x33\xf6\xe7\x26\xdc\xb2\x29\x13\x1a\x38\x01\x5f\xb7\x44\x95\x5f\x18\xfb\xdf\xf3\xf2\xf7\x4b\x48\x3e\x4c\x2c\x14\x26\xb1\xb4\x1b\x2a\x93\x58\x32\x05\x00\x0b\x5c\x5a\x5d\x43\x31\x58\x82\xae\x53\x07\x45\xb9\x85\xa7\x5e\xfc\x3d\x17\x1b\x8a\x49\x67\xc5\x47\xd1\x28\x1a\xa4\xb0\xe9\x8c\x2a\xae\x37\x6b\xde\x7f\x53\xdb\xfa\x2a\x26\xe2\xd7\x95\x12\x57\xca\x8f\x14\xa8\x9d\xc4\x28\xc6\x80\x85\x04\x7a\x72\x77\xbd\x74\xe6\x71\x3f\xb1\xe8\xa3\x56\x5f\x7c\xf2\xf6\xcf\xe2\xd7\x50\x3c\x05\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x80\x2f\xd1\x79\x66\x10\x4d\x6e\x04\xe5\xf9\xfc\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x51\x25\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\x7f\xef\x51\x28\x37\xd8\xa0\x62\x32\x20\xb9\x79\x4c\x2d\xd4\x4a\xd0\x4e\x97\x21\x36\x1d\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\x5a\x91\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x84\x22\xd8\xcf\x29\xd1\xcc\x17\xa4\x4c\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xb7\x00\xc0\x8a\x1e\x8c\x23\x32\x53\x7c\x6a\xf8\x03\x0b\xc8\x31\xf1\xce\x9d\x51\x43\x33\x39\x6e\x2b\xc3\x47\x34\x31\x3d\xba\x93\xca\x4c\x5d\x33\xdb\x7a\xb1\xfd\x30\x48\xf7\xdc\xae\xfd\x98\x09\xa6\x60\x9e\x50\x0c\xa6\xf6\x04\x6f\x5a\x26\xa6\x60\xdc\x00\x09\x97\x20\x88\x96\x0e\x26\x06\x9a\x1b\x39\xb5\x0a\x29\xcd\xb2\x39\x80\x63\xd9\x27\x13\xaa\x27\x7e\x9f\x11\x51\x6b\x9d\xab\xc9\x2d\xee\x19\x4d\x26\xec\x16\x0a\xeb\xd5\x2d\x6e\x65\x94\x6f\x98\xc8\xa7\x6f\x4e\xc9\x7f\x17\x73\x3c\x6b\x9f\xfd\xd0\x19\x9c\x77\x6f\xdb\xef\x2f\x3a\xe7\xd1\x7c\xdc\x93\x4f\xdd\xdb\xdb\xc5\x5f\x7f\xe8\xf6\x16\x7f\xbc\xbe\xba\xbe\xbb\x68\xf7\xea\x5a\xb9\xb8\xba\xfa\xf1\xee\x7a\xf0\xa1\xdd\xbd\xb8\xbb\xe9\xd4\x7c\x7a\xd7\x0b\x0f\xdd\xb3\xbf\x45\x67\x08\x32\xf1\xec\x7c\x1a\x46\x5b\x3d\x66\xc7\xa4\xfc\xe2\x29\xb9\x73\x9e\x18\x57\xb7\xd4\xdb\x8c\x28\x04\xf1\x42\x5c\x51\x8a\xc6\xa4\xb4\x2f\x88\xff\xdc\xce\xbd\xe9\x53\x74\x11\x25\x13\x46\x32\x29\xef\xf3\x99\x63\x60\x18\x6d\x26\x24\x1a\x64\x98\x8e\x5a\xfb\xa1\xdb\x3b\x0d\x1e\xa1\xc5\xc6\xa2\x94\x1b\x4f\xea\x30\x2e\xea\x99\x26\x56\x82\x55\xec\x01\x8e\x64\xf0\x14\x46\x3d\x84\x0d\x58\xd6\x0f\xb6\x46\x85\xa9\x74\x93\xa6\x0e\x4f\xd7\x4f\x2c\x6a\xb8\xbc\x7d\xcb\x56\x33\x2c\x07\x62\x32\x91\x21\x4b\x68\x8e\x8e\x34\x7b\x1b\x29\x25\x55\x3c\xe0\x62\xdb\x77\x6c\xf4\xcd\xa2\x90\x51\x06\x4f\xc5\xe2\x93\xf6\x93\xe8\xe4\x58\x75\x19\x54\x69\xc5\xa8\x96\x82\x3c\x4e\xe6\x68\x9b\xf2\x75\xbc\xa6\x43\x86\xfe\x12\x48\xca\xb7\x7c\xdb\x0b\xac\x84\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\xa8\x4f\xa8\x1f\xdb\x03\xa8\x7d\xa9\x63\x1d\x70\xf0\x4a\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\x05\x89\x57\x8f\xc7\xc7\x5b\x97\xc0\x0a\x36\x4b\xcf\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\x08\x68\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\xc0\x5e\xa0\xac\x05\xcc\xa2\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\x82\xcb\xd5\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\x09\x82\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\x01\x69\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\x30\x92\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\x40\x57\x5f\x48\xca\x74\x41\xf7\x0e\x48\x3e\x9b\x93\x02\x58\xb7\xf4\xdd\x3a\xa7\x07\x6d\xc9\x5e\x4e\xc3\x09\x3b\x2c\x49\xc3\x66\xce\xde\x8d\xf3\x2c\x82\x6a\xc1\x65\x6a\xbb\x6a\x91\xcf\xde\x3a\x03\xa1\x1d\x05\x20\xb4\xc1\x0b\x27\xa3\x73\x9f\x13\x5a\xb7\xb0\xfb\x48\xa8\xdc\x77\xbc\xc5\xf2\x05\x0e\x99\x32\x35\xab\x5c\x52\x92\x85\x40\xab\xe9\x06\x31\x63\x67\xe1\xa3\x5b\xb6\x3c\x06\xf4\x03\x80\x4b\x42\x91\xd1\x0c\x6e\x68\xcb\x47\xff\x17\x6e\x16\x24\x52\x42\xf1\x7d\x67\xe1\x8f\xfc\x92\xf6\xfc\x80\x5f\xcd\x4a\x01\x43\xc8\xbb\xc6\x7a\x9e\x2d\xd2\x06\x78\x64\x00\xbe\xb5\x57\xa1\x0f\xc8\xe1\x63\x21\x57\x85\x0d\x34\x10\x53\x12\x11\xd3\x6d\x33\x31\x69\xa0\xa6\x10\x29\xb0\x27\x8a\xda\x43\xca\x83\xe5\x2d\x74\x11\xb1\x61\xfd\x44\x87\x0d\x14\xec\xaf\x11\x82\xb3\x30\xdc\xe8\xc3\x7f\xd5\x0f\xfd\x63\x4e\x15\x15\x06\x02\x4b\x9c\xe0\xad\x58\x14\xad\xc8\xbe\x40\x04\x96\x40\x63\x2d\xfc\x14\x6f\xae\x77\xa4\x63\xe9\x58\x9e\x1e\x11\xde\x62\xad\x23\x57\xde\x44\xe7\xc3\xe2\xcd\x89\x95\x1c\xfa\x62\x21\x70\xbf\x45\xda\x99\x96\xee\x0b\x26\x92\x0c\xe0\xc8\xa3\x18\x98\x40\xf9\xce\xf5\x33\x9c\x83\x7a\x01\x5b\x59\x34\x2f\xdd\x83\xe8\xc3\xbe\xa0\x1a\x3d\xcd\x19\x9c\xf4\xe2\xf7\xba\x72\x03\xa5\xe8\x83\x27\x84\xf4\x59\xb8\x86\x9e\x6c\x93\x10\x57\x7b\xd9\x06\xc1\x1b\xb0\x31\x45\x42\x45\x5f\x04\x72\x26\x6f\xa9\xc9\x18\xd5\x86\xfc\xe1\xdd\x46\x01\x17\x7e\x7e\x05\x73\x75\xa7\xb7\x08\x2d\xf5\xe1\x6c\x4d\xd5\x52\x00\x8d\x95\x50\x22\x58\x14\xa0\x7e\x64\xb7\xd9\x48\xf2\xc0\x75\x0e\x00\xef\x51\x18\x3b\x42\x74\x73\xa3\x3d\xda\x24\x2a\x4c\x0d\x6c\xc4\x83\x1d\x38\x9f\xa4\x1b\x56\x0d\x61\x39\xdd\x89\xa3\x72\x06\x99\x64\x45\x60\xd9\x84\x9a\xbe\x70\x8c\xd5\xc7\x62\x44\x48\xc0\xed\x2c\x2b\x07\x73\x59\x01\x27\x65\xc2\x4e\x18\xe0\xe9\x5b\x61\x81\x2e\x41\xfb\x0a\xf1\x3f\xe5\x0a\x35\xe1\xac\x58\x45\xad\x2f\x42\x36\x50\xdc\x76\xad\xb0\x53\x67\x02\x7e\x46\x19\xb8\xa6\xfb\x0b\xac\x13\xb0\x86\x2c\xdc\x5c\xc6\x69\x89\xcb\x64\xc1\xec\xbe\x44\x34\xde\x77\x07\xeb\x4b\xca\xf5\x26\x6c\xb8\x65\x1f\x65\x8d\x45\xbc\x61\x73\x23\xd1\x62\x17\xfd\x3b\x04\xa2\x3d\x97\x53\xb6\x34\xf4\x6e\x0a\x51\xe2\xab\x99\x60\x11\x75\xed\x59\x07\xd8\xa2\x79\x1a\xc5\x8d\x46\x41\x75\x10\x1e\xec\xf9\x9e\x7b\xb3\xc1\x39\x3a\x7b\xdd\xd3\x3f\x2a\xe6\xef\xa7\x12\x22\xcb\x16\x27\xde\x2c\xeb\xb5\xd3\xbf\xd3\x84\x89\x64\x8e\x3d\x79\x70\x98\x42\x8e\xeb\x39\x83\x93\x47\xcc\xa0\x60\x6f\xaf\x95\x0e\x5d\xc9\x8f\x16\xe9\xc0\x3d\xe3\x2b\x80\xd0\x91\xf7\x19\x44\x2f\xf7\x85\x55\x4c\xec\x15\xaf\x71\xd0\xbe\xfd\x32\x89\xd7\x9d\x00\x4c\x95\xdc\xc9\xdd\x32\x5d\x8d\xc3\xd5\xa4\x4c\xf8\x4c\x4d\x68\x03\x40\x8d\x48\x67\x7c\x4a\x52\x99\xdc\x33\x75\xa2\x58\xca\xf5\x29\xb8\xbf\x4d\xa3\xdf\x6d\x6a\x95\xed\x9d\x05\x8d\x6d\x8b\x70\x61\xff\x2e\xa2\x18\xef\x2d\x66\x25\x84\x11\x68\x13\x3e\x53\x00\xd3\x07\x9c\x6d\x9b\x30\x61\xd4\x7c\x26\xb9\x30\xc1\x92\x55\x59\x08\xaf\x68\x58\x99\xad\x29\xbe\x56\xed\x23\x4c\x66\xcb\x69\xf7\x26\x4c\x33\x1f\x13\x80\x93\x32\x92\xa0\x27\x04\xd9\xc5\x8c\x9a\x89\x86\x5c\x87\xf2\x1a\x38\x9d\x0b\x3e\xb5\x2b\x44\x67\x10\x52\x80\x46\x8a\xe2\xa3\x10\xc4\xaf\x0d\xcf\xb2\xbe\x10\x8c\xa5\x1a\x81\x88\xbe\xab\xcd\xa9\xb1\x9f\x1e\x11\x9a\xa6\xe4\x7f\xbf\xfd\x70\xf1\x73\xaf\x33\xe8\x5e\x82\xc5\xb9\x7b\xd1\x79\x77\x14\x7e\xbc\xba\xeb\x85\x5f\xd1\xc0\xf2\xc0\x14\x99\xd2\x7b\xd0\xf0\x84\x46\xf1\x0f\x42\xdd\xe3\x91\xfa\x6c\x23\xfb\x44\x33\x1f\x3e\xea\xc4\x94\x90\x60\xec\xf6\x70\x05\x04\xc4\x06\xba\xef\x4d\xf8\x64\x39\x0d\x7a\xe2\x09\x5d\x78\x31\x70\xca\x84\xb1\x3c\xc6\x19\xfb\x0a\xd5\xb7\x20\x38\x26\xc6\x5c\x34\x05\xb9\x31\xf1\xf0\x94\x32\xfc\x8f\x6c\xfe\x93\xd5\xae\xaf\x29\x57\x6b\xd3\x5e\x47\x3c\x70\x25\x05\x4c\x2d\x58\xb5\x8a\x42\x85\xcc\x78\x5f\x5b\x74\xa8\x34\xca\xc2\x10\x46\x31\x6b\x0c\xa4\xac\x94\x48\x7d\x19\xd3\x6d\xa3\xeb\x97\x7d\x31\xca\xe7\xb5\x69\xc7\x6e\xe8\x03\xe5\x19\x04\xc1\xfa\x8b\xa6\xa0\x41\xac\x7f\x77\x4a\x58\x46\x87\x52\x41\x6a\x0c\x46\xed\xf8\x26\xdc\x82\x41\x25\xa8\xd0\x50\x53\x30\xa6\x54\x4f\x57\xe5\xb7\x74\x0f\x5d\x4b\xb5\xce\x4d\x6e\x5f\x83\x55\x90\x33\xab\x92\x55\x98\xa8\xbb\x66\x47\x8c\x62\x41\x18\xf4\xef\x38\xab\xbc\x0b\xf0\xcc\xb2\x12\xbe\xad\x3d\x03\xba\xe5\x1c\xde\xc5\x9b\x52\x90\x1f\xff\xa2\xc9\x30\x37\x7d\x51\x6e\x43\x0a\x28\x70\xfa\x9e\x9a\x64\xf2\xae\x2f\xae\xac\xc2\xf8\xe3\x5f\x1a\x12\xa0\x53\x6a\xe8\xa0\x9e\xbe\x9a\xd7\xe4\x9c\x1a\x7a\x21\x69\xca\xc5\xd8\x55\xef\xad\x5f\x8b\xf7\x9d\x5e\xfb\x94\xf8\x9c\xc9\x90\xfa\x58\xa4\xcd\x47\x0d\x01\x6f\x85\x89\x78\x86\x00\x5c\x59\x04\x2e\xee\x8c\x5d\x20\x08\xd9\xbb\xa7\x2f\x60\x29\x91\x41\x72\x43\x66\xd2\x81\x11\x5a\x05\x4b\x12\x95\x0b\x67\x94\x76\x36\x41\xbb\x3a\x40\x91\x61\x33\x9c\x68\x05\xa2\xc9\x22\xdf\xee\x0b\x50\xb5\x43\x22\x5a\x26\x13\x9a\x41\x04\xdc\x71\x64\x9d\xb3\x0a\xb8\xcc\x21\x9d\x08\x42\x4f\xc4\xbc\x1c\xa8\xea\xa1\xa2\x0b\xf9\x2a\xde\x28\x50\xe5\x61\x1f\x9d\x57\x74\x2a\x2d\xf3\x68\xf5\x45\x77\x84\x01\x72\x19\xae\x8e\xfd\x90\x09\x70\x0c\xfb\x65\xb1\x4f\x3d\x6b\x81\x4a\x1f\xe8\x20\xa4\x09\x18\xe2\xc5\x1c\xc2\x9b\x01\xaa\x4c\x42\xa0\x45\xc1\x68\x1d\x51\x2e\xec\x62\xb8\xde\xa2\xcf\xfa\x02\xe3\xf2\x4a\xfb\x12\x27\xf1\x46\xbd\x4b\x01\x61\x83\xc5\xcd\x17\x64\x85\x99\x0b\x23\x74\x62\xfb\x4c\xb1\x63\x5f\x10\xce\xfe\x1a\xad\xa9\xbd\x2c\x5b\xe4\x26\xd6\x94\x53\x99\xe4\x53\x0f\x21\x02\x69\x57\x2e\xde\xcc\xdd\x87\x81\x42\xf0\x8e\xae\xa5\xf8\xdf\xc4\xff\xad\x15\x33\xaf\x77\x2c\x23\x1a\xa8\x6a\x30\x2b\xb7\x54\x6a\x8d\x0b\xc3\xc6\x55\x5f\xdd\x26\xa0\x9c\x97\x10\xa4\x6e\x85\x72\xf0\xe3\x19\x69\x15\x49\x09\x16\x65\xcc\x8e\x93\xe9\x77\x9a\x74\xaf\xad\xbc\x61\xf5\xcb\x70\x4c\x72\x6d\x30\xda\x0a\x32\x4e\xf0\x6b\x8c\x78\x3f\x22\xdf\x93\x7e\xfe\xfd\xf7\x7f\x4a\xc8\x17\xff\xc7\x9f\xff\xfd\xdf\xff\xf4\xe7\x6d\xca\xe5\x42\xbb\xc5\x1a\x39\xb4\x9e\xaa\x00\x12\xef\xc0\x22\x33\xd9\x61\x17\xdc\x19\x69\x5a\x7e\xa7\x7c\x37\x66\x2c\xd5\x3d\x8e\xa2\x69\xe8\xd8\x1d\x42\x1d\x1f\x1e\x52\x3a\x3d\x85\xd7\x5e\x33\x73\x54\x3e\xc4\x41\xb4\x74\xf2\xf3\xff\x5a\x82\x19\x30\xb0\xd4\xbc\x5d\xd4\x0f\xcf\x82\x30\x6b\x1b\x21\x6f\x9d\xb5\xcd\x80\xb7\xee\x9d\xbf\x83\x64\x96\x32\x85\x63\x0a\x06\xb2\x60\xb6\x83\xf3\xcb\xbe\xcc\x32\xe9\xe2\x31\x28\xd1\x6c\x46\xe1\xba\xb6\xe7\xb5\xd5\x17\x9d\x2f\xd4\x32\xd7\x23\x5f\x08\x0b\xab\x36\x83\x9b\x63\x44\x13\x46\x50\x30\x7e\xfb\xe5\xd4\xfe\x76\x44\xe6\xa7\x10\x55\x79\x44\xfe\x71\xea\x92\x99\xa9\x32\x03\xfb\xd3\x3b\x2f\xd9\xba\x26\x60\xd0\x5c\x93\xfe\x9b\x93\x07\xaa\x7c\xf9\x71\xc4\x64\x7c\xe3\xd8\x5f\x40\xa1\x8d\x65\xe1\x4c\xca\x7b\x17\x73\xba\xf0\xa5\xfb\x4f\x0b\x09\x3c\xb8\x29\x70\xf3\x5d\xf8\xb0\x95\xdb\x8e\xe1\x05\x46\x5a\xb3\x21\x69\xfd\x5d\x4b\x41\x5a\x73\x3a\xcd\xdc\xaf\xfe\xa9\x0b\x89\xa5\xda\x25\x76\xa5\x21\x22\x26\x9b\xa3\x65\xf2\x7d\x26\x87\x30\xaf\x4f\x7e\xae\x18\x54\x0a\x03\x2d\xae\x88\xe2\x56\x71\x13\xe1\x56\x5f\xa6\x29\x26\x78\x43\x91\x35\x5f\xd7\x5e\xd7\xcd\xea\x4b\x18\xd2\x7f\xa1\x1b\x16\x16\xc5\x67\xa2\xa1\x31\x36\x44\x74\xd9\x46\xbf\x90\xb7\x8e\x09\xbd\xb3\x17\x81\x8b\xe0\xc5\x65\xa8\xeb\x60\x1e\x3a\xf8\x39\xea\x80\x0b\x82\xb9\x85\x4b\xbe\xfc\xc7\x49\xab\xd5\x0a\x5f\x5f\xda\xa9\xfc\x5f\xc2\x8d\x66\xd9\x08\x5b\xf2\xd7\xcc\xbc\x2f\x3e\x59\xa5\x25\x36\x16\x17\x68\x29\x50\xf8\x28\x91\x19\x39\x2e\x0c\xa8\xa9\x4c\x34\xf9\xad\x15\x23\xa3\xa5\x84\x1f\xad\xde\x54\x7f\xaa\x5c\xfd\xbb\x67\x3a\x56\xce\x00\x5d\x3d\x58\x31\xce\x42\x50\x24\xa9\x86\x60\xa3\x07\x9e\xe6\x9e\x16\x2c\xe5\x9c\x38\x2c\x06\x28\x4d\x67\xd8\x17\x03\x8f\x1a\x40\x2f\x6a\xa3\xbb\xeb\x25\xb8\x05\x86\x5b\x60\x5f\x20\x59\x37\x2c\x80\x03\x24\x70\xbc\x01\xe7\x79\x14\x7b\x2b\xec\xf5\x22\x62\x60\x2a\x9d\x4f\xa7\x54\xcd\x4f\x8a\xd3\xb6\x48\x9c\x05\x3e\x21\x70\x99\xcc\x2f\x00\x78\x4c\x33\x77\xb4\x5c\xd0\x40\x54\x41\x7b\x12\x72\x01\x48\xca\x12\x9e\xba\xf0\x2a\x8a\xb8\xd9\x4c\x24\x32\x75\x74\x5d\xa4\x50\x96\xc5\x8a\xf0\xce\xa2\x40\xe1\x03\x50\x74\x61\xfc\x12\x06\xf3\xaa\xdd\x1b\xfe\xe3\x06\x06\x2e\x07\xda\x58\x56\x39\xde\xc0\x1b\xd9\xbd\xba\xf5\xdf\xac\x7f\xed\xc2\x3a\x94\xe5\x6a\xea\xb5\x32\x6f\x01\x50\xf4\xb1\xb8\x80\x21\x94\x02\xad\x21\x79\x48\x30\xc5\x7f\x9f\xc9\x6b\x9e\xd9\x7b\x0b\x68\xbc\xd5\x17\xa5\x9f\x8f\x08\xcb\xf8\x94\x8b\x10\xc9\x86\xec\xdd\x63\x30\xdf\x73\x63\xb7\x4c\xa7\xf7\x96\x83\xf9\x5c\xfd\x48\xef\x69\x8b\xb9\x27\x9d\xe0\x08\x72\x1a\x7f\xae\xed\xb8\x0a\x9d\xd8\x4a\x9c\xb6\x89\x63\x27\x35\xf2\x88\xf0\xe0\xfc\xf6\x85\x6d\xcd\x9f\xa5\x22\x84\x36\x6a\x2f\x6a\xee\x18\x84\x74\xee\xb3\xe9\xa0\x05\xe8\xa3\x14\x07\x1b\x84\xd4\x1a\x11\xa5\x53\xa9\x3b\xb9\x79\xf2\x05\x04\x0c\x0e\x84\x4c\xd9\x86\x71\xc3\x35\x75\xfd\x9c\xd5\xd7\x3b\x0b\x15\xc3\x04\x19\xe0\x13\x4d\x19\x81\x4c\xeb\x0d\x2d\xa1\xb5\x05\x32\x5d\x3b\x00\xbf\xfe\xb8\x6d\x91\xf2\x82\xa7\x41\x2b\x5e\x29\x88\x12\x1a\x4b\x6b\x5f\x2e\xe2\xb9\x93\x84\x9e\x6e\x67\x0b\xc6\xb9\x27\xb0\xec\x45\xb9\x7f\x32\x56\x32\x9f\x85\xac\x5f\x9f\xff\x84\xdb\xe0\x6e\xb4\xae\x18\xc9\x53\x27\x53\x5f\x70\x71\x8f\x77\xe1\x53\xed\x51\x28\x97\x19\xfd\xee\x39\x18\xae\xf8\xb1\xab\x99\x6c\x47\xad\x0d\x4d\xee\x11\x2d\x6d\x59\xb9\xd5\x4d\x0b\xc6\x16\xf7\x65\x9e\x65\xae\xdb\x82\x7d\x16\x25\x03\x1e\x38\x25\x94\xdc\xdd\x74\xeb\xfb\xbe\xe7\x8b\xa6\xf3\x7a\xde\x59\x26\x10\xf8\x9f\x1f\xf9\x46\x41\x6e\x15\x74\x3f\x56\x22\xf5\xa0\xff\x37\x61\x22\x55\x78\xf7\x8e\xbe\x3a\xcb\x83\x06\xd3\x1a\x4a\xad\x9f\x7c\xd1\xf1\xb9\xfb\xf8\x93\xfd\xb6\x7e\x47\x3e\x41\x76\x47\x48\x81\x9f\x52\x61\x27\xe8\x7b\x6d\x30\x10\x21\x5b\xdc\x6a\x48\x77\xb3\xad\x06\x84\x3d\xae\x17\x4c\xea\xbb\xf2\xad\x3c\xa2\xc5\x88\x66\xa8\x6e\x99\x09\xc8\xe1\x47\xe4\x36\x99\xb0\x29\x85\x00\x83\x69\x59\x1e\x07\xb9\xe4\x6d\x46\xd5\x18\xa5\x04\xcd\x8c\x7e\x57\xb3\xc3\x45\x9c\xed\x0e\x3b\xbc\x05\xd6\x72\x6c\x6c\x87\x1c\xc0\x65\x1c\x20\x8c\xb2\x8c\xf1\x12\x98\x93\xef\xdf\xdf\x1d\x56\x59\xc5\x4f\xe0\xc6\x54\x58\xb3\x3a\xb5\xa2\x58\x73\xf2\xfb\x8e\xf0\xde\x97\x74\x1a\x12\x45\x3d\xc6\xb7\x4b\x08\xc0\xb1\x0d\x19\xe0\xfd\x34\x8f\x61\x67\x40\xef\x78\x08\x0e\x3f\xb8\x69\x04\x7d\xd1\xf6\xaf\x84\x64\x33\x90\x6f\x14\xba\x48\x21\x24\x09\x03\xf0\x40\xc6\x88\x2a\xae\xba\xc9\x35\x4c\x62\xd3\xa4\x9e\x2a\x26\xb9\x95\x71\x02\xda\x17\x6a\x77\x5e\xd8\xf5\xf3\x68\xe8\xf9\x61\xf3\xda\x22\xf5\xf9\xfa\x49\xb5\xca\x43\x5d\xc7\xab\x98\x6f\x27\x24\x12\xfb\x92\x1e\x51\x61\x09\x0c\x5b\xca\xe6\x45\x90\x8c\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\xd2\x2e\xac\xbc\xf9\x4b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x04\x6c\x11\x9c\x4a\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xe8\xd3\x01\x4d\x12\x99\x2f\xc2\x9c\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\xaf\x12\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\x8f\x15\x02\xda\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd3\xe4\x9e\x89\xd4\x15\x49\xc6\x1c\x53\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\xc5\xfd\x5a\x35\x43\x6f\x72\x34\x02\x3d\x2c\x24\xdb\xfb\x84\x48\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x38\xa1\x90\xaf\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x7d\x13\x6e\xa5\xc1\x09\xeb\x0b\x88\x9f\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\xcd\x59\x77\xf8\x46\x98\xad\xba\x9b\x2d\x1d\x6d\x08\x7b\x8f\x0d\x33\x13\x26\x40\x0d\x5b\xbf\x65\x48\xf9\x5d\x7f\xd3\x4a\x71\x60\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\x21\x00\x3b\x43\x51\x14\xa2\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x39\xc2\xbb\xac\x3a\xdd\x2c\x31\xb9\x26\x29\xb9\xb2\x16\x21\xd4\xb4\x45\x3e\x70\xa5\x4d\x34\x25\x23\x43\x8a\x6f\x13\x4b\x30\x13\xd6\x88\x4e\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x77\x77\x08\x2b\x6e\x91\x76\x61\xe3\xc2\x24\x67\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\x52\x5e\x18\xe6\x23\x64\xee\xd0\x7b\x26\x96\x69\x7d\xeb\x8f\xb0\x53\x4a\x7b\xac\x1b\x62\x3b\xe8\xfb\x12\x55\xfe\x6d\x06\xb8\xfe\xb1\x2b\xf2\xca\xf9\xe8\xc4\x2e\xb9\x95\xf3\x93\x7b\x17\x30\x3c\x02\x3a\x74\x99\xe9\x8f\x13\xa9\xe3\x73\xe6\xf7\x0f\x36\xd3\xa8\x9c\xf9\xc0\x60\x88\xb7\x0e\x0b\x8c\xee\x59\x21\xe3\xc4\x75\x18\x75\x38\xa4\x18\x50\x14\xf6\x9b\x78\x16\x0a\xcb\x00\xb6\x52\xdf\xd4\xe2\x69\x2e\x85\x62\xec\x70\x9c\xef\xd9\xaa\xe2\x95\xcb\x36\x2d\x9c\xdc\x06\x19\x72\x53\x58\xc0\xc6\xb3\xb4\x51\xe4\x39\x98\xfa\x78\x02\x90\x53\x28\xf3\xce\x28\xaf\x73\x2a\x3a\x93\xf6\x2e\xeb\xf7\x94\xe0\x69\xfb\x46\x4d\x73\xd3\xdd\x12\x31\x2d\xc3\xaf\xbd\x01\x5e\x3e\x7a\xa4\xb4\x7d\xe0\x8b\xad\x09\xac\x1d\x40\x98\x90\x78\x34\x96\x7c\xc6\x71\x6d\x46\x23\xa5\x25\x46\x9f\x8c\x0b\xb9\xd0\x10\x9e\x81\x69\x8c\x72\x14\xe0\xe0\x30\xb2\x06\x91\x23\xe5\xa8\xe6\x8f\xf7\x99\x1c\xea\x77\x21\x79\x9a\x6a\xdf\x47\x91\xcd\xd8\x4c\x82\xfb\x41\x1f\xf3\x4b\xf1\x94\xf7\xa1\x3f\x33\xf1\x7d\xb8\xc9\xc2\xd7\x13\x55\x11\xf8\x82\xc9\x1c\x54\xc9\x5c\x78\xf4\x26\x29\x98\x1c\x81\x4b\x02\xbc\x7c\xde\xe8\x06\x42\xb7\x90\x26\x4a\xdc\x50\x6c\x86\x61\xc3\xa0\x1e\x36\x2f\xf7\x8e\x08\x66\xab\xd6\xf9\x29\x10\xcc\x76\x5d\x77\x77\x70\xbe\xd2\x82\xef\x8a\x4b\x85\x47\x69\x03\x36\x0b\xef\xaf\xb4\x84\x05\x3e\x00\xa6\xaf\xb8\x3e\x08\xe6\x29\x43\xb8\x12\x3b\x36\xf2\x18\x12\xde\x20\x8d\x0a\x31\x05\x9b\x90\xb6\xc1\x82\xb8\xc9\x75\x60\xdf\x5f\x63\x9c\x18\xa2\xf6\x25\x1a\xa8\xbb\x7b\x35\xf1\xb5\x01\x41\x98\x11\x82\x29\x67\x1c\x59\x79\x73\x6c\x68\x5f\x8c\xb7\x72\xb9\x83\xc1\xe1\x65\x55\xf0\xde\x42\x70\x01\x8d\x98\x40\x8b\x40\x1c\xd6\x44\x4e\xa5\xbd\xb6\xad\xba\x5a\x3c\xc4\x38\x3e\xb8\x6c\x96\x54\x46\x9c\x61\x82\xfb\xd7\x9b\x8d\x3d\x5a\xf6\x11\xca\x8e\xf1\x4b\xab\x41\x2f\xa3\x99\x0c\xcb\xa0\x81\x2b\xc6\x1f\xd0\xde\x96\xd3\x0d\x58\xaf\xa7\xa0\xab\x03\x96\xb9\xc3\x70\xe2\xff\xb0\x1a\xa4\x25\xa9\x10\x33\xe7\x53\xe6\x5c\x94\x0b\xe2\x38\xd4\xd5\x56\x6e\xf4\x1e\x6e\x82\x59\x08\x8c\x65\x98\x8f\x6e\x01\x80\x7c\x85\xf2\x12\xf2\x9f\x8b\x60\x15\xbb\xc8\x21\x60\xc0\x67\xe7\x85\x0f\x1f\x0a\x20\xfd\xf9\x8c\x1d\x91\x61\x0e\xcf\x2f\xaf\x7a\xb1\x61\x96\x0b\x78\x7c\x9c\x4c\x58\x72\x0f\xc1\xa5\xc8\x14\x71\xb9\x7c\x45\x84\xe1\xbc\x2f\x0a\xb8\x66\x23\xbd\x95\x71\x1e\xf0\xb0\x02\x26\x9c\x54\x24\xe5\x7a\x96\xd1\x39\xd8\x73\x04\xba\xa5\x0b\x5b\x50\x88\xe7\xb0\xc4\xb2\x9d\xda\x02\x78\xd2\x8e\x0b\x78\x39\x0c\xfe\xe5\x27\x11\x4a\x1a\x85\x10\xab\x3a\xb1\x63\x67\x84\xb2\x5d\xdc\xd3\x4d\xc8\xe8\x51\x21\x2f\xdc\xd1\xd8\x4f\x11\x12\x99\x44\x25\x23\xa9\xff\xc6\x07\x7d\x81\x05\xa5\xef\x6b\xfe\xd8\x7f\x63\x5d\x0a\xa6\x1e\x58\xda\x17\xe5\x54\x31\x77\x95\x15\xbb\x4c\x0a\xc4\xdc\x26\xd6\xb9\x39\x2c\x67\x0c\xc2\xb3\xdc\x73\x0e\xe1\xf1\x45\x5e\x7c\x08\x6c\x5a\x82\xe0\x5b\x5f\x8b\xe7\x09\xa0\x66\xd7\x36\x7e\x14\x10\xbd\x0e\x5f\xd3\x01\x68\x97\xac\x89\x81\x30\x43\x22\x0c\x66\xc9\x86\x80\x0f\x17\x00\xb2\x10\x8a\x5c\xd7\x46\x5f\xf8\x98\xd5\x51\x9e\x65\x88\x7c\xd0\xb0\x5c\x3e\x31\xce\x07\x58\x7c\xbd\xec\xa3\xa0\xd7\x92\x08\xd3\x38\x58\xfd\x52\x36\x4b\x21\xcc\x30\x99\x17\x35\xcc\x80\x78\x99\xd0\x39\x04\xe2\x79\x3c\x53\x88\x0d\x1f\x33\x43\xac\xdc\x91\xe6\x19\x06\x61\x82\x41\x17\xb2\xec\x68\x96\x11\x6e\x74\x5f\x84\xa4\x40\x44\x78\x82\xab\xc0\x47\xbd\xa7\x4e\x16\x84\x2e\xa0\x59\x57\xf5\x02\x2e\x08\x9e\x70\x53\x1a\x12\x58\x2a\xe7\x31\x08\xe0\x6c\xc6\x28\x86\x0c\xf9\x92\xd8\xb1\x34\x58\xdd\x06\x17\x5f\x03\xc5\x08\x16\x73\x89\xf6\x49\xbd\x58\x8c\x62\xe3\x4d\x69\x91\x36\xce\xce\x8a\x82\x1e\x91\x1f\x47\xeb\x02\x95\x9d\x33\xcf\xca\x5b\x46\x87\xd2\x5e\x41\xa2\x9e\x51\x65\x78\x92\x67\x54\x65\x80\xb4\x35\xca\x33\xc2\x47\x51\x71\x01\xd8\x04\xcc\x09\x83\x02\x7e\x12\xee\x08\x6f\x78\xd7\x74\xca\xa2\x00\x59\xa7\x78\x66\x91\x11\x11\x71\x6e\xd0\x3a\x65\xdb\x7a\xd7\x22\xe7\xd5\x52\x12\x70\x2c\xa2\x5c\x72\xae\x91\x03\x86\xf1\x46\x91\x5d\x58\x92\x82\x8f\xac\xb0\xfb\x5d\x74\xf0\x9a\x6a\x16\x51\x7d\xbf\xa1\x85\xd2\x03\x92\xad\xa8\x65\x54\x17\xd9\xd9\x83\x52\x38\x25\xbb\x65\x38\x11\x2b\x6a\x27\x6f\x38\xc8\x38\x0f\x7f\x8b\x81\x7e\x8e\x6a\xcd\x54\x07\x3b\x5d\x52\xcb\x00\xf6\x71\xc3\xa1\x46\x38\xa3\x9b\x0f\x34\xa2\x9c\xd8\x1e\xdd\xb8\xb2\xab\x95\xcb\xcf\x25\xc4\x4f\x62\xc7\x65\x05\x7b\x86\x1e\x8c\x4a\x89\x39\x18\x83\x83\x06\x05\x24\xa7\x70\xd8\x86\x8c\x64\x5c\xdc\xfb\x50\x72\xbb\xf3\x47\x84\x16\xad\xc3\xe1\xc3\xd1\x23\x31\x37\x48\x36\x75\xb8\x67\x3b\x08\x3b\xeb\x05\xe4\xd5\x6e\x6e\x98\xf7\x46\xd0\x76\x0b\x15\xda\xa2\x79\xac\xbf\x2d\x4b\x7d\xe6\x41\x88\xf5\x8e\x72\xbc\x60\x22\xef\x9d\xe1\xa1\x66\x57\xe3\xfa\x5e\x4f\x68\x7d\x7d\xc6\xd5\x50\x9e\x77\x97\xe7\x9d\x0f\xdd\xcb\x32\xfe\xe6\x5f\xef\x3a\x77\xe5\x5f\x6e\xee\x2e\x2f\xbb\x97\x1f\xe3\x9f\x6e\xef\xce\xce\x3a\x9d\xf3\xf2\x7b\x1f\xda\xdd\x8b\xca\x7b\xf6\xa7\xf2\x4b\xed\xf7\x57\x37\x15\xc4\xcf\xdb\x1f\xbb\xd7\xd7\xe5\x9f\x7a\xdd\x4f\x9d\xf3\xc1\xd5\x5d\x6f\x29\xb8\x67\x31\xfe\xda\x25\xda\x07\x2a\xe2\xd6\x88\xae\x6d\x32\x52\x9c\x89\x34\x9b\x63\xd4\x80\xd7\x3b\x2a\x4e\xca\x98\xa5\xf3\x29\x93\xf9\x2e\xce\x7f\xab\xfa\xca\x07\xab\x52\x67\xc4\xb5\xe6\x42\x1e\xa9\xbe\x6f\xcc\x28\x36\x6a\xd1\x0c\xb6\x34\xc4\xc9\xa8\x79\x08\xa2\x5b\x1a\xbc\x13\x32\xa0\x5c\x27\x64\xc6\xd4\xb2\xb1\xc0\x85\xab\xf2\x99\xe1\xc3\xe6\x70\x8e\x35\x33\x83\x36\xd7\xec\x30\x3b\xb6\x3e\xb5\xe1\xb2\x9e\xd1\x95\xa2\x1a\x76\x71\xe8\x42\x0b\xbb\x05\x1c\x87\x36\xbc\x2b\x6c\x96\x0f\x33\x9e\x10\x9e\x16\x99\xbd\x18\xf4\x80\x11\x78\x68\x29\xa9\xa6\xd2\xcf\x98\x02\x39\xc8\x8a\x97\x33\xc5\x8e\x69\x6e\x26\xbe\xf4\x51\xa8\x59\x8b\xa9\xed\x2c\x51\xcc\xf8\xd2\x8a\x2c\xf5\x00\xb6\x51\x4f\x30\x18\x17\x87\x9b\x42\xc2\x47\x93\x3d\x0c\x5f\xc7\x26\x37\xb0\xdc\xe1\xfb\x6b\xac\x8a\x1b\x2c\xd7\xd5\xf2\x24\x20\xec\xe1\x43\x8f\x80\x6b\xa7\x6c\x59\x6f\xe2\x63\x45\x70\x97\x7d\xd8\xc9\x06\x94\x15\x93\x47\x39\x34\xc4\x35\xe9\x1e\x9d\x29\x06\x57\x81\xf3\xec\x78\x7d\x18\x42\x24\x5d\x6c\x0a\x84\xa4\x58\xb9\x7f\xc8\x26\x34\x1b\xa1\x69\xc5\x6e\x45\x71\x9a\x16\x09\xb3\x27\xef\x99\xd8\x43\x39\xe8\x1d\x23\xe0\x04\x0a\xd3\x45\x3c\x76\xb0\x35\x14\xd6\x18\x28\x82\xe9\x8b\x44\xbb\x08\x3d\xac\xc9\x85\xa2\x67\xf4\x18\xc3\x64\x0a\x6c\x0b\x1f\xdc\x37\x1a\xf1\x2f\xb6\xc1\xbe\x60\xb5\xd9\xfd\x50\xe5\xc2\xe7\x45\x05\x9e\x0c\x29\xb1\x98\x5c\x72\xcf\x04\x00\xef\x62\xed\x8c\x06\x26\xbd\x91\x81\x73\x71\x1b\x56\x9a\x0b\xc1\x90\xc4\x4b\x48\xc4\xb1\x35\x53\x15\x25\xa5\xa7\xf4\x9e\xb5\xc8\x39\x5e\x87\x40\x38\x67\x17\xdd\xce\x65\x6f\x70\x76\xd3\x39\xef\x5c\xf6\xba\xed\x8b\xdb\xa5\xe7\xed\x09\xa2\xb7\x16\xc3\xb6\x4a\xdc\xe0\xc4\x1d\xb5\x22\x92\xb8\xa8\x0b\x1e\xce\x19\x6c\x44\xd3\x0d\x91\xce\x06\x29\xd7\x89\xbd\xe5\xe6\x03\x26\x52\x40\x40\xd9\xea\x82\xae\x6f\xaa\x3a\xf4\xf0\x06\x09\x6f\x78\x3e\x81\x97\xda\x83\x27\xde\xf0\x1c\xf2\xaa\x5d\x85\x49\xa8\x2e\xdc\x17\xd1\xa5\xd2\x5a\x8d\x7a\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xb9\xa0\x7f\x0d\xd2\x62\x1b\x56\xc5\x25\xca\xc6\x30\x2c\x3c\x42\xf9\x27\x56\xb3\x9d\x52\x91\x52\x23\xd5\xbc\x61\x8a\xeb\x71\xcb\xf8\xb0\x94\x79\x66\x7c\x33\x5b\xb5\xdd\xef\x02\xbe\x4a\x45\x99\x7e\xfa\x02\xc1\x5a\x7a\x57\x3f\x76\x2e\x6f\x07\x9d\xcb\x9f\x06\xd7\x37\x9d\x0f\xdd\xff\x0a\x19\x70\xae\x66\x69\x19\x40\x9c\xd9\x5b\xcf\x32\x12\x9f\x8d\x51\xcb\x4a\x10\xc6\xdb\xb7\xe3\xa0\x5b\xf9\xa8\x2f\x3c\x13\x51\x45\xf3\x13\x25\xf3\xf1\xa4\xbe\xa1\xea\x28\xaf\xdb\xbd\x1f\xb6\x1a\x26\x64\x4a\x21\xd6\x2f\x1e\xb1\xc5\x9c\x7f\x3e\x72\x2c\x0e\x81\x02\x2a\xc3\x83\x7c\x3f\x78\xb5\xce\x54\xdd\xc0\xc7\xb6\x52\x3a\x16\x99\xd4\x52\x19\xbf\xe6\xf5\x26\x02\xea\x45\x7c\xb2\x74\x63\x00\x06\x05\xa2\xc8\x2f\xb4\x76\x5a\xf3\x5b\xe9\xb2\xfa\xe3\x71\xc6\xc6\x63\x96\x22\x79\x55\x1b\x76\x16\x1c\xc7\xf7\x92\xe2\x22\xaf\x5b\x45\x07\xea\xbc\xc3\x4d\x1c\xe2\x18\xd6\xe7\xdd\xd7\xe1\x93\x7a\x5e\x71\xe6\x8b\xbb\x24\x52\x68\x43\x45\x03\x48\xd6\x86\x05\x28\x0b\xe4\x5a\x55\x94\x81\x75\x76\x0d\x6f\x73\x2e\xce\xc1\x36\x7e\x18\x07\x5e\x2d\x9c\xa1\x22\x02\xb5\x8e\xaa\xd1\xd4\x6c\x42\xa5\xc4\xdf\x93\xdb\x24\x96\x6a\x48\x2e\x41\x10\x0c\x85\x88\x1e\xea\xe0\x45\xd0\x88\x03\x90\xbc\x8d\x81\x5d\x7b\xae\x08\x1a\x0c\x95\x45\x39\xc3\x50\x20\xd3\xcb\x69\x9b\x9b\xa5\x2a\xc5\x00\xa3\x42\x89\x69\x9e\x38\x1c\x1d\x6c\xb6\xf0\xdc\x3a\x3b\x94\xbf\x60\x53\x72\x1c\x17\x60\x4d\x8f\x21\xd5\xab\x2f\x9a\xfc\x11\x35\xc5\x4b\x63\x0a\xb8\xf6\xb7\xd6\x2e\x7b\x5f\xb3\xfa\xcd\x47\xd0\x2f\xf6\x7a\x21\xb8\xc4\xbf\x0e\xc2\x5d\x83\xe3\xdb\xed\xcb\x90\xa2\xc3\xb1\x7c\x1d\x37\x65\xe3\x04\xae\xba\x99\x7f\x7e\x2d\xdf\x3c\x2d\xc3\xff\xe0\x15\x39\xa1\x1a\x25\x55\x5f\xcd\xbe\xa8\xb8\x5a\x94\xda\x6d\x32\x71\x07\x30\xe7\x3d\x42\x84\x34\xf9\x1b\x8e\x50\x69\x0e\x55\xf3\x63\x04\xdc\x80\xe6\xbd\x19\xe1\xc7\xc2\x51\xd0\x53\x90\xef\x01\xc3\xca\x68\x2e\x92\x09\x99\x65\x14\xc3\xce\x27\x54\x23\x49\x7b\x97\x36\x1d\xf2\x8c\x1b\x48\x98\x43\x67\x50\x65\x85\xad\xf2\x42\xd5\xbd\x07\x6a\xa0\x45\xba\xf6\x32\xa2\xdf\x31\xec\xaa\x28\xec\xf4\x9c\x81\x57\xc5\x91\x8d\xbe\x58\xea\x49\x2a\xc8\xd2\x05\x5d\x15\xdb\x81\xa5\xc7\x8d\x8c\x8a\x54\x6d\xb6\xb3\xae\xc5\xeb\xea\xe7\xa5\xf5\xae\xb9\xa8\x37\xf7\xf0\x3b\x0c\xa2\x0d\xd8\x7c\x15\xa1\xa8\xf6\x64\x8d\x32\x49\x1b\x4a\x52\xf8\xb6\x11\x70\xa8\xa9\xed\x54\xe6\xc3\x26\x80\x0b\x1c\xd5\xf2\xd6\x97\x99\xeb\xfd\xb9\xdd\x97\xf9\x2f\x66\x80\xd4\x30\xc3\x37\xb3\x65\x44\x93\xa6\x86\x1d\xc3\xe7\xf5\x8d\x3b\x58\x87\xb5\xe7\xbc\x40\x68\x05\x32\x5d\x80\xd1\xb0\x22\x6d\x4d\x59\xc3\xbf\xe6\x50\x3a\xf1\x6a\x74\x8b\x29\x5c\xbb\x10\x99\xe1\x8b\x14\x56\x7f\x12\xab\xbd\xf6\xca\xbe\x90\x98\x06\x66\x2c\x59\xff\x9a\xa9\xb6\x7b\x6b\xbf\x5e\xff\x40\x96\xcb\x36\xcd\x14\x97\x90\x68\xe5\x6a\x3d\x2d\xc9\x05\xaf\xed\x77\x87\x95\xfc\x25\x67\x39\xb3\xb4\x3f\xcc\xd3\xf1\xa2\x1d\x73\x03\xe9\xac\x98\xd2\x44\x3e\x92\x69\x9e\x4c\x88\x6f\x9c\xa4\x2c\xa3\xf3\xd2\xd4\x40\x5e\x32\x32\x03\x6c\x8d\x2d\xa1\x1e\x92\x5c\x1b\x39\x85\x90\xb4\xa2\x5d\x95\x0b\x20\x78\x42\x8d\x51\x7c\x98\x9b\xda\x38\xa6\x52\xce\xf3\x96\x7e\xa8\xdb\xeb\xce\x59\xf7\x43\xb7\xe2\x04\x6a\xdf\xfe\x18\xff\xfb\xf3\xd5\xcd\x8f\x1f\x2e\xae\x3e\xc7\xbf\x5d\xb4\xef\x2e\xcf\x7e\x18\x5c\x5f\xb4\x2f\xe3\x9f\xcf\xdb\xbd\xf6\x6d\x67\x95\xf7\x68\xb1\xd7\xe6\x8d\xa0\x51\x4a\xb6\x95\x5d\x9c\x8d\x12\x1c\x77\x5e\xbb\x74\xbd\x9e\x92\xb6\x4f\x50\x8f\x8b\x71\x50\xef\xd1\x03\x4f\x34\x56\x07\x71\x8e\x3f\x28\x7e\x8d\xd5\x96\x5a\xa4\x4d\x7c\xd5\x2c\x08\x5b\xd4\x56\x58\x70\xe9\xbb\x76\x77\xb0\x09\x2b\x31\x24\x85\xe6\x56\x20\x3e\xcb\x91\xcb\x9b\xcf\x58\x8c\x55\xe4\x2a\xa4\xb6\xfa\xa2\xf3\xc0\x84\xc9\x01\x48\x85\x66\x99\x2f\x6e\xe6\x5f\x88\xb2\xdc\xfc\x28\x35\x9f\xf2\x8c\xaa\x02\x9c\xf7\xca\xb5\x05\x02\xbb\x1f\x6b\xc8\x6a\x5c\x84\x79\xf4\xca\xc3\x5d\x97\xc0\xb8\xcf\x2e\xba\x20\x02\x25\xc6\x63\xe1\xf9\xce\xfb\x02\x13\xb3\x5d\x8f\x53\x0a\xa1\xb4\x46\x3a\x7b\x1a\x76\xdf\x58\xec\xf5\xa6\x06\x1c\x77\x8b\xc4\x7f\x34\x32\x3f\x55\x50\x4c\x18\xa4\xff\xa3\x23\x8c\x9a\x6f\x02\x9a\x4c\x52\xa6\x41\x36\x75\xf1\x2f\x65\xc0\x5e\x34\x77\x10\xdf\xfa\x25\x08\x3b\x3e\x3e\xcb\x19\xde\x83\x7d\x9d\x01\xc4\x78\x83\xfc\x9d\xd9\x4b\xe8\xa5\xae\x43\x9c\x45\x06\xab\x30\x94\xb9\x48\x7d\xb5\xd1\x29\x17\x27\x53\xfa\xe5\x9d\x9f\xe9\xe3\x84\x3b\x05\xa4\xc8\xb8\x65\x99\xd5\x44\xe6\x96\xc9\x2d\x5f\xae\xbe\x58\xb2\x5e\xab\xa5\x45\xcf\x59\x41\xed\x29\x74\x54\x8c\x39\x7a\x60\xf3\xba\xfd\x5b\x00\x63\xc4\xb8\x26\x77\xe0\xa1\x91\x99\x62\x50\x5c\x3b\x44\x34\x65\x18\xa9\x16\xfe\x0d\x11\xb3\x25\x7c\xe6\x7a\xe6\x1d\x7b\x73\x77\x3a\x37\xb5\x7e\xe4\x27\x80\xd3\x74\x3d\xd9\x4d\x43\xaf\xb2\xb7\x74\xba\x08\x61\xe7\x38\xb3\xbb\xf5\x77\x39\x84\x12\x90\xda\x97\x5f\x51\x0c\x2c\xdb\xb0\x17\x1e\xff\x07\x12\x33\x17\x5c\xd5\x9e\x06\x32\xa6\xc1\xde\x0b\xe5\x89\xd9\x2f\xb9\xf3\xd1\xfd\xe1\xfb\xcd\x2e\x5a\xa3\xe6\xc4\x23\x8d\xc5\x01\xdd\x2e\x9f\xc1\x5d\xba\x30\xae\x5c\xf0\xba\x6c\xed\x1b\x2c\xcc\xfb\xbc\xf5\xcf\x2b\x9d\xba\x7f\xae\x74\x62\x79\x4b\xac\x2b\x26\xfc\x64\xf0\x16\x3f\x55\x50\x2d\x5c\x77\x10\xca\xea\x5a\x8f\x6f\xb4\x21\x4d\xee\x1f\xa9\x4a\xd1\x58\x08\x51\x06\x2d\xf2\x83\x7c\x64\x0f\x4c\x1d\x91\x84\x29\x43\x5d\xc2\xab\x06\x87\x2b\x1c\x28\xd7\x4e\x5f\x40\x74\x37\x66\x0f\x0b\x28\x5d\x63\xf8\x78\x62\x15\xca\xc8\x3d\x2e\x95\xe5\x47\x06\xd1\x04\x66\x2c\xc1\xb0\xfe\x26\x67\xe2\x28\xa3\x0f\x8b\x19\xbc\xdb\x24\x67\x46\x55\xba\xbd\x7b\xca\xf9\x6a\x96\x86\x35\xf8\x62\xcf\xc8\x35\x67\x73\x33\x91\xe2\x88\x8c\x65\x46\xc5\xb8\xd5\x6a\x11\x66\x92\xd6\xbb\x8d\x08\xdd\x35\x18\x3b\xbc\x42\x4c\x66\x26\x35\xcb\xe6\x01\x87\x33\xc4\xce\xdb\x55\x86\x58\x7d\xcd\xd1\xe4\x51\x43\xfd\xb7\xd5\x1c\xcf\xe7\x35\x9d\xd7\x6b\xaa\x1b\x27\x8b\x34\xb4\x03\xf8\x9c\x1b\xb4\x84\xef\xd7\x6b\x5e\x1b\x24\x3f\x79\xc4\xeb\x22\x09\xaa\x01\x00\x47\x8a\x4d\x33\x7b\x7e\x92\x4d\x55\x5e\xb6\x4a\x5a\xaf\x6d\xc9\xa5\x18\x6f\x95\xeb\xb2\x48\xd1\x35\x14\x17\xd2\xc2\x76\x02\xc8\xc8\xf2\xe9\x62\xa9\xc2\x7d\x49\x51\xc5\x20\xf1\xaf\x33\xe8\x6e\x6d\x29\xaa\x28\x66\x23\x15\xe6\xe3\xb8\xf1\xa2\x2d\x14\x89\x09\xb8\xa5\xe2\x1a\x52\xf5\xb7\x49\x99\x09\xcd\x60\xd3\xe0\xb2\x81\x6a\xc7\x50\x5e\x4c\x49\x31\xce\xe6\x98\x05\xe4\x4d\xfc\xee\x13\x8d\xa2\x0e\xf8\x79\x9a\x39\x43\x35\x68\xe8\xb9\xc3\x5b\x40\x7e\x88\x70\xaa\x8a\x18\x07\xf0\xa7\x3a\xfe\x57\x32\x85\xc3\x85\xcf\x31\xa9\xd9\x87\x26\x89\xa8\xb4\xc9\x02\x10\x4c\x39\x4d\xac\x2f\xca\x5d\x4d\x0b\xdc\x21\x17\xcf\xe5\x1c\xe3\x5c\x31\xc4\x6f\xd0\x96\xb9\x1a\xfe\x50\x2c\x61\xf5\x34\xc1\x58\x07\x51\xc9\x8f\xf5\xce\x15\xae\xfe\x27\xfb\xf1\xa2\x54\x10\x0c\x5a\x0b\x8d\xdb\xeb\xa0\x88\xf5\x2f\xb4\xec\xa2\x5c\xad\x9b\x9a\x5b\xb6\xc2\x8f\x5d\x53\x0e\xa6\x30\x58\x80\x24\x68\x05\xbe\xbe\x70\xd0\x2c\x91\x7f\xe8\x9e\xcd\x6b\x56\xca\xe5\x20\x21\x20\xc4\xbc\x94\xd6\x09\xb0\x39\xbe\xd8\x41\x7d\x15\x1e\x8f\xf8\xec\xaa\xcf\x61\xda\x9e\xd7\x6a\x6b\x3b\xdc\x32\x38\x02\xd7\xb9\x39\x20\xa2\xb8\xd3\xdd\xc2\x39\x70\x21\xc4\x7e\x45\x71\x20\x61\x76\xf9\xda\xa2\x36\x16\xc1\x47\x22\xdc\x76\xce\x6e\x3a\xbd\x67\x0b\x98\xf0\xd1\x0a\x1b\x47\x4c\xf8\x71\x9e\x77\x3e\xb4\xef\x2e\x7a\x83\xf3\xee\xcd\x53\x84\x4c\xb8\x47\x5b\xc4\x4c\xdc\x3a\xc4\xa7\x33\x29\x0c\xfb\xb2\x13\x83\x52\xb9\x18\xd0\x0d\x42\x74\x03\xaa\xda\x32\xb6\x85\x8d\x2e\x22\x56\x05\x38\x29\x4a\x66\x32\xf5\xd2\x73\x00\xa8\x8a\xca\x2a\x8d\x78\x96\x41\x22\x4c\x30\x38\xb9\xe8\x76\xbb\xa8\x47\x84\x87\x20\x3d\xcf\xc6\xfa\x62\x58\x82\xec\x02\x25\x78\x22\xa5\xc6\xfd\xa1\x33\xbb\x00\x8a\x43\x1e\xc4\x32\x50\x2b\xab\xcc\x16\xc3\x40\x9c\xf6\x5c\x10\xd9\x14\x35\xe6\x36\xf1\x29\xf3\x9c\xdc\x2d\xb4\xee\xc5\xeb\x29\xae\x44\x9f\xfe\x2e\xf6\x0f\xc3\x0c\xf1\x10\x73\x81\xb7\x74\xe9\x34\xdf\xd6\x93\xee\x49\x71\x04\x60\xdd\xed\x4e\x52\xb0\xca\x01\x14\x7a\xb1\x91\x6e\x23\x10\x4e\xb2\x30\xd7\xdd\x73\xf4\x2b\xcb\x51\x65\x9d\x2d\x2b\xb4\x6b\xcd\xc1\x76\x47\x11\x52\x9a\x24\x59\xae\xad\x26\x84\x7a\x44\xfb\xf3\x6d\x5f\x60\x51\x1b\xa0\x02\xed\x21\x07\xb1\x0b\xf4\x6a\xca\x52\xff\x46\x92\x11\xf3\x4e\x62\xc7\xc1\xde\xa2\xd5\x66\xca\xa8\xd0\x58\xa8\x22\xcb\x98\x2a\x28\x03\xc7\xc3\x58\xea\xc0\x6a\xa1\xe0\x48\xf1\xbd\xab\x55\x20\xe1\xd4\xda\xf1\xba\xa7\x0e\xab\xbf\x4a\x4f\x4d\xf1\x9e\x10\x32\xf5\x94\x94\x53\x13\xaa\xbb\x2e\x15\xb9\x68\xb3\x5a\x22\x2a\x87\xcc\xae\x45\x4b\x3d\x6c\xee\x40\x4a\x7b\x24\xa5\x35\xee\xf5\xf8\x96\x20\x13\x69\x19\x68\x40\x0b\x2c\x1c\x2f\x21\xcf\x33\x83\x88\x00\x28\x8d\x5c\x77\xeb\x14\xa0\x1b\x5b\xb9\x62\x2e\xaf\x2e\x3b\xb1\x23\xa5\x7b\xd9\xeb\x7c\xec\xdc\x94\x72\x7a\x2e\xae\xda\xbd\x52\xfe\x4e\xef\xa6\x92\xf6\xf3\xfe\xea\xea\xa2\xb3\xe0\x91\xe9\xf4\xba\x9f\x4a\x8d\x9f\xdf\xdd\xb4\x7b\xdd\xab\xd2\x7b\xef\xbb\x97\xed\x9b\x9f\xe3\x5f\x3a\x37\x37\x57\x37\x95\xfe\xee\xce\x96\xfb\x76\x4a\xd3\xa8\xd7\x4b\x0a\xd3\x71\x84\x3f\x52\xb7\xa4\x3d\xaa\xef\xf7\x9c\xcd\x06\xd9\x9b\x9b\x64\xa3\xd5\x26\x9f\x95\x54\xf4\x94\x0d\xb6\x4b\x74\x6b\x4a\xd6\xab\xed\x47\x31\xa3\xe6\x03\x6a\x0c\x9b\xce\x76\x2b\x9d\xb4\xfe\x11\xd9\x2c\x87\x0e\xf8\xcb\x1a\x39\x74\xa5\x5d\x7d\x39\x39\x74\x35\xe9\x71\x8b\x39\x74\xdd\xcb\x6e\xaf\xdb\xbe\xe8\xfe\xdf\x4a\x8b\x9f\xdb\xdd\x5e\xf7\xf2\xe3\xe0\xc3\xd5\xcd\xe0\xa6\x73\x7b\x75\x77\x73\xd6\x59\x1e\x5d\xbb\x38\xfa\x42\x69\x3b\x26\x71\x3f\xa7\xa4\x17\x89\xd3\x68\x23\x75\xda\x9a\x5d\x71\x40\x5c\xe5\x06\x60\x4d\xb8\x18\x1f\x41\x71\x9f\x53\xd2\x51\xaa\x3b\xa5\x63\x76\x9d\x67\xd9\x11\x09\x25\xbc\xce\x14\xa3\x06\x5e\xbb\x96\x69\x37\xfa\x0e\xdc\xa8\xb5\xd3\x80\xfe\x5d\xa9\x2c\xec\xfe\xc8\xf5\x1f\xa9\x78\xc1\x45\xeb\xe2\xd5\x43\x4d\xc2\x53\x00\x8b\x95\x23\x87\xfa\x7f\x14\x1c\x3e\xe4\x97\x5c\x1a\x4a\xd8\x97\x04\x22\xca\xeb\xe9\xe4\x42\xee\x54\xea\x6a\x35\x2e\x7f\xfd\x99\x5e\x6d\x96\xa8\xd7\xe4\x11\x29\x6a\xb0\x49\xa5\x19\x37\xcb\x4f\xf8\xa9\x2b\x2e\x53\x2f\x10\x99\x6c\x0f\x11\x2e\x17\x72\x5c\x8f\xca\x02\xd9\x3e\x0e\x4a\xa6\x00\x45\x87\x78\x39\x39\x26\x9a\x8b\xfb\xbe\xf8\x3c\x61\x82\xc8\x5c\xe1\x4f\x46\x2a\x00\xf8\x19\x65\xb9\x9e\x30\x28\x69\x77\x44\x1e\x19\x99\xd2\x39\xc6\xcd\x4d\xa5\x8a\x70\x6a\x80\x64\x2c\x71\xc2\xd7\x19\x17\x96\x5b\xcc\xb8\xb7\xa7\x56\xb7\x7e\x1f\xee\x16\x9f\x4f\x41\x77\xcf\x6a\x5c\x2f\x68\xe4\x71\xc2\xc0\x5f\x5e\x18\x94\x42\x99\x7d\xe4\xdc\x80\xd9\x27\xe5\xbd\xd5\xcc\x7c\x92\xd5\x77\x1e\x95\x00\x96\xfb\x41\xf2\x94\xa4\xf9\x2c\xe3\x49\xe0\xbb\x8f\x52\x35\x66\x91\xa2\xdd\x7f\x83\x2c\xd2\x8a\x37\x6b\xd9\xc4\x6a\x9c\x0a\x91\xbd\x63\x49\x3e\xe9\x13\x67\xd4\x46\x25\x3a\x72\xcd\xd4\xb1\x51\x7c\x3c\x06\x2b\xaa\x77\x51\xbe\xfc\x94\xdb\x22\xd7\x67\x77\x6f\x5c\x1c\x2c\x93\xc9\x31\x4f\x68\xf0\xc2\x01\x4d\x05\xd9\x35\xe4\xf5\xf9\x63\x3f\xcb\x15\x96\x46\x1c\x15\x09\x57\x8d\x41\xcc\x33\xc5\x20\xa1\x74\x80\x55\x4f\x76\xaf\xc6\xd2\x1d\x61\x05\x40\x87\x1b\x5e\x44\x93\xf9\xca\x0b\xfe\x86\x2b\xfa\xf6\x30\x55\x88\x10\x0b\x95\x06\x89\x7c\x84\xaa\x4d\x56\x1b\xb1\xc2\xb9\x9d\xa9\x90\x20\x9b\x04\xe8\xaa\x60\xb8\xf5\xe0\x5e\x23\x8f\x78\xe9\x3c\xfe\x58\xf7\xfa\xeb\xa7\x48\x07\x46\x0d\xc8\x1f\xe1\x94\xd6\xb2\xc8\x5d\x71\xac\x42\x86\xc0\xb6\x12\xf1\x72\x0f\xc7\x38\x93\x43\x2c\x1b\xb5\x80\x70\x15\xdf\x3a\x9b\xb9\xf3\x47\x0e\x87\xac\x7c\x67\xf9\x4c\x71\x08\x26\x97\x4b\x90\x83\xed\xb2\xf5\xd8\x74\x96\x51\xb3\x67\x08\xb0\xdd\x17\x2c\x37\x32\x2a\xd4\x65\x27\xd7\x0d\xf5\xba\xbc\x77\x02\xa8\xa2\x9b\xd6\x56\x7d\x28\x4e\x8c\x5f\xf9\x0d\x52\x69\x37\x42\x30\x9b\x29\xe6\x7d\xc9\x73\x66\x82\x0b\x39\xf3\x78\x35\x90\x49\x1b\x66\x5d\x8e\xa1\xf1\x5e\xf2\x10\xf7\x08\x19\xef\xa1\x88\xdc\x74\x26\x05\x13\xce\xb8\x21\x64\x5f\xb8\xc6\x3d\x1e\x62\xa8\xe7\x51\x72\xdb\x1c\x39\x1d\xc4\x55\x8e\xd4\x32\x7b\x70\x76\xca\x28\x93\x19\xf0\x8a\xec\x00\xcf\x2c\x3b\xb7\xc2\x0b\x15\x69\x51\x01\x7f\xc2\xfa\xa2\x02\x0a\xa8\xd8\x98\x6b\x03\x17\x8b\xa7\xd8\xf8\xfb\xbd\x01\xa5\x95\xe4\x9d\x65\x4b\xdf\x08\x94\xb6\x8a\x71\x8d\x68\xb2\x09\x60\xd1\x7c\xc6\xd2\x6e\xf8\x6e\x39\x31\x94\x1c\x89\x69\x14\x68\x55\x3a\xe4\x48\x03\xbe\x34\x2c\x44\x15\xea\x90\x8d\x1c\x36\x29\x54\x88\xf1\x20\x46\xb0\x45\x63\x9a\x53\x45\x85\x61\x4c\xf7\x05\x86\x5c\x62\x3c\x78\x29\x00\x64\x54\x82\xc6\x2b\x64\xa9\x44\x6a\x83\xd1\x66\xf0\xc9\x88\xf2\x2c\x57\x8d\x22\x02\x92\xe5\x56\xae\xed\x65\xcb\x74\x06\xcd\x92\xba\x5d\x0b\x51\x1a\xd1\x31\x0a\x11\x1a\xbe\x8a\x85\xaf\xb4\x51\x76\x56\x36\x61\x9c\x3a\x65\x6f\xfd\x0d\x0f\xfa\xe1\x12\xcc\x2b\xbb\xbd\xab\x64\x95\xd5\x06\x88\x3f\xfd\x71\x35\xdc\x65\x23\xa7\x00\x1a\x99\x50\x91\x42\xed\x2a\x6a\x22\x73\x03\xee\xad\xa3\x38\x00\x11\x33\x9e\x15\x35\xfb\x26\xc0\xd4\x37\x48\x16\xfc\x44\x2b\x56\xab\xea\x60\x5a\xe1\x6f\x28\xf5\x52\x76\xfb\xd4\x99\x1b\x8b\x58\x44\x87\x66\x17\x8e\xc7\x66\xe1\x8f\xc0\x8a\x35\x90\x26\xc4\x4c\x35\x17\x0b\x72\x22\x75\x44\x59\x7d\xd1\x03\x49\x0a\x31\x24\x03\x13\x74\x20\x0e\x4a\x1b\xa2\x0d\x9b\xd5\x52\x63\xe9\xb6\x2d\xf3\x91\x9d\x12\x72\xea\xd0\x1e\x57\x27\xfe\x7d\xa2\xb3\x65\x40\x7c\x3b\xb7\xb8\x6a\x1b\x42\x24\x46\x95\x49\x56\x4b\xe9\xd7\xac\x5e\x48\x5e\x7c\x96\x80\xc3\x4d\x60\x81\x43\x0e\xab\x03\xd4\x5e\x76\xcc\xca\x9f\x6e\x9e\xc6\x5c\x44\xda\xb9\x3a\xcc\xd8\xe0\x10\x13\x4f\xe3\x5c\xd9\x1d\x30\x65\xc3\xc6\xf8\xb6\x96\x6c\xc7\x8e\x79\x7c\x45\xea\xf5\x33\xa6\xf1\xfd\xb4\xb0\x44\x9b\x66\xf1\x3d\xc4\x69\xcb\x70\x73\x17\x91\x01\x6b\xe9\x33\x21\x7b\xef\xa7\x72\xee\x79\x69\x89\x25\x5f\x2b\x49\x7f\xb1\xd0\x1b\x30\xcb\x94\x09\x69\x18\xa1\x44\xf0\xec\x44\xe4\x59\x76\x72\x29\x05\x23\x54\x6b\x3e\xc6\x68\x06\x2c\xd2\x0e\x11\x8d\x45\xf5\x83\x92\x21\x33\x3a\x02\x70\x9d\xd8\x21\xa1\x8d\xd5\x58\x8e\x69\xb7\x20\x9b\xf7\x85\xfd\x02\x05\x60\x04\x8d\xe7\x21\x0a\x14\x7b\x0b\x05\xe1\xb1\x2f\x48\x89\x9a\xc7\x8d\xd7\x10\xd8\x32\xe0\xbb\x9d\xc2\x2f\x0f\xe5\x08\x5f\x4c\x39\x42\xa9\x42\x7d\xf4\xf5\x0b\x13\x36\x1f\xaa\xad\x2b\x03\x06\x31\x39\x48\x50\x6b\xd0\xe3\xd7\x74\xd6\x3c\x25\x0c\xe2\xce\x98\x87\x7e\xa5\xf6\x61\xb3\xfe\x05\x73\x23\x07\x72\xe4\xcb\x09\x6e\x9f\xcf\xb9\xa6\xd1\x30\x0e\x48\x8f\xb3\x38\x17\x89\xa4\x49\x6b\x92\x62\xe0\xf4\xaa\xf5\x06\x5b\x5d\xb0\x2b\xf1\x01\x3f\xbf\x96\x19\x4f\x96\x5b\x5a\xfd\xd5\x04\x20\xdb\x0b\x76\x76\x80\xa3\x77\x45\x6e\xa9\x57\xf6\xd0\x84\x68\x58\x62\x0a\xc3\xc1\xe2\xe4\x36\x11\xaf\xbd\xce\x16\x5a\x01\xc0\x90\xa2\x4a\x80\xbd\x56\x20\xfa\x13\x52\x12\x50\x90\x06\xbc\x6a\x3a\x03\xcb\xbe\x53\xf2\x4a\x03\x01\xde\xf4\x38\x91\x19\x3b\x42\xcb\x04\x98\x31\xfb\x62\xc6\x54\x22\xad\xbe\x00\x75\x88\x31\x74\x8b\x67\x69\x91\xf8\xf7\x16\xbc\x2a\x60\xfb\x7c\xe7\xd0\x0d\x8a\x4a\xef\x01\x2b\x7e\x35\xd9\x7a\x44\xb3\x5d\x33\xe7\xf7\x65\x26\x5d\x46\x05\x9f\x9d\xa7\x05\x97\xc2\x61\x3b\x57\x4c\x00\x76\xd1\x4b\xe3\xd9\x6c\x87\x59\x48\xe9\x82\x0b\x06\x0b\x0b\x98\xca\xbe\x3a\x84\xf7\xea\x52\x12\x69\x49\x94\x07\x5b\xb6\xfd\x88\x82\x37\x8c\xa2\x18\x52\x04\x4b\xba\x4d\xed\x8b\xc2\xea\xf1\x9d\x8e\x45\x92\xda\x7d\x6e\x91\x0f\x52\x11\x0e\xc0\x41\x09\x3b\x22\xdf\x95\x26\xfa\x1d\x84\xef\x0a\x09\xfd\x39\x5d\xb9\xb4\x34\x40\xae\x47\x84\x9b\xbe\xe0\x1a\x29\x53\xb1\x8c\x3d\x50\x57\x9a\xd3\x6b\x85\xce\x92\xea\x52\x4e\xc3\xb4\xc1\x97\x47\x5d\xc0\x70\x1a\x80\xf0\x20\x50\x46\xc5\x61\xa0\x14\xc2\x8d\x00\xf0\x3b\x17\x90\xd1\xc5\xbe\x20\xac\x7a\x36\x07\xff\x8e\xe2\x69\x6a\xbb\x2b\xf0\xfe\x1d\xf6\x0e\x14\x90\x9b\xcb\x1c\xab\xa0\xa4\x60\xb5\xa7\x21\xc7\x27\xc4\xe4\x70\x14\x46\x87\xd2\x4c\xca\x38\xd4\x08\xce\x81\x27\x89\x3d\x30\x35\x37\x50\x26\x06\xd6\x55\x30\x6a\x26\x84\x9b\x23\x08\xa6\xf2\x8c\xa3\x2f\x68\xea\xb0\xcd\x5c\x73\x76\x69\x80\xee\x97\xec\xb3\x7b\x3e\x94\x0f\xcb\x64\xba\x5d\x4d\xf5\x78\xaa\x67\x19\x15\x03\x64\xa8\x5f\xc1\x58\x1f\xe1\xa6\x34\x99\x54\xf2\xe1\x20\xc0\x8f\xef\x65\x9c\x41\xd2\xb9\x29\xa1\x19\x59\x11\xce\x77\x74\x54\x2d\x12\xea\x25\x73\xc8\xf0\xf3\x56\x65\x9e\x31\x57\x64\xff\x4b\x5d\x12\xca\x6a\x87\x03\xad\x98\x17\x3d\xb5\xae\xf2\x38\x78\x0a\x78\xa9\x5e\x87\x75\x76\xbe\x72\x87\x54\xb7\x7d\x73\x83\xf7\x82\xc0\xb4\x95\xd1\x7b\xc5\xb0\x9e\xd6\xf0\xdd\x68\x42\x58\x34\x80\x7f\x0e\xe5\x5a\x82\x79\x13\x1d\xd8\x8c\x68\x69\xf5\x1a\x6f\xe1\xa8\xc7\xc5\xa9\x44\x9b\x3d\x69\x4c\x6c\x19\x24\x7b\xed\x24\x26\xac\x1b\x43\xba\x82\x78\x4b\xc5\x11\xe9\xbf\x41\xca\xd2\xfd\x37\x08\xff\xeb\xe1\x95\x7c\x51\x1a\x77\x7e\xd2\x52\xe9\xb1\x60\xf4\x45\xcf\x6d\x71\xe0\x5c\xb1\x94\x8d\xac\x79\x5f\xb3\x1a\x4c\x94\xe1\x85\xc1\x1d\x43\x6c\xc0\x5d\x93\xa8\x73\xce\x7d\xa9\x18\x80\x00\x54\x79\x62\x8a\x09\x87\xca\x1a\xef\xfd\x87\x76\x89\x66\xb9\xbb\x51\x43\x25\x0b\xa9\xfa\xc2\xb7\x56\x14\xb8\x6b\x67\xd9\x42\x53\x8b\x45\x65\x22\x5a\x85\x12\x53\x3e\xf7\x1a\x72\xfa\x8b\x58\xe5\x2a\x1f\x80\x28\xdd\x21\x2b\x80\xe1\x5a\xa4\x28\x6b\x04\xa2\x47\xa5\x7e\x4a\x5c\x3e\x25\xcb\x7c\xed\x10\x94\xda\xa2\x82\x11\x3a\x87\x20\x60\x2c\xfe\x1e\x45\x4a\xf7\x05\x94\xd2\x19\x71\x7b\x48\xfc\xba\xf4\xc5\x27\xe9\x22\xae\x41\xbc\xf2\x93\xf4\x51\xd4\x6e\xd9\xbe\x0b\x29\xe8\xee\x87\x73\xb8\xb6\x47\xe8\xa5\xac\x80\x12\x42\x74\x01\xc4\x40\x1d\x59\xd9\x43\x15\x93\x4a\xa8\xe8\x8b\xbf\xdb\xe5\xf1\xf5\x61\xdc\xb6\xca\x11\x1e\x62\x0f\xe2\x48\xde\xfe\x0f\x36\xfa\xf6\xdf\xdf\xfd\xcf\x3b\xac\xbe\x95\x6b\x80\xfd\x38\x2a\x5f\x21\x21\x69\x26\xcf\x32\x88\xc0\xf3\x33\x18\x29\x39\x45\x74\x8e\xd0\xc5\x52\x24\x79\xa7\xe5\xec\xbb\x6e\x72\x61\x79\x6d\x93\x84\x9a\x64\x72\xec\xa5\xb9\xb8\x66\x0e\xd7\x45\x55\x6e\x2b\x39\x5a\x59\xab\x3e\x6f\xc4\x6a\x60\x6a\x1a\x60\xf5\x4a\xf4\x62\xa7\x00\x60\xa1\xbd\x12\x55\xc6\xe0\x95\x48\x9c\x05\xa2\x5d\x21\xe9\x85\xd7\x7d\x4e\x7f\x61\x2e\x75\x26\x62\x41\xa7\x2c\x25\x7d\xcc\x81\xed\xbf\xf1\xdb\xdf\x17\xb3\x61\x2b\x9b\x8f\x4c\x0b\x42\xe0\x5b\x76\x59\x5a\x90\xf8\xba\xe2\xa6\x1b\xa4\x8b\xaa\xd2\x8a\xe5\x6e\x54\xb6\xea\xe5\x9d\xb0\x3a\xa1\xa7\xf5\x85\x16\x34\xf1\x84\xf5\xb9\x2d\xfb\x80\xca\x79\x47\x50\x65\xc4\xd5\x44\xb1\x42\x6e\x24\x58\x15\xe7\x13\x81\xe9\x89\x36\xd4\xf0\x04\x01\x6c\x04\xcd\xe6\x80\xac\x71\xd4\x17\x29\x57\xa8\x5a\xd3\x64\xfe\xff\xb3\x77\x6d\xbd\x6d\x2b\x47\xf8\xfd\xfc\x8a\x7d\x3b\x36\xa0\xc8\xc0\x09\xfa\xe2\x37\xc3\x76\x10\x07\x86\x63\xc4\x71\x5a\x20\x0a\xe4\x15\xb5\xa6\x08\x53\xbb\xc2\x2e\x19\x37\x05\xfa\xdf\x0b\xce\xcc\xde\x28\xde\x24\xd1\x6e\x9a\xe6\x21\x88\x21\x89\xdc\xfb\xec\x5c\xbe\xf9\x26\xc9\xb3\x84\xea\x9b\xc4\xba\x90\xf8\x2e\x64\x11\x41\x9e\x81\x0f\xe7\xb5\xd4\xa1\x36\xb0\x75\xf3\xec\xdf\xb7\xa8\x42\xae\x16\x55\xec\x35\xab\x6f\x13\xe2\xd8\xd4\x3b\x72\x94\x7a\x16\x69\xc8\x06\xb3\xf6\xac\xd2\x59\x9a\x49\x5e\x28\xcd\x8e\x6e\x6d\x0a\xc5\xb1\x4b\xfb\x83\x59\x6c\xee\xc6\x6a\xa7\x72\xf5\x0d\xc5\x4d\x9a\x2f\xdb\x24\x29\xb5\x16\xcb\xf9\x36\xc6\x75\x57\x3e\xb7\xde\x50\x70\xf5\x2b\x53\xf0\xf5\x26\xe4\x73\x72\x2c\x23\x34\x33\x39\x4e\x02\xb3\x1d\x03\xb3\x2e\x33\x1e\x4c\x33\x93\xe4\x0c\xc1\x75\x53\xba\x81\xa8\xb4\x3e\x4a\x10\x1c\xf3\x3d\x11\xc4\x54\xe6\xab\xff\xe9\x4e\x87\xf1\xa7\x6b\xeb\x23\xf2\x17\x41\x24\x59\x61\xa0\x42\x26\x70\x4e\x01\x29\xb9\x8a\xc0\x9a\x33\xe9\x81\x92\xe7\xb9\x2a\x97\x8c\xdc\xe5\xe4\x7c\xd6\x53\x96\x89\xe9\x84\x99\xb7\xa7\x27\x27\xd3\xe9\x48\xd5\xee\xdd\xf9\xde\x2e\x7b\xef\x1d\xd7\x50\xe6\xbd\x09\x88\xdc\x73\xb4\xa2\xea\x56\xf3\xdd\x2c\x0f\x4b\xbb\x00\xbb\x25\xb4\xcc\x63\x98\x5d\xbd\x49\x57\xf1\xeb\x90\xe6\x2c\x5e\xaf\xbb\xa9\x0d\xd7\x42\x16\x73\x68\x71\xb7\xc6\xa0\x91\x5b\x78\x3c\x4a\xb0\x18\x64\x61\x7d\xfd\xac\xd0\x70\xb6\x28\xcb\x6f\x41\x6d\x3e\xa2\x70\xe2\xe6\x89\x1d\x65\x10\xc7\x0a\x9c\x8c\x7d\xc5\xc8\x68\x40\x7b\xcc\x5e\x30\xa0\x48\x30\x0d\x1a\x90\xef\x3d\x26\x1c\xbb\xc2\x73\x0e\x68\x56\x09\x0a\xfb\x99\xf7\x00\x23\x88\xd0\xbb\xbb\x19\x2f\xa8\x18\xfa\xbf\x84\x56\x3e\x7b\x8e\x68\x61\x83\x17\x77\x20\x8e\x7f\xcc\x53\xad\xca\xad\x7a\xf0\x83\x6e\x02\xe4\x2f\x82\xe7\xa3\xac\x6a\xf8\x84\x80\xac\x78\x4d\x2f\x7e\x58\xe4\x71\x3b\x33\xe4\x7c\x0f\xe2\x6c\xd7\x15\x7f\x69\x86\xd2\xd3\x5a\x12\x4e\x14\xdb\x03\x7a\x02\x4a\x40\xa5\xd0\x65\x86\xad\xf9\x86\x62\xc6\x54\x37\xb8\xee\x15\x99\xc2\x20\xbe\xfe\xe3\xdb\xb4\x8d\xbe\x04\xba\xbe\x77\x51\xa8\x77\xb6\x24\x94\x16\x7c\xe9\xe9\xb7\x43\x76\xed\x3e\x6a\x92\xde\x0d\x79\x08\x11\xc6\x01\xeb\xb2\xad\xab\xb8\x3c\x7b\xbf\xc5\xb3\x65\xc8\x3d\xe7\x36\x38\x2d\x8f\x63\x5f\x56\x8f\x0c\x74\xe0\x16\x6d\x69\x4a\xfd\x6c\x68\x61\x87\xd9\x6b\x96\x4f\xaf\xa4\x07\xb6\xe5\x14\x0e\xe9\x7e\xf4\xec\xc1\xda\xeb\x21\xa9\x88\x9d\x71\xbd\x8b\x30\xe3\x17\x9c\x32\x89\x5a\x2f\x2a\x0d\x12\x99\x3a\xc8\x2b\x0a\xa2\xe9\xcc\xa6\xa5\x38\x4c\xbd\x15\x31\x48\x89\x5d\x4b\xea\x73\x21\xe5\x10\x34\x1f\xee\xb3\xc6\x60\x5a\xcb\x7d\x30\x6e\xd6\x64\xf3\xe1\x38\xab\x8f\xc0\x17\x24\x7f\xca\x92\x27\x51\x6d\xe5\x47\x4f\x85\x1f\xaa\x56\x4e\xb9\x76\x59\x04\xc4\x35\x52\x12\x6b\x02\x8d\x25\xa3\x6a\x28\xb9\x4d\x04\xf7\x70\xe3\x3f\x4d\xf3\xe4\xbc\x74\x8a\x67\xf3\x5c\xc0\xfb\x5d\x22\x12\x11\xef\x39\xbb\x06\x2d\x41\x50\x07\xff\xf2\x40\x4a\x91\x28\xe9\x92\x97\x46\xb1\x32\x1a\xd2\x3f\x9b\xbb\x0b\xdf\x6d\x31\xf6\xf5\x99\x3c\x07\x5a\x5e\x81\x6c\xd3\x2a\x21\x06\xc2\x82\x01\x6b\x0a\x4c\x13\xb4\x3d\x61\x6b\x9e\x49\x3a\x06\x85\xe6\x49\xa5\x3b\x2d\xca\x34\x6d\x35\x08\x72\x95\xbe\xa8\x77\xd2\x26\x4b\xb6\x7a\x27\xdd\x08\xf3\xae\x04\xc0\x9e\x1d\xfa\x0b\x59\x7e\x9d\x80\xf9\x31\x6c\xb7\x2b\xdb\x12\x7a\xa0\x1e\xb3\x5c\xbc\x8e\xb9\x36\x92\xed\x79\x35\xc4\xf6\xb4\x2e\x4c\x80\x51\xe1\x38\x9c\x93\xe9\xff\xc8\x28\x45\x84\xfa\xbc\x7a\xf2\x45\x33\x07\x5c\xae\x13\x1c\x56\xa2\xdd\x30\x42\x2e\x0d\x30\x6c\x8e\x9f\x4a\x00\xb2\xfd\x70\xd0\x7f\x0f\xc3\xec\x9d\x5a\x0b\x06\x4d\x19\x4c\x5f\x67\x84\x03\x9b\x40\xc8\xa3\x1a\xa0\x67\x3a\x82\x03\x4f\x3e\xfd\x64\xc5\x65\x2a\x96\x3e\x36\x78\x24\xc5\x33\xab\x64\xed\x24\xf4\x01\x07\xcb\x33\x61\xa2\x48\x8e\x2b\xdd\x26\x0a\x19\x6b\x91\x28\xbd\x84\xfc\xd1\x94\xeb\x25\x00\x15\x68\xc3\xe7\x3c\x79\x82\x32\x16\x70\x1d\x61\x8b\xe4\xa7\xb6\x29\x96\x18\x3b\xf1\x6f\xcb\x64\x82\x1c\x66\xae\x94\xa4\xed\x1f\x3e\x6e\x18\x4f\xb4\x32\x54\xe7\x8e\xaa\x17\x10\x6d\x7e\xc0\x1c\x0e\x2d\x8e\x12\x72\xdd\xd6\x5e\x07\x59\xd1\x0e\xe4\xc0\x35\xc4\x83\x56\xea\xd9\xe2\x42\x9e\xb9\x77\xfb\xef\x82\xaa\xb9\xa5\x3d\x6b\x11\x97\x41\x90\x00\x04\x79\x44\x5f\xfa\x4e\x69\xca\xe8\x84\x4d\x71\x4b\x2c\xa9\xef\xb3\xef\x62\xc2\xee\x36\x5c\x3f\x4d\xd8\xc5\x0f\xc9\xd7\x59\xf2\x41\x2d\x9a\xfc\xcd\xe3\x9b\x1a\x04\xb8\x99\x27\x39\x37\x03\xbd\xff\x8d\x9d\xb8\xa2\x17\x9d\xc3\x7b\x86\x4f\xe0\x7b\xa0\xa9\x59\x0f\x5c\x99\x99\xfc\xfc\xf1\xe2\xe3\xd1\x13\x2f\xb4\x4a\xb9\x3c\x3e\x65\x97\x95\x64\x20\x86\x36\x0c\x41\x3f\x6a\x21\xc0\xc1\x4f\xd8\xd1\xa3\x55\x51\x6c\xcc\xe9\xc9\x49\x9a\x15\xab\x72\x31\x4d\xd4\x1a\x5d\x59\x4a\xa7\xf8\xc7\x49\x66\x4c\x29\xcc\xc9\xdb\xbf\xfe\x76\xdc\x34\xeb\x5b\xc0\xd1\x83\x6d\xa5\xf1\x2b\x89\x37\xdf\x00\x7f\xdf\x02\x05\xb2\x36\x7f\xc4\xff\xa6\x8f\xbf\x05\xd3\xfb\xab\x6b\x7b\x3d\x48\x91\xdf\xee\xfa\x51\x35\xa3\x46\x0f\x8a\xf5\x86\xf3\xe5\x3a\x93\x91\x11\xff\x53\x85\x00\xeb\x8b\xda\x84\xa1\x8f\x6e\xe9\x41\x6e\x8f\x31\x4c\x8a\x5b\x0e\x45\x30\x2d\xf7\x19\x88\x7f\x53\x28\x2d\x88\x8d\x07\xed\x8c\x45\xae\x16\x40\xe1\x52\x7d\xd3\x56\xe0\x2d\xc9\x95\x19\x8c\xd5\xde\x5e\xb0\x73\x7a\xbc\x53\x6d\x55\xeb\x0d\x60\x02\xb4\x30\x00\x0e\xdd\x36\xe4\xb7\x82\xa9\xa3\xe8\x3a\xdb\xdd\xad\xae\xdc\x8b\x2d\x5d\xc7\xed\x6d\xa7\xe5\x54\x5b\x1a\xfc\xff\x97\x1d\x7b\xba\xed\x5e\xbe\x0c\xa3\xea\x1c\x18\x69\x0b\xa8\x7f\x80\x9e\x32\x93\xc9\x34\x17\xb5\xf1\x5a\x8e\xac\x99\x3c\xc3\x6f\xc2\x9a\x35\x3e\x17\xde\xb9\xd8\x89\x0e\xc5\xc5\xe7\x31\xcc\xce\xce\x2c\x6c\x16\xe0\x99\x9c\x3c\x39\x4e\x61\x06\x0d\x6a\x62\x8b\xe0\x68\xc1\x24\x64\x97\xce\xa4\x29\x17\x6f\x3c\x88\x52\x69\x90\xae\x80\xb1\xdd\x70\x0d\x5c\x53\xab\x2c\x5f\xbe\x69\x00\xca\xa3\xfa\xeb\xb3\x6c\x6d\x9e\x0d\xcf\x73\x58\xf1\x8d\xa8\xd6\x19\x31\x3c\x6e\xec\xee\x3d\x8b\xb2\x60\x82\x27\x2b\x87\x1f\x41\xaf\x62\x4d\x93\x88\xe4\x45\xa4\x42\xfd\xb7\x5d\xc5\xfd\xf2\xa2\x8d\xea\xe2\xd7\x97\x13\xd1\x9c\x0d\x91\x13\x9f\x63\xf7\xac\x3d\x35\x5c\x3a\xc9\xd1\x36\x55\x66\x8e\xbe\xd5\x57\x48\x32\xf0\x04\x05\x66\xc3\x9f\x25\x41\x17\x77\x2a\x5e\x38\x4c\x3e\x34\x73\xe8\x55\xf2\xa1\xf6\x4d\x5c\xdd\x0a\xad\x92\x22\x73\xc4\x21\x93\x80\x21\x89\xe7\x79\x98\x6f\xec\xed\xe2\x99\xf4\x66\x84\x61\xcf\x22\xcf\xab\xff\x93\xba\xe0\x26\x3b\x61\x09\xf0\x1f\x31\xb1\x38\x3b\xca\x51\x21\xeb\xf5\xcd\x82\x43\xa1\xcd\xb6\x72\x65\x5b\xa7\x39\x8a\x85\x1f\x70\xa0\x13\x9e\xac\xc4\xbc\xea\x5a\xb9\x03\x18\x8b\x6a\x6f\x9d\x57\x0f\xdf\xe1\xb3\x9d\x97\x19\xdf\x14\xa5\xa6\x68\x32\xb6\x05\xa1\x32\x9e\x40\x4e\x81\xf3\xa1\xf7\x1d\xef\x04\x9b\x9d\x3f\x89\x1d\x8a\x4e\x50\x5f\x9b\x2d\x76\x4f\x17\x04\x65\x03\x1c\xd2\x2b\xe1\x5a\xdb\xf0\x37\xb5\xca\xb8\x2e\xb2\x47\x9e\x44\x46\xf6\xa0\x2c\xc3\xe8\x86\xc4\x37\x1a\xf0\xf9\xf9\xea\x4e\x56\x94\x73\xe6\x88\x89\xda\xd7\xbf\x11\x7a\x31\x86\x75\x78\x35\x92\x71\xb8\xf3\xa4\x70\x16\x25\x7a\x34\x0e\x3d\x28\xf6\x71\xc0\x58\xf7\x04\x24\xed\xc6\x03\x10\x54\xe0\x18\x2e\xe1\xb6\x98\x60\xa8\xfa\x04\xb8\xda\x96\x41\x3d\xe5\x08\xde\x09\x53\xe8\xeb\x4d\x3b\xe8\x6b\x90\xff\x54\x5d\x51\x3c\x15\x6c\x2d\x96\x59\x59\xa7\x99\xe8\x06\xd9\xfc\x16\x2c\x3f\x91\x60\x69\x5f\xb7\x17\x13\x08\xa3\xb9\x8b\x86\x48\x84\x77\x4a\x7b\xd0\xed\x0d\x18\xf9\xcf\x02\xc9\xad\x0b\x85\x5e\xec\x66\x22\xc5\x20\xa9\x88\x17\x7f\x1a\x87\xae\x8a\x77\xba\x8d\x19\x5c\x67\xa6\xf8\x52\xab\xf1\xbb\x07\x0b\x45\x5e\xbe\x5c\x26\x89\xed\x2a\x76\x33\x78\xa2\x33\x63\xe2\x13\xd9\x0d\xe4\x4f\xaf\x84\x03\x3a\x77\x01\x71\x6c\xf9\x39\xaa\x7e\xef\xa2\x78\x3d\xb8\xf9\x7a\xc0\x0b\xea\x59\xf3\xcd\x46\x68\xeb\x3a\xe5\xce\x5e\xf1\xed\x52\x2b\x33\x89\x86\xce\x87\xbb\x8f\x37\x5e\xe3\xf2\xfe\x8f\xda\xab\xe1\x67\x30\x75\xd3\xe6\x95\xbb\x29\xf3\xbc\x75\xe5\x06\x30\x84\xdf\x5f\x5f\xcf\xbf\x9c\x5d\xdf\x5f\x76\xe6\xa9\x07\x3f\x6b\x9d\x13\xd7\x13\x9a\x13\x54\x3f\x0b\x50\x39\xcb\xb5\xa0\x88\x04\x18\x11\xb6\x66\x08\xdc\xf2\x65\x9e\xc7\x7c\x05\x33\xf9\x40\xef\x81\x74\x8a\x52\xa2\x79\x38\x93\xac\x73\xe2\xe2\xf6\xe1\x67\x0f\xd5\xcb\x1f\x6c\x41\x57\x3f\x88\x53\x76\xe3\x5a\x6d\x99\x57\x8a\xa2\x1d\x70\x1c\xd0\xf5\xfd\x5a\x8c\x2c\xfb\x1d\x8f\x7b\x69\x4b\x45\x11\x91\xca\x28\xa7\x03\xe7\xee\x21\x76\x3d\x38\x71\xbf\xc4\xfb\x19\xde\x3b\x41\x1e\x0d\xac\x9d\xe4\xa8\x26\x66\x92\x18\xfe\x39\x00\x14\x5b\xfb\xc4\xae\x24\xe6\xc9\xe4\x5c\xa6\x25\x4f\x85\x99\x30\xdb\xf8\x4c\xae\xb3\x74\x05\x89\x47\x44\xca\x89\xe9\xeb\x9c\x49\x0e\xc5\xb8\xe3\x2d\x84\x81\x21\xf1\x4f\xbe\xde\x40\x4c\x5d\xce\x24\x8d\x49\xa6\xfe\xf5\x18\x33\xfa\x70\xe7\x86\x53\xed\x34\xf7\x22\xa2\x02\x91\x33\x89\x8b\x8b\xf9\xcd\xd6\x26\x03\xc7\x2d\x2f\xea\x5b\x97\x6b\x61\xd9\x87\x40\xa6\xa7\x60\x1d\x62\x95\x52\x8b\x19\xa9\x24\x7d\x40\x2c\x8a\x11\x44\xec\x52\xbf\x3c\xb1\x8b\x61\xcf\x04\xf5\xad\x79\xd7\x1f\x7c\x07\x54\x07\xae\xb9\x5a\x7c\xf7\xb6\xf5\x62\xac\x47\x9a\xfb\x0d\x25\xeb\x47\x98\xd5\xd1\x9d\x80\x46\x1a\xa1\x32\xfe\xe0\x2e\xe1\xef\x3b\x3b\xb5\x43\x41\xfd\xc1\xcd\x12\x89\x55\x57\xb3\x0b\xa5\x5a\xd6\x65\x44\xd7\x46\xd4\x29\x7a\xa0\x6f\x32\xca\xa4\xd8\x67\xbf\x0c\x00\x39\xd4\xa7\xc8\x4a\x9f\xae\x0e\xe5\x99\xd9\xab\x3b\x5e\x7f\x1a\xdc\x23\xa7\x21\xd0\x65\xb7\x93\x84\xa5\x7b\x2e\x12\xb0\x2d\x62\x92\x0c\x6a\x72\xa7\x8a\x0c\xc5\x8b\x04\x0a\x7f\x4e\x88\xbd\x89\xdb\x44\x13\xbf\x72\x13\xac\xb0\x5b\x6a\x53\x89\x4b\x92\x77\x24\xb5\x2b\xf3\x74\x26\x6d\x32\xaa\x15\xc7\x67\xcc\x06\x30\xdd\xa7\x08\x1c\xd9\x60\x2a\x17\x68\xac\x05\x53\x52\x58\x69\x38\x93\xc0\xf8\x25\xc1\xf5\xb3\x30\x90\x8b\x4f\xbc\x56\xf4\x45\x40\xe1\xcc\xa5\xab\xf2\xdb\x23\xf3\x6a\x6a\x40\x74\xcf\xff\x51\xfd\xfb\xf7\x1f\xff\x09\x00\x00\xff\xff\x70\xd4\xc5\x5d\x60\x80\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x91\x2f\xfa\xbf\x3f\x05\x4e\xfb\x44\x4c\xb7\x2d\x51\x63\x7b\xd7\xe1\xa3\x8d\x8d\x7b\xd9\x12\xbb\x87\x77\xd4\x92\x2c\x51\xd3\x3b\x67\xe9\xe0\x82\x55\x20\x09\xab\x08\x70\x00\x94\xd4\xb4\xc3\xdf\xfd\x06\x32\x01\x14\xaa\x58\xc5\xb7\xd4\x52\x0f\x77\x23\x3c\x6a\x56\x15\x9e\x89\x44\x3e\x7f\xf9\xcf\xdf\x10\xf2\x46\x3f\xd2\xf1\x98\xa9\x37\xa7\xe4\xcd\x1f\x5b\xdf\xbf\x39\xb2\xbf\x71\x31\x92\x6f\x4e\x89\x7d\x4e\xc8\x1b\xc3\x4d\xc6\xec\xf3\x51\x36\x37\x8c\xa7\xd9\x89\x66\xea\x81\x27\xec\x84\xa6\x53\x2e\x5a\x33\x25\x8d\x84\x0f\x09\x79\xf3\xc0\x94\xe6\x52\xd8\xd7\xdd\x9f\x44\x48\x43\x34\x33\x6f\x7e\x43\xc8\xbf\xa0\x79\x9d\x4c\xd8\x94\xe9\x37\xa7\xe4\xbf\xf1\xa3\x89\x31\x33\xdf\x80\xfd\x5b\xdb\x77\xff\x06\xef\x26\x52\xe8\xbc\xf4\x32\x9d\xcd\x32\x9e\x50\xc3\xa5\x38\xf9\xbb\x96\xa2\x78\x77\xa6\x64\x9a\x27\x6b\xbe\x4b\xcd\x44\x17\x73\x3c\xa1\x33\x7e\xf2\xf0\x87\x13\x9a\x18\xfe\xc0\x06\x19\xcd\x45\x32\x19\xcc\x32\x2a\xf4\xc9\x3f\x79\x6a\xe7\xf8\x77\x96\x98\x7f\xc1\x3f\x52\x39\xa5\x5c\xe0\xdf\x82\x4e\xd9\xbf\x42\x3b\x84\xbc\x19\x33\x13\xfd\x93\x90\x37\x29\xd3\x89\xe2\x33\xe3\x56\xe5\x86\x19\xc5\xd9\x03\x23\x66\xc2\x08\x76\x47\xb0\x3b\x62\xbb\x23\x7e\xd5\xf4\x8c\x25\x7c\xc4\x59\x4a\x86\x73\xc2\xc5\x2c\x37\x44\xb1\x5f\x72\xa6\x0d\x19\xf1\xcc\x30\xa5\x5b\x6e\xc9\xa0\x17\x39\x63\x0a\xe6\xd9\x4d\x6d\x2f\x1f\x99\x69\x43\xdb\x17\xd0\xf4\x75\x46\x45\xfc\xb6\x62\x7a\x26\x85\x66\xba\x34\x54\x42\xde\xfc\xf1\xfb\xef\x2b\x3f\x2d\xce\xa0\x4d\x74\x9e\x24\x4c\xeb\x51\x9e\x11\xdf\x52\x3c\x18\xf8\x08\x36\x99\x2e\x34\x46\xc8\x9b\xff\xad\xd8\xc8\xb6\xf3\xdb\x93\x94\x8d\xb8\xe0\xb6\x5d\x8d\xb4\x14\x8d\xb6\xf4\xd5\xbf\x7e\x53\xf7\xf7\xbf\xa2\x19\xcd\xa8\xa2\x53\x66\x97\x25\xec\x3e\xfe\x5f\x65\x2e\x76\xbf\x6c\xe7\xc5\x9e\x56\x07\x5e\x99\xed\x25\x9d\x32\x22\x47\xb0\x5d\xee\x0b\xf8\x5b\x31\x2d\x73\x95\x30\x32\x64\x99\x14\x63\x4d\x8c\x5c\x58\x03\x0e\x2d\x58\x52\xab\x3e\xb1\x5b\xc9\x15\xb3\x7b\x65\x54\xce\x2a\x4f\xcd\x7c\x06\x83\xd4\x46\x71\x31\x8e\x97\xe2\x5f\x47\x6b\x4d\x0d\x29\x74\x83\x99\xe1\x07\x8d\x13\xeb\x8b\xb6\x7f\x25\xa1\x82\x0c\x19\xb1\xe7\x92\xa7\x4c\xb1\x94\x50\x4d\x28\xd1\xf9\x50\x33\x43\x1e\xb9\x99\x70\x61\xff\x8d\xe4\x9b\xf8\x35\x7b\x39\x6b\x03\x7f\x2e\x5f\x99\x3b\xcd\x94\x1d\xf8\x03\x4f\x59\x4a\x1e\x68\x96\x33\x32\x92\xaa\xb4\x3c\xad\xbe\xe8\x4d\xec\x3a\x4c\x87\x5c\xc0\xc9\xb3\x6b\xe9\x29\xe4\xf7\x7e\xb9\x7e\x4f\x6c\x7f\x24\x17\xfc\x97\x9c\x65\x73\xc2\x53\x26\x8c\x3d\xd7\xba\xda\xda\xef\x25\xf4\x4f\x33\x72\x4c\xec\x3a\x33\x65\x60\xbd\xa5\x30\xec\x8b\xd1\xe4\x98\x64\xfc\x9e\x91\xef\x2e\xb8\x36\xa4\x7d\xdd\xfd\xee\x88\x7c\x77\x51\x30\x0e\xfd\xdd\x33\xac\x70\xf8\xfb\x6f\xd1\xd1\x33\x74\x5c\x3d\x74\x6f\xda\xf6\x34\xdf\xe2\x35\x51\xb4\xf0\xb7\xdf\xc4\xed\xb8\xfd\x5a\xce\x7b\x0b\xc6\xeb\xb8\xee\x26\xbc\xf6\x03\x33\xc9\x64\x05\xa3\xd5\x3b\x72\x5a\xbb\x1d\x55\x56\xab\x5f\x17\xaf\xb5\x53\x78\x6a\x7e\xbb\x0b\xb3\xa5\x06\x4e\x01\xe5\x02\x0f\x4d\x38\x43\xe5\x9d\x21\x5f\x8f\xad\xec\xc2\x6f\xa3\xd9\x44\x2c\xd7\x73\xd2\x68\x25\x5e\xc8\x5c\x33\x3e\xe5\xab\xf6\xb1\x2b\x52\x2b\x76\x39\x26\x27\xf2\xe9\x90\x29\x3b\x75\xcf\xee\x60\x86\x43\xcb\xfe\x4c\xae\x04\x4b\x1b\xa6\xf6\x4b\xce\xd4\x7c\xc9\xdc\x46\x34\xd3\x4d\x93\xe3\xc2\x30\x2b\xd7\x56\x1e\x8f\xa4\x9a\x52\xe3\x5e\xf8\xf3\xbf\x6d\x3a\x79\x23\xef\xd9\xaa\x7d\xee\xe2\xae\x25\x54\xc3\x76\x4f\xf3\xcc\xf0\x59\xc6\xc8\x8c\x8e\x99\x76\xab\x90\x67\x46\x1f\xc1\x6b\x56\x96\x66\xea\x38\xdc\x36\xd0\x83\xbf\x65\x73\x0d\xbf\x90\x51\x60\x64\x82\x7d\x31\xd0\x52\x5f\xc0\x3d\x0b\x4b\x14\xdf\x1e\x4f\xb0\x94\xdb\xd1\x89\x96\xca\x0c\x86\xf3\xd6\x3d\x5b\xe8\xb7\x91\x5a\xa8\x20\xd4\x18\xc5\x87\xb9\x61\x76\xde\xb6\x0d\x7f\x4f\x02\xeb\xc3\xcb\x58\xdb\xcb\xf7\xea\xfc\xea\xed\x3d\x35\x4a\x8e\xa9\x78\x77\x4a\xda\x69\x4a\x70\xa0\xf6\x1d\x9e\xe2\x95\x3c\x61\x8a\xb5\x48\x6f\xc2\x35\xd1\x13\x99\x67\x29\x11\xec\x81\x29\xbb\xb6\x6c\x3a\x33\xf3\x17\xb7\x5a\x29\x57\x2c\x81\x85\xd9\xe4\x84\x85\xaf\xec\xa2\x59\xa5\x67\x8e\x4b\x77\xcf\xe6\x20\xb8\x2c\x2e\xdf\x33\xd0\x4b\xe5\x29\x13\xf9\xb4\x72\x57\xc0\xef\xe7\x9d\xdb\xb3\xce\xe5\x79\xf7\xf2\x63\xe5\x0b\x2b\x46\x84\x47\xa5\x27\x7f\x5b\x58\x9b\x11\xcd\x33\x38\xd5\x51\x6b\xcf\x26\xb8\x24\x13\x9e\xa5\x8a\x89\x13\x43\xf5\xfd\x80\x7d\x61\x49\x8e\xf7\xec\x3f\xcb\x3f\x0c\xac\xf4\x29\x53\x56\xfe\xa5\xf4\x8f\x42\xdc\xd9\xf8\xd3\xa0\x95\x6e\xfc\x25\xe8\xb0\xeb\x7d\x07\xbf\xf0\xb4\xf6\x6d\xf8\x65\xc5\x1c\xfc\x3b\x4b\x06\xeb\x5f\x69\x1c\x95\x7f\xc1\x09\x70\xb5\xef\x28\x66\xd4\x7c\x40\x8d\xb1\xa7\x7c\x0b\x99\x11\xb6\x94\xd8\xd9\x92\x62\x3f\x9d\xf8\x88\x82\x22\xf0\xee\x20\x39\xda\x11\x14\x6f\xae\x92\x17\x2f\x65\xca\x3a\xa1\xd9\x0f\x52\xf5\xa8\xbe\x7f\x0d\x32\x63\x69\xe0\xcf\x21\x36\x6e\x7b\x80\xbe\x39\xa5\x7e\x4b\x76\x70\x30\x01\xec\xbe\x92\xeb\x1a\x0c\xa4\x22\x7a\xae\x0d\x9b\xae\x34\x1d\xbc\x9e\x85\x70\xfc\xfe\xa5\x0e\xb8\x72\xe5\xfc\x0a\x4e\x7d\xf9\x02\x3d\x1c\xef\x0d\x96\x6c\x5f\x86\xbf\x97\x3e\x4f\xef\x82\x59\x3e\xd5\x5b\xbf\x7d\xde\xe1\xe0\xe8\xe4\xc5\x4f\xb3\x24\xda\xed\x7b\x90\x4f\x64\x35\x68\xdc\x2b\xbf\xda\x03\x18\xc0\x0a\x95\xaf\x6c\x3a\x0e\xe7\xcf\x7e\x1a\x1b\x57\xd0\x62\x66\xac\xce\xeb\x6c\x4b\x4c\x91\x44\x2a\x14\x05\x53\x77\xdc\xfb\x82\x1c\x93\xf3\x76\xaf\x7d\xdb\xe9\x9d\x92\x36\x49\xa9\xa1\xf6\x7c\x2b\x36\x53\x4c\x33\x61\x40\x1b\xb7\x9f\x9b\x39\x99\xca\x94\x65\x2c\x25\x5c\x90\x0f\xd9\xdc\x30\x72\x4e\x0d\x3d\xa3\x86\x66\x72\xdc\x22\x6d\xf8\xa7\xfd\x98\x6b\x42\x33\x2d\x09\xf5\x54\xc5\x52\xdf\x04\x15\xa9\xe7\x2c\x94\x24\x72\x3a\xe3\x59\xb0\x9a\x07\x13\x09\x17\x29\x7f\xe0\x69\x4e\x33\x22\x87\x96\xa9\x58\x55\xb5\xf3\xc0\x84\xc9\x69\x96\xcd\x09\xcd\x32\xe2\xba\xf5\x2f\x78\xbd\x7e\xc8\xc2\x28\x35\x9f\xf2\x8c\x2a\xab\x0b\xe3\x68\xaf\x5c\x5b\xa4\x37\x61\x61\xac\x30\x2e\xbb\x98\x53\x7a\xcf\x34\xe1\x86\xcc\xa4\xd6\x7c\x98\x15\x47\xfe\xae\x4b\x60\xdc\x67\x17\x5d\x50\xac\x13\x43\x24\xb2\x50\xdf\xb9\xb3\xc2\xf8\x1e\xa7\x54\x08\x06\x1d\x4b\x33\x61\xca\x75\xef\x5e\xfe\xda\x8a\xf6\xdd\xe5\xed\x75\xe7\xac\xfb\xa1\xdb\x39\x5f\xd4\xb4\x7b\xed\xdb\x1f\x17\x7f\xfd\x7c\x75\xf3\xe3\x87\x8b\xab\xcf\x8b\x4f\x2e\xda\x77\x97\x67\x3f\x0c\xae\x2f\xda\x97\x8b\x0f\x1d\x59\xad\xad\xb4\xc7\x23\xdb\xf0\x68\x1d\xac\x91\xfb\xb4\x46\x1e\x7d\xbb\xe6\x48\xe7\xca\x59\xdf\x14\x49\x32\xae\x8d\x5d\x20\xf7\x25\x99\x51\xad\x51\x18\xc2\x11\xb4\xfa\xe2\x93\x54\x96\x69\x8d\xa4\xe5\x0b\x56\x60\x32\x2a\x4f\x0c\x17\xe3\xf0\xd1\x29\xe9\xe7\xdf\x7f\xff\xa7\xe4\x82\x8b\x7b\xf8\x8b\xbd\xc4\xc5\x39\xd8\x6a\xb7\x59\xad\x83\xad\x36\x7e\xf6\x3a\x6c\xb5\x56\xcc\x39\x89\x4d\xb4\x4f\x13\xdc\x83\x6e\x64\x2b\x3b\xc8\xdc\xd8\x3f\x6d\xbf\x64\xa4\xe4\x14\xa4\xaa\x2f\x5c\x03\x97\x78\x94\xea\x7e\x94\xc9\xc7\xf5\x4c\x87\x1f\x99\x09\xc6\x37\x2b\xc5\xbc\x06\x8b\xe1\x67\x37\xc3\x30\xf0\x8f\xcc\xd8\xb1\xdf\xb8\x5e\x0e\x71\x3e\x87\x38\x9f\xaf\x1b\xe7\xf3\xa2\xcc\x76\x4f\xcf\xfb\xca\x36\x3e\x64\x80\x0d\x2e\xa8\x46\x0f\x53\x83\x03\x29\xf2\x0f\x3d\x25\xd3\x2c\x7b\x65\x56\x30\xcc\x92\xc7\xe2\xb5\x30\xcd\xd2\xa0\x9f\x9f\x61\xfe\x2a\x1c\x2a\x07\x7f\xc9\x96\x0b\xf5\x2a\xf9\xea\x9a\x57\xc6\xb3\x79\x3b\x9e\x9e\xcf\x2f\xc4\x22\x6c\x12\x7c\xb0\x41\xb4\xc1\xda\xe1\x05\x2b\xe2\x09\x6a\x03\x08\xea\x22\x06\x16\x43\x04\x6a\x63\x02\x76\x0a\x02\xd8\xf4\x4a\x5a\xdf\xfd\xff\x91\x99\x1e\xd5\xf7\xaf\xee\x4a\x2a\x0d\xfa\xf9\xaf\xa4\x5f\xa9\xd7\xff\xe0\xe6\x7f\xc2\xa5\xfb\xd6\x2f\xb2\x97\xeb\xc8\xff\x15\x78\xee\x0f\xae\xfa\x8d\xd6\xe8\xdb\xf2\xcd\x7f\xab\xce\xf8\xd7\xe9\x7d\x3f\xb8\xdb\x0f\xee\xf6\x83\xbb\x7d\x0d\x77\xfb\x93\x2a\xa5\xcc\x92\x95\x06\xf3\x63\xac\xdb\xbc\x99\x49\xbd\x5c\x17\x3b\x53\x8c\x1a\x4b\xc5\x65\xbb\x1f\x81\x06\x89\x62\x89\x54\xa9\xd5\xc1\x28\x99\x4d\xa8\x66\xc4\x28\x2a\x34\x5f\xa5\x87\x61\xab\x60\x68\xb3\xed\xbc\x06\x15\xac\x64\x15\x84\x51\x3f\x97\x02\x36\x94\xe9\xc2\x99\xc1\xe3\x54\xf7\x64\x39\xaf\xdf\xdb\xd4\x21\x43\x73\x9d\x99\x3f\x21\x35\xdb\x7b\x65\x4b\x6a\x2e\x9b\x0c\xf6\x42\xcd\xa0\xa3\xbf\x16\x6a\x2e\x19\x14\x7e\x5d\xd4\x5c\x37\xf5\x97\x40\xcd\xde\x1b\xbd\x25\x45\x2f\x3a\xb3\xf7\x42\xd5\xc1\x83\xfc\x5a\x28\x7b\xc1\xe5\xfd\xeb\xa2\xee\xa6\xe9\x7f\x5d\x0a\x0f\x86\xf0\x7d\xd1\xf6\x6a\xc2\x0d\x0b\xf0\x1a\x88\x36\x0c\x16\xc7\xfe\xab\xa1\xd6\x85\x79\xbf\x10\x32\x3d\x51\x0c\xb3\x0d\x37\xa2\xd7\x1b\xf7\xd1\xc6\x14\xeb\x3f\x3c\xd0\xec\x6b\xa2\x59\xbf\x6b\x2f\x87\x6a\x9b\xc2\xe9\x36\xcf\xc0\x5d\x12\x23\xa7\xc9\x94\x9a\x64\x62\x1f\xa2\x7f\x6e\x4d\x98\x96\x22\xe5\xf6\x55\x51\xf7\x73\xe4\xd9\x7e\xdb\x96\xf8\x83\x05\xfe\x57\x08\x87\xf5\x62\xc2\xc5\x0f\x29\x2a\x7b\x4c\x51\xe1\xfa\x90\xa2\x72\x48\x51\x59\x77\x81\x0e\x29\x2a\x87\x14\x95\xe8\xd9\xeb\x48\x51\x79\xfa\xec\x94\xfd\xa4\xa0\xbc\x2a\x21\xfa\x20\x40\x1f\x04\xe8\x43\x9e\x49\x98\xda\xbe\x18\x98\xff\xfa\x4d\xca\x32\x66\xd8\x52\xf6\xd3\x63\x6a\x6a\x75\x83\x12\xf4\x75\x8d\xd3\xa0\x40\xd5\x0a\x14\x04\xe6\x8d\x65\x7c\x29\xb4\xfd\x3a\xb9\x53\x18\xfe\x21\x2d\xee\xc0\xae\x0e\xec\x6a\x9b\xa9\xbd\x1c\xab\x6c\x74\x98\xbf\xaa\x59\x36\x02\xd2\x1e\xf0\x74\x3f\x58\xda\x41\x6c\x8c\x91\xb4\x8b\xa5\x28\x81\x19\x6f\x67\xa4\x2d\x60\xa9\xbb\xe9\xab\xb0\xd3\x5a\x3e\x92\x76\x20\xea\x2e\x84\x0c\xaa\x03\xa4\xf6\x01\x52\x7b\xfd\xb9\x1e\x2c\x84\x7b\xb4\x10\x1e\x20\xb5\x0f\x36\xb0\x83\x0d\xec\xe9\x6d\x60\x5f\xcb\xa0\xfd\xcc\xc7\xf2\xb9\x44\xb4\xed\x02\x93\x44\x4a\x14\x1b\x73\x6d\x98\xb2\xab\x57\x2b\x94\xad\x8e\x54\x7a\xad\x45\xa2\xd6\x8e\xfb\x88\xbb\x7d\xf3\x6f\x6b\x0c\xff\xc6\xdd\xa2\x70\xd4\x87\x34\x0d\x15\x61\x40\x74\x9a\xd2\x39\x99\xd0\x07\x46\x46\x94\x67\xa8\x18\x39\xee\xb8\x64\x86\xcb\x06\xf4\x7f\x36\x1b\x10\x2d\x0f\x47\xb1\x11\x53\x4c\x24\xc8\xed\x51\xf8\x49\x68\xe6\x53\x41\xe0\x9d\x89\x55\x53\x33\xc5\x68\x3a\x27\x43\xc6\x44\x20\x9b\x1a\x49\xa1\x61\xcc\x7b\x11\x5a\xbf\xba\x9a\xb6\x48\x3d\x2f\x45\x49\x7b\x92\xe8\x99\x7a\x96\xb0\xbb\x72\xa6\xff\xf8\xba\x58\xc5\x21\x88\xe6\x60\x54\xfb\xfa\x46\xb5\x43\x10\xcd\x41\x45\x7e\x01\x2a\xf2\x21\x88\xe6\x10\x44\x73\x30\x20\xac\xbd\x5a\x07\x03\x42\xfc\xec\x75\x04\xd1\x3c\x61\x05\xe7\xe7\x92\xb0\x0f\x02\xb6\x7f\xef\x20\x60\x1f\x04\xec\x6f\x54\xc0\x7e\x19\x2b\x7c\x90\xae\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\xbb\xaf\xf6\x29\x5d\xc3\x5f\x1e\x9a\x75\xe7\x88\xf5\xcd\xbd\x5c\x1f\x99\x79\xad\x2e\xae\x83\x48\x7d\x10\xa9\x5f\xb6\x48\xfd\x62\x26\xf4\xed\x41\x2d\x1e\xc0\x0a\x0f\x60\x85\x07\xb0\xc2\xa7\x05\x2b\xf4\x5f\xbf\x99\xe5\xcb\x65\x91\xbb\x59\xea\x73\x57\xb4\xa1\x26\x07\xb5\x6f\x0d\xb9\x84\xb4\x0d\x99\x4a\xab\x04\x09\x56\x7a\xc7\x33\x20\x8c\xe8\x18\xf3\x07\x26\x88\x8f\xd1\x3e\x72\xd7\xcc\x11\x58\x22\xfe\x15\x4e\x07\x26\xcd\x50\x43\x28\x31\x7c\xca\x5a\xa4\x3b\xc2\xd3\x9c\x58\xf2\xd7\xcc\xe8\x4a\x18\x10\x92\x26\x7c\x24\xd2\x62\xac\xbe\x6f\x5e\x44\x85\xe0\x6b\x47\x9e\x19\xe6\x99\x41\xd6\xe8\x1b\x7f\xe4\x59\x66\xc7\xe0\x38\x08\x9c\x84\x29\x53\x99\xff\xb2\xd4\xad\x7f\x79\x4a\x53\x7b\x72\xa3\x21\x14\xd9\x3d\xf1\xfb\x70\xe7\x72\x1d\xe2\x5a\x4a\xdf\xe3\xd7\x2d\xe2\x94\x70\x04\x15\x5b\x6b\x18\x13\x9a\xda\x13\x98\x4c\x58\x9a\x67\x8c\x50\xad\x65\xc2\xa9\xb1\xdc\x0a\xef\x68\xc2\x8d\x57\xd9\xfd\x4b\xbe\xeb\x94\x6b\x3a\xcc\x58\xea\xd6\x98\x15\x61\x36\x4b\x47\xce\x35\x19\x32\xbb\xc4\x96\x8f\x94\x57\x7f\x82\x12\x42\xcd\x68\xa2\xa1\xb0\xc5\x91\x30\x81\x03\x59\x22\xe1\x22\x71\xbe\x56\x21\x17\x47\x7f\xc8\x7d\x3a\x88\xbc\x07\x91\x77\xa3\x09\x7d\x53\x22\xef\x0b\x0a\x0d\xf4\x0c\xe9\xab\x86\x06\x82\x03\xd1\x72\xfe\x41\xb0\x10\xea\xed\x8c\x27\xc1\x08\xfb\xc9\x37\xd9\x0e\x2d\x9e\x49\x31\xe2\xe3\x5c\x39\x81\xdb\x49\xc3\x2b\xbc\x94\x35\xed\xbc\x8a\x1b\xa7\x7e\xe8\xcf\x75\xf1\x6c\xa2\xd0\x91\x63\x62\xc5\xee\xc1\x4d\xe7\xf6\xea\xee\xe6\xac\x73\x4a\xda\xb3\x59\xc6\xd1\xcb\x92\xe4\xda\xc8\x29\xff\x87\x9d\x06\x02\x09\x07\xce\xed\xc4\x10\x0d\x02\x07\xb8\x75\xac\x9a\x44\x8e\xc9\xd9\xc5\xdd\x6d\xaf\x73\xd3\xd0\xa0\x23\x02\xa8\x65\xc4\xa6\xb3\x0c\xa4\x92\xfb\x7c\xc8\x94\x60\x86\x69\x92\x64\x39\xc4\x98\x07\x67\x0f\x36\xda\xf9\xaf\xce\xd9\x5d\xaf\x7b\x75\x39\xf8\xeb\x5d\xe7\xae\x73\x4a\x3c\x35\xd9\x66\xed\xb8\xec\x28\xd2\xb9\xa0\x53\xab\x8b\x96\x11\x8f\x7f\xc9\x59\x0e\x42\x10\x1f\x8b\x29\x13\xa6\xda\xa2\x1f\xf0\x45\xfb\x7d\xe7\xa2\xdc\xf2\x84\x91\x1f\xff\x52\x0c\x2a\xa3\x43\x96\x39\xef\x13\x38\x57\x2c\xc3\x2e\x3a\x72\x6e\xa9\x1c\xd5\xda\xbf\xde\xb5\x2f\xba\xbd\x9f\x07\x57\x1f\x06\xb7\x9d\x9b\x9f\xba\x67\x9d\x81\x53\x30\xce\xda\xb6\xdf\x52\x4f\x4e\x0f\x21\xbf\xe4\x34\xb3\x8a\xaa\x1c\x81\x6b\x87\x27\x8c\x3c\x4e\x98\x20\xb9\x00\x1a\x43\xed\x17\x74\x81\x38\x89\x1d\x67\x74\x7d\x71\xf7\xb1\x7b\x39\xb8\xfa\xa9\x73\x73\xd3\x3d\xef\x9c\x92\x5b\x96\x81\x7e\xe8\x17\x1d\x76\x71\x96\xe5\x63\x2e\x08\x9f\xce\x32\x66\x57\x03\x8f\xe3\x90\x4d\xe8\x03\x97\xaa\xa4\x23\xc0\x3a\x5a\x12\xfa\xea\x86\xec\x12\x85\x2e\xaa\x7a\x55\x92\x5b\x7c\xa3\x42\x3f\xcb\x5e\x28\x91\xc3\xe2\x8b\xab\xb6\x75\xf1\x8b\xca\xbe\xac\xad\x90\x96\x27\xfd\x6c\xb7\x81\x65\x22\xe9\xc0\x1b\x26\x4e\xfe\x59\x62\x26\xff\x7a\x32\xa4\x18\x12\xa5\xb7\xba\xdb\x61\x55\xc5\xcd\xe2\x83\xd7\x70\x27\xc4\xc3\xfd\x9a\xfc\x7f\x4f\x32\xd7\x2b\xb1\xf7\x6c\x2e\xea\x1e\x54\xb6\x83\xca\x56\xbf\x32\x87\xc0\x9f\x86\x15\xde\xd7\x7d\xb4\x8d\x89\x74\xc4\x59\x96\xea\x05\x1b\x57\xe9\x3e\x59\x69\xcf\x7a\xbd\x57\xc9\xf3\x5a\xb4\x36\x51\x2c\x6e\x82\x27\xc8\xb9\x86\xec\x6e\x4d\x99\xa1\x50\xd9\xd4\x48\x92\xc3\xd0\x0f\xd7\x93\xfb\xbf\xc3\xf5\x74\xb8\x9e\x0e\xd7\xd3\xaf\xd5\x24\x58\xc3\xd2\xbf\xaa\x4d\x70\x95\x16\xb8\x13\xc4\x53\x8d\xc1\x70\x51\xfb\xd3\x44\x4f\xa8\xc2\x62\x3e\x89\x9c\x4e\xa5\x88\x82\x0b\xe6\x33\x76\x44\x82\x0b\x13\x8c\x3f\x30\x8c\x55\xf6\xc4\xa2\x1b\xfe\x3a\x2c\x89\xd1\xba\x3c\x47\xe2\xc3\x41\x73\xf4\xff\xb7\xe9\xd5\x7c\x00\xc9\x3a\x80\x64\x1d\x72\x14\x0e\x20\x59\xcb\xa9\xe5\x10\x85\x7f\x88\xc2\x8f\x9f\x1d\x40\xb2\x5e\x10\x48\x96\x90\x29\x1b\x54\x40\xf1\xc3\x3f\x07\x55\xbf\x47\xe9\x49\xec\x04\x29\x3d\x28\xd2\x12\xa0\x75\x9e\xee\x9e\x96\x50\x2e\x4f\xbc\xca\x49\x12\x17\xb4\x7d\xe1\x02\xef\x28\x9b\x1b\xc6\xd3\x6c\xb1\x12\xef\x33\x44\x6a\xd5\x6d\xf4\xb7\x68\x64\xa9\x21\xdb\x83\xc5\x65\xe5\x42\x7d\xab\x60\xd6\x05\x5f\x7a\x45\x6e\x82\xf5\x98\xb7\x07\xfc\x1f\x34\xb0\xf0\xfa\xe7\x81\x91\xd7\x3f\xde\x15\xc3\xa1\xcc\xbb\xb7\xc5\x6e\x28\xf1\xc6\xd7\x61\xc6\x88\x47\xfc\x1c\x86\x8c\xa5\xbb\xff\xcd\xf1\xf5\x65\xb4\x7c\xe0\xee\x6b\x2e\xd7\xb7\xca\xe3\x0f\xf6\x8c\x7d\xda\x33\x8e\xbe\x5d\x83\xc6\x01\x73\x61\xc9\xe2\x1c\xac\x3d\xdb\xac\xd6\xc1\xda\x13\x3f\x7b\x4e\x6b\x0f\xfa\x6e\x07\x33\xaa\x98\x30\x35\xf2\x7d\xf5\x66\x83\xd7\x23\x5b\x7d\x10\x80\xa0\x01\x14\x5c\x9d\x6c\x10\x6e\xcd\x6f\xcb\xfc\xe3\x64\x94\x01\x8a\x38\x51\x2e\xc4\xc9\x3f\x8b\xbf\x23\x05\x22\xfa\xb1\xc6\x07\xba\x41\x08\x93\x8f\xb2\x67\x69\x21\x76\x15\x8d\xd7\x84\x36\xb9\x31\x1c\x7b\x61\xac\xf0\xe6\xaf\x8c\x74\xba\xc6\x4f\xcf\xe1\xcb\xd7\x95\x54\xd1\x30\xf4\xe7\x8d\x80\x5a\xa4\x84\xf5\x0e\x96\xd7\x23\x38\x26\x0d\x3c\x4e\x38\x88\x07\x00\xe1\x04\x57\x68\xb4\xe1\x3e\x1d\x93\x42\xde\x44\x93\xac\xf5\xdc\x62\xe4\x02\xb9\xaf\x37\x71\x47\xa3\xaf\x77\xde\x5f\x3d\x34\x64\x05\xdd\x7f\xd5\x30\x91\x25\x3c\x73\x3f\x11\x22\xcf\xc7\x1f\x3f\x32\xf3\xed\x31\xc7\x8f\xcc\x3c\x17\x67\xdc\x96\x1d\x2e\x65\x09\x45\xc5\x89\x17\xc2\x0d\xb6\x63\x7d\xaf\x6b\x8e\x87\xf4\xc1\x43\xfa\xe0\x21\x7d\x30\x7e\xe3\x90\x3e\xb8\x6b\x4d\xe6\x73\x78\xe5\x19\xaf\x73\xec\xf0\xdb\xbb\xd1\x71\x5e\x87\x4b\xfd\x70\xa9\x6f\x36\xc7\x97\xaa\xc6\x78\x7a\x7e\x09\x6a\xcc\x46\xa8\x17\xe8\xd9\x2d\xaa\x9b\x79\xf2\x5f\xe9\xbd\xbd\xf6\x9d\xbd\x1e\x26\xa4\x9f\x9a\xcf\xec\xe2\xa3\xf2\xeb\x7e\x70\x51\x1d\x60\xc1\x0f\x2e\xaa\x83\x8b\xea\xe0\xa2\x72\x4f\xbf\x09\x58\xf0\xa0\x64\xac\x2c\x55\x7b\x53\xd4\xa7\xad\x09\x37\xa9\xde\xc4\xfe\xed\xeb\x05\x09\xf7\xa5\x5f\xc6\x7e\xe4\xcf\xa5\x03\xbc\x14\xc9\xb1\x98\xf7\x8b\x90\x15\x4f\xfe\x59\x09\xe6\x5e\xf0\xf8\xe9\x7c\x3a\xa5\x6a\x0e\xf7\x96\x0b\x6d\x6e\xc1\x84\x5a\x6e\x46\x11\x6c\xb0\xbb\x96\x86\xb9\x89\x22\xb1\xb4\x25\xe4\x19\x53\x66\x1e\xbd\x09\x5c\xf4\x3f\xfa\x82\x17\xe0\xa5\x7c\x2c\xa4\x42\xe3\x8e\xfd\x78\x42\x45\x9a\xd9\x73\xa0\x43\x3b\x09\x15\x42\x1a\xb8\xfd\xc1\x6d\x90\x92\x07\x4e\x51\x56\x68\x5f\x77\x4b\xe7\xa4\xde\x4f\xb9\xd6\x99\x2a\xb9\x18\x5f\xd1\x89\x7a\x6e\x58\xd0\x83\x46\x18\xaf\xfe\xd7\x3a\xc8\x86\xea\xfb\x6a\xba\x47\x39\x8a\x78\xb0\x34\x01\x64\xc5\xbb\x25\x5c\xac\xe5\xaf\x56\x92\x44\xca\xcf\x5c\xda\x08\x3c\x86\x21\x57\xc7\xe1\x7f\x8c\x3b\xf4\xbf\x15\x2d\xfb\x5f\x7c\x75\x0c\xf8\x51\x31\xa3\xe6\x03\x6a\x8c\x65\x2a\xbb\x67\xa6\x94\x2d\xe7\x2b\x32\x53\x7a\x54\xdf\xbf\xca\xcc\x94\xf2\xc0\x9f\x9c\x59\xac\x49\x93\xdf\x5c\x4c\xf3\xba\x27\xec\x10\xdf\xbc\xc5\xd2\x7d\xab\xb1\xce\xcb\x58\xe8\x8b\x19\x61\x85\x8b\x7f\x8b\x27\xb7\x7c\x27\x1d\x8e\xe8\xb2\x35\xfa\xe6\xc0\xc2\x2b\xa2\xc6\x8a\xb9\xbd\x12\xd0\xf0\xaa\xb4\xb4\xef\x51\x3d\x8d\x6d\x39\xda\x8d\x43\x95\x9f\x43\x95\x9f\x43\x95\x9f\xa7\xae\xf2\xb3\x9e\xa6\xb9\xb6\x9a\xb9\xae\x8e\xb9\x9e\x82\xd9\xac\x5d\xee\x90\xd2\x5a\x56\xfa\xb6\x4d\x69\x2d\x29\x55\xaf\xc2\x35\x5a\x1a\xf1\x73\xa4\xb4\xfe\x4a\xf5\xc0\x83\x12\xf8\x24\xeb\xf6\xad\x6a\x80\x2f\x5c\xfd\x3b\x24\xe3\xee\x31\xd2\xe1\x1b\x06\x17\x3b\x04\x3a\x2c\x59\x9c\x43\xa0\xc3\x36\xab\x75\x08\x74\x88\x9f\xbd\xb8\x40\x87\x66\xcd\x81\xa7\xbb\xa6\x53\xd5\x89\xec\x85\x40\x5b\x42\xe8\xdc\x5e\x7c\xef\xa6\xaf\x42\x6e\x8f\x10\x75\x83\x99\x43\x3d\x87\xfc\x7e\x40\x88\x3d\x20\xc4\x1e\x84\xb8\x5f\x93\x10\x77\x90\x53\xb6\x59\xad\x83\x9c\x12\x3f\x3b\x20\xc4\xbe\x20\x88\x10\x2b\x38\x95\x92\x44\x56\x06\xa5\x9e\x29\x06\xe1\x73\x22\x0d\xa9\x22\x84\x56\x05\xb0\x65\xd2\x15\x36\x60\xe5\xab\xd7\x20\x5c\xd9\x71\xe2\x88\xd7\x88\xa6\x8b\x3b\x7c\xf3\x6f\x6b\x0c\xfc\xc6\xdd\x95\x70\xa0\x87\x34\x0d\xb5\xd0\x41\x40\x9a\xd2\x39\x99\xd0\x07\x46\x46\x94\x67\x68\xa6\x72\x3c\x70\xc9\xdc\x96\x0d\xe8\xff\x6c\x36\x20\x5a\x1e\x4e\x91\x01\x66\x79\x3a\x8a\x38\x09\xcd\xbc\x93\x0a\xde\x81\x42\xed\xae\x2c\xfe\x90\x31\x11\xa5\x13\xad\x3b\xe6\xbd\x88\xa6\x5f\x3d\x14\x30\xa6\x9b\xaf\x1a\xdd\x0b\x27\xbc\xb1\xc8\xe5\xfe\x74\xae\x5d\x14\x2d\xfd\xc7\xd7\xc2\x0a\x9e\x43\xad\xfa\x86\x5d\x1f\x07\xf7\xc6\xaf\xb3\x26\xd6\x8b\x11\xc9\x0f\x8a\xee\x1e\x15\xdd\x43\x5e\xe6\xc1\x5d\x71\x30\x03\xac\xbd\x5a\x07\x33\x40\xfc\xec\xf5\xb8\x2b\x9a\xa5\xe7\xed\x4a\xc4\x3f\xa1\x1c\x7d\x10\xa3\x0f\x62\xf4\x41\x8c\xfe\x66\xc5\xe8\x97\xb1\xc2\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\x0f\x32\xb4\xfb\x6a\x2f\x32\x34\xfc\xe5\xb3\xb9\xf7\x93\xba\xbd\x9e\x47\xca\xe5\x6e\xbf\x16\xe1\xf9\x20\x38\x1f\x04\xe7\x97\x2d\x38\xbf\x98\x09\x7d\x7b\x09\x9b\x87\x94\xc7\x43\xca\xe3\x21\xe5\xf1\x2b\xa4\x3c\x86\x12\x7b\x5b\x94\xd1\x29\xfd\xe6\x1b\x7a\xee\xe2\x3a\x47\xfe\x9a\xb2\x24\xea\x07\xb1\x51\xa9\x9d\xcf\xee\xa3\xd7\x05\x3b\xbd\x38\xea\x43\x81\x1d\x12\xed\xda\xa1\xc0\xce\x13\xce\xdb\x9f\xb3\x15\x33\xf7\x34\x8a\xa6\xc4\x57\x3a\xed\xaf\x1e\x73\xd5\x7c\xd2\xbf\x6a\x04\x56\xed\xcd\xb1\x90\xfd\x52\x14\x68\x7e\xfe\xba\x42\xbb\x5c\x0d\x1f\x99\xf9\x56\xee\x85\x43\x6d\xa1\x43\x19\x82\xad\x4b\x2f\x6f\xc4\xe1\x5f\xd7\x14\x0f\xe5\x93\x0e\xe5\x93\x0e\xe5\x93\xe2\x37\x0e\xe5\x93\x5e\x40\xf9\xa4\x5d\xa4\x16\xec\xfe\x5b\x11\x5c\x0e\x25\x94\x0e\xb2\xcb\x41\x76\xa9\x9d\xe2\x0b\x54\x4a\x5f\x44\x81\xa8\xa0\x94\xee\x0b\x8b\x21\xf6\xbd\x06\x66\xbc\x57\x48\x06\xbf\x92\x07\x58\x06\xf7\x7f\x07\x58\x86\x75\x26\x77\x80\x65\x38\x44\xda\x1d\x60\x19\x0e\xb1\x64\x87\x58\xb2\x03\x2c\xc3\x6b\x81\x65\xf0\x02\xd4\x3e\xa0\x19\x6a\x84\xb1\xd5\xf0\x0c\x9f\x17\x35\x83\x17\x2b\x68\xf9\xb1\x1e\x60\x1a\x0e\x30\x0d\xbb\xd2\xce\x8b\xd0\xc9\x9e\x04\xae\xa1\x86\x0d\xec\xaa\x88\xbd\x0e\xd8\x06\x3f\xda\x43\xce\xd9\x21\x74\xf6\xe5\x87\xce\xbe\xb8\x9c\xb3\x17\x23\xb6\x1f\x94\xe1\x3d\x2a\xc3\x87\xb4\xb3\x43\xda\xd9\xc1\x54\xb0\xf6\x6a\x1d\x4c\x05\xf1\xb3\xd7\x91\x76\xb6\x5a\x9a\xde\x0b\x7c\xc3\x53\xc8\xd5\x07\xb1\x1a\xdf\x3b\x88\xd5\x07\xb1\xfa\x1b\x15\xab\x5f\xc6\x0a\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x3e\xc8\xd4\xee\xab\xbd\xc9\xd4\xfb\x85\x73\xd8\xd0\x8b\x15\x65\xa5\xbc\x26\x61\xfa\x20\x48\x1f\x04\xe9\x97\x2d\x48\xbf\x98\x09\x1d\xa0\x1d\x0e\xd0\x0e\x07\x68\x87\x03\xb4\xc3\xce\x52\x8d\xe3\x23\x1b\x80\x31\x94\x72\x6e\x7f\x72\x8c\xe5\x2d\x17\x49\x96\xa7\x90\x89\x36\x61\xe4\x7d\xce\xb3\x94\x80\x76\x63\x95\x54\x2e\xc5\x3b\x20\x26\xa0\x03\x18\xa4\xcf\xc8\x5a\x2e\xc5\xfc\xb4\xc0\xe6\x5e\xac\x10\x53\x8c\xf6\xb9\x32\x51\xbe\x7a\xf8\x48\x3c\xe5\xe7\x0d\x1d\xf9\x8d\x5b\xb9\x37\xd1\x98\xc2\xe0\xdf\xbc\xcf\xe4\xb0\x37\x9f\x31\xfb\xdf\x73\x3e\x65\x42\x83\x06\xc4\xcd\x3c\xa6\xf3\x06\xe6\xb1\xc8\x36\xde\xdc\x76\x2f\x3f\x5e\xc4\x69\x6e\x6f\x3e\xdd\x5d\xf4\xba\xd7\xed\x9b\x70\xb4\xc3\xac\xe2\xe3\xec\xbe\x2b\x9d\xba\x33\x39\x9d\x51\xc5\xb5\x14\x9d\x2f\xf6\x82\xb1\x43\xbb\x02\xba\x97\x6a\xbb\xd1\x75\xfe\x1a\x8f\xec\xb2\xfc\xcf\x8f\xbd\xf2\xbf\x4a\xb3\xb8\xe8\x95\xff\xd5\x59\x3a\x9b\xa8\xe1\xea\xb1\x3a\x26\x1f\x7b\xa7\xe4\x23\x44\x11\x29\xd2\x9b\x50\xbc\x55\x2f\x7a\xa7\xe4\x82\x69\x0d\xbf\x14\x1f\x1b\x6e\x32\x98\xdb\x7b\x2e\xa8\x9a\x13\x3f\x7d\x4c\x00\xa5\xe0\x5e\xf0\x4b\x53\x5d\x3c\xf1\xf7\x5c\x80\x02\x5c\xac\xde\x85\x1c\xf3\x84\x66\xbb\x2d\x62\xfb\x32\xbe\x0b\xde\x5c\xdd\x2c\x5d\x8a\xf8\xed\xc5\xb5\x68\x5f\x9e\x43\x3a\xaa\x1f\x6a\xcd\xcc\x2f\x99\x36\x2c\xb5\x02\x75\x8a\xc4\x0b\x57\xf2\x3c\x12\xb4\xff\x2e\x21\x41\x35\xd7\x96\xa5\xb6\x2f\xcf\xc9\x09\xb9\xba\xe9\x8b\x2b\x95\xa2\xfd\x91\x59\x09\x15\x05\x07\xae\x89\x90\x86\xf0\xe9\x4c\x2a\x43\x85\xb1\xc2\x39\xdc\xcd\x6e\x45\x34\xa1\x8a\x91\x33\x39\x9d\xe6\x86\x1a\xfe\xc0\x16\x16\x55\xa0\x51\xe1\x96\x99\x6e\x0a\x1e\x8d\x9a\x35\xc4\xcb\xbb\x98\xcb\x4c\xd9\xf6\xad\xe0\x50\xbe\x2d\x78\xba\xc0\x99\x7d\x13\x54\x29\x5a\xe6\x4b\x6f\xb8\x61\xd3\xea\xfb\x6b\x46\x9e\xfe\xab\xf6\x56\xb3\x52\xcd\x85\xa4\xf6\x26\xc2\x8c\xe0\x0b\x6e\x98\xa2\xd9\x27\x3a\xfb\xe0\x0d\xa6\x5b\xd0\xc7\xff\x77\x5b\x4a\x46\x7d\xf3\x73\xfb\x53\x9c\xce\xfa\xe6\xfa\xe6\xaa\x77\xb5\x94\x66\x4a\x2d\x2c\x12\x8d\x7d\x7c\x0a\xff\x4b\x4e\x88\x6d\x3d\x08\x5f\x53\x66\xa8\x15\x4a\xc9\x5b\xcc\x3d\x0b\x19\x2a\x5c\x64\x40\x23\x33\xc5\xa7\xdc\xee\xab\xb3\xfa\xbc\x43\xf9\x2e\x08\xb0\x81\x4a\xf0\x03\xcc\x23\x05\xc9\xd9\x50\x91\x52\x95\x92\xbf\x6b\x97\xfb\x6c\xe5\x68\x7c\x9d\x6a\xff\x03\x4b\xc9\x31\x99\x18\x33\xd3\xa7\x27\x27\x8f\x8f\x8f\x2d\xfb\x76\x4b\xaa\xf1\x89\xfd\xe3\x98\x89\xd6\xc4\x4c\x33\x4c\x9a\xb6\xab\x70\x4a\xae\x95\x34\x12\x64\x60\x7b\xcb\x73\x9a\x41\x76\xeb\x10\x4f\xbb\x1c\x91\xff\x49\xa4\x62\xad\x62\x63\xfe\x87\x44\xf9\xd8\x23\x2b\x22\xf0\x34\x3b\xb1\x2f\xd5\x1c\x9d\xea\x7e\x92\x94\x25\x3c\x75\xba\x00\x13\x89\x04\x21\x04\xe5\x0e\xdb\x9e\x4f\xd8\x63\xce\x1b\x19\x96\x33\x92\x97\x69\xca\x08\x7d\xa0\x3c\xc3\xd4\x7c\x89\x56\x6f\x5c\x67\xa6\xac\xec\xdd\x45\xc5\x29\xb7\x4a\x22\x84\x8f\x82\x14\xe1\x5f\x9d\xd9\x09\x27\x32\x23\xc3\x7c\x64\x95\x8c\xe8\x56\x3a\xb2\x02\x35\xd7\x44\xb1\x44\x4e\xa7\x4c\xa0\x5d\xdc\x36\x04\x5f\xc2\x8a\xb9\xd1\xb6\xfa\x02\xf6\xdf\x4a\xda\x40\x01\xa9\x84\x83\x2d\x98\x55\xb8\xc5\x1c\xbb\x19\xe6\xa3\x92\xb3\xd5\x48\xa2\x18\x4d\x09\x37\x7d\xd1\xce\xac\x54\x33\x95\x86\xc5\x71\xb0\xe0\x99\x29\x2d\x38\x30\x04\xc5\x66\x19\x4d\x7c\x5e\x71\x26\x13\x9a\x91\x11\xcf\x98\x9e\x6b\xc3\xa6\x71\x03\x6f\xc1\x5a\x60\xd7\x8c\x6b\x92\xca\x47\x91\x49\xea\xe6\x51\xfd\xec\x5d\x99\xb7\x74\x7c\x66\x7d\x47\x29\xa9\xe0\x7f\x7e\xe4\x22\xdd\xee\x0c\xde\x5d\xfe\x78\x79\xf5\xb9\x74\x0c\xef\x6e\x3b\x37\xf1\xbf\x6f\x7f\xbe\xed\x75\x3e\x2d\x3d\x87\xd5\x56\x0a\xca\x82\xe1\x81\x16\x79\x4a\x6e\x71\x11\xa4\x22\x77\x9a\xa9\x86\x49\x7d\x72\xa4\x54\xfc\x20\x53\xb6\xdd\xdc\x3e\xb5\x2f\xef\xda\x25\x8e\x72\x7b\xf6\x43\xe7\xfc\xee\xa2\xa4\xa3\xf8\xf9\x45\xbf\xdc\x74\x50\x03\x89\x7f\x3b\xfb\xa1\x7b\x71\x3e\x08\x3a\xcb\xb2\xd5\xa8\xf4\x5b\xe5\x4b\x3d\xe4\x3f\x13\x99\x92\xe1\x3c\xce\x7d\x2d\x20\x13\x1e\xa9\x26\x19\xf8\xf6\x58\xea\xd5\x69\x6c\xf5\x14\xd8\x90\x07\x63\x28\xbe\xb0\xea\xe9\x91\x7b\x07\xa0\x13\x50\x93\xa7\xa6\x8c\xc5\x10\x37\x6c\x7b\xa7\x22\x52\x8b\x11\xa4\x21\xac\x91\x55\xdc\xad\x08\x9b\xe6\xf6\xfc\x2a\x3e\x1e\x83\x95\xaa\x32\x54\x6c\xcd\x7d\x0a\x2b\x09\xdf\xe1\x56\xcf\x94\x84\x23\x6d\xbb\x75\x9a\x41\xd0\x81\xf1\x43\x54\x6e\x4a\x2d\x2a\x0a\xea\x6d\xcd\xd0\xfc\xbe\x9c\xa2\x53\xa2\x61\x5a\x70\xf4\x8a\x20\x75\xe0\x50\x1a\x8d\x6b\x33\xc5\x1e\xb8\xcc\xa3\x4f\x1d\x22\x48\x69\x73\x6b\x9b\x2f\x16\x00\x96\x0d\x55\xf0\xa2\x99\x32\x35\x77\xaf\x6e\x8d\xa2\x86\x8d\xe7\xe7\xee\x64\x6f\x4f\xc5\xe7\x57\x9f\x2f\x2f\xae\xda\xe7\x83\x4e\xfb\x63\xf9\x60\x86\x27\xb7\xbd\x9b\x4e\xfb\x53\xf9\xd1\xe0\xf2\xaa\x37\xf0\x6f\x2c\x25\xd7\x86\x0e\x16\xaf\xd3\xf2\x8b\xa7\xc4\x72\x46\xe0\x60\x1e\x3c\x2c\x62\x63\x43\x36\x92\x0a\xd9\xf1\xd4\xbb\xb1\x81\xf1\x93\xb0\xb2\x2c\x45\x33\x51\x79\x16\xa7\x60\x43\xa9\x6b\x12\xcd\xa3\x46\x31\x3a\x05\x76\x4e\x05\xe9\x88\xf4\xf8\x6a\x74\x7c\x8b\x3f\x4e\xa9\xba\x67\x2a\x7c\xfa\xa8\xb8\x31\x0c\xbc\x3a\xdc\x39\x7c\xc0\xc6\x03\x43\xb6\xf7\x0d\xa4\x29\x14\x1d\xb4\xc8\x8d\x65\xcf\xf6\xfd\x70\xf7\x58\x42\x4d\x99\xa1\x3c\xd3\x6e\xb0\xa5\x75\x3d\x25\x17\x54\x8d\x0b\x8b\xcd\x5b\x39\x1a\x61\x63\xef\x70\x18\xf6\xaa\x29\xcd\xa2\x86\x45\x5a\xd2\xf0\xd7\x17\xf4\xe7\x5e\x0e\x42\xda\x22\x55\xdd\xcd\x76\xa3\xa9\xbb\x6b\x58\xf1\xab\xcb\x41\xe7\xbf\xba\x25\x85\xc5\x3d\xa9\xa1\x35\x98\x38\x3e\x5e\x7e\x17\xd4\xb7\xbd\x48\x4e\xe5\x17\x6b\xc8\x29\x9f\xf9\x9d\x1f\x59\x15\xa8\x86\x96\xd8\x17\x6e\x70\x63\xe2\x71\x57\x48\xa8\x68\x06\x0c\x71\x74\x36\x63\x54\xe9\xba\xdd\x2e\x4b\x6b\x0d\x7b\x8f\x3d\xc5\x7d\xb8\x4d\xf6\xfd\x1c\x11\x29\xb2\x79\x7c\xd7\x57\x28\x72\x0d\x1a\xc0\xb6\x16\x28\xe0\x1a\xa0\x71\xae\x1e\x98\x52\x3c\x65\x9f\xb8\xb6\x9a\x0c\xfe\xf8\xde\xe1\xe3\x6c\x47\x10\x1f\xda\xdd\x8b\x8a\x0c\x30\x38\xef\x7c\x68\xdf\x5d\x2c\xd7\xc6\x4b\xdf\xd5\x00\x37\x45\xed\x9c\xda\x5b\xdf\x59\x97\xe1\x76\x38\xf6\xa8\x3f\x2c\x0d\x17\x5a\x19\xf4\xa7\xc2\x55\xaf\xd1\x03\xe2\xfe\x73\x6b\xa8\xd9\x92\xfc\xdb\x67\xbd\xee\x4f\x25\xad\xbd\x7d\x73\xf6\x43\xf7\xa7\x3a\xb9\x60\xf0\xb1\x73\xd9\xb9\x69\xf7\x3a\xcb\xa9\xbe\xd2\x64\xdd\x9d\xaf\xed\x80\xab\x1e\x30\xae\x43\x10\x87\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\xa0\x25\xe7\x4d\xba\xeb\x02\xd3\x03\xf7\x3c\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xfd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x8f\x29\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\x09\x3d\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\xa2\x51\x5d\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xa1\x7b\x59\x26\x81\x1f\xba\x1f\x4b\x42\xe0\xa7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\x81\xda\x0a\xea\x63\x65\x1d\x6e\x7c\xe4\x94\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x06\xd1\x92\xcd\xa1\xde\x6c\xb9\xd0\xf7\x65\xd5\x31\xb8\x68\xed\x76\xce\x24\xdb\x49\xab\xb0\x44\xc4\x86\x5b\x50\xbb\x9b\x8c\x1e\x35\xbe\x89\x82\x97\xfe\x04\x6e\xc6\x69\xae\x0d\xfa\x83\x80\x38\xc9\xfd\x5f\xb4\x5d\x50\xf0\x17\xb5\xc8\x2d\x63\x7d\xe1\xf5\xef\x31\x37\x93\x7c\xd8\x4a\xe4\xf4\xa4\xc0\x79\x3b\xa1\x33\x3e\xa5\x56\x40\x65\x6a\x7e\x32\xcc\xe4\xf0\x64\x4a\xb5\x61\xea\x64\x76\x3f\x06\x33\xbf\x77\x89\x9d\x84\x66\xc7\xf2\xb7\x17\x7f\xfa\xfe\xf8\xe2\x2f\xdf\xbf\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x05\x39\xa9\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xa7\xce\xa7\xab\x9b\x9f\x4b\x9c\xb2\x77\x75\xd3\xfe\xb8\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x47\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\x87\xb2\x90\xf3\xe1\xe2\xe7\x5e\x67\x70\x7b\xfe\xe3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\xa5\xff\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xb1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xc0\x9f\x37\xef\xaf\xae\x2e\x3a\x25\xa7\xd9\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2a\xdd\x76\xe7\x77\x37\x88\x04\xb7\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\xa0\x5a\x3c\x28\xc7\x11\xe2\x0a\xfa\x5d\xc0\xe8\x70\x1c\x2c\x7e\x09\x8e\xb4\x96\xd7\x98\xf2\x36\x91\x66\x5e\xb7\x74\xa3\x97\xb1\xbc\x5e\x18\x02\xe2\x15\xa2\x8a\x49\xb3\x4c\x3e\x62\x68\xe3\x94\xdb\x2b\xcf\xc1\x5f\xd9\x57\x34\x49\x72\xa5\x98\x30\xd9\xbc\x55\xc3\x4e\xca\xdb\xc2\x12\xc5\xcc\x27\x99\x0b\xb3\x3d\xc9\x75\x2e\x7f\x1a\xfc\xd4\x2e\x93\x5c\xf7\x62\x85\xff\xa2\xf2\x4d\xcd\xe5\xe6\x5e\x39\xf5\x7f\x04\x65\xcc\xc9\x82\x30\x74\xb0\xc7\xf9\xb0\xdf\xa9\x9d\x87\x53\xf8\x04\x61\xe2\x81\x2b\x09\xb8\x98\xe4\x81\x2a\x4e\x87\x99\x93\x5f\xec\xe8\x4e\xe1\x7f\x37\x6b\x13\x4c\x6b\x15\xde\x72\x2b\x95\x39\x0f\xe1\x83\xdb\x29\xea\x75\xb1\x78\x8b\x51\x78\xf5\x3a\x78\x25\xf2\xce\x0f\xab\x47\xf5\xfd\x82\x69\xac\x2b\xb4\xa1\x22\x61\x67\x19\xd5\x7a\xdb\xb1\xa2\x6c\x7f\x54\xe6\x38\x37\x37\x77\xd7\xbd\xee\xfb\x15\x9b\x5e\xfd\x78\x31\xbc\x32\xc9\x72\x6f\x3d\x1e\x2a\x49\x53\x62\xf7\x46\x8e\xd1\x52\xed\x6e\xd5\x02\x9f\x14\xe3\x9c\x43\xc4\x49\x09\x1b\x35\x04\x93\x78\x25\x22\x36\x7f\x71\xb7\x10\x24\xb1\x2b\x41\x22\x7d\xc2\x9f\x7a\x30\x7c\x23\xa8\xb9\xd3\xea\x66\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x70\xb6\x7a\x4b\x41\x31\x52\x39\xfe\xc4\xb4\xa6\x63\xb6\x8b\x7f\xa4\xee\x66\xbe\xfd\x29\xfe\x27\xf8\x3f\xd6\xb9\x75\x4b\x23\xf4\xa1\x81\x9e\x9e\xae\xc4\x07\xca\xb3\x5c\xb1\x6b\x99\xf1\x64\x4b\x7f\xae\xd5\x04\x07\xdd\x4f\x56\x42\x6e\xf7\x3a\x17\x25\xf9\x00\x9e\xb5\x3f\xf4\x3a\x37\x03\x44\x31\x6d\xbf\xbf\xe8\x0c\x2e\xaf\xce\x3b\xb7\x83\xb3\xab\x4f\xd7\x17\x9d\x15\x6e\xd2\xc6\xc6\x17\xad\x0a\xd5\x57\x4f\x17\x7e\x81\x1d\x56\x39\x2a\x20\x5e\x19\x85\x28\x7a\xca\x33\xf0\xd1\x48\xf4\xd5\x50\x22\xac\x5a\x6e\x7f\xd6\x5e\xf5\xf1\x41\xa3\x2d\xd2\x35\xdf\x65\x19\xa1\xb9\x91\x53\x0a\x96\xc6\x6c\xde\x17\x74\x28\x95\x01\x05\x2c\x30\x6f\xa2\x72\x21\xb8\x18\x43\x63\x08\x46\x9c\x64\x8c\x0a\x92\xcf\xa2\x84\x07\x67\x2f\x1b\x71\x01\xb1\x48\x53\xaa\xee\x7d\xdc\x47\x88\x53\x0d\x87\x42\x13\xaa\xfb\x02\xb1\x41\x1c\x2b\x5c\x63\x85\x4f\xd7\x7a\xab\x71\x75\xa6\xf4\x9e\xd9\x55\x99\xe6\xc9\xc4\xaa\x70\x63\xc5\xb4\x76\x36\x95\x84\x0a\xf4\x8f\xb9\xd7\x1f\x79\x96\xf5\x85\x90\x76\x29\xbc\xe9\x26\x65\x33\x26\x52\x26\x12\x8e\x69\x0e\xe0\x5a\x0a\x26\xd6\xb1\xa2\xb3\x09\xd1\x12\x7c\x32\xb0\xec\xa0\x1c\xe2\x47\x3e\x30\xca\xa1\xa1\xc0\xe3\xd8\xf2\xa2\x72\xcb\x27\xae\xc0\x24\x8b\xab\x0c\x1f\x7b\xb3\x8b\x37\x37\xa2\x92\x3d\x9d\x65\xcc\x20\xa2\x30\x2c\x39\x6c\x86\x5d\xeb\xd2\x7e\xd8\x6d\xaa\xdb\x84\xbe\x28\xc6\x4c\xb5\x1b\x51\xab\xc6\xa2\xe3\x8e\x14\xf9\x81\x8a\x34\xb3\xad\x78\xdb\x5d\xf9\x2c\x42\xcc\x47\xdb\x52\x8d\x3f\x8d\xbb\x08\x53\x09\xcd\xf5\x46\xd2\xd4\xf2\xdc\x14\x54\xb9\x8f\x0b\x9f\x25\x90\xb7\x4b\x4c\x81\xd5\x9d\x59\x16\x49\x33\xe9\x56\x09\x5f\xcf\xb1\x86\x04\x81\xd1\x34\xa8\x77\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xf6\xab\x44\x2b\xba\x28\xc0\xb7\x7c\x64\xc9\xe7\xdd\x82\xab\xc1\x30\x35\x85\x24\x2d\x37\xcc\xb0\x85\xab\xe4\x2a\xdc\x1d\x4b\xc8\xb4\x1c\x0e\xb3\xc5\xde\xa0\x1f\xb9\x69\xba\x95\x56\x5c\xef\x18\xc8\x40\xb3\xeb\xfa\x36\xeb\x16\x2c\x7a\xf8\xaf\x65\x5b\xfd\x89\xce\xec\x16\x23\x52\x32\xa1\xc5\x1c\x9d\xc0\xe4\x0a\x81\x78\x6f\x6c\xe4\x9e\x09\x71\xae\xeb\xeb\xb8\xc5\x12\x3a\x77\xfa\x62\x27\x25\x37\x55\x94\x16\xe7\x48\x72\x94\x1b\x7b\x9a\x28\x38\xba\xc8\x5b\xd6\x1a\xb7\x88\xc7\xab\x3e\x22\xed\xeb\xeb\xce\xe5\xf9\x11\x61\x26\x79\xe7\xe3\x3d\x9c\xfb\xbb\x2f\x8c\x74\xc2\xc5\x9c\x4c\xe4\x23\xb0\x32\xa6\xc6\xac\x34\x67\xef\x2b\x07\xb0\xa3\x31\xd7\x46\x39\x8f\xbd\x48\x63\xf8\x74\x3e\xad\xca\x8d\x48\x21\xb9\x99\xec\x42\x1a\x54\xeb\x7c\x6a\xe5\xda\x01\xa7\xd3\x81\x92\xd9\xaa\x33\x5c\x7b\xa4\x0a\xdb\xc5\xc0\x99\x8b\x06\x34\x49\xac\xdc\xbb\x76\x6b\xab\xf6\xf1\x1c\x96\x49\x93\x99\x3d\x50\x10\x28\xb4\x08\xa6\x1d\xdd\x52\xde\x90\x37\x9c\x23\xcb\xc8\x8a\x74\x45\x8f\x0a\x7f\xce\x66\x8a\x59\xe9\xb0\x6a\xd1\x0a\x0b\x7b\x53\x5e\x8e\x6f\x68\x71\x03\x3b\xdb\x6c\x59\x4b\xab\x76\x44\x66\x19\xb3\xec\x3a\xd7\x0c\x23\x12\x6e\x59\x92\x2b\x6e\xe6\x67\x98\x38\x5a\xb3\xaa\x67\x58\x2c\xc0\x9b\x8e\x22\xa8\xf2\x5d\x96\xb9\xae\x95\x65\x2d\x91\x27\x67\x71\x67\xc8\xdb\xea\x10\xe0\xd1\xeb\x5e\x29\x7a\x04\x41\x1d\x95\xea\x0e\x48\xc3\x10\x8d\x0b\x3c\xe7\x97\x5c\x1a\xaa\xdf\xb5\xfa\xc2\x32\xd0\x7b\x36\x47\x53\xb9\x65\x51\xbf\xb3\xd7\xe6\xb1\x66\x42\x43\xe0\xd0\xef\xd0\x86\x65\x99\xac\x57\x5b\x51\x8a\xc4\xa2\x12\x65\x70\x7a\x08\xf6\x70\x8d\x3a\x0e\x59\x84\xd2\x14\x88\xf6\xfe\x19\x0e\x7f\xcc\x0c\xa4\x8b\x18\x6e\x40\xbc\x49\xb1\x6a\xc5\xc2\xd0\x57\x9a\x0f\x90\x2a\x94\x04\x93\x46\x9a\xef\x76\xde\xf4\x62\x1b\x75\x9b\x58\x7f\xb1\xdf\xba\xe8\xa9\x13\xaf\xe2\x25\x4a\x2e\x94\x82\xa0\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x76\x5c\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\xc4\x52\xd9\x7f\x9d\xd8\x79\xfd\xf6\xec\xe6\xea\x72\x50\x44\x40\xfe\x47\x5f\xb4\x33\x2d\x89\x15\x55\xa4\x32\x9a\x08\x29\x42\xe0\xd6\x4c\x31\x7f\x1d\xb8\xb9\xd8\x55\x8d\xac\x40\x7d\xd1\x34\x82\x54\x26\xba\x45\x1f\x75\x8b\x4e\xe9\x3f\xa4\x00\x93\x72\x1b\xfe\x3c\xcb\x64\x9e\x7e\xa6\x26\x99\x9c\x80\xa5\xd7\x9c\xb0\x07\x26\x0c\x5a\x94\xec\x72\xa5\x90\x89\xa0\x21\xee\xeb\xb7\x76\xcc\x45\x30\xa6\xb6\x42\x67\xc2\x66\x86\xfc\xbf\x8a\x0d\xa5\x34\xf5\x2c\x4a\x8e\x46\x9a\xad\x62\x47\x0d\xf2\xd4\xed\x15\xf9\xcb\x9f\xbf\xff\x83\x25\xa1\x6d\xd6\xb8\x7b\x7b\x35\xb0\xdf\xff\xf6\xdc\x7d\xaf\xd7\x22\xb9\x73\xcc\xae\xda\x29\x30\x72\x1b\x66\xbe\xa9\xcd\xb1\x7a\x0b\x72\x3d\xcb\xe8\x7c\xc1\x7b\xb1\xea\xf6\xbc\xb4\xfc\x60\x46\x13\x56\x64\x77\x79\x37\x60\x22\xa7\x53\xf0\x1a\x7b\x67\x60\xca\x47\xe0\x3e\x36\xf6\x0a\x20\x43\x66\x1e\x21\x58\xc1\xff\x1a\x1c\x42\xde\x5a\x61\x99\x07\x30\xa8\xbe\x5d\xab\x34\x07\x3b\x56\xff\xcd\x11\xe9\xbf\x49\xd9\x03\xcb\xe4\xcc\x9e\x1f\xfb\x03\x33\x49\xdd\x55\xdb\x99\x52\x9e\x5d\x4a\x13\xfc\xdf\xbb\x6c\x8b\x62\x09\x9f\x71\x4b\xcf\x03\x66\xdb\x7d\xd2\xe0\xd5\x55\x66\x57\x9f\x36\x0e\x23\x21\x34\x4d\xed\xb1\x82\xc2\x02\x7e\x90\x85\x15\x4a\x44\x0b\xb0\x1e\xdb\x0c\xd6\xb9\xfd\x92\x71\xbd\xf9\xd9\x5e\xf0\xde\x7a\x13\x3a\x2e\xa0\xe0\x97\x52\xad\x2b\x2c\x51\x00\x96\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\x46\x38\x08\xc5\x80\x82\x04\xee\x42\xb8\xaa\x51\x63\x6c\xe5\x88\x93\x4c\xea\x5c\xad\x69\xdb\x2f\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\x20\x87\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xb4\x20\x9a\x15\xf1\x6d\x22\x25\x85\x34\xd5\x17\x21\x24\x97\x6a\xf2\xc8\x32\x30\x6c\x25\x72\x3a\x03\x49\xc1\x0d\xd7\xb5\x64\x2f\x3a\x43\x0d\x3b\x22\x32\x37\xb6\xb1\x23\x2c\x56\xe5\xb6\xe0\x78\x48\x01\x66\xa1\x28\x41\xd9\x17\x77\xda\xdb\xd2\x43\x76\x3c\xd2\x3a\x32\x30\x2e\xc8\x47\x66\xa0\x15\x80\x2b\x89\x27\x88\x45\xb9\x6a\x59\x50\x75\xed\x77\x38\x51\x6e\x26\x1b\xec\x7c\x11\xc9\xfb\x3e\x93\xc3\xa5\xfb\xde\x26\x53\xd4\x9e\x5d\x2f\xde\x38\x58\xd8\x4d\xa2\x8c\xa8\x55\x34\xca\x94\x2a\x45\xed\xac\x38\xfe\xe5\xe8\xdf\xe5\xe4\x09\xb1\xb7\x51\xbe\xd8\xe2\x38\x9d\x45\x6d\xd5\x18\xc1\xee\x33\x78\x3d\xd6\x25\x1c\xef\x74\xd1\xa2\xb6\x8a\x08\xca\x96\xb8\xa7\x9e\x0c\x1c\x10\x33\x61\x5c\x91\xb5\xa6\xe5\xcf\xef\x00\xcf\xfc\xfa\x44\x53\xd0\x76\x93\x00\x88\x4c\x24\x30\x08\x3b\x30\x07\xaf\x52\xaa\x20\xd7\xea\x8b\xca\x20\x9c\x89\x56\x13\x20\x2f\x7f\x1a\x4a\xbc\xff\x88\x8c\xf8\x17\xd7\x68\xe1\xba\xf1\xaf\x46\x46\x81\x06\x53\xe1\x84\x2e\x92\xdd\x06\xf7\xe3\x35\x7c\xbf\xd4\x16\x26\xb5\xb1\xe2\x80\x15\xac\x14\x4b\xa4\xb2\x2c\x11\xba\x0d\x8e\xa4\x95\x77\xa3\xa1\xca\x2e\x0a\xdd\x48\x00\x2f\xe0\x86\x52\x6a\xd8\xb1\xe1\x2b\x03\x67\xac\xba\x62\x19\xec\xd4\xaa\xb3\x51\x1e\x46\xc1\x61\x87\x6c\x4c\x85\x77\x3a\x34\x8c\xd6\xb3\xf6\x1d\x0e\xb3\x95\xac\x28\x78\x55\x41\x8e\xb0\x03\x2a\x8f\x43\xcf\x60\x39\x97\x8e\xc3\x19\x88\x9e\x6b\xd5\xcc\x92\x65\x7b\xa4\xc1\x5e\xd5\x30\xd8\x1c\x2a\xff\xbe\x98\xc1\x66\x54\x1b\xe2\xc6\xd4\x30\xe2\x58\x9a\xdd\x43\x02\xd9\xb2\xca\x44\xb1\xe2\xb0\x89\x70\x1e\x0f\x91\x68\x66\x0c\x77\x15\x74\x72\xcd\x5c\xdc\xef\x94\xa9\xb1\x17\xf8\x10\x54\x3d\x1c\x6d\x97\x22\xeb\xf9\x68\xcc\x4b\xc0\xfd\xb4\xd8\x74\x8b\xb4\xc5\x42\xf6\x82\xb7\xb1\x95\xd6\x0b\xb9\x36\xcd\x1e\xe9\x5c\x93\x99\xc2\x60\x61\xf4\x49\xf9\xc9\x83\x6d\xb9\xfc\x51\xb0\x1c\x18\xef\x14\x84\x7a\x98\xf1\xc8\x1a\x36\x2b\x2a\x9f\xb5\x3e\xb3\x5b\x53\xf6\xaf\xf8\x4b\xea\x8a\x69\x05\x15\xa8\x96\xd3\x35\xdb\x2e\x4b\xe1\x6b\x0e\x07\x03\x64\x4b\xa7\x5d\x74\xca\xbe\x96\x26\x81\x0f\xac\x6e\x17\x74\xc8\xb2\x9d\x7d\x2c\x5b\x59\x40\xa0\x6b\x87\x50\x62\xd5\x6f\x86\x3e\x23\x28\x6e\xaa\xaa\xac\xcd\xdb\x0d\x55\xbe\x9e\x07\xa9\x98\x67\xa9\x26\xc0\x0e\x13\xf5\x90\x3b\xdb\xf3\xef\x26\x38\x9e\xf8\x22\x29\xf0\x78\xea\x6f\x91\xaa\xf9\x66\x97\x31\x44\xc0\x39\xb5\x43\xd8\x07\x72\xce\x5e\x8c\x41\x81\x64\xd6\x44\x89\xec\x8e\x88\x90\x82\x11\xae\x8b\x97\x4d\xd9\x55\x1e\x62\xa3\xad\x18\x89\x6a\xfa\x62\x0d\x9a\x67\xd6\xc9\xdb\x41\x97\x24\x23\xce\xb2\x54\x13\xc1\xac\x4a\x43\xd5\x1c\x72\x14\x91\x9f\xad\x23\x1a\xed\x4b\x58\xad\xb9\x3d\x9c\x14\xe9\x61\x18\x00\xf5\xce\x0a\x62\x95\x71\x11\xcc\xe1\x74\x2f\xb9\x8f\x5c\x80\x70\x5f\x04\x25\x18\xc8\x8f\x6b\xab\xdc\xb5\x08\x6c\x9b\x29\xbe\xc2\x80\x77\x13\xf6\xf0\xc8\x8b\xb2\x1a\x31\xe3\x36\x51\xfd\xfd\xb5\x55\xac\x63\x39\x49\xcf\xe7\x12\x63\x91\xe3\xba\xda\xb4\x9e\x28\xb2\x92\x15\x72\x39\xd3\x71\x00\x1a\x2f\xc0\x4c\xb5\xfe\x4a\xd9\x4d\xce\x17\x0c\x57\x58\xa2\xa6\xd0\xb1\xa3\x9c\x81\x58\x53\x71\xf9\xc5\x58\x62\x94\x6a\xf2\x3b\x21\xcd\xef\xa2\x0c\x6c\xaf\x0d\x63\x8d\x23\x67\x99\x38\x2a\x81\x1b\x71\x9f\x4f\xe6\x88\x84\xd0\x28\x8f\x61\xe5\xca\xef\x9a\xf6\x5f\xf8\xfc\x9e\x54\x78\xeb\x2c\x86\x43\x34\xc1\xa9\x20\xc0\xe9\xde\x4c\x00\xcf\x51\x5d\x8f\x20\x19\x28\xe6\x73\x5a\xa6\x52\xb1\x0a\xc8\x2a\x32\xef\x10\x2f\x84\xe0\x96\xeb\x53\x69\x8d\x35\x0c\x81\x23\x8b\x63\x5e\xb2\x82\x2d\xb7\x7e\xed\x23\x10\x68\x5a\x4e\x0d\x5c\x42\x01\x2b\x12\xaf\xeb\x35\xf2\x6d\x82\x77\x9a\x44\xd2\x60\x87\x8e\xab\x49\x35\xa5\x1b\xb7\xfa\xe2\x83\x54\xee\xee\xd4\x0e\xc9\x63\x48\x93\xfb\x63\x26\x52\x42\x73\x33\xc1\xb4\x5f\x67\x3a\x9e\xbb\x9d\xb5\x72\x01\x90\x40\x48\x2b\xe5\x3a\xa1\xca\x31\xfd\x11\x7d\x90\x7e\x14\x7d\x11\x35\x02\x58\x21\x80\x6f\x06\xae\xf4\x26\x01\x82\x01\x9e\x64\xd3\x5a\xd4\x21\x0d\x2f\xe0\x0c\x2f\x3f\x33\x71\x6c\x73\x1f\xfa\x63\xa9\x60\x5a\xf7\xdf\xe0\xa8\x2b\x2b\xd4\xf5\xe6\x28\xaf\xde\xe8\xb8\x66\x5b\x78\xf3\xc8\x85\xe5\xa1\x41\xc6\xcd\xc2\x8a\x29\xdf\x7b\xde\x59\x4a\x82\x1e\xe5\x0a\x02\xec\xea\xda\x7c\x9b\x4c\x78\x56\x98\xa8\xdf\x1d\xb9\xf3\x88\x4d\x66\xec\x81\x65\x88\x95\x91\x28\xf0\xe3\xa2\x4f\xf1\x7b\xf2\x9f\x88\xc0\x4b\xfe\xd0\x17\x1f\x81\xad\x66\xd9\xfc\x88\xf0\x51\xd1\x32\x35\x95\x66\xee\x6b\x07\x60\xb7\x0c\x39\x4b\x69\x20\xb8\xdf\x13\xfa\xc0\xfa\xc2\x37\xf3\x9f\xe4\x9e\xfc\x9e\xfc\xa1\xc9\x8e\xe3\xdd\xb1\x4f\xac\xe6\x03\x15\xfb\xbe\x22\xce\x70\xe4\xc4\x47\xe0\x1c\xde\x0a\x50\x32\xc1\xd5\x84\x4c\x87\x2c\x7d\x2e\x1e\xe4\xa2\xf3\x2a\x3e\xb9\x54\x31\x61\x06\x42\xa6\x6c\xc0\x6a\x3c\x57\x4b\x18\x85\xbd\xd4\x2f\x65\xca\x56\xfa\x9d\x82\x80\xfc\x19\x2c\x17\x3a\x1f\x86\xed\x80\xc8\xcd\xa0\x73\x97\x09\xac\x7e\xc0\x21\x8b\x76\x9b\xe1\x6e\xeb\x2a\xbb\x72\xd2\xd5\x11\x70\x74\x37\x80\x7a\x77\x4d\x46\x8d\x0f\x92\xab\x9e\xc2\xaa\x81\xd8\xbe\x6c\x67\xee\xee\x9c\x28\x3f\x18\x80\x85\x14\x1f\x73\x2b\x6d\xaf\xef\x8e\x03\x26\xb8\x8d\x95\x1b\x33\x32\xd7\x32\x73\x17\x4b\xe1\x03\xe7\x8f\x03\xd9\x15\x2e\xa6\xa1\xcc\xab\x32\xb7\x5b\x00\xae\xe3\xf0\x3d\x27\x5e\xcf\x2d\x0b\x1e\x63\x68\x18\x9b\x70\xcc\xe5\x6f\x9f\x5d\x10\x7b\x28\xe4\x94\x21\xfe\xb2\x5d\xb4\xdc\x4c\xa4\xe2\xff\x68\xf4\xc7\x36\x4b\xd8\x85\x1f\xad\x88\xfa\xc1\x71\x96\x65\x6d\xa0\x51\x94\x0c\x4c\x49\x91\xa8\xd3\x70\xc8\x30\x87\x84\x55\xcb\x5d\x47\x79\x86\x38\x31\x89\x54\x29\x56\x03\xd0\xa5\x18\x23\xfb\x1e\xd5\x9a\x8f\x5d\x60\xa1\x6f\x90\xbb\xbc\x3e\x87\x44\x93\x4c\xa8\x18\x2f\x97\x23\xff\x9a\xb3\x7c\x4f\x61\x5a\x0e\x1d\xee\x2b\x79\xe3\xe9\x58\x17\x69\x1f\xb8\x36\x96\x25\x17\xeb\xfb\x8b\x9d\xa9\xf3\xc7\x53\x7d\x5f\xd8\xd3\x42\x7a\x17\xaa\xd1\x55\x7d\x7e\x0d\xdb\xcb\x8d\x3b\x7e\x7b\xb0\xbe\x3c\x87\xbb\x7e\x51\x3e\xaa\xe1\x3f\x40\x7f\x0e\x81\xe5\x59\xad\x1b\x81\x87\x57\xe4\x8e\x7d\x5b\x3a\x36\xd0\xa4\xfd\xa0\xdc\x08\x1d\x73\x5d\xf4\x6d\xd6\x53\xc7\x6d\xd9\x8e\xb2\x31\x49\x60\xdf\x03\xf0\x62\xed\x6c\xbd\x8d\xac\x92\x45\xc0\x2c\x46\x4c\xfb\x5c\x86\xa7\x35\xb5\x94\xfd\x82\xe5\x98\xed\xc8\x2d\xd8\x14\x4b\x1f\x8d\x68\x8b\xdb\x69\x51\x11\xaa\x1f\x9b\x7f\xbc\xee\x50\x96\x7a\x43\xd6\xf4\x6d\x80\x46\xbf\xec\xd8\x5e\xb8\x60\xa3\xb2\x57\x00\x23\x28\x64\xe4\x17\x05\x07\x41\xae\x89\x51\x14\xe2\x45\x21\xca\xef\x33\x4a\xb1\x5c\xa3\xbe\xe8\x30\x08\x41\x1d\x75\x88\x67\xc0\x3c\x1d\x40\x92\x99\x50\xe1\xd2\x65\xea\x3c\x10\x01\x85\x3c\x9c\x84\xd8\x07\x51\xd7\x19\x74\xe4\x44\xf7\xda\x26\xfd\x42\xc7\x71\xdc\x95\x18\xda\x26\x53\x31\xd7\x10\x82\x4d\xb3\x46\x9d\x71\x28\x65\xc6\xa8\x68\x12\xab\x6b\x1f\x2f\x58\x8b\x78\x1c\x37\x6b\xb5\x3e\x2b\x99\xa9\x9c\x59\x9d\x82\x62\xc2\x50\x34\x2f\x0a\xc5\x42\x4c\x00\x90\x43\xc5\xd0\x0e\x34\x5d\xe1\x0f\x39\x8a\x4f\xfe\x90\x65\x1b\x05\x9a\xe0\x07\x4b\xa9\x08\x5e\x29\xea\x51\xac\x95\x84\x11\xc7\x3f\xd4\xa6\xac\xac\x1a\x58\x9c\xe8\xb2\xd4\x34\x5c\x4e\x16\xd9\x72\x88\xb9\x99\xd4\x46\xe3\x2f\x1b\xa0\x4f\x07\x58\x47\x62\x3d\x05\xe9\x91\x48\x07\x96\x13\x8d\x74\x9d\x5d\xd5\x2e\x8a\x7e\xe0\x74\xff\xf5\x79\x6a\x35\xfe\x7e\xbd\xb1\xfa\xfe\xbc\xad\x61\xdb\x71\x3b\xcc\x90\x81\x1c\xf9\x3c\x85\xf5\x47\x5e\x05\x53\xd9\xc0\x2a\xa1\x10\x8b\x81\xcc\x14\x97\xca\x61\x96\x34\xfa\x06\x56\x5d\xea\xed\x4a\xfc\x08\x20\x50\x4e\xe1\xde\xd1\x05\x82\x97\xb7\xff\x85\x5b\xbf\xb4\x3a\x90\x8d\x08\x1f\xa7\x92\xe9\x48\xd0\x86\x85\x45\x2e\xc6\x47\xcc\x0e\xba\x2f\xac\xa6\x11\x2b\x05\x98\xd4\xe8\x73\x1c\x6d\xa7\x89\x92\x5a\xbb\x90\x10\x6c\x47\xb7\x96\xca\x13\x3d\x97\x72\xb6\x0f\x67\xdf\xf3\x45\x87\x2e\x16\x28\x8b\x40\xf3\xeb\xe5\xcf\x21\x0b\xe9\x75\x8d\xdc\x7f\xd7\xc0\x31\x7f\x4c\x88\x62\x54\x3b\x0b\x08\xc4\x57\x55\x22\x4b\x36\x90\x16\xc3\x98\x31\xce\xf2\x38\x24\xb4\x46\x24\xe4\x30\x1a\xb0\x36\x10\xd7\x84\x2b\xc5\x00\xdb\x1d\x11\x08\xba\x15\xaa\xe1\x45\x01\xfc\x62\x45\x82\xb2\x8f\x3d\xc3\x6d\xa9\xf9\xd4\x9e\x67\x00\xa7\x11\xf2\x58\xce\x40\x7b\xac\xbe\x05\xd9\xc8\x7c\x64\x29\x31\xae\xbf\x6f\x45\xec\x63\xa8\x61\xc3\x84\xa9\x73\x77\xf8\x46\xc0\x3d\x02\x00\x08\x13\xe6\x28\xb7\xff\xa6\xfd\xfe\xea\xa6\xd7\x39\xef\xbf\x29\x7c\xd8\x3e\xde\xc9\x5f\xee\x21\x59\x52\x8a\xbe\x08\xae\xa8\x50\x9c\x0e\xf6\x92\xd0\x34\x2d\x72\x03\x31\x0a\x72\x80\x26\xf5\x75\x4f\xc5\x4a\x6f\xd4\x62\x33\x1f\xf8\x17\x96\xde\x34\xa0\x7e\xed\x25\x44\x60\x2d\x5b\x6d\x2d\x89\xe7\x82\xaf\x79\x47\x94\xa7\x72\x67\xbf\x5b\x9f\x82\xf1\x24\xc0\x5e\x79\xa3\x9f\xb6\xcc\x97\x50\x43\x68\xa8\x19\x38\x02\x1a\x10\xc9\xfc\x88\x40\x4e\x80\xa5\xda\x39\xf9\x23\x99\x72\x01\xf1\xbb\xcb\xd6\xf6\xae\x3c\x91\x4d\xe0\x56\xbb\x97\x77\x65\x2c\xf4\x1f\xae\xee\xca\x20\x82\xed\x9f\x97\x03\xa7\x96\x5b\x58\x66\xd4\x29\xe6\x18\xc5\x48\x49\x5c\x8a\xb0\x34\x75\x13\x5d\xc4\xd7\x5f\x83\x98\x8a\x68\x17\x90\xc5\xfd\x11\xb3\xdb\x10\x15\x54\x58\xde\xd9\xee\xee\x57\x07\x10\x07\x4a\x26\x1b\x2c\x56\x99\x58\x45\x74\x8b\x85\x1f\xe2\xa9\xf5\x1c\x3c\xb3\x92\x19\x48\xf6\x2c\x14\xb8\x89\x22\x88\x5b\x71\xb5\x09\x2a\xd2\x60\x01\xb5\x17\xb4\x14\x76\x6f\xfa\xf0\x76\x40\x7b\x2e\x9a\x93\x23\xfc\x78\xad\xb0\xa2\x9b\xd8\x91\x66\xdb\x2a\x96\x92\xb4\xaf\xbb\x35\x6b\x7d\x51\x95\xc3\xbf\xad\x0c\xed\x2c\xa8\x04\xfb\x4e\xce\x8e\x42\x9f\x5e\x44\x5e\xb6\x9b\xe9\x6e\x29\xd9\x68\x39\xb9\x2e\x9b\x63\x9e\x54\xf2\xaa\x8d\x6f\xd8\x3e\x52\xa7\x98\x00\x98\xa6\xea\xe5\xaa\x8d\xd3\x5b\x8a\x56\x7d\x8e\xc5\x06\x62\x39\x29\xbe\xf6\x06\x3e\xed\x7c\x1c\x33\xea\xd0\x2a\x41\xb4\xf2\x09\xae\x75\xd0\x25\xad\xbe\x88\xab\xd6\xa2\x30\x64\x69\xc0\x27\x3c\x73\x31\x26\xd2\xb2\x0b\x85\x9e\xfa\x70\xcf\x1d\xc5\xa9\x2e\xd5\x50\x4d\x33\x21\x73\x99\xab\xd0\xe3\x42\x3f\x8e\xfa\xf4\x84\xfa\x68\x1e\xaf\x40\x38\x5f\x73\x9c\xb8\x0e\xed\x45\x79\xa0\xae\x63\xf6\xc0\x04\x79\x9c\x30\x11\xb9\x1e\xfb\x22\x0a\xa2\xb4\xba\x86\xf8\xce\x84\x50\x29\x9e\xcd\xc1\xfb\x48\x68\xf0\xb3\x16\x96\x54\x4d\xb9\x6b\x79\x39\x01\xef\x21\x1b\x46\x57\xb0\x52\x37\x20\x3e\xf8\xb2\xc9\x38\xe8\x50\x95\x2d\x0d\xc4\xa6\x4a\x8c\xd8\xaf\x25\x59\xf6\x65\xc6\x92\x6d\x52\x18\xae\x7d\x21\x9f\x65\xc6\xca\x32\x08\x18\x18\xe2\xdc\xd6\x19\xe9\x4d\xa7\xd5\xd1\xae\x18\xe7\x46\x89\x44\x76\xa0\x3f\xb9\x64\xef\x0d\xc7\xe9\x53\x89\x46\x4a\x4e\xd7\x1b\xe2\xf3\x04\xcf\xf7\x16\xc2\xd0\x4b\xd6\xbf\x17\x12\x35\xbf\x7a\x94\x4d\xe1\xf2\xab\xb8\xde\x4f\x78\x2f\x86\xcc\x18\xc0\xb2\xf0\xc0\x62\xde\x27\xea\x22\xd5\xe3\x3e\xe3\x3b\x2b\x78\x07\x7d\x14\x59\xe5\x14\x94\xfc\x8e\x43\x46\x9c\x98\x8b\x91\xe3\xf5\x21\xef\x70\x7d\xd6\x39\x3c\xa2\xd0\x09\x97\xf8\x67\x17\x4f\x1b\x3a\x0d\xc8\x02\x55\x68\x89\xca\x72\xad\xe0\x46\xfb\x0a\x61\x7e\x82\x30\xf7\x3a\x23\x46\x29\xf4\xde\xc5\x18\xed\x27\xbf\xb5\x72\x43\x2f\x1d\x58\x29\xc1\x35\x1e\x90\x03\x18\x8f\x93\x3a\x17\xb7\xb2\x74\xf3\x61\xe5\x01\xef\x57\xd9\xd2\xfc\x81\xd4\xc9\x54\x25\x33\x81\xc4\x77\x3c\x58\xcf\xa6\x74\x1e\xc5\x3e\x3a\xf4\x2c\xb8\x9c\xb9\x08\xff\x2a\xb3\x5a\x4f\xcc\x31\x89\xd6\xc5\x1f\xb5\x22\xd0\x6a\x30\xeb\x65\xf1\x7d\x8d\xd5\x54\x70\x94\xe8\xcd\x40\xfc\xec\xee\x25\x42\x5e\x43\x5c\xdf\x5c\xe6\xe4\x91\x6b\xab\xfa\xf5\x05\x98\xfb\x03\xce\xb6\x91\x0e\x1b\xfb\x08\xde\x82\x68\x5f\x9d\x0f\xa7\xdc\x2a\xca\xc5\x24\xef\x80\x23\xdc\xf8\xd8\x4f\x3c\xc7\xf6\x03\xb8\xb6\x7d\x54\x69\x5d\xfe\xc6\x8a\xf3\xb1\x85\x7d\xa3\x68\x64\xd7\xc0\xd1\xc8\x1b\xf9\xb4\xa1\xa3\x91\x98\x1d\xab\x35\xb5\xc7\xeb\x10\x3b\x5a\x7f\x28\xcb\xf9\xd3\x90\xe4\xce\xb5\xa9\x5c\x26\xcd\x59\xd3\xc5\x16\xec\x23\x70\xb4\x09\xbd\x65\x59\x34\x91\xff\xa4\x5e\xda\xb9\x0d\x25\x64\x6a\x45\xb0\xeb\x46\xf9\xe6\xa5\x65\xaf\x45\xd5\xb2\xb6\xf6\xf1\x6e\xa2\x6e\x15\x09\x18\x31\x29\x44\x01\x46\xe5\xc4\x05\x56\x65\xdd\x42\x1a\x08\xae\x48\x00\x84\x72\x21\xb2\xa9\x2f\xea\xe5\x86\xe5\x34\xb6\x6b\x9c\xc4\x5e\xb3\xdc\x22\x6b\x91\x9f\x85\xb3\x88\x7c\x0e\x81\xa1\xa8\x8c\x86\xba\xc5\xac\x72\xae\xbc\x61\xbd\x41\x0b\x00\x71\x61\x9b\x10\xbb\x9a\x53\xb9\x66\x14\xc3\xca\x73\xe1\xae\xcc\xa7\xd1\xa0\x76\x0c\xf7\x80\x44\xef\xfd\xa7\xa7\x83\x75\xfa\x08\x5c\x1f\xce\x2f\x4a\xb1\x1c\x45\xc0\x05\x59\x6b\xe5\xd6\x00\x7f\x6b\xe0\x61\xf0\xb0\x54\x49\x08\x0e\x8f\xcc\x42\xd5\x96\x0a\x77\x0b\xe2\x4e\x2e\x52\xa6\x04\xa3\x66\xf2\x7c\xe1\x03\x67\xbb\x9a\x0c\x9f\x2d\x94\xe0\x6c\x2f\xf0\x93\x95\xb0\x82\x0d\x23\x0a\x36\x70\x73\x17\x00\x7d\x0b\x4a\x54\x1d\x4a\x6f\x91\xc5\xe0\xf4\xac\x32\x06\xe2\x53\x44\x46\xd4\x2b\x36\x4f\x13\xcc\x50\x63\xd0\x58\x08\x63\xb0\x67\x33\x86\x35\x5c\xb1\x24\xaf\x37\xa8\x21\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\xd0\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x54\xc2\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\x30\xd4\x25\xa0\x25\xe4\xfa\x2b\x6e\xff\xed\x6b\x2e\x79\xbd\x2d\xf6\x07\xba\x5f\xdc\x0f\x0d\x55\x28\x56\x54\x56\x8a\x75\x48\x31\xaf\x9a\x60\xa8\x4a\x33\xa6\x41\x3b\x40\xb5\xb0\xa2\x00\x2c\x53\x4f\xfb\xe2\x07\xf9\xc8\x1e\x98\x3a\x22\xd4\x90\xa9\xb4\x42\x5f\xe4\x15\x83\x98\xfe\x12\xe0\x00\x7a\x3f\x28\xb9\xa4\x53\x96\x76\x40\x74\x88\xa2\x78\x9d\x92\xec\x0c\xd0\x75\x49\x9d\x90\xa8\xe8\xca\xcd\xba\x81\xf6\x05\x16\x6c\x42\xff\x2e\x50\x23\xf7\x13\x03\x56\xf9\xbb\x60\x1e\xff\x5d\x8b\xf4\xac\x8c\xc3\x75\x79\xbc\x51\x72\x48\xd3\xd8\xfa\x62\xac\x64\x3e\x0b\x4a\x8c\x1c\x82\xf6\x84\x66\xf2\x1a\xf3\x38\x0c\xc6\xdb\xc6\x13\x9a\x5a\x09\x6a\x39\xe1\x94\xd4\xec\x17\x66\x35\x2a\x47\x5a\xc7\x04\x64\x99\x57\x70\x2d\xbb\xf0\x21\x20\xa3\x66\x10\x98\xfd\x99\xd9\x17\xa0\x77\x35\xc8\xef\xc1\xba\x51\x0a\xbb\x6b\xb8\x55\x36\xb0\x08\x79\xeb\x49\x7d\xbc\x68\xd1\xad\xf3\xeb\xfa\x9a\x08\x75\xc5\x89\x1a\xf6\x7e\x7d\x07\x78\x65\x94\xd7\xb9\x9a\x49\x48\xb8\xc8\xe6\x3e\x48\xd5\x25\x91\xcc\xe4\x2c\x47\x07\x34\x8f\xfd\x91\xb5\x03\xe2\xda\x7c\xa2\x26\x99\x58\xd1\xb1\x48\xa6\xd8\x93\x63\xbe\x60\xa4\x4f\xab\xaa\xd6\xcc\xe0\x2c\xee\xbd\xc1\x0c\xb3\xb6\x15\x02\x53\xab\xe3\x00\x07\x9a\x65\x64\x6a\x7b\x2d\x61\xcb\x46\x68\x70\xb5\x6b\x5d\xc2\x52\xdb\xbb\x4f\x7e\x07\x55\x02\xca\x36\x72\x41\xa2\xc2\xcd\xce\xd9\x50\x7b\xa4\x73\xc5\xb7\xd2\x18\x9c\xb1\x0a\x40\x5e\x0b\xdd\x73\x4a\x67\x84\x5b\xbe\x6d\x6f\x1e\x35\x66\x47\xe4\xd1\x9e\x38\x93\x2b\xcb\x9b\x73\xc5\xfd\x09\x03\x85\x71\xc9\xf6\x95\x35\xb6\x13\x94\x36\x30\x2e\x32\xa1\x11\x8c\xa0\x2b\x9d\x97\x98\x9c\x06\x17\x3f\xec\x70\xc6\xc5\xbd\xed\x0c\xe1\x4d\xbc\x63\x40\x59\xfe\x26\x95\x4f\x2f\x28\xed\xe9\x4a\xca\xdb\x61\x97\x9b\xc1\xa3\x57\x1d\x05\x2e\xc6\x51\x62\x54\xbd\xbe\xbc\x0e\x4c\x49\xed\x97\xeb\xa1\xac\xd4\x7e\xea\xe5\x89\x6d\xbe\x5d\x92\x4b\xb2\x35\x72\x7b\x29\x76\xca\x85\x94\x38\x89\x24\x4e\x59\x73\x5a\x17\x24\x9c\x72\x2c\xc3\xec\x24\x94\xff\x08\x7f\x21\x38\x1c\x2e\xcd\x7f\x10\xa9\xfa\x02\x7f\x3f\x0a\x38\x32\xf6\x85\x22\xe7\xb3\x01\x25\x21\xd0\x93\xc7\x21\xdf\x4e\xae\xec\xb5\x6f\x7f\x1c\xdc\x74\x6e\xaf\xee\x6e\xce\x4a\xc2\xe5\xd9\xc5\xdd\x6d\xaf\x73\x53\xfb\x0c\xab\x9f\x74\xaf\x2e\x07\x7f\xbd\xeb\xdc\x35\x3c\xf2\x0d\x5c\xb4\xdf\x77\x4a\xc5\x51\xff\x7a\xd7\xbe\xe8\xf6\x7e\x1e\x5c\x7d\x18\xdc\x76\x6e\x7e\xea\x9e\x75\x06\xb7\xd7\x9d\xb3\xee\x87\xee\x19\x96\x55\x8b\xde\xbd\xbe\xb8\xfb\xd8\xbd\x1c\xf8\x90\x98\xa5\xb2\x6e\xfd\x54\x9a\x30\xf8\xa3\x52\x81\xc0\x5f\x0a\x54\x1c\x7f\x37\x0f\xe7\x6e\xa7\xf9\x3f\xc0\x5c\xe2\x0a\xa7\x1e\x1f\xf9\xbf\x10\x7f\xf9\xd8\x72\x04\x6f\x30\x2b\x0e\x53\x5f\x04\x8b\x66\x60\xff\x86\x8e\xb5\xaf\xc8\x54\x1a\xed\x29\x69\xcf\x5c\xcd\x71\x59\xee\x14\xca\x39\x85\x91\x7a\x43\x36\x90\x08\x14\x3d\xd3\xae\x02\x77\x65\xb7\xca\x0d\xba\x39\xc1\x10\x9c\x41\x2f\x25\x05\x24\xff\x02\x6a\xbb\x6b\xb4\xb2\xcd\xa7\xc4\x33\x2c\xdb\xac\x1d\x17\xa4\x61\xce\x05\x9d\x2e\xd4\x9d\xc2\x4c\x44\x97\xa3\x38\x65\xc2\x54\x5b\x2c\x51\x47\xb9\xe5\x09\x23\x3f\xfe\xa5\x18\x14\x98\x61\x9c\x59\x23\x5f\x40\x54\x74\x0f\x54\x8e\xab\xba\x8a\xb6\x4a\x3d\x79\xc5\xa7\xa6\x50\x28\x44\xa9\xe4\x22\x4a\x06\x2a\x05\x72\xb9\xea\x0b\xe4\x98\x54\x08\xf4\x94\xdc\xb2\x0c\x8a\xb3\x06\xa1\xc6\xee\xe2\x0c\x6a\x0c\x57\x81\xd8\x87\xae\xe6\xb0\x93\x1a\x10\xae\x06\xd6\x11\x6a\xdc\x35\x1d\xfa\x32\xcf\xde\x29\x99\x55\xdf\x0f\xfc\x9e\x0f\xb6\xba\x44\x7a\x54\xdf\xd7\x14\x42\xa8\xe5\xcb\x6e\x43\x77\xec\xb1\xb9\xfa\x42\x6d\xa7\x61\xcf\x06\x40\x91\xdb\xf5\xd9\x98\x49\xbc\xa2\x4b\x3f\xe3\xac\x02\xcc\xb6\x76\x7f\x25\x60\xb7\xa7\xb7\xed\xd4\xdf\xe2\x40\xbb\x03\x9f\x50\xb3\xc9\xba\x95\xeb\x6d\x6f\xe2\xbd\x01\x38\x0b\x9e\x44\xb5\xca\xe1\xd4\x07\xb0\x3c\x8f\xde\x8c\x95\x1e\x9d\x61\x89\x0e\xe5\x43\x29\x85\x7c\x8a\x45\xe4\x6a\x65\xec\x48\x93\xdf\xe5\x0c\x05\x62\x5e\xbf\x08\xa6\x5d\x7a\x4f\xbe\x50\x6e\xb2\x76\xd9\xd7\xd5\xd4\xab\x93\x59\x15\x47\xb9\x85\x33\x26\x6a\x3d\x78\x63\xd6\x11\xae\xcf\x5d\x05\x04\x5d\x02\x51\x46\xac\x7e\x50\xc1\x63\x73\xca\x51\x11\x75\xe2\xea\x55\x7b\x71\xe8\xc4\x4b\x48\xe4\x04\x6d\x3c\x27\xd1\xd5\x3d\x9f\xd9\x3b\x7b\x3a\x74\x29\x17\xcb\x37\x3a\x5a\x9b\x1d\xb6\xfc\xe9\xc0\x03\xc3\xb4\xbe\x1a\x76\x60\xdd\x08\x5e\x2d\x74\x20\x86\xe4\x07\xda\xb0\xd3\xf5\xab\xfd\x7b\x3f\xa3\xdf\x23\x49\xe5\x0d\xf9\x5b\x51\x6b\x21\xbf\x9e\x1c\x43\xa5\x1b\x97\x2c\xe2\x2c\xf5\x9a\x1c\x93\x8c\xdf\x33\xf2\x1d\xb8\xb7\xdb\xd7\xdd\xef\x8e\xc8\x77\x71\x08\xed\x77\x1b\xb0\xbf\x02\x15\xd4\x8d\xdb\x61\x08\x82\xa4\x5a\x8a\xce\x82\x94\x80\x78\x98\xed\xa8\x80\x0d\xe4\x66\x19\xa6\x10\xe9\x0e\x42\x72\x42\xd8\x87\xb3\xc3\xae\xe2\x8d\xc5\x91\xd9\x19\x8d\xcd\xb6\xb7\x18\xe0\xbf\xe7\x50\x84\xe5\x8c\x70\x45\xca\x40\x3b\x14\xbb\x28\xf0\xeb\x74\x03\xf1\x1e\xc2\x71\xea\x66\x55\xd2\x93\xfd\x62\xd6\x6e\xca\x2a\xc2\x7b\x6d\xe4\xb6\x46\xe0\x4b\xbb\x6e\x45\x5c\xe0\x52\x83\x2c\x79\xa0\xb2\xa7\xa5\xb2\x7d\xc4\x7c\x95\x07\xb7\xf9\x6d\x76\x86\x02\x51\xd4\x8c\x4f\x98\xb6\x12\xae\xe7\xd3\x65\x98\xbf\xd5\xc0\xb6\x1b\xfa\x52\xa2\x35\x59\xed\x4c\xb9\x45\x27\x1c\x3a\x35\x16\xc7\x5a\x1d\x6a\xdb\x38\xe0\x21\xc9\x31\x2a\xdb\xf0\x29\x3b\x22\x50\xb0\xa9\x70\x1c\xba\xf3\x0a\xe4\x06\x57\x95\xab\xec\x80\x9d\xa8\x64\xc2\x1f\xea\x43\xcf\x97\x6e\xf0\x0e\x2e\xd7\xcb\xf6\xa7\xce\xf9\xa0\x73\xd9\xeb\xf6\x7e\x1e\x2c\x7a\x5f\xcb\x8f\x6f\xce\x7e\xe8\xfe\xd4\x39\x8f\x5f\xb8\xfd\xf9\xb6\xd7\xf9\x34\xf8\xd8\xb9\xec\xdc\xb4\x7b\x9d\xf3\xa5\xc6\xab\x65\x9d\xd5\xa1\xba\xba\xd8\x38\x59\x60\xb4\xa6\x1e\x01\xd2\xe3\x9c\xa0\xe5\x07\x32\x08\xb9\xd1\xe4\x81\x6b\xee\xb2\x8c\x9c\xb0\x77\xd7\xf5\xc6\xa8\x9a\xde\x4f\xa3\xf0\xe2\x23\x04\xff\x28\x3a\xe1\xce\xda\x1d\x0b\x82\xce\xd1\x2a\x52\x8c\xd9\x21\x51\xdd\xac\x56\x4d\x27\x6e\xc1\x4e\x49\xdb\x6d\x6d\x5d\xfb\x42\x12\x2b\x86\x32\x85\xa3\x47\x2f\x6c\x18\x3a\x39\x26\xd5\x35\x3e\x25\x08\xce\x16\xc1\xcc\x86\x06\x41\x78\xa2\x8a\x89\xef\x0c\x61\x5f\x66\x19\x4f\xb8\x89\xa0\x6f\xa5\x22\x53\x2a\xe8\xd8\xab\x1f\xb9\x66\x6a\x05\xf7\xd8\x9b\x5b\x76\x1f\x5a\x64\x53\x68\x5f\xac\x29\x39\x72\x09\xc8\x73\x46\xba\x9c\x8e\x27\xd3\x41\x1b\xdc\x3b\x0b\xe8\x5c\xeb\x0e\x69\x4f\xea\xeb\x8a\x60\x42\x17\x4c\xec\xfc\xba\x54\xbb\xeb\xee\x11\x2f\xae\x97\xe1\x21\xae\xa1\xc3\xaf\xec\x22\x2e\xc1\x5b\xee\xad\x08\xd5\x60\xb5\x0f\xb1\x96\x52\xf6\x58\x18\xaa\xc8\x5f\x5f\x28\x09\xe5\xd5\xce\xcb\x66\xb4\xdf\xcd\xea\xef\x94\x16\x71\x75\xed\x1d\xa8\xd0\x47\x75\x43\xe1\x1d\x80\xc0\x4a\x5f\x4a\xf9\x9d\xc5\x2c\xb3\xf2\xe0\xbe\x72\xed\x9d\xca\x60\x5e\x4e\x01\x9e\x95\xeb\xf6\x72\xd3\x08\x6b\x06\xba\x46\xe1\x9d\x10\xe5\x0e\x40\xbb\x9b\xb1\x7c\xc8\x2c\xe4\x69\x06\x1c\xc9\xbb\xe5\xec\xa1\xaa\x31\x5d\xc6\x8a\x16\xd5\xf7\x3b\x77\xd7\xa3\xfa\xbe\xa1\xab\x55\x17\xc5\x59\xc9\xd0\x5d\x59\x36\x97\xe5\xe6\x10\x23\xe2\x52\x89\xcd\xfc\x17\xea\xe1\xee\x45\x34\x81\x26\x6a\x12\x0e\xd6\x33\xd5\x21\x4a\x65\xf7\xbc\xe0\x48\x01\xd7\x3d\x72\xbb\x1a\x45\x13\x80\xb3\xc5\x42\xad\xce\x95\xd1\xe4\x60\xb1\x53\x5b\x6f\x7b\xe0\xd5\xc5\x75\x59\x11\x2a\xe6\x56\xbb\x80\xe5\x2d\xc2\x50\x64\x92\xe4\x4a\x6d\x96\x03\x5b\x12\x02\x44\x0a\x20\x44\x51\x6d\x25\x94\x4b\xab\x7b\x8e\x7d\x4e\xa8\xae\x76\xb9\x72\xcb\xb7\x48\x9d\x2b\x35\xf3\x91\x41\xe0\xec\x5e\x2a\x5e\x6c\x90\xc9\x00\x03\xb9\x53\xd9\xca\xf2\x91\xb7\x08\x09\x9c\xab\xac\x30\x47\x50\x2c\xde\x1e\x45\x25\x41\x82\x51\x69\x45\x71\x30\x0d\x2c\x67\xf3\x82\x97\x4f\x39\x54\x37\x9a\x86\xb1\x5a\x31\x6d\x6f\x49\x22\x8d\x80\xd5\x51\x2f\x68\xa9\x01\x7d\xbd\x2c\x11\x82\xec\x3e\x47\x48\x67\x50\xfa\x68\x2c\xba\x6a\xfe\x0f\x7b\xb3\x2a\xa6\x27\x32\x6b\xe2\xf5\xd0\xcd\xc6\x28\x01\xdb\xcd\xc6\x83\x04\xec\x7b\x3a\xab\x19\x80\x0b\x0f\xd4\x46\xe5\x09\x20\xbe\x58\x6e\x58\x7f\xea\x1c\x86\x19\x5c\xa1\xce\xfd\xa9\x4b\x09\xcc\x1e\xe9\x00\x82\x06\x6a\xc5\xbb\xe6\xb3\xbd\xab\x55\xb5\x8c\x7c\xff\x64\xc6\xd5\xd2\xad\x5a\x9a\xc0\x21\x4f\x76\x5b\x93\xa9\x83\xb5\x0b\x14\x08\x69\xec\x46\x71\x06\xf8\x2a\x59\x48\xca\x2c\xdf\x42\xce\x78\xb2\x92\xb0\xac\xc8\x73\xbe\xa3\x21\xd5\x0e\x67\x3e\x80\x58\xfa\x5d\x3c\x9b\xa5\x19\xa0\x1d\x09\xda\x64\xa9\x2b\xb6\x8a\x10\x39\x6e\xf6\xc1\x86\x86\xb5\x1d\xfa\xe2\xc6\x8e\x02\xbf\x00\x53\x1a\x0a\x30\x01\x40\x9d\x15\x10\xa3\x23\x42\xdd\x57\xb0\x6c\x4d\xf5\xbb\xf4\x20\x2a\x1b\xd1\x34\xb1\x6d\xe0\x7b\x83\x90\xf5\x1e\x9f\x92\x51\x46\xc7\x3e\xc5\x0e\x8a\x91\x8c\x0a\x21\xdc\x4a\x12\x58\xdd\xc3\xfe\x53\x3b\x06\xc7\x1b\xe2\x76\xf5\x8c\x25\x28\x0e\x6f\x29\xf7\xc1\x2e\xf0\x34\x18\x28\xe1\x9f\xa2\xbe\x54\x83\x83\x6f\x9c\xd2\x19\x84\xab\x21\xa5\xcb\x51\x08\xaa\xeb\xb9\x98\xb5\x16\x8c\xfc\xbf\xff\xeb\x6f\x2d\x9e\xae\x89\x82\x56\xf8\x09\x8a\x74\xe0\x28\x40\x24\x2a\x40\x41\x81\x1d\x2f\xad\xb7\xb8\xaf\xf2\xfe\xa0\xa1\x3f\x19\xef\x5c\x52\xc4\x37\xe6\x9d\xeb\xf9\x41\x71\xa8\x18\xe9\x6c\x2f\xa4\x5c\x33\x85\x26\xfa\x90\xc0\x57\x03\x78\xdd\x18\xb6\xc0\xa6\x94\x6f\x14\x08\x65\xdf\x2f\x2d\x7b\x3d\xb5\xa1\x2f\x84\xbc\x7d\xa0\x19\xb7\x8a\x65\xcb\xe7\x6b\xbf\x23\xff\x09\x00\xd6\xff\xd1\x60\x9b\xa1\x63\xa6\x06\x69\x5e\x8a\x01\x5a\x35\xa8\x6b\xfb\xd1\x79\x6e\xe6\xf5\x79\xef\xa5\x63\x94\xd1\xe4\x7e\x13\x2c\x00\xfb\x7e\x43\xb3\xab\x39\x7c\xe4\x14\x2b\x0b\x1a\x0d\x99\xf6\xac\x92\x69\xef\x42\x26\xe2\xfe\x91\xd9\x09\xc0\x37\x8f\x44\x21\xc7\x0d\x01\xc7\xb0\x45\x3e\x20\x88\x1d\x88\x64\xd8\x45\x22\xf3\x2c\xed\x0b\xf6\x65\x26\x35\x2b\xc5\x9f\xd6\x00\x8f\xb9\x70\x6a\xd7\x53\xfd\x4d\x53\x81\x90\xdf\x49\x82\xf9\xea\xb0\x08\x8b\x7b\xba\x38\xe5\x7a\x22\xdb\xe9\x72\x4d\xf8\x8c\x5b\xf2\x18\xd4\x9e\xc2\x67\xab\x62\x72\x66\x95\x59\x61\xb2\xf9\x11\x09\x93\xac\x90\x45\xc6\x1e\x98\xa2\x63\x2b\xe6\x50\x9e\xc5\x20\x73\x65\xd5\x79\x3d\x6f\x60\x39\x0a\x71\xe7\x80\xd9\x3a\x17\xcd\x06\xe2\x49\x3b\x06\xc6\x9b\x33\x43\xd8\x17\xc3\x04\x3a\xb7\x7a\x3e\xf6\x37\x8a\x3f\x69\xaa\x44\x85\x51\x99\xcd\xb7\xf3\x93\xef\x63\xdb\x27\x40\xf8\xe0\xe6\x54\xbb\x4b\xc2\x95\x10\x98\x50\x91\xba\x08\x76\x1d\x0a\xad\xe1\xec\x84\x36\x8c\x06\xe1\xc0\xc7\x61\x47\x78\x45\xd8\x26\xc2\x90\xc3\x5d\xe4\x05\x5f\x2b\xb2\x81\x2b\x42\x2a\x2b\xbf\xe4\xc2\xf0\xcc\x8a\x61\x6e\x0c\x56\x2d\xca\x45\xc8\x8e\x86\x68\xa9\x86\x15\x84\x9c\x6a\x31\x1e\xb8\x95\xf4\xc1\xd8\xeb\x71\xeb\x32\x4d\x7d\xc2\xa6\xf0\xc7\xf7\xbe\xa1\xe5\x36\x26\xcc\x42\xb0\xd3\x0f\x61\xe0\x10\x74\x2e\xa4\x9f\x4c\x80\xb2\x0b\x7b\x5d\xaa\x6b\x01\x13\xdd\x44\x05\x00\x21\x6b\x31\x0d\xa9\xe0\xeb\x9a\x68\x08\x5e\xc7\xe0\x5a\x88\x1b\x33\x0d\xb1\xeb\xba\x21\x66\x1d\x80\x4d\xbd\xac\xe5\xf0\x4f\x03\x14\x7f\x25\xfc\x9d\xfa\xee\x5c\x88\x1b\xcd\xb2\x21\x4d\xee\x03\xd6\x64\xd0\xa9\xa4\xf2\xa8\x5d\x56\xfe\x03\x80\x5c\x24\x2e\x3b\xd0\x04\x04\x94\xa2\xcc\x74\xea\x12\x3d\xdd\xb0\x8b\xce\x5d\x35\x10\x81\xf5\x29\x40\xfb\xc2\xd1\x63\x08\x5d\xca\x66\x99\x9c\x4f\x1b\x6e\xa0\x6a\x24\xf3\x2e\x5e\xad\xa6\x40\xea\xbd\x5e\x3e\x15\xa6\xb7\xf1\xf5\xb3\x10\xe3\xba\x87\x54\xe3\x75\xbc\x76\x9b\xc6\x84\x56\xcf\x15\xd7\xb3\x8c\x96\xaa\xfa\x56\x7b\xc0\xc0\xcf\xa7\x5d\x7d\xcc\x0c\x5a\x6d\xab\x58\x3f\x74\xa8\xf6\xf3\x27\xa9\x9d\xe2\xef\x5e\x57\x44\x05\xb8\x90\xb3\xc7\xb0\xac\x05\xcd\xb4\x30\x86\xbb\x35\x53\xd2\xde\xcd\xb2\x2f\x0c\x1d\xfb\xd8\x5a\x27\xd5\xc9\x47\xc1\x94\x9e\xf0\x59\x09\xff\x7a\xe7\x60\x25\x47\x98\xee\x3f\x18\xdd\xb3\x01\x0b\x94\xb3\x63\xac\x83\x69\x09\x44\xcf\x68\x52\x18\x69\x92\x8c\x6a\xcd\x47\x73\x92\xf2\x11\x78\xe8\x4d\x11\x3a\x02\x91\xbd\x01\x1b\xb7\x8c\xa1\x5c\x6b\x1b\x29\x65\x88\xed\x27\x5b\x67\xf7\xb0\x73\xe7\x8b\xf1\x31\xd0\x3c\x8d\x33\xf4\xa1\xf6\xcf\x42\x46\xe3\x9a\xe5\x89\x76\x8d\x46\x77\x23\x73\x31\xd9\xfb\x1b\x98\xcf\xbc\xdb\x2e\xed\x67\x69\x86\xec\x4a\xde\x59\xdd\xfb\x73\x96\xb1\xbd\x04\x0b\x3d\x05\x21\x2c\x5d\xeb\x02\xe6\xeb\xd9\xf6\x7f\xb7\xf1\x6c\x11\x4e\xd5\x90\x53\xbb\x87\xfd\xfe\xca\x41\x39\x0d\xa3\xfb\xc8\xd6\xf1\x14\xae\xa4\xc5\xad\xce\x55\x13\x73\xdc\x61\xb1\xf7\x16\x89\xf7\xc4\x13\x6a\xda\xeb\x5b\x66\xb4\x37\x84\x44\x94\x8e\x42\xb6\x3b\xa7\xc7\x3e\x09\xa7\x48\x69\xd9\x60\xc3\x5f\x48\x8c\x98\x1b\xdd\x8d\x53\xf5\x9e\x8e\x1d\xae\xde\xae\x4d\xe8\xad\x18\xef\x16\xde\x75\xd7\xc6\xda\x3b\xd0\xd8\xc2\x3e\xe4\x87\x27\x56\x3b\xaa\x4b\x7b\xf0\xd2\xad\x67\xa4\xaa\xc3\x2c\xdb\x3d\x74\x32\x73\xe5\xcc\x07\x33\xc5\x46\xfc\xcb\x56\x9e\x9c\x6b\xf8\xd4\x49\x64\x76\xf6\x72\x34\xca\x24\xb5\xcb\x88\xc0\x9b\x56\x41\x80\x72\xf9\x85\x80\xec\x17\xe0\x51\x71\x63\x98\xe8\x0b\x80\xf6\xd2\x7f\x3a\x3d\x39\x19\xe6\xc9\x3d\x33\x27\xf7\x6c\x0e\xe5\xaa\xa3\x9f\xb6\xca\x8f\x63\x1a\xfb\xd6\xcc\x18\x2e\xc6\x9a\xcc\x30\x2f\xcf\xe1\x4d\x56\xc6\xfa\x96\xb7\x58\x8b\xbc\xcf\xe4\x50\x1f\x91\xdb\x64\xc2\xa6\xf4\x08\x77\x17\x9e\x43\xa5\x95\xd6\xbb\x56\x5f\xdc\x32\x46\x26\xc6\xcc\xf4\xe9\xc9\xc9\x98\x9b\x49\x3e\xb4\x3a\x0f\xfa\xa5\xa5\x1a\xe3\x1f\x27\x5c\xeb\x9c\xe9\x93\x3f\xfe\xe1\x0f\xb0\x3c\x40\x0f\x43\x9a\xdc\x8f\x15\x18\xa1\x16\x15\x9f\xd2\x96\xdf\x2e\x62\x05\x6f\x0e\x9d\xa4\xa4\x18\xb0\x2f\x33\xc5\x74\x5d\x35\xa3\x75\xb3\x29\x35\x69\x7f\xbe\x25\x7a\x2e\x0c\xfd\x72\x4a\xfa\x6f\x3e\x61\xa5\x2b\xf2\x83\xcc\x95\x26\xe7\x74\x7e\x2c\x47\xc7\x53\x29\xcc\x84\x7c\x82\xff\x75\x3f\x3d\x32\x76\x4f\x7e\x66\x54\xf5\xdf\xb8\x3d\xc6\x1b\x2b\x80\xa6\x81\x09\x4e\xe5\x42\xbb\x22\x5a\x7f\xf8\x77\x5f\x45\xcb\x76\xf3\xfd\xc9\x1f\xfe\x9d\xfc\x0e\xfe\xff\xff\x21\xbf\xeb\xbf\x69\xc2\x03\xdc\x28\x93\xa5\x28\x73\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\x3a\xb5\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\xaa\x30\xb6\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\xbd\xbd\xa7\x46\xc9\x31\x15\xef\x4e\x49\x3b\x4d\x5d\x69\x73\xe2\x9c\xba\x96\x78\xec\xfd\xd3\x22\x71\x9d\x62\x61\x17\xae\xf6\xae\x8d\xf5\x53\xae\xd0\xce\xbc\xde\x79\xb7\xcb\x77\x1e\x3e\xa9\x67\x9a\x65\xa8\xd3\xd0\x41\x81\x2c\x08\x73\xb5\xb7\x9c\xe5\x88\x8b\xf3\xdd\xa6\x5a\xfb\xed\x8c\x25\x9c\x69\x6c\x1a\xfc\x1f\x10\xe4\x21\x7c\xf8\x8e\x0b\xac\xad\x3d\x54\x90\x15\xb5\x8f\x6c\xc7\x05\x74\x93\x1d\x28\xe5\x33\x68\xf9\x05\x6f\xf0\x90\x3f\xe5\x62\xb4\x44\x51\xcb\x36\xb6\x4c\x10\x75\xd5\xf3\xe3\xa2\xdf\x56\x60\x38\x1e\xd1\xc4\xae\x5e\xc8\x3b\xc2\x68\xdf\x98\x55\xd5\xad\x63\x8f\xea\xfb\xfd\x1a\xc5\x77\xc6\xdf\xe4\x69\x81\x57\x87\xd4\xe8\x42\x96\xf8\x42\x92\x95\xa1\xfa\xbe\x29\x93\x61\xe3\x5a\x68\x76\x29\x7c\x92\xcf\xb2\xf1\xb9\x96\x23\xf0\x16\x57\x86\x18\x14\xc5\x08\xd7\xc0\xc7\xff\x60\x9d\x14\x9e\xb1\xb4\x9a\x50\x5a\x1d\xff\x2a\x32\x40\xcf\x4e\x64\xb7\x85\x94\xc5\xa9\x55\x63\xc1\xf9\x38\xa5\x62\x8e\x07\xc9\x5e\x58\x54\xdf\xeb\x00\x02\x4b\xf4\x94\x66\xd9\x11\x51\x2c\x87\x8a\xe6\x47\x44\xb3\x6c\x74\xec\xf1\x68\x52\x92\xc9\x31\x4f\x68\x46\x86\x99\x4c\xee\x75\x5f\xd8\x1b\x44\x8c\xf1\xe2\x9b\x29\x99\x30\xad\xa3\x2b\xb7\x08\xdf\x9c\x29\x99\xe6\x09\x96\x34\xc3\x5a\xb1\x5c\x1b\x9e\x54\xea\x58\x59\x8e\x08\x7e\x53\xab\xa3\x24\x12\x71\x6b\x61\xb8\x56\x04\x60\x98\xcf\x98\xfb\xa2\xf2\x80\xb7\x41\x33\xfe\x0f\x08\xa1\x47\x6f\x62\x13\xf5\xee\x21\x2f\xcb\x6f\xcf\xc0\x94\x4f\xc3\x0a\x7a\x3e\x73\x9f\xc1\x19\x5a\x46\x31\x37\x65\x72\x0e\xd4\x10\xc8\x3c\xc0\x62\x78\xa2\x28\x7c\xa5\x1e\x7a\x04\x5f\xf1\x0a\xdf\x0b\x4b\xdf\x81\x21\x37\x24\xed\xac\xa2\xe9\x33\xac\xa4\xe5\x00\xd8\x22\x83\x38\xb4\xee\x6b\x0d\x39\x44\x4a\x7b\x45\x3c\x58\x22\xf1\xcb\x63\xd7\xde\x5e\x23\x47\xa1\xbc\x15\xd5\xce\x55\x7a\x1c\x50\x5b\x2c\x3f\xec\x0b\x00\x2f\xb6\x9d\x54\x6a\x25\x2d\x52\xd4\x0b\x2e\x69\xb5\x1f\xe6\xb8\x61\x65\x2b\xbf\xc8\x9b\x10\x79\x99\x6e\x21\x57\x66\x43\x66\x57\x8a\xff\x52\x75\xe1\xbe\x48\x6d\xf0\xf4\x81\x17\x20\xdc\x51\x47\x8d\x7b\xbb\xb5\xd5\xb0\x32\xaa\x85\x38\x78\x3e\x42\x22\x83\xb1\x41\x28\x9a\xab\xbb\xdd\x34\xa2\xaf\x92\x60\xba\x6c\x23\xaf\xa9\xc1\xda\xc9\x6c\x2a\x0d\x42\xcf\x22\x0a\xac\x37\x97\x20\xb8\xec\x30\x93\x43\xb8\x57\x00\x20\xd6\x87\xe6\x46\x21\x78\x38\x6f\x96\x92\xb7\xd1\x35\x11\xc2\xfd\xdf\x35\x45\x54\xee\x2f\xcb\xb5\x6a\x63\x69\xcc\x75\x2d\x43\x3d\xb6\xc8\x75\x25\x83\x22\x9a\xd5\x88\x5a\xce\xdd\x14\xc3\xb4\x59\x66\x6c\x69\xf7\xf7\x90\x19\x5b\x99\x46\x83\x8b\x5d\x8e\x9f\x34\x52\xd7\x4e\xea\x42\xae\xaf\x47\x62\x72\x1a\xca\x1f\xa5\xcd\xf1\x64\x36\xaf\xdb\xa2\x97\x95\xf5\x5b\x81\x0a\xfd\xba\x59\xbf\x95\xc1\xbc\xe4\xac\xdf\xca\x50\x5f\x6e\xd6\x6f\xcd\x40\xd7\xc8\xfa\x45\xf7\xd7\xc0\x12\xf5\x7a\x4c\x01\xc2\x4f\x86\xf9\xe8\x16\x6e\x93\xa5\x63\x74\x85\x72\x90\x39\x7b\x39\xc7\x81\x2d\xc0\x68\x5d\xc0\xe1\xd6\x19\xbb\x95\x29\xaf\x99\xb1\x5b\x62\x69\x87\x8c\xdd\x90\xb1\xbb\xb8\x2e\x2f\x31\x63\xb7\xb2\xe7\xeb\x65\xec\xd6\x6d\xf9\x16\x1e\xc1\x52\x33\xdf\x4c\xc6\x6e\x65\x45\x5f\x72\xc6\x6e\x65\xa8\x87\x8c\xdd\x27\x99\xcd\x0b\xcb\xd8\xad\x3f\x75\x9b\x65\xec\xd6\x8a\x66\xcd\x67\x7b\xd7\x7c\x17\xc8\x59\x78\xe6\x8c\xdd\xd2\x04\x0e\xb1\x00\x3b\x56\xb6\x2d\x93\xa0\x1b\x01\x54\xdf\x72\x49\x7a\xd5\x7b\x68\x49\xce\x2e\xa8\x1b\x7b\xa0\xa8\xa7\x8d\x22\x01\x0b\xe1\xba\x1a\x51\xbb\xb4\x0e\xda\xd5\x83\xb1\xa2\x89\xcf\x73\x43\x8f\x53\xec\x1b\x39\x50\xe0\xc6\x16\xa5\x86\x45\x0e\x96\x45\x0c\x0c\x6f\x20\xb9\x1a\xb4\xfe\x1d\x08\xd0\xe5\x0b\x6d\x5b\xa7\x00\x4c\x73\xf5\xca\x3e\x54\xd4\xd8\x4f\xb3\xbf\x89\xff\xdb\xb8\x20\xbb\xd6\x03\x4e\x66\xf9\x36\x89\x03\xe3\xed\x3e\x9b\xb2\xa9\x54\xab\x5c\xc3\x0d\xa6\x06\xa9\xe8\x78\x55\x66\xc7\xba\xab\xb7\xeb\xaa\xf9\x22\x28\x9b\xd9\x9e\x7c\x1a\xfa\x72\x65\xd8\x17\x4c\x8e\xbd\x13\xa0\x2f\xd4\xfa\xbf\x82\xfb\x71\x4b\x0f\x57\x43\xd2\xef\x62\x87\x60\xfa\xd6\x4c\x1d\xc7\xe2\x51\xc9\xe6\xbc\x38\x82\xd2\xba\x7b\xe1\x79\x87\x65\xcf\x55\x63\xfc\xc5\x3a\x89\x93\x58\x85\xcb\x4a\xe6\x31\x26\x62\x95\xd2\x86\xf3\x9a\xd8\xdd\xf5\xcc\x1d\x5c\x98\x3f\xff\xdb\x46\x46\x7b\x2b\x5f\xba\x75\x1b\xf1\x8c\x11\x9a\x24\x4c\x63\x2e\xa7\x8b\xcf\xc1\x9a\x14\xb9\xca\x76\xd9\x55\x2e\xc6\x30\x6f\x2b\x4c\x46\x85\x73\x03\xf1\xe0\x9d\x31\x51\x32\x1f\x4f\xbc\x06\x6c\xa9\xd0\x4e\xad\x6e\x2f\x7f\x42\xb7\xea\x2e\x7b\xf9\x3e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xbb\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x82\x0d\xdd\x1c\xf9\x18\x92\x91\xcc\x32\xf9\x08\xf9\x88\xd3\x87\xa6\xba\x19\x30\xe1\x1e\xdf\xb2\x62\x01\x7c\x0d\x46\x47\x6d\xe8\x74\xb6\x16\x7a\xc5\x35\xca\x07\x9a\xf8\xd1\x57\x6d\xf1\xe8\x28\x97\x82\x89\x3a\x0b\xc1\xe7\xc5\x12\x6a\xaf\xcc\x23\x57\x29\xa9\x5f\xdd\x91\xcd\x43\x16\xfc\x92\x3c\x73\xd8\x42\xdd\x3c\x36\x60\x01\xa5\xe0\xbd\x82\xc7\x7b\x47\x12\x8a\x9e\x00\xc5\xd0\x17\xed\x52\x98\x9f\x87\x36\x1e\xce\x8b\x70\x21\x94\xdf\x62\x4e\x02\x70\x38\x4e\x45\x85\x12\xed\xf6\x2f\x90\x35\x31\xc7\x1a\x03\x1a\x7c\xd0\x02\x44\x3a\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\x71\xb4\x97\x96\xfe\xf4\xad\xe7\xc1\xad\x59\x4e\x71\x69\xac\x56\x5c\x90\xf0\x55\xe7\xe7\x2d\x92\xe3\x21\x35\x6f\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x29\xd8\x4c\x79\x5f\x39\x2b\x6b\x71\x60\x5f\x33\x3f\xb0\xe6\xbe\xd8\x6e\x75\xbf\x6e\x56\xe0\x5a\xd3\x68\xda\xd7\x75\x12\x02\x4b\xd5\xef\xc3\xbd\xbf\x22\x3d\xb0\x79\x95\x5e\x08\x0d\xee\x33\x40\xb1\x89\xdb\xac\x0e\x52\xdc\x44\x54\xdc\x2c\x5e\x31\x6c\xd4\xeb\x8a\x59\x0c\xc3\xde\x32\x6e\xb1\x1d\xd5\x72\x9c\xc8\x0c\x40\x18\x4b\xab\x15\x3a\x08\xa1\x4f\x61\x81\xfc\x66\x58\xd5\x11\x45\xd7\x02\xcd\x6f\x59\x74\x62\xd8\xc4\x6f\x23\x42\x71\x85\x3e\xb4\x61\x94\x62\xbc\xa8\xbb\x45\x2a\xee\xa8\xdf\x6c\x16\xad\x58\xe9\x6c\xe9\x7e\x6f\xe1\x57\x5f\x40\x4e\x3c\x44\x65\x84\xa8\x8c\xfa\xb5\x79\x89\x91\x19\x45\x55\xa9\x0d\xa3\x33\x9a\xb6\x7f\x1f\x94\xb4\xc7\x28\x8d\xaf\x1c\xfb\xb0\x6e\xd8\xc3\xd7\x0d\x26\x59\x33\x8e\xe4\x10\x9b\xf1\x6d\xc4\x66\x34\x9f\xb7\x8d\xe2\x33\x56\x24\x80\xf9\x5e\x76\x75\xa2\x87\xa4\xa4\x27\x75\xa4\x07\x1b\x70\xf4\xc5\x9a\xce\xf4\x22\x6b\xea\xe0\x50\x7f\x52\x87\x7a\xcd\x42\xaf\x76\xaa\x97\x84\xb7\x67\xf5\x84\x56\x41\xb9\x9f\xd2\x1b\xba\x4a\xe0\xcd\x87\x83\x27\x3f\x47\xb5\x73\x5e\xf7\x38\x7d\x0e\x7b\xeb\x8b\x0f\x12\x36\x1d\xb2\x34\x05\x85\xd8\x48\x87\x6b\x59\x90\x80\x60\x48\xac\x96\x93\x52\x6d\x29\x97\x42\x1d\x6e\x9e\xb2\x08\xa4\xbe\x90\x6f\x30\x84\xb9\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\x56\x73\x91\xb0\x58\xc7\x52\x24\x95\x4c\x8b\xef\x0c\xd6\xd7\xa4\x62\x4e\xee\x85\x7c\xcc\x58\x3a\x86\x1d\xaa\x0e\xe6\x98\x70\x76\x44\xb8\x09\x9f\x29\x46\x93\x89\x65\x97\x7d\x3b\x76\x70\x39\xa0\x20\xc6\xdc\xb7\x11\x82\x6b\x68\xe6\x5d\x8b\x90\xae\x20\x23\x9a\x98\x23\xa2\xf3\x61\xd1\x7e\x2a\x11\x92\xf3\x81\x89\x78\xe2\x45\x23\x4f\xe6\x09\xaf\xf5\x7c\x37\x68\x16\x96\x00\xda\x19\xa7\x3b\x39\x2d\x1e\xe8\x2e\x79\xd2\x9f\x72\x6d\x08\xd8\xca\x89\x14\xe1\x30\xb9\x8c\x8f\x80\x09\x01\x90\x86\x88\xaf\xb0\xa4\x1c\x01\xad\x4c\x65\xd3\xb1\x14\x1e\x26\x87\xa4\xe8\xd4\x55\x68\x17\x97\x3b\x95\x8f\x42\x1b\xc5\xe8\xd4\xd5\x1a\xb0\x9c\x18\x4c\xb1\xe8\x5f\x72\x95\x5d\xe1\x06\xde\x64\x8b\x2f\xb8\xb8\xb7\xbb\x5b\xa0\x60\x00\xbe\x2c\xf4\x5c\xb3\x69\xef\xb9\xa0\xa5\x68\x95\x2d\x76\x2d\xcb\x37\xf2\xf7\x46\x05\x1b\xe6\x4d\x00\x24\x86\xae\xc2\x04\xd9\xc4\xa8\xa2\x01\x54\x97\xd8\xee\x08\xb0\x3a\x44\xdf\xa4\xc4\x50\x00\xc0\x99\xb0\x6c\x16\x21\x5a\xce\xa8\x32\xa1\xe2\x85\x4b\x8d\x4f\xe4\x74\x9a\x0b\x40\x33\x70\x7a\xda\xa3\xcb\x81\x76\x36\xbb\xa2\xf1\x56\x5f\x74\xcd\x77\xda\x9e\x2f\x29\xc6\xd9\x9c\xd0\xf4\x81\xeb\x02\x91\x24\x91\x42\xe7\x53\xa6\x2a\x78\xcf\x08\x77\x4d\xa8\xa7\x15\x3b\x36\x2b\x78\x79\xb8\x7e\x77\x37\x8c\xc9\x90\x8d\xec\xa5\x3b\xa3\x4a\x7b\xfb\x50\x8d\x6d\xc7\x6d\x6e\x6a\xd7\xea\xab\x9d\xc9\x9f\xe2\x63\x47\xa6\xc5\x09\xa5\x4e\xdf\x38\xa9\x9e\xcf\xa8\x14\x46\x53\xec\xca\xc2\xa4\xc8\xf2\x8b\xc9\xad\xc2\xf9\x42\x49\xd3\xaa\x1a\xee\x2b\xab\x6a\x38\x34\xb6\x1f\x2f\xd0\xe0\xe0\x36\xb2\xe4\x55\x26\xe8\x46\x8d\xe6\x99\xf8\x6c\x32\x0e\x97\x82\x36\xd4\xf0\xc4\x97\xf5\x08\x45\x8b\xf0\xeb\xe6\xad\xdd\xb5\x9a\x8c\x4e\x68\xb6\xb8\xc3\xcd\x6b\x79\x8b\xef\x2f\xe7\x7d\xee\xb8\x61\xdb\x4b\xe3\x90\x12\x99\x65\x9b\x80\x8e\x54\x66\x7e\x56\x7c\xbe\x7c\x44\x45\x3f\x76\x03\xfc\x5e\xc0\xa9\x41\xa0\x14\x9a\x39\xc9\x42\x1b\xb7\x4b\xf1\x4b\xc8\x43\xe7\x44\xe4\xd3\x21\x53\x7d\x21\x47\x80\x45\x93\x35\x69\xcb\x33\x25\xa7\x7c\x93\xac\x4d\x44\x35\xbb\xf1\x8e\xb8\x15\x96\x46\xef\xae\x03\xdc\x70\x24\x2f\xd7\x23\x56\x65\x16\x28\x67\x2c\x39\x43\x53\xba\x50\x3c\x68\xad\x05\x5f\xa5\xfc\xb6\xc9\x14\xcd\x0a\x6e\xf5\x34\x82\xd3\xdf\x33\x28\xb8\x4d\xb3\x47\x3a\x2f\xa2\xb5\x36\x39\x4e\x45\x3c\x94\x3b\x2f\xd4\x53\x59\x74\x62\x82\x23\x13\xf7\x0b\x57\x61\x9d\x13\x74\x56\x47\x86\x1b\x9f\x25\x3f\xe7\xa7\x14\xb2\xe3\x63\x1f\xcb\xd7\x9b\xdc\x86\xe5\xc3\x10\xb5\x48\x60\x38\xcb\x97\xea\x53\x89\x72\xf6\xbe\x46\x95\x76\x08\xea\x72\xde\x8f\x71\x5d\xdf\xea\x33\xac\x99\x23\xeb\xb5\x16\x6b\xc7\x00\xd0\xcd\x4a\xab\xfa\x1e\x97\x17\x6e\xdd\xa4\x3a\xf4\x6a\x1d\x62\x64\x65\x17\x57\xb6\x20\x40\x07\xba\xb8\x82\x11\xcf\x98\x6e\x91\x6e\x8d\x3e\x61\xa2\xe2\xea\x98\xfb\x0f\x5e\x2a\x2f\xef\xe4\x8a\x47\xf8\x89\x5e\xaa\x21\xdc\x55\xdc\x29\x4c\x0e\x8a\xd9\x31\x03\x01\x83\x24\x3f\xb1\x2a\xde\x04\x1b\x80\xda\x16\x56\xbc\x34\x60\x3d\xb3\xbc\x80\xbb\xba\x18\x58\xd6\x2c\x7c\x60\x65\x6c\xc3\x14\x4d\x8c\xaf\x83\xe1\x46\xd5\xb0\xa5\xfb\x80\x85\x5a\x3f\x7e\xc2\xf7\x0a\x45\xeb\x17\xf7\xa6\x76\x84\xbd\x72\xeb\x1b\x8f\x2e\xc8\xe5\x9b\x3b\x5e\x3e\xc0\xa7\xde\x98\x44\xc9\x48\x31\xb0\x37\x4e\x43\x60\xae\x48\x99\xd2\x46\x4a\xb8\xa1\x6e\xcf\x7f\x3c\xb9\xeb\x12\x66\x12\x00\x8d\xef\x8b\x44\x3f\x1c\x59\x81\xf6\x97\x9c\x19\xfb\x73\x13\x42\xd9\x94\x09\x0d\x9c\x80\xaf\x5b\x8c\xca\x2f\x8c\xfd\xef\x79\xf9\xfb\x25\x24\x1f\x26\x16\x4a\x90\x58\xda\x0d\x35\x48\x2c\x99\x02\x54\x05\x2e\xad\xae\xa1\x18\x2c\x36\xd7\xa9\x03\x9d\xdc\xc2\x53\x2f\xfe\x9e\x8b\x0d\xc5\xa4\xb3\xe2\xa3\x68\x14\x0d\x52\xd8\x74\x46\x15\xd7\x9b\x35\xef\xbf\xa9\x6d\x7d\x15\x13\xf1\xeb\x4a\x89\x2b\xda\x47\x0a\x7c\x4e\x62\x14\x63\xc0\x42\x02\x3d\xb9\xbb\xde\x85\xf3\x86\x89\x45\x1f\xb5\xfa\xe2\x93\xb7\x7f\x16\xbf\x86\x32\x29\x18\xef\xc1\x52\x92\x83\xce\x54\x6e\x05\x9a\x4d\xb9\x0e\x3f\x00\x50\x89\xce\x33\x83\xb8\x71\x23\x28\xc4\xe7\x07\x8a\x4f\xea\xb8\x84\xa2\x22\x99\x5c\xca\xdd\xca\x27\xf1\xd1\x80\x65\x9b\xc8\x8e\xdd\x51\x27\xd3\x96\xbe\x93\xfb\x86\xd3\xf9\x7b\x8f\x37\xb9\xc1\x06\x15\x93\x01\xc9\xcd\xa3\x67\xa1\x56\x82\x76\xba\x0c\x51\xe8\x18\x01\x23\x5b\x35\x70\x03\x03\x5d\xed\x2e\x3a\xd9\xda\x57\x85\x54\x32\x23\xde\x2c\x37\x84\x5e\x08\x35\x7d\xa1\x72\x01\x70\x13\xc1\x7e\x4e\x89\x66\xbe\xf4\x64\x22\x05\xca\x00\xce\x78\x32\xb6\x6c\xc2\x4a\x7e\xe0\x44\x91\x02\x34\x2a\x99\x6b\xcb\x43\xe8\x94\x19\x7b\x41\xbd\x05\xa8\x55\xf4\x60\x1c\x91\x99\xe2\x53\xc3\x1f\x58\xc0\x88\x89\x77\xee\x8c\x1a\x9a\xc9\x71\x5b\x19\x3e\xa2\x89\xe9\xd1\x9d\x54\x66\xea\x9a\xd9\xd6\x8b\xed\x87\x41\xba\xe7\x76\xed\xc7\x4c\x30\x05\xf3\x84\xb2\x2f\xb5\x27\x78\xd3\x82\x30\x05\xe3\x06\xf0\xb7\x04\xe1\xb2\x74\x30\x31\xd0\xdc\xc8\xa9\x55\x48\x69\x96\xcd\x01\x06\xcb\x3e\x99\x50\x3d\xf1\xfb\x8c\xd8\x59\xeb\x5c\x4d\x6e\x71\xcf\x68\x32\x61\xb7\x50\x42\xaf\x6e\x71\x2b\xa3\x7c\xc3\x44\x3e\x7d\x73\x4a\xfe\xbb\x98\xe3\x59\xfb\xec\x87\xce\xe0\xbc\x7b\xdb\x7e\x7f\xd1\x39\x8f\xe6\xe3\x9e\x7c\xea\xde\xde\x2e\xfe\xfa\x43\xb7\xb7\xf8\xe3\xf5\xd5\xf5\xdd\x45\xbb\x57\xd7\xca\xc5\xd5\xd5\x8f\x77\xd7\x83\x0f\xed\xee\xc5\xdd\x4d\xa7\xe6\xd3\xbb\x5e\x78\xe8\x9e\xfd\x2d\x3a\x43\x90\x73\x67\xe7\xd3\x30\xda\xea\x31\x3b\x26\xe5\x17\x4f\xc9\x9d\xf3\xc4\xb8\x0a\xa5\xde\x66\x44\x21\x88\x17\xe2\x8a\x52\x34\x26\xa5\x7d\x41\xfc\xe7\x76\xee\x4d\x9f\xa2\x8b\x28\x99\x30\x92\x49\x79\x9f\xcf\x1c\x03\xc3\x68\x33\x21\xd1\x20\xc3\x74\xd4\xda\x0f\xdd\xde\x69\xf0\x08\x2d\x36\x16\x25\xd7\x78\x52\x87\x71\x51\xcf\x34\xb1\xe6\xab\x62\x0f\x70\x24\x83\xa7\x30\xea\x21\x6c\xc0\xb2\x7e\xb0\x35\x2a\x4c\xa5\x9b\x34\x75\xc8\xb9\x7e\x62\x51\xc3\xe5\xed\x5b\xb6\x9a\x61\x39\x10\x7d\x89\x0c\x59\x42\x73\x74\xa4\xd9\xdb\x48\x29\xa9\xe2\x01\x17\xdb\xbe\x63\xa3\x6f\x16\x85\x8c\x32\x4c\x2a\x96\x99\xb4\x9f\x44\x27\xc7\xaa\xcb\xa0\x4a\x2b\x46\xb5\x14\xe4\x71\x32\x47\xdb\x94\xaf\xd8\x35\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x5e\x60\x25\x1c\x1c\x73\xd4\x90\x47\x06\x11\x87\xb9\xc3\x77\x42\xfd\xd8\x1e\x40\xed\x8b\x1a\xeb\x80\x78\x57\x8a\x44\x6c\xe4\x98\xfb\x10\x8a\xed\xf7\x9a\xd5\x71\xcb\xcd\xc3\xc6\x0a\xb9\x0d\x1b\x05\x16\xea\xbd\xa4\x30\xe2\x06\x7b\xbf\x67\xd9\x35\x76\xe7\x25\x32\xd0\xe2\xb5\xb1\x82\xa3\x1b\x28\x3d\xbc\x7a\x3c\x3e\xde\xba\x04\x4b\xb0\x59\x22\x66\xf0\xf0\xaf\x5c\xab\x9e\x4c\xe9\xdc\x12\x07\x84\x27\xe8\x7c\x36\x93\xca\x90\x86\x36\x08\x1c\x74\x1c\x1f\x5c\x0c\x6e\x1e\x81\x43\x41\x23\x56\x0a\xd0\x35\x90\x3f\x4b\x83\x7b\xc3\x80\xdc\xba\x16\xc7\x3e\xce\xe9\x02\x65\x2d\xa0\x13\x4d\x4b\x6a\x6f\x89\x42\xeb\x04\xd4\x5d\xa2\x89\x66\xf6\x16\x5e\x17\x46\xae\xae\xf7\x2b\xdf\x42\xed\x96\x67\x6c\x64\x06\xb5\xbe\x94\x25\x66\x43\xdb\xa2\x68\x48\x05\x54\x7c\x3c\xd9\x43\x8b\xeb\x4b\xf2\x7f\x74\xbe\x2e\x2b\xbe\x47\x5a\xbc\x92\xd2\xa0\x0c\x59\xe8\x19\xc4\xaf\x26\x98\x00\x5c\xa7\x08\x3d\x6b\x05\x35\x0e\x92\x9a\x95\xcb\xef\x85\x7c\x14\xc1\x5e\xae\x5b\x7d\xd1\xa1\x80\x86\x1c\x94\x05\x17\x7b\x80\x92\xfa\x4a\x19\xbd\x04\xaf\xfa\x42\x92\xa3\x0b\xba\x77\x90\xf1\xd9\x9c\x14\x10\xba\xa5\xef\xd6\x39\x3d\x68\x4b\xf6\x72\x1a\x4e\xd8\xa1\x46\x1a\x36\x73\xf6\x6e\x9c\x67\x11\x54\x0b\x2e\x53\xdb\x55\x8b\x7c\xf6\xd6\x19\x08\xed\x28\xa0\x9f\x0d\x5e\x38\x19\x9d\xfb\xec\xcf\xba\x85\xdd\x47\x42\xe5\xbe\xe3\x2d\x96\x2f\x70\xc8\x94\xa9\x59\xe5\x92\x92\x2c\x04\x5a\x4d\x37\x88\x19\x3b\x0b\x1f\xdd\xb2\xe5\x31\xa0\x1f\x00\x46\x12\xca\x89\x66\x70\x43\x5b\x3e\xfa\xbf\x70\xb3\x20\x91\x12\xca\xec\x3b\x0b\x7f\xe4\x97\xb4\xe7\x07\xfc\x6a\x56\x0a\x18\x42\x86\x35\x56\xee\x6c\x91\x36\x00\x21\x03\xc4\xad\xbd\x0a\x7d\x40\x0e\x1f\x0b\xb9\x2a\x6c\xa0\x81\x98\x92\x88\x98\x6e\x9b\x89\x49\x03\x35\x85\x48\x81\x3d\x51\xd4\x1e\x52\x1e\x2c\x6f\xa1\x8b\xd8\x0c\xeb\x27\x3a\x6c\xa0\x60\x7f\x8d\x10\x9c\x85\xe1\x46\x1f\xfe\xab\x7e\xe8\x1f\x73\xaa\xa8\x30\x10\x58\xe2\x04\x6f\xc5\xa2\x68\x45\xf6\x05\x22\xb0\x04\x1a\x6b\xe1\xa7\x78\x73\xbd\x23\x1d\x8b\xc4\xf2\xf4\x88\xf0\x16\x6b\x1d\xb9\x42\x26\x3a\x1f\x16\x6f\x4e\xac\xe4\xd0\x17\x0b\x81\xfb\x2d\xd2\xce\xb4\x74\x5f\x30\x91\x64\x00\x3c\x1e\xc5\xc0\x04\xca\x77\xae\x9f\xe1\x1c\xd4\x0b\xd8\xca\xa2\x79\xe9\x1e\x44\x1f\xf6\x05\xd5\xe8\x69\xce\xe0\xa4\x17\xbf\xd7\x15\x16\x28\x45\x1f\x3c\x21\x78\xcf\xc2\x35\xf4\x64\x9b\x84\x08\xda\xcb\x36\x08\xde\x80\x8d\x29\x12\x2a\xfa\x22\x90\x33\x79\x4b\x4d\xc6\xa8\x36\xe4\x0f\xef\x36\x0a\xb8\xf0\xf3\x2b\x98\xab\x3b\xbd\x45\x68\xa9\x0f\x67\x6b\xaa\x8b\x02\xb8\xab\x84\x12\xc1\xa2\x00\xf5\x23\xbb\xcd\x46\x92\x07\xae\x73\x80\x72\x8f\xc2\xd8\x11\x8c\x9b\x1b\xed\x71\x25\x51\x61\x6a\x60\x23\x1e\xd6\xc0\xf9\x24\xdd\xb0\x6a\x08\xcb\xe9\x4e\x1c\x95\x33\xc8\x24\x2b\x02\xcb\x26\xd4\xf4\x85\x63\xac\x3e\x16\x23\xc2\xfc\x6d\x67\x59\x39\x98\xcb\x0a\x38\x29\x13\x76\xc2\x00\x44\xdf\x0a\x0b\x74\x09\xda\x57\x88\xff\x29\xd7\xa2\x09\x67\xc5\x2a\x6a\x7d\x11\xb2\x81\xe2\xb6\x6b\x85\x9d\x3a\x13\xf0\x33\xca\xc0\x35\xdd\x5f\x60\x45\x80\x35\x64\xe1\xe6\x82\x4d\x4b\x5c\x26\x0b\x66\xf7\x25\xa2\xf1\xbe\x3b\x58\x5f\x52\xae\x37\x61\xc3\x2d\xfb\x28\x6b\x2c\xe2\x0d\x9b\x1b\x89\x16\xbb\xe8\xdf\x21\x10\xed\xb9\x9c\xb2\xa5\xa1\x77\x53\x88\x12\x5f\xcd\x04\x8b\xa8\x6b\xcf\x3a\xc0\x16\xcd\xd3\x28\x6e\x34\x0a\xaa\x83\xf0\x60\xcf\xf7\xdc\x9b\x0d\xce\xd1\xd9\xeb\x9e\xfe\x51\x31\x7f\x3f\x95\x10\x59\xb6\x38\xf1\x66\x59\xaf\x9d\xfe\x9d\x26\x4c\x24\x73\xec\xc9\xc3\xc0\x14\x72\x5c\xcf\x19\x9c\x3c\x62\x06\x05\x7b\x7b\xad\x74\xe8\x8a\x7b\xb4\x48\x07\xee\x19\x5f\xeb\x83\x8e\xbc\xcf\x20\x7a\xb9\x2f\xac\x62\x62\xaf\x78\x8d\x83\xf6\xed\x97\x49\xbc\xee\x04\x60\xaa\xe4\x4e\xee\x96\xe9\x6a\xc4\xad\x26\x65\xc2\x67\x6a\x42\x1b\x00\x5f\x44\x3a\xe3\x53\x92\xca\xe4\x9e\xa9\x13\xc5\x52\xae\x4f\xc1\xfd\x6d\x1a\xfd\x6e\x53\xab\x6c\xef\x2c\x68\x6c\x5b\x6e\x0b\xfb\x77\x11\xc5\x78\x6f\x31\x2b\x21\x8c\x40\x9b\xf0\x99\x02\x98\x3e\xe0\x6c\xdb\x84\x09\xa3\xe6\x33\xc9\x85\x09\x96\xac\xca\x42\x78\x45\xc3\xca\x6c\x4d\xf1\xb5\x6a\x1f\x61\x32\x5b\x4e\xbb\x37\x61\x9a\xf9\x98\x00\x9c\x94\x91\x04\x3d\x21\xc8\x2e\x66\xd4\x4c\x34\xe4\x3a\x94\xd7\xc0\xe9\x5c\xf0\xa9\x5d\x21\x3a\x83\x90\x02\x34\x52\x14\x1f\x85\x20\x7e\x6d\x78\x96\xf5\x85\x60\x2c\xd5\x58\x1e\xfe\xbb\xda\x9c\x1a\xfb\xe9\x11\xa1\x69\x4a\xfe\xf7\xdb\x0f\x17\x3f\xf7\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\x77\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xc8\xe6\x3f\x59\xed\xfa\x9a\x72\xb5\x36\xed\x75\xc4\x03\x57\x52\xc0\xd4\x82\x55\xab\x28\x49\xc8\x8c\xf7\xb5\x45\x87\x4a\xa3\x2c\x0c\x61\x14\xb3\xc6\x40\xca\x4a\x31\xd4\x97\x31\xdd\x36\xba\x7e\xd9\x17\xa3\x7c\x5e\x9b\x76\xec\x86\x3e\x50\x9e\x41\x10\xac\xbf\x68\x0a\x1a\xc4\x4a\x77\xa7\x84\x65\x74\x28\x15\xa4\xc6\x60\xd4\x8e\x6f\xc2\x2d\x18\xd4\x7c\x0a\x0d\x35\x05\x63\x4a\xf5\x74\xf5\x7c\x4b\xf7\xd0\xb5\x54\xeb\xdc\xe4\xf6\x35\x58\x05\x39\xb3\x2a\x59\x85\x89\xba\x6b\x76\xc4\x28\x96\x7e\x41\xff\x8e\xb3\xca\xbb\x00\xcf\x2c\x2b\x21\xd9\xda\x33\xa0\x5b\xce\xe1\x5d\xbc\x29\x05\xf9\xf1\x2f\x9a\x0c\x73\xd3\x17\xe5\x36\xa4\x80\x52\xa6\xef\xa9\x49\x26\xef\xfa\xe2\xca\x2a\x8c\x3f\xfe\xa5\x21\x01\x3a\xa5\x86\x0e\xea\xe9\xab\x79\x4d\xce\xa9\xa1\x17\x92\xa6\x5c\x8c\x5d\x9d\xde\xfa\xb5\x78\xdf\xe9\xb5\x4f\x89\xcf\x99\x0c\xa9\x8f\x45\xda\x7c\xd4\x10\xf0\x56\x98\x88\x67\x08\xc0\x95\x45\xe0\xe2\xce\xd8\x05\x82\x90\xbd\x7b\xfa\x02\x96\x12\x19\x24\x37\x64\x26\x1d\xec\xa0\x55\xb0\x24\x51\xb9\x70\x46\x69\x67\x13\xb4\xab\x03\x14\x19\x36\xc3\x89\x56\x20\x9a\x2c\xf2\xed\xbe\x00\x55\x3b\x24\xa2\x65\x32\xa1\x19\x44\xc0\x1d\x47\xd6\x39\xab\x80\xcb\x1c\xd2\x89\x20\xf4\x44\xcc\xcb\x81\xaa\x1e\x14\xba\x90\xaf\xe2\x8d\x02\x55\x1e\xf6\xd1\x79\x45\xa7\xd2\x32\x8f\x56\x5f\x74\x47\x18\x20\x97\xe1\xea\xd8\x0f\x99\x00\xc7\xb0\x5f\x16\xfb\xd4\xb3\x16\xa8\xe9\x81\x0e\x42\x9a\x80\x21\x5e\xcc\x21\xbc\x19\xa0\xca\x24\x04\x5a\x14\x8c\xd6\x11\xe5\xc2\x2e\x86\xeb\x2d\xfa\xac\x2f\x30\x2e\xaf\xb4\x2f\x71\x12\x6f\xd4\xbb\x14\x10\x36\x58\xdc\x7c\x41\x56\x98\xb9\x30\x42\x27\xb6\xcf\x14\x3b\xf6\xa5\xdf\xec\xaf\xd1\x9a\xda\xcb\xb2\x45\x6e\x62\x4d\x39\x95\x49\x3e\xf5\x10\x22\x90\x76\xe5\xe2\xcd\xdc\x7d\x18\x28\x04\xef\xe8\x5a\x8a\xff\x4d\xfc\xdf\x5a\x31\xf3\x7a\xc7\x82\xa1\x81\xaa\x06\xb3\x72\x4b\xa5\xd6\xb8\x30\x6c\x5c\xf5\xd5\x6d\x02\xbf\x79\x09\x41\xea\x56\x28\x07\x3f\x9e\x91\x56\x91\x94\x60\x51\xc6\xec\x38\x99\x7e\xa7\x49\xf7\xda\xca\x1b\x56\xbf\x0c\xc7\x24\xd7\x06\xa3\xad\x20\xe3\x04\xbf\xc6\x88\xf7\x23\xf2\x3d\xe9\xe7\xdf\x7f\xff\xa7\x84\x7c\xf1\x7f\xfc\xf9\xdf\xff\xfd\x4f\x7f\xde\xa6\x30\x2e\xb4\x5b\xac\x51\x00\x69\x2c\x0b\x20\xf1\x0e\x2c\x32\x93\x1d\x76\xc1\x9d\x91\xa6\xe5\x77\xca\x77\x63\xc6\x52\xdd\xe3\x28\x9a\x86\x8e\xdd\x21\xd4\xf1\xe1\x21\xa5\xd3\x53\x78\xed\x35\x33\x47\xe5\x43\x1c\x44\x4b\x27\x3f\xff\xaf\x25\x98\x01\x03\x4b\xcd\xdb\x45\xfd\xf0\x2c\x08\xb3\xb6\x11\xf2\xd6\x59\xdb\x0c\x78\xeb\xde\xf9\x3b\x48\x66\x29\x53\x38\xa6\x60\x20\x0b\x66\x3b\x38\xbf\xec\xcb\x2c\x93\x2e\x1e\x83\x12\xcd\x66\x14\xae\x6b\x7b\x5e\x5b\x7d\xd1\xf9\x42\x2d\x73\x3d\xf2\x25\xaf\xb0\x3e\x33\xb8\x39\x46\x34\x61\x04\x05\xe3\xb7\x5f\x4e\xed\x6f\x47\x64\x7e\x0a\x51\x95\x47\xe4\x1f\xa7\x2e\x99\x99\x2a\x33\xb0\x3f\xbd\xf3\x92\xad\x6b\x02\x06\xcd\x35\xe9\xbf\x39\x79\xa0\xca\x17\x1a\x47\x4c\xc6\x37\x8e\xfd\x05\xbc\xd9\x58\x16\xce\xa4\xbc\x77\x31\xa7\x0b\x5f\xba\xff\xb4\x90\xc0\x83\x9b\x02\x37\xdf\x85\x0f\x5b\xb9\xed\x18\x5e\x60\xa4\x35\x1b\x92\xd6\xdf\xb5\x14\xa4\x35\xa7\xd3\xcc\xfd\xea\x9f\xba\x90\x58\xaa\x5d\x62\x57\x1a\x22\x62\xb2\x39\x5a\x26\xdf\x67\x72\x08\xf3\xfa\xe4\xe7\x8a\x41\xa5\x30\xd0\xe2\x8a\x28\x6e\x15\x37\x11\x6e\xf5\x65\x9a\x62\x82\x37\x94\x53\xf3\x15\xec\x75\xdd\xac\xbe\x84\x21\xfd\x17\xba\x61\x61\x51\x7c\x26\x1a\x1a\x63\x43\x44\x97\x6d\xf4\x0b\x79\xeb\x98\xd0\x3b\x7b\x11\xb8\x08\x5e\x5c\x86\xba\x0e\xe6\xa1\x83\x9f\xa3\x0e\xb8\x20\x98\x5b\xb8\xe4\xcb\x7f\x9c\xb4\x5a\xad\xf0\xf5\xa5\x9d\xca\xff\x25\xdc\x68\x96\x8d\xb0\x25\x7f\xcd\xcc\xfb\xe2\x93\x55\x5a\x62\x63\x71\x81\x96\x02\x25\x8e\x12\x99\x91\xe3\xc2\x80\x9a\xca\x44\x93\xdf\x5a\x31\x32\x5a\x4a\xf8\xd1\xea\x4d\xf5\xa7\xca\x55\xba\x7b\xa6\x63\xe5\x0c\xd0\xd5\x83\x15\xe3\x2c\x04\x45\x92\x6a\x08\x36\x7a\xe0\x69\xee\x69\xc1\x52\xce\x89\xc3\x62\x80\x22\x74\x86\x7d\x31\xf0\xa8\x01\xf4\xa2\x36\xba\xbb\x5e\x82\x5b\x60\xb8\x05\xf6\x05\x92\x75\xc3\x02\x38\x40\x02\xc7\x1b\x70\x9e\x47\xb1\xb7\xc2\x5e\x2f\x22\x06\xa6\xd2\xf9\x74\x4a\xd5\xfc\xa4\x38\x6d\x8b\xc4\x59\xe0\x13\x02\x97\xc9\xfc\x02\x80\xc7\x34\x73\x47\xcb\x05\x0d\x44\xb5\xb2\x27\x21\x17\x80\xa4\x2c\x01\x8c\x60\x88\x5e\x43\x84\x6c\x26\x12\x99\x3a\xba\x2e\x52\x28\xcb\x62\x45\x78\x67\x51\xa0\xf0\x01\x28\xba\x30\x7e\x09\x83\x79\xd5\xee\x0d\xff\x71\x03\x03\x97\x03\x6d\x2c\xab\x1c\x6f\xe0\x8d\xec\x5e\xdd\xfa\x6f\xd6\xbf\x76\x61\x1d\xca\x72\x35\xf5\x5a\x99\xb7\x00\x28\xfa\x58\x5c\xc0\x10\x4a\x81\xd6\x90\x3c\x24\x98\xe2\xbf\xcf\xe4\x35\xcf\xec\xbd\x05\x34\xde\xea\x8b\xd2\xcf\x47\x84\x65\x7c\xca\x45\x88\x64\x43\xf6\x2e\x47\x28\xe2\xde\x73\x63\xb7\x4c\xa7\xf7\x96\x83\xf9\x5c\xfd\x48\xef\x69\x8b\xb9\x27\x9d\xe0\x08\x72\x1a\x7f\xae\xed\xb8\x0a\x9d\xd8\x4a\x9c\xb6\x89\x63\x27\x35\xf2\x88\xf0\xe0\xfc\xf6\x85\x6d\xcd\x9f\xa5\x22\x84\x36\x6a\x2f\x6a\xee\x18\x84\x74\xee\xb3\xe9\xa0\x05\xe8\xa3\x14\x07\x1b\x84\xd4\x1a\x11\xa5\x53\xa9\x30\xb9\x79\xf2\x05\x04\x0c\x0e\x84\x4c\xd9\x86\x71\xc3\x35\x15\xfc\x9c\xd5\xd7\x3b\x0b\x15\xc3\x04\x19\xe0\x13\x4d\x19\x81\x4c\xeb\x0d\x2d\xa1\xb5\xa5\x30\x5d\x3b\x00\xb4\xfe\xb8\x6d\x39\xf2\x82\xa7\x41\x2b\x5e\x29\x88\x12\x1a\x4b\x6b\x5f\x2e\xd7\xb9\x93\x84\x9e\x6e\x67\x0b\xc6\xb9\x27\xb0\xec\x45\x61\x7f\x32\x56\x32\x9f\x85\xac\x5f\x9f\xff\x84\xdb\xe0\x6e\xb4\xae\x18\xc9\x53\x27\x53\x5f\x70\x71\x8f\x77\xe1\x53\xed\x51\x28\x8c\x19\xfd\xee\x39\x18\xae\xf8\xb1\xab\x8e\x6c\x47\xad\x0d\x4d\xee\x11\x2d\x6d\x59\x61\xd5\x4d\x4b\xc3\x16\xf7\x65\x9e\x65\xae\xdb\x82\x7d\x16\xc5\x01\x1e\x38\x25\x94\xdc\xdd\x74\xeb\xfb\xbe\xe7\x8b\xa6\xf3\x7a\xde\x59\x26\x10\xf8\x9f\x1f\xf9\x46\x41\x6e\x15\x74\x3f\x56\x22\xf5\xa0\xff\x37\x61\x22\x55\x78\xf7\x8e\xbe\x3a\xcb\x83\x06\xd3\x1a\x4a\xad\x9f\x7c\xd1\xf1\xb9\xfb\xf8\x93\xfd\xb6\x7e\x47\x3e\x41\x76\x47\x48\x81\x9f\x52\x61\x27\xe8\x7b\x6d\x30\x10\x21\x5b\xdc\x6a\x48\x77\xb3\xad\x06\x84\x3d\xae\x17\x4c\xea\xbb\xf2\xad\x3c\xa2\xc5\x88\x66\xa8\x6e\x99\x09\xc8\xe1\x47\xe4\x36\x99\xb0\x29\x85\x00\x83\x69\x59\x1e\x07\xb9\xe4\x6d\x46\xd5\x18\xa5\x04\xcd\x8c\x7e\x57\xb3\xc3\x45\x9c\xed\x0e\x3b\xbc\x05\xd6\x72\x6c\x6c\x87\x1c\xc0\x65\x1c\x20\x8c\xb2\x8c\xf1\x12\x98\x93\xef\xdf\xdf\x1d\x56\x59\xc5\x4f\xe0\xc6\x54\x58\x9d\x3a\xb5\xa2\x58\x73\xf2\xfb\x8e\xf0\xde\x97\x74\x1a\x12\x45\x3d\xc6\xb7\x4b\x08\xc0\xb1\x0d\x19\xe0\xfd\x34\x8f\x61\x67\x40\xef\x78\x08\x0e\x3f\xb8\x69\x04\x7d\xd1\xf6\xaf\x84\x64\x33\x90\x6f\x14\xba\x48\x21\x24\x09\x03\xf0\x40\xc6\x88\x6a\xab\xba\xc9\x35\x4c\x62\xd3\xa4\x9e\x2a\x26\xb9\x95\x71\x02\xda\x17\x6a\x77\x5e\xd8\xf5\xf3\x68\xe8\xf9\x61\xf3\x2a\x22\xf5\xf9\xfa\x49\xb5\xca\x43\x5d\xc7\xab\x98\x6f\x27\x24\x12\xbb\x86\xe2\xc2\x12\x18\xb6\x94\xcd\x8b\x20\x19\xbb\xe2\x28\x97\x56\x3a\x5b\x3c\xac\x66\x27\x66\xcc\xe9\x74\xa0\x64\xb6\xcb\x1e\xf9\x26\x4a\x3a\x0e\xa4\x5d\x58\x79\xf3\x97\x9c\x66\x68\x8f\x15\x8e\x1c\xfd\xb0\x41\x60\xf8\xe3\x9f\x49\x1b\x6e\x4b\xf2\x09\xd8\x22\x38\x95\xa0\x35\x23\x09\x9f\xce\x98\xd2\xd2\x0a\xe3\x0d\x9b\x7c\xff\x17\x3d\x70\xd0\xa7\x03\x9a\x24\x32\x5f\x84\x39\xdd\x60\x26\x35\xad\xc5\x93\xa2\xe4\x3e\x1f\x32\x25\x98\x01\x5f\x25\xbc\x47\xfc\x7b\x6b\x0d\x57\xd2\xdc\x4c\xfe\x38\x48\x32\xbe\x36\x1e\x2b\x04\xb4\xb7\xed\x67\x67\xf8\xd5\xb2\x09\x94\xda\x2f\x0d\x5d\x10\x7c\x46\xf0\x59\x8b\xbc\xa7\xc9\x3d\x13\xa9\x2b\x87\x8c\x39\xa6\x70\x41\x01\xb7\x8c\x4c\x14\xe5\x89\xa1\xbe\x83\xed\xdb\x5b\xa8\x2f\xa6\xf4\xde\xde\x42\xec\x8b\x8b\xfb\xb5\x6a\x86\xde\xe4\x68\x04\x7a\x58\x48\xb6\xf7\x09\x91\x9a\x25\xb9\xb2\x6f\xe0\xf9\x30\x78\x3e\xc0\xa8\x90\x60\x41\x71\x42\x21\x5f\xff\x3b\x4d\xf2\x99\xd7\x7c\x41\xdb\xcd\xc0\x41\x80\x93\x84\xfa\x26\xdc\x4a\x83\x13\xd6\x17\x10\x3f\xe5\x5b\x9c\x07\xae\x12\xfb\xa4\x82\x9b\xb3\xee\xf0\x8d\x30\x5b\x75\x37\x5b\x3a\xda\x10\xf6\x1e\x1b\x66\x26\x4c\x80\x1a\xb6\x7e\xcb\x90\xf2\xbb\xfe\xa6\x95\xe2\xc0\x70\x16\x85\xd5\x20\x2c\x61\x2e\xb8\x43\x00\x76\x86\xa2\x28\x44\xc3\xdb\x53\x8b\xef\xb9\x26\x9a\x1a\xae\x47\xbc\x56\x3d\x8d\x73\x84\x77\x59\x75\xba\x59\x62\x72\x4d\x52\x72\x65\x2d\x42\xa8\x69\x8b\x7c\xe0\x4a\x9b\x68\x4a\x46\x86\x14\xdf\x26\x96\x60\x26\xac\x11\x9d\x6a\x1f\x9e\x5d\x3f\x83\xe8\xfd\xa5\xee\xee\x10\x56\xdc\x22\xed\xc2\xc6\x85\x49\xce\x68\xbd\x5a\x31\x23\x96\x69\xb6\x0d\xf1\xad\x65\x10\x00\x4f\x10\x10\x10\x01\x59\x45\xdb\xdf\x0b\xa4\xbc\x30\xcc\x47\xc8\xdc\xa1\xf7\x4c\x2c\xd3\xfa\xd6\x1f\x61\xa7\x94\xf6\x58\x37\xc4\x76\xd0\xf7\x25\xaa\xfc\xdb\x0c\x70\xfd\x63\x57\xe4\x95\xf3\xd1\x89\x5d\x72\x2b\xe7\x27\xf7\x2e\x60\x78\x04\x74\xe8\x32\xd3\x1f\x27\x52\xc7\xe7\xcc\xef\x1f\x6c\xa6\x51\x39\xf3\x81\xc1\x10\x6f\x1d\x16\x18\xdd\xb3\x42\xc6\x89\xeb\x30\xea\x70\x48\x31\xa0\x28\xec\x37\xf1\x2c\x14\x96\x01\x6c\xa5\xbe\xa9\xc5\xd3\x5c\x0a\xc5\xd8\xe1\x38\xdf\xb3\x55\x65\x2a\x97\x6d\x5a\x38\xb9\x0d\x32\xe4\xa6\xb0\x80\x8d\x67\x69\xa3\xc8\x73\x30\xf5\xf1\x04\x20\xa7\x50\xe6\x9d\x51\x5e\xe7\x54\x74\x26\xed\x5d\xd6\xef\x29\xc1\xd3\xf6\x8d\x9a\xe6\xa6\xbb\x25\x62\x5a\x86\x5f\x7b\x03\xbc\x7c\xf4\x48\x69\xfb\xc0\x17\x5b\x13\x58\x3b\x80\x30\x21\xf1\x68\x2c\xee\x8c\xe3\xda\x8c\x46\x4a\x4b\x8c\x3e\x19\x17\x72\xa1\x21\x3c\x03\xd3\x18\xe5\x28\xc0\xc1\x61\x64\x0d\x22\x47\xca\x51\xcd\x1f\xef\x33\x39\xd4\xef\x42\xf2\x34\xd5\xbe\x8f\x22\x9b\xb1\x99\x04\xf7\x83\x3e\xe6\x97\xe2\x29\xef\x43\x7f\x66\xe2\xfb\x70\x93\x85\xaf\x27\xaa\x22\xf0\x05\x93\x39\xa8\x92\xb9\xf0\xe8\x4d\x52\x30\x39\x02\x97\x04\x78\xf9\xbc\xd1\x0d\x84\x6e\x21\x4d\x94\xb8\xa1\xd8\x0c\xc3\x86\x41\x3d\x6c\x5e\xee\x1d\x11\xcc\x56\xad\xf3\x53\x20\x98\xed\xba\xee\xee\xe0\x7c\xa5\x05\xdf\x15\x97\x0a\x8f\xd2\x06\x6c\x16\xde\x5f\x69\x09\x0b\x7c\x00\x4c\x5f\x71\x7d\x10\xcc\x53\x86\x70\x25\x76\x6c\xe4\x31\x24\xbc\x41\x1a\x15\x62\x0a\x36\x21\x6d\x83\x05\x71\x93\xeb\xc0\xbe\xbf\xc6\x38\x31\x44\xed\x4b\x34\x50\x77\xf7\x6a\xe2\x6b\x03\x82\x30\x23\x04\x53\xce\x38\xb2\xf2\xe6\xd8\xd0\xbe\x18\x6f\xe5\x72\x07\x83\xc3\xcb\xaa\xe0\xbd\x85\xe0\x02\x1a\x31\x81\x16\x81\x38\xac\x89\x9c\x4a\x7b\x6d\x5b\x75\xb5\x78\x88\x71\x7c\x70\xd9\x2c\xa9\x8c\x38\xc3\x04\xf7\xaf\x37\x1b\x7b\xb4\xec\x23\x94\x1d\xe3\x97\x56\x83\x5e\x46\x33\x19\x96\x41\x03\x57\x8c\x3f\xa0\xbd\x2d\xa7\x1b\xb0\x5e\x4f\x41\x57\x07\x2c\x73\x87\xe1\xc4\xff\x61\x35\x48\x4b\x52\x21\x66\xce\xa7\xcc\xb9\x28\x17\xc4\x71\xa8\xab\xa2\xdc\xe8\x3d\xdc\x04\xb3\x10\x18\xcb\x30\x1f\xdd\x02\x00\xf9\x0a\xe5\x25\xe4\x3f\x17\xc1\x2a\x76\x91\x43\xc0\x80\xcf\xce\x0b\x1f\x3e\x14\x40\xfa\xf3\x19\x3b\x22\xc3\x1c\x9e\x5f\x5e\xf5\x62\xc3\x2c\x17\xf0\xf8\x38\x99\xb0\xe4\x1e\x82\x4b\x91\x29\xe2\x72\xf9\x8a\x08\xc3\x79\x5f\x14\x70\xcd\x46\x7a\x2b\xe3\x3c\xe0\x61\x05\x4c\x38\xa9\x48\xca\xf5\x2c\xa3\x73\xb0\xe7\x08\x74\x4b\x97\x6b\x11\xfb\x41\x6d\xa9\xb6\x00\x9e\xb4\xe3\x02\x5e\x0e\x83\x7f\xf9\x49\x84\x92\x46\x21\xc4\xaa\x4e\xec\xd8\x19\xa1\x6c\x17\xf7\x74\x13\x32\x7a\x54\xc8\x0b\x77\x34\xf6\x53\x84\x44\x26\x51\xc9\x48\xea\xbf\xf1\x41\x5f\x60\x41\xe9\xfb\x9a\x3f\xf6\xdf\x58\x97\x82\xa9\x07\x96\xf6\x45\x39\x55\xcc\x5d\x65\xc5\x2e\x93\x02\x31\xb7\x89\x75\x6e\x0e\xcb\x19\x83\xf0\x2c\xf7\x9c\x43\x78\x7c\x91\x17\x1f\x02\x9b\x96\x20\xf8\xd6\xd7\xe2\x79\x02\xa8\xd9\xb5\x8d\x1f\x05\x44\xaf\xc3\xd7\x74\x00\xda\x25\x6b\x62\x20\xcc\x90\x08\x83\x59\xb2\x21\xe0\xc3\x05\x80\x2c\x84\x22\xd7\xb5\xd1\x17\x3e\x66\x75\x94\x67\x19\x22\x1f\x34\x2c\x97\x4f\x8c\xf3\x01\x16\x5f\x2f\xfb\x28\xe8\xb5\x24\xc2\x34\x0e\x56\xbf\x94\xcd\x52\x08\x33\x4c\xe6\x45\x0d\x33\x20\x5e\x26\x74\x0e\x81\x78\x1e\xcf\x14\x62\xc3\xc7\xcc\x10\x2b\x77\xa4\x79\x86\x41\x98\x60\xd0\x85\x2c\x3b\x9a\x65\x84\x1b\xdd\x17\x21\x29\x10\x11\x9e\xe0\x2a\xf0\x51\xef\xa9\x93\x05\xa1\x0b\x68\xd6\x55\xbd\x80\x0b\x82\x27\xdc\x94\x86\x04\x96\xca\x79\x0c\x02\x38\x9b\x31\x8a\x21\x43\xbe\x24\x76\x2c\x0d\x56\xb7\xc1\xc5\xd7\x40\x31\x82\xc5\x5c\xa2\x7d\x52\x2f\x16\xa3\xd8\x78\x53\x5a\xa4\x8d\xb3\xb3\xa2\xa0\x47\xe4\xc7\xd1\xba\x40\x65\xe7\xcc\xb3\xf2\x96\xd1\xa1\xb4\x57\x90\xa8\x67\x54\x19\x9e\xe4\x19\x55\x19\x20\x6d\x8d\xf2\x8c\xf0\x51\x54\x5c\x00\x36\x01\x73\xc2\xa0\x80\x9f\x84\x3b\xc2\x1b\xde\x35\x9d\xb2\x28\x40\xd6\x29\x9e\x59\x64\x44\x44\x9c\x1b\xb4\x4e\xd9\xb6\xde\xb5\xc8\x79\xb5\x94\x04\x1c\x8b\x28\x97\x9c\x6b\xe4\x80\x61\xbc\x51\x64\x17\x96\xa4\xe0\x23\x2b\xec\x7e\x17\x1d\xbc\xa6\x9a\x45\x54\xdf\x6f\x68\xa1\xf4\x80\x64\x2b\x6a\x19\xd5\x45\x76\xf6\xa0\x14\x4e\xc9\x6e\x19\x4e\xc4\x8a\xda\xc9\x1b\x0e\x32\xce\xc3\xdf\x62\xa0\x9f\xa3\x5a\x33\xd5\xc1\x4e\x97\xd4\x32\x80\x7d\xdc\x70\xa8\x11\xce\xe8\xe6\x03\x8d\x28\x27\xb6\x47\x37\xae\xec\x6a\xe5\xf2\x73\x09\xf1\x93\xd8\x71\x59\xc1\x9e\xa1\x07\xa3\x52\x62\x0e\xc6\xe0\xa0\x41\x01\xc9\x29\x1c\xb6\x21\x23\x19\x17\xf7\x3e\x94\xdc\xee\xfc\x11\xa1\x45\xeb\x70\xf8\x70\xf4\x48\xcc\x0d\x92\x4d\x1d\xee\xd9\x0e\xc2\xce\x7a\x01\x79\xb5\x9b\x1b\xe6\xbd\x11\xb4\xdd\x42\x85\xb6\x68\x1e\xeb\x6f\xcb\x52\x9f\x79\x10\x62\xbd\xa3\x1c\x2f\x98\xc8\x7b\x67\x78\xa8\xd9\xd5\xb8\xbe\xd7\x13\x5a\x5f\x9f\x71\x35\x94\xe7\xdd\xe5\x79\xe7\x43\xf7\xb2\x8c\xbf\xf9\xd7\xbb\xce\x5d\xf9\x97\x9b\xbb\xcb\xcb\xee\xe5\xc7\xf8\xa7\xdb\xbb\xb3\xb3\x4e\xe7\xbc\xfc\xde\x87\x76\xf7\xa2\xf2\x9e\xfd\xa9\xfc\x52\xfb\xfd\xd5\x4d\x05\xf1\xf3\xf6\xc7\xee\xf5\x75\xf9\xa7\x5e\xf7\x53\xe7\x7c\x70\x75\xd7\x5b\x0a\xee\x59\x8c\xbf\x76\x89\xf6\x81\x8a\xb8\x35\xa2\x6b\x9b\x8c\x14\x67\x22\xcd\xe6\x18\x35\xe0\xf5\x8e\x8a\x93\x32\x66\xe9\x7c\xca\x64\xbe\x8b\xf3\xdf\xaa\xbe\xf2\xc1\xaa\xd4\x19\x71\xad\xb9\x90\x47\xaa\xef\x1b\x33\x8a\x8d\x5a\x34\x83\x2d\x0d\x71\x32\x6a\x1e\x82\xe8\x96\x06\xef\x84\x0c\x28\xd7\x09\x99\x31\xb5\x6c\x2c\x70\xe1\xaa\x7c\x66\xf8\xb0\x39\x9c\x63\xcd\xcc\xa0\xcd\x35\x3b\xcc\x8e\xad\x4f\x6d\xb8\xac\x67\x74\xa5\xa8\x86\x5d\x1c\xba\xd0\xc2\x6e\x01\xc7\xa1\x0d\xef\x0a\x9b\xe5\xc3\x8c\x27\x84\xa7\x45\x66\x2f\x06\x3d\x60\x04\x1e\x5a\x4a\xaa\xa9\xf4\x33\xa6\x40\x0e\xb2\xe2\xe5\x4c\xb1\x63\x9a\x9b\x89\x2f\x7d\x14\x6a\xd6\x62\x6a\x3b\x4b\x14\x33\xbe\xb4\x22\x4b\x3d\x80\x6d\xd4\x13\x0c\xc6\xc5\xe1\xa6\x90\xf0\xd1\x64\x0f\xc3\xd7\xb1\xc9\x0d\x2c\x77\xf8\xfe\x1a\xab\xe2\x06\xcb\x75\xb5\x3c\x09\x08\x7b\xf8\xd0\x23\xe0\xda\x29\x5b\xd6\x9b\xf8\x58\x11\xdc\x65\x1f\x76\xb2\x01\x65\xc5\xe4\x51\x0e\x0d\x71\x4d\xba\x47\x67\x8a\xc1\x55\xe0\x3c\x3b\x5e\x1f\x86\x10\x49\x17\x9b\x02\x21\x29\x56\xee\x1f\xb2\x09\xcd\x46\x68\x5a\xb1\x5b\x51\x9c\xa6\x45\xc2\xec\xc9\x7b\x26\xf6\x50\x0e\x7a\xc7\x08\x38\x81\xc2\x74\x11\x8f\x1d\x6c\x0d\x85\x35\x06\x8a\x60\xfa\x22\xd1\x2e\x42\x0f\x6b\x72\xa1\xe8\x19\x3d\xc6\x30\x99\x02\xdb\xc2\x07\xf7\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x6d\x76\x3f\x54\xb9\xf0\x79\x51\x81\x27\x43\x4a\x2c\x26\x97\xdc\x33\x01\xc0\xbb\x58\x3b\xa3\x81\x49\x6f\x64\xe0\x5c\xdc\x86\x95\xe6\x42\x30\x24\xf1\x12\x12\x71\x6c\xcd\x54\x45\x49\xe9\x29\xbd\x67\x2d\x72\x8e\xd7\x21\x10\xce\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xe9\x79\x7b\x82\xe8\xad\xc5\xb0\xad\x12\x37\x38\x71\x47\xad\x88\x24\x2e\xea\x82\x87\x73\x06\x1b\xd1\x74\x43\xa4\xb3\x41\xca\x75\x62\x6f\xb9\xf9\x80\x89\x14\x10\x50\xb6\xba\xa0\xeb\x9b\xaa\x0e\x3d\xbc\x41\xc2\x1b\x9e\x4f\xe0\xa5\xf6\xe0\x89\x37\x3c\x87\xbc\x6a\x57\x61\x12\xaa\x0b\xf7\x45\x74\xa9\xb4\x56\xa3\xde\xd9\xe6\x76\x9b\x5b\xb9\x89\xea\x9c\x70\xbc\x5c\xeb\x9c\x5a\x2e\xe8\x5f\x83\xb4\xd8\x86\x55\x71\x89\xb2\x31\x0c\x0b\x8f\x50\xfe\x89\xd5\x6c\xa7\x54\xa4\xd4\x48\x35\x6f\x98\xe2\x7a\xdc\x32\x3e\x2c\x65\x9e\x19\xdf\xcc\x56\x6d\xf7\xbb\x80\xaf\x52\x51\xa6\x9f\xbe\x40\xb0\x96\xde\xd5\x8f\x9d\xcb\xdb\x41\xe7\xf2\xa7\xc1\xf5\x4d\xe7\x43\xf7\xbf\x42\x06\x9c\xab\x59\x5a\x06\x10\x67\xf6\xd6\xb3\x8c\xc4\x67\x63\xd4\xb2\x12\x84\xf1\xf6\xed\x38\xe8\x56\x3e\xea\x0b\xcf\x44\x54\xd1\xfc\x44\xc9\x7c\x3c\xa9\x6f\xa8\x3a\xca\xeb\x76\xef\x87\xad\x86\x09\x99\x52\x88\xf5\x8b\x47\x6c\x31\xe7\x9f\x8f\x1c\x8b\x43\xa0\x80\xca\xf0\x20\xdf\x0f\x5e\xad\x33\x55\x37\xf0\xb1\xad\x94\x8e\x45\x26\xb5\x54\xc6\xaf\x79\xbd\x89\x80\x7a\x11\x9f\x2c\xdd\x18\x80\x41\x81\x28\xf2\x0b\xad\x9d\xd6\xfc\x56\xba\xac\xfe\x78\x9c\xb1\xf1\x98\xa5\x48\x5e\xd5\x86\x9d\x05\xc7\xf1\xbd\xa4\xb8\xc8\xeb\x56\xd1\x81\x3a\xef\x70\x13\x87\x38\x86\xf5\x79\xf7\x75\xf8\xa4\x9e\x57\x9c\xf9\xe2\x2e\x89\x14\xda\x50\xd1\x00\x92\xb5\x61\x01\xca\x02\xb9\x56\x15\x65\x60\x9d\x5d\xc3\xdb\x9c\x8b\x73\xb0\x8d\x1f\xc6\x81\x57\x0b\x67\xa8\x88\x40\xad\xa3\x6a\x34\x35\x9b\x50\x29\xf1\xf7\xe4\x36\x89\xa5\x1a\x92\x4b\x10\x04\x43\x21\xa2\x87\x3a\x78\x11\x34\xe2\x00\x24\x6f\x63\x60\xd7\x9e\x2b\x82\x06\x43\x65\x51\xce\x30\x14\xc8\xf4\x72\xda\xe6\x66\xa9\x4a\x31\xc0\xa8\x50\x62\x9a\x27\x0e\x47\x07\x9b\x2d\x3c\xb7\xce\x0e\xe5\x2f\xd8\x94\x1c\xc7\x05\x58\xd3\x63\x48\xf5\xea\x8b\x26\x7f\x44\x4d\xf1\xd2\x98\x02\xae\xfd\xad\xb5\xcb\xde\xd7\xac\x7e\xf3\x11\xf4\x8b\xbd\x5e\x08\x2e\xf1\xaf\x83\x70\xd7\xe0\xf8\x76\xfb\x32\xa4\xe8\x70\x2c\x5f\xc7\x4d\xd9\x38\x81\xab\x6e\xe6\x9f\x5f\xcb\x37\x4f\xcb\xf0\x3f\x78\x45\x4e\xa8\x46\x49\xd5\x57\xb3\x2f\x2a\xae\x16\xa5\x76\x9b\x4c\xdc\x01\xcc\x79\x8f\x10\x21\x4d\xfe\x86\x23\x54\x9a\x43\xd5\xfc\x18\x01\x37\xa0\x79\x6f\x46\xf8\xb1\x70\x14\xf4\x14\xe4\x7b\xc0\xb0\x32\x9a\x8b\x64\x42\x66\x19\xc5\xb0\xf3\x09\xd5\x48\xd2\xde\xa5\x4d\x87\x3c\xe3\x06\x12\xe6\xd0\x19\x54\x59\x61\xab\xbc\x50\x75\xef\x81\x1a\x68\x91\xae\xbd\x8c\xe8\x77\x0c\xbb\x2a\x0a\x3b\x3d\x67\xe0\x55\x71\x64\xa3\x2f\x96\x7a\x92\x0a\xb2\x74\x41\x57\xc5\x76\x60\xe9\x71\x23\xa3\x22\x55\x9b\xed\xac\x6b\xf1\xba\xfa\x79\x69\xbd\x6b\x2e\xea\xcd\x3d\xfc\x0e\x83\x68\x03\x36\x5f\x45\x28\xaa\x3d\x59\xa3\x4c\xd2\x86\x92\x14\xbe\x6d\x04\x1c\x6a\x6a\x3b\x95\xf9\xb0\x09\xe0\x02\x47\xb5\xbc\xf5\x65\xe6\x7a\x7f\x6e\xf7\x65\xfe\x8b\x19\x20\x35\xcc\xf0\xcd\x6c\x19\xd1\xa4\xa9\x61\xc7\xf0\x79\x7d\xe3\x0e\xd6\x61\xed\x39\x2f\x10\x5a\x81\x4c\x17\x60\x34\xac\x48\x5b\x53\xd6\xf0\xaf\x39\x94\x4e\xbc\x1a\xdd\x62\x0a\xd7\x2e\x44\x66\xf8\x22\x85\xd5\x9f\xc4\x6a\xaf\xbd\xb2\x2f\x24\xa6\x81\x19\x4b\xd6\xbf\x66\xaa\xed\xde\xda\xaf\xd7\x3f\x90\xe5\xb2\x4d\x33\xc5\x25\x24\x5a\xb9\x5a\x4f\x4b\x72\xc1\x6b\xfb\xdd\x61\x25\x7f\xc9\x59\xce\x2c\xed\x0f\xf3\x74\xbc\x68\xc7\xdc\x40\x3a\x2b\xa6\x34\x91\x8f\x64\x9a\x27\x13\xe2\x1b\x27\x29\xcb\xe8\xbc\x34\x35\x90\x97\x8c\xcc\x00\x5b\x63\x4b\xa8\x87\x24\xd7\x46\x4e\x21\x24\xad\x68\x57\xe5\x02\x08\x9e\x50\x63\x14\x1f\xe6\xa6\x36\x8e\xa9\x94\xf3\xbc\xa5\x1f\xea\xf6\xba\x73\xd6\xfd\xd0\xad\x38\x81\xda\xb7\x3f\xc6\xff\xfe\x7c\x75\xf3\xe3\x87\x8b\xab\xcf\xf1\x6f\x17\xed\xbb\xcb\xb3\x1f\x06\xd7\x17\xed\xcb\xf8\xe7\xf3\x76\xaf\x7d\xdb\x59\xe5\x3d\x5a\xec\xb5\x79\x23\x68\x94\x92\x6d\x65\x17\x67\xa3\x04\xc7\x9d\xd7\x2e\x5d\xaf\xa7\xa4\xed\x13\xd4\xe3\x62\x1c\xd4\x7b\xf4\xc0\x13\x8d\xd5\x41\x9c\xe3\x0f\x8a\x5f\x63\xb5\xa5\x16\x69\x13\x5f\x35\x0b\xc2\x16\xb5\x15\x16\x5c\xfa\xae\xdd\x1d\x6c\xc2\x4a\x0c\x49\xa1\xb9\x15\x88\xcf\x72\xe4\xf2\xe6\x33\x16\x63\x15\xb9\x0a\xa9\xad\xbe\xe8\x3c\x30\x61\x72\x00\x52\xa1\x59\xe6\x8b\x9b\xf9\x17\xa2\x2c\x37\x3f\x4a\xcd\xa7\x3c\xa3\xaa\x00\xe7\xbd\x72\x6d\x81\xc0\xee\xc7\x1a\xb2\x1a\x17\x61\x1e\xbd\xf2\x70\xd7\x25\x30\xee\xb3\x8b\x2e\x88\x40\x89\xf1\x58\x78\xbe\xf3\xbe\xc0\xc4\x6c\xd7\xe3\x94\x42\x28\xad\x91\xce\x9e\x86\xdd\x37\x16\x7b\xbd\xa9\x01\xc7\xdd\x22\xf1\x1f\x8d\xcc\x4f\x15\x14\x13\x06\xe9\xff\xe8\x08\xa3\xe6\x9b\x80\x26\x93\x94\x69\x90\x4d\x5d\xfc\x4b\x19\xb0\x17\xcd\x1d\xc4\xb7\x7e\x09\xc2\x8e\x8f\xcf\x72\x86\xf7\x60\x5f\x67\x00\x31\xde\x20\x7f\x67\xf6\x12\x7a\xa9\xeb\x10\x67\x91\xc1\x2a\x0c\x65\x2e\x52\x5f\x6d\x74\xca\xc5\xc9\x94\x7e\x79\xe7\x67\xfa\x38\xe1\x4e\x01\x29\x32\x6e\x59\x66\x35\x91\xb9\x65\x72\xcb\x97\xab\x2f\x96\xac\xd7\x6a\x69\xd1\x73\x56\x50\x7b\x0a\x1d\x15\x63\x8e\x1e\xd8\xbc\x6e\xff\x16\xc0\x18\x31\xae\xc9\x1d\x78\x68\x64\xa6\x18\x14\xd7\x0e\x11\x4d\x19\x46\xaa\x85\x7f\x43\xc4\x6c\x09\x9f\xb9\x9e\x79\xc7\xde\xdc\x9d\xce\x4d\xad\x1f\xf9\x09\xe0\x34\x5d\x4f\x76\xd3\xd0\xab\xec\x2d\x9d\x2e\x42\xd8\x39\xce\xec\x6e\xfd\x5d\x0e\xa1\x04\xa4\xf6\xe5\x57\x14\x03\xcb\x36\xec\x85\xc7\xff\x81\xc4\xcc\x05\x57\xb5\xa7\x81\x8c\x69\xb0\xf7\x42\x79\x62\xf6\x4b\xee\x7c\x74\x7f\xf8\x7e\xb3\x8b\xd6\xa8\x39\xf1\x48\x63\x71\x40\xb7\xcb\x67\x70\x97\x2e\x8c\x2b\x17\xbc\x2e\x5b\xfb\x06\x0b\xf3\x3e\x6f\xfd\xf3\x4a\xa7\xee\x9f\x2b\x9d\x58\xde\x12\xeb\x8a\x09\x3f\x19\xbc\xc5\x4f\x15\x54\x0b\xd7\x1d\x84\xb2\xba\xd6\xe3\x1b\x6d\x48\x93\xfb\x47\xaa\x52\x34\x16\x42\x94\x41\x8b\xfc\x20\x1f\xd9\x03\x53\x47\x24\x61\xca\x50\x97\xf0\xaa\xc1\xe1\x0a\x07\xca\xb5\xd3\x17\x10\xdd\x8d\xd9\xc3\x02\x4a\xd7\x18\x3e\x9e\x58\x85\x32\x72\x8f\x4b\x65\xf9\x91\x41\x34\x81\x19\x4b\x30\xac\xbf\xc9\x99\x38\xca\xe8\xc3\x62\x06\xef\x36\xc9\x99\x51\x95\x6e\xef\x9e\x72\xbe\x9a\xa5\x61\x0d\xbe\xd8\x33\x72\xcd\xd9\xdc\x4c\xa4\x38\x22\x63\x99\x51\x31\x6e\xb5\x5a\x84\x99\xa4\xf5\x6e\x23\x42\x77\x0d\xc6\x0e\xaf\x10\x93\x99\x49\xcd\xb2\x79\xc0\xe1\x0c\xb1\xf3\x76\x95\x21\x56\x5f\x73\x34\x79\xd4\x50\xff\x6d\x35\xc7\xf3\x79\x4d\xe7\xf5\x9a\xea\xc6\xc9\x22\x0d\xed\x00\x3e\xe7\x06\x2d\xe1\xfb\xf5\x9a\xd7\x06\xc9\x4f\x1e\xf1\xba\x48\x82\x6a\x00\xc0\x91\x62\xd3\xcc\x9e\x9f\x64\x53\x95\x97\xad\x92\xd6\x6b\x5b\x72\x29\xc6\x5b\xe5\xba\x2c\x52\x74\x0d\xc5\x85\xb4\xb0\x9d\x00\x32\xb2\x7c\xba\x58\xaa\x70\x5f\x52\x54\x31\x48\xfc\xeb\x0c\xba\x5b\x5b\x8a\x2a\x8a\xd9\x48\x85\xf9\x38\x6e\xbc\x68\x0b\x45\x62\x02\x6e\xa9\xb8\x86\x54\xfd\x6d\x52\x66\x42\x33\xd8\x34\xb8\x6c\xa0\xda\x31\x94\x17\x53\x52\x8c\xb3\x39\x66\x01\x79\x13\xbf\xfb\x44\xa3\xa8\x03\x7e\x9e\x66\xce\x50\x0d\x1a\x7a\xee\xf0\x16\x90\x1f\x22\x9c\xaa\x22\xc6\x01\xfc\xa9\x8e\xff\x95\x4c\xe1\x70\xe1\x73\x4c\x6a\xf6\xa1\x49\x22\x2a\x6d\xb2\x00\x04\x53\x4e\x13\xeb\x8b\x72\x57\xd3\x02\x77\xc8\xc5\x73\x39\xc7\x38\x57\x0c\xf1\x1b\xb4\x65\xae\x86\x3f\x14\x4b\x58\x3d\x4d\x30\xd6\x41\x54\xf2\x63\xbd\x73\x85\xab\xff\xc9\x7e\xbc\x28\x15\x04\x83\xd6\x42\xe3\xf6\x3a\x28\x62\xfd\x0b\x2d\xbb\x28\x57\xeb\xa6\xe6\x96\xad\xf0\x63\xd7\x94\x83\x29\x0c\x16\x20\x09\x5a\x81\xaf\x2f\x1c\x34\x4b\xe4\x1f\xba\x67\xf3\x9a\x95\x72\x39\x48\x08\x08\x31\x2f\xa5\x75\x02\x6c\x8e\x2f\x76\x50\x5f\x85\xc7\x23\x3e\xbb\xea\x73\x98\xb6\xe7\xb5\xda\xda\x0e\xb7\x0c\x8e\xc0\x75\x6e\x0e\x88\x28\xee\x74\xb7\x70\x0e\x5c\x08\xb1\x5f\x51\x1c\x48\x98\x5d\xbe\xb6\xa8\x8d\x45\xf0\x91\x08\xb7\x9d\xb3\x9b\x4e\xef\xd9\x02\x26\x7c\xb4\xc2\xc6\x11\x13\x7e\x9c\xe7\x9d\x0f\xed\xbb\x8b\xde\xe0\xbc\x7b\xf3\x14\x21\x13\xee\xd1\x16\x31\x13\xb7\x0e\xf1\xe9\x4c\x0a\xc3\xbe\xec\xc4\xa0\x54\x2e\x06\x74\x83\x10\xdd\x80\xaa\xb6\x8c\x6d\x61\xa3\x8b\x88\x55\x01\x4e\x8a\x92\x99\x4c\xbd\xf4\x1c\x00\xaa\xa2\xb2\x4a\x23\x9e\x65\x90\x08\x13\x0c\x4e\x2e\xba\xdd\x2e\xea\x11\xe1\x21\x48\xcf\xb3\xb1\xbe\x18\x96\x20\xbb\x40\x09\x9e\x48\xa9\x71\x7f\xe8\xcc\x2e\x80\xe2\x90\x07\xb1\x0c\xd4\xca\x2a\xb3\xc5\x30\x10\xa7\x3d\x17\x44\x36\x45\x8d\xb9\x4d\x7c\xca\x3c\x27\x77\x0b\xad\x7b\xf1\x7a\x8a\x2b\xd1\xa7\xbf\x8b\xfd\xc3\x30\x43\x3c\xc4\x5c\xe0\x2d\x5d\x3a\xcd\xb7\xf5\xa4\x7b\x52\x1c\x01\x58\x77\xbb\x93\x14\xac\x72\x00\x85\x5e\x6c\xa4\xdb\x08\x84\x93\x2c\xcc\x75\xf7\x1c\xfd\xca\x72\x54\x59\x67\xcb\x0a\xed\x5a\x73\xb0\xdd\x51\x84\x94\x26\x49\x96\x6b\xab\x09\xa1\x1e\xd1\xfe\x7c\xdb\x17\x58\xd4\x06\xa8\x40\x7b\xc8\x41\xec\x02\xbd\x9a\xb2\xd4\xbf\x91\x64\xc4\xbc\x93\xd8\x71\xb0\xb7\x68\xb5\x99\x32\x2a\x34\x16\xaa\xc8\x32\xa6\x0a\xca\xc0\xf1\x30\x96\x3a\xb0\x5a\x28\x38\x52\x7c\xef\x6a\x15\x48\x38\xb5\x76\xbc\xee\xa9\xc3\xea\xaf\xd2\x53\x53\xbc\x27\x84\x4c\x3d\x25\xe5\xd4\x84\xea\xae\x4b\x45\x2e\xda\xac\x96\x88\xca\x21\xb3\x6b\xd1\x52\x0f\x9b\x3b\x90\xd2\x1e\x49\x69\x8d\x7b\x3d\xbe\x25\xc8\x44\x5a\x06\x1a\xd0\x02\x0b\xc7\x4b\xc8\xf3\xcc\x20\x22\x00\x4a\x23\xd7\xdd\x3a\x05\xe8\xc6\x56\xae\x98\xcb\xab\xcb\x4e\xec\x48\xe9\x5e\xf6\x3a\x1f\x3b\x37\xa5\x9c\x9e\x8b\xab\x76\xaf\x94\xbf\xd3\xbb\xa9\xa4\xfd\xbc\xbf\xba\xba\xe8\x2c\x78\x64\x3a\xbd\xee\xa7\x52\xe3\xe7\x77\x37\xed\x5e\xf7\xaa\xf4\xde\xfb\xee\x65\xfb\xe6\xe7\xf8\x97\xce\xcd\xcd\xd5\x4d\xa5\xbf\xbb\xb3\xe5\xbe\x9d\xd2\x34\xea\xf5\x92\xc2\x74\x1c\xe1\x8f\xd4\x2d\x69\x8f\xea\xfb\x3d\x67\xb3\x41\xf6\xe6\x26\xd9\x68\xb5\xc9\x67\x25\x15\x3d\x65\x83\xed\x12\xdd\x9a\x92\xf5\x6a\xfb\x51\xcc\xa8\xf9\x80\x1a\xc3\xa6\xb3\xdd\x4a\x27\xad\x7f\x44\x36\xcb\xa1\x03\xfe\xb2\x46\x0e\x5d\x69\x57\x5f\x4e\x0e\x5d\x4d\x7a\xdc\x62\x0e\x5d\xf7\xb2\xdb\xeb\xb6\x2f\xba\xff\xb7\xd2\xe2\xe7\x76\xb7\xd7\xbd\xfc\x38\xf8\x70\x75\x33\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x96\x47\xd7\x2e\x8e\xbe\x50\xda\x8e\x49\xdc\xcf\x29\xe9\x45\xe2\x34\xda\x48\x9d\xb6\x66\x57\x1c\x10\x57\xb9\x01\x58\x13\x2e\xc6\x47\x50\xdc\xe7\x94\x74\x94\xea\x4e\xe9\x98\x5d\xe7\x59\x76\x44\x42\x09\xaf\x33\xc5\xa8\x81\xd7\xae\x65\xda\x8d\xbe\x03\x37\x6a\xed\x34\xa0\x7f\x57\x2a\x0b\xbb\x3f\x72\xfd\x47\x2a\x5e\x70\xd1\xba\x78\xf5\x50\x93\xf0\x14\xc0\x62\xe5\xc8\xa1\xfe\x1f\x05\x87\x0f\xf9\x25\x97\x86\x12\xf6\x25\x81\x88\xf2\x7a\x3a\xb9\x90\x3b\x95\xba\x5a\x8d\xcb\x5f\x7f\xa6\x57\x9b\x25\xea\x35\x79\x44\x8a\x1a\x6c\x52\x69\xc6\xcd\xf2\x13\x7e\xea\x8a\xcb\xd4\x0b\x44\x26\xdb\x43\x84\xcb\x85\x1c\xd7\xa3\xb2\x40\xb6\x8f\x83\x92\x29\x40\xd1\x21\x5e\x4e\x8e\x89\xe6\xe2\xbe\x2f\x3e\x4f\x98\x20\x32\x57\xf8\x93\x91\x0a\x00\x7e\x46\x59\xae\x27\x0c\x4a\xda\x1d\x91\x47\x46\xa6\x74\x8e\x71\x73\x53\xa9\x22\x9c\x1a\x20\x19\x4b\x9c\xf0\x75\xc6\x85\xe5\x16\x33\xee\xed\xa9\xd5\xad\xdf\x87\xbb\xc5\xe7\x53\xd0\xdd\xb3\x1a\xd7\x0b\x1a\x79\x9c\x30\xf0\x97\x17\x06\xa5\x50\x66\x1f\x39\x37\x60\xf6\x49\x79\x6f\x35\x33\x9f\x64\xf5\x9d\x47\x25\x80\xe5\x7e\x90\x3c\x25\x69\x3e\xcb\x78\x12\xf8\xee\xa3\x54\x8d\x59\xa4\x68\xf7\xdf\x20\x8b\xb4\xe2\xcd\x5a\x36\xb1\x1a\xa7\x42\x64\xef\x58\x92\x4f\xfa\xc4\x19\xb5\x51\x89\x8e\x5c\x33\x75\x6c\x14\x1f\x8f\xc1\x8a\xea\x5d\x94\x2f\x3f\xe5\xb6\xc8\xf5\xd9\xdd\x1b\x17\x07\xcb\x64\x72\xcc\x13\x1a\xbc\x70\x40\x53\x41\x76\x0d\x79\x7d\xfe\xd8\xcf\x72\x85\xa5\x11\x47\x45\xc2\x55\x63\x10\xf3\x4c\x31\x48\x28\x1d\x60\xd5\x93\xdd\xab\xb1\x74\x47\x58\x01\xd0\xe1\x86\x17\xd1\x64\xbe\xf2\x82\xbf\xe1\x8a\xbe\x3d\x4c\x15\x22\xc4\x42\xa5\x41\x22\x1f\xa1\x6a\x93\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\xba\x2a\x18\x6e\x3d\xb8\xd7\xc8\x23\x5e\x3a\x8f\x3f\xd6\xbd\xfe\xfa\x29\xd2\x81\x51\x03\xf2\x47\x38\xa5\xb5\x2c\x72\x57\x1c\xab\x90\x21\xb0\xad\x44\xbc\xdc\xc3\x31\xce\xe4\x10\xcb\x46\x2d\x20\x5c\xc5\xb7\xce\x66\xee\xfc\x91\xc3\x21\x2b\xdf\x59\x3e\x53\x1c\x82\xc9\xe5\x12\xe4\x60\xbb\x6c\x3d\x36\x9d\x65\xd4\xec\x19\x02\x6c\xf7\x05\xcb\x8d\x8c\x0a\x75\xd9\xc9\x75\x43\xbd\x2e\xef\x9d\x00\xaa\xe8\xa6\xb5\x55\x1f\x8a\x13\xe3\x57\x7e\x83\x54\xda\x8d\x10\xcc\x66\x8a\x79\x5f\xf2\x9c\x99\xe0\x42\xce\x3c\x5e\x0d\x64\xd2\x86\x59\x97\x63\x68\xbc\x97\x3c\xc4\x3d\x42\xc6\x7b\x28\x22\x37\x9d\x49\xc1\x84\x33\x6e\x08\xd9\x17\xae\x71\x8f\x87\x18\xea\x79\x94\xdc\x36\x47\x4e\x07\x71\x95\x23\xb5\xcc\x1e\x9c\x9d\x32\xca\x64\x06\xbc\x22\x3b\xc0\x33\xcb\xce\xad\xf0\x42\x45\x5a\x54\xc0\x9f\xb0\xbe\xa8\x80\x02\x2a\x36\xe6\xda\xc0\xc5\xe2\x29\x36\xfe\x7e\x6f\x40\x69\x25\x79\x67\xd9\xd2\x37\x02\xa5\xad\x62\x5c\x23\x9a\x6c\x02\x58\x34\x9f\xb1\xb4\x1b\xbe\x5b\x4e\x0c\x25\x47\x62\x1a\x05\x5a\x95\x0e\x39\xd2\x80\x2f\x0d\x0b\x51\x85\x3a\x64\x23\x87\x4d\x0a\x15\x62\x3c\x88\x11\x6c\xd1\x98\xe6\x54\x51\x61\x18\xd3\x7d\x81\x21\x97\x18\x0f\x5e\x0a\x00\x19\x95\xa0\xf1\x0a\x59\x2a\x91\xda\x60\xb4\x19\x7c\x32\xa2\x3c\xcb\x55\xa3\x88\x80\x64\xb9\x95\x6b\x7b\xd9\x32\x9d\x41\xb3\xa4\x6e\xd7\x42\x94\x46\x74\x8c\x42\x84\x86\xaf\x62\xe1\x2b\x6d\x94\x9d\x95\x4d\x18\xa7\x4e\xd9\x5b\x7f\xc3\x83\x7e\xb8\x04\xf3\xca\x6e\xef\x2a\x59\x65\xb5\x01\xe2\x4f\x7f\x5c\x0d\x77\xd9\xc8\x29\x80\x46\x26\x54\xa4\x50\xbb\x8a\x9a\xc8\xdc\x80\x7b\xeb\x28\x0e\x40\xc4\x8c\x67\x45\xcd\xbe\x09\x30\xf5\x0d\x92\x05\x3f\xd1\x8a\xd5\xaa\x3a\x98\x56\xf8\x1b\x4a\xbd\x94\xdd\x3e\x75\xe6\xc6\x22\x16\xd1\xa1\xd9\x85\xe3\xb1\x59\xf8\x23\xb0\x62\x0d\xa4\x09\x31\x53\xcd\xc5\x82\x9c\x48\x1d\x51\x56\x5f\xf4\x40\x92\x42\x0c\xc9\xc0\x04\x1d\x88\x83\xd2\x86\x68\xc3\x66\xb5\xd4\x58\xba\x6d\xcb\x7c\x64\xa7\x84\x9c\x3a\xb4\xc7\xd5\x89\x7f\x9f\xe8\x6c\x19\x10\xdf\xce\x2d\xae\xda\x86\x10\x89\x51\x65\x92\xd5\x52\xfa\x35\xab\x17\x92\x17\x9f\x25\xe0\x70\x13\x58\xe0\x90\xc3\xea\x00\xb5\x97\x1d\xb3\xf2\xa7\x9b\xa7\x31\x17\x91\x76\xae\x0e\x33\x36\x38\xc4\xc4\xd3\x38\x57\x76\x07\x4c\xd9\xb0\x31\xbe\xad\x25\xdb\xb1\x63\x1e\x5f\x91\x7a\xfd\x8c\x69\x7c\x3f\x2d\x2c\xd1\xa6\x59\x7c\x0f\x71\xda\x32\xdc\xdc\x45\x64\xc0\x5a\xfa\x4c\xc8\xde\xfb\xa9\x9c\x7b\x5e\x5a\x62\xc9\xd7\x4a\xd2\x5f\x2c\xf4\x06\xcc\x32\x65\x42\x1a\x46\x28\x11\x3c\x3b\x11\x79\x96\x9d\x5c\x4a\xc1\x08\xd5\x9a\x8f\x31\x9a\x01\x8b\xb4\x43\x44\x63\x51\xfd\xa0\x64\xc8\x8c\x8e\x00\x5c\x27\x76\x48\x68\x63\x35\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\x40\x01\x18\x41\xe3\x79\x88\x02\xc5\xde\x42\x41\x78\xec\x0b\x52\xa2\xe6\x71\xe3\x35\x04\xb6\x0c\xf8\x6e\xa7\xf0\xcb\x43\x39\xc2\x17\x53\x8e\x50\xaa\x50\x1f\x7d\xfd\xc2\x84\xcd\x87\x6a\xeb\xca\x80\x41\x4c\x0e\x12\xd4\x1a\xf4\xf8\x35\x9d\x35\x4f\x09\x83\xb8\x33\xe6\xa1\x5f\xa9\x7d\xd8\xac\x7f\xc1\xdc\xc8\x81\x1c\xf9\x72\x82\xdb\xe7\x73\xae\x69\x34\x8c\x03\xd2\xe3\x2c\xce\x45\x22\x69\xd2\x9a\xa4\x18\x38\xbd\x6a\xbd\xc1\x56\x17\xec\x4a\x7c\xc0\xcf\xaf\x65\xc6\x93\xe5\x96\x56\x7f\x35\x01\xc8\xf6\x82\x9d\x1d\xe0\xe8\x5d\x91\x5b\xea\x95\x3d\x34\x21\x1a\x96\x98\xc2\x70\xb0\x38\xb9\x4d\xc4\x6b\xaf\xb3\x85\x56\x00\x30\xa4\xa8\x12\x60\xaf\x15\x88\xfe\x84\x94\x04\x14\xa4\x01\xaf\x9a\xce\xc0\xb2\xef\x94\xbc\xd2\x40\x80\x37\x3d\x4e\x64\xc6\x8e\xd0\x32\x01\x66\xcc\xbe\x98\x31\x95\x48\xab\x2f\x40\x1d\x62\x0c\xdd\xe2\x59\x5a\x24\xfe\xbd\x05\xaf\x0a\xd8\x3e\xdf\x39\x74\x83\xa2\xd2\x7b\xc0\x8a\x5f\x4d\xb6\x1e\xd1\x6c\xd7\xcc\xf9\x7d\x99\x49\x97\x51\xc1\x67\xe7\x69\xc1\xa5\x70\xd8\xce\x15\x13\x80\x5d\xf4\xd2\x78\x36\xdb\x61\x16\x52\xba\xe0\x82\xc1\xc2\x02\xa6\xb2\xaf\x0e\xe1\xbd\xba\x94\x44\x5a\x12\xe5\xc1\x96\x6d\x3f\xa2\xe0\x0d\xa3\x28\x86\x14\xc1\x92\x6e\x53\xfb\xa2\xb0\x7a\x7c\xa7\x63\x91\xa4\x76\x9f\x5b\xe4\x83\x54\x84\x03\x70\x50\xc2\x8e\xc8\x77\xa5\x89\x7e\x07\xe1\xbb\x42\x42\x7f\x4e\x57\x2e\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\x95\xe6\xf4\x5a\xa1\xb3\xa4\xba\x94\xd3\x30\x6d\xf0\xe5\x51\x17\x30\x9c\x06\x20\x3c\x08\x94\x51\x71\x18\x28\x85\x70\x23\x00\xfc\xce\x05\x64\x74\xb1\x2f\x08\xab\x9e\xcd\xc1\xbf\xa3\x78\x9a\xda\xee\x0a\xbc\x7f\x87\xbd\x03\x05\xe4\xe6\x32\xc7\x2a\x28\x29\x58\xed\x69\xc8\xf1\x09\x31\x39\x1c\x85\xd1\xa1\x34\x93\x32\x0e\x35\x82\x73\xe0\x49\x62\x0f\x4c\xcd\x0d\x94\x89\x81\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x82\xa9\x3c\xe3\xe8\x0b\x9a\x3a\x6c\x33\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x0f\xe5\xc3\x32\x99\x6e\x57\x53\x3d\x9e\xea\x59\x46\xc5\x00\x19\xea\x57\x30\xd6\x47\xb8\x29\x4d\x26\x95\x7c\x38\x08\xf0\xe3\x7b\x19\x67\x90\x74\x6e\x4a\x68\x46\x56\x84\xf3\x1d\x1d\x55\x8b\x84\x7a\xc9\x1c\x32\xfc\xbc\x55\x99\x67\xcc\x15\xd9\xff\x52\x97\x84\xb2\xda\xe1\x40\x2b\xe6\x45\x4f\xad\xab\x3c\x0e\x9e\x02\x5e\xaa\xd7\x61\x9d\x9d\xaf\xdc\x21\xd5\x6d\xdf\xdc\xe0\xbd\x20\x30\x6d\x65\xf4\x5e\x31\xac\xa7\x35\x7c\x37\x9a\x10\x16\x0d\xe0\x9f\x43\xb9\x96\x60\xde\x44\x07\x36\x23\x5a\x5a\xbd\xc6\x5b\x38\xea\x71\x71\x2a\xd1\x66\x4f\x1a\x13\x5b\x06\xc9\x5e\x3b\x89\x09\xeb\xc6\x90\xae\x20\xde\x52\x71\x44\xfa\x6f\x90\xb2\x74\xff\x0d\xc2\xff\x7a\x78\x25\x5f\x94\xc6\x9d\x9f\xb4\x54\x7a\x2c\x18\x7d\xd1\x73\x5b\x1c\x38\x57\x2c\x65\x23\x6b\xde\xd7\xac\x06\x13\x65\x78\x61\x70\xc7\x10\x1b\x70\xd7\x24\xea\x9c\x73\x5f\x2a\x06\x20\x00\x55\x9e\x98\x62\xc2\xa1\xb2\xc6\x7b\xff\xa1\x5d\xa2\x59\xee\x6e\xd4\x50\xc9\x42\xaa\xbe\xf0\xad\x15\x05\xee\xda\x59\xb6\xd0\xd4\x62\x51\x99\x88\x56\xa1\xc4\x94\xcf\xbd\x86\x9c\xfe\x22\x56\xb9\xca\x07\x20\x4a\x77\xc8\x0a\x60\xb8\x16\x29\xca\x1a\x81\xe8\x51\xa9\x9f\x12\x97\x4f\xc9\x32\x5f\x3b\x04\xa5\xb6\xa8\x60\x84\xce\x21\x08\x18\x8b\xbf\x47\x91\xd2\x7d\x01\xa5\x74\x46\xdc\x1e\x12\xbf\x2e\x7d\xf1\x49\xba\x88\x6b\x10\xaf\xfc\x24\x7d\x14\xb5\x5b\xb6\xef\x42\x0a\xba\xfb\xe1\x1c\xae\xed\x11\x7a\x29\x2b\xa0\x84\x10\x5d\x00\x31\x50\x47\x56\xf6\x50\xc5\xa4\x12\x2a\xfa\xe2\xef\x76\x79\x7c\x7d\x18\xb7\xad\x72\x84\x87\xd8\x83\x38\x92\xb7\xff\x83\x8d\xbe\xfd\xf7\x77\xff\xf3\x0e\xab\x6f\xe5\x1a\x60\x3f\x8e\xca\x57\x48\x48\x9a\xc9\xb3\x0c\x22\xf0\xfc\x0c\x46\x4a\x4e\x11\x9d\x23\x74\xb1\x14\x49\xde\x69\x39\xfb\xae\x9b\x5c\x58\x5e\xdb\x24\xa1\x26\x99\x1c\x7b\x69\x2e\xae\x99\xc3\x75\x51\x95\xdb\x4a\x8e\x56\xd6\xaa\xcf\x1b\xb1\x1a\x98\x9a\x06\x58\xbd\x12\xbd\xd8\x29\x00\x58\x68\xaf\x44\x95\x31\x78\x25\x12\x67\x81\x68\x57\x48\x7a\xe1\x75\x9f\xd3\x5f\x98\x4b\x9d\x89\x58\xd0\x29\x4b\x49\x1f\x73\x60\xfb\x6f\xfc\xf6\xf7\xc5\x6c\xd8\xca\xe6\x23\xd3\x82\x10\xf8\x96\x5d\x96\xd6\xff\xcf\xde\xb5\xf4\x36\x6e\x24\xe1\x7b\x7e\x45\xdf\xe2\x01\x38\x32\x90\x60\x2f\x73\x33\xe6\x81\x78\x60\x78\x8c\x78\x9c\x5d\x20\x0c\xe4\x16\xd9\xa6\x08\x53\x4d\xa1\x9b\x8c\xd7\x0b\xec\x7f\x5f\xb0\xaa\xfa\xc5\xb7\x24\xda\x9b\x9d\x9d\xc3\x60\x0c\x49\x64\xbf\xab\xeb\xf1\xd5\x57\x90\xf8\x3a\x71\xd3\xad\xd3\xae\xa9\x34\x31\xdd\x83\xc6\x56\xbf\xbe\x63\x67\xc7\xb6\x34\x5f\x69\x41\x17\x8f\x9d\x9f\xdb\x30\x06\x14\xe6\x1d\x41\x95\x11\xaa\x89\xd2\x28\xb9\x9e\x62\xe5\xce\x27\x12\xd3\x33\x5d\xf1\x2a\x4f\x90\xc0\x46\xf2\xe2\x19\x98\x35\xa2\x58\xa6\xb9\x42\xd3\x9a\x27\xcf\x49\x91\x27\x54\xdf\x24\xd4\x85\xc4\x9f\x42\x56\x01\xe4\x19\xf8\x70\x5e\x4b\x1d\x1a\x02\x5b\xf7\xcf\xfe\xdd\x80\x2a\x64\x6b\x51\x85\x5e\xb3\xf6\x36\x21\x8e\x4d\x75\x20\x47\xa9\x63\x91\x86\x6c\x30\x63\xcf\x96\x2a\xcf\x72\xc9\xab\x52\xb1\xb3\x1b\x93\x42\xf1\xc6\xa6\xfd\xc1\x2c\xf6\x77\x63\x7b\x50\xb9\xfa\x9e\xe2\x26\xfd\x97\x6d\x92\xd4\x4a\x89\x74\xdd\xc5\xb8\x1e\xca\xe7\x36\x19\x0a\x6e\x7e\xa5\x2b\xbe\xdb\xfb\x7c\x4e\x96\x65\x84\x66\xa6\xc0\x49\x60\xa6\x63\x60\xd6\xe5\xda\x81\x69\x62\x49\xce\x10\x5c\xb7\x52\xf5\x10\x95\xb6\x47\x09\x82\x63\x7d\x24\x82\x98\xca\x7c\x4d\x3f\x3d\xea\x30\xfe\xf5\xca\xf8\x88\xdc\x45\x10\x48\x56\x18\xa8\x90\x09\x9c\x53\x40\x4a\x6e\x03\xb0\x66\x2c\x1d\x50\xf2\x7d\x51\xd6\x29\x23\x77\x39\x39\x9f\xd5\x8a\xe5\x62\x15\x31\xfd\xf3\xbb\xf3\xf3\xd5\x6a\xa1\x6a\xf7\xf6\x7c\x77\xcb\xde\x3b\xc7\x35\x94\x79\xef\x03\x22\x4f\x1c\xad\xa0\xba\xd5\xfa\x30\xcb\xc3\xd0\x2e\xc0\x6e\xf1\x2d\xf3\x10\x66\xd7\x6e\xd2\x56\xfc\x3a\xa5\x39\x83\xd7\x1b\x6f\x6a\xcf\x95\x90\xd5\x1a\x5a\x3c\xac\x31\x68\xe4\x06\x1e\x0f\x12\x2c\x66\x59\x58\xbf\x7f\x2d\xd1\x70\x36\x28\xcb\x3f\xbc\xda\x7c\x44\xe1\xc4\xf5\x23\x3b\xcb\x21\x8e\xe5\x39\x19\xa7\x8a\x91\xd1\x80\x8e\x98\x3d\x6f\x40\x81\x60\x9a\x35\x20\xd7\x7b\x4c\x38\xb6\x85\xe7\x2c\xd0\xac\x11\x14\xe6\x33\xe7\x01\x46\x10\xa1\x73\x77\x33\x5e\x51\x31\xf4\x7f\x09\x55\xba\xec\x39\xa2\x85\xf5\x5e\x3c\x82\x38\x7e\x5e\x67\xaa\xac\x3b\xf5\xe0\x67\xdd\x04\xc8\x5f\x04\xcf\x07\x59\xd5\xf0\x09\x01\x59\xf1\x9a\xde\x3c\x1b\xe4\xf1\x30\x33\xe4\xfa\x08\xe2\x6c\xdb\x15\x77\x69\xfa\xd2\xd3\x58\x12\x56\x14\x9b\x03\x7a\x0e\x4a\x40\xa3\xd0\xe5\x9a\xed\xf8\x9e\x62\xc6\x54\x37\xb8\xed\x15\x59\xc1\x20\x7e\xff\xc7\x1f\xab\x21\xfa\x12\xe8\xfa\xd1\x45\xa1\x3e\x99\x92\x50\x4a\xf0\xd4\xd1\x6f\xfb\xec\xda\x53\xd4\x24\x93\x1b\xf2\x14\x22\x8c\x13\xd6\xa5\xab\xab\xd8\x3c\x7b\xb7\xc5\xf3\xd4\xe7\x9e\xb3\x1b\x9c\x96\xc7\xb2\x2f\x97\x0f\x0c\x74\xe0\x01\x6d\x69\x45\xfd\xec\x69\xe1\x80\xd9\xeb\x97\x4f\xaf\xa4\x07\x0e\xe5\x14\xce\xe9\x7e\xf0\xec\xc9\xda\xeb\x29\xa9\x88\xa3\x71\xbd\x0f\x7e\xc6\x2f\x38\x65\x92\x72\xb7\x69\x34\x48\x64\xea\x20\xaf\x28\x88\xa6\x0b\x93\x96\x62\x31\xf5\x46\xc4\x20\x25\x76\x2b\xa9\xcf\x86\x94\x7d\xd0\xbc\xbf\xcf\x7a\x83\x69\x03\xf7\xc1\xb2\x59\x93\xfd\x87\xe3\xa2\x3d\x02\x57\x90\xfc\x31\x4f\x1e\x45\xb3\x95\x1f\x1c\x15\xbe\xaf\x5a\x59\xe5\xda\x66\x11\x10\xd7\x48\x4d\xac\x09\x34\x96\x9c\xaa\xa1\x14\x26\x11\xdc\xc1\x8d\x7f\xd4\xfd\x93\xf3\xd2\x29\x9e\xfd\x73\x01\xef\xb7\x89\x48\x44\xbc\x67\xed\x1a\xb4\x04\x41\x1d\xfc\xc9\x01\x29\x45\x52\x4a\x9b\xbc\xb4\x88\x95\xd1\x93\xfe\xd9\xdf\x5d\xf8\xae\xc3\xd8\x37\x65\xf2\x9c\x68\x79\x79\xb2\x4d\x95\x09\x31\x10\x56\x0c\x58\x53\x60\x9a\xa0\xed\x88\xed\x78\x2e\xe9\x18\x54\x8a\x27\x8d\xee\xb4\xa9\xb3\x6c\xd0\x20\x28\xca\xec\x45\xbd\x93\x26\x59\x72\xd0\x3b\x69\x47\x58\x8c\x25\x00\x4e\xec\xd0\x6f\xc8\xf2\x1b\x05\xcc\x2f\x61\xbb\x5d\x9a\x96\xd0\x03\xf5\x90\x17\xe2\x75\xcc\xb5\x85\x6c\xcf\xcb\x39\xb6\xa7\x71\x61\x02\x8c\x0a\xc7\x61\x9d\x4c\xff\x47\x46\x29\x22\xd4\xd7\xcd\x93\x2f\x9a\x39\x60\x73\x9d\xe0\xb0\x12\xed\x86\x16\x32\xd5\xc0\xb0\xb9\x7c\x2a\x01\xc8\xf6\xd3\x41\xff\x13\x0c\xb3\xb7\xe5\x4e\x30\x68\x4a\x63\xfa\x3a\x23\x1c\x58\x04\x21\x8f\x66\x80\x8e\xe9\x08\x0e\x3c\xf9\xf4\x93\x2d\x97\x99\x48\x5d\x6c\xf0\x4c\x8a\x27\xd6\xc8\xda\xc8\xf7\x01\x7b\xcb\x13\x31\x51\x25\x6f\x1a\xdd\x26\x08\x19\x2b\x91\x94\x2a\x85\xfc\xd1\x8c\xab\x14\x80\x0a\xb4\xe1\x0b\x9e\x3c\x42\x19\x0b\xb8\x8e\xb0\x45\xf2\x53\x9b\x14\x4b\x8c\x9d\xb8\xb7\xe5\x32\x41\x0e\x33\x5b\x4a\xd2\xf4\x0f\x1f\xd7\x8c\x27\xaa\xd4\x54\xe7\x8e\xaa\x17\x10\x6d\xbe\xc7\x1c\x0e\x2d\x2e\x12\x72\xed\x6a\xaf\xb3\xac\x68\x0b\x72\xe0\x0a\xe2\x41\xdb\xf2\xc9\xe0\x42\x9e\xb8\x73\xfb\x1f\x82\xaa\xb9\xa1\x3d\x6b\x10\x97\x5e\x90\x00\x04\x79\x40\x5f\xfa\xa9\x54\x94\xd1\x09\x9b\xe2\x86\x58\x52\x7f\xc9\xff\x14\x11\xbb\xdd\x73\xf5\x18\xb1\x0f\xcf\x92\xef\xf2\xe4\x73\xb9\xe9\xf3\x37\x2f\x6f\x6a\x10\xe0\x66\x9d\x14\x5c\xcf\xf4\xfe\xf7\x76\xe2\x92\x5e\xf4\x1e\xde\x33\x7f\x02\x7f\x01\x9a\x9a\xdd\xcc\x95\x89\xe5\xd7\x2f\x1f\xbe\x9c\x3d\xf2\x4a\x95\x19\x97\x6f\xde\xb1\x8f\x8d\x64\x20\x86\x36\x0c\x41\x3f\x28\x21\xc0\xc1\x4f\xd8\xd1\xb3\x6d\x55\xed\xf5\xbb\xf3\xf3\x2c\xaf\xb6\xf5\x66\x95\x94\x3b\x74\x65\x95\x2a\xc3\x3f\xce\x73\xad\x6b\xa1\xcf\x7f\xfe\xe9\x6f\x6f\xfa\x66\xbd\x03\x1c\x3d\xd9\x56\x5a\xbe\x92\x78\xff\x0d\xf0\xf7\x0e\x28\x90\x0d\xf9\x23\xfe\x37\x7d\xfc\x03\x98\xde\x6f\x5d\xdb\x9b\x40\x8a\x7c\x77\xd7\x2f\xaa\x19\xf5\x7a\x50\x8c\x37\x9c\xa7\xbb\x5c\x06\x46\xfc\x5f\x2a\x04\xd8\x5e\xd4\x3e\x0c\x7d\x70\x4b\xcf\x72\x7b\x2c\x61\x52\xdc\x70\x28\x82\x69\xb8\xcf\x40\xfc\xeb\xaa\x54\x82\xd8\x78\xd0\xce\xd8\x14\xe5\x06\x28\x5c\x9a\x6f\x86\x0a\xbc\x25\x45\xa9\x67\x63\xb5\xbb\x0b\xf6\x9e\x1e\x1f\x55\x5b\xcb\xdd\x1e\x30\x01\x4a\x68\x00\x87\x76\x0d\xf9\x4e\x30\x75\x11\x5d\xa7\xdb\xdd\xe6\xca\xfd\xd0\xd1\x75\xec\xde\xb6\x5a\x4e\xb3\xa5\xc1\xff\xff\x71\x64\x4f\x0f\xdd\xcb\x1f\xfd\xa8\x3a\x07\x46\xda\x0a\xea\x1f\xa0\xa7\x4c\xe7\x32\x2b\x44\x6b\xbc\x86\x23\x2b\x96\x17\xf8\x8d\x5f\xb3\xc6\xe5\xc2\x5b\x17\x3b\xd1\xa1\xd8\xf8\x3c\x86\xd9\xd9\x85\x81\xcd\x02\x3c\x93\x93\x27\xc7\x2a\xcc\xa0\x41\x45\xa6\x08\x8e\x12\x4c\x42\x76\x69\x2c\x75\xbd\x79\xeb\x40\x94\xa5\x02\xe9\x0a\x18\xdb\x3d\x57\xc0\x35\xb5\xcd\x8b\xf4\x6d\x0f\x50\x1e\xd5\x5f\x97\x65\x6b\xf2\x6c\x78\x51\xc0\x8a\xef\x45\xb3\xce\x88\xe1\xb1\x63\xb7\xef\xd9\xd4\x15\x13\x3c\xd9\x5a\xfc\x08\x7a\x15\x5b\x9a\x44\x20\x2f\x02\x15\xea\xbf\xed\x2a\x9e\x96\x17\x43\x54\x17\xdf\xbe\x9c\x08\xe6\x6c\x8e\x9c\xf8\x1a\xba\x67\xcd\xa9\xe1\xd2\x4a\x8e\xa1\xa9\xd2\x6b\xf4\xad\xbe\x42\x92\x81\x23\x28\xd0\x7b\xfe\x24\x09\xba\x78\x50\xf1\xc2\x79\xf2\xa1\x9f\x43\xaf\x91\x0f\xad\x6f\xc2\xea\x56\x68\x95\x54\xb9\x25\x0e\x89\x3c\x86\x24\x5e\x14\x7e\xbe\xb1\xb3\x8b\x63\xe9\xcc\x08\xcd\x9e\x44\x51\x34\xff\x27\x6d\xc1\x4d\x76\x42\x0a\xf0\x1f\x11\x19\x9c\x1d\xe5\xa8\x90\xf5\xfa\x76\xc3\xa1\xd0\xe6\x50\xb9\xb2\xce\x69\x0e\x62\xe1\x27\x1c\xe8\x84\x27\x5b\xb1\x6e\xba\x56\x1f\x00\xc6\xa2\xda\x5b\xef\x9b\x87\x6f\xf1\xd9\xd1\xcb\x8c\xef\xab\x5a\x51\x34\x19\xdb\x82\x50\x19\x4f\x20\xa7\xc0\xfa\xd0\xa7\x8e\x77\x82\xcd\xae\x1f\xc5\x01\x45\x27\xa8\xaf\xfd\x16\xbb\xa3\x0b\x82\xb2\x01\x16\xe9\x95\x70\xa5\x4c\xf8\x9b\x5a\x65\x5c\x55\xf9\x03\x4f\x02\x23\x7b\x56\x96\x61\x70\x43\xe2\x1b\x35\xf8\xfc\x5c\x75\x27\x23\xca\x39\xb3\xc4\x44\xc3\xeb\xdf\x0b\xbd\x58\xc2\x3a\xbc\x5c\xc8\x38\x3c\x78\x52\x38\x0b\x12\x3d\x7a\x87\xee\x15\xfb\x38\x61\xac\x47\x02\x92\x0e\xe3\x01\xf0\x2a\x70\xcc\x97\x70\x1d\x26\x18\xaa\x3e\x01\xae\xb6\xd4\xab\xa7\x1c\xc0\x3b\x61\x0a\x5d\xbd\x69\x0b\x7d\xf5\xf2\x9f\x9a\x2b\x8a\x67\x82\xed\x44\x9a\xd7\x6d\x9a\x89\x71\x90\xcd\x77\xc1\xf2\x17\x12\x2c\xc3\xeb\xf6\x62\x02\x61\x31\x77\xd1\x1c\x89\xf0\xa9\x54\x0e\x74\x7b\x0d\x46\xfe\x93\x40\x72\xeb\xaa\x44\x2f\x76\x3f\x91\xa2\x97\x54\xc4\xab\x1f\xb5\x45\x57\x85\x3b\xdd\xc4\x0c\xae\x72\x5d\xfd\xd6\xaa\xf1\x7b\x04\x0b\x45\x51\xbf\x5c\x26\x89\xe9\x2a\x76\xd3\x7b\x62\x34\x63\xe2\x57\xb2\x1b\xc8\x9f\xde\x08\x07\x74\xee\x02\xe2\xd8\xf0\x73\x34\xfd\x3e\x44\xf1\xba\xb7\xf3\x75\x8f\x17\xd4\x93\xe2\xfb\xbd\x50\xc6\x75\xca\xad\xbd\xe2\xda\xa5\x56\x62\x89\x86\xce\xe7\xdb\x2f\xd7\x4e\xe3\x72\xfe\x8f\xd6\xab\xe1\x67\x30\x75\xab\xfe\x95\xbb\xae\x8b\x62\x70\xe5\x66\x30\x84\xdf\x5d\x5d\xad\x7f\xbb\xb8\xba\xfb\x38\x9a\xa7\xee\xfd\x6c\x70\x4e\x6c\x4f\x68\x4e\x50\xfd\xac\x40\xe5\xac\x77\x82\x22\x12\x60\x44\x98\x9a\x21\x70\xcb\xd7\x45\x11\xf2\x15\xc4\xf2\x9e\xde\x03\xe9\x14\xb5\x44\xf3\x30\x96\x6c\x74\xe2\xc2\xf6\xe1\x67\xf7\xcd\xcb\xef\x4d\x41\x57\x37\x88\x77\xec\xda\xb6\x3a\x30\xaf\x14\x45\x3b\xe1\x38\xa0\xeb\xfb\xb5\x18\x59\x8e\x3b\x1e\x77\xd2\x94\x8a\x22\x22\x95\x45\x4e\x07\xce\xdd\x7d\xe8\x7a\xb0\xe2\x3e\xc5\xfb\x19\xde\x1b\x21\x8f\x06\xd6\x4e\xb2\x54\x13\xb1\x24\x86\x7f\x0e\x00\xc5\xc1\x3e\xb1\x4b\x89\x79\x32\x05\x97\x59\xcd\x33\xa1\x23\x66\x1a\x8f\xe5\x2e\xcf\xb6\x90\x78\x44\xa4\x9c\x98\xbe\xce\x99\xe4\x50\x8c\x3b\xdc\x42\x18\x18\x12\xff\xe4\xbb\x3d\xc4\xd4\x65\x2c\x69\x4c\x32\x73\xaf\xc7\x98\xd1\xe7\x5b\x3b\x9c\x66\xa7\xd9\x17\x11\x15\x88\x8c\x25\x2e\x2e\xe6\x37\x1b\x9b\x0c\x1c\xb7\xbc\x6a\x6f\x5d\xae\x84\x61\x1f\x02\x99\x9e\x81\x75\x88\x55\x4a\x0d\x66\xa4\x91\xf4\x1e\xb1\x28\x46\x10\xb1\x4b\xd3\xf2\xc4\x2c\x86\x39\x13\xd4\xb7\xfe\x5d\x7f\xf2\x1d\xd0\x1c\xb8\xfe\x6a\xf1\xe3\xdb\xd6\x89\xb1\x09\x69\xee\x36\x94\x6c\x1f\x61\xd6\x46\x77\x02\x1a\x69\x81\xca\xf8\xb3\xbb\x84\xbf\x1f\xed\xd4\x01\x05\xf5\x67\x37\x4b\x24\x56\x63\xcd\x6e\xca\x72\x60\x5d\x16\x74\x6d\x04\x9d\xa2\x07\xa6\x26\xa3\x4e\xaa\x63\xf6\xcb\x0c\x90\x43\x7b\x8a\x8c\xf4\x19\xeb\x50\x91\xeb\xa3\xba\xe3\xf4\xa7\xd9\x3d\xb2\x1a\x02\x5d\x76\x07\x49\x58\xba\xe7\x02\x01\x3b\x20\x26\xc9\xa0\x26\x77\xaa\xc8\x51\xbc\x48\xa0\xf0\xe7\x84\xd8\x8b\xec\x26\x8a\xdc\xca\x45\x58\x61\xb7\x56\xba\x11\x97\x24\xef\x48\x6a\x37\xe6\x69\x2c\x4d\x32\xaa\x11\xc7\x17\xcc\x04\x30\xed\xa7\x08\x1c\xd9\x63\x2a\x17\x68\xac\x15\x2b\xa5\x30\xd2\x30\x96\xc0\xf8\x25\xc1\xf5\xb3\xd1\x90\x8b\x4f\xbc\x56\xf4\x85\x47\xe1\xcc\xa5\xad\xf2\x3b\x21\xf3\x5a\x6a\x40\x70\xcf\xff\xd0\xfc\xfb\xf7\x0f\xff\x09\x00\x00\xff\xff\xdf\x01\xf7\x49\xb6\x81\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 229472, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 229814, 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/admin/VersionOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/VersionOuterClass.java index b6ec148671..eeba2f4d2d 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/VersionOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/VersionOuterClass.java @@ -14,6 +14,695 @@ public static void registerAllExtensions( registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } + public interface GetVersionResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.GetVersionResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * The control plane version information. FlyteAdmin and related components
+     * form the control plane of Flyte
+     * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + boolean hasControlPlaneVersion(); + /** + *
+     * The control plane version information. FlyteAdmin and related components
+     * form the control plane of Flyte
+     * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + flyteidl.admin.VersionOuterClass.Version getControlPlaneVersion(); + /** + *
+     * The control plane version information. FlyteAdmin and related components
+     * form the control plane of Flyte
+     * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + flyteidl.admin.VersionOuterClass.VersionOrBuilder getControlPlaneVersionOrBuilder(); + } + /** + *
+   * Response for the GetVersion API
+   * 
+ * + * Protobuf type {@code flyteidl.admin.GetVersionResponse} + */ + public static final class GetVersionResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.GetVersionResponse) + GetVersionResponseOrBuilder { + private static final long serialVersionUID = 0L; + // Use GetVersionResponse.newBuilder() to construct. + private GetVersionResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GetVersionResponse() { + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private GetVersionResponse( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + flyteidl.admin.VersionOuterClass.Version.Builder subBuilder = null; + if (controlPlaneVersion_ != null) { + subBuilder = controlPlaneVersion_.toBuilder(); + } + controlPlaneVersion_ = input.readMessage(flyteidl.admin.VersionOuterClass.Version.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(controlPlaneVersion_); + controlPlaneVersion_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.VersionOuterClass.internal_static_flyteidl_admin_GetVersionResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.VersionOuterClass.internal_static_flyteidl_admin_GetVersionResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.VersionOuterClass.GetVersionResponse.class, flyteidl.admin.VersionOuterClass.GetVersionResponse.Builder.class); + } + + public static final int CONTROL_PLANE_VERSION_FIELD_NUMBER = 1; + private flyteidl.admin.VersionOuterClass.Version controlPlaneVersion_; + /** + *
+     * The control plane version information. FlyteAdmin and related components
+     * form the control plane of Flyte
+     * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public boolean hasControlPlaneVersion() { + return controlPlaneVersion_ != null; + } + /** + *
+     * The control plane version information. FlyteAdmin and related components
+     * form the control plane of Flyte
+     * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public flyteidl.admin.VersionOuterClass.Version getControlPlaneVersion() { + return controlPlaneVersion_ == null ? flyteidl.admin.VersionOuterClass.Version.getDefaultInstance() : controlPlaneVersion_; + } + /** + *
+     * The control plane version information. FlyteAdmin and related components
+     * form the control plane of Flyte
+     * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public flyteidl.admin.VersionOuterClass.VersionOrBuilder getControlPlaneVersionOrBuilder() { + return getControlPlaneVersion(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (controlPlaneVersion_ != null) { + output.writeMessage(1, getControlPlaneVersion()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (controlPlaneVersion_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getControlPlaneVersion()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.admin.VersionOuterClass.GetVersionResponse)) { + return super.equals(obj); + } + flyteidl.admin.VersionOuterClass.GetVersionResponse other = (flyteidl.admin.VersionOuterClass.GetVersionResponse) obj; + + if (hasControlPlaneVersion() != other.hasControlPlaneVersion()) return false; + if (hasControlPlaneVersion()) { + if (!getControlPlaneVersion() + .equals(other.getControlPlaneVersion())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasControlPlaneVersion()) { + hash = (37 * hash) + CONTROL_PLANE_VERSION_FIELD_NUMBER; + hash = (53 * hash) + getControlPlaneVersion().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.VersionOuterClass.GetVersionResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.admin.VersionOuterClass.GetVersionResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Response for the GetVersion API
+     * 
+ * + * Protobuf type {@code flyteidl.admin.GetVersionResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.admin.GetVersionResponse) + flyteidl.admin.VersionOuterClass.GetVersionResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.VersionOuterClass.internal_static_flyteidl_admin_GetVersionResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.VersionOuterClass.internal_static_flyteidl_admin_GetVersionResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.VersionOuterClass.GetVersionResponse.class, flyteidl.admin.VersionOuterClass.GetVersionResponse.Builder.class); + } + + // Construct using flyteidl.admin.VersionOuterClass.GetVersionResponse.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (controlPlaneVersionBuilder_ == null) { + controlPlaneVersion_ = null; + } else { + controlPlaneVersion_ = null; + controlPlaneVersionBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.admin.VersionOuterClass.internal_static_flyteidl_admin_GetVersionResponse_descriptor; + } + + @java.lang.Override + public flyteidl.admin.VersionOuterClass.GetVersionResponse getDefaultInstanceForType() { + return flyteidl.admin.VersionOuterClass.GetVersionResponse.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.admin.VersionOuterClass.GetVersionResponse build() { + flyteidl.admin.VersionOuterClass.GetVersionResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.admin.VersionOuterClass.GetVersionResponse buildPartial() { + flyteidl.admin.VersionOuterClass.GetVersionResponse result = new flyteidl.admin.VersionOuterClass.GetVersionResponse(this); + if (controlPlaneVersionBuilder_ == null) { + result.controlPlaneVersion_ = controlPlaneVersion_; + } else { + result.controlPlaneVersion_ = controlPlaneVersionBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.admin.VersionOuterClass.GetVersionResponse) { + return mergeFrom((flyteidl.admin.VersionOuterClass.GetVersionResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.admin.VersionOuterClass.GetVersionResponse other) { + if (other == flyteidl.admin.VersionOuterClass.GetVersionResponse.getDefaultInstance()) return this; + if (other.hasControlPlaneVersion()) { + mergeControlPlaneVersion(other.getControlPlaneVersion()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.admin.VersionOuterClass.GetVersionResponse parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.admin.VersionOuterClass.GetVersionResponse) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private flyteidl.admin.VersionOuterClass.Version controlPlaneVersion_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.VersionOuterClass.Version, flyteidl.admin.VersionOuterClass.Version.Builder, flyteidl.admin.VersionOuterClass.VersionOrBuilder> controlPlaneVersionBuilder_; + /** + *
+       * The control plane version information. FlyteAdmin and related components
+       * form the control plane of Flyte
+       * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public boolean hasControlPlaneVersion() { + return controlPlaneVersionBuilder_ != null || controlPlaneVersion_ != null; + } + /** + *
+       * The control plane version information. FlyteAdmin and related components
+       * form the control plane of Flyte
+       * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public flyteidl.admin.VersionOuterClass.Version getControlPlaneVersion() { + if (controlPlaneVersionBuilder_ == null) { + return controlPlaneVersion_ == null ? flyteidl.admin.VersionOuterClass.Version.getDefaultInstance() : controlPlaneVersion_; + } else { + return controlPlaneVersionBuilder_.getMessage(); + } + } + /** + *
+       * The control plane version information. FlyteAdmin and related components
+       * form the control plane of Flyte
+       * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public Builder setControlPlaneVersion(flyteidl.admin.VersionOuterClass.Version value) { + if (controlPlaneVersionBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + controlPlaneVersion_ = value; + onChanged(); + } else { + controlPlaneVersionBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * The control plane version information. FlyteAdmin and related components
+       * form the control plane of Flyte
+       * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public Builder setControlPlaneVersion( + flyteidl.admin.VersionOuterClass.Version.Builder builderForValue) { + if (controlPlaneVersionBuilder_ == null) { + controlPlaneVersion_ = builderForValue.build(); + onChanged(); + } else { + controlPlaneVersionBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * The control plane version information. FlyteAdmin and related components
+       * form the control plane of Flyte
+       * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public Builder mergeControlPlaneVersion(flyteidl.admin.VersionOuterClass.Version value) { + if (controlPlaneVersionBuilder_ == null) { + if (controlPlaneVersion_ != null) { + controlPlaneVersion_ = + flyteidl.admin.VersionOuterClass.Version.newBuilder(controlPlaneVersion_).mergeFrom(value).buildPartial(); + } else { + controlPlaneVersion_ = value; + } + onChanged(); + } else { + controlPlaneVersionBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * The control plane version information. FlyteAdmin and related components
+       * form the control plane of Flyte
+       * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public Builder clearControlPlaneVersion() { + if (controlPlaneVersionBuilder_ == null) { + controlPlaneVersion_ = null; + onChanged(); + } else { + controlPlaneVersion_ = null; + controlPlaneVersionBuilder_ = null; + } + + return this; + } + /** + *
+       * The control plane version information. FlyteAdmin and related components
+       * form the control plane of Flyte
+       * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public flyteidl.admin.VersionOuterClass.Version.Builder getControlPlaneVersionBuilder() { + + onChanged(); + return getControlPlaneVersionFieldBuilder().getBuilder(); + } + /** + *
+       * The control plane version information. FlyteAdmin and related components
+       * form the control plane of Flyte
+       * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + public flyteidl.admin.VersionOuterClass.VersionOrBuilder getControlPlaneVersionOrBuilder() { + if (controlPlaneVersionBuilder_ != null) { + return controlPlaneVersionBuilder_.getMessageOrBuilder(); + } else { + return controlPlaneVersion_ == null ? + flyteidl.admin.VersionOuterClass.Version.getDefaultInstance() : controlPlaneVersion_; + } + } + /** + *
+       * The control plane version information. FlyteAdmin and related components
+       * form the control plane of Flyte
+       * 
+ * + * .flyteidl.admin.Version control_plane_version = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.VersionOuterClass.Version, flyteidl.admin.VersionOuterClass.Version.Builder, flyteidl.admin.VersionOuterClass.VersionOrBuilder> + getControlPlaneVersionFieldBuilder() { + if (controlPlaneVersionBuilder_ == null) { + controlPlaneVersionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.VersionOuterClass.Version, flyteidl.admin.VersionOuterClass.Version.Builder, flyteidl.admin.VersionOuterClass.VersionOrBuilder>( + getControlPlaneVersion(), + getParentForChildren(), + isClean()); + controlPlaneVersion_ = null; + } + return controlPlaneVersionBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.admin.GetVersionResponse) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.GetVersionResponse) + private static final flyteidl.admin.VersionOuterClass.GetVersionResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.VersionOuterClass.GetVersionResponse(); + } + + public static flyteidl.admin.VersionOuterClass.GetVersionResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetVersionResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetVersionResponse(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.admin.VersionOuterClass.GetVersionResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + public interface VersionOrBuilder extends // @@protoc_insertion_point(interface_extends:flyteidl.admin.Version) com.google.protobuf.MessageOrBuilder { @@ -74,7 +763,7 @@ public interface VersionOrBuilder extends } /** *
-   * Represents a request structure to get version of flyteadmin.
+   * Provides Version information for a component
    * 
* * Protobuf type {@code flyteidl.admin.Version} @@ -470,7 +1159,7 @@ protected Builder newBuilderForType( } /** *
-     * Represents a request structure to get version of flyteadmin.
+     * Provides Version information for a component
      * 
* * Protobuf type {@code flyteidl.admin.Version} @@ -959,7 +1648,7 @@ public interface GetVersionRequestOrBuilder extends } /** *
-   * Represents a get version request.
+   * Empty request for GetVersion
    * 
* * Protobuf type {@code flyteidl.admin.GetVersionRequest} @@ -1177,7 +1866,7 @@ protected Builder newBuilderForType( } /** *
-     * Represents a get version request.
+     * Empty request for GetVersion
      * 
* * Protobuf type {@code flyteidl.admin.GetVersionRequest} @@ -1372,6 +2061,11 @@ public flyteidl.admin.VersionOuterClass.GetVersionRequest getDefaultInstanceForT } + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_GetVersionResponse_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_GetVersionResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_admin_Version_descriptor; private static final @@ -1392,10 +2086,12 @@ public flyteidl.admin.VersionOuterClass.GetVersionRequest getDefaultInstanceForT static { java.lang.String[] descriptorData = { "\n\034flyteidl/admin/version.proto\022\016flyteidl" + - ".admin\"<\n\007Version\022\r\n\005Build\030\001 \001(\t\022\017\n\007Vers" + - "ion\030\002 \001(\t\022\021\n\tBuildTime\030\003 \001(\t\"\023\n\021GetVersi" + - "onRequestB7Z5github.com/flyteorg/flyteid" + - "l/gen/pb-go/flyteidl/adminb\006proto3" + ".admin\"L\n\022GetVersionResponse\0226\n\025control_" + + "plane_version\030\001 \001(\0132\027.flyteidl.admin.Ver" + + "sion\"<\n\007Version\022\r\n\005Build\030\001 \001(\t\022\017\n\007Versio" + + "n\030\002 \001(\t\022\021\n\tBuildTime\030\003 \001(\t\"\023\n\021GetVersion" + + "RequestB7Z5github.com/flyteorg/flyteidl/" + + "gen/pb-go/flyteidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -1409,14 +2105,20 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }, assigner); - internal_static_flyteidl_admin_Version_descriptor = + internal_static_flyteidl_admin_GetVersionResponse_descriptor = getDescriptor().getMessageTypes().get(0); + internal_static_flyteidl_admin_GetVersionResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_admin_GetVersionResponse_descriptor, + new java.lang.String[] { "ControlPlaneVersion", }); + internal_static_flyteidl_admin_Version_descriptor = + getDescriptor().getMessageTypes().get(1); internal_static_flyteidl_admin_Version_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_Version_descriptor, new java.lang.String[] { "Build", "Version", "BuildTime", }); internal_static_flyteidl_admin_GetVersionRequest_descriptor = - getDescriptor().getMessageTypes().get(1); + getDescriptor().getMessageTypes().get(2); internal_static_flyteidl_admin_GetVersionRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_GetVersionRequest_descriptor, diff --git a/flyteidl/gen/pb-java/flyteidl/service/Admin.java b/flyteidl/gen/pb-java/flyteidl/service/Admin.java index 23bf295a2e..039d52ccd4 100644 --- a/flyteidl/gen/pb-java/flyteidl/service/Admin.java +++ b/flyteidl/gen/pb-java/flyteidl/service/Admin.java @@ -37,7 +37,7 @@ public static void registerAllExtensions( "dmin/task_execution.proto\032\034flyteidl/admi" + "n/version.proto\032\033flyteidl/admin/common.p" + "roto\032,protoc-gen-swagger/options/annotat" + - "ions.proto2\232a\n\014AdminService\022\305\002\n\nCreateTa" + + "ions.proto2\245a\n\014AdminService\022\305\002\n\nCreateTa" + "sk\022!.flyteidl.admin.TaskCreateRequest\032\"." + "flyteidl.admin.TaskCreateResponse\"\357\001\202\323\344\223" + "\002\022\"\r/api/v1/tasks:\001*\222A\323\001\032&Create and reg" + @@ -343,14 +343,14 @@ public static void registerAllExtensions( "pdateResponse\"\210\001\202\323\344\223\002N\032I/api/v1/named_en" + "tities/{resource_type}/{id.project}/{id." + "domain}/{id.name}:\001*\222A1\032/Update the fiel" + - "ds associated with a NamedEntity\022\264\001\n\nGet" + + "ds associated with a NamedEntity\022\277\001\n\nGet" + "Version\022!.flyteidl.admin.GetVersionReque" + - "st\032\027.flyteidl.admin.Version\"j\202\323\344\223\002\021\032\014/ap" + - "i/version:\001*\222AP\032NRetrieve the Version (i" + - "ncluding the Build information) for Fly" + - "teAdmin serviceB9Z7github.com/flyteorg/f" + - "lyteidl/gen/pb-go/flyteidl/serviceb\006prot" + - "o3" + "st\032\".flyteidl.admin.GetVersionResponse\"j" + + "\202\323\344\223\002\021\032\014/api/version:\001*\222AP\032NRetrieve the" + + " Version (including the Build informati" + + "on) for FlyteAdmin serviceB9Z7github.com" + + "/flyteorg/flyteidl/gen/pb-go/flyteidl/se" + + "rviceb\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 1ec12d5cc5..cfefff6901 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -12753,6 +12753,58 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } + /** Properties of a GetVersionResponse. */ + interface IGetVersionResponse { + + /** GetVersionResponse controlPlaneVersion */ + controlPlaneVersion?: (flyteidl.admin.IVersion|null); + } + + /** Represents a GetVersionResponse. */ + class GetVersionResponse implements IGetVersionResponse { + + /** + * Constructs a new GetVersionResponse. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.admin.IGetVersionResponse); + + /** GetVersionResponse controlPlaneVersion. */ + public controlPlaneVersion?: (flyteidl.admin.IVersion|null); + + /** + * Creates a new GetVersionResponse instance using the specified properties. + * @param [properties] Properties to set + * @returns GetVersionResponse instance + */ + public static create(properties?: flyteidl.admin.IGetVersionResponse): flyteidl.admin.GetVersionResponse; + + /** + * Encodes the specified GetVersionResponse message. Does not implicitly {@link flyteidl.admin.GetVersionResponse.verify|verify} messages. + * @param message GetVersionResponse message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.admin.IGetVersionResponse, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a GetVersionResponse message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns GetVersionResponse + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.admin.GetVersionResponse; + + /** + * Verifies a GetVersionResponse message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + /** Properties of a Version. */ interface IVersion { @@ -14248,7 +14300,7 @@ export namespace flyteidl { /** * Calls GetVersion. * @param request GetVersionRequest message or plain object - * @param callback Node-style callback called with the error, if any, and Version + * @param callback Node-style callback called with the error, if any, and GetVersionResponse */ public getVersion(request: flyteidl.admin.IGetVersionRequest, callback: flyteidl.service.AdminService.GetVersionCallback): void; @@ -14257,7 +14309,7 @@ export namespace flyteidl { * @param request GetVersionRequest message or plain object * @returns Promise */ - public getVersion(request: flyteidl.admin.IGetVersionRequest): Promise; + public getVersion(request: flyteidl.admin.IGetVersionRequest): Promise; } namespace AdminService { @@ -14573,9 +14625,9 @@ export namespace flyteidl { /** * Callback as used by {@link flyteidl.service.AdminService#getVersion}. * @param error Error, if any - * @param [response] Version + * @param [response] GetVersionResponse */ - type GetVersionCallback = (error: (Error|null), response?: flyteidl.admin.Version) => void; + type GetVersionCallback = (error: (Error|null), response?: flyteidl.admin.GetVersionResponse) => void; } } } diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index cff13ab1b9..01aa3a3344 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -30372,6 +30372,118 @@ export const flyteidl = $root.flyteidl = (() => { return TaskExecutionGetDataResponse; })(); + admin.GetVersionResponse = (function() { + + /** + * Properties of a GetVersionResponse. + * @memberof flyteidl.admin + * @interface IGetVersionResponse + * @property {flyteidl.admin.IVersion|null} [controlPlaneVersion] GetVersionResponse controlPlaneVersion + */ + + /** + * Constructs a new GetVersionResponse. + * @memberof flyteidl.admin + * @classdesc Represents a GetVersionResponse. + * @implements IGetVersionResponse + * @constructor + * @param {flyteidl.admin.IGetVersionResponse=} [properties] Properties to set + */ + function GetVersionResponse(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * GetVersionResponse controlPlaneVersion. + * @member {flyteidl.admin.IVersion|null|undefined} controlPlaneVersion + * @memberof flyteidl.admin.GetVersionResponse + * @instance + */ + GetVersionResponse.prototype.controlPlaneVersion = null; + + /** + * Creates a new GetVersionResponse instance using the specified properties. + * @function create + * @memberof flyteidl.admin.GetVersionResponse + * @static + * @param {flyteidl.admin.IGetVersionResponse=} [properties] Properties to set + * @returns {flyteidl.admin.GetVersionResponse} GetVersionResponse instance + */ + GetVersionResponse.create = function create(properties) { + return new GetVersionResponse(properties); + }; + + /** + * Encodes the specified GetVersionResponse message. Does not implicitly {@link flyteidl.admin.GetVersionResponse.verify|verify} messages. + * @function encode + * @memberof flyteidl.admin.GetVersionResponse + * @static + * @param {flyteidl.admin.IGetVersionResponse} message GetVersionResponse message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + GetVersionResponse.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.controlPlaneVersion != null && message.hasOwnProperty("controlPlaneVersion")) + $root.flyteidl.admin.Version.encode(message.controlPlaneVersion, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); + return writer; + }; + + /** + * Decodes a GetVersionResponse message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.admin.GetVersionResponse + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.admin.GetVersionResponse} GetVersionResponse + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + GetVersionResponse.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.GetVersionResponse(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.controlPlaneVersion = $root.flyteidl.admin.Version.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a GetVersionResponse message. + * @function verify + * @memberof flyteidl.admin.GetVersionResponse + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + GetVersionResponse.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.controlPlaneVersion != null && message.hasOwnProperty("controlPlaneVersion")) { + let error = $root.flyteidl.admin.Version.verify(message.controlPlaneVersion); + if (error) + return "controlPlaneVersion." + error; + } + return null; + }; + + return GetVersionResponse; + })(); + admin.Version = (function() { /** @@ -33786,7 +33898,7 @@ export const flyteidl = $root.flyteidl = (() => { * @typedef GetVersionCallback * @type {function} * @param {Error|null} error Error, if any - * @param {flyteidl.admin.Version} [response] Version + * @param {flyteidl.admin.GetVersionResponse} [response] GetVersionResponse */ /** @@ -33795,12 +33907,12 @@ export const flyteidl = $root.flyteidl = (() => { * @memberof flyteidl.service.AdminService * @instance * @param {flyteidl.admin.IGetVersionRequest} request GetVersionRequest message or plain object - * @param {flyteidl.service.AdminService.GetVersionCallback} callback Node-style callback called with the error, if any, and Version + * @param {flyteidl.service.AdminService.GetVersionCallback} callback Node-style callback called with the error, if any, and GetVersionResponse * @returns {undefined} * @variation 1 */ Object.defineProperty(AdminService.prototype.getVersion = function getVersion(request, callback) { - return this.rpcCall(getVersion, $root.flyteidl.admin.GetVersionRequest, $root.flyteidl.admin.Version, request, callback); + return this.rpcCall(getVersion, $root.flyteidl.admin.GetVersionRequest, $root.flyteidl.admin.GetVersionResponse, request, callback); }, "name", { value: "GetVersion" }); /** @@ -33809,7 +33921,7 @@ export const flyteidl = $root.flyteidl = (() => { * @memberof flyteidl.service.AdminService * @instance * @param {flyteidl.admin.IGetVersionRequest} request GetVersionRequest message or plain object - * @returns {Promise} Promise + * @returns {Promise} Promise * @variation 2 */ diff --git a/flyteidl/gen/pb-protodoc/flyteidl/admin/version.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/admin/version.proto.rst index 3c042ef09d..a3aa10d3fd 100644 --- a/flyteidl/gen/pb-protodoc/flyteidl/admin/version.proto.rst +++ b/flyteidl/gen/pb-protodoc/flyteidl/admin/version.proto.rst @@ -3,14 +3,38 @@ version.proto ============================ +.. _api_msg_flyteidl.admin.GetVersionResponse: + +flyteidl.admin.GetVersionResponse +--------------------------------- + +`[flyteidl.admin.GetVersionResponse proto] `_ + +Response for the GetVersion API + +.. code-block:: json + + { + "control_plane_version": "{...}" + } + +.. _api_field_flyteidl.admin.GetVersionResponse.control_plane_version: + +control_plane_version + (:ref:`flyteidl.admin.Version `) The control plane version information. FlyteAdmin and related components + form the control plane of Flyte + + + + .. _api_msg_flyteidl.admin.Version: flyteidl.admin.Version ---------------------- -`[flyteidl.admin.Version proto] `_ +`[flyteidl.admin.Version proto] `_ -Represents a request structure to get version of flyteadmin. +Provides Version information for a component .. code-block:: json @@ -45,9 +69,9 @@ BuildTime flyteidl.admin.GetVersionRequest -------------------------------- -`[flyteidl.admin.GetVersionRequest proto] `_ +`[flyteidl.admin.GetVersionRequest proto] `_ -Represents a get version request. +Empty request for GetVersion .. code-block:: json diff --git a/flyteidl/gen/pb_python/flyteidl/admin/version_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/version_pb2.py index 5c75234b94..dc0264be88 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/version_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/version_pb2.py @@ -20,12 +20,43 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin'), - serialized_pb=_b('\n\x1c\x66lyteidl/admin/version.proto\x12\x0e\x66lyteidl.admin\"<\n\x07Version\x12\r\n\x05\x42uild\x18\x01 \x01(\t\x12\x0f\n\x07Version\x18\x02 \x01(\t\x12\x11\n\tBuildTime\x18\x03 \x01(\t\"\x13\n\x11GetVersionRequestB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n\x1c\x66lyteidl/admin/version.proto\x12\x0e\x66lyteidl.admin\"L\n\x12GetVersionResponse\x12\x36\n\x15\x63ontrol_plane_version\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.Version\"<\n\x07Version\x12\r\n\x05\x42uild\x18\x01 \x01(\t\x12\x0f\n\x07Version\x18\x02 \x01(\t\x12\x11\n\tBuildTime\x18\x03 \x01(\t\"\x13\n\x11GetVersionRequestB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') ) +_GETVERSIONRESPONSE = _descriptor.Descriptor( + name='GetVersionResponse', + full_name='flyteidl.admin.GetVersionResponse', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='control_plane_version', full_name='flyteidl.admin.GetVersionResponse.control_plane_version', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=48, + serialized_end=124, +) + + _VERSION = _descriptor.Descriptor( name='Version', full_name='flyteidl.admin.Version', @@ -66,8 +97,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=48, - serialized_end=108, + serialized_start=126, + serialized_end=186, ) @@ -90,14 +121,23 @@ extension_ranges=[], oneofs=[ ], - serialized_start=110, - serialized_end=129, + serialized_start=188, + serialized_end=207, ) +_GETVERSIONRESPONSE.fields_by_name['control_plane_version'].message_type = _VERSION +DESCRIPTOR.message_types_by_name['GetVersionResponse'] = _GETVERSIONRESPONSE DESCRIPTOR.message_types_by_name['Version'] = _VERSION DESCRIPTOR.message_types_by_name['GetVersionRequest'] = _GETVERSIONREQUEST _sym_db.RegisterFileDescriptor(DESCRIPTOR) +GetVersionResponse = _reflection.GeneratedProtocolMessageType('GetVersionResponse', (_message.Message,), dict( + DESCRIPTOR = _GETVERSIONRESPONSE, + __module__ = 'flyteidl.admin.version_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.admin.GetVersionResponse) + )) +_sym_db.RegisterMessage(GetVersionResponse) + Version = _reflection.GeneratedProtocolMessageType('Version', (_message.Message,), dict( DESCRIPTOR = _VERSION, __module__ = 'flyteidl.admin.version_pb2' diff --git a/flyteidl/gen/pb_python/flyteidl/service/admin_pb2.py b/flyteidl/gen/pb_python/flyteidl/service/admin_pb2.py index d9d2abf32e..afcdb3051a 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/admin_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/service/admin_pb2.py @@ -35,7 +35,7 @@ package='flyteidl.service', syntax='proto3', serialized_options=_b('Z7github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/service'), - serialized_pb=_b('\n\x1c\x66lyteidl/service/admin.proto\x12\x10\x66lyteidl.service\x1a\x1cgoogle/api/annotations.proto\x1a\x1c\x66lyteidl/admin/project.proto\x1a.flyteidl/admin/project_domain_attributes.proto\x1a\x19\x66lyteidl/admin/task.proto\x1a\x1d\x66lyteidl/admin/workflow.proto\x1a(flyteidl/admin/workflow_attributes.proto\x1a flyteidl/admin/launch_plan.proto\x1a\x1a\x66lyteidl/admin/event.proto\x1a\x1e\x66lyteidl/admin/execution.proto\x1a\'flyteidl/admin/matchable_resource.proto\x1a#flyteidl/admin/node_execution.proto\x1a#flyteidl/admin/task_execution.proto\x1a\x1c\x66lyteidl/admin/version.proto\x1a\x1b\x66lyteidl/admin/common.proto\x1a,protoc-gen-swagger/options/annotations.proto2\x9a\x61\n\x0c\x41\x64minService\x12\xc5\x02\n\nCreateTask\x12!.flyteidl.admin.TaskCreateRequest\x1a\".flyteidl.admin.TaskCreateResponse\"\xef\x01\x82\xd3\xe4\x93\x02\x12\"\r/api/v1/tasks:\x01*\x92\x41\xd3\x01\x1a&Create and register a task definition.JB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\xb2\x01\n\x07GetTask\x12 .flyteidl.admin.ObjectGetRequest\x1a\x14.flyteidl.admin.Task\"o\x82\xd3\xe4\x93\x02?\x12=/api/v1/tasks/{id.project}/{id.domain}/{id.name}/{id.version}\x92\x41\'\x1a%Retrieve an existing task definition.\x12\xde\x01\n\x0bListTaskIds\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a).flyteidl.admin.NamedEntityIdentifierList\"r\x82\xd3\xe4\x93\x02%\x12#/api/v1/task_ids/{project}/{domain}\x92\x41\x44\x1a\x42\x46\x65tch existing task definition identifiers matching input filters.\x12\xeb\x01\n\tListTasks\x12#.flyteidl.admin.ResourceListRequest\x1a\x18.flyteidl.admin.TaskList\"\x9e\x01\x82\xd3\xe4\x93\x02\\\x12\x30/api/v1/tasks/{id.project}/{id.domain}/{id.name}Z(\x12&/api/v1/tasks/{id.project}/{id.domain}\x92\x41\x39\x1a\x37\x46\x65tch existing task definitions matching input filters.\x12\xd9\x02\n\x0e\x43reateWorkflow\x12%.flyteidl.admin.WorkflowCreateRequest\x1a&.flyteidl.admin.WorkflowCreateResponse\"\xf7\x01\x82\xd3\xe4\x93\x02\x16\"\x11/api/v1/workflows:\x01*\x92\x41\xd7\x01\x1a*Create and register a workflow definition.JB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\xc2\x01\n\x0bGetWorkflow\x12 .flyteidl.admin.ObjectGetRequest\x1a\x18.flyteidl.admin.Workflow\"w\x82\xd3\xe4\x93\x02\x43\x12\x41/api/v1/workflows/{id.project}/{id.domain}/{id.name}/{id.version}\x92\x41+\x1a)Retrieve an existing workflow definition.\x12\xed\x01\n\x0fListWorkflowIds\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a).flyteidl.admin.NamedEntityIdentifierList\"}\x82\xd3\xe4\x93\x02)\x12\'/api/v1/workflow_ids/{project}/{domain}\x92\x41K\x1aIFetch an existing workflow definition identifiers matching input filters.\x12\xff\x01\n\rListWorkflows\x12#.flyteidl.admin.ResourceListRequest\x1a\x1c.flyteidl.admin.WorkflowList\"\xaa\x01\x82\xd3\xe4\x93\x02\x64\x12\x34/api/v1/workflows/{id.project}/{id.domain}/{id.name}Z,\x12*/api/v1/workflows/{id.project}/{id.domain}\x92\x41=\x1a;Fetch existing workflow definitions matching input filters.\x12\xe5\x02\n\x10\x43reateLaunchPlan\x12\'.flyteidl.admin.LaunchPlanCreateRequest\x1a(.flyteidl.admin.LaunchPlanCreateResponse\"\xfd\x01\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/launch_plans:\x01*\x92\x41\xda\x01\x1a-Create and register a launch plan definition.JB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\xcc\x01\n\rGetLaunchPlan\x12 .flyteidl.admin.ObjectGetRequest\x1a\x1a.flyteidl.admin.LaunchPlan\"}\x82\xd3\xe4\x93\x02\x46\x12\x44/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}/{id.version}\x92\x41.\x1a,Retrieve an existing launch plan definition.\x12\xf3\x01\n\x13GetActiveLaunchPlan\x12\'.flyteidl.admin.ActiveLaunchPlanRequest\x1a\x1a.flyteidl.admin.LaunchPlan\"\x96\x01\x82\xd3\xe4\x93\x02@\x12>/api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name}\x92\x41M\x1aKRetrieve the active launch plan version specified by input request filters.\x12\xeb\x01\n\x15ListActiveLaunchPlans\x12+.flyteidl.admin.ActiveLaunchPlanListRequest\x1a\x1e.flyteidl.admin.LaunchPlanList\"\x84\x01\x82\xd3\xe4\x93\x02\x30\x12./api/v1/active_launch_plans/{project}/{domain}\x92\x41K\x1aIFetch the active launch plan versions specified by input request filters.\x12\xf3\x01\n\x11ListLaunchPlanIds\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a).flyteidl.admin.NamedEntityIdentifierList\"\x80\x01\x82\xd3\xe4\x93\x02,\x12*/api/v1/launch_plan_ids/{project}/{domain}\x92\x41K\x1aIFetch existing launch plan definition identifiers matching input filters.\x12\x8c\x02\n\x0fListLaunchPlans\x12#.flyteidl.admin.ResourceListRequest\x1a\x1e.flyteidl.admin.LaunchPlanList\"\xb3\x01\x82\xd3\xe4\x93\x02j\x12\x37/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}Z/\x12-/api/v1/launch_plans/{id.project}/{id.domain}\x92\x41@\x1a>Fetch existing launch plan definitions matching input filters.\x12\xc0\x06\n\x10UpdateLaunchPlan\x12\'.flyteidl.admin.LaunchPlanUpdateRequest\x1a(.flyteidl.admin.LaunchPlanUpdateResponse\"\xd8\x05\x82\xd3\xe4\x93\x02I\x1a\x44/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}/{id.version}:\x01*\x92\x41\x85\x05\x1a\x82\x05Update the status of an existing launch plan definition. At most one launch plan version for a given {project, domain, name} can be active at a time. If this call sets a launch plan to active and existing version is already active, the result of this call will be that the formerly active launch plan will be made inactive and specified launch plan in this request will be made active. In the event that the formerly active launch plan had a schedule associated it with it, this schedule will be disabled. If the reference launch plan in this request is being set to active and has a schedule associated with it, the schedule will be enabled.\x12\xa2\x01\n\x0f\x43reateExecution\x12&.flyteidl.admin.ExecutionCreateRequest\x1a\'.flyteidl.admin.ExecutionCreateResponse\">\x82\xd3\xe4\x93\x02\x17\"\x12/api/v1/executions:\x01*\x92\x41\x1e\x1a\x1c\x43reate a workflow execution.\x12\xb1\x01\n\x11RelaunchExecution\x12(.flyteidl.admin.ExecutionRelaunchRequest\x1a\'.flyteidl.admin.ExecutionCreateResponse\"I\x82\xd3\xe4\x93\x02 \"\x1b/api/v1/executions/relaunch:\x01*\x92\x41 \x1a\x1eRelaunch a workflow execution.\x12\xc2\x01\n\x0cGetExecution\x12+.flyteidl.admin.WorkflowExecutionGetRequest\x1a\x19.flyteidl.admin.Execution\"j\x82\xd3\xe4\x93\x02\x37\x12\x35/api/v1/executions/{id.project}/{id.domain}/{id.name}\x92\x41*\x1a(Retrieve an existing workflow execution.\x12\x82\x02\n\x10GetExecutionData\x12/.flyteidl.admin.WorkflowExecutionGetDataRequest\x1a\x30.flyteidl.admin.WorkflowExecutionGetDataResponse\"\x8a\x01\x82\xd3\xe4\x93\x02<\x12:/api/v1/data/executions/{id.project}/{id.domain}/{id.name}\x92\x41\x45\x1a\x43Retrieve input and output data from an existing workflow execution.\x12\xc8\x01\n\x0eListExecutions\x12#.flyteidl.admin.ResourceListRequest\x1a\x1d.flyteidl.admin.ExecutionList\"r\x82\xd3\xe4\x93\x02-\x12+/api/v1/executions/{id.project}/{id.domain}\x92\x41<\x1a:Fetch existing workflow executions matching input filters.\x12\xf4\x01\n\x12TerminateExecution\x12).flyteidl.admin.ExecutionTerminateRequest\x1a*.flyteidl.admin.ExecutionTerminateResponse\"\x86\x01\x82\xd3\xe4\x93\x02:*5/api/v1/executions/{id.project}/{id.domain}/{id.name}:\x01*\x92\x41\x43\x1a\x41Terminate the active workflow execution specified in the request.\x12\xfc\x01\n\x10GetNodeExecution\x12\'.flyteidl.admin.NodeExecutionGetRequest\x1a\x1d.flyteidl.admin.NodeExecution\"\x9f\x01\x82\xd3\xe4\x93\x02p\x12n/api/v1/node_executions/{id.execution_id.project}/{id.execution_id.domain}/{id.execution_id.name}/{id.node_id}\x92\x41&\x1a$Retrieve an existing node execution.\x12\x9a\x02\n\x12ListNodeExecutions\x12(.flyteidl.admin.NodeExecutionListRequest\x1a!.flyteidl.admin.NodeExecutionList\"\xb6\x01\x82\xd3\xe4\x93\x02u\x12s/api/v1/node_executions/{workflow_execution_id.project}/{workflow_execution_id.domain}/{workflow_execution_id.name}\x92\x41\x38\x1a\x36\x46\x65tch existing node executions matching input filters.\x12\xef\x04\n\x19ListNodeExecutionsForTask\x12/.flyteidl.admin.NodeExecutionForTaskListRequest\x1a!.flyteidl.admin.NodeExecutionList\"\xfd\x03\x82\xd3\xe4\x93\x02\xac\x03\x12\xa9\x03/api/v1/children/task_executions/{task_execution_id.node_execution_id.execution_id.project}/{task_execution_id.node_execution_id.execution_id.domain}/{task_execution_id.node_execution_id.execution_id.name}/{task_execution_id.node_execution_id.node_id}/{task_execution_id.task_id.project}/{task_execution_id.task_id.domain}/{task_execution_id.task_id.name}/{task_execution_id.task_id.version}/{task_execution_id.retry_attempt}\x92\x41G\x1a\x45\x46\x65tch child node executions launched by the specified task execution.\x12\xb3\x02\n\x14GetNodeExecutionData\x12+.flyteidl.admin.NodeExecutionGetDataRequest\x1a,.flyteidl.admin.NodeExecutionGetDataResponse\"\xbf\x01\x82\xd3\xe4\x93\x02u\x12s/api/v1/data/node_executions/{id.execution_id.project}/{id.execution_id.domain}/{id.execution_id.name}/{id.node_id}\x92\x41\x41\x1a?Retrieve input and output data from an existing node execution.\x12\x97\x01\n\x0fRegisterProject\x12&.flyteidl.admin.ProjectRegisterRequest\x1a\'.flyteidl.admin.ProjectRegisterResponse\"3\x82\xd3\xe4\x93\x02\x15\"\x10/api/v1/projects:\x01*\x92\x41\x15\x1a\x13Register a project.\x12\x87\x01\n\rUpdateProject\x12\x17.flyteidl.admin.Project\x1a%.flyteidl.admin.ProjectUpdateResponse\"6\x82\xd3\xe4\x93\x02\x1a\x1a\x15/api/v1/projects/{id}:\x01*\x92\x41\x13\x1a\x11Update a project.\x12\x85\x01\n\x0cListProjects\x12\".flyteidl.admin.ProjectListRequest\x1a\x18.flyteidl.admin.Projects\"7\x82\xd3\xe4\x93\x02\x12\x12\x10/api/v1/projects\x92\x41\x1c\x1a\x1a\x46\x65tch registered projects.\x12\xdd\x01\n\x13\x43reateWorkflowEvent\x12-.flyteidl.admin.WorkflowExecutionEventRequest\x1a..flyteidl.admin.WorkflowExecutionEventResponse\"g\x82\xd3\xe4\x93\x02\x1d\"\x18/api/v1/events/workflows:\x01*\x92\x41\x41\x1a?Create a workflow execution event recording a phase transition.\x12\xc9\x01\n\x0f\x43reateNodeEvent\x12).flyteidl.admin.NodeExecutionEventRequest\x1a*.flyteidl.admin.NodeExecutionEventResponse\"_\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/events/nodes:\x01*\x92\x41=\x1a;Create a node execution event recording a phase transition.\x12\xc9\x01\n\x0f\x43reateTaskEvent\x12).flyteidl.admin.TaskExecutionEventRequest\x1a*.flyteidl.admin.TaskExecutionEventResponse\"_\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/events/tasks:\x01*\x92\x41=\x1a;Create a task execution event recording a phase transition.\x12\xa9\x03\n\x10GetTaskExecution\x12\'.flyteidl.admin.TaskExecutionGetRequest\x1a\x1d.flyteidl.admin.TaskExecution\"\xcc\x02\x82\xd3\xe4\x93\x02\x9c\x02\x12\x99\x02/api/v1/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt}\x92\x41&\x1a$Retrieve an existing task execution.\x12\xd3\x02\n\x12ListTaskExecutions\x12(.flyteidl.admin.TaskExecutionListRequest\x1a!.flyteidl.admin.TaskExecutionList\"\xef\x01\x82\xd3\xe4\x93\x02\xad\x01\x12\xaa\x01/api/v1/task_executions/{node_execution_id.execution_id.project}/{node_execution_id.execution_id.domain}/{node_execution_id.execution_id.name}/{node_execution_id.node_id}\x92\x41\x38\x1a\x36\x46\x65tch existing task executions matching input filters.\x12\xe0\x03\n\x14GetTaskExecutionData\x12+.flyteidl.admin.TaskExecutionGetDataRequest\x1a,.flyteidl.admin.TaskExecutionGetDataResponse\"\xec\x02\x82\xd3\xe4\x93\x02\xa1\x02\x12\x9e\x02/api/v1/data/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt}\x92\x41\x41\x1a?Retrieve input and output data from an existing task execution.\x12\xbf\x02\n\x1dUpdateProjectDomainAttributes\x12\x34.flyteidl.admin.ProjectDomainAttributesUpdateRequest\x1a\x35.flyteidl.admin.ProjectDomainAttributesUpdateResponse\"\xb0\x01\x82\xd3\xe4\x93\x02O\x1aJ/api/v1/project_domain_attributes/{attributes.project}/{attributes.domain}:\x01*\x92\x41X\x1aVUpdate the customized resource attributes associated with a project-domain combination\x12\x9f\x02\n\x1aGetProjectDomainAttributes\x12\x31.flyteidl.admin.ProjectDomainAttributesGetRequest\x1a\x32.flyteidl.admin.ProjectDomainAttributesGetResponse\"\x99\x01\x82\xd3\xe4\x93\x02\x36\x12\x34/api/v1/project_domain_attributes/{project}/{domain}\x92\x41Z\x1aXRetrieve the customized resource attributes associated with a project-domain combination\x12\xa9\x02\n\x1d\x44\x65leteProjectDomainAttributes\x12\x34.flyteidl.admin.ProjectDomainAttributesDeleteRequest\x1a\x35.flyteidl.admin.ProjectDomainAttributesDeleteResponse\"\x9a\x01\x82\xd3\xe4\x93\x02\x39*4/api/v1/project_domain_attributes/{project}/{domain}:\x01*\x92\x41X\x1aVDelete the customized resource attributes associated with a project-domain combination\x12\xce\x02\n\x18UpdateWorkflowAttributes\x12/.flyteidl.admin.WorkflowAttributesUpdateRequest\x1a\x30.flyteidl.admin.WorkflowAttributesUpdateResponse\"\xce\x01\x82\xd3\xe4\x93\x02_\x1aZ/api/v1/workflow_attributes/{attributes.project}/{attributes.domain}/{attributes.workflow}:\x01*\x92\x41\x66\x1a\x64Update the customized resource attributes associated with a project, domain and workflow combination\x12\xa3\x02\n\x15GetWorkflowAttributes\x12,.flyteidl.admin.WorkflowAttributesGetRequest\x1a-.flyteidl.admin.WorkflowAttributesGetResponse\"\xac\x01\x82\xd3\xe4\x93\x02;\x12\x39/api/v1/workflow_attributes/{project}/{domain}/{workflow}\x92\x41h\x1a\x66Retrieve the customized resource attributes associated with a project, domain and workflow combination\x12\xad\x02\n\x18\x44\x65leteWorkflowAttributes\x12/.flyteidl.admin.WorkflowAttributesDeleteRequest\x1a\x30.flyteidl.admin.WorkflowAttributesDeleteResponse\"\xad\x01\x82\xd3\xe4\x93\x02>*9/api/v1/workflow_attributes/{project}/{domain}/{workflow}:\x01*\x92\x41\x66\x1a\x64\x44\x65lete the customized resource attributes associated with a project, domain and workflow combination\x12\xe1\x01\n\x17ListMatchableAttributes\x12..flyteidl.admin.ListMatchableAttributesRequest\x1a/.flyteidl.admin.ListMatchableAttributesResponse\"e\x82\xd3\xe4\x93\x02\x1e\x12\x1c/api/v1/matchable_attributes\x92\x41>\x1a/api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name}\x92\x41M\x1aKRetrieve the active launch plan version specified by input request filters.\x12\xeb\x01\n\x15ListActiveLaunchPlans\x12+.flyteidl.admin.ActiveLaunchPlanListRequest\x1a\x1e.flyteidl.admin.LaunchPlanList\"\x84\x01\x82\xd3\xe4\x93\x02\x30\x12./api/v1/active_launch_plans/{project}/{domain}\x92\x41K\x1aIFetch the active launch plan versions specified by input request filters.\x12\xf3\x01\n\x11ListLaunchPlanIds\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a).flyteidl.admin.NamedEntityIdentifierList\"\x80\x01\x82\xd3\xe4\x93\x02,\x12*/api/v1/launch_plan_ids/{project}/{domain}\x92\x41K\x1aIFetch existing launch plan definition identifiers matching input filters.\x12\x8c\x02\n\x0fListLaunchPlans\x12#.flyteidl.admin.ResourceListRequest\x1a\x1e.flyteidl.admin.LaunchPlanList\"\xb3\x01\x82\xd3\xe4\x93\x02j\x12\x37/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}Z/\x12-/api/v1/launch_plans/{id.project}/{id.domain}\x92\x41@\x1a>Fetch existing launch plan definitions matching input filters.\x12\xc0\x06\n\x10UpdateLaunchPlan\x12\'.flyteidl.admin.LaunchPlanUpdateRequest\x1a(.flyteidl.admin.LaunchPlanUpdateResponse\"\xd8\x05\x82\xd3\xe4\x93\x02I\x1a\x44/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}/{id.version}:\x01*\x92\x41\x85\x05\x1a\x82\x05Update the status of an existing launch plan definition. At most one launch plan version for a given {project, domain, name} can be active at a time. If this call sets a launch plan to active and existing version is already active, the result of this call will be that the formerly active launch plan will be made inactive and specified launch plan in this request will be made active. In the event that the formerly active launch plan had a schedule associated it with it, this schedule will be disabled. If the reference launch plan in this request is being set to active and has a schedule associated with it, the schedule will be enabled.\x12\xa2\x01\n\x0f\x43reateExecution\x12&.flyteidl.admin.ExecutionCreateRequest\x1a\'.flyteidl.admin.ExecutionCreateResponse\">\x82\xd3\xe4\x93\x02\x17\"\x12/api/v1/executions:\x01*\x92\x41\x1e\x1a\x1c\x43reate a workflow execution.\x12\xb1\x01\n\x11RelaunchExecution\x12(.flyteidl.admin.ExecutionRelaunchRequest\x1a\'.flyteidl.admin.ExecutionCreateResponse\"I\x82\xd3\xe4\x93\x02 \"\x1b/api/v1/executions/relaunch:\x01*\x92\x41 \x1a\x1eRelaunch a workflow execution.\x12\xc2\x01\n\x0cGetExecution\x12+.flyteidl.admin.WorkflowExecutionGetRequest\x1a\x19.flyteidl.admin.Execution\"j\x82\xd3\xe4\x93\x02\x37\x12\x35/api/v1/executions/{id.project}/{id.domain}/{id.name}\x92\x41*\x1a(Retrieve an existing workflow execution.\x12\x82\x02\n\x10GetExecutionData\x12/.flyteidl.admin.WorkflowExecutionGetDataRequest\x1a\x30.flyteidl.admin.WorkflowExecutionGetDataResponse\"\x8a\x01\x82\xd3\xe4\x93\x02<\x12:/api/v1/data/executions/{id.project}/{id.domain}/{id.name}\x92\x41\x45\x1a\x43Retrieve input and output data from an existing workflow execution.\x12\xc8\x01\n\x0eListExecutions\x12#.flyteidl.admin.ResourceListRequest\x1a\x1d.flyteidl.admin.ExecutionList\"r\x82\xd3\xe4\x93\x02-\x12+/api/v1/executions/{id.project}/{id.domain}\x92\x41<\x1a:Fetch existing workflow executions matching input filters.\x12\xf4\x01\n\x12TerminateExecution\x12).flyteidl.admin.ExecutionTerminateRequest\x1a*.flyteidl.admin.ExecutionTerminateResponse\"\x86\x01\x82\xd3\xe4\x93\x02:*5/api/v1/executions/{id.project}/{id.domain}/{id.name}:\x01*\x92\x41\x43\x1a\x41Terminate the active workflow execution specified in the request.\x12\xfc\x01\n\x10GetNodeExecution\x12\'.flyteidl.admin.NodeExecutionGetRequest\x1a\x1d.flyteidl.admin.NodeExecution\"\x9f\x01\x82\xd3\xe4\x93\x02p\x12n/api/v1/node_executions/{id.execution_id.project}/{id.execution_id.domain}/{id.execution_id.name}/{id.node_id}\x92\x41&\x1a$Retrieve an existing node execution.\x12\x9a\x02\n\x12ListNodeExecutions\x12(.flyteidl.admin.NodeExecutionListRequest\x1a!.flyteidl.admin.NodeExecutionList\"\xb6\x01\x82\xd3\xe4\x93\x02u\x12s/api/v1/node_executions/{workflow_execution_id.project}/{workflow_execution_id.domain}/{workflow_execution_id.name}\x92\x41\x38\x1a\x36\x46\x65tch existing node executions matching input filters.\x12\xef\x04\n\x19ListNodeExecutionsForTask\x12/.flyteidl.admin.NodeExecutionForTaskListRequest\x1a!.flyteidl.admin.NodeExecutionList\"\xfd\x03\x82\xd3\xe4\x93\x02\xac\x03\x12\xa9\x03/api/v1/children/task_executions/{task_execution_id.node_execution_id.execution_id.project}/{task_execution_id.node_execution_id.execution_id.domain}/{task_execution_id.node_execution_id.execution_id.name}/{task_execution_id.node_execution_id.node_id}/{task_execution_id.task_id.project}/{task_execution_id.task_id.domain}/{task_execution_id.task_id.name}/{task_execution_id.task_id.version}/{task_execution_id.retry_attempt}\x92\x41G\x1a\x45\x46\x65tch child node executions launched by the specified task execution.\x12\xb3\x02\n\x14GetNodeExecutionData\x12+.flyteidl.admin.NodeExecutionGetDataRequest\x1a,.flyteidl.admin.NodeExecutionGetDataResponse\"\xbf\x01\x82\xd3\xe4\x93\x02u\x12s/api/v1/data/node_executions/{id.execution_id.project}/{id.execution_id.domain}/{id.execution_id.name}/{id.node_id}\x92\x41\x41\x1a?Retrieve input and output data from an existing node execution.\x12\x97\x01\n\x0fRegisterProject\x12&.flyteidl.admin.ProjectRegisterRequest\x1a\'.flyteidl.admin.ProjectRegisterResponse\"3\x82\xd3\xe4\x93\x02\x15\"\x10/api/v1/projects:\x01*\x92\x41\x15\x1a\x13Register a project.\x12\x87\x01\n\rUpdateProject\x12\x17.flyteidl.admin.Project\x1a%.flyteidl.admin.ProjectUpdateResponse\"6\x82\xd3\xe4\x93\x02\x1a\x1a\x15/api/v1/projects/{id}:\x01*\x92\x41\x13\x1a\x11Update a project.\x12\x85\x01\n\x0cListProjects\x12\".flyteidl.admin.ProjectListRequest\x1a\x18.flyteidl.admin.Projects\"7\x82\xd3\xe4\x93\x02\x12\x12\x10/api/v1/projects\x92\x41\x1c\x1a\x1a\x46\x65tch registered projects.\x12\xdd\x01\n\x13\x43reateWorkflowEvent\x12-.flyteidl.admin.WorkflowExecutionEventRequest\x1a..flyteidl.admin.WorkflowExecutionEventResponse\"g\x82\xd3\xe4\x93\x02\x1d\"\x18/api/v1/events/workflows:\x01*\x92\x41\x41\x1a?Create a workflow execution event recording a phase transition.\x12\xc9\x01\n\x0f\x43reateNodeEvent\x12).flyteidl.admin.NodeExecutionEventRequest\x1a*.flyteidl.admin.NodeExecutionEventResponse\"_\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/events/nodes:\x01*\x92\x41=\x1a;Create a node execution event recording a phase transition.\x12\xc9\x01\n\x0f\x43reateTaskEvent\x12).flyteidl.admin.TaskExecutionEventRequest\x1a*.flyteidl.admin.TaskExecutionEventResponse\"_\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/events/tasks:\x01*\x92\x41=\x1a;Create a task execution event recording a phase transition.\x12\xa9\x03\n\x10GetTaskExecution\x12\'.flyteidl.admin.TaskExecutionGetRequest\x1a\x1d.flyteidl.admin.TaskExecution\"\xcc\x02\x82\xd3\xe4\x93\x02\x9c\x02\x12\x99\x02/api/v1/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt}\x92\x41&\x1a$Retrieve an existing task execution.\x12\xd3\x02\n\x12ListTaskExecutions\x12(.flyteidl.admin.TaskExecutionListRequest\x1a!.flyteidl.admin.TaskExecutionList\"\xef\x01\x82\xd3\xe4\x93\x02\xad\x01\x12\xaa\x01/api/v1/task_executions/{node_execution_id.execution_id.project}/{node_execution_id.execution_id.domain}/{node_execution_id.execution_id.name}/{node_execution_id.node_id}\x92\x41\x38\x1a\x36\x46\x65tch existing task executions matching input filters.\x12\xe0\x03\n\x14GetTaskExecutionData\x12+.flyteidl.admin.TaskExecutionGetDataRequest\x1a,.flyteidl.admin.TaskExecutionGetDataResponse\"\xec\x02\x82\xd3\xe4\x93\x02\xa1\x02\x12\x9e\x02/api/v1/data/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt}\x92\x41\x41\x1a?Retrieve input and output data from an existing task execution.\x12\xbf\x02\n\x1dUpdateProjectDomainAttributes\x12\x34.flyteidl.admin.ProjectDomainAttributesUpdateRequest\x1a\x35.flyteidl.admin.ProjectDomainAttributesUpdateResponse\"\xb0\x01\x82\xd3\xe4\x93\x02O\x1aJ/api/v1/project_domain_attributes/{attributes.project}/{attributes.domain}:\x01*\x92\x41X\x1aVUpdate the customized resource attributes associated with a project-domain combination\x12\x9f\x02\n\x1aGetProjectDomainAttributes\x12\x31.flyteidl.admin.ProjectDomainAttributesGetRequest\x1a\x32.flyteidl.admin.ProjectDomainAttributesGetResponse\"\x99\x01\x82\xd3\xe4\x93\x02\x36\x12\x34/api/v1/project_domain_attributes/{project}/{domain}\x92\x41Z\x1aXRetrieve the customized resource attributes associated with a project-domain combination\x12\xa9\x02\n\x1d\x44\x65leteProjectDomainAttributes\x12\x34.flyteidl.admin.ProjectDomainAttributesDeleteRequest\x1a\x35.flyteidl.admin.ProjectDomainAttributesDeleteResponse\"\x9a\x01\x82\xd3\xe4\x93\x02\x39*4/api/v1/project_domain_attributes/{project}/{domain}:\x01*\x92\x41X\x1aVDelete the customized resource attributes associated with a project-domain combination\x12\xce\x02\n\x18UpdateWorkflowAttributes\x12/.flyteidl.admin.WorkflowAttributesUpdateRequest\x1a\x30.flyteidl.admin.WorkflowAttributesUpdateResponse\"\xce\x01\x82\xd3\xe4\x93\x02_\x1aZ/api/v1/workflow_attributes/{attributes.project}/{attributes.domain}/{attributes.workflow}:\x01*\x92\x41\x66\x1a\x64Update the customized resource attributes associated with a project, domain and workflow combination\x12\xa3\x02\n\x15GetWorkflowAttributes\x12,.flyteidl.admin.WorkflowAttributesGetRequest\x1a-.flyteidl.admin.WorkflowAttributesGetResponse\"\xac\x01\x82\xd3\xe4\x93\x02;\x12\x39/api/v1/workflow_attributes/{project}/{domain}/{workflow}\x92\x41h\x1a\x66Retrieve the customized resource attributes associated with a project, domain and workflow combination\x12\xad\x02\n\x18\x44\x65leteWorkflowAttributes\x12/.flyteidl.admin.WorkflowAttributesDeleteRequest\x1a\x30.flyteidl.admin.WorkflowAttributesDeleteResponse\"\xad\x01\x82\xd3\xe4\x93\x02>*9/api/v1/workflow_attributes/{project}/{domain}/{workflow}:\x01*\x92\x41\x66\x1a\x64\x44\x65lete the customized resource attributes associated with a project, domain and workflow combination\x12\xe1\x01\n\x17ListMatchableAttributes\x12..flyteidl.admin.ListMatchableAttributesRequest\x1a/.flyteidl.admin.ListMatchableAttributesResponse\"e\x82\xd3\xe4\x93\x02\x1e\x12\x1c/api/v1/matchable_attributes\x92\x41>\x1a