diff --git a/bin/firmware.bin b/bin/firmware.bin index 416f9d2c..d5577829 100644 Binary files a/bin/firmware.bin and b/bin/firmware.bin differ diff --git a/src/main.cpp b/src/main.cpp index 923cef04..6808f4c7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -856,16 +856,40 @@ void ICACHE_FLASH_ATTR onWsEvent(AsyncWebSocket * server, AsyncWebSocketClient * } void onMqttDisconnect(AsyncMqttClientDisconnectReason reason) { - char * rch; - sprintf(rch, "Reason : %d", reason); - writeEvent("WARN", "mqtt", "Disconnected from MQTT server", rch); + String reasonstr = ""; + switch (reason) { + case (AsyncMqttClientDisconnectReason::TCP_DISCONNECTED): + reasonstr = "TCP_DISCONNECTED"; + break; + case (AsyncMqttClientDisconnectReason::MQTT_UNACCEPTABLE_PROTOCOL_VERSION): + reasonstr = "MQTT_UNACCEPTABLE_PROTOCOL_VERSION"; + break; + case (AsyncMqttClientDisconnectReason::MQTT_IDENTIFIER_REJECTED): + reasonstr = "MQTT_IDENTIFIER_REJECTED"; + break; + case (AsyncMqttClientDisconnectReason::MQTT_SERVER_UNAVAILABLE): + reasonstr = "MQTT_SERVER_UNAVAILABLE"; + break; + case (AsyncMqttClientDisconnectReason::MQTT_MALFORMED_CREDENTIALS): + reasonstr = "MQTT_MALFORMED_CREDENTIALS"; + break; + case (AsyncMqttClientDisconnectReason::MQTT_NOT_AUTHORIZED): + reasonstr = "MQTT_NOT_AUTHORIZED"; + break; + case (AsyncMqttClientDisconnectReason::ESP8266_NOT_ENOUGH_SPACE): + reasonstr = "ESP8266_NOT_ENOUGH_SPACE"; + break; + default: + reasonstr = "Unknown"; + break; + } + writeEvent("WARN", "mqtt", "Disconnected from MQTT server", reasonstr); if (WiFi.isConnected()) { mqttReconnectTimer.once(2, connectToMqtt); } } void onMqttPublish(uint16_t packetId) { - writeEvent("INFO", "mqtt", "MQTT publish acknowledged", String(packetId)); } diff --git a/src/webh/esprfid.js.gz.h b/src/webh/esprfid.js.gz.h index 7a3d799b..e7707f79 100644 --- a/src/webh/esprfid.js.gz.h +++ b/src/webh/esprfid.js.gz.h @@ -1,11 +1,11 @@ -#define esprfid_js_gz_len 7347 +#define esprfid_js_gz_len 7364 const uint8_t esprfid_js_gz[] PROGMEM = { -0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0xed,0x3d,0x0d,0x73,0xdb,0xb6,0x92,0x7f,0x85,0xc6,0xcb,0x4b,0xc8,0x9a,0xa6,0xa5,0xb4,0xc9,0x35,0x94,0x59,0x4f,0x9a,0x8f,0xd7,0xbc,0x49,0xd3,0x5e,0xec,0x5c,0xdf,0x1b,0x9f,0x2f,0x43,0x89,0x90,0xc4,0x46,0x22,0xf4,0x48,0xc8,0x8a,0x9f,0xa3,0xff,0x7e,0xbb,0x0b,0x80,0x04,0x29,0x92,0x92,0x5f,0x7b,0xbd,0xb9,0x99,0x9b,0xc9,0x44,0x12,0x88,0x5d,0x2e,0x80,0xdd,0xc5,0x7e,0x01,0xbe,0x89,0x73,0x67,0x2d,0x27,0x17,0x7c,0x22,0xb2,0xa4,0xf0,0x65,0xba,0xe4,0xff,0x14,0x19,0xf7,0xe3,0x5f,0xe3,0xcf,0x62,0xfc,0xab,0x3f,0x8f,0x8b,0x55,0x3c,0xe3,0x85,0xbf,0x10,0xb3,0x24,0x96,0xb1,0xcf,0x8b,0x55,0x3e,0x4d,0x13,0xe8,0x2e,0x79,0x26,0xfd,0x0d,0x1f,0x17,0x62,0xf2,0x29,0xca,0xd6,0x8b,0x85,0xbf,0x29,0x3e,0xe4,0x69,0xc4,0x36,0x45,0x78,0x7a,0xca,0x8e,0x37,0x69,0x96,0x88,0x4d,0xb0,0x10,0x93,0x58,0xa6,0x22,0x0b,0xe6,0xa2,0x90,0x59,0xbc,0xe4,0xc7,0xec,0x74,0x53,0x30,0x1f,0xb1,0x45,0x57,0xd7,0x3e,0x60,0x9a,0xa6,0xb3,0xe8,0x6e,0x22,0x96,0xcb,0x38,0x4b,0x42,0xa6,0x1a,0xa6,0xe9,0x82,0x33,0x3f,0xe3,0x72,0x23,0xf2,0x4f,0xe1,0xdd,0xb8,0x28,0x52,0x78,0xc6,0x7c,0xf3,0xb9,0x59,0x8a,0x84,0xe3,0x97,0x79,0x8a,0x9f,0x03,0xe6,0xaf,0x8a,0x0d,0x3d,0x11,0xd3,0x29,0x0e,0x83,0xda,0x92,0xf9,0x64,0x15,0xb2,0x21,0xf3,0xd3,0x15,0x01,0xaf,0xc7,0x80,0x11,0xbf,0xcd,0x62,0xc9,0x37,0xf1,0x2d,0x7e,0x4d,0xb2,0x02,0x3e,0xb6,0x30,0xd4,0x3c,0xd9,0xc4,0x39,0x0f,0xef,0x72,0x1e,0x27,0x3c,0xbf,0xbc,0x5d,0x71,0x82,0xdd,0xcc,0x92,0xc1,0x2a,0xcd,0x42,0xf6,0x0d,0x7d,0x1f,0xd2,0xf7,0x27,0x48,0x0a,0x7d,0x63,0x3e,0x4e,0xc8,0x2c,0xd6,0xdf,0x25,0x81,0xc1,0x17,0xf3,0x50,0x11,0x03,0x2f,0x98,0xf1,0x8c,0xe7,0xf1,0x22,0xbc,0xa3,0x99,0x58,0x86,0x0c,0xe6,0xf2,0x04,0x61,0xa1,0x13,0x2f,0x64,0x9c,0x4b,0x6b,0x1c,0x71,0xb2,0x4c,0x33,0xe6,0xdf,0xf0,0xbc,0x80,0xc9,0x23,0xf8,0xe5,0x3f,0xa4,0x0c,0xef,0x78,0x16,0x8f,0x17,0x3c,0xa1,0xae,0x88,0x08,0xdf,0xb1,0x12,0x39,0x7d,0x4a,0xb1,0x4a,0x27,0xf8,0x65,0x5d,0xf0,0x9c,0x1e,0xa8,0x39,0xd9,0xfa,0x99,0x5c,0x85,0x77,0xd0,0x78,0x83,0xed,0x2b,0x21,0x16,0x01,0xb4,0x04,0x22,0x9f,0xc1,0xd4,0xc0,0x4a,0xe6,0x37,0x40,0x17,0xfb,0x1a,0x50,0x1a,0x0e,0x40,0xfc,0xdb,0xad,0x8f,0x8b,0x1f,0x0d,0x81,0xbe,0x89,0xc8,0x93,0x42,0x0a,0x24,0x14,0xfe,0x8b,0x06,0x7e,0xb1,0x10,0x12,0x3e,0x60,0xd9,0x56,0x0b,0x2e,0x79,0x12,0x1d,0x0d,0x7d,0x5c,0xb4,0xe8,0x6e,0xeb,0x8f,0xe3,0xc9,0xa7,0xf5,0x8a,0x86,0xa4,0x1e,0x68,0xb0,0xaa,0x65,0x34,0x5d,0x67,0x13,0x64,0x0b,0x67,0x9c,0x8b,0x0d,0x10,0x76,0x09,0xef,0x75,0xbd,0xbb,0x1b,0xe0,0x47,0x1e,0x65,0x7c,0xe3,0xbc,0x84,0x15,0x72,0x07,0x9e,0x2f,0xcb,0x5f,0x7e,0x16,0xfd,0x18,0xcb,0x79,0x30,0x5d,0x08,0x91,0xbb,0x32,0x98,0x71,0xa9,0xa0,0x4e,0x87,0xfc,0xeb,0xe3,0xa7,0x83,0xaf,0xca,0x26,0x1c,0xc0,0x4f,0xd3,0x69,0xc1,0xa5,0xeb,0x7d,0x75,0x32,0xf4,0x46,0x3c,0x80,0xef,0x1f,0x2e,0x5f,0x68,0x3e,0x77,0x33,0xcf,0x4f,0xc4,0x64,0xbd,0x04,0x16,0x46,0x98,0x57,0x0b,0x8e,0x5f,0xbf,0xbf,0x7d,0x93,0xb8,0x2c,0x97,0x13,0xe6,0x05,0x69,0x06,0x8b,0xf5,0xc3,0xe5,0x8f,0x6f,0x23,0x1e,0x48,0x81,0xa0,0x32,0x4f,0xb3,0x99,0xeb,0x05,0xc5,0x22,0x9d,0x00,0x65,0xfe,0xc9,0xd7,0xde,0xb6,0x1c,0x45,0xc2,0x6f,0xa0,0xb5,0x6b,0x10,0xa3,0x4a,0xc4,0xec,0x21,0x54,0xad,0x48,0x3d,0xef,0xa2,0xde,0x6f,0x52,0x5f,0xc1,0xf5,0x0c,0x63,0xfd,0xaf,0x0c,0xa3,0xb8,0xcd,0x26,0xdf,0xf7,0x2c,0x08,0xac,0x86,0x45,0x3f,0xaf,0x2f,0x81,0x07,0x0b,0x54,0x89,0x31,0x90,0x8c,0xbc,0xc4,0xb6,0xa3,0x2c,0xe0,0x2b,0x31,0x99,0x47,0xa5,0xb6,0x80,0xe1,0x64,0x89,0xfb,0xd7,0x8b,0x9f,0xde,0x05,0x05,0x91,0x93,0x4e,0x6f,0x61,0x49,0x3c,0xff,0x81,0xcb,0xfe,0x04,0x7c,0x09,0x74,0x4f,0x80,0xba,0x4f,0xae,0x45,0xd9,0x1c,0x90,0x2e,0xf8,0x7b,0x92,0x4c,0x20,0x0b,0xb8,0x33,0x8a,0xa2,0xee,0x35,0x2c,0x25,0x18,0x70,0x01,0x6f,0xaf,0xf9,0xb9,0xdb,0xd9,0x79,0x93,0xf2,0x19,0x60,0x7f,0x2d,0xf2,0x25,0xf4,0x2e,0xe4,0xed,0x82,0x07,0x49,0x5a,0xac,0x16,0xf1,0x6d,0xc4,0x32,0x58,0x0c,0xd6,0x3d,0xcb,0xcb,0x69,0x3e,0x79,0xf2,0xf8,0x71,0x3b,0xec,0x18,0x74,0xdf,0xa7,0x1e,0x60,0x02,0x45,0xc5,0xd1,0x05,0xea,0xa1,0xfe,0xf9,0x63,0xc6,0xb9,0x8f,0xd6,0xde,0x81,0xd2,0x24,0x01,0xb1,0x8f,0xef,0x49,0xec,0xc3,0x87,0xff,0xb7,0x56,0x45,0x8d,0xb3,0xc9,0x94,0x2f,0x7f,0x78,0xf1,0x33,0xb2,0x64,0x7d,0xa9,0xfe,0xb1,0xe6,0xf9,0xed,0x05,0x5f,0xf0,0x09,0x68,0x3e,0xf7,0x51,0x9a,0xad,0xd6,0xf2,0x0a,0xf7,0xbf,0x88,0xe1,0xae,0xa4,0xd5,0x38,0xbb,0x0e,0x27,0x73,0x3e,0xf9,0xc4,0x93,0x47,0x66,0x01,0x51,0x08,0x40,0x51,0xca,0x74,0x92,0xa2,0x24,0x80,0x9c,0x26,0xfc,0xc3,0xca,0xf5,0xc2,0xb6,0x07,0x2f,0xc5,0x26,0x73,0x95,0xe0,0xd8,0x8f,0xe6,0x62,0x63,0x0b,0xcf,0x22,0x2d,0xa4,0xd9,0xde,0x80,0xd2,0x7b,0xac,0x50,0xa4,0x76,0xe3,0xc0,0x40,0x07,0x55,0x97,0xee,0x19,0xdc,0xcc,0x70,0xbf,0xec,0x44,0xa1,0xf7,0xd3,0x3e,0xf8,0xe1,0x1e,0xf8,0x61,0x2f,0xfc,0x6c,0x95,0x8a,0xa2,0xe8,0x84,0xa7,0x7d,0xbb,0x07,0x3a,0xee,0x79,0xb7,0xd9,0xea,0xbb,0xc1,0x71,0xff,0xcf,0x17,0xb7,0xdd,0x18,0x64,0xef,0xdc,0x21,0xed,0xbd,0xe0,0xbd,0xb4,0x27,0x1c,0xf8,0xb4,0xe7,0xd5,0xa0,0x90,0xfd,0xba,0x26,0xad,0x33,0x09,0x58,0x79,0xc0,0x1f,0x35,0x35,0xfd,0xe8,0x8e,0x69,0x9d,0xce,0x42,0x06,0xef,0x5b,0xc0,0x36,0x40,0x1d,0x99,0xef,0x30,0x34,0x0f,0x58,0xf8,0xe8,0x18,0x3f,0x8f,0xd9,0x96,0x35,0xd0,0x81,0x2e, -0xdf,0x87,0x4e,0xed,0x11,0x8f,0x7a,0x36,0x32,0x40,0xa2,0x0c,0x97,0xe6,0xb8,0xd0,0x82,0x51,0x4f,0xba,0x81,0x8d,0x71,0xb3,0xc3,0x0d,0x08,0x6c,0x1e,0x76,0x83,0xbf,0xcc,0xc5,0x0a,0x45,0xcc,0x6c,0xcb,0x6d,0x58,0x4a,0x9b,0xb9,0x66,0xc9,0xf8,0xb6,0x45,0x60,0x6d,0xb0,0xf1,0x0d,0xb7,0x24,0xb1,0x5b,0xba,0xee,0xa3,0x46,0xfd,0x0e,0x09,0xeb,0xc6,0x51,0x97,0xd0,0x36,0xf8,0xe1,0x1e,0xf8,0x61,0x1f,0x3c,0x49,0x58,0x37,0x74,0x5d,0x3e,0x77,0xa0,0x8d,0x8c,0xf5,0x20,0x88,0x7b,0x5e,0x4e,0x02,0xd6,0x0d,0xdb,0x90,0xcf,0x5d,0xf0,0xbd,0xa4,0xf7,0x42,0x23,0x37,0x74,0x83,0xd7,0xe4,0xd3,0x07,0xa6,0x00,0x51,0x48,0xc1,0x22,0x6e,0xb2,0x88,0x12,0x9c,0x1d,0x3e,0xef,0x46,0xbc,0x23,0x24,0x7e,0x0b,0x9f,0x77,0x83,0xef,0x88,0x89,0xdf,0xc2,0xe0,0xdd,0xe0,0x5d,0x62,0xd2,0x33,0x42,0xed,0x0c,0x95,0x16,0x66,0x27,0x6e,0x72,0x84,0x56,0x9b,0xc4,0xe0,0x1c,0xa1,0xab,0x79,0x14,0x45,0x60,0x3c,0x30,0x86,0x9f,0xe7,0xae,0xa6,0x55,0xa3,0x0c,0xd0,0xe9,0x89,0xca,0x11,0x98,0x56,0xe5,0x74,0x75,0xbf,0xc7,0xb8,0xa7,0xcd,0x19,0x30,0xf0,0xda,0x7b,0xe9,0x21,0x74,0x5d,0xba,0x38,0xad,0xe3,0xf7,0xc2,0x78,0xc1,0x73,0xe9,0xb2,0xe7,0x38,0x22,0xd0,0x8e,0x79,0x0c,0x00,0xce,0xcf,0x71,0x51,0x80,0x8f,0x9b,0x38,0x93,0x38,0xcb,0x84,0x74,0xc6,0xdc,0xe1,0xcb,0x95,0xbc,0x65,0x8d,0x09,0x43,0xef,0xaf,0xe2,0x09,0xfc,0x15,0x68,0x1b,0x22,0x42,0x57,0xf0,0x70,0xeb,0x03,0x41,0x3b,0xad,0x0f,0xb0,0xc8,0x5a,0xdf,0x30,0x64,0x9e,0x6f,0x3f,0xc0,0xd9,0xea,0x9e,0x0a,0xec,0x82,0x3d,0x9a,0x73,0x49,0xa0,0xe8,0xac,0xf6,0x83,0x62,0x8f,0x56,0x50,0xf2,0x6f,0xfb,0x61,0xa9,0x4b,0x2b,0x30,0xfa,0xc4,0xfd,0xb0,0xd8,0xa3,0x9d,0x64,0xe4,0xa8,0x7e,0x92,0x2b,0x06,0xed,0x60,0x7a,0x9a,0xe8,0x9f,0x26,0x12,0x56,0xa4,0x70,0xb9,0x62,0xfb,0xee,0x79,0xe0,0xde,0x28,0xe7,0x72,0x9d,0x67,0x47,0x47,0x52,0xa1,0x0d,0x96,0xb1,0x9c,0xcc,0xdd,0xd3,0xff,0x72,0x1f,0x3f,0xb9,0x1a,0x9c,0x3c,0xb9,0xfe,0xf2,0x18,0x3e,0xbe,0xb9,0x86,0xff,0x9e,0x5d,0x7f,0xb9,0x1a,0x0c,0xaf,0xcf,0xe9,0x2b,0xfd,0x77,0xee,0xfd,0x67,0xf0,0xbf,0xd3,0xef,0xc1,0xa9,0xf7,0xe5,0x8b,0xab,0x39,0xfd,0xef,0x62,0x0d,0x36,0xf2,0x0d,0x70,0x34,0xea,0x17,0x9e,0x38,0x71,0xe6,0xa4,0x19,0x0c,0x27,0x85,0xaf,0x49,0x02,0xd2,0x52,0x38,0x30,0x35,0xec,0x98,0x83,0x9f,0x1f,0x4c,0x61,0x2e,0x0a,0xd8,0x39,0x8f,0x86,0x4d,0x6d,0xa8,0xa2,0x40,0xc0,0xfd,0xe9,0xd4,0x55,0x46,0x78,0x9f,0x9f,0x41,0xcc,0x2e,0x05,0x06,0x86,0x9a,0x26,0xfc,0x5e,0x6d,0x83,0xe1,0x25,0xe6,0x8d,0x8c,0xf6,0x53,0x2f,0x0e,0xb0,0x15,0x1c,0x68,0xb1,0x42,0x92,0x8a,0x2b,0xf4,0xc7,0x51,0xb2,0x78,0xf2,0x26,0x4b,0xf8,0xe7,0x6b,0xb5,0x40,0x5b,0xbe,0x28,0xb8,0xd3,0x06,0x79,0x20,0xa5,0x4a,0xbd,0x29,0xbe,0x00,0x91,0x1e,0xc1,0x60,0xbb,0x37,0x60,0x0c,0x7f,0xc5,0xe4,0x29,0x2b,0x01,0xf6,0x24,0x0a,0xa9,0xdf,0x78,0xfd,0xb8,0xff,0xfd,0x9b,0x74,0x9a,0x8e,0xd5,0x90,0xb5,0x5d,0x33,0xb8,0x87,0x22,0x41,0xb2,0x63,0xed,0xc8,0xb4,0xf8,0x31,0x0d,0x52,0xb0,0x37,0x92,0x18,0xb6,0xb6,0xc3,0x70,0x69,0xfa,0x60,0xcc,0xbf,0x71,0x08,0xf7,0x18,0x40,0xaf,0x1f,0xe6,0x35,0xe8,0xc0,0xce,0x48,0x3f,0xd1,0x79,0xb7,0x4b,0xa7,0x7a,0x0e,0x9a,0xf8,0xa8,0x26,0xe9,0x2c,0x5d,0x69,0x4e,0x67,0x9e,0xa7,0x44,0x1a,0x17,0xb6,0xd1,0x49,0x05,0x26,0xfb,0x7a,0x24,0x59,0x01,0x78,0xfa,0x7a,0xe8,0x90,0x66,0xd5,0xa5,0x41,0x60,0xba,0xea,0x61,0xc4,0x8a,0xc8,0xc6,0xfe,0x6f,0x46,0x97,0x15,0x3d,0x56,0x8d,0xa6,0xad,0x1d,0x54,0x8d,0xad,0x47,0xe4,0xf4,0xd8,0xdb,0xa1,0xf5,0xa8,0xfa,0x6c,0x41,0x3d,0x6c,0x2d,0x85,0x0d,0x78,0x12,0x94,0x48,0x36,0xd1,0xf6,0x6b,0x74,0x64,0xaa,0x55,0xdc,0x3d,0x1b,0x3a,0xc4,0xdc,0x33,0x23,0x69,0x81,0x6c,0xf5,0x11,0x11,0x7d,0x8c,0xa7,0xa0,0xfc,0x3e,0x16,0x2a,0x62,0xb7,0x67,0x97,0xc8,0xf9,0x8d,0x6a,0xee,0x73,0xd3,0x7f,0x2d,0x44,0x36,0x17,0x8b,0x84,0x76,0x2b,0x8a,0xf0,0x5d,0xf2,0xcf,0x32,0x6a,0x04,0xd4,0x14,0xcd,0x3e,0x45,0xe6,0x1f,0xab,0x10,0x41,0x89,0x1d,0xe0,0x60,0x5e,0xc0,0xfc,0x62,0x18,0x2a,0xb0,0x4d,0x8d,0xf2,0xed,0x69,0xf6,0x73,0x2e,0x66,0xc8,0x13,0x2e,0x33,0x40,0x55,0x37,0x9b,0xfa,0x3b,0x44,0x5d,0xe2,0x9d,0x82,0x77,0xf2,0xd3,0x5a,0xba,0x8f,0x07,0x03,0xdf,0x74,0xa7,0x3e,0x72,0x9e,0x16,0xa0,0xae,0x10,0x1f,0xc6,0x87,0x67,0xb9,0x58,0x83,0x13,0xe8,0xb3,0x19,0x8c,0x44,0xc3,0xbd,0xc9,0x5c,0x8c,0x23,0x6e,0x7b,0xbc,0xc1,0xf2,0x3d,0x55,0x64,0x93,0x9d,0xcd,0x9f,0x7e,0x57,0x6e,0x35,0x15,0x65,0xb0,0xe5,0xc6,0x19,0xe6,0x2e,0x9c,0xd5,0x82,0xc7,0xa8,0x9b,0x31,0xa8,0xe8,0xcc,0x61,0x27,0x72,0xa4,0xd0,0x23,0x85,0x2d,0x29,0x81,0x59,0x1f,0x0b,0x30,0xbd,0xdc,0x5b,0x40,0xb2,0x49,0x17,0x0b,0x27,0x56,0xb8,0x10,0xc1,0x84,0x3a,0xc3,0xcc,0xa5,0x7c,0x63,0x30,0x7a,0xc1,0xd9,0x29,0xbc,0x93,0xf9,0xb5,0x91,0xab,0x98,0xa5,0x35,0x66,0x25,0x87,0xf6,0x9a,0xc2,0xde,0xb6,0x6d,0xfa,0xc8,0xe5,0xe6,0x76,0x9f,0x6d,0x22,0x6a,0xd9,0x67,0x7a,0x02,0x2a,0x0d,0x7e,0x6e,0x42,0xa3,0x34,0x68,0xbd,0xd9,0x26,0x3e,0x7d,0x31,0xc5,0xe6,0x3e,0x14,0x1d,0x0d,0xda,0x31,0x21,0xf5,0x0f,0x1f,0x3e,0xa8,0x69,0x60,0x7b,0x07,0xb9,0xbe,0x52,0xa4,0x01,0xf0,0x35,0xe8,0xe0,0x58,0xca,0x1c,0x56,0x5b,0x21,0x05,0x2e,0x31,0xdf,0x3c,0x1d,0xbf,0x78,0xfe,0x33,0x5a,0xd4,0x7b,0x08,0x03,0x63,0xbc,0x4e,0xd9,0x3d,0x76,0xc2,0xb6,0x6d,0xc8,0x57,0x61,0xe7,0x16,0xcd,0x0f,0x76,0x73,0x7d,0x68,0xd6,0xde,0x52,0x8e,0x6c,0x70,0xd0,0xc8,0x54,0x38,0xb1,0x47,0x04, -0x76,0x94,0x75,0x93,0xa0,0x74,0xd5,0x0d,0x5c,0xd7,0xb6,0x3b,0x6c,0x44,0x4f,0x7b,0xe2,0x4b,0x35,0x4d,0xbf,0x33,0x11,0x59,0xd1,0x17,0x56,0xab,0xe9,0xe9,0x26,0xac,0x7e,0xac,0xe7,0xe0,0xe2,0xf2,0x79,0xef,0x14,0xec,0xd7,0xaf,0x4d,0xfc,0x5a,0x65,0xd7,0x65,0xaf,0x72,0x42,0x0f,0x76,0x3f,0x0d,0x5e,0xdb,0xd9,0xec,0xa6,0xb3,0xe9,0x54,0x36,0xa1,0x95,0x53,0xda,0x0d,0xdf,0xe2,0x53,0x36,0x51,0xe8,0xc7,0xf5,0x81,0x69,0x67,0xb1,0x26,0x88,0xb6,0x43,0xd7,0x14,0x44,0xcb,0x27,0x3c,0x58,0x0e,0x0f,0xf6,0xfe,0x6a,0x04,0xe0,0x83,0x7e,0x50,0xdb,0xfb,0xab,0x81,0xe2,0x83,0x7e,0xd0,0x9a,0xf3,0x57,0x83,0xa5,0x27,0xfd,0xc0,0xb6,0xf7,0x57,0x83,0xc5,0x07,0x7b,0x48,0xde,0xe5,0x8f,0xd2,0x6f,0x6c,0x66,0x0b,0x50,0x71,0x75,0xb3,0x9b,0xd2,0x88,0xf7,0x4f,0x5a,0x20,0xdc,0xf7,0x17,0x17,0x6f,0x5e,0xde,0x3b,0x57,0x52,0x4c,0xe2,0x6c,0x7c,0x7f,0x28,0xa5,0x2a,0xef,0x07,0x84,0x3a,0xf1,0xfe,0x6f,0xb2,0xd2,0x1a,0xf7,0x02,0xec,0x71,0x03,0xcd,0x7c,0x36,0xd7,0x86,0xd4,0xce,0xfd,0x17,0x67,0x0f,0x21,0x3d,0x6b,0xb3,0x6f,0x59,0x3b,0x16,0x67,0x1f,0x58,0xfb,0x44,0x37,0xc7,0x8c,0x8a,0x02,0xc9,0xc2,0x68,0xc4,0x14,0x7c,0xa3,0xfe,0x88,0x84,0x5e,0x72,0x3f,0x8b,0x06,0xa3,0xec,0x8c,0x07,0x08,0x1d,0x2c,0x78,0x36,0x93,0xf3,0x51,0x76,0x7c,0xac,0x3c,0x6b,0x11,0xad,0xe2,0xbc,0x00,0x3b,0x4e,0xba,0xaa,0xc7,0x55,0x76,0x1d,0xe4,0x00,0xe9,0xf9,0xb1,0xca,0x1c,0x83,0x36,0x75,0xd5,0x97,0xf8,0xb3,0xfb,0xf8,0x2b,0x57,0x1c,0x0f,0x07,0x03,0xcf,0x87,0x7f,0xf4,0x69,0x79,0x19,0x93,0x9c,0xc3,0x9e,0xa0,0x49,0x70,0x99,0x72,0xbe,0xc1,0x37,0x2f,0xb4,0xa0,0x55,0x2f,0xa0,0xad,0xb9,0x50,0x5b,0x74,0xf3,0xd9,0x58,0x3f,0xb4,0xcc,0x45,0x5a,0x8b,0x10,0xa3,0x0e,0xf5,0x5e,0xc7,0xcc,0x77,0x2e,0xd2,0x59,0x16,0x2f,0x9c,0x0b,0x99,0xd3,0xc8,0x42,0xe7,0xcf,0xec,0x38,0xc6,0x07,0xef,0x74,0x25,0x4a,0x0d,0x8c,0x70,0xcb,0x20,0x5e,0xc1,0x56,0x9f,0xbc,0x98,0xa7,0x8b,0xc4,0x2d,0xbc,0xed,0xde,0xd5,0xb4,0x68,0x79,0xcf,0x4f,0x2e,0xa0,0x95,0xf9,0x88,0x92,0x08,0x6b,0xa6,0x64,0x74,0xe3,0x81,0x81,0x8b,0x7b,0x18,0x38,0x3d,0xf1,0x8c,0x6a,0x26,0xad,0x40,0x0c,0x90,0xf9,0x0b,0x20,0xe9,0x4d,0xe8,0x60,0xa7,0xfe,0x6c,0x4e,0xcb,0x1c,0x04,0x41,0xf0,0xaf,0x8a,0x31,0x49,0xde,0xe8,0xb0,0xa9,0x99,0x52,0xc5,0x42,0x03,0x41,0x9a,0x2d,0x52,0x44,0xc1,0x83,0x79,0x5c,0xd0,0x0a,0xbe,0x43,0xbb,0xd1,0xf5,0x46,0x1e,0x66,0x63,0x96,0xe2,0x86,0xab,0x75,0x85,0x45,0x8f,0x0b,0x49,0xdf,0xad,0x05,0x82,0x57,0x7d,0x80,0xdd,0xa1,0xe8,0x9d,0x14,0xdc,0x3f,0x70,0x25,0xf7,0x24,0xcc,0x90,0x6c,0x8c,0xfc,0xf7,0x23,0x83,0x5e,0x1c,0x7b,0x1d,0x96,0x80,0xbb,0x78,0xf1,0xfc,0x1d,0x8a,0xf7,0x10,0xcc,0x00,0x1e,0x7c,0xca,0xc4,0x26,0x3b,0x07,0x43,0x95,0x05,0x53,0x21,0x52,0xd8,0xa9,0x4e,0xd4,0x10,0xab,0x82,0x8b,0x6a,0x1d,0xea,0x71,0x13,0xb5,0x0c,0x00,0x96,0x2f,0x4f,0xb0,0xf6,0x2b,0x17,0x8b,0x2b,0xca,0xb3,0x48,0xf0,0x3c,0xaf,0x2d,0x9e,0x5a,0x83,0x44,0xd8,0x2f,0x28,0x78,0x9c,0x4f,0xe6,0xd5,0x0b,0xc0,0x66,0xd7,0x8f,0x25,0x9a,0x1b,0x27,0xca,0x9c,0xdc,0x79,0xfb,0x4e,0x35,0x4b,0x8d,0x71,0xd7,0x7d,0xce,0x0e,0x6c,0xf4,0x13,0x69,0xa7,0xb0,0x79,0xd0,0x9f,0x72,0xc5,0xf5,0xa9,0x19,0x69,0x7c,0xcf,0x96,0x1f,0xef,0xbc,0x40,0xb7,0xd4,0x57,0x33,0x83,0xa9,0xc1,0x75,0xc1,0x05,0x48,0xa7,0x6e,0xad,0x28,0xea,0xcb,0x97,0x6e,0xd7,0x65,0x21,0xe2,0x84,0x8a,0xee,0xea,0x62,0xf2,0x16,0x9a,0xc1,0xb5,0x07,0x05,0xa4,0x16,0xfb,0x94,0x1d,0x9b,0xea,0x3c,0x8f,0xea,0xb4,0xce,0xca,0x9f,0x77,0xd4,0x23,0x1a,0xea,0x60,0xe2,0xdd,0x76,0x04,0xea,0x54,0xb1,0x50,0xc4,0x41,0x61,0x51,0x55,0x17,0xfe,0xd7,0x5b,0x91,0x23,0x3d,0x6f,0x5b,0x0d,0x68,0xbc,0x06,0xd6,0xc7,0xa2,0x3d,0x1c,0x0e,0x15,0xef,0xe1,0x7f,0x80,0x36,0x9b,0xc4,0x46,0xdb,0x5b,0xe3,0xc7,0x24,0xf1,0x7b,0xcc,0x76,0xf5,0x72,0x33,0xf6,0xca,0x29,0x27,0x06,0x4a,0xa3,0x36,0x79,0x2f,0x54,0x81,0x21,0x10,0x41,0xe1,0x05,0x10,0xd8,0x65,0x4a,0x1e,0x8f,0x61,0x15,0xe4,0x22,0x60,0xdd,0x5c,0x25,0xd4,0x4c,0xd4,0xc1,0x0b,0x56,0xb9,0x80,0x9e,0x1c,0xbe,0x25,0xa0,0x1c,0x6c,0x77,0x5c,0xa9,0x89,0x07,0x80,0x32,0x98,0xcb,0x25,0x58,0xfd,0x23,0xc4,0x8c,0x95,0x8e,0xba,0x9a,0x91,0xe9,0x07,0xbc,0x0f,0x4b,0xb1,0x49,0x31,0x0e,0x0f,0x74,0x4d,0xe2,0x82,0xab,0xb2,0x8b,0x75,0x61,0x30,0x84,0x24,0x75,0xd0,0x84,0x2a,0x64,0x0c,0x3b,0xd8,0xa7,0x91,0xea,0xa6,0x56,0xbf,0xec,0x66,0x3f,0xca,0xe4,0xaa,0x06,0x4e,0xc9,0xbf,0x1a,0x30,0x1a,0x93,0xb5,0x2e,0xca,0xbe,0xaf,0xf5,0xd1,0xfe,0x40,0xad,0x5b,0xe9,0xdf,0xd4,0x7a,0x9a,0x64,0x65,0xad,0x6b,0x95,0x94,0xae,0xf5,0xd5,0xee,0x53,0x9d,0x3e,0x13,0xb1,0xa8,0xf5,0x04,0x85,0x54,0xf6,0xd2,0x55,0x83,0xa6,0xc4,0xb3,0xac,0x2c,0xa8,0x01,0xa0,0x8c,0x15,0x5d,0x20,0x95,0x62,0xad,0xc1,0x90,0xea,0xeb,0x81,0x31,0x0a,0x74,0x0b,0xee,0xcd,0x15,0xb6,0x9f,0x48,0x31,0x9b,0x2d,0xc0,0x9b,0x59,0x89,0x15,0x72,0x0b,0xf9,0x34,0xfa,0xbb,0x8b,0xc9,0x34,0x19,0x83,0xfe,0xcf,0x43,0x36,0x16,0x09,0x30,0x21,0xb2,0x95,0x8a,0x53,0xe1,0x7e,0xe3,0x96,0x51,0x29,0x6f,0xeb,0xd9,0x71,0x1b,0xb5,0x98,0x38,0x00,0x60,0x88,0x46,0xb1,0xe3,0x40,0x6f,0x47,0x55,0x25,0x5c,0xa9,0xff,0xb7,0xb0,0xcd,0x1c,0x26,0x7a,0xdc,0xdb,0x79,0x1b,0x95,0x03,0x6a,0x1e,0x66,0x38,0xb4,0x10,0x55,0xef,0x29,0xc6,0x02,0x47,0x93,0x39,0x5a,0x5d,0x32,0x5a,0xcb,0xe9,0xc9,0xb7,0x3e,0x58,0x28,0xd9,0x04,0x76,0xb1,0x0f,0xef,0xdf,0xbc,0x10,0xcb,0x15,0xf0, -0x2f,0xc8,0x51,0x6f,0x70,0x10,0xab,0x2c,0xbb,0x8d,0x49,0xd8,0x34,0x50,0x25,0x5d,0x60,0xd8,0x00,0x14,0x09,0xbc,0xe8,0x39,0x38,0x85,0xe9,0x78,0x2d,0x39,0x18,0xb7,0x39,0x9f,0x32,0x9f,0xf2,0x37,0xf5,0x07,0x06,0x0c,0x7c,0x46,0x53,0xe7,0x7a,0x42,0x35,0x81,0xd9,0xac,0x08,0x90,0x6a,0x86,0x30,0x3b,0x75,0x7e,0xa8,0xbd,0xbf,0xa7,0x01,0x57,0x49,0xb2,0xdf,0x3e,0x5c,0x5e,0x8d,0xb4,0x27,0xb9,0x6f,0x48,0xfe,0x40,0x9e,0xe0,0x28,0x6b,0x1d,0xaa,0x04,0x14,0x07,0x0c,0x95,0xb8,0xdb,0x8c,0x33,0x2b,0xb5,0x56,0xb3,0x32,0xd6,0x8e,0xfc,0x52,0x89,0xec,0x85,0xb5,0xcc,0x3d,0x25,0x20,0xa6,0x2f,0x33,0x05,0xb2,0xaf,0x53,0x53,0xd3,0x33,0x62,0x58,0x86,0x5b,0xc0,0x8e,0xed,0x60,0x3a,0x77,0x40,0x5b,0x3f,0x35,0x69,0x73,0xfd,0xdc,0xca,0xce,0x25,0x69,0xe2,0x60,0xd6,0x59,0x19,0x80,0x0e,0x76,0x53,0xe1,0x4e,0x7a,0xc1,0x11,0x83,0xed,0x5a,0x06,0x82,0x46,0x17,0x35,0x55,0xe9,0x48,0xe6,0xb7,0x77,0x5c,0x85,0x9d,0xc9,0xec,0x87,0xae,0x00,0xb8,0x5e,0xc0,0x3e,0x30,0xa1,0x64,0x25,0x2f,0x63,0xa0,0x37,0x02,0x53,0x7e,0xea,0xbd,0xef,0xe0,0x7d,0xb1,0xa3,0xb2,0x80,0x6a,0x3e,0xe8,0xbd,0xf0,0xb2,0xad,0x5d,0xfc,0x4d,0x74,0x6b,0x21,0x32,0x69,0xe9,0x7c,0xe9,0x32,0x1c,0x29,0xd0,0xcb,0x97,0x05,0x52,0x3a,0xe6,0x0a,0x93,0xef,0x24,0xc2,0x51,0xf1,0xdb,0x62,0xae,0xc2,0xbb,0x19,0xf0,0xda,0x9a,0x9f,0x33,0xaf,0x4c,0x6a,0x47,0x8d,0x8c,0xbc,0xb7,0xf5,0x25,0xd5,0xdc,0x3c,0x2f,0x30,0x82,0xee,0xea,0x79,0xba,0x1a,0x5c,0x7b,0x9e,0xb7,0xb3,0x34,0xc3,0xf1,0xed,0x10,0x38,0x49,0xfa,0x99,0x76,0x76,0xfc,0xd8,0x2f,0xfc,0xd4,0x9f,0x44,0xe0,0xba,0x9c,0xca,0x6e,0xdb,0x3b,0xb9,0x05,0xf3,0x82,0x02,0x13,0xca,0xfa,0xdc,0xa4,0x89,0x9c,0x47,0x93,0xaf,0x5c,0x7e,0x3c,0xf4,0x8e,0xd9,0x9f,0x95,0x05,0x9b,0xe0,0x3e,0x2d,0xa2,0xec,0x8a,0x5f,0x93,0x81,0x13,0xeb,0xaf,0xda,0x3a,0x01,0xd7,0x88,0x7e,0x6b,0x53,0xc3,0x4f,0xd5,0x4f,0x1a,0xfc,0x1a,0x86,0xba,0xf0,0x93,0x72,0x8f,0x27,0x95,0xa3,0x2a,0xe8,0x13,0xc4,0x15,0x09,0xfc,0xc4,0xfc,0x77,0x0c,0x5f,0x34,0x86,0xa8,0x80,0xef,0x15,0x78,0x94,0xf6,0x6a,0xa4,0x04,0x44,0xe7,0xf8,0x98,0x8a,0xbe,0xa3,0x48,0xf6,0x15,0x6e,0x56,0xa3,0x9d,0x80,0xc9,0x5c,0xbc,0xa3,0x54,0xdb,0x4a,0xe7,0x12,0x4e,0xc6,0x30,0x52,0xfb,0xc7,0x49,0xb1,0x9e,0x4c,0x30,0x96,0xd9,0xe3,0xcd,0x96,0x08,0x2d,0x6b,0xe8,0x85,0xa9,0x3b,0x3f,0x08,0xd0,0x9e,0x77,0x06,0xab,0xf5,0x67,0xb6,0x5b,0x92,0x6e,0x97,0xb2,0xf7,0x44,0x8a,0x35,0xdc,0x64,0x21,0x8a,0xce,0xb8,0xc2,0x2e,0xef,0x7c,0x50,0x7b,0xc5,0x61,0x72,0xad,0xf4,0xcf,0xef,0x2a,0xd8,0x71,0x76,0xdb,0x14,0xee,0x3f,0x52,0xb6,0x51,0xb4,0x6b,0xaa,0x51,0x3d,0x53,0x32,0x8e,0xcc,0xf8,0x9b,0x05,0x7c,0xe7,0x84,0x42,0x2d,0x42,0xa1,0x6c,0x04,0xd5,0xb4,0xb3,0xf2,0x03,0x9d,0x1b,0xa3,0x56,0x4a,0x8b,0x95,0xe9,0x31,0xda,0xdc,0x93,0x5c,0xac,0x42,0x1d,0x87,0x62,0xfe,0x27,0x7e,0x3b,0x16,0x60,0x2c,0x85,0x98,0xca,0xf1,0x6d,0xd5,0x80,0xc2,0xb1,0x73,0x52,0x82,0xde,0x7c,0xb0,0xa6,0x49,0xb3,0x54,0xd9,0x30,0x97,0xe8,0x1c,0xb9,0x76,0x5c,0x06,0x0c,0x1c,0x1e,0x0d,0x46,0xfc,0x8c,0xcc,0x6e,0x1d,0x78,0xe1,0x26,0xf0,0x92,0xd9,0x4b,0x85,0x3d,0x40,0x37,0x78,0x23,0x63,0xab,0xc2,0x0f,0x3c,0x96,0x81,0x9f,0xc6,0xe9,0x2f,0x7f,0x2b,0x17,0x06,0x7e,0xb9,0xd6,0xcf,0xcc,0xa3,0x55,0xd1,0x36,0xee,0x2f,0xcf,0xdf,0xbf,0x63,0xa1,0x0d,0xad,0x44,0x9b,0x17,0x11,0x03,0x9b,0x31,0x03,0x15,0xc1,0x6c,0x33,0xed,0xcd,0xbb,0xd7,0x3f,0x75,0xf5,0x4f,0xb3,0xa9,0xa8,0x75,0x7e,0xf5,0xfe,0x7d,0x67,0xe7,0x04,0xb3,0x6d,0x39,0xdb,0x6e,0x7f,0xfd,0x77,0xf4,0x46,0x2b,0x33,0x1c,0x28,0x7b,0x2d,0x04,0x4d,0x52,0x80,0x73,0xe6,0x6a,0xd3,0x90,0x7c,0x4a,0xe6,0x83,0xed,0xb5,0x58,0x2f,0xb3,0x22,0xbc,0xba,0x43,0xd5,0x19,0x52,0xd1,0x1f,0x9e,0x6d,0x91,0x0b,0xf8,0x41,0x13,0xec,0x5c,0xaa,0x26,0x3a,0xad,0x83,0xa6,0x05,0xdb,0xfa,0xba,0x73,0x91,0x4f,0xca,0xbe,0x17,0x62,0x9d,0x4f,0x78,0xf5,0x2c,0xe1,0x45,0xf5,0xf0,0x25,0xfc,0xc8,0x53,0x15,0x97,0xaa,0x7a,0xc0,0xe4,0x97,0x3d,0x9e,0x27,0x49,0x8a,0x8f,0xe3,0x05,0x1e,0x9f,0x80,0x76,0x1a,0xf8,0x4a,0xa4,0x60,0xa5,0x86,0xec,0x73,0xe1,0x14,0xcb,0x0a,0x92,0x4a,0x61,0x4b,0xdc,0xb1,0x84,0x1f,0xb4,0x9e,0x79,0x68,0x8f,0x1b,0x3c,0x49,0x7e,0x36,0x7c,0xf2,0x78,0xf0,0xf4,0xe9,0x93,0xe1,0x60,0xa8,0x93,0xfd,0x8e,0x29,0x1c,0x31,0x27,0x35,0x46,0xbc,0x76,0x52,0xa3,0xff,0x78,0x8c,0xe2,0xa0,0xf2,0xc0,0xca,0x90,0x7f,0xfd,0x55,0x59,0x80,0xe4,0x64,0x08,0xf6,0xe1,0xf2,0xc5,0x6b,0xb0,0xa0,0xfe,0x0e,0xde,0xbc,0x0b,0x5b,0xd6,0x09,0x3b,0x06,0x1f,0xe0,0x65,0x3a,0x4b,0xc1,0xda,0x36,0x1d,0x7e,0x04,0x81,0x9c,0xc3,0xd3,0x61,0x57,0x07,0x42,0xee,0x75,0x3d,0xfd,0x01,0xa6,0xba,0xa0,0xc7,0x61,0x2b,0x76,0x90,0x75,0xc9,0x7b,0x3a,0x98,0xd3,0x31,0x28,0x6b,0x85,0x40,0xd1,0x0e,0x51,0x8f,0xa7,0x20,0x91,0x92,0x8e,0x50,0xbd,0x7c,0x75,0xf1,0xa2,0x7d,0x05,0xae,0x7d,0x2c,0xdd,0x0d,0x65,0xdd,0xca,0x47,0xc6,0x7a,0x4b,0xd5,0xce,0x6f,0xc5,0xec,0x7f,0x5f,0x20,0x4d,0x8c,0x81,0x64,0xd2,0x19,0x76,0x88,0x8c,0xd9,0x4e,0x2d,0x11,0x73,0x9e,0x3d,0x3b,0x50,0x18,0x9d,0xc1,0xe1,0x52,0xee,0x3c,0xfb,0xf6,0x77,0x90,0xda,0xb2,0x9a,0xbc,0x53,0x72,0x81,0x5f,0x41,0xf5,0x2e,0x57,0xfb,0x25,0xe3,0xff,0x05,0xe0,0x10,0x01,0x28,0xd5,0x0d,0x86,0xd4,0xcc,0x9c,0x7e,0x78,0xf3,0xb2,0x5d,0x17,0x96,0xb1,0xb1,0xb2,0x27,0x34,0x38,0x68,0xd3,0x39,0x22,0x77,0xde,0xc6,0x63,0xbe,0xa8,0x3a,0x9b,0xb8,0x58, -0xa9,0xfd,0xb4,0x65,0xd7,0x22,0x72,0x6d,0xeb,0xa7,0xa7,0x9b,0x62,0x95,0xe7,0xec,0x2f,0x79,0x9c,0xa1,0x79,0x17,0x3e,0x7b,0xa6,0x1a,0xa8,0x6c,0x96,0x85,0x03,0xf5,0xeb,0xa5,0xca,0x00,0xe3,0xf3,0x6f,0x55,0xcb,0x87,0x8c,0xe2,0x9b,0x2c,0x24,0x7b,0x64,0xb0,0xed,0x90,0xea,0x6a,0xde,0xaa,0x57,0x82,0x42,0x1d,0x9c,0xb3,0x01,0x78,0x92,0x21,0xaf,0xcb,0x3f,0x0e,0xd7,0x88,0x7e,0x0b,0x3b,0x23,0xdf,0xa4,0x11,0xc7,0xed,0x07,0x14,0xbd,0xc8,0x4f,0xb4,0xf9,0x00,0x3e,0x41,0xd5,0x08,0x3f,0x85,0xdd,0x87,0x66,0x07,0x13,0xa8,0x51,0x53,0x1a,0x70,0xb6,0xbb,0x04,0xe1,0x8f,0x5a,0x2e,0xbd,0x31,0x36,0xd6,0xec,0x80,0x05,0x7b,0x0e,0xed,0x37,0x7c,0xff,0x7a,0xf1,0x6d,0x49,0x41,0xe5,0x7d,0x94,0x44,0xfc,0x07,0x99,0x8e,0x1f,0x54,0xdb,0x81,0x8c,0xf3,0x3f,0x2a,0xf8,0xfd,0x52,0xdf,0x2f,0xf2,0x5a,0xde,0x4b,0x56,0x54,0x27,0xa8,0xd1,0x24,0xc8,0x66,0xe1,0x1d,0x96,0x5e,0xa1,0x31,0x18,0x3e,0x3a,0x2b,0x56,0x71,0xe6,0x90,0x02,0x8d,0x98,0x8e,0x9c,0x3b,0x26,0x82,0xbe,0xe2,0xd9,0x04,0x26,0xc3,0x89,0xf3,0x34,0x3e,0x99,0xa7,0x49,0xc2,0xb3,0x88,0xc9,0x7c,0xcd,0xd9,0x77,0x67,0xa7,0x08,0xf8,0x9d,0xf3,0x0a,0x50,0x3a,0x14,0x2f,0x7b,0xe4,0xc7,0x49,0x42,0x48,0xd9,0x3b,0x18,0x14,0x79,0x12,0xd8,0xf4,0x5e,0x6c,0x42,0xcb,0xc6,0x9f,0x80,0xe1,0x89,0xf6,0x3c,0xce,0x83,0x2f,0x02,0x64,0x22,0xac,0x4b,0x07,0x33,0xde,0xc9,0x0c,0x98,0xe7,0xa7,0x8d,0x22,0x31,0x22,0xbd,0x86,0xc9,0x4c,0xbe,0x9f,0x81,0x71,0x7d,0x43,0x91,0x46,0xc3,0x07,0xb0,0xec,0x99,0xd9,0xb3,0xce,0x65,0x34,0x0c,0x35,0x43,0x34,0xda,0x61,0x6f,0xaa,0x78,0xc3,0x7e,0x06,0x36,0xbd,0x8c,0x06,0x20,0x49,0x60,0x29,0x83,0x3b,0x0a,0xc2,0x61,0x52,0x00,0x30,0xb7,0xf0,0xdd,0x7e,0x52,0x0b,0xe0,0xe3,0x63,0xdd,0x60,0xf5,0xa9,0xc5,0xec,0x5d,0x69,0x3d,0xb1,0x98,0xd0,0xc0,0x57,0x4d,0x38,0x09,0x14,0xf4,0x66,0xb0,0x80,0x14,0xe7,0x32,0xb3,0x55,0xce,0xb9,0xf3,0x27,0x87,0x1d,0xdb,0xef,0xdc,0x99,0xb6,0x84,0xa3,0x5b,0xd9,0x3a,0x71,0x6a,0xda,0xd6,0x2a,0xa5,0x91,0x55,0xbf,0x34,0xb2,0x91,0xa9,0x33,0x45,0xbf,0xe8,0x72,0x9e,0x16,0xaa,0x3c,0x4d,0x65,0x6d,0xe0,0xb5,0xf2,0x98,0x39,0x98,0x92,0xcc,0xe0,0x73,0x9a,0x8b,0xa5,0x83,0xb4,0x8e,0x61,0x77,0x0e,0x9c,0xe7,0x39,0x27,0x77,0xa9,0x58,0xe7,0xe8,0x22,0x99,0xfc,0xec,0xa3,0x3b,0xd2,0x24,0x21,0x7b,0x04,0xc0,0x8f,0xb0,0xa0,0xa3,0x0c,0xc6,0xeb,0x5c,0xd0,0xf6,0xd1,0xa8,0x16,0x08,0x10,0x78,0x00,0x59,0x0d,0xc1,0x05,0x56,0xde,0x92,0x9f,0x4c,0x51,0xb6,0x22,0xbc,0x03,0x2f,0x46,0x72,0x8c,0x11,0x84,0xa5,0x2e,0xfb,0xf1,0xf6,0xb5,0x69,0xdc,0xa2,0x87,0x84,0xd1,0x91,0xc1,0x70,0x34,0x01,0x57,0x93,0xca,0x8f,0xb0,0x58,0xce,0x6f,0x58,0xb4,0x47,0x18,0x74,0x55,0x85,0x5a,0xa4,0x00,0x52,0x79,0xfb,0xe5,0xcb,0x6e,0x1b,0xc8,0xd2,0x1d,0x0f,0x56,0x39,0xd9,0xfa,0x2f,0xf9,0x34,0x06,0x7f,0xd4,0xf5,0xb4,0xe5,0x6b,0x2f,0x14,0x1d,0x45,0x86,0x71,0x86,0x2d,0xdc,0xe3,0xf9,0x66,0x76,0xc3,0x2e,0x0e,0xf2,0x7c,0xcd,0x2e,0x61,0x99,0xce,0xee,0x60,0x24,0xcf,0xf3,0x2b,0x66,0x09,0x4b,0x3d,0xd2,0xcd,0x5c,0x9e,0x67,0x74,0x91,0x3a,0x34,0xbd,0x1d,0x49,0xd8,0x68,0xc0,0xc2,0xc9,0x26,0x5c,0x4c,0x9d,0x72,0x16,0x81,0x5b,0x1e,0x3e,0x94,0xe5,0xbc,0xfb,0x59,0x90,0x26,0x51,0x7e,0x7c,0xec,0x27,0x01,0xaa,0x92,0x00,0x64,0xda,0xcd,0xd4,0xd0,0x45,0x23,0xd6,0x4c,0x0e,0xf7,0x76,0x24,0x28,0xf2,0xd3,0x3a,0x01,0x42,0x05,0x83,0xba,0x87,0x2f,0xca,0x20,0xd1,0xfe,0x09,0x20,0x1a,0xe2,0xa8,0x67,0xc8,0x18,0xba,0x32,0x33,0x13,0x37,0xc6,0x0f,0x64,0x5a,0x31,0xa8,0xa2,0x37,0x06,0x25,0x3c,0x4b,0xb8,0x54,0x42,0x78,0x5b,0xdf,0xdc,0x35,0x6d,0x48,0x09,0xc5,0x5b,0x94,0x22,0xb7,0x54,0x12,0x89,0x57,0x51,0xea,0x1f,0x5b,0x2b,0x35,0x1e,0x81,0x62,0x1a,0xd4,0xc3,0x38,0x71,0x2e,0x5f,0x5d,0xfc,0xdc,0x28,0x8d,0x2d,0xab,0xb3,0xec,0x12,0xda,0x85,0xc8,0x2f,0x28,0x2d,0x34,0x86,0x7d,0xc3,0x12,0x75,0x2b,0x0c,0x55,0x9d,0xbf,0x87,0x5d,0xe8,0xc9,0xe0,0x4c,0x9e,0xf3,0xfb,0xc5,0xcb,0xc2,0xc7,0x4f,0x0e,0x07,0x32,0xf6,0x7b,0xa8,0xfb,0xf7,0xf5,0x35,0xe6,0x7b,0x3d,0x91,0xac,0x52,0x5a,0xdd,0xb5,0x31,0x93,0x39,0x95,0xe8,0x54,0x11,0x3a,0x7d,0x83,0x48,0x80,0x0f,0xfa,0xd2,0xb5,0x93,0xd5,0xba,0x1d,0x6e,0xb5,0x06,0xa5,0xf6,0xe3,0xfc,0x9f,0x3d,0x01,0xbe,0xf5,0x8a,0x7c,0xe6,0x36,0x70,0xf5,0xa8,0xa7,0x28,0x47,0x55,0xf2,0xec,0x02,0xe2,0x03,0x78,0xf1,0xf7,0xb7,0x60,0x6b,0xf7,0x15,0xf5,0xd8,0x95,0x40,0x2a,0xb0,0x08,0x7a,0xee,0x2b,0x1b,0xcb,0xe9,0x37,0x83,0x67,0x4f,0x07,0x18,0xdf,0xf5,0x1b,0x2c,0xb1,0x07,0x6b,0x4f,0x1e,0x7c,0x0a,0xab,0x37,0x6f,0xa5,0x3b,0xbe,0x89,0xd3,0x45,0x91,0xfe,0x93,0x1f,0x40,0xbc,0xc1,0xd2,0x45,0x7d,0x89,0xeb,0xf4,0xf1,0xe0,0xd9,0xe3,0xc1,0xd7,0x8f,0xef,0x35,0x08,0x8d,0xbd,0xaf,0x08,0x64,0x95,0x82,0x11,0xd6,0x33,0x0c,0x7a,0x7e,0xc0,0x40,0x4a,0x44,0xfd,0x23,0xa1,0x5e,0xa7,0xa6,0x4d,0xfd,0x54,0x53,0x75,0x8f,0x61,0x99,0x77,0xf5,0x8d,0xab,0x48,0x13,0x8c,0x13,0xb6,0x8e,0xac,0xbf,0x44,0xbb,0x43,0x7a,0xfa,0x4a,0x79,0xb1,0x64,0xb6,0x15,0xc8,0xd4,0xd2,0x76,0xd7,0x2c,0xc6,0xc5,0xa7,0x56,0xc8,0x8c,0x4b,0x7c,0xd6,0x5b,0x00,0xdc,0x0a,0xd8,0x5b,0xfa,0xbb,0x8c,0x27,0xad,0x40,0xd0,0xde,0x33,0x97,0x37,0x8d,0xe3,0x0d,0x8d,0xba,0x57,0x7d,0x33,0x0e,0xc5,0x6e,0x97,0x71,0x9a,0xa9,0xee,0x64,0x9b,0xb5,0xf7,0xf4,0xb6,0x64,0xec,0x43,0x87,0x37,0xc5,0x3b,0x21,0xff,0x5a,0x88,0xac,0x76,0x11,0x0d,0x6e,0x3b,0x60,0xd0,0x83,0x1a,0x8c,0x67, -0xfc,0x2d,0xe8,0x3c,0x04,0xaf,0xb4,0xb7,0x15,0xce,0xe1,0x64,0x69,0x78,0x68,0x9c,0x49,0xac,0x1b,0xfa,0x69,0x83,0x1b,0xc2,0x0a,0x7c,0xb7,0x5b,0xb7,0xb4,0xa7,0x3c,0xcf,0x04,0x7b,0x4c,0x5a,0x46,0x47,0x53,0x55,0xc1,0x00,0x0b,0xf5,0x2c,0x44,0xd2,0xb7,0xca,0x1d,0x9a,0xf5,0x04,0xb5,0xf4,0x77,0x99,0x48,0x0e,0xe1,0xcd,0xe8,0x57,0xb9,0xa6,0xe2,0x23,0x22,0x3a,0x54,0xf1,0x47,0x23,0x23,0xbd,0xaf,0xd2,0x04,0xb6,0x85,0x93,0x74,0x39,0xeb,0xaa,0x6a,0x6c,0x38,0xc1,0xa6,0xb6,0x47,0x15,0xef,0x28,0x03,0xb7,0x56,0x92,0xd1,0x55,0x58,0xa4,0x07,0xb2,0xad,0xca,0x48,0x64,0x6d,0x6c,0xaa,0xa8,0xe9,0x80,0xc1,0xfd,0xd6,0xc1,0xd8,0xe1,0xf5,0x3d,0x34,0xe9,0xe0,0xd4,0x1f,0x40,0x54,0x33,0xcc,0xb8,0x87,0xb0,0x99,0xbe,0x37,0x21,0xb4,0xee,0x15,0x92,0xea,0x96,0x9d,0xf2,0x02,0x27,0x68,0x28,0x6f,0x26,0xb0,0xef,0x22,0xb0,0xf1,0x60,0xb2,0x9d,0x4a,0xf6,0xc2,0xb2,0x58,0xac,0xfe,0x22,0xd4,0x59,0x6a,0xfc,0x65,0xb1,0x68,0xbd,0x83,0x95,0xaf,0x0d,0x4d,0x92,0x55,0x7a,0x4d,0xd1,0x8b,0xd8,0xcd,0x20,0xf8,0x37,0xb6,0x6d,0x15,0x18,0x95,0x56,0x12,0x53,0x5b,0x62,0x4c,0x9b,0x16,0x99,0xea,0xce,0x89,0xf0,0x08,0xa3,0x0d,0xa6,0x03,0xf8,0x88,0xfa,0x5e,0x32,0x8c,0xc6,0xd2,0x44,0x96,0x53,0xd8,0xad,0x59,0xf6,0xaf,0x49,0xb7,0xd4,0xd5,0xea,0xac,0x1e,0x3e,0x3c,0x1a,0x58,0xd4,0x78,0x76,0xcd,0x57,0x05,0xe6,0x95,0x27,0x1b,0xa9,0xf6,0x23,0x8a,0xaa,0x32,0xad,0x9a,0xa0,0x9e,0xbb,0x38,0x8d,0x94,0x77,0x89,0x5a,0x93,0x65,0x74,0xbd,0x56,0x6d,0x4a,0x9f,0xea,0x36,0x7c,0x0f,0x95,0x63,0xf9,0x56,0xf9,0x04,0x3e,0xc1,0x72,0xbb,0xa6,0x04,0xff,0x16,0x5e,0xfd,0xcd,0xd2,0xdf,0x2a,0xf0,0x7d,0x93,0x7a,0x5e,0x9b,0x54,0xbb,0xfa,0xd1,0x0b,0x1b,0xf3,0x09,0xdc,0xd0,0x14,0xf0,0xdf,0x8d,0x09,0x6c,0x55,0x70,0x2f,0x72,0x2b,0xd6,0xed,0xa2,0xb7,0x29,0xfb,0xbf,0x2b,0xe3,0x2a,0xc9,0xac,0x67,0x3c,0x29,0xd7,0xaa,0x53,0xdd,0x5f,0xbe,0x1c,0x0d,0x8e,0x2a,0xf2,0xbf,0x7c,0x39,0x34,0xa1,0x69,0x55,0x06,0xaa,0x8d,0xf3,0x05,0x26,0xc4,0xed,0x6d,0x13,0xf8,0xa0,0x10,0xc8,0x9c,0x62,0x06,0xbb,0x39,0xf5,0x71,0x28,0x6b,0x8e,0x55,0xe4,0x6e,0x79,0x71,0x20,0x38,0x86,0xbf,0xf0,0xf1,0x05,0x3d,0x77,0xe9,0x06,0x41,0x70,0x91,0xc1,0xbb,0xa5,0x65,0x2c,0xf1,0xb1,0xa5,0xda,0x97,0x99,0xdf,0xba,0x4d,0x7b,0xa5,0xdf,0xb8,0x0b,0xa9,0x32,0xf5,0x7e,0x0b,0x95,0x7d,0x50,0x3c,0xcf,0x45,0x6e,0xa0,0x5e,0xe1,0x8f,0x12,0xaa,0x39,0xf2,0xda,0xd3,0xae,0x91,0x2b,0x7c,0x74,0x89,0x42,0xf9,0xcc,0xae,0x17,0x9d,0x2c,0x78,0xac,0xe2,0x1a,0xbd,0x05,0x93,0x55,0x37,0x2a,0xb3,0x7e,0x60,0x12,0x9f,0xc4,0x60,0xbb,0xd5,0x54,0xd4,0x5d,0xb1,0xe0,0x7e,0xb4,0xaa,0x5f,0x89,0xd7,0xe2,0xdc,0x16,0xc4,0xc0,0x40,0x40,0xc8,0x4b,0xac,0xdf,0x14,0xb7,0xd5,0xbd,0x14,0x8d,0xdb,0x36,0x7a,0x4e,0xe9,0x6b,0x0c,0xa6,0x88,0x96,0xae,0xbd,0x4a,0x14,0xba,0xb1,0xc4,0xdb,0x5d,0xc0,0x29,0x5d,0x95,0x27,0xbd,0x12,0x86,0xd7,0x02,0x84,0xfb,0x3b,0x0d,0x6a,0x97,0xf2,0x19,0xea,0x6c,0x8f,0x5d,0xb7,0x32,0x2c,0x12,0x2c,0x0b,0x4b,0x7d,0xc7,0x2a,0x26,0xc5,0x40,0x15,0x8d,0x98,0xd5,0x4f,0xb0,0x82,0x71,0x96,0x26,0x1c,0x9c,0x04,0xe8,0xa3,0x6b,0xc3,0xd1,0x99,0xc6,0x82,0x60,0x8a,0x2f,0x74,0x16,0xa5,0x6e,0xf5,0x0d,0x5d,0x0a,0xfa,0x85,0x58,0x2c,0xe2,0x15,0x55,0x8f,0x1c,0xf2,0x26,0xe0,0xcd,0xfd,0xaf,0x79,0xa3,0x6f,0x01,0x03,0x5b,0x53,0x21,0x0f,0xe8,0x86,0x1c,0x55,0xfd,0xa8,0xc1,0xb1,0x05,0xfb,0xc4,0x57,0x14,0x4a,0xe6,0x9f,0x57,0xb0,0xf8,0x3c,0x89,0x30,0x96,0x8c,0x25,0xdc,0xea,0xa8,0x57,0xed,0x19,0xf3,0xd9,0x34,0x5e,0x20,0xa9,0xdb,0xea,0x92,0xb1,0x75,0x55,0x86,0xbb,0x7b,0xd8,0xb5,0xe7,0x6c,0x80,0x02,0x45,0xf6,0xa2,0xd2,0x09,0x44,0xa7,0x4b,0x49,0x3b,0x67,0x42,0x23,0xad,0x19,0xc8,0x8d,0x92,0x54,0x0b,0x9b,0xa9,0x61,0xed,0x21,0xaf,0x86,0xa9,0x59,0x08,0x6b,0xa1,0xd2,0x7c,0x7c,0x28,0xa6,0x46,0xf1,0xad,0x85,0x08,0x2b,0x75,0x0f,0xc5,0x62,0x97,0xf9,0xda,0x93,0x64,0xdd,0x88,0xb8,0x6f,0x6e,0xaa,0x52,0x62,0x0b,0x01,0xd5,0x22,0xb6,0xa1,0xa8,0xc1,0xd6,0xea,0x71,0xcd,0x7a,0xef,0x2a,0x81,0x3d,0x14,0x58,0x65,0xc0,0x16,0x05,0xda,0x82,0x39,0x10,0x47,0xbd,0x56,0xda,0x42,0x43,0x19,0x8b,0x1e,0x2c,0x96,0x7a,0x68,0x9e,0x70,0xaf,0x90,0xec,0xe8,0xcb,0x3d,0xd4,0xd4,0x6a,0x8e,0x2b,0x3c,0x41,0x26,0xd2,0xe5,0xaa,0x57,0x86,0x4d,0x8f,0x7a,0x3a,0xc0,0xf3,0xdb,0x42,0xe5,0x55,0x2e,0xb0,0x6c,0x0a,0xc0,0x8e,0x40,0x29,0xa2,0xfd,0x04,0x84,0x74,0x22,0x6b,0xf9,0x03,0x0a,0x8f,0x7f,0x2c,0xd6,0x2b,0xda,0x74,0x7c,0xfa,0xa9,0x83,0x97,0x45,0x74,0x85,0x97,0x81,0xb0,0x67,0xcf,0x18,0x1e,0x59,0xbe,0xae,0x3f,0x04,0x5c,0xf0,0x5c,0xc7,0x44,0x7d,0x1d,0x00,0xf5,0xab,0x2c,0x8c,0xee,0x9e,0xf0,0x69,0x54,0xcf,0x09,0x52,0xf3,0x03,0x13,0x19,0xc6,0x8a,0xda,0xad,0xff,0x40,0x1d,0xd3,0xb2,0x93,0x4b,0x36,0x61,0x26,0xc3,0x86,0x6d,0x3e,0x16,0xdf,0xb3,0xb3,0x24,0xbd,0x39,0xfd,0x0e,0x13,0x9c,0xa8,0x95,0x42,0x46,0x47,0x4a,0xf0,0x32,0x80,0x15,0xdb,0x7a,0xfa,0x28,0x15,0x1e,0x11,0x39,0x5b,0x60,0xb6,0xd2,0xee,0x59,0xe4,0x27,0x22,0x5b,0xdc,0x02,0x1d,0x94,0xdf,0xba,0xd0,0xfa,0xc4,0xc3,0x5d,0x80,0x23,0xd8,0xa5,0x70,0xb3,0xe0,0x01,0x22,0xc4,0xe2,0xdd,0x92,0x50,0x44,0xa6,0xca,0xe0,0x76,0xde,0xab,0x8f,0xb2,0xe0,0x9b,0x69,0x19,0xe9,0x78,0x3f,0xf4,0x81,0xee,0xd3,0x30,0xdb,0xfa,0x59,0xf0,0x51,0x64,0xea,0x45,0x78,0xc7,0x15,0x16,0xfa,0xbe,0xa0,0x3e,0x49,0x8d,0x54,0x55,0x02,0x41,0xd8,0x89,0xb6,0x0c,0x27,0x0f, -0x09,0x53,0x7d,0x80,0x2e,0x58,0xa0,0x07,0x01,0x8f,0xc1,0xb9,0x29,0x13,0x5c,0x85,0x95,0x04,0xf1,0xa5,0x77,0x57,0x51,0xdc,0x8a,0x5a,0xc7,0x36,0x32,0x7b,0x19,0xb1,0xa6,0x44,0xa7,0xac,0x4c,0x2b,0x36,0x61,0x48,0xdc,0xef,0x22,0xbc,0x35,0x07,0x45,0x25,0x2c,0x38,0x68,0x3f,0x8b,0x4c,0x05,0xbc,0x4a,0xe7,0x65,0x64,0x1d,0xc2,0x70,0xce,0x25,0xee,0x44,0x8a,0x39,0xab,0x23,0x30,0x7e,0xe6,0x5f,0x95,0x3f,0xae,0xbd,0x50,0xea,0x8d,0xb1,0xd9,0x8f,0xee,0xf7,0x51,0x6d,0x98,0x10,0xcb,0xe3,0x4d,0x3f,0xc7,0x70,0xe2,0x18,0x9d,0x52,0x28,0x91,0x8c,0x78,0x6b,0xae,0x44,0xbd,0xec,0xbc,0xc6,0x9e,0x44,0x3e,0x57,0xa7,0x98,0x74,0xa2,0x22,0xdc,0xed,0x60,0x18,0x1d,0xf3,0x08,0x95,0xdd,0xbd,0x6b,0x0d,0x4a,0xb1,0x9e,0xcc,0x55,0xa0,0x5f,0x9f,0x50,0xbf,0xc4,0x96,0x0b,0x6c,0x41,0xc3,0x64,0x2f,0x2c,0xb9,0x43,0x36,0xe8,0x8f,0xd0,0x80,0x90,0x34,0xda,0xcf,0x78,0x79,0x9a,0xba,0x43,0xfb,0xb6,0xfc,0x5a,0x45,0xa6,0x9a,0x6f,0xc4,0x95,0x53,0x20,0x78,0xa9,0x2f,0xb4,0x52,0x21,0x21,0x6a,0x33,0x78,0xf1,0xdf,0x34,0x8a,0x96,0x47,0x7f,0x6f,0x9e,0x77,0x2d,0x29,0xd1,0x69,0x38,0x42,0xfa,0xf0,0x21,0x21,0xa8,0x98,0xa3,0xe5,0x15,0xed,0xe8,0x7d,0x11,0x11,0x86,0x13,0xe9,0xc7,0x11,0x21,0x39,0xc9,0x46,0x94,0x8b,0x8f,0xc7,0x85,0x2b,0xbc,0xef,0xca,0xef,0x31,0x96,0x6c,0x0e,0xce,0xc4,0x79,0xeb,0xd9,0x9e,0xb0,0xdd,0x58,0x32,0xbe,0xa4,0x1e,0x60,0x35,0x69,0x96,0x2f,0x02,0x7a,0x5d,0xa0,0xc5,0x65,0x34,0xb9,0xaa,0xd9,0x08,0x30,0xd6,0xe6,0xde,0xa9,0x8a,0x89,0xbf,0xbc,0xba,0x64,0xfe,0x3a,0x5f,0x84,0xec,0x14,0x7a,0xa3,0xea,0x8b,0xf1,0xda,0xe3,0xf0,0x68,0x58,0x25,0x06,0xc1,0xd5,0x9a,0x2d,0x39,0x60,0xc2,0x7a,0x03,0x75,0x3f,0x9b,0xd5,0xb6,0xdd,0x3d,0x15,0xb4,0x45,0x33,0x2c,0x5d,0xd8,0x4d,0x25,0x4b,0x98,0x1b,0xd0,0xb1,0xde,0x2a,0xe1,0x9f,0xe9,0x8c,0x11,0x1e,0x35,0xb1,0xab,0xff,0x2d,0x03,0xb5,0xa0,0xcd,0x83,0xce,0xa3,0x78,0x01,0xba,0x7c,0x2e,0xd3,0x97,0xae,0x23,0xa4,0xf3,0x27,0x93,0xac,0x31,0x5b,0x52,0x4d,0x8d,0x60,0x6d,0x3a,0x5e,0x92,0x65,0xb2,0x44,0xe8,0x9a,0x12,0xbe,0xc0,0x80,0x31,0x7d,0x07,0xcb,0x9c,0xa7,0xb3,0x39,0x40,0xb3,0x6f,0x06,0xda,0xa2,0x6c,0xf6,0x98,0xc2,0x0b,0x4e,0x30,0x4c,0x0e,0x9d,0x3e,0x7f,0x3e,0x59,0xc4,0xf9,0x0c,0x65,0x50,0xa5,0x1c,0x07,0xb0,0xc4,0xb0,0x19,0xbf,0xd1,0x17,0x07,0xda,0x03,0x87,0xf7,0xdb,0xe8,0x4e,0x94,0x19,0x4b,0x28,0x29,0x40,0xcf,0x7c,0x81,0x81,0xf7,0x9a,0xc1,0x49,0x3e,0x40,0x86,0x29,0x76,0xa1,0x0f,0x61,0xa9,0x3e,0xfe,0x70,0x80,0x01,0x9f,0xe3,0x63,0x01,0x2e,0x06,0x3a,0x29,0xe5,0x0b,0x63,0xa3,0x28,0xba,0x0e,0x0c,0xc7,0xa8,0x2f,0x02,0x3c,0xb4,0x11,0xb1,0xb9,0x94,0x2b,0xba,0x94,0xbe,0xd5,0x4d,0x39,0x66,0xb4,0x46,0x0b,0xe6,0x73,0x2b,0xde,0xcc,0x2e,0xf3,0x5b,0x55,0x2e,0x0d,0x40,0x19,0x16,0x51,0xbf,0xba,0xf8,0xb9,0xef,0xde,0x60,0xd3,0x8f,0x79,0xb5,0x13,0xc1,0xbc,0xef,0xae,0x71,0x0b,0xe6,0x9e,0x67,0xbc,0xd7,0x2b,0x50,0xda,0x1c,0x27,0xf9,0xf7,0xab,0xb4,0xaf,0xe1,0x6c,0x2d,0xb6,0xdf,0x6e,0xfd,0x27,0x83,0x41,0x59,0xc8,0x58,0xe8,0x00,0xdd,0x7a,0x45,0xe7,0x5f,0xc2,0x07,0x5a,0xd2,0x94,0x78,0x29,0x74,0xa6,0x52,0xe9,0xe7,0x9f,0x2e,0x2e,0xd5,0xb5,0xff,0x21,0xee,0xbd,0x2f,0x29,0x5c,0x95,0x0b,0x24,0x09,0xbf,0x87,0x54,0x81,0x4f,0x2c,0x4d,0x37,0xef,0xa3,0x9d,0x55,0x8f,0x34,0xd2,0x35,0x3b,0x61,0x5f,0x82,0x58,0xad,0xae,0x57,0x83,0x33,0xf6,0x60,0xd8,0xed,0x99,0x98,0x2e,0xe0,0x9a,0xd8,0x90,0x26,0xb5,0xdb,0x03,0x69,0xba,0xe0,0xe9,0x45,0xd8,0x42,0x76,0x4e,0x8d,0x91,0xf5,0xad,0x66,0x41,0x59,0x18,0x68,0x03,0x66,0xc1,0xb8,0x50,0x36,0x61,0xbd,0x0e,0xe2,0x2f,0x5c,0xc7,0x82,0xde,0x73,0xba,0xaf,0xe8,0x4d,0x36,0x15,0xe8,0x3b,0x12,0x9f,0x9b,0x29,0x53,0x67,0x02,0xf4,0x8f,0x6a,0x8b,0x50,0x0b,0xa0,0xea,0x53,0xe9,0x91,0xb1,0x21,0xd8,0x18,0x35,0x1c,0xd9,0xe0,0x58,0xed,0x89,0x17,0x62,0xa3,0xc6,0x2e,0xab,0xcf,0x7d,0xdb,0x35,0xd6,0xcb,0xe8,0xd5,0xf4,0x69,0x9a,0x99,0x8b,0xf7,0xb8,0xe8,0xbd,0x77,0xcf,0x68,0x4a,0xe3,0xd2,0x7b,0x4a,0x8d,0xcf,0x32,0x72,0x45,0x6b,0x69,0x7b,0x5f,0xb3,0xfd,0x2f,0x17,0xae,0x0a,0x8f,0xee,0x3b,0x19,0xd1,0xc4,0xad,0x0f,0x47,0xfc,0xed,0xc7,0xb7,0x3f,0x80,0x68,0xbf,0xe7,0xb0,0xcf,0x17,0x72,0x24,0x03,0x01,0x83,0xa6,0xb8,0x1b,0xe8,0x2c,0xa3,0xde,0xf1,0x46,0x22,0xfd,0xe7,0x14,0xe8,0x9c,0x5a,0xf3,0xc8,0x03,0x4c,0xfd,0x37,0x3a,0x84,0x17,0x27,0xb7,0x68,0x34,0x61,0xf1,0xd1,0xe3,0x81,0x8a,0xeb,0x29,0xb7,0x95,0x4e,0x4d,0x1f,0x30,0x98,0xf2,0x92,0xcf,0x37,0xd9,0x44,0xe4,0x58,0x79,0xe9,0x18,0xd2,0x8f,0x98,0x3a,0x05,0x40,0x5c,0x84,0xdb,0x96,0x1d,0x43,0x6b,0x5f,0xfb,0xbb,0x07,0x38,0x11,0xc8,0xe4,0x2e,0xa9,0x30,0xfc,0xc3,0x1a,0xf1,0x2a,0x0d,0x66,0xa9,0x9c,0xaf,0xc7,0x98,0x57,0x3a,0x05,0xcb,0x57,0x14,0xa7,0x62,0x89,0x51,0xe1,0x38,0x3f,0x35,0x71,0x63,0x68,0x27,0x3c,0xc5,0xa9,0x8e,0xea,0x34,0xb7,0x2c,0xcb,0xf8,0xc3,0xb2,0x5d,0x89,0xcc,0x30,0x12,0x74,0x1a,0x1e,0x18,0x05,0xc6,0xad,0x6f,0x33,0xfe,0x68,0x0e,0xb7,0x7d,0x04,0x99,0x1e,0x99,0xea,0xe7,0x0c,0xf4,0x3f,0xec,0x01,0x23,0x71,0x66,0xc0,0x4d,0x01,0xb4,0x38,0x3e,0xf6,0xb2,0xe3,0x0a,0xab,0xb8,0x0e,0x4a,0x0c,0x13,0xb1,0xce,0xa4,0x2a,0x17,0xb1,0x4a,0x42,0x4e,0xca,0xda,0x10,0x1e,0xac,0xd6,0xe3,0x45,0x5a,0xcc,0x79,0xf2,0x31,0x96,0xde,0x08,0x76,0x98,0xb3,0x6f,0x9f,0x7e,0xc3,0x9f,0x9c,0xbb,0xc5,0xe9,0xd7,0x4f,0xf9,0x13,0x0c,0x68,0xbc,0x4e,0x3f,0xf3,0xc4,0xc5, -0x7a,0x3b,0x67,0x8e,0x05,0xb3,0x4e,0x3c,0x13,0x2c,0x84,0x0e,0xd4,0xb3,0xd1,0x23,0x89,0x6f,0x55,0x87,0x91,0xae,0xd4,0x0c,0xd4,0x5f,0x20,0x71,0x36,0x71,0xe1,0x28,0xc1,0x4c,0x1c,0xba,0xe1,0x81,0xee,0x01,0x33,0x94,0x52,0x63,0x06,0xa8,0xde,0xe2,0xb6,0xc0,0xcd,0xdf,0x4c,0x80,0x5e,0x54,0x8e,0x1c,0x30,0x3a,0x39,0x6c,0x7a,0x97,0x02,0xae,0xf6,0x33,0x7d,0x4c,0xb0,0x75,0x02,0x8d,0x1b,0x4b,0x6b,0x33,0xe7,0x28,0x6b,0xca,0xac,0x4f,0x6b,0x4f,0xf4,0xe6,0x2f,0xd5,0x49,0x11,0xfc,0x55,0x7b,0x4c,0x65,0xdb,0xa5,0x96,0x61,0xc5,0x82,0x1c,0x5c,0xec,0xa0,0x93,0x03,0x36,0xe6,0xae,0x64,0xa8,0x17,0x50,0x48,0xd2,0x6d,0xf8,0xac,0x8a,0x05,0xca,0x21,0xd1,0x56,0xcc,0xce,0xe6,0x4f,0xbe,0x7b,0x21,0xd6,0x8b,0x24,0x7b,0x24,0xd1,0x39,0x76,0x34,0x21,0x0e,0x52,0x52,0x95,0x9a,0x69,0x39,0x80,0xd9,0x83,0x6d,0x53,0xce,0xb9,0x43,0x9b,0x75,0xc6,0xe5,0xf9,0xd9,0x29,0x60,0x60,0xf5,0x52,0x9d,0x05,0x90,0xfd,0xc1,0xa8,0x2d,0xa5,0x28,0x3b,0x03,0x7f,0x76,0xe0,0xb1,0x94,0xb5,0x3b,0x2d,0x13,0xa8,0x94,0x9a,0x7f,0x6c,0x06,0x70,0x48,0x31,0x11,0x8b,0xf3,0xf2,0x6f,0xd2,0x1c,0xf2,0x47,0x69,0x42,0x3a,0x61,0xd5,0x8b,0x10,0x34,0x83,0xfd,0x67,0x6e,0xc8,0x6e,0x40,0x24,0x08,0xfe,0x87,0x86,0xb5,0x7b,0x02,0xd4,0xbf,0x31,0x18,0x2e,0x32,0xd4,0xa2,0x35,0xfd,0xd8,0x7b,0x1f,0x05,0x72,0x18,0x85,0xf5,0x0e,0x89,0xfd,0xd9,0x79,0x03,0xf2,0x65,0xbc,0x3b,0xb7,0xfe,0x37,0x85,0x3a,0x0d,0xba,0x24,0xbd,0x01,0x15,0x8a,0x75,0x70,0x58,0xc0,0x00,0x9c,0x55,0x5a,0xc0,0x75,0x04,0x7b,0xae,0xe7,0x41,0x71,0xaa,0x1b,0x68,0x35,0x68,0x13,0xaa,0xd5,0x9a,0xbe,0x77,0xd3,0x56,0x7c,0x6b,0xed,0x4d,0xfa,0x0a,0x5b,0x7d,0x9f,0x4a,0x19,0xf8,0xad,0x93,0xdb,0x62,0xd5,0xef,0x1a,0xf1,0x35,0x0b,0x9e,0x6e,0x97,0xdb,0xd9,0x7e,0xf6,0x1e,0x4e,0xfb,0x57,0x0f,0xc1,0xa3,0x9c,0xfe,0x37,0x5a,0x0c,0xda,0x6d,0x19,0x6a,0x00,0x00 +0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0xed,0x3d,0x0d,0x73,0xdb,0x36,0xb2,0x7f,0x85,0x46,0x73,0x09,0x59,0xd3,0xb4,0x94,0x36,0x79,0x0d,0x65,0xd6,0x93,0x26,0xe9,0x35,0x37,0x69,0xda,0x17,0x3b,0xaf,0x77,0xe3,0xe7,0x97,0xa1,0x44,0x48,0x62,0x23,0x11,0x3a,0x12,0xb2,0xe2,0x73,0xf4,0xdf,0x6f,0x77,0x01,0x90,0x20,0x45,0x52,0xf2,0xb5,0xaf,0x37,0x6f,0xe6,0xcd,0x64,0x22,0x09,0xc4,0x2e,0x17,0xc0,0xee,0x62,0xbf,0x00,0xdf,0xc4,0xb9,0xb3,0x96,0x93,0x0b,0x3e,0x11,0x59,0x52,0xf8,0x32,0x5d,0xf2,0x7f,0x88,0x8c,0xfb,0xf1,0xaf,0xf1,0x27,0x31,0xfe,0xd5,0x9f,0xc7,0xc5,0x2a,0x9e,0xf1,0xc2,0x5f,0x88,0x59,0x12,0xcb,0xd8,0xe7,0xc5,0x2a,0x9f,0xa6,0x09,0x74,0x97,0x3c,0x93,0xfe,0x86,0x8f,0x0b,0x31,0xf9,0x18,0x65,0xeb,0xc5,0xc2,0xdf,0x14,0xef,0xf3,0x34,0x62,0x9b,0x22,0x3c,0x3d,0x65,0xc7,0x9b,0x34,0x4b,0xc4,0x26,0x58,0x88,0x49,0x2c,0x53,0x91,0x05,0x73,0x51,0xc8,0x2c,0x5e,0xf2,0x63,0x76,0xba,0x29,0x98,0x8f,0xd8,0xa2,0xab,0x6b,0x1f,0x30,0x4d,0xd3,0x59,0x74,0x37,0x11,0xcb,0x65,0x9c,0x25,0x21,0x53,0x0d,0xd3,0x74,0xc1,0x99,0x9f,0x71,0xb9,0x11,0xf9,0xc7,0xf0,0x6e,0x5c,0x14,0x29,0x3c,0x63,0xbe,0xf9,0xdc,0x2c,0x45,0xc2,0xf1,0xcb,0x3c,0xc5,0xcf,0x01,0xf3,0x57,0xc5,0x86,0x9e,0x88,0xe9,0x14,0x87,0x41,0x6d,0xc9,0x7c,0xb2,0x0a,0xd9,0x90,0xf9,0xe9,0x8a,0x80,0xd7,0x63,0xc0,0x88,0xdf,0x66,0xb1,0xe4,0x9b,0xf8,0x16,0xbf,0x26,0x59,0x01,0x1f,0x5b,0x18,0x6a,0x9e,0x6c,0xe2,0x9c,0x87,0x77,0x39,0x8f,0x13,0x9e,0x5f,0xde,0xae,0x38,0xc1,0x6e,0x66,0xc9,0x60,0x95,0x66,0x21,0xfb,0x9a,0xbe,0x0f,0xe9,0xfb,0x13,0x24,0x85,0xbe,0x31,0x1f,0x27,0x64,0x16,0xeb,0xef,0x92,0xc0,0xe0,0x8b,0x79,0xa8,0x88,0x81,0x17,0xcc,0x78,0xc6,0xf3,0x78,0x11,0xde,0xd1,0x4c,0x2c,0x43,0x06,0x73,0x79,0x82,0xb0,0xd0,0x89,0x17,0x32,0xce,0xa5,0x35,0x8e,0x38,0x59,0xa6,0x19,0xf3,0x6f,0x78,0x5e,0xc0,0xe4,0x11,0xfc,0xf2,0xef,0x52,0x86,0x77,0x3c,0x8b,0xc7,0x0b,0x4e,0x23,0x45,0x3c,0xf8,0xb9,0x12,0x39,0x7d,0x4a,0xb1,0x4a,0x27,0xf8,0x65,0x5d,0xf0,0x9c,0x1e,0xa8,0x29,0xd9,0xfa,0x99,0x5c,0x85,0x77,0xd0,0x78,0x83,0xed,0x2b,0x21,0x16,0x01,0xb4,0x04,0x22,0x9f,0xc1,0xcc,0xc0,0x42,0xe6,0x37,0x40,0x16,0xfb,0x0a,0x5e,0x6e,0x18,0x00,0x29,0xd9,0x6e,0x7d,0x5c,0xfb,0x68,0x08,0xe4,0x4d,0x44,0x9e,0x14,0x52,0x20,0x9d,0xf0,0x5f,0x34,0xf0,0x8b,0x85,0x90,0xf0,0x01,0xab,0xb6,0x5a,0x70,0xc9,0x93,0xe8,0x68,0xe8,0xe3,0x9a,0x45,0x77,0x5b,0x7f,0x1c,0x4f,0x3e,0xae,0x57,0x34,0x22,0xf5,0x40,0x83,0x55,0x2d,0xa3,0xe9,0x3a,0x9b,0x20,0x57,0x38,0xe3,0x5c,0x6c,0x80,0xb0,0x4b,0x78,0xaf,0xeb,0xdd,0xdd,0x00,0x3b,0xf2,0x28,0xe3,0x1b,0xe7,0x25,0x2c,0x90,0x3b,0xf0,0x7c,0x59,0xfe,0xf2,0xb3,0xe8,0xc7,0x58,0xce,0x83,0xe9,0x42,0x88,0xdc,0x95,0xc1,0x8c,0x4b,0x05,0x75,0x3a,0xe4,0x5f,0x1d,0x3f,0x1d,0x7c,0x59,0x36,0xe1,0x00,0x7e,0x9a,0x4e,0x0b,0x2e,0x5d,0xef,0xcb,0x93,0xa1,0x37,0xe2,0x01,0x7c,0x7f,0x7f,0xf9,0x42,0xb3,0xb9,0x9b,0x79,0x7e,0x22,0x26,0xeb,0x25,0x70,0x30,0xc2,0xbc,0x5a,0x70,0xfc,0xfa,0xdd,0xed,0xeb,0xc4,0x65,0xb9,0x9c,0x30,0x2f,0x48,0x33,0x58,0xab,0x1f,0x2e,0x7f,0x7c,0x13,0xf1,0x40,0x0a,0x04,0x95,0x79,0x9a,0xcd,0x5c,0x2f,0x28,0x16,0xe9,0x04,0x28,0xf3,0x4f,0xbe,0xf2,0xb6,0xe5,0x28,0x12,0x7e,0x03,0xad,0x5d,0x83,0x18,0x55,0x12,0x66,0x0f,0xa1,0x6a,0x45,0xea,0x79,0x17,0xf5,0x7e,0x93,0xfa,0x0a,0xae,0x67,0x18,0xeb,0x7f,0x65,0x18,0xc5,0x6d,0x36,0xf9,0xae,0x67,0x41,0x60,0x35,0x2c,0xfa,0x79,0x7d,0x09,0x3c,0x58,0xa0,0x4a,0x8a,0x81,0x64,0xe4,0x25,0xb6,0x1d,0x65,0x01,0x5f,0x89,0xc9,0x3c,0x2a,0x95,0x05,0x0c,0x27,0x4b,0xdc,0xbf,0x5c,0xfc,0xf4,0x36,0x28,0x88,0x9c,0x74,0x7a,0x0b,0x4b,0xe2,0xf9,0x0f,0x5c,0xf6,0x05,0xf0,0x25,0xd0,0x3d,0x01,0xea,0x3e,0xba,0x16,0x65,0x73,0x40,0xba,0xe0,0xef,0x48,0x30,0x81,0x2c,0xe0,0xce,0x28,0x8a,0xba,0xd7,0xb0,0x14,0x60,0xc0,0x05,0xbc,0xbd,0xe6,0xe7,0x6e,0x67,0xe7,0x4d,0xca,0x67,0x80,0xfd,0x7b,0x91,0x2f,0xa1,0x77,0x21,0x6f,0x17,0x3c,0x48,0xd2,0x62,0xb5,0x88,0x6f,0x23,0x96,0xc1,0x62,0xb0,0xee,0x59,0x5e,0x4e,0xf3,0xc9,0x93,0xc7,0x8f,0xdb,0x61,0xc7,0xa0,0xfa,0x3e,0xf6,0x00,0x13,0x28,0xea,0x8d,0x2e,0x50,0x0f,0xd5,0xcf,0x1f,0x33,0xce,0x7d,0xb4,0xf6,0x0e,0x94,0x26,0x09,0x88,0x7d,0x7c,0x4f,0x62,0x1f,0x3e,0xfc,0xbf,0xb5,0x2a,0x6a,0x9c,0x4d,0xa6,0x7c,0xf9,0xc3,0x8b,0x9f,0x91,0x25,0xeb,0x4b,0xf5,0xf7,0x35,0xcf,0x6f,0x2f,0xf8,0x82,0x4f,0x40,0xf3,0xb9,0x8f,0xd2,0x6c,0xb5,0x96,0x57,0xb8,0xfd,0x45,0x0c,0x37,0x25,0xad,0xc5,0xd9,0x75,0x38,0x99,0xf3,0xc9,0x47,0x9e,0x3c,0x32,0x0b,0x88,0x42,0x00,0x8a,0x52,0xa6,0x93,0x14,0x25,0x01,0xe4,0x34,0xe1,0xef,0x57,0xae,0x17,0xb6,0x3d,0x78,0x29,0x36,0x99,0xab,0x04,0xc7,0x7e,0x34,0x17,0x1b,0x5b,0x78,0x16,0x69,0x21,0xcd,0xee,0x06,0x94,0xde,0x63,0x85,0x22,0xb5,0x19,0x07,0x06,0x3a,0xa8,0xba,0x74,0xcf,0xe0,0x66,0x86,0xdb,0x65,0x27,0x0a,0xbd,0x9d,0xf6,0xc1,0x0f,0xf7,0xc0,0x0f,0x7b,0xe1,0x67,0xab,0x54,0x14,0x45,0x27,0x3c,0x6d,0xdb,0x3d,0xd0,0x71,0xcf,0xbb,0xcd,0x4e,0xdf,0x0d,0x8e,0xdb,0x7f,0xbe,0xb8,0xed,0xc6,0x20,0x7b,0xe7,0x0e,0x69,0xef,0x05,0xef,0xa5,0x3d,0xe1,0xc0,0xa7,0x3d,0xaf,0x06,0x85,0xec,0xd7,0x35,0x69,0x9d,0x49,0xc0,0xc8,0x03,0xfe,0xa8,0xa9,0xe9,0x47,0x77,0x4c,0xeb,0x74,0x16,0x32,0x78,0xdf,0x02,0xb6,0x01,0xea,0xc8,0x7c,0x87,0xa1,0x79,0xc0,0xc2,0x47,0xc7,0xf8,0x79,0xcc,0xb6,0xac,0x81,0x0e,0x74,0xf9, +0x3e,0x74,0x6a,0x8f,0x78,0xd4,0xb3,0x91,0x01,0x12,0x65,0xb8,0x34,0xc7,0x85,0x16,0x8c,0x7a,0xd2,0x0d,0x6c,0x8c,0x9b,0x1d,0x6e,0x40,0x60,0xf3,0xb0,0x1b,0xfc,0x65,0x2e,0x56,0x28,0x62,0x66,0x5b,0x6e,0xc3,0x52,0x9a,0xcc,0x35,0x4b,0xc6,0xb7,0x2d,0x02,0x6b,0x83,0x8d,0x6f,0xb8,0x25,0x89,0xdd,0xd2,0x75,0x1f,0x35,0xea,0x77,0x48,0x58,0x37,0x8e,0xba,0x84,0xb6,0xc1,0x0f,0xf7,0xc0,0x0f,0xfb,0xe0,0x49,0xc2,0xba,0xa1,0xeb,0xf2,0xb9,0x03,0x6d,0x64,0xac,0x07,0x41,0xdc,0xf3,0x72,0x12,0xb0,0x6e,0xd8,0x86,0x7c,0xee,0x82,0xef,0x25,0xbd,0x17,0x1a,0xb9,0xa1,0x1b,0xbc,0x26,0x9f,0x3e,0x30,0x05,0x88,0x42,0x0a,0x16,0x71,0x93,0x45,0x94,0xe0,0xec,0xf0,0x79,0x37,0xe2,0x1d,0x21,0xf1,0x5b,0xf8,0xbc,0x1b,0x7c,0x47,0x4c,0xfc,0x16,0x06,0xef,0x06,0xef,0x12,0x93,0x9e,0x11,0x6a,0x5f,0xa8,0xb4,0x30,0x3b,0x71,0x93,0x1f,0xb4,0xda,0x24,0x06,0xe7,0x08,0x3d,0xcd,0xa3,0x28,0x02,0xe3,0x81,0x31,0xfc,0x3c,0x77,0x35,0xad,0x1a,0x65,0x80,0x4e,0x4f,0x54,0x8e,0xc0,0xb4,0x2a,0x9f,0xab,0xfb,0x3d,0xc6,0x3b,0x6d,0xce,0x80,0x81,0xd7,0xde,0x4b,0x0f,0xa1,0xeb,0xd2,0xc5,0x69,0x1d,0xbf,0x17,0xc6,0x0b,0x9e,0x4b,0x97,0x3d,0xc7,0x11,0x81,0x76,0xcc,0x63,0x00,0x70,0x7e,0x8e,0x8b,0x02,0x5c,0xdc,0xc4,0x99,0xc4,0x59,0x26,0xa4,0x33,0xe6,0x0e,0x5f,0xae,0xe4,0x2d,0x6b,0x4c,0x18,0x3a,0x7f,0x15,0x4f,0xe0,0xaf,0x40,0xdb,0x10,0x11,0x3a,0x8d,0xca,0xfa,0x78,0x80,0x4b,0x59,0x1a,0x1a,0xd8,0x49,0xf7,0x29,0xcd,0x0c,0x45,0x9a,0xeb,0x81,0xe9,0xd5,0x8a,0x6a,0xc8,0x3c,0xdf,0x7e,0x80,0xd3,0xd2,0x3d,0x66,0xec,0x82,0x3d,0x9a,0x93,0x46,0xa0,0xe8,0x95,0xf6,0x83,0x62,0x8f,0x56,0x50,0x72,0x64,0xfb,0x61,0xa9,0x4b,0x2b,0x30,0x3a,0xbf,0xfd,0xb0,0xd8,0xa3,0x9d,0x64,0x64,0x9d,0x7e,0x92,0x2b,0x4e,0xec,0xe0,0x6e,0x9a,0xe8,0x9f,0x26,0x12,0x0c,0xbf,0xc2,0xe5,0x8a,0xbf,0xbb,0xe7,0x81,0x7b,0xa3,0x9c,0xcb,0x75,0x9e,0x1d,0x1d,0x49,0x85,0x36,0x58,0xc6,0x72,0x32,0x77,0x4f,0xff,0xc7,0x7d,0xfc,0xe4,0x6a,0x70,0xf2,0xe4,0xfa,0xf3,0x63,0xf8,0xf8,0xfa,0x1a,0xfe,0x7b,0x76,0xfd,0xf9,0x6a,0x30,0xbc,0x3e,0xa7,0xaf,0xf4,0xdf,0xb9,0xf7,0xdf,0xc1,0xbf,0xa7,0xdf,0x83,0x53,0xef,0xf3,0x67,0x57,0xb3,0xf4,0xdf,0xc4,0x1a,0x8c,0xe1,0x1b,0x60,0x5d,0x54,0x24,0x3c,0x71,0xe2,0xcc,0x49,0x33,0x18,0x4e,0x0a,0x5f,0x93,0x04,0xc4,0xa2,0x70,0x60,0x6a,0xd8,0x31,0x07,0x87,0x3e,0x98,0xc2,0x5c,0x14,0xb0,0x45,0x1e,0x0d,0x9b,0x6a,0x4f,0x45,0x7b,0x80,0xcd,0xd3,0xa9,0xab,0xac,0xed,0x3e,0x87,0x82,0x58,0x5d,0x0a,0x0c,0x00,0x35,0x6d,0xf5,0xbd,0x6a,0x05,0xc3,0x48,0xcc,0x1b,0x19,0x35,0xa7,0x5e,0x1c,0x60,0x2b,0x78,0xca,0x62,0x85,0x24,0x15,0x57,0xe8,0x78,0xa3,0x01,0xcf,0x93,0xd7,0x59,0xc2,0x3f,0x5d,0xab,0x05,0xda,0xf2,0x45,0xc1,0x9d,0x36,0xc8,0x03,0x29,0x55,0x7a,0x4c,0xf1,0x05,0xc8,0xee,0x08,0x06,0xdb,0xbd,0xd3,0x62,0x98,0x2b,0x26,0x97,0x58,0x09,0xb0,0x27,0x51,0x48,0xfd,0xc6,0xeb,0xc7,0xfd,0xef,0xdf,0xa4,0xd3,0x74,0xac,0x86,0xac,0x0d,0x98,0x81,0x7f,0xb8,0xbf,0x82,0x64,0xc7,0xda,0x63,0x69,0x71,0x58,0x1a,0xa4,0x60,0x6f,0x24,0x31,0x6c,0x6d,0x87,0xe1,0xd2,0xf4,0xc1,0x98,0x7f,0xe3,0x10,0xee,0x31,0x80,0x5e,0x87,0xcb,0x6b,0xd0,0x81,0x9d,0x91,0x7e,0xa2,0xf3,0x6e,0x97,0x4e,0xf5,0x1c,0x54,0xee,0x51,0x4d,0xd2,0x59,0xba,0xd2,0x9c,0xce,0x3c,0x4f,0x89,0x34,0x2e,0x6c,0xa3,0x93,0x0a,0x40,0xf6,0xf5,0x48,0xb2,0x02,0xf0,0xf4,0xf5,0xd0,0xa1,0xcb,0xaa,0x4b,0x83,0xc0,0x74,0xd5,0xc3,0x88,0x15,0x91,0x8d,0x8d,0xde,0x8c,0x2e,0x2b,0x7a,0xcc,0x17,0x4d,0x5b,0x3b,0xa8,0x1a,0x5b,0x8f,0xc8,0xe9,0xb1,0xb7,0x43,0xeb,0x51,0xf5,0x19,0x7d,0x7a,0xd8,0x5a,0x0a,0x1b,0xf0,0x24,0x28,0x91,0x6c,0xa2,0xed,0xd7,0xe8,0xc8,0x54,0xab,0xb8,0x7b,0x36,0x74,0x28,0xb9,0x67,0x46,0xd2,0x02,0xd9,0xea,0x03,0x22,0xfa,0x10,0x4f,0x41,0xf9,0x7d,0x28,0x54,0x68,0x6e,0xcf,0x2e,0x91,0xf3,0x1b,0xd5,0xdc,0xe7,0x8f,0xff,0x5a,0x88,0x6c,0x2e,0x16,0x09,0xed,0x56,0x14,0xca,0xbb,0xe4,0x9f,0x64,0xd4,0x88,0x9c,0x29,0x9a,0x7d,0x8a,0xc0,0x3f,0x56,0xb1,0x80,0x12,0x3b,0xc0,0xc1,0xbc,0xc0,0x86,0xcf,0x30,0x26,0x60,0xdb,0x14,0xe5,0xdb,0xd3,0xec,0xe7,0x5c,0xcc,0x90,0x27,0x5c,0x66,0x80,0xaa,0x6e,0x36,0xf5,0x77,0x88,0xba,0xc4,0x3b,0x05,0x37,0xe4,0xa7,0xb5,0x74,0x1f,0x0f,0x06,0xbe,0xe9,0x4e,0x7d,0xe4,0x3c,0x2d,0x40,0x5d,0x21,0x3e,0x0c,0x04,0xcf,0x72,0xb1,0x06,0x6f,0xcf,0x67,0x33,0x18,0x89,0x86,0x7b,0x9d,0xb9,0x18,0x30,0xdc,0xf6,0xb8,0x7d,0xe5,0x7b,0xaa,0x10,0x26,0x3b,0x9b,0x3f,0xfd,0xb6,0xdc,0x6a,0x2a,0xca,0x60,0xcb,0x8d,0x33,0xcc,0x51,0x38,0xab,0x05,0x8f,0x51,0x37,0x63,0xf4,0xd0,0x99,0xc3,0x4e,0xe4,0x48,0xa1,0x47,0x0a,0x5b,0x52,0x02,0xb3,0x3e,0x16,0x60,0x63,0xb9,0xb7,0x80,0x64,0x93,0x2e,0x16,0x4e,0xac,0x70,0x21,0x82,0x09,0x75,0x86,0x99,0x4b,0xf9,0xc6,0x60,0xf4,0x82,0xb3,0x53,0x78,0x27,0xf3,0x6b,0x23,0x57,0xc1,0x49,0x6b,0xcc,0x4a,0x0e,0xed,0x35,0x85,0xbd,0x6d,0xdb,0x74,0x86,0xed,0xcd,0xed,0x3e,0x3b,0x45,0xd4,0xb2,0xd5,0xf4,0x04,0x4f,0x1a,0x2c,0xdd,0x84,0x46,0x81,0xd0,0xaa,0xb3,0x4d,0x82,0xfa,0xa9,0xdb,0xd9,0x8d,0xa2,0xa3,0x41,0x3b,0x32,0x1c,0x80,0xd9,0x84,0x51,0x99,0xd6,0x2d,0x53,0x7b,0x47,0xb9,0xbe,0x52,0x74,0x82,0x71,0x70,0xcc,0xae,0x01,0xf5,0x0a,0xbc,0x09,0x58,0x7f,0x6d,0xaf,0xfa,0x47,0x03,0x6f,0xab,0x62,0x16,0xcf,0x7f,0x06,0x09,0x32,0x5a,0xb9,0x9f,0x46,0x30,0xc3,0xeb,0x44,0xde,0x63,0x6b,0x6c,0xdb,0x97,0x7c,0x15,0x70,0x6e,0xd9,0x0a,0xbc,0x3b, +0xb5,0xab,0xd5,0x07,0x68,0xed,0x38,0x07,0x8c,0xcf,0xb7,0x03,0x89,0xdb,0xc3,0x95,0x77,0x93,0x9e,0x74,0xd5,0x3d,0xce,0xba,0xf6,0xdd,0xe1,0x29,0x7a,0xda,0x13,0x58,0xaa,0x69,0xfe,0x9d,0x79,0xc8,0x8a,0xbe,0x78,0x5a,0x4d,0x6f,0x37,0x61,0xf5,0x63,0x3d,0x05,0x17,0x97,0xcf,0xfb,0x66,0x60,0xbf,0xba,0x6d,0xa2,0xd7,0x1a,0xbc,0x2e,0x8a,0x95,0xf3,0x79,0xb0,0xdb,0x69,0xf0,0xda,0x4e,0x66,0xf7,0x98,0x9b,0xce,0x64,0x13,0x5a,0x39,0xa3,0xdd,0xf0,0x2d,0xbe,0x64,0x13,0x85,0x7e,0x5c,0x1f,0x98,0x76,0x12,0xd1,0x7a,0xb6,0x85,0xd2,0x76,0xf1,0x48,0x8b,0x77,0x38,0x89,0x9a,0x53,0x87,0x1d,0x52,0x78,0xb0,0x1b,0x58,0x7b,0x2f,0x3e,0xe8,0x09,0xd5,0x37,0xdc,0xc0,0x1a,0x28,0x3e,0xe8,0x07,0xad,0x79,0x81,0x35,0x58,0x7a,0xd2,0x0f,0x6c,0xbb,0x81,0x35,0x58,0x7c,0xb0,0x87,0xe4,0x5d,0xce,0x28,0x1d,0xc8,0x66,0x7e,0x00,0xd5,0x56,0x37,0xa3,0x29,0x55,0x78,0xff,0x34,0x05,0xc2,0x7d,0x77,0x71,0xf1,0xfa,0xe5,0xbd,0xb3,0x23,0xc5,0x24,0xce,0xc6,0xf7,0x87,0x52,0x2a,0xf2,0x7e,0x40,0xa8,0x06,0xef,0xff,0x26,0x2b,0x91,0x71,0x2f,0xc0,0x1e,0x7f,0xd0,0xcc,0x67,0x73,0x6d,0x48,0xdf,0xdc,0x7f,0x71,0xf6,0x10,0xd2,0xb3,0x36,0xfb,0x96,0xb5,0x63,0x71,0xf6,0x81,0xb5,0x4f,0x74,0x73,0xcc,0xa8,0x22,0x90,0x2c,0x0c,0x4b,0x4c,0xc1,0x49,0xea,0x0f,0x4d,0xe8,0x25,0xf7,0xb3,0x68,0x30,0xca,0xce,0x78,0x80,0xd0,0xc1,0x82,0x67,0x33,0x39,0x1f,0x65,0xc7,0xc7,0x6a,0x77,0x17,0xd1,0x2a,0xce,0x0b,0x30,0xe8,0xa4,0xab,0x7a,0x5c,0x65,0xd7,0x41,0x0e,0x90,0x9e,0x1f,0xab,0x5c,0x31,0xe8,0x51,0x57,0x7d,0x89,0x3f,0xb9,0x8f,0xbf,0x74,0xc5,0xf1,0x70,0x00,0x5b,0x1e,0xfc,0xa3,0x4f,0xcb,0xdd,0x98,0xe4,0x1c,0x36,0x03,0x4d,0x82,0xcb,0x94,0x17,0x0e,0x4e,0x7a,0xa1,0x05,0xad,0x7a,0x01,0x6d,0xc9,0x85,0xda,0x9a,0x9b,0xcf,0xc6,0xfa,0xa1,0x65,0x37,0xd2,0x5a,0x84,0x18,0x7e,0xa8,0xf7,0x3a,0x66,0xbe,0x73,0x91,0xce,0xb2,0x78,0xe1,0x5c,0xc8,0x9c,0x46,0x16,0x3a,0x7f,0x62,0xc7,0x31,0x3e,0x78,0xab,0x4b,0x4f,0x6a,0x60,0x84,0x5b,0x06,0xf1,0x0a,0x76,0xf7,0xe4,0xc5,0x3c,0x5d,0x24,0x6e,0xd1,0xa3,0x18,0xcd,0x6a,0x5a,0xb4,0xbc,0xe3,0x27,0x17,0xd0,0xca,0x7c,0x44,0x49,0x84,0x35,0x93,0x30,0xba,0xf1,0xc0,0x08,0xc6,0x3d,0x0c,0x9b,0x9e,0xc0,0x46,0x35,0x93,0x56,0x44,0x06,0xc8,0xfc,0x05,0x90,0xf4,0xa6,0x70,0xb0,0x53,0x7f,0xfe,0xa6,0x65,0x0e,0x82,0x20,0xf8,0x57,0xc5,0x98,0x24,0x6f,0x74,0xd8,0xd4,0x4c,0xa9,0x46,0xa1,0x81,0x20,0xcd,0x16,0x29,0xa2,0xe0,0xc1,0x3c,0x2e,0x68,0x05,0xdf,0xa2,0xbd,0xe8,0x7a,0x23,0x0f,0xf3,0x2f,0x4b,0x71,0xc3,0xd5,0xba,0xc2,0xa2,0xc7,0x85,0xa4,0xef,0xd6,0x02,0xc1,0xab,0xde,0xc3,0xee,0x50,0xf4,0x4e,0x0a,0xee,0x1f,0xb8,0x92,0x7b,0x52,0x64,0x48,0x36,0xc6,0xfa,0xfb,0x91,0x41,0x2f,0x8e,0xbd,0x0e,0x4b,0xb9,0x5d,0xbc,0x78,0xfe,0x16,0xc5,0x7b,0x08,0xbb,0x3f,0x0f,0x3e,0x66,0x62,0x93,0x9d,0xbb,0xb0,0xe3,0x07,0x53,0x21,0x52,0xd8,0xa9,0x4e,0xd4,0x10,0xab,0x12,0x8b,0x6a,0x1d,0xea,0x01,0x14,0xb5,0x0c,0x00,0x96,0x2f,0x4f,0xb0,0xd8,0x2b,0x17,0x8b,0x2b,0xca,0xac,0x48,0x70,0x41,0xaf,0x2d,0x9e,0x5a,0x83,0x44,0xd8,0x2f,0x28,0x78,0x9c,0x4f,0xe6,0xd5,0x0b,0xbc,0xd0,0xbc,0x5f,0xa2,0x95,0x71,0xa2,0xec,0xc8,0x9d,0xb7,0xef,0xd4,0xaf,0xd4,0x18,0x77,0xdd,0xe7,0xf2,0xc0,0x46,0x3f,0x91,0x76,0xd2,0x9a,0x07,0xfd,0x49,0x56,0x5c,0x9f,0x9a,0x79,0xc6,0xf7,0x6c,0xf9,0xf1,0xce,0x0b,0x74,0x4b,0x7d,0x35,0x33,0x98,0x1a,0x5c,0x17,0x57,0xb9,0x51,0xb5,0x32,0xa8,0xcf,0x9f,0xbb,0x5d,0x96,0x85,0x88,0x13,0xaa,0xb2,0xab,0x8b,0xc9,0x1b,0x68,0x06,0x1f,0x1f,0x14,0x90,0x5a,0xec,0x53,0x76,0x6c,0xca,0xf1,0x3c,0xaa,0xcc,0x3a,0x2b,0x7f,0xde,0x51,0x8f,0x68,0xa8,0xa3,0x8a,0x77,0xdb,0x11,0xa8,0x53,0xc5,0x42,0x11,0x07,0x85,0x45,0x75,0x5c,0xf8,0x5f,0x6f,0x0d,0x8e,0xf4,0xbc,0x6d,0x35,0xa0,0xf1,0x1a,0x58,0x1f,0xab,0xf4,0x70,0x38,0x54,0xad,0x87,0xff,0x01,0xda,0x6c,0x12,0x1b,0x6d,0x6f,0x8d,0x1f,0xd3,0xc2,0xef,0x30,0xbf,0xd5,0xcb,0xcd,0xd8,0x2b,0xa7,0x2c,0x18,0x28,0x8d,0xda,0xe4,0xbd,0x50,0x15,0x85,0x40,0x04,0xc5,0x19,0x40,0x60,0x97,0x29,0xb9,0x3a,0x86,0x55,0x90,0x8b,0x80,0x75,0x73,0x95,0x42,0x33,0xe1,0x07,0xb2,0x54,0xa1,0x27,0x87,0x6f,0x09,0x28,0x07,0xdb,0x2f,0x57,0x6a,0xe2,0x01,0xa0,0x0c,0xe6,0x72,0x09,0xf6,0x3e,0x7a,0x69,0x5f,0x60,0x69,0xa3,0x2e,0x5f,0x64,0xfa,0x01,0xef,0xc3,0x52,0x6c,0x52,0x0c,0xc8,0x03,0x5d,0x93,0xb8,0xe0,0xaa,0xd0,0x62,0x5d,0x18,0x0c,0x21,0x49,0x1d,0x34,0xa1,0x0a,0x19,0xc3,0x0e,0xf6,0x71,0xa4,0xba,0xa9,0xd5,0x2f,0xbb,0xd9,0x8f,0x32,0xb9,0xaa,0x81,0x53,0xba,0xaf,0x06,0x8c,0xc6,0x64,0xad,0x8b,0xb2,0xec,0x6b,0x7d,0xb4,0x27,0x50,0xeb,0x56,0x7a,0x36,0xb5,0x9e,0x26,0x3d,0x59,0xeb,0x5a,0xa5,0xa1,0x6b,0x7d,0xb5,0xe3,0x54,0xa7,0xcf,0x84,0x2e,0x6a,0x3d,0x41,0x21,0x95,0xbd,0x74,0x9d,0xa0,0xa9,0xe9,0x2c,0x6b,0x09,0x6a,0x00,0x28,0x63,0x45,0x17,0x48,0xa5,0x58,0x6b,0x30,0xa4,0xfa,0x7a,0x60,0x8c,0x02,0xdd,0x3e,0x70,0x1f,0x5d,0x61,0xfb,0x89,0x14,0xb3,0xd9,0x02,0xdc,0xed,0x95,0x58,0x21,0xb7,0xb0,0xeb,0x47,0xb0,0xb8,0xea,0xbb,0x8b,0xe9,0x33,0x19,0x83,0xfe,0xcf,0x43,0x36,0x16,0x09,0x30,0x21,0xb2,0x95,0x0a,0x58,0xe1,0x7e,0xe3,0x96,0xe1,0x29,0x6f,0xeb,0xd9,0x01,0x1c,0xb5,0x98,0x38,0x00,0x60,0x88,0x46,0x79,0xe3,0x40,0x6f,0x47,0x55,0xed,0x5b,0xa9,0xff,0xb7,0xb0,0xcd,0x1c,0x26,0x7a,0xdc,0xdb,0x79,0x1b,0x15,0x00,0x9a,0x10,0x0a,0x0e,0x2d,0x44,0xd5,0x7b,0x8a,0x41,0xc1,0xd1,0x64,0x8e,0x56, +0x97,0x8c,0xd6,0x72,0x7a,0xf2,0x8d,0x0f,0x16,0x4a,0x36,0x81,0x5d,0xec,0xfd,0xbb,0xd7,0x2f,0xc4,0x72,0x05,0xfc,0x0b,0x72,0xd4,0x1b,0x25,0xc4,0xba,0xca,0x6e,0x63,0x12,0x36,0x0d,0x54,0x49,0x17,0x18,0x2f,0x00,0x45,0x02,0x2f,0x7a,0x2e,0x01,0xd1,0x78,0x2d,0x39,0x18,0xb7,0x39,0x9f,0x32,0x9f,0x12,0x39,0xf5,0x07,0x06,0x8c,0xf9,0x65,0x61,0xeb,0x09,0x55,0x01,0x66,0xb3,0x22,0x40,0xaa,0x19,0xc2,0xec,0x54,0xf6,0xa1,0xf6,0xfe,0x8e,0x06,0x5c,0x65,0xcb,0x7e,0xfb,0x70,0x79,0x35,0xd2,0x9e,0x74,0xbe,0x21,0xf9,0x3d,0x79,0x82,0xa3,0xac,0x75,0xa8,0x12,0x50,0x1c,0x30,0x54,0xe2,0x6e,0x33,0xce,0xac,0xd4,0x5a,0xcd,0x5a,0x58,0x3b,0x04,0x4c,0x45,0xb1,0x17,0xd6,0x32,0xf7,0x14,0x7d,0x98,0xbe,0xcc,0x94,0xc4,0x7e,0x9f,0x9a,0x2a,0x9e,0x11,0xc3,0xc2,0xdb,0x02,0x76,0x6c,0x07,0x4b,0xea,0x06,0xb4,0xf5,0x53,0x93,0x36,0xd7,0xcf,0xad,0x34,0x5d,0x92,0x26,0x0e,0xe6,0x99,0x95,0x01,0xe8,0x60,0x37,0x15,0xf7,0xa4,0x17,0x1c,0x31,0xd8,0xae,0x65,0x20,0x68,0x74,0x51,0x53,0x95,0x8e,0x64,0x7e,0x7b,0xc7,0x55,0xfc,0x99,0xcc,0x7e,0xe8,0x0a,0x80,0xeb,0x05,0xec,0x03,0x13,0xca,0x5a,0xf2,0x32,0x18,0x7a,0x23,0x30,0xf7,0xa7,0xde,0xfb,0x16,0xde,0x17,0x3b,0x2a,0x1d,0xa8,0xe6,0x83,0xde,0x0b,0x2f,0xdb,0xda,0xd5,0xde,0x44,0xb7,0x16,0x22,0x93,0x9f,0xce,0x97,0x2e,0xc3,0x91,0x02,0xbd,0x7c,0x59,0x20,0xa5,0x63,0xae,0x30,0xf9,0x4e,0x22,0x1c,0x15,0xc8,0x2d,0xe6,0x2a,0xce,0x9b,0x01,0xaf,0xad,0xf9,0x39,0xab,0xb2,0xdb,0x51,0x23,0x07,0xef,0x6d,0x7d,0x49,0x55,0x36,0xcf,0x0b,0x0c,0xa5,0xbb,0x7a,0x9e,0xae,0x06,0xd7,0x9e,0xe7,0xed,0x2c,0xcd,0x70,0x7c,0x3b,0x04,0x4e,0x92,0x7e,0xa6,0x9d,0x1d,0x3f,0xf6,0x0b,0x3f,0xf5,0x27,0x11,0xb8,0x2e,0xa7,0xb2,0xdb,0xf6,0x4e,0x6e,0xc1,0xbc,0xa0,0xc0,0x84,0xb2,0x3e,0x37,0x69,0x22,0xe7,0xd1,0xe4,0x4b,0x97,0x1f,0x0f,0xbd,0x63,0xf6,0x27,0x65,0xc1,0x26,0xb8,0x4f,0x8b,0x28,0xbb,0xe2,0xd7,0x64,0xe0,0xc4,0xfa,0xab,0xb6,0x4e,0xc0,0x35,0xa2,0xdf,0xda,0xd4,0xf0,0x53,0xf5,0x93,0x06,0xbf,0x86,0xa1,0x2e,0xfc,0xa4,0xdc,0xe3,0x49,0xe5,0xa8,0x92,0xf9,0x04,0x71,0x45,0x02,0x3f,0x31,0x11,0x1e,0xc3,0x17,0x8d,0x21,0x2a,0xe0,0x7b,0x05,0x1e,0xa5,0xbd,0x1a,0x29,0x01,0xd1,0x39,0x3e,0xa6,0x32,0xef,0x28,0x92,0x7d,0xa5,0x9a,0xd5,0x68,0x27,0x60,0x32,0x17,0x6f,0x29,0xe7,0xb6,0xd2,0x49,0x85,0x93,0x31,0x8c,0xd4,0xfe,0x71,0x52,0xac,0x27,0x13,0x0c,0x62,0xf6,0x78,0xb3,0x25,0x42,0xcb,0x1a,0x7a,0x61,0x2a,0xcd,0x0f,0x02,0xb4,0xe7,0x9d,0xc1,0x6a,0xfd,0x89,0xed,0x16,0xa1,0xdb,0xc5,0xeb,0x3d,0x11,0x62,0x0d,0x37,0x59,0x88,0xa2,0x33,0xae,0xb0,0xcb,0x3b,0xef,0xd5,0x5e,0x71,0x98,0x5c,0x2b,0xfd,0xf3,0xbb,0x0a,0x76,0x9c,0xdd,0x36,0x85,0xfb,0x8f,0x94,0x6d,0x14,0xed,0x9a,0x6a,0x54,0xcf,0x94,0x8c,0x23,0x33,0xfe,0x66,0x01,0xdf,0x39,0x93,0x50,0x8b,0x50,0x28,0x1b,0x41,0x35,0xed,0xac,0xfc,0x40,0x27,0xc9,0xa8,0x95,0xf2,0x63,0x65,0x9e,0x8c,0x36,0xf7,0x24,0x17,0xab,0x50,0xc7,0xa1,0x98,0xff,0x91,0xdf,0x8e,0x05,0x18,0x4b,0x21,0xe6,0x74,0x7c,0x5b,0x35,0xa0,0x70,0xec,0x9c,0x8d,0xa0,0x37,0x1f,0xac,0x69,0xd2,0x2c,0x55,0x36,0xcc,0x25,0x3a,0x47,0xae,0x1d,0x97,0x01,0x03,0x87,0x47,0x83,0x11,0x3f,0x23,0xb3,0x5b,0x07,0x5e,0xb8,0x09,0xbc,0x64,0xf6,0x52,0x61,0x0f,0xd0,0x0d,0xde,0xc8,0xd8,0xaa,0xf0,0x03,0x0f,0x62,0xe0,0xa7,0x71,0xfa,0xcb,0xdf,0xca,0x85,0x81,0x5f,0xae,0xf5,0x33,0xf3,0x68,0x55,0xb4,0x8d,0xfb,0xcb,0xf3,0x77,0x6f,0x59,0x68,0x43,0x2b,0xd1,0xe6,0x45,0xc4,0xc0,0x66,0xcc,0x40,0x45,0x30,0xdb,0x4c,0x7b,0xfd,0xf6,0xfb,0x9f,0xba,0xfa,0xa7,0xd9,0x54,0xd4,0x3a,0xbf,0x7a,0xf7,0xae,0xb3,0x73,0x82,0x69,0xb7,0x9c,0x6d,0xb7,0xbf,0xfe,0x27,0x7a,0xa3,0x95,0x19,0x0e,0x94,0x7d,0x2f,0x04,0x4d,0x52,0x80,0x73,0xe6,0x6a,0xd3,0x90,0x7c,0x4a,0xe6,0x83,0xed,0xb5,0x58,0x2f,0xb3,0x22,0xbc,0xba,0x43,0xd5,0x19,0x52,0x99,0x1f,0x9e,0x66,0x91,0x0b,0xf8,0x41,0x13,0xec,0x5c,0xaa,0x26,0x3a,0x9e,0x83,0xa6,0x05,0xdb,0xfa,0xba,0x73,0x91,0x4f,0xca,0xbe,0x17,0x62,0x9d,0x4f,0x78,0xf5,0x2c,0xe1,0x45,0xf5,0xf0,0x25,0xfc,0xc8,0x53,0x15,0x97,0xaa,0x7a,0xc0,0xe4,0x97,0x3d,0x9e,0x27,0x49,0x8a,0x8f,0xe3,0x05,0x1e,0x98,0x80,0x76,0x1a,0xf8,0x4a,0xa4,0x60,0xa5,0x86,0xec,0x53,0xe1,0x14,0xcb,0x0a,0x92,0x8a,0x5f,0x4b,0xdc,0xb1,0x84,0x1f,0xb4,0x9e,0x79,0x68,0x8f,0x1b,0x3c,0x49,0x7e,0x36,0x7c,0xf2,0x78,0xf0,0xf4,0xe9,0x93,0xe1,0x60,0xa8,0xb3,0xfe,0x8e,0xa9,0x20,0x31,0x67,0x33,0x46,0xbc,0x76,0x36,0xa3,0xff,0x40,0x8c,0xe2,0xa0,0xf2,0x88,0xca,0x90,0x7f,0xf5,0x65,0x59,0x89,0xe4,0x64,0x08,0xf6,0xfe,0xf2,0xc5,0xf7,0x60,0x41,0xfd,0x0d,0xbc,0x79,0x17,0xb6,0xac,0x13,0x76,0x0c,0x3e,0xc0,0xcb,0x74,0x96,0x82,0xb5,0x6d,0x3a,0xfc,0x08,0x02,0x39,0x87,0xa7,0xc3,0xae,0x0e,0x84,0xdc,0xeb,0x7a,0xfa,0x03,0x4c,0x75,0x41,0x8f,0xc3,0x56,0xec,0x20,0xeb,0x92,0xf7,0x74,0x30,0xe7,0x61,0x50,0xd6,0x0a,0x81,0xa2,0x1d,0xa2,0x1e,0x4f,0x41,0x22,0x25,0x9d,0x99,0x7a,0xf9,0xea,0xe2,0x45,0xfb,0x0a,0x5c,0xfb,0x58,0xac,0x1b,0xca,0xba,0x95,0x8f,0x8c,0xf5,0x86,0xea,0x9b,0xdf,0x88,0xd9,0xbf,0x5f,0x20,0x4d,0x8c,0x81,0x64,0xd2,0x19,0x76,0x88,0x8c,0xd9,0x4e,0x2d,0x11,0x73,0x9e,0x3d,0x3b,0x50,0x18,0x9d,0xc1,0xe1,0x52,0xee,0x3c,0xfb,0xe6,0x77,0x90,0xda,0xb2,0x7e,0xbc,0x53,0x72,0x81,0x5f,0x41,0xf5,0x2e,0x57,0xfb,0x25,0xe3,0xff,0x05,0xe0,0x10,0x01,0x28,0xd5,0x0d,0x86,0xd4,0xcc,0x9c,0xbe,0x7f,0xfd,0xb2,0x5d,0x17,0x96, +0xb1,0xb1,0xb2,0x27,0x34,0x38,0x68,0xd3,0x39,0x22,0x77,0xde,0xc4,0x63,0xbe,0xa8,0x3a,0x9b,0xb8,0x58,0xa9,0xfd,0xb4,0x65,0xd7,0x22,0x72,0x6d,0xeb,0xa7,0xa7,0x9b,0x62,0x95,0xe7,0xec,0xcf,0x79,0x9c,0xa1,0x79,0x17,0x3e,0x7b,0xa6,0x1a,0xa8,0x50,0x96,0x85,0x03,0xf5,0xeb,0xa5,0xca,0xfd,0xe2,0xf3,0x6f,0x54,0xcb,0xfb,0x8c,0xe2,0x9b,0x2c,0x24,0x7b,0x64,0xb0,0xed,0x90,0xea,0x6a,0xde,0xaa,0x57,0x82,0x42,0x1d,0x9c,0xb3,0x01,0x78,0x92,0x21,0xaf,0xcb,0x3f,0x0e,0xd7,0x88,0x7e,0x0b,0x3b,0x23,0xdf,0xa4,0x11,0xc7,0xed,0x07,0x14,0xbd,0xc8,0x4f,0xb4,0xf9,0x00,0x3e,0x41,0xd5,0x08,0x3f,0x85,0xdd,0x87,0x66,0x07,0x1a,0x93,0xa8,0x29,0x0d,0x38,0xdb,0x5d,0x82,0xf0,0x47,0x2d,0x97,0xde,0x18,0x1b,0x6b,0x76,0xc0,0x82,0x3d,0x87,0xf6,0x1b,0xbe,0x7f,0xbd,0xf8,0xb6,0xa4,0xa0,0xf2,0x3e,0x4a,0x22,0xfe,0x8b,0x4c,0xc7,0xf7,0xaa,0xed,0x40,0xc6,0xf9,0x5f,0x15,0xfc,0x7e,0xa9,0xef,0x17,0x79,0x2d,0xef,0x25,0x2b,0xaa,0x23,0xd3,0x68,0x12,0x64,0xb3,0xf0,0x0e,0x6b,0xb0,0xd0,0x18,0x0c,0x1f,0x9d,0x15,0xab,0x38,0x73,0x48,0x81,0x46,0x4c,0x47,0xce,0x1d,0x13,0x41,0x5f,0xf1,0x6c,0x02,0x93,0xe1,0xc4,0x79,0x1a,0x9f,0xcc,0xd3,0x24,0xe1,0x59,0xc4,0x64,0xbe,0xe6,0xec,0xdb,0xb3,0x53,0x04,0xfc,0xd6,0x79,0x05,0x28,0x1d,0x8a,0x97,0x3d,0xf2,0xe3,0x24,0x21,0xa4,0xec,0x2d,0x0c,0x8a,0x3c,0x09,0x6c,0x7a,0x27,0x36,0xa1,0x65,0xe3,0x4f,0xc0,0xf0,0x44,0x7b,0x1e,0xe7,0xc1,0x17,0x01,0x32,0x11,0x56,0xa2,0x83,0x19,0xef,0x64,0x06,0xcc,0xf3,0xd3,0x46,0xb5,0x18,0x91,0x5e,0xc3,0x64,0x26,0xdf,0xcf,0xc0,0xb8,0xa6,0x4a,0xf2,0x91,0xe1,0x03,0x58,0xf6,0xcc,0xec,0x59,0xe7,0x32,0x1a,0x86,0x9a,0x21,0x1a,0xed,0xb0,0x37,0x55,0xbc,0x61,0x3f,0x03,0x9b,0x5e,0x46,0x03,0x90,0x24,0xb0,0x94,0xc1,0x1d,0x05,0xe1,0x30,0x29,0x00,0x98,0x5b,0xf8,0x6e,0x3f,0xa9,0x05,0xf0,0xf1,0xb1,0x6e,0xb0,0xfa,0xd4,0x62,0xf6,0xae,0xb4,0x9e,0x58,0x4c,0x68,0xe0,0xab,0x26,0x9c,0x04,0x0a,0x7a,0x33,0x58,0x40,0x8a,0x73,0x99,0xd9,0x2a,0xe7,0xdc,0xf9,0xc2,0x61,0xc7,0xf6,0x3b,0x77,0xa6,0x2d,0xe1,0xe8,0x56,0xb6,0x4e,0x9c,0x9a,0xb6,0xb5,0x4a,0x69,0x64,0xd5,0x2f,0x8d,0x6c,0x64,0x0a,0x4e,0xd1,0x2f,0xba,0x9c,0xa7,0x85,0xaa,0x53,0x53,0x59,0x1b,0x78,0xad,0x3c,0x66,0x0e,0xa6,0x24,0x33,0xf8,0x9c,0xe6,0x62,0xe9,0x20,0xad,0x63,0xd8,0x9d,0x03,0xe7,0x79,0xce,0xc9,0x5d,0x2a,0xd6,0x39,0xba,0x48,0x26,0x3f,0xfb,0xe8,0x8e,0x34,0x49,0xc8,0x1e,0x01,0xf0,0x23,0xe6,0x5b,0xc1,0x78,0x9d,0x0b,0xda,0x3e,0x1a,0xd5,0x02,0x01,0x02,0x8f,0x1c,0xab,0x21,0xb8,0xc0,0xca,0x5b,0xf2,0x93,0x29,0xca,0x56,0x84,0x77,0xe0,0xc5,0x48,0x8e,0x31,0x82,0xb0,0xd4,0x65,0x3f,0xde,0x7e,0x6f,0x1a,0xb7,0xe8,0x21,0x61,0x74,0x64,0x30,0x1c,0x4d,0xc0,0xd5,0xa4,0xba,0x23,0xac,0x9a,0xf3,0x1b,0x16,0xed,0x11,0x06,0x5d,0x55,0x81,0x16,0x29,0x80,0x54,0xde,0x7e,0xfe,0xbc,0xdb,0x06,0xb2,0x74,0xc7,0x83,0x55,0x4e,0xb6,0xfe,0x4b,0x3e,0x8d,0xc1,0x1f,0x75,0x3d,0x6d,0xf9,0xda,0x0b,0x45,0x87,0x8f,0x61,0x9c,0x61,0x0b,0xf7,0x78,0xbe,0x99,0xdd,0xb0,0x8b,0x83,0x3c,0x5f,0xb3,0x4b,0x58,0xa6,0xb3,0x3b,0x18,0xc9,0xf3,0xfc,0x8a,0x59,0xc2,0x52,0x8f,0x74,0x33,0x97,0xe7,0x19,0x5d,0xa4,0x8e,0x49,0x6f,0x47,0x12,0x36,0x1a,0xb0,0x70,0xb2,0x09,0x17,0x53,0xa7,0x9c,0x45,0xe0,0x96,0x87,0x0f,0x65,0x39,0xef,0x7e,0x16,0xa4,0x49,0x94,0x1f,0x1f,0xfb,0x49,0x80,0xaa,0x24,0x00,0x99,0x76,0x33,0x35,0x74,0xd1,0x88,0x35,0x93,0xc3,0xbd,0x1d,0x09,0x8a,0xfc,0xb4,0x4e,0x80,0x50,0xc1,0xa0,0xee,0xe1,0x8b,0x32,0x48,0xb4,0x7f,0x02,0x88,0x86,0x38,0xea,0x19,0x32,0x86,0xae,0xcc,0xcc,0xc4,0x8d,0xf1,0x03,0x99,0x56,0x0c,0xaa,0xe8,0x8d,0x41,0x09,0xcf,0x12,0x2e,0x95,0x10,0xde,0xd6,0x37,0x77,0x4d,0x1b,0x52,0x42,0xf1,0x16,0xa5,0xc8,0x2d,0x95,0x44,0xe2,0x55,0x94,0xfa,0xc7,0xd6,0x4a,0x8d,0x47,0xa0,0x98,0x06,0xf5,0x30,0x4e,0x9c,0xcb,0x57,0x17,0x3f,0x37,0x6a,0x64,0xcb,0xba,0x2c,0xbb,0x96,0x76,0x21,0xf2,0x0b,0x4a,0x0b,0x8d,0x61,0xdf,0xb0,0x44,0xdd,0x0a,0x43,0x55,0x27,0xee,0x61,0x17,0x7a,0x32,0x38,0x93,0xe7,0xfc,0x7e,0xf1,0xb2,0xf0,0xf1,0x93,0xc3,0x81,0x8c,0xfd,0x1e,0xea,0xfe,0x7d,0x7d,0x8d,0xf9,0x5e,0x4f,0x24,0xab,0x94,0x56,0x77,0x6d,0xcc,0x64,0x4e,0x25,0x3a,0x55,0x84,0x4e,0x5f,0x19,0x12,0xe0,0x83,0xbe,0x74,0xed,0x64,0xb5,0x6e,0x87,0x5b,0xad,0x41,0xa9,0xfd,0x38,0xff,0x47,0x4f,0x80,0x6f,0xbd,0x22,0x9f,0xb9,0x0d,0x5c,0x3d,0xea,0x29,0xca,0x51,0x95,0x3c,0xbb,0x80,0xf8,0x00,0x5e,0xfc,0xdd,0x2d,0xd8,0xda,0x7d,0x45,0x3d,0x76,0x25,0x90,0x0a,0x2c,0x82,0x9e,0xfb,0xd2,0xc6,0x72,0xfa,0xf5,0xe0,0xd9,0xd3,0x01,0xc6,0x77,0xfd,0x06,0x4b,0xec,0xc1,0xda,0x93,0x07,0x9f,0xc2,0xea,0xcd,0x5b,0xe9,0x8e,0x6f,0xe2,0x74,0x51,0xa4,0xff,0xe0,0x07,0x10,0x6f,0xb0,0x74,0x51,0x5f,0xe2,0x3a,0x7d,0x3c,0x78,0xf6,0x78,0xf0,0xd5,0xe3,0x7b,0x0d,0x42,0x63,0xef,0x2b,0x02,0x59,0xa5,0x60,0x84,0xf5,0x0c,0x83,0x9e,0x1f,0x30,0x90,0x12,0x51,0xff,0x48,0xa8,0xd7,0xa9,0x69,0x53,0x3f,0xd5,0x54,0xdd,0x63,0x58,0xe6,0x5d,0x7d,0xe3,0x2a,0xd2,0x04,0xe3,0x84,0xad,0x23,0xeb,0x2f,0xd4,0xee,0x90,0x9e,0xbe,0x1a,0x5e,0xac,0x95,0x6d,0x05,0x32,0x45,0xb4,0xdd,0x35,0x8b,0x71,0xf1,0xb1,0x15,0x32,0xe3,0x12,0x9f,0xf5,0x56,0xfe,0xb6,0x02,0xf6,0xd6,0xfc,0x2e,0xe3,0x49,0x2b,0x10,0xb4,0xf7,0xcc,0xe5,0x4d,0xe3,0x9c,0x43,0xa3,0xe2,0x55,0x5f,0x85,0x43,0xb1,0xdb,0x65,0x9c,0x66,0xaa,0x3b,0xd9,0x66,0xed,0x3d,0xbd,0x2d,0x19,0xfb,0xd0,0xe1, +0x75,0xf1,0x56,0xc8,0xbf,0x14,0x22,0xab,0x5d,0x3d,0x83,0xdb,0x0e,0x18,0xf4,0xa0,0x06,0xe3,0x19,0x7f,0x03,0x3a,0x0f,0xc1,0x2b,0xed,0x6d,0x85,0x73,0x38,0x59,0x1a,0x1e,0x1a,0x67,0x12,0xeb,0x86,0x7e,0xda,0xe0,0x86,0xb0,0x02,0xdf,0xed,0xd6,0x2d,0xed,0x29,0xcf,0x33,0xc1,0x1e,0x93,0x96,0xd1,0xd1,0x54,0x55,0x30,0xc0,0x42,0x3d,0x0b,0x91,0xf4,0xad,0x72,0x87,0x66,0x3d,0x41,0x2d,0xfd,0x5d,0x26,0x92,0x43,0x78,0x33,0xfa,0x55,0xae,0xa9,0xf8,0x88,0x88,0x0e,0x55,0xfc,0xd1,0xc8,0x48,0xef,0xab,0x34,0x81,0x6d,0xe1,0x24,0x5d,0xce,0xba,0xaa,0x1a,0x1b,0x4e,0xb0,0xa9,0xed,0x51,0xc5,0x3b,0xca,0xc0,0xad,0x95,0x64,0x74,0x15,0x16,0xe9,0x81,0x6c,0xab,0x32,0x12,0x59,0x1b,0x9b,0x2a,0x6a,0x3a,0x60,0x70,0xbf,0x75,0x30,0x76,0x78,0x7d,0x0f,0x4d,0x3a,0x38,0xf5,0x07,0x10,0xd5,0x0c,0x33,0xee,0x21,0x6c,0xa6,0x6f,0x4a,0x08,0xad,0x9b,0x84,0xa4,0xba,0x57,0xa7,0xbc,0xb2,0x09,0x1a,0xca,0xbb,0x08,0xec,0xdb,0x07,0x6c,0x3c,0x98,0x6c,0xa7,0x92,0xbd,0xb0,0x2c,0x16,0xab,0xbf,0x08,0x75,0x96,0x1a,0x7f,0x59,0x2c,0x5a,0xef,0x60,0xe5,0x6b,0x43,0x93,0x64,0x95,0x5e,0x53,0xf4,0x22,0x76,0x33,0x08,0xfe,0x83,0x6d,0x5b,0x05,0x46,0xa5,0x95,0xc4,0xd4,0x96,0x18,0xd3,0xa6,0x45,0xa6,0xba,0x65,0x22,0x3c,0xc2,0x68,0x83,0xe9,0x00,0x3e,0xa2,0xbe,0x88,0x0c,0xa3,0xb1,0x34,0x91,0xe5,0x14,0x76,0x6b,0x96,0xfd,0x6b,0xd2,0x2d,0x75,0xb5,0x3a,0xab,0x87,0x0f,0x8f,0x06,0x16,0x35,0x9e,0x5d,0xf3,0x55,0x81,0x79,0xe5,0x11,0x47,0xaa,0xfd,0x88,0xa2,0xaa,0x4c,0xab,0x26,0xa8,0xe7,0x2e,0x4e,0x23,0xe5,0x5d,0xa2,0xd6,0x64,0x19,0x5d,0xa8,0x55,0x9b,0xd2,0xa7,0xba,0x0d,0xdf,0x43,0xe5,0x58,0xbe,0x55,0x3e,0x81,0x4f,0xb0,0xdc,0xae,0x29,0xc1,0xbf,0x85,0x57,0x7f,0xb3,0xf4,0xb7,0x0a,0x7c,0xdf,0xa4,0x9e,0xd7,0x26,0xd5,0xae,0x7e,0xf4,0xc2,0xc6,0x7c,0x02,0x37,0x34,0x05,0xfc,0x77,0x63,0x02,0x5b,0x15,0xdc,0x8b,0xdc,0x8a,0x75,0xbb,0xe8,0x6d,0xca,0xfe,0xef,0xca,0xb8,0x4a,0x32,0xeb,0x19,0x4f,0xca,0xb5,0xea,0x54,0xf7,0xe7,0xcf,0x47,0x83,0xa3,0x8a,0xfc,0xcf,0x9f,0x0f,0x4d,0x68,0x5a,0x95,0x81,0x6a,0xe3,0x7c,0x81,0x09,0x71,0x7b,0xdb,0x04,0x3e,0x28,0x04,0x32,0xa7,0x98,0xc1,0x6e,0x4e,0x7d,0x1c,0xca,0x9a,0x63,0x15,0xb9,0x5b,0xde,0x14,0x08,0x8e,0xe1,0x2f,0x7c,0x7c,0x41,0xcf,0x5d,0xba,0x32,0x10,0x5c,0x64,0xf0,0x6e,0x69,0x19,0x4b,0x7c,0x6c,0xa9,0xf6,0x65,0xe6,0xb7,0x6e,0xd3,0x5e,0xe9,0x37,0xee,0x42,0xaa,0x4c,0xbd,0xdf,0x42,0x65,0x1f,0x14,0xcf,0x73,0x91,0x1b,0xa8,0x57,0xf8,0xa3,0x84,0x6a,0x8e,0xbc,0xf6,0xb4,0x6b,0xe4,0x0a,0x1f,0xdd,0xa6,0x50,0x3e,0xb3,0xeb,0x45,0x27,0x0b,0x1e,0xab,0xb8,0x46,0x6f,0xc1,0x64,0xd5,0x8d,0xca,0xac,0x1f,0x98,0xc4,0x27,0x31,0xd8,0x6e,0x35,0x15,0x75,0x57,0x2c,0xb8,0x1f,0xad,0xea,0x57,0xe2,0xb5,0x38,0xb7,0x05,0x31,0x30,0x10,0x10,0xf2,0x12,0xeb,0x37,0xc5,0x6d,0x75,0x13,0x45,0xe3,0x7e,0x8d,0x9e,0xe3,0xfa,0x1a,0x83,0x29,0xa2,0xa5,0x8b,0xae,0x12,0x85,0x6e,0x2c,0xb3,0xf2,0xc8,0x51,0x62,0x62,0x83,0x78,0x3f,0x40,0xb8,0xbf,0xd3,0xa0,0x76,0x0d,0x9f,0xa1,0xce,0xf6,0xd8,0x75,0x2b,0xc3,0x22,0xc1,0xb2,0xb0,0xd4,0x77,0xac,0x62,0x52,0x0c,0x54,0xd1,0x88,0x59,0xfd,0x28,0x2b,0x18,0x67,0x69,0xc2,0xc1,0x49,0x80,0x3e,0xba,0x36,0x1c,0x9d,0x69,0x2c,0x08,0xa6,0xf8,0x42,0x67,0x51,0xea,0x56,0xdf,0xc9,0xa5,0xa0,0x5f,0x88,0xc5,0x22,0x5e,0x51,0xf5,0xc8,0x21,0x6f,0x02,0xde,0xdc,0xff,0x9a,0xd7,0xfa,0xde,0x2f,0xb0,0x35,0x15,0xf2,0x80,0xee,0xc4,0x51,0xd5,0x8f,0x1a,0x1c,0x5b,0xb0,0x4f,0x7c,0x45,0xa1,0x64,0xfe,0x69,0x05,0x8b,0xcf,0x93,0x08,0x63,0xc9,0x58,0xc2,0x1d,0x4b,0x09,0x8c,0x5f,0x7b,0xc6,0x7c,0x36,0x8d,0x17,0x48,0xea,0xb6,0xba,0x56,0x6c,0x5d,0x95,0xe1,0xee,0x9e,0x7a,0xed,0x39,0x1b,0xa0,0x40,0x91,0xbd,0xa8,0x74,0x02,0xd1,0xe9,0x52,0xd2,0xce,0x99,0xd0,0x48,0x6b,0x06,0x72,0xa3,0x24,0xd5,0xc2,0x66,0x6a,0x58,0x7b,0xc8,0xab,0x61,0x6a,0x16,0xc2,0x5a,0xa8,0x34,0x1f,0x1f,0x8a,0xa9,0x51,0x7c,0x6b,0x21,0xc2,0x4a,0xdd,0x43,0xb1,0xd8,0x65,0xbe,0xf6,0x24,0x59,0x77,0x20,0xee,0x9b,0x9b,0xaa,0x94,0xd8,0x42,0x40,0xb5,0x88,0x6d,0x28,0x6a,0xb0,0xb5,0x7a,0x5c,0xb3,0xde,0xbb,0x4a,0x60,0x0f,0x05,0x56,0x19,0xb0,0x45,0x81,0xb6,0x60,0x0e,0xc4,0x51,0xaf,0x95,0xb6,0xd0,0x50,0xc6,0xa2,0x07,0x8b,0xa5,0x1e,0x9a,0x47,0xdd,0x2b,0x24,0x3b,0xfa,0x72,0x0f,0x35,0xb5,0x9a,0xe3,0x0a,0x4f,0x90,0x89,0x74,0xb9,0xea,0x95,0x61,0xd3,0xa3,0x9e,0x0e,0xf0,0xfc,0xb6,0x50,0x79,0x95,0x0b,0x2c,0x9b,0x02,0xb0,0x23,0x50,0x8a,0x68,0x3f,0x01,0x21,0x9d,0xc8,0x5a,0xfe,0x80,0xc2,0xe3,0x1f,0x8a,0xf5,0x8a,0x36,0x1d,0x9f,0x7e,0xea,0xe0,0x65,0x11,0x5d,0xe1,0xad,0x20,0xec,0xd9,0x33,0x86,0x47,0x95,0xaf,0xeb,0x0f,0x01,0x17,0x3c,0xd7,0x31,0x51,0x5f,0x07,0x40,0xfd,0x2a,0x0b,0xa3,0xbb,0x27,0x7c,0x1a,0xd5,0x73,0x82,0xd4,0xfc,0xc0,0x44,0x86,0xb1,0xa2,0x76,0xeb,0x3f,0x50,0xc7,0xb4,0xec,0xe4,0x92,0x4d,0x98,0xc9,0xb0,0x61,0x9b,0x8f,0xc5,0xf7,0xec,0x2c,0x49,0x6f,0x4e,0xbf,0xc5,0x04,0x27,0x6a,0xa5,0x90,0xd1,0x91,0x12,0xbc,0x15,0x60,0xc5,0xb6,0x9e,0x3e,0x4a,0x85,0x47,0x44,0xce,0x16,0x98,0xad,0xb4,0x7b,0x16,0xf9,0x89,0xc8,0x16,0xb7,0x40,0x07,0xe5,0xb7,0x2e,0xb4,0x3e,0xf1,0x70,0x17,0xe0,0x08,0x76,0x29,0xdc,0x2c,0x78,0x80,0x08,0xb1,0x78,0xb7,0x24,0x14,0x91,0xa9,0x32,0xb8,0x9d,0xf7,0xea,0xa3,0x2c,0xf8,0x66,0x5a,0x46,0x3a,0xe7,0x0f,0x7d,0xa0,0xfb,0x34,0xcc,0xb6,0x7e,0x16,0x7c,0x10,0x99,0x7a,0x11,0xde,0x6a,0x85, +0x85,0xbe,0x2f,0xa8,0x4f,0x52,0x23,0x55,0x95,0x40,0x10,0x76,0xa2,0x2d,0xc3,0xc9,0x43,0xc2,0x54,0x1f,0xa0,0x0b,0x16,0xe8,0x41,0xc0,0x63,0x70,0x6e,0xca,0x04,0x57,0x61,0x25,0x41,0x7c,0xe9,0xdd,0x55,0x14,0xb7,0xa2,0xd6,0xb1,0x8d,0xcc,0x5e,0x46,0xac,0x29,0xd1,0x29,0x2b,0xd3,0x8a,0x4d,0x18,0x12,0xf7,0xbb,0x08,0x6f,0xcd,0x41,0x51,0x09,0x0b,0x0e,0xda,0xcf,0x22,0x53,0x01,0xaf,0xd2,0x79,0x19,0x59,0x87,0x30,0x9c,0x73,0x89,0x3b,0x91,0x62,0xce,0xea,0x08,0x8c,0x9f,0xf9,0x57,0xe5,0x8f,0x6b,0x2f,0x94,0x7a,0x63,0x6c,0xf6,0xa3,0x8b,0x7e,0x54,0x1b,0x26,0xc4,0xf2,0x78,0xd3,0xcf,0x31,0x9c,0x38,0x46,0xa7,0x14,0x4a,0x24,0x23,0xde,0x9a,0x2b,0x51,0x2f,0x3b,0xaf,0xb1,0x27,0x91,0xcf,0xd5,0x29,0x26,0x9d,0xa8,0x08,0x77,0x3b,0x18,0x46,0xc7,0x3c,0x42,0x65,0x77,0xef,0x5a,0x83,0x52,0xac,0x27,0x73,0x15,0xe8,0xd7,0x47,0xd3,0x2f,0xb1,0xe5,0x02,0x5b,0xd0,0x30,0xd9,0x0b,0x4b,0xee,0x90,0x0d,0xfa,0x23,0x34,0x20,0x24,0x8d,0xf6,0x13,0x5e,0x97,0xa6,0x2e,0xcd,0xbe,0x2d,0xbf,0x56,0x91,0xa9,0xe6,0x1b,0x71,0xe5,0x14,0x08,0x5e,0xe3,0x0b,0xad,0x54,0x48,0x88,0xda,0x0c,0x5e,0xfc,0x57,0x8d,0xa2,0xe5,0xd1,0xdf,0x9a,0xe7,0x5d,0x4b,0x4a,0x74,0x1a,0x8e,0x90,0x3e,0x7c,0x48,0x08,0x2a,0xe6,0x68,0x79,0x45,0x3b,0x7a,0x5f,0x44,0x84,0xe1,0x44,0xfa,0x71,0x44,0x48,0x4e,0xb2,0x11,0xe5,0xe2,0xe3,0x71,0xe1,0x0a,0xef,0xdb,0xf2,0x7b,0x8c,0x25,0x9b,0x83,0x33,0x71,0xde,0x7a,0xb6,0x27,0x6c,0x37,0x96,0x8c,0x2f,0xa9,0x07,0x58,0x4d,0x9a,0xe5,0x8b,0x80,0x5e,0x17,0x68,0x71,0x19,0x4d,0xae,0x6a,0x36,0x02,0x8c,0xb5,0xb9,0x77,0xaa,0x62,0xe2,0xcf,0xaf,0x2e,0x99,0xbf,0xce,0x17,0x21,0x3b,0x85,0xde,0xa8,0xfa,0x62,0xbc,0xe8,0x38,0x3c,0x1a,0x56,0x89,0x41,0x70,0xb5,0x66,0x4b,0x0e,0x98,0xb0,0xde,0x40,0xdd,0xc8,0x66,0xb5,0x6d,0x77,0x4f,0x05,0x6d,0xd1,0x0c,0x4b,0x17,0x76,0x53,0xc9,0x12,0xe6,0xca,0x73,0xac,0xb7,0x4a,0xf8,0x27,0x3a,0x63,0x84,0x47,0x4d,0xec,0xea,0x7f,0xcb,0x40,0x2d,0x68,0xf3,0xa0,0xf3,0x28,0x5e,0x80,0x2e,0x9f,0xcb,0xf4,0x2d,0xeb,0x08,0xe9,0x7c,0x61,0x92,0x35,0x66,0x4b,0xaa,0xa9,0x11,0xac,0x4d,0xc7,0xf3,0xfe,0x26,0x4b,0x84,0xae,0x29,0xe1,0x0b,0x0c,0x18,0xd3,0x97,0xb1,0xcc,0x79,0x3a,0x9b,0x03,0x34,0xfb,0x7a,0xa0,0x2d,0xca,0x66,0x8f,0x29,0xbc,0xe0,0x04,0xc3,0xe4,0xd0,0xe9,0xd3,0xa7,0x93,0x45,0x9c,0xcf,0x50,0x06,0x55,0xca,0x71,0x00,0x4b,0x0c,0x9b,0xf1,0x6b,0x7d,0x55,0xa0,0x3d,0x70,0x78,0xbf,0x8d,0xee,0x44,0x99,0xb1,0x84,0x92,0x02,0xf4,0xcc,0x17,0x18,0x78,0xaf,0x19,0x9c,0xe4,0x03,0x64,0x98,0x62,0x17,0xfa,0x10,0x96,0xea,0xe3,0x0f,0x07,0x18,0xf0,0x39,0x3e,0x16,0xe0,0x62,0xa0,0x93,0x52,0xbe,0x30,0x36,0x8a,0xa2,0xeb,0xc0,0x70,0x8c,0xfa,0x22,0xc0,0x43,0x1b,0x11,0x9b,0x4b,0xb9,0xa2,0x5b,0xe8,0x5b,0xdd,0x94,0x63,0x46,0x6b,0xb4,0x60,0x3e,0xb7,0xe2,0xcd,0xec,0x32,0xbf,0x55,0xe5,0xd2,0x00,0x94,0x61,0x11,0xf5,0xab,0x8b,0x9f,0xfb,0x6e,0x0a,0x36,0xfd,0x98,0x57,0x3b,0x11,0xcc,0xfb,0x6e,0x17,0xb7,0x60,0xee,0x79,0xc6,0x7b,0xbd,0x02,0xa5,0xcd,0x71,0x92,0x7f,0xbf,0x4a,0xfb,0x1a,0xce,0xd6,0x62,0xfb,0xed,0xd6,0x7f,0x32,0x18,0x94,0x85,0x8c,0x85,0x0e,0xd0,0xad,0x57,0x74,0xfe,0x25,0x7c,0xa0,0x25,0x4d,0x89,0x97,0x42,0x67,0x2a,0x95,0x7e,0xfe,0xe9,0xe2,0x52,0xdd,0xf3,0x1f,0xe2,0xde,0xfb,0x92,0xc2,0x55,0xb9,0x40,0x92,0xf0,0x7b,0x48,0x15,0xf8,0xc4,0xd2,0x74,0xd5,0x3e,0xda,0x59,0xf5,0x48,0x23,0xdd,0xb7,0x13,0xf6,0x25,0x88,0xd5,0xea,0x7a,0x35,0x38,0x63,0x0f,0x86,0xdd,0x9e,0x89,0xe9,0x02,0xae,0x89,0x0d,0x69,0x52,0xbb,0x3d,0x90,0xa6,0x0b,0x9e,0x5e,0x84,0x2d,0x64,0xe7,0xd4,0x18,0x59,0xdf,0x6a,0x16,0x94,0x85,0x81,0x36,0x60,0x16,0x8c,0x0b,0x65,0x13,0xd6,0xeb,0x20,0xfe,0xcc,0x75,0x2c,0xe8,0x1d,0xa7,0x8b,0x8b,0x5e,0x67,0x53,0x81,0xbe,0x23,0xf1,0xb9,0x99,0x32,0x75,0x26,0x40,0xff,0xa8,0xb6,0x08,0xb5,0x00,0xaa,0x3e,0x95,0x1e,0x19,0x1b,0x82,0x8d,0x51,0xc3,0x91,0x0d,0x8e,0xd5,0x9e,0x78,0x05,0x36,0x6a,0xec,0xb2,0xfa,0xdc,0xb7,0x5d,0x63,0xbd,0x8c,0x5e,0x4d,0x9f,0xa6,0x99,0xb9,0x81,0x8f,0x8b,0xde,0x0b,0xf8,0x8c,0xa6,0x34,0x2e,0xbd,0xa7,0xd4,0xf8,0x2c,0x23,0x57,0xb4,0x96,0xb6,0xf7,0x35,0xdb,0xff,0x72,0xe1,0xaa,0xf0,0xe8,0xbe,0x93,0x11,0x4d,0xdc,0xfa,0x70,0xc4,0x5f,0x7f,0x7c,0xf3,0x03,0x88,0xf6,0x3b,0x0e,0xfb,0x7c,0x21,0x47,0x32,0x10,0x30,0x68,0x8a,0xbb,0x81,0xce,0x32,0xea,0x1d,0x2f,0x25,0xd2,0x7f,0x3f,0x81,0xce,0xa9,0x35,0x8f,0x3c,0xc0,0xd4,0x7f,0xad,0x43,0x78,0x71,0x72,0x8b,0x46,0x13,0x16,0x1f,0x3d,0x1e,0xa8,0xb8,0x9e,0x72,0x5b,0xe9,0xd4,0xf4,0x01,0x83,0x29,0xaf,0xf5,0x7c,0x9d,0x4d,0x44,0x8e,0x95,0x97,0x8e,0x21,0xfd,0x88,0xa9,0x53,0x00,0xc4,0x45,0xb8,0x6d,0xd9,0x31,0xb4,0xf6,0xb5,0xbf,0x7b,0x80,0x13,0x81,0x4c,0xee,0x92,0x0a,0xc3,0xbf,0xa4,0x11,0xaf,0xd2,0x60,0x96,0xca,0xf9,0x7a,0x8c,0x79,0xa5,0x53,0xb0,0x7c,0x45,0x71,0x2a,0x96,0x18,0x15,0x8e,0xf3,0x53,0x13,0x37,0x86,0x76,0xc2,0x53,0x9c,0xea,0xa8,0x4e,0x73,0xcb,0xb2,0x8c,0x3f,0x2c,0xdb,0x95,0xc8,0x0c,0x23,0x41,0xa7,0xe1,0x81,0x51,0x60,0xdc,0xfa,0xfe,0xe2,0x0f,0xe6,0x70,0xdb,0x07,0x90,0xe9,0x91,0xa9,0x7e,0xce,0x40,0xff,0xc3,0x1e,0x30,0x12,0x67,0x06,0xdc,0x14,0x40,0x8b,0xe3,0x63,0x2f,0x3b,0xae,0xb0,0x8a,0xeb,0xa0,0xc4,0x30,0x11,0xeb,0x4c,0xaa,0x72,0x11,0xab,0x24,0xe4,0xa4,0xac,0x0d,0xe1,0xc1,0x6a,0x3d,0x5e,0xa4,0xc5,0x9c,0x27,0x1f,0x62,0xe9,0x8d,0x60,0x87,0x39,0xfb,0xe6,0xe9,0xd7,0xfc, +0xc9,0xb9,0x5b,0x9c,0x7e,0xf5,0x94,0x3f,0xc1,0x80,0xc6,0xf7,0xe9,0x27,0x9e,0xb8,0x58,0x6f,0xe7,0xcc,0xb1,0x60,0xd6,0x89,0x67,0x82,0x85,0xd0,0x81,0x7a,0x36,0x7a,0x24,0xf1,0xad,0xea,0x30,0xd2,0x95,0x9a,0x81,0xfa,0x93,0x23,0xce,0x26,0x2e,0x1c,0x25,0x98,0x89,0x43,0x37,0x3c,0xd0,0x85,0x60,0x86,0x52,0x6a,0xcc,0x00,0xd5,0x1b,0xdc,0x16,0xb8,0xf9,0x2b,0x09,0xd0,0x8b,0xca,0x91,0x03,0xba,0xdf,0xe9,0x0b,0xd3,0xbb,0x14,0x70,0xb5,0x9f,0xe9,0x63,0x82,0xad,0x13,0x68,0xdc,0x58,0x5a,0x9b,0x39,0x47,0x59,0x53,0x66,0x7d,0x5a,0x7b,0xa2,0x37,0x7f,0xa9,0x4e,0x8a,0xe0,0xaf,0xda,0x63,0x2a,0xdb,0x2e,0xb5,0x0c,0x2b,0x16,0xe4,0xe0,0x62,0x07,0x9d,0x1c,0xb0,0x31,0x77,0x25,0x43,0xbd,0x80,0x42,0x92,0x6e,0xc3,0x67,0x55,0x2c,0x50,0x0e,0x89,0xb6,0x62,0x76,0x36,0x7f,0xf2,0xed,0x0b,0xb1,0x5e,0x24,0xd9,0x23,0x89,0xce,0xb1,0xa3,0x09,0x71,0x90,0x92,0xaa,0xd4,0x4c,0xcb,0x01,0xcc,0x1e,0x6c,0x9b,0x72,0xce,0x1d,0xda,0xac,0x33,0x2e,0xcf,0xcf,0x4e,0x01,0x03,0xab,0x97,0xea,0x2c,0x80,0xec,0xf7,0x46,0x6d,0x29,0x45,0xd9,0x19,0xf8,0xb3,0x03,0x8f,0xa5,0xac,0xdd,0x69,0x99,0x40,0xa5,0xd4,0xfc,0xeb,0x32,0x80,0x43,0x8a,0x89,0x58,0x9c,0x97,0x7f,0x84,0xe6,0x90,0xbf,0x42,0x13,0xd2,0x09,0xab,0x5e,0x84,0xa0,0x19,0xec,0xbf,0x6b,0x43,0x76,0x03,0x22,0x41,0xf0,0x3f,0x34,0xac,0xdd,0x13,0xa0,0xfe,0x8d,0xc1,0x70,0x91,0xa1,0x16,0xad,0xe9,0xc7,0xde,0xfb,0x28,0x90,0xc3,0x28,0xac,0x77,0x48,0xec,0xcf,0xce,0x1b,0x90,0x2f,0xe3,0xdd,0xb9,0xf5,0x3f,0x22,0xd4,0x69,0xd0,0x25,0xe9,0x0d,0xa8,0x50,0xac,0x83,0xc3,0x02,0x06,0xe0,0xac,0xd2,0x02,0xae,0x23,0xd8,0x73,0x3d,0x0f,0x8a,0x53,0xdd,0x40,0xab,0x41,0x9b,0x50,0xad,0xd6,0xf4,0xbd,0x9b,0xb6,0xe2,0x5b,0x6b,0x6f,0xd2,0x77,0xd9,0xea,0xfb,0x54,0xca,0xc0,0x6f,0x9d,0xdc,0x16,0xab,0x7e,0xd7,0x88,0xaf,0x59,0xf0,0xc0,0x74,0x2d,0xdb,0xcf,0xde,0xc3,0x69,0xff,0xea,0x21,0x78,0x94,0xd3,0x7f,0x02,0xc4,0xae,0xaf,0x4f,0x0a,0x6a,0x00,0x00 }; \ No newline at end of file diff --git a/src/websrc/js/esprfid.js b/src/websrc/js/esprfid.js index 99a475e7..a7972510 100644 --- a/src/websrc/js/esprfid.js +++ b/src/websrc/js/esprfid.js @@ -37,7 +37,7 @@ var config = { "version": "" }, "mqtt": { - "enabled": "0", + "enabled": "", "host": "", "port": "", "topic": "", @@ -178,7 +178,7 @@ function savegeneral() { function savemqtt() { config.mqtt.enabled = "0"; - if (document.querySelector('input[name="mqttenabled"]:checked').value === "1") { + if ($("input[name=mqttenabled]:checked").val() === "1") { config.mqtt.enabled = "1"; } config.mqtt.host = document.getElementById("mqtthost").value; @@ -279,14 +279,18 @@ function listnetwork() { if (config.network.wmode === "1") { document.getElementById("wmodeap").checked = true; if (config.network.hide === "1") { - $("input[name=hideapenable][value=\"1\"]").attr('checked', 'checked'); + var value = "1"; + $("input[name=hideapenable][value=" + value + "]").prop('checked', true); + //$("input[name=hideapenable][value=\"1\"]").attr('checked', 'checked'); } handleAP(); } else { document.getElementById("wmodesta").checked = true; document.getElementById("wifibssid").value = config.network.bssid; if (config.network.dhcp === "0") { - $("input[name=dhcpenabled][value=\"0\"]").attr('checked', 'checked'); + var value = "0"; + $("input[name=dhcpenabled][value=" + value + "]").prop('checked', true); + //$("input[name=dhcpenabled][value=\"0\"]").attr('checked', 'checked'); handleDHCP(); } document.getElementById("ipaddress").value = config.network.ip; @@ -310,7 +314,9 @@ function listgeneral() { function listmqtt() { if (config.mqtt.enabled === "1") { - $("input[name=mqttenabled][value=\"1\"]").attr('checked', 'checked'); + var value = "1"; + $("input[name=mqttenabled][value=" + value + "]").prop('checked', true); + //$("input[name=mqttenabled][value=\"1\"]").attr('checked', 'checked'); } document.getElementById("mqtthost").value = config.mqtt.host; document.getElementById("mqttport").value = config.mqtt.port;